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

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

<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0116_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-0116_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-0116_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-0116/figures/sub-0116_ses-02_task-narratives_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0116/figures/sub-0116_ses-02_task-narratives_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0116/figures/sub-0116_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-0116_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-0116/figures/sub-0116_ses-02_task-narratives_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0116/figures/sub-0116_ses-02_task-narratives_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0116/figures/sub-0116_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-0116_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-0116/figures/sub-0116_ses-02_task-narratives_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0116/figures/sub-0116_ses-02_task-narratives_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0116/figures/sub-0116_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-0116_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-0116/figures/sub-0116_ses-02_task-narratives_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0116/figures/sub-0116_ses-02_task-narratives_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0116/figures/sub-0116_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-0116_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-0116/figures/sub-0116_ses-02_task-narratives_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0116/figures/sub-0116_ses-02_task-narratives_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0116/figures/sub-0116_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-0116_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-0116/figures/sub-0116_ses-02_task-narratives_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0116/figures/sub-0116_ses-02_task-narratives_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0116/figures/sub-0116_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-0116_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-0116/figures/sub-0116_ses-02_task-narratives_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0116/figures/sub-0116_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-0116/figures/sub-0116_ses-02_task-narratives_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0116/figures/sub-0116_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-0116/ses-02/func/sub-0116_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>6ee0513e79cd7a9b1eed4a67f207693c</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>09:09:10.377500</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.999527, -0.0237818, -0.0195236, 0.0266973, 0.98576, 0.166027]</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.0977631</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>[4248, -7901, -7246, 455, -99, -405, 249, 172]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>narratives</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>246.769</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>290efbea-f0a4-4888-989e-35f4179459ff||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.6816565990448, 0.07162676751613617, -0.04130241647362709, 109.97234344482422], [0.06380488723516464, 2.644721508026123, 0.44946756958961487, -109.01071166992188], [-0.052380479872226715, -0.4454379081726074, 2.6620054244995117, -47.80448532104492], [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': ['090910.377500', '090910.837500', '090911.297500', '090911.757500', '090912.217500', '090912.677500', '090913.137500', '090913.597500', '090914.057500', '090914.517500', '090914.977500', '090915.437500', '090915.897500', '090916.357500', '090916.817500', '090917.277500', '090917.737500', '090918.197500', '090918.657500', '090919.117500', '090919.577500', '090920.037500', '090920.497500', '090920.957500', '090921.417500', '090921.877500', '090922.337500', '090922.797500', '090923.257500', '090923.717500', '090924.177500', '090924.637500', '090925.097500', '090925.557500', '090926.017500', '090926.477500', '090926.937500', '090927.397500', '090927.857500', '090928.317500', '090928.777500', '090929.237500', '090929.697500', '090930.157500', '090930.617500', '090931.077500', '090931.537500', '090931.997500', '090932.457500', '090932.917500', '090933.377500', '090933.837500', '090934.297500', '090934.757500', '090935.217500', '090935.677500', '090936.137500', '090936.597500', '090937.057500', '090937.517500', '090937.977500', '090938.437500', '090938.897500', '090939.357500', '090939.817500', '090940.277500', '090940.737500', '090941.197500', '090941.657500', '090942.117500', '090942.577500', '090943.037500', '090943.497500', '090943.957500', '090944.417500', '090944.877500', '090945.337500', '090945.797500', '090946.257500', '090946.717500', '090947.177500', '090947.637500', '090948.097500', '090948.557500', '090949.017500', '090949.477500', '090949.937500', '090950.397500', '090950.857500', '090951.317500', '090951.777500', '090952.237500', '090952.697500', '090953.157500', '090953.617500', '090954.077500', '090954.537500', '090954.997500', '090955.457500', '090955.917500', '090956.377500', '090956.837500', '090957.297500', '090957.757500', '090958.217500', '090958.677500', '090959.137500', '090959.597500', '091000.057500', '091000.517500', '091000.977500', '091001.437500', '091001.897500', '091002.357500', '091002.817500', '091003.277500', '091003.737500', '091004.197500', '091004.657500', '091005.117500', '091005.577500', '091006.037500', '091006.497500', '091006.957500', '091007.417500', '091007.877500', '091008.337500', '091008.797500', '091009.257500', '091009.717500', '091010.177500', '091010.637500', '091011.097500', '091011.557500', '091012.017500', '091012.477500', '091012.937500', '091013.397500', '091013.857500', '091014.317500', '091014.777500', '091015.237500', '091015.697500', '091016.157500', '091016.617500', '091017.077500', '091017.537500', '091017.997500', '091018.457500', '091018.917500', '091019.377500', '091019.837500', '091020.297500', '091020.757500', '091021.217500', '091021.677500', '091022.137500', '091022.597500', '091023.057500', '091023.517500', '091023.977500', '091024.437500', '091024.897500', '091025.357500', '091025.817500', '091026.277500', '091026.737500', '091027.197500', '091027.657500', '091028.117500', '091028.577500', '091029.037500', '091029.497500', '091029.957500', '091030.417500', '091030.877500', '091031.337500', '091031.797500', '091032.257500', '091032.717500', '091033.177500', '091033.637500', '091034.097500', '091034.557500', '091035.017500', '091035.477500', '091035.937500', '091036.397500', '091036.857500', '091037.317500', '091037.777500', '091038.237500', '091038.697500', '091039.157500', '091039.617500', '091040.077500', '091040.537500', '091040.997500', '091041.457500', '091041.917500', '091042.377500', '091042.837500', '091043.297500', '091043.757500', '091044.217500', '091044.677500', '091045.137500', '091045.597500', '091046.057500', '091046.517500', '091046.977500', '091047.437500', '091047.897500', '091048.357500', '091048.817500', '091049.277500', '091049.737500', '091050.197500', '091050.657500', '091051.117500', '091051.577500', '091052.037500', '091052.497500', '091052.957500', '091053.417500', '091053.877500', '091054.337500', '091054.797500', '091055.257500', '091055.717500', '091056.177500', '091056.637500', '091057.097500', '091057.557500', '091058.017500', '091058.477500', '091058.937500', '091059.397500', '091059.857500', '091100.317500', '091100.777500', '091101.237500', '091101.697500', '091102.157500', '091102.617500', '091103.077500', '091103.537500', '091103.997500', '091104.457500', '091104.917500', '091105.377500', '091105.837500', '091106.297500', '091106.757500', '091107.217500', '091107.677500', '091108.137500', '091108.597500', '091109.057500', '091109.517500', '091109.977500', '091110.437500', '091110.897500', '091111.357500', '091111.817500', '091112.277500', '091112.737500', '091113.197500', '091113.657500', '091114.117500', '091114.577500', '091115.037500', '091115.497500', '091115.957500', '091116.417500', '091116.877500', '091117.337500', '091117.797500', '091118.257500', '091118.717500', '091119.177500', '091119.637500', '091120.097500', '091120.557500', '091121.017500', '091121.477500', '091121.937500', '091122.397500', '091122.857500', '091123.317500', '091123.777500', '091124.237500', '091124.697500', '091125.157500', '091125.617500', '091126.077500', '091126.537500', '091126.997500', '091127.457500', '091127.917500', '091128.377500', '091128.837500', '091129.297500', '091129.757500', '091130.217500', '091130.677500', '091131.137500', '091131.597500', '091132.057500', '091132.517500', '091132.977500', '091133.437500', '091133.897500', '091134.357500', '091134.817500', '091135.277500', '091135.737500', '091136.197500', '091136.657500', '091137.117500', '091137.577500', '091138.037500', '091138.497500', '091138.957500', '091139.417500', '091139.877500', '091140.337500', '091140.797500', '091141.257500', '091141.717500', '091142.177500', '091142.637500', '091143.097500', '091143.557500', '091144.017500', '091144.477500', '091144.937500', '091145.397500', '091145.857500', '091146.317500', '091146.777500', '091147.237500', '091147.697500', '091148.157500', '091148.617500', '091149.077500', '091149.537500', '091149.997500', '091150.457500', '091150.917500', '091151.377500', '091151.837500', '091152.297500', '091152.757500', '091153.217500', '091153.677500', '091154.137500', '091154.597500', '091155.057500', '091155.517500', '091155.977500', '091156.437500', '091156.897500', '091157.357500', '091157.817500', '091158.277500', '091158.737500', '091159.197500', '091159.657500', '091200.117500', '091200.577500', '091201.037500', '091201.497500', '091201.957500', '091202.417500', '091202.877500', '091203.337500', '091203.797500', '091204.257500', '091204.717500', '091205.177500', '091205.637500', '091206.097500', '091206.557500', '091207.017500', '091207.477500', '091207.937500', '091208.397500', '091208.857500', '091209.317500', '091209.777500', '091210.237500', '091210.697500', '091211.157500', '091211.617500', '091212.077500', '091212.537500', '091212.997500', '091213.457500', '091213.917500', '091214.377500', '091214.837500', '091215.297500', '091215.757500', '091216.217500', '091216.677500', '091217.137500', '091217.597500', '091218.057500', '091218.517500', '091218.977500', '091219.437500', '091219.897500', '091220.357500', '091220.817500', '091221.277500', '091221.737500', '091222.197500', '091222.657500', '091223.117500', '091223.577500', '091224.037500', '091224.497500', '091224.957500', '091225.417500', '091225.877500', '091226.337500', '091226.797500', '091227.257500', '091227.717500', '091228.177500', '091228.637500', '091229.097500', '091229.557500', '091230.017500', '091230.477500', '091230.937500', '091231.397500', '091231.857500', '091232.317500', '091232.777500', '091233.237500', '091233.697500', '091234.157500', '091234.617500', '091235.077500', '091235.537500', '091235.997500', '091236.457500', '091236.917500', '091237.377500', '091237.837500', '091238.297500', '091238.757500', '091239.217500', '091239.677500', '091240.137500', '091240.597500', '091241.057500', '091241.517500', '091241.977500', '091242.437500', '091242.897500', '091243.357500', '091243.817500', '091244.277500', '091244.737500', '091245.197500', '091245.657500', '091246.117500', '091246.577500', '091247.037500', '091247.497500', '091247.957500', '091248.417500', '091248.877500', '091249.337500', '091249.797500', '091250.257500', '091250.717500', '091251.177500', '091251.637500', '091252.097500', '091252.557500', '091253.017500', '091253.477500', '091253.937500', '091254.397500', '091254.857500', '091255.317500', '091255.777500', '091256.237500', '091256.697500', '091257.157500', '091257.617500', '091258.077500', '091258.537500', '091258.997500', '091259.457500', '091259.917500', '091300.377500', '091300.837500', '091301.297500', '091301.757500', '091302.217500', '091302.677500', '091303.137500', '091303.597500', '091304.057500', '091304.517500', '091304.977500', '091305.437500', '091305.897500', '091306.357500', '091306.817500', '091307.277500', '091307.737500', '091308.197500', '091308.657500', '091309.117500', '091309.577500', '091310.037500', '091310.497500', '091310.957500', '091311.417500', '091311.877500', '091312.337500', '091312.797500', '091313.257500', '091313.717500', '091314.177500', '091314.637500', '091315.097500', '091315.557500', '091316.017500', '091316.477500', '091316.937500', '091317.397500', '091317.857500', '091318.317500', '091318.777500', '091319.237500', '091319.697500', '091320.157500', '091320.617500', '091321.077500', '091321.537500', '091321.997500', '091322.457500', '091322.917500', '091323.377500', '091323.837500', '091324.297500', '091324.757500', '091325.217500', '091325.677500', '091326.137500', '091326.597500', '091327.057500', '091327.517500', '091327.977500', '091328.437500', '091328.897500', '091329.357500', '091329.817500', '091330.277500', '091330.737500', '091331.197500', '091331.657500', '091332.117500', '091332.577500', '091333.037500', '091333.497500', '091333.957500', '091334.417500', '091334.877500', '091335.337500', '091335.797500', '091336.257500', '091336.717500', '091337.177500', '091337.637500', '091338.097500', '091338.557500', '091339.017500', '091339.477500', '091339.937500', '091340.397500', '091340.857500', '091341.317500', '091341.777500', '091342.237500', '091342.697500', '091343.157500', '091343.617500', '091344.077500', '091344.537500', '091344.997500', '091345.457500', '091345.917500', '091346.377500', '091346.837500', '091347.297500', '091347.757500', '091348.217500', '091348.677500', '091349.137500', '091349.597500', '091350.057500', '091350.517500', '091350.977500', '091351.437500', '091351.897500', '091352.357500', '091352.817500', '091353.277500', '091353.737500', '091354.197500', '091354.657500', '091355.117500', '091355.577500', '091356.037500', '091356.497500', '091356.957500', '091357.417500', '091357.877500', '091358.337500', '091358.797500', '091359.257500', '091359.717500', '091400.177500', '091400.637500', '091401.097500', '091401.557500', '091402.017500', '091402.477500', '091402.937500', '091403.397500', '091403.857500', '091404.317500', '091404.777500', '091405.237500', '091405.697500', '091406.157500', '091406.617500', '091407.077500', '091407.537500', '091407.997500', '091408.457500', '091408.917500', '091409.377500', '091409.837500', '091410.297500', '091410.757500', '091411.217500', '091411.677500', '091412.137500', '091412.597500', '091413.057500', '091413.517500', '091413.977500', '091414.437500', '091414.897500', '091415.357500', '091415.817500', '091416.277500', '091416.737500', '091417.197500', '091417.657500', '091418.117500', '091418.577500', '091419.037500', '091419.497500', '091419.957500', '091420.417500', '091420.877500', '091421.337500', '091421.797500', '091422.257500', '091422.717500', '091423.177500', '091423.637500', '091424.097500', '091424.557500', '091425.017500', '091425.477500', '091425.937500', '091426.397500', '091426.857500', '091427.317500', '091427.777500', '091428.237500', '091428.697500', '091429.157500', '091429.617500', '091430.077500', '091430.537500', '091430.997500', '091431.457500', '091431.917500', '091432.377500', '091432.837500', '091433.297500', '091433.757500', '091434.217500', '091434.677500', '091435.137500', '091435.597500', '091436.057500', '091436.517500', '091436.977500', '091437.437500', '091437.897500', '091438.357500', '091438.817500', '091439.277500', '091439.737500', '091440.197500', '091440.657500', '091441.117500', '091441.577500', '091442.037500', '091442.497500', '091442.957500', '091443.417500', '091443.877500', '091444.337500', '091444.797500', '091445.257500', '091445.717500', '091446.177500', '091446.637500', '091447.097500', '091447.557500', '091448.017500', '091448.477500', '091448.937500', '091449.397500', '091449.857500', '091450.317500', '091450.777500', '091451.237500', '091451.697500', '091452.157500', '091452.617500', '091453.077500', '091453.537500', '091453.997500', '091454.457500', '091454.917500', '091455.377500', '091455.837500', '091456.297500', '091456.757500', '091457.217500', '091457.677500', '091458.137500', '091458.597500', '091459.057500', '091459.517500', '091459.977500', '091500.437500', '091500.897500', '091501.357500', '091501.817500', '091502.277500', '091502.737500', '091503.197500', '091503.657500', '091504.117500', '091504.577500', '091505.037500', '091505.497500', '091505.957500', '091506.417500', '091506.877500', '091507.337500', '091507.797500', '091508.257500', '091508.717500', '091509.177500', '091509.637500', '091510.097500', '091510.557500', '091511.017500', '091511.477500', '091511.937500', '091512.397500', '091512.857500', '091513.317500', '091513.777500', '091514.237500', '091514.697500', '091515.157500', '091515.617500', '091516.077500', '091516.537500', '091516.997500', '091517.457500', '091517.917500', '091518.377500', '091518.837500', '091519.297500', '091519.757500', '091520.217500', '091520.677500', '091521.137500', '091521.597500', '091522.057500', '091522.517500', '091522.977500', '091523.437500', '091523.897500', '091524.357500', '091524.817500', '091525.277500', '091525.737500', '091526.197500', '091526.657500', '091527.117500', '091527.577500', '091528.037500', '091528.497500', '091528.957500', '091529.417500', '091529.877500', '091530.337500', '091530.797500', '091531.257500', '091531.717500', '091532.177500', '091532.637500', '091533.097500', '091533.557500', '091534.017500', '091534.477500', '091534.937500', '091535.397500', '091535.857500', '091536.317500', '091536.777500', '091537.237500', '091537.697500', '091538.157500', '091538.617500', '091539.077500', '091539.537500', '091539.997500', '091540.457500', '091540.917500', '091541.377500', '091541.837500', '091542.297500', '091542.757500', '091543.217500', '091543.677500', '091544.137500', '091544.597500', '091545.057500', '091545.517500', '091545.977500', '091546.437500', '091546.897500', '091547.357500', '091547.817500', '091548.277500', '091548.737500', '091549.197500', '091549.657500', '091550.117500', '091550.577500', '091551.037500', '091551.497500', '091551.957500', '091552.417500', '091552.877500', '091553.337500', '091553.797500', '091554.257500', '091554.717500', '091555.177500', '091555.637500', '091556.097500', '091556.557500', '091557.017500', '091557.477500', '091557.937500', '091558.397500', '091558.857500', '091559.317500', '091559.777500', '091600.237500', '091600.697500', '091601.157500', '091601.617500', '091602.077500', '091602.537500', '091602.997500', '091603.457500', '091603.917500', '091604.377500', '091604.837500', '091605.297500', '091605.757500', '091606.217500', '091606.677500', '091607.137500', '091607.597500', '091608.057500', '091608.517500', '091608.977500', '091609.437500', '091609.897500', '091610.357500', '091610.817500', '091611.277500', '091611.737500', '091612.197500', '091612.657500', '091613.117500', '091613.577500', '091614.037500', '091614.497500', '091614.957500', '091615.417500', '091615.877500', '091616.337500', '091616.797500', '091617.257500', '091617.717500', '091618.177500', '091618.637500', '091619.097500', '091619.557500', '091620.017500', '091620.477500', '091620.937500', '091621.397500', '091621.857500', '091622.317500', '091622.777500', '091623.237500', '091623.697500', '091624.157500', '091624.617500', '091625.077500', '091625.537500', '091625.997500', '091626.457500', '091626.917500', '091627.377500', '091627.837500', '091628.297500', '091628.757500', '091629.217500', '091629.677500', '091630.137500', '091630.597500', '091631.057500', '091631.517500', '091631.977500', '091632.437500', '091632.897500', '091633.357500', '091633.817500', '091634.277500', '091634.737500', '091635.197500', '091635.657500', '091636.117500', '091636.577500', '091637.037500', '091637.497500', '091637.957500', '091638.417500', '091638.877500', '091639.337500', '091639.797500', '091640.257500', '091640.717500', '091641.177500', '091641.637500', '091642.097500', '091642.557500', '091643.017500', '091643.477500', '091643.937500', '091644.397500', '091644.857500', '091645.317500', '091645.777500', '091646.237500', '091646.697500', '091647.157500', '091647.617500', '091648.077500', '091648.537500', '091648.997500', '091649.457500', '091649.917500', '091650.377500', '091650.837500', '091651.297500', '091651.757500', '091652.217500', '091652.677500', '091653.137500', '091653.597500', '091654.057500', '091654.517500', '091654.977500', '091655.437500', '091655.897500', '091656.357500', '091656.817500', '091657.277500', '091657.737500', '091658.197500', '091658.657500', '091659.117500', '091659.577500', '091700.037500', '091700.497500', '091700.957500', '091701.417500', '091701.877500', '091702.337500', '091702.797500', '091703.257500', '091703.717500', '091704.177500', '091704.637500', '091705.097500', '091705.557500', '091706.017500', '091706.477500', '091706.937500', '091707.397500', '091707.857500', '091708.317500', '091708.777500', '091709.237500', '091709.697500', '091710.157500', '091710.617500', '091711.077500', '091711.537500', '091711.997500', '091712.457500', '091712.917500', '091713.377500', '091713.837500', '091714.297500', '091714.757500', '091715.217500', '091715.677500', '091716.137500', '091716.597500', '091717.057500', '091717.517500', '091717.977500', '091718.437500', '091718.897500', '091719.357500', '091719.817500', '091720.277500', '091720.737500', '091721.197500', '091721.657500', '091722.117500', '091722.577500', '091723.037500', '091723.497500', '091723.957500', '091724.417500', '091724.877500', '091725.337500', '091725.797500', '091726.257500', '091726.717500', '091727.177500', '091727.637500', '091728.097500', '091728.557500', '091729.017500', '091729.477500', '091729.937500', '091730.397500', '091730.857500', '091731.317500', '091731.777500', '091732.237500', '091732.697500', '091733.157500', '091733.617500', '091734.077500', '091734.537500', '091734.997500', '091735.457500', '091735.917500', '091736.377500', '091736.837500', '091737.297500', '091737.757500', '091738.217500', '091738.677500', '091739.137500', '091739.597500', '091740.057500', '091740.517500', '091740.977500', '091741.437500', '091741.897500', '091742.357500', '091742.817500', '091743.277500', '091743.737500', '091744.197500', '091744.657500', '091745.117500', '091745.577500', '091746.037500', '091746.497500', '091746.957500', '091747.417500', '091747.877500', '091748.337500', '091748.797500', '091749.257500', '091749.717500', '091750.177500', '091750.637500', '091751.097500', '091751.557500', '091752.017500', '091752.477500', '091752.937500', '091753.397500', '091753.857500', '091754.317500', '091754.777500', '091755.237500', '091755.697500', '091756.157500', '091756.617500', '091757.077500', '091757.537500', '091757.997500', '091758.457500', '091758.917500', '091759.377500', '091759.837500', '091800.297500', '091800.757500', '091801.217500', '091801.677500'], 'ContentTime': ['090926.383000', '090926.389000', '090926.391000', '090926.394000', '090926.397000', '090926.399000', '090926.402000', '090926.404000', '090926.407000', '090926.409000', '090926.412000', '090926.415000', '090926.424000', '090926.426000', '090926.429000', '090926.431000', '090926.434000', '090926.437000', '090926.439000', '090926.442000', '090926.444000', '090926.447000', '090926.449000', '090926.452000', '090926.454000', '090926.457000', '090926.460000', '090926.462000', '090926.465000', '090926.467000', '090926.470000', '090926.475000', '090926.478000', '090946.340000', '090946.343000', '090946.346000', '090946.348000', '090946.351000', '090946.353000', '090946.356000', '090946.359000', '090946.361000', '090946.364000', '090946.366000', '090946.369000', '090946.371000', '090946.374000', '090946.377000', '090946.379000', '090946.382000', '090946.384000', '090946.387000', '090946.389000', '090946.392000', '090946.394000', '090946.397000', '090946.400000', '090946.402000', '090946.405000', '090946.407000', '090946.410000', '090946.412000', '090946.423000', '090946.426000', '090946.428000', '090946.431000', '090946.433000', '090946.436000', '090946.438000', '090946.441000', '090946.443000', '090946.446000', '090946.448000', '090946.451000', '090946.454000', '090946.456000', '090946.459000', '091006.340000', '091006.343000', '091006.346000', '091006.348000', '091006.351000', '091006.353000', '091006.356000', '091006.359000', '091006.361000', '091006.364000', '091006.366000', '091006.369000', '091006.371000', '091006.374000', '091006.376000', '091006.379000', '091006.382000', '091006.384000', '091006.387000', '091006.389000', '091006.392000', '091006.394000', '091006.397000', '091006.399000', '091006.402000', '091006.405000', '091006.407000', '091006.410000', '091006.412000', '091006.415000', '091006.417000', '091006.420000', '091006.422000', '091006.425000', '091006.427000', '091006.430000', '091006.433000', '091006.435000', '091006.438000', '091006.440000', '091006.443000', '091006.445000', '091006.448000', '091026.340000', '091026.343000', '091026.346000', '091026.348000', '091026.351000', '091026.354000', '091026.356000', '091026.359000', '091026.362000', '091026.365000', '091026.368000', '091026.371000', '091026.375000', '091026.378000', '091026.384000', '091026.387000', '091026.389000', '091026.392000', '091026.395000', '091026.397000', '091026.400000', '091026.402000', '091026.405000', '091026.408000', '091026.410000', '091026.413000', '091026.415000', '091026.418000', '091026.420000', '091026.423000', '091026.426000', '091026.428000', '091026.431000', '091026.433000', '091026.436000', '091026.461000', '091026.464000', '091026.466000', '091026.469000', '091026.471000', '091026.474000', '091026.477000', '091026.479000', '091046.340000', '091046.343000', '091046.346000', '091046.349000', '091046.351000', '091046.354000', '091046.356000', '091046.359000', '091046.362000', '091046.364000', '091046.367000', '091046.369000', '091046.372000', '091046.374000', '091046.377000', '091046.380000', '091046.382000', '091046.385000', '091046.387000', '091046.390000', '091046.392000', '091046.395000', '091046.398000', '091046.400000', '091046.403000', '091046.405000', '091046.408000', '091046.410000', '091046.413000', '091046.416000', '091046.418000', '091046.421000', '091046.423000', '091046.426000', '091046.428000', '091046.431000', '091046.433000', '091046.436000', '091046.439000', '091046.441000', '091046.444000', '091046.446000', '091046.449000', '091046.451000', '091106.340000', '091106.343000', '091106.346000', '091106.348000', '091106.351000', '091106.354000', '091106.356000', '091106.359000', '091106.361000', '091106.364000', '091106.367000', '091106.369000', '091106.372000', '091106.374000', '091106.377000', '091106.379000', '091106.382000', '091106.385000', '091106.387000', '091106.390000', '091106.392000', '091106.395000', '091106.398000', '091106.400000', '091106.403000', '091106.405000', '091106.408000', '091106.410000', '091106.413000', '091106.415000', '091106.418000', '091106.421000', '091106.423000', '091106.426000', '091106.428000', '091106.431000', '091106.434000', '091106.436000', '091106.439000', '091106.441000', '091106.444000', '091106.447000', '091106.449000', '091126.340000', '091126.343000', '091126.346000', '091126.348000', '091126.351000', '091126.354000', '091126.356000', '091126.359000', '091126.361000', '091126.364000', '091126.367000', '091126.369000', '091126.372000', '091126.374000', '091126.377000', '091126.379000', '091126.382000', '091126.385000', '091126.387000', '091126.390000', '091126.392000', '091126.395000', '091126.397000', '091126.400000', '091126.403000', '091126.405000', '091126.408000', '091126.410000', '091126.413000', '091126.415000', '091126.418000', '091126.421000', '091126.423000', '091126.426000', '091126.428000', '091126.431000', '091126.433000', '091126.436000', '091126.439000', '091126.441000', '091126.444000', '091126.446000', '091126.449000', '091126.451000', '091146.341000', '091146.343000', '091146.346000', '091146.349000', '091146.351000', '091146.354000', '091146.356000', '091146.359000', '091146.361000', '091146.364000', '091146.367000', '091146.369000', '091146.372000', '091146.374000', '091146.377000', '091146.386000', '091146.389000', '091146.392000', '091146.394000', '091146.397000', '091146.400000', '091146.402000', '091146.405000', '091146.408000', '091146.411000', '091146.416000', '091146.419000', '091146.422000', '091146.424000', '091146.427000', '091146.430000', '091146.432000', '091146.435000', '091146.437000', '091146.440000', '091146.442000', '091146.445000', '091146.448000', '091146.450000', '091146.461000', '091146.463000', '091146.466000', '091146.468000', '091206.341000', '091206.343000', '091206.346000', '091206.348000', '091206.351000', '091206.354000', '091206.356000', '091206.359000', '091206.361000', '091206.364000', '091206.366000', '091206.369000', '091206.372000', '091206.374000', '091206.377000', '091206.380000', '091206.382000', '091206.385000', '091206.388000', '091206.390000', '091206.393000', '091206.395000', '091206.398000', '091206.401000', '091206.403000', '091206.406000', '091206.408000', '091206.411000', '091206.413000', '091206.416000', '091206.419000', '091206.449000', '091206.452000', '091206.455000', '091206.457000', '091206.460000', '091206.462000', '091206.465000', '091206.467000', '091206.470000', '091206.472000', '091206.475000', '091206.478000', '091206.480000', '091226.341000', '091226.344000', '091226.346000', '091226.349000', '091226.351000', '091226.354000', '091226.357000', '091226.359000', '091226.362000', '091226.364000', '091226.367000', '091226.369000', '091226.372000', '091226.374000', '091226.377000', '091226.380000', '091226.382000', '091226.386000', '091226.388000', '091226.391000', '091226.394000', '091226.396000', '091226.399000', '091226.401000', '091226.404000', '091226.407000', '091226.409000', '091226.412000', '091226.414000', '091226.417000', '091226.420000', '091226.422000', '091226.425000', '091226.427000', '091226.430000', '091226.432000', '091226.435000', '091226.438000', '091226.440000', '091226.443000', '091226.445000', '091226.448000', '091226.450000', '091246.340000', '091246.343000', '091246.346000', '091246.349000', '091246.351000', '091246.354000', '091246.356000', '091246.359000', '091246.361000', '091246.364000', '091246.367000', '091246.369000', '091246.372000', '091246.374000', '091246.377000', '091246.380000', '091246.382000', '091246.385000', '091246.387000', '091246.390000', '091246.392000', '091246.395000', '091246.398000', '091246.400000', '091246.403000', '091246.405000', '091246.408000', '091246.410000', '091246.413000', '091246.416000', '091246.418000', '091246.421000', '091246.423000', '091246.426000', '091246.428000', '091246.431000', '091246.433000', '091246.436000', '091246.439000', '091246.441000', '091246.444000', '091246.446000', '091246.449000', '091246.451000', '091306.340000', '091306.343000', '091306.346000', '091306.348000', '091306.351000', '091306.354000', '091306.356000', '091306.359000', '091306.361000', '091306.364000', '091306.367000', '091306.369000', '091306.372000', '091306.374000', '091306.377000', '091306.380000', '091306.382000', '091306.385000', '091306.387000', '091306.390000', '091306.392000', '091306.395000', '091306.398000', '091306.400000', '091306.403000', '091306.405000', '091306.418000', '091306.421000', '091306.424000', '091306.426000', '091306.429000', '091306.431000', '091306.434000', '091306.436000', '091306.439000', '091306.441000', '091306.444000', '091306.447000', '091306.449000', '091306.452000', '091306.456000', '091306.458000', '091306.461000', '091326.340000', '091326.343000', '091326.346000', '091326.348000', '091326.351000', '091326.354000', '091326.356000', '091326.359000', '091326.361000', '091326.364000', '091326.366000', '091326.369000', '091326.372000', '091326.374000', '091326.377000', '091326.379000', '091326.382000', '091326.385000', '091326.387000', '091326.390000', '091326.392000', '091326.395000', '091326.398000', '091326.400000', '091326.403000', '091326.405000', '091326.408000', '091326.411000', '091326.413000', '091326.416000', '091326.419000', '091326.421000', '091326.424000', '091326.426000', '091326.429000', '091326.432000', '091326.434000', '091326.437000', '091326.439000', '091326.442000', '091326.444000', '091326.447000', '091326.450000', '091326.452000', '091346.341000', '091346.344000', '091346.346000', '091346.349000', '091346.351000', '091346.354000', '091346.357000', '091346.359000', '091346.362000', '091346.364000', '091346.367000', '091346.370000', '091346.388000', '091346.391000', '091346.394000', '091346.396000', '091346.399000', '091346.401000', '091346.404000', '091346.406000', '091346.409000', '091346.412000', '091346.414000', '091346.417000', '091346.420000', '091346.423000', '091346.426000', '091346.429000', '091346.432000', '091346.434000', '091346.437000', '091346.452000', '091346.455000', '091346.457000', '091346.460000', '091346.462000', '091346.465000', '091346.468000', '091346.470000', '091346.473000', '091346.475000', '091346.478000', '091346.481000', '091406.340000', '091406.343000', '091406.346000', '091406.348000', '091406.351000', '091406.354000', '091406.356000', '091406.359000', '091406.361000', '091406.364000', '091406.366000', '091406.369000', '091406.372000', '091406.374000', '091406.377000', '091406.379000', '091406.382000', '091406.385000', '091406.387000', '091406.390000', '091406.392000', '091406.395000', '091406.397000', '091406.400000', '091406.403000', '091406.405000', '091406.408000', '091406.410000', '091406.413000', '091406.415000', '091406.418000', '091406.421000', '091406.423000', '091406.426000', '091406.428000', '091406.431000', '091406.433000', '091406.436000', '091406.439000', '091406.441000', '091406.444000', '091406.447000', '091406.449000', '091406.452000', '091426.341000', '091426.343000', '091426.346000', '091426.349000', '091426.351000', '091426.354000', '091426.356000', '091426.359000', '091426.361000', '091426.364000', '091426.367000', '091426.369000', '091426.372000', '091426.375000', '091426.377000', '091426.380000', '091426.382000', '091426.385000', '091426.387000', '091426.390000', '091426.393000', '091426.395000', '091426.398000', '091426.401000', '091426.403000', '091426.406000', '091426.408000', '091426.411000', '091426.413000', '091426.416000', '091426.419000', '091426.421000', '091426.424000', '091426.426000', '091426.429000', '091426.432000', '091426.434000', '091426.437000', '091426.439000', '091426.442000', '091426.446000', '091426.449000', '091426.451000', '091446.340000', '091446.342000', '091446.345000', '091446.348000', '091446.350000', '091446.353000', '091446.355000', '091446.358000', '091446.360000', '091446.363000', '091446.366000', '091446.368000', '091446.371000', '091446.373000', '091446.376000', '091446.379000', '091446.381000', '091446.384000', '091446.386000', '091446.389000', '091446.392000', '091446.394000', '091446.397000', '091446.399000', '091446.402000', '091446.405000', '091446.407000', '091446.410000', '091446.413000', '091446.415000', '091446.418000', '091446.420000', '091446.423000', '091446.425000', '091446.428000', '091446.431000', '091446.433000', '091446.436000', '091446.438000', '091446.441000', '091446.444000', '091446.446000', '091446.449000', '091446.451000', '091506.340000', '091506.343000', '091506.346000', '091506.348000', '091506.351000', '091506.354000', '091506.356000', '091506.359000', '091506.361000', '091506.364000', '091506.367000', '091506.369000', '091506.372000', '091506.374000', '091506.377000', '091506.379000', '091506.382000', '091506.385000', '091506.387000', '091506.390000', '091506.392000', '091506.395000', '091506.410000', '091506.413000', '091506.415000', '091506.418000', '091506.420000', '091506.424000', '091506.427000', '091506.430000', '091506.432000', '091506.435000', '091506.437000', '091506.440000', '091506.443000', '091506.447000', '091506.450000', '091506.452000', '091506.455000', '091506.457000', '091506.460000', '091506.463000', '091506.465000', '091526.341000', '091526.343000', '091526.346000', '091526.349000', '091526.351000', '091526.354000', '091526.356000', '091526.359000', '091526.362000', '091526.364000', '091526.367000', '091526.369000', '091526.372000', '091526.375000', '091526.377000', '091526.380000', '091526.382000', '091526.385000', '091526.387000', '091526.390000', '091526.393000', '091526.395000', '091526.402000', '091526.405000', '091526.407000', '091526.410000', '091526.412000', '091526.415000', '091526.418000', '091526.420000', '091526.423000', '091526.425000', '091526.428000', '091526.430000', '091526.433000', '091526.436000', '091526.438000', '091526.441000', '091526.443000', '091526.446000', '091526.449000', '091526.451000', '091526.454000', '091526.456000', '091546.341000', '091546.343000', '091546.346000', '091546.349000', '091546.351000', '091546.354000', '091546.357000', '091546.359000', '091546.362000', '091546.364000', '091546.367000', '091546.369000', '091546.372000', '091546.375000', '091546.377000', '091546.380000', '091546.382000', '091546.385000', '091546.387000', '091546.390000', '091546.393000', '091546.395000', '091546.398000', '091546.401000', '091546.403000', '091546.406000', '091546.408000', '091546.411000', '091546.413000', '091546.416000', '091546.418000', '091546.421000', '091546.424000', '091546.426000', '091546.429000', '091546.432000', '091546.434000', '091546.437000', '091546.439000', '091546.442000', '091546.445000', '091546.447000', '091546.450000', '091606.340000', '091606.343000', '091606.346000', '091606.349000', '091606.351000', '091606.354000', '091606.356000', '091606.359000', '091606.362000', '091606.364000', '091606.367000', '091606.369000', '091606.372000', '091606.375000', '091606.377000', '091606.380000', '091606.382000', '091606.385000', '091606.388000', '091606.390000', '091606.393000', '091606.395000', '091606.398000', '091606.401000', '091606.403000', '091606.406000', '091606.408000', '091606.411000', '091606.413000', '091606.416000', '091606.418000', '091606.421000', '091606.424000', '091606.426000', '091606.429000', '091606.431000', '091606.434000', '091606.437000', '091606.439000', '091606.442000', '091606.444000', '091606.447000', '091606.449000', '091606.452000', '091626.341000', '091626.344000', '091626.346000', '091626.349000', '091626.351000', '091626.354000', '091626.357000', '091626.359000', '091626.362000', '091626.364000', '091626.367000', '091626.370000', '091626.372000', '091626.375000', '091626.377000', '091626.380000', '091626.383000', '091626.385000', '091626.388000', '091626.390000', '091626.393000', '091626.396000', '091626.398000', '091626.401000', '091626.403000', '091626.406000', '091626.409000', '091626.411000', '091626.414000', '091626.416000', '091626.419000', '091626.422000', '091626.424000', '091626.450000', '091626.453000', '091626.455000', '091626.458000', '091626.460000', '091626.463000', '091626.466000', '091626.468000', '091626.471000', '091626.474000', '091646.341000', '091646.343000', '091646.346000', '091646.349000', '091646.351000', '091646.354000', '091646.356000', '091646.359000', '091646.362000', '091646.364000', '091646.367000', '091646.369000', '091646.372000', '091646.375000', '091646.377000', '091646.380000', '091646.382000', '091646.385000', '091646.388000', '091646.391000', '091646.393000', '091646.396000', '091646.398000', '091646.401000', '091646.403000', '091646.406000', '091646.409000', '091646.411000', '091646.414000', '091646.416000', '091646.419000', '091646.422000', '091646.424000', '091646.427000', '091646.429000', '091646.432000', '091646.435000', '091646.437000', '091646.440000', '091646.442000', '091646.445000', '091646.448000', '091646.450000', '091646.453000', '091706.339000', '091706.342000', '091706.345000', '091706.347000', '091706.350000', '091706.353000', '091706.355000', '091706.358000', '091706.360000', '091706.363000', '091706.366000', '091706.368000', '091706.371000', '091706.373000', '091706.376000', '091706.379000', '091706.381000', '091706.384000', '091706.386000', '091706.389000', '091706.392000', '091706.394000', '091706.397000', '091706.399000', '091706.402000', '091706.404000', '091706.407000', '091706.410000', '091706.412000', '091706.415000', '091706.417000', '091706.420000', '091706.423000', '091706.425000', '091706.428000', '091706.430000', '091706.433000', '091706.435000', '091706.438000', '091706.441000', '091706.443000', '091706.446000', '091706.448000', '091726.340000', '091726.343000', '091726.346000', '091726.348000', '091726.351000', '091726.354000', '091726.357000', '091726.360000', '091726.363000', '091726.365000', '091726.368000', '091726.371000', '091726.373000', '091726.376000', '091726.378000', '091726.381000', '091726.384000', '091726.386000', '091726.389000', '091726.392000', '091726.394000', '091726.397000', '091726.399000', '091726.402000', '091726.404000', '091726.407000', '091726.410000', '091726.412000', '091726.415000', '091726.418000', '091726.420000', '091726.423000', '091726.425000', '091726.428000', '091726.431000', '091726.433000', '091726.436000', '091726.438000', '091726.441000', '091726.444000', '091726.446000', '091726.449000', '091726.451000', '091746.341000', '091746.344000', '091746.346000', '091746.349000', '091746.352000', '091746.354000', '091746.357000', '091746.359000', '091746.362000', '091746.364000', '091746.367000', '091746.370000', '091746.372000', '091746.375000', '091746.377000', '091746.380000', '091746.383000', '091746.385000', '091746.388000', '091746.390000', '091746.393000', '091746.396000', '091746.398000', '091746.401000', '091746.403000', '091746.406000', '091746.409000', '091746.411000', '091746.414000', '091746.416000', '091746.419000', '091746.431000', '091746.434000', '091746.436000', '091746.439000', '091746.441000', '091746.444000', '091746.447000', '091746.449000', '091746.452000', '091746.454000', '091746.457000', '091746.459000', '091746.462000', '091802.639000', '091802.642000', '091802.644000', '091802.647000', '091802.649000', '091802.652000', '091802.655000', '091802.657000', '091802.660000', '091802.662000', '091802.665000', '091802.668000', '091802.670000', '091802.673000', '091802.675000', '091802.678000', '091802.681000', '091802.683000', '091802.686000', '091802.688000', '091802.691000', '091802.694000', '091802.696000', '091802.699000', '091802.701000', '091802.704000', '091802.706000', '091802.709000', '091802.712000', '091802.714000', '091802.717000', '091802.719000', '091802.722000', '091802.725000', '091802.727000', '091802.730000'], 'InstanceCreationTime': ['090926.383000', '090926.389000', '090926.391000', '090926.394000', '090926.397000', '090926.399000', '090926.402000', '090926.404000', '090926.407000', '090926.409000', '090926.412000', '090926.415000', '090926.424000', '090926.426000', '090926.429000', '090926.431000', '090926.434000', '090926.437000', '090926.439000', '090926.442000', '090926.444000', '090926.447000', '090926.449000', '090926.452000', '090926.454000', '090926.457000', '090926.460000', '090926.462000', '090926.465000', '090926.467000', '090926.470000', '090926.475000', '090926.478000', '090946.340000', '090946.343000', '090946.346000', '090946.348000', '090946.351000', '090946.353000', '090946.356000', '090946.359000', '090946.361000', '090946.364000', '090946.366000', '090946.369000', '090946.371000', '090946.374000', '090946.377000', '090946.379000', '090946.382000', '090946.384000', '090946.387000', '090946.389000', '090946.392000', '090946.394000', '090946.397000', '090946.400000', '090946.402000', '090946.405000', '090946.407000', '090946.410000', '090946.412000', '090946.423000', '090946.426000', '090946.428000', '090946.431000', '090946.433000', '090946.436000', '090946.438000', '090946.441000', '090946.443000', '090946.446000', '090946.448000', '090946.451000', '090946.454000', '090946.456000', '090946.459000', '091006.340000', '091006.343000', '091006.346000', '091006.348000', '091006.351000', '091006.353000', '091006.356000', '091006.359000', '091006.361000', '091006.364000', '091006.366000', '091006.369000', '091006.371000', '091006.374000', '091006.376000', '091006.379000', '091006.382000', '091006.384000', '091006.387000', '091006.389000', '091006.392000', '091006.394000', '091006.397000', '091006.399000', '091006.402000', '091006.405000', '091006.407000', '091006.410000', '091006.412000', '091006.415000', '091006.417000', '091006.420000', '091006.422000', '091006.425000', '091006.427000', '091006.430000', '091006.433000', '091006.435000', '091006.438000', '091006.440000', '091006.443000', '091006.445000', '091006.448000', '091026.340000', '091026.343000', '091026.346000', '091026.348000', '091026.351000', '091026.354000', '091026.356000', '091026.359000', '091026.362000', '091026.365000', '091026.368000', '091026.371000', '091026.375000', '091026.378000', '091026.384000', '091026.387000', '091026.389000', '091026.392000', '091026.395000', '091026.397000', '091026.400000', '091026.402000', '091026.405000', '091026.408000', '091026.410000', '091026.413000', '091026.415000', '091026.418000', '091026.420000', '091026.423000', '091026.426000', '091026.428000', '091026.431000', '091026.433000', '091026.436000', '091026.461000', '091026.464000', '091026.466000', '091026.469000', '091026.471000', '091026.474000', '091026.477000', '091026.479000', '091046.340000', '091046.343000', '091046.346000', '091046.349000', '091046.351000', '091046.354000', '091046.356000', '091046.359000', '091046.362000', '091046.364000', '091046.367000', '091046.369000', '091046.372000', '091046.374000', '091046.377000', '091046.380000', '091046.382000', '091046.385000', '091046.387000', '091046.390000', '091046.392000', '091046.395000', '091046.398000', '091046.400000', '091046.403000', '091046.405000', '091046.408000', '091046.410000', '091046.413000', '091046.416000', '091046.418000', '091046.421000', '091046.423000', '091046.426000', '091046.428000', '091046.431000', '091046.433000', '091046.436000', '091046.439000', '091046.441000', '091046.444000', '091046.446000', '091046.449000', '091046.451000', '091106.340000', '091106.343000', '091106.346000', '091106.348000', '091106.351000', '091106.354000', '091106.356000', '091106.359000', '091106.361000', '091106.364000', '091106.367000', '091106.369000', '091106.372000', '091106.374000', '091106.377000', '091106.379000', '091106.382000', '091106.385000', '091106.387000', '091106.390000', '091106.392000', '091106.395000', '091106.398000', '091106.400000', '091106.403000', '091106.405000', '091106.408000', '091106.410000', '091106.413000', '091106.415000', '091106.418000', '091106.421000', '091106.423000', '091106.426000', '091106.428000', '091106.431000', '091106.434000', '091106.436000', '091106.439000', '091106.441000', '091106.444000', '091106.447000', '091106.449000', '091126.340000', '091126.343000', '091126.346000', '091126.348000', '091126.351000', '091126.354000', '091126.356000', '091126.359000', '091126.361000', '091126.364000', '091126.367000', '091126.369000', '091126.372000', '091126.374000', '091126.377000', '091126.379000', '091126.382000', '091126.385000', '091126.387000', '091126.390000', '091126.392000', '091126.395000', '091126.397000', '091126.400000', '091126.403000', '091126.405000', '091126.408000', '091126.410000', '091126.413000', '091126.415000', '091126.418000', '091126.421000', '091126.423000', '091126.426000', '091126.428000', '091126.431000', '091126.433000', '091126.436000', '091126.439000', '091126.441000', '091126.444000', '091126.446000', '091126.449000', '091126.451000', '091146.341000', '091146.343000', '091146.346000', '091146.349000', '091146.351000', '091146.354000', '091146.356000', '091146.359000', '091146.361000', '091146.364000', '091146.367000', '091146.369000', '091146.372000', '091146.374000', '091146.377000', '091146.386000', '091146.389000', '091146.392000', '091146.394000', '091146.397000', '091146.400000', '091146.402000', '091146.405000', '091146.408000', '091146.411000', '091146.416000', '091146.419000', '091146.422000', '091146.424000', '091146.427000', '091146.430000', '091146.432000', '091146.435000', '091146.437000', '091146.440000', '091146.442000', '091146.445000', '091146.448000', '091146.450000', '091146.461000', '091146.463000', '091146.466000', '091146.468000', '091206.341000', '091206.343000', '091206.346000', '091206.348000', '091206.351000', '091206.354000', '091206.356000', '091206.359000', '091206.361000', '091206.364000', '091206.366000', '091206.369000', '091206.372000', '091206.374000', '091206.377000', '091206.380000', '091206.382000', '091206.385000', '091206.388000', '091206.390000', '091206.393000', '091206.395000', '091206.398000', '091206.401000', '091206.403000', '091206.406000', '091206.408000', '091206.411000', '091206.413000', '091206.416000', '091206.419000', '091206.449000', '091206.452000', '091206.455000', '091206.457000', '091206.460000', '091206.462000', '091206.465000', '091206.467000', '091206.470000', '091206.472000', '091206.475000', '091206.478000', '091206.480000', '091226.341000', '091226.344000', '091226.346000', '091226.349000', '091226.351000', '091226.354000', '091226.357000', '091226.359000', '091226.362000', '091226.364000', '091226.367000', '091226.369000', '091226.372000', '091226.374000', '091226.377000', '091226.380000', '091226.382000', '091226.386000', '091226.388000', '091226.391000', '091226.394000', '091226.396000', '091226.399000', '091226.401000', '091226.404000', '091226.407000', '091226.409000', '091226.412000', '091226.414000', '091226.417000', '091226.420000', '091226.422000', '091226.425000', '091226.427000', '091226.430000', '091226.432000', '091226.435000', '091226.438000', '091226.440000', '091226.443000', '091226.445000', '091226.448000', '091226.450000', '091246.340000', '091246.343000', '091246.346000', '091246.349000', '091246.351000', '091246.354000', '091246.356000', '091246.359000', '091246.361000', '091246.364000', '091246.367000', '091246.369000', '091246.372000', '091246.374000', '091246.377000', '091246.380000', '091246.382000', '091246.385000', '091246.387000', '091246.390000', '091246.392000', '091246.395000', '091246.398000', '091246.400000', '091246.403000', '091246.405000', '091246.408000', '091246.410000', '091246.413000', '091246.416000', '091246.418000', '091246.421000', '091246.423000', '091246.426000', '091246.428000', '091246.431000', '091246.433000', '091246.436000', '091246.439000', '091246.441000', '091246.444000', '091246.446000', '091246.449000', '091246.451000', '091306.340000', '091306.343000', '091306.346000', '091306.348000', '091306.351000', '091306.354000', '091306.356000', '091306.359000', '091306.361000', '091306.364000', '091306.367000', '091306.369000', '091306.372000', '091306.374000', '091306.377000', '091306.380000', '091306.382000', '091306.385000', '091306.387000', '091306.390000', '091306.392000', '091306.395000', '091306.398000', '091306.400000', '091306.403000', '091306.405000', '091306.418000', '091306.421000', '091306.424000', '091306.426000', '091306.429000', '091306.431000', '091306.434000', '091306.436000', '091306.439000', '091306.441000', '091306.444000', '091306.447000', '091306.449000', '091306.452000', '091306.456000', '091306.458000', '091306.461000', '091326.340000', '091326.343000', '091326.346000', '091326.348000', '091326.351000', '091326.354000', '091326.356000', '091326.359000', '091326.361000', '091326.364000', '091326.366000', '091326.369000', '091326.372000', '091326.374000', '091326.377000', '091326.379000', '091326.382000', '091326.385000', '091326.387000', '091326.390000', '091326.392000', '091326.395000', '091326.398000', '091326.400000', '091326.403000', '091326.405000', '091326.408000', '091326.411000', '091326.413000', '091326.416000', '091326.419000', '091326.421000', '091326.424000', '091326.426000', '091326.429000', '091326.432000', '091326.434000', '091326.437000', '091326.439000', '091326.442000', '091326.444000', '091326.447000', '091326.450000', '091326.452000', '091346.341000', '091346.344000', '091346.346000', '091346.349000', '091346.351000', '091346.354000', '091346.357000', '091346.359000', '091346.362000', '091346.364000', '091346.367000', '091346.370000', '091346.388000', '091346.391000', '091346.394000', '091346.396000', '091346.399000', '091346.401000', '091346.404000', '091346.406000', '091346.409000', '091346.412000', '091346.414000', '091346.417000', '091346.420000', '091346.423000', '091346.426000', '091346.429000', '091346.432000', '091346.434000', '091346.437000', '091346.452000', '091346.455000', '091346.457000', '091346.460000', '091346.462000', '091346.465000', '091346.468000', '091346.470000', '091346.473000', '091346.475000', '091346.478000', '091346.481000', '091406.340000', '091406.343000', '091406.346000', '091406.348000', '091406.351000', '091406.354000', '091406.356000', '091406.359000', '091406.361000', '091406.364000', '091406.366000', '091406.369000', '091406.372000', '091406.374000', '091406.377000', '091406.379000', '091406.382000', '091406.385000', '091406.387000', '091406.390000', '091406.392000', '091406.395000', '091406.397000', '091406.400000', '091406.403000', '091406.405000', '091406.408000', '091406.410000', '091406.413000', '091406.415000', '091406.418000', '091406.421000', '091406.423000', '091406.426000', '091406.428000', '091406.431000', '091406.433000', '091406.436000', '091406.439000', '091406.441000', '091406.444000', '091406.447000', '091406.449000', '091406.452000', '091426.341000', '091426.343000', '091426.346000', '091426.349000', '091426.351000', '091426.354000', '091426.356000', '091426.359000', '091426.361000', '091426.364000', '091426.367000', '091426.369000', '091426.372000', '091426.375000', '091426.377000', '091426.380000', '091426.382000', '091426.385000', '091426.387000', '091426.390000', '091426.393000', '091426.395000', '091426.398000', '091426.401000', '091426.403000', '091426.406000', '091426.408000', '091426.411000', '091426.413000', '091426.416000', '091426.419000', '091426.421000', '091426.424000', '091426.426000', '091426.429000', '091426.432000', '091426.434000', '091426.437000', '091426.439000', '091426.442000', '091426.446000', '091426.449000', '091426.451000', '091446.340000', '091446.342000', '091446.345000', '091446.348000', '091446.350000', '091446.353000', '091446.355000', '091446.358000', '091446.360000', '091446.363000', '091446.366000', '091446.368000', '091446.371000', '091446.373000', '091446.376000', '091446.379000', '091446.381000', '091446.384000', '091446.386000', '091446.389000', '091446.392000', '091446.394000', '091446.397000', '091446.399000', '091446.402000', '091446.405000', '091446.407000', '091446.410000', '091446.413000', '091446.415000', '091446.418000', '091446.420000', '091446.423000', '091446.425000', '091446.428000', '091446.431000', '091446.433000', '091446.436000', '091446.438000', '091446.441000', '091446.444000', '091446.446000', '091446.449000', '091446.451000', '091506.340000', '091506.343000', '091506.346000', '091506.348000', '091506.351000', '091506.354000', '091506.356000', '091506.359000', '091506.361000', '091506.364000', '091506.367000', '091506.369000', '091506.372000', '091506.374000', '091506.377000', '091506.379000', '091506.382000', '091506.385000', '091506.387000', '091506.390000', '091506.392000', '091506.395000', '091506.410000', '091506.413000', '091506.415000', '091506.418000', '091506.420000', '091506.424000', '091506.427000', '091506.430000', '091506.432000', '091506.435000', '091506.437000', '091506.440000', '091506.443000', '091506.447000', '091506.450000', '091506.452000', '091506.455000', '091506.457000', '091506.460000', '091506.463000', '091506.465000', '091526.341000', '091526.343000', '091526.346000', '091526.349000', '091526.351000', '091526.354000', '091526.356000', '091526.359000', '091526.362000', '091526.364000', '091526.367000', '091526.369000', '091526.372000', '091526.375000', '091526.377000', '091526.380000', '091526.382000', '091526.385000', '091526.387000', '091526.390000', '091526.393000', '091526.395000', '091526.402000', '091526.405000', '091526.407000', '091526.410000', '091526.412000', '091526.415000', '091526.418000', '091526.420000', '091526.423000', '091526.425000', '091526.428000', '091526.430000', '091526.433000', '091526.436000', '091526.438000', '091526.441000', '091526.443000', '091526.446000', '091526.449000', '091526.451000', '091526.454000', '091526.456000', '091546.341000', '091546.343000', '091546.346000', '091546.349000', '091546.351000', '091546.354000', '091546.357000', '091546.359000', '091546.362000', '091546.364000', '091546.367000', '091546.369000', '091546.372000', '091546.375000', '091546.377000', '091546.380000', '091546.382000', '091546.385000', '091546.387000', '091546.390000', '091546.393000', '091546.395000', '091546.398000', '091546.401000', '091546.403000', '091546.406000', '091546.408000', '091546.411000', '091546.413000', '091546.416000', '091546.418000', '091546.421000', '091546.424000', '091546.426000', '091546.429000', '091546.432000', '091546.434000', '091546.437000', '091546.439000', '091546.442000', '091546.445000', '091546.447000', '091546.450000', '091606.340000', '091606.343000', '091606.346000', '091606.349000', '091606.351000', '091606.354000', '091606.356000', '091606.359000', '091606.362000', '091606.364000', '091606.367000', '091606.369000', '091606.372000', '091606.375000', '091606.377000', '091606.380000', '091606.382000', '091606.385000', '091606.388000', '091606.390000', '091606.393000', '091606.395000', '091606.398000', '091606.401000', '091606.403000', '091606.406000', '091606.408000', '091606.411000', '091606.413000', '091606.416000', '091606.418000', '091606.421000', '091606.424000', '091606.426000', '091606.429000', '091606.431000', '091606.434000', '091606.437000', '091606.439000', '091606.442000', '091606.444000', '091606.447000', '091606.449000', '091606.452000', '091626.341000', '091626.344000', '091626.346000', '091626.349000', '091626.351000', '091626.354000', '091626.357000', '091626.359000', '091626.362000', '091626.364000', '091626.367000', '091626.370000', '091626.372000', '091626.375000', '091626.377000', '091626.380000', '091626.383000', '091626.385000', '091626.388000', '091626.390000', '091626.393000', '091626.396000', '091626.398000', '091626.401000', '091626.403000', '091626.406000', '091626.409000', '091626.411000', '091626.414000', '091626.416000', '091626.419000', '091626.422000', '091626.424000', '091626.450000', '091626.453000', '091626.455000', '091626.458000', '091626.460000', '091626.463000', '091626.466000', '091626.468000', '091626.471000', '091626.474000', '091646.341000', '091646.343000', '091646.346000', '091646.349000', '091646.351000', '091646.354000', '091646.356000', '091646.359000', '091646.362000', '091646.364000', '091646.367000', '091646.369000', '091646.372000', '091646.375000', '091646.377000', '091646.380000', '091646.382000', '091646.385000', '091646.388000', '091646.391000', '091646.393000', '091646.396000', '091646.398000', '091646.401000', '091646.403000', '091646.406000', '091646.409000', '091646.411000', '091646.414000', '091646.416000', '091646.419000', '091646.422000', '091646.424000', '091646.427000', '091646.429000', '091646.432000', '091646.435000', '091646.437000', '091646.440000', '091646.442000', '091646.445000', '091646.448000', '091646.450000', '091646.453000', '091706.339000', '091706.342000', '091706.345000', '091706.347000', '091706.350000', '091706.353000', '091706.355000', '091706.358000', '091706.360000', '091706.363000', '091706.366000', '091706.368000', '091706.371000', '091706.373000', '091706.376000', '091706.379000', '091706.381000', '091706.384000', '091706.386000', '091706.389000', '091706.392000', '091706.394000', '091706.397000', '091706.399000', '091706.402000', '091706.404000', '091706.407000', '091706.410000', '091706.412000', '091706.415000', '091706.417000', '091706.420000', '091706.423000', '091706.425000', '091706.428000', '091706.430000', '091706.433000', '091706.435000', '091706.438000', '091706.441000', '091706.443000', '091706.446000', '091706.448000', '091726.340000', '091726.343000', '091726.346000', '091726.348000', '091726.351000', '091726.354000', '091726.357000', '091726.360000', '091726.363000', '091726.365000', '091726.368000', '091726.371000', '091726.373000', '091726.376000', '091726.378000', '091726.381000', '091726.384000', '091726.386000', '091726.389000', '091726.392000', '091726.394000', '091726.397000', '091726.399000', '091726.402000', '091726.404000', '091726.407000', '091726.410000', '091726.412000', '091726.415000', '091726.418000', '091726.420000', '091726.423000', '091726.425000', '091726.428000', '091726.431000', '091726.433000', '091726.436000', '091726.438000', '091726.441000', '091726.444000', '091726.446000', '091726.449000', '091726.451000', '091746.341000', '091746.344000', '091746.346000', '091746.349000', '091746.352000', '091746.354000', '091746.357000', '091746.359000', '091746.362000', '091746.364000', '091746.367000', '091746.370000', '091746.372000', '091746.375000', '091746.377000', '091746.380000', '091746.383000', '091746.385000', '091746.388000', '091746.390000', '091746.393000', '091746.396000', '091746.398000', '091746.401000', '091746.403000', '091746.406000', '091746.409000', '091746.411000', '091746.414000', '091746.416000', '091746.419000', '091746.431000', '091746.434000', '091746.436000', '091746.439000', '091746.441000', '091746.444000', '091746.447000', '091746.449000', '091746.452000', '091746.454000', '091746.457000', '091746.459000', '091746.462000', '091802.639000', '091802.642000', '091802.644000', '091802.647000', '091802.649000', '091802.652000', '091802.655000', '091802.657000', '091802.660000', '091802.662000', '091802.665000', '091802.668000', '091802.670000', '091802.673000', '091802.675000', '091802.678000', '091802.681000', '091802.683000', '091802.686000', '091802.688000', '091802.691000', '091802.694000', '091802.696000', '091802.699000', '091802.701000', '091802.704000', '091802.706000', '091802.709000', '091802.712000', '091802.714000', '091802.717000', '091802.719000', '091802.722000', '091802.725000', '091802.727000', '091802.730000'], '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': [9957, 10479, 8996, 13164, 10310, 13119, 10191, 10032, 13185, 10163, 13499, 10185, 12988, 10156, 9607, 10488, 10939, 11796, 9184, 12091, 10659, 13716, 9773, 11867, 10326, 11095, 9929, 9471, 10456, 10248, 11382, 10903, 11773, 10445, 14995, 11817, 9254, 10587, 10205, 11375, 10124, 10530, 10088, 9790, 9101, 11630, 10417, 12601, 10458, 14010, 11207, 12229, 10315, 14367, 10691, 16067, 10270, 13824, 11075, 11989, 11061, 11348, 10678, 10840, 9334, 10888, 9774, 10925, 10358, 10750, 9114, 10842, 10728, 10611, 13057, 10455, 13866, 10034, 12642, 10262, 10693, 10406, 10528, 10239, 9515, 10326, 14002, 10448, 12294, 9597, 10162, 9731, 11934, 10264, 10451, 10329, 9147, 11257, 10812, 12470, 9897, 11688, 10708, 8534, 13571, 16000, 11140, 14208, 11595, 12246, 10337, 11356, 10313, 11677, 10818, 10765, 10110, 10829, 9896, 11472, 10151, 11377, 9886, 11787, 9854, 11886, 10006, 12371, 10443, 10667, 9910, 10446, 10360, 10553, 15936, 10993, 13494, 10405, 12251, 9903, 12479, 10410, 11922, 10039, 11778, 10226, 11433, 11268, 10676, 14214, 10362, 11153, 10602, 10556, 10303, 10656, 13195, 10551, 9790, 10303, 11277, 9956, 11584, 9806, 11080, 11592, 10711, 13646, 9652, 11987, 9445, 10749, 10193, 10544, 14998, 10018, 11792, 9464, 11135, 10081, 10565, 10308, 10579, 9985, 10712, 9204, 10865, 10350, 10895, 10273, 12382, 10504, 13745, 9986, 11946, 10093, 11104, 10223, 11907, 10558, 9003, 11047, 10468, 12073, 10075, 13828, 10779, 13687, 10297, 12962, 10538, 13450, 11380, 15889, 10618, 10113, 10258, 9498, 10670, 10813, 10599, 14859, 10322, 12674, 9575, 11344, 10458, 10633, 11762, 10589, 10349, 10756, 14378, 10832, 14258, 10577, 12369, 10816, 11919, 10690, 12614, 10371, 11565, 10406, 10569, 12617, 10807, 12835, 10420, 10931, 10258, 10607, 9959, 10805, 9454, 10779, 10080, 10408, 13989, 10461, 11037, 9749, 10932, 10466, 10952, 14695, 10203, 11950, 10013, 11477, 9531, 10616, 9776, 10575, 10664, 10518, 10564, 10289, 10448, 10314, 14151, 9908, 9902, 10696, 9772, 11008, 10312, 12173, 10057, 12176, 10809, 12075, 10769, 12150, 10124, 10355, 10702, 11140, 11369, 10885, 12090, 10526, 13015, 10803, 10540, 10179, 9463, 11262, 10020, 13962, 10718, 14387, 10944, 11035, 10520, 9604, 11779, 10197, 14483, 10952, 9646, 10542, 13704, 10716, 15988, 10679, 12775, 10467, 11767, 10030, 11954, 10436, 10906, 9980, 11190, 9771, 10674, 10133, 11192, 9862, 10912, 14115, 10718, 12627, 11039, 10969, 10156, 11044, 9885, 11201, 11012, 11059, 9201, 11270, 10124, 11325, 9355, 11358, 10444, 11478, 10334, 11528, 10535, 10951, 14882, 12321, 12290, 11954, 11259, 11280, 10677, 9644, 10537, 13864, 10631, 11807, 10704, 11159, 10430, 10510, 10186, 9211, 15118, 12713, 12597, 14201, 11591, 10349, 10362, 9818, 10301, 10274, 10911, 10122, 13153, 10855, 12606, 10241, 12950, 10729, 12949, 10825, 11365, 10731, 9787, 10467, 9647, 10759, 10481, 11563, 10499, 12766, 10402, 13036, 10437, 13809, 10657, 10417, 10274, 10881, 10626, 11158, 10556, 10346, 10336, 9405, 10608, 10313, 11373, 9526, 11147, 10852, 10996, 10783, 11042, 9156, 10964, 10328, 10260, 9951, 10395, 10171, 10448, 11984, 10680, 11394, 10688, 11268, 10339, 10408, 10639, 10352, 11126, 10739, 11877, 10727, 11155, 12506, 10415, 10653, 10122, 13621, 10501, 12182, 10821, 11442, 10444, 10568, 10426, 10607, 10596, 10195, 10803, 10677, 10868, 14267, 10554, 12174, 10641, 10536, 11252, 10385, 14557, 10842, 13063, 10402, 11699, 10626, 10753, 10865, 10599, 10905, 11203, 10285, 11836, 10812, 10515, 11013, 10567, 14922, 10777, 12019, 10501, 10666, 10497, 10507, 10672, 11046, 10421, 10595, 10509, 10445, 10403, 10361, 9927, 10826, 10753, 11602, 10596, 10713, 11976, 10597, 12953, 10845, 11260, 10373, 9159, 10892, 10824, 11029, 10609, 10858, 10802, 12175, 10647, 11513, 12017, 10451, 11008, 10663, 14492, 10652, 13143, 10582, 11905, 10786, 12903, 10274, 11406, 10785, 11468, 11027, 11704, 10359, 13864, 10673, 12393, 11201, 11549, 10880, 10473, 10834, 10448, 10514, 10660, 10944, 11854, 10451, 12241, 10783, 12553, 10867, 13254, 10885, 10651, 10493, 10963, 10822, 10651, 10184, 10625, 10624, 10706, 12628, 11758, 12421, 11908, 12010, 10558, 11686, 13890, 10887, 9529, 12107, 11002, 10674, 10627, 11713, 14743, 10652, 10373, 13831, 10534, 11005, 14636, 10525, 10772, 10827, 9949, 15155, 10450, 13235, 10172, 9804, 10032, 9151, 12203, 10371, 9758, 9628, 10872, 10906, 10652, 10372, 9532, 10838, 11173, 10647, 11180, 10465, 9224, 10220, 10766, 11924, 10577, 10241, 10195, 11565, 10647, 11190, 11983, 11166, 12994, 10879, 10305, 10796, 10255, 10988, 9689, 13369, 11192, 13230, 10881, 12369, 11229, 12125, 10807, 11189, 11157, 11020, 11104, 11006, 10881, 12249, 10685, 10719, 10502, 12927, 10975, 12125, 10790, 10671, 10711, 9781, 10608, 11318, 11937, 10940, 11670, 12590, 10125, 10581, 9778, 9819, 10236, 10165, 9616, 10551, 10470, 9379, 14345, 11076, 15739, 11188, 11185, 15241, 10300, 15228, 10190, 13983, 10952, 12971, 10423, 9625, 11182, 9616, 12875, 10026, 12785, 10204, 12280, 10319, 11835, 9865, 10331, 9812, 11028, 9492, 13569, 10413, 12484, 10243, 10487, 10531, 10092, 10891, 9727, 9987, 9941, 9982, 9829, 11346, 11219, 10965, 11669, 10365, 9828, 10600, 10662, 10696, 9841, 10605, 10467, 10311, 10462, 11424, 11197, 9495, 10192, 11220, 12325, 10654, 14906, 10465, 10921, 13308, 10799, 14866, 10430, 14612, 11527, 9809, 11593, 9964, 11245, 9962, 13315, 10043, 10274, 10126, 12191, 10272, 12989, 10222, 13616, 10497, 10602, 10312, 10789, 10382, 12469, 10442, 11085, 10431, 9642, 10805, 10256, 11158, 9921, 10925, 10551, 10539, 11145, 10172, 9875, 10400, 10148, 10726, 10119, 10700, 10384, 10948, 12180, 10883, 11771, 10931, 11500, 10394, 10192, 10525, 11202, 10954, 10895, 10828, 10682, 9819, 10544, 10262, 10953, 11862, 11166, 11508, 10672, 11486, 10836, 13847, 10933, 11675, 11136, 11080, 11426, 10562, 11431, 9275, 11290, 9497, 11258, 9976, 11724, 10124, 11865, 10135, 11087, 10046, 10393, 10481, 11348, 12083, 11275, 11335, 9920, 11873, 11593, 11543, 12181, 10228, 12536, 10858, 12011, 10894, 11778, 11527, 11454, 12678, 11151, 11260, 10433, 11533, 10667, 11557, 12307, 11224, 11011, 10896, 11761, 10650, 12178, 10404, 14136, 11053, 11436, 10988, 11350, 11717, 11094, 11383, 9983, 11643, 11036, 11357, 10308, 11037, 10588, 12241, 10759, 12170, 11724, 11107, 12010, 9831, 11468, 9986, 10548, 9892, 11039, 10537, 13668, 11718, 11166, 10732, 10046, 10694, 10379, 11383, 11008, 11936, 11443, 10213, 11200, 10404, 9349, 11593, 8489, 11853, 11309, 10584, 11178, 10414, 11162, 11013, 11004, 10647, 10423, 9681, 10485, 9136, 10972, 11717, 10604, 9575, 11188, 11192, 13604, 11362, 13810, 11910, 10084, 11602, 10522, 13102, 10807, 14977, 10951, 10533, 10952, 10624, 11206, 10313, 11554, 9362, 11171, 9612, 11235, 9625, 11951, 9909, 13548, 10390, 13824, 11011, 12120, 11461, 11605, 10804, 10095, 10951, 9840, 11616, 10558, 12490, 11747, 10668, 10639, 9694, 10323, 10117, 9567, 10449, 14057, 11415, 10063, 10735, 10009, 11449, 11085, 11822, 11612, 11329, 11270, 11364, 10376, 12053, 10008, 11310, 10155, 12068, 10718, 11596, 11423, 13734, 11659, 11942, 11584, 10533, 11361, 10475, 11489, 10143, 12482, 9992, 12021, 10308, 11524, 10193, 12265, 10005, 11681, 9697, 12044, 9653, 12093, 10001, 14535, 11300, 13440, 10958, 10429, 11023, 9939, 11587, 11407, 11079, 11096, 11303, 11807, 10799, 13358, 10745, 10230, 11971, 10350, 10936, 9812, 12397, 9779, 12058, 10517, 11284, 10083, 10856, 10129, 13531, 10517, 12563, 11609, 11449, 11238, 10575, 12045, 9343, 12157, 9993, 10616, 10469, 13950, 10781, 11741, 10754, 10350, 10673, 9369, 11652, 9595, 11807, 10363, 12537, 10536, 13636, 10937, 11434, 10771, 11852, 10720, 14112, 10708, 11155, 10914, 9408, 12395, 10450, 14111, 11088, 11384, 11036, 9844, 11887, 10105, 11798, 9624, 11516, 10156, 11310, 10916, 12291, 11610, 11362, 10202, 10309, 10716, 10254, 11827, 10141, 13861, 10514, 12358, 10938, 11630, 11849, 11662, 10669, 9718, 11280, 9600, 11324, 10320, 10836, 9803, 11033, 9841, 11984, 11613, 11412, 11573, 11163, 13443, 11338, 11372, 11313, 12932, 11546, 12247, 11015, 10359, 11843, 9707, 14037], 'WindowCenter': [4529.0, 4513.0, 4492.0, 4508.0, 4487.0, 4504.0, 4486.0, 4484.0, 4502.0, 4472.0, 4489.0, 4471.0, 4479.0, 4470.0, 4458.0, 4467.0, 4467.0, 4478.0, 4459.0, 4491.0, 4470.0, 4488.0, 4470.0, 4477.0, 4470.0, 4480.0, 4471.0, 4471.0, 4482.0, 4482.0, 4480.0, 4485.0, 4497.0, 4485.0, 4501.0, 4493.0, 4472.0, 4480.0, 4471.0, 4480.0, 4457.0, 4457.0, 4456.0, 4458.0, 4451.0, 4479.0, 4472.0, 4480.0, 4468.0, 4478.0, 4468.0, 4464.0, 4446.0, 4474.0, 4444.0, 4473.0, 4432.0, 4451.0, 4441.0, 4439.0, 4438.0, 4438.0, 4429.0, 4428.0, 4420.0, 4441.0, 4440.0, 4452.0, 4454.0, 4454.0, 4435.0, 4456.0, 4454.0, 4456.0, 4461.0, 4455.0, 4473.0, 4446.0, 4465.0, 4457.0, 4468.0, 4483.0, 4480.0, 4480.0, 4471.0, 4484.0, 4503.0, 4483.0, 4490.0, 4473.0, 4481.0, 4485.0, 4491.0, 4485.0, 4494.0, 4486.0, 4486.0, 4508.0, 4497.0, 4492.0, 4484.0, 4494.0, 4483.0, 4465.0, 4505.0, 4499.0, 4468.0, 4478.0, 4467.0, 4463.0, 4456.0, 4454.0, 4455.0, 4455.0, 4454.0, 4452.0, 4454.0, 4453.0, 4444.0, 4453.0, 4455.0, 4454.0, 4456.0, 4465.0, 4456.0, 4464.0, 4455.0, 4476.0, 4454.0, 4455.0, 4445.0, 4456.0, 4443.0, 4455.0, 4485.0, 4455.0, 4474.0, 4455.0, 4462.0, 4456.0, 4465.0, 4467.0, 4466.0, 4458.0, 4467.0, 4469.0, 4467.0, 4455.0, 4457.0, 4475.0, 4445.0, 4453.0, 4444.0, 4454.0, 4443.0, 4455.0, 4463.0, 4455.0, 4443.0, 4456.0, 4465.0, 4458.0, 4467.0, 4457.0, 4468.0, 4466.0, 4458.0, 4475.0, 4446.0, 4466.0, 4447.0, 4457.0, 4454.0, 4457.0, 4475.0, 4446.0, 4465.0, 4446.0, 4455.0, 4453.0, 4454.0, 4454.0, 4466.0, 4455.0, 4468.0, 4459.0, 4469.0, 4471.0, 4478.0, 4472.0, 4489.0, 4471.0, 4500.0, 4483.0, 4490.0, 4484.0, 4466.0, 4466.0, 4491.0, 4470.0, 4448.0, 4467.0, 4467.0, 4476.0, 4458.0, 4486.0, 4468.0, 4476.0, 4456.0, 4465.0, 4455.0, 4475.0, 4464.0, 4483.0, 4452.0, 4439.0, 4451.0, 4441.0, 4454.0, 4451.0, 4454.0, 4472.0, 4445.0, 4463.0, 4444.0, 4454.0, 4441.0, 4441.0, 4439.0, 4430.0, 4428.0, 4441.0, 4460.0, 4440.0, 4460.0, 4441.0, 4449.0, 4441.0, 4437.0, 4440.0, 4449.0, 4430.0, 4439.0, 4428.0, 4440.0, 4446.0, 4439.0, 4448.0, 4439.0, 4438.0, 4441.0, 4439.0, 4441.0, 4452.0, 4443.0, 4464.0, 4452.0, 4456.0, 4474.0, 4456.0, 4455.0, 4445.0, 4455.0, 4453.0, 4466.0, 4474.0, 4455.0, 4464.0, 4445.0, 4465.0, 4445.0, 4455.0, 4453.0, 4466.0, 4456.0, 4467.0, 4467.0, 4469.0, 4468.0, 4483.0, 4501.0, 4470.0, 4468.0, 4480.0, 4470.0, 4482.0, 4482.0, 4491.0, 4471.0, 4479.0, 4470.0, 4479.0, 4482.0, 4477.0, 4470.0, 4482.0, 4493.0, 4478.0, 4479.0, 4467.0, 4476.0, 4467.0, 4487.0, 4480.0, 4479.0, 4470.0, 4458.0, 4480.0, 4470.0, 4512.0, 4479.0, 4487.0, 4467.0, 4466.0, 4483.0, 4460.0, 4467.0, 4457.0, 4486.0, 4468.0, 4447.0, 4457.0, 4475.0, 4454.0, 4473.0, 4442.0, 4449.0, 4441.0, 4439.0, 4431.0, 4449.0, 4441.0, 4440.0, 4441.0, 4451.0, 4441.0, 4442.0, 4453.0, 4454.0, 4443.0, 4467.0, 4485.0, 4456.0, 4475.0, 4466.0, 4466.0, 4467.0, 4467.0, 4458.0, 4468.0, 4468.0, 4478.0, 4460.0, 4479.0, 4481.0, 4492.0, 4472.0, 4493.0, 4483.0, 4492.0, 4484.0, 4493.0, 4482.0, 4484.0, 4504.0, 4494.0, 4483.0, 4472.0, 4480.0, 4466.0, 4471.0, 4448.0, 4482.0, 4503.0, 4470.0, 4479.0, 4483.0, 4482.0, 4470.0, 4470.0, 4458.0, 4449.0, 4490.0, 4466.0, 4456.0, 4452.0, 4430.0, 4418.0, 4419.0, 4417.0, 4417.0, 4416.0, 4426.0, 4417.0, 4437.0, 4428.0, 4437.0, 4430.0, 4448.0, 4441.0, 4450.0, 4441.0, 4439.0, 4441.0, 4428.0, 4441.0, 4441.0, 4453.0, 4454.0, 4464.0, 4467.0, 4475.0, 4468.0, 4475.0, 4468.0, 4477.0, 4469.0, 4455.0, 4455.0, 4454.0, 4455.0, 4465.0, 4468.0, 4457.0, 4458.0, 4459.0, 4468.0, 4466.0, 4478.0, 4458.0, 4469.0, 4470.0, 4467.0, 4480.0, 4467.0, 4458.0, 4469.0, 4458.0, 4458.0, 4456.0, 4468.0, 4458.0, 4470.0, 4479.0, 4469.0, 4469.0, 4468.0, 4468.0, 4471.0, 4471.0, 4481.0, 4470.0, 4481.0, 4482.0, 4481.0, 4479.0, 4482.0, 4478.0, 4470.0, 4467.0, 4470.0, 4486.0, 4469.0, 4478.0, 4470.0, 4477.0, 4471.0, 4469.0, 4470.0, 4479.0, 4481.0, 4470.0, 4481.0, 4481.0, 4483.0, 4491.0, 4460.0, 4479.0, 4456.0, 4457.0, 4454.0, 4456.0, 4473.0, 4455.0, 4464.0, 4444.0, 4453.0, 4443.0, 4453.0, 4454.0, 4454.0, 4466.0, 4465.0, 4457.0, 4466.0, 4467.0, 4457.0, 4455.0, 4454.0, 4486.0, 4454.0, 4464.0, 4456.0, 4453.0, 4456.0, 4456.0, 4455.0, 4466.0, 4455.0, 4468.0, 4455.0, 4470.0, 4468.0, 4469.0, 4470.0, 4480.0, 4481.0, 4480.0, 4469.0, 4472.0, 4478.0, 4470.0, 4477.0, 4468.0, 4468.0, 4469.0, 4459.0, 4481.0, 4481.0, 4481.0, 4483.0, 4481.0, 4483.0, 4491.0, 4482.0, 4483.0, 4479.0, 4470.0, 4466.0, 4469.0, 4487.0, 4466.0, 4476.0, 4457.0, 4465.0, 4467.0, 4473.0, 4456.0, 4464.0, 4467.0, 4464.0, 4467.0, 4465.0, 4457.0, 4474.0, 4456.0, 4465.0, 4454.0, 4452.0, 4453.0, 4441.0, 4452.0, 4453.0, 4454.0, 4456.0, 4467.0, 4467.0, 4469.0, 4477.0, 4470.0, 4477.0, 4470.0, 4478.0, 4469.0, 4467.0, 4470.0, 4470.0, 4482.0, 4467.0, 4457.0, 4467.0, 4469.0, 4468.0, 4491.0, 4493.0, 4490.0, 4492.0, 4477.0, 4469.0, 4477.0, 4486.0, 4468.0, 4456.0, 4478.0, 4468.0, 4457.0, 4469.0, 4492.0, 4504.0, 4470.0, 4469.0, 4490.0, 4459.0, 4456.0, 4464.0, 4430.0, 4428.0, 4417.0, 4406.0, 4447.0, 4416.0, 4434.0, 4415.0, 4403.0, 4416.0, 4418.0, 4434.0, 4415.0, 4414.0, 4416.0, 4439.0, 4440.0, 4453.0, 4443.0, 4444.0, 4453.0, 4463.0, 4466.0, 4466.0, 4468.0, 4457.0, 4468.0, 4479.0, 4480.0, 4471.0, 4470.0, 4471.0, 4480.0, 4469.0, 4480.0, 4480.0, 4483.0, 4489.0, 4471.0, 4470.0, 4480.0, 4469.0, 4481.0, 4459.0, 4489.0, 4480.0, 4479.0, 4470.0, 4478.0, 4469.0, 4468.0, 4458.0, 4456.0, 4467.0, 4455.0, 4466.0, 4457.0, 4467.0, 4467.0, 4470.0, 4456.0, 4468.0, 4477.0, 4468.0, 4478.0, 4468.0, 4470.0, 4483.0, 4481.0, 4481.0, 4492.0, 4493.0, 4482.0, 4480.0, 4505.0, 4483.0, 4481.0, 4469.0, 4467.0, 4469.0, 4466.0, 4460.0, 4469.0, 4482.0, 4475.0, 4502.0, 4470.0, 4488.0, 4467.0, 4455.0, 4474.0, 4431.0, 4460.0, 4417.0, 4436.0, 4414.0, 4425.0, 4402.0, 4391.0, 4411.0, 4390.0, 4409.0, 4400.0, 4419.0, 4400.0, 4420.0, 4414.0, 4433.0, 4416.0, 4426.0, 4429.0, 4439.0, 4432.0, 4461.0, 4443.0, 4462.0, 4443.0, 4442.0, 4454.0, 4442.0, 4453.0, 4445.0, 4456.0, 4456.0, 4456.0, 4457.0, 4479.0, 4477.0, 4479.0, 4488.0, 4482.0, 4471.0, 4482.0, 4492.0, 4494.0, 4485.0, 4497.0, 4494.0, 4485.0, 4482.0, 4481.0, 4491.0, 4472.0, 4484.0, 4483.0, 4493.0, 4501.0, 4506.0, 4472.0, 4483.0, 4504.0, 4485.0, 4502.0, 4458.0, 4478.0, 4454.0, 4433.0, 4441.0, 4431.0, 4440.0, 4432.0, 4461.0, 4431.0, 4428.0, 4429.0, 4438.0, 4430.0, 4448.0, 4442.0, 4461.0, 4442.0, 4440.0, 4454.0, 4453.0, 4455.0, 4464.0, 4455.0, 4455.0, 4455.0, 4444.0, 4456.0, 4455.0, 4466.0, 4455.0, 4469.0, 4467.0, 4469.0, 4469.0, 4459.0, 4456.0, 4466.0, 4458.0, 4467.0, 4469.0, 4481.0, 4470.0, 4480.0, 4478.0, 4480.0, 4479.0, 4481.0, 4490.0, 4482.0, 4469.0, 4480.0, 4480.0, 4481.0, 4471.0, 4470.0, 4469.0, 4471.0, 4468.0, 4457.0, 4468.0, 4466.0, 4468.0, 4465.0, 4466.0, 4466.0, 4468.0, 4478.0, 4458.0, 4465.0, 4454.0, 4455.0, 4465.0, 4455.0, 4465.0, 4434.0, 4451.0, 4433.0, 4451.0, 4444.0, 4464.0, 4455.0, 4463.0, 4456.0, 4465.0, 4456.0, 4457.0, 4471.0, 4482.0, 4479.0, 4479.0, 4480.0, 4458.0, 4491.0, 4479.0, 4492.0, 4491.0, 4472.0, 4479.0, 4470.0, 4480.0, 4467.0, 4479.0, 4464.0, 4466.0, 4465.0, 4455.0, 4453.0, 4453.0, 4452.0, 4444.0, 4454.0, 4463.0, 4453.0, 4452.0, 4454.0, 4463.0, 4454.0, 4463.0, 4456.0, 4475.0, 4455.0, 4452.0, 4455.0, 4452.0, 4454.0, 4453.0, 4464.0, 4443.0, 4466.0, 4454.0, 4467.0, 4458.0, 4467.0, 4469.0, 4465.0, 4467.0, 4464.0, 4466.0, 4463.0, 4475.0, 4457.0, 4478.0, 4459.0, 4468.0, 4458.0, 4467.0, 4469.0, 4477.0, 4479.0, 4469.0, 4466.0, 4448.0, 4458.0, 4458.0, 4467.0, 4467.0, 4478.0, 4477.0, 4459.0, 4466.0, 4470.0, 4460.0, 4493.0, 4473.0, 4517.0, 4508.0, 4495.0, 4495.0, 4496.0, 4496.0, 4496.0, 4496.0, 4482.0, 4483.0, 4471.0, 4483.0, 4475.0, 4486.0, 4479.0, 4471.0, 4460.0, 4471.0, 4482.0, 4491.0, 4480.0, 4490.0, 4467.0, 4446.0, 4452.0, 4444.0, 4462.0, 4454.0, 4474.0, 4443.0, 4431.0, 4442.0, 4441.0, 4441.0, 4431.0, 4440.0, 4421.0, 4439.0, 4431.0, 4439.0, 4430.0, 4450.0, 4433.0, 4460.0, 4442.0, 4461.0, 4441.0, 4451.0, 4453.0, 4451.0, 4442.0, 4444.0, 4441.0, 4433.0, 4451.0, 4443.0, 4452.0, 4453.0, 4443.0, 4454.0, 4433.0, 4444.0, 4455.0, 4446.0, 4470.0, 4485.0, 4479.0, 4459.0, 4469.0, 4458.0, 4468.0, 4469.0, 4480.0, 4479.0, 4492.0, 4482.0, 4493.0, 4471.0, 4492.0, 4471.0, 4494.0, 4484.0, 4491.0, 4472.0, 4480.0, 4482.0, 4488.0, 4480.0, 4469.0, 4469.0, 4457.0, 4467.0, 4457.0, 4467.0, 4457.0, 4475.0, 4457.0, 4465.0, 4456.0, 4465.0, 4456.0, 4463.0, 4456.0, 4466.0, 4445.0, 4465.0, 4446.0, 4464.0, 4447.0, 4476.0, 4457.0, 4465.0, 4442.0, 4441.0, 4453.0, 4440.0, 4464.0, 4464.0, 4479.0, 4478.0, 4481.0, 4490.0, 4494.0, 4491.0, 4468.0, 4459.0, 4468.0, 4458.0, 4468.0, 4458.0, 4466.0, 4446.0, 4466.0, 4455.0, 4455.0, 4455.0, 4452.0, 4446.0, 4464.0, 4443.0, 4452.0, 4453.0, 4452.0, 4452.0, 4442.0, 4452.0, 4433.0, 4451.0, 4431.0, 4438.0, 4442.0, 4458.0, 4452.0, 4452.0, 4453.0, 4442.0, 4443.0, 4432.0, 4452.0, 4432.0, 4451.0, 4444.0, 4461.0, 4455.0, 4461.0, 4454.0, 4454.0, 4456.0, 4465.0, 4467.0, 4477.0, 4446.0, 4444.0, 4443.0, 4434.0, 4453.0, 4445.0, 4475.0, 4455.0, 4453.0, 4455.0, 4444.0, 4477.0, 4456.0, 4478.0, 4459.0, 4467.0, 4469.0, 4465.0, 4468.0, 4475.0, 4469.0, 4467.0, 4457.0, 4457.0, 4454.0, 4457.0, 4466.0, 4470.0, 4476.0, 4455.0, 4464.0, 4456.0, 4465.0, 4467.0, 4467.0, 4457.0, 4445.0, 4454.0, 4445.0, 4454.0, 4455.0, 4468.0, 4458.0, 4468.0, 4459.0, 4489.0, 4479.0, 4492.0, 4479.0, 4482.0, 4490.0, 4482.0, 4470.0, 4482.0, 4479.0, 4480.0, 4480.0, 4469.0, 4457.0, 4466.0, 4447.0, 4475.0], 'WindowWidth': [9958.0, 9923.0, 9890.0, 9905.0, 9873.0, 9891.0, 9870.0, 9864.0, 9886.0, 9844.0, 9862.0, 9838.0, 9847.0, 9836.0, 9816.0, 9828.0, 9827.0, 9843.0, 9822.0, 9868.0, 9837.0, 9857.0, 9836.0, 9841.0, 9837.0, 9851.0, 9842.0, 9841.0, 9856.0, 9858.0, 9853.0, 9866.0, 9884.0, 9864.0, 9885.0, 9876.0, 9846.0, 9853.0, 9843.0, 9853.0, 9814.0, 9814.0, 9812.0, 9819.0, 9812.0, 9849.0, 9842.0, 9852.0, 9834.0, 9848.0, 9830.0, 9817.0, 9796.0, 9833.0, 9790.0, 9831.0, 9771.0, 9794.0, 9779.0, 9772.0, 9772.0, 9769.0, 9761.0, 9758.0, 9750.0, 9779.0, 9780.0, 9797.0, 9806.0, 9804.0, 9782.0, 9811.0, 9804.0, 9809.0, 9811.0, 9807.0, 9828.0, 9797.0, 9821.0, 9816.0, 9831.0, 9860.0, 9852.0, 9854.0, 9843.0, 9865.0, 9888.0, 9862.0, 9865.0, 9846.0, 9857.0, 9866.0, 9867.0, 9868.0, 9879.0, 9871.0, 9872.0, 9902.0, 9883.0, 9874.0, 9865.0, 9878.0, 9864.0, 9840.0, 9895.0, 9882.0, 9832.0, 9844.0, 9827.0, 9816.0, 9809.0, 9804.0, 9808.0, 9807.0, 9804.0, 9798.0, 9805.0, 9801.0, 9793.0, 9802.0, 9809.0, 9804.0, 9811.0, 9820.0, 9812.0, 9821.0, 9810.0, 9839.0, 9806.0, 9807.0, 9792.0, 9808.0, 9788.0, 9808.0, 9852.0, 9807.0, 9830.0, 9808.0, 9815.0, 9810.0, 9821.0, 9827.0, 9824.0, 9816.0, 9826.0, 9833.0, 9831.0, 9808.0, 9811.0, 9834.0, 9792.0, 9799.0, 9789.0, 9804.0, 9785.0, 9806.0, 9816.0, 9805.0, 9787.0, 9810.0, 9821.0, 9817.0, 9829.0, 9814.0, 9828.0, 9824.0, 9815.0, 9836.0, 9799.0, 9824.0, 9798.0, 9812.0, 9805.0, 9812.0, 9836.0, 9797.0, 9821.0, 9796.0, 9806.0, 9802.0, 9805.0, 9805.0, 9824.0, 9809.0, 9829.0, 9821.0, 9832.0, 9840.0, 9847.0, 9843.0, 9863.0, 9841.0, 9879.0, 9861.0, 9867.0, 9860.0, 9826.0, 9829.0, 9869.0, 9837.0, 9806.0, 9828.0, 9829.0, 9839.0, 9819.0, 9855.0, 9832.0, 9841.0, 9813.0, 9822.0, 9810.0, 9839.0, 9821.0, 9848.0, 9801.0, 9779.0, 9797.0, 9785.0, 9807.0, 9798.0, 9805.0, 9830.0, 9793.0, 9816.0, 9791.0, 9804.0, 9781.0, 9781.0, 9775.0, 9763.0, 9759.0, 9780.0, 9805.0, 9778.0, 9806.0, 9780.0, 9787.0, 9780.0, 9771.0, 9779.0, 9791.0, 9764.0, 9776.0, 9757.0, 9777.0, 9782.0, 9776.0, 9788.0, 9775.0, 9773.0, 9782.0, 9777.0, 9785.0, 9799.0, 9790.0, 9820.0, 9802.0, 9811.0, 9834.0, 9810.0, 9809.0, 9793.0, 9808.0, 9803.0, 9823.0, 9833.0, 9808.0, 9818.0, 9794.0, 9819.0, 9793.0, 9808.0, 9805.0, 9825.0, 9812.0, 9828.0, 9829.0, 9836.0, 9831.0, 9860.0, 9880.0, 9837.0, 9834.0, 9851.0, 9841.0, 9858.0, 9859.0, 9868.0, 9842.0, 9850.0, 9838.0, 9848.0, 9856.0, 9844.0, 9836.0, 9862.0, 9878.0, 9847.0, 9849.0, 9830.0, 9840.0, 9832.0, 9860.0, 9852.0, 9851.0, 9838.0, 9821.0, 9852.0, 9839.0, 9901.0, 9853.0, 9860.0, 9831.0, 9828.0, 9861.0, 9820.0, 9829.0, 9813.0, 9856.0, 9831.0, 9800.0, 9815.0, 9835.0, 9804.0, 9832.0, 9783.0, 9790.0, 9780.0, 9775.0, 9767.0, 9789.0, 9782.0, 9781.0, 9784.0, 9795.0, 9782.0, 9784.0, 9803.0, 9804.0, 9790.0, 9827.0, 9850.0, 9813.0, 9837.0, 9827.0, 9825.0, 9829.0, 9829.0, 9818.0, 9831.0, 9831.0, 9845.0, 9824.0, 9850.0, 9857.0, 9872.0, 9847.0, 9874.0, 9863.0, 9872.0, 9864.0, 9875.0, 9859.0, 9864.0, 9893.0, 9875.0, 9851.0, 9831.0, 9849.0, 9824.0, 9836.0, 9802.0, 9858.0, 9889.0, 9836.0, 9848.0, 9858.0, 9856.0, 9837.0, 9837.0, 9817.0, 9805.0, 9865.0, 9824.0, 9807.0, 9798.0, 9762.0, 9740.0, 9743.0, 9739.0, 9740.0, 9736.0, 9750.0, 9739.0, 9767.0, 9755.0, 9768.0, 9763.0, 9785.0, 9779.0, 9791.0, 9781.0, 9775.0, 9779.0, 9761.0, 9781.0, 9782.0, 9802.0, 9807.0, 9818.0, 9828.0, 9835.0, 9829.0, 9836.0, 9830.0, 9841.0, 9833.0, 9808.0, 9808.0, 9803.0, 9809.0, 9823.0, 9829.0, 9815.0, 9817.0, 9819.0, 9830.0, 9828.0, 9845.0, 9819.0, 9833.0, 9837.0, 9829.0, 9850.0, 9830.0, 9817.0, 9832.0, 9815.0, 9815.0, 9813.0, 9830.0, 9817.0, 9837.0, 9847.0, 9833.0, 9832.0, 9830.0, 9830.0, 9838.0, 9839.0, 9852.0, 9839.0, 9855.0, 9856.0, 9854.0, 9851.0, 9858.0, 9847.0, 9836.0, 9826.0, 9837.0, 9854.0, 9836.0, 9847.0, 9837.0, 9842.0, 9838.0, 9834.0, 9838.0, 9849.0, 9854.0, 9838.0, 9854.0, 9855.0, 9861.0, 9871.0, 9823.0, 9847.0, 9810.0, 9810.0, 9803.0, 9808.0, 9830.0, 9806.0, 9816.0, 9790.0, 9799.0, 9788.0, 9800.0, 9804.0, 9804.0, 9825.0, 9821.0, 9814.0, 9823.0, 9826.0, 9814.0, 9807.0, 9808.0, 9851.0, 9806.0, 9817.0, 9809.0, 9801.0, 9809.0, 9811.0, 9808.0, 9823.0, 9808.0, 9828.0, 9809.0, 9836.0, 9831.0, 9835.0, 9838.0, 9852.0, 9854.0, 9850.0, 9835.0, 9844.0, 9842.0, 9833.0, 9844.0, 9830.0, 9830.0, 9833.0, 9821.0, 9855.0, 9857.0, 9856.0, 9862.0, 9855.0, 9862.0, 9869.0, 9858.0, 9859.0, 9848.0, 9834.0, 9824.0, 9831.0, 9857.0, 9826.0, 9840.0, 9813.0, 9821.0, 9825.0, 9831.0, 9812.0, 9821.0, 9826.0, 9819.0, 9827.0, 9821.0, 9812.0, 9833.0, 9811.0, 9822.0, 9803.0, 9798.0, 9800.0, 9782.0, 9800.0, 9801.0, 9807.0, 9811.0, 9828.0, 9827.0, 9834.0, 9842.0, 9837.0, 9842.0, 9836.0, 9846.0, 9834.0, 9828.0, 9836.0, 9837.0, 9856.0, 9829.0, 9815.0, 9829.0, 9833.0, 9834.0, 9868.0, 9874.0, 9866.0, 9869.0, 9844.0, 9836.0, 9843.0, 9857.0, 9831.0, 9815.0, 9845.0, 9830.0, 9815.0, 9836.0, 9872.0, 9889.0, 9836.0, 9835.0, 9868.0, 9820.0, 9810.0, 9819.0, 9764.0, 9757.0, 9740.0, 9722.0, 9780.0, 9736.0, 9759.0, 9732.0, 9716.0, 9737.0, 9745.0, 9759.0, 9734.0, 9733.0, 9740.0, 9777.0, 9779.0, 9801.0, 9787.0, 9790.0, 9804.0, 9817.0, 9827.0, 9825.0, 9829.0, 9816.0, 9831.0, 9849.0, 9850.0, 9840.0, 9837.0, 9840.0, 9851.0, 9836.0, 9851.0, 9849.0, 9857.0, 9862.0, 9840.0, 9836.0, 9851.0, 9836.0, 9854.0, 9822.0, 9862.0, 9851.0, 9848.0, 9837.0, 9845.0, 9833.0, 9831.0, 9816.0, 9808.0, 9826.0, 9807.0, 9824.0, 9813.0, 9830.0, 9825.0, 9833.0, 9812.0, 9832.0, 9843.0, 9833.0, 9845.0, 9832.0, 9837.0, 9861.0, 9856.0, 9854.0, 9874.0, 9874.0, 9858.0, 9850.0, 9895.0, 9864.0, 9856.0, 9836.0, 9830.0, 9836.0, 9827.0, 9823.0, 9835.0, 9857.0, 9851.0, 9885.0, 9836.0, 9861.0, 9829.0, 9806.0, 9835.0, 9766.0, 9804.0, 9740.0, 9764.0, 9732.0, 9747.0, 9709.0, 9696.0, 9720.0, 9691.0, 9714.0, 9705.0, 9728.0, 9707.0, 9733.0, 9732.0, 9757.0, 9740.0, 9754.0, 9763.0, 9777.0, 9773.0, 9809.0, 9788.0, 9810.0, 9788.0, 9784.0, 9804.0, 9785.0, 9804.0, 9793.0, 9811.0, 9811.0, 9813.0, 9815.0, 9849.0, 9844.0, 9851.0, 9863.0, 9858.0, 9845.0, 9861.0, 9875.0, 9879.0, 9868.0, 9889.0, 9882.0, 9867.0, 9861.0, 9853.0, 9869.0, 9844.0, 9862.0, 9860.0, 9876.0, 9896.0, 9893.0, 9844.0, 9861.0, 9890.0, 9866.0, 9889.0, 9818.0, 9846.0, 9805.0, 9772.0, 9780.0, 9767.0, 9777.0, 9770.0, 9811.0, 9765.0, 9758.0, 9760.0, 9771.0, 9764.0, 9787.0, 9784.0, 9808.0, 9785.0, 9779.0, 9804.0, 9803.0, 9809.0, 9820.0, 9808.0, 9806.0, 9806.0, 9789.0, 9810.0, 9807.0, 9826.0, 9810.0, 9834.0, 9828.0, 9835.0, 9832.0, 9818.0, 9812.0, 9827.0, 9816.0, 9831.0, 9833.0, 9855.0, 9839.0, 9851.0, 9846.0, 9853.0, 9850.0, 9857.0, 9868.0, 9857.0, 9838.0, 9852.0, 9853.0, 9856.0, 9839.0, 9836.0, 9832.0, 9841.0, 9833.0, 9815.0, 9831.0, 9826.0, 9829.0, 9824.0, 9827.0, 9825.0, 9832.0, 9845.0, 9816.0, 9822.0, 9806.0, 9807.0, 9821.0, 9809.0, 9820.0, 9776.0, 9795.0, 9775.0, 9796.0, 9790.0, 9818.0, 9809.0, 9815.0, 9810.0, 9821.0, 9812.0, 9815.0, 9840.0, 9857.0, 9850.0, 9848.0, 9849.0, 9818.0, 9868.0, 9847.0, 9870.0, 9870.0, 9846.0, 9848.0, 9838.0, 9850.0, 9830.0, 9845.0, 9821.0, 9825.0, 9822.0, 9808.0, 9801.0, 9802.0, 9800.0, 9790.0, 9805.0, 9815.0, 9804.0, 9798.0, 9804.0, 9814.0, 9806.0, 9816.0, 9812.0, 9838.0, 9807.0, 9799.0, 9805.0, 9799.0, 9803.0, 9800.0, 9818.0, 9789.0, 9824.0, 9806.0, 9829.0, 9816.0, 9827.0, 9832.0, 9823.0, 9828.0, 9820.0, 9824.0, 9816.0, 9836.0, 9813.0, 9847.0, 9818.0, 9830.0, 9815.0, 9827.0, 9834.0, 9842.0, 9846.0, 9832.0, 9825.0, 9800.0, 9815.0, 9815.0, 9826.0, 9830.0, 9843.0, 9843.0, 9821.0, 9826.0, 9836.0, 9824.0, 9873.0, 9851.0, 9915.0, 9905.0, 9883.0, 9881.0, 9883.0, 9884.0, 9882.0, 9883.0, 9860.0, 9862.0, 9842.0, 9859.0, 9850.0, 9866.0, 9851.0, 9840.0, 9826.0, 9840.0, 9857.0, 9868.0, 9850.0, 9866.0, 9827.0, 9794.0, 9796.0, 9790.0, 9812.0, 9803.0, 9833.0, 9786.0, 9766.0, 9783.0, 9779.0, 9781.0, 9768.0, 9778.0, 9753.0, 9774.0, 9764.0, 9774.0, 9764.0, 9790.0, 9773.0, 9806.0, 9783.0, 9807.0, 9782.0, 9793.0, 9798.0, 9794.0, 9784.0, 9791.0, 9781.0, 9771.0, 9792.0, 9788.0, 9797.0, 9801.0, 9786.0, 9803.0, 9774.0, 9791.0, 9806.0, 9798.0, 9838.0, 9851.0, 9846.0, 9820.0, 9834.0, 9814.0, 9831.0, 9832.0, 9850.0, 9849.0, 9872.0, 9857.0, 9873.0, 9841.0, 9873.0, 9842.0, 9875.0, 9864.0, 9868.0, 9841.0, 9849.0, 9854.0, 9859.0, 9848.0, 9834.0, 9832.0, 9813.0, 9826.0, 9811.0, 9827.0, 9814.0, 9834.0, 9813.0, 9819.0, 9810.0, 9818.0, 9808.0, 9815.0, 9811.0, 9822.0, 9793.0, 9819.0, 9795.0, 9817.0, 9800.0, 9839.0, 9811.0, 9821.0, 9785.0, 9779.0, 9801.0, 9780.0, 9819.0, 9819.0, 9850.0, 9846.0, 9855.0, 9867.0, 9877.0, 9870.0, 9832.0, 9818.0, 9828.0, 9816.0, 9829.0, 9816.0, 9825.0, 9797.0, 9821.0, 9806.0, 9807.0, 9808.0, 9801.0, 9797.0, 9818.0, 9787.0, 9798.0, 9800.0, 9796.0, 9797.0, 9785.0, 9796.0, 9774.0, 9792.0, 9768.0, 9773.0, 9783.0, 9800.0, 9798.0, 9799.0, 9801.0, 9783.0, 9785.0, 9770.0, 9797.0, 9772.0, 9794.0, 9789.0, 9811.0, 9805.0, 9811.0, 9805.0, 9802.0, 9810.0, 9821.0, 9827.0, 9843.0, 9795.0, 9788.0, 9786.0, 9776.0, 9797.0, 9791.0, 9833.0, 9808.0, 9801.0, 9806.0, 9790.0, 9841.0, 9810.0, 9846.0, 9821.0, 9827.0, 9832.0, 9823.0, 9832.0, 9839.0, 9832.0, 9827.0, 9814.0, 9812.0, 9807.0, 9814.0, 9824.0, 9835.0, 9840.0, 9808.0, 9818.0, 9810.0, 9821.0, 9825.0, 9827.0, 9812.0, 9791.0, 9800.0, 9791.0, 9803.0, 9807.0, 9830.0, 9818.0, 9831.0, 9819.0, 9863.0, 9848.0, 9871.0, 9849.0, 9856.0, 9866.0, 9855.0, 9835.0, 9855.0, 9848.0, 9849.0, 9850.0, 9830.0, 9810.0, 9820.0, 9799.0, 9834.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.0011514137033824807</td></tr>
<tr><td colspan=3>aqi</td><td>0.03233073642671293</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.14035821959202</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.22058185940972</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9748807930381944</td></tr>
<tr><td colspan=3>efc</td><td>0.4702</td></tr>
<tr><td colspan=3>fber</td><td>6867.9282</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.11740430412766499</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>126</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>10.928013876843018</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5036256241661774</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4475508507367496</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.711889026252618</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3514369955091654</td></tr>
<tr><td colspan=3>gcor</td><td>0.0181382</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.008779731579124928</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.017901286482810974</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1153</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.9067055025886885</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>42.4471</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>38.8923</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>160.0218</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>46.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>297281.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>685.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>338.6121</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.4239</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>580.9448</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3622.6336</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3814.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>79263.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1238.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4749.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>976.264</td></tr>
<tr><td colspan=3>tsnr</td><td>35.42968467925675</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>