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

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

<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0002_ses-02_task-alignvideo_acq-mb8_run-04_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
<script>
var timestamp = Date.now()
function read_form() {
var ds = "<unset>";
var sub = "sub-0002_ses-02_task-alignvideo_acq-mb8_run-04_bold.nii.gz";
var artifacts = [];
$('#qcartifacts-group input:checked').each(function() {
artifacts.push($(this).attr('name'));
});
var rating = $('#qcslider').val();
var payload = {
'dataset': ds,
'subject': sub,
'rating': rating,
'artifacts': artifacts,
'time_sec': (Date.now() - timestamp) / 1000,
'confidence': $('#qcextra-confidence').val(),
'comments': $('#qcextra-comments').val()
};
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
$('#btn-download').attr('href', URL.createObjectURL(file));
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
return payload
};
function toggle_rating() {
if ($('#qcrating-menu').hasClass('d-none')) {
$('#qcrating-menu').removeClass('d-none');
$('#qcrating-toggler').prop('checked', true);
} else {
$('#qcrating-menu').addClass('d-none');
$('#qcrating-toggler').prop('checked', false);
}
};
$(window).on('load',function(){
var authorization = $('#btn-post').val()
if (authorization.includes("secret_token")) {
$('#btn-post').addClass('d-none');
};
timestamp = Date.now();
});
</script>
<style type="text/css">
/* The slider itself */
.slider {
-webkit-appearance: none; /* Override default CSS styles */
appearance: none;
margin-bottom: 8px;
margin-left: 10%;
width: 80%;
height: 5px; /* Specified height */
background: #d3d3d3; /* Grey background */
outline: none; /* Remove outline */
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
transition: opacity .2s;
}
/* Mouse-over effects */
.slider:hover {
opacity: 1; /* Fully shown on mouse-over */
}
.slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
.slider::-moz-range-thumb {
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
About
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="#errors">Errors</a></li>
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
</ul>
</li>
</ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>
<div id="Basic echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-04_session-02_subject-0002_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Standard deviation of signal through time</h3><p class="elem-caption">The voxel-wise standard deviation of the signal (variability along time).</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0002/figures/sub-0002_ses-02_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0002/figures/sub-0002_ses-02_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0002/figures/sub-0002_ses-02_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-04_session-02_subject-0002_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">View of the background of the voxel-wise average of the BOLD timeseries</h3><p class="elem-caption">This panel shows a mosaic enhancing the background around the head. Artifacts usually unveil themselves in the air surrounding the head, where no signal sources are present.</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0002/figures/sub-0002_ses-02_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0002/figures/sub-0002_ses-02_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0002/figures/sub-0002_ses-02_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-04_session-02_subject-0002_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series, zoomed-in covering just the brain</h3><p class="elem-caption">This panel shows a mosaic of the brain. This mosaic is the most suitable to screen head-motion intensity inhomogeneities, global/local noise, signal leakage (for example, from the eyeballs and across the phase-encoding axis), etc.</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0002/figures/sub-0002_ses-02_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0002/figures/sub-0002_ses-02_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0002/figures/sub-0002_ses-02_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-04_session-02_subject-0002_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Carpetplot and nuisance signals</h3><p class="elem-caption">The so-called &laquo;carpetplot&raquo; may assist in assessing head-motion derived artifacts and respiation effects.</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0002/figures/sub-0002_ses-02_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0002/figures/sub-0002_ses-02_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0002/figures/sub-0002_ses-02_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg</a></small>
</div>
</div>
<div id="Extended echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-mean_run-04_session-02_subject-0002_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series</h3><p class="elem-caption">The average signal calculated across the last axis (time).</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0002/figures/sub-0002_ses-02_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0002/figures/sub-0002_ses-02_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0002/figures/sub-0002_ses-02_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg</a></small>
</div>
</div>
<div id="Extended reports shared across echos" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-04_session-02_subject-0002_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Brain extraction performance</h3><p class="elem-caption">Brain mask as internally extracted by MRIQC. Defects on the brainmask could indicate problematic aspects of the image quality-wise.</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0002/figures/sub-0002_ses-02_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0002/figures/sub-0002_ses-02_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0002/figures/sub-0002_ses-02_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-04_session-02_subject-0002_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Spatial normalization of the anatomical image</h3><p class="elem-caption">This panel shows a <em>quick-and-dirty</em> nonlinear registration into the <code>MNI152NLin2009cAsym</code> template accessed with <a href="https://templateflow.org/browse" target="_blank"><em>TemplateFlow</em></a>.</p> <div class="reportlet">
<object class="svg-reportlet" type="image/svg+xml" data="./sub-0002/figures/sub-0002_ses-02_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0002/figures/sub-0002_ses-02_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0002/figures/sub-0002_ses-02_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0002/figures/sub-0002_ses-02_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg</a></small>
</div>
</div>
<div id="About" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">About</h1>
<div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
</div>
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p> <div class="accordion accordion-flush" id="about-metadata">
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-0">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
Provenance Information
</button>
</h2>
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0002/ses-02/func/sub-0002_ses-02_task-alignvideo_acq-mb8_run-04_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>205365d40f1ba8eebd6f01540d49b4f2</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>11:26:56.410000</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_VE11C_LATEST_20160120</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.999209, 0.0342162, 0.0202632, -0.0364647, 0.991658, 0.12363]</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-04_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0941411</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-04_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>34</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4115, -7800, -7210, 458, -116, -180, 43, 82]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>258.587</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>1be3e6df-ccf5-4552-88ee-8011af212107||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.68080472946167, -0.09783216565847397, 0.04283283278346062, 117.01478576660156], [-0.09179946780204773, 2.6605465412139893, 0.33553147315979004, -93.94549560546875], [0.054364632815122604, -0.3316897451877594, 2.6787281036376953, -7.9680891036987305], [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': ['112656.410000', '112656.870000', '112657.330000', '112657.790000', '112658.250000', '112658.710000', '112659.170000', '112659.630000', '112700.090000', '112700.550000', '112701.010000', '112701.470000', '112701.930000', '112702.390000', '112702.850000', '112703.310000', '112703.770000', '112704.230000', '112704.690000', '112705.150000', '112705.610000', '112706.070000', '112706.530000', '112706.990000', '112707.450000', '112707.910000', '112708.370000', '112708.830000', '112709.290000', '112709.750000', '112710.210000', '112710.670000', '112711.130000', '112711.590000', '112712.050000', '112712.510000', '112712.970000', '112713.430000', '112713.890000', '112714.350000', '112714.810000', '112715.270000', '112715.730000', '112716.190000', '112716.650000', '112717.110000', '112717.570000', '112718.030000', '112718.490000', '112718.950000', '112719.410000', '112719.870000', '112720.330000', '112720.790000', '112721.250000', '112721.710000', '112722.170000', '112722.630000', '112723.090000', '112723.550000', '112724.010000', '112724.470000', '112724.930000', '112725.390000', '112725.850000', '112726.310000', '112726.770000', '112727.230000', '112727.690000', '112728.150000', '112728.610000', '112729.070000', '112729.530000', '112729.990000', '112730.450000', '112730.910000', '112731.370000', '112731.830000', '112732.290000', '112732.750000', '112733.210000', '112733.670000', '112734.130000', '112734.590000', '112735.050000', '112735.510000', '112735.970000', '112736.430000', '112736.890000', '112737.350000', '112737.810000', '112738.270000', '112738.730000', '112739.190000', '112739.650000', '112740.110000', '112740.570000', '112741.030000', '112741.490000', '112741.950000', '112742.410000', '112742.870000', '112743.330000', '112743.790000', '112744.250000', '112744.710000', '112745.170000', '112745.630000', '112746.090000', '112746.550000', '112747.010000', '112747.470000', '112747.930000', '112748.390000', '112748.850000', '112749.310000', '112749.770000', '112750.230000', '112750.690000', '112751.150000', '112751.610000', '112752.070000', '112752.530000', '112752.990000', '112753.450000', '112753.910000', '112754.370000', '112754.830000', '112755.290000', '112755.750000', '112756.210000', '112756.670000', '112757.130000', '112757.590000', '112758.050000', '112758.510000', '112758.970000', '112759.430000', '112759.890000', '112800.350000', '112800.810000', '112801.270000', '112801.730000', '112802.190000', '112802.650000', '112803.110000', '112803.570000', '112804.030000', '112804.490000', '112804.950000', '112805.410000', '112805.870000', '112806.330000', '112806.790000', '112807.250000', '112807.710000', '112808.170000', '112808.630000', '112809.090000', '112809.550000', '112810.010000', '112810.470000', '112810.930000', '112811.390000', '112811.850000', '112812.310000', '112812.770000', '112813.230000', '112813.690000', '112814.150000', '112814.610000', '112815.070000', '112815.530000', '112815.990000', '112816.450000', '112816.910000', '112817.370000', '112817.830000', '112818.290000', '112818.750000', '112819.210000', '112819.670000', '112820.130000', '112820.590000', '112821.050000', '112821.510000', '112821.970000', '112822.430000', '112822.890000', '112823.350000', '112823.810000', '112824.270000', '112824.730000', '112825.190000', '112825.650000', '112826.110000', '112826.570000', '112827.030000', '112827.490000', '112827.950000', '112828.410000', '112828.870000', '112829.330000', '112829.790000', '112830.250000', '112830.710000', '112831.170000', '112831.630000', '112832.090000', '112832.550000', '112833.010000', '112833.470000', '112833.930000', '112834.390000', '112834.850000', '112835.310000', '112835.770000', '112836.230000', '112836.690000', '112837.150000', '112837.610000', '112838.070000', '112838.530000', '112838.990000', '112839.450000', '112839.910000', '112840.370000', '112840.830000', '112841.290000', '112841.750000', '112842.210000', '112842.670000', '112843.130000', '112843.590000', '112844.050000', '112844.510000', '112844.970000', '112845.430000', '112845.890000', '112846.350000', '112846.810000', '112847.270000', '112847.730000', '112848.190000', '112848.650000', '112849.110000', '112849.570000', '112850.030000', '112850.490000', '112850.950000', '112851.410000', '112851.870000', '112852.330000', '112852.790000', '112853.250000', '112853.710000', '112854.170000', '112854.630000', '112855.090000', '112855.550000', '112856.010000', '112856.470000', '112856.930000', '112857.390000', '112857.850000', '112858.310000', '112858.770000', '112859.230000', '112859.690000', '112900.150000', '112900.610000', '112901.070000', '112901.530000', '112901.990000', '112902.450000', '112902.910000', '112903.370000', '112903.830000', '112904.290000', '112904.750000', '112905.210000', '112905.670000', '112906.130000', '112906.590000', '112907.050000', '112907.510000', '112907.970000', '112908.430000', '112908.890000', '112909.350000', '112909.810000', '112910.270000', '112910.730000', '112911.190000', '112911.650000', '112912.110000', '112912.570000', '112913.030000', '112913.490000', '112913.950000', '112914.410000', '112914.870000', '112915.330000', '112915.790000', '112916.250000', '112916.710000', '112917.170000', '112917.630000', '112918.090000', '112918.550000', '112919.010000', '112919.470000', '112919.930000', '112920.390000', '112920.850000', '112921.310000', '112921.770000', '112922.230000', '112922.690000', '112923.150000', '112923.610000', '112924.070000', '112924.530000', '112924.990000', '112925.450000', '112925.910000', '112926.370000', '112926.830000', '112927.290000', '112927.750000', '112928.210000', '112928.670000', '112929.130000', '112929.590000', '112930.050000', '112930.510000', '112930.970000', '112931.430000', '112931.890000', '112932.350000', '112932.810000', '112933.270000', '112933.730000', '112934.190000', '112934.650000', '112935.110000', '112935.570000', '112936.030000', '112936.490000', '112936.950000', '112937.410000', '112937.870000', '112938.330000', '112938.790000', '112939.250000', '112939.710000', '112940.170000', '112940.630000', '112941.090000', '112941.550000', '112942.010000', '112942.470000', '112942.930000', '112943.390000', '112943.850000', '112944.310000', '112944.770000', '112945.230000', '112945.690000', '112946.150000', '112946.610000', '112947.070000', '112947.530000', '112947.990000', '112948.450000', '112948.910000', '112949.370000', '112949.830000', '112950.290000', '112950.750000', '112951.210000', '112951.670000', '112952.130000', '112952.590000', '112953.050000', '112953.510000', '112953.970000', '112954.430000', '112954.890000', '112955.350000', '112955.810000', '112956.270000', '112956.730000', '112957.190000', '112957.650000', '112958.110000', '112958.570000', '112959.030000', '112959.490000', '112959.950000', '113000.410000', '113000.870000', '113001.330000', '113001.790000', '113002.250000', '113002.710000', '113003.170000', '113003.630000', '113004.090000', '113004.550000', '113005.010000', '113005.470000', '113005.930000', '113006.390000', '113006.850000', '113007.310000', '113007.770000', '113008.230000', '113008.690000', '113009.150000', '113009.610000', '113010.070000', '113010.530000', '113010.990000', '113011.450000', '113011.910000', '113012.370000', '113012.830000', '113013.290000', '113013.750000', '113014.210000', '113014.670000', '113015.130000', '113015.590000', '113016.050000', '113016.510000', '113016.970000', '113017.430000', '113017.890000', '113018.350000', '113018.810000', '113019.270000', '113019.730000', '113020.190000', '113020.650000', '113021.110000', '113021.570000', '113022.030000', '113022.490000', '113022.950000', '113023.410000', '113023.870000', '113024.330000', '113024.790000', '113025.250000', '113025.710000', '113026.170000', '113026.630000', '113027.090000', '113027.550000', '113028.010000', '113028.470000', '113028.930000', '113029.390000', '113029.850000', '113030.310000', '113030.770000', '113031.230000', '113031.690000', '113032.150000', '113032.610000', '113033.070000', '113033.530000', '113033.990000', '113034.450000', '113034.910000', '113035.370000', '113035.830000', '113036.290000', '113036.750000', '113037.210000', '113037.670000', '113038.130000', '113038.590000', '113039.050000', '113039.510000', '113039.970000', '113040.430000', '113040.890000', '113041.350000', '113041.810000', '113042.270000', '113042.730000', '113043.190000', '113043.650000', '113044.110000', '113044.570000', '113045.030000', '113045.490000', '113045.950000', '113046.410000', '113046.870000', '113047.330000', '113047.790000', '113048.250000', '113048.710000', '113049.170000', '113049.630000', '113050.090000', '113050.550000', '113051.010000', '113051.470000', '113051.930000', '113052.390000', '113052.850000', '113053.310000', '113053.770000', '113054.230000', '113054.690000', '113055.150000', '113055.610000', '113056.070000', '113056.530000', '113056.990000', '113057.450000', '113057.910000', '113058.370000', '113058.830000', '113059.290000', '113059.750000', '113100.210000', '113100.670000', '113101.130000', '113101.590000', '113102.050000', '113102.510000', '113102.970000', '113103.430000', '113103.890000', '113104.350000', '113104.810000', '113105.270000', '113105.730000', '113106.190000', '113106.650000', '113107.110000', '113107.570000', '113108.030000', '113108.490000', '113108.950000', '113109.410000', '113109.870000', '113110.330000', '113110.790000', '113111.250000', '113111.710000', '113112.170000', '113112.630000', '113113.090000', '113113.550000', '113114.010000', '113114.470000', '113114.930000', '113115.390000', '113115.850000', '113116.310000', '113116.770000', '113117.230000', '113117.690000', '113118.150000', '113118.610000', '113119.070000', '113119.530000', '113119.990000', '113120.450000', '113120.910000', '113121.370000', '113121.830000', '113122.290000', '113122.750000', '113123.210000', '113123.670000', '113124.130000', '113124.590000', '113125.050000', '113125.510000', '113125.970000', '113126.430000', '113126.890000', '113127.350000', '113127.810000', '113128.270000', '113128.730000', '113129.190000', '113129.650000', '113130.110000', '113130.570000', '113131.030000', '113131.490000', '113131.950000', '113132.410000', '113132.870000', '113133.330000', '113133.790000', '113134.250000', '113134.710000', '113135.170000', '113135.630000', '113136.090000', '113136.550000', '113137.010000', '113137.470000', '113137.930000', '113138.390000', '113138.850000', '113139.310000', '113139.770000', '113140.230000', '113140.690000', '113141.150000', '113141.610000', '113142.070000', '113142.530000', '113142.990000', '113143.450000', '113143.910000', '113144.370000', '113144.830000', '113145.290000', '113145.750000', '113146.210000', '113146.670000', '113147.130000', '113147.590000', '113148.050000', '113148.510000', '113148.970000', '113149.430000', '113149.890000', '113150.350000', '113150.810000', '113151.270000', '113151.730000', '113152.190000', '113152.650000', '113153.110000', '113153.570000', '113154.030000', '113154.490000', '113154.950000', '113155.410000', '113155.870000', '113156.330000', '113156.790000', '113157.250000', '113157.710000', '113158.170000', '113158.630000', '113159.090000', '113159.550000', '113200.010000', '113200.470000', '113200.930000', '113201.390000', '113201.850000', '113202.310000', '113202.770000', '113203.230000', '113203.690000', '113204.150000', '113204.610000', '113205.070000', '113205.530000', '113205.990000', '113206.450000', '113206.910000', '113207.370000', '113207.830000', '113208.290000', '113208.750000', '113209.210000', '113209.670000', '113210.130000', '113210.590000', '113211.050000', '113211.510000', '113211.970000', '113212.430000', '113212.890000', '113213.350000', '113213.810000', '113214.270000', '113214.730000', '113215.190000', '113215.650000', '113216.110000', '113216.570000', '113217.030000', '113217.490000', '113217.950000', '113218.410000', '113218.870000', '113219.330000', '113219.790000', '113220.250000', '113220.710000', '113221.170000', '113221.630000', '113222.090000', '113222.550000', '113223.010000', '113223.470000', '113223.930000', '113224.390000', '113224.850000', '113225.310000', '113225.770000', '113226.230000', '113226.690000', '113227.150000', '113227.610000', '113228.070000', '113228.530000', '113228.990000', '113229.450000', '113229.910000', '113230.370000', '113230.830000', '113231.290000', '113231.750000', '113232.210000', '113232.670000', '113233.130000', '113233.590000', '113234.050000', '113234.510000', '113234.970000', '113235.430000', '113235.890000', '113236.350000', '113236.810000', '113237.270000', '113237.730000', '113238.190000', '113238.650000', '113239.110000', '113239.570000', '113240.030000', '113240.490000', '113240.950000', '113241.410000', '113241.870000', '113242.330000', '113242.790000', '113243.250000', '113243.710000', '113244.170000', '113244.630000', '113245.090000', '113245.550000', '113246.010000', '113246.470000', '113246.930000', '113247.390000', '113247.850000', '113248.310000', '113248.770000', '113249.230000', '113249.690000', '113250.150000', '113250.610000', '113251.070000', '113251.530000', '113251.990000', '113252.450000', '113252.910000', '113253.370000', '113253.830000', '113254.290000', '113254.750000', '113255.210000', '113255.670000', '113256.130000', '113256.590000', '113257.050000', '113257.510000', '113257.970000', '113258.430000', '113258.890000', '113259.350000', '113259.810000', '113300.270000', '113300.730000', '113301.190000', '113301.650000', '113302.110000', '113302.570000', '113303.030000', '113303.490000', '113303.950000', '113304.410000', '113304.870000', '113305.330000', '113305.790000', '113306.250000', '113306.710000', '113307.170000', '113307.630000', '113308.090000', '113308.550000', '113309.010000', '113309.470000', '113309.930000', '113310.390000', '113310.850000', '113311.310000', '113311.770000', '113312.230000', '113312.690000', '113313.150000', '113313.610000', '113314.070000', '113314.530000', '113314.990000', '113315.450000', '113315.910000', '113316.370000', '113316.830000', '113317.290000', '113317.750000', '113318.210000', '113318.670000', '113319.130000', '113319.590000', '113320.050000', '113320.510000', '113320.970000', '113321.430000', '113321.890000', '113322.350000', '113322.810000', '113323.270000', '113323.730000', '113324.190000', '113324.650000', '113325.110000', '113325.570000', '113326.030000', '113326.490000', '113326.950000', '113327.410000', '113327.870000', '113328.330000', '113328.790000', '113329.250000', '113329.710000', '113330.170000', '113330.630000', '113331.090000', '113331.550000', '113332.010000', '113332.470000', '113332.930000', '113333.390000', '113333.850000', '113334.310000', '113334.770000', '113335.230000', '113335.690000', '113336.150000', '113336.610000', '113337.070000', '113337.530000', '113337.990000', '113338.450000', '113338.910000', '113339.370000', '113339.830000', '113340.290000', '113340.750000', '113341.210000', '113341.670000', '113342.130000', '113342.590000', '113343.050000', '113343.510000', '113343.970000', '113344.430000', '113344.890000', '113345.350000', '113345.810000', '113346.270000', '113346.730000', '113347.190000', '113347.650000', '113348.110000', '113348.570000', '113349.030000', '113349.490000', '113349.950000', '113350.410000', '113350.870000', '113351.330000', '113351.790000', '113352.250000', '113352.710000', '113353.170000', '113353.630000', '113354.090000', '113354.550000', '113355.010000', '113355.470000', '113355.930000', '113356.390000'], 'ContentTime': ['112714.341000', '112714.345000', '112714.348000', '112714.351000', '112714.354000', '112714.361000', '112714.363000', '112714.366000', '112714.369000', '112714.372000', '112714.375000', '112714.378000', '112714.381000', '112714.384000', '112714.387000', '112714.390000', '112714.393000', '112714.396000', '112714.399000', '112714.402000', '112714.405000', '112714.408000', '112714.411000', '112714.414000', '112714.417000', '112714.426000', '112714.428000', '112714.432000', '112714.434000', '112714.437000', '112714.440000', '112714.443000', '112714.446000', '112714.449000', '112714.452000', '112714.455000', '112734.300000', '112734.303000', '112734.306000', '112734.309000', '112734.311000', '112734.314000', '112734.317000', '112734.320000', '112734.323000', '112734.326000', '112734.329000', '112734.331000', '112734.334000', '112734.337000', '112734.340000', '112734.343000', '112734.346000', '112734.348000', '112734.351000', '112734.354000', '112734.357000', '112734.360000', '112734.363000', '112734.366000', '112734.368000', '112734.371000', '112734.374000', '112734.377000', '112734.380000', '112734.382000', '112734.385000', '112734.388000', '112734.391000', '112734.394000', '112734.397000', '112734.399000', '112734.402000', '112734.405000', '112734.408000', '112734.411000', '112734.413000', '112734.416000', '112734.419000', '112734.422000', '112754.301000', '112754.304000', '112754.307000', '112754.310000', '112754.313000', '112754.315000', '112754.318000', '112754.321000', '112754.324000', '112754.327000', '112754.330000', '112754.333000', '112754.336000', '112754.339000', '112754.342000', '112754.344000', '112754.347000', '112754.350000', '112754.353000', '112754.356000', '112754.359000', '112754.361000', '112754.364000', '112754.367000', '112754.370000', '112754.373000', '112754.376000', '112754.379000', '112754.381000', '112754.384000', '112754.387000', '112754.390000', '112754.393000', '112754.396000', '112754.399000', '112754.401000', '112754.404000', '112754.407000', '112754.410000', '112754.413000', '112754.415000', '112754.418000', '112754.421000', '112814.301000', '112814.304000', '112814.307000', '112814.310000', '112814.313000', '112814.316000', '112814.318000', '112814.321000', '112814.324000', '112814.327000', '112814.330000', '112814.333000', '112814.336000', '112814.339000', '112814.341000', '112814.344000', '112814.347000', '112814.350000', '112814.353000', '112814.364000', '112814.367000', '112814.370000', '112814.373000', '112814.376000', '112814.379000', '112814.382000', '112814.385000', '112814.387000', '112814.390000', '112814.393000', '112814.396000', '112814.399000', '112814.402000', '112814.410000', '112814.413000', '112814.416000', '112814.418000', '112814.421000', '112814.424000', '112814.427000', '112814.430000', '112814.433000', '112814.436000', '112814.438000', '112834.301000', '112834.304000', '112834.307000', '112834.310000', '112834.313000', '112834.315000', '112834.318000', '112834.321000', '112834.324000', '112834.327000', '112834.330000', '112834.333000', '112834.336000', '112834.339000', '112834.342000', '112834.345000', '112834.360000', '112834.363000', '112834.366000', '112834.369000', '112834.371000', '112834.374000', '112834.377000', '112834.380000', '112834.383000', '112834.386000', '112834.389000', '112834.392000', '112834.394000', '112834.397000', '112834.400000', '112834.403000', '112834.406000', '112834.409000', '112834.411000', '112834.414000', '112834.417000', '112834.420000', '112834.423000', '112834.425000', '112834.428000', '112834.431000', '112834.434000', '112854.301000', '112854.304000', '112854.307000', '112854.310000', '112854.313000', '112854.315000', '112854.318000', '112854.321000', '112854.324000', '112854.327000', '112854.330000', '112854.333000', '112854.335000', '112854.338000', '112854.341000', '112854.344000', '112854.347000', '112854.350000', '112854.353000', '112854.355000', '112854.358000', '112854.361000', '112854.364000', '112854.367000', '112854.370000', '112854.373000', '112854.375000', '112854.378000', '112854.381000', '112854.384000', '112854.387000', '112854.390000', '112854.393000', '112854.395000', '112854.398000', '112854.401000', '112854.404000', '112854.407000', '112854.410000', '112854.412000', '112854.415000', '112854.418000', '112854.421000', '112854.424000', '112914.300000', '112914.303000', '112914.306000', '112914.309000', '112914.312000', '112914.314000', '112914.317000', '112914.320000', '112914.323000', '112914.326000', '112914.329000', '112914.332000', '112914.334000', '112914.337000', '112914.340000', '112914.343000', '112914.346000', '112914.349000', '112914.352000', '112914.355000', '112914.358000', '112914.361000', '112914.364000', '112914.367000', '112914.370000', '112914.373000', '112914.375000', '112914.378000', '112914.381000', '112914.384000', '112914.387000', '112914.390000', '112914.393000', '112914.396000', '112914.398000', '112914.401000', '112914.404000', '112914.407000', '112914.410000', '112914.413000', '112914.416000', '112914.419000', '112914.422000', '112934.300000', '112934.303000', '112934.306000', '112934.309000', '112934.312000', '112934.314000', '112934.317000', '112934.320000', '112934.323000', '112934.326000', '112934.329000', '112934.332000', '112934.334000', '112934.337000', '112934.340000', '112934.343000', '112934.346000', '112934.349000', '112934.352000', '112934.354000', '112934.357000', '112934.360000', '112934.363000', '112934.366000', '112934.369000', '112934.372000', '112934.374000', '112934.377000', '112934.380000', '112934.383000', '112934.386000', '112934.389000', '112934.392000', '112934.394000', '112934.397000', '112934.400000', '112934.403000', '112934.406000', '112934.409000', '112934.412000', '112934.414000', '112934.417000', '112934.420000', '112934.423000', '112954.300000', '112954.303000', '112954.307000', '112954.310000', '112954.313000', '112954.316000', '112954.319000', '112954.322000', '112954.324000', '112954.327000', '112954.330000', '112954.333000', '112954.336000', '112954.339000', '112954.342000', '112954.344000', '112954.347000', '112954.350000', '112954.353000', '112954.356000', '112954.359000', '112954.362000', '112954.365000', '112954.369000', '112954.374000', '112954.377000', '112954.380000', '112954.383000', '112954.386000', '112954.389000', '112954.392000', '112954.395000', '112954.397000', '112954.400000', '112954.403000', '112954.406000', '112954.409000', '112954.412000', '112954.414000', '112954.417000', '112954.420000', '112954.423000', '112954.426000', '113014.301000', '113014.304000', '113014.307000', '113014.310000', '113014.313000', '113014.315000', '113014.318000', '113014.321000', '113014.324000', '113014.327000', '113014.330000', '113014.333000', '113014.336000', '113014.338000', '113014.341000', '113014.344000', '113014.347000', '113014.350000', '113014.353000', '113014.356000', '113014.358000', '113014.361000', '113014.364000', '113014.367000', '113014.370000', '113014.373000', '113014.376000', '113014.379000', '113014.382000', '113014.384000', '113014.387000', '113014.390000', '113014.393000', '113014.396000', '113014.399000', '113014.402000', '113014.404000', '113014.407000', '113014.410000', '113014.413000', '113014.416000', '113014.419000', '113014.422000', '113014.424000', '113034.301000', '113034.304000', '113034.307000', '113034.310000', '113034.313000', '113034.316000', '113034.318000', '113034.321000', '113034.324000', '113034.327000', '113034.330000', '113034.333000', '113034.336000', '113034.338000', '113034.341000', '113034.344000', '113034.347000', '113034.350000', '113034.353000', '113034.355000', '113034.358000', '113034.361000', '113034.364000', '113034.367000', '113034.370000', '113034.373000', '113034.376000', '113034.378000', '113034.381000', '113034.384000', '113034.387000', '113034.390000', '113034.393000', '113034.396000', '113034.399000', '113034.401000', '113034.404000', '113034.407000', '113034.410000', '113034.413000', '113034.416000', '113034.421000', '113034.424000', '113054.301000', '113054.304000', '113054.307000', '113054.310000', '113054.313000', '113054.316000', '113054.318000', '113054.321000', '113054.324000', '113054.327000', '113054.330000', '113054.333000', '113054.336000', '113054.339000', '113054.341000', '113054.344000', '113054.347000', '113054.350000', '113054.353000', '113054.356000', '113054.358000', '113054.361000', '113054.364000', '113054.367000', '113054.370000', '113054.373000', '113054.376000', '113054.378000', '113054.381000', '113054.384000', '113054.387000', '113054.390000', '113054.393000', '113054.396000', '113054.399000', '113054.401000', '113054.404000', '113054.407000', '113054.410000', '113054.413000', '113054.416000', '113054.419000', '113054.422000', '113054.425000', '113114.301000', '113114.304000', '113114.307000', '113114.310000', '113114.313000', '113114.315000', '113114.318000', '113114.321000', '113114.324000', '113114.327000', '113114.330000', '113114.333000', '113114.336000', '113114.338000', '113114.341000', '113114.345000', '113114.348000', '113114.351000', '113114.354000', '113114.357000', '113114.360000', '113114.362000', '113114.365000', '113114.368000', '113114.371000', '113114.374000', '113114.377000', '113114.380000', '113114.383000', '113114.386000', '113114.388000', '113114.391000', '113114.394000', '113114.397000', '113114.400000', '113114.403000', '113114.406000', '113114.409000', '113114.412000', '113114.415000', '113114.418000', '113114.421000', '113114.424000', '113134.300000', '113134.303000', '113134.306000', '113134.309000', '113134.312000', '113134.315000', '113134.317000', '113134.320000', '113134.323000', '113134.326000', '113134.329000', '113134.332000', '113134.335000', '113134.338000', '113134.340000', '113134.343000', '113134.346000', '113134.349000', '113134.352000', '113134.355000', '113134.358000', '113134.360000', '113134.363000', '113134.381000', '113134.384000', '113134.387000', '113134.390000', '113134.393000', '113134.396000', '113134.399000', '113134.401000', '113134.404000', '113134.407000', '113134.410000', '113134.413000', '113134.416000', '113134.419000', '113134.421000', '113134.424000', '113134.427000', '113134.430000', '113134.433000', '113134.436000', '113134.439000', '113154.300000', '113154.303000', '113154.306000', '113154.309000', '113154.312000', '113154.314000', '113154.317000', '113154.320000', '113154.323000', '113154.326000', '113154.329000', '113154.332000', '113154.335000', '113154.337000', '113154.340000', '113154.343000', '113154.346000', '113154.349000', '113154.352000', '113154.355000', '113154.357000', '113154.360000', '113154.363000', '113154.366000', '113154.369000', '113154.372000', '113154.375000', '113154.378000', '113154.380000', '113154.383000', '113154.386000', '113154.389000', '113154.392000', '113154.395000', '113154.398000', '113154.401000', '113154.403000', '113154.406000', '113154.409000', '113154.412000', '113154.415000', '113154.418000', '113154.421000', '113214.300000', '113214.303000', '113214.306000', '113214.309000', '113214.312000', '113214.315000', '113214.318000', '113214.321000', '113214.323000', '113214.326000', '113214.329000', '113214.332000', '113214.335000', '113214.338000', '113214.341000', '113214.346000', '113214.349000', '113214.352000', '113214.354000', '113214.357000', '113214.360000', '113214.363000', '113214.366000', '113214.369000', '113214.372000', '113214.375000', '113214.378000', '113214.381000', '113214.384000', '113214.387000', '113214.389000', '113214.392000', '113214.395000', '113214.398000', '113214.401000', '113214.404000', '113214.407000', '113214.410000', '113214.412000', '113214.415000', '113214.418000', '113214.421000', '113214.424000', '113214.427000', '113234.301000', '113234.304000', '113234.307000', '113234.310000', '113234.313000', '113234.316000', '113234.319000', '113234.322000', '113234.324000', '113234.327000', '113234.330000', '113234.333000', '113234.336000', '113234.339000', '113234.342000', '113234.344000', '113234.347000', '113234.350000', '113234.353000', '113234.356000', '113234.359000', '113234.362000', '113234.364000', '113234.367000', '113234.370000', '113234.373000', '113234.376000', '113234.379000', '113234.383000', '113234.386000', '113234.389000', '113234.392000', '113234.395000', '113234.398000', '113234.401000', '113234.403000', '113234.406000', '113234.409000', '113234.412000', '113234.415000', '113234.418000', '113234.421000', '113234.423000', '113254.301000', '113254.304000', '113254.307000', '113254.310000', '113254.313000', '113254.316000', '113254.319000', '113254.321000', '113254.324000', '113254.327000', '113254.330000', '113254.333000', '113254.336000', '113254.338000', '113254.341000', '113254.344000', '113254.347000', '113254.350000', '113254.353000', '113254.356000', '113254.359000', '113254.361000', '113254.364000', '113254.367000', '113254.370000', '113254.373000', '113254.376000', '113254.379000', '113254.381000', '113254.384000', '113254.387000', '113254.390000', '113254.393000', '113254.396000', '113254.399000', '113254.402000', '113254.404000', '113254.407000', '113254.410000', '113254.413000', '113254.416000', '113254.419000', '113254.422000', '113254.424000', '113314.301000', '113314.304000', '113314.307000', '113314.310000', '113314.313000', '113314.316000', '113314.318000', '113314.321000', '113314.324000', '113314.327000', '113314.330000', '113314.333000', '113314.336000', '113314.338000', '113314.341000', '113314.344000', '113314.347000', '113314.350000', '113314.353000', '113314.356000', '113314.358000', '113314.361000', '113314.364000', '113314.367000', '113314.370000', '113314.373000', '113314.375000', '113314.378000', '113314.381000', '113314.384000', '113314.387000', '113314.390000', '113314.393000', '113314.396000', '113314.398000', '113314.401000', '113314.404000', '113314.407000', '113314.410000', '113314.413000', '113314.416000', '113314.418000', '113314.421000', '113334.301000', '113334.304000', '113334.307000', '113334.310000', '113334.313000', '113334.316000', '113334.318000', '113334.321000', '113334.324000', '113334.327000', '113334.330000', '113334.333000', '113334.335000', '113334.338000', '113334.341000', '113334.344000', '113334.347000', '113334.350000', '113334.353000', '113334.355000', '113334.358000', '113334.361000', '113334.364000', '113334.367000', '113334.370000', '113334.373000', '113334.375000', '113334.378000', '113334.381000', '113334.384000', '113334.387000', '113334.390000', '113334.392000', '113334.396000', '113334.398000', '113334.401000', '113334.404000', '113334.407000', '113334.410000', '113334.413000', '113334.415000', '113334.418000', '113334.421000', '113334.424000', '113354.300000', '113354.303000', '113354.306000', '113354.309000', '113354.312000', '113354.315000', '113354.317000', '113354.320000', '113354.323000', '113354.326000', '113354.329000', '113354.332000', '113354.335000', '113354.338000', '113354.340000', '113354.343000', '113354.346000', '113354.349000', '113354.352000', '113354.355000', '113354.358000', '113354.360000', '113354.363000', '113354.366000', '113354.369000', '113354.372000', '113354.375000', '113354.378000', '113354.380000', '113354.383000', '113354.386000', '113354.389000', '113354.392000', '113354.395000', '113354.397000', '113354.400000', '113354.403000', '113354.406000', '113354.409000', '113354.412000', '113354.415000', '113354.418000', '113354.421000', '113357.767000', '113357.771000', '113357.774000', '113357.776000', '113357.779000', '113357.782000', '113357.785000', '113357.788000'], 'InstanceCreationTime': ['112714.341000', '112714.345000', '112714.348000', '112714.351000', '112714.354000', '112714.361000', '112714.363000', '112714.366000', '112714.369000', '112714.372000', '112714.375000', '112714.378000', '112714.381000', '112714.384000', '112714.387000', '112714.390000', '112714.393000', '112714.396000', '112714.399000', '112714.402000', '112714.405000', '112714.408000', '112714.411000', '112714.414000', '112714.417000', '112714.426000', '112714.428000', '112714.432000', '112714.434000', '112714.437000', '112714.440000', '112714.443000', '112714.446000', '112714.449000', '112714.452000', '112714.455000', '112734.300000', '112734.303000', '112734.306000', '112734.309000', '112734.311000', '112734.314000', '112734.317000', '112734.320000', '112734.323000', '112734.326000', '112734.329000', '112734.331000', '112734.334000', '112734.337000', '112734.340000', '112734.343000', '112734.346000', '112734.348000', '112734.351000', '112734.354000', '112734.357000', '112734.360000', '112734.363000', '112734.366000', '112734.368000', '112734.371000', '112734.374000', '112734.377000', '112734.380000', '112734.382000', '112734.385000', '112734.388000', '112734.391000', '112734.394000', '112734.397000', '112734.399000', '112734.402000', '112734.405000', '112734.408000', '112734.411000', '112734.413000', '112734.416000', '112734.419000', '112734.422000', '112754.301000', '112754.304000', '112754.307000', '112754.310000', '112754.313000', '112754.315000', '112754.318000', '112754.321000', '112754.324000', '112754.327000', '112754.330000', '112754.333000', '112754.336000', '112754.339000', '112754.342000', '112754.344000', '112754.347000', '112754.350000', '112754.353000', '112754.356000', '112754.359000', '112754.361000', '112754.364000', '112754.367000', '112754.370000', '112754.373000', '112754.376000', '112754.379000', '112754.381000', '112754.384000', '112754.387000', '112754.390000', '112754.393000', '112754.396000', '112754.399000', '112754.401000', '112754.404000', '112754.407000', '112754.410000', '112754.413000', '112754.415000', '112754.418000', '112754.421000', '112814.301000', '112814.304000', '112814.307000', '112814.310000', '112814.313000', '112814.316000', '112814.318000', '112814.321000', '112814.324000', '112814.327000', '112814.330000', '112814.333000', '112814.336000', '112814.339000', '112814.341000', '112814.344000', '112814.347000', '112814.350000', '112814.353000', '112814.364000', '112814.367000', '112814.370000', '112814.373000', '112814.376000', '112814.379000', '112814.382000', '112814.385000', '112814.387000', '112814.390000', '112814.393000', '112814.396000', '112814.399000', '112814.402000', '112814.410000', '112814.413000', '112814.416000', '112814.418000', '112814.421000', '112814.424000', '112814.427000', '112814.430000', '112814.433000', '112814.436000', '112814.438000', '112834.301000', '112834.304000', '112834.307000', '112834.310000', '112834.313000', '112834.315000', '112834.318000', '112834.321000', '112834.324000', '112834.327000', '112834.330000', '112834.333000', '112834.336000', '112834.339000', '112834.342000', '112834.345000', '112834.360000', '112834.363000', '112834.366000', '112834.369000', '112834.371000', '112834.374000', '112834.377000', '112834.380000', '112834.383000', '112834.386000', '112834.389000', '112834.392000', '112834.394000', '112834.397000', '112834.400000', '112834.403000', '112834.406000', '112834.409000', '112834.411000', '112834.414000', '112834.417000', '112834.420000', '112834.423000', '112834.425000', '112834.428000', '112834.431000', '112834.434000', '112854.301000', '112854.304000', '112854.307000', '112854.310000', '112854.313000', '112854.315000', '112854.318000', '112854.321000', '112854.324000', '112854.327000', '112854.330000', '112854.333000', '112854.335000', '112854.338000', '112854.341000', '112854.344000', '112854.347000', '112854.350000', '112854.353000', '112854.355000', '112854.358000', '112854.361000', '112854.364000', '112854.367000', '112854.370000', '112854.373000', '112854.375000', '112854.378000', '112854.381000', '112854.384000', '112854.387000', '112854.390000', '112854.393000', '112854.395000', '112854.398000', '112854.401000', '112854.404000', '112854.407000', '112854.410000', '112854.412000', '112854.415000', '112854.418000', '112854.421000', '112854.424000', '112914.300000', '112914.303000', '112914.306000', '112914.309000', '112914.312000', '112914.314000', '112914.317000', '112914.320000', '112914.323000', '112914.326000', '112914.329000', '112914.332000', '112914.334000', '112914.337000', '112914.340000', '112914.343000', '112914.346000', '112914.349000', '112914.352000', '112914.355000', '112914.358000', '112914.361000', '112914.364000', '112914.367000', '112914.370000', '112914.373000', '112914.375000', '112914.378000', '112914.381000', '112914.384000', '112914.387000', '112914.390000', '112914.393000', '112914.396000', '112914.398000', '112914.401000', '112914.404000', '112914.407000', '112914.410000', '112914.413000', '112914.416000', '112914.419000', '112914.422000', '112934.300000', '112934.303000', '112934.306000', '112934.309000', '112934.312000', '112934.314000', '112934.317000', '112934.320000', '112934.323000', '112934.326000', '112934.329000', '112934.332000', '112934.334000', '112934.337000', '112934.340000', '112934.343000', '112934.346000', '112934.349000', '112934.352000', '112934.354000', '112934.357000', '112934.360000', '112934.363000', '112934.366000', '112934.369000', '112934.372000', '112934.374000', '112934.377000', '112934.380000', '112934.383000', '112934.386000', '112934.389000', '112934.392000', '112934.394000', '112934.397000', '112934.400000', '112934.403000', '112934.406000', '112934.409000', '112934.412000', '112934.414000', '112934.417000', '112934.420000', '112934.423000', '112954.300000', '112954.303000', '112954.307000', '112954.310000', '112954.313000', '112954.316000', '112954.319000', '112954.322000', '112954.324000', '112954.327000', '112954.330000', '112954.333000', '112954.336000', '112954.339000', '112954.342000', '112954.344000', '112954.347000', '112954.350000', '112954.353000', '112954.356000', '112954.359000', '112954.362000', '112954.365000', '112954.369000', '112954.374000', '112954.377000', '112954.380000', '112954.383000', '112954.386000', '112954.389000', '112954.392000', '112954.395000', '112954.397000', '112954.400000', '112954.403000', '112954.406000', '112954.409000', '112954.412000', '112954.414000', '112954.417000', '112954.420000', '112954.423000', '112954.426000', '113014.301000', '113014.304000', '113014.307000', '113014.310000', '113014.313000', '113014.315000', '113014.318000', '113014.321000', '113014.324000', '113014.327000', '113014.330000', '113014.333000', '113014.336000', '113014.338000', '113014.341000', '113014.344000', '113014.347000', '113014.350000', '113014.353000', '113014.356000', '113014.358000', '113014.361000', '113014.364000', '113014.367000', '113014.370000', '113014.373000', '113014.376000', '113014.379000', '113014.382000', '113014.384000', '113014.387000', '113014.390000', '113014.393000', '113014.396000', '113014.399000', '113014.402000', '113014.404000', '113014.407000', '113014.410000', '113014.413000', '113014.416000', '113014.419000', '113014.422000', '113014.424000', '113034.301000', '113034.304000', '113034.307000', '113034.310000', '113034.313000', '113034.316000', '113034.318000', '113034.321000', '113034.324000', '113034.327000', '113034.330000', '113034.333000', '113034.336000', '113034.338000', '113034.341000', '113034.344000', '113034.347000', '113034.350000', '113034.353000', '113034.355000', '113034.358000', '113034.361000', '113034.364000', '113034.367000', '113034.370000', '113034.373000', '113034.376000', '113034.378000', '113034.381000', '113034.384000', '113034.387000', '113034.390000', '113034.393000', '113034.396000', '113034.399000', '113034.401000', '113034.404000', '113034.407000', '113034.410000', '113034.413000', '113034.416000', '113034.421000', '113034.424000', '113054.301000', '113054.304000', '113054.307000', '113054.310000', '113054.313000', '113054.316000', '113054.318000', '113054.321000', '113054.324000', '113054.327000', '113054.330000', '113054.333000', '113054.336000', '113054.339000', '113054.341000', '113054.344000', '113054.347000', '113054.350000', '113054.353000', '113054.356000', '113054.358000', '113054.361000', '113054.364000', '113054.367000', '113054.370000', '113054.373000', '113054.376000', '113054.378000', '113054.381000', '113054.384000', '113054.387000', '113054.390000', '113054.393000', '113054.396000', '113054.399000', '113054.401000', '113054.404000', '113054.407000', '113054.410000', '113054.413000', '113054.416000', '113054.419000', '113054.422000', '113054.425000', '113114.301000', '113114.304000', '113114.307000', '113114.310000', '113114.313000', '113114.315000', '113114.318000', '113114.321000', '113114.324000', '113114.327000', '113114.330000', '113114.333000', '113114.336000', '113114.338000', '113114.341000', '113114.345000', '113114.348000', '113114.351000', '113114.354000', '113114.357000', '113114.360000', '113114.362000', '113114.365000', '113114.368000', '113114.371000', '113114.374000', '113114.377000', '113114.380000', '113114.383000', '113114.386000', '113114.388000', '113114.391000', '113114.394000', '113114.397000', '113114.400000', '113114.403000', '113114.406000', '113114.409000', '113114.412000', '113114.415000', '113114.418000', '113114.421000', '113114.424000', '113134.300000', '113134.303000', '113134.306000', '113134.309000', '113134.312000', '113134.315000', '113134.317000', '113134.320000', '113134.323000', '113134.326000', '113134.329000', '113134.332000', '113134.335000', '113134.338000', '113134.340000', '113134.343000', '113134.346000', '113134.349000', '113134.352000', '113134.355000', '113134.358000', '113134.360000', '113134.363000', '113134.381000', '113134.384000', '113134.387000', '113134.390000', '113134.393000', '113134.396000', '113134.399000', '113134.401000', '113134.404000', '113134.407000', '113134.410000', '113134.413000', '113134.416000', '113134.419000', '113134.421000', '113134.424000', '113134.427000', '113134.430000', '113134.433000', '113134.436000', '113134.439000', '113154.300000', '113154.303000', '113154.306000', '113154.309000', '113154.312000', '113154.314000', '113154.317000', '113154.320000', '113154.323000', '113154.326000', '113154.329000', '113154.332000', '113154.335000', '113154.337000', '113154.340000', '113154.343000', '113154.346000', '113154.349000', '113154.352000', '113154.355000', '113154.357000', '113154.360000', '113154.363000', '113154.366000', '113154.369000', '113154.372000', '113154.375000', '113154.378000', '113154.380000', '113154.383000', '113154.386000', '113154.389000', '113154.392000', '113154.395000', '113154.398000', '113154.401000', '113154.403000', '113154.406000', '113154.409000', '113154.412000', '113154.415000', '113154.418000', '113154.421000', '113214.300000', '113214.303000', '113214.306000', '113214.309000', '113214.312000', '113214.315000', '113214.318000', '113214.321000', '113214.323000', '113214.326000', '113214.329000', '113214.332000', '113214.335000', '113214.338000', '113214.341000', '113214.346000', '113214.349000', '113214.352000', '113214.354000', '113214.357000', '113214.360000', '113214.363000', '113214.366000', '113214.369000', '113214.372000', '113214.375000', '113214.378000', '113214.381000', '113214.384000', '113214.387000', '113214.389000', '113214.392000', '113214.395000', '113214.398000', '113214.401000', '113214.404000', '113214.407000', '113214.410000', '113214.412000', '113214.415000', '113214.418000', '113214.421000', '113214.424000', '113214.427000', '113234.301000', '113234.304000', '113234.307000', '113234.310000', '113234.313000', '113234.316000', '113234.319000', '113234.322000', '113234.324000', '113234.327000', '113234.330000', '113234.333000', '113234.336000', '113234.339000', '113234.342000', '113234.344000', '113234.347000', '113234.350000', '113234.353000', '113234.356000', '113234.359000', '113234.362000', '113234.364000', '113234.367000', '113234.370000', '113234.373000', '113234.376000', '113234.379000', '113234.383000', '113234.386000', '113234.389000', '113234.392000', '113234.395000', '113234.398000', '113234.401000', '113234.403000', '113234.406000', '113234.409000', '113234.412000', '113234.415000', '113234.418000', '113234.421000', '113234.423000', '113254.301000', '113254.304000', '113254.307000', '113254.310000', '113254.313000', '113254.316000', '113254.319000', '113254.321000', '113254.324000', '113254.327000', '113254.330000', '113254.333000', '113254.336000', '113254.338000', '113254.341000', '113254.344000', '113254.347000', '113254.350000', '113254.353000', '113254.356000', '113254.359000', '113254.361000', '113254.364000', '113254.367000', '113254.370000', '113254.373000', '113254.376000', '113254.379000', '113254.381000', '113254.384000', '113254.387000', '113254.390000', '113254.393000', '113254.396000', '113254.399000', '113254.402000', '113254.404000', '113254.407000', '113254.410000', '113254.413000', '113254.416000', '113254.419000', '113254.422000', '113254.424000', '113314.301000', '113314.304000', '113314.307000', '113314.310000', '113314.313000', '113314.316000', '113314.318000', '113314.321000', '113314.324000', '113314.327000', '113314.330000', '113314.333000', '113314.336000', '113314.338000', '113314.341000', '113314.344000', '113314.347000', '113314.350000', '113314.353000', '113314.356000', '113314.358000', '113314.361000', '113314.364000', '113314.367000', '113314.370000', '113314.373000', '113314.375000', '113314.378000', '113314.381000', '113314.384000', '113314.387000', '113314.390000', '113314.393000', '113314.396000', '113314.398000', '113314.401000', '113314.404000', '113314.407000', '113314.410000', '113314.413000', '113314.416000', '113314.418000', '113314.421000', '113334.301000', '113334.304000', '113334.307000', '113334.310000', '113334.313000', '113334.316000', '113334.318000', '113334.321000', '113334.324000', '113334.327000', '113334.330000', '113334.333000', '113334.335000', '113334.338000', '113334.341000', '113334.344000', '113334.347000', '113334.350000', '113334.353000', '113334.355000', '113334.358000', '113334.361000', '113334.364000', '113334.367000', '113334.370000', '113334.373000', '113334.375000', '113334.378000', '113334.381000', '113334.384000', '113334.387000', '113334.390000', '113334.392000', '113334.396000', '113334.398000', '113334.401000', '113334.404000', '113334.407000', '113334.410000', '113334.413000', '113334.415000', '113334.418000', '113334.421000', '113334.424000', '113354.300000', '113354.303000', '113354.306000', '113354.309000', '113354.312000', '113354.315000', '113354.317000', '113354.320000', '113354.323000', '113354.326000', '113354.329000', '113354.332000', '113354.335000', '113354.338000', '113354.340000', '113354.343000', '113354.346000', '113354.349000', '113354.352000', '113354.355000', '113354.358000', '113354.360000', '113354.363000', '113354.366000', '113354.369000', '113354.372000', '113354.375000', '113354.378000', '113354.380000', '113354.383000', '113354.386000', '113354.389000', '113354.392000', '113354.395000', '113354.397000', '113354.400000', '113354.403000', '113354.406000', '113354.409000', '113354.412000', '113354.415000', '113354.418000', '113354.421000', '113357.767000', '113357.771000', '113357.774000', '113357.776000', '113357.779000', '113357.782000', '113357.785000', '113357.788000'], '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': [10781, 7694, 9638, 6872, 11895, 10023, 12964, 10057, 7380, 7884, 7758, 6890, 8126, 6995, 11784, 9204, 8017, 7989, 6188, 10117, 7932, 12372, 10043, 12933, 9969, 7262, 9135, 7479, 7773, 8110, 6720, 9762, 7539, 11442, 9236, 9602, 9312, 6808, 9583, 7239, 9009, 7323, 9957, 7818, 6158, 8541, 6898, 9910, 8130, 8416, 7954, 6511, 9019, 6550, 10460, 7306, 11024, 8256, 10976, 7891, 7450, 8033, 6134, 9253, 6293, 10388, 7582, 11018, 7837, 8522, 7890, 6982, 8608, 6802, 9673, 7056, 9935, 8115, 11017, 8306, 7200, 8319, 7105, 9487, 8217, 10594, 8771, 6938, 9439, 8266, 10184, 8787, 10992, 9194, 7137, 9537, 8048, 10014, 8486, 9805, 8268, 6530, 8536, 7168, 8569, 7930, 9077, 8373, 9878, 9153, 9050, 9971, 8933, 11713, 7948, 10254, 8454, 9708, 8285, 7704, 9428, 7051, 12497, 8926, 6972, 8896, 7887, 7967, 8982, 6969, 11139, 9039, 9057, 10529, 8900, 10532, 9102, 7368, 10745, 8844, 6830, 11855, 9632, 7489, 10477, 8681, 7371, 9893, 7958, 11383, 9046, 6663, 12115, 9086, 7307, 11094, 8823, 7058, 11135, 8763, 8335, 9847, 8211, 12558, 9314, 7741, 11338, 8158, 12432, 8465, 11736, 9400, 12084, 8955, 7045, 9085, 8099, 7796, 9136, 7292, 10869, 9054, 9558, 9170, 7910, 10555, 8841, 8234, 9822, 7021, 11475, 8898, 7504, 8996, 7355, 10400, 8758, 10812, 8729, 8443, 10430, 8000, 10745, 8582, 7640, 10340, 7883, 11734, 8457, 12860, 9618, 10117, 8684, 10309, 8795, 10788, 8718, 7291, 9614, 8305, 7311, 8490, 7237, 10156, 8867, 11254, 8749, 7615, 11046, 9183, 8722, 8929, 7483, 10751, 8208, 11802, 9980, 9932, 9493, 7586, 10272, 8335, 11689, 9276, 11537, 9402, 8001, 11375, 9093, 7990, 8498, 7649, 9043, 7639, 10112, 7885, 12674, 9445, 7889, 8447, 6281, 10570, 7108, 11670, 6903, 12433, 9100, 9778, 8260, 6323, 9886, 8174, 6616, 9156, 7583, 6650, 9537, 7953, 11246, 9235, 7806, 10477, 8513, 14042, 10601, 11721, 9483, 7070, 11324, 8342, 6457, 10038, 8177, 11899, 8796, 6773, 9791, 7734, 10797, 8439, 6578, 11404, 9740, 12986, 9905, 7690, 10521, 8202, 11119, 8499, 11774, 9525, 7602, 12701, 8758, 7093, 9066, 8496, 6504, 11192, 8398, 7121, 10562, 8961, 7927, 7538, 10300, 8422, 8402, 9428, 7768, 11956, 8505, 6634, 9508, 7076, 10783, 7901, 12281, 9062, 7063, 8886, 6866, 10358, 7777, 11831, 9395, 8596, 7761, 6273, 8940, 6987, 10159, 7119, 11874, 9352, 11091, 7793, 10000, 7676, 11081, 7915, 12194, 9155, 6891, 8222, 7919, 6896, 8160, 7168, 9128, 6687, 12078, 8987, 10096, 7700, 6616, 8704, 6486, 10165, 6595, 9836, 7141, 9967, 7604, 10425, 7805, 6375, 7732, 6226, 8772, 6642, 9512, 6407, 11160, 8626, 10158, 7655, 7854, 7904, 6474, 8347, 6476, 11124, 8854, 10961, 7676, 6614, 8511, 7066, 10012, 7541, 13004, 8953, 7060, 9241, 7455, 7401, 7939, 8305, 9855, 7860, 12311, 9232, 13013, 10032, 6759, 8866, 7586, 11548, 8502, 12201, 8612, 8488, 11195, 7382, 9135, 7707, 10172, 8085, 11756, 8074, 8946, 9926, 6945, 9935, 7240, 10534, 8125, 12186, 8744, 8685, 10750, 7139, 9284, 7778, 7079, 8876, 7106, 11967, 9699, 11507, 10018, 7696, 10069, 8191, 7014, 11054, 7952, 12354, 9650, 10219, 11204, 8684, 8581, 8361, 7385, 11233, 8345, 11062, 9746, 7969, 12831, 9645, 6838, 9649, 7599, 13127, 9103, 7501, 12179, 9712, 9777, 11072, 8299, 6845, 9034, 7585, 10799, 9707, 7557, 13220, 10628, 8208, 10938, 8108, 11108, 9378, 8317, 12366, 8633, 13849, 10884, 7819, 9686, 7571, 7934, 9513, 7631, 12358, 9672, 9453, 12302, 9955, 7807, 9299, 7768, 11734, 9079, 7804, 12865, 10934, 9512, 10941, 8521, 7835, 10511, 7864, 13450, 10302, 8953, 12427, 10292, 12415, 9639, 7621, 11247, 9102, 9527, 10636, 7601, 11326, 8589, 7866, 10609, 8953, 7360, 8543, 8196, 8526, 9156, 7226, 12081, 10232, 8514, 10437, 8348, 12088, 9788, 12159, 9804, 8110, 12625, 10257, 8374, 9863, 8397, 8107, 9273, 7353, 11252, 9190, 10149, 9651, 8220, 10723, 8024, 11302, 8719, 12888, 9403, 7743, 8602, 7713, 9757, 7933, 10422, 9121, 10021, 8440, 7562, 8700, 8030, 10732, 8161, 8110, 9639, 7366, 10958, 8308, 10168, 8008, 8924, 7865, 7464, 10290, 7880, 8843, 7799, 9904, 7873, 10775, 8099, 9655, 9759, 7686, 8592, 8042, 9627, 8042, 11281, 8508, 11669, 8697, 8635, 8736, 7701, 8523, 8260, 9156, 8196, 10160, 8186, 9390, 9799, 7781, 9236, 8192, 10131, 8313, 10493, 8331, 12434, 9113, 8202, 8288, 7894, 8384, 7815, 8383, 8673, 9573, 9495, 9585, 10520, 7968, 9262, 8876, 9723, 11412, 9519, 12944, 9880, 7945, 8958, 7774, 8974, 8025, 9503, 8187, 9621, 8120, 10464, 8289, 7793, 8646, 8209, 7300, 8827, 8037, 10764, 8486, 11376, 8451, 8311, 11294, 9325, 10203, 8165, 7773, 10748, 8837, 11593, 9093, 8543, 9766, 8278, 12876, 9301, 7449, 9565, 7883, 7508, 10993, 9028, 9088, 11512, 9581, 10007, 10237, 8247, 8957, 9494, 7706, 12244, 10029, 12151, 9454, 7707, 12326, 9363, 7422, 9860, 8233, 7252, 10697, 8732, 8654, 10997, 8280, 12800, 9775, 7755, 9618, 8133, 10264, 8628, 8606, 10728, 8265, 12065, 9252, 10809, 8030, 7347, 9223, 7611, 11378, 8703, 7177, 11500, 9843, 8610, 7515, 7980, 8322, 8251, 7758, 11471, 9509, 7630, 11953, 12356, 10030, 14504, 12089, 14120, 11108, 13345, 11616, 9321, 9949, 7454, 10767, 8483, 10923, 8986, 7221, 7915, 8092, 7212, 8081, 7160, 10237, 8672, 10926, 8606, 8200, 10010, 7887, 11290, 8509, 8108, 10287, 7823, 11505, 9282, 9099, 10928, 9241, 7896, 9805, 8482, 10803, 9801, 8653, 12732, 9051, 12836, 10251, 9271, 11303, 9490, 9971, 9326, 7933, 12020, 8869, 8229, 11305, 8294, 12217, 10054, 10187, 10623, 8390, 9092, 8430, 7276, 11038, 8980, 8443, 10906, 8097, 12432, 9937, 8866, 10175, 7903, 10499, 8758, 10817, 9120, 8356, 10414, 8067, 12970, 9819, 12685, 9229, 8330, 9753, 7446, 12844, 8838, 7415, 8415, 7626, 9141, 8084, 9699, 8263, 9671, 8210, 11939, 8584, 8685, 8246, 7547, 8928, 12326, 8756, 12620, 8686, 10230, 8016, 7768, 7628, 6898, 9472, 7541, 8814, 7926, 9928, 7878, 10995, 8668, 12324, 8771, 7604, 8501, 7304, 9231, 7876, 10278, 8659, 10763, 8331, 10976, 8340, 10030, 8021, 7576, 7939], 'WindowCenter': [3817.0, 3760.0, 3777.0, 3735.0, 3786.0, 3774.0, 3794.0, 3764.0, 3741.0, 3740.0, 3742.0, 3731.0, 3743.0, 3732.0, 3785.0, 3764.0, 3753.0, 3752.0, 3721.0, 3773.0, 3754.0, 3784.0, 3774.0, 3797.0, 3764.0, 3731.0, 3762.0, 3742.0, 3730.0, 3740.0, 3719.0, 3761.0, 3742.0, 3784.0, 3763.0, 3761.0, 3764.0, 3720.0, 3761.0, 3730.0, 3750.0, 3731.0, 3762.0, 3742.0, 3723.0, 3764.0, 3732.0, 3774.0, 3754.0, 3751.0, 3742.0, 3709.0, 3751.0, 3709.0, 3772.0, 3729.0, 3773.0, 3752.0, 3773.0, 3739.0, 3729.0, 3740.0, 3698.0, 3761.0, 3721.0, 3760.0, 3729.0, 3772.0, 3729.0, 3749.0, 3740.0, 3730.0, 3753.0, 3719.0, 3760.0, 3718.0, 3761.0, 3742.0, 3773.0, 3742.0, 3729.0, 3739.0, 3719.0, 3763.0, 3753.0, 3775.0, 3764.0, 3734.0, 3764.0, 3766.0, 3774.0, 3766.0, 3785.0, 3766.0, 3732.0, 3763.0, 3741.0, 3763.0, 3752.0, 3762.0, 3755.0, 3723.0, 3765.0, 3733.0, 3765.0, 3753.0, 3764.0, 3766.0, 3775.0, 3764.0, 3754.0, 3775.0, 3752.0, 3774.0, 3740.0, 3762.0, 3741.0, 3761.0, 3740.0, 3729.0, 3750.0, 3719.0, 3783.0, 3752.0, 3719.0, 3751.0, 3740.0, 3741.0, 3751.0, 3719.0, 3772.0, 3753.0, 3752.0, 3774.0, 3752.0, 3773.0, 3750.0, 3730.0, 3759.0, 3750.0, 3720.0, 3784.0, 3764.0, 3731.0, 3773.0, 3752.0, 3730.0, 3762.0, 3741.0, 3773.0, 3765.0, 3732.0, 3784.0, 3764.0, 3743.0, 3785.0, 3752.0, 3732.0, 3785.0, 3765.0, 3753.0, 3775.0, 3755.0, 3797.0, 3766.0, 3743.0, 3774.0, 3742.0, 3783.0, 3739.0, 3772.0, 3751.0, 3771.0, 3750.0, 3720.0, 3751.0, 3740.0, 3740.0, 3762.0, 3732.0, 3775.0, 3765.0, 3763.0, 3764.0, 3754.0, 3774.0, 3764.0, 3741.0, 3763.0, 3730.0, 3785.0, 3763.0, 3742.0, 3764.0, 3733.0, 3774.0, 3765.0, 3775.0, 3766.0, 3754.0, 3777.0, 3742.0, 3776.0, 3753.0, 3743.0, 3774.0, 3742.0, 3785.0, 3752.0, 3784.0, 3761.0, 3760.0, 3740.0, 3759.0, 3739.0, 3760.0, 3740.0, 3730.0, 3761.0, 3751.0, 3731.0, 3752.0, 3730.0, 3773.0, 3765.0, 3785.0, 3765.0, 3744.0, 3785.0, 3765.0, 3753.0, 3752.0, 3730.0, 3774.0, 3752.0, 3786.0, 3775.0, 3774.0, 3776.0, 3743.0, 3774.0, 3766.0, 3796.0, 3763.0, 3785.0, 3765.0, 3754.0, 3785.0, 3765.0, 3753.0, 3766.0, 3756.0, 3767.0, 3742.0, 3774.0, 3753.0, 3795.0, 3765.0, 3742.0, 3754.0, 3722.0, 3773.0, 3732.0, 3773.0, 3732.0, 3784.0, 3753.0, 3762.0, 3752.0, 3722.0, 3774.0, 3752.0, 3731.0, 3763.0, 3743.0, 3733.0, 3774.0, 3758.0, 3799.0, 3777.0, 3755.0, 3786.0, 3767.0, 3796.0, 3775.0, 3785.0, 3765.0, 3733.0, 3786.0, 3753.0, 3721.0, 3773.0, 3753.0, 3784.0, 3753.0, 3732.0, 3775.0, 3742.0, 3772.0, 3752.0, 3721.0, 3785.0, 3763.0, 3795.0, 3763.0, 3743.0, 3772.0, 3741.0, 3771.0, 3751.0, 3782.0, 3763.0, 3729.0, 3782.0, 3749.0, 3730.0, 3749.0, 3750.0, 3719.0, 3772.0, 3753.0, 3733.0, 3786.0, 3765.0, 3753.0, 3742.0, 3773.0, 3752.0, 3754.0, 3765.0, 3742.0, 3784.0, 3752.0, 3721.0, 3762.0, 3731.0, 3773.0, 3741.0, 3784.0, 3753.0, 3731.0, 3751.0, 3718.0, 3762.0, 3744.0, 3785.0, 3764.0, 3751.0, 3742.0, 3721.0, 3752.0, 3731.0, 3763.0, 3730.0, 3784.0, 3753.0, 3774.0, 3730.0, 3760.0, 3731.0, 3772.0, 3741.0, 3772.0, 3751.0, 3719.0, 3738.0, 3741.0, 3717.0, 3740.0, 3719.0, 3765.0, 3720.0, 3783.0, 3751.0, 3761.0, 3729.0, 3707.0, 3740.0, 3706.0, 3759.0, 3706.0, 3750.0, 3717.0, 3761.0, 3741.0, 3761.0, 3729.0, 3707.0, 3730.0, 3697.0, 3741.0, 3719.0, 3762.0, 3710.0, 3772.0, 3752.0, 3761.0, 3730.0, 3738.0, 3740.0, 3709.0, 3741.0, 3720.0, 3773.0, 3764.0, 3774.0, 3743.0, 3720.0, 3751.0, 3732.0, 3775.0, 3744.0, 3795.0, 3765.0, 3744.0, 3766.0, 3744.0, 3743.0, 3755.0, 3754.0, 3776.0, 3754.0, 3787.0, 3764.0, 3796.0, 3775.0, 3733.0, 3764.0, 3742.0, 3773.0, 3754.0, 3784.0, 3752.0, 3752.0, 3774.0, 3732.0, 3763.0, 3743.0, 3771.0, 3741.0, 3782.0, 3752.0, 3762.0, 3763.0, 3730.0, 3764.0, 3743.0, 3773.0, 3742.0, 3785.0, 3753.0, 3753.0, 3773.0, 3731.0, 3762.0, 3743.0, 3732.0, 3763.0, 3733.0, 3784.0, 3775.0, 3784.0, 3776.0, 3743.0, 3773.0, 3752.0, 3731.0, 3783.0, 3754.0, 3794.0, 3764.0, 3772.0, 3785.0, 3753.0, 3752.0, 3753.0, 3742.0, 3783.0, 3754.0, 3785.0, 3775.0, 3752.0, 3797.0, 3774.0, 3731.0, 3761.0, 3742.0, 3793.0, 3762.0, 3742.0, 3794.0, 3774.0, 3762.0, 3771.0, 3753.0, 3730.0, 3761.0, 3752.0, 3783.0, 3774.0, 3753.0, 3795.0, 3785.0, 3752.0, 3783.0, 3751.0, 3771.0, 3761.0, 3751.0, 3794.0, 3751.0, 3793.0, 3772.0, 3739.0, 3759.0, 3739.0, 3738.0, 3760.0, 3740.0, 3781.0, 3772.0, 3772.0, 3784.0, 3772.0, 3738.0, 3761.0, 3741.0, 3781.0, 3763.0, 3754.0, 3794.0, 3784.0, 3773.0, 3782.0, 3762.0, 3740.0, 3771.0, 3751.0, 3793.0, 3773.0, 3762.0, 3784.0, 3773.0, 3781.0, 3761.0, 3738.0, 3770.0, 3749.0, 3759.0, 3770.0, 3739.0, 3771.0, 3750.0, 3751.0, 3784.0, 3762.0, 3740.0, 3750.0, 3763.0, 3764.0, 3776.0, 3754.0, 3797.0, 3785.0, 3763.0, 3783.0, 3753.0, 3794.0, 3775.0, 3781.0, 3773.0, 3752.0, 3784.0, 3773.0, 3749.0, 3760.0, 3749.0, 3736.0, 3760.0, 3740.0, 3782.0, 3761.0, 3772.0, 3761.0, 3750.0, 3784.0, 3741.0, 3783.0, 3750.0, 3781.0, 3760.0, 3738.0, 3748.0, 3739.0, 3760.0, 3738.0, 3771.0, 3761.0, 3761.0, 3750.0, 3740.0, 3761.0, 3750.0, 3770.0, 3751.0, 3740.0, 3762.0, 3741.0, 3772.0, 3751.0, 3773.0, 3751.0, 3762.0, 3752.0, 3741.0, 3771.0, 3750.0, 3761.0, 3739.0, 3760.0, 3741.0, 3783.0, 3742.0, 3762.0, 3762.0, 3740.0, 3750.0, 3740.0, 3759.0, 3740.0, 3772.0, 3750.0, 3782.0, 3751.0, 3749.0, 3751.0, 3740.0, 3748.0, 3751.0, 3761.0, 3753.0, 3772.0, 3753.0, 3762.0, 3773.0, 3755.0, 3762.0, 3752.0, 3772.0, 3752.0, 3772.0, 3751.0, 3783.0, 3763.0, 3751.0, 3753.0, 3752.0, 3752.0, 3754.0, 3751.0, 3763.0, 3773.0, 3774.0, 3762.0, 3773.0, 3741.0, 3760.0, 3749.0, 3750.0, 3769.0, 3750.0, 3769.0, 3748.0, 3727.0, 3737.0, 3725.0, 3735.0, 3726.0, 3746.0, 3736.0, 3746.0, 3728.0, 3757.0, 3738.0, 3727.0, 3748.0, 3738.0, 3727.0, 3761.0, 3740.0, 3771.0, 3750.0, 3771.0, 3752.0, 3750.0, 3785.0, 3761.0, 3760.0, 3738.0, 3728.0, 3769.0, 3750.0, 3771.0, 3749.0, 3749.0, 3760.0, 3738.0, 3782.0, 3750.0, 3728.0, 3758.0, 3740.0, 3729.0, 3771.0, 3751.0, 3750.0, 3782.0, 3763.0, 3760.0, 3772.0, 3751.0, 3749.0, 3761.0, 3741.0, 3782.0, 3761.0, 3769.0, 3762.0, 3739.0, 3781.0, 3749.0, 3727.0, 3758.0, 3738.0, 3729.0, 3769.0, 3751.0, 3749.0, 3772.0, 3750.0, 3783.0, 3761.0, 3739.0, 3761.0, 3739.0, 3758.0, 3750.0, 3749.0, 3771.0, 3738.0, 3782.0, 3749.0, 3759.0, 3738.0, 3728.0, 3761.0, 3739.0, 3782.0, 3776.0, 3744.0, 3797.0, 3787.0, 3763.0, 3739.0, 3738.0, 3749.0, 3752.0, 3739.0, 3782.0, 3774.0, 3754.0, 3797.0, 3797.0, 3775.0, 3797.0, 3784.0, 3783.0, 3760.0, 3767.0, 3745.0, 3722.0, 3733.0, 3699.0, 3742.0, 3721.0, 3742.0, 3721.0, 3700.0, 3711.0, 3722.0, 3711.0, 3724.0, 3716.0, 3759.0, 3750.0, 3770.0, 3750.0, 3739.0, 3760.0, 3739.0, 3768.0, 3749.0, 3738.0, 3760.0, 3729.0, 3770.0, 3762.0, 3762.0, 3771.0, 3762.0, 3739.0, 3760.0, 3751.0, 3771.0, 3773.0, 3751.0, 3794.0, 3752.0, 3783.0, 3773.0, 3762.0, 3770.0, 3760.0, 3758.0, 3747.0, 3738.0, 3769.0, 3750.0, 3739.0, 3771.0, 3739.0, 3781.0, 3761.0, 3759.0, 3759.0, 3737.0, 3748.0, 3737.0, 3728.0, 3769.0, 3761.0, 3749.0, 3771.0, 3739.0, 3782.0, 3762.0, 3749.0, 3760.0, 3739.0, 3759.0, 3751.0, 3770.0, 3761.0, 3738.0, 3771.0, 3739.0, 3781.0, 3759.0, 3779.0, 3749.0, 3737.0, 3759.0, 3727.0, 3779.0, 3748.0, 3728.0, 3749.0, 3740.0, 3761.0, 3751.0, 3760.0, 3751.0, 3772.0, 3752.0, 3782.0, 3750.0, 3749.0, 3739.0, 3727.0, 3749.0, 3769.0, 3738.0, 3770.0, 3738.0, 3757.0, 3728.0, 3727.0, 3739.0, 3728.0, 3759.0, 3739.0, 3750.0, 3739.0, 3759.0, 3740.0, 3771.0, 3752.0, 3781.0, 3750.0, 3727.0, 3738.0, 3727.0, 3748.0, 3739.0, 3759.0, 3751.0, 3769.0, 3739.0, 3769.0, 3739.0, 3758.0, 3738.0, 3726.0, 3738.0], 'WindowWidth': [8559.0, 8466.0, 8485.0, 8427.0, 8492.0, 8474.0, 8498.0, 8457.0, 8425.0, 8421.0, 8426.0, 8411.0, 8429.0, 8414.0, 8488.0, 8461.0, 8443.0, 8441.0, 8400.0, 8470.0, 8444.0, 8486.0, 8471.0, 8509.0, 8457.0, 8411.0, 8453.0, 8428.0, 8407.0, 8421.0, 8393.0, 8450.0, 8427.0, 8482.0, 8456.0, 8451.0, 8459.0, 8394.0, 8448.0, 8405.0, 8434.0, 8411.0, 8452.0, 8427.0, 8403.0, 8459.0, 8415.0, 8472.0, 8445.0, 8436.0, 8425.0, 8379.0, 8436.0, 8377.0, 8466.0, 8405.0, 8467.0, 8439.0, 8468.0, 8419.0, 8403.0, 8419.0, 8360.0, 8450.0, 8396.0, 8447.0, 8404.0, 8463.0, 8404.0, 8429.0, 8419.0, 8407.0, 8441.0, 8389.0, 8446.0, 8389.0, 8450.0, 8426.0, 8468.0, 8425.0, 8402.0, 8417.0, 8391.0, 8454.0, 8442.0, 8473.0, 8460.0, 8417.0, 8458.0, 8466.0, 8473.0, 8463.0, 8488.0, 8463.0, 8414.0, 8455.0, 8422.0, 8453.0, 8440.0, 8452.0, 8446.0, 8404.0, 8460.0, 8418.0, 8462.0, 8444.0, 8458.0, 8463.0, 8473.0, 8459.0, 8443.0, 8474.0, 8439.0, 8473.0, 8420.0, 8452.0, 8419.0, 8448.0, 8420.0, 8401.0, 8432.0, 8389.0, 8483.0, 8438.0, 8390.0, 8435.0, 8419.0, 8420.0, 8435.0, 8391.0, 8465.0, 8441.0, 8439.0, 8470.0, 8438.0, 8467.0, 8432.0, 8406.0, 8443.0, 8432.0, 8393.0, 8482.0, 8455.0, 8409.0, 8468.0, 8439.0, 8406.0, 8449.0, 8421.0, 8466.0, 8460.0, 8413.0, 8486.0, 8459.0, 8430.0, 8487.0, 8438.0, 8412.0, 8487.0, 8460.0, 8441.0, 8474.0, 8448.0, 8508.0, 8462.0, 8426.0, 8471.0, 8422.0, 8481.0, 8415.0, 8465.0, 8434.0, 8463.0, 8433.0, 8391.0, 8433.0, 8420.0, 8420.0, 8451.0, 8410.0, 8475.0, 8459.0, 8456.0, 8459.0, 8445.0, 8469.0, 8457.0, 8422.0, 8453.0, 8407.0, 8486.0, 8454.0, 8427.0, 8458.0, 8414.0, 8470.0, 8461.0, 8473.0, 8462.0, 8444.0, 8478.0, 8427.0, 8476.0, 8442.0, 8428.0, 8469.0, 8425.0, 8488.0, 8439.0, 8485.0, 8448.0, 8446.0, 8417.0, 8441.0, 8415.0, 8444.0, 8419.0, 8406.0, 8446.0, 8435.0, 8409.0, 8437.0, 8409.0, 8467.0, 8461.0, 8487.0, 8461.0, 8431.0, 8487.0, 8459.0, 8441.0, 8439.0, 8407.0, 8471.0, 8439.0, 8490.0, 8473.0, 8470.0, 8476.0, 8431.0, 8470.0, 8464.0, 8503.0, 8457.0, 8486.0, 8460.0, 8445.0, 8490.0, 8460.0, 8443.0, 8464.0, 8452.0, 8469.0, 8426.0, 8473.0, 8441.0, 8504.0, 8462.0, 8427.0, 8445.0, 8399.0, 8470.0, 8411.0, 8467.0, 8413.0, 8485.0, 8441.0, 8451.0, 8440.0, 8403.0, 8471.0, 8440.0, 8411.0, 8455.0, 8431.0, 8417.0, 8474.0, 8457.0, 8513.0, 8481.0, 8449.0, 8490.0, 8467.0, 8507.0, 8475.0, 8488.0, 8461.0, 8416.0, 8491.0, 8442.0, 8397.0, 8470.0, 8444.0, 8484.0, 8443.0, 8413.0, 8474.0, 8428.0, 8468.0, 8441.0, 8396.0, 8488.0, 8457.0, 8503.0, 8455.0, 8427.0, 8464.0, 8420.0, 8460.0, 8436.0, 8478.0, 8455.0, 8404.0, 8480.0, 8431.0, 8406.0, 8432.0, 8433.0, 8392.0, 8467.0, 8441.0, 8417.0, 8492.0, 8463.0, 8444.0, 8427.0, 8468.0, 8439.0, 8445.0, 8462.0, 8427.0, 8487.0, 8439.0, 8396.0, 8453.0, 8408.0, 8468.0, 8423.0, 8484.0, 8442.0, 8408.0, 8434.0, 8389.0, 8451.0, 8431.0, 8488.0, 8459.0, 8437.0, 8424.0, 8398.0, 8438.0, 8409.0, 8455.0, 8409.0, 8486.0, 8441.0, 8469.0, 8407.0, 8446.0, 8407.0, 8463.0, 8422.0, 8465.0, 8434.0, 8388.0, 8413.0, 8420.0, 8386.0, 8419.0, 8388.0, 8459.0, 8394.0, 8480.0, 8435.0, 8446.0, 8404.0, 8371.0, 8418.0, 8368.0, 8443.0, 8368.0, 8430.0, 8383.0, 8448.0, 8424.0, 8449.0, 8405.0, 8372.0, 8405.0, 8359.0, 8422.0, 8391.0, 8452.0, 8380.0, 8464.0, 8437.0, 8448.0, 8407.0, 8414.0, 8421.0, 8377.0, 8422.0, 8393.0, 8469.0, 8458.0, 8471.0, 8431.0, 8397.0, 8438.0, 8413.0, 8473.0, 8432.0, 8502.0, 8463.0, 8434.0, 8465.0, 8434.0, 8431.0, 8448.0, 8445.0, 8477.0, 8445.0, 8495.0, 8459.0, 8505.0, 8474.0, 8416.0, 8458.0, 8425.0, 8469.0, 8445.0, 8485.0, 8440.0, 8440.0, 8471.0, 8415.0, 8455.0, 8430.0, 8463.0, 8425.0, 8480.0, 8440.0, 8453.0, 8456.0, 8409.0, 8457.0, 8429.0, 8469.0, 8427.0, 8490.0, 8444.0, 8442.0, 8470.0, 8411.0, 8451.0, 8431.0, 8414.0, 8459.0, 8416.0, 8486.0, 8474.0, 8486.0, 8478.0, 8431.0, 8469.0, 8440.0, 8412.0, 8484.0, 8446.0, 8501.0, 8459.0, 8468.0, 8487.0, 8444.0, 8440.0, 8443.0, 8428.0, 8484.0, 8448.0, 8488.0, 8475.0, 8443.0, 8509.0, 8472.0, 8412.0, 8451.0, 8430.0, 8497.0, 8455.0, 8426.0, 8501.0, 8473.0, 8453.0, 8465.0, 8443.0, 8409.0, 8453.0, 8444.0, 8484.0, 8474.0, 8444.0, 8505.0, 8490.0, 8440.0, 8484.0, 8440.0, 8464.0, 8453.0, 8436.0, 8500.0, 8438.0, 8499.0, 8467.0, 8419.0, 8445.0, 8421.0, 8416.0, 8450.0, 8422.0, 8479.0, 8469.0, 8468.0, 8487.0, 8468.0, 8418.0, 8452.0, 8427.0, 8479.0, 8457.0, 8450.0, 8505.0, 8488.0, 8469.0, 8481.0, 8456.0, 8423.0, 8466.0, 8440.0, 8500.0, 8472.0, 8453.0, 8488.0, 8471.0, 8479.0, 8453.0, 8418.0, 8462.0, 8433.0, 8444.0, 8461.0, 8418.0, 8464.0, 8437.0, 8441.0, 8488.0, 8456.0, 8423.0, 8437.0, 8460.0, 8463.0, 8481.0, 8449.0, 8510.0, 8492.0, 8458.0, 8485.0, 8444.0, 8503.0, 8477.0, 8481.0, 8470.0, 8441.0, 8488.0, 8471.0, 8433.0, 8449.0, 8434.0, 8413.0, 8449.0, 8424.0, 8482.0, 8453.0, 8467.0, 8454.0, 8438.0, 8490.0, 8424.0, 8487.0, 8436.0, 8479.0, 8448.0, 8415.0, 8431.0, 8419.0, 8449.0, 8417.0, 8463.0, 8451.0, 8450.0, 8435.0, 8422.0, 8453.0, 8436.0, 8461.0, 8438.0, 8420.0, 8454.0, 8425.0, 8468.0, 8438.0, 8469.0, 8438.0, 8453.0, 8442.0, 8425.0, 8466.0, 8437.0, 8450.0, 8421.0, 8449.0, 8424.0, 8483.0, 8427.0, 8453.0, 8455.0, 8422.0, 8435.0, 8421.0, 8446.0, 8422.0, 8466.0, 8436.0, 8482.0, 8438.0, 8432.0, 8436.0, 8422.0, 8430.0, 8440.0, 8453.0, 8445.0, 8469.0, 8443.0, 8455.0, 8469.0, 8450.0, 8454.0, 8443.0, 8466.0, 8440.0, 8466.0, 8439.0, 8485.0, 8456.0, 8438.0, 8445.0, 8443.0, 8443.0, 8450.0, 8440.0, 8458.0, 8470.0, 8473.0, 8454.0, 8471.0, 8422.0, 8449.0, 8428.0, 8433.0, 8455.0, 8434.0, 8456.0, 8428.0, 8397.0, 8412.0, 8392.0, 8406.0, 8395.0, 8422.0, 8411.0, 8422.0, 8400.0, 8439.0, 8416.0, 8400.0, 8428.0, 8416.0, 8400.0, 8451.0, 8423.0, 8464.0, 8437.0, 8464.0, 8440.0, 8436.0, 8488.0, 8450.0, 8448.0, 8416.0, 8402.0, 8457.0, 8436.0, 8462.0, 8433.0, 8432.0, 8446.0, 8415.0, 8480.0, 8434.0, 8402.0, 8441.0, 8423.0, 8407.0, 8463.0, 8437.0, 8434.0, 8481.0, 8456.0, 8449.0, 8465.0, 8438.0, 8431.0, 8449.0, 8424.0, 8479.0, 8448.0, 8460.0, 8452.0, 8418.0, 8478.0, 8431.0, 8398.0, 8439.0, 8415.0, 8403.0, 8458.0, 8439.0, 8432.0, 8466.0, 8435.0, 8484.0, 8451.0, 8418.0, 8450.0, 8420.0, 8442.0, 8435.0, 8431.0, 8464.0, 8415.0, 8480.0, 8431.0, 8445.0, 8415.0, 8402.0, 8449.0, 8418.0, 8479.0, 8483.0, 8436.0, 8512.0, 8498.0, 8456.0, 8421.0, 8418.0, 8433.0, 8441.0, 8420.0, 8480.0, 8475.0, 8450.0, 8510.0, 8513.0, 8479.0, 8514.0, 8488.0, 8485.0, 8447.0, 8450.0, 8417.0, 8379.0, 8394.0, 8345.0, 8405.0, 8377.0, 8406.0, 8377.0, 8348.0, 8364.0, 8382.0, 8367.0, 8391.0, 8384.0, 8443.0, 8433.0, 8461.0, 8436.0, 8418.0, 8446.0, 8417.0, 8454.0, 8431.0, 8415.0, 8447.0, 8403.0, 8461.0, 8453.0, 8452.0, 8465.0, 8453.0, 8418.0, 8447.0, 8437.0, 8465.0, 8470.0, 8437.0, 8500.0, 8440.0, 8484.0, 8470.0, 8453.0, 8463.0, 8445.0, 8440.0, 8425.0, 8414.0, 8457.0, 8433.0, 8417.0, 8463.0, 8416.0, 8477.0, 8450.0, 8446.0, 8444.0, 8414.0, 8427.0, 8412.0, 8401.0, 8459.0, 8450.0, 8431.0, 8463.0, 8420.0, 8481.0, 8452.0, 8431.0, 8447.0, 8418.0, 8445.0, 8437.0, 8462.0, 8451.0, 8415.0, 8464.0, 8418.0, 8478.0, 8444.0, 8472.0, 8430.0, 8414.0, 8446.0, 8399.0, 8473.0, 8428.0, 8404.0, 8431.0, 8423.0, 8452.0, 8437.0, 8448.0, 8438.0, 8469.0, 8441.0, 8481.0, 8434.0, 8430.0, 8417.0, 8398.0, 8431.0, 8458.0, 8415.0, 8459.0, 8413.0, 8437.0, 8401.0, 8399.0, 8417.0, 8402.0, 8445.0, 8417.0, 8433.0, 8419.0, 8443.0, 8420.0, 8465.0, 8439.0, 8478.0, 8433.0, 8398.0, 8415.0, 8398.0, 8425.0, 8416.0, 8444.0, 8436.0, 8458.0, 8418.0, 8457.0, 8418.0, 8439.0, 8415.0, 8397.0, 8415.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.00076625</td></tr>
<tr><td colspan=3>aqi</td><td>0.048425595833333335</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.11046926543364</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1425053548408333</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9320643893852905</td></tr>
<tr><td colspan=3>efc</td><td>0.4473</td></tr>
<tr><td colspan=3>fber</td><td>6671.186</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.09483427078044183</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>30</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>3.289473684210526</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.6021435198805243</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4251834876336655</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.934861930027439</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.446385141980469</td></tr>
<tr><td colspan=3>gcor</td><td>0.00459765</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.014361200854182243</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02289387956261635</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>912</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.7974194386547118</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>23.987</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>31.2745</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>143.4069</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>39.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>310024.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>639.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>287.6286</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.0196</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>468.3821</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3008.5442</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3209.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>66520.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>961.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3954.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>845.0412</td></tr>
<tr><td colspan=3>tsnr</td><td>30.78992309968453</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>