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

616 lines
No EOL
110 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-0079_ses-04_task-alignvideo_acq-mb8_run-02_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-0079_ses-04_task-alignvideo_acq-mb8_run-02_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-02_session-04_subject-0079_suffix-bold_task-alignvideo" 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-0079/figures/sub-0079_ses-04_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0079/figures/sub-0079_ses-04_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0079/figures/sub-0079_ses-04_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-02_session-04_subject-0079_suffix-bold_task-alignvideo" 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-0079/figures/sub-0079_ses-04_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0079/figures/sub-0079_ses-04_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0079/figures/sub-0079_ses-04_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-02_session-04_subject-0079_suffix-bold_task-alignvideo" 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-0079/figures/sub-0079_ses-04_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0079/figures/sub-0079_ses-04_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0079/figures/sub-0079_ses-04_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-02_session-04_subject-0079_suffix-bold_task-alignvideo" 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-0079/figures/sub-0079_ses-04_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0079/figures/sub-0079_ses-04_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0079/figures/sub-0079_ses-04_task-alignvideo_acq-mb8_run-02_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-02_session-04_subject-0079_suffix-bold_task-alignvideo" 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-0079/figures/sub-0079_ses-04_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0079/figures/sub-0079_ses-04_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0079/figures/sub-0079_ses-04_task-alignvideo_acq-mb8_run-02_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-02_session-04_subject-0079_suffix-bold_task-alignvideo" 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-0079/figures/sub-0079_ses-04_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0079/figures/sub-0079_ses-04_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0079/figures/sub-0079_ses-04_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-04_subject-0079_suffix-bold_task-alignvideo" 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-0079/figures/sub-0079_ses-04_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0079/figures/sub-0079_ses-04_task-alignvideo_acq-mb8_run-02_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-0079/figures/sub-0079_ses-04_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0079/figures/sub-0079_ses-04_task-alignvideo_acq-mb8_run-02_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-0079/ses-04/func/sub-0079_ses-04_task-alignvideo_acq-mb8_run-02_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>d27425ec158765bbc232193be3829c07</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>13:44:43.545000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.998979, 0.0363529, 0.0268139, -0.0385515, 0.995494, 0.0866394]</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-02_task-alignvideo_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.101079</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-02_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>34</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4158, -7752, -7274, 486, 20, -87, 32, 57]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>253.769</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>1291e01e-2005-4fb2-aa53-f5b297125298||Sequence: R016 ve11e/master r/434b28f1; Aug 7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6801881790161133, -0.10343097895383835, 0.06356741487979889, 114.43152618408203], [-0.09753210842609406, 2.6708364486694336, 0.23647858202457428, -95.29612731933594], [0.07193976640701294, -0.23244713246822357, 2.688872814178467, -61.38540267944336], [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, 926]</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], 'AcquisitionTime': ['134443.545000', '134444.005000', '134444.465000', '134444.925000', '134445.385000', '134445.845000', '134446.305000', '134446.765000', '134447.225000', '134447.685000', '134448.145000', '134448.605000', '134449.065000', '134449.525000', '134449.985000', '134450.445000', '134450.905000', '134451.365000', '134451.825000', '134452.285000', '134452.745000', '134453.205000', '134453.665000', '134454.125000', '134454.585000', '134455.045000', '134455.505000', '134455.965000', '134456.425000', '134456.885000', '134457.345000', '134457.805000', '134458.265000', '134458.725000', '134459.185000', '134459.645000', '134500.105000', '134500.565000', '134501.025000', '134501.485000', '134501.945000', '134502.405000', '134502.865000', '134503.325000', '134503.785000', '134504.245000', '134504.705000', '134505.165000', '134505.625000', '134506.085000', '134506.545000', '134507.005000', '134507.465000', '134507.925000', '134508.385000', '134508.845000', '134509.305000', '134509.765000', '134510.225000', '134510.685000', '134511.145000', '134511.605000', '134512.065000', '134512.525000', '134512.985000', '134513.445000', '134513.905000', '134514.365000', '134514.825000', '134515.285000', '134515.745000', '134516.205000', '134516.665000', '134517.125000', '134517.585000', '134518.045000', '134518.505000', '134518.965000', '134519.425000', '134519.885000', '134520.345000', '134520.805000', '134521.265000', '134521.725000', '134522.185000', '134522.645000', '134523.105000', '134523.565000', '134524.025000', '134524.485000', '134524.945000', '134525.405000', '134525.865000', '134526.325000', '134526.785000', '134527.245000', '134527.705000', '134528.165000', '134528.625000', '134529.085000', '134529.545000', '134530.005000', '134530.465000', '134530.925000', '134531.385000', '134531.845000', '134532.305000', '134532.765000', '134533.225000', '134533.685000', '134534.145000', '134534.605000', '134535.065000', '134535.525000', '134535.985000', '134536.445000', '134536.905000', '134537.365000', '134537.825000', '134538.285000', '134538.745000', '134539.205000', '134539.665000', '134540.125000', '134540.585000', '134541.045000', '134541.505000', '134541.965000', '134542.425000', '134542.885000', '134543.345000', '134543.805000', '134544.265000', '134544.725000', '134545.185000', '134545.645000', '134546.105000', '134546.565000', '134547.025000', '134547.485000', '134547.945000', '134548.405000', '134548.865000', '134549.325000', '134549.785000', '134550.245000', '134550.705000', '134551.165000', '134551.625000', '134552.085000', '134552.545000', '134553.005000', '134553.465000', '134553.925000', '134554.385000', '134554.845000', '134555.305000', '134555.765000', '134556.225000', '134556.685000', '134557.145000', '134557.605000', '134558.065000', '134558.525000', '134558.985000', '134559.445000', '134559.905000', '134600.365000', '134600.825000', '134601.285000', '134601.745000', '134602.205000', '134602.665000', '134603.125000', '134603.585000', '134604.045000', '134604.505000', '134604.965000', '134605.425000', '134605.885000', '134606.345000', '134606.805000', '134607.265000', '134607.725000', '134608.185000', '134608.645000', '134609.105000', '134609.565000', '134610.025000', '134610.485000', '134610.945000', '134611.405000', '134611.865000', '134612.325000', '134612.785000', '134613.245000', '134613.705000', '134614.165000', '134614.625000', '134615.085000', '134615.545000', '134616.005000', '134616.465000', '134616.925000', '134617.385000', '134617.845000', '134618.305000', '134618.765000', '134619.225000', '134619.685000', '134620.145000', '134620.605000', '134621.065000', '134621.525000', '134621.985000', '134622.445000', '134622.905000', '134623.365000', '134623.825000', '134624.285000', '134624.745000', '134625.205000', '134625.665000', '134626.125000', '134626.585000', '134627.045000', '134627.505000', '134627.965000', '134628.425000', '134628.885000', '134629.345000', '134629.805000', '134630.265000', '134630.725000', '134631.185000', '134631.645000', '134632.105000', '134632.565000', '134633.025000', '134633.485000', '134633.945000', '134634.405000', '134634.865000', '134635.325000', '134635.785000', '134636.245000', '134636.705000', '134637.165000', '134637.625000', '134638.085000', '134638.545000', '134639.005000', '134639.465000', '134639.925000', '134640.385000', '134640.845000', '134641.305000', '134641.765000', '134642.225000', '134642.685000', '134643.145000', '134643.605000', '134644.065000', '134644.525000', '134644.985000', '134645.445000', '134645.905000', '134646.365000', '134646.825000', '134647.285000', '134647.745000', '134648.205000', '134648.665000', '134649.125000', '134649.585000', '134650.045000', '134650.505000', '134650.965000', '134651.425000', '134651.885000', '134652.345000', '134652.805000', '134653.265000', '134653.725000', '134654.185000', '134654.645000', '134655.105000', '134655.565000', '134656.025000', '134656.485000', '134656.945000', '134657.405000', '134657.865000', '134658.325000', '134658.785000', '134659.245000', '134659.705000', '134700.165000', '134700.625000', '134701.085000', '134701.545000', '134702.005000', '134702.465000', '134702.925000', '134703.385000', '134703.845000', '134704.305000', '134704.765000', '134705.225000', '134705.685000', '134706.145000', '134706.605000', '134707.065000', '134707.525000', '134707.985000', '134708.445000', '134708.905000', '134709.365000', '134709.825000', '134710.285000', '134710.745000', '134711.205000', '134711.665000', '134712.125000', '134712.585000', '134713.045000', '134713.505000', '134713.965000', '134714.425000', '134714.885000', '134715.345000', '134715.805000', '134716.265000', '134716.725000', '134717.185000', '134717.645000', '134718.105000', '134718.565000', '134719.025000', '134719.485000', '134719.945000', '134720.405000', '134720.865000', '134721.325000', '134721.785000', '134722.245000', '134722.705000', '134723.165000', '134723.625000', '134724.085000', '134724.545000', '134725.005000', '134725.465000', '134725.925000', '134726.385000', '134726.845000', '134727.305000', '134727.765000', '134728.225000', '134728.685000', '134729.145000', '134729.605000', '134730.065000', '134730.525000', '134730.985000', '134731.445000', '134731.905000', '134732.365000', '134732.825000', '134733.285000', '134733.745000', '134734.205000', '134734.665000', '134735.125000', '134735.585000', '134736.045000', '134736.505000', '134736.965000', '134737.425000', '134737.885000', '134738.345000', '134738.805000', '134739.265000', '134739.725000', '134740.185000', '134740.645000', '134741.105000', '134741.565000', '134742.025000', '134742.485000', '134742.945000', '134743.405000', '134743.865000', '134744.325000', '134744.785000', '134745.245000', '134745.705000', '134746.165000', '134746.625000', '134747.085000', '134747.545000', '134748.005000', '134748.465000', '134748.925000', '134749.385000', '134749.845000', '134750.305000', '134750.765000', '134751.225000', '134751.685000', '134752.145000', '134752.605000', '134753.065000', '134753.525000', '134753.985000', '134754.445000', '134754.905000', '134755.365000', '134755.825000', '134756.285000', '134756.745000', '134757.205000', '134757.665000', '134758.125000', '134758.585000', '134759.045000', '134759.505000', '134759.965000', '134800.425000', '134800.885000', '134801.345000', '134801.805000', '134802.265000', '134802.725000', '134803.185000', '134803.645000', '134804.105000', '134804.565000', '134805.025000', '134805.485000', '134805.945000', '134806.405000', '134806.865000', '134807.325000', '134807.785000', '134808.245000', '134808.705000', '134809.165000', '134809.625000', '134810.085000', '134810.545000', '134811.005000', '134811.465000', '134811.925000', '134812.385000', '134812.845000', '134813.305000', '134813.765000', '134814.225000', '134814.685000', '134815.145000', '134815.605000', '134816.065000', '134816.525000', '134816.985000', '134817.445000', '134817.905000', '134818.365000', '134818.825000', '134819.285000', '134819.745000', '134820.205000', '134820.665000', '134821.125000', '134821.585000', '134822.045000', '134822.505000', '134822.965000', '134823.425000', '134823.885000', '134824.345000', '134824.805000', '134825.265000', '134825.725000', '134826.185000', '134826.645000', '134827.105000', '134827.565000', '134828.025000', '134828.485000', '134828.945000', '134829.405000', '134829.865000', '134830.325000', '134830.785000', '134831.245000', '134831.705000', '134832.165000', '134832.625000', '134833.085000', '134833.545000', '134834.005000', '134834.465000', '134834.925000', '134835.385000', '134835.845000', '134836.305000', '134836.765000', '134837.225000', '134837.685000', '134838.145000', '134838.605000', '134839.065000', '134839.525000', '134839.985000', '134840.445000', '134840.905000', '134841.365000', '134841.825000', '134842.285000', '134842.745000', '134843.205000', '134843.665000', '134844.125000', '134844.585000', '134845.045000', '134845.505000', '134845.965000', '134846.425000', '134846.885000', '134847.345000', '134847.805000', '134848.265000', '134848.725000', '134849.185000', '134849.645000', '134850.105000', '134850.565000', '134851.025000', '134851.485000', '134851.945000', '134852.405000', '134852.865000', '134853.325000', '134853.785000', '134854.245000', '134854.705000', '134855.165000', '134855.625000', '134856.085000', '134856.545000', '134857.005000', '134857.465000', '134857.925000', '134858.385000', '134858.845000', '134859.305000', '134859.765000', '134900.225000', '134900.685000', '134901.145000', '134901.605000', '134902.065000', '134902.525000', '134902.985000', '134903.445000', '134903.905000', '134904.365000', '134904.825000', '134905.285000', '134905.745000', '134906.205000', '134906.665000', '134907.125000', '134907.585000', '134908.045000', '134908.505000', '134908.965000', '134909.425000', '134909.885000', '134910.345000', '134910.805000', '134911.265000', '134911.725000', '134912.185000', '134912.645000', '134913.105000', '134913.565000', '134914.025000', '134914.485000', '134914.945000', '134915.405000', '134915.865000', '134916.325000', '134916.785000', '134917.245000', '134917.705000', '134918.165000', '134918.625000', '134919.085000', '134919.545000', '134920.005000', '134920.465000', '134920.925000', '134921.385000', '134921.845000', '134922.305000', '134922.765000', '134923.225000', '134923.685000', '134924.145000', '134924.605000', '134925.065000', '134925.525000', '134925.985000', '134926.445000', '134926.905000', '134927.365000', '134927.825000', '134928.285000', '134928.745000', '134929.205000', '134929.665000', '134930.125000', '134930.585000', '134931.045000', '134931.505000', '134931.965000', '134932.425000', '134932.885000', '134933.345000', '134933.805000', '134934.265000', '134934.725000', '134935.185000', '134935.645000', '134936.105000', '134936.565000', '134937.025000', '134937.485000', '134937.945000', '134938.405000', '134938.865000', '134939.325000', '134939.785000', '134940.245000', '134940.705000', '134941.165000', '134941.625000', '134942.085000', '134942.545000', '134943.005000', '134943.465000', '134943.925000', '134944.385000', '134944.845000', '134945.305000', '134945.765000', '134946.225000', '134946.685000', '134947.145000', '134947.605000', '134948.065000', '134948.525000', '134948.985000', '134949.445000', '134949.905000', '134950.365000', '134950.825000', '134951.285000', '134951.745000', '134952.205000', '134952.665000', '134953.125000', '134953.585000', '134954.045000', '134954.505000', '134954.965000', '134955.425000', '134955.885000', '134956.345000', '134956.805000', '134957.265000', '134957.725000', '134958.185000', '134958.645000', '134959.105000', '134959.565000', '135000.025000', '135000.485000', '135000.945000', '135001.405000', '135001.865000', '135002.325000', '135002.785000', '135003.245000', '135003.705000', '135004.165000', '135004.625000', '135005.085000', '135005.545000', '135006.005000', '135006.465000', '135006.925000', '135007.385000', '135007.845000', '135008.305000', '135008.765000', '135009.225000', '135009.685000', '135010.145000', '135010.605000', '135011.065000', '135011.525000', '135011.985000', '135012.445000', '135012.905000', '135013.365000', '135013.825000', '135014.285000', '135014.745000', '135015.205000', '135015.665000', '135016.125000', '135016.585000', '135017.045000', '135017.505000', '135017.965000', '135018.425000', '135018.885000', '135019.345000', '135019.805000', '135020.265000', '135020.725000', '135021.185000', '135021.645000', '135022.105000', '135022.565000', '135023.025000', '135023.485000', '135023.945000', '135024.405000', '135024.865000', '135025.325000', '135025.785000', '135026.245000', '135026.705000', '135027.165000', '135027.625000', '135028.085000', '135028.545000', '135029.005000', '135029.465000', '135029.925000', '135030.385000', '135030.845000', '135031.305000', '135031.765000', '135032.225000', '135032.685000', '135033.145000', '135033.605000', '135034.065000', '135034.525000', '135034.985000', '135035.445000', '135035.905000', '135036.365000', '135036.825000', '135037.285000', '135037.745000', '135038.205000', '135038.665000', '135039.125000', '135039.585000', '135040.045000', '135040.505000', '135040.965000', '135041.425000', '135041.885000', '135042.345000', '135042.805000', '135043.265000', '135043.725000', '135044.185000', '135044.645000', '135045.105000', '135045.565000', '135046.025000', '135046.485000', '135046.945000', '135047.405000', '135047.865000', '135048.325000', '135048.785000', '135049.245000', '135049.705000', '135050.165000', '135050.625000', '135051.085000', '135051.545000', '135052.005000', '135052.465000', '135052.925000', '135053.385000', '135053.845000', '135054.305000', '135054.765000', '135055.225000', '135055.685000', '135056.145000', '135056.605000', '135057.065000', '135057.525000', '135057.985000', '135058.445000', '135058.905000', '135059.365000', '135059.825000', '135100.285000', '135100.745000', '135101.205000', '135101.665000', '135102.125000', '135102.585000', '135103.045000', '135103.505000', '135103.965000', '135104.425000', '135104.885000', '135105.345000', '135105.805000', '135106.265000', '135106.725000', '135107.185000', '135107.645000', '135108.105000', '135108.565000', '135109.025000', '135109.485000', '135109.945000', '135110.405000', '135110.865000', '135111.325000', '135111.785000', '135112.245000', '135112.705000', '135113.165000', '135113.625000', '135114.085000', '135114.545000', '135115.005000', '135115.465000', '135115.925000', '135116.385000', '135116.845000', '135117.305000', '135117.765000', '135118.225000', '135118.685000', '135119.145000', '135119.605000', '135120.065000', '135120.525000', '135120.985000', '135121.445000', '135121.905000', '135122.365000', '135122.825000', '135123.285000', '135123.745000', '135124.205000', '135124.665000', '135125.125000', '135125.585000', '135126.045000', '135126.505000', '135126.965000', '135127.425000', '135127.885000', '135128.345000', '135128.805000', '135129.265000', '135129.725000', '135130.185000', '135130.645000', '135131.105000', '135131.565000', '135132.025000', '135132.485000', '135132.945000', '135133.405000', '135133.865000', '135134.325000', '135134.785000', '135135.245000', '135135.705000', '135136.165000', '135136.625000', '135137.085000', '135137.545000', '135138.005000', '135138.465000', '135138.925000', '135139.385000', '135139.845000', '135140.305000', '135140.765000', '135141.225000', '135141.685000', '135142.145000', '135142.605000', '135143.065000', '135143.525000', '135143.985000', '135144.445000', '135144.905000', '135145.365000', '135145.825000', '135146.285000', '135146.745000', '135147.205000', '135147.665000', '135148.125000', '135148.585000', '135149.045000'], 'ContentTime': ['134507.647000', '134507.650000', '134507.653000', '134507.656000', '134507.658000', '134507.661000', '134507.663000', '134507.666000', '134507.669000', '134507.671000', '134507.684000', '134507.687000', '134507.689000', '134507.692000', '134507.695000', '134507.697000', '134507.700000', '134507.702000', '134507.708000', '134507.710000', '134507.713000', '134507.715000', '134507.718000', '134507.721000', '134507.723000', '134507.726000', '134507.728000', '134507.731000', '134507.734000', '134507.736000', '134507.739000', '134507.741000', '134507.744000', '134507.747000', '134507.749000', '134507.752000', '134507.755000', '134507.757000', '134507.760000', '134507.762000', '134507.765000', '134507.768000', '134507.770000', '134507.773000', '134507.775000', '134507.778000', '134507.781000', '134507.783000', '134507.786000', '134507.788000', '134507.791000', '134527.610000', '134527.613000', '134527.616000', '134527.619000', '134527.621000', '134527.624000', '134527.627000', '134527.629000', '134527.632000', '134527.634000', '134527.637000', '134527.640000', '134527.642000', '134527.645000', '134527.648000', '134527.650000', '134527.653000', '134527.656000', '134527.659000', '134527.662000', '134527.665000', '134527.668000', '134527.670000', '134527.673000', '134527.675000', '134527.678000', '134527.681000', '134527.694000', '134527.697000', '134527.700000', '134527.702000', '134527.705000', '134527.708000', '134527.710000', '134527.713000', '134527.715000', '134527.718000', '134527.721000', '134527.723000', '134527.726000', '134527.729000', '134527.731000', '134527.734000', '134547.610000', '134547.612000', '134547.617000', '134547.620000', '134547.622000', '134547.625000', '134547.628000', '134547.630000', '134547.633000', '134547.635000', '134547.638000', '134547.641000', '134547.643000', '134547.646000', '134547.648000', '134547.651000', '134547.654000', '134547.656000', '134547.659000', '134547.662000', '134547.664000', '134547.667000', '134547.669000', '134547.672000', '134547.675000', '134547.677000', '134547.680000', '134547.682000', '134547.685000', '134547.688000', '134547.690000', '134547.693000', '134547.695000', '134547.698000', '134547.701000', '134547.703000', '134547.706000', '134547.709000', '134547.711000', '134547.714000', '134547.716000', '134547.719000', '134547.722000', '134547.724000', '134607.609000', '134607.612000', '134607.615000', '134607.618000', '134607.620000', '134607.623000', '134607.630000', '134607.633000', '134607.635000', '134607.638000', '134607.640000', '134607.643000', '134607.646000', '134607.648000', '134607.651000', '134607.653000', '134607.656000', '134607.659000', '134607.661000', '134607.664000', '134607.667000', '134607.669000', '134607.672000', '134607.675000', '134607.677000', '134607.680000', '134607.682000', '134607.685000', '134607.688000', '134607.691000', '134607.694000', '134607.697000', '134607.700000', '134607.703000', '134607.705000', '134607.708000', '134607.710000', '134607.713000', '134607.716000', '134607.718000', '134607.721000', '134607.723000', '134607.726000', '134627.609000', '134627.612000', '134627.615000', '134627.618000', '134627.620000', '134627.623000', '134627.625000', '134627.628000', '134627.631000', '134627.633000', '134627.636000', '134627.639000', '134627.641000', '134627.644000', '134627.646000', '134627.649000', '134627.659000', '134627.662000', '134627.664000', '134627.667000', '134627.669000', '134627.672000', '134627.675000', '134627.677000', '134627.680000', '134627.682000', '134627.685000', '134627.688000', '134627.690000', '134627.693000', '134627.696000', '134627.698000', '134627.701000', '134627.704000', '134627.706000', '134627.709000', '134627.712000', '134627.714000', '134627.717000', '134627.720000', '134627.722000', '134627.725000', '134627.728000', '134627.730000', '134647.610000', '134647.613000', '134647.616000', '134647.619000', '134647.621000', '134647.624000', '134647.627000', '134647.629000', '134647.632000', '134647.635000', '134647.637000', '134647.640000', '134647.642000', '134647.645000', '134647.648000', '134647.650000', '134647.653000', '134647.656000', '134647.658000', '134647.661000', '134647.663000', '134647.666000', '134647.669000', '134647.672000', '134647.675000', '134647.684000', '134647.686000', '134647.689000', '134647.692000', '134647.694000', '134647.697000', '134647.700000', '134647.702000', '134647.705000', '134647.707000', '134647.710000', '134647.713000', '134647.715000', '134647.718000', '134647.720000', '134647.723000', '134647.726000', '134647.728000', '134707.611000', '134707.613000', '134707.616000', '134707.619000', '134707.621000', '134707.624000', '134707.626000', '134707.629000', '134707.632000', '134707.634000', '134707.637000', '134707.639000', '134707.642000', '134707.645000', '134707.648000', '134707.651000', '134707.655000', '134707.657000', '134707.660000', '134707.663000', '134707.665000', '134707.668000', '134707.670000', '134707.673000', '134707.676000', '134707.679000', '134707.681000', '134707.684000', '134707.686000', '134707.689000', '134707.692000', '134707.694000', '134707.697000', '134707.699000', '134707.702000', '134707.705000', '134707.707000', '134707.710000', '134707.713000', '134707.715000', '134707.718000', '134707.720000', '134707.723000', '134727.611000', '134727.613000', '134727.616000', '134727.619000', '134727.621000', '134727.624000', '134727.627000', '134727.629000', '134727.632000', '134727.634000', '134727.637000', '134727.640000', '134727.642000', '134727.645000', '134727.648000', '134727.650000', '134727.653000', '134727.656000', '134727.658000', '134727.661000', '134727.664000', '134727.666000', '134727.669000', '134727.671000', '134727.674000', '134727.677000', '134727.679000', '134727.682000', '134727.685000', '134727.687000', '134727.690000', '134727.693000', '134727.699000', '134727.701000', '134727.704000', '134727.707000', '134727.709000', '134727.712000', '134727.715000', '134727.717000', '134727.720000', '134727.723000', '134727.725000', '134727.728000', '134747.609000', '134747.612000', '134747.615000', '134747.618000', '134747.620000', '134747.623000', '134747.625000', '134747.628000', '134747.631000', '134747.633000', '134747.636000', '134747.639000', '134747.641000', '134747.644000', '134747.647000', '134747.649000', '134747.652000', '134747.655000', '134747.657000', '134747.660000', '134747.662000', '134747.665000', '134747.668000', '134747.670000', '134747.673000', '134747.676000', '134747.678000', '134747.681000', '134747.684000', '134747.686000', '134747.689000', '134747.692000', '134747.694000', '134747.697000', '134747.699000', '134747.702000', '134747.705000', '134747.708000', '134747.710000', '134747.713000', '134747.715000', '134747.749000', '134747.752000', '134747.755000', '134807.609000', '134807.612000', '134807.615000', '134807.618000', '134807.620000', '134807.623000', '134807.626000', '134807.629000', '134807.652000', '134807.655000', '134807.658000', '134807.661000', '134807.663000', '134807.666000', '134807.669000', '134807.671000', '134807.674000', '134807.677000', '134807.679000', '134807.682000', '134807.685000', '134807.687000', '134807.690000', '134807.693000', '134807.695000', '134807.698000', '134807.701000', '134807.703000', '134807.706000', '134807.709000', '134807.711000', '134807.714000', '134807.717000', '134807.719000', '134807.722000', '134807.724000', '134807.727000', '134807.730000', '134807.732000', '134807.735000', '134807.738000', '134807.740000', '134807.743000', '134827.609000', '134827.612000', '134827.615000', '134827.618000', '134827.620000', '134827.623000', '134827.626000', '134827.628000', '134827.631000', '134827.634000', '134827.637000', '134827.639000', '134827.642000', '134827.645000', '134827.647000', '134827.650000', '134827.660000', '134827.662000', '134827.665000', '134827.668000', '134827.670000', '134827.673000', '134827.676000', '134827.678000', '134827.681000', '134827.684000', '134827.686000', '134827.689000', '134827.692000', '134827.694000', '134827.697000', '134827.700000', '134827.703000', '134827.705000', '134827.708000', '134827.710000', '134827.713000', '134827.716000', '134827.718000', '134827.721000', '134827.724000', '134827.726000', '134827.729000', '134827.732000', '134847.610000', '134847.612000', '134847.615000', '134847.618000', '134847.621000', '134847.623000', '134847.626000', '134847.629000', '134847.631000', '134847.634000', '134847.637000', '134847.639000', '134847.642000', '134847.644000', '134847.647000', '134847.650000', '134847.652000', '134847.655000', '134847.658000', '134847.660000', '134847.663000', '134847.665000', '134847.668000', '134847.671000', '134847.682000', '134847.685000', '134847.687000', '134847.690000', '134847.693000', '134847.695000', '134847.698000', '134847.701000', '134847.703000', '134847.706000', '134847.709000', '134847.711000', '134847.714000', '134847.717000', '134847.719000', '134847.722000', '134847.725000', '134847.727000', '134847.730000', '134907.611000', '134907.614000', '134907.616000', '134907.619000', '134907.622000', '134907.624000', '134907.627000', '134907.630000', '134907.632000', '134907.635000', '134907.638000', '134907.640000', '134907.643000', '134907.646000', '134907.649000', '134907.651000', '134907.654000', '134907.657000', '134907.659000', '134907.662000', '134907.665000', '134907.667000', '134907.670000', '134907.673000', '134907.675000', '134907.678000', '134907.680000', '134907.683000', '134907.686000', '134907.688000', '134907.691000', '134907.694000', '134907.696000', '134907.699000', '134907.701000', '134907.704000', '134907.707000', '134907.709000', '134907.712000', '134907.715000', '134907.717000', '134907.720000', '134907.722000', '134907.726000', '134927.611000', '134927.614000', '134927.616000', '134927.619000', '134927.621000', '134927.624000', '134927.627000', '134927.629000', '134927.632000', '134927.635000', '134927.638000', '134927.640000', '134927.643000', '134927.646000', '134927.648000', '134927.651000', '134927.653000', '134927.656000', '134927.659000', '134927.661000', '134927.664000', '134927.667000', '134927.692000', '134927.694000', '134927.697000', '134927.700000', '134927.702000', '134927.705000', '134927.708000', '134927.710000', '134927.713000', '134927.715000', '134927.718000', '134927.721000', '134927.723000', '134927.726000', '134927.729000', '134927.731000', '134927.734000', '134927.737000', '134927.739000', '134927.742000', '134927.745000', '134947.611000', '134947.614000', '134947.617000', '134947.620000', '134947.623000', '134947.626000', '134947.628000', '134947.631000', '134947.633000', '134947.636000', '134947.639000', '134947.641000', '134947.644000', '134947.647000', '134947.649000', '134947.652000', '134947.655000', '134947.657000', '134947.660000', '134947.662000', '134947.665000', '134947.668000', '134947.671000', '134947.673000', '134947.676000', '134947.679000', '134947.681000', '134947.684000', '134947.687000', '134947.689000', '134947.692000', '134947.695000', '134947.697000', '134947.700000', '134947.703000', '134947.705000', '134947.708000', '134947.711000', '134947.713000', '134947.716000', '134947.719000', '134947.721000', '134947.724000', '134947.727000', '135007.609000', '135007.612000', '135007.615000', '135007.618000', '135007.620000', '135007.623000', '135007.626000', '135007.628000', '135007.631000', '135007.633000', '135007.636000', '135007.639000', '135007.641000', '135007.644000', '135007.647000', '135007.649000', '135007.652000', '135007.662000', '135007.665000', '135007.667000', '135007.672000', '135007.675000', '135007.677000', '135007.680000', '135007.682000', '135007.685000', '135007.688000', '135007.690000', '135007.693000', '135007.695000', '135007.698000', '135007.701000', '135007.703000', '135007.706000', '135007.709000', '135007.711000', '135007.714000', '135007.716000', '135007.719000', '135007.722000', '135007.724000', '135007.727000', '135007.730000', '135027.609000', '135027.612000', '135027.615000', '135027.618000', '135027.621000', '135027.623000', '135027.626000', '135027.629000', '135027.631000', '135027.634000', '135027.636000', '135027.639000', '135027.642000', '135027.644000', '135027.647000', '135027.650000', '135027.652000', '135027.655000', '135027.657000', '135027.660000', '135027.663000', '135027.666000', '135027.668000', '135027.671000', '135027.673000', '135027.676000', '135027.679000', '135027.681000', '135027.684000', '135027.687000', '135027.689000', '135027.692000', '135027.695000', '135027.697000', '135027.700000', '135027.703000', '135027.705000', '135027.708000', '135027.710000', '135027.713000', '135027.716000', '135027.718000', '135027.721000', '135047.609000', '135047.612000', '135047.615000', '135047.618000', '135047.620000', '135047.623000', '135047.626000', '135047.628000', '135047.631000', '135047.633000', '135047.636000', '135047.639000', '135047.641000', '135047.644000', '135047.646000', '135047.649000', '135047.652000', '135047.654000', '135047.657000', '135047.660000', '135047.662000', '135047.665000', '135047.668000', '135047.670000', '135047.673000', '135047.676000', '135047.678000', '135047.681000', '135047.684000', '135047.686000', '135047.689000', '135047.700000', '135047.703000', '135047.705000', '135047.715000', '135047.718000', '135047.721000', '135047.723000', '135047.726000', '135047.729000', '135047.731000', '135047.734000', '135047.736000', '135047.739000', '135107.610000', '135107.612000', '135107.615000', '135107.618000', '135107.620000', '135107.623000', '135107.626000', '135107.628000', '135107.631000', '135107.634000', '135107.636000', '135107.639000', '135107.641000', '135107.644000', '135107.647000', '135107.649000', '135107.652000', '135107.656000', '135107.658000', '135107.661000', '135107.664000', '135107.666000', '135107.669000', '135107.672000', '135107.674000', '135107.677000', '135107.680000', '135107.683000', '135107.685000', '135107.688000', '135107.690000', '135107.693000', '135107.696000', '135107.698000', '135107.701000', '135107.704000', '135107.706000', '135107.709000', '135107.712000', '135107.715000', '135107.717000', '135107.720000', '135107.722000', '135107.725000', '135127.611000', '135127.613000', '135127.616000', '135127.619000', '135127.621000', '135127.624000', '135127.627000', '135127.629000', '135127.632000', '135127.635000', '135127.637000', '135127.640000', '135127.642000', '135127.645000', '135127.648000', '135127.650000', '135127.653000', '135127.656000', '135127.658000', '135127.661000', '135127.663000', '135127.666000', '135127.669000', '135127.671000', '135127.674000', '135127.676000', '135127.679000', '135127.682000', '135127.684000', '135127.687000', '135127.690000', '135127.693000', '135127.695000', '135127.698000', '135127.709000', '135127.712000', '135127.715000', '135127.717000', '135127.720000', '135127.723000', '135127.725000', '135127.728000', '135127.730000', '135147.610000', '135147.613000', '135147.616000', '135147.619000', '135147.621000', '135147.624000', '135147.627000', '135147.629000', '135147.632000', '135147.635000', '135147.637000', '135147.640000', '135147.644000', '135147.646000', '135147.649000', '135147.652000', '135147.655000', '135147.657000', '135147.660000', '135147.662000', '135147.665000', '135147.668000', '135147.670000', '135147.673000', '135147.676000', '135147.678000', '135147.681000', '135147.684000', '135147.686000', '135147.689000', '135147.692000', '135147.694000', '135147.697000', '135147.700000', '135147.702000', '135147.705000', '135147.708000', '135147.710000', '135147.718000', '135147.720000', '135147.723000', '135147.726000', '135147.729000', '135149.917000', '135149.920000', '135149.923000', '135149.926000', '135149.928000', '135149.931000'], 'InstanceCreationTime': ['134507.647000', '134507.650000', '134507.653000', '134507.656000', '134507.658000', '134507.661000', '134507.663000', '134507.666000', '134507.669000', '134507.671000', '134507.684000', '134507.687000', '134507.689000', '134507.692000', '134507.695000', '134507.697000', '134507.700000', '134507.702000', '134507.708000', '134507.710000', '134507.713000', '134507.715000', '134507.718000', '134507.721000', '134507.723000', '134507.726000', '134507.728000', '134507.731000', '134507.734000', '134507.736000', '134507.739000', '134507.741000', '134507.744000', '134507.747000', '134507.749000', '134507.752000', '134507.755000', '134507.757000', '134507.760000', '134507.762000', '134507.765000', '134507.768000', '134507.770000', '134507.773000', '134507.775000', '134507.778000', '134507.781000', '134507.783000', '134507.786000', '134507.788000', '134507.791000', '134527.610000', '134527.613000', '134527.616000', '134527.619000', '134527.621000', '134527.624000', '134527.627000', '134527.629000', '134527.632000', '134527.634000', '134527.637000', '134527.640000', '134527.642000', '134527.645000', '134527.648000', '134527.650000', '134527.653000', '134527.656000', '134527.659000', '134527.662000', '134527.665000', '134527.668000', '134527.670000', '134527.673000', '134527.675000', '134527.678000', '134527.681000', '134527.694000', '134527.697000', '134527.700000', '134527.702000', '134527.705000', '134527.708000', '134527.710000', '134527.713000', '134527.715000', '134527.718000', '134527.721000', '134527.723000', '134527.726000', '134527.729000', '134527.731000', '134527.734000', '134547.610000', '134547.612000', '134547.617000', '134547.620000', '134547.622000', '134547.625000', '134547.628000', '134547.630000', '134547.633000', '134547.635000', '134547.638000', '134547.641000', '134547.643000', '134547.646000', '134547.648000', '134547.651000', '134547.654000', '134547.656000', '134547.659000', '134547.662000', '134547.664000', '134547.667000', '134547.669000', '134547.672000', '134547.675000', '134547.677000', '134547.680000', '134547.682000', '134547.685000', '134547.688000', '134547.690000', '134547.693000', '134547.695000', '134547.698000', '134547.701000', '134547.703000', '134547.706000', '134547.709000', '134547.711000', '134547.714000', '134547.716000', '134547.719000', '134547.722000', '134547.724000', '134607.609000', '134607.612000', '134607.615000', '134607.618000', '134607.620000', '134607.623000', '134607.630000', '134607.633000', '134607.635000', '134607.638000', '134607.640000', '134607.643000', '134607.646000', '134607.648000', '134607.651000', '134607.653000', '134607.656000', '134607.659000', '134607.661000', '134607.664000', '134607.667000', '134607.669000', '134607.672000', '134607.675000', '134607.677000', '134607.680000', '134607.682000', '134607.685000', '134607.688000', '134607.691000', '134607.694000', '134607.697000', '134607.700000', '134607.703000', '134607.705000', '134607.708000', '134607.710000', '134607.713000', '134607.716000', '134607.718000', '134607.721000', '134607.723000', '134607.726000', '134627.609000', '134627.612000', '134627.615000', '134627.618000', '134627.620000', '134627.623000', '134627.625000', '134627.628000', '134627.631000', '134627.633000', '134627.636000', '134627.639000', '134627.641000', '134627.644000', '134627.646000', '134627.649000', '134627.659000', '134627.662000', '134627.664000', '134627.667000', '134627.669000', '134627.672000', '134627.675000', '134627.677000', '134627.680000', '134627.682000', '134627.685000', '134627.688000', '134627.690000', '134627.693000', '134627.696000', '134627.698000', '134627.701000', '134627.704000', '134627.706000', '134627.709000', '134627.712000', '134627.714000', '134627.717000', '134627.720000', '134627.722000', '134627.725000', '134627.728000', '134627.730000', '134647.610000', '134647.613000', '134647.616000', '134647.619000', '134647.621000', '134647.624000', '134647.627000', '134647.629000', '134647.632000', '134647.635000', '134647.637000', '134647.640000', '134647.642000', '134647.645000', '134647.648000', '134647.650000', '134647.653000', '134647.656000', '134647.658000', '134647.661000', '134647.663000', '134647.666000', '134647.669000', '134647.672000', '134647.675000', '134647.684000', '134647.686000', '134647.689000', '134647.692000', '134647.694000', '134647.697000', '134647.700000', '134647.702000', '134647.705000', '134647.707000', '134647.710000', '134647.713000', '134647.715000', '134647.718000', '134647.720000', '134647.723000', '134647.726000', '134647.728000', '134707.611000', '134707.613000', '134707.616000', '134707.619000', '134707.621000', '134707.624000', '134707.626000', '134707.629000', '134707.632000', '134707.634000', '134707.637000', '134707.639000', '134707.642000', '134707.645000', '134707.648000', '134707.651000', '134707.655000', '134707.657000', '134707.660000', '134707.663000', '134707.665000', '134707.668000', '134707.670000', '134707.673000', '134707.676000', '134707.679000', '134707.681000', '134707.684000', '134707.686000', '134707.689000', '134707.692000', '134707.694000', '134707.697000', '134707.699000', '134707.702000', '134707.705000', '134707.707000', '134707.710000', '134707.713000', '134707.715000', '134707.718000', '134707.720000', '134707.723000', '134727.611000', '134727.613000', '134727.616000', '134727.619000', '134727.621000', '134727.624000', '134727.627000', '134727.629000', '134727.632000', '134727.634000', '134727.637000', '134727.640000', '134727.642000', '134727.645000', '134727.648000', '134727.650000', '134727.653000', '134727.656000', '134727.658000', '134727.661000', '134727.664000', '134727.666000', '134727.669000', '134727.671000', '134727.674000', '134727.677000', '134727.679000', '134727.682000', '134727.685000', '134727.687000', '134727.690000', '134727.693000', '134727.699000', '134727.701000', '134727.704000', '134727.707000', '134727.709000', '134727.712000', '134727.715000', '134727.717000', '134727.720000', '134727.723000', '134727.725000', '134727.728000', '134747.609000', '134747.612000', '134747.615000', '134747.618000', '134747.620000', '134747.623000', '134747.625000', '134747.628000', '134747.631000', '134747.633000', '134747.636000', '134747.639000', '134747.641000', '134747.644000', '134747.647000', '134747.649000', '134747.652000', '134747.655000', '134747.657000', '134747.660000', '134747.662000', '134747.665000', '134747.668000', '134747.670000', '134747.673000', '134747.676000', '134747.678000', '134747.681000', '134747.684000', '134747.686000', '134747.689000', '134747.692000', '134747.694000', '134747.697000', '134747.699000', '134747.702000', '134747.705000', '134747.708000', '134747.710000', '134747.713000', '134747.715000', '134747.749000', '134747.752000', '134747.755000', '134807.609000', '134807.612000', '134807.615000', '134807.618000', '134807.620000', '134807.623000', '134807.626000', '134807.629000', '134807.652000', '134807.655000', '134807.658000', '134807.661000', '134807.663000', '134807.666000', '134807.669000', '134807.671000', '134807.674000', '134807.677000', '134807.679000', '134807.682000', '134807.685000', '134807.687000', '134807.690000', '134807.693000', '134807.695000', '134807.698000', '134807.701000', '134807.703000', '134807.706000', '134807.709000', '134807.711000', '134807.714000', '134807.717000', '134807.719000', '134807.722000', '134807.724000', '134807.727000', '134807.730000', '134807.732000', '134807.735000', '134807.738000', '134807.740000', '134807.743000', '134827.609000', '134827.612000', '134827.615000', '134827.618000', '134827.620000', '134827.623000', '134827.626000', '134827.628000', '134827.631000', '134827.634000', '134827.637000', '134827.639000', '134827.642000', '134827.645000', '134827.647000', '134827.650000', '134827.660000', '134827.662000', '134827.665000', '134827.668000', '134827.670000', '134827.673000', '134827.676000', '134827.678000', '134827.681000', '134827.684000', '134827.686000', '134827.689000', '134827.692000', '134827.694000', '134827.697000', '134827.700000', '134827.703000', '134827.705000', '134827.708000', '134827.710000', '134827.713000', '134827.716000', '134827.718000', '134827.721000', '134827.724000', '134827.726000', '134827.729000', '134827.732000', '134847.610000', '134847.612000', '134847.615000', '134847.618000', '134847.621000', '134847.623000', '134847.626000', '134847.629000', '134847.631000', '134847.634000', '134847.637000', '134847.639000', '134847.642000', '134847.644000', '134847.647000', '134847.650000', '134847.652000', '134847.655000', '134847.658000', '134847.660000', '134847.663000', '134847.665000', '134847.668000', '134847.671000', '134847.682000', '134847.685000', '134847.687000', '134847.690000', '134847.693000', '134847.695000', '134847.698000', '134847.701000', '134847.703000', '134847.706000', '134847.709000', '134847.711000', '134847.714000', '134847.717000', '134847.719000', '134847.722000', '134847.725000', '134847.727000', '134847.730000', '134907.611000', '134907.614000', '134907.616000', '134907.619000', '134907.622000', '134907.624000', '134907.627000', '134907.630000', '134907.632000', '134907.635000', '134907.638000', '134907.640000', '134907.643000', '134907.646000', '134907.649000', '134907.651000', '134907.654000', '134907.657000', '134907.659000', '134907.662000', '134907.665000', '134907.667000', '134907.670000', '134907.673000', '134907.675000', '134907.678000', '134907.680000', '134907.683000', '134907.686000', '134907.688000', '134907.691000', '134907.694000', '134907.696000', '134907.699000', '134907.701000', '134907.704000', '134907.707000', '134907.709000', '134907.712000', '134907.715000', '134907.717000', '134907.720000', '134907.722000', '134907.726000', '134927.611000', '134927.614000', '134927.616000', '134927.619000', '134927.621000', '134927.624000', '134927.627000', '134927.629000', '134927.632000', '134927.635000', '134927.638000', '134927.640000', '134927.643000', '134927.646000', '134927.648000', '134927.651000', '134927.653000', '134927.656000', '134927.659000', '134927.661000', '134927.664000', '134927.667000', '134927.692000', '134927.694000', '134927.697000', '134927.700000', '134927.702000', '134927.705000', '134927.708000', '134927.710000', '134927.713000', '134927.715000', '134927.718000', '134927.721000', '134927.723000', '134927.726000', '134927.729000', '134927.731000', '134927.734000', '134927.737000', '134927.739000', '134927.742000', '134927.745000', '134947.611000', '134947.614000', '134947.617000', '134947.620000', '134947.623000', '134947.626000', '134947.628000', '134947.631000', '134947.633000', '134947.636000', '134947.639000', '134947.641000', '134947.644000', '134947.647000', '134947.649000', '134947.652000', '134947.655000', '134947.657000', '134947.660000', '134947.662000', '134947.665000', '134947.668000', '134947.671000', '134947.673000', '134947.676000', '134947.679000', '134947.681000', '134947.684000', '134947.687000', '134947.689000', '134947.692000', '134947.695000', '134947.697000', '134947.700000', '134947.703000', '134947.705000', '134947.708000', '134947.711000', '134947.713000', '134947.716000', '134947.719000', '134947.721000', '134947.724000', '134947.727000', '135007.609000', '135007.612000', '135007.615000', '135007.618000', '135007.620000', '135007.623000', '135007.626000', '135007.628000', '135007.631000', '135007.633000', '135007.636000', '135007.639000', '135007.641000', '135007.644000', '135007.647000', '135007.649000', '135007.652000', '135007.662000', '135007.665000', '135007.667000', '135007.672000', '135007.675000', '135007.677000', '135007.680000', '135007.682000', '135007.685000', '135007.688000', '135007.690000', '135007.693000', '135007.695000', '135007.698000', '135007.701000', '135007.703000', '135007.706000', '135007.709000', '135007.711000', '135007.714000', '135007.716000', '135007.719000', '135007.722000', '135007.724000', '135007.727000', '135007.730000', '135027.609000', '135027.612000', '135027.615000', '135027.618000', '135027.621000', '135027.623000', '135027.626000', '135027.629000', '135027.631000', '135027.634000', '135027.636000', '135027.639000', '135027.642000', '135027.644000', '135027.647000', '135027.650000', '135027.652000', '135027.655000', '135027.657000', '135027.660000', '135027.663000', '135027.666000', '135027.668000', '135027.671000', '135027.673000', '135027.676000', '135027.679000', '135027.681000', '135027.684000', '135027.687000', '135027.689000', '135027.692000', '135027.695000', '135027.697000', '135027.700000', '135027.703000', '135027.705000', '135027.708000', '135027.710000', '135027.713000', '135027.716000', '135027.718000', '135027.721000', '135047.609000', '135047.612000', '135047.615000', '135047.618000', '135047.620000', '135047.623000', '135047.626000', '135047.628000', '135047.631000', '135047.633000', '135047.636000', '135047.639000', '135047.641000', '135047.644000', '135047.646000', '135047.649000', '135047.652000', '135047.654000', '135047.657000', '135047.660000', '135047.662000', '135047.665000', '135047.668000', '135047.670000', '135047.673000', '135047.676000', '135047.678000', '135047.681000', '135047.684000', '135047.686000', '135047.689000', '135047.700000', '135047.703000', '135047.705000', '135047.715000', '135047.718000', '135047.721000', '135047.723000', '135047.726000', '135047.729000', '135047.731000', '135047.734000', '135047.736000', '135047.739000', '135107.610000', '135107.612000', '135107.615000', '135107.618000', '135107.620000', '135107.623000', '135107.626000', '135107.628000', '135107.631000', '135107.634000', '135107.636000', '135107.639000', '135107.641000', '135107.644000', '135107.647000', '135107.649000', '135107.652000', '135107.656000', '135107.658000', '135107.661000', '135107.664000', '135107.666000', '135107.669000', '135107.672000', '135107.674000', '135107.677000', '135107.680000', '135107.683000', '135107.685000', '135107.688000', '135107.690000', '135107.693000', '135107.696000', '135107.698000', '135107.701000', '135107.704000', '135107.706000', '135107.709000', '135107.712000', '135107.715000', '135107.717000', '135107.720000', '135107.722000', '135107.725000', '135127.611000', '135127.613000', '135127.616000', '135127.619000', '135127.621000', '135127.624000', '135127.627000', '135127.629000', '135127.632000', '135127.635000', '135127.637000', '135127.640000', '135127.642000', '135127.645000', '135127.648000', '135127.650000', '135127.653000', '135127.656000', '135127.658000', '135127.661000', '135127.663000', '135127.666000', '135127.669000', '135127.671000', '135127.674000', '135127.676000', '135127.679000', '135127.682000', '135127.684000', '135127.687000', '135127.690000', '135127.693000', '135127.695000', '135127.698000', '135127.709000', '135127.712000', '135127.715000', '135127.717000', '135127.720000', '135127.723000', '135127.725000', '135127.728000', '135127.730000', '135147.610000', '135147.613000', '135147.616000', '135147.619000', '135147.621000', '135147.624000', '135147.627000', '135147.629000', '135147.632000', '135147.635000', '135147.637000', '135147.640000', '135147.644000', '135147.646000', '135147.649000', '135147.652000', '135147.655000', '135147.657000', '135147.660000', '135147.662000', '135147.665000', '135147.668000', '135147.670000', '135147.673000', '135147.676000', '135147.678000', '135147.681000', '135147.684000', '135147.686000', '135147.689000', '135147.692000', '135147.694000', '135147.697000', '135147.700000', '135147.702000', '135147.705000', '135147.708000', '135147.710000', '135147.718000', '135147.720000', '135147.723000', '135147.726000', '135147.729000', '135149.917000', '135149.920000', '135149.923000', '135149.926000', '135149.928000', '135149.931000'], '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], 'LargestImagePixelValue': [18227, 9406, 15874, 8987, 15613, 8910, 15792, 10834, 12787, 9466, 7125, 9637, 10621, 9634, 15863, 11900, 13816, 10518, 7440, 9346, 9980, 8671, 15648, 10890, 12806, 9710, 10938, 8844, 13416, 8499, 15630, 11045, 10407, 8899, 11506, 8206, 15831, 10011, 15191, 11216, 15998, 9176, 14040, 8162, 14718, 8771, 13381, 8474, 15265, 8050, 12586, 7282, 10408, 6879, 10673, 9139, 12729, 6819, 9257, 8032, 8619, 16403, 10184, 15186, 10945, 12062, 8373, 15526, 8457, 14413, 8983, 14441, 8996, 13853, 7585, 13389, 7806, 12814, 7664, 14210, 8093, 13639, 7210, 9885, 6999, 9598, 8808, 12162, 7808, 11753, 7346, 9620, 7762, 8750, 8284, 11325, 6801, 10405, 7185, 13666, 9804, 9731, 8773, 7079, 16659, 12117, 16943, 9110, 15136, 8796, 13519, 8555, 15451, 9333, 15585, 7716, 13695, 7665, 12768, 7564, 13170, 7916, 14505, 7538, 10194, 7748, 13260, 7837, 14584, 8688, 14148, 7711, 11083, 7622, 12187, 8549, 15359, 9339, 12401, 7594, 14051, 8401, 13943, 10200, 14383, 9049, 14564, 8567, 13135, 7793, 11867, 8589, 14147, 7572, 12073, 7302, 11045, 7048, 11393, 8259, 12577, 6812, 8600, 8143, 7260, 15724, 10283, 13363, 8029, 8272, 9757, 7512, 8723, 7236, 12634, 8865, 11873, 9323, 16355, 8953, 14485, 9006, 11537, 13650, 16575, 7974, 9606, 7047, 7813, 12593, 7388, 14752, 9236, 12574, 8048, 7672, 7348, 9706, 7229, 14417, 9695, 14631, 10300, 14444, 8143, 13263, 7962, 12405, 7764, 12737, 7077, 9915, 6978, 8705, 7920, 8798, 10544, 10833, 6757, 8224, 6711, 8065, 8456, 8118, 12656, 9948, 12147, 7523, 15919, 8291, 14259, 8990, 13747, 8653, 13368, 7580, 12021, 7847, 10781, 7105, 11134, 7431, 12312, 7262, 9927, 7230, 10178, 8482, 9542, 13270, 10628, 7694, 7947, 8328, 8051, 10328, 8461, 7067, 11286, 6905, 11967, 7376, 13389, 8829, 14223, 10161, 15211, 9608, 13935, 7776, 12475, 7108, 9239, 12047, 10688, 7709, 8594, 10422, 7946, 15746, 8590, 14998, 9920, 14135, 7461, 12643, 7548, 11288, 7147, 10893, 7528, 10714, 6944, 8484, 10670, 7549, 16718, 10182, 15223, 9533, 10210, 7673, 10851, 7942, 11766, 10327, 9079, 9891, 10778, 8440, 17333, 9352, 15889, 11360, 14470, 8299, 13501, 7559, 10975, 7205, 8712, 7293, 9783, 6794, 8698, 14404, 7792, 14778, 9556, 15335, 9588, 11601, 7356, 13943, 8225, 13699, 9421, 14225, 9609, 12960, 7691, 13585, 9012, 13936, 9436, 14920, 8698, 12988, 7249, 9119, 7124, 14759, 9093, 15618, 7371, 13865, 7877, 13060, 8042, 13501, 7669, 12928, 7272, 10356, 7591, 8170, 14915, 10940, 14136, 7927, 16006, 8370, 16274, 10749, 15575, 8952, 13644, 7578, 12853, 8278, 13150, 9358, 12009, 8172, 12273, 7833, 15081, 8444, 13699, 9083, 14779, 7771, 13018, 7373, 12006, 7472, 9288, 8100, 11243, 6953, 9024, 6863, 9115, 7088, 10627, 8337, 15421, 7995, 14477, 8985, 14140, 9065, 13329, 8429, 13118, 7107, 9016, 6846, 8092, 11472, 8966, 6796, 7912, 6815, 8230, 7946, 8457, 7057, 13422, 6819, 10637, 7421, 14470, 9435, 7129, 10834, 7305, 15671, 11338, 17481, 9069, 14772, 8191, 12086, 7241, 12830, 8131, 13048, 6933, 9764, 7008, 9687, 7083, 9459, 7381, 12126, 6999, 10178, 7034, 11183, 7056, 13195, 8408, 15144, 7666, 14020, 8471, 13668, 8041, 13151, 8629, 14451, 7549, 12256, 7346, 10163, 7209, 11746, 7643, 14748, 7483, 13373, 7877, 13498, 8683, 11842, 9255, 8167, 7911, 8477, 7556, 16881, 9958, 15663, 11508, 16306, 8745, 13703, 7984, 13215, 8749, 14020, 8823, 13165, 7346, 10932, 7235, 11264, 7480, 12594, 7368, 11371, 7407, 11655, 7902, 13024, 8956, 14095, 8055, 13695, 8764, 12962, 8435, 13604, 11494, 15086, 7175, 8772, 9053, 7551, 16155, 7972, 15276, 9140, 9112, 7229, 10221, 7176, 14550, 8790, 12386, 8913, 6894, 8493, 6964, 8030, 9090, 7766, 12866, 9729, 10928, 10075, 7151, 8531, 12062, 7990, 18071, 9565, 15436, 10880, 12511, 7794, 14139, 7958, 14158, 8443, 13193, 8850, 12403, 7953, 8705, 7388, 10986, 7740, 13615, 8959, 13154, 9590, 10859, 7577, 15485, 8989, 14783, 10721, 14785, 9565, 13638, 7719, 13246, 7946, 13051, 8756, 14262, 8603, 13528, 7798, 13719, 8271, 13249, 9110, 14241, 8852, 11887, 7510, 13781, 8360, 13129, 9838, 13637, 9535, 10016, 7462, 12448, 7422, 13271, 9411, 10596, 9826, 6927, 8756, 7031, 8067, 14290, 9286, 14705, 10118, 9910, 7392, 15358, 7504, 14097, 8990, 14195, 9776, 10576, 7207, 7841, 7629, 9661, 9454, 7777, 13083, 7214, 11887, 7317, 11354, 7290, 14132, 9203, 15647, 7945, 14230, 8163, 12417, 7729, 13277, 8654, 15007, 7591, 13191, 7806, 13854, 8965, 13658, 9824, 9574, 7593, 11216, 7366, 15679, 10462, 15965, 11373, 17021, 8692, 13671, 7838, 12512, 7919, 13685, 8674, 13696, 7599, 12923, 7966, 12356, 8359, 13342, 8809, 13613, 7759, 13015, 7741, 12544, 8733, 14148, 9228, 13712, 7656, 13768, 8319, 13497, 9444, 14516, 8752, 13650, 7561, 12563, 8210, 13828, 9321, 10598, 7748, 6746, 7852, 7304, 13236, 7512, 9129, 8013, 8643, 14359, 10071, 16465, 8651, 14605, 9673, 14870, 10482, 18188, 11986, 16968, 7828, 13624, 8132, 13686, 9622, 11787, 8120, 8366, 7298, 11766, 7501, 15252, 9536, 11061, 8583, 6926, 8030, 9650, 7720, 15532, 9756, 13725, 10296, 7065, 7806, 6799, 7806, 10345, 8986, 8416, 12806, 6833, 10713, 6982, 9865, 8425, 10954, 7611, 13300, 7084, 9923, 7021, 8408, 10592, 10619, 7224, 9910, 6764, 8933, 6851, 8469, 9218, 13089, 6918, 10311, 6787, 8330, 8919, 8875, 8411, 10206, 6759, 8195, 10349, 7327, 15756, 10367, 10388, 7783, 13613, 7458, 15390, 8908, 14797, 10996, 10931, 8155, 9977, 7507, 14162, 8454, 14400, 10131, 12034, 7543, 15191, 8880, 14229, 9380, 12934, 7077, 7880, 10417, 7502, 14854, 9502, 11250, 7289, 12268, 7321, 13475, 8185, 12537, 8799, 13159, 7458, 10732, 6975, 7995, 13301, 9129, 13455, 8821, 12486, 7151, 14579, 7538, 12389, 8517, 13055, 7453, 12311, 7676, 12398, 8420, 13615, 8201, 12304, 7150, 9973, 6950, 10776, 8796, 16400, 8807, 12970, 10708, 7958, 17848, 8020, 15074, 10297, 9047, 7540, 7406, 7534, 11401, 7950, 11987, 9289, 6849, 7889, 13984, 7639, 16140, 9630, 14881, 10105, 10928, 7405, 11591, 7535, 14007, 9221, 14107, 10120, 13160, 7589, 11013, 7505, 9104, 7273, 9713, 7813, 14612, 8036, 13653, 13623, 8764, 17814, 13303, 17599, 8772, 11400, 8818, 7653, 16614, 9579, 16346, 7610, 12795, 7321, 8951, 6898], 'WindowCenter': [4339.0, 4238.0, 4283.0, 4205.0, 4251.0, 4191.0, 4235.0, 4194.0, 4203.0, 4170.0, 4128.0, 4169.0, 4179.0, 4169.0, 4222.0, 4190.0, 4199.0, 4178.0, 4138.0, 4170.0, 4168.0, 4159.0, 4220.0, 4181.0, 4202.0, 4169.0, 4179.0, 4160.0, 4200.0, 4160.0, 4221.0, 4190.0, 4180.0, 4159.0, 4190.0, 4160.0, 4221.0, 4181.0, 4211.0, 4191.0, 4223.0, 4170.0, 4211.0, 4161.0, 4210.0, 4159.0, 4199.0, 4148.0, 4223.0, 4149.0, 4190.0, 4138.0, 4169.0, 4129.0, 4178.0, 4158.0, 4201.0, 4127.0, 4158.0, 4147.0, 4157.0, 4220.0, 4169.0, 4210.0, 4178.0, 4187.0, 4146.0, 4207.0, 4147.0, 4208.0, 4157.0, 4208.0, 4158.0, 4199.0, 4148.0, 4198.0, 4138.0, 4199.0, 4138.0, 4209.0, 4148.0, 4198.0, 4137.0, 4167.0, 4126.0, 4167.0, 4159.0, 4189.0, 4137.0, 4189.0, 4137.0, 4166.0, 4136.0, 4158.0, 4148.0, 4191.0, 4130.0, 4180.0, 4154.0, 4224.0, 4185.0, 4184.0, 4174.0, 4154.0, 4236.0, 4204.0, 4233.0, 4172.0, 4210.0, 4160.0, 4200.0, 4160.0, 4210.0, 4169.0, 4210.0, 4148.0, 4198.0, 4138.0, 4199.0, 4149.0, 4199.0, 4149.0, 4209.0, 4150.0, 4167.0, 4137.0, 4197.0, 4137.0, 4208.0, 4158.0, 4209.0, 4138.0, 4177.0, 4138.0, 4187.0, 4159.0, 4222.0, 4158.0, 4188.0, 4149.0, 4199.0, 4160.0, 4210.0, 4181.0, 4210.0, 4159.0, 4209.0, 4158.0, 4198.0, 4139.0, 4176.0, 4159.0, 4200.0, 4137.0, 4187.0, 4137.0, 4178.0, 4127.0, 4189.0, 4148.0, 4187.0, 4127.0, 4147.0, 4147.0, 4137.0, 4209.0, 4168.0, 4200.0, 4148.0, 4162.0, 4169.0, 4139.0, 4159.0, 4152.0, 4213.0, 4173.0, 4205.0, 4174.0, 4233.0, 4160.0, 4210.0, 4160.0, 4180.0, 4200.0, 4221.0, 4136.0, 4156.0, 4114.0, 4135.0, 4174.0, 4125.0, 4198.0, 4156.0, 4188.0, 4136.0, 4135.0, 4138.0, 4156.0, 4137.0, 4209.0, 4168.0, 4210.0, 4168.0, 4198.0, 4136.0, 4187.0, 4136.0, 4187.0, 4135.0, 4187.0, 4125.0, 4155.0, 4124.0, 4144.0, 4135.0, 4145.0, 4168.0, 4176.0, 4114.0, 4145.0, 4114.0, 4147.0, 4159.0, 4148.0, 4202.0, 4169.0, 4189.0, 4137.0, 4220.0, 4147.0, 4209.0, 4158.0, 4197.0, 4147.0, 4197.0, 4137.0, 4187.0, 4147.0, 4177.0, 4139.0, 4177.0, 4137.0, 4188.0, 4138.0, 4167.0, 4137.0, 4167.0, 4158.0, 4168.0, 4198.0, 4177.0, 4136.0, 4146.0, 4161.0, 4160.0, 4166.0, 4148.0, 4116.0, 4143.0, 4101.0, 4149.0, 4112.0, 4198.0, 4184.0, 4241.0, 4208.0, 4248.0, 4185.0, 4209.0, 4146.0, 4189.0, 4124.0, 4155.0, 4187.0, 4180.0, 4136.0, 4156.0, 4178.0, 4146.0, 4209.0, 4147.0, 4196.0, 4166.0, 4195.0, 4136.0, 4187.0, 4136.0, 4179.0, 4137.0, 4178.0, 4136.0, 4176.0, 4125.0, 4156.0, 4165.0, 4136.0, 4219.0, 4178.0, 4221.0, 4167.0, 4168.0, 4149.0, 4178.0, 4161.0, 4188.0, 4181.0, 4158.0, 4168.0, 4178.0, 4159.0, 4231.0, 4169.0, 4219.0, 4190.0, 4199.0, 4146.0, 4197.0, 4136.0, 4177.0, 4137.0, 4157.0, 4137.0, 4167.0, 4126.0, 4158.0, 4208.0, 4148.0, 4210.0, 4169.0, 4223.0, 4170.0, 4190.0, 4149.0, 4209.0, 4160.0, 4211.0, 4170.0, 4223.0, 4182.0, 4210.0, 4150.0, 4210.0, 4171.0, 4211.0, 4170.0, 4222.0, 4159.0, 4199.0, 4138.0, 4169.0, 4138.0, 4221.0, 4173.0, 4221.0, 4139.0, 4209.0, 4148.0, 4199.0, 4148.0, 4211.0, 4148.0, 4199.0, 4138.0, 4178.0, 4147.0, 4158.0, 4209.0, 4179.0, 4197.0, 4135.0, 4207.0, 4146.0, 4218.0, 4177.0, 4208.0, 4155.0, 4184.0, 4134.0, 4186.0, 4146.0, 4195.0, 4166.0, 4187.0, 4146.0, 4187.0, 4135.0, 4206.0, 4146.0, 4197.0, 4156.0, 4208.0, 4136.0, 4186.0, 4135.0, 4185.0, 4136.0, 4156.0, 4144.0, 4178.0, 4125.0, 4155.0, 4125.0, 4156.0, 4138.0, 4178.0, 4161.0, 4220.0, 4149.0, 4210.0, 4160.0, 4210.0, 4159.0, 4199.0, 4147.0, 4196.0, 4126.0, 4155.0, 4126.0, 4147.0, 4189.0, 4158.0, 4126.0, 4146.0, 4125.0, 4157.0, 4148.0, 4147.0, 4127.0, 4210.0, 4128.0, 4180.0, 4150.0, 4222.0, 4170.0, 4151.0, 4191.0, 4151.0, 4223.0, 4192.0, 4232.0, 4160.0, 4210.0, 4146.0, 4189.0, 4138.0, 4188.0, 4136.0, 4186.0, 4126.0, 4165.0, 4126.0, 4156.0, 4127.0, 4167.0, 4137.0, 4189.0, 4127.0, 4167.0, 4138.0, 4189.0, 4139.0, 4199.0, 4160.0, 4210.0, 4149.0, 4209.0, 4160.0, 4199.0, 4150.0, 4200.0, 4159.0, 4210.0, 4148.0, 4188.0, 4138.0, 4180.0, 4150.0, 4189.0, 4150.0, 4221.0, 4149.0, 4210.0, 4160.0, 4211.0, 4172.0, 4202.0, 4182.0, 4161.0, 4161.0, 4161.0, 4151.0, 4234.0, 4180.0, 4222.0, 4194.0, 4222.0, 4161.0, 4210.0, 4160.0, 4211.0, 4159.0, 4211.0, 4171.0, 4200.0, 4140.0, 4179.0, 4140.0, 4179.0, 4139.0, 4200.0, 4150.0, 4190.0, 4151.0, 4191.0, 4162.0, 4213.0, 4173.0, 4214.0, 4162.0, 4212.0, 4161.0, 4211.0, 4162.0, 4213.0, 4189.0, 4210.0, 4127.0, 4146.0, 4156.0, 4135.0, 4220.0, 4146.0, 4210.0, 4156.0, 4156.0, 4136.0, 4166.0, 4126.0, 4209.0, 4158.0, 4188.0, 4158.0, 4127.0, 4157.0, 4138.0, 4148.0, 4158.0, 4149.0, 4199.0, 4168.0, 4180.0, 4168.0, 4137.0, 4158.0, 4188.0, 4147.0, 4231.0, 4167.0, 4208.0, 4177.0, 4188.0, 4135.0, 4197.0, 4136.0, 4198.0, 4147.0, 4198.0, 4158.0, 4188.0, 4147.0, 4157.0, 4137.0, 4178.0, 4151.0, 4210.0, 4170.0, 4202.0, 4170.0, 4180.0, 4149.0, 4221.0, 4171.0, 4210.0, 4179.0, 4211.0, 4168.0, 4198.0, 4137.0, 4197.0, 4149.0, 4199.0, 4159.0, 4211.0, 4159.0, 4201.0, 4149.0, 4210.0, 4160.0, 4201.0, 4170.0, 4212.0, 4170.0, 4189.0, 4149.0, 4210.0, 4161.0, 4200.0, 4181.0, 4212.0, 4170.0, 4180.0, 4149.0, 4200.0, 4151.0, 4211.0, 4170.0, 4192.0, 4181.0, 4139.0, 4160.0, 4139.0, 4160.0, 4211.0, 4169.0, 4210.0, 4169.0, 4170.0, 4138.0, 4220.0, 4139.0, 4209.0, 4169.0, 4210.0, 4180.0, 4179.0, 4149.0, 4149.0, 4151.0, 4181.0, 4181.0, 4162.0, 4213.0, 4151.0, 4202.0, 4151.0, 4193.0, 4152.0, 4210.0, 4172.0, 4223.0, 4161.0, 4211.0, 4160.0, 4201.0, 4150.0, 4200.0, 4161.0, 4221.0, 4150.0, 4200.0, 4150.0, 4211.0, 4171.0, 4210.0, 4182.0, 4170.0, 4149.0, 4190.0, 4151.0, 4223.0, 4181.0, 4222.0, 4192.0, 4221.0, 4157.0, 4198.0, 4150.0, 4190.0, 4148.0, 4198.0, 4159.0, 4198.0, 4149.0, 4187.0, 4149.0, 4199.0, 4159.0, 4198.0, 4170.0, 4200.0, 4149.0, 4199.0, 4150.0, 4200.0, 4159.0, 4214.0, 4171.0, 4201.0, 4149.0, 4209.0, 4160.0, 4199.0, 4168.0, 4211.0, 4159.0, 4198.0, 4148.0, 4199.0, 4159.0, 4211.0, 4173.0, 4183.0, 4150.0, 4140.0, 4175.0, 4153.0, 4214.0, 4153.0, 4185.0, 4164.0, 4174.0, 4225.0, 4184.0, 4224.0, 4163.0, 4211.0, 4169.0, 4210.0, 4169.0, 4231.0, 4192.0, 4220.0, 4138.0, 4199.0, 4149.0, 4199.0, 4170.0, 4190.0, 4149.0, 4148.0, 4138.0, 4178.0, 4139.0, 4211.0, 4169.0, 4180.0, 4149.0, 4127.0, 4148.0, 4157.0, 4149.0, 4211.0, 4169.0, 4201.0, 4168.0, 4127.0, 4138.0, 4127.0, 4150.0, 4181.0, 4159.0, 4160.0, 4202.0, 4127.0, 4179.0, 4139.0, 4169.0, 4148.0, 4180.0, 4139.0, 4200.0, 4139.0, 4169.0, 4128.0, 4160.0, 4180.0, 4181.0, 4138.0, 4169.0, 4128.0, 4158.0, 4129.0, 4159.0, 4169.0, 4213.0, 4138.0, 4168.0, 4128.0, 4148.0, 4159.0, 4158.0, 4161.0, 4180.0, 4129.0, 4160.0, 4180.0, 4140.0, 4222.0, 4182.0, 4180.0, 4150.0, 4200.0, 4138.0, 4210.0, 4160.0, 4209.0, 4181.0, 4179.0, 4148.0, 4168.0, 4138.0, 4210.0, 4160.0, 4211.0, 4180.0, 4189.0, 4148.0, 4210.0, 4159.0, 4210.0, 4159.0, 4188.0, 4126.0, 4137.0, 4167.0, 4137.0, 4208.0, 4169.0, 4177.0, 4137.0, 4188.0, 4137.0, 4199.0, 4160.0, 4199.0, 4161.0, 4199.0, 4139.0, 4177.0, 4127.0, 4149.0, 4200.0, 4169.0, 4201.0, 4158.0, 4189.0, 4138.0, 4209.0, 4150.0, 4199.0, 4171.0, 4200.0, 4150.0, 4200.0, 4161.0, 4202.0, 4162.0, 4213.0, 4160.0, 4189.0, 4139.0, 4167.0, 4140.0, 4188.0, 4161.0, 4234.0, 4159.0, 4200.0, 4177.0, 4146.0, 4230.0, 4147.0, 4208.0, 4179.0, 4156.0, 4136.0, 4136.0, 4147.0, 4188.0, 4147.0, 4190.0, 4157.0, 4126.0, 4147.0, 4198.0, 4137.0, 4220.0, 4168.0, 4209.0, 4179.0, 4178.0, 4137.0, 4178.0, 4147.0, 4209.0, 4169.0, 4209.0, 4169.0, 4198.0, 4148.0, 4178.0, 4150.0, 4171.0, 4151.0, 4183.0, 4163.0, 4224.0, 4162.0, 4213.0, 4214.0, 4172.0, 4234.0, 4213.0, 4232.0, 4158.0, 4177.0, 4157.0, 4149.0, 4220.0, 4169.0, 4220.0, 4136.0, 4187.0, 4134.0, 4157.0, 4126.0], 'WindowWidth': [9590.0, 9426.0, 9471.0, 9350.0, 9403.0, 9319.0, 9368.0, 9312.0, 9321.0, 9269.0, 9211.0, 9266.0, 9278.0, 9266.0, 9343.0, 9292.0, 9307.0, 9274.0, 9223.0, 9269.0, 9260.0, 9252.0, 9336.0, 9283.0, 9313.0, 9263.0, 9276.0, 9253.0, 9308.0, 9255.0, 9337.0, 9295.0, 9279.0, 9251.0, 9292.0, 9252.0, 9337.0, 9283.0, 9322.0, 9297.0, 9341.0, 9265.0, 9323.0, 9256.0, 9320.0, 9250.0, 9305.0, 9236.0, 9340.0, 9236.0, 9290.0, 9222.0, 9261.0, 9210.0, 9274.0, 9248.0, 9308.0, 9206.0, 9247.0, 9232.0, 9246.0, 9338.0, 9263.0, 9322.0, 9272.0, 9285.0, 9230.0, 9313.0, 9230.0, 9314.0, 9246.0, 9315.0, 9249.0, 9303.0, 9236.0, 9299.0, 9222.0, 9304.0, 9221.0, 9317.0, 9235.0, 9299.0, 9220.0, 9257.0, 9203.0, 9258.0, 9250.0, 9288.0, 9217.0, 9287.0, 9218.0, 9256.0, 9218.0, 9249.0, 9236.0, 9298.0, 9215.0, 9280.0, 9253.0, 9348.0, 9296.0, 9293.0, 9282.0, 9254.0, 9364.0, 9318.0, 9361.0, 9272.0, 9322.0, 9253.0, 9307.0, 9254.0, 9322.0, 9267.0, 9322.0, 9236.0, 9300.0, 9221.0, 9304.0, 9239.0, 9303.0, 9239.0, 9317.0, 9243.0, 9257.0, 9217.0, 9299.0, 9220.0, 9316.0, 9249.0, 9317.0, 9222.0, 9269.0, 9223.0, 9285.0, 9251.0, 9340.0, 9248.0, 9288.0, 9237.0, 9305.0, 9253.0, 9321.0, 9282.0, 9322.0, 9251.0, 9318.0, 9248.0, 9301.0, 9225.0, 9270.0, 9251.0, 9306.0, 9219.0, 9284.0, 9219.0, 9273.0, 9207.0, 9289.0, 9236.0, 9286.0, 9205.0, 9231.0, 9233.0, 9220.0, 9319.0, 9260.0, 9309.0, 9235.0, 9259.0, 9266.0, 9225.0, 9253.0, 9250.0, 9330.0, 9277.0, 9321.0, 9277.0, 9360.0, 9253.0, 9322.0, 9252.0, 9278.0, 9305.0, 9341.0, 9214.0, 9241.0, 9184.0, 9212.0, 9265.0, 9198.0, 9302.0, 9241.0, 9288.0, 9214.0, 9214.0, 9220.0, 9243.0, 9219.0, 9318.0, 9262.0, 9320.0, 9259.0, 9302.0, 9216.0, 9283.0, 9216.0, 9283.0, 9213.0, 9283.0, 9198.0, 9237.0, 9198.0, 9223.0, 9214.0, 9227.0, 9258.0, 9269.0, 9185.0, 9225.0, 9186.0, 9232.0, 9252.0, 9235.0, 9311.0, 9263.0, 9291.0, 9220.0, 9335.0, 9232.0, 9316.0, 9248.0, 9298.0, 9233.0, 9299.0, 9220.0, 9285.0, 9233.0, 9272.0, 9225.0, 9273.0, 9221.0, 9288.0, 9222.0, 9259.0, 9221.0, 9260.0, 9248.0, 9261.0, 9303.0, 9272.0, 9217.0, 9229.0, 9258.0, 9258.0, 9256.0, 9230.0, 9182.0, 9207.0, 9150.0, 9211.0, 9170.0, 9298.0, 9296.0, 9383.0, 9336.0, 9390.0, 9298.0, 9317.0, 9233.0, 9290.0, 9197.0, 9238.0, 9286.0, 9280.0, 9218.0, 9245.0, 9276.0, 9231.0, 9318.0, 9230.0, 9294.0, 9258.0, 9293.0, 9215.0, 9284.0, 9217.0, 9276.0, 9222.0, 9274.0, 9217.0, 9270.0, 9200.0, 9241.0, 9253.0, 9216.0, 9332.0, 9276.0, 9337.0, 9260.0, 9261.0, 9236.0, 9277.0, 9256.0, 9290.0, 9285.0, 9250.0, 9261.0, 9276.0, 9249.0, 9356.0, 9264.0, 9332.0, 9293.0, 9303.0, 9231.0, 9297.0, 9216.0, 9272.0, 9221.0, 9245.0, 9221.0, 9258.0, 9206.0, 9248.0, 9317.0, 9237.0, 9321.0, 9265.0, 9343.0, 9269.0, 9295.0, 9241.0, 9318.0, 9255.0, 9325.0, 9270.0, 9345.0, 9289.0, 9323.0, 9242.0, 9322.0, 9271.0, 9327.0, 9270.0, 9343.0, 9251.0, 9304.0, 9223.0, 9265.0, 9224.0, 9338.0, 9276.0, 9341.0, 9226.0, 9317.0, 9236.0, 9306.0, 9239.0, 9325.0, 9237.0, 9304.0, 9223.0, 9274.0, 9233.0, 9248.0, 9322.0, 9277.0, 9301.0, 9212.0, 9315.0, 9230.0, 9330.0, 9271.0, 9317.0, 9240.0, 9279.0, 9210.0, 9282.0, 9231.0, 9295.0, 9259.0, 9286.0, 9229.0, 9285.0, 9215.0, 9311.0, 9232.0, 9298.0, 9244.0, 9314.0, 9215.0, 9280.0, 9213.0, 9279.0, 9217.0, 9245.0, 9227.0, 9277.0, 9201.0, 9240.0, 9202.0, 9245.0, 9226.0, 9275.0, 9259.0, 9337.0, 9240.0, 9321.0, 9252.0, 9321.0, 9253.0, 9306.0, 9234.0, 9298.0, 9203.0, 9240.0, 9204.0, 9233.0, 9294.0, 9251.0, 9204.0, 9229.0, 9202.0, 9247.0, 9237.0, 9232.0, 9206.0, 9321.0, 9209.0, 9280.0, 9246.0, 9341.0, 9270.0, 9244.0, 9298.0, 9244.0, 9343.0, 9301.0, 9359.0, 9253.0, 9320.0, 9229.0, 9288.0, 9219.0, 9287.0, 9217.0, 9282.0, 9204.0, 9253.0, 9201.0, 9243.0, 9206.0, 9258.0, 9218.0, 9288.0, 9206.0, 9258.0, 9224.0, 9291.0, 9227.0, 9305.0, 9255.0, 9322.0, 9239.0, 9318.0, 9253.0, 9305.0, 9242.0, 9306.0, 9252.0, 9322.0, 9236.0, 9289.0, 9223.0, 9280.0, 9243.0, 9291.0, 9241.0, 9338.0, 9240.0, 9323.0, 9256.0, 9325.0, 9276.0, 9314.0, 9289.0, 9259.0, 9258.0, 9257.0, 9244.0, 9362.0, 9283.0, 9343.0, 9305.0, 9345.0, 9257.0, 9320.0, 9255.0, 9325.0, 9254.0, 9323.0, 9269.0, 9305.0, 9227.0, 9276.0, 9227.0, 9277.0, 9226.0, 9307.0, 9241.0, 9294.0, 9244.0, 9297.0, 9262.0, 9328.0, 9278.0, 9332.0, 9260.0, 9325.0, 9257.0, 9325.0, 9258.0, 9329.0, 9292.0, 9323.0, 9206.0, 9230.0, 9243.0, 9215.0, 9338.0, 9229.0, 9323.0, 9242.0, 9242.0, 9215.0, 9255.0, 9205.0, 9319.0, 9248.0, 9287.0, 9250.0, 9206.0, 9247.0, 9222.0, 9236.0, 9250.0, 9239.0, 9305.0, 9263.0, 9280.0, 9262.0, 9220.0, 9247.0, 9289.0, 9232.0, 9358.0, 9260.0, 9318.0, 9273.0, 9287.0, 9215.0, 9298.0, 9215.0, 9300.0, 9234.0, 9300.0, 9249.0, 9290.0, 9232.0, 9246.0, 9221.0, 9276.0, 9244.0, 9323.0, 9266.0, 9314.0, 9266.0, 9281.0, 9238.0, 9338.0, 9271.0, 9323.0, 9277.0, 9325.0, 9261.0, 9301.0, 9220.0, 9300.0, 9238.0, 9303.0, 9253.0, 9324.0, 9251.0, 9309.0, 9238.0, 9320.0, 9256.0, 9310.0, 9268.0, 9327.0, 9267.0, 9292.0, 9240.0, 9322.0, 9258.0, 9309.0, 9284.0, 9329.0, 9268.0, 9281.0, 9240.0, 9308.0, 9245.0, 9326.0, 9269.0, 9301.0, 9284.0, 9227.0, 9254.0, 9225.0, 9256.0, 9325.0, 9263.0, 9325.0, 9263.0, 9266.0, 9222.0, 9336.0, 9225.0, 9319.0, 9265.0, 9323.0, 9282.0, 9279.0, 9240.0, 9239.0, 9244.0, 9285.0, 9285.0, 9261.0, 9330.0, 9246.0, 9312.0, 9245.0, 9301.0, 9248.0, 9324.0, 9276.0, 9346.0, 9258.0, 9325.0, 9256.0, 9311.0, 9242.0, 9306.0, 9257.0, 9341.0, 9241.0, 9310.0, 9242.0, 9326.0, 9272.0, 9323.0, 9287.0, 9269.0, 9240.0, 9296.0, 9246.0, 9345.0, 9284.0, 9343.0, 9300.0, 9339.0, 9247.0, 9301.0, 9240.0, 9294.0, 9237.0, 9303.0, 9252.0, 9304.0, 9236.0, 9286.0, 9239.0, 9305.0, 9253.0, 9303.0, 9268.0, 9307.0, 9238.0, 9303.0, 9243.0, 9306.0, 9253.0, 9331.0, 9270.0, 9309.0, 9239.0, 9318.0, 9256.0, 9306.0, 9264.0, 9324.0, 9251.0, 9303.0, 9236.0, 9306.0, 9251.0, 9323.0, 9277.0, 9290.0, 9242.0, 9228.0, 9284.0, 9251.0, 9333.0, 9252.0, 9294.0, 9267.0, 9278.0, 9348.0, 9289.0, 9349.0, 9260.0, 9323.0, 9264.0, 9320.0, 9263.0, 9352.0, 9297.0, 9335.0, 9221.0, 9301.0, 9236.0, 9304.0, 9266.0, 9292.0, 9235.0, 9233.0, 9220.0, 9273.0, 9225.0, 9321.0, 9264.0, 9280.0, 9234.0, 9206.0, 9233.0, 9244.0, 9236.0, 9324.0, 9262.0, 9309.0, 9262.0, 9203.0, 9220.0, 9205.0, 9239.0, 9283.0, 9251.0, 9254.0, 9310.0, 9207.0, 9277.0, 9223.0, 9264.0, 9236.0, 9278.0, 9225.0, 9305.0, 9223.0, 9262.0, 9209.0, 9254.0, 9281.0, 9284.0, 9223.0, 9261.0, 9208.0, 9247.0, 9211.0, 9251.0, 9264.0, 9328.0, 9222.0, 9261.0, 9208.0, 9235.0, 9251.0, 9248.0, 9255.0, 9278.0, 9211.0, 9252.0, 9279.0, 9228.0, 9340.0, 9286.0, 9279.0, 9238.0, 9307.0, 9222.0, 9322.0, 9253.0, 9318.0, 9282.0, 9275.0, 9233.0, 9260.0, 9220.0, 9322.0, 9253.0, 9324.0, 9280.0, 9292.0, 9236.0, 9320.0, 9253.0, 9320.0, 9251.0, 9288.0, 9202.0, 9217.0, 9257.0, 9220.0, 9317.0, 9265.0, 9272.0, 9218.0, 9287.0, 9220.0, 9303.0, 9254.0, 9304.0, 9257.0, 9304.0, 9225.0, 9275.0, 9205.0, 9239.0, 9310.0, 9264.0, 9310.0, 9248.0, 9292.0, 9223.0, 9320.0, 9242.0, 9306.0, 9273.0, 9308.0, 9242.0, 9308.0, 9260.0, 9315.0, 9260.0, 9331.0, 9254.0, 9292.0, 9225.0, 9261.0, 9229.0, 9291.0, 9256.0, 9362.0, 9251.0, 9309.0, 9273.0, 9230.0, 9354.0, 9231.0, 9319.0, 9280.0, 9243.0, 9215.0, 9216.0, 9233.0, 9289.0, 9232.0, 9294.0, 9247.0, 9205.0, 9234.0, 9302.0, 9220.0, 9335.0, 9260.0, 9319.0, 9278.0, 9274.0, 9220.0, 9275.0, 9233.0, 9318.0, 9265.0, 9320.0, 9264.0, 9303.0, 9235.0, 9276.0, 9244.0, 9273.0, 9247.0, 9294.0, 9264.0, 9351.0, 9261.0, 9333.0, 9333.0, 9274.0, 9365.0, 9329.0, 9356.0, 9249.0, 9275.0, 9245.0, 9238.0, 9337.0, 9267.0, 9337.0, 9217.0, 9286.0, 9214.0, 9245.0, 9206.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.0015618043478260867</td></tr>
<tr><td colspan=3>aqi</td><td>0.019216169673913045</td></tr>
<tr><td colspan=3>dummy_trs</td><td>6</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.60907120659413</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2231249746681179</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0168554148748652</td></tr>
<tr><td colspan=3>efc</td><td>0.5225</td></tr>
<tr><td colspan=3>fber</td><td>3210.0637</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08847071132810708</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>40</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>4.3478260869565215</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3709453140503407</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.2431509465191137</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5900146655219656</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2796703301099437</td></tr>
<tr><td colspan=3>gcor</td><td>0.00555696</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01684008352458477</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.0347810834646225</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>920</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.107257488245916</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>14.3055</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>59.2122</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>253.6522</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>61.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>293641.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>17.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1281.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>452.897</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.8453</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>540.5812</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3371.2487</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3473.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>82903.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1423.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4477.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>845.5713</td></tr>
<tr><td colspan=3>tsnr</td><td>37.629049009876326</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>