ds005256-mriqc/sub-0101_ses-02_task-alignvideo_acq-mb8_run-04_bold.html
Felix Hoffstaedter 8040380ef1 [DATALAD RUNCMD] Compute MRIQC for sub-0101
=== 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-0101 --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-0101",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-19 02:12:56 +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-0101_ses-02_task-alignvideo_acq-mb8_run-04_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
<script>
var timestamp = Date.now()
function read_form() {
var ds = "<unset>";
var sub = "sub-0101_ses-02_task-alignvideo_acq-mb8_run-04_bold.nii.gz";
var artifacts = [];
$('#qcartifacts-group input:checked').each(function() {
artifacts.push($(this).attr('name'));
});
var rating = $('#qcslider').val();
var payload = {
'dataset': ds,
'subject': sub,
'rating': rating,
'artifacts': artifacts,
'time_sec': (Date.now() - timestamp) / 1000,
'confidence': $('#qcextra-confidence').val(),
'comments': $('#qcextra-comments').val()
};
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
$('#btn-download').attr('href', URL.createObjectURL(file));
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
return payload
};
function toggle_rating() {
if ($('#qcrating-menu').hasClass('d-none')) {
$('#qcrating-menu').removeClass('d-none');
$('#qcrating-toggler').prop('checked', true);
} else {
$('#qcrating-menu').addClass('d-none');
$('#qcrating-toggler').prop('checked', false);
}
};
$(window).on('load',function(){
var authorization = $('#btn-post').val()
if (authorization.includes("secret_token")) {
$('#btn-post').addClass('d-none');
};
timestamp = Date.now();
});
</script>
<style type="text/css">
/* The slider itself */
.slider {
-webkit-appearance: none; /* Override default CSS styles */
appearance: none;
margin-bottom: 8px;
margin-left: 10%;
width: 80%;
height: 5px; /* Specified height */
background: #d3d3d3; /* Grey background */
outline: none; /* Remove outline */
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
transition: opacity .2s;
}
/* Mouse-over effects */
.slider:hover {
opacity: 1; /* Fully shown on mouse-over */
}
.slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
.slider::-moz-range-thumb {
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
About
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="#errors">Errors</a></li>
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
</ul>
</li>
</ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>
<div id="Basic echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-04_session-02_subject-0101_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Standard deviation of signal through time</h3><p class="elem-caption">The voxel-wise standard deviation of the signal (variability along time).</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0101/figures/sub-0101_ses-02_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0101/figures/sub-0101_ses-02_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0101/figures/sub-0101_ses-02_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-04_session-02_subject-0101_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">View of the background of the voxel-wise average of the BOLD timeseries</h3><p class="elem-caption">This panel shows a mosaic enhancing the background around the head. Artifacts usually unveil themselves in the air surrounding the head, where no signal sources are present.</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0101/figures/sub-0101_ses-02_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0101/figures/sub-0101_ses-02_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0101/figures/sub-0101_ses-02_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-04_session-02_subject-0101_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series, zoomed-in covering just the brain</h3><p class="elem-caption">This panel shows a mosaic of the brain. This mosaic is the most suitable to screen head-motion intensity inhomogeneities, global/local noise, signal leakage (for example, from the eyeballs and across the phase-encoding axis), etc.</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0101/figures/sub-0101_ses-02_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0101/figures/sub-0101_ses-02_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0101/figures/sub-0101_ses-02_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-04_session-02_subject-0101_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Carpetplot and nuisance signals</h3><p class="elem-caption">The so-called &laquo;carpetplot&raquo; may assist in assessing head-motion derived artifacts and respiation effects.</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0101/figures/sub-0101_ses-02_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0101/figures/sub-0101_ses-02_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0101/figures/sub-0101_ses-02_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg</a></small>
</div>
</div>
<div id="Extended echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-mean_run-04_session-02_subject-0101_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series</h3><p class="elem-caption">The average signal calculated across the last axis (time).</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0101/figures/sub-0101_ses-02_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0101/figures/sub-0101_ses-02_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0101/figures/sub-0101_ses-02_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg</a></small>
</div>
</div>
<div id="Extended reports shared across echos" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-04_session-02_subject-0101_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Brain extraction performance</h3><p class="elem-caption">Brain mask as internally extracted by MRIQC. Defects on the brainmask could indicate problematic aspects of the image quality-wise.</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0101/figures/sub-0101_ses-02_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0101/figures/sub-0101_ses-02_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0101/figures/sub-0101_ses-02_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-04_session-02_subject-0101_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Spatial normalization of the anatomical image</h3><p class="elem-caption">This panel shows a <em>quick-and-dirty</em> nonlinear registration into the <code>MNI152NLin2009cAsym</code> template accessed with <a href="https://templateflow.org/browse" target="_blank"><em>TemplateFlow</em></a>.</p> <div class="reportlet">
<object class="svg-reportlet" type="image/svg+xml" data="./sub-0101/figures/sub-0101_ses-02_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0101/figures/sub-0101_ses-02_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0101/figures/sub-0101_ses-02_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0101/figures/sub-0101_ses-02_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg</a></small>
</div>
</div>
<div id="About" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">About</h1>
<div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
</div>
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p> <div class="accordion accordion-flush" id="about-metadata">
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-0">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
Provenance Information
</button>
</h2>
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0101/ses-02/func/sub-0101_ses-02_task-alignvideo_acq-mb8_run-04_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>5b096634b03e891a51e60008c0b16fde</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>21:06:33.000000</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>[1, 0, 0, 0, 1, 0]</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-04_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.129999</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-04_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>34</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4235, -7768, -7220, 17, -128, 14, -92, 68]</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.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>318.987</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>6aaa3a44-2c19-4640-b6b9-477fdb6fd513||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.682926893234253, 0.0, 0.0, 110.0], [0.0, 2.682926893234253, 0.0, -107.31707763671875], [0.0, 0.0, 2.700000047683716, -74.25], [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': ['210633.000000', '210633.460000', '210633.920000', '210634.380000', '210634.840000', '210635.300000', '210635.760000', '210636.220000', '210636.680000', '210637.140000', '210637.600000', '210638.060000', '210638.520000', '210638.980000', '210639.440000', '210639.900000', '210640.360000', '210640.820000', '210641.280000', '210641.740000', '210642.200000', '210642.660000', '210643.120000', '210643.580000', '210644.040000', '210644.500000', '210644.960000', '210645.420000', '210645.880000', '210646.340000', '210646.800000', '210647.260000', '210647.720000', '210648.180000', '210648.640000', '210649.100000', '210649.560000', '210650.020000', '210650.480000', '210650.940000', '210651.400000', '210651.860000', '210652.320000', '210652.780000', '210653.240000', '210653.700000', '210654.160000', '210654.620000', '210655.080000', '210655.540000', '210656.000000', '210656.460000', '210656.920000', '210657.380000', '210657.840000', '210658.300000', '210658.760000', '210659.220000', '210659.680000', '210700.140000', '210700.600000', '210701.060000', '210701.520000', '210701.980000', '210702.440000', '210702.900000', '210703.360000', '210703.820000', '210704.280000', '210704.740000', '210705.200000', '210705.660000', '210706.120000', '210706.580000', '210707.040000', '210707.500000', '210707.960000', '210708.420000', '210708.880000', '210709.340000', '210709.800000', '210710.260000', '210710.720000', '210711.180000', '210711.640000', '210712.100000', '210712.560000', '210713.020000', '210713.480000', '210713.940000', '210714.400000', '210714.860000', '210715.320000', '210715.780000', '210716.240000', '210716.700000', '210717.160000', '210717.620000', '210718.080000', '210718.540000', '210719.000000', '210719.460000', '210719.920000', '210720.380000', '210720.840000', '210721.300000', '210721.760000', '210722.220000', '210722.680000', '210723.140000', '210723.600000', '210724.060000', '210724.520000', '210724.980000', '210725.440000', '210725.900000', '210726.360000', '210726.820000', '210727.280000', '210727.740000', '210728.200000', '210728.660000', '210729.120000', '210729.580000', '210730.040000', '210730.500000', '210730.960000', '210731.420000', '210731.880000', '210732.340000', '210732.800000', '210733.260000', '210733.720000', '210734.180000', '210734.640000', '210735.100000', '210735.560000', '210736.020000', '210736.480000', '210736.940000', '210737.400000', '210737.860000', '210738.320000', '210738.780000', '210739.240000', '210739.700000', '210740.160000', '210740.620000', '210741.080000', '210741.540000', '210742.000000', '210742.460000', '210742.920000', '210743.380000', '210743.840000', '210744.300000', '210744.760000', '210745.220000', '210745.680000', '210746.140000', '210746.600000', '210747.060000', '210747.520000', '210747.980000', '210748.440000', '210748.900000', '210749.360000', '210749.820000', '210750.280000', '210750.740000', '210751.200000', '210751.660000', '210752.120000', '210752.580000', '210753.040000', '210753.500000', '210753.960000', '210754.420000', '210754.880000', '210755.340000', '210755.800000', '210756.260000', '210756.720000', '210757.180000', '210757.640000', '210758.100000', '210758.560000', '210759.020000', '210759.480000', '210759.940000', '210800.400000', '210800.860000', '210801.320000', '210801.780000', '210802.240000', '210802.700000', '210803.160000', '210803.620000', '210804.080000', '210804.540000', '210805.000000', '210805.460000', '210805.920000', '210806.380000', '210806.840000', '210807.300000', '210807.760000', '210808.220000', '210808.680000', '210809.140000', '210809.600000', '210810.060000', '210810.520000', '210810.980000', '210811.440000', '210811.900000', '210812.360000', '210812.820000', '210813.280000', '210813.740000', '210814.200000', '210814.660000', '210815.120000', '210815.580000', '210816.040000', '210816.500000', '210816.960000', '210817.420000', '210817.880000', '210818.340000', '210818.800000', '210819.260000', '210819.720000', '210820.180000', '210820.640000', '210821.100000', '210821.560000', '210822.020000', '210822.480000', '210822.940000', '210823.400000', '210823.860000', '210824.320000', '210824.780000', '210825.240000', '210825.700000', '210826.160000', '210826.620000', '210827.080000', '210827.540000', '210828.000000', '210828.460000', '210828.920000', '210829.380000', '210829.840000', '210830.300000', '210830.760000', '210831.220000', '210831.680000', '210832.140000', '210832.600000', '210833.060000', '210833.520000', '210833.980000', '210834.440000', '210834.900000', '210835.360000', '210835.820000', '210836.280000', '210836.740000', '210837.200000', '210837.660000', '210838.120000', '210838.580000', '210839.040000', '210839.500000', '210839.960000', '210840.420000', '210840.880000', '210841.340000', '210841.800000', '210842.260000', '210842.720000', '210843.180000', '210843.640000', '210844.100000', '210844.560000', '210845.020000', '210845.480000', '210845.940000', '210846.400000', '210846.860000', '210847.320000', '210847.780000', '210848.240000', '210848.700000', '210849.160000', '210849.620000', '210850.080000', '210850.540000', '210851.000000', '210851.460000', '210851.920000', '210852.380000', '210852.840000', '210853.300000', '210853.760000', '210854.220000', '210854.680000', '210855.140000', '210855.600000', '210856.060000', '210856.520000', '210856.980000', '210857.440000', '210857.900000', '210858.360000', '210858.820000', '210859.280000', '210859.740000', '210900.200000', '210900.660000', '210901.120000', '210901.580000', '210902.040000', '210902.500000', '210902.960000', '210903.420000', '210903.880000', '210904.340000', '210904.800000', '210905.260000', '210905.720000', '210906.180000', '210906.640000', '210907.100000', '210907.560000', '210908.020000', '210908.480000', '210908.940000', '210909.400000', '210909.860000', '210910.320000', '210910.780000', '210911.240000', '210911.700000', '210912.160000', '210912.620000', '210913.080000', '210913.540000', '210914.000000', '210914.460000', '210914.920000', '210915.380000', '210915.840000', '210916.300000', '210916.760000', '210917.220000', '210917.680000', '210918.140000', '210918.600000', '210919.060000', '210919.520000', '210919.980000', '210920.440000', '210920.900000', '210921.360000', '210921.820000', '210922.280000', '210922.740000', '210923.200000', '210923.660000', '210924.120000', '210924.580000', '210925.040000', '210925.500000', '210925.960000', '210926.420000', '210926.880000', '210927.340000', '210927.800000', '210928.260000', '210928.720000', '210929.180000', '210929.640000', '210930.100000', '210930.560000', '210931.020000', '210931.480000', '210931.940000', '210932.400000', '210932.860000', '210933.320000', '210933.780000', '210934.240000', '210934.700000', '210935.160000', '210935.620000', '210936.080000', '210936.540000', '210937.000000', '210937.460000', '210937.920000', '210938.380000', '210938.840000', '210939.300000', '210939.760000', '210940.220000', '210940.680000', '210941.140000', '210941.600000', '210942.060000', '210942.520000', '210942.980000', '210943.440000', '210943.900000', '210944.360000', '210944.820000', '210945.280000', '210945.740000', '210946.200000', '210946.660000', '210947.120000', '210947.580000', '210948.040000', '210948.500000', '210948.960000', '210949.420000', '210949.880000', '210950.340000', '210950.800000', '210951.260000', '210951.720000', '210952.180000', '210952.640000', '210953.100000', '210953.560000', '210954.020000', '210954.480000', '210954.940000', '210955.400000', '210955.860000', '210956.320000', '210956.780000', '210957.240000', '210957.700000', '210958.160000', '210958.620000', '210959.080000', '210959.540000', '211000.000000', '211000.460000', '211000.920000', '211001.380000', '211001.840000', '211002.300000', '211002.760000', '211003.220000', '211003.680000', '211004.140000', '211004.600000', '211005.060000', '211005.520000', '211005.980000', '211006.440000', '211006.900000', '211007.360000', '211007.820000', '211008.280000', '211008.740000', '211009.200000', '211009.660000', '211010.120000', '211010.580000', '211011.040000', '211011.500000', '211011.960000', '211012.420000', '211012.880000', '211013.340000', '211013.800000', '211014.260000', '211014.720000', '211015.180000', '211015.640000', '211016.100000', '211016.560000', '211017.020000', '211017.480000', '211017.940000', '211018.400000', '211018.860000', '211019.320000', '211019.780000', '211020.240000', '211020.700000', '211021.160000', '211021.620000', '211022.080000', '211022.540000', '211023.000000', '211023.460000', '211023.920000', '211024.380000', '211024.840000', '211025.300000', '211025.760000', '211026.220000', '211026.680000', '211027.140000', '211027.600000', '211028.060000', '211028.520000', '211028.980000', '211029.440000', '211029.900000', '211030.360000', '211030.820000', '211031.280000', '211031.740000', '211032.200000', '211032.660000', '211033.120000', '211033.580000', '211034.040000', '211034.500000', '211034.960000', '211035.420000', '211035.880000', '211036.340000', '211036.800000', '211037.260000', '211037.720000', '211038.180000', '211038.640000', '211039.100000', '211039.560000', '211040.020000', '211040.480000', '211040.940000', '211041.400000', '211041.860000', '211042.320000', '211042.780000', '211043.240000', '211043.700000', '211044.160000', '211044.620000', '211045.080000', '211045.540000', '211046.000000', '211046.460000', '211046.920000', '211047.380000', '211047.840000', '211048.300000', '211048.760000', '211049.220000', '211049.680000', '211050.140000', '211050.600000', '211051.060000', '211051.520000', '211051.980000', '211052.440000', '211052.900000', '211053.360000', '211053.820000', '211054.280000', '211054.740000', '211055.200000', '211055.660000', '211056.120000', '211056.580000', '211057.040000', '211057.500000', '211057.960000', '211058.420000', '211058.880000', '211059.340000', '211059.800000', '211100.260000', '211100.720000', '211101.180000', '211101.640000', '211102.100000', '211102.560000', '211103.020000', '211103.480000', '211103.940000', '211104.400000', '211104.860000', '211105.320000', '211105.780000', '211106.240000', '211106.700000', '211107.160000', '211107.620000', '211108.080000', '211108.540000', '211109.000000', '211109.460000', '211109.920000', '211110.380000', '211110.840000', '211111.300000', '211111.760000', '211112.220000', '211112.680000', '211113.140000', '211113.600000', '211114.060000', '211114.520000', '211114.980000', '211115.440000', '211115.900000', '211116.360000', '211116.820000', '211117.280000', '211117.740000', '211118.200000', '211118.660000', '211119.120000', '211119.580000', '211120.040000', '211120.500000', '211120.960000', '211121.420000', '211121.880000', '211122.340000', '211122.800000', '211123.260000', '211123.720000', '211124.180000', '211124.640000', '211125.100000', '211125.560000', '211126.020000', '211126.480000', '211126.940000', '211127.400000', '211127.860000', '211128.320000', '211128.780000', '211129.240000', '211129.700000', '211130.160000', '211130.620000', '211131.080000', '211131.540000', '211132.000000', '211132.460000', '211132.920000', '211133.380000', '211133.840000', '211134.300000', '211134.760000', '211135.220000', '211135.680000', '211136.140000', '211136.600000', '211137.060000', '211137.520000', '211137.980000', '211138.440000', '211138.900000', '211139.360000', '211139.820000', '211140.280000', '211140.740000', '211141.200000', '211141.660000', '211142.120000', '211142.580000', '211143.040000', '211143.500000', '211143.960000', '211144.420000', '211144.880000', '211145.340000', '211145.800000', '211146.260000', '211146.720000', '211147.180000', '211147.640000', '211148.100000', '211148.560000', '211149.020000', '211149.480000', '211149.940000', '211150.400000', '211150.860000', '211151.320000', '211151.780000', '211152.240000', '211152.700000', '211153.160000', '211153.620000', '211154.080000', '211154.540000', '211155.000000', '211155.460000', '211155.920000', '211156.380000', '211156.840000', '211157.300000', '211157.760000', '211158.220000', '211158.680000', '211159.140000', '211159.600000', '211200.060000', '211200.520000', '211200.980000', '211201.440000', '211201.900000', '211202.360000', '211202.820000', '211203.280000', '211203.740000', '211204.200000', '211204.660000', '211205.120000', '211205.580000', '211206.040000', '211206.500000', '211206.960000', '211207.420000', '211207.880000', '211208.340000', '211208.800000', '211209.260000', '211209.720000', '211210.180000', '211210.640000', '211211.100000', '211211.560000', '211212.020000', '211212.480000', '211212.940000', '211213.400000', '211213.860000', '211214.320000', '211214.780000', '211215.240000', '211215.700000', '211216.160000', '211216.620000', '211217.080000', '211217.540000', '211218.000000', '211218.460000', '211218.920000', '211219.380000', '211219.840000', '211220.300000', '211220.760000', '211221.220000', '211221.680000', '211222.140000', '211222.600000', '211223.060000', '211223.520000', '211223.980000', '211224.440000', '211224.900000', '211225.360000', '211225.820000', '211226.280000', '211226.740000', '211227.200000', '211227.660000', '211228.120000', '211228.580000', '211229.040000', '211229.500000', '211229.960000', '211230.420000', '211230.880000', '211231.340000', '211231.800000', '211232.260000', '211232.720000', '211233.180000', '211233.640000', '211234.100000', '211234.560000', '211235.020000', '211235.480000', '211235.940000', '211236.400000', '211236.860000', '211237.320000', '211237.780000', '211238.240000', '211238.700000', '211239.160000', '211239.620000', '211240.080000', '211240.540000', '211241.000000', '211241.460000', '211241.920000', '211242.380000', '211242.840000', '211243.300000', '211243.760000', '211244.220000', '211244.680000', '211245.140000', '211245.600000', '211246.060000', '211246.520000', '211246.980000', '211247.440000', '211247.900000', '211248.360000', '211248.820000', '211249.280000', '211249.740000', '211250.200000', '211250.660000', '211251.120000', '211251.580000', '211252.040000', '211252.500000', '211252.960000', '211253.420000', '211253.880000', '211254.340000', '211254.800000', '211255.260000', '211255.720000', '211256.180000', '211256.640000', '211257.100000', '211257.560000', '211258.020000', '211258.480000', '211258.940000', '211259.400000', '211259.860000', '211300.320000', '211300.780000', '211301.240000', '211301.700000', '211302.160000', '211302.620000', '211303.080000', '211303.540000', '211304.000000', '211304.460000', '211304.920000', '211305.380000', '211305.840000', '211306.300000', '211306.760000', '211307.220000', '211307.680000', '211308.140000', '211308.600000', '211309.060000', '211309.520000', '211309.980000', '211310.440000', '211310.900000', '211311.360000', '211311.820000', '211312.280000', '211312.740000', '211313.200000', '211313.660000', '211314.120000', '211314.580000', '211315.040000', '211315.500000', '211315.960000', '211316.420000', '211316.880000', '211317.340000', '211317.800000', '211318.260000', '211318.720000', '211319.180000', '211319.640000', '211320.100000', '211320.560000', '211321.020000', '211321.480000', '211321.940000', '211322.400000', '211322.860000', '211323.320000', '211323.780000', '211324.240000', '211324.700000', '211325.160000', '211325.620000', '211326.080000', '211326.540000', '211327.000000', '211327.460000', '211327.920000', '211328.380000', '211328.840000', '211329.300000', '211329.760000', '211330.220000', '211330.680000', '211331.140000', '211331.600000', '211332.060000', '211332.520000', '211332.980000'], 'ContentTime': ['210648.678000', '210648.681000', '210648.683000', '210648.686000', '210648.689000', '210648.691000', '210648.694000', '210648.696000', '210648.699000', '210648.702000', '210648.704000', '210648.707000', '210648.709000', '210648.712000', '210648.715000', '210648.723000', '210648.726000', '210648.728000', '210648.731000', '210648.733000', '210648.736000', '210648.739000', '210648.741000', '210648.744000', '210648.746000', '210648.749000', '210648.751000', '210648.761000', '210648.764000', '210648.766000', '210648.769000', '210648.772000', '210708.645000', '210708.648000', '210708.651000', '210708.654000', '210708.656000', '210708.659000', '210708.661000', '210708.664000', '210708.667000', '210708.675000', '210708.677000', '210708.680000', '210708.683000', '210708.685000', '210708.688000', '210708.690000', '210708.693000', '210708.696000', '210708.698000', '210708.701000', '210708.703000', '210708.706000', '210708.709000', '210708.711000', '210708.714000', '210708.716000', '210708.719000', '210708.721000', '210708.724000', '210708.726000', '210708.729000', '210708.732000', '210708.734000', '210708.737000', '210708.740000', '210708.742000', '210708.745000', '210708.747000', '210708.750000', '210708.752000', '210708.755000', '210708.758000', '210708.760000', '210708.763000', '210728.647000', '210728.649000', '210728.652000', '210728.655000', '210728.657000', '210728.660000', '210728.662000', '210728.665000', '210728.668000', '210728.670000', '210728.673000', '210728.676000', '210728.678000', '210728.681000', '210728.683000', '210728.686000', '210728.688000', '210728.691000', '210728.694000', '210728.696000', '210728.699000', '210728.701000', '210728.704000', '210728.707000', '210728.709000', '210728.712000', '210728.714000', '210728.717000', '210728.720000', '210728.722000', '210728.725000', '210728.728000', '210728.730000', '210728.733000', '210728.736000', '210728.738000', '210728.745000', '210728.748000', '210728.751000', '210728.753000', '210728.756000', '210728.759000', '210728.761000', '210748.646000', '210748.649000', '210748.652000', '210748.654000', '210748.657000', '210748.660000', '210748.662000', '210748.665000', '210748.668000', '210748.677000', '210748.680000', '210748.682000', '210748.685000', '210748.687000', '210748.690000', '210748.693000', '210748.695000', '210748.698000', '210748.700000', '210748.703000', '210748.706000', '210748.708000', '210748.711000', '210748.713000', '210748.716000', '210748.719000', '210748.721000', '210748.724000', '210748.726000', '210748.729000', '210748.732000', '210748.734000', '210748.737000', '210748.739000', '210748.742000', '210748.744000', '210748.747000', '210748.750000', '210748.752000', '210748.755000', '210748.757000', '210748.760000', '210748.763000', '210748.765000', '210808.646000', '210808.657000', '210808.659000', '210808.662000', '210808.665000', '210808.667000', '210808.670000', '210808.673000', '210808.675000', '210808.678000', '210808.680000', '210808.683000', '210808.686000', '210808.688000', '210808.691000', '210808.694000', '210808.696000', '210808.699000', '210808.701000', '210808.704000', '210808.707000', '210808.709000', '210808.712000', '210808.714000', '210808.717000', '210808.720000', '210808.722000', '210808.725000', '210808.728000', '210808.730000', '210808.733000', '210808.736000', '210808.738000', '210808.741000', '210808.744000', '210808.746000', '210808.749000', '210808.751000', '210808.754000', '210808.757000', '210808.759000', '210808.762000', '210808.764000', '210828.645000', '210828.649000', '210828.652000', '210828.655000', '210828.658000', '210828.660000', '210828.663000', '210828.666000', '210828.668000', '210828.671000', '210828.674000', '210828.676000', '210828.679000', '210828.681000', '210828.684000', '210828.687000', '210828.689000', '210828.692000', '210828.695000', '210828.697000', '210828.700000', '210828.703000', '210828.705000', '210828.708000', '210828.711000', '210828.713000', '210828.716000', '210828.718000', '210828.721000', '210828.725000', '210828.727000', '210828.730000', '210828.733000', '210828.735000', '210828.748000', '210828.750000', '210828.753000', '210828.755000', '210828.758000', '210828.761000', '210828.763000', '210828.766000', '210828.769000', '210848.646000', '210848.649000', '210848.651000', '210848.654000', '210848.656000', '210848.659000', '210848.662000', '210848.664000', '210848.667000', '210848.670000', '210848.672000', '210848.675000', '210848.677000', '210848.680000', '210848.682000', '210848.685000', '210848.688000', '210848.691000', '210848.693000', '210848.696000', '210848.698000', '210848.701000', '210848.704000', '210848.706000', '210848.709000', '210848.712000', '210848.714000', '210848.717000', '210848.720000', '210848.722000', '210848.725000', '210848.728000', '210848.730000', '210848.733000', '210848.735000', '210848.738000', '210848.741000', '210848.743000', '210848.746000', '210848.748000', '210848.751000', '210848.754000', '210848.756000', '210848.759000', '210908.645000', '210908.648000', '210908.651000', '210908.654000', '210908.656000', '210908.659000', '210908.661000', '210908.664000', '210908.667000', '210908.669000', '210908.672000', '210908.675000', '210908.677000', '210908.680000', '210908.683000', '210908.685000', '210908.688000', '210908.691000', '210908.693000', '210908.696000', '210908.699000', '210908.701000', '210908.704000', '210908.707000', '210908.709000', '210908.712000', '210908.714000', '210908.717000', '210908.720000', '210908.722000', '210908.725000', '210908.727000', '210908.730000', '210908.733000', '210908.735000', '210908.738000', '210908.741000', '210908.743000', '210908.746000', '210908.749000', '210908.751000', '210908.754000', '210908.756000', '210908.759000', '210928.646000', '210928.649000', '210928.651000', '210928.654000', '210928.656000', '210928.659000', '210928.662000', '210928.664000', '210928.667000', '210928.669000', '210928.672000', '210928.675000', '210928.677000', '210928.680000', '210928.682000', '210928.685000', '210928.688000', '210928.690000', '210928.693000', '210928.696000', '210928.698000', '210928.701000', '210928.704000', '210928.706000', '210928.709000', '210928.711000', '210928.714000', '210928.717000', '210928.719000', '210928.722000', '210928.724000', '210928.727000', '210928.730000', '210928.732000', '210928.735000', '210928.737000', '210928.740000', '210928.743000', '210928.745000', '210928.748000', '210928.751000', '210928.753000', '210928.756000', '210948.647000', '210948.650000', '210948.652000', '210948.655000', '210948.658000', '210948.661000', '210948.663000', '210948.666000', '210948.669000', '210948.671000', '210948.674000', '210948.676000', '210948.679000', '210948.681000', '210948.684000', '210948.687000', '210948.691000', '210948.693000', '210948.696000', '210948.699000', '210948.701000', '210948.704000', '210948.707000', '210948.709000', '210948.712000', '210948.714000', '210948.717000', '210948.720000', '210948.722000', '210948.725000', '210948.727000', '210948.730000', '210948.733000', '210948.735000', '210948.738000', '210948.741000', '210948.743000', '210948.746000', '210948.749000', '210948.751000', '210948.754000', '210948.757000', '210948.759000', '211008.646000', '211008.649000', '211008.652000', '211008.655000', '211008.657000', '211008.660000', '211008.663000', '211008.665000', '211008.668000', '211008.670000', '211008.673000', '211008.676000', '211008.678000', '211008.681000', '211008.684000', '211008.686000', '211008.689000', '211008.692000', '211008.694000', '211008.697000', '211008.700000', '211008.702000', '211008.705000', '211008.707000', '211008.710000', '211008.713000', '211008.716000', '211008.718000', '211008.721000', '211008.724000', '211008.743000', '211008.746000', '211008.748000', '211008.751000', '211008.754000', '211008.756000', '211008.759000', '211008.762000', '211008.764000', '211008.767000', '211008.769000', '211008.772000', '211008.775000', '211008.777000', '211028.646000', '211028.649000', '211028.652000', '211028.656000', '211028.658000', '211028.661000', '211028.663000', '211028.666000', '211028.669000', '211028.671000', '211028.674000', '211028.677000', '211028.679000', '211028.682000', '211028.685000', '211028.687000', '211028.690000', '211028.693000', '211028.695000', '211028.698000', '211028.701000', '211028.703000', '211028.706000', '211028.709000', '211028.712000', '211028.714000', '211028.717000', '211028.719000', '211028.722000', '211028.725000', '211028.727000', '211028.730000', '211028.733000', '211028.735000', '211028.738000', '211028.741000', '211028.743000', '211028.746000', '211028.749000', '211028.751000', '211028.754000', '211028.756000', '211028.759000', '211048.646000', '211048.649000', '211048.651000', '211048.654000', '211048.656000', '211048.659000', '211048.662000', '211048.664000', '211048.667000', '211048.670000', '211048.672000', '211048.675000', '211048.677000', '211048.680000', '211048.683000', '211048.685000', '211048.688000', '211048.691000', '211048.693000', '211048.696000', '211048.699000', '211048.701000', '211048.704000', '211048.707000', '211048.709000', '211048.712000', '211048.714000', '211048.717000', '211048.720000', '211048.722000', '211048.725000', '211048.727000', '211048.730000', '211048.733000', '211048.735000', '211048.738000', '211048.741000', '211048.743000', '211048.746000', '211048.748000', '211048.751000', '211048.754000', '211048.756000', '211048.759000', '211108.646000', '211108.648000', '211108.651000', '211108.654000', '211108.656000', '211108.659000', '211108.662000', '211108.664000', '211108.667000', '211108.670000', '211108.672000', '211108.675000', '211108.677000', '211108.680000', '211108.683000', '211108.686000', '211108.688000', '211108.691000', '211108.694000', '211108.697000', '211108.699000', '211108.702000', '211108.705000', '211108.707000', '211108.710000', '211108.712000', '211108.715000', '211108.718000', '211108.720000', '211108.723000', '211108.726000', '211108.729000', '211108.732000', '211108.734000', '211108.737000', '211108.739000', '211108.742000', '211108.745000', '211108.747000', '211108.750000', '211108.753000', '211108.755000', '211108.758000', '211128.646000', '211128.649000', '211128.651000', '211128.654000', '211128.656000', '211128.659000', '211128.662000', '211128.664000', '211128.667000', '211128.670000', '211128.672000', '211128.675000', '211128.678000', '211128.680000', '211128.683000', '211128.686000', '211128.688000', '211128.691000', '211128.693000', '211128.696000', '211128.699000', '211128.701000', '211128.704000', '211128.707000', '211128.709000', '211128.712000', '211128.715000', '211128.717000', '211128.720000', '211128.723000', '211128.725000', '211128.728000', '211128.731000', '211128.733000', '211128.736000', '211128.739000', '211128.741000', '211128.744000', '211128.746000', '211128.749000', '211128.752000', '211128.754000', '211128.757000', '211128.760000', '211148.646000', '211148.648000', '211148.651000', '211148.654000', '211148.656000', '211148.659000', '211148.662000', '211148.664000', '211148.667000', '211148.669000', '211148.672000', '211148.675000', '211148.677000', '211148.680000', '211148.683000', '211148.685000', '211148.688000', '211148.691000', '211148.694000', '211148.700000', '211148.702000', '211148.705000', '211148.708000', '211148.710000', '211148.713000', '211148.716000', '211148.718000', '211148.721000', '211148.724000', '211148.726000', '211148.729000', '211148.731000', '211148.734000', '211148.737000', '211148.739000', '211148.742000', '211148.745000', '211148.747000', '211148.750000', '211148.753000', '211148.755000', '211148.758000', '211148.761000', '211208.647000', '211208.650000', '211208.652000', '211208.655000', '211208.657000', '211208.660000', '211208.663000', '211208.665000', '211208.668000', '211208.670000', '211208.673000', '211208.676000', '211208.678000', '211208.681000', '211208.684000', '211208.686000', '211208.689000', '211208.691000', '211208.694000', '211208.697000', '211208.699000', '211208.702000', '211208.705000', '211208.707000', '211208.710000', '211208.712000', '211208.724000', '211208.727000', '211208.730000', '211208.732000', '211208.735000', '211208.737000', '211208.740000', '211208.743000', '211208.745000', '211208.748000', '211208.750000', '211208.753000', '211208.756000', '211208.758000', '211208.761000', '211208.764000', '211208.766000', '211208.769000', '211228.647000', '211228.649000', '211228.652000', '211228.655000', '211228.657000', '211228.660000', '211228.663000', '211228.665000', '211228.668000', '211228.671000', '211228.673000', '211228.676000', '211228.678000', '211228.681000', '211228.684000', '211228.686000', '211228.689000', '211228.691000', '211228.694000', '211228.697000', '211228.699000', '211228.702000', '211228.705000', '211228.708000', '211228.710000', '211228.713000', '211228.716000', '211228.718000', '211228.721000', '211228.724000', '211228.726000', '211228.729000', '211228.731000', '211228.734000', '211228.737000', '211228.739000', '211228.742000', '211228.744000', '211228.747000', '211228.750000', '211228.753000', '211228.755000', '211228.758000', '211248.646000', '211248.649000', '211248.651000', '211248.654000', '211248.656000', '211248.659000', '211248.662000', '211248.664000', '211248.667000', '211248.670000', '211248.672000', '211248.675000', '211248.677000', '211248.680000', '211248.683000', '211248.685000', '211248.688000', '211248.691000', '211248.693000', '211248.696000', '211248.698000', '211248.701000', '211248.704000', '211248.707000', '211248.709000', '211248.712000', '211248.714000', '211248.717000', '211248.720000', '211248.722000', '211248.725000', '211248.727000', '211248.730000', '211248.733000', '211248.735000', '211248.738000', '211248.740000', '211248.743000', '211248.746000', '211248.748000', '211248.751000', '211248.754000', '211248.756000', '211248.759000', '211308.646000', '211308.649000', '211308.651000', '211308.654000', '211308.657000', '211308.659000', '211308.662000', '211308.678000', '211308.681000', '211308.683000', '211308.686000', '211308.689000', '211308.692000', '211308.694000', '211308.697000', '211308.699000', '211308.702000', '211308.705000', '211308.707000', '211308.710000', '211308.713000', '211308.715000', '211308.718000', '211308.721000', '211308.723000', '211308.726000', '211308.728000', '211308.731000', '211308.744000', '211308.746000', '211308.749000', '211308.752000', '211308.754000', '211308.757000', '211308.759000', '211308.762000', '211308.765000', '211308.767000', '211308.770000', '211308.773000', '211308.775000', '211308.778000', '211308.780000', '211328.646000', '211328.649000', '211328.651000', '211328.654000', '211328.657000', '211328.659000', '211328.662000', '211328.665000', '211328.667000', '211328.670000', '211328.672000', '211328.675000', '211328.678000', '211328.680000', '211328.683000', '211328.686000', '211328.688000', '211328.691000', '211328.693000', '211328.696000', '211328.699000', '211328.701000', '211328.704000', '211328.707000', '211328.709000', '211328.712000', '211328.715000', '211328.717000', '211328.720000', '211328.722000', '211328.725000', '211328.728000', '211328.730000', '211328.733000', '211328.735000', '211328.738000', '211328.741000', '211328.743000', '211328.746000', '211328.749000', '211328.751000', '211328.754000', '211328.756000', '211328.759000', '211334.017000', '211334.020000', '211334.022000', '211334.025000', '211334.027000', '211334.030000', '211334.033000', '211334.035000', '211334.038000', '211334.041000', '211334.043000', '211334.046000'], 'InstanceCreationTime': ['210648.678000', '210648.681000', '210648.683000', '210648.686000', '210648.689000', '210648.691000', '210648.694000', '210648.696000', '210648.699000', '210648.702000', '210648.704000', '210648.707000', '210648.709000', '210648.712000', '210648.715000', '210648.723000', '210648.726000', '210648.728000', '210648.731000', '210648.733000', '210648.736000', '210648.739000', '210648.741000', '210648.744000', '210648.746000', '210648.749000', '210648.751000', '210648.761000', '210648.764000', '210648.766000', '210648.769000', '210648.772000', '210708.645000', '210708.648000', '210708.651000', '210708.654000', '210708.656000', '210708.659000', '210708.661000', '210708.664000', '210708.667000', '210708.675000', '210708.677000', '210708.680000', '210708.683000', '210708.685000', '210708.688000', '210708.690000', '210708.693000', '210708.696000', '210708.698000', '210708.701000', '210708.703000', '210708.706000', '210708.709000', '210708.711000', '210708.714000', '210708.716000', '210708.719000', '210708.721000', '210708.724000', '210708.726000', '210708.729000', '210708.732000', '210708.734000', '210708.737000', '210708.740000', '210708.742000', '210708.745000', '210708.747000', '210708.750000', '210708.752000', '210708.755000', '210708.758000', '210708.760000', '210708.763000', '210728.647000', '210728.649000', '210728.652000', '210728.655000', '210728.657000', '210728.660000', '210728.662000', '210728.665000', '210728.668000', '210728.670000', '210728.673000', '210728.676000', '210728.678000', '210728.681000', '210728.683000', '210728.686000', '210728.688000', '210728.691000', '210728.694000', '210728.696000', '210728.699000', '210728.701000', '210728.704000', '210728.707000', '210728.709000', '210728.712000', '210728.714000', '210728.717000', '210728.720000', '210728.722000', '210728.725000', '210728.728000', '210728.730000', '210728.733000', '210728.736000', '210728.738000', '210728.745000', '210728.748000', '210728.751000', '210728.753000', '210728.756000', '210728.759000', '210728.761000', '210748.646000', '210748.649000', '210748.652000', '210748.654000', '210748.657000', '210748.660000', '210748.662000', '210748.665000', '210748.668000', '210748.677000', '210748.680000', '210748.682000', '210748.685000', '210748.687000', '210748.690000', '210748.693000', '210748.695000', '210748.698000', '210748.700000', '210748.703000', '210748.706000', '210748.708000', '210748.711000', '210748.713000', '210748.716000', '210748.719000', '210748.721000', '210748.724000', '210748.726000', '210748.729000', '210748.732000', '210748.734000', '210748.737000', '210748.739000', '210748.742000', '210748.744000', '210748.747000', '210748.750000', '210748.752000', '210748.755000', '210748.757000', '210748.760000', '210748.763000', '210748.765000', '210808.646000', '210808.657000', '210808.659000', '210808.662000', '210808.665000', '210808.667000', '210808.670000', '210808.673000', '210808.675000', '210808.678000', '210808.680000', '210808.683000', '210808.686000', '210808.688000', '210808.691000', '210808.694000', '210808.696000', '210808.699000', '210808.701000', '210808.704000', '210808.707000', '210808.709000', '210808.712000', '210808.714000', '210808.717000', '210808.720000', '210808.722000', '210808.725000', '210808.728000', '210808.730000', '210808.733000', '210808.736000', '210808.738000', '210808.741000', '210808.744000', '210808.746000', '210808.749000', '210808.751000', '210808.754000', '210808.757000', '210808.759000', '210808.762000', '210808.764000', '210828.645000', '210828.649000', '210828.652000', '210828.655000', '210828.658000', '210828.660000', '210828.663000', '210828.666000', '210828.668000', '210828.671000', '210828.674000', '210828.676000', '210828.679000', '210828.681000', '210828.684000', '210828.687000', '210828.689000', '210828.692000', '210828.695000', '210828.697000', '210828.700000', '210828.703000', '210828.705000', '210828.708000', '210828.711000', '210828.713000', '210828.716000', '210828.718000', '210828.721000', '210828.725000', '210828.727000', '210828.730000', '210828.733000', '210828.735000', '210828.748000', '210828.750000', '210828.753000', '210828.755000', '210828.758000', '210828.761000', '210828.763000', '210828.766000', '210828.769000', '210848.646000', '210848.649000', '210848.651000', '210848.654000', '210848.656000', '210848.659000', '210848.662000', '210848.664000', '210848.667000', '210848.670000', '210848.672000', '210848.675000', '210848.677000', '210848.680000', '210848.682000', '210848.685000', '210848.688000', '210848.691000', '210848.693000', '210848.696000', '210848.698000', '210848.701000', '210848.704000', '210848.706000', '210848.709000', '210848.712000', '210848.714000', '210848.717000', '210848.720000', '210848.722000', '210848.725000', '210848.728000', '210848.730000', '210848.733000', '210848.735000', '210848.738000', '210848.741000', '210848.743000', '210848.746000', '210848.748000', '210848.751000', '210848.754000', '210848.756000', '210848.759000', '210908.645000', '210908.648000', '210908.651000', '210908.654000', '210908.656000', '210908.659000', '210908.661000', '210908.664000', '210908.667000', '210908.669000', '210908.672000', '210908.675000', '210908.677000', '210908.680000', '210908.683000', '210908.685000', '210908.688000', '210908.691000', '210908.693000', '210908.696000', '210908.699000', '210908.701000', '210908.704000', '210908.707000', '210908.709000', '210908.712000', '210908.714000', '210908.717000', '210908.720000', '210908.722000', '210908.725000', '210908.727000', '210908.730000', '210908.733000', '210908.735000', '210908.738000', '210908.741000', '210908.743000', '210908.746000', '210908.749000', '210908.751000', '210908.754000', '210908.756000', '210908.759000', '210928.646000', '210928.649000', '210928.651000', '210928.654000', '210928.656000', '210928.659000', '210928.662000', '210928.664000', '210928.667000', '210928.669000', '210928.672000', '210928.675000', '210928.677000', '210928.680000', '210928.682000', '210928.685000', '210928.688000', '210928.690000', '210928.693000', '210928.696000', '210928.698000', '210928.701000', '210928.704000', '210928.706000', '210928.709000', '210928.711000', '210928.714000', '210928.717000', '210928.719000', '210928.722000', '210928.724000', '210928.727000', '210928.730000', '210928.732000', '210928.735000', '210928.737000', '210928.740000', '210928.743000', '210928.745000', '210928.748000', '210928.751000', '210928.753000', '210928.756000', '210948.647000', '210948.650000', '210948.652000', '210948.655000', '210948.658000', '210948.661000', '210948.663000', '210948.666000', '210948.669000', '210948.671000', '210948.674000', '210948.676000', '210948.679000', '210948.681000', '210948.684000', '210948.687000', '210948.691000', '210948.693000', '210948.696000', '210948.699000', '210948.701000', '210948.704000', '210948.707000', '210948.709000', '210948.712000', '210948.714000', '210948.717000', '210948.720000', '210948.722000', '210948.725000', '210948.727000', '210948.730000', '210948.733000', '210948.735000', '210948.738000', '210948.741000', '210948.743000', '210948.746000', '210948.749000', '210948.751000', '210948.754000', '210948.757000', '210948.759000', '211008.646000', '211008.649000', '211008.652000', '211008.655000', '211008.657000', '211008.660000', '211008.663000', '211008.665000', '211008.668000', '211008.670000', '211008.673000', '211008.676000', '211008.678000', '211008.681000', '211008.684000', '211008.686000', '211008.689000', '211008.692000', '211008.694000', '211008.697000', '211008.700000', '211008.702000', '211008.705000', '211008.707000', '211008.710000', '211008.713000', '211008.716000', '211008.718000', '211008.721000', '211008.724000', '211008.743000', '211008.746000', '211008.748000', '211008.751000', '211008.754000', '211008.756000', '211008.759000', '211008.762000', '211008.764000', '211008.767000', '211008.769000', '211008.772000', '211008.775000', '211008.777000', '211028.646000', '211028.649000', '211028.652000', '211028.656000', '211028.658000', '211028.661000', '211028.663000', '211028.666000', '211028.669000', '211028.671000', '211028.674000', '211028.677000', '211028.679000', '211028.682000', '211028.685000', '211028.687000', '211028.690000', '211028.693000', '211028.695000', '211028.698000', '211028.701000', '211028.703000', '211028.706000', '211028.709000', '211028.712000', '211028.714000', '211028.717000', '211028.719000', '211028.722000', '211028.725000', '211028.727000', '211028.730000', '211028.733000', '211028.735000', '211028.738000', '211028.741000', '211028.743000', '211028.746000', '211028.749000', '211028.751000', '211028.754000', '211028.756000', '211028.759000', '211048.646000', '211048.649000', '211048.651000', '211048.654000', '211048.656000', '211048.659000', '211048.662000', '211048.664000', '211048.667000', '211048.670000', '211048.672000', '211048.675000', '211048.677000', '211048.680000', '211048.683000', '211048.685000', '211048.688000', '211048.691000', '211048.693000', '211048.696000', '211048.699000', '211048.701000', '211048.704000', '211048.707000', '211048.709000', '211048.712000', '211048.714000', '211048.717000', '211048.720000', '211048.722000', '211048.725000', '211048.727000', '211048.730000', '211048.733000', '211048.735000', '211048.738000', '211048.741000', '211048.743000', '211048.746000', '211048.748000', '211048.751000', '211048.754000', '211048.756000', '211048.759000', '211108.646000', '211108.648000', '211108.651000', '211108.654000', '211108.656000', '211108.659000', '211108.662000', '211108.664000', '211108.667000', '211108.670000', '211108.672000', '211108.675000', '211108.677000', '211108.680000', '211108.683000', '211108.686000', '211108.688000', '211108.691000', '211108.694000', '211108.697000', '211108.699000', '211108.702000', '211108.705000', '211108.707000', '211108.710000', '211108.712000', '211108.715000', '211108.718000', '211108.720000', '211108.723000', '211108.726000', '211108.729000', '211108.732000', '211108.734000', '211108.737000', '211108.739000', '211108.742000', '211108.745000', '211108.747000', '211108.750000', '211108.753000', '211108.755000', '211108.758000', '211128.646000', '211128.649000', '211128.651000', '211128.654000', '211128.656000', '211128.659000', '211128.662000', '211128.664000', '211128.667000', '211128.670000', '211128.672000', '211128.675000', '211128.678000', '211128.680000', '211128.683000', '211128.686000', '211128.688000', '211128.691000', '211128.693000', '211128.696000', '211128.699000', '211128.701000', '211128.704000', '211128.707000', '211128.709000', '211128.712000', '211128.715000', '211128.717000', '211128.720000', '211128.723000', '211128.725000', '211128.728000', '211128.731000', '211128.733000', '211128.736000', '211128.739000', '211128.741000', '211128.744000', '211128.746000', '211128.749000', '211128.752000', '211128.754000', '211128.757000', '211128.760000', '211148.646000', '211148.648000', '211148.651000', '211148.654000', '211148.656000', '211148.659000', '211148.662000', '211148.664000', '211148.667000', '211148.669000', '211148.672000', '211148.675000', '211148.677000', '211148.680000', '211148.683000', '211148.685000', '211148.688000', '211148.691000', '211148.694000', '211148.700000', '211148.702000', '211148.705000', '211148.708000', '211148.710000', '211148.713000', '211148.716000', '211148.718000', '211148.721000', '211148.724000', '211148.726000', '211148.729000', '211148.731000', '211148.734000', '211148.737000', '211148.739000', '211148.742000', '211148.745000', '211148.747000', '211148.750000', '211148.753000', '211148.755000', '211148.758000', '211148.761000', '211208.647000', '211208.650000', '211208.652000', '211208.655000', '211208.657000', '211208.660000', '211208.663000', '211208.665000', '211208.668000', '211208.670000', '211208.673000', '211208.676000', '211208.678000', '211208.681000', '211208.684000', '211208.686000', '211208.689000', '211208.691000', '211208.694000', '211208.697000', '211208.699000', '211208.702000', '211208.705000', '211208.707000', '211208.710000', '211208.712000', '211208.724000', '211208.727000', '211208.730000', '211208.732000', '211208.735000', '211208.737000', '211208.740000', '211208.743000', '211208.745000', '211208.748000', '211208.750000', '211208.753000', '211208.756000', '211208.758000', '211208.761000', '211208.764000', '211208.766000', '211208.769000', '211228.647000', '211228.649000', '211228.652000', '211228.655000', '211228.657000', '211228.660000', '211228.663000', '211228.665000', '211228.668000', '211228.671000', '211228.673000', '211228.676000', '211228.678000', '211228.681000', '211228.684000', '211228.686000', '211228.689000', '211228.691000', '211228.694000', '211228.697000', '211228.699000', '211228.702000', '211228.705000', '211228.708000', '211228.710000', '211228.713000', '211228.716000', '211228.718000', '211228.721000', '211228.724000', '211228.726000', '211228.729000', '211228.731000', '211228.734000', '211228.737000', '211228.739000', '211228.742000', '211228.744000', '211228.747000', '211228.750000', '211228.753000', '211228.755000', '211228.758000', '211248.646000', '211248.649000', '211248.651000', '211248.654000', '211248.656000', '211248.659000', '211248.662000', '211248.664000', '211248.667000', '211248.670000', '211248.672000', '211248.675000', '211248.677000', '211248.680000', '211248.683000', '211248.685000', '211248.688000', '211248.691000', '211248.693000', '211248.696000', '211248.698000', '211248.701000', '211248.704000', '211248.707000', '211248.709000', '211248.712000', '211248.714000', '211248.717000', '211248.720000', '211248.722000', '211248.725000', '211248.727000', '211248.730000', '211248.733000', '211248.735000', '211248.738000', '211248.740000', '211248.743000', '211248.746000', '211248.748000', '211248.751000', '211248.754000', '211248.756000', '211248.759000', '211308.646000', '211308.649000', '211308.651000', '211308.654000', '211308.657000', '211308.659000', '211308.662000', '211308.678000', '211308.681000', '211308.683000', '211308.686000', '211308.689000', '211308.692000', '211308.694000', '211308.697000', '211308.699000', '211308.702000', '211308.705000', '211308.707000', '211308.710000', '211308.713000', '211308.715000', '211308.718000', '211308.721000', '211308.723000', '211308.726000', '211308.728000', '211308.731000', '211308.744000', '211308.746000', '211308.749000', '211308.752000', '211308.754000', '211308.757000', '211308.759000', '211308.762000', '211308.765000', '211308.767000', '211308.770000', '211308.773000', '211308.775000', '211308.778000', '211308.780000', '211328.646000', '211328.649000', '211328.651000', '211328.654000', '211328.657000', '211328.659000', '211328.662000', '211328.665000', '211328.667000', '211328.670000', '211328.672000', '211328.675000', '211328.678000', '211328.680000', '211328.683000', '211328.686000', '211328.688000', '211328.691000', '211328.693000', '211328.696000', '211328.699000', '211328.701000', '211328.704000', '211328.707000', '211328.709000', '211328.712000', '211328.715000', '211328.717000', '211328.720000', '211328.722000', '211328.725000', '211328.728000', '211328.730000', '211328.733000', '211328.735000', '211328.738000', '211328.741000', '211328.743000', '211328.746000', '211328.749000', '211328.751000', '211328.754000', '211328.756000', '211328.759000', '211334.017000', '211334.020000', '211334.022000', '211334.025000', '211334.027000', '211334.030000', '211334.033000', '211334.035000', '211334.038000', '211334.041000', '211334.043000', '211334.046000'], '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': [8349, 7959, 7781, 7751, 7461, 7369, 7325, 9891, 7272, 7250, 7139, 8990, 8238, 10761, 9419, 7893, 7068, 8110, 13117, 10314, 7115, 6981, 9224, 7467, 10648, 8693, 7729, 7117, 7020, 9261, 7797, 7106, 7073, 8249, 6894, 7068, 9694, 7387, 6992, 7099, 7683, 7619, 7051, 8337, 9430, 7199, 7074, 7080, 7145, 7047, 8157, 7910, 9304, 11849, 11607, 12336, 12208, 10065, 10033, 11668, 11755, 9446, 10139, 12681, 11365, 8032, 7046, 7031, 8618, 7213, 9227, 12120, 7327, 6903, 7064, 7048, 7790, 7083, 7115, 7292, 7063, 7056, 6982, 8253, 6989, 7061, 6998, 7324, 6972, 7053, 8774, 8101, 8151, 7035, 7978, 7072, 7016, 7042, 9682, 11544, 10849, 7518, 7085, 6998, 6982, 9489, 7506, 7887, 7050, 7305, 7051, 7158, 7486, 9312, 7059, 7012, 7432, 7015, 7034, 6953, 9826, 7110, 7054, 7022, 7787, 7213, 7048, 8965, 8814, 7117, 6978, 7572, 6989, 7000, 7008, 10068, 7107, 7990, 7042, 7312, 7054, 7087, 7463, 7303, 7109, 7094, 8168, 7428, 7116, 7848, 8225, 7141, 7102, 7483, 8610, 7069, 7081, 7391, 7105, 7079, 7044, 9255, 7062, 7022, 7011, 7962, 6986, 7098, 7827, 7042, 6956, 7033, 9476, 7068, 7059, 7036, 8258, 7085, 7045, 8760, 10947, 11518, 11465, 9309, 7184, 6990, 7043, 8584, 7101, 7062, 7127, 7642, 7011, 7046, 7127, 9137, 7052, 7000, 7033, 8109, 7026, 8035, 8318, 7132, 7056, 7024, 8627, 6986, 7043, 6958, 7104, 7325, 6945, 7696, 8277, 7010, 7101, 8005, 7028, 6925, 7403, 8165, 7029, 7030, 6969, 8411, 7033, 7016, 8023, 7077, 7023, 12471, 11021, 7103, 7044, 7904, 9651, 10733, 9346, 7924, 7107, 6962, 7808, 8152, 7075, 6972, 8025, 7614, 7034, 6994, 8030, 6929, 6982, 7310, 8446, 7176, 7107, 7363, 7114, 7000, 6986, 8500, 6982, 6923, 6844, 9089, 6995, 7054, 6984, 7088, 6913, 6956, 9056, 6992, 6996, 7037, 9042, 7143, 6984, 6961, 7779, 6951, 6986, 11254, 8940, 6931, 6996, 9249, 9939, 11523, 9369, 8124, 7123, 7105, 7726, 8591, 7108, 7039, 7433, 6980, 6966, 7805, 8690, 6972, 7071, 7226, 8787, 6956, 7112, 7855, 6950, 6940, 6987, 9772, 7058, 6968, 7013, 7038, 7002, 6951, 8224, 7078, 7015, 7024, 9779, 8657, 12596, 13777, 11269, 6933, 6962, 6945, 8184, 6976, 6939, 7450, 7023, 6965, 6967, 8069, 7091, 7001, 7370, 8017, 7042, 6888, 6906, 8412, 7021, 8208, 7751, 7020, 6932, 6917, 9805, 7460, 6961, 6921, 7410, 6979, 6900, 8529, 7741, 7017, 6946, 7292, 7004, 7005, 7009, 8546, 6956, 6878, 6948, 9974, 7900, 9451, 11028, 8059, 7090, 7101, 6990, 8078, 7049, 7100, 7494, 8272, 6908, 7052, 7197, 7011, 6906, 6930, 7472, 9388, 6978, 7009, 6871, 7449, 6946, 6888, 7394, 7672, 6946, 7023, 7263, 6981, 6887, 7007, 9020, 7057, 6927, 6929, 8943, 8437, 10584, 9996, 7455, 6859, 12070, 12730, 10982, 7255, 6939, 7629, 7138, 6979, 9002, 7039, 7026, 7008, 8426, 7057, 6985, 7362, 7003, 6947, 6908, 8169, 7019, 6946, 6993, 7702, 6858, 6934, 8214, 7058, 7070, 6950, 9358, 6982, 6950, 6998, 7039, 6830, 6929, 9424, 7031, 7014, 6919, 7390, 7107, 7062, 7876, 6873, 6879, 6910, 9066, 6915, 6830, 6848, 7387, 6904, 7025, 8190, 6960, 6951, 6911, 8810, 6963, 6947, 6969, 7331, 7054, 8977, 9280, 6974, 6934, 6956, 9460, 6996, 6967, 6923, 7833, 7043, 6869, 9207, 7018, 6940, 7044, 8263, 6921, 7198, 7431, 8115, 6952, 6930, 6890, 7777, 6924, 7011, 8123, 7031, 6973, 6935, 8050, 7134, 6939, 7515, 8781, 6960, 7073, 7564, 7483, 6983, 7019, 7872, 6953, 6930, 6974, 9124, 7302, 6967, 6965, 7777, 6897, 7025, 8584, 6941, 7005, 6970, 8698, 6982, 6991, 6913, 7345, 6893, 7026, 8221, 7532, 6900, 6905, 8493, 7090, 8514, 10524, 7693, 6883, 6969, 7950, 8249, 6980, 6969, 8028, 6996, 6950, 7263, 7812, 6959, 6955, 7357, 8224, 7182, 6904, 7917, 7042, 6946, 6994, 8679, 6929, 7018, 6997, 9105, 7529, 7735, 7157, 7555, 6859, 7088, 11800, 7812, 6967, 6918, 8171, 7035, 6932, 6901, 8090, 6991, 6972, 7229, 8792, 7202, 6931, 7602, 6973, 6892, 6867, 9166, 7084, 7007, 6828, 7880, 6917, 6951, 6863, 7135, 6941, 6919, 8917, 7851, 6966, 6932, 8601, 6913, 6874, 7666, 7913, 7249, 6913, 6888, 8755, 6903, 9468, 7561, 7571, 7083, 7012, 8535, 8571, 7001, 7028, 7918, 7022, 7026, 7301, 8363, 6955, 6959, 7398, 9158, 6970, 6916, 7013, 7560, 6923, 6992, 8737, 7043, 6988, 6980, 9191, 7625, 6843, 6939, 8077, 6992, 6893, 6929, 8321, 6981, 6947, 7095, 9299, 6933, 6966, 6875, 8062, 6931, 6978, 7616, 7315, 6885, 6930, 9488, 7078, 6960, 6926, 8696, 7138, 6992, 6894, 7275, 6961, 6917, 7316, 8214, 6923, 7022, 7372, 7039, 6951, 6886, 8555, 6854, 6947, 6912, 8965, 7760, 10533, 9535, 6964, 6882, 6947, 9487, 7710, 6946, 6939, 7862, 6906, 7011, 7872, 9045, 6990, 6914, 7447, 6898, 6865, 6861, 10181, 6928, 6941, 6891, 8346, 6834, 6905, 6925, 8062, 6886, 6925, 7128, 8965, 7613, 6937, 6976, 6946, 7033, 6931, 6854, 7968, 7084, 6818, 9012, 10025, 6948, 6795, 6861, 9070, 6780, 7092, 6953, 8897, 7196, 7043, 6831, 8003, 6891, 6921, 7002, 7911, 6959, 6933, 7002, 9041, 7735, 6826, 6818, 7837, 6940, 6843, 7971, 7968, 6990, 6856, 6854, 8089, 7064, 6913, 7160, 7261, 7105, 6824, 10083, 8867, 7265, 7992, 8123, 6965, 10342, 12452, 8750, 6878, 6970, 8334, 7655, 6891, 6932, 8000, 6937, 7015, 7419, 8244, 6939, 6846, 6831, 7501, 6929, 6881, 7238, 6879, 6890, 6882, 9756, 7014, 6854, 6915, 8185, 6920, 6816, 6871, 7165, 6885, 6853, 10970, 8483, 6884, 6811, 8198, 7252, 7193, 7245, 8167, 7110, 6955, 7057, 7506, 7090, 6849, 7669, 6933, 6930, 6895, 9357, 7762, 6944, 6886, 8100, 6902, 6889, 7408, 8823, 6991, 6889, 7118, 7115, 6903, 7051, 9655, 6884, 6903, 6917, 8810, 6856, 8812, 11628, 6903, 6858, 6896, 8284, 7025, 6888, 6858, 7083, 6911, 6870, 7232, 8522, 6866, 6888, 7265, 7116, 7204, 6875, 10083, 7116, 6810, 6972, 7942, 7041, 6818, 8831, 8452, 6912, 6856, 6939, 8142, 6899, 6904, 6928, 6875, 6921, 6745, 8521, 6928, 6890], 'WindowCenter': [4496.0, 4467.0, 4449.0, 4432.0, 4409.0, 4407.0, 4405.0, 4444.0, 4405.0, 4401.0, 4391.0, 4421.0, 4413.0, 4445.0, 4409.0, 4399.0, 4380.0, 4401.0, 4455.0, 4415.0, 4380.0, 4380.0, 4406.0, 4379.0, 4430.0, 4393.0, 4384.0, 4377.0, 4377.0, 4408.0, 4390.0, 4378.0, 4376.0, 4396.0, 4378.0, 4380.0, 4417.0, 4377.0, 4369.0, 4367.0, 4374.0, 4386.0, 4375.0, 4398.0, 4418.0, 4378.0, 4378.0, 4379.0, 4364.0, 4349.0, 4385.0, 4399.0, 4418.0, 4452.0, 4443.0, 4447.0, 4436.0, 4415.0, 4419.0, 4423.0, 4425.0, 4407.0, 4417.0, 4437.0, 4427.0, 4384.0, 4364.0, 4366.0, 4393.0, 4378.0, 4409.0, 4435.0, 4375.0, 4377.0, 4364.0, 4375.0, 4383.0, 4376.0, 4378.0, 4374.0, 4374.0, 4376.0, 4380.0, 4408.0, 4378.0, 4379.0, 4380.0, 4375.0, 4378.0, 4375.0, 4405.0, 4398.0, 4399.0, 4374.0, 4384.0, 4377.0, 4376.0, 4376.0, 4415.0, 4441.0, 4430.0, 4385.0, 4361.0, 4365.0, 4372.0, 4414.0, 4389.0, 4399.0, 4374.0, 4373.0, 4377.0, 4377.0, 4377.0, 4408.0, 4377.0, 4377.0, 4373.0, 4375.0, 4376.0, 4375.0, 4418.0, 4377.0, 4379.0, 4367.0, 4371.0, 4375.0, 4376.0, 4410.0, 4404.0, 4379.0, 4375.0, 4384.0, 4366.0, 4376.0, 4374.0, 4414.0, 4380.0, 4400.0, 4375.0, 4374.0, 4376.0, 4366.0, 4375.0, 4372.0, 4368.0, 4364.0, 4394.0, 4385.0, 4377.0, 4386.0, 4394.0, 4375.0, 4378.0, 4374.0, 4394.0, 4366.0, 4363.0, 4373.0, 4376.0, 4378.0, 4378.0, 4416.0, 4379.0, 4377.0, 4377.0, 4396.0, 4379.0, 4379.0, 4384.0, 4375.0, 4379.0, 4386.0, 4415.0, 4379.0, 4377.0, 4375.0, 4393.0, 4378.0, 4374.0, 4406.0, 4426.0, 4442.0, 4439.0, 4422.0, 4374.0, 4390.0, 4374.0, 4392.0, 4365.0, 4378.0, 4377.0, 4384.0, 4375.0, 4375.0, 4376.0, 4406.0, 4375.0, 4375.0, 4378.0, 4384.0, 4376.0, 4397.0, 4397.0, 4376.0, 4377.0, 4377.0, 4394.0, 4377.0, 4377.0, 4379.0, 4376.0, 4387.0, 4372.0, 4388.0, 4397.0, 4378.0, 4376.0, 4386.0, 4380.0, 4378.0, 4388.0, 4396.0, 4377.0, 4375.0, 4372.0, 4395.0, 4378.0, 4375.0, 4385.0, 4376.0, 4378.0, 4447.0, 4427.0, 4376.0, 4375.0, 4384.0, 4413.0, 4425.0, 4404.0, 4382.0, 4365.0, 4372.0, 4387.0, 4385.0, 4376.0, 4377.0, 4396.0, 4384.0, 4378.0, 4374.0, 4379.0, 4365.0, 4376.0, 4376.0, 4395.0, 4378.0, 4375.0, 4377.0, 4373.0, 4377.0, 4375.0, 4408.0, 4374.0, 4380.0, 4379.0, 4406.0, 4379.0, 4378.0, 4378.0, 4373.0, 4377.0, 4378.0, 4406.0, 4375.0, 4379.0, 4387.0, 4406.0, 4379.0, 4377.0, 4373.0, 4384.0, 4377.0, 4376.0, 4437.0, 4404.0, 4376.0, 4377.0, 4405.0, 4417.0, 4437.0, 4406.0, 4382.0, 4376.0, 4376.0, 4387.0, 4396.0, 4378.0, 4373.0, 4374.0, 4373.0, 4373.0, 4385.0, 4395.0, 4376.0, 4377.0, 4373.0, 4392.0, 4375.0, 4376.0, 4381.0, 4377.0, 4374.0, 4374.0, 4426.0, 4378.0, 4378.0, 4373.0, 4360.0, 4363.0, 4371.0, 4382.0, 4363.0, 4377.0, 4375.0, 4415.0, 4395.0, 4447.0, 4458.0, 4424.0, 4365.0, 4361.0, 4362.0, 4380.0, 4366.0, 4378.0, 4374.0, 4374.0, 4377.0, 4372.0, 4395.0, 4375.0, 4374.0, 4375.0, 4381.0, 4366.0, 4376.0, 4376.0, 4393.0, 4377.0, 4397.0, 4384.0, 4374.0, 4377.0, 4372.0, 4413.0, 4387.0, 4375.0, 4364.0, 4383.0, 4376.0, 4376.0, 4408.0, 4384.0, 4375.0, 4374.0, 4372.0, 4376.0, 4378.0, 4375.0, 4395.0, 4377.0, 4377.0, 4377.0, 4416.0, 4399.0, 4416.0, 4426.0, 4386.0, 4366.0, 4367.0, 4363.0, 4395.0, 4377.0, 4376.0, 4377.0, 4389.0, 4376.0, 4377.0, 4363.0, 4365.0, 4364.0, 4372.0, 4376.0, 4404.0, 4376.0, 4374.0, 4365.0, 4373.0, 4377.0, 4377.0, 4389.0, 4384.0, 4376.0, 4375.0, 4373.0, 4374.0, 4376.0, 4377.0, 4405.0, 4376.0, 4376.0, 4376.0, 4407.0, 4399.0, 4428.0, 4415.0, 4374.0, 4363.0, 4436.0, 4438.0, 4425.0, 4374.0, 4377.0, 4372.0, 4364.0, 4377.0, 4395.0, 4365.0, 4363.0, 4374.0, 4393.0, 4379.0, 4377.0, 4378.0, 4374.0, 4375.0, 4365.0, 4394.0, 4378.0, 4375.0, 4366.0, 4384.0, 4377.0, 4374.0, 4397.0, 4374.0, 4376.0, 4376.0, 4403.0, 4378.0, 4366.0, 4367.0, 4362.0, 4366.0, 4375.0, 4407.0, 4376.0, 4377.0, 4377.0, 4374.0, 4378.0, 4377.0, 4384.0, 4366.0, 4380.0, 4374.0, 4406.0, 4378.0, 4379.0, 4375.0, 4384.0, 4380.0, 4376.0, 4395.0, 4375.0, 4377.0, 4377.0, 4405.0, 4377.0, 4377.0, 4376.0, 4384.0, 4375.0, 4409.0, 4404.0, 4366.0, 4375.0, 4373.0, 4402.0, 4376.0, 4377.0, 4363.0, 4386.0, 4375.0, 4364.0, 4406.0, 4374.0, 4376.0, 4362.0, 4391.0, 4375.0, 4378.0, 4373.0, 4383.0, 4377.0, 4375.0, 4373.0, 4382.0, 4376.0, 4373.0, 4394.0, 4375.0, 4378.0, 4376.0, 4384.0, 4377.0, 4376.0, 4373.0, 4393.0, 4377.0, 4373.0, 4382.0, 4373.0, 4376.0, 4372.0, 4382.0, 4364.0, 4375.0, 4374.0, 4404.0, 4376.0, 4373.0, 4374.0, 4383.0, 4376.0, 4376.0, 4396.0, 4374.0, 4373.0, 4374.0, 4404.0, 4378.0, 4379.0, 4376.0, 4383.0, 4376.0, 4378.0, 4395.0, 4383.0, 4377.0, 4373.0, 4395.0, 4375.0, 4408.0, 4425.0, 4384.0, 4373.0, 4375.0, 4386.0, 4396.0, 4376.0, 4375.0, 4382.0, 4377.0, 4378.0, 4387.0, 4384.0, 4376.0, 4377.0, 4376.0, 4394.0, 4375.0, 4371.0, 4383.0, 4373.0, 4376.0, 4374.0, 4406.0, 4375.0, 4374.0, 4376.0, 4403.0, 4388.0, 4385.0, 4374.0, 4383.0, 4366.0, 4376.0, 4439.0, 4382.0, 4365.0, 4364.0, 4393.0, 4375.0, 4376.0, 4374.0, 4382.0, 4366.0, 4374.0, 4372.0, 4403.0, 4375.0, 4376.0, 4385.0, 4363.0, 4375.0, 4360.0, 4405.0, 4376.0, 4374.0, 4374.0, 4392.0, 4376.0, 4374.0, 4366.0, 4371.0, 4376.0, 4373.0, 4406.0, 4385.0, 4377.0, 4374.0, 4403.0, 4377.0, 4362.0, 4384.0, 4385.0, 4374.0, 4375.0, 4375.0, 4394.0, 4377.0, 4414.0, 4384.0, 4384.0, 4365.0, 4373.0, 4396.0, 4405.0, 4376.0, 4374.0, 4394.0, 4373.0, 4375.0, 4377.0, 4395.0, 4374.0, 4375.0, 4375.0, 4415.0, 4377.0, 4377.0, 4372.0, 4382.0, 4377.0, 4375.0, 4392.0, 4374.0, 4373.0, 4374.0, 4407.0, 4387.0, 4367.0, 4372.0, 4394.0, 4374.0, 4377.0, 4375.0, 4392.0, 4376.0, 4375.0, 4374.0, 4416.0, 4377.0, 4376.0, 4366.0, 4381.0, 4376.0, 4376.0, 4384.0, 4370.0, 4376.0, 4375.0, 4414.0, 4375.0, 4379.0, 4365.0, 4391.0, 4373.0, 4375.0, 4374.0, 4372.0, 4374.0, 4375.0, 4383.0, 4394.0, 4376.0, 4378.0, 4388.0, 4377.0, 4377.0, 4375.0, 4402.0, 4366.0, 4374.0, 4374.0, 4405.0, 4388.0, 4428.0, 4414.0, 4373.0, 4375.0, 4374.0, 4412.0, 4388.0, 4375.0, 4377.0, 4384.0, 4374.0, 4378.0, 4385.0, 4406.0, 4376.0, 4374.0, 4370.0, 4372.0, 4363.0, 4362.0, 4425.0, 4376.0, 4375.0, 4374.0, 4394.0, 4376.0, 4375.0, 4376.0, 4381.0, 4375.0, 4374.0, 4375.0, 4406.0, 4390.0, 4380.0, 4365.0, 4360.0, 4378.0, 4378.0, 4374.0, 4383.0, 4376.0, 4365.0, 4404.0, 4416.0, 4379.0, 4376.0, 4364.0, 4405.0, 4364.0, 4376.0, 4374.0, 4404.0, 4374.0, 4377.0, 4369.0, 4396.0, 4375.0, 4376.0, 4375.0, 4396.0, 4376.0, 4376.0, 4389.0, 4417.0, 4397.0, 4378.0, 4375.0, 4397.0, 4375.0, 4378.0, 4397.0, 4396.0, 4378.0, 4365.0, 4379.0, 4394.0, 4377.0, 4374.0, 4373.0, 4372.0, 4375.0, 4378.0, 4424.0, 4408.0, 4376.0, 4384.0, 4383.0, 4375.0, 4417.0, 4436.0, 4391.0, 4364.0, 4374.0, 4394.0, 4383.0, 4374.0, 4363.0, 4384.0, 4375.0, 4377.0, 4384.0, 4392.0, 4375.0, 4364.0, 4376.0, 4372.0, 4379.0, 4377.0, 4375.0, 4363.0, 4379.0, 4374.0, 4417.0, 4377.0, 4366.0, 4375.0, 4394.0, 4377.0, 4375.0, 4368.0, 4374.0, 4376.0, 4374.0, 4435.0, 4407.0, 4388.0, 4364.0, 4394.0, 4374.0, 4374.0, 4389.0, 4394.0, 4377.0, 4374.0, 4373.0, 4383.0, 4378.0, 4367.0, 4384.0, 4373.0, 4377.0, 4375.0, 4404.0, 4386.0, 4375.0, 4378.0, 4383.0, 4378.0, 4377.0, 4374.0, 4404.0, 4376.0, 4374.0, 4372.0, 4376.0, 4376.0, 4375.0, 4416.0, 4375.0, 4375.0, 4377.0, 4403.0, 4367.0, 4405.0, 4435.0, 4373.0, 4366.0, 4373.0, 4391.0, 4375.0, 4374.0, 4363.0, 4373.0, 4378.0, 4377.0, 4375.0, 4406.0, 4376.0, 4373.0, 4374.0, 4372.0, 4386.0, 4363.0, 4426.0, 4375.0, 4367.0, 4371.0, 4380.0, 4373.0, 4365.0, 4408.0, 4393.0, 4375.0, 4364.0, 4377.0, 4382.0, 4375.0, 4373.0, 4373.0, 4372.0, 4375.0, 4373.0, 4405.0, 4375.0, 4374.0], 'WindowWidth': [9937.0, 9872.0, 9829.0, 9791.0, 9753.0, 9747.0, 9739.0, 9788.0, 9735.0, 9726.0, 9710.0, 9749.0, 9739.0, 9782.0, 9727.0, 9714.0, 9690.0, 9718.0, 9795.0, 9732.0, 9687.0, 9688.0, 9722.0, 9687.0, 9754.0, 9700.0, 9687.0, 9682.0, 9683.0, 9726.0, 9701.0, 9682.0, 9678.0, 9708.0, 9683.0, 9691.0, 9736.0, 9681.0, 9670.0, 9667.0, 9674.0, 9693.0, 9680.0, 9711.0, 9742.0, 9686.0, 9685.0, 9685.0, 9658.0, 9633.0, 9692.0, 9715.0, 9743.0, 9789.0, 9777.0, 9778.0, 9762.0, 9729.0, 9735.0, 9738.0, 9740.0, 9719.0, 9733.0, 9759.0, 9745.0, 9688.0, 9661.0, 9664.0, 9700.0, 9682.0, 9727.0, 9759.0, 9680.0, 9682.0, 9660.0, 9677.0, 9688.0, 9684.0, 9686.0, 9678.0, 9678.0, 9681.0, 9692.0, 9730.0, 9688.0, 9691.0, 9688.0, 9679.0, 9683.0, 9681.0, 9720.0, 9715.0, 9715.0, 9678.0, 9690.0, 9681.0, 9685.0, 9681.0, 9736.0, 9773.0, 9755.0, 9693.0, 9657.0, 9662.0, 9672.0, 9730.0, 9703.0, 9714.0, 9677.0, 9673.0, 9681.0, 9684.0, 9683.0, 9727.0, 9683.0, 9681.0, 9673.0, 9678.0, 9681.0, 9681.0, 9742.0, 9683.0, 9686.0, 9666.0, 9669.0, 9677.0, 9679.0, 9729.0, 9717.0, 9689.0, 9679.0, 9689.0, 9665.0, 9678.0, 9677.0, 9732.0, 9694.0, 9716.0, 9679.0, 9675.0, 9677.0, 9664.0, 9677.0, 9671.0, 9668.0, 9662.0, 9706.0, 9694.0, 9685.0, 9694.0, 9703.0, 9677.0, 9684.0, 9676.0, 9702.0, 9664.0, 9658.0, 9676.0, 9683.0, 9686.0, 9687.0, 9738.0, 9689.0, 9683.0, 9686.0, 9710.0, 9688.0, 9687.0, 9691.0, 9679.0, 9689.0, 9699.0, 9737.0, 9688.0, 9685.0, 9679.0, 9701.0, 9684.0, 9679.0, 9721.0, 9750.0, 9776.0, 9770.0, 9752.0, 9680.0, 9706.0, 9675.0, 9696.0, 9665.0, 9685.0, 9682.0, 9692.0, 9680.0, 9682.0, 9682.0, 9722.0, 9679.0, 9678.0, 9684.0, 9690.0, 9683.0, 9711.0, 9711.0, 9682.0, 9682.0, 9683.0, 9705.0, 9684.0, 9685.0, 9688.0, 9683.0, 9697.0, 9678.0, 9700.0, 9713.0, 9685.0, 9682.0, 9695.0, 9693.0, 9688.0, 9703.0, 9710.0, 9685.0, 9679.0, 9675.0, 9706.0, 9685.0, 9679.0, 9692.0, 9684.0, 9687.0, 9777.0, 9752.0, 9681.0, 9680.0, 9691.0, 9730.0, 9744.0, 9713.0, 9683.0, 9664.0, 9673.0, 9695.0, 9692.0, 9680.0, 9684.0, 9709.0, 9691.0, 9683.0, 9675.0, 9679.0, 9664.0, 9682.0, 9682.0, 9706.0, 9683.0, 9680.0, 9683.0, 9679.0, 9686.0, 9683.0, 9725.0, 9677.0, 9693.0, 9691.0, 9725.0, 9689.0, 9685.0, 9683.0, 9676.0, 9684.0, 9686.0, 9724.0, 9679.0, 9689.0, 9701.0, 9723.0, 9691.0, 9685.0, 9676.0, 9691.0, 9687.0, 9684.0, 9765.0, 9718.0, 9680.0, 9685.0, 9721.0, 9739.0, 9761.0, 9717.0, 9683.0, 9680.0, 9682.0, 9696.0, 9710.0, 9682.0, 9674.0, 9676.0, 9675.0, 9677.0, 9696.0, 9707.0, 9681.0, 9685.0, 9675.0, 9701.0, 9680.0, 9680.0, 9684.0, 9681.0, 9680.0, 9679.0, 9753.0, 9686.0, 9686.0, 9674.0, 9654.0, 9661.0, 9670.0, 9685.0, 9659.0, 9681.0, 9680.0, 9734.0, 9707.0, 9777.0, 9794.0, 9745.0, 9663.0, 9652.0, 9656.0, 9680.0, 9666.0, 9686.0, 9678.0, 9677.0, 9682.0, 9674.0, 9708.0, 9680.0, 9681.0, 9678.0, 9685.0, 9665.0, 9680.0, 9685.0, 9703.0, 9686.0, 9712.0, 9691.0, 9676.0, 9681.0, 9674.0, 9729.0, 9700.0, 9680.0, 9662.0, 9692.0, 9680.0, 9681.0, 9728.0, 9691.0, 9680.0, 9676.0, 9674.0, 9685.0, 9687.0, 9681.0, 9707.0, 9681.0, 9685.0, 9685.0, 9736.0, 9715.0, 9734.0, 9748.0, 9695.0, 9666.0, 9665.0, 9659.0, 9708.0, 9687.0, 9682.0, 9682.0, 9695.0, 9681.0, 9683.0, 9660.0, 9663.0, 9661.0, 9672.0, 9680.0, 9719.0, 9680.0, 9676.0, 9664.0, 9674.0, 9683.0, 9683.0, 9703.0, 9692.0, 9681.0, 9681.0, 9676.0, 9677.0, 9682.0, 9686.0, 9720.0, 9680.0, 9680.0, 9683.0, 9724.0, 9714.0, 9750.0, 9730.0, 9676.0, 9661.0, 9759.0, 9766.0, 9746.0, 9678.0, 9681.0, 9670.0, 9662.0, 9681.0, 9705.0, 9663.0, 9661.0, 9677.0, 9703.0, 9689.0, 9684.0, 9686.0, 9676.0, 9676.0, 9663.0, 9701.0, 9685.0, 9678.0, 9665.0, 9692.0, 9686.0, 9679.0, 9709.0, 9678.0, 9681.0, 9679.0, 9715.0, 9686.0, 9666.0, 9666.0, 9658.0, 9670.0, 9679.0, 9726.0, 9681.0, 9682.0, 9684.0, 9677.0, 9688.0, 9684.0, 9689.0, 9667.0, 9690.0, 9678.0, 9725.0, 9687.0, 9688.0, 9682.0, 9694.0, 9692.0, 9684.0, 9707.0, 9679.0, 9683.0, 9683.0, 9720.0, 9683.0, 9683.0, 9681.0, 9694.0, 9681.0, 9728.0, 9718.0, 9665.0, 9677.0, 9676.0, 9713.0, 9681.0, 9682.0, 9661.0, 9698.0, 9681.0, 9666.0, 9723.0, 9678.0, 9682.0, 9659.0, 9697.0, 9678.0, 9688.0, 9676.0, 9690.0, 9682.0, 9680.0, 9676.0, 9687.0, 9681.0, 9675.0, 9706.0, 9682.0, 9687.0, 9682.0, 9692.0, 9683.0, 9682.0, 9676.0, 9702.0, 9681.0, 9673.0, 9686.0, 9674.0, 9681.0, 9673.0, 9686.0, 9663.0, 9680.0, 9677.0, 9721.0, 9681.0, 9675.0, 9675.0, 9690.0, 9682.0, 9683.0, 9707.0, 9678.0, 9675.0, 9680.0, 9719.0, 9688.0, 9688.0, 9681.0, 9692.0, 9682.0, 9687.0, 9706.0, 9688.0, 9681.0, 9675.0, 9707.0, 9681.0, 9726.0, 9744.0, 9691.0, 9673.0, 9681.0, 9694.0, 9710.0, 9681.0, 9677.0, 9687.0, 9686.0, 9687.0, 9698.0, 9691.0, 9680.0, 9686.0, 9683.0, 9707.0, 9679.0, 9671.0, 9687.0, 9678.0, 9681.0, 9680.0, 9721.0, 9679.0, 9679.0, 9682.0, 9717.0, 9700.0, 9692.0, 9676.0, 9688.0, 9668.0, 9680.0, 9767.0, 9685.0, 9664.0, 9661.0, 9701.0, 9678.0, 9682.0, 9677.0, 9685.0, 9666.0, 9678.0, 9673.0, 9717.0, 9679.0, 9680.0, 9689.0, 9660.0, 9678.0, 9655.0, 9721.0, 9679.0, 9678.0, 9678.0, 9702.0, 9682.0, 9679.0, 9668.0, 9671.0, 9682.0, 9677.0, 9724.0, 9695.0, 9684.0, 9677.0, 9717.0, 9686.0, 9663.0, 9692.0, 9693.0, 9676.0, 9678.0, 9681.0, 9704.0, 9687.0, 9731.0, 9690.0, 9690.0, 9664.0, 9677.0, 9708.0, 9722.0, 9682.0, 9678.0, 9705.0, 9679.0, 9681.0, 9686.0, 9706.0, 9677.0, 9682.0, 9680.0, 9735.0, 9684.0, 9682.0, 9672.0, 9686.0, 9683.0, 9681.0, 9701.0, 9676.0, 9674.0, 9679.0, 9722.0, 9699.0, 9670.0, 9674.0, 9706.0, 9680.0, 9686.0, 9678.0, 9699.0, 9681.0, 9682.0, 9679.0, 9737.0, 9683.0, 9682.0, 9669.0, 9686.0, 9683.0, 9681.0, 9688.0, 9669.0, 9683.0, 9681.0, 9733.0, 9680.0, 9689.0, 9664.0, 9697.0, 9675.0, 9683.0, 9678.0, 9674.0, 9676.0, 9679.0, 9690.0, 9706.0, 9686.0, 9688.0, 9703.0, 9687.0, 9687.0, 9683.0, 9715.0, 9669.0, 9678.0, 9678.0, 9721.0, 9701.0, 9753.0, 9732.0, 9674.0, 9678.0, 9678.0, 9728.0, 9700.0, 9680.0, 9683.0, 9690.0, 9678.0, 9688.0, 9693.0, 9722.0, 9681.0, 9677.0, 9668.0, 9672.0, 9663.0, 9662.0, 9749.0, 9682.0, 9679.0, 9680.0, 9707.0, 9683.0, 9680.0, 9682.0, 9686.0, 9678.0, 9677.0, 9679.0, 9723.0, 9704.0, 9690.0, 9664.0, 9653.0, 9683.0, 9688.0, 9679.0, 9689.0, 9680.0, 9666.0, 9719.0, 9736.0, 9688.0, 9684.0, 9666.0, 9719.0, 9664.0, 9681.0, 9679.0, 9721.0, 9682.0, 9686.0, 9675.0, 9707.0, 9682.0, 9684.0, 9685.0, 9710.0, 9682.0, 9685.0, 9707.0, 9742.0, 9715.0, 9688.0, 9682.0, 9716.0, 9683.0, 9689.0, 9712.0, 9709.0, 9686.0, 9667.0, 9694.0, 9708.0, 9688.0, 9678.0, 9676.0, 9674.0, 9680.0, 9688.0, 9746.0, 9725.0, 9680.0, 9687.0, 9689.0, 9680.0, 9737.0, 9760.0, 9697.0, 9662.0, 9678.0, 9702.0, 9690.0, 9677.0, 9659.0, 9688.0, 9681.0, 9685.0, 9694.0, 9701.0, 9678.0, 9664.0, 9686.0, 9675.0, 9692.0, 9684.0, 9679.0, 9664.0, 9690.0, 9680.0, 9741.0, 9685.0, 9668.0, 9681.0, 9706.0, 9685.0, 9682.0, 9671.0, 9679.0, 9684.0, 9679.0, 9766.0, 9730.0, 9702.0, 9664.0, 9702.0, 9678.0, 9678.0, 9704.0, 9708.0, 9685.0, 9678.0, 9676.0, 9690.0, 9686.0, 9671.0, 9691.0, 9675.0, 9684.0, 9678.0, 9719.0, 9698.0, 9681.0, 9685.0, 9689.0, 9684.0, 9686.0, 9680.0, 9718.0, 9680.0, 9676.0, 9673.0, 9683.0, 9681.0, 9681.0, 9736.0, 9678.0, 9679.0, 9683.0, 9714.0, 9669.0, 9722.0, 9760.0, 9675.0, 9669.0, 9675.0, 9700.0, 9681.0, 9680.0, 9663.0, 9676.0, 9684.0, 9686.0, 9681.0, 9724.0, 9683.0, 9676.0, 9677.0, 9673.0, 9697.0, 9662.0, 9751.0, 9679.0, 9669.0, 9671.0, 9683.0, 9674.0, 9665.0, 9725.0, 9703.0, 9678.0, 9665.0, 9684.0, 9687.0, 9678.0, 9675.0, 9674.0, 9677.0, 9681.0, 9680.0, 9722.0, 9679.0, 9677.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.0001797136563876652</td></tr>
<tr><td colspan=3>aqi</td><td>0.020196175440528635</td></tr>
<tr><td colspan=3>dummy_trs</td><td>6</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.439137846736436</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1294953390738711</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9993917495810366</td></tr>
<tr><td colspan=3>efc</td><td>0.5158</td></tr>
<tr><td colspan=3>fber</td><td>4544.7588</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.09334176162560606</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>38</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>4.185022026431718</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4337841037731223</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3186058538110377</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.715120571630117</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2676258858782115</td></tr>
<tr><td colspan=3>gcor</td><td>0.00263134</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>0.007791058626025915</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.0805940181016922</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>908</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.503417901012026</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>24.3758</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>50.5481</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>234.8978</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>55.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>291404.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>17.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1128.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>451.1896</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.3382</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>541.8976</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3601.8557</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3693.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>85140.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1810.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4664.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>820.039</td></tr>
<tr><td colspan=3>tsnr</td><td>38.469225627486594</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>