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

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

<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0115_ses-02_task-faces_acq-mb8_run-01_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
<script>
var timestamp = Date.now()
function read_form() {
var ds = "<unset>";
var sub = "sub-0115_ses-02_task-faces_acq-mb8_run-01_bold.nii.gz";
var artifacts = [];
$('#qcartifacts-group input:checked').each(function() {
artifacts.push($(this).attr('name'));
});
var rating = $('#qcslider').val();
var payload = {
'dataset': ds,
'subject': sub,
'rating': rating,
'artifacts': artifacts,
'time_sec': (Date.now() - timestamp) / 1000,
'confidence': $('#qcextra-confidence').val(),
'comments': $('#qcextra-comments').val()
};
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
$('#btn-download').attr('href', URL.createObjectURL(file));
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
return payload
};
function toggle_rating() {
if ($('#qcrating-menu').hasClass('d-none')) {
$('#qcrating-menu').removeClass('d-none');
$('#qcrating-toggler').prop('checked', true);
} else {
$('#qcrating-menu').addClass('d-none');
$('#qcrating-toggler').prop('checked', false);
}
};
$(window).on('load',function(){
var authorization = $('#btn-post').val()
if (authorization.includes("secret_token")) {
$('#btn-post').addClass('d-none');
};
timestamp = Date.now();
});
</script>
<style type="text/css">
/* The slider itself */
.slider {
-webkit-appearance: none; /* Override default CSS styles */
appearance: none;
margin-bottom: 8px;
margin-left: 10%;
width: 80%;
height: 5px; /* Specified height */
background: #d3d3d3; /* Grey background */
outline: none; /* Remove outline */
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
transition: opacity .2s;
}
/* Mouse-over effects */
.slider:hover {
opacity: 1; /* Fully shown on mouse-over */
}
.slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
.slider::-moz-range-thumb {
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
About
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="#errors">Errors</a></li>
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
</ul>
</li>
</ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>
<div id="Basic echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-01_session-02_subject-0115_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-0115/figures/sub-0115_ses-02_task-faces_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0115/figures/sub-0115_ses-02_task-faces_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0115/figures/sub-0115_ses-02_task-faces_acq-mb8_run-01_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-01_session-02_subject-0115_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-0115/figures/sub-0115_ses-02_task-faces_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0115/figures/sub-0115_ses-02_task-faces_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0115/figures/sub-0115_ses-02_task-faces_acq-mb8_run-01_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-01_session-02_subject-0115_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-0115/figures/sub-0115_ses-02_task-faces_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0115/figures/sub-0115_ses-02_task-faces_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0115/figures/sub-0115_ses-02_task-faces_acq-mb8_run-01_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-01_session-02_subject-0115_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-0115/figures/sub-0115_ses-02_task-faces_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0115/figures/sub-0115_ses-02_task-faces_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0115/figures/sub-0115_ses-02_task-faces_acq-mb8_run-01_desc-carpet_bold.svg</a></small>
</div>
</div>
<div id="Extended echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-mean_run-01_session-02_subject-0115_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-0115/figures/sub-0115_ses-02_task-faces_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0115/figures/sub-0115_ses-02_task-faces_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0115/figures/sub-0115_ses-02_task-faces_acq-mb8_run-01_desc-mean_bold.svg</a></small>
</div>
</div>
<div id="Extended reports shared across echos" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-01_session-02_subject-0115_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-0115/figures/sub-0115_ses-02_task-faces_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0115/figures/sub-0115_ses-02_task-faces_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0115/figures/sub-0115_ses-02_task-faces_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-02_subject-0115_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-0115/figures/sub-0115_ses-02_task-faces_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0115/figures/sub-0115_ses-02_task-faces_acq-mb8_run-01_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0115/figures/sub-0115_ses-02_task-faces_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0115/figures/sub-0115_ses-02_task-faces_acq-mb8_run-01_desc-norm_bold.svg</a></small>
</div>
</div>
<div id="About" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">About</h1>
<div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
</div>
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p> <div class="accordion accordion-flush" id="about-metadata">
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-0">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
Provenance Information
</button>
</h2>
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0115/ses-02/func/sub-0115_ses-02_task-faces_acq-mb8_run-01_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>fed33a215939516f1aabe021b93a3543</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>19:16:1.635000</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.999346, -0.0361508, -0.000530828, 0.0359457, 0.99504, -0.0927522]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-faces_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.10506</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-faces_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>32</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4236, -7749, -7279, 204, -80, -103, -37, 55]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>faces</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>250.16</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>154fb993-d68e-427e-a662-7f5aef185260||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.6811728477478027, 0.09643974155187607, -0.010479394346475601, 107.71952819824219], [0.09698984026908875, 2.6696200370788574, -0.25021564960479736, -106.14610290527344], [-0.0014241734752431512, 0.24884732067584991, 2.6883606910705566, -91.89774322509766], [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': ['191601.635000', '191602.095000', '191602.555000', '191603.015000', '191603.475000', '191603.935000', '191604.395000', '191604.855000', '191605.315000', '191605.775000', '191606.235000', '191606.695000', '191607.155000', '191607.615000', '191608.075000', '191608.535000', '191608.995000', '191609.455000', '191609.915000', '191610.375000', '191610.835000', '191611.295000', '191611.755000', '191612.215000', '191612.675000', '191613.135000', '191613.595000', '191614.055000', '191614.515000', '191614.975000', '191615.435000', '191615.895000', '191616.355000', '191616.815000', '191617.275000', '191617.735000', '191618.195000', '191618.655000', '191619.115000', '191619.575000', '191620.035000', '191620.495000', '191620.955000', '191621.415000', '191621.875000', '191622.335000', '191622.795000', '191623.255000', '191623.715000', '191624.175000', '191624.635000', '191625.095000', '191625.555000', '191626.015000', '191626.475000', '191626.935000', '191627.395000', '191627.855000', '191628.315000', '191628.775000', '191629.235000', '191629.695000', '191630.155000', '191630.615000', '191631.075000', '191631.535000', '191631.995000', '191632.455000', '191632.915000', '191633.375000', '191633.835000', '191634.295000', '191634.755000', '191635.215000', '191635.675000', '191636.135000', '191636.595000', '191637.055000', '191637.515000', '191637.975000', '191638.435000', '191638.895000', '191639.355000', '191639.815000', '191640.275000', '191640.735000', '191641.195000', '191641.655000', '191642.115000', '191642.575000', '191643.035000', '191643.495000', '191643.955000', '191644.415000', '191644.875000', '191645.335000', '191645.795000', '191646.255000', '191646.715000', '191647.175000', '191647.635000', '191648.095000', '191648.555000', '191649.015000', '191649.475000', '191649.935000', '191650.395000', '191650.855000', '191651.315000', '191651.775000', '191652.235000', '191652.695000', '191653.155000', '191653.615000', '191654.075000', '191654.535000', '191654.995000', '191655.455000', '191655.915000', '191656.375000', '191656.835000', '191657.295000', '191657.755000', '191658.215000', '191658.675000', '191659.135000', '191659.595000', '191700.055000', '191700.515000', '191700.975000', '191701.435000', '191701.895000', '191702.355000', '191702.815000', '191703.275000', '191703.735000', '191704.195000', '191704.655000', '191705.115000', '191705.575000', '191706.035000', '191706.495000', '191706.955000', '191707.415000', '191707.875000', '191708.335000', '191708.795000', '191709.255000', '191709.715000', '191710.175000', '191710.635000', '191711.095000', '191711.555000', '191712.015000', '191712.475000', '191712.935000', '191713.395000', '191713.855000', '191714.315000', '191714.775000', '191715.235000', '191715.695000', '191716.155000', '191716.615000', '191717.075000', '191717.535000', '191717.995000', '191718.455000', '191718.915000', '191719.375000', '191719.835000', '191720.295000', '191720.755000', '191721.215000', '191721.675000', '191722.135000', '191722.595000', '191723.055000', '191723.515000', '191723.975000', '191724.435000', '191724.895000', '191725.355000', '191725.815000', '191726.275000', '191726.735000', '191727.195000', '191727.655000', '191728.115000', '191728.575000', '191729.035000', '191729.495000', '191729.955000', '191730.415000', '191730.875000', '191731.335000', '191731.795000', '191732.255000', '191732.715000', '191733.175000', '191733.635000', '191734.095000', '191734.555000', '191735.015000', '191735.475000', '191735.935000', '191736.395000', '191736.855000', '191737.315000', '191737.775000', '191738.235000', '191738.695000', '191739.155000', '191739.615000', '191740.075000', '191740.535000', '191740.995000', '191741.455000', '191741.915000', '191742.375000', '191742.835000', '191743.295000', '191743.755000', '191744.215000', '191744.675000', '191745.135000', '191745.595000', '191746.055000', '191746.515000', '191746.975000', '191747.435000', '191747.895000', '191748.355000', '191748.815000', '191749.275000', '191749.735000', '191750.195000', '191750.655000', '191751.115000', '191751.575000', '191752.035000', '191752.495000', '191752.955000', '191753.415000', '191753.875000', '191754.335000', '191754.795000', '191755.255000', '191755.715000', '191756.175000', '191756.635000', '191757.095000', '191757.555000', '191758.015000', '191758.475000', '191758.935000', '191759.395000', '191759.855000', '191800.315000', '191800.775000', '191801.235000', '191801.695000', '191802.155000', '191802.615000', '191803.075000', '191803.535000', '191803.995000', '191804.455000', '191804.915000', '191805.375000', '191805.835000', '191806.295000', '191806.755000', '191807.215000', '191807.675000', '191808.135000', '191808.595000', '191809.055000', '191809.515000', '191809.975000', '191810.435000', '191810.895000', '191811.355000', '191811.815000', '191812.275000', '191812.735000', '191813.195000', '191813.655000', '191814.115000', '191814.575000', '191815.035000', '191815.495000', '191815.955000', '191816.415000', '191816.875000', '191817.335000', '191817.795000', '191818.255000', '191818.715000', '191819.175000', '191819.635000', '191820.095000', '191820.555000', '191821.015000', '191821.475000', '191821.935000', '191822.395000', '191822.855000', '191823.315000', '191823.775000', '191824.235000', '191824.695000', '191825.155000', '191825.615000', '191826.075000', '191826.535000', '191826.995000', '191827.455000', '191827.915000', '191828.375000', '191828.835000', '191829.295000', '191829.755000', '191830.215000', '191830.675000', '191831.135000', '191831.595000', '191832.055000', '191832.515000', '191832.975000', '191833.435000', '191833.895000', '191834.355000', '191834.815000', '191835.275000', '191835.735000', '191836.195000', '191836.655000', '191837.115000', '191837.575000', '191838.035000', '191838.495000', '191838.955000', '191839.415000', '191839.875000', '191840.335000', '191840.795000', '191841.255000', '191841.715000', '191842.175000', '191842.635000', '191843.095000', '191843.555000', '191844.015000', '191844.475000', '191844.935000', '191845.395000', '191845.855000', '191846.315000', '191846.775000', '191847.235000', '191847.695000', '191848.155000', '191848.615000', '191849.075000', '191849.535000', '191849.995000', '191850.455000', '191850.915000', '191851.375000', '191851.835000', '191852.295000', '191852.755000', '191853.215000', '191853.675000', '191854.135000', '191854.595000', '191855.055000', '191855.515000', '191855.975000', '191856.435000', '191856.895000', '191857.355000', '191857.815000', '191858.275000', '191858.735000', '191859.195000', '191859.655000', '191900.115000', '191900.575000', '191901.035000', '191901.495000', '191901.955000', '191902.415000', '191902.875000', '191903.335000', '191903.795000', '191904.255000', '191904.715000', '191905.175000', '191905.635000', '191906.095000', '191906.555000', '191907.015000', '191907.475000', '191907.935000', '191908.395000', '191908.855000', '191909.315000', '191909.775000', '191910.235000', '191910.695000', '191911.155000', '191911.615000', '191912.075000', '191912.535000', '191912.995000', '191913.455000', '191913.915000', '191914.375000', '191914.835000', '191915.295000', '191915.755000', '191916.215000', '191916.675000', '191917.135000', '191917.595000', '191918.055000', '191918.515000', '191918.975000', '191919.435000', '191919.895000', '191920.355000', '191920.815000', '191921.275000', '191921.735000', '191922.195000', '191922.655000', '191923.115000', '191923.575000', '191924.035000', '191924.495000', '191924.955000', '191925.415000', '191925.875000', '191926.335000', '191926.795000', '191927.255000', '191927.715000', '191928.175000', '191928.635000', '191929.095000', '191929.555000', '191930.015000', '191930.475000', '191930.935000', '191931.395000', '191931.855000', '191932.315000', '191932.775000', '191933.235000', '191933.695000', '191934.155000', '191934.615000', '191935.075000', '191935.535000', '191935.995000', '191936.455000', '191936.915000', '191937.375000', '191937.835000', '191938.295000', '191938.755000', '191939.215000', '191939.675000', '191940.135000', '191940.595000', '191941.055000', '191941.515000', '191941.975000', '191942.435000', '191942.895000', '191943.355000', '191943.815000', '191944.275000', '191944.735000', '191945.195000', '191945.655000', '191946.115000', '191946.575000', '191947.035000', '191947.495000', '191947.955000', '191948.415000', '191948.875000', '191949.335000', '191949.795000', '191950.255000', '191950.715000', '191951.175000', '191951.635000', '191952.095000', '191952.555000', '191953.015000', '191953.475000', '191953.935000', '191954.395000', '191954.855000', '191955.315000', '191955.775000', '191956.235000', '191956.695000', '191957.155000', '191957.615000', '191958.075000', '191958.535000', '191958.995000', '191959.455000', '191959.915000', '192000.375000', '192000.835000', '192001.295000', '192001.755000', '192002.215000', '192002.675000', '192003.135000', '192003.595000', '192004.055000', '192004.515000', '192004.975000', '192005.435000', '192005.895000', '192006.355000', '192006.815000', '192007.275000', '192007.735000', '192008.195000', '192008.655000', '192009.115000', '192009.575000', '192010.035000', '192010.495000', '192010.955000', '192011.415000', '192011.875000', '192012.335000', '192012.795000', '192013.255000', '192013.715000', '192014.175000', '192014.635000', '192015.095000', '192015.555000', '192016.015000', '192016.475000', '192016.935000', '192017.395000', '192017.855000', '192018.315000', '192018.775000', '192019.235000', '192019.695000', '192020.155000', '192020.615000', '192021.075000', '192021.535000', '192021.995000', '192022.455000', '192022.915000', '192023.375000', '192023.835000', '192024.295000', '192024.755000', '192025.215000', '192025.675000', '192026.135000', '192026.595000', '192027.055000', '192027.515000', '192027.975000', '192028.435000', '192028.895000', '192029.355000', '192029.815000', '192030.275000', '192030.735000', '192031.195000', '192031.655000', '192032.115000', '192032.575000', '192033.035000', '192033.495000', '192033.955000', '192034.415000', '192034.875000', '192035.335000', '192035.795000', '192036.255000', '192036.715000', '192037.175000', '192037.635000', '192038.095000', '192038.555000', '192039.015000', '192039.475000', '192039.935000', '192040.395000', '192040.855000', '192041.315000', '192041.775000', '192042.235000', '192042.695000', '192043.155000', '192043.615000', '192044.075000', '192044.535000', '192044.995000', '192045.455000', '192045.915000', '192046.375000', '192046.835000', '192047.295000', '192047.755000', '192048.215000', '192048.675000', '192049.135000', '192049.595000', '192050.055000', '192050.515000', '192050.975000', '192051.435000', '192051.895000', '192052.355000', '192052.815000', '192053.275000', '192053.735000', '192054.195000', '192054.655000', '192055.115000', '192055.575000', '192056.035000', '192056.495000', '192056.955000', '192057.415000', '192057.875000', '192058.335000', '192058.795000', '192059.255000', '192059.715000', '192100.175000', '192100.635000', '192101.095000', '192101.555000', '192102.015000', '192102.475000', '192102.935000', '192103.395000', '192103.855000', '192104.315000', '192104.775000', '192105.235000', '192105.695000', '192106.155000', '192106.615000', '192107.075000', '192107.535000', '192107.995000', '192108.455000', '192108.915000', '192109.375000', '192109.835000', '192110.295000', '192110.755000', '192111.215000', '192111.675000', '192112.135000', '192112.595000', '192113.055000', '192113.515000', '192113.975000', '192114.435000', '192114.895000', '192115.355000', '192115.815000', '192116.275000', '192116.735000', '192117.195000', '192117.655000', '192118.115000', '192118.575000', '192119.035000', '192119.495000', '192119.955000', '192120.415000', '192120.875000', '192121.335000', '192121.795000', '192122.255000', '192122.715000', '192123.175000', '192123.635000', '192124.095000', '192124.555000', '192125.015000', '192125.475000', '192125.935000', '192126.395000', '192126.855000', '192127.315000', '192127.775000', '192128.235000', '192128.695000', '192129.155000', '192129.615000', '192130.075000', '192130.535000', '192130.995000', '192131.455000', '192131.915000', '192132.375000', '192132.835000', '192133.295000', '192133.755000', '192134.215000', '192134.675000', '192135.135000', '192135.595000', '192136.055000', '192136.515000', '192136.975000', '192137.435000', '192137.895000', '192138.355000', '192138.815000', '192139.275000', '192139.735000', '192140.195000', '192140.655000', '192141.115000', '192141.575000', '192142.035000', '192142.495000', '192142.955000', '192143.415000', '192143.875000', '192144.335000', '192144.795000', '192145.255000', '192145.715000', '192146.175000', '192146.635000', '192147.095000', '192147.555000', '192148.015000', '192148.475000', '192148.935000', '192149.395000', '192149.855000', '192150.315000', '192150.775000', '192151.235000', '192151.695000', '192152.155000', '192152.615000', '192153.075000', '192153.535000', '192153.995000', '192154.455000', '192154.915000', '192155.375000', '192155.835000', '192156.295000', '192156.755000', '192157.215000', '192157.675000', '192158.135000', '192158.595000', '192159.055000', '192159.515000', '192159.975000', '192200.435000', '192200.895000', '192201.355000', '192201.815000', '192202.275000', '192202.735000', '192203.195000', '192203.655000', '192204.115000', '192204.575000', '192205.035000', '192205.495000', '192205.955000', '192206.415000', '192206.875000', '192207.335000', '192207.795000', '192208.255000', '192208.715000', '192209.175000', '192209.635000', '192210.095000', '192210.555000', '192211.015000', '192211.475000', '192211.935000', '192212.395000', '192212.855000', '192213.315000', '192213.775000', '192214.235000', '192214.695000', '192215.155000', '192215.615000', '192216.075000', '192216.535000', '192216.995000', '192217.455000', '192217.915000', '192218.375000', '192218.835000', '192219.295000', '192219.755000', '192220.215000', '192220.675000', '192221.135000', '192221.595000', '192222.055000', '192222.515000', '192222.975000', '192223.435000', '192223.895000', '192224.355000', '192224.815000', '192225.275000', '192225.735000', '192226.195000', '192226.655000', '192227.115000', '192227.575000', '192228.035000', '192228.495000', '192228.955000', '192229.415000', '192229.875000', '192230.335000', '192230.795000', '192231.255000', '192231.715000', '192232.175000', '192232.635000', '192233.095000', '192233.555000', '192234.015000', '192234.475000', '192234.935000', '192235.395000', '192235.855000', '192236.315000', '192236.775000', '192237.235000', '192237.695000', '192238.155000', '192238.615000', '192239.075000', '192239.535000', '192239.995000', '192240.455000', '192240.915000', '192241.375000', '192241.835000', '192242.295000', '192242.755000', '192243.215000', '192243.675000', '192244.135000', '192244.595000', '192245.055000', '192245.515000', '192245.975000', '192246.435000', '192246.895000', '192247.355000', '192247.815000', '192248.275000', '192248.735000', '192249.195000', '192249.655000', '192250.115000', '192250.575000', '192251.035000', '192251.495000', '192251.955000', '192252.415000', '192252.875000', '192253.335000', '192253.795000', '192254.255000', '192254.715000', '192255.175000', '192255.635000', '192256.095000', '192256.555000', '192257.015000', '192257.475000', '192257.935000', '192258.395000', '192258.855000', '192259.315000', '192259.775000', '192300.235000', '192300.695000', '192301.155000', '192301.615000'], 'ContentTime': ['191631.986000', '191631.989000', '191631.991000', '191631.994000', '191631.997000', '191632.003000', '191632.005000', '191632.008000', '191632.010000', '191632.013000', '191632.016000', '191632.018000', '191632.021000', '191632.024000', '191632.026000', '191632.029000', '191632.031000', '191632.034000', '191632.037000', '191632.039000', '191632.042000', '191632.044000', '191632.047000', '191632.050000', '191632.052000', '191632.055000', '191632.058000', '191632.060000', '191632.063000', '191632.066000', '191632.068000', '191632.071000', '191632.074000', '191632.076000', '191632.079000', '191632.082000', '191632.084000', '191632.087000', '191632.089000', '191632.092000', '191632.095000', '191632.097000', '191632.103000', '191632.106000', '191632.108000', '191632.111000', '191632.113000', '191632.116000', '191632.119000', '191632.121000', '191632.124000', '191632.126000', '191632.129000', '191632.133000', '191632.135000', '191632.138000', '191632.140000', '191632.143000', '191632.146000', '191632.148000', '191632.151000', '191632.153000', '191632.156000', '191651.937000', '191651.940000', '191651.942000', '191651.945000', '191651.947000', '191651.950000', '191651.953000', '191651.955000', '191651.958000', '191651.960000', '191651.963000', '191651.966000', '191651.968000', '191651.971000', '191651.973000', '191651.976000', '191651.979000', '191651.981000', '191651.984000', '191651.987000', '191651.989000', '191651.992000', '191651.994000', '191651.997000', '191652.001000', '191652.003000', '191652.006000', '191652.009000', '191652.011000', '191652.014000', '191652.017000', '191652.019000', '191652.022000', '191652.024000', '191652.027000', '191652.039000', '191652.041000', '191652.044000', '191652.047000', '191652.049000', '191652.052000', '191652.054000', '191652.057000', '191711.937000', '191711.940000', '191711.943000', '191711.946000', '191711.949000', '191711.952000', '191711.954000', '191711.957000', '191711.959000', '191711.962000', '191711.964000', '191711.967000', '191711.970000', '191711.972000', '191711.975000', '191711.977000', '191711.980000', '191711.983000', '191711.985000', '191711.988000', '191711.990000', '191711.993000', '191711.996000', '191711.998000', '191712.002000', '191712.005000', '191712.007000', '191712.010000', '191712.013000', '191712.015000', '191712.018000', '191712.020000', '191712.023000', '191712.026000', '191712.028000', '191712.031000', '191712.033000', '191712.036000', '191712.039000', '191712.041000', '191712.044000', '191712.047000', '191712.049000', '191712.052000', '191731.937000', '191731.940000', '191731.943000', '191731.945000', '191731.949000', '191731.952000', '191731.954000', '191731.957000', '191731.960000', '191731.962000', '191731.965000', '191731.967000', '191731.970000', '191731.973000', '191731.975000', '191731.978000', '191731.981000', '191731.983000', '191731.986000', '191731.989000', '191731.991000', '191731.994000', '191731.997000', '191732.000000', '191732.003000', '191732.005000', '191732.008000', '191732.011000', '191732.014000', '191732.016000', '191732.019000', '191732.021000', '191732.024000', '191732.027000', '191732.029000', '191732.032000', '191732.035000', '191732.037000', '191732.040000', '191732.043000', '191732.045000', '191732.048000', '191732.050000', '191751.938000', '191751.940000', '191751.943000', '191751.946000', '191751.948000', '191751.951000', '191751.954000', '191751.956000', '191751.959000', '191751.962000', '191751.964000', '191751.967000', '191751.969000', '191751.972000', '191751.975000', '191751.977000', '191751.980000', '191751.983000', '191751.985000', '191751.988000', '191751.991000', '191751.993000', '191751.996000', '191751.998000', '191752.002000', '191752.005000', '191752.007000', '191752.010000', '191752.012000', '191752.015000', '191752.017000', '191752.020000', '191752.023000', '191752.025000', '191752.028000', '191752.030000', '191752.033000', '191752.036000', '191752.038000', '191752.041000', '191752.043000', '191752.052000', '191752.055000', '191752.057000', '191811.937000', '191811.940000', '191811.943000', '191811.946000', '191811.948000', '191811.951000', '191811.954000', '191811.956000', '191811.959000', '191811.962000', '191811.964000', '191811.967000', '191811.970000', '191811.972000', '191811.975000', '191811.977000', '191811.980000', '191811.983000', '191811.985000', '191811.988000', '191811.991000', '191811.993000', '191811.996000', '191812.000000', '191812.002000', '191812.005000', '191812.007000', '191812.010000', '191812.013000', '191812.015000', '191812.018000', '191812.021000', '191812.023000', '191812.026000', '191812.028000', '191812.031000', '191812.033000', '191812.036000', '191812.039000', '191812.041000', '191812.044000', '191812.046000', '191812.049000', '191831.937000', '191831.940000', '191831.942000', '191831.945000', '191831.948000', '191831.950000', '191831.953000', '191831.956000', '191831.958000', '191831.961000', '191831.964000', '191831.966000', '191831.969000', '191831.971000', '191831.974000', '191831.977000', '191831.979000', '191831.982000', '191831.986000', '191831.989000', '191831.992000', '191831.994000', '191831.997000', '191832.001000', '191832.003000', '191832.006000', '191832.009000', '191832.011000', '191832.014000', '191832.016000', '191832.019000', '191832.054000', '191832.057000', '191832.062000', '191832.065000', '191832.067000', '191832.070000', '191832.072000', '191832.075000', '191832.078000', '191832.080000', '191832.083000', '191832.085000', '191851.936000', '191851.939000', '191851.942000', '191851.945000', '191851.947000', '191851.950000', '191851.953000', '191851.955000', '191851.958000', '191851.961000', '191851.963000', '191851.966000', '191851.968000', '191851.971000', '191851.974000', '191851.976000', '191851.979000', '191851.981000', '191851.984000', '191851.987000', '191851.989000', '191851.992000', '191851.995000', '191851.997000', '191852.001000', '191852.003000', '191852.006000', '191852.009000', '191852.011000', '191852.014000', '191852.016000', '191852.019000', '191852.022000', '191852.024000', '191852.027000', '191852.030000', '191852.032000', '191852.035000', '191852.037000', '191852.040000', '191852.043000', '191852.045000', '191852.048000', '191852.051000', '191911.937000', '191911.940000', '191911.942000', '191911.945000', '191911.948000', '191911.950000', '191911.953000', '191911.956000', '191911.958000', '191911.961000', '191911.965000', '191911.968000', '191911.972000', '191911.975000', '191911.977000', '191911.980000', '191911.983000', '191911.985000', '191911.988000', '191911.991000', '191911.993000', '191911.996000', '191912.000000', '191912.002000', '191912.005000', '191912.008000', '191912.010000', '191912.013000', '191912.016000', '191912.019000', '191912.021000', '191912.024000', '191912.026000', '191912.029000', '191912.032000', '191912.034000', '191912.037000', '191912.040000', '191912.042000', '191912.045000', '191912.047000', '191912.050000', '191912.053000', '191931.937000', '191931.940000', '191931.943000', '191931.946000', '191931.948000', '191931.951000', '191931.960000', '191931.963000', '191931.965000', '191931.968000', '191931.971000', '191931.973000', '191931.976000', '191931.978000', '191931.981000', '191931.984000', '191931.986000', '191931.989000', '191931.992000', '191931.994000', '191931.997000', '191932.000000', '191932.003000', '191932.006000', '191932.008000', '191932.011000', '191932.013000', '191932.016000', '191932.019000', '191932.021000', '191932.024000', '191932.027000', '191932.029000', '191932.032000', '191932.035000', '191932.037000', '191932.040000', '191932.042000', '191932.045000', '191932.048000', '191932.050000', '191932.053000', '191932.055000', '191932.058000', '191951.938000', '191951.941000', '191951.943000', '191951.946000', '191951.949000', '191951.951000', '191951.954000', '191951.956000', '191951.959000', '191951.962000', '191951.964000', '191951.967000', '191951.971000', '191951.973000', '191951.978000', '191951.980000', '191951.983000', '191951.986000', '191951.988000', '191951.991000', '191951.994000', '191951.996000', '191952.000000', '191952.003000', '191952.005000', '191952.008000', '191952.010000', '191952.013000', '191952.016000', '191952.018000', '191952.021000', '191952.025000', '191952.028000', '191952.030000', '191952.033000', '191952.036000', '191952.038000', '191952.041000', '191952.044000', '191952.047000', '191952.049000', '191952.052000', '191952.054000', '192011.937000', '192011.941000', '192011.943000', '192011.946000', '192011.948000', '192011.951000', '192011.954000', '192011.956000', '192011.959000', '192011.962000', '192011.964000', '192011.967000', '192011.969000', '192011.981000', '192011.984000', '192011.987000', '192011.989000', '192011.992000', '192011.995000', '192011.997000', '192012.001000', '192012.004000', '192012.006000', '192012.009000', '192012.011000', '192012.014000', '192012.017000', '192012.019000', '192012.022000', '192012.025000', '192012.027000', '192012.030000', '192012.032000', '192012.035000', '192012.038000', '192012.041000', '192012.043000', '192012.046000', '192012.049000', '192012.051000', '192012.054000', '192012.056000', '192012.059000', '192012.062000', '192031.938000', '192031.940000', '192031.943000', '192031.946000', '192031.948000', '192031.951000', '192031.954000', '192031.956000', '192031.959000', '192031.961000', '192031.964000', '192031.967000', '192031.969000', '192031.972000', '192031.975000', '192031.977000', '192031.980000', '192031.983000', '192031.986000', '192031.989000', '192031.992000', '192031.995000', '192031.997000', '192032.001000', '192032.003000', '192032.006000', '192032.009000', '192032.012000', '192032.014000', '192032.017000', '192032.019000', '192032.022000', '192032.025000', '192032.027000', '192032.030000', '192032.032000', '192032.035000', '192032.038000', '192032.040000', '192032.043000', '192032.045000', '192032.048000', '192032.051000', '192051.936000', '192051.939000', '192051.942000', '192051.944000', '192051.947000', '192051.950000', '192051.953000', '192051.955000', '192051.958000', '192051.960000', '192051.963000', '192051.966000', '192051.968000', '192051.971000', '192051.974000', '192051.976000', '192051.979000', '192051.982000', '192051.984000', '192051.987000', '192051.989000', '192051.992000', '192051.994000', '192051.997000', '192052.001000', '192052.004000', '192052.006000', '192052.009000', '192052.011000', '192052.014000', '192052.017000', '192052.019000', '192052.022000', '192052.024000', '192052.027000', '192052.029000', '192052.032000', '192052.035000', '192052.037000', '192052.040000', '192052.043000', '192052.045000', '192052.048000', '192052.050000', '192111.936000', '192111.939000', '192111.942000', '192111.945000', '192111.947000', '192111.950000', '192111.953000', '192111.955000', '192111.958000', '192111.960000', '192111.963000', '192111.966000', '192111.968000', '192111.971000', '192111.974000', '192111.976000', '192111.979000', '192111.982000', '192111.984000', '192111.987000', '192111.989000', '192111.992000', '192111.994000', '192111.997000', '192112.000000', '192112.003000', '192112.005000', '192112.008000', '192112.011000', '192112.013000', '192112.016000', '192112.019000', '192112.021000', '192112.024000', '192112.027000', '192112.029000', '192112.032000', '192112.035000', '192112.037000', '192112.040000', '192112.043000', '192112.045000', '192112.048000', '192131.937000', '192131.939000', '192131.942000', '192131.945000', '192131.948000', '192131.950000', '192131.953000', '192131.956000', '192131.958000', '192131.961000', '192131.964000', '192131.967000', '192131.969000', '192131.972000', '192131.975000', '192131.977000', '192131.980000', '192131.983000', '192131.985000', '192131.988000', '192131.990000', '192131.993000', '192131.996000', '192131.998000', '192132.010000', '192132.012000', '192132.015000', '192132.018000', '192132.020000', '192132.023000', '192132.026000', '192132.028000', '192132.031000', '192132.034000', '192132.036000', '192132.039000', '192132.041000', '192132.044000', '192132.059000', '192132.062000', '192132.064000', '192132.067000', '192132.070000', '192132.072000', '192151.937000', '192151.940000', '192151.943000', '192151.946000', '192151.948000', '192151.951000', '192151.954000', '192151.956000', '192151.959000', '192151.962000', '192151.964000', '192151.967000', '192151.970000', '192151.972000', '192151.975000', '192151.979000', '192151.982000', '192151.984000', '192151.987000', '192151.989000', '192151.992000', '192151.995000', '192151.997000', '192152.001000', '192152.003000', '192152.006000', '192152.009000', '192152.011000', '192152.014000', '192152.017000', '192152.019000', '192152.022000', '192152.024000', '192152.027000', '192152.030000', '192152.033000', '192152.035000', '192152.038000', '192152.041000', '192152.043000', '192152.046000', '192152.049000', '192152.051000', '192211.937000', '192211.940000', '192211.943000', '192211.946000', '192211.948000', '192211.951000', '192211.954000', '192211.956000', '192211.959000', '192211.961000', '192211.964000', '192211.967000', '192211.969000', '192211.972000', '192211.975000', '192211.977000', '192211.980000', '192211.982000', '192211.985000', '192211.988000', '192211.990000', '192211.993000', '192211.995000', '192211.998000', '192212.002000', '192212.004000', '192212.007000', '192212.010000', '192212.012000', '192212.015000', '192212.017000', '192212.020000', '192212.023000', '192212.025000', '192212.028000', '192212.030000', '192212.033000', '192212.036000', '192212.038000', '192212.041000', '192212.043000', '192212.046000', '192212.049000', '192231.937000', '192231.940000', '192231.943000', '192231.945000', '192231.948000', '192231.951000', '192231.953000', '192231.956000', '192231.959000', '192231.961000', '192231.964000', '192231.966000', '192231.969000', '192231.972000', '192231.974000', '192231.977000', '192231.979000', '192231.982000', '192231.985000', '192231.987000', '192231.990000', '192231.993000', '192231.995000', '192231.998000', '192232.001000', '192232.004000', '192232.006000', '192232.009000', '192232.012000', '192232.014000', '192232.017000', '192232.019000', '192232.022000', '192232.024000', '192232.027000', '192232.030000', '192232.032000', '192232.035000', '192232.037000', '192232.040000', '192232.042000', '192232.045000', '192232.048000', '192232.051000', '192251.938000', '192251.940000', '192251.943000', '192251.946000', '192251.948000', '192251.951000', '192251.953000', '192251.956000', '192251.959000', '192251.961000', '192251.964000', '192251.966000', '192251.969000', '192251.972000', '192251.974000', '192251.977000', '192251.979000', '192251.982000', '192251.985000', '192251.987000', '192251.990000', '192251.993000', '192251.995000', '192251.998000', '192252.002000', '192252.004000', '192252.007000', '192252.010000', '192252.012000', '192252.015000', '192252.018000', '192252.020000', '192252.023000', '192252.025000', '192252.028000', '192252.031000', '192252.033000', '192252.036000', '192252.039000', '192252.041000', '192252.044000', '192252.046000', '192252.049000', '192252.051000', '192303.347000', '192303.350000', '192303.352000', '192303.356000', '192303.384000', '192303.387000', '192303.390000', '192303.394000', '192303.397000', '192303.400000', '192303.403000', '192303.405000', '192303.408000', '192303.411000', '192303.413000', '192303.416000', '192303.419000', '192303.422000', '192303.424000', '192303.427000', '192303.430000', '192303.432000', '192303.435000', '192303.438000', '192303.441000'], 'InstanceCreationTime': ['191631.986000', '191631.989000', '191631.991000', '191631.994000', '191631.997000', '191632.003000', '191632.005000', '191632.008000', '191632.010000', '191632.013000', '191632.016000', '191632.018000', '191632.021000', '191632.024000', '191632.026000', '191632.029000', '191632.031000', '191632.034000', '191632.037000', '191632.039000', '191632.042000', '191632.044000', '191632.047000', '191632.050000', '191632.052000', '191632.055000', '191632.058000', '191632.060000', '191632.063000', '191632.066000', '191632.068000', '191632.071000', '191632.074000', '191632.076000', '191632.079000', '191632.082000', '191632.084000', '191632.087000', '191632.089000', '191632.092000', '191632.095000', '191632.097000', '191632.103000', '191632.106000', '191632.108000', '191632.111000', '191632.113000', '191632.116000', '191632.119000', '191632.121000', '191632.124000', '191632.126000', '191632.129000', '191632.133000', '191632.135000', '191632.138000', '191632.140000', '191632.143000', '191632.146000', '191632.148000', '191632.151000', '191632.153000', '191632.156000', '191651.937000', '191651.940000', '191651.942000', '191651.945000', '191651.947000', '191651.950000', '191651.953000', '191651.955000', '191651.958000', '191651.960000', '191651.963000', '191651.966000', '191651.968000', '191651.971000', '191651.973000', '191651.976000', '191651.979000', '191651.981000', '191651.984000', '191651.987000', '191651.989000', '191651.992000', '191651.994000', '191651.997000', '191652.001000', '191652.003000', '191652.006000', '191652.009000', '191652.011000', '191652.014000', '191652.017000', '191652.019000', '191652.022000', '191652.024000', '191652.027000', '191652.039000', '191652.041000', '191652.044000', '191652.047000', '191652.049000', '191652.052000', '191652.054000', '191652.057000', '191711.937000', '191711.940000', '191711.943000', '191711.946000', '191711.949000', '191711.952000', '191711.954000', '191711.957000', '191711.959000', '191711.962000', '191711.964000', '191711.967000', '191711.970000', '191711.972000', '191711.975000', '191711.977000', '191711.980000', '191711.983000', '191711.985000', '191711.988000', '191711.990000', '191711.993000', '191711.996000', '191711.998000', '191712.002000', '191712.005000', '191712.007000', '191712.010000', '191712.013000', '191712.015000', '191712.018000', '191712.020000', '191712.023000', '191712.026000', '191712.028000', '191712.031000', '191712.033000', '191712.036000', '191712.039000', '191712.041000', '191712.044000', '191712.047000', '191712.049000', '191712.052000', '191731.937000', '191731.940000', '191731.943000', '191731.945000', '191731.949000', '191731.952000', '191731.954000', '191731.957000', '191731.960000', '191731.962000', '191731.965000', '191731.967000', '191731.970000', '191731.973000', '191731.975000', '191731.978000', '191731.981000', '191731.983000', '191731.986000', '191731.989000', '191731.991000', '191731.994000', '191731.997000', '191732.000000', '191732.003000', '191732.005000', '191732.008000', '191732.011000', '191732.014000', '191732.016000', '191732.019000', '191732.021000', '191732.024000', '191732.027000', '191732.029000', '191732.032000', '191732.035000', '191732.037000', '191732.040000', '191732.043000', '191732.045000', '191732.048000', '191732.050000', '191751.938000', '191751.940000', '191751.943000', '191751.946000', '191751.948000', '191751.951000', '191751.954000', '191751.956000', '191751.959000', '191751.962000', '191751.964000', '191751.967000', '191751.969000', '191751.972000', '191751.975000', '191751.977000', '191751.980000', '191751.983000', '191751.985000', '191751.988000', '191751.991000', '191751.993000', '191751.996000', '191751.998000', '191752.002000', '191752.005000', '191752.007000', '191752.010000', '191752.012000', '191752.015000', '191752.017000', '191752.020000', '191752.023000', '191752.025000', '191752.028000', '191752.030000', '191752.033000', '191752.036000', '191752.038000', '191752.041000', '191752.043000', '191752.052000', '191752.055000', '191752.057000', '191811.937000', '191811.940000', '191811.943000', '191811.946000', '191811.948000', '191811.951000', '191811.954000', '191811.956000', '191811.959000', '191811.962000', '191811.964000', '191811.967000', '191811.970000', '191811.972000', '191811.975000', '191811.977000', '191811.980000', '191811.983000', '191811.985000', '191811.988000', '191811.991000', '191811.993000', '191811.996000', '191812.000000', '191812.002000', '191812.005000', '191812.007000', '191812.010000', '191812.013000', '191812.015000', '191812.018000', '191812.021000', '191812.023000', '191812.026000', '191812.028000', '191812.031000', '191812.033000', '191812.036000', '191812.039000', '191812.041000', '191812.044000', '191812.046000', '191812.049000', '191831.937000', '191831.940000', '191831.942000', '191831.945000', '191831.948000', '191831.950000', '191831.953000', '191831.956000', '191831.958000', '191831.961000', '191831.964000', '191831.966000', '191831.969000', '191831.971000', '191831.974000', '191831.977000', '191831.979000', '191831.982000', '191831.986000', '191831.989000', '191831.992000', '191831.994000', '191831.997000', '191832.001000', '191832.003000', '191832.006000', '191832.009000', '191832.011000', '191832.014000', '191832.016000', '191832.019000', '191832.054000', '191832.057000', '191832.062000', '191832.065000', '191832.067000', '191832.070000', '191832.072000', '191832.075000', '191832.078000', '191832.080000', '191832.083000', '191832.085000', '191851.936000', '191851.939000', '191851.942000', '191851.945000', '191851.947000', '191851.950000', '191851.953000', '191851.955000', '191851.958000', '191851.961000', '191851.963000', '191851.966000', '191851.968000', '191851.971000', '191851.974000', '191851.976000', '191851.979000', '191851.981000', '191851.984000', '191851.987000', '191851.989000', '191851.992000', '191851.995000', '191851.997000', '191852.001000', '191852.003000', '191852.006000', '191852.009000', '191852.011000', '191852.014000', '191852.016000', '191852.019000', '191852.022000', '191852.024000', '191852.027000', '191852.030000', '191852.032000', '191852.035000', '191852.037000', '191852.040000', '191852.043000', '191852.045000', '191852.048000', '191852.051000', '191911.937000', '191911.940000', '191911.942000', '191911.945000', '191911.948000', '191911.950000', '191911.953000', '191911.956000', '191911.958000', '191911.961000', '191911.965000', '191911.968000', '191911.972000', '191911.975000', '191911.977000', '191911.980000', '191911.983000', '191911.985000', '191911.988000', '191911.991000', '191911.993000', '191911.996000', '191912.000000', '191912.002000', '191912.005000', '191912.008000', '191912.010000', '191912.013000', '191912.016000', '191912.019000', '191912.021000', '191912.024000', '191912.026000', '191912.029000', '191912.032000', '191912.034000', '191912.037000', '191912.040000', '191912.042000', '191912.045000', '191912.047000', '191912.050000', '191912.053000', '191931.937000', '191931.940000', '191931.943000', '191931.946000', '191931.948000', '191931.951000', '191931.960000', '191931.963000', '191931.965000', '191931.968000', '191931.971000', '191931.973000', '191931.976000', '191931.978000', '191931.981000', '191931.984000', '191931.986000', '191931.989000', '191931.992000', '191931.994000', '191931.997000', '191932.000000', '191932.003000', '191932.006000', '191932.008000', '191932.011000', '191932.013000', '191932.016000', '191932.019000', '191932.021000', '191932.024000', '191932.027000', '191932.029000', '191932.032000', '191932.035000', '191932.037000', '191932.040000', '191932.042000', '191932.045000', '191932.048000', '191932.050000', '191932.053000', '191932.055000', '191932.058000', '191951.938000', '191951.941000', '191951.943000', '191951.946000', '191951.949000', '191951.951000', '191951.954000', '191951.956000', '191951.959000', '191951.962000', '191951.964000', '191951.967000', '191951.971000', '191951.973000', '191951.978000', '191951.980000', '191951.983000', '191951.986000', '191951.988000', '191951.991000', '191951.994000', '191951.996000', '191952.000000', '191952.003000', '191952.005000', '191952.008000', '191952.010000', '191952.013000', '191952.016000', '191952.018000', '191952.021000', '191952.025000', '191952.028000', '191952.030000', '191952.033000', '191952.036000', '191952.038000', '191952.041000', '191952.044000', '191952.047000', '191952.049000', '191952.052000', '191952.054000', '192011.937000', '192011.941000', '192011.943000', '192011.946000', '192011.948000', '192011.951000', '192011.954000', '192011.956000', '192011.959000', '192011.962000', '192011.964000', '192011.967000', '192011.969000', '192011.981000', '192011.984000', '192011.987000', '192011.989000', '192011.992000', '192011.995000', '192011.997000', '192012.001000', '192012.004000', '192012.006000', '192012.009000', '192012.011000', '192012.014000', '192012.017000', '192012.019000', '192012.022000', '192012.025000', '192012.027000', '192012.030000', '192012.032000', '192012.035000', '192012.038000', '192012.041000', '192012.043000', '192012.046000', '192012.049000', '192012.051000', '192012.054000', '192012.056000', '192012.059000', '192012.062000', '192031.938000', '192031.940000', '192031.943000', '192031.946000', '192031.948000', '192031.951000', '192031.954000', '192031.956000', '192031.959000', '192031.961000', '192031.964000', '192031.967000', '192031.969000', '192031.972000', '192031.975000', '192031.977000', '192031.980000', '192031.983000', '192031.986000', '192031.989000', '192031.992000', '192031.995000', '192031.997000', '192032.001000', '192032.003000', '192032.006000', '192032.009000', '192032.012000', '192032.014000', '192032.017000', '192032.019000', '192032.022000', '192032.025000', '192032.027000', '192032.030000', '192032.032000', '192032.035000', '192032.038000', '192032.040000', '192032.043000', '192032.045000', '192032.048000', '192032.051000', '192051.936000', '192051.939000', '192051.942000', '192051.944000', '192051.947000', '192051.950000', '192051.953000', '192051.955000', '192051.958000', '192051.960000', '192051.963000', '192051.966000', '192051.968000', '192051.971000', '192051.974000', '192051.976000', '192051.979000', '192051.982000', '192051.984000', '192051.987000', '192051.989000', '192051.992000', '192051.994000', '192051.997000', '192052.001000', '192052.004000', '192052.006000', '192052.009000', '192052.011000', '192052.014000', '192052.017000', '192052.019000', '192052.022000', '192052.024000', '192052.027000', '192052.029000', '192052.032000', '192052.035000', '192052.037000', '192052.040000', '192052.043000', '192052.045000', '192052.048000', '192052.050000', '192111.936000', '192111.939000', '192111.942000', '192111.945000', '192111.947000', '192111.950000', '192111.953000', '192111.955000', '192111.958000', '192111.960000', '192111.963000', '192111.966000', '192111.968000', '192111.971000', '192111.974000', '192111.976000', '192111.979000', '192111.982000', '192111.984000', '192111.987000', '192111.989000', '192111.992000', '192111.994000', '192111.997000', '192112.000000', '192112.003000', '192112.005000', '192112.008000', '192112.011000', '192112.013000', '192112.016000', '192112.019000', '192112.021000', '192112.024000', '192112.027000', '192112.029000', '192112.032000', '192112.035000', '192112.037000', '192112.040000', '192112.043000', '192112.045000', '192112.048000', '192131.937000', '192131.939000', '192131.942000', '192131.945000', '192131.948000', '192131.950000', '192131.953000', '192131.956000', '192131.958000', '192131.961000', '192131.964000', '192131.967000', '192131.969000', '192131.972000', '192131.975000', '192131.977000', '192131.980000', '192131.983000', '192131.985000', '192131.988000', '192131.990000', '192131.993000', '192131.996000', '192131.998000', '192132.010000', '192132.012000', '192132.015000', '192132.018000', '192132.020000', '192132.023000', '192132.026000', '192132.028000', '192132.031000', '192132.034000', '192132.036000', '192132.039000', '192132.041000', '192132.044000', '192132.059000', '192132.062000', '192132.064000', '192132.067000', '192132.070000', '192132.072000', '192151.937000', '192151.940000', '192151.943000', '192151.946000', '192151.948000', '192151.951000', '192151.954000', '192151.956000', '192151.959000', '192151.962000', '192151.964000', '192151.967000', '192151.970000', '192151.972000', '192151.975000', '192151.979000', '192151.982000', '192151.984000', '192151.987000', '192151.989000', '192151.992000', '192151.995000', '192151.997000', '192152.001000', '192152.003000', '192152.006000', '192152.009000', '192152.011000', '192152.014000', '192152.017000', '192152.019000', '192152.022000', '192152.024000', '192152.027000', '192152.030000', '192152.033000', '192152.035000', '192152.038000', '192152.041000', '192152.043000', '192152.046000', '192152.049000', '192152.051000', '192211.937000', '192211.940000', '192211.943000', '192211.946000', '192211.948000', '192211.951000', '192211.954000', '192211.956000', '192211.959000', '192211.961000', '192211.964000', '192211.967000', '192211.969000', '192211.972000', '192211.975000', '192211.977000', '192211.980000', '192211.982000', '192211.985000', '192211.988000', '192211.990000', '192211.993000', '192211.995000', '192211.998000', '192212.002000', '192212.004000', '192212.007000', '192212.010000', '192212.012000', '192212.015000', '192212.017000', '192212.020000', '192212.023000', '192212.025000', '192212.028000', '192212.030000', '192212.033000', '192212.036000', '192212.038000', '192212.041000', '192212.043000', '192212.046000', '192212.049000', '192231.937000', '192231.940000', '192231.943000', '192231.945000', '192231.948000', '192231.951000', '192231.953000', '192231.956000', '192231.959000', '192231.961000', '192231.964000', '192231.966000', '192231.969000', '192231.972000', '192231.974000', '192231.977000', '192231.979000', '192231.982000', '192231.985000', '192231.987000', '192231.990000', '192231.993000', '192231.995000', '192231.998000', '192232.001000', '192232.004000', '192232.006000', '192232.009000', '192232.012000', '192232.014000', '192232.017000', '192232.019000', '192232.022000', '192232.024000', '192232.027000', '192232.030000', '192232.032000', '192232.035000', '192232.037000', '192232.040000', '192232.042000', '192232.045000', '192232.048000', '192232.051000', '192251.938000', '192251.940000', '192251.943000', '192251.946000', '192251.948000', '192251.951000', '192251.953000', '192251.956000', '192251.959000', '192251.961000', '192251.964000', '192251.966000', '192251.969000', '192251.972000', '192251.974000', '192251.977000', '192251.979000', '192251.982000', '192251.985000', '192251.987000', '192251.990000', '192251.993000', '192251.995000', '192251.998000', '192252.002000', '192252.004000', '192252.007000', '192252.010000', '192252.012000', '192252.015000', '192252.018000', '192252.020000', '192252.023000', '192252.025000', '192252.028000', '192252.031000', '192252.033000', '192252.036000', '192252.039000', '192252.041000', '192252.044000', '192252.046000', '192252.049000', '192252.051000', '192303.347000', '192303.350000', '192303.352000', '192303.356000', '192303.384000', '192303.387000', '192303.390000', '192303.394000', '192303.397000', '192303.400000', '192303.403000', '192303.405000', '192303.408000', '192303.411000', '192303.413000', '192303.416000', '192303.419000', '192303.422000', '192303.424000', '192303.427000', '192303.430000', '192303.432000', '192303.435000', '192303.438000', '192303.441000'], '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': [9032, 12855, 8821, 12442, 8579, 8811, 8483, 13098, 10294, 15678, 8965, 12644, 8520, 10835, 8499, 10285, 8962, 8072, 8290, 8345, 10104, 8076, 9617, 8382, 8155, 8303, 8175, 8146, 7859, 8351, 8535, 11223, 8455, 11765, 8765, 12060, 8503, 9418, 8157, 8154, 8282, 10815, 8560, 8048, 12785, 8537, 13277, 8840, 12074, 8645, 8128, 8215, 7907, 8240, 8326, 8324, 8078, 10356, 8327, 9509, 8313, 10648, 8322, 8185, 8093, 8112, 8727, 8196, 8320, 8214, 8943, 8495, 11818, 8470, 11718, 8634, 8181, 8695, 8261, 8380, 8902, 8468, 7871, 8397, 8153, 11872, 8503, 12646, 8380, 8664, 8215, 8100, 8180, 9287, 8696, 8035, 8197, 8365, 12531, 8138, 12522, 8585, 9278, 8473, 8161, 8227, 8198, 8633, 8378, 8110, 8328, 12073, 8347, 12482, 8416, 8650, 8657, 8151, 8286, 9896, 8570, 8196, 8648, 8310, 14839, 8433, 13399, 8258, 9245, 8229, 8311, 8035, 10356, 8373, 7855, 8696, 8197, 8313, 8348, 11916, 8521, 11566, 8333, 8780, 8544, 9441, 8673, 8929, 8678, 8173, 8345, 8544, 13872, 9415, 13538, 8592, 9723, 8590, 8497, 8399, 9454, 8659, 8133, 8219, 8401, 11729, 8573, 12786, 8248, 9916, 8241, 8539, 8397, 10131, 8801, 8146, 8847, 8256, 8300, 8221, 10435, 8548, 11531, 8329, 10711, 8266, 9943, 8520, 8225, 8509, 8184, 8638, 7949, 8599, 8330, 12518, 8578, 10863, 8724, 11345, 8490, 8541, 8303, 8494, 8377, 8671, 8723, 8189, 8376, 8480, 13088, 8414, 12864, 8283, 9341, 8289, 8315, 8483, 8926, 8540, 8327, 8684, 8210, 8188, 8342, 9858, 8354, 12368, 8379, 11161, 8423, 12979, 9622, 11836, 8551, 8334, 8198, 8305, 8167, 9844, 8598, 7963, 8239, 8258, 12708, 8385, 13010, 8516, 9311, 8426, 8354, 8408, 9567, 8561, 8447, 8630, 8534, 9824, 8439, 13400, 8460, 11213, 8391, 8959, 8291, 9947, 8710, 8255, 8472, 8439, 8338, 8066, 8389, 7894, 8334, 8272, 13375, 8669, 13462, 8378, 10687, 8411, 9363, 8289, 9680, 8486, 8163, 8442, 8659, 8317, 8751, 11178, 8139, 11679, 8557, 9763, 8323, 11025, 8444, 8264, 8642, 8135, 10802, 8264, 11238, 8623, 10804, 8202, 9448, 8483, 10499, 8528, 8197, 8934, 8368, 8353, 10432, 8930, 8058, 8586, 8366, 9460, 8690, 11255, 8232, 10207, 8448, 8942, 8315, 10573, 8716, 8041, 8673, 8465, 8519, 8860, 8796, 8300, 9980, 8632, 12388, 8340, 12063, 8713, 9093, 8864, 8152, 8462, 8164, 8599, 9263, 8689, 8264, 8194, 8548, 11577, 8506, 13055, 8527, 9764, 8577, 8176, 8513, 9959, 8560, 7926, 8493, 8295, 8652, 8345, 13323, 8262, 10135, 8513, 9326, 8575, 11083, 8371, 10603, 8631, 8599, 8581, 9946, 8616, 10766, 8743, 8448, 8537, 8567, 8672, 8889, 8961, 8293, 8204, 8507, 13427, 8322, 12383, 8536, 9609, 8358, 9751, 8521, 11218, 8900, 8136, 8419, 8330, 8424, 10204, 8807, 8208, 8587, 8436, 12026, 8368, 13061, 8522, 10746, 8409, 8650, 8296, 10795, 8540, 8291, 8740, 8202, 8375, 8299, 8334, 11425, 9268, 8360, 8971, 8663, 8861, 8938, 8764, 13403, 10112, 9302, 9476, 9175, 9537, 8561, 11796, 9300, 13310, 9834, 11073, 8652, 13306, 8474, 14717, 8631, 11247, 8655, 8622, 8717, 9450, 8732, 9331, 8968, 8253, 8787, 8227, 8569, 12674, 9031, 8118, 9118, 8412, 8736, 13744, 8935, 10562, 9020, 8949, 9036, 9956, 8900, 13630, 9084, 7965, 9138, 8266, 9239, 9867, 9003, 8001, 8920, 8447, 8876, 8267, 9085, 8379, 8965, 8899, 8720, 14070, 8784, 8885, 8507, 9449, 8154, 10111, 13716, 9803, 8336, 9294, 8333, 8403, 8583, 9111, 8643, 8939, 8619, 8954, 8738, 10353, 8546, 8874, 8759, 8360, 8842, 8598, 8426, 8926, 9014, 8350, 8762, 8470, 13952, 9197, 13659, 8566, 9894, 8665, 8297, 8559, 11008, 8611, 8546, 8889, 8334, 8800, 8369, 8494, 8283, 10031, 8652, 11302, 8473, 10612, 8710, 10147, 8517, 8205, 8646, 8238, 8313, 7994, 9022, 8368, 9443, 8562, 10349, 8336, 9885, 8704, 8450, 8713, 7990, 8487, 8129, 8773, 8239, 8359, 8449, 13447, 8786, 12415, 8414, 10526, 8586, 9538, 8725, 10020, 8667, 8410, 9029, 8431, 8430, 9090, 11395, 8393, 11102, 8313, 11291, 8598, 12327, 8587, 9644, 8551, 8546, 8661, 10608, 9245, 7994, 8787, 8346, 8703, 8199, 10152, 8383, 9793, 8571, 10542, 8539, 13146, 8876, 8993, 8938, 8268, 8580, 10049, 8599, 8214, 12757, 8378, 13248, 8581, 12323, 8672, 8458, 8831, 8330, 8846, 8102, 9161, 8107, 10061, 8394, 12058, 8362, 11211, 8714, 8424, 8672, 8246, 8455, 9378, 9049, 8194, 8660, 8532, 12190, 8452, 12814, 8613, 8300, 8639, 8347, 8411, 8515, 8896, 8517, 8551, 8203, 9212, 8510, 12786, 8542, 11563, 8512, 9420, 8474, 11425, 8819, 10689, 8909, 8530, 8792, 9444, 8830, 8427, 8930, 8673, 9188, 8701, 13884, 8564, 8907, 8656, 8314, 8874, 8335, 9808, 9141, 12332, 8654, 9595, 8879, 8399, 8573, 8343, 8950, 8109, 8557, 8406, 10932, 8363, 11378, 8852, 8536, 8809, 8377, 8521, 8317, 8555, 8308, 8575, 8403, 11832, 8487, 13275, 8573, 9070, 8933, 8557, 8745, 9541, 9101, 8118, 9025, 8428, 13487, 8415, 12160, 8786, 8100, 8741, 8365, 8512, 8385, 11149, 8363, 10029, 8585, 8987, 8530, 9753, 8868, 11085, 9048, 8205, 8639, 8205, 8711, 10659, 9010, 8244, 8938, 8360, 14803, 10893, 15500, 10646, 11366, 8941, 8141, 8609, 8834, 8921, 9272, 9047, 8582, 8664, 8565, 8615, 8368, 8940, 8522, 8788, 8480, 13187, 8294, 13695, 8918, 9852, 8956, 8261, 8816, 8245, 8944, 8148, 8719, 8485, 8389, 12613, 9113, 8205, 8823, 8289, 8357, 12448, 9047, 8228, 9105, 8442, 8913, 8286, 12653, 8554, 8797, 8660, 8826, 8609, 9906, 8564, 10922, 9150, 9244, 8634, 9730, 8774, 10112, 8699, 8391, 9009, 8379, 11921, 9028, 13422, 8561, 12196, 8406, 10456, 8426, 12566, 8960, 9391, 8671, 8411, 8838, 8281, 8905, 9435, 9008, 8557, 9068, 8293, 8880, 8806, 8944, 8237, 9832, 8397, 12108, 8656, 13021, 8646, 9071, 8654, 8293, 8326, 9027, 8982, 8363, 8678, 8471, 9851, 8354, 9702, 8828, 8495, 8752, 8513, 8467, 8082, 8698, 8384, 8420, 8501, 10920, 8391, 11022, 8588, 8294, 8560, 8363, 8365, 8179, 10935, 8465, 11132, 8435, 10069, 8808, 11561, 8836, 8138, 8588, 8430, 8614, 8687, 10833, 8705, 9769, 8454, 9314, 8600, 10412, 8917], 'WindowCenter': [3942.0, 3958.0, 3913.0, 3929.0, 3886.0, 3883.0, 3884.0, 3925.0, 3905.0, 3936.0, 3882.0, 3911.0, 3869.0, 3889.0, 3868.0, 3890.0, 3867.0, 3857.0, 3857.0, 3858.0, 3889.0, 3859.0, 3878.0, 3858.0, 3856.0, 3868.0, 3868.0, 3858.0, 3858.0, 3868.0, 3868.0, 3898.0, 3868.0, 3899.0, 3870.0, 3899.0, 3868.0, 3866.0, 3857.0, 3857.0, 3857.0, 3889.0, 3867.0, 3856.0, 3897.0, 3866.0, 3908.0, 3868.0, 3897.0, 3856.0, 3844.0, 3855.0, 3856.0, 3856.0, 3856.0, 3855.0, 3855.0, 3876.0, 3856.0, 3876.0, 3856.0, 3876.0, 3856.0, 3855.0, 3855.0, 3857.0, 3866.0, 3857.0, 3856.0, 3856.0, 3867.0, 3869.0, 3899.0, 3869.0, 3899.0, 3868.0, 3856.0, 3868.0, 3869.0, 3868.0, 3879.0, 3868.0, 3857.0, 3867.0, 3857.0, 3898.0, 3868.0, 3908.0, 3857.0, 3866.0, 3856.0, 3856.0, 3856.0, 3867.0, 3866.0, 3856.0, 3855.0, 3856.0, 3897.0, 3857.0, 3897.0, 3867.0, 3865.0, 3856.0, 3855.0, 3856.0, 3858.0, 3867.0, 3856.0, 3856.0, 3857.0, 3898.0, 3857.0, 3898.0, 3856.0, 3855.0, 3868.0, 3856.0, 3857.0, 3878.0, 3866.0, 3856.0, 3867.0, 3856.0, 3919.0, 3857.0, 3908.0, 3857.0, 3866.0, 3858.0, 3856.0, 3857.0, 3888.0, 3857.0, 3856.0, 3868.0, 3857.0, 3856.0, 3856.0, 3898.0, 3867.0, 3898.0, 3857.0, 3866.0, 3867.0, 3877.0, 3867.0, 3867.0, 3867.0, 3856.0, 3856.0, 3867.0, 3908.0, 3878.0, 3908.0, 3866.0, 3876.0, 3866.0, 3855.0, 3856.0, 3877.0, 3866.0, 3856.0, 3855.0, 3856.0, 3897.0, 3867.0, 3897.0, 3856.0, 3875.0, 3856.0, 3855.0, 3856.0, 3876.0, 3867.0, 3855.0, 3866.0, 3856.0, 3856.0, 3857.0, 3887.0, 3856.0, 3897.0, 3856.0, 3886.0, 3857.0, 3876.0, 3867.0, 3855.0, 3867.0, 3856.0, 3866.0, 3858.0, 3866.0, 3855.0, 3897.0, 3856.0, 3886.0, 3867.0, 3886.0, 3856.0, 3854.0, 3856.0, 3866.0, 3856.0, 3867.0, 3866.0, 3856.0, 3856.0, 3867.0, 3908.0, 3857.0, 3908.0, 3856.0, 3866.0, 3856.0, 3855.0, 3867.0, 3867.0, 3867.0, 3856.0, 3867.0, 3857.0, 3857.0, 3868.0, 3878.0, 3868.0, 3909.0, 3867.0, 3898.0, 3857.0, 3908.0, 3879.0, 3898.0, 3867.0, 3855.0, 3857.0, 3856.0, 3857.0, 3877.0, 3867.0, 3856.0, 3856.0, 3856.0, 3908.0, 3857.0, 3909.0, 3867.0, 3877.0, 3857.0, 3856.0, 3857.0, 3878.0, 3867.0, 3856.0, 3867.0, 3868.0, 3878.0, 3859.0, 3908.0, 3857.0, 3887.0, 3857.0, 3866.0, 3857.0, 3877.0, 3867.0, 3856.0, 3857.0, 3857.0, 3867.0, 3858.0, 3857.0, 3857.0, 3856.0, 3856.0, 3908.0, 3868.0, 3908.0, 3857.0, 3887.0, 3857.0, 3877.0, 3858.0, 3877.0, 3867.0, 3856.0, 3857.0, 3867.0, 3868.0, 3868.0, 3899.0, 3857.0, 3898.0, 3867.0, 3877.0, 3857.0, 3888.0, 3857.0, 3856.0, 3867.0, 3857.0, 3888.0, 3857.0, 3887.0, 3867.0, 3887.0, 3856.0, 3877.0, 3867.0, 3887.0, 3867.0, 3856.0, 3867.0, 3857.0, 3857.0, 3889.0, 3867.0, 3857.0, 3868.0, 3857.0, 3878.0, 3867.0, 3887.0, 3856.0, 3887.0, 3857.0, 3866.0, 3857.0, 3887.0, 3867.0, 3856.0, 3867.0, 3857.0, 3867.0, 3868.0, 3867.0, 3857.0, 3877.0, 3867.0, 3898.0, 3857.0, 3897.0, 3867.0, 3866.0, 3867.0, 3855.0, 3856.0, 3857.0, 3867.0, 3878.0, 3867.0, 3856.0, 3857.0, 3867.0, 3897.0, 3868.0, 3909.0, 3867.0, 3876.0, 3867.0, 3856.0, 3867.0, 3878.0, 3866.0, 3856.0, 3867.0, 3856.0, 3856.0, 3856.0, 3908.0, 3857.0, 3887.0, 3867.0, 3877.0, 3868.0, 3887.0, 3858.0, 3888.0, 3868.0, 3867.0, 3868.0, 3878.0, 3869.0, 3888.0, 3868.0, 3856.0, 3868.0, 3867.0, 3867.0, 3867.0, 3867.0, 3857.0, 3856.0, 3867.0, 3908.0, 3857.0, 3898.0, 3856.0, 3876.0, 3857.0, 3877.0, 3867.0, 3887.0, 3867.0, 3855.0, 3857.0, 3856.0, 3856.0, 3878.0, 3866.0, 3856.0, 3856.0, 3856.0, 3898.0, 3856.0, 3908.0, 3856.0, 3886.0, 3856.0, 3866.0, 3856.0, 3887.0, 3867.0, 3856.0, 3867.0, 3856.0, 3857.0, 3857.0, 3868.0, 3900.0, 3878.0, 3868.0, 3868.0, 3868.0, 3880.0, 3879.0, 3881.0, 3934.0, 3903.0, 3892.0, 3892.0, 3881.0, 3890.0, 3881.0, 3913.0, 3893.0, 3924.0, 3892.0, 3901.0, 3870.0, 3921.0, 3870.0, 3921.0, 3869.0, 3888.0, 3867.0, 3866.0, 3869.0, 3878.0, 3868.0, 3878.0, 3868.0, 3858.0, 3868.0, 3858.0, 3868.0, 3910.0, 3867.0, 3856.0, 3867.0, 3856.0, 3868.0, 3910.0, 3868.0, 3888.0, 3868.0, 3866.0, 3868.0, 3877.0, 3868.0, 3910.0, 3867.0, 3856.0, 3865.0, 3855.0, 3878.0, 3878.0, 3866.0, 3856.0, 3865.0, 3855.0, 3865.0, 3855.0, 3867.0, 3856.0, 3867.0, 3868.0, 3869.0, 3920.0, 3868.0, 3868.0, 3867.0, 3877.0, 3857.0, 3889.0, 3922.0, 3879.0, 3857.0, 3867.0, 3856.0, 3855.0, 3866.0, 3866.0, 3856.0, 3866.0, 3867.0, 3867.0, 3868.0, 3888.0, 3868.0, 3867.0, 3868.0, 3856.0, 3879.0, 3868.0, 3858.0, 3868.0, 3868.0, 3857.0, 3867.0, 3868.0, 3920.0, 3879.0, 3909.0, 3867.0, 3877.0, 3867.0, 3856.0, 3867.0, 3888.0, 3867.0, 3866.0, 3866.0, 3856.0, 3867.0, 3856.0, 3866.0, 3857.0, 3877.0, 3866.0, 3887.0, 3857.0, 3887.0, 3867.0, 3876.0, 3856.0, 3855.0, 3866.0, 3856.0, 3856.0, 3856.0, 3866.0, 3856.0, 3877.0, 3867.0, 3876.0, 3857.0, 3876.0, 3867.0, 3855.0, 3867.0, 3857.0, 3867.0, 3857.0, 3867.0, 3867.0, 3856.0, 3868.0, 3909.0, 3868.0, 3909.0, 3857.0, 3887.0, 3868.0, 3877.0, 3868.0, 3878.0, 3867.0, 3856.0, 3867.0, 3868.0, 3868.0, 3879.0, 3899.0, 3867.0, 3898.0, 3867.0, 3899.0, 3868.0, 3909.0, 3868.0, 3877.0, 3868.0, 3867.0, 3868.0, 3889.0, 3878.0, 3857.0, 3868.0, 3868.0, 3867.0, 3869.0, 3888.0, 3868.0, 3878.0, 3868.0, 3888.0, 3868.0, 3909.0, 3868.0, 3867.0, 3867.0, 3857.0, 3867.0, 3877.0, 3867.0, 3856.0, 3908.0, 3867.0, 3908.0, 3867.0, 3897.0, 3866.0, 3854.0, 3866.0, 3855.0, 3866.0, 3856.0, 3866.0, 3856.0, 3877.0, 3867.0, 3897.0, 3856.0, 3897.0, 3866.0, 3855.0, 3866.0, 3856.0, 3856.0, 3877.0, 3866.0, 3856.0, 3865.0, 3866.0, 3897.0, 3856.0, 3897.0, 3855.0, 3854.0, 3865.0, 3855.0, 3855.0, 3868.0, 3866.0, 3866.0, 3866.0, 3856.0, 3877.0, 3867.0, 3908.0, 3867.0, 3897.0, 3867.0, 3876.0, 3857.0, 3897.0, 3879.0, 3887.0, 3867.0, 3867.0, 3868.0, 3878.0, 3878.0, 3867.0, 3867.0, 3868.0, 3878.0, 3867.0, 3920.0, 3867.0, 3866.0, 3867.0, 3856.0, 3867.0, 3868.0, 3889.0, 3878.0, 3908.0, 3867.0, 3876.0, 3867.0, 3855.0, 3866.0, 3856.0, 3866.0, 3856.0, 3867.0, 3868.0, 3887.0, 3867.0, 3897.0, 3867.0, 3866.0, 3867.0, 3867.0, 3867.0, 3868.0, 3867.0, 3867.0, 3867.0, 3869.0, 3898.0, 3868.0, 3909.0, 3867.0, 3867.0, 3878.0, 3867.0, 3868.0, 3879.0, 3867.0, 3858.0, 3867.0, 3868.0, 3909.0, 3868.0, 3909.0, 3867.0, 3856.0, 3867.0, 3869.0, 3867.0, 3857.0, 3898.0, 3857.0, 3877.0, 3867.0, 3867.0, 3868.0, 3877.0, 3879.0, 3899.0, 3868.0, 3867.0, 3870.0, 3868.0, 3869.0, 3891.0, 3868.0, 3868.0, 3868.0, 3868.0, 3920.0, 3889.0, 3920.0, 3888.0, 3887.0, 3866.0, 3855.0, 3867.0, 3866.0, 3867.0, 3866.0, 3867.0, 3867.0, 3868.0, 3868.0, 3867.0, 3867.0, 3867.0, 3867.0, 3867.0, 3869.0, 3923.0, 3869.0, 3909.0, 3867.0, 3876.0, 3865.0, 3855.0, 3866.0, 3856.0, 3866.0, 3856.0, 3868.0, 3868.0, 3868.0, 3911.0, 3867.0, 3856.0, 3868.0, 3856.0, 3857.0, 3910.0, 3867.0, 3856.0, 3867.0, 3856.0, 3867.0, 3856.0, 3898.0, 3856.0, 3854.0, 3856.0, 3866.0, 3867.0, 3878.0, 3868.0, 3887.0, 3878.0, 3877.0, 3869.0, 3878.0, 3868.0, 3889.0, 3867.0, 3857.0, 3868.0, 3868.0, 3899.0, 3868.0, 3909.0, 3867.0, 3898.0, 3857.0, 3888.0, 3857.0, 3898.0, 3868.0, 3866.0, 3867.0, 3856.0, 3879.0, 3868.0, 3868.0, 3878.0, 3868.0, 3867.0, 3878.0, 3868.0, 3868.0, 3869.0, 3867.0, 3857.0, 3877.0, 3857.0, 3898.0, 3868.0, 3909.0, 3866.0, 3865.0, 3866.0, 3856.0, 3856.0, 3867.0, 3866.0, 3855.0, 3855.0, 3856.0, 3877.0, 3856.0, 3876.0, 3866.0, 3854.0, 3867.0, 3866.0, 3856.0, 3857.0, 3866.0, 3856.0, 3856.0, 3868.0, 3888.0, 3857.0, 3887.0, 3868.0, 3855.0, 3867.0, 3857.0, 3857.0, 3857.0, 3888.0, 3857.0, 3898.0, 3857.0, 3878.0, 3868.0, 3899.0, 3867.0, 3856.0, 3866.0, 3868.0, 3867.0, 3868.0, 3888.0, 3867.0, 3876.0, 3867.0, 3878.0, 3868.0, 3888.0, 3867.0], 'WindowWidth': [8828.0, 8835.0, 8767.0, 8778.0, 8716.0, 8708.0, 8709.0, 8764.0, 8738.0, 8780.0, 8702.0, 8739.0, 8679.0, 8704.0, 8677.0, 8707.0, 8674.0, 8661.0, 8660.0, 8663.0, 8705.0, 8667.0, 8689.0, 8664.0, 8658.0, 8678.0, 8677.0, 8664.0, 8665.0, 8678.0, 8678.0, 8717.0, 8678.0, 8718.0, 8683.0, 8717.0, 8676.0, 8672.0, 8662.0, 8660.0, 8661.0, 8705.0, 8674.0, 8658.0, 8714.0, 8672.0, 8728.0, 8675.0, 8712.0, 8657.0, 8639.0, 8655.0, 8656.0, 8656.0, 8658.0, 8656.0, 8657.0, 8683.0, 8658.0, 8683.0, 8659.0, 8682.0, 8657.0, 8653.0, 8657.0, 8660.0, 8672.0, 8662.0, 8657.0, 8659.0, 8673.0, 8679.0, 8719.0, 8681.0, 8718.0, 8680.0, 8660.0, 8677.0, 8678.0, 8678.0, 8693.0, 8678.0, 8661.0, 8674.0, 8662.0, 8716.0, 8679.0, 8729.0, 8661.0, 8671.0, 8660.0, 8658.0, 8658.0, 8674.0, 8672.0, 8658.0, 8657.0, 8660.0, 8715.0, 8660.0, 8714.0, 8673.0, 8669.0, 8659.0, 8657.0, 8659.0, 8663.0, 8673.0, 8660.0, 8658.0, 8661.0, 8716.0, 8662.0, 8715.0, 8659.0, 8656.0, 8676.0, 8657.0, 8660.0, 8690.0, 8673.0, 8659.0, 8674.0, 8660.0, 8746.0, 8661.0, 8730.0, 8661.0, 8672.0, 8663.0, 8659.0, 8662.0, 8704.0, 8661.0, 8659.0, 8677.0, 8661.0, 8660.0, 8658.0, 8715.0, 8674.0, 8716.0, 8661.0, 8672.0, 8676.0, 8687.0, 8675.0, 8675.0, 8675.0, 8660.0, 8660.0, 8674.0, 8730.0, 8692.0, 8728.0, 8673.0, 8683.0, 8672.0, 8655.0, 8659.0, 8687.0, 8671.0, 8658.0, 8656.0, 8657.0, 8712.0, 8674.0, 8714.0, 8659.0, 8683.0, 8659.0, 8655.0, 8660.0, 8685.0, 8673.0, 8656.0, 8672.0, 8658.0, 8658.0, 8660.0, 8701.0, 8658.0, 8714.0, 8660.0, 8698.0, 8662.0, 8684.0, 8674.0, 8656.0, 8674.0, 8660.0, 8673.0, 8663.0, 8673.0, 8657.0, 8713.0, 8658.0, 8697.0, 8674.0, 8697.0, 8659.0, 8654.0, 8658.0, 8670.0, 8657.0, 8675.0, 8673.0, 8659.0, 8659.0, 8673.0, 8729.0, 8661.0, 8728.0, 8659.0, 8671.0, 8660.0, 8657.0, 8673.0, 8673.0, 8673.0, 8660.0, 8674.0, 8662.0, 8661.0, 8677.0, 8691.0, 8677.0, 8733.0, 8676.0, 8717.0, 8663.0, 8730.0, 8694.0, 8715.0, 8676.0, 8655.0, 8661.0, 8658.0, 8661.0, 8688.0, 8673.0, 8659.0, 8658.0, 8659.0, 8730.0, 8661.0, 8732.0, 8673.0, 8687.0, 8661.0, 8658.0, 8662.0, 8689.0, 8675.0, 8659.0, 8675.0, 8676.0, 8689.0, 8665.0, 8731.0, 8660.0, 8700.0, 8661.0, 8671.0, 8661.0, 8687.0, 8675.0, 8659.0, 8663.0, 8661.0, 8675.0, 8663.0, 8661.0, 8661.0, 8659.0, 8660.0, 8731.0, 8677.0, 8731.0, 8662.0, 8701.0, 8661.0, 8687.0, 8664.0, 8688.0, 8676.0, 8660.0, 8662.0, 8676.0, 8677.0, 8679.0, 8718.0, 8661.0, 8715.0, 8674.0, 8687.0, 8661.0, 8703.0, 8661.0, 8660.0, 8674.0, 8660.0, 8703.0, 8662.0, 8702.0, 8675.0, 8700.0, 8660.0, 8687.0, 8675.0, 8701.0, 8675.0, 8657.0, 8677.0, 8661.0, 8661.0, 8707.0, 8675.0, 8661.0, 8677.0, 8661.0, 8689.0, 8675.0, 8701.0, 8659.0, 8701.0, 8662.0, 8673.0, 8663.0, 8701.0, 8676.0, 8659.0, 8675.0, 8662.0, 8676.0, 8677.0, 8674.0, 8661.0, 8688.0, 8674.0, 8715.0, 8662.0, 8714.0, 8675.0, 8672.0, 8674.0, 8657.0, 8660.0, 8661.0, 8674.0, 8689.0, 8674.0, 8660.0, 8660.0, 8675.0, 8715.0, 8676.0, 8731.0, 8675.0, 8686.0, 8674.0, 8658.0, 8675.0, 8689.0, 8672.0, 8660.0, 8674.0, 8659.0, 8658.0, 8660.0, 8729.0, 8662.0, 8701.0, 8675.0, 8688.0, 8678.0, 8701.0, 8664.0, 8704.0, 8678.0, 8676.0, 8679.0, 8689.0, 8681.0, 8704.0, 8679.0, 8660.0, 8677.0, 8674.0, 8675.0, 8675.0, 8675.0, 8661.0, 8660.0, 8674.0, 8730.0, 8663.0, 8716.0, 8659.0, 8685.0, 8661.0, 8685.0, 8675.0, 8700.0, 8673.0, 8657.0, 8661.0, 8660.0, 8658.0, 8689.0, 8672.0, 8657.0, 8657.0, 8660.0, 8715.0, 8659.0, 8729.0, 8658.0, 8698.0, 8660.0, 8671.0, 8660.0, 8699.0, 8674.0, 8657.0, 8675.0, 8658.0, 8664.0, 8661.0, 8677.0, 8723.0, 8692.0, 8677.0, 8678.0, 8678.0, 8699.0, 8694.0, 8702.0, 8776.0, 8732.0, 8717.0, 8715.0, 8701.0, 8712.0, 8702.0, 8744.0, 8719.0, 8761.0, 8716.0, 8727.0, 8682.0, 8753.0, 8682.0, 8750.0, 8678.0, 8702.0, 8674.0, 8672.0, 8680.0, 8688.0, 8679.0, 8689.0, 8679.0, 8662.0, 8679.0, 8663.0, 8677.0, 8735.0, 8674.0, 8658.0, 8673.0, 8658.0, 8677.0, 8736.0, 8677.0, 8702.0, 8676.0, 8672.0, 8676.0, 8688.0, 8675.0, 8734.0, 8673.0, 8657.0, 8669.0, 8656.0, 8689.0, 8690.0, 8672.0, 8657.0, 8669.0, 8654.0, 8668.0, 8656.0, 8674.0, 8659.0, 8673.0, 8677.0, 8681.0, 8749.0, 8677.0, 8677.0, 8675.0, 8687.0, 8663.0, 8706.0, 8755.0, 8692.0, 8661.0, 8674.0, 8658.0, 8657.0, 8671.0, 8671.0, 8658.0, 8670.0, 8673.0, 8674.0, 8678.0, 8702.0, 8679.0, 8676.0, 8679.0, 8660.0, 8693.0, 8676.0, 8663.0, 8678.0, 8677.0, 8663.0, 8674.0, 8677.0, 8748.0, 8693.0, 8732.0, 8676.0, 8687.0, 8673.0, 8657.0, 8674.0, 8703.0, 8673.0, 8671.0, 8673.0, 8659.0, 8674.0, 8659.0, 8672.0, 8660.0, 8687.0, 8672.0, 8700.0, 8661.0, 8699.0, 8674.0, 8682.0, 8657.0, 8654.0, 8672.0, 8659.0, 8657.0, 8660.0, 8671.0, 8659.0, 8687.0, 8676.0, 8685.0, 8662.0, 8685.0, 8674.0, 8657.0, 8675.0, 8661.0, 8675.0, 8662.0, 8676.0, 8676.0, 8661.0, 8677.0, 8733.0, 8678.0, 8731.0, 8664.0, 8702.0, 8679.0, 8688.0, 8677.0, 8689.0, 8676.0, 8660.0, 8677.0, 8678.0, 8677.0, 8694.0, 8720.0, 8676.0, 8717.0, 8676.0, 8718.0, 8677.0, 8732.0, 8678.0, 8687.0, 8678.0, 8676.0, 8679.0, 8707.0, 8691.0, 8662.0, 8678.0, 8678.0, 8676.0, 8680.0, 8705.0, 8678.0, 8690.0, 8679.0, 8706.0, 8680.0, 8734.0, 8677.0, 8674.0, 8676.0, 8661.0, 8676.0, 8688.0, 8674.0, 8659.0, 8731.0, 8676.0, 8732.0, 8675.0, 8714.0, 8673.0, 8655.0, 8671.0, 8657.0, 8672.0, 8660.0, 8672.0, 8659.0, 8689.0, 8675.0, 8714.0, 8660.0, 8714.0, 8673.0, 8655.0, 8674.0, 8659.0, 8660.0, 8687.0, 8672.0, 8657.0, 8671.0, 8673.0, 8714.0, 8659.0, 8712.0, 8657.0, 8652.0, 8670.0, 8657.0, 8657.0, 8676.0, 8670.0, 8671.0, 8672.0, 8660.0, 8687.0, 8674.0, 8729.0, 8675.0, 8714.0, 8674.0, 8687.0, 8662.0, 8714.0, 8694.0, 8701.0, 8676.0, 8676.0, 8680.0, 8690.0, 8692.0, 8676.0, 8675.0, 8679.0, 8692.0, 8677.0, 8748.0, 8676.0, 8672.0, 8675.0, 8659.0, 8677.0, 8679.0, 8706.0, 8693.0, 8731.0, 8674.0, 8684.0, 8675.0, 8656.0, 8673.0, 8659.0, 8671.0, 8659.0, 8675.0, 8677.0, 8702.0, 8675.0, 8714.0, 8675.0, 8672.0, 8676.0, 8676.0, 8675.0, 8678.0, 8675.0, 8676.0, 8676.0, 8681.0, 8718.0, 8680.0, 8733.0, 8677.0, 8675.0, 8693.0, 8676.0, 8678.0, 8693.0, 8676.0, 8665.0, 8676.0, 8678.0, 8734.0, 8678.0, 8732.0, 8676.0, 8658.0, 8674.0, 8679.0, 8676.0, 8661.0, 8718.0, 8661.0, 8688.0, 8675.0, 8674.0, 8678.0, 8688.0, 8695.0, 8718.0, 8680.0, 8676.0, 8686.0, 8679.0, 8681.0, 8712.0, 8678.0, 8679.0, 8679.0, 8679.0, 8750.0, 8706.0, 8750.0, 8704.0, 8700.0, 8671.0, 8656.0, 8675.0, 8672.0, 8676.0, 8673.0, 8674.0, 8674.0, 8679.0, 8677.0, 8675.0, 8676.0, 8674.0, 8675.0, 8674.0, 8681.0, 8759.0, 8682.0, 8733.0, 8675.0, 8684.0, 8670.0, 8655.0, 8673.0, 8658.0, 8673.0, 8659.0, 8678.0, 8679.0, 8680.0, 8738.0, 8676.0, 8659.0, 8677.0, 8660.0, 8661.0, 8737.0, 8674.0, 8659.0, 8673.0, 8660.0, 8674.0, 8658.0, 8716.0, 8657.0, 8654.0, 8658.0, 8672.0, 8676.0, 8690.0, 8679.0, 8702.0, 8691.0, 8688.0, 8681.0, 8691.0, 8679.0, 8706.0, 8676.0, 8662.0, 8678.0, 8678.0, 8719.0, 8679.0, 8732.0, 8673.0, 8716.0, 8663.0, 8703.0, 8662.0, 8715.0, 8677.0, 8670.0, 8673.0, 8658.0, 8695.0, 8678.0, 8678.0, 8690.0, 8678.0, 8674.0, 8693.0, 8677.0, 8676.0, 8679.0, 8675.0, 8661.0, 8688.0, 8662.0, 8717.0, 8676.0, 8731.0, 8672.0, 8668.0, 8672.0, 8657.0, 8658.0, 8676.0, 8670.0, 8656.0, 8654.0, 8659.0, 8685.0, 8660.0, 8684.0, 8672.0, 8654.0, 8674.0, 8672.0, 8659.0, 8660.0, 8671.0, 8658.0, 8658.0, 8676.0, 8703.0, 8662.0, 8700.0, 8676.0, 8657.0, 8674.0, 8661.0, 8662.0, 8663.0, 8703.0, 8661.0, 8716.0, 8663.0, 8689.0, 8678.0, 8718.0, 8675.0, 8659.0, 8673.0, 8677.0, 8675.0, 8678.0, 8702.0, 8674.0, 8686.0, 8676.0, 8689.0, 8679.0, 8702.0, 8677.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.0002804400440044004</td></tr>
<tr><td colspan=3>aqi</td><td>0.0153701203520352</td></tr>
<tr><td colspan=3>dummy_trs</td><td>5</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.23154735987886</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1728608444383266</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9994058722356829</td></tr>
<tr><td colspan=3>efc</td><td>0.5015</td></tr>
<tr><td colspan=3>fber</td><td>2939.1794</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.06681161513561504</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.11001100110011001</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.522708152340267</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.559514393521876</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6525508458491687</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3560592176497566</td></tr>
<tr><td colspan=3>gcor</td><td>0.00244587</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.004652287345379591</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.022633539512753487</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>909</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.752794083339478</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>24.7991</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>56.6757</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>189.8678</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>59.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>295090.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>852.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>348.6783</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.3508</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>520.7</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3027.6528</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3181.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>81454.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>954.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4028.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>847.6299</td></tr>
<tr><td colspan=3>tsnr</td><td>42.670970256906</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>