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

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

<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0010_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-0010_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-0010_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-0010/figures/sub-0010_ses-02_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0010/figures/sub-0010_ses-02_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0010/figures/sub-0010_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-0010_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-0010/figures/sub-0010_ses-02_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0010/figures/sub-0010_ses-02_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0010/figures/sub-0010_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-0010_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-0010/figures/sub-0010_ses-02_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0010/figures/sub-0010_ses-02_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0010/figures/sub-0010_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-0010_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-0010/figures/sub-0010_ses-02_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0010/figures/sub-0010_ses-02_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0010/figures/sub-0010_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-0010_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-0010/figures/sub-0010_ses-02_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0010/figures/sub-0010_ses-02_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0010/figures/sub-0010_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-0010_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-0010/figures/sub-0010_ses-02_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0010/figures/sub-0010_ses-02_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0010/figures/sub-0010_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-0010_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-0010/figures/sub-0010_ses-02_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0010/figures/sub-0010_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-0010/figures/sub-0010_ses-02_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0010/figures/sub-0010_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-0010/ses-02/func/sub-0010_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>878c1914c78646872cb7c51465f42805</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:29.012500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.997536, 0.0344325, 0.0611336, -0.0308259, 0.997783, -0.058989]</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.0782219</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>[4174, -7704, -7232, 668, -7, 37, -57, 69]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>231.755</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>315ec840-0a76-463f-9cdc-4d8645b70379||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6763148307800293, -0.08270375430583954, 0.17017889022827148, 115.4474105834961], [-0.09237997978925705, 2.6769776344299316, -0.15378952026367188, -78.92203521728516], [0.16401708126068115, 0.15826308727264404, 2.690239191055298, -51.50353240966797], [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': ['160829.012500', '160829.472500', '160829.932500', '160830.392500', '160830.852500', '160831.312500', '160831.772500', '160832.232500', '160832.692500', '160833.152500', '160833.612500', '160834.072500', '160834.532500', '160834.992500', '160835.452500', '160835.912500', '160836.372500', '160836.832500', '160837.292500', '160837.752500', '160838.212500', '160838.672500', '160839.132500', '160839.592500', '160840.052500', '160840.512500', '160840.972500', '160841.432500', '160841.892500', '160842.352500', '160842.812500', '160843.272500', '160843.732500', '160844.192500', '160844.652500', '160845.112500', '160845.572500', '160846.032500', '160846.492500', '160846.952500', '160847.412500', '160847.872500', '160848.332500', '160848.792500', '160849.252500', '160849.712500', '160850.172500', '160850.632500', '160851.092500', '160851.552500', '160852.012500', '160852.472500', '160852.932500', '160853.392500', '160853.852500', '160854.312500', '160854.772500', '160855.232500', '160855.692500', '160856.152500', '160856.612500', '160857.072500', '160857.532500', '160857.992500', '160858.452500', '160858.912500', '160859.372500', '160859.832500', '160900.292500', '160900.752500', '160901.212500', '160901.672500', '160902.132500', '160902.592500', '160903.052500', '160903.512500', '160903.972500', '160904.432500', '160904.892500', '160905.352500', '160905.812500', '160906.272500', '160906.732500', '160907.192500', '160907.652500', '160908.112500', '160908.572500', '160909.032500', '160909.492500', '160909.952500', '160910.412500', '160910.872500', '160911.332500', '160911.792500', '160912.252500', '160912.712500', '160913.172500', '160913.632500', '160914.092500', '160914.552500', '160915.012500', '160915.472500', '160915.932500', '160916.392500', '160916.852500', '160917.312500', '160917.772500', '160918.232500', '160918.692500', '160919.152500', '160919.612500', '160920.072500', '160920.532500', '160920.992500', '160921.452500', '160921.912500', '160922.372500', '160922.832500', '160923.292500', '160923.752500', '160924.212500', '160924.672500', '160925.132500', '160925.592500', '160926.052500', '160926.512500', '160926.972500', '160927.432500', '160927.892500', '160928.352500', '160928.812500', '160929.272500', '160929.732500', '160930.192500', '160930.652500', '160931.112500', '160931.572500', '160932.032500', '160932.492500', '160932.952500', '160933.412500', '160933.872500', '160934.332500', '160934.792500', '160935.252500', '160935.712500', '160936.172500', '160936.632500', '160937.092500', '160937.552500', '160938.012500', '160938.472500', '160938.932500', '160939.392500', '160939.852500', '160940.312500', '160940.772500', '160941.232500', '160941.692500', '160942.152500', '160942.612500', '160943.072500', '160943.532500', '160943.992500', '160944.452500', '160944.912500', '160945.372500', '160945.832500', '160946.292500', '160946.752500', '160947.212500', '160947.672500', '160948.132500', '160948.592500', '160949.052500', '160949.512500', '160949.972500', '160950.432500', '160950.892500', '160951.352500', '160951.812500', '160952.272500', '160952.732500', '160953.192500', '160953.652500', '160954.112500', '160954.572500', '160955.032500', '160955.492500', '160955.952500', '160956.412500', '160956.872500', '160957.332500', '160957.792500', '160958.252500', '160958.712500', '160959.172500', '160959.632500', '161000.092500', '161000.552500', '161001.012500', '161001.472500', '161001.932500', '161002.392500', '161002.852500', '161003.312500', '161003.772500', '161004.232500', '161004.692500', '161005.152500', '161005.612500', '161006.072500', '161006.532500', '161006.992500', '161007.452500', '161007.912500', '161008.372500', '161008.832500', '161009.292500', '161009.752500', '161010.212500', '161010.672500', '161011.132500', '161011.592500', '161012.052500', '161012.512500', '161012.972500', '161013.432500', '161013.892500', '161014.352500', '161014.812500', '161015.272500', '161015.732500', '161016.192500', '161016.652500', '161017.112500', '161017.572500', '161018.032500', '161018.492500', '161018.952500', '161019.412500', '161019.872500', '161020.332500', '161020.792500', '161021.252500', '161021.712500', '161022.172500', '161022.632500', '161023.092500', '161023.552500', '161024.012500', '161024.472500', '161024.932500', '161025.392500', '161025.852500', '161026.312500', '161026.772500', '161027.232500', '161027.692500', '161028.152500', '161028.612500', '161029.072500', '161029.532500', '161029.992500', '161030.452500', '161030.912500', '161031.372500', '161031.832500', '161032.292500', '161032.752500', '161033.212500', '161033.672500', '161034.132500', '161034.592500', '161035.052500', '161035.512500', '161035.972500', '161036.432500', '161036.892500', '161037.352500', '161037.812500', '161038.272500', '161038.732500', '161039.192500', '161039.652500', '161040.112500', '161040.572500', '161041.032500', '161041.492500', '161041.952500', '161042.412500', '161042.872500', '161043.332500', '161043.792500', '161044.252500', '161044.712500', '161045.172500', '161045.632500', '161046.092500', '161046.552500', '161047.012500', '161047.472500', '161047.932500', '161048.392500', '161048.852500', '161049.312500', '161049.772500', '161050.232500', '161050.692500', '161051.152500', '161051.612500', '161052.072500', '161052.532500', '161052.992500', '161053.452500', '161053.912500', '161054.372500', '161054.832500', '161055.292500', '161055.752500', '161056.212500', '161056.672500', '161057.132500', '161057.592500', '161058.052500', '161058.512500', '161058.972500', '161059.432500', '161059.892500', '161100.352500', '161100.812500', '161101.272500', '161101.732500', '161102.192500', '161102.652500', '161103.112500', '161103.572500', '161104.032500', '161104.492500', '161104.952500', '161105.412500', '161105.872500', '161106.332500', '161106.792500', '161107.252500', '161107.712500', '161108.172500', '161108.632500', '161109.092500', '161109.552500', '161110.012500', '161110.472500', '161110.932500', '161111.392500', '161111.852500', '161112.312500', '161112.772500', '161113.232500', '161113.692500', '161114.152500', '161114.612500', '161115.072500', '161115.532500', '161115.992500', '161116.452500', '161116.912500', '161117.372500', '161117.832500', '161118.292500', '161118.752500', '161119.212500', '161119.672500', '161120.132500', '161120.592500', '161121.052500', '161121.512500', '161121.972500', '161122.432500', '161122.892500', '161123.352500', '161123.812500', '161124.272500', '161124.732500', '161125.192500', '161125.652500', '161126.112500', '161126.572500', '161127.032500', '161127.492500', '161127.952500', '161128.412500', '161128.872500', '161129.332500', '161129.792500', '161130.252500', '161130.712500', '161131.172500', '161131.632500', '161132.092500', '161132.552500', '161133.012500', '161133.472500', '161133.932500', '161134.392500', '161134.852500', '161135.312500', '161135.772500', '161136.232500', '161136.692500', '161137.152500', '161137.612500', '161138.072500', '161138.532500', '161138.992500', '161139.452500', '161139.912500', '161140.372500', '161140.832500', '161141.292500', '161141.752500', '161142.212500', '161142.672500', '161143.132500', '161143.592500', '161144.052500', '161144.512500', '161144.972500', '161145.432500', '161145.892500', '161146.352500', '161146.812500', '161147.272500', '161147.732500', '161148.192500', '161148.652500', '161149.112500', '161149.572500', '161150.032500', '161150.492500', '161150.952500', '161151.412500', '161151.872500', '161152.332500', '161152.792500', '161153.252500', '161153.712500', '161154.172500', '161154.632500', '161155.092500', '161155.552500', '161156.012500', '161156.472500', '161156.932500', '161157.392500', '161157.852500', '161158.312500', '161158.772500', '161159.232500', '161159.692500', '161200.152500', '161200.612500', '161201.072500', '161201.532500', '161201.992500', '161202.452500', '161202.912500', '161203.372500', '161203.832500', '161204.292500', '161204.752500', '161205.212500', '161205.672500', '161206.132500', '161206.592500', '161207.052500', '161207.512500', '161207.972500', '161208.432500', '161208.892500', '161209.352500', '161209.812500', '161210.272500', '161210.732500', '161211.192500', '161211.652500', '161212.112500', '161212.572500', '161213.032500', '161213.492500', '161213.952500', '161214.412500', '161214.872500', '161215.332500', '161215.792500', '161216.252500', '161216.712500', '161217.172500', '161217.632500', '161218.092500', '161218.552500', '161219.012500', '161219.472500', '161219.932500', '161220.392500', '161220.852500', '161221.312500', '161221.772500', '161222.232500', '161222.692500', '161223.152500', '161223.612500', '161224.072500', '161224.532500', '161224.992500', '161225.452500', '161225.912500', '161226.372500', '161226.832500', '161227.292500', '161227.752500', '161228.212500', '161228.672500', '161229.132500', '161229.592500', '161230.052500', '161230.512500', '161230.972500', '161231.432500', '161231.892500', '161232.352500', '161232.812500', '161233.272500', '161233.732500', '161234.192500', '161234.652500', '161235.112500', '161235.572500', '161236.032500', '161236.492500', '161236.952500', '161237.412500', '161237.872500', '161238.332500', '161238.792500', '161239.252500', '161239.712500', '161240.172500', '161240.632500', '161241.092500', '161241.552500', '161242.012500', '161242.472500', '161242.932500', '161243.392500', '161243.852500', '161244.312500', '161244.772500', '161245.232500', '161245.692500', '161246.152500', '161246.612500', '161247.072500', '161247.532500', '161247.992500', '161248.452500', '161248.912500', '161249.372500', '161249.832500', '161250.292500', '161250.752500', '161251.212500', '161251.672500', '161252.132500', '161252.592500', '161253.052500', '161253.512500', '161253.972500', '161254.432500', '161254.892500', '161255.352500', '161255.812500', '161256.272500', '161256.732500', '161257.192500', '161257.652500', '161258.112500', '161258.572500', '161259.032500', '161259.492500', '161259.952500', '161300.412500', '161300.872500', '161301.332500', '161301.792500', '161302.252500', '161302.712500', '161303.172500', '161303.632500', '161304.092500', '161304.552500', '161305.012500', '161305.472500', '161305.932500', '161306.392500', '161306.852500', '161307.312500', '161307.772500', '161308.232500', '161308.692500', '161309.152500', '161309.612500', '161310.072500', '161310.532500', '161310.992500', '161311.452500', '161311.912500', '161312.372500', '161312.832500', '161313.292500', '161313.752500', '161314.212500', '161314.672500', '161315.132500', '161315.592500', '161316.052500', '161316.512500', '161316.972500', '161317.432500', '161317.892500', '161318.352500', '161318.812500', '161319.272500', '161319.732500', '161320.192500', '161320.652500', '161321.112500', '161321.572500', '161322.032500', '161322.492500', '161322.952500', '161323.412500', '161323.872500', '161324.332500', '161324.792500', '161325.252500', '161325.712500', '161326.172500', '161326.632500', '161327.092500', '161327.552500', '161328.012500', '161328.472500', '161328.932500', '161329.392500', '161329.852500', '161330.312500', '161330.772500', '161331.232500', '161331.692500', '161332.152500', '161332.612500', '161333.072500', '161333.532500', '161333.992500', '161334.452500', '161334.912500', '161335.372500', '161335.832500', '161336.292500', '161336.752500', '161337.212500', '161337.672500', '161338.132500', '161338.592500', '161339.052500', '161339.512500', '161339.972500', '161340.432500', '161340.892500', '161341.352500', '161341.812500', '161342.272500', '161342.732500', '161343.192500', '161343.652500', '161344.112500', '161344.572500', '161345.032500', '161345.492500', '161345.952500', '161346.412500', '161346.872500', '161347.332500', '161347.792500', '161348.252500', '161348.712500', '161349.172500', '161349.632500', '161350.092500', '161350.552500', '161351.012500', '161351.472500', '161351.932500', '161352.392500', '161352.852500', '161353.312500', '161353.772500', '161354.232500', '161354.692500', '161355.152500', '161355.612500', '161356.072500', '161356.532500', '161356.992500', '161357.452500', '161357.912500', '161358.372500', '161358.832500', '161359.292500', '161359.752500', '161400.212500', '161400.672500', '161401.132500', '161401.592500', '161402.052500', '161402.512500', '161402.972500', '161403.432500', '161403.892500', '161404.352500', '161404.812500', '161405.272500', '161405.732500', '161406.192500', '161406.652500', '161407.112500', '161407.572500', '161408.032500', '161408.492500', '161408.952500', '161409.412500', '161409.872500', '161410.332500', '161410.792500', '161411.252500', '161411.712500', '161412.172500', '161412.632500', '161413.092500', '161413.552500', '161414.012500', '161414.472500', '161414.932500', '161415.392500', '161415.852500', '161416.312500', '161416.772500', '161417.232500', '161417.692500', '161418.152500', '161418.612500', '161419.072500', '161419.532500', '161419.992500', '161420.452500', '161420.912500', '161421.372500', '161421.832500', '161422.292500', '161422.752500', '161423.212500', '161423.672500', '161424.132500', '161424.592500', '161425.052500', '161425.512500', '161425.972500', '161426.432500', '161426.892500', '161427.352500', '161427.812500', '161428.272500', '161428.732500', '161429.192500', '161429.652500', '161430.112500', '161430.572500', '161431.032500', '161431.492500', '161431.952500', '161432.412500', '161432.872500', '161433.332500', '161433.792500', '161434.252500', '161434.712500', '161435.172500', '161435.632500', '161436.092500', '161436.552500', '161437.012500', '161437.472500', '161437.932500', '161438.392500', '161438.852500', '161439.312500', '161439.772500', '161440.232500', '161440.692500', '161441.152500', '161441.612500', '161442.072500', '161442.532500', '161442.992500', '161443.452500', '161443.912500', '161444.372500', '161444.832500', '161445.292500', '161445.752500', '161446.212500', '161446.672500', '161447.132500', '161447.592500', '161448.052500', '161448.512500', '161448.972500', '161449.432500', '161449.892500', '161450.352500', '161450.812500', '161451.272500', '161451.732500', '161452.192500', '161452.652500', '161453.112500', '161453.572500', '161454.032500', '161454.492500', '161454.952500', '161455.412500', '161455.872500', '161456.332500', '161456.792500', '161457.252500', '161457.712500', '161458.172500', '161458.632500', '161459.092500', '161459.552500', '161500.012500', '161500.472500', '161500.932500', '161501.392500', '161501.852500', '161502.312500', '161502.772500', '161503.232500', '161503.692500', '161504.152500', '161504.612500', '161505.072500', '161505.532500', '161505.992500', '161506.452500', '161506.912500', '161507.372500', '161507.832500', '161508.292500', '161508.752500', '161509.212500', '161509.672500', '161510.132500', '161510.592500', '161511.052500', '161511.512500', '161511.972500', '161512.432500', '161512.892500', '161513.352500', '161513.812500', '161514.272500', '161514.732500', '161515.192500', '161515.652500', '161516.112500', '161516.572500', '161517.032500', '161517.492500', '161517.952500', '161518.412500', '161518.872500', '161519.332500', '161519.792500', '161520.252500', '161520.712500', '161521.172500', '161521.632500', '161522.092500', '161522.552500', '161523.012500', '161523.472500', '161523.932500', '161524.392500', '161524.852500', '161525.312500', '161525.772500', '161526.232500', '161526.692500', '161527.152500', '161527.612500', '161528.072500', '161528.532500', '161528.992500'], 'ContentTime': ['160839.297000', '160839.300000', '160839.310000', '160839.314000', '160839.317000', '160839.320000', '160839.323000', '160839.326000', '160839.329000', '160839.332000', '160839.335000', '160839.338000', '160839.341000', '160839.344000', '160839.347000', '160839.361000', '160839.364000', '160839.367000', '160839.370000', '160839.375000', '160859.250000', '160859.253000', '160859.256000', '160859.258000', '160859.261000', '160859.264000', '160859.267000', '160859.270000', '160859.273000', '160859.275000', '160859.278000', '160859.281000', '160859.284000', '160859.287000', '160859.290000', '160859.292000', '160859.295000', '160859.298000', '160859.301000', '160859.304000', '160859.306000', '160859.309000', '160859.312000', '160859.315000', '160859.318000', '160859.320000', '160859.328000', '160859.331000', '160859.334000', '160859.337000', '160859.340000', '160859.342000', '160859.345000', '160859.348000', '160859.351000', '160859.354000', '160859.356000', '160859.359000', '160859.362000', '160859.365000', '160859.368000', '160859.371000', '160859.376000', '160859.379000', '160919.250000', '160919.253000', '160919.256000', '160919.258000', '160919.261000', '160919.264000', '160919.267000', '160919.270000', '160919.273000', '160919.275000', '160919.278000', '160919.281000', '160919.284000', '160919.287000', '160919.289000', '160919.292000', '160919.295000', '160919.298000', '160919.301000', '160919.304000', '160919.307000', '160919.309000', '160919.312000', '160919.315000', '160919.318000', '160919.321000', '160919.324000', '160919.326000', '160919.330000', '160919.333000', '160919.336000', '160919.339000', '160919.342000', '160919.344000', '160919.347000', '160919.350000', '160919.354000', '160919.357000', '160919.360000', '160919.363000', '160919.366000', '160919.369000', '160919.371000', '160939.250000', '160939.262000', '160939.265000', '160939.268000', '160939.271000', '160939.274000', '160939.276000', '160939.279000', '160939.282000', '160939.285000', '160939.288000', '160939.291000', '160939.293000', '160939.296000', '160939.299000', '160939.302000', '160939.305000', '160939.308000', '160939.310000', '160939.327000', '160939.330000', '160939.333000', '160939.336000', '160939.338000', '160939.341000', '160939.344000', '160939.347000', '160939.350000', '160939.353000', '160939.356000', '160939.358000', '160939.361000', '160939.364000', '160939.367000', '160939.370000', '160939.372000', '160939.375000', '160939.378000', '160939.381000', '160939.384000', '160939.386000', '160939.389000', '160939.392000', '160939.395000', '160959.250000', '160959.253000', '160959.256000', '160959.259000', '160959.262000', '160959.264000', '160959.267000', '160959.270000', '160959.273000', '160959.276000', '160959.278000', '160959.281000', '160959.284000', '160959.287000', '160959.290000', '160959.293000', '160959.295000', '160959.298000', '160959.301000', '160959.304000', '160959.307000', '160959.310000', '160959.313000', '160959.315000', '160959.318000', '160959.321000', '160959.324000', '160959.327000', '160959.330000', '160959.332000', '160959.335000', '160959.338000', '160959.341000', '160959.344000', '160959.347000', '160959.351000', '160959.354000', '160959.356000', '160959.359000', '160959.362000', '160959.365000', '160959.368000', '160959.371000', '161019.250000', '161019.253000', '161019.256000', '161019.258000', '161019.261000', '161019.264000', '161019.267000', '161019.270000', '161019.273000', '161019.276000', '161019.279000', '161019.281000', '161019.284000', '161019.287000', '161019.290000', '161019.293000', '161019.296000', '161019.298000', '161019.301000', '161019.304000', '161019.307000', '161019.310000', '161019.313000', '161019.315000', '161019.318000', '161019.321000', '161019.324000', '161019.327000', '161019.330000', '161019.333000', '161019.336000', '161019.338000', '161019.341000', '161019.344000', '161019.348000', '161019.351000', '161019.354000', '161019.356000', '161019.359000', '161019.362000', '161019.365000', '161019.368000', '161019.371000', '161019.373000', '161039.251000', '161039.260000', '161039.263000', '161039.266000', '161039.269000', '161039.271000', '161039.274000', '161039.277000', '161039.280000', '161039.283000', '161039.286000', '161039.289000', '161039.291000', '161039.294000', '161039.297000', '161039.300000', '161039.303000', '161039.306000', '161039.309000', '161039.311000', '161039.314000', '161039.317000', '161039.320000', '161039.323000', '161039.325000', '161039.328000', '161039.331000', '161039.334000', '161039.337000', '161039.340000', '161039.343000', '161039.346000', '161039.348000', '161039.351000', '161039.354000', '161039.357000', '161039.360000', '161039.363000', '161039.365000', '161039.368000', '161039.371000', '161039.374000', '161039.377000', '161059.250000', '161059.253000', '161059.256000', '161059.259000', '161059.262000', '161059.264000', '161059.267000', '161059.270000', '161059.273000', '161059.276000', '161059.279000', '161059.282000', '161059.284000', '161059.287000', '161059.290000', '161059.293000', '161059.296000', '161059.299000', '161059.301000', '161059.304000', '161059.307000', '161059.310000', '161059.313000', '161059.316000', '161059.319000', '161059.321000', '161059.324000', '161059.327000', '161059.330000', '161059.333000', '161059.336000', '161059.342000', '161059.345000', '161059.348000', '161059.351000', '161059.354000', '161059.356000', '161059.359000', '161059.362000', '161059.365000', '161059.368000', '161059.371000', '161059.374000', '161059.377000', '161119.250000', '161119.253000', '161119.256000', '161119.259000', '161119.262000', '161119.264000', '161119.267000', '161119.270000', '161119.273000', '161119.276000', '161119.279000', '161119.281000', '161119.284000', '161119.287000', '161119.300000', '161119.303000', '161119.306000', '161119.309000', '161119.312000', '161119.315000', '161119.317000', '161119.320000', '161119.323000', '161119.326000', '161119.329000', '161119.332000', '161119.335000', '161119.337000', '161119.340000', '161119.343000', '161119.346000', '161119.349000', '161119.352000', '161119.355000', '161119.357000', '161119.360000', '161119.363000', '161119.367000', '161119.370000', '161119.373000', '161119.375000', '161119.378000', '161119.381000', '161139.250000', '161139.253000', '161139.256000', '161139.259000', '161139.262000', '161139.264000', '161139.267000', '161139.270000', '161139.273000', '161139.276000', '161139.279000', '161139.282000', '161139.284000', '161139.287000', '161139.290000', '161139.293000', '161139.296000', '161139.299000', '161139.302000', '161139.304000', '161139.307000', '161139.310000', '161139.313000', '161139.316000', '161139.319000', '161139.321000', '161139.324000', '161139.327000', '161139.330000', '161139.333000', '161139.336000', '161139.339000', '161139.342000', '161139.344000', '161139.347000', '161139.350000', '161139.353000', '161139.356000', '161139.359000', '161139.362000', '161139.365000', '161139.367000', '161139.370000', '161139.373000', '161159.250000', '161159.253000', '161159.256000', '161159.259000', '161159.262000', '161159.265000', '161159.267000', '161159.270000', '161159.273000', '161159.276000', '161159.279000', '161159.282000', '161159.292000', '161159.295000', '161159.298000', '161159.301000', '161159.304000', '161159.307000', '161159.309000', '161159.312000', '161159.315000', '161159.318000', '161159.321000', '161159.324000', '161159.327000', '161159.330000', '161159.332000', '161159.335000', '161159.338000', '161159.341000', '161159.344000', '161159.347000', '161159.350000', '161159.353000', '161159.355000', '161159.358000', '161159.361000', '161159.364000', '161159.367000', '161159.370000', '161159.373000', '161159.375000', '161159.378000', '161219.250000', '161219.253000', '161219.256000', '161219.259000', '161219.262000', '161219.265000', '161219.268000', '161219.271000', '161219.274000', '161219.277000', '161219.280000', '161219.283000', '161219.286000', '161219.289000', '161219.291000', '161219.294000', '161219.297000', '161219.300000', '161219.303000', '161219.306000', '161219.308000', '161219.311000', '161219.314000', '161219.317000', '161219.320000', '161219.323000', '161219.326000', '161219.329000', '161219.332000', '161219.335000', '161219.337000', '161219.340000', '161219.343000', '161219.346000', '161219.349000', '161219.352000', '161219.354000', '161219.358000', '161219.360000', '161219.363000', '161219.366000', '161219.369000', '161219.372000', '161239.250000', '161239.253000', '161239.256000', '161239.259000', '161239.262000', '161239.265000', '161239.267000', '161239.270000', '161239.273000', '161239.276000', '161239.279000', '161239.282000', '161239.285000', '161239.287000', '161239.290000', '161239.293000', '161239.296000', '161239.299000', '161239.302000', '161239.305000', '161239.308000', '161239.310000', '161239.313000', '161239.316000', '161239.319000', '161239.322000', '161239.325000', '161239.327000', '161239.331000', '161239.333000', '161239.336000', '161239.339000', '161239.342000', '161239.345000', '161239.348000', '161239.351000', '161239.354000', '161239.356000', '161239.359000', '161239.362000', '161239.365000', '161239.368000', '161239.371000', '161239.373000', '161259.251000', '161259.254000', '161259.257000', '161259.260000', '161259.264000', '161259.268000', '161259.271000', '161259.274000', '161259.277000', '161259.280000', '161259.282000', '161259.285000', '161259.288000', '161259.291000', '161259.294000', '161259.297000', '161259.300000', '161259.302000', '161259.305000', '161259.308000', '161259.311000', '161259.314000', '161259.317000', '161259.319000', '161259.323000', '161259.325000', '161259.328000', '161259.331000', '161259.334000', '161259.337000', '161259.340000', '161259.343000', '161259.346000', '161259.349000', '161259.352000', '161259.355000', '161259.358000', '161259.361000', '161259.363000', '161259.366000', '161259.369000', '161259.372000', '161259.375000', '161319.250000', '161319.253000', '161319.256000', '161319.259000', '161319.262000', '161319.265000', '161319.267000', '161319.270000', '161319.273000', '161319.276000', '161319.279000', '161319.282000', '161319.285000', '161319.288000', '161319.291000', '161319.294000', '161319.296000', '161319.299000', '161319.302000', '161319.305000', '161319.308000', '161319.311000', '161319.313000', '161319.316000', '161319.319000', '161319.322000', '161319.325000', '161319.328000', '161319.331000', '161319.334000', '161319.337000', '161319.340000', '161319.342000', '161319.345000', '161319.348000', '161319.351000', '161319.354000', '161319.357000', '161319.359000', '161319.362000', '161319.365000', '161319.368000', '161319.371000', '161319.374000', '161339.250000', '161339.253000', '161339.256000', '161339.259000', '161339.262000', '161339.265000', '161339.268000', '161339.270000', '161339.273000', '161339.276000', '161339.279000', '161339.282000', '161339.285000', '161339.288000', '161339.291000', '161339.295000', '161339.298000', '161339.300000', '161339.303000', '161339.306000', '161339.309000', '161339.312000', '161339.315000', '161339.318000', '161339.321000', '161339.323000', '161339.326000', '161339.329000', '161339.332000', '161339.335000', '161339.338000', '161339.341000', '161339.344000', '161339.346000', '161339.351000', '161339.354000', '161339.357000', '161339.360000', '161339.363000', '161339.366000', '161339.369000', '161339.372000', '161339.375000', '161359.250000', '161359.253000', '161359.256000', '161359.259000', '161359.262000', '161359.264000', '161359.267000', '161359.270000', '161359.273000', '161359.276000', '161359.279000', '161359.282000', '161359.284000', '161359.287000', '161359.290000', '161359.293000', '161359.296000', '161359.299000', '161359.302000', '161359.304000', '161359.307000', '161359.310000', '161359.313000', '161359.316000', '161359.319000', '161359.322000', '161359.325000', '161359.327000', '161359.330000', '161359.333000', '161359.336000', '161359.339000', '161359.342000', '161359.344000', '161359.347000', '161359.350000', '161359.353000', '161359.356000', '161359.359000', '161359.362000', '161359.365000', '161359.367000', '161359.371000', '161359.373000', '161419.250000', '161419.253000', '161419.256000', '161419.259000', '161419.262000', '161419.264000', '161419.267000', '161419.270000', '161419.273000', '161419.276000', '161419.279000', '161419.282000', '161419.285000', '161419.287000', '161419.290000', '161419.293000', '161419.296000', '161419.299000', '161419.302000', '161419.305000', '161419.308000', '161419.327000', '161419.330000', '161419.333000', '161419.336000', '161419.339000', '161419.342000', '161419.345000', '161419.348000', '161419.351000', '161419.354000', '161419.356000', '161419.359000', '161419.362000', '161419.365000', '161419.368000', '161419.371000', '161419.374000', '161419.377000', '161419.379000', '161419.382000', '161419.385000', '161419.388000', '161439.250000', '161439.253000', '161439.256000', '161439.259000', '161439.262000', '161439.265000', '161439.268000', '161439.270000', '161439.273000', '161439.276000', '161439.279000', '161439.282000', '161439.285000', '161439.288000', '161439.291000', '161439.293000', '161439.296000', '161439.299000', '161439.302000', '161439.305000', '161439.308000', '161439.311000', '161439.314000', '161439.316000', '161439.319000', '161439.322000', '161439.325000', '161439.328000', '161439.331000', '161439.334000', '161439.337000', '161439.339000', '161439.342000', '161439.345000', '161439.348000', '161439.351000', '161439.354000', '161439.357000', '161439.359000', '161439.362000', '161439.365000', '161439.368000', '161439.371000', '161439.374000', '161459.250000', '161459.253000', '161459.256000', '161459.259000', '161459.263000', '161459.266000', '161459.269000', '161459.272000', '161459.275000', '161459.278000', '161459.281000', '161459.284000', '161459.287000', '161459.290000', '161459.292000', '161459.295000', '161459.298000', '161459.301000', '161459.304000', '161459.307000', '161459.310000', '161459.313000', '161459.315000', '161459.318000', '161459.321000', '161459.324000', '161459.327000', '161459.330000', '161459.333000', '161459.336000', '161459.339000', '161459.342000', '161459.345000', '161459.348000', '161459.351000', '161459.354000', '161459.357000', '161459.360000', '161459.362000', '161459.365000', '161459.368000', '161459.371000', '161459.374000', '161519.251000', '161519.254000', '161519.257000', '161519.260000', '161519.263000', '161519.266000', '161519.268000', '161519.271000', '161519.274000', '161519.277000', '161519.280000', '161519.283000', '161519.286000', '161519.288000', '161519.291000', '161519.294000', '161519.297000', '161519.300000', '161519.303000', '161519.306000', '161519.309000', '161519.311000', '161519.314000', '161519.317000', '161519.320000', '161519.323000', '161519.326000', '161519.328000', '161519.331000', '161519.334000', '161519.337000', '161519.340000', '161519.343000', '161519.346000', '161519.349000', '161519.351000', '161519.354000', '161519.357000', '161519.360000', '161519.363000', '161519.366000', '161519.369000', '161519.372000', '161519.374000', '161530.236000', '161530.239000', '161530.242000', '161530.245000', '161530.254000', '161530.257000', '161530.260000', '161530.263000', '161530.266000', '161530.268000', '161530.271000', '161530.274000', '161530.277000', '161530.280000', '161530.283000', '161530.286000', '161530.289000', '161530.291000', '161530.294000', '161530.297000', '161530.300000', '161530.303000', '161530.306000', '161530.309000'], 'InstanceCreationTime': ['160839.297000', '160839.300000', '160839.310000', '160839.314000', '160839.317000', '160839.320000', '160839.323000', '160839.326000', '160839.329000', '160839.332000', '160839.335000', '160839.338000', '160839.341000', '160839.344000', '160839.347000', '160839.361000', '160839.364000', '160839.367000', '160839.370000', '160839.375000', '160859.250000', '160859.253000', '160859.256000', '160859.258000', '160859.261000', '160859.264000', '160859.267000', '160859.270000', '160859.273000', '160859.275000', '160859.278000', '160859.281000', '160859.284000', '160859.287000', '160859.290000', '160859.292000', '160859.295000', '160859.298000', '160859.301000', '160859.304000', '160859.306000', '160859.309000', '160859.312000', '160859.315000', '160859.318000', '160859.320000', '160859.328000', '160859.331000', '160859.334000', '160859.337000', '160859.340000', '160859.342000', '160859.345000', '160859.348000', '160859.351000', '160859.354000', '160859.356000', '160859.359000', '160859.362000', '160859.365000', '160859.368000', '160859.371000', '160859.376000', '160859.379000', '160919.250000', '160919.253000', '160919.256000', '160919.258000', '160919.261000', '160919.264000', '160919.267000', '160919.270000', '160919.273000', '160919.275000', '160919.278000', '160919.281000', '160919.284000', '160919.287000', '160919.289000', '160919.292000', '160919.295000', '160919.298000', '160919.301000', '160919.304000', '160919.307000', '160919.309000', '160919.312000', '160919.315000', '160919.318000', '160919.321000', '160919.324000', '160919.326000', '160919.330000', '160919.333000', '160919.336000', '160919.339000', '160919.342000', '160919.344000', '160919.347000', '160919.350000', '160919.354000', '160919.357000', '160919.360000', '160919.363000', '160919.366000', '160919.369000', '160919.371000', '160939.250000', '160939.262000', '160939.265000', '160939.268000', '160939.271000', '160939.274000', '160939.276000', '160939.279000', '160939.282000', '160939.285000', '160939.288000', '160939.291000', '160939.293000', '160939.296000', '160939.299000', '160939.302000', '160939.305000', '160939.308000', '160939.310000', '160939.327000', '160939.330000', '160939.333000', '160939.336000', '160939.338000', '160939.341000', '160939.344000', '160939.347000', '160939.350000', '160939.353000', '160939.356000', '160939.358000', '160939.361000', '160939.364000', '160939.367000', '160939.370000', '160939.372000', '160939.375000', '160939.378000', '160939.381000', '160939.384000', '160939.386000', '160939.389000', '160939.392000', '160939.395000', '160959.250000', '160959.253000', '160959.256000', '160959.259000', '160959.262000', '160959.264000', '160959.267000', '160959.270000', '160959.273000', '160959.276000', '160959.278000', '160959.281000', '160959.284000', '160959.287000', '160959.290000', '160959.293000', '160959.295000', '160959.298000', '160959.301000', '160959.304000', '160959.307000', '160959.310000', '160959.313000', '160959.315000', '160959.318000', '160959.321000', '160959.324000', '160959.327000', '160959.330000', '160959.332000', '160959.335000', '160959.338000', '160959.341000', '160959.344000', '160959.347000', '160959.351000', '160959.354000', '160959.356000', '160959.359000', '160959.362000', '160959.365000', '160959.368000', '160959.371000', '161019.250000', '161019.253000', '161019.256000', '161019.258000', '161019.261000', '161019.264000', '161019.267000', '161019.270000', '161019.273000', '161019.276000', '161019.279000', '161019.281000', '161019.284000', '161019.287000', '161019.290000', '161019.293000', '161019.296000', '161019.298000', '161019.301000', '161019.304000', '161019.307000', '161019.310000', '161019.313000', '161019.315000', '161019.318000', '161019.321000', '161019.324000', '161019.327000', '161019.330000', '161019.333000', '161019.336000', '161019.338000', '161019.341000', '161019.344000', '161019.348000', '161019.351000', '161019.354000', '161019.356000', '161019.359000', '161019.362000', '161019.365000', '161019.368000', '161019.371000', '161019.373000', '161039.251000', '161039.260000', '161039.263000', '161039.266000', '161039.269000', '161039.271000', '161039.274000', '161039.277000', '161039.280000', '161039.283000', '161039.286000', '161039.289000', '161039.291000', '161039.294000', '161039.297000', '161039.300000', '161039.303000', '161039.306000', '161039.309000', '161039.311000', '161039.314000', '161039.317000', '161039.320000', '161039.323000', '161039.325000', '161039.328000', '161039.331000', '161039.334000', '161039.337000', '161039.340000', '161039.343000', '161039.346000', '161039.348000', '161039.351000', '161039.354000', '161039.357000', '161039.360000', '161039.363000', '161039.365000', '161039.368000', '161039.371000', '161039.374000', '161039.377000', '161059.250000', '161059.253000', '161059.256000', '161059.259000', '161059.262000', '161059.264000', '161059.267000', '161059.270000', '161059.273000', '161059.276000', '161059.279000', '161059.282000', '161059.284000', '161059.287000', '161059.290000', '161059.293000', '161059.296000', '161059.299000', '161059.301000', '161059.304000', '161059.307000', '161059.310000', '161059.313000', '161059.316000', '161059.319000', '161059.321000', '161059.324000', '161059.327000', '161059.330000', '161059.333000', '161059.336000', '161059.342000', '161059.345000', '161059.348000', '161059.351000', '161059.354000', '161059.356000', '161059.359000', '161059.362000', '161059.365000', '161059.368000', '161059.371000', '161059.374000', '161059.377000', '161119.250000', '161119.253000', '161119.256000', '161119.259000', '161119.262000', '161119.264000', '161119.267000', '161119.270000', '161119.273000', '161119.276000', '161119.279000', '161119.281000', '161119.284000', '161119.287000', '161119.300000', '161119.303000', '161119.306000', '161119.309000', '161119.312000', '161119.315000', '161119.317000', '161119.320000', '161119.323000', '161119.326000', '161119.329000', '161119.332000', '161119.335000', '161119.337000', '161119.340000', '161119.343000', '161119.346000', '161119.349000', '161119.352000', '161119.355000', '161119.357000', '161119.360000', '161119.363000', '161119.367000', '161119.370000', '161119.373000', '161119.375000', '161119.378000', '161119.381000', '161139.250000', '161139.253000', '161139.256000', '161139.259000', '161139.262000', '161139.264000', '161139.267000', '161139.270000', '161139.273000', '161139.276000', '161139.279000', '161139.282000', '161139.284000', '161139.287000', '161139.290000', '161139.293000', '161139.296000', '161139.299000', '161139.302000', '161139.304000', '161139.307000', '161139.310000', '161139.313000', '161139.316000', '161139.319000', '161139.321000', '161139.324000', '161139.327000', '161139.330000', '161139.333000', '161139.336000', '161139.339000', '161139.342000', '161139.344000', '161139.347000', '161139.350000', '161139.353000', '161139.356000', '161139.359000', '161139.362000', '161139.365000', '161139.367000', '161139.370000', '161139.373000', '161159.250000', '161159.253000', '161159.256000', '161159.259000', '161159.262000', '161159.265000', '161159.267000', '161159.270000', '161159.273000', '161159.276000', '161159.279000', '161159.282000', '161159.292000', '161159.295000', '161159.298000', '161159.301000', '161159.304000', '161159.307000', '161159.309000', '161159.312000', '161159.315000', '161159.318000', '161159.321000', '161159.324000', '161159.327000', '161159.330000', '161159.332000', '161159.335000', '161159.338000', '161159.341000', '161159.344000', '161159.347000', '161159.350000', '161159.353000', '161159.355000', '161159.358000', '161159.361000', '161159.364000', '161159.367000', '161159.370000', '161159.373000', '161159.375000', '161159.378000', '161219.250000', '161219.253000', '161219.256000', '161219.259000', '161219.262000', '161219.265000', '161219.268000', '161219.271000', '161219.274000', '161219.277000', '161219.280000', '161219.283000', '161219.286000', '161219.289000', '161219.291000', '161219.294000', '161219.297000', '161219.300000', '161219.303000', '161219.306000', '161219.308000', '161219.311000', '161219.314000', '161219.317000', '161219.320000', '161219.323000', '161219.326000', '161219.329000', '161219.332000', '161219.335000', '161219.337000', '161219.340000', '161219.343000', '161219.346000', '161219.349000', '161219.352000', '161219.354000', '161219.358000', '161219.360000', '161219.363000', '161219.366000', '161219.369000', '161219.372000', '161239.250000', '161239.253000', '161239.256000', '161239.259000', '161239.262000', '161239.265000', '161239.267000', '161239.270000', '161239.273000', '161239.276000', '161239.279000', '161239.282000', '161239.285000', '161239.287000', '161239.290000', '161239.293000', '161239.296000', '161239.299000', '161239.302000', '161239.305000', '161239.308000', '161239.310000', '161239.313000', '161239.316000', '161239.319000', '161239.322000', '161239.325000', '161239.327000', '161239.331000', '161239.333000', '161239.336000', '161239.339000', '161239.342000', '161239.345000', '161239.348000', '161239.351000', '161239.354000', '161239.356000', '161239.359000', '161239.362000', '161239.365000', '161239.368000', '161239.371000', '161239.373000', '161259.251000', '161259.254000', '161259.257000', '161259.260000', '161259.264000', '161259.268000', '161259.271000', '161259.274000', '161259.277000', '161259.280000', '161259.282000', '161259.285000', '161259.288000', '161259.291000', '161259.294000', '161259.297000', '161259.300000', '161259.302000', '161259.305000', '161259.308000', '161259.311000', '161259.314000', '161259.317000', '161259.319000', '161259.323000', '161259.325000', '161259.328000', '161259.331000', '161259.334000', '161259.337000', '161259.340000', '161259.343000', '161259.346000', '161259.349000', '161259.352000', '161259.355000', '161259.358000', '161259.361000', '161259.363000', '161259.366000', '161259.369000', '161259.372000', '161259.375000', '161319.250000', '161319.253000', '161319.256000', '161319.259000', '161319.262000', '161319.265000', '161319.267000', '161319.270000', '161319.273000', '161319.276000', '161319.279000', '161319.282000', '161319.285000', '161319.288000', '161319.291000', '161319.294000', '161319.296000', '161319.299000', '161319.302000', '161319.305000', '161319.308000', '161319.311000', '161319.313000', '161319.316000', '161319.319000', '161319.322000', '161319.325000', '161319.328000', '161319.331000', '161319.334000', '161319.337000', '161319.340000', '161319.342000', '161319.345000', '161319.348000', '161319.351000', '161319.354000', '161319.357000', '161319.359000', '161319.362000', '161319.365000', '161319.368000', '161319.371000', '161319.374000', '161339.250000', '161339.253000', '161339.256000', '161339.259000', '161339.262000', '161339.265000', '161339.268000', '161339.270000', '161339.273000', '161339.276000', '161339.279000', '161339.282000', '161339.285000', '161339.288000', '161339.291000', '161339.295000', '161339.298000', '161339.300000', '161339.303000', '161339.306000', '161339.309000', '161339.312000', '161339.315000', '161339.318000', '161339.321000', '161339.323000', '161339.326000', '161339.329000', '161339.332000', '161339.335000', '161339.338000', '161339.341000', '161339.344000', '161339.346000', '161339.351000', '161339.354000', '161339.357000', '161339.360000', '161339.363000', '161339.366000', '161339.369000', '161339.372000', '161339.375000', '161359.250000', '161359.253000', '161359.256000', '161359.259000', '161359.262000', '161359.264000', '161359.267000', '161359.270000', '161359.273000', '161359.276000', '161359.279000', '161359.282000', '161359.284000', '161359.287000', '161359.290000', '161359.293000', '161359.296000', '161359.299000', '161359.302000', '161359.304000', '161359.307000', '161359.310000', '161359.313000', '161359.316000', '161359.319000', '161359.322000', '161359.325000', '161359.327000', '161359.330000', '161359.333000', '161359.336000', '161359.339000', '161359.342000', '161359.344000', '161359.347000', '161359.350000', '161359.353000', '161359.356000', '161359.359000', '161359.362000', '161359.365000', '161359.367000', '161359.371000', '161359.373000', '161419.250000', '161419.253000', '161419.256000', '161419.259000', '161419.262000', '161419.264000', '161419.267000', '161419.270000', '161419.273000', '161419.276000', '161419.279000', '161419.282000', '161419.285000', '161419.287000', '161419.290000', '161419.293000', '161419.296000', '161419.299000', '161419.302000', '161419.305000', '161419.308000', '161419.327000', '161419.330000', '161419.333000', '161419.336000', '161419.339000', '161419.342000', '161419.345000', '161419.348000', '161419.351000', '161419.354000', '161419.356000', '161419.359000', '161419.362000', '161419.365000', '161419.368000', '161419.371000', '161419.374000', '161419.377000', '161419.379000', '161419.382000', '161419.385000', '161419.388000', '161439.250000', '161439.253000', '161439.256000', '161439.259000', '161439.262000', '161439.265000', '161439.268000', '161439.270000', '161439.273000', '161439.276000', '161439.279000', '161439.282000', '161439.285000', '161439.288000', '161439.291000', '161439.293000', '161439.296000', '161439.299000', '161439.302000', '161439.305000', '161439.308000', '161439.311000', '161439.314000', '161439.316000', '161439.319000', '161439.322000', '161439.325000', '161439.328000', '161439.331000', '161439.334000', '161439.337000', '161439.339000', '161439.342000', '161439.345000', '161439.348000', '161439.351000', '161439.354000', '161439.357000', '161439.359000', '161439.362000', '161439.365000', '161439.368000', '161439.371000', '161439.374000', '161459.250000', '161459.253000', '161459.256000', '161459.259000', '161459.263000', '161459.266000', '161459.269000', '161459.272000', '161459.275000', '161459.278000', '161459.281000', '161459.284000', '161459.287000', '161459.290000', '161459.292000', '161459.295000', '161459.298000', '161459.301000', '161459.304000', '161459.307000', '161459.310000', '161459.313000', '161459.315000', '161459.318000', '161459.321000', '161459.324000', '161459.327000', '161459.330000', '161459.333000', '161459.336000', '161459.339000', '161459.342000', '161459.345000', '161459.348000', '161459.351000', '161459.354000', '161459.357000', '161459.360000', '161459.362000', '161459.365000', '161459.368000', '161459.371000', '161459.374000', '161519.251000', '161519.254000', '161519.257000', '161519.260000', '161519.263000', '161519.266000', '161519.268000', '161519.271000', '161519.274000', '161519.277000', '161519.280000', '161519.283000', '161519.286000', '161519.288000', '161519.291000', '161519.294000', '161519.297000', '161519.300000', '161519.303000', '161519.306000', '161519.309000', '161519.311000', '161519.314000', '161519.317000', '161519.320000', '161519.323000', '161519.326000', '161519.328000', '161519.331000', '161519.334000', '161519.337000', '161519.340000', '161519.343000', '161519.346000', '161519.349000', '161519.351000', '161519.354000', '161519.357000', '161519.360000', '161519.363000', '161519.366000', '161519.369000', '161519.372000', '161519.374000', '161530.236000', '161530.239000', '161530.242000', '161530.245000', '161530.254000', '161530.257000', '161530.260000', '161530.263000', '161530.266000', '161530.268000', '161530.271000', '161530.274000', '161530.277000', '161530.280000', '161530.283000', '161530.286000', '161530.289000', '161530.291000', '161530.294000', '161530.297000', '161530.300000', '161530.303000', '161530.306000', '161530.309000'], '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': [12897, 10446, 9631, 14101, 10611, 8907, 12035, 9700, 8248, 11377, 8855, 11848, 10416, 8457, 11348, 9015, 11915, 9732, 10919, 10153, 8350, 10951, 8006, 11817, 9109, 12606, 9741, 8732, 10089, 8111, 10729, 7953, 12593, 8923, 13224, 9466, 13281, 10859, 12447, 11326, 11837, 9839, 8720, 10735, 8444, 11852, 8240, 14151, 8622, 13587, 9534, 12881, 9524, 12536, 11120, 9727, 10097, 8689, 10579, 8873, 11863, 8805, 13158, 8439, 13100, 8981, 13470, 9190, 14046, 10203, 11028, 9247, 11015, 9434, 9519, 9492, 8711, 11146, 8313, 11040, 8614, 12568, 8866, 14082, 10901, 11142, 9242, 10234, 9511, 9321, 11640, 8656, 12360, 8118, 12476, 8603, 13020, 10076, 12544, 9277, 10041, 9565, 8797, 11091, 8572, 13215, 8383, 12762, 9089, 12104, 10216, 10296, 10007, 8681, 10674, 8040, 11852, 8881, 11525, 9231, 8624, 10037, 8261, 12320, 8525, 13191, 11346, 12202, 9320, 11231, 9580, 8773, 10601, 8672, 12465, 8150, 13213, 8416, 12929, 9076, 12743, 11018, 10414, 9358, 9224, 9719, 8976, 10213, 8569, 12369, 8246, 12518, 8747, 12482, 9267, 13604, 11469, 13082, 10976, 11501, 9196, 10512, 9319, 10009, 9874, 8708, 10771, 8385, 10920, 8030, 11849, 8540, 12528, 9843, 13173, 11139, 11307, 9122, 8906, 10420, 8468, 12440, 8611, 14033, 9077, 12486, 9335, 11440, 9493, 9439, 11254, 8448, 12850, 8013, 12406, 8606, 13622, 9911, 11048, 9401, 9712, 9362, 8774, 9757, 8312, 11888, 8185, 11463, 8284, 11590, 8486, 12215, 8676, 12102, 8872, 13044, 8821, 11932, 9466, 9042, 9902, 8345, 10432, 7822, 11765, 8528, 11723, 9321, 12724, 11084, 12169, 11583, 11601, 10164, 10159, 10266, 8691, 10721, 8059, 12383, 7888, 12218, 7813, 12558, 7967, 13327, 8722, 13666, 8589, 12902, 9016, 12746, 10563, 11500, 9257, 11024, 9447, 9072, 11163, 7882, 12661, 7846, 12814, 8159, 13461, 8605, 13804, 8635, 13342, 8729, 14229, 10381, 11946, 9973, 10360, 9539, 8482, 10278, 8326, 12571, 8226, 13115, 9027, 11870, 9636, 10092, 10275, 7761, 11818, 8315, 12599, 8476, 12999, 10551, 13197, 10466, 10886, 9745, 8570, 12526, 8734, 10253, 10297, 8553, 11881, 10178, 8430, 12542, 8691, 13473, 10072, 14646, 12138, 12895, 10902, 8428, 10296, 8621, 10598, 8150, 12776, 9564, 10607, 9310, 8259, 9950, 8009, 11023, 8163, 11558, 8342, 12730, 8533, 12705, 9158, 11954, 10052, 10681, 10181, 8460, 10601, 8028, 11372, 8184, 11765, 8684, 13142, 9038, 13601, 9206, 13160, 9375, 12417, 9403, 10698, 9633, 8414, 10523, 8232, 10971, 8273, 12138, 8301, 13162, 10251, 13662, 9039, 13708, 9539, 12461, 10430, 11134, 10583, 8658, 10365, 8025, 11277, 8758, 11810, 9411, 10215, 9649, 8435, 9934, 8468, 11368, 7909, 11506, 7980, 11440, 8129, 12208, 8430, 13300, 8602, 12614, 8435, 11950, 8781, 11154, 9617, 9982, 9493, 8472, 9927, 8618, 10478, 8188, 12053, 8137, 11914, 9261, 12565, 10692, 10869, 10079, 8421, 10513, 7946, 11105, 7991, 13169, 8394, 12770, 8730, 12956, 9164, 13457, 10823, 10603, 9500, 9418, 9802, 8365, 10490, 8210, 11938, 7902, 11962, 8070, 12712, 8402, 13143, 10126, 13270, 9213, 11164, 9180, 10381, 9711, 8800, 10352, 8017, 10724, 8016, 11935, 8459, 13324, 9151, 11659, 9177, 10419, 9327, 9547, 9986, 9014, 10219, 8257, 10825, 8062, 12253, 8444, 12270, 8526, 11808, 8568, 11188, 9219, 8350, 10284, 7894, 10737, 8116, 12438, 8516, 12442, 9646, 10434, 9708, 8693, 11073, 7909, 12824, 9617, 11210, 9082, 10383, 9913, 9323, 11951, 7944, 12466, 8149, 13046, 8738, 13203, 11223, 10504, 9737, 8141, 10956, 7862, 13106, 10000, 10714, 9571, 8266, 10599, 8187, 12624, 9769, 11556, 10521, 8068, 10578, 7868, 13024, 9502, 12366, 11475, 8418, 10555, 8136, 12940, 8810, 11707, 10803, 8145, 10501, 8076, 12874, 8880, 13333, 11910, 10539, 9773, 7983, 10981, 7880, 12874, 10123, 12642, 8952, 10771, 9197, 8409, 10312, 7610, 12790, 8246, 13769, 9114, 12183, 11217, 10043, 10232, 8096, 10848, 7948, 12423, 8527, 12513, 9307, 9650, 9620, 7927, 11425, 8152, 12799, 8810, 10902, 9304, 8219, 10807, 7668, 13484, 8828, 14272, 8972, 10697, 10130, 8264, 11670, 7608, 12926, 8297, 13587, 10693, 12337, 10414, 10343, 9314, 8417, 10384, 7926, 12900, 8341, 13189, 8681, 12208, 9017, 10651, 9783, 7823, 11233, 8188, 12716, 8468, 13087, 10699, 13786, 11982, 12198, 10087, 11073, 9838, 8242, 11792, 8238, 11819, 8398, 12048, 8745, 10490, 9863, 8129, 11213, 7972, 12055, 8138, 13158, 9998, 13039, 9742, 11273, 9459, 8299, 10111, 7638, 12420, 8038, 12202, 8618, 11366, 8653, 9835, 10178, 7677, 11838, 7958, 12826, 9036, 11840, 10912, 8103, 11238, 7860, 12965, 8506, 13925, 11835, 11249, 10019, 7959, 10905, 7766, 12669, 8727, 14595, 9092, 12080, 9646, 11226, 9819, 8244, 11534, 7703, 11973, 8245, 12557, 8845, 11988, 11377, 8247, 10429, 8134, 11456, 9408, 10694, 9638, 9840, 10269, 8939, 12757, 9046, 13590, 8940, 13917, 11158, 13824, 12039, 11571, 10636, 8086, 11184, 9054, 13682, 9837, 12412, 10599, 9032, 11655, 8672, 12589, 9245, 13941, 11031, 14035, 11512, 8674, 9983, 8312, 10531, 8461, 11796, 9046, 13434, 9545, 10747, 9668, 8414, 10690, 7957, 12164, 9120, 14382, 9562, 11908, 9270, 9892, 10062, 8474, 10571, 8119, 13164, 9260, 12155, 9415, 8617, 9973, 8025, 11939, 9228, 11585, 9570, 8192, 10524, 8289, 13180, 10649, 8201, 10750, 8904, 10395, 10495, 8442, 14518, 9973, 14629, 11086, 13384, 11872, 11614, 10300, 8517, 10424, 8481, 10203, 8285, 11557, 8014, 11459, 8090, 12297, 8248, 11777, 9098, 8466, 10222, 8056, 10744, 7911, 11959, 8915, 12573, 9338, 13583, 11045, 13376, 11885, 11958, 10259, 10734, 10292, 8373, 10786, 8527, 11800, 8044, 12261, 8515, 13057, 10486, 13357, 9568, 12174, 9964, 11126, 10199, 8657, 11418, 8049, 11163, 8316, 12814, 10147, 12917, 9572, 10425, 9641, 8341, 10805, 8033, 13376, 9737, 13274, 9722, 11829, 11344, 11289, 10289, 8131, 12580, 8467, 12925, 9193, 12792, 10193, 9171, 11872, 8381, 11586, 8692, 13815, 9519, 11357, 10201, 8420, 15018, 11335, 8713, 10287, 8094, 11148, 8581, 11447, 8398, 11315, 8511, 11461, 8769, 11945, 8848, 12845, 9610, 13520, 11231, 9646, 10144, 8906, 10926, 8956, 13062, 9491, 13543, 10787, 14142, 10977, 12598, 9374, 10738, 9771, 8893, 10132, 8453, 10300, 8813, 11921, 8774, 12605, 9149, 10554, 9280, 9837], 'WindowCenter': [4678.0, 4639.0, 4621.0, 4649.0, 4618.0, 4607.0, 4626.0, 4615.0, 4606.0, 4636.0, 4606.0, 4635.0, 4626.0, 4593.0, 4625.0, 4606.0, 4638.0, 4617.0, 4638.0, 4628.0, 4610.0, 4637.0, 4607.0, 4651.0, 4632.0, 4646.0, 4630.0, 4620.0, 4629.0, 4611.0, 4651.0, 4625.0, 4662.0, 4632.0, 4660.0, 4633.0, 4659.0, 4643.0, 4649.0, 4641.0, 4649.0, 4628.0, 4619.0, 4642.0, 4610.0, 4638.0, 4610.0, 4658.0, 4610.0, 4648.0, 4629.0, 4650.0, 4631.0, 4649.0, 4640.0, 4618.0, 4628.0, 4607.0, 4628.0, 4619.0, 4638.0, 4607.0, 4648.0, 4595.0, 4631.0, 4606.0, 4644.0, 4617.0, 4645.0, 4624.0, 4627.0, 4616.0, 4626.0, 4618.0, 4629.0, 4614.0, 4607.0, 4627.0, 4607.0, 4628.0, 4618.0, 4648.0, 4619.0, 4657.0, 4639.0, 4637.0, 4618.0, 4629.0, 4618.0, 4618.0, 4639.0, 4608.0, 4648.0, 4597.0, 4635.0, 4617.0, 4650.0, 4628.0, 4648.0, 4618.0, 4626.0, 4618.0, 4608.0, 4639.0, 4607.0, 4649.0, 4608.0, 4638.0, 4616.0, 4637.0, 4630.0, 4640.0, 4629.0, 4608.0, 4639.0, 4610.0, 4650.0, 4632.0, 4649.0, 4630.0, 4621.0, 4630.0, 4610.0, 4650.0, 4621.0, 4649.0, 4641.0, 4637.0, 4618.0, 4627.0, 4619.0, 4607.0, 4631.0, 4607.0, 4650.0, 4598.0, 4646.0, 4597.0, 4637.0, 4619.0, 4645.0, 4629.0, 4628.0, 4617.0, 4617.0, 4618.0, 4618.0, 4630.0, 4618.0, 4650.0, 4610.0, 4648.0, 4609.0, 4637.0, 4620.0, 4659.0, 4641.0, 4650.0, 4629.0, 4637.0, 4618.0, 4627.0, 4619.0, 4627.0, 4618.0, 4608.0, 4639.0, 4608.0, 4627.0, 4610.0, 4638.0, 4610.0, 4650.0, 4631.0, 4649.0, 4640.0, 4638.0, 4620.0, 4610.0, 4630.0, 4610.0, 4638.0, 4609.0, 4649.0, 4620.0, 4638.0, 4619.0, 4638.0, 4619.0, 4630.0, 4652.0, 4610.0, 4649.0, 4599.0, 4636.0, 4619.0, 4658.0, 4630.0, 4636.0, 4617.0, 4615.0, 4618.0, 4619.0, 4619.0, 4606.0, 4637.0, 4608.0, 4636.0, 4620.0, 4644.0, 4620.0, 4648.0, 4619.0, 4648.0, 4629.0, 4661.0, 4631.0, 4650.0, 4632.0, 4632.0, 4640.0, 4621.0, 4642.0, 4613.0, 4663.0, 4633.0, 4651.0, 4632.0, 4660.0, 4655.0, 4650.0, 4653.0, 4651.0, 4640.0, 4629.0, 4630.0, 4631.0, 4641.0, 4610.0, 4650.0, 4610.0, 4649.0, 4610.0, 4648.0, 4610.0, 4659.0, 4619.0, 4658.0, 4620.0, 4647.0, 4620.0, 4660.0, 4640.0, 4651.0, 4630.0, 4641.0, 4642.0, 4633.0, 4650.0, 4622.0, 4661.0, 4621.0, 4660.0, 4610.0, 4659.0, 4619.0, 4660.0, 4620.0, 4658.0, 4620.0, 4660.0, 4639.0, 4648.0, 4628.0, 4625.0, 4627.0, 4617.0, 4628.0, 4618.0, 4648.0, 4610.0, 4647.0, 4621.0, 4647.0, 4629.0, 4639.0, 4639.0, 4608.0, 4649.0, 4609.0, 4648.0, 4611.0, 4658.0, 4631.0, 4659.0, 4640.0, 4637.0, 4629.0, 4635.0, 4652.0, 4634.0, 4654.0, 4644.0, 4647.0, 4678.0, 4657.0, 4623.0, 4662.0, 4622.0, 4659.0, 4632.0, 4670.0, 4650.0, 4648.0, 4629.0, 4609.0, 4628.0, 4607.0, 4640.0, 4611.0, 4659.0, 4630.0, 4628.0, 4619.0, 4610.0, 4631.0, 4612.0, 4640.0, 4622.0, 4649.0, 4623.0, 4650.0, 4621.0, 4649.0, 4620.0, 4638.0, 4631.0, 4641.0, 4630.0, 4611.0, 4631.0, 4611.0, 4641.0, 4611.0, 4648.0, 4621.0, 4649.0, 4618.0, 4659.0, 4619.0, 4647.0, 4620.0, 4638.0, 4621.0, 4628.0, 4618.0, 4609.0, 4641.0, 4610.0, 4640.0, 4611.0, 4650.0, 4620.0, 4649.0, 4631.0, 4657.0, 4620.0, 4646.0, 4622.0, 4649.0, 4641.0, 4639.0, 4630.0, 4608.0, 4629.0, 4609.0, 4639.0, 4621.0, 4650.0, 4632.0, 4643.0, 4632.0, 4621.0, 4642.0, 4620.0, 4653.0, 4610.0, 4638.0, 4608.0, 4636.0, 4610.0, 4636.0, 4606.0, 4647.0, 4608.0, 4646.0, 4608.0, 4637.0, 4618.0, 4637.0, 4629.0, 4628.0, 4629.0, 4609.0, 4630.0, 4621.0, 4637.0, 4609.0, 4648.0, 4611.0, 4636.0, 4619.0, 4648.0, 4639.0, 4639.0, 4628.0, 4607.0, 4628.0, 4610.0, 4641.0, 4608.0, 4650.0, 4608.0, 4647.0, 4621.0, 4648.0, 4620.0, 4647.0, 4639.0, 4629.0, 4617.0, 4616.0, 4628.0, 4608.0, 4641.0, 4623.0, 4652.0, 4612.0, 4639.0, 4611.0, 4662.0, 4622.0, 4659.0, 4630.0, 4649.0, 4618.0, 4637.0, 4620.0, 4627.0, 4618.0, 4618.0, 4629.0, 4610.0, 4628.0, 4609.0, 4637.0, 4610.0, 4660.0, 4618.0, 4640.0, 4620.0, 4640.0, 4619.0, 4629.0, 4630.0, 4620.0, 4630.0, 4608.0, 4641.0, 4611.0, 4648.0, 4622.0, 4650.0, 4623.0, 4651.0, 4632.0, 4650.0, 4634.0, 4620.0, 4643.0, 4611.0, 4653.0, 4624.0, 4663.0, 4622.0, 4660.0, 4632.0, 4641.0, 4635.0, 4621.0, 4652.0, 4625.0, 4657.0, 4645.0, 4653.0, 4635.0, 4641.0, 4644.0, 4632.0, 4652.0, 4611.0, 4662.0, 4621.0, 4663.0, 4623.0, 4663.0, 4652.0, 4642.0, 4631.0, 4611.0, 4641.0, 4623.0, 4661.0, 4643.0, 4641.0, 4631.0, 4622.0, 4641.0, 4622.0, 4666.0, 4642.0, 4653.0, 4642.0, 4612.0, 4642.0, 4624.0, 4659.0, 4631.0, 4662.0, 4652.0, 4621.0, 4641.0, 4610.0, 4660.0, 4632.0, 4651.0, 4642.0, 4611.0, 4642.0, 4613.0, 4662.0, 4631.0, 4660.0, 4651.0, 4642.0, 4629.0, 4610.0, 4640.0, 4611.0, 4650.0, 4642.0, 4661.0, 4623.0, 4639.0, 4631.0, 4621.0, 4641.0, 4611.0, 4662.0, 4622.0, 4660.0, 4633.0, 4652.0, 4652.0, 4632.0, 4631.0, 4612.0, 4640.0, 4612.0, 4650.0, 4622.0, 4650.0, 4621.0, 4630.0, 4630.0, 4611.0, 4651.0, 4623.0, 4662.0, 4633.0, 4642.0, 4633.0, 4621.0, 4644.0, 4612.0, 4663.0, 4633.0, 4661.0, 4633.0, 4643.0, 4641.0, 4611.0, 4651.0, 4611.0, 4649.0, 4622.0, 4660.0, 4642.0, 4653.0, 4644.0, 4630.0, 4630.0, 4623.0, 4642.0, 4611.0, 4664.0, 4612.0, 4649.0, 4621.0, 4651.0, 4632.0, 4642.0, 4641.0, 4611.0, 4653.0, 4623.0, 4662.0, 4623.0, 4663.0, 4643.0, 4661.0, 4652.0, 4649.0, 4631.0, 4640.0, 4631.0, 4611.0, 4649.0, 4609.0, 4651.0, 4612.0, 4649.0, 4623.0, 4642.0, 4642.0, 4624.0, 4652.0, 4613.0, 4651.0, 4625.0, 4661.0, 4643.0, 4661.0, 4633.0, 4640.0, 4632.0, 4622.0, 4630.0, 4610.0, 4652.0, 4611.0, 4651.0, 4621.0, 4652.0, 4634.0, 4644.0, 4645.0, 4616.0, 4652.0, 4613.0, 4663.0, 4633.0, 4653.0, 4654.0, 4613.0, 4641.0, 4611.0, 4662.0, 4634.0, 4672.0, 4654.0, 4641.0, 4632.0, 4614.0, 4640.0, 4611.0, 4652.0, 4621.0, 4661.0, 4621.0, 4637.0, 4619.0, 4638.0, 4629.0, 4610.0, 4640.0, 4601.0, 4640.0, 4608.0, 4660.0, 4621.0, 4651.0, 4653.0, 4624.0, 4641.0, 4623.0, 4654.0, 4635.0, 4642.0, 4632.0, 4632.0, 4633.0, 4622.0, 4652.0, 4621.0, 4661.0, 4621.0, 4649.0, 4629.0, 4648.0, 4639.0, 4629.0, 4630.0, 4597.0, 4627.0, 4609.0, 4649.0, 4618.0, 4636.0, 4626.0, 4607.0, 4624.0, 4595.0, 4623.0, 4598.0, 4634.0, 4614.0, 4632.0, 4614.0, 4593.0, 4603.0, 4583.0, 4613.0, 4593.0, 4625.0, 4605.0, 4636.0, 4607.0, 4624.0, 4606.0, 4597.0, 4617.0, 4598.0, 4638.0, 4608.0, 4645.0, 4617.0, 4625.0, 4601.0, 4614.0, 4615.0, 4607.0, 4627.0, 4598.0, 4647.0, 4619.0, 4636.0, 4608.0, 4607.0, 4629.0, 4607.0, 4638.0, 4620.0, 4639.0, 4620.0, 4609.0, 4641.0, 4623.0, 4662.0, 4645.0, 4623.0, 4643.0, 4635.0, 4643.0, 4645.0, 4613.0, 4662.0, 4630.0, 4659.0, 4641.0, 4651.0, 4640.0, 4628.0, 4618.0, 4597.0, 4616.0, 4596.0, 4618.0, 4597.0, 4626.0, 4599.0, 4627.0, 4598.0, 4648.0, 4611.0, 4650.0, 4620.0, 4624.0, 4643.0, 4624.0, 4654.0, 4626.0, 4654.0, 4634.0, 4653.0, 4634.0, 4663.0, 4654.0, 4662.0, 4654.0, 4640.0, 4630.0, 4630.0, 4629.0, 4611.0, 4629.0, 4610.0, 4639.0, 4609.0, 4650.0, 4622.0, 4651.0, 4643.0, 4650.0, 4632.0, 4648.0, 4632.0, 4651.0, 4630.0, 4621.0, 4643.0, 4601.0, 4641.0, 4625.0, 4661.0, 4634.0, 4652.0, 4632.0, 4642.0, 4632.0, 4613.0, 4645.0, 4615.0, 4663.0, 4632.0, 4653.0, 4631.0, 4641.0, 4642.0, 4643.0, 4631.0, 4610.0, 4639.0, 4610.0, 4640.0, 4619.0, 4649.0, 4631.0, 4622.0, 4645.0, 4612.0, 4642.0, 4611.0, 4673.0, 4635.0, 4639.0, 4632.0, 4610.0, 4645.0, 4626.0, 4594.0, 4604.0, 4597.0, 4626.0, 4609.0, 4627.0, 4598.0, 4626.0, 4596.0, 4626.0, 4594.0, 4626.0, 4596.0, 4636.0, 4606.0, 4623.0, 4613.0, 4592.0, 4603.0, 4583.0, 4601.0, 4582.0, 4623.0, 4591.0, 4625.0, 4602.0, 4619.0, 4601.0, 4611.0, 4591.0, 4600.0, 4593.0, 4583.0, 4604.0, 4585.0, 4605.0, 4595.0, 4623.0, 4594.0, 4623.0, 4604.0, 4615.0, 4608.0, 4618.0], 'WindowWidth': [10247.0, 10178.0, 10148.0, 10183.0, 10137.0, 10119.0, 10143.0, 10129.0, 10119.0, 10159.0, 10119.0, 10156.0, 10144.0, 10098.0, 10141.0, 10120.0, 10166.0, 10134.0, 10164.0, 10151.0, 10127.0, 10163.0, 10124.0, 10189.0, 10164.0, 10176.0, 10159.0, 10144.0, 10157.0, 10134.0, 10191.0, 10158.0, 10205.0, 10167.0, 10200.0, 10165.0, 10198.0, 10179.0, 10185.0, 10174.0, 10183.0, 10154.0, 10141.0, 10176.0, 10128.0, 10165.0, 10128.0, 10193.0, 10128.0, 10179.0, 10154.0, 10185.0, 10163.0, 10181.0, 10172.0, 10138.0, 10151.0, 10122.0, 10150.0, 10142.0, 10164.0, 10119.0, 10177.0, 10102.0, 10147.0, 10118.0, 10169.0, 10136.0, 10170.0, 10142.0, 10145.0, 10132.0, 10144.0, 10136.0, 10154.0, 10130.0, 10120.0, 10148.0, 10122.0, 10150.0, 10138.0, 10179.0, 10142.0, 10188.0, 10169.0, 10162.0, 10137.0, 10151.0, 10138.0, 10137.0, 10166.0, 10123.0, 10178.0, 10109.0, 10158.0, 10136.0, 10181.0, 10152.0, 10178.0, 10139.0, 10145.0, 10136.0, 10123.0, 10166.0, 10122.0, 10181.0, 10123.0, 10163.0, 10133.0, 10162.0, 10154.0, 10171.0, 10155.0, 10125.0, 10169.0, 10131.0, 10187.0, 10164.0, 10183.0, 10159.0, 10146.0, 10156.0, 10130.0, 10183.0, 10148.0, 10182.0, 10174.0, 10163.0, 10138.0, 10147.0, 10139.0, 10120.0, 10156.0, 10121.0, 10183.0, 10109.0, 10172.0, 10108.0, 10160.0, 10139.0, 10172.0, 10154.0, 10150.0, 10135.0, 10134.0, 10137.0, 10137.0, 10156.0, 10139.0, 10183.0, 10128.0, 10177.0, 10127.0, 10162.0, 10143.0, 10195.0, 10173.0, 10184.0, 10154.0, 10162.0, 10136.0, 10146.0, 10140.0, 10147.0, 10137.0, 10123.0, 10166.0, 10123.0, 10148.0, 10128.0, 10163.0, 10129.0, 10183.0, 10160.0, 10180.0, 10169.0, 10165.0, 10142.0, 10126.0, 10154.0, 10126.0, 10165.0, 10126.0, 10180.0, 10140.0, 10164.0, 10138.0, 10163.0, 10139.0, 10158.0, 10193.0, 10130.0, 10178.0, 10112.0, 10159.0, 10141.0, 10193.0, 10155.0, 10160.0, 10135.0, 10129.0, 10137.0, 10142.0, 10140.0, 10120.0, 10162.0, 10125.0, 10161.0, 10146.0, 10173.0, 10146.0, 10180.0, 10144.0, 10183.0, 10159.0, 10203.0, 10163.0, 10187.0, 10163.0, 10162.0, 10173.0, 10149.0, 10177.0, 10139.0, 10209.0, 10167.0, 10189.0, 10165.0, 10202.0, 10198.0, 10187.0, 10193.0, 10187.0, 10171.0, 10154.0, 10159.0, 10164.0, 10175.0, 10131.0, 10186.0, 10131.0, 10182.0, 10131.0, 10182.0, 10133.0, 10197.0, 10143.0, 10194.0, 10143.0, 10177.0, 10145.0, 10202.0, 10174.0, 10188.0, 10159.0, 10175.0, 10178.0, 10169.0, 10189.0, 10150.0, 10202.0, 10148.0, 10200.0, 10133.0, 10198.0, 10144.0, 10201.0, 10145.0, 10194.0, 10145.0, 10199.0, 10171.0, 10179.0, 10152.0, 10147.0, 10150.0, 10139.0, 10153.0, 10140.0, 10180.0, 10131.0, 10178.0, 10146.0, 10180.0, 10157.0, 10170.0, 10171.0, 10127.0, 10182.0, 10130.0, 10181.0, 10133.0, 10197.0, 10160.0, 10198.0, 10171.0, 10164.0, 10157.0, 10173.0, 10190.0, 10173.0, 10198.0, 10183.0, 10195.0, 10239.0, 10204.0, 10154.0, 10204.0, 10149.0, 10197.0, 10163.0, 10213.0, 10185.0, 10178.0, 10153.0, 10124.0, 10150.0, 10122.0, 10171.0, 10132.0, 10199.0, 10157.0, 10152.0, 10141.0, 10130.0, 10159.0, 10134.0, 10172.0, 10150.0, 10184.0, 10151.0, 10185.0, 10146.0, 10181.0, 10145.0, 10167.0, 10159.0, 10172.0, 10156.0, 10130.0, 10158.0, 10133.0, 10173.0, 10132.0, 10181.0, 10146.0, 10183.0, 10139.0, 10195.0, 10142.0, 10176.0, 10143.0, 10165.0, 10145.0, 10153.0, 10138.0, 10127.0, 10171.0, 10129.0, 10171.0, 10134.0, 10186.0, 10146.0, 10182.0, 10160.0, 10192.0, 10143.0, 10175.0, 10146.0, 10181.0, 10176.0, 10170.0, 10157.0, 10124.0, 10154.0, 10127.0, 10169.0, 10148.0, 10185.0, 10166.0, 10179.0, 10164.0, 10147.0, 10177.0, 10146.0, 10191.0, 10130.0, 10167.0, 10125.0, 10161.0, 10131.0, 10162.0, 10121.0, 10175.0, 10125.0, 10172.0, 10125.0, 10164.0, 10141.0, 10165.0, 10156.0, 10153.0, 10155.0, 10129.0, 10159.0, 10148.0, 10165.0, 10128.0, 10179.0, 10132.0, 10162.0, 10142.0, 10180.0, 10169.0, 10167.0, 10153.0, 10123.0, 10153.0, 10132.0, 10172.0, 10127.0, 10187.0, 10126.0, 10178.0, 10147.0, 10181.0, 10146.0, 10176.0, 10168.0, 10153.0, 10136.0, 10135.0, 10152.0, 10126.0, 10174.0, 10153.0, 10193.0, 10135.0, 10168.0, 10134.0, 10208.0, 10153.0, 10197.0, 10157.0, 10182.0, 10139.0, 10162.0, 10143.0, 10149.0, 10138.0, 10137.0, 10153.0, 10128.0, 10151.0, 10130.0, 10165.0, 10130.0, 10196.0, 10141.0, 10169.0, 10144.0, 10173.0, 10143.0, 10154.0, 10157.0, 10143.0, 10155.0, 10126.0, 10173.0, 10134.0, 10181.0, 10151.0, 10186.0, 10153.0, 10190.0, 10167.0, 10188.0, 10169.0, 10146.0, 10179.0, 10135.0, 10194.0, 10155.0, 10206.0, 10153.0, 10201.0, 10163.0, 10175.0, 10170.0, 10150.0, 10194.0, 10160.0, 10198.0, 10186.0, 10195.0, 10172.0, 10178.0, 10183.0, 10164.0, 10192.0, 10136.0, 10206.0, 10148.0, 10206.0, 10154.0, 10207.0, 10190.0, 10175.0, 10160.0, 10133.0, 10174.0, 10152.0, 10202.0, 10180.0, 10176.0, 10164.0, 10150.0, 10177.0, 10154.0, 10216.0, 10180.0, 10193.0, 10178.0, 10136.0, 10176.0, 10155.0, 10199.0, 10163.0, 10205.0, 10191.0, 10148.0, 10174.0, 10132.0, 10201.0, 10164.0, 10187.0, 10177.0, 10135.0, 10175.0, 10138.0, 10204.0, 10162.0, 10199.0, 10188.0, 10174.0, 10156.0, 10131.0, 10171.0, 10135.0, 10185.0, 10178.0, 10201.0, 10150.0, 10171.0, 10160.0, 10147.0, 10175.0, 10136.0, 10204.0, 10150.0, 10199.0, 10167.0, 10190.0, 10192.0, 10162.0, 10161.0, 10133.0, 10169.0, 10135.0, 10186.0, 10149.0, 10186.0, 10146.0, 10157.0, 10158.0, 10134.0, 10189.0, 10154.0, 10206.0, 10167.0, 10178.0, 10166.0, 10150.0, 10181.0, 10135.0, 10208.0, 10167.0, 10202.0, 10165.0, 10181.0, 10175.0, 10133.0, 10188.0, 10134.0, 10184.0, 10150.0, 10198.0, 10178.0, 10193.0, 10181.0, 10157.0, 10157.0, 10155.0, 10177.0, 10134.0, 10209.0, 10135.0, 10182.0, 10147.0, 10186.0, 10164.0, 10177.0, 10175.0, 10133.0, 10192.0, 10151.0, 10202.0, 10152.0, 10207.0, 10179.0, 10202.0, 10190.0, 10181.0, 10158.0, 10171.0, 10160.0, 10133.0, 10181.0, 10128.0, 10185.0, 10135.0, 10183.0, 10154.0, 10178.0, 10179.0, 10154.0, 10191.0, 10138.0, 10188.0, 10158.0, 10203.0, 10179.0, 10201.0, 10164.0, 10170.0, 10162.0, 10150.0, 10158.0, 10131.0, 10190.0, 10134.0, 10186.0, 10149.0, 10192.0, 10170.0, 10181.0, 10185.0, 10144.0, 10191.0, 10139.0, 10207.0, 10169.0, 10194.0, 10194.0, 10138.0, 10174.0, 10133.0, 10204.0, 10170.0, 10218.0, 10194.0, 10173.0, 10161.0, 10136.0, 10171.0, 10135.0, 10189.0, 10145.0, 10201.0, 10145.0, 10164.0, 10140.0, 10166.0, 10155.0, 10128.0, 10170.0, 10117.0, 10167.0, 10126.0, 10201.0, 10147.0, 10186.0, 10191.0, 10158.0, 10175.0, 10152.0, 10195.0, 10172.0, 10174.0, 10162.0, 10161.0, 10165.0, 10148.0, 10191.0, 10147.0, 10200.0, 10145.0, 10180.0, 10153.0, 10177.0, 10164.0, 10150.0, 10152.0, 10105.0, 10145.0, 10124.0, 10177.0, 10137.0, 10159.0, 10145.0, 10116.0, 10138.0, 10098.0, 10134.0, 10104.0, 10152.0, 10124.0, 10144.0, 10121.0, 10093.0, 10104.0, 10079.0, 10121.0, 10096.0, 10139.0, 10113.0, 10157.0, 10117.0, 10138.0, 10114.0, 10104.0, 10132.0, 10109.0, 10163.0, 10120.0, 10169.0, 10132.0, 10140.0, 10107.0, 10126.0, 10128.0, 10120.0, 10146.0, 10107.0, 10174.0, 10138.0, 10158.0, 10122.0, 10119.0, 10153.0, 10123.0, 10164.0, 10142.0, 10167.0, 10142.0, 10126.0, 10173.0, 10152.0, 10204.0, 10185.0, 10151.0, 10178.0, 10171.0, 10178.0, 10183.0, 10138.0, 10203.0, 10157.0, 10195.0, 10172.0, 10185.0, 10167.0, 10147.0, 10133.0, 10103.0, 10128.0, 10102.0, 10133.0, 10106.0, 10145.0, 10109.0, 10145.0, 10109.0, 10179.0, 10134.0, 10184.0, 10146.0, 10151.0, 10177.0, 10153.0, 10196.0, 10161.0, 10195.0, 10169.0, 10193.0, 10168.0, 10204.0, 10196.0, 10205.0, 10194.0, 10170.0, 10157.0, 10155.0, 10155.0, 10132.0, 10155.0, 10129.0, 10167.0, 10127.0, 10183.0, 10148.0, 10185.0, 10178.0, 10184.0, 10160.0, 10180.0, 10161.0, 10188.0, 10158.0, 10143.0, 10175.0, 10115.0, 10169.0, 10155.0, 10200.0, 10166.0, 10188.0, 10160.0, 10175.0, 10162.0, 10137.0, 10181.0, 10143.0, 10205.0, 10163.0, 10190.0, 10160.0, 10172.0, 10175.0, 10177.0, 10157.0, 10129.0, 10166.0, 10128.0, 10166.0, 10138.0, 10181.0, 10159.0, 10148.0, 10180.0, 10130.0, 10173.0, 10131.0, 10220.0, 10169.0, 10166.0, 10162.0, 10126.0, 10165.0, 10140.0, 10091.0, 10106.0, 10104.0, 10147.0, 10123.0, 10148.0, 10105.0, 10142.0, 10101.0, 10141.0, 10096.0, 10140.0, 10101.0, 10154.0, 10112.0, 10132.0, 10117.0, 10087.0, 10102.0, 10075.0, 10099.0, 10072.0, 10129.0, 10084.0, 10134.0, 10101.0, 10119.0, 10098.0, 10108.0, 10083.0, 10093.0, 10088.0, 10074.0, 10104.0, 10084.0, 10109.0, 10097.0, 10133.0, 10095.0, 10132.0, 10109.0, 10123.0, 10119.0, 10131.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.0021430525164113784</td></tr>
<tr><td colspan=3>aqi</td><td>0.030230614223194747</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.375158270339504</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2799111496056952</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0008716385870757</td></tr>
<tr><td colspan=3>efc</td><td>0.491</td></tr>
<tr><td colspan=3>fber</td><td>6309.9258</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.0881726219819214</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>33</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>3.6105032822757113</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.325810672588172</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.2566436734701494</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.558299302641755</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.162489041652612</td></tr>
<tr><td colspan=3>gcor</td><td>0.00922486</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01831308752298355</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03935777395963669</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>914</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.205899831320231</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.6999998092651367</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>16.1185</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>44.8933</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>213.7813</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>51.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>296088.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>1072.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>422.0685</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.1362</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>522.1341</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3853.5307</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4037.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>80456.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1515.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4959.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>959.8362</td></tr>
<tr><td colspan=3>tsnr</td><td>38.425127050839365</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>