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

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

<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0019_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-0019_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-0019_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-0019/figures/sub-0019_ses-02_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0019/figures/sub-0019_ses-02_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0019/figures/sub-0019_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-0019_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-0019/figures/sub-0019_ses-02_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0019/figures/sub-0019_ses-02_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0019/figures/sub-0019_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-0019_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-0019/figures/sub-0019_ses-02_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0019/figures/sub-0019_ses-02_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0019/figures/sub-0019_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-0019_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-0019/figures/sub-0019_ses-02_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0019/figures/sub-0019_ses-02_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0019/figures/sub-0019_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-0019_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-0019/figures/sub-0019_ses-02_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0019/figures/sub-0019_ses-02_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0019/figures/sub-0019_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-0019_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-0019/figures/sub-0019_ses-02_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0019/figures/sub-0019_ses-02_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0019/figures/sub-0019_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-0019_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-0019/figures/sub-0019_ses-02_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0019/figures/sub-0019_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-0019/figures/sub-0019_ses-02_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0019/figures/sub-0019_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-0019/ses-02/func/sub-0019_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>8a6d1b15c6d5f32c1d150f8611d10020</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:49.622500</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.999958, -0.00602651, 0.00695457, 0.00488672, 0.988117, 0.153623]</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.103527</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>[4163, -7797, -7207, 491, -4, -277, 79, 81]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>252.287</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>2c0d80b3-2cb2-41bc-88b7-2949d51cfbfb||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.6828134059906006, 0.013110723346471786, 0.021053900942206383, 110.6679458618164], [0.016168685629963875, 2.6510467529296875, 0.4146730303764343, -107.55989074707031], [0.018658597022294998, -0.4121595323085785, 2.6678836345672607, -21.747665405273438], [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': ['160849.622500', '160850.082500', '160850.542500', '160851.002500', '160851.462500', '160851.922500', '160852.382500', '160852.842500', '160853.302500', '160853.762500', '160854.222500', '160854.682500', '160855.142500', '160855.602500', '160856.062500', '160856.522500', '160856.982500', '160857.442500', '160857.902500', '160858.362500', '160858.822500', '160859.282500', '160859.742500', '160900.202500', '160900.662500', '160901.122500', '160901.582500', '160902.042500', '160902.502500', '160902.962500', '160903.422500', '160903.882500', '160904.342500', '160904.802500', '160905.262500', '160905.722500', '160906.182500', '160906.642500', '160907.102500', '160907.562500', '160908.022500', '160908.482500', '160908.942500', '160909.402500', '160909.862500', '160910.322500', '160910.782500', '160911.242500', '160911.702500', '160912.162500', '160912.622500', '160913.082500', '160913.542500', '160914.002500', '160914.462500', '160914.922500', '160915.382500', '160915.842500', '160916.302500', '160916.762500', '160917.222500', '160917.682500', '160918.142500', '160918.602500', '160919.062500', '160919.522500', '160919.982500', '160920.442500', '160920.902500', '160921.362500', '160921.822500', '160922.282500', '160922.742500', '160923.202500', '160923.662500', '160924.122500', '160924.582500', '160925.042500', '160925.502500', '160925.962500', '160926.422500', '160926.882500', '160927.342500', '160927.802500', '160928.262500', '160928.722500', '160929.182500', '160929.642500', '160930.102500', '160930.562500', '160931.022500', '160931.482500', '160931.942500', '160932.402500', '160932.862500', '160933.322500', '160933.782500', '160934.242500', '160934.702500', '160935.162500', '160935.622500', '160936.082500', '160936.542500', '160937.002500', '160937.462500', '160937.922500', '160938.382500', '160938.842500', '160939.302500', '160939.762500', '160940.222500', '160940.682500', '160941.142500', '160941.602500', '160942.062500', '160942.522500', '160942.982500', '160943.442500', '160943.902500', '160944.362500', '160944.822500', '160945.282500', '160945.742500', '160946.202500', '160946.662500', '160947.122500', '160947.582500', '160948.042500', '160948.502500', '160948.962500', '160949.422500', '160949.882500', '160950.342500', '160950.802500', '160951.262500', '160951.722500', '160952.182500', '160952.642500', '160953.102500', '160953.562500', '160954.022500', '160954.482500', '160954.942500', '160955.402500', '160955.862500', '160956.322500', '160956.782500', '160957.242500', '160957.702500', '160958.162500', '160958.622500', '160959.082500', '160959.542500', '161000.002500', '161000.462500', '161000.922500', '161001.382500', '161001.842500', '161002.302500', '161002.762500', '161003.222500', '161003.682500', '161004.142500', '161004.602500', '161005.062500', '161005.522500', '161005.982500', '161006.442500', '161006.902500', '161007.362500', '161007.822500', '161008.282500', '161008.742500', '161009.202500', '161009.662500', '161010.122500', '161010.582500', '161011.042500', '161011.502500', '161011.962500', '161012.422500', '161012.882500', '161013.342500', '161013.802500', '161014.262500', '161014.722500', '161015.182500', '161015.642500', '161016.102500', '161016.562500', '161017.022500', '161017.482500', '161017.942500', '161018.402500', '161018.862500', '161019.322500', '161019.782500', '161020.242500', '161020.702500', '161021.162500', '161021.622500', '161022.082500', '161022.542500', '161023.002500', '161023.462500', '161023.922500', '161024.382500', '161024.842500', '161025.302500', '161025.762500', '161026.222500', '161026.682500', '161027.142500', '161027.602500', '161028.062500', '161028.522500', '161028.982500', '161029.442500', '161029.902500', '161030.362500', '161030.822500', '161031.282500', '161031.742500', '161032.202500', '161032.662500', '161033.122500', '161033.582500', '161034.042500', '161034.502500', '161034.962500', '161035.422500', '161035.882500', '161036.342500', '161036.802500', '161037.262500', '161037.722500', '161038.182500', '161038.642500', '161039.102500', '161039.562500', '161040.022500', '161040.482500', '161040.942500', '161041.402500', '161041.862500', '161042.322500', '161042.782500', '161043.242500', '161043.702500', '161044.162500', '161044.622500', '161045.082500', '161045.542500', '161046.002500', '161046.462500', '161046.922500', '161047.382500', '161047.842500', '161048.302500', '161048.762500', '161049.222500', '161049.682500', '161050.142500', '161050.602500', '161051.062500', '161051.522500', '161051.982500', '161052.442500', '161052.902500', '161053.362500', '161053.822500', '161054.282500', '161054.742500', '161055.202500', '161055.662500', '161056.122500', '161056.582500', '161057.042500', '161057.502500', '161057.962500', '161058.422500', '161058.882500', '161059.342500', '161059.802500', '161100.262500', '161100.722500', '161101.182500', '161101.642500', '161102.102500', '161102.562500', '161103.022500', '161103.482500', '161103.942500', '161104.402500', '161104.862500', '161105.322500', '161105.782500', '161106.242500', '161106.702500', '161107.162500', '161107.622500', '161108.082500', '161108.542500', '161109.002500', '161109.462500', '161109.922500', '161110.382500', '161110.842500', '161111.302500', '161111.762500', '161112.222500', '161112.682500', '161113.142500', '161113.602500', '161114.062500', '161114.522500', '161114.982500', '161115.442500', '161115.902500', '161116.362500', '161116.822500', '161117.282500', '161117.742500', '161118.202500', '161118.662500', '161119.122500', '161119.582500', '161120.042500', '161120.502500', '161120.962500', '161121.422500', '161121.882500', '161122.342500', '161122.802500', '161123.262500', '161123.722500', '161124.182500', '161124.642500', '161125.102500', '161125.562500', '161126.022500', '161126.482500', '161126.942500', '161127.402500', '161127.862500', '161128.322500', '161128.782500', '161129.242500', '161129.702500', '161130.162500', '161130.622500', '161131.082500', '161131.542500', '161132.002500', '161132.462500', '161132.922500', '161133.382500', '161133.842500', '161134.302500', '161134.762500', '161135.222500', '161135.682500', '161136.142500', '161136.602500', '161137.062500', '161137.522500', '161137.982500', '161138.442500', '161138.902500', '161139.362500', '161139.822500', '161140.282500', '161140.742500', '161141.202500', '161141.662500', '161142.122500', '161142.582500', '161143.042500', '161143.502500', '161143.962500', '161144.422500', '161144.882500', '161145.342500', '161145.802500', '161146.262500', '161146.722500', '161147.182500', '161147.642500', '161148.102500', '161148.562500', '161149.022500', '161149.482500', '161149.942500', '161150.402500', '161150.862500', '161151.322500', '161151.782500', '161152.242500', '161152.702500', '161153.162500', '161153.622500', '161154.082500', '161154.542500', '161155.002500', '161155.462500', '161155.922500', '161156.382500', '161156.842500', '161157.302500', '161157.762500', '161158.222500', '161158.682500', '161159.142500', '161159.602500', '161200.062500', '161200.522500', '161200.982500', '161201.442500', '161201.902500', '161202.362500', '161202.822500', '161203.282500', '161203.742500', '161204.202500', '161204.662500', '161205.122500', '161205.582500', '161206.042500', '161206.502500', '161206.962500', '161207.422500', '161207.882500', '161208.342500', '161208.802500', '161209.262500', '161209.722500', '161210.182500', '161210.642500', '161211.102500', '161211.562500', '161212.022500', '161212.482500', '161212.942500', '161213.402500', '161213.862500', '161214.322500', '161214.782500', '161215.242500', '161215.702500', '161216.162500', '161216.622500', '161217.082500', '161217.542500', '161218.002500', '161218.462500', '161218.922500', '161219.382500', '161219.842500', '161220.302500', '161220.762500', '161221.222500', '161221.682500', '161222.142500', '161222.602500', '161223.062500', '161223.522500', '161223.982500', '161224.442500', '161224.902500', '161225.362500', '161225.822500', '161226.282500', '161226.742500', '161227.202500', '161227.662500', '161228.122500', '161228.582500', '161229.042500', '161229.502500', '161229.962500', '161230.422500', '161230.882500', '161231.342500', '161231.802500', '161232.262500', '161232.722500', '161233.182500', '161233.642500', '161234.102500', '161234.562500', '161235.022500', '161235.482500', '161235.942500', '161236.402500', '161236.862500', '161237.322500', '161237.782500', '161238.242500', '161238.702500', '161239.162500', '161239.622500', '161240.082500', '161240.542500', '161241.002500', '161241.462500', '161241.922500', '161242.382500', '161242.842500', '161243.302500', '161243.762500', '161244.222500', '161244.682500', '161245.142500', '161245.602500', '161246.062500', '161246.522500', '161246.982500', '161247.442500', '161247.902500', '161248.362500', '161248.822500', '161249.282500', '161249.742500', '161250.202500', '161250.662500', '161251.122500', '161251.582500', '161252.042500', '161252.502500', '161252.962500', '161253.422500', '161253.882500', '161254.342500', '161254.802500', '161255.262500', '161255.722500', '161256.182500', '161256.642500', '161257.102500', '161257.562500', '161258.022500', '161258.482500', '161258.942500', '161259.402500', '161259.862500', '161300.322500', '161300.782500', '161301.242500', '161301.702500', '161302.162500', '161302.622500', '161303.082500', '161303.542500', '161304.002500', '161304.462500', '161304.922500', '161305.382500', '161305.842500', '161306.302500', '161306.762500', '161307.222500', '161307.682500', '161308.142500', '161308.602500', '161309.062500', '161309.522500', '161309.982500', '161310.442500', '161310.902500', '161311.362500', '161311.822500', '161312.282500', '161312.742500', '161313.202500', '161313.662500', '161314.122500', '161314.582500', '161315.042500', '161315.502500', '161315.962500', '161316.422500', '161316.882500', '161317.342500', '161317.802500', '161318.262500', '161318.722500', '161319.182500', '161319.642500', '161320.102500', '161320.562500', '161321.022500', '161321.482500', '161321.942500', '161322.402500', '161322.862500', '161323.322500', '161323.782500', '161324.242500', '161324.702500', '161325.162500', '161325.622500', '161326.082500', '161326.542500', '161327.002500', '161327.462500', '161327.922500', '161328.382500', '161328.842500', '161329.302500', '161329.762500', '161330.222500', '161330.682500', '161331.142500', '161331.602500', '161332.062500', '161332.522500', '161332.982500', '161333.442500', '161333.902500', '161334.362500', '161334.822500', '161335.282500', '161335.742500', '161336.202500', '161336.662500', '161337.122500', '161337.582500', '161338.042500', '161338.502500', '161338.962500', '161339.422500', '161339.882500', '161340.342500', '161340.802500', '161341.262500', '161341.722500', '161342.182500', '161342.642500', '161343.102500', '161343.562500', '161344.022500', '161344.482500', '161344.942500', '161345.402500', '161345.862500', '161346.322500', '161346.782500', '161347.242500', '161347.702500', '161348.162500', '161348.622500', '161349.082500', '161349.542500', '161350.002500', '161350.462500', '161350.922500', '161351.382500', '161351.842500', '161352.302500', '161352.762500', '161353.222500', '161353.682500', '161354.142500', '161354.602500', '161355.062500', '161355.522500', '161355.982500', '161356.442500', '161356.902500', '161357.362500', '161357.822500', '161358.282500', '161358.742500', '161359.202500', '161359.662500', '161400.122500', '161400.582500', '161401.042500', '161401.502500', '161401.962500', '161402.422500', '161402.882500', '161403.342500', '161403.802500', '161404.262500', '161404.722500', '161405.182500', '161405.642500', '161406.102500', '161406.562500', '161407.022500', '161407.482500', '161407.942500', '161408.402500', '161408.862500', '161409.322500', '161409.782500', '161410.242500', '161410.702500', '161411.162500', '161411.622500', '161412.082500', '161412.542500', '161413.002500', '161413.462500', '161413.922500', '161414.382500', '161414.842500', '161415.302500', '161415.762500', '161416.222500', '161416.682500', '161417.142500', '161417.602500', '161418.062500', '161418.522500', '161418.982500', '161419.442500', '161419.902500', '161420.362500', '161420.822500', '161421.282500', '161421.742500', '161422.202500', '161422.662500', '161423.122500', '161423.582500', '161424.042500', '161424.502500', '161424.962500', '161425.422500', '161425.882500', '161426.342500', '161426.802500', '161427.262500', '161427.722500', '161428.182500', '161428.642500', '161429.102500', '161429.562500', '161430.022500', '161430.482500', '161430.942500', '161431.402500', '161431.862500', '161432.322500', '161432.782500', '161433.242500', '161433.702500', '161434.162500', '161434.622500', '161435.082500', '161435.542500', '161436.002500', '161436.462500', '161436.922500', '161437.382500', '161437.842500', '161438.302500', '161438.762500', '161439.222500', '161439.682500', '161440.142500', '161440.602500', '161441.062500', '161441.522500', '161441.982500', '161442.442500', '161442.902500', '161443.362500', '161443.822500', '161444.282500', '161444.742500', '161445.202500', '161445.662500', '161446.122500', '161446.582500', '161447.042500', '161447.502500', '161447.962500', '161448.422500', '161448.882500', '161449.342500', '161449.802500', '161450.262500', '161450.722500', '161451.182500', '161451.642500', '161452.102500', '161452.562500', '161453.022500', '161453.482500', '161453.942500', '161454.402500', '161454.862500', '161455.322500', '161455.782500', '161456.242500', '161456.702500', '161457.162500', '161457.622500', '161458.082500', '161458.542500', '161459.002500', '161459.462500', '161459.922500', '161500.382500', '161500.842500', '161501.302500', '161501.762500', '161502.222500', '161502.682500', '161503.142500', '161503.602500', '161504.062500', '161504.522500', '161504.982500', '161505.442500', '161505.902500', '161506.362500', '161506.822500', '161507.282500', '161507.742500', '161508.202500', '161508.662500', '161509.122500', '161509.582500', '161510.042500', '161510.502500', '161510.962500', '161511.422500', '161511.882500', '161512.342500', '161512.802500', '161513.262500', '161513.722500', '161514.182500', '161514.642500', '161515.102500', '161515.562500', '161516.022500', '161516.482500', '161516.942500', '161517.402500', '161517.862500', '161518.322500', '161518.782500', '161519.242500', '161519.702500', '161520.162500', '161520.622500', '161521.082500', '161521.542500', '161522.002500', '161522.462500', '161522.922500', '161523.382500', '161523.842500', '161524.302500', '161524.762500', '161525.222500', '161525.682500', '161526.142500', '161526.602500', '161527.062500', '161527.522500', '161527.982500', '161528.442500', '161528.902500', '161529.362500', '161529.822500', '161530.282500', '161530.742500', '161531.202500', '161531.662500', '161532.122500', '161532.582500', '161533.042500', '161533.502500', '161533.962500', '161534.422500', '161534.882500', '161535.342500', '161535.802500', '161536.262500', '161536.722500', '161537.182500', '161537.642500', '161538.102500', '161538.562500', '161539.022500', '161539.482500', '161539.942500', '161540.402500', '161540.862500', '161541.322500', '161541.782500', '161542.242500', '161542.702500', '161543.162500', '161543.622500', '161544.082500', '161544.542500', '161545.002500', '161545.462500', '161545.922500', '161546.382500', '161546.842500', '161547.302500', '161547.762500', '161548.222500', '161548.682500', '161549.142500', '161549.602500'], 'ContentTime': ['160904.099000', '160904.102000', '160904.105000', '160904.108000', '160904.111000', '160904.114000', '160904.117000', '160904.120000', '160904.123000', '160904.126000', '160904.129000', '160904.132000', '160904.135000', '160904.153000', '160904.156000', '160904.159000', '160904.162000', '160904.166000', '160904.169000', '160904.178000', '160904.181000', '160904.184000', '160904.187000', '160904.191000', '160904.194000', '160904.197000', '160904.200000', '160904.202000', '160904.205000', '160904.209000', '160904.212000', '160924.067000', '160924.070000', '160924.073000', '160924.076000', '160924.079000', '160924.082000', '160924.085000', '160924.088000', '160924.091000', '160924.093000', '160924.096000', '160924.099000', '160924.102000', '160924.110000', '160924.113000', '160924.116000', '160924.119000', '160924.121000', '160924.124000', '160924.127000', '160924.130000', '160924.133000', '160924.136000', '160924.139000', '160924.142000', '160924.145000', '160924.148000', '160924.151000', '160924.154000', '160924.156000', '160924.159000', '160924.162000', '160924.165000', '160924.168000', '160924.171000', '160924.174000', '160924.177000', '160924.180000', '160924.183000', '160924.186000', '160924.188000', '160924.191000', '160924.194000', '160944.067000', '160944.070000', '160944.073000', '160944.076000', '160944.079000', '160944.082000', '160944.084000', '160944.087000', '160944.090000', '160944.093000', '160944.096000', '160944.099000', '160944.102000', '160944.105000', '160944.114000', '160944.122000', '160944.125000', '160944.128000', '160944.130000', '160944.133000', '160944.136000', '160944.139000', '160944.142000', '160944.145000', '160944.148000', '160944.151000', '160944.154000', '160944.157000', '160944.160000', '160944.163000', '160944.166000', '160944.169000', '160944.172000', '160944.174000', '160944.177000', '160944.180000', '160944.183000', '160944.186000', '160944.189000', '160944.192000', '160944.195000', '160944.198000', '160944.201000', '160944.204000', '161004.067000', '161004.070000', '161004.086000', '161004.089000', '161004.092000', '161004.095000', '161004.098000', '161004.101000', '161004.104000', '161004.107000', '161004.110000', '161004.113000', '161004.116000', '161004.118000', '161004.121000', '161004.124000', '161004.127000', '161004.130000', '161004.133000', '161004.136000', '161004.139000', '161004.142000', '161004.145000', '161004.148000', '161004.151000', '161004.153000', '161004.157000', '161004.159000', '161004.162000', '161004.165000', '161004.168000', '161004.171000', '161004.174000', '161004.177000', '161004.180000', '161004.183000', '161004.186000', '161004.189000', '161004.192000', '161004.195000', '161004.198000', '161004.201000', '161004.204000', '161024.067000', '161024.070000', '161024.073000', '161024.076000', '161024.079000', '161024.082000', '161024.085000', '161024.088000', '161024.091000', '161024.094000', '161024.096000', '161024.100000', '161024.102000', '161024.105000', '161024.108000', '161024.111000', '161024.114000', '161024.117000', '161024.120000', '161024.123000', '161024.126000', '161024.129000', '161024.132000', '161024.135000', '161024.138000', '161024.140000', '161024.143000', '161024.146000', '161024.149000', '161024.152000', '161024.155000', '161024.158000', '161024.161000', '161024.164000', '161024.167000', '161024.170000', '161024.173000', '161024.176000', '161024.179000', '161024.182000', '161024.184000', '161024.187000', '161024.190000', '161044.068000', '161044.071000', '161044.074000', '161044.077000', '161044.080000', '161044.083000', '161044.086000', '161044.089000', '161044.092000', '161044.095000', '161044.098000', '161044.101000', '161044.103000', '161044.106000', '161044.109000', '161044.112000', '161044.115000', '161044.118000', '161044.121000', '161044.124000', '161044.127000', '161044.130000', '161044.133000', '161044.136000', '161044.139000', '161044.142000', '161044.145000', '161044.148000', '161044.150000', '161044.153000', '161044.156000', '161044.159000', '161044.162000', '161044.165000', '161044.168000', '161044.171000', '161044.186000', '161044.189000', '161044.192000', '161044.195000', '161044.198000', '161044.201000', '161044.204000', '161044.207000', '161104.068000', '161104.071000', '161104.074000', '161104.077000', '161104.080000', '161104.083000', '161104.086000', '161104.089000', '161104.092000', '161104.097000', '161104.101000', '161104.103000', '161104.106000', '161104.109000', '161104.112000', '161104.115000', '161104.118000', '161104.121000', '161104.124000', '161104.127000', '161104.130000', '161104.133000', '161104.136000', '161104.139000', '161104.142000', '161104.145000', '161104.148000', '161104.151000', '161104.153000', '161104.156000', '161104.159000', '161104.162000', '161104.165000', '161104.168000', '161104.171000', '161104.174000', '161104.177000', '161104.180000', '161104.183000', '161104.186000', '161104.189000', '161104.192000', '161104.195000', '161124.067000', '161124.070000', '161124.073000', '161124.076000', '161124.079000', '161124.082000', '161124.085000', '161124.088000', '161124.091000', '161124.094000', '161124.097000', '161124.100000', '161124.103000', '161124.106000', '161124.109000', '161124.112000', '161124.115000', '161124.118000', '161124.121000', '161124.124000', '161124.127000', '161124.130000', '161124.133000', '161124.136000', '161124.138000', '161124.142000', '161124.144000', '161124.147000', '161124.150000', '161124.153000', '161124.156000', '161124.159000', '161124.162000', '161124.165000', '161124.168000', '161124.171000', '161124.174000', '161124.177000', '161124.180000', '161124.183000', '161124.186000', '161124.189000', '161124.192000', '161124.194000', '161144.067000', '161144.070000', '161144.073000', '161144.076000', '161144.079000', '161144.082000', '161144.085000', '161144.088000', '161144.091000', '161144.095000', '161144.098000', '161144.101000', '161144.104000', '161144.107000', '161144.109000', '161144.112000', '161144.115000', '161144.118000', '161144.121000', '161144.124000', '161144.127000', '161144.130000', '161144.133000', '161144.136000', '161144.139000', '161144.142000', '161144.145000', '161144.148000', '161144.151000', '161144.154000', '161144.157000', '161144.160000', '161144.163000', '161144.166000', '161144.169000', '161144.172000', '161144.175000', '161144.178000', '161144.181000', '161144.184000', '161144.186000', '161144.189000', '161144.192000', '161204.067000', '161204.070000', '161204.073000', '161204.076000', '161204.079000', '161204.082000', '161204.085000', '161204.088000', '161204.091000', '161204.094000', '161204.097000', '161204.100000', '161204.103000', '161204.106000', '161204.108000', '161204.111000', '161204.115000', '161204.117000', '161204.120000', '161204.123000', '161204.126000', '161204.129000', '161204.132000', '161204.135000', '161204.138000', '161204.141000', '161204.144000', '161204.147000', '161204.150000', '161204.153000', '161204.156000', '161204.158000', '161204.162000', '161204.164000', '161204.167000', '161204.170000', '161204.173000', '161204.176000', '161204.179000', '161204.182000', '161204.185000', '161204.188000', '161204.191000', '161204.194000', '161224.067000', '161224.070000', '161224.073000', '161224.076000', '161224.079000', '161224.082000', '161224.091000', '161224.095000', '161224.097000', '161224.100000', '161224.103000', '161224.106000', '161224.109000', '161224.112000', '161224.115000', '161224.118000', '161224.121000', '161224.141000', '161224.144000', '161224.147000', '161224.151000', '161224.154000', '161224.158000', '161224.161000', '161224.164000', '161224.167000', '161224.169000', '161224.172000', '161224.175000', '161224.178000', '161224.181000', '161224.184000', '161224.187000', '161224.190000', '161224.193000', '161224.196000', '161224.205000', '161224.208000', '161224.211000', '161224.214000', '161224.217000', '161224.220000', '161224.222000', '161244.067000', '161244.070000', '161244.073000', '161244.076000', '161244.079000', '161244.082000', '161244.085000', '161244.088000', '161244.091000', '161244.094000', '161244.096000', '161244.100000', '161244.102000', '161244.105000', '161244.108000', '161244.111000', '161244.114000', '161244.117000', '161244.120000', '161244.123000', '161244.126000', '161244.129000', '161244.132000', '161244.135000', '161244.138000', '161244.141000', '161244.143000', '161244.147000', '161244.149000', '161244.152000', '161244.155000', '161244.158000', '161244.161000', '161244.164000', '161244.167000', '161244.170000', '161244.173000', '161244.176000', '161244.179000', '161244.182000', '161244.185000', '161244.188000', '161244.191000', '161244.194000', '161304.068000', '161304.071000', '161304.075000', '161304.078000', '161304.081000', '161304.084000', '161304.087000', '161304.090000', '161304.093000', '161304.096000', '161304.099000', '161304.102000', '161304.105000', '161304.108000', '161304.111000', '161304.114000', '161304.117000', '161304.120000', '161304.123000', '161304.125000', '161304.128000', '161304.132000', '161304.135000', '161304.137000', '161304.140000', '161304.144000', '161304.148000', '161304.152000', '161304.155000', '161304.158000', '161304.161000', '161304.164000', '161304.167000', '161304.170000', '161304.173000', '161304.176000', '161304.179000', '161304.182000', '161304.184000', '161304.188000', '161304.190000', '161304.193000', '161304.196000', '161324.068000', '161324.071000', '161324.074000', '161324.077000', '161324.080000', '161324.083000', '161324.086000', '161324.089000', '161324.092000', '161324.095000', '161324.098000', '161324.101000', '161324.104000', '161324.106000', '161324.110000', '161324.113000', '161324.116000', '161324.119000', '161324.122000', '161324.125000', '161324.128000', '161324.130000', '161324.133000', '161324.136000', '161324.139000', '161324.142000', '161324.145000', '161324.148000', '161324.151000', '161324.154000', '161324.157000', '161324.160000', '161324.163000', '161324.166000', '161324.169000', '161324.172000', '161324.175000', '161324.178000', '161324.181000', '161324.184000', '161324.187000', '161324.190000', '161324.193000', '161324.196000', '161344.067000', '161344.071000', '161344.074000', '161344.077000', '161344.080000', '161344.084000', '161344.087000', '161344.090000', '161344.093000', '161344.096000', '161344.099000', '161344.102000', '161344.106000', '161344.109000', '161344.112000', '161344.115000', '161344.118000', '161344.121000', '161344.124000', '161344.127000', '161344.131000', '161344.134000', '161344.136000', '161344.139000', '161344.142000', '161344.145000', '161344.148000', '161344.151000', '161344.154000', '161344.157000', '161344.160000', '161344.164000', '161344.167000', '161344.170000', '161344.173000', '161344.176000', '161344.179000', '161344.182000', '161344.185000', '161344.188000', '161344.191000', '161344.194000', '161344.214000', '161404.067000', '161404.070000', '161404.073000', '161404.076000', '161404.079000', '161404.082000', '161404.085000', '161404.088000', '161404.091000', '161404.094000', '161404.097000', '161404.100000', '161404.103000', '161404.113000', '161404.115000', '161404.118000', '161404.121000', '161404.124000', '161404.127000', '161404.130000', '161404.133000', '161404.136000', '161404.141000', '161404.144000', '161404.147000', '161404.150000', '161404.153000', '161404.156000', '161404.159000', '161404.162000', '161404.165000', '161404.168000', '161404.171000', '161404.174000', '161404.177000', '161404.180000', '161404.182000', '161404.186000', '161404.188000', '161404.191000', '161404.194000', '161404.197000', '161404.200000', '161404.203000', '161424.067000', '161424.070000', '161424.073000', '161424.076000', '161424.079000', '161424.082000', '161424.085000', '161424.088000', '161424.091000', '161424.094000', '161424.097000', '161424.100000', '161424.103000', '161424.106000', '161424.108000', '161424.112000', '161424.115000', '161424.118000', '161424.121000', '161424.125000', '161424.128000', '161424.130000', '161424.133000', '161424.136000', '161424.139000', '161424.142000', '161424.145000', '161424.148000', '161424.151000', '161424.154000', '161424.157000', '161424.160000', '161424.163000', '161424.166000', '161424.169000', '161424.172000', '161424.175000', '161424.178000', '161424.181000', '161424.184000', '161424.187000', '161424.190000', '161424.193000', '161444.067000', '161444.070000', '161444.073000', '161444.076000', '161444.079000', '161444.082000', '161444.085000', '161444.088000', '161444.091000', '161444.094000', '161444.097000', '161444.100000', '161444.103000', '161444.106000', '161444.108000', '161444.111000', '161444.114000', '161444.117000', '161444.120000', '161444.123000', '161444.126000', '161444.129000', '161444.132000', '161444.135000', '161444.138000', '161444.141000', '161444.144000', '161444.147000', '161444.150000', '161444.153000', '161444.155000', '161444.158000', '161444.161000', '161444.164000', '161444.167000', '161444.170000', '161444.173000', '161444.176000', '161444.179000', '161444.182000', '161444.185000', '161444.188000', '161444.191000', '161444.194000', '161504.067000', '161504.070000', '161504.073000', '161504.076000', '161504.079000', '161504.082000', '161504.085000', '161504.088000', '161504.091000', '161504.094000', '161504.097000', '161504.100000', '161504.103000', '161504.106000', '161504.109000', '161504.112000', '161504.115000', '161504.118000', '161504.121000', '161504.124000', '161504.126000', '161504.129000', '161504.132000', '161504.135000', '161504.138000', '161504.141000', '161504.144000', '161504.147000', '161504.150000', '161504.153000', '161504.156000', '161504.159000', '161504.162000', '161504.165000', '161504.168000', '161504.171000', '161504.174000', '161504.176000', '161504.180000', '161504.183000', '161504.185000', '161504.188000', '161504.191000', '161524.068000', '161524.071000', '161524.074000', '161524.077000', '161524.080000', '161524.083000', '161524.086000', '161524.089000', '161524.092000', '161524.112000', '161524.115000', '161524.118000', '161524.121000', '161524.124000', '161524.126000', '161524.129000', '161524.132000', '161524.135000', '161524.138000', '161524.142000', '161524.145000', '161524.147000', '161524.150000', '161524.153000', '161524.156000', '161524.159000', '161524.162000', '161524.165000', '161524.168000', '161524.171000', '161524.174000', '161524.177000', '161524.180000', '161524.183000', '161524.186000', '161524.189000', '161524.192000', '161524.194000', '161524.197000', '161524.200000', '161524.203000', '161524.206000', '161524.209000', '161524.212000', '161544.068000', '161544.071000', '161544.074000', '161544.077000', '161544.080000', '161544.083000', '161544.086000', '161544.089000', '161544.092000', '161544.095000', '161544.098000', '161544.101000', '161544.104000', '161544.107000', '161544.110000', '161544.113000', '161544.116000', '161544.119000', '161544.122000', '161544.125000', '161544.127000', '161544.130000', '161544.134000', '161544.136000', '161544.139000', '161544.142000', '161544.145000', '161544.148000', '161544.152000', '161544.155000', '161544.158000', '161544.161000', '161544.164000', '161544.167000', '161544.170000', '161544.173000', '161544.176000', '161544.179000', '161544.182000', '161544.185000', '161544.188000', '161544.191000', '161544.193000', '161550.257000', '161550.260000', '161550.264000', '161550.266000', '161550.269000', '161550.272000', '161550.275000', '161550.278000', '161550.281000', '161550.284000', '161550.287000', '161550.290000', '161550.293000', '161550.296000'], 'InstanceCreationTime': ['160904.099000', '160904.102000', '160904.105000', '160904.108000', '160904.111000', '160904.114000', '160904.117000', '160904.120000', '160904.123000', '160904.126000', '160904.129000', '160904.132000', '160904.135000', '160904.153000', '160904.156000', '160904.159000', '160904.162000', '160904.166000', '160904.169000', '160904.178000', '160904.181000', '160904.184000', '160904.187000', '160904.191000', '160904.194000', '160904.197000', '160904.200000', '160904.202000', '160904.205000', '160904.209000', '160904.212000', '160924.067000', '160924.070000', '160924.073000', '160924.076000', '160924.079000', '160924.082000', '160924.085000', '160924.088000', '160924.091000', '160924.093000', '160924.096000', '160924.099000', '160924.102000', '160924.110000', '160924.113000', '160924.116000', '160924.119000', '160924.121000', '160924.124000', '160924.127000', '160924.130000', '160924.133000', '160924.136000', '160924.139000', '160924.142000', '160924.145000', '160924.148000', '160924.151000', '160924.154000', '160924.156000', '160924.159000', '160924.162000', '160924.165000', '160924.168000', '160924.171000', '160924.174000', '160924.177000', '160924.180000', '160924.183000', '160924.186000', '160924.188000', '160924.191000', '160924.194000', '160944.067000', '160944.070000', '160944.073000', '160944.076000', '160944.079000', '160944.082000', '160944.084000', '160944.087000', '160944.090000', '160944.093000', '160944.096000', '160944.099000', '160944.102000', '160944.105000', '160944.114000', '160944.122000', '160944.125000', '160944.128000', '160944.130000', '160944.133000', '160944.136000', '160944.139000', '160944.142000', '160944.145000', '160944.148000', '160944.151000', '160944.154000', '160944.157000', '160944.160000', '160944.163000', '160944.166000', '160944.169000', '160944.172000', '160944.174000', '160944.177000', '160944.180000', '160944.183000', '160944.186000', '160944.189000', '160944.192000', '160944.195000', '160944.198000', '160944.201000', '160944.204000', '161004.067000', '161004.070000', '161004.086000', '161004.089000', '161004.092000', '161004.095000', '161004.098000', '161004.101000', '161004.104000', '161004.107000', '161004.110000', '161004.113000', '161004.116000', '161004.118000', '161004.121000', '161004.124000', '161004.127000', '161004.130000', '161004.133000', '161004.136000', '161004.139000', '161004.142000', '161004.145000', '161004.148000', '161004.151000', '161004.153000', '161004.157000', '161004.159000', '161004.162000', '161004.165000', '161004.168000', '161004.171000', '161004.174000', '161004.177000', '161004.180000', '161004.183000', '161004.186000', '161004.189000', '161004.192000', '161004.195000', '161004.198000', '161004.201000', '161004.204000', '161024.067000', '161024.070000', '161024.073000', '161024.076000', '161024.079000', '161024.082000', '161024.085000', '161024.088000', '161024.091000', '161024.094000', '161024.096000', '161024.100000', '161024.102000', '161024.105000', '161024.108000', '161024.111000', '161024.114000', '161024.117000', '161024.120000', '161024.123000', '161024.126000', '161024.129000', '161024.132000', '161024.135000', '161024.138000', '161024.140000', '161024.143000', '161024.146000', '161024.149000', '161024.152000', '161024.155000', '161024.158000', '161024.161000', '161024.164000', '161024.167000', '161024.170000', '161024.173000', '161024.176000', '161024.179000', '161024.182000', '161024.184000', '161024.187000', '161024.190000', '161044.068000', '161044.071000', '161044.074000', '161044.077000', '161044.080000', '161044.083000', '161044.086000', '161044.089000', '161044.092000', '161044.095000', '161044.098000', '161044.101000', '161044.103000', '161044.106000', '161044.109000', '161044.112000', '161044.115000', '161044.118000', '161044.121000', '161044.124000', '161044.127000', '161044.130000', '161044.133000', '161044.136000', '161044.139000', '161044.142000', '161044.145000', '161044.148000', '161044.150000', '161044.153000', '161044.156000', '161044.159000', '161044.162000', '161044.165000', '161044.168000', '161044.171000', '161044.186000', '161044.189000', '161044.192000', '161044.195000', '161044.198000', '161044.201000', '161044.204000', '161044.207000', '161104.068000', '161104.071000', '161104.074000', '161104.077000', '161104.080000', '161104.083000', '161104.086000', '161104.089000', '161104.092000', '161104.097000', '161104.101000', '161104.103000', '161104.106000', '161104.109000', '161104.112000', '161104.115000', '161104.118000', '161104.121000', '161104.124000', '161104.127000', '161104.130000', '161104.133000', '161104.136000', '161104.139000', '161104.142000', '161104.145000', '161104.148000', '161104.151000', '161104.153000', '161104.156000', '161104.159000', '161104.162000', '161104.165000', '161104.168000', '161104.171000', '161104.174000', '161104.177000', '161104.180000', '161104.183000', '161104.186000', '161104.189000', '161104.192000', '161104.195000', '161124.067000', '161124.070000', '161124.073000', '161124.076000', '161124.079000', '161124.082000', '161124.085000', '161124.088000', '161124.091000', '161124.094000', '161124.097000', '161124.100000', '161124.103000', '161124.106000', '161124.109000', '161124.112000', '161124.115000', '161124.118000', '161124.121000', '161124.124000', '161124.127000', '161124.130000', '161124.133000', '161124.136000', '161124.138000', '161124.142000', '161124.144000', '161124.147000', '161124.150000', '161124.153000', '161124.156000', '161124.159000', '161124.162000', '161124.165000', '161124.168000', '161124.171000', '161124.174000', '161124.177000', '161124.180000', '161124.183000', '161124.186000', '161124.189000', '161124.192000', '161124.194000', '161144.067000', '161144.070000', '161144.073000', '161144.076000', '161144.079000', '161144.082000', '161144.085000', '161144.088000', '161144.091000', '161144.095000', '161144.098000', '161144.101000', '161144.104000', '161144.107000', '161144.109000', '161144.112000', '161144.115000', '161144.118000', '161144.121000', '161144.124000', '161144.127000', '161144.130000', '161144.133000', '161144.136000', '161144.139000', '161144.142000', '161144.145000', '161144.148000', '161144.151000', '161144.154000', '161144.157000', '161144.160000', '161144.163000', '161144.166000', '161144.169000', '161144.172000', '161144.175000', '161144.178000', '161144.181000', '161144.184000', '161144.186000', '161144.189000', '161144.192000', '161204.067000', '161204.070000', '161204.073000', '161204.076000', '161204.079000', '161204.082000', '161204.085000', '161204.088000', '161204.091000', '161204.094000', '161204.097000', '161204.100000', '161204.103000', '161204.106000', '161204.108000', '161204.111000', '161204.115000', '161204.117000', '161204.120000', '161204.123000', '161204.126000', '161204.129000', '161204.132000', '161204.135000', '161204.138000', '161204.141000', '161204.144000', '161204.147000', '161204.150000', '161204.153000', '161204.156000', '161204.158000', '161204.162000', '161204.164000', '161204.167000', '161204.170000', '161204.173000', '161204.176000', '161204.179000', '161204.182000', '161204.185000', '161204.188000', '161204.191000', '161204.194000', '161224.067000', '161224.070000', '161224.073000', '161224.076000', '161224.079000', '161224.082000', '161224.091000', '161224.095000', '161224.097000', '161224.100000', '161224.103000', '161224.106000', '161224.109000', '161224.112000', '161224.115000', '161224.118000', '161224.121000', '161224.141000', '161224.144000', '161224.147000', '161224.151000', '161224.154000', '161224.158000', '161224.161000', '161224.164000', '161224.167000', '161224.169000', '161224.172000', '161224.175000', '161224.178000', '161224.181000', '161224.184000', '161224.187000', '161224.190000', '161224.193000', '161224.196000', '161224.205000', '161224.208000', '161224.211000', '161224.214000', '161224.217000', '161224.220000', '161224.222000', '161244.067000', '161244.070000', '161244.073000', '161244.076000', '161244.079000', '161244.082000', '161244.085000', '161244.088000', '161244.091000', '161244.094000', '161244.096000', '161244.100000', '161244.102000', '161244.105000', '161244.108000', '161244.111000', '161244.114000', '161244.117000', '161244.120000', '161244.123000', '161244.126000', '161244.129000', '161244.132000', '161244.135000', '161244.138000', '161244.141000', '161244.143000', '161244.147000', '161244.149000', '161244.152000', '161244.155000', '161244.158000', '161244.161000', '161244.164000', '161244.167000', '161244.170000', '161244.173000', '161244.176000', '161244.179000', '161244.182000', '161244.185000', '161244.188000', '161244.191000', '161244.194000', '161304.068000', '161304.071000', '161304.075000', '161304.078000', '161304.081000', '161304.084000', '161304.087000', '161304.090000', '161304.093000', '161304.096000', '161304.099000', '161304.102000', '161304.105000', '161304.108000', '161304.111000', '161304.114000', '161304.117000', '161304.120000', '161304.123000', '161304.125000', '161304.128000', '161304.132000', '161304.135000', '161304.137000', '161304.140000', '161304.144000', '161304.148000', '161304.152000', '161304.155000', '161304.158000', '161304.161000', '161304.164000', '161304.167000', '161304.170000', '161304.173000', '161304.176000', '161304.179000', '161304.182000', '161304.184000', '161304.188000', '161304.190000', '161304.193000', '161304.196000', '161324.068000', '161324.071000', '161324.074000', '161324.077000', '161324.080000', '161324.083000', '161324.086000', '161324.089000', '161324.092000', '161324.095000', '161324.098000', '161324.101000', '161324.104000', '161324.106000', '161324.110000', '161324.113000', '161324.116000', '161324.119000', '161324.122000', '161324.125000', '161324.128000', '161324.130000', '161324.133000', '161324.136000', '161324.139000', '161324.142000', '161324.145000', '161324.148000', '161324.151000', '161324.154000', '161324.157000', '161324.160000', '161324.163000', '161324.166000', '161324.169000', '161324.172000', '161324.175000', '161324.178000', '161324.181000', '161324.184000', '161324.187000', '161324.190000', '161324.193000', '161324.196000', '161344.067000', '161344.071000', '161344.074000', '161344.077000', '161344.080000', '161344.084000', '161344.087000', '161344.090000', '161344.093000', '161344.096000', '161344.099000', '161344.102000', '161344.106000', '161344.109000', '161344.112000', '161344.115000', '161344.118000', '161344.121000', '161344.124000', '161344.127000', '161344.131000', '161344.134000', '161344.136000', '161344.139000', '161344.142000', '161344.145000', '161344.148000', '161344.151000', '161344.154000', '161344.157000', '161344.160000', '161344.164000', '161344.167000', '161344.170000', '161344.173000', '161344.176000', '161344.179000', '161344.182000', '161344.185000', '161344.188000', '161344.191000', '161344.194000', '161344.214000', '161404.067000', '161404.070000', '161404.073000', '161404.076000', '161404.079000', '161404.082000', '161404.085000', '161404.088000', '161404.091000', '161404.094000', '161404.097000', '161404.100000', '161404.103000', '161404.113000', '161404.115000', '161404.118000', '161404.121000', '161404.124000', '161404.127000', '161404.130000', '161404.133000', '161404.136000', '161404.141000', '161404.144000', '161404.147000', '161404.150000', '161404.153000', '161404.156000', '161404.159000', '161404.162000', '161404.165000', '161404.168000', '161404.171000', '161404.174000', '161404.177000', '161404.180000', '161404.182000', '161404.186000', '161404.188000', '161404.191000', '161404.194000', '161404.197000', '161404.200000', '161404.203000', '161424.067000', '161424.070000', '161424.073000', '161424.076000', '161424.079000', '161424.082000', '161424.085000', '161424.088000', '161424.091000', '161424.094000', '161424.097000', '161424.100000', '161424.103000', '161424.106000', '161424.108000', '161424.112000', '161424.115000', '161424.118000', '161424.121000', '161424.125000', '161424.128000', '161424.130000', '161424.133000', '161424.136000', '161424.139000', '161424.142000', '161424.145000', '161424.148000', '161424.151000', '161424.154000', '161424.157000', '161424.160000', '161424.163000', '161424.166000', '161424.169000', '161424.172000', '161424.175000', '161424.178000', '161424.181000', '161424.184000', '161424.187000', '161424.190000', '161424.193000', '161444.067000', '161444.070000', '161444.073000', '161444.076000', '161444.079000', '161444.082000', '161444.085000', '161444.088000', '161444.091000', '161444.094000', '161444.097000', '161444.100000', '161444.103000', '161444.106000', '161444.108000', '161444.111000', '161444.114000', '161444.117000', '161444.120000', '161444.123000', '161444.126000', '161444.129000', '161444.132000', '161444.135000', '161444.138000', '161444.141000', '161444.144000', '161444.147000', '161444.150000', '161444.153000', '161444.155000', '161444.158000', '161444.161000', '161444.164000', '161444.167000', '161444.170000', '161444.173000', '161444.176000', '161444.179000', '161444.182000', '161444.185000', '161444.188000', '161444.191000', '161444.194000', '161504.067000', '161504.070000', '161504.073000', '161504.076000', '161504.079000', '161504.082000', '161504.085000', '161504.088000', '161504.091000', '161504.094000', '161504.097000', '161504.100000', '161504.103000', '161504.106000', '161504.109000', '161504.112000', '161504.115000', '161504.118000', '161504.121000', '161504.124000', '161504.126000', '161504.129000', '161504.132000', '161504.135000', '161504.138000', '161504.141000', '161504.144000', '161504.147000', '161504.150000', '161504.153000', '161504.156000', '161504.159000', '161504.162000', '161504.165000', '161504.168000', '161504.171000', '161504.174000', '161504.176000', '161504.180000', '161504.183000', '161504.185000', '161504.188000', '161504.191000', '161524.068000', '161524.071000', '161524.074000', '161524.077000', '161524.080000', '161524.083000', '161524.086000', '161524.089000', '161524.092000', '161524.112000', '161524.115000', '161524.118000', '161524.121000', '161524.124000', '161524.126000', '161524.129000', '161524.132000', '161524.135000', '161524.138000', '161524.142000', '161524.145000', '161524.147000', '161524.150000', '161524.153000', '161524.156000', '161524.159000', '161524.162000', '161524.165000', '161524.168000', '161524.171000', '161524.174000', '161524.177000', '161524.180000', '161524.183000', '161524.186000', '161524.189000', '161524.192000', '161524.194000', '161524.197000', '161524.200000', '161524.203000', '161524.206000', '161524.209000', '161524.212000', '161544.068000', '161544.071000', '161544.074000', '161544.077000', '161544.080000', '161544.083000', '161544.086000', '161544.089000', '161544.092000', '161544.095000', '161544.098000', '161544.101000', '161544.104000', '161544.107000', '161544.110000', '161544.113000', '161544.116000', '161544.119000', '161544.122000', '161544.125000', '161544.127000', '161544.130000', '161544.134000', '161544.136000', '161544.139000', '161544.142000', '161544.145000', '161544.148000', '161544.152000', '161544.155000', '161544.158000', '161544.161000', '161544.164000', '161544.167000', '161544.170000', '161544.173000', '161544.176000', '161544.179000', '161544.182000', '161544.185000', '161544.188000', '161544.191000', '161544.193000', '161550.257000', '161550.260000', '161550.264000', '161550.266000', '161550.269000', '161550.272000', '161550.275000', '161550.278000', '161550.281000', '161550.284000', '161550.287000', '161550.290000', '161550.293000', '161550.296000'], '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': [10696, 15132, 12571, 10331, 13594, 11325, 9929, 15700, 10635, 9788, 15005, 10239, 9841, 12756, 10703, 14969, 10951, 10130, 16036, 10374, 9797, 13292, 10327, 10103, 13302, 10098, 10089, 12308, 10638, 17785, 12067, 9999, 17290, 10582, 9751, 16570, 10460, 19368, 11984, 9481, 15320, 10358, 14206, 12460, 9996, 16918, 10640, 9475, 14505, 10584, 12127, 12875, 10462, 14553, 10729, 9569, 15385, 10591, 10042, 14770, 10383, 13432, 10630, 9559, 15829, 10403, 9825, 14913, 10412, 12327, 11501, 10305, 16710, 11184, 9652, 15551, 10757, 10006, 13867, 10770, 12097, 11010, 10291, 15903, 10691, 9777, 15914, 10504, 10741, 12173, 9737, 15094, 10643, 12718, 11286, 10193, 15245, 10361, 9958, 12274, 10405, 16169, 11453, 10218, 14837, 10349, 10218, 13512, 10266, 10349, 13962, 10439, 13651, 12805, 10377, 18404, 10325, 10028, 14186, 10350, 9430, 15206, 11516, 9857, 17384, 10572, 9469, 16264, 10706, 9469, 16534, 10626, 9569, 16415, 11105, 16212, 11754, 10222, 18112, 10671, 9836, 16312, 10860, 9570, 14138, 10785, 14494, 11579, 10471, 18765, 12171, 9769, 16095, 10860, 9326, 15345, 10786, 9555, 15824, 10576, 16390, 11211, 9698, 17368, 10871, 10065, 13703, 10562, 18190, 11020, 9494, 17286, 10532, 9539, 15216, 10726, 13351, 11068, 10362, 19550, 10689, 9209, 16139, 10880, 13869, 12103, 10332, 17708, 10909, 9635, 16749, 10804, 9724, 15097, 10304, 12413, 11690, 10918, 13628, 10493, 10375, 17603, 10835, 9513, 16602, 10528, 11724, 12273, 9914, 16704, 10777, 14379, 11723, 9447, 14682, 10378, 14755, 10255, 9677, 13472, 10357, 12982, 11004, 9799, 13964, 10805, 9467, 16423, 10549, 12830, 13791, 9792, 18531, 10669, 13340, 13920, 9809, 17080, 10631, 17235, 11315, 9696, 14122, 10449, 16160, 10597, 9688, 12008, 10578, 15368, 10706, 9518, 13588, 10562, 12673, 10962, 10315, 17964, 10551, 9400, 14297, 10401, 17297, 10509, 16539, 13479, 9493, 15437, 10457, 16616, 10611, 9544, 13951, 10337, 13550, 11814, 9529, 14237, 10591, 9547, 13638, 10143, 12495, 10776, 10493, 17825, 10458, 9202, 15509, 10768, 17861, 12774, 10361, 14401, 10336, 15752, 10248, 12019, 10583, 10237, 13210, 10663, 10027, 13657, 10566, 9443, 15429, 10339, 9415, 14711, 10395, 17734, 14439, 10428, 17327, 10533, 9557, 16245, 10494, 18024, 12417, 10285, 12847, 10736, 10499, 12397, 14645, 11526, 9770, 17368, 12342, 10457, 10577, 14560, 10874, 18028, 12967, 10881, 12417, 11105, 10057, 16587, 10574, 9237, 14772, 10444, 9670, 13548, 10488, 12785, 11060, 10740, 13281, 11198, 10568, 13481, 11423, 10893, 17544, 13048, 10683, 17662, 10625, 9508, 15624, 10973, 13969, 11078, 10810, 13229, 10729, 10525, 17873, 10891, 9623, 16691, 10500, 9591, 14329, 10216, 17844, 10885, 9147, 15302, 10435, 11689, 11816, 10469, 14384, 10774, 10577, 16887, 10907, 9359, 16065, 10653, 9367, 15696, 10596, 14523, 12151, 10625, 18148, 10750, 9222, 15689, 10591, 13236, 11564, 10488, 14972, 10868, 10202, 15839, 10818, 9218, 15488, 10491, 10480, 13118, 10240, 17637, 10874, 14635, 11950, 10325, 16640, 10492, 12607, 13041, 9588, 16797, 10425, 12024, 12951, 9430, 14069, 10601, 16213, 11013, 9484, 13329, 10157, 14380, 10608, 12800, 12352, 9681, 14554, 10221, 13695, 10658, 9538, 12080, 10474, 16602, 10407, 12516, 10684, 9491, 13947, 10676, 13618, 12050, 9450, 13999, 10715, 14163, 11159, 9292, 14628, 10434, 16461, 10686, 9249, 12789, 10229, 16495, 10590, 9674, 11572, 10082, 13995, 10662, 9931, 11827, 10195, 14668, 10356, 9629, 13440, 9878, 12181, 10482, 9837, 15710, 10632, 11624, 12309, 10314, 15896, 10283, 9592, 12578, 9845, 16565, 12490, 9550, 13017, 9704, 10035, 11572, 10048, 12879, 11197, 10033, 13284, 9934, 11291, 12837, 10326, 14121, 10922, 9499, 13512, 10145, 19185, 14462, 9503, 14923, 10002, 12867, 11531, 9798, 17108, 10384, 9705, 13607, 10371, 16528, 11346, 9745, 16010, 10064, 10617, 12082, 10122, 17138, 13828, 9791, 16028, 10401, 12491, 15087, 9941, 18524, 10245, 13398, 12672, 9767, 14835, 10487, 18345, 12124, 9822, 14683, 10201, 13439, 11587, 9956, 16826, 10329, 9994, 14297, 10514, 14884, 13253, 10283, 17333, 10426, 10838, 14152, 10522, 20091, 11423, 9998, 15031, 10449, 18456, 10735, 10110, 15381, 10542, 17105, 11238, 10493, 13324, 10443, 17142, 11003, 10172, 13668, 10335, 10393, 13449, 10383, 18654, 10644, 11007, 16323, 10283, 19109, 10832, 13284, 12889, 10061, 18852, 10526, 11181, 13667, 10423, 17853, 11153, 10058, 16854, 10264, 16351, 11454, 9908, 18280, 10382, 16828, 11899, 9911, 14417, 10716, 18666, 10462, 10547, 13442, 10043, 15135, 10236, 12463, 12003, 10141, 15093, 10315, 12670, 11600, 10230, 16866, 10026, 10609, 13529, 10383, 18403, 10610, 10089, 15638, 10396, 16979, 11845, 10276, 19187, 10288, 10174, 15091, 10424, 19921, 13332, 9997, 17146, 10349, 10229, 13944, 10280, 19917, 11775, 9927, 16138, 10225, 13339, 12935, 10215, 18803, 10219, 10374, 14369, 10369, 18615, 10966, 10129, 17232, 9947, 11106, 13753, 10582, 20712, 10952, 10046, 15945, 10439, 18047, 10991, 9893, 16067, 10114, 15988, 12130, 10000, 14640, 10293, 12002, 12379, 10131, 17741, 10655, 9732, 18785, 10087, 9974, 15390, 10463, 19335, 12510, 10105, 19102, 10711, 9936, 16158, 10692, 15830, 12519, 10183, 18201, 11246, 10086, 17269, 10673, 10108, 12772, 10221, 10208, 16495, 10217, 20187, 10995, 10102, 16610, 10031, 14559, 14144, 10356, 21358, 11975, 12255, 19732, 10530, 18127, 13274, 10431, 21174, 11894, 10250, 18077, 10109, 10902, 14304, 10298, 16501, 11919, 10234, 18770, 10570, 9933, 16480, 10189, 10735, 13528, 10287, 14821, 11610, 10153, 16296, 10010, 10891, 13066, 10280, 18546, 11237, 10213, 15522, 10022, 11549, 11974, 10478, 17966, 10479, 10290, 14367, 10361, 17959, 11012, 10586, 14826, 10409, 16237, 11783, 10550, 14953, 10138, 10649, 13535, 10336, 17499, 10368, 10974, 13587, 10340, 18746, 10602, 10419, 13775, 10540, 17374, 10952, 10129, 14937, 9972, 11243, 11989, 10646, 17518, 10044, 10266, 14585, 10192, 18293, 10600, 10557, 16153, 10002, 10351, 14548, 10519, 13572, 11650, 10739, 18497, 11220, 10508, 17801, 10420, 10453, 18355, 10060, 12150, 14944, 10300, 19059, 12948, 10883, 20079, 12167, 10687, 10229, 14233, 10331, 10219, 18649, 10633, 11431, 20174, 10266, 10222, 17304, 10148, 11215, 16732, 10261, 11594, 13484, 10543, 19960, 12142, 10457, 21961, 10481, 10358, 17213, 9972, 10490, 17306, 10403, 10360, 15799, 10560, 12015, 13151, 10436, 11761, 12238, 10735, 16894, 10993, 10566, 19101, 10677, 10608, 17223, 10380, 10560, 15089], 'WindowCenter': [4432.0, 4433.0, 4409.0, 4376.0, 4394.0, 4372.0, 4364.0, 4402.0, 4373.0, 4361.0, 4401.0, 4360.0, 4360.0, 4380.0, 4371.0, 4401.0, 4371.0, 4361.0, 4401.0, 4361.0, 4350.0, 4391.0, 4361.0, 4361.0, 4391.0, 4372.0, 4362.0, 4382.0, 4373.0, 4412.0, 4382.0, 4361.0, 4401.0, 4359.0, 4350.0, 4400.0, 4358.0, 4398.0, 4358.0, 4335.0, 4377.0, 4346.0, 4377.0, 4368.0, 4336.0, 4388.0, 4347.0, 4335.0, 4377.0, 4359.0, 4366.0, 4367.0, 4348.0, 4375.0, 4358.0, 4336.0, 4388.0, 4360.0, 4347.0, 4388.0, 4348.0, 4377.0, 4348.0, 4348.0, 4389.0, 4349.0, 4347.0, 4388.0, 4359.0, 4378.0, 4369.0, 4360.0, 4399.0, 4359.0, 4348.0, 4399.0, 4360.0, 4350.0, 4389.0, 4360.0, 4368.0, 4358.0, 4348.0, 4398.0, 4359.0, 4349.0, 4399.0, 4359.0, 4358.0, 4368.0, 4338.0, 4388.0, 4360.0, 4378.0, 4358.0, 4349.0, 4389.0, 4349.0, 4349.0, 4382.0, 4373.0, 4415.0, 4372.0, 4360.0, 4401.0, 4362.0, 4359.0, 4391.0, 4349.0, 4349.0, 4389.0, 4372.0, 4390.0, 4381.0, 4361.0, 4423.0, 4362.0, 4350.0, 4389.0, 4358.0, 4340.0, 4401.0, 4371.0, 4361.0, 4411.0, 4361.0, 4351.0, 4401.0, 4361.0, 4351.0, 4400.0, 4360.0, 4349.0, 4400.0, 4371.0, 4399.0, 4369.0, 4352.0, 4398.0, 4359.0, 4349.0, 4399.0, 4361.0, 4349.0, 4378.0, 4359.0, 4377.0, 4358.0, 4347.0, 4407.0, 4369.0, 4361.0, 4400.0, 4358.0, 4339.0, 4389.0, 4358.0, 4339.0, 4388.0, 4360.0, 4388.0, 4359.0, 4349.0, 4400.0, 4358.0, 4337.0, 4376.0, 4348.0, 4397.0, 4357.0, 4336.0, 4399.0, 4359.0, 4338.0, 4388.0, 4359.0, 4379.0, 4361.0, 4349.0, 4408.0, 4359.0, 4338.0, 4398.0, 4359.0, 4379.0, 4369.0, 4351.0, 4398.0, 4359.0, 4338.0, 4400.0, 4360.0, 4339.0, 4388.0, 4350.0, 4368.0, 4369.0, 4360.0, 4390.0, 4358.0, 4360.0, 4410.0, 4361.0, 4350.0, 4399.0, 4360.0, 4368.0, 4368.0, 4348.0, 4400.0, 4359.0, 4377.0, 4358.0, 4339.0, 4377.0, 4347.0, 4377.0, 4348.0, 4336.0, 4379.0, 4348.0, 4377.0, 4358.0, 4349.0, 4390.0, 4371.0, 4350.0, 4400.0, 4361.0, 4379.0, 4380.0, 4349.0, 4412.0, 4350.0, 4378.0, 4379.0, 4337.0, 4388.0, 4348.0, 4387.0, 4358.0, 4337.0, 4378.0, 4348.0, 4387.0, 4358.0, 4339.0, 4366.0, 4359.0, 4391.0, 4360.0, 4349.0, 4390.0, 4372.0, 4381.0, 4371.0, 4362.0, 4412.0, 4372.0, 4352.0, 4402.0, 4372.0, 4400.0, 4361.0, 4401.0, 4381.0, 4339.0, 4389.0, 4357.0, 4400.0, 4361.0, 4336.0, 4381.0, 4349.0, 4378.0, 4369.0, 4351.0, 4393.0, 4361.0, 4362.0, 4393.0, 4373.0, 4382.0, 4372.0, 4373.0, 4413.0, 4362.0, 4341.0, 4401.0, 4362.0, 4401.0, 4381.0, 4349.0, 4390.0, 4347.0, 4388.0, 4349.0, 4371.0, 4358.0, 4360.0, 4379.0, 4359.0, 4360.0, 4392.0, 4372.0, 4363.0, 4402.0, 4364.0, 4351.0, 4401.0, 4362.0, 4413.0, 4392.0, 4361.0, 4402.0, 4359.0, 4341.0, 4394.0, 4358.0, 4399.0, 4370.0, 4349.0, 4376.0, 4357.0, 4348.0, 4367.0, 4389.0, 4369.0, 4362.0, 4411.0, 4369.0, 4360.0, 4348.0, 4387.0, 4360.0, 4403.0, 4368.0, 4348.0, 4367.0, 4358.0, 4337.0, 4388.0, 4347.0, 4337.0, 4379.0, 4349.0, 4338.0, 4378.0, 4349.0, 4369.0, 4359.0, 4360.0, 4381.0, 4358.0, 4360.0, 4379.0, 4359.0, 4363.0, 4400.0, 4380.0, 4348.0, 4399.0, 4349.0, 4337.0, 4390.0, 4362.0, 4378.0, 4357.0, 4359.0, 4367.0, 4358.0, 4348.0, 4399.0, 4359.0, 4340.0, 4391.0, 4349.0, 4338.0, 4378.0, 4351.0, 4401.0, 4349.0, 4329.0, 4387.0, 4350.0, 4358.0, 4359.0, 4349.0, 4378.0, 4358.0, 4351.0, 4398.0, 4360.0, 4341.0, 4389.0, 4351.0, 4328.0, 4388.0, 4350.0, 4377.0, 4358.0, 4348.0, 4400.0, 4348.0, 4337.0, 4387.0, 4350.0, 4367.0, 4359.0, 4348.0, 4377.0, 4347.0, 4347.0, 4388.0, 4359.0, 4340.0, 4389.0, 4351.0, 4348.0, 4381.0, 4348.0, 4398.0, 4359.0, 4377.0, 4358.0, 4348.0, 4387.0, 4348.0, 4358.0, 4367.0, 4337.0, 4388.0, 4349.0, 4359.0, 4370.0, 4327.0, 4378.0, 4359.0, 4391.0, 4360.0, 4338.0, 4377.0, 4349.0, 4379.0, 4351.0, 4368.0, 4370.0, 4340.0, 4388.0, 4349.0, 4378.0, 4359.0, 4339.0, 4369.0, 4349.0, 4399.0, 4362.0, 4367.0, 4359.0, 4339.0, 4390.0, 4361.0, 4379.0, 4369.0, 4341.0, 4389.0, 4360.0, 4389.0, 4370.0, 4342.0, 4390.0, 4362.0, 4400.0, 4360.0, 4339.0, 4379.0, 4348.0, 4401.0, 4359.0, 4338.0, 4359.0, 4349.0, 4388.0, 4375.0, 4364.0, 4370.0, 4348.0, 4403.0, 4403.0, 4392.0, 4403.0, 4365.0, 4369.0, 4345.0, 4338.0, 4391.0, 4353.0, 4351.0, 4359.0, 4340.0, 4377.0, 4323.0, 4283.0, 4340.0, 4322.0, 4383.0, 4368.0, 4348.0, 4366.0, 4337.0, 4347.0, 4369.0, 4349.0, 4389.0, 4371.0, 4362.0, 4393.0, 4363.0, 4372.0, 4381.0, 4361.0, 4390.0, 4361.0, 4351.0, 4392.0, 4362.0, 4421.0, 4391.0, 4351.0, 4391.0, 4350.0, 4379.0, 4370.0, 4350.0, 4401.0, 4361.0, 4350.0, 4390.0, 4363.0, 4401.0, 4371.0, 4350.0, 4401.0, 4351.0, 4359.0, 4368.0, 4361.0, 4411.0, 4391.0, 4359.0, 4402.0, 4362.0, 4380.0, 4401.0, 4350.0, 4411.0, 4350.0, 4378.0, 4369.0, 4337.0, 4388.0, 4359.0, 4398.0, 4368.0, 4348.0, 4388.0, 4349.0, 4377.0, 4370.0, 4350.0, 4399.0, 4348.0, 4347.0, 4387.0, 4359.0, 4388.0, 4379.0, 4349.0, 4399.0, 4360.0, 4359.0, 4379.0, 4359.0, 4409.0, 4358.0, 4336.0, 4377.0, 4347.0, 4397.0, 4347.0, 4336.0, 4386.0, 4347.0, 4386.0, 4357.0, 4347.0, 4376.0, 4348.0, 4396.0, 4358.0, 4347.0, 4388.0, 4360.0, 4359.0, 4379.0, 4349.0, 4408.0, 4349.0, 4357.0, 4388.0, 4347.0, 4397.0, 4357.0, 4367.0, 4367.0, 4347.0, 4398.0, 4347.0, 4346.0, 4365.0, 4346.0, 4397.0, 4355.0, 4337.0, 4397.0, 4348.0, 4385.0, 4357.0, 4336.0, 4396.0, 4336.0, 4385.0, 4356.0, 4334.0, 4375.0, 4345.0, 4385.0, 4345.0, 4334.0, 4364.0, 4335.0, 4375.0, 4347.0, 4366.0, 4356.0, 4346.0, 4376.0, 4347.0, 4378.0, 4359.0, 4348.0, 4398.0, 4347.0, 4347.0, 4378.0, 4346.0, 4398.0, 4348.0, 4347.0, 4388.0, 4349.0, 4398.0, 4369.0, 4348.0, 4409.0, 4349.0, 4348.0, 4388.0, 4359.0, 4408.0, 4379.0, 4348.0, 4399.0, 4348.0, 4348.0, 4378.0, 4348.0, 4408.0, 4368.0, 4337.0, 4387.0, 4348.0, 4377.0, 4379.0, 4359.0, 4407.0, 4347.0, 4347.0, 4377.0, 4348.0, 4409.0, 4359.0, 4348.0, 4398.0, 4348.0, 4358.0, 4378.0, 4359.0, 4408.0, 4357.0, 4335.0, 4387.0, 4347.0, 4396.0, 4347.0, 4336.0, 4386.0, 4347.0, 4385.0, 4354.0, 4336.0, 4376.0, 4347.0, 4356.0, 4366.0, 4346.0, 4397.0, 4348.0, 4336.0, 4397.0, 4347.0, 4336.0, 4376.0, 4348.0, 4397.0, 4367.0, 4347.0, 4396.0, 4347.0, 4347.0, 4388.0, 4359.0, 4386.0, 4355.0, 4335.0, 4396.0, 4356.0, 4346.0, 4398.0, 4358.0, 4347.0, 4378.0, 4358.0, 4357.0, 4398.0, 4360.0, 4406.0, 4346.0, 4346.0, 4387.0, 4348.0, 4377.0, 4378.0, 4347.0, 4408.0, 4357.0, 4353.0, 4384.0, 4333.0, 4371.0, 4351.0, 4321.0, 4382.0, 4341.0, 4321.0, 4371.0, 4321.0, 4330.0, 4359.0, 4331.0, 4371.0, 4342.0, 4333.0, 4394.0, 4343.0, 4333.0, 4384.0, 4345.0, 4344.0, 4365.0, 4347.0, 4376.0, 4356.0, 4346.0, 4387.0, 4348.0, 4345.0, 4377.0, 4348.0, 4397.0, 4358.0, 4347.0, 4387.0, 4348.0, 4357.0, 4368.0, 4348.0, 4399.0, 4359.0, 4349.0, 4389.0, 4348.0, 4399.0, 4361.0, 4360.0, 4391.0, 4361.0, 4400.0, 4370.0, 4360.0, 4390.0, 4360.0, 4360.0, 4380.0, 4360.0, 4410.0, 4361.0, 4372.0, 4391.0, 4361.0, 4410.0, 4360.0, 4359.0, 4377.0, 4361.0, 4400.0, 4361.0, 4360.0, 4400.0, 4361.0, 4370.0, 4371.0, 4362.0, 4411.0, 4362.0, 4361.0, 4401.0, 4362.0, 4436.0, 4373.0, 4359.0, 4402.0, 4362.0, 4360.0, 4391.0, 4371.0, 4392.0, 4383.0, 4372.0, 4412.0, 4372.0, 4370.0, 4423.0, 4373.0, 4362.0, 4411.0, 4350.0, 4370.0, 4389.0, 4350.0, 4408.0, 4370.0, 4360.0, 4422.0, 4381.0, 4372.0, 4361.0, 4389.0, 4360.0, 4349.0, 4409.0, 4359.0, 4369.0, 4409.0, 4348.0, 4349.0, 4399.0, 4349.0, 4359.0, 4398.0, 4346.0, 4357.0, 4367.0, 4360.0, 4421.0, 4357.0, 4402.0, 4461.0, 4363.0, 4349.0, 4399.0, 4338.0, 4350.0, 4389.0, 4347.0, 4308.0, 4374.0, 4372.0, 4354.0, 4366.0, 4346.0, 4355.0, 4356.0, 4357.0, 4397.0, 4359.0, 4361.0, 4411.0, 4360.0, 4359.0, 4399.0, 4349.0, 4348.0, 4388.0], 'WindowWidth': [9767.0, 9749.0, 9703.0, 9653.0, 9672.0, 9641.0, 9629.0, 9681.0, 9640.0, 9620.0, 9673.0, 9618.0, 9616.0, 9643.0, 9632.0, 9672.0, 9634.0, 9619.0, 9672.0, 9618.0, 9602.0, 9660.0, 9621.0, 9620.0, 9661.0, 9637.0, 9622.0, 9651.0, 9641.0, 9692.0, 9650.0, 9618.0, 9674.0, 9614.0, 9600.0, 9672.0, 9611.0, 9666.0, 9609.0, 9572.0, 9632.0, 9591.0, 9634.0, 9621.0, 9576.0, 9650.0, 9593.0, 9573.0, 9632.0, 9611.0, 9618.0, 9621.0, 9596.0, 9628.0, 9609.0, 9577.0, 9652.0, 9616.0, 9592.0, 9649.0, 9596.0, 9632.0, 9594.0, 9596.0, 9653.0, 9599.0, 9592.0, 9648.0, 9612.0, 9637.0, 9628.0, 9615.0, 9668.0, 9613.0, 9595.0, 9667.0, 9618.0, 9602.0, 9654.0, 9614.0, 9623.0, 9610.0, 9596.0, 9665.0, 9615.0, 9599.0, 9668.0, 9614.0, 9608.0, 9624.0, 9581.0, 9652.0, 9615.0, 9636.0, 9611.0, 9597.0, 9652.0, 9599.0, 9599.0, 9646.0, 9640.0, 9701.0, 9636.0, 9618.0, 9675.0, 9624.0, 9615.0, 9658.0, 9598.0, 9597.0, 9653.0, 9637.0, 9656.0, 9645.0, 9618.0, 9707.0, 9622.0, 9601.0, 9652.0, 9610.0, 9587.0, 9676.0, 9635.0, 9619.0, 9690.0, 9621.0, 9604.0, 9672.0, 9619.0, 9603.0, 9671.0, 9616.0, 9599.0, 9670.0, 9632.0, 9666.0, 9625.0, 9603.0, 9665.0, 9611.0, 9597.0, 9667.0, 9617.0, 9598.0, 9635.0, 9611.0, 9633.0, 9607.0, 9593.0, 9677.0, 9625.0, 9619.0, 9672.0, 9610.0, 9584.0, 9652.0, 9611.0, 9583.0, 9650.0, 9613.0, 9649.0, 9611.0, 9598.0, 9669.0, 9610.0, 9579.0, 9629.0, 9593.0, 9661.0, 9605.0, 9577.0, 9667.0, 9610.0, 9581.0, 9649.0, 9613.0, 9637.0, 9616.0, 9598.0, 9677.0, 9611.0, 9582.0, 9663.0, 9612.0, 9636.0, 9623.0, 9602.0, 9665.0, 9610.0, 9582.0, 9669.0, 9615.0, 9583.0, 9649.0, 9600.0, 9622.0, 9624.0, 9615.0, 9654.0, 9611.0, 9614.0, 9683.0, 9619.0, 9601.0, 9668.0, 9614.0, 9620.0, 9622.0, 9593.0, 9668.0, 9612.0, 9632.0, 9608.0, 9580.0, 9631.0, 9593.0, 9632.0, 9596.0, 9576.0, 9637.0, 9595.0, 9633.0, 9609.0, 9599.0, 9656.0, 9631.0, 9602.0, 9671.0, 9618.0, 9639.0, 9642.0, 9599.0, 9688.0, 9602.0, 9635.0, 9638.0, 9579.0, 9649.0, 9595.0, 9645.0, 9607.0, 9576.0, 9636.0, 9595.0, 9647.0, 9610.0, 9582.0, 9617.0, 9612.0, 9656.0, 9615.0, 9600.0, 9656.0, 9635.0, 9644.0, 9632.0, 9621.0, 9692.0, 9636.0, 9607.0, 9676.0, 9636.0, 9673.0, 9621.0, 9671.0, 9646.0, 9585.0, 9654.0, 9609.0, 9672.0, 9619.0, 9577.0, 9643.0, 9599.0, 9636.0, 9626.0, 9605.0, 9663.0, 9621.0, 9621.0, 9665.0, 9638.0, 9649.0, 9637.0, 9639.0, 9694.0, 9624.0, 9590.0, 9673.0, 9621.0, 9676.0, 9648.0, 9599.0, 9654.0, 9594.0, 9651.0, 9598.0, 9629.0, 9611.0, 9616.0, 9641.0, 9614.0, 9617.0, 9661.0, 9636.0, 9624.0, 9677.0, 9626.0, 9605.0, 9673.0, 9621.0, 9694.0, 9665.0, 9617.0, 9680.0, 9615.0, 9589.0, 9662.0, 9610.0, 9666.0, 9628.0, 9598.0, 9632.0, 9605.0, 9594.0, 9617.0, 9651.0, 9624.0, 9622.0, 9687.0, 9626.0, 9613.0, 9595.0, 9646.0, 9615.0, 9677.0, 9619.0, 9593.0, 9616.0, 9607.0, 9576.0, 9647.0, 9592.0, 9579.0, 9635.0, 9596.0, 9579.0, 9633.0, 9598.0, 9623.0, 9611.0, 9614.0, 9641.0, 9608.0, 9615.0, 9637.0, 9609.0, 9621.0, 9671.0, 9639.0, 9594.0, 9665.0, 9596.0, 9576.0, 9650.0, 9617.0, 9635.0, 9605.0, 9608.0, 9617.0, 9606.0, 9594.0, 9665.0, 9610.0, 9585.0, 9655.0, 9598.0, 9579.0, 9634.0, 9602.0, 9671.0, 9597.0, 9568.0, 9645.0, 9597.0, 9604.0, 9609.0, 9597.0, 9633.0, 9608.0, 9601.0, 9661.0, 9612.0, 9589.0, 9653.0, 9602.0, 9567.0, 9647.0, 9599.0, 9632.0, 9608.0, 9592.0, 9668.0, 9594.0, 9577.0, 9645.0, 9597.0, 9616.0, 9609.0, 9594.0, 9632.0, 9591.0, 9591.0, 9649.0, 9613.0, 9585.0, 9651.0, 9601.0, 9593.0, 9640.0, 9592.0, 9663.0, 9611.0, 9633.0, 9608.0, 9592.0, 9646.0, 9595.0, 9606.0, 9619.0, 9576.0, 9650.0, 9596.0, 9608.0, 9626.0, 9564.0, 9634.0, 9612.0, 9656.0, 9615.0, 9580.0, 9631.0, 9597.0, 9637.0, 9602.0, 9620.0, 9627.0, 9584.0, 9650.0, 9600.0, 9635.0, 9612.0, 9584.0, 9625.0, 9598.0, 9667.0, 9619.0, 9619.0, 9612.0, 9585.0, 9656.0, 9617.0, 9639.0, 9626.0, 9588.0, 9653.0, 9617.0, 9653.0, 9630.0, 9590.0, 9655.0, 9619.0, 9668.0, 9617.0, 9585.0, 9640.0, 9597.0, 9671.0, 9612.0, 9583.0, 9611.0, 9599.0, 9652.0, 9645.0, 9631.0, 9629.0, 9593.0, 9680.0, 9699.0, 9683.0, 9685.0, 9629.0, 9623.0, 9583.0, 9575.0, 9654.0, 9601.0, 9594.0, 9605.0, 9579.0, 9625.0, 9546.0, 9471.0, 9568.0, 9549.0, 9634.0, 9622.0, 9597.0, 9618.0, 9580.0, 9591.0, 9626.0, 9601.0, 9655.0, 9634.0, 9623.0, 9665.0, 9626.0, 9634.0, 9646.0, 9620.0, 9656.0, 9619.0, 9603.0, 9662.0, 9622.0, 9702.0, 9661.0, 9604.0, 9659.0, 9603.0, 9639.0, 9629.0, 9602.0, 9675.0, 9619.0, 9601.0, 9657.0, 9625.0, 9673.0, 9633.0, 9602.0, 9674.0, 9606.0, 9612.0, 9625.0, 9617.0, 9687.0, 9661.0, 9614.0, 9676.0, 9623.0, 9643.0, 9675.0, 9601.0, 9688.0, 9603.0, 9636.0, 9626.0, 9578.0, 9651.0, 9612.0, 9663.0, 9623.0, 9594.0, 9649.0, 9598.0, 9632.0, 9629.0, 9601.0, 9668.0, 9597.0, 9592.0, 9645.0, 9612.0, 9649.0, 9641.0, 9598.0, 9668.0, 9614.0, 9612.0, 9641.0, 9613.0, 9685.0, 9611.0, 9574.0, 9631.0, 9590.0, 9661.0, 9593.0, 9573.0, 9643.0, 9592.0, 9644.0, 9607.0, 9592.0, 9629.0, 9594.0, 9659.0, 9610.0, 9595.0, 9652.0, 9616.0, 9614.0, 9641.0, 9599.0, 9678.0, 9598.0, 9606.0, 9649.0, 9592.0, 9662.0, 9606.0, 9618.0, 9621.0, 9592.0, 9663.0, 9591.0, 9586.0, 9613.0, 9589.0, 9659.0, 9604.0, 9578.0, 9661.0, 9594.0, 9641.0, 9606.0, 9574.0, 9658.0, 9576.0, 9639.0, 9600.0, 9569.0, 9626.0, 9586.0, 9641.0, 9586.0, 9568.0, 9610.0, 9572.0, 9627.0, 9593.0, 9614.0, 9604.0, 9588.0, 9630.0, 9593.0, 9635.0, 9612.0, 9595.0, 9664.0, 9595.0, 9593.0, 9634.0, 9591.0, 9665.0, 9597.0, 9592.0, 9648.0, 9598.0, 9665.0, 9625.0, 9596.0, 9682.0, 9599.0, 9594.0, 9648.0, 9611.0, 9680.0, 9642.0, 9595.0, 9666.0, 9597.0, 9595.0, 9636.0, 9597.0, 9677.0, 9623.0, 9578.0, 9646.0, 9595.0, 9634.0, 9641.0, 9613.0, 9678.0, 9595.0, 9592.0, 9633.0, 9598.0, 9683.0, 9614.0, 9594.0, 9664.0, 9598.0, 9608.0, 9638.0, 9611.0, 9679.0, 9607.0, 9573.0, 9645.0, 9591.0, 9658.0, 9593.0, 9574.0, 9642.0, 9593.0, 9641.0, 9598.0, 9573.0, 9629.0, 9592.0, 9601.0, 9616.0, 9589.0, 9661.0, 9596.0, 9577.0, 9660.0, 9592.0, 9575.0, 9630.0, 9595.0, 9662.0, 9621.0, 9591.0, 9658.0, 9594.0, 9590.0, 9650.0, 9613.0, 9643.0, 9598.0, 9573.0, 9657.0, 9606.0, 9592.0, 9666.0, 9610.0, 9591.0, 9636.0, 9611.0, 9607.0, 9662.0, 9617.0, 9673.0, 9589.0, 9587.0, 9646.0, 9596.0, 9634.0, 9638.0, 9594.0, 9679.0, 9606.0, 9593.0, 9638.0, 9564.0, 9614.0, 9587.0, 9544.0, 9632.0, 9573.0, 9544.0, 9612.0, 9547.0, 9556.0, 9593.0, 9559.0, 9613.0, 9577.0, 9567.0, 9651.0, 9583.0, 9567.0, 9638.0, 9586.0, 9582.0, 9611.0, 9591.0, 9628.0, 9602.0, 9589.0, 9644.0, 9593.0, 9587.0, 9633.0, 9596.0, 9660.0, 9608.0, 9592.0, 9647.0, 9596.0, 9605.0, 9621.0, 9596.0, 9665.0, 9614.0, 9597.0, 9651.0, 9598.0, 9666.0, 9618.0, 9616.0, 9658.0, 9618.0, 9669.0, 9628.0, 9615.0, 9656.0, 9617.0, 9613.0, 9641.0, 9616.0, 9684.0, 9620.0, 9634.0, 9657.0, 9616.0, 9684.0, 9615.0, 9610.0, 9634.0, 9618.0, 9670.0, 9617.0, 9614.0, 9670.0, 9620.0, 9628.0, 9631.0, 9620.0, 9689.0, 9622.0, 9617.0, 9672.0, 9622.0, 9732.0, 9640.0, 9612.0, 9676.0, 9623.0, 9615.0, 9658.0, 9632.0, 9664.0, 9650.0, 9633.0, 9689.0, 9634.0, 9630.0, 9706.0, 9639.0, 9621.0, 9689.0, 9603.0, 9628.0, 9653.0, 9600.0, 9679.0, 9628.0, 9614.0, 9707.0, 9645.0, 9636.0, 9620.0, 9655.0, 9616.0, 9596.0, 9680.0, 9613.0, 9625.0, 9684.0, 9597.0, 9596.0, 9665.0, 9598.0, 9610.0, 9663.0, 9589.0, 9603.0, 9616.0, 9615.0, 9700.0, 9604.0, 9696.0, 9778.0, 9624.0, 9596.0, 9662.0, 9580.0, 9597.0, 9650.0, 9590.0, 9516.0, 9619.0, 9638.0, 9597.0, 9614.0, 9588.0, 9597.0, 9601.0, 9604.0, 9658.0, 9611.0, 9617.0, 9686.0, 9615.0, 9613.0, 9668.0, 9599.0, 9595.0, 9650.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.0011237431394072446</td></tr>
<tr><td colspan=3>aqi</td><td>0.02093402930845225</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.813513586175745</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2846640825384612</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.009603648846154</td></tr>
<tr><td colspan=3>efc</td><td>0.4514</td></tr>
<tr><td colspan=3>fber</td><td>6092.2612</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08946158182837509</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>31</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>3.402854006586169</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.329955163271197</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.297338036136284</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5299571214993035</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.162570332178004</td></tr>
<tr><td colspan=3>gcor</td><td>0.0112921</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.02055826410651207</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.015671897679567337</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>911</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.9435002647316546</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>45.0461</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>42.4161</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>176.941</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>49.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>309244.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>792.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>364.6944</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.6346</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>559.1307</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3640.2725</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3829.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>67300.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1255.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4770.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>970.9576</td></tr>
<tr><td colspan=3>tsnr</td><td>43.510618321597576</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>