ds005256-mriqc/sub-0094_ses-02_task-narratives_acq-mb8_run-04_bold.html
Felix Hoffstaedter 503f76fc30 [DATALAD RUNCMD] Compute MRIQC for sub-0094
=== 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-0094 --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-0094",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-19 01:24:48 +02:00

616 lines
No EOL
129 KiB (Stored with Git Annex)
HTML

<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0094_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-0094_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-0094_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-0094/figures/sub-0094_ses-02_task-narratives_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0094/figures/sub-0094_ses-02_task-narratives_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0094/figures/sub-0094_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-0094_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-0094/figures/sub-0094_ses-02_task-narratives_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0094/figures/sub-0094_ses-02_task-narratives_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0094/figures/sub-0094_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-0094_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-0094/figures/sub-0094_ses-02_task-narratives_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0094/figures/sub-0094_ses-02_task-narratives_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0094/figures/sub-0094_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-0094_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-0094/figures/sub-0094_ses-02_task-narratives_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0094/figures/sub-0094_ses-02_task-narratives_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0094/figures/sub-0094_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-0094_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-0094/figures/sub-0094_ses-02_task-narratives_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0094/figures/sub-0094_ses-02_task-narratives_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0094/figures/sub-0094_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-0094_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-0094/figures/sub-0094_ses-02_task-narratives_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0094/figures/sub-0094_ses-02_task-narratives_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0094/figures/sub-0094_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-0094_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-0094/figures/sub-0094_ses-02_task-narratives_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0094/figures/sub-0094_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-0094/figures/sub-0094_ses-02_task-narratives_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0094/figures/sub-0094_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-0094/ses-02/func/sub-0094_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>8a762b9ca64955a5590739956a361266</td></tr>
</table>
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-1">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
Dataset Information
</button>
</h2>
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>11:30:19.775000</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.997698, 0.0596292, 0.0322941, -0.060148, 0.998072, 0.0153377]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-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.113148</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>[4257, -7867, -7207, 508, -86, -426, 263, 41]</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>231.71</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>8ce5d1a9-7647-4715-b246-4414222d68da||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.676750898361206, -0.1613726019859314, 0.08455651998519897, 115.10087585449219], [-0.15998074412345886, 2.677753210067749, 0.046561021357774734, -89.55316162109375], [0.08664265275001526, -0.041149940341711044, 2.6982741355895996, -57.943199157714844], [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': ['113019.775000', '113020.235000', '113020.695000', '113021.155000', '113021.615000', '113022.075000', '113022.535000', '113022.995000', '113023.455000', '113023.915000', '113024.375000', '113024.835000', '113025.295000', '113025.755000', '113026.215000', '113026.675000', '113027.135000', '113027.595000', '113028.055000', '113028.515000', '113028.975000', '113029.435000', '113029.895000', '113030.355000', '113030.815000', '113031.275000', '113031.735000', '113032.195000', '113032.655000', '113033.115000', '113033.575000', '113034.035000', '113034.495000', '113034.955000', '113035.415000', '113035.875000', '113036.335000', '113036.795000', '113037.255000', '113037.715000', '113038.175000', '113038.635000', '113039.095000', '113039.555000', '113040.015000', '113040.475000', '113040.935000', '113041.395000', '113041.855000', '113042.315000', '113042.775000', '113043.235000', '113043.695000', '113044.155000', '113044.615000', '113045.075000', '113045.535000', '113045.995000', '113046.455000', '113046.915000', '113047.375000', '113047.835000', '113048.295000', '113048.755000', '113049.215000', '113049.675000', '113050.135000', '113050.595000', '113051.055000', '113051.515000', '113051.975000', '113052.435000', '113052.895000', '113053.355000', '113053.815000', '113054.275000', '113054.735000', '113055.195000', '113055.655000', '113056.115000', '113056.575000', '113057.035000', '113057.495000', '113057.955000', '113058.415000', '113058.875000', '113059.335000', '113059.795000', '113100.255000', '113100.715000', '113101.175000', '113101.635000', '113102.095000', '113102.555000', '113103.015000', '113103.475000', '113103.935000', '113104.395000', '113104.855000', '113105.315000', '113105.775000', '113106.235000', '113106.695000', '113107.155000', '113107.615000', '113108.075000', '113108.535000', '113108.995000', '113109.455000', '113109.915000', '113110.375000', '113110.835000', '113111.295000', '113111.755000', '113112.215000', '113112.675000', '113113.135000', '113113.595000', '113114.055000', '113114.515000', '113114.975000', '113115.435000', '113115.895000', '113116.355000', '113116.815000', '113117.275000', '113117.735000', '113118.195000', '113118.655000', '113119.115000', '113119.575000', '113120.035000', '113120.495000', '113120.955000', '113121.415000', '113121.875000', '113122.335000', '113122.795000', '113123.255000', '113123.715000', '113124.175000', '113124.635000', '113125.095000', '113125.555000', '113126.015000', '113126.475000', '113126.935000', '113127.395000', '113127.855000', '113128.315000', '113128.775000', '113129.235000', '113129.695000', '113130.155000', '113130.615000', '113131.075000', '113131.535000', '113131.995000', '113132.455000', '113132.915000', '113133.375000', '113133.835000', '113134.295000', '113134.755000', '113135.215000', '113135.675000', '113136.135000', '113136.595000', '113137.055000', '113137.515000', '113137.975000', '113138.435000', '113138.895000', '113139.355000', '113139.815000', '113140.275000', '113140.735000', '113141.195000', '113141.655000', '113142.115000', '113142.575000', '113143.035000', '113143.495000', '113143.955000', '113144.415000', '113144.875000', '113145.335000', '113145.795000', '113146.255000', '113146.715000', '113147.175000', '113147.635000', '113148.095000', '113148.555000', '113149.015000', '113149.475000', '113149.935000', '113150.395000', '113150.855000', '113151.315000', '113151.775000', '113152.235000', '113152.695000', '113153.155000', '113153.615000', '113154.075000', '113154.535000', '113154.995000', '113155.455000', '113155.915000', '113156.375000', '113156.835000', '113157.295000', '113157.755000', '113158.215000', '113158.675000', '113159.135000', '113159.595000', '113200.055000', '113200.515000', '113200.975000', '113201.435000', '113201.895000', '113202.355000', '113202.815000', '113203.275000', '113203.735000', '113204.195000', '113204.655000', '113205.115000', '113205.575000', '113206.035000', '113206.495000', '113206.955000', '113207.415000', '113207.875000', '113208.335000', '113208.795000', '113209.255000', '113209.715000', '113210.175000', '113210.635000', '113211.095000', '113211.555000', '113212.015000', '113212.475000', '113212.935000', '113213.395000', '113213.855000', '113214.315000', '113214.775000', '113215.235000', '113215.695000', '113216.155000', '113216.615000', '113217.075000', '113217.535000', '113217.995000', '113218.455000', '113218.915000', '113219.375000', '113219.835000', '113220.295000', '113220.755000', '113221.215000', '113221.675000', '113222.135000', '113222.595000', '113223.055000', '113223.515000', '113223.975000', '113224.435000', '113224.895000', '113225.355000', '113225.815000', '113226.275000', '113226.735000', '113227.195000', '113227.655000', '113228.115000', '113228.575000', '113229.035000', '113229.495000', '113229.955000', '113230.415000', '113230.875000', '113231.335000', '113231.795000', '113232.255000', '113232.715000', '113233.175000', '113233.635000', '113234.095000', '113234.555000', '113235.015000', '113235.475000', '113235.935000', '113236.395000', '113236.855000', '113237.315000', '113237.775000', '113238.235000', '113238.695000', '113239.155000', '113239.615000', '113240.075000', '113240.535000', '113240.995000', '113241.455000', '113241.915000', '113242.375000', '113242.835000', '113243.295000', '113243.755000', '113244.215000', '113244.675000', '113245.135000', '113245.595000', '113246.055000', '113246.515000', '113246.975000', '113247.435000', '113247.895000', '113248.355000', '113248.815000', '113249.275000', '113249.735000', '113250.195000', '113250.655000', '113251.115000', '113251.575000', '113252.035000', '113252.495000', '113252.955000', '113253.415000', '113253.875000', '113254.335000', '113254.795000', '113255.255000', '113255.715000', '113256.175000', '113256.635000', '113257.095000', '113257.555000', '113258.015000', '113258.475000', '113258.935000', '113259.395000', '113259.855000', '113300.315000', '113300.775000', '113301.235000', '113301.695000', '113302.155000', '113302.615000', '113303.075000', '113303.535000', '113303.995000', '113304.455000', '113304.915000', '113305.375000', '113305.835000', '113306.295000', '113306.755000', '113307.215000', '113307.675000', '113308.135000', '113308.595000', '113309.055000', '113309.515000', '113309.975000', '113310.435000', '113310.895000', '113311.355000', '113311.815000', '113312.275000', '113312.735000', '113313.195000', '113313.655000', '113314.115000', '113314.575000', '113315.035000', '113315.495000', '113315.955000', '113316.415000', '113316.875000', '113317.335000', '113317.795000', '113318.255000', '113318.715000', '113319.175000', '113319.635000', '113320.095000', '113320.555000', '113321.015000', '113321.475000', '113321.935000', '113322.395000', '113322.855000', '113323.315000', '113323.775000', '113324.235000', '113324.695000', '113325.155000', '113325.615000', '113326.075000', '113326.535000', '113326.995000', '113327.455000', '113327.915000', '113328.375000', '113328.835000', '113329.295000', '113329.755000', '113330.215000', '113330.675000', '113331.135000', '113331.595000', '113332.055000', '113332.515000', '113332.975000', '113333.435000', '113333.895000', '113334.355000', '113334.815000', '113335.275000', '113335.735000', '113336.195000', '113336.655000', '113337.115000', '113337.575000', '113338.035000', '113338.495000', '113338.955000', '113339.415000', '113339.875000', '113340.335000', '113340.795000', '113341.255000', '113341.715000', '113342.175000', '113342.635000', '113343.095000', '113343.555000', '113344.015000', '113344.475000', '113344.935000', '113345.395000', '113345.855000', '113346.315000', '113346.775000', '113347.235000', '113347.695000', '113348.155000', '113348.615000', '113349.075000', '113349.535000', '113349.995000', '113350.455000', '113350.915000', '113351.375000', '113351.835000', '113352.295000', '113352.755000', '113353.215000', '113353.675000', '113354.135000', '113354.595000', '113355.055000', '113355.515000', '113355.975000', '113356.435000', '113356.895000', '113357.355000', '113357.815000', '113358.275000', '113358.735000', '113359.195000', '113359.655000', '113400.115000', '113400.575000', '113401.035000', '113401.495000', '113401.955000', '113402.415000', '113402.875000', '113403.335000', '113403.795000', '113404.255000', '113404.715000', '113405.175000', '113405.635000', '113406.095000', '113406.555000', '113407.015000', '113407.475000', '113407.935000', '113408.395000', '113408.855000', '113409.315000', '113409.775000', '113410.235000', '113410.695000', '113411.155000', '113411.615000', '113412.075000', '113412.535000', '113412.995000', '113413.455000', '113413.915000', '113414.375000', '113414.835000', '113415.295000', '113415.755000', '113416.215000', '113416.675000', '113417.135000', '113417.595000', '113418.055000', '113418.515000', '113418.975000', '113419.435000', '113419.895000', '113420.355000', '113420.815000', '113421.275000', '113421.735000', '113422.195000', '113422.655000', '113423.115000', '113423.575000', '113424.035000', '113424.495000', '113424.955000', '113425.415000', '113425.875000', '113426.335000', '113426.795000', '113427.255000', '113427.715000', '113428.175000', '113428.635000', '113429.095000', '113429.555000', '113430.015000', '113430.475000', '113430.935000', '113431.395000', '113431.855000', '113432.315000', '113432.775000', '113433.235000', '113433.695000', '113434.155000', '113434.615000', '113435.075000', '113435.535000', '113435.995000', '113436.455000', '113436.915000', '113437.375000', '113437.835000', '113438.295000', '113438.755000', '113439.215000', '113439.675000', '113440.135000', '113440.595000', '113441.055000', '113441.515000', '113441.975000', '113442.435000', '113442.895000', '113443.355000', '113443.815000', '113444.275000', '113444.735000', '113445.195000', '113445.655000', '113446.115000', '113446.575000', '113447.035000', '113447.495000', '113447.955000', '113448.415000', '113448.875000', '113449.335000', '113449.795000', '113450.255000', '113450.715000', '113451.175000', '113451.635000', '113452.095000', '113452.555000', '113453.015000', '113453.475000', '113453.935000', '113454.395000', '113454.855000', '113455.315000', '113455.775000', '113456.235000', '113456.695000', '113457.155000', '113457.615000', '113458.075000', '113458.535000', '113458.995000', '113459.455000', '113459.915000', '113500.375000', '113500.835000', '113501.295000', '113501.755000', '113502.215000', '113502.675000', '113503.135000', '113503.595000', '113504.055000', '113504.515000', '113504.975000', '113505.435000', '113505.895000', '113506.355000', '113506.815000', '113507.275000', '113507.735000', '113508.195000', '113508.655000', '113509.115000', '113509.575000', '113510.035000', '113510.495000', '113510.955000', '113511.415000', '113511.875000', '113512.335000', '113512.795000', '113513.255000', '113513.715000', '113514.175000', '113514.635000', '113515.095000', '113515.555000', '113516.015000', '113516.475000', '113516.935000', '113517.395000', '113517.855000', '113518.315000', '113518.775000', '113519.235000', '113519.695000', '113520.155000', '113520.615000', '113521.075000', '113521.535000', '113521.995000', '113522.455000', '113522.915000', '113523.375000', '113523.835000', '113524.295000', '113524.755000', '113525.215000', '113525.675000', '113526.135000', '113526.595000', '113527.055000', '113527.515000', '113527.975000', '113528.435000', '113528.895000', '113529.355000', '113529.815000', '113530.275000', '113530.735000', '113531.195000', '113531.655000', '113532.115000', '113532.575000', '113533.035000', '113533.495000', '113533.955000', '113534.415000', '113534.875000', '113535.335000', '113535.795000', '113536.255000', '113536.715000', '113537.175000', '113537.635000', '113538.095000', '113538.555000', '113539.015000', '113539.475000', '113539.935000', '113540.395000', '113540.855000', '113541.315000', '113541.775000', '113542.235000', '113542.695000', '113543.155000', '113543.615000', '113544.075000', '113544.535000', '113544.995000', '113545.455000', '113545.915000', '113546.375000', '113546.835000', '113547.295000', '113547.755000', '113548.215000', '113548.675000', '113549.135000', '113549.595000', '113550.055000', '113550.515000', '113550.975000', '113551.435000', '113551.895000', '113552.355000', '113552.815000', '113553.275000', '113553.735000', '113554.195000', '113554.655000', '113555.115000', '113555.575000', '113556.035000', '113556.495000', '113556.955000', '113557.415000', '113557.875000', '113558.335000', '113558.795000', '113559.255000', '113559.715000', '113600.175000', '113600.635000', '113601.095000', '113601.555000', '113602.015000', '113602.475000', '113602.935000', '113603.395000', '113603.855000', '113604.315000', '113604.775000', '113605.235000', '113605.695000', '113606.155000', '113606.615000', '113607.075000', '113607.535000', '113607.995000', '113608.455000', '113608.915000', '113609.375000', '113609.835000', '113610.295000', '113610.755000', '113611.215000', '113611.675000', '113612.135000', '113612.595000', '113613.055000', '113613.515000', '113613.975000', '113614.435000', '113614.895000', '113615.355000', '113615.815000', '113616.275000', '113616.735000', '113617.195000', '113617.655000', '113618.115000', '113618.575000', '113619.035000', '113619.495000', '113619.955000', '113620.415000', '113620.875000', '113621.335000', '113621.795000', '113622.255000', '113622.715000', '113623.175000', '113623.635000', '113624.095000', '113624.555000', '113625.015000', '113625.475000', '113625.935000', '113626.395000', '113626.855000', '113627.315000', '113627.775000', '113628.235000', '113628.695000', '113629.155000', '113629.615000', '113630.075000', '113630.535000', '113630.995000', '113631.455000', '113631.915000', '113632.375000', '113632.835000', '113633.295000', '113633.755000', '113634.215000', '113634.675000', '113635.135000', '113635.595000', '113636.055000', '113636.515000', '113636.975000', '113637.435000', '113637.895000', '113638.355000', '113638.815000', '113639.275000', '113639.735000', '113640.195000', '113640.655000', '113641.115000', '113641.575000', '113642.035000', '113642.495000', '113642.955000', '113643.415000', '113643.875000', '113644.335000', '113644.795000', '113645.255000', '113645.715000', '113646.175000', '113646.635000', '113647.095000', '113647.555000', '113648.015000', '113648.475000', '113648.935000', '113649.395000', '113649.855000', '113650.315000', '113650.775000', '113651.235000', '113651.695000', '113652.155000', '113652.615000', '113653.075000', '113653.535000', '113653.995000', '113654.455000', '113654.915000', '113655.375000', '113655.835000', '113656.295000', '113656.755000', '113657.215000', '113657.675000', '113658.135000', '113658.595000', '113659.055000', '113659.515000', '113659.975000', '113700.435000', '113700.895000', '113701.355000', '113701.815000', '113702.275000', '113702.735000', '113703.195000', '113703.655000', '113704.115000', '113704.575000', '113705.035000', '113705.495000', '113705.955000', '113706.415000', '113706.875000', '113707.335000', '113707.795000', '113708.255000', '113708.715000', '113709.175000', '113709.635000', '113710.095000', '113710.555000', '113711.015000', '113711.475000', '113711.935000', '113712.395000', '113712.855000', '113713.315000', '113713.775000', '113714.235000', '113714.695000', '113715.155000', '113715.615000', '113716.075000', '113716.535000', '113716.995000', '113717.455000', '113717.915000', '113718.375000', '113718.835000', '113719.295000', '113719.755000', '113720.215000', '113720.675000', '113721.135000', '113721.595000', '113722.055000', '113722.515000', '113722.975000', '113723.435000', '113723.895000', '113724.355000', '113724.815000', '113725.275000', '113725.735000', '113726.195000', '113726.655000', '113727.115000', '113727.575000', '113728.035000', '113728.495000', '113728.955000', '113729.415000', '113729.875000', '113730.335000', '113730.795000', '113731.255000', '113731.715000', '113732.175000', '113732.635000', '113733.095000', '113733.555000', '113734.015000', '113734.475000', '113734.935000', '113735.395000', '113735.855000', '113736.315000', '113736.775000', '113737.235000', '113737.695000', '113738.155000', '113738.615000', '113739.075000', '113739.535000', '113739.995000', '113740.455000', '113740.915000', '113741.375000', '113741.835000', '113742.295000', '113742.755000', '113743.215000', '113743.675000', '113744.135000', '113744.595000', '113745.055000', '113745.515000', '113745.975000', '113746.435000', '113746.895000', '113747.355000', '113747.815000', '113748.275000', '113748.735000', '113749.195000', '113749.655000', '113750.115000', '113750.575000', '113751.035000', '113751.495000', '113751.955000', '113752.415000', '113752.875000', '113753.335000', '113753.795000', '113754.255000', '113754.715000', '113755.175000', '113755.635000', '113756.095000', '113756.555000', '113757.015000', '113757.475000', '113757.935000', '113758.395000', '113758.855000', '113759.315000', '113759.775000', '113800.235000', '113800.695000', '113801.155000', '113801.615000', '113802.075000', '113802.535000', '113802.995000', '113803.455000', '113803.915000', '113804.375000', '113804.835000', '113805.295000', '113805.755000', '113806.215000', '113806.675000', '113807.135000', '113807.595000', '113808.055000', '113808.515000', '113808.975000', '113809.435000', '113809.895000', '113810.355000', '113810.815000', '113811.275000', '113811.735000', '113812.195000', '113812.655000', '113813.115000', '113813.575000', '113814.035000', '113814.495000', '113814.955000', '113815.415000', '113815.875000', '113816.335000', '113816.795000', '113817.255000', '113817.715000', '113818.175000', '113818.635000', '113819.095000', '113819.555000', '113820.015000', '113820.475000', '113820.935000', '113821.395000', '113821.855000', '113822.315000', '113822.775000', '113823.235000', '113823.695000', '113824.155000', '113824.615000', '113825.075000', '113825.535000', '113825.995000', '113826.455000', '113826.915000', '113827.375000', '113827.835000', '113828.295000', '113828.755000', '113829.215000', '113829.675000', '113830.135000', '113830.595000', '113831.055000', '113831.515000', '113831.975000', '113832.435000', '113832.895000', '113833.355000', '113833.815000', '113834.275000', '113834.735000', '113835.195000', '113835.655000', '113836.115000', '113836.575000', '113837.035000', '113837.495000', '113837.955000', '113838.415000', '113838.875000', '113839.335000', '113839.795000', '113840.255000', '113840.715000', '113841.175000', '113841.635000', '113842.095000', '113842.555000', '113843.015000', '113843.475000', '113843.935000', '113844.395000', '113844.855000', '113845.315000', '113845.775000', '113846.235000', '113846.695000', '113847.155000', '113847.615000', '113848.075000', '113848.535000', '113848.995000', '113849.455000', '113849.915000', '113850.375000', '113850.835000', '113851.295000', '113851.755000', '113852.215000', '113852.675000', '113853.135000', '113853.595000', '113854.055000', '113854.515000', '113854.975000', '113855.435000', '113855.895000', '113856.355000', '113856.815000', '113857.275000', '113857.735000', '113858.195000', '113858.655000', '113859.115000', '113859.575000', '113900.035000', '113900.495000', '113900.955000', '113901.415000', '113901.875000', '113902.335000', '113902.795000', '113903.255000', '113903.715000', '113904.175000', '113904.635000', '113905.095000', '113905.555000', '113906.015000', '113906.475000', '113906.935000', '113907.395000', '113907.855000', '113908.315000', '113908.775000', '113909.235000', '113909.695000', '113910.155000', '113910.615000', '113911.075000'], 'ContentTime': ['113042.649000', '113042.653000', '113042.656000', '113042.658000', '113042.661000', '113042.663000', '113042.666000', '113042.669000', '113042.677000', '113042.680000', '113042.683000', '113042.685000', '113042.688000', '113042.690000', '113042.693000', '113042.696000', '113042.698000', '113042.701000', '113042.703000', '113042.706000', '113042.709000', '113042.711000', '113042.714000', '113042.716000', '113042.719000', '113042.722000', '113042.724000', '113042.747000', '113042.750000', '113042.752000', '113042.755000', '113042.758000', '113042.760000', '113042.763000', '113042.765000', '113042.768000', '113042.771000', '113042.773000', '113042.776000', '113042.779000', '113042.781000', '113042.784000', '113042.786000', '113042.789000', '113042.792000', '113042.794000', '113102.619000', '113102.622000', '113102.624000', '113102.627000', '113102.629000', '113102.632000', '113102.635000', '113102.637000', '113102.640000', '113102.642000', '113102.645000', '113102.648000', '113102.650000', '113102.653000', '113102.656000', '113102.658000', '113102.661000', '113102.663000', '113102.666000', '113102.669000', '113102.671000', '113102.674000', '113102.676000', '113102.679000', '113102.682000', '113102.684000', '113102.687000', '113102.689000', '113102.692000', '113102.695000', '113102.697000', '113102.700000', '113102.702000', '113102.705000', '113102.707000', '113102.710000', '113102.713000', '113102.717000', '113102.720000', '113102.722000', '113102.725000', '113102.727000', '113102.730000', '113102.732000', '113122.618000', '113122.621000', '113122.624000', '113122.627000', '113122.629000', '113122.632000', '113122.635000', '113122.637000', '113122.640000', '113122.642000', '113122.645000', '113122.648000', '113122.650000', '113122.653000', '113122.655000', '113122.658000', '113122.660000', '113122.663000', '113122.665000', '113122.668000', '113122.670000', '113122.673000', '113122.676000', '113122.679000', '113122.681000', '113122.684000', '113122.687000', '113122.689000', '113122.692000', '113122.695000', '113122.698000', '113122.700000', '113122.703000', '113122.705000', '113122.708000', '113122.710000', '113122.713000', '113122.716000', '113122.718000', '113122.721000', '113122.724000', '113122.726000', '113122.729000', '113142.618000', '113142.620000', '113142.623000', '113142.626000', '113142.628000', '113142.631000', '113142.633000', '113142.636000', '113142.639000', '113142.641000', '113142.644000', '113142.646000', '113142.649000', '113142.652000', '113142.654000', '113142.657000', '113142.659000', '113142.662000', '113142.665000', '113142.667000', '113142.670000', '113142.672000', '113142.675000', '113142.681000', '113142.684000', '113142.686000', '113142.689000', '113142.691000', '113142.694000', '113142.696000', '113142.699000', '113142.702000', '113142.704000', '113142.707000', '113142.709000', '113142.712000', '113142.715000', '113142.717000', '113142.720000', '113142.722000', '113142.725000', '113142.728000', '113142.730000', '113142.733000', '113202.617000', '113202.620000', '113202.623000', '113202.626000', '113202.628000', '113202.631000', '113202.634000', '113202.636000', '113202.639000', '113202.642000', '113202.645000', '113202.647000', '113202.652000', '113202.654000', '113202.657000', '113202.659000', '113202.662000', '113202.665000', '113202.667000', '113202.670000', '113202.672000', '113202.675000', '113202.678000', '113202.680000', '113202.683000', '113202.685000', '113202.688000', '113202.691000', '113202.693000', '113202.696000', '113202.698000', '113202.701000', '113202.704000', '113202.711000', '113202.713000', '113202.716000', '113202.718000', '113202.721000', '113202.724000', '113202.726000', '113202.729000', '113202.731000', '113202.734000', '113222.617000', '113222.620000', '113222.623000', '113222.626000', '113222.628000', '113222.631000', '113222.643000', '113222.645000', '113222.648000', '113222.651000', '113222.653000', '113222.656000', '113222.658000', '113222.661000', '113222.663000', '113222.666000', '113222.669000', '113222.671000', '113222.674000', '113222.676000', '113222.679000', '113222.682000', '113222.684000', '113222.687000', '113222.690000', '113222.692000', '113222.695000', '113222.698000', '113222.700000', '113222.703000', '113222.705000', '113222.708000', '113222.711000', '113222.713000', '113222.716000', '113222.718000', '113222.721000', '113222.724000', '113222.726000', '113222.729000', '113222.731000', '113222.734000', '113222.737000', '113222.739000', '113242.618000', '113242.621000', '113242.623000', '113242.626000', '113242.629000', '113242.631000', '113242.634000', '113242.636000', '113242.639000', '113242.642000', '113242.644000', '113242.647000', '113242.649000', '113242.652000', '113242.655000', '113242.657000', '113242.660000', '113242.672000', '113242.675000', '113242.678000', '113242.681000', '113242.684000', '113242.686000', '113242.689000', '113242.692000', '113242.694000', '113242.697000', '113242.700000', '113242.702000', '113242.705000', '113242.707000', '113242.710000', '113242.713000', '113242.715000', '113242.718000', '113242.721000', '113242.723000', '113242.726000', '113242.729000', '113242.732000', '113242.735000', '113242.737000', '113242.740000', '113302.618000', '113302.621000', '113302.624000', '113302.626000', '113302.629000', '113302.632000', '113302.634000', '113302.637000', '113302.640000', '113302.642000', '113302.651000', '113302.653000', '113302.656000', '113302.658000', '113302.661000', '113302.664000', '113302.666000', '113302.669000', '113302.672000', '113302.674000', '113302.677000', '113302.680000', '113302.682000', '113302.685000', '113302.688000', '113302.690000', '113302.693000', '113302.695000', '113302.698000', '113302.701000', '113302.703000', '113302.706000', '113302.709000', '113302.711000', '113302.714000', '113302.717000', '113302.719000', '113302.722000', '113302.725000', '113302.727000', '113302.730000', '113302.732000', '113302.735000', '113302.738000', '113322.618000', '113322.621000', '113322.624000', '113322.627000', '113322.630000', '113322.632000', '113322.635000', '113322.637000', '113322.640000', '113322.643000', '113322.645000', '113322.648000', '113322.650000', '113322.653000', '113322.656000', '113322.658000', '113322.661000', '113322.663000', '113322.666000', '113322.669000', '113322.671000', '113322.674000', '113322.676000', '113322.679000', '113322.682000', '113322.684000', '113322.687000', '113322.690000', '113322.692000', '113322.695000', '113322.698000', '113322.700000', '113322.703000', '113322.706000', '113322.709000', '113322.711000', '113322.714000', '113322.716000', '113322.719000', '113322.722000', '113322.724000', '113322.727000', '113322.730000', '113342.618000', '113342.621000', '113342.624000', '113342.627000', '113342.629000', '113342.632000', '113342.635000', '113342.637000', '113342.640000', '113342.642000', '113342.645000', '113342.648000', '113342.650000', '113342.653000', '113342.656000', '113342.658000', '113342.661000', '113342.663000', '113342.666000', '113342.669000', '113342.671000', '113342.674000', '113342.677000', '113342.679000', '113342.682000', '113342.684000', '113342.687000', '113342.697000', '113342.700000', '113342.702000', '113342.705000', '113342.708000', '113342.710000', '113342.713000', '113342.716000', '113342.718000', '113342.721000', '113342.723000', '113342.726000', '113342.729000', '113342.731000', '113342.734000', '113342.737000', '113342.739000', '113402.617000', '113402.620000', '113402.623000', '113402.625000', '113402.628000', '113402.631000', '113402.633000', '113402.636000', '113402.638000', '113402.641000', '113402.643000', '113402.646000', '113402.649000', '113402.651000', '113402.654000', '113402.657000', '113402.659000', '113402.662000', '113402.664000', '113402.667000', '113402.670000', '113402.672000', '113402.675000', '113402.678000', '113402.680000', '113402.683000', '113402.686000', '113402.688000', '113402.691000', '113402.693000', '113402.696000', '113402.699000', '113402.701000', '113402.704000', '113402.706000', '113402.709000', '113402.712000', '113402.714000', '113402.717000', '113402.719000', '113402.722000', '113402.725000', '113402.727000', '113422.617000', '113422.620000', '113422.623000', '113422.625000', '113422.628000', '113422.631000', '113422.633000', '113422.636000', '113422.639000', '113422.641000', '113422.644000', '113422.646000', '113422.649000', '113422.652000', '113422.654000', '113422.657000', '113422.660000', '113422.662000', '113422.665000', '113422.667000', '113422.670000', '113422.673000', '113422.675000', '113422.678000', '113422.680000', '113422.683000', '113422.686000', '113422.688000', '113422.691000', '113422.694000', '113422.697000', '113422.699000', '113422.702000', '113422.704000', '113422.707000', '113422.709000', '113422.712000', '113422.715000', '113422.717000', '113422.720000', '113422.732000', '113422.735000', '113422.737000', '113422.741000', '113442.618000', '113442.620000', '113442.623000', '113442.626000', '113442.628000', '113442.631000', '113442.634000', '113442.636000', '113442.639000', '113442.641000', '113442.644000', '113442.647000', '113442.649000', '113442.652000', '113442.655000', '113442.657000', '113442.660000', '113442.663000', '113442.665000', '113442.668000', '113442.670000', '113442.673000', '113442.676000', '113442.679000', '113442.681000', '113442.684000', '113442.686000', '113442.689000', '113442.692000', '113442.694000', '113442.697000', '113442.700000', '113442.702000', '113442.705000', '113442.708000', '113442.710000', '113442.713000', '113442.715000', '113442.718000', '113442.721000', '113442.724000', '113442.726000', '113442.729000', '113502.617000', '113502.621000', '113502.623000', '113502.626000', '113502.629000', '113502.632000', '113502.634000', '113502.637000', '113502.639000', '113502.642000', '113502.645000', '113502.648000', '113502.650000', '113502.653000', '113502.656000', '113502.658000', '113502.661000', '113502.664000', '113502.666000', '113502.670000', '113502.672000', '113502.675000', '113502.677000', '113502.680000', '113502.683000', '113502.685000', '113502.688000', '113502.691000', '113502.694000', '113502.696000', '113502.699000', '113502.702000', '113502.704000', '113502.707000', '113502.709000', '113502.712000', '113502.715000', '113502.717000', '113502.720000', '113502.723000', '113502.725000', '113502.728000', '113502.730000', '113522.618000', '113522.621000', '113522.624000', '113522.627000', '113522.629000', '113522.632000', '113522.634000', '113522.637000', '113522.640000', '113522.642000', '113522.645000', '113522.647000', '113522.660000', '113522.663000', '113522.666000', '113522.668000', '113522.671000', '113522.673000', '113522.676000', '113522.679000', '113522.681000', '113522.684000', '113522.687000', '113522.689000', '113522.692000', '113522.695000', '113522.697000', '113522.700000', '113522.703000', '113522.705000', '113522.708000', '113522.710000', '113522.713000', '113522.715000', '113522.718000', '113522.721000', '113522.723000', '113522.726000', '113522.729000', '113522.731000', '113522.734000', '113522.737000', '113522.739000', '113522.742000', '113542.619000', '113542.622000', '113542.624000', '113542.627000', '113542.629000', '113542.632000', '113542.635000', '113542.637000', '113542.640000', '113542.642000', '113542.645000', '113542.648000', '113542.650000', '113542.653000', '113542.656000', '113542.658000', '113542.661000', '113542.664000', '113542.666000', '113542.669000', '113542.671000', '113542.674000', '113542.677000', '113542.679000', '113542.682000', '113542.684000', '113542.687000', '113542.690000', '113542.692000', '113542.695000', '113542.698000', '113542.700000', '113542.703000', '113542.705000', '113542.708000', '113542.711000', '113542.713000', '113542.716000', '113542.718000', '113542.721000', '113542.724000', '113542.726000', '113542.729000', '113542.732000', '113602.618000', '113602.621000', '113602.624000', '113602.626000', '113602.629000', '113602.632000', '113602.635000', '113602.637000', '113602.640000', '113602.642000', '113602.645000', '113602.648000', '113602.650000', '113602.653000', '113602.655000', '113602.658000', '113602.661000', '113602.663000', '113602.666000', '113602.669000', '113602.671000', '113602.674000', '113602.676000', '113602.679000', '113602.682000', '113602.684000', '113602.687000', '113602.689000', '113602.692000', '113602.695000', '113602.697000', '113602.700000', '113602.702000', '113602.705000', '113602.707000', '113602.710000', '113602.713000', '113602.715000', '113602.718000', '113602.721000', '113602.723000', '113602.726000', '113602.728000', '113622.618000', '113622.621000', '113622.623000', '113622.626000', '113622.629000', '113622.631000', '113622.634000', '113622.637000', '113622.639000', '113622.642000', '113622.645000', '113622.649000', '113622.651000', '113622.654000', '113622.657000', '113622.659000', '113622.662000', '113622.665000', '113622.668000', '113622.670000', '113622.673000', '113622.676000', '113622.678000', '113622.681000', '113622.683000', '113622.686000', '113622.689000', '113622.691000', '113622.694000', '113622.696000', '113622.699000', '113622.702000', '113622.704000', '113622.707000', '113622.709000', '113622.712000', '113622.715000', '113622.717000', '113622.720000', '113622.722000', '113622.725000', '113622.728000', '113622.730000', '113642.618000', '113642.620000', '113642.623000', '113642.626000', '113642.628000', '113642.631000', '113642.633000', '113642.636000', '113642.638000', '113642.641000', '113642.644000', '113642.646000', '113642.649000', '113642.651000', '113642.654000', '113642.657000', '113642.659000', '113642.662000', '113642.664000', '113642.667000', '113642.670000', '113642.672000', '113642.675000', '113642.686000', '113642.689000', '113642.692000', '113642.694000', '113642.697000', '113642.699000', '113642.702000', '113642.705000', '113642.708000', '113642.710000', '113642.713000', '113642.715000', '113642.718000', '113642.721000', '113642.723000', '113642.726000', '113642.728000', '113642.731000', '113642.734000', '113642.736000', '113642.739000', '113702.618000', '113702.620000', '113702.623000', '113702.626000', '113702.628000', '113702.631000', '113702.634000', '113702.636000', '113702.639000', '113702.641000', '113702.644000', '113702.647000', '113702.649000', '113702.652000', '113702.654000', '113702.657000', '113702.660000', '113702.663000', '113702.665000', '113702.668000', '113702.670000', '113702.673000', '113702.676000', '113702.678000', '113702.681000', '113702.684000', '113702.686000', '113702.689000', '113702.691000', '113702.694000', '113702.697000', '113702.699000', '113702.702000', '113702.704000', '113702.707000', '113702.710000', '113702.712000', '113702.715000', '113702.717000', '113702.720000', '113702.723000', '113702.725000', '113702.728000', '113722.618000', '113722.620000', '113722.623000', '113722.626000', '113722.628000', '113722.631000', '113722.633000', '113722.636000', '113722.639000', '113722.641000', '113722.644000', '113722.650000', '113722.653000', '113722.656000', '113722.658000', '113722.661000', '113722.663000', '113722.666000', '113722.669000', '113722.671000', '113722.674000', '113722.677000', '113722.679000', '113722.682000', '113722.685000', '113722.687000', '113722.690000', '113722.693000', '113722.695000', '113722.698000', '113722.700000', '113722.703000', '113722.706000', '113722.708000', '113722.711000', '113722.714000', '113722.716000', '113722.719000', '113722.721000', '113722.724000', '113722.727000', '113722.729000', '113722.732000', '113722.734000', '113742.619000', '113742.621000', '113742.624000', '113742.627000', '113742.630000', '113742.632000', '113742.635000', '113742.638000', '113742.640000', '113742.643000', '113742.645000', '113742.648000', '113742.651000', '113742.655000', '113742.657000', '113742.660000', '113742.663000', '113742.665000', '113742.668000', '113742.671000', '113742.673000', '113742.676000', '113742.678000', '113742.681000', '113742.684000', '113742.686000', '113742.689000', '113742.692000', '113742.694000', '113742.697000', '113742.699000', '113742.702000', '113742.705000', '113742.708000', '113742.710000', '113742.713000', '113742.716000', '113742.718000', '113742.721000', '113742.723000', '113742.726000', '113742.729000', '113742.731000', '113742.734000', '113802.618000', '113802.622000', '113802.625000', '113802.627000', '113802.630000', '113802.633000', '113802.635000', '113802.638000', '113802.640000', '113802.643000', '113802.646000', '113802.648000', '113802.651000', '113802.654000', '113802.656000', '113802.659000', '113802.661000', '113802.664000', '113802.667000', '113802.669000', '113802.672000', '113802.675000', '113802.677000', '113802.680000', '113802.682000', '113802.685000', '113802.688000', '113802.690000', '113802.693000', '113802.696000', '113802.698000', '113802.701000', '113802.703000', '113802.725000', '113802.728000', '113802.730000', '113802.733000', '113802.736000', '113802.738000', '113802.741000', '113802.743000', '113802.746000', '113802.749000', '113822.619000', '113822.621000', '113822.624000', '113822.628000', '113822.631000', '113822.634000', '113822.636000', '113822.639000', '113822.642000', '113822.644000', '113822.647000', '113822.650000', '113822.653000', '113822.655000', '113822.658000', '113822.660000', '113822.663000', '113822.666000', '113822.668000', '113822.671000', '113822.673000', '113822.676000', '113822.679000', '113822.681000', '113822.684000', '113822.687000', '113822.689000', '113822.692000', '113822.694000', '113822.697000', '113822.700000', '113822.702000', '113822.705000', '113822.708000', '113822.710000', '113822.713000', '113822.715000', '113822.718000', '113822.721000', '113822.723000', '113822.726000', '113822.729000', '113822.731000', '113842.618000', '113842.620000', '113842.623000', '113842.626000', '113842.628000', '113842.631000', '113842.634000', '113842.636000', '113842.639000', '113842.641000', '113842.644000', '113842.647000', '113842.649000', '113842.652000', '113842.654000', '113842.657000', '113842.660000', '113842.663000', '113842.665000', '113842.668000', '113842.671000', '113842.673000', '113842.676000', '113842.679000', '113842.681000', '113842.684000', '113842.687000', '113842.689000', '113842.692000', '113842.695000', '113842.697000', '113842.700000', '113842.703000', '113842.705000', '113842.708000', '113842.711000', '113842.713000', '113842.716000', '113842.718000', '113842.721000', '113842.724000', '113842.726000', '113842.729000', '113842.731000', '113902.618000', '113902.620000', '113902.623000', '113902.626000', '113902.628000', '113902.631000', '113902.634000', '113902.636000', '113902.639000', '113902.642000', '113902.644000', '113902.647000', '113902.649000', '113902.652000', '113902.655000', '113902.657000', '113902.660000', '113902.663000', '113902.665000', '113902.668000', '113902.671000', '113902.673000', '113902.676000', '113902.679000', '113902.681000', '113902.684000', '113902.687000', '113902.691000', '113902.694000', '113902.697000', '113902.700000', '113902.702000', '113902.705000', '113902.708000', '113902.710000', '113902.713000', '113902.716000', '113902.718000', '113902.721000', '113902.723000', '113902.726000', '113902.729000', '113902.731000', '113912.756000', '113912.759000', '113912.762000', '113912.764000', '113912.767000', '113912.769000', '113912.772000', '113912.775000', '113912.777000', '113912.780000', '113912.783000', '113912.785000', '113912.788000', '113912.790000', '113912.793000', '113912.796000', '113912.798000', '113912.801000', '113912.804000', '113912.806000', '113912.809000', '113912.811000', '113912.814000'], 'InstanceCreationTime': ['113042.649000', '113042.653000', '113042.656000', '113042.658000', '113042.661000', '113042.663000', '113042.666000', '113042.669000', '113042.677000', '113042.680000', '113042.683000', '113042.685000', '113042.688000', '113042.690000', '113042.693000', '113042.696000', '113042.698000', '113042.701000', '113042.703000', '113042.706000', '113042.709000', '113042.711000', '113042.714000', '113042.716000', '113042.719000', '113042.722000', '113042.724000', '113042.747000', '113042.750000', '113042.752000', '113042.755000', '113042.758000', '113042.760000', '113042.763000', '113042.765000', '113042.768000', '113042.771000', '113042.773000', '113042.776000', '113042.779000', '113042.781000', '113042.784000', '113042.786000', '113042.789000', '113042.792000', '113042.794000', '113102.619000', '113102.622000', '113102.624000', '113102.627000', '113102.629000', '113102.632000', '113102.635000', '113102.637000', '113102.640000', '113102.642000', '113102.645000', '113102.648000', '113102.650000', '113102.653000', '113102.656000', '113102.658000', '113102.661000', '113102.663000', '113102.666000', '113102.669000', '113102.671000', '113102.674000', '113102.676000', '113102.679000', '113102.682000', '113102.684000', '113102.687000', '113102.689000', '113102.692000', '113102.695000', '113102.697000', '113102.700000', '113102.702000', '113102.705000', '113102.707000', '113102.710000', '113102.713000', '113102.717000', '113102.720000', '113102.722000', '113102.725000', '113102.727000', '113102.730000', '113102.732000', '113122.618000', '113122.621000', '113122.624000', '113122.627000', '113122.629000', '113122.632000', '113122.635000', '113122.637000', '113122.640000', '113122.642000', '113122.645000', '113122.648000', '113122.650000', '113122.653000', '113122.655000', '113122.658000', '113122.660000', '113122.663000', '113122.665000', '113122.668000', '113122.670000', '113122.673000', '113122.676000', '113122.679000', '113122.681000', '113122.684000', '113122.687000', '113122.689000', '113122.692000', '113122.695000', '113122.698000', '113122.700000', '113122.703000', '113122.705000', '113122.708000', '113122.710000', '113122.713000', '113122.716000', '113122.718000', '113122.721000', '113122.724000', '113122.726000', '113122.729000', '113142.618000', '113142.620000', '113142.623000', '113142.626000', '113142.628000', '113142.631000', '113142.633000', '113142.636000', '113142.639000', '113142.641000', '113142.644000', '113142.646000', '113142.649000', '113142.652000', '113142.654000', '113142.657000', '113142.659000', '113142.662000', '113142.665000', '113142.667000', '113142.670000', '113142.672000', '113142.675000', '113142.681000', '113142.684000', '113142.686000', '113142.689000', '113142.691000', '113142.694000', '113142.696000', '113142.699000', '113142.702000', '113142.704000', '113142.707000', '113142.709000', '113142.712000', '113142.715000', '113142.717000', '113142.720000', '113142.722000', '113142.725000', '113142.728000', '113142.730000', '113142.733000', '113202.617000', '113202.620000', '113202.623000', '113202.626000', '113202.628000', '113202.631000', '113202.634000', '113202.636000', '113202.639000', '113202.642000', '113202.645000', '113202.647000', '113202.652000', '113202.654000', '113202.657000', '113202.659000', '113202.662000', '113202.665000', '113202.667000', '113202.670000', '113202.672000', '113202.675000', '113202.678000', '113202.680000', '113202.683000', '113202.685000', '113202.688000', '113202.691000', '113202.693000', '113202.696000', '113202.698000', '113202.701000', '113202.704000', '113202.711000', '113202.713000', '113202.716000', '113202.718000', '113202.721000', '113202.724000', '113202.726000', '113202.729000', '113202.731000', '113202.734000', '113222.617000', '113222.620000', '113222.623000', '113222.626000', '113222.628000', '113222.631000', '113222.643000', '113222.645000', '113222.648000', '113222.651000', '113222.653000', '113222.656000', '113222.658000', '113222.661000', '113222.663000', '113222.666000', '113222.669000', '113222.671000', '113222.674000', '113222.676000', '113222.679000', '113222.682000', '113222.684000', '113222.687000', '113222.690000', '113222.692000', '113222.695000', '113222.698000', '113222.700000', '113222.703000', '113222.705000', '113222.708000', '113222.711000', '113222.713000', '113222.716000', '113222.718000', '113222.721000', '113222.724000', '113222.726000', '113222.729000', '113222.731000', '113222.734000', '113222.737000', '113222.739000', '113242.618000', '113242.621000', '113242.623000', '113242.626000', '113242.629000', '113242.631000', '113242.634000', '113242.636000', '113242.639000', '113242.642000', '113242.644000', '113242.647000', '113242.649000', '113242.652000', '113242.655000', '113242.657000', '113242.660000', '113242.672000', '113242.675000', '113242.678000', '113242.681000', '113242.684000', '113242.686000', '113242.689000', '113242.692000', '113242.694000', '113242.697000', '113242.700000', '113242.702000', '113242.705000', '113242.707000', '113242.710000', '113242.713000', '113242.715000', '113242.718000', '113242.721000', '113242.723000', '113242.726000', '113242.729000', '113242.732000', '113242.735000', '113242.737000', '113242.740000', '113302.618000', '113302.621000', '113302.624000', '113302.626000', '113302.629000', '113302.632000', '113302.634000', '113302.637000', '113302.640000', '113302.642000', '113302.651000', '113302.653000', '113302.656000', '113302.658000', '113302.661000', '113302.664000', '113302.666000', '113302.669000', '113302.672000', '113302.674000', '113302.677000', '113302.680000', '113302.682000', '113302.685000', '113302.688000', '113302.690000', '113302.693000', '113302.695000', '113302.698000', '113302.701000', '113302.703000', '113302.706000', '113302.709000', '113302.711000', '113302.714000', '113302.717000', '113302.719000', '113302.722000', '113302.725000', '113302.727000', '113302.730000', '113302.732000', '113302.735000', '113302.738000', '113322.618000', '113322.621000', '113322.624000', '113322.627000', '113322.630000', '113322.632000', '113322.635000', '113322.637000', '113322.640000', '113322.643000', '113322.645000', '113322.648000', '113322.650000', '113322.653000', '113322.656000', '113322.658000', '113322.661000', '113322.663000', '113322.666000', '113322.669000', '113322.671000', '113322.674000', '113322.676000', '113322.679000', '113322.682000', '113322.684000', '113322.687000', '113322.690000', '113322.692000', '113322.695000', '113322.698000', '113322.700000', '113322.703000', '113322.706000', '113322.709000', '113322.711000', '113322.714000', '113322.716000', '113322.719000', '113322.722000', '113322.724000', '113322.727000', '113322.730000', '113342.618000', '113342.621000', '113342.624000', '113342.627000', '113342.629000', '113342.632000', '113342.635000', '113342.637000', '113342.640000', '113342.642000', '113342.645000', '113342.648000', '113342.650000', '113342.653000', '113342.656000', '113342.658000', '113342.661000', '113342.663000', '113342.666000', '113342.669000', '113342.671000', '113342.674000', '113342.677000', '113342.679000', '113342.682000', '113342.684000', '113342.687000', '113342.697000', '113342.700000', '113342.702000', '113342.705000', '113342.708000', '113342.710000', '113342.713000', '113342.716000', '113342.718000', '113342.721000', '113342.723000', '113342.726000', '113342.729000', '113342.731000', '113342.734000', '113342.737000', '113342.739000', '113402.617000', '113402.620000', '113402.623000', '113402.625000', '113402.628000', '113402.631000', '113402.633000', '113402.636000', '113402.638000', '113402.641000', '113402.643000', '113402.646000', '113402.649000', '113402.651000', '113402.654000', '113402.657000', '113402.659000', '113402.662000', '113402.664000', '113402.667000', '113402.670000', '113402.672000', '113402.675000', '113402.678000', '113402.680000', '113402.683000', '113402.686000', '113402.688000', '113402.691000', '113402.693000', '113402.696000', '113402.699000', '113402.701000', '113402.704000', '113402.706000', '113402.709000', '113402.712000', '113402.714000', '113402.717000', '113402.719000', '113402.722000', '113402.725000', '113402.727000', '113422.617000', '113422.620000', '113422.623000', '113422.625000', '113422.628000', '113422.631000', '113422.633000', '113422.636000', '113422.639000', '113422.641000', '113422.644000', '113422.646000', '113422.649000', '113422.652000', '113422.654000', '113422.657000', '113422.660000', '113422.662000', '113422.665000', '113422.667000', '113422.670000', '113422.673000', '113422.675000', '113422.678000', '113422.680000', '113422.683000', '113422.686000', '113422.688000', '113422.691000', '113422.694000', '113422.697000', '113422.699000', '113422.702000', '113422.704000', '113422.707000', '113422.709000', '113422.712000', '113422.715000', '113422.717000', '113422.720000', '113422.732000', '113422.735000', '113422.737000', '113422.741000', '113442.618000', '113442.620000', '113442.623000', '113442.626000', '113442.628000', '113442.631000', '113442.634000', '113442.636000', '113442.639000', '113442.641000', '113442.644000', '113442.647000', '113442.649000', '113442.652000', '113442.655000', '113442.657000', '113442.660000', '113442.663000', '113442.665000', '113442.668000', '113442.670000', '113442.673000', '113442.676000', '113442.679000', '113442.681000', '113442.684000', '113442.686000', '113442.689000', '113442.692000', '113442.694000', '113442.697000', '113442.700000', '113442.702000', '113442.705000', '113442.708000', '113442.710000', '113442.713000', '113442.715000', '113442.718000', '113442.721000', '113442.724000', '113442.726000', '113442.729000', '113502.617000', '113502.621000', '113502.623000', '113502.626000', '113502.629000', '113502.632000', '113502.634000', '113502.637000', '113502.639000', '113502.642000', '113502.645000', '113502.648000', '113502.650000', '113502.653000', '113502.656000', '113502.658000', '113502.661000', '113502.664000', '113502.666000', '113502.670000', '113502.672000', '113502.675000', '113502.677000', '113502.680000', '113502.683000', '113502.685000', '113502.688000', '113502.691000', '113502.694000', '113502.696000', '113502.699000', '113502.702000', '113502.704000', '113502.707000', '113502.709000', '113502.712000', '113502.715000', '113502.717000', '113502.720000', '113502.723000', '113502.725000', '113502.728000', '113502.730000', '113522.618000', '113522.621000', '113522.624000', '113522.627000', '113522.629000', '113522.632000', '113522.634000', '113522.637000', '113522.640000', '113522.642000', '113522.645000', '113522.647000', '113522.660000', '113522.663000', '113522.666000', '113522.668000', '113522.671000', '113522.673000', '113522.676000', '113522.679000', '113522.681000', '113522.684000', '113522.687000', '113522.689000', '113522.692000', '113522.695000', '113522.697000', '113522.700000', '113522.703000', '113522.705000', '113522.708000', '113522.710000', '113522.713000', '113522.715000', '113522.718000', '113522.721000', '113522.723000', '113522.726000', '113522.729000', '113522.731000', '113522.734000', '113522.737000', '113522.739000', '113522.742000', '113542.619000', '113542.622000', '113542.624000', '113542.627000', '113542.629000', '113542.632000', '113542.635000', '113542.637000', '113542.640000', '113542.642000', '113542.645000', '113542.648000', '113542.650000', '113542.653000', '113542.656000', '113542.658000', '113542.661000', '113542.664000', '113542.666000', '113542.669000', '113542.671000', '113542.674000', '113542.677000', '113542.679000', '113542.682000', '113542.684000', '113542.687000', '113542.690000', '113542.692000', '113542.695000', '113542.698000', '113542.700000', '113542.703000', '113542.705000', '113542.708000', '113542.711000', '113542.713000', '113542.716000', '113542.718000', '113542.721000', '113542.724000', '113542.726000', '113542.729000', '113542.732000', '113602.618000', '113602.621000', '113602.624000', '113602.626000', '113602.629000', '113602.632000', '113602.635000', '113602.637000', '113602.640000', '113602.642000', '113602.645000', '113602.648000', '113602.650000', '113602.653000', '113602.655000', '113602.658000', '113602.661000', '113602.663000', '113602.666000', '113602.669000', '113602.671000', '113602.674000', '113602.676000', '113602.679000', '113602.682000', '113602.684000', '113602.687000', '113602.689000', '113602.692000', '113602.695000', '113602.697000', '113602.700000', '113602.702000', '113602.705000', '113602.707000', '113602.710000', '113602.713000', '113602.715000', '113602.718000', '113602.721000', '113602.723000', '113602.726000', '113602.728000', '113622.618000', '113622.621000', '113622.623000', '113622.626000', '113622.629000', '113622.631000', '113622.634000', '113622.637000', '113622.639000', '113622.642000', '113622.645000', '113622.649000', '113622.651000', '113622.654000', '113622.657000', '113622.659000', '113622.662000', '113622.665000', '113622.668000', '113622.670000', '113622.673000', '113622.676000', '113622.678000', '113622.681000', '113622.683000', '113622.686000', '113622.689000', '113622.691000', '113622.694000', '113622.696000', '113622.699000', '113622.702000', '113622.704000', '113622.707000', '113622.709000', '113622.712000', '113622.715000', '113622.717000', '113622.720000', '113622.722000', '113622.725000', '113622.728000', '113622.730000', '113642.618000', '113642.620000', '113642.623000', '113642.626000', '113642.628000', '113642.631000', '113642.633000', '113642.636000', '113642.638000', '113642.641000', '113642.644000', '113642.646000', '113642.649000', '113642.651000', '113642.654000', '113642.657000', '113642.659000', '113642.662000', '113642.664000', '113642.667000', '113642.670000', '113642.672000', '113642.675000', '113642.686000', '113642.689000', '113642.692000', '113642.694000', '113642.697000', '113642.699000', '113642.702000', '113642.705000', '113642.708000', '113642.710000', '113642.713000', '113642.715000', '113642.718000', '113642.721000', '113642.723000', '113642.726000', '113642.728000', '113642.731000', '113642.734000', '113642.736000', '113642.739000', '113702.618000', '113702.620000', '113702.623000', '113702.626000', '113702.628000', '113702.631000', '113702.634000', '113702.636000', '113702.639000', '113702.641000', '113702.644000', '113702.647000', '113702.649000', '113702.652000', '113702.654000', '113702.657000', '113702.660000', '113702.663000', '113702.665000', '113702.668000', '113702.670000', '113702.673000', '113702.676000', '113702.678000', '113702.681000', '113702.684000', '113702.686000', '113702.689000', '113702.691000', '113702.694000', '113702.697000', '113702.699000', '113702.702000', '113702.704000', '113702.707000', '113702.710000', '113702.712000', '113702.715000', '113702.717000', '113702.720000', '113702.723000', '113702.725000', '113702.728000', '113722.618000', '113722.620000', '113722.623000', '113722.626000', '113722.628000', '113722.631000', '113722.633000', '113722.636000', '113722.639000', '113722.641000', '113722.644000', '113722.650000', '113722.653000', '113722.656000', '113722.658000', '113722.661000', '113722.663000', '113722.666000', '113722.669000', '113722.671000', '113722.674000', '113722.677000', '113722.679000', '113722.682000', '113722.685000', '113722.687000', '113722.690000', '113722.693000', '113722.695000', '113722.698000', '113722.700000', '113722.703000', '113722.706000', '113722.708000', '113722.711000', '113722.714000', '113722.716000', '113722.719000', '113722.721000', '113722.724000', '113722.727000', '113722.729000', '113722.732000', '113722.734000', '113742.619000', '113742.621000', '113742.624000', '113742.627000', '113742.630000', '113742.632000', '113742.635000', '113742.638000', '113742.640000', '113742.643000', '113742.645000', '113742.648000', '113742.651000', '113742.655000', '113742.657000', '113742.660000', '113742.663000', '113742.665000', '113742.668000', '113742.671000', '113742.673000', '113742.676000', '113742.678000', '113742.681000', '113742.684000', '113742.686000', '113742.689000', '113742.692000', '113742.694000', '113742.697000', '113742.699000', '113742.702000', '113742.705000', '113742.708000', '113742.710000', '113742.713000', '113742.716000', '113742.718000', '113742.721000', '113742.723000', '113742.726000', '113742.729000', '113742.731000', '113742.734000', '113802.618000', '113802.622000', '113802.625000', '113802.627000', '113802.630000', '113802.633000', '113802.635000', '113802.638000', '113802.640000', '113802.643000', '113802.646000', '113802.648000', '113802.651000', '113802.654000', '113802.656000', '113802.659000', '113802.661000', '113802.664000', '113802.667000', '113802.669000', '113802.672000', '113802.675000', '113802.677000', '113802.680000', '113802.682000', '113802.685000', '113802.688000', '113802.690000', '113802.693000', '113802.696000', '113802.698000', '113802.701000', '113802.703000', '113802.725000', '113802.728000', '113802.730000', '113802.733000', '113802.736000', '113802.738000', '113802.741000', '113802.743000', '113802.746000', '113802.749000', '113822.619000', '113822.621000', '113822.624000', '113822.628000', '113822.631000', '113822.634000', '113822.636000', '113822.639000', '113822.642000', '113822.644000', '113822.647000', '113822.650000', '113822.653000', '113822.655000', '113822.658000', '113822.660000', '113822.663000', '113822.666000', '113822.668000', '113822.671000', '113822.673000', '113822.676000', '113822.679000', '113822.681000', '113822.684000', '113822.687000', '113822.689000', '113822.692000', '113822.694000', '113822.697000', '113822.700000', '113822.702000', '113822.705000', '113822.708000', '113822.710000', '113822.713000', '113822.715000', '113822.718000', '113822.721000', '113822.723000', '113822.726000', '113822.729000', '113822.731000', '113842.618000', '113842.620000', '113842.623000', '113842.626000', '113842.628000', '113842.631000', '113842.634000', '113842.636000', '113842.639000', '113842.641000', '113842.644000', '113842.647000', '113842.649000', '113842.652000', '113842.654000', '113842.657000', '113842.660000', '113842.663000', '113842.665000', '113842.668000', '113842.671000', '113842.673000', '113842.676000', '113842.679000', '113842.681000', '113842.684000', '113842.687000', '113842.689000', '113842.692000', '113842.695000', '113842.697000', '113842.700000', '113842.703000', '113842.705000', '113842.708000', '113842.711000', '113842.713000', '113842.716000', '113842.718000', '113842.721000', '113842.724000', '113842.726000', '113842.729000', '113842.731000', '113902.618000', '113902.620000', '113902.623000', '113902.626000', '113902.628000', '113902.631000', '113902.634000', '113902.636000', '113902.639000', '113902.642000', '113902.644000', '113902.647000', '113902.649000', '113902.652000', '113902.655000', '113902.657000', '113902.660000', '113902.663000', '113902.665000', '113902.668000', '113902.671000', '113902.673000', '113902.676000', '113902.679000', '113902.681000', '113902.684000', '113902.687000', '113902.691000', '113902.694000', '113902.697000', '113902.700000', '113902.702000', '113902.705000', '113902.708000', '113902.710000', '113902.713000', '113902.716000', '113902.718000', '113902.721000', '113902.723000', '113902.726000', '113902.729000', '113902.731000', '113912.756000', '113912.759000', '113912.762000', '113912.764000', '113912.767000', '113912.769000', '113912.772000', '113912.775000', '113912.777000', '113912.780000', '113912.783000', '113912.785000', '113912.788000', '113912.790000', '113912.793000', '113912.796000', '113912.798000', '113912.801000', '113912.804000', '113912.806000', '113912.809000', '113912.811000', '113912.814000'], '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': [7702, 7472, 7407, 7297, 7220, 7150, 7061, 7029, 6918, 7213, 6828, 7550, 6840, 7452, 6923, 7406, 7072, 7600, 7090, 7029, 7156, 7188, 7018, 6948, 6918, 7152, 6857, 6906, 6834, 7384, 7112, 7453, 6619, 6828, 6677, 6643, 6721, 6637, 7000, 6592, 6778, 6606, 6755, 6685, 6631, 7044, 6745, 6741, 6874, 6667, 6763, 6699, 6699, 7163, 6707, 7318, 6647, 6882, 7222, 6883, 6957, 6587, 6730, 6808, 6957, 6774, 6713, 6996, 6656, 6751, 6925, 6647, 6705, 6630, 7208, 6953, 6695, 6569, 7150, 6881, 6685, 7047, 6745, 6678, 6589, 6676, 6962, 6705, 6851, 6564, 6622, 6695, 6620, 7042, 6670, 7040, 6629, 6873, 6851, 6585, 6870, 6703, 6886, 6853, 6686, 6877, 7083, 7176, 7030, 6972, 7134, 6823, 7101, 6937, 6764, 7244, 6966, 7021, 7136, 7006, 7478, 6737, 7091, 7060, 6885, 7386, 7029, 7244, 6935, 7094, 7207, 7409, 7849, 6813, 7061, 7033, 6858, 7238, 6746, 6963, 6939, 6929, 6864, 7002, 6969, 6803, 6957, 6831, 7090, 7043, 6941, 7015, 6818, 7049, 7336, 7070, 7250, 6791, 6938, 7470, 7010, 7343, 6920, 7132, 7172, 7043, 7242, 6960, 7215, 6831, 7067, 7427, 7039, 7202, 7064, 7040, 7171, 7165, 7394, 6973, 7795, 6961, 7065, 6921, 7073, 7388, 6896, 7045, 7045, 7185, 7024, 7100, 7255, 6997, 7569, 7163, 7634, 7271, 7062, 7397, 6995, 7772, 7028, 7480, 7144, 6976, 7441, 6901, 7197, 6815, 7132, 7258, 7029, 7333, 6700, 7316, 6869, 6829, 7185, 6998, 7519, 6809, 7556, 7352, 7019, 7596, 6872, 7457, 7225, 7312, 7310, 6874, 7181, 6771, 7279, 7307, 7108, 7218, 7127, 7255, 7052, 7081, 6992, 7178, 7156, 6969, 7251, 6878, 7278, 7070, 7381, 7277, 6970, 7849, 7015, 7631, 7668, 7065, 7930, 7779, 7828, 7442, 7752, 8024, 6990, 7878, 7201, 7032, 7573, 7023, 7986, 7069, 7476, 7417, 7744, 7950, 6893, 7639, 7509, 7155, 7781, 7076, 7429, 7446, 6940, 7542, 7254, 7791, 6882, 7740, 6903, 7269, 7699, 7233, 7630, 7034, 7409, 6860, 7148, 7346, 7174, 7295, 7061, 7323, 6830, 7895, 7027, 7423, 7072, 7224, 7282, 7047, 7587, 6915, 7492, 6842, 7812, 7163, 7411, 7596, 7213, 7650, 7171, 7736, 6902, 7783, 7203, 7030, 7703, 6964, 7385, 6889, 7679, 7484, 7069, 7732, 7484, 7604, 7101, 7817, 7533, 7078, 7601, 7046, 8064, 6988, 8123, 7851, 8063, 7980, 7000, 8141, 7360, 7361, 7941, 7323, 8191, 7205, 7996, 7385, 7304, 7952, 7458, 8034, 7925, 8140, 7816, 7574, 8161, 7724, 7834, 7360, 8004, 7187, 8208, 7584, 7606, 7908, 7142, 7776, 7079, 8187, 7490, 7449, 7694, 7091, 7866, 6951, 7812, 7807, 7108, 8036, 7303, 6925, 7342, 6860, 7884, 7303, 8042, 7566, 7398, 7540, 7482, 8064, 6918, 7303, 7448, 7052, 7998, 7106, 7434, 7618, 6942, 8018, 6713, 7742, 7670, 7279, 8236, 7351, 8285, 7441, 7571, 8024, 7364, 8393, 7986, 7591, 8129, 7443, 8393, 8121, 7404, 8244, 7257, 8181, 7900, 7752, 8215, 7429, 8425, 7318, 7640, 8207, 7472, 8493, 6965, 8130, 8436, 7684, 8438, 7793, 8261, 7123, 8327, 8093, 7717, 7962, 7851, 8224, 8536, 8699, 7800, 8238, 7715, 7240, 8146, 7855, 8708, 7598, 8409, 7651, 7342, 8399, 7204, 8644, 7552, 8272, 8008, 7553, 8518, 7102, 8521, 7961, 7520, 8125, 8075, 8314, 7394, 8907, 8325, 8451, 8322, 7591, 7891, 8240, 7660, 8683, 8268, 8365, 8099, 8017, 8693, 7787, 8759, 7828, 8474, 7920, 7557, 8378, 7393, 8553, 7473, 8494, 7346, 8554, 8284, 8345, 8153, 7889, 8403, 8012, 8744, 6886, 8669, 7782, 8754, 8247, 8435, 8426, 7780, 7783, 8161, 8395, 8482, 8223, 8296, 8156, 7302, 8618, 6998, 8620, 8067, 7959, 8504, 7690, 8080, 8253, 7869, 8683, 7613, 8209, 7949, 8035, 8679, 7737, 7888, 8110, 7394, 8449, 7440, 8267, 8274, 7932, 8711, 7697, 7523, 8069, 7900, 8591, 7661, 8132, 8052, 8088, 8152, 8485, 8680, 8130, 7991, 7966, 7703, 8403, 7371, 8392, 7744, 7929, 8085, 7669, 8299, 7481, 7757, 8031, 7785, 8599, 8357, 8366, 8033, 8417, 8226, 8008, 8214, 7626, 7792, 8071, 7777, 8319, 7383, 8355, 8425, 8089, 8338, 7246, 7987, 8252, 7556, 8428, 7656, 7798, 7615, 7480, 8299, 7820, 8089, 7653, 8407, 7672, 8284, 7768, 7634, 7343, 7472, 7845, 7522, 7898, 7436, 7779, 7830, 7690, 7842, 7346, 8247, 7584, 8001, 7634, 7696, 8075, 7270, 7780, 7866, 8108, 7359, 7226, 7905, 7670, 7937, 7681, 8201, 7797, 7906, 8063, 7920, 8365, 7259, 8018, 7831, 8139, 8054, 7869, 8362, 7202, 8418, 7253, 7712, 7843, 8075, 8190, 7256, 8078, 7397, 8150, 7330, 8057, 7857, 7761, 8321, 7461, 8328, 7602, 7583, 7991, 7363, 8132, 7105, 8082, 7966, 7714, 8291, 7376, 8558, 7725, 7659, 8087, 7654, 8308, 7700, 8238, 7905, 8208, 8132, 7721, 8347, 7709, 8207, 8023, 8392, 8384, 7896, 8186, 8153, 8062, 8543, 8006, 8356, 8252, 7714, 8347, 7883, 8085, 8498, 7660, 8421, 7097, 7807, 7738, 7390, 8212, 7055, 7607, 7212, 7633, 7604, 8078, 7146, 7596, 7361, 7934, 7624, 7704, 7798, 7520, 7909, 7758, 8122, 7693, 7410, 7705, 6862, 7868, 7498, 7716, 7945, 8063, 8169, 7460, 8101, 7695, 7537, 7956, 7458, 8126, 7382, 8247, 8109, 7212, 8189, 7809, 8501, 7461, 7413, 8202, 6811, 8134, 7460, 8419, 8260, 7419, 8099, 7702, 8125, 7944, 7678, 8125, 8068, 7565, 8533, 7339, 8070, 7814, 7868, 8301, 7534, 8414, 7575, 7792, 7883, 7558, 8325, 8043, 7494, 7845, 7344, 8460, 7793, 7839, 8580, 7378, 8315, 7820, 7965, 8346, 7692, 8407, 7052, 8064, 7741, 7687, 8565, 7451, 8078, 7638, 7516, 8498, 7874, 7899, 8199, 7629, 8199, 8106, 8386, 8127, 8050, 8176, 7535, 8257, 7984, 8355, 7576, 8429, 8047, 7390, 8489, 7291, 7827, 8123, 7698, 8234, 6882, 8221, 7324, 7413, 8373, 7793, 8098, 7491, 7852, 8074, 7905, 8422, 7612, 8433, 7737, 8633, 8168, 7987, 8663, 7294, 8023, 7666, 7554, 8305, 7928, 8066, 7733, 7992, 7547, 7739, 8351, 7257, 7868, 7876, 7669, 7916, 7700, 8576, 6973, 8352, 7796, 7886, 7920, 7788, 8470, 7248, 8040, 7803, 7473, 8381, 8361, 8332, 8147, 8020, 7792, 7968, 7941, 7603, 8273, 7046, 8357, 7730, 7777, 7896, 7439, 8044, 7452, 8317, 7362, 7793, 7599, 7252, 8122, 7496, 7849, 6950, 8080, 7862, 8566, 7900, 7467, 8075, 7311, 8344, 7821, 7655, 7779, 7871, 7900, 7617, 8379, 7637, 8399, 8019, 8276, 7913, 8046, 8352, 7315, 7593, 8240, 7911, 8331, 7922, 8070, 7794, 8409, 7583, 7854, 8216, 8483, 8097, 7425, 8337, 7958, 8394, 7715, 8081, 7823, 7998, 8168, 7801, 8462, 7869, 8231, 7711, 8233, 7914, 7783, 8219, 8005, 8471, 7423, 8184, 8231, 7776, 8209, 7599, 8458, 7024, 8178, 7712, 8619, 7560, 7458, 8071, 7800, 8548, 7852, 8666, 7523, 8549, 7395, 8674, 8029, 8135, 7899, 7316, 8246, 7506, 8353, 8185, 8438, 7937, 7032, 7859, 8344, 8271, 7487, 8323, 7537, 7745, 7964, 7568, 8425, 7848, 8316, 7380, 7938, 8091, 7781, 7909, 7205, 7358, 7380, 7257, 7348, 8097, 8512, 7698, 7821, 8808, 7990, 7919, 7909, 6897, 6893, 7332, 6812, 7388, 7676, 8164, 7866, 7456, 7423, 7446, 7750, 7612, 7380, 7838, 6871, 7936, 6736, 7843, 6810, 8239, 7002, 8585, 7097, 8565, 7177, 8481, 7958, 8440, 8455, 8377, 8288, 8136, 7523, 8753, 7590, 8395, 7684, 8307, 8179, 8382, 8363, 8176, 8288, 8046, 8172, 7904, 8124, 7666, 7964, 7791, 7842, 7738, 7788, 7680, 8062, 8236, 8187, 8233, 7646, 7990, 7351, 7888, 7446, 7823, 7698, 7910, 7897, 7547, 8072, 7524, 8437, 8051, 7877, 8026, 7544, 8151, 7429, 8010, 8030, 7758, 7704, 7595, 8183, 7600, 8130, 8164, 7875, 7607, 7693, 8199, 7421, 8055, 8205, 8176, 7781, 7690, 8328, 7380, 8299, 7649, 8017, 7859, 7922, 8124], 'WindowCenter': [4132.0, 4118.0, 4113.0, 4100.0, 4098.0, 4087.0, 4086.0, 4096.0, 4097.0, 4097.0, 4096.0, 4106.0, 4098.0, 4111.0, 4125.0, 4125.0, 4123.0, 4135.0, 4137.0, 4151.0, 4148.0, 4150.0, 4138.0, 4139.0, 4154.0, 4153.0, 4140.0, 4140.0, 4153.0, 4164.0, 4152.0, 4151.0, 4155.0, 4154.0, 4156.0, 4144.0, 4143.0, 4143.0, 4142.0, 4142.0, 4141.0, 4142.0, 4141.0, 4143.0, 4131.0, 4142.0, 4145.0, 4130.0, 4135.0, 4128.0, 4128.0, 4128.0, 4134.0, 4129.0, 4130.0, 4139.0, 4129.0, 4141.0, 4140.0, 4142.0, 4145.0, 4130.0, 4131.0, 4145.0, 4143.0, 4143.0, 4144.0, 4156.0, 4155.0, 4159.0, 4155.0, 4144.0, 4160.0, 4155.0, 4155.0, 4155.0, 4149.0, 4157.0, 4156.0, 4156.0, 4158.0, 4157.0, 4158.0, 4162.0, 4156.0, 4148.0, 4154.0, 4144.0, 4147.0, 4162.0, 4156.0, 4146.0, 4148.0, 4143.0, 4143.0, 4145.0, 4142.0, 4142.0, 4137.0, 4131.0, 4130.0, 4136.0, 4130.0, 4135.0, 4134.0, 4130.0, 4130.0, 4134.0, 4129.0, 4138.0, 4139.0, 4130.0, 4128.0, 4138.0, 4128.0, 4152.0, 4141.0, 4145.0, 4141.0, 4141.0, 4141.0, 4133.0, 4127.0, 4129.0, 4144.0, 4141.0, 4128.0, 4138.0, 4127.0, 4128.0, 4141.0, 4142.0, 4149.0, 4131.0, 4127.0, 4129.0, 4128.0, 4139.0, 4141.0, 4142.0, 4139.0, 4142.0, 4146.0, 4142.0, 4142.0, 4136.0, 4141.0, 4142.0, 4141.0, 4141.0, 4130.0, 4141.0, 4130.0, 4140.0, 4141.0, 4129.0, 4144.0, 4130.0, 4146.0, 4139.0, 4128.0, 4139.0, 4133.0, 4139.0, 4139.0, 4140.0, 4141.0, 4143.0, 4140.0, 4140.0, 4144.0, 4152.0, 4141.0, 4153.0, 4141.0, 4143.0, 4144.0, 4155.0, 4168.0, 4142.0, 4152.0, 4155.0, 4159.0, 4142.0, 4158.0, 4158.0, 4143.0, 4159.0, 4147.0, 4148.0, 4145.0, 4145.0, 4158.0, 4143.0, 4169.0, 4146.0, 4152.0, 4141.0, 4140.0, 4145.0, 4129.0, 4152.0, 4144.0, 4160.0, 4145.0, 4129.0, 4138.0, 4133.0, 4147.0, 4147.0, 4143.0, 4140.0, 4128.0, 4137.0, 4117.0, 4127.0, 4121.0, 4119.0, 4126.0, 4125.0, 4126.0, 4128.0, 4138.0, 4143.0, 4140.0, 4153.0, 4130.0, 4124.0, 4123.0, 4124.0, 4125.0, 4119.0, 4128.0, 4128.0, 4144.0, 4151.0, 4140.0, 4156.0, 4144.0, 4144.0, 4160.0, 4161.0, 4156.0, 4142.0, 4144.0, 4139.0, 4143.0, 4133.0, 4138.0, 4138.0, 4142.0, 4140.0, 4143.0, 4150.0, 4129.0, 4140.0, 4134.0, 4124.0, 4136.0, 4139.0, 4141.0, 4141.0, 4141.0, 4152.0, 4130.0, 4152.0, 4143.0, 4143.0, 4151.0, 4138.0, 4153.0, 4139.0, 4144.0, 4142.0, 4139.0, 4150.0, 4126.0, 4154.0, 4146.0, 4130.0, 4144.0, 4131.0, 4142.0, 4137.0, 4139.0, 4157.0, 4156.0, 4155.0, 4153.0, 4164.0, 4155.0, 4165.0, 4165.0, 4157.0, 4153.0, 4146.0, 4155.0, 4143.0, 4154.0, 4154.0, 4157.0, 4157.0, 4141.0, 4144.0, 4140.0, 4152.0, 4141.0, 4141.0, 4145.0, 4143.0, 4139.0, 4144.0, 4155.0, 4144.0, 4155.0, 4130.0, 4156.0, 4140.0, 4156.0, 4152.0, 4144.0, 4151.0, 4146.0, 4157.0, 4143.0, 4153.0, 4153.0, 4137.0, 4139.0, 4129.0, 4142.0, 4142.0, 4148.0, 4150.0, 4144.0, 4151.0, 4150.0, 4156.0, 4138.0, 4156.0, 4151.0, 4144.0, 4154.0, 4140.0, 4154.0, 4142.0, 4152.0, 4155.0, 4153.0, 4151.0, 4132.0, 4146.0, 4138.0, 4156.0, 4148.0, 4142.0, 4153.0, 4143.0, 4154.0, 4156.0, 4157.0, 4163.0, 4154.0, 4153.0, 4154.0, 4150.0, 4157.0, 4154.0, 4162.0, 4165.0, 4168.0, 4156.0, 4163.0, 4165.0, 4181.0, 4169.0, 4157.0, 4163.0, 4154.0, 4162.0, 4141.0, 4162.0, 4172.0, 4156.0, 4170.0, 4144.0, 4181.0, 4146.0, 4167.0, 4156.0, 4144.0, 4169.0, 4156.0, 4145.0, 4157.0, 4145.0, 4165.0, 4153.0, 4156.0, 4157.0, 4157.0, 4166.0, 4156.0, 4151.0, 4140.0, 4145.0, 4138.0, 4132.0, 4149.0, 4140.0, 4143.0, 4141.0, 4131.0, 4140.0, 4121.0, 4142.0, 4137.0, 4143.0, 4164.0, 4143.0, 4179.0, 4156.0, 4156.0, 4152.0, 4154.0, 4166.0, 4151.0, 4138.0, 4150.0, 4143.0, 4166.0, 4164.0, 4152.0, 4161.0, 4151.0, 4163.0, 4166.0, 4163.0, 4162.0, 4151.0, 4177.0, 4166.0, 4169.0, 4175.0, 4165.0, 4173.0, 4142.0, 4168.0, 4163.0, 4153.0, 4162.0, 4153.0, 4163.0, 4142.0, 4163.0, 4163.0, 4153.0, 4153.0, 4154.0, 4162.0, 4167.0, 4162.0, 4144.0, 4153.0, 4144.0, 4143.0, 4149.0, 4149.0, 4149.0, 4137.0, 4137.0, 4143.0, 4127.0, 4148.0, 4127.0, 4149.0, 4139.0, 4147.0, 4142.0, 4141.0, 4150.0, 4130.0, 4152.0, 4148.0, 4140.0, 4136.0, 4135.0, 4146.0, 4138.0, 4163.0, 4148.0, 4150.0, 4148.0, 4149.0, 4153.0, 4164.0, 4166.0, 4177.0, 4166.0, 4164.0, 4167.0, 4163.0, 4175.0, 4158.0, 4180.0, 4154.0, 4175.0, 4169.0, 4157.0, 4166.0, 4145.0, 4162.0, 4170.0, 4180.0, 4158.0, 4181.0, 4183.0, 4166.0, 4170.0, 4167.0, 4164.0, 4169.0, 4178.0, 4144.0, 4168.0, 4158.0, 4163.0, 4168.0, 4154.0, 4156.0, 4145.0, 4144.0, 4154.0, 4153.0, 4165.0, 4149.0, 4149.0, 4151.0, 4142.0, 4161.0, 4143.0, 4166.0, 4152.0, 4143.0, 4152.0, 4139.0, 4141.0, 4153.0, 4141.0, 4154.0, 4139.0, 4153.0, 4148.0, 4153.0, 4162.0, 4143.0, 4151.0, 4157.0, 4157.0, 4177.0, 4154.0, 4165.0, 4164.0, 4151.0, 4149.0, 4156.0, 4156.0, 4161.0, 4178.0, 4174.0, 4151.0, 4159.0, 4168.0, 4162.0, 4167.0, 4164.0, 4162.0, 4163.0, 4157.0, 4163.0, 4166.0, 4179.0, 4155.0, 4152.0, 4153.0, 4158.0, 4153.0, 4158.0, 4165.0, 4158.0, 4154.0, 4153.0, 4143.0, 4159.0, 4153.0, 4150.0, 4155.0, 4164.0, 4165.0, 4166.0, 4149.0, 4137.0, 4141.0, 4152.0, 4138.0, 4153.0, 4143.0, 4166.0, 4167.0, 4165.0, 4165.0, 4151.0, 4166.0, 4164.0, 4153.0, 4178.0, 4153.0, 4152.0, 4168.0, 4170.0, 4175.0, 4170.0, 4169.0, 4168.0, 4177.0, 4155.0, 4168.0, 4168.0, 4166.0, 4152.0, 4151.0, 4161.0, 4149.0, 4150.0, 4141.0, 4149.0, 4149.0, 4137.0, 4149.0, 4136.0, 4148.0, 4137.0, 4136.0, 4137.0, 4135.0, 4136.0, 4125.0, 4134.0, 4135.0, 4135.0, 4123.0, 4123.0, 4134.0, 4134.0, 4139.0, 4136.0, 4135.0, 4140.0, 4137.0, 4138.0, 4135.0, 4149.0, 4141.0, 4139.0, 4138.0, 4137.0, 4148.0, 4153.0, 4148.0, 4137.0, 4153.0, 4140.0, 4141.0, 4154.0, 4151.0, 4166.0, 4151.0, 4164.0, 4141.0, 4152.0, 4158.0, 4156.0, 4155.0, 4155.0, 4166.0, 4140.0, 4166.0, 4153.0, 4153.0, 4152.0, 4141.0, 4155.0, 4145.0, 4153.0, 4152.0, 4151.0, 4151.0, 4155.0, 4161.0, 4151.0, 4156.0, 4168.0, 4158.0, 4168.0, 4158.0, 4166.0, 4156.0, 4166.0, 4156.0, 4145.0, 4155.0, 4140.0, 4150.0, 4155.0, 4154.0, 4151.0, 4153.0, 4152.0, 4155.0, 4148.0, 4163.0, 4154.0, 4152.0, 4154.0, 4139.0, 4155.0, 4151.0, 4165.0, 4167.0, 4155.0, 4155.0, 4145.0, 4145.0, 4159.0, 4143.0, 4180.0, 4142.0, 4147.0, 4149.0, 4161.0, 4164.0, 4163.0, 4151.0, 4150.0, 4149.0, 4150.0, 4150.0, 4148.0, 4149.0, 4149.0, 4148.0, 4139.0, 4137.0, 4136.0, 4135.0, 4140.0, 4113.0, 4133.0, 4122.0, 4120.0, 4122.0, 4123.0, 4135.0, 4122.0, 4124.0, 4123.0, 4124.0, 4121.0, 4122.0, 4122.0, 4122.0, 4148.0, 4140.0, 4124.0, 4147.0, 4135.0, 4149.0, 4138.0, 4143.0, 4161.0, 4127.0, 4142.0, 4125.0, 4134.0, 4150.0, 4136.0, 4152.0, 4149.0, 4149.0, 4151.0, 4152.0, 4150.0, 4154.0, 4152.0, 4163.0, 4143.0, 4150.0, 4155.0, 4151.0, 4169.0, 4154.0, 4163.0, 4163.0, 4169.0, 4167.0, 4168.0, 4168.0, 4168.0, 4152.0, 4170.0, 4158.0, 4169.0, 4155.0, 4151.0, 4170.0, 4139.0, 4164.0, 4153.0, 4167.0, 4169.0, 4153.0, 4168.0, 4155.0, 4164.0, 4170.0, 4182.0, 4174.0, 4153.0, 4149.0, 4145.0, 4139.0, 4152.0, 4153.0, 4164.0, 4153.0, 4141.0, 4152.0, 4136.0, 4153.0, 4154.0, 4153.0, 4153.0, 4150.0, 4162.0, 4153.0, 4153.0, 4146.0, 4151.0, 4141.0, 4127.0, 4150.0, 4131.0, 4141.0, 4153.0, 4140.0, 4151.0, 4143.0, 4151.0, 4140.0, 4141.0, 4155.0, 4137.0, 4166.0, 4143.0, 4139.0, 4151.0, 4152.0, 4152.0, 4140.0, 4152.0, 4141.0, 4151.0, 4165.0, 4152.0, 4153.0, 4141.0, 4152.0, 4154.0, 4150.0, 4166.0, 4154.0, 4167.0, 4147.0, 4152.0, 4152.0, 4152.0, 4164.0, 4152.0, 4163.0, 4163.0, 4166.0, 4166.0, 4149.0, 4165.0, 4143.0, 4154.0, 4155.0, 4154.0, 4155.0, 4156.0, 4154.0, 4144.0, 4151.0, 4142.0, 4136.0, 4150.0, 4151.0, 4153.0, 4153.0, 4152.0, 4155.0, 4153.0, 4149.0, 4154.0, 4164.0, 4145.0, 4153.0, 4154.0, 4141.0, 4153.0, 4143.0, 4154.0, 4142.0, 4163.0, 4153.0, 4152.0, 4153.0, 4142.0, 4154.0, 4137.0, 4152.0, 4136.0, 4152.0, 4154.0, 4178.0, 4169.0, 4155.0, 4154.0, 4154.0, 4166.0, 4153.0, 4154.0, 4155.0, 4153.0, 4153.0, 4153.0, 4166.0, 4157.0, 4165.0, 4165.0, 4162.0, 4167.0, 4167.0, 4165.0, 4142.0, 4138.0, 4154.0, 4155.0, 4168.0, 4167.0, 4165.0, 4155.0, 4167.0, 4154.0, 4169.0, 4168.0, 4165.0, 4166.0, 4155.0, 4165.0, 4155.0, 4168.0, 4154.0, 4154.0, 4155.0, 4153.0, 4154.0, 4144.0, 4154.0, 4147.0, 4153.0, 4141.0, 4154.0, 4155.0, 4143.0, 4151.0, 4138.0, 4141.0, 4127.0, 4152.0, 4149.0, 4141.0, 4153.0, 4143.0, 4153.0, 4142.0, 4164.0, 4155.0, 4165.0, 4150.0, 4156.0, 4155.0, 4168.0, 4165.0, 4167.0, 4178.0, 4158.0, 4179.0, 4159.0, 4179.0, 4166.0, 4168.0, 4170.0, 4158.0, 4166.0, 4157.0, 4166.0, 4152.0, 4153.0, 4167.0, 4147.0, 4168.0, 4165.0, 4166.0, 4152.0, 4167.0, 4166.0, 4179.0, 4163.0, 4176.0, 4180.0, 4166.0, 4167.0, 4152.0, 4156.0, 4153.0, 4168.0, 4167.0, 4151.0, 4151.0, 4165.0, 4140.0, 4139.0, 4148.0, 4148.0, 4149.0, 4151.0, 4162.0, 4150.0, 4142.0, 4153.0, 4133.0, 4122.0, 4126.0, 4143.0, 4164.0, 4150.0, 4135.0, 4128.0, 4115.0, 4112.0, 4102.0, 4108.0, 4108.0, 4097.0, 4094.0, 4071.0, 4079.0, 4057.0, 4069.0, 4059.0, 4078.0, 4070.0, 4094.0, 4089.0, 4091.0, 4081.0, 4102.0, 4109.0, 4103.0, 4104.0, 4103.0, 4115.0, 4122.0, 4111.0, 4132.0, 4122.0, 4137.0, 4135.0, 4146.0, 4135.0, 4146.0, 4147.0, 4151.0, 4154.0, 4147.0, 4148.0, 4154.0, 4155.0, 4150.0, 4161.0, 4151.0, 4150.0, 4140.0, 4156.0, 4148.0, 4151.0, 4161.0, 4149.0, 4151.0, 4150.0, 4150.0, 4141.0, 4162.0, 4152.0, 4152.0, 4153.0, 4163.0, 4165.0, 4152.0, 4165.0, 4165.0, 4164.0, 4153.0, 4152.0, 4152.0, 4151.0, 4163.0, 4151.0, 4152.0, 4151.0, 4151.0, 4163.0, 4164.0, 4173.0, 4165.0, 4175.0, 4177.0, 4166.0, 4167.0, 4166.0, 4176.0, 4154.0, 4163.0, 4164.0, 4165.0, 4165.0, 4155.0, 4165.0, 4153.0, 4165.0, 4158.0, 4169.0, 4165.0, 4165.0, 4177.0], 'WindowWidth': [9223.0, 9190.0, 9174.0, 9150.0, 9142.0, 9125.0, 9123.0, 9137.0, 9139.0, 9139.0, 9138.0, 9153.0, 9144.0, 9164.0, 9191.0, 9192.0, 9191.0, 9208.0, 9215.0, 9242.0, 9235.0, 9239.0, 9217.0, 9224.0, 9251.0, 9245.0, 9224.0, 9223.0, 9246.0, 9265.0, 9242.0, 9240.0, 9249.0, 9249.0, 9255.0, 9234.0, 9232.0, 9229.0, 9226.0, 9227.0, 9224.0, 9226.0, 9225.0, 9229.0, 9209.0, 9225.0, 9232.0, 9208.0, 9216.0, 9199.0, 9200.0, 9201.0, 9215.0, 9204.0, 9205.0, 9218.0, 9204.0, 9223.0, 9222.0, 9226.0, 9234.0, 9208.0, 9209.0, 9234.0, 9228.0, 9230.0, 9232.0, 9253.0, 9250.0, 9259.0, 9250.0, 9234.0, 9261.0, 9251.0, 9250.0, 9251.0, 9246.0, 9257.0, 9254.0, 9254.0, 9260.0, 9258.0, 9261.0, 9270.0, 9254.0, 9242.0, 9248.0, 9234.0, 9239.0, 9267.0, 9253.0, 9238.0, 9241.0, 9229.0, 9230.0, 9233.0, 9227.0, 9228.0, 9223.0, 9211.0, 9208.0, 9220.0, 9206.0, 9216.0, 9214.0, 9205.0, 9205.0, 9215.0, 9205.0, 9215.0, 9218.0, 9206.0, 9202.0, 9215.0, 9202.0, 9242.0, 9225.0, 9231.0, 9223.0, 9224.0, 9223.0, 9212.0, 9200.0, 9204.0, 9229.0, 9223.0, 9201.0, 9213.0, 9198.0, 9200.0, 9223.0, 9225.0, 9232.0, 9207.0, 9198.0, 9203.0, 9202.0, 9216.0, 9223.0, 9227.0, 9220.0, 9228.0, 9237.0, 9227.0, 9228.0, 9220.0, 9226.0, 9228.0, 9223.0, 9224.0, 9206.0, 9222.0, 9207.0, 9220.0, 9222.0, 9204.0, 9227.0, 9207.0, 9235.0, 9218.0, 9200.0, 9217.0, 9211.0, 9216.0, 9219.0, 9219.0, 9223.0, 9227.0, 9221.0, 9222.0, 9233.0, 9240.0, 9224.0, 9243.0, 9224.0, 9230.0, 9232.0, 9251.0, 9275.0, 9229.0, 9242.0, 9252.0, 9260.0, 9229.0, 9256.0, 9255.0, 9232.0, 9257.0, 9238.0, 9239.0, 9234.0, 9234.0, 9255.0, 9230.0, 9272.0, 9235.0, 9239.0, 9223.0, 9223.0, 9231.0, 9205.0, 9239.0, 9231.0, 9262.0, 9233.0, 9202.0, 9211.0, 9210.0, 9237.0, 9237.0, 9227.0, 9220.0, 9200.0, 9210.0, 9184.0, 9196.0, 9191.0, 9185.0, 9193.0, 9191.0, 9194.0, 9200.0, 9213.0, 9223.0, 9219.0, 9243.0, 9205.0, 9189.0, 9189.0, 9189.0, 9191.0, 9187.0, 9200.0, 9202.0, 9231.0, 9239.0, 9224.0, 9251.0, 9231.0, 9231.0, 9261.0, 9267.0, 9255.0, 9228.0, 9230.0, 9218.0, 9228.0, 9214.0, 9215.0, 9216.0, 9224.0, 9222.0, 9225.0, 9233.0, 9204.0, 9218.0, 9205.0, 9189.0, 9208.0, 9216.0, 9219.0, 9220.0, 9220.0, 9237.0, 9206.0, 9237.0, 9227.0, 9229.0, 9237.0, 9217.0, 9243.0, 9219.0, 9230.0, 9225.0, 9216.0, 9233.0, 9199.0, 9245.0, 9235.0, 9205.0, 9225.0, 9208.0, 9224.0, 9213.0, 9220.0, 9252.0, 9249.0, 9250.0, 9246.0, 9266.0, 9252.0, 9267.0, 9264.0, 9254.0, 9245.0, 9238.0, 9251.0, 9231.0, 9247.0, 9249.0, 9254.0, 9250.0, 9224.0, 9232.0, 9223.0, 9241.0, 9224.0, 9225.0, 9233.0, 9227.0, 9218.0, 9228.0, 9244.0, 9229.0, 9245.0, 9208.0, 9248.0, 9222.0, 9251.0, 9239.0, 9231.0, 9237.0, 9233.0, 9252.0, 9230.0, 9244.0, 9245.0, 9214.0, 9216.0, 9203.0, 9224.0, 9223.0, 9231.0, 9235.0, 9230.0, 9236.0, 9235.0, 9249.0, 9220.0, 9252.0, 9238.0, 9229.0, 9244.0, 9222.0, 9243.0, 9225.0, 9238.0, 9245.0, 9242.0, 9237.0, 9211.0, 9225.0, 9216.0, 9251.0, 9231.0, 9224.0, 9241.0, 9227.0, 9243.0, 9251.0, 9255.0, 9258.0, 9246.0, 9244.0, 9245.0, 9237.0, 9254.0, 9248.0, 9256.0, 9266.0, 9271.0, 9253.0, 9261.0, 9269.0, 9291.0, 9271.0, 9253.0, 9260.0, 9248.0, 9257.0, 9227.0, 9257.0, 9282.0, 9254.0, 9274.0, 9232.0, 9291.0, 9236.0, 9268.0, 9250.0, 9229.0, 9272.0, 9248.0, 9234.0, 9253.0, 9235.0, 9263.0, 9245.0, 9250.0, 9252.0, 9255.0, 9270.0, 9251.0, 9240.0, 9223.0, 9234.0, 9216.0, 9210.0, 9232.0, 9219.0, 9228.0, 9221.0, 9206.0, 9217.0, 9192.0, 9221.0, 9213.0, 9226.0, 9255.0, 9228.0, 9288.0, 9251.0, 9248.0, 9241.0, 9247.0, 9261.0, 9236.0, 9215.0, 9235.0, 9227.0, 9261.0, 9260.0, 9244.0, 9253.0, 9239.0, 9256.0, 9262.0, 9258.0, 9256.0, 9240.0, 9279.0, 9267.0, 9272.0, 9278.0, 9267.0, 9271.0, 9227.0, 9267.0, 9255.0, 9243.0, 9254.0, 9244.0, 9257.0, 9228.0, 9258.0, 9256.0, 9244.0, 9242.0, 9242.0, 9253.0, 9264.0, 9251.0, 9228.0, 9240.0, 9227.0, 9224.0, 9229.0, 9229.0, 9229.0, 9209.0, 9209.0, 9223.0, 9196.0, 9224.0, 9197.0, 9226.0, 9214.0, 9224.0, 9219.0, 9216.0, 9229.0, 9203.0, 9236.0, 9227.0, 9217.0, 9210.0, 9207.0, 9223.0, 9216.0, 9251.0, 9231.0, 9233.0, 9229.0, 9231.0, 9240.0, 9256.0, 9263.0, 9280.0, 9261.0, 9259.0, 9265.0, 9259.0, 9276.0, 9255.0, 9288.0, 9248.0, 9279.0, 9272.0, 9254.0, 9264.0, 9233.0, 9252.0, 9278.0, 9288.0, 9256.0, 9292.0, 9296.0, 9267.0, 9274.0, 9267.0, 9261.0, 9274.0, 9285.0, 9233.0, 9267.0, 9252.0, 9253.0, 9266.0, 9243.0, 9243.0, 9230.0, 9226.0, 9241.0, 9237.0, 9258.0, 9229.0, 9229.0, 9235.0, 9226.0, 9249.0, 9227.0, 9262.0, 9238.0, 9225.0, 9233.0, 9214.0, 9220.0, 9237.0, 9220.0, 9239.0, 9216.0, 9237.0, 9229.0, 9238.0, 9250.0, 9226.0, 9235.0, 9251.0, 9252.0, 9280.0, 9244.0, 9260.0, 9259.0, 9238.0, 9231.0, 9249.0, 9249.0, 9254.0, 9286.0, 9275.0, 9240.0, 9255.0, 9266.0, 9253.0, 9267.0, 9258.0, 9255.0, 9258.0, 9252.0, 9258.0, 9266.0, 9290.0, 9249.0, 9239.0, 9244.0, 9252.0, 9240.0, 9252.0, 9264.0, 9255.0, 9244.0, 9239.0, 9226.0, 9245.0, 9239.0, 9234.0, 9248.0, 9259.0, 9260.0, 9262.0, 9231.0, 9211.0, 9220.0, 9237.0, 9215.0, 9242.0, 9229.0, 9261.0, 9265.0, 9261.0, 9261.0, 9241.0, 9265.0, 9257.0, 9239.0, 9284.0, 9243.0, 9241.0, 9271.0, 9279.0, 9280.0, 9277.0, 9274.0, 9273.0, 9282.0, 9251.0, 9270.0, 9270.0, 9269.0, 9244.0, 9245.0, 9256.0, 9237.0, 9239.0, 9226.0, 9234.0, 9234.0, 9216.0, 9232.0, 9212.0, 9228.0, 9213.0, 9208.0, 9209.0, 9204.0, 9207.0, 9193.0, 9205.0, 9205.0, 9205.0, 9188.0, 9186.0, 9203.0, 9203.0, 9215.0, 9209.0, 9207.0, 9217.0, 9210.0, 9214.0, 9208.0, 9232.0, 9222.0, 9217.0, 9215.0, 9210.0, 9228.0, 9239.0, 9229.0, 9212.0, 9239.0, 9220.0, 9223.0, 9243.0, 9241.0, 9265.0, 9241.0, 9259.0, 9226.0, 9243.0, 9257.0, 9250.0, 9247.0, 9248.0, 9261.0, 9221.0, 9262.0, 9242.0, 9241.0, 9239.0, 9222.0, 9247.0, 9233.0, 9242.0, 9240.0, 9237.0, 9236.0, 9248.0, 9252.0, 9238.0, 9250.0, 9268.0, 9255.0, 9268.0, 9253.0, 9262.0, 9247.0, 9262.0, 9249.0, 9230.0, 9244.0, 9220.0, 9231.0, 9245.0, 9242.0, 9234.0, 9238.0, 9236.0, 9245.0, 9229.0, 9254.0, 9244.0, 9238.0, 9242.0, 9217.0, 9246.0, 9236.0, 9261.0, 9264.0, 9245.0, 9246.0, 9232.0, 9230.0, 9255.0, 9229.0, 9290.0, 9228.0, 9229.0, 9235.0, 9256.0, 9264.0, 9262.0, 9245.0, 9239.0, 9238.0, 9238.0, 9237.0, 9230.0, 9234.0, 9234.0, 9231.0, 9218.0, 9212.0, 9207.0, 9208.0, 9218.0, 9174.0, 9197.0, 9182.0, 9177.0, 9184.0, 9184.0, 9203.0, 9183.0, 9188.0, 9185.0, 9188.0, 9181.0, 9183.0, 9182.0, 9183.0, 9230.0, 9218.0, 9190.0, 9224.0, 9208.0, 9230.0, 9215.0, 9226.0, 9252.0, 9199.0, 9220.0, 9191.0, 9203.0, 9232.0, 9210.0, 9238.0, 9233.0, 9231.0, 9240.0, 9239.0, 9237.0, 9245.0, 9242.0, 9255.0, 9227.0, 9234.0, 9246.0, 9241.0, 9270.0, 9245.0, 9260.0, 9259.0, 9272.0, 9269.0, 9270.0, 9270.0, 9270.0, 9242.0, 9275.0, 9257.0, 9271.0, 9250.0, 9239.0, 9268.0, 9220.0, 9257.0, 9243.0, 9266.0, 9272.0, 9245.0, 9270.0, 9251.0, 9260.0, 9274.0, 9294.0, 9274.0, 9244.0, 9233.0, 9231.0, 9216.0, 9237.0, 9241.0, 9258.0, 9240.0, 9221.0, 9237.0, 9210.0, 9239.0, 9241.0, 9239.0, 9239.0, 9234.0, 9255.0, 9242.0, 9241.0, 9233.0, 9234.0, 9219.0, 9197.0, 9232.0, 9207.0, 9221.0, 9243.0, 9220.0, 9235.0, 9226.0, 9234.0, 9222.0, 9223.0, 9244.0, 9213.0, 9265.0, 9227.0, 9216.0, 9235.0, 9240.0, 9235.0, 9217.0, 9237.0, 9222.0, 9236.0, 9262.0, 9237.0, 9238.0, 9224.0, 9238.0, 9242.0, 9238.0, 9265.0, 9242.0, 9266.0, 9231.0, 9239.0, 9239.0, 9241.0, 9258.0, 9242.0, 9261.0, 9259.0, 9266.0, 9263.0, 9236.0, 9263.0, 9230.0, 9245.0, 9247.0, 9243.0, 9248.0, 9249.0, 9243.0, 9230.0, 9236.0, 9222.0, 9210.0, 9231.0, 9234.0, 9240.0, 9240.0, 9239.0, 9246.0, 9242.0, 9234.0, 9245.0, 9259.0, 9232.0, 9240.0, 9242.0, 9223.0, 9241.0, 9227.0, 9245.0, 9226.0, 9257.0, 9244.0, 9240.0, 9242.0, 9225.0, 9245.0, 9213.0, 9238.0, 9213.0, 9241.0, 9245.0, 9283.0, 9272.0, 9248.0, 9243.0, 9246.0, 9265.0, 9242.0, 9244.0, 9246.0, 9242.0, 9242.0, 9243.0, 9264.0, 9253.0, 9262.0, 9260.0, 9253.0, 9265.0, 9269.0, 9260.0, 9226.0, 9216.0, 9244.0, 9248.0, 9268.0, 9265.0, 9262.0, 9248.0, 9266.0, 9247.0, 9272.0, 9269.0, 9261.0, 9265.0, 9247.0, 9260.0, 9246.0, 9267.0, 9245.0, 9244.0, 9245.0, 9241.0, 9242.0, 9229.0, 9242.0, 9226.0, 9237.0, 9220.0, 9240.0, 9246.0, 9226.0, 9233.0, 9213.0, 9219.0, 9197.0, 9237.0, 9230.0, 9219.0, 9239.0, 9225.0, 9239.0, 9226.0, 9259.0, 9247.0, 9261.0, 9238.0, 9249.0, 9248.0, 9271.0, 9263.0, 9266.0, 9283.0, 9256.0, 9286.0, 9260.0, 9288.0, 9266.0, 9270.0, 9276.0, 9256.0, 9263.0, 9254.0, 9261.0, 9239.0, 9242.0, 9266.0, 9240.0, 9271.0, 9264.0, 9265.0, 9242.0, 9267.0, 9265.0, 9289.0, 9262.0, 9285.0, 9292.0, 9264.0, 9265.0, 9241.0, 9247.0, 9242.0, 9269.0, 9269.0, 9242.0, 9244.0, 9270.0, 9220.0, 9214.0, 9226.0, 9226.0, 9231.0, 9234.0, 9251.0, 9229.0, 9220.0, 9236.0, 9208.0, 9190.0, 9195.0, 9227.0, 9259.0, 9233.0, 9201.0, 9192.0, 9170.0, 9162.0, 9146.0, 9151.0, 9150.0, 9133.0, 9124.0, 9089.0, 9095.0, 9064.0, 9079.0, 9069.0, 9094.0, 9087.0, 9122.0, 9123.0, 9117.0, 9106.0, 9136.0, 9153.0, 9138.0, 9141.0, 9140.0, 9159.0, 9176.0, 9163.0, 9193.0, 9183.0, 9209.0, 9205.0, 9221.0, 9205.0, 9222.0, 9222.0, 9234.0, 9239.0, 9224.0, 9228.0, 9242.0, 9245.0, 9235.0, 9251.0, 9237.0, 9235.0, 9220.0, 9246.0, 9230.0, 9237.0, 9249.0, 9232.0, 9236.0, 9233.0, 9235.0, 9224.0, 9257.0, 9242.0, 9241.0, 9243.0, 9257.0, 9264.0, 9243.0, 9265.0, 9264.0, 9261.0, 9245.0, 9240.0, 9241.0, 9239.0, 9257.0, 9238.0, 9240.0, 9239.0, 9239.0, 9259.0, 9263.0, 9275.0, 9266.0, 9280.0, 9285.0, 9269.0, 9272.0, 9268.0, 9280.0, 9249.0, 9261.0, 9262.0, 9264.0, 9267.0, 9251.0, 9261.0, 9245.0, 9263.0, 9255.0, 9272.0, 9264.0, 9263.0, 9286.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.006590354671280276</td></tr>
<tr><td colspan=3>aqi</td><td>0.04638752828719723</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>34.81342520931598</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1994255750822493</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0889947668138527</td></tr>
<tr><td colspan=3>efc</td><td>0.4569</td></tr>
<tr><td colspan=3>fber</td><td>7035.8423</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.13561682962631094</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>182</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>15.7439446366782</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.564019995312213</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.54066184851681</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8140796601798397</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.337318477239989</td></tr>
<tr><td colspan=3>gcor</td><td>0.0112205</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.018885837867856026</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.032174140214920044</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1156</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.011899008536958</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>29.3836</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>34.7873</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>169.9235</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>43.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>306809.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>847.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>364.2803</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.4396</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>531.2168</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3430.986</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3603.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>69735.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1270.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4487.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>898.072</td></tr>
<tr><td colspan=3>tsnr</td><td>30.441359106451273</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>