ds005256-mriqc/sub-0035_ses-02_task-faces_acq-mb8_run-01_bold.html
Felix Hoffstaedter 58fea0b9b9 [DATALAD RUNCMD] Compute MRIQC for sub-0035
=== 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-0035 --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-0035",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-18 23:49:27 +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-0035_ses-02_task-faces_acq-mb8_run-01_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-0035_ses-02_task-faces_acq-mb8_run-01_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-01_session-02_subject-0035_suffix-bold_task-faces" 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-0035/figures/sub-0035_ses-02_task-faces_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0035/figures/sub-0035_ses-02_task-faces_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0035/figures/sub-0035_ses-02_task-faces_acq-mb8_run-01_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-01_session-02_subject-0035_suffix-bold_task-faces" 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-0035/figures/sub-0035_ses-02_task-faces_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0035/figures/sub-0035_ses-02_task-faces_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0035/figures/sub-0035_ses-02_task-faces_acq-mb8_run-01_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-01_session-02_subject-0035_suffix-bold_task-faces" 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-0035/figures/sub-0035_ses-02_task-faces_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0035/figures/sub-0035_ses-02_task-faces_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0035/figures/sub-0035_ses-02_task-faces_acq-mb8_run-01_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-01_session-02_subject-0035_suffix-bold_task-faces" 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-0035/figures/sub-0035_ses-02_task-faces_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0035/figures/sub-0035_ses-02_task-faces_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0035/figures/sub-0035_ses-02_task-faces_acq-mb8_run-01_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-01_session-02_subject-0035_suffix-bold_task-faces" 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-0035/figures/sub-0035_ses-02_task-faces_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0035/figures/sub-0035_ses-02_task-faces_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0035/figures/sub-0035_ses-02_task-faces_acq-mb8_run-01_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-01_session-02_subject-0035_suffix-bold_task-faces" 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-0035/figures/sub-0035_ses-02_task-faces_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0035/figures/sub-0035_ses-02_task-faces_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0035/figures/sub-0035_ses-02_task-faces_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-02_subject-0035_suffix-bold_task-faces" 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-0035/figures/sub-0035_ses-02_task-faces_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0035/figures/sub-0035_ses-02_task-faces_acq-mb8_run-01_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-0035/figures/sub-0035_ses-02_task-faces_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0035/figures/sub-0035_ses-02_task-faces_acq-mb8_run-01_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-0035/ses-02/func/sub-0035_ses-02_task-faces_acq-mb8_run-01_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>0886ee3fbcedf1531fc5b10e33c0e136</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:5.172500</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.994463, -0.019767, 0.103215, 0.00468632, 0.989515, 0.144352]</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-01_task-faces_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.0972678</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-01_task-faces_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>16</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4161, -7760, -7297, 686, -51, -144, 138, 45]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>faces</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>252.959</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>31869510-6ec0-457a-940e-af0ceb92d5e1||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.6680705547332764, 0.0125730624422431, 0.28346341848373413, 105.33180236816406], [0.05303337424993515, 2.654797077178955, 0.386287122964859, -109.35382843017578], [0.2769189178943634, -0.3872867822647095, 2.657147169113159, -79.59841918945312], [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': ['160805.172500', '160805.632500', '160806.092500', '160806.552500', '160807.012500', '160807.472500', '160807.932500', '160808.392500', '160808.852500', '160809.312500', '160809.772500', '160810.232500', '160810.692500', '160811.152500', '160811.612500', '160812.072500', '160812.532500', '160812.992500', '160813.452500', '160813.912500', '160814.372500', '160814.832500', '160815.292500', '160815.752500', '160816.212500', '160816.672500', '160817.132500', '160817.592500', '160818.052500', '160818.512500', '160818.972500', '160819.432500', '160819.892500', '160820.352500', '160820.812500', '160821.272500', '160821.732500', '160822.192500', '160822.652500', '160823.112500', '160823.572500', '160824.032500', '160824.492500', '160824.952500', '160825.412500', '160825.872500', '160826.332500', '160826.792500', '160827.252500', '160827.712500', '160828.172500', '160828.632500', '160829.092500', '160829.552500', '160830.012500', '160830.472500', '160830.932500', '160831.392500', '160831.852500', '160832.312500', '160832.772500', '160833.232500', '160833.692500', '160834.152500', '160834.612500', '160835.072500', '160835.532500', '160835.992500', '160836.452500', '160836.912500', '160837.372500', '160837.832500', '160838.292500', '160838.752500', '160839.212500', '160839.672500', '160840.132500', '160840.592500', '160841.052500', '160841.512500', '160841.972500', '160842.432500', '160842.892500', '160843.352500', '160843.812500', '160844.272500', '160844.732500', '160845.192500', '160845.652500', '160846.112500', '160846.572500', '160847.032500', '160847.492500', '160847.952500', '160848.412500', '160848.872500', '160849.332500', '160849.792500', '160850.252500', '160850.712500', '160851.172500', '160851.632500', '160852.092500', '160852.552500', '160853.012500', '160853.472500', '160853.932500', '160854.392500', '160854.852500', '160855.312500', '160855.772500', '160856.232500', '160856.692500', '160857.152500', '160857.612500', '160858.072500', '160858.532500', '160858.992500', '160859.452500', '160859.912500', '160900.372500', '160900.832500', '160901.292500', '160901.752500', '160902.212500', '160902.672500', '160903.132500', '160903.592500', '160904.052500', '160904.512500', '160904.972500', '160905.432500', '160905.892500', '160906.352500', '160906.812500', '160907.272500', '160907.732500', '160908.192500', '160908.652500', '160909.112500', '160909.572500', '160910.032500', '160910.492500', '160910.952500', '160911.412500', '160911.872500', '160912.332500', '160912.792500', '160913.252500', '160913.712500', '160914.172500', '160914.632500', '160915.092500', '160915.552500', '160916.012500', '160916.472500', '160916.932500', '160917.392500', '160917.852500', '160918.312500', '160918.772500', '160919.232500', '160919.692500', '160920.152500', '160920.612500', '160921.072500', '160921.532500', '160921.992500', '160922.452500', '160922.912500', '160923.372500', '160923.832500', '160924.292500', '160924.752500', '160925.212500', '160925.672500', '160926.132500', '160926.592500', '160927.052500', '160927.512500', '160927.972500', '160928.432500', '160928.892500', '160929.352500', '160929.812500', '160930.272500', '160930.732500', '160931.192500', '160931.652500', '160932.112500', '160932.572500', '160933.032500', '160933.492500', '160933.952500', '160934.412500', '160934.872500', '160935.332500', '160935.792500', '160936.252500', '160936.712500', '160937.172500', '160937.632500', '160938.092500', '160938.552500', '160939.012500', '160939.472500', '160939.932500', '160940.392500', '160940.852500', '160941.312500', '160941.772500', '160942.232500', '160942.692500', '160943.152500', '160943.612500', '160944.072500', '160944.532500', '160944.992500', '160945.452500', '160945.912500', '160946.372500', '160946.832500', '160947.292500', '160947.752500', '160948.212500', '160948.672500', '160949.132500', '160949.592500', '160950.052500', '160950.512500', '160950.972500', '160951.432500', '160951.892500', '160952.352500', '160952.812500', '160953.272500', '160953.732500', '160954.192500', '160954.652500', '160955.112500', '160955.572500', '160956.032500', '160956.492500', '160956.952500', '160957.412500', '160957.872500', '160958.332500', '160958.792500', '160959.252500', '160959.712500', '161000.172500', '161000.632500', '161001.092500', '161001.552500', '161002.012500', '161002.472500', '161002.932500', '161003.392500', '161003.852500', '161004.312500', '161004.772500', '161005.232500', '161005.692500', '161006.152500', '161006.612500', '161007.072500', '161007.532500', '161007.992500', '161008.452500', '161008.912500', '161009.372500', '161009.832500', '161010.292500', '161010.752500', '161011.212500', '161011.672500', '161012.132500', '161012.592500', '161013.052500', '161013.512500', '161013.972500', '161014.432500', '161014.892500', '161015.352500', '161015.812500', '161016.272500', '161016.732500', '161017.192500', '161017.652500', '161018.112500', '161018.572500', '161019.032500', '161019.492500', '161019.952500', '161020.412500', '161020.872500', '161021.332500', '161021.792500', '161022.252500', '161022.712500', '161023.172500', '161023.632500', '161024.092500', '161024.552500', '161025.012500', '161025.472500', '161025.932500', '161026.392500', '161026.852500', '161027.312500', '161027.772500', '161028.232500', '161028.692500', '161029.152500', '161029.612500', '161030.072500', '161030.532500', '161030.992500', '161031.452500', '161031.912500', '161032.372500', '161032.832500', '161033.292500', '161033.752500', '161034.212500', '161034.672500', '161035.132500', '161035.592500', '161036.052500', '161036.512500', '161036.972500', '161037.432500', '161037.892500', '161038.352500', '161038.812500', '161039.272500', '161039.732500', '161040.192500', '161040.652500', '161041.112500', '161041.572500', '161042.032500', '161042.492500', '161042.952500', '161043.412500', '161043.872500', '161044.332500', '161044.792500', '161045.252500', '161045.712500', '161046.172500', '161046.632500', '161047.092500', '161047.552500', '161048.012500', '161048.472500', '161048.932500', '161049.392500', '161049.852500', '161050.312500', '161050.772500', '161051.232500', '161051.692500', '161052.152500', '161052.612500', '161053.072500', '161053.532500', '161053.992500', '161054.452500', '161054.912500', '161055.372500', '161055.832500', '161056.292500', '161056.752500', '161057.212500', '161057.672500', '161058.132500', '161058.592500', '161059.052500', '161059.512500', '161059.972500', '161100.432500', '161100.892500', '161101.352500', '161101.812500', '161102.272500', '161102.732500', '161103.192500', '161103.652500', '161104.112500', '161104.572500', '161105.032500', '161105.492500', '161105.952500', '161106.412500', '161106.872500', '161107.332500', '161107.792500', '161108.252500', '161108.712500', '161109.172500', '161109.632500', '161110.092500', '161110.552500', '161111.012500', '161111.472500', '161111.932500', '161112.392500', '161112.852500', '161113.312500', '161113.772500', '161114.232500', '161114.692500', '161115.152500', '161115.612500', '161116.072500', '161116.532500', '161116.992500', '161117.452500', '161117.912500', '161118.372500', '161118.832500', '161119.292500', '161119.752500', '161120.212500', '161120.672500', '161121.132500', '161121.592500', '161122.052500', '161122.512500', '161122.972500', '161123.432500', '161123.892500', '161124.352500', '161124.812500', '161125.272500', '161125.732500', '161126.192500', '161126.652500', '161127.112500', '161127.572500', '161128.032500', '161128.492500', '161128.952500', '161129.412500', '161129.872500', '161130.332500', '161130.792500', '161131.252500', '161131.712500', '161132.172500', '161132.632500', '161133.092500', '161133.552500', '161134.012500', '161134.472500', '161134.932500', '161135.392500', '161135.852500', '161136.312500', '161136.772500', '161137.232500', '161137.692500', '161138.152500', '161138.612500', '161139.072500', '161139.532500', '161139.992500', '161140.452500', '161140.912500', '161141.372500', '161141.832500', '161142.292500', '161142.752500', '161143.212500', '161143.672500', '161144.132500', '161144.592500', '161145.052500', '161145.512500', '161145.972500', '161146.432500', '161146.892500', '161147.352500', '161147.812500', '161148.272500', '161148.732500', '161149.192500', '161149.652500', '161150.112500', '161150.572500', '161151.032500', '161151.492500', '161151.952500', '161152.412500', '161152.872500', '161153.332500', '161153.792500', '161154.252500', '161154.712500', '161155.172500', '161155.632500', '161156.092500', '161156.552500', '161157.012500', '161157.472500', '161157.932500', '161158.392500', '161158.852500', '161159.312500', '161159.772500', '161200.232500', '161200.692500', '161201.152500', '161201.612500', '161202.072500', '161202.532500', '161202.992500', '161203.452500', '161203.912500', '161204.372500', '161204.832500', '161205.292500', '161205.752500', '161206.212500', '161206.672500', '161207.132500', '161207.592500', '161208.052500', '161208.512500', '161208.972500', '161209.432500', '161209.892500', '161210.352500', '161210.812500', '161211.272500', '161211.732500', '161212.192500', '161212.652500', '161213.112500', '161213.572500', '161214.032500', '161214.492500', '161214.952500', '161215.412500', '161215.872500', '161216.332500', '161216.792500', '161217.252500', '161217.712500', '161218.172500', '161218.632500', '161219.092500', '161219.552500', '161220.012500', '161220.472500', '161220.932500', '161221.392500', '161221.852500', '161222.312500', '161222.772500', '161223.232500', '161223.692500', '161224.152500', '161224.612500', '161225.072500', '161225.532500', '161225.992500', '161226.452500', '161226.912500', '161227.372500', '161227.832500', '161228.292500', '161228.752500', '161229.212500', '161229.672500', '161230.132500', '161230.592500', '161231.052500', '161231.512500', '161231.972500', '161232.432500', '161232.892500', '161233.352500', '161233.812500', '161234.272500', '161234.732500', '161235.192500', '161235.652500', '161236.112500', '161236.572500', '161237.032500', '161237.492500', '161237.952500', '161238.412500', '161238.872500', '161239.332500', '161239.792500', '161240.252500', '161240.712500', '161241.172500', '161241.632500', '161242.092500', '161242.552500', '161243.012500', '161243.472500', '161243.932500', '161244.392500', '161244.852500', '161245.312500', '161245.772500', '161246.232500', '161246.692500', '161247.152500', '161247.612500', '161248.072500', '161248.532500', '161248.992500', '161249.452500', '161249.912500', '161250.372500', '161250.832500', '161251.292500', '161251.752500', '161252.212500', '161252.672500', '161253.132500', '161253.592500', '161254.052500', '161254.512500', '161254.972500', '161255.432500', '161255.892500', '161256.352500', '161256.812500', '161257.272500', '161257.732500', '161258.192500', '161258.652500', '161259.112500', '161259.572500', '161300.032500', '161300.492500', '161300.952500', '161301.412500', '161301.872500', '161302.332500', '161302.792500', '161303.252500', '161303.712500', '161304.172500', '161304.632500', '161305.092500', '161305.552500', '161306.012500', '161306.472500', '161306.932500', '161307.392500', '161307.852500', '161308.312500', '161308.772500', '161309.232500', '161309.692500', '161310.152500', '161310.612500', '161311.072500', '161311.532500', '161311.992500', '161312.452500', '161312.912500', '161313.372500', '161313.832500', '161314.292500', '161314.752500', '161315.212500', '161315.672500', '161316.132500', '161316.592500', '161317.052500', '161317.512500', '161317.972500', '161318.432500', '161318.892500', '161319.352500', '161319.812500', '161320.272500', '161320.732500', '161321.192500', '161321.652500', '161322.112500', '161322.572500', '161323.032500', '161323.492500', '161323.952500', '161324.412500', '161324.872500', '161325.332500', '161325.792500', '161326.252500', '161326.712500', '161327.172500', '161327.632500', '161328.092500', '161328.552500', '161329.012500', '161329.472500', '161329.932500', '161330.392500', '161330.852500', '161331.312500', '161331.772500', '161332.232500', '161332.692500', '161333.152500', '161333.612500', '161334.072500', '161334.532500', '161334.992500', '161335.452500', '161335.912500', '161336.372500', '161336.832500', '161337.292500', '161337.752500', '161338.212500', '161338.672500', '161339.132500', '161339.592500', '161340.052500', '161340.512500', '161340.972500', '161341.432500', '161341.892500', '161342.352500', '161342.812500', '161343.272500', '161343.732500', '161344.192500', '161344.652500', '161345.112500', '161345.572500', '161346.032500', '161346.492500', '161346.952500', '161347.412500', '161347.872500', '161348.332500', '161348.792500', '161349.252500', '161349.712500', '161350.172500', '161350.632500', '161351.092500', '161351.552500', '161352.012500', '161352.472500', '161352.932500', '161353.392500', '161353.852500', '161354.312500', '161354.772500', '161355.232500', '161355.692500', '161356.152500', '161356.612500', '161357.072500', '161357.532500', '161357.992500', '161358.452500', '161358.912500', '161359.372500', '161359.832500', '161400.292500', '161400.752500', '161401.212500', '161401.672500', '161402.132500', '161402.592500', '161403.052500', '161403.512500', '161403.972500', '161404.432500', '161404.892500', '161405.352500', '161405.812500', '161406.272500', '161406.732500', '161407.192500', '161407.652500', '161408.112500', '161408.572500', '161409.032500', '161409.492500', '161409.952500', '161410.412500', '161410.872500', '161411.332500', '161411.792500', '161412.252500', '161412.712500', '161413.172500', '161413.632500', '161414.092500', '161414.552500', '161415.012500', '161415.472500', '161415.932500', '161416.392500', '161416.852500', '161417.312500', '161417.772500', '161418.232500', '161418.692500', '161419.152500', '161419.612500', '161420.072500', '161420.532500', '161420.992500', '161421.452500', '161421.912500', '161422.372500', '161422.832500', '161423.292500', '161423.752500', '161424.212500', '161424.672500', '161425.132500', '161425.592500', '161426.052500', '161426.512500', '161426.972500', '161427.432500', '161427.892500', '161428.352500', '161428.812500', '161429.272500', '161429.732500', '161430.192500', '161430.652500', '161431.112500', '161431.572500', '161432.032500', '161432.492500', '161432.952500', '161433.412500', '161433.872500', '161434.332500', '161434.792500', '161435.252500', '161435.712500', '161436.172500', '161436.632500', '161437.092500', '161437.552500', '161438.012500', '161438.472500', '161438.932500', '161439.392500', '161439.852500', '161440.312500', '161440.772500', '161441.232500', '161441.692500', '161442.152500', '161442.612500', '161443.072500', '161443.532500', '161443.992500', '161444.452500', '161444.912500', '161445.372500', '161445.832500', '161446.292500', '161446.752500', '161447.212500', '161447.672500', '161448.132500', '161448.592500', '161449.052500', '161449.512500', '161449.972500', '161450.432500', '161450.892500', '161451.352500', '161451.812500', '161452.272500', '161452.732500', '161453.192500', '161453.652500', '161454.112500', '161454.572500', '161455.032500', '161455.492500', '161455.952500', '161456.412500', '161456.872500', '161457.332500', '161457.792500', '161458.252500', '161458.712500', '161459.172500', '161459.632500', '161500.092500', '161500.552500', '161501.012500', '161501.472500', '161501.932500', '161502.392500', '161502.852500', '161503.312500', '161503.772500', '161504.232500', '161504.692500', '161505.152500'], 'ContentTime': ['160818.308000', '160818.311000', '160818.314000', '160818.317000', '160818.320000', '160818.323000', '160818.326000', '160818.329000', '160818.331000', '160818.334000', '160818.337000', '160818.340000', '160818.343000', '160818.346000', '160818.350000', '160818.353000', '160818.356000', '160818.359000', '160818.362000', '160818.364000', '160818.373000', '160818.376000', '160818.378000', '160818.381000', '160818.384000', '160818.387000', '160818.390000', '160838.267000', '160838.270000', '160838.273000', '160838.276000', '160838.283000', '160838.286000', '160838.289000', '160838.292000', '160838.294000', '160838.297000', '160838.300000', '160838.303000', '160838.306000', '160838.309000', '160838.312000', '160838.315000', '160838.318000', '160838.324000', '160838.327000', '160838.330000', '160838.333000', '160838.336000', '160838.338000', '160838.341000', '160838.344000', '160838.347000', '160838.350000', '160838.353000', '160838.356000', '160838.358000', '160838.361000', '160838.364000', '160838.367000', '160838.370000', '160838.373000', '160838.375000', '160838.378000', '160838.381000', '160838.384000', '160838.387000', '160838.390000', '160838.392000', '160838.395000', '160838.398000', '160858.267000', '160858.270000', '160858.273000', '160858.276000', '160858.279000', '160858.281000', '160858.284000', '160858.287000', '160858.290000', '160858.293000', '160858.296000', '160858.299000', '160858.302000', '160858.305000', '160858.314000', '160858.318000', '160858.320000', '160858.323000', '160858.326000', '160858.329000', '160858.332000', '160858.335000', '160858.338000', '160858.340000', '160858.343000', '160858.346000', '160858.349000', '160858.352000', '160858.355000', '160858.358000', '160858.361000', '160858.363000', '160858.366000', '160858.369000', '160858.372000', '160858.375000', '160858.378000', '160858.380000', '160858.383000', '160858.386000', '160858.389000', '160858.392000', '160858.395000', '160918.267000', '160918.270000', '160918.273000', '160918.276000', '160918.278000', '160918.281000', '160918.284000', '160918.287000', '160918.290000', '160918.293000', '160918.296000', '160918.298000', '160918.301000', '160918.304000', '160918.307000', '160918.310000', '160918.313000', '160918.316000', '160918.319000', '160918.321000', '160918.324000', '160918.327000', '160918.330000', '160918.333000', '160918.336000', '160918.339000', '160918.341000', '160918.344000', '160918.347000', '160918.350000', '160918.353000', '160918.356000', '160918.359000', '160918.362000', '160918.364000', '160918.367000', '160918.370000', '160918.373000', '160918.376000', '160918.378000', '160918.381000', '160918.384000', '160918.387000', '160918.390000', '160938.267000', '160938.270000', '160938.273000', '160938.276000', '160938.279000', '160938.281000', '160938.284000', '160938.287000', '160938.290000', '160938.293000', '160938.296000', '160938.299000', '160938.302000', '160938.304000', '160938.307000', '160938.310000', '160938.313000', '160938.316000', '160938.319000', '160938.322000', '160938.324000', '160938.327000', '160938.330000', '160938.333000', '160938.336000', '160938.341000', '160938.344000', '160938.347000', '160938.350000', '160938.353000', '160938.356000', '160938.359000', '160938.362000', '160938.364000', '160938.367000', '160938.370000', '160938.373000', '160938.376000', '160938.379000', '160938.381000', '160938.384000', '160938.387000', '160938.390000', '160958.266000', '160958.269000', '160958.272000', '160958.275000', '160958.278000', '160958.280000', '160958.283000', '160958.286000', '160958.289000', '160958.292000', '160958.295000', '160958.297000', '160958.300000', '160958.303000', '160958.306000', '160958.309000', '160958.312000', '160958.315000', '160958.318000', '160958.320000', '160958.323000', '160958.326000', '160958.329000', '160958.332000', '160958.335000', '160958.350000', '160958.353000', '160958.356000', '160958.358000', '160958.361000', '160958.364000', '160958.367000', '160958.370000', '160958.372000', '160958.375000', '160958.378000', '160958.381000', '160958.384000', '160958.387000', '160958.390000', '160958.393000', '160958.396000', '160958.398000', '160958.401000', '161018.266000', '161018.275000', '161018.278000', '161018.282000', '161018.285000', '161018.288000', '161018.291000', '161018.294000', '161018.296000', '161018.299000', '161018.302000', '161018.305000', '161018.308000', '161018.311000', '161018.314000', '161018.317000', '161018.320000', '161018.323000', '161018.325000', '161018.328000', '161018.331000', '161018.334000', '161018.337000', '161018.340000', '161018.343000', '161018.346000', '161018.349000', '161018.352000', '161018.355000', '161018.357000', '161018.360000', '161018.363000', '161018.366000', '161018.369000', '161018.372000', '161018.374000', '161018.377000', '161018.380000', '161018.383000', '161018.388000', '161018.392000', '161018.395000', '161018.398000', '161038.266000', '161038.269000', '161038.272000', '161038.275000', '161038.278000', '161038.280000', '161038.283000', '161038.286000', '161038.289000', '161038.292000', '161038.295000', '161038.298000', '161038.300000', '161038.303000', '161038.306000', '161038.309000', '161038.312000', '161038.315000', '161038.318000', '161038.321000', '161038.323000', '161038.326000', '161038.329000', '161038.332000', '161038.335000', '161038.338000', '161038.341000', '161038.344000', '161038.346000', '161038.349000', '161038.352000', '161038.355000', '161038.358000', '161038.366000', '161038.369000', '161038.372000', '161038.375000', '161038.378000', '161038.381000', '161038.384000', '161038.387000', '161038.389000', '161038.392000', '161038.395000', '161058.267000', '161058.270000', '161058.273000', '161058.276000', '161058.279000', '161058.282000', '161058.284000', '161058.287000', '161058.290000', '161058.293000', '161058.296000', '161058.299000', '161058.302000', '161058.304000', '161058.307000', '161058.310000', '161058.313000', '161058.316000', '161058.319000', '161058.322000', '161058.325000', '161058.328000', '161058.330000', '161058.333000', '161058.336000', '161058.339000', '161058.342000', '161058.345000', '161058.348000', '161058.351000', '161058.355000', '161058.358000', '161058.361000', '161058.364000', '161058.367000', '161058.370000', '161058.373000', '161058.376000', '161058.379000', '161058.382000', '161058.384000', '161058.387000', '161058.390000', '161118.267000', '161118.270000', '161118.273000', '161118.276000', '161118.279000', '161118.281000', '161118.284000', '161118.287000', '161118.290000', '161118.293000', '161118.296000', '161118.299000', '161118.302000', '161118.305000', '161118.308000', '161118.310000', '161118.313000', '161118.316000', '161118.319000', '161118.322000', '161118.325000', '161118.328000', '161118.331000', '161118.334000', '161118.336000', '161118.339000', '161118.342000', '161118.345000', '161118.348000', '161118.351000', '161118.354000', '161118.356000', '161118.359000', '161118.362000', '161118.365000', '161118.368000', '161118.371000', '161118.374000', '161118.377000', '161118.379000', '161118.382000', '161118.385000', '161118.388000', '161118.391000', '161138.267000', '161138.270000', '161138.273000', '161138.276000', '161138.278000', '161138.298000', '161138.301000', '161138.304000', '161138.307000', '161138.310000', '161138.313000', '161138.316000', '161138.320000', '161138.323000', '161138.326000', '161138.329000', '161138.332000', '161138.334000', '161138.337000', '161138.340000', '161138.343000', '161138.346000', '161138.349000', '161138.352000', '161138.355000', '161138.358000', '161138.361000', '161138.363000', '161138.366000', '161138.369000', '161138.372000', '161138.375000', '161138.378000', '161138.381000', '161138.384000', '161138.387000', '161138.390000', '161138.393000', '161138.396000', '161138.399000', '161138.402000', '161138.405000', '161138.407000', '161158.267000', '161158.270000', '161158.273000', '161158.276000', '161158.279000', '161158.281000', '161158.285000', '161158.288000', '161158.291000', '161158.294000', '161158.297000', '161158.300000', '161158.303000', '161158.305000', '161158.308000', '161158.311000', '161158.314000', '161158.317000', '161158.320000', '161158.323000', '161158.326000', '161158.329000', '161158.332000', '161158.335000', '161158.338000', '161158.340000', '161158.343000', '161158.346000', '161158.349000', '161158.352000', '161158.355000', '161158.358000', '161158.360000', '161158.363000', '161158.366000', '161158.369000', '161158.372000', '161158.375000', '161158.378000', '161158.381000', '161158.384000', '161158.387000', '161158.390000', '161158.392000', '161218.266000', '161218.269000', '161218.272000', '161218.275000', '161218.278000', '161218.280000', '161218.283000', '161218.286000', '161218.289000', '161218.292000', '161218.295000', '161218.298000', '161218.300000', '161218.303000', '161218.306000', '161218.309000', '161218.312000', '161218.315000', '161218.318000', '161218.321000', '161218.324000', '161218.326000', '161218.329000', '161218.332000', '161218.335000', '161218.338000', '161218.341000', '161218.343000', '161218.346000', '161218.349000', '161218.352000', '161218.355000', '161218.358000', '161218.361000', '161218.364000', '161218.367000', '161218.370000', '161218.372000', '161218.375000', '161218.378000', '161218.381000', '161218.384000', '161218.387000', '161238.266000', '161238.269000', '161238.272000', '161238.275000', '161238.278000', '161238.281000', '161238.283000', '161238.286000', '161238.289000', '161238.292000', '161238.295000', '161238.298000', '161238.301000', '161238.304000', '161238.306000', '161238.309000', '161238.312000', '161238.315000', '161238.318000', '161238.321000', '161238.324000', '161238.327000', '161238.329000', '161238.332000', '161238.335000', '161238.338000', '161238.341000', '161238.344000', '161238.347000', '161238.349000', '161238.352000', '161238.355000', '161238.358000', '161238.361000', '161238.364000', '161238.367000', '161238.369000', '161238.372000', '161238.375000', '161238.378000', '161238.381000', '161238.384000', '161238.387000', '161238.390000', '161258.266000', '161258.269000', '161258.272000', '161258.275000', '161258.278000', '161258.281000', '161258.283000', '161258.286000', '161258.289000', '161258.292000', '161258.295000', '161258.298000', '161258.301000', '161258.304000', '161258.306000', '161258.309000', '161258.312000', '161258.315000', '161258.318000', '161258.321000', '161258.324000', '161258.327000', '161258.330000', '161258.333000', '161258.335000', '161258.338000', '161258.341000', '161258.344000', '161258.347000', '161258.350000', '161258.363000', '161258.367000', '161258.370000', '161258.373000', '161258.375000', '161258.378000', '161258.381000', '161258.384000', '161258.387000', '161258.390000', '161258.393000', '161258.396000', '161258.398000', '161318.267000', '161318.270000', '161318.273000', '161318.276000', '161318.279000', '161318.282000', '161318.284000', '161318.287000', '161318.290000', '161318.293000', '161318.296000', '161318.299000', '161318.301000', '161318.304000', '161318.307000', '161318.310000', '161318.313000', '161318.316000', '161318.319000', '161318.322000', '161318.325000', '161318.328000', '161318.330000', '161318.333000', '161318.336000', '161318.339000', '161318.342000', '161318.345000', '161318.348000', '161318.351000', '161318.354000', '161318.356000', '161318.359000', '161318.362000', '161318.365000', '161318.368000', '161318.371000', '161318.374000', '161318.377000', '161318.379000', '161318.382000', '161318.385000', '161318.388000', '161318.391000', '161338.267000', '161338.270000', '161338.273000', '161338.276000', '161338.279000', '161338.282000', '161338.284000', '161338.287000', '161338.290000', '161338.293000', '161338.296000', '161338.299000', '161338.302000', '161338.304000', '161338.307000', '161338.310000', '161338.313000', '161338.316000', '161338.319000', '161338.330000', '161338.333000', '161338.336000', '161338.339000', '161338.342000', '161338.345000', '161338.348000', '161338.350000', '161338.353000', '161338.356000', '161338.359000', '161338.362000', '161338.365000', '161338.368000', '161338.370000', '161338.373000', '161338.376000', '161338.379000', '161338.382000', '161338.385000', '161338.388000', '161338.391000', '161338.394000', '161338.397000', '161358.267000', '161358.270000', '161358.273000', '161358.276000', '161358.279000', '161358.282000', '161358.284000', '161358.287000', '161358.290000', '161358.293000', '161358.296000', '161358.299000', '161358.302000', '161358.304000', '161358.307000', '161358.310000', '161358.313000', '161358.316000', '161358.321000', '161358.324000', '161358.326000', '161358.329000', '161358.332000', '161358.335000', '161358.338000', '161358.341000', '161358.344000', '161358.346000', '161358.349000', '161358.352000', '161358.355000', '161358.358000', '161358.361000', '161358.364000', '161358.367000', '161358.370000', '161358.373000', '161358.375000', '161358.378000', '161358.381000', '161358.384000', '161358.387000', '161358.390000', '161358.393000', '161418.267000', '161418.270000', '161418.273000', '161418.276000', '161418.279000', '161418.282000', '161418.284000', '161418.287000', '161418.290000', '161418.293000', '161418.296000', '161418.299000', '161418.301000', '161418.304000', '161418.307000', '161418.310000', '161418.313000', '161418.316000', '161418.319000', '161418.322000', '161418.325000', '161418.328000', '161418.330000', '161418.333000', '161418.336000', '161418.339000', '161418.342000', '161418.345000', '161418.348000', '161418.351000', '161418.354000', '161418.357000', '161418.359000', '161418.362000', '161418.365000', '161418.368000', '161418.371000', '161418.374000', '161418.376000', '161418.379000', '161418.382000', '161418.395000', '161418.398000', '161438.266000', '161438.269000', '161438.272000', '161438.275000', '161438.278000', '161438.280000', '161438.283000', '161438.286000', '161438.289000', '161438.292000', '161438.295000', '161438.298000', '161438.301000', '161438.304000', '161438.306000', '161438.309000', '161438.312000', '161438.315000', '161438.318000', '161438.321000', '161438.324000', '161438.326000', '161438.329000', '161438.332000', '161438.335000', '161438.338000', '161438.341000', '161438.344000', '161438.347000', '161438.350000', '161438.352000', '161438.355000', '161438.358000', '161438.361000', '161438.364000', '161438.367000', '161438.369000', '161438.372000', '161438.375000', '161438.378000', '161438.381000', '161438.384000', '161438.387000', '161438.390000', '161458.266000', '161458.269000', '161458.272000', '161458.275000', '161458.278000', '161458.281000', '161458.284000', '161458.286000', '161458.289000', '161458.292000', '161458.295000', '161458.298000', '161458.301000', '161458.304000', '161458.307000', '161458.309000', '161458.312000', '161458.315000', '161458.318000', '161458.321000', '161458.324000', '161458.327000', '161458.329000', '161458.332000', '161458.335000', '161458.338000', '161458.341000', '161458.344000', '161458.347000', '161458.349000', '161458.352000', '161458.355000', '161458.358000', '161458.361000', '161458.364000', '161458.367000', '161458.369000', '161458.372000', '161458.375000', '161458.378000', '161458.381000', '161458.384000', '161458.386000', '161505.906000', '161505.910000', '161505.913000', '161505.917000', '161505.920000', '161505.924000', '161505.934000', '161505.937000', '161505.940000', '161505.943000', '161505.946000', '161505.949000', '161505.952000', '161505.955000', '161505.958000', '161505.961000', '161505.964000'], 'InstanceCreationTime': ['160818.308000', '160818.311000', '160818.314000', '160818.317000', '160818.320000', '160818.323000', '160818.326000', '160818.329000', '160818.331000', '160818.334000', '160818.337000', '160818.340000', '160818.343000', '160818.346000', '160818.350000', '160818.353000', '160818.356000', '160818.359000', '160818.362000', '160818.364000', '160818.373000', '160818.376000', '160818.378000', '160818.381000', '160818.384000', '160818.387000', '160818.390000', '160838.267000', '160838.270000', '160838.273000', '160838.276000', '160838.283000', '160838.286000', '160838.289000', '160838.292000', '160838.294000', '160838.297000', '160838.300000', '160838.303000', '160838.306000', '160838.309000', '160838.312000', '160838.315000', '160838.318000', '160838.324000', '160838.327000', '160838.330000', '160838.333000', '160838.336000', '160838.338000', '160838.341000', '160838.344000', '160838.347000', '160838.350000', '160838.353000', '160838.356000', '160838.358000', '160838.361000', '160838.364000', '160838.367000', '160838.370000', '160838.373000', '160838.375000', '160838.378000', '160838.381000', '160838.384000', '160838.387000', '160838.390000', '160838.392000', '160838.395000', '160838.398000', '160858.267000', '160858.270000', '160858.273000', '160858.276000', '160858.279000', '160858.281000', '160858.284000', '160858.287000', '160858.290000', '160858.293000', '160858.296000', '160858.299000', '160858.302000', '160858.305000', '160858.314000', '160858.318000', '160858.320000', '160858.323000', '160858.326000', '160858.329000', '160858.332000', '160858.335000', '160858.338000', '160858.340000', '160858.343000', '160858.346000', '160858.349000', '160858.352000', '160858.355000', '160858.358000', '160858.361000', '160858.363000', '160858.366000', '160858.369000', '160858.372000', '160858.375000', '160858.378000', '160858.380000', '160858.383000', '160858.386000', '160858.389000', '160858.392000', '160858.395000', '160918.267000', '160918.270000', '160918.273000', '160918.276000', '160918.278000', '160918.281000', '160918.284000', '160918.287000', '160918.290000', '160918.293000', '160918.296000', '160918.298000', '160918.301000', '160918.304000', '160918.307000', '160918.310000', '160918.313000', '160918.316000', '160918.319000', '160918.321000', '160918.324000', '160918.327000', '160918.330000', '160918.333000', '160918.336000', '160918.339000', '160918.341000', '160918.344000', '160918.347000', '160918.350000', '160918.353000', '160918.356000', '160918.359000', '160918.362000', '160918.364000', '160918.367000', '160918.370000', '160918.373000', '160918.376000', '160918.378000', '160918.381000', '160918.384000', '160918.387000', '160918.390000', '160938.267000', '160938.270000', '160938.273000', '160938.276000', '160938.279000', '160938.281000', '160938.284000', '160938.287000', '160938.290000', '160938.293000', '160938.296000', '160938.299000', '160938.302000', '160938.304000', '160938.307000', '160938.310000', '160938.313000', '160938.316000', '160938.319000', '160938.322000', '160938.324000', '160938.327000', '160938.330000', '160938.333000', '160938.336000', '160938.341000', '160938.344000', '160938.347000', '160938.350000', '160938.353000', '160938.356000', '160938.359000', '160938.362000', '160938.364000', '160938.367000', '160938.370000', '160938.373000', '160938.376000', '160938.379000', '160938.381000', '160938.384000', '160938.387000', '160938.390000', '160958.266000', '160958.269000', '160958.272000', '160958.275000', '160958.278000', '160958.280000', '160958.283000', '160958.286000', '160958.289000', '160958.292000', '160958.295000', '160958.297000', '160958.300000', '160958.303000', '160958.306000', '160958.309000', '160958.312000', '160958.315000', '160958.318000', '160958.320000', '160958.323000', '160958.326000', '160958.329000', '160958.332000', '160958.335000', '160958.350000', '160958.353000', '160958.356000', '160958.358000', '160958.361000', '160958.364000', '160958.367000', '160958.370000', '160958.372000', '160958.375000', '160958.378000', '160958.381000', '160958.384000', '160958.387000', '160958.390000', '160958.393000', '160958.396000', '160958.398000', '160958.401000', '161018.266000', '161018.275000', '161018.278000', '161018.282000', '161018.285000', '161018.288000', '161018.291000', '161018.294000', '161018.296000', '161018.299000', '161018.302000', '161018.305000', '161018.308000', '161018.311000', '161018.314000', '161018.317000', '161018.320000', '161018.323000', '161018.325000', '161018.328000', '161018.331000', '161018.334000', '161018.337000', '161018.340000', '161018.343000', '161018.346000', '161018.349000', '161018.352000', '161018.355000', '161018.357000', '161018.360000', '161018.363000', '161018.366000', '161018.369000', '161018.372000', '161018.374000', '161018.377000', '161018.380000', '161018.383000', '161018.388000', '161018.392000', '161018.395000', '161018.398000', '161038.266000', '161038.269000', '161038.272000', '161038.275000', '161038.278000', '161038.280000', '161038.283000', '161038.286000', '161038.289000', '161038.292000', '161038.295000', '161038.298000', '161038.300000', '161038.303000', '161038.306000', '161038.309000', '161038.312000', '161038.315000', '161038.318000', '161038.321000', '161038.323000', '161038.326000', '161038.329000', '161038.332000', '161038.335000', '161038.338000', '161038.341000', '161038.344000', '161038.346000', '161038.349000', '161038.352000', '161038.355000', '161038.358000', '161038.366000', '161038.369000', '161038.372000', '161038.375000', '161038.378000', '161038.381000', '161038.384000', '161038.387000', '161038.389000', '161038.392000', '161038.395000', '161058.267000', '161058.270000', '161058.273000', '161058.276000', '161058.279000', '161058.282000', '161058.284000', '161058.287000', '161058.290000', '161058.293000', '161058.296000', '161058.299000', '161058.302000', '161058.304000', '161058.307000', '161058.310000', '161058.313000', '161058.316000', '161058.319000', '161058.322000', '161058.325000', '161058.328000', '161058.330000', '161058.333000', '161058.336000', '161058.339000', '161058.342000', '161058.345000', '161058.348000', '161058.351000', '161058.355000', '161058.358000', '161058.361000', '161058.364000', '161058.367000', '161058.370000', '161058.373000', '161058.376000', '161058.379000', '161058.382000', '161058.384000', '161058.387000', '161058.390000', '161118.267000', '161118.270000', '161118.273000', '161118.276000', '161118.279000', '161118.281000', '161118.284000', '161118.287000', '161118.290000', '161118.293000', '161118.296000', '161118.299000', '161118.302000', '161118.305000', '161118.308000', '161118.310000', '161118.313000', '161118.316000', '161118.319000', '161118.322000', '161118.325000', '161118.328000', '161118.331000', '161118.334000', '161118.336000', '161118.339000', '161118.342000', '161118.345000', '161118.348000', '161118.351000', '161118.354000', '161118.356000', '161118.359000', '161118.362000', '161118.365000', '161118.368000', '161118.371000', '161118.374000', '161118.377000', '161118.379000', '161118.382000', '161118.385000', '161118.388000', '161118.391000', '161138.267000', '161138.270000', '161138.273000', '161138.276000', '161138.278000', '161138.298000', '161138.301000', '161138.304000', '161138.307000', '161138.310000', '161138.313000', '161138.316000', '161138.320000', '161138.323000', '161138.326000', '161138.329000', '161138.332000', '161138.334000', '161138.337000', '161138.340000', '161138.343000', '161138.346000', '161138.349000', '161138.352000', '161138.355000', '161138.358000', '161138.361000', '161138.363000', '161138.366000', '161138.369000', '161138.372000', '161138.375000', '161138.378000', '161138.381000', '161138.384000', '161138.387000', '161138.390000', '161138.393000', '161138.396000', '161138.399000', '161138.402000', '161138.405000', '161138.407000', '161158.267000', '161158.270000', '161158.273000', '161158.276000', '161158.279000', '161158.281000', '161158.285000', '161158.288000', '161158.291000', '161158.294000', '161158.297000', '161158.300000', '161158.303000', '161158.305000', '161158.308000', '161158.311000', '161158.314000', '161158.317000', '161158.320000', '161158.323000', '161158.326000', '161158.329000', '161158.332000', '161158.335000', '161158.338000', '161158.340000', '161158.343000', '161158.346000', '161158.349000', '161158.352000', '161158.355000', '161158.358000', '161158.360000', '161158.363000', '161158.366000', '161158.369000', '161158.372000', '161158.375000', '161158.378000', '161158.381000', '161158.384000', '161158.387000', '161158.390000', '161158.392000', '161218.266000', '161218.269000', '161218.272000', '161218.275000', '161218.278000', '161218.280000', '161218.283000', '161218.286000', '161218.289000', '161218.292000', '161218.295000', '161218.298000', '161218.300000', '161218.303000', '161218.306000', '161218.309000', '161218.312000', '161218.315000', '161218.318000', '161218.321000', '161218.324000', '161218.326000', '161218.329000', '161218.332000', '161218.335000', '161218.338000', '161218.341000', '161218.343000', '161218.346000', '161218.349000', '161218.352000', '161218.355000', '161218.358000', '161218.361000', '161218.364000', '161218.367000', '161218.370000', '161218.372000', '161218.375000', '161218.378000', '161218.381000', '161218.384000', '161218.387000', '161238.266000', '161238.269000', '161238.272000', '161238.275000', '161238.278000', '161238.281000', '161238.283000', '161238.286000', '161238.289000', '161238.292000', '161238.295000', '161238.298000', '161238.301000', '161238.304000', '161238.306000', '161238.309000', '161238.312000', '161238.315000', '161238.318000', '161238.321000', '161238.324000', '161238.327000', '161238.329000', '161238.332000', '161238.335000', '161238.338000', '161238.341000', '161238.344000', '161238.347000', '161238.349000', '161238.352000', '161238.355000', '161238.358000', '161238.361000', '161238.364000', '161238.367000', '161238.369000', '161238.372000', '161238.375000', '161238.378000', '161238.381000', '161238.384000', '161238.387000', '161238.390000', '161258.266000', '161258.269000', '161258.272000', '161258.275000', '161258.278000', '161258.281000', '161258.283000', '161258.286000', '161258.289000', '161258.292000', '161258.295000', '161258.298000', '161258.301000', '161258.304000', '161258.306000', '161258.309000', '161258.312000', '161258.315000', '161258.318000', '161258.321000', '161258.324000', '161258.327000', '161258.330000', '161258.333000', '161258.335000', '161258.338000', '161258.341000', '161258.344000', '161258.347000', '161258.350000', '161258.363000', '161258.367000', '161258.370000', '161258.373000', '161258.375000', '161258.378000', '161258.381000', '161258.384000', '161258.387000', '161258.390000', '161258.393000', '161258.396000', '161258.398000', '161318.267000', '161318.270000', '161318.273000', '161318.276000', '161318.279000', '161318.282000', '161318.284000', '161318.287000', '161318.290000', '161318.293000', '161318.296000', '161318.299000', '161318.301000', '161318.304000', '161318.307000', '161318.310000', '161318.313000', '161318.316000', '161318.319000', '161318.322000', '161318.325000', '161318.328000', '161318.330000', '161318.333000', '161318.336000', '161318.339000', '161318.342000', '161318.345000', '161318.348000', '161318.351000', '161318.354000', '161318.356000', '161318.359000', '161318.362000', '161318.365000', '161318.368000', '161318.371000', '161318.374000', '161318.377000', '161318.379000', '161318.382000', '161318.385000', '161318.388000', '161318.391000', '161338.267000', '161338.270000', '161338.273000', '161338.276000', '161338.279000', '161338.282000', '161338.284000', '161338.287000', '161338.290000', '161338.293000', '161338.296000', '161338.299000', '161338.302000', '161338.304000', '161338.307000', '161338.310000', '161338.313000', '161338.316000', '161338.319000', '161338.330000', '161338.333000', '161338.336000', '161338.339000', '161338.342000', '161338.345000', '161338.348000', '161338.350000', '161338.353000', '161338.356000', '161338.359000', '161338.362000', '161338.365000', '161338.368000', '161338.370000', '161338.373000', '161338.376000', '161338.379000', '161338.382000', '161338.385000', '161338.388000', '161338.391000', '161338.394000', '161338.397000', '161358.267000', '161358.270000', '161358.273000', '161358.276000', '161358.279000', '161358.282000', '161358.284000', '161358.287000', '161358.290000', '161358.293000', '161358.296000', '161358.299000', '161358.302000', '161358.304000', '161358.307000', '161358.310000', '161358.313000', '161358.316000', '161358.321000', '161358.324000', '161358.326000', '161358.329000', '161358.332000', '161358.335000', '161358.338000', '161358.341000', '161358.344000', '161358.346000', '161358.349000', '161358.352000', '161358.355000', '161358.358000', '161358.361000', '161358.364000', '161358.367000', '161358.370000', '161358.373000', '161358.375000', '161358.378000', '161358.381000', '161358.384000', '161358.387000', '161358.390000', '161358.393000', '161418.267000', '161418.270000', '161418.273000', '161418.276000', '161418.279000', '161418.282000', '161418.284000', '161418.287000', '161418.290000', '161418.293000', '161418.296000', '161418.299000', '161418.301000', '161418.304000', '161418.307000', '161418.310000', '161418.313000', '161418.316000', '161418.319000', '161418.322000', '161418.325000', '161418.328000', '161418.330000', '161418.333000', '161418.336000', '161418.339000', '161418.342000', '161418.345000', '161418.348000', '161418.351000', '161418.354000', '161418.357000', '161418.359000', '161418.362000', '161418.365000', '161418.368000', '161418.371000', '161418.374000', '161418.376000', '161418.379000', '161418.382000', '161418.395000', '161418.398000', '161438.266000', '161438.269000', '161438.272000', '161438.275000', '161438.278000', '161438.280000', '161438.283000', '161438.286000', '161438.289000', '161438.292000', '161438.295000', '161438.298000', '161438.301000', '161438.304000', '161438.306000', '161438.309000', '161438.312000', '161438.315000', '161438.318000', '161438.321000', '161438.324000', '161438.326000', '161438.329000', '161438.332000', '161438.335000', '161438.338000', '161438.341000', '161438.344000', '161438.347000', '161438.350000', '161438.352000', '161438.355000', '161438.358000', '161438.361000', '161438.364000', '161438.367000', '161438.369000', '161438.372000', '161438.375000', '161438.378000', '161438.381000', '161438.384000', '161438.387000', '161438.390000', '161458.266000', '161458.269000', '161458.272000', '161458.275000', '161458.278000', '161458.281000', '161458.284000', '161458.286000', '161458.289000', '161458.292000', '161458.295000', '161458.298000', '161458.301000', '161458.304000', '161458.307000', '161458.309000', '161458.312000', '161458.315000', '161458.318000', '161458.321000', '161458.324000', '161458.327000', '161458.329000', '161458.332000', '161458.335000', '161458.338000', '161458.341000', '161458.344000', '161458.347000', '161458.349000', '161458.352000', '161458.355000', '161458.358000', '161458.361000', '161458.364000', '161458.367000', '161458.369000', '161458.372000', '161458.375000', '161458.378000', '161458.381000', '161458.384000', '161458.386000', '161505.906000', '161505.910000', '161505.913000', '161505.917000', '161505.920000', '161505.924000', '161505.934000', '161505.937000', '161505.940000', '161505.943000', '161505.946000', '161505.949000', '161505.952000', '161505.955000', '161505.958000', '161505.961000', '161505.964000'], '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': [10859, 9171, 12466, 9910, 8246, 10717, 9110, 8117, 10481, 8972, 8999, 10503, 9224, 12507, 9465, 8534, 10903, 8934, 13372, 9791, 8694, 11151, 8735, 12693, 9379, 8477, 11279, 8808, 8308, 9918, 9521, 12771, 9280, 8118, 10758, 8690, 11042, 9729, 8374, 11246, 9600, 12154, 10468, 8137, 10986, 8983, 12672, 9442, 8629, 11389, 8645, 7928, 10299, 8883, 7685, 10083, 9192, 12228, 9965, 9011, 14127, 12480, 9649, 8893, 9430, 8515, 8523, 15198, 11313, 8573, 13550, 9361, 13553, 9568, 8999, 11202, 8518, 8086, 9856, 8892, 12368, 8843, 7929, 9682, 8685, 12853, 8869, 8472, 10633, 8664, 8661, 9740, 9100, 8613, 10135, 8718, 7523, 11090, 8903, 9405, 12484, 10036, 9080, 11488, 9735, 9347, 15272, 12360, 9129, 10789, 8916, 11813, 9287, 8972, 10610, 8617, 12437, 8626, 8062, 10000, 8480, 7316, 9383, 8668, 12063, 8636, 7932, 9152, 8744, 11425, 8485, 11584, 9455, 9869, 11880, 11706, 13690, 10990, 13159, 8874, 10760, 8362, 9230, 9067, 8534, 11863, 8369, 11502, 8960, 8342, 10589, 8271, 11833, 8313, 8419, 9330, 8415, 10395, 8588, 11342, 8492, 7719, 9725, 8219, 8391, 8826, 8132, 11363, 8532, 8129, 9298, 8799, 12061, 9214, 8998, 10424, 9215, 13175, 11511, 12781, 9339, 8944, 12668, 8920, 10003, 10124, 8594, 14355, 8917, 13682, 10972, 8741, 10602, 8738, 10802, 8910, 8691, 10329, 8329, 8427, 9129, 8820, 11610, 8791, 7610, 9658, 8626, 11864, 8742, 8425, 10287, 8330, 11994, 8637, 12874, 11368, 8973, 10328, 8901, 10112, 13007, 13601, 14304, 12675, 9891, 12668, 8568, 7980, 9897, 9393, 9186, 14608, 11416, 11238, 14816, 11137, 12840, 11882, 16900, 13083, 8123, 10926, 8879, 12080, 9097, 11516, 10163, 8450, 11895, 9087, 12538, 10094, 8641, 11785, 8877, 11102, 10796, 9014, 13763, 9097, 7496, 11424, 9209, 12521, 9992, 7977, 12041, 9396, 13794, 10872, 8067, 12019, 9021, 14010, 10140, 8544, 11708, 9009, 13293, 9177, 11835, 10684, 8392, 11893, 8373, 12396, 9257, 7688, 11561, 8743, 11732, 9228, 8192, 11937, 8651, 10779, 10516, 8779, 14497, 10393, 8295, 12028, 9402, 12040, 10819, 9332, 14626, 9108, 7763, 11595, 10612, 13474, 11195, 8251, 12057, 9104, 9503, 11837, 8645, 8399, 10364, 8426, 11437, 9322, 7699, 11536, 8962, 11760, 10572, 9779, 12158, 7698, 7725, 11229, 8451, 8241, 8387, 9236, 8236, 12579, 9731, 8183, 13974, 8409, 7278, 10902, 8693, 11696, 10146, 7870, 8046, 9583, 8591, 10591, 8973, 7486, 10173, 9289, 8076, 12812, 9802, 7334, 10773, 8203, 10549, 10071, 9244, 14240, 8139, 14170, 10149, 7555, 12326, 8140, 7142, 10041, 7603, 8059, 9809, 7489, 9842, 8163, 7145, 10275, 8587, 11478, 9000, 7969, 10851, 8565, 11550, 10028, 7328, 7307, 9525, 7748, 9460, 9508, 7235, 11451, 8241, 8182, 11914, 9023, 12767, 8765, 7838, 15376, 11802, 12775, 9364, 7899, 13368, 9448, 8466, 13531, 7452, 12242, 8469, 10328, 11240, 7723, 8677, 8499, 7998, 11591, 8496, 7684, 9883, 7590, 11997, 8043, 12108, 8655, 7451, 9780, 7516, 10554, 7537, 11051, 9127, 7932, 10429, 7382, 7831, 8881, 8297, 10965, 7982, 11511, 8614, 7399, 11630, 7809, 10837, 8570, 7654, 10707, 8801, 13517, 8615, 7911, 10625, 8339, 7505, 10662, 7710, 7529, 10401, 8134, 7960, 9841, 7822, 8273, 9797, 8739, 14025, 11475, 9980, 10446, 7973, 11645, 8755, 12331, 11555, 7625, 10822, 7530, 7418, 10434, 7987, 7342, 9527, 7585, 7025, 9906, 8289, 11227, 9844, 8031, 14256, 8555, 12115, 14473, 11484, 14386, 9598, 11986, 8537, 16362, 7692, 7776, 8817, 7158, 7383, 9045, 7586, 12158, 7726, 12921, 8942, 11935, 11279, 15182, 7896, 7193, 9191, 7814, 12041, 8067, 7132, 8167, 7514, 10151, 7644, 7632, 10463, 7431, 10582, 7688, 11518, 8374, 14925, 8627, 12606, 8121, 7336, 9839, 7854, 14417, 8033, 7453, 10050, 7735, 11657, 9089, 9501, 10933, 7762, 12316, 8317, 7922, 11541, 8336, 11410, 8854, 8053, 10921, 8061, 11005, 10036, 7926, 9450, 8010, 7797, 11437, 8727, 7918, 10788, 7798, 10177, 9540, 8449, 15629, 8719, 12127, 9452, 7972, 14430, 11149, 14968, 10623, 7512, 8569, 8023, 7928, 11303, 8819, 8021, 13412, 8034, 7698, 10412, 8041, 10026, 12098, 9927, 15967, 9371, 16187, 9757, 13124, 11841, 7844, 13534, 7794, 8710, 8875, 8326, 12024, 9860, 14908, 10328, 12282, 14511, 15960, 15522, 11758, 10165, 14478, 8906, 7507, 12812, 7366, 8071, 11228, 8307, 11620, 12042, 11159, 14892, 12507, 15699, 13338, 11590, 13313, 9273, 13225, 7831, 10124, 7834, 7567, 8831, 7790, 10124, 7880, 11627, 7904, 7033, 8732, 8326, 11120, 7577, 11284, 7990, 9023, 8067, 7279, 9265, 8039, 11076, 7684, 11349, 8074, 10052, 8414, 9592, 9523, 7782, 10924, 7876, 11536, 8357, 9816, 8894, 7852, 10953, 7814, 12928, 8503, 11278, 7476, 7798, 10208, 7502, 9904, 8373, 7778, 10942, 8520, 7393, 10217, 8066, 11737, 9754, 7881, 11157, 8219, 7804, 11045, 8351, 13653, 9545, 8069, 13667, 8064, 13640, 9451, 8158, 16675, 11758, 10346, 9405, 8457, 13676, 9864, 13783, 8393, 8239, 10569, 8643, 15695, 8378, 10036, 9100, 8215, 10887, 8156, 8121, 10075, 8226, 9563, 8698, 8082, 12196, 8278, 8047, 9799, 8373, 14432, 8193, 13933, 8418, 11799, 9500, 8370, 9700, 7827, 7250, 8532, 7078, 7077, 9239, 7497, 7286, 9760, 7468, 12098, 8370, 12233, 9157, 8230, 10559, 7956, 13055, 9523, 14159, 10028, 8307, 13254, 10374, 16381, 10211, 13423, 10705, 8049, 11927, 8149, 8036, 9167, 7616, 13061, 8323, 7975, 9938, 7948, 12182, 8257, 8148, 9788, 7970, 9084, 8736, 7752, 8279, 8098, 8029, 10648, 8012, 7682, 9043, 7959, 10940, 7442, 9550, 16082, 12216, 12274, 9296, 14958, 8729, 8700, 13128, 7700, 7725, 9860, 7992, 12929, 9003, 7941, 15831, 7067, 6915, 8811, 8301, 7037, 8425, 7409, 7572, 8339, 14526, 12286, 11972, 14049, 9346, 17029, 8595, 7379, 9482, 7381, 11902, 8123, 7508, 12318, 10147, 14444, 13474, 12699, 17820, 13410, 14653, 10024, 7660, 11210, 7756, 8661, 8142, 7250, 10321, 7280, 6779, 9409, 7108, 8763, 7533, 7102, 10109, 7145, 6749, 9774, 7703, 7241, 9194, 7191, 6928, 9752, 7259, 7489, 9875, 7024, 6949, 10305, 7538, 6726, 10864, 8256, 6909, 10295, 7716, 7071, 11245, 8687, 7581, 13581, 8441, 7335, 9497, 8310, 7703, 13469, 8353, 7193, 11796, 7879], 'WindowCenter': [4317.0, 4282.0, 4305.0, 4270.0, 4236.0, 4257.0, 4244.0, 4230.0, 4267.0, 4238.0, 4244.0, 4265.0, 4255.0, 4280.0, 4249.0, 4239.0, 4277.0, 4257.0, 4285.0, 4257.0, 4247.0, 4276.0, 4246.0, 4300.0, 4249.0, 4246.0, 4276.0, 4257.0, 4243.0, 4266.0, 4250.0, 4289.0, 4249.0, 4238.0, 4270.0, 4259.0, 4270.0, 4250.0, 4239.0, 4277.0, 4258.0, 4268.0, 4264.0, 4228.0, 4264.0, 4249.0, 4288.0, 4258.0, 4240.0, 4271.0, 4246.0, 4228.0, 4257.0, 4257.0, 4230.0, 4258.0, 4248.0, 4281.0, 4283.0, 4248.0, 4307.0, 4320.0, 4274.0, 4262.0, 4260.0, 4248.0, 4237.0, 4310.0, 4268.0, 4235.0, 4287.0, 4255.0, 4284.0, 4256.0, 4244.0, 4263.0, 4232.0, 4220.0, 4252.0, 4232.0, 4271.0, 4233.0, 4220.0, 4241.0, 4231.0, 4273.0, 4243.0, 4245.0, 4264.0, 4243.0, 4243.0, 4268.0, 4250.0, 4250.0, 4279.0, 4262.0, 4241.0, 4278.0, 4252.0, 4249.0, 4289.0, 4258.0, 4250.0, 4274.0, 4256.0, 4256.0, 4300.0, 4273.0, 4244.0, 4264.0, 4243.0, 4274.0, 4244.0, 4223.0, 4243.0, 4231.0, 4263.0, 4221.0, 4220.0, 4253.0, 4223.0, 4223.0, 4242.0, 4238.0, 4273.0, 4236.0, 4235.0, 4243.0, 4245.0, 4274.0, 4238.0, 4268.0, 4257.0, 4250.0, 4273.0, 4278.0, 4283.0, 4264.0, 4265.0, 4224.0, 4240.0, 4219.0, 4242.0, 4227.0, 4232.0, 4252.0, 4232.0, 4262.0, 4249.0, 4226.0, 4245.0, 4232.0, 4254.0, 4233.0, 4234.0, 4234.0, 4233.0, 4243.0, 4238.0, 4263.0, 4236.0, 4215.0, 4254.0, 4230.0, 4225.0, 4235.0, 4227.0, 4263.0, 4238.0, 4227.0, 4235.0, 4245.0, 4269.0, 4236.0, 4244.0, 4245.0, 4242.0, 4266.0, 4268.0, 4265.0, 4223.0, 4229.0, 4260.0, 4231.0, 4234.0, 4233.0, 4231.0, 4280.0, 4231.0, 4270.0, 4254.0, 4218.0, 4239.0, 4210.0, 4238.0, 4230.0, 4232.0, 4239.0, 4221.0, 4234.0, 4233.0, 4244.0, 4275.0, 4225.0, 4224.0, 4242.0, 4224.0, 4264.0, 4234.0, 4221.0, 4243.0, 4232.0, 4254.0, 4223.0, 4265.0, 4270.0, 4224.0, 4252.0, 4231.0, 4235.0, 4290.0, 4292.0, 4300.0, 4296.0, 4277.0, 4318.0, 4267.0, 4269.0, 4293.0, 4271.0, 4271.0, 4300.0, 4278.0, 4278.0, 4298.0, 4258.0, 4276.0, 4267.0, 4288.0, 4274.0, 4225.0, 4252.0, 4225.0, 4274.0, 4232.0, 4263.0, 4234.0, 4221.0, 4262.0, 4233.0, 4273.0, 4254.0, 4246.0, 4275.0, 4246.0, 4267.0, 4261.0, 4238.0, 4297.0, 4238.0, 4224.0, 4263.0, 4259.0, 4285.0, 4258.0, 4229.0, 4269.0, 4250.0, 4298.0, 4260.0, 4250.0, 4288.0, 4251.0, 4302.0, 4259.0, 4246.0, 4269.0, 4238.0, 4281.0, 4246.0, 4269.0, 4259.0, 4249.0, 4284.0, 4244.0, 4288.0, 4252.0, 4238.0, 4269.0, 4241.0, 4289.0, 4250.0, 4241.0, 4289.0, 4261.0, 4270.0, 4282.0, 4261.0, 4304.0, 4261.0, 4239.0, 4280.0, 4249.0, 4279.0, 4259.0, 4246.0, 4298.0, 4227.0, 4224.0, 4263.0, 4267.0, 4268.0, 4263.0, 4232.0, 4263.0, 4234.0, 4237.0, 4265.0, 4226.0, 4230.0, 4246.0, 4237.0, 4269.0, 4257.0, 4217.0, 4265.0, 4235.0, 4276.0, 4258.0, 4255.0, 4270.0, 4182.0, 4236.0, 4265.0, 4226.0, 4214.0, 4223.0, 4222.0, 4232.0, 4253.0, 4233.0, 4233.0, 4296.0, 4225.0, 4203.0, 4244.0, 4224.0, 4254.0, 4242.0, 4219.0, 4212.0, 4240.0, 4233.0, 4253.0, 4235.0, 4217.0, 4253.0, 4234.0, 4225.0, 4286.0, 4245.0, 4216.0, 4245.0, 4221.0, 4251.0, 4243.0, 4224.0, 4275.0, 4213.0, 4263.0, 4231.0, 4199.0, 4253.0, 4210.0, 4191.0, 4230.0, 4201.0, 4210.0, 4244.0, 4213.0, 4245.0, 4233.0, 4206.0, 4247.0, 4238.0, 4267.0, 4236.0, 4226.0, 4265.0, 4247.0, 4276.0, 4246.0, 4215.0, 4204.0, 4234.0, 4225.0, 4248.0, 4246.0, 4216.0, 4256.0, 4232.0, 4227.0, 4268.0, 4246.0, 4277.0, 4233.0, 4214.0, 4300.0, 4256.0, 4273.0, 4221.0, 4219.0, 4262.0, 4241.0, 4212.0, 4264.0, 4202.0, 4250.0, 4211.0, 4239.0, 4243.0, 4200.0, 4222.0, 4210.0, 4219.0, 4241.0, 4221.0, 4212.0, 4244.0, 4212.0, 4253.0, 4210.0, 4250.0, 4211.0, 4211.0, 4232.0, 4201.0, 4242.0, 4210.0, 4251.0, 4230.0, 4201.0, 4231.0, 4208.0, 4209.0, 4222.0, 4223.0, 4253.0, 4214.0, 4253.0, 4232.0, 4213.0, 4263.0, 4223.0, 4244.0, 4219.0, 4202.0, 4253.0, 4225.0, 4273.0, 4222.0, 4212.0, 4243.0, 4226.0, 4204.0, 4245.0, 4214.0, 4222.0, 4246.0, 4227.0, 4229.0, 4248.0, 4217.0, 4225.0, 4245.0, 4234.0, 4280.0, 4276.0, 4248.0, 4255.0, 4222.0, 4243.0, 4223.0, 4264.0, 4255.0, 4215.0, 4243.0, 4209.0, 4202.0, 4244.0, 4212.0, 4204.0, 4232.0, 4213.0, 4192.0, 4233.0, 4234.0, 4256.0, 4245.0, 4213.0, 4293.0, 4245.0, 4276.0, 4278.0, 4254.0, 4271.0, 4229.0, 4241.0, 4217.0, 4279.0, 4195.0, 4209.0, 4220.0, 4196.0, 4199.0, 4223.0, 4214.0, 4265.0, 4222.0, 4273.0, 4223.0, 4243.0, 4257.0, 4281.0, 4209.0, 4200.0, 4224.0, 4202.0, 4254.0, 4214.0, 4204.0, 4212.0, 4201.0, 4232.0, 4201.0, 4222.0, 4245.0, 4216.0, 4246.0, 4204.0, 4263.0, 4231.0, 4280.0, 4224.0, 4254.0, 4220.0, 4195.0, 4221.0, 4201.0, 4264.0, 4212.0, 4203.0, 4233.0, 4214.0, 4255.0, 4232.0, 4235.0, 4244.0, 4201.0, 4254.0, 4212.0, 4212.0, 4244.0, 4214.0, 4263.0, 4224.0, 4214.0, 4251.0, 4201.0, 4244.0, 4234.0, 4223.0, 4234.0, 4211.0, 4214.0, 4257.0, 4225.0, 4227.0, 4255.0, 4213.0, 4243.0, 4234.0, 4226.0, 4296.0, 4225.0, 4262.0, 4222.0, 4202.0, 4276.0, 4252.0, 4275.0, 4253.0, 4205.0, 4234.0, 4213.0, 4213.0, 4243.0, 4223.0, 4215.0, 4266.0, 4215.0, 4223.0, 4245.0, 4221.0, 4254.0, 4264.0, 4234.0, 4286.0, 4224.0, 4284.0, 4222.0, 4261.0, 4241.0, 4210.0, 4250.0, 4196.0, 4209.0, 4211.0, 4199.0, 4274.0, 4254.0, 4292.0, 4229.0, 4249.0, 4272.0, 4284.0, 4294.0, 4263.0, 4256.0, 4307.0, 4255.0, 4226.0, 4288.0, 4228.0, 4237.0, 4266.0, 4246.0, 4288.0, 4277.0, 4265.0, 4285.0, 4271.0, 4293.0, 4262.0, 4240.0, 4249.0, 4219.0, 4249.0, 4205.0, 4226.0, 4194.0, 4195.0, 4217.0, 4196.0, 4225.0, 4217.0, 4261.0, 4209.0, 4189.0, 4221.0, 4230.0, 4253.0, 4212.0, 4253.0, 4224.0, 4235.0, 4233.0, 4213.0, 4234.0, 4225.0, 4255.0, 4214.0, 4254.0, 4225.0, 4245.0, 4224.0, 4244.0, 4247.0, 4215.0, 4255.0, 4226.0, 4267.0, 4238.0, 4246.0, 4235.0, 4225.0, 4256.0, 4226.0, 4287.0, 4234.0, 4277.0, 4230.0, 4226.0, 4258.0, 4217.0, 4247.0, 4238.0, 4227.0, 4259.0, 4252.0, 4219.0, 4266.0, 4227.0, 4277.0, 4247.0, 4228.0, 4270.0, 4236.0, 4236.0, 4269.0, 4226.0, 4279.0, 4235.0, 4217.0, 4283.0, 4215.0, 4274.0, 4233.0, 4222.0, 4288.0, 4254.0, 4239.0, 4221.0, 4200.0, 4250.0, 4220.0, 4250.0, 4208.0, 4208.0, 4238.0, 4209.0, 4280.0, 4198.0, 4228.0, 4210.0, 4198.0, 4227.0, 4187.0, 4197.0, 4220.0, 4211.0, 4219.0, 4217.0, 4200.0, 4240.0, 4219.0, 4202.0, 4222.0, 4212.0, 4262.0, 4211.0, 4268.0, 4199.0, 4240.0, 4231.0, 4199.0, 4220.0, 4203.0, 4213.0, 4223.0, 4191.0, 4202.0, 4243.0, 4217.0, 4217.0, 4259.0, 4227.0, 4268.0, 4227.0, 4275.0, 4236.0, 4227.0, 4245.0, 4214.0, 4264.0, 4234.0, 4280.0, 4233.0, 4212.0, 4253.0, 4237.0, 4272.0, 4232.0, 4258.0, 4237.0, 4206.0, 4245.0, 4196.0, 4205.0, 4224.0, 4208.0, 4254.0, 4210.0, 4199.0, 4226.0, 4206.0, 4253.0, 4211.0, 4198.0, 4231.0, 4222.0, 4232.0, 4212.0, 4202.0, 4211.0, 4212.0, 4220.0, 4242.0, 4215.0, 4203.0, 4239.0, 4226.0, 4270.0, 4237.0, 4248.0, 4308.0, 4301.0, 4291.0, 4259.0, 4298.0, 4236.0, 4245.0, 4289.0, 4236.0, 4229.0, 4244.0, 4213.0, 4263.0, 4222.0, 4224.0, 4295.0, 4201.0, 4219.0, 4233.0, 4220.0, 4212.0, 4236.0, 4253.0, 4297.0, 4293.0, 4306.0, 4276.0, 4239.0, 4232.0, 4207.0, 4291.0, 4230.0, 4202.0, 4231.0, 4210.0, 4253.0, 4213.0, 4201.0, 4253.0, 4230.0, 4269.0, 4250.0, 4250.0, 4268.0, 4246.0, 4245.0, 4202.0, 4173.0, 4212.0, 4170.0, 4189.0, 4178.0, 4171.0, 4202.0, 4179.0, 4161.0, 4201.0, 4174.0, 4201.0, 4183.0, 4183.0, 4224.0, 4188.0, 4188.0, 4218.0, 4212.0, 4208.0, 4219.0, 4188.0, 4189.0, 4218.0, 4202.0, 4202.0, 4241.0, 4191.0, 4199.0, 4232.0, 4201.0, 4192.0, 4245.0, 4227.0, 4207.0, 4246.0, 4215.0, 4204.0, 4255.0, 4226.0, 4228.0, 4289.0, 4226.0, 4216.0, 4251.0, 4225.0, 4217.0, 4284.0, 4225.0, 4206.0, 4256.0, 4215.0], 'WindowWidth': [9551.0, 9490.0, 9515.0, 9457.0, 9406.0, 9427.0, 9414.0, 9397.0, 9447.0, 9403.0, 9413.0, 9442.0, 9428.0, 9463.0, 9419.0, 9406.0, 9460.0, 9434.0, 9472.0, 9432.0, 9420.0, 9457.0, 9420.0, 9499.0, 9418.0, 9416.0, 9458.0, 9433.0, 9412.0, 9444.0, 9421.0, 9481.0, 9419.0, 9403.0, 9449.0, 9441.0, 9448.0, 9421.0, 9405.0, 9462.0, 9435.0, 9445.0, 9439.0, 9389.0, 9439.0, 9418.0, 9480.0, 9436.0, 9407.0, 9450.0, 9417.0, 9391.0, 9427.0, 9432.0, 9396.0, 9430.0, 9419.0, 9469.0, 9483.0, 9418.0, 9511.0, 9540.0, 9467.0, 9447.0, 9441.0, 9421.0, 9402.0, 9513.0, 9447.0, 9397.0, 9477.0, 9431.0, 9466.0, 9432.0, 9412.0, 9437.0, 9390.0, 9373.0, 9418.0, 9389.0, 9445.0, 9389.0, 9374.0, 9400.0, 9390.0, 9451.0, 9410.0, 9414.0, 9438.0, 9409.0, 9410.0, 9450.0, 9420.0, 9423.0, 9469.0, 9444.0, 9415.0, 9465.0, 9425.0, 9420.0, 9479.0, 9430.0, 9421.0, 9453.0, 9430.0, 9428.0, 9492.0, 9449.0, 9410.0, 9436.0, 9408.0, 9453.0, 9409.0, 9373.0, 9400.0, 9388.0, 9429.0, 9368.0, 9374.0, 9419.0, 9375.0, 9379.0, 9405.0, 9400.0, 9449.0, 9396.0, 9401.0, 9409.0, 9414.0, 9452.0, 9403.0, 9442.0, 9434.0, 9419.0, 9453.0, 9461.0, 9470.0, 9437.0, 9437.0, 9372.0, 9395.0, 9368.0, 9402.0, 9380.0, 9390.0, 9413.0, 9391.0, 9432.0, 9420.0, 9382.0, 9405.0, 9390.0, 9418.0, 9394.0, 9397.0, 9391.0, 9394.0, 9400.0, 9399.0, 9436.0, 9396.0, 9365.0, 9423.0, 9390.0, 9380.0, 9393.0, 9385.0, 9436.0, 9402.0, 9386.0, 9392.0, 9412.0, 9445.0, 9396.0, 9409.0, 9404.0, 9403.0, 9436.0, 9442.0, 9430.0, 9370.0, 9381.0, 9427.0, 9386.0, 9387.0, 9385.0, 9387.0, 9453.0, 9385.0, 9435.0, 9422.0, 9365.0, 9394.0, 9349.0, 9390.0, 9383.0, 9389.0, 9396.0, 9372.0, 9396.0, 9385.0, 9410.0, 9455.0, 9377.0, 9383.0, 9403.0, 9373.0, 9434.0, 9395.0, 9373.0, 9399.0, 9388.0, 9414.0, 9370.0, 9432.0, 9445.0, 9374.0, 9415.0, 9388.0, 9384.0, 9480.0, 9486.0, 9498.0, 9490.0, 9466.0, 9532.0, 9456.0, 9469.0, 9497.0, 9460.0, 9456.0, 9495.0, 9461.0, 9460.0, 9484.0, 9424.0, 9455.0, 9439.0, 9471.0, 9448.0, 9383.0, 9417.0, 9376.0, 9449.0, 9388.0, 9430.0, 9386.0, 9373.0, 9429.0, 9392.0, 9444.0, 9421.0, 9414.0, 9451.0, 9415.0, 9442.0, 9433.0, 9399.0, 9485.0, 9397.0, 9381.0, 9433.0, 9438.0, 9468.0, 9433.0, 9389.0, 9442.0, 9418.0, 9488.0, 9435.0, 9427.0, 9473.0, 9420.0, 9495.0, 9432.0, 9413.0, 9443.0, 9400.0, 9462.0, 9415.0, 9441.0, 9428.0, 9423.0, 9468.0, 9414.0, 9476.0, 9425.0, 9408.0, 9445.0, 9409.0, 9479.0, 9419.0, 9409.0, 9480.0, 9443.0, 9447.0, 9478.0, 9446.0, 9501.0, 9435.0, 9405.0, 9462.0, 9415.0, 9462.0, 9433.0, 9415.0, 9488.0, 9381.0, 9380.0, 9432.0, 9444.0, 9438.0, 9433.0, 9390.0, 9433.0, 9393.0, 9393.0, 9438.0, 9380.0, 9388.0, 9406.0, 9404.0, 9444.0, 9430.0, 9370.0, 9439.0, 9392.0, 9455.0, 9428.0, 9424.0, 9447.0, 9298.0, 9406.0, 9439.0, 9381.0, 9360.0, 9372.0, 9368.0, 9389.0, 9410.0, 9388.0, 9393.0, 9484.0, 9380.0, 9347.0, 9403.0, 9376.0, 9413.0, 9397.0, 9370.0, 9356.0, 9395.0, 9394.0, 9420.0, 9393.0, 9372.0, 9421.0, 9389.0, 9380.0, 9472.0, 9406.0, 9370.0, 9405.0, 9374.0, 9411.0, 9407.0, 9374.0, 9449.0, 9359.0, 9422.0, 9377.0, 9336.0, 9414.0, 9352.0, 9326.0, 9378.0, 9341.0, 9353.0, 9404.0, 9363.0, 9408.0, 9393.0, 9356.0, 9412.0, 9402.0, 9437.0, 9394.0, 9383.0, 9441.0, 9419.0, 9455.0, 9409.0, 9366.0, 9349.0, 9389.0, 9386.0, 9413.0, 9411.0, 9371.0, 9422.0, 9392.0, 9385.0, 9443.0, 9414.0, 9450.0, 9392.0, 9362.0, 9491.0, 9421.0, 9445.0, 9367.0, 9368.0, 9422.0, 9400.0, 9354.0, 9431.0, 9344.0, 9403.0, 9352.0, 9393.0, 9399.0, 9339.0, 9370.0, 9350.0, 9366.0, 9395.0, 9369.0, 9357.0, 9402.0, 9357.0, 9412.0, 9355.0, 9404.0, 9352.0, 9358.0, 9383.0, 9340.0, 9397.0, 9356.0, 9412.0, 9381.0, 9337.0, 9377.0, 9351.0, 9354.0, 9371.0, 9371.0, 9420.0, 9360.0, 9411.0, 9388.0, 9366.0, 9433.0, 9377.0, 9399.0, 9368.0, 9343.0, 9418.0, 9376.0, 9445.0, 9370.0, 9356.0, 9399.0, 9379.0, 9347.0, 9406.0, 9361.0, 9375.0, 9405.0, 9387.0, 9392.0, 9413.0, 9371.0, 9377.0, 9404.0, 9393.0, 9460.0, 9457.0, 9414.0, 9425.0, 9373.0, 9399.0, 9372.0, 9429.0, 9417.0, 9366.0, 9400.0, 9354.0, 9341.0, 9401.0, 9356.0, 9350.0, 9385.0, 9357.0, 9331.0, 9384.0, 9394.0, 9420.0, 9403.0, 9357.0, 9476.0, 9414.0, 9457.0, 9458.0, 9415.0, 9443.0, 9378.0, 9390.0, 9360.0, 9448.0, 9330.0, 9353.0, 9362.0, 9333.0, 9333.0, 9370.0, 9361.0, 9432.0, 9376.0, 9448.0, 9368.0, 9399.0, 9419.0, 9449.0, 9352.0, 9343.0, 9372.0, 9341.0, 9414.0, 9358.0, 9348.0, 9356.0, 9341.0, 9382.0, 9342.0, 9377.0, 9404.0, 9368.0, 9408.0, 9346.0, 9433.0, 9388.0, 9455.0, 9373.0, 9412.0, 9369.0, 9332.0, 9365.0, 9338.0, 9427.0, 9353.0, 9346.0, 9386.0, 9361.0, 9418.0, 9389.0, 9389.0, 9400.0, 9340.0, 9411.0, 9353.0, 9354.0, 9403.0, 9362.0, 9429.0, 9374.0, 9360.0, 9411.0, 9339.0, 9400.0, 9386.0, 9379.0, 9390.0, 9354.0, 9364.0, 9423.0, 9377.0, 9382.0, 9420.0, 9360.0, 9398.0, 9388.0, 9379.0, 9481.0, 9376.0, 9425.0, 9366.0, 9340.0, 9450.0, 9413.0, 9441.0, 9419.0, 9352.0, 9396.0, 9358.0, 9358.0, 9398.0, 9371.0, 9362.0, 9432.0, 9363.0, 9377.0, 9402.0, 9373.0, 9419.0, 9435.0, 9388.0, 9462.0, 9373.0, 9453.0, 9365.0, 9423.0, 9392.0, 9356.0, 9401.0, 9330.0, 9343.0, 9349.0, 9331.0, 9450.0, 9423.0, 9475.0, 9377.0, 9401.0, 9444.0, 9466.0, 9478.0, 9434.0, 9427.0, 9505.0, 9434.0, 9388.0, 9477.0, 9397.0, 9406.0, 9443.0, 9422.0, 9479.0, 9461.0, 9436.0, 9471.0, 9446.0, 9477.0, 9428.0, 9393.0, 9408.0, 9367.0, 9406.0, 9347.0, 9371.0, 9324.0, 9325.0, 9356.0, 9327.0, 9366.0, 9366.0, 9431.0, 9352.0, 9324.0, 9372.0, 9388.0, 9414.0, 9362.0, 9416.0, 9378.0, 9394.0, 9396.0, 9364.0, 9392.0, 9385.0, 9421.0, 9366.0, 9419.0, 9380.0, 9405.0, 9378.0, 9404.0, 9417.0, 9367.0, 9423.0, 9384.0, 9441.0, 9403.0, 9412.0, 9397.0, 9383.0, 9424.0, 9387.0, 9478.0, 9396.0, 9462.0, 9399.0, 9385.0, 9430.0, 9372.0, 9414.0, 9405.0, 9385.0, 9431.0, 9427.0, 9378.0, 9444.0, 9385.0, 9458.0, 9413.0, 9390.0, 9449.0, 9402.0, 9404.0, 9446.0, 9383.0, 9453.0, 9393.0, 9367.0, 9463.0, 9366.0, 9439.0, 9386.0, 9377.0, 9470.0, 9414.0, 9396.0, 9365.0, 9334.0, 9403.0, 9361.0, 9399.0, 9349.0, 9349.0, 9387.0, 9344.0, 9453.0, 9330.0, 9372.0, 9345.0, 9326.0, 9365.0, 9311.0, 9326.0, 9364.0, 9351.0, 9359.0, 9360.0, 9336.0, 9389.0, 9364.0, 9340.0, 9368.0, 9352.0, 9421.0, 9349.0, 9429.0, 9332.0, 9387.0, 9385.0, 9331.0, 9362.0, 9345.0, 9363.0, 9374.0, 9328.0, 9343.0, 9408.0, 9374.0, 9373.0, 9430.0, 9392.0, 9442.0, 9385.0, 9450.0, 9396.0, 9383.0, 9407.0, 9363.0, 9431.0, 9388.0, 9451.0, 9387.0, 9354.0, 9413.0, 9387.0, 9437.0, 9381.0, 9414.0, 9387.0, 9343.0, 9395.0, 9328.0, 9343.0, 9372.0, 9352.0, 9410.0, 9349.0, 9332.0, 9372.0, 9348.0, 9412.0, 9351.0, 9329.0, 9378.0, 9375.0, 9387.0, 9353.0, 9343.0, 9353.0, 9356.0, 9372.0, 9396.0, 9365.0, 9345.0, 9399.0, 9384.0, 9452.0, 9408.0, 9416.0, 9511.0, 9506.0, 9487.0, 9436.0, 9486.0, 9400.0, 9416.0, 9475.0, 9407.0, 9393.0, 9404.0, 9361.0, 9427.0, 9369.0, 9383.0, 9483.0, 9345.0, 9376.0, 9390.0, 9368.0, 9363.0, 9404.0, 9441.0, 9525.0, 9511.0, 9508.0, 9456.0, 9386.0, 9363.0, 9338.0, 9469.0, 9383.0, 9347.0, 9381.0, 9358.0, 9415.0, 9363.0, 9343.0, 9415.0, 9379.0, 9433.0, 9404.0, 9400.0, 9426.0, 9395.0, 9386.0, 9325.0, 9286.0, 9338.0, 9280.0, 9309.0, 9294.0, 9281.0, 9324.0, 9297.0, 9269.0, 9328.0, 9292.0, 9330.0, 9302.0, 9308.0, 9365.0, 9318.0, 9323.0, 9356.0, 9357.0, 9352.0, 9361.0, 9319.0, 9321.0, 9358.0, 9344.0, 9344.0, 9398.0, 9327.0, 9342.0, 9383.0, 9342.0, 9330.0, 9402.0, 9386.0, 9357.0, 9409.0, 9365.0, 9349.0, 9421.0, 9383.0, 9388.0, 9472.0, 9383.0, 9369.0, 9423.0, 9379.0, 9371.0, 9463.0, 9378.0, 9357.0, 9422.0, 9365.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.007474302963776071</td></tr>
<tr><td colspan=3>aqi</td><td>0.04763355334796926</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.73251428284618</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.275163336373626</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0800489572197804</td></tr>
<tr><td colspan=3>efc</td><td>0.5091</td></tr>
<tr><td colspan=3>fber</td><td>4258.4297</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.1333869678719604</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>84</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>9.220636663007683</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.497791977983471</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.352356307551819</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7202492987805664</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.420770327618028</td></tr>
<tr><td colspan=3>gcor</td><td>0.00839251</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.020512240007519722</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.05374552682042122</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>4.098634733036866</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>13.42</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>52.7764</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>220.9975</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>55.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>293945.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1067.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>394.1155</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.5362</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>550.1479</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3422.8867</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3580.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>82599.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1344.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4478.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>873.4563</td></tr>
<tr><td colspan=3>tsnr</td><td>27.770433815312572</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>