ds005256-mriqc/sub-0014_ses-02_task-alignvideo_acq-mb8_run-03_bold.html
Felix Hoffstaedter 2103bd7b7f [DATALAD RUNCMD] Compute MRIQC for sub-0014
=== 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-0014 --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-0014",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-18 23:42:44 +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-0014_ses-02_task-alignvideo_acq-mb8_run-03_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-0014_ses-02_task-alignvideo_acq-mb8_run-03_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-03_session-02_subject-0014_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-0014/figures/sub-0014_ses-02_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0014/figures/sub-0014_ses-02_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0014/figures/sub-0014_ses-02_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-03_session-02_subject-0014_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-0014/figures/sub-0014_ses-02_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0014/figures/sub-0014_ses-02_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0014/figures/sub-0014_ses-02_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-03_session-02_subject-0014_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-0014/figures/sub-0014_ses-02_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0014/figures/sub-0014_ses-02_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0014/figures/sub-0014_ses-02_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-03_session-02_subject-0014_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-0014/figures/sub-0014_ses-02_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0014/figures/sub-0014_ses-02_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0014/figures/sub-0014_ses-02_task-alignvideo_acq-mb8_run-03_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-03_session-02_subject-0014_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-0014/figures/sub-0014_ses-02_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0014/figures/sub-0014_ses-02_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0014/figures/sub-0014_ses-02_task-alignvideo_acq-mb8_run-03_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-03_session-02_subject-0014_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-0014/figures/sub-0014_ses-02_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0014/figures/sub-0014_ses-02_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0014/figures/sub-0014_ses-02_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-02_subject-0014_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-0014/figures/sub-0014_ses-02_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0014/figures/sub-0014_ses-02_task-alignvideo_acq-mb8_run-03_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-0014/figures/sub-0014_ses-02_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0014/figures/sub-0014_ses-02_task-alignvideo_acq-mb8_run-03_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-0014/ses-02/func/sub-0014_ses-02_task-alignvideo_acq-mb8_run-03_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>994ee305d45286e4149c3be019d48e37</td></tr>
</table>
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-1">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
Dataset Information
</button>
</h2>
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>16:37:34.765000</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_VE11C_LATEST_20160120</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.999797, 0.00487625, 0.0195291, -0.00785256, 0.987826, 0.155362]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-03_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.0955666</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-03_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>32</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4156, -7745, -7253, 477, -90, -8, 62, 54]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 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>251.355</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>b2b8df7e-cc35-4d2a-95af-a95b0215bcc9||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6823832988739014, -0.02106783166527748, 0.050041314214468, 110.91128540039062], [-0.013082612305879593, 2.650266170501709, 0.41980546712875366, -109.26676940917969], [0.052395258098840714, -0.4168238937854767, 2.666694402694702, -40.97767639160156], [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, 1158]</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, 1158], 'AcquisitionTime': ['163734.765000', '163735.225000', '163735.685000', '163736.145000', '163736.605000', '163737.065000', '163737.525000', '163737.985000', '163738.445000', '163738.905000', '163739.365000', '163739.825000', '163740.285000', '163740.745000', '163741.205000', '163741.665000', '163742.125000', '163742.585000', '163743.045000', '163743.505000', '163743.965000', '163744.425000', '163744.885000', '163745.345000', '163745.805000', '163746.265000', '163746.725000', '163747.185000', '163747.645000', '163748.105000', '163748.565000', '163749.025000', '163749.485000', '163749.945000', '163750.405000', '163750.865000', '163751.325000', '163751.785000', '163752.245000', '163752.705000', '163753.165000', '163753.625000', '163754.085000', '163754.545000', '163755.005000', '163755.465000', '163755.925000', '163756.385000', '163756.845000', '163757.305000', '163757.765000', '163758.225000', '163758.685000', '163759.145000', '163759.605000', '163800.065000', '163800.525000', '163800.985000', '163801.445000', '163801.905000', '163802.365000', '163802.825000', '163803.285000', '163803.745000', '163804.205000', '163804.665000', '163805.125000', '163805.585000', '163806.045000', '163806.505000', '163806.965000', '163807.425000', '163807.885000', '163808.345000', '163808.805000', '163809.265000', '163809.725000', '163810.185000', '163810.645000', '163811.105000', '163811.565000', '163812.025000', '163812.485000', '163812.945000', '163813.405000', '163813.865000', '163814.325000', '163814.785000', '163815.245000', '163815.705000', '163816.165000', '163816.625000', '163817.085000', '163817.545000', '163818.005000', '163818.465000', '163818.925000', '163819.385000', '163819.845000', '163820.305000', '163820.765000', '163821.225000', '163821.685000', '163822.145000', '163822.605000', '163823.065000', '163823.525000', '163823.985000', '163824.445000', '163824.905000', '163825.365000', '163825.825000', '163826.285000', '163826.745000', '163827.205000', '163827.665000', '163828.125000', '163828.585000', '163829.045000', '163829.505000', '163829.965000', '163830.425000', '163830.885000', '163831.345000', '163831.805000', '163832.265000', '163832.725000', '163833.185000', '163833.645000', '163834.105000', '163834.565000', '163835.025000', '163835.485000', '163835.945000', '163836.405000', '163836.865000', '163837.325000', '163837.785000', '163838.245000', '163838.705000', '163839.165000', '163839.625000', '163840.085000', '163840.545000', '163841.005000', '163841.465000', '163841.925000', '163842.385000', '163842.845000', '163843.305000', '163843.765000', '163844.225000', '163844.685000', '163845.145000', '163845.605000', '163846.065000', '163846.525000', '163846.985000', '163847.445000', '163847.905000', '163848.365000', '163848.825000', '163849.285000', '163849.745000', '163850.205000', '163850.665000', '163851.125000', '163851.585000', '163852.045000', '163852.505000', '163852.965000', '163853.425000', '163853.885000', '163854.345000', '163854.805000', '163855.265000', '163855.725000', '163856.185000', '163856.645000', '163857.105000', '163857.565000', '163858.025000', '163858.485000', '163858.945000', '163859.405000', '163859.865000', '163900.325000', '163900.785000', '163901.245000', '163901.705000', '163902.165000', '163902.625000', '163903.085000', '163903.545000', '163904.005000', '163904.465000', '163904.925000', '163905.385000', '163905.845000', '163906.305000', '163906.765000', '163907.225000', '163907.685000', '163908.145000', '163908.605000', '163909.065000', '163909.525000', '163909.985000', '163910.445000', '163910.905000', '163911.365000', '163911.825000', '163912.285000', '163912.745000', '163913.205000', '163913.665000', '163914.125000', '163914.585000', '163915.045000', '163915.505000', '163915.965000', '163916.425000', '163916.885000', '163917.345000', '163917.805000', '163918.265000', '163918.725000', '163919.185000', '163919.645000', '163920.105000', '163920.565000', '163921.025000', '163921.485000', '163921.945000', '163922.405000', '163922.865000', '163923.325000', '163923.785000', '163924.245000', '163924.705000', '163925.165000', '163925.625000', '163926.085000', '163926.545000', '163927.005000', '163927.465000', '163927.925000', '163928.385000', '163928.845000', '163929.305000', '163929.765000', '163930.225000', '163930.685000', '163931.145000', '163931.605000', '163932.065000', '163932.525000', '163932.985000', '163933.445000', '163933.905000', '163934.365000', '163934.825000', '163935.285000', '163935.745000', '163936.205000', '163936.665000', '163937.125000', '163937.585000', '163938.045000', '163938.505000', '163938.965000', '163939.425000', '163939.885000', '163940.345000', '163940.805000', '163941.265000', '163941.725000', '163942.185000', '163942.645000', '163943.105000', '163943.565000', '163944.025000', '163944.485000', '163944.945000', '163945.405000', '163945.865000', '163946.325000', '163946.785000', '163947.245000', '163947.705000', '163948.165000', '163948.625000', '163949.085000', '163949.545000', '163950.005000', '163950.465000', '163950.925000', '163951.385000', '163951.845000', '163952.305000', '163952.765000', '163953.225000', '163953.685000', '163954.145000', '163954.605000', '163955.065000', '163955.525000', '163955.985000', '163956.445000', '163956.905000', '163957.365000', '163957.825000', '163958.285000', '163958.745000', '163959.205000', '163959.665000', '164000.125000', '164000.585000', '164001.045000', '164001.505000', '164001.965000', '164002.425000', '164002.885000', '164003.345000', '164003.805000', '164004.265000', '164004.725000', '164005.185000', '164005.645000', '164006.105000', '164006.565000', '164007.025000', '164007.485000', '164007.945000', '164008.405000', '164008.865000', '164009.325000', '164009.785000', '164010.245000', '164010.705000', '164011.165000', '164011.625000', '164012.085000', '164012.545000', '164013.005000', '164013.465000', '164013.925000', '164014.385000', '164014.845000', '164015.305000', '164015.765000', '164016.225000', '164016.685000', '164017.145000', '164017.605000', '164018.065000', '164018.525000', '164018.985000', '164019.445000', '164019.905000', '164020.365000', '164020.825000', '164021.285000', '164021.745000', '164022.205000', '164022.665000', '164023.125000', '164023.585000', '164024.045000', '164024.505000', '164024.965000', '164025.425000', '164025.885000', '164026.345000', '164026.805000', '164027.265000', '164027.725000', '164028.185000', '164028.645000', '164029.105000', '164029.565000', '164030.025000', '164030.485000', '164030.945000', '164031.405000', '164031.865000', '164032.325000', '164032.785000', '164033.245000', '164033.705000', '164034.165000', '164034.625000', '164035.085000', '164035.545000', '164036.005000', '164036.465000', '164036.925000', '164037.385000', '164037.845000', '164038.305000', '164038.765000', '164039.225000', '164039.685000', '164040.145000', '164040.605000', '164041.065000', '164041.525000', '164041.985000', '164042.445000', '164042.905000', '164043.365000', '164043.825000', '164044.285000', '164044.745000', '164045.205000', '164045.665000', '164046.125000', '164046.585000', '164047.045000', '164047.505000', '164047.965000', '164048.425000', '164048.885000', '164049.345000', '164049.805000', '164050.265000', '164050.725000', '164051.185000', '164051.645000', '164052.105000', '164052.565000', '164053.025000', '164053.485000', '164053.945000', '164054.405000', '164054.865000', '164055.325000', '164055.785000', '164056.245000', '164056.705000', '164057.165000', '164057.625000', '164058.085000', '164058.545000', '164059.005000', '164059.465000', '164059.925000', '164100.385000', '164100.845000', '164101.305000', '164101.765000', '164102.225000', '164102.685000', '164103.145000', '164103.605000', '164104.065000', '164104.525000', '164104.985000', '164105.445000', '164105.905000', '164106.365000', '164106.825000', '164107.285000', '164107.745000', '164108.205000', '164108.665000', '164109.125000', '164109.585000', '164110.045000', '164110.505000', '164110.965000', '164111.425000', '164111.885000', '164112.345000', '164112.805000', '164113.265000', '164113.725000', '164114.185000', '164114.645000', '164115.105000', '164115.565000', '164116.025000', '164116.485000', '164116.945000', '164117.405000', '164117.865000', '164118.325000', '164118.785000', '164119.245000', '164119.705000', '164120.165000', '164120.625000', '164121.085000', '164121.545000', '164122.005000', '164122.465000', '164122.925000', '164123.385000', '164123.845000', '164124.305000', '164124.765000', '164125.225000', '164125.685000', '164126.145000', '164126.605000', '164127.065000', '164127.525000', '164127.985000', '164128.445000', '164128.905000', '164129.365000', '164129.825000', '164130.285000', '164130.745000', '164131.205000', '164131.665000', '164132.125000', '164132.585000', '164133.045000', '164133.505000', '164133.965000', '164134.425000', '164134.885000', '164135.345000', '164135.805000', '164136.265000', '164136.725000', '164137.185000', '164137.645000', '164138.105000', '164138.565000', '164139.025000', '164139.485000', '164139.945000', '164140.405000', '164140.865000', '164141.325000', '164141.785000', '164142.245000', '164142.705000', '164143.165000', '164143.625000', '164144.085000', '164144.545000', '164145.005000', '164145.465000', '164145.925000', '164146.385000', '164146.845000', '164147.305000', '164147.765000', '164148.225000', '164148.685000', '164149.145000', '164149.605000', '164150.065000', '164150.525000', '164150.985000', '164151.445000', '164151.905000', '164152.365000', '164152.825000', '164153.285000', '164153.745000', '164154.205000', '164154.665000', '164155.125000', '164155.585000', '164156.045000', '164156.505000', '164156.965000', '164157.425000', '164157.885000', '164158.345000', '164158.805000', '164159.265000', '164159.725000', '164200.185000', '164200.645000', '164201.105000', '164201.565000', '164202.025000', '164202.485000', '164202.945000', '164203.405000', '164203.865000', '164204.325000', '164204.785000', '164205.245000', '164205.705000', '164206.165000', '164206.625000', '164207.085000', '164207.545000', '164208.005000', '164208.465000', '164208.925000', '164209.385000', '164209.845000', '164210.305000', '164210.765000', '164211.225000', '164211.685000', '164212.145000', '164212.605000', '164213.065000', '164213.525000', '164213.985000', '164214.445000', '164214.905000', '164215.365000', '164215.825000', '164216.285000', '164216.745000', '164217.205000', '164217.665000', '164218.125000', '164218.585000', '164219.045000', '164219.505000', '164219.965000', '164220.425000', '164220.885000', '164221.345000', '164221.805000', '164222.265000', '164222.725000', '164223.185000', '164223.645000', '164224.105000', '164224.565000', '164225.025000', '164225.485000', '164225.945000', '164226.405000', '164226.865000', '164227.325000', '164227.785000', '164228.245000', '164228.705000', '164229.165000', '164229.625000', '164230.085000', '164230.545000', '164231.005000', '164231.465000', '164231.925000', '164232.385000', '164232.845000', '164233.305000', '164233.765000', '164234.225000', '164234.685000', '164235.145000', '164235.605000', '164236.065000', '164236.525000', '164236.985000', '164237.445000', '164237.905000', '164238.365000', '164238.825000', '164239.285000', '164239.745000', '164240.205000', '164240.665000', '164241.125000', '164241.585000', '164242.045000', '164242.505000', '164242.965000', '164243.425000', '164243.885000', '164244.345000', '164244.805000', '164245.265000', '164245.725000', '164246.185000', '164246.645000', '164247.105000', '164247.565000', '164248.025000', '164248.485000', '164248.945000', '164249.405000', '164249.865000', '164250.325000', '164250.785000', '164251.245000', '164251.705000', '164252.165000', '164252.625000', '164253.085000', '164253.545000', '164254.005000', '164254.465000', '164254.925000', '164255.385000', '164255.845000', '164256.305000', '164256.765000', '164257.225000', '164257.685000', '164258.145000', '164258.605000', '164259.065000', '164259.525000', '164259.985000', '164300.445000', '164300.905000', '164301.365000', '164301.825000', '164302.285000', '164302.745000', '164303.205000', '164303.665000', '164304.125000', '164304.585000', '164305.045000', '164305.505000', '164305.965000', '164306.425000', '164306.885000', '164307.345000', '164307.805000', '164308.265000', '164308.725000', '164309.185000', '164309.645000', '164310.105000', '164310.565000', '164311.025000', '164311.485000', '164311.945000', '164312.405000', '164312.865000', '164313.325000', '164313.785000', '164314.245000', '164314.705000', '164315.165000', '164315.625000', '164316.085000', '164316.545000', '164317.005000', '164317.465000', '164317.925000', '164318.385000', '164318.845000', '164319.305000', '164319.765000', '164320.225000', '164320.685000', '164321.145000', '164321.605000', '164322.065000', '164322.525000', '164322.985000', '164323.445000', '164323.905000', '164324.365000', '164324.825000', '164325.285000', '164325.745000', '164326.205000', '164326.665000', '164327.125000', '164327.585000', '164328.045000', '164328.505000', '164328.965000', '164329.425000', '164329.885000', '164330.345000', '164330.805000', '164331.265000', '164331.725000', '164332.185000', '164332.645000', '164333.105000', '164333.565000', '164334.025000', '164334.485000', '164334.945000', '164335.405000', '164335.865000', '164336.325000', '164336.785000', '164337.245000', '164337.705000', '164338.165000', '164338.625000', '164339.085000', '164339.545000', '164340.005000', '164340.465000', '164340.925000', '164341.385000', '164341.845000', '164342.305000', '164342.765000', '164343.225000', '164343.685000', '164344.145000', '164344.605000', '164345.065000', '164345.525000', '164345.985000', '164346.445000', '164346.905000', '164347.365000', '164347.825000', '164348.285000', '164348.745000', '164349.205000', '164349.665000', '164350.125000', '164350.585000', '164351.045000', '164351.505000', '164351.965000', '164352.425000', '164352.885000', '164353.345000', '164353.805000', '164354.265000', '164354.725000', '164355.185000', '164355.645000', '164356.105000', '164356.565000', '164357.025000', '164357.485000', '164357.945000', '164358.405000', '164358.865000', '164359.325000', '164359.785000', '164400.245000', '164400.705000', '164401.165000', '164401.625000', '164402.085000', '164402.545000', '164403.005000', '164403.465000', '164403.925000', '164404.385000', '164404.845000', '164405.305000', '164405.765000', '164406.225000', '164406.685000', '164407.145000', '164407.605000', '164408.065000', '164408.525000', '164408.985000', '164409.445000', '164409.905000', '164410.365000', '164410.825000', '164411.285000', '164411.745000', '164412.205000', '164412.665000', '164413.125000', '164413.585000', '164414.045000', '164414.505000', '164414.965000', '164415.425000', '164415.885000', '164416.345000', '164416.805000', '164417.265000', '164417.725000', '164418.185000', '164418.645000', '164419.105000', '164419.565000', '164420.025000', '164420.485000', '164420.945000', '164421.405000', '164421.865000', '164422.325000', '164422.785000', '164423.245000', '164423.705000', '164424.165000', '164424.625000', '164425.085000', '164425.545000', '164426.005000', '164426.465000', '164426.925000', '164427.385000', '164427.845000', '164428.305000', '164428.765000', '164429.225000', '164429.685000', '164430.145000', '164430.605000', '164431.065000', '164431.525000', '164431.985000', '164432.445000', '164432.905000', '164433.365000', '164433.825000', '164434.285000', '164434.745000', '164435.205000', '164435.665000', '164436.125000', '164436.585000', '164437.045000', '164437.505000', '164437.965000', '164438.425000', '164438.885000', '164439.345000', '164439.805000', '164440.265000', '164440.725000', '164441.185000', '164441.645000', '164442.105000', '164442.565000', '164443.025000', '164443.485000', '164443.945000', '164444.405000', '164444.865000', '164445.325000', '164445.785000', '164446.245000', '164446.705000', '164447.165000', '164447.625000', '164448.085000', '164448.545000', '164449.005000', '164449.465000', '164449.925000', '164450.385000', '164450.845000', '164451.305000', '164451.765000', '164452.225000', '164452.685000', '164453.145000', '164453.605000', '164454.065000', '164454.525000', '164454.985000', '164455.445000', '164455.905000', '164456.365000', '164456.825000', '164457.285000', '164457.745000', '164458.205000', '164458.665000', '164459.125000', '164459.585000', '164500.045000', '164500.505000', '164500.965000', '164501.425000', '164501.885000', '164502.345000', '164502.805000', '164503.265000', '164503.725000', '164504.185000', '164504.645000', '164505.105000', '164505.565000', '164506.025000', '164506.485000', '164506.945000', '164507.405000', '164507.865000', '164508.325000', '164508.785000', '164509.245000', '164509.705000', '164510.165000', '164510.625000', '164511.085000', '164511.545000', '164512.005000', '164512.465000', '164512.925000', '164513.385000', '164513.845000', '164514.305000', '164514.765000', '164515.225000', '164515.685000', '164516.145000', '164516.605000', '164517.065000', '164517.525000', '164517.985000', '164518.445000', '164518.905000', '164519.365000', '164519.825000', '164520.285000', '164520.745000', '164521.205000', '164521.665000', '164522.125000', '164522.585000', '164523.045000', '164523.505000', '164523.965000', '164524.425000', '164524.885000', '164525.345000', '164525.805000', '164526.265000', '164526.725000', '164527.185000', '164527.645000', '164528.105000', '164528.565000', '164529.025000', '164529.485000', '164529.945000', '164530.405000', '164530.865000', '164531.325000', '164531.785000', '164532.245000', '164532.705000', '164533.165000', '164533.625000', '164534.085000', '164534.545000', '164535.005000', '164535.465000', '164535.925000', '164536.385000', '164536.845000', '164537.305000', '164537.765000', '164538.225000', '164538.685000', '164539.145000', '164539.605000', '164540.065000', '164540.525000', '164540.985000', '164541.445000', '164541.905000', '164542.365000', '164542.825000', '164543.285000', '164543.745000', '164544.205000', '164544.665000', '164545.125000', '164545.585000', '164546.045000', '164546.505000', '164546.965000', '164547.425000', '164547.885000', '164548.345000', '164548.805000', '164549.265000', '164549.725000', '164550.185000', '164550.645000', '164551.105000', '164551.565000', '164552.025000', '164552.485000', '164552.945000', '164553.405000', '164553.865000', '164554.325000', '164554.785000', '164555.245000', '164555.705000', '164556.165000', '164556.625000', '164557.085000', '164557.545000', '164558.005000', '164558.465000', '164558.925000', '164559.385000', '164559.845000', '164600.305000', '164600.765000', '164601.225000', '164601.685000', '164602.145000', '164602.605000', '164603.065000', '164603.525000', '164603.985000', '164604.445000', '164604.905000', '164605.365000', '164605.825000', '164606.285000', '164606.745000', '164607.205000', '164607.665000', '164608.125000', '164608.585000', '164609.045000', '164609.505000', '164609.965000', '164610.425000', '164610.885000', '164611.345000', '164611.805000', '164612.265000', '164612.725000', '164613.185000', '164613.645000', '164614.105000', '164614.565000', '164615.025000', '164615.485000', '164615.945000', '164616.405000', '164616.865000', '164617.325000', '164617.785000', '164618.245000', '164618.705000', '164619.165000', '164619.625000', '164620.085000', '164620.545000', '164621.005000', '164621.465000', '164621.925000', '164622.385000', '164622.845000', '164623.305000', '164623.765000', '164624.225000', '164624.685000', '164625.145000', '164625.605000', '164626.065000', '164626.525000', '164626.985000'], 'ContentTime': ['163803.434000', '163803.437000', '163803.440000', '163803.443000', '163803.446000', '163803.449000', '163803.452000', '163803.455000', '163803.458000', '163803.461000', '163803.464000', '163803.467000', '163803.470000', '163803.473000', '163803.476000', '163803.479000', '163803.482000', '163803.485000', '163803.488000', '163803.491000', '163803.495000', '163803.501000', '163803.504000', '163803.507000', '163803.510000', '163803.513000', '163803.516000', '163803.530000', '163803.533000', '163803.536000', '163803.539000', '163803.542000', '163803.545000', '163803.548000', '163803.550000', '163803.553000', '163803.556000', '163803.559000', '163803.562000', '163803.565000', '163803.568000', '163803.571000', '163803.574000', '163803.577000', '163803.580000', '163803.584000', '163803.587000', '163803.590000', '163803.593000', '163803.603000', '163803.607000', '163803.611000', '163803.614000', '163803.617000', '163803.619000', '163803.622000', '163803.625000', '163803.628000', '163803.631000', '163803.634000', '163823.398000', '163823.401000', '163823.403000', '163823.406000', '163823.409000', '163823.412000', '163823.415000', '163823.418000', '163823.421000', '163823.424000', '163823.426000', '163823.429000', '163823.432000', '163823.435000', '163823.438000', '163823.440000', '163823.443000', '163823.446000', '163823.449000', '163823.452000', '163823.455000', '163823.458000', '163823.460000', '163823.463000', '163823.466000', '163823.469000', '163823.472000', '163823.474000', '163823.477000', '163823.480000', '163823.483000', '163823.486000', '163823.489000', '163823.491000', '163823.494000', '163823.497000', '163823.500000', '163823.503000', '163823.506000', '163823.508000', '163823.511000', '163823.514000', '163823.517000', '163823.520000', '163843.398000', '163843.401000', '163843.404000', '163843.406000', '163843.409000', '163843.412000', '163843.415000', '163843.418000', '163843.421000', '163843.423000', '163843.426000', '163843.429000', '163843.432000', '163843.435000', '163843.438000', '163843.440000', '163843.443000', '163843.446000', '163843.449000', '163843.452000', '163843.455000', '163843.458000', '163843.460000', '163843.463000', '163843.466000', '163843.469000', '163843.472000', '163843.475000', '163843.477000', '163843.480000', '163843.483000', '163843.486000', '163843.489000', '163843.491000', '163843.494000', '163843.497000', '163843.500000', '163843.503000', '163843.506000', '163843.509000', '163843.511000', '163843.514000', '163843.517000', '163903.401000', '163903.404000', '163903.407000', '163903.410000', '163903.413000', '163903.416000', '163903.419000', '163903.422000', '163903.424000', '163903.427000', '163903.430000', '163903.433000', '163903.436000', '163903.439000', '163903.442000', '163903.444000', '163903.447000', '163903.450000', '163903.453000', '163903.456000', '163903.459000', '163903.462000', '163903.464000', '163903.467000', '163903.470000', '163903.473000', '163903.476000', '163903.479000', '163903.481000', '163903.484000', '163903.487000', '163903.490000', '163903.493000', '163903.496000', '163903.498000', '163903.501000', '163903.504000', '163903.507000', '163903.510000', '163903.513000', '163903.516000', '163903.518000', '163903.521000', '163923.399000', '163923.402000', '163923.405000', '163923.407000', '163923.410000', '163923.413000', '163923.416000', '163923.419000', '163923.422000', '163923.425000', '163923.427000', '163923.430000', '163923.433000', '163923.436000', '163923.439000', '163923.442000', '163923.444000', '163923.447000', '163923.450000', '163923.453000', '163923.456000', '163923.463000', '163923.466000', '163923.469000', '163923.471000', '163923.474000', '163923.477000', '163923.480000', '163923.483000', '163923.486000', '163923.489000', '163923.491000', '163923.494000', '163923.497000', '163923.500000', '163923.503000', '163923.506000', '163923.509000', '163923.511000', '163923.514000', '163923.517000', '163923.520000', '163923.523000', '163923.525000', '163943.399000', '163943.402000', '163943.405000', '163943.408000', '163943.411000', '163943.413000', '163943.416000', '163943.419000', '163943.422000', '163943.425000', '163943.428000', '163943.431000', '163943.433000', '163943.436000', '163943.439000', '163943.442000', '163943.445000', '163943.448000', '163943.451000', '163943.454000', '163943.468000', '163943.471000', '163943.474000', '163943.477000', '163943.480000', '163943.483000', '163943.485000', '163943.488000', '163943.491000', '163943.494000', '163943.497000', '163943.500000', '163943.502000', '163943.505000', '163943.508000', '163943.511000', '163943.514000', '163943.517000', '163943.520000', '163943.523000', '163943.525000', '163943.528000', '163943.531000', '164003.399000', '164003.402000', '164003.405000', '164003.408000', '164003.410000', '164003.413000', '164003.416000', '164003.419000', '164003.422000', '164003.425000', '164003.427000', '164003.430000', '164003.433000', '164003.436000', '164003.439000', '164003.442000', '164003.444000', '164003.447000', '164003.450000', '164003.453000', '164003.456000', '164003.459000', '164003.462000', '164003.464000', '164003.467000', '164003.470000', '164003.473000', '164003.476000', '164003.479000', '164003.481000', '164003.484000', '164003.487000', '164003.490000', '164003.493000', '164003.496000', '164003.498000', '164003.508000', '164003.511000', '164003.513000', '164003.516000', '164003.519000', '164003.522000', '164003.525000', '164003.528000', '164023.398000', '164023.401000', '164023.404000', '164023.407000', '164023.409000', '164023.412000', '164023.415000', '164023.418000', '164023.422000', '164023.426000', '164023.429000', '164023.431000', '164023.434000', '164023.437000', '164023.440000', '164023.443000', '164023.446000', '164023.448000', '164023.451000', '164023.454000', '164023.457000', '164023.460000', '164023.463000', '164023.466000', '164023.469000', '164023.471000', '164023.474000', '164023.477000', '164023.480000', '164023.483000', '164023.486000', '164023.489000', '164023.491000', '164023.494000', '164023.497000', '164023.500000', '164023.503000', '164023.506000', '164023.508000', '164023.511000', '164023.514000', '164023.517000', '164023.520000', '164043.398000', '164043.401000', '164043.404000', '164043.407000', '164043.409000', '164043.412000', '164043.415000', '164043.418000', '164043.421000', '164043.424000', '164043.426000', '164043.429000', '164043.432000', '164043.435000', '164043.438000', '164043.440000', '164043.443000', '164043.446000', '164043.449000', '164043.452000', '164043.455000', '164043.458000', '164043.461000', '164043.463000', '164043.466000', '164043.469000', '164043.472000', '164043.475000', '164043.478000', '164043.481000', '164043.483000', '164043.486000', '164043.489000', '164043.492000', '164043.495000', '164043.498000', '164043.500000', '164043.503000', '164043.506000', '164043.509000', '164043.512000', '164043.515000', '164043.517000', '164043.520000', '164103.398000', '164103.401000', '164103.404000', '164103.407000', '164103.410000', '164103.413000', '164103.416000', '164103.419000', '164103.421000', '164103.424000', '164103.430000', '164103.433000', '164103.436000', '164103.439000', '164103.441000', '164103.444000', '164103.447000', '164103.450000', '164103.456000', '164103.460000', '164103.463000', '164103.465000', '164103.468000', '164103.471000', '164103.474000', '164103.477000', '164103.480000', '164103.482000', '164103.485000', '164103.488000', '164103.491000', '164103.494000', '164103.497000', '164103.500000', '164103.502000', '164103.505000', '164103.508000', '164103.511000', '164103.514000', '164103.516000', '164103.519000', '164103.522000', '164103.525000', '164123.399000', '164123.402000', '164123.419000', '164123.422000', '164123.425000', '164123.427000', '164123.430000', '164123.433000', '164123.436000', '164123.439000', '164123.441000', '164123.444000', '164123.447000', '164123.450000', '164123.453000', '164123.456000', '164123.459000', '164123.462000', '164123.464000', '164123.467000', '164123.470000', '164123.473000', '164123.476000', '164123.479000', '164123.482000', '164123.484000', '164123.487000', '164123.490000', '164123.493000', '164123.496000', '164123.499000', '164123.502000', '164123.505000', '164123.508000', '164123.511000', '164123.513000', '164123.516000', '164123.519000', '164123.522000', '164123.525000', '164123.528000', '164123.531000', '164123.534000', '164123.536000', '164143.399000', '164143.402000', '164143.405000', '164143.408000', '164143.411000', '164143.414000', '164143.417000', '164143.420000', '164143.423000', '164143.426000', '164143.429000', '164143.432000', '164143.435000', '164143.437000', '164143.440000', '164143.443000', '164143.446000', '164143.449000', '164143.452000', '164143.455000', '164143.458000', '164143.461000', '164143.464000', '164143.467000', '164143.469000', '164143.472000', '164143.475000', '164143.478000', '164143.481000', '164143.484000', '164143.487000', '164143.490000', '164143.493000', '164143.496000', '164143.499000', '164143.502000', '164143.504000', '164143.507000', '164143.510000', '164143.513000', '164143.516000', '164143.519000', '164143.522000', '164203.399000', '164203.402000', '164203.405000', '164203.408000', '164203.410000', '164203.413000', '164203.416000', '164203.419000', '164203.422000', '164203.425000', '164203.427000', '164203.430000', '164203.433000', '164203.436000', '164203.439000', '164203.442000', '164203.445000', '164203.447000', '164203.450000', '164203.453000', '164203.456000', '164203.459000', '164203.462000', '164203.465000', '164203.467000', '164203.470000', '164203.473000', '164203.476000', '164203.479000', '164203.482000', '164203.485000', '164203.488000', '164203.490000', '164203.493000', '164203.496000', '164203.499000', '164203.502000', '164203.505000', '164203.507000', '164203.510000', '164203.513000', '164203.516000', '164203.519000', '164203.522000', '164223.399000', '164223.402000', '164223.405000', '164223.408000', '164223.411000', '164223.413000', '164223.416000', '164223.419000', '164223.422000', '164223.425000', '164223.428000', '164223.431000', '164223.434000', '164223.437000', '164223.440000', '164223.443000', '164223.446000', '164223.448000', '164223.451000', '164223.454000', '164223.457000', '164223.460000', '164223.463000', '164223.466000', '164223.469000', '164223.472000', '164223.474000', '164223.478000', '164223.483000', '164223.487000', '164223.490000', '164223.493000', '164223.496000', '164223.499000', '164223.502000', '164223.504000', '164223.507000', '164223.510000', '164223.513000', '164223.516000', '164223.519000', '164223.522000', '164223.525000', '164243.398000', '164243.401000', '164243.404000', '164243.406000', '164243.409000', '164243.412000', '164243.415000', '164243.418000', '164243.421000', '164243.424000', '164243.426000', '164243.429000', '164243.432000', '164243.435000', '164243.438000', '164243.441000', '164243.448000', '164243.451000', '164243.454000', '164243.457000', '164243.460000', '164243.463000', '164243.466000', '164243.469000', '164243.471000', '164243.474000', '164243.477000', '164243.495000', '164243.498000', '164243.501000', '164243.504000', '164243.507000', '164243.509000', '164243.512000', '164243.515000', '164243.518000', '164243.521000', '164243.524000', '164243.526000', '164243.529000', '164243.532000', '164243.535000', '164243.538000', '164243.541000', '164303.398000', '164303.401000', '164303.404000', '164303.409000', '164303.412000', '164303.415000', '164303.418000', '164303.420000', '164303.423000', '164303.426000', '164303.429000', '164303.432000', '164303.435000', '164303.437000', '164303.440000', '164303.444000', '164303.447000', '164303.450000', '164303.452000', '164303.455000', '164303.458000', '164303.461000', '164303.464000', '164303.467000', '164303.469000', '164303.472000', '164303.475000', '164303.478000', '164303.481000', '164303.484000', '164303.487000', '164303.489000', '164303.492000', '164303.495000', '164303.498000', '164303.501000', '164303.504000', '164303.507000', '164303.511000', '164303.515000', '164303.518000', '164303.521000', '164303.523000', '164323.398000', '164323.401000', '164323.404000', '164323.407000', '164323.410000', '164323.412000', '164323.415000', '164323.418000', '164323.421000', '164323.424000', '164323.426000', '164323.429000', '164323.432000', '164323.435000', '164323.438000', '164323.441000', '164323.444000', '164323.446000', '164323.449000', '164323.452000', '164323.455000', '164323.458000', '164323.461000', '164323.463000', '164323.466000', '164323.469000', '164323.472000', '164323.475000', '164323.478000', '164323.481000', '164323.483000', '164323.486000', '164323.489000', '164323.492000', '164323.495000', '164323.497000', '164323.500000', '164323.503000', '164323.506000', '164323.509000', '164323.512000', '164323.515000', '164323.517000', '164323.520000', '164343.399000', '164343.402000', '164343.405000', '164343.408000', '164343.410000', '164343.413000', '164343.416000', '164343.419000', '164343.422000', '164343.425000', '164343.428000', '164343.430000', '164343.433000', '164343.436000', '164343.439000', '164343.442000', '164343.445000', '164343.448000', '164343.450000', '164343.453000', '164343.456000', '164343.459000', '164343.462000', '164343.465000', '164343.467000', '164343.470000', '164343.473000', '164343.476000', '164343.479000', '164343.482000', '164343.485000', '164343.487000', '164343.490000', '164343.493000', '164343.496000', '164343.499000', '164343.501000', '164343.504000', '164343.507000', '164343.510000', '164343.513000', '164343.516000', '164343.519000', '164403.399000', '164403.402000', '164403.405000', '164403.407000', '164403.410000', '164403.413000', '164403.416000', '164403.419000', '164403.422000', '164403.425000', '164403.427000', '164403.430000', '164403.433000', '164403.436000', '164403.439000', '164403.442000', '164403.444000', '164403.447000', '164403.450000', '164403.453000', '164403.456000', '164403.459000', '164403.462000', '164403.465000', '164403.468000', '164403.470000', '164403.473000', '164403.476000', '164403.479000', '164403.482000', '164403.485000', '164403.487000', '164403.490000', '164403.493000', '164403.496000', '164403.499000', '164403.502000', '164403.504000', '164403.539000', '164403.542000', '164403.545000', '164403.548000', '164403.551000', '164403.554000', '164423.399000', '164423.402000', '164423.405000', '164423.408000', '164423.410000', '164423.413000', '164423.416000', '164423.419000', '164423.422000', '164423.425000', '164423.428000', '164423.431000', '164423.433000', '164423.436000', '164423.439000', '164423.442000', '164423.445000', '164423.448000', '164423.451000', '164423.453000', '164423.456000', '164423.459000', '164423.462000', '164423.465000', '164423.468000', '164423.471000', '164423.473000', '164423.476000', '164423.479000', '164423.482000', '164423.486000', '164423.488000', '164423.491000', '164423.494000', '164423.497000', '164423.500000', '164423.503000', '164423.506000', '164423.508000', '164423.511000', '164423.514000', '164423.517000', '164423.520000', '164443.399000', '164443.402000', '164443.405000', '164443.408000', '164443.410000', '164443.413000', '164443.416000', '164443.419000', '164443.422000', '164443.425000', '164443.427000', '164443.430000', '164443.433000', '164443.436000', '164443.439000', '164443.442000', '164443.444000', '164443.447000', '164443.450000', '164443.453000', '164443.456000', '164443.459000', '164443.462000', '164443.464000', '164443.467000', '164443.470000', '164443.473000', '164443.476000', '164443.479000', '164443.481000', '164443.484000', '164443.487000', '164443.490000', '164443.493000', '164443.496000', '164443.499000', '164443.501000', '164443.504000', '164443.507000', '164443.510000', '164443.513000', '164443.516000', '164443.518000', '164443.521000', '164503.398000', '164503.401000', '164503.404000', '164503.407000', '164503.409000', '164503.412000', '164503.415000', '164503.418000', '164503.421000', '164503.424000', '164503.427000', '164503.429000', '164503.432000', '164503.435000', '164503.438000', '164503.441000', '164503.444000', '164503.447000', '164503.449000', '164503.452000', '164503.455000', '164503.458000', '164503.461000', '164503.464000', '164503.466000', '164503.469000', '164503.472000', '164503.475000', '164503.478000', '164503.481000', '164503.483000', '164503.486000', '164503.489000', '164503.492000', '164503.495000', '164503.498000', '164503.501000', '164503.503000', '164503.506000', '164503.509000', '164503.512000', '164503.515000', '164503.518000', '164523.398000', '164523.401000', '164523.404000', '164523.407000', '164523.410000', '164523.412000', '164523.415000', '164523.418000', '164523.421000', '164523.424000', '164523.427000', '164523.429000', '164523.432000', '164523.435000', '164523.438000', '164523.441000', '164523.444000', '164523.446000', '164523.449000', '164523.452000', '164523.455000', '164523.458000', '164523.461000', '164523.464000', '164523.466000', '164523.469000', '164523.472000', '164523.475000', '164523.478000', '164523.481000', '164523.484000', '164523.486000', '164523.489000', '164523.492000', '164523.506000', '164523.509000', '164523.511000', '164523.514000', '164523.517000', '164523.520000', '164523.523000', '164523.526000', '164523.528000', '164523.531000', '164543.398000', '164543.401000', '164543.404000', '164543.407000', '164543.410000', '164543.412000', '164543.415000', '164543.418000', '164543.421000', '164543.424000', '164543.427000', '164543.430000', '164543.432000', '164543.435000', '164543.438000', '164543.441000', '164543.444000', '164543.446000', '164543.449000', '164543.452000', '164543.455000', '164543.458000', '164543.461000', '164543.464000', '164543.467000', '164543.470000', '164543.472000', '164543.475000', '164543.478000', '164543.481000', '164543.484000', '164543.487000', '164543.489000', '164543.492000', '164543.495000', '164543.498000', '164543.501000', '164543.504000', '164543.507000', '164543.509000', '164543.512000', '164543.515000', '164543.518000', '164603.399000', '164603.402000', '164603.405000', '164603.408000', '164603.410000', '164603.413000', '164603.416000', '164603.419000', '164603.422000', '164603.425000', '164603.427000', '164603.430000', '164603.433000', '164603.436000', '164603.439000', '164603.442000', '164603.445000', '164603.447000', '164603.450000', '164603.453000', '164603.456000', '164603.459000', '164603.462000', '164603.464000', '164603.467000', '164603.470000', '164603.473000', '164603.476000', '164603.479000', '164603.482000', '164603.484000', '164603.487000', '164603.490000', '164603.493000', '164603.496000', '164603.499000', '164603.502000', '164603.504000', '164603.507000', '164603.510000', '164603.513000', '164603.516000', '164603.519000', '164603.522000', '164623.399000', '164623.402000', '164623.405000', '164623.408000', '164623.411000', '164623.414000', '164623.416000', '164623.419000', '164623.422000', '164623.425000', '164623.428000', '164623.431000', '164623.434000', '164623.436000', '164623.439000', '164623.442000', '164623.445000', '164623.448000', '164623.451000', '164623.454000', '164623.456000', '164623.459000', '164623.462000', '164623.465000', '164623.468000', '164623.471000', '164623.474000', '164623.477000', '164623.479000', '164623.482000', '164623.485000', '164623.488000', '164623.491000', '164623.494000', '164623.496000', '164623.499000', '164623.502000', '164623.505000', '164623.508000', '164623.511000', '164623.513000', '164623.516000', '164623.519000', '164628.263000', '164628.267000', '164628.270000', '164628.274000', '164628.277000', '164628.280000', '164628.284000', '164628.288000', '164628.291000', '164628.294000', '164628.297000'], 'InstanceCreationTime': ['163803.434000', '163803.437000', '163803.440000', '163803.443000', '163803.446000', '163803.449000', '163803.452000', '163803.455000', '163803.458000', '163803.461000', '163803.464000', '163803.467000', '163803.470000', '163803.473000', '163803.476000', '163803.479000', '163803.482000', '163803.485000', '163803.488000', '163803.491000', '163803.495000', '163803.501000', '163803.504000', '163803.507000', '163803.510000', '163803.513000', '163803.516000', '163803.530000', '163803.533000', '163803.536000', '163803.539000', '163803.542000', '163803.545000', '163803.548000', '163803.550000', '163803.553000', '163803.556000', '163803.559000', '163803.562000', '163803.565000', '163803.568000', '163803.571000', '163803.574000', '163803.577000', '163803.580000', '163803.584000', '163803.587000', '163803.590000', '163803.593000', '163803.603000', '163803.607000', '163803.611000', '163803.614000', '163803.617000', '163803.619000', '163803.622000', '163803.625000', '163803.628000', '163803.631000', '163803.634000', '163823.398000', '163823.401000', '163823.403000', '163823.406000', '163823.409000', '163823.412000', '163823.415000', '163823.418000', '163823.421000', '163823.424000', '163823.426000', '163823.429000', '163823.432000', '163823.435000', '163823.438000', '163823.440000', '163823.443000', '163823.446000', '163823.449000', '163823.452000', '163823.455000', '163823.458000', '163823.460000', '163823.463000', '163823.466000', '163823.469000', '163823.472000', '163823.474000', '163823.477000', '163823.480000', '163823.483000', '163823.486000', '163823.489000', '163823.491000', '163823.494000', '163823.497000', '163823.500000', '163823.503000', '163823.506000', '163823.508000', '163823.511000', '163823.514000', '163823.517000', '163823.520000', '163843.398000', '163843.401000', '163843.404000', '163843.406000', '163843.409000', '163843.412000', '163843.415000', '163843.418000', '163843.421000', '163843.423000', '163843.426000', '163843.429000', '163843.432000', '163843.435000', '163843.438000', '163843.440000', '163843.443000', '163843.446000', '163843.449000', '163843.452000', '163843.455000', '163843.458000', '163843.460000', '163843.463000', '163843.466000', '163843.469000', '163843.472000', '163843.475000', '163843.477000', '163843.480000', '163843.483000', '163843.486000', '163843.489000', '163843.491000', '163843.494000', '163843.497000', '163843.500000', '163843.503000', '163843.506000', '163843.509000', '163843.511000', '163843.514000', '163843.517000', '163903.401000', '163903.404000', '163903.407000', '163903.410000', '163903.413000', '163903.416000', '163903.419000', '163903.422000', '163903.424000', '163903.427000', '163903.430000', '163903.433000', '163903.436000', '163903.439000', '163903.442000', '163903.444000', '163903.447000', '163903.450000', '163903.453000', '163903.456000', '163903.459000', '163903.462000', '163903.464000', '163903.467000', '163903.470000', '163903.473000', '163903.476000', '163903.479000', '163903.481000', '163903.484000', '163903.487000', '163903.490000', '163903.493000', '163903.496000', '163903.498000', '163903.501000', '163903.504000', '163903.507000', '163903.510000', '163903.513000', '163903.516000', '163903.518000', '163903.521000', '163923.399000', '163923.402000', '163923.405000', '163923.407000', '163923.410000', '163923.413000', '163923.416000', '163923.419000', '163923.422000', '163923.425000', '163923.427000', '163923.430000', '163923.433000', '163923.436000', '163923.439000', '163923.442000', '163923.444000', '163923.447000', '163923.450000', '163923.453000', '163923.456000', '163923.463000', '163923.466000', '163923.469000', '163923.471000', '163923.474000', '163923.477000', '163923.480000', '163923.483000', '163923.486000', '163923.489000', '163923.491000', '163923.494000', '163923.497000', '163923.500000', '163923.503000', '163923.506000', '163923.509000', '163923.511000', '163923.514000', '163923.517000', '163923.520000', '163923.523000', '163923.525000', '163943.399000', '163943.402000', '163943.405000', '163943.408000', '163943.411000', '163943.413000', '163943.416000', '163943.419000', '163943.422000', '163943.425000', '163943.428000', '163943.431000', '163943.433000', '163943.436000', '163943.439000', '163943.442000', '163943.445000', '163943.448000', '163943.451000', '163943.454000', '163943.468000', '163943.471000', '163943.474000', '163943.477000', '163943.480000', '163943.483000', '163943.485000', '163943.488000', '163943.491000', '163943.494000', '163943.497000', '163943.500000', '163943.502000', '163943.505000', '163943.508000', '163943.511000', '163943.514000', '163943.517000', '163943.520000', '163943.523000', '163943.525000', '163943.528000', '163943.531000', '164003.399000', '164003.402000', '164003.405000', '164003.408000', '164003.410000', '164003.413000', '164003.416000', '164003.419000', '164003.422000', '164003.425000', '164003.427000', '164003.430000', '164003.433000', '164003.436000', '164003.439000', '164003.442000', '164003.444000', '164003.447000', '164003.450000', '164003.453000', '164003.456000', '164003.459000', '164003.462000', '164003.464000', '164003.467000', '164003.470000', '164003.473000', '164003.476000', '164003.479000', '164003.481000', '164003.484000', '164003.487000', '164003.490000', '164003.493000', '164003.496000', '164003.498000', '164003.508000', '164003.511000', '164003.513000', '164003.516000', '164003.519000', '164003.522000', '164003.525000', '164003.528000', '164023.398000', '164023.401000', '164023.404000', '164023.407000', '164023.409000', '164023.412000', '164023.415000', '164023.418000', '164023.422000', '164023.426000', '164023.429000', '164023.431000', '164023.434000', '164023.437000', '164023.440000', '164023.443000', '164023.446000', '164023.448000', '164023.451000', '164023.454000', '164023.457000', '164023.460000', '164023.463000', '164023.466000', '164023.469000', '164023.471000', '164023.474000', '164023.477000', '164023.480000', '164023.483000', '164023.486000', '164023.489000', '164023.491000', '164023.494000', '164023.497000', '164023.500000', '164023.503000', '164023.506000', '164023.508000', '164023.511000', '164023.514000', '164023.517000', '164023.520000', '164043.398000', '164043.401000', '164043.404000', '164043.407000', '164043.409000', '164043.412000', '164043.415000', '164043.418000', '164043.421000', '164043.424000', '164043.426000', '164043.429000', '164043.432000', '164043.435000', '164043.438000', '164043.440000', '164043.443000', '164043.446000', '164043.449000', '164043.452000', '164043.455000', '164043.458000', '164043.461000', '164043.463000', '164043.466000', '164043.469000', '164043.472000', '164043.475000', '164043.478000', '164043.481000', '164043.483000', '164043.486000', '164043.489000', '164043.492000', '164043.495000', '164043.498000', '164043.500000', '164043.503000', '164043.506000', '164043.509000', '164043.512000', '164043.515000', '164043.517000', '164043.520000', '164103.398000', '164103.401000', '164103.404000', '164103.407000', '164103.410000', '164103.413000', '164103.416000', '164103.419000', '164103.421000', '164103.424000', '164103.430000', '164103.433000', '164103.436000', '164103.439000', '164103.441000', '164103.444000', '164103.447000', '164103.450000', '164103.456000', '164103.460000', '164103.463000', '164103.465000', '164103.468000', '164103.471000', '164103.474000', '164103.477000', '164103.480000', '164103.482000', '164103.485000', '164103.488000', '164103.491000', '164103.494000', '164103.497000', '164103.500000', '164103.502000', '164103.505000', '164103.508000', '164103.511000', '164103.514000', '164103.516000', '164103.519000', '164103.522000', '164103.525000', '164123.399000', '164123.402000', '164123.419000', '164123.422000', '164123.425000', '164123.427000', '164123.430000', '164123.433000', '164123.436000', '164123.439000', '164123.441000', '164123.444000', '164123.447000', '164123.450000', '164123.453000', '164123.456000', '164123.459000', '164123.462000', '164123.464000', '164123.467000', '164123.470000', '164123.473000', '164123.476000', '164123.479000', '164123.482000', '164123.484000', '164123.487000', '164123.490000', '164123.493000', '164123.496000', '164123.499000', '164123.502000', '164123.505000', '164123.508000', '164123.511000', '164123.513000', '164123.516000', '164123.519000', '164123.522000', '164123.525000', '164123.528000', '164123.531000', '164123.534000', '164123.536000', '164143.399000', '164143.402000', '164143.405000', '164143.408000', '164143.411000', '164143.414000', '164143.417000', '164143.420000', '164143.423000', '164143.426000', '164143.429000', '164143.432000', '164143.435000', '164143.437000', '164143.440000', '164143.443000', '164143.446000', '164143.449000', '164143.452000', '164143.455000', '164143.458000', '164143.461000', '164143.464000', '164143.467000', '164143.469000', '164143.472000', '164143.475000', '164143.478000', '164143.481000', '164143.484000', '164143.487000', '164143.490000', '164143.493000', '164143.496000', '164143.499000', '164143.502000', '164143.504000', '164143.507000', '164143.510000', '164143.513000', '164143.516000', '164143.519000', '164143.522000', '164203.399000', '164203.402000', '164203.405000', '164203.408000', '164203.410000', '164203.413000', '164203.416000', '164203.419000', '164203.422000', '164203.425000', '164203.427000', '164203.430000', '164203.433000', '164203.436000', '164203.439000', '164203.442000', '164203.445000', '164203.447000', '164203.450000', '164203.453000', '164203.456000', '164203.459000', '164203.462000', '164203.465000', '164203.467000', '164203.470000', '164203.473000', '164203.476000', '164203.479000', '164203.482000', '164203.485000', '164203.488000', '164203.490000', '164203.493000', '164203.496000', '164203.499000', '164203.502000', '164203.505000', '164203.507000', '164203.510000', '164203.513000', '164203.516000', '164203.519000', '164203.522000', '164223.399000', '164223.402000', '164223.405000', '164223.408000', '164223.411000', '164223.413000', '164223.416000', '164223.419000', '164223.422000', '164223.425000', '164223.428000', '164223.431000', '164223.434000', '164223.437000', '164223.440000', '164223.443000', '164223.446000', '164223.448000', '164223.451000', '164223.454000', '164223.457000', '164223.460000', '164223.463000', '164223.466000', '164223.469000', '164223.472000', '164223.474000', '164223.478000', '164223.483000', '164223.487000', '164223.490000', '164223.493000', '164223.496000', '164223.499000', '164223.502000', '164223.504000', '164223.507000', '164223.510000', '164223.513000', '164223.516000', '164223.519000', '164223.522000', '164223.525000', '164243.398000', '164243.401000', '164243.404000', '164243.406000', '164243.409000', '164243.412000', '164243.415000', '164243.418000', '164243.421000', '164243.424000', '164243.426000', '164243.429000', '164243.432000', '164243.435000', '164243.438000', '164243.441000', '164243.448000', '164243.451000', '164243.454000', '164243.457000', '164243.460000', '164243.463000', '164243.466000', '164243.469000', '164243.471000', '164243.474000', '164243.477000', '164243.495000', '164243.498000', '164243.501000', '164243.504000', '164243.507000', '164243.509000', '164243.512000', '164243.515000', '164243.518000', '164243.521000', '164243.524000', '164243.526000', '164243.529000', '164243.532000', '164243.535000', '164243.538000', '164243.541000', '164303.398000', '164303.401000', '164303.404000', '164303.409000', '164303.412000', '164303.415000', '164303.418000', '164303.420000', '164303.423000', '164303.426000', '164303.429000', '164303.432000', '164303.435000', '164303.437000', '164303.440000', '164303.444000', '164303.447000', '164303.450000', '164303.452000', '164303.455000', '164303.458000', '164303.461000', '164303.464000', '164303.467000', '164303.469000', '164303.472000', '164303.475000', '164303.478000', '164303.481000', '164303.484000', '164303.487000', '164303.489000', '164303.492000', '164303.495000', '164303.498000', '164303.501000', '164303.504000', '164303.507000', '164303.511000', '164303.515000', '164303.518000', '164303.521000', '164303.523000', '164323.398000', '164323.401000', '164323.404000', '164323.407000', '164323.410000', '164323.412000', '164323.415000', '164323.418000', '164323.421000', '164323.424000', '164323.426000', '164323.429000', '164323.432000', '164323.435000', '164323.438000', '164323.441000', '164323.444000', '164323.446000', '164323.449000', '164323.452000', '164323.455000', '164323.458000', '164323.461000', '164323.463000', '164323.466000', '164323.469000', '164323.472000', '164323.475000', '164323.478000', '164323.481000', '164323.483000', '164323.486000', '164323.489000', '164323.492000', '164323.495000', '164323.497000', '164323.500000', '164323.503000', '164323.506000', '164323.509000', '164323.512000', '164323.515000', '164323.517000', '164323.520000', '164343.399000', '164343.402000', '164343.405000', '164343.408000', '164343.410000', '164343.413000', '164343.416000', '164343.419000', '164343.422000', '164343.425000', '164343.428000', '164343.430000', '164343.433000', '164343.436000', '164343.439000', '164343.442000', '164343.445000', '164343.448000', '164343.450000', '164343.453000', '164343.456000', '164343.459000', '164343.462000', '164343.465000', '164343.467000', '164343.470000', '164343.473000', '164343.476000', '164343.479000', '164343.482000', '164343.485000', '164343.487000', '164343.490000', '164343.493000', '164343.496000', '164343.499000', '164343.501000', '164343.504000', '164343.507000', '164343.510000', '164343.513000', '164343.516000', '164343.519000', '164403.399000', '164403.402000', '164403.405000', '164403.407000', '164403.410000', '164403.413000', '164403.416000', '164403.419000', '164403.422000', '164403.425000', '164403.427000', '164403.430000', '164403.433000', '164403.436000', '164403.439000', '164403.442000', '164403.444000', '164403.447000', '164403.450000', '164403.453000', '164403.456000', '164403.459000', '164403.462000', '164403.465000', '164403.468000', '164403.470000', '164403.473000', '164403.476000', '164403.479000', '164403.482000', '164403.485000', '164403.487000', '164403.490000', '164403.493000', '164403.496000', '164403.499000', '164403.502000', '164403.504000', '164403.539000', '164403.542000', '164403.545000', '164403.548000', '164403.551000', '164403.554000', '164423.399000', '164423.402000', '164423.405000', '164423.408000', '164423.410000', '164423.413000', '164423.416000', '164423.419000', '164423.422000', '164423.425000', '164423.428000', '164423.431000', '164423.433000', '164423.436000', '164423.439000', '164423.442000', '164423.445000', '164423.448000', '164423.451000', '164423.453000', '164423.456000', '164423.459000', '164423.462000', '164423.465000', '164423.468000', '164423.471000', '164423.473000', '164423.476000', '164423.479000', '164423.482000', '164423.486000', '164423.488000', '164423.491000', '164423.494000', '164423.497000', '164423.500000', '164423.503000', '164423.506000', '164423.508000', '164423.511000', '164423.514000', '164423.517000', '164423.520000', '164443.399000', '164443.402000', '164443.405000', '164443.408000', '164443.410000', '164443.413000', '164443.416000', '164443.419000', '164443.422000', '164443.425000', '164443.427000', '164443.430000', '164443.433000', '164443.436000', '164443.439000', '164443.442000', '164443.444000', '164443.447000', '164443.450000', '164443.453000', '164443.456000', '164443.459000', '164443.462000', '164443.464000', '164443.467000', '164443.470000', '164443.473000', '164443.476000', '164443.479000', '164443.481000', '164443.484000', '164443.487000', '164443.490000', '164443.493000', '164443.496000', '164443.499000', '164443.501000', '164443.504000', '164443.507000', '164443.510000', '164443.513000', '164443.516000', '164443.518000', '164443.521000', '164503.398000', '164503.401000', '164503.404000', '164503.407000', '164503.409000', '164503.412000', '164503.415000', '164503.418000', '164503.421000', '164503.424000', '164503.427000', '164503.429000', '164503.432000', '164503.435000', '164503.438000', '164503.441000', '164503.444000', '164503.447000', '164503.449000', '164503.452000', '164503.455000', '164503.458000', '164503.461000', '164503.464000', '164503.466000', '164503.469000', '164503.472000', '164503.475000', '164503.478000', '164503.481000', '164503.483000', '164503.486000', '164503.489000', '164503.492000', '164503.495000', '164503.498000', '164503.501000', '164503.503000', '164503.506000', '164503.509000', '164503.512000', '164503.515000', '164503.518000', '164523.398000', '164523.401000', '164523.404000', '164523.407000', '164523.410000', '164523.412000', '164523.415000', '164523.418000', '164523.421000', '164523.424000', '164523.427000', '164523.429000', '164523.432000', '164523.435000', '164523.438000', '164523.441000', '164523.444000', '164523.446000', '164523.449000', '164523.452000', '164523.455000', '164523.458000', '164523.461000', '164523.464000', '164523.466000', '164523.469000', '164523.472000', '164523.475000', '164523.478000', '164523.481000', '164523.484000', '164523.486000', '164523.489000', '164523.492000', '164523.506000', '164523.509000', '164523.511000', '164523.514000', '164523.517000', '164523.520000', '164523.523000', '164523.526000', '164523.528000', '164523.531000', '164543.398000', '164543.401000', '164543.404000', '164543.407000', '164543.410000', '164543.412000', '164543.415000', '164543.418000', '164543.421000', '164543.424000', '164543.427000', '164543.430000', '164543.432000', '164543.435000', '164543.438000', '164543.441000', '164543.444000', '164543.446000', '164543.449000', '164543.452000', '164543.455000', '164543.458000', '164543.461000', '164543.464000', '164543.467000', '164543.470000', '164543.472000', '164543.475000', '164543.478000', '164543.481000', '164543.484000', '164543.487000', '164543.489000', '164543.492000', '164543.495000', '164543.498000', '164543.501000', '164543.504000', '164543.507000', '164543.509000', '164543.512000', '164543.515000', '164543.518000', '164603.399000', '164603.402000', '164603.405000', '164603.408000', '164603.410000', '164603.413000', '164603.416000', '164603.419000', '164603.422000', '164603.425000', '164603.427000', '164603.430000', '164603.433000', '164603.436000', '164603.439000', '164603.442000', '164603.445000', '164603.447000', '164603.450000', '164603.453000', '164603.456000', '164603.459000', '164603.462000', '164603.464000', '164603.467000', '164603.470000', '164603.473000', '164603.476000', '164603.479000', '164603.482000', '164603.484000', '164603.487000', '164603.490000', '164603.493000', '164603.496000', '164603.499000', '164603.502000', '164603.504000', '164603.507000', '164603.510000', '164603.513000', '164603.516000', '164603.519000', '164603.522000', '164623.399000', '164623.402000', '164623.405000', '164623.408000', '164623.411000', '164623.414000', '164623.416000', '164623.419000', '164623.422000', '164623.425000', '164623.428000', '164623.431000', '164623.434000', '164623.436000', '164623.439000', '164623.442000', '164623.445000', '164623.448000', '164623.451000', '164623.454000', '164623.456000', '164623.459000', '164623.462000', '164623.465000', '164623.468000', '164623.471000', '164623.474000', '164623.477000', '164623.479000', '164623.482000', '164623.485000', '164623.488000', '164623.491000', '164623.494000', '164623.496000', '164623.499000', '164623.502000', '164623.505000', '164623.508000', '164623.511000', '164623.513000', '164623.516000', '164623.519000', '164628.263000', '164628.267000', '164628.270000', '164628.274000', '164628.277000', '164628.280000', '164628.284000', '164628.288000', '164628.291000', '164628.294000', '164628.297000'], '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, 1158], 'LargestImagePixelValue': [10362, 8221, 8922, 8259, 9875, 8863, 11192, 8443, 10589, 8508, 10214, 8179, 10976, 8363, 9513, 8229, 9183, 7959, 9343, 8855, 10233, 9746, 9164, 9810, 7772, 9288, 7774, 9305, 7475, 10066, 9032, 10165, 8711, 9135, 8112, 8946, 7854, 9587, 8610, 10231, 8488, 9146, 7901, 8640, 7947, 8982, 8476, 9862, 8917, 9434, 8009, 9288, 8000, 9287, 7885, 9622, 8184, 9758, 8286, 9013, 7771, 8962, 8270, 9340, 8734, 10065, 8908, 9399, 7961, 8228, 7721, 9131, 8210, 9953, 8791, 10970, 9458, 10392, 8465, 10130, 8929, 10417, 8873, 7875, 9298, 7993, 10330, 9020, 10635, 8613, 8900, 8079, 9139, 8417, 9629, 8444, 11073, 8886, 10621, 8429, 9614, 8684, 7483, 9360, 8156, 10086, 9271, 9594, 8234, 8474, 8180, 9237, 8092, 9619, 8834, 10688, 8142, 9884, 8156, 9901, 8077, 9996, 8286, 10668, 9098, 10576, 8359, 10182, 8543, 9538, 9064, 7826, 10019, 8428, 9321, 8079, 8084, 7616, 9200, 8098, 10057, 8666, 10668, 8554, 10310, 8694, 7376, 9390, 7915, 9981, 8833, 11387, 8722, 8956, 8187, 9173, 8407, 9800, 8310, 10815, 8664, 10473, 8016, 9792, 8756, 8582, 9224, 7550, 9887, 8102, 8937, 7756, 9049, 7784, 9699, 8489, 10377, 8511, 9816, 8116, 9410, 8090, 9944, 8529, 10766, 9001, 10490, 8018, 9617, 8911, 7533, 9502, 8141, 10150, 8413, 9507, 8300, 9001, 7838, 9595, 8001, 10129, 8671, 10761, 8100, 9246, 7774, 9337, 8257, 9835, 8111, 10384, 8390, 10299, 8053, 9396, 8772, 8900, 8969, 8785, 10009, 7920, 9032, 7792, 9090, 7650, 8994, 8684, 9519, 9050, 10351, 8085, 8501, 8794, 7285, 9745, 8454, 10181, 8060, 10306, 8109, 10159, 8230, 10326, 8503, 10786, 8620, 10663, 8647, 9990, 8550, 10424, 8797, 10351, 9790, 8019, 8697, 7800, 8131, 8196, 9752, 8669, 10762, 8148, 9764, 8716, 7267, 9160, 8335, 9992, 8727, 11014, 8274, 10004, 8741, 7509, 10204, 8563, 10323, 8072, 10024, 8503, 7665, 9177, 8366, 9518, 8501, 10824, 8322, 8390, 9056, 8044, 10824, 8563, 10772, 8141, 10265, 8440, 10344, 8628, 9938, 10214, 8482, 8855, 8006, 8912, 8474, 8129, 9362, 7826, 10689, 8358, 9375, 8379, 9329, 8269, 9325, 8639, 10430, 8560, 10291, 7969, 9775, 8648, 9992, 8968, 9154, 9410, 7792, 7626, 7926, 9229, 8408, 10337, 10006, 8168, 8298, 8160, 9431, 8179, 9984, 8439, 10393, 8666, 10107, 8651, 9018, 9115, 9564, 9602, 10153, 10692, 9621, 9666, 7956, 9221, 8102, 8528, 9127, 10786, 8692, 10129, 8183, 9684, 8840, 9933, 8964, 10355, 9621, 10314, 8831, 9867, 9219, 9755, 9548, 9654, 9269, 8758, 9305, 7967, 8867, 7824, 8525, 7376, 8495, 9030, 10236, 7885, 9731, 8042, 9672, 8328, 9918, 9038, 10296, 9047, 10540, 8695, 9083, 9155, 7606, 10126, 8413, 9889, 8236, 8540, 7817, 8673, 7825, 9506, 8406, 10394, 8506, 10528, 8626, 9813, 9304, 7884, 9687, 8544, 10483, 8333, 9183, 8001, 9389, 8470, 10596, 7947, 10684, 8405, 10587, 8328, 9776, 8231, 9665, 9056, 9480, 8938, 9212, 9175, 7737, 9487, 8250, 8959, 7860, 9062, 8516, 7017, 9493, 8388, 10196, 8558, 10485, 8206, 9303, 9257, 8604, 10578, 8752, 10188, 8477, 9774, 8410, 9636, 8725, 10076, 8630, 9925, 8621, 9769, 8377, 8030, 7815, 7974, 8264, 9419, 9026, 8984, 9166, 7812, 9045, 8492, 9331, 8449, 10406, 8969, 10382, 8861, 9850, 8345, 8796, 8626, 9279, 8582, 11097, 8868, 9860, 9065, 6942, 9511, 7645, 9704, 8823, 9965, 8866, 9438, 7418, 9646, 6845, 9794, 7565, 9372, 9697, 9700, 7940, 8928, 8326, 7705, 7781, 8287, 8559, 7647, 9138, 8233, 9452, 7874, 9280, 7506, 9665, 9113, 10372, 9860, 10068, 8165, 8807, 8409, 8758, 8506, 11028, 9246, 11148, 8499, 10511, 8252, 10261, 8502, 10478, 8347, 10377, 8317, 11067, 8217, 9683, 7815, 9074, 8807, 6923, 9200, 8088, 9669, 7892, 9107, 7987, 9626, 7876, 10316, 8348, 9887, 8537, 9742, 7664, 8929, 7856, 9480, 8178, 10496, 8447, 10417, 8325, 9587, 8504, 9483, 9309, 10254, 8859, 10204, 8243, 9867, 8385, 9318, 8640, 8436, 9580, 7750, 8890, 8079, 8179, 7852, 9307, 8030, 10253, 8308, 8120, 8747, 6893, 9198, 7531, 10147, 8546, 10790, 8399, 9721, 8070, 9453, 8346, 10551, 8770, 10205, 8076, 8959, 8220, 9395, 8257, 9725, 8677, 10646, 8547, 10151, 8391, 9833, 8629, 10267, 10249, 8286, 9091, 7841, 8751, 7799, 9207, 8960, 10129, 9001, 10396, 8550, 8416, 8886, 7589, 10454, 8242, 10077, 8318, 10085, 8370, 10049, 8194, 10215, 8508, 10734, 8779, 8181, 9119, 7294, 8719, 8122, 9772, 8289, 10574, 8673, 10194, 8562, 8641, 9751, 7615, 11175, 7765, 9153, 8656, 9339, 8395, 9914, 9098, 10393, 8716, 10686, 8628, 10003, 8742, 8474, 9563, 7999, 10220, 7958, 8541, 8003, 9143, 8248, 10101, 8503, 10183, 9468, 7826, 9646, 7841, 9297, 9178, 10407, 8461, 11133, 8570, 7353, 8436, 8162, 9660, 8416, 10367, 8618, 10622, 8764, 7774, 9444, 8238, 9722, 8226, 9844, 8618, 10747, 8688, 10317, 8749, 10008, 9361, 7954, 9411, 8202, 10049, 8402, 9763, 8720, 8311, 9301, 7940, 9451, 8285, 10595, 9517, 9492, 9325, 8954, 9422, 8766, 9276, 10719, 8636, 10131, 8770, 10102, 8921, 8963, 9475, 8435, 10244, 8370, 9935, 8499, 9022, 9023, 8205, 8778, 8262, 10487, 8576, 10096, 8691, 10275, 8512, 10400, 9745, 10097, 9500, 7885, 9669, 8125, 8438, 8924, 10320, 8389, 10211, 8473, 7641, 9226, 7901, 9071, 8599, 10731, 8907, 10407, 8560, 9995, 9167, 9080, 10504, 8212, 8599, 8598, 9169, 8538, 10282, 9109, 9603, 8890, 7731, 8008, 8293, 8991, 8727, 10251, 8738, 10716, 8444, 9549, 8471, 8810, 9092, 7965, 9957, 7935, 9481, 8272, 9462, 8504, 9763, 8877, 8440, 9973, 7576, 8893, 8084, 8833, 8555, 9567, 8182, 10405, 8820, 10636, 8357, 9746, 8651, 10168, 8166, 10437, 8429, 10845, 8647, 10042, 8416, 9736, 8568, 10055, 8461, 10197, 8328, 9446, 8415, 9038, 8628, 9521, 8765, 9490, 9892, 7861, 8421, 8344, 8997, 8611, 9546, 8620, 9871, 9036, 7815, 9400, 8240, 9038, 8208, 10326, 8506, 10691, 8385, 8737, 8374, 9588, 8564, 10509, 8483, 10259, 8797, 7782, 9120, 8651, 9477, 8620, 10823, 8998, 9808, 8805, 8157, 9440, 7765, 10265, 8544, 9213, 8260, 8594, 8583, 9325, 8453, 10309, 8475, 11177, 8948, 9514, 8416, 8061, 9269, 8250, 9576, 8580, 9145, 8544, 9161, 8558, 9982, 8336, 10709, 8634, 10996, 8279, 9603, 8592, 9687, 9431, 9199, 9464, 7871, 8262, 8441, 7794, 8502, 9292, 9184, 7921, 8015, 8464, 9206, 8533, 9281, 8680, 9774, 9713, 7546, 8657, 8531, 9406, 8438, 10403, 8508, 10348, 8669, 7719, 9243, 8342, 8805, 8746, 10283, 8718, 10605, 8530, 9441, 8678, 8054, 9306, 8527, 9435, 8564, 9461, 8410, 9258, 8355, 9165, 8780, 7964, 9185, 7992, 9440, 8477, 9746, 8175, 10202, 8316, 10586, 8938, 10415, 9100, 8905, 9532, 8204, 9281, 8373, 9964, 8190, 8856, 8274, 9404, 8293, 10096, 8585, 10631, 8241, 9615, 8808, 7669, 9470, 8218, 9231, 8312, 10043, 8231, 10181, 8531, 9633, 8572, 9761, 8594, 10152, 8676, 10768, 8525, 9938, 8710, 8985, 9141, 9457, 9434, 9859, 9393, 7937, 8851, 7827, 7814, 8051, 8904, 8190, 9472, 8611, 10544, 8640, 11004, 8392, 10017, 8382, 10046, 8393, 10512, 9035, 10550, 8390, 8634, 9106, 7363, 9052, 8405, 10285, 8890, 10782, 8607, 9492, 8891, 8104, 9408, 8116, 9823, 8109, 8625, 8512, 9362, 8445, 10156, 8684, 10648, 8566, 8223, 9338, 7994, 9083, 7884, 8438, 8118, 9614, 8280, 10153, 8591, 9705, 8530, 8080, 9586, 8132, 9986, 8360, 9737, 8612, 10106, 8716, 8433, 9991, 8281, 9255, 8755, 10041, 8776, 9668, 10516, 8090, 8895, 8900, 9569, 8671, 9954, 9120, 8598, 9015, 8554, 9009, 8655, 10087, 8562, 10751, 8508, 11312, 8936, 10220, 8543, 9682, 8911, 8576, 9144, 7925, 9008, 8147, 8481, 8075, 7738, 8140, 8579, 8690, 7370, 8666, 8133, 9652, 8832], 'WindowCenter': [4186.0, 4149.0, 4143.0, 4121.0, 4140.0, 4129.0, 4149.0, 4106.0, 4122.0, 4103.0, 4110.0, 4090.0, 4121.0, 4092.0, 4113.0, 4088.0, 4099.0, 4089.0, 4099.0, 4100.0, 4109.0, 4112.0, 4100.0, 4111.0, 4079.0, 4099.0, 4077.0, 4098.0, 4067.0, 4112.0, 4100.0, 4111.0, 4088.0, 4087.0, 4078.0, 4087.0, 4076.0, 4098.0, 4089.0, 4111.0, 4087.0, 4098.0, 4075.0, 4086.0, 4075.0, 4086.0, 4088.0, 4097.0, 4086.0, 4098.0, 4075.0, 4086.0, 4075.0, 4085.0, 4074.0, 4098.0, 4086.0, 4098.0, 4086.0, 4085.0, 4064.0, 4086.0, 4075.0, 4097.0, 4086.0, 4108.0, 4086.0, 4099.0, 4077.0, 4087.0, 4077.0, 4097.0, 4089.0, 4110.0, 4099.0, 4119.0, 4099.0, 4107.0, 4088.0, 4107.0, 4088.0, 4107.0, 4089.0, 4078.0, 4098.0, 4076.0, 4110.0, 4098.0, 4109.0, 4086.0, 4085.0, 4074.0, 4082.0, 4073.0, 4083.0, 4085.0, 4106.0, 4087.0, 4096.0, 4075.0, 4085.0, 4084.0, 4063.0, 4096.0, 4076.0, 4109.0, 4096.0, 4099.0, 4086.0, 4087.0, 4087.0, 4097.0, 4075.0, 4097.0, 4099.0, 4108.0, 4089.0, 4108.0, 4088.0, 4096.0, 4088.0, 4097.0, 4088.0, 4108.0, 4099.0, 4108.0, 4087.0, 4107.0, 4086.0, 4096.0, 4086.0, 4077.0, 4109.0, 4089.0, 4098.0, 4086.0, 4087.0, 4076.0, 4098.0, 4089.0, 4110.0, 4101.0, 4120.0, 4100.0, 4109.0, 4098.0, 4078.0, 4098.0, 4076.0, 4109.0, 4099.0, 4119.0, 4087.0, 4087.0, 4085.0, 4094.0, 4086.0, 4096.0, 4088.0, 4107.0, 4088.0, 4107.0, 4076.0, 4106.0, 4087.0, 4086.0, 4109.0, 4088.0, 4110.0, 4089.0, 4099.0, 4089.0, 4099.0, 4087.0, 4110.0, 4100.0, 4121.0, 4098.0, 4108.0, 4088.0, 4096.0, 4086.0, 4096.0, 4098.0, 4119.0, 4098.0, 4107.0, 4087.0, 4096.0, 4097.0, 4076.0, 4097.0, 4087.0, 4110.0, 4087.0, 4108.0, 4085.0, 4085.0, 4074.0, 4095.0, 4075.0, 4105.0, 4087.0, 4106.0, 4075.0, 4085.0, 4073.0, 4083.0, 4075.0, 4094.0, 4076.0, 4104.0, 4086.0, 4095.0, 4075.0, 4095.0, 4085.0, 4084.0, 4098.0, 4096.0, 4110.0, 4086.0, 4097.0, 4076.0, 4097.0, 4074.0, 4096.0, 4099.0, 4109.0, 4099.0, 4109.0, 4088.0, 4098.0, 4099.0, 4078.0, 4110.0, 4101.0, 4121.0, 4090.0, 4109.0, 4089.0, 4108.0, 4088.0, 4110.0, 4099.0, 4107.0, 4087.0, 4106.0, 4086.0, 4095.0, 4085.0, 4106.0, 4087.0, 4107.0, 4096.0, 4075.0, 4085.0, 4075.0, 4074.0, 4084.0, 4107.0, 4099.0, 4118.0, 4088.0, 4106.0, 4096.0, 4076.0, 4096.0, 4098.0, 4109.0, 4099.0, 4119.0, 4088.0, 4107.0, 4098.0, 4077.0, 4109.0, 4097.0, 4121.0, 4088.0, 4108.0, 4098.0, 4077.0, 4097.0, 4087.0, 4108.0, 4088.0, 4117.0, 4087.0, 4086.0, 4098.0, 4086.0, 4120.0, 4086.0, 4108.0, 4074.0, 4094.0, 4072.0, 4094.0, 4083.0, 4095.0, 4095.0, 4085.0, 4084.0, 4075.0, 4084.0, 4087.0, 4084.0, 4110.0, 4089.0, 4120.0, 4088.0, 4097.0, 4086.0, 4096.0, 4086.0, 4097.0, 4098.0, 4106.0, 4087.0, 4097.0, 4076.0, 4094.0, 4085.0, 4095.0, 4097.0, 4096.0, 4098.0, 4075.0, 4074.0, 4086.0, 4094.0, 4089.0, 4108.0, 4108.0, 4088.0, 4085.0, 4087.0, 4095.0, 4086.0, 4096.0, 4088.0, 4107.0, 4088.0, 4105.0, 4086.0, 4083.0, 4084.0, 4083.0, 4096.0, 4095.0, 4106.0, 4083.0, 4084.0, 4061.0, 4083.0, 4072.0, 4083.0, 4096.0, 4106.0, 4086.0, 4106.0, 4087.0, 4096.0, 4098.0, 4096.0, 4100.0, 4107.0, 4099.0, 4096.0, 4086.0, 4093.0, 4084.0, 4083.0, 4084.0, 4094.0, 4096.0, 4084.0, 4085.0, 4074.0, 4084.0, 4062.0, 4084.0, 4063.0, 4087.0, 4098.0, 4106.0, 4077.0, 4097.0, 4088.0, 4097.0, 4088.0, 4108.0, 4099.0, 4109.0, 4100.0, 4109.0, 4089.0, 4086.0, 4098.0, 4076.0, 4109.0, 4087.0, 4109.0, 4086.0, 4088.0, 4077.0, 4087.0, 4078.0, 4097.0, 4088.0, 4110.0, 4099.0, 4109.0, 4089.0, 4097.0, 4098.0, 4087.0, 4108.0, 4099.0, 4109.0, 4088.0, 4097.0, 4077.0, 4086.0, 4078.0, 4107.0, 4089.0, 4108.0, 4088.0, 4107.0, 4087.0, 4096.0, 4087.0, 4097.0, 4099.0, 4097.0, 4096.0, 4097.0, 4109.0, 4088.0, 4111.0, 4101.0, 4112.0, 4091.0, 4112.0, 4101.0, 4080.0, 4123.0, 4102.0, 4123.0, 4102.0, 4120.0, 4100.0, 4100.0, 4100.0, 4099.0, 4109.0, 4088.0, 4099.0, 4076.0, 4097.0, 4073.0, 4084.0, 4073.0, 4097.0, 4073.0, 4093.0, 4070.0, 4083.0, 4070.0, 4062.0, 4060.0, 4072.0, 4074.0, 4095.0, 4096.0, 4096.0, 4098.0, 4077.0, 4087.0, 4085.0, 4098.0, 4089.0, 4109.0, 4099.0, 4096.0, 4083.0, 4082.0, 4072.0, 4070.0, 4072.0, 4084.0, 4086.0, 4105.0, 4085.0, 4094.0, 4085.0, 4064.0, 4096.0, 4077.0, 4099.0, 4098.0, 4108.0, 4084.0, 4086.0, 4063.0, 4094.0, 4053.0, 4096.0, 4062.0, 4095.0, 4095.0, 4096.0, 4074.0, 4096.0, 4086.0, 4076.0, 4087.0, 4099.0, 4111.0, 4102.0, 4123.0, 4114.0, 4125.0, 4100.0, 4113.0, 4079.0, 4111.0, 4100.0, 4111.0, 4096.0, 4098.0, 4076.0, 4085.0, 4074.0, 4085.0, 4087.0, 4104.0, 4095.0, 4105.0, 4083.0, 4093.0, 4072.0, 4094.0, 4085.0, 4093.0, 4086.0, 4093.0, 4072.0, 4101.0, 4071.0, 4081.0, 4060.0, 4081.0, 4084.0, 4064.0, 4097.0, 4088.0, 4108.0, 4088.0, 4097.0, 4087.0, 4095.0, 4086.0, 4105.0, 4088.0, 4095.0, 4084.0, 4093.0, 4073.0, 4083.0, 4073.0, 4091.0, 4086.0, 4105.0, 4085.0, 4105.0, 4086.0, 4093.0, 4086.0, 4095.0, 4097.0, 4108.0, 4098.0, 4105.0, 4087.0, 4095.0, 4085.0, 4095.0, 4096.0, 4087.0, 4108.0, 4076.0, 4099.0, 4086.0, 4086.0, 4089.0, 4110.0, 4102.0, 4120.0, 4102.0, 4090.0, 4100.0, 4079.0, 4112.0, 4090.0, 4132.0, 4101.0, 4121.0, 4100.0, 4110.0, 4087.0, 4109.0, 4087.0, 4119.0, 4098.0, 4107.0, 4086.0, 4097.0, 4086.0, 4095.0, 4085.0, 4106.0, 4098.0, 4107.0, 4087.0, 4105.0, 4086.0, 4105.0, 4098.0, 4118.0, 4120.0, 4088.0, 4098.0, 4087.0, 4096.0, 4076.0, 4108.0, 4112.0, 4119.0, 4099.0, 4110.0, 4099.0, 4097.0, 4099.0, 4090.0, 4132.0, 4099.0, 4122.0, 4100.0, 4109.0, 4100.0, 4109.0, 4099.0, 4120.0, 4101.0, 4118.0, 4099.0, 4087.0, 4098.0, 4076.0, 4098.0, 4089.0, 4120.0, 4100.0, 4120.0, 4100.0, 4109.0, 4099.0, 4098.0, 4111.0, 4089.0, 4119.0, 4078.0, 4099.0, 4087.0, 4095.0, 4085.0, 4106.0, 4099.0, 4108.0, 4097.0, 4107.0, 4098.0, 4107.0, 4098.0, 4086.0, 4110.0, 4087.0, 4110.0, 4088.0, 4099.0, 4088.0, 4108.0, 4099.0, 4119.0, 4112.0, 4120.0, 4111.0, 4090.0, 4109.0, 4088.0, 4108.0, 4111.0, 4121.0, 4101.0, 4121.0, 4099.0, 4078.0, 4087.0, 4088.0, 4108.0, 4102.0, 4110.0, 4100.0, 4120.0, 4099.0, 4077.0, 4108.0, 4086.0, 4108.0, 4089.0, 4108.0, 4087.0, 4108.0, 4085.0, 4095.0, 4085.0, 4093.0, 4095.0, 4075.0, 4097.0, 4086.0, 4108.0, 4086.0, 4108.0, 4097.0, 4085.0, 4098.0, 4087.0, 4110.0, 4089.0, 4110.0, 4110.0, 4098.0, 4097.0, 4098.0, 4098.0, 4088.0, 4097.0, 4110.0, 4089.0, 4108.0, 4088.0, 4096.0, 4086.0, 4085.0, 4097.0, 4076.0, 4097.0, 4073.0, 4095.0, 4073.0, 4073.0, 4084.0, 4086.0, 4086.0, 4086.0, 4108.0, 4087.0, 4096.0, 4087.0, 4096.0, 4088.0, 4107.0, 4098.0, 4096.0, 4085.0, 4073.0, 4083.0, 4071.0, 4072.0, 4086.0, 4106.0, 4087.0, 4106.0, 4087.0, 4077.0, 4097.0, 4087.0, 4098.0, 4099.0, 4120.0, 4098.0, 4106.0, 4085.0, 4094.0, 4096.0, 4086.0, 4106.0, 4076.0, 4075.0, 4074.0, 4082.0, 4073.0, 4094.0, 4088.0, 4095.0, 4084.0, 4063.0, 4074.0, 4075.0, 4084.0, 4088.0, 4106.0, 4086.0, 4106.0, 4074.0, 4095.0, 4075.0, 4084.0, 4084.0, 4076.0, 4096.0, 4076.0, 4095.0, 4086.0, 4096.0, 4085.0, 4096.0, 4098.0, 4088.0, 4109.0, 4077.0, 4087.0, 4076.0, 4086.0, 4085.0, 4095.0, 4087.0, 4096.0, 4084.0, 4093.0, 4072.0, 4082.0, 4072.0, 4092.0, 4085.0, 4095.0, 4075.0, 4104.0, 4074.0, 4092.0, 4074.0, 4083.0, 4085.0, 4106.0, 4087.0, 4106.0, 4088.0, 4094.0, 4086.0, 4085.0, 4086.0, 4096.0, 4098.0, 4098.0, 4109.0, 4088.0, 4086.0, 4086.0, 4095.0, 4098.0, 4108.0, 4101.0, 4110.0, 4100.0, 4077.0, 4099.0, 4088.0, 4088.0, 4085.0, 4108.0, 4086.0, 4109.0, 4074.0, 4073.0, 4075.0, 4094.0, 4087.0, 4106.0, 4087.0, 4096.0, 4086.0, 4074.0, 4085.0, 4085.0, 4095.0, 4087.0, 4107.0, 4084.0, 4095.0, 4085.0, 4074.0, 4096.0, 4077.0, 4108.0, 4087.0, 4098.0, 4075.0, 4074.0, 4084.0, 4085.0, 4074.0, 4094.0, 4072.0, 4104.0, 4072.0, 4082.0, 4073.0, 4062.0, 4095.0, 4085.0, 4095.0, 4085.0, 4085.0, 4084.0, 4084.0, 4072.0, 4093.0, 4075.0, 4094.0, 4074.0, 4093.0, 4072.0, 4081.0, 4071.0, 4079.0, 4081.0, 4082.0, 4081.0, 4061.0, 4059.0, 4071.0, 4061.0, 4072.0, 4082.0, 4096.0, 4075.0, 4076.0, 4085.0, 4095.0, 4086.0, 4097.0, 4088.0, 4097.0, 4097.0, 4075.0, 4086.0, 4084.0, 4083.0, 4085.0, 4104.0, 4084.0, 4094.0, 4074.0, 4062.0, 4083.0, 4073.0, 4083.0, 4085.0, 4094.0, 4083.0, 4094.0, 4072.0, 4083.0, 4074.0, 4074.0, 4096.0, 4084.0, 4085.0, 4074.0, 4083.0, 4073.0, 4084.0, 4085.0, 4095.0, 4097.0, 4088.0, 4099.0, 4088.0, 4109.0, 4100.0, 4109.0, 4099.0, 4110.0, 4101.0, 4109.0, 4099.0, 4107.0, 4086.0, 4083.0, 4094.0, 4073.0, 4096.0, 4074.0, 4096.0, 4074.0, 4084.0, 4074.0, 4083.0, 4074.0, 4105.0, 4087.0, 4106.0, 4086.0, 4095.0, 4084.0, 4064.0, 4094.0, 4073.0, 4084.0, 4084.0, 4096.0, 4074.0, 4095.0, 4073.0, 4082.0, 4084.0, 4093.0, 4085.0, 4106.0, 4088.0, 4107.0, 4085.0, 4095.0, 4074.0, 4083.0, 4098.0, 4094.0, 4084.0, 4094.0, 4095.0, 4074.0, 4085.0, 4075.0, 4074.0, 4087.0, 4097.0, 4088.0, 4108.0, 4100.0, 4109.0, 4088.0, 4109.0, 4087.0, 4094.0, 4074.0, 4095.0, 4075.0, 4105.0, 4084.0, 4093.0, 4074.0, 4073.0, 4084.0, 4062.0, 4085.0, 4086.0, 4106.0, 4084.0, 4106.0, 4085.0, 4094.0, 4086.0, 4074.0, 4097.0, 4074.0, 4096.0, 4073.0, 4083.0, 4084.0, 4083.0, 4073.0, 4095.0, 4084.0, 4094.0, 4074.0, 4072.0, 4082.0, 4061.0, 4072.0, 4062.0, 4072.0, 4074.0, 4094.0, 4086.0, 4107.0, 4087.0, 4096.0, 4098.0, 4086.0, 4109.0, 4087.0, 4110.0, 4087.0, 4097.0, 4087.0, 4105.0, 4088.0, 4084.0, 4098.0, 4075.0, 4086.0, 4085.0, 4095.0, 4087.0, 4096.0, 4107.0, 4076.0, 4085.0, 4085.0, 4084.0, 4085.0, 4095.0, 4097.0, 4086.0, 4087.0, 4086.0, 4085.0, 4086.0, 4095.0, 4088.0, 4107.0, 4086.0, 4106.0, 4085.0, 4083.0, 4073.0, 4081.0, 4084.0, 4085.0, 4097.0, 4074.0, 4084.0, 4074.0, 4084.0, 4085.0, 4076.0, 4087.0, 4099.0, 4101.0, 4091.0, 4112.0, 4101.0, 4112.0, 4111.0], 'WindowWidth': [9301.0, 9234.0, 9215.0, 9178.0, 9202.0, 9186.0, 9213.0, 9147.0, 9164.0, 9136.0, 9142.0, 9113.0, 9159.0, 9122.0, 9149.0, 9108.0, 9124.0, 9113.0, 9124.0, 9126.0, 9140.0, 9147.0, 9129.0, 9146.0, 9098.0, 9125.0, 9093.0, 9123.0, 9079.0, 9147.0, 9128.0, 9146.0, 9108.0, 9107.0, 9093.0, 9105.0, 9089.0, 9122.0, 9112.0, 9145.0, 9108.0, 9123.0, 9088.0, 9102.0, 9086.0, 9102.0, 9107.0, 9124.0, 9103.0, 9123.0, 9086.0, 9103.0, 9085.0, 9100.0, 9083.0, 9123.0, 9105.0, 9124.0, 9105.0, 9101.0, 9072.0, 9103.0, 9087.0, 9119.0, 9105.0, 9140.0, 9105.0, 9125.0, 9092.0, 9105.0, 9092.0, 9120.0, 9110.0, 9144.0, 9127.0, 9155.0, 9126.0, 9135.0, 9111.0, 9133.0, 9107.0, 9131.0, 9111.0, 9094.0, 9124.0, 9090.0, 9143.0, 9126.0, 9141.0, 9103.0, 9100.0, 9084.0, 9092.0, 9082.0, 9096.0, 9104.0, 9132.0, 9106.0, 9118.0, 9088.0, 9101.0, 9100.0, 9069.0, 9117.0, 9090.0, 9141.0, 9119.0, 9127.0, 9105.0, 9108.0, 9108.0, 9121.0, 9090.0, 9123.0, 9129.0, 9140.0, 9113.0, 9137.0, 9111.0, 9118.0, 9110.0, 9120.0, 9111.0, 9139.0, 9128.0, 9139.0, 9108.0, 9133.0, 9105.0, 9117.0, 9105.0, 9096.0, 9143.0, 9113.0, 9127.0, 9107.0, 9109.0, 9095.0, 9124.0, 9113.0, 9144.0, 9134.0, 9158.0, 9133.0, 9140.0, 9125.0, 9096.0, 9125.0, 9092.0, 9143.0, 9127.0, 9158.0, 9109.0, 9108.0, 9104.0, 9113.0, 9105.0, 9119.0, 9113.0, 9137.0, 9112.0, 9136.0, 9093.0, 9131.0, 9108.0, 9106.0, 9143.0, 9113.0, 9145.0, 9116.0, 9129.0, 9115.0, 9129.0, 9112.0, 9144.0, 9133.0, 9164.0, 9126.0, 9141.0, 9111.0, 9119.0, 9107.0, 9118.0, 9126.0, 9153.0, 9125.0, 9137.0, 9109.0, 9118.0, 9122.0, 9091.0, 9122.0, 9110.0, 9144.0, 9109.0, 9139.0, 9103.0, 9104.0, 9089.0, 9117.0, 9089.0, 9133.0, 9108.0, 9135.0, 9089.0, 9102.0, 9084.0, 9097.0, 9087.0, 9114.0, 9093.0, 9129.0, 9106.0, 9115.0, 9090.0, 9115.0, 9104.0, 9101.0, 9126.0, 9121.0, 9144.0, 9108.0, 9123.0, 9091.0, 9121.0, 9089.0, 9120.0, 9128.0, 9141.0, 9129.0, 9143.0, 9114.0, 9125.0, 9128.0, 9099.0, 9147.0, 9137.0, 9164.0, 9120.0, 9143.0, 9116.0, 9139.0, 9113.0, 9143.0, 9130.0, 9137.0, 9110.0, 9131.0, 9103.0, 9113.0, 9102.0, 9131.0, 9109.0, 9135.0, 9122.0, 9088.0, 9102.0, 9089.0, 9087.0, 9103.0, 9137.0, 9130.0, 9154.0, 9113.0, 9132.0, 9120.0, 9093.0, 9120.0, 9127.0, 9144.0, 9130.0, 9156.0, 9112.0, 9136.0, 9124.0, 9096.0, 9144.0, 9126.0, 9161.0, 9112.0, 9140.0, 9124.0, 9094.0, 9123.0, 9111.0, 9141.0, 9112.0, 9151.0, 9108.0, 9106.0, 9124.0, 9107.0, 9157.0, 9108.0, 9140.0, 9086.0, 9113.0, 9081.0, 9111.0, 9096.0, 9114.0, 9117.0, 9101.0, 9101.0, 9087.0, 9100.0, 9107.0, 9101.0, 9144.0, 9115.0, 9160.0, 9113.0, 9125.0, 9106.0, 9120.0, 9105.0, 9123.0, 9126.0, 9136.0, 9109.0, 9120.0, 9090.0, 9113.0, 9101.0, 9118.0, 9125.0, 9119.0, 9124.0, 9088.0, 9088.0, 9106.0, 9115.0, 9115.0, 9138.0, 9140.0, 9111.0, 9104.0, 9107.0, 9117.0, 9106.0, 9120.0, 9112.0, 9136.0, 9112.0, 9131.0, 9105.0, 9096.0, 9100.0, 9095.0, 9118.0, 9116.0, 9132.0, 9097.0, 9097.0, 9064.0, 9094.0, 9079.0, 9097.0, 9121.0, 9133.0, 9105.0, 9132.0, 9108.0, 9118.0, 9123.0, 9119.0, 9128.0, 9136.0, 9126.0, 9118.0, 9103.0, 9109.0, 9098.0, 9094.0, 9097.0, 9110.0, 9119.0, 9098.0, 9102.0, 9083.0, 9098.0, 9066.0, 9098.0, 9069.0, 9107.0, 9123.0, 9133.0, 9095.0, 9119.0, 9109.0, 9120.0, 9112.0, 9137.0, 9128.0, 9143.0, 9130.0, 9140.0, 9112.0, 9104.0, 9122.0, 9089.0, 9138.0, 9110.0, 9142.0, 9107.0, 9111.0, 9095.0, 9107.0, 9097.0, 9121.0, 9114.0, 9144.0, 9128.0, 9141.0, 9112.0, 9120.0, 9123.0, 9107.0, 9140.0, 9126.0, 9143.0, 9109.0, 9120.0, 9092.0, 9104.0, 9093.0, 9133.0, 9112.0, 9135.0, 9111.0, 9132.0, 9106.0, 9117.0, 9107.0, 9119.0, 9126.0, 9121.0, 9120.0, 9122.0, 9142.0, 9115.0, 9150.0, 9134.0, 9151.0, 9121.0, 9149.0, 9135.0, 9104.0, 9167.0, 9138.0, 9168.0, 9137.0, 9159.0, 9130.0, 9128.0, 9130.0, 9128.0, 9143.0, 9110.0, 9128.0, 9089.0, 9118.0, 9081.0, 9099.0, 9082.0, 9119.0, 9083.0, 9110.0, 9073.0, 9094.0, 9075.0, 9066.0, 9063.0, 9080.0, 9085.0, 9116.0, 9122.0, 9121.0, 9126.0, 9095.0, 9110.0, 9104.0, 9123.0, 9113.0, 9141.0, 9128.0, 9120.0, 9096.0, 9094.0, 9077.0, 9075.0, 9081.0, 9099.0, 9105.0, 9129.0, 9103.0, 9114.0, 9102.0, 9073.0, 9118.0, 9092.0, 9128.0, 9124.0, 9139.0, 9098.0, 9104.0, 9067.0, 9110.0, 9055.0, 9117.0, 9068.0, 9116.0, 9117.0, 9120.0, 9090.0, 9120.0, 9107.0, 9095.0, 9112.0, 9128.0, 9150.0, 9139.0, 9171.0, 9158.0, 9174.0, 9135.0, 9155.0, 9104.0, 9149.0, 9131.0, 9146.0, 9121.0, 9125.0, 9089.0, 9102.0, 9086.0, 9101.0, 9109.0, 9130.0, 9117.0, 9131.0, 9098.0, 9111.0, 9082.0, 9110.0, 9102.0, 9111.0, 9105.0, 9112.0, 9081.0, 9119.0, 9079.0, 9092.0, 9064.0, 9092.0, 9099.0, 9074.0, 9123.0, 9112.0, 9141.0, 9113.0, 9123.0, 9109.0, 9118.0, 9106.0, 9134.0, 9111.0, 9118.0, 9101.0, 9114.0, 9083.0, 9097.0, 9083.0, 9107.0, 9108.0, 9130.0, 9107.0, 9133.0, 9107.0, 9114.0, 9107.0, 9118.0, 9123.0, 9139.0, 9126.0, 9132.0, 9108.0, 9117.0, 9104.0, 9116.0, 9122.0, 9111.0, 9141.0, 9095.0, 9127.0, 9108.0, 9109.0, 9114.0, 9145.0, 9140.0, 9162.0, 9139.0, 9120.0, 9134.0, 9103.0, 9151.0, 9120.0, 9181.0, 9136.0, 9164.0, 9131.0, 9145.0, 9111.0, 9142.0, 9109.0, 9156.0, 9126.0, 9139.0, 9106.0, 9122.0, 9106.0, 9118.0, 9107.0, 9136.0, 9129.0, 9138.0, 9110.0, 9133.0, 9107.0, 9130.0, 9126.0, 9154.0, 9159.0, 9112.0, 9127.0, 9109.0, 9122.0, 9095.0, 9140.0, 9150.0, 9158.0, 9131.0, 9145.0, 9129.0, 9123.0, 9130.0, 9119.0, 9179.0, 9132.0, 9165.0, 9130.0, 9142.0, 9131.0, 9140.0, 9129.0, 9159.0, 9136.0, 9154.0, 9130.0, 9109.0, 9126.0, 9093.0, 9125.0, 9118.0, 9159.0, 9133.0, 9161.0, 9130.0, 9143.0, 9130.0, 9126.0, 9149.0, 9118.0, 9159.0, 9099.0, 9128.0, 9107.0, 9118.0, 9104.0, 9133.0, 9128.0, 9139.0, 9124.0, 9138.0, 9125.0, 9136.0, 9125.0, 9107.0, 9145.0, 9113.0, 9145.0, 9114.0, 9128.0, 9112.0, 9140.0, 9129.0, 9158.0, 9153.0, 9159.0, 9149.0, 9117.0, 9142.0, 9113.0, 9139.0, 9147.0, 9161.0, 9135.0, 9161.0, 9129.0, 9098.0, 9109.0, 9111.0, 9139.0, 9137.0, 9145.0, 9133.0, 9158.0, 9128.0, 9095.0, 9138.0, 9106.0, 9140.0, 9114.0, 9139.0, 9109.0, 9138.0, 9101.0, 9115.0, 9102.0, 9111.0, 9115.0, 9090.0, 9123.0, 9108.0, 9140.0, 9108.0, 9138.0, 9122.0, 9104.0, 9126.0, 9111.0, 9146.0, 9115.0, 9143.0, 9141.0, 9124.0, 9123.0, 9125.0, 9125.0, 9111.0, 9122.0, 9144.0, 9113.0, 9138.0, 9108.0, 9118.0, 9102.0, 9099.0, 9120.0, 9091.0, 9121.0, 9081.0, 9111.0, 9082.0, 9079.0, 9097.0, 9104.0, 9106.0, 9105.0, 9138.0, 9106.0, 9118.0, 9105.0, 9115.0, 9107.0, 9134.0, 9124.0, 9116.0, 9102.0, 9080.0, 9095.0, 9077.0, 9079.0, 9104.0, 9132.0, 9108.0, 9133.0, 9108.0, 9093.0, 9121.0, 9109.0, 9126.0, 9127.0, 9159.0, 9124.0, 9134.0, 9103.0, 9113.0, 9117.0, 9105.0, 9133.0, 9090.0, 9087.0, 9085.0, 9094.0, 9083.0, 9113.0, 9109.0, 9114.0, 9099.0, 9069.0, 9084.0, 9087.0, 9099.0, 9110.0, 9133.0, 9105.0, 9131.0, 9085.0, 9113.0, 9088.0, 9096.0, 9099.0, 9091.0, 9119.0, 9091.0, 9117.0, 9105.0, 9117.0, 9103.0, 9117.0, 9125.0, 9110.0, 9142.0, 9095.0, 9108.0, 9090.0, 9103.0, 9100.0, 9115.0, 9107.0, 9118.0, 9099.0, 9110.0, 9080.0, 9092.0, 9080.0, 9105.0, 9103.0, 9115.0, 9088.0, 9126.0, 9084.0, 9107.0, 9084.0, 9094.0, 9102.0, 9132.0, 9109.0, 9131.0, 9109.0, 9113.0, 9104.0, 9101.0, 9105.0, 9118.0, 9126.0, 9125.0, 9141.0, 9110.0, 9105.0, 9105.0, 9117.0, 9123.0, 9140.0, 9134.0, 9144.0, 9132.0, 9096.0, 9127.0, 9109.0, 9110.0, 9105.0, 9139.0, 9105.0, 9140.0, 9085.0, 9082.0, 9087.0, 9112.0, 9106.0, 9132.0, 9107.0, 9117.0, 9103.0, 9084.0, 9100.0, 9100.0, 9117.0, 9106.0, 9135.0, 9100.0, 9114.0, 9102.0, 9085.0, 9119.0, 9095.0, 9139.0, 9108.0, 9124.0, 9088.0, 9085.0, 9097.0, 9101.0, 9086.0, 9112.0, 9081.0, 9126.0, 9079.0, 9092.0, 9080.0, 9065.0, 9116.0, 9104.0, 9119.0, 9102.0, 9102.0, 9099.0, 9097.0, 9081.0, 9109.0, 9088.0, 9114.0, 9083.0, 9110.0, 9078.0, 9089.0, 9076.0, 9084.0, 9091.0, 9091.0, 9092.0, 9063.0, 9059.0, 9076.0, 9062.0, 9080.0, 9096.0, 9118.0, 9089.0, 9092.0, 9101.0, 9116.0, 9103.0, 9119.0, 9110.0, 9120.0, 9121.0, 9089.0, 9103.0, 9098.0, 9095.0, 9102.0, 9126.0, 9101.0, 9113.0, 9084.0, 9065.0, 9094.0, 9080.0, 9095.0, 9100.0, 9113.0, 9096.0, 9110.0, 9080.0, 9094.0, 9083.0, 9083.0, 9119.0, 9100.0, 9103.0, 9084.0, 9096.0, 9082.0, 9097.0, 9101.0, 9116.0, 9123.0, 9112.0, 9131.0, 9113.0, 9141.0, 9131.0, 9141.0, 9128.0, 9144.0, 9133.0, 9141.0, 9127.0, 9135.0, 9104.0, 9096.0, 9112.0, 9083.0, 9120.0, 9086.0, 9119.0, 9084.0, 9097.0, 9084.0, 9096.0, 9085.0, 9129.0, 9108.0, 9131.0, 9107.0, 9114.0, 9099.0, 9072.0, 9114.0, 9081.0, 9101.0, 9100.0, 9118.0, 9085.0, 9116.0, 9083.0, 9094.0, 9097.0, 9109.0, 9102.0, 9132.0, 9109.0, 9134.0, 9103.0, 9113.0, 9085.0, 9096.0, 9125.0, 9112.0, 9098.0, 9112.0, 9116.0, 9087.0, 9104.0, 9090.0, 9089.0, 9109.0, 9121.0, 9110.0, 9139.0, 9130.0, 9140.0, 9110.0, 9141.0, 9105.0, 9113.0, 9086.0, 9113.0, 9089.0, 9129.0, 9101.0, 9112.0, 9085.0, 9081.0, 9097.0, 9067.0, 9103.0, 9104.0, 9132.0, 9102.0, 9131.0, 9102.0, 9112.0, 9103.0, 9087.0, 9122.0, 9088.0, 9120.0, 9083.0, 9097.0, 9097.0, 9095.0, 9083.0, 9114.0, 9101.0, 9113.0, 9084.0, 9078.0, 9093.0, 9064.0, 9079.0, 9065.0, 9081.0, 9087.0, 9114.0, 9105.0, 9135.0, 9107.0, 9120.0, 9124.0, 9107.0, 9142.0, 9110.0, 9143.0, 9108.0, 9121.0, 9107.0, 9129.0, 9110.0, 9103.0, 9126.0, 9088.0, 9103.0, 9101.0, 9114.0, 9106.0, 9120.0, 9136.0, 9091.0, 9101.0, 9099.0, 9097.0, 9101.0, 9116.0, 9123.0, 9107.0, 9109.0, 9103.0, 9103.0, 9103.0, 9115.0, 9108.0, 9134.0, 9105.0, 9131.0, 9098.0, 9093.0, 9081.0, 9090.0, 9097.0, 9100.0, 9120.0, 9085.0, 9100.0, 9087.0, 9101.0, 9102.0, 9092.0, 9112.0, 9131.0, 9137.0, 9123.0, 9152.0, 9135.0, 9149.0, 9148.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.000178046875</td></tr>
<tr><td colspan=3>aqi</td><td>0.017927540364583334</td></tr>
<tr><td colspan=3>dummy_trs</td><td>6</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.7549694269939</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1925340810251948</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9812855765768882</td></tr>
<tr><td colspan=3>efc</td><td>0.496</td></tr>
<tr><td colspan=3>fber</td><td>4951.1099</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07022124084704484</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>2</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.1736111111111111</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.6818609586344286</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.6489801186615742</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.933676657328425</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.462926099913286</td></tr>
<tr><td colspan=3>gcor</td><td>0.00833013</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>0.0011218851432204247</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03920133039355278</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1152</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.5244871938090396</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.6999998092651367</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>13.443</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>46.0186</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>212.8773</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>49.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>297235.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1120.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>400.0178</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.8242</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>544.7662</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3227.9302</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3456.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>79309.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>801.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4340.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>980.562</td></tr>
<tr><td colspan=3>tsnr</td><td>39.07602964178659</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>