ds005256-mriqc/sub-0106_ses-03_task-alignvideo_acq-mb8_run-01_bold.html
Felix Hoffstaedter 3dec7468be [DATALAD RUNCMD] Compute MRIQC for sub-0106
=== 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-0106 --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-0106",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-19 01:52:19 +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-0106_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-0106_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-0106_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-0106/figures/sub-0106_ses-03_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0106/figures/sub-0106_ses-03_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0106/figures/sub-0106_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-0106_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-0106/figures/sub-0106_ses-03_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0106/figures/sub-0106_ses-03_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0106/figures/sub-0106_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-0106_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-0106/figures/sub-0106_ses-03_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0106/figures/sub-0106_ses-03_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0106/figures/sub-0106_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-0106_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-0106/figures/sub-0106_ses-03_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0106/figures/sub-0106_ses-03_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0106/figures/sub-0106_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-0106_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-0106/figures/sub-0106_ses-03_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0106/figures/sub-0106_ses-03_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0106/figures/sub-0106_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-0106_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-0106/figures/sub-0106_ses-03_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0106/figures/sub-0106_ses-03_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0106/figures/sub-0106_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-0106_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-0106/figures/sub-0106_ses-03_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0106/figures/sub-0106_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-0106/figures/sub-0106_ses-03_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0106/figures/sub-0106_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-0106/ses-03/func/sub-0106_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>974b07a98eaa8cdb345defad3c31384d</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>19:52:52.095000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.991853, -0.0956694, 0.0841151, 0.0834626, 0.986871, 0.138272]</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.0854921</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>34</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4241, -7815, -7237, 408, -72, -86, 92, 57]</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.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>231.217</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>5beafdb9-7acb-4e66-be25-929d707cde32||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.6610686779022217, 0.2239239364862442, 0.25984570384025574, 98.66255950927734], [0.2566738724708557, 2.6477034091949463, 0.35133740305900574, -122.24143981933594], [0.22567464411258698, -0.37097352743148804, 2.664402723312378, -62.61309051513672], [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': ['195252.095000', '195252.555000', '195253.015000', '195253.475000', '195253.935000', '195254.395000', '195254.855000', '195255.315000', '195255.775000', '195256.235000', '195256.695000', '195257.155000', '195257.615000', '195258.075000', '195258.535000', '195258.995000', '195259.455000', '195259.915000', '195300.375000', '195300.835000', '195301.295000', '195301.755000', '195302.215000', '195302.675000', '195303.135000', '195303.595000', '195304.055000', '195304.515000', '195304.975000', '195305.435000', '195305.895000', '195306.355000', '195306.815000', '195307.275000', '195307.735000', '195308.195000', '195308.655000', '195309.115000', '195309.575000', '195310.035000', '195310.495000', '195310.955000', '195311.415000', '195311.875000', '195312.335000', '195312.795000', '195313.255000', '195313.715000', '195314.175000', '195314.635000', '195315.095000', '195315.555000', '195316.015000', '195316.475000', '195316.935000', '195317.395000', '195317.855000', '195318.315000', '195318.775000', '195319.235000', '195319.695000', '195320.155000', '195320.615000', '195321.075000', '195321.535000', '195321.995000', '195322.455000', '195322.915000', '195323.375000', '195323.835000', '195324.295000', '195324.755000', '195325.215000', '195325.675000', '195326.135000', '195326.595000', '195327.055000', '195327.515000', '195327.975000', '195328.435000', '195328.895000', '195329.355000', '195329.815000', '195330.275000', '195330.735000', '195331.195000', '195331.655000', '195332.115000', '195332.575000', '195333.035000', '195333.495000', '195333.955000', '195334.415000', '195334.875000', '195335.335000', '195335.795000', '195336.255000', '195336.715000', '195337.175000', '195337.635000', '195338.095000', '195338.555000', '195339.015000', '195339.475000', '195339.935000', '195340.395000', '195340.855000', '195341.315000', '195341.775000', '195342.235000', '195342.695000', '195343.155000', '195343.615000', '195344.075000', '195344.535000', '195344.995000', '195345.455000', '195345.915000', '195346.375000', '195346.835000', '195347.295000', '195347.755000', '195348.215000', '195348.675000', '195349.135000', '195349.595000', '195350.055000', '195350.515000', '195350.975000', '195351.435000', '195351.895000', '195352.355000', '195352.815000', '195353.275000', '195353.735000', '195354.195000', '195354.655000', '195355.115000', '195355.575000', '195356.035000', '195356.495000', '195356.955000', '195357.415000', '195357.875000', '195358.335000', '195358.795000', '195359.255000', '195359.715000', '195400.175000', '195400.635000', '195401.095000', '195401.555000', '195402.015000', '195402.475000', '195402.935000', '195403.395000', '195403.855000', '195404.315000', '195404.775000', '195405.235000', '195405.695000', '195406.155000', '195406.615000', '195407.075000', '195407.535000', '195407.995000', '195408.455000', '195408.915000', '195409.375000', '195409.835000', '195410.295000', '195410.755000', '195411.215000', '195411.675000', '195412.135000', '195412.595000', '195413.055000', '195413.515000', '195413.975000', '195414.435000', '195414.895000', '195415.355000', '195415.815000', '195416.275000', '195416.735000', '195417.195000', '195417.655000', '195418.115000', '195418.575000', '195419.035000', '195419.495000', '195419.955000', '195420.415000', '195420.875000', '195421.335000', '195421.795000', '195422.255000', '195422.715000', '195423.175000', '195423.635000', '195424.095000', '195424.555000', '195425.015000', '195425.475000', '195425.935000', '195426.395000', '195426.855000', '195427.315000', '195427.775000', '195428.235000', '195428.695000', '195429.155000', '195429.615000', '195430.075000', '195430.535000', '195430.995000', '195431.455000', '195431.915000', '195432.375000', '195432.835000', '195433.295000', '195433.755000', '195434.215000', '195434.675000', '195435.135000', '195435.595000', '195436.055000', '195436.515000', '195436.975000', '195437.435000', '195437.895000', '195438.355000', '195438.815000', '195439.275000', '195439.735000', '195440.195000', '195440.655000', '195441.115000', '195441.575000', '195442.035000', '195442.495000', '195442.955000', '195443.415000', '195443.875000', '195444.335000', '195444.795000', '195445.255000', '195445.715000', '195446.175000', '195446.635000', '195447.095000', '195447.555000', '195448.015000', '195448.475000', '195448.935000', '195449.395000', '195449.855000', '195450.315000', '195450.775000', '195451.235000', '195451.695000', '195452.155000', '195452.615000', '195453.075000', '195453.535000', '195453.995000', '195454.455000', '195454.915000', '195455.375000', '195455.835000', '195456.295000', '195456.755000', '195457.215000', '195457.675000', '195458.135000', '195458.595000', '195459.055000', '195459.515000', '195459.975000', '195500.435000', '195500.895000', '195501.355000', '195501.815000', '195502.275000', '195502.735000', '195503.195000', '195503.655000', '195504.115000', '195504.575000', '195505.035000', '195505.495000', '195505.955000', '195506.415000', '195506.875000', '195507.335000', '195507.795000', '195508.255000', '195508.715000', '195509.175000', '195509.635000', '195510.095000', '195510.555000', '195511.015000', '195511.475000', '195511.935000', '195512.395000', '195512.855000', '195513.315000', '195513.775000', '195514.235000', '195514.695000', '195515.155000', '195515.615000', '195516.075000', '195516.535000', '195516.995000', '195517.455000', '195517.915000', '195518.375000', '195518.835000', '195519.295000', '195519.755000', '195520.215000', '195520.675000', '195521.135000', '195521.595000', '195522.055000', '195522.515000', '195522.975000', '195523.435000', '195523.895000', '195524.355000', '195524.815000', '195525.275000', '195525.735000', '195526.195000', '195526.655000', '195527.115000', '195527.575000', '195528.035000', '195528.495000', '195528.955000', '195529.415000', '195529.875000', '195530.335000', '195530.795000', '195531.255000', '195531.715000', '195532.175000', '195532.635000', '195533.095000', '195533.555000', '195534.015000', '195534.475000', '195534.935000', '195535.395000', '195535.855000', '195536.315000', '195536.775000', '195537.235000', '195537.695000', '195538.155000', '195538.615000', '195539.075000', '195539.535000', '195539.995000', '195540.455000', '195540.915000', '195541.375000', '195541.835000', '195542.295000', '195542.755000', '195543.215000', '195543.675000', '195544.135000', '195544.595000', '195545.055000', '195545.515000', '195545.975000', '195546.435000', '195546.895000', '195547.355000', '195547.815000', '195548.275000', '195548.735000', '195549.195000', '195549.655000', '195550.115000', '195550.575000', '195551.035000', '195551.495000', '195551.955000', '195552.415000', '195552.875000', '195553.335000', '195553.795000', '195554.255000', '195554.715000', '195555.175000', '195555.635000', '195556.095000', '195556.555000', '195557.015000', '195557.475000', '195557.935000', '195558.395000', '195558.855000', '195559.315000', '195559.775000', '195600.235000', '195600.695000', '195601.155000', '195601.615000', '195602.075000', '195602.535000', '195602.995000', '195603.455000', '195603.915000', '195604.375000', '195604.835000', '195605.295000', '195605.755000', '195606.215000', '195606.675000', '195607.135000', '195607.595000', '195608.055000', '195608.515000', '195608.975000', '195609.435000', '195609.895000', '195610.355000', '195610.815000', '195611.275000', '195611.735000', '195612.195000', '195612.655000', '195613.115000', '195613.575000', '195614.035000', '195614.495000', '195614.955000', '195615.415000', '195615.875000', '195616.335000', '195616.795000', '195617.255000', '195617.715000', '195618.175000', '195618.635000', '195619.095000', '195619.555000', '195620.015000', '195620.475000', '195620.935000', '195621.395000', '195621.855000', '195622.315000', '195622.775000', '195623.235000', '195623.695000', '195624.155000', '195624.615000', '195625.075000', '195625.535000', '195625.995000', '195626.455000', '195626.915000', '195627.375000', '195627.835000', '195628.295000', '195628.755000', '195629.215000', '195629.675000', '195630.135000', '195630.595000', '195631.055000', '195631.515000', '195631.975000', '195632.435000', '195632.895000', '195633.355000', '195633.815000', '195634.275000', '195634.735000', '195635.195000', '195635.655000', '195636.115000', '195636.575000', '195637.035000', '195637.495000', '195637.955000', '195638.415000', '195638.875000', '195639.335000', '195639.795000', '195640.255000', '195640.715000', '195641.175000', '195641.635000', '195642.095000', '195642.555000', '195643.015000', '195643.475000', '195643.935000', '195644.395000', '195644.855000', '195645.315000', '195645.775000', '195646.235000', '195646.695000', '195647.155000', '195647.615000', '195648.075000', '195648.535000', '195648.995000', '195649.455000', '195649.915000', '195650.375000', '195650.835000', '195651.295000', '195651.755000', '195652.215000', '195652.675000', '195653.135000', '195653.595000', '195654.055000', '195654.515000', '195654.975000', '195655.435000', '195655.895000', '195656.355000', '195656.815000', '195657.275000', '195657.735000', '195658.195000', '195658.655000', '195659.115000', '195659.575000', '195700.035000', '195700.495000', '195700.955000', '195701.415000', '195701.875000', '195702.335000', '195702.795000', '195703.255000', '195703.715000', '195704.175000', '195704.635000', '195705.095000', '195705.555000', '195706.015000', '195706.475000', '195706.935000', '195707.395000', '195707.855000', '195708.315000', '195708.775000', '195709.235000', '195709.695000', '195710.155000', '195710.615000', '195711.075000', '195711.535000', '195711.995000', '195712.455000', '195712.915000', '195713.375000', '195713.835000', '195714.295000', '195714.755000', '195715.215000', '195715.675000', '195716.135000', '195716.595000', '195717.055000', '195717.515000', '195717.975000', '195718.435000', '195718.895000', '195719.355000', '195719.815000', '195720.275000', '195720.735000', '195721.195000', '195721.655000', '195722.115000', '195722.575000', '195723.035000', '195723.495000', '195723.955000', '195724.415000', '195724.875000', '195725.335000', '195725.795000', '195726.255000', '195726.715000', '195727.175000', '195727.635000', '195728.095000', '195728.555000', '195729.015000', '195729.475000', '195729.935000', '195730.395000', '195730.855000', '195731.315000', '195731.775000', '195732.235000', '195732.695000', '195733.155000', '195733.615000', '195734.075000', '195734.535000', '195734.995000', '195735.455000', '195735.915000', '195736.375000', '195736.835000', '195737.295000', '195737.755000', '195738.215000', '195738.675000', '195739.135000', '195739.595000', '195740.055000', '195740.515000', '195740.975000', '195741.435000', '195741.895000', '195742.355000', '195742.815000', '195743.275000', '195743.735000', '195744.195000', '195744.655000', '195745.115000', '195745.575000', '195746.035000', '195746.495000', '195746.955000', '195747.415000', '195747.875000', '195748.335000', '195748.795000', '195749.255000', '195749.715000', '195750.175000', '195750.635000', '195751.095000', '195751.555000', '195752.015000', '195752.475000', '195752.935000', '195753.395000', '195753.855000', '195754.315000', '195754.775000', '195755.235000', '195755.695000', '195756.155000', '195756.615000', '195757.075000', '195757.535000', '195757.995000', '195758.455000', '195758.915000', '195759.375000', '195759.835000', '195800.295000', '195800.755000', '195801.215000', '195801.675000', '195802.135000', '195802.595000', '195803.055000', '195803.515000', '195803.975000', '195804.435000', '195804.895000', '195805.355000', '195805.815000', '195806.275000', '195806.735000', '195807.195000', '195807.655000', '195808.115000', '195808.575000', '195809.035000', '195809.495000', '195809.955000', '195810.415000', '195810.875000', '195811.335000', '195811.795000', '195812.255000', '195812.715000', '195813.175000', '195813.635000', '195814.095000', '195814.555000', '195815.015000', '195815.475000', '195815.935000', '195816.395000', '195816.855000', '195817.315000', '195817.775000', '195818.235000', '195818.695000', '195819.155000', '195819.615000', '195820.075000', '195820.535000', '195820.995000', '195821.455000', '195821.915000', '195822.375000', '195822.835000', '195823.295000', '195823.755000', '195824.215000', '195824.675000', '195825.135000', '195825.595000', '195826.055000', '195826.515000', '195826.975000', '195827.435000', '195827.895000', '195828.355000', '195828.815000', '195829.275000', '195829.735000', '195830.195000', '195830.655000', '195831.115000', '195831.575000', '195832.035000', '195832.495000', '195832.955000', '195833.415000', '195833.875000', '195834.335000', '195834.795000', '195835.255000', '195835.715000', '195836.175000', '195836.635000', '195837.095000', '195837.555000', '195838.015000', '195838.475000', '195838.935000', '195839.395000', '195839.855000', '195840.315000', '195840.775000', '195841.235000', '195841.695000', '195842.155000', '195842.615000', '195843.075000', '195843.535000', '195843.995000', '195844.455000', '195844.915000', '195845.375000', '195845.835000', '195846.295000', '195846.755000', '195847.215000', '195847.675000', '195848.135000', '195848.595000', '195849.055000', '195849.515000', '195849.975000', '195850.435000', '195850.895000', '195851.355000', '195851.815000', '195852.275000', '195852.735000', '195853.195000', '195853.655000', '195854.115000', '195854.575000', '195855.035000', '195855.495000', '195855.955000', '195856.415000', '195856.875000', '195857.335000', '195857.795000', '195858.255000', '195858.715000', '195859.175000', '195859.635000', '195900.095000', '195900.555000', '195901.015000', '195901.475000', '195901.935000', '195902.395000', '195902.855000', '195903.315000', '195903.775000', '195904.235000', '195904.695000', '195905.155000', '195905.615000', '195906.075000', '195906.535000', '195906.995000', '195907.455000', '195907.915000', '195908.375000', '195908.835000', '195909.295000', '195909.755000', '195910.215000', '195910.675000', '195911.135000', '195911.595000', '195912.055000', '195912.515000', '195912.975000', '195913.435000', '195913.895000', '195914.355000', '195914.815000', '195915.275000', '195915.735000', '195916.195000', '195916.655000', '195917.115000', '195917.575000', '195918.035000', '195918.495000', '195918.955000', '195919.415000', '195919.875000', '195920.335000', '195920.795000', '195921.255000', '195921.715000', '195922.175000', '195922.635000', '195923.095000', '195923.555000', '195924.015000', '195924.475000', '195924.935000', '195925.395000', '195925.855000', '195926.315000', '195926.775000', '195927.235000', '195927.695000', '195928.155000', '195928.615000', '195929.075000', '195929.535000', '195929.995000', '195930.455000', '195930.915000', '195931.375000', '195931.835000', '195932.295000', '195932.755000', '195933.215000', '195933.675000', '195934.135000', '195934.595000', '195935.055000', '195935.515000', '195935.975000', '195936.435000', '195936.895000', '195937.355000', '195937.815000', '195938.275000', '195938.735000', '195939.195000', '195939.655000', '195940.115000', '195940.575000', '195941.035000', '195941.495000', '195941.955000', '195942.415000', '195942.875000', '195943.335000', '195943.795000', '195944.255000', '195944.715000', '195945.175000', '195945.635000', '195946.095000', '195946.555000', '195947.015000', '195947.475000', '195947.935000', '195948.395000', '195948.855000', '195949.315000', '195949.775000', '195950.235000', '195950.695000', '195951.155000', '195951.615000', '195952.075000', '195952.535000', '195952.995000', '195953.455000', '195953.915000', '195954.375000', '195954.835000', '195955.295000', '195955.755000', '195956.215000', '195956.675000', '195957.135000', '195957.595000', '195958.055000', '195958.515000', '195958.975000', '195959.435000', '195959.895000', '200000.355000', '200000.815000', '200001.275000', '200001.735000', '200002.195000', '200002.655000', '200003.115000', '200003.575000', '200004.035000', '200004.495000', '200004.955000', '200005.415000', '200005.875000', '200006.335000', '200006.795000', '200007.255000', '200007.715000', '200008.175000', '200008.635000', '200009.095000', '200009.555000', '200010.015000', '200010.475000', '200010.935000', '200011.395000', '200011.855000', '200012.315000', '200012.775000', '200013.235000', '200013.695000', '200014.155000', '200014.615000', '200015.075000', '200015.535000', '200015.995000', '200016.455000', '200016.915000', '200017.375000', '200017.835000', '200018.295000', '200018.755000', '200019.215000', '200019.675000', '200020.135000', '200020.595000', '200021.055000', '200021.515000', '200021.975000', '200022.435000', '200022.895000', '200023.355000', '200023.815000', '200024.275000', '200024.735000', '200025.195000', '200025.655000', '200026.115000', '200026.575000', '200027.035000', '200027.495000', '200027.955000', '200028.415000', '200028.875000', '200029.335000', '200029.795000', '200030.255000', '200030.715000', '200031.175000', '200031.635000', '200032.095000', '200032.555000', '200033.015000', '200033.475000', '200033.935000', '200034.395000', '200034.855000', '200035.315000', '200035.775000', '200036.235000', '200036.695000', '200037.155000', '200037.615000', '200038.075000', '200038.535000', '200038.995000', '200039.455000', '200039.915000', '200040.375000', '200040.835000', '200041.295000', '200041.755000', '200042.215000', '200042.675000', '200043.135000', '200043.595000', '200044.055000', '200044.515000', '200044.975000', '200045.435000', '200045.895000', '200046.355000', '200046.815000', '200047.275000', '200047.735000', '200048.195000', '200048.655000', '200049.115000', '200049.575000', '200050.035000', '200050.495000', '200050.955000', '200051.415000', '200051.875000', '200052.335000', '200052.795000', '200053.255000', '200053.715000', '200054.175000', '200054.635000', '200055.095000', '200055.555000', '200056.015000', '200056.475000', '200056.935000', '200057.395000', '200057.855000', '200058.315000', '200058.775000', '200059.235000', '200059.695000', '200100.155000', '200100.615000', '200101.075000', '200101.535000', '200101.995000', '200102.455000', '200102.915000', '200103.375000', '200103.835000', '200104.295000', '200104.755000', '200105.215000', '200105.675000', '200106.135000', '200106.595000', '200107.055000', '200107.515000', '200107.975000', '200108.435000', '200108.895000', '200109.355000', '200109.815000', '200110.275000', '200110.735000', '200111.195000', '200111.655000', '200112.115000', '200112.575000', '200113.035000', '200113.495000', '200113.955000', '200114.415000', '200114.875000', '200115.335000', '200115.795000', '200116.255000', '200116.715000', '200117.175000', '200117.635000', '200118.095000', '200118.555000', '200119.015000', '200119.475000', '200119.935000', '200120.395000', '200120.855000', '200121.315000', '200121.775000', '200122.235000', '200122.695000', '200123.155000', '200123.615000', '200124.075000', '200124.535000', '200124.995000', '200125.455000', '200125.915000', '200126.375000', '200126.835000', '200127.295000', '200127.755000', '200128.215000', '200128.675000', '200129.135000', '200129.595000', '200130.055000', '200130.515000', '200130.975000', '200131.435000', '200131.895000', '200132.355000', '200132.815000', '200133.275000', '200133.735000', '200134.195000', '200134.655000', '200135.115000', '200135.575000', '200136.035000', '200136.495000', '200136.955000', '200137.415000', '200137.875000', '200138.335000', '200138.795000', '200139.255000', '200139.715000', '200140.175000', '200140.635000', '200141.095000', '200141.555000', '200142.015000', '200142.475000', '200142.935000', '200143.395000', '200143.855000'], 'ContentTime': ['195316.066000', '195316.069000', '195316.072000', '195316.075000', '195316.078000', '195316.080000', '195316.083000', '195316.085000', '195316.088000', '195316.091000', '195316.093000', '195316.096000', '195316.105000', '195316.107000', '195316.110000', '195316.112000', '195316.115000', '195316.118000', '195316.120000', '195316.123000', '195316.125000', '195316.128000', '195316.130000', '195316.133000', '195316.136000', '195316.138000', '195316.141000', '195316.144000', '195316.146000', '195316.149000', '195316.151000', '195316.154000', '195316.164000', '195316.166000', '195316.169000', '195316.172000', '195316.174000', '195316.177000', '195316.179000', '195316.182000', '195316.184000', '195316.187000', '195316.190000', '195316.192000', '195316.195000', '195316.197000', '195316.200000', '195316.202000', '195316.205000', '195316.207000', '195336.019000', '195336.021000', '195336.024000', '195336.027000', '195336.029000', '195336.032000', '195336.034000', '195336.037000', '195336.040000', '195336.043000', '195336.045000', '195336.048000', '195336.051000', '195336.056000', '195336.058000', '195336.061000', '195336.064000', '195336.066000', '195336.069000', '195336.072000', '195336.074000', '195336.077000', '195336.079000', '195336.082000', '195336.085000', '195336.087000', '195336.090000', '195336.092000', '195336.095000', '195336.097000', '195336.107000', '195336.109000', '195336.112000', '195336.115000', '195336.117000', '195336.120000', '195336.122000', '195336.125000', '195336.128000', '195336.130000', '195336.133000', '195336.136000', '195336.138000', '195356.018000', '195356.021000', '195356.024000', '195356.027000', '195356.029000', '195356.032000', '195356.034000', '195356.043000', '195356.046000', '195356.048000', '195356.051000', '195356.053000', '195356.056000', '195356.058000', '195356.061000', '195356.064000', '195356.066000', '195356.069000', '195356.071000', '195356.074000', '195356.077000', '195356.079000', '195356.082000', '195356.084000', '195356.087000', '195356.090000', '195356.092000', '195356.095000', '195356.098000', '195356.100000', '195356.103000', '195356.105000', '195356.108000', '195356.111000', '195356.113000', '195356.116000', '195356.118000', '195356.121000', '195356.124000', '195356.126000', '195356.129000', '195356.131000', '195356.134000', '195356.137000', '195416.017000', '195416.020000', '195416.023000', '195416.026000', '195416.028000', '195416.031000', '195416.033000', '195416.036000', '195416.039000', '195416.041000', '195416.044000', '195416.046000', '195416.049000', '195416.052000', '195416.055000', '195416.057000', '195416.060000', '195416.063000', '195416.065000', '195416.081000', '195416.083000', '195416.086000', '195416.089000', '195416.091000', '195416.094000', '195416.096000', '195416.099000', '195416.101000', '195416.104000', '195416.107000', '195416.109000', '195416.112000', '195416.149000', '195416.152000', '195416.155000', '195416.157000', '195416.160000', '195416.162000', '195416.165000', '195416.168000', '195416.170000', '195416.173000', '195416.176000', '195436.018000', '195436.020000', '195436.023000', '195436.027000', '195436.054000', '195436.057000', '195436.059000', '195436.062000', '195436.065000', '195436.067000', '195436.070000', '195436.073000', '195436.075000', '195436.078000', '195436.080000', '195436.083000', '195436.086000', '195436.088000', '195436.091000', '195436.094000', '195436.096000', '195436.099000', '195436.102000', '195436.104000', '195436.107000', '195436.109000', '195436.112000', '195436.115000', '195436.117000', '195436.120000', '195436.122000', '195436.125000', '195436.128000', '195436.130000', '195436.133000', '195436.135000', '195436.138000', '195436.141000', '195436.143000', '195436.146000', '195436.149000', '195436.151000', '195436.154000', '195436.157000', '195456.017000', '195456.020000', '195456.023000', '195456.026000', '195456.028000', '195456.031000', '195456.033000', '195456.036000', '195456.040000', '195456.042000', '195456.057000', '195456.060000', '195456.062000', '195456.065000', '195456.067000', '195456.070000', '195456.073000', '195456.075000', '195456.078000', '195456.080000', '195456.083000', '195456.086000', '195456.088000', '195456.091000', '195456.094000', '195456.097000', '195456.099000', '195456.102000', '195456.105000', '195456.107000', '195456.110000', '195456.112000', '195456.115000', '195456.117000', '195456.120000', '195456.123000', '195456.125000', '195456.128000', '195456.142000', '195456.144000', '195456.147000', '195456.150000', '195456.152000', '195516.019000', '195516.022000', '195516.024000', '195516.027000', '195516.029000', '195516.032000', '195516.035000', '195516.037000', '195516.040000', '195516.043000', '195516.049000', '195516.051000', '195516.054000', '195516.056000', '195516.059000', '195516.062000', '195516.065000', '195516.067000', '195516.070000', '195516.072000', '195516.075000', '195516.078000', '195516.080000', '195516.083000', '195516.085000', '195516.088000', '195516.091000', '195516.093000', '195516.096000', '195516.099000', '195516.101000', '195516.104000', '195516.106000', '195516.109000', '195516.112000', '195516.114000', '195516.117000', '195516.119000', '195516.122000', '195516.125000', '195516.127000', '195516.130000', '195516.132000', '195516.135000', '195536.019000', '195536.022000', '195536.024000', '195536.027000', '195536.030000', '195536.032000', '195536.035000', '195536.037000', '195536.040000', '195536.043000', '195536.045000', '195536.048000', '195536.050000', '195536.053000', '195536.055000', '195536.058000', '195536.061000', '195536.063000', '195536.066000', '195536.068000', '195536.071000', '195536.073000', '195536.076000', '195536.079000', '195536.081000', '195536.084000', '195536.086000', '195536.089000', '195536.091000', '195536.094000', '195536.097000', '195536.099000', '195536.102000', '195536.104000', '195536.107000', '195536.110000', '195536.113000', '195536.115000', '195536.118000', '195536.121000', '195536.123000', '195536.126000', '195536.128000', '195556.019000', '195556.021000', '195556.024000', '195556.027000', '195556.029000', '195556.032000', '195556.034000', '195556.037000', '195556.040000', '195556.042000', '195556.045000', '195556.047000', '195556.050000', '195556.053000', '195556.055000', '195556.058000', '195556.061000', '195556.063000', '195556.066000', '195556.069000', '195556.071000', '195556.074000', '195556.077000', '195556.080000', '195556.082000', '195556.085000', '195556.091000', '195556.094000', '195556.096000', '195556.099000', '195556.102000', '195556.104000', '195556.107000', '195556.110000', '195556.112000', '195556.115000', '195556.117000', '195556.120000', '195556.123000', '195556.125000', '195556.128000', '195556.130000', '195556.133000', '195556.136000', '195616.019000', '195616.022000', '195616.024000', '195616.027000', '195616.029000', '195616.032000', '195616.034000', '195616.037000', '195616.040000', '195616.042000', '195616.045000', '195616.047000', '195616.050000', '195616.053000', '195616.055000', '195616.058000', '195616.061000', '195616.063000', '195616.066000', '195616.068000', '195616.071000', '195616.073000', '195616.076000', '195616.079000', '195616.081000', '195616.084000', '195616.086000', '195616.089000', '195616.092000', '195616.094000', '195616.097000', '195616.100000', '195616.102000', '195616.105000', '195616.107000', '195616.110000', '195616.113000', '195616.115000', '195616.118000', '195616.120000', '195616.123000', '195616.125000', '195616.128000', '195636.018000', '195636.021000', '195636.023000', '195636.026000', '195636.028000', '195636.031000', '195636.034000', '195636.036000', '195636.039000', '195636.041000', '195636.044000', '195636.047000', '195636.049000', '195636.052000', '195636.054000', '195636.057000', '195636.060000', '195636.063000', '195636.065000', '195636.068000', '195636.071000', '195636.073000', '195636.076000', '195636.078000', '195636.081000', '195636.084000', '195636.086000', '195636.089000', '195636.092000', '195636.094000', '195636.097000', '195636.100000', '195636.102000', '195636.105000', '195636.108000', '195636.110000', '195636.113000', '195636.115000', '195636.118000', '195636.121000', '195636.123000', '195636.126000', '195636.129000', '195636.131000', '195656.018000', '195656.020000', '195656.023000', '195656.026000', '195656.028000', '195656.031000', '195656.034000', '195656.036000', '195656.039000', '195656.041000', '195656.044000', '195656.047000', '195656.049000', '195656.052000', '195656.055000', '195656.057000', '195656.060000', '195656.062000', '195656.065000', '195656.067000', '195656.070000', '195656.073000', '195656.075000', '195656.078000', '195656.080000', '195656.083000', '195656.086000', '195656.088000', '195656.091000', '195656.093000', '195656.096000', '195656.099000', '195656.101000', '195656.104000', '195656.106000', '195656.109000', '195656.112000', '195656.114000', '195656.117000', '195656.119000', '195656.122000', '195656.125000', '195656.127000', '195716.018000', '195716.021000', '195716.024000', '195716.026000', '195716.029000', '195716.031000', '195716.034000', '195716.036000', '195716.039000', '195716.041000', '195716.044000', '195716.047000', '195716.050000', '195716.052000', '195716.055000', '195716.057000', '195716.060000', '195716.063000', '195716.065000', '195716.068000', '195716.070000', '195716.073000', '195716.075000', '195716.078000', '195716.081000', '195716.083000', '195716.086000', '195716.088000', '195716.091000', '195716.094000', '195716.096000', '195716.099000', '195716.102000', '195716.104000', '195716.107000', '195716.109000', '195716.112000', '195716.114000', '195716.117000', '195716.140000', '195716.143000', '195716.145000', '195716.148000', '195716.150000', '195736.019000', '195736.021000', '195736.024000', '195736.027000', '195736.029000', '195736.032000', '195736.034000', '195736.037000', '195736.039000', '195736.042000', '195736.045000', '195736.047000', '195736.050000', '195736.052000', '195736.055000', '195736.057000', '195736.060000', '195736.063000', '195736.065000', '195736.068000', '195736.070000', '195736.073000', '195736.076000', '195736.078000', '195736.081000', '195736.083000', '195736.086000', '195736.089000', '195736.091000', '195736.094000', '195736.096000', '195736.099000', '195736.101000', '195736.104000', '195736.107000', '195736.109000', '195736.112000', '195736.115000', '195736.117000', '195736.120000', '195736.123000', '195736.125000', '195736.128000', '195756.018000', '195756.021000', '195756.024000', '195756.027000', '195756.029000', '195756.032000', '195756.034000', '195756.037000', '195756.040000', '195756.042000', '195756.045000', '195756.048000', '195756.050000', '195756.053000', '195756.055000', '195756.058000', '195756.061000', '195756.063000', '195756.066000', '195756.068000', '195756.071000', '195756.074000', '195756.076000', '195756.079000', '195756.082000', '195756.084000', '195756.087000', '195756.089000', '195756.092000', '195756.095000', '195756.097000', '195756.100000', '195756.102000', '195756.105000', '195756.107000', '195756.110000', '195756.113000', '195756.115000', '195756.118000', '195756.121000', '195756.123000', '195756.126000', '195756.128000', '195756.131000', '195816.019000', '195816.021000', '195816.024000', '195816.027000', '195816.029000', '195816.032000', '195816.034000', '195816.037000', '195816.040000', '195816.042000', '195816.045000', '195816.047000', '195816.050000', '195816.053000', '195816.055000', '195816.058000', '195816.060000', '195816.063000', '195816.066000', '195816.068000', '195816.071000', '195816.073000', '195816.076000', '195816.079000', '195816.081000', '195816.084000', '195816.086000', '195816.089000', '195816.092000', '195816.094000', '195816.097000', '195816.100000', '195816.102000', '195816.105000', '195816.107000', '195816.110000', '195816.113000', '195816.115000', '195816.126000', '195816.129000', '195816.132000', '195816.134000', '195816.137000', '195836.018000', '195836.021000', '195836.024000', '195836.029000', '195836.031000', '195836.034000', '195836.037000', '195836.039000', '195836.042000', '195836.045000', '195836.047000', '195836.050000', '195836.052000', '195836.055000', '195836.057000', '195836.060000', '195836.063000', '195836.065000', '195836.068000', '195836.070000', '195836.073000', '195836.076000', '195836.078000', '195836.081000', '195836.083000', '195836.086000', '195836.089000', '195836.091000', '195836.094000', '195836.096000', '195836.099000', '195836.101000', '195836.104000', '195836.107000', '195836.109000', '195836.112000', '195836.115000', '195836.117000', '195836.120000', '195836.122000', '195836.125000', '195836.128000', '195836.130000', '195836.133000', '195856.017000', '195856.020000', '195856.023000', '195856.026000', '195856.028000', '195856.049000', '195856.052000', '195856.054000', '195856.057000', '195856.060000', '195856.062000', '195856.065000', '195856.067000', '195856.070000', '195856.072000', '195856.075000', '195856.078000', '195856.080000', '195856.083000', '195856.085000', '195856.088000', '195856.091000', '195856.093000', '195856.096000', '195856.098000', '195856.101000', '195856.103000', '195856.106000', '195856.109000', '195856.111000', '195856.114000', '195856.116000', '195856.119000', '195856.122000', '195856.124000', '195856.127000', '195856.129000', '195856.132000', '195856.135000', '195856.137000', '195856.140000', '195856.143000', '195856.146000', '195916.018000', '195916.020000', '195916.023000', '195916.026000', '195916.028000', '195916.031000', '195916.034000', '195916.036000', '195916.039000', '195916.041000', '195916.044000', '195916.046000', '195916.049000', '195916.052000', '195916.054000', '195916.057000', '195916.059000', '195916.062000', '195916.064000', '195916.067000', '195916.070000', '195916.072000', '195916.075000', '195916.077000', '195916.080000', '195916.082000', '195916.085000', '195916.088000', '195916.090000', '195916.093000', '195916.108000', '195916.111000', '195916.114000', '195916.116000', '195916.119000', '195916.122000', '195916.124000', '195916.127000', '195916.129000', '195916.132000', '195916.134000', '195916.137000', '195916.140000', '195916.142000', '195936.018000', '195936.021000', '195936.023000', '195936.026000', '195936.028000', '195936.031000', '195936.034000', '195936.036000', '195936.039000', '195936.041000', '195936.044000', '195936.047000', '195936.049000', '195936.052000', '195936.054000', '195936.057000', '195936.059000', '195936.062000', '195936.065000', '195936.067000', '195936.070000', '195936.073000', '195936.075000', '195936.078000', '195936.080000', '195936.083000', '195936.085000', '195936.088000', '195936.091000', '195936.093000', '195936.096000', '195936.098000', '195936.101000', '195936.104000', '195936.106000', '195936.109000', '195936.111000', '195936.114000', '195936.117000', '195936.119000', '195936.122000', '195936.124000', '195936.127000', '195956.019000', '195956.022000', '195956.024000', '195956.027000', '195956.030000', '195956.032000', '195956.035000', '195956.038000', '195956.047000', '195956.049000', '195956.052000', '195956.055000', '195956.057000', '195956.060000', '195956.062000', '195956.065000', '195956.068000', '195956.070000', '195956.073000', '195956.075000', '195956.078000', '195956.081000', '195956.083000', '195956.086000', '195956.088000', '195956.091000', '195956.093000', '195956.096000', '195956.099000', '195956.101000', '195956.104000', '195956.106000', '195956.109000', '195956.112000', '195956.114000', '195956.117000', '195956.119000', '195956.122000', '195956.124000', '195956.127000', '195956.130000', '195956.132000', '195956.135000', '195956.138000', '200016.019000', '200016.022000', '200016.032000', '200016.035000', '200016.037000', '200016.040000', '200016.043000', '200016.045000', '200016.048000', '200016.050000', '200016.053000', '200016.055000', '200016.058000', '200016.061000', '200016.063000', '200016.066000', '200016.068000', '200016.071000', '200016.074000', '200016.076000', '200016.079000', '200016.081000', '200016.084000', '200016.087000', '200016.089000', '200016.092000', '200016.094000', '200016.097000', '200016.100000', '200016.102000', '200016.105000', '200016.107000', '200016.110000', '200016.113000', '200016.115000', '200016.118000', '200016.120000', '200016.123000', '200016.126000', '200016.128000', '200016.131000', '200016.133000', '200016.136000', '200036.018000', '200036.022000', '200036.024000', '200036.027000', '200036.029000', '200036.032000', '200036.035000', '200036.037000', '200036.040000', '200036.042000', '200036.045000', '200036.048000', '200036.050000', '200036.053000', '200036.055000', '200036.058000', '200036.061000', '200036.063000', '200036.066000', '200036.069000', '200036.071000', '200036.074000', '200036.076000', '200036.079000', '200036.081000', '200036.084000', '200036.086000', '200036.089000', '200036.092000', '200036.094000', '200036.097000', '200036.099000', '200036.102000', '200036.105000', '200036.107000', '200036.110000', '200036.112000', '200036.115000', '200036.117000', '200036.120000', '200036.123000', '200036.125000', '200036.128000', '200036.131000', '200056.019000', '200056.049000', '200056.052000', '200056.054000', '200056.057000', '200056.060000', '200056.062000', '200056.065000', '200056.067000', '200056.070000', '200056.073000', '200056.075000', '200056.078000', '200056.080000', '200056.083000', '200056.085000', '200056.088000', '200056.091000', '200056.093000', '200056.096000', '200056.099000', '200056.101000', '200056.104000', '200056.106000', '200056.109000', '200056.111000', '200056.114000', '200056.116000', '200056.119000', '200056.122000', '200056.124000', '200056.127000', '200056.130000', '200056.132000', '200056.135000', '200056.137000', '200056.140000', '200056.143000', '200056.145000', '200056.148000', '200056.150000', '200056.153000', '200056.155000', '200116.018000', '200116.021000', '200116.033000', '200116.035000', '200116.038000', '200116.041000', '200116.043000', '200116.046000', '200116.048000', '200116.052000', '200116.055000', '200116.058000', '200116.060000', '200116.063000', '200116.066000', '200116.068000', '200116.071000', '200116.073000', '200116.076000', '200116.079000', '200116.081000', '200116.084000', '200116.087000', '200116.089000', '200116.092000', '200116.094000', '200116.097000', '200116.100000', '200116.102000', '200116.105000', '200116.108000', '200116.110000', '200116.113000', '200116.115000', '200116.118000', '200116.121000', '200116.123000', '200116.126000', '200116.128000', '200116.131000', '200116.133000', '200116.136000', '200116.139000', '200116.141000', '200136.037000', '200136.040000', '200136.043000', '200136.046000', '200136.048000', '200136.051000', '200136.053000', '200136.056000', '200136.058000', '200136.061000', '200136.064000', '200136.066000', '200136.069000', '200136.071000', '200136.074000', '200136.076000', '200136.079000', '200136.082000', '200136.084000', '200136.087000', '200136.089000', '200136.092000', '200136.095000', '200136.097000', '200136.100000', '200136.102000', '200136.105000', '200136.108000', '200136.110000', '200136.113000', '200136.116000', '200136.118000', '200136.121000', '200136.123000', '200136.126000', '200136.128000', '200136.131000', '200136.134000', '200136.136000', '200136.139000', '200136.141000', '200136.144000', '200136.147000', '200145.000000', '200145.006000', '200145.009000', '200145.011000', '200145.014000', '200145.017000', '200145.019000', '200145.022000', '200145.025000', '200145.027000', '200145.030000', '200145.033000', '200145.036000', '200145.038000', '200145.041000', '200145.044000', '200145.047000', '200145.050000', '200145.053000', '200145.055000'], 'InstanceCreationTime': ['195316.066000', '195316.069000', '195316.072000', '195316.075000', '195316.078000', '195316.080000', '195316.083000', '195316.085000', '195316.088000', '195316.091000', '195316.093000', '195316.096000', '195316.105000', '195316.107000', '195316.110000', '195316.112000', '195316.115000', '195316.118000', '195316.120000', '195316.123000', '195316.125000', '195316.128000', '195316.130000', '195316.133000', '195316.136000', '195316.138000', '195316.141000', '195316.144000', '195316.146000', '195316.149000', '195316.151000', '195316.154000', '195316.164000', '195316.166000', '195316.169000', '195316.172000', '195316.174000', '195316.177000', '195316.179000', '195316.182000', '195316.184000', '195316.187000', '195316.190000', '195316.192000', '195316.195000', '195316.197000', '195316.200000', '195316.202000', '195316.205000', '195316.207000', '195336.019000', '195336.021000', '195336.024000', '195336.027000', '195336.029000', '195336.032000', '195336.034000', '195336.037000', '195336.040000', '195336.043000', '195336.045000', '195336.048000', '195336.051000', '195336.056000', '195336.058000', '195336.061000', '195336.064000', '195336.066000', '195336.069000', '195336.072000', '195336.074000', '195336.077000', '195336.079000', '195336.082000', '195336.085000', '195336.087000', '195336.090000', '195336.092000', '195336.095000', '195336.097000', '195336.107000', '195336.109000', '195336.112000', '195336.115000', '195336.117000', '195336.120000', '195336.122000', '195336.125000', '195336.128000', '195336.130000', '195336.133000', '195336.136000', '195336.138000', '195356.018000', '195356.021000', '195356.024000', '195356.027000', '195356.029000', '195356.032000', '195356.034000', '195356.043000', '195356.046000', '195356.048000', '195356.051000', '195356.053000', '195356.056000', '195356.058000', '195356.061000', '195356.064000', '195356.066000', '195356.069000', '195356.071000', '195356.074000', '195356.077000', '195356.079000', '195356.082000', '195356.084000', '195356.087000', '195356.090000', '195356.092000', '195356.095000', '195356.098000', '195356.100000', '195356.103000', '195356.105000', '195356.108000', '195356.111000', '195356.113000', '195356.116000', '195356.118000', '195356.121000', '195356.124000', '195356.126000', '195356.129000', '195356.131000', '195356.134000', '195356.137000', '195416.017000', '195416.020000', '195416.023000', '195416.026000', '195416.028000', '195416.031000', '195416.033000', '195416.036000', '195416.039000', '195416.041000', '195416.044000', '195416.046000', '195416.049000', '195416.052000', '195416.055000', '195416.057000', '195416.060000', '195416.063000', '195416.065000', '195416.081000', '195416.083000', '195416.086000', '195416.089000', '195416.091000', '195416.094000', '195416.096000', '195416.099000', '195416.101000', '195416.104000', '195416.107000', '195416.109000', '195416.112000', '195416.149000', '195416.152000', '195416.155000', '195416.157000', '195416.160000', '195416.162000', '195416.165000', '195416.168000', '195416.170000', '195416.173000', '195416.176000', '195436.018000', '195436.020000', '195436.023000', '195436.027000', '195436.054000', '195436.057000', '195436.059000', '195436.062000', '195436.065000', '195436.067000', '195436.070000', '195436.073000', '195436.075000', '195436.078000', '195436.080000', '195436.083000', '195436.086000', '195436.088000', '195436.091000', '195436.094000', '195436.096000', '195436.099000', '195436.102000', '195436.104000', '195436.107000', '195436.109000', '195436.112000', '195436.115000', '195436.117000', '195436.120000', '195436.122000', '195436.125000', '195436.128000', '195436.130000', '195436.133000', '195436.135000', '195436.138000', '195436.141000', '195436.143000', '195436.146000', '195436.149000', '195436.151000', '195436.154000', '195436.157000', '195456.017000', '195456.020000', '195456.023000', '195456.026000', '195456.028000', '195456.031000', '195456.033000', '195456.036000', '195456.040000', '195456.042000', '195456.057000', '195456.060000', '195456.062000', '195456.065000', '195456.067000', '195456.070000', '195456.073000', '195456.075000', '195456.078000', '195456.080000', '195456.083000', '195456.086000', '195456.088000', '195456.091000', '195456.094000', '195456.097000', '195456.099000', '195456.102000', '195456.105000', '195456.107000', '195456.110000', '195456.112000', '195456.115000', '195456.117000', '195456.120000', '195456.123000', '195456.125000', '195456.128000', '195456.142000', '195456.144000', '195456.147000', '195456.150000', '195456.152000', '195516.019000', '195516.022000', '195516.024000', '195516.027000', '195516.029000', '195516.032000', '195516.035000', '195516.037000', '195516.040000', '195516.043000', '195516.049000', '195516.051000', '195516.054000', '195516.056000', '195516.059000', '195516.062000', '195516.065000', '195516.067000', '195516.070000', '195516.072000', '195516.075000', '195516.078000', '195516.080000', '195516.083000', '195516.085000', '195516.088000', '195516.091000', '195516.093000', '195516.096000', '195516.099000', '195516.101000', '195516.104000', '195516.106000', '195516.109000', '195516.112000', '195516.114000', '195516.117000', '195516.119000', '195516.122000', '195516.125000', '195516.127000', '195516.130000', '195516.132000', '195516.135000', '195536.019000', '195536.022000', '195536.024000', '195536.027000', '195536.030000', '195536.032000', '195536.035000', '195536.037000', '195536.040000', '195536.043000', '195536.045000', '195536.048000', '195536.050000', '195536.053000', '195536.055000', '195536.058000', '195536.061000', '195536.063000', '195536.066000', '195536.068000', '195536.071000', '195536.073000', '195536.076000', '195536.079000', '195536.081000', '195536.084000', '195536.086000', '195536.089000', '195536.091000', '195536.094000', '195536.097000', '195536.099000', '195536.102000', '195536.104000', '195536.107000', '195536.110000', '195536.113000', '195536.115000', '195536.118000', '195536.121000', '195536.123000', '195536.126000', '195536.128000', '195556.019000', '195556.021000', '195556.024000', '195556.027000', '195556.029000', '195556.032000', '195556.034000', '195556.037000', '195556.040000', '195556.042000', '195556.045000', '195556.047000', '195556.050000', '195556.053000', '195556.055000', '195556.058000', '195556.061000', '195556.063000', '195556.066000', '195556.069000', '195556.071000', '195556.074000', '195556.077000', '195556.080000', '195556.082000', '195556.085000', '195556.091000', '195556.094000', '195556.096000', '195556.099000', '195556.102000', '195556.104000', '195556.107000', '195556.110000', '195556.112000', '195556.115000', '195556.117000', '195556.120000', '195556.123000', '195556.125000', '195556.128000', '195556.130000', '195556.133000', '195556.136000', '195616.019000', '195616.022000', '195616.024000', '195616.027000', '195616.029000', '195616.032000', '195616.034000', '195616.037000', '195616.040000', '195616.042000', '195616.045000', '195616.047000', '195616.050000', '195616.053000', '195616.055000', '195616.058000', '195616.061000', '195616.063000', '195616.066000', '195616.068000', '195616.071000', '195616.073000', '195616.076000', '195616.079000', '195616.081000', '195616.084000', '195616.086000', '195616.089000', '195616.092000', '195616.094000', '195616.097000', '195616.100000', '195616.102000', '195616.105000', '195616.107000', '195616.110000', '195616.113000', '195616.115000', '195616.118000', '195616.120000', '195616.123000', '195616.125000', '195616.128000', '195636.018000', '195636.021000', '195636.023000', '195636.026000', '195636.028000', '195636.031000', '195636.034000', '195636.036000', '195636.039000', '195636.041000', '195636.044000', '195636.047000', '195636.049000', '195636.052000', '195636.054000', '195636.057000', '195636.060000', '195636.063000', '195636.065000', '195636.068000', '195636.071000', '195636.073000', '195636.076000', '195636.078000', '195636.081000', '195636.084000', '195636.086000', '195636.089000', '195636.092000', '195636.094000', '195636.097000', '195636.100000', '195636.102000', '195636.105000', '195636.108000', '195636.110000', '195636.113000', '195636.115000', '195636.118000', '195636.121000', '195636.123000', '195636.126000', '195636.129000', '195636.131000', '195656.018000', '195656.020000', '195656.023000', '195656.026000', '195656.028000', '195656.031000', '195656.034000', '195656.036000', '195656.039000', '195656.041000', '195656.044000', '195656.047000', '195656.049000', '195656.052000', '195656.055000', '195656.057000', '195656.060000', '195656.062000', '195656.065000', '195656.067000', '195656.070000', '195656.073000', '195656.075000', '195656.078000', '195656.080000', '195656.083000', '195656.086000', '195656.088000', '195656.091000', '195656.093000', '195656.096000', '195656.099000', '195656.101000', '195656.104000', '195656.106000', '195656.109000', '195656.112000', '195656.114000', '195656.117000', '195656.119000', '195656.122000', '195656.125000', '195656.127000', '195716.018000', '195716.021000', '195716.024000', '195716.026000', '195716.029000', '195716.031000', '195716.034000', '195716.036000', '195716.039000', '195716.041000', '195716.044000', '195716.047000', '195716.050000', '195716.052000', '195716.055000', '195716.057000', '195716.060000', '195716.063000', '195716.065000', '195716.068000', '195716.070000', '195716.073000', '195716.075000', '195716.078000', '195716.081000', '195716.083000', '195716.086000', '195716.088000', '195716.091000', '195716.094000', '195716.096000', '195716.099000', '195716.102000', '195716.104000', '195716.107000', '195716.109000', '195716.112000', '195716.114000', '195716.117000', '195716.140000', '195716.143000', '195716.145000', '195716.148000', '195716.150000', '195736.019000', '195736.021000', '195736.024000', '195736.027000', '195736.029000', '195736.032000', '195736.034000', '195736.037000', '195736.039000', '195736.042000', '195736.045000', '195736.047000', '195736.050000', '195736.052000', '195736.055000', '195736.057000', '195736.060000', '195736.063000', '195736.065000', '195736.068000', '195736.070000', '195736.073000', '195736.076000', '195736.078000', '195736.081000', '195736.083000', '195736.086000', '195736.089000', '195736.091000', '195736.094000', '195736.096000', '195736.099000', '195736.101000', '195736.104000', '195736.107000', '195736.109000', '195736.112000', '195736.115000', '195736.117000', '195736.120000', '195736.123000', '195736.125000', '195736.128000', '195756.018000', '195756.021000', '195756.024000', '195756.027000', '195756.029000', '195756.032000', '195756.034000', '195756.037000', '195756.040000', '195756.042000', '195756.045000', '195756.048000', '195756.050000', '195756.053000', '195756.055000', '195756.058000', '195756.061000', '195756.063000', '195756.066000', '195756.068000', '195756.071000', '195756.074000', '195756.076000', '195756.079000', '195756.082000', '195756.084000', '195756.087000', '195756.089000', '195756.092000', '195756.095000', '195756.097000', '195756.100000', '195756.102000', '195756.105000', '195756.107000', '195756.110000', '195756.113000', '195756.115000', '195756.118000', '195756.121000', '195756.123000', '195756.126000', '195756.128000', '195756.131000', '195816.019000', '195816.021000', '195816.024000', '195816.027000', '195816.029000', '195816.032000', '195816.034000', '195816.037000', '195816.040000', '195816.042000', '195816.045000', '195816.047000', '195816.050000', '195816.053000', '195816.055000', '195816.058000', '195816.060000', '195816.063000', '195816.066000', '195816.068000', '195816.071000', '195816.073000', '195816.076000', '195816.079000', '195816.081000', '195816.084000', '195816.086000', '195816.089000', '195816.092000', '195816.094000', '195816.097000', '195816.100000', '195816.102000', '195816.105000', '195816.107000', '195816.110000', '195816.113000', '195816.115000', '195816.126000', '195816.129000', '195816.132000', '195816.134000', '195816.137000', '195836.018000', '195836.021000', '195836.024000', '195836.029000', '195836.031000', '195836.034000', '195836.037000', '195836.039000', '195836.042000', '195836.045000', '195836.047000', '195836.050000', '195836.052000', '195836.055000', '195836.057000', '195836.060000', '195836.063000', '195836.065000', '195836.068000', '195836.070000', '195836.073000', '195836.076000', '195836.078000', '195836.081000', '195836.083000', '195836.086000', '195836.089000', '195836.091000', '195836.094000', '195836.096000', '195836.099000', '195836.101000', '195836.104000', '195836.107000', '195836.109000', '195836.112000', '195836.115000', '195836.117000', '195836.120000', '195836.122000', '195836.125000', '195836.128000', '195836.130000', '195836.133000', '195856.017000', '195856.020000', '195856.023000', '195856.026000', '195856.028000', '195856.049000', '195856.052000', '195856.054000', '195856.057000', '195856.060000', '195856.062000', '195856.065000', '195856.067000', '195856.070000', '195856.072000', '195856.075000', '195856.078000', '195856.080000', '195856.083000', '195856.085000', '195856.088000', '195856.091000', '195856.093000', '195856.096000', '195856.098000', '195856.101000', '195856.103000', '195856.106000', '195856.109000', '195856.111000', '195856.114000', '195856.116000', '195856.119000', '195856.122000', '195856.124000', '195856.127000', '195856.129000', '195856.132000', '195856.135000', '195856.137000', '195856.140000', '195856.143000', '195856.146000', '195916.018000', '195916.020000', '195916.023000', '195916.026000', '195916.028000', '195916.031000', '195916.034000', '195916.036000', '195916.039000', '195916.041000', '195916.044000', '195916.046000', '195916.049000', '195916.052000', '195916.054000', '195916.057000', '195916.059000', '195916.062000', '195916.064000', '195916.067000', '195916.070000', '195916.072000', '195916.075000', '195916.077000', '195916.080000', '195916.082000', '195916.085000', '195916.088000', '195916.090000', '195916.093000', '195916.108000', '195916.111000', '195916.114000', '195916.116000', '195916.119000', '195916.122000', '195916.124000', '195916.127000', '195916.129000', '195916.132000', '195916.134000', '195916.137000', '195916.140000', '195916.142000', '195936.018000', '195936.021000', '195936.023000', '195936.026000', '195936.028000', '195936.031000', '195936.034000', '195936.036000', '195936.039000', '195936.041000', '195936.044000', '195936.047000', '195936.049000', '195936.052000', '195936.054000', '195936.057000', '195936.059000', '195936.062000', '195936.065000', '195936.067000', '195936.070000', '195936.073000', '195936.075000', '195936.078000', '195936.080000', '195936.083000', '195936.085000', '195936.088000', '195936.091000', '195936.093000', '195936.096000', '195936.098000', '195936.101000', '195936.104000', '195936.106000', '195936.109000', '195936.111000', '195936.114000', '195936.117000', '195936.119000', '195936.122000', '195936.124000', '195936.127000', '195956.019000', '195956.022000', '195956.024000', '195956.027000', '195956.030000', '195956.032000', '195956.035000', '195956.038000', '195956.047000', '195956.049000', '195956.052000', '195956.055000', '195956.057000', '195956.060000', '195956.062000', '195956.065000', '195956.068000', '195956.070000', '195956.073000', '195956.075000', '195956.078000', '195956.081000', '195956.083000', '195956.086000', '195956.088000', '195956.091000', '195956.093000', '195956.096000', '195956.099000', '195956.101000', '195956.104000', '195956.106000', '195956.109000', '195956.112000', '195956.114000', '195956.117000', '195956.119000', '195956.122000', '195956.124000', '195956.127000', '195956.130000', '195956.132000', '195956.135000', '195956.138000', '200016.019000', '200016.022000', '200016.032000', '200016.035000', '200016.037000', '200016.040000', '200016.043000', '200016.045000', '200016.048000', '200016.050000', '200016.053000', '200016.055000', '200016.058000', '200016.061000', '200016.063000', '200016.066000', '200016.068000', '200016.071000', '200016.074000', '200016.076000', '200016.079000', '200016.081000', '200016.084000', '200016.087000', '200016.089000', '200016.092000', '200016.094000', '200016.097000', '200016.100000', '200016.102000', '200016.105000', '200016.107000', '200016.110000', '200016.113000', '200016.115000', '200016.118000', '200016.120000', '200016.123000', '200016.126000', '200016.128000', '200016.131000', '200016.133000', '200016.136000', '200036.018000', '200036.022000', '200036.024000', '200036.027000', '200036.029000', '200036.032000', '200036.035000', '200036.037000', '200036.040000', '200036.042000', '200036.045000', '200036.048000', '200036.050000', '200036.053000', '200036.055000', '200036.058000', '200036.061000', '200036.063000', '200036.066000', '200036.069000', '200036.071000', '200036.074000', '200036.076000', '200036.079000', '200036.081000', '200036.084000', '200036.086000', '200036.089000', '200036.092000', '200036.094000', '200036.097000', '200036.099000', '200036.102000', '200036.105000', '200036.107000', '200036.110000', '200036.112000', '200036.115000', '200036.117000', '200036.120000', '200036.123000', '200036.125000', '200036.128000', '200036.131000', '200056.019000', '200056.049000', '200056.052000', '200056.054000', '200056.057000', '200056.060000', '200056.062000', '200056.065000', '200056.067000', '200056.070000', '200056.073000', '200056.075000', '200056.078000', '200056.080000', '200056.083000', '200056.085000', '200056.088000', '200056.091000', '200056.093000', '200056.096000', '200056.099000', '200056.101000', '200056.104000', '200056.106000', '200056.109000', '200056.111000', '200056.114000', '200056.116000', '200056.119000', '200056.122000', '200056.124000', '200056.127000', '200056.130000', '200056.132000', '200056.135000', '200056.137000', '200056.140000', '200056.143000', '200056.145000', '200056.148000', '200056.150000', '200056.153000', '200056.155000', '200116.018000', '200116.021000', '200116.033000', '200116.035000', '200116.038000', '200116.041000', '200116.043000', '200116.046000', '200116.048000', '200116.052000', '200116.055000', '200116.058000', '200116.060000', '200116.063000', '200116.066000', '200116.068000', '200116.071000', '200116.073000', '200116.076000', '200116.079000', '200116.081000', '200116.084000', '200116.087000', '200116.089000', '200116.092000', '200116.094000', '200116.097000', '200116.100000', '200116.102000', '200116.105000', '200116.108000', '200116.110000', '200116.113000', '200116.115000', '200116.118000', '200116.121000', '200116.123000', '200116.126000', '200116.128000', '200116.131000', '200116.133000', '200116.136000', '200116.139000', '200116.141000', '200136.037000', '200136.040000', '200136.043000', '200136.046000', '200136.048000', '200136.051000', '200136.053000', '200136.056000', '200136.058000', '200136.061000', '200136.064000', '200136.066000', '200136.069000', '200136.071000', '200136.074000', '200136.076000', '200136.079000', '200136.082000', '200136.084000', '200136.087000', '200136.089000', '200136.092000', '200136.095000', '200136.097000', '200136.100000', '200136.102000', '200136.105000', '200136.108000', '200136.110000', '200136.113000', '200136.116000', '200136.118000', '200136.121000', '200136.123000', '200136.126000', '200136.128000', '200136.131000', '200136.134000', '200136.136000', '200136.139000', '200136.141000', '200136.144000', '200136.147000', '200145.000000', '200145.006000', '200145.009000', '200145.011000', '200145.014000', '200145.017000', '200145.019000', '200145.022000', '200145.025000', '200145.027000', '200145.030000', '200145.033000', '200145.036000', '200145.038000', '200145.041000', '200145.044000', '200145.047000', '200145.050000', '200145.053000', '200145.055000'], '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': [12797, 9590, 12064, 10522, 8961, 13320, 8866, 12411, 9405, 11017, 8847, 10005, 9146, 8457, 8960, 9186, 9266, 9731, 11060, 9736, 10117, 8450, 9678, 9184, 9846, 9856, 9784, 8552, 9248, 8694, 9181, 9262, 8843, 9497, 9002, 8947, 11265, 9994, 11584, 9115, 10546, 9258, 10972, 8942, 9588, 14260, 12347, 10450, 8873, 12077, 9008, 10129, 9467, 11275, 8871, 10150, 9142, 9781, 8775, 9339, 9411, 8894, 8690, 9580, 8703, 9402, 10978, 9013, 8278, 9331, 9136, 9935, 12543, 10405, 14342, 9560, 10706, 8753, 9161, 8603, 10217, 8984, 8721, 12092, 8795, 11450, 9010, 11830, 8710, 10905, 8631, 8672, 8910, 9209, 8450, 9323, 8836, 9220, 8372, 9047, 8577, 8520, 11701, 8621, 8729, 8648, 9336, 8803, 9652, 8688, 8595, 8299, 8643, 9615, 12676, 11647, 8381, 8661, 10657, 8620, 11236, 9389, 9465, 8165, 8771, 7928, 8605, 8025, 8764, 11639, 8672, 9626, 8805, 8546, 9002, 8918, 8657, 8894, 10437, 8748, 9613, 9144, 8624, 7758, 8902, 11155, 11770, 11313, 8410, 8870, 10416, 9494, 11612, 10779, 10109, 8700, 8751, 8718, 8677, 10831, 9501, 11195, 10511, 10409, 8830, 9500, 8330, 8644, 11371, 9296, 12796, 10163, 8370, 8879, 8830, 8733, 11902, 10191, 10893, 9647, 10803, 8915, 8595, 9234, 8972, 11648, 10749, 12100, 9405, 10210, 7593, 8489, 8139, 8326, 13304, 10473, 9656, 8687, 8144, 8400, 10850, 10045, 10351, 8308, 9402, 8323, 9103, 8487, 8389, 8459, 8892, 8112, 9066, 12857, 10146, 8422, 8695, 8034, 8655, 10230, 10069, 11074, 10325, 10022, 8592, 9528, 8569, 9491, 8083, 10214, 7695, 8780, 12029, 9405, 10911, 8904, 10828, 8572, 10330, 8471, 8605, 8601, 8573, 11745, 8950, 8884, 8618, 9049, 7918, 8572, 10896, 9036, 9408, 8445, 9650, 12453, 9301, 8899, 8412, 8873, 8062, 8911, 12756, 9577, 9260, 8775, 7732, 8585, 10440, 9023, 8732, 7661, 8793, 7795, 9867, 8339, 9653, 9806, 7542, 10854, 9131, 9057, 9418, 11202, 10072, 10079, 9087, 8207, 8467, 8259, 10327, 9008, 12556, 11135, 13091, 10945, 13457, 11568, 14030, 10307, 13191, 9287, 9252, 9801, 13663, 9707, 15174, 9705, 12616, 9978, 9229, 8565, 9304, 8656, 9285, 10155, 9671, 9963, 9878, 9245, 9637, 8769, 9021, 8742, 9489, 9428, 9195, 8660, 8876, 8741, 9089, 8986, 9053, 10217, 9378, 9146, 8764, 8859, 9005, 9402, 11703, 9513, 12510, 9882, 8590, 8675, 8857, 9306, 9220, 9597, 9344, 12095, 9195, 11209, 9204, 8560, 9456, 9279, 9659, 10875, 11466, 9480, 9403, 8425, 9176, 12415, 9919, 11114, 10464, 10182, 9495, 7634, 8785, 8327, 8909, 8288, 10525, 8460, 9669, 8920, 9676, 9198, 11220, 9190, 12678, 9372, 8196, 9410, 11097, 9993, 10670, 8661, 10418, 9029, 9708, 9280, 8096, 9265, 12085, 9480, 10371, 9264, 8016, 9133, 11302, 9419, 11235, 8699, 11420, 9099, 9309, 8788, 9598, 8407, 10603, 8037, 8935, 8154, 9153, 13350, 11759, 15149, 11873, 8218, 9347, 8100, 9275, 8349, 9600, 12572, 10907, 8282, 9139, 11765, 10146, 10752, 10156, 11704, 9658, 8016, 9316, 10582, 10290, 10750, 8773, 9634, 7653, 9130, 13420, 10133, 11163, 9361, 11533, 9734, 8597, 9405, 9206, 8164, 9329, 13286, 10692, 8328, 9183, 8236, 9214, 14425, 11167, 12129, 11317, 11615, 9996, 9056, 9299, 9303, 8121, 9750, 7986, 9309, 8607, 9189, 9330, 9825, 14761, 10783, 12047, 10732, 8238, 9187, 8229, 9321, 15271, 11065, 11737, 11416, 8781, 9875, 8209, 8795, 8700, 10029, 9739, 13144, 10638, 12128, 10861, 11538, 8648, 9543, 8795, 8768, 9411, 10549, 9880, 9871, 8378, 9413, 11393, 10250, 8264, 9030, 8209, 8808, 8846, 9892, 9349, 11433, 10254, 12888, 8828, 10401, 9686, 10593, 9191, 9871, 9864, 9344, 11099, 9707, 10413, 9668, 8196, 8509, 8224, 9228, 12643, 11495, 11648, 10587, 10717, 8921, 9055, 9245, 8242, 9008, 11338, 9618, 11793, 9666, 11094, 9804, 8127, 9036, 9135, 9162, 9047, 9383, 13050, 12130, 14990, 12176, 8844, 9573, 8408, 9166, 8567, 9777, 10523, 11465, 8422, 9376, 9089, 9651, 10261, 10217, 11971, 11001, 11607, 9323, 8746, 8852, 9297, 8330, 9325, 7959, 8963, 8696, 9172, 8773, 9038, 8193, 9945, 12988, 13047, 9064, 9704, 8401, 8971, 10570, 11297, 10915, 9231, 10381, 10561, 10217, 8731, 9333, 9681, 9234, 11256, 10970, 11287, 9700, 13103, 9458, 10172, 8582, 9788, 13331, 9443, 9768, 8649, 9473, 8669, 9210, 8705, 8593, 8775, 10156, 8811, 9572, 10908, 11883, 10753, 8951, 9801, 13350, 10395, 9416, 8837, 9987, 8532, 8663, 8233, 8791, 8320, 8946, 10332, 10744, 9733, 8390, 9278, 10014, 9120, 9681, 8755, 9247, 8352, 9656, 13926, 10376, 13374, 8725, 8746, 8742, 9560, 10872, 9679, 10701, 9577, 10939, 9573, 9935, 9108, 10040, 8831, 10224, 9199, 11512, 10028, 11791, 12779, 10133, 14131, 10257, 8539, 8524, 8755, 9764, 8899, 10282, 8782, 10075, 8787, 9947, 8674, 9171, 8422, 8688, 8738, 9339, 9452, 9242, 8633, 8720, 9056, 8126, 8855, 11998, 8843, 8682, 8866, 9382, 7970, 8902, 7314, 8647, 8870, 8114, 8401, 11170, 10854, 10097, 9652, 9145, 8169, 9116, 12692, 8546, 7982, 10211, 8664, 10793, 8832, 11865, 9235, 9856, 7700, 8844, 7844, 10051, 8925, 7975, 8452, 8137, 10689, 11920, 11973, 7564, 9023, 7601, 9385, 11401, 9727, 10564, 10019, 8631, 8835, 7840, 8529, 10105, 8848, 8997, 8906, 9715, 8747, 8188, 8501, 7745, 8756, 11184, 10274, 11058, 8826, 9390, 8007, 8982, 11891, 13176, 11712, 9676, 10617, 7937, 9047, 13073, 10544, 10383, 9296, 7756, 8611, 10993, 9448, 9300, 8776, 9342, 8553, 9397, 8865, 9617, 9481, 9851, 11556, 13198, 11085, 9785, 9992, 8822, 9037, 12970, 9861, 11353, 10579, 10578, 8628, 8890, 7820, 9309, 8016, 9031, 7767, 8642, 8586, 8569, 11388, 9820, 10386, 9164, 9367, 8702, 9754, 12984, 9906, 10202, 8960, 8669, 8706, 12938, 11335, 8204, 9661, 8660, 9876, 13943, 11657, 10958, 9898, 10025, 8739, 8939, 8029, 9701, 11895, 9675, 8100, 9327, 8064, 9869, 13360, 11007, 9111, 9299, 10367, 9245, 9742, 8557, 9691, 7997, 9330, 10289, 9537, 9321, 8488, 9310, 8946, 8700, 7996, 9543, 8828, 9117, 8039, 9047, 13188, 10446, 8934, 9135, 7941, 8846, 10587, 9576, 9944, 11152, 10012, 12031, 9579, 9389, 8722, 9468, 8163, 9496, 11303, 9507, 10738, 8717, 9176, 7671, 9306, 7958, 8930, 7595, 8889, 8327, 8894, 10737, 11244, 10729, 9951, 11918, 13132, 9998, 11309, 9878, 10048, 11422, 9789, 12097, 10418, 10470, 8704, 9065, 7557, 8909, 8098, 8793, 12888, 10019, 9713, 8800, 9341, 7560, 9118, 10180, 9645, 9268, 9474, 10658, 7999, 8888, 10679, 9753, 9471, 8603, 9462, 8184, 9340, 7588, 9212, 10806, 9140, 9900, 8860, 8521, 9098, 7809, 9653, 8149, 9715, 12161, 10673, 11290, 10616, 11157, 8940, 9447, 9380, 9717, 8876, 9953, 7799, 9401, 12155, 9797, 7741, 9352, 7614, 9327, 7370, 9111, 12983, 10630, 10880, 9865, 8024, 9749, 11046, 9940, 10122, 9483, 10726, 9074, 10004, 9867, 8002, 9734, 10149, 9996, 10628, 10369, 10810, 10109, 7826, 9559, 10445, 9987, 10296, 9325, 10632, 9176, 9220, 9679, 9351, 9427, 9474, 7930, 9506, 7868, 9424, 7797, 9272, 12328, 10304, 10914, 9120, 10626, 7763, 9103, 7587, 9543, 7668, 9491, 8655, 9481, 8596, 9566, 7786, 9053, 7610, 9464, 11869, 10807, 11889, 10948, 12055, 10070, 9227, 9970, 10647, 9697, 11245, 9838, 10637, 9613, 8040, 9408, 10871, 10244, 11431, 9176, 11163, 9488, 10132, 9728, 9154, 9596, 10431, 9604, 11068, 9798, 7793, 9822, 8031, 9743, 11488, 11194, 10961, 9582, 11478, 9472, 9635, 9522, 9944, 9230, 10200, 10801, 9822, 8432, 9173, 8844, 9461, 9276, 10040, 9892, 10614, 9722, 8206, 9979, 11808, 10010, 11357, 11859, 11219, 9989, 8539, 10007, 8477, 10144, 9690, 9243, 8669, 10175, 9214, 9917, 9370, 10728, 10225, 10976, 8401, 10153, 8312, 9891, 8541, 9890, 14088, 11245, 8464, 9863, 8270, 9845, 9659, 9810, 11000, 9829, 8052, 8906, 8691, 9977, 12358, 10684, 11128], 'WindowCenter': [4424.0, 4368.0, 4367.0, 4334.0, 4312.0, 4340.0, 4297.0, 4326.0, 4298.0, 4304.0, 4284.0, 4304.0, 4296.0, 4300.0, 4320.0, 4309.0, 4310.0, 4323.0, 4342.0, 4321.0, 4333.0, 4314.0, 4323.0, 4324.0, 4333.0, 4334.0, 4335.0, 4311.0, 4323.0, 4324.0, 4323.0, 4325.0, 4325.0, 4334.0, 4326.0, 4335.0, 4358.0, 4334.0, 4343.0, 4323.0, 4332.0, 4326.0, 4343.0, 4310.0, 4321.0, 4353.0, 4342.0, 4320.0, 4311.0, 4329.0, 4307.0, 4320.0, 4318.0, 4328.0, 4308.0, 4317.0, 4309.0, 4320.0, 4297.0, 4310.0, 4298.0, 4295.0, 4285.0, 4305.0, 4295.0, 4307.0, 4327.0, 4307.0, 4297.0, 4307.0, 4319.0, 4330.0, 4340.0, 4329.0, 4344.0, 4321.0, 4319.0, 4296.0, 4306.0, 4292.0, 4317.0, 4308.0, 4310.0, 4337.0, 4311.0, 4340.0, 4309.0, 4328.0, 4299.0, 4315.0, 4295.0, 4297.0, 4305.0, 4308.0, 4297.0, 4308.0, 4306.0, 4318.0, 4312.0, 4310.0, 4298.0, 4307.0, 4339.0, 4310.0, 4308.0, 4310.0, 4318.0, 4308.0, 4309.0, 4309.0, 4311.0, 4309.0, 4311.0, 4331.0, 4350.0, 4342.0, 4297.0, 4297.0, 4315.0, 4296.0, 4315.0, 4304.0, 4305.0, 4284.0, 4295.0, 4283.0, 4296.0, 4286.0, 4295.0, 4324.0, 4295.0, 4308.0, 4310.0, 4298.0, 4307.0, 4308.0, 4311.0, 4322.0, 4330.0, 4320.0, 4330.0, 4320.0, 4321.0, 4302.0, 4322.0, 4342.0, 4353.0, 4341.0, 4309.0, 4312.0, 4328.0, 4319.0, 4339.0, 4331.0, 4318.0, 4310.0, 4307.0, 4310.0, 4309.0, 4330.0, 4319.0, 4340.0, 4329.0, 4331.0, 4308.0, 4320.0, 4297.0, 4311.0, 4327.0, 4308.0, 4338.0, 4328.0, 4298.0, 4308.0, 4319.0, 4313.0, 4343.0, 4332.0, 4339.0, 4320.0, 4328.0, 4309.0, 4312.0, 4309.0, 4308.0, 4328.0, 4330.0, 4338.0, 4306.0, 4316.0, 4278.0, 4296.0, 4287.0, 4296.0, 4336.0, 4316.0, 4305.0, 4296.0, 4285.0, 4299.0, 4329.0, 4316.0, 4318.0, 4295.0, 4306.0, 4295.0, 4295.0, 4295.0, 4295.0, 4296.0, 4306.0, 4285.0, 4307.0, 4336.0, 4316.0, 4298.0, 4307.0, 4297.0, 4309.0, 4317.0, 4318.0, 4328.0, 4318.0, 4317.0, 4309.0, 4318.0, 4308.0, 4318.0, 4287.0, 4320.0, 4288.0, 4297.0, 4325.0, 4308.0, 4317.0, 4295.0, 4318.0, 4295.0, 4316.0, 4298.0, 4296.0, 4297.0, 4307.0, 4328.0, 4307.0, 4307.0, 4308.0, 4308.0, 4297.0, 4308.0, 4330.0, 4308.0, 4308.0, 4299.0, 4318.0, 4336.0, 4306.0, 4298.0, 4287.0, 4296.0, 4284.0, 4295.0, 4336.0, 4306.0, 4310.0, 4307.0, 4300.0, 4309.0, 4331.0, 4322.0, 4311.0, 4300.0, 4326.0, 4319.0, 4346.0, 4325.0, 4335.0, 4334.0, 4304.0, 4357.0, 4338.0, 4336.0, 4339.0, 4358.0, 4347.0, 4343.0, 4334.0, 4333.0, 4323.0, 4323.0, 4336.0, 4313.0, 4344.0, 4344.0, 4340.0, 4308.0, 4316.0, 4306.0, 4309.0, 4281.0, 4297.0, 4267.0, 4253.0, 4265.0, 4285.0, 4265.0, 4295.0, 4266.0, 4285.0, 4262.0, 4254.0, 4241.0, 4252.0, 4254.0, 4265.0, 4276.0, 4280.0, 4279.0, 4280.0, 4266.0, 4277.0, 4267.0, 4266.0, 4267.0, 4280.0, 4280.0, 4279.0, 4272.0, 4280.0, 4284.0, 4292.0, 4282.0, 4296.0, 4304.0, 4306.0, 4295.0, 4285.0, 4295.0, 4293.0, 4307.0, 4324.0, 4307.0, 4336.0, 4320.0, 4298.0, 4296.0, 4296.0, 4306.0, 4310.0, 4307.0, 4309.0, 4340.0, 4308.0, 4328.0, 4309.0, 4298.0, 4320.0, 4306.0, 4320.0, 4331.0, 4339.0, 4309.0, 4307.0, 4299.0, 4311.0, 4339.0, 4319.0, 4328.0, 4318.0, 4316.0, 4306.0, 4275.0, 4299.0, 4297.0, 4308.0, 4300.0, 4317.0, 4296.0, 4307.0, 4300.0, 4306.0, 4306.0, 4328.0, 4308.0, 4339.0, 4309.0, 4288.0, 4310.0, 4328.0, 4306.0, 4320.0, 4296.0, 4315.0, 4297.0, 4306.0, 4306.0, 4285.0, 4310.0, 4341.0, 4322.0, 4332.0, 4322.0, 4302.0, 4321.0, 4332.0, 4309.0, 4333.0, 4299.0, 4329.0, 4309.0, 4309.0, 4298.0, 4320.0, 4301.0, 4321.0, 4287.0, 4308.0, 4288.0, 4311.0, 4339.0, 4327.0, 4348.0, 4327.0, 4288.0, 4299.0, 4285.0, 4309.0, 4289.0, 4308.0, 4329.0, 4320.0, 4288.0, 4307.0, 4325.0, 4305.0, 4317.0, 4319.0, 4328.0, 4307.0, 4288.0, 4308.0, 4318.0, 4321.0, 4331.0, 4299.0, 4307.0, 4289.0, 4308.0, 4339.0, 4320.0, 4329.0, 4308.0, 4327.0, 4308.0, 4297.0, 4307.0, 4308.0, 4296.0, 4308.0, 4340.0, 4319.0, 4287.0, 4307.0, 4288.0, 4310.0, 4347.0, 4328.0, 4330.0, 4327.0, 4325.0, 4308.0, 4298.0, 4307.0, 4307.0, 4298.0, 4320.0, 4301.0, 4309.0, 4309.0, 4322.0, 4321.0, 4322.0, 4349.0, 4333.0, 4341.0, 4329.0, 4300.0, 4321.0, 4300.0, 4309.0, 4361.0, 4328.0, 4339.0, 4331.0, 4297.0, 4318.0, 4300.0, 4309.0, 4309.0, 4320.0, 4320.0, 4350.0, 4331.0, 4344.0, 4332.0, 4343.0, 4300.0, 4308.0, 4298.0, 4295.0, 4309.0, 4320.0, 4309.0, 4321.0, 4288.0, 4309.0, 4331.0, 4317.0, 4286.0, 4298.0, 4297.0, 4307.0, 4310.0, 4321.0, 4321.0, 4340.0, 4330.0, 4350.0, 4309.0, 4328.0, 4318.0, 4320.0, 4307.0, 4309.0, 4308.0, 4299.0, 4315.0, 4309.0, 4317.0, 4311.0, 4299.0, 4310.0, 4300.0, 4319.0, 4338.0, 4331.0, 4329.0, 4331.0, 4354.0, 4336.0, 4336.0, 4347.0, 4323.0, 4333.0, 4355.0, 4345.0, 4356.0, 4345.0, 4366.0, 4342.0, 4324.0, 4334.0, 4335.0, 4349.0, 4334.0, 4333.0, 4366.0, 4356.0, 4376.0, 4355.0, 4310.0, 4320.0, 4299.0, 4319.0, 4298.0, 4331.0, 4332.0, 4330.0, 4297.0, 4308.0, 4310.0, 4318.0, 4317.0, 4329.0, 4341.0, 4327.0, 4328.0, 4311.0, 4298.0, 4308.0, 4307.0, 4300.0, 4322.0, 4299.0, 4310.0, 4309.0, 4321.0, 4324.0, 4321.0, 4312.0, 4334.0, 4362.0, 4365.0, 4323.0, 4331.0, 4310.0, 4322.0, 4331.0, 4341.0, 4333.0, 4309.0, 4331.0, 4333.0, 4332.0, 4310.0, 4312.0, 4317.0, 4322.0, 4329.0, 4329.0, 4333.0, 4320.0, 4339.0, 4307.0, 4315.0, 4297.0, 4307.0, 4334.0, 4304.0, 4306.0, 4293.0, 4304.0, 4295.0, 4308.0, 4295.0, 4297.0, 4306.0, 4320.0, 4308.0, 4307.0, 4317.0, 4337.0, 4327.0, 4309.0, 4319.0, 4335.0, 4315.0, 4295.0, 4295.0, 4306.0, 4297.0, 4297.0, 4297.0, 4298.0, 4299.0, 4309.0, 4331.0, 4328.0, 4318.0, 4300.0, 4312.0, 4320.0, 4308.0, 4317.0, 4308.0, 4310.0, 4297.0, 4321.0, 4361.0, 4346.0, 4351.0, 4297.0, 4296.0, 4297.0, 4307.0, 4330.0, 4335.0, 4330.0, 4320.0, 4328.0, 4307.0, 4318.0, 4296.0, 4305.0, 4294.0, 4303.0, 4294.0, 4314.0, 4291.0, 4316.0, 4310.0, 4290.0, 4306.0, 4289.0, 4268.0, 4271.0, 4268.0, 4278.0, 4270.0, 4288.0, 4270.0, 4291.0, 4268.0, 4289.0, 4271.0, 4280.0, 4271.0, 4270.0, 4282.0, 4291.0, 4293.0, 4295.0, 4292.0, 4297.0, 4309.0, 4288.0, 4307.0, 4327.0, 4309.0, 4296.0, 4299.0, 4307.0, 4290.0, 4308.0, 4280.0, 4310.0, 4335.0, 4328.0, 4341.0, 4358.0, 4356.0, 4344.0, 4333.0, 4334.0, 4313.0, 4323.0, 4352.0, 4324.0, 4311.0, 4342.0, 4322.0, 4340.0, 4322.0, 4352.0, 4320.0, 4319.0, 4278.0, 4309.0, 4286.0, 4320.0, 4311.0, 4298.0, 4301.0, 4299.0, 4332.0, 4328.0, 4329.0, 4277.0, 4295.0, 4275.0, 4297.0, 4311.0, 4295.0, 4305.0, 4304.0, 4299.0, 4297.0, 4286.0, 4308.0, 4317.0, 4311.0, 4309.0, 4310.0, 4318.0, 4313.0, 4314.0, 4325.0, 4304.0, 4324.0, 4345.0, 4336.0, 4344.0, 4323.0, 4323.0, 4305.0, 4323.0, 4344.0, 4356.0, 4340.0, 4319.0, 4331.0, 4290.0, 4308.0, 4340.0, 4319.0, 4317.0, 4311.0, 4287.0, 4310.0, 4328.0, 4318.0, 4309.0, 4308.0, 4308.0, 4311.0, 4319.0, 4320.0, 4323.0, 4320.0, 4319.0, 4331.0, 4339.0, 4330.0, 4317.0, 4307.0, 4294.0, 4298.0, 4335.0, 4307.0, 4315.0, 4315.0, 4307.0, 4284.0, 4293.0, 4273.0, 4293.0, 4275.0, 4297.0, 4277.0, 4295.0, 4307.0, 4310.0, 4329.0, 4317.0, 4317.0, 4308.0, 4308.0, 4298.0, 4319.0, 4338.0, 4318.0, 4316.0, 4306.0, 4297.0, 4299.0, 4337.0, 4331.0, 4298.0, 4318.0, 4297.0, 4321.0, 4336.0, 4329.0, 4314.0, 4307.0, 4303.0, 4286.0, 4295.0, 4283.0, 4308.0, 4324.0, 4303.0, 4276.0, 4295.0, 4272.0, 4304.0, 4334.0, 4317.0, 4292.0, 4294.0, 4306.0, 4295.0, 4306.0, 4283.0, 4293.0, 4274.0, 4296.0, 4303.0, 4303.0, 4297.0, 4297.0, 4297.0, 4297.0, 4297.0, 4285.0, 4308.0, 4294.0, 4297.0, 4285.0, 4307.0, 4351.0, 4328.0, 4306.0, 4320.0, 4299.0, 4320.0, 4331.0, 4321.0, 4330.0, 4329.0, 4319.0, 4337.0, 4306.0, 4308.0, 4299.0, 4310.0, 4297.0, 4307.0, 4323.0, 4307.0, 4330.0, 4299.0, 4307.0, 4287.0, 4319.0, 4300.0, 4310.0, 4289.0, 4309.0, 4299.0, 4321.0, 4330.0, 4331.0, 4330.0, 4320.0, 4340.0, 4337.0, 4307.0, 4316.0, 4305.0, 4307.0, 4314.0, 4307.0, 4324.0, 4306.0, 4314.0, 4285.0, 4293.0, 4275.0, 4295.0, 4285.0, 4311.0, 4352.0, 4331.0, 4319.0, 4321.0, 4319.0, 4290.0, 4310.0, 4332.0, 4331.0, 4335.0, 4333.0, 4358.0, 4311.0, 4323.0, 4331.0, 4319.0, 4320.0, 4312.0, 4333.0, 4309.0, 4320.0, 4302.0, 4321.0, 4328.0, 4309.0, 4317.0, 4308.0, 4312.0, 4322.0, 4300.0, 4321.0, 4301.0, 4320.0, 4338.0, 4320.0, 4328.0, 4317.0, 4319.0, 4297.0, 4307.0, 4306.0, 4305.0, 4296.0, 4308.0, 4276.0, 4307.0, 4322.0, 4306.0, 4277.0, 4306.0, 4287.0, 4321.0, 4289.0, 4308.0, 4349.0, 4329.0, 4328.0, 4322.0, 4287.0, 4318.0, 4330.0, 4318.0, 4320.0, 4309.0, 4318.0, 4300.0, 4307.0, 4320.0, 4287.0, 4319.0, 4331.0, 4331.0, 4332.0, 4333.0, 4328.0, 4321.0, 4290.0, 4320.0, 4329.0, 4319.0, 4318.0, 4308.0, 4318.0, 4309.0, 4308.0, 4322.0, 4312.0, 4322.0, 4323.0, 4302.0, 4321.0, 4302.0, 4323.0, 4289.0, 4321.0, 4341.0, 4319.0, 4330.0, 4309.0, 4330.0, 4290.0, 4309.0, 4288.0, 4321.0, 4292.0, 4321.0, 4312.0, 4320.0, 4310.0, 4321.0, 4292.0, 4321.0, 4292.0, 4332.0, 4340.0, 4331.0, 4341.0, 4332.0, 4338.0, 4319.0, 4308.0, 4322.0, 4329.0, 4322.0, 4330.0, 4322.0, 4329.0, 4324.0, 4299.0, 4323.0, 4330.0, 4331.0, 4341.0, 4310.0, 4330.0, 4318.0, 4329.0, 4323.0, 4322.0, 4332.0, 4343.0, 4322.0, 4341.0, 4334.0, 4304.0, 4332.0, 4304.0, 4334.0, 4340.0, 4343.0, 4330.0, 4320.0, 4331.0, 4320.0, 4310.0, 4311.0, 4318.0, 4307.0, 4319.0, 4317.0, 4308.0, 4288.0, 4307.0, 4307.0, 4309.0, 4310.0, 4318.0, 4319.0, 4331.0, 4322.0, 4299.0, 4321.0, 4331.0, 4322.0, 4330.0, 4328.0, 4328.0, 4318.0, 4298.0, 4317.0, 4289.0, 4320.0, 4309.0, 4310.0, 4298.0, 4317.0, 4308.0, 4318.0, 4308.0, 4332.0, 4320.0, 4317.0, 4288.0, 4316.0, 4287.0, 4306.0, 4297.0, 4317.0, 4348.0, 4328.0, 4288.0, 4306.0, 4296.0, 4318.0, 4307.0, 4320.0, 4331.0, 4319.0, 4302.0, 4310.0, 4310.0, 4334.0, 4339.0, 4320.0, 4329.0], 'WindowWidth': [9739.0, 9646.0, 9628.0, 9573.0, 9538.0, 9570.0, 9509.0, 9545.0, 9507.0, 9512.0, 9484.0, 9512.0, 9504.0, 9517.0, 9547.0, 9529.0, 9530.0, 9552.0, 9578.0, 9548.0, 9568.0, 9544.0, 9554.0, 9556.0, 9566.0, 9572.0, 9574.0, 9536.0, 9556.0, 9558.0, 9555.0, 9559.0, 9559.0, 9573.0, 9563.0, 9576.0, 9609.0, 9573.0, 9583.0, 9555.0, 9566.0, 9560.0, 9581.0, 9533.0, 9550.0, 9594.0, 9575.0, 9542.0, 9532.0, 9555.0, 9525.0, 9544.0, 9540.0, 9552.0, 9526.0, 9538.0, 9528.0, 9544.0, 9510.0, 9530.0, 9511.0, 9505.0, 9489.0, 9518.0, 9505.0, 9525.0, 9551.0, 9526.0, 9510.0, 9526.0, 9543.0, 9559.0, 9572.0, 9556.0, 9573.0, 9547.0, 9540.0, 9509.0, 9522.0, 9501.0, 9538.0, 9526.0, 9532.0, 9567.0, 9537.0, 9576.0, 9533.0, 9556.0, 9516.0, 9533.0, 9506.0, 9510.0, 9520.0, 9526.0, 9512.0, 9528.0, 9525.0, 9543.0, 9541.0, 9535.0, 9514.0, 9528.0, 9570.0, 9532.0, 9529.0, 9532.0, 9542.0, 9529.0, 9527.0, 9531.0, 9534.0, 9531.0, 9537.0, 9566.0, 9588.0, 9575.0, 9509.0, 9510.0, 9530.0, 9507.0, 9532.0, 9515.0, 9517.0, 9487.0, 9503.0, 9486.0, 9506.0, 9492.0, 9505.0, 9543.0, 9507.0, 9525.0, 9530.0, 9512.0, 9527.0, 9528.0, 9533.0, 9552.0, 9562.0, 9549.0, 9561.0, 9549.0, 9550.0, 9524.0, 9554.0, 9581.0, 9595.0, 9576.0, 9530.0, 9539.0, 9555.0, 9543.0, 9571.0, 9561.0, 9540.0, 9531.0, 9526.0, 9531.0, 9532.0, 9560.0, 9545.0, 9574.0, 9559.0, 9560.0, 9530.0, 9545.0, 9511.0, 9533.0, 9551.0, 9527.0, 9568.0, 9554.0, 9514.0, 9529.0, 9544.0, 9541.0, 9579.0, 9565.0, 9573.0, 9546.0, 9556.0, 9529.0, 9536.0, 9529.0, 9528.0, 9554.0, 9557.0, 9567.0, 9521.0, 9533.0, 9483.0, 9506.0, 9495.0, 9509.0, 9562.0, 9535.0, 9519.0, 9507.0, 9492.0, 9514.0, 9554.0, 9533.0, 9538.0, 9505.0, 9521.0, 9504.0, 9505.0, 9507.0, 9504.0, 9507.0, 9522.0, 9492.0, 9522.0, 9562.0, 9534.0, 9512.0, 9523.0, 9511.0, 9530.0, 9538.0, 9540.0, 9552.0, 9540.0, 9536.0, 9529.0, 9540.0, 9526.0, 9541.0, 9497.0, 9543.0, 9497.0, 9510.0, 9546.0, 9523.0, 9535.0, 9504.0, 9539.0, 9505.0, 9533.0, 9510.0, 9508.0, 9510.0, 9525.0, 9551.0, 9524.0, 9525.0, 9527.0, 9528.0, 9511.0, 9528.0, 9558.0, 9527.0, 9528.0, 9515.0, 9540.0, 9562.0, 9520.0, 9510.0, 9494.0, 9506.0, 9489.0, 9504.0, 9562.0, 9522.0, 9529.0, 9526.0, 9519.0, 9532.0, 9560.0, 9550.0, 9535.0, 9520.0, 9565.0, 9561.0, 9593.0, 9561.0, 9572.0, 9570.0, 9530.0, 9609.0, 9583.0, 9578.0, 9583.0, 9609.0, 9595.0, 9590.0, 9578.0, 9578.0, 9560.0, 9557.0, 9570.0, 9535.0, 9578.0, 9585.0, 9573.0, 9522.0, 9529.0, 9512.0, 9512.0, 9472.0, 9485.0, 9444.0, 9421.0, 9439.0, 9464.0, 9440.0, 9480.0, 9443.0, 9465.0, 9433.0, 9421.0, 9403.0, 9419.0, 9423.0, 9443.0, 9457.0, 9468.0, 9466.0, 9468.0, 9446.0, 9463.0, 9448.0, 9448.0, 9449.0, 9469.0, 9473.0, 9471.0, 9464.0, 9473.0, 9482.0, 9494.0, 9480.0, 9502.0, 9513.0, 9520.0, 9502.0, 9488.0, 9501.0, 9496.0, 9520.0, 9540.0, 9521.0, 9561.0, 9541.0, 9511.0, 9506.0, 9507.0, 9521.0, 9529.0, 9523.0, 9525.0, 9571.0, 9527.0, 9551.0, 9525.0, 9510.0, 9542.0, 9520.0, 9545.0, 9560.0, 9569.0, 9527.0, 9524.0, 9515.0, 9533.0, 9567.0, 9541.0, 9552.0, 9539.0, 9533.0, 9519.0, 9477.0, 9512.0, 9508.0, 9526.0, 9517.0, 9537.0, 9507.0, 9522.0, 9514.0, 9520.0, 9520.0, 9552.0, 9525.0, 9565.0, 9526.0, 9496.0, 9528.0, 9551.0, 9518.0, 9542.0, 9507.0, 9528.0, 9506.0, 9518.0, 9520.0, 9492.0, 9530.0, 9573.0, 9551.0, 9563.0, 9550.0, 9522.0, 9547.0, 9563.0, 9529.0, 9564.0, 9514.0, 9553.0, 9527.0, 9528.0, 9513.0, 9544.0, 9519.0, 9545.0, 9494.0, 9525.0, 9497.0, 9531.0, 9567.0, 9550.0, 9579.0, 9547.0, 9496.0, 9511.0, 9490.0, 9527.0, 9498.0, 9525.0, 9553.0, 9540.0, 9496.0, 9521.0, 9544.0, 9517.0, 9535.0, 9540.0, 9548.0, 9522.0, 9497.0, 9528.0, 9540.0, 9546.0, 9560.0, 9514.0, 9524.0, 9499.0, 9525.0, 9567.0, 9544.0, 9556.0, 9525.0, 9547.0, 9523.0, 9509.0, 9524.0, 9525.0, 9507.0, 9526.0, 9569.0, 9538.0, 9494.0, 9522.0, 9497.0, 9528.0, 9576.0, 9551.0, 9555.0, 9548.0, 9543.0, 9524.0, 9510.0, 9524.0, 9524.0, 9513.0, 9545.0, 9520.0, 9529.0, 9531.0, 9550.0, 9547.0, 9549.0, 9583.0, 9564.0, 9574.0, 9556.0, 9518.0, 9547.0, 9516.0, 9528.0, 9598.0, 9552.0, 9568.0, 9557.0, 9509.0, 9539.0, 9517.0, 9529.0, 9530.0, 9545.0, 9545.0, 9586.0, 9563.0, 9583.0, 9563.0, 9580.0, 9517.0, 9525.0, 9511.0, 9504.0, 9526.0, 9543.0, 9524.0, 9543.0, 9495.0, 9526.0, 9558.0, 9533.0, 9492.0, 9510.0, 9510.0, 9524.0, 9532.0, 9548.0, 9549.0, 9575.0, 9560.0, 9587.0, 9529.0, 9553.0, 9539.0, 9543.0, 9520.0, 9526.0, 9522.0, 9512.0, 9532.0, 9528.0, 9537.0, 9531.0, 9516.0, 9532.0, 9518.0, 9545.0, 9567.0, 9558.0, 9555.0, 9562.0, 9604.0, 9581.0, 9582.0, 9597.0, 9560.0, 9574.0, 9603.0, 9590.0, 9606.0, 9593.0, 9624.0, 9589.0, 9565.0, 9577.0, 9579.0, 9602.0, 9577.0, 9573.0, 9617.0, 9602.0, 9632.0, 9600.0, 9536.0, 9547.0, 9518.0, 9545.0, 9513.0, 9563.0, 9564.0, 9559.0, 9512.0, 9527.0, 9530.0, 9542.0, 9539.0, 9558.0, 9575.0, 9551.0, 9552.0, 9533.0, 9513.0, 9529.0, 9526.0, 9520.0, 9552.0, 9517.0, 9533.0, 9531.0, 9549.0, 9557.0, 9553.0, 9540.0, 9572.0, 9610.0, 9612.0, 9553.0, 9563.0, 9535.0, 9553.0, 9564.0, 9576.0, 9569.0, 9530.0, 9566.0, 9567.0, 9563.0, 9532.0, 9537.0, 9539.0, 9549.0, 9556.0, 9556.0, 9567.0, 9545.0, 9569.0, 9521.0, 9531.0, 9506.0, 9520.0, 9553.0, 9513.0, 9518.0, 9499.0, 9514.0, 9506.0, 9524.0, 9507.0, 9510.0, 9524.0, 9543.0, 9524.0, 9522.0, 9536.0, 9565.0, 9551.0, 9526.0, 9540.0, 9558.0, 9530.0, 9503.0, 9502.0, 9518.0, 9507.0, 9508.0, 9509.0, 9512.0, 9516.0, 9532.0, 9560.0, 9554.0, 9541.0, 9517.0, 9534.0, 9544.0, 9527.0, 9538.0, 9526.0, 9532.0, 9509.0, 9546.0, 9604.0, 9591.0, 9590.0, 9508.0, 9505.0, 9510.0, 9523.0, 9556.0, 9574.0, 9557.0, 9544.0, 9554.0, 9522.0, 9540.0, 9507.0, 9515.0, 9499.0, 9508.0, 9498.0, 9528.0, 9490.0, 9530.0, 9514.0, 9485.0, 9504.0, 9481.0, 9452.0, 9459.0, 9453.0, 9467.0, 9457.0, 9482.0, 9459.0, 9488.0, 9456.0, 9483.0, 9462.0, 9473.0, 9463.0, 9460.0, 9478.0, 9493.0, 9494.0, 9502.0, 9496.0, 9507.0, 9526.0, 9498.0, 9522.0, 9550.0, 9526.0, 9506.0, 9513.0, 9523.0, 9503.0, 9524.0, 9486.0, 9535.0, 9577.0, 9573.0, 9597.0, 9612.0, 9608.0, 9590.0, 9572.0, 9574.0, 9544.0, 9557.0, 9595.0, 9558.0, 9540.0, 9581.0, 9555.0, 9577.0, 9555.0, 9595.0, 9548.0, 9541.0, 9483.0, 9528.0, 9492.0, 9546.0, 9534.0, 9512.0, 9520.0, 9516.0, 9563.0, 9552.0, 9552.0, 9481.0, 9504.0, 9474.0, 9505.0, 9520.0, 9500.0, 9516.0, 9514.0, 9510.0, 9508.0, 9493.0, 9527.0, 9539.0, 9532.0, 9530.0, 9533.0, 9541.0, 9541.0, 9544.0, 9561.0, 9532.0, 9559.0, 9587.0, 9576.0, 9583.0, 9556.0, 9556.0, 9531.0, 9556.0, 9584.0, 9600.0, 9572.0, 9542.0, 9559.0, 9502.0, 9525.0, 9571.0, 9540.0, 9537.0, 9532.0, 9499.0, 9532.0, 9554.0, 9541.0, 9529.0, 9527.0, 9528.0, 9534.0, 9544.0, 9548.0, 9555.0, 9546.0, 9544.0, 9561.0, 9569.0, 9556.0, 9536.0, 9522.0, 9501.0, 9511.0, 9556.0, 9521.0, 9531.0, 9529.0, 9520.0, 9487.0, 9497.0, 9470.0, 9497.0, 9475.0, 9507.0, 9482.0, 9506.0, 9524.0, 9532.0, 9555.0, 9537.0, 9537.0, 9526.0, 9527.0, 9513.0, 9542.0, 9567.0, 9538.0, 9533.0, 9521.0, 9509.0, 9513.0, 9566.0, 9560.0, 9514.0, 9540.0, 9511.0, 9546.0, 9563.0, 9551.0, 9529.0, 9519.0, 9512.0, 9490.0, 9501.0, 9484.0, 9522.0, 9540.0, 9512.0, 9475.0, 9503.0, 9469.0, 9513.0, 9554.0, 9533.0, 9496.0, 9500.0, 9518.0, 9502.0, 9519.0, 9483.0, 9497.0, 9473.0, 9505.0, 9510.0, 9511.0, 9508.0, 9507.0, 9505.0, 9508.0, 9507.0, 9489.0, 9524.0, 9501.0, 9508.0, 9490.0, 9524.0, 9587.0, 9553.0, 9522.0, 9545.0, 9515.0, 9546.0, 9561.0, 9546.0, 9560.0, 9556.0, 9541.0, 9565.0, 9522.0, 9524.0, 9513.0, 9530.0, 9511.0, 9524.0, 9540.0, 9524.0, 9555.0, 9516.0, 9525.0, 9499.0, 9544.0, 9519.0, 9531.0, 9504.0, 9532.0, 9518.0, 9551.0, 9561.0, 9561.0, 9560.0, 9544.0, 9570.0, 9563.0, 9522.0, 9532.0, 9516.0, 9521.0, 9528.0, 9521.0, 9541.0, 9517.0, 9525.0, 9488.0, 9498.0, 9476.0, 9503.0, 9493.0, 9536.0, 9591.0, 9561.0, 9544.0, 9548.0, 9545.0, 9505.0, 9530.0, 9562.0, 9565.0, 9578.0, 9573.0, 9614.0, 9540.0, 9557.0, 9566.0, 9546.0, 9548.0, 9542.0, 9568.0, 9532.0, 9550.0, 9528.0, 9551.0, 9555.0, 9524.0, 9536.0, 9529.0, 9538.0, 9550.0, 9520.0, 9547.0, 9520.0, 9544.0, 9565.0, 9542.0, 9552.0, 9535.0, 9539.0, 9509.0, 9521.0, 9521.0, 9518.0, 9506.0, 9523.0, 9477.0, 9519.0, 9539.0, 9519.0, 9482.0, 9519.0, 9495.0, 9547.0, 9502.0, 9528.0, 9582.0, 9554.0, 9553.0, 9547.0, 9497.0, 9540.0, 9556.0, 9539.0, 9544.0, 9527.0, 9536.0, 9515.0, 9523.0, 9543.0, 9497.0, 9544.0, 9561.0, 9564.0, 9567.0, 9565.0, 9553.0, 9546.0, 9503.0, 9546.0, 9557.0, 9542.0, 9541.0, 9527.0, 9539.0, 9528.0, 9526.0, 9548.0, 9535.0, 9551.0, 9553.0, 9525.0, 9549.0, 9524.0, 9552.0, 9504.0, 9550.0, 9576.0, 9543.0, 9558.0, 9530.0, 9557.0, 9504.0, 9528.0, 9500.0, 9548.0, 9508.0, 9549.0, 9537.0, 9547.0, 9533.0, 9548.0, 9510.0, 9550.0, 9511.0, 9565.0, 9574.0, 9561.0, 9574.0, 9562.0, 9565.0, 9542.0, 9526.0, 9549.0, 9557.0, 9550.0, 9558.0, 9548.0, 9555.0, 9554.0, 9518.0, 9555.0, 9560.0, 9561.0, 9576.0, 9531.0, 9558.0, 9542.0, 9557.0, 9553.0, 9552.0, 9565.0, 9583.0, 9552.0, 9574.0, 9568.0, 9529.0, 9566.0, 9529.0, 9569.0, 9575.0, 9579.0, 9559.0, 9544.0, 9559.0, 9544.0, 9529.0, 9532.0, 9540.0, 9522.0, 9540.0, 9535.0, 9523.0, 9496.0, 9521.0, 9522.0, 9527.0, 9531.0, 9540.0, 9544.0, 9559.0, 9547.0, 9515.0, 9546.0, 9558.0, 9547.0, 9557.0, 9552.0, 9549.0, 9536.0, 9510.0, 9535.0, 9499.0, 9543.0, 9526.0, 9529.0, 9512.0, 9536.0, 9525.0, 9538.0, 9525.0, 9560.0, 9542.0, 9535.0, 9494.0, 9531.0, 9494.0, 9518.0, 9506.0, 9535.0, 9578.0, 9550.0, 9497.0, 9519.0, 9506.0, 9538.0, 9522.0, 9543.0, 9559.0, 9541.0, 9522.0, 9533.0, 9531.0, 9567.0, 9569.0, 9543.0, 9555.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.001116051948051948</td></tr>
<tr><td colspan=3>aqi</td><td>0.020727556883116883</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>34.89082829460142</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2130372961698432</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0119184082062396</td></tr>
<tr><td colspan=3>efc</td><td>0.4676</td></tr>
<tr><td colspan=3>fber</td><td>6796.7339</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.06806189330181714</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>27</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>2.3376623376623376</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5132632681163964</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3957864883345446</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8119700238665013</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3320332921481435</td></tr>
<tr><td colspan=3>gcor</td><td>0.015309</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.014939102344214916</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03219888359308243</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1155</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.844676509033684</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>31.432</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>36.1922</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>158.8446</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>45.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>299927.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>720.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>308.1011</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.0644</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>605.0827</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3489.3838</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3685.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>76617.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1198.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4623.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>958.4619</td></tr>
<tr><td colspan=3>tsnr</td><td>39.02822154411115</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>