ds005256-mriqc/sub-0056_ses-02_task-narratives_acq-mb8_run-04_bold.html
Felix Hoffstaedter 4ab051eaec [DATALAD RUNCMD] Compute MRIQC for sub-0056
=== 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-0056 --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-0056",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-18 22:40:31 +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-0056_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-0056_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-0056_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-0056/figures/sub-0056_ses-02_task-narratives_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0056/figures/sub-0056_ses-02_task-narratives_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0056/figures/sub-0056_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-0056_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-0056/figures/sub-0056_ses-02_task-narratives_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0056/figures/sub-0056_ses-02_task-narratives_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0056/figures/sub-0056_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-0056_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-0056/figures/sub-0056_ses-02_task-narratives_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0056/figures/sub-0056_ses-02_task-narratives_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0056/figures/sub-0056_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-0056_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-0056/figures/sub-0056_ses-02_task-narratives_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0056/figures/sub-0056_ses-02_task-narratives_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0056/figures/sub-0056_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-0056_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-0056/figures/sub-0056_ses-02_task-narratives_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0056/figures/sub-0056_ses-02_task-narratives_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0056/figures/sub-0056_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-0056_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-0056/figures/sub-0056_ses-02_task-narratives_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0056/figures/sub-0056_ses-02_task-narratives_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0056/figures/sub-0056_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-0056_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-0056/figures/sub-0056_ses-02_task-narratives_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0056/figures/sub-0056_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-0056/figures/sub-0056_ses-02_task-narratives_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0056/figures/sub-0056_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-0056/ses-02/func/sub-0056_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>9e525eeb1d18be5d6b054f641c5fe35b</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>17:59:11.272500</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.997429, 0.0712687, -0.00744754, -0.0709717, 0.996881, 0.0345231]</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.0926126</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>[4160, -7779, -7202, 826, -32, -262, 67, 60]</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>229.28</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>62c90d2f-2d4a-46ce-a0c6-36fc90af53e3||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.676029920578003, -0.19041197001934052, -0.026688745245337486, 118.06438446044922], [-0.19120873510837555, 2.674558162689209, 0.09154562652111053, -97.58012390136719], [-0.01998119242489338, -0.09262295067310333, 2.6983156204223633, -50.086769104003906], [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': ['175911.272500', '175911.732500', '175912.192500', '175912.652500', '175913.112500', '175913.572500', '175914.032500', '175914.492500', '175914.952500', '175915.412500', '175915.872500', '175916.332500', '175916.792500', '175917.252500', '175917.712500', '175918.172500', '175918.632500', '175919.092500', '175919.552500', '175920.012500', '175920.472500', '175920.932500', '175921.392500', '175921.852500', '175922.312500', '175922.772500', '175923.232500', '175923.692500', '175924.152500', '175924.612500', '175925.072500', '175925.532500', '175925.992500', '175926.452500', '175926.912500', '175927.372500', '175927.832500', '175928.292500', '175928.752500', '175929.212500', '175929.672500', '175930.132500', '175930.592500', '175931.052500', '175931.512500', '175931.972500', '175932.432500', '175932.892500', '175933.352500', '175933.812500', '175934.272500', '175934.732500', '175935.192500', '175935.652500', '175936.112500', '175936.572500', '175937.032500', '175937.492500', '175937.952500', '175938.412500', '175938.872500', '175939.332500', '175939.792500', '175940.252500', '175940.712500', '175941.172500', '175941.632500', '175942.092500', '175942.552500', '175943.012500', '175943.472500', '175943.932500', '175944.392500', '175944.852500', '175945.312500', '175945.772500', '175946.232500', '175946.692500', '175947.152500', '175947.612500', '175948.072500', '175948.532500', '175948.992500', '175949.452500', '175949.912500', '175950.372500', '175950.832500', '175951.292500', '175951.752500', '175952.212500', '175952.672500', '175953.132500', '175953.592500', '175954.052500', '175954.512500', '175954.972500', '175955.432500', '175955.892500', '175956.352500', '175956.812500', '175957.272500', '175957.732500', '175958.192500', '175958.652500', '175959.112500', '175959.572500', '180000.032500', '180000.492500', '180000.952500', '180001.412500', '180001.872500', '180002.332500', '180002.792500', '180003.252500', '180003.712500', '180004.172500', '180004.632500', '180005.092500', '180005.552500', '180006.012500', '180006.472500', '180006.932500', '180007.392500', '180007.852500', '180008.312500', '180008.772500', '180009.232500', '180009.692500', '180010.152500', '180010.612500', '180011.072500', '180011.532500', '180011.992500', '180012.452500', '180012.912500', '180013.372500', '180013.832500', '180014.292500', '180014.752500', '180015.212500', '180015.672500', '180016.132500', '180016.592500', '180017.052500', '180017.512500', '180017.972500', '180018.432500', '180018.892500', '180019.352500', '180019.812500', '180020.272500', '180020.732500', '180021.192500', '180021.652500', '180022.112500', '180022.572500', '180023.032500', '180023.492500', '180023.952500', '180024.412500', '180024.872500', '180025.332500', '180025.792500', '180026.252500', '180026.712500', '180027.172500', '180027.632500', '180028.092500', '180028.552500', '180029.012500', '180029.472500', '180029.932500', '180030.392500', '180030.852500', '180031.312500', '180031.772500', '180032.232500', '180032.692500', '180033.152500', '180033.612500', '180034.072500', '180034.532500', '180034.992500', '180035.452500', '180035.912500', '180036.372500', '180036.832500', '180037.292500', '180037.752500', '180038.212500', '180038.672500', '180039.132500', '180039.592500', '180040.052500', '180040.512500', '180040.972500', '180041.432500', '180041.892500', '180042.352500', '180042.812500', '180043.272500', '180043.732500', '180044.192500', '180044.652500', '180045.112500', '180045.572500', '180046.032500', '180046.492500', '180046.952500', '180047.412500', '180047.872500', '180048.332500', '180048.792500', '180049.252500', '180049.712500', '180050.172500', '180050.632500', '180051.092500', '180051.552500', '180052.012500', '180052.472500', '180052.932500', '180053.392500', '180053.852500', '180054.312500', '180054.772500', '180055.232500', '180055.692500', '180056.152500', '180056.612500', '180057.072500', '180057.532500', '180057.992500', '180058.452500', '180058.912500', '180059.372500', '180059.832500', '180100.292500', '180100.752500', '180101.212500', '180101.672500', '180102.132500', '180102.592500', '180103.052500', '180103.512500', '180103.972500', '180104.432500', '180104.892500', '180105.352500', '180105.812500', '180106.272500', '180106.732500', '180107.192500', '180107.652500', '180108.112500', '180108.572500', '180109.032500', '180109.492500', '180109.952500', '180110.412500', '180110.872500', '180111.332500', '180111.792500', '180112.252500', '180112.712500', '180113.172500', '180113.632500', '180114.092500', '180114.552500', '180115.012500', '180115.472500', '180115.932500', '180116.392500', '180116.852500', '180117.312500', '180117.772500', '180118.232500', '180118.692500', '180119.152500', '180119.612500', '180120.072500', '180120.532500', '180120.992500', '180121.452500', '180121.912500', '180122.372500', '180122.832500', '180123.292500', '180123.752500', '180124.212500', '180124.672500', '180125.132500', '180125.592500', '180126.052500', '180126.512500', '180126.972500', '180127.432500', '180127.892500', '180128.352500', '180128.812500', '180129.272500', '180129.732500', '180130.192500', '180130.652500', '180131.112500', '180131.572500', '180132.032500', '180132.492500', '180132.952500', '180133.412500', '180133.872500', '180134.332500', '180134.792500', '180135.252500', '180135.712500', '180136.172500', '180136.632500', '180137.092500', '180137.552500', '180138.012500', '180138.472500', '180138.932500', '180139.392500', '180139.852500', '180140.312500', '180140.772500', '180141.232500', '180141.692500', '180142.152500', '180142.612500', '180143.072500', '180143.532500', '180143.992500', '180144.452500', '180144.912500', '180145.372500', '180145.832500', '180146.292500', '180146.752500', '180147.212500', '180147.672500', '180148.132500', '180148.592500', '180149.052500', '180149.512500', '180149.972500', '180150.432500', '180150.892500', '180151.352500', '180151.812500', '180152.272500', '180152.732500', '180153.192500', '180153.652500', '180154.112500', '180154.572500', '180155.032500', '180155.492500', '180155.952500', '180156.412500', '180156.872500', '180157.332500', '180157.792500', '180158.252500', '180158.712500', '180159.172500', '180159.632500', '180200.092500', '180200.552500', '180201.012500', '180201.472500', '180201.932500', '180202.392500', '180202.852500', '180203.312500', '180203.772500', '180204.232500', '180204.692500', '180205.152500', '180205.612500', '180206.072500', '180206.532500', '180206.992500', '180207.452500', '180207.912500', '180208.372500', '180208.832500', '180209.292500', '180209.752500', '180210.212500', '180210.672500', '180211.132500', '180211.592500', '180212.052500', '180212.512500', '180212.972500', '180213.432500', '180213.892500', '180214.352500', '180214.812500', '180215.272500', '180215.732500', '180216.192500', '180216.652500', '180217.112500', '180217.572500', '180218.032500', '180218.492500', '180218.952500', '180219.412500', '180219.872500', '180220.332500', '180220.792500', '180221.252500', '180221.712500', '180222.172500', '180222.632500', '180223.092500', '180223.552500', '180224.012500', '180224.472500', '180224.932500', '180225.392500', '180225.852500', '180226.312500', '180226.772500', '180227.232500', '180227.692500', '180228.152500', '180228.612500', '180229.072500', '180229.532500', '180229.992500', '180230.452500', '180230.912500', '180231.372500', '180231.832500', '180232.292500', '180232.752500', '180233.212500', '180233.672500', '180234.132500', '180234.592500', '180235.052500', '180235.512500', '180235.972500', '180236.432500', '180236.892500', '180237.352500', '180237.812500', '180238.272500', '180238.732500', '180239.192500', '180239.652500', '180240.112500', '180240.572500', '180241.032500', '180241.492500', '180241.952500', '180242.412500', '180242.872500', '180243.332500', '180243.792500', '180244.252500', '180244.712500', '180245.172500', '180245.632500', '180246.092500', '180246.552500', '180247.012500', '180247.472500', '180247.932500', '180248.392500', '180248.852500', '180249.312500', '180249.772500', '180250.232500', '180250.692500', '180251.152500', '180251.612500', '180252.072500', '180252.532500', '180252.992500', '180253.452500', '180253.912500', '180254.372500', '180254.832500', '180255.292500', '180255.752500', '180256.212500', '180256.672500', '180257.132500', '180257.592500', '180258.052500', '180258.512500', '180258.972500', '180259.432500', '180259.892500', '180300.352500', '180300.812500', '180301.272500', '180301.732500', '180302.192500', '180302.652500', '180303.112500', '180303.572500', '180304.032500', '180304.492500', '180304.952500', '180305.412500', '180305.872500', '180306.332500', '180306.792500', '180307.252500', '180307.712500', '180308.172500', '180308.632500', '180309.092500', '180309.552500', '180310.012500', '180310.472500', '180310.932500', '180311.392500', '180311.852500', '180312.312500', '180312.772500', '180313.232500', '180313.692500', '180314.152500', '180314.612500', '180315.072500', '180315.532500', '180315.992500', '180316.452500', '180316.912500', '180317.372500', '180317.832500', '180318.292500', '180318.752500', '180319.212500', '180319.672500', '180320.132500', '180320.592500', '180321.052500', '180321.512500', '180321.972500', '180322.432500', '180322.892500', '180323.352500', '180323.812500', '180324.272500', '180324.732500', '180325.192500', '180325.652500', '180326.112500', '180326.572500', '180327.032500', '180327.492500', '180327.952500', '180328.412500', '180328.872500', '180329.332500', '180329.792500', '180330.252500', '180330.712500', '180331.172500', '180331.632500', '180332.092500', '180332.552500', '180333.012500', '180333.472500', '180333.932500', '180334.392500', '180334.852500', '180335.312500', '180335.772500', '180336.232500', '180336.692500', '180337.152500', '180337.612500', '180338.072500', '180338.532500', '180338.992500', '180339.452500', '180339.912500', '180340.372500', '180340.832500', '180341.292500', '180341.752500', '180342.212500', '180342.672500', '180343.132500', '180343.592500', '180344.052500', '180344.512500', '180344.972500', '180345.432500', '180345.892500', '180346.352500', '180346.812500', '180347.272500', '180347.732500', '180348.192500', '180348.652500', '180349.112500', '180349.572500', '180350.032500', '180350.492500', '180350.952500', '180351.412500', '180351.872500', '180352.332500', '180352.792500', '180353.252500', '180353.712500', '180354.172500', '180354.632500', '180355.092500', '180355.552500', '180356.012500', '180356.472500', '180356.932500', '180357.392500', '180357.852500', '180358.312500', '180358.772500', '180359.232500', '180359.692500', '180400.152500', '180400.612500', '180401.072500', '180401.532500', '180401.992500', '180402.452500', '180402.912500', '180403.372500', '180403.832500', '180404.292500', '180404.752500', '180405.212500', '180405.672500', '180406.132500', '180406.592500', '180407.052500', '180407.512500', '180407.972500', '180408.432500', '180408.892500', '180409.352500', '180409.812500', '180410.272500', '180410.732500', '180411.192500', '180411.652500', '180412.112500', '180412.572500', '180413.032500', '180413.492500', '180413.952500', '180414.412500', '180414.872500', '180415.332500', '180415.792500', '180416.252500', '180416.712500', '180417.172500', '180417.632500', '180418.092500', '180418.552500', '180419.012500', '180419.472500', '180419.932500', '180420.392500', '180420.852500', '180421.312500', '180421.772500', '180422.232500', '180422.692500', '180423.152500', '180423.612500', '180424.072500', '180424.532500', '180424.992500', '180425.452500', '180425.912500', '180426.372500', '180426.832500', '180427.292500', '180427.752500', '180428.212500', '180428.672500', '180429.132500', '180429.592500', '180430.052500', '180430.512500', '180430.972500', '180431.432500', '180431.892500', '180432.352500', '180432.812500', '180433.272500', '180433.732500', '180434.192500', '180434.652500', '180435.112500', '180435.572500', '180436.032500', '180436.492500', '180436.952500', '180437.412500', '180437.872500', '180438.332500', '180438.792500', '180439.252500', '180439.712500', '180440.172500', '180440.632500', '180441.092500', '180441.552500', '180442.012500', '180442.472500', '180442.932500', '180443.392500', '180443.852500', '180444.312500', '180444.772500', '180445.232500', '180445.692500', '180446.152500', '180446.612500', '180447.072500', '180447.532500', '180447.992500', '180448.452500', '180448.912500', '180449.372500', '180449.832500', '180450.292500', '180450.752500', '180451.212500', '180451.672500', '180452.132500', '180452.592500', '180453.052500', '180453.512500', '180453.972500', '180454.432500', '180454.892500', '180455.352500', '180455.812500', '180456.272500', '180456.732500', '180457.192500', '180457.652500', '180458.112500', '180458.572500', '180459.032500', '180459.492500', '180459.952500', '180500.412500', '180500.872500', '180501.332500', '180501.792500', '180502.252500', '180502.712500', '180503.172500', '180503.632500', '180504.092500', '180504.552500', '180505.012500', '180505.472500', '180505.932500', '180506.392500', '180506.852500', '180507.312500', '180507.772500', '180508.232500', '180508.692500', '180509.152500', '180509.612500', '180510.072500', '180510.532500', '180510.992500', '180511.452500', '180511.912500', '180512.372500', '180512.832500', '180513.292500', '180513.752500', '180514.212500', '180514.672500', '180515.132500', '180515.592500', '180516.052500', '180516.512500', '180516.972500', '180517.432500', '180517.892500', '180518.352500', '180518.812500', '180519.272500', '180519.732500', '180520.192500', '180520.652500', '180521.112500', '180521.572500', '180522.032500', '180522.492500', '180522.952500', '180523.412500', '180523.872500', '180524.332500', '180524.792500', '180525.252500', '180525.712500', '180526.172500', '180526.632500', '180527.092500', '180527.552500', '180528.012500', '180528.472500', '180528.932500', '180529.392500', '180529.852500', '180530.312500', '180530.772500', '180531.232500', '180531.692500', '180532.152500', '180532.612500', '180533.072500', '180533.532500', '180533.992500', '180534.452500', '180534.912500', '180535.372500', '180535.832500', '180536.292500', '180536.752500', '180537.212500', '180537.672500', '180538.132500', '180538.592500', '180539.052500', '180539.512500', '180539.972500', '180540.432500', '180540.892500', '180541.352500', '180541.812500', '180542.272500', '180542.732500', '180543.192500', '180543.652500', '180544.112500', '180544.572500', '180545.032500', '180545.492500', '180545.952500', '180546.412500', '180546.872500', '180547.332500', '180547.792500', '180548.252500', '180548.712500', '180549.172500', '180549.632500', '180550.092500', '180550.552500', '180551.012500', '180551.472500', '180551.932500', '180552.392500', '180552.852500', '180553.312500', '180553.772500', '180554.232500', '180554.692500', '180555.152500', '180555.612500', '180556.072500', '180556.532500', '180556.992500', '180557.452500', '180557.912500', '180558.372500', '180558.832500', '180559.292500', '180559.752500', '180600.212500', '180600.672500', '180601.132500', '180601.592500', '180602.052500', '180602.512500', '180602.972500', '180603.432500', '180603.892500', '180604.352500', '180604.812500', '180605.272500', '180605.732500', '180606.192500', '180606.652500', '180607.112500', '180607.572500', '180608.032500', '180608.492500', '180608.952500', '180609.412500', '180609.872500', '180610.332500', '180610.792500', '180611.252500', '180611.712500', '180612.172500', '180612.632500', '180613.092500', '180613.552500', '180614.012500', '180614.472500', '180614.932500', '180615.392500', '180615.852500', '180616.312500', '180616.772500', '180617.232500', '180617.692500', '180618.152500', '180618.612500', '180619.072500', '180619.532500', '180619.992500', '180620.452500', '180620.912500', '180621.372500', '180621.832500', '180622.292500', '180622.752500', '180623.212500', '180623.672500', '180624.132500', '180624.592500', '180625.052500', '180625.512500', '180625.972500', '180626.432500', '180626.892500', '180627.352500', '180627.812500', '180628.272500', '180628.732500', '180629.192500', '180629.652500', '180630.112500', '180630.572500', '180631.032500', '180631.492500', '180631.952500', '180632.412500', '180632.872500', '180633.332500', '180633.792500', '180634.252500', '180634.712500', '180635.172500', '180635.632500', '180636.092500', '180636.552500', '180637.012500', '180637.472500', '180637.932500', '180638.392500', '180638.852500', '180639.312500', '180639.772500', '180640.232500', '180640.692500', '180641.152500', '180641.612500', '180642.072500', '180642.532500', '180642.992500', '180643.452500', '180643.912500', '180644.372500', '180644.832500', '180645.292500', '180645.752500', '180646.212500', '180646.672500', '180647.132500', '180647.592500', '180648.052500', '180648.512500', '180648.972500', '180649.432500', '180649.892500', '180650.352500', '180650.812500', '180651.272500', '180651.732500', '180652.192500', '180652.652500', '180653.112500', '180653.572500', '180654.032500', '180654.492500', '180654.952500', '180655.412500', '180655.872500', '180656.332500', '180656.792500', '180657.252500', '180657.712500', '180658.172500', '180658.632500', '180659.092500', '180659.552500', '180700.012500', '180700.472500', '180700.932500', '180701.392500', '180701.852500', '180702.312500', '180702.772500', '180703.232500', '180703.692500', '180704.152500', '180704.612500', '180705.072500', '180705.532500', '180705.992500', '180706.452500', '180706.912500', '180707.372500', '180707.832500', '180708.292500', '180708.752500', '180709.212500', '180709.672500', '180710.132500', '180710.592500', '180711.052500', '180711.512500', '180711.972500', '180712.432500', '180712.892500', '180713.352500', '180713.812500', '180714.272500', '180714.732500', '180715.192500', '180715.652500', '180716.112500', '180716.572500', '180717.032500', '180717.492500', '180717.952500', '180718.412500', '180718.872500', '180719.332500', '180719.792500', '180720.252500', '180720.712500', '180721.172500', '180721.632500', '180722.092500', '180722.552500', '180723.012500', '180723.472500', '180723.932500', '180724.392500', '180724.852500', '180725.312500', '180725.772500', '180726.232500', '180726.692500', '180727.152500', '180727.612500', '180728.072500', '180728.532500', '180728.992500', '180729.452500', '180729.912500', '180730.372500', '180730.832500', '180731.292500', '180731.752500', '180732.212500', '180732.672500', '180733.132500', '180733.592500', '180734.052500', '180734.512500', '180734.972500', '180735.432500', '180735.892500', '180736.352500', '180736.812500', '180737.272500', '180737.732500', '180738.192500', '180738.652500', '180739.112500', '180739.572500', '180740.032500', '180740.492500', '180740.952500', '180741.412500', '180741.872500', '180742.332500', '180742.792500', '180743.252500', '180743.712500', '180744.172500', '180744.632500', '180745.092500', '180745.552500', '180746.012500', '180746.472500', '180746.932500', '180747.392500', '180747.852500', '180748.312500', '180748.772500', '180749.232500', '180749.692500', '180750.152500', '180750.612500', '180751.072500', '180751.532500', '180751.992500', '180752.452500', '180752.912500', '180753.372500', '180753.832500', '180754.292500', '180754.752500', '180755.212500', '180755.672500', '180756.132500', '180756.592500', '180757.052500', '180757.512500', '180757.972500', '180758.432500', '180758.892500', '180759.352500', '180759.812500', '180800.272500', '180800.732500', '180801.192500', '180801.652500', '180802.112500', '180802.572500'], 'ContentTime': ['175933.580000', '175933.583000', '175933.592000', '175933.594000', '175933.597000', '175933.600000', '175933.602000', '175933.605000', '175933.608000', '175933.610000', '175933.613000', '175933.616000', '175933.619000', '175933.634000', '175933.636000', '175933.639000', '175933.642000', '175933.644000', '175933.647000', '175933.650000', '175933.652000', '175933.655000', '175933.658000', '175933.661000', '175933.663000', '175933.666000', '175933.668000', '175933.671000', '175933.674000', '175933.677000', '175933.679000', '175933.682000', '175933.684000', '175933.687000', '175933.690000', '175933.692000', '175933.695000', '175933.698000', '175933.701000', '175933.704000', '175933.707000', '175933.710000', '175933.712000', '175933.715000', '175933.718000', '175933.721000', '175953.550000', '175953.553000', '175953.556000', '175953.558000', '175953.561000', '175953.563000', '175953.566000', '175953.569000', '175953.571000', '175953.574000', '175953.576000', '175953.579000', '175953.581000', '175953.584000', '175953.586000', '175953.589000', '175953.592000', '175953.594000', '175953.597000', '175953.600000', '175953.602000', '175953.605000', '175953.607000', '175953.610000', '175953.612000', '175953.615000', '175953.617000', '175953.620000', '175953.627000', '175953.630000', '175953.632000', '175953.635000', '175953.637000', '175953.640000', '175953.642000', '175953.645000', '175953.648000', '175953.650000', '175953.653000', '175953.655000', '175953.658000', '175953.660000', '175953.663000', '175953.665000', '180013.550000', '180013.553000', '180013.560000', '180013.562000', '180013.565000', '180013.568000', '180013.570000', '180013.573000', '180013.575000', '180013.578000', '180013.580000', '180013.583000', '180013.585000', '180013.588000', '180013.591000', '180013.593000', '180013.596000', '180013.598000', '180013.601000', '180013.604000', '180013.606000', '180013.609000', '180013.614000', '180013.616000', '180013.619000', '180013.621000', '180013.624000', '180013.626000', '180013.629000', '180013.631000', '180013.634000', '180013.636000', '180013.639000', '180013.642000', '180013.644000', '180013.647000', '180013.649000', '180013.652000', '180013.654000', '180013.657000', '180013.660000', '180013.662000', '180013.665000', '180033.550000', '180033.553000', '180033.556000', '180033.558000', '180033.561000', '180033.563000', '180033.566000', '180033.569000', '180033.571000', '180033.574000', '180033.576000', '180033.579000', '180033.581000', '180033.584000', '180033.586000', '180033.589000', '180033.592000', '180033.594000', '180033.597000', '180033.599000', '180033.602000', '180033.604000', '180033.607000', '180033.610000', '180033.612000', '180033.615000', '180033.618000', '180033.621000', '180033.623000', '180033.626000', '180033.628000', '180033.631000', '180033.633000', '180033.636000', '180033.638000', '180033.641000', '180033.644000', '180033.646000', '180033.649000', '180033.651000', '180033.654000', '180033.656000', '180033.659000', '180053.550000', '180053.553000', '180053.556000', '180053.558000', '180053.561000', '180053.563000', '180053.566000', '180053.568000', '180053.571000', '180053.574000', '180053.576000', '180053.579000', '180053.581000', '180053.584000', '180053.586000', '180053.589000', '180053.591000', '180053.594000', '180053.597000', '180053.599000', '180053.602000', '180053.604000', '180053.607000', '180053.609000', '180053.612000', '180053.615000', '180053.617000', '180053.620000', '180053.622000', '180053.625000', '180053.627000', '180053.630000', '180053.633000', '180053.635000', '180053.638000', '180053.640000', '180053.643000', '180053.645000', '180053.648000', '180053.650000', '180053.653000', '180053.656000', '180053.658000', '180053.661000', '180113.550000', '180113.553000', '180113.556000', '180113.558000', '180113.561000', '180113.563000', '180113.566000', '180113.569000', '180113.571000', '180113.574000', '180113.577000', '180113.580000', '180113.583000', '180113.586000', '180113.589000', '180113.591000', '180113.594000', '180113.596000', '180113.599000', '180113.601000', '180113.614000', '180113.616000', '180113.619000', '180113.622000', '180113.624000', '180113.627000', '180113.630000', '180113.632000', '180113.635000', '180113.638000', '180113.640000', '180113.643000', '180113.645000', '180113.648000', '180113.651000', '180113.653000', '180113.656000', '180113.658000', '180113.661000', '180113.663000', '180113.666000', '180113.668000', '180113.677000', '180133.551000', '180133.554000', '180133.557000', '180133.559000', '180133.562000', '180133.564000', '180133.567000', '180133.570000', '180133.572000', '180133.575000', '180133.577000', '180133.580000', '180133.582000', '180133.585000', '180133.587000', '180133.590000', '180133.593000', '180133.595000', '180133.598000', '180133.600000', '180133.603000', '180133.605000', '180133.608000', '180133.610000', '180133.613000', '180133.615000', '180133.618000', '180133.621000', '180133.623000', '180133.626000', '180133.628000', '180133.631000', '180133.633000', '180133.636000', '180133.639000', '180133.641000', '180133.644000', '180133.646000', '180133.649000', '180133.651000', '180133.654000', '180133.656000', '180133.659000', '180133.661000', '180153.551000', '180153.554000', '180153.557000', '180153.559000', '180153.562000', '180153.565000', '180153.567000', '180153.570000', '180153.572000', '180153.575000', '180153.577000', '180153.580000', '180153.583000', '180153.585000', '180153.588000', '180153.590000', '180153.593000', '180153.595000', '180153.598000', '180153.601000', '180153.604000', '180153.607000', '180153.610000', '180153.612000', '180153.615000', '180153.617000', '180153.620000', '180153.626000', '180153.628000', '180153.631000', '180153.633000', '180153.636000', '180153.639000', '180153.641000', '180153.644000', '180153.647000', '180153.649000', '180153.652000', '180153.654000', '180153.657000', '180153.659000', '180153.662000', '180153.665000', '180213.550000', '180213.553000', '180213.556000', '180213.558000', '180213.561000', '180213.564000', '180213.566000', '180213.569000', '180213.571000', '180213.574000', '180213.576000', '180213.579000', '180213.582000', '180213.584000', '180213.587000', '180213.589000', '180213.592000', '180213.594000', '180213.597000', '180213.600000', '180213.602000', '180213.605000', '180213.607000', '180213.610000', '180213.612000', '180213.615000', '180213.617000', '180213.620000', '180213.622000', '180213.625000', '180213.628000', '180213.630000', '180213.633000', '180213.636000', '180213.638000', '180213.641000', '180213.644000', '180213.646000', '180213.649000', '180213.651000', '180213.654000', '180213.656000', '180213.659000', '180213.661000', '180233.550000', '180233.553000', '180233.556000', '180233.558000', '180233.561000', '180233.564000', '180233.566000', '180233.569000', '180233.571000', '180233.574000', '180233.576000', '180233.579000', '180233.581000', '180233.584000', '180233.587000', '180233.589000', '180233.592000', '180233.595000', '180233.598000', '180233.601000', '180233.603000', '180233.606000', '180233.609000', '180233.611000', '180233.621000', '180233.624000', '180233.626000', '180233.629000', '180233.631000', '180233.634000', '180233.637000', '180233.639000', '180233.642000', '180233.645000', '180233.647000', '180233.650000', '180233.652000', '180233.655000', '180233.657000', '180233.660000', '180233.662000', '180233.665000', '180233.668000', '180253.550000', '180253.553000', '180253.563000', '180253.566000', '180253.568000', '180253.571000', '180253.574000', '180253.576000', '180253.579000', '180253.581000', '180253.584000', '180253.587000', '180253.589000', '180253.592000', '180253.594000', '180253.597000', '180253.600000', '180253.602000', '180253.605000', '180253.607000', '180253.610000', '180253.613000', '180253.615000', '180253.618000', '180253.620000', '180253.623000', '180253.625000', '180253.628000', '180253.630000', '180253.633000', '180253.636000', '180253.638000', '180253.641000', '180253.643000', '180253.646000', '180253.649000', '180253.651000', '180253.654000', '180253.656000', '180253.659000', '180253.661000', '180253.664000', '180253.667000', '180253.669000', '180313.551000', '180313.553000', '180313.556000', '180313.559000', '180313.561000', '180313.564000', '180313.566000', '180313.569000', '180313.571000', '180313.574000', '180313.576000', '180313.579000', '180313.582000', '180313.584000', '180313.587000', '180313.590000', '180313.592000', '180313.595000', '180313.597000', '180313.600000', '180313.602000', '180313.605000', '180313.608000', '180313.610000', '180313.613000', '180313.615000', '180313.618000', '180313.621000', '180313.624000', '180313.627000', '180313.629000', '180313.632000', '180313.635000', '180313.637000', '180313.640000', '180313.643000', '180313.645000', '180313.648000', '180313.650000', '180313.653000', '180313.656000', '180313.659000', '180313.661000', '180333.551000', '180333.554000', '180333.556000', '180333.559000', '180333.561000', '180333.564000', '180333.566000', '180333.569000', '180333.571000', '180333.574000', '180333.576000', '180333.579000', '180333.582000', '180333.584000', '180333.587000', '180333.590000', '180333.592000', '180333.595000', '180333.597000', '180333.600000', '180333.603000', '180333.605000', '180333.608000', '180333.610000', '180333.613000', '180333.615000', '180333.618000', '180333.620000', '180333.623000', '180333.626000', '180333.628000', '180333.631000', '180333.633000', '180333.636000', '180333.638000', '180333.641000', '180333.644000', '180333.646000', '180333.649000', '180333.651000', '180333.654000', '180333.656000', '180333.659000', '180333.662000', '180353.551000', '180353.554000', '180353.557000', '180353.559000', '180353.562000', '180353.565000', '180353.567000', '180353.570000', '180353.572000', '180353.575000', '180353.577000', '180353.580000', '180353.582000', '180353.585000', '180353.588000', '180353.590000', '180353.593000', '180353.596000', '180353.598000', '180353.601000', '180353.603000', '180353.606000', '180353.608000', '180353.611000', '180353.613000', '180353.616000', '180353.619000', '180353.622000', '180353.624000', '180353.627000', '180353.630000', '180353.632000', '180353.635000', '180353.637000', '180353.640000', '180353.642000', '180353.645000', '180353.648000', '180353.650000', '180353.653000', '180353.656000', '180353.659000', '180353.662000', '180413.551000', '180413.554000', '180413.557000', '180413.559000', '180413.562000', '180413.564000', '180413.567000', '180413.570000', '180413.572000', '180413.575000', '180413.577000', '180413.580000', '180413.582000', '180413.585000', '180413.588000', '180413.590000', '180413.593000', '180413.595000', '180413.598000', '180413.600000', '180413.603000', '180413.606000', '180413.608000', '180413.611000', '180413.613000', '180413.616000', '180413.618000', '180413.631000', '180413.634000', '180413.636000', '180413.639000', '180413.641000', '180413.644000', '180413.646000', '180413.649000', '180413.652000', '180413.654000', '180413.657000', '180413.659000', '180413.662000', '180413.665000', '180413.667000', '180413.670000', '180413.673000', '180433.551000', '180433.553000', '180433.556000', '180433.559000', '180433.561000', '180433.564000', '180433.567000', '180433.569000', '180433.572000', '180433.574000', '180433.577000', '180433.579000', '180433.582000', '180433.585000', '180433.587000', '180433.590000', '180433.593000', '180433.595000', '180433.598000', '180433.600000', '180433.603000', '180433.605000', '180433.608000', '180433.611000', '180433.613000', '180433.616000', '180433.619000', '180433.621000', '180433.624000', '180433.626000', '180433.629000', '180433.631000', '180433.634000', '180433.637000', '180433.639000', '180433.642000', '180433.644000', '180433.647000', '180433.650000', '180433.652000', '180433.655000', '180433.657000', '180433.660000', '180453.551000', '180453.553000', '180453.556000', '180453.559000', '180453.561000', '180453.564000', '180453.566000', '180453.569000', '180453.571000', '180453.574000', '180453.576000', '180453.579000', '180453.582000', '180453.584000', '180453.587000', '180453.589000', '180453.592000', '180453.594000', '180453.597000', '180453.600000', '180453.602000', '180453.605000', '180453.607000', '180453.610000', '180453.612000', '180453.615000', '180453.618000', '180453.620000', '180453.623000', '180453.625000', '180453.628000', '180453.630000', '180453.633000', '180453.635000', '180453.638000', '180453.641000', '180453.643000', '180453.646000', '180453.648000', '180453.651000', '180453.654000', '180453.656000', '180453.659000', '180453.661000', '180513.550000', '180513.553000', '180513.556000', '180513.559000', '180513.561000', '180513.564000', '180513.566000', '180513.569000', '180513.571000', '180513.574000', '180513.577000', '180513.579000', '180513.583000', '180513.586000', '180513.589000', '180513.591000', '180513.594000', '180513.596000', '180513.599000', '180513.602000', '180513.604000', '180513.607000', '180513.609000', '180513.612000', '180513.614000', '180513.617000', '180513.620000', '180513.622000', '180513.625000', '180513.627000', '180513.630000', '180513.632000', '180513.635000', '180513.638000', '180513.641000', '180513.644000', '180513.647000', '180513.650000', '180513.652000', '180513.655000', '180513.657000', '180513.660000', '180513.663000', '180533.550000', '180533.553000', '180533.556000', '180533.559000', '180533.561000', '180533.564000', '180533.566000', '180533.569000', '180533.571000', '180533.574000', '180533.577000', '180533.579000', '180533.582000', '180533.584000', '180533.587000', '180533.590000', '180533.592000', '180533.595000', '180533.597000', '180533.600000', '180533.602000', '180533.605000', '180533.607000', '180533.610000', '180533.613000', '180533.615000', '180533.618000', '180533.620000', '180533.623000', '180533.625000', '180533.628000', '180533.630000', '180533.633000', '180533.636000', '180533.638000', '180533.641000', '180533.643000', '180533.701000', '180533.703000', '180533.706000', '180533.708000', '180533.711000', '180533.714000', '180533.716000', '180553.550000', '180553.553000', '180553.556000', '180553.559000', '180553.561000', '180553.564000', '180553.566000', '180553.569000', '180553.572000', '180553.574000', '180553.577000', '180553.579000', '180553.582000', '180553.584000', '180553.587000', '180553.589000', '180553.592000', '180553.595000', '180553.597000', '180553.600000', '180553.602000', '180553.605000', '180553.607000', '180553.610000', '180553.613000', '180553.615000', '180553.618000', '180553.620000', '180553.623000', '180553.625000', '180553.628000', '180553.631000', '180553.633000', '180553.636000', '180553.638000', '180553.641000', '180553.644000', '180553.646000', '180553.649000', '180553.651000', '180553.654000', '180553.657000', '180553.659000', '180613.552000', '180613.554000', '180613.557000', '180613.560000', '180613.562000', '180613.565000', '180613.567000', '180613.570000', '180613.572000', '180613.575000', '180613.578000', '180613.580000', '180613.583000', '180613.585000', '180613.588000', '180613.590000', '180613.593000', '180613.595000', '180613.598000', '180613.600000', '180613.603000', '180613.606000', '180613.608000', '180613.611000', '180613.613000', '180613.616000', '180613.618000', '180613.621000', '180613.624000', '180613.626000', '180613.629000', '180613.631000', '180613.634000', '180613.636000', '180613.639000', '180613.642000', '180613.644000', '180613.647000', '180613.649000', '180613.652000', '180613.654000', '180613.657000', '180613.659000', '180613.662000', '180633.550000', '180633.553000', '180633.556000', '180633.559000', '180633.561000', '180633.564000', '180633.566000', '180633.569000', '180633.571000', '180633.574000', '180633.577000', '180633.579000', '180633.582000', '180633.584000', '180633.587000', '180633.590000', '180633.592000', '180633.595000', '180633.597000', '180633.600000', '180633.603000', '180633.605000', '180633.608000', '180633.610000', '180633.613000', '180633.616000', '180633.618000', '180633.621000', '180633.623000', '180633.626000', '180633.628000', '180633.631000', '180633.633000', '180633.636000', '180633.639000', '180633.641000', '180633.644000', '180633.647000', '180633.649000', '180633.652000', '180633.654000', '180633.657000', '180633.660000', '180653.550000', '180653.553000', '180653.556000', '180653.558000', '180653.561000', '180653.564000', '180653.566000', '180653.569000', '180653.571000', '180653.574000', '180653.576000', '180653.579000', '180653.581000', '180653.584000', '180653.587000', '180653.589000', '180653.592000', '180653.594000', '180653.597000', '180653.600000', '180653.602000', '180653.605000', '180653.607000', '180653.610000', '180653.612000', '180653.615000', '180653.618000', '180653.620000', '180653.623000', '180653.626000', '180653.628000', '180653.631000', '180653.633000', '180653.636000', '180653.638000', '180653.641000', '180653.644000', '180653.646000', '180653.649000', '180653.651000', '180653.654000', '180653.656000', '180653.659000', '180653.662000', '180713.551000', '180713.553000', '180713.556000', '180713.559000', '180713.561000', '180713.564000', '180713.567000', '180713.569000', '180713.572000', '180713.574000', '180713.577000', '180713.579000', '180713.582000', '180713.584000', '180713.587000', '180713.590000', '180713.592000', '180713.595000', '180713.598000', '180713.600000', '180713.603000', '180713.605000', '180713.608000', '180713.610000', '180713.613000', '180713.615000', '180713.618000', '180713.621000', '180713.623000', '180713.626000', '180713.628000', '180713.631000', '180713.633000', '180713.636000', '180713.639000', '180713.641000', '180713.644000', '180713.646000', '180713.649000', '180713.652000', '180713.654000', '180713.657000', '180713.659000', '180733.551000', '180733.553000', '180733.556000', '180733.559000', '180733.561000', '180733.564000', '180733.566000', '180733.569000', '180733.572000', '180733.574000', '180733.577000', '180733.579000', '180733.582000', '180733.584000', '180733.587000', '180733.590000', '180733.593000', '180733.595000', '180733.598000', '180733.600000', '180733.603000', '180733.606000', '180733.608000', '180733.611000', '180733.613000', '180733.616000', '180733.618000', '180733.621000', '180733.623000', '180733.626000', '180733.629000', '180733.631000', '180733.634000', '180733.637000', '180733.639000', '180733.642000', '180733.644000', '180733.647000', '180733.650000', '180733.652000', '180733.655000', '180733.657000', '180733.660000', '180733.663000', '180753.550000', '180753.553000', '180753.556000', '180753.559000', '180753.561000', '180753.564000', '180753.566000', '180753.569000', '180753.571000', '180753.574000', '180753.576000', '180753.579000', '180753.582000', '180753.584000', '180753.587000', '180753.589000', '180753.592000', '180753.595000', '180753.597000', '180753.600000', '180753.602000', '180753.605000', '180753.607000', '180753.610000', '180753.613000', '180753.615000', '180753.618000', '180753.620000', '180753.623000', '180753.625000', '180753.628000', '180753.630000', '180753.633000', '180753.636000', '180753.638000', '180753.641000', '180753.643000', '180753.646000', '180753.648000', '180753.651000', '180753.654000', '180753.656000', '180753.659000', '180803.838000', '180803.841000', '180803.844000', '180803.847000', '180803.850000', '180803.852000', '180803.855000', '180803.857000', '180803.860000', '180803.863000', '180803.865000', '180803.868000', '180803.870000', '180803.873000', '180803.875000', '180803.878000', '180803.881000', '180803.883000', '180803.886000', '180803.888000', '180803.891000', '180803.893000', '180803.896000'], 'InstanceCreationTime': ['175933.580000', '175933.583000', '175933.592000', '175933.594000', '175933.597000', '175933.600000', '175933.602000', '175933.605000', '175933.608000', '175933.610000', '175933.613000', '175933.616000', '175933.619000', '175933.634000', '175933.636000', '175933.639000', '175933.642000', '175933.644000', '175933.647000', '175933.650000', '175933.652000', '175933.655000', '175933.658000', '175933.661000', '175933.663000', '175933.666000', '175933.668000', '175933.671000', '175933.674000', '175933.677000', '175933.679000', '175933.682000', '175933.684000', '175933.687000', '175933.690000', '175933.692000', '175933.695000', '175933.698000', '175933.701000', '175933.704000', '175933.707000', '175933.710000', '175933.712000', '175933.715000', '175933.718000', '175933.721000', '175953.550000', '175953.553000', '175953.556000', '175953.558000', '175953.561000', '175953.563000', '175953.566000', '175953.569000', '175953.571000', '175953.574000', '175953.576000', '175953.579000', '175953.581000', '175953.584000', '175953.586000', '175953.589000', '175953.592000', '175953.594000', '175953.597000', '175953.600000', '175953.602000', '175953.605000', '175953.607000', '175953.610000', '175953.612000', '175953.615000', '175953.617000', '175953.620000', '175953.627000', '175953.630000', '175953.632000', '175953.635000', '175953.637000', '175953.640000', '175953.642000', '175953.645000', '175953.648000', '175953.650000', '175953.653000', '175953.655000', '175953.658000', '175953.660000', '175953.663000', '175953.665000', '180013.550000', '180013.553000', '180013.560000', '180013.562000', '180013.565000', '180013.568000', '180013.570000', '180013.573000', '180013.575000', '180013.578000', '180013.580000', '180013.583000', '180013.585000', '180013.588000', '180013.591000', '180013.593000', '180013.596000', '180013.598000', '180013.601000', '180013.604000', '180013.606000', '180013.609000', '180013.614000', '180013.616000', '180013.619000', '180013.621000', '180013.624000', '180013.626000', '180013.629000', '180013.631000', '180013.634000', '180013.636000', '180013.639000', '180013.642000', '180013.644000', '180013.647000', '180013.649000', '180013.652000', '180013.654000', '180013.657000', '180013.660000', '180013.662000', '180013.665000', '180033.550000', '180033.553000', '180033.556000', '180033.558000', '180033.561000', '180033.563000', '180033.566000', '180033.569000', '180033.571000', '180033.574000', '180033.576000', '180033.579000', '180033.581000', '180033.584000', '180033.586000', '180033.589000', '180033.592000', '180033.594000', '180033.597000', '180033.599000', '180033.602000', '180033.604000', '180033.607000', '180033.610000', '180033.612000', '180033.615000', '180033.618000', '180033.621000', '180033.623000', '180033.626000', '180033.628000', '180033.631000', '180033.633000', '180033.636000', '180033.638000', '180033.641000', '180033.644000', '180033.646000', '180033.649000', '180033.651000', '180033.654000', '180033.656000', '180033.659000', '180053.550000', '180053.553000', '180053.556000', '180053.558000', '180053.561000', '180053.563000', '180053.566000', '180053.568000', '180053.571000', '180053.574000', '180053.576000', '180053.579000', '180053.581000', '180053.584000', '180053.586000', '180053.589000', '180053.591000', '180053.594000', '180053.597000', '180053.599000', '180053.602000', '180053.604000', '180053.607000', '180053.609000', '180053.612000', '180053.615000', '180053.617000', '180053.620000', '180053.622000', '180053.625000', '180053.627000', '180053.630000', '180053.633000', '180053.635000', '180053.638000', '180053.640000', '180053.643000', '180053.645000', '180053.648000', '180053.650000', '180053.653000', '180053.656000', '180053.658000', '180053.661000', '180113.550000', '180113.553000', '180113.556000', '180113.558000', '180113.561000', '180113.563000', '180113.566000', '180113.569000', '180113.571000', '180113.574000', '180113.577000', '180113.580000', '180113.583000', '180113.586000', '180113.589000', '180113.591000', '180113.594000', '180113.596000', '180113.599000', '180113.601000', '180113.614000', '180113.616000', '180113.619000', '180113.622000', '180113.624000', '180113.627000', '180113.630000', '180113.632000', '180113.635000', '180113.638000', '180113.640000', '180113.643000', '180113.645000', '180113.648000', '180113.651000', '180113.653000', '180113.656000', '180113.658000', '180113.661000', '180113.663000', '180113.666000', '180113.668000', '180113.677000', '180133.551000', '180133.554000', '180133.557000', '180133.559000', '180133.562000', '180133.564000', '180133.567000', '180133.570000', '180133.572000', '180133.575000', '180133.577000', '180133.580000', '180133.582000', '180133.585000', '180133.587000', '180133.590000', '180133.593000', '180133.595000', '180133.598000', '180133.600000', '180133.603000', '180133.605000', '180133.608000', '180133.610000', '180133.613000', '180133.615000', '180133.618000', '180133.621000', '180133.623000', '180133.626000', '180133.628000', '180133.631000', '180133.633000', '180133.636000', '180133.639000', '180133.641000', '180133.644000', '180133.646000', '180133.649000', '180133.651000', '180133.654000', '180133.656000', '180133.659000', '180133.661000', '180153.551000', '180153.554000', '180153.557000', '180153.559000', '180153.562000', '180153.565000', '180153.567000', '180153.570000', '180153.572000', '180153.575000', '180153.577000', '180153.580000', '180153.583000', '180153.585000', '180153.588000', '180153.590000', '180153.593000', '180153.595000', '180153.598000', '180153.601000', '180153.604000', '180153.607000', '180153.610000', '180153.612000', '180153.615000', '180153.617000', '180153.620000', '180153.626000', '180153.628000', '180153.631000', '180153.633000', '180153.636000', '180153.639000', '180153.641000', '180153.644000', '180153.647000', '180153.649000', '180153.652000', '180153.654000', '180153.657000', '180153.659000', '180153.662000', '180153.665000', '180213.550000', '180213.553000', '180213.556000', '180213.558000', '180213.561000', '180213.564000', '180213.566000', '180213.569000', '180213.571000', '180213.574000', '180213.576000', '180213.579000', '180213.582000', '180213.584000', '180213.587000', '180213.589000', '180213.592000', '180213.594000', '180213.597000', '180213.600000', '180213.602000', '180213.605000', '180213.607000', '180213.610000', '180213.612000', '180213.615000', '180213.617000', '180213.620000', '180213.622000', '180213.625000', '180213.628000', '180213.630000', '180213.633000', '180213.636000', '180213.638000', '180213.641000', '180213.644000', '180213.646000', '180213.649000', '180213.651000', '180213.654000', '180213.656000', '180213.659000', '180213.661000', '180233.550000', '180233.553000', '180233.556000', '180233.558000', '180233.561000', '180233.564000', '180233.566000', '180233.569000', '180233.571000', '180233.574000', '180233.576000', '180233.579000', '180233.581000', '180233.584000', '180233.587000', '180233.589000', '180233.592000', '180233.595000', '180233.598000', '180233.601000', '180233.603000', '180233.606000', '180233.609000', '180233.611000', '180233.621000', '180233.624000', '180233.626000', '180233.629000', '180233.631000', '180233.634000', '180233.637000', '180233.639000', '180233.642000', '180233.645000', '180233.647000', '180233.650000', '180233.652000', '180233.655000', '180233.657000', '180233.660000', '180233.662000', '180233.665000', '180233.668000', '180253.550000', '180253.553000', '180253.563000', '180253.566000', '180253.568000', '180253.571000', '180253.574000', '180253.576000', '180253.579000', '180253.581000', '180253.584000', '180253.587000', '180253.589000', '180253.592000', '180253.594000', '180253.597000', '180253.600000', '180253.602000', '180253.605000', '180253.607000', '180253.610000', '180253.613000', '180253.615000', '180253.618000', '180253.620000', '180253.623000', '180253.625000', '180253.628000', '180253.630000', '180253.633000', '180253.636000', '180253.638000', '180253.641000', '180253.643000', '180253.646000', '180253.649000', '180253.651000', '180253.654000', '180253.656000', '180253.659000', '180253.661000', '180253.664000', '180253.667000', '180253.669000', '180313.551000', '180313.553000', '180313.556000', '180313.559000', '180313.561000', '180313.564000', '180313.566000', '180313.569000', '180313.571000', '180313.574000', '180313.576000', '180313.579000', '180313.582000', '180313.584000', '180313.587000', '180313.590000', '180313.592000', '180313.595000', '180313.597000', '180313.600000', '180313.602000', '180313.605000', '180313.608000', '180313.610000', '180313.613000', '180313.615000', '180313.618000', '180313.621000', '180313.624000', '180313.627000', '180313.629000', '180313.632000', '180313.635000', '180313.637000', '180313.640000', '180313.643000', '180313.645000', '180313.648000', '180313.650000', '180313.653000', '180313.656000', '180313.659000', '180313.661000', '180333.551000', '180333.554000', '180333.556000', '180333.559000', '180333.561000', '180333.564000', '180333.566000', '180333.569000', '180333.571000', '180333.574000', '180333.576000', '180333.579000', '180333.582000', '180333.584000', '180333.587000', '180333.590000', '180333.592000', '180333.595000', '180333.597000', '180333.600000', '180333.603000', '180333.605000', '180333.608000', '180333.610000', '180333.613000', '180333.615000', '180333.618000', '180333.620000', '180333.623000', '180333.626000', '180333.628000', '180333.631000', '180333.633000', '180333.636000', '180333.638000', '180333.641000', '180333.644000', '180333.646000', '180333.649000', '180333.651000', '180333.654000', '180333.656000', '180333.659000', '180333.662000', '180353.551000', '180353.554000', '180353.557000', '180353.559000', '180353.562000', '180353.565000', '180353.567000', '180353.570000', '180353.572000', '180353.575000', '180353.577000', '180353.580000', '180353.582000', '180353.585000', '180353.588000', '180353.590000', '180353.593000', '180353.596000', '180353.598000', '180353.601000', '180353.603000', '180353.606000', '180353.608000', '180353.611000', '180353.613000', '180353.616000', '180353.619000', '180353.622000', '180353.624000', '180353.627000', '180353.630000', '180353.632000', '180353.635000', '180353.637000', '180353.640000', '180353.642000', '180353.645000', '180353.648000', '180353.650000', '180353.653000', '180353.656000', '180353.659000', '180353.662000', '180413.551000', '180413.554000', '180413.557000', '180413.559000', '180413.562000', '180413.564000', '180413.567000', '180413.570000', '180413.572000', '180413.575000', '180413.577000', '180413.580000', '180413.582000', '180413.585000', '180413.588000', '180413.590000', '180413.593000', '180413.595000', '180413.598000', '180413.600000', '180413.603000', '180413.606000', '180413.608000', '180413.611000', '180413.613000', '180413.616000', '180413.618000', '180413.631000', '180413.634000', '180413.636000', '180413.639000', '180413.641000', '180413.644000', '180413.646000', '180413.649000', '180413.652000', '180413.654000', '180413.657000', '180413.659000', '180413.662000', '180413.665000', '180413.667000', '180413.670000', '180413.673000', '180433.551000', '180433.553000', '180433.556000', '180433.559000', '180433.561000', '180433.564000', '180433.567000', '180433.569000', '180433.572000', '180433.574000', '180433.577000', '180433.579000', '180433.582000', '180433.585000', '180433.587000', '180433.590000', '180433.593000', '180433.595000', '180433.598000', '180433.600000', '180433.603000', '180433.605000', '180433.608000', '180433.611000', '180433.613000', '180433.616000', '180433.619000', '180433.621000', '180433.624000', '180433.626000', '180433.629000', '180433.631000', '180433.634000', '180433.637000', '180433.639000', '180433.642000', '180433.644000', '180433.647000', '180433.650000', '180433.652000', '180433.655000', '180433.657000', '180433.660000', '180453.551000', '180453.553000', '180453.556000', '180453.559000', '180453.561000', '180453.564000', '180453.566000', '180453.569000', '180453.571000', '180453.574000', '180453.576000', '180453.579000', '180453.582000', '180453.584000', '180453.587000', '180453.589000', '180453.592000', '180453.594000', '180453.597000', '180453.600000', '180453.602000', '180453.605000', '180453.607000', '180453.610000', '180453.612000', '180453.615000', '180453.618000', '180453.620000', '180453.623000', '180453.625000', '180453.628000', '180453.630000', '180453.633000', '180453.635000', '180453.638000', '180453.641000', '180453.643000', '180453.646000', '180453.648000', '180453.651000', '180453.654000', '180453.656000', '180453.659000', '180453.661000', '180513.550000', '180513.553000', '180513.556000', '180513.559000', '180513.561000', '180513.564000', '180513.566000', '180513.569000', '180513.571000', '180513.574000', '180513.577000', '180513.579000', '180513.583000', '180513.586000', '180513.589000', '180513.591000', '180513.594000', '180513.596000', '180513.599000', '180513.602000', '180513.604000', '180513.607000', '180513.609000', '180513.612000', '180513.614000', '180513.617000', '180513.620000', '180513.622000', '180513.625000', '180513.627000', '180513.630000', '180513.632000', '180513.635000', '180513.638000', '180513.641000', '180513.644000', '180513.647000', '180513.650000', '180513.652000', '180513.655000', '180513.657000', '180513.660000', '180513.663000', '180533.550000', '180533.553000', '180533.556000', '180533.559000', '180533.561000', '180533.564000', '180533.566000', '180533.569000', '180533.571000', '180533.574000', '180533.577000', '180533.579000', '180533.582000', '180533.584000', '180533.587000', '180533.590000', '180533.592000', '180533.595000', '180533.597000', '180533.600000', '180533.602000', '180533.605000', '180533.607000', '180533.610000', '180533.613000', '180533.615000', '180533.618000', '180533.620000', '180533.623000', '180533.625000', '180533.628000', '180533.630000', '180533.633000', '180533.636000', '180533.638000', '180533.641000', '180533.643000', '180533.701000', '180533.703000', '180533.706000', '180533.708000', '180533.711000', '180533.714000', '180533.716000', '180553.550000', '180553.553000', '180553.556000', '180553.559000', '180553.561000', '180553.564000', '180553.566000', '180553.569000', '180553.572000', '180553.574000', '180553.577000', '180553.579000', '180553.582000', '180553.584000', '180553.587000', '180553.589000', '180553.592000', '180553.595000', '180553.597000', '180553.600000', '180553.602000', '180553.605000', '180553.607000', '180553.610000', '180553.613000', '180553.615000', '180553.618000', '180553.620000', '180553.623000', '180553.625000', '180553.628000', '180553.631000', '180553.633000', '180553.636000', '180553.638000', '180553.641000', '180553.644000', '180553.646000', '180553.649000', '180553.651000', '180553.654000', '180553.657000', '180553.659000', '180613.552000', '180613.554000', '180613.557000', '180613.560000', '180613.562000', '180613.565000', '180613.567000', '180613.570000', '180613.572000', '180613.575000', '180613.578000', '180613.580000', '180613.583000', '180613.585000', '180613.588000', '180613.590000', '180613.593000', '180613.595000', '180613.598000', '180613.600000', '180613.603000', '180613.606000', '180613.608000', '180613.611000', '180613.613000', '180613.616000', '180613.618000', '180613.621000', '180613.624000', '180613.626000', '180613.629000', '180613.631000', '180613.634000', '180613.636000', '180613.639000', '180613.642000', '180613.644000', '180613.647000', '180613.649000', '180613.652000', '180613.654000', '180613.657000', '180613.659000', '180613.662000', '180633.550000', '180633.553000', '180633.556000', '180633.559000', '180633.561000', '180633.564000', '180633.566000', '180633.569000', '180633.571000', '180633.574000', '180633.577000', '180633.579000', '180633.582000', '180633.584000', '180633.587000', '180633.590000', '180633.592000', '180633.595000', '180633.597000', '180633.600000', '180633.603000', '180633.605000', '180633.608000', '180633.610000', '180633.613000', '180633.616000', '180633.618000', '180633.621000', '180633.623000', '180633.626000', '180633.628000', '180633.631000', '180633.633000', '180633.636000', '180633.639000', '180633.641000', '180633.644000', '180633.647000', '180633.649000', '180633.652000', '180633.654000', '180633.657000', '180633.660000', '180653.550000', '180653.553000', '180653.556000', '180653.558000', '180653.561000', '180653.564000', '180653.566000', '180653.569000', '180653.571000', '180653.574000', '180653.576000', '180653.579000', '180653.581000', '180653.584000', '180653.587000', '180653.589000', '180653.592000', '180653.594000', '180653.597000', '180653.600000', '180653.602000', '180653.605000', '180653.607000', '180653.610000', '180653.612000', '180653.615000', '180653.618000', '180653.620000', '180653.623000', '180653.626000', '180653.628000', '180653.631000', '180653.633000', '180653.636000', '180653.638000', '180653.641000', '180653.644000', '180653.646000', '180653.649000', '180653.651000', '180653.654000', '180653.656000', '180653.659000', '180653.662000', '180713.551000', '180713.553000', '180713.556000', '180713.559000', '180713.561000', '180713.564000', '180713.567000', '180713.569000', '180713.572000', '180713.574000', '180713.577000', '180713.579000', '180713.582000', '180713.584000', '180713.587000', '180713.590000', '180713.592000', '180713.595000', '180713.598000', '180713.600000', '180713.603000', '180713.605000', '180713.608000', '180713.610000', '180713.613000', '180713.615000', '180713.618000', '180713.621000', '180713.623000', '180713.626000', '180713.628000', '180713.631000', '180713.633000', '180713.636000', '180713.639000', '180713.641000', '180713.644000', '180713.646000', '180713.649000', '180713.652000', '180713.654000', '180713.657000', '180713.659000', '180733.551000', '180733.553000', '180733.556000', '180733.559000', '180733.561000', '180733.564000', '180733.566000', '180733.569000', '180733.572000', '180733.574000', '180733.577000', '180733.579000', '180733.582000', '180733.584000', '180733.587000', '180733.590000', '180733.593000', '180733.595000', '180733.598000', '180733.600000', '180733.603000', '180733.606000', '180733.608000', '180733.611000', '180733.613000', '180733.616000', '180733.618000', '180733.621000', '180733.623000', '180733.626000', '180733.629000', '180733.631000', '180733.634000', '180733.637000', '180733.639000', '180733.642000', '180733.644000', '180733.647000', '180733.650000', '180733.652000', '180733.655000', '180733.657000', '180733.660000', '180733.663000', '180753.550000', '180753.553000', '180753.556000', '180753.559000', '180753.561000', '180753.564000', '180753.566000', '180753.569000', '180753.571000', '180753.574000', '180753.576000', '180753.579000', '180753.582000', '180753.584000', '180753.587000', '180753.589000', '180753.592000', '180753.595000', '180753.597000', '180753.600000', '180753.602000', '180753.605000', '180753.607000', '180753.610000', '180753.613000', '180753.615000', '180753.618000', '180753.620000', '180753.623000', '180753.625000', '180753.628000', '180753.630000', '180753.633000', '180753.636000', '180753.638000', '180753.641000', '180753.643000', '180753.646000', '180753.648000', '180753.651000', '180753.654000', '180753.656000', '180753.659000', '180803.838000', '180803.841000', '180803.844000', '180803.847000', '180803.850000', '180803.852000', '180803.855000', '180803.857000', '180803.860000', '180803.863000', '180803.865000', '180803.868000', '180803.870000', '180803.873000', '180803.875000', '180803.878000', '180803.881000', '180803.883000', '180803.886000', '180803.888000', '180803.891000', '180803.893000', '180803.896000'], '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': [8353, 8087, 8444, 8451, 8076, 7602, 7490, 7561, 7326, 8021, 7957, 7856, 8194, 7906, 7266, 7261, 7597, 7320, 7610, 7510, 7929, 7762, 7801, 7158, 7850, 7244, 7176, 7358, 7209, 7799, 7623, 7635, 7562, 7908, 7226, 7211, 7439, 7217, 7451, 7185, 8042, 7633, 7902, 7973, 7795, 7623, 7170, 7284, 7328, 7521, 7326, 7510, 7452, 8146, 7388, 7926, 7191, 7645, 8207, 7861, 8250, 7615, 8217, 7143, 7121, 7487, 7185, 7620, 7324, 7606, 7285, 7863, 8077, 8142, 8172, 8236, 9268, 7945, 7234, 7239, 7440, 7250, 7443, 7221, 7595, 7733, 7705, 7262, 7977, 7251, 7174, 7367, 7175, 7256, 7204, 7357, 7290, 7255, 7435, 7993, 7826, 7591, 7554, 8029, 7125, 7160, 7191, 7228, 7277, 7296, 7192, 7231, 7711, 7827, 7660, 7720, 7722, 8174, 7886, 8731, 7828, 7165, 7777, 7230, 7179, 7217, 7208, 7337, 7257, 7727, 7642, 7821, 7846, 8056, 7217, 8171, 7847, 7421, 7561, 7217, 7667, 7193, 7672, 7158, 7666, 7408, 8059, 7648, 8108, 7450, 7880, 7156, 7968, 7166, 7707, 7148, 8018, 7225, 7667, 7153, 7163, 7239, 7539, 7298, 7648, 7422, 7233, 7506, 7271, 7693, 7137, 7808, 7390, 7867, 7423, 8152, 7305, 8039, 7231, 7603, 7608, 7501, 7694, 7452, 7708, 7315, 7938, 7736, 8133, 7172, 8197, 7096, 7105, 7267, 7271, 7538, 7283, 7504, 7617, 8005, 7862, 8036, 7525, 7864, 7132, 7635, 7129, 7395, 7160, 7685, 7186, 7149, 7450, 7427, 7460, 7313, 7620, 7690, 7687, 7881, 8064, 8363, 7847, 8504, 7533, 8207, 7784, 7279, 7975, 7211, 7211, 7242, 7196, 7335, 7403, 7513, 7176, 7682, 7356, 7761, 7358, 7965, 7256, 7980, 7167, 7182, 7142, 7266, 7340, 7211, 7222, 7212, 7689, 7539, 7822, 7345, 7773, 7648, 7928, 8010, 7950, 7812, 8317, 8700, 7909, 8042, 8039, 8133, 7895, 7440, 8208, 7357, 8000, 7174, 7624, 7299, 7633, 7351, 7237, 7607, 7332, 7932, 7228, 7929, 7515, 7882, 7858, 7907, 7350, 8050, 7220, 7717, 7144, 7330, 7395, 7273, 7167, 7237, 7687, 7299, 7874, 7307, 7903, 7464, 7757, 7149, 7241, 7171, 7184, 7191, 7142, 7512, 7253, 7713, 7183, 7805, 7370, 8077, 7963, 8211, 7213, 8285, 7156, 8029, 7551, 7153, 7424, 7286, 7846, 7379, 7912, 7674, 7960, 8060, 8012, 7971, 8056, 7998, 8062, 7146, 7594, 7239, 7250, 7295, 7376, 7626, 7213, 7817, 7152, 8022, 7779, 7776, 7767, 7801, 7208, 7700, 7133, 7248, 7161, 7337, 7410, 7132, 7605, 7468, 7621, 7237, 7766, 7165, 7675, 7169, 7163, 7194, 7154, 7317, 7409, 7284, 7703, 7504, 8435, 7676, 7939, 7829, 8333, 7670, 8551, 7486, 7223, 7858, 7327, 7183, 7235, 7193, 7437, 7253, 7703, 7788, 7765, 7185, 7520, 7252, 7729, 7189, 7184, 7315, 7190, 7913, 7204, 7785, 7566, 8022, 7922, 8179, 7631, 8065, 7176, 7323, 7227, 7217, 7623, 7213, 7638, 7605, 7888, 8088, 8015, 7479, 7989, 7169, 7159, 7399, 7182, 7749, 7376, 7467, 7696, 8056, 7766, 7745, 8266, 8185, 7429, 7934, 7157, 7811, 7197, 7609, 7213, 7296, 7674, 7876, 7883, 7158, 7822, 7574, 8260, 7172, 8071, 7217, 7625, 7253, 7240, 7488, 7177, 7635, 7266, 7950, 7485, 7984, 7573, 8042, 7840, 7899, 7133, 7837, 7183, 7640, 7167, 7310, 7350, 7712, 7498, 7723, 7685, 8502, 7919, 9152, 8046, 8350, 7926, 8298, 7675, 7674, 7740, 7377, 7928, 7154, 7856, 7349, 7596, 7309, 7211, 7170, 7174, 7429, 7348, 7708, 7883, 7843, 8374, 7666, 8255, 7807, 7225, 7836, 7170, 7128, 7145, 7442, 7244, 7417, 7546, 7510, 7662, 7561, 7951, 7195, 7795, 7536, 7193, 7193, 7927, 7411, 7395, 7927, 7603, 8201, 7411, 7976, 7170, 7796, 7631, 7131, 7362, 7148, 7667, 7319, 7959, 7536, 8021, 7747, 7996, 7712, 8220, 8263, 8036, 7292, 8012, 7331, 7743, 7212, 7121, 7200, 7145, 7608, 7244, 7354, 7566, 7645, 7292, 7785, 7418, 7527, 7157, 7400, 7175, 7209, 7174, 7901, 7495, 7469, 7751, 7643, 7632, 7322, 7139, 7173, 7115, 7170, 7342, 7229, 7522, 7419, 7881, 7665, 7995, 7716, 7179, 7222, 7142, 7482, 7371, 7864, 7752, 8652, 7719, 7285, 7111, 7136, 7911, 7839, 8907, 7724, 7260, 7788, 7171, 7116, 7355, 7192, 7493, 7619, 7638, 7899, 7984, 7901, 8220, 7381, 7564, 7331, 7238, 7210, 7448, 7512, 7494, 7678, 7228, 7836, 7185, 7810, 7713, 7690, 7151, 7163, 7204, 7658, 7221, 7900, 7663, 7681, 7914, 7755, 8183, 7676, 8001, 7279, 7718, 7331, 7638, 7539, 7319, 7980, 7633, 7948, 7467, 7864, 7811, 7995, 7470, 8007, 7152, 7523, 7141, 7206, 7481, 7594, 7576, 7319, 7692, 7409, 7859, 7529, 7910, 7316, 7362, 7197, 7210, 7196, 7221, 7460, 7342, 7635, 7761, 7715, 7281, 7582, 7128, 7589, 7125, 7187, 7175, 7497, 7329, 7348, 7388, 7828, 7663, 8203, 7741, 7730, 7753, 7304, 7495, 7157, 7208, 7210, 7326, 7344, 7450, 7320, 7633, 7660, 7565, 7573, 7421, 7777, 7531, 7550, 7201, 7624, 7147, 7229, 7163, 7191, 7226, 7126, 7459, 7366, 7656, 7367, 7790, 7155, 7591, 7233, 7150, 7476, 7245, 7316, 7551, 7404, 7346, 7460, 7485, 7765, 7683, 7786, 7259, 7744, 7204, 7108, 7134, 7201, 7423, 7489, 7543, 7343, 7474, 7644, 7441, 7890, 7698, 7392, 7838, 7130, 7453, 7160, 7651, 7356, 7166, 7194, 7222, 7381, 7434, 7524, 7558, 7795, 7784, 7856, 7876, 7718, 7816, 7703, 7203, 7827, 7206, 7527, 7380, 7324, 7177, 7638, 7486, 7160, 7730, 7431, 7747, 7355, 7926, 7369, 7326, 7171, 7194, 7532, 7218, 7661, 7438, 7767, 7745, 7660, 7402, 8027, 7571, 7824, 7128, 7133, 7215, 7197, 7304, 7493, 7470, 7874, 7755, 7857, 7781, 8701, 7509, 7140, 7400, 7193, 7852, 7121, 7573, 7142, 7227, 7480, 7351, 7442, 7389, 7423, 7720, 7521, 7123, 7431, 7171, 7442, 7177, 7139, 7193, 7222, 7191, 7568, 7229, 7423, 7703, 7494, 7655, 7726, 7770, 7271, 7551, 7103, 7522, 7152, 7204, 7127, 7188, 7450, 7228, 7529, 7477, 7722, 7680, 7865, 7784, 8073, 7528, 7862, 7342, 7672, 7268, 7609, 7144, 7260, 7514, 7598, 7782, 7276, 7833, 7651, 7703, 7137, 7745, 7161, 7121, 7318, 7354, 7275, 7797, 7706, 7798, 7639, 8010, 7425, 7101, 7278, 7252, 7172, 7247, 7836, 7578, 7575, 7412, 7785, 7738, 7218, 7130, 7375, 7101, 7219, 7282, 7317, 7553, 7350, 7473, 7598, 7872, 7569, 7154, 7594, 7282, 7426, 7242, 7188, 7164, 7236, 7368, 7480, 7181, 7738, 7538, 7137, 7713, 7144, 7103, 7462, 7346, 7191, 7547, 7313, 7721, 7197, 8113, 7706, 8135, 7379, 7257, 7713, 7537, 7621, 7551, 7769, 7505, 7980, 7252, 7592, 7135, 8067, 7222, 7123, 7181, 7099, 7334, 7091, 7610, 7241, 7628, 7229, 7581, 7582, 7575, 7164, 7567, 7165, 7505, 7125, 7141, 7269, 7187, 7380, 7330, 7575, 7408, 7501, 7331, 7888, 7141, 7100, 7133, 7996, 7522, 7196, 7611, 7847, 7776, 7222, 7834, 7484, 7207, 7541, 7509, 7852, 7701, 8001, 8260, 7750, 7101, 7352, 7377, 7085, 7365, 7655, 7534, 8826, 7907, 8379, 7591, 8521, 7703, 7141, 7247, 7198, 7148, 7224, 7578, 7224, 7234, 7701, 7372, 7566, 7424, 7492, 7136, 7817, 7340, 7193, 7159, 7367, 7220, 7327, 7262, 7639, 7532, 7396, 7463, 7114, 7320, 7244, 7136, 7150, 7122, 7216, 7180, 7193, 7201, 7136, 7535, 7438, 7080, 7223, 7158, 7356, 7688, 7270, 7269, 7211, 7162, 7370, 7224, 7160, 7156, 7089, 7269, 7173, 7409, 7123, 7127, 7143, 7126, 7434, 7088, 7332, 7706, 7248, 7891, 7283, 7641, 7480, 7797, 7765, 8553, 7501, 7743, 7354, 7725, 7584, 7446, 7691, 7103, 7631, 7086, 7143, 7081, 7082, 7112, 7109, 7147, 7185, 7284, 7469, 7312, 7162, 7381, 7635, 7369, 7527, 7706, 7324, 7495, 7282, 7272, 7125, 7112, 7168, 7186, 7193, 7202, 7265, 7412, 7349, 7495, 7229, 7149, 7368, 7110, 7141, 7278, 7237, 7268, 7433], 'WindowCenter': [4163.0, 4137.0, 4131.0, 4120.0, 4108.0, 4107.0, 4095.0, 4096.0, 4095.0, 4104.0, 4104.0, 4106.0, 4104.0, 4104.0, 4094.0, 4094.0, 4096.0, 4093.0, 4094.0, 4094.0, 4104.0, 4094.0, 4094.0, 4084.0, 4104.0, 4093.0, 4085.0, 4094.0, 4094.0, 4095.0, 4093.0, 4094.0, 4094.0, 4104.0, 4095.0, 4093.0, 4094.0, 4093.0, 4094.0, 4093.0, 4103.0, 4106.0, 4102.0, 4104.0, 4104.0, 4095.0, 4093.0, 4094.0, 4093.0, 4105.0, 4095.0, 4095.0, 4109.0, 4117.0, 4098.0, 4117.0, 4097.0, 4104.0, 4115.0, 4117.0, 4114.0, 4108.0, 4117.0, 4098.0, 4106.0, 4107.0, 4096.0, 4107.0, 4106.0, 4105.0, 4107.0, 4102.0, 4105.0, 4106.0, 4116.0, 4117.0, 4124.0, 4104.0, 4096.0, 4093.0, 4105.0, 4096.0, 4104.0, 4094.0, 4105.0, 4107.0, 4108.0, 4105.0, 4118.0, 4105.0, 4098.0, 4095.0, 4097.0, 4108.0, 4108.0, 4093.0, 4104.0, 4092.0, 4095.0, 4104.0, 4106.0, 4105.0, 4105.0, 4116.0, 4094.0, 4095.0, 4096.0, 4093.0, 4096.0, 4094.0, 4095.0, 4094.0, 4104.0, 4093.0, 4104.0, 4093.0, 4093.0, 4102.0, 4105.0, 4104.0, 4093.0, 4082.0, 4099.0, 4092.0, 4082.0, 4092.0, 4092.0, 4092.0, 4095.0, 4103.0, 4103.0, 4092.0, 4100.0, 4103.0, 4092.0, 4105.0, 4102.0, 4094.0, 4093.0, 4093.0, 4099.0, 4083.0, 4093.0, 4084.0, 4092.0, 4095.0, 4104.0, 4092.0, 4102.0, 4093.0, 4103.0, 4082.0, 4103.0, 4082.0, 4099.0, 4093.0, 4105.0, 4094.0, 4105.0, 4094.0, 4094.0, 4105.0, 4105.0, 4090.0, 4105.0, 4094.0, 4094.0, 4094.0, 4093.0, 4106.0, 4094.0, 4104.0, 4096.0, 4104.0, 4091.0, 4105.0, 4095.0, 4114.0, 4094.0, 4105.0, 4105.0, 4096.0, 4106.0, 4096.0, 4104.0, 4107.0, 4115.0, 4106.0, 4116.0, 4096.0, 4113.0, 4092.0, 4095.0, 4106.0, 4105.0, 4106.0, 4108.0, 4105.0, 4102.0, 4116.0, 4116.0, 4115.0, 4105.0, 4115.0, 4095.0, 4104.0, 4094.0, 4107.0, 4091.0, 4104.0, 4095.0, 4094.0, 4094.0, 4093.0, 4094.0, 4093.0, 4103.0, 4093.0, 4104.0, 4103.0, 4105.0, 4103.0, 4104.0, 4113.0, 4092.0, 4101.0, 4104.0, 4092.0, 4102.0, 4092.0, 4090.0, 4093.0, 4082.0, 4094.0, 4093.0, 4095.0, 4093.0, 4105.0, 4094.0, 4105.0, 4106.0, 4116.0, 4104.0, 4117.0, 4095.0, 4096.0, 4097.0, 4094.0, 4095.0, 4104.0, 4095.0, 4093.0, 4104.0, 4094.0, 4105.0, 4095.0, 4092.0, 4092.0, 4105.0, 4104.0, 4104.0, 4103.0, 4114.0, 4113.0, 4102.0, 4102.0, 4103.0, 4103.0, 4103.0, 4092.0, 4102.0, 4092.0, 4103.0, 4081.0, 4094.0, 4088.0, 4093.0, 4090.0, 4090.0, 4093.0, 4095.0, 4104.0, 4093.0, 4104.0, 4093.0, 4102.0, 4101.0, 4105.0, 4093.0, 4105.0, 4092.0, 4104.0, 4094.0, 4094.0, 4092.0, 4092.0, 4094.0, 4105.0, 4100.0, 4095.0, 4118.0, 4105.0, 4112.0, 4104.0, 4101.0, 4095.0, 4104.0, 4097.0, 4094.0, 4095.0, 4094.0, 4105.0, 4104.0, 4106.0, 4094.0, 4106.0, 4094.0, 4115.0, 4102.0, 4116.0, 4094.0, 4115.0, 4094.0, 4104.0, 4104.0, 4095.0, 4095.0, 4093.0, 4104.0, 4093.0, 4103.0, 4104.0, 4103.0, 4103.0, 4103.0, 4103.0, 4104.0, 4103.0, 4104.0, 4093.0, 4103.0, 4092.0, 4093.0, 4095.0, 4092.0, 4104.0, 4094.0, 4105.0, 4094.0, 4105.0, 4104.0, 4106.0, 4093.0, 4104.0, 4094.0, 4105.0, 4094.0, 4092.0, 4095.0, 4105.0, 4103.0, 4094.0, 4104.0, 4095.0, 4106.0, 4104.0, 4107.0, 4092.0, 4105.0, 4096.0, 4095.0, 4095.0, 4095.0, 4104.0, 4104.0, 4106.0, 4104.0, 4095.0, 4115.0, 4105.0, 4104.0, 4104.0, 4104.0, 4101.0, 4113.0, 4094.0, 4093.0, 4103.0, 4092.0, 4093.0, 4090.0, 4094.0, 4105.0, 4093.0, 4106.0, 4105.0, 4108.0, 4094.0, 4102.0, 4104.0, 4105.0, 4093.0, 4095.0, 4093.0, 4093.0, 4105.0, 4092.0, 4103.0, 4104.0, 4103.0, 4100.0, 4103.0, 4093.0, 4102.0, 4082.0, 4094.0, 4093.0, 4094.0, 4103.0, 4093.0, 4104.0, 4093.0, 4105.0, 4101.0, 4103.0, 4093.0, 4105.0, 4083.0, 4092.0, 4095.0, 4080.0, 4104.0, 4093.0, 4094.0, 4093.0, 4103.0, 4103.0, 4101.0, 4103.0, 4115.0, 4093.0, 4103.0, 4083.0, 4103.0, 4082.0, 4093.0, 4089.0, 4092.0, 4103.0, 4103.0, 4104.0, 4082.0, 4104.0, 4104.0, 4115.0, 4094.0, 4115.0, 4094.0, 4104.0, 4094.0, 4095.0, 4105.0, 4094.0, 4105.0, 4094.0, 4105.0, 4094.0, 4116.0, 4105.0, 4115.0, 4105.0, 4115.0, 4094.0, 4105.0, 4094.0, 4105.0, 4094.0, 4092.0, 4092.0, 4101.0, 4094.0, 4092.0, 4104.0, 4114.0, 4104.0, 4110.0, 4103.0, 4103.0, 4102.0, 4098.0, 4092.0, 4088.0, 4091.0, 4080.0, 4091.0, 4081.0, 4101.0, 4089.0, 4102.0, 4093.0, 4093.0, 4093.0, 4093.0, 4094.0, 4094.0, 4105.0, 4103.0, 4104.0, 4114.0, 4104.0, 4104.0, 4105.0, 4093.0, 4104.0, 4082.0, 4093.0, 4094.0, 4094.0, 4095.0, 4094.0, 4105.0, 4094.0, 4102.0, 4105.0, 4116.0, 4093.0, 4105.0, 4104.0, 4095.0, 4096.0, 4113.0, 4105.0, 4095.0, 4102.0, 4105.0, 4116.0, 4105.0, 4116.0, 4094.0, 4104.0, 4104.0, 4093.0, 4095.0, 4094.0, 4100.0, 4092.0, 4102.0, 4091.0, 4102.0, 4093.0, 4104.0, 4092.0, 4104.0, 4102.0, 4103.0, 4091.0, 4102.0, 4092.0, 4093.0, 4091.0, 4082.0, 4093.0, 4083.0, 4092.0, 4093.0, 4093.0, 4093.0, 4093.0, 4093.0, 4104.0, 4093.0, 4105.0, 4093.0, 4095.0, 4095.0, 4092.0, 4095.0, 4104.0, 4095.0, 4092.0, 4106.0, 4105.0, 4103.0, 4105.0, 4096.0, 4106.0, 4096.0, 4096.0, 4106.0, 4105.0, 4106.0, 4106.0, 4115.0, 4105.0, 4105.0, 4106.0, 4095.0, 4094.0, 4095.0, 4093.0, 4093.0, 4103.0, 4104.0, 4114.0, 4102.0, 4094.0, 4094.0, 4094.0, 4106.0, 4104.0, 4113.0, 4105.0, 4092.0, 4104.0, 4083.0, 4082.0, 4090.0, 4093.0, 4092.0, 4092.0, 4104.0, 4103.0, 4104.0, 4102.0, 4103.0, 4092.0, 4103.0, 4093.0, 4092.0, 4092.0, 4094.0, 4093.0, 4094.0, 4093.0, 4093.0, 4093.0, 4083.0, 4104.0, 4093.0, 4104.0, 4094.0, 4094.0, 4094.0, 4103.0, 4094.0, 4103.0, 4104.0, 4104.0, 4106.0, 4094.0, 4115.0, 4092.0, 4101.0, 4093.0, 4103.0, 4092.0, 4093.0, 4093.0, 4092.0, 4102.0, 4092.0, 4103.0, 4093.0, 4102.0, 4092.0, 4101.0, 4091.0, 4104.0, 4083.0, 4093.0, 4093.0, 4094.0, 4093.0, 4101.0, 4104.0, 4093.0, 4104.0, 4094.0, 4103.0, 4103.0, 4104.0, 4094.0, 4095.0, 4094.0, 4095.0, 4095.0, 4094.0, 4095.0, 4095.0, 4106.0, 4105.0, 4105.0, 4095.0, 4106.0, 4094.0, 4105.0, 4095.0, 4095.0, 4082.0, 4094.0, 4092.0, 4092.0, 4091.0, 4091.0, 4094.0, 4103.0, 4091.0, 4093.0, 4094.0, 4093.0, 4094.0, 4083.0, 4091.0, 4093.0, 4092.0, 4093.0, 4093.0, 4093.0, 4092.0, 4089.0, 4092.0, 4093.0, 4082.0, 4092.0, 4092.0, 4092.0, 4091.0, 4093.0, 4078.0, 4092.0, 4081.0, 4082.0, 4093.0, 4094.0, 4094.0, 4094.0, 4105.0, 4094.0, 4104.0, 4094.0, 4105.0, 4106.0, 4094.0, 4095.0, 4101.0, 4095.0, 4104.0, 4095.0, 4094.0, 4095.0, 4094.0, 4106.0, 4104.0, 4106.0, 4095.0, 4105.0, 4095.0, 4093.0, 4095.0, 4106.0, 4095.0, 4094.0, 4105.0, 4094.0, 4094.0, 4092.0, 4095.0, 4104.0, 4104.0, 4094.0, 4104.0, 4094.0, 4094.0, 4079.0, 4094.0, 4094.0, 4084.0, 4084.0, 4093.0, 4094.0, 4093.0, 4104.0, 4104.0, 4094.0, 4094.0, 4102.0, 4101.0, 4101.0, 4093.0, 4093.0, 4091.0, 4091.0, 4093.0, 4094.0, 4093.0, 4092.0, 4082.0, 4100.0, 4093.0, 4083.0, 4104.0, 4093.0, 4104.0, 4093.0, 4103.0, 4092.0, 4094.0, 4092.0, 4095.0, 4103.0, 4094.0, 4105.0, 4095.0, 4105.0, 4106.0, 4103.0, 4095.0, 4116.0, 4104.0, 4105.0, 4095.0, 4094.0, 4095.0, 4093.0, 4094.0, 4106.0, 4095.0, 4105.0, 4105.0, 4104.0, 4103.0, 4115.0, 4095.0, 4094.0, 4094.0, 4092.0, 4105.0, 4082.0, 4093.0, 4082.0, 4093.0, 4093.0, 4094.0, 4093.0, 4092.0, 4094.0, 4104.0, 4105.0, 4092.0, 4094.0, 4093.0, 4095.0, 4095.0, 4094.0, 4094.0, 4094.0, 4095.0, 4105.0, 4095.0, 4094.0, 4105.0, 4094.0, 4105.0, 4103.0, 4106.0, 4094.0, 4103.0, 4093.0, 4105.0, 4094.0, 4094.0, 4095.0, 4094.0, 4095.0, 4093.0, 4105.0, 4094.0, 4105.0, 4094.0, 4103.0, 4094.0, 4104.0, 4094.0, 4105.0, 4092.0, 4094.0, 4090.0, 4094.0, 4080.0, 4094.0, 4094.0, 4093.0, 4094.0, 4094.0, 4103.0, 4094.0, 4105.0, 4094.0, 4104.0, 4092.0, 4094.0, 4095.0, 4094.0, 4094.0, 4105.0, 4103.0, 4104.0, 4102.0, 4104.0, 4095.0, 4084.0, 4095.0, 4094.0, 4093.0, 4092.0, 4104.0, 4092.0, 4105.0, 4095.0, 4104.0, 4105.0, 4094.0, 4093.0, 4095.0, 4092.0, 4094.0, 4094.0, 4095.0, 4102.0, 4095.0, 4095.0, 4104.0, 4105.0, 4102.0, 4092.0, 4105.0, 4094.0, 4094.0, 4094.0, 4095.0, 4092.0, 4093.0, 4094.0, 4092.0, 4096.0, 4106.0, 4107.0, 4096.0, 4105.0, 4092.0, 4095.0, 4095.0, 4106.0, 4095.0, 4105.0, 4094.0, 4104.0, 4093.0, 4104.0, 4094.0, 4100.0, 4092.0, 4078.0, 4094.0, 4093.0, 4093.0, 4092.0, 4093.0, 4082.0, 4104.0, 4093.0, 4094.0, 4082.0, 4103.0, 4092.0, 4083.0, 4083.0, 4083.0, 4082.0, 4080.0, 4091.0, 4092.0, 4092.0, 4093.0, 4094.0, 4091.0, 4093.0, 4083.0, 4104.0, 4084.0, 4093.0, 4080.0, 4084.0, 4093.0, 4083.0, 4095.0, 4093.0, 4104.0, 4095.0, 4095.0, 4094.0, 4106.0, 4094.0, 4094.0, 4095.0, 4105.0, 4106.0, 4095.0, 4106.0, 4104.0, 4105.0, 4095.0, 4106.0, 4093.0, 4094.0, 4106.0, 4095.0, 4105.0, 4106.0, 4116.0, 4115.0, 4105.0, 4094.0, 4093.0, 4095.0, 4094.0, 4094.0, 4105.0, 4093.0, 4113.0, 4104.0, 4103.0, 4091.0, 4102.0, 4094.0, 4083.0, 4093.0, 4083.0, 4082.0, 4093.0, 4092.0, 4093.0, 4092.0, 4094.0, 4094.0, 4104.0, 4094.0, 4091.0, 4093.0, 4094.0, 4091.0, 4094.0, 4083.0, 4095.0, 4095.0, 4094.0, 4095.0, 4104.0, 4103.0, 4093.0, 4093.0, 4084.0, 4095.0, 4093.0, 4084.0, 4083.0, 4083.0, 4091.0, 4084.0, 4083.0, 4093.0, 4083.0, 4092.0, 4094.0, 4082.0, 4091.0, 4084.0, 4095.0, 4093.0, 4091.0, 4094.0, 4095.0, 4084.0, 4094.0, 4094.0, 4094.0, 4084.0, 4084.0, 4095.0, 4095.0, 4096.0, 4096.0, 4095.0, 4097.0, 4096.0, 4108.0, 4095.0, 4108.0, 4107.0, 4107.0, 4115.0, 4107.0, 4105.0, 4095.0, 4106.0, 4104.0, 4112.0, 4095.0, 4093.0, 4094.0, 4091.0, 4106.0, 4094.0, 4104.0, 4093.0, 4103.0, 4095.0, 4094.0, 4094.0, 4095.0, 4095.0, 4095.0, 4095.0, 4094.0, 4094.0, 4095.0, 4092.0, 4083.0, 4094.0, 4092.0, 4094.0, 4093.0, 4094.0, 4092.0, 4095.0, 4093.0, 4091.0, 4083.0, 4084.0, 4084.0, 4083.0, 4094.0, 4095.0, 4095.0, 4092.0, 4096.0, 4095.0, 4095.0, 4095.0, 4096.0, 4095.0, 4095.0, 4106.0, 4096.0, 4095.0, 4096.0], 'WindowWidth': [9254.0, 9204.0, 9187.0, 9166.0, 9147.0, 9141.0, 9123.0, 9125.0, 9120.0, 9133.0, 9131.0, 9136.0, 9130.0, 9132.0, 9120.0, 9118.0, 9123.0, 9115.0, 9118.0, 9117.0, 9132.0, 9118.0, 9118.0, 9104.0, 9131.0, 9116.0, 9108.0, 9117.0, 9118.0, 9119.0, 9114.0, 9117.0, 9116.0, 9130.0, 9121.0, 9117.0, 9119.0, 9118.0, 9120.0, 9118.0, 9132.0, 9138.0, 9129.0, 9133.0, 9133.0, 9121.0, 9117.0, 9119.0, 9117.0, 9136.0, 9121.0, 9123.0, 9147.0, 9156.0, 9130.0, 9154.0, 9129.0, 9135.0, 9151.0, 9157.0, 9151.0, 9145.0, 9157.0, 9132.0, 9142.0, 9143.0, 9128.0, 9144.0, 9143.0, 9139.0, 9141.0, 9132.0, 9136.0, 9141.0, 9153.0, 9154.0, 9160.0, 9136.0, 9125.0, 9118.0, 9136.0, 9125.0, 9135.0, 9121.0, 9138.0, 9141.0, 9143.0, 9138.0, 9159.0, 9138.0, 9131.0, 9123.0, 9130.0, 9144.0, 9144.0, 9121.0, 9136.0, 9116.0, 9124.0, 9134.0, 9138.0, 9138.0, 9137.0, 9153.0, 9120.0, 9122.0, 9125.0, 9120.0, 9125.0, 9121.0, 9123.0, 9122.0, 9132.0, 9117.0, 9133.0, 9115.0, 9117.0, 9127.0, 9134.0, 9130.0, 9116.0, 9102.0, 9122.0, 9115.0, 9101.0, 9113.0, 9115.0, 9114.0, 9120.0, 9132.0, 9130.0, 9115.0, 9123.0, 9130.0, 9114.0, 9135.0, 9127.0, 9119.0, 9116.0, 9118.0, 9122.0, 9104.0, 9118.0, 9105.0, 9115.0, 9120.0, 9133.0, 9115.0, 9128.0, 9116.0, 9130.0, 9100.0, 9131.0, 9102.0, 9123.0, 9119.0, 9136.0, 9121.0, 9136.0, 9119.0, 9122.0, 9136.0, 9138.0, 9113.0, 9137.0, 9120.0, 9120.0, 9120.0, 9118.0, 9138.0, 9120.0, 9136.0, 9124.0, 9134.0, 9113.0, 9136.0, 9125.0, 9149.0, 9121.0, 9139.0, 9136.0, 9126.0, 9141.0, 9125.0, 9137.0, 9141.0, 9152.0, 9141.0, 9154.0, 9126.0, 9149.0, 9118.0, 9125.0, 9139.0, 9139.0, 9140.0, 9143.0, 9138.0, 9130.0, 9153.0, 9152.0, 9152.0, 9137.0, 9153.0, 9122.0, 9134.0, 9121.0, 9141.0, 9114.0, 9135.0, 9123.0, 9120.0, 9120.0, 9119.0, 9121.0, 9118.0, 9130.0, 9118.0, 9132.0, 9130.0, 9135.0, 9130.0, 9132.0, 9143.0, 9116.0, 9126.0, 9132.0, 9115.0, 9129.0, 9113.0, 9111.0, 9116.0, 9102.0, 9120.0, 9117.0, 9122.0, 9119.0, 9136.0, 9121.0, 9137.0, 9138.0, 9153.0, 9134.0, 9156.0, 9123.0, 9126.0, 9128.0, 9122.0, 9124.0, 9135.0, 9123.0, 9119.0, 9133.0, 9119.0, 9135.0, 9122.0, 9116.0, 9114.0, 9135.0, 9133.0, 9132.0, 9132.0, 9148.0, 9143.0, 9129.0, 9127.0, 9130.0, 9129.0, 9130.0, 9113.0, 9129.0, 9112.0, 9130.0, 9098.0, 9119.0, 9106.0, 9117.0, 9110.0, 9112.0, 9116.0, 9122.0, 9132.0, 9117.0, 9134.0, 9119.0, 9129.0, 9127.0, 9136.0, 9119.0, 9137.0, 9116.0, 9134.0, 9119.0, 9121.0, 9117.0, 9116.0, 9121.0, 9136.0, 9127.0, 9123.0, 9156.0, 9138.0, 9146.0, 9135.0, 9130.0, 9125.0, 9136.0, 9128.0, 9122.0, 9123.0, 9123.0, 9137.0, 9136.0, 9141.0, 9121.0, 9140.0, 9121.0, 9152.0, 9129.0, 9152.0, 9122.0, 9150.0, 9121.0, 9136.0, 9134.0, 9124.0, 9121.0, 9117.0, 9134.0, 9119.0, 9131.0, 9133.0, 9131.0, 9130.0, 9130.0, 9130.0, 9133.0, 9130.0, 9133.0, 9117.0, 9130.0, 9116.0, 9119.0, 9122.0, 9118.0, 9134.0, 9121.0, 9136.0, 9121.0, 9137.0, 9134.0, 9139.0, 9117.0, 9135.0, 9121.0, 9136.0, 9119.0, 9117.0, 9124.0, 9137.0, 9134.0, 9122.0, 9135.0, 9124.0, 9140.0, 9135.0, 9142.0, 9117.0, 9138.0, 9126.0, 9124.0, 9124.0, 9124.0, 9135.0, 9136.0, 9140.0, 9134.0, 9123.0, 9149.0, 9136.0, 9133.0, 9134.0, 9132.0, 9126.0, 9143.0, 9119.0, 9117.0, 9130.0, 9114.0, 9117.0, 9111.0, 9120.0, 9137.0, 9119.0, 9140.0, 9136.0, 9145.0, 9122.0, 9130.0, 9135.0, 9138.0, 9119.0, 9123.0, 9117.0, 9118.0, 9135.0, 9116.0, 9131.0, 9132.0, 9130.0, 9124.0, 9131.0, 9119.0, 9129.0, 9102.0, 9121.0, 9118.0, 9119.0, 9130.0, 9117.0, 9133.0, 9119.0, 9136.0, 9125.0, 9130.0, 9118.0, 9136.0, 9105.0, 9116.0, 9121.0, 9098.0, 9132.0, 9117.0, 9121.0, 9117.0, 9132.0, 9131.0, 9127.0, 9131.0, 9148.0, 9116.0, 9131.0, 9103.0, 9129.0, 9102.0, 9118.0, 9108.0, 9115.0, 9130.0, 9130.0, 9133.0, 9102.0, 9134.0, 9132.0, 9151.0, 9122.0, 9150.0, 9120.0, 9135.0, 9120.0, 9125.0, 9138.0, 9122.0, 9138.0, 9122.0, 9138.0, 9121.0, 9152.0, 9136.0, 9151.0, 9135.0, 9150.0, 9121.0, 9137.0, 9122.0, 9137.0, 9120.0, 9117.0, 9115.0, 9126.0, 9120.0, 9116.0, 9133.0, 9145.0, 9132.0, 9136.0, 9131.0, 9128.0, 9128.0, 9118.0, 9114.0, 9103.0, 9110.0, 9094.0, 9111.0, 9097.0, 9124.0, 9106.0, 9128.0, 9117.0, 9119.0, 9118.0, 9119.0, 9122.0, 9121.0, 9136.0, 9132.0, 9135.0, 9147.0, 9135.0, 9132.0, 9135.0, 9117.0, 9133.0, 9101.0, 9118.0, 9119.0, 9121.0, 9124.0, 9121.0, 9138.0, 9121.0, 9132.0, 9136.0, 9154.0, 9120.0, 9137.0, 9134.0, 9124.0, 9125.0, 9146.0, 9137.0, 9122.0, 9130.0, 9136.0, 9152.0, 9137.0, 9152.0, 9120.0, 9136.0, 9132.0, 9118.0, 9121.0, 9119.0, 9125.0, 9114.0, 9128.0, 9114.0, 9128.0, 9115.0, 9131.0, 9114.0, 9131.0, 9127.0, 9130.0, 9111.0, 9128.0, 9113.0, 9117.0, 9111.0, 9102.0, 9115.0, 9104.0, 9116.0, 9117.0, 9118.0, 9118.0, 9117.0, 9116.0, 9131.0, 9117.0, 9135.0, 9118.0, 9123.0, 9123.0, 9117.0, 9123.0, 9135.0, 9123.0, 9117.0, 9139.0, 9137.0, 9136.0, 9137.0, 9127.0, 9141.0, 9127.0, 9128.0, 9140.0, 9138.0, 9140.0, 9141.0, 9151.0, 9139.0, 9136.0, 9140.0, 9122.0, 9120.0, 9122.0, 9119.0, 9119.0, 9132.0, 9132.0, 9146.0, 9130.0, 9120.0, 9120.0, 9119.0, 9137.0, 9134.0, 9144.0, 9134.0, 9116.0, 9133.0, 9103.0, 9103.0, 9110.0, 9116.0, 9116.0, 9115.0, 9134.0, 9129.0, 9132.0, 9127.0, 9130.0, 9115.0, 9130.0, 9115.0, 9115.0, 9115.0, 9119.0, 9117.0, 9119.0, 9116.0, 9116.0, 9118.0, 9103.0, 9134.0, 9117.0, 9133.0, 9119.0, 9120.0, 9121.0, 9132.0, 9121.0, 9132.0, 9134.0, 9134.0, 9136.0, 9120.0, 9148.0, 9115.0, 9127.0, 9117.0, 9131.0, 9113.0, 9117.0, 9116.0, 9115.0, 9126.0, 9115.0, 9129.0, 9115.0, 9128.0, 9114.0, 9125.0, 9112.0, 9131.0, 9102.0, 9116.0, 9117.0, 9119.0, 9117.0, 9126.0, 9133.0, 9116.0, 9134.0, 9119.0, 9131.0, 9131.0, 9134.0, 9120.0, 9122.0, 9120.0, 9124.0, 9122.0, 9120.0, 9123.0, 9123.0, 9141.0, 9138.0, 9139.0, 9124.0, 9139.0, 9120.0, 9137.0, 9122.0, 9123.0, 9102.0, 9120.0, 9115.0, 9115.0, 9113.0, 9112.0, 9118.0, 9129.0, 9113.0, 9115.0, 9118.0, 9116.0, 9119.0, 9102.0, 9112.0, 9115.0, 9113.0, 9116.0, 9115.0, 9116.0, 9112.0, 9106.0, 9114.0, 9116.0, 9100.0, 9115.0, 9114.0, 9115.0, 9111.0, 9115.0, 9091.0, 9115.0, 9099.0, 9102.0, 9118.0, 9118.0, 9121.0, 9119.0, 9137.0, 9122.0, 9135.0, 9120.0, 9137.0, 9138.0, 9122.0, 9123.0, 9129.0, 9124.0, 9134.0, 9124.0, 9120.0, 9123.0, 9122.0, 9139.0, 9134.0, 9140.0, 9122.0, 9137.0, 9123.0, 9120.0, 9124.0, 9140.0, 9122.0, 9120.0, 9135.0, 9119.0, 9120.0, 9115.0, 9122.0, 9134.0, 9133.0, 9119.0, 9134.0, 9120.0, 9122.0, 9095.0, 9120.0, 9118.0, 9106.0, 9105.0, 9117.0, 9120.0, 9117.0, 9133.0, 9132.0, 9119.0, 9118.0, 9129.0, 9126.0, 9126.0, 9117.0, 9118.0, 9111.0, 9111.0, 9115.0, 9118.0, 9116.0, 9115.0, 9100.0, 9122.0, 9116.0, 9104.0, 9132.0, 9116.0, 9134.0, 9118.0, 9131.0, 9116.0, 9122.0, 9116.0, 9123.0, 9132.0, 9122.0, 9138.0, 9125.0, 9138.0, 9137.0, 9133.0, 9123.0, 9153.0, 9133.0, 9137.0, 9121.0, 9120.0, 9123.0, 9118.0, 9121.0, 9137.0, 9124.0, 9136.0, 9135.0, 9133.0, 9131.0, 9148.0, 9123.0, 9119.0, 9120.0, 9114.0, 9134.0, 9102.0, 9117.0, 9101.0, 9118.0, 9116.0, 9117.0, 9117.0, 9115.0, 9119.0, 9133.0, 9136.0, 9116.0, 9121.0, 9117.0, 9124.0, 9121.0, 9121.0, 9119.0, 9119.0, 9123.0, 9135.0, 9121.0, 9119.0, 9137.0, 9121.0, 9137.0, 9130.0, 9139.0, 9120.0, 9131.0, 9118.0, 9135.0, 9119.0, 9122.0, 9121.0, 9119.0, 9121.0, 9118.0, 9136.0, 9120.0, 9136.0, 9119.0, 9130.0, 9118.0, 9133.0, 9119.0, 9136.0, 9115.0, 9120.0, 9111.0, 9118.0, 9097.0, 9120.0, 9119.0, 9118.0, 9120.0, 9118.0, 9132.0, 9119.0, 9137.0, 9120.0, 9134.0, 9115.0, 9120.0, 9123.0, 9122.0, 9120.0, 9136.0, 9132.0, 9132.0, 9130.0, 9133.0, 9124.0, 9106.0, 9122.0, 9120.0, 9118.0, 9116.0, 9132.0, 9115.0, 9135.0, 9123.0, 9134.0, 9138.0, 9121.0, 9118.0, 9123.0, 9117.0, 9121.0, 9121.0, 9123.0, 9130.0, 9123.0, 9121.0, 9135.0, 9134.0, 9129.0, 9115.0, 9136.0, 9120.0, 9121.0, 9118.0, 9122.0, 9116.0, 9118.0, 9120.0, 9116.0, 9127.0, 9138.0, 9141.0, 9125.0, 9138.0, 9117.0, 9125.0, 9124.0, 9140.0, 9122.0, 9135.0, 9120.0, 9132.0, 9118.0, 9132.0, 9118.0, 9123.0, 9115.0, 9092.0, 9118.0, 9116.0, 9116.0, 9114.0, 9116.0, 9101.0, 9132.0, 9116.0, 9120.0, 9099.0, 9129.0, 9113.0, 9103.0, 9102.0, 9104.0, 9099.0, 9097.0, 9111.0, 9112.0, 9115.0, 9115.0, 9119.0, 9112.0, 9117.0, 9103.0, 9132.0, 9105.0, 9118.0, 9096.0, 9106.0, 9118.0, 9104.0, 9123.0, 9118.0, 9132.0, 9121.0, 9123.0, 9120.0, 9138.0, 9119.0, 9121.0, 9121.0, 9135.0, 9138.0, 9123.0, 9141.0, 9135.0, 9137.0, 9123.0, 9138.0, 9120.0, 9122.0, 9138.0, 9123.0, 9137.0, 9138.0, 9152.0, 9149.0, 9138.0, 9119.0, 9119.0, 9122.0, 9120.0, 9119.0, 9136.0, 9117.0, 9144.0, 9132.0, 9130.0, 9113.0, 9127.0, 9118.0, 9102.0, 9116.0, 9101.0, 9100.0, 9115.0, 9114.0, 9117.0, 9114.0, 9119.0, 9118.0, 9134.0, 9118.0, 9113.0, 9118.0, 9120.0, 9113.0, 9119.0, 9105.0, 9121.0, 9121.0, 9120.0, 9123.0, 9133.0, 9132.0, 9117.0, 9118.0, 9106.0, 9123.0, 9117.0, 9106.0, 9102.0, 9102.0, 9110.0, 9104.0, 9102.0, 9116.0, 9102.0, 9114.0, 9117.0, 9100.0, 9112.0, 9105.0, 9122.0, 9116.0, 9113.0, 9118.0, 9121.0, 9106.0, 9120.0, 9120.0, 9121.0, 9106.0, 9107.0, 9121.0, 9121.0, 9126.0, 9125.0, 9124.0, 9128.0, 9128.0, 9144.0, 9126.0, 9146.0, 9144.0, 9142.0, 9150.0, 9141.0, 9135.0, 9123.0, 9137.0, 9133.0, 9141.0, 9121.0, 9117.0, 9119.0, 9112.0, 9136.0, 9118.0, 9134.0, 9118.0, 9132.0, 9121.0, 9121.0, 9119.0, 9123.0, 9121.0, 9122.0, 9122.0, 9120.0, 9118.0, 9121.0, 9114.0, 9102.0, 9119.0, 9113.0, 9119.0, 9115.0, 9120.0, 9114.0, 9121.0, 9117.0, 9112.0, 9103.0, 9106.0, 9107.0, 9103.0, 9119.0, 9123.0, 9124.0, 9117.0, 9125.0, 9123.0, 9124.0, 9122.0, 9125.0, 9123.0, 9122.0, 9139.0, 9126.0, 9123.0, 9124.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.0010429687499999998</td></tr>
<tr><td colspan=3>aqi</td><td>0.012751315763888889</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>35.336079737480475</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.215762101781061</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0130984587923546</td></tr>
<tr><td colspan=3>efc</td><td>0.4485</td></tr>
<tr><td colspan=3>fber</td><td>6690.5459</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.06437666445388147</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>1</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.08680555555555555</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4130646801062796</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3702733071246445</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5616948480153447</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3072258851788505</td></tr>
<tr><td colspan=3>gcor</td><td>0.00306959</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.012157849036157131</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.025234505534172058</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.7791216140979724</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>28.2278</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>34.2247</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>152.8596</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>43.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>307438.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>703.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>321.2644</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.1143</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>573.3977</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3363.5267</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3557.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>69106.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1067.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4453.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>941.2172</td></tr>
<tr><td colspan=3>tsnr</td><td>49.001572425244376</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>