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

616 lines
No EOL
108 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-0099_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-0099_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-0099_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-0099/figures/sub-0099_ses-02_task-faces_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0099/figures/sub-0099_ses-02_task-faces_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0099/figures/sub-0099_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-0099_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-0099/figures/sub-0099_ses-02_task-faces_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0099/figures/sub-0099_ses-02_task-faces_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0099/figures/sub-0099_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-0099_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-0099/figures/sub-0099_ses-02_task-faces_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0099/figures/sub-0099_ses-02_task-faces_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0099/figures/sub-0099_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-0099_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-0099/figures/sub-0099_ses-02_task-faces_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0099/figures/sub-0099_ses-02_task-faces_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0099/figures/sub-0099_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-0099_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-0099/figures/sub-0099_ses-02_task-faces_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0099/figures/sub-0099_ses-02_task-faces_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0099/figures/sub-0099_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-0099_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-0099/figures/sub-0099_ses-02_task-faces_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0099/figures/sub-0099_ses-02_task-faces_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0099/figures/sub-0099_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-0099_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-0099/figures/sub-0099_ses-02_task-faces_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0099/figures/sub-0099_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-0099/figures/sub-0099_ses-02_task-faces_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0099/figures/sub-0099_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-0099/ses-02/func/sub-0099_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>5c66a8a64c1710059bef7cb3c56cc0a0</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>09:17:21.737500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999764, -0.0128636, 0.0174977, 0.0125641, 0.999775, 0.0171185]</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.259</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.0808233</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>18</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4237, -7772, -7255, 232, -150, -238, -193, 91]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>faces</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>233.725</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>01ac57a1-4a9a-424d-9b58-c503ac262d43||Sequence: R016 ve11e/master r/434b28f1; Aug 7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6822941303253174, 0.033708520233631134, 0.047827817499637604, 110.62142944335938], [0.034511979669332504, 2.6823220252990723, 0.04561544209718704, -100.71012878417969], [0.046945177018642426, -0.04592765122652054, 2.699191093444824, -91.06159210205078], [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': ['091721.737500', '091722.197500', '091722.657500', '091723.117500', '091723.577500', '091724.037500', '091724.497500', '091724.957500', '091725.417500', '091725.877500', '091726.337500', '091726.797500', '091727.257500', '091727.717500', '091728.177500', '091728.637500', '091729.097500', '091729.557500', '091730.017500', '091730.477500', '091730.937500', '091731.397500', '091731.857500', '091732.317500', '091732.777500', '091733.237500', '091733.697500', '091734.157500', '091734.617500', '091735.077500', '091735.537500', '091735.997500', '091736.457500', '091736.917500', '091737.377500', '091737.837500', '091738.297500', '091738.757500', '091739.217500', '091739.677500', '091740.137500', '091740.597500', '091741.057500', '091741.517500', '091741.977500', '091742.437500', '091742.897500', '091743.357500', '091743.817500', '091744.277500', '091744.737500', '091745.197500', '091745.657500', '091746.117500', '091746.577500', '091747.037500', '091747.497500', '091747.957500', '091748.417500', '091748.877500', '091749.337500', '091749.797500', '091750.257500', '091750.717500', '091751.177500', '091751.637500', '091752.097500', '091752.557500', '091753.017500', '091753.477500', '091753.937500', '091754.397500', '091754.857500', '091755.317500', '091755.777500', '091756.237500', '091756.697500', '091757.157500', '091757.617500', '091758.077500', '091758.537500', '091758.997500', '091759.457500', '091759.917500', '091800.377500', '091800.837500', '091801.297500', '091801.757500', '091802.217500', '091802.677500', '091803.137500', '091803.597500', '091804.057500', '091804.517500', '091804.977500', '091805.437500', '091805.897500', '091806.357500', '091806.817500', '091807.277500', '091807.737500', '091808.197500', '091808.657500', '091809.117500', '091809.577500', '091810.037500', '091810.497500', '091810.957500', '091811.417500', '091811.877500', '091812.337500', '091812.797500', '091813.257500', '091813.717500', '091814.177500', '091814.637500', '091815.097500', '091815.557500', '091816.017500', '091816.477500', '091816.937500', '091817.397500', '091817.857500', '091818.317500', '091818.777500', '091819.237500', '091819.697500', '091820.157500', '091820.617500', '091821.077500', '091821.537500', '091821.997500', '091822.457500', '091822.917500', '091823.377500', '091823.837500', '091824.297500', '091824.757500', '091825.217500', '091825.677500', '091826.137500', '091826.597500', '091827.057500', '091827.517500', '091827.977500', '091828.437500', '091828.897500', '091829.357500', '091829.817500', '091830.277500', '091830.737500', '091831.197500', '091831.657500', '091832.117500', '091832.577500', '091833.037500', '091833.497500', '091833.957500', '091834.417500', '091834.877500', '091835.337500', '091835.797500', '091836.257500', '091836.717500', '091837.177500', '091837.637500', '091838.097500', '091838.557500', '091839.017500', '091839.477500', '091839.937500', '091840.397500', '091840.857500', '091841.317500', '091841.777500', '091842.237500', '091842.697500', '091843.157500', '091843.617500', '091844.077500', '091844.537500', '091844.997500', '091845.457500', '091845.917500', '091846.377500', '091846.837500', '091847.297500', '091847.757500', '091848.217500', '091848.677500', '091849.137500', '091849.597500', '091850.057500', '091850.517500', '091850.977500', '091851.437500', '091851.897500', '091852.357500', '091852.817500', '091853.277500', '091853.737500', '091854.197500', '091854.657500', '091855.117500', '091855.577500', '091856.037500', '091856.497500', '091856.957500', '091857.417500', '091857.877500', '091858.337500', '091858.797500', '091859.257500', '091859.717500', '091900.177500', '091900.637500', '091901.097500', '091901.557500', '091902.017500', '091902.477500', '091902.937500', '091903.397500', '091903.857500', '091904.317500', '091904.777500', '091905.237500', '091905.697500', '091906.157500', '091906.617500', '091907.077500', '091907.537500', '091907.997500', '091908.457500', '091908.917500', '091909.377500', '091909.837500', '091910.297500', '091910.757500', '091911.217500', '091911.677500', '091912.137500', '091912.597500', '091913.057500', '091913.517500', '091913.977500', '091914.437500', '091914.897500', '091915.357500', '091915.817500', '091916.277500', '091916.737500', '091917.197500', '091917.657500', '091918.117500', '091918.577500', '091919.037500', '091919.497500', '091919.957500', '091920.417500', '091920.877500', '091921.337500', '091921.797500', '091922.257500', '091922.717500', '091923.177500', '091923.637500', '091924.097500', '091924.557500', '091925.017500', '091925.477500', '091925.937500', '091926.397500', '091926.857500', '091927.317500', '091927.777500', '091928.237500', '091928.697500', '091929.157500', '091929.617500', '091930.077500', '091930.537500', '091930.997500', '091931.457500', '091931.917500', '091932.377500', '091932.837500', '091933.297500', '091933.757500', '091934.217500', '091934.677500', '091935.137500', '091935.597500', '091936.057500', '091936.517500', '091936.977500', '091937.437500', '091937.897500', '091938.357500', '091938.817500', '091939.277500', '091939.737500', '091940.197500', '091940.657500', '091941.117500', '091941.577500', '091942.037500', '091942.497500', '091942.957500', '091943.417500', '091943.877500', '091944.337500', '091944.797500', '091945.257500', '091945.717500', '091946.177500', '091946.637500', '091947.097500', '091947.557500', '091948.017500', '091948.477500', '091948.937500', '091949.397500', '091949.857500', '091950.317500', '091950.777500', '091951.237500', '091951.697500', '091952.157500', '091952.617500', '091953.077500', '091953.537500', '091953.997500', '091954.457500', '091954.917500', '091955.377500', '091955.837500', '091956.297500', '091956.757500', '091957.217500', '091957.677500', '091958.137500', '091958.597500', '091959.057500', '091959.517500', '091959.977500', '092000.437500', '092000.897500', '092001.357500', '092001.817500', '092002.277500', '092002.737500', '092003.197500', '092003.657500', '092004.117500', '092004.577500', '092005.037500', '092005.497500', '092005.957500', '092006.417500', '092006.877500', '092007.337500', '092007.797500', '092008.257500', '092008.717500', '092009.177500', '092009.637500', '092010.097500', '092010.557500', '092011.017500', '092011.477500', '092011.937500', '092012.397500', '092012.857500', '092013.317500', '092013.777500', '092014.237500', '092014.697500', '092015.157500', '092015.617500', '092016.077500', '092016.537500', '092016.997500', '092017.457500', '092017.917500', '092018.377500', '092018.837500', '092019.297500', '092019.757500', '092020.217500', '092020.677500', '092021.137500', '092021.597500', '092022.057500', '092022.517500', '092022.977500', '092023.437500', '092023.897500', '092024.357500', '092024.817500', '092025.277500', '092025.737500', '092026.197500', '092026.657500', '092027.117500', '092027.577500', '092028.037500', '092028.497500', '092028.957500', '092029.417500', '092029.877500', '092030.337500', '092030.797500', '092031.257500', '092031.717500', '092032.177500', '092032.637500', '092033.097500', '092033.557500', '092034.017500', '092034.477500', '092034.937500', '092035.397500', '092035.857500', '092036.317500', '092036.777500', '092037.237500', '092037.697500', '092038.157500', '092038.617500', '092039.077500', '092039.537500', '092039.997500', '092040.457500', '092040.917500', '092041.377500', '092041.837500', '092042.297500', '092042.757500', '092043.217500', '092043.677500', '092044.137500', '092044.597500', '092045.057500', '092045.517500', '092045.977500', '092046.437500', '092046.897500', '092047.357500', '092047.817500', '092048.277500', '092048.737500', '092049.197500', '092049.657500', '092050.117500', '092050.577500', '092051.037500', '092051.497500', '092051.957500', '092052.417500', '092052.877500', '092053.337500', '092053.797500', '092054.257500', '092054.717500', '092055.177500', '092055.637500', '092056.097500', '092056.557500', '092057.017500', '092057.477500', '092057.937500', '092058.397500', '092058.857500', '092059.317500', '092059.777500', '092100.237500', '092100.697500', '092101.157500', '092101.617500', '092102.077500', '092102.537500', '092102.997500', '092103.457500', '092103.917500', '092104.377500', '092104.837500', '092105.297500', '092105.757500', '092106.217500', '092106.677500', '092107.137500', '092107.597500', '092108.057500', '092108.517500', '092108.977500', '092109.437500', '092109.897500', '092110.357500', '092110.817500', '092111.277500', '092111.737500', '092112.197500', '092112.657500', '092113.117500', '092113.577500', '092114.037500', '092114.497500', '092114.957500', '092115.417500', '092115.877500', '092116.337500', '092116.797500', '092117.257500', '092117.717500', '092118.177500', '092118.637500', '092119.097500', '092119.557500', '092120.017500', '092120.477500', '092120.937500', '092121.397500', '092121.857500', '092122.317500', '092122.777500', '092123.237500', '092123.697500', '092124.157500', '092124.617500', '092125.077500', '092125.537500', '092125.997500', '092126.457500', '092126.917500', '092127.377500', '092127.837500', '092128.297500', '092128.757500', '092129.217500', '092129.677500', '092130.137500', '092130.597500', '092131.057500', '092131.517500', '092131.977500', '092132.437500', '092132.897500', '092133.357500', '092133.817500', '092134.277500', '092134.737500', '092135.197500', '092135.657500', '092136.117500', '092136.577500', '092137.037500', '092137.497500', '092137.957500', '092138.417500', '092138.877500', '092139.337500', '092139.797500', '092140.257500', '092140.717500', '092141.177500', '092141.637500', '092142.097500', '092142.557500', '092143.017500', '092143.477500', '092143.937500', '092144.397500', '092144.857500', '092145.317500', '092145.777500', '092146.237500', '092146.697500', '092147.157500', '092147.617500', '092148.077500', '092148.537500', '092148.997500', '092149.457500', '092149.917500', '092150.377500', '092150.837500', '092151.297500', '092151.757500', '092152.217500', '092152.677500', '092153.137500', '092153.597500', '092154.057500', '092154.517500', '092154.977500', '092155.437500', '092155.897500', '092156.357500', '092156.817500', '092157.277500', '092157.737500', '092158.197500', '092158.657500', '092159.117500', '092159.577500', '092200.037500', '092200.497500', '092200.957500', '092201.417500', '092201.877500', '092202.337500', '092202.797500', '092203.257500', '092203.717500', '092204.177500', '092204.637500', '092205.097500', '092205.557500', '092206.017500', '092206.477500', '092206.937500', '092207.397500', '092207.857500', '092208.317500', '092208.777500', '092209.237500', '092209.697500', '092210.157500', '092210.617500', '092211.077500', '092211.537500', '092211.997500', '092212.457500', '092212.917500', '092213.377500', '092213.837500', '092214.297500', '092214.757500', '092215.217500', '092215.677500', '092216.137500', '092216.597500', '092217.057500', '092217.517500', '092217.977500', '092218.437500', '092218.897500', '092219.357500', '092219.817500', '092220.277500', '092220.737500', '092221.197500', '092221.657500', '092222.117500', '092222.577500', '092223.037500', '092223.497500', '092223.957500', '092224.417500', '092224.877500', '092225.337500', '092225.797500', '092226.257500', '092226.717500', '092227.177500', '092227.637500', '092228.097500', '092228.557500', '092229.017500', '092229.477500', '092229.937500', '092230.397500', '092230.857500', '092231.317500', '092231.777500', '092232.237500', '092232.697500', '092233.157500', '092233.617500', '092234.077500', '092234.537500', '092234.997500', '092235.457500', '092235.917500', '092236.377500', '092236.837500', '092237.297500', '092237.757500', '092238.217500', '092238.677500', '092239.137500', '092239.597500', '092240.057500', '092240.517500', '092240.977500', '092241.437500', '092241.897500', '092242.357500', '092242.817500', '092243.277500', '092243.737500', '092244.197500', '092244.657500', '092245.117500', '092245.577500', '092246.037500', '092246.497500', '092246.957500', '092247.417500', '092247.877500', '092248.337500', '092248.797500', '092249.257500', '092249.717500', '092250.177500', '092250.637500', '092251.097500', '092251.557500', '092252.017500', '092252.477500', '092252.937500', '092253.397500', '092253.857500', '092254.317500', '092254.777500', '092255.237500', '092255.697500', '092256.157500', '092256.617500', '092257.077500', '092257.537500', '092257.997500', '092258.457500', '092258.917500', '092259.377500', '092259.837500', '092300.297500', '092300.757500', '092301.217500', '092301.677500', '092302.137500', '092302.597500', '092303.057500', '092303.517500', '092303.977500', '092304.437500', '092304.897500', '092305.357500', '092305.817500', '092306.277500', '092306.737500', '092307.197500', '092307.657500', '092308.117500', '092308.577500', '092309.037500', '092309.497500', '092309.957500', '092310.417500', '092310.877500', '092311.337500', '092311.797500', '092312.257500', '092312.717500', '092313.177500', '092313.637500', '092314.097500', '092314.557500', '092315.017500', '092315.477500', '092315.937500', '092316.397500', '092316.857500', '092317.317500', '092317.777500', '092318.237500', '092318.697500', '092319.157500', '092319.617500', '092320.077500', '092320.537500', '092320.997500', '092321.457500', '092321.917500', '092322.377500', '092322.837500', '092323.297500', '092323.757500', '092324.217500', '092324.677500', '092325.137500', '092325.597500', '092326.057500', '092326.517500', '092326.977500', '092327.437500', '092327.897500', '092328.357500', '092328.817500', '092329.277500', '092329.737500', '092330.197500', '092330.657500', '092331.117500', '092331.577500', '092332.037500', '092332.497500', '092332.957500', '092333.417500', '092333.877500', '092334.337500', '092334.797500', '092335.257500', '092335.717500', '092336.177500', '092336.637500', '092337.097500', '092337.557500', '092338.017500', '092338.477500', '092338.937500', '092339.397500', '092339.857500', '092340.317500', '092340.777500', '092341.237500', '092341.697500', '092342.157500', '092342.617500', '092343.077500', '092343.537500', '092343.997500', '092344.457500', '092344.917500', '092345.377500', '092345.837500', '092346.297500', '092346.757500', '092347.217500', '092347.677500', '092348.137500', '092348.597500', '092349.057500', '092349.517500', '092349.977500', '092350.437500', '092350.897500', '092351.357500', '092351.817500', '092352.277500', '092352.737500', '092353.197500', '092353.657500', '092354.117500', '092354.577500', '092355.037500', '092355.497500', '092355.957500', '092356.417500', '092356.877500', '092357.337500', '092357.797500', '092358.257500', '092358.717500', '092359.177500', '092359.637500', '092400.097500', '092400.557500', '092401.017500', '092401.477500', '092401.937500', '092402.397500', '092402.857500', '092403.317500', '092403.777500', '092404.237500', '092404.697500', '092405.157500', '092405.617500', '092406.077500', '092406.537500', '092406.997500', '092407.457500', '092407.917500', '092408.377500', '092408.837500', '092409.297500', '092409.757500', '092410.217500', '092410.677500', '092411.137500', '092411.597500', '092412.057500', '092412.517500', '092412.977500', '092413.437500', '092413.897500', '092414.357500', '092414.817500', '092415.277500', '092415.737500', '092416.197500', '092416.657500', '092417.117500', '092417.577500', '092418.037500', '092418.497500', '092418.957500', '092419.417500', '092419.877500', '092420.337500', '092420.797500', '092421.257500', '092421.717500'], 'ContentTime': ['091738.151000', '091738.154000', '091738.156000', '091738.159000', '091738.162000', '091738.165000', '091738.167000', '091738.170000', '091738.172000', '091738.175000', '091738.178000', '091738.180000', '091738.183000', '091738.185000', '091738.188000', '091738.191000', '091738.193000', '091738.196000', '091738.198000', '091738.201000', '091738.204000', '091738.206000', '091738.209000', '091738.211000', '091738.214000', '091738.222000', '091738.225000', '091738.243000', '091738.246000', '091738.248000', '091738.251000', '091738.253000', '091738.256000', '091738.259000', '091758.124000', '091758.127000', '091758.130000', '091758.132000', '091758.135000', '091758.138000', '091758.140000', '091758.143000', '091758.145000', '091758.148000', '091758.150000', '091758.153000', '091758.155000', '091758.158000', '091758.161000', '091758.163000', '091758.166000', '091758.168000', '091758.171000', '091758.173000', '091758.176000', '091758.182000', '091758.185000', '091758.187000', '091758.190000', '091758.193000', '091758.195000', '091758.198000', '091758.200000', '091758.203000', '091758.205000', '091758.208000', '091758.211000', '091758.213000', '091758.216000', '091758.218000', '091758.221000', '091758.223000', '091758.226000', '091758.229000', '091758.231000', '091758.234000', '091758.237000', '091818.124000', '091818.127000', '091818.130000', '091818.132000', '091818.135000', '091818.137000', '091818.140000', '091818.143000', '091818.145000', '091818.148000', '091818.150000', '091818.153000', '091818.155000', '091818.158000', '091818.161000', '091818.163000', '091818.166000', '091818.168000', '091818.171000', '091818.173000', '091818.176000', '091818.178000', '091818.181000', '091818.184000', '091818.186000', '091818.189000', '091818.191000', '091818.194000', '091818.196000', '091818.199000', '091818.201000', '091818.208000', '091818.211000', '091818.213000', '091818.216000', '091818.219000', '091818.222000', '091818.224000', '091818.227000', '091818.229000', '091818.232000', '091818.234000', '091818.237000', '091818.239000', '091838.123000', '091838.126000', '091838.129000', '091838.131000', '091838.134000', '091838.137000', '091838.139000', '091838.142000', '091838.144000', '091838.147000', '091838.150000', '091838.152000', '091838.155000', '091838.157000', '091838.160000', '091838.162000', '091838.165000', '091838.167000', '091838.170000', '091838.173000', '091838.175000', '091838.178000', '091838.180000', '091838.183000', '091838.186000', '091838.188000', '091838.191000', '091838.193000', '091838.196000', '091838.198000', '091838.201000', '091838.203000', '091838.206000', '091838.208000', '091838.211000', '091838.214000', '091838.216000', '091838.219000', '091838.221000', '091838.224000', '091838.227000', '091838.229000', '091838.232000', '091858.124000', '091858.127000', '091858.130000', '091858.132000', '091858.135000', '091858.138000', '091858.140000', '091858.143000', '091858.145000', '091858.148000', '091858.151000', '091858.153000', '091858.156000', '091858.158000', '091858.161000', '091858.164000', '091858.166000', '091858.169000', '091858.171000', '091858.174000', '091858.177000', '091858.179000', '091858.182000', '091858.184000', '091858.187000', '091858.190000', '091858.192000', '091858.195000', '091858.197000', '091858.200000', '091858.202000', '091858.205000', '091858.208000', '091858.210000', '091858.213000', '091858.216000', '091858.218000', '091858.221000', '091858.223000', '091858.226000', '091858.228000', '091858.231000', '091858.233000', '091858.236000', '091918.124000', '091918.127000', '091918.130000', '091918.133000', '091918.135000', '091918.138000', '091918.140000', '091918.143000', '091918.146000', '091918.148000', '091918.151000', '091918.153000', '091918.156000', '091918.159000', '091918.161000', '091918.164000', '091918.166000', '091918.169000', '091918.172000', '091918.174000', '091918.177000', '091918.179000', '091918.182000', '091918.184000', '091918.187000', '091918.190000', '091918.192000', '091918.195000', '091918.198000', '091918.200000', '091918.203000', '091918.205000', '091918.224000', '091918.227000', '091918.229000', '091918.232000', '091918.234000', '091918.237000', '091918.240000', '091918.242000', '091918.245000', '091918.247000', '091918.250000', '091938.124000', '091938.127000', '091938.130000', '091938.132000', '091938.135000', '091938.137000', '091938.140000', '091938.143000', '091938.145000', '091938.148000', '091938.150000', '091938.153000', '091938.155000', '091938.158000', '091938.160000', '091938.163000', '091938.166000', '091938.168000', '091938.171000', '091938.174000', '091938.176000', '091938.179000', '091938.181000', '091938.184000', '091938.186000', '091938.189000', '091938.191000', '091938.194000', '091938.197000', '091938.199000', '091938.202000', '091938.204000', '091938.207000', '091938.210000', '091938.212000', '091938.215000', '091938.217000', '091938.220000', '091938.222000', '091938.225000', '091938.228000', '091938.230000', '091938.233000', '091938.236000', '091958.125000', '091958.127000', '091958.130000', '091958.133000', '091958.135000', '091958.138000', '091958.140000', '091958.143000', '091958.146000', '091958.148000', '091958.151000', '091958.153000', '091958.156000', '091958.158000', '091958.161000', '091958.163000', '091958.166000', '091958.169000', '091958.171000', '091958.174000', '091958.176000', '091958.179000', '091958.181000', '091958.184000', '091958.187000', '091958.189000', '091958.192000', '091958.194000', '091958.197000', '091958.199000', '091958.202000', '091958.205000', '091958.207000', '091958.210000', '091958.213000', '091958.215000', '091958.218000', '091958.220000', '091958.223000', '091958.225000', '091958.228000', '091958.231000', '091958.233000', '092018.124000', '092018.127000', '092018.130000', '092018.132000', '092018.135000', '092018.138000', '092018.141000', '092018.144000', '092018.147000', '092018.149000', '092018.152000', '092018.154000', '092018.157000', '092018.160000', '092018.162000', '092018.165000', '092018.167000', '092018.170000', '092018.173000', '092018.175000', '092018.178000', '092018.180000', '092018.183000', '092018.185000', '092018.188000', '092018.191000', '092018.193000', '092018.196000', '092018.198000', '092018.201000', '092018.204000', '092018.206000', '092018.209000', '092018.211000', '092018.214000', '092018.217000', '092018.219000', '092018.222000', '092018.224000', '092018.227000', '092018.229000', '092018.232000', '092018.234000', '092038.125000', '092038.128000', '092038.130000', '092038.133000', '092038.136000', '092038.138000', '092038.141000', '092038.143000', '092038.146000', '092038.149000', '092038.151000', '092038.154000', '092038.156000', '092038.159000', '092038.162000', '092038.164000', '092038.167000', '092038.170000', '092038.172000', '092038.175000', '092038.177000', '092038.180000', '092038.182000', '092038.185000', '092038.187000', '092038.190000', '092038.193000', '092038.195000', '092038.198000', '092038.200000', '092038.203000', '092038.205000', '092038.208000', '092038.210000', '092038.213000', '092038.216000', '092038.218000', '092038.221000', '092038.223000', '092038.226000', '092038.228000', '092038.231000', '092038.233000', '092038.236000', '092058.123000', '092058.126000', '092058.129000', '092058.132000', '092058.134000', '092058.137000', '092058.140000', '092058.142000', '092058.145000', '092058.147000', '092058.150000', '092058.152000', '092058.155000', '092058.157000', '092058.160000', '092058.163000', '092058.165000', '092058.168000', '092058.171000', '092058.173000', '092058.176000', '092058.179000', '092058.181000', '092058.184000', '092058.186000', '092058.189000', '092058.192000', '092058.194000', '092058.222000', '092058.224000', '092058.227000', '092058.230000', '092058.232000', '092058.235000', '092058.237000', '092058.240000', '092058.242000', '092058.245000', '092058.248000', '092058.250000', '092058.253000', '092058.255000', '092058.258000', '092118.125000', '092118.127000', '092118.130000', '092118.133000', '092118.135000', '092118.138000', '092118.141000', '092118.143000', '092118.146000', '092118.148000', '092118.151000', '092118.154000', '092118.156000', '092118.159000', '092118.161000', '092118.164000', '092118.167000', '092118.169000', '092118.172000', '092118.175000', '092118.177000', '092118.180000', '092118.182000', '092118.185000', '092118.188000', '092118.190000', '092118.193000', '092118.196000', '092118.198000', '092118.201000', '092118.203000', '092118.206000', '092118.209000', '092118.211000', '092118.214000', '092118.217000', '092118.219000', '092118.222000', '092118.224000', '092118.227000', '092118.230000', '092118.232000', '092118.235000', '092118.238000', '092138.124000', '092138.127000', '092138.130000', '092138.133000', '092138.135000', '092138.138000', '092138.141000', '092138.143000', '092138.146000', '092138.149000', '092138.151000', '092138.154000', '092138.156000', '092138.159000', '092138.162000', '092138.164000', '092138.167000', '092138.170000', '092138.172000', '092138.175000', '092138.177000', '092138.181000', '092138.183000', '092138.186000', '092138.189000', '092138.192000', '092138.194000', '092138.197000', '092138.200000', '092138.203000', '092138.206000', '092138.208000', '092138.211000', '092138.213000', '092138.216000', '092138.218000', '092138.221000', '092138.224000', '092138.226000', '092138.229000', '092138.232000', '092138.234000', '092138.237000', '092158.124000', '092158.127000', '092158.130000', '092158.133000', '092158.135000', '092158.138000', '092158.140000', '092158.143000', '092158.146000', '092158.148000', '092158.151000', '092158.153000', '092158.156000', '092158.159000', '092158.162000', '092158.164000', '092158.167000', '092158.169000', '092158.172000', '092158.175000', '092158.177000', '092158.180000', '092158.183000', '092158.185000', '092158.188000', '092158.190000', '092158.193000', '092158.196000', '092158.198000', '092158.201000', '092158.204000', '092158.206000', '092158.209000', '092158.211000', '092158.214000', '092158.217000', '092158.219000', '092158.222000', '092158.224000', '092158.227000', '092158.230000', '092158.232000', '092158.238000', '092158.241000', '092218.125000', '092218.127000', '092218.130000', '092218.133000', '092218.136000', '092218.138000', '092218.141000', '092218.143000', '092218.146000', '092218.148000', '092218.152000', '092218.154000', '092218.157000', '092218.160000', '092218.163000', '092218.165000', '092218.168000', '092218.171000', '092218.173000', '092218.176000', '092218.178000', '092218.181000', '092218.184000', '092218.186000', '092218.189000', '092218.191000', '092218.194000', '092218.197000', '092218.199000', '092218.202000', '092218.205000', '092218.207000', '092218.210000', '092218.212000', '092218.215000', '092218.218000', '092218.220000', '092218.223000', '092218.226000', '092218.228000', '092218.231000', '092218.234000', '092218.236000', '092238.125000', '092238.128000', '092238.131000', '092238.133000', '092238.136000', '092238.139000', '092238.141000', '092238.144000', '092238.146000', '092238.149000', '092238.182000', '092238.185000', '092238.188000', '092238.191000', '092238.193000', '092238.196000', '092238.199000', '092238.201000', '092238.204000', '092238.207000', '092238.209000', '092238.212000', '092238.215000', '092238.217000', '092238.220000', '092238.223000', '092238.225000', '092238.228000', '092238.231000', '092238.234000', '092238.236000', '092238.239000', '092238.241000', '092238.244000', '092238.247000', '092238.249000', '092238.252000', '092238.255000', '092238.257000', '092238.260000', '092238.263000', '092238.265000', '092238.268000', '092238.271000', '092258.124000', '092258.127000', '092258.130000', '092258.133000', '092258.135000', '092258.138000', '092258.141000', '092258.143000', '092258.146000', '092258.149000', '092258.151000', '092258.154000', '092258.157000', '092258.159000', '092258.162000', '092258.165000', '092258.167000', '092258.170000', '092258.172000', '092258.175000', '092258.178000', '092258.180000', '092258.183000', '092258.186000', '092258.188000', '092258.191000', '092258.194000', '092258.197000', '092258.200000', '092258.203000', '092258.206000', '092258.209000', '092258.211000', '092258.214000', '092258.217000', '092258.220000', '092258.223000', '092258.226000', '092258.229000', '092258.231000', '092258.234000', '092258.237000', '092258.239000', '092318.124000', '092318.127000', '092318.129000', '092318.132000', '092318.135000', '092318.138000', '092318.140000', '092318.143000', '092318.146000', '092318.150000', '092318.153000', '092318.155000', '092318.158000', '092318.161000', '092318.163000', '092318.166000', '092318.169000', '092318.171000', '092318.174000', '092318.176000', '092318.179000', '092318.182000', '092318.184000', '092318.187000', '092318.190000', '092318.192000', '092318.195000', '092318.197000', '092318.200000', '092318.203000', '092318.205000', '092318.208000', '092318.211000', '092318.213000', '092318.216000', '092318.218000', '092318.221000', '092318.224000', '092318.226000', '092318.229000', '092318.232000', '092318.234000', '092318.237000', '092318.240000', '092338.125000', '092338.127000', '092338.130000', '092338.133000', '092338.136000', '092338.138000', '092338.141000', '092338.144000', '092338.146000', '092338.149000', '092338.151000', '092338.154000', '092338.157000', '092338.159000', '092338.162000', '092338.165000', '092338.167000', '092338.170000', '092338.173000', '092338.175000', '092338.178000', '092338.180000', '092338.183000', '092338.186000', '092338.188000', '092338.191000', '092338.194000', '092338.196000', '092338.199000', '092338.201000', '092338.204000', '092338.207000', '092338.209000', '092338.212000', '092338.215000', '092338.218000', '092338.220000', '092338.223000', '092338.226000', '092338.228000', '092338.231000', '092338.234000', '092338.236000', '092358.124000', '092358.127000', '092358.130000', '092358.133000', '092358.136000', '092358.138000', '092358.141000', '092358.144000', '092358.146000', '092358.149000', '092358.151000', '092358.154000', '092358.157000', '092358.159000', '092358.162000', '092358.165000', '092358.167000', '092358.170000', '092358.172000', '092358.175000', '092358.178000', '092358.190000', '092358.193000', '092358.196000', '092358.198000', '092358.201000', '092358.203000', '092358.206000', '092358.209000', '092358.212000', '092358.214000', '092358.217000', '092358.219000', '092358.222000', '092358.225000', '092358.228000', '092358.230000', '092358.233000', '092358.235000', '092358.238000', '092358.241000', '092358.243000', '092358.246000', '092358.249000', '092418.124000', '092418.128000', '092418.130000', '092418.133000', '092418.135000', '092418.138000', '092418.141000', '092418.144000', '092418.146000', '092418.149000', '092418.152000', '092418.154000', '092418.157000', '092418.160000', '092418.162000', '092418.165000', '092418.167000', '092418.170000', '092418.173000', '092418.175000', '092418.178000', '092418.181000', '092418.183000', '092418.186000', '092418.188000', '092418.191000', '092418.194000', '092418.197000', '092418.200000', '092418.203000', '092418.205000', '092418.208000', '092418.211000', '092418.213000', '092418.216000', '092418.219000', '092418.221000', '092418.224000', '092418.226000', '092418.229000', '092418.232000', '092418.234000', '092418.237000', '092422.850000', '092422.853000', '092422.856000', '092422.858000', '092422.861000', '092422.864000', '092422.867000', '092422.870000', '092422.873000', '092422.876000', '092422.878000'], 'InstanceCreationTime': ['091738.151000', '091738.154000', '091738.156000', '091738.159000', '091738.162000', '091738.165000', '091738.167000', '091738.170000', '091738.172000', '091738.175000', '091738.178000', '091738.180000', '091738.183000', '091738.185000', '091738.188000', '091738.191000', '091738.193000', '091738.196000', '091738.198000', '091738.201000', '091738.204000', '091738.206000', '091738.209000', '091738.211000', '091738.214000', '091738.222000', '091738.225000', '091738.243000', '091738.246000', '091738.248000', '091738.251000', '091738.253000', '091738.256000', '091738.259000', '091758.124000', '091758.127000', '091758.130000', '091758.132000', '091758.135000', '091758.138000', '091758.140000', '091758.143000', '091758.145000', '091758.148000', '091758.150000', '091758.153000', '091758.155000', '091758.158000', '091758.161000', '091758.163000', '091758.166000', '091758.168000', '091758.171000', '091758.173000', '091758.176000', '091758.182000', '091758.185000', '091758.187000', '091758.190000', '091758.193000', '091758.195000', '091758.198000', '091758.200000', '091758.203000', '091758.205000', '091758.208000', '091758.211000', '091758.213000', '091758.216000', '091758.218000', '091758.221000', '091758.223000', '091758.226000', '091758.229000', '091758.231000', '091758.234000', '091758.237000', '091818.124000', '091818.127000', '091818.130000', '091818.132000', '091818.135000', '091818.137000', '091818.140000', '091818.143000', '091818.145000', '091818.148000', '091818.150000', '091818.153000', '091818.155000', '091818.158000', '091818.161000', '091818.163000', '091818.166000', '091818.168000', '091818.171000', '091818.173000', '091818.176000', '091818.178000', '091818.181000', '091818.184000', '091818.186000', '091818.189000', '091818.191000', '091818.194000', '091818.196000', '091818.199000', '091818.201000', '091818.208000', '091818.211000', '091818.213000', '091818.216000', '091818.219000', '091818.222000', '091818.224000', '091818.227000', '091818.229000', '091818.232000', '091818.234000', '091818.237000', '091818.239000', '091838.123000', '091838.126000', '091838.129000', '091838.131000', '091838.134000', '091838.137000', '091838.139000', '091838.142000', '091838.144000', '091838.147000', '091838.150000', '091838.152000', '091838.155000', '091838.157000', '091838.160000', '091838.162000', '091838.165000', '091838.167000', '091838.170000', '091838.173000', '091838.175000', '091838.178000', '091838.180000', '091838.183000', '091838.186000', '091838.188000', '091838.191000', '091838.193000', '091838.196000', '091838.198000', '091838.201000', '091838.203000', '091838.206000', '091838.208000', '091838.211000', '091838.214000', '091838.216000', '091838.219000', '091838.221000', '091838.224000', '091838.227000', '091838.229000', '091838.232000', '091858.124000', '091858.127000', '091858.130000', '091858.132000', '091858.135000', '091858.138000', '091858.140000', '091858.143000', '091858.145000', '091858.148000', '091858.151000', '091858.153000', '091858.156000', '091858.158000', '091858.161000', '091858.164000', '091858.166000', '091858.169000', '091858.171000', '091858.174000', '091858.177000', '091858.179000', '091858.182000', '091858.184000', '091858.187000', '091858.190000', '091858.192000', '091858.195000', '091858.197000', '091858.200000', '091858.202000', '091858.205000', '091858.208000', '091858.210000', '091858.213000', '091858.216000', '091858.218000', '091858.221000', '091858.223000', '091858.226000', '091858.228000', '091858.231000', '091858.233000', '091858.236000', '091918.124000', '091918.127000', '091918.130000', '091918.133000', '091918.135000', '091918.138000', '091918.140000', '091918.143000', '091918.146000', '091918.148000', '091918.151000', '091918.153000', '091918.156000', '091918.159000', '091918.161000', '091918.164000', '091918.166000', '091918.169000', '091918.172000', '091918.174000', '091918.177000', '091918.179000', '091918.182000', '091918.184000', '091918.187000', '091918.190000', '091918.192000', '091918.195000', '091918.198000', '091918.200000', '091918.203000', '091918.205000', '091918.224000', '091918.227000', '091918.229000', '091918.232000', '091918.234000', '091918.237000', '091918.240000', '091918.242000', '091918.245000', '091918.247000', '091918.250000', '091938.124000', '091938.127000', '091938.130000', '091938.132000', '091938.135000', '091938.137000', '091938.140000', '091938.143000', '091938.145000', '091938.148000', '091938.150000', '091938.153000', '091938.155000', '091938.158000', '091938.160000', '091938.163000', '091938.166000', '091938.168000', '091938.171000', '091938.174000', '091938.176000', '091938.179000', '091938.181000', '091938.184000', '091938.186000', '091938.189000', '091938.191000', '091938.194000', '091938.197000', '091938.199000', '091938.202000', '091938.204000', '091938.207000', '091938.210000', '091938.212000', '091938.215000', '091938.217000', '091938.220000', '091938.222000', '091938.225000', '091938.228000', '091938.230000', '091938.233000', '091938.236000', '091958.125000', '091958.127000', '091958.130000', '091958.133000', '091958.135000', '091958.138000', '091958.140000', '091958.143000', '091958.146000', '091958.148000', '091958.151000', '091958.153000', '091958.156000', '091958.158000', '091958.161000', '091958.163000', '091958.166000', '091958.169000', '091958.171000', '091958.174000', '091958.176000', '091958.179000', '091958.181000', '091958.184000', '091958.187000', '091958.189000', '091958.192000', '091958.194000', '091958.197000', '091958.199000', '091958.202000', '091958.205000', '091958.207000', '091958.210000', '091958.213000', '091958.215000', '091958.218000', '091958.220000', '091958.223000', '091958.225000', '091958.228000', '091958.231000', '091958.233000', '092018.124000', '092018.127000', '092018.130000', '092018.132000', '092018.135000', '092018.138000', '092018.141000', '092018.144000', '092018.147000', '092018.149000', '092018.152000', '092018.154000', '092018.157000', '092018.160000', '092018.162000', '092018.165000', '092018.167000', '092018.170000', '092018.173000', '092018.175000', '092018.178000', '092018.180000', '092018.183000', '092018.185000', '092018.188000', '092018.191000', '092018.193000', '092018.196000', '092018.198000', '092018.201000', '092018.204000', '092018.206000', '092018.209000', '092018.211000', '092018.214000', '092018.217000', '092018.219000', '092018.222000', '092018.224000', '092018.227000', '092018.229000', '092018.232000', '092018.234000', '092038.125000', '092038.128000', '092038.130000', '092038.133000', '092038.136000', '092038.138000', '092038.141000', '092038.143000', '092038.146000', '092038.149000', '092038.151000', '092038.154000', '092038.156000', '092038.159000', '092038.162000', '092038.164000', '092038.167000', '092038.170000', '092038.172000', '092038.175000', '092038.177000', '092038.180000', '092038.182000', '092038.185000', '092038.187000', '092038.190000', '092038.193000', '092038.195000', '092038.198000', '092038.200000', '092038.203000', '092038.205000', '092038.208000', '092038.210000', '092038.213000', '092038.216000', '092038.218000', '092038.221000', '092038.223000', '092038.226000', '092038.228000', '092038.231000', '092038.233000', '092038.236000', '092058.123000', '092058.126000', '092058.129000', '092058.132000', '092058.134000', '092058.137000', '092058.140000', '092058.142000', '092058.145000', '092058.147000', '092058.150000', '092058.152000', '092058.155000', '092058.157000', '092058.160000', '092058.163000', '092058.165000', '092058.168000', '092058.171000', '092058.173000', '092058.176000', '092058.179000', '092058.181000', '092058.184000', '092058.186000', '092058.189000', '092058.192000', '092058.194000', '092058.222000', '092058.224000', '092058.227000', '092058.230000', '092058.232000', '092058.235000', '092058.237000', '092058.240000', '092058.242000', '092058.245000', '092058.248000', '092058.250000', '092058.253000', '092058.255000', '092058.258000', '092118.125000', '092118.127000', '092118.130000', '092118.133000', '092118.135000', '092118.138000', '092118.141000', '092118.143000', '092118.146000', '092118.148000', '092118.151000', '092118.154000', '092118.156000', '092118.159000', '092118.161000', '092118.164000', '092118.167000', '092118.169000', '092118.172000', '092118.175000', '092118.177000', '092118.180000', '092118.182000', '092118.185000', '092118.188000', '092118.190000', '092118.193000', '092118.196000', '092118.198000', '092118.201000', '092118.203000', '092118.206000', '092118.209000', '092118.211000', '092118.214000', '092118.217000', '092118.219000', '092118.222000', '092118.224000', '092118.227000', '092118.230000', '092118.232000', '092118.235000', '092118.238000', '092138.124000', '092138.127000', '092138.130000', '092138.133000', '092138.135000', '092138.138000', '092138.141000', '092138.143000', '092138.146000', '092138.149000', '092138.151000', '092138.154000', '092138.156000', '092138.159000', '092138.162000', '092138.164000', '092138.167000', '092138.170000', '092138.172000', '092138.175000', '092138.177000', '092138.181000', '092138.183000', '092138.186000', '092138.189000', '092138.192000', '092138.194000', '092138.197000', '092138.200000', '092138.203000', '092138.206000', '092138.208000', '092138.211000', '092138.213000', '092138.216000', '092138.218000', '092138.221000', '092138.224000', '092138.226000', '092138.229000', '092138.232000', '092138.234000', '092138.237000', '092158.124000', '092158.127000', '092158.130000', '092158.133000', '092158.135000', '092158.138000', '092158.140000', '092158.143000', '092158.146000', '092158.148000', '092158.151000', '092158.153000', '092158.156000', '092158.159000', '092158.162000', '092158.164000', '092158.167000', '092158.169000', '092158.172000', '092158.175000', '092158.177000', '092158.180000', '092158.183000', '092158.185000', '092158.188000', '092158.190000', '092158.193000', '092158.196000', '092158.198000', '092158.201000', '092158.204000', '092158.206000', '092158.209000', '092158.211000', '092158.214000', '092158.217000', '092158.219000', '092158.222000', '092158.224000', '092158.227000', '092158.230000', '092158.232000', '092158.238000', '092158.241000', '092218.125000', '092218.127000', '092218.130000', '092218.133000', '092218.136000', '092218.138000', '092218.141000', '092218.143000', '092218.146000', '092218.148000', '092218.152000', '092218.154000', '092218.157000', '092218.160000', '092218.163000', '092218.165000', '092218.168000', '092218.171000', '092218.173000', '092218.176000', '092218.178000', '092218.181000', '092218.184000', '092218.186000', '092218.189000', '092218.191000', '092218.194000', '092218.197000', '092218.199000', '092218.202000', '092218.205000', '092218.207000', '092218.210000', '092218.212000', '092218.215000', '092218.218000', '092218.220000', '092218.223000', '092218.226000', '092218.228000', '092218.231000', '092218.234000', '092218.236000', '092238.125000', '092238.128000', '092238.131000', '092238.133000', '092238.136000', '092238.139000', '092238.141000', '092238.144000', '092238.146000', '092238.149000', '092238.182000', '092238.185000', '092238.188000', '092238.191000', '092238.193000', '092238.196000', '092238.199000', '092238.201000', '092238.204000', '092238.207000', '092238.209000', '092238.212000', '092238.215000', '092238.217000', '092238.220000', '092238.223000', '092238.225000', '092238.228000', '092238.231000', '092238.234000', '092238.236000', '092238.239000', '092238.241000', '092238.244000', '092238.247000', '092238.249000', '092238.252000', '092238.255000', '092238.257000', '092238.260000', '092238.263000', '092238.265000', '092238.268000', '092238.271000', '092258.124000', '092258.127000', '092258.130000', '092258.133000', '092258.135000', '092258.138000', '092258.141000', '092258.143000', '092258.146000', '092258.149000', '092258.151000', '092258.154000', '092258.157000', '092258.159000', '092258.162000', '092258.165000', '092258.167000', '092258.170000', '092258.172000', '092258.175000', '092258.178000', '092258.180000', '092258.183000', '092258.186000', '092258.188000', '092258.191000', '092258.194000', '092258.197000', '092258.200000', '092258.203000', '092258.206000', '092258.209000', '092258.211000', '092258.214000', '092258.217000', '092258.220000', '092258.223000', '092258.226000', '092258.229000', '092258.231000', '092258.234000', '092258.237000', '092258.239000', '092318.124000', '092318.127000', '092318.129000', '092318.132000', '092318.135000', '092318.138000', '092318.140000', '092318.143000', '092318.146000', '092318.150000', '092318.153000', '092318.155000', '092318.158000', '092318.161000', '092318.163000', '092318.166000', '092318.169000', '092318.171000', '092318.174000', '092318.176000', '092318.179000', '092318.182000', '092318.184000', '092318.187000', '092318.190000', '092318.192000', '092318.195000', '092318.197000', '092318.200000', '092318.203000', '092318.205000', '092318.208000', '092318.211000', '092318.213000', '092318.216000', '092318.218000', '092318.221000', '092318.224000', '092318.226000', '092318.229000', '092318.232000', '092318.234000', '092318.237000', '092318.240000', '092338.125000', '092338.127000', '092338.130000', '092338.133000', '092338.136000', '092338.138000', '092338.141000', '092338.144000', '092338.146000', '092338.149000', '092338.151000', '092338.154000', '092338.157000', '092338.159000', '092338.162000', '092338.165000', '092338.167000', '092338.170000', '092338.173000', '092338.175000', '092338.178000', '092338.180000', '092338.183000', '092338.186000', '092338.188000', '092338.191000', '092338.194000', '092338.196000', '092338.199000', '092338.201000', '092338.204000', '092338.207000', '092338.209000', '092338.212000', '092338.215000', '092338.218000', '092338.220000', '092338.223000', '092338.226000', '092338.228000', '092338.231000', '092338.234000', '092338.236000', '092358.124000', '092358.127000', '092358.130000', '092358.133000', '092358.136000', '092358.138000', '092358.141000', '092358.144000', '092358.146000', '092358.149000', '092358.151000', '092358.154000', '092358.157000', '092358.159000', '092358.162000', '092358.165000', '092358.167000', '092358.170000', '092358.172000', '092358.175000', '092358.178000', '092358.190000', '092358.193000', '092358.196000', '092358.198000', '092358.201000', '092358.203000', '092358.206000', '092358.209000', '092358.212000', '092358.214000', '092358.217000', '092358.219000', '092358.222000', '092358.225000', '092358.228000', '092358.230000', '092358.233000', '092358.235000', '092358.238000', '092358.241000', '092358.243000', '092358.246000', '092358.249000', '092418.124000', '092418.128000', '092418.130000', '092418.133000', '092418.135000', '092418.138000', '092418.141000', '092418.144000', '092418.146000', '092418.149000', '092418.152000', '092418.154000', '092418.157000', '092418.160000', '092418.162000', '092418.165000', '092418.167000', '092418.170000', '092418.173000', '092418.175000', '092418.178000', '092418.181000', '092418.183000', '092418.186000', '092418.188000', '092418.191000', '092418.194000', '092418.197000', '092418.200000', '092418.203000', '092418.205000', '092418.208000', '092418.211000', '092418.213000', '092418.216000', '092418.219000', '092418.221000', '092418.224000', '092418.226000', '092418.229000', '092418.232000', '092418.234000', '092418.237000', '092422.850000', '092422.853000', '092422.856000', '092422.858000', '092422.861000', '092422.864000', '092422.867000', '092422.870000', '092422.873000', '092422.876000', '092422.878000'], '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': [8494, 6410, 9588, 6493, 9129, 6414, 5528, 6659, 5801, 7241, 6266, 9612, 6265, 8505, 6502, 8471, 6553, 9241, 6274, 7752, 6401, 6292, 6393, 5784, 6209, 5719, 6701, 5670, 6680, 5705, 6989, 5702, 7613, 6331, 5402, 6334, 5593, 7278, 5631, 8171, 5817, 10447, 6428, 6086, 6299, 5570, 6696, 5642, 8653, 5695, 7314, 6280, 5506, 6527, 5940, 9289, 6358, 7974, 6329, 5457, 7197, 5402, 8329, 5824, 11216, 6182, 6279, 6197, 5486, 6864, 5485, 8822, 5987, 5744, 6159, 5615, 6698, 5578, 9968, 6304, 8369, 6109, 7533, 6205, 7085, 6903, 5642, 7975, 5431, 7938, 5892, 7552, 6517, 5651, 6221, 5627, 7157, 5680, 8102, 6079, 9385, 6781, 5637, 6115, 5600, 6931, 5754, 9192, 6308, 5539, 6183, 5658, 6564, 5614, 8622, 5988, 6417, 6313, 5647, 6945, 5638, 8134, 5922, 10130, 5957, 5582, 6189, 5557, 7186, 5877, 9116, 5762, 5744, 6038, 5629, 7038, 5637, 9001, 5831, 5526, 6087, 5802, 7387, 5727, 10074, 6358, 5695, 7097, 5661, 8010, 6070, 7989, 6265, 5469, 6814, 5761, 8206, 5870, 10740, 7435, 5730, 6262, 5599, 6617, 5568, 8245, 5804, 8026, 5640, 7072, 5949, 6437, 6129, 5361, 6198, 5600, 6715, 5581, 5503, 7187, 5817, 5750, 6696, 5406, 10396, 5593, 7486, 6509, 5549, 8603, 5852, 11310, 5927, 9049, 6055, 5657, 6773, 5562, 9019, 5502, 7384, 5986, 6150, 6127, 5586, 8795, 5677, 7246, 5887, 5799, 6054, 5712, 8216, 5737, 7785, 5821, 6074, 6285, 6557, 8845, 5632, 7875, 5506, 7835, 5962, 6271, 6970, 5407, 6907, 5381, 7389, 5716, 7671, 6545, 5418, 6201, 5429, 7008, 5499, 7536, 6814, 5585, 6170, 5479, 7393, 5557, 8204, 6863, 5308, 5957, 5623, 7271, 5639, 6444, 6466, 5442, 6436, 5575, 7163, 5637, 8558, 5431, 10945, 7220, 8819, 5354, 9123, 5565, 9222, 6132, 10382, 7068, 5605, 5748, 5503, 5782, 5730, 8124, 5386, 7573, 5597, 6045, 5689, 6014, 6321, 5288, 7087, 5459, 8719, 5687, 9658, 6201, 11136, 7850, 5759, 6401, 5261, 7288, 5671, 9478, 6411, 8307, 6170, 5737, 5896, 5502, 6697, 6002, 8407, 5696, 5848, 5962, 5821, 6087, 5817, 8931, 5974, 6889, 5678, 7482, 5671, 8159, 7054, 5378, 6015, 5677, 6916, 5482, 7117, 6229, 8196, 6119, 5855, 6095, 5770, 7070, 6108, 9145, 6255, 6384, 6025, 5478, 6203, 5573, 9950, 6151, 8829, 5829, 7479, 6183, 7443, 6559, 6765, 7574, 5485, 6387, 5595, 7596, 6022, 8199, 6634, 5514, 6421, 5759, 7581, 5905, 10134, 6949, 5927, 6247, 5367, 6698, 6162, 8211, 6440, 6094, 6297, 5418, 6191, 6039, 8510, 6374, 5480, 6318, 5474, 6463, 6146, 8910, 6743, 5986, 6273, 5497, 6333, 5955, 6700, 5966, 7653, 6231, 5520, 6370, 6031, 6648, 5967, 9084, 6295, 5534, 6214, 5563, 6622, 6148, 8506, 7021, 5434, 6110, 5639, 6904, 5913, 7964, 6624, 5484, 6227, 5853, 8194, 6246, 9318, 7152, 5695, 8201, 5858, 9509, 6269, 11052, 7293, 6685, 6756, 5300, 6610, 5834, 8857, 6709, 5732, 6500, 6111, 7016, 6037, 9082, 6739, 5446, 6475, 6096, 7161, 6090, 8514, 6757, 10753, 6577, 5537, 6444, 5940, 7342, 6296, 7754, 6449, 5799, 6640, 5871, 7604, 6491, 10484, 6199, 8015, 6579, 6741, 6819, 5991, 8343, 6222, 7067, 6339, 7133, 6738, 6709, 7015, 6071, 7488, 6195, 6418, 6748, 6861, 7094, 6385, 7321, 6139, 7654, 6582, 6779, 6962, 5752, 9662, 6101, 8571, 6478, 7140, 7080, 5654, 7563, 6194, 7001, 6502, 6853, 7046, 5672, 8239, 6368, 6379, 6742, 5395, 7053, 6113, 8039, 6812, 5523, 7000, 6179, 9950, 7284, 7889, 6505, 5809, 7215, 6094, 7637, 6520, 5566, 7879, 5877, 5905, 6478, 5553, 8163, 6405, 6591, 6810, 6268, 6911, 6374, 7848, 6955, 5751, 6822, 5972, 7106, 6760, 5970, 7095, 6426, 10805, 6628, 6321, 6952, 5442, 8630, 6609, 7694, 7002, 5559, 8073, 6268, 5286, 8201, 6678, 6115, 7688, 6100, 5843, 6806, 6372, 11347, 7989, 5763, 6507, 6052, 6766, 6705, 5548, 8664, 6417, 5766, 6720, 5690, 6816, 6251, 7685, 6540, 7009, 6511, 5681, 6738, 5983, 8334, 6709, 7154, 6797, 5664, 6586, 5992, 7811, 6573, 8604, 6893, 5743, 6753, 5990, 7168, 6844, 5222, 8874, 6398, 5999, 6756, 5447, 8545, 6684, 8731, 6873, 6371, 7862, 6267, 10294, 7367, 9665, 7328, 6198, 6935, 6364, 7531, 6868, 6110, 7963, 6237, 7039, 6619, 6382, 6957, 5809, 8753, 6393, 7640, 6710, 6257, 7016, 5507, 8108, 6561, 5384, 6846, 5760, 6919, 6063, 8648, 6818, 5332, 6930, 6138, 7590, 6689, 10457, 7109, 6885, 7036, 6058, 7244, 6907, 5703, 7134, 6167, 8759, 6398, 5852, 7183, 5486, 7442, 6068, 10920, 6316, 8786, 6612, 8633, 6787, 7241, 9325, 6318, 7116, 6153, 7470, 6872, 6558, 7243, 6132, 7056, 6101, 7047, 6403, 8083, 7109, 6547, 6959, 5290, 7046, 6233, 6973, 6165, 9485, 7014, 5630, 6954, 5517, 7022, 5523, 9240, 6505, 8497, 6472, 7395, 6776, 6773, 7083, 6778, 10700, 6177, 7709, 6140, 7227, 6361, 8889, 6904, 5851, 6893, 5439, 7009, 6380, 7252, 6415, 11390, 6941, 5365, 6908, 6209, 7066, 6317, 10470, 7419, 6428, 7033, 5521, 7055, 6101, 9927, 7297, 6884, 6910, 5425, 7134, 5456, 8056, 6264, 9931, 6624, 5957, 7073, 5554, 7245, 5519, 8867, 6190, 7782, 6685, 6211, 7175, 6020, 10096, 6496, 5141, 6719, 6220, 5639, 8087, 6078, 5738, 8838, 6745, 7028, 6625, 5463, 7340, 6239, 10576, 7344, 8718, 6882, 5464, 6922, 5567, 7180, 6253, 6240, 6719, 5619, 6731, 5959, 7371, 6537, 7449, 6748, 5350, 6745, 5887, 7316, 6413, 9560, 7100, 5518, 7087, 6013, 7195, 6297, 9622, 7142, 6034, 7136, 6166, 7950, 6818, 7147, 7014, 5934, 7448, 6577, 5863, 6967, 5506, 7204, 6297, 10969, 6707, 6174, 7093, 5478, 6964, 6075, 9707, 6513, 7026, 6827, 5600, 6897, 6146, 7783, 6294, 6899, 6845, 5667, 7076, 6036, 7236, 6228, 11453, 6870, 5797, 6923, 6066, 6711, 6797, 5800, 10248, 6509, 6353, 6788, 6246, 7971, 6240, 6647, 6938, 6218, 5513, 6986, 5971, 7241, 6642, 6860, 11578, 6648, 6397, 6407, 5596, 8300, 6466, 10386, 7459, 5586, 6552, 6042, 7153, 6331, 7422, 6402, 6124, 6666, 5616, 6655, 6354, 7320, 6411, 7103], 'WindowCenter': [3398.0, 3362.0, 3390.0, 3346.0, 3365.0, 3332.0, 3320.0, 3341.0, 3318.0, 3340.0, 3329.0, 3363.0, 3330.0, 3351.0, 3329.0, 3349.0, 3329.0, 3349.0, 3329.0, 3339.0, 3328.0, 3316.0, 3330.0, 3319.0, 3318.0, 3317.0, 3341.0, 3320.0, 3342.0, 3319.0, 3339.0, 3320.0, 3350.0, 3331.0, 3320.0, 3331.0, 3320.0, 3354.0, 3320.0, 3351.0, 3319.0, 3372.0, 3330.0, 3329.0, 3342.0, 3308.0, 3329.0, 3318.0, 3361.0, 3319.0, 3340.0, 3331.0, 3320.0, 3330.0, 3330.0, 3361.0, 3330.0, 3350.0, 3329.0, 3307.0, 3341.0, 3307.0, 3350.0, 3318.0, 3371.0, 3318.0, 3327.0, 3319.0, 3307.0, 3328.0, 3307.0, 3361.0, 3329.0, 3318.0, 3330.0, 3318.0, 3329.0, 3307.0, 3372.0, 3330.0, 3349.0, 3318.0, 3338.0, 3317.0, 3327.0, 3338.0, 3317.0, 3349.0, 3318.0, 3348.0, 3317.0, 3338.0, 3328.0, 3317.0, 3318.0, 3318.0, 3327.0, 3317.0, 3349.0, 3329.0, 3360.0, 3341.0, 3318.0, 3317.0, 3316.0, 3327.0, 3317.0, 3360.0, 3328.0, 3306.0, 3317.0, 3319.0, 3329.0, 3317.0, 3349.0, 3329.0, 3328.0, 3328.0, 3317.0, 3338.0, 3317.0, 3349.0, 3317.0, 3374.0, 3317.0, 3306.0, 3317.0, 3307.0, 3339.0, 3317.0, 3350.0, 3317.0, 3317.0, 3317.0, 3316.0, 3339.0, 3318.0, 3361.0, 3319.0, 3306.0, 3329.0, 3318.0, 3339.0, 3317.0, 3361.0, 3328.0, 3317.0, 3339.0, 3317.0, 3350.0, 3330.0, 3352.0, 3328.0, 3306.0, 3328.0, 3317.0, 3349.0, 3319.0, 3371.0, 3352.0, 3317.0, 3327.0, 3305.0, 3327.0, 3306.0, 3349.0, 3317.0, 3338.0, 3306.0, 3338.0, 3316.0, 3316.0, 3316.0, 3306.0, 3317.0, 3319.0, 3339.0, 3307.0, 3307.0, 3339.0, 3318.0, 3319.0, 3342.0, 3319.0, 3375.0, 3319.0, 3339.0, 3328.0, 3307.0, 3350.0, 3318.0, 3371.0, 3316.0, 3347.0, 3316.0, 3304.0, 3328.0, 3305.0, 3360.0, 3307.0, 3337.0, 3318.0, 3318.0, 3317.0, 3305.0, 3349.0, 3317.0, 3338.0, 3318.0, 3316.0, 3318.0, 3317.0, 3350.0, 3318.0, 3339.0, 3318.0, 3317.0, 3329.0, 3328.0, 3362.0, 3317.0, 3350.0, 3308.0, 3337.0, 3317.0, 3326.0, 3338.0, 3305.0, 3338.0, 3306.0, 3337.0, 3318.0, 3338.0, 3328.0, 3306.0, 3316.0, 3305.0, 3338.0, 3306.0, 3337.0, 3327.0, 3307.0, 3316.0, 3307.0, 3337.0, 3307.0, 3350.0, 3340.0, 3306.0, 3317.0, 3317.0, 3337.0, 3318.0, 3328.0, 3340.0, 3319.0, 3330.0, 3318.0, 3339.0, 3318.0, 3361.0, 3307.0, 3372.0, 3340.0, 3349.0, 3307.0, 3359.0, 3306.0, 3349.0, 3317.0, 3359.0, 3339.0, 3305.0, 3305.0, 3304.0, 3317.0, 3319.0, 3351.0, 3319.0, 3339.0, 3319.0, 3329.0, 3320.0, 3329.0, 3328.0, 3307.0, 3339.0, 3306.0, 3348.0, 3318.0, 3358.0, 3318.0, 3370.0, 3349.0, 3316.0, 3316.0, 3306.0, 3337.0, 3305.0, 3358.0, 3317.0, 3347.0, 3316.0, 3305.0, 3304.0, 3294.0, 3326.0, 3315.0, 3348.0, 3317.0, 3304.0, 3316.0, 3316.0, 3317.0, 3316.0, 3349.0, 3316.0, 3327.0, 3317.0, 3337.0, 3317.0, 3349.0, 3338.0, 3305.0, 3316.0, 3317.0, 3326.0, 3307.0, 3338.0, 3330.0, 3349.0, 3317.0, 3317.0, 3318.0, 3317.0, 3340.0, 3330.0, 3360.0, 3329.0, 3327.0, 3318.0, 3307.0, 3317.0, 3307.0, 3360.0, 3319.0, 3360.0, 3318.0, 3336.0, 3316.0, 3339.0, 3328.0, 3327.0, 3350.0, 3305.0, 3326.0, 3306.0, 3337.0, 3318.0, 3348.0, 3328.0, 3305.0, 3326.0, 3316.0, 3337.0, 3318.0, 3360.0, 3340.0, 3316.0, 3326.0, 3304.0, 3327.0, 3317.0, 3349.0, 3328.0, 3316.0, 3328.0, 3305.0, 3316.0, 3316.0, 3349.0, 3328.0, 3307.0, 3329.0, 3307.0, 3328.0, 3317.0, 3349.0, 3328.0, 3316.0, 3316.0, 3305.0, 3315.0, 3316.0, 3327.0, 3316.0, 3338.0, 3316.0, 3306.0, 3327.0, 3317.0, 3339.0, 3330.0, 3361.0, 3329.0, 3307.0, 3317.0, 3307.0, 3328.0, 3330.0, 3350.0, 3340.0, 3307.0, 3328.0, 3322.0, 3340.0, 3318.0, 3349.0, 3341.0, 3319.0, 3330.0, 3319.0, 3349.0, 3328.0, 3362.0, 3340.0, 3318.0, 3350.0, 3317.0, 3358.0, 3328.0, 3370.0, 3338.0, 3341.0, 3327.0, 3306.0, 3327.0, 3316.0, 3360.0, 3327.0, 3320.0, 3328.0, 3317.0, 3327.0, 3317.0, 3348.0, 3330.0, 3309.0, 3328.0, 3316.0, 3326.0, 3317.0, 3348.0, 3328.0, 3370.0, 3326.0, 3305.0, 3315.0, 3316.0, 3338.0, 3328.0, 3352.0, 3328.0, 3317.0, 3327.0, 3317.0, 3339.0, 3327.0, 3372.0, 3318.0, 3349.0, 3327.0, 3327.0, 3331.0, 3317.0, 3349.0, 3317.0, 3326.0, 3327.0, 3326.0, 3339.0, 3328.0, 3339.0, 3318.0, 3339.0, 3328.0, 3327.0, 3342.0, 3339.0, 3340.0, 3327.0, 3338.0, 3317.0, 3337.0, 3327.0, 3327.0, 3339.0, 3316.0, 3362.0, 3317.0, 3348.0, 3327.0, 3341.0, 3338.0, 3316.0, 3337.0, 3317.0, 3327.0, 3327.0, 3327.0, 3338.0, 3316.0, 3349.0, 3328.0, 3327.0, 3327.0, 3307.0, 3339.0, 3321.0, 3350.0, 3331.0, 3320.0, 3341.0, 3330.0, 3361.0, 3339.0, 3350.0, 3341.0, 3318.0, 3340.0, 3317.0, 3338.0, 3327.0, 3306.0, 3350.0, 3331.0, 3319.0, 3329.0, 3306.0, 3351.0, 3327.0, 3327.0, 3328.0, 3328.0, 3337.0, 3328.0, 3348.0, 3342.0, 3318.0, 3340.0, 3329.0, 3338.0, 3330.0, 3332.0, 3342.0, 3328.0, 3372.0, 3339.0, 3331.0, 3339.0, 3321.0, 3363.0, 3340.0, 3350.0, 3339.0, 3318.0, 3350.0, 3331.0, 3306.0, 3349.0, 3342.0, 3329.0, 3353.0, 3330.0, 3320.0, 3328.0, 3328.0, 3374.0, 3353.0, 3308.0, 3316.0, 3319.0, 3327.0, 3330.0, 3306.0, 3352.0, 3331.0, 3319.0, 3331.0, 3317.0, 3327.0, 3328.0, 3354.0, 3330.0, 3339.0, 3328.0, 3321.0, 3339.0, 3318.0, 3353.0, 3343.0, 3340.0, 3345.0, 3320.0, 3331.0, 3317.0, 3349.0, 3343.0, 3364.0, 3341.0, 3317.0, 3327.0, 3320.0, 3342.0, 3332.0, 3311.0, 3362.0, 3330.0, 3329.0, 3339.0, 3310.0, 3365.0, 3342.0, 3361.0, 3331.0, 3331.0, 3348.0, 3331.0, 3362.0, 3341.0, 3363.0, 3337.0, 3320.0, 3328.0, 3330.0, 3337.0, 3331.0, 3320.0, 3353.0, 3320.0, 3337.0, 3331.0, 3327.0, 3341.0, 3319.0, 3352.0, 3331.0, 3353.0, 3330.0, 3329.0, 3340.0, 3308.0, 3352.0, 3343.0, 3309.0, 3331.0, 3317.0, 3342.0, 3332.0, 3364.0, 3343.0, 3311.0, 3342.0, 3331.0, 3342.0, 3332.0, 3373.0, 3343.0, 3342.0, 3341.0, 3319.0, 3337.0, 3341.0, 3316.0, 3342.0, 3332.0, 3363.0, 3332.0, 3321.0, 3342.0, 3310.0, 3354.0, 3319.0, 3375.0, 3331.0, 3351.0, 3330.0, 3350.0, 3327.0, 3340.0, 3363.0, 3330.0, 3328.0, 3316.0, 3340.0, 3331.0, 3330.0, 3341.0, 3317.0, 3338.0, 3316.0, 3341.0, 3331.0, 3352.0, 3342.0, 3331.0, 3341.0, 3308.0, 3341.0, 3320.0, 3341.0, 3332.0, 3364.0, 3342.0, 3320.0, 3342.0, 3309.0, 3342.0, 3319.0, 3364.0, 3331.0, 3351.0, 3331.0, 3340.0, 3331.0, 3329.0, 3338.0, 3329.0, 3375.0, 3318.0, 3340.0, 3318.0, 3339.0, 3329.0, 3351.0, 3341.0, 3319.0, 3341.0, 3309.0, 3340.0, 3330.0, 3340.0, 3330.0, 3373.0, 3340.0, 3309.0, 3340.0, 3318.0, 3341.0, 3331.0, 3373.0, 3354.0, 3329.0, 3341.0, 3308.0, 3340.0, 3318.0, 3362.0, 3342.0, 3341.0, 3341.0, 3307.0, 3329.0, 3307.0, 3352.0, 3330.0, 3362.0, 3331.0, 3317.0, 3341.0, 3307.0, 3341.0, 3308.0, 3364.0, 3319.0, 3340.0, 3330.0, 3319.0, 3343.0, 3332.0, 3374.0, 3331.0, 3323.0, 3342.0, 3332.0, 3321.0, 3354.0, 3331.0, 3319.0, 3364.0, 3344.0, 3343.0, 3342.0, 3310.0, 3342.0, 3320.0, 3363.0, 3342.0, 3352.0, 3329.0, 3308.0, 3329.0, 3307.0, 3330.0, 3330.0, 3331.0, 3331.0, 3319.0, 3330.0, 3320.0, 3341.0, 3332.0, 3355.0, 3332.0, 3310.0, 3331.0, 3319.0, 3342.0, 3333.0, 3364.0, 3343.0, 3309.0, 3341.0, 3319.0, 3329.0, 3331.0, 3362.0, 3342.0, 3319.0, 3340.0, 3319.0, 3339.0, 3330.0, 3341.0, 3329.0, 3320.0, 3340.0, 3330.0, 3319.0, 3330.0, 3307.0, 3341.0, 3330.0, 3374.0, 3330.0, 3320.0, 3341.0, 3307.0, 3329.0, 3319.0, 3362.0, 3331.0, 3329.0, 3331.0, 3319.0, 3340.0, 3320.0, 3352.0, 3330.0, 3342.0, 3331.0, 3319.0, 3340.0, 3319.0, 3341.0, 3331.0, 3373.0, 3331.0, 3319.0, 3342.0, 3330.0, 3330.0, 3330.0, 3320.0, 3388.0, 3345.0, 3330.0, 3330.0, 3346.0, 3354.0, 3332.0, 3355.0, 3343.0, 3332.0, 3309.0, 3341.0, 3319.0, 3339.0, 3330.0, 3342.0, 3374.0, 3331.0, 3331.0, 3330.0, 3307.0, 3350.0, 3329.0, 3361.0, 3341.0, 3306.0, 3318.0, 3318.0, 3328.0, 3329.0, 3339.0, 3330.0, 3319.0, 3330.0, 3319.0, 3329.0, 3329.0, 3339.0, 3331.0, 3341.0], 'WindowWidth': [7760.0, 7698.0, 7727.0, 7663.0, 7682.0, 7635.0, 7617.0, 7643.0, 7609.0, 7641.0, 7625.0, 7674.0, 7628.0, 7655.0, 7624.0, 7649.0, 7622.0, 7648.0, 7623.0, 7636.0, 7619.0, 7601.0, 7628.0, 7608.0, 7608.0, 7605.0, 7642.0, 7613.0, 7646.0, 7610.0, 7636.0, 7612.0, 7653.0, 7629.0, 7613.0, 7629.0, 7616.0, 7668.0, 7614.0, 7654.0, 7610.0, 7685.0, 7626.0, 7624.0, 7646.0, 7594.0, 7622.0, 7608.0, 7670.0, 7612.0, 7638.0, 7628.0, 7617.0, 7628.0, 7627.0, 7669.0, 7625.0, 7653.0, 7624.0, 7592.0, 7642.0, 7590.0, 7652.0, 7608.0, 7682.0, 7606.0, 7618.0, 7609.0, 7590.0, 7620.0, 7592.0, 7667.0, 7625.0, 7606.0, 7627.0, 7607.0, 7623.0, 7594.0, 7684.0, 7626.0, 7650.0, 7607.0, 7633.0, 7604.0, 7618.0, 7634.0, 7604.0, 7648.0, 7610.0, 7647.0, 7604.0, 7632.0, 7621.0, 7605.0, 7607.0, 7607.0, 7618.0, 7606.0, 7650.0, 7625.0, 7666.0, 7643.0, 7608.0, 7605.0, 7602.0, 7616.0, 7604.0, 7664.0, 7622.0, 7589.0, 7606.0, 7609.0, 7623.0, 7605.0, 7650.0, 7623.0, 7619.0, 7620.0, 7605.0, 7633.0, 7604.0, 7650.0, 7607.0, 7690.0, 7605.0, 7589.0, 7604.0, 7591.0, 7636.0, 7607.0, 7652.0, 7606.0, 7606.0, 7606.0, 7603.0, 7635.0, 7609.0, 7667.0, 7609.0, 7591.0, 7623.0, 7607.0, 7638.0, 7606.0, 7668.0, 7621.0, 7605.0, 7636.0, 7606.0, 7653.0, 7626.0, 7659.0, 7622.0, 7591.0, 7620.0, 7606.0, 7650.0, 7613.0, 7683.0, 7661.0, 7606.0, 7617.0, 7584.0, 7617.0, 7588.0, 7647.0, 7605.0, 7632.0, 7589.0, 7632.0, 7603.0, 7601.0, 7603.0, 7588.0, 7605.0, 7612.0, 7639.0, 7591.0, 7594.0, 7636.0, 7609.0, 7611.0, 7647.0, 7611.0, 7695.0, 7612.0, 7637.0, 7621.0, 7591.0, 7653.0, 7609.0, 7681.0, 7602.0, 7643.0, 7600.0, 7583.0, 7619.0, 7587.0, 7665.0, 7591.0, 7629.0, 7606.0, 7606.0, 7605.0, 7587.0, 7650.0, 7606.0, 7633.0, 7606.0, 7601.0, 7607.0, 7606.0, 7652.0, 7608.0, 7636.0, 7608.0, 7604.0, 7621.0, 7620.0, 7671.0, 7605.0, 7652.0, 7594.0, 7628.0, 7604.0, 7616.0, 7633.0, 7587.0, 7632.0, 7588.0, 7628.0, 7606.0, 7632.0, 7620.0, 7588.0, 7601.0, 7588.0, 7633.0, 7589.0, 7630.0, 7618.0, 7590.0, 7603.0, 7593.0, 7630.0, 7592.0, 7651.0, 7640.0, 7589.0, 7604.0, 7604.0, 7631.0, 7608.0, 7623.0, 7642.0, 7612.0, 7626.0, 7610.0, 7637.0, 7607.0, 7668.0, 7594.0, 7684.0, 7638.0, 7647.0, 7592.0, 7660.0, 7589.0, 7647.0, 7605.0, 7662.0, 7635.0, 7585.0, 7587.0, 7584.0, 7604.0, 7612.0, 7654.0, 7610.0, 7635.0, 7611.0, 7624.0, 7614.0, 7624.0, 7622.0, 7592.0, 7636.0, 7590.0, 7644.0, 7610.0, 7659.0, 7607.0, 7676.0, 7648.0, 7600.0, 7601.0, 7588.0, 7628.0, 7586.0, 7659.0, 7603.0, 7642.0, 7601.0, 7584.0, 7583.0, 7567.0, 7614.0, 7600.0, 7645.0, 7604.0, 7584.0, 7601.0, 7602.0, 7604.0, 7602.0, 7648.0, 7601.0, 7615.0, 7603.0, 7629.0, 7605.0, 7648.0, 7633.0, 7587.0, 7601.0, 7605.0, 7615.0, 7592.0, 7635.0, 7628.0, 7649.0, 7605.0, 7606.0, 7606.0, 7605.0, 7640.0, 7627.0, 7666.0, 7624.0, 7618.0, 7608.0, 7591.0, 7607.0, 7592.0, 7667.0, 7610.0, 7663.0, 7606.0, 7628.0, 7602.0, 7635.0, 7622.0, 7618.0, 7654.0, 7587.0, 7615.0, 7589.0, 7629.0, 7607.0, 7647.0, 7621.0, 7587.0, 7616.0, 7603.0, 7628.0, 7607.0, 7666.0, 7641.0, 7601.0, 7615.0, 7584.0, 7615.0, 7605.0, 7649.0, 7621.0, 7604.0, 7621.0, 7587.0, 7602.0, 7603.0, 7650.0, 7621.0, 7592.0, 7624.0, 7593.0, 7620.0, 7604.0, 7647.0, 7619.0, 7601.0, 7600.0, 7586.0, 7599.0, 7602.0, 7618.0, 7604.0, 7633.0, 7603.0, 7590.0, 7618.0, 7604.0, 7638.0, 7628.0, 7669.0, 7625.0, 7594.0, 7606.0, 7593.0, 7621.0, 7630.0, 7652.0, 7641.0, 7593.0, 7622.0, 7619.0, 7638.0, 7610.0, 7651.0, 7642.0, 7614.0, 7626.0, 7612.0, 7650.0, 7623.0, 7670.0, 7640.0, 7608.0, 7651.0, 7606.0, 7659.0, 7619.0, 7678.0, 7634.0, 7643.0, 7619.0, 7589.0, 7615.0, 7601.0, 7664.0, 7619.0, 7612.0, 7622.0, 7605.0, 7617.0, 7604.0, 7647.0, 7627.0, 7596.0, 7619.0, 7604.0, 7614.0, 7604.0, 7648.0, 7623.0, 7677.0, 7615.0, 7585.0, 7599.0, 7603.0, 7634.0, 7621.0, 7655.0, 7620.0, 7603.0, 7616.0, 7605.0, 7637.0, 7619.0, 7683.0, 7607.0, 7647.0, 7617.0, 7618.0, 7627.0, 7604.0, 7650.0, 7604.0, 7615.0, 7619.0, 7615.0, 7636.0, 7622.0, 7637.0, 7608.0, 7635.0, 7621.0, 7617.0, 7644.0, 7637.0, 7640.0, 7619.0, 7633.0, 7605.0, 7630.0, 7617.0, 7618.0, 7636.0, 7603.0, 7670.0, 7605.0, 7647.0, 7618.0, 7640.0, 7634.0, 7601.0, 7632.0, 7603.0, 7616.0, 7617.0, 7619.0, 7635.0, 7603.0, 7650.0, 7622.0, 7619.0, 7618.0, 7593.0, 7638.0, 7615.0, 7652.0, 7627.0, 7615.0, 7643.0, 7626.0, 7669.0, 7637.0, 7652.0, 7644.0, 7611.0, 7639.0, 7606.0, 7633.0, 7618.0, 7590.0, 7654.0, 7632.0, 7611.0, 7624.0, 7592.0, 7655.0, 7619.0, 7618.0, 7620.0, 7620.0, 7632.0, 7620.0, 7648.0, 7644.0, 7608.0, 7641.0, 7624.0, 7633.0, 7626.0, 7630.0, 7644.0, 7622.0, 7685.0, 7639.0, 7629.0, 7638.0, 7616.0, 7672.0, 7639.0, 7654.0, 7638.0, 7609.0, 7653.0, 7627.0, 7588.0, 7650.0, 7645.0, 7623.0, 7659.0, 7625.0, 7612.0, 7619.0, 7619.0, 7687.0, 7659.0, 7593.0, 7602.0, 7609.0, 7616.0, 7626.0, 7589.0, 7655.0, 7627.0, 7608.0, 7627.0, 7604.0, 7618.0, 7622.0, 7661.0, 7627.0, 7637.0, 7622.0, 7616.0, 7636.0, 7607.0, 7659.0, 7648.0, 7641.0, 7653.0, 7613.0, 7627.0, 7606.0, 7651.0, 7646.0, 7676.0, 7642.0, 7605.0, 7617.0, 7612.0, 7642.0, 7629.0, 7602.0, 7670.0, 7628.0, 7625.0, 7637.0, 7601.0, 7676.0, 7644.0, 7669.0, 7628.0, 7628.0, 7646.0, 7628.0, 7670.0, 7640.0, 7672.0, 7630.0, 7610.0, 7619.0, 7624.0, 7631.0, 7627.0, 7611.0, 7661.0, 7613.0, 7632.0, 7628.0, 7618.0, 7640.0, 7611.0, 7656.0, 7627.0, 7658.0, 7625.0, 7621.0, 7636.0, 7593.0, 7657.0, 7647.0, 7597.0, 7627.0, 7604.0, 7643.0, 7633.0, 7675.0, 7648.0, 7601.0, 7644.0, 7629.0, 7642.0, 7630.0, 7686.0, 7648.0, 7643.0, 7639.0, 7608.0, 7629.0, 7639.0, 7604.0, 7644.0, 7633.0, 7674.0, 7630.0, 7616.0, 7644.0, 7601.0, 7664.0, 7611.0, 7692.0, 7629.0, 7653.0, 7624.0, 7649.0, 7617.0, 7636.0, 7670.0, 7624.0, 7620.0, 7602.0, 7636.0, 7628.0, 7625.0, 7641.0, 7604.0, 7632.0, 7603.0, 7639.0, 7629.0, 7656.0, 7643.0, 7627.0, 7641.0, 7595.0, 7641.0, 7612.0, 7641.0, 7631.0, 7675.0, 7645.0, 7613.0, 7644.0, 7597.0, 7644.0, 7611.0, 7677.0, 7630.0, 7655.0, 7628.0, 7638.0, 7626.0, 7624.0, 7635.0, 7622.0, 7690.0, 7607.0, 7635.0, 7607.0, 7633.0, 7622.0, 7652.0, 7643.0, 7609.0, 7640.0, 7595.0, 7637.0, 7625.0, 7638.0, 7625.0, 7686.0, 7638.0, 7597.0, 7639.0, 7607.0, 7639.0, 7628.0, 7686.0, 7663.0, 7622.0, 7639.0, 7593.0, 7637.0, 7608.0, 7669.0, 7644.0, 7639.0, 7639.0, 7590.0, 7621.0, 7590.0, 7655.0, 7624.0, 7669.0, 7626.0, 7605.0, 7640.0, 7592.0, 7643.0, 7595.0, 7679.0, 7611.0, 7639.0, 7624.0, 7610.0, 7648.0, 7632.0, 7692.0, 7631.0, 7626.0, 7648.0, 7635.0, 7615.0, 7663.0, 7628.0, 7610.0, 7675.0, 7651.0, 7645.0, 7645.0, 7599.0, 7641.0, 7612.0, 7671.0, 7642.0, 7654.0, 7621.0, 7591.0, 7619.0, 7590.0, 7623.0, 7625.0, 7626.0, 7626.0, 7609.0, 7623.0, 7612.0, 7641.0, 7632.0, 7667.0, 7629.0, 7599.0, 7627.0, 7611.0, 7644.0, 7634.0, 7675.0, 7646.0, 7594.0, 7639.0, 7608.0, 7622.0, 7627.0, 7668.0, 7643.0, 7608.0, 7637.0, 7609.0, 7634.0, 7625.0, 7640.0, 7623.0, 7612.0, 7637.0, 7625.0, 7607.0, 7623.0, 7590.0, 7642.0, 7625.0, 7688.0, 7625.0, 7611.0, 7639.0, 7591.0, 7622.0, 7609.0, 7667.0, 7626.0, 7620.0, 7627.0, 7608.0, 7638.0, 7613.0, 7657.0, 7627.0, 7643.0, 7626.0, 7609.0, 7638.0, 7609.0, 7640.0, 7628.0, 7685.0, 7628.0, 7610.0, 7642.0, 7628.0, 7625.0, 7627.0, 7613.0, 7716.0, 7655.0, 7627.0, 7623.0, 7659.0, 7661.0, 7632.0, 7669.0, 7648.0, 7632.0, 7596.0, 7640.0, 7609.0, 7634.0, 7624.0, 7644.0, 7690.0, 7629.0, 7627.0, 7625.0, 7591.0, 7648.0, 7622.0, 7666.0, 7642.0, 7587.0, 7604.0, 7606.0, 7618.0, 7622.0, 7635.0, 7624.0, 7609.0, 7623.0, 7607.0, 7619.0, 7621.0, 7634.0, 7628.0, 7639.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.001572208791208791</td></tr>
<tr><td colspan=3>aqi</td><td>0.04442253219780219</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.36959536715077</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1289657059295934</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9847414141254137</td></tr>
<tr><td colspan=3>efc</td><td>0.4405</td></tr>
<tr><td colspan=3>fber</td><td>6273.4609</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.13550022488190439</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>131</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>14.395604395604396</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4079840730230724</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.2619587642525185</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.665152754639625</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.296840700177074</td></tr>
<tr><td colspan=3>gcor</td><td>0.00204722</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.013991160318255424</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.0248094592243433</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>910</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.99029049602918</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>23.7074</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>26.9834</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>121.1993</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>36.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>312599.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>549.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>241.9268</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.3647</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>385.3007</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2659.1078</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>2814.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>63945.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>959.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3462.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>705.2063</td></tr>
<tr><td colspan=3>tsnr</td><td>31.82922774553299</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>