ds005256-mriqc/sub-0018_ses-02_task-narratives_acq-mb8_run-04_bold.html
Felix Hoffstaedter 283c5df053 [DATALAD RUNCMD] Compute MRIQC for sub-0018
=== 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-0018 --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-0018",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-19 01:50:43 +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-0018_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-0018_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-0018_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-0018/figures/sub-0018_ses-02_task-narratives_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0018/figures/sub-0018_ses-02_task-narratives_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0018/figures/sub-0018_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-0018_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-0018/figures/sub-0018_ses-02_task-narratives_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0018/figures/sub-0018_ses-02_task-narratives_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0018/figures/sub-0018_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-0018_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-0018/figures/sub-0018_ses-02_task-narratives_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0018/figures/sub-0018_ses-02_task-narratives_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0018/figures/sub-0018_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-0018_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-0018/figures/sub-0018_ses-02_task-narratives_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0018/figures/sub-0018_ses-02_task-narratives_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0018/figures/sub-0018_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-0018_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-0018/figures/sub-0018_ses-02_task-narratives_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0018/figures/sub-0018_ses-02_task-narratives_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0018/figures/sub-0018_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-0018_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-0018/figures/sub-0018_ses-02_task-narratives_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0018/figures/sub-0018_ses-02_task-narratives_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0018/figures/sub-0018_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-0018_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-0018/figures/sub-0018_ses-02_task-narratives_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0018/figures/sub-0018_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-0018/figures/sub-0018_ses-02_task-narratives_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0018/figures/sub-0018_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-0018/ses-02/func/sub-0018_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>a94e18437c2e149ea5e66b44acb78d37</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:32:5.190000</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_VE11C_LATEST_20160120</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.990734, 0.127614, 0.0464775, -0.120418, 0.983649, -0.13392]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-04_task-narratives_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.101278</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>[4163, -7755, -7250, 730, -23, -230, -66, 43]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>narratives</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>233.877</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>c8d2bed7-ef05-42c2-8677-eaf9fbb56438||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6580679416656494, -0.3230739235877991, 0.16958042979240417, 119.93180847167969], [-0.34237805008888245, 2.6390576362609863, -0.3431231379508972, -68.67263793945312], [0.12469568848609924, 0.3592982292175293, 2.672734260559082, -81.88152313232422], [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': ['093205.190000', '093205.650000', '093206.110000', '093206.570000', '093207.030000', '093207.490000', '093207.950000', '093208.410000', '093208.870000', '093209.330000', '093209.790000', '093210.250000', '093210.710000', '093211.170000', '093211.630000', '093212.090000', '093212.550000', '093213.010000', '093213.470000', '093213.930000', '093214.390000', '093214.850000', '093215.310000', '093215.770000', '093216.230000', '093216.690000', '093217.150000', '093217.610000', '093218.070000', '093218.530000', '093218.990000', '093219.450000', '093219.910000', '093220.370000', '093220.830000', '093221.290000', '093221.750000', '093222.210000', '093222.670000', '093223.130000', '093223.590000', '093224.050000', '093224.510000', '093224.970000', '093225.430000', '093225.890000', '093226.350000', '093226.810000', '093227.270000', '093227.730000', '093228.190000', '093228.650000', '093229.110000', '093229.570000', '093230.030000', '093230.490000', '093230.950000', '093231.410000', '093231.870000', '093232.330000', '093232.790000', '093233.250000', '093233.710000', '093234.170000', '093234.630000', '093235.090000', '093235.550000', '093236.010000', '093236.470000', '093236.930000', '093237.390000', '093237.850000', '093238.310000', '093238.770000', '093239.230000', '093239.690000', '093240.150000', '093240.610000', '093241.070000', '093241.530000', '093241.990000', '093242.450000', '093242.910000', '093243.370000', '093243.830000', '093244.290000', '093244.750000', '093245.210000', '093245.670000', '093246.130000', '093246.590000', '093247.050000', '093247.510000', '093247.970000', '093248.430000', '093248.890000', '093249.350000', '093249.810000', '093250.270000', '093250.730000', '093251.190000', '093251.650000', '093252.110000', '093252.570000', '093253.030000', '093253.490000', '093253.950000', '093254.410000', '093254.870000', '093255.330000', '093255.790000', '093256.250000', '093256.710000', '093257.170000', '093257.630000', '093258.090000', '093258.550000', '093259.010000', '093259.470000', '093259.930000', '093300.390000', '093300.850000', '093301.310000', '093301.770000', '093302.230000', '093302.690000', '093303.150000', '093303.610000', '093304.070000', '093304.530000', '093304.990000', '093305.450000', '093305.910000', '093306.370000', '093306.830000', '093307.290000', '093307.750000', '093308.210000', '093308.670000', '093309.130000', '093309.590000', '093310.050000', '093310.510000', '093310.970000', '093311.430000', '093311.890000', '093312.350000', '093312.810000', '093313.270000', '093313.730000', '093314.190000', '093314.650000', '093315.110000', '093315.570000', '093316.030000', '093316.490000', '093316.950000', '093317.410000', '093317.870000', '093318.330000', '093318.790000', '093319.250000', '093319.710000', '093320.170000', '093320.630000', '093321.090000', '093321.550000', '093322.010000', '093322.470000', '093322.930000', '093323.390000', '093323.850000', '093324.310000', '093324.770000', '093325.230000', '093325.690000', '093326.150000', '093326.610000', '093327.070000', '093327.530000', '093327.990000', '093328.450000', '093328.910000', '093329.370000', '093329.830000', '093330.290000', '093330.750000', '093331.210000', '093331.670000', '093332.130000', '093332.590000', '093333.050000', '093333.510000', '093333.970000', '093334.430000', '093334.890000', '093335.350000', '093335.810000', '093336.270000', '093336.730000', '093337.190000', '093337.650000', '093338.110000', '093338.570000', '093339.030000', '093339.490000', '093339.950000', '093340.410000', '093340.870000', '093341.330000', '093341.790000', '093342.250000', '093342.710000', '093343.170000', '093343.630000', '093344.090000', '093344.550000', '093345.010000', '093345.470000', '093345.930000', '093346.390000', '093346.850000', '093347.310000', '093347.770000', '093348.230000', '093348.690000', '093349.150000', '093349.610000', '093350.070000', '093350.530000', '093350.990000', '093351.450000', '093351.910000', '093352.370000', '093352.830000', '093353.290000', '093353.750000', '093354.210000', '093354.670000', '093355.130000', '093355.590000', '093356.050000', '093356.510000', '093356.970000', '093357.430000', '093357.890000', '093358.350000', '093358.810000', '093359.270000', '093359.730000', '093400.190000', '093400.650000', '093401.110000', '093401.570000', '093402.030000', '093402.490000', '093402.950000', '093403.410000', '093403.870000', '093404.330000', '093404.790000', '093405.250000', '093405.710000', '093406.170000', '093406.630000', '093407.090000', '093407.550000', '093408.010000', '093408.470000', '093408.930000', '093409.390000', '093409.850000', '093410.310000', '093410.770000', '093411.230000', '093411.690000', '093412.150000', '093412.610000', '093413.070000', '093413.530000', '093413.990000', '093414.450000', '093414.910000', '093415.370000', '093415.830000', '093416.290000', '093416.750000', '093417.210000', '093417.670000', '093418.130000', '093418.590000', '093419.050000', '093419.510000', '093419.970000', '093420.430000', '093420.890000', '093421.350000', '093421.810000', '093422.270000', '093422.730000', '093423.190000', '093423.650000', '093424.110000', '093424.570000', '093425.030000', '093425.490000', '093425.950000', '093426.410000', '093426.870000', '093427.330000', '093427.790000', '093428.250000', '093428.710000', '093429.170000', '093429.630000', '093430.090000', '093430.550000', '093431.010000', '093431.470000', '093431.930000', '093432.390000', '093432.850000', '093433.310000', '093433.770000', '093434.230000', '093434.690000', '093435.150000', '093435.610000', '093436.070000', '093436.530000', '093436.990000', '093437.450000', '093437.910000', '093438.370000', '093438.830000', '093439.290000', '093439.750000', '093440.210000', '093440.670000', '093441.130000', '093441.590000', '093442.050000', '093442.510000', '093442.970000', '093443.430000', '093443.890000', '093444.350000', '093444.810000', '093445.270000', '093445.730000', '093446.190000', '093446.650000', '093447.110000', '093447.570000', '093448.030000', '093448.490000', '093448.950000', '093449.410000', '093449.870000', '093450.330000', '093450.790000', '093451.250000', '093451.710000', '093452.170000', '093452.630000', '093453.090000', '093453.550000', '093454.010000', '093454.470000', '093454.930000', '093455.390000', '093455.850000', '093456.310000', '093456.770000', '093457.230000', '093457.690000', '093458.150000', '093458.610000', '093459.070000', '093459.530000', '093459.990000', '093500.450000', '093500.910000', '093501.370000', '093501.830000', '093502.290000', '093502.750000', '093503.210000', '093503.670000', '093504.130000', '093504.590000', '093505.050000', '093505.510000', '093505.970000', '093506.430000', '093506.890000', '093507.350000', '093507.810000', '093508.270000', '093508.730000', '093509.190000', '093509.650000', '093510.110000', '093510.570000', '093511.030000', '093511.490000', '093511.950000', '093512.410000', '093512.870000', '093513.330000', '093513.790000', '093514.250000', '093514.710000', '093515.170000', '093515.630000', '093516.090000', '093516.550000', '093517.010000', '093517.470000', '093517.930000', '093518.390000', '093518.850000', '093519.310000', '093519.770000', '093520.230000', '093520.690000', '093521.150000', '093521.610000', '093522.070000', '093522.530000', '093522.990000', '093523.450000', '093523.910000', '093524.370000', '093524.830000', '093525.290000', '093525.750000', '093526.210000', '093526.670000', '093527.130000', '093527.590000', '093528.050000', '093528.510000', '093528.970000', '093529.430000', '093529.890000', '093530.350000', '093530.810000', '093531.270000', '093531.730000', '093532.190000', '093532.650000', '093533.110000', '093533.570000', '093534.030000', '093534.490000', '093534.950000', '093535.410000', '093535.870000', '093536.330000', '093536.790000', '093537.250000', '093537.710000', '093538.170000', '093538.630000', '093539.090000', '093539.550000', '093540.010000', '093540.470000', '093540.930000', '093541.390000', '093541.850000', '093542.310000', '093542.770000', '093543.230000', '093543.690000', '093544.150000', '093544.610000', '093545.070000', '093545.530000', '093545.990000', '093546.450000', '093546.910000', '093547.370000', '093547.830000', '093548.290000', '093548.750000', '093549.210000', '093549.670000', '093550.130000', '093550.590000', '093551.050000', '093551.510000', '093551.970000', '093552.430000', '093552.890000', '093553.350000', '093553.810000', '093554.270000', '093554.730000', '093555.190000', '093555.650000', '093556.110000', '093556.570000', '093557.030000', '093557.490000', '093557.950000', '093558.410000', '093558.870000', '093559.330000', '093559.790000', '093600.250000', '093600.710000', '093601.170000', '093601.630000', '093602.090000', '093602.550000', '093603.010000', '093603.470000', '093603.930000', '093604.390000', '093604.850000', '093605.310000', '093605.770000', '093606.230000', '093606.690000', '093607.150000', '093607.610000', '093608.070000', '093608.530000', '093608.990000', '093609.450000', '093609.910000', '093610.370000', '093610.830000', '093611.290000', '093611.750000', '093612.210000', '093612.670000', '093613.130000', '093613.590000', '093614.050000', '093614.510000', '093614.970000', '093615.430000', '093615.890000', '093616.350000', '093616.810000', '093617.270000', '093617.730000', '093618.190000', '093618.650000', '093619.110000', '093619.570000', '093620.030000', '093620.490000', '093620.950000', '093621.410000', '093621.870000', '093622.330000', '093622.790000', '093623.250000', '093623.710000', '093624.170000', '093624.630000', '093625.090000', '093625.550000', '093626.010000', '093626.470000', '093626.930000', '093627.390000', '093627.850000', '093628.310000', '093628.770000', '093629.230000', '093629.690000', '093630.150000', '093630.610000', '093631.070000', '093631.530000', '093631.990000', '093632.450000', '093632.910000', '093633.370000', '093633.830000', '093634.290000', '093634.750000', '093635.210000', '093635.670000', '093636.130000', '093636.590000', '093637.050000', '093637.510000', '093637.970000', '093638.430000', '093638.890000', '093639.350000', '093639.810000', '093640.270000', '093640.730000', '093641.190000', '093641.650000', '093642.110000', '093642.570000', '093643.030000', '093643.490000', '093643.950000', '093644.410000', '093644.870000', '093645.330000', '093645.790000', '093646.250000', '093646.710000', '093647.170000', '093647.630000', '093648.090000', '093648.550000', '093649.010000', '093649.470000', '093649.930000', '093650.390000', '093650.850000', '093651.310000', '093651.770000', '093652.230000', '093652.690000', '093653.150000', '093653.610000', '093654.070000', '093654.530000', '093654.990000', '093655.450000', '093655.910000', '093656.370000', '093656.830000', '093657.290000', '093657.750000', '093658.210000', '093658.670000', '093659.130000', '093659.590000', '093700.050000', '093700.510000', '093700.970000', '093701.430000', '093701.890000', '093702.350000', '093702.810000', '093703.270000', '093703.730000', '093704.190000', '093704.650000', '093705.110000', '093705.570000', '093706.030000', '093706.490000', '093706.950000', '093707.410000', '093707.870000', '093708.330000', '093708.790000', '093709.250000', '093709.710000', '093710.170000', '093710.630000', '093711.090000', '093711.550000', '093712.010000', '093712.470000', '093712.930000', '093713.390000', '093713.850000', '093714.310000', '093714.770000', '093715.230000', '093715.690000', '093716.150000', '093716.610000', '093717.070000', '093717.530000', '093717.990000', '093718.450000', '093718.910000', '093719.370000', '093719.830000', '093720.290000', '093720.750000', '093721.210000', '093721.670000', '093722.130000', '093722.590000', '093723.050000', '093723.510000', '093723.970000', '093724.430000', '093724.890000', '093725.350000', '093725.810000', '093726.270000', '093726.730000', '093727.190000', '093727.650000', '093728.110000', '093728.570000', '093729.030000', '093729.490000', '093729.950000', '093730.410000', '093730.870000', '093731.330000', '093731.790000', '093732.250000', '093732.710000', '093733.170000', '093733.630000', '093734.090000', '093734.550000', '093735.010000', '093735.470000', '093735.930000', '093736.390000', '093736.850000', '093737.310000', '093737.770000', '093738.230000', '093738.690000', '093739.150000', '093739.610000', '093740.070000', '093740.530000', '093740.990000', '093741.450000', '093741.910000', '093742.370000', '093742.830000', '093743.290000', '093743.750000', '093744.210000', '093744.670000', '093745.130000', '093745.590000', '093746.050000', '093746.510000', '093746.970000', '093747.430000', '093747.890000', '093748.350000', '093748.810000', '093749.270000', '093749.730000', '093750.190000', '093750.650000', '093751.110000', '093751.570000', '093752.030000', '093752.490000', '093752.950000', '093753.410000', '093753.870000', '093754.330000', '093754.790000', '093755.250000', '093755.710000', '093756.170000', '093756.630000', '093757.090000', '093757.550000', '093758.010000', '093758.470000', '093758.930000', '093759.390000', '093759.850000', '093800.310000', '093800.770000', '093801.230000', '093801.690000', '093802.150000', '093802.610000', '093803.070000', '093803.530000', '093803.990000', '093804.450000', '093804.910000', '093805.370000', '093805.830000', '093806.290000', '093806.750000', '093807.210000', '093807.670000', '093808.130000', '093808.590000', '093809.050000', '093809.510000', '093809.970000', '093810.430000', '093810.890000', '093811.350000', '093811.810000', '093812.270000', '093812.730000', '093813.190000', '093813.650000', '093814.110000', '093814.570000', '093815.030000', '093815.490000', '093815.950000', '093816.410000', '093816.870000', '093817.330000', '093817.790000', '093818.250000', '093818.710000', '093819.170000', '093819.630000', '093820.090000', '093820.550000', '093821.010000', '093821.470000', '093821.930000', '093822.390000', '093822.850000', '093823.310000', '093823.770000', '093824.230000', '093824.690000', '093825.150000', '093825.610000', '093826.070000', '093826.530000', '093826.990000', '093827.450000', '093827.910000', '093828.370000', '093828.830000', '093829.290000', '093829.750000', '093830.210000', '093830.670000', '093831.130000', '093831.590000', '093832.050000', '093832.510000', '093832.970000', '093833.430000', '093833.890000', '093834.350000', '093834.810000', '093835.270000', '093835.730000', '093836.190000', '093836.650000', '093837.110000', '093837.570000', '093838.030000', '093838.490000', '093838.950000', '093839.410000', '093839.870000', '093840.330000', '093840.790000', '093841.250000', '093841.710000', '093842.170000', '093842.630000', '093843.090000', '093843.550000', '093844.010000', '093844.470000', '093844.930000', '093845.390000', '093845.850000', '093846.310000', '093846.770000', '093847.230000', '093847.690000', '093848.150000', '093848.610000', '093849.070000', '093849.530000', '093849.990000', '093850.450000', '093850.910000', '093851.370000', '093851.830000', '093852.290000', '093852.750000', '093853.210000', '093853.670000', '093854.130000', '093854.590000', '093855.050000', '093855.510000', '093855.970000', '093856.430000', '093856.890000', '093857.350000', '093857.810000', '093858.270000', '093858.730000', '093859.190000', '093859.650000', '093900.110000', '093900.570000', '093901.030000', '093901.490000', '093901.950000', '093902.410000', '093902.870000', '093903.330000', '093903.790000', '093904.250000', '093904.710000', '093905.170000', '093905.630000', '093906.090000', '093906.550000', '093907.010000', '093907.470000', '093907.930000', '093908.390000', '093908.850000', '093909.310000', '093909.770000', '093910.230000', '093910.690000', '093911.150000', '093911.610000', '093912.070000', '093912.530000', '093912.990000', '093913.450000', '093913.910000', '093914.370000', '093914.830000', '093915.290000', '093915.750000', '093916.210000', '093916.670000', '093917.130000', '093917.590000', '093918.050000', '093918.510000', '093918.970000', '093919.430000', '093919.890000', '093920.350000', '093920.810000', '093921.270000', '093921.730000', '093922.190000', '093922.650000', '093923.110000', '093923.570000', '093924.030000', '093924.490000', '093924.950000', '093925.410000', '093925.870000', '093926.330000', '093926.790000', '093927.250000', '093927.710000', '093928.170000', '093928.630000', '093929.090000', '093929.550000', '093930.010000', '093930.470000', '093930.930000', '093931.390000', '093931.850000', '093932.310000', '093932.770000', '093933.230000', '093933.690000', '093934.150000', '093934.610000', '093935.070000', '093935.530000', '093935.990000', '093936.450000', '093936.910000', '093937.370000', '093937.830000', '093938.290000', '093938.750000', '093939.210000', '093939.670000', '093940.130000', '093940.590000', '093941.050000', '093941.510000', '093941.970000', '093942.430000', '093942.890000', '093943.350000', '093943.810000', '093944.270000', '093944.730000', '093945.190000', '093945.650000', '093946.110000', '093946.570000', '093947.030000', '093947.490000', '093947.950000', '093948.410000', '093948.870000', '093949.330000', '093949.790000', '093950.250000', '093950.710000', '093951.170000', '093951.630000', '093952.090000', '093952.550000', '093953.010000', '093953.470000', '093953.930000', '093954.390000', '093954.850000', '093955.310000', '093955.770000', '093956.230000', '093956.690000', '093957.150000', '093957.610000', '093958.070000', '093958.530000', '093958.990000', '093959.450000', '093959.910000', '094000.370000', '094000.830000', '094001.290000', '094001.750000', '094002.210000', '094002.670000', '094003.130000', '094003.590000', '094004.050000', '094004.510000', '094004.970000', '094005.430000', '094005.890000', '094006.350000', '094006.810000', '094007.270000', '094007.730000', '094008.190000', '094008.650000', '094009.110000', '094009.570000', '094010.030000', '094010.490000', '094010.950000', '094011.410000', '094011.870000', '094012.330000', '094012.790000', '094013.250000', '094013.710000', '094014.170000', '094014.630000', '094015.090000', '094015.550000', '094016.010000', '094016.470000', '094016.930000', '094017.390000', '094017.850000', '094018.310000', '094018.770000', '094019.230000', '094019.690000', '094020.150000', '094020.610000', '094021.070000', '094021.530000', '094021.990000', '094022.450000', '094022.910000', '094023.370000', '094023.830000', '094024.290000', '094024.750000', '094025.210000', '094025.670000', '094026.130000', '094026.590000', '094027.050000', '094027.510000', '094027.970000', '094028.430000', '094028.890000', '094029.350000', '094029.810000', '094030.270000', '094030.730000', '094031.190000', '094031.650000', '094032.110000', '094032.570000', '094033.030000', '094033.490000', '094033.950000', '094034.410000', '094034.870000', '094035.330000', '094035.790000', '094036.250000', '094036.710000', '094037.170000', '094037.630000', '094038.090000', '094038.550000', '094039.010000', '094039.470000', '094039.930000', '094040.390000', '094040.850000', '094041.310000', '094041.770000', '094042.230000', '094042.690000', '094043.150000', '094043.610000', '094044.070000', '094044.530000', '094044.990000', '094045.450000', '094045.910000', '094046.370000', '094046.830000', '094047.290000', '094047.750000', '094048.210000', '094048.670000', '094049.130000', '094049.590000', '094050.050000', '094050.510000', '094050.970000', '094051.430000', '094051.890000', '094052.350000', '094052.810000', '094053.270000', '094053.730000', '094054.190000', '094054.650000', '094055.110000', '094055.570000', '094056.030000', '094056.490000'], 'ContentTime': ['093226.309000', '093226.313000', '093226.316000', '093226.319000', '093226.322000', '093226.324000', '093226.327000', '093226.330000', '093226.333000', '093226.337000', '093226.340000', '093226.343000', '093226.345000', '093226.348000', '093226.352000', '093226.361000', '093226.369000', '093226.372000', '093226.375000', '093226.378000', '093226.381000', '093226.384000', '093226.387000', '093226.390000', '093226.393000', '093226.396000', '093226.399000', '093226.402000', '093226.405000', '093226.408000', '093226.413000', '093226.417000', '093226.427000', '093226.430000', '093226.433000', '093226.435000', '093226.438000', '093226.441000', '093226.445000', '093226.448000', '093226.451000', '093226.454000', '093226.457000', '093246.271000', '093246.274000', '093246.277000', '093246.280000', '093246.282000', '093246.285000', '093246.288000', '093246.291000', '093246.294000', '093246.297000', '093246.299000', '093246.302000', '093246.305000', '093246.308000', '093246.311000', '093246.313000', '093246.316000', '093246.319000', '093246.322000', '093246.324000', '093246.327000', '093246.330000', '093246.333000', '093246.336000', '093246.338000', '093246.341000', '093246.344000', '093246.347000', '093246.350000', '093246.353000', '093246.355000', '093246.358000', '093246.361000', '093246.364000', '093246.367000', '093246.369000', '093246.372000', '093246.375000', '093246.378000', '093246.381000', '093246.383000', '093246.386000', '093246.389000', '093246.392000', '093306.271000', '093306.274000', '093306.277000', '093306.279000', '093306.282000', '093306.285000', '093306.288000', '093306.291000', '093306.293000', '093306.296000', '093306.299000', '093306.302000', '093306.305000', '093306.308000', '093306.310000', '093306.313000', '093306.316000', '093306.319000', '093306.322000', '093306.324000', '093306.327000', '093306.330000', '093306.333000', '093306.335000', '093306.338000', '093306.348000', '093306.351000', '093306.353000', '093306.356000', '093306.359000', '093306.362000', '093306.365000', '093306.367000', '093306.370000', '093306.373000', '093306.385000', '093306.388000', '093306.391000', '093306.394000', '093306.397000', '093306.400000', '093306.402000', '093306.405000', '093326.271000', '093326.274000', '093326.277000', '093326.279000', '093326.282000', '093326.285000', '093326.288000', '093326.291000', '093326.294000', '093326.296000', '093326.299000', '093326.302000', '093326.305000', '093326.308000', '093326.310000', '093326.313000', '093326.316000', '093326.319000', '093326.322000', '093326.324000', '093326.327000', '093326.330000', '093326.333000', '093326.336000', '093326.339000', '093326.342000', '093326.344000', '093326.347000', '093326.350000', '093326.353000', '093326.356000', '093326.358000', '093326.361000', '093326.364000', '093326.367000', '093326.370000', '093326.372000', '093326.375000', '093326.378000', '093326.381000', '093326.384000', '093326.387000', '093326.389000', '093326.392000', '093346.271000', '093346.279000', '093346.282000', '093346.285000', '093346.288000', '093346.291000', '093346.294000', '093346.296000', '093346.299000', '093346.302000', '093346.305000', '093346.308000', '093346.310000', '093346.313000', '093346.316000', '093346.319000', '093346.322000', '093346.324000', '093346.327000', '093346.330000', '093346.333000', '093346.336000', '093346.338000', '093346.341000', '093346.344000', '093346.347000', '093346.350000', '093346.352000', '093346.355000', '093346.358000', '093346.361000', '093346.364000', '093346.376000', '093346.379000', '093346.382000', '093346.385000', '093346.388000', '093346.405000', '093346.407000', '093346.410000', '093346.413000', '093346.416000', '093346.419000', '093406.271000', '093406.274000', '093406.277000', '093406.279000', '093406.282000', '093406.285000', '093406.288000', '093406.291000', '093406.294000', '093406.297000', '093406.299000', '093406.302000', '093406.305000', '093406.308000', '093406.311000', '093406.313000', '093406.316000', '093406.319000', '093406.322000', '093406.325000', '093406.328000', '093406.330000', '093406.333000', '093406.336000', '093406.339000', '093406.342000', '093406.345000', '093406.348000', '093406.351000', '093406.353000', '093406.356000', '093406.359000', '093406.362000', '093406.365000', '093406.367000', '093406.370000', '093406.373000', '093406.376000', '093406.379000', '093406.381000', '093406.384000', '093406.387000', '093406.390000', '093406.393000', '093426.271000', '093426.274000', '093426.277000', '093426.280000', '093426.282000', '093426.285000', '093426.288000', '093426.291000', '093426.294000', '093426.297000', '093426.300000', '093426.302000', '093426.305000', '093426.308000', '093426.311000', '093426.314000', '093426.316000', '093426.319000', '093426.322000', '093426.325000', '093426.328000', '093426.331000', '093426.333000', '093426.336000', '093426.339000', '093426.342000', '093426.345000', '093426.348000', '093426.350000', '093426.353000', '093426.356000', '093426.359000', '093426.362000', '093426.364000', '093426.367000', '093426.370000', '093426.373000', '093426.376000', '093426.379000', '093426.381000', '093426.384000', '093426.387000', '093426.390000', '093446.272000', '093446.275000', '093446.278000', '093446.280000', '093446.283000', '093446.286000', '093446.289000', '093446.292000', '093446.295000', '093446.297000', '093446.300000', '093446.303000', '093446.306000', '093446.309000', '093446.314000', '093446.317000', '093446.320000', '093446.323000', '093446.326000', '093446.328000', '093446.331000', '093446.334000', '093446.337000', '093446.340000', '093446.343000', '093446.345000', '093446.348000', '093446.351000', '093446.354000', '093446.357000', '093446.360000', '093446.363000', '093446.365000', '093446.368000', '093446.371000', '093446.374000', '093446.377000', '093446.381000', '093446.384000', '093446.386000', '093446.389000', '093446.392000', '093446.395000', '093446.398000', '093506.271000', '093506.274000', '093506.277000', '093506.280000', '093506.282000', '093506.285000', '093506.288000', '093506.291000', '093506.294000', '093506.297000', '093506.300000', '093506.302000', '093506.305000', '093506.308000', '093506.311000', '093506.314000', '093506.317000', '093506.320000', '093506.322000', '093506.325000', '093506.328000', '093506.331000', '093506.334000', '093506.337000', '093506.339000', '093506.342000', '093506.345000', '093506.348000', '093506.351000', '093506.353000', '093506.356000', '093506.359000', '093506.362000', '093506.365000', '093506.368000', '093506.370000', '093506.373000', '093506.376000', '093506.379000', '093506.382000', '093506.384000', '093506.387000', '093506.390000', '093526.271000', '093526.274000', '093526.277000', '093526.280000', '093526.283000', '093526.286000', '093526.290000', '093526.293000', '093526.296000', '093526.299000', '093526.302000', '093526.305000', '093526.307000', '093526.310000', '093526.313000', '093526.316000', '093526.319000', '093526.322000', '093526.324000', '093526.327000', '093526.330000', '093526.333000', '093526.336000', '093526.339000', '093526.341000', '093526.344000', '093526.347000', '093526.350000', '093526.353000', '093526.355000', '093526.358000', '093526.361000', '093526.364000', '093526.367000', '093526.380000', '093526.383000', '093526.386000', '093526.389000', '093526.392000', '093526.395000', '093526.397000', '093526.400000', '093526.403000', '093546.271000', '093546.274000', '093546.277000', '093546.280000', '093546.283000', '093546.285000', '093546.288000', '093546.291000', '093546.294000', '093546.297000', '093546.300000', '093546.303000', '093546.309000', '093546.312000', '093546.315000', '093546.318000', '093546.320000', '093546.323000', '093546.326000', '093546.329000', '093546.332000', '093546.335000', '093546.338000', '093546.340000', '093546.343000', '093546.346000', '093546.349000', '093546.352000', '093546.355000', '093546.357000', '093546.360000', '093546.363000', '093546.366000', '093546.369000', '093546.372000', '093546.375000', '093546.377000', '093546.380000', '093546.383000', '093546.386000', '093546.389000', '093546.391000', '093546.394000', '093546.397000', '093606.271000', '093606.274000', '093606.277000', '093606.280000', '093606.283000', '093606.285000', '093606.288000', '093606.291000', '093606.294000', '093606.303000', '093606.306000', '093606.309000', '093606.312000', '093606.315000', '093606.317000', '093606.320000', '093606.323000', '093606.326000', '093606.329000', '093606.332000', '093606.334000', '093606.337000', '093606.340000', '093606.343000', '093606.346000', '093606.349000', '093606.352000', '093606.354000', '093606.357000', '093606.360000', '093606.363000', '093606.366000', '093606.369000', '093606.371000', '093606.374000', '093606.377000', '093606.380000', '093606.383000', '093606.386000', '093606.388000', '093606.391000', '093606.394000', '093606.397000', '093626.271000', '093626.274000', '093626.277000', '093626.280000', '093626.282000', '093626.285000', '093626.288000', '093626.291000', '093626.294000', '093626.297000', '093626.299000', '093626.302000', '093626.305000', '093626.308000', '093626.311000', '093626.313000', '093626.316000', '093626.319000', '093626.322000', '093626.325000', '093626.328000', '093626.330000', '093626.339000', '093626.342000', '093626.345000', '093626.348000', '093626.350000', '093626.353000', '093626.356000', '093626.359000', '093626.362000', '093626.365000', '093626.367000', '093626.370000', '093626.373000', '093626.376000', '093626.379000', '093626.381000', '093626.384000', '093626.387000', '093626.390000', '093626.393000', '093626.396000', '093626.398000', '093646.271000', '093646.274000', '093646.277000', '093646.280000', '093646.283000', '093646.285000', '093646.288000', '093646.291000', '093646.294000', '093646.297000', '093646.300000', '093646.303000', '093646.306000', '093646.308000', '093646.311000', '093646.314000', '093646.317000', '093646.322000', '093646.327000', '093646.330000', '093646.332000', '093646.335000', '093646.338000', '093646.341000', '093646.344000', '093646.347000', '093646.349000', '093646.352000', '093646.355000', '093646.364000', '093646.367000', '093646.369000', '093646.372000', '093646.375000', '093646.378000', '093646.381000', '093646.384000', '093646.387000', '093646.390000', '093646.392000', '093646.395000', '093646.398000', '093646.401000', '093706.272000', '093706.289000', '093706.291000', '093706.294000', '093706.297000', '093706.300000', '093706.303000', '093706.306000', '093706.308000', '093706.311000', '093706.314000', '093706.317000', '093706.320000', '093706.322000', '093706.325000', '093706.328000', '093706.331000', '093706.334000', '093706.345000', '093706.348000', '093706.351000', '093706.354000', '093706.357000', '093706.359000', '093706.362000', '093706.365000', '093706.368000', '093706.371000', '093706.374000', '093706.376000', '093706.379000', '093706.382000', '093706.385000', '093706.388000', '093706.391000', '093706.393000', '093706.396000', '093706.399000', '093706.402000', '093706.405000', '093706.408000', '093706.411000', '093706.413000', '093706.416000', '093726.271000', '093726.274000', '093726.277000', '093726.280000', '093726.282000', '093726.285000', '093726.288000', '093726.291000', '093726.294000', '093726.297000', '093726.299000', '093726.302000', '093726.305000', '093726.308000', '093726.311000', '093726.314000', '093726.317000', '093726.320000', '093726.322000', '093726.325000', '093726.328000', '093726.331000', '093726.334000', '093726.339000', '093726.342000', '093726.345000', '093726.348000', '093726.351000', '093726.354000', '093726.356000', '093726.359000', '093726.362000', '093726.365000', '093726.368000', '093726.370000', '093726.373000', '093726.376000', '093726.379000', '093726.382000', '093726.384000', '093726.387000', '093726.390000', '093726.393000', '093746.271000', '093746.274000', '093746.277000', '093746.280000', '093746.283000', '093746.286000', '093746.288000', '093746.291000', '093746.294000', '093746.297000', '093746.300000', '093746.303000', '093746.305000', '093746.308000', '093746.311000', '093746.314000', '093746.317000', '093746.320000', '093746.322000', '093746.325000', '093746.328000', '093746.331000', '093746.334000', '093746.336000', '093746.339000', '093746.342000', '093746.345000', '093746.348000', '093746.351000', '093746.354000', '093746.356000', '093746.359000', '093746.362000', '093746.365000', '093746.368000', '093746.371000', '093746.373000', '093746.376000', '093746.379000', '093746.382000', '093746.385000', '093746.388000', '093746.391000', '093746.393000', '093806.271000', '093806.274000', '093806.277000', '093806.280000', '093806.283000', '093806.295000', '093806.298000', '093806.301000', '093806.304000', '093806.307000', '093806.309000', '093806.312000', '093806.315000', '093806.318000', '093806.321000', '093806.324000', '093806.328000', '093806.331000', '093806.334000', '093806.337000', '093806.340000', '093806.343000', '093806.346000', '093806.349000', '093806.352000', '093806.355000', '093806.358000', '093806.361000', '093806.364000', '093806.366000', '093806.376000', '093806.379000', '093806.381000', '093806.384000', '093806.387000', '093806.390000', '093806.393000', '093806.396000', '093806.398000', '093806.401000', '093806.404000', '093806.407000', '093806.410000', '093826.271000', '093826.274000', '093826.277000', '093826.280000', '093826.282000', '093826.285000', '093826.288000', '093826.291000', '093826.294000', '093826.296000', '093826.299000', '093826.302000', '093826.314000', '093826.317000', '093826.319000', '093826.322000', '093826.325000', '093826.328000', '093826.331000', '093826.333000', '093826.336000', '093826.339000', '093826.342000', '093826.345000', '093826.347000', '093826.350000', '093826.353000', '093826.356000', '093826.359000', '093826.362000', '093826.365000', '093826.368000', '093826.370000', '093826.373000', '093826.376000', '093826.379000', '093826.382000', '093826.385000', '093826.388000', '093826.390000', '093826.393000', '093826.396000', '093826.399000', '093826.402000', '093846.271000', '093846.274000', '093846.277000', '093846.280000', '093846.283000', '093846.286000', '093846.289000', '093846.291000', '093846.294000', '093846.297000', '093846.300000', '093846.303000', '093846.306000', '093846.309000', '093846.312000', '093846.314000', '093846.317000', '093846.320000', '093846.323000', '093846.326000', '093846.329000', '093846.331000', '093846.334000', '093846.337000', '093846.340000', '093846.343000', '093846.345000', '093846.348000', '093846.351000', '093846.354000', '093846.357000', '093846.360000', '093846.362000', '093846.365000', '093846.368000', '093846.371000', '093846.374000', '093846.377000', '093846.379000', '093846.382000', '093846.385000', '093846.388000', '093846.391000', '093906.271000', '093906.274000', '093906.277000', '093906.280000', '093906.283000', '093906.286000', '093906.288000', '093906.291000', '093906.294000', '093906.303000', '093906.306000', '093906.309000', '093906.312000', '093906.314000', '093906.317000', '093906.320000', '093906.323000', '093906.326000', '093906.329000', '093906.331000', '093906.334000', '093906.337000', '093906.340000', '093906.343000', '093906.346000', '093906.348000', '093906.351000', '093906.354000', '093906.357000', '093906.360000', '093906.363000', '093906.365000', '093906.368000', '093906.371000', '093906.374000', '093906.377000', '093906.379000', '093906.382000', '093906.385000', '093906.388000', '093906.391000', '093906.394000', '093906.397000', '093906.400000', '093926.272000', '093926.275000', '093926.278000', '093926.281000', '093926.283000', '093926.286000', '093926.289000', '093926.292000', '093926.295000', '093926.298000', '093926.301000', '093926.303000', '093926.306000', '093926.309000', '093926.312000', '093926.314000', '093926.317000', '093926.320000', '093926.323000', '093926.327000', '093926.330000', '093926.333000', '093926.335000', '093926.338000', '093926.341000', '093926.344000', '093926.347000', '093926.350000', '093926.353000', '093926.355000', '093926.358000', '093926.361000', '093926.364000', '093926.366000', '093926.369000', '093926.372000', '093926.375000', '093926.378000', '093926.392000', '093926.394000', '093926.397000', '093926.400000', '093926.403000', '093946.271000', '093946.274000', '093946.277000', '093946.280000', '093946.282000', '093946.285000', '093946.288000', '093946.291000', '093946.294000', '093946.297000', '093946.300000', '093946.302000', '093946.305000', '093946.308000', '093946.311000', '093946.314000', '093946.317000', '093946.320000', '093946.322000', '093946.325000', '093946.328000', '093946.331000', '093946.334000', '093946.346000', '093946.349000', '093946.352000', '093946.355000', '093946.358000', '093946.361000', '093946.364000', '093946.366000', '093946.369000', '093946.372000', '093946.375000', '093946.378000', '093946.381000', '093946.384000', '093946.387000', '093946.389000', '093946.392000', '093946.395000', '093946.398000', '093946.401000', '093946.404000', '094006.271000', '094006.274000', '094006.277000', '094006.280000', '094006.282000', '094006.285000', '094006.288000', '094006.291000', '094006.294000', '094006.297000', '094006.300000', '094006.302000', '094006.305000', '094006.308000', '094006.311000', '094006.314000', '094006.317000', '094006.319000', '094006.322000', '094006.325000', '094006.328000', '094006.331000', '094006.334000', '094006.336000', '094006.339000', '094006.342000', '094006.345000', '094006.348000', '094006.350000', '094006.353000', '094006.356000', '094006.359000', '094006.362000', '094006.365000', '094006.367000', '094006.370000', '094006.373000', '094006.376000', '094006.379000', '094006.382000', '094006.384000', '094006.387000', '094006.390000', '094026.271000', '094026.274000', '094026.277000', '094026.280000', '094026.283000', '094026.286000', '094026.289000', '094026.292000', '094026.295000', '094026.298000', '094026.300000', '094026.303000', '094026.306000', '094026.309000', '094026.312000', '094026.315000', '094026.317000', '094026.320000', '094026.323000', '094026.326000', '094026.329000', '094026.332000', '094026.334000', '094026.337000', '094026.340000', '094026.343000', '094026.346000', '094026.349000', '094026.351000', '094026.354000', '094026.357000', '094026.360000', '094026.363000', '094026.366000', '094026.368000', '094026.371000', '094026.374000', '094026.377000', '094026.380000', '094026.382000', '094026.385000', '094026.388000', '094026.391000', '094026.394000', '094046.271000', '094046.274000', '094046.277000', '094046.280000', '094046.283000', '094046.286000', '094046.289000', '094046.292000', '094046.295000', '094046.298000', '094046.301000', '094046.303000', '094046.306000', '094046.309000', '094046.312000', '094046.315000', '094046.318000', '094046.321000', '094046.324000', '094046.326000', '094046.329000', '094046.332000', '094046.335000', '094046.338000', '094046.341000', '094046.344000', '094046.347000', '094046.349000', '094046.352000', '094046.355000', '094046.358000', '094046.361000', '094046.365000', '094046.368000', '094046.371000', '094046.374000', '094046.377000', '094046.380000', '094046.383000', '094046.386000', '094046.388000', '094046.391000', '094046.394000', '094057.992000', '094057.995000', '094057.998000', '094058.002000', '094058.005000', '094058.008000', '094058.011000', '094058.014000', '094058.019000', '094058.022000', '094058.025000', '094058.028000', '094058.031000', '094058.033000', '094058.036000', '094058.039000', '094058.042000', '094058.045000', '094058.048000', '094058.051000', '094058.054000', '094058.057000', '094058.060000', '094058.063000', '094058.066000', '094058.069000'], 'InstanceCreationTime': ['093226.309000', '093226.313000', '093226.316000', '093226.319000', '093226.322000', '093226.324000', '093226.327000', '093226.330000', '093226.333000', '093226.337000', '093226.340000', '093226.343000', '093226.345000', '093226.348000', '093226.352000', '093226.361000', '093226.369000', '093226.372000', '093226.375000', '093226.378000', '093226.381000', '093226.384000', '093226.387000', '093226.390000', '093226.393000', '093226.396000', '093226.399000', '093226.402000', '093226.405000', '093226.408000', '093226.413000', '093226.417000', '093226.427000', '093226.430000', '093226.433000', '093226.435000', '093226.438000', '093226.441000', '093226.445000', '093226.448000', '093226.451000', '093226.454000', '093226.457000', '093246.271000', '093246.274000', '093246.277000', '093246.280000', '093246.282000', '093246.285000', '093246.288000', '093246.291000', '093246.294000', '093246.297000', '093246.299000', '093246.302000', '093246.305000', '093246.308000', '093246.311000', '093246.313000', '093246.316000', '093246.319000', '093246.322000', '093246.324000', '093246.327000', '093246.330000', '093246.333000', '093246.336000', '093246.338000', '093246.341000', '093246.344000', '093246.347000', '093246.350000', '093246.353000', '093246.355000', '093246.358000', '093246.361000', '093246.364000', '093246.367000', '093246.369000', '093246.372000', '093246.375000', '093246.378000', '093246.381000', '093246.383000', '093246.386000', '093246.389000', '093246.392000', '093306.271000', '093306.274000', '093306.277000', '093306.279000', '093306.282000', '093306.285000', '093306.288000', '093306.291000', '093306.293000', '093306.296000', '093306.299000', '093306.302000', '093306.305000', '093306.308000', '093306.310000', '093306.313000', '093306.316000', '093306.319000', '093306.322000', '093306.324000', '093306.327000', '093306.330000', '093306.333000', '093306.335000', '093306.338000', '093306.348000', '093306.351000', '093306.353000', '093306.356000', '093306.359000', '093306.362000', '093306.365000', '093306.367000', '093306.370000', '093306.373000', '093306.385000', '093306.388000', '093306.391000', '093306.394000', '093306.397000', '093306.400000', '093306.402000', '093306.405000', '093326.271000', '093326.274000', '093326.277000', '093326.279000', '093326.282000', '093326.285000', '093326.288000', '093326.291000', '093326.294000', '093326.296000', '093326.299000', '093326.302000', '093326.305000', '093326.308000', '093326.310000', '093326.313000', '093326.316000', '093326.319000', '093326.322000', '093326.324000', '093326.327000', '093326.330000', '093326.333000', '093326.336000', '093326.339000', '093326.342000', '093326.344000', '093326.347000', '093326.350000', '093326.353000', '093326.356000', '093326.358000', '093326.361000', '093326.364000', '093326.367000', '093326.370000', '093326.372000', '093326.375000', '093326.378000', '093326.381000', '093326.384000', '093326.387000', '093326.389000', '093326.392000', '093346.271000', '093346.279000', '093346.282000', '093346.285000', '093346.288000', '093346.291000', '093346.294000', '093346.296000', '093346.299000', '093346.302000', '093346.305000', '093346.308000', '093346.310000', '093346.313000', '093346.316000', '093346.319000', '093346.322000', '093346.324000', '093346.327000', '093346.330000', '093346.333000', '093346.336000', '093346.338000', '093346.341000', '093346.344000', '093346.347000', '093346.350000', '093346.352000', '093346.355000', '093346.358000', '093346.361000', '093346.364000', '093346.376000', '093346.379000', '093346.382000', '093346.385000', '093346.388000', '093346.405000', '093346.407000', '093346.410000', '093346.413000', '093346.416000', '093346.419000', '093406.271000', '093406.274000', '093406.277000', '093406.279000', '093406.282000', '093406.285000', '093406.288000', '093406.291000', '093406.294000', '093406.297000', '093406.299000', '093406.302000', '093406.305000', '093406.308000', '093406.311000', '093406.313000', '093406.316000', '093406.319000', '093406.322000', '093406.325000', '093406.328000', '093406.330000', '093406.333000', '093406.336000', '093406.339000', '093406.342000', '093406.345000', '093406.348000', '093406.351000', '093406.353000', '093406.356000', '093406.359000', '093406.362000', '093406.365000', '093406.367000', '093406.370000', '093406.373000', '093406.376000', '093406.379000', '093406.381000', '093406.384000', '093406.387000', '093406.390000', '093406.393000', '093426.271000', '093426.274000', '093426.277000', '093426.280000', '093426.282000', '093426.285000', '093426.288000', '093426.291000', '093426.294000', '093426.297000', '093426.300000', '093426.302000', '093426.305000', '093426.308000', '093426.311000', '093426.314000', '093426.316000', '093426.319000', '093426.322000', '093426.325000', '093426.328000', '093426.331000', '093426.333000', '093426.336000', '093426.339000', '093426.342000', '093426.345000', '093426.348000', '093426.350000', '093426.353000', '093426.356000', '093426.359000', '093426.362000', '093426.364000', '093426.367000', '093426.370000', '093426.373000', '093426.376000', '093426.379000', '093426.381000', '093426.384000', '093426.387000', '093426.390000', '093446.272000', '093446.275000', '093446.278000', '093446.280000', '093446.283000', '093446.286000', '093446.289000', '093446.292000', '093446.295000', '093446.297000', '093446.300000', '093446.303000', '093446.306000', '093446.309000', '093446.314000', '093446.317000', '093446.320000', '093446.323000', '093446.326000', '093446.328000', '093446.331000', '093446.334000', '093446.337000', '093446.340000', '093446.343000', '093446.345000', '093446.348000', '093446.351000', '093446.354000', '093446.357000', '093446.360000', '093446.363000', '093446.365000', '093446.368000', '093446.371000', '093446.374000', '093446.377000', '093446.381000', '093446.384000', '093446.386000', '093446.389000', '093446.392000', '093446.395000', '093446.398000', '093506.271000', '093506.274000', '093506.277000', '093506.280000', '093506.282000', '093506.285000', '093506.288000', '093506.291000', '093506.294000', '093506.297000', '093506.300000', '093506.302000', '093506.305000', '093506.308000', '093506.311000', '093506.314000', '093506.317000', '093506.320000', '093506.322000', '093506.325000', '093506.328000', '093506.331000', '093506.334000', '093506.337000', '093506.339000', '093506.342000', '093506.345000', '093506.348000', '093506.351000', '093506.353000', '093506.356000', '093506.359000', '093506.362000', '093506.365000', '093506.368000', '093506.370000', '093506.373000', '093506.376000', '093506.379000', '093506.382000', '093506.384000', '093506.387000', '093506.390000', '093526.271000', '093526.274000', '093526.277000', '093526.280000', '093526.283000', '093526.286000', '093526.290000', '093526.293000', '093526.296000', '093526.299000', '093526.302000', '093526.305000', '093526.307000', '093526.310000', '093526.313000', '093526.316000', '093526.319000', '093526.322000', '093526.324000', '093526.327000', '093526.330000', '093526.333000', '093526.336000', '093526.339000', '093526.341000', '093526.344000', '093526.347000', '093526.350000', '093526.353000', '093526.355000', '093526.358000', '093526.361000', '093526.364000', '093526.367000', '093526.380000', '093526.383000', '093526.386000', '093526.389000', '093526.392000', '093526.395000', '093526.397000', '093526.400000', '093526.403000', '093546.271000', '093546.274000', '093546.277000', '093546.280000', '093546.283000', '093546.285000', '093546.288000', '093546.291000', '093546.294000', '093546.297000', '093546.300000', '093546.303000', '093546.309000', '093546.312000', '093546.315000', '093546.318000', '093546.320000', '093546.323000', '093546.326000', '093546.329000', '093546.332000', '093546.335000', '093546.338000', '093546.340000', '093546.343000', '093546.346000', '093546.349000', '093546.352000', '093546.355000', '093546.357000', '093546.360000', '093546.363000', '093546.366000', '093546.369000', '093546.372000', '093546.375000', '093546.377000', '093546.380000', '093546.383000', '093546.386000', '093546.389000', '093546.391000', '093546.394000', '093546.397000', '093606.271000', '093606.274000', '093606.277000', '093606.280000', '093606.283000', '093606.285000', '093606.288000', '093606.291000', '093606.294000', '093606.303000', '093606.306000', '093606.309000', '093606.312000', '093606.315000', '093606.317000', '093606.320000', '093606.323000', '093606.326000', '093606.329000', '093606.332000', '093606.334000', '093606.337000', '093606.340000', '093606.343000', '093606.346000', '093606.349000', '093606.352000', '093606.354000', '093606.357000', '093606.360000', '093606.363000', '093606.366000', '093606.369000', '093606.371000', '093606.374000', '093606.377000', '093606.380000', '093606.383000', '093606.386000', '093606.388000', '093606.391000', '093606.394000', '093606.397000', '093626.271000', '093626.274000', '093626.277000', '093626.280000', '093626.282000', '093626.285000', '093626.288000', '093626.291000', '093626.294000', '093626.297000', '093626.299000', '093626.302000', '093626.305000', '093626.308000', '093626.311000', '093626.313000', '093626.316000', '093626.319000', '093626.322000', '093626.325000', '093626.328000', '093626.330000', '093626.339000', '093626.342000', '093626.345000', '093626.348000', '093626.350000', '093626.353000', '093626.356000', '093626.359000', '093626.362000', '093626.365000', '093626.367000', '093626.370000', '093626.373000', '093626.376000', '093626.379000', '093626.381000', '093626.384000', '093626.387000', '093626.390000', '093626.393000', '093626.396000', '093626.398000', '093646.271000', '093646.274000', '093646.277000', '093646.280000', '093646.283000', '093646.285000', '093646.288000', '093646.291000', '093646.294000', '093646.297000', '093646.300000', '093646.303000', '093646.306000', '093646.308000', '093646.311000', '093646.314000', '093646.317000', '093646.322000', '093646.327000', '093646.330000', '093646.332000', '093646.335000', '093646.338000', '093646.341000', '093646.344000', '093646.347000', '093646.349000', '093646.352000', '093646.355000', '093646.364000', '093646.367000', '093646.369000', '093646.372000', '093646.375000', '093646.378000', '093646.381000', '093646.384000', '093646.387000', '093646.390000', '093646.392000', '093646.395000', '093646.398000', '093646.401000', '093706.272000', '093706.289000', '093706.291000', '093706.294000', '093706.297000', '093706.300000', '093706.303000', '093706.306000', '093706.308000', '093706.311000', '093706.314000', '093706.317000', '093706.320000', '093706.322000', '093706.325000', '093706.328000', '093706.331000', '093706.334000', '093706.345000', '093706.348000', '093706.351000', '093706.354000', '093706.357000', '093706.359000', '093706.362000', '093706.365000', '093706.368000', '093706.371000', '093706.374000', '093706.376000', '093706.379000', '093706.382000', '093706.385000', '093706.388000', '093706.391000', '093706.393000', '093706.396000', '093706.399000', '093706.402000', '093706.405000', '093706.408000', '093706.411000', '093706.413000', '093706.416000', '093726.271000', '093726.274000', '093726.277000', '093726.280000', '093726.282000', '093726.285000', '093726.288000', '093726.291000', '093726.294000', '093726.297000', '093726.299000', '093726.302000', '093726.305000', '093726.308000', '093726.311000', '093726.314000', '093726.317000', '093726.320000', '093726.322000', '093726.325000', '093726.328000', '093726.331000', '093726.334000', '093726.339000', '093726.342000', '093726.345000', '093726.348000', '093726.351000', '093726.354000', '093726.356000', '093726.359000', '093726.362000', '093726.365000', '093726.368000', '093726.370000', '093726.373000', '093726.376000', '093726.379000', '093726.382000', '093726.384000', '093726.387000', '093726.390000', '093726.393000', '093746.271000', '093746.274000', '093746.277000', '093746.280000', '093746.283000', '093746.286000', '093746.288000', '093746.291000', '093746.294000', '093746.297000', '093746.300000', '093746.303000', '093746.305000', '093746.308000', '093746.311000', '093746.314000', '093746.317000', '093746.320000', '093746.322000', '093746.325000', '093746.328000', '093746.331000', '093746.334000', '093746.336000', '093746.339000', '093746.342000', '093746.345000', '093746.348000', '093746.351000', '093746.354000', '093746.356000', '093746.359000', '093746.362000', '093746.365000', '093746.368000', '093746.371000', '093746.373000', '093746.376000', '093746.379000', '093746.382000', '093746.385000', '093746.388000', '093746.391000', '093746.393000', '093806.271000', '093806.274000', '093806.277000', '093806.280000', '093806.283000', '093806.295000', '093806.298000', '093806.301000', '093806.304000', '093806.307000', '093806.309000', '093806.312000', '093806.315000', '093806.318000', '093806.321000', '093806.324000', '093806.328000', '093806.331000', '093806.334000', '093806.337000', '093806.340000', '093806.343000', '093806.346000', '093806.349000', '093806.352000', '093806.355000', '093806.358000', '093806.361000', '093806.364000', '093806.366000', '093806.376000', '093806.379000', '093806.381000', '093806.384000', '093806.387000', '093806.390000', '093806.393000', '093806.396000', '093806.398000', '093806.401000', '093806.404000', '093806.407000', '093806.410000', '093826.271000', '093826.274000', '093826.277000', '093826.280000', '093826.282000', '093826.285000', '093826.288000', '093826.291000', '093826.294000', '093826.296000', '093826.299000', '093826.302000', '093826.314000', '093826.317000', '093826.319000', '093826.322000', '093826.325000', '093826.328000', '093826.331000', '093826.333000', '093826.336000', '093826.339000', '093826.342000', '093826.345000', '093826.347000', '093826.350000', '093826.353000', '093826.356000', '093826.359000', '093826.362000', '093826.365000', '093826.368000', '093826.370000', '093826.373000', '093826.376000', '093826.379000', '093826.382000', '093826.385000', '093826.388000', '093826.390000', '093826.393000', '093826.396000', '093826.399000', '093826.402000', '093846.271000', '093846.274000', '093846.277000', '093846.280000', '093846.283000', '093846.286000', '093846.289000', '093846.291000', '093846.294000', '093846.297000', '093846.300000', '093846.303000', '093846.306000', '093846.309000', '093846.312000', '093846.314000', '093846.317000', '093846.320000', '093846.323000', '093846.326000', '093846.329000', '093846.331000', '093846.334000', '093846.337000', '093846.340000', '093846.343000', '093846.345000', '093846.348000', '093846.351000', '093846.354000', '093846.357000', '093846.360000', '093846.362000', '093846.365000', '093846.368000', '093846.371000', '093846.374000', '093846.377000', '093846.379000', '093846.382000', '093846.385000', '093846.388000', '093846.391000', '093906.271000', '093906.274000', '093906.277000', '093906.280000', '093906.283000', '093906.286000', '093906.288000', '093906.291000', '093906.294000', '093906.303000', '093906.306000', '093906.309000', '093906.312000', '093906.314000', '093906.317000', '093906.320000', '093906.323000', '093906.326000', '093906.329000', '093906.331000', '093906.334000', '093906.337000', '093906.340000', '093906.343000', '093906.346000', '093906.348000', '093906.351000', '093906.354000', '093906.357000', '093906.360000', '093906.363000', '093906.365000', '093906.368000', '093906.371000', '093906.374000', '093906.377000', '093906.379000', '093906.382000', '093906.385000', '093906.388000', '093906.391000', '093906.394000', '093906.397000', '093906.400000', '093926.272000', '093926.275000', '093926.278000', '093926.281000', '093926.283000', '093926.286000', '093926.289000', '093926.292000', '093926.295000', '093926.298000', '093926.301000', '093926.303000', '093926.306000', '093926.309000', '093926.312000', '093926.314000', '093926.317000', '093926.320000', '093926.323000', '093926.327000', '093926.330000', '093926.333000', '093926.335000', '093926.338000', '093926.341000', '093926.344000', '093926.347000', '093926.350000', '093926.353000', '093926.355000', '093926.358000', '093926.361000', '093926.364000', '093926.366000', '093926.369000', '093926.372000', '093926.375000', '093926.378000', '093926.392000', '093926.394000', '093926.397000', '093926.400000', '093926.403000', '093946.271000', '093946.274000', '093946.277000', '093946.280000', '093946.282000', '093946.285000', '093946.288000', '093946.291000', '093946.294000', '093946.297000', '093946.300000', '093946.302000', '093946.305000', '093946.308000', '093946.311000', '093946.314000', '093946.317000', '093946.320000', '093946.322000', '093946.325000', '093946.328000', '093946.331000', '093946.334000', '093946.346000', '093946.349000', '093946.352000', '093946.355000', '093946.358000', '093946.361000', '093946.364000', '093946.366000', '093946.369000', '093946.372000', '093946.375000', '093946.378000', '093946.381000', '093946.384000', '093946.387000', '093946.389000', '093946.392000', '093946.395000', '093946.398000', '093946.401000', '093946.404000', '094006.271000', '094006.274000', '094006.277000', '094006.280000', '094006.282000', '094006.285000', '094006.288000', '094006.291000', '094006.294000', '094006.297000', '094006.300000', '094006.302000', '094006.305000', '094006.308000', '094006.311000', '094006.314000', '094006.317000', '094006.319000', '094006.322000', '094006.325000', '094006.328000', '094006.331000', '094006.334000', '094006.336000', '094006.339000', '094006.342000', '094006.345000', '094006.348000', '094006.350000', '094006.353000', '094006.356000', '094006.359000', '094006.362000', '094006.365000', '094006.367000', '094006.370000', '094006.373000', '094006.376000', '094006.379000', '094006.382000', '094006.384000', '094006.387000', '094006.390000', '094026.271000', '094026.274000', '094026.277000', '094026.280000', '094026.283000', '094026.286000', '094026.289000', '094026.292000', '094026.295000', '094026.298000', '094026.300000', '094026.303000', '094026.306000', '094026.309000', '094026.312000', '094026.315000', '094026.317000', '094026.320000', '094026.323000', '094026.326000', '094026.329000', '094026.332000', '094026.334000', '094026.337000', '094026.340000', '094026.343000', '094026.346000', '094026.349000', '094026.351000', '094026.354000', '094026.357000', '094026.360000', '094026.363000', '094026.366000', '094026.368000', '094026.371000', '094026.374000', '094026.377000', '094026.380000', '094026.382000', '094026.385000', '094026.388000', '094026.391000', '094026.394000', '094046.271000', '094046.274000', '094046.277000', '094046.280000', '094046.283000', '094046.286000', '094046.289000', '094046.292000', '094046.295000', '094046.298000', '094046.301000', '094046.303000', '094046.306000', '094046.309000', '094046.312000', '094046.315000', '094046.318000', '094046.321000', '094046.324000', '094046.326000', '094046.329000', '094046.332000', '094046.335000', '094046.338000', '094046.341000', '094046.344000', '094046.347000', '094046.349000', '094046.352000', '094046.355000', '094046.358000', '094046.361000', '094046.365000', '094046.368000', '094046.371000', '094046.374000', '094046.377000', '094046.380000', '094046.383000', '094046.386000', '094046.388000', '094046.391000', '094046.394000', '094057.992000', '094057.995000', '094057.998000', '094058.002000', '094058.005000', '094058.008000', '094058.011000', '094058.014000', '094058.019000', '094058.022000', '094058.025000', '094058.028000', '094058.031000', '094058.033000', '094058.036000', '094058.039000', '094058.042000', '094058.045000', '094058.048000', '094058.051000', '094058.054000', '094058.057000', '094058.060000', '094058.063000', '094058.066000', '094058.069000'], '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': [10448, 10187, 12428, 8482, 14032, 9267, 14238, 9470, 13810, 11919, 8349, 12260, 8973, 8800, 9888, 9118, 13179, 8937, 13324, 11897, 8824, 12391, 8765, 8997, 8612, 8870, 11262, 8624, 13083, 8811, 14253, 8797, 8416, 8150, 8262, 9818, 8631, 11297, 8877, 8711, 11060, 8821, 13502, 9239, 14111, 9109, 9033, 10160, 8824, 12966, 9094, 13429, 9050, 9291, 9008, 9291, 10647, 9037, 12236, 9044, 9205, 9133, 8999, 9084, 8950, 11412, 9150, 10256, 9247, 9058, 9902, 9245, 13074, 9409, 14444, 10249, 9210, 10342, 8582, 12943, 9174, 9835, 9378, 9568, 9103, 9263, 12641, 9355, 9160, 9806, 9115, 12069, 9311, 10111, 9513, 9404, 10569, 9799, 12859, 9303, 9134, 12812, 9587, 13365, 9598, 9450, 9382, 9125, 12791, 9431, 9700, 10732, 9662, 12027, 9862, 13667, 9403, 9273, 13069, 9596, 13235, 9471, 9570, 10547, 9556, 13231, 9811, 9735, 10908, 9339, 11635, 9605, 13822, 9086, 9179, 12228, 9604, 12861, 9370, 9504, 9720, 9300, 12850, 9414, 11651, 9572, 9748, 10989, 9295, 12385, 9551, 14195, 10773, 9134, 10278, 9135, 11022, 9822, 12406, 9162, 9154, 11109, 9348, 11650, 9753, 9452, 9467, 9542, 10513, 9299, 13592, 9876, 9843, 9740, 9994, 11211, 9412, 13630, 9716, 10203, 9518, 9718, 10699, 9288, 14141, 9638, 9535, 10312, 9743, 9516, 10195, 9806, 9543, 13518, 9236, 9360, 11621, 9929, 13706, 9741, 14125, 10043, 14095, 10789, 14231, 9566, 9864, 10171, 9443, 12533, 10045, 13746, 9331, 9727, 9687, 10060, 9458, 9453, 10005, 9947, 9975, 10178, 10327, 9702, 12651, 9573, 13318, 10043, 12924, 9955, 9720, 10205, 9319, 13099, 10001, 13041, 9864, 9570, 10653, 9334, 12697, 9843, 10148, 9584, 9726, 11354, 9569, 13222, 10927, 9592, 11540, 10015, 9683, 10513, 9805, 13923, 10430, 10503, 10508, 10404, 12232, 10359, 13873, 9735, 10223, 10894, 9870, 11426, 10287, 13074, 9829, 10171, 10542, 10231, 11137, 9958, 9654, 10386, 10057, 12194, 10481, 10516, 10192, 10261, 12141, 10134, 13395, 10460, 10349, 10167, 9642, 12789, 9879, 9775, 9995, 10240, 10597, 10539, 10415, 11915, 9842, 13978, 10536, 10496, 10331, 10332, 13877, 11390, 12963, 12450, 10101, 12067, 10328, 10236, 11483, 10341, 14293, 10772, 10193, 12123, 10315, 10829, 10109, 10233, 12656, 9931, 10058, 10516, 10278, 12499, 10367, 10190, 10966, 9878, 14336, 10251, 10492, 10205, 10500, 12905, 10247, 10059, 10048, 9496, 12558, 10562, 10352, 10209, 10088, 12128, 10185, 10058, 11401, 10517, 11625, 10497, 10110, 13408, 10650, 10398, 10325, 10411, 13206, 10056, 10155, 13387, 10560, 10447, 10272, 10423, 13693, 10213, 10111, 13097, 10566, 10566, 10368, 10675, 10515, 10182, 10004, 13016, 10652, 10554, 10332, 9991, 13333, 10516, 10213, 14789, 10211, 9886, 11328, 10432, 10218, 10921, 10399, 10333, 10514, 10876, 10320, 14036, 11059, 10860, 14369, 11529, 10542, 14856, 10550, 10805, 12912, 10461, 11694, 10635, 10613, 11778, 10391, 10352, 11443, 10267, 10603, 10359, 10757, 10062, 10497, 10557, 12260, 10263, 10380, 12464, 10916, 10531, 10642, 10763, 14079, 10584, 10737, 12768, 10877, 10970, 10543, 10506, 13893, 10642, 10822, 11009, 10963, 10761, 10682, 9976, 13219, 10932, 10528, 10711, 10819, 10360, 12150, 10873, 10642, 10683, 10616, 13359, 10855, 10867, 12018, 10771, 10289, 11884, 10701, 9826, 11154, 10514, 10609, 11145, 10400, 9682, 12707, 11320, 10447, 10191, 10112, 10523, 13326, 10211, 10011, 12027, 10583, 10142, 10345, 10638, 11680, 10245, 9958, 10820, 10577, 10230, 10790, 10508, 11351, 10554, 13710, 10587, 10668, 10887, 11052, 13636, 10821, 10583, 10975, 10471, 12120, 10765, 10723, 10266, 10389, 10010, 9504, 10583, 9303, 10291, 9961, 11244, 10752, 10743, 12475, 11120, 10573, 12388, 10207, 14343, 10777, 10718, 11610, 10449, 13688, 10579, 15004, 10345, 10456, 10254, 10350, 11829, 10522, 10147, 10379, 10430, 10549, 10520, 10263, 11831, 10719, 12438, 10581, 10296, 12170, 10870, 12705, 10536, 10840, 10297, 10362, 12410, 10868, 11004, 10468, 10088, 11345, 10821, 10457, 10649, 10227, 11492, 10156, 10372, 10609, 10888, 12638, 10728, 13886, 10679, 10488, 12864, 10838, 10845, 10537, 10334, 13351, 10430, 10489, 11169, 10851, 10648, 10570, 10715, 13232, 10573, 10711, 12089, 10966, 11925, 10501, 10716, 12730, 10718, 11631, 10542, 10471, 12009, 10556, 10364, 12474, 10768, 10469, 10654, 10922, 12327, 10553, 13729, 10643, 10835, 10683, 10718, 12575, 10332, 10299, 12754, 10644, 10551, 10809, 10217, 10495, 11975, 10654, 10428, 10654, 10773, 12900, 11174, 10386, 13417, 10828, 10602, 12073, 10590, 13835, 11400, 10725, 12667, 10592, 10666, 12026, 10547, 11292, 11356, 10749, 10915, 10610, 10697, 12146, 10532, 14249, 10830, 10613, 11047, 10725, 12297, 10599, 10149, 10744, 10581, 10916, 10510, 10416, 11419, 10455, 10193, 12667, 10855, 10915, 10359, 10866, 12826, 10793, 10808, 11156, 10073, 14430, 10683, 10488, 10521, 10719, 13384, 10532, 10631, 11185, 10306, 12943, 10595, 10623, 10571, 10811, 12715, 10271, 10315, 12113, 10720, 12994, 10665, 13242, 10594, 10636, 11501, 10456, 11986, 10701, 10546, 10545, 10327, 11526, 10686, 10723, 10746, 10653, 10653, 10596, 12122, 10223, 13402, 11014, 13254, 10981, 10946, 10473, 10302, 12711, 10819, 12998, 10484, 10154, 10091, 10357, 12414, 10675, 10441, 9280, 10999, 10519, 11554, 10649, 11056, 11323, 11036, 11020, 13708, 10843, 11274, 14704, 10926, 13369, 10908, 11138, 11986, 11088, 14248, 10928, 10676, 13129, 10700, 13297, 10668, 10627, 10236, 10944, 12875, 10704, 10217, 11365, 11169, 12572, 10973, 11168, 10709, 10703, 11508, 10880, 11516, 10990, 12450, 10893, 13697, 10656, 11063, 10493, 11022, 11461, 11008, 11270, 10627, 11094, 11246, 11170, 10848, 10980, 10736, 13322, 10712, 10640, 11510, 11421, 12152, 10985, 10926, 11098, 10744, 12835, 10720, 14225, 10806, 10896, 10722, 10915, 13400, 10730, 10873, 11015, 10680, 13217, 11002, 11180, 10565, 11066, 11623, 10835, 13257, 10749, 11156, 10608, 10930, 11157, 10745, 13306, 10961, 11586, 10533, 11019, 10546, 10310, 13282, 10426, 10593, 10787, 11043, 10660, 11021, 11073, 10663, 11059, 11247, 11089, 10911, 11092, 11068, 12426, 11272, 14279, 11356, 13789, 11143, 10994, 10622, 11001, 12522, 10936, 13973, 10759, 10961, 11442, 11053, 11328, 10876, 12001, 10803, 10834, 10458, 10491, 11274, 11115, 10727, 10931, 10789, 10661, 10536, 12083, 11070, 12924, 10787, 10876, 10913, 10584, 13297, 10999, 11064, 10791, 10960, 10680, 10805, 13775, 10817, 11003, 10641, 11037, 11805, 11101, 13446, 10788, 11006, 11545, 11049, 11585, 11062, 12926, 10670, 10602, 12348, 10900, 12153, 10836, 10710, 10736, 10965, 10922, 11080, 10412, 11150, 11231, 11135, 11306, 11205, 11273, 11069, 11242, 14347, 10994, 14348, 13239, 11127, 12213, 11348, 12538, 10822, 11296, 10674, 10943, 13286, 10690, 10982, 10343, 11054, 10638, 10713, 11144, 11203, 10782, 12701, 10847, 11210, 10879, 11259, 10810, 11084, 10680, 10660, 13269, 11142, 13488, 10977, 12986, 10825, 11227, 10588, 10585, 11530, 10806, 11887, 11158, 11029, 11187, 10908, 10659, 10838, 12571, 11127, 10844, 11075, 10864, 12231, 11029, 11042, 11110, 10820, 11169, 11142, 13815, 10970, 11006, 11835, 11300, 11942, 11057, 11041, 10794, 11104, 12364, 10904, 11027, 10873, 11161, 10949, 11069, 12607, 10793, 10685, 13320, 11246, 13855, 11098, 11783, 10712, 10967, 11592, 10771, 12161, 10968, 12155, 10875, 11109, 10489, 10829, 10418, 11118, 10671, 11006, 10809, 10788, 10893, 11420, 10974, 10930, 11093, 11093, 12065, 11046, 10762, 12201, 10817, 13886, 11186, 10899, 11152, 11010, 13010, 10929, 10685, 13560, 11150, 14412, 11059, 11213, 11052, 11170, 13420, 10909, 11348, 10827, 11132, 11219, 11181, 11057, 10724, 10872, 12139, 11220, 10816, 10894, 10779, 10752, 10826, 13274, 10896, 10881, 9891, 11045, 10919, 11064, 10988, 12392, 10753, 14303, 13352, 10921, 12009, 11105, 10901, 10877, 11116, 11490, 11060, 13408, 11170, 12434, 10828, 11010, 11262, 10915, 13906, 10942, 12213, 10894, 11089, 10816, 11103, 12151, 11195, 11039, 10782, 10651, 10635, 11025, 12351, 10886, 10794, 10978, 10651, 10872, 11188, 12020, 11064, 10684, 10922, 10364, 10796, 11105, 10910, 11180, 10707, 10593, 11162, 11296, 11120, 10948, 10616, 11039, 10606, 11041, 11345, 11210], 'WindowCenter': [4448.0, 4418.0, 4416.0, 4369.0, 4403.0, 4354.0, 4377.0, 4352.0, 4377.0, 4358.0, 4327.0, 4355.0, 4324.0, 4324.0, 4335.0, 4336.0, 4366.0, 4339.0, 4392.0, 4370.0, 4337.0, 4350.0, 4325.0, 4324.0, 4327.0, 4323.0, 4344.0, 4314.0, 4365.0, 4338.0, 4376.0, 4322.0, 4312.0, 4301.0, 4313.0, 4331.0, 4324.0, 4346.0, 4332.0, 4326.0, 4356.0, 4339.0, 4367.0, 4337.0, 4360.0, 4321.0, 4323.0, 4334.0, 4325.0, 4360.0, 4324.0, 4352.0, 4323.0, 4323.0, 4321.0, 4321.0, 4339.0, 4336.0, 4354.0, 4319.0, 4335.0, 4337.0, 4331.0, 4336.0, 4340.0, 4364.0, 4346.0, 4356.0, 4345.0, 4340.0, 4347.0, 4345.0, 4377.0, 4347.0, 4379.0, 4348.0, 4338.0, 4347.0, 4338.0, 4366.0, 4333.0, 4345.0, 4337.0, 4346.0, 4336.0, 4347.0, 4380.0, 4362.0, 4348.0, 4360.0, 4351.0, 4377.0, 4365.0, 4357.0, 4361.0, 4345.0, 4360.0, 4360.0, 4375.0, 4350.0, 4349.0, 4379.0, 4345.0, 4373.0, 4342.0, 4346.0, 4335.0, 4334.0, 4376.0, 4348.0, 4348.0, 4355.0, 4347.0, 4361.0, 4343.0, 4372.0, 4348.0, 4337.0, 4365.0, 4335.0, 4366.0, 4334.0, 4334.0, 4344.0, 4350.0, 4380.0, 4347.0, 4338.0, 4345.0, 4332.0, 4343.0, 4332.0, 4363.0, 4335.0, 4332.0, 4353.0, 4330.0, 4360.0, 4333.0, 4335.0, 4330.0, 4336.0, 4372.0, 4333.0, 4352.0, 4346.0, 4336.0, 4345.0, 4331.0, 4361.0, 4347.0, 4375.0, 4345.0, 4335.0, 4343.0, 4333.0, 4339.0, 4345.0, 4356.0, 4336.0, 4347.0, 4357.0, 4337.0, 4357.0, 4347.0, 4342.0, 4347.0, 4343.0, 4370.0, 4362.0, 4374.0, 4357.0, 4345.0, 4349.0, 4348.0, 4367.0, 4350.0, 4379.0, 4345.0, 4348.0, 4335.0, 4335.0, 4356.0, 4349.0, 4378.0, 4348.0, 4343.0, 4346.0, 4347.0, 4361.0, 4367.0, 4371.0, 4358.0, 4395.0, 4357.0, 4357.0, 4376.0, 4356.0, 4388.0, 4350.0, 4374.0, 4347.0, 4374.0, 4348.0, 4359.0, 4334.0, 4320.0, 4333.0, 4321.0, 4349.0, 4331.0, 4352.0, 4321.0, 4322.0, 4320.0, 4328.0, 4348.0, 4347.0, 4349.0, 4346.0, 4359.0, 4353.0, 4358.0, 4360.0, 4380.0, 4345.0, 4373.0, 4344.0, 4362.0, 4347.0, 4347.0, 4358.0, 4332.0, 4372.0, 4340.0, 4364.0, 4344.0, 4348.0, 4355.0, 4334.0, 4362.0, 4346.0, 4340.0, 4343.0, 4342.0, 4388.0, 4361.0, 4374.0, 4355.0, 4330.0, 4354.0, 4344.0, 4333.0, 4346.0, 4346.0, 4374.0, 4342.0, 4347.0, 4342.0, 4342.0, 4348.0, 4334.0, 4363.0, 4322.0, 4333.0, 4331.0, 4319.0, 4339.0, 4330.0, 4353.0, 4335.0, 4334.0, 4338.0, 4341.0, 4354.0, 4347.0, 4349.0, 4357.0, 4349.0, 4364.0, 4356.0, 4351.0, 4360.0, 4355.0, 4379.0, 4356.0, 4374.0, 4356.0, 4348.0, 4347.0, 4349.0, 4378.0, 4362.0, 4344.0, 4352.0, 4352.0, 4353.0, 4370.0, 4366.0, 4383.0, 4358.0, 4385.0, 4369.0, 4353.0, 4356.0, 4352.0, 4384.0, 4369.0, 4367.0, 4365.0, 4343.0, 4350.0, 4343.0, 4338.0, 4353.0, 4344.0, 4374.0, 4354.0, 4343.0, 4348.0, 4342.0, 4344.0, 4343.0, 4341.0, 4366.0, 4343.0, 4343.0, 4344.0, 4340.0, 4360.0, 4345.0, 4343.0, 4357.0, 4346.0, 4373.0, 4346.0, 4340.0, 4345.0, 4340.0, 4359.0, 4344.0, 4345.0, 4342.0, 4347.0, 4381.0, 4353.0, 4355.0, 4357.0, 4354.0, 4373.0, 4356.0, 4360.0, 4368.0, 4355.0, 4368.0, 4358.0, 4363.0, 4390.0, 4363.0, 4355.0, 4356.0, 4357.0, 4374.0, 4359.0, 4358.0, 4375.0, 4361.0, 4354.0, 4353.0, 4354.0, 4387.0, 4354.0, 4346.0, 4376.0, 4355.0, 4352.0, 4352.0, 4353.0, 4353.0, 4358.0, 4359.0, 4373.0, 4356.0, 4358.0, 4357.0, 4346.0, 4385.0, 4357.0, 4348.0, 4378.0, 4344.0, 4349.0, 4355.0, 4354.0, 4352.0, 4369.0, 4358.0, 4360.0, 4368.0, 4368.0, 4367.0, 4402.0, 4366.0, 4353.0, 4384.0, 4351.0, 4345.0, 4370.0, 4334.0, 4328.0, 4353.0, 4329.0, 4338.0, 4318.0, 4328.0, 4330.0, 4319.0, 4331.0, 4343.0, 4335.0, 4346.0, 4339.0, 4357.0, 4343.0, 4357.0, 4360.0, 4376.0, 4361.0, 4356.0, 4382.0, 4369.0, 4355.0, 4359.0, 4372.0, 4387.0, 4371.0, 4369.0, 4376.0, 4359.0, 4359.0, 4358.0, 4356.0, 4386.0, 4360.0, 4356.0, 4353.0, 4353.0, 4359.0, 4359.0, 4355.0, 4376.0, 4365.0, 4366.0, 4372.0, 4366.0, 4372.0, 4379.0, 4369.0, 4368.0, 4360.0, 4369.0, 4404.0, 4381.0, 4383.0, 4404.0, 4397.0, 4383.0, 4393.0, 4360.0, 4341.0, 4357.0, 4357.0, 4356.0, 4354.0, 4367.0, 4370.0, 4381.0, 4368.0, 4359.0, 4342.0, 4350.0, 4359.0, 4374.0, 4361.0, 4355.0, 4363.0, 4354.0, 4347.0, 4345.0, 4352.0, 4369.0, 4375.0, 4361.0, 4369.0, 4367.0, 4357.0, 4370.0, 4357.0, 4382.0, 4375.0, 4391.0, 4368.0, 4353.0, 4355.0, 4366.0, 4375.0, 4359.0, 4355.0, 4369.0, 4353.0, 4365.0, 4354.0, 4365.0, 4358.0, 4369.0, 4367.0, 4357.0, 4368.0, 4360.0, 4380.0, 4381.0, 4393.0, 4397.0, 4392.0, 4390.0, 4379.0, 4370.0, 4390.0, 4370.0, 4388.0, 4368.0, 4356.0, 4365.0, 4353.0, 4378.0, 4344.0, 4372.0, 4335.0, 4340.0, 4331.0, 4332.0, 4342.0, 4343.0, 4346.0, 4346.0, 4356.0, 4343.0, 4345.0, 4343.0, 4358.0, 4359.0, 4366.0, 4357.0, 4343.0, 4363.0, 4352.0, 4361.0, 4343.0, 4356.0, 4346.0, 4342.0, 4362.0, 4354.0, 4355.0, 4354.0, 4360.0, 4365.0, 4370.0, 4355.0, 4360.0, 4367.0, 4382.0, 4370.0, 4369.0, 4369.0, 4367.0, 4376.0, 4369.0, 4391.0, 4359.0, 4356.0, 4375.0, 4355.0, 4358.0, 4354.0, 4354.0, 4391.0, 4355.0, 4357.0, 4363.0, 4369.0, 4355.0, 4355.0, 4366.0, 4388.0, 4368.0, 4368.0, 4377.0, 4366.0, 4364.0, 4355.0, 4357.0, 4379.0, 4354.0, 4357.0, 4342.0, 4352.0, 4362.0, 4358.0, 4358.0, 4364.0, 4360.0, 4361.0, 4355.0, 4367.0, 4375.0, 4371.0, 4388.0, 4371.0, 4353.0, 4358.0, 4353.0, 4377.0, 4359.0, 4355.0, 4378.0, 4354.0, 4365.0, 4366.0, 4366.0, 4367.0, 4376.0, 4371.0, 4366.0, 4367.0, 4368.0, 4377.0, 4367.0, 4360.0, 4376.0, 4354.0, 4357.0, 4362.0, 4357.0, 4373.0, 4356.0, 4340.0, 4363.0, 4344.0, 4344.0, 4365.0, 4346.0, 4343.0, 4342.0, 4342.0, 4339.0, 4340.0, 4345.0, 4360.0, 4355.0, 4376.0, 4344.0, 4344.0, 4352.0, 4343.0, 4350.0, 4346.0, 4344.0, 4357.0, 4342.0, 4350.0, 4352.0, 4355.0, 4365.0, 4366.0, 4359.0, 4381.0, 4366.0, 4354.0, 4355.0, 4365.0, 4375.0, 4367.0, 4353.0, 4369.0, 4356.0, 4383.0, 4356.0, 4356.0, 4352.0, 4357.0, 4377.0, 4353.0, 4342.0, 4356.0, 4343.0, 4365.0, 4340.0, 4344.0, 4341.0, 4356.0, 4365.0, 4346.0, 4346.0, 4361.0, 4359.0, 4365.0, 4352.0, 4364.0, 4346.0, 4342.0, 4353.0, 4341.0, 4355.0, 4341.0, 4339.0, 4356.0, 4354.0, 4368.0, 4356.0, 4359.0, 4365.0, 4364.0, 4367.0, 4371.0, 4376.0, 4355.0, 4374.0, 4354.0, 4361.0, 4353.0, 4352.0, 4353.0, 4348.0, 4367.0, 4341.0, 4360.0, 4341.0, 4360.0, 4358.0, 4355.0, 4378.0, 4354.0, 4354.0, 4344.0, 4367.0, 4374.0, 4390.0, 4395.0, 4381.0, 4378.0, 4383.0, 4379.0, 4398.0, 4380.0, 4372.0, 4392.0, 4359.0, 4378.0, 4356.0, 4351.0, 4350.0, 4351.0, 4367.0, 4346.0, 4344.0, 4355.0, 4334.0, 4348.0, 4330.0, 4331.0, 4328.0, 4345.0, 4365.0, 4359.0, 4348.0, 4358.0, 4359.0, 4362.0, 4354.0, 4351.0, 4358.0, 4346.0, 4357.0, 4341.0, 4352.0, 4342.0, 4356.0, 4358.0, 4378.0, 4345.0, 4356.0, 4346.0, 4352.0, 4366.0, 4371.0, 4372.0, 4371.0, 4365.0, 4368.0, 4365.0, 4364.0, 4373.0, 4380.0, 4401.0, 4371.0, 4357.0, 4369.0, 4366.0, 4364.0, 4365.0, 4354.0, 4370.0, 4365.0, 4375.0, 4356.0, 4385.0, 4354.0, 4353.0, 4351.0, 4354.0, 4363.0, 4352.0, 4340.0, 4344.0, 4345.0, 4362.0, 4340.0, 4343.0, 4343.0, 4345.0, 4354.0, 4351.0, 4364.0, 4357.0, 4340.0, 4341.0, 4346.0, 4355.0, 4352.0, 4361.0, 4345.0, 4350.0, 4343.0, 4339.0, 4344.0, 4345.0, 4365.0, 4345.0, 4341.0, 4356.0, 4363.0, 4366.0, 4381.0, 4384.0, 4382.0, 4394.0, 4382.0, 4381.0, 4380.0, 4379.0, 4368.0, 4376.0, 4365.0, 4386.0, 4371.0, 4379.0, 4358.0, 4353.0, 4344.0, 4354.0, 4361.0, 4354.0, 4374.0, 4356.0, 4340.0, 4352.0, 4344.0, 4340.0, 4341.0, 4352.0, 4343.0, 4344.0, 4345.0, 4344.0, 4351.0, 4358.0, 4358.0, 4358.0, 4356.0, 4356.0, 4360.0, 4365.0, 4371.0, 4378.0, 4358.0, 4358.0, 4370.0, 4357.0, 4372.0, 4354.0, 4356.0, 4355.0, 4358.0, 4356.0, 4365.0, 4385.0, 4371.0, 4369.0, 4359.0, 4354.0, 4365.0, 4364.0, 4375.0, 4366.0, 4357.0, 4368.0, 4357.0, 4353.0, 4359.0, 4363.0, 4360.0, 4355.0, 4367.0, 4358.0, 4368.0, 4352.0, 4359.0, 4358.0, 4365.0, 4372.0, 4380.0, 4369.0, 4382.0, 4386.0, 4389.0, 4391.0, 4380.0, 4379.0, 4380.0, 4378.0, 4398.0, 4368.0, 4387.0, 4381.0, 4355.0, 4357.0, 4345.0, 4348.0, 4342.0, 4338.0, 4332.0, 4343.0, 4360.0, 4345.0, 4344.0, 4331.0, 4343.0, 4345.0, 4341.0, 4358.0, 4359.0, 4372.0, 4381.0, 4374.0, 4368.0, 4360.0, 4354.0, 4355.0, 4354.0, 4345.0, 4346.0, 4366.0, 4346.0, 4365.0, 4346.0, 4353.0, 4340.0, 4344.0, 4345.0, 4352.0, 4358.0, 4358.0, 4355.0, 4352.0, 4350.0, 4357.0, 4354.0, 4366.0, 4368.0, 4384.0, 4370.0, 4366.0, 4364.0, 4367.0, 4379.0, 4370.0, 4367.0, 4372.0, 4366.0, 4365.0, 4371.0, 4387.0, 4371.0, 4361.0, 4370.0, 4354.0, 4361.0, 4357.0, 4354.0, 4356.0, 4353.0, 4363.0, 4359.0, 4353.0, 4356.0, 4355.0, 4352.0, 4357.0, 4366.0, 4357.0, 4347.0, 4363.0, 4347.0, 4364.0, 4345.0, 4338.0, 4333.0, 4328.0, 4345.0, 4342.0, 4341.0, 4345.0, 4351.0, 4344.0, 4339.0, 4346.0, 4359.0, 4357.0, 4367.0, 4353.0, 4369.0, 4362.0, 4365.0, 4378.0, 4381.0, 4385.0, 4367.0, 4381.0, 4377.0, 4376.0, 4379.0, 4379.0, 4383.0, 4370.0, 4384.0, 4364.0, 4356.0, 4368.0, 4355.0, 4377.0, 4370.0, 4362.0, 4378.0, 4357.0, 4379.0, 4358.0, 4350.0, 4350.0, 4355.0, 4367.0, 4349.0, 4354.0, 4342.0, 4339.0, 4338.0, 4351.0, 4354.0, 4358.0, 4340.0, 4353.0, 4339.0, 4339.0, 4343.0, 4343.0, 4356.0, 4359.0, 4379.0, 4358.0, 4353.0, 4346.0, 4365.0, 4368.0, 4366.0, 4371.0, 4388.0, 4382.0, 4403.0, 4390.0, 4359.0, 4363.0, 4354.0, 4357.0, 4356.0, 4356.0, 4364.0, 4370.0, 4374.0, 4364.0, 4366.0, 4353.0, 4355.0, 4358.0, 4346.0, 4360.0, 4340.0, 4349.0, 4344.0, 4341.0, 4337.0, 4338.0, 4352.0, 4346.0, 4342.0, 4345.0, 4346.0, 4341.0, 4355.0, 4367.0, 4347.0, 4341.0, 4358.0, 4359.0, 4358.0, 4356.0, 4366.0, 4367.0, 4359.0, 4368.0, 4370.0, 4373.0, 4381.0, 4369.0, 4376.0, 4380.0, 4380.0, 4381.0, 4382.0, 4383.0, 4379.0, 4380.0, 4392.0, 4382.0, 4392.0, 4391.0, 4381.0], 'WindowWidth': [9819.0, 9754.0, 9738.0, 9661.0, 9697.0, 9627.0, 9652.0, 9621.0, 9649.0, 9620.0, 9575.0, 9608.0, 9566.0, 9567.0, 9583.0, 9586.0, 9627.0, 9597.0, 9673.0, 9639.0, 9589.0, 9599.0, 9568.0, 9565.0, 9571.0, 9561.0, 9592.0, 9551.0, 9622.0, 9593.0, 9639.0, 9561.0, 9546.0, 9530.0, 9547.0, 9571.0, 9567.0, 9596.0, 9579.0, 9572.0, 9612.0, 9594.0, 9628.0, 9588.0, 9612.0, 9559.0, 9561.0, 9578.0, 9568.0, 9612.0, 9566.0, 9600.0, 9563.0, 9562.0, 9559.0, 9559.0, 9583.0, 9585.0, 9606.0, 9558.0, 9581.0, 9586.0, 9575.0, 9588.0, 9598.0, 9626.0, 9604.0, 9617.0, 9602.0, 9598.0, 9606.0, 9602.0, 9647.0, 9606.0, 9650.0, 9607.0, 9591.0, 9603.0, 9594.0, 9629.0, 9583.0, 9598.0, 9589.0, 9602.0, 9590.0, 9608.0, 9655.0, 9633.0, 9610.0, 9625.0, 9616.0, 9650.0, 9639.0, 9620.0, 9629.0, 9603.0, 9625.0, 9626.0, 9642.0, 9615.0, 9612.0, 9651.0, 9602.0, 9637.0, 9593.0, 9601.0, 9586.0, 9584.0, 9643.0, 9607.0, 9607.0, 9614.0, 9604.0, 9618.0, 9596.0, 9635.0, 9609.0, 9590.0, 9625.0, 9585.0, 9625.0, 9582.0, 9582.0, 9594.0, 9607.0, 9651.0, 9604.0, 9589.0, 9597.0, 9576.0, 9591.0, 9576.0, 9619.0, 9585.0, 9577.0, 9604.0, 9573.0, 9611.0, 9579.0, 9583.0, 9573.0, 9587.0, 9635.0, 9583.0, 9606.0, 9600.0, 9585.0, 9597.0, 9574.0, 9617.0, 9604.0, 9639.0, 9597.0, 9582.0, 9591.0, 9577.0, 9584.0, 9596.0, 9611.0, 9589.0, 9603.0, 9615.0, 9590.0, 9615.0, 9604.0, 9594.0, 9605.0, 9597.0, 9640.0, 9633.0, 9641.0, 9620.0, 9602.0, 9609.0, 9605.0, 9631.0, 9614.0, 9649.0, 9602.0, 9605.0, 9584.0, 9583.0, 9616.0, 9611.0, 9646.0, 9606.0, 9594.0, 9601.0, 9605.0, 9628.0, 9638.0, 9645.0, 9627.0, 9679.0, 9625.0, 9625.0, 9649.0, 9621.0, 9664.0, 9613.0, 9642.0, 9606.0, 9638.0, 9603.0, 9611.0, 9579.0, 9556.0, 9575.0, 9555.0, 9593.0, 9571.0, 9599.0, 9556.0, 9558.0, 9556.0, 9568.0, 9605.0, 9603.0, 9609.0, 9604.0, 9623.0, 9611.0, 9623.0, 9627.0, 9655.0, 9602.0, 9637.0, 9596.0, 9618.0, 9602.0, 9604.0, 9620.0, 9580.0, 9633.0, 9587.0, 9622.0, 9596.0, 9605.0, 9614.0, 9583.0, 9618.0, 9599.0, 9586.0, 9593.0, 9595.0, 9670.0, 9632.0, 9639.0, 9614.0, 9574.0, 9608.0, 9596.0, 9579.0, 9601.0, 9600.0, 9637.0, 9593.0, 9602.0, 9592.0, 9589.0, 9594.0, 9578.0, 9617.0, 9562.0, 9575.0, 9570.0, 9553.0, 9579.0, 9570.0, 9604.0, 9582.0, 9578.0, 9581.0, 9589.0, 9608.0, 9602.0, 9609.0, 9618.0, 9608.0, 9625.0, 9615.0, 9604.0, 9623.0, 9615.0, 9649.0, 9617.0, 9640.0, 9617.0, 9605.0, 9604.0, 9611.0, 9650.0, 9629.0, 9599.0, 9609.0, 9611.0, 9612.0, 9640.0, 9633.0, 9661.0, 9625.0, 9661.0, 9640.0, 9613.0, 9618.0, 9609.0, 9657.0, 9637.0, 9630.0, 9625.0, 9592.0, 9598.0, 9591.0, 9580.0, 9605.0, 9595.0, 9638.0, 9608.0, 9591.0, 9594.0, 9589.0, 9592.0, 9592.0, 9588.0, 9626.0, 9594.0, 9592.0, 9595.0, 9588.0, 9613.0, 9598.0, 9593.0, 9616.0, 9602.0, 9636.0, 9599.0, 9587.0, 9596.0, 9589.0, 9614.0, 9598.0, 9598.0, 9596.0, 9606.0, 9654.0, 9612.0, 9612.0, 9617.0, 9613.0, 9639.0, 9620.0, 9627.0, 9635.0, 9614.0, 9634.0, 9622.0, 9634.0, 9668.0, 9633.0, 9614.0, 9616.0, 9619.0, 9640.0, 9625.0, 9621.0, 9644.0, 9626.0, 9612.0, 9609.0, 9611.0, 9661.0, 9613.0, 9602.0, 9643.0, 9613.0, 9607.0, 9609.0, 9610.0, 9611.0, 9622.0, 9623.0, 9638.0, 9618.0, 9619.0, 9619.0, 9605.0, 9660.0, 9618.0, 9606.0, 9646.0, 9597.0, 9607.0, 9613.0, 9611.0, 9608.0, 9637.0, 9623.0, 9629.0, 9641.0, 9641.0, 9636.0, 9690.0, 9633.0, 9611.0, 9653.0, 9606.0, 9595.0, 9627.0, 9579.0, 9564.0, 9604.0, 9568.0, 9575.0, 9547.0, 9561.0, 9564.0, 9551.0, 9569.0, 9588.0, 9581.0, 9598.0, 9583.0, 9615.0, 9594.0, 9617.0, 9624.0, 9645.0, 9628.0, 9619.0, 9656.0, 9636.0, 9615.0, 9623.0, 9643.0, 9662.0, 9643.0, 9637.0, 9644.0, 9623.0, 9621.0, 9620.0, 9616.0, 9657.0, 9623.0, 9613.0, 9609.0, 9610.0, 9619.0, 9622.0, 9617.0, 9645.0, 9629.0, 9632.0, 9645.0, 9633.0, 9646.0, 9655.0, 9641.0, 9638.0, 9626.0, 9638.0, 9698.0, 9663.0, 9668.0, 9698.0, 9694.0, 9671.0, 9681.0, 9626.0, 9590.0, 9616.0, 9616.0, 9613.0, 9610.0, 9637.0, 9647.0, 9656.0, 9638.0, 9623.0, 9593.0, 9609.0, 9621.0, 9638.0, 9628.0, 9615.0, 9623.0, 9610.0, 9602.0, 9598.0, 9608.0, 9635.0, 9652.0, 9631.0, 9639.0, 9637.0, 9619.0, 9639.0, 9622.0, 9660.0, 9655.0, 9670.0, 9639.0, 9612.0, 9615.0, 9630.0, 9641.0, 9624.0, 9616.0, 9638.0, 9608.0, 9626.0, 9612.0, 9628.0, 9622.0, 9640.0, 9637.0, 9623.0, 9639.0, 9631.0, 9662.0, 9665.0, 9685.0, 9690.0, 9680.0, 9674.0, 9658.0, 9645.0, 9674.0, 9646.0, 9667.0, 9639.0, 9617.0, 9630.0, 9607.0, 9646.0, 9594.0, 9633.0, 9583.0, 9584.0, 9570.0, 9575.0, 9588.0, 9591.0, 9599.0, 9600.0, 9613.0, 9593.0, 9598.0, 9595.0, 9619.0, 9622.0, 9631.0, 9619.0, 9594.0, 9620.0, 9605.0, 9616.0, 9595.0, 9614.0, 9602.0, 9592.0, 9619.0, 9609.0, 9612.0, 9612.0, 9626.0, 9629.0, 9639.0, 9615.0, 9627.0, 9637.0, 9662.0, 9643.0, 9640.0, 9641.0, 9637.0, 9647.0, 9639.0, 9671.0, 9627.0, 9619.0, 9643.0, 9617.0, 9620.0, 9613.0, 9616.0, 9671.0, 9616.0, 9618.0, 9625.0, 9636.0, 9615.0, 9615.0, 9633.0, 9665.0, 9639.0, 9637.0, 9648.0, 9631.0, 9627.0, 9616.0, 9621.0, 9652.0, 9613.0, 9617.0, 9593.0, 9607.0, 9620.0, 9623.0, 9622.0, 9626.0, 9626.0, 9627.0, 9615.0, 9633.0, 9643.0, 9645.0, 9664.0, 9643.0, 9611.0, 9619.0, 9612.0, 9649.0, 9626.0, 9617.0, 9650.0, 9614.0, 9629.0, 9634.0, 9633.0, 9636.0, 9648.0, 9645.0, 9635.0, 9637.0, 9640.0, 9650.0, 9637.0, 9627.0, 9646.0, 9614.0, 9616.0, 9621.0, 9618.0, 9635.0, 9614.0, 9587.0, 9619.0, 9594.0, 9594.0, 9625.0, 9601.0, 9593.0, 9590.0, 9590.0, 9585.0, 9588.0, 9597.0, 9615.0, 9614.0, 9641.0, 9595.0, 9593.0, 9603.0, 9591.0, 9600.0, 9600.0, 9597.0, 9615.0, 9593.0, 9601.0, 9605.0, 9614.0, 9629.0, 9633.0, 9627.0, 9657.0, 9632.0, 9612.0, 9613.0, 9629.0, 9643.0, 9634.0, 9611.0, 9637.0, 9618.0, 9652.0, 9617.0, 9615.0, 9607.0, 9616.0, 9642.0, 9608.0, 9593.0, 9615.0, 9594.0, 9625.0, 9587.0, 9595.0, 9589.0, 9613.0, 9626.0, 9603.0, 9600.0, 9617.0, 9620.0, 9624.0, 9607.0, 9623.0, 9601.0, 9591.0, 9606.0, 9589.0, 9610.0, 9591.0, 9586.0, 9617.0, 9615.0, 9634.0, 9619.0, 9623.0, 9629.0, 9628.0, 9635.0, 9642.0, 9648.0, 9615.0, 9641.0, 9612.0, 9619.0, 9609.0, 9605.0, 9612.0, 9605.0, 9630.0, 9590.0, 9615.0, 9591.0, 9623.0, 9621.0, 9614.0, 9647.0, 9613.0, 9615.0, 9602.0, 9637.0, 9652.0, 9674.0, 9691.0, 9661.0, 9656.0, 9666.0, 9658.0, 9681.0, 9661.0, 9648.0, 9673.0, 9622.0, 9646.0, 9613.0, 9601.0, 9601.0, 9601.0, 9626.0, 9599.0, 9593.0, 9608.0, 9578.0, 9593.0, 9570.0, 9572.0, 9566.0, 9596.0, 9624.0, 9621.0, 9605.0, 9619.0, 9620.0, 9619.0, 9610.0, 9604.0, 9619.0, 9601.0, 9618.0, 9590.0, 9605.0, 9591.0, 9614.0, 9620.0, 9645.0, 9600.0, 9613.0, 9599.0, 9607.0, 9628.0, 9642.0, 9643.0, 9642.0, 9628.0, 9636.0, 9631.0, 9627.0, 9650.0, 9659.0, 9690.0, 9645.0, 9619.0, 9639.0, 9634.0, 9626.0, 9629.0, 9612.0, 9640.0, 9628.0, 9645.0, 9618.0, 9658.0, 9613.0, 9609.0, 9604.0, 9608.0, 9622.0, 9606.0, 9588.0, 9596.0, 9597.0, 9618.0, 9587.0, 9591.0, 9590.0, 9595.0, 9608.0, 9604.0, 9622.0, 9616.0, 9587.0, 9590.0, 9598.0, 9612.0, 9605.0, 9618.0, 9598.0, 9601.0, 9593.0, 9583.0, 9596.0, 9600.0, 9625.0, 9597.0, 9590.0, 9615.0, 9626.0, 9633.0, 9657.0, 9667.0, 9665.0, 9684.0, 9667.0, 9663.0, 9660.0, 9658.0, 9638.0, 9648.0, 9631.0, 9661.0, 9645.0, 9652.0, 9622.0, 9607.0, 9597.0, 9608.0, 9617.0, 9609.0, 9637.0, 9614.0, 9586.0, 9603.0, 9591.0, 9584.0, 9586.0, 9599.0, 9590.0, 9594.0, 9598.0, 9597.0, 9603.0, 9619.0, 9617.0, 9620.0, 9615.0, 9618.0, 9626.0, 9629.0, 9641.0, 9647.0, 9621.0, 9622.0, 9639.0, 9618.0, 9635.0, 9612.0, 9613.0, 9613.0, 9619.0, 9616.0, 9632.0, 9658.0, 9642.0, 9637.0, 9623.0, 9614.0, 9629.0, 9628.0, 9644.0, 9633.0, 9619.0, 9634.0, 9616.0, 9609.0, 9619.0, 9624.0, 9627.0, 9618.0, 9630.0, 9619.0, 9631.0, 9608.0, 9620.0, 9620.0, 9630.0, 9644.0, 9657.0, 9642.0, 9662.0, 9672.0, 9673.0, 9678.0, 9660.0, 9657.0, 9659.0, 9654.0, 9681.0, 9640.0, 9667.0, 9658.0, 9612.0, 9614.0, 9593.0, 9593.0, 9587.0, 9579.0, 9573.0, 9588.0, 9613.0, 9595.0, 9591.0, 9572.0, 9592.0, 9594.0, 9588.0, 9619.0, 9622.0, 9643.0, 9655.0, 9648.0, 9635.0, 9626.0, 9612.0, 9613.0, 9609.0, 9599.0, 9601.0, 9625.0, 9597.0, 9621.0, 9597.0, 9604.0, 9586.0, 9593.0, 9596.0, 9609.0, 9620.0, 9619.0, 9609.0, 9605.0, 9601.0, 9617.0, 9612.0, 9634.0, 9639.0, 9664.0, 9643.0, 9633.0, 9630.0, 9638.0, 9657.0, 9644.0, 9636.0, 9646.0, 9632.0, 9630.0, 9642.0, 9662.0, 9644.0, 9627.0, 9638.0, 9610.0, 9619.0, 9618.0, 9610.0, 9615.0, 9609.0, 9625.0, 9623.0, 9611.0, 9616.0, 9613.0, 9606.0, 9617.0, 9627.0, 9618.0, 9602.0, 9622.0, 9600.0, 9620.0, 9595.0, 9580.0, 9578.0, 9565.0, 9594.0, 9587.0, 9586.0, 9593.0, 9598.0, 9592.0, 9582.0, 9599.0, 9623.0, 9617.0, 9633.0, 9608.0, 9636.0, 9624.0, 9630.0, 9656.0, 9660.0, 9668.0, 9638.0, 9656.0, 9650.0, 9649.0, 9655.0, 9655.0, 9661.0, 9640.0, 9655.0, 9627.0, 9616.0, 9635.0, 9616.0, 9648.0, 9642.0, 9631.0, 9649.0, 9618.0, 9647.0, 9617.0, 9599.0, 9600.0, 9610.0, 9630.0, 9606.0, 9607.0, 9591.0, 9582.0, 9582.0, 9602.0, 9611.0, 9619.0, 9587.0, 9607.0, 9585.0, 9583.0, 9593.0, 9593.0, 9615.0, 9623.0, 9648.0, 9620.0, 9609.0, 9603.0, 9629.0, 9635.0, 9632.0, 9643.0, 9667.0, 9665.0, 9693.0, 9670.0, 9623.0, 9625.0, 9613.0, 9616.0, 9618.0, 9616.0, 9626.0, 9638.0, 9641.0, 9627.0, 9630.0, 9611.0, 9613.0, 9618.0, 9600.0, 9614.0, 9586.0, 9595.0, 9593.0, 9585.0, 9579.0, 9581.0, 9602.0, 9598.0, 9590.0, 9595.0, 9600.0, 9591.0, 9613.0, 9627.0, 9602.0, 9590.0, 9620.0, 9627.0, 9622.0, 9617.0, 9630.0, 9631.0, 9622.0, 9635.0, 9642.0, 9650.0, 9659.0, 9641.0, 9649.0, 9660.0, 9661.0, 9663.0, 9662.0, 9666.0, 9656.0, 9662.0, 9680.0, 9664.0, 9679.0, 9677.0, 9663.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.00020561251086012163</td></tr>
<tr><td colspan=3>aqi</td><td>0.017218845960034753</td></tr>
<tr><td colspan=3>dummy_trs</td><td>5</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>35.90367954095651</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2019076108521742</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9895071770695657</td></tr>
<tr><td colspan=3>efc</td><td>0.47</td></tr>
<tr><td colspan=3>fber</td><td>6146.9775</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08389592865401467</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>39</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>3.3883579496090355</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.2137770368655034</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.170685311883193</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.3600717619133227</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.1105740367999952</td></tr>
<tr><td colspan=3>gcor</td><td>0.0170169</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.011375971138477325</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.023472880944609642</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1151</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.197854883850646</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>26.7542</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>39.9027</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>182.3238</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>48.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>302726.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>911.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>374.2318</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.7458</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>587.1711</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3605.6154</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3734.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>73818.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1567.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4732.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>889.4959</td></tr>
<tr><td colspan=3>tsnr</td><td>43.43612106272485</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>