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

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

<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0060_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-0060_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-0060_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-0060/figures/sub-0060_ses-02_task-faces_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0060/figures/sub-0060_ses-02_task-faces_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0060/figures/sub-0060_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-0060_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-0060/figures/sub-0060_ses-02_task-faces_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0060/figures/sub-0060_ses-02_task-faces_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0060/figures/sub-0060_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-0060_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-0060/figures/sub-0060_ses-02_task-faces_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0060/figures/sub-0060_ses-02_task-faces_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0060/figures/sub-0060_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-0060_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-0060/figures/sub-0060_ses-02_task-faces_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0060/figures/sub-0060_ses-02_task-faces_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0060/figures/sub-0060_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-0060_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-0060/figures/sub-0060_ses-02_task-faces_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0060/figures/sub-0060_ses-02_task-faces_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0060/figures/sub-0060_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-0060_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-0060/figures/sub-0060_ses-02_task-faces_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0060/figures/sub-0060_ses-02_task-faces_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0060/figures/sub-0060_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-0060_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-0060/figures/sub-0060_ses-02_task-faces_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0060/figures/sub-0060_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-0060/figures/sub-0060_ses-02_task-faces_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0060/figures/sub-0060_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-0060/ses-02/func/sub-0060_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>023eea2afd4a71edf3a3acadbea80821</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>18:56:16.402500</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.998353, -0.0290406, 0.0494762, 0.0216098, 0.989254, 0.144602]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-faces_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0883246</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-faces_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>16</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4150, -7739, -7280, 695, -46, -17, -44, 83]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>faces</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>230.207</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>82a48ac3-812c-4921-9b53-58ea4273c8cc||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.6785080432891846, 0.05797749385237694, 0.14348851144313812, 102.58131408691406], [0.07791393250226974, 2.6540958881378174, 0.3868960738182068, -112.21342468261719], [0.13274110853672028, -0.38795703649520874, 2.668280839920044, -57.98200988769531], [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': ['185616.402500', '185616.862500', '185617.322500', '185617.782500', '185618.242500', '185618.702500', '185619.162500', '185619.622500', '185620.082500', '185620.542500', '185621.002500', '185621.462500', '185621.922500', '185622.382500', '185622.842500', '185623.302500', '185623.762500', '185624.222500', '185624.682500', '185625.142500', '185625.602500', '185626.062500', '185626.522500', '185626.982500', '185627.442500', '185627.902500', '185628.362500', '185628.822500', '185629.282500', '185629.742500', '185630.202500', '185630.662500', '185631.122500', '185631.582500', '185632.042500', '185632.502500', '185632.962500', '185633.422500', '185633.882500', '185634.342500', '185634.802500', '185635.262500', '185635.722500', '185636.182500', '185636.642500', '185637.102500', '185637.562500', '185638.022500', '185638.482500', '185638.942500', '185639.402500', '185639.862500', '185640.322500', '185640.782500', '185641.242500', '185641.702500', '185642.162500', '185642.622500', '185643.082500', '185643.542500', '185644.002500', '185644.462500', '185644.922500', '185645.382500', '185645.842500', '185646.302500', '185646.762500', '185647.222500', '185647.682500', '185648.142500', '185648.602500', '185649.062500', '185649.522500', '185649.982500', '185650.442500', '185650.902500', '185651.362500', '185651.822500', '185652.282500', '185652.742500', '185653.202500', '185653.662500', '185654.122500', '185654.582500', '185655.042500', '185655.502500', '185655.962500', '185656.422500', '185656.882500', '185657.342500', '185657.802500', '185658.262500', '185658.722500', '185659.182500', '185659.642500', '185700.102500', '185700.562500', '185701.022500', '185701.482500', '185701.942500', '185702.402500', '185702.862500', '185703.322500', '185703.782500', '185704.242500', '185704.702500', '185705.162500', '185705.622500', '185706.082500', '185706.542500', '185707.002500', '185707.462500', '185707.922500', '185708.382500', '185708.842500', '185709.302500', '185709.762500', '185710.222500', '185710.682500', '185711.142500', '185711.602500', '185712.062500', '185712.522500', '185712.982500', '185713.442500', '185713.902500', '185714.362500', '185714.822500', '185715.282500', '185715.742500', '185716.202500', '185716.662500', '185717.122500', '185717.582500', '185718.042500', '185718.502500', '185718.962500', '185719.422500', '185719.882500', '185720.342500', '185720.802500', '185721.262500', '185721.722500', '185722.182500', '185722.642500', '185723.102500', '185723.562500', '185724.022500', '185724.482500', '185724.942500', '185725.402500', '185725.862500', '185726.322500', '185726.782500', '185727.242500', '185727.702500', '185728.162500', '185728.622500', '185729.082500', '185729.542500', '185730.002500', '185730.462500', '185730.922500', '185731.382500', '185731.842500', '185732.302500', '185732.762500', '185733.222500', '185733.682500', '185734.142500', '185734.602500', '185735.062500', '185735.522500', '185735.982500', '185736.442500', '185736.902500', '185737.362500', '185737.822500', '185738.282500', '185738.742500', '185739.202500', '185739.662500', '185740.122500', '185740.582500', '185741.042500', '185741.502500', '185741.962500', '185742.422500', '185742.882500', '185743.342500', '185743.802500', '185744.262500', '185744.722500', '185745.182500', '185745.642500', '185746.102500', '185746.562500', '185747.022500', '185747.482500', '185747.942500', '185748.402500', '185748.862500', '185749.322500', '185749.782500', '185750.242500', '185750.702500', '185751.162500', '185751.622500', '185752.082500', '185752.542500', '185753.002500', '185753.462500', '185753.922500', '185754.382500', '185754.842500', '185755.302500', '185755.762500', '185756.222500', '185756.682500', '185757.142500', '185757.602500', '185758.062500', '185758.522500', '185758.982500', '185759.442500', '185759.902500', '185800.362500', '185800.822500', '185801.282500', '185801.742500', '185802.202500', '185802.662500', '185803.122500', '185803.582500', '185804.042500', '185804.502500', '185804.962500', '185805.422500', '185805.882500', '185806.342500', '185806.802500', '185807.262500', '185807.722500', '185808.182500', '185808.642500', '185809.102500', '185809.562500', '185810.022500', '185810.482500', '185810.942500', '185811.402500', '185811.862500', '185812.322500', '185812.782500', '185813.242500', '185813.702500', '185814.162500', '185814.622500', '185815.082500', '185815.542500', '185816.002500', '185816.462500', '185816.922500', '185817.382500', '185817.842500', '185818.302500', '185818.762500', '185819.222500', '185819.682500', '185820.142500', '185820.602500', '185821.062500', '185821.522500', '185821.982500', '185822.442500', '185822.902500', '185823.362500', '185823.822500', '185824.282500', '185824.742500', '185825.202500', '185825.662500', '185826.122500', '185826.582500', '185827.042500', '185827.502500', '185827.962500', '185828.422500', '185828.882500', '185829.342500', '185829.802500', '185830.262500', '185830.722500', '185831.182500', '185831.642500', '185832.102500', '185832.562500', '185833.022500', '185833.482500', '185833.942500', '185834.402500', '185834.862500', '185835.322500', '185835.782500', '185836.242500', '185836.702500', '185837.162500', '185837.622500', '185838.082500', '185838.542500', '185839.002500', '185839.462500', '185839.922500', '185840.382500', '185840.842500', '185841.302500', '185841.762500', '185842.222500', '185842.682500', '185843.142500', '185843.602500', '185844.062500', '185844.522500', '185844.982500', '185845.442500', '185845.902500', '185846.362500', '185846.822500', '185847.282500', '185847.742500', '185848.202500', '185848.662500', '185849.122500', '185849.582500', '185850.042500', '185850.502500', '185850.962500', '185851.422500', '185851.882500', '185852.342500', '185852.802500', '185853.262500', '185853.722500', '185854.182500', '185854.642500', '185855.102500', '185855.562500', '185856.022500', '185856.482500', '185856.942500', '185857.402500', '185857.862500', '185858.322500', '185858.782500', '185859.242500', '185859.702500', '185900.162500', '185900.622500', '185901.082500', '185901.542500', '185902.002500', '185902.462500', '185902.922500', '185903.382500', '185903.842500', '185904.302500', '185904.762500', '185905.222500', '185905.682500', '185906.142500', '185906.602500', '185907.062500', '185907.522500', '185907.982500', '185908.442500', '185908.902500', '185909.362500', '185909.822500', '185910.282500', '185910.742500', '185911.202500', '185911.662500', '185912.122500', '185912.582500', '185913.042500', '185913.502500', '185913.962500', '185914.422500', '185914.882500', '185915.342500', '185915.802500', '185916.262500', '185916.722500', '185917.182500', '185917.642500', '185918.102500', '185918.562500', '185919.022500', '185919.482500', '185919.942500', '185920.402500', '185920.862500', '185921.322500', '185921.782500', '185922.242500', '185922.702500', '185923.162500', '185923.622500', '185924.082500', '185924.542500', '185925.002500', '185925.462500', '185925.922500', '185926.382500', '185926.842500', '185927.302500', '185927.762500', '185928.222500', '185928.682500', '185929.142500', '185929.602500', '185930.062500', '185930.522500', '185930.982500', '185931.442500', '185931.902500', '185932.362500', '185932.822500', '185933.282500', '185933.742500', '185934.202500', '185934.662500', '185935.122500', '185935.582500', '185936.042500', '185936.502500', '185936.962500', '185937.422500', '185937.882500', '185938.342500', '185938.802500', '185939.262500', '185939.722500', '185940.182500', '185940.642500', '185941.102500', '185941.562500', '185942.022500', '185942.482500', '185942.942500', '185943.402500', '185943.862500', '185944.322500', '185944.782500', '185945.242500', '185945.702500', '185946.162500', '185946.622500', '185947.082500', '185947.542500', '185948.002500', '185948.462500', '185948.922500', '185949.382500', '185949.842500', '185950.302500', '185950.762500', '185951.222500', '185951.682500', '185952.142500', '185952.602500', '185953.062500', '185953.522500', '185953.982500', '185954.442500', '185954.902500', '185955.362500', '185955.822500', '185956.282500', '185956.742500', '185957.202500', '185957.662500', '185958.122500', '185958.582500', '185959.042500', '185959.502500', '185959.962500', '190000.422500', '190000.882500', '190001.342500', '190001.802500', '190002.262500', '190002.722500', '190003.182500', '190003.642500', '190004.102500', '190004.562500', '190005.022500', '190005.482500', '190005.942500', '190006.402500', '190006.862500', '190007.322500', '190007.782500', '190008.242500', '190008.702500', '190009.162500', '190009.622500', '190010.082500', '190010.542500', '190011.002500', '190011.462500', '190011.922500', '190012.382500', '190012.842500', '190013.302500', '190013.762500', '190014.222500', '190014.682500', '190015.142500', '190015.602500', '190016.062500', '190016.522500', '190016.982500', '190017.442500', '190017.902500', '190018.362500', '190018.822500', '190019.282500', '190019.742500', '190020.202500', '190020.662500', '190021.122500', '190021.582500', '190022.042500', '190022.502500', '190022.962500', '190023.422500', '190023.882500', '190024.342500', '190024.802500', '190025.262500', '190025.722500', '190026.182500', '190026.642500', '190027.102500', '190027.562500', '190028.022500', '190028.482500', '190028.942500', '190029.402500', '190029.862500', '190030.322500', '190030.782500', '190031.242500', '190031.702500', '190032.162500', '190032.622500', '190033.082500', '190033.542500', '190034.002500', '190034.462500', '190034.922500', '190035.382500', '190035.842500', '190036.302500', '190036.762500', '190037.222500', '190037.682500', '190038.142500', '190038.602500', '190039.062500', '190039.522500', '190039.982500', '190040.442500', '190040.902500', '190041.362500', '190041.822500', '190042.282500', '190042.742500', '190043.202500', '190043.662500', '190044.122500', '190044.582500', '190045.042500', '190045.502500', '190045.962500', '190046.422500', '190046.882500', '190047.342500', '190047.802500', '190048.262500', '190048.722500', '190049.182500', '190049.642500', '190050.102500', '190050.562500', '190051.022500', '190051.482500', '190051.942500', '190052.402500', '190052.862500', '190053.322500', '190053.782500', '190054.242500', '190054.702500', '190055.162500', '190055.622500', '190056.082500', '190056.542500', '190057.002500', '190057.462500', '190057.922500', '190058.382500', '190058.842500', '190059.302500', '190059.762500', '190100.222500', '190100.682500', '190101.142500', '190101.602500', '190102.062500', '190102.522500', '190102.982500', '190103.442500', '190103.902500', '190104.362500', '190104.822500', '190105.282500', '190105.742500', '190106.202500', '190106.662500', '190107.122500', '190107.582500', '190108.042500', '190108.502500', '190108.962500', '190109.422500', '190109.882500', '190110.342500', '190110.802500', '190111.262500', '190111.722500', '190112.182500', '190112.642500', '190113.102500', '190113.562500', '190114.022500', '190114.482500', '190114.942500', '190115.402500', '190115.862500', '190116.322500', '190116.782500', '190117.242500', '190117.702500', '190118.162500', '190118.622500', '190119.082500', '190119.542500', '190120.002500', '190120.462500', '190120.922500', '190121.382500', '190121.842500', '190122.302500', '190122.762500', '190123.222500', '190123.682500', '190124.142500', '190124.602500', '190125.062500', '190125.522500', '190125.982500', '190126.442500', '190126.902500', '190127.362500', '190127.822500', '190128.282500', '190128.742500', '190129.202500', '190129.662500', '190130.122500', '190130.582500', '190131.042500', '190131.502500', '190131.962500', '190132.422500', '190132.882500', '190133.342500', '190133.802500', '190134.262500', '190134.722500', '190135.182500', '190135.642500', '190136.102500', '190136.562500', '190137.022500', '190137.482500', '190137.942500', '190138.402500', '190138.862500', '190139.322500', '190139.782500', '190140.242500', '190140.702500', '190141.162500', '190141.622500', '190142.082500', '190142.542500', '190143.002500', '190143.462500', '190143.922500', '190144.382500', '190144.842500', '190145.302500', '190145.762500', '190146.222500', '190146.682500', '190147.142500', '190147.602500', '190148.062500', '190148.522500', '190148.982500', '190149.442500', '190149.902500', '190150.362500', '190150.822500', '190151.282500', '190151.742500', '190152.202500', '190152.662500', '190153.122500', '190153.582500', '190154.042500', '190154.502500', '190154.962500', '190155.422500', '190155.882500', '190156.342500', '190156.802500', '190157.262500', '190157.722500', '190158.182500', '190158.642500', '190159.102500', '190159.562500', '190200.022500', '190200.482500', '190200.942500', '190201.402500', '190201.862500', '190202.322500', '190202.782500', '190203.242500', '190203.702500', '190204.162500', '190204.622500', '190205.082500', '190205.542500', '190206.002500', '190206.462500', '190206.922500', '190207.382500', '190207.842500', '190208.302500', '190208.762500', '190209.222500', '190209.682500', '190210.142500', '190210.602500', '190211.062500', '190211.522500', '190211.982500', '190212.442500', '190212.902500', '190213.362500', '190213.822500', '190214.282500', '190214.742500', '190215.202500', '190215.662500', '190216.122500', '190216.582500', '190217.042500', '190217.502500', '190217.962500', '190218.422500', '190218.882500', '190219.342500', '190219.802500', '190220.262500', '190220.722500', '190221.182500', '190221.642500', '190222.102500', '190222.562500', '190223.022500', '190223.482500', '190223.942500', '190224.402500', '190224.862500', '190225.322500', '190225.782500', '190226.242500', '190226.702500', '190227.162500', '190227.622500', '190228.082500', '190228.542500', '190229.002500', '190229.462500', '190229.922500', '190230.382500', '190230.842500', '190231.302500', '190231.762500', '190232.222500', '190232.682500', '190233.142500', '190233.602500', '190234.062500', '190234.522500', '190234.982500', '190235.442500', '190235.902500', '190236.362500', '190236.822500', '190237.282500', '190237.742500', '190238.202500', '190238.662500', '190239.122500', '190239.582500', '190240.042500', '190240.502500', '190240.962500', '190241.422500', '190241.882500', '190242.342500', '190242.802500', '190243.262500', '190243.722500', '190244.182500', '190244.642500', '190245.102500', '190245.562500', '190246.022500', '190246.482500', '190246.942500', '190247.402500', '190247.862500', '190248.322500', '190248.782500', '190249.242500', '190249.702500', '190250.162500', '190250.622500', '190251.082500', '190251.542500', '190252.002500', '190252.462500', '190252.922500', '190253.382500', '190253.842500', '190254.302500', '190254.762500', '190255.222500', '190255.682500', '190256.142500', '190256.602500', '190257.062500', '190257.522500', '190257.982500', '190258.442500', '190258.902500', '190259.362500', '190259.822500', '190300.282500', '190300.742500', '190301.202500', '190301.662500', '190302.122500', '190302.582500', '190303.042500', '190303.502500', '190303.962500', '190304.422500', '190304.882500', '190305.342500', '190305.802500', '190306.262500', '190306.722500', '190307.182500', '190307.642500', '190308.102500', '190308.562500', '190309.022500', '190309.482500', '190309.942500', '190310.402500', '190310.862500', '190311.322500', '190311.782500', '190312.242500', '190312.702500', '190313.162500', '190313.622500', '190314.082500', '190314.542500', '190315.002500', '190315.462500', '190315.922500', '190316.382500'], 'ContentTime': ['185633.684000', '185633.687000', '185633.690000', '185633.693000', '185633.695000', '185633.698000', '185633.701000', '185633.703000', '185633.706000', '185633.708000', '185633.711000', '185633.714000', '185633.716000', '185633.719000', '185633.721000', '185633.724000', '185633.727000', '185633.729000', '185633.732000', '185633.734000', '185633.737000', '185633.740000', '185633.742000', '185633.750000', '185633.753000', '185633.755000', '185633.758000', '185633.760000', '185633.763000', '185633.765000', '185633.768000', '185633.771000', '185633.780000', '185633.782000', '185633.785000', '185633.787000', '185653.656000', '185653.659000', '185653.662000', '185653.664000', '185653.667000', '185653.670000', '185653.672000', '185653.675000', '185653.677000', '185653.680000', '185653.683000', '185653.685000', '185653.688000', '185653.691000', '185653.693000', '185653.696000', '185653.698000', '185653.701000', '185653.707000', '185653.710000', '185653.712000', '185653.715000', '185653.718000', '185653.720000', '185653.723000', '185653.725000', '185653.728000', '185653.730000', '185653.733000', '185653.736000', '185653.738000', '185653.741000', '185653.743000', '185653.758000', '185653.760000', '185653.763000', '185653.765000', '185653.768000', '185653.771000', '185653.773000', '185653.776000', '185653.778000', '185653.781000', '185713.657000', '185713.659000', '185713.662000', '185713.665000', '185713.667000', '185713.670000', '185713.672000', '185713.675000', '185713.683000', '185713.686000', '185713.689000', '185713.691000', '185713.694000', '185713.696000', '185713.699000', '185713.701000', '185713.704000', '185713.706000', '185713.709000', '185713.712000', '185713.714000', '185713.717000', '185713.720000', '185713.722000', '185713.725000', '185713.727000', '185713.730000', '185713.732000', '185713.735000', '185713.737000', '185713.740000', '185713.743000', '185713.745000', '185713.748000', '185713.750000', '185713.753000', '185713.756000', '185713.758000', '185713.761000', '185713.763000', '185713.766000', '185713.769000', '185713.771000', '185713.774000', '185733.656000', '185733.659000', '185733.662000', '185733.665000', '185733.667000', '185733.670000', '185733.672000', '185733.675000', '185733.678000', '185733.680000', '185733.683000', '185733.685000', '185733.688000', '185733.690000', '185733.693000', '185733.696000', '185733.698000', '185733.701000', '185733.703000', '185733.706000', '185733.708000', '185733.711000', '185733.714000', '185733.716000', '185733.719000', '185733.721000', '185733.724000', '185733.726000', '185733.729000', '185733.732000', '185733.734000', '185733.737000', '185733.740000', '185733.742000', '185733.745000', '185733.747000', '185733.750000', '185733.752000', '185733.755000', '185733.757000', '185733.760000', '185733.763000', '185733.765000', '185753.656000', '185753.659000', '185753.662000', '185753.664000', '185753.667000', '185753.670000', '185753.672000', '185753.675000', '185753.677000', '185753.680000', '185753.683000', '185753.686000', '185753.689000', '185753.692000', '185753.694000', '185753.697000', '185753.699000', '185753.702000', '185753.705000', '185753.707000', '185753.710000', '185753.713000', '185753.715000', '185753.718000', '185753.720000', '185753.723000', '185753.725000', '185753.728000', '185753.730000', '185753.733000', '185753.736000', '185753.738000', '185753.741000', '185753.744000', '185753.747000', '185753.749000', '185753.752000', '185753.754000', '185753.757000', '185753.759000', '185753.762000', '185753.765000', '185753.767000', '185753.770000', '185813.657000', '185813.659000', '185813.662000', '185813.665000', '185813.667000', '185813.670000', '185813.672000', '185813.675000', '185813.678000', '185813.680000', '185813.683000', '185813.685000', '185813.688000', '185813.691000', '185813.693000', '185813.696000', '185813.698000', '185813.701000', '185813.704000', '185813.706000', '185813.709000', '185813.712000', '185813.714000', '185813.717000', '185813.719000', '185813.722000', '185813.724000', '185813.727000', '185813.730000', '185813.732000', '185813.735000', '185813.737000', '185813.740000', '185813.743000', '185813.745000', '185813.748000', '185813.750000', '185813.753000', '185813.755000', '185813.758000', '185813.761000', '185813.763000', '185813.766000', '185833.656000', '185833.659000', '185833.662000', '185833.665000', '185833.667000', '185833.670000', '185833.673000', '185833.675000', '185833.678000', '185833.680000', '185833.683000', '185833.686000', '185833.688000', '185833.691000', '185833.693000', '185833.713000', '185833.715000', '185833.718000', '185833.721000', '185833.723000', '185833.726000', '185833.728000', '185833.731000', '185833.734000', '185833.736000', '185833.739000', '185833.741000', '185833.744000', '185833.747000', '185833.749000', '185833.752000', '185833.755000', '185833.757000', '185833.760000', '185833.762000', '185833.765000', '185833.768000', '185833.770000', '185833.773000', '185833.775000', '185833.778000', '185833.780000', '185833.783000', '185853.656000', '185853.659000', '185853.661000', '185853.664000', '185853.666000', '185853.669000', '185853.671000', '185853.674000', '185853.677000', '185853.679000', '185853.682000', '185853.685000', '185853.687000', '185853.690000', '185853.692000', '185853.695000', '185853.698000', '185853.700000', '185853.703000', '185853.705000', '185853.708000', '185853.711000', '185853.713000', '185853.716000', '185853.718000', '185853.721000', '185853.723000', '185853.726000', '185853.729000', '185853.731000', '185853.734000', '185853.736000', '185853.739000', '185853.742000', '185853.744000', '185853.747000', '185853.749000', '185853.752000', '185853.754000', '185853.757000', '185853.760000', '185853.762000', '185853.765000', '185853.768000', '185913.656000', '185913.659000', '185913.662000', '185913.664000', '185913.667000', '185913.670000', '185913.672000', '185913.675000', '185913.678000', '185913.680000', '185913.683000', '185913.685000', '185913.688000', '185913.691000', '185913.693000', '185913.696000', '185913.699000', '185913.701000', '185913.704000', '185913.706000', '185913.709000', '185913.712000', '185913.714000', '185913.717000', '185913.719000', '185913.722000', '185913.725000', '185913.728000', '185913.731000', '185913.734000', '185913.736000', '185913.739000', '185913.741000', '185913.744000', '185913.747000', '185913.749000', '185913.752000', '185913.754000', '185913.757000', '185913.759000', '185913.762000', '185913.764000', '185913.767000', '185933.657000', '185933.659000', '185933.662000', '185933.665000', '185933.667000', '185933.670000', '185933.673000', '185933.675000', '185933.678000', '185933.680000', '185933.683000', '185933.685000', '185933.688000', '185933.691000', '185933.694000', '185933.696000', '185933.699000', '185933.701000', '185933.704000', '185933.707000', '185933.709000', '185933.712000', '185933.715000', '185933.717000', '185933.720000', '185933.722000', '185933.725000', '185933.728000', '185933.730000', '185933.733000', '185933.735000', '185933.738000', '185933.741000', '185933.743000', '185933.746000', '185933.748000', '185933.751000', '185933.754000', '185933.756000', '185933.759000', '185933.761000', '185933.764000', '185933.767000', '185933.769000', '185953.656000', '185953.659000', '185953.662000', '185953.664000', '185953.667000', '185953.670000', '185953.672000', '185953.675000', '185953.677000', '185953.680000', '185953.682000', '185953.685000', '185953.688000', '185953.690000', '185953.693000', '185953.696000', '185953.698000', '185953.701000', '185953.703000', '185953.706000', '185953.708000', '185953.711000', '185953.714000', '185953.716000', '185953.719000', '185953.722000', '185953.724000', '185953.727000', '185953.730000', '185953.732000', '185953.735000', '185953.737000', '185953.740000', '185953.743000', '185953.745000', '185953.748000', '185953.750000', '185953.753000', '185953.756000', '185953.759000', '185953.762000', '185953.765000', '185953.767000', '190013.656000', '190013.659000', '190013.662000', '190013.664000', '190013.667000', '190013.670000', '190013.672000', '190013.675000', '190013.677000', '190013.680000', '190013.683000', '190013.707000', '190013.709000', '190013.712000', '190013.714000', '190013.717000', '190013.720000', '190013.722000', '190013.725000', '190013.728000', '190013.730000', '190013.733000', '190013.735000', '190013.738000', '190013.741000', '190013.743000', '190013.746000', '190013.749000', '190013.751000', '190013.754000', '190013.756000', '190013.759000', '190013.761000', '190013.764000', '190013.767000', '190013.769000', '190013.772000', '190013.774000', '190013.777000', '190013.779000', '190013.782000', '190013.785000', '190013.787000', '190013.790000', '190033.656000', '190033.659000', '190033.662000', '190033.665000', '190033.667000', '190033.670000', '190033.672000', '190033.675000', '190033.678000', '190033.680000', '190033.683000', '190033.686000', '190033.688000', '190033.691000', '190033.693000', '190033.696000', '190033.699000', '190033.701000', '190033.704000', '190033.707000', '190033.709000', '190033.712000', '190033.715000', '190033.717000', '190033.720000', '190033.723000', '190033.725000', '190033.728000', '190033.730000', '190033.733000', '190033.736000', '190033.738000', '190033.741000', '190033.744000', '190033.746000', '190033.749000', '190033.751000', '190033.754000', '190033.757000', '190033.759000', '190033.762000', '190033.765000', '190033.767000', '190053.657000', '190053.659000', '190053.662000', '190053.665000', '190053.667000', '190053.670000', '190053.673000', '190053.675000', '190053.678000', '190053.680000', '190053.683000', '190053.686000', '190053.688000', '190053.691000', '190053.694000', '190053.697000', '190053.699000', '190053.702000', '190053.704000', '190053.707000', '190053.710000', '190053.712000', '190053.715000', '190053.717000', '190053.720000', '190053.723000', '190053.725000', '190053.728000', '190053.731000', '190053.733000', '190053.736000', '190053.738000', '190053.741000', '190053.744000', '190053.746000', '190053.749000', '190053.751000', '190053.754000', '190053.757000', '190053.759000', '190053.762000', '190053.764000', '190053.767000', '190053.769000', '190113.655000', '190113.658000', '190113.661000', '190113.663000', '190113.666000', '190113.669000', '190113.671000', '190113.674000', '190113.677000', '190113.679000', '190113.682000', '190113.684000', '190113.687000', '190113.689000', '190113.692000', '190113.695000', '190113.697000', '190113.700000', '190113.702000', '190113.705000', '190113.707000', '190113.710000', '190113.713000', '190113.715000', '190113.718000', '190113.721000', '190113.723000', '190113.726000', '190113.728000', '190113.731000', '190113.734000', '190113.736000', '190113.739000', '190113.742000', '190113.744000', '190113.747000', '190113.749000', '190113.752000', '190113.755000', '190113.757000', '190113.760000', '190113.762000', '190113.765000', '190133.657000', '190133.659000', '190133.662000', '190133.665000', '190133.667000', '190133.670000', '190133.672000', '190133.675000', '190133.678000', '190133.680000', '190133.683000', '190133.685000', '190133.688000', '190133.691000', '190133.693000', '190133.696000', '190133.699000', '190133.701000', '190133.704000', '190133.706000', '190133.709000', '190133.711000', '190133.714000', '190133.717000', '190133.719000', '190133.722000', '190133.725000', '190133.727000', '190133.730000', '190133.732000', '190133.735000', '190133.738000', '190133.740000', '190133.743000', '190133.746000', '190133.748000', '190133.756000', '190133.759000', '190133.762000', '190133.764000', '190133.767000', '190133.769000', '190133.772000', '190133.775000', '190153.656000', '190153.659000', '190153.662000', '190153.665000', '190153.667000', '190153.670000', '190153.672000', '190153.675000', '190153.678000', '190153.680000', '190153.683000', '190153.685000', '190153.688000', '190153.691000', '190153.693000', '190153.696000', '190153.699000', '190153.701000', '190153.704000', '190153.707000', '190153.709000', '190153.712000', '190153.715000', '190153.717000', '190153.720000', '190153.722000', '190153.725000', '190153.728000', '190153.730000', '190153.733000', '190153.735000', '190153.738000', '190153.741000', '190153.743000', '190153.746000', '190153.749000', '190153.751000', '190153.754000', '190153.756000', '190153.759000', '190153.762000', '190153.765000', '190153.768000', '190213.657000', '190213.660000', '190213.662000', '190213.665000', '190213.668000', '190213.670000', '190213.673000', '190213.675000', '190213.680000', '190213.682000', '190213.685000', '190213.688000', '190213.690000', '190213.693000', '190213.695000', '190213.698000', '190213.700000', '190213.703000', '190213.706000', '190213.708000', '190213.711000', '190213.714000', '190213.716000', '190213.719000', '190213.722000', '190213.724000', '190213.727000', '190213.729000', '190213.732000', '190213.735000', '190213.737000', '190213.740000', '190213.742000', '190213.745000', '190213.748000', '190213.750000', '190213.753000', '190213.756000', '190213.758000', '190213.761000', '190213.763000', '190213.766000', '190213.769000', '190213.771000', '190233.657000', '190233.659000', '190233.662000', '190233.665000', '190233.667000', '190233.670000', '190233.673000', '190233.675000', '190233.678000', '190233.680000', '190233.683000', '190233.686000', '190233.688000', '190233.691000', '190233.693000', '190233.696000', '190233.698000', '190233.701000', '190233.704000', '190233.707000', '190233.709000', '190233.712000', '190233.714000', '190233.717000', '190233.720000', '190233.722000', '190233.725000', '190233.728000', '190233.730000', '190233.733000', '190233.735000', '190233.738000', '190233.741000', '190233.743000', '190233.746000', '190233.748000', '190233.751000', '190233.754000', '190233.756000', '190233.759000', '190233.761000', '190233.764000', '190233.766000', '190253.657000', '190253.660000', '190253.662000', '190253.665000', '190253.668000', '190253.670000', '190253.673000', '190253.676000', '190253.678000', '190253.681000', '190253.683000', '190253.686000', '190253.689000', '190253.691000', '190253.694000', '190253.696000', '190253.699000', '190253.701000', '190253.704000', '190253.707000', '190253.709000', '190253.712000', '190253.714000', '190253.717000', '190253.720000', '190253.722000', '190253.725000', '190253.727000', '190253.730000', '190253.733000', '190253.735000', '190253.738000', '190253.740000', '190253.743000', '190253.746000', '190253.748000', '190253.751000', '190253.754000', '190253.756000', '190253.759000', '190253.761000', '190253.764000', '190253.766000', '190253.769000', '190313.657000', '190313.660000', '190313.662000', '190313.665000', '190313.667000', '190313.670000', '190313.673000', '190313.675000', '190313.678000', '190313.681000', '190313.683000', '190313.686000', '190313.688000', '190313.691000', '190313.693000', '190313.696000', '190313.699000', '190313.701000', '190313.704000', '190313.706000', '190313.709000', '190313.711000', '190313.714000', '190313.717000', '190313.719000', '190313.722000', '190313.724000', '190313.727000', '190313.729000', '190313.732000', '190313.735000', '190313.737000', '190313.740000', '190313.742000', '190313.745000', '190313.748000', '190313.750000', '190313.753000', '190313.755000', '190313.758000', '190313.760000', '190313.763000', '190313.766000', '190317.466000', '190317.469000', '190317.471000', '190317.474000', '190317.477000', '190317.480000', '190317.483000', '190317.486000', '190317.489000'], 'InstanceCreationTime': ['185633.684000', '185633.687000', '185633.690000', '185633.693000', '185633.695000', '185633.698000', '185633.701000', '185633.703000', '185633.706000', '185633.708000', '185633.711000', '185633.714000', '185633.716000', '185633.719000', '185633.721000', '185633.724000', '185633.727000', '185633.729000', '185633.732000', '185633.734000', '185633.737000', '185633.740000', '185633.742000', '185633.750000', '185633.753000', '185633.755000', '185633.758000', '185633.760000', '185633.763000', '185633.765000', '185633.768000', '185633.771000', '185633.780000', '185633.782000', '185633.785000', '185633.787000', '185653.656000', '185653.659000', '185653.662000', '185653.664000', '185653.667000', '185653.670000', '185653.672000', '185653.675000', '185653.677000', '185653.680000', '185653.683000', '185653.685000', '185653.688000', '185653.691000', '185653.693000', '185653.696000', '185653.698000', '185653.701000', '185653.707000', '185653.710000', '185653.712000', '185653.715000', '185653.718000', '185653.720000', '185653.723000', '185653.725000', '185653.728000', '185653.730000', '185653.733000', '185653.736000', '185653.738000', '185653.741000', '185653.743000', '185653.758000', '185653.760000', '185653.763000', '185653.765000', '185653.768000', '185653.771000', '185653.773000', '185653.776000', '185653.778000', '185653.781000', '185713.657000', '185713.659000', '185713.662000', '185713.665000', '185713.667000', '185713.670000', '185713.672000', '185713.675000', '185713.683000', '185713.686000', '185713.689000', '185713.691000', '185713.694000', '185713.696000', '185713.699000', '185713.701000', '185713.704000', '185713.706000', '185713.709000', '185713.712000', '185713.714000', '185713.717000', '185713.720000', '185713.722000', '185713.725000', '185713.727000', '185713.730000', '185713.732000', '185713.735000', '185713.737000', '185713.740000', '185713.743000', '185713.745000', '185713.748000', '185713.750000', '185713.753000', '185713.756000', '185713.758000', '185713.761000', '185713.763000', '185713.766000', '185713.769000', '185713.771000', '185713.774000', '185733.656000', '185733.659000', '185733.662000', '185733.665000', '185733.667000', '185733.670000', '185733.672000', '185733.675000', '185733.678000', '185733.680000', '185733.683000', '185733.685000', '185733.688000', '185733.690000', '185733.693000', '185733.696000', '185733.698000', '185733.701000', '185733.703000', '185733.706000', '185733.708000', '185733.711000', '185733.714000', '185733.716000', '185733.719000', '185733.721000', '185733.724000', '185733.726000', '185733.729000', '185733.732000', '185733.734000', '185733.737000', '185733.740000', '185733.742000', '185733.745000', '185733.747000', '185733.750000', '185733.752000', '185733.755000', '185733.757000', '185733.760000', '185733.763000', '185733.765000', '185753.656000', '185753.659000', '185753.662000', '185753.664000', '185753.667000', '185753.670000', '185753.672000', '185753.675000', '185753.677000', '185753.680000', '185753.683000', '185753.686000', '185753.689000', '185753.692000', '185753.694000', '185753.697000', '185753.699000', '185753.702000', '185753.705000', '185753.707000', '185753.710000', '185753.713000', '185753.715000', '185753.718000', '185753.720000', '185753.723000', '185753.725000', '185753.728000', '185753.730000', '185753.733000', '185753.736000', '185753.738000', '185753.741000', '185753.744000', '185753.747000', '185753.749000', '185753.752000', '185753.754000', '185753.757000', '185753.759000', '185753.762000', '185753.765000', '185753.767000', '185753.770000', '185813.657000', '185813.659000', '185813.662000', '185813.665000', '185813.667000', '185813.670000', '185813.672000', '185813.675000', '185813.678000', '185813.680000', '185813.683000', '185813.685000', '185813.688000', '185813.691000', '185813.693000', '185813.696000', '185813.698000', '185813.701000', '185813.704000', '185813.706000', '185813.709000', '185813.712000', '185813.714000', '185813.717000', '185813.719000', '185813.722000', '185813.724000', '185813.727000', '185813.730000', '185813.732000', '185813.735000', '185813.737000', '185813.740000', '185813.743000', '185813.745000', '185813.748000', '185813.750000', '185813.753000', '185813.755000', '185813.758000', '185813.761000', '185813.763000', '185813.766000', '185833.656000', '185833.659000', '185833.662000', '185833.665000', '185833.667000', '185833.670000', '185833.673000', '185833.675000', '185833.678000', '185833.680000', '185833.683000', '185833.686000', '185833.688000', '185833.691000', '185833.693000', '185833.713000', '185833.715000', '185833.718000', '185833.721000', '185833.723000', '185833.726000', '185833.728000', '185833.731000', '185833.734000', '185833.736000', '185833.739000', '185833.741000', '185833.744000', '185833.747000', '185833.749000', '185833.752000', '185833.755000', '185833.757000', '185833.760000', '185833.762000', '185833.765000', '185833.768000', '185833.770000', '185833.773000', '185833.775000', '185833.778000', '185833.780000', '185833.783000', '185853.656000', '185853.659000', '185853.661000', '185853.664000', '185853.666000', '185853.669000', '185853.671000', '185853.674000', '185853.677000', '185853.679000', '185853.682000', '185853.685000', '185853.687000', '185853.690000', '185853.692000', '185853.695000', '185853.698000', '185853.700000', '185853.703000', '185853.705000', '185853.708000', '185853.711000', '185853.713000', '185853.716000', '185853.718000', '185853.721000', '185853.723000', '185853.726000', '185853.729000', '185853.731000', '185853.734000', '185853.736000', '185853.739000', '185853.742000', '185853.744000', '185853.747000', '185853.749000', '185853.752000', '185853.754000', '185853.757000', '185853.760000', '185853.762000', '185853.765000', '185853.768000', '185913.656000', '185913.659000', '185913.662000', '185913.664000', '185913.667000', '185913.670000', '185913.672000', '185913.675000', '185913.678000', '185913.680000', '185913.683000', '185913.685000', '185913.688000', '185913.691000', '185913.693000', '185913.696000', '185913.699000', '185913.701000', '185913.704000', '185913.706000', '185913.709000', '185913.712000', '185913.714000', '185913.717000', '185913.719000', '185913.722000', '185913.725000', '185913.728000', '185913.731000', '185913.734000', '185913.736000', '185913.739000', '185913.741000', '185913.744000', '185913.747000', '185913.749000', '185913.752000', '185913.754000', '185913.757000', '185913.759000', '185913.762000', '185913.764000', '185913.767000', '185933.657000', '185933.659000', '185933.662000', '185933.665000', '185933.667000', '185933.670000', '185933.673000', '185933.675000', '185933.678000', '185933.680000', '185933.683000', '185933.685000', '185933.688000', '185933.691000', '185933.694000', '185933.696000', '185933.699000', '185933.701000', '185933.704000', '185933.707000', '185933.709000', '185933.712000', '185933.715000', '185933.717000', '185933.720000', '185933.722000', '185933.725000', '185933.728000', '185933.730000', '185933.733000', '185933.735000', '185933.738000', '185933.741000', '185933.743000', '185933.746000', '185933.748000', '185933.751000', '185933.754000', '185933.756000', '185933.759000', '185933.761000', '185933.764000', '185933.767000', '185933.769000', '185953.656000', '185953.659000', '185953.662000', '185953.664000', '185953.667000', '185953.670000', '185953.672000', '185953.675000', '185953.677000', '185953.680000', '185953.682000', '185953.685000', '185953.688000', '185953.690000', '185953.693000', '185953.696000', '185953.698000', '185953.701000', '185953.703000', '185953.706000', '185953.708000', '185953.711000', '185953.714000', '185953.716000', '185953.719000', '185953.722000', '185953.724000', '185953.727000', '185953.730000', '185953.732000', '185953.735000', '185953.737000', '185953.740000', '185953.743000', '185953.745000', '185953.748000', '185953.750000', '185953.753000', '185953.756000', '185953.759000', '185953.762000', '185953.765000', '185953.767000', '190013.656000', '190013.659000', '190013.662000', '190013.664000', '190013.667000', '190013.670000', '190013.672000', '190013.675000', '190013.677000', '190013.680000', '190013.683000', '190013.707000', '190013.709000', '190013.712000', '190013.714000', '190013.717000', '190013.720000', '190013.722000', '190013.725000', '190013.728000', '190013.730000', '190013.733000', '190013.735000', '190013.738000', '190013.741000', '190013.743000', '190013.746000', '190013.749000', '190013.751000', '190013.754000', '190013.756000', '190013.759000', '190013.761000', '190013.764000', '190013.767000', '190013.769000', '190013.772000', '190013.774000', '190013.777000', '190013.779000', '190013.782000', '190013.785000', '190013.787000', '190013.790000', '190033.656000', '190033.659000', '190033.662000', '190033.665000', '190033.667000', '190033.670000', '190033.672000', '190033.675000', '190033.678000', '190033.680000', '190033.683000', '190033.686000', '190033.688000', '190033.691000', '190033.693000', '190033.696000', '190033.699000', '190033.701000', '190033.704000', '190033.707000', '190033.709000', '190033.712000', '190033.715000', '190033.717000', '190033.720000', '190033.723000', '190033.725000', '190033.728000', '190033.730000', '190033.733000', '190033.736000', '190033.738000', '190033.741000', '190033.744000', '190033.746000', '190033.749000', '190033.751000', '190033.754000', '190033.757000', '190033.759000', '190033.762000', '190033.765000', '190033.767000', '190053.657000', '190053.659000', '190053.662000', '190053.665000', '190053.667000', '190053.670000', '190053.673000', '190053.675000', '190053.678000', '190053.680000', '190053.683000', '190053.686000', '190053.688000', '190053.691000', '190053.694000', '190053.697000', '190053.699000', '190053.702000', '190053.704000', '190053.707000', '190053.710000', '190053.712000', '190053.715000', '190053.717000', '190053.720000', '190053.723000', '190053.725000', '190053.728000', '190053.731000', '190053.733000', '190053.736000', '190053.738000', '190053.741000', '190053.744000', '190053.746000', '190053.749000', '190053.751000', '190053.754000', '190053.757000', '190053.759000', '190053.762000', '190053.764000', '190053.767000', '190053.769000', '190113.655000', '190113.658000', '190113.661000', '190113.663000', '190113.666000', '190113.669000', '190113.671000', '190113.674000', '190113.677000', '190113.679000', '190113.682000', '190113.684000', '190113.687000', '190113.689000', '190113.692000', '190113.695000', '190113.697000', '190113.700000', '190113.702000', '190113.705000', '190113.707000', '190113.710000', '190113.713000', '190113.715000', '190113.718000', '190113.721000', '190113.723000', '190113.726000', '190113.728000', '190113.731000', '190113.734000', '190113.736000', '190113.739000', '190113.742000', '190113.744000', '190113.747000', '190113.749000', '190113.752000', '190113.755000', '190113.757000', '190113.760000', '190113.762000', '190113.765000', '190133.657000', '190133.659000', '190133.662000', '190133.665000', '190133.667000', '190133.670000', '190133.672000', '190133.675000', '190133.678000', '190133.680000', '190133.683000', '190133.685000', '190133.688000', '190133.691000', '190133.693000', '190133.696000', '190133.699000', '190133.701000', '190133.704000', '190133.706000', '190133.709000', '190133.711000', '190133.714000', '190133.717000', '190133.719000', '190133.722000', '190133.725000', '190133.727000', '190133.730000', '190133.732000', '190133.735000', '190133.738000', '190133.740000', '190133.743000', '190133.746000', '190133.748000', '190133.756000', '190133.759000', '190133.762000', '190133.764000', '190133.767000', '190133.769000', '190133.772000', '190133.775000', '190153.656000', '190153.659000', '190153.662000', '190153.665000', '190153.667000', '190153.670000', '190153.672000', '190153.675000', '190153.678000', '190153.680000', '190153.683000', '190153.685000', '190153.688000', '190153.691000', '190153.693000', '190153.696000', '190153.699000', '190153.701000', '190153.704000', '190153.707000', '190153.709000', '190153.712000', '190153.715000', '190153.717000', '190153.720000', '190153.722000', '190153.725000', '190153.728000', '190153.730000', '190153.733000', '190153.735000', '190153.738000', '190153.741000', '190153.743000', '190153.746000', '190153.749000', '190153.751000', '190153.754000', '190153.756000', '190153.759000', '190153.762000', '190153.765000', '190153.768000', '190213.657000', '190213.660000', '190213.662000', '190213.665000', '190213.668000', '190213.670000', '190213.673000', '190213.675000', '190213.680000', '190213.682000', '190213.685000', '190213.688000', '190213.690000', '190213.693000', '190213.695000', '190213.698000', '190213.700000', '190213.703000', '190213.706000', '190213.708000', '190213.711000', '190213.714000', '190213.716000', '190213.719000', '190213.722000', '190213.724000', '190213.727000', '190213.729000', '190213.732000', '190213.735000', '190213.737000', '190213.740000', '190213.742000', '190213.745000', '190213.748000', '190213.750000', '190213.753000', '190213.756000', '190213.758000', '190213.761000', '190213.763000', '190213.766000', '190213.769000', '190213.771000', '190233.657000', '190233.659000', '190233.662000', '190233.665000', '190233.667000', '190233.670000', '190233.673000', '190233.675000', '190233.678000', '190233.680000', '190233.683000', '190233.686000', '190233.688000', '190233.691000', '190233.693000', '190233.696000', '190233.698000', '190233.701000', '190233.704000', '190233.707000', '190233.709000', '190233.712000', '190233.714000', '190233.717000', '190233.720000', '190233.722000', '190233.725000', '190233.728000', '190233.730000', '190233.733000', '190233.735000', '190233.738000', '190233.741000', '190233.743000', '190233.746000', '190233.748000', '190233.751000', '190233.754000', '190233.756000', '190233.759000', '190233.761000', '190233.764000', '190233.766000', '190253.657000', '190253.660000', '190253.662000', '190253.665000', '190253.668000', '190253.670000', '190253.673000', '190253.676000', '190253.678000', '190253.681000', '190253.683000', '190253.686000', '190253.689000', '190253.691000', '190253.694000', '190253.696000', '190253.699000', '190253.701000', '190253.704000', '190253.707000', '190253.709000', '190253.712000', '190253.714000', '190253.717000', '190253.720000', '190253.722000', '190253.725000', '190253.727000', '190253.730000', '190253.733000', '190253.735000', '190253.738000', '190253.740000', '190253.743000', '190253.746000', '190253.748000', '190253.751000', '190253.754000', '190253.756000', '190253.759000', '190253.761000', '190253.764000', '190253.766000', '190253.769000', '190313.657000', '190313.660000', '190313.662000', '190313.665000', '190313.667000', '190313.670000', '190313.673000', '190313.675000', '190313.678000', '190313.681000', '190313.683000', '190313.686000', '190313.688000', '190313.691000', '190313.693000', '190313.696000', '190313.699000', '190313.701000', '190313.704000', '190313.706000', '190313.709000', '190313.711000', '190313.714000', '190313.717000', '190313.719000', '190313.722000', '190313.724000', '190313.727000', '190313.729000', '190313.732000', '190313.735000', '190313.737000', '190313.740000', '190313.742000', '190313.745000', '190313.748000', '190313.750000', '190313.753000', '190313.755000', '190313.758000', '190313.760000', '190313.763000', '190313.766000', '190317.466000', '190317.469000', '190317.471000', '190317.474000', '190317.477000', '190317.480000', '190317.483000', '190317.486000', '190317.489000'], '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': [7403, 6940, 7210, 7306, 7682, 7589, 9968, 7402, 7268, 6948, 7179, 7572, 9187, 7339, 7064, 6933, 7003, 7182, 7561, 7159, 6970, 6703, 7310, 8802, 7375, 7112, 6917, 7845, 7261, 8234, 7338, 6929, 6845, 7408, 7022, 9467, 7723, 6985, 7266, 7499, 7129, 10294, 7632, 7228, 7666, 7560, 7049, 10364, 7336, 6970, 6816, 7492, 7129, 9412, 7515, 7054, 8108, 7603, 8070, 10874, 7499, 7656, 7104, 7409, 10321, 8147, 7334, 7458, 6730, 7356, 10085, 7109, 7417, 7350, 6774, 7423, 7838, 7138, 7394, 7344, 8154, 7477, 10250, 8063, 7350, 8766, 8442, 7524, 9141, 8195, 7432, 8367, 8192, 7472, 7797, 8200, 7356, 8387, 8290, 7449, 7959, 8094, 7364, 7853, 8252, 7359, 8911, 7615, 7451, 8147, 7403, 7577, 8418, 6792, 7662, 7518, 7596, 7628, 7355, 6307, 7315, 7393, 8782, 7822, 7533, 8450, 7095, 7488, 8949, 8456, 7433, 7419, 6775, 7414, 8109, 9100, 7499, 7290, 6609, 7393, 7354, 7877, 7509, 7339, 6637, 7568, 7354, 8944, 7722, 7265, 6833, 7545, 7156, 9510, 7587, 7054, 6712, 7497, 7102, 9153, 7501, 7375, 6463, 7475, 7284, 8829, 7548, 7368, 6548, 7421, 7204, 8094, 7517, 7372, 6908, 7486, 7331, 7124, 7405, 7358, 6909, 7620, 7154, 7566, 7473, 7287, 7040, 7489, 7126, 6865, 7505, 7089, 7255, 7514, 7017, 6847, 7650, 7145, 7261, 8088, 7304, 7935, 8171, 7345, 9228, 8068, 7527, 7404, 6976, 7635, 8516, 7143, 7479, 7276, 6786, 7452, 7799, 7279, 7502, 7329, 6811, 7412, 7211, 6906, 7694, 7261, 7023, 7713, 7280, 8526, 8280, 7343, 7661, 8550, 7401, 9486, 7764, 7277, 8517, 8654, 7540, 8936, 7232, 7479, 7730, 6956, 7631, 7316, 6925, 7686, 7161, 8609, 8648, 7316, 7018, 8290, 7614, 8641, 6985, 7521, 7449, 6914, 7606, 7377, 6735, 7442, 7314, 7169, 7683, 7159, 7005, 7729, 7227, 8279, 8361, 7393, 6999, 8517, 7564, 8905, 8708, 7555, 6855, 7958, 7592, 7679, 7003, 7560, 7557, 6755, 7609, 7228, 6990, 7673, 7128, 8664, 8374, 7278, 7002, 8599, 7632, 9170, 7033, 7590, 7690, 7178, 7675, 7721, 6843, 7714, 7718, 7173, 7658, 7348, 6950, 7564, 7293, 8595, 7833, 7111, 7134, 8499, 7512, 8740, 8423, 7298, 7350, 7486, 7635, 7691, 7055, 7656, 7766, 7931, 8498, 7636, 9620, 10634, 8756, 7635, 7055, 7661, 7637, 8699, 7524, 6624, 7384, 6984, 7075, 8174, 7293, 9066, 8133, 7133, 11430, 9951, 8606, 10891, 8083, 7308, 12056, 10601, 7298, 9689, 7466, 7276, 7658, 7475, 7248, 8525, 7596, 7083, 6889, 7393, 7047, 7480, 7609, 6937, 6694, 7322, 6894, 8078, 7491, 6904, 7001, 7509, 7035, 7624, 8660, 7256, 7090, 7419, 7565, 7632, 7094, 7683, 7341, 6852, 7675, 7322, 7608, 7745, 7309, 7155, 8226, 7535, 8200, 7340, 7549, 7609, 6908, 7545, 7304, 7972, 8559, 7285, 7559, 8858, 7618, 9084, 8783, 7435, 7591, 8702, 7617, 7469, 7518, 7528, 7419, 7374, 7586, 7515, 7004, 7516, 7518, 7337, 7702, 7331, 7045, 7684, 7147, 8933, 7761, 7208, 7141, 8538, 7559, 7639, 7960, 7505, 7521, 7533, 7689, 7498, 6952, 7562, 7576, 8865, 7698, 7352, 6989, 7889, 7333, 9484, 8402, 7421, 6948, 8735, 7574, 7668, 7129, 7518, 7556, 7746, 7768, 7319, 7051, 8332, 7488, 9182, 8574, 7542, 7393, 8563, 7510, 7670, 6888, 7562, 7390, 6930, 7668, 7362, 8154, 7773, 7171, 7275, 8764, 7554, 7789, 7511, 7476, 7839, 7242, 7682, 7363, 7108, 7567, 7190, 8489, 8095, 7255, 6964, 6877, 7491, 7164, 7332, 7847, 7480, 9281, 6813, 7497, 7293, 7916, 7955, 7301, 8347, 8761, 7549, 7597, 7258, 7529, 7322, 6880, 7531, 7146, 9191, 7969, 7267, 6712, 8339, 7379, 9802, 7505, 7505, 7427, 6968, 7378, 7750, 7913, 7430, 7263, 6797, 7596, 7182, 7544, 7915, 7172, 7280, 8459, 7387, 8035, 7204, 7415, 7518, 7321, 7507, 7138, 6896, 7573, 7111, 8752, 8681, 7310, 7124, 8547, 7364, 8570, 7131, 7550, 7627, 7332, 7616, 7251, 6983, 7600, 7302, 8123, 8959, 7452, 7357, 7218, 7562, 7547, 8545, 7783, 7062, 7046, 7610, 7172, 10174, 8314, 7378, 7439, 8599, 7478, 8125, 7144, 7504, 7590, 7247, 7591, 7479, 6894, 7520, 7165, 6994, 8544, 7425, 7605, 8017, 7418, 7532, 7429, 7571, 7317, 6967, 7565, 7087, 9263, 7504, 7080, 6925, 7698, 7280, 8202, 8376, 7207, 7222, 8003, 7556, 7448, 6772, 7447, 7051, 9202, 7761, 7236, 8200, 8834, 7442, 8171, 6882, 7485, 7290, 6995, 7508, 7067, 7811, 8583, 7247, 8557, 7503, 7466, 7281, 6853, 7758, 7177, 8679, 8858, 7431, 7564, 7540, 7610, 7364, 6865, 7561, 7088, 7834, 8661, 7358, 7557, 7509, 7505, 7720, 7188, 7463, 7334, 6819, 7478, 7131, 9355, 7019, 7436, 7482, 6805, 7563, 7334, 7117, 8679, 7273, 8218, 8433, 7552, 7518, 7473, 7521, 7809, 9735, 8605, 9160, 8234, 10038, 8632, 7692, 7227, 7663, 7378, 8797, 7357, 7137, 7695, 7553, 8163, 7314, 8966, 8037, 7177, 11059, 9540, 7837, 11490, 8118, 6914, 11137, 7750, 7240, 7767, 7792, 7250, 8161, 8063, 7286, 7220, 8442, 7269, 8226, 8258, 7023, 7219, 7339, 7198, 7164, 7130, 7209, 7013, 6539, 7195, 6700, 7145, 8353, 7134, 6860, 7991, 7261, 7382, 7194, 7375, 7060, 6436, 7491, 7277, 7738, 6931, 7464, 7140, 6873, 7746, 7292, 8834, 8085, 7512, 7566, 7044, 7595, 7695, 7297, 7679, 7649, 6992, 7595, 7537, 7640, 7615, 7424, 7087, 7499, 7296, 8349, 7825, 7335, 7253, 7754, 7206, 8569, 8695, 7439, 7352, 8608, 7505, 8861, 8765, 7496, 7767, 8652, 7424, 9222, 7653, 7333, 8279, 7736, 7527, 7880, 7211, 7477, 7678, 7918, 7512, 7203, 7129, 7673, 7305, 9241, 8782, 7374, 7580, 7879, 7325, 8575, 7317, 7328, 7414, 7470, 7419, 7584, 7673, 7284, 7240, 7178, 7473, 7147, 7363, 8482, 7277, 8719, 7475, 7330, 7161, 7367, 7254, 7045, 8376, 7543, 7132, 7741, 8520, 7236, 8933, 8722, 7005, 8229, 7406, 7334, 7209, 6854, 7545, 7082, 8742, 8806, 7310, 7545, 7546, 7244, 7170, 7010, 7674, 7055, 8050, 8665, 7325, 8820, 7440, 7297, 7536, 8667, 7319, 7060, 6889, 7548, 6904, 9360, 8713, 7155, 7588, 8015, 7127, 8566, 7401, 7243, 7311, 7268, 7347, 7151, 6849, 7586], 'WindowCenter': [3927.0, 3900.0, 3897.0, 3895.0, 3894.0, 3893.0, 3914.0, 3881.0, 3881.0, 3871.0, 3870.0, 3882.0, 3901.0, 3882.0, 3870.0, 3869.0, 3870.0, 3871.0, 3880.0, 3870.0, 3870.0, 3869.0, 3881.0, 3901.0, 3880.0, 3870.0, 3870.0, 3891.0, 3881.0, 3891.0, 3881.0, 3871.0, 3870.0, 3881.0, 3881.0, 3913.0, 3881.0, 3880.0, 3880.0, 3881.0, 3871.0, 3912.0, 3880.0, 3880.0, 3880.0, 3880.0, 3880.0, 3912.0, 3881.0, 3870.0, 3868.0, 3879.0, 3869.0, 3902.0, 3880.0, 3869.0, 3890.0, 3880.0, 3879.0, 3910.0, 3868.0, 3867.0, 3867.0, 3867.0, 3899.0, 3877.0, 3867.0, 3865.0, 3856.0, 3868.0, 3898.0, 3867.0, 3867.0, 3868.0, 3858.0, 3879.0, 3878.0, 3868.0, 3868.0, 3868.0, 3880.0, 3868.0, 3899.0, 3878.0, 3868.0, 3889.0, 3889.0, 3878.0, 3888.0, 3878.0, 3867.0, 3879.0, 3889.0, 3867.0, 3878.0, 3888.0, 3867.0, 3878.0, 3879.0, 3867.0, 3877.0, 3878.0, 3867.0, 3878.0, 3878.0, 3867.0, 3887.0, 3867.0, 3867.0, 3877.0, 3867.0, 3878.0, 3877.0, 3856.0, 3878.0, 3867.0, 3868.0, 3878.0, 3867.0, 3857.0, 3878.0, 3879.0, 3890.0, 3879.0, 3879.0, 3888.0, 3868.0, 3868.0, 3889.0, 3889.0, 3868.0, 3867.0, 3857.0, 3868.0, 3878.0, 3887.0, 3867.0, 3867.0, 3857.0, 3867.0, 3866.0, 3878.0, 3867.0, 3866.0, 3856.0, 3867.0, 3867.0, 3888.0, 3878.0, 3867.0, 3857.0, 3877.0, 3866.0, 3898.0, 3878.0, 3867.0, 3857.0, 3867.0, 3867.0, 3889.0, 3867.0, 3867.0, 3856.0, 3867.0, 3867.0, 3888.0, 3878.0, 3867.0, 3856.0, 3867.0, 3866.0, 3877.0, 3867.0, 3866.0, 3867.0, 3867.0, 3866.0, 3867.0, 3866.0, 3866.0, 3867.0, 3877.0, 3867.0, 3877.0, 3866.0, 3867.0, 3867.0, 3867.0, 3867.0, 3856.0, 3867.0, 3866.0, 3867.0, 3867.0, 3867.0, 3857.0, 3878.0, 3867.0, 3868.0, 3879.0, 3868.0, 3878.0, 3878.0, 3867.0, 3888.0, 3878.0, 3877.0, 3867.0, 3867.0, 3878.0, 3888.0, 3867.0, 3867.0, 3867.0, 3857.0, 3868.0, 3876.0, 3867.0, 3867.0, 3867.0, 3856.0, 3867.0, 3866.0, 3866.0, 3877.0, 3867.0, 3868.0, 3879.0, 3868.0, 3888.0, 3887.0, 3868.0, 3878.0, 3888.0, 3866.0, 3898.0, 3867.0, 3867.0, 3887.0, 3888.0, 3866.0, 3887.0, 3866.0, 3867.0, 3877.0, 3868.0, 3878.0, 3868.0, 3868.0, 3879.0, 3868.0, 3889.0, 3889.0, 3869.0, 3867.0, 3889.0, 3879.0, 3888.0, 3868.0, 3878.0, 3867.0, 3867.0, 3878.0, 3867.0, 3857.0, 3867.0, 3867.0, 3868.0, 3878.0, 3868.0, 3867.0, 3878.0, 3867.0, 3878.0, 3878.0, 3866.0, 3856.0, 3888.0, 3877.0, 3887.0, 3888.0, 3877.0, 3856.0, 3877.0, 3877.0, 3876.0, 3866.0, 3878.0, 3878.0, 3868.0, 3878.0, 3879.0, 3868.0, 3879.0, 3868.0, 3889.0, 3890.0, 3878.0, 3868.0, 3889.0, 3878.0, 3899.0, 3868.0, 3878.0, 3878.0, 3868.0, 3878.0, 3877.0, 3856.0, 3879.0, 3877.0, 3866.0, 3878.0, 3868.0, 3867.0, 3878.0, 3867.0, 3888.0, 3878.0, 3866.0, 3867.0, 3888.0, 3868.0, 3888.0, 3888.0, 3867.0, 3866.0, 3867.0, 3878.0, 3878.0, 3867.0, 3877.0, 3878.0, 3879.0, 3889.0, 3877.0, 3901.0, 3910.0, 3890.0, 3880.0, 3866.0, 3866.0, 3876.0, 3886.0, 3867.0, 3857.0, 3868.0, 3867.0, 3868.0, 3888.0, 3868.0, 3888.0, 3878.0, 3856.0, 3897.0, 3886.0, 3862.0, 3882.0, 3863.0, 3852.0, 3892.0, 3871.0, 3839.0, 3869.0, 3838.0, 3839.0, 3849.0, 3850.0, 3850.0, 3861.0, 3851.0, 3840.0, 3840.0, 3852.0, 3852.0, 3852.0, 3863.0, 3852.0, 3842.0, 3854.0, 3854.0, 3865.0, 3864.0, 3854.0, 3854.0, 3865.0, 3855.0, 3866.0, 3876.0, 3866.0, 3856.0, 3866.0, 3876.0, 3878.0, 3868.0, 3878.0, 3867.0, 3857.0, 3878.0, 3868.0, 3878.0, 3879.0, 3867.0, 3867.0, 3889.0, 3878.0, 3889.0, 3869.0, 3879.0, 3879.0, 3868.0, 3879.0, 3879.0, 3879.0, 3890.0, 3879.0, 3878.0, 3889.0, 3879.0, 3888.0, 3889.0, 3868.0, 3877.0, 3889.0, 3878.0, 3867.0, 3867.0, 3877.0, 3867.0, 3868.0, 3878.0, 3867.0, 3867.0, 3868.0, 3868.0, 3867.0, 3877.0, 3867.0, 3866.0, 3879.0, 3868.0, 3890.0, 3878.0, 3866.0, 3868.0, 3889.0, 3878.0, 3878.0, 3878.0, 3878.0, 3879.0, 3878.0, 3878.0, 3869.0, 3867.0, 3878.0, 3878.0, 3889.0, 3879.0, 3867.0, 3866.0, 3878.0, 3868.0, 3898.0, 3877.0, 3867.0, 3867.0, 3888.0, 3878.0, 3878.0, 3868.0, 3878.0, 3879.0, 3879.0, 3879.0, 3868.0, 3868.0, 3888.0, 3868.0, 3887.0, 3889.0, 3877.0, 3866.0, 3887.0, 3866.0, 3877.0, 3867.0, 3878.0, 3867.0, 3868.0, 3878.0, 3867.0, 3878.0, 3877.0, 3867.0, 3867.0, 3889.0, 3877.0, 3877.0, 3867.0, 3866.0, 3878.0, 3868.0, 3877.0, 3867.0, 3867.0, 3878.0, 3867.0, 3889.0, 3878.0, 3867.0, 3867.0, 3867.0, 3879.0, 3867.0, 3880.0, 3890.0, 3868.0, 3898.0, 3857.0, 3868.0, 3867.0, 3879.0, 3878.0, 3867.0, 3877.0, 3888.0, 3878.0, 3878.0, 3867.0, 3867.0, 3867.0, 3867.0, 3878.0, 3868.0, 3899.0, 3878.0, 3868.0, 3856.0, 3889.0, 3868.0, 3898.0, 3867.0, 3866.0, 3866.0, 3867.0, 3867.0, 3867.0, 3877.0, 3866.0, 3865.0, 3856.0, 3866.0, 3856.0, 3866.0, 3876.0, 3854.0, 3867.0, 3877.0, 3866.0, 3877.0, 3865.0, 3867.0, 3867.0, 3866.0, 3867.0, 3867.0, 3855.0, 3878.0, 3867.0, 3887.0, 3888.0, 3867.0, 3867.0, 3888.0, 3867.0, 3889.0, 3867.0, 3867.0, 3867.0, 3867.0, 3867.0, 3867.0, 3868.0, 3878.0, 3878.0, 3879.0, 3889.0, 3868.0, 3868.0, 3868.0, 3878.0, 3878.0, 3888.0, 3878.0, 3867.0, 3866.0, 3878.0, 3867.0, 3898.0, 3876.0, 3866.0, 3866.0, 3887.0, 3867.0, 3877.0, 3856.0, 3867.0, 3866.0, 3867.0, 3878.0, 3866.0, 3856.0, 3878.0, 3867.0, 3867.0, 3888.0, 3867.0, 3878.0, 3878.0, 3879.0, 3879.0, 3867.0, 3878.0, 3867.0, 3867.0, 3877.0, 3868.0, 3889.0, 3867.0, 3867.0, 3867.0, 3878.0, 3867.0, 3878.0, 3878.0, 3868.0, 3868.0, 3878.0, 3878.0, 3868.0, 3856.0, 3868.0, 3866.0, 3888.0, 3877.0, 3867.0, 3877.0, 3887.0, 3866.0, 3876.0, 3867.0, 3866.0, 3867.0, 3867.0, 3879.0, 3867.0, 3877.0, 3888.0, 3868.0, 3889.0, 3868.0, 3866.0, 3866.0, 3856.0, 3867.0, 3867.0, 3888.0, 3888.0, 3867.0, 3867.0, 3877.0, 3878.0, 3867.0, 3857.0, 3878.0, 3867.0, 3878.0, 3889.0, 3867.0, 3878.0, 3867.0, 3867.0, 3866.0, 3856.0, 3867.0, 3866.0, 3857.0, 3867.0, 3867.0, 3888.0, 3866.0, 3867.0, 3866.0, 3857.0, 3878.0, 3868.0, 3868.0, 3888.0, 3868.0, 3878.0, 3877.0, 3866.0, 3866.0, 3866.0, 3879.0, 3866.0, 3898.0, 3902.0, 3902.0, 3890.0, 3898.0, 3876.0, 3864.0, 3853.0, 3853.0, 3852.0, 3875.0, 3854.0, 3854.0, 3865.0, 3865.0, 3876.0, 3866.0, 3875.0, 3865.0, 3853.0, 3882.0, 3872.0, 3839.0, 3881.0, 3848.0, 3826.0, 3869.0, 3836.0, 3837.0, 3837.0, 3837.0, 3837.0, 3848.0, 3848.0, 3837.0, 3839.0, 3860.0, 3850.0, 3860.0, 3859.0, 3840.0, 3839.0, 3850.0, 3840.0, 3840.0, 3852.0, 3852.0, 3852.0, 3842.0, 3853.0, 3843.0, 3853.0, 3875.0, 3855.0, 3855.0, 3864.0, 3865.0, 3866.0, 3855.0, 3866.0, 3856.0, 3855.0, 3866.0, 3877.0, 3879.0, 3869.0, 3879.0, 3868.0, 3857.0, 3878.0, 3879.0, 3888.0, 3879.0, 3869.0, 3879.0, 3869.0, 3879.0, 3879.0, 3879.0, 3879.0, 3878.0, 3867.0, 3879.0, 3878.0, 3879.0, 3879.0, 3879.0, 3868.0, 3880.0, 3879.0, 3889.0, 3879.0, 3879.0, 3878.0, 3879.0, 3879.0, 3890.0, 3889.0, 3878.0, 3868.0, 3890.0, 3879.0, 3890.0, 3888.0, 3868.0, 3879.0, 3890.0, 3867.0, 3889.0, 3878.0, 3868.0, 3878.0, 3877.0, 3878.0, 3878.0, 3867.0, 3866.0, 3867.0, 3877.0, 3867.0, 3868.0, 3867.0, 3877.0, 3877.0, 3899.0, 3888.0, 3867.0, 3877.0, 3877.0, 3868.0, 3888.0, 3867.0, 3866.0, 3866.0, 3866.0, 3867.0, 3867.0, 3866.0, 3866.0, 3865.0, 3855.0, 3865.0, 3856.0, 3866.0, 3886.0, 3867.0, 3888.0, 3867.0, 3866.0, 3865.0, 3867.0, 3866.0, 3866.0, 3888.0, 3876.0, 3867.0, 3877.0, 3887.0, 3867.0, 3888.0, 3887.0, 3856.0, 3877.0, 3865.0, 3866.0, 3866.0, 3855.0, 3878.0, 3867.0, 3888.0, 3887.0, 3867.0, 3877.0, 3878.0, 3866.0, 3867.0, 3867.0, 3867.0, 3865.0, 3877.0, 3888.0, 3866.0, 3887.0, 3866.0, 3866.0, 3866.0, 3887.0, 3865.0, 3866.0, 3866.0, 3876.0, 3866.0, 3886.0, 3877.0, 3856.0, 3866.0, 3877.0, 3855.0, 3877.0, 3865.0, 3866.0, 3866.0, 3866.0, 3866.0, 3855.0, 3856.0, 3865.0], 'WindowWidth': [8795.0, 8745.0, 8734.0, 8724.0, 8721.0, 8718.0, 8745.0, 8696.0, 8696.0, 8682.0, 8682.0, 8698.0, 8724.0, 8701.0, 8680.0, 8678.0, 8680.0, 8682.0, 8695.0, 8680.0, 8680.0, 8678.0, 8696.0, 8723.0, 8694.0, 8680.0, 8680.0, 8710.0, 8696.0, 8711.0, 8696.0, 8683.0, 8680.0, 8697.0, 8697.0, 8742.0, 8696.0, 8695.0, 8694.0, 8696.0, 8683.0, 8738.0, 8695.0, 8693.0, 8694.0, 8694.0, 8695.0, 8739.0, 8694.0, 8679.0, 8677.0, 8693.0, 8679.0, 8725.0, 8694.0, 8679.0, 8707.0, 8694.0, 8690.0, 8732.0, 8674.0, 8670.0, 8670.0, 8671.0, 8714.0, 8682.0, 8670.0, 8666.0, 8655.0, 8673.0, 8714.0, 8671.0, 8672.0, 8674.0, 8661.0, 8690.0, 8689.0, 8674.0, 8674.0, 8673.0, 8692.0, 8675.0, 8716.0, 8688.0, 8673.0, 8702.0, 8703.0, 8686.0, 8699.0, 8686.0, 8671.0, 8688.0, 8702.0, 8672.0, 8686.0, 8700.0, 8672.0, 8686.0, 8689.0, 8672.0, 8685.0, 8686.0, 8671.0, 8688.0, 8686.0, 8669.0, 8697.0, 8670.0, 8671.0, 8685.0, 8671.0, 8685.0, 8685.0, 8656.0, 8686.0, 8670.0, 8673.0, 8686.0, 8672.0, 8658.0, 8688.0, 8690.0, 8708.0, 8693.0, 8690.0, 8702.0, 8673.0, 8674.0, 8702.0, 8702.0, 8674.0, 8672.0, 8657.0, 8673.0, 8687.0, 8698.0, 8671.0, 8671.0, 8656.0, 8671.0, 8669.0, 8686.0, 8669.0, 8668.0, 8653.0, 8670.0, 8670.0, 8700.0, 8685.0, 8671.0, 8657.0, 8685.0, 8668.0, 8714.0, 8685.0, 8670.0, 8656.0, 8671.0, 8670.0, 8701.0, 8672.0, 8670.0, 8655.0, 8671.0, 8669.0, 8699.0, 8685.0, 8670.0, 8656.0, 8673.0, 8667.0, 8683.0, 8669.0, 8668.0, 8672.0, 8671.0, 8669.0, 8671.0, 8669.0, 8667.0, 8670.0, 8684.0, 8672.0, 8684.0, 8669.0, 8670.0, 8670.0, 8671.0, 8669.0, 8655.0, 8670.0, 8669.0, 8672.0, 8671.0, 8670.0, 8657.0, 8686.0, 8673.0, 8674.0, 8690.0, 8675.0, 8688.0, 8686.0, 8672.0, 8699.0, 8685.0, 8684.0, 8670.0, 8671.0, 8688.0, 8699.0, 8670.0, 8671.0, 8670.0, 8658.0, 8673.0, 8683.0, 8670.0, 8670.0, 8670.0, 8656.0, 8670.0, 8668.0, 8669.0, 8684.0, 8670.0, 8673.0, 8690.0, 8673.0, 8701.0, 8699.0, 8673.0, 8687.0, 8701.0, 8670.0, 8713.0, 8669.0, 8670.0, 8698.0, 8698.0, 8667.0, 8697.0, 8668.0, 8670.0, 8684.0, 8675.0, 8687.0, 8674.0, 8674.0, 8690.0, 8675.0, 8703.0, 8705.0, 8676.0, 8674.0, 8704.0, 8689.0, 8701.0, 8673.0, 8687.0, 8672.0, 8672.0, 8687.0, 8671.0, 8656.0, 8672.0, 8671.0, 8673.0, 8687.0, 8673.0, 8672.0, 8687.0, 8672.0, 8687.0, 8688.0, 8668.0, 8656.0, 8698.0, 8685.0, 8698.0, 8699.0, 8684.0, 8655.0, 8684.0, 8684.0, 8681.0, 8668.0, 8688.0, 8686.0, 8675.0, 8689.0, 8689.0, 8674.0, 8690.0, 8675.0, 8703.0, 8706.0, 8689.0, 8675.0, 8703.0, 8688.0, 8717.0, 8673.0, 8687.0, 8686.0, 8673.0, 8686.0, 8685.0, 8656.0, 8687.0, 8685.0, 8670.0, 8687.0, 8673.0, 8671.0, 8686.0, 8670.0, 8700.0, 8686.0, 8670.0, 8671.0, 8700.0, 8673.0, 8702.0, 8699.0, 8672.0, 8671.0, 8671.0, 8688.0, 8686.0, 8670.0, 8684.0, 8687.0, 8691.0, 8703.0, 8686.0, 8724.0, 8734.0, 8709.0, 8693.0, 8670.0, 8669.0, 8682.0, 8694.0, 8669.0, 8658.0, 8674.0, 8672.0, 8676.0, 8702.0, 8674.0, 8701.0, 8687.0, 8653.0, 8707.0, 8691.0, 8655.0, 8681.0, 8655.0, 8639.0, 8692.0, 8664.0, 8618.0, 8656.0, 8614.0, 8616.0, 8632.0, 8634.0, 8634.0, 8650.0, 8636.0, 8622.0, 8623.0, 8640.0, 8641.0, 8642.0, 8656.0, 8642.0, 8628.0, 8647.0, 8648.0, 8663.0, 8662.0, 8648.0, 8649.0, 8664.0, 8650.0, 8667.0, 8681.0, 8667.0, 8654.0, 8668.0, 8682.0, 8686.0, 8672.0, 8687.0, 8672.0, 8659.0, 8688.0, 8673.0, 8689.0, 8689.0, 8671.0, 8671.0, 8702.0, 8689.0, 8703.0, 8676.0, 8690.0, 8690.0, 8675.0, 8690.0, 8690.0, 8692.0, 8705.0, 8690.0, 8688.0, 8704.0, 8689.0, 8702.0, 8701.0, 8672.0, 8686.0, 8702.0, 8686.0, 8672.0, 8672.0, 8684.0, 8672.0, 8673.0, 8687.0, 8672.0, 8671.0, 8675.0, 8675.0, 8672.0, 8685.0, 8672.0, 8670.0, 8689.0, 8673.0, 8705.0, 8687.0, 8669.0, 8673.0, 8702.0, 8687.0, 8688.0, 8687.0, 8688.0, 8690.0, 8689.0, 8689.0, 8676.0, 8673.0, 8689.0, 8688.0, 8704.0, 8688.0, 8671.0, 8668.0, 8685.0, 8673.0, 8713.0, 8684.0, 8670.0, 8670.0, 8701.0, 8687.0, 8689.0, 8673.0, 8687.0, 8689.0, 8690.0, 8690.0, 8674.0, 8674.0, 8699.0, 8673.0, 8698.0, 8703.0, 8685.0, 8669.0, 8696.0, 8668.0, 8684.0, 8671.0, 8685.0, 8670.0, 8673.0, 8688.0, 8671.0, 8686.0, 8683.0, 8671.0, 8673.0, 8701.0, 8685.0, 8684.0, 8671.0, 8670.0, 8687.0, 8673.0, 8684.0, 8672.0, 8672.0, 8687.0, 8671.0, 8702.0, 8686.0, 8672.0, 8672.0, 8672.0, 8690.0, 8674.0, 8694.0, 8706.0, 8675.0, 8714.0, 8659.0, 8673.0, 8672.0, 8691.0, 8688.0, 8672.0, 8685.0, 8700.0, 8685.0, 8687.0, 8672.0, 8672.0, 8671.0, 8671.0, 8688.0, 8672.0, 8716.0, 8688.0, 8672.0, 8656.0, 8702.0, 8673.0, 8712.0, 8672.0, 8669.0, 8667.0, 8672.0, 8671.0, 8671.0, 8684.0, 8667.0, 8665.0, 8654.0, 8668.0, 8653.0, 8666.0, 8681.0, 8650.0, 8669.0, 8684.0, 8668.0, 8683.0, 8664.0, 8669.0, 8669.0, 8669.0, 8670.0, 8670.0, 8653.0, 8686.0, 8671.0, 8698.0, 8699.0, 8670.0, 8672.0, 8700.0, 8672.0, 8701.0, 8669.0, 8669.0, 8669.0, 8670.0, 8672.0, 8671.0, 8673.0, 8688.0, 8688.0, 8689.0, 8704.0, 8674.0, 8674.0, 8673.0, 8687.0, 8688.0, 8700.0, 8686.0, 8671.0, 8669.0, 8687.0, 8670.0, 8713.0, 8680.0, 8666.0, 8667.0, 8697.0, 8669.0, 8684.0, 8653.0, 8669.0, 8668.0, 8670.0, 8685.0, 8668.0, 8655.0, 8686.0, 8671.0, 8670.0, 8701.0, 8671.0, 8687.0, 8686.0, 8689.0, 8690.0, 8672.0, 8687.0, 8671.0, 8672.0, 8685.0, 8672.0, 8701.0, 8671.0, 8669.0, 8671.0, 8686.0, 8671.0, 8688.0, 8686.0, 8674.0, 8673.0, 8687.0, 8686.0, 8673.0, 8657.0, 8674.0, 8670.0, 8700.0, 8686.0, 8671.0, 8683.0, 8696.0, 8668.0, 8681.0, 8669.0, 8668.0, 8671.0, 8671.0, 8690.0, 8671.0, 8686.0, 8700.0, 8674.0, 8702.0, 8673.0, 8669.0, 8667.0, 8655.0, 8670.0, 8670.0, 8699.0, 8699.0, 8670.0, 8669.0, 8685.0, 8686.0, 8671.0, 8658.0, 8687.0, 8671.0, 8688.0, 8702.0, 8671.0, 8686.0, 8670.0, 8672.0, 8667.0, 8655.0, 8668.0, 8667.0, 8660.0, 8671.0, 8671.0, 8701.0, 8670.0, 8671.0, 8669.0, 8659.0, 8687.0, 8673.0, 8673.0, 8699.0, 8673.0, 8688.0, 8684.0, 8668.0, 8667.0, 8668.0, 8688.0, 8668.0, 8713.0, 8727.0, 8728.0, 8706.0, 8713.0, 8678.0, 8660.0, 8643.0, 8642.0, 8639.0, 8675.0, 8647.0, 8647.0, 8665.0, 8665.0, 8680.0, 8666.0, 8678.0, 8663.0, 8643.0, 8680.0, 8666.0, 8618.0, 8674.0, 8627.0, 8596.0, 8654.0, 8609.0, 8610.0, 8610.0, 8611.0, 8611.0, 8626.0, 8626.0, 8613.0, 8618.0, 8646.0, 8633.0, 8646.0, 8644.0, 8620.0, 8618.0, 8634.0, 8621.0, 8623.0, 8639.0, 8642.0, 8642.0, 8629.0, 8645.0, 8632.0, 8646.0, 8677.0, 8650.0, 8650.0, 8662.0, 8665.0, 8666.0, 8651.0, 8667.0, 8654.0, 8653.0, 8670.0, 8685.0, 8692.0, 8678.0, 8691.0, 8675.0, 8659.0, 8687.0, 8689.0, 8702.0, 8690.0, 8676.0, 8689.0, 8676.0, 8690.0, 8689.0, 8691.0, 8690.0, 8687.0, 8671.0, 8689.0, 8688.0, 8691.0, 8690.0, 8690.0, 8674.0, 8694.0, 8690.0, 8705.0, 8691.0, 8691.0, 8688.0, 8690.0, 8690.0, 8707.0, 8703.0, 8689.0, 8675.0, 8707.0, 8689.0, 8706.0, 8701.0, 8674.0, 8689.0, 8704.0, 8672.0, 8703.0, 8687.0, 8673.0, 8688.0, 8686.0, 8687.0, 8688.0, 8671.0, 8669.0, 8671.0, 8684.0, 8672.0, 8672.0, 8670.0, 8684.0, 8685.0, 8716.0, 8700.0, 8672.0, 8685.0, 8684.0, 8672.0, 8700.0, 8670.0, 8669.0, 8668.0, 8669.0, 8670.0, 8670.0, 8668.0, 8666.0, 8663.0, 8653.0, 8666.0, 8654.0, 8668.0, 8694.0, 8670.0, 8698.0, 8671.0, 8667.0, 8666.0, 8669.0, 8669.0, 8668.0, 8700.0, 8682.0, 8669.0, 8685.0, 8697.0, 8670.0, 8699.0, 8695.0, 8653.0, 8682.0, 8666.0, 8667.0, 8667.0, 8654.0, 8686.0, 8672.0, 8701.0, 8697.0, 8671.0, 8684.0, 8687.0, 8669.0, 8670.0, 8670.0, 8670.0, 8666.0, 8684.0, 8700.0, 8667.0, 8696.0, 8666.0, 8669.0, 8669.0, 8696.0, 8666.0, 8667.0, 8668.0, 8682.0, 8667.0, 8695.0, 8683.0, 8654.0, 8669.0, 8683.0, 8653.0, 8683.0, 8664.0, 8666.0, 8667.0, 8667.0, 8668.0, 8650.0, 8654.0, 8666.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.002010737885462555</td></tr>
<tr><td colspan=3>aqi</td><td>0.018264433810572685</td></tr>
<tr><td colspan=3>dummy_trs</td><td>6</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>33.51593319540245</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1753036671223818</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0235759903638366</td></tr>
<tr><td colspan=3>efc</td><td>0.4451</td></tr>
<tr><td colspan=3>fber</td><td>6691.7671</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07031061793310919</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>10</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.1013215859030836</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4118086980246822</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3231829446110024</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6384543007307113</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.273788848732333</td></tr>
<tr><td colspan=3>gcor</td><td>0.0102318</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01681012101471424</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02017124369740486</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>908</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.812674940481629</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>32.5396</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>32.4589</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>146.8694</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>41.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>309967.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>686.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>304.1906</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.1031</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>491.099</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3149.5372</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3361.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>66577.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>987.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4122.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>881.5267</td></tr>
<tr><td colspan=3>tsnr</td><td>45.36176558770239</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>