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

616 lines
No EOL
129 KiB (Stored with Git Annex)
HTML

<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0107_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-0107_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-0107_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-0107/figures/sub-0107_ses-03_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0107/figures/sub-0107_ses-03_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0107/figures/sub-0107_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-0107_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-0107/figures/sub-0107_ses-03_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0107/figures/sub-0107_ses-03_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0107/figures/sub-0107_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-0107_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-0107/figures/sub-0107_ses-03_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0107/figures/sub-0107_ses-03_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0107/figures/sub-0107_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-0107_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-0107/figures/sub-0107_ses-03_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0107/figures/sub-0107_ses-03_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0107/figures/sub-0107_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-0107_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-0107/figures/sub-0107_ses-03_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0107/figures/sub-0107_ses-03_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0107/figures/sub-0107_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-0107_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-0107/figures/sub-0107_ses-03_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0107/figures/sub-0107_ses-03_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0107/figures/sub-0107_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-0107_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-0107/figures/sub-0107_ses-03_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0107/figures/sub-0107_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-0107/figures/sub-0107_ses-03_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0107/figures/sub-0107_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-0107/ses-03/func/sub-0107_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>78015053269a49e3ae4e291710896d41</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>21:08:31.627500</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.989136, 0.0927008, 0.114087, -0.091237, 0.995667, -0.0179972]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0794263</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>[4230, -7796, -7292, 371, -116, -169, 60, 36]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>236.144</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>1b6ff781-3840-49f0-9f68-4a431be8744a||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.653780460357666, -0.24478226900100708, 0.31120556592941284, 115.02964782714844], [-0.2487095296382904, 2.6713006496429443, -0.019960280507802963, -92.10713958740234], [0.30608803033828735, 0.04828518256545067, 2.6819307804107666, -104.23564147949219], [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': ['210831.627500', '210832.087500', '210832.547500', '210833.007500', '210833.467500', '210833.927500', '210834.387500', '210834.847500', '210835.307500', '210835.767500', '210836.227500', '210836.687500', '210837.147500', '210837.607500', '210838.067500', '210838.527500', '210838.987500', '210839.447500', '210839.907500', '210840.367500', '210840.827500', '210841.287500', '210841.747500', '210842.207500', '210842.667500', '210843.127500', '210843.587500', '210844.047500', '210844.507500', '210844.967500', '210845.427500', '210845.887500', '210846.347500', '210846.807500', '210847.267500', '210847.727500', '210848.187500', '210848.647500', '210849.107500', '210849.567500', '210850.027500', '210850.487500', '210850.947500', '210851.407500', '210851.867500', '210852.327500', '210852.787500', '210853.247500', '210853.707500', '210854.167500', '210854.627500', '210855.087500', '210855.547500', '210856.007500', '210856.467500', '210856.927500', '210857.387500', '210857.847500', '210858.307500', '210858.767500', '210859.227500', '210859.687500', '210900.147500', '210900.607500', '210901.067500', '210901.527500', '210901.987500', '210902.447500', '210902.907500', '210903.367500', '210903.827500', '210904.287500', '210904.747500', '210905.207500', '210905.667500', '210906.127500', '210906.587500', '210907.047500', '210907.507500', '210907.967500', '210908.427500', '210908.887500', '210909.347500', '210909.807500', '210910.267500', '210910.727500', '210911.187500', '210911.647500', '210912.107500', '210912.567500', '210913.027500', '210913.487500', '210913.947500', '210914.407500', '210914.867500', '210915.327500', '210915.787500', '210916.247500', '210916.707500', '210917.167500', '210917.627500', '210918.087500', '210918.547500', '210919.007500', '210919.467500', '210919.927500', '210920.387500', '210920.847500', '210921.307500', '210921.767500', '210922.227500', '210922.687500', '210923.147500', '210923.607500', '210924.067500', '210924.527500', '210924.987500', '210925.447500', '210925.907500', '210926.367500', '210926.827500', '210927.287500', '210927.747500', '210928.207500', '210928.667500', '210929.127500', '210929.587500', '210930.047500', '210930.507500', '210930.967500', '210931.427500', '210931.887500', '210932.347500', '210932.807500', '210933.267500', '210933.727500', '210934.187500', '210934.647500', '210935.107500', '210935.567500', '210936.027500', '210936.487500', '210936.947500', '210937.407500', '210937.867500', '210938.327500', '210938.787500', '210939.247500', '210939.707500', '210940.167500', '210940.627500', '210941.087500', '210941.547500', '210942.007500', '210942.467500', '210942.927500', '210943.387500', '210943.847500', '210944.307500', '210944.767500', '210945.227500', '210945.687500', '210946.147500', '210946.607500', '210947.067500', '210947.527500', '210947.987500', '210948.447500', '210948.907500', '210949.367500', '210949.827500', '210950.287500', '210950.747500', '210951.207500', '210951.667500', '210952.127500', '210952.587500', '210953.047500', '210953.507500', '210953.967500', '210954.427500', '210954.887500', '210955.347500', '210955.807500', '210956.267500', '210956.727500', '210957.187500', '210957.647500', '210958.107500', '210958.567500', '210959.027500', '210959.487500', '210959.947500', '211000.407500', '211000.867500', '211001.327500', '211001.787500', '211002.247500', '211002.707500', '211003.167500', '211003.627500', '211004.087500', '211004.547500', '211005.007500', '211005.467500', '211005.927500', '211006.387500', '211006.847500', '211007.307500', '211007.767500', '211008.227500', '211008.687500', '211009.147500', '211009.607500', '211010.067500', '211010.527500', '211010.987500', '211011.447500', '211011.907500', '211012.367500', '211012.827500', '211013.287500', '211013.747500', '211014.207500', '211014.667500', '211015.127500', '211015.587500', '211016.047500', '211016.507500', '211016.967500', '211017.427500', '211017.887500', '211018.347500', '211018.807500', '211019.267500', '211019.727500', '211020.187500', '211020.647500', '211021.107500', '211021.567500', '211022.027500', '211022.487500', '211022.947500', '211023.407500', '211023.867500', '211024.327500', '211024.787500', '211025.247500', '211025.707500', '211026.167500', '211026.627500', '211027.087500', '211027.547500', '211028.007500', '211028.467500', '211028.927500', '211029.387500', '211029.847500', '211030.307500', '211030.767500', '211031.227500', '211031.687500', '211032.147500', '211032.607500', '211033.067500', '211033.527500', '211033.987500', '211034.447500', '211034.907500', '211035.367500', '211035.827500', '211036.287500', '211036.747500', '211037.207500', '211037.667500', '211038.127500', '211038.587500', '211039.047500', '211039.507500', '211039.967500', '211040.427500', '211040.887500', '211041.347500', '211041.807500', '211042.267500', '211042.727500', '211043.187500', '211043.647500', '211044.107500', '211044.567500', '211045.027500', '211045.487500', '211045.947500', '211046.407500', '211046.867500', '211047.327500', '211047.787500', '211048.247500', '211048.707500', '211049.167500', '211049.627500', '211050.087500', '211050.547500', '211051.007500', '211051.467500', '211051.927500', '211052.387500', '211052.847500', '211053.307500', '211053.767500', '211054.227500', '211054.687500', '211055.147500', '211055.607500', '211056.067500', '211056.527500', '211056.987500', '211057.447500', '211057.907500', '211058.367500', '211058.827500', '211059.287500', '211059.747500', '211100.207500', '211100.667500', '211101.127500', '211101.587500', '211102.047500', '211102.507500', '211102.967500', '211103.427500', '211103.887500', '211104.347500', '211104.807500', '211105.267500', '211105.727500', '211106.187500', '211106.647500', '211107.107500', '211107.567500', '211108.027500', '211108.487500', '211108.947500', '211109.407500', '211109.867500', '211110.327500', '211110.787500', '211111.247500', '211111.707500', '211112.167500', '211112.627500', '211113.087500', '211113.547500', '211114.007500', '211114.467500', '211114.927500', '211115.387500', '211115.847500', '211116.307500', '211116.767500', '211117.227500', '211117.687500', '211118.147500', '211118.607500', '211119.067500', '211119.527500', '211119.987500', '211120.447500', '211120.907500', '211121.367500', '211121.827500', '211122.287500', '211122.747500', '211123.207500', '211123.667500', '211124.127500', '211124.587500', '211125.047500', '211125.507500', '211125.967500', '211126.427500', '211126.887500', '211127.347500', '211127.807500', '211128.267500', '211128.727500', '211129.187500', '211129.647500', '211130.107500', '211130.567500', '211131.027500', '211131.487500', '211131.947500', '211132.407500', '211132.867500', '211133.327500', '211133.787500', '211134.247500', '211134.707500', '211135.167500', '211135.627500', '211136.087500', '211136.547500', '211137.007500', '211137.467500', '211137.927500', '211138.387500', '211138.847500', '211139.307500', '211139.767500', '211140.227500', '211140.687500', '211141.147500', '211141.607500', '211142.067500', '211142.527500', '211142.987500', '211143.447500', '211143.907500', '211144.367500', '211144.827500', '211145.287500', '211145.747500', '211146.207500', '211146.667500', '211147.127500', '211147.587500', '211148.047500', '211148.507500', '211148.967500', '211149.427500', '211149.887500', '211150.347500', '211150.807500', '211151.267500', '211151.727500', '211152.187500', '211152.647500', '211153.107500', '211153.567500', '211154.027500', '211154.487500', '211154.947500', '211155.407500', '211155.867500', '211156.327500', '211156.787500', '211157.247500', '211157.707500', '211158.167500', '211158.627500', '211159.087500', '211159.547500', '211200.007500', '211200.467500', '211200.927500', '211201.387500', '211201.847500', '211202.307500', '211202.767500', '211203.227500', '211203.687500', '211204.147500', '211204.607500', '211205.067500', '211205.527500', '211205.987500', '211206.447500', '211206.907500', '211207.367500', '211207.827500', '211208.287500', '211208.747500', '211209.207500', '211209.667500', '211210.127500', '211210.587500', '211211.047500', '211211.507500', '211211.967500', '211212.427500', '211212.887500', '211213.347500', '211213.807500', '211214.267500', '211214.727500', '211215.187500', '211215.647500', '211216.107500', '211216.567500', '211217.027500', '211217.487500', '211217.947500', '211218.407500', '211218.867500', '211219.327500', '211219.787500', '211220.247500', '211220.707500', '211221.167500', '211221.627500', '211222.087500', '211222.547500', '211223.007500', '211223.467500', '211223.927500', '211224.387500', '211224.847500', '211225.307500', '211225.767500', '211226.227500', '211226.687500', '211227.147500', '211227.607500', '211228.067500', '211228.527500', '211228.987500', '211229.447500', '211229.907500', '211230.367500', '211230.827500', '211231.287500', '211231.747500', '211232.207500', '211232.667500', '211233.127500', '211233.587500', '211234.047500', '211234.507500', '211234.967500', '211235.427500', '211235.887500', '211236.347500', '211236.807500', '211237.267500', '211237.727500', '211238.187500', '211238.647500', '211239.107500', '211239.567500', '211240.027500', '211240.487500', '211240.947500', '211241.407500', '211241.867500', '211242.327500', '211242.787500', '211243.247500', '211243.707500', '211244.167500', '211244.627500', '211245.087500', '211245.547500', '211246.007500', '211246.467500', '211246.927500', '211247.387500', '211247.847500', '211248.307500', '211248.767500', '211249.227500', '211249.687500', '211250.147500', '211250.607500', '211251.067500', '211251.527500', '211251.987500', '211252.447500', '211252.907500', '211253.367500', '211253.827500', '211254.287500', '211254.747500', '211255.207500', '211255.667500', '211256.127500', '211256.587500', '211257.047500', '211257.507500', '211257.967500', '211258.427500', '211258.887500', '211259.347500', '211259.807500', '211300.267500', '211300.727500', '211301.187500', '211301.647500', '211302.107500', '211302.567500', '211303.027500', '211303.487500', '211303.947500', '211304.407500', '211304.867500', '211305.327500', '211305.787500', '211306.247500', '211306.707500', '211307.167500', '211307.627500', '211308.087500', '211308.547500', '211309.007500', '211309.467500', '211309.927500', '211310.387500', '211310.847500', '211311.307500', '211311.767500', '211312.227500', '211312.687500', '211313.147500', '211313.607500', '211314.067500', '211314.527500', '211314.987500', '211315.447500', '211315.907500', '211316.367500', '211316.827500', '211317.287500', '211317.747500', '211318.207500', '211318.667500', '211319.127500', '211319.587500', '211320.047500', '211320.507500', '211320.967500', '211321.427500', '211321.887500', '211322.347500', '211322.807500', '211323.267500', '211323.727500', '211324.187500', '211324.647500', '211325.107500', '211325.567500', '211326.027500', '211326.487500', '211326.947500', '211327.407500', '211327.867500', '211328.327500', '211328.787500', '211329.247500', '211329.707500', '211330.167500', '211330.627500', '211331.087500', '211331.547500', '211332.007500', '211332.467500', '211332.927500', '211333.387500', '211333.847500', '211334.307500', '211334.767500', '211335.227500', '211335.687500', '211336.147500', '211336.607500', '211337.067500', '211337.527500', '211337.987500', '211338.447500', '211338.907500', '211339.367500', '211339.827500', '211340.287500', '211340.747500', '211341.207500', '211341.667500', '211342.127500', '211342.587500', '211343.047500', '211343.507500', '211343.967500', '211344.427500', '211344.887500', '211345.347500', '211345.807500', '211346.267500', '211346.727500', '211347.187500', '211347.647500', '211348.107500', '211348.567500', '211349.027500', '211349.487500', '211349.947500', '211350.407500', '211350.867500', '211351.327500', '211351.787500', '211352.247500', '211352.707500', '211353.167500', '211353.627500', '211354.087500', '211354.547500', '211355.007500', '211355.467500', '211355.927500', '211356.387500', '211356.847500', '211357.307500', '211357.767500', '211358.227500', '211358.687500', '211359.147500', '211359.607500', '211400.067500', '211400.527500', '211400.987500', '211401.447500', '211401.907500', '211402.367500', '211402.827500', '211403.287500', '211403.747500', '211404.207500', '211404.667500', '211405.127500', '211405.587500', '211406.047500', '211406.507500', '211406.967500', '211407.427500', '211407.887500', '211408.347500', '211408.807500', '211409.267500', '211409.727500', '211410.187500', '211410.647500', '211411.107500', '211411.567500', '211412.027500', '211412.487500', '211412.947500', '211413.407500', '211413.867500', '211414.327500', '211414.787500', '211415.247500', '211415.707500', '211416.167500', '211416.627500', '211417.087500', '211417.547500', '211418.007500', '211418.467500', '211418.927500', '211419.387500', '211419.847500', '211420.307500', '211420.767500', '211421.227500', '211421.687500', '211422.147500', '211422.607500', '211423.067500', '211423.527500', '211423.987500', '211424.447500', '211424.907500', '211425.367500', '211425.827500', '211426.287500', '211426.747500', '211427.207500', '211427.667500', '211428.127500', '211428.587500', '211429.047500', '211429.507500', '211429.967500', '211430.427500', '211430.887500', '211431.347500', '211431.807500', '211432.267500', '211432.727500', '211433.187500', '211433.647500', '211434.107500', '211434.567500', '211435.027500', '211435.487500', '211435.947500', '211436.407500', '211436.867500', '211437.327500', '211437.787500', '211438.247500', '211438.707500', '211439.167500', '211439.627500', '211440.087500', '211440.547500', '211441.007500', '211441.467500', '211441.927500', '211442.387500', '211442.847500', '211443.307500', '211443.767500', '211444.227500', '211444.687500', '211445.147500', '211445.607500', '211446.067500', '211446.527500', '211446.987500', '211447.447500', '211447.907500', '211448.367500', '211448.827500', '211449.287500', '211449.747500', '211450.207500', '211450.667500', '211451.127500', '211451.587500', '211452.047500', '211452.507500', '211452.967500', '211453.427500', '211453.887500', '211454.347500', '211454.807500', '211455.267500', '211455.727500', '211456.187500', '211456.647500', '211457.107500', '211457.567500', '211458.027500', '211458.487500', '211458.947500', '211459.407500', '211459.867500', '211500.327500', '211500.787500', '211501.247500', '211501.707500', '211502.167500', '211502.627500', '211503.087500', '211503.547500', '211504.007500', '211504.467500', '211504.927500', '211505.387500', '211505.847500', '211506.307500', '211506.767500', '211507.227500', '211507.687500', '211508.147500', '211508.607500', '211509.067500', '211509.527500', '211509.987500', '211510.447500', '211510.907500', '211511.367500', '211511.827500', '211512.287500', '211512.747500', '211513.207500', '211513.667500', '211514.127500', '211514.587500', '211515.047500', '211515.507500', '211515.967500', '211516.427500', '211516.887500', '211517.347500', '211517.807500', '211518.267500', '211518.727500', '211519.187500', '211519.647500', '211520.107500', '211520.567500', '211521.027500', '211521.487500', '211521.947500', '211522.407500', '211522.867500', '211523.327500', '211523.787500', '211524.247500', '211524.707500', '211525.167500', '211525.627500', '211526.087500', '211526.547500', '211527.007500', '211527.467500', '211527.927500', '211528.387500', '211528.847500', '211529.307500', '211529.767500', '211530.227500', '211530.687500', '211531.147500', '211531.607500', '211532.067500', '211532.527500', '211532.987500', '211533.447500', '211533.907500', '211534.367500', '211534.827500', '211535.287500', '211535.747500', '211536.207500', '211536.667500', '211537.127500', '211537.587500', '211538.047500', '211538.507500', '211538.967500', '211539.427500', '211539.887500', '211540.347500', '211540.807500', '211541.267500', '211541.727500', '211542.187500', '211542.647500', '211543.107500', '211543.567500', '211544.027500', '211544.487500', '211544.947500', '211545.407500', '211545.867500', '211546.327500', '211546.787500', '211547.247500', '211547.707500', '211548.167500', '211548.627500', '211549.087500', '211549.547500', '211550.007500', '211550.467500', '211550.927500', '211551.387500', '211551.847500', '211552.307500', '211552.767500', '211553.227500', '211553.687500', '211554.147500', '211554.607500', '211555.067500', '211555.527500', '211555.987500', '211556.447500', '211556.907500', '211557.367500', '211557.827500', '211558.287500', '211558.747500', '211559.207500', '211559.667500', '211600.127500', '211600.587500', '211601.047500', '211601.507500', '211601.967500', '211602.427500', '211602.887500', '211603.347500', '211603.807500', '211604.267500', '211604.727500', '211605.187500', '211605.647500', '211606.107500', '211606.567500', '211607.027500', '211607.487500', '211607.947500', '211608.407500', '211608.867500', '211609.327500', '211609.787500', '211610.247500', '211610.707500', '211611.167500', '211611.627500', '211612.087500', '211612.547500', '211613.007500', '211613.467500', '211613.927500', '211614.387500', '211614.847500', '211615.307500', '211615.767500', '211616.227500', '211616.687500', '211617.147500', '211617.607500', '211618.067500', '211618.527500', '211618.987500', '211619.447500', '211619.907500', '211620.367500', '211620.827500', '211621.287500', '211621.747500', '211622.207500', '211622.667500', '211623.127500', '211623.587500', '211624.047500', '211624.507500', '211624.967500', '211625.427500', '211625.887500', '211626.347500', '211626.807500', '211627.267500', '211627.727500', '211628.187500', '211628.647500', '211629.107500', '211629.567500', '211630.027500', '211630.487500', '211630.947500', '211631.407500', '211631.867500', '211632.327500', '211632.787500', '211633.247500', '211633.707500', '211634.167500', '211634.627500', '211635.087500', '211635.547500', '211636.007500', '211636.467500', '211636.927500', '211637.387500', '211637.847500', '211638.307500', '211638.767500', '211639.227500', '211639.687500', '211640.147500', '211640.607500', '211641.067500', '211641.527500', '211641.987500', '211642.447500', '211642.907500', '211643.367500', '211643.827500', '211644.287500', '211644.747500', '211645.207500', '211645.667500', '211646.127500', '211646.587500', '211647.047500', '211647.507500', '211647.967500', '211648.427500', '211648.887500', '211649.347500', '211649.807500', '211650.267500', '211650.727500', '211651.187500', '211651.647500', '211652.107500', '211652.567500', '211653.027500', '211653.487500', '211653.947500', '211654.407500', '211654.867500', '211655.327500', '211655.787500', '211656.247500', '211656.707500', '211657.167500', '211657.627500', '211658.087500', '211658.547500', '211659.007500', '211659.467500', '211659.927500', '211700.387500', '211700.847500', '211701.307500', '211701.767500', '211702.227500', '211702.687500', '211703.147500', '211703.607500', '211704.067500', '211704.527500', '211704.987500', '211705.447500', '211705.907500', '211706.367500', '211706.827500', '211707.287500', '211707.747500', '211708.207500', '211708.667500', '211709.127500', '211709.587500', '211710.047500', '211710.507500', '211710.967500', '211711.427500', '211711.887500', '211712.347500', '211712.807500', '211713.267500', '211713.727500', '211714.187500', '211714.647500', '211715.107500', '211715.567500', '211716.027500', '211716.487500', '211716.947500', '211717.407500', '211717.867500', '211718.327500', '211718.787500', '211719.247500', '211719.707500', '211720.167500', '211720.627500', '211721.087500', '211721.547500', '211722.007500', '211722.467500', '211722.927500', '211723.387500'], 'ContentTime': ['210844.842000', '210844.845000', '210844.848000', '210844.851000', '210844.854000', '210844.856000', '210844.859000', '210844.862000', '210844.864000', '210844.867000', '210844.870000', '210844.873000', '210844.875000', '210844.878000', '210844.890000', '210844.892000', '210844.895000', '210844.897000', '210844.900000', '210844.903000', '210844.905000', '210844.908000', '210844.910000', '210844.913000', '210844.916000', '210844.918000', '210904.796000', '210904.799000', '210904.802000', '210904.804000', '210904.807000', '210904.810000', '210904.812000', '210904.815000', '210904.818000', '210904.820000', '210904.823000', '210904.825000', '210904.828000', '210904.830000', '210904.833000', '210904.836000', '210904.838000', '210904.841000', '210904.843000', '210904.846000', '210904.848000', '210904.851000', '210904.854000', '210904.856000', '210904.859000', '210904.861000', '210904.864000', '210904.867000', '210904.869000', '210904.872000', '210904.874000', '210904.877000', '210904.880000', '210904.882000', '210904.885000', '210904.887000', '210904.890000', '210904.899000', '210904.901000', '210904.904000', '210904.906000', '210904.909000', '210904.912000', '210904.914000', '210924.796000', '210924.799000', '210924.802000', '210924.804000', '210924.807000', '210924.810000', '210924.812000', '210924.815000', '210924.817000', '210924.820000', '210924.822000', '210924.825000', '210924.827000', '210924.830000', '210924.833000', '210924.835000', '210924.838000', '210924.840000', '210924.843000', '210924.846000', '210924.848000', '210924.851000', '210924.853000', '210924.856000', '210924.859000', '210924.861000', '210924.864000', '210924.867000', '210924.869000', '210924.872000', '210924.875000', '210924.877000', '210924.880000', '210924.882000', '210924.893000', '210924.896000', '210924.898000', '210924.901000', '210924.904000', '210924.906000', '210924.909000', '210924.911000', '210924.914000', '210944.797000', '210944.799000', '210944.802000', '210944.805000', '210944.807000', '210944.810000', '210944.812000', '210944.815000', '210944.818000', '210944.820000', '210944.823000', '210944.825000', '210944.828000', '210944.837000', '210944.839000', '210944.842000', '210944.845000', '210944.847000', '210944.850000', '210944.852000', '210944.855000', '210944.857000', '210944.860000', '210944.863000', '210944.865000', '210944.868000', '210944.870000', '210944.873000', '210944.875000', '210944.878000', '210944.881000', '210944.883000', '210944.886000', '210944.888000', '210944.891000', '210944.894000', '210944.896000', '210944.899000', '210944.901000', '210944.904000', '210944.906000', '210944.909000', '210944.912000', '210944.914000', '211004.796000', '211004.799000', '211004.802000', '211004.805000', '211004.807000', '211004.810000', '211004.812000', '211004.815000', '211004.817000', '211004.820000', '211004.823000', '211004.825000', '211004.828000', '211004.831000', '211004.833000', '211004.836000', '211004.838000', '211004.841000', '211004.844000', '211004.846000', '211004.849000', '211004.851000', '211004.854000', '211004.857000', '211004.859000', '211004.862000', '211004.864000', '211004.867000', '211004.870000', '211004.872000', '211004.875000', '211004.878000', '211004.880000', '211004.883000', '211004.886000', '211004.888000', '211004.891000', '211004.893000', '211004.896000', '211004.899000', '211004.901000', '211004.904000', '211004.906000', '211024.796000', '211024.799000', '211024.802000', '211024.804000', '211024.807000', '211024.810000', '211024.812000', '211024.815000', '211024.817000', '211024.820000', '211024.823000', '211024.825000', '211024.828000', '211024.830000', '211024.833000', '211024.836000', '211024.838000', '211024.841000', '211024.844000', '211024.846000', '211024.849000', '211024.852000', '211024.854000', '211024.857000', '211024.860000', '211024.862000', '211024.865000', '211024.868000', '211024.870000', '211024.873000', '211024.875000', '211024.878000', '211024.881000', '211024.883000', '211024.886000', '211024.888000', '211024.891000', '211024.894000', '211024.896000', '211024.899000', '211024.901000', '211024.904000', '211024.907000', '211024.909000', '211044.795000', '211044.798000', '211044.801000', '211044.803000', '211044.806000', '211044.809000', '211044.811000', '211044.814000', '211044.816000', '211044.819000', '211044.822000', '211044.824000', '211044.827000', '211044.830000', '211044.832000', '211044.835000', '211044.837000', '211044.840000', '211044.843000', '211044.845000', '211044.848000', '211044.850000', '211044.853000', '211044.856000', '211044.858000', '211044.861000', '211044.864000', '211044.866000', '211044.869000', '211044.871000', '211044.874000', '211044.876000', '211044.879000', '211044.882000', '211044.884000', '211044.887000', '211044.889000', '211044.892000', '211044.895000', '211044.898000', '211044.900000', '211044.903000', '211044.905000', '211104.797000', '211104.800000', '211104.802000', '211104.805000', '211104.807000', '211104.810000', '211104.813000', '211104.815000', '211104.818000', '211104.820000', '211104.823000', '211104.826000', '211104.828000', '211104.831000', '211104.833000', '211104.836000', '211104.839000', '211104.841000', '211104.844000', '211104.846000', '211104.849000', '211104.851000', '211104.854000', '211104.857000', '211104.859000', '211104.862000', '211104.865000', '211104.867000', '211104.870000', '211104.873000', '211104.875000', '211104.878000', '211104.880000', '211104.883000', '211104.886000', '211104.888000', '211104.891000', '211104.893000', '211104.896000', '211104.899000', '211104.901000', '211104.904000', '211104.907000', '211104.909000', '211124.796000', '211124.799000', '211124.802000', '211124.804000', '211124.807000', '211124.810000', '211124.812000', '211124.815000', '211124.817000', '211124.820000', '211124.823000', '211124.825000', '211124.828000', '211124.831000', '211124.833000', '211124.836000', '211124.838000', '211124.841000', '211124.843000', '211124.846000', '211124.849000', '211124.851000', '211124.854000', '211124.856000', '211124.859000', '211124.862000', '211124.864000', '211124.867000', '211124.869000', '211124.872000', '211124.874000', '211124.877000', '211124.880000', '211124.882000', '211124.885000', '211124.888000', '211124.890000', '211124.893000', '211124.895000', '211124.898000', '211124.901000', '211124.903000', '211124.906000', '211144.797000', '211144.799000', '211144.802000', '211144.805000', '211144.807000', '211144.810000', '211144.813000', '211144.815000', '211144.818000', '211144.820000', '211144.824000', '211144.827000', '211144.830000', '211144.834000', '211144.837000', '211144.839000', '211144.842000', '211144.845000', '211144.847000', '211144.850000', '211144.852000', '211144.855000', '211144.858000', '211144.860000', '211144.863000', '211144.865000', '211144.868000', '211144.871000', '211144.873000', '211144.876000', '211144.878000', '211144.881000', '211144.884000', '211144.886000', '211144.889000', '211144.892000', '211144.894000', '211144.897000', '211144.900000', '211144.902000', '211144.905000', '211144.907000', '211144.910000', '211204.796000', '211204.799000', '211204.802000', '211204.805000', '211204.807000', '211204.810000', '211204.812000', '211204.815000', '211204.818000', '211204.820000', '211204.823000', '211204.826000', '211204.828000', '211204.831000', '211204.833000', '211204.836000', '211204.839000', '211204.841000', '211204.844000', '211204.847000', '211204.849000', '211204.852000', '211204.855000', '211204.857000', '211204.860000', '211204.862000', '211204.865000', '211204.868000', '211204.870000', '211204.873000', '211204.875000', '211204.878000', '211204.881000', '211204.883000', '211204.886000', '211204.889000', '211204.891000', '211204.894000', '211204.897000', '211204.899000', '211204.902000', '211204.904000', '211204.907000', '211204.910000', '211224.796000', '211224.799000', '211224.802000', '211224.804000', '211224.807000', '211224.810000', '211224.813000', '211224.815000', '211224.818000', '211224.820000', '211224.823000', '211224.826000', '211224.828000', '211224.831000', '211224.833000', '211224.836000', '211224.839000', '211224.841000', '211224.844000', '211224.847000', '211224.849000', '211224.852000', '211224.855000', '211224.857000', '211224.860000', '211224.863000', '211224.865000', '211224.868000', '211224.870000', '211224.873000', '211224.875000', '211224.878000', '211224.881000', '211224.883000', '211224.886000', '211224.889000', '211224.891000', '211224.894000', '211224.897000', '211224.899000', '211224.902000', '211224.904000', '211224.907000', '211244.797000', '211244.800000', '211244.802000', '211244.805000', '211244.807000', '211244.810000', '211244.813000', '211244.815000', '211244.818000', '211244.821000', '211244.823000', '211244.826000', '211244.828000', '211244.831000', '211244.834000', '211244.836000', '211244.839000', '211244.841000', '211244.844000', '211244.847000', '211244.849000', '211244.852000', '211244.855000', '211244.858000', '211244.860000', '211244.863000', '211244.865000', '211244.868000', '211244.871000', '211244.873000', '211244.876000', '211244.878000', '211244.881000', '211244.884000', '211244.913000', '211244.916000', '211244.918000', '211244.921000', '211244.924000', '211244.934000', '211244.937000', '211244.939000', '211244.942000', '211244.945000', '211304.795000', '211304.798000', '211304.801000', '211304.804000', '211304.806000', '211304.809000', '211304.811000', '211304.814000', '211304.817000', '211304.819000', '211304.822000', '211304.825000', '211304.827000', '211304.830000', '211304.833000', '211304.835000', '211304.838000', '211304.841000', '211304.843000', '211304.846000', '211304.849000', '211304.851000', '211304.854000', '211304.857000', '211304.859000', '211304.862000', '211304.864000', '211304.867000', '211304.870000', '211304.873000', '211304.876000', '211304.878000', '211304.881000', '211304.884000', '211304.886000', '211304.889000', '211304.892000', '211304.894000', '211304.897000', '211304.900000', '211304.902000', '211304.905000', '211304.907000', '211324.797000', '211324.799000', '211324.802000', '211324.805000', '211324.807000', '211324.810000', '211324.813000', '211324.815000', '211324.818000', '211324.820000', '211324.823000', '211324.826000', '211324.828000', '211324.831000', '211324.833000', '211324.836000', '211324.839000', '211324.841000', '211324.844000', '211324.847000', '211324.849000', '211324.852000', '211324.855000', '211324.857000', '211324.860000', '211324.862000', '211324.865000', '211324.868000', '211324.870000', '211324.873000', '211324.876000', '211324.878000', '211324.881000', '211324.884000', '211324.886000', '211324.889000', '211324.891000', '211324.894000', '211324.897000', '211324.899000', '211324.902000', '211324.904000', '211324.907000', '211324.910000', '211344.797000', '211344.800000', '211344.802000', '211344.805000', '211344.808000', '211344.810000', '211344.813000', '211344.816000', '211344.818000', '211344.821000', '211344.824000', '211344.826000', '211344.829000', '211344.832000', '211344.834000', '211344.837000', '211344.839000', '211344.842000', '211344.845000', '211344.847000', '211344.850000', '211344.853000', '211344.855000', '211344.858000', '211344.861000', '211344.863000', '211344.866000', '211344.869000', '211344.871000', '211344.874000', '211344.877000', '211344.879000', '211344.882000', '211344.885000', '211344.888000', '211344.890000', '211344.893000', '211344.896000', '211344.900000', '211344.902000', '211344.905000', '211344.908000', '211344.910000', '211404.797000', '211404.799000', '211404.802000', '211404.805000', '211404.807000', '211404.810000', '211404.813000', '211404.816000', '211404.818000', '211404.821000', '211404.823000', '211404.826000', '211404.829000', '211404.831000', '211404.834000', '211404.836000', '211404.839000', '211404.842000', '211404.844000', '211404.847000', '211404.849000', '211404.852000', '211404.855000', '211404.857000', '211404.860000', '211404.863000', '211404.865000', '211404.868000', '211404.870000', '211404.873000', '211404.876000', '211404.878000', '211404.881000', '211404.884000', '211404.886000', '211404.889000', '211404.893000', '211404.896000', '211404.898000', '211404.901000', '211404.904000', '211404.906000', '211404.909000', '211404.911000', '211424.797000', '211424.807000', '211424.810000', '211424.813000', '211424.815000', '211424.818000', '211424.820000', '211424.823000', '211424.826000', '211424.828000', '211424.831000', '211424.833000', '211424.836000', '211424.838000', '211424.841000', '211424.844000', '211424.846000', '211424.849000', '211424.851000', '211424.854000', '211424.857000', '211424.860000', '211424.862000', '211424.865000', '211424.867000', '211424.870000', '211424.873000', '211424.875000', '211424.878000', '211424.880000', '211424.883000', '211424.886000', '211424.888000', '211424.891000', '211424.893000', '211424.896000', '211424.899000', '211424.902000', '211424.904000', '211424.907000', '211424.909000', '211424.913000', '211424.916000', '211444.797000', '211444.799000', '211444.802000', '211444.805000', '211444.807000', '211444.810000', '211444.813000', '211444.815000', '211444.818000', '211444.820000', '211444.823000', '211444.825000', '211444.828000', '211444.831000', '211444.833000', '211444.836000', '211444.839000', '211444.841000', '211444.844000', '211444.846000', '211444.849000', '211444.852000', '211444.854000', '211444.857000', '211444.859000', '211444.862000', '211444.865000', '211444.867000', '211444.870000', '211444.873000', '211444.875000', '211444.878000', '211444.881000', '211444.883000', '211444.886000', '211444.888000', '211444.891000', '211444.894000', '211444.896000', '211444.899000', '211444.901000', '211444.904000', '211444.907000', '211444.909000', '211504.797000', '211504.800000', '211504.802000', '211504.805000', '211504.808000', '211504.810000', '211504.813000', '211504.815000', '211504.818000', '211504.821000', '211504.823000', '211504.826000', '211504.828000', '211504.831000', '211504.834000', '211504.836000', '211504.839000', '211504.841000', '211504.844000', '211504.847000', '211504.849000', '211504.852000', '211504.854000', '211504.857000', '211504.860000', '211504.862000', '211504.865000', '211504.868000', '211504.870000', '211504.873000', '211504.876000', '211504.878000', '211504.881000', '211504.883000', '211504.886000', '211504.889000', '211504.891000', '211504.894000', '211504.897000', '211504.900000', '211504.903000', '211504.906000', '211504.909000', '211524.795000', '211524.798000', '211524.801000', '211524.804000', '211524.806000', '211524.809000', '211524.812000', '211524.814000', '211524.817000', '211524.820000', '211524.822000', '211524.825000', '211524.827000', '211524.830000', '211524.833000', '211524.835000', '211524.838000', '211524.841000', '211524.843000', '211524.846000', '211524.848000', '211524.851000', '211524.854000', '211524.856000', '211524.859000', '211524.862000', '211524.864000', '211524.867000', '211524.870000', '211524.872000', '211524.880000', '211524.883000', '211524.885000', '211524.888000', '211524.891000', '211524.893000', '211524.896000', '211524.898000', '211524.901000', '211524.904000', '211524.906000', '211524.909000', '211524.912000', '211524.914000', '211544.796000', '211544.799000', '211544.802000', '211544.805000', '211544.807000', '211544.810000', '211544.812000', '211544.815000', '211544.818000', '211544.820000', '211544.823000', '211544.826000', '211544.836000', '211544.838000', '211544.841000', '211544.844000', '211544.846000', '211544.849000', '211544.851000', '211544.854000', '211544.857000', '211544.859000', '211544.862000', '211544.864000', '211544.867000', '211544.870000', '211544.872000', '211544.875000', '211544.878000', '211544.880000', '211544.883000', '211544.886000', '211544.889000', '211544.892000', '211544.895000', '211544.897000', '211544.900000', '211544.903000', '211544.905000', '211544.908000', '211544.910000', '211544.913000', '211544.916000', '211604.797000', '211604.800000', '211604.802000', '211604.805000', '211604.807000', '211604.810000', '211604.813000', '211604.815000', '211604.818000', '211604.820000', '211604.823000', '211604.826000', '211604.828000', '211604.831000', '211604.834000', '211604.836000', '211604.839000', '211604.841000', '211604.844000', '211604.847000', '211604.849000', '211604.852000', '211604.854000', '211604.857000', '211604.860000', '211604.862000', '211604.865000', '211604.868000', '211604.871000', '211604.873000', '211604.876000', '211604.879000', '211604.881000', '211604.884000', '211604.886000', '211604.889000', '211604.892000', '211604.894000', '211604.897000', '211604.899000', '211604.902000', '211604.905000', '211604.907000', '211604.910000', '211624.797000', '211624.799000', '211624.802000', '211624.805000', '211624.807000', '211624.810000', '211624.813000', '211624.815000', '211624.818000', '211624.820000', '211624.823000', '211624.826000', '211624.828000', '211624.831000', '211624.834000', '211624.836000', '211624.839000', '211624.841000', '211624.844000', '211624.846000', '211624.849000', '211624.852000', '211624.854000', '211624.857000', '211624.860000', '211624.863000', '211624.865000', '211624.868000', '211624.870000', '211624.873000', '211624.876000', '211624.878000', '211624.881000', '211624.883000', '211624.886000', '211624.889000', '211624.891000', '211624.894000', '211624.896000', '211624.899000', '211624.902000', '211624.904000', '211624.907000', '211644.797000', '211644.799000', '211644.802000', '211644.805000', '211644.807000', '211644.810000', '211644.813000', '211644.815000', '211644.818000', '211644.821000', '211644.823000', '211644.826000', '211644.829000', '211644.831000', '211644.834000', '211644.837000', '211644.839000', '211644.842000', '211644.845000', '211644.847000', '211644.850000', '211644.853000', '211644.855000', '211644.858000', '211644.860000', '211644.863000', '211644.866000', '211644.868000', '211644.871000', '211644.874000', '211644.876000', '211644.879000', '211644.882000', '211644.884000', '211644.887000', '211644.889000', '211644.892000', '211644.895000', '211644.897000', '211644.900000', '211644.903000', '211644.905000', '211644.908000', '211644.910000', '211704.797000', '211704.799000', '211704.802000', '211704.805000', '211704.807000', '211704.810000', '211704.813000', '211704.815000', '211704.839000', '211704.841000', '211704.844000', '211704.847000', '211704.849000', '211704.852000', '211704.855000', '211704.857000', '211704.860000', '211704.863000', '211704.865000', '211704.868000', '211704.870000', '211704.873000', '211704.876000', '211704.878000', '211704.881000', '211704.884000', '211704.886000', '211704.889000', '211704.892000', '211704.894000', '211704.897000', '211704.899000', '211704.902000', '211704.905000', '211704.907000', '211704.910000', '211704.912000', '211704.915000', '211704.918000', '211704.920000', '211704.923000', '211704.926000', '211704.929000', '211724.705000', '211724.708000', '211724.711000', '211724.714000', '211724.716000', '211724.719000', '211724.722000', '211724.725000', '211724.728000', '211724.730000', '211724.733000', '211724.736000', '211724.739000', '211724.742000', '211724.745000', '211724.748000', '211724.750000', '211724.754000', '211724.757000', '211724.760000', '211724.763000', '211724.766000', '211724.769000', '211724.772000', '211724.775000', '211724.777000', '211724.780000', '211724.783000', '211724.785000', '211724.788000', '211724.791000', '211724.793000', '211724.796000', '211724.799000', '211724.802000', '211724.804000', '211724.807000', '211724.810000', '211724.813000', '211724.817000', '211724.820000', '211724.822000', '211724.825000', '211724.828000'], 'InstanceCreationTime': ['210844.842000', '210844.845000', '210844.848000', '210844.851000', '210844.854000', '210844.856000', '210844.859000', '210844.862000', '210844.864000', '210844.867000', '210844.870000', '210844.873000', '210844.875000', '210844.878000', '210844.890000', '210844.892000', '210844.895000', '210844.897000', '210844.900000', '210844.903000', '210844.905000', '210844.908000', '210844.910000', '210844.913000', '210844.916000', '210844.918000', '210904.796000', '210904.799000', '210904.802000', '210904.804000', '210904.807000', '210904.810000', '210904.812000', '210904.815000', '210904.818000', '210904.820000', '210904.823000', '210904.825000', '210904.828000', '210904.830000', '210904.833000', '210904.836000', '210904.838000', '210904.841000', '210904.843000', '210904.846000', '210904.848000', '210904.851000', '210904.854000', '210904.856000', '210904.859000', '210904.861000', '210904.864000', '210904.867000', '210904.869000', '210904.872000', '210904.874000', '210904.877000', '210904.880000', '210904.882000', '210904.885000', '210904.887000', '210904.890000', '210904.899000', '210904.901000', '210904.904000', '210904.906000', '210904.909000', '210904.912000', '210904.914000', '210924.796000', '210924.799000', '210924.802000', '210924.804000', '210924.807000', '210924.810000', '210924.812000', '210924.815000', '210924.817000', '210924.820000', '210924.822000', '210924.825000', '210924.827000', '210924.830000', '210924.833000', '210924.835000', '210924.838000', '210924.840000', '210924.843000', '210924.846000', '210924.848000', '210924.851000', '210924.853000', '210924.856000', '210924.859000', '210924.861000', '210924.864000', '210924.867000', '210924.869000', '210924.872000', '210924.875000', '210924.877000', '210924.880000', '210924.882000', '210924.893000', '210924.896000', '210924.898000', '210924.901000', '210924.904000', '210924.906000', '210924.909000', '210924.911000', '210924.914000', '210944.797000', '210944.799000', '210944.802000', '210944.805000', '210944.807000', '210944.810000', '210944.812000', '210944.815000', '210944.818000', '210944.820000', '210944.823000', '210944.825000', '210944.828000', '210944.837000', '210944.839000', '210944.842000', '210944.845000', '210944.847000', '210944.850000', '210944.852000', '210944.855000', '210944.857000', '210944.860000', '210944.863000', '210944.865000', '210944.868000', '210944.870000', '210944.873000', '210944.875000', '210944.878000', '210944.881000', '210944.883000', '210944.886000', '210944.888000', '210944.891000', '210944.894000', '210944.896000', '210944.899000', '210944.901000', '210944.904000', '210944.906000', '210944.909000', '210944.912000', '210944.914000', '211004.796000', '211004.799000', '211004.802000', '211004.805000', '211004.807000', '211004.810000', '211004.812000', '211004.815000', '211004.817000', '211004.820000', '211004.823000', '211004.825000', '211004.828000', '211004.831000', '211004.833000', '211004.836000', '211004.838000', '211004.841000', '211004.844000', '211004.846000', '211004.849000', '211004.851000', '211004.854000', '211004.857000', '211004.859000', '211004.862000', '211004.864000', '211004.867000', '211004.870000', '211004.872000', '211004.875000', '211004.878000', '211004.880000', '211004.883000', '211004.886000', '211004.888000', '211004.891000', '211004.893000', '211004.896000', '211004.899000', '211004.901000', '211004.904000', '211004.906000', '211024.796000', '211024.799000', '211024.802000', '211024.804000', '211024.807000', '211024.810000', '211024.812000', '211024.815000', '211024.817000', '211024.820000', '211024.823000', '211024.825000', '211024.828000', '211024.830000', '211024.833000', '211024.836000', '211024.838000', '211024.841000', '211024.844000', '211024.846000', '211024.849000', '211024.852000', '211024.854000', '211024.857000', '211024.860000', '211024.862000', '211024.865000', '211024.868000', '211024.870000', '211024.873000', '211024.875000', '211024.878000', '211024.881000', '211024.883000', '211024.886000', '211024.888000', '211024.891000', '211024.894000', '211024.896000', '211024.899000', '211024.901000', '211024.904000', '211024.907000', '211024.909000', '211044.795000', '211044.798000', '211044.801000', '211044.803000', '211044.806000', '211044.809000', '211044.811000', '211044.814000', '211044.816000', '211044.819000', '211044.822000', '211044.824000', '211044.827000', '211044.830000', '211044.832000', '211044.835000', '211044.837000', '211044.840000', '211044.843000', '211044.845000', '211044.848000', '211044.850000', '211044.853000', '211044.856000', '211044.858000', '211044.861000', '211044.864000', '211044.866000', '211044.869000', '211044.871000', '211044.874000', '211044.876000', '211044.879000', '211044.882000', '211044.884000', '211044.887000', '211044.889000', '211044.892000', '211044.895000', '211044.898000', '211044.900000', '211044.903000', '211044.905000', '211104.797000', '211104.800000', '211104.802000', '211104.805000', '211104.807000', '211104.810000', '211104.813000', '211104.815000', '211104.818000', '211104.820000', '211104.823000', '211104.826000', '211104.828000', '211104.831000', '211104.833000', '211104.836000', '211104.839000', '211104.841000', '211104.844000', '211104.846000', '211104.849000', '211104.851000', '211104.854000', '211104.857000', '211104.859000', '211104.862000', '211104.865000', '211104.867000', '211104.870000', '211104.873000', '211104.875000', '211104.878000', '211104.880000', '211104.883000', '211104.886000', '211104.888000', '211104.891000', '211104.893000', '211104.896000', '211104.899000', '211104.901000', '211104.904000', '211104.907000', '211104.909000', '211124.796000', '211124.799000', '211124.802000', '211124.804000', '211124.807000', '211124.810000', '211124.812000', '211124.815000', '211124.817000', '211124.820000', '211124.823000', '211124.825000', '211124.828000', '211124.831000', '211124.833000', '211124.836000', '211124.838000', '211124.841000', '211124.843000', '211124.846000', '211124.849000', '211124.851000', '211124.854000', '211124.856000', '211124.859000', '211124.862000', '211124.864000', '211124.867000', '211124.869000', '211124.872000', '211124.874000', '211124.877000', '211124.880000', '211124.882000', '211124.885000', '211124.888000', '211124.890000', '211124.893000', '211124.895000', '211124.898000', '211124.901000', '211124.903000', '211124.906000', '211144.797000', '211144.799000', '211144.802000', '211144.805000', '211144.807000', '211144.810000', '211144.813000', '211144.815000', '211144.818000', '211144.820000', '211144.824000', '211144.827000', '211144.830000', '211144.834000', '211144.837000', '211144.839000', '211144.842000', '211144.845000', '211144.847000', '211144.850000', '211144.852000', '211144.855000', '211144.858000', '211144.860000', '211144.863000', '211144.865000', '211144.868000', '211144.871000', '211144.873000', '211144.876000', '211144.878000', '211144.881000', '211144.884000', '211144.886000', '211144.889000', '211144.892000', '211144.894000', '211144.897000', '211144.900000', '211144.902000', '211144.905000', '211144.907000', '211144.910000', '211204.796000', '211204.799000', '211204.802000', '211204.805000', '211204.807000', '211204.810000', '211204.812000', '211204.815000', '211204.818000', '211204.820000', '211204.823000', '211204.826000', '211204.828000', '211204.831000', '211204.833000', '211204.836000', '211204.839000', '211204.841000', '211204.844000', '211204.847000', '211204.849000', '211204.852000', '211204.855000', '211204.857000', '211204.860000', '211204.862000', '211204.865000', '211204.868000', '211204.870000', '211204.873000', '211204.875000', '211204.878000', '211204.881000', '211204.883000', '211204.886000', '211204.889000', '211204.891000', '211204.894000', '211204.897000', '211204.899000', '211204.902000', '211204.904000', '211204.907000', '211204.910000', '211224.796000', '211224.799000', '211224.802000', '211224.804000', '211224.807000', '211224.810000', '211224.813000', '211224.815000', '211224.818000', '211224.820000', '211224.823000', '211224.826000', '211224.828000', '211224.831000', '211224.833000', '211224.836000', '211224.839000', '211224.841000', '211224.844000', '211224.847000', '211224.849000', '211224.852000', '211224.855000', '211224.857000', '211224.860000', '211224.863000', '211224.865000', '211224.868000', '211224.870000', '211224.873000', '211224.875000', '211224.878000', '211224.881000', '211224.883000', '211224.886000', '211224.889000', '211224.891000', '211224.894000', '211224.897000', '211224.899000', '211224.902000', '211224.904000', '211224.907000', '211244.797000', '211244.800000', '211244.802000', '211244.805000', '211244.807000', '211244.810000', '211244.813000', '211244.815000', '211244.818000', '211244.821000', '211244.823000', '211244.826000', '211244.828000', '211244.831000', '211244.834000', '211244.836000', '211244.839000', '211244.841000', '211244.844000', '211244.847000', '211244.849000', '211244.852000', '211244.855000', '211244.858000', '211244.860000', '211244.863000', '211244.865000', '211244.868000', '211244.871000', '211244.873000', '211244.876000', '211244.878000', '211244.881000', '211244.884000', '211244.913000', '211244.916000', '211244.918000', '211244.921000', '211244.924000', '211244.934000', '211244.937000', '211244.939000', '211244.942000', '211244.945000', '211304.795000', '211304.798000', '211304.801000', '211304.804000', '211304.806000', '211304.809000', '211304.811000', '211304.814000', '211304.817000', '211304.819000', '211304.822000', '211304.825000', '211304.827000', '211304.830000', '211304.833000', '211304.835000', '211304.838000', '211304.841000', '211304.843000', '211304.846000', '211304.849000', '211304.851000', '211304.854000', '211304.857000', '211304.859000', '211304.862000', '211304.864000', '211304.867000', '211304.870000', '211304.873000', '211304.876000', '211304.878000', '211304.881000', '211304.884000', '211304.886000', '211304.889000', '211304.892000', '211304.894000', '211304.897000', '211304.900000', '211304.902000', '211304.905000', '211304.907000', '211324.797000', '211324.799000', '211324.802000', '211324.805000', '211324.807000', '211324.810000', '211324.813000', '211324.815000', '211324.818000', '211324.820000', '211324.823000', '211324.826000', '211324.828000', '211324.831000', '211324.833000', '211324.836000', '211324.839000', '211324.841000', '211324.844000', '211324.847000', '211324.849000', '211324.852000', '211324.855000', '211324.857000', '211324.860000', '211324.862000', '211324.865000', '211324.868000', '211324.870000', '211324.873000', '211324.876000', '211324.878000', '211324.881000', '211324.884000', '211324.886000', '211324.889000', '211324.891000', '211324.894000', '211324.897000', '211324.899000', '211324.902000', '211324.904000', '211324.907000', '211324.910000', '211344.797000', '211344.800000', '211344.802000', '211344.805000', '211344.808000', '211344.810000', '211344.813000', '211344.816000', '211344.818000', '211344.821000', '211344.824000', '211344.826000', '211344.829000', '211344.832000', '211344.834000', '211344.837000', '211344.839000', '211344.842000', '211344.845000', '211344.847000', '211344.850000', '211344.853000', '211344.855000', '211344.858000', '211344.861000', '211344.863000', '211344.866000', '211344.869000', '211344.871000', '211344.874000', '211344.877000', '211344.879000', '211344.882000', '211344.885000', '211344.888000', '211344.890000', '211344.893000', '211344.896000', '211344.900000', '211344.902000', '211344.905000', '211344.908000', '211344.910000', '211404.797000', '211404.799000', '211404.802000', '211404.805000', '211404.807000', '211404.810000', '211404.813000', '211404.816000', '211404.818000', '211404.821000', '211404.823000', '211404.826000', '211404.829000', '211404.831000', '211404.834000', '211404.836000', '211404.839000', '211404.842000', '211404.844000', '211404.847000', '211404.849000', '211404.852000', '211404.855000', '211404.857000', '211404.860000', '211404.863000', '211404.865000', '211404.868000', '211404.870000', '211404.873000', '211404.876000', '211404.878000', '211404.881000', '211404.884000', '211404.886000', '211404.889000', '211404.893000', '211404.896000', '211404.898000', '211404.901000', '211404.904000', '211404.906000', '211404.909000', '211404.911000', '211424.797000', '211424.807000', '211424.810000', '211424.813000', '211424.815000', '211424.818000', '211424.820000', '211424.823000', '211424.826000', '211424.828000', '211424.831000', '211424.833000', '211424.836000', '211424.838000', '211424.841000', '211424.844000', '211424.846000', '211424.849000', '211424.851000', '211424.854000', '211424.857000', '211424.860000', '211424.862000', '211424.865000', '211424.867000', '211424.870000', '211424.873000', '211424.875000', '211424.878000', '211424.880000', '211424.883000', '211424.886000', '211424.888000', '211424.891000', '211424.893000', '211424.896000', '211424.899000', '211424.902000', '211424.904000', '211424.907000', '211424.909000', '211424.913000', '211424.916000', '211444.797000', '211444.799000', '211444.802000', '211444.805000', '211444.807000', '211444.810000', '211444.813000', '211444.815000', '211444.818000', '211444.820000', '211444.823000', '211444.825000', '211444.828000', '211444.831000', '211444.833000', '211444.836000', '211444.839000', '211444.841000', '211444.844000', '211444.846000', '211444.849000', '211444.852000', '211444.854000', '211444.857000', '211444.859000', '211444.862000', '211444.865000', '211444.867000', '211444.870000', '211444.873000', '211444.875000', '211444.878000', '211444.881000', '211444.883000', '211444.886000', '211444.888000', '211444.891000', '211444.894000', '211444.896000', '211444.899000', '211444.901000', '211444.904000', '211444.907000', '211444.909000', '211504.797000', '211504.800000', '211504.802000', '211504.805000', '211504.808000', '211504.810000', '211504.813000', '211504.815000', '211504.818000', '211504.821000', '211504.823000', '211504.826000', '211504.828000', '211504.831000', '211504.834000', '211504.836000', '211504.839000', '211504.841000', '211504.844000', '211504.847000', '211504.849000', '211504.852000', '211504.854000', '211504.857000', '211504.860000', '211504.862000', '211504.865000', '211504.868000', '211504.870000', '211504.873000', '211504.876000', '211504.878000', '211504.881000', '211504.883000', '211504.886000', '211504.889000', '211504.891000', '211504.894000', '211504.897000', '211504.900000', '211504.903000', '211504.906000', '211504.909000', '211524.795000', '211524.798000', '211524.801000', '211524.804000', '211524.806000', '211524.809000', '211524.812000', '211524.814000', '211524.817000', '211524.820000', '211524.822000', '211524.825000', '211524.827000', '211524.830000', '211524.833000', '211524.835000', '211524.838000', '211524.841000', '211524.843000', '211524.846000', '211524.848000', '211524.851000', '211524.854000', '211524.856000', '211524.859000', '211524.862000', '211524.864000', '211524.867000', '211524.870000', '211524.872000', '211524.880000', '211524.883000', '211524.885000', '211524.888000', '211524.891000', '211524.893000', '211524.896000', '211524.898000', '211524.901000', '211524.904000', '211524.906000', '211524.909000', '211524.912000', '211524.914000', '211544.796000', '211544.799000', '211544.802000', '211544.805000', '211544.807000', '211544.810000', '211544.812000', '211544.815000', '211544.818000', '211544.820000', '211544.823000', '211544.826000', '211544.836000', '211544.838000', '211544.841000', '211544.844000', '211544.846000', '211544.849000', '211544.851000', '211544.854000', '211544.857000', '211544.859000', '211544.862000', '211544.864000', '211544.867000', '211544.870000', '211544.872000', '211544.875000', '211544.878000', '211544.880000', '211544.883000', '211544.886000', '211544.889000', '211544.892000', '211544.895000', '211544.897000', '211544.900000', '211544.903000', '211544.905000', '211544.908000', '211544.910000', '211544.913000', '211544.916000', '211604.797000', '211604.800000', '211604.802000', '211604.805000', '211604.807000', '211604.810000', '211604.813000', '211604.815000', '211604.818000', '211604.820000', '211604.823000', '211604.826000', '211604.828000', '211604.831000', '211604.834000', '211604.836000', '211604.839000', '211604.841000', '211604.844000', '211604.847000', '211604.849000', '211604.852000', '211604.854000', '211604.857000', '211604.860000', '211604.862000', '211604.865000', '211604.868000', '211604.871000', '211604.873000', '211604.876000', '211604.879000', '211604.881000', '211604.884000', '211604.886000', '211604.889000', '211604.892000', '211604.894000', '211604.897000', '211604.899000', '211604.902000', '211604.905000', '211604.907000', '211604.910000', '211624.797000', '211624.799000', '211624.802000', '211624.805000', '211624.807000', '211624.810000', '211624.813000', '211624.815000', '211624.818000', '211624.820000', '211624.823000', '211624.826000', '211624.828000', '211624.831000', '211624.834000', '211624.836000', '211624.839000', '211624.841000', '211624.844000', '211624.846000', '211624.849000', '211624.852000', '211624.854000', '211624.857000', '211624.860000', '211624.863000', '211624.865000', '211624.868000', '211624.870000', '211624.873000', '211624.876000', '211624.878000', '211624.881000', '211624.883000', '211624.886000', '211624.889000', '211624.891000', '211624.894000', '211624.896000', '211624.899000', '211624.902000', '211624.904000', '211624.907000', '211644.797000', '211644.799000', '211644.802000', '211644.805000', '211644.807000', '211644.810000', '211644.813000', '211644.815000', '211644.818000', '211644.821000', '211644.823000', '211644.826000', '211644.829000', '211644.831000', '211644.834000', '211644.837000', '211644.839000', '211644.842000', '211644.845000', '211644.847000', '211644.850000', '211644.853000', '211644.855000', '211644.858000', '211644.860000', '211644.863000', '211644.866000', '211644.868000', '211644.871000', '211644.874000', '211644.876000', '211644.879000', '211644.882000', '211644.884000', '211644.887000', '211644.889000', '211644.892000', '211644.895000', '211644.897000', '211644.900000', '211644.903000', '211644.905000', '211644.908000', '211644.910000', '211704.797000', '211704.799000', '211704.802000', '211704.805000', '211704.807000', '211704.810000', '211704.813000', '211704.815000', '211704.839000', '211704.841000', '211704.844000', '211704.847000', '211704.849000', '211704.852000', '211704.855000', '211704.857000', '211704.860000', '211704.863000', '211704.865000', '211704.868000', '211704.870000', '211704.873000', '211704.876000', '211704.878000', '211704.881000', '211704.884000', '211704.886000', '211704.889000', '211704.892000', '211704.894000', '211704.897000', '211704.899000', '211704.902000', '211704.905000', '211704.907000', '211704.910000', '211704.912000', '211704.915000', '211704.918000', '211704.920000', '211704.923000', '211704.926000', '211704.929000', '211724.705000', '211724.708000', '211724.711000', '211724.714000', '211724.716000', '211724.719000', '211724.722000', '211724.725000', '211724.728000', '211724.730000', '211724.733000', '211724.736000', '211724.739000', '211724.742000', '211724.745000', '211724.748000', '211724.750000', '211724.754000', '211724.757000', '211724.760000', '211724.763000', '211724.766000', '211724.769000', '211724.772000', '211724.775000', '211724.777000', '211724.780000', '211724.783000', '211724.785000', '211724.788000', '211724.791000', '211724.793000', '211724.796000', '211724.799000', '211724.802000', '211724.804000', '211724.807000', '211724.810000', '211724.813000', '211724.817000', '211724.820000', '211724.822000', '211724.825000', '211724.828000'], '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': [9142, 14722, 9979, 13614, 9375, 13684, 7807, 12965, 7570, 13698, 8427, 14329, 10034, 12940, 8616, 12624, 7878, 11835, 8172, 12161, 8580, 11778, 8216, 11756, 7799, 10946, 7173, 11604, 7632, 12059, 7260, 10334, 7119, 10429, 9773, 10432, 9418, 10744, 8298, 9189, 8889, 10203, 12909, 10583, 13136, 9975, 14407, 9414, 14683, 10517, 13468, 10283, 13551, 8965, 12415, 7799, 13083, 8893, 11907, 8600, 10387, 9283, 9275, 13562, 9380, 13112, 8435, 13344, 8073, 13686, 9305, 12843, 8773, 13074, 8378, 11666, 7999, 12788, 8207, 12070, 8411, 10489, 10814, 10210, 11219, 8271, 15098, 9244, 12870, 9198, 12075, 8076, 11206, 6810, 10541, 7728, 11161, 8574, 10542, 11580, 8319, 15320, 9863, 13650, 10087, 12856, 9028, 11694, 7668, 11587, 7947, 10861, 7727, 8962, 14456, 8859, 13961, 9904, 12857, 9036, 11686, 7351, 11469, 7957, 11169, 7760, 10482, 8401, 9795, 13607, 9902, 14152, 9306, 14779, 9118, 13187, 9941, 12925, 9486, 12941, 8660, 12119, 7774, 12353, 9525, 11460, 8542, 9415, 13205, 8654, 15342, 10714, 13554, 9236, 13086, 8828, 11677, 8736, 12607, 8808, 12280, 7903, 11879, 7670, 11432, 9825, 11559, 11684, 9221, 15330, 9313, 14399, 10270, 13371, 9538, 12985, 8793, 11898, 8120, 12352, 8225, 12350, 8184, 11764, 7007, 11987, 7543, 12977, 8822, 12826, 7734, 13227, 8468, 11565, 9929, 11859, 9775, 9300, 12875, 8653, 15577, 10271, 15079, 9024, 13331, 8786, 12236, 7882, 12153, 7391, 11126, 7324, 9829, 9418, 9352, 13509, 9691, 13867, 8509, 14089, 9312, 13161, 9660, 12700, 9119, 12056, 7563, 11449, 8323, 12024, 8773, 10889, 10760, 10257, 14028, 10552, 14669, 10283, 14281, 9243, 14319, 9749, 13304, 9643, 12911, 8690, 12192, 8119, 12272, 7746, 12219, 8663, 11245, 9979, 9153, 14184, 9233, 15320, 10561, 14372, 9873, 14370, 9250, 13740, 9147, 13574, 10054, 13263, 9473, 12970, 8317, 12300, 8148, 12638, 8106, 12836, 7866, 11429, 6910, 11204, 6619, 11723, 7648, 13041, 7934, 12576, 7652, 11327, 7689, 12267, 8282, 12154, 8075, 10981, 7494, 11284, 8827, 12107, 8547, 11053, 7931, 9744, 7548, 11354, 8505, 12863, 8286, 12516, 7898, 11422, 7601, 13071, 8144, 13845, 8327, 12992, 7833, 12642, 7735, 12953, 8546, 13087, 7488, 11562, 7419, 11794, 7682, 12906, 7679, 11256, 7657, 10146, 7448, 11841, 7341, 12263, 7095, 11780, 7323, 12937, 9474, 13767, 9310, 13772, 8940, 13109, 8934, 13107, 9410, 13574, 8275, 12930, 8679, 12729, 8892, 13426, 8919, 11943, 7836, 11785, 7777, 12616, 7559, 11646, 7100, 11046, 7874, 12017, 7992, 11830, 7936, 10970, 7727, 12042, 8616, 12759, 7881, 11872, 6978, 12558, 7778, 13639, 8734, 13487, 8495, 12583, 8019, 13061, 9306, 13575, 9483, 12793, 7620, 13234, 8726, 11957, 8910, 11514, 10218, 8398, 11167, 8814, 12809, 9604, 13497, 7884, 12970, 8028, 13712, 8807, 13256, 9383, 12955, 8304, 11721, 8371, 12154, 8766, 13037, 8449, 12111, 8692, 12494, 9475, 13021, 8826, 12304, 7892, 11650, 7908, 12985, 8117, 11167, 8825, 9654, 13323, 9843, 13203, 9260, 14078, 8413, 13763, 9173, 13039, 8877, 13171, 8269, 12205, 8698, 12748, 9132, 12710, 8293, 11948, 7790, 11469, 8561, 11807, 8066, 10250, 8819, 11227, 6847, 13119, 9459, 14694, 10928, 8068, 8636, 7984, 9085, 12869, 8040, 13570, 8579, 12160, 8588, 13323, 9321, 14611, 9914, 14792, 10289, 14374, 11589, 11432, 11992, 10111, 10882, 8806, 10452, 8128, 10479, 7177, 10059, 8239, 9489, 10120, 8692, 14483, 9014, 14235, 8030, 13566, 8080, 11568, 7997, 11897, 8118, 6937, 7297, 6535, 7259, 6899, 11247, 7176, 12768, 8545, 12770, 8377, 12765, 8905, 12986, 9438, 13120, 11333, 9835, 10553, 8494, 9720, 8004, 9716, 10583, 9169, 14577, 8480, 15149, 8356, 12291, 7505, 11283, 7543, 10793, 7369, 11210, 7888, 11318, 6855, 9862, 7102, 8418, 12180, 7968, 13728, 9342, 11806, 7153, 8444, 14383, 8422, 11643, 8402, 10418, 7134, 9235, 6811, 8247, 11102, 7713, 13332, 8146, 11295, 7506, 10582, 7538, 10510, 9034, 9323, 14356, 8801, 12152, 8643, 11259, 7461, 9622, 11314, 8282, 13909, 9539, 12588, 9424, 12368, 8399, 11726, 7619, 11528, 7285, 11960, 8803, 12226, 10190, 11628, 9335, 10160, 8674, 9749, 12306, 9619, 12876, 10130, 12303, 8548, 11512, 8179, 13244, 8883, 14369, 9846, 13271, 8226, 12972, 7819, 13717, 8952, 13196, 8802, 13426, 7599, 12285, 7900, 13548, 9424, 12738, 8300, 11939, 7543, 11956, 8140, 14544, 9817, 13553, 8766, 13552, 7623, 13516, 7717, 13983, 9339, 13826, 9298, 13610, 8479, 11890, 8058, 11230, 7565, 11489, 7003, 10480, 8266, 8165, 11501, 8033, 11340, 8677, 10147, 7451, 7739, 7225, 8605, 7711, 8703, 8285, 10466, 9371, 12521, 9202, 11424, 8009, 12398, 8057, 14383, 9391, 13409, 10180, 12950, 8435, 11876, 8235, 11022, 7728, 11443, 8208, 12060, 7710, 11270, 7497, 10566, 7466, 11436, 7989, 12578, 7901, 11870, 8291, 12313, 8717, 12603, 9387, 14489, 8224, 13695, 7867, 13462, 8411, 13769, 9341, 13070, 7574, 12120, 7192, 10157, 8942, 6965, 9310, 6934, 10119, 6712, 12351, 8491, 12848, 7945, 13467, 7749, 12404, 7872, 8298, 10121, 6369, 10733, 7036, 13125, 8693, 12659, 8383, 13133, 7570, 12744, 7406, 11591, 9302, 7937, 9496, 7330, 8963, 6886, 11202, 7018, 13340, 8448, 11523, 7428, 11559, 7274, 13194, 8066, 12105, 8193, 7969, 8323, 6624, 9216, 6938, 12021, 7729, 12322, 7754, 11474, 7550, 12051, 8251, 12903, 9183, 14596, 8272, 10391, 7628, 10785, 7609, 13101, 9022, 7428, 8702, 6284, 11918, 7319, 12407, 8105, 6915, 9292, 6673, 12710, 8894, 13473, 10501, 15654, 10439, 15344, 10680, 13647, 8882, 13218, 8516, 14987, 8281, 11450, 7949, 6882, 7993, 6918, 7925, 7088, 9016, 8267, 10460, 7283, 9549, 6540, 9601, 6602, 9959, 7279, 10486, 7136, 8879, 8551, 7452, 12885, 7716, 12210, 8292, 11424, 7628, 9880, 6991, 9305, 7075, 9357, 7559, 8193, 7904, 7675, 14018, 8672, 12017, 8468, 11530, 7037, 9625, 12112, 8005, 13174, 8644, 10819, 7621, 8008, 13421, 8852, 11779, 8122, 10196, 6853, 9464, 7215, 9333, 9397, 8118, 13864, 8811, 12191, 8900, 11938, 7557, 10823, 7433, 9689, 8528, 10081, 11444, 8730, 13954, 8523, 12088, 8527, 11305, 7699, 11038, 7336, 9626, 13807, 9348, 13013, 9321, 11941, 8278, 10982, 7097, 9832, 7504, 10898, 8722, 9972, 11666, 7920, 13980, 8596, 12733, 9269, 12512, 8313, 11526, 7339, 11152, 7637, 11091, 7893, 10177, 9928, 8366, 13883, 8741, 12952, 9201, 12407, 8587, 11611, 7112, 10384, 7167, 9417, 13405, 9062, 13333, 8967, 11711, 7680, 10580, 7825, 9242, 13616, 9614, 13013, 8927, 11837, 8115, 11472, 7632, 11883, 8281, 11162, 7340, 9091, 11439, 8801, 14183, 10067, 12924, 9921, 12728, 8683, 12239, 8469, 12626, 9109, 13347, 9567, 13151, 8320, 12340, 8063, 12724, 9725, 12423, 9229, 11861, 9002, 10416, 14257, 9285, 13254, 9460, 12831, 9144, 12282, 7583, 10986, 9438, 10436, 14242, 9393, 13848, 9156, 11947, 8250, 11376, 7472, 10140, 7899, 8439, 14035, 9320, 12895, 9600, 12492, 8556, 11206, 7342, 10617, 6964, 11805, 7303, 11118, 7372, 10436, 12622, 9778, 13980, 10505, 13055, 9211, 12130, 8580, 12673, 8816, 12628, 8080, 11567, 7672, 10891, 10882, 10050, 13114, 9544, 13806, 9147, 12244, 9187, 12633, 8990, 12582, 7724, 11497, 7644, 12390, 8265, 12641, 7559, 11411, 7414, 11513, 9322, 11631, 8526, 10456, 9754, 9572, 12417, 10089, 12769, 9313, 13792, 9457, 13267, 9772, 12994, 10126, 13098, 9117, 12416, 8980, 12828, 9562, 13083, 9967, 13900, 9778, 7748, 7409, 7334, 8744, 7689, 12078, 8321, 14275, 10634, 14062, 10250, 13907, 10199, 15250, 10177, 13615, 10174, 13402, 9880, 13897, 9333, 13360, 8228, 10542, 7214, 9929, 7252, 9998, 7563, 12049, 7704, 11320, 7316, 10416, 7067, 10167, 7286, 11159, 7428, 11485, 6729, 9828, 6823, 9341, 6458, 10185, 6807, 11662, 7118, 10501, 7173, 10805, 7460, 12263, 8826, 13194, 8949, 11996, 8017, 11320, 8332, 12044, 9033, 13158, 8378, 11758, 7470, 10817, 7435, 11642, 8029], 'WindowCenter': [3983.0, 4010.0, 3966.0, 3996.0, 3953.0, 3982.0, 3930.0, 3979.0, 3929.0, 3978.0, 3929.0, 3981.0, 3949.0, 3969.0, 3939.0, 3968.0, 3927.0, 3968.0, 3939.0, 3969.0, 3938.0, 3970.0, 3940.0, 3970.0, 3930.0, 3971.0, 3920.0, 3972.0, 3929.0, 3972.0, 3917.0, 3959.0, 3917.0, 3961.0, 3959.0, 3962.0, 3950.0, 3972.0, 3939.0, 3952.0, 3951.0, 3973.0, 3982.0, 3975.0, 3993.0, 3965.0, 3993.0, 3953.0, 3995.0, 3974.0, 3984.0, 3962.0, 3982.0, 3939.0, 3971.0, 3928.0, 3982.0, 3939.0, 3971.0, 3937.0, 3960.0, 3938.0, 3950.0, 3980.0, 3949.0, 3980.0, 3939.0, 3980.0, 3929.0, 3981.0, 3950.0, 3982.0, 3951.0, 3981.0, 3939.0, 3972.0, 3941.0, 3982.0, 3940.0, 3972.0, 3938.0, 3961.0, 3959.0, 3959.0, 3957.0, 3928.0, 3990.0, 3949.0, 3970.0, 3937.0, 3969.0, 3926.0, 3959.0, 3906.0, 3960.0, 3928.0, 3970.0, 3938.0, 3961.0, 3970.0, 3939.0, 3991.0, 3950.0, 3981.0, 3960.0, 3969.0, 3938.0, 3969.0, 3926.0, 3970.0, 3927.0, 3959.0, 3927.0, 3939.0, 3979.0, 3939.0, 3980.0, 3948.0, 3979.0, 3938.0, 3970.0, 3928.0, 3971.0, 3938.0, 3971.0, 3927.0, 3961.0, 3939.0, 3962.0, 3992.0, 3961.0, 3991.0, 3961.0, 3993.0, 3952.0, 3983.0, 3961.0, 3983.0, 3962.0, 3982.0, 3952.0, 3981.0, 3941.0, 3983.0, 3960.0, 3972.0, 3951.0, 3952.0, 3982.0, 3952.0, 4003.0, 3972.0, 3982.0, 3950.0, 3991.0, 3950.0, 3971.0, 3952.0, 3983.0, 3952.0, 3984.0, 3942.0, 3984.0, 3942.0, 3983.0, 3961.0, 3974.0, 3972.0, 3951.0, 3992.0, 3951.0, 3992.0, 3962.0, 3980.0, 3951.0, 3982.0, 3939.0, 3969.0, 3940.0, 3982.0, 3940.0, 3982.0, 3940.0, 3982.0, 3931.0, 3984.0, 3942.0, 3995.0, 3953.0, 3985.0, 3941.0, 3994.0, 3940.0, 3973.0, 3960.0, 3972.0, 3949.0, 3950.0, 3980.0, 3940.0, 3991.0, 3961.0, 3990.0, 3940.0, 3981.0, 3939.0, 3970.0, 3928.0, 3970.0, 3917.0, 3959.0, 3916.0, 3948.0, 3948.0, 3949.0, 3978.0, 3949.0, 3980.0, 3940.0, 3981.0, 3951.0, 3982.0, 3951.0, 3981.0, 3951.0, 3972.0, 3929.0, 3972.0, 3939.0, 3981.0, 3938.0, 3961.0, 3959.0, 3961.0, 3981.0, 3961.0, 3990.0, 3960.0, 3991.0, 3950.0, 3991.0, 3951.0, 3983.0, 3952.0, 3982.0, 3940.0, 3972.0, 3941.0, 3972.0, 3928.0, 3983.0, 3939.0, 3971.0, 3950.0, 3950.0, 3990.0, 3951.0, 3992.0, 3961.0, 3992.0, 3961.0, 3991.0, 3951.0, 3981.0, 3949.0, 3981.0, 3950.0, 3980.0, 3949.0, 3970.0, 3927.0, 3969.0, 3926.0, 3969.0, 3928.0, 3970.0, 3928.0, 3969.0, 3917.0, 3970.0, 3908.0, 3970.0, 3929.0, 3983.0, 3940.0, 3982.0, 3929.0, 3973.0, 3929.0, 3982.0, 3940.0, 3982.0, 3929.0, 3961.0, 3928.0, 3971.0, 3950.0, 3972.0, 3939.0, 3971.0, 3929.0, 3950.0, 3928.0, 3972.0, 3951.0, 3982.0, 3939.0, 3983.0, 3940.0, 3972.0, 3930.0, 3981.0, 3929.0, 3982.0, 3929.0, 3980.0, 3927.0, 3969.0, 3929.0, 3970.0, 3937.0, 3970.0, 3916.0, 3958.0, 3916.0, 3968.0, 3926.0, 3970.0, 3916.0, 3957.0, 3916.0, 3948.0, 3916.0, 3970.0, 3918.0, 3970.0, 3918.0, 3970.0, 3930.0, 3982.0, 3961.0, 3994.0, 3953.0, 3992.0, 3951.0, 3983.0, 3953.0, 3983.0, 3953.0, 3983.0, 3942.0, 3982.0, 3942.0, 3982.0, 3952.0, 3981.0, 3951.0, 3971.0, 3929.0, 3971.0, 3928.0, 3982.0, 3929.0, 3971.0, 3917.0, 3972.0, 3940.0, 3972.0, 3930.0, 3971.0, 3929.0, 3961.0, 3928.0, 3972.0, 3940.0, 3983.0, 3929.0, 3970.0, 3919.0, 3971.0, 3930.0, 3981.0, 3939.0, 3981.0, 3939.0, 3970.0, 3927.0, 3981.0, 3949.0, 3982.0, 3948.0, 3969.0, 3915.0, 3968.0, 3925.0, 3957.0, 3936.0, 3957.0, 3945.0, 3925.0, 3944.0, 3935.0, 3966.0, 3936.0, 3966.0, 3913.0, 3965.0, 3926.0, 3967.0, 3935.0, 3967.0, 3937.0, 3966.0, 3925.0, 3966.0, 3938.0, 3967.0, 3940.0, 3979.0, 3939.0, 3968.0, 3939.0, 3981.0, 3951.0, 3980.0, 3939.0, 3969.0, 3927.0, 3969.0, 3927.0, 3980.0, 3927.0, 3959.0, 3936.0, 3949.0, 3978.0, 3948.0, 3968.0, 3937.0, 3978.0, 3926.0, 3977.0, 3938.0, 3978.0, 3937.0, 3969.0, 3938.0, 3969.0, 3939.0, 3981.0, 3949.0, 3969.0, 3928.0, 3970.0, 3916.0, 3959.0, 3937.0, 3969.0, 3928.0, 3949.0, 3952.0, 3959.0, 3920.0, 3994.0, 3951.0, 3994.0, 3972.0, 3941.0, 3940.0, 3928.0, 3950.0, 3970.0, 3928.0, 3968.0, 3941.0, 3971.0, 3941.0, 3981.0, 3951.0, 3991.0, 3949.0, 3979.0, 3950.0, 3978.0, 3948.0, 3945.0, 3946.0, 3933.0, 3932.0, 3909.0, 3919.0, 3899.0, 3917.0, 3876.0, 3909.0, 3896.0, 3907.0, 3916.0, 3897.0, 3949.0, 3907.0, 3948.0, 3898.0, 3939.0, 3900.0, 3942.0, 3911.0, 3941.0, 3912.0, 3902.0, 3900.0, 3890.0, 3913.0, 3903.0, 3959.0, 3920.0, 3981.0, 3941.0, 3982.0, 3942.0, 3981.0, 3939.0, 3980.0, 3952.0, 3982.0, 3961.0, 3936.0, 3948.0, 3925.0, 3937.0, 3914.0, 3936.0, 3934.0, 3923.0, 3966.0, 3925.0, 3977.0, 3913.0, 3955.0, 3903.0, 3943.0, 3900.0, 3943.0, 3903.0, 3956.0, 3914.0, 3957.0, 3905.0, 3947.0, 3905.0, 3927.0, 3967.0, 3926.0, 3968.0, 3936.0, 3957.0, 3903.0, 3925.0, 3966.0, 3925.0, 3954.0, 3925.0, 3946.0, 3905.0, 3935.0, 3905.0, 3928.0, 3958.0, 3928.0, 3978.0, 3929.0, 3970.0, 3929.0, 3961.0, 3929.0, 3961.0, 3939.0, 3949.0, 3991.0, 3939.0, 3970.0, 3939.0, 3971.0, 3917.0, 3950.0, 3970.0, 3940.0, 3993.0, 3963.0, 3983.0, 3963.0, 3984.0, 3942.0, 3984.0, 3941.0, 3984.0, 3933.0, 3986.0, 3953.0, 3985.0, 3963.0, 3985.0, 3952.0, 3963.0, 3951.0, 3964.0, 3983.0, 3963.0, 3982.0, 3963.0, 3983.0, 3952.0, 3971.0, 3942.0, 3982.0, 3952.0, 3993.0, 3963.0, 3982.0, 3941.0, 3981.0, 3929.0, 3982.0, 3951.0, 3982.0, 3951.0, 3981.0, 3929.0, 3969.0, 3942.0, 3993.0, 3951.0, 3981.0, 3940.0, 3970.0, 3930.0, 3971.0, 3941.0, 3993.0, 3960.0, 3981.0, 3940.0, 3980.0, 3929.0, 3979.0, 3928.0, 3980.0, 3950.0, 3980.0, 3950.0, 3980.0, 3927.0, 3957.0, 3926.0, 3957.0, 3915.0, 3958.0, 3904.0, 3947.0, 3924.0, 3924.0, 3955.0, 3915.0, 3957.0, 3938.0, 3943.0, 3903.0, 3913.0, 3916.0, 3936.0, 3927.0, 3939.0, 3940.0, 3960.0, 3951.0, 3980.0, 3951.0, 3969.0, 3929.0, 3967.0, 3927.0, 3977.0, 3937.0, 3968.0, 3949.0, 3968.0, 3925.0, 3956.0, 3912.0, 3942.0, 3903.0, 3954.0, 3925.0, 3956.0, 3915.0, 3945.0, 3915.0, 3946.0, 3917.0, 3958.0, 3928.0, 3969.0, 3929.0, 3970.0, 3940.0, 3970.0, 3940.0, 3971.0, 3951.0, 3980.0, 3927.0, 3968.0, 3928.0, 3968.0, 3928.0, 3967.0, 3937.0, 3966.0, 3915.0, 3955.0, 3905.0, 3946.0, 3936.0, 3904.0, 3936.0, 3904.0, 3945.0, 3905.0, 3968.0, 3935.0, 3968.0, 3927.0, 3967.0, 3926.0, 3968.0, 3927.0, 3927.0, 3949.0, 3906.0, 3958.0, 3917.0, 3979.0, 3938.0, 3969.0, 3939.0, 3978.0, 3927.0, 3968.0, 3917.0, 3958.0, 3947.0, 3926.0, 3948.0, 3929.0, 3953.0, 3929.0, 3958.0, 3915.0, 3980.0, 3939.0, 3972.0, 3930.0, 3971.0, 3928.0, 3965.0, 3925.0, 3955.0, 3924.0, 3913.0, 3922.0, 3890.0, 3934.0, 3901.0, 3955.0, 3912.0, 3954.0, 3912.0, 3942.0, 3913.0, 3955.0, 3924.0, 3953.0, 3923.0, 3963.0, 3912.0, 3931.0, 3911.0, 3942.0, 3914.0, 3967.0, 3937.0, 3903.0, 3922.0, 3892.0, 3956.0, 3914.0, 3968.0, 3938.0, 3917.0, 3950.0, 3918.0, 3982.0, 3950.0, 3981.0, 3960.0, 3990.0, 3948.0, 3976.0, 3944.0, 3952.0, 3911.0, 3940.0, 3910.0, 3961.0, 3910.0, 3940.0, 3899.0, 3887.0, 3908.0, 3888.0, 3911.0, 3900.0, 3923.0, 3912.0, 3944.0, 3901.0, 3933.0, 3889.0, 3931.0, 3890.0, 3933.0, 3901.0, 3943.0, 3901.0, 3923.0, 3922.0, 3901.0, 3953.0, 3912.0, 3954.0, 3912.0, 3942.0, 3912.0, 3932.0, 3902.0, 3935.0, 3902.0, 3935.0, 3912.0, 3925.0, 3913.0, 3915.0, 3978.0, 3937.0, 3966.0, 3926.0, 3957.0, 3904.0, 3946.0, 3956.0, 3926.0, 3966.0, 3925.0, 3946.0, 3913.0, 3925.0, 3965.0, 3935.0, 3956.0, 3925.0, 3945.0, 3904.0, 3947.0, 3915.0, 3948.0, 3947.0, 3928.0, 3978.0, 3938.0, 3969.0, 3938.0, 3968.0, 3928.0, 3959.0, 3916.0, 3949.0, 3938.0, 3960.0, 3969.0, 3939.0, 3980.0, 3938.0, 3968.0, 3939.0, 3971.0, 3928.0, 3971.0, 3928.0, 3950.0, 3980.0, 3948.0, 3981.0, 3949.0, 3969.0, 3938.0, 3959.0, 3917.0, 3949.0, 3917.0, 3960.0, 3938.0, 3949.0, 3969.0, 3928.0, 3979.0, 3939.0, 3981.0, 3950.0, 3982.0, 3938.0, 3972.0, 3928.0, 3971.0, 3928.0, 3970.0, 3928.0, 3959.0, 3948.0, 3939.0, 3980.0, 3939.0, 3981.0, 3950.0, 3981.0, 3938.0, 3970.0, 3917.0, 3959.0, 3916.0, 3949.0, 3979.0, 3949.0, 3980.0, 3937.0, 3969.0, 3927.0, 3959.0, 3926.0, 3949.0, 3979.0, 3949.0, 3979.0, 3938.0, 3969.0, 3927.0, 3969.0, 3928.0, 3970.0, 3938.0, 3971.0, 3916.0, 3949.0, 3967.0, 3949.0, 3991.0, 3961.0, 3982.0, 3961.0, 3982.0, 3952.0, 3982.0, 3952.0, 3994.0, 3964.0, 3995.0, 3964.0, 3995.0, 3954.0, 3995.0, 3942.0, 3995.0, 3963.0, 3995.0, 3952.0, 3984.0, 3951.0, 3973.0, 3993.0, 3951.0, 3994.0, 3963.0, 3983.0, 3952.0, 3983.0, 3929.0, 3972.0, 3950.0, 3961.0, 3990.0, 3949.0, 3980.0, 3948.0, 3970.0, 3926.0, 3956.0, 3913.0, 3946.0, 3924.0, 3925.0, 3977.0, 3936.0, 3967.0, 3947.0, 3968.0, 3936.0, 3957.0, 3916.0, 3957.0, 3917.0, 3970.0, 3928.0, 3971.0, 3928.0, 3961.0, 3981.0, 3960.0, 3991.0, 3961.0, 3981.0, 3949.0, 3970.0, 3940.0, 3981.0, 3950.0, 3982.0, 3939.0, 3971.0, 3928.0, 3972.0, 3970.0, 3961.0, 3981.0, 3961.0, 3991.0, 3950.0, 3982.0, 3950.0, 3981.0, 3950.0, 3981.0, 3929.0, 3970.0, 3930.0, 3982.0, 3940.0, 3983.0, 3929.0, 3971.0, 3928.0, 3972.0, 3949.0, 3971.0, 3939.0, 3961.0, 3949.0, 3961.0, 3981.0, 3962.0, 3981.0, 3951.0, 3992.0, 3961.0, 3993.0, 3962.0, 3982.0, 3962.0, 3982.0, 3951.0, 3981.0, 3950.0, 3994.0, 3963.0, 3995.0, 3963.0, 3993.0, 3962.0, 3928.0, 3930.0, 3930.0, 3966.0, 3942.0, 3996.0, 3968.0, 4021.0, 3988.0, 4008.0, 3975.0, 3995.0, 3963.0, 3991.0, 3960.0, 3983.0, 3950.0, 3972.0, 3938.0, 3970.0, 3923.0, 3954.0, 3899.0, 3919.0, 3886.0, 3906.0, 3885.0, 3918.0, 3887.0, 3940.0, 3899.0, 3930.0, 3889.0, 3929.0, 3887.0, 3918.0, 3886.0, 3930.0, 3888.0, 3942.0, 3889.0, 3932.0, 3891.0, 3921.0, 3880.0, 3933.0, 3892.0, 3956.0, 3903.0, 3945.0, 3906.0, 3957.0, 3917.0, 3969.0, 3939.0, 3970.0, 3938.0, 3958.0, 3927.0, 3957.0, 3928.0, 3958.0, 3939.0, 3970.0, 3927.0, 3957.0, 3917.0, 3946.0, 3916.0, 3956.0, 3928.0], 'WindowWidth': [8898.0, 8929.0, 8862.0, 8900.0, 8837.0, 8872.0, 8801.0, 8866.0, 8798.0, 8864.0, 8797.0, 8871.0, 8824.0, 8852.0, 8809.0, 8849.0, 8794.0, 8849.0, 8812.0, 8852.0, 8811.0, 8854.0, 8815.0, 8854.0, 8802.0, 8859.0, 8789.0, 8861.0, 8798.0, 8861.0, 8782.0, 8840.0, 8782.0, 8844.0, 8838.0, 8845.0, 8828.0, 8861.0, 8813.0, 8835.0, 8832.0, 8866.0, 8877.0, 8869.0, 8893.0, 8856.0, 8894.0, 8838.0, 8900.0, 8866.0, 8882.0, 8847.0, 8876.0, 8813.0, 8860.0, 8796.0, 8874.0, 8811.0, 8859.0, 8807.0, 8842.0, 8808.0, 8826.0, 8867.0, 8825.0, 8866.0, 8812.0, 8867.0, 8800.0, 8873.0, 8829.0, 8874.0, 8833.0, 8873.0, 8814.0, 8861.0, 8817.0, 8874.0, 8814.0, 8862.0, 8809.0, 8845.0, 8838.0, 8837.0, 8834.0, 8796.0, 8885.0, 8823.0, 8854.0, 8807.0, 8853.0, 8792.0, 8839.0, 8765.0, 8842.0, 8796.0, 8856.0, 8810.0, 8844.0, 8854.0, 8813.0, 8886.0, 8828.0, 8871.0, 8841.0, 8854.0, 8809.0, 8852.0, 8792.0, 8855.0, 8794.0, 8839.0, 8793.0, 8812.0, 8866.0, 8812.0, 8869.0, 8824.0, 8866.0, 8811.0, 8854.0, 8798.0, 8858.0, 8810.0, 8860.0, 8797.0, 8846.0, 8814.0, 8849.0, 8889.0, 8847.0, 8888.0, 8847.0, 8893.0, 8835.0, 8879.0, 8848.0, 8879.0, 8850.0, 8877.0, 8834.0, 8874.0, 8820.0, 8880.0, 8843.0, 8862.0, 8831.0, 8836.0, 8875.0, 8834.0, 8909.0, 8863.0, 8877.0, 8832.0, 8888.0, 8831.0, 8861.0, 8835.0, 8879.0, 8837.0, 8880.0, 8823.0, 8882.0, 8823.0, 8880.0, 8845.0, 8866.0, 8861.0, 8832.0, 8890.0, 8832.0, 8891.0, 8848.0, 8873.0, 8831.0, 8875.0, 8813.0, 8855.0, 8817.0, 8874.0, 8817.0, 8874.0, 8817.0, 8875.0, 8808.0, 8880.0, 8826.0, 8899.0, 8838.0, 8885.0, 8819.0, 8896.0, 8818.0, 8866.0, 8842.0, 8862.0, 8827.0, 8829.0, 8869.0, 8816.0, 8889.0, 8843.0, 8886.0, 8814.0, 8871.0, 8812.0, 8856.0, 8796.0, 8854.0, 8780.0, 8839.0, 8778.0, 8824.0, 8824.0, 8827.0, 8865.0, 8827.0, 8868.0, 8815.0, 8872.0, 8833.0, 8876.0, 8833.0, 8873.0, 8831.0, 8862.0, 8800.0, 8861.0, 8812.0, 8873.0, 8811.0, 8844.0, 8839.0, 8844.0, 8871.0, 8844.0, 8885.0, 8842.0, 8885.0, 8829.0, 8887.0, 8831.0, 8875.0, 8832.0, 8873.0, 8815.0, 8861.0, 8816.0, 8860.0, 8797.0, 8876.0, 8813.0, 8858.0, 8826.0, 8828.0, 8883.0, 8831.0, 8891.0, 8846.0, 8891.0, 8845.0, 8887.0, 8832.0, 8872.0, 8827.0, 8874.0, 8829.0, 8870.0, 8824.0, 8855.0, 8795.0, 8851.0, 8792.0, 8854.0, 8796.0, 8854.0, 8795.0, 8851.0, 8781.0, 8855.0, 8770.0, 8857.0, 8801.0, 8877.0, 8816.0, 8876.0, 8801.0, 8863.0, 8801.0, 8875.0, 8816.0, 8875.0, 8800.0, 8846.0, 8797.0, 8859.0, 8829.0, 8860.0, 8812.0, 8857.0, 8798.0, 8828.0, 8799.0, 8862.0, 8832.0, 8876.0, 8814.0, 8877.0, 8816.0, 8861.0, 8803.0, 8874.0, 8799.0, 8876.0, 8798.0, 8868.0, 8793.0, 8854.0, 8798.0, 8857.0, 8805.0, 8855.0, 8776.0, 8835.0, 8776.0, 8850.0, 8790.0, 8854.0, 8776.0, 8833.0, 8775.0, 8823.0, 8779.0, 8854.0, 8782.0, 8855.0, 8785.0, 8854.0, 8803.0, 8875.0, 8846.0, 8893.0, 8837.0, 8890.0, 8834.0, 8878.0, 8838.0, 8878.0, 8838.0, 8879.0, 8821.0, 8876.0, 8820.0, 8875.0, 8833.0, 8874.0, 8830.0, 8858.0, 8801.0, 8857.0, 8797.0, 8872.0, 8799.0, 8857.0, 8782.0, 8859.0, 8813.0, 8860.0, 8800.0, 8858.0, 8800.0, 8846.0, 8798.0, 8860.0, 8813.0, 8876.0, 8799.0, 8855.0, 8786.0, 8859.0, 8801.0, 8872.0, 8812.0, 8872.0, 8812.0, 8856.0, 8795.0, 8872.0, 8825.0, 8874.0, 8821.0, 8855.0, 8776.0, 8851.0, 8788.0, 8835.0, 8800.0, 8831.0, 8812.0, 8785.0, 8810.0, 8799.0, 8841.0, 8803.0, 8842.0, 8769.0, 8840.0, 8788.0, 8846.0, 8802.0, 8847.0, 8805.0, 8843.0, 8789.0, 8844.0, 8810.0, 8848.0, 8815.0, 8868.0, 8814.0, 8852.0, 8813.0, 8872.0, 8830.0, 8868.0, 8812.0, 8851.0, 8793.0, 8853.0, 8793.0, 8869.0, 8792.0, 8837.0, 8803.0, 8823.0, 8862.0, 8822.0, 8847.0, 8806.0, 8862.0, 8790.0, 8862.0, 8807.0, 8862.0, 8807.0, 8851.0, 8810.0, 8853.0, 8813.0, 8869.0, 8825.0, 8852.0, 8794.0, 8853.0, 8777.0, 8838.0, 8807.0, 8852.0, 8794.0, 8823.0, 8832.0, 8838.0, 8791.0, 8894.0, 8828.0, 8895.0, 8861.0, 8818.0, 8815.0, 8796.0, 8829.0, 8853.0, 8793.0, 8848.0, 8816.0, 8856.0, 8817.0, 8872.0, 8832.0, 8884.0, 8824.0, 8863.0, 8827.0, 8860.0, 8819.0, 8808.0, 8813.0, 8788.0, 8788.0, 8752.0, 8766.0, 8736.0, 8760.0, 8702.0, 8751.0, 8730.0, 8746.0, 8756.0, 8734.0, 8807.0, 8746.0, 8806.0, 8737.0, 8794.0, 8742.0, 8803.0, 8762.0, 8799.0, 8763.0, 8749.0, 8746.0, 8733.0, 8767.0, 8755.0, 8837.0, 8786.0, 8872.0, 8818.0, 8874.0, 8819.0, 8870.0, 8813.0, 8867.0, 8832.0, 8872.0, 8843.0, 8802.0, 8822.0, 8783.0, 8802.0, 8768.0, 8799.0, 8795.0, 8780.0, 8845.0, 8786.0, 8859.0, 8765.0, 8826.0, 8754.0, 8806.0, 8746.0, 8804.0, 8752.0, 8827.0, 8770.0, 8832.0, 8761.0, 8820.0, 8760.0, 8791.0, 8844.0, 8790.0, 8848.0, 8801.0, 8832.0, 8754.0, 8786.0, 8844.0, 8785.0, 8825.0, 8785.0, 8814.0, 8760.0, 8802.0, 8761.0, 8795.0, 8834.0, 8798.0, 8866.0, 8799.0, 8855.0, 8802.0, 8846.0, 8798.0, 8844.0, 8811.0, 8826.0, 8887.0, 8811.0, 8854.0, 8811.0, 8858.0, 8782.0, 8830.0, 8855.0, 8817.0, 8892.0, 8852.0, 8879.0, 8851.0, 8881.0, 8823.0, 8881.0, 8821.0, 8882.0, 8812.0, 8889.0, 8838.0, 8886.0, 8852.0, 8883.0, 8835.0, 8852.0, 8831.0, 8851.0, 8877.0, 8849.0, 8876.0, 8850.0, 8876.0, 8835.0, 8859.0, 8822.0, 8876.0, 8834.0, 8894.0, 8851.0, 8876.0, 8819.0, 8874.0, 8801.0, 8875.0, 8833.0, 8874.0, 8831.0, 8871.0, 8800.0, 8855.0, 8821.0, 8891.0, 8833.0, 8871.0, 8816.0, 8856.0, 8802.0, 8858.0, 8817.0, 8893.0, 8843.0, 8872.0, 8814.0, 8868.0, 8797.0, 8865.0, 8797.0, 8872.0, 8828.0, 8871.0, 8827.0, 8872.0, 8793.0, 8835.0, 8789.0, 8835.0, 8775.0, 8836.0, 8757.0, 8818.0, 8784.0, 8783.0, 8825.0, 8772.0, 8830.0, 8807.0, 8808.0, 8754.0, 8767.0, 8777.0, 8806.0, 8797.0, 8813.0, 8816.0, 8842.0, 8831.0, 8868.0, 8830.0, 8854.0, 8800.0, 8847.0, 8794.0, 8864.0, 8806.0, 8852.0, 8824.0, 8850.0, 8786.0, 8828.0, 8765.0, 8804.0, 8753.0, 8824.0, 8786.0, 8828.0, 8773.0, 8813.0, 8773.0, 8815.0, 8780.0, 8836.0, 8798.0, 8854.0, 8800.0, 8854.0, 8814.0, 8857.0, 8817.0, 8858.0, 8830.0, 8872.0, 8794.0, 8850.0, 8794.0, 8851.0, 8795.0, 8850.0, 8807.0, 8843.0, 8774.0, 8826.0, 8760.0, 8816.0, 8803.0, 8759.0, 8804.0, 8759.0, 8814.0, 8763.0, 8850.0, 8803.0, 8851.0, 8793.0, 8849.0, 8792.0, 8850.0, 8795.0, 8793.0, 8825.0, 8764.0, 8837.0, 8781.0, 8868.0, 8811.0, 8853.0, 8812.0, 8863.0, 8794.0, 8849.0, 8782.0, 8835.0, 8819.0, 8790.0, 8822.0, 8801.0, 8839.0, 8802.0, 8838.0, 8774.0, 8868.0, 8812.0, 8864.0, 8803.0, 8860.0, 8797.0, 8841.0, 8791.0, 8826.0, 8785.0, 8766.0, 8779.0, 8735.0, 8796.0, 8749.0, 8827.0, 8764.0, 8825.0, 8764.0, 8804.0, 8765.0, 8825.0, 8783.0, 8822.0, 8778.0, 8835.0, 8763.0, 8787.0, 8762.0, 8804.0, 8769.0, 8844.0, 8805.0, 8752.0, 8778.0, 8739.0, 8829.0, 8772.0, 8849.0, 8811.0, 8783.0, 8830.0, 8785.0, 8874.0, 8828.0, 8876.0, 8842.0, 8886.0, 8821.0, 8856.0, 8809.0, 8815.0, 8760.0, 8796.0, 8756.0, 8830.0, 8757.0, 8796.0, 8740.0, 8723.0, 8754.0, 8727.0, 8760.0, 8745.0, 8779.0, 8764.0, 8809.0, 8748.0, 8792.0, 8731.0, 8790.0, 8732.0, 8793.0, 8749.0, 8806.0, 8748.0, 8780.0, 8776.0, 8748.0, 8821.0, 8766.0, 8823.0, 8765.0, 8806.0, 8765.0, 8791.0, 8752.0, 8799.0, 8753.0, 8798.0, 8765.0, 8785.0, 8768.0, 8773.0, 8863.0, 8806.0, 8845.0, 8791.0, 8834.0, 8759.0, 8818.0, 8829.0, 8789.0, 8846.0, 8785.0, 8816.0, 8766.0, 8786.0, 8842.0, 8799.0, 8829.0, 8787.0, 8814.0, 8759.0, 8819.0, 8774.0, 8822.0, 8819.0, 8796.0, 8865.0, 8809.0, 8853.0, 8810.0, 8851.0, 8796.0, 8840.0, 8777.0, 8827.0, 8808.0, 8840.0, 8852.0, 8811.0, 8871.0, 8811.0, 8852.0, 8813.0, 8858.0, 8798.0, 8857.0, 8798.0, 8830.0, 8873.0, 8824.0, 8872.0, 8827.0, 8853.0, 8810.0, 8841.0, 8781.0, 8827.0, 8782.0, 8842.0, 8809.0, 8826.0, 8852.0, 8797.0, 8868.0, 8814.0, 8872.0, 8831.0, 8875.0, 8813.0, 8860.0, 8799.0, 8858.0, 8798.0, 8855.0, 8795.0, 8839.0, 8823.0, 8812.0, 8870.0, 8814.0, 8873.0, 8829.0, 8871.0, 8810.0, 8856.0, 8782.0, 8840.0, 8780.0, 8826.0, 8868.0, 8825.0, 8870.0, 8808.0, 8854.0, 8795.0, 8840.0, 8793.0, 8826.0, 8867.0, 8824.0, 8866.0, 8810.0, 8852.0, 8795.0, 8854.0, 8798.0, 8857.0, 8810.0, 8858.0, 8780.0, 8827.0, 8848.0, 8827.0, 8887.0, 8846.0, 8874.0, 8846.0, 8876.0, 8836.0, 8877.0, 8839.0, 8895.0, 8855.0, 8900.0, 8857.0, 8900.0, 8841.0, 8900.0, 8824.0, 8900.0, 8851.0, 8898.0, 8835.0, 8882.0, 8833.0, 8864.0, 8894.0, 8834.0, 8896.0, 8852.0, 8882.0, 8836.0, 8880.0, 8801.0, 8863.0, 8830.0, 8845.0, 8885.0, 8825.0, 8871.0, 8822.0, 8857.0, 8792.0, 8833.0, 8771.0, 8818.0, 8784.0, 8787.0, 8860.0, 8805.0, 8848.0, 8820.0, 8849.0, 8805.0, 8834.0, 8779.0, 8836.0, 8783.0, 8856.0, 8797.0, 8858.0, 8797.0, 8845.0, 8873.0, 8842.0, 8888.0, 8844.0, 8872.0, 8827.0, 8856.0, 8818.0, 8873.0, 8831.0, 8875.0, 8815.0, 8861.0, 8798.0, 8861.0, 8857.0, 8844.0, 8874.0, 8845.0, 8888.0, 8830.0, 8875.0, 8831.0, 8872.0, 8831.0, 8873.0, 8802.0, 8858.0, 8803.0, 8877.0, 8817.0, 8878.0, 8801.0, 8860.0, 8798.0, 8862.0, 8828.0, 8860.0, 8815.0, 8846.0, 8828.0, 8846.0, 8874.0, 8848.0, 8875.0, 8834.0, 8891.0, 8848.0, 8894.0, 8850.0, 8878.0, 8851.0, 8877.0, 8833.0, 8873.0, 8831.0, 8896.0, 8852.0, 8896.0, 8851.0, 8894.0, 8848.0, 8798.0, 8803.0, 8804.0, 8864.0, 8825.0, 8903.0, 8867.0, 8942.0, 8892.0, 8921.0, 8872.0, 8902.0, 8851.0, 8891.0, 8842.0, 8882.0, 8825.0, 8863.0, 8805.0, 8857.0, 8777.0, 8824.0, 8740.0, 8765.0, 8716.0, 8745.0, 8714.0, 8763.0, 8719.0, 8798.0, 8739.0, 8783.0, 8727.0, 8779.0, 8721.0, 8764.0, 8718.0, 8782.0, 8724.0, 8801.0, 8728.0, 8789.0, 8733.0, 8774.0, 8717.0, 8793.0, 8737.0, 8828.0, 8754.0, 8813.0, 8764.0, 8832.0, 8780.0, 8852.0, 8810.0, 8854.0, 8809.0, 8836.0, 8791.0, 8833.0, 8794.0, 8834.0, 8810.0, 8853.0, 8791.0, 8833.0, 8777.0, 8816.0, 8775.0, 8831.0, 8794.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.00023689774696707106</td></tr>
<tr><td colspan=3>aqi</td><td>0.025634963864818023</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>42.72755730569818</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2416341284995673</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9722393769557676</td></tr>
<tr><td colspan=3>efc</td><td>0.4985</td></tr>
<tr><td colspan=3>fber</td><td>4163.1826</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07874101569418665</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>26</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>2.2530329289428077</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.59346194425102</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4910481224269665</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.881252567669222</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4080851426568715</td></tr>
<tr><td colspan=3>gcor</td><td>0.0126593</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.017622603103518486</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.034601982682943344</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>3.8371274745628545</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>18.1742</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>45.7179</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>199.7867</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>51.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>297203.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>982.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>372.5612</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.3056</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>509.726</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3110.5294</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3298.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>79341.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1019.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4081.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>859.4917</td></tr>
<tr><td colspan=3>tsnr</td><td>37.00626838579774</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>