ds005256-mriqc/sub-0050_ses-02_task-narratives_acq-mb8_run-04_bold.html
Felix Hoffstaedter 8c6d953d17 [DATALAD RUNCMD] Compute MRIQC for sub-0050
=== 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-0050 --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-0050",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-18 22:27:11 +02:00

616 lines
No EOL
130 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-0050_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-0050_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-0050_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-0050/figures/sub-0050_ses-02_task-narratives_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0050/figures/sub-0050_ses-02_task-narratives_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0050/figures/sub-0050_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-0050_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-0050/figures/sub-0050_ses-02_task-narratives_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0050/figures/sub-0050_ses-02_task-narratives_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0050/figures/sub-0050_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-0050_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-0050/figures/sub-0050_ses-02_task-narratives_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0050/figures/sub-0050_ses-02_task-narratives_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0050/figures/sub-0050_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-0050_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-0050/figures/sub-0050_ses-02_task-narratives_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0050/figures/sub-0050_ses-02_task-narratives_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0050/figures/sub-0050_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-0050_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-0050/figures/sub-0050_ses-02_task-narratives_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0050/figures/sub-0050_ses-02_task-narratives_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0050/figures/sub-0050_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-0050_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-0050/figures/sub-0050_ses-02_task-narratives_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0050/figures/sub-0050_ses-02_task-narratives_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0050/figures/sub-0050_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-0050_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-0050/figures/sub-0050_ses-02_task-narratives_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0050/figures/sub-0050_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-0050/figures/sub-0050_ses-02_task-narratives_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0050/figures/sub-0050_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-0050/ses-02/func/sub-0050_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>a5163c1d602e7b5e29944168b7bfdc6a</td></tr>
</table>
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-1">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
Dataset Information
</button>
</h2>
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>16:49:32.352500</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.998535, 0.0479477, 0.0250659, -0.0467403, 0.997814, -0.0467172]</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.0807187</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>[4156, -7747, -7278, 616, -66, -212, -27, 38]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>narratives</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>235.635</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>deed5514-3448-4a1c-9b3b-f8d280f74711||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.678997278213501, -0.12540094554424286, 0.07357800751924515, 114.4319839477539], [-0.12864020466804504, 2.6770620346069336, -0.12278826534748077, -85.9688720703125], [0.06725005060434341, 0.12533870339393616, 2.6962027549743652, -75.69832611083984], [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': ['164932.352500', '164932.812500', '164933.272500', '164933.732500', '164934.192500', '164934.652500', '164935.112500', '164935.572500', '164936.032500', '164936.492500', '164936.952500', '164937.412500', '164937.872500', '164938.332500', '164938.792500', '164939.252500', '164939.712500', '164940.172500', '164940.632500', '164941.092500', '164941.552500', '164942.012500', '164942.472500', '164942.932500', '164943.392500', '164943.852500', '164944.312500', '164944.772500', '164945.232500', '164945.692500', '164946.152500', '164946.612500', '164947.072500', '164947.532500', '164947.992500', '164948.452500', '164948.912500', '164949.372500', '164949.832500', '164950.292500', '164950.752500', '164951.212500', '164951.672500', '164952.132500', '164952.592500', '164953.052500', '164953.512500', '164953.972500', '164954.432500', '164954.892500', '164955.352500', '164955.812500', '164956.272500', '164956.732500', '164957.192500', '164957.652500', '164958.112500', '164958.572500', '164959.032500', '164959.492500', '164959.952500', '165000.412500', '165000.872500', '165001.332500', '165001.792500', '165002.252500', '165002.712500', '165003.172500', '165003.632500', '165004.092500', '165004.552500', '165005.012500', '165005.472500', '165005.932500', '165006.392500', '165006.852500', '165007.312500', '165007.772500', '165008.232500', '165008.692500', '165009.152500', '165009.612500', '165010.072500', '165010.532500', '165010.992500', '165011.452500', '165011.912500', '165012.372500', '165012.832500', '165013.292500', '165013.752500', '165014.212500', '165014.672500', '165015.132500', '165015.592500', '165016.052500', '165016.512500', '165016.972500', '165017.432500', '165017.892500', '165018.352500', '165018.812500', '165019.272500', '165019.732500', '165020.192500', '165020.652500', '165021.112500', '165021.572500', '165022.032500', '165022.492500', '165022.952500', '165023.412500', '165023.872500', '165024.332500', '165024.792500', '165025.252500', '165025.712500', '165026.172500', '165026.632500', '165027.092500', '165027.552500', '165028.012500', '165028.472500', '165028.932500', '165029.392500', '165029.852500', '165030.312500', '165030.772500', '165031.232500', '165031.692500', '165032.152500', '165032.612500', '165033.072500', '165033.532500', '165033.992500', '165034.452500', '165034.912500', '165035.372500', '165035.832500', '165036.292500', '165036.752500', '165037.212500', '165037.672500', '165038.132500', '165038.592500', '165039.052500', '165039.512500', '165039.972500', '165040.432500', '165040.892500', '165041.352500', '165041.812500', '165042.272500', '165042.732500', '165043.192500', '165043.652500', '165044.112500', '165044.572500', '165045.032500', '165045.492500', '165045.952500', '165046.412500', '165046.872500', '165047.332500', '165047.792500', '165048.252500', '165048.712500', '165049.172500', '165049.632500', '165050.092500', '165050.552500', '165051.012500', '165051.472500', '165051.932500', '165052.392500', '165052.852500', '165053.312500', '165053.772500', '165054.232500', '165054.692500', '165055.152500', '165055.612500', '165056.072500', '165056.532500', '165056.992500', '165057.452500', '165057.912500', '165058.372500', '165058.832500', '165059.292500', '165059.752500', '165100.212500', '165100.672500', '165101.132500', '165101.592500', '165102.052500', '165102.512500', '165102.972500', '165103.432500', '165103.892500', '165104.352500', '165104.812500', '165105.272500', '165105.732500', '165106.192500', '165106.652500', '165107.112500', '165107.572500', '165108.032500', '165108.492500', '165108.952500', '165109.412500', '165109.872500', '165110.332500', '165110.792500', '165111.252500', '165111.712500', '165112.172500', '165112.632500', '165113.092500', '165113.552500', '165114.012500', '165114.472500', '165114.932500', '165115.392500', '165115.852500', '165116.312500', '165116.772500', '165117.232500', '165117.692500', '165118.152500', '165118.612500', '165119.072500', '165119.532500', '165119.992500', '165120.452500', '165120.912500', '165121.372500', '165121.832500', '165122.292500', '165122.752500', '165123.212500', '165123.672500', '165124.132500', '165124.592500', '165125.052500', '165125.512500', '165125.972500', '165126.432500', '165126.892500', '165127.352500', '165127.812500', '165128.272500', '165128.732500', '165129.192500', '165129.652500', '165130.112500', '165130.572500', '165131.032500', '165131.492500', '165131.952500', '165132.412500', '165132.872500', '165133.332500', '165133.792500', '165134.252500', '165134.712500', '165135.172500', '165135.632500', '165136.092500', '165136.552500', '165137.012500', '165137.472500', '165137.932500', '165138.392500', '165138.852500', '165139.312500', '165139.772500', '165140.232500', '165140.692500', '165141.152500', '165141.612500', '165142.072500', '165142.532500', '165142.992500', '165143.452500', '165143.912500', '165144.372500', '165144.832500', '165145.292500', '165145.752500', '165146.212500', '165146.672500', '165147.132500', '165147.592500', '165148.052500', '165148.512500', '165148.972500', '165149.432500', '165149.892500', '165150.352500', '165150.812500', '165151.272500', '165151.732500', '165152.192500', '165152.652500', '165153.112500', '165153.572500', '165154.032500', '165154.492500', '165154.952500', '165155.412500', '165155.872500', '165156.332500', '165156.792500', '165157.252500', '165157.712500', '165158.172500', '165158.632500', '165159.092500', '165159.552500', '165200.012500', '165200.472500', '165200.932500', '165201.392500', '165201.852500', '165202.312500', '165202.772500', '165203.232500', '165203.692500', '165204.152500', '165204.612500', '165205.072500', '165205.532500', '165205.992500', '165206.452500', '165206.912500', '165207.372500', '165207.832500', '165208.292500', '165208.752500', '165209.212500', '165209.672500', '165210.132500', '165210.592500', '165211.052500', '165211.512500', '165211.972500', '165212.432500', '165212.892500', '165213.352500', '165213.812500', '165214.272500', '165214.732500', '165215.192500', '165215.652500', '165216.112500', '165216.572500', '165217.032500', '165217.492500', '165217.952500', '165218.412500', '165218.872500', '165219.332500', '165219.792500', '165220.252500', '165220.712500', '165221.172500', '165221.632500', '165222.092500', '165222.552500', '165223.012500', '165223.472500', '165223.932500', '165224.392500', '165224.852500', '165225.312500', '165225.772500', '165226.232500', '165226.692500', '165227.152500', '165227.612500', '165228.072500', '165228.532500', '165228.992500', '165229.452500', '165229.912500', '165230.372500', '165230.832500', '165231.292500', '165231.752500', '165232.212500', '165232.672500', '165233.132500', '165233.592500', '165234.052500', '165234.512500', '165234.972500', '165235.432500', '165235.892500', '165236.352500', '165236.812500', '165237.272500', '165237.732500', '165238.192500', '165238.652500', '165239.112500', '165239.572500', '165240.032500', '165240.492500', '165240.952500', '165241.412500', '165241.872500', '165242.332500', '165242.792500', '165243.252500', '165243.712500', '165244.172500', '165244.632500', '165245.092500', '165245.552500', '165246.012500', '165246.472500', '165246.932500', '165247.392500', '165247.852500', '165248.312500', '165248.772500', '165249.232500', '165249.692500', '165250.152500', '165250.612500', '165251.072500', '165251.532500', '165251.992500', '165252.452500', '165252.912500', '165253.372500', '165253.832500', '165254.292500', '165254.752500', '165255.212500', '165255.672500', '165256.132500', '165256.592500', '165257.052500', '165257.512500', '165257.972500', '165258.432500', '165258.892500', '165259.352500', '165259.812500', '165300.272500', '165300.732500', '165301.192500', '165301.652500', '165302.112500', '165302.572500', '165303.032500', '165303.492500', '165303.952500', '165304.412500', '165304.872500', '165305.332500', '165305.792500', '165306.252500', '165306.712500', '165307.172500', '165307.632500', '165308.092500', '165308.552500', '165309.012500', '165309.472500', '165309.932500', '165310.392500', '165310.852500', '165311.312500', '165311.772500', '165312.232500', '165312.692500', '165313.152500', '165313.612500', '165314.072500', '165314.532500', '165314.992500', '165315.452500', '165315.912500', '165316.372500', '165316.832500', '165317.292500', '165317.752500', '165318.212500', '165318.672500', '165319.132500', '165319.592500', '165320.052500', '165320.512500', '165320.972500', '165321.432500', '165321.892500', '165322.352500', '165322.812500', '165323.272500', '165323.732500', '165324.192500', '165324.652500', '165325.112500', '165325.572500', '165326.032500', '165326.492500', '165326.952500', '165327.412500', '165327.872500', '165328.332500', '165328.792500', '165329.252500', '165329.712500', '165330.172500', '165330.632500', '165331.092500', '165331.552500', '165332.012500', '165332.472500', '165332.932500', '165333.392500', '165333.852500', '165334.312500', '165334.772500', '165335.232500', '165335.692500', '165336.152500', '165336.612500', '165337.072500', '165337.532500', '165337.992500', '165338.452500', '165338.912500', '165339.372500', '165339.832500', '165340.292500', '165340.752500', '165341.212500', '165341.672500', '165342.132500', '165342.592500', '165343.052500', '165343.512500', '165343.972500', '165344.432500', '165344.892500', '165345.352500', '165345.812500', '165346.272500', '165346.732500', '165347.192500', '165347.652500', '165348.112500', '165348.572500', '165349.032500', '165349.492500', '165349.952500', '165350.412500', '165350.872500', '165351.332500', '165351.792500', '165352.252500', '165352.712500', '165353.172500', '165353.632500', '165354.092500', '165354.552500', '165355.012500', '165355.472500', '165355.932500', '165356.392500', '165356.852500', '165357.312500', '165357.772500', '165358.232500', '165358.692500', '165359.152500', '165359.612500', '165400.072500', '165400.532500', '165400.992500', '165401.452500', '165401.912500', '165402.372500', '165402.832500', '165403.292500', '165403.752500', '165404.212500', '165404.672500', '165405.132500', '165405.592500', '165406.052500', '165406.512500', '165406.972500', '165407.432500', '165407.892500', '165408.352500', '165408.812500', '165409.272500', '165409.732500', '165410.192500', '165410.652500', '165411.112500', '165411.572500', '165412.032500', '165412.492500', '165412.952500', '165413.412500', '165413.872500', '165414.332500', '165414.792500', '165415.252500', '165415.712500', '165416.172500', '165416.632500', '165417.092500', '165417.552500', '165418.012500', '165418.472500', '165418.932500', '165419.392500', '165419.852500', '165420.312500', '165420.772500', '165421.232500', '165421.692500', '165422.152500', '165422.612500', '165423.072500', '165423.532500', '165423.992500', '165424.452500', '165424.912500', '165425.372500', '165425.832500', '165426.292500', '165426.752500', '165427.212500', '165427.672500', '165428.132500', '165428.592500', '165429.052500', '165429.512500', '165429.972500', '165430.432500', '165430.892500', '165431.352500', '165431.812500', '165432.272500', '165432.732500', '165433.192500', '165433.652500', '165434.112500', '165434.572500', '165435.032500', '165435.492500', '165435.952500', '165436.412500', '165436.872500', '165437.332500', '165437.792500', '165438.252500', '165438.712500', '165439.172500', '165439.632500', '165440.092500', '165440.552500', '165441.012500', '165441.472500', '165441.932500', '165442.392500', '165442.852500', '165443.312500', '165443.772500', '165444.232500', '165444.692500', '165445.152500', '165445.612500', '165446.072500', '165446.532500', '165446.992500', '165447.452500', '165447.912500', '165448.372500', '165448.832500', '165449.292500', '165449.752500', '165450.212500', '165450.672500', '165451.132500', '165451.592500', '165452.052500', '165452.512500', '165452.972500', '165453.432500', '165453.892500', '165454.352500', '165454.812500', '165455.272500', '165455.732500', '165456.192500', '165456.652500', '165457.112500', '165457.572500', '165458.032500', '165458.492500', '165458.952500', '165459.412500', '165459.872500', '165500.332500', '165500.792500', '165501.252500', '165501.712500', '165502.172500', '165502.632500', '165503.092500', '165503.552500', '165504.012500', '165504.472500', '165504.932500', '165505.392500', '165505.852500', '165506.312500', '165506.772500', '165507.232500', '165507.692500', '165508.152500', '165508.612500', '165509.072500', '165509.532500', '165509.992500', '165510.452500', '165510.912500', '165511.372500', '165511.832500', '165512.292500', '165512.752500', '165513.212500', '165513.672500', '165514.132500', '165514.592500', '165515.052500', '165515.512500', '165515.972500', '165516.432500', '165516.892500', '165517.352500', '165517.812500', '165518.272500', '165518.732500', '165519.192500', '165519.652500', '165520.112500', '165520.572500', '165521.032500', '165521.492500', '165521.952500', '165522.412500', '165522.872500', '165523.332500', '165523.792500', '165524.252500', '165524.712500', '165525.172500', '165525.632500', '165526.092500', '165526.552500', '165527.012500', '165527.472500', '165527.932500', '165528.392500', '165528.852500', '165529.312500', '165529.772500', '165530.232500', '165530.692500', '165531.152500', '165531.612500', '165532.072500', '165532.532500', '165532.992500', '165533.452500', '165533.912500', '165534.372500', '165534.832500', '165535.292500', '165535.752500', '165536.212500', '165536.672500', '165537.132500', '165537.592500', '165538.052500', '165538.512500', '165538.972500', '165539.432500', '165539.892500', '165540.352500', '165540.812500', '165541.272500', '165541.732500', '165542.192500', '165542.652500', '165543.112500', '165543.572500', '165544.032500', '165544.492500', '165544.952500', '165545.412500', '165545.872500', '165546.332500', '165546.792500', '165547.252500', '165547.712500', '165548.172500', '165548.632500', '165549.092500', '165549.552500', '165550.012500', '165550.472500', '165550.932500', '165551.392500', '165551.852500', '165552.312500', '165552.772500', '165553.232500', '165553.692500', '165554.152500', '165554.612500', '165555.072500', '165555.532500', '165555.992500', '165556.452500', '165556.912500', '165557.372500', '165557.832500', '165558.292500', '165558.752500', '165559.212500', '165559.672500', '165600.132500', '165600.592500', '165601.052500', '165601.512500', '165601.972500', '165602.432500', '165602.892500', '165603.352500', '165603.812500', '165604.272500', '165604.732500', '165605.192500', '165605.652500', '165606.112500', '165606.572500', '165607.032500', '165607.492500', '165607.952500', '165608.412500', '165608.872500', '165609.332500', '165609.792500', '165610.252500', '165610.712500', '165611.172500', '165611.632500', '165612.092500', '165612.552500', '165613.012500', '165613.472500', '165613.932500', '165614.392500', '165614.852500', '165615.312500', '165615.772500', '165616.232500', '165616.692500', '165617.152500', '165617.612500', '165618.072500', '165618.532500', '165618.992500', '165619.452500', '165619.912500', '165620.372500', '165620.832500', '165621.292500', '165621.752500', '165622.212500', '165622.672500', '165623.132500', '165623.592500', '165624.052500', '165624.512500', '165624.972500', '165625.432500', '165625.892500', '165626.352500', '165626.812500', '165627.272500', '165627.732500', '165628.192500', '165628.652500', '165629.112500', '165629.572500', '165630.032500', '165630.492500', '165630.952500', '165631.412500', '165631.872500', '165632.332500', '165632.792500', '165633.252500', '165633.712500', '165634.172500', '165634.632500', '165635.092500', '165635.552500', '165636.012500', '165636.472500', '165636.932500', '165637.392500', '165637.852500', '165638.312500', '165638.772500', '165639.232500', '165639.692500', '165640.152500', '165640.612500', '165641.072500', '165641.532500', '165641.992500', '165642.452500', '165642.912500', '165643.372500', '165643.832500', '165644.292500', '165644.752500', '165645.212500', '165645.672500', '165646.132500', '165646.592500', '165647.052500', '165647.512500', '165647.972500', '165648.432500', '165648.892500', '165649.352500', '165649.812500', '165650.272500', '165650.732500', '165651.192500', '165651.652500', '165652.112500', '165652.572500', '165653.032500', '165653.492500', '165653.952500', '165654.412500', '165654.872500', '165655.332500', '165655.792500', '165656.252500', '165656.712500', '165657.172500', '165657.632500', '165658.092500', '165658.552500', '165659.012500', '165659.472500', '165659.932500', '165700.392500', '165700.852500', '165701.312500', '165701.772500', '165702.232500', '165702.692500', '165703.152500', '165703.612500', '165704.072500', '165704.532500', '165704.992500', '165705.452500', '165705.912500', '165706.372500', '165706.832500', '165707.292500', '165707.752500', '165708.212500', '165708.672500', '165709.132500', '165709.592500', '165710.052500', '165710.512500', '165710.972500', '165711.432500', '165711.892500', '165712.352500', '165712.812500', '165713.272500', '165713.732500', '165714.192500', '165714.652500', '165715.112500', '165715.572500', '165716.032500', '165716.492500', '165716.952500', '165717.412500', '165717.872500', '165718.332500', '165718.792500', '165719.252500', '165719.712500', '165720.172500', '165720.632500', '165721.092500', '165721.552500', '165722.012500', '165722.472500', '165722.932500', '165723.392500', '165723.852500', '165724.312500', '165724.772500', '165725.232500', '165725.692500', '165726.152500', '165726.612500', '165727.072500', '165727.532500', '165727.992500', '165728.452500', '165728.912500', '165729.372500', '165729.832500', '165730.292500', '165730.752500', '165731.212500', '165731.672500', '165732.132500', '165732.592500', '165733.052500', '165733.512500', '165733.972500', '165734.432500', '165734.892500', '165735.352500', '165735.812500', '165736.272500', '165736.732500', '165737.192500', '165737.652500', '165738.112500', '165738.572500', '165739.032500', '165739.492500', '165739.952500', '165740.412500', '165740.872500', '165741.332500', '165741.792500', '165742.252500', '165742.712500', '165743.172500', '165743.632500', '165744.092500', '165744.552500', '165745.012500', '165745.472500', '165745.932500', '165746.392500', '165746.852500', '165747.312500', '165747.772500', '165748.232500', '165748.692500', '165749.152500', '165749.612500', '165750.072500', '165750.532500', '165750.992500', '165751.452500', '165751.912500', '165752.372500', '165752.832500', '165753.292500', '165753.752500', '165754.212500', '165754.672500', '165755.132500', '165755.592500', '165756.052500', '165756.512500', '165756.972500', '165757.432500', '165757.892500', '165758.352500', '165758.812500', '165759.272500', '165759.732500', '165800.192500', '165800.652500', '165801.112500', '165801.572500', '165802.032500', '165802.492500', '165802.952500', '165803.412500', '165803.872500', '165804.332500', '165804.792500', '165805.252500', '165805.712500', '165806.172500', '165806.632500', '165807.092500', '165807.552500', '165808.012500', '165808.472500', '165808.932500', '165809.392500', '165809.852500', '165810.312500', '165810.772500', '165811.232500', '165811.692500', '165812.152500', '165812.612500', '165813.072500', '165813.532500', '165813.992500', '165814.452500', '165814.912500', '165815.372500', '165815.832500', '165816.292500', '165816.752500', '165817.212500', '165817.672500', '165818.132500', '165818.592500', '165819.052500', '165819.512500', '165819.972500', '165820.432500', '165820.892500', '165821.352500', '165821.812500', '165822.272500', '165822.732500', '165823.192500', '165823.652500'], 'ContentTime': ['164954.740000', '164954.744000', '164954.747000', '164954.749000', '164954.752000', '164954.755000', '164954.757000', '164954.760000', '164954.763000', '164954.765000', '164954.768000', '164954.771000', '164954.774000', '164954.781000', '164954.784000', '164954.787000', '164954.790000', '164954.792000', '164954.795000', '164954.797000', '164954.800000', '164954.803000', '164954.805000', '164954.808000', '164954.810000', '164954.813000', '164954.816000', '164954.846000', '164954.849000', '164954.851000', '164954.854000', '164954.857000', '164954.860000', '164954.862000', '164954.865000', '164954.868000', '164954.870000', '164954.873000', '164954.876000', '164954.879000', '164954.882000', '164954.884000', '164954.887000', '164954.889000', '164954.892000', '164954.895000', '165014.685000', '165014.688000', '165014.691000', '165014.694000', '165014.696000', '165014.699000', '165014.701000', '165014.704000', '165014.706000', '165014.709000', '165014.712000', '165014.714000', '165014.717000', '165014.719000', '165014.722000', '165014.724000', '165014.727000', '165014.729000', '165014.732000', '165014.734000', '165014.737000', '165014.740000', '165014.742000', '165014.760000', '165014.762000', '165014.765000', '165014.767000', '165014.770000', '165014.773000', '165014.775000', '165014.778000', '165014.780000', '165014.783000', '165014.785000', '165014.788000', '165014.790000', '165014.793000', '165014.796000', '165014.798000', '165014.801000', '165014.803000', '165014.806000', '165014.808000', '165014.811000', '165034.685000', '165034.688000', '165034.691000', '165034.693000', '165034.696000', '165034.699000', '165034.701000', '165034.704000', '165034.706000', '165034.709000', '165034.711000', '165034.714000', '165034.716000', '165034.719000', '165034.722000', '165034.724000', '165034.727000', '165034.730000', '165034.732000', '165034.735000', '165034.737000', '165034.740000', '165034.742000', '165034.745000', '165034.748000', '165034.750000', '165034.753000', '165034.755000', '165034.758000', '165034.761000', '165034.763000', '165034.766000', '165034.768000', '165034.771000', '165034.774000', '165034.776000', '165034.779000', '165034.787000', '165034.790000', '165034.793000', '165034.796000', '165034.798000', '165034.801000', '165054.685000', '165054.688000', '165054.691000', '165054.693000', '165054.696000', '165054.699000', '165054.701000', '165054.704000', '165054.706000', '165054.709000', '165054.712000', '165054.714000', '165054.717000', '165054.719000', '165054.722000', '165054.725000', '165054.727000', '165054.730000', '165054.732000', '165054.735000', '165054.738000', '165054.740000', '165054.743000', '165054.745000', '165054.748000', '165054.751000', '165054.753000', '165054.756000', '165054.758000', '165054.761000', '165054.764000', '165054.766000', '165054.769000', '165054.772000', '165054.774000', '165054.777000', '165054.779000', '165054.782000', '165054.785000', '165054.787000', '165054.790000', '165054.792000', '165054.795000', '165054.797000', '165114.686000', '165114.689000', '165114.692000', '165114.694000', '165114.697000', '165114.700000', '165114.702000', '165114.705000', '165114.707000', '165114.710000', '165114.713000', '165114.715000', '165114.718000', '165114.720000', '165114.723000', '165114.726000', '165114.728000', '165114.731000', '165114.733000', '165114.736000', '165114.739000', '165114.741000', '165114.744000', '165114.750000', '165114.753000', '165114.756000', '165114.758000', '165114.761000', '165114.763000', '165114.766000', '165114.769000', '165114.771000', '165114.774000', '165114.777000', '165114.780000', '165114.783000', '165114.786000', '165114.788000', '165114.791000', '165114.794000', '165114.796000', '165114.799000', '165114.801000', '165134.686000', '165134.689000', '165134.692000', '165134.694000', '165134.697000', '165134.700000', '165134.702000', '165134.705000', '165134.707000', '165134.710000', '165134.713000', '165134.715000', '165134.718000', '165134.720000', '165134.723000', '165134.726000', '165134.728000', '165134.731000', '165134.733000', '165134.736000', '165134.739000', '165134.741000', '165134.744000', '165134.746000', '165134.749000', '165134.751000', '165134.754000', '165134.757000', '165134.759000', '165134.762000', '165134.764000', '165134.767000', '165134.769000', '165134.772000', '165134.775000', '165134.785000', '165134.788000', '165134.790000', '165134.793000', '165134.795000', '165134.798000', '165134.801000', '165134.803000', '165134.806000', '165154.687000', '165154.689000', '165154.692000', '165154.695000', '165154.697000', '165154.700000', '165154.703000', '165154.705000', '165154.708000', '165154.710000', '165154.713000', '165154.716000', '165154.718000', '165154.721000', '165154.723000', '165154.726000', '165154.728000', '165154.731000', '165154.757000', '165154.760000', '165154.762000', '165154.765000', '165154.767000', '165154.770000', '165154.773000', '165154.775000', '165154.778000', '165154.781000', '165154.783000', '165154.786000', '165154.789000', '165154.791000', '165154.794000', '165154.796000', '165154.799000', '165154.802000', '165154.804000', '165154.807000', '165154.809000', '165154.812000', '165154.815000', '165154.817000', '165154.820000', '165214.686000', '165214.689000', '165214.692000', '165214.695000', '165214.697000', '165214.700000', '165214.702000', '165214.705000', '165214.708000', '165214.710000', '165214.713000', '165214.716000', '165214.718000', '165214.721000', '165214.723000', '165214.726000', '165214.729000', '165214.737000', '165214.740000', '165214.742000', '165214.745000', '165214.747000', '165214.750000', '165214.753000', '165214.755000', '165214.758000', '165214.760000', '165214.763000', '165214.765000', '165214.768000', '165214.771000', '165214.773000', '165214.776000', '165214.778000', '165214.781000', '165214.784000', '165214.786000', '165214.789000', '165214.791000', '165214.794000', '165214.796000', '165214.800000', '165214.803000', '165214.805000', '165234.686000', '165234.689000', '165234.691000', '165234.694000', '165234.696000', '165234.699000', '165234.701000', '165234.704000', '165234.707000', '165234.709000', '165234.712000', '165234.714000', '165234.717000', '165234.720000', '165234.722000', '165234.725000', '165234.728000', '165234.730000', '165234.733000', '165234.736000', '165234.738000', '165234.741000', '165234.744000', '165234.746000', '165234.749000', '165234.752000', '165234.754000', '165234.757000', '165234.759000', '165234.762000', '165234.765000', '165234.767000', '165234.770000', '165234.772000', '165234.775000', '165234.777000', '165234.780000', '165234.783000', '165234.785000', '165234.788000', '165234.791000', '165234.793000', '165234.796000', '165254.685000', '165254.688000', '165254.691000', '165254.694000', '165254.696000', '165254.699000', '165254.701000', '165254.704000', '165254.707000', '165254.709000', '165254.712000', '165254.714000', '165254.717000', '165254.719000', '165254.722000', '165254.725000', '165254.727000', '165254.730000', '165254.732000', '165254.735000', '165254.738000', '165254.740000', '165254.743000', '165254.745000', '165254.748000', '165254.751000', '165254.753000', '165254.756000', '165254.759000', '165254.761000', '165254.764000', '165254.767000', '165254.769000', '165254.772000', '165254.778000', '165254.781000', '165254.783000', '165254.786000', '165254.788000', '165254.791000', '165254.794000', '165254.796000', '165254.799000', '165254.801000', '165314.685000', '165314.688000', '165314.691000', '165314.694000', '165314.696000', '165314.699000', '165314.701000', '165314.704000', '165314.706000', '165314.710000', '165314.713000', '165314.715000', '165314.718000', '165314.720000', '165314.723000', '165314.726000', '165314.728000', '165314.731000', '165314.733000', '165314.736000', '165314.739000', '165314.741000', '165314.744000', '165314.746000', '165314.749000', '165314.752000', '165314.754000', '165314.757000', '165314.759000', '165314.762000', '165314.765000', '165314.767000', '165314.770000', '165314.773000', '165314.775000', '165314.778000', '165314.780000', '165314.783000', '165314.786000', '165314.788000', '165314.791000', '165314.793000', '165314.796000', '165334.694000', '165334.697000', '165334.700000', '165334.702000', '165334.709000', '165334.712000', '165334.714000', '165334.717000', '165334.719000', '165334.722000', '165334.725000', '165334.727000', '165334.730000', '165334.732000', '165334.735000', '165334.738000', '165334.740000', '165334.743000', '165334.746000', '165334.748000', '165334.751000', '165334.753000', '165334.756000', '165334.759000', '165334.761000', '165334.764000', '165334.767000', '165334.769000', '165334.772000', '165334.775000', '165334.777000', '165334.780000', '165334.782000', '165334.785000', '165334.787000', '165334.790000', '165334.793000', '165334.795000', '165334.798000', '165334.800000', '165334.803000', '165334.813000', '165334.816000', '165334.819000', '165354.686000', '165354.689000', '165354.692000', '165354.695000', '165354.697000', '165354.700000', '165354.703000', '165354.705000', '165354.708000', '165354.711000', '165354.713000', '165354.716000', '165354.718000', '165354.721000', '165354.724000', '165354.726000', '165354.729000', '165354.732000', '165354.734000', '165354.737000', '165354.740000', '165354.742000', '165354.745000', '165354.748000', '165354.750000', '165354.753000', '165354.756000', '165354.758000', '165354.761000', '165354.764000', '165354.766000', '165354.769000', '165354.772000', '165354.774000', '165354.777000', '165354.779000', '165354.782000', '165354.785000', '165354.787000', '165354.790000', '165354.793000', '165354.795000', '165354.798000', '165414.687000', '165414.690000', '165414.692000', '165414.695000', '165414.698000', '165414.700000', '165414.703000', '165414.705000', '165414.708000', '165414.710000', '165414.713000', '165414.716000', '165414.718000', '165414.721000', '165414.724000', '165414.727000', '165414.729000', '165414.732000', '165414.734000', '165414.737000', '165414.739000', '165414.742000', '165414.745000', '165414.747000', '165414.750000', '165414.752000', '165414.755000', '165414.758000', '165414.760000', '165414.763000', '165414.765000', '165414.768000', '165414.771000', '165414.773000', '165414.776000', '165414.778000', '165414.781000', '165414.784000', '165414.786000', '165414.789000', '165414.792000', '165414.795000', '165414.797000', '165414.800000', '165434.687000', '165434.689000', '165434.692000', '165434.694000', '165434.697000', '165434.700000', '165434.702000', '165434.705000', '165434.707000', '165434.710000', '165434.712000', '165434.715000', '165434.718000', '165434.720000', '165434.723000', '165434.726000', '165434.728000', '165434.731000', '165434.734000', '165434.736000', '165434.739000', '165434.741000', '165434.744000', '165434.747000', '165434.749000', '165434.752000', '165434.755000', '165434.757000', '165434.760000', '165434.762000', '165434.765000', '165434.768000', '165434.770000', '165434.773000', '165434.775000', '165434.778000', '165434.781000', '165434.783000', '165434.786000', '165434.788000', '165434.791000', '165434.794000', '165434.796000', '165454.686000', '165454.688000', '165454.691000', '165454.693000', '165454.696000', '165454.699000', '165454.701000', '165454.704000', '165454.707000', '165454.709000', '165454.712000', '165454.726000', '165454.729000', '165454.731000', '165454.734000', '165454.736000', '165454.739000', '165454.741000', '165454.744000', '165454.747000', '165454.749000', '165454.752000', '165454.754000', '165454.757000', '165454.760000', '165454.762000', '165454.765000', '165454.768000', '165454.770000', '165454.773000', '165454.775000', '165454.778000', '165454.780000', '165454.783000', '165454.786000', '165454.788000', '165454.791000', '165454.793000', '165454.796000', '165454.799000', '165454.801000', '165454.804000', '165454.807000', '165454.809000', '165514.685000', '165514.688000', '165514.691000', '165514.694000', '165514.696000', '165514.699000', '165514.701000', '165514.704000', '165514.706000', '165514.709000', '165514.712000', '165514.714000', '165514.717000', '165514.719000', '165514.722000', '165514.725000', '165514.727000', '165514.730000', '165514.732000', '165514.735000', '165514.738000', '165514.740000', '165514.743000', '165514.745000', '165514.748000', '165514.751000', '165514.753000', '165514.756000', '165514.758000', '165514.761000', '165514.764000', '165514.766000', '165514.769000', '165514.771000', '165514.774000', '165514.776000', '165514.779000', '165514.782000', '165514.784000', '165514.787000', '165514.789000', '165514.792000', '165514.795000', '165534.687000', '165534.689000', '165534.692000', '165534.695000', '165534.697000', '165534.704000', '165534.706000', '165534.709000', '165534.712000', '165534.715000', '165534.718000', '165534.721000', '165534.725000', '165534.728000', '165534.730000', '165534.733000', '165534.735000', '165534.738000', '165534.741000', '165534.743000', '165534.746000', '165534.749000', '165534.751000', '165534.754000', '165534.756000', '165534.759000', '165534.762000', '165534.764000', '165534.767000', '165534.770000', '165534.772000', '165534.775000', '165534.777000', '165534.780000', '165534.783000', '165534.785000', '165534.788000', '165534.790000', '165534.793000', '165534.796000', '165534.798000', '165534.801000', '165534.803000', '165534.806000', '165554.686000', '165554.689000', '165554.692000', '165554.695000', '165554.697000', '165554.700000', '165554.702000', '165554.705000', '165554.708000', '165554.710000', '165554.713000', '165554.715000', '165554.718000', '165554.720000', '165554.723000', '165554.726000', '165554.728000', '165554.731000', '165554.733000', '165554.736000', '165554.739000', '165554.741000', '165554.744000', '165554.747000', '165554.749000', '165554.752000', '165554.755000', '165554.757000', '165554.760000', '165554.763000', '165554.765000', '165554.768000', '165554.771000', '165554.773000', '165554.776000', '165554.778000', '165554.781000', '165554.783000', '165554.786000', '165554.789000', '165554.791000', '165554.794000', '165554.796000', '165614.687000', '165614.689000', '165614.692000', '165614.695000', '165614.697000', '165614.700000', '165614.702000', '165614.705000', '165614.708000', '165614.710000', '165614.713000', '165614.715000', '165614.718000', '165614.721000', '165614.723000', '165614.726000', '165614.728000', '165614.731000', '165614.734000', '165614.736000', '165614.739000', '165614.741000', '165614.744000', '165614.747000', '165614.749000', '165614.752000', '165614.754000', '165614.757000', '165614.759000', '165614.762000', '165614.765000', '165614.767000', '165614.770000', '165614.772000', '165614.775000', '165614.778000', '165614.792000', '165614.794000', '165614.797000', '165614.799000', '165614.802000', '165614.805000', '165614.807000', '165634.687000', '165634.690000', '165634.692000', '165634.695000', '165634.697000', '165634.700000', '165634.702000', '165634.705000', '165634.708000', '165634.710000', '165634.713000', '165634.715000', '165634.718000', '165634.721000', '165634.723000', '165634.726000', '165634.728000', '165634.731000', '165634.733000', '165634.736000', '165634.738000', '165634.741000', '165634.744000', '165634.746000', '165634.749000', '165634.752000', '165634.754000', '165634.757000', '165634.759000', '165634.762000', '165634.765000', '165634.767000', '165634.770000', '165634.772000', '165634.775000', '165634.777000', '165634.780000', '165634.783000', '165634.785000', '165634.788000', '165634.790000', '165634.793000', '165634.795000', '165634.798000', '165654.686000', '165654.689000', '165654.692000', '165654.696000', '165654.699000', '165654.701000', '165654.704000', '165654.707000', '165654.709000', '165654.712000', '165654.714000', '165654.717000', '165654.720000', '165654.722000', '165654.725000', '165654.727000', '165654.730000', '165654.733000', '165654.735000', '165654.738000', '165654.741000', '165654.743000', '165654.746000', '165654.749000', '165654.752000', '165654.755000', '165654.757000', '165654.760000', '165654.762000', '165654.765000', '165654.768000', '165654.771000', '165654.773000', '165654.776000', '165654.779000', '165654.781000', '165654.784000', '165654.786000', '165654.789000', '165654.792000', '165654.794000', '165654.797000', '165654.799000', '165714.685000', '165714.688000', '165714.691000', '165714.693000', '165714.696000', '165714.699000', '165714.701000', '165714.704000', '165714.706000', '165714.709000', '165714.712000', '165714.714000', '165714.717000', '165714.719000', '165714.722000', '165714.725000', '165714.727000', '165714.730000', '165714.732000', '165714.735000', '165714.738000', '165714.740000', '165714.743000', '165714.746000', '165714.748000', '165714.751000', '165714.753000', '165714.756000', '165714.758000', '165714.761000', '165714.764000', '165714.766000', '165714.769000', '165714.771000', '165714.774000', '165714.777000', '165714.779000', '165714.782000', '165714.784000', '165714.787000', '165714.790000', '165714.792000', '165714.795000', '165714.797000', '165734.686000', '165734.688000', '165734.691000', '165734.694000', '165734.696000', '165734.699000', '165734.702000', '165734.704000', '165734.707000', '165734.710000', '165734.712000', '165734.715000', '165734.717000', '165734.720000', '165734.722000', '165734.725000', '165734.728000', '165734.730000', '165734.733000', '165734.736000', '165734.738000', '165734.741000', '165734.743000', '165734.746000', '165734.748000', '165734.751000', '165734.754000', '165734.756000', '165734.759000', '165734.762000', '165734.764000', '165734.767000', '165734.769000', '165734.781000', '165734.783000', '165734.786000', '165734.788000', '165734.791000', '165734.794000', '165734.796000', '165734.799000', '165734.802000', '165734.804000', '165754.686000', '165754.689000', '165754.692000', '165754.695000', '165754.697000', '165754.700000', '165754.702000', '165754.705000', '165754.708000', '165754.710000', '165754.713000', '165754.715000', '165754.718000', '165754.721000', '165754.723000', '165754.726000', '165754.728000', '165754.731000', '165754.734000', '165754.736000', '165754.739000', '165754.741000', '165754.744000', '165754.746000', '165754.749000', '165754.752000', '165754.754000', '165754.757000', '165754.760000', '165754.762000', '165754.765000', '165754.767000', '165754.770000', '165754.773000', '165754.775000', '165754.778000', '165754.780000', '165754.783000', '165754.786000', '165754.788000', '165754.791000', '165754.793000', '165754.796000', '165754.799000', '165814.687000', '165814.690000', '165814.692000', '165814.695000', '165814.697000', '165814.700000', '165814.703000', '165814.705000', '165814.708000', '165814.710000', '165814.713000', '165814.716000', '165814.718000', '165814.721000', '165814.723000', '165814.726000', '165814.729000', '165814.731000', '165814.734000', '165814.738000', '165814.740000', '165814.743000', '165814.746000', '165814.748000', '165814.751000', '165814.754000', '165814.756000', '165814.759000', '165814.761000', '165814.764000', '165814.767000', '165814.769000', '165814.772000', '165814.774000', '165814.777000', '165814.780000', '165814.782000', '165814.785000', '165814.788000', '165814.791000', '165814.793000', '165814.796000', '165814.799000', '165824.843000', '165824.846000', '165824.849000', '165824.851000', '165824.854000', '165824.857000', '165824.859000', '165824.862000', '165824.864000', '165824.867000', '165824.870000', '165824.872000', '165824.875000', '165824.877000', '165824.880000', '165824.883000', '165824.885000', '165824.888000', '165824.890000', '165824.893000', '165824.896000', '165824.898000', '165824.901000'], 'InstanceCreationTime': ['164954.740000', '164954.744000', '164954.747000', '164954.749000', '164954.752000', '164954.755000', '164954.757000', '164954.760000', '164954.763000', '164954.765000', '164954.768000', '164954.771000', '164954.774000', '164954.781000', '164954.784000', '164954.787000', '164954.790000', '164954.792000', '164954.795000', '164954.797000', '164954.800000', '164954.803000', '164954.805000', '164954.808000', '164954.810000', '164954.813000', '164954.816000', '164954.846000', '164954.849000', '164954.851000', '164954.854000', '164954.857000', '164954.860000', '164954.862000', '164954.865000', '164954.868000', '164954.870000', '164954.873000', '164954.876000', '164954.879000', '164954.882000', '164954.884000', '164954.887000', '164954.889000', '164954.892000', '164954.895000', '165014.685000', '165014.688000', '165014.691000', '165014.694000', '165014.696000', '165014.699000', '165014.701000', '165014.704000', '165014.706000', '165014.709000', '165014.712000', '165014.714000', '165014.717000', '165014.719000', '165014.722000', '165014.724000', '165014.727000', '165014.729000', '165014.732000', '165014.734000', '165014.737000', '165014.740000', '165014.742000', '165014.760000', '165014.762000', '165014.765000', '165014.767000', '165014.770000', '165014.773000', '165014.775000', '165014.778000', '165014.780000', '165014.783000', '165014.785000', '165014.788000', '165014.790000', '165014.793000', '165014.796000', '165014.798000', '165014.801000', '165014.803000', '165014.806000', '165014.808000', '165014.811000', '165034.685000', '165034.688000', '165034.691000', '165034.693000', '165034.696000', '165034.699000', '165034.701000', '165034.704000', '165034.706000', '165034.709000', '165034.711000', '165034.714000', '165034.716000', '165034.719000', '165034.722000', '165034.724000', '165034.727000', '165034.730000', '165034.732000', '165034.735000', '165034.737000', '165034.740000', '165034.742000', '165034.745000', '165034.748000', '165034.750000', '165034.753000', '165034.755000', '165034.758000', '165034.761000', '165034.763000', '165034.766000', '165034.768000', '165034.771000', '165034.774000', '165034.776000', '165034.779000', '165034.787000', '165034.790000', '165034.793000', '165034.796000', '165034.798000', '165034.801000', '165054.685000', '165054.688000', '165054.691000', '165054.693000', '165054.696000', '165054.699000', '165054.701000', '165054.704000', '165054.706000', '165054.709000', '165054.712000', '165054.714000', '165054.717000', '165054.719000', '165054.722000', '165054.725000', '165054.727000', '165054.730000', '165054.732000', '165054.735000', '165054.738000', '165054.740000', '165054.743000', '165054.745000', '165054.748000', '165054.751000', '165054.753000', '165054.756000', '165054.758000', '165054.761000', '165054.764000', '165054.766000', '165054.769000', '165054.772000', '165054.774000', '165054.777000', '165054.779000', '165054.782000', '165054.785000', '165054.787000', '165054.790000', '165054.792000', '165054.795000', '165054.797000', '165114.686000', '165114.689000', '165114.692000', '165114.694000', '165114.697000', '165114.700000', '165114.702000', '165114.705000', '165114.707000', '165114.710000', '165114.713000', '165114.715000', '165114.718000', '165114.720000', '165114.723000', '165114.726000', '165114.728000', '165114.731000', '165114.733000', '165114.736000', '165114.739000', '165114.741000', '165114.744000', '165114.750000', '165114.753000', '165114.756000', '165114.758000', '165114.761000', '165114.763000', '165114.766000', '165114.769000', '165114.771000', '165114.774000', '165114.777000', '165114.780000', '165114.783000', '165114.786000', '165114.788000', '165114.791000', '165114.794000', '165114.796000', '165114.799000', '165114.801000', '165134.686000', '165134.689000', '165134.692000', '165134.694000', '165134.697000', '165134.700000', '165134.702000', '165134.705000', '165134.707000', '165134.710000', '165134.713000', '165134.715000', '165134.718000', '165134.720000', '165134.723000', '165134.726000', '165134.728000', '165134.731000', '165134.733000', '165134.736000', '165134.739000', '165134.741000', '165134.744000', '165134.746000', '165134.749000', '165134.751000', '165134.754000', '165134.757000', '165134.759000', '165134.762000', '165134.764000', '165134.767000', '165134.769000', '165134.772000', '165134.775000', '165134.785000', '165134.788000', '165134.790000', '165134.793000', '165134.795000', '165134.798000', '165134.801000', '165134.803000', '165134.806000', '165154.687000', '165154.689000', '165154.692000', '165154.695000', '165154.697000', '165154.700000', '165154.703000', '165154.705000', '165154.708000', '165154.710000', '165154.713000', '165154.716000', '165154.718000', '165154.721000', '165154.723000', '165154.726000', '165154.728000', '165154.731000', '165154.757000', '165154.760000', '165154.762000', '165154.765000', '165154.767000', '165154.770000', '165154.773000', '165154.775000', '165154.778000', '165154.781000', '165154.783000', '165154.786000', '165154.789000', '165154.791000', '165154.794000', '165154.796000', '165154.799000', '165154.802000', '165154.804000', '165154.807000', '165154.809000', '165154.812000', '165154.815000', '165154.817000', '165154.820000', '165214.686000', '165214.689000', '165214.692000', '165214.695000', '165214.697000', '165214.700000', '165214.702000', '165214.705000', '165214.708000', '165214.710000', '165214.713000', '165214.716000', '165214.718000', '165214.721000', '165214.723000', '165214.726000', '165214.729000', '165214.737000', '165214.740000', '165214.742000', '165214.745000', '165214.747000', '165214.750000', '165214.753000', '165214.755000', '165214.758000', '165214.760000', '165214.763000', '165214.765000', '165214.768000', '165214.771000', '165214.773000', '165214.776000', '165214.778000', '165214.781000', '165214.784000', '165214.786000', '165214.789000', '165214.791000', '165214.794000', '165214.796000', '165214.800000', '165214.803000', '165214.805000', '165234.686000', '165234.689000', '165234.691000', '165234.694000', '165234.696000', '165234.699000', '165234.701000', '165234.704000', '165234.707000', '165234.709000', '165234.712000', '165234.714000', '165234.717000', '165234.720000', '165234.722000', '165234.725000', '165234.728000', '165234.730000', '165234.733000', '165234.736000', '165234.738000', '165234.741000', '165234.744000', '165234.746000', '165234.749000', '165234.752000', '165234.754000', '165234.757000', '165234.759000', '165234.762000', '165234.765000', '165234.767000', '165234.770000', '165234.772000', '165234.775000', '165234.777000', '165234.780000', '165234.783000', '165234.785000', '165234.788000', '165234.791000', '165234.793000', '165234.796000', '165254.685000', '165254.688000', '165254.691000', '165254.694000', '165254.696000', '165254.699000', '165254.701000', '165254.704000', '165254.707000', '165254.709000', '165254.712000', '165254.714000', '165254.717000', '165254.719000', '165254.722000', '165254.725000', '165254.727000', '165254.730000', '165254.732000', '165254.735000', '165254.738000', '165254.740000', '165254.743000', '165254.745000', '165254.748000', '165254.751000', '165254.753000', '165254.756000', '165254.759000', '165254.761000', '165254.764000', '165254.767000', '165254.769000', '165254.772000', '165254.778000', '165254.781000', '165254.783000', '165254.786000', '165254.788000', '165254.791000', '165254.794000', '165254.796000', '165254.799000', '165254.801000', '165314.685000', '165314.688000', '165314.691000', '165314.694000', '165314.696000', '165314.699000', '165314.701000', '165314.704000', '165314.706000', '165314.710000', '165314.713000', '165314.715000', '165314.718000', '165314.720000', '165314.723000', '165314.726000', '165314.728000', '165314.731000', '165314.733000', '165314.736000', '165314.739000', '165314.741000', '165314.744000', '165314.746000', '165314.749000', '165314.752000', '165314.754000', '165314.757000', '165314.759000', '165314.762000', '165314.765000', '165314.767000', '165314.770000', '165314.773000', '165314.775000', '165314.778000', '165314.780000', '165314.783000', '165314.786000', '165314.788000', '165314.791000', '165314.793000', '165314.796000', '165334.694000', '165334.697000', '165334.700000', '165334.702000', '165334.709000', '165334.712000', '165334.714000', '165334.717000', '165334.719000', '165334.722000', '165334.725000', '165334.727000', '165334.730000', '165334.732000', '165334.735000', '165334.738000', '165334.740000', '165334.743000', '165334.746000', '165334.748000', '165334.751000', '165334.753000', '165334.756000', '165334.759000', '165334.761000', '165334.764000', '165334.767000', '165334.769000', '165334.772000', '165334.775000', '165334.777000', '165334.780000', '165334.782000', '165334.785000', '165334.787000', '165334.790000', '165334.793000', '165334.795000', '165334.798000', '165334.800000', '165334.803000', '165334.813000', '165334.816000', '165334.819000', '165354.686000', '165354.689000', '165354.692000', '165354.695000', '165354.697000', '165354.700000', '165354.703000', '165354.705000', '165354.708000', '165354.711000', '165354.713000', '165354.716000', '165354.718000', '165354.721000', '165354.724000', '165354.726000', '165354.729000', '165354.732000', '165354.734000', '165354.737000', '165354.740000', '165354.742000', '165354.745000', '165354.748000', '165354.750000', '165354.753000', '165354.756000', '165354.758000', '165354.761000', '165354.764000', '165354.766000', '165354.769000', '165354.772000', '165354.774000', '165354.777000', '165354.779000', '165354.782000', '165354.785000', '165354.787000', '165354.790000', '165354.793000', '165354.795000', '165354.798000', '165414.687000', '165414.690000', '165414.692000', '165414.695000', '165414.698000', '165414.700000', '165414.703000', '165414.705000', '165414.708000', '165414.710000', '165414.713000', '165414.716000', '165414.718000', '165414.721000', '165414.724000', '165414.727000', '165414.729000', '165414.732000', '165414.734000', '165414.737000', '165414.739000', '165414.742000', '165414.745000', '165414.747000', '165414.750000', '165414.752000', '165414.755000', '165414.758000', '165414.760000', '165414.763000', '165414.765000', '165414.768000', '165414.771000', '165414.773000', '165414.776000', '165414.778000', '165414.781000', '165414.784000', '165414.786000', '165414.789000', '165414.792000', '165414.795000', '165414.797000', '165414.800000', '165434.687000', '165434.689000', '165434.692000', '165434.694000', '165434.697000', '165434.700000', '165434.702000', '165434.705000', '165434.707000', '165434.710000', '165434.712000', '165434.715000', '165434.718000', '165434.720000', '165434.723000', '165434.726000', '165434.728000', '165434.731000', '165434.734000', '165434.736000', '165434.739000', '165434.741000', '165434.744000', '165434.747000', '165434.749000', '165434.752000', '165434.755000', '165434.757000', '165434.760000', '165434.762000', '165434.765000', '165434.768000', '165434.770000', '165434.773000', '165434.775000', '165434.778000', '165434.781000', '165434.783000', '165434.786000', '165434.788000', '165434.791000', '165434.794000', '165434.796000', '165454.686000', '165454.688000', '165454.691000', '165454.693000', '165454.696000', '165454.699000', '165454.701000', '165454.704000', '165454.707000', '165454.709000', '165454.712000', '165454.726000', '165454.729000', '165454.731000', '165454.734000', '165454.736000', '165454.739000', '165454.741000', '165454.744000', '165454.747000', '165454.749000', '165454.752000', '165454.754000', '165454.757000', '165454.760000', '165454.762000', '165454.765000', '165454.768000', '165454.770000', '165454.773000', '165454.775000', '165454.778000', '165454.780000', '165454.783000', '165454.786000', '165454.788000', '165454.791000', '165454.793000', '165454.796000', '165454.799000', '165454.801000', '165454.804000', '165454.807000', '165454.809000', '165514.685000', '165514.688000', '165514.691000', '165514.694000', '165514.696000', '165514.699000', '165514.701000', '165514.704000', '165514.706000', '165514.709000', '165514.712000', '165514.714000', '165514.717000', '165514.719000', '165514.722000', '165514.725000', '165514.727000', '165514.730000', '165514.732000', '165514.735000', '165514.738000', '165514.740000', '165514.743000', '165514.745000', '165514.748000', '165514.751000', '165514.753000', '165514.756000', '165514.758000', '165514.761000', '165514.764000', '165514.766000', '165514.769000', '165514.771000', '165514.774000', '165514.776000', '165514.779000', '165514.782000', '165514.784000', '165514.787000', '165514.789000', '165514.792000', '165514.795000', '165534.687000', '165534.689000', '165534.692000', '165534.695000', '165534.697000', '165534.704000', '165534.706000', '165534.709000', '165534.712000', '165534.715000', '165534.718000', '165534.721000', '165534.725000', '165534.728000', '165534.730000', '165534.733000', '165534.735000', '165534.738000', '165534.741000', '165534.743000', '165534.746000', '165534.749000', '165534.751000', '165534.754000', '165534.756000', '165534.759000', '165534.762000', '165534.764000', '165534.767000', '165534.770000', '165534.772000', '165534.775000', '165534.777000', '165534.780000', '165534.783000', '165534.785000', '165534.788000', '165534.790000', '165534.793000', '165534.796000', '165534.798000', '165534.801000', '165534.803000', '165534.806000', '165554.686000', '165554.689000', '165554.692000', '165554.695000', '165554.697000', '165554.700000', '165554.702000', '165554.705000', '165554.708000', '165554.710000', '165554.713000', '165554.715000', '165554.718000', '165554.720000', '165554.723000', '165554.726000', '165554.728000', '165554.731000', '165554.733000', '165554.736000', '165554.739000', '165554.741000', '165554.744000', '165554.747000', '165554.749000', '165554.752000', '165554.755000', '165554.757000', '165554.760000', '165554.763000', '165554.765000', '165554.768000', '165554.771000', '165554.773000', '165554.776000', '165554.778000', '165554.781000', '165554.783000', '165554.786000', '165554.789000', '165554.791000', '165554.794000', '165554.796000', '165614.687000', '165614.689000', '165614.692000', '165614.695000', '165614.697000', '165614.700000', '165614.702000', '165614.705000', '165614.708000', '165614.710000', '165614.713000', '165614.715000', '165614.718000', '165614.721000', '165614.723000', '165614.726000', '165614.728000', '165614.731000', '165614.734000', '165614.736000', '165614.739000', '165614.741000', '165614.744000', '165614.747000', '165614.749000', '165614.752000', '165614.754000', '165614.757000', '165614.759000', '165614.762000', '165614.765000', '165614.767000', '165614.770000', '165614.772000', '165614.775000', '165614.778000', '165614.792000', '165614.794000', '165614.797000', '165614.799000', '165614.802000', '165614.805000', '165614.807000', '165634.687000', '165634.690000', '165634.692000', '165634.695000', '165634.697000', '165634.700000', '165634.702000', '165634.705000', '165634.708000', '165634.710000', '165634.713000', '165634.715000', '165634.718000', '165634.721000', '165634.723000', '165634.726000', '165634.728000', '165634.731000', '165634.733000', '165634.736000', '165634.738000', '165634.741000', '165634.744000', '165634.746000', '165634.749000', '165634.752000', '165634.754000', '165634.757000', '165634.759000', '165634.762000', '165634.765000', '165634.767000', '165634.770000', '165634.772000', '165634.775000', '165634.777000', '165634.780000', '165634.783000', '165634.785000', '165634.788000', '165634.790000', '165634.793000', '165634.795000', '165634.798000', '165654.686000', '165654.689000', '165654.692000', '165654.696000', '165654.699000', '165654.701000', '165654.704000', '165654.707000', '165654.709000', '165654.712000', '165654.714000', '165654.717000', '165654.720000', '165654.722000', '165654.725000', '165654.727000', '165654.730000', '165654.733000', '165654.735000', '165654.738000', '165654.741000', '165654.743000', '165654.746000', '165654.749000', '165654.752000', '165654.755000', '165654.757000', '165654.760000', '165654.762000', '165654.765000', '165654.768000', '165654.771000', '165654.773000', '165654.776000', '165654.779000', '165654.781000', '165654.784000', '165654.786000', '165654.789000', '165654.792000', '165654.794000', '165654.797000', '165654.799000', '165714.685000', '165714.688000', '165714.691000', '165714.693000', '165714.696000', '165714.699000', '165714.701000', '165714.704000', '165714.706000', '165714.709000', '165714.712000', '165714.714000', '165714.717000', '165714.719000', '165714.722000', '165714.725000', '165714.727000', '165714.730000', '165714.732000', '165714.735000', '165714.738000', '165714.740000', '165714.743000', '165714.746000', '165714.748000', '165714.751000', '165714.753000', '165714.756000', '165714.758000', '165714.761000', '165714.764000', '165714.766000', '165714.769000', '165714.771000', '165714.774000', '165714.777000', '165714.779000', '165714.782000', '165714.784000', '165714.787000', '165714.790000', '165714.792000', '165714.795000', '165714.797000', '165734.686000', '165734.688000', '165734.691000', '165734.694000', '165734.696000', '165734.699000', '165734.702000', '165734.704000', '165734.707000', '165734.710000', '165734.712000', '165734.715000', '165734.717000', '165734.720000', '165734.722000', '165734.725000', '165734.728000', '165734.730000', '165734.733000', '165734.736000', '165734.738000', '165734.741000', '165734.743000', '165734.746000', '165734.748000', '165734.751000', '165734.754000', '165734.756000', '165734.759000', '165734.762000', '165734.764000', '165734.767000', '165734.769000', '165734.781000', '165734.783000', '165734.786000', '165734.788000', '165734.791000', '165734.794000', '165734.796000', '165734.799000', '165734.802000', '165734.804000', '165754.686000', '165754.689000', '165754.692000', '165754.695000', '165754.697000', '165754.700000', '165754.702000', '165754.705000', '165754.708000', '165754.710000', '165754.713000', '165754.715000', '165754.718000', '165754.721000', '165754.723000', '165754.726000', '165754.728000', '165754.731000', '165754.734000', '165754.736000', '165754.739000', '165754.741000', '165754.744000', '165754.746000', '165754.749000', '165754.752000', '165754.754000', '165754.757000', '165754.760000', '165754.762000', '165754.765000', '165754.767000', '165754.770000', '165754.773000', '165754.775000', '165754.778000', '165754.780000', '165754.783000', '165754.786000', '165754.788000', '165754.791000', '165754.793000', '165754.796000', '165754.799000', '165814.687000', '165814.690000', '165814.692000', '165814.695000', '165814.697000', '165814.700000', '165814.703000', '165814.705000', '165814.708000', '165814.710000', '165814.713000', '165814.716000', '165814.718000', '165814.721000', '165814.723000', '165814.726000', '165814.729000', '165814.731000', '165814.734000', '165814.738000', '165814.740000', '165814.743000', '165814.746000', '165814.748000', '165814.751000', '165814.754000', '165814.756000', '165814.759000', '165814.761000', '165814.764000', '165814.767000', '165814.769000', '165814.772000', '165814.774000', '165814.777000', '165814.780000', '165814.782000', '165814.785000', '165814.788000', '165814.791000', '165814.793000', '165814.796000', '165814.799000', '165824.843000', '165824.846000', '165824.849000', '165824.851000', '165824.854000', '165824.857000', '165824.859000', '165824.862000', '165824.864000', '165824.867000', '165824.870000', '165824.872000', '165824.875000', '165824.877000', '165824.880000', '165824.883000', '165824.885000', '165824.888000', '165824.890000', '165824.893000', '165824.896000', '165824.898000', '165824.901000'], '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': [13081, 11562, 14523, 10494, 16075, 12221, 10620, 13828, 10304, 16535, 12259, 11009, 13283, 9574, 15064, 9906, 15756, 11304, 15959, 12363, 15887, 12326, 15849, 12524, 8942, 13464, 9482, 15210, 11654, 15153, 12566, 15723, 12017, 8890, 13538, 9090, 15124, 10030, 15282, 11747, 15540, 11578, 15667, 12094, 10792, 13056, 9213, 15205, 11394, 15819, 11733, 8524, 13481, 11156, 11041, 12727, 8265, 14601, 9533, 14885, 9936, 15377, 10871, 15354, 11388, 15427, 11552, 14508, 12565, 8898, 13603, 9528, 15268, 11943, 15107, 12523, 13970, 11472, 9569, 13414, 9316, 15755, 12346, 8762, 14728, 12649, 8552, 14431, 10388, 15557, 12259, 15211, 12870, 8398, 14494, 11338, 15396, 12220, 12213, 13571, 8716, 15484, 11707, 15534, 12000, 9621, 14456, 10223, 15630, 12439, 15086, 12540, 9707, 14948, 10753, 15834, 12143, 12939, 12802, 9241, 14248, 12141, 12902, 11612, 8715, 14623, 11092, 15007, 11291, 15004, 11478, 14809, 11666, 15463, 11768, 15706, 11954, 12371, 12628, 9844, 13162, 9150, 14912, 9730, 15096, 11567, 15577, 12249, 14596, 11835, 15608, 11894, 9780, 11723, 8637, 13382, 9026, 14636, 9379, 14844, 10896, 15329, 11095, 14781, 12016, 15619, 11685, 8569, 13185, 8934, 15012, 11185, 14875, 11943, 9876, 12950, 8611, 14685, 10382, 14817, 11921, 14537, 11668, 8540, 13739, 9577, 15523, 12802, 13288, 11807, 8595, 14675, 11551, 15092, 12059, 12870, 12778, 8870, 14440, 9582, 15517, 10476, 15260, 12342, 15640, 11637, 15384, 11917, 10548, 12617, 8942, 14834, 10639, 15429, 11647, 14827, 11946, 15602, 11742, 10569, 12817, 9298, 14228, 9071, 14523, 10786, 15378, 11273, 9428, 13182, 8870, 14753, 11824, 15670, 11565, 10360, 12970, 8664, 14617, 11069, 16251, 11595, 8328, 14230, 11401, 13613, 13769, 11139, 12302, 13751, 11121, 16640, 12448, 8753, 14012, 9999, 15914, 12283, 15888, 12540, 8782, 13731, 10936, 15562, 11631, 11209, 11878, 8959, 14618, 10566, 15557, 11662, 14943, 12222, 14961, 12002, 11676, 12055, 9117, 13889, 8795, 13923, 9285, 15256, 9826, 15459, 11432, 15249, 12132, 14272, 11883, 11290, 11365, 8759, 13782, 11198, 10936, 11497, 10634, 12340, 9050, 14024, 8684, 14734, 9696, 14953, 10871, 14722, 12328, 14330, 13638, 11932, 13760, 11983, 9896, 13198, 11421, 8748, 14678, 11615, 9106, 12604, 13097, 10437, 14217, 13174, 10319, 14612, 12771, 11522, 15283, 10228, 15870, 11653, 15909, 11721, 15998, 11398, 14904, 11606, 10146, 11813, 8974, 13366, 10478, 14696, 11414, 11416, 11740, 9154, 14682, 10953, 9127, 14306, 11458, 10270, 13398, 11159, 9392, 13632, 10435, 10922, 14258, 11536, 10981, 14222, 11753, 8446, 15140, 11952, 11937, 13394, 9811, 15807, 12069, 14750, 12066, 9474, 14823, 9358, 15796, 11672, 15833, 12310, 12860, 10685, 15303, 11547, 15327, 11582, 14163, 11748, 8372, 12694, 8728, 13752, 11131, 13969, 11465, 11743, 12433, 8745, 13649, 9150, 14497, 9434, 15163, 11951, 13909, 12019, 8894, 15034, 12026, 8474, 14528, 10571, 15316, 11197, 13316, 11935, 9897, 13782, 9755, 15717, 10384, 15530, 11281, 14921, 11472, 15320, 11867, 12006, 12704, 10840, 12497, 10770, 13591, 9946, 14538, 9354, 15074, 11081, 14419, 11093, 14565, 11623, 12115, 11645, 9679, 13349, 9721, 14328, 9839, 15478, 9648, 15190, 10070, 15342, 10911, 14837, 11633, 14382, 10747, 12820, 11268, 12367, 12129, 9508, 13816, 8722, 14286, 8974, 14625, 9726, 14760, 9526, 15114, 10202, 15120, 11103, 15086, 11494, 14737, 12232, 14083, 10544, 9322, 11728, 8705, 13495, 9112, 14731, 9268, 14592, 9408, 14543, 9172, 14506, 9329, 14443, 9010, 14345, 9394, 14835, 9797, 14377, 10617, 14998, 10695, 14184, 10786, 12865, 10753, 10569, 12767, 8159, 14336, 8947, 14899, 9230, 15081, 12055, 14681, 11810, 10255, 12710, 8851, 14649, 9397, 15195, 10928, 15653, 11628, 14633, 11349, 10468, 12180, 9111, 13984, 9357, 15376, 10977, 13696, 11553, 9161, 13290, 9219, 14956, 11656, 14224, 11364, 9728, 13114, 8935, 14476, 9442, 15585, 12236, 11162, 11443, 8921, 14231, 9885, 15124, 12265, 14784, 10950, 14155, 11028, 10441, 12452, 9073, 14644, 10086, 15115, 11512, 14710, 11704, 11712, 12326, 8823, 15098, 11192, 14897, 11808, 14625, 11244, 13284, 11556, 8085, 13156, 9208, 14795, 10904, 15068, 12209, 13349, 11340, 8584, 13315, 8543, 14614, 10059, 15507, 11359, 14807, 11459, 14569, 11445, 11740, 12063, 8349, 14276, 9731, 14861, 11208, 14651, 11055, 13509, 11785, 8770, 12626, 8641, 14847, 10046, 15852, 11412, 15334, 11474, 14699, 11732, 8157, 13186, 8842, 14736, 10249, 15099, 12717, 11702, 11962, 9270, 14239, 9920, 14791, 10063, 14941, 11359, 14609, 11546, 15128, 11591, 15525, 11753, 9700, 12606, 9592, 14114, 11710, 15240, 11991, 14209, 11420, 14946, 11392, 14433, 11513, 11980, 12595, 8719, 13722, 9962, 14226, 11520, 8711, 13261, 10799, 9207, 12870, 10562, 14190, 10791, 15112, 10995, 15962, 11776, 8858, 12790, 9502, 13597, 11211, 14572, 11948, 14062, 11537, 9434, 12265, 9068, 13028, 9714, 14345, 9396, 14475, 11260, 14914, 11621, 15138, 11776, 11451, 11207, 8898, 12905, 9687, 14764, 12071, 14247, 11332, 10373, 11657, 9485, 12762, 9165, 14470, 10253, 14707, 11037, 14608, 11891, 14521, 11155, 14431, 11147, 10979, 11351, 9509, 13550, 9138, 14241, 10178, 14346, 11748, 14438, 11681, 9070, 12194, 9427, 14762, 11346, 14527, 11429, 11893, 12051, 8608, 13256, 9310, 14290, 10482, 14506, 12072, 14182, 10870, 12148, 11441, 9454, 12911, 9623, 14453, 10900, 14365, 11253, 14675, 11412, 14596, 11563, 8058, 12991, 9147, 14355, 11176, 15276, 11876, 14485, 10660, 12092, 11403, 9434, 12589, 9462, 14116, 10757, 13825, 11262, 13406, 11032, 9777, 12968, 8909, 14171, 10931, 14337, 11235, 14356, 11611, 12948, 10900, 9533, 11888, 8769, 12959, 10038, 14566, 11635, 13934, 11354, 14542, 11263, 12083, 11976, 8671, 12520, 9115, 13520, 9916, 14621, 11670, 14084, 11356, 14723, 10771, 13937, 11509, 8432, 12394, 8810, 13542, 9787, 14463, 11027, 14488, 11543, 14573, 11156, 15489, 11363, 8108, 12792, 9939, 14199, 11614, 14711, 11477, 8629, 14013, 10732, 14676, 11213, 12626, 11722, 9322, 14240, 10846, 11019, 12440, 9070, 14017, 9799, 15104, 11989, 13606, 11238, 8751, 13394, 9235, 13765, 9791, 14606, 11646, 14821, 11694, 15429, 11164, 12220, 11049, 9858, 12562, 8667, 14092, 9281, 13824, 9374, 14183, 10144, 14711, 11143, 14299, 11367, 14819, 11679, 14184, 10986, 8952, 11976, 8970, 12758, 9128, 13899, 9423, 14075, 10759, 14172, 11658, 14245, 12046, 13461, 10849, 14196, 10800, 12807, 11183, 8918, 12515, 9031, 13266, 9615, 14108, 11350, 13962, 11036, 14279, 11055, 9079, 12022, 9148, 14474, 11294, 14468, 11199, 12999, 11219, 12924, 12423, 8259, 13171, 9191, 13979, 10132, 14544, 11272, 14247, 11534, 14469, 11249, 14987, 11615, 9518, 11797, 8950, 13343, 9380, 14033, 10510, 14095, 11189, 13865, 11403, 14626, 11570, 15108, 11089, 10099, 11660, 8766, 12978, 9648, 13806, 10943, 13861, 11308, 14750, 11483, 14704, 11742, 14040, 10547, 10253, 11547, 8951, 12419, 9371, 13604, 10433, 13776, 11446, 14266, 11461, 14841, 11195, 8008, 12314, 9298, 13559, 10353, 14227, 11810, 14771, 11024, 9788, 11809, 8548, 12978, 9501, 13543, 9587, 13739, 10545, 14166, 11113, 14288, 11509, 14015, 11287, 14230, 11583, 14600, 11543, 13712, 10911, 13686, 11031, 12077, 10797, 12046, 11230, 8652, 12922, 8980, 13487, 9746, 14743, 11411, 14445, 11000, 10977, 10878, 8826, 12810, 9434, 14067, 10141, 14049, 11011, 15552, 11317, 10002, 12377, 9513, 14447, 10890, 15255, 11728, 15800, 11242, 11119, 11559, 8678, 12933, 10017, 14589, 11551, 14407, 11132, 13044, 11086, 12902, 11980, 8166, 13245, 9449, 13953, 10145, 15001, 12133, 14670, 10687, 12221, 10767, 8835, 11918, 9643, 13632, 11123, 13889, 11109, 15011, 10992, 11442, 11483, 8610, 13332, 10258, 14209, 11084, 15542, 11220, 14808, 11175, 8086, 12486, 9697, 14237, 11265, 14635, 11138, 14644, 10808, 12913, 10564, 10188, 11182, 9137, 12986, 9633, 13889, 11010, 14209, 11362, 14492, 11204, 10717, 10894, 8819, 12512, 9771, 13663, 10482, 14149, 11582, 14149, 10730, 9152, 11302, 9078, 13477, 11230, 12317, 10764, 9174, 12074, 10263, 13268, 10794, 15818, 10981, 15278, 11502, 15399, 11320], 'WindowCenter': [4244.0, 4207.0, 4223.0, 4182.0, 4220.0, 4189.0, 4180.0, 4210.0, 4181.0, 4221.0, 4191.0, 4178.0, 4199.0, 4157.0, 4209.0, 4157.0, 4209.0, 4165.0, 4205.0, 4174.0, 4193.0, 4175.0, 4194.0, 4173.0, 4131.0, 4171.0, 4140.0, 4191.0, 4163.0, 4194.0, 4185.0, 4194.0, 4174.0, 4132.0, 4184.0, 4132.0, 4196.0, 4155.0, 4195.0, 4163.0, 4193.0, 4162.0, 4192.0, 4162.0, 4152.0, 4184.0, 4131.0, 4193.0, 4161.0, 4191.0, 4161.0, 4132.0, 4185.0, 4176.0, 4177.0, 4187.0, 4146.0, 4207.0, 4158.0, 4209.0, 4167.0, 4208.0, 4164.0, 4194.0, 4161.0, 4182.0, 4164.0, 4182.0, 4162.0, 4120.0, 4169.0, 4141.0, 4194.0, 4161.0, 4182.0, 4173.0, 4181.0, 4174.0, 4141.0, 4184.0, 4141.0, 4192.0, 4173.0, 4146.0, 4196.0, 4186.0, 4133.0, 4194.0, 4141.0, 4194.0, 4174.0, 4192.0, 4172.0, 4120.0, 4181.0, 4161.0, 4194.0, 4174.0, 4173.0, 4183.0, 4131.0, 4192.0, 4163.0, 4205.0, 4175.0, 4143.0, 4194.0, 4154.0, 4193.0, 4173.0, 4194.0, 4174.0, 4142.0, 4184.0, 4150.0, 4180.0, 4160.0, 4160.0, 4175.0, 4142.0, 4182.0, 4160.0, 4159.0, 4161.0, 4132.0, 4194.0, 4164.0, 4193.0, 4163.0, 4194.0, 4161.0, 4183.0, 4162.0, 4181.0, 4161.0, 4179.0, 4159.0, 4158.0, 4160.0, 4140.0, 4159.0, 4127.0, 4168.0, 4127.0, 4168.0, 4148.0, 4179.0, 4148.0, 4180.0, 4149.0, 4178.0, 4148.0, 4126.0, 4147.0, 4116.0, 4169.0, 4118.0, 4181.0, 4128.0, 4180.0, 4149.0, 4180.0, 4150.0, 4182.0, 4159.0, 4180.0, 4160.0, 4117.0, 4170.0, 4128.0, 4182.0, 4152.0, 4182.0, 4162.0, 4141.0, 4171.0, 4130.0, 4194.0, 4166.0, 4195.0, 4164.0, 4183.0, 4162.0, 4133.0, 4183.0, 4143.0, 4204.0, 4174.0, 4171.0, 4162.0, 4130.0, 4192.0, 4163.0, 4205.0, 4176.0, 4184.0, 4173.0, 4131.0, 4183.0, 4140.0, 4192.0, 4152.0, 4193.0, 4161.0, 4180.0, 4161.0, 4191.0, 4162.0, 4152.0, 4173.0, 4131.0, 4193.0, 4152.0, 4193.0, 4174.0, 4195.0, 4176.0, 4206.0, 4175.0, 4153.0, 4174.0, 4143.0, 4195.0, 4144.0, 4208.0, 4166.0, 4206.0, 4176.0, 4144.0, 4186.0, 4158.0, 4221.0, 4190.0, 4220.0, 4189.0, 4167.0, 4199.0, 4159.0, 4210.0, 4179.0, 4221.0, 4191.0, 4147.0, 4197.0, 4176.0, 4196.0, 4185.0, 4164.0, 4175.0, 4185.0, 4177.0, 4206.0, 4173.0, 4119.0, 4171.0, 4129.0, 4182.0, 4160.0, 4181.0, 4158.0, 4117.0, 4168.0, 4148.0, 4180.0, 4160.0, 4152.0, 4161.0, 4132.0, 4182.0, 4151.0, 4192.0, 4161.0, 4193.0, 4164.0, 4181.0, 4161.0, 4149.0, 4159.0, 4119.0, 4170.0, 4130.0, 4180.0, 4129.0, 4180.0, 4139.0, 4179.0, 4149.0, 4181.0, 4174.0, 4194.0, 4174.0, 4162.0, 4164.0, 4133.0, 4183.0, 4163.0, 4164.0, 4176.0, 4165.0, 4186.0, 4145.0, 4199.0, 4146.0, 4196.0, 4143.0, 4197.0, 4165.0, 4196.0, 4177.0, 4197.0, 4186.0, 4162.0, 4172.0, 4161.0, 4140.0, 4171.0, 4162.0, 4132.0, 4192.0, 4163.0, 4145.0, 4174.0, 4172.0, 4152.0, 4170.0, 4160.0, 4139.0, 4168.0, 4148.0, 4135.0, 4156.0, 4113.0, 4153.0, 4122.0, 4150.0, 4132.0, 4150.0, 4119.0, 4138.0, 4132.0, 4121.0, 4131.0, 4102.0, 4155.0, 4125.0, 4167.0, 4148.0, 4148.0, 4149.0, 4129.0, 4195.0, 4164.0, 4144.0, 4197.0, 4178.0, 4167.0, 4188.0, 4168.0, 4147.0, 4199.0, 4155.0, 4164.0, 4197.0, 4176.0, 4179.0, 4200.0, 4177.0, 4138.0, 4208.0, 4179.0, 4178.0, 4199.0, 4169.0, 4209.0, 4176.0, 4196.0, 4174.0, 4143.0, 4196.0, 4143.0, 4195.0, 4165.0, 4208.0, 4189.0, 4186.0, 4165.0, 4194.0, 4174.0, 4195.0, 4175.0, 4194.0, 4174.0, 4145.0, 4187.0, 4146.0, 4197.0, 4178.0, 4207.0, 4199.0, 4200.0, 4211.0, 4158.0, 4210.0, 4158.0, 4211.0, 4159.0, 4210.0, 4188.0, 4197.0, 4187.0, 4158.0, 4210.0, 4189.0, 4148.0, 4211.0, 4180.0, 4221.0, 4179.0, 4198.0, 4177.0, 4156.0, 4198.0, 4156.0, 4220.0, 4166.0, 4208.0, 4176.0, 4196.0, 4177.0, 4209.0, 4204.0, 4189.0, 4200.0, 4177.0, 4187.0, 4166.0, 4198.0, 4167.0, 4198.0, 4145.0, 4206.0, 4177.0, 4197.0, 4179.0, 4209.0, 4191.0, 4189.0, 4178.0, 4157.0, 4198.0, 4157.0, 4198.0, 4169.0, 4223.0, 4158.0, 4207.0, 4155.0, 4196.0, 4177.0, 4195.0, 4164.0, 4194.0, 4164.0, 4174.0, 4165.0, 4186.0, 4187.0, 4156.0, 4196.0, 4133.0, 4195.0, 4133.0, 4196.0, 4144.0, 4196.0, 4143.0, 4193.0, 4152.0, 4192.0, 4162.0, 4182.0, 4163.0, 4183.0, 4163.0, 4182.0, 4152.0, 4141.0, 4173.0, 4132.0, 4185.0, 4144.0, 4196.0, 4144.0, 4194.0, 4143.0, 4184.0, 4143.0, 4184.0, 4131.0, 4182.0, 4129.0, 4181.0, 4129.0, 4181.0, 4141.0, 4181.0, 4151.0, 4192.0, 4151.0, 4182.0, 4163.0, 4183.0, 4176.0, 4166.0, 4187.0, 4135.0, 4197.0, 4145.0, 4197.0, 4156.0, 4207.0, 4187.0, 4196.0, 4175.0, 4152.0, 4173.0, 4132.0, 4194.0, 4142.0, 4194.0, 4163.0, 4193.0, 4162.0, 4182.0, 4162.0, 4151.0, 4172.0, 4132.0, 4184.0, 4142.0, 4194.0, 4164.0, 4183.0, 4163.0, 4142.0, 4184.0, 4144.0, 4195.0, 4164.0, 4183.0, 4163.0, 4141.0, 4172.0, 4132.0, 4183.0, 4142.0, 4193.0, 4173.0, 4161.0, 4161.0, 4130.0, 4183.0, 4152.0, 4194.0, 4174.0, 4194.0, 4163.0, 4183.0, 4152.0, 4152.0, 4172.0, 4131.0, 4194.0, 4152.0, 4193.0, 4163.0, 4182.0, 4163.0, 4173.0, 4173.0, 4142.0, 4194.0, 4164.0, 4193.0, 4173.0, 4193.0, 4164.0, 4183.0, 4163.0, 4121.0, 4183.0, 4142.0, 4193.0, 4165.0, 4195.0, 4174.0, 4183.0, 4163.0, 4130.0, 4182.0, 4131.0, 4194.0, 4154.0, 4194.0, 4163.0, 4182.0, 4162.0, 4182.0, 4163.0, 4162.0, 4173.0, 4121.0, 4183.0, 4142.0, 4193.0, 4163.0, 4206.0, 4176.0, 4196.0, 4176.0, 4145.0, 4186.0, 4145.0, 4208.0, 4168.0, 4220.0, 4189.0, 4209.0, 4178.0, 4195.0, 4175.0, 4134.0, 4185.0, 4145.0, 4207.0, 4167.0, 4208.0, 4199.0, 4177.0, 4190.0, 4169.0, 4211.0, 4165.0, 4206.0, 4167.0, 4205.0, 4176.0, 4208.0, 4177.0, 4206.0, 4175.0, 4204.0, 4175.0, 4143.0, 4173.0, 4154.0, 4193.0, 4175.0, 4205.0, 4175.0, 4194.0, 4175.0, 4194.0, 4173.0, 4195.0, 4178.0, 4176.0, 4174.0, 4133.0, 4195.0, 4154.0, 4195.0, 4176.0, 4146.0, 4197.0, 4178.0, 4169.0, 4199.0, 4177.0, 4197.0, 4177.0, 4205.0, 4165.0, 4207.0, 4175.0, 4143.0, 4173.0, 4143.0, 4184.0, 4164.0, 4194.0, 4175.0, 4195.0, 4176.0, 4144.0, 4185.0, 4144.0, 4198.0, 4156.0, 4198.0, 4145.0, 4195.0, 4163.0, 4194.0, 4163.0, 4194.0, 4175.0, 4161.0, 4161.0, 4131.0, 4183.0, 4142.0, 4194.0, 4174.0, 4194.0, 4164.0, 4152.0, 4173.0, 4142.0, 4184.0, 4142.0, 4193.0, 4152.0, 4194.0, 4162.0, 4193.0, 4174.0, 4184.0, 4163.0, 4182.0, 4164.0, 4162.0, 4164.0, 4154.0, 4195.0, 4155.0, 4196.0, 4153.0, 4196.0, 4186.0, 4197.0, 4177.0, 4144.0, 4174.0, 4144.0, 4195.0, 4175.0, 4196.0, 4177.0, 4176.0, 4175.0, 4133.0, 4185.0, 4144.0, 4195.0, 4164.0, 4196.0, 4174.0, 4183.0, 4164.0, 4173.0, 4164.0, 4144.0, 4184.0, 4144.0, 4194.0, 4163.0, 4193.0, 4163.0, 4195.0, 4174.0, 4194.0, 4164.0, 4122.0, 4182.0, 4142.0, 4182.0, 4163.0, 4193.0, 4164.0, 4182.0, 4151.0, 4161.0, 4161.0, 4142.0, 4172.0, 4142.0, 4182.0, 4152.0, 4182.0, 4163.0, 4183.0, 4165.0, 4154.0, 4185.0, 4144.0, 4195.0, 4163.0, 4183.0, 4163.0, 4193.0, 4175.0, 4172.0, 4163.0, 4141.0, 4174.0, 4132.0, 4185.0, 4154.0, 4195.0, 4175.0, 4195.0, 4176.0, 4196.0, 4178.0, 4175.0, 4175.0, 4133.0, 4174.0, 4143.0, 4196.0, 4155.0, 4208.0, 4175.0, 4196.0, 4175.0, 4195.0, 4166.0, 4195.0, 4177.0, 4133.0, 4176.0, 4144.0, 4186.0, 4154.0, 4195.0, 4163.0, 4184.0, 4163.0, 4193.0, 4164.0, 4205.0, 4175.0, 4124.0, 4185.0, 4153.0, 4194.0, 4177.0, 4209.0, 4190.0, 4146.0, 4197.0, 4177.0, 4207.0, 4179.0, 4187.0, 4187.0, 4156.0, 4196.0, 4166.0, 4166.0, 4187.0, 4145.0, 4196.0, 4155.0, 4195.0, 4163.0, 4183.0, 4164.0, 4132.0, 4183.0, 4131.0, 4184.0, 4142.0, 4195.0, 4163.0, 4182.0, 4163.0, 4191.0, 4162.0, 4172.0, 4163.0, 4142.0, 4173.0, 4131.0, 4183.0, 4141.0, 4183.0, 4142.0, 4184.0, 4141.0, 4182.0, 4152.0, 4182.0, 4162.0, 4181.0, 4162.0, 4170.0, 4151.0, 4118.0, 4160.0, 4129.0, 4172.0, 4130.0, 4183.0, 4131.0, 4181.0, 4151.0, 4182.0, 4162.0, 4182.0, 4162.0, 4173.0, 4151.0, 4181.0, 4151.0, 4172.0, 4163.0, 4131.0, 4171.0, 4130.0, 4171.0, 4141.0, 4183.0, 4163.0, 4184.0, 4164.0, 4194.0, 4164.0, 4145.0, 4176.0, 4144.0, 4208.0, 4165.0, 4196.0, 4164.0, 4184.0, 4175.0, 4174.0, 4175.0, 4123.0, 4173.0, 4131.0, 4185.0, 4155.0, 4194.0, 4163.0, 4184.0, 4163.0, 4195.0, 4164.0, 4195.0, 4166.0, 4143.0, 4162.0, 4131.0, 4183.0, 4144.0, 4185.0, 4154.0, 4183.0, 4163.0, 4183.0, 4164.0, 4194.0, 4175.0, 4194.0, 4164.0, 4152.0, 4163.0, 4132.0, 4184.0, 4143.0, 4184.0, 4163.0, 4184.0, 4163.0, 4194.0, 4175.0, 4195.0, 4175.0, 4183.0, 4152.0, 4152.0, 4164.0, 4131.0, 4174.0, 4143.0, 4186.0, 4163.0, 4184.0, 4175.0, 4194.0, 4175.0, 4196.0, 4177.0, 4134.0, 4177.0, 4145.0, 4186.0, 4155.0, 4196.0, 4176.0, 4196.0, 4164.0, 4154.0, 4174.0, 4133.0, 4185.0, 4144.0, 4186.0, 4144.0, 4185.0, 4154.0, 4184.0, 4176.0, 4195.0, 4164.0, 4183.0, 4163.0, 4183.0, 4175.0, 4195.0, 4164.0, 4184.0, 4164.0, 4185.0, 4164.0, 4174.0, 4166.0, 4175.0, 4166.0, 4146.0, 4186.0, 4144.0, 4186.0, 4157.0, 4198.0, 4176.0, 4196.0, 4166.0, 4165.0, 4166.0, 4147.0, 4199.0, 4158.0, 4198.0, 4155.0, 4185.0, 4165.0, 4207.0, 4165.0, 4156.0, 4186.0, 4156.0, 4194.0, 4165.0, 4195.0, 4175.0, 4195.0, 4165.0, 4152.0, 4163.0, 4132.0, 4173.0, 4153.0, 4195.0, 4165.0, 4183.0, 4164.0, 4173.0, 4164.0, 4174.0, 4164.0, 4121.0, 4172.0, 4130.0, 4182.0, 4153.0, 4182.0, 4162.0, 4181.0, 4140.0, 4159.0, 4150.0, 4131.0, 4162.0, 4141.0, 4183.0, 4162.0, 4182.0, 4163.0, 4193.0, 4165.0, 4165.0, 4163.0, 4132.0, 4172.0, 4141.0, 4182.0, 4151.0, 4192.0, 4162.0, 4182.0, 4151.0, 4109.0, 4159.0, 4129.0, 4169.0, 4149.0, 4180.0, 4150.0, 4180.0, 4150.0, 4159.0, 4140.0, 4139.0, 4151.0, 4130.0, 4172.0, 4129.0, 4172.0, 4152.0, 4181.0, 4162.0, 4182.0, 4163.0, 4152.0, 4151.0, 4131.0, 4173.0, 4141.0, 4183.0, 4153.0, 4185.0, 4164.0, 4184.0, 4163.0, 4144.0, 4166.0, 4145.0, 4197.0, 4179.0, 4189.0, 4192.0, 4159.0, 4187.0, 4166.0, 4185.0, 4164.0, 4205.0, 4164.0, 4195.0, 4165.0, 4194.0, 4163.0], 'WindowWidth': [9399.0, 9332.0, 9345.0, 9285.0, 9334.0, 9292.0, 9281.0, 9319.0, 9282.0, 9336.0, 9293.0, 9272.0, 9300.0, 9244.0, 9314.0, 9242.0, 9315.0, 9249.0, 9303.0, 9257.0, 9286.0, 9263.0, 9287.0, 9255.0, 9195.0, 9248.0, 9205.0, 9278.0, 9241.0, 9289.0, 9276.0, 9288.0, 9259.0, 9200.0, 9271.0, 9200.0, 9290.0, 9235.0, 9289.0, 9243.0, 9282.0, 9240.0, 9280.0, 9239.0, 9228.0, 9271.0, 9196.0, 9282.0, 9235.0, 9278.0, 9237.0, 9202.0, 9277.0, 9267.0, 9268.0, 9283.0, 9225.0, 9310.0, 9245.0, 9317.0, 9256.0, 9313.0, 9245.0, 9285.0, 9237.0, 9267.0, 9248.0, 9267.0, 9239.0, 9178.0, 9243.0, 9209.0, 9287.0, 9239.0, 9265.0, 9256.0, 9263.0, 9260.0, 9209.0, 9273.0, 9211.0, 9282.0, 9258.0, 9226.0, 9292.0, 9278.0, 9203.0, 9285.0, 9210.0, 9285.0, 9258.0, 9281.0, 9253.0, 9179.0, 9262.0, 9237.0, 9286.0, 9258.0, 9255.0, 9269.0, 9195.0, 9279.0, 9241.0, 9302.0, 9263.0, 9216.0, 9285.0, 9229.0, 9282.0, 9254.0, 9287.0, 9261.0, 9213.0, 9271.0, 9219.0, 9259.0, 9233.0, 9235.0, 9260.0, 9214.0, 9267.0, 9234.0, 9232.0, 9235.0, 9198.0, 9284.0, 9245.0, 9283.0, 9241.0, 9285.0, 9236.0, 9267.0, 9239.0, 9264.0, 9235.0, 9259.0, 9231.0, 9226.0, 9230.0, 9206.0, 9231.0, 9185.0, 9241.0, 9182.0, 9240.0, 9212.0, 9256.0, 9213.0, 9259.0, 9216.0, 9255.0, 9212.0, 9180.0, 9208.0, 9168.0, 9243.0, 9174.0, 9262.0, 9186.0, 9258.0, 9216.0, 9261.0, 9219.0, 9264.0, 9231.0, 9261.0, 9232.0, 9172.0, 9246.0, 9188.0, 9264.0, 9225.0, 9266.0, 9240.0, 9210.0, 9249.0, 9195.0, 9285.0, 9252.0, 9291.0, 9246.0, 9268.0, 9239.0, 9204.0, 9270.0, 9215.0, 9301.0, 9257.0, 9251.0, 9238.0, 9193.0, 9280.0, 9243.0, 9304.0, 9265.0, 9272.0, 9255.0, 9195.0, 9267.0, 9206.0, 9279.0, 9226.0, 9282.0, 9237.0, 9261.0, 9235.0, 9277.0, 9238.0, 9227.0, 9255.0, 9197.0, 9281.0, 9225.0, 9283.0, 9258.0, 9291.0, 9265.0, 9304.0, 9261.0, 9228.0, 9257.0, 9214.0, 9287.0, 9221.0, 9311.0, 9253.0, 9307.0, 9264.0, 9219.0, 9277.0, 9248.0, 9335.0, 9292.0, 9330.0, 9288.0, 9255.0, 9300.0, 9249.0, 9319.0, 9275.0, 9337.0, 9297.0, 9229.0, 9296.0, 9263.0, 9292.0, 9276.0, 9246.0, 9260.0, 9276.0, 9266.0, 9306.0, 9255.0, 9177.0, 9249.0, 9187.0, 9264.0, 9234.0, 9264.0, 9227.0, 9170.0, 9238.0, 9215.0, 9259.0, 9233.0, 9225.0, 9237.0, 9198.0, 9268.0, 9224.0, 9278.0, 9237.0, 9283.0, 9243.0, 9265.0, 9236.0, 9216.0, 9231.0, 9176.0, 9247.0, 9195.0, 9262.0, 9191.0, 9261.0, 9204.0, 9258.0, 9217.0, 9263.0, 9256.0, 9288.0, 9260.0, 9241.0, 9244.0, 9204.0, 9270.0, 9245.0, 9245.0, 9264.0, 9250.0, 9277.0, 9221.0, 9300.0, 9225.0, 9291.0, 9216.0, 9295.0, 9247.0, 9293.0, 9269.0, 9296.0, 9278.0, 9238.0, 9252.0, 9236.0, 9205.0, 9248.0, 9238.0, 9198.0, 9282.0, 9244.0, 9223.0, 9256.0, 9251.0, 9220.0, 9246.0, 9230.0, 9200.0, 9238.0, 9210.0, 9188.0, 9218.0, 9155.0, 9210.0, 9163.0, 9201.0, 9181.0, 9205.0, 9158.0, 9184.0, 9183.0, 9164.0, 9179.0, 9143.0, 9214.0, 9176.0, 9235.0, 9212.0, 9213.0, 9213.0, 9186.0, 9286.0, 9245.0, 9216.0, 9292.0, 9270.0, 9255.0, 9283.0, 9254.0, 9224.0, 9297.0, 9232.0, 9242.0, 9292.0, 9262.0, 9272.0, 9302.0, 9268.0, 9214.0, 9310.0, 9272.0, 9270.0, 9300.0, 9258.0, 9312.0, 9263.0, 9291.0, 9258.0, 9215.0, 9289.0, 9215.0, 9288.0, 9247.0, 9314.0, 9293.0, 9283.0, 9253.0, 9289.0, 9262.0, 9290.0, 9263.0, 9287.0, 9262.0, 9225.0, 9284.0, 9228.0, 9296.0, 9271.0, 9313.0, 9307.0, 9307.0, 9325.0, 9250.0, 9320.0, 9248.0, 9323.0, 9247.0, 9318.0, 9286.0, 9297.0, 9284.0, 9247.0, 9319.0, 9290.0, 9234.0, 9320.0, 9277.0, 9335.0, 9276.0, 9298.0, 9269.0, 9240.0, 9297.0, 9238.0, 9332.0, 9252.0, 9309.0, 9265.0, 9292.0, 9271.0, 9317.0, 9320.0, 9290.0, 9303.0, 9269.0, 9281.0, 9251.0, 9297.0, 9255.0, 9298.0, 9222.0, 9307.0, 9269.0, 9295.0, 9274.0, 9317.0, 9295.0, 9287.0, 9272.0, 9243.0, 9298.0, 9242.0, 9299.0, 9262.0, 9339.0, 9245.0, 9309.0, 9235.0, 9291.0, 9269.0, 9291.0, 9245.0, 9286.0, 9246.0, 9259.0, 9248.0, 9279.0, 9282.0, 9238.0, 9292.0, 9204.0, 9289.0, 9203.0, 9291.0, 9219.0, 9292.0, 9216.0, 9283.0, 9227.0, 9281.0, 9240.0, 9268.0, 9243.0, 9269.0, 9242.0, 9265.0, 9226.0, 9211.0, 9256.0, 9203.0, 9277.0, 9221.0, 9295.0, 9218.0, 9287.0, 9217.0, 9273.0, 9215.0, 9273.0, 9197.0, 9266.0, 9191.0, 9262.0, 9191.0, 9264.0, 9208.0, 9265.0, 9223.0, 9281.0, 9224.0, 9267.0, 9245.0, 9271.0, 9266.0, 9254.0, 9283.0, 9211.0, 9297.0, 9224.0, 9294.0, 9240.0, 9310.0, 9283.0, 9295.0, 9261.0, 9228.0, 9256.0, 9201.0, 9287.0, 9214.0, 9287.0, 9244.0, 9285.0, 9240.0, 9267.0, 9238.0, 9224.0, 9254.0, 9201.0, 9272.0, 9215.0, 9286.0, 9248.0, 9272.0, 9244.0, 9214.0, 9273.0, 9219.0, 9290.0, 9245.0, 9271.0, 9242.0, 9212.0, 9254.0, 9199.0, 9271.0, 9215.0, 9285.0, 9257.0, 9236.0, 9237.0, 9195.0, 9269.0, 9228.0, 9287.0, 9259.0, 9287.0, 9244.0, 9271.0, 9227.0, 9226.0, 9254.0, 9197.0, 9285.0, 9227.0, 9283.0, 9243.0, 9266.0, 9242.0, 9256.0, 9258.0, 9214.0, 9285.0, 9245.0, 9283.0, 9257.0, 9285.0, 9246.0, 9270.0, 9241.0, 9185.0, 9269.0, 9213.0, 9285.0, 9248.0, 9289.0, 9260.0, 9271.0, 9242.0, 9195.0, 9267.0, 9198.0, 9285.0, 9232.0, 9288.0, 9242.0, 9269.0, 9240.0, 9268.0, 9243.0, 9242.0, 9256.0, 9184.0, 9268.0, 9213.0, 9282.0, 9244.0, 9305.0, 9267.0, 9295.0, 9266.0, 9222.0, 9280.0, 9223.0, 9312.0, 9257.0, 9331.0, 9287.0, 9316.0, 9272.0, 9292.0, 9264.0, 9206.0, 9276.0, 9221.0, 9308.0, 9257.0, 9314.0, 9301.0, 9268.0, 9293.0, 9265.0, 9323.0, 9253.0, 9309.0, 9256.0, 9309.0, 9270.0, 9315.0, 9270.0, 9306.0, 9264.0, 9304.0, 9264.0, 9219.0, 9258.0, 9233.0, 9287.0, 9263.0, 9306.0, 9264.0, 9289.0, 9263.0, 9288.0, 9258.0, 9290.0, 9271.0, 9266.0, 9261.0, 9204.0, 9290.0, 9233.0, 9292.0, 9268.0, 9229.0, 9298.0, 9275.0, 9264.0, 9305.0, 9270.0, 9298.0, 9269.0, 9306.0, 9251.0, 9310.0, 9264.0, 9218.0, 9257.0, 9215.0, 9271.0, 9246.0, 9287.0, 9263.0, 9291.0, 9264.0, 9221.0, 9277.0, 9222.0, 9297.0, 9240.0, 9298.0, 9221.0, 9290.0, 9244.0, 9287.0, 9245.0, 9287.0, 9261.0, 9239.0, 9238.0, 9197.0, 9270.0, 9216.0, 9287.0, 9260.0, 9287.0, 9246.0, 9227.0, 9257.0, 9216.0, 9274.0, 9215.0, 9285.0, 9229.0, 9286.0, 9242.0, 9284.0, 9259.0, 9272.0, 9243.0, 9267.0, 9244.0, 9242.0, 9248.0, 9233.0, 9292.0, 9236.0, 9293.0, 9232.0, 9294.0, 9280.0, 9295.0, 9268.0, 9219.0, 9260.0, 9220.0, 9289.0, 9263.0, 9294.0, 9268.0, 9266.0, 9262.0, 9203.0, 9277.0, 9218.0, 9291.0, 9248.0, 9292.0, 9259.0, 9271.0, 9246.0, 9256.0, 9245.0, 9219.0, 9275.0, 9218.0, 9287.0, 9244.0, 9284.0, 9244.0, 9289.0, 9261.0, 9287.0, 9246.0, 9188.0, 9268.0, 9212.0, 9269.0, 9244.0, 9285.0, 9246.0, 9266.0, 9224.0, 9237.0, 9237.0, 9214.0, 9256.0, 9213.0, 9267.0, 9225.0, 9268.0, 9243.0, 9272.0, 9249.0, 9233.0, 9277.0, 9218.0, 9288.0, 9244.0, 9272.0, 9245.0, 9285.0, 9262.0, 9254.0, 9242.0, 9211.0, 9257.0, 9200.0, 9277.0, 9232.0, 9290.0, 9263.0, 9288.0, 9265.0, 9295.0, 9270.0, 9265.0, 9262.0, 9204.0, 9259.0, 9217.0, 9293.0, 9237.0, 9312.0, 9263.0, 9293.0, 9264.0, 9292.0, 9252.0, 9291.0, 9268.0, 9204.0, 9262.0, 9220.0, 9279.0, 9233.0, 9291.0, 9242.0, 9273.0, 9242.0, 9284.0, 9247.0, 9303.0, 9264.0, 9193.0, 9274.0, 9230.0, 9287.0, 9269.0, 9317.0, 9290.0, 9226.0, 9296.0, 9269.0, 9308.0, 9273.0, 9284.0, 9284.0, 9240.0, 9294.0, 9253.0, 9252.0, 9281.0, 9222.0, 9294.0, 9235.0, 9291.0, 9244.0, 9269.0, 9243.0, 9199.0, 9268.0, 9196.0, 9272.0, 9213.0, 9288.0, 9242.0, 9268.0, 9242.0, 9278.0, 9239.0, 9253.0, 9242.0, 9213.0, 9255.0, 9197.0, 9268.0, 9210.0, 9271.0, 9214.0, 9274.0, 9210.0, 9266.0, 9223.0, 9265.0, 9238.0, 9264.0, 9239.0, 9247.0, 9221.0, 9176.0, 9234.0, 9191.0, 9253.0, 9196.0, 9270.0, 9195.0, 9264.0, 9222.0, 9266.0, 9239.0, 9267.0, 9241.0, 9257.0, 9224.0, 9264.0, 9224.0, 9254.0, 9243.0, 9197.0, 9250.0, 9192.0, 9250.0, 9211.0, 9270.0, 9244.0, 9271.0, 9245.0, 9287.0, 9246.0, 9221.0, 9265.0, 9220.0, 9313.0, 9249.0, 9291.0, 9248.0, 9272.0, 9264.0, 9260.0, 9262.0, 9188.0, 9255.0, 9197.0, 9275.0, 9234.0, 9287.0, 9241.0, 9272.0, 9242.0, 9287.0, 9246.0, 9288.0, 9252.0, 9215.0, 9240.0, 9197.0, 9269.0, 9219.0, 9277.0, 9231.0, 9270.0, 9243.0, 9270.0, 9245.0, 9288.0, 9262.0, 9287.0, 9245.0, 9227.0, 9241.0, 9200.0, 9273.0, 9216.0, 9273.0, 9243.0, 9272.0, 9244.0, 9288.0, 9262.0, 9289.0, 9263.0, 9269.0, 9227.0, 9225.0, 9243.0, 9199.0, 9258.0, 9215.0, 9279.0, 9244.0, 9274.0, 9263.0, 9288.0, 9263.0, 9293.0, 9268.0, 9208.0, 9266.0, 9222.0, 9279.0, 9235.0, 9292.0, 9266.0, 9292.0, 9247.0, 9232.0, 9260.0, 9203.0, 9277.0, 9219.0, 9278.0, 9216.0, 9275.0, 9231.0, 9274.0, 9265.0, 9288.0, 9244.0, 9269.0, 9243.0, 9270.0, 9261.0, 9288.0, 9247.0, 9272.0, 9245.0, 9274.0, 9246.0, 9258.0, 9252.0, 9264.0, 9251.0, 9224.0, 9279.0, 9219.0, 9281.0, 9241.0, 9297.0, 9266.0, 9294.0, 9252.0, 9251.0, 9251.0, 9230.0, 9302.0, 9246.0, 9301.0, 9234.0, 9275.0, 9249.0, 9307.0, 9250.0, 9239.0, 9278.0, 9236.0, 9287.0, 9248.0, 9291.0, 9262.0, 9290.0, 9247.0, 9226.0, 9242.0, 9199.0, 9258.0, 9229.0, 9290.0, 9246.0, 9271.0, 9245.0, 9255.0, 9246.0, 9259.0, 9246.0, 9184.0, 9253.0, 9194.0, 9265.0, 9227.0, 9268.0, 9238.0, 9264.0, 9206.0, 9231.0, 9219.0, 9196.0, 9240.0, 9211.0, 9270.0, 9238.0, 9266.0, 9244.0, 9284.0, 9246.0, 9249.0, 9244.0, 9198.0, 9253.0, 9211.0, 9266.0, 9225.0, 9281.0, 9241.0, 9266.0, 9222.0, 9163.0, 9231.0, 9188.0, 9245.0, 9218.0, 9260.0, 9220.0, 9259.0, 9221.0, 9230.0, 9206.0, 9203.0, 9223.0, 9195.0, 9254.0, 9191.0, 9250.0, 9223.0, 9263.0, 9239.0, 9267.0, 9242.0, 9225.0, 9223.0, 9196.0, 9255.0, 9210.0, 9271.0, 9229.0, 9275.0, 9247.0, 9272.0, 9244.0, 9221.0, 9252.0, 9224.0, 9296.0, 9274.0, 9290.0, 9298.0, 9248.0, 9283.0, 9253.0, 9275.0, 9246.0, 9302.0, 9247.0, 9290.0, 9248.0, 9287.0, 9243.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.0010025563258232236</td></tr>
<tr><td colspan=3>aqi</td><td>0.030900162218370882</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>42.72095690331306</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2581785829921939</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9721780401908059</td></tr>
<tr><td colspan=3>efc</td><td>0.489</td></tr>
<tr><td colspan=3>fber</td><td>5483.1162</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.09783842464281638</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>71</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>6.152512998266897</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.385235679584629</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3379876715307573</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.540978666691075</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.276740700532053</td></tr>
<tr><td colspan=3>gcor</td><td>0.00882445</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.009661458432674408</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02815147116780281</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1154</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.0051792758408595</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>18.5089</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>42.2991</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>176.8048</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>47.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>295929.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>804.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>326.3444</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.7322</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>552.3964</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3334.6308</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3479.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>80615.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1276.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4395.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>868.6199</td></tr>
<tr><td colspan=3>tsnr</td><td>34.34357589692809</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>