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

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

<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0077_ses-02_task-faces_acq-mb8_run-03_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-0077_ses-02_task-faces_acq-mb8_run-03_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-03_session-02_subject-0077_suffix-bold_task-faces" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Standard deviation of signal through time</h3><p class="elem-caption">The voxel-wise standard deviation of the signal (variability along time).</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0077/figures/sub-0077_ses-02_task-faces_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0077/figures/sub-0077_ses-02_task-faces_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0077/figures/sub-0077_ses-02_task-faces_acq-mb8_run-03_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-03_session-02_subject-0077_suffix-bold_task-faces" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">View of the background of the voxel-wise average of the BOLD timeseries</h3><p class="elem-caption">This panel shows a mosaic enhancing the background around the head. Artifacts usually unveil themselves in the air surrounding the head, where no signal sources are present.</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0077/figures/sub-0077_ses-02_task-faces_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0077/figures/sub-0077_ses-02_task-faces_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0077/figures/sub-0077_ses-02_task-faces_acq-mb8_run-03_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-03_session-02_subject-0077_suffix-bold_task-faces" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series, zoomed-in covering just the brain</h3><p class="elem-caption">This panel shows a mosaic of the brain. This mosaic is the most suitable to screen head-motion intensity inhomogeneities, global/local noise, signal leakage (for example, from the eyeballs and across the phase-encoding axis), etc.</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0077/figures/sub-0077_ses-02_task-faces_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0077/figures/sub-0077_ses-02_task-faces_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0077/figures/sub-0077_ses-02_task-faces_acq-mb8_run-03_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-03_session-02_subject-0077_suffix-bold_task-faces" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Carpetplot and nuisance signals</h3><p class="elem-caption">The so-called &laquo;carpetplot&raquo; may assist in assessing head-motion derived artifacts and respiation effects.</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0077/figures/sub-0077_ses-02_task-faces_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0077/figures/sub-0077_ses-02_task-faces_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0077/figures/sub-0077_ses-02_task-faces_acq-mb8_run-03_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-03_session-02_subject-0077_suffix-bold_task-faces" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series</h3><p class="elem-caption">The average signal calculated across the last axis (time).</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0077/figures/sub-0077_ses-02_task-faces_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0077/figures/sub-0077_ses-02_task-faces_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0077/figures/sub-0077_ses-02_task-faces_acq-mb8_run-03_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-03_session-02_subject-0077_suffix-bold_task-faces" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Brain extraction performance</h3><p class="elem-caption">Brain mask as internally extracted by MRIQC. Defects on the brainmask could indicate problematic aspects of the image quality-wise.</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0077/figures/sub-0077_ses-02_task-faces_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0077/figures/sub-0077_ses-02_task-faces_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0077/figures/sub-0077_ses-02_task-faces_acq-mb8_run-03_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-02_subject-0077_suffix-bold_task-faces" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Spatial normalization of the anatomical image</h3><p class="elem-caption">This panel shows a <em>quick-and-dirty</em> nonlinear registration into the <code>MNI152NLin2009cAsym</code> template accessed with <a href="https://templateflow.org/browse" target="_blank"><em>TemplateFlow</em></a>.</p> <div class="reportlet">
<object class="svg-reportlet" type="image/svg+xml" data="./sub-0077/figures/sub-0077_ses-02_task-faces_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0077/figures/sub-0077_ses-02_task-faces_acq-mb8_run-03_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-0077/figures/sub-0077_ses-02_task-faces_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0077/figures/sub-0077_ses-02_task-faces_acq-mb8_run-03_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-0077/ses-02/func/sub-0077_ses-02_task-faces_acq-mb8_run-03_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>a104bace89ffa31bfc986648a41cd7bd</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:56:12.267500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999572, -0.0250743, 0.0150649, 0.0247781, 0.999502, 0.0195314]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-03_task-faces_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0853169</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-03_task-faces_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>20</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4143, -7724, -7290, 825, -29, -140, -98, 28]</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.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>faces</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>238.611</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>43033baa-b6cf-49d6-9a10-c204388f1fb8||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.681778907775879, 0.066477932035923, 0.041977208107709885, 111.59534454345703], [0.06727239489555359, 2.681591272354126, 0.05170442909002304, -98.89216613769531], [0.04041796922683716, -0.05240138992667198, 2.699178457260132, -77.53936767578125], [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': ['215612.267500', '215612.727500', '215613.187500', '215613.647500', '215614.107500', '215614.567500', '215615.027500', '215615.487500', '215615.947500', '215616.407500', '215616.867500', '215617.327500', '215617.787500', '215618.247500', '215618.707500', '215619.167500', '215619.627500', '215620.087500', '215620.547500', '215621.007500', '215621.467500', '215621.927500', '215622.387500', '215622.847500', '215623.307500', '215623.767500', '215624.227500', '215624.687500', '215625.147500', '215625.607500', '215626.067500', '215626.527500', '215626.987500', '215627.447500', '215627.907500', '215628.367500', '215628.827500', '215629.287500', '215629.747500', '215630.207500', '215630.667500', '215631.127500', '215631.587500', '215632.047500', '215632.507500', '215632.967500', '215633.427500', '215633.887500', '215634.347500', '215634.807500', '215635.267500', '215635.727500', '215636.187500', '215636.647500', '215637.107500', '215637.567500', '215638.027500', '215638.487500', '215638.947500', '215639.407500', '215639.867500', '215640.327500', '215640.787500', '215641.247500', '215641.707500', '215642.167500', '215642.627500', '215643.087500', '215643.547500', '215644.007500', '215644.467500', '215644.927500', '215645.387500', '215645.847500', '215646.307500', '215646.767500', '215647.227500', '215647.687500', '215648.147500', '215648.607500', '215649.067500', '215649.527500', '215649.987500', '215650.447500', '215650.907500', '215651.367500', '215651.827500', '215652.287500', '215652.747500', '215653.207500', '215653.667500', '215654.127500', '215654.587500', '215655.047500', '215655.507500', '215655.967500', '215656.427500', '215656.887500', '215657.347500', '215657.807500', '215658.267500', '215658.727500', '215659.187500', '215659.647500', '215700.107500', '215700.567500', '215701.027500', '215701.487500', '215701.947500', '215702.407500', '215702.867500', '215703.327500', '215703.787500', '215704.247500', '215704.707500', '215705.167500', '215705.627500', '215706.087500', '215706.547500', '215707.007500', '215707.467500', '215707.927500', '215708.387500', '215708.847500', '215709.307500', '215709.767500', '215710.227500', '215710.687500', '215711.147500', '215711.607500', '215712.067500', '215712.527500', '215712.987500', '215713.447500', '215713.907500', '215714.367500', '215714.827500', '215715.287500', '215715.747500', '215716.207500', '215716.667500', '215717.127500', '215717.587500', '215718.047500', '215718.507500', '215718.967500', '215719.427500', '215719.887500', '215720.347500', '215720.807500', '215721.267500', '215721.727500', '215722.187500', '215722.647500', '215723.107500', '215723.567500', '215724.027500', '215724.487500', '215724.947500', '215725.407500', '215725.867500', '215726.327500', '215726.787500', '215727.247500', '215727.707500', '215728.167500', '215728.627500', '215729.087500', '215729.547500', '215730.007500', '215730.467500', '215730.927500', '215731.387500', '215731.847500', '215732.307500', '215732.767500', '215733.227500', '215733.687500', '215734.147500', '215734.607500', '215735.067500', '215735.527500', '215735.987500', '215736.447500', '215736.907500', '215737.367500', '215737.827500', '215738.287500', '215738.747500', '215739.207500', '215739.667500', '215740.127500', '215740.587500', '215741.047500', '215741.507500', '215741.967500', '215742.427500', '215742.887500', '215743.347500', '215743.807500', '215744.267500', '215744.727500', '215745.187500', '215745.647500', '215746.107500', '215746.567500', '215747.027500', '215747.487500', '215747.947500', '215748.407500', '215748.867500', '215749.327500', '215749.787500', '215750.247500', '215750.707500', '215751.167500', '215751.627500', '215752.087500', '215752.547500', '215753.007500', '215753.467500', '215753.927500', '215754.387500', '215754.847500', '215755.307500', '215755.767500', '215756.227500', '215756.687500', '215757.147500', '215757.607500', '215758.067500', '215758.527500', '215758.987500', '215759.447500', '215759.907500', '215800.367500', '215800.827500', '215801.287500', '215801.747500', '215802.207500', '215802.667500', '215803.127500', '215803.587500', '215804.047500', '215804.507500', '215804.967500', '215805.427500', '215805.887500', '215806.347500', '215806.807500', '215807.267500', '215807.727500', '215808.187500', '215808.647500', '215809.107500', '215809.567500', '215810.027500', '215810.487500', '215810.947500', '215811.407500', '215811.867500', '215812.327500', '215812.787500', '215813.247500', '215813.707500', '215814.167500', '215814.627500', '215815.087500', '215815.547500', '215816.007500', '215816.467500', '215816.927500', '215817.387500', '215817.847500', '215818.307500', '215818.767500', '215819.227500', '215819.687500', '215820.147500', '215820.607500', '215821.067500', '215821.527500', '215821.987500', '215822.447500', '215822.907500', '215823.367500', '215823.827500', '215824.287500', '215824.747500', '215825.207500', '215825.667500', '215826.127500', '215826.587500', '215827.047500', '215827.507500', '215827.967500', '215828.427500', '215828.887500', '215829.347500', '215829.807500', '215830.267500', '215830.727500', '215831.187500', '215831.647500', '215832.107500', '215832.567500', '215833.027500', '215833.487500', '215833.947500', '215834.407500', '215834.867500', '215835.327500', '215835.787500', '215836.247500', '215836.707500', '215837.167500', '215837.627500', '215838.087500', '215838.547500', '215839.007500', '215839.467500', '215839.927500', '215840.387500', '215840.847500', '215841.307500', '215841.767500', '215842.227500', '215842.687500', '215843.147500', '215843.607500', '215844.067500', '215844.527500', '215844.987500', '215845.447500', '215845.907500', '215846.367500', '215846.827500', '215847.287500', '215847.747500', '215848.207500', '215848.667500', '215849.127500', '215849.587500', '215850.047500', '215850.507500', '215850.967500', '215851.427500', '215851.887500', '215852.347500', '215852.807500', '215853.267500', '215853.727500', '215854.187500', '215854.647500', '215855.107500', '215855.567500', '215856.027500', '215856.487500', '215856.947500', '215857.407500', '215857.867500', '215858.327500', '215858.787500', '215859.247500', '215859.707500', '215900.167500', '215900.627500', '215901.087500', '215901.547500', '215902.007500', '215902.467500', '215902.927500', '215903.387500', '215903.847500', '215904.307500', '215904.767500', '215905.227500', '215905.687500', '215906.147500', '215906.607500', '215907.067500', '215907.527500', '215907.987500', '215908.447500', '215908.907500', '215909.367500', '215909.827500', '215910.287500', '215910.747500', '215911.207500', '215911.667500', '215912.127500', '215912.587500', '215913.047500', '215913.507500', '215913.967500', '215914.427500', '215914.887500', '215915.347500', '215915.807500', '215916.267500', '215916.727500', '215917.187500', '215917.647500', '215918.107500', '215918.567500', '215919.027500', '215919.487500', '215919.947500', '215920.407500', '215920.867500', '215921.327500', '215921.787500', '215922.247500', '215922.707500', '215923.167500', '215923.627500', '215924.087500', '215924.547500', '215925.007500', '215925.467500', '215925.927500', '215926.387500', '215926.847500', '215927.307500', '215927.767500', '215928.227500', '215928.687500', '215929.147500', '215929.607500', '215930.067500', '215930.527500', '215930.987500', '215931.447500', '215931.907500', '215932.367500', '215932.827500', '215933.287500', '215933.747500', '215934.207500', '215934.667500', '215935.127500', '215935.587500', '215936.047500', '215936.507500', '215936.967500', '215937.427500', '215937.887500', '215938.347500', '215938.807500', '215939.267500', '215939.727500', '215940.187500', '215940.647500', '215941.107500', '215941.567500', '215942.027500', '215942.487500', '215942.947500', '215943.407500', '215943.867500', '215944.327500', '215944.787500', '215945.247500', '215945.707500', '215946.167500', '215946.627500', '215947.087500', '215947.547500', '215948.007500', '215948.467500', '215948.927500', '215949.387500', '215949.847500', '215950.307500', '215950.767500', '215951.227500', '215951.687500', '215952.147500', '215952.607500', '215953.067500', '215953.527500', '215953.987500', '215954.447500', '215954.907500', '215955.367500', '215955.827500', '215956.287500', '215956.747500', '215957.207500', '215957.667500', '215958.127500', '215958.587500', '215959.047500', '215959.507500', '215959.967500', '220000.427500', '220000.887500', '220001.347500', '220001.807500', '220002.267500', '220002.727500', '220003.187500', '220003.647500', '220004.107500', '220004.567500', '220005.027500', '220005.487500', '220005.947500', '220006.407500', '220006.867500', '220007.327500', '220007.787500', '220008.247500', '220008.707500', '220009.167500', '220009.627500', '220010.087500', '220010.547500', '220011.007500', '220011.467500', '220011.927500', '220012.387500', '220012.847500', '220013.307500', '220013.767500', '220014.227500', '220014.687500', '220015.147500', '220015.607500', '220016.067500', '220016.527500', '220016.987500', '220017.447500', '220017.907500', '220018.367500', '220018.827500', '220019.287500', '220019.747500', '220020.207500', '220020.667500', '220021.127500', '220021.587500', '220022.047500', '220022.507500', '220022.967500', '220023.427500', '220023.887500', '220024.347500', '220024.807500', '220025.267500', '220025.727500', '220026.187500', '220026.647500', '220027.107500', '220027.567500', '220028.027500', '220028.487500', '220028.947500', '220029.407500', '220029.867500', '220030.327500', '220030.787500', '220031.247500', '220031.707500', '220032.167500', '220032.627500', '220033.087500', '220033.547500', '220034.007500', '220034.467500', '220034.927500', '220035.387500', '220035.847500', '220036.307500', '220036.767500', '220037.227500', '220037.687500', '220038.147500', '220038.607500', '220039.067500', '220039.527500', '220039.987500', '220040.447500', '220040.907500', '220041.367500', '220041.827500', '220042.287500', '220042.747500', '220043.207500', '220043.667500', '220044.127500', '220044.587500', '220045.047500', '220045.507500', '220045.967500', '220046.427500', '220046.887500', '220047.347500', '220047.807500', '220048.267500', '220048.727500', '220049.187500', '220049.647500', '220050.107500', '220050.567500', '220051.027500', '220051.487500', '220051.947500', '220052.407500', '220052.867500', '220053.327500', '220053.787500', '220054.247500', '220054.707500', '220055.167500', '220055.627500', '220056.087500', '220056.547500', '220057.007500', '220057.467500', '220057.927500', '220058.387500', '220058.847500', '220059.307500', '220059.767500', '220100.227500', '220100.687500', '220101.147500', '220101.607500', '220102.067500', '220102.527500', '220102.987500', '220103.447500', '220103.907500', '220104.367500', '220104.827500', '220105.287500', '220105.747500', '220106.207500', '220106.667500', '220107.127500', '220107.587500', '220108.047500', '220108.507500', '220108.967500', '220109.427500', '220109.887500', '220110.347500', '220110.807500', '220111.267500', '220111.727500', '220112.187500', '220112.647500', '220113.107500', '220113.567500', '220114.027500', '220114.487500', '220114.947500', '220115.407500', '220115.867500', '220116.327500', '220116.787500', '220117.247500', '220117.707500', '220118.167500', '220118.627500', '220119.087500', '220119.547500', '220120.007500', '220120.467500', '220120.927500', '220121.387500', '220121.847500', '220122.307500', '220122.767500', '220123.227500', '220123.687500', '220124.147500', '220124.607500', '220125.067500', '220125.527500', '220125.987500', '220126.447500', '220126.907500', '220127.367500', '220127.827500', '220128.287500', '220128.747500', '220129.207500', '220129.667500', '220130.127500', '220130.587500', '220131.047500', '220131.507500', '220131.967500', '220132.427500', '220132.887500', '220133.347500', '220133.807500', '220134.267500', '220134.727500', '220135.187500', '220135.647500', '220136.107500', '220136.567500', '220137.027500', '220137.487500', '220137.947500', '220138.407500', '220138.867500', '220139.327500', '220139.787500', '220140.247500', '220140.707500', '220141.167500', '220141.627500', '220142.087500', '220142.547500', '220143.007500', '220143.467500', '220143.927500', '220144.387500', '220144.847500', '220145.307500', '220145.767500', '220146.227500', '220146.687500', '220147.147500', '220147.607500', '220148.067500', '220148.527500', '220148.987500', '220149.447500', '220149.907500', '220150.367500', '220150.827500', '220151.287500', '220151.747500', '220152.207500', '220152.667500', '220153.127500', '220153.587500', '220154.047500', '220154.507500', '220154.967500', '220155.427500', '220155.887500', '220156.347500', '220156.807500', '220157.267500', '220157.727500', '220158.187500', '220158.647500', '220159.107500', '220159.567500', '220200.027500', '220200.487500', '220200.947500', '220201.407500', '220201.867500', '220202.327500', '220202.787500', '220203.247500', '220203.707500', '220204.167500', '220204.627500', '220205.087500', '220205.547500', '220206.007500', '220206.467500', '220206.927500', '220207.387500', '220207.847500', '220208.307500', '220208.767500', '220209.227500', '220209.687500', '220210.147500', '220210.607500', '220211.067500', '220211.527500', '220211.987500', '220212.447500', '220212.907500', '220213.367500', '220213.827500', '220214.287500', '220214.747500', '220215.207500', '220215.667500', '220216.127500', '220216.587500', '220217.047500', '220217.507500', '220217.967500', '220218.427500', '220218.887500', '220219.347500', '220219.807500', '220220.267500', '220220.727500', '220221.187500', '220221.647500', '220222.107500', '220222.567500', '220223.027500', '220223.487500', '220223.947500', '220224.407500', '220224.867500', '220225.327500', '220225.787500', '220226.247500', '220226.707500', '220227.167500', '220227.627500', '220228.087500', '220228.547500', '220229.007500', '220229.467500', '220229.927500', '220230.387500', '220230.847500', '220231.307500', '220231.767500', '220232.227500', '220232.687500', '220233.147500', '220233.607500', '220234.067500', '220234.527500', '220234.987500', '220235.447500', '220235.907500', '220236.367500', '220236.827500', '220237.287500', '220237.747500', '220238.207500', '220238.667500', '220239.127500', '220239.587500', '220240.047500', '220240.507500', '220240.967500', '220241.427500', '220241.887500', '220242.347500', '220242.807500', '220243.267500', '220243.727500', '220244.187500', '220244.647500', '220245.107500', '220245.567500', '220246.027500', '220246.487500', '220246.947500', '220247.407500', '220247.867500', '220248.327500', '220248.787500', '220249.247500', '220249.707500', '220250.167500', '220250.627500', '220251.087500', '220251.547500', '220252.007500', '220252.467500', '220252.927500', '220253.387500', '220253.847500', '220254.307500', '220254.767500', '220255.227500', '220255.687500', '220256.147500', '220256.607500', '220257.067500', '220257.527500', '220257.987500', '220258.447500', '220258.907500', '220259.367500', '220259.827500', '220300.287500', '220300.747500', '220301.207500', '220301.667500', '220302.127500', '220302.587500', '220303.047500', '220303.507500', '220303.967500', '220304.427500', '220304.887500', '220305.347500', '220305.807500', '220306.267500', '220306.727500', '220307.187500', '220307.647500', '220308.107500', '220308.567500', '220309.027500', '220309.487500', '220309.947500', '220310.407500', '220310.867500', '220311.327500', '220311.787500', '220312.247500'], 'ContentTime': ['215636.425000', '215636.428000', '215636.431000', '215636.433000', '215636.436000', '215636.439000', '215636.441000', '215636.444000', '215636.446000', '215636.449000', '215636.451000', '215636.454000', '215636.457000', '215636.476000', '215636.479000', '215636.481000', '215636.484000', '215636.486000', '215636.489000', '215636.491000', '215636.494000', '215636.497000', '215636.499000', '215636.502000', '215636.504000', '215636.507000', '215636.509000', '215636.512000', '215636.515000', '215636.517000', '215636.520000', '215636.522000', '215636.525000', '215636.528000', '215636.530000', '215636.533000', '215636.536000', '215636.538000', '215636.541000', '215636.543000', '215636.546000', '215636.548000', '215636.551000', '215636.554000', '215636.556000', '215636.559000', '215636.561000', '215636.564000', '215636.567000', '215636.569000', '215656.391000', '215656.395000', '215656.397000', '215656.400000', '215656.402000', '215656.405000', '215656.408000', '215656.410000', '215656.413000', '215656.415000', '215656.418000', '215656.421000', '215656.423000', '215656.426000', '215656.432000', '215656.434000', '215656.437000', '215656.440000', '215656.442000', '215656.445000', '215656.447000', '215656.450000', '215656.453000', '215656.455000', '215656.458000', '215656.460000', '215656.463000', '215656.465000', '215656.468000', '215656.470000', '215656.473000', '215656.475000', '215656.478000', '215656.481000', '215656.483000', '215656.486000', '215656.488000', '215656.491000', '215656.494000', '215656.496000', '215656.499000', '215656.501000', '215656.504000', '215656.506000', '215716.391000', '215716.394000', '215716.397000', '215716.399000', '215716.402000', '215716.405000', '215716.407000', '215716.410000', '215716.412000', '215716.415000', '215716.417000', '215716.420000', '215716.423000', '215716.425000', '215716.428000', '215716.430000', '215716.433000', '215716.435000', '215716.438000', '215716.441000', '215716.443000', '215716.446000', '215716.448000', '215716.451000', '215716.454000', '215716.456000', '215716.459000', '215716.461000', '215716.464000', '215716.466000', '215716.469000', '215716.472000', '215716.474000', '215716.477000', '215716.479000', '215716.482000', '215716.485000', '215716.487000', '215716.490000', '215716.492000', '215716.495000', '215716.498000', '215716.500000', '215736.390000', '215736.393000', '215736.396000', '215736.399000', '215736.401000', '215736.404000', '215736.406000', '215736.409000', '215736.412000', '215736.414000', '215736.417000', '215736.419000', '215736.422000', '215736.425000', '215736.427000', '215736.430000', '215736.432000', '215736.435000', '215736.438000', '215736.440000', '215736.443000', '215736.445000', '215736.448000', '215736.451000', '215736.453000', '215736.456000', '215736.458000', '215736.461000', '215736.463000', '215736.466000', '215736.468000', '215736.471000', '215736.474000', '215736.476000', '215736.479000', '215736.482000', '215736.484000', '215736.487000', '215736.489000', '215736.492000', '215736.494000', '215736.497000', '215736.500000', '215736.514000', '215756.391000', '215756.394000', '215756.397000', '215756.400000', '215756.402000', '215756.405000', '215756.407000', '215756.410000', '215756.420000', '215756.422000', '215756.425000', '215756.428000', '215756.430000', '215756.433000', '215756.435000', '215756.438000', '215756.441000', '215756.443000', '215756.446000', '215756.449000', '215756.451000', '215756.454000', '215756.456000', '215756.459000', '215756.461000', '215756.464000', '215756.467000', '215756.469000', '215756.472000', '215756.474000', '215756.477000', '215756.480000', '215756.482000', '215756.485000', '215756.488000', '215756.490000', '215756.493000', '215756.495000', '215756.498000', '215756.500000', '215756.503000', '215756.506000', '215756.508000', '215816.391000', '215816.394000', '215816.397000', '215816.400000', '215816.402000', '215816.405000', '215816.407000', '215816.410000', '215816.413000', '215816.415000', '215816.418000', '215816.420000', '215816.425000', '215816.428000', '215816.430000', '215816.433000', '215816.436000', '215816.439000', '215816.441000', '215816.444000', '215816.446000', '215816.449000', '215816.452000', '215816.454000', '215816.457000', '215816.459000', '215816.462000', '215816.465000', '215816.467000', '215816.470000', '215816.472000', '215816.475000', '215816.478000', '215816.480000', '215816.483000', '215816.486000', '215816.488000', '215816.491000', '215816.493000', '215816.496000', '215816.499000', '215816.501000', '215816.504000', '215816.506000', '215836.391000', '215836.394000', '215836.397000', '215836.399000', '215836.402000', '215836.405000', '215836.407000', '215836.410000', '215836.412000', '215836.415000', '215836.418000', '215836.420000', '215836.423000', '215836.425000', '215836.428000', '215836.431000', '215836.433000', '215836.436000', '215836.438000', '215836.441000', '215836.444000', '215836.446000', '215836.449000', '215836.451000', '215836.454000', '215836.457000', '215836.459000', '215836.462000', '215836.465000', '215836.467000', '215836.470000', '215836.472000', '215836.475000', '215836.478000', '215836.480000', '215836.483000', '215836.485000', '215836.488000', '215836.490000', '215836.493000', '215836.496000', '215836.498000', '215836.501000', '215856.391000', '215856.394000', '215856.397000', '215856.400000', '215856.402000', '215856.405000', '215856.407000', '215856.410000', '215856.413000', '215856.415000', '215856.418000', '215856.420000', '215856.423000', '215856.426000', '215856.428000', '215856.431000', '215856.433000', '215856.436000', '215856.439000', '215856.441000', '215856.444000', '215856.446000', '215856.449000', '215856.452000', '215856.462000', '215856.465000', '215856.468000', '215856.470000', '215856.473000', '215856.475000', '215856.478000', '215856.481000', '215856.483000', '215856.486000', '215856.488000', '215856.491000', '215856.494000', '215856.496000', '215856.499000', '215856.501000', '215856.504000', '215856.507000', '215856.509000', '215916.391000', '215916.394000', '215916.397000', '215916.399000', '215916.402000', '215916.405000', '215916.407000', '215916.410000', '215916.412000', '215916.415000', '215916.418000', '215916.420000', '215916.423000', '215916.425000', '215916.428000', '215916.431000', '215916.433000', '215916.436000', '215916.438000', '215916.441000', '215916.443000', '215916.446000', '215916.449000', '215916.451000', '215916.454000', '215916.456000', '215916.459000', '215916.462000', '215916.464000', '215916.467000', '215916.469000', '215916.472000', '215916.475000', '215916.477000', '215916.480000', '215916.482000', '215916.485000', '215916.488000', '215916.490000', '215916.493000', '215916.495000', '215916.498000', '215916.500000', '215916.503000', '215936.392000', '215936.394000', '215936.397000', '215936.400000', '215936.402000', '215936.405000', '215936.407000', '215936.410000', '215936.413000', '215936.415000', '215936.419000', '215936.421000', '215936.424000', '215936.427000', '215936.429000', '215936.432000', '215936.434000', '215936.437000', '215936.440000', '215936.442000', '215936.445000', '215936.447000', '215936.450000', '215936.453000', '215936.455000', '215936.458000', '215936.460000', '215936.463000', '215936.466000', '215936.468000', '215936.471000', '215936.474000', '215936.476000', '215936.479000', '215936.481000', '215936.484000', '215936.487000', '215936.489000', '215936.492000', '215936.494000', '215936.497000', '215936.515000', '215936.518000', '215956.390000', '215956.393000', '215956.396000', '215956.399000', '215956.401000', '215956.404000', '215956.406000', '215956.409000', '215956.411000', '215956.414000', '215956.417000', '215956.419000', '215956.422000', '215956.424000', '215956.427000', '215956.430000', '215956.432000', '215956.435000', '215956.437000', '215956.440000', '215956.443000', '215956.445000', '215956.448000', '215956.451000', '215956.453000', '215956.456000', '215956.458000', '215956.461000', '215956.463000', '215956.466000', '215956.469000', '215956.471000', '215956.474000', '215956.476000', '215956.479000', '215956.482000', '215956.484000', '215956.487000', '215956.489000', '215956.492000', '215956.495000', '215956.497000', '215956.500000', '215956.502000', '220016.391000', '220016.394000', '220016.397000', '220016.400000', '220016.402000', '220016.405000', '220016.407000', '220016.410000', '220016.413000', '220016.415000', '220016.418000', '220016.420000', '220016.423000', '220016.426000', '220016.428000', '220016.431000', '220016.433000', '220016.436000', '220016.439000', '220016.441000', '220016.444000', '220016.447000', '220016.449000', '220016.452000', '220016.454000', '220016.457000', '220016.460000', '220016.462000', '220016.465000', '220016.467000', '220016.470000', '220016.473000', '220016.475000', '220016.478000', '220016.480000', '220016.483000', '220016.485000', '220016.488000', '220016.491000', '220016.493000', '220016.496000', '220016.499000', '220016.501000', '220036.392000', '220036.395000', '220036.397000', '220036.400000', '220036.402000', '220036.405000', '220036.407000', '220036.410000', '220036.413000', '220036.415000', '220036.418000', '220036.421000', '220036.423000', '220036.426000', '220036.428000', '220036.431000', '220036.433000', '220036.436000', '220036.439000', '220036.441000', '220036.444000', '220036.446000', '220036.449000', '220036.452000', '220036.454000', '220036.457000', '220036.460000', '220036.462000', '220036.465000', '220036.468000', '220036.470000', '220036.473000', '220036.475000', '220036.478000', '220036.481000', '220036.483000', '220036.486000', '220036.488000', '220036.491000', '220036.494000', '220036.496000', '220036.499000', '220036.501000', '220036.504000', '220056.391000', '220056.395000', '220056.398000', '220056.401000', '220056.404000', '220056.406000', '220056.409000', '220056.411000', '220056.414000', '220056.417000', '220056.419000', '220056.422000', '220056.425000', '220056.427000', '220056.430000', '220056.432000', '220056.435000', '220056.438000', '220056.440000', '220056.443000', '220056.445000', '220056.448000', '220056.450000', '220056.453000', '220056.456000', '220056.459000', '220056.462000', '220056.464000', '220056.467000', '220056.469000', '220056.472000', '220056.474000', '220056.477000', '220056.480000', '220056.482000', '220056.485000', '220056.488000', '220056.490000', '220056.493000', '220056.495000', '220056.498000', '220056.501000', '220056.503000', '220116.392000', '220116.394000', '220116.397000', '220116.400000', '220116.402000', '220116.405000', '220116.407000', '220116.410000', '220116.421000', '220116.424000', '220116.426000', '220116.429000', '220116.431000', '220116.434000', '220116.437000', '220116.439000', '220116.442000', '220116.444000', '220116.447000', '220116.450000', '220116.452000', '220116.455000', '220116.457000', '220116.460000', '220116.463000', '220116.465000', '220116.468000', '220116.471000', '220116.473000', '220116.476000', '220116.478000', '220116.481000', '220116.484000', '220116.486000', '220116.489000', '220116.491000', '220116.494000', '220116.497000', '220116.499000', '220116.502000', '220116.505000', '220116.507000', '220116.510000', '220116.512000', '220136.392000', '220136.395000', '220136.397000', '220136.400000', '220136.403000', '220136.405000', '220136.408000', '220136.410000', '220136.413000', '220136.416000', '220136.419000', '220136.422000', '220136.425000', '220136.427000', '220136.430000', '220136.433000', '220136.435000', '220136.438000', '220136.441000', '220136.443000', '220136.446000', '220136.449000', '220136.451000', '220136.454000', '220136.456000', '220136.459000', '220136.462000', '220136.464000', '220136.467000', '220136.470000', '220136.472000', '220136.475000', '220136.477000', '220136.480000', '220136.483000', '220136.485000', '220136.488000', '220136.490000', '220136.493000', '220136.496000', '220136.498000', '220136.501000', '220136.503000', '220156.391000', '220156.394000', '220156.397000', '220156.400000', '220156.402000', '220156.405000', '220156.407000', '220156.410000', '220156.413000', '220156.415000', '220156.418000', '220156.420000', '220156.423000', '220156.426000', '220156.428000', '220156.431000', '220156.433000', '220156.438000', '220156.441000', '220156.443000', '220156.446000', '220156.449000', '220156.451000', '220156.454000', '220156.456000', '220156.459000', '220156.462000', '220156.464000', '220156.467000', '220156.469000', '220156.472000', '220156.475000', '220156.477000', '220156.480000', '220156.482000', '220156.485000', '220156.488000', '220156.490000', '220156.493000', '220156.495000', '220156.498000', '220156.501000', '220156.503000', '220156.506000', '220216.390000', '220216.393000', '220216.396000', '220216.399000', '220216.401000', '220216.404000', '220216.406000', '220216.409000', '220216.412000', '220216.414000', '220216.417000', '220216.419000', '220216.422000', '220216.425000', '220216.427000', '220216.430000', '220216.432000', '220216.435000', '220216.437000', '220216.440000', '220216.443000', '220216.445000', '220216.448000', '220216.451000', '220216.453000', '220216.456000', '220216.458000', '220216.461000', '220216.464000', '220216.466000', '220216.469000', '220216.471000', '220216.474000', '220216.477000', '220216.479000', '220216.482000', '220216.485000', '220216.487000', '220216.490000', '220216.492000', '220216.495000', '220216.499000', '220216.502000', '220236.392000', '220236.394000', '220236.397000', '220236.400000', '220236.402000', '220236.405000', '220236.408000', '220236.410000', '220236.413000', '220236.415000', '220236.418000', '220236.420000', '220236.423000', '220236.426000', '220236.428000', '220236.431000', '220236.433000', '220236.436000', '220236.439000', '220236.458000', '220236.472000', '220236.475000', '220236.477000', '220236.480000', '220236.482000', '220236.485000', '220236.487000', '220236.490000', '220236.493000', '220236.495000', '220236.498000', '220236.500000', '220236.503000', '220236.506000', '220236.508000', '220236.511000', '220236.514000', '220236.516000', '220236.519000', '220236.521000', '220236.524000', '220236.526000', '220236.529000', '220236.532000', '220256.391000', '220256.394000', '220256.397000', '220256.400000', '220256.403000', '220256.413000', '220256.415000', '220256.418000', '220256.420000', '220256.423000', '220256.426000', '220256.428000', '220256.431000', '220256.433000', '220256.436000', '220256.439000', '220256.442000', '220256.445000', '220256.448000', '220256.450000', '220256.453000', '220256.456000', '220256.458000', '220256.461000', '220256.463000', '220256.466000', '220256.469000', '220256.471000', '220256.474000', '220256.476000', '220256.479000', '220256.482000', '220256.484000', '220256.487000', '220256.490000', '220256.492000', '220256.495000', '220256.497000', '220256.500000', '220256.503000', '220256.505000', '220256.508000', '220256.511000', '220313.478000', '220313.481000', '220313.484000', '220313.487000', '220313.489000', '220313.492000', '220313.494000', '220313.497000', '220313.500000', '220313.502000', '220313.505000', '220313.507000', '220313.510000', '220313.513000', '220313.515000', '220313.518000', '220313.520000', '220313.523000', '220313.526000', '220313.528000', '220313.531000', '220313.534000', '220313.536000', '220313.539000', '220313.542000', '220313.544000', '220313.547000', '220313.549000', '220313.552000', '220313.555000', '220313.557000', '220313.560000', '220313.562000', '220313.565000', '220313.568000', '220313.570000', '220313.573000', '220313.575000'], 'InstanceCreationTime': ['215636.425000', '215636.428000', '215636.431000', '215636.433000', '215636.436000', '215636.439000', '215636.441000', '215636.444000', '215636.446000', '215636.449000', '215636.451000', '215636.454000', '215636.457000', '215636.476000', '215636.479000', '215636.481000', '215636.484000', '215636.486000', '215636.489000', '215636.491000', '215636.494000', '215636.497000', '215636.499000', '215636.502000', '215636.504000', '215636.507000', '215636.509000', '215636.512000', '215636.515000', '215636.517000', '215636.520000', '215636.522000', '215636.525000', '215636.528000', '215636.530000', '215636.533000', '215636.536000', '215636.538000', '215636.541000', '215636.543000', '215636.546000', '215636.548000', '215636.551000', '215636.554000', '215636.556000', '215636.559000', '215636.561000', '215636.564000', '215636.567000', '215636.569000', '215656.391000', '215656.395000', '215656.397000', '215656.400000', '215656.402000', '215656.405000', '215656.408000', '215656.410000', '215656.413000', '215656.415000', '215656.418000', '215656.421000', '215656.423000', '215656.426000', '215656.432000', '215656.434000', '215656.437000', '215656.440000', '215656.442000', '215656.445000', '215656.447000', '215656.450000', '215656.453000', '215656.455000', '215656.458000', '215656.460000', '215656.463000', '215656.465000', '215656.468000', '215656.470000', '215656.473000', '215656.475000', '215656.478000', '215656.481000', '215656.483000', '215656.486000', '215656.488000', '215656.491000', '215656.494000', '215656.496000', '215656.499000', '215656.501000', '215656.504000', '215656.506000', '215716.391000', '215716.394000', '215716.397000', '215716.399000', '215716.402000', '215716.405000', '215716.407000', '215716.410000', '215716.412000', '215716.415000', '215716.417000', '215716.420000', '215716.423000', '215716.425000', '215716.428000', '215716.430000', '215716.433000', '215716.435000', '215716.438000', '215716.441000', '215716.443000', '215716.446000', '215716.448000', '215716.451000', '215716.454000', '215716.456000', '215716.459000', '215716.461000', '215716.464000', '215716.466000', '215716.469000', '215716.472000', '215716.474000', '215716.477000', '215716.479000', '215716.482000', '215716.485000', '215716.487000', '215716.490000', '215716.492000', '215716.495000', '215716.498000', '215716.500000', '215736.390000', '215736.393000', '215736.396000', '215736.399000', '215736.401000', '215736.404000', '215736.406000', '215736.409000', '215736.412000', '215736.414000', '215736.417000', '215736.419000', '215736.422000', '215736.425000', '215736.427000', '215736.430000', '215736.432000', '215736.435000', '215736.438000', '215736.440000', '215736.443000', '215736.445000', '215736.448000', '215736.451000', '215736.453000', '215736.456000', '215736.458000', '215736.461000', '215736.463000', '215736.466000', '215736.468000', '215736.471000', '215736.474000', '215736.476000', '215736.479000', '215736.482000', '215736.484000', '215736.487000', '215736.489000', '215736.492000', '215736.494000', '215736.497000', '215736.500000', '215736.514000', '215756.391000', '215756.394000', '215756.397000', '215756.400000', '215756.402000', '215756.405000', '215756.407000', '215756.410000', '215756.420000', '215756.422000', '215756.425000', '215756.428000', '215756.430000', '215756.433000', '215756.435000', '215756.438000', '215756.441000', '215756.443000', '215756.446000', '215756.449000', '215756.451000', '215756.454000', '215756.456000', '215756.459000', '215756.461000', '215756.464000', '215756.467000', '215756.469000', '215756.472000', '215756.474000', '215756.477000', '215756.480000', '215756.482000', '215756.485000', '215756.488000', '215756.490000', '215756.493000', '215756.495000', '215756.498000', '215756.500000', '215756.503000', '215756.506000', '215756.508000', '215816.391000', '215816.394000', '215816.397000', '215816.400000', '215816.402000', '215816.405000', '215816.407000', '215816.410000', '215816.413000', '215816.415000', '215816.418000', '215816.420000', '215816.425000', '215816.428000', '215816.430000', '215816.433000', '215816.436000', '215816.439000', '215816.441000', '215816.444000', '215816.446000', '215816.449000', '215816.452000', '215816.454000', '215816.457000', '215816.459000', '215816.462000', '215816.465000', '215816.467000', '215816.470000', '215816.472000', '215816.475000', '215816.478000', '215816.480000', '215816.483000', '215816.486000', '215816.488000', '215816.491000', '215816.493000', '215816.496000', '215816.499000', '215816.501000', '215816.504000', '215816.506000', '215836.391000', '215836.394000', '215836.397000', '215836.399000', '215836.402000', '215836.405000', '215836.407000', '215836.410000', '215836.412000', '215836.415000', '215836.418000', '215836.420000', '215836.423000', '215836.425000', '215836.428000', '215836.431000', '215836.433000', '215836.436000', '215836.438000', '215836.441000', '215836.444000', '215836.446000', '215836.449000', '215836.451000', '215836.454000', '215836.457000', '215836.459000', '215836.462000', '215836.465000', '215836.467000', '215836.470000', '215836.472000', '215836.475000', '215836.478000', '215836.480000', '215836.483000', '215836.485000', '215836.488000', '215836.490000', '215836.493000', '215836.496000', '215836.498000', '215836.501000', '215856.391000', '215856.394000', '215856.397000', '215856.400000', '215856.402000', '215856.405000', '215856.407000', '215856.410000', '215856.413000', '215856.415000', '215856.418000', '215856.420000', '215856.423000', '215856.426000', '215856.428000', '215856.431000', '215856.433000', '215856.436000', '215856.439000', '215856.441000', '215856.444000', '215856.446000', '215856.449000', '215856.452000', '215856.462000', '215856.465000', '215856.468000', '215856.470000', '215856.473000', '215856.475000', '215856.478000', '215856.481000', '215856.483000', '215856.486000', '215856.488000', '215856.491000', '215856.494000', '215856.496000', '215856.499000', '215856.501000', '215856.504000', '215856.507000', '215856.509000', '215916.391000', '215916.394000', '215916.397000', '215916.399000', '215916.402000', '215916.405000', '215916.407000', '215916.410000', '215916.412000', '215916.415000', '215916.418000', '215916.420000', '215916.423000', '215916.425000', '215916.428000', '215916.431000', '215916.433000', '215916.436000', '215916.438000', '215916.441000', '215916.443000', '215916.446000', '215916.449000', '215916.451000', '215916.454000', '215916.456000', '215916.459000', '215916.462000', '215916.464000', '215916.467000', '215916.469000', '215916.472000', '215916.475000', '215916.477000', '215916.480000', '215916.482000', '215916.485000', '215916.488000', '215916.490000', '215916.493000', '215916.495000', '215916.498000', '215916.500000', '215916.503000', '215936.392000', '215936.394000', '215936.397000', '215936.400000', '215936.402000', '215936.405000', '215936.407000', '215936.410000', '215936.413000', '215936.415000', '215936.419000', '215936.421000', '215936.424000', '215936.427000', '215936.429000', '215936.432000', '215936.434000', '215936.437000', '215936.440000', '215936.442000', '215936.445000', '215936.447000', '215936.450000', '215936.453000', '215936.455000', '215936.458000', '215936.460000', '215936.463000', '215936.466000', '215936.468000', '215936.471000', '215936.474000', '215936.476000', '215936.479000', '215936.481000', '215936.484000', '215936.487000', '215936.489000', '215936.492000', '215936.494000', '215936.497000', '215936.515000', '215936.518000', '215956.390000', '215956.393000', '215956.396000', '215956.399000', '215956.401000', '215956.404000', '215956.406000', '215956.409000', '215956.411000', '215956.414000', '215956.417000', '215956.419000', '215956.422000', '215956.424000', '215956.427000', '215956.430000', '215956.432000', '215956.435000', '215956.437000', '215956.440000', '215956.443000', '215956.445000', '215956.448000', '215956.451000', '215956.453000', '215956.456000', '215956.458000', '215956.461000', '215956.463000', '215956.466000', '215956.469000', '215956.471000', '215956.474000', '215956.476000', '215956.479000', '215956.482000', '215956.484000', '215956.487000', '215956.489000', '215956.492000', '215956.495000', '215956.497000', '215956.500000', '215956.502000', '220016.391000', '220016.394000', '220016.397000', '220016.400000', '220016.402000', '220016.405000', '220016.407000', '220016.410000', '220016.413000', '220016.415000', '220016.418000', '220016.420000', '220016.423000', '220016.426000', '220016.428000', '220016.431000', '220016.433000', '220016.436000', '220016.439000', '220016.441000', '220016.444000', '220016.447000', '220016.449000', '220016.452000', '220016.454000', '220016.457000', '220016.460000', '220016.462000', '220016.465000', '220016.467000', '220016.470000', '220016.473000', '220016.475000', '220016.478000', '220016.480000', '220016.483000', '220016.485000', '220016.488000', '220016.491000', '220016.493000', '220016.496000', '220016.499000', '220016.501000', '220036.392000', '220036.395000', '220036.397000', '220036.400000', '220036.402000', '220036.405000', '220036.407000', '220036.410000', '220036.413000', '220036.415000', '220036.418000', '220036.421000', '220036.423000', '220036.426000', '220036.428000', '220036.431000', '220036.433000', '220036.436000', '220036.439000', '220036.441000', '220036.444000', '220036.446000', '220036.449000', '220036.452000', '220036.454000', '220036.457000', '220036.460000', '220036.462000', '220036.465000', '220036.468000', '220036.470000', '220036.473000', '220036.475000', '220036.478000', '220036.481000', '220036.483000', '220036.486000', '220036.488000', '220036.491000', '220036.494000', '220036.496000', '220036.499000', '220036.501000', '220036.504000', '220056.391000', '220056.395000', '220056.398000', '220056.401000', '220056.404000', '220056.406000', '220056.409000', '220056.411000', '220056.414000', '220056.417000', '220056.419000', '220056.422000', '220056.425000', '220056.427000', '220056.430000', '220056.432000', '220056.435000', '220056.438000', '220056.440000', '220056.443000', '220056.445000', '220056.448000', '220056.450000', '220056.453000', '220056.456000', '220056.459000', '220056.462000', '220056.464000', '220056.467000', '220056.469000', '220056.472000', '220056.474000', '220056.477000', '220056.480000', '220056.482000', '220056.485000', '220056.488000', '220056.490000', '220056.493000', '220056.495000', '220056.498000', '220056.501000', '220056.503000', '220116.392000', '220116.394000', '220116.397000', '220116.400000', '220116.402000', '220116.405000', '220116.407000', '220116.410000', '220116.421000', '220116.424000', '220116.426000', '220116.429000', '220116.431000', '220116.434000', '220116.437000', '220116.439000', '220116.442000', '220116.444000', '220116.447000', '220116.450000', '220116.452000', '220116.455000', '220116.457000', '220116.460000', '220116.463000', '220116.465000', '220116.468000', '220116.471000', '220116.473000', '220116.476000', '220116.478000', '220116.481000', '220116.484000', '220116.486000', '220116.489000', '220116.491000', '220116.494000', '220116.497000', '220116.499000', '220116.502000', '220116.505000', '220116.507000', '220116.510000', '220116.512000', '220136.392000', '220136.395000', '220136.397000', '220136.400000', '220136.403000', '220136.405000', '220136.408000', '220136.410000', '220136.413000', '220136.416000', '220136.419000', '220136.422000', '220136.425000', '220136.427000', '220136.430000', '220136.433000', '220136.435000', '220136.438000', '220136.441000', '220136.443000', '220136.446000', '220136.449000', '220136.451000', '220136.454000', '220136.456000', '220136.459000', '220136.462000', '220136.464000', '220136.467000', '220136.470000', '220136.472000', '220136.475000', '220136.477000', '220136.480000', '220136.483000', '220136.485000', '220136.488000', '220136.490000', '220136.493000', '220136.496000', '220136.498000', '220136.501000', '220136.503000', '220156.391000', '220156.394000', '220156.397000', '220156.400000', '220156.402000', '220156.405000', '220156.407000', '220156.410000', '220156.413000', '220156.415000', '220156.418000', '220156.420000', '220156.423000', '220156.426000', '220156.428000', '220156.431000', '220156.433000', '220156.438000', '220156.441000', '220156.443000', '220156.446000', '220156.449000', '220156.451000', '220156.454000', '220156.456000', '220156.459000', '220156.462000', '220156.464000', '220156.467000', '220156.469000', '220156.472000', '220156.475000', '220156.477000', '220156.480000', '220156.482000', '220156.485000', '220156.488000', '220156.490000', '220156.493000', '220156.495000', '220156.498000', '220156.501000', '220156.503000', '220156.506000', '220216.390000', '220216.393000', '220216.396000', '220216.399000', '220216.401000', '220216.404000', '220216.406000', '220216.409000', '220216.412000', '220216.414000', '220216.417000', '220216.419000', '220216.422000', '220216.425000', '220216.427000', '220216.430000', '220216.432000', '220216.435000', '220216.437000', '220216.440000', '220216.443000', '220216.445000', '220216.448000', '220216.451000', '220216.453000', '220216.456000', '220216.458000', '220216.461000', '220216.464000', '220216.466000', '220216.469000', '220216.471000', '220216.474000', '220216.477000', '220216.479000', '220216.482000', '220216.485000', '220216.487000', '220216.490000', '220216.492000', '220216.495000', '220216.499000', '220216.502000', '220236.392000', '220236.394000', '220236.397000', '220236.400000', '220236.402000', '220236.405000', '220236.408000', '220236.410000', '220236.413000', '220236.415000', '220236.418000', '220236.420000', '220236.423000', '220236.426000', '220236.428000', '220236.431000', '220236.433000', '220236.436000', '220236.439000', '220236.458000', '220236.472000', '220236.475000', '220236.477000', '220236.480000', '220236.482000', '220236.485000', '220236.487000', '220236.490000', '220236.493000', '220236.495000', '220236.498000', '220236.500000', '220236.503000', '220236.506000', '220236.508000', '220236.511000', '220236.514000', '220236.516000', '220236.519000', '220236.521000', '220236.524000', '220236.526000', '220236.529000', '220236.532000', '220256.391000', '220256.394000', '220256.397000', '220256.400000', '220256.403000', '220256.413000', '220256.415000', '220256.418000', '220256.420000', '220256.423000', '220256.426000', '220256.428000', '220256.431000', '220256.433000', '220256.436000', '220256.439000', '220256.442000', '220256.445000', '220256.448000', '220256.450000', '220256.453000', '220256.456000', '220256.458000', '220256.461000', '220256.463000', '220256.466000', '220256.469000', '220256.471000', '220256.474000', '220256.476000', '220256.479000', '220256.482000', '220256.484000', '220256.487000', '220256.490000', '220256.492000', '220256.495000', '220256.497000', '220256.500000', '220256.503000', '220256.505000', '220256.508000', '220256.511000', '220313.478000', '220313.481000', '220313.484000', '220313.487000', '220313.489000', '220313.492000', '220313.494000', '220313.497000', '220313.500000', '220313.502000', '220313.505000', '220313.507000', '220313.510000', '220313.513000', '220313.515000', '220313.518000', '220313.520000', '220313.523000', '220313.526000', '220313.528000', '220313.531000', '220313.534000', '220313.536000', '220313.539000', '220313.542000', '220313.544000', '220313.547000', '220313.549000', '220313.552000', '220313.555000', '220313.557000', '220313.560000', '220313.562000', '220313.565000', '220313.568000', '220313.570000', '220313.573000', '220313.575000'], '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': [12024, 15714, 11492, 13396, 12071, 11565, 13076, 10371, 13567, 8400, 13776, 10019, 14415, 10781, 15208, 11025, 15340, 11088, 14636, 11726, 11958, 12493, 8993, 13328, 9595, 13531, 9091, 14348, 10283, 14274, 10663, 14363, 11772, 15083, 11282, 14151, 11735, 14810, 12411, 9881, 13024, 9229, 13466, 9323, 14207, 9543, 14206, 10494, 14345, 11083, 15206, 11473, 13116, 11959, 10498, 13037, 9998, 14079, 9036, 14291, 10794, 13995, 10606, 14823, 11314, 14806, 11179, 13800, 12035, 14289, 12817, 9009, 13241, 9293, 13501, 9820, 14162, 10955, 14680, 11238, 14468, 11366, 15855, 11749, 13482, 11250, 10109, 13052, 11288, 13103, 9585, 13572, 8952, 13407, 9170, 13337, 9669, 14027, 9544, 14223, 10406, 14237, 10127, 15391, 11017, 14807, 11161, 14484, 11612, 15656, 11895, 10161, 12765, 9325, 13649, 9509, 13976, 9636, 14294, 10712, 14345, 11310, 14742, 11641, 14524, 10923, 11859, 12929, 9757, 13674, 9036, 13700, 9100, 14052, 9693, 14406, 10494, 14596, 11171, 14217, 11410, 12906, 12542, 10168, 13406, 8956, 13889, 10301, 14301, 11067, 14978, 11082, 14672, 11046, 13948, 11882, 10606, 13104, 9117, 13351, 9472, 13755, 9555, 14636, 10353, 14718, 11346, 14895, 11862, 13065, 12804, 9013, 13255, 9271, 13342, 9648, 14345, 10477, 14851, 10904, 13838, 12384, 9124, 13107, 9140, 14122, 11012, 14752, 11346, 13729, 11630, 10607, 12842, 10446, 13206, 9139, 12814, 9459, 14055, 10982, 15008, 11335, 14670, 11428, 11626, 12798, 9496, 13764, 10090, 14620, 11036, 14293, 11771, 11914, 12686, 8474, 13117, 9131, 14099, 9438, 14505, 10172, 13826, 10391, 14178, 11607, 16054, 11086, 12913, 11132, 12961, 12567, 10855, 13183, 8789, 13421, 8633, 14071, 9365, 14650, 10063, 14199, 10848, 14182, 11580, 15414, 10854, 14754, 10936, 14647, 11527, 14539, 10980, 11521, 12028, 13571, 12466, 11044, 13198, 8776, 13322, 9229, 13790, 9756, 14438, 10680, 14301, 11169, 14389, 11737, 13887, 11446, 8253, 13112, 9341, 13951, 11001, 14828, 10888, 13758, 11698, 11791, 12864, 8960, 12802, 8767, 13656, 9340, 14403, 10361, 14193, 10971, 14545, 11347, 14447, 12115, 10419, 12789, 9555, 13441, 9781, 13756, 9755, 13719, 10577, 14301, 11541, 15451, 11383, 10683, 12714, 9591, 13695, 9802, 13866, 9198, 13366, 9972, 14058, 11130, 14650, 11169, 14078, 10779, 11798, 12445, 10096, 13393, 9100, 13377, 10112, 14347, 11420, 14789, 11338, 13510, 10906, 9990, 13066, 9825, 13326, 9229, 13304, 10134, 14267, 11321, 14786, 11819, 13497, 11323, 9199, 13431, 10054, 13709, 9207, 13166, 9684, 14421, 11119, 14509, 11789, 14164, 10905, 11804, 12607, 10877, 13471, 9137, 13132, 9411, 14268, 10040, 14559, 11128, 15228, 11260, 14204, 11565, 15001, 12283, 10832, 12803, 8963, 13625, 9770, 14274, 10839, 14877, 11103, 13658, 11974, 10931, 13321, 9596, 13510, 9690, 14238, 10891, 14795, 11834, 12353, 11964, 9384, 13751, 9639, 14058, 9875, 14515, 10969, 14548, 11473, 15111, 11931, 13414, 12498, 8841, 13283, 9376, 13695, 9472, 14792, 10711, 14682, 11430, 14776, 11605, 13385, 12596, 8969, 13474, 9152, 14220, 10112, 14595, 10831, 15283, 11240, 15081, 11159, 14720, 11594, 14432, 11695, 9400, 13052, 9585, 13244, 11703, 13659, 9020, 13691, 8950, 13276, 9270, 13584, 9749, 14403, 10890, 14348, 11574, 14919, 11960, 12323, 12760, 8910, 13283, 9735, 13767, 11015, 15528, 11408, 13152, 12008, 10878, 13486, 9271, 13779, 10459, 14169, 11916, 16527, 11627, 11949, 11911, 9727, 13465, 10029, 13655, 9040, 13451, 10231, 14430, 10972, 15110, 11296, 13205, 11708, 9652, 13517, 9750, 14359, 10509, 14391, 11243, 14630, 11763, 14499, 11727, 8925, 13322, 9317, 13894, 11091, 15279, 11092, 12982, 12115, 11534, 13364, 8833, 13763, 10620, 14486, 11801, 16435, 11497, 10406, 12474, 9598, 13388, 10601, 13719, 9183, 13195, 8951, 14011, 10140, 14647, 10993, 14694, 11176, 14557, 11137, 12521, 12667, 9216, 13305, 9641, 14094, 10753, 14410, 11611, 15243, 10932, 11955, 12236, 10437, 13036, 9509, 13970, 9879, 14506, 11077, 14105, 11917, 12776, 12675, 8757, 13161, 9308, 13484, 9726, 14063, 8919, 13626, 9948, 13826, 10455, 15102, 10577, 14426, 11096, 14052, 11817, 15968, 11280, 10937, 11902, 9348, 13459, 9597, 13919, 9101, 13478, 9794, 14347, 11136, 14464, 11448, 13082, 11027, 9788, 12835, 10399, 13414, 9456, 13437, 8590, 14203, 10004, 14501, 10909, 14962, 11031, 11524, 12847, 9893, 13613, 9419, 13685, 9840, 14306, 11237, 14429, 11594, 13908, 10986, 10105, 13051, 10110, 13717, 9468, 13400, 10214, 14286, 11393, 15053, 10984, 9750, 12473, 9127, 13512, 9436, 14179, 10590, 14636, 10955, 14566, 11643, 15866, 11231, 11377, 12061, 11728, 12878, 12802, 13314, 8767, 13385, 8969, 13580, 9795, 14572, 11053, 14009, 11414, 11939, 13087, 10412, 13701, 8964, 13416, 9408, 13784, 10268, 14467, 10723, 14456, 11166, 14135, 11106, 14235, 11375, 13184, 10902, 10829, 12871, 10102, 13386, 8933, 13601, 10075, 14149, 10304, 14287, 10824, 14981, 11255, 13931, 11226, 13684, 12167, 12326, 13046, 8747, 13381, 9309, 13779, 10825, 15171, 11343, 11527, 12126, 9484, 13214, 9850, 14183, 10162, 14344, 10837, 14000, 11703, 16245, 11379, 9958, 12622, 9215, 13588, 9369, 14882, 10988, 14314, 11299, 13795, 12499, 13679, 12580, 8387, 13307, 9476, 13240, 9492, 13961, 10587, 14730, 11225, 14929, 12092, 16068, 10970, 9172, 12866, 11158, 13722, 8719, 13212, 9648, 13808, 10247, 15102, 10897, 14197, 10719, 11652, 12636, 10872, 14074, 9343, 13931, 10919, 14499, 11840, 14351, 12112, 8428, 13244, 10031, 14027, 11590, 15425, 11873, 9051, 13081, 9238, 13745, 10459, 15023, 11205, 14710, 11173, 12160, 12623, 9859, 13538, 8769, 13375, 10119, 14181, 11616, 15822, 11524, 9894, 12633, 9372, 13101, 9557, 13860, 10173, 14341, 11127, 13154, 11540, 11292, 13158, 9224, 13451, 10033, 13913, 11376, 15110, 11788, 11129, 12556, 8942, 13228, 9635, 14049, 10984, 14838, 11210, 12024, 12402, 10582, 13588, 9360, 13491, 10835, 9521, 13195, 11228, 14668, 12100, 8483, 13436, 9006, 13932, 9142, 14292, 10447, 14034, 11117, 12314, 12558, 10358, 13570, 8742, 14115, 11175, 14839, 11568, 12416, 12340, 8503, 13001, 9278, 13771, 10384, 14844, 10859, 14838, 11263, 14525, 11598, 14018, 11685, 8637, 13035, 9043, 13879, 9923, 14964, 10779, 14025, 11369, 11232, 13065, 9421, 13339, 8953, 14053, 10646, 14317, 11480, 14220, 11313, 8643, 13334, 9299, 13542, 9476, 13736, 9560, 14178, 10947, 14740, 11718, 12347, 11926, 8739, 13501, 9389, 13928, 9694, 14167], 'WindowCenter': [3755.0, 3750.0, 3726.0, 3723.0, 3712.0, 3709.0, 3722.0, 3699.0, 3709.0, 3678.0, 3719.0, 3698.0, 3720.0, 3699.0, 3719.0, 3699.0, 3718.0, 3710.0, 3720.0, 3711.0, 3710.0, 3710.0, 3688.0, 3721.0, 3699.0, 3720.0, 3688.0, 3721.0, 3700.0, 3721.0, 3701.0, 3721.0, 3710.0, 3721.0, 3711.0, 3709.0, 3710.0, 3709.0, 3709.0, 3687.0, 3708.0, 3686.0, 3709.0, 3687.0, 3709.0, 3687.0, 3708.0, 3697.0, 3707.0, 3698.0, 3719.0, 3698.0, 3707.0, 3709.0, 3697.0, 3710.0, 3688.0, 3709.0, 3688.0, 3709.0, 3698.0, 3709.0, 3698.0, 3709.0, 3698.0, 3719.0, 3699.0, 3708.0, 3709.0, 3709.0, 3709.0, 3687.0, 3708.0, 3688.0, 3709.0, 3698.0, 3709.0, 3699.0, 3720.0, 3711.0, 3720.0, 3710.0, 3721.0, 3710.0, 3710.0, 3710.0, 3697.0, 3710.0, 3698.0, 3710.0, 3687.0, 3710.0, 3687.0, 3707.0, 3686.0, 3709.0, 3687.0, 3708.0, 3687.0, 3708.0, 3697.0, 3709.0, 3688.0, 3718.0, 3697.0, 3719.0, 3709.0, 3707.0, 3699.0, 3719.0, 3699.0, 3687.0, 3708.0, 3685.0, 3709.0, 3687.0, 3708.0, 3687.0, 3719.0, 3698.0, 3707.0, 3698.0, 3708.0, 3698.0, 3708.0, 3698.0, 3697.0, 3709.0, 3686.0, 3709.0, 3687.0, 3709.0, 3687.0, 3708.0, 3687.0, 3709.0, 3698.0, 3708.0, 3698.0, 3708.0, 3708.0, 3707.0, 3710.0, 3698.0, 3709.0, 3688.0, 3718.0, 3698.0, 3720.0, 3699.0, 3720.0, 3710.0, 3719.0, 3699.0, 3709.0, 3710.0, 3698.0, 3708.0, 3688.0, 3709.0, 3687.0, 3721.0, 3688.0, 3720.0, 3699.0, 3719.0, 3698.0, 3719.0, 3710.0, 3710.0, 3709.0, 3689.0, 3709.0, 3687.0, 3710.0, 3687.0, 3719.0, 3711.0, 3720.0, 3710.0, 3721.0, 3711.0, 3700.0, 3720.0, 3699.0, 3721.0, 3710.0, 3721.0, 3711.0, 3721.0, 3710.0, 3700.0, 3722.0, 3699.0, 3710.0, 3688.0, 3709.0, 3698.0, 3720.0, 3699.0, 3720.0, 3699.0, 3719.0, 3698.0, 3697.0, 3710.0, 3688.0, 3720.0, 3699.0, 3720.0, 3700.0, 3720.0, 3712.0, 3710.0, 3711.0, 3689.0, 3711.0, 3689.0, 3722.0, 3688.0, 3720.0, 3699.0, 3708.0, 3698.0, 3708.0, 3710.0, 3720.0, 3699.0, 3710.0, 3697.0, 3708.0, 3710.0, 3698.0, 3708.0, 3688.0, 3710.0, 3676.0, 3720.0, 3687.0, 3720.0, 3698.0, 3719.0, 3698.0, 3708.0, 3709.0, 3719.0, 3698.0, 3707.0, 3698.0, 3708.0, 3698.0, 3708.0, 3697.0, 3697.0, 3698.0, 3707.0, 3698.0, 3697.0, 3709.0, 3676.0, 3708.0, 3686.0, 3710.0, 3687.0, 3709.0, 3699.0, 3708.0, 3699.0, 3721.0, 3710.0, 3709.0, 3699.0, 3677.0, 3710.0, 3687.0, 3721.0, 3700.0, 3720.0, 3710.0, 3719.0, 3711.0, 3710.0, 3710.0, 3689.0, 3710.0, 3690.0, 3721.0, 3688.0, 3721.0, 3699.0, 3720.0, 3710.0, 3720.0, 3711.0, 3722.0, 3711.0, 3700.0, 3710.0, 3700.0, 3721.0, 3699.0, 3720.0, 3689.0, 3709.0, 3698.0, 3719.0, 3710.0, 3720.0, 3709.0, 3699.0, 3709.0, 3688.0, 3721.0, 3688.0, 3710.0, 3688.0, 3709.0, 3698.0, 3709.0, 3699.0, 3720.0, 3699.0, 3720.0, 3699.0, 3709.0, 3710.0, 3698.0, 3710.0, 3688.0, 3720.0, 3699.0, 3720.0, 3711.0, 3721.0, 3711.0, 3722.0, 3711.0, 3699.0, 3721.0, 3699.0, 3721.0, 3690.0, 3711.0, 3699.0, 3720.0, 3710.0, 3721.0, 3710.0, 3710.0, 3710.0, 3688.0, 3721.0, 3699.0, 3721.0, 3688.0, 3709.0, 3699.0, 3720.0, 3711.0, 3721.0, 3711.0, 3721.0, 3711.0, 3709.0, 3710.0, 3699.0, 3711.0, 3688.0, 3710.0, 3689.0, 3721.0, 3700.0, 3721.0, 3712.0, 3721.0, 3711.0, 3721.0, 3710.0, 3720.0, 3710.0, 3699.0, 3710.0, 3689.0, 3720.0, 3698.0, 3722.0, 3699.0, 3720.0, 3711.0, 3720.0, 3711.0, 3700.0, 3722.0, 3689.0, 3722.0, 3700.0, 3720.0, 3701.0, 3721.0, 3711.0, 3711.0, 3711.0, 3689.0, 3721.0, 3699.0, 3722.0, 3698.0, 3720.0, 3709.0, 3720.0, 3711.0, 3720.0, 3710.0, 3709.0, 3710.0, 3688.0, 3710.0, 3688.0, 3710.0, 3687.0, 3721.0, 3699.0, 3719.0, 3700.0, 3719.0, 3710.0, 3710.0, 3709.0, 3687.0, 3709.0, 3688.0, 3709.0, 3698.0, 3720.0, 3698.0, 3719.0, 3699.0, 3718.0, 3699.0, 3719.0, 3711.0, 3709.0, 3709.0, 3687.0, 3710.0, 3687.0, 3710.0, 3709.0, 3710.0, 3688.0, 3721.0, 3688.0, 3710.0, 3689.0, 3722.0, 3700.0, 3721.0, 3711.0, 3722.0, 3712.0, 3721.0, 3713.0, 3711.0, 3722.0, 3690.0, 3721.0, 3701.0, 3723.0, 3712.0, 3733.0, 3712.0, 3721.0, 3722.0, 3711.0, 3722.0, 3701.0, 3722.0, 3712.0, 3722.0, 3722.0, 3733.0, 3712.0, 3711.0, 3712.0, 3700.0, 3721.0, 3700.0, 3722.0, 3690.0, 3710.0, 3699.0, 3720.0, 3700.0, 3721.0, 3710.0, 3720.0, 3711.0, 3700.0, 3722.0, 3700.0, 3722.0, 3711.0, 3721.0, 3712.0, 3721.0, 3712.0, 3721.0, 3711.0, 3689.0, 3721.0, 3699.0, 3721.0, 3711.0, 3732.0, 3711.0, 3709.0, 3709.0, 3710.0, 3710.0, 3689.0, 3720.0, 3699.0, 3720.0, 3710.0, 3720.0, 3699.0, 3698.0, 3709.0, 3687.0, 3710.0, 3698.0, 3709.0, 3686.0, 3707.0, 3686.0, 3708.0, 3686.0, 3709.0, 3697.0, 3708.0, 3699.0, 3707.0, 3698.0, 3708.0, 3709.0, 3687.0, 3709.0, 3688.0, 3708.0, 3698.0, 3709.0, 3699.0, 3719.0, 3699.0, 3698.0, 3709.0, 3697.0, 3710.0, 3688.0, 3709.0, 3699.0, 3719.0, 3709.0, 3721.0, 3712.0, 3711.0, 3712.0, 3689.0, 3721.0, 3689.0, 3723.0, 3689.0, 3721.0, 3691.0, 3709.0, 3689.0, 3708.0, 3700.0, 3709.0, 3699.0, 3708.0, 3698.0, 3708.0, 3700.0, 3720.0, 3699.0, 3698.0, 3698.0, 3687.0, 3709.0, 3688.0, 3710.0, 3688.0, 3709.0, 3689.0, 3709.0, 3699.0, 3709.0, 3700.0, 3710.0, 3700.0, 3698.0, 3710.0, 3699.0, 3711.0, 3688.0, 3711.0, 3688.0, 3710.0, 3689.0, 3720.0, 3699.0, 3721.0, 3710.0, 3709.0, 3710.0, 3699.0, 3722.0, 3689.0, 3721.0, 3701.0, 3721.0, 3711.0, 3721.0, 3711.0, 3721.0, 3700.0, 3699.0, 3711.0, 3699.0, 3712.0, 3689.0, 3710.0, 3699.0, 3720.0, 3710.0, 3720.0, 3700.0, 3699.0, 3711.0, 3699.0, 3722.0, 3689.0, 3721.0, 3711.0, 3721.0, 3711.0, 3721.0, 3710.0, 3720.0, 3700.0, 3709.0, 3710.0, 3709.0, 3711.0, 3709.0, 3709.0, 3688.0, 3710.0, 3688.0, 3710.0, 3688.0, 3721.0, 3709.0, 3721.0, 3711.0, 3710.0, 3722.0, 3700.0, 3711.0, 3690.0, 3711.0, 3688.0, 3720.0, 3699.0, 3721.0, 3699.0, 3720.0, 3699.0, 3708.0, 3700.0, 3710.0, 3698.0, 3708.0, 3699.0, 3696.0, 3710.0, 3698.0, 3710.0, 3688.0, 3710.0, 3700.0, 3709.0, 3698.0, 3710.0, 3698.0, 3720.0, 3700.0, 3721.0, 3711.0, 3719.0, 3711.0, 3709.0, 3710.0, 3688.0, 3709.0, 3688.0, 3722.0, 3700.0, 3721.0, 3711.0, 3710.0, 3711.0, 3699.0, 3721.0, 3699.0, 3722.0, 3700.0, 3720.0, 3699.0, 3721.0, 3711.0, 3721.0, 3698.0, 3699.0, 3708.0, 3687.0, 3721.0, 3688.0, 3721.0, 3699.0, 3720.0, 3710.0, 3720.0, 3711.0, 3710.0, 3709.0, 3677.0, 3709.0, 3687.0, 3710.0, 3687.0, 3709.0, 3698.0, 3719.0, 3699.0, 3720.0, 3698.0, 3718.0, 3697.0, 3685.0, 3709.0, 3698.0, 3709.0, 3676.0, 3708.0, 3688.0, 3708.0, 3688.0, 3708.0, 3696.0, 3707.0, 3697.0, 3696.0, 3708.0, 3697.0, 3709.0, 3686.0, 3706.0, 3697.0, 3707.0, 3698.0, 3708.0, 3698.0, 3676.0, 3707.0, 3686.0, 3708.0, 3698.0, 3718.0, 3697.0, 3687.0, 3707.0, 3686.0, 3707.0, 3687.0, 3707.0, 3686.0, 3707.0, 3697.0, 3696.0, 3708.0, 3687.0, 3708.0, 3676.0, 3707.0, 3686.0, 3707.0, 3698.0, 3718.0, 3700.0, 3688.0, 3708.0, 3688.0, 3710.0, 3687.0, 3709.0, 3687.0, 3708.0, 3699.0, 3707.0, 3699.0, 3698.0, 3708.0, 3688.0, 3708.0, 3698.0, 3708.0, 3699.0, 3718.0, 3709.0, 3698.0, 3710.0, 3687.0, 3708.0, 3687.0, 3709.0, 3697.0, 3719.0, 3699.0, 3708.0, 3710.0, 3700.0, 3722.0, 3689.0, 3720.0, 3712.0, 3700.0, 3722.0, 3712.0, 3723.0, 3712.0, 3691.0, 3712.0, 3687.0, 3711.0, 3677.0, 3709.0, 3698.0, 3708.0, 3700.0, 3708.0, 3709.0, 3687.0, 3709.0, 3688.0, 3710.0, 3698.0, 3719.0, 3711.0, 3710.0, 3710.0, 3689.0, 3710.0, 3689.0, 3721.0, 3700.0, 3720.0, 3700.0, 3720.0, 3701.0, 3709.0, 3710.0, 3709.0, 3699.0, 3677.0, 3708.0, 3676.0, 3710.0, 3687.0, 3721.0, 3699.0, 3719.0, 3710.0, 3698.0, 3711.0, 3688.0, 3710.0, 3689.0, 3708.0, 3699.0, 3721.0, 3711.0, 3720.0, 3700.0, 3688.0, 3710.0, 3688.0, 3711.0, 3688.0, 3709.0, 3689.0, 3720.0, 3700.0, 3720.0, 3710.0, 3710.0, 3710.0, 3689.0, 3720.0, 3689.0, 3722.0, 3689.0, 3721.0], 'WindowWidth': [8438.0, 8421.0, 8380.0, 8368.0, 8352.0, 8343.0, 8365.0, 8329.0, 8345.0, 8299.0, 8357.0, 8325.0, 8359.0, 8328.0, 8358.0, 8329.0, 8355.0, 8344.0, 8360.0, 8348.0, 8345.0, 8346.0, 8314.0, 8363.0, 8328.0, 8363.0, 8313.0, 8363.0, 8332.0, 8362.0, 8334.0, 8362.0, 8346.0, 8363.0, 8348.0, 8343.0, 8345.0, 8341.0, 8343.0, 8309.0, 8341.0, 8306.0, 8342.0, 8308.0, 8345.0, 8310.0, 8339.0, 8323.0, 8338.0, 8326.0, 8356.0, 8326.0, 8338.0, 8342.0, 8322.0, 8346.0, 8313.0, 8343.0, 8312.0, 8343.0, 8325.0, 8342.0, 8326.0, 8342.0, 8327.0, 8356.0, 8330.0, 8339.0, 8343.0, 8341.0, 8342.0, 8309.0, 8341.0, 8312.0, 8343.0, 8326.0, 8345.0, 8328.0, 8360.0, 8348.0, 8359.0, 8348.0, 8363.0, 8347.0, 8345.0, 8344.0, 8324.0, 8346.0, 8326.0, 8345.0, 8309.0, 8344.0, 8308.0, 8338.0, 8305.0, 8344.0, 8308.0, 8342.0, 8311.0, 8340.0, 8323.0, 8343.0, 8312.0, 8354.0, 8323.0, 8355.0, 8343.0, 8336.0, 8330.0, 8356.0, 8329.0, 8309.0, 8338.0, 8302.0, 8342.0, 8307.0, 8342.0, 8310.0, 8354.0, 8326.0, 8337.0, 8326.0, 8342.0, 8327.0, 8339.0, 8326.0, 8321.0, 8342.0, 8308.0, 8343.0, 8310.0, 8342.0, 8309.0, 8341.0, 8308.0, 8344.0, 8324.0, 8342.0, 8326.0, 8340.0, 8340.0, 8338.0, 8346.0, 8326.0, 8344.0, 8314.0, 8355.0, 8326.0, 8362.0, 8330.0, 8360.0, 8344.0, 8356.0, 8330.0, 8342.0, 8345.0, 8327.0, 8342.0, 8313.0, 8343.0, 8309.0, 8363.0, 8311.0, 8359.0, 8327.0, 8357.0, 8328.0, 8356.0, 8346.0, 8345.0, 8344.0, 8318.0, 8345.0, 8309.0, 8346.0, 8311.0, 8357.0, 8347.0, 8360.0, 8347.0, 8361.0, 8350.0, 8332.0, 8360.0, 8330.0, 8363.0, 8346.0, 8366.0, 8350.0, 8365.0, 8348.0, 8332.0, 8365.0, 8329.0, 8345.0, 8313.0, 8342.0, 8327.0, 8358.0, 8329.0, 8360.0, 8328.0, 8356.0, 8327.0, 8322.0, 8344.0, 8311.0, 8359.0, 8330.0, 8360.0, 8333.0, 8361.0, 8351.0, 8346.0, 8350.0, 8316.0, 8350.0, 8316.0, 8366.0, 8313.0, 8359.0, 8328.0, 8341.0, 8326.0, 8342.0, 8345.0, 8359.0, 8330.0, 8344.0, 8325.0, 8338.0, 8344.0, 8327.0, 8341.0, 8311.0, 8345.0, 8294.0, 8359.0, 8310.0, 8360.0, 8326.0, 8355.0, 8325.0, 8340.0, 8341.0, 8356.0, 8326.0, 8337.0, 8326.0, 8340.0, 8327.0, 8339.0, 8323.0, 8321.0, 8326.0, 8335.0, 8325.0, 8321.0, 8340.0, 8292.0, 8338.0, 8307.0, 8346.0, 8310.0, 8343.0, 8327.0, 8340.0, 8328.0, 8359.0, 8344.0, 8341.0, 8329.0, 8295.0, 8344.0, 8310.0, 8363.0, 8332.0, 8361.0, 8346.0, 8355.0, 8348.0, 8345.0, 8348.0, 8315.0, 8345.0, 8316.0, 8362.0, 8311.0, 8362.0, 8329.0, 8358.0, 8344.0, 8359.0, 8350.0, 8365.0, 8350.0, 8332.0, 8348.0, 8329.0, 8363.0, 8327.0, 8361.0, 8316.0, 8344.0, 8325.0, 8355.0, 8345.0, 8361.0, 8345.0, 8329.0, 8343.0, 8312.0, 8364.0, 8313.0, 8346.0, 8313.0, 8342.0, 8326.0, 8343.0, 8328.0, 8360.0, 8330.0, 8359.0, 8329.0, 8340.0, 8345.0, 8325.0, 8348.0, 8314.0, 8359.0, 8328.0, 8360.0, 8347.0, 8364.0, 8348.0, 8364.0, 8348.0, 8329.0, 8363.0, 8329.0, 8364.0, 8317.0, 8347.0, 8330.0, 8359.0, 8346.0, 8364.0, 8347.0, 8345.0, 8345.0, 8311.0, 8360.0, 8327.0, 8363.0, 8313.0, 8343.0, 8330.0, 8360.0, 8347.0, 8363.0, 8349.0, 8361.0, 8347.0, 8341.0, 8345.0, 8329.0, 8348.0, 8313.0, 8345.0, 8316.0, 8361.0, 8331.0, 8364.0, 8348.0, 8363.0, 8347.0, 8361.0, 8346.0, 8360.0, 8345.0, 8327.0, 8344.0, 8316.0, 8360.0, 8327.0, 8366.0, 8329.0, 8360.0, 8346.0, 8356.0, 8348.0, 8331.0, 8365.0, 8315.0, 8364.0, 8331.0, 8359.0, 8333.0, 8363.0, 8349.0, 8347.0, 8348.0, 8314.0, 8362.0, 8327.0, 8366.0, 8325.0, 8361.0, 8343.0, 8358.0, 8347.0, 8358.0, 8345.0, 8341.0, 8344.0, 8313.0, 8344.0, 8311.0, 8347.0, 8309.0, 8362.0, 8326.0, 8355.0, 8329.0, 8354.0, 8344.0, 8344.0, 8344.0, 8309.0, 8342.0, 8311.0, 8342.0, 8326.0, 8360.0, 8325.0, 8358.0, 8329.0, 8354.0, 8330.0, 8355.0, 8347.0, 8342.0, 8343.0, 8310.0, 8345.0, 8309.0, 8347.0, 8340.0, 8347.0, 8311.0, 8360.0, 8312.0, 8345.0, 8314.0, 8365.0, 8331.0, 8363.0, 8350.0, 8365.0, 8351.0, 8364.0, 8354.0, 8348.0, 8364.0, 8318.0, 8363.0, 8334.0, 8369.0, 8350.0, 8383.0, 8352.0, 8362.0, 8366.0, 8349.0, 8367.0, 8334.0, 8366.0, 8350.0, 8366.0, 8366.0, 8386.0, 8355.0, 8350.0, 8351.0, 8331.0, 8364.0, 8332.0, 8367.0, 8318.0, 8346.0, 8330.0, 8361.0, 8331.0, 8363.0, 8346.0, 8360.0, 8348.0, 8331.0, 8367.0, 8332.0, 8368.0, 8349.0, 8364.0, 8350.0, 8363.0, 8352.0, 8363.0, 8348.0, 8316.0, 8361.0, 8329.0, 8363.0, 8346.0, 8380.0, 8348.0, 8342.0, 8344.0, 8344.0, 8346.0, 8316.0, 8359.0, 8329.0, 8358.0, 8346.0, 8362.0, 8331.0, 8325.0, 8342.0, 8308.0, 8345.0, 8326.0, 8341.0, 8306.0, 8337.0, 8307.0, 8339.0, 8307.0, 8342.0, 8323.0, 8340.0, 8328.0, 8337.0, 8326.0, 8338.0, 8341.0, 8308.0, 8342.0, 8311.0, 8341.0, 8326.0, 8344.0, 8329.0, 8357.0, 8328.0, 8324.0, 8341.0, 8322.0, 8345.0, 8310.0, 8343.0, 8327.0, 8356.0, 8344.0, 8361.0, 8351.0, 8347.0, 8352.0, 8317.0, 8363.0, 8313.0, 8369.0, 8315.0, 8363.0, 8319.0, 8342.0, 8312.0, 8340.0, 8329.0, 8343.0, 8326.0, 8339.0, 8326.0, 8338.0, 8330.0, 8358.0, 8327.0, 8324.0, 8326.0, 8307.0, 8344.0, 8310.0, 8346.0, 8312.0, 8340.0, 8313.0, 8342.0, 8327.0, 8344.0, 8331.0, 8344.0, 8332.0, 8325.0, 8344.0, 8328.0, 8349.0, 8310.0, 8346.0, 8312.0, 8345.0, 8313.0, 8359.0, 8328.0, 8361.0, 8346.0, 8341.0, 8345.0, 8329.0, 8366.0, 8316.0, 8363.0, 8334.0, 8361.0, 8347.0, 8364.0, 8349.0, 8361.0, 8333.0, 8328.0, 8347.0, 8328.0, 8352.0, 8314.0, 8345.0, 8327.0, 8358.0, 8345.0, 8361.0, 8333.0, 8328.0, 8348.0, 8328.0, 8364.0, 8315.0, 8364.0, 8348.0, 8364.0, 8349.0, 8363.0, 8346.0, 8361.0, 8332.0, 8342.0, 8346.0, 8341.0, 8350.0, 8344.0, 8343.0, 8311.0, 8346.0, 8312.0, 8346.0, 8312.0, 8362.0, 8343.0, 8363.0, 8348.0, 8344.0, 8364.0, 8332.0, 8349.0, 8316.0, 8347.0, 8313.0, 8360.0, 8328.0, 8362.0, 8328.0, 8358.0, 8328.0, 8339.0, 8329.0, 8345.0, 8327.0, 8338.0, 8328.0, 8319.0, 8343.0, 8324.0, 8348.0, 8311.0, 8344.0, 8331.0, 8344.0, 8326.0, 8345.0, 8326.0, 8360.0, 8330.0, 8359.0, 8347.0, 8356.0, 8349.0, 8342.0, 8346.0, 8311.0, 8342.0, 8312.0, 8363.0, 8331.0, 8362.0, 8348.0, 8346.0, 8348.0, 8328.0, 8365.0, 8328.0, 8365.0, 8330.0, 8360.0, 8329.0, 8360.0, 8347.0, 8363.0, 8328.0, 8327.0, 8341.0, 8310.0, 8361.0, 8313.0, 8362.0, 8330.0, 8358.0, 8346.0, 8358.0, 8349.0, 8345.0, 8342.0, 8296.0, 8341.0, 8307.0, 8347.0, 8310.0, 8343.0, 8326.0, 8354.0, 8329.0, 8359.0, 8326.0, 8352.0, 8321.0, 8303.0, 8342.0, 8325.0, 8345.0, 8292.0, 8338.0, 8310.0, 8339.0, 8312.0, 8341.0, 8320.0, 8335.0, 8324.0, 8319.0, 8341.0, 8321.0, 8343.0, 8305.0, 8334.0, 8323.0, 8336.0, 8327.0, 8338.0, 8325.0, 8291.0, 8335.0, 8306.0, 8339.0, 8325.0, 8354.0, 8324.0, 8308.0, 8337.0, 8305.0, 8335.0, 8306.0, 8337.0, 8304.0, 8336.0, 8321.0, 8318.0, 8338.0, 8308.0, 8340.0, 8291.0, 8335.0, 8304.0, 8335.0, 8324.0, 8355.0, 8330.0, 8311.0, 8340.0, 8309.0, 8344.0, 8308.0, 8342.0, 8308.0, 8340.0, 8327.0, 8336.0, 8330.0, 8324.0, 8342.0, 8309.0, 8341.0, 8324.0, 8338.0, 8328.0, 8355.0, 8343.0, 8325.0, 8344.0, 8309.0, 8340.0, 8308.0, 8345.0, 8323.0, 8358.0, 8329.0, 8338.0, 8345.0, 8331.0, 8364.0, 8313.0, 8359.0, 8352.0, 8331.0, 8364.0, 8352.0, 8369.0, 8352.0, 8322.0, 8351.0, 8308.0, 8347.0, 8294.0, 8342.0, 8323.0, 8337.0, 8329.0, 8337.0, 8343.0, 8309.0, 8341.0, 8311.0, 8343.0, 8326.0, 8357.0, 8347.0, 8345.0, 8344.0, 8316.0, 8345.0, 8315.0, 8364.0, 8330.0, 8360.0, 8332.0, 8360.0, 8333.0, 8342.0, 8345.0, 8342.0, 8327.0, 8294.0, 8338.0, 8291.0, 8343.0, 8309.0, 8360.0, 8328.0, 8356.0, 8344.0, 8325.0, 8349.0, 8312.0, 8344.0, 8313.0, 8340.0, 8328.0, 8360.0, 8346.0, 8360.0, 8331.0, 8312.0, 8345.0, 8310.0, 8348.0, 8312.0, 8343.0, 8314.0, 8357.0, 8330.0, 8360.0, 8345.0, 8344.0, 8344.0, 8313.0, 8359.0, 8314.0, 8365.0, 8315.0, 8361.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.0004922941822173435</td></tr>
<tr><td colspan=3>aqi</td><td>0.018370901756311748</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.70462583601098</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.304537257978023</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0066306956043956</td></tr>
<tr><td colspan=3>efc</td><td>0.4396</td></tr>
<tr><td colspan=3>fber</td><td>8633.9648</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07564870391836559</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>1</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.10976948408342481</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.500012291891603</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3894724884850818</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8233531145041977</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2872112726855294</td></tr>
<tr><td colspan=3>gcor</td><td>0.00422422</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01733780838549137</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.023682808503508568</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>911</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.8317880499582584</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.6999998092651367</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>25.103</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>24.2457</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>123.2375</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>34.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>308795.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>591.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>262.0994</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.7354</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>427.1002</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2944.9968</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3152.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>67749.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>912.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3808.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>822.5864</td></tr>
<tr><td colspan=3>tsnr</td><td>48.11070977943018</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>