ds005256-mriqc/sub-0053_ses-02_task-narratives_acq-mb8_run-04_bold.html
Felix Hoffstaedter a21c68c0ec [DATALAD RUNCMD] Compute MRIQC for sub-0053
=== 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-0053 --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-0053",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-19 01:59:37 +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-0053_ses-02_task-narratives_acq-mb8_run-04_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-0053_ses-02_task-narratives_acq-mb8_run-04_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-04_session-02_subject-0053_suffix-bold_task-narratives" 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-0053/figures/sub-0053_ses-02_task-narratives_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0053/figures/sub-0053_ses-02_task-narratives_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0053/figures/sub-0053_ses-02_task-narratives_acq-mb8_run-04_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-04_session-02_subject-0053_suffix-bold_task-narratives" 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-0053/figures/sub-0053_ses-02_task-narratives_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0053/figures/sub-0053_ses-02_task-narratives_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0053/figures/sub-0053_ses-02_task-narratives_acq-mb8_run-04_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-04_session-02_subject-0053_suffix-bold_task-narratives" 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-0053/figures/sub-0053_ses-02_task-narratives_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0053/figures/sub-0053_ses-02_task-narratives_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0053/figures/sub-0053_ses-02_task-narratives_acq-mb8_run-04_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-04_session-02_subject-0053_suffix-bold_task-narratives" 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-0053/figures/sub-0053_ses-02_task-narratives_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0053/figures/sub-0053_ses-02_task-narratives_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0053/figures/sub-0053_ses-02_task-narratives_acq-mb8_run-04_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-04_session-02_subject-0053_suffix-bold_task-narratives" 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-0053/figures/sub-0053_ses-02_task-narratives_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0053/figures/sub-0053_ses-02_task-narratives_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0053/figures/sub-0053_ses-02_task-narratives_acq-mb8_run-04_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-04_session-02_subject-0053_suffix-bold_task-narratives" 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-0053/figures/sub-0053_ses-02_task-narratives_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0053/figures/sub-0053_ses-02_task-narratives_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0053/figures/sub-0053_ses-02_task-narratives_acq-mb8_run-04_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-04_session-02_subject-0053_suffix-bold_task-narratives" 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-0053/figures/sub-0053_ses-02_task-narratives_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0053/figures/sub-0053_ses-02_task-narratives_acq-mb8_run-04_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-0053/figures/sub-0053_ses-02_task-narratives_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0053/figures/sub-0053_ses-02_task-narratives_acq-mb8_run-04_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-0053/ses-02/func/sub-0053_ses-02_task-narratives_acq-mb8_run-04_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>a2fb794917a7e66c6df95ed12ef0577f</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>11:12:57.360000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.997101, -0.00636226, -0.0758181, 0.00435068, 0.999635, -0.0266673]</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-04_task-narratives_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.085358</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-04_task-narratives_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>14</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4133, -7721, -7266, 545, -60, -39, -100, 81]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 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>narratives</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>250.339</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>4490351e-3411-4cea-ab6e-02c291ff6ffb||Sequence: R016 ve11e/master r/434b28f1; Aug 7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.675150156021118, 0.011672562919557095, -0.205092191696167, 113.85657501220703], [0.017069470137357712, 2.6819472312927246, -0.07090232521295547, -87.59136199951172], [-0.20341439545154572, 0.07154636085033417, 2.69126558303833, -66.59545135498047], [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, 1156]</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], 'AcquisitionTime': ['111257.360000', '111257.820000', '111258.280000', '111258.740000', '111259.200000', '111259.660000', '111300.120000', '111300.580000', '111301.040000', '111301.500000', '111301.960000', '111302.420000', '111302.880000', '111303.340000', '111303.800000', '111304.260000', '111304.720000', '111305.180000', '111305.640000', '111306.100000', '111306.560000', '111307.020000', '111307.480000', '111307.940000', '111308.400000', '111308.860000', '111309.320000', '111309.780000', '111310.240000', '111310.700000', '111311.160000', '111311.620000', '111312.080000', '111312.540000', '111313.000000', '111313.460000', '111313.920000', '111314.380000', '111314.840000', '111315.300000', '111315.760000', '111316.220000', '111316.680000', '111317.140000', '111317.600000', '111318.060000', '111318.520000', '111318.980000', '111319.440000', '111319.900000', '111320.360000', '111320.820000', '111321.280000', '111321.740000', '111322.200000', '111322.660000', '111323.120000', '111323.580000', '111324.040000', '111324.500000', '111324.960000', '111325.420000', '111325.880000', '111326.340000', '111326.800000', '111327.260000', '111327.720000', '111328.180000', '111328.640000', '111329.100000', '111329.560000', '111330.020000', '111330.480000', '111330.940000', '111331.400000', '111331.860000', '111332.320000', '111332.780000', '111333.240000', '111333.700000', '111334.160000', '111334.620000', '111335.080000', '111335.540000', '111336.000000', '111336.460000', '111336.920000', '111337.380000', '111337.840000', '111338.300000', '111338.760000', '111339.220000', '111339.680000', '111340.140000', '111340.600000', '111341.060000', '111341.520000', '111341.980000', '111342.440000', '111342.900000', '111343.360000', '111343.820000', '111344.280000', '111344.740000', '111345.200000', '111345.660000', '111346.120000', '111346.580000', '111347.040000', '111347.500000', '111347.960000', '111348.420000', '111348.880000', '111349.340000', '111349.800000', '111350.260000', '111350.720000', '111351.180000', '111351.640000', '111352.100000', '111352.560000', '111353.020000', '111353.480000', '111353.940000', '111354.400000', '111354.860000', '111355.320000', '111355.780000', '111356.240000', '111356.700000', '111357.160000', '111357.620000', '111358.080000', '111358.540000', '111359.000000', '111359.460000', '111359.920000', '111400.380000', '111400.840000', '111401.300000', '111401.760000', '111402.220000', '111402.680000', '111403.140000', '111403.600000', '111404.060000', '111404.520000', '111404.980000', '111405.440000', '111405.900000', '111406.360000', '111406.820000', '111407.280000', '111407.740000', '111408.200000', '111408.660000', '111409.120000', '111409.580000', '111410.040000', '111410.500000', '111410.960000', '111411.420000', '111411.880000', '111412.340000', '111412.800000', '111413.260000', '111413.720000', '111414.180000', '111414.640000', '111415.100000', '111415.560000', '111416.020000', '111416.480000', '111416.940000', '111417.400000', '111417.860000', '111418.320000', '111418.780000', '111419.240000', '111419.700000', '111420.160000', '111420.620000', '111421.080000', '111421.540000', '111422.000000', '111422.460000', '111422.920000', '111423.380000', '111423.840000', '111424.300000', '111424.760000', '111425.220000', '111425.680000', '111426.140000', '111426.600000', '111427.060000', '111427.520000', '111427.980000', '111428.440000', '111428.900000', '111429.360000', '111429.820000', '111430.280000', '111430.740000', '111431.200000', '111431.660000', '111432.120000', '111432.580000', '111433.040000', '111433.500000', '111433.960000', '111434.420000', '111434.880000', '111435.340000', '111435.800000', '111436.260000', '111436.720000', '111437.180000', '111437.640000', '111438.100000', '111438.560000', '111439.020000', '111439.480000', '111439.940000', '111440.400000', '111440.860000', '111441.320000', '111441.780000', '111442.240000', '111442.700000', '111443.160000', '111443.620000', '111444.080000', '111444.540000', '111445.000000', '111445.460000', '111445.920000', '111446.380000', '111446.840000', '111447.300000', '111447.760000', '111448.220000', '111448.680000', '111449.140000', '111449.600000', '111450.060000', '111450.520000', '111450.980000', '111451.440000', '111451.900000', '111452.360000', '111452.820000', '111453.280000', '111453.740000', '111454.200000', '111454.660000', '111455.120000', '111455.580000', '111456.040000', '111456.500000', '111456.960000', '111457.420000', '111457.880000', '111458.340000', '111458.800000', '111459.260000', '111459.720000', '111500.180000', '111500.640000', '111501.100000', '111501.560000', '111502.020000', '111502.480000', '111502.940000', '111503.400000', '111503.860000', '111504.320000', '111504.780000', '111505.240000', '111505.700000', '111506.160000', '111506.620000', '111507.080000', '111507.540000', '111508.000000', '111508.460000', '111508.920000', '111509.380000', '111509.840000', '111510.300000', '111510.760000', '111511.220000', '111511.680000', '111512.140000', '111512.600000', '111513.060000', '111513.520000', '111513.980000', '111514.440000', '111514.900000', '111515.360000', '111515.820000', '111516.280000', '111516.740000', '111517.200000', '111517.660000', '111518.120000', '111518.580000', '111519.040000', '111519.500000', '111519.960000', '111520.420000', '111520.880000', '111521.340000', '111521.800000', '111522.260000', '111522.720000', '111523.180000', '111523.640000', '111524.100000', '111524.560000', '111525.020000', '111525.480000', '111525.940000', '111526.400000', '111526.860000', '111527.320000', '111527.780000', '111528.240000', '111528.700000', '111529.160000', '111529.620000', '111530.080000', '111530.540000', '111531.000000', '111531.460000', '111531.920000', '111532.380000', '111532.840000', '111533.300000', '111533.760000', '111534.220000', '111534.680000', '111535.140000', '111535.600000', '111536.060000', '111536.520000', '111536.980000', '111537.440000', '111537.900000', '111538.360000', '111538.820000', '111539.280000', '111539.740000', '111540.200000', '111540.660000', '111541.120000', '111541.580000', '111542.040000', '111542.500000', '111542.960000', '111543.420000', '111543.880000', '111544.340000', '111544.800000', '111545.260000', '111545.720000', '111546.180000', '111546.640000', '111547.100000', '111547.560000', '111548.020000', '111548.480000', '111548.940000', '111549.400000', '111549.860000', '111550.320000', '111550.780000', '111551.240000', '111551.700000', '111552.160000', '111552.620000', '111553.080000', '111553.540000', '111554.000000', '111554.460000', '111554.920000', '111555.380000', '111555.840000', '111556.300000', '111556.760000', '111557.220000', '111557.680000', '111558.140000', '111558.600000', '111559.060000', '111559.520000', '111559.980000', '111600.440000', '111600.900000', '111601.360000', '111601.820000', '111602.280000', '111602.740000', '111603.200000', '111603.660000', '111604.120000', '111604.580000', '111605.040000', '111605.500000', '111605.960000', '111606.420000', '111606.880000', '111607.340000', '111607.800000', '111608.260000', '111608.720000', '111609.180000', '111609.640000', '111610.100000', '111610.560000', '111611.020000', '111611.480000', '111611.940000', '111612.400000', '111612.860000', '111613.320000', '111613.780000', '111614.240000', '111614.700000', '111615.160000', '111615.620000', '111616.080000', '111616.540000', '111617.000000', '111617.460000', '111617.920000', '111618.380000', '111618.840000', '111619.300000', '111619.760000', '111620.220000', '111620.680000', '111621.140000', '111621.600000', '111622.060000', '111622.520000', '111622.980000', '111623.440000', '111623.900000', '111624.360000', '111624.820000', '111625.280000', '111625.740000', '111626.200000', '111626.660000', '111627.120000', '111627.580000', '111628.040000', '111628.500000', '111628.960000', '111629.420000', '111629.880000', '111630.340000', '111630.800000', '111631.260000', '111631.720000', '111632.180000', '111632.640000', '111633.100000', '111633.560000', '111634.020000', '111634.480000', '111634.940000', '111635.400000', '111635.860000', '111636.320000', '111636.780000', '111637.240000', '111637.700000', '111638.160000', '111638.620000', '111639.080000', '111639.540000', '111640.000000', '111640.460000', '111640.920000', '111641.380000', '111641.840000', '111642.300000', '111642.760000', '111643.220000', '111643.680000', '111644.140000', '111644.600000', '111645.060000', '111645.520000', '111645.980000', '111646.440000', '111646.900000', '111647.360000', '111647.820000', '111648.280000', '111648.740000', '111649.200000', '111649.660000', '111650.120000', '111650.580000', '111651.040000', '111651.500000', '111651.960000', '111652.420000', '111652.880000', '111653.340000', '111653.800000', '111654.260000', '111654.720000', '111655.180000', '111655.640000', '111656.100000', '111656.560000', '111657.020000', '111657.480000', '111657.940000', '111658.400000', '111658.860000', '111659.320000', '111659.780000', '111700.240000', '111700.700000', '111701.160000', '111701.620000', '111702.080000', '111702.540000', '111703.000000', '111703.460000', '111703.920000', '111704.380000', '111704.840000', '111705.300000', '111705.760000', '111706.220000', '111706.680000', '111707.140000', '111707.600000', '111708.060000', '111708.520000', '111708.980000', '111709.440000', '111709.900000', '111710.360000', '111710.820000', '111711.280000', '111711.740000', '111712.200000', '111712.660000', '111713.120000', '111713.580000', '111714.040000', '111714.500000', '111714.960000', '111715.420000', '111715.880000', '111716.340000', '111716.800000', '111717.260000', '111717.720000', '111718.180000', '111718.640000', '111719.100000', '111719.560000', '111720.020000', '111720.480000', '111720.940000', '111721.400000', '111721.860000', '111722.320000', '111722.780000', '111723.240000', '111723.700000', '111724.160000', '111724.620000', '111725.080000', '111725.540000', '111726.000000', '111726.460000', '111726.920000', '111727.380000', '111727.840000', '111728.300000', '111728.760000', '111729.220000', '111729.680000', '111730.140000', '111730.600000', '111731.060000', '111731.520000', '111731.980000', '111732.440000', '111732.900000', '111733.360000', '111733.820000', '111734.280000', '111734.740000', '111735.200000', '111735.660000', '111736.120000', '111736.580000', '111737.040000', '111737.500000', '111737.960000', '111738.420000', '111738.880000', '111739.340000', '111739.800000', '111740.260000', '111740.720000', '111741.180000', '111741.640000', '111742.100000', '111742.560000', '111743.020000', '111743.480000', '111743.940000', '111744.400000', '111744.860000', '111745.320000', '111745.780000', '111746.240000', '111746.700000', '111747.160000', '111747.620000', '111748.080000', '111748.540000', '111749.000000', '111749.460000', '111749.920000', '111750.380000', '111750.840000', '111751.300000', '111751.760000', '111752.220000', '111752.680000', '111753.140000', '111753.600000', '111754.060000', '111754.520000', '111754.980000', '111755.440000', '111755.900000', '111756.360000', '111756.820000', '111757.280000', '111757.740000', '111758.200000', '111758.660000', '111759.120000', '111759.580000', '111800.040000', '111800.500000', '111800.960000', '111801.420000', '111801.880000', '111802.340000', '111802.800000', '111803.260000', '111803.720000', '111804.180000', '111804.640000', '111805.100000', '111805.560000', '111806.020000', '111806.480000', '111806.940000', '111807.400000', '111807.860000', '111808.320000', '111808.780000', '111809.240000', '111809.700000', '111810.160000', '111810.620000', '111811.080000', '111811.540000', '111812.000000', '111812.460000', '111812.920000', '111813.380000', '111813.840000', '111814.300000', '111814.760000', '111815.220000', '111815.680000', '111816.140000', '111816.600000', '111817.060000', '111817.520000', '111817.980000', '111818.440000', '111818.900000', '111819.360000', '111819.820000', '111820.280000', '111820.740000', '111821.200000', '111821.660000', '111822.120000', '111822.580000', '111823.040000', '111823.500000', '111823.960000', '111824.420000', '111824.880000', '111825.340000', '111825.800000', '111826.260000', '111826.720000', '111827.180000', '111827.640000', '111828.100000', '111828.560000', '111829.020000', '111829.480000', '111829.940000', '111830.400000', '111830.860000', '111831.320000', '111831.780000', '111832.240000', '111832.700000', '111833.160000', '111833.620000', '111834.080000', '111834.540000', '111835.000000', '111835.460000', '111835.920000', '111836.380000', '111836.840000', '111837.300000', '111837.760000', '111838.220000', '111838.680000', '111839.140000', '111839.600000', '111840.060000', '111840.520000', '111840.980000', '111841.440000', '111841.900000', '111842.360000', '111842.820000', '111843.280000', '111843.740000', '111844.200000', '111844.660000', '111845.120000', '111845.580000', '111846.040000', '111846.500000', '111846.960000', '111847.420000', '111847.880000', '111848.340000', '111848.800000', '111849.260000', '111849.720000', '111850.180000', '111850.640000', '111851.100000', '111851.560000', '111852.020000', '111852.480000', '111852.940000', '111853.400000', '111853.860000', '111854.320000', '111854.780000', '111855.240000', '111855.700000', '111856.160000', '111856.620000', '111857.080000', '111857.540000', '111858.000000', '111858.460000', '111858.920000', '111859.380000', '111859.840000', '111900.300000', '111900.760000', '111901.220000', '111901.680000', '111902.140000', '111902.600000', '111903.060000', '111903.520000', '111903.980000', '111904.440000', '111904.900000', '111905.360000', '111905.820000', '111906.280000', '111906.740000', '111907.200000', '111907.660000', '111908.120000', '111908.580000', '111909.040000', '111909.500000', '111909.960000', '111910.420000', '111910.880000', '111911.340000', '111911.800000', '111912.260000', '111912.720000', '111913.180000', '111913.640000', '111914.100000', '111914.560000', '111915.020000', '111915.480000', '111915.940000', '111916.400000', '111916.860000', '111917.320000', '111917.780000', '111918.240000', '111918.700000', '111919.160000', '111919.620000', '111920.080000', '111920.540000', '111921.000000', '111921.460000', '111921.920000', '111922.380000', '111922.840000', '111923.300000', '111923.760000', '111924.220000', '111924.680000', '111925.140000', '111925.600000', '111926.060000', '111926.520000', '111926.980000', '111927.440000', '111927.900000', '111928.360000', '111928.820000', '111929.280000', '111929.740000', '111930.200000', '111930.660000', '111931.120000', '111931.580000', '111932.040000', '111932.500000', '111932.960000', '111933.420000', '111933.880000', '111934.340000', '111934.800000', '111935.260000', '111935.720000', '111936.180000', '111936.640000', '111937.100000', '111937.560000', '111938.020000', '111938.480000', '111938.940000', '111939.400000', '111939.860000', '111940.320000', '111940.780000', '111941.240000', '111941.700000', '111942.160000', '111942.620000', '111943.080000', '111943.540000', '111944.000000', '111944.460000', '111944.920000', '111945.380000', '111945.840000', '111946.300000', '111946.760000', '111947.220000', '111947.680000', '111948.140000', '111948.600000', '111949.060000', '111949.520000', '111949.980000', '111950.440000', '111950.900000', '111951.360000', '111951.820000', '111952.280000', '111952.740000', '111953.200000', '111953.660000', '111954.120000', '111954.580000', '111955.040000', '111955.500000', '111955.960000', '111956.420000', '111956.880000', '111957.340000', '111957.800000', '111958.260000', '111958.720000', '111959.180000', '111959.640000', '112000.100000', '112000.560000', '112001.020000', '112001.480000', '112001.940000', '112002.400000', '112002.860000', '112003.320000', '112003.780000', '112004.240000', '112004.700000', '112005.160000', '112005.620000', '112006.080000', '112006.540000', '112007.000000', '112007.460000', '112007.920000', '112008.380000', '112008.840000', '112009.300000', '112009.760000', '112010.220000', '112010.680000', '112011.140000', '112011.600000', '112012.060000', '112012.520000', '112012.980000', '112013.440000', '112013.900000', '112014.360000', '112014.820000', '112015.280000', '112015.740000', '112016.200000', '112016.660000', '112017.120000', '112017.580000', '112018.040000', '112018.500000', '112018.960000', '112019.420000', '112019.880000', '112020.340000', '112020.800000', '112021.260000', '112021.720000', '112022.180000', '112022.640000', '112023.100000', '112023.560000', '112024.020000', '112024.480000', '112024.940000', '112025.400000', '112025.860000', '112026.320000', '112026.780000', '112027.240000', '112027.700000', '112028.160000', '112028.620000', '112029.080000', '112029.540000', '112030.000000', '112030.460000', '112030.920000', '112031.380000', '112031.840000', '112032.300000', '112032.760000', '112033.220000', '112033.680000', '112034.140000', '112034.600000', '112035.060000', '112035.520000', '112035.980000', '112036.440000', '112036.900000', '112037.360000', '112037.820000', '112038.280000', '112038.740000', '112039.200000', '112039.660000', '112040.120000', '112040.580000', '112041.040000', '112041.500000', '112041.960000', '112042.420000', '112042.880000', '112043.340000', '112043.800000', '112044.260000', '112044.720000', '112045.180000', '112045.640000', '112046.100000', '112046.560000', '112047.020000', '112047.480000', '112047.940000', '112048.400000', '112048.860000', '112049.320000', '112049.780000', '112050.240000', '112050.700000', '112051.160000', '112051.620000', '112052.080000', '112052.540000', '112053.000000', '112053.460000', '112053.920000', '112054.380000', '112054.840000', '112055.300000', '112055.760000', '112056.220000', '112056.680000', '112057.140000', '112057.600000', '112058.060000', '112058.520000', '112058.980000', '112059.440000', '112059.900000', '112100.360000', '112100.820000', '112101.280000', '112101.740000', '112102.200000', '112102.660000', '112103.120000', '112103.580000', '112104.040000', '112104.500000', '112104.960000', '112105.420000', '112105.880000', '112106.340000', '112106.800000', '112107.260000', '112107.720000', '112108.180000', '112108.640000', '112109.100000', '112109.560000', '112110.020000', '112110.480000', '112110.940000', '112111.400000', '112111.860000', '112112.320000', '112112.780000', '112113.240000', '112113.700000', '112114.160000', '112114.620000', '112115.080000', '112115.540000', '112116.000000', '112116.460000', '112116.920000', '112117.380000', '112117.840000', '112118.300000', '112118.760000', '112119.220000', '112119.680000', '112120.140000', '112120.600000', '112121.060000', '112121.520000', '112121.980000', '112122.440000', '112122.900000', '112123.360000', '112123.820000', '112124.280000', '112124.740000', '112125.200000', '112125.660000', '112126.120000', '112126.580000', '112127.040000', '112127.500000', '112127.960000', '112128.420000', '112128.880000', '112129.340000', '112129.800000', '112130.260000', '112130.720000', '112131.180000', '112131.640000', '112132.100000', '112132.560000', '112133.020000', '112133.480000', '112133.940000', '112134.400000', '112134.860000', '112135.320000', '112135.780000', '112136.240000', '112136.700000', '112137.160000', '112137.620000', '112138.080000', '112138.540000', '112139.000000', '112139.460000', '112139.920000', '112140.380000', '112140.840000', '112141.300000', '112141.760000', '112142.220000', '112142.680000', '112143.140000', '112143.600000', '112144.060000', '112144.520000', '112144.980000', '112145.440000', '112145.900000', '112146.360000', '112146.820000', '112147.280000', '112147.740000', '112148.200000', '112148.660000'], 'ContentTime': ['111313.661000', '111313.664000', '111313.666000', '111313.669000', '111313.672000', '111313.674000', '111313.677000', '111313.680000', '111313.682000', '111313.685000', '111313.687000', '111313.690000', '111313.693000', '111313.715000', '111313.718000', '111313.721000', '111313.723000', '111313.726000', '111313.729000', '111313.732000', '111313.734000', '111313.737000', '111313.753000', '111313.756000', '111313.758000', '111313.761000', '111313.763000', '111313.766000', '111313.768000', '111313.771000', '111313.774000', '111313.776000', '111313.779000', '111333.635000', '111333.638000', '111333.641000', '111333.643000', '111333.646000', '111333.648000', '111333.651000', '111333.653000', '111333.656000', '111333.658000', '111333.661000', '111333.663000', '111333.675000', '111333.678000', '111333.680000', '111333.683000', '111333.686000', '111333.688000', '111333.691000', '111333.693000', '111333.696000', '111333.698000', '111333.701000', '111333.703000', '111333.706000', '111333.709000', '111333.711000', '111333.714000', '111333.717000', '111333.720000', '111333.722000', '111333.725000', '111333.727000', '111333.730000', '111333.732000', '111333.735000', '111333.737000', '111333.740000', '111333.742000', '111333.745000', '111333.748000', '111333.750000', '111333.753000', '111353.636000', '111353.639000', '111353.642000', '111353.644000', '111353.647000', '111353.649000', '111353.652000', '111353.654000', '111353.657000', '111353.659000', '111353.662000', '111353.664000', '111353.667000', '111353.669000', '111353.672000', '111353.674000', '111353.677000', '111353.679000', '111353.682000', '111353.685000', '111353.687000', '111353.690000', '111353.692000', '111353.695000', '111353.697000', '111353.700000', '111353.702000', '111353.705000', '111353.708000', '111353.710000', '111353.713000', '111353.715000', '111353.718000', '111353.720000', '111353.723000', '111353.725000', '111353.728000', '111353.730000', '111353.733000', '111353.736000', '111353.738000', '111353.741000', '111353.743000', '111353.746000', '111413.636000', '111413.639000', '111413.642000', '111413.644000', '111413.647000', '111413.649000', '111413.652000', '111413.655000', '111413.657000', '111413.660000', '111413.662000', '111413.665000', '111413.667000', '111413.670000', '111413.673000', '111413.675000', '111413.678000', '111413.681000', '111413.684000', '111413.687000', '111413.689000', '111413.692000', '111413.694000', '111413.697000', '111413.699000', '111413.702000', '111413.705000', '111413.707000', '111413.710000', '111413.712000', '111413.715000', '111413.718000', '111413.721000', '111413.724000', '111413.726000', '111413.729000', '111413.731000', '111413.734000', '111413.736000', '111413.739000', '111413.741000', '111413.744000', '111413.747000', '111433.636000', '111433.638000', '111433.641000', '111433.643000', '111433.646000', '111433.648000', '111433.651000', '111433.654000', '111433.656000', '111433.659000', '111433.661000', '111433.664000', '111433.666000', '111433.669000', '111433.671000', '111433.674000', '111433.677000', '111433.679000', '111433.682000', '111433.684000', '111433.687000', '111433.690000', '111433.692000', '111433.695000', '111433.697000', '111433.700000', '111433.702000', '111433.705000', '111433.707000', '111433.710000', '111433.713000', '111433.715000', '111433.718000', '111433.720000', '111433.723000', '111433.725000', '111433.728000', '111433.730000', '111433.733000', '111433.735000', '111433.738000', '111433.740000', '111433.743000', '111433.745000', '111453.636000', '111453.638000', '111453.641000', '111453.643000', '111453.646000', '111453.649000', '111453.651000', '111453.654000', '111453.656000', '111453.659000', '111453.661000', '111453.664000', '111453.666000', '111453.669000', '111453.672000', '111453.674000', '111453.677000', '111453.679000', '111453.682000', '111453.695000', '111453.697000', '111453.700000', '111453.702000', '111453.705000', '111453.708000', '111453.710000', '111453.713000', '111453.715000', '111453.718000', '111453.720000', '111453.723000', '111453.725000', '111453.728000', '111453.731000', '111453.733000', '111453.736000', '111453.738000', '111453.741000', '111453.743000', '111453.746000', '111453.748000', '111453.751000', '111453.753000', '111513.635000', '111513.638000', '111513.641000', '111513.643000', '111513.646000', '111513.649000', '111513.651000', '111513.654000', '111513.656000', '111513.659000', '111513.661000', '111513.664000', '111513.666000', '111513.669000', '111513.672000', '111513.674000', '111513.677000', '111513.679000', '111513.682000', '111513.685000', '111513.687000', '111513.690000', '111513.692000', '111513.695000', '111513.697000', '111513.700000', '111513.702000', '111513.705000', '111513.707000', '111513.710000', '111513.712000', '111513.715000', '111513.718000', '111513.720000', '111513.723000', '111513.725000', '111513.728000', '111513.730000', '111513.733000', '111513.735000', '111513.738000', '111513.741000', '111513.743000', '111513.746000', '111533.635000', '111533.638000', '111533.641000', '111533.644000', '111533.646000', '111533.649000', '111533.651000', '111533.654000', '111533.656000', '111533.659000', '111533.661000', '111533.664000', '111533.667000', '111533.669000', '111533.672000', '111533.674000', '111533.677000', '111533.679000', '111533.682000', '111533.685000', '111533.687000', '111533.690000', '111533.692000', '111533.695000', '111533.697000', '111533.700000', '111533.702000', '111533.705000', '111533.708000', '111533.710000', '111533.713000', '111533.715000', '111533.718000', '111533.720000', '111533.723000', '111533.726000', '111533.728000', '111533.731000', '111533.733000', '111533.736000', '111533.738000', '111533.741000', '111533.744000', '111553.635000', '111553.638000', '111553.641000', '111553.643000', '111553.646000', '111553.648000', '111553.651000', '111553.654000', '111553.656000', '111553.659000', '111553.661000', '111553.664000', '111553.666000', '111553.669000', '111553.672000', '111553.674000', '111553.677000', '111553.679000', '111553.682000', '111553.685000', '111553.687000', '111553.690000', '111553.692000', '111553.695000', '111553.697000', '111553.700000', '111553.703000', '111553.705000', '111553.708000', '111553.710000', '111553.713000', '111553.715000', '111553.718000', '111553.720000', '111553.723000', '111553.726000', '111553.728000', '111553.731000', '111553.733000', '111553.736000', '111553.738000', '111553.741000', '111553.743000', '111553.746000', '111613.637000', '111613.639000', '111613.642000', '111613.645000', '111613.647000', '111613.650000', '111613.652000', '111613.655000', '111613.657000', '111613.660000', '111613.663000', '111613.665000', '111613.668000', '111613.670000', '111613.673000', '111613.675000', '111613.678000', '111613.681000', '111613.683000', '111613.686000', '111613.688000', '111613.691000', '111613.693000', '111613.696000', '111613.698000', '111613.701000', '111613.704000', '111613.706000', '111613.709000', '111613.711000', '111613.714000', '111613.716000', '111613.719000', '111613.722000', '111613.724000', '111613.727000', '111613.729000', '111613.732000', '111613.734000', '111613.737000', '111613.739000', '111613.742000', '111613.744000', '111633.649000', '111633.652000', '111633.655000', '111633.657000', '111633.660000', '111633.662000', '111633.665000', '111633.668000', '111633.670000', '111633.673000', '111633.675000', '111633.678000', '111633.680000', '111633.683000', '111633.685000', '111633.688000', '111633.691000', '111633.693000', '111633.696000', '111633.698000', '111633.701000', '111633.703000', '111633.706000', '111633.709000', '111633.711000', '111633.714000', '111633.716000', '111633.719000', '111633.721000', '111633.724000', '111633.727000', '111633.729000', '111633.732000', '111633.734000', '111633.737000', '111633.739000', '111633.742000', '111633.745000', '111633.747000', '111633.750000', '111633.752000', '111633.755000', '111633.757000', '111633.760000', '111653.636000', '111653.638000', '111653.641000', '111653.644000', '111653.646000', '111653.649000', '111653.651000', '111653.654000', '111653.656000', '111653.659000', '111653.661000', '111653.664000', '111653.667000', '111653.669000', '111653.672000', '111653.674000', '111653.677000', '111653.680000', '111653.682000', '111653.685000', '111653.687000', '111653.690000', '111653.693000', '111653.695000', '111653.698000', '111653.700000', '111653.703000', '111653.706000', '111653.708000', '111653.711000', '111653.714000', '111653.716000', '111653.719000', '111653.721000', '111653.724000', '111653.726000', '111653.729000', '111653.731000', '111653.734000', '111653.737000', '111653.739000', '111653.742000', '111653.744000', '111713.635000', '111713.638000', '111713.641000', '111713.643000', '111713.646000', '111713.649000', '111713.651000', '111713.654000', '111713.656000', '111713.659000', '111713.661000', '111713.664000', '111713.667000', '111713.669000', '111713.672000', '111713.674000', '111713.677000', '111713.680000', '111713.682000', '111713.685000', '111713.687000', '111713.690000', '111713.693000', '111713.695000', '111713.698000', '111713.700000', '111713.703000', '111713.706000', '111713.708000', '111713.711000', '111713.713000', '111713.716000', '111713.718000', '111713.721000', '111713.724000', '111713.726000', '111713.729000', '111713.731000', '111713.734000', '111713.736000', '111713.739000', '111713.742000', '111713.744000', '111713.747000', '111733.635000', '111733.638000', '111733.641000', '111733.643000', '111733.646000', '111733.648000', '111733.651000', '111733.653000', '111733.656000', '111733.659000', '111733.661000', '111733.664000', '111733.666000', '111733.669000', '111733.672000', '111733.674000', '111733.677000', '111733.679000', '111733.682000', '111733.684000', '111733.687000', '111733.690000', '111733.692000', '111733.695000', '111733.697000', '111733.700000', '111733.702000', '111733.705000', '111733.708000', '111733.710000', '111733.713000', '111733.715000', '111733.718000', '111733.720000', '111733.723000', '111733.726000', '111733.728000', '111733.731000', '111733.733000', '111733.736000', '111733.738000', '111733.741000', '111733.744000', '111753.636000', '111753.638000', '111753.641000', '111753.643000', '111753.646000', '111753.649000', '111753.651000', '111753.654000', '111753.656000', '111753.659000', '111753.661000', '111753.664000', '111753.667000', '111753.669000', '111753.672000', '111753.674000', '111753.677000', '111753.680000', '111753.682000', '111753.685000', '111753.687000', '111753.690000', '111753.692000', '111753.695000', '111753.698000', '111753.706000', '111753.708000', '111753.711000', '111753.713000', '111753.716000', '111753.719000', '111753.721000', '111753.724000', '111753.726000', '111753.729000', '111753.731000', '111753.734000', '111753.736000', '111753.739000', '111753.742000', '111753.744000', '111753.747000', '111753.749000', '111753.752000', '111813.635000', '111813.638000', '111813.641000', '111813.643000', '111813.646000', '111813.649000', '111813.651000', '111813.654000', '111813.656000', '111813.659000', '111813.662000', '111813.664000', '111813.667000', '111813.669000', '111813.672000', '111813.674000', '111813.677000', '111813.680000', '111813.682000', '111813.685000', '111813.687000', '111813.690000', '111813.692000', '111813.695000', '111813.698000', '111813.700000', '111813.703000', '111813.705000', '111813.708000', '111813.711000', '111813.713000', '111813.716000', '111813.718000', '111813.721000', '111813.723000', '111813.726000', '111813.728000', '111813.731000', '111813.734000', '111813.736000', '111813.739000', '111813.741000', '111813.744000', '111833.636000', '111833.639000', '111833.642000', '111833.644000', '111833.647000', '111833.650000', '111833.652000', '111833.655000', '111833.657000', '111833.660000', '111833.663000', '111833.665000', '111833.668000', '111833.670000', '111833.673000', '111833.675000', '111833.678000', '111833.681000', '111833.683000', '111833.686000', '111833.688000', '111833.691000', '111833.694000', '111833.696000', '111833.699000', '111833.701000', '111833.704000', '111833.707000', '111833.709000', '111833.712000', '111833.715000', '111833.717000', '111833.720000', '111833.722000', '111833.725000', '111833.728000', '111833.730000', '111833.733000', '111833.735000', '111833.738000', '111833.740000', '111833.743000', '111833.746000', '111853.637000', '111853.639000', '111853.642000', '111853.645000', '111853.647000', '111853.650000', '111853.652000', '111853.655000', '111853.658000', '111853.660000', '111853.663000', '111853.666000', '111853.668000', '111853.671000', '111853.673000', '111853.676000', '111853.679000', '111853.681000', '111853.684000', '111853.686000', '111853.689000', '111853.692000', '111853.694000', '111853.697000', '111853.699000', '111853.702000', '111853.705000', '111853.707000', '111853.711000', '111853.714000', '111853.716000', '111853.719000', '111853.722000', '111853.724000', '111853.727000', '111853.729000', '111853.732000', '111853.734000', '111853.737000', '111853.740000', '111853.742000', '111853.745000', '111853.747000', '111853.750000', '111913.636000', '111913.640000', '111913.642000', '111913.645000', '111913.647000', '111913.650000', '111913.653000', '111913.655000', '111913.658000', '111913.661000', '111913.663000', '111913.666000', '111913.668000', '111913.671000', '111913.674000', '111913.676000', '111913.679000', '111913.682000', '111913.684000', '111913.687000', '111913.690000', '111913.692000', '111913.704000', '111913.707000', '111913.709000', '111913.712000', '111913.714000', '111913.717000', '111913.719000', '111913.722000', '111913.725000', '111913.727000', '111913.730000', '111913.732000', '111913.735000', '111913.738000', '111913.740000', '111913.743000', '111913.745000', '111913.748000', '111913.751000', '111913.753000', '111913.756000', '111913.758000', '111933.635000', '111933.638000', '111933.641000', '111933.644000', '111933.646000', '111933.649000', '111933.651000', '111933.654000', '111933.657000', '111933.659000', '111933.662000', '111933.664000', '111933.667000', '111933.670000', '111933.672000', '111933.675000', '111933.677000', '111933.680000', '111933.682000', '111933.685000', '111933.688000', '111933.690000', '111933.693000', '111933.695000', '111933.698000', '111933.701000', '111933.703000', '111933.706000', '111933.708000', '111933.711000', '111933.713000', '111933.716000', '111933.719000', '111933.721000', '111933.724000', '111933.726000', '111933.729000', '111933.732000', '111933.734000', '111933.737000', '111933.739000', '111933.742000', '111933.744000', '111953.635000', '111953.638000', '111953.641000', '111953.643000', '111953.646000', '111953.649000', '111953.652000', '111953.656000', '111953.659000', '111953.661000', '111953.664000', '111953.667000', '111953.669000', '111953.672000', '111953.675000', '111953.677000', '111953.680000', '111953.682000', '111953.685000', '111953.688000', '111953.691000', '111953.693000', '111953.696000', '111953.699000', '111953.701000', '111953.704000', '111953.707000', '111953.709000', '111953.712000', '111953.714000', '111953.717000', '111953.720000', '111953.723000', '111953.725000', '111953.728000', '111953.730000', '111953.733000', '111953.736000', '111953.738000', '111953.741000', '111953.743000', '111953.746000', '111953.749000', '112013.635000', '112013.638000', '112013.641000', '112013.644000', '112013.646000', '112013.649000', '112013.651000', '112013.654000', '112013.657000', '112013.659000', '112013.662000', '112013.664000', '112013.667000', '112013.670000', '112013.672000', '112013.675000', '112013.677000', '112013.680000', '112013.683000', '112013.685000', '112013.688000', '112013.690000', '112013.693000', '112013.695000', '112013.698000', '112013.701000', '112013.703000', '112013.706000', '112013.708000', '112013.711000', '112013.714000', '112013.716000', '112013.719000', '112013.721000', '112013.724000', '112013.727000', '112013.729000', '112013.732000', '112013.734000', '112013.737000', '112013.740000', '112013.742000', '112013.745000', '112013.747000', '112033.636000', '112033.638000', '112033.641000', '112033.644000', '112033.646000', '112033.649000', '112033.651000', '112033.654000', '112033.657000', '112033.659000', '112033.662000', '112033.664000', '112033.667000', '112033.669000', '112033.672000', '112033.676000', '112033.679000', '112033.682000', '112033.684000', '112033.687000', '112033.690000', '112033.692000', '112033.695000', '112033.698000', '112033.700000', '112033.703000', '112033.706000', '112033.708000', '112033.711000', '112033.713000', '112033.716000', '112033.718000', '112033.721000', '112033.731000', '112033.734000', '112033.736000', '112033.739000', '112033.742000', '112033.744000', '112033.747000', '112033.749000', '112033.752000', '112033.754000', '112053.637000', '112053.639000', '112053.642000', '112053.645000', '112053.648000', '112053.650000', '112053.653000', '112053.655000', '112053.658000', '112053.661000', '112053.663000', '112053.666000', '112053.668000', '112053.671000', '112053.674000', '112053.676000', '112053.679000', '112053.682000', '112053.685000', '112053.687000', '112053.690000', '112053.692000', '112053.695000', '112053.697000', '112053.700000', '112053.703000', '112053.705000', '112053.708000', '112053.710000', '112053.713000', '112053.716000', '112053.718000', '112053.721000', '112053.723000', '112053.726000', '112053.728000', '112053.731000', '112053.734000', '112053.736000', '112053.739000', '112053.742000', '112053.744000', '112053.747000', '112053.749000', '112113.637000', '112113.639000', '112113.642000', '112113.645000', '112113.648000', '112113.650000', '112113.653000', '112113.656000', '112113.658000', '112113.661000', '112113.664000', '112113.666000', '112113.669000', '112113.672000', '112113.674000', '112113.677000', '112113.680000', '112113.682000', '112113.685000', '112113.688000', '112113.690000', '112113.693000', '112113.695000', '112113.698000', '112113.701000', '112113.703000', '112113.706000', '112113.708000', '112113.711000', '112113.714000', '112113.717000', '112113.719000', '112113.722000', '112113.724000', '112113.727000', '112113.730000', '112113.732000', '112113.735000', '112113.737000', '112113.740000', '112113.743000', '112113.745000', '112113.748000', '112133.636000', '112133.638000', '112133.641000', '112133.644000', '112133.646000', '112133.649000', '112133.651000', '112133.654000', '112133.657000', '112133.659000', '112133.662000', '112133.664000', '112133.667000', '112133.669000', '112133.672000', '112133.675000', '112133.677000', '112133.680000', '112133.682000', '112133.685000', '112133.688000', '112133.690000', '112133.693000', '112133.696000', '112133.698000', '112133.701000', '112133.703000', '112133.706000', '112133.709000', '112133.711000', '112133.714000', '112133.717000', '112133.719000', '112133.722000', '112133.724000', '112133.727000', '112133.730000', '112133.732000', '112133.735000', '112133.737000', '112133.740000', '112133.742000', '112133.745000', '112133.748000', '112149.977000', '112149.980000', '112149.983000', '112149.985000', '112149.988000', '112149.990000', '112149.993000', '112149.996000', '112149.998000', '112150.002000', '112150.004000', '112150.007000', '112150.010000', '112150.013000', '112150.015000', '112150.043000', '112150.045000', '112150.048000', '112150.050000', '112150.053000', '112150.056000', '112150.058000', '112150.061000', '112150.064000', '112150.066000', '112150.069000', '112150.071000', '112150.074000', '112150.077000', '112150.079000', '112150.082000', '112150.085000', '112150.087000', '112150.090000', '112150.092000', '112150.095000'], 'InstanceCreationTime': ['111313.661000', '111313.664000', '111313.666000', '111313.669000', '111313.672000', '111313.674000', '111313.677000', '111313.680000', '111313.682000', '111313.685000', '111313.687000', '111313.690000', '111313.693000', '111313.715000', '111313.718000', '111313.721000', '111313.723000', '111313.726000', '111313.729000', '111313.732000', '111313.734000', '111313.737000', '111313.753000', '111313.756000', '111313.758000', '111313.761000', '111313.763000', '111313.766000', '111313.768000', '111313.771000', '111313.774000', '111313.776000', '111313.779000', '111333.635000', '111333.638000', '111333.641000', '111333.643000', '111333.646000', '111333.648000', '111333.651000', '111333.653000', '111333.656000', '111333.658000', '111333.661000', '111333.663000', '111333.675000', '111333.678000', '111333.680000', '111333.683000', '111333.686000', '111333.688000', '111333.691000', '111333.693000', '111333.696000', '111333.698000', '111333.701000', '111333.703000', '111333.706000', '111333.709000', '111333.711000', '111333.714000', '111333.717000', '111333.720000', '111333.722000', '111333.725000', '111333.727000', '111333.730000', '111333.732000', '111333.735000', '111333.737000', '111333.740000', '111333.742000', '111333.745000', '111333.748000', '111333.750000', '111333.753000', '111353.636000', '111353.639000', '111353.642000', '111353.644000', '111353.647000', '111353.649000', '111353.652000', '111353.654000', '111353.657000', '111353.659000', '111353.662000', '111353.664000', '111353.667000', '111353.669000', '111353.672000', '111353.674000', '111353.677000', '111353.679000', '111353.682000', '111353.685000', '111353.687000', '111353.690000', '111353.692000', '111353.695000', '111353.697000', '111353.700000', '111353.702000', '111353.705000', '111353.708000', '111353.710000', '111353.713000', '111353.715000', '111353.718000', '111353.720000', '111353.723000', '111353.725000', '111353.728000', '111353.730000', '111353.733000', '111353.736000', '111353.738000', '111353.741000', '111353.743000', '111353.746000', '111413.636000', '111413.639000', '111413.642000', '111413.644000', '111413.647000', '111413.649000', '111413.652000', '111413.655000', '111413.657000', '111413.660000', '111413.662000', '111413.665000', '111413.667000', '111413.670000', '111413.673000', '111413.675000', '111413.678000', '111413.681000', '111413.684000', '111413.687000', '111413.689000', '111413.692000', '111413.694000', '111413.697000', '111413.699000', '111413.702000', '111413.705000', '111413.707000', '111413.710000', '111413.712000', '111413.715000', '111413.718000', '111413.721000', '111413.724000', '111413.726000', '111413.729000', '111413.731000', '111413.734000', '111413.736000', '111413.739000', '111413.741000', '111413.744000', '111413.747000', '111433.636000', '111433.638000', '111433.641000', '111433.643000', '111433.646000', '111433.648000', '111433.651000', '111433.654000', '111433.656000', '111433.659000', '111433.661000', '111433.664000', '111433.666000', '111433.669000', '111433.671000', '111433.674000', '111433.677000', '111433.679000', '111433.682000', '111433.684000', '111433.687000', '111433.690000', '111433.692000', '111433.695000', '111433.697000', '111433.700000', '111433.702000', '111433.705000', '111433.707000', '111433.710000', '111433.713000', '111433.715000', '111433.718000', '111433.720000', '111433.723000', '111433.725000', '111433.728000', '111433.730000', '111433.733000', '111433.735000', '111433.738000', '111433.740000', '111433.743000', '111433.745000', '111453.636000', '111453.638000', '111453.641000', '111453.643000', '111453.646000', '111453.649000', '111453.651000', '111453.654000', '111453.656000', '111453.659000', '111453.661000', '111453.664000', '111453.666000', '111453.669000', '111453.672000', '111453.674000', '111453.677000', '111453.679000', '111453.682000', '111453.695000', '111453.697000', '111453.700000', '111453.702000', '111453.705000', '111453.708000', '111453.710000', '111453.713000', '111453.715000', '111453.718000', '111453.720000', '111453.723000', '111453.725000', '111453.728000', '111453.731000', '111453.733000', '111453.736000', '111453.738000', '111453.741000', '111453.743000', '111453.746000', '111453.748000', '111453.751000', '111453.753000', '111513.635000', '111513.638000', '111513.641000', '111513.643000', '111513.646000', '111513.649000', '111513.651000', '111513.654000', '111513.656000', '111513.659000', '111513.661000', '111513.664000', '111513.666000', '111513.669000', '111513.672000', '111513.674000', '111513.677000', '111513.679000', '111513.682000', '111513.685000', '111513.687000', '111513.690000', '111513.692000', '111513.695000', '111513.697000', '111513.700000', '111513.702000', '111513.705000', '111513.707000', '111513.710000', '111513.712000', '111513.715000', '111513.718000', '111513.720000', '111513.723000', '111513.725000', '111513.728000', '111513.730000', '111513.733000', '111513.735000', '111513.738000', '111513.741000', '111513.743000', '111513.746000', '111533.635000', '111533.638000', '111533.641000', '111533.644000', '111533.646000', '111533.649000', '111533.651000', '111533.654000', '111533.656000', '111533.659000', '111533.661000', '111533.664000', '111533.667000', '111533.669000', '111533.672000', '111533.674000', '111533.677000', '111533.679000', '111533.682000', '111533.685000', '111533.687000', '111533.690000', '111533.692000', '111533.695000', '111533.697000', '111533.700000', '111533.702000', '111533.705000', '111533.708000', '111533.710000', '111533.713000', '111533.715000', '111533.718000', '111533.720000', '111533.723000', '111533.726000', '111533.728000', '111533.731000', '111533.733000', '111533.736000', '111533.738000', '111533.741000', '111533.744000', '111553.635000', '111553.638000', '111553.641000', '111553.643000', '111553.646000', '111553.648000', '111553.651000', '111553.654000', '111553.656000', '111553.659000', '111553.661000', '111553.664000', '111553.666000', '111553.669000', '111553.672000', '111553.674000', '111553.677000', '111553.679000', '111553.682000', '111553.685000', '111553.687000', '111553.690000', '111553.692000', '111553.695000', '111553.697000', '111553.700000', '111553.703000', '111553.705000', '111553.708000', '111553.710000', '111553.713000', '111553.715000', '111553.718000', '111553.720000', '111553.723000', '111553.726000', '111553.728000', '111553.731000', '111553.733000', '111553.736000', '111553.738000', '111553.741000', '111553.743000', '111553.746000', '111613.637000', '111613.639000', '111613.642000', '111613.645000', '111613.647000', '111613.650000', '111613.652000', '111613.655000', '111613.657000', '111613.660000', '111613.663000', '111613.665000', '111613.668000', '111613.670000', '111613.673000', '111613.675000', '111613.678000', '111613.681000', '111613.683000', '111613.686000', '111613.688000', '111613.691000', '111613.693000', '111613.696000', '111613.698000', '111613.701000', '111613.704000', '111613.706000', '111613.709000', '111613.711000', '111613.714000', '111613.716000', '111613.719000', '111613.722000', '111613.724000', '111613.727000', '111613.729000', '111613.732000', '111613.734000', '111613.737000', '111613.739000', '111613.742000', '111613.744000', '111633.649000', '111633.652000', '111633.655000', '111633.657000', '111633.660000', '111633.662000', '111633.665000', '111633.668000', '111633.670000', '111633.673000', '111633.675000', '111633.678000', '111633.680000', '111633.683000', '111633.685000', '111633.688000', '111633.691000', '111633.693000', '111633.696000', '111633.698000', '111633.701000', '111633.703000', '111633.706000', '111633.709000', '111633.711000', '111633.714000', '111633.716000', '111633.719000', '111633.721000', '111633.724000', '111633.727000', '111633.729000', '111633.732000', '111633.734000', '111633.737000', '111633.739000', '111633.742000', '111633.745000', '111633.747000', '111633.750000', '111633.752000', '111633.755000', '111633.757000', '111633.760000', '111653.636000', '111653.638000', '111653.641000', '111653.644000', '111653.646000', '111653.649000', '111653.651000', '111653.654000', '111653.656000', '111653.659000', '111653.661000', '111653.664000', '111653.667000', '111653.669000', '111653.672000', '111653.674000', '111653.677000', '111653.680000', '111653.682000', '111653.685000', '111653.687000', '111653.690000', '111653.693000', '111653.695000', '111653.698000', '111653.700000', '111653.703000', '111653.706000', '111653.708000', '111653.711000', '111653.714000', '111653.716000', '111653.719000', '111653.721000', '111653.724000', '111653.726000', '111653.729000', '111653.731000', '111653.734000', '111653.737000', '111653.739000', '111653.742000', '111653.744000', '111713.635000', '111713.638000', '111713.641000', '111713.643000', '111713.646000', '111713.649000', '111713.651000', '111713.654000', '111713.656000', '111713.659000', '111713.661000', '111713.664000', '111713.667000', '111713.669000', '111713.672000', '111713.674000', '111713.677000', '111713.680000', '111713.682000', '111713.685000', '111713.687000', '111713.690000', '111713.693000', '111713.695000', '111713.698000', '111713.700000', '111713.703000', '111713.706000', '111713.708000', '111713.711000', '111713.713000', '111713.716000', '111713.718000', '111713.721000', '111713.724000', '111713.726000', '111713.729000', '111713.731000', '111713.734000', '111713.736000', '111713.739000', '111713.742000', '111713.744000', '111713.747000', '111733.635000', '111733.638000', '111733.641000', '111733.643000', '111733.646000', '111733.648000', '111733.651000', '111733.653000', '111733.656000', '111733.659000', '111733.661000', '111733.664000', '111733.666000', '111733.669000', '111733.672000', '111733.674000', '111733.677000', '111733.679000', '111733.682000', '111733.684000', '111733.687000', '111733.690000', '111733.692000', '111733.695000', '111733.697000', '111733.700000', '111733.702000', '111733.705000', '111733.708000', '111733.710000', '111733.713000', '111733.715000', '111733.718000', '111733.720000', '111733.723000', '111733.726000', '111733.728000', '111733.731000', '111733.733000', '111733.736000', '111733.738000', '111733.741000', '111733.744000', '111753.636000', '111753.638000', '111753.641000', '111753.643000', '111753.646000', '111753.649000', '111753.651000', '111753.654000', '111753.656000', '111753.659000', '111753.661000', '111753.664000', '111753.667000', '111753.669000', '111753.672000', '111753.674000', '111753.677000', '111753.680000', '111753.682000', '111753.685000', '111753.687000', '111753.690000', '111753.692000', '111753.695000', '111753.698000', '111753.706000', '111753.708000', '111753.711000', '111753.713000', '111753.716000', '111753.719000', '111753.721000', '111753.724000', '111753.726000', '111753.729000', '111753.731000', '111753.734000', '111753.736000', '111753.739000', '111753.742000', '111753.744000', '111753.747000', '111753.749000', '111753.752000', '111813.635000', '111813.638000', '111813.641000', '111813.643000', '111813.646000', '111813.649000', '111813.651000', '111813.654000', '111813.656000', '111813.659000', '111813.662000', '111813.664000', '111813.667000', '111813.669000', '111813.672000', '111813.674000', '111813.677000', '111813.680000', '111813.682000', '111813.685000', '111813.687000', '111813.690000', '111813.692000', '111813.695000', '111813.698000', '111813.700000', '111813.703000', '111813.705000', '111813.708000', '111813.711000', '111813.713000', '111813.716000', '111813.718000', '111813.721000', '111813.723000', '111813.726000', '111813.728000', '111813.731000', '111813.734000', '111813.736000', '111813.739000', '111813.741000', '111813.744000', '111833.636000', '111833.639000', '111833.642000', '111833.644000', '111833.647000', '111833.650000', '111833.652000', '111833.655000', '111833.657000', '111833.660000', '111833.663000', '111833.665000', '111833.668000', '111833.670000', '111833.673000', '111833.675000', '111833.678000', '111833.681000', '111833.683000', '111833.686000', '111833.688000', '111833.691000', '111833.694000', '111833.696000', '111833.699000', '111833.701000', '111833.704000', '111833.707000', '111833.709000', '111833.712000', '111833.715000', '111833.717000', '111833.720000', '111833.722000', '111833.725000', '111833.728000', '111833.730000', '111833.733000', '111833.735000', '111833.738000', '111833.740000', '111833.743000', '111833.746000', '111853.637000', '111853.639000', '111853.642000', '111853.645000', '111853.647000', '111853.650000', '111853.652000', '111853.655000', '111853.658000', '111853.660000', '111853.663000', '111853.666000', '111853.668000', '111853.671000', '111853.673000', '111853.676000', '111853.679000', '111853.681000', '111853.684000', '111853.686000', '111853.689000', '111853.692000', '111853.694000', '111853.697000', '111853.699000', '111853.702000', '111853.705000', '111853.707000', '111853.711000', '111853.714000', '111853.716000', '111853.719000', '111853.722000', '111853.724000', '111853.727000', '111853.729000', '111853.732000', '111853.734000', '111853.737000', '111853.740000', '111853.742000', '111853.745000', '111853.747000', '111853.750000', '111913.636000', '111913.640000', '111913.642000', '111913.645000', '111913.647000', '111913.650000', '111913.653000', '111913.655000', '111913.658000', '111913.661000', '111913.663000', '111913.666000', '111913.668000', '111913.671000', '111913.674000', '111913.676000', '111913.679000', '111913.682000', '111913.684000', '111913.687000', '111913.690000', '111913.692000', '111913.704000', '111913.707000', '111913.709000', '111913.712000', '111913.714000', '111913.717000', '111913.719000', '111913.722000', '111913.725000', '111913.727000', '111913.730000', '111913.732000', '111913.735000', '111913.738000', '111913.740000', '111913.743000', '111913.745000', '111913.748000', '111913.751000', '111913.753000', '111913.756000', '111913.758000', '111933.635000', '111933.638000', '111933.641000', '111933.644000', '111933.646000', '111933.649000', '111933.651000', '111933.654000', '111933.657000', '111933.659000', '111933.662000', '111933.664000', '111933.667000', '111933.670000', '111933.672000', '111933.675000', '111933.677000', '111933.680000', '111933.682000', '111933.685000', '111933.688000', '111933.690000', '111933.693000', '111933.695000', '111933.698000', '111933.701000', '111933.703000', '111933.706000', '111933.708000', '111933.711000', '111933.713000', '111933.716000', '111933.719000', '111933.721000', '111933.724000', '111933.726000', '111933.729000', '111933.732000', '111933.734000', '111933.737000', '111933.739000', '111933.742000', '111933.744000', '111953.635000', '111953.638000', '111953.641000', '111953.643000', '111953.646000', '111953.649000', '111953.652000', '111953.656000', '111953.659000', '111953.661000', '111953.664000', '111953.667000', '111953.669000', '111953.672000', '111953.675000', '111953.677000', '111953.680000', '111953.682000', '111953.685000', '111953.688000', '111953.691000', '111953.693000', '111953.696000', '111953.699000', '111953.701000', '111953.704000', '111953.707000', '111953.709000', '111953.712000', '111953.714000', '111953.717000', '111953.720000', '111953.723000', '111953.725000', '111953.728000', '111953.730000', '111953.733000', '111953.736000', '111953.738000', '111953.741000', '111953.743000', '111953.746000', '111953.749000', '112013.635000', '112013.638000', '112013.641000', '112013.644000', '112013.646000', '112013.649000', '112013.651000', '112013.654000', '112013.657000', '112013.659000', '112013.662000', '112013.664000', '112013.667000', '112013.670000', '112013.672000', '112013.675000', '112013.677000', '112013.680000', '112013.683000', '112013.685000', '112013.688000', '112013.690000', '112013.693000', '112013.695000', '112013.698000', '112013.701000', '112013.703000', '112013.706000', '112013.708000', '112013.711000', '112013.714000', '112013.716000', '112013.719000', '112013.721000', '112013.724000', '112013.727000', '112013.729000', '112013.732000', '112013.734000', '112013.737000', '112013.740000', '112013.742000', '112013.745000', '112013.747000', '112033.636000', '112033.638000', '112033.641000', '112033.644000', '112033.646000', '112033.649000', '112033.651000', '112033.654000', '112033.657000', '112033.659000', '112033.662000', '112033.664000', '112033.667000', '112033.669000', '112033.672000', '112033.676000', '112033.679000', '112033.682000', '112033.684000', '112033.687000', '112033.690000', '112033.692000', '112033.695000', '112033.698000', '112033.700000', '112033.703000', '112033.706000', '112033.708000', '112033.711000', '112033.713000', '112033.716000', '112033.718000', '112033.721000', '112033.731000', '112033.734000', '112033.736000', '112033.739000', '112033.742000', '112033.744000', '112033.747000', '112033.749000', '112033.752000', '112033.754000', '112053.637000', '112053.639000', '112053.642000', '112053.645000', '112053.648000', '112053.650000', '112053.653000', '112053.655000', '112053.658000', '112053.661000', '112053.663000', '112053.666000', '112053.668000', '112053.671000', '112053.674000', '112053.676000', '112053.679000', '112053.682000', '112053.685000', '112053.687000', '112053.690000', '112053.692000', '112053.695000', '112053.697000', '112053.700000', '112053.703000', '112053.705000', '112053.708000', '112053.710000', '112053.713000', '112053.716000', '112053.718000', '112053.721000', '112053.723000', '112053.726000', '112053.728000', '112053.731000', '112053.734000', '112053.736000', '112053.739000', '112053.742000', '112053.744000', '112053.747000', '112053.749000', '112113.637000', '112113.639000', '112113.642000', '112113.645000', '112113.648000', '112113.650000', '112113.653000', '112113.656000', '112113.658000', '112113.661000', '112113.664000', '112113.666000', '112113.669000', '112113.672000', '112113.674000', '112113.677000', '112113.680000', '112113.682000', '112113.685000', '112113.688000', '112113.690000', '112113.693000', '112113.695000', '112113.698000', '112113.701000', '112113.703000', '112113.706000', '112113.708000', '112113.711000', '112113.714000', '112113.717000', '112113.719000', '112113.722000', '112113.724000', '112113.727000', '112113.730000', '112113.732000', '112113.735000', '112113.737000', '112113.740000', '112113.743000', '112113.745000', '112113.748000', '112133.636000', '112133.638000', '112133.641000', '112133.644000', '112133.646000', '112133.649000', '112133.651000', '112133.654000', '112133.657000', '112133.659000', '112133.662000', '112133.664000', '112133.667000', '112133.669000', '112133.672000', '112133.675000', '112133.677000', '112133.680000', '112133.682000', '112133.685000', '112133.688000', '112133.690000', '112133.693000', '112133.696000', '112133.698000', '112133.701000', '112133.703000', '112133.706000', '112133.709000', '112133.711000', '112133.714000', '112133.717000', '112133.719000', '112133.722000', '112133.724000', '112133.727000', '112133.730000', '112133.732000', '112133.735000', '112133.737000', '112133.740000', '112133.742000', '112133.745000', '112133.748000', '112149.977000', '112149.980000', '112149.983000', '112149.985000', '112149.988000', '112149.990000', '112149.993000', '112149.996000', '112149.998000', '112150.002000', '112150.004000', '112150.007000', '112150.010000', '112150.013000', '112150.015000', '112150.043000', '112150.045000', '112150.048000', '112150.050000', '112150.053000', '112150.056000', '112150.058000', '112150.061000', '112150.064000', '112150.066000', '112150.069000', '112150.071000', '112150.074000', '112150.077000', '112150.079000', '112150.082000', '112150.085000', '112150.087000', '112150.090000', '112150.092000', '112150.095000'], '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], 'LargestImagePixelValue': [7236, 7368, 6954, 6878, 7118, 8697, 7075, 7602, 7171, 7061, 6827, 7065, 7456, 7181, 7592, 7018, 6404, 6867, 7226, 6465, 7363, 7592, 7407, 7450, 7246, 6698, 7029, 7204, 7192, 7293, 7433, 7081, 7276, 7393, 7284, 6563, 7105, 8271, 7197, 7060, 7181, 6388, 6877, 7095, 7022, 7495, 7755, 7239, 6491, 7208, 7001, 6633, 7444, 7389, 7282, 7105, 7134, 6428, 6845, 7030, 6774, 7154, 7394, 7328, 7200, 7461, 7071, 6623, 7086, 7523, 7276, 7634, 7294, 6975, 7225, 6784, 6800, 6501, 7411, 6938, 8012, 7044, 7588, 6892, 6709, 6936, 6448, 6960, 6502, 7045, 6703, 7027, 7367, 7064, 6781, 6852, 6686, 7019, 6986, 6192, 6837, 8669, 6994, 8216, 6685, 7787, 6861, 7233, 7142, 6801, 7825, 6854, 8192, 6702, 6841, 6856, 6852, 7009, 6949, 7293, 6892, 7930, 6698, 7059, 6865, 6884, 8739, 6643, 7583, 7134, 6647, 7082, 6687, 6303, 6798, 7512, 6845, 6576, 7168, 6910, 6612, 6970, 8275, 7004, 7689, 7020, 6736, 6646, 6852, 6738, 6933, 7506, 7222, 6551, 7041, 6883, 6589, 6832, 7368, 6962, 6752, 7201, 6594, 6845, 7193, 6343, 6858, 7571, 7167, 6862, 7077, 6721, 6856, 7158, 6489, 6942, 6791, 7096, 7416, 6968, 7228, 7241, 7321, 6849, 6719, 6463, 6967, 7809, 6818, 7456, 7236, 6539, 7063, 6652, 6796, 6700, 6398, 6789, 8512, 7108, 7984, 7065, 7868, 6945, 7256, 7038, 6461, 6753, 6680, 8188, 6767, 7844, 6876, 7058, 7163, 6529, 6996, 6684, 6598, 6776, 7653, 6848, 7556, 6896, 6720, 6944, 6780, 6622, 6742, 7723, 7133, 7857, 7081, 7076, 7066, 6566, 6711, 7179, 6793, 6210, 7442, 6552, 6478, 6583, 7035, 7083, 6932, 7090, 7375, 7090, 8421, 6863, 8333, 6885, 7656, 6828, 6982, 8302, 7189, 7609, 7229, 6485, 7236, 7077, 6664, 7019, 7192, 7159, 7067, 7174, 6431, 7027, 6773, 6749, 7069, 7928, 6958, 7514, 7222, 7389, 7179, 6596, 7170, 7134, 7303, 6994, 6426, 7173, 7129, 6130, 6952, 7585, 7015, 6789, 6955, 6796, 6744, 6784, 8201, 7072, 7398, 7118, 6772, 7156, 6854, 6686, 7115, 7403, 6980, 7336, 6893, 6851, 6971, 6756, 7759, 7046, 6490, 6943, 6881, 6388, 7133, 7817, 6914, 6926, 6989, 6645, 6335, 6975, 7713, 6821, 6887, 6929, 6452, 7031, 6691, 6354, 6973, 7889, 6871, 7113, 7135, 7542, 7165, 7016, 8253, 6697, 7887, 6765, 6645, 7095, 6983, 6958, 6890, 7304, 6943, 7595, 6999, 6373, 7179, 7228, 6448, 6952, 6870, 6806, 7286, 7091, 6490, 6984, 6851, 6727, 6833, 8328, 6907, 7901, 6810, 7095, 7060, 6642, 7263, 6790, 7797, 6985, 7210, 7059, 6472, 7227, 6661, 6906, 6648, 6981, 6704, 7958, 6901, 7552, 6858, 6595, 7700, 6852, 7330, 7134, 6751, 7039, 6717, 7592, 6715, 7668, 6832, 6171, 6934, 6845, 6316, 6895, 7004, 6987, 6715, 7045, 6953, 6472, 6735, 7360, 7002, 6671, 7071, 6587, 6615, 6723, 6864, 6615, 7661, 6801, 6836, 6999, 6880, 6537, 6661, 6452, 6761, 7477, 7047, 6700, 6951, 6577, 7157, 7167, 6800, 6776, 7387, 6886, 7839, 7006, 7538, 7191, 7346, 7096, 6820, 6745, 6603, 8446, 6888, 7720, 7067, 7277, 7228, 6751, 6170, 6726, 7242, 6839, 6610, 7207, 6567, 7060, 6669, 6743, 6670, 6896, 7031, 7828, 7181, 7777, 7293, 7609, 7107, 6794, 6675, 6607, 7893, 7017, 7831, 7049, 7091, 7022, 6713, 6981, 6690, 7546, 6812, 7322, 6944, 6577, 7123, 6759, 6298, 6746, 7001, 6883, 7114, 7001, 6569, 7113, 6889, 6953, 6789, 6537, 6813, 7737, 6709, 6751, 7038, 7121, 6887, 6794, 8275, 6977, 8160, 7096, 6754, 7023, 6897, 6849, 6635, 7870, 7025, 7124, 7067, 6491, 6850, 6896, 6780, 6910, 7257, 6827, 6679, 7164, 6987, 6445, 6708, 7717, 7025, 6518, 6988, 6874, 6458, 6948, 7700, 6869, 7183, 6968, 6401, 6708, 6917, 6666, 6978, 7494, 7271, 7768, 7091, 8316, 7164, 6355, 7229, 5977, 6886, 7438, 6693, 6514, 8406, 6591, 7567, 6729, 6402, 8279, 6769, 8032, 6838, 7223, 6633, 6682, 6767, 6907, 6799, 7113, 6895, 7751, 8404, 6415, 8769, 6797, 7845, 6901, 6638, 6873, 6590, 8738, 6303, 7942, 6385, 6939, 6671, 6997, 6998, 6435, 6741, 6419, 7934, 6570, 6807, 6626, 6258, 7760, 6496, 6598, 6852, 6560, 7019, 6741, 6817, 6718, 6303, 6992, 7072, 6576, 6607, 7661, 6927, 7003, 6881, 6866, 6754, 6741, 7193, 6747, 8191, 6785, 6776, 6954, 6577, 6334, 6861, 7435, 7124, 7549, 7070, 6688, 6744, 6612, 6657, 6420, 7041, 6488, 6471, 6458, 6352, 6894, 7229, 6824, 7762, 6807, 8021, 6589, 6827, 6638, 6981, 7612, 6659, 6889, 7133, 7211, 6535, 6844, 7735, 6887, 7591, 6702, 7464, 6770, 7100, 8665, 6888, 8105, 6659, 6657, 6961, 6593, 6284, 6846, 7655, 7227, 7542, 6842, 7001, 6986, 6732, 6457, 6750, 8025, 6889, 7537, 7083, 6769, 6612, 6539, 8369, 6944, 7203, 6662, 6391, 6746, 7204, 6247, 6711, 7246, 6824, 7264, 6743, 6858, 6738, 6817, 6704, 6583, 8918, 6917, 7812, 6863, 7094, 6752, 6610, 7798, 6651, 7712, 6784, 6571, 6613, 6807, 6679, 6774, 7504, 6933, 7535, 6793, 7066, 6999, 6204, 6580, 6633, 6154, 6967, 7697, 6962, 7145, 6236, 6861, 6439, 6368, 6118, 6498, 6451, 6247, 6561, 6109, 6005, 6347, 7087, 6818, 6901, 7886, 6697, 8351, 6975, 7047, 6990, 6446, 6986, 6619, 6465, 6378, 7128, 6338, 6978, 7225, 7335, 7158, 6974, 6452, 6701, 6543, 6606, 6713, 7410, 6962, 7601, 6669, 7104, 6707, 7349, 6790, 6982, 6384, 6690, 6723, 7369, 6484, 7745, 7514, 7838, 8173, 7587, 8504, 7155, 7860, 8547, 7826, 7813, 7603, 6558, 7225, 7369, 6163, 7481, 7568, 7644, 7217, 7511, 6534, 7266, 6506, 6468, 7473, 6319, 7458, 7389, 7474, 7296, 7369, 6433, 7175, 7215, 6976, 7026, 6922, 6783, 7392, 6843, 7309, 7308, 6679, 7382, 7076, 6842, 6694, 6762, 6847, 7661, 7010, 7057, 7128, 7139, 6735, 7035, 7325, 6947, 7818, 7171, 6438, 7007, 6576, 6706, 6874, 6528, 7005, 7667, 7059, 7311, 7071, 7046, 7004, 6898, 7012, 6874, 7386, 7076, 7460, 6915, 6394, 6956, 7066, 6503, 6983, 8217, 6925, 7690, 6986, 6651, 6950, 6751, 6543, 6964, 7997, 6964, 7539, 6683, 6545, 7044, 7049, 6899, 7346, 7511, 6850, 7687, 7064, 7269, 7321, 7261, 7027, 6742, 6659, 6660, 7583, 6879, 7063, 7145, 6873, 6930, 6664, 7060, 7393, 6174, 7325, 7138, 7233, 7317, 7286, 6926, 7195, 7073, 6976, 6573, 7064, 6682, 7908, 6807, 7424, 7177, 7165, 6952, 6502, 6622, 6736, 7212, 6866, 6556, 7007, 6598, 7009, 6614, 6706, 6572, 7629, 6859, 7596, 6860, 6970, 7066, 7073, 6387, 6668, 8214, 6814, 7653, 6921, 6988, 6888, 6573, 6742, 6561, 8447, 6839, 7626, 6870, 6642, 6940, 6639, 6348, 6890, 8251, 6900, 7774, 7156, 6560, 6984, 6815, 6792, 6947, 8063, 6970, 7486, 7098, 7022, 6993, 6339, 6267, 7054, 7098, 6950, 6225, 6998, 6753, 6092, 6994, 7832, 6942, 6774, 6721, 6620, 6461, 6937, 7011, 7088, 7039, 6744, 6426, 7141, 6842, 6432, 7017, 7845, 7287, 7672, 6984, 6790, 6977, 6776, 6681, 6794, 7751, 6887, 7808, 6871, 7098, 6370, 6645, 7183, 6311, 6945, 6974, 7058, 8057, 7143, 8315, 7113, 6774, 8234, 6891, 7219, 6783, 6426, 7253, 6557, 6930, 6735, 6807, 6847, 6915, 6975, 7013, 7128, 6439, 7262, 7173, 6749, 6700, 6501, 6892, 7213, 6897, 6739, 7080, 6868, 6606, 6601, 7475, 6940, 7542, 7080, 6663, 6983, 6799, 7067, 6732, 7060, 7055, 7824, 7125, 6879, 7122, 6865, 6919, 6796, 8162, 6923, 7807, 6570, 7180, 7187, 6946, 6556, 6617, 8071, 7137, 7833, 6978, 6634, 7031, 6661, 6484, 6998, 7406, 7030, 6674, 7172, 6565, 7171, 6744, 6452, 6726, 7250, 6882, 6875, 7246, 6648, 6949, 6836, 6654, 6550, 7737, 6822, 7203, 6871, 6725, 7099, 6687, 6796, 6748, 6294, 6727, 7518], 'WindowCenter': [3599.0, 3582.0, 3570.0, 3556.0, 3565.0, 3584.0, 3552.0, 3561.0, 3551.0, 3550.0, 3540.0, 3551.0, 3550.0, 3550.0, 3560.0, 3549.0, 3538.0, 3540.0, 3551.0, 3540.0, 3561.0, 3562.0, 3562.0, 3562.0, 3563.0, 3551.0, 3551.0, 3552.0, 3550.0, 3551.0, 3551.0, 3551.0, 3551.0, 3550.0, 3551.0, 3540.0, 3551.0, 3570.0, 3539.0, 3538.0, 3539.0, 3528.0, 3539.0, 3552.0, 3551.0, 3562.0, 3561.0, 3561.0, 3541.0, 3551.0, 3550.0, 3538.0, 3561.0, 3561.0, 3562.0, 3551.0, 3552.0, 3542.0, 3551.0, 3552.0, 3540.0, 3551.0, 3563.0, 3563.0, 3564.0, 3564.0, 3552.0, 3552.0, 3552.0, 3562.0, 3551.0, 3576.0, 3563.0, 3564.0, 3576.0, 3554.0, 3538.0, 3527.0, 3536.0, 3538.0, 3557.0, 3549.0, 3548.0, 3538.0, 3538.0, 3539.0, 3527.0, 3538.0, 3527.0, 3539.0, 3538.0, 3550.0, 3550.0, 3551.0, 3541.0, 3540.0, 3540.0, 3550.0, 3551.0, 3528.0, 3540.0, 3570.0, 3539.0, 3560.0, 3538.0, 3548.0, 3537.0, 3547.0, 3537.0, 3538.0, 3548.0, 3526.0, 3558.0, 3527.0, 3525.0, 3526.0, 3526.0, 3536.0, 3537.0, 3547.0, 3537.0, 3558.0, 3537.0, 3538.0, 3537.0, 3537.0, 3558.0, 3525.0, 3546.0, 3537.0, 3526.0, 3536.0, 3537.0, 3525.0, 3537.0, 3548.0, 3537.0, 3538.0, 3538.0, 3539.0, 3539.0, 3551.0, 3559.0, 3539.0, 3548.0, 3538.0, 3539.0, 3537.0, 3538.0, 3538.0, 3550.0, 3549.0, 3550.0, 3529.0, 3550.0, 3550.0, 3539.0, 3539.0, 3550.0, 3549.0, 3538.0, 3550.0, 3538.0, 3540.0, 3551.0, 3541.0, 3552.0, 3561.0, 3551.0, 3540.0, 3551.0, 3541.0, 3540.0, 3551.0, 3540.0, 3554.0, 3552.0, 3552.0, 3561.0, 3551.0, 3552.0, 3551.0, 3552.0, 3539.0, 3540.0, 3541.0, 3551.0, 3560.0, 3539.0, 3550.0, 3551.0, 3539.0, 3550.0, 3540.0, 3539.0, 3552.0, 3540.0, 3540.0, 3570.0, 3550.0, 3560.0, 3550.0, 3560.0, 3540.0, 3549.0, 3538.0, 3528.0, 3537.0, 3526.0, 3557.0, 3527.0, 3547.0, 3526.0, 3535.0, 3536.0, 3525.0, 3535.0, 3538.0, 3525.0, 3537.0, 3547.0, 3538.0, 3548.0, 3549.0, 3538.0, 3548.0, 3539.0, 3537.0, 3539.0, 3548.0, 3549.0, 3561.0, 3550.0, 3551.0, 3550.0, 3539.0, 3539.0, 3551.0, 3550.0, 3541.0, 3551.0, 3541.0, 3542.0, 3552.0, 3564.0, 3552.0, 3551.0, 3551.0, 3551.0, 3552.0, 3572.0, 3540.0, 3573.0, 3551.0, 3550.0, 3526.0, 3537.0, 3546.0, 3537.0, 3547.0, 3536.0, 3526.0, 3547.0, 3537.0, 3536.0, 3549.0, 3539.0, 3550.0, 3550.0, 3551.0, 3540.0, 3551.0, 3551.0, 3539.0, 3552.0, 3561.0, 3551.0, 3550.0, 3551.0, 3551.0, 3551.0, 3540.0, 3549.0, 3538.0, 3548.0, 3538.0, 3527.0, 3538.0, 3551.0, 3529.0, 3550.0, 3562.0, 3552.0, 3539.0, 3550.0, 3539.0, 3539.0, 3539.0, 3560.0, 3551.0, 3550.0, 3550.0, 3540.0, 3549.0, 3540.0, 3539.0, 3549.0, 3550.0, 3549.0, 3551.0, 3538.0, 3541.0, 3550.0, 3540.0, 3560.0, 3539.0, 3527.0, 3538.0, 3550.0, 3527.0, 3540.0, 3560.0, 3550.0, 3540.0, 3550.0, 3540.0, 3527.0, 3550.0, 3548.0, 3539.0, 3549.0, 3551.0, 3540.0, 3551.0, 3542.0, 3540.0, 3552.0, 3561.0, 3541.0, 3551.0, 3551.0, 3561.0, 3551.0, 3551.0, 3572.0, 3540.0, 3560.0, 3538.0, 3538.0, 3538.0, 3549.0, 3549.0, 3550.0, 3549.0, 3550.0, 3560.0, 3550.0, 3542.0, 3552.0, 3561.0, 3539.0, 3552.0, 3551.0, 3553.0, 3563.0, 3552.0, 3541.0, 3552.0, 3552.0, 3540.0, 3541.0, 3572.0, 3551.0, 3561.0, 3539.0, 3539.0, 3538.0, 3539.0, 3537.0, 3537.0, 3547.0, 3539.0, 3549.0, 3538.0, 3527.0, 3549.0, 3538.0, 3550.0, 3540.0, 3551.0, 3552.0, 3573.0, 3552.0, 3561.0, 3539.0, 3540.0, 3548.0, 3538.0, 3549.0, 3537.0, 3537.0, 3537.0, 3538.0, 3549.0, 3538.0, 3549.0, 3539.0, 3527.0, 3536.0, 3537.0, 3526.0, 3549.0, 3537.0, 3549.0, 3540.0, 3549.0, 3550.0, 3529.0, 3540.0, 3550.0, 3550.0, 3540.0, 3550.0, 3540.0, 3540.0, 3552.0, 3540.0, 3552.0, 3561.0, 3551.0, 3550.0, 3550.0, 3552.0, 3540.0, 3553.0, 3541.0, 3551.0, 3562.0, 3550.0, 3540.0, 3551.0, 3552.0, 3551.0, 3552.0, 3541.0, 3553.0, 3562.0, 3551.0, 3562.0, 3550.0, 3561.0, 3550.0, 3551.0, 3539.0, 3540.0, 3541.0, 3539.0, 3559.0, 3538.0, 3548.0, 3538.0, 3549.0, 3549.0, 3538.0, 3516.0, 3538.0, 3547.0, 3537.0, 3537.0, 3549.0, 3540.0, 3550.0, 3551.0, 3551.0, 3553.0, 3551.0, 3551.0, 3561.0, 3551.0, 3562.0, 3551.0, 3562.0, 3550.0, 3540.0, 3538.0, 3538.0, 3558.0, 3537.0, 3548.0, 3539.0, 3538.0, 3537.0, 3539.0, 3539.0, 3538.0, 3548.0, 3538.0, 3548.0, 3538.0, 3538.0, 3538.0, 3539.0, 3528.0, 3539.0, 3549.0, 3549.0, 3538.0, 3538.0, 3538.0, 3537.0, 3551.0, 3549.0, 3541.0, 3529.0, 3541.0, 3560.0, 3540.0, 3540.0, 3550.0, 3550.0, 3538.0, 3540.0, 3571.0, 3550.0, 3560.0, 3539.0, 3539.0, 3538.0, 3549.0, 3538.0, 3540.0, 3559.0, 3550.0, 3539.0, 3550.0, 3539.0, 3539.0, 3551.0, 3539.0, 3550.0, 3549.0, 3540.0, 3539.0, 3551.0, 3550.0, 3528.0, 3540.0, 3560.0, 3550.0, 3528.0, 3539.0, 3539.0, 3528.0, 3551.0, 3562.0, 3541.0, 3550.0, 3552.0, 3541.0, 3539.0, 3551.0, 3539.0, 3552.0, 3564.0, 3564.0, 3577.0, 3565.0, 3574.0, 3552.0, 3529.0, 3549.0, 3529.0, 3554.0, 3565.0, 3552.0, 3542.0, 3572.0, 3551.0, 3562.0, 3541.0, 3541.0, 3560.0, 3540.0, 3560.0, 3540.0, 3550.0, 3540.0, 3540.0, 3540.0, 3550.0, 3539.0, 3539.0, 3539.0, 3549.0, 3559.0, 3527.0, 3557.0, 3524.0, 3546.0, 3524.0, 3523.0, 3512.0, 3512.0, 3542.0, 3512.0, 3532.0, 3511.0, 3521.0, 3522.0, 3523.0, 3523.0, 3514.0, 3523.0, 3513.0, 3544.0, 3525.0, 3525.0, 3524.0, 3513.0, 3533.0, 3514.0, 3523.0, 3524.0, 3525.0, 3534.0, 3537.0, 3526.0, 3538.0, 3527.0, 3549.0, 3550.0, 3538.0, 3539.0, 3549.0, 3539.0, 3551.0, 3551.0, 3541.0, 3540.0, 3553.0, 3553.0, 3542.0, 3572.0, 3541.0, 3539.0, 3551.0, 3541.0, 3540.0, 3553.0, 3562.0, 3552.0, 3562.0, 3552.0, 3553.0, 3552.0, 3552.0, 3552.0, 3552.0, 3564.0, 3555.0, 3555.0, 3556.0, 3557.0, 3568.0, 3566.0, 3554.0, 3574.0, 3553.0, 3575.0, 3553.0, 3553.0, 3552.0, 3554.0, 3564.0, 3542.0, 3552.0, 3552.0, 3563.0, 3542.0, 3555.0, 3564.0, 3554.0, 3563.0, 3553.0, 3563.0, 3540.0, 3552.0, 3572.0, 3551.0, 3562.0, 3540.0, 3541.0, 3551.0, 3540.0, 3529.0, 3540.0, 3560.0, 3563.0, 3562.0, 3552.0, 3553.0, 3551.0, 3552.0, 3541.0, 3539.0, 3561.0, 3550.0, 3561.0, 3549.0, 3541.0, 3539.0, 3540.0, 3571.0, 3538.0, 3549.0, 3538.0, 3528.0, 3537.0, 3550.0, 3540.0, 3552.0, 3550.0, 3551.0, 3562.0, 3551.0, 3551.0, 3550.0, 3552.0, 3540.0, 3543.0, 3573.0, 3551.0, 3562.0, 3540.0, 3540.0, 3538.0, 3540.0, 3560.0, 3540.0, 3561.0, 3541.0, 3540.0, 3541.0, 3541.0, 3540.0, 3541.0, 3550.0, 3552.0, 3561.0, 3552.0, 3553.0, 3553.0, 3531.0, 3542.0, 3554.0, 3530.0, 3553.0, 3561.0, 3554.0, 3564.0, 3543.0, 3553.0, 3556.0, 3544.0, 3545.0, 3556.0, 3569.0, 3559.0, 3554.0, 3532.0, 3544.0, 3556.0, 3579.0, 3568.0, 3567.0, 3577.0, 3554.0, 3575.0, 3553.0, 3551.0, 3539.0, 3529.0, 3539.0, 3527.0, 3526.0, 3526.0, 3538.0, 3528.0, 3539.0, 3550.0, 3550.0, 3540.0, 3539.0, 3528.0, 3526.0, 3526.0, 3526.0, 3526.0, 3537.0, 3538.0, 3548.0, 3538.0, 3537.0, 3539.0, 3548.0, 3538.0, 3538.0, 3542.0, 3551.0, 3553.0, 3563.0, 3554.0, 3573.0, 3563.0, 3575.0, 3585.0, 3562.0, 3585.0, 3550.0, 3561.0, 3570.0, 3547.0, 3549.0, 3547.0, 3526.0, 3548.0, 3549.0, 3516.0, 3549.0, 3549.0, 3549.0, 3549.0, 3550.0, 3527.0, 3549.0, 3540.0, 3540.0, 3563.0, 3541.0, 3564.0, 3563.0, 3577.0, 3565.0, 3565.0, 3541.0, 3551.0, 3552.0, 3552.0, 3553.0, 3552.0, 3553.0, 3563.0, 3553.0, 3564.0, 3563.0, 3552.0, 3563.0, 3564.0, 3554.0, 3554.0, 3554.0, 3555.0, 3565.0, 3554.0, 3553.0, 3553.0, 3553.0, 3554.0, 3565.0, 3564.0, 3554.0, 3565.0, 3553.0, 3542.0, 3552.0, 3553.0, 3554.0, 3554.0, 3543.0, 3565.0, 3565.0, 3553.0, 3563.0, 3553.0, 3553.0, 3552.0, 3553.0, 3554.0, 3542.0, 3552.0, 3552.0, 3552.0, 3552.0, 3542.0, 3551.0, 3552.0, 3541.0, 3552.0, 3573.0, 3552.0, 3563.0, 3552.0, 3541.0, 3551.0, 3541.0, 3530.0, 3551.0, 3562.0, 3551.0, 3561.0, 3540.0, 3529.0, 3552.0, 3566.0, 3564.0, 3564.0, 3563.0, 3553.0, 3574.0, 3553.0, 3551.0, 3552.0, 3551.0, 3550.0, 3540.0, 3539.0, 3539.0, 3548.0, 3538.0, 3538.0, 3549.0, 3539.0, 3564.0, 3552.0, 3565.0, 3577.0, 3543.0, 3564.0, 3550.0, 3564.0, 3562.0, 3550.0, 3539.0, 3550.0, 3550.0, 3550.0, 3542.0, 3550.0, 3539.0, 3559.0, 3539.0, 3548.0, 3539.0, 3539.0, 3538.0, 3528.0, 3538.0, 3539.0, 3548.0, 3538.0, 3527.0, 3550.0, 3540.0, 3550.0, 3540.0, 3539.0, 3540.0, 3561.0, 3541.0, 3560.0, 3539.0, 3550.0, 3550.0, 3552.0, 3530.0, 3540.0, 3571.0, 3539.0, 3549.0, 3538.0, 3538.0, 3538.0, 3538.0, 3538.0, 3537.0, 3558.0, 3526.0, 3548.0, 3537.0, 3526.0, 3538.0, 3538.0, 3525.0, 3538.0, 3560.0, 3550.0, 3549.0, 3538.0, 3538.0, 3537.0, 3538.0, 3538.0, 3539.0, 3559.0, 3539.0, 3549.0, 3539.0, 3539.0, 3538.0, 3529.0, 3529.0, 3539.0, 3538.0, 3538.0, 3528.0, 3537.0, 3539.0, 3529.0, 3550.0, 3561.0, 3551.0, 3540.0, 3539.0, 3538.0, 3528.0, 3551.0, 3550.0, 3552.0, 3553.0, 3553.0, 3542.0, 3552.0, 3553.0, 3541.0, 3552.0, 3562.0, 3563.0, 3562.0, 3553.0, 3540.0, 3551.0, 3541.0, 3539.0, 3541.0, 3560.0, 3551.0, 3564.0, 3554.0, 3552.0, 3542.0, 3541.0, 3552.0, 3541.0, 3552.0, 3552.0, 3565.0, 3576.0, 3553.0, 3574.0, 3552.0, 3540.0, 3560.0, 3538.0, 3537.0, 3527.0, 3526.0, 3549.0, 3528.0, 3538.0, 3539.0, 3539.0, 3541.0, 3550.0, 3550.0, 3539.0, 3550.0, 3530.0, 3551.0, 3551.0, 3540.0, 3541.0, 3542.0, 3552.0, 3550.0, 3551.0, 3539.0, 3550.0, 3541.0, 3541.0, 3542.0, 3550.0, 3552.0, 3561.0, 3550.0, 3539.0, 3549.0, 3540.0, 3550.0, 3543.0, 3551.0, 3552.0, 3562.0, 3551.0, 3540.0, 3550.0, 3539.0, 3539.0, 3541.0, 3561.0, 3551.0, 3550.0, 3540.0, 3539.0, 3549.0, 3539.0, 3528.0, 3540.0, 3560.0, 3550.0, 3550.0, 3540.0, 3539.0, 3538.0, 3538.0, 3527.0, 3539.0, 3548.0, 3538.0, 3539.0, 3540.0, 3539.0, 3539.0, 3540.0, 3528.0, 3539.0, 3550.0, 3551.0, 3539.0, 3550.0, 3540.0, 3550.0, 3541.0, 3539.0, 3541.0, 3560.0, 3539.0, 3550.0, 3539.0, 3541.0, 3550.0, 3542.0, 3540.0, 3553.0, 3541.0, 3551.0, 3550.0], 'WindowWidth': [8168.0, 8131.0, 8110.0, 8084.0, 8093.0, 8114.0, 8068.0, 8078.0, 8063.0, 8063.0, 8047.0, 8064.0, 8061.0, 8061.0, 8076.0, 8060.0, 8045.0, 8047.0, 8064.0, 8048.0, 8080.0, 8081.0, 8082.0, 8081.0, 8082.0, 8067.0, 8065.0, 8066.0, 8061.0, 8063.0, 8063.0, 8065.0, 8065.0, 8061.0, 8063.0, 8048.0, 8064.0, 8089.0, 8045.0, 8042.0, 8043.0, 8031.0, 8045.0, 8069.0, 8065.0, 8081.0, 8078.0, 8079.0, 8052.0, 8064.0, 8062.0, 8044.0, 8079.0, 8078.0, 8082.0, 8066.0, 8067.0, 8056.0, 8067.0, 8069.0, 8049.0, 8066.0, 8083.0, 8085.0, 8086.0, 8085.0, 8069.0, 8068.0, 8069.0, 8081.0, 8064.0, 8107.0, 8086.0, 8089.0, 8108.0, 8074.0, 8043.0, 8025.0, 8035.0, 8040.0, 8066.0, 8058.0, 8055.0, 8043.0, 8042.0, 8045.0, 8027.0, 8044.0, 8028.0, 8045.0, 8046.0, 8062.0, 8063.0, 8064.0, 8052.0, 8050.0, 8048.0, 8062.0, 8063.0, 8029.0, 8049.0, 8086.0, 8045.0, 8072.0, 8043.0, 8056.0, 8040.0, 8053.0, 8038.0, 8042.0, 8053.0, 8024.0, 8067.0, 8025.0, 8021.0, 8023.0, 8021.0, 8035.0, 8040.0, 8051.0, 8039.0, 8069.0, 8039.0, 8043.0, 8039.0, 8040.0, 8065.0, 8021.0, 8050.0, 8037.0, 8023.0, 8036.0, 8039.0, 8021.0, 8040.0, 8055.0, 8041.0, 8041.0, 8042.0, 8044.0, 8044.0, 8064.0, 8071.0, 8044.0, 8057.0, 8041.0, 8044.0, 8041.0, 8043.0, 8043.0, 8060.0, 8058.0, 8062.0, 8034.0, 8060.0, 8060.0, 8045.0, 8047.0, 8061.0, 8059.0, 8043.0, 8060.0, 8044.0, 8049.0, 8065.0, 8052.0, 8067.0, 8079.0, 8065.0, 8047.0, 8064.0, 8052.0, 8048.0, 8065.0, 8049.0, 8073.0, 8069.0, 8069.0, 8079.0, 8065.0, 8067.0, 8063.0, 8066.0, 8046.0, 8050.0, 8051.0, 8064.0, 8076.0, 8046.0, 8061.0, 8063.0, 8047.0, 8062.0, 8050.0, 8048.0, 8069.0, 8049.0, 8049.0, 8089.0, 8060.0, 8075.0, 8060.0, 8074.0, 8047.0, 8056.0, 8041.0, 8030.0, 8040.0, 8023.0, 8063.0, 8025.0, 8051.0, 8023.0, 8034.0, 8037.0, 8020.0, 8034.0, 8041.0, 8023.0, 8039.0, 8052.0, 8042.0, 8056.0, 8060.0, 8043.0, 8057.0, 8045.0, 8040.0, 8045.0, 8055.0, 8058.0, 8076.0, 8063.0, 8065.0, 8061.0, 8045.0, 8046.0, 8065.0, 8065.0, 8055.0, 8063.0, 8052.0, 8055.0, 8068.0, 8088.0, 8070.0, 8065.0, 8065.0, 8067.0, 8068.0, 8093.0, 8050.0, 8096.0, 8062.0, 8059.0, 8023.0, 8037.0, 8047.0, 8036.0, 8051.0, 8035.0, 8024.0, 8053.0, 8039.0, 8037.0, 8060.0, 8045.0, 8062.0, 8062.0, 8065.0, 8049.0, 8067.0, 8067.0, 8047.0, 8066.0, 8077.0, 8064.0, 8063.0, 8064.0, 8065.0, 8061.0, 8049.0, 8060.0, 8041.0, 8053.0, 8042.0, 8028.0, 8042.0, 8064.0, 8032.0, 8060.0, 8080.0, 8066.0, 8048.0, 8062.0, 8046.0, 8045.0, 8046.0, 8074.0, 8065.0, 8063.0, 8062.0, 8047.0, 8059.0, 8049.0, 8046.0, 8060.0, 8060.0, 8059.0, 8064.0, 8042.0, 8050.0, 8061.0, 8048.0, 8074.0, 8045.0, 8028.0, 8042.0, 8059.0, 8027.0, 8047.0, 8074.0, 8063.0, 8048.0, 8060.0, 8050.0, 8029.0, 8060.0, 8057.0, 8045.0, 8060.0, 8064.0, 8049.0, 8063.0, 8053.0, 8051.0, 8068.0, 8078.0, 8051.0, 8063.0, 8063.0, 8079.0, 8064.0, 8066.0, 8093.0, 8048.0, 8076.0, 8044.0, 8043.0, 8043.0, 8059.0, 8057.0, 8063.0, 8061.0, 8062.0, 8076.0, 8062.0, 8057.0, 8069.0, 8078.0, 8045.0, 8067.0, 8065.0, 8073.0, 8087.0, 8070.0, 8053.0, 8067.0, 8069.0, 8050.0, 8051.0, 8094.0, 8064.0, 8078.0, 8046.0, 8046.0, 8042.0, 8043.0, 8038.0, 8039.0, 8051.0, 8044.0, 8057.0, 8043.0, 8025.0, 8057.0, 8043.0, 8063.0, 8049.0, 8066.0, 8069.0, 8097.0, 8067.0, 8079.0, 8045.0, 8047.0, 8056.0, 8044.0, 8057.0, 8040.0, 8040.0, 8038.0, 8043.0, 8057.0, 8043.0, 8059.0, 8043.0, 8027.0, 8039.0, 8041.0, 8024.0, 8058.0, 8041.0, 8059.0, 8049.0, 8060.0, 8063.0, 8033.0, 8050.0, 8062.0, 8062.0, 8049.0, 8061.0, 8050.0, 8049.0, 8068.0, 8049.0, 8068.0, 8080.0, 8066.0, 8064.0, 8063.0, 8067.0, 8049.0, 8070.0, 8052.0, 8065.0, 8082.0, 8065.0, 8051.0, 8065.0, 8068.0, 8065.0, 8068.0, 8052.0, 8071.0, 8080.0, 8066.0, 8079.0, 8061.0, 8079.0, 8063.0, 8065.0, 8045.0, 8051.0, 8050.0, 8047.0, 8073.0, 8043.0, 8056.0, 8041.0, 8057.0, 8056.0, 8043.0, 8010.0, 8042.0, 8052.0, 8041.0, 8041.0, 8060.0, 8049.0, 8064.0, 8066.0, 8067.0, 8072.0, 8067.0, 8064.0, 8077.0, 8064.0, 8081.0, 8065.0, 8081.0, 8061.0, 8048.0, 8043.0, 8043.0, 8068.0, 8040.0, 8055.0, 8043.0, 8042.0, 8041.0, 8044.0, 8043.0, 8042.0, 8055.0, 8042.0, 8055.0, 8042.0, 8043.0, 8042.0, 8046.0, 8029.0, 8047.0, 8059.0, 8058.0, 8042.0, 8043.0, 8043.0, 8041.0, 8062.0, 8059.0, 8050.0, 8032.0, 8050.0, 8076.0, 8050.0, 8048.0, 8061.0, 8062.0, 8044.0, 8051.0, 8090.0, 8061.0, 8075.0, 8044.0, 8045.0, 8043.0, 8059.0, 8042.0, 8046.0, 8071.0, 8060.0, 8046.0, 8061.0, 8046.0, 8047.0, 8064.0, 8046.0, 8062.0, 8058.0, 8047.0, 8047.0, 8062.0, 8062.0, 8030.0, 8049.0, 8075.0, 8062.0, 8030.0, 8044.0, 8047.0, 8031.0, 8065.0, 8078.0, 8052.0, 8063.0, 8068.0, 8053.0, 8047.0, 8065.0, 8046.0, 8068.0, 8088.0, 8089.0, 8112.0, 8090.0, 8101.0, 8066.0, 8032.0, 8059.0, 8034.0, 8073.0, 8090.0, 8069.0, 8057.0, 8095.0, 8067.0, 8082.0, 8051.0, 8051.0, 8074.0, 8048.0, 8076.0, 8049.0, 8061.0, 8049.0, 8048.0, 8049.0, 8061.0, 8044.0, 8045.0, 8044.0, 8057.0, 8068.0, 8023.0, 8063.0, 8016.0, 8046.0, 8013.0, 8011.0, 7997.0, 7996.0, 8036.0, 7996.0, 8024.0, 7994.0, 8007.0, 8011.0, 8013.0, 8014.0, 8003.0, 8014.0, 8002.0, 8044.0, 8018.0, 8018.0, 8014.0, 8002.0, 8028.0, 8002.0, 8015.0, 8016.0, 8019.0, 8031.0, 8039.0, 8024.0, 8042.0, 8027.0, 8059.0, 8061.0, 8042.0, 8046.0, 8057.0, 8046.0, 8063.0, 8063.0, 8052.0, 8050.0, 8070.0, 8071.0, 8054.0, 8091.0, 8051.0, 8047.0, 8064.0, 8052.0, 8048.0, 8071.0, 8081.0, 8068.0, 8081.0, 8070.0, 8071.0, 8071.0, 8068.0, 8070.0, 8071.0, 8090.0, 8081.0, 8079.0, 8082.0, 8084.0, 8102.0, 8092.0, 8074.0, 8101.0, 8071.0, 8103.0, 8070.0, 8072.0, 8069.0, 8073.0, 8085.0, 8054.0, 8068.0, 8068.0, 8085.0, 8055.0, 8076.0, 8088.0, 8074.0, 8085.0, 8071.0, 8084.0, 8050.0, 8069.0, 8094.0, 8065.0, 8079.0, 8049.0, 8053.0, 8064.0, 8049.0, 8033.0, 8050.0, 8076.0, 8083.0, 8081.0, 8067.0, 8071.0, 8065.0, 8070.0, 8051.0, 8048.0, 8078.0, 8061.0, 8077.0, 8059.0, 8051.0, 8045.0, 8049.0, 8090.0, 8043.0, 8059.0, 8042.0, 8029.0, 8042.0, 8062.0, 8049.0, 8066.0, 8064.0, 8067.0, 8082.0, 8065.0, 8065.0, 8064.0, 8070.0, 8050.0, 8056.0, 8095.0, 8063.0, 8080.0, 8048.0, 8048.0, 8043.0, 8048.0, 8074.0, 8049.0, 8077.0, 8052.0, 8049.0, 8052.0, 8052.0, 8049.0, 8052.0, 8063.0, 8066.0, 8079.0, 8068.0, 8072.0, 8071.0, 8039.0, 8054.0, 8073.0, 8036.0, 8072.0, 8078.0, 8073.0, 8088.0, 8060.0, 8071.0, 8081.0, 8060.0, 8067.0, 8083.0, 8105.0, 8090.0, 8074.0, 8042.0, 8061.0, 8082.0, 8117.0, 8101.0, 8099.0, 8108.0, 8073.0, 8102.0, 8067.0, 8064.0, 8045.0, 8032.0, 8043.0, 8025.0, 8024.0, 8022.0, 8040.0, 8029.0, 8044.0, 8061.0, 8058.0, 8046.0, 8043.0, 8029.0, 8024.0, 8022.0, 8021.0, 8023.0, 8038.0, 8040.0, 8052.0, 8041.0, 8041.0, 8046.0, 8055.0, 8042.0, 8042.0, 8057.0, 8070.0, 8074.0, 8087.0, 8076.0, 8101.0, 8085.0, 8105.0, 8119.0, 8083.0, 8114.0, 8062.0, 8075.0, 8087.0, 8053.0, 8056.0, 8051.0, 8023.0, 8053.0, 8057.0, 8012.0, 8058.0, 8057.0, 8059.0, 8058.0, 8061.0, 8029.0, 8060.0, 8050.0, 8050.0, 8085.0, 8054.0, 8087.0, 8084.0, 8110.0, 8093.0, 8089.0, 8050.0, 8064.0, 8066.0, 8065.0, 8070.0, 8068.0, 8070.0, 8084.0, 8072.0, 8085.0, 8083.0, 8069.0, 8084.0, 8089.0, 8074.0, 8075.0, 8074.0, 8076.0, 8089.0, 8073.0, 8071.0, 8071.0, 8072.0, 8073.0, 8088.0, 8087.0, 8072.0, 8089.0, 8071.0, 8055.0, 8069.0, 8071.0, 8071.0, 8073.0, 8057.0, 8088.0, 8088.0, 8071.0, 8085.0, 8069.0, 8069.0, 8068.0, 8072.0, 8071.0, 8055.0, 8066.0, 8068.0, 8067.0, 8067.0, 8053.0, 8066.0, 8069.0, 8052.0, 8069.0, 8096.0, 8068.0, 8083.0, 8068.0, 8053.0, 8063.0, 8050.0, 8035.0, 8063.0, 8078.0, 8064.0, 8076.0, 8047.0, 8032.0, 8069.0, 8095.0, 8090.0, 8090.0, 8086.0, 8075.0, 8103.0, 8073.0, 8066.0, 8065.0, 8066.0, 8060.0, 8050.0, 8046.0, 8046.0, 8056.0, 8044.0, 8043.0, 8060.0, 8045.0, 8087.0, 8068.0, 8092.0, 8112.0, 8063.0, 8088.0, 8067.0, 8089.0, 8082.0, 8063.0, 8045.0, 8061.0, 8061.0, 8060.0, 8053.0, 8061.0, 8046.0, 8072.0, 8044.0, 8057.0, 8043.0, 8043.0, 8041.0, 8030.0, 8043.0, 8045.0, 8055.0, 8043.0, 8029.0, 8062.0, 8048.0, 8060.0, 8050.0, 8047.0, 8051.0, 8078.0, 8050.0, 8075.0, 8046.0, 8062.0, 8062.0, 8066.0, 8035.0, 8049.0, 8091.0, 8046.0, 8058.0, 8042.0, 8043.0, 8041.0, 8042.0, 8042.0, 8041.0, 8068.0, 8025.0, 8054.0, 8039.0, 8024.0, 8041.0, 8042.0, 8024.0, 8044.0, 8073.0, 8062.0, 8058.0, 8044.0, 8044.0, 8041.0, 8044.0, 8041.0, 8046.0, 8071.0, 8045.0, 8060.0, 8046.0, 8045.0, 8041.0, 8032.0, 8031.0, 8045.0, 8042.0, 8043.0, 8031.0, 8041.0, 8048.0, 8034.0, 8063.0, 8077.0, 8065.0, 8049.0, 8047.0, 8045.0, 8032.0, 8065.0, 8063.0, 8070.0, 8071.0, 8071.0, 8056.0, 8071.0, 8071.0, 8052.0, 8069.0, 8080.0, 8083.0, 8081.0, 8070.0, 8050.0, 8065.0, 8052.0, 8048.0, 8052.0, 8076.0, 8066.0, 8087.0, 8074.0, 8068.0, 8054.0, 8052.0, 8069.0, 8053.0, 8070.0, 8067.0, 8089.0, 8105.0, 8071.0, 8099.0, 8064.0, 8048.0, 8072.0, 8039.0, 8039.0, 8025.0, 8022.0, 8056.0, 8028.0, 8042.0, 8046.0, 8044.0, 8051.0, 8061.0, 8060.0, 8045.0, 8060.0, 8035.0, 8062.0, 8064.0, 8048.0, 8051.0, 8053.0, 8068.0, 8062.0, 8063.0, 8047.0, 8062.0, 8052.0, 8050.0, 8055.0, 8063.0, 8067.0, 8079.0, 8063.0, 8045.0, 8059.0, 8050.0, 8060.0, 8056.0, 8066.0, 8069.0, 8081.0, 8065.0, 8049.0, 8061.0, 8047.0, 8045.0, 8052.0, 8076.0, 8063.0, 8061.0, 8046.0, 8047.0, 8058.0, 8045.0, 8029.0, 8047.0, 8072.0, 8061.0, 8061.0, 8047.0, 8045.0, 8043.0, 8043.0, 8025.0, 8043.0, 8054.0, 8042.0, 8044.0, 8046.0, 8046.0, 8044.0, 8049.0, 8031.0, 8047.0, 8062.0, 8063.0, 8047.0, 8061.0, 8050.0, 8061.0, 8052.0, 8048.0, 8053.0, 8076.0, 8047.0, 8062.0, 8047.0, 8052.0, 8063.0, 8053.0, 8049.0, 8070.0, 8052.0, 8067.0, 8064.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.0011617708333333332</td></tr>
<tr><td colspan=3>aqi</td><td>0.018313854774305558</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.948222971329336</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1859202407384886</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0200114957515218</td></tr>
<tr><td colspan=3>efc</td><td>0.4754</td></tr>
<tr><td colspan=3>fber</td><td>3919.0588</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07183383706248007</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>38</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>3.298611111111111</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5494758385988527</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5150778491267802</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7636571159274617</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3696925507423163</td></tr>
<tr><td colspan=3>gcor</td><td>0.00924457</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.003138383384793997</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.026975246146321297</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.551647471537162</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>25.5659</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>41.4627</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>142.8311</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>47.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>299980.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>619.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>260.7761</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.8093</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>498.0275</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2742.8556</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>2920.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>76564.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>720.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3687.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>822.1483</td></tr>
<tr><td colspan=3>tsnr</td><td>38.70137650880497</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>