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

616 lines
No EOL
109 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-0093_ses-02_task-alignvideo_acq-mb8_run-04_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
<script>
var timestamp = Date.now()
function read_form() {
var ds = "<unset>";
var sub = "sub-0093_ses-02_task-alignvideo_acq-mb8_run-04_bold.nii.gz";
var artifacts = [];
$('#qcartifacts-group input:checked').each(function() {
artifacts.push($(this).attr('name'));
});
var rating = $('#qcslider').val();
var payload = {
'dataset': ds,
'subject': sub,
'rating': rating,
'artifacts': artifacts,
'time_sec': (Date.now() - timestamp) / 1000,
'confidence': $('#qcextra-confidence').val(),
'comments': $('#qcextra-comments').val()
};
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
$('#btn-download').attr('href', URL.createObjectURL(file));
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
return payload
};
function toggle_rating() {
if ($('#qcrating-menu').hasClass('d-none')) {
$('#qcrating-menu').removeClass('d-none');
$('#qcrating-toggler').prop('checked', true);
} else {
$('#qcrating-menu').addClass('d-none');
$('#qcrating-toggler').prop('checked', false);
}
};
$(window).on('load',function(){
var authorization = $('#btn-post').val()
if (authorization.includes("secret_token")) {
$('#btn-post').addClass('d-none');
};
timestamp = Date.now();
});
</script>
<style type="text/css">
/* The slider itself */
.slider {
-webkit-appearance: none; /* Override default CSS styles */
appearance: none;
margin-bottom: 8px;
margin-left: 10%;
width: 80%;
height: 5px; /* Specified height */
background: #d3d3d3; /* Grey background */
outline: none; /* Remove outline */
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
transition: opacity .2s;
}
/* Mouse-over effects */
.slider:hover {
opacity: 1; /* Fully shown on mouse-over */
}
.slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
.slider::-moz-range-thumb {
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
About
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="#errors">Errors</a></li>
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
</ul>
</li>
</ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>
<div id="Basic echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-04_session-02_subject-0093_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-0093/figures/sub-0093_ses-02_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0093/figures/sub-0093_ses-02_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0093/figures/sub-0093_ses-02_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-04_session-02_subject-0093_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-0093/figures/sub-0093_ses-02_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0093/figures/sub-0093_ses-02_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0093/figures/sub-0093_ses-02_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-04_session-02_subject-0093_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-0093/figures/sub-0093_ses-02_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0093/figures/sub-0093_ses-02_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0093/figures/sub-0093_ses-02_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-04_session-02_subject-0093_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-0093/figures/sub-0093_ses-02_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0093/figures/sub-0093_ses-02_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0093/figures/sub-0093_ses-02_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg</a></small>
</div>
</div>
<div id="Extended echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-mean_run-04_session-02_subject-0093_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-0093/figures/sub-0093_ses-02_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0093/figures/sub-0093_ses-02_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0093/figures/sub-0093_ses-02_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg</a></small>
</div>
</div>
<div id="Extended reports shared across echos" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-04_session-02_subject-0093_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-0093/figures/sub-0093_ses-02_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0093/figures/sub-0093_ses-02_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0093/figures/sub-0093_ses-02_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-04_session-02_subject-0093_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-0093/figures/sub-0093_ses-02_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0093/figures/sub-0093_ses-02_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0093/figures/sub-0093_ses-02_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0093/figures/sub-0093_ses-02_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg</a></small>
</div>
</div>
<div id="About" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">About</h1>
<div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
</div>
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p> <div class="accordion accordion-flush" id="about-metadata">
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-0">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
Provenance Information
</button>
</h2>
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0093/ses-02/func/sub-0093_ses-02_task-alignvideo_acq-mb8_run-04_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>00ea9a241e03abc014402c2810a60dc4</td></tr>
</table>
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-1">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
Dataset Information
</button>
</h2>
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>16:08:33.500000</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.993957, 0.0194609, 0.108027, -0.0319309, 0.99286, 0.114935]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-04_task-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.105722</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-04_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>34</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4141, -7792, -7234, 620, -75, -346, 62, 54]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>231.968</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>860390a6-3b12-48ec-ba53-cc5b39bd75bf||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.666715383529663, -0.0856684073805809, 0.28355053067207336, 112.34896087646484], [-0.05221211910247803, 2.6637699604034424, 0.3177633285522461, -100.13822174072266], [0.28982800245285034, -0.30836281180381775, 2.666200637817383, -61.286590576171875], [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, 914]</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], 'AcquisitionTime': ['160833.500000', '160833.960000', '160834.420000', '160834.880000', '160835.340000', '160835.800000', '160836.260000', '160836.720000', '160837.180000', '160837.640000', '160838.100000', '160838.560000', '160839.020000', '160839.480000', '160839.940000', '160840.400000', '160840.860000', '160841.320000', '160841.780000', '160842.240000', '160842.700000', '160843.160000', '160843.620000', '160844.080000', '160844.540000', '160845.000000', '160845.460000', '160845.920000', '160846.380000', '160846.840000', '160847.300000', '160847.760000', '160848.220000', '160848.680000', '160849.140000', '160849.600000', '160850.060000', '160850.520000', '160850.980000', '160851.440000', '160851.900000', '160852.360000', '160852.820000', '160853.280000', '160853.740000', '160854.200000', '160854.660000', '160855.120000', '160855.580000', '160856.040000', '160856.500000', '160856.960000', '160857.420000', '160857.880000', '160858.340000', '160858.800000', '160859.260000', '160859.720000', '160900.180000', '160900.640000', '160901.100000', '160901.560000', '160902.020000', '160902.480000', '160902.940000', '160903.400000', '160903.860000', '160904.320000', '160904.780000', '160905.240000', '160905.700000', '160906.160000', '160906.620000', '160907.080000', '160907.540000', '160908.000000', '160908.460000', '160908.920000', '160909.380000', '160909.840000', '160910.300000', '160910.760000', '160911.220000', '160911.680000', '160912.140000', '160912.600000', '160913.060000', '160913.520000', '160913.980000', '160914.440000', '160914.900000', '160915.360000', '160915.820000', '160916.280000', '160916.740000', '160917.200000', '160917.660000', '160918.120000', '160918.580000', '160919.040000', '160919.500000', '160919.960000', '160920.420000', '160920.880000', '160921.340000', '160921.800000', '160922.260000', '160922.720000', '160923.180000', '160923.640000', '160924.100000', '160924.560000', '160925.020000', '160925.480000', '160925.940000', '160926.400000', '160926.860000', '160927.320000', '160927.780000', '160928.240000', '160928.700000', '160929.160000', '160929.620000', '160930.080000', '160930.540000', '160931.000000', '160931.460000', '160931.920000', '160932.380000', '160932.840000', '160933.300000', '160933.760000', '160934.220000', '160934.680000', '160935.140000', '160935.600000', '160936.060000', '160936.520000', '160936.980000', '160937.440000', '160937.900000', '160938.360000', '160938.820000', '160939.280000', '160939.740000', '160940.200000', '160940.660000', '160941.120000', '160941.580000', '160942.040000', '160942.500000', '160942.960000', '160943.420000', '160943.880000', '160944.340000', '160944.800000', '160945.260000', '160945.720000', '160946.180000', '160946.640000', '160947.100000', '160947.560000', '160948.020000', '160948.480000', '160948.940000', '160949.400000', '160949.860000', '160950.320000', '160950.780000', '160951.240000', '160951.700000', '160952.160000', '160952.620000', '160953.080000', '160953.540000', '160954.000000', '160954.460000', '160954.920000', '160955.380000', '160955.840000', '160956.300000', '160956.760000', '160957.220000', '160957.680000', '160958.140000', '160958.600000', '160959.060000', '160959.520000', '160959.980000', '161000.440000', '161000.900000', '161001.360000', '161001.820000', '161002.280000', '161002.740000', '161003.200000', '161003.660000', '161004.120000', '161004.580000', '161005.040000', '161005.500000', '161005.960000', '161006.420000', '161006.880000', '161007.340000', '161007.800000', '161008.260000', '161008.720000', '161009.180000', '161009.640000', '161010.100000', '161010.560000', '161011.020000', '161011.480000', '161011.940000', '161012.400000', '161012.860000', '161013.320000', '161013.780000', '161014.240000', '161014.700000', '161015.160000', '161015.620000', '161016.080000', '161016.540000', '161017.000000', '161017.460000', '161017.920000', '161018.380000', '161018.840000', '161019.300000', '161019.760000', '161020.220000', '161020.680000', '161021.140000', '161021.600000', '161022.060000', '161022.520000', '161022.980000', '161023.440000', '161023.900000', '161024.360000', '161024.820000', '161025.280000', '161025.740000', '161026.200000', '161026.660000', '161027.120000', '161027.580000', '161028.040000', '161028.500000', '161028.960000', '161029.420000', '161029.880000', '161030.340000', '161030.800000', '161031.260000', '161031.720000', '161032.180000', '161032.640000', '161033.100000', '161033.560000', '161034.020000', '161034.480000', '161034.940000', '161035.400000', '161035.860000', '161036.320000', '161036.780000', '161037.240000', '161037.700000', '161038.160000', '161038.620000', '161039.080000', '161039.540000', '161040.000000', '161040.460000', '161040.920000', '161041.380000', '161041.840000', '161042.300000', '161042.760000', '161043.220000', '161043.680000', '161044.140000', '161044.600000', '161045.060000', '161045.520000', '161045.980000', '161046.440000', '161046.900000', '161047.360000', '161047.820000', '161048.280000', '161048.740000', '161049.200000', '161049.660000', '161050.120000', '161050.580000', '161051.040000', '161051.500000', '161051.960000', '161052.420000', '161052.880000', '161053.340000', '161053.800000', '161054.260000', '161054.720000', '161055.180000', '161055.640000', '161056.100000', '161056.560000', '161057.020000', '161057.480000', '161057.940000', '161058.400000', '161058.860000', '161059.320000', '161059.780000', '161100.240000', '161100.700000', '161101.160000', '161101.620000', '161102.080000', '161102.540000', '161103.000000', '161103.460000', '161103.920000', '161104.380000', '161104.840000', '161105.300000', '161105.760000', '161106.220000', '161106.680000', '161107.140000', '161107.600000', '161108.060000', '161108.520000', '161108.980000', '161109.440000', '161109.900000', '161110.360000', '161110.820000', '161111.280000', '161111.740000', '161112.200000', '161112.660000', '161113.120000', '161113.580000', '161114.040000', '161114.500000', '161114.960000', '161115.420000', '161115.880000', '161116.340000', '161116.800000', '161117.260000', '161117.720000', '161118.180000', '161118.640000', '161119.100000', '161119.560000', '161120.020000', '161120.480000', '161120.940000', '161121.400000', '161121.860000', '161122.320000', '161122.780000', '161123.240000', '161123.700000', '161124.160000', '161124.620000', '161125.080000', '161125.540000', '161126.000000', '161126.460000', '161126.920000', '161127.380000', '161127.840000', '161128.300000', '161128.760000', '161129.220000', '161129.680000', '161130.140000', '161130.600000', '161131.060000', '161131.520000', '161131.980000', '161132.440000', '161132.900000', '161133.360000', '161133.820000', '161134.280000', '161134.740000', '161135.200000', '161135.660000', '161136.120000', '161136.580000', '161137.040000', '161137.500000', '161137.960000', '161138.420000', '161138.880000', '161139.340000', '161139.800000', '161140.260000', '161140.720000', '161141.180000', '161141.640000', '161142.100000', '161142.560000', '161143.020000', '161143.480000', '161143.940000', '161144.400000', '161144.860000', '161145.320000', '161145.780000', '161146.240000', '161146.700000', '161147.160000', '161147.620000', '161148.080000', '161148.540000', '161149.000000', '161149.460000', '161149.920000', '161150.380000', '161150.840000', '161151.300000', '161151.760000', '161152.220000', '161152.680000', '161153.140000', '161153.600000', '161154.060000', '161154.520000', '161154.980000', '161155.440000', '161155.900000', '161156.360000', '161156.820000', '161157.280000', '161157.740000', '161158.200000', '161158.660000', '161159.120000', '161159.580000', '161200.040000', '161200.500000', '161200.960000', '161201.420000', '161201.880000', '161202.340000', '161202.800000', '161203.260000', '161203.720000', '161204.180000', '161204.640000', '161205.100000', '161205.560000', '161206.020000', '161206.480000', '161206.940000', '161207.400000', '161207.860000', '161208.320000', '161208.780000', '161209.240000', '161209.700000', '161210.160000', '161210.620000', '161211.080000', '161211.540000', '161212.000000', '161212.460000', '161212.920000', '161213.380000', '161213.840000', '161214.300000', '161214.760000', '161215.220000', '161215.680000', '161216.140000', '161216.600000', '161217.060000', '161217.520000', '161217.980000', '161218.440000', '161218.900000', '161219.360000', '161219.820000', '161220.280000', '161220.740000', '161221.200000', '161221.660000', '161222.120000', '161222.580000', '161223.040000', '161223.500000', '161223.960000', '161224.420000', '161224.880000', '161225.340000', '161225.800000', '161226.260000', '161226.720000', '161227.180000', '161227.640000', '161228.100000', '161228.560000', '161229.020000', '161229.480000', '161229.940000', '161230.400000', '161230.860000', '161231.320000', '161231.780000', '161232.240000', '161232.700000', '161233.160000', '161233.620000', '161234.080000', '161234.540000', '161235.000000', '161235.460000', '161235.920000', '161236.380000', '161236.840000', '161237.300000', '161237.760000', '161238.220000', '161238.680000', '161239.140000', '161239.600000', '161240.060000', '161240.520000', '161240.980000', '161241.440000', '161241.900000', '161242.360000', '161242.820000', '161243.280000', '161243.740000', '161244.200000', '161244.660000', '161245.120000', '161245.580000', '161246.040000', '161246.500000', '161246.960000', '161247.420000', '161247.880000', '161248.340000', '161248.800000', '161249.260000', '161249.720000', '161250.180000', '161250.640000', '161251.100000', '161251.560000', '161252.020000', '161252.480000', '161252.940000', '161253.400000', '161253.860000', '161254.320000', '161254.780000', '161255.240000', '161255.700000', '161256.160000', '161256.620000', '161257.080000', '161257.540000', '161258.000000', '161258.460000', '161258.920000', '161259.380000', '161259.840000', '161300.300000', '161300.760000', '161301.220000', '161301.680000', '161302.140000', '161302.600000', '161303.060000', '161303.520000', '161303.980000', '161304.440000', '161304.900000', '161305.360000', '161305.820000', '161306.280000', '161306.740000', '161307.200000', '161307.660000', '161308.120000', '161308.580000', '161309.040000', '161309.500000', '161309.960000', '161310.420000', '161310.880000', '161311.340000', '161311.800000', '161312.260000', '161312.720000', '161313.180000', '161313.640000', '161314.100000', '161314.560000', '161315.020000', '161315.480000', '161315.940000', '161316.400000', '161316.860000', '161317.320000', '161317.780000', '161318.240000', '161318.700000', '161319.160000', '161319.620000', '161320.080000', '161320.540000', '161321.000000', '161321.460000', '161321.920000', '161322.380000', '161322.840000', '161323.300000', '161323.760000', '161324.220000', '161324.680000', '161325.140000', '161325.600000', '161326.060000', '161326.520000', '161326.980000', '161327.440000', '161327.900000', '161328.360000', '161328.820000', '161329.280000', '161329.740000', '161330.200000', '161330.660000', '161331.120000', '161331.580000', '161332.040000', '161332.500000', '161332.960000', '161333.420000', '161333.880000', '161334.340000', '161334.800000', '161335.260000', '161335.720000', '161336.180000', '161336.640000', '161337.100000', '161337.560000', '161338.020000', '161338.480000', '161338.940000', '161339.400000', '161339.860000', '161340.320000', '161340.780000', '161341.240000', '161341.700000', '161342.160000', '161342.620000', '161343.080000', '161343.540000', '161344.000000', '161344.460000', '161344.920000', '161345.380000', '161345.840000', '161346.300000', '161346.760000', '161347.220000', '161347.680000', '161348.140000', '161348.600000', '161349.060000', '161349.520000', '161349.980000', '161350.440000', '161350.900000', '161351.360000', '161351.820000', '161352.280000', '161352.740000', '161353.200000', '161353.660000', '161354.120000', '161354.580000', '161355.040000', '161355.500000', '161355.960000', '161356.420000', '161356.880000', '161357.340000', '161357.800000', '161358.260000', '161358.720000', '161359.180000', '161359.640000', '161400.100000', '161400.560000', '161401.020000', '161401.480000', '161401.940000', '161402.400000', '161402.860000', '161403.320000', '161403.780000', '161404.240000', '161404.700000', '161405.160000', '161405.620000', '161406.080000', '161406.540000', '161407.000000', '161407.460000', '161407.920000', '161408.380000', '161408.840000', '161409.300000', '161409.760000', '161410.220000', '161410.680000', '161411.140000', '161411.600000', '161412.060000', '161412.520000', '161412.980000', '161413.440000', '161413.900000', '161414.360000', '161414.820000', '161415.280000', '161415.740000', '161416.200000', '161416.660000', '161417.120000', '161417.580000', '161418.040000', '161418.500000', '161418.960000', '161419.420000', '161419.880000', '161420.340000', '161420.800000', '161421.260000', '161421.720000', '161422.180000', '161422.640000', '161423.100000', '161423.560000', '161424.020000', '161424.480000', '161424.940000', '161425.400000', '161425.860000', '161426.320000', '161426.780000', '161427.240000', '161427.700000', '161428.160000', '161428.620000', '161429.080000', '161429.540000', '161430.000000', '161430.460000', '161430.920000', '161431.380000', '161431.840000', '161432.300000', '161432.760000', '161433.220000', '161433.680000', '161434.140000', '161434.600000', '161435.060000', '161435.520000', '161435.980000', '161436.440000', '161436.900000', '161437.360000', '161437.820000', '161438.280000', '161438.740000', '161439.200000', '161439.660000', '161440.120000', '161440.580000', '161441.040000', '161441.500000', '161441.960000', '161442.420000', '161442.880000', '161443.340000', '161443.800000', '161444.260000', '161444.720000', '161445.180000', '161445.640000', '161446.100000', '161446.560000', '161447.020000', '161447.480000', '161447.940000', '161448.400000', '161448.860000', '161449.320000', '161449.780000', '161450.240000', '161450.700000', '161451.160000', '161451.620000', '161452.080000', '161452.540000', '161453.000000', '161453.460000', '161453.920000', '161454.380000', '161454.840000', '161455.300000', '161455.760000', '161456.220000', '161456.680000', '161457.140000', '161457.600000', '161458.060000', '161458.520000', '161458.980000', '161459.440000', '161459.900000', '161500.360000', '161500.820000', '161501.280000', '161501.740000', '161502.200000', '161502.660000', '161503.120000', '161503.580000', '161504.040000', '161504.500000', '161504.960000', '161505.420000', '161505.880000', '161506.340000', '161506.800000', '161507.260000', '161507.720000', '161508.180000', '161508.640000', '161509.100000', '161509.560000', '161510.020000', '161510.480000', '161510.940000', '161511.400000', '161511.860000', '161512.320000', '161512.780000', '161513.240000', '161513.700000', '161514.160000', '161514.620000', '161515.080000', '161515.540000', '161516.000000', '161516.460000', '161516.920000', '161517.380000', '161517.840000', '161518.300000', '161518.760000', '161519.220000', '161519.680000', '161520.140000', '161520.600000', '161521.060000', '161521.520000', '161521.980000', '161522.440000', '161522.900000', '161523.360000', '161523.820000', '161524.280000', '161524.740000', '161525.200000', '161525.660000', '161526.120000', '161526.580000', '161527.040000', '161527.500000', '161527.960000', '161528.420000', '161528.880000', '161529.340000', '161529.800000', '161530.260000', '161530.720000', '161531.180000', '161531.640000', '161532.100000', '161532.560000', '161533.020000', '161533.480000'], 'ContentTime': ['160850.629000', '160850.632000', '160850.635000', '160850.638000', '160850.640000', '160850.643000', '160850.646000', '160850.654000', '160850.657000', '160850.659000', '160850.662000', '160850.664000', '160850.667000', '160850.670000', '160850.672000', '160850.676000', '160850.678000', '160850.681000', '160850.683000', '160850.690000', '160850.693000', '160850.695000', '160850.698000', '160850.700000', '160850.703000', '160850.705000', '160850.708000', '160850.711000', '160850.713000', '160850.716000', '160850.718000', '160850.721000', '160850.723000', '160850.726000', '160850.729000', '160910.586000', '160910.589000', '160910.592000', '160910.594000', '160910.597000', '160910.600000', '160910.602000', '160910.605000', '160910.607000', '160910.610000', '160910.613000', '160910.615000', '160910.618000', '160910.620000', '160910.623000', '160910.625000', '160910.628000', '160910.630000', '160910.633000', '160910.635000', '160910.638000', '160910.641000', '160910.643000', '160910.646000', '160910.648000', '160910.651000', '160910.653000', '160910.656000', '160910.659000', '160910.661000', '160910.664000', '160910.666000', '160910.669000', '160910.671000', '160910.674000', '160910.676000', '160910.679000', '160910.681000', '160910.684000', '160910.686000', '160910.689000', '160910.692000', '160910.694000', '160910.697000', '160930.586000', '160930.589000', '160930.592000', '160930.594000', '160930.599000', '160930.601000', '160930.604000', '160930.606000', '160930.609000', '160930.611000', '160930.614000', '160930.617000', '160930.619000', '160930.622000', '160930.624000', '160930.627000', '160930.629000', '160930.632000', '160930.634000', '160930.637000', '160930.640000', '160930.642000', '160930.645000', '160930.647000', '160930.650000', '160930.653000', '160930.656000', '160930.658000', '160930.661000', '160930.663000', '160930.666000', '160930.669000', '160930.671000', '160930.674000', '160930.676000', '160930.679000', '160930.682000', '160930.684000', '160930.687000', '160930.689000', '160930.692000', '160930.694000', '160930.697000', '160950.586000', '160950.589000', '160950.592000', '160950.594000', '160950.597000', '160950.599000', '160950.602000', '160950.605000', '160950.607000', '160950.610000', '160950.612000', '160950.615000', '160950.617000', '160950.620000', '160950.623000', '160950.625000', '160950.628000', '160950.630000', '160950.633000', '160950.635000', '160950.638000', '160950.641000', '160950.643000', '160950.646000', '160950.648000', '160950.651000', '160950.653000', '160950.656000', '160950.659000', '160950.661000', '160950.664000', '160950.666000', '160950.669000', '160950.672000', '160950.674000', '160950.677000', '160950.679000', '160950.682000', '160950.684000', '160950.687000', '160950.689000', '160950.692000', '160950.695000', '160950.697000', '161010.586000', '161010.588000', '161010.591000', '161010.608000', '161010.611000', '161010.614000', '161010.616000', '161010.619000', '161010.621000', '161010.624000', '161010.626000', '161010.629000', '161010.631000', '161010.634000', '161010.637000', '161010.639000', '161010.642000', '161010.644000', '161010.647000', '161010.650000', '161010.652000', '161010.656000', '161010.659000', '161010.671000', '161010.673000', '161010.676000', '161010.678000', '161010.681000', '161010.684000', '161010.686000', '161010.689000', '161010.691000', '161010.694000', '161010.697000', '161010.699000', '161010.702000', '161010.704000', '161010.707000', '161010.709000', '161010.713000', '161010.717000', '161010.719000', '161010.722000', '161030.586000', '161030.589000', '161030.592000', '161030.594000', '161030.597000', '161030.600000', '161030.602000', '161030.605000', '161030.607000', '161030.610000', '161030.612000', '161030.615000', '161030.618000', '161030.620000', '161030.623000', '161030.625000', '161030.628000', '161030.630000', '161030.633000', '161030.636000', '161030.638000', '161030.641000', '161030.643000', '161030.646000', '161030.648000', '161030.651000', '161030.654000', '161030.656000', '161030.659000', '161030.661000', '161030.664000', '161030.666000', '161030.669000', '161030.672000', '161030.674000', '161030.677000', '161030.679000', '161030.682000', '161030.685000', '161030.687000', '161030.690000', '161030.692000', '161030.695000', '161030.698000', '161050.587000', '161050.589000', '161050.592000', '161050.594000', '161050.597000', '161050.600000', '161050.602000', '161050.605000', '161050.608000', '161050.610000', '161050.613000', '161050.615000', '161050.618000', '161050.620000', '161050.623000', '161050.626000', '161050.628000', '161050.631000', '161050.633000', '161050.636000', '161050.638000', '161050.641000', '161050.644000', '161050.646000', '161050.649000', '161050.651000', '161050.654000', '161050.656000', '161050.659000', '161050.662000', '161050.664000', '161050.667000', '161050.669000', '161050.672000', '161050.674000', '161050.677000', '161050.680000', '161050.682000', '161050.685000', '161050.687000', '161050.690000', '161050.692000', '161050.695000', '161110.586000', '161110.589000', '161110.592000', '161110.594000', '161110.597000', '161110.600000', '161110.602000', '161110.605000', '161110.607000', '161110.610000', '161110.613000', '161110.615000', '161110.618000', '161110.620000', '161110.623000', '161110.625000', '161110.628000', '161110.631000', '161110.633000', '161110.636000', '161110.639000', '161110.641000', '161110.644000', '161110.646000', '161110.649000', '161110.651000', '161110.654000', '161110.656000', '161110.659000', '161110.662000', '161110.664000', '161110.667000', '161110.669000', '161110.672000', '161110.675000', '161110.677000', '161110.680000', '161110.682000', '161110.685000', '161110.687000', '161110.690000', '161110.692000', '161110.695000', '161110.698000', '161130.586000', '161130.589000', '161130.592000', '161130.594000', '161130.597000', '161130.600000', '161130.602000', '161130.605000', '161130.607000', '161130.610000', '161130.613000', '161130.615000', '161130.618000', '161130.620000', '161130.623000', '161130.625000', '161130.628000', '161130.631000', '161130.633000', '161130.636000', '161130.638000', '161130.641000', '161130.643000', '161130.646000', '161130.648000', '161130.651000', '161130.654000', '161130.656000', '161130.659000', '161130.661000', '161130.664000', '161130.667000', '161130.669000', '161130.672000', '161130.674000', '161130.677000', '161130.680000', '161130.682000', '161130.685000', '161130.687000', '161130.690000', '161130.692000', '161130.703000', '161150.586000', '161150.589000', '161150.592000', '161150.594000', '161150.597000', '161150.600000', '161150.602000', '161150.605000', '161150.607000', '161150.610000', '161150.613000', '161150.615000', '161150.618000', '161150.620000', '161150.623000', '161150.625000', '161150.628000', '161150.631000', '161150.633000', '161150.636000', '161150.638000', '161150.641000', '161150.643000', '161150.646000', '161150.649000', '161150.651000', '161150.654000', '161150.656000', '161150.659000', '161150.661000', '161150.664000', '161150.667000', '161150.669000', '161150.672000', '161150.674000', '161150.677000', '161150.679000', '161150.682000', '161150.685000', '161150.687000', '161150.690000', '161150.692000', '161150.695000', '161150.698000', '161210.586000', '161210.589000', '161210.592000', '161210.594000', '161210.597000', '161210.600000', '161210.602000', '161210.605000', '161210.608000', '161210.610000', '161210.613000', '161210.615000', '161210.618000', '161210.621000', '161210.623000', '161210.626000', '161210.629000', '161210.631000', '161210.634000', '161210.636000', '161210.639000', '161210.641000', '161210.644000', '161210.647000', '161210.649000', '161210.652000', '161210.654000', '161210.657000', '161210.660000', '161210.662000', '161210.665000', '161210.667000', '161210.670000', '161210.672000', '161210.675000', '161210.677000', '161210.680000', '161210.683000', '161210.685000', '161210.688000', '161210.690000', '161210.693000', '161210.696000', '161230.586000', '161230.588000', '161230.591000', '161230.593000', '161230.596000', '161230.599000', '161230.601000', '161230.604000', '161230.607000', '161230.609000', '161230.612000', '161230.615000', '161230.617000', '161230.620000', '161230.623000', '161230.626000', '161230.629000', '161230.631000', '161230.634000', '161230.637000', '161230.639000', '161230.642000', '161230.644000', '161230.647000', '161230.649000', '161230.652000', '161230.655000', '161230.657000', '161230.660000', '161230.662000', '161230.665000', '161230.668000', '161230.670000', '161230.673000', '161230.675000', '161230.678000', '161230.680000', '161230.683000', '161230.686000', '161230.688000', '161230.691000', '161230.693000', '161230.696000', '161250.587000', '161250.589000', '161250.592000', '161250.594000', '161250.597000', '161250.600000', '161250.602000', '161250.605000', '161250.608000', '161250.610000', '161250.613000', '161250.615000', '161250.618000', '161250.621000', '161250.623000', '161250.626000', '161250.628000', '161250.631000', '161250.634000', '161250.636000', '161250.639000', '161250.641000', '161250.644000', '161250.647000', '161250.649000', '161250.652000', '161250.654000', '161250.657000', '161250.660000', '161250.662000', '161250.665000', '161250.667000', '161250.670000', '161250.672000', '161250.675000', '161250.678000', '161250.680000', '161250.683000', '161250.685000', '161250.688000', '161250.691000', '161250.693000', '161250.696000', '161250.698000', '161310.586000', '161310.589000', '161310.592000', '161310.594000', '161310.597000', '161310.600000', '161310.602000', '161310.605000', '161310.607000', '161310.610000', '161310.613000', '161310.615000', '161310.618000', '161310.620000', '161310.623000', '161310.626000', '161310.628000', '161310.631000', '161310.633000', '161310.636000', '161310.639000', '161310.641000', '161310.644000', '161310.646000', '161310.661000', '161310.664000', '161310.667000', '161310.669000', '161310.672000', '161310.674000', '161310.677000', '161310.680000', '161310.682000', '161310.685000', '161310.687000', '161310.690000', '161310.692000', '161310.695000', '161310.698000', '161310.700000', '161310.703000', '161310.705000', '161310.708000', '161310.710000', '161330.586000', '161330.589000', '161330.592000', '161330.595000', '161330.597000', '161330.600000', '161330.602000', '161330.605000', '161330.608000', '161330.610000', '161330.613000', '161330.615000', '161330.618000', '161330.621000', '161330.623000', '161330.626000', '161330.628000', '161330.631000', '161330.633000', '161330.636000', '161330.639000', '161330.641000', '161330.644000', '161330.646000', '161330.649000', '161330.652000', '161330.654000', '161330.657000', '161330.660000', '161330.662000', '161330.665000', '161330.667000', '161330.670000', '161330.673000', '161330.675000', '161330.678000', '161330.680000', '161330.683000', '161330.685000', '161330.688000', '161330.691000', '161330.693000', '161330.696000', '161350.587000', '161350.589000', '161350.593000', '161350.596000', '161350.598000', '161350.601000', '161350.604000', '161350.606000', '161350.609000', '161350.612000', '161350.614000', '161350.617000', '161350.619000', '161350.622000', '161350.625000', '161350.627000', '161350.632000', '161350.634000', '161350.637000', '161350.640000', '161350.642000', '161350.645000', '161350.648000', '161350.650000', '161350.653000', '161350.656000', '161350.658000', '161350.661000', '161350.663000', '161350.666000', '161350.668000', '161350.671000', '161350.674000', '161350.676000', '161350.679000', '161350.681000', '161350.684000', '161350.686000', '161350.689000', '161350.692000', '161350.694000', '161350.697000', '161350.699000', '161350.702000', '161410.587000', '161410.589000', '161410.592000', '161410.595000', '161410.597000', '161410.600000', '161410.603000', '161410.605000', '161410.608000', '161410.610000', '161410.613000', '161410.616000', '161410.618000', '161410.621000', '161410.623000', '161410.626000', '161410.628000', '161410.631000', '161410.634000', '161410.636000', '161410.639000', '161410.641000', '161410.644000', '161410.646000', '161410.649000', '161410.652000', '161410.654000', '161410.657000', '161410.659000', '161410.662000', '161410.664000', '161410.667000', '161410.670000', '161410.672000', '161410.675000', '161410.678000', '161410.680000', '161410.683000', '161410.685000', '161410.688000', '161410.691000', '161410.693000', '161410.696000', '161430.587000', '161430.589000', '161430.592000', '161430.595000', '161430.597000', '161430.600000', '161430.602000', '161430.605000', '161430.608000', '161430.610000', '161430.613000', '161430.615000', '161430.618000', '161430.621000', '161430.623000', '161430.626000', '161430.628000', '161430.631000', '161430.633000', '161430.636000', '161430.639000', '161430.641000', '161430.644000', '161430.646000', '161430.649000', '161430.652000', '161430.654000', '161430.657000', '161430.659000', '161430.662000', '161430.664000', '161430.667000', '161430.669000', '161430.672000', '161430.675000', '161430.697000', '161430.699000', '161430.702000', '161430.705000', '161430.707000', '161430.710000', '161430.712000', '161430.715000', '161430.717000', '161450.585000', '161450.588000', '161450.591000', '161450.593000', '161450.596000', '161450.599000', '161450.601000', '161450.604000', '161450.607000', '161450.609000', '161450.612000', '161450.614000', '161450.617000', '161450.620000', '161450.622000', '161450.625000', '161450.627000', '161450.630000', '161450.632000', '161450.635000', '161450.638000', '161450.640000', '161450.643000', '161450.645000', '161450.648000', '161450.651000', '161450.653000', '161450.656000', '161450.658000', '161450.661000', '161450.664000', '161450.666000', '161450.669000', '161450.671000', '161450.674000', '161450.677000', '161450.679000', '161450.682000', '161450.684000', '161450.687000', '161450.689000', '161450.692000', '161450.695000', '161510.587000', '161510.590000', '161510.592000', '161510.595000', '161510.598000', '161510.601000', '161510.603000', '161510.606000', '161510.609000', '161510.611000', '161510.614000', '161510.616000', '161510.619000', '161510.621000', '161510.624000', '161510.627000', '161510.629000', '161510.632000', '161510.634000', '161510.637000', '161510.639000', '161510.643000', '161510.646000', '161510.649000', '161510.651000', '161510.654000', '161510.656000', '161510.659000', '161510.661000', '161510.664000', '161510.667000', '161510.669000', '161510.672000', '161510.674000', '161510.677000', '161510.679000', '161510.682000', '161510.685000', '161510.687000', '161510.690000', '161510.692000', '161510.695000', '161510.698000', '161530.586000', '161530.589000', '161530.592000', '161530.594000', '161530.597000', '161530.600000', '161530.603000', '161530.605000', '161530.608000', '161530.610000', '161530.613000', '161530.615000', '161530.618000', '161530.621000', '161530.623000', '161530.626000', '161530.628000', '161530.631000', '161530.634000', '161530.636000', '161530.639000', '161530.642000', '161530.644000', '161530.647000', '161530.649000', '161530.652000', '161530.654000', '161530.657000', '161530.660000', '161530.662000', '161530.665000', '161530.667000', '161530.670000', '161530.673000', '161530.675000', '161530.678000', '161530.681000', '161530.683000', '161530.686000', '161530.688000', '161530.691000', '161530.693000', '161530.696000', '161530.699000', '161534.494000', '161534.497000', '161534.500000', '161534.503000', '161534.505000', '161534.508000', '161534.511000', '161534.513000', '161534.516000'], 'InstanceCreationTime': ['160850.629000', '160850.632000', '160850.635000', '160850.638000', '160850.640000', '160850.643000', '160850.646000', '160850.654000', '160850.657000', '160850.659000', '160850.662000', '160850.664000', '160850.667000', '160850.670000', '160850.672000', '160850.676000', '160850.678000', '160850.681000', '160850.683000', '160850.690000', '160850.693000', '160850.695000', '160850.698000', '160850.700000', '160850.703000', '160850.705000', '160850.708000', '160850.711000', '160850.713000', '160850.716000', '160850.718000', '160850.721000', '160850.723000', '160850.726000', '160850.729000', '160910.586000', '160910.589000', '160910.592000', '160910.594000', '160910.597000', '160910.600000', '160910.602000', '160910.605000', '160910.607000', '160910.610000', '160910.613000', '160910.615000', '160910.618000', '160910.620000', '160910.623000', '160910.625000', '160910.628000', '160910.630000', '160910.633000', '160910.635000', '160910.638000', '160910.641000', '160910.643000', '160910.646000', '160910.648000', '160910.651000', '160910.653000', '160910.656000', '160910.659000', '160910.661000', '160910.664000', '160910.666000', '160910.669000', '160910.671000', '160910.674000', '160910.676000', '160910.679000', '160910.681000', '160910.684000', '160910.686000', '160910.689000', '160910.692000', '160910.694000', '160910.697000', '160930.586000', '160930.589000', '160930.592000', '160930.594000', '160930.599000', '160930.601000', '160930.604000', '160930.606000', '160930.609000', '160930.611000', '160930.614000', '160930.617000', '160930.619000', '160930.622000', '160930.624000', '160930.627000', '160930.629000', '160930.632000', '160930.634000', '160930.637000', '160930.640000', '160930.642000', '160930.645000', '160930.647000', '160930.650000', '160930.653000', '160930.656000', '160930.658000', '160930.661000', '160930.663000', '160930.666000', '160930.669000', '160930.671000', '160930.674000', '160930.676000', '160930.679000', '160930.682000', '160930.684000', '160930.687000', '160930.689000', '160930.692000', '160930.694000', '160930.697000', '160950.586000', '160950.589000', '160950.592000', '160950.594000', '160950.597000', '160950.599000', '160950.602000', '160950.605000', '160950.607000', '160950.610000', '160950.612000', '160950.615000', '160950.617000', '160950.620000', '160950.623000', '160950.625000', '160950.628000', '160950.630000', '160950.633000', '160950.635000', '160950.638000', '160950.641000', '160950.643000', '160950.646000', '160950.648000', '160950.651000', '160950.653000', '160950.656000', '160950.659000', '160950.661000', '160950.664000', '160950.666000', '160950.669000', '160950.672000', '160950.674000', '160950.677000', '160950.679000', '160950.682000', '160950.684000', '160950.687000', '160950.689000', '160950.692000', '160950.695000', '160950.697000', '161010.586000', '161010.588000', '161010.591000', '161010.608000', '161010.611000', '161010.614000', '161010.616000', '161010.619000', '161010.621000', '161010.624000', '161010.626000', '161010.629000', '161010.631000', '161010.634000', '161010.637000', '161010.639000', '161010.642000', '161010.644000', '161010.647000', '161010.650000', '161010.652000', '161010.656000', '161010.659000', '161010.671000', '161010.673000', '161010.676000', '161010.678000', '161010.681000', '161010.684000', '161010.686000', '161010.689000', '161010.691000', '161010.694000', '161010.697000', '161010.699000', '161010.702000', '161010.704000', '161010.707000', '161010.709000', '161010.713000', '161010.717000', '161010.719000', '161010.722000', '161030.586000', '161030.589000', '161030.592000', '161030.594000', '161030.597000', '161030.600000', '161030.602000', '161030.605000', '161030.607000', '161030.610000', '161030.612000', '161030.615000', '161030.618000', '161030.620000', '161030.623000', '161030.625000', '161030.628000', '161030.630000', '161030.633000', '161030.636000', '161030.638000', '161030.641000', '161030.643000', '161030.646000', '161030.648000', '161030.651000', '161030.654000', '161030.656000', '161030.659000', '161030.661000', '161030.664000', '161030.666000', '161030.669000', '161030.672000', '161030.674000', '161030.677000', '161030.679000', '161030.682000', '161030.685000', '161030.687000', '161030.690000', '161030.692000', '161030.695000', '161030.698000', '161050.587000', '161050.589000', '161050.592000', '161050.594000', '161050.597000', '161050.600000', '161050.602000', '161050.605000', '161050.608000', '161050.610000', '161050.613000', '161050.615000', '161050.618000', '161050.620000', '161050.623000', '161050.626000', '161050.628000', '161050.631000', '161050.633000', '161050.636000', '161050.638000', '161050.641000', '161050.644000', '161050.646000', '161050.649000', '161050.651000', '161050.654000', '161050.656000', '161050.659000', '161050.662000', '161050.664000', '161050.667000', '161050.669000', '161050.672000', '161050.674000', '161050.677000', '161050.680000', '161050.682000', '161050.685000', '161050.687000', '161050.690000', '161050.692000', '161050.695000', '161110.586000', '161110.589000', '161110.592000', '161110.594000', '161110.597000', '161110.600000', '161110.602000', '161110.605000', '161110.607000', '161110.610000', '161110.613000', '161110.615000', '161110.618000', '161110.620000', '161110.623000', '161110.625000', '161110.628000', '161110.631000', '161110.633000', '161110.636000', '161110.639000', '161110.641000', '161110.644000', '161110.646000', '161110.649000', '161110.651000', '161110.654000', '161110.656000', '161110.659000', '161110.662000', '161110.664000', '161110.667000', '161110.669000', '161110.672000', '161110.675000', '161110.677000', '161110.680000', '161110.682000', '161110.685000', '161110.687000', '161110.690000', '161110.692000', '161110.695000', '161110.698000', '161130.586000', '161130.589000', '161130.592000', '161130.594000', '161130.597000', '161130.600000', '161130.602000', '161130.605000', '161130.607000', '161130.610000', '161130.613000', '161130.615000', '161130.618000', '161130.620000', '161130.623000', '161130.625000', '161130.628000', '161130.631000', '161130.633000', '161130.636000', '161130.638000', '161130.641000', '161130.643000', '161130.646000', '161130.648000', '161130.651000', '161130.654000', '161130.656000', '161130.659000', '161130.661000', '161130.664000', '161130.667000', '161130.669000', '161130.672000', '161130.674000', '161130.677000', '161130.680000', '161130.682000', '161130.685000', '161130.687000', '161130.690000', '161130.692000', '161130.703000', '161150.586000', '161150.589000', '161150.592000', '161150.594000', '161150.597000', '161150.600000', '161150.602000', '161150.605000', '161150.607000', '161150.610000', '161150.613000', '161150.615000', '161150.618000', '161150.620000', '161150.623000', '161150.625000', '161150.628000', '161150.631000', '161150.633000', '161150.636000', '161150.638000', '161150.641000', '161150.643000', '161150.646000', '161150.649000', '161150.651000', '161150.654000', '161150.656000', '161150.659000', '161150.661000', '161150.664000', '161150.667000', '161150.669000', '161150.672000', '161150.674000', '161150.677000', '161150.679000', '161150.682000', '161150.685000', '161150.687000', '161150.690000', '161150.692000', '161150.695000', '161150.698000', '161210.586000', '161210.589000', '161210.592000', '161210.594000', '161210.597000', '161210.600000', '161210.602000', '161210.605000', '161210.608000', '161210.610000', '161210.613000', '161210.615000', '161210.618000', '161210.621000', '161210.623000', '161210.626000', '161210.629000', '161210.631000', '161210.634000', '161210.636000', '161210.639000', '161210.641000', '161210.644000', '161210.647000', '161210.649000', '161210.652000', '161210.654000', '161210.657000', '161210.660000', '161210.662000', '161210.665000', '161210.667000', '161210.670000', '161210.672000', '161210.675000', '161210.677000', '161210.680000', '161210.683000', '161210.685000', '161210.688000', '161210.690000', '161210.693000', '161210.696000', '161230.586000', '161230.588000', '161230.591000', '161230.593000', '161230.596000', '161230.599000', '161230.601000', '161230.604000', '161230.607000', '161230.609000', '161230.612000', '161230.615000', '161230.617000', '161230.620000', '161230.623000', '161230.626000', '161230.629000', '161230.631000', '161230.634000', '161230.637000', '161230.639000', '161230.642000', '161230.644000', '161230.647000', '161230.649000', '161230.652000', '161230.655000', '161230.657000', '161230.660000', '161230.662000', '161230.665000', '161230.668000', '161230.670000', '161230.673000', '161230.675000', '161230.678000', '161230.680000', '161230.683000', '161230.686000', '161230.688000', '161230.691000', '161230.693000', '161230.696000', '161250.587000', '161250.589000', '161250.592000', '161250.594000', '161250.597000', '161250.600000', '161250.602000', '161250.605000', '161250.608000', '161250.610000', '161250.613000', '161250.615000', '161250.618000', '161250.621000', '161250.623000', '161250.626000', '161250.628000', '161250.631000', '161250.634000', '161250.636000', '161250.639000', '161250.641000', '161250.644000', '161250.647000', '161250.649000', '161250.652000', '161250.654000', '161250.657000', '161250.660000', '161250.662000', '161250.665000', '161250.667000', '161250.670000', '161250.672000', '161250.675000', '161250.678000', '161250.680000', '161250.683000', '161250.685000', '161250.688000', '161250.691000', '161250.693000', '161250.696000', '161250.698000', '161310.586000', '161310.589000', '161310.592000', '161310.594000', '161310.597000', '161310.600000', '161310.602000', '161310.605000', '161310.607000', '161310.610000', '161310.613000', '161310.615000', '161310.618000', '161310.620000', '161310.623000', '161310.626000', '161310.628000', '161310.631000', '161310.633000', '161310.636000', '161310.639000', '161310.641000', '161310.644000', '161310.646000', '161310.661000', '161310.664000', '161310.667000', '161310.669000', '161310.672000', '161310.674000', '161310.677000', '161310.680000', '161310.682000', '161310.685000', '161310.687000', '161310.690000', '161310.692000', '161310.695000', '161310.698000', '161310.700000', '161310.703000', '161310.705000', '161310.708000', '161310.710000', '161330.586000', '161330.589000', '161330.592000', '161330.595000', '161330.597000', '161330.600000', '161330.602000', '161330.605000', '161330.608000', '161330.610000', '161330.613000', '161330.615000', '161330.618000', '161330.621000', '161330.623000', '161330.626000', '161330.628000', '161330.631000', '161330.633000', '161330.636000', '161330.639000', '161330.641000', '161330.644000', '161330.646000', '161330.649000', '161330.652000', '161330.654000', '161330.657000', '161330.660000', '161330.662000', '161330.665000', '161330.667000', '161330.670000', '161330.673000', '161330.675000', '161330.678000', '161330.680000', '161330.683000', '161330.685000', '161330.688000', '161330.691000', '161330.693000', '161330.696000', '161350.587000', '161350.589000', '161350.593000', '161350.596000', '161350.598000', '161350.601000', '161350.604000', '161350.606000', '161350.609000', '161350.612000', '161350.614000', '161350.617000', '161350.619000', '161350.622000', '161350.625000', '161350.627000', '161350.632000', '161350.634000', '161350.637000', '161350.640000', '161350.642000', '161350.645000', '161350.648000', '161350.650000', '161350.653000', '161350.656000', '161350.658000', '161350.661000', '161350.663000', '161350.666000', '161350.668000', '161350.671000', '161350.674000', '161350.676000', '161350.679000', '161350.681000', '161350.684000', '161350.686000', '161350.689000', '161350.692000', '161350.694000', '161350.697000', '161350.699000', '161350.702000', '161410.587000', '161410.589000', '161410.592000', '161410.595000', '161410.597000', '161410.600000', '161410.603000', '161410.605000', '161410.608000', '161410.610000', '161410.613000', '161410.616000', '161410.618000', '161410.621000', '161410.623000', '161410.626000', '161410.628000', '161410.631000', '161410.634000', '161410.636000', '161410.639000', '161410.641000', '161410.644000', '161410.646000', '161410.649000', '161410.652000', '161410.654000', '161410.657000', '161410.659000', '161410.662000', '161410.664000', '161410.667000', '161410.670000', '161410.672000', '161410.675000', '161410.678000', '161410.680000', '161410.683000', '161410.685000', '161410.688000', '161410.691000', '161410.693000', '161410.696000', '161430.587000', '161430.589000', '161430.592000', '161430.595000', '161430.597000', '161430.600000', '161430.602000', '161430.605000', '161430.608000', '161430.610000', '161430.613000', '161430.615000', '161430.618000', '161430.621000', '161430.623000', '161430.626000', '161430.628000', '161430.631000', '161430.633000', '161430.636000', '161430.639000', '161430.641000', '161430.644000', '161430.646000', '161430.649000', '161430.652000', '161430.654000', '161430.657000', '161430.659000', '161430.662000', '161430.664000', '161430.667000', '161430.669000', '161430.672000', '161430.675000', '161430.697000', '161430.699000', '161430.702000', '161430.705000', '161430.707000', '161430.710000', '161430.712000', '161430.715000', '161430.717000', '161450.585000', '161450.588000', '161450.591000', '161450.593000', '161450.596000', '161450.599000', '161450.601000', '161450.604000', '161450.607000', '161450.609000', '161450.612000', '161450.614000', '161450.617000', '161450.620000', '161450.622000', '161450.625000', '161450.627000', '161450.630000', '161450.632000', '161450.635000', '161450.638000', '161450.640000', '161450.643000', '161450.645000', '161450.648000', '161450.651000', '161450.653000', '161450.656000', '161450.658000', '161450.661000', '161450.664000', '161450.666000', '161450.669000', '161450.671000', '161450.674000', '161450.677000', '161450.679000', '161450.682000', '161450.684000', '161450.687000', '161450.689000', '161450.692000', '161450.695000', '161510.587000', '161510.590000', '161510.592000', '161510.595000', '161510.598000', '161510.601000', '161510.603000', '161510.606000', '161510.609000', '161510.611000', '161510.614000', '161510.616000', '161510.619000', '161510.621000', '161510.624000', '161510.627000', '161510.629000', '161510.632000', '161510.634000', '161510.637000', '161510.639000', '161510.643000', '161510.646000', '161510.649000', '161510.651000', '161510.654000', '161510.656000', '161510.659000', '161510.661000', '161510.664000', '161510.667000', '161510.669000', '161510.672000', '161510.674000', '161510.677000', '161510.679000', '161510.682000', '161510.685000', '161510.687000', '161510.690000', '161510.692000', '161510.695000', '161510.698000', '161530.586000', '161530.589000', '161530.592000', '161530.594000', '161530.597000', '161530.600000', '161530.603000', '161530.605000', '161530.608000', '161530.610000', '161530.613000', '161530.615000', '161530.618000', '161530.621000', '161530.623000', '161530.626000', '161530.628000', '161530.631000', '161530.634000', '161530.636000', '161530.639000', '161530.642000', '161530.644000', '161530.647000', '161530.649000', '161530.652000', '161530.654000', '161530.657000', '161530.660000', '161530.662000', '161530.665000', '161530.667000', '161530.670000', '161530.673000', '161530.675000', '161530.678000', '161530.681000', '161530.683000', '161530.686000', '161530.688000', '161530.691000', '161530.693000', '161530.696000', '161530.699000', '161534.494000', '161534.497000', '161534.500000', '161534.503000', '161534.505000', '161534.508000', '161534.511000', '161534.513000', '161534.516000'], '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], 'LargestImagePixelValue': [11282, 8367, 14020, 12200, 10133, 13236, 9519, 7338, 11178, 8381, 8132, 12100, 8871, 13020, 10573, 7240, 11656, 8230, 10213, 9674, 7336, 13051, 9832, 12525, 11514, 7981, 11455, 7452, 10756, 8987, 8961, 12702, 9539, 13130, 9279, 9603, 9350, 7355, 11997, 9278, 12864, 11898, 9253, 10891, 7121, 11085, 8193, 11576, 11169, 9655, 12338, 7835, 11175, 8938, 8643, 12361, 10091, 12335, 9740, 8552, 9942, 7376, 11363, 9018, 8432, 12200, 8742, 12819, 11530, 8183, 11441, 8787, 7646, 12097, 9362, 12285, 11352, 8875, 13146, 8832, 8393, 11584, 9211, 13444, 11810, 8899, 13114, 8655, 8497, 10546, 7593, 13919, 11962, 10954, 12200, 7696, 11857, 8883, 8810, 12724, 9582, 13483, 9671, 7678, 11162, 7545, 9870, 9863, 7411, 11534, 10652, 8811, 12568, 10498, 7406, 11337, 8501, 9816, 10299, 7904, 12862, 11118, 9881, 13583, 8810, 9698, 9882, 7382, 12367, 8762, 12905, 11258, 9674, 13470, 8979, 10557, 9197, 7251, 11897, 8432, 11784, 13053, 10602, 13623, 9638, 7483, 11132, 7634, 12946, 10870, 10165, 13236, 9086, 9651, 9169, 7218, 13384, 10957, 10579, 10978, 7556, 11372, 8962, 11298, 12225, 11378, 13357, 11261, 7586, 10440, 7905, 7012, 10282, 8317, 7818, 13762, 11688, 13194, 12790, 8797, 11877, 9705, 7175, 12142, 9532, 9945, 13665, 9921, 13899, 10301, 8016, 12120, 9463, 14848, 11991, 8387, 11163, 7375, 11189, 8556, 8731, 12511, 10013, 13795, 9836, 7227, 9694, 7677, 11153, 8965, 12086, 11242, 7906, 11642, 7440, 10025, 9249, 8720, 13238, 10286, 11689, 9909, 7161, 11241, 7657, 11965, 10767, 9190, 12979, 8484, 12822, 9338, 8274, 11097, 7720, 13455, 11263, 11473, 10168, 7251, 11458, 7516, 10395, 9998, 8798, 13387, 9345, 10498, 9276, 7435, 11841, 9149, 13004, 11883, 8437, 11840, 7384, 9850, 8353, 7594, 12197, 10006, 11162, 10953, 7647, 11872, 8605, 11695, 9987, 9533, 11360, 7737, 13388, 10605, 13228, 11000, 8500, 11685, 7246, 11673, 8600, 10607, 10908, 9200, 13699, 10332, 8612, 9924, 7297, 11427, 9563, 7838, 13207, 10486, 9069, 11706, 7564, 8486, 10315, 8207, 13159, 11442, 9593, 12867, 7822, 11690, 9542, 7879, 12989, 10809, 12860, 10901, 7638, 11973, 8441, 8415, 11644, 8886, 13075, 12335, 8444, 11415, 8880, 7459, 12292, 9616, 10954, 12074, 8184, 12703, 9853, 8116, 12763, 10261, 12800, 11901, 9900, 13782, 10320, 7044, 11239, 7805, 7865, 11035, 9280, 12858, 10197, 8158, 11488, 8467, 13352, 10589, 10621, 12601, 8523, 12505, 9858, 7328, 12912, 10014, 12516, 10759, 7686, 13100, 10723, 9837, 13828, 10703, 7781, 11335, 7442, 8027, 9571, 7130, 11233, 11165, 10096, 13123, 11722, 8413, 11965, 7914, 7299, 10411, 7671, 13231, 11785, 8676, 12370, 8315, 11259, 9257, 8481, 12608, 9020, 13591, 9384, 12295, 9762, 8126, 12180, 9249, 13527, 10118, 9994, 9196, 7391, 11371, 8347, 12954, 11546, 8791, 12092, 7429, 10186, 8900, 7395, 12212, 9272, 13119, 11664, 8511, 11846, 7302, 10440, 9310, 7576, 13147, 10673, 11772, 10586, 7490, 11728, 8361, 9604, 11051, 8226, 13494, 10295, 10669, 10455, 7454, 12476, 9357, 12796, 11035, 9783, 13113, 8741, 10652, 9616, 7371, 12024, 9418, 12712, 13035, 9066, 13070, 9197, 7847, 11901, 8671, 13775, 12220, 9337, 13893, 8198, 7432, 11030, 7692, 11600, 9495, 7916, 13314, 10552, 12537, 10798, 7629, 11601, 8930, 9490, 11529, 8283, 13693, 11491, 9944, 13553, 9995, 7537, 11959, 7898, 10273, 10313, 7526, 12850, 10789, 8560, 12859, 8803, 8476, 10657, 7572, 11860, 10114, 8326, 12663, 10871, 7887, 11578, 8436, 7539, 11656, 7651, 7423, 10040, 9485, 7610, 11688, 11221, 8445, 7518, 11735, 8336, 7406, 11578, 8928, 9456, 12539, 10029, 11993, 11478, 7951, 11581, 9407, 7093, 12194, 10443, 10075, 14192, 9526, 8709, 10936, 7329, 11169, 10008, 7733, 13817, 10618, 11221, 12387, 7723, 9065, 10332, 7242, 10945, 9562, 8516, 13987, 10249, 7123, 10530, 8001, 7313, 10567, 8420, 7687, 13220, 11163, 7551, 10175, 8829, 8553, 10551, 9369, 7336, 8769, 11275, 9363, 8319, 10674, 7693, 9765, 13189, 10185, 12598, 11019, 7851, 9357, 10019, 7959, 11959, 11565, 8648, 10893, 8511, 7951, 11607, 8782, 8765, 13948, 11639, 11594, 11481, 7916, 7742, 11425, 8332, 8419, 10798, 8007, 10807, 9305, 7933, 12934, 9649, 10078, 7356, 7236, 9502, 9726, 8034, 12107, 8276, 7584, 9212, 8584, 9162, 12171, 8234, 7255, 9317, 8923, 9128, 10766, 10397, 7078, 9632, 8812, 7279, 11950, 9574, 8247, 10561, 7742, 11091, 10596, 7636, 10044, 9331, 8612, 13241, 9849, 7357, 10385, 7976, 10485, 11650, 7796, 9918, 9003, 7330, 12243, 10496, 8628, 9543, 7105, 8363, 7812, 8824, 11460, 8080, 7202, 11270, 7730, 7292, 11207, 9860, 7907, 9922, 10457, 9516, 9698, 12394, 8691, 7099, 10278, 9659, 8175, 12664, 10585, 10968, 16354, 13924, 10100, 10761, 9976, 7015, 7167, 9239, 7563, 9033, 10339, 8465, 8874, 12369, 11617, 9595, 13367, 9187, 7533, 12217, 8831, 10073, 10434, 8846, 12564, 11569, 8868, 10920, 8442, 7026, 10999, 8117, 7437, 11656, 8466, 8091, 13102, 10919, 9565, 12310, 8165, 7332, 8540, 8586, 7362, 7117, 11218, 9158, 7762, 11564, 13498, 11435, 11683, 10793, 7612, 9578, 10068, 7999, 11724, 9848, 7451, 11846, 8812, 8377, 10986, 7828, 10167, 11651, 10738, 12593, 11762, 7233, 7775, 8667, 7349, 10853, 9205, 7457, 11856, 10865, 8524, 10037, 8452, 7354, 10219, 8607, 7471, 11655, 8628, 9399, 10424, 8047, 12020, 9326, 7978, 12842, 8739, 10922, 13865, 9260, 10274, 8464, 7432, 9430, 8507, 7299, 11218, 8574, 7878, 11230, 9008, 11824, 11371, 8519, 10522, 8205, 7308, 10574, 8074, 10948, 10942, 9382, 12958, 8655, 7035, 9843, 7406, 8149, 10173, 7567, 11716, 10519, 8375, 11474, 8471, 7334, 7932, 9272, 7702, 9140, 11637, 8607, 7156, 12320, 11754, 12455, 14183, 12697, 7568, 7951, 9435, 7714, 11869, 13525, 9287, 7718, 8838, 7342, 8403, 9154, 7662, 11107, 9672, 10013, 13785, 12140, 8682, 10655, 8299, 7129, 10599, 8533, 9354, 13398, 10936, 9091, 9882, 7225, 8448, 9685, 8117, 12217, 10478, 9799, 14403, 9672, 6950, 9224, 8095, 6975, 10553, 8367, 7302, 11458, 9721, 10109, 14052, 10636, 7298, 11427, 8734, 8016, 12140, 9861, 10702, 14843, 9113, 7011, 9274, 7303, 7331, 9597, 8313, 9003, 12704, 12343, 11210, 12695, 9345, 6800, 8974, 8397, 7273], 'WindowCenter': [4146.0, 4102.0, 4150.0, 4129.0, 4118.0, 4138.0, 4106.0, 4075.0, 4114.0, 4084.0, 4073.0, 4115.0, 4094.0, 4125.0, 4105.0, 4075.0, 4116.0, 4085.0, 4104.0, 4095.0, 4063.0, 4127.0, 4106.0, 4126.0, 4118.0, 4086.0, 4127.0, 4076.0, 4114.0, 4094.0, 4095.0, 4126.0, 4107.0, 4138.0, 4108.0, 4106.0, 4096.0, 4063.0, 4113.0, 4094.0, 4124.0, 4126.0, 4096.0, 4116.0, 4065.0, 4114.0, 4084.0, 4113.0, 4114.0, 4093.0, 4126.0, 4075.0, 4114.0, 4095.0, 4084.0, 4126.0, 4106.0, 4126.0, 4106.0, 4096.0, 4104.0, 4063.0, 4113.0, 4084.0, 4083.0, 4125.0, 4095.0, 4136.0, 4128.0, 4098.0, 4128.0, 4098.0, 4086.0, 4125.0, 4095.0, 4127.0, 4127.0, 4097.0, 4138.0, 4097.0, 4085.0, 4113.0, 4093.0, 4124.0, 4116.0, 4094.0, 4125.0, 4083.0, 4082.0, 4103.0, 4062.0, 4121.0, 4113.0, 4103.0, 4113.0, 4061.0, 4111.0, 4079.0, 4069.0, 4110.0, 4079.0, 4110.0, 4080.0, 4058.0, 4099.0, 4060.0, 4091.0, 4091.0, 4061.0, 4112.0, 4105.0, 4095.0, 4126.0, 4116.0, 4077.0, 4116.0, 4098.0, 4105.0, 4106.0, 4088.0, 4128.0, 4129.0, 4108.0, 4138.0, 4097.0, 4106.0, 4093.0, 4062.0, 4113.0, 4082.0, 4113.0, 4103.0, 4093.0, 4124.0, 4095.0, 4103.0, 4081.0, 4060.0, 4110.0, 4072.0, 4112.0, 4124.0, 4116.0, 4136.0, 4105.0, 4063.0, 4115.0, 4062.0, 4112.0, 4103.0, 4093.0, 4125.0, 4095.0, 4094.0, 4094.0, 4063.0, 4123.0, 4103.0, 4103.0, 4104.0, 4063.0, 4103.0, 4082.0, 4102.0, 4114.0, 4116.0, 4126.0, 4117.0, 4076.0, 4117.0, 4085.0, 4065.0, 4103.0, 4085.0, 4076.0, 4137.0, 4130.0, 4140.0, 4140.0, 4097.0, 4116.0, 4093.0, 4051.0, 4101.0, 4081.0, 4092.0, 4123.0, 4093.0, 4124.0, 4092.0, 4060.0, 4100.0, 4078.0, 4109.0, 4100.0, 4059.0, 4100.0, 4049.0, 4101.0, 4071.0, 4069.0, 4112.0, 4093.0, 4123.0, 4104.0, 4063.0, 4093.0, 4061.0, 4102.0, 4093.0, 4125.0, 4116.0, 4085.0, 4125.0, 4066.0, 4105.0, 4094.0, 4085.0, 4126.0, 4117.0, 4128.0, 4107.0, 4066.0, 4116.0, 4074.0, 4114.0, 4104.0, 4095.0, 4125.0, 4085.0, 4124.0, 4095.0, 4072.0, 4102.0, 4062.0, 4123.0, 4103.0, 4114.0, 4104.0, 4063.0, 4113.0, 4062.0, 4102.0, 4094.0, 4083.0, 4126.0, 4095.0, 4105.0, 4094.0, 4064.0, 4114.0, 4094.0, 4125.0, 4117.0, 4085.0, 4125.0, 4076.0, 4104.0, 4085.0, 4073.0, 4124.0, 4106.0, 4116.0, 4118.0, 4086.0, 4127.0, 4096.0, 4114.0, 4105.0, 4094.0, 4113.0, 4072.0, 4124.0, 4105.0, 4125.0, 4106.0, 4084.0, 4113.0, 4062.0, 4102.0, 4071.0, 4091.0, 4102.0, 4094.0, 4135.0, 4105.0, 4095.0, 4105.0, 4063.0, 4113.0, 4092.0, 4062.0, 4125.0, 4117.0, 4097.0, 4128.0, 4089.0, 4097.0, 4107.0, 4084.0, 4125.0, 4117.0, 4095.0, 4126.0, 4076.0, 4114.0, 4095.0, 4072.0, 4124.0, 4103.0, 4123.0, 4104.0, 4074.0, 4113.0, 4073.0, 4072.0, 4103.0, 4082.0, 4123.0, 4113.0, 4084.0, 4114.0, 4094.0, 4062.0, 4114.0, 4094.0, 4104.0, 4114.0, 4073.0, 4113.0, 4093.0, 4073.0, 4113.0, 4106.0, 4125.0, 4117.0, 4107.0, 4138.0, 4106.0, 4065.0, 4115.0, 4074.0, 4074.0, 4117.0, 4097.0, 4127.0, 4117.0, 4086.0, 4116.0, 4085.0, 4125.0, 4093.0, 4093.0, 4112.0, 4073.0, 4113.0, 4092.0, 4050.0, 4112.0, 4092.0, 4113.0, 4101.0, 4062.0, 4112.0, 4104.0, 4092.0, 4124.0, 4105.0, 4073.0, 4114.0, 4061.0, 4060.0, 4081.0, 4053.0, 4103.0, 4115.0, 4106.0, 4139.0, 4129.0, 4112.0, 4140.0, 4086.0, 4064.0, 4104.0, 4074.0, 4126.0, 4127.0, 4098.0, 4127.0, 4088.0, 4116.0, 4095.0, 4071.0, 4113.0, 4071.0, 4112.0, 4082.0, 4102.0, 4092.0, 4060.0, 4112.0, 4081.0, 4123.0, 4092.0, 4092.0, 4081.0, 4051.0, 4101.0, 4073.0, 4123.0, 4116.0, 4086.0, 4127.0, 4076.0, 4106.0, 4096.0, 4062.0, 4113.0, 4095.0, 4126.0, 4116.0, 4087.0, 4127.0, 4077.0, 4105.0, 4096.0, 4064.0, 4125.0, 4107.0, 4116.0, 4106.0, 4077.0, 4127.0, 4086.0, 4095.0, 4115.0, 4084.0, 4125.0, 4105.0, 4105.0, 4107.0, 4067.0, 4115.0, 4095.0, 4114.0, 4105.0, 4094.0, 4125.0, 4085.0, 4104.0, 4095.0, 4063.0, 4113.0, 4094.0, 4126.0, 4126.0, 4097.0, 4138.0, 4097.0, 4074.0, 4114.0, 4084.0, 4125.0, 4117.0, 4096.0, 4138.0, 4086.0, 4076.0, 4116.0, 4076.0, 4115.0, 4095.0, 4075.0, 4137.0, 4118.0, 4128.0, 4119.0, 4077.0, 4116.0, 4097.0, 4094.0, 4103.0, 4073.0, 4124.0, 4116.0, 4106.0, 4126.0, 4107.0, 4076.0, 4115.0, 4074.0, 4092.0, 4092.0, 4063.0, 4124.0, 4106.0, 4087.0, 4126.0, 4096.0, 4085.0, 4115.0, 4075.0, 4114.0, 4105.0, 4085.0, 4136.0, 4117.0, 4086.0, 4127.0, 4097.0, 4076.0, 4115.0, 4076.0, 4065.0, 4108.0, 4108.0, 4089.0, 4140.0, 4141.0, 4112.0, 4092.0, 4142.0, 4101.0, 4078.0, 4129.0, 4098.0, 4108.0, 4140.0, 4120.0, 4130.0, 4130.0, 4089.0, 4128.0, 4096.0, 4064.0, 4115.0, 4107.0, 4106.0, 4138.0, 4108.0, 4098.0, 4117.0, 4075.0, 4104.0, 4094.0, 4064.0, 4125.0, 4104.0, 4116.0, 4125.0, 4076.0, 4095.0, 4105.0, 4064.0, 4104.0, 4105.0, 4095.0, 4137.0, 4106.0, 4065.0, 4115.0, 4087.0, 4077.0, 4117.0, 4087.0, 4076.0, 4137.0, 4128.0, 4076.0, 4116.0, 4110.0, 4097.0, 4117.0, 4106.0, 4075.0, 4097.0, 4117.0, 4109.0, 4088.0, 4118.0, 4077.0, 4107.0, 4127.0, 4107.0, 4127.0, 4117.0, 4074.0, 4094.0, 4094.0, 4073.0, 4114.0, 4116.0, 4084.0, 4114.0, 4085.0, 4074.0, 4112.0, 4085.0, 4083.0, 4136.0, 4118.0, 4127.0, 4117.0, 4075.0, 4062.0, 4102.0, 4072.0, 4072.0, 4103.0, 4074.0, 4103.0, 4093.0, 4073.0, 4114.0, 4093.0, 4093.0, 4062.0, 4062.0, 4082.0, 4081.0, 4061.0, 4114.0, 4086.0, 4074.0, 4096.0, 4085.0, 4095.0, 4128.0, 4086.0, 4065.0, 4095.0, 4097.0, 4110.0, 4119.0, 4118.0, 4068.0, 4107.0, 4097.0, 4077.0, 4126.0, 4110.0, 4087.0, 4108.0, 4066.0, 4115.0, 4107.0, 4067.0, 4106.0, 4095.0, 4084.0, 4139.0, 4107.0, 4063.0, 4103.0, 4074.0, 4105.0, 4116.0, 4064.0, 4095.0, 4084.0, 4062.0, 4114.0, 4107.0, 4084.0, 4091.0, 4052.0, 4073.0, 4062.0, 4086.0, 4115.0, 4075.0, 4067.0, 4106.0, 4075.0, 4064.0, 4106.0, 4092.0, 4077.0, 4106.0, 4117.0, 4108.0, 4110.0, 4141.0, 4099.0, 4066.0, 4105.0, 4095.0, 4075.0, 4127.0, 4134.0, 4132.0, 4164.0, 4152.0, 4120.0, 4118.0, 4119.0, 4065.0, 4053.0, 4094.0, 4078.0, 4096.0, 4108.0, 4087.0, 4099.0, 4128.0, 4117.0, 4094.0, 4112.0, 4069.0, 4038.0, 4090.0, 4059.0, 4078.0, 4079.0, 4070.0, 4111.0, 4100.0, 4071.0, 4088.0, 4057.0, 4035.0, 4076.0, 4049.0, 4037.0, 4091.0, 4071.0, 4062.0, 4114.0, 4104.0, 4093.0, 4114.0, 4073.0, 4050.0, 4071.0, 4072.0, 4053.0, 4051.0, 4106.0, 4084.0, 4065.0, 4117.0, 4128.0, 4116.0, 4115.0, 4102.0, 4051.0, 4079.0, 4080.0, 4060.0, 4101.0, 4081.0, 4051.0, 4101.0, 4082.0, 4072.0, 4091.0, 4050.0, 4091.0, 4103.0, 4104.0, 4115.0, 4116.0, 4065.0, 4063.0, 4073.0, 4052.0, 4090.0, 4081.0, 4052.0, 4114.0, 4105.0, 4086.0, 4104.0, 4084.0, 4064.0, 4092.0, 4074.0, 4053.0, 4103.0, 4085.0, 4082.0, 4103.0, 4072.0, 4114.0, 4084.0, 4063.0, 4113.0, 4073.0, 4103.0, 4124.0, 4083.0, 4091.0, 4072.0, 4051.0, 4081.0, 4072.0, 4063.0, 4103.0, 4083.0, 4073.0, 4112.0, 4096.0, 4115.0, 4116.0, 4086.0, 4103.0, 4074.0, 4061.0, 4104.0, 4075.0, 4105.0, 4115.0, 4096.0, 4128.0, 4095.0, 4065.0, 4093.0, 4063.0, 4074.0, 4093.0, 4064.0, 4115.0, 4116.0, 4087.0, 4127.0, 4086.0, 4065.0, 4073.0, 4095.0, 4063.0, 4094.0, 4113.0, 4095.0, 4078.0, 4128.0, 4129.0, 4129.0, 4138.0, 4126.0, 4063.0, 4061.0, 4090.0, 4062.0, 4113.0, 4126.0, 4096.0, 4075.0, 4084.0, 4062.0, 4071.0, 4082.0, 4060.0, 4101.0, 4092.0, 4094.0, 4127.0, 4125.0, 4085.0, 4102.0, 4070.0, 4039.0, 4089.0, 4069.0, 4082.0, 4122.0, 4103.0, 4083.0, 4092.0, 4050.0, 4070.0, 4077.0, 4059.0, 4101.0, 4091.0, 4094.0, 4122.0, 4091.0, 4052.0, 4081.0, 4059.0, 4039.0, 4090.0, 4070.0, 4052.0, 4104.0, 4093.0, 4105.0, 4134.0, 4104.0, 4062.0, 4100.0, 4072.0, 4060.0, 4101.0, 4092.0, 4093.0, 4134.0, 4085.0, 4062.0, 4092.0, 4062.0, 4060.0, 4091.0, 4086.0, 4095.0, 4127.0, 4128.0, 4128.0, 4138.0, 4096.0, 4054.0, 4069.0, 4060.0, 4048.0], 'WindowWidth': [9196.0, 9128.0, 9187.0, 9156.0, 9139.0, 9166.0, 9121.0, 9079.0, 9127.0, 9087.0, 9070.0, 9128.0, 9101.0, 9142.0, 9117.0, 9077.0, 9132.0, 9090.0, 9112.0, 9101.0, 9057.0, 9145.0, 9120.0, 9146.0, 9138.0, 9094.0, 9150.0, 9081.0, 9126.0, 9099.0, 9101.0, 9144.0, 9120.0, 9163.0, 9126.0, 9121.0, 9107.0, 9059.0, 9123.0, 9099.0, 9141.0, 9147.0, 9104.0, 9131.0, 9064.0, 9127.0, 9085.0, 9121.0, 9128.0, 9098.0, 9143.0, 9076.0, 9125.0, 9102.0, 9087.0, 9144.0, 9119.0, 9148.0, 9119.0, 9105.0, 9114.0, 9058.0, 9122.0, 9085.0, 9083.0, 9141.0, 9106.0, 9161.0, 9152.0, 9114.0, 9154.0, 9114.0, 9094.0, 9143.0, 9105.0, 9149.0, 9152.0, 9110.0, 9168.0, 9110.0, 9091.0, 9122.0, 9096.0, 9140.0, 9133.0, 9100.0, 9144.0, 9085.0, 9082.0, 9108.0, 9051.0, 9131.0, 9122.0, 9109.0, 9122.0, 9052.0, 9116.0, 9072.0, 9056.0, 9112.0, 9069.0, 9113.0, 9072.0, 9041.0, 9096.0, 9048.0, 9088.0, 9089.0, 9050.0, 9120.0, 9115.0, 9103.0, 9148.0, 9135.0, 9083.0, 9134.0, 9113.0, 9117.0, 9120.0, 9098.0, 9152.0, 9157.0, 9126.0, 9168.0, 9109.0, 9119.0, 9096.0, 9053.0, 9119.0, 9078.0, 9120.0, 9110.0, 9094.0, 9139.0, 9101.0, 9110.0, 9077.0, 9046.0, 9114.0, 9066.0, 9119.0, 9140.0, 9131.0, 9160.0, 9117.0, 9060.0, 9127.0, 9053.0, 9118.0, 9109.0, 9094.0, 9143.0, 9101.0, 9101.0, 9099.0, 9055.0, 9135.0, 9110.0, 9109.0, 9110.0, 9055.0, 9106.0, 9080.0, 9104.0, 9125.0, 9130.0, 9146.0, 9135.0, 9079.0, 9134.0, 9090.0, 9063.0, 9110.0, 9088.0, 9077.0, 9162.0, 9156.0, 9171.0, 9171.0, 9111.0, 9133.0, 9094.0, 9036.0, 9099.0, 9075.0, 9091.0, 9135.0, 9094.0, 9140.0, 9093.0, 9045.0, 9097.0, 9066.0, 9109.0, 9097.0, 9043.0, 9097.0, 9031.0, 9100.0, 9062.0, 9058.0, 9118.0, 9094.0, 9136.0, 9113.0, 9057.0, 9094.0, 9050.0, 9105.0, 9097.0, 9140.0, 9132.0, 9090.0, 9144.0, 9066.0, 9114.0, 9098.0, 9086.0, 9145.0, 9134.0, 9150.0, 9122.0, 9068.0, 9132.0, 9074.0, 9124.0, 9113.0, 9099.0, 9141.0, 9089.0, 9141.0, 9100.0, 9066.0, 9105.0, 9051.0, 9134.0, 9110.0, 9124.0, 9110.0, 9056.0, 9122.0, 9054.0, 9105.0, 9099.0, 9083.0, 9144.0, 9103.0, 9116.0, 9101.0, 9060.0, 9125.0, 9097.0, 9141.0, 9134.0, 9090.0, 9143.0, 9080.0, 9114.0, 9088.0, 9072.0, 9141.0, 9121.0, 9134.0, 9138.0, 9096.0, 9149.0, 9107.0, 9128.0, 9114.0, 9097.0, 9123.0, 9067.0, 9139.0, 9115.0, 9143.0, 9118.0, 9086.0, 9123.0, 9053.0, 9104.0, 9063.0, 9088.0, 9107.0, 9099.0, 9155.0, 9117.0, 9103.0, 9115.0, 9058.0, 9121.0, 9094.0, 9054.0, 9143.0, 9134.0, 9108.0, 9152.0, 9102.0, 9109.0, 9121.0, 9088.0, 9142.0, 9136.0, 9102.0, 9145.0, 9077.0, 9127.0, 9101.0, 9064.0, 9136.0, 9110.0, 9136.0, 9113.0, 9072.0, 9123.0, 9069.0, 9065.0, 9107.0, 9080.0, 9136.0, 9124.0, 9086.0, 9125.0, 9100.0, 9055.0, 9124.0, 9099.0, 9111.0, 9124.0, 9068.0, 9120.0, 9094.0, 9067.0, 9121.0, 9116.0, 9142.0, 9135.0, 9122.0, 9166.0, 9119.0, 9065.0, 9129.0, 9072.0, 9071.0, 9132.0, 9108.0, 9148.0, 9137.0, 9094.0, 9132.0, 9088.0, 9140.0, 9096.0, 9093.0, 9119.0, 9066.0, 9120.0, 9092.0, 9033.0, 9117.0, 9092.0, 9121.0, 9102.0, 9052.0, 9118.0, 9109.0, 9092.0, 9139.0, 9114.0, 9070.0, 9124.0, 9052.0, 9047.0, 9076.0, 9043.0, 9108.0, 9129.0, 9120.0, 9170.0, 9155.0, 9140.0, 9173.0, 9092.0, 9058.0, 9110.0, 9074.0, 9144.0, 9149.0, 9110.0, 9151.0, 9097.0, 9131.0, 9099.0, 9061.0, 9118.0, 9060.0, 9118.0, 9077.0, 9103.0, 9090.0, 9045.0, 9117.0, 9076.0, 9135.0, 9093.0, 9092.0, 9076.0, 9036.0, 9101.0, 9068.0, 9136.0, 9132.0, 9092.0, 9148.0, 9079.0, 9117.0, 9104.0, 9054.0, 9123.0, 9101.0, 9146.0, 9134.0, 9095.0, 9148.0, 9080.0, 9115.0, 9103.0, 9057.0, 9142.0, 9120.0, 9131.0, 9119.0, 9083.0, 9148.0, 9093.0, 9101.0, 9127.0, 9084.0, 9141.0, 9116.0, 9115.0, 9119.0, 9066.0, 9128.0, 9100.0, 9123.0, 9115.0, 9098.0, 9142.0, 9088.0, 9113.0, 9099.0, 9056.0, 9122.0, 9099.0, 9143.0, 9146.0, 9106.0, 9164.0, 9108.0, 9074.0, 9123.0, 9085.0, 9141.0, 9135.0, 9103.0, 9165.0, 9092.0, 9080.0, 9132.0, 9079.0, 9128.0, 9102.0, 9075.0, 9162.0, 9137.0, 9152.0, 9141.0, 9083.0, 9133.0, 9105.0, 9098.0, 9109.0, 9069.0, 9138.0, 9130.0, 9117.0, 9146.0, 9122.0, 9079.0, 9130.0, 9073.0, 9095.0, 9092.0, 9056.0, 9138.0, 9117.0, 9092.0, 9146.0, 9106.0, 9091.0, 9130.0, 9075.0, 9125.0, 9114.0, 9089.0, 9166.0, 9136.0, 9095.0, 9149.0, 9110.0, 9079.0, 9129.0, 9078.0, 9063.0, 9125.0, 9126.0, 9104.0, 9174.0, 9176.0, 9141.0, 9114.0, 9179.0, 9122.0, 9087.0, 9153.0, 9112.0, 9124.0, 9171.0, 9145.0, 9160.0, 9160.0, 9103.0, 9153.0, 9105.0, 9059.0, 9127.0, 9121.0, 9118.0, 9165.0, 9125.0, 9112.0, 9136.0, 9077.0, 9112.0, 9096.0, 9055.0, 9139.0, 9113.0, 9130.0, 9144.0, 9079.0, 9103.0, 9116.0, 9059.0, 9113.0, 9116.0, 9105.0, 9162.0, 9120.0, 9066.0, 9129.0, 9096.0, 9082.0, 9133.0, 9094.0, 9080.0, 9164.0, 9153.0, 9081.0, 9135.0, 9133.0, 9112.0, 9137.0, 9120.0, 9078.0, 9109.0, 9137.0, 9129.0, 9098.0, 9138.0, 9084.0, 9121.0, 9150.0, 9123.0, 9149.0, 9135.0, 9073.0, 9098.0, 9097.0, 9069.0, 9126.0, 9130.0, 9087.0, 9126.0, 9088.0, 9072.0, 9120.0, 9087.0, 9083.0, 9158.0, 9140.0, 9149.0, 9134.0, 9075.0, 9052.0, 9105.0, 9067.0, 9066.0, 9108.0, 9071.0, 9110.0, 9096.0, 9071.0, 9125.0, 9097.0, 9095.0, 9054.0, 9052.0, 9077.0, 9075.0, 9049.0, 9125.0, 9093.0, 9073.0, 9103.0, 9088.0, 9104.0, 9153.0, 9092.0, 9063.0, 9101.0, 9106.0, 9128.0, 9139.0, 9137.0, 9071.0, 9122.0, 9109.0, 9082.0, 9146.0, 9129.0, 9094.0, 9121.0, 9062.0, 9127.0, 9121.0, 9065.0, 9117.0, 9100.0, 9085.0, 9168.0, 9120.0, 9057.0, 9108.0, 9070.0, 9112.0, 9129.0, 9057.0, 9098.0, 9084.0, 9053.0, 9125.0, 9120.0, 9085.0, 9090.0, 9038.0, 9067.0, 9052.0, 9087.0, 9124.0, 9071.0, 9065.0, 9114.0, 9074.0, 9057.0, 9115.0, 9093.0, 9078.0, 9116.0, 9135.0, 9126.0, 9131.0, 9172.0, 9113.0, 9067.0, 9113.0, 9100.0, 9073.0, 9145.0, 9171.0, 9166.0, 9214.0, 9193.0, 9144.0, 9138.0, 9142.0, 9064.0, 9043.0, 9098.0, 9081.0, 9103.0, 9120.0, 9093.0, 9113.0, 9154.0, 9135.0, 9097.0, 9117.0, 9053.0, 9008.0, 9079.0, 9039.0, 9062.0, 9065.0, 9058.0, 9115.0, 9098.0, 9058.0, 9079.0, 9034.0, 9004.0, 9058.0, 9026.0, 9008.0, 9085.0, 9059.0, 9051.0, 9121.0, 9110.0, 9095.0, 9124.0, 9065.0, 9034.0, 9061.0, 9063.0, 9040.0, 9036.0, 9114.0, 9084.0, 9059.0, 9130.0, 9148.0, 9131.0, 9127.0, 9103.0, 9032.0, 9065.0, 9070.0, 9044.0, 9099.0, 9072.0, 9033.0, 9101.0, 9076.0, 9061.0, 9086.0, 9030.0, 9085.0, 9107.0, 9110.0, 9129.0, 9130.0, 9062.0, 9055.0, 9066.0, 9037.0, 9085.0, 9073.0, 9038.0, 9124.0, 9115.0, 9091.0, 9114.0, 9084.0, 9058.0, 9092.0, 9069.0, 9041.0, 9106.0, 9086.0, 9080.0, 9107.0, 9066.0, 9123.0, 9081.0, 9053.0, 9119.0, 9066.0, 9106.0, 9137.0, 9081.0, 9090.0, 9064.0, 9037.0, 9075.0, 9065.0, 9054.0, 9106.0, 9083.0, 9069.0, 9121.0, 9103.0, 9129.0, 9133.0, 9091.0, 9110.0, 9071.0, 9051.0, 9110.0, 9072.0, 9115.0, 9130.0, 9105.0, 9152.0, 9104.0, 9063.0, 9096.0, 9054.0, 9069.0, 9095.0, 9059.0, 9128.0, 9131.0, 9095.0, 9149.0, 9093.0, 9061.0, 9069.0, 9099.0, 9055.0, 9097.0, 9123.0, 9103.0, 9087.0, 9151.0, 9155.0, 9156.0, 9166.0, 9145.0, 9054.0, 9046.0, 9092.0, 9051.0, 9121.0, 9143.0, 9105.0, 9075.0, 9086.0, 9055.0, 9061.0, 9076.0, 9045.0, 9102.0, 9093.0, 9097.0, 9147.0, 9143.0, 9089.0, 9107.0, 9059.0, 9016.0, 9081.0, 9057.0, 9077.0, 9134.0, 9110.0, 9083.0, 9093.0, 9034.0, 9060.0, 9063.0, 9041.0, 9099.0, 9088.0, 9094.0, 9132.0, 9090.0, 9038.0, 9074.0, 9044.0, 9017.0, 9085.0, 9060.0, 9037.0, 9110.0, 9097.0, 9114.0, 9156.0, 9114.0, 9054.0, 9098.0, 9062.0, 9044.0, 9101.0, 9090.0, 9093.0, 9152.0, 9086.0, 9056.0, 9095.0, 9054.0, 9047.0, 9089.0, 9091.0, 9103.0, 9150.0, 9153.0, 9154.0, 9166.0, 9105.0, 9044.0, 9057.0, 9045.0, 9028.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.005352861842105263</td></tr>
<tr><td colspan=3>aqi</td><td>0.034274087828947364</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>35.54749974339189</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1266216607793618</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9941385208452241</td></tr>
<tr><td colspan=3>efc</td><td>0.4571</td></tr>
<tr><td colspan=3>fber</td><td>4546.5864</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.09027398148087343</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>34</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>3.7280701754385963</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4766330232309235</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4017389427380813</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6803823906401587</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.347777736314531</td></tr>
<tr><td colspan=3>gcor</td><td>0.00691304</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.0177456084638834</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.017025910317897797</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>912</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.6669666938173093</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>37.8919</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>47.7863</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>160.4836</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>53.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>306418.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>708.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>300.4748</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.7446</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>544.9881</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3310.0443</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3550.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>70126.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>945.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4388.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>968.0957</td></tr>
<tr><td colspan=3>tsnr</td><td>34.04404228925705</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>