ds005256-mriqc/sub-0002_ses-04_task-alignvideo_acq-mb8_run-02_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
110 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-04_task-alignvideo_acq-mb8_run-02_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-04_task-alignvideo_acq-mb8_run-02_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-02_session-04_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-04_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0002/figures/sub-0002_ses-04_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0002/figures/sub-0002_ses-04_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-02_session-04_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-04_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0002/figures/sub-0002_ses-04_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0002/figures/sub-0002_ses-04_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-02_session-04_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-04_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0002/figures/sub-0002_ses-04_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0002/figures/sub-0002_ses-04_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-02_session-04_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-04_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0002/figures/sub-0002_ses-04_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0002/figures/sub-0002_ses-04_task-alignvideo_acq-mb8_run-02_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-02_session-04_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-04_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0002/figures/sub-0002_ses-04_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0002/figures/sub-0002_ses-04_task-alignvideo_acq-mb8_run-02_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-02_session-04_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-04_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0002/figures/sub-0002_ses-04_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0002/figures/sub-0002_ses-04_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-04_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-04_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0002/figures/sub-0002_ses-04_task-alignvideo_acq-mb8_run-02_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-04_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0002/figures/sub-0002_ses-04_task-alignvideo_acq-mb8_run-02_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-04/func/sub-0002_ses-04_task-alignvideo_acq-mb8_run-02_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>85a2febf247aa1b1d03615c9b44c6070</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:02:4.642500</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.999564, 0.022709, 0.0188689, -0.0235561, 0.998666, 0.0459541]</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-02_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.0728464</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-02_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>34</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4161, -7726, -7484, 403, 1, -196, 42, 58]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>237.481</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>e7258511-1b0e-4c49-8d17-c9983ce62c9b||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.6817572116851807, -0.0631992295384407, 0.04806029051542282, 117.37158966064453], [-0.06092659384012222, 2.679347276687622, 0.12522217631340027, -102.59447479248047], [0.050623759627342224, -0.12329160422086716, 2.6966664791107178, -66.14140319824219], [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, 926]</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, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926], 'AcquisitionTime': ['110204.642500', '110205.102500', '110205.562500', '110206.022500', '110206.482500', '110206.942500', '110207.402500', '110207.862500', '110208.322500', '110208.782500', '110209.242500', '110209.702500', '110210.162500', '110210.622500', '110211.082500', '110211.542500', '110212.002500', '110212.462500', '110212.922500', '110213.382500', '110213.842500', '110214.302500', '110214.762500', '110215.222500', '110215.682500', '110216.142500', '110216.602500', '110217.062500', '110217.522500', '110217.982500', '110218.442500', '110218.902500', '110219.362500', '110219.822500', '110220.282500', '110220.742500', '110221.202500', '110221.662500', '110222.122500', '110222.582500', '110223.042500', '110223.502500', '110223.962500', '110224.422500', '110224.882500', '110225.342500', '110225.802500', '110226.262500', '110226.722500', '110227.182500', '110227.642500', '110228.102500', '110228.562500', '110229.022500', '110229.482500', '110229.942500', '110230.402500', '110230.862500', '110231.322500', '110231.782500', '110232.242500', '110232.702500', '110233.162500', '110233.622500', '110234.082500', '110234.542500', '110235.002500', '110235.462500', '110235.922500', '110236.382500', '110236.842500', '110237.302500', '110237.762500', '110238.222500', '110238.682500', '110239.142500', '110239.602500', '110240.062500', '110240.522500', '110240.982500', '110241.442500', '110241.902500', '110242.362500', '110242.822500', '110243.282500', '110243.742500', '110244.202500', '110244.662500', '110245.122500', '110245.582500', '110246.042500', '110246.502500', '110246.962500', '110247.422500', '110247.882500', '110248.342500', '110248.802500', '110249.262500', '110249.722500', '110250.182500', '110250.642500', '110251.102500', '110251.562500', '110252.022500', '110252.482500', '110252.942500', '110253.402500', '110253.862500', '110254.322500', '110254.782500', '110255.242500', '110255.702500', '110256.162500', '110256.622500', '110257.082500', '110257.542500', '110258.002500', '110258.462500', '110258.922500', '110259.382500', '110259.842500', '110300.302500', '110300.762500', '110301.222500', '110301.682500', '110302.142500', '110302.602500', '110303.062500', '110303.522500', '110303.982500', '110304.442500', '110304.902500', '110305.362500', '110305.822500', '110306.282500', '110306.742500', '110307.202500', '110307.662500', '110308.122500', '110308.582500', '110309.042500', '110309.502500', '110309.962500', '110310.422500', '110310.882500', '110311.342500', '110311.802500', '110312.262500', '110312.722500', '110313.182500', '110313.642500', '110314.102500', '110314.562500', '110315.022500', '110315.482500', '110315.942500', '110316.402500', '110316.862500', '110317.322500', '110317.782500', '110318.242500', '110318.702500', '110319.162500', '110319.622500', '110320.082500', '110320.542500', '110321.002500', '110321.462500', '110321.922500', '110322.382500', '110322.842500', '110323.302500', '110323.762500', '110324.222500', '110324.682500', '110325.142500', '110325.602500', '110326.062500', '110326.522500', '110326.982500', '110327.442500', '110327.902500', '110328.362500', '110328.822500', '110329.282500', '110329.742500', '110330.202500', '110330.662500', '110331.122500', '110331.582500', '110332.042500', '110332.502500', '110332.962500', '110333.422500', '110333.882500', '110334.342500', '110334.802500', '110335.262500', '110335.722500', '110336.182500', '110336.642500', '110337.102500', '110337.562500', '110338.022500', '110338.482500', '110338.942500', '110339.402500', '110339.862500', '110340.322500', '110340.782500', '110341.242500', '110341.702500', '110342.162500', '110342.622500', '110343.082500', '110343.542500', '110344.002500', '110344.462500', '110344.922500', '110345.382500', '110345.842500', '110346.302500', '110346.762500', '110347.222500', '110347.682500', '110348.142500', '110348.602500', '110349.062500', '110349.522500', '110349.982500', '110350.442500', '110350.902500', '110351.362500', '110351.822500', '110352.282500', '110352.742500', '110353.202500', '110353.662500', '110354.122500', '110354.582500', '110355.042500', '110355.502500', '110355.962500', '110356.422500', '110356.882500', '110357.342500', '110357.802500', '110358.262500', '110358.722500', '110359.182500', '110359.642500', '110400.102500', '110400.562500', '110401.022500', '110401.482500', '110401.942500', '110402.402500', '110402.862500', '110403.322500', '110403.782500', '110404.242500', '110404.702500', '110405.162500', '110405.622500', '110406.082500', '110406.542500', '110407.002500', '110407.462500', '110407.922500', '110408.382500', '110408.842500', '110409.302500', '110409.762500', '110410.222500', '110410.682500', '110411.142500', '110411.602500', '110412.062500', '110412.522500', '110412.982500', '110413.442500', '110413.902500', '110414.362500', '110414.822500', '110415.282500', '110415.742500', '110416.202500', '110416.662500', '110417.122500', '110417.582500', '110418.042500', '110418.502500', '110418.962500', '110419.422500', '110419.882500', '110420.342500', '110420.802500', '110421.262500', '110421.722500', '110422.182500', '110422.642500', '110423.102500', '110423.562500', '110424.022500', '110424.482500', '110424.942500', '110425.402500', '110425.862500', '110426.322500', '110426.782500', '110427.242500', '110427.702500', '110428.162500', '110428.622500', '110429.082500', '110429.542500', '110430.002500', '110430.462500', '110430.922500', '110431.382500', '110431.842500', '110432.302500', '110432.762500', '110433.222500', '110433.682500', '110434.142500', '110434.602500', '110435.062500', '110435.522500', '110435.982500', '110436.442500', '110436.902500', '110437.362500', '110437.822500', '110438.282500', '110438.742500', '110439.202500', '110439.662500', '110440.122500', '110440.582500', '110441.042500', '110441.502500', '110441.962500', '110442.422500', '110442.882500', '110443.342500', '110443.802500', '110444.262500', '110444.722500', '110445.182500', '110445.642500', '110446.102500', '110446.562500', '110447.022500', '110447.482500', '110447.942500', '110448.402500', '110448.862500', '110449.322500', '110449.782500', '110450.242500', '110450.702500', '110451.162500', '110451.622500', '110452.082500', '110452.542500', '110453.002500', '110453.462500', '110453.922500', '110454.382500', '110454.842500', '110455.302500', '110455.762500', '110456.222500', '110456.682500', '110457.142500', '110457.602500', '110458.062500', '110458.522500', '110458.982500', '110459.442500', '110459.902500', '110500.362500', '110500.822500', '110501.282500', '110501.742500', '110502.202500', '110502.662500', '110503.122500', '110503.582500', '110504.042500', '110504.502500', '110504.962500', '110505.422500', '110505.882500', '110506.342500', '110506.802500', '110507.262500', '110507.722500', '110508.182500', '110508.642500', '110509.102500', '110509.562500', '110510.022500', '110510.482500', '110510.942500', '110511.402500', '110511.862500', '110512.322500', '110512.782500', '110513.242500', '110513.702500', '110514.162500', '110514.622500', '110515.082500', '110515.542500', '110516.002500', '110516.462500', '110516.922500', '110517.382500', '110517.842500', '110518.302500', '110518.762500', '110519.222500', '110519.682500', '110520.142500', '110520.602500', '110521.062500', '110521.522500', '110521.982500', '110522.442500', '110522.902500', '110523.362500', '110523.822500', '110524.282500', '110524.742500', '110525.202500', '110525.662500', '110526.122500', '110526.582500', '110527.042500', '110527.502500', '110527.962500', '110528.422500', '110528.882500', '110529.342500', '110529.802500', '110530.262500', '110530.722500', '110531.182500', '110531.642500', '110532.102500', '110532.562500', '110533.022500', '110533.482500', '110533.942500', '110534.402500', '110534.862500', '110535.322500', '110535.782500', '110536.242500', '110536.702500', '110537.162500', '110537.622500', '110538.082500', '110538.542500', '110539.002500', '110539.462500', '110539.922500', '110540.382500', '110540.842500', '110541.302500', '110541.762500', '110542.222500', '110542.682500', '110543.142500', '110543.602500', '110544.062500', '110544.522500', '110544.982500', '110545.442500', '110545.902500', '110546.362500', '110546.822500', '110547.282500', '110547.742500', '110548.202500', '110548.662500', '110549.122500', '110549.582500', '110550.042500', '110550.502500', '110550.962500', '110551.422500', '110551.882500', '110552.342500', '110552.802500', '110553.262500', '110553.722500', '110554.182500', '110554.642500', '110555.102500', '110555.562500', '110556.022500', '110556.482500', '110556.942500', '110557.402500', '110557.862500', '110558.322500', '110558.782500', '110559.242500', '110559.702500', '110600.162500', '110600.622500', '110601.082500', '110601.542500', '110602.002500', '110602.462500', '110602.922500', '110603.382500', '110603.842500', '110604.302500', '110604.762500', '110605.222500', '110605.682500', '110606.142500', '110606.602500', '110607.062500', '110607.522500', '110607.982500', '110608.442500', '110608.902500', '110609.362500', '110609.822500', '110610.282500', '110610.742500', '110611.202500', '110611.662500', '110612.122500', '110612.582500', '110613.042500', '110613.502500', '110613.962500', '110614.422500', '110614.882500', '110615.342500', '110615.802500', '110616.262500', '110616.722500', '110617.182500', '110617.642500', '110618.102500', '110618.562500', '110619.022500', '110619.482500', '110619.942500', '110620.402500', '110620.862500', '110621.322500', '110621.782500', '110622.242500', '110622.702500', '110623.162500', '110623.622500', '110624.082500', '110624.542500', '110625.002500', '110625.462500', '110625.922500', '110626.382500', '110626.842500', '110627.302500', '110627.762500', '110628.222500', '110628.682500', '110629.142500', '110629.602500', '110630.062500', '110630.522500', '110630.982500', '110631.442500', '110631.902500', '110632.362500', '110632.822500', '110633.282500', '110633.742500', '110634.202500', '110634.662500', '110635.122500', '110635.582500', '110636.042500', '110636.502500', '110636.962500', '110637.422500', '110637.882500', '110638.342500', '110638.802500', '110639.262500', '110639.722500', '110640.182500', '110640.642500', '110641.102500', '110641.562500', '110642.022500', '110642.482500', '110642.942500', '110643.402500', '110643.862500', '110644.322500', '110644.782500', '110645.242500', '110645.702500', '110646.162500', '110646.622500', '110647.082500', '110647.542500', '110648.002500', '110648.462500', '110648.922500', '110649.382500', '110649.842500', '110650.302500', '110650.762500', '110651.222500', '110651.682500', '110652.142500', '110652.602500', '110653.062500', '110653.522500', '110653.982500', '110654.442500', '110654.902500', '110655.362500', '110655.822500', '110656.282500', '110656.742500', '110657.202500', '110657.662500', '110658.122500', '110658.582500', '110659.042500', '110659.502500', '110659.962500', '110700.422500', '110700.882500', '110701.342500', '110701.802500', '110702.262500', '110702.722500', '110703.182500', '110703.642500', '110704.102500', '110704.562500', '110705.022500', '110705.482500', '110705.942500', '110706.402500', '110706.862500', '110707.322500', '110707.782500', '110708.242500', '110708.702500', '110709.162500', '110709.622500', '110710.082500', '110710.542500', '110711.002500', '110711.462500', '110711.922500', '110712.382500', '110712.842500', '110713.302500', '110713.762500', '110714.222500', '110714.682500', '110715.142500', '110715.602500', '110716.062500', '110716.522500', '110716.982500', '110717.442500', '110717.902500', '110718.362500', '110718.822500', '110719.282500', '110719.742500', '110720.202500', '110720.662500', '110721.122500', '110721.582500', '110722.042500', '110722.502500', '110722.962500', '110723.422500', '110723.882500', '110724.342500', '110724.802500', '110725.262500', '110725.722500', '110726.182500', '110726.642500', '110727.102500', '110727.562500', '110728.022500', '110728.482500', '110728.942500', '110729.402500', '110729.862500', '110730.322500', '110730.782500', '110731.242500', '110731.702500', '110732.162500', '110732.622500', '110733.082500', '110733.542500', '110734.002500', '110734.462500', '110734.922500', '110735.382500', '110735.842500', '110736.302500', '110736.762500', '110737.222500', '110737.682500', '110738.142500', '110738.602500', '110739.062500', '110739.522500', '110739.982500', '110740.442500', '110740.902500', '110741.362500', '110741.822500', '110742.282500', '110742.742500', '110743.202500', '110743.662500', '110744.122500', '110744.582500', '110745.042500', '110745.502500', '110745.962500', '110746.422500', '110746.882500', '110747.342500', '110747.802500', '110748.262500', '110748.722500', '110749.182500', '110749.642500', '110750.102500', '110750.562500', '110751.022500', '110751.482500', '110751.942500', '110752.402500', '110752.862500', '110753.322500', '110753.782500', '110754.242500', '110754.702500', '110755.162500', '110755.622500', '110756.082500', '110756.542500', '110757.002500', '110757.462500', '110757.922500', '110758.382500', '110758.842500', '110759.302500', '110759.762500', '110800.222500', '110800.682500', '110801.142500', '110801.602500', '110802.062500', '110802.522500', '110802.982500', '110803.442500', '110803.902500', '110804.362500', '110804.822500', '110805.282500', '110805.742500', '110806.202500', '110806.662500', '110807.122500', '110807.582500', '110808.042500', '110808.502500', '110808.962500', '110809.422500', '110809.882500', '110810.342500', '110810.802500', '110811.262500', '110811.722500', '110812.182500', '110812.642500', '110813.102500', '110813.562500', '110814.022500', '110814.482500', '110814.942500', '110815.402500', '110815.862500', '110816.322500', '110816.782500', '110817.242500', '110817.702500', '110818.162500', '110818.622500', '110819.082500', '110819.542500', '110820.002500', '110820.462500', '110820.922500', '110821.382500', '110821.842500', '110822.302500', '110822.762500', '110823.222500', '110823.682500', '110824.142500', '110824.602500', '110825.062500', '110825.522500', '110825.982500', '110826.442500', '110826.902500', '110827.362500', '110827.822500', '110828.282500', '110828.742500', '110829.202500', '110829.662500', '110830.122500', '110830.582500', '110831.042500', '110831.502500', '110831.962500', '110832.422500', '110832.882500', '110833.342500', '110833.802500', '110834.262500', '110834.722500', '110835.182500', '110835.642500', '110836.102500', '110836.562500', '110837.022500', '110837.482500', '110837.942500', '110838.402500', '110838.862500', '110839.322500', '110839.782500', '110840.242500', '110840.702500', '110841.162500', '110841.622500', '110842.082500', '110842.542500', '110843.002500', '110843.462500', '110843.922500', '110844.382500', '110844.842500', '110845.302500', '110845.762500', '110846.222500', '110846.682500', '110847.142500', '110847.602500', '110848.062500', '110848.522500', '110848.982500', '110849.442500', '110849.902500', '110850.362500', '110850.822500', '110851.282500', '110851.742500', '110852.202500', '110852.662500', '110853.122500', '110853.582500', '110854.042500', '110854.502500', '110854.962500', '110855.422500', '110855.882500', '110856.342500', '110856.802500', '110857.262500', '110857.722500', '110858.182500', '110858.642500', '110859.102500', '110859.562500', '110900.022500', '110900.482500', '110900.942500', '110901.402500', '110901.862500', '110902.322500', '110902.782500', '110903.242500', '110903.702500', '110904.162500', '110904.622500', '110905.082500', '110905.542500', '110906.002500', '110906.462500', '110906.922500', '110907.382500', '110907.842500', '110908.302500', '110908.762500', '110909.222500', '110909.682500', '110910.142500'], 'ContentTime': ['110220.916000', '110220.920000', '110220.923000', '110220.926000', '110220.929000', '110220.932000', '110220.935000', '110220.938000', '110220.940000', '110220.943000', '110220.946000', '110220.949000', '110220.952000', '110220.955000', '110220.958000', '110220.961000', '110220.964000', '110220.969000', '110220.972000', '110220.975000', '110220.978000', '110220.981000', '110220.984000', '110220.987000', '110220.989000', '110220.992000', '110220.995000', '110220.998000', '110221.001000', '110221.004000', '110221.007000', '110221.010000', '110221.013000', '110240.885000', '110240.888000', '110240.891000', '110240.894000', '110240.897000', '110240.900000', '110240.903000', '110240.906000', '110240.909000', '110240.912000', '110240.915000', '110240.918000', '110240.921000', '110240.924000', '110240.928000', '110240.931000', '110240.934000', '110240.948000', '110240.951000', '110240.953000', '110240.957000', '110240.959000', '110240.962000', '110240.965000', '110240.968000', '110240.971000', '110240.974000', '110240.977000', '110240.980000', '110240.983000', '110240.986000', '110240.989000', '110240.992000', '110240.995000', '110240.998000', '110241.002000', '110241.005000', '110241.008000', '110241.011000', '110241.014000', '110241.017000', '110241.019000', '110241.022000', '110300.885000', '110300.888000', '110300.891000', '110300.902000', '110300.905000', '110300.907000', '110300.910000', '110300.913000', '110300.916000', '110300.919000', '110300.922000', '110300.925000', '110300.928000', '110300.931000', '110300.934000', '110300.937000', '110300.940000', '110300.943000', '110300.950000', '110300.953000', '110300.956000', '110300.959000', '110300.962000', '110300.965000', '110300.968000', '110300.970000', '110300.973000', '110300.976000', '110300.979000', '110300.982000', '110300.985000', '110300.988000', '110300.991000', '110300.994000', '110300.997000', '110301.001000', '110301.014000', '110301.017000', '110301.020000', '110301.023000', '110301.025000', '110301.028000', '110301.031000', '110301.034000', '110320.885000', '110320.888000', '110320.891000', '110320.894000', '110320.897000', '110320.900000', '110320.903000', '110320.906000', '110320.909000', '110320.912000', '110320.915000', '110320.918000', '110320.920000', '110320.924000', '110320.926000', '110320.929000', '110320.932000', '110320.935000', '110320.938000', '110320.941000', '110320.944000', '110320.947000', '110320.950000', '110320.953000', '110320.956000', '110320.959000', '110320.962000', '110320.965000', '110320.968000', '110320.971000', '110320.974000', '110320.977000', '110320.980000', '110320.982000', '110320.985000', '110320.988000', '110320.991000', '110320.994000', '110320.997000', '110321.001000', '110321.004000', '110321.007000', '110321.010000', '110340.885000', '110340.888000', '110340.891000', '110340.894000', '110340.897000', '110340.900000', '110340.903000', '110340.906000', '110340.909000', '110340.912000', '110340.915000', '110340.918000', '110340.920000', '110340.923000', '110340.926000', '110340.929000', '110340.932000', '110340.935000', '110340.938000', '110340.941000', '110340.944000', '110340.947000', '110340.950000', '110340.953000', '110340.956000', '110340.958000', '110340.961000', '110340.964000', '110340.967000', '110340.970000', '110340.973000', '110340.976000', '110340.979000', '110340.982000', '110340.985000', '110340.988000', '110340.991000', '110340.993000', '110340.996000', '110341.000000', '110341.003000', '110341.006000', '110341.009000', '110341.012000', '110400.885000', '110400.888000', '110400.892000', '110400.895000', '110400.898000', '110400.901000', '110400.904000', '110400.907000', '110400.910000', '110400.913000', '110400.916000', '110400.919000', '110400.922000', '110400.925000', '110400.928000', '110400.930000', '110400.934000', '110400.936000', '110400.939000', '110400.942000', '110400.945000', '110400.948000', '110400.951000', '110400.955000', '110400.959000', '110400.962000', '110400.965000', '110400.968000', '110400.971000', '110400.974000', '110400.977000', '110400.980000', '110400.983000', '110400.986000', '110400.989000', '110400.992000', '110400.995000', '110400.998000', '110401.002000', '110401.005000', '110401.007000', '110401.010000', '110401.013000', '110420.885000', '110420.888000', '110420.891000', '110420.894000', '110420.897000', '110420.900000', '110420.903000', '110420.906000', '110420.909000', '110420.912000', '110420.915000', '110420.918000', '110420.921000', '110420.924000', '110420.927000', '110420.929000', '110420.932000', '110420.935000', '110420.938000', '110420.941000', '110420.944000', '110420.947000', '110420.950000', '110420.953000', '110420.956000', '110420.959000', '110420.962000', '110420.965000', '110420.967000', '110420.971000', '110420.973000', '110420.976000', '110420.979000', '110420.982000', '110420.985000', '110420.988000', '110420.991000', '110420.994000', '110420.997000', '110421.001000', '110421.004000', '110421.007000', '110421.010000', '110421.012000', '110440.885000', '110440.888000', '110440.891000', '110440.901000', '110440.904000', '110440.907000', '110440.910000', '110440.913000', '110440.916000', '110440.919000', '110440.921000', '110440.925000', '110440.928000', '110440.930000', '110440.933000', '110440.936000', '110440.939000', '110440.942000', '110440.945000', '110440.948000', '110440.951000', '110440.954000', '110440.957000', '110440.960000', '110440.963000', '110440.966000', '110440.969000', '110440.972000', '110440.975000', '110440.977000', '110440.980000', '110440.995000', '110440.998000', '110441.001000', '110441.004000', '110441.015000', '110441.018000', '110441.022000', '110441.025000', '110441.027000', '110441.030000', '110441.033000', '110441.036000', '110500.885000', '110500.888000', '110500.891000', '110500.894000', '110500.897000', '110500.900000', '110500.903000', '110500.906000', '110500.909000', '110500.912000', '110500.914000', '110500.917000', '110500.920000', '110500.923000', '110500.926000', '110500.929000', '110500.932000', '110500.935000', '110500.938000', '110500.941000', '110500.944000', '110500.947000', '110500.950000', '110500.953000', '110500.956000', '110500.959000', '110500.962000', '110500.964000', '110500.967000', '110500.970000', '110500.973000', '110500.976000', '110500.979000', '110500.982000', '110500.985000', '110500.988000', '110500.991000', '110500.994000', '110500.997000', '110501.001000', '110501.004000', '110501.007000', '110501.010000', '110501.013000', '110520.885000', '110520.888000', '110520.891000', '110520.894000', '110520.897000', '110520.900000', '110520.903000', '110520.906000', '110520.909000', '110520.912000', '110520.915000', '110520.918000', '110520.921000', '110520.924000', '110520.927000', '110520.931000', '110520.934000', '110520.937000', '110520.940000', '110520.943000', '110520.946000', '110520.949000', '110520.952000', '110520.955000', '110520.958000', '110520.961000', '110520.964000', '110520.967000', '110520.969000', '110520.972000', '110520.975000', '110520.978000', '110520.981000', '110520.984000', '110520.988000', '110520.990000', '110520.993000', '110520.996000', '110521.000000', '110521.003000', '110521.006000', '110521.009000', '110521.012000', '110540.885000', '110540.888000', '110540.891000', '110540.894000', '110540.897000', '110540.900000', '110540.903000', '110540.906000', '110540.909000', '110540.912000', '110540.915000', '110540.918000', '110540.921000', '110540.924000', '110540.927000', '110540.930000', '110540.933000', '110540.935000', '110540.938000', '110540.941000', '110540.944000', '110540.947000', '110540.950000', '110540.953000', '110540.956000', '110540.959000', '110540.962000', '110540.965000', '110540.968000', '110540.971000', '110540.974000', '110540.977000', '110540.980000', '110540.982000', '110540.985000', '110540.988000', '110540.991000', '110540.994000', '110540.997000', '110541.001000', '110541.004000', '110541.007000', '110541.010000', '110541.013000', '110600.885000', '110600.888000', '110600.891000', '110600.894000', '110600.897000', '110600.900000', '110600.903000', '110600.906000', '110600.909000', '110600.912000', '110600.915000', '110600.918000', '110600.921000', '110600.924000', '110600.927000', '110600.930000', '110600.933000', '110600.936000', '110600.939000', '110600.942000', '110600.944000', '110600.947000', '110600.950000', '110600.953000', '110600.956000', '110600.959000', '110600.962000', '110600.965000', '110600.968000', '110600.971000', '110600.974000', '110600.977000', '110600.980000', '110600.983000', '110600.986000', '110600.988000', '110600.991000', '110600.994000', '110600.997000', '110601.001000', '110601.007000', '110601.010000', '110601.013000', '110620.885000', '110620.888000', '110620.891000', '110620.894000', '110620.897000', '110620.900000', '110620.903000', '110620.906000', '110620.909000', '110620.911000', '110620.915000', '110620.917000', '110620.920000', '110620.934000', '110620.937000', '110620.940000', '110620.943000', '110620.945000', '110620.949000', '110620.951000', '110620.954000', '110620.957000', '110620.968000', '110620.971000', '110620.973000', '110620.976000', '110620.979000', '110620.982000', '110620.985000', '110620.988000', '110620.991000', '110620.994000', '110620.997000', '110621.001000', '110621.004000', '110621.007000', '110621.010000', '110621.013000', '110621.016000', '110621.019000', '110621.022000', '110621.025000', '110621.028000', '110621.031000', '110640.885000', '110640.888000', '110640.891000', '110640.894000', '110640.897000', '110640.900000', '110640.903000', '110640.906000', '110640.909000', '110640.912000', '110640.915000', '110640.918000', '110640.921000', '110640.924000', '110640.927000', '110640.930000', '110640.933000', '110640.935000', '110640.938000', '110640.941000', '110640.944000', '110640.947000', '110640.950000', '110640.953000', '110640.956000', '110640.959000', '110640.962000', '110640.966000', '110640.969000', '110640.972000', '110640.975000', '110640.978000', '110640.981000', '110640.984000', '110640.987000', '110640.990000', '110640.993000', '110640.996000', '110641.000000', '110641.002000', '110641.006000', '110641.008000', '110641.011000', '110700.885000', '110700.888000', '110700.891000', '110700.894000', '110700.897000', '110700.900000', '110700.903000', '110700.906000', '110700.909000', '110700.912000', '110700.915000', '110700.918000', '110700.921000', '110700.924000', '110700.927000', '110700.930000', '110700.932000', '110700.936000', '110700.939000', '110700.941000', '110700.944000', '110700.947000', '110700.950000', '110700.953000', '110700.956000', '110700.959000', '110700.962000', '110700.965000', '110700.968000', '110700.971000', '110700.974000', '110700.977000', '110700.980000', '110700.983000', '110700.986000', '110700.988000', '110700.991000', '110700.994000', '110700.997000', '110701.000000', '110701.003000', '110701.006000', '110701.009000', '110701.012000', '110720.885000', '110720.888000', '110720.891000', '110720.894000', '110720.897000', '110720.900000', '110720.903000', '110720.906000', '110720.909000', '110720.912000', '110720.915000', '110720.918000', '110720.921000', '110720.924000', '110720.926000', '110720.930000', '110720.933000', '110720.936000', '110720.939000', '110720.942000', '110720.945000', '110720.948000', '110720.951000', '110720.954000', '110720.957000', '110720.960000', '110720.963000', '110720.966000', '110720.969000', '110720.971000', '110720.974000', '110720.977000', '110720.980000', '110720.983000', '110720.986000', '110720.989000', '110720.992000', '110720.995000', '110720.998000', '110721.002000', '110721.005000', '110721.008000', '110721.011000', '110740.885000', '110740.888000', '110740.891000', '110740.894000', '110740.897000', '110740.900000', '110740.903000', '110740.906000', '110740.909000', '110740.912000', '110740.915000', '110740.917000', '110740.921000', '110740.923000', '110740.926000', '110740.929000', '110740.932000', '110740.935000', '110740.938000', '110740.941000', '110740.944000', '110740.947000', '110740.950000', '110740.953000', '110740.956000', '110740.959000', '110740.962000', '110740.965000', '110740.968000', '110740.971000', '110740.974000', '110740.976000', '110740.979000', '110740.982000', '110740.985000', '110740.988000', '110740.991000', '110740.994000', '110741.005000', '110741.008000', '110741.011000', '110741.014000', '110741.017000', '110741.020000', '110800.885000', '110800.888000', '110800.891000', '110800.894000', '110800.897000', '110800.900000', '110800.903000', '110800.906000', '110800.909000', '110800.912000', '110800.915000', '110800.918000', '110800.921000', '110800.923000', '110800.927000', '110800.929000', '110800.932000', '110800.935000', '110800.938000', '110800.941000', '110800.944000', '110800.947000', '110800.950000', '110800.953000', '110800.956000', '110800.959000', '110800.962000', '110800.965000', '110800.968000', '110800.970000', '110800.973000', '110800.976000', '110800.979000', '110800.982000', '110800.985000', '110800.988000', '110800.991000', '110800.994000', '110800.997000', '110801.001000', '110801.005000', '110801.008000', '110801.011000', '110820.885000', '110820.892000', '110820.895000', '110820.898000', '110820.901000', '110820.904000', '110820.907000', '110820.910000', '110820.913000', '110820.916000', '110820.919000', '110820.922000', '110820.925000', '110820.928000', '110820.930000', '110820.934000', '110820.936000', '110820.939000', '110820.942000', '110820.945000', '110820.948000', '110820.951000', '110820.954000', '110820.957000', '110820.960000', '110820.963000', '110820.965000', '110820.968000', '110820.973000', '110820.975000', '110820.978000', '110820.981000', '110820.984000', '110820.987000', '110820.990000', '110820.993000', '110820.996000', '110821.000000', '110821.003000', '110821.006000', '110821.009000', '110821.012000', '110821.015000', '110840.885000', '110840.888000', '110840.897000', '110840.900000', '110840.903000', '110840.906000', '110840.909000', '110840.912000', '110840.915000', '110840.918000', '110840.921000', '110840.924000', '110840.927000', '110840.930000', '110840.933000', '110840.936000', '110840.939000', '110840.941000', '110840.945000', '110840.947000', '110840.950000', '110840.953000', '110840.956000', '110840.959000', '110840.962000', '110840.965000', '110840.968000', '110840.971000', '110840.974000', '110840.977000', '110840.980000', '110840.983000', '110840.986000', '110840.988000', '110840.991000', '110840.994000', '110840.997000', '110841.001000', '110841.004000', '110841.007000', '110841.010000', '110841.013000', '110841.016000', '110841.019000', '110900.885000', '110900.888000', '110900.891000', '110900.894000', '110900.897000', '110900.900000', '110900.903000', '110900.906000', '110900.909000', '110900.912000', '110900.915000', '110900.918000', '110900.921000', '110900.924000', '110900.927000', '110900.930000', '110900.933000', '110900.935000', '110900.939000', '110900.941000', '110900.944000', '110900.947000', '110900.950000', '110900.953000', '110900.956000', '110900.959000', '110900.962000', '110900.965000', '110900.968000', '110900.971000', '110900.974000', '110900.977000', '110900.980000', '110900.982000', '110900.995000', '110900.998000', '110901.002000', '110901.005000', '110901.008000', '110901.011000', '110901.014000', '110901.017000', '110901.020000', '110901.023000', '110911.491000', '110911.495000', '110911.498000', '110911.501000', '110911.504000', '110911.507000', '110911.510000', '110911.513000', '110911.516000', '110911.519000', '110911.522000', '110911.525000', '110911.528000', '110911.531000', '110911.534000', '110911.537000', '110911.540000', '110911.543000', '110911.546000', '110911.549000', '110911.552000', '110911.555000', '110911.558000'], 'InstanceCreationTime': ['110220.916000', '110220.920000', '110220.923000', '110220.926000', '110220.929000', '110220.932000', '110220.935000', '110220.938000', '110220.940000', '110220.943000', '110220.946000', '110220.949000', '110220.952000', '110220.955000', '110220.958000', '110220.961000', '110220.964000', '110220.969000', '110220.972000', '110220.975000', '110220.978000', '110220.981000', '110220.984000', '110220.987000', '110220.989000', '110220.992000', '110220.995000', '110220.998000', '110221.001000', '110221.004000', '110221.007000', '110221.010000', '110221.013000', '110240.885000', '110240.888000', '110240.891000', '110240.894000', '110240.897000', '110240.900000', '110240.903000', '110240.906000', '110240.909000', '110240.912000', '110240.915000', '110240.918000', '110240.921000', '110240.924000', '110240.928000', '110240.931000', '110240.934000', '110240.948000', '110240.951000', '110240.953000', '110240.957000', '110240.959000', '110240.962000', '110240.965000', '110240.968000', '110240.971000', '110240.974000', '110240.977000', '110240.980000', '110240.983000', '110240.986000', '110240.989000', '110240.992000', '110240.995000', '110240.998000', '110241.002000', '110241.005000', '110241.008000', '110241.011000', '110241.014000', '110241.017000', '110241.019000', '110241.022000', '110300.885000', '110300.888000', '110300.891000', '110300.902000', '110300.905000', '110300.907000', '110300.910000', '110300.913000', '110300.916000', '110300.919000', '110300.922000', '110300.925000', '110300.928000', '110300.931000', '110300.934000', '110300.937000', '110300.940000', '110300.943000', '110300.950000', '110300.953000', '110300.956000', '110300.959000', '110300.962000', '110300.965000', '110300.968000', '110300.970000', '110300.973000', '110300.976000', '110300.979000', '110300.982000', '110300.985000', '110300.988000', '110300.991000', '110300.994000', '110300.997000', '110301.001000', '110301.014000', '110301.017000', '110301.020000', '110301.023000', '110301.025000', '110301.028000', '110301.031000', '110301.034000', '110320.885000', '110320.888000', '110320.891000', '110320.894000', '110320.897000', '110320.900000', '110320.903000', '110320.906000', '110320.909000', '110320.912000', '110320.915000', '110320.918000', '110320.920000', '110320.924000', '110320.926000', '110320.929000', '110320.932000', '110320.935000', '110320.938000', '110320.941000', '110320.944000', '110320.947000', '110320.950000', '110320.953000', '110320.956000', '110320.959000', '110320.962000', '110320.965000', '110320.968000', '110320.971000', '110320.974000', '110320.977000', '110320.980000', '110320.982000', '110320.985000', '110320.988000', '110320.991000', '110320.994000', '110320.997000', '110321.001000', '110321.004000', '110321.007000', '110321.010000', '110340.885000', '110340.888000', '110340.891000', '110340.894000', '110340.897000', '110340.900000', '110340.903000', '110340.906000', '110340.909000', '110340.912000', '110340.915000', '110340.918000', '110340.920000', '110340.923000', '110340.926000', '110340.929000', '110340.932000', '110340.935000', '110340.938000', '110340.941000', '110340.944000', '110340.947000', '110340.950000', '110340.953000', '110340.956000', '110340.958000', '110340.961000', '110340.964000', '110340.967000', '110340.970000', '110340.973000', '110340.976000', '110340.979000', '110340.982000', '110340.985000', '110340.988000', '110340.991000', '110340.993000', '110340.996000', '110341.000000', '110341.003000', '110341.006000', '110341.009000', '110341.012000', '110400.885000', '110400.888000', '110400.892000', '110400.895000', '110400.898000', '110400.901000', '110400.904000', '110400.907000', '110400.910000', '110400.913000', '110400.916000', '110400.919000', '110400.922000', '110400.925000', '110400.928000', '110400.930000', '110400.934000', '110400.936000', '110400.939000', '110400.942000', '110400.945000', '110400.948000', '110400.951000', '110400.955000', '110400.959000', '110400.962000', '110400.965000', '110400.968000', '110400.971000', '110400.974000', '110400.977000', '110400.980000', '110400.983000', '110400.986000', '110400.989000', '110400.992000', '110400.995000', '110400.998000', '110401.002000', '110401.005000', '110401.007000', '110401.010000', '110401.013000', '110420.885000', '110420.888000', '110420.891000', '110420.894000', '110420.897000', '110420.900000', '110420.903000', '110420.906000', '110420.909000', '110420.912000', '110420.915000', '110420.918000', '110420.921000', '110420.924000', '110420.927000', '110420.929000', '110420.932000', '110420.935000', '110420.938000', '110420.941000', '110420.944000', '110420.947000', '110420.950000', '110420.953000', '110420.956000', '110420.959000', '110420.962000', '110420.965000', '110420.967000', '110420.971000', '110420.973000', '110420.976000', '110420.979000', '110420.982000', '110420.985000', '110420.988000', '110420.991000', '110420.994000', '110420.997000', '110421.001000', '110421.004000', '110421.007000', '110421.010000', '110421.012000', '110440.885000', '110440.888000', '110440.891000', '110440.901000', '110440.904000', '110440.907000', '110440.910000', '110440.913000', '110440.916000', '110440.919000', '110440.921000', '110440.925000', '110440.928000', '110440.930000', '110440.933000', '110440.936000', '110440.939000', '110440.942000', '110440.945000', '110440.948000', '110440.951000', '110440.954000', '110440.957000', '110440.960000', '110440.963000', '110440.966000', '110440.969000', '110440.972000', '110440.975000', '110440.977000', '110440.980000', '110440.995000', '110440.998000', '110441.001000', '110441.004000', '110441.015000', '110441.018000', '110441.022000', '110441.025000', '110441.027000', '110441.030000', '110441.033000', '110441.036000', '110500.885000', '110500.888000', '110500.891000', '110500.894000', '110500.897000', '110500.900000', '110500.903000', '110500.906000', '110500.909000', '110500.912000', '110500.914000', '110500.917000', '110500.920000', '110500.923000', '110500.926000', '110500.929000', '110500.932000', '110500.935000', '110500.938000', '110500.941000', '110500.944000', '110500.947000', '110500.950000', '110500.953000', '110500.956000', '110500.959000', '110500.962000', '110500.964000', '110500.967000', '110500.970000', '110500.973000', '110500.976000', '110500.979000', '110500.982000', '110500.985000', '110500.988000', '110500.991000', '110500.994000', '110500.997000', '110501.001000', '110501.004000', '110501.007000', '110501.010000', '110501.013000', '110520.885000', '110520.888000', '110520.891000', '110520.894000', '110520.897000', '110520.900000', '110520.903000', '110520.906000', '110520.909000', '110520.912000', '110520.915000', '110520.918000', '110520.921000', '110520.924000', '110520.927000', '110520.931000', '110520.934000', '110520.937000', '110520.940000', '110520.943000', '110520.946000', '110520.949000', '110520.952000', '110520.955000', '110520.958000', '110520.961000', '110520.964000', '110520.967000', '110520.969000', '110520.972000', '110520.975000', '110520.978000', '110520.981000', '110520.984000', '110520.988000', '110520.990000', '110520.993000', '110520.996000', '110521.000000', '110521.003000', '110521.006000', '110521.009000', '110521.012000', '110540.885000', '110540.888000', '110540.891000', '110540.894000', '110540.897000', '110540.900000', '110540.903000', '110540.906000', '110540.909000', '110540.912000', '110540.915000', '110540.918000', '110540.921000', '110540.924000', '110540.927000', '110540.930000', '110540.933000', '110540.935000', '110540.938000', '110540.941000', '110540.944000', '110540.947000', '110540.950000', '110540.953000', '110540.956000', '110540.959000', '110540.962000', '110540.965000', '110540.968000', '110540.971000', '110540.974000', '110540.977000', '110540.980000', '110540.982000', '110540.985000', '110540.988000', '110540.991000', '110540.994000', '110540.997000', '110541.001000', '110541.004000', '110541.007000', '110541.010000', '110541.013000', '110600.885000', '110600.888000', '110600.891000', '110600.894000', '110600.897000', '110600.900000', '110600.903000', '110600.906000', '110600.909000', '110600.912000', '110600.915000', '110600.918000', '110600.921000', '110600.924000', '110600.927000', '110600.930000', '110600.933000', '110600.936000', '110600.939000', '110600.942000', '110600.944000', '110600.947000', '110600.950000', '110600.953000', '110600.956000', '110600.959000', '110600.962000', '110600.965000', '110600.968000', '110600.971000', '110600.974000', '110600.977000', '110600.980000', '110600.983000', '110600.986000', '110600.988000', '110600.991000', '110600.994000', '110600.997000', '110601.001000', '110601.007000', '110601.010000', '110601.013000', '110620.885000', '110620.888000', '110620.891000', '110620.894000', '110620.897000', '110620.900000', '110620.903000', '110620.906000', '110620.909000', '110620.911000', '110620.915000', '110620.917000', '110620.920000', '110620.934000', '110620.937000', '110620.940000', '110620.943000', '110620.945000', '110620.949000', '110620.951000', '110620.954000', '110620.957000', '110620.968000', '110620.971000', '110620.973000', '110620.976000', '110620.979000', '110620.982000', '110620.985000', '110620.988000', '110620.991000', '110620.994000', '110620.997000', '110621.001000', '110621.004000', '110621.007000', '110621.010000', '110621.013000', '110621.016000', '110621.019000', '110621.022000', '110621.025000', '110621.028000', '110621.031000', '110640.885000', '110640.888000', '110640.891000', '110640.894000', '110640.897000', '110640.900000', '110640.903000', '110640.906000', '110640.909000', '110640.912000', '110640.915000', '110640.918000', '110640.921000', '110640.924000', '110640.927000', '110640.930000', '110640.933000', '110640.935000', '110640.938000', '110640.941000', '110640.944000', '110640.947000', '110640.950000', '110640.953000', '110640.956000', '110640.959000', '110640.962000', '110640.966000', '110640.969000', '110640.972000', '110640.975000', '110640.978000', '110640.981000', '110640.984000', '110640.987000', '110640.990000', '110640.993000', '110640.996000', '110641.000000', '110641.002000', '110641.006000', '110641.008000', '110641.011000', '110700.885000', '110700.888000', '110700.891000', '110700.894000', '110700.897000', '110700.900000', '110700.903000', '110700.906000', '110700.909000', '110700.912000', '110700.915000', '110700.918000', '110700.921000', '110700.924000', '110700.927000', '110700.930000', '110700.932000', '110700.936000', '110700.939000', '110700.941000', '110700.944000', '110700.947000', '110700.950000', '110700.953000', '110700.956000', '110700.959000', '110700.962000', '110700.965000', '110700.968000', '110700.971000', '110700.974000', '110700.977000', '110700.980000', '110700.983000', '110700.986000', '110700.988000', '110700.991000', '110700.994000', '110700.997000', '110701.000000', '110701.003000', '110701.006000', '110701.009000', '110701.012000', '110720.885000', '110720.888000', '110720.891000', '110720.894000', '110720.897000', '110720.900000', '110720.903000', '110720.906000', '110720.909000', '110720.912000', '110720.915000', '110720.918000', '110720.921000', '110720.924000', '110720.926000', '110720.930000', '110720.933000', '110720.936000', '110720.939000', '110720.942000', '110720.945000', '110720.948000', '110720.951000', '110720.954000', '110720.957000', '110720.960000', '110720.963000', '110720.966000', '110720.969000', '110720.971000', '110720.974000', '110720.977000', '110720.980000', '110720.983000', '110720.986000', '110720.989000', '110720.992000', '110720.995000', '110720.998000', '110721.002000', '110721.005000', '110721.008000', '110721.011000', '110740.885000', '110740.888000', '110740.891000', '110740.894000', '110740.897000', '110740.900000', '110740.903000', '110740.906000', '110740.909000', '110740.912000', '110740.915000', '110740.917000', '110740.921000', '110740.923000', '110740.926000', '110740.929000', '110740.932000', '110740.935000', '110740.938000', '110740.941000', '110740.944000', '110740.947000', '110740.950000', '110740.953000', '110740.956000', '110740.959000', '110740.962000', '110740.965000', '110740.968000', '110740.971000', '110740.974000', '110740.976000', '110740.979000', '110740.982000', '110740.985000', '110740.988000', '110740.991000', '110740.994000', '110741.005000', '110741.008000', '110741.011000', '110741.014000', '110741.017000', '110741.020000', '110800.885000', '110800.888000', '110800.891000', '110800.894000', '110800.897000', '110800.900000', '110800.903000', '110800.906000', '110800.909000', '110800.912000', '110800.915000', '110800.918000', '110800.921000', '110800.923000', '110800.927000', '110800.929000', '110800.932000', '110800.935000', '110800.938000', '110800.941000', '110800.944000', '110800.947000', '110800.950000', '110800.953000', '110800.956000', '110800.959000', '110800.962000', '110800.965000', '110800.968000', '110800.970000', '110800.973000', '110800.976000', '110800.979000', '110800.982000', '110800.985000', '110800.988000', '110800.991000', '110800.994000', '110800.997000', '110801.001000', '110801.005000', '110801.008000', '110801.011000', '110820.885000', '110820.892000', '110820.895000', '110820.898000', '110820.901000', '110820.904000', '110820.907000', '110820.910000', '110820.913000', '110820.916000', '110820.919000', '110820.922000', '110820.925000', '110820.928000', '110820.930000', '110820.934000', '110820.936000', '110820.939000', '110820.942000', '110820.945000', '110820.948000', '110820.951000', '110820.954000', '110820.957000', '110820.960000', '110820.963000', '110820.965000', '110820.968000', '110820.973000', '110820.975000', '110820.978000', '110820.981000', '110820.984000', '110820.987000', '110820.990000', '110820.993000', '110820.996000', '110821.000000', '110821.003000', '110821.006000', '110821.009000', '110821.012000', '110821.015000', '110840.885000', '110840.888000', '110840.897000', '110840.900000', '110840.903000', '110840.906000', '110840.909000', '110840.912000', '110840.915000', '110840.918000', '110840.921000', '110840.924000', '110840.927000', '110840.930000', '110840.933000', '110840.936000', '110840.939000', '110840.941000', '110840.945000', '110840.947000', '110840.950000', '110840.953000', '110840.956000', '110840.959000', '110840.962000', '110840.965000', '110840.968000', '110840.971000', '110840.974000', '110840.977000', '110840.980000', '110840.983000', '110840.986000', '110840.988000', '110840.991000', '110840.994000', '110840.997000', '110841.001000', '110841.004000', '110841.007000', '110841.010000', '110841.013000', '110841.016000', '110841.019000', '110900.885000', '110900.888000', '110900.891000', '110900.894000', '110900.897000', '110900.900000', '110900.903000', '110900.906000', '110900.909000', '110900.912000', '110900.915000', '110900.918000', '110900.921000', '110900.924000', '110900.927000', '110900.930000', '110900.933000', '110900.935000', '110900.939000', '110900.941000', '110900.944000', '110900.947000', '110900.950000', '110900.953000', '110900.956000', '110900.959000', '110900.962000', '110900.965000', '110900.968000', '110900.971000', '110900.974000', '110900.977000', '110900.980000', '110900.982000', '110900.995000', '110900.998000', '110901.002000', '110901.005000', '110901.008000', '110901.011000', '110901.014000', '110901.017000', '110901.020000', '110901.023000', '110911.491000', '110911.495000', '110911.498000', '110911.501000', '110911.504000', '110911.507000', '110911.510000', '110911.513000', '110911.516000', '110911.519000', '110911.522000', '110911.525000', '110911.528000', '110911.531000', '110911.534000', '110911.537000', '110911.540000', '110911.543000', '110911.546000', '110911.549000', '110911.552000', '110911.555000', '110911.558000'], '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, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926], 'LargestImagePixelValue': [12842, 8170, 8433, 9350, 7868, 9529, 7597, 7675, 12026, 7741, 7730, 12464, 7917, 8227, 6982, 7766, 9133, 7985, 7892, 7746, 7615, 7445, 7966, 12759, 8773, 7836, 12302, 8723, 9033, 7235, 7526, 11621, 7296, 7633, 11849, 7174, 7597, 12088, 7658, 7833, 8259, 7797, 8067, 6765, 7529, 8897, 7284, 7557, 10012, 7923, 7597, 6901, 7663, 9542, 7046, 7577, 9836, 7317, 7643, 7424, 7656, 8837, 6942, 7623, 10459, 7367, 7993, 10695, 7711, 8945, 7655, 7666, 6562, 7404, 11666, 8311, 7301, 10946, 7248, 7614, 12671, 8646, 7791, 12018, 7644, 9245, 10593, 7557, 9888, 9771, 7683, 11003, 7527, 7518, 12775, 7588, 8693, 9119, 7336, 8548, 6775, 7627, 9596, 7573, 7457, 11635, 7503, 8636, 7148, 7301, 8908, 6910, 7375, 10129, 6917, 7493, 8750, 7751, 9398, 7453, 8222, 13683, 9417, 8212, 13076, 8637, 7877, 12311, 8249, 8084, 11678, 7452, 8089, 13056, 7845, 8091, 12171, 7701, 8474, 7164, 7574, 9386, 7221, 7315, 10044, 7277, 7558, 10525, 7803, 7962, 6931, 7777, 6793, 7702, 7643, 7699, 7589, 8537, 7144, 7529, 9239, 7380, 7741, 10898, 7786, 8841, 7152, 7461, 9031, 6862, 7467, 11154, 7659, 7720, 7078, 7560, 10882, 7319, 7200, 11755, 7119, 7308, 12120, 8129, 8344, 8109, 7366, 10755, 8706, 7221, 10091, 7994, 7117, 10166, 7262, 7597, 9092, 7453, 8431, 7293, 7494, 9120, 6907, 7388, 11475, 7707, 8655, 6701, 7485, 11096, 7578, 8746, 6962, 7684, 13812, 10040, 7866, 11523, 9746, 7901, 12023, 8536, 8359, 14293, 7507, 8633, 12346, 8263, 8397, 10176, 7601, 8087, 7187, 7292, 9635, 6979, 7408, 9976, 7221, 7541, 8482, 7914, 7789, 7266, 7482, 9517, 7568, 8247, 6738, 7324, 9335, 7422, 7518, 7058, 7670, 12353, 8164, 7579, 11711, 7671, 7765, 13142, 9563, 8402, 8067, 7690, 9631, 7994, 7031, 10527, 7124, 7484, 11028, 7344, 7097, 6901, 7226, 9924, 6986, 6935, 10707, 6934, 7658, 11675, 7488, 7841, 6987, 7071, 9339, 7261, 7073, 11141, 7133, 7338, 8728, 7526, 7779, 7048, 7213, 10082, 7027, 7157, 10209, 7182, 7976, 6702, 7460, 7173, 7365, 7892, 6618, 7355, 9418, 6420, 6879, 10817, 7375, 7849, 7267, 7322, 9986, 6975, 7848, 7071, 7259, 10627, 7842, 8254, 6808, 7285, 13734, 12341, 7939, 10112, 14382, 8399, 10129, 9302, 7585, 10178, 6805, 7345, 10266, 6779, 7408, 10543, 6925, 7715, 10243, 7431, 7520, 6977, 7159, 7555, 6735, 7426, 8832, 7248, 7284, 10591, 7356, 7588, 10436, 7471, 8302, 6942, 7428, 9255, 7311, 7297, 9803, 7304, 8540, 6843, 7340, 9812, 7149, 7465, 11542, 7465, 8644, 8653, 7126, 9098, 7296, 7014, 10283, 7036, 7536, 7802, 7314, 10826, 6749, 7012, 11584, 7507, 7953, 9641, 7420, 8879, 7075, 7617, 13040, 7625, 9269, 9711, 7415, 9359, 7036, 7200, 12060, 7362, 8959, 7410, 7081, 11254, 7306, 7806, 10938, 7543, 9897, 7194, 8492, 13692, 7938, 10188, 10193, 7293, 10369, 7585, 7634, 11473, 6973, 8990, 6783, 7289, 11910, 6845, 7670, 11624, 7520, 8003, 6713, 7487, 10865, 7189, 8117, 7430, 7086, 8594, 7153, 7367, 10139, 7511, 8340, 6901, 7946, 11922, 8300, 8155, 12542, 8690, 8765, 7057, 7664, 12100, 7300, 7808, 12041, 7533, 7945, 11600, 7820, 8134, 6621, 7139, 8949, 6552, 7218, 10425, 6554, 7679, 11193, 7391, 7714, 6572, 6997, 9090, 6610, 6854, 9814, 6563, 7102, 11358, 7340, 7588, 10405, 7205, 8155, 6501, 6737, 9465, 6759, 6983, 10715, 7216, 7659, 10862, 7287, 8488, 6716, 7270, 11242, 7079, 8408, 9650, 7216, 8468, 6816, 7094, 9169, 7177, 8283, 6603, 6904, 10827, 7117, 7800, 6785, 7091, 11097, 7139, 8543, 10445, 7272, 8912, 6644, 7099, 9696, 7252, 7635, 6308, 6938, 10936, 7376, 10558, 12930, 8660, 12353, 8241, 10090, 7605, 10188, 15703, 10667, 8098, 11790, 8262, 7755, 11489, 7995, 7947, 11002, 6633, 7817, 11321, 6837, 7653, 8940, 6994, 7758, 6823, 7276, 7792, 7135, 7419, 6642, 6985, 8138, 7039, 7692, 10286, 7283, 7857, 6615, 7396, 9975, 6798, 7816, 11314, 7296, 8505, 7071, 6832, 6561, 7026, 10610, 6748, 7449, 9925, 7011, 8818, 7086, 7513, 6508, 7081, 11363, 7223, 8038, 6886, 7253, 6683, 7080, 6633, 7054, 12912, 8584, 9252, 8651, 7006, 8701, 6972, 9275, 6750, 8728, 7116, 6769, 12455, 7369, 8838, 6837, 7059, 6464, 7011, 12125, 7363, 8451, 7038, 7005, 7252, 6907, 10397, 6542, 7183, 8062, 6776, 9709, 6668, 6862, 6869, 6641, 10572, 6630, 6669, 11921, 7536, 7951, 6488, 6958, 10844, 6878, 7266, 11822, 7884, 8645, 8802, 6924, 9058, 6863, 7729, 12894, 7124, 8560, 12062, 7847, 8900, 8431, 6989, 9495, 6573, 7080, 11547, 6980, 8099, 9632, 7121, 8599, 7595, 6914, 9724, 6623, 7152, 12465, 6985, 8714, 8615, 7039, 9087, 6816, 6880, 10626, 7133, 8023, 10990, 6936, 9430, 7743, 6787, 10126, 6918, 7553, 12705, 7197, 8974, 8310, 6778, 8955, 6559, 6833, 10225, 7381, 7870, 6662, 6982, 11777, 7280, 6882, 11144, 8067, 6830, 11211, 7515, 7619, 8731, 6788, 10124, 8008, 6944, 11580, 7291, 7584, 12276, 7469, 8583, 11509, 6939, 9077, 6821, 7707, 10439, 7015, 7925, 6845, 7010, 9069, 6711, 7504, 11004, 7118, 7851, 9866, 7406, 8362, 6826, 7348, 10577, 7217, 8988, 8106, 6892, 8733, 6852, 7415, 11247, 6781, 9003, 9692, 6924, 9611, 9045, 7113, 10339, 7191, 7585, 11921, 6908, 8583, 13370, 7382, 9240, 8740, 6984, 9391, 6942, 7253, 6847, 8092, 6814, 7818, 6999, 9975, 14816, 10158, 8867, 14071, 10470, 9934, 7688, 7694, 13916, 9208, 7613, 12078, 7894, 7881, 11018, 7722, 7745, 8071, 7104, 7945, 6549, 7433, 8497, 6552, 7480, 9278, 6716, 7738, 9105, 6513, 7512, 6534, 7226, 8760, 7215, 7493, 6408, 7056, 9267, 6325, 7441, 10236, 7316, 8440, 6855, 7523, 10199, 7586, 8239, 7214, 7507, 9909, 7477, 8491, 6723, 8185, 6778, 7876, 14111, 8849, 7752, 11977, 7776, 7758, 13603, 9294, 8002, 6631, 6910, 10890, 6569, 6796, 11494, 6906, 7341, 12063, 7418, 8038, 6088, 6614, 10719, 7096, 7128, 10465, 7152, 8218, 7982, 6903, 8159, 6537, 6511, 8831, 6804, 8408, 8505, 6739, 8547, 6548, 6935, 10200, 6742, 8140, 7712, 6498, 10109, 7277, 7008, 11879, 7462, 7782, 6548, 6679, 12512, 7254, 8515, 13219, 8225, 9294, 8664, 7099, 10014, 6819, 7751, 14035, 7951], 'WindowCenter': [3859.0, 3816.0, 3813.0, 3810.0, 3789.0, 3796.0, 3773.0, 3774.0, 3816.0, 3775.0, 3774.0, 3814.0, 3774.0, 3785.0, 3763.0, 3788.0, 3809.0, 3799.0, 3798.0, 3799.0, 3798.0, 3791.0, 3802.0, 3843.0, 3801.0, 3802.0, 3831.0, 3800.0, 3799.0, 3776.0, 3776.0, 3815.0, 3762.0, 3773.0, 3816.0, 3763.0, 3775.0, 3828.0, 3787.0, 3786.0, 3784.0, 3772.0, 3773.0, 3750.0, 3773.0, 3783.0, 3762.0, 3787.0, 3806.0, 3787.0, 3785.0, 3775.0, 3787.0, 3807.0, 3775.0, 3789.0, 3809.0, 3789.0, 3788.0, 3788.0, 3789.0, 3810.0, 3777.0, 3790.0, 3833.0, 3790.0, 3801.0, 3821.0, 3802.0, 3810.0, 3801.0, 3801.0, 3779.0, 3791.0, 3834.0, 3800.0, 3790.0, 3832.0, 3802.0, 3802.0, 3842.0, 3811.0, 3789.0, 3818.0, 3787.0, 3810.0, 3820.0, 3787.0, 3810.0, 3809.0, 3790.0, 3819.0, 3787.0, 3788.0, 3826.0, 3786.0, 3799.0, 3798.0, 3787.0, 3811.0, 3779.0, 3800.0, 3819.0, 3788.0, 3789.0, 3818.0, 3788.0, 3810.0, 3789.0, 3790.0, 3809.0, 3788.0, 3802.0, 3822.0, 3801.0, 3805.0, 3823.0, 3803.0, 3822.0, 3791.0, 3811.0, 3843.0, 3809.0, 3799.0, 3831.0, 3797.0, 3799.0, 3830.0, 3786.0, 3785.0, 3804.0, 3760.0, 3773.0, 3814.0, 3772.0, 3772.0, 3815.0, 3774.0, 3783.0, 3761.0, 3772.0, 3782.0, 3760.0, 3762.0, 3791.0, 3774.0, 3786.0, 3805.0, 3787.0, 3787.0, 3775.0, 3787.0, 3764.0, 3787.0, 3787.0, 3786.0, 3788.0, 3799.0, 3777.0, 3801.0, 3811.0, 3790.0, 3801.0, 3819.0, 3789.0, 3799.0, 3776.0, 3788.0, 3799.0, 3778.0, 3791.0, 3830.0, 3800.0, 3790.0, 3778.0, 3790.0, 3821.0, 3778.0, 3790.0, 3832.0, 3777.0, 3791.0, 3843.0, 3802.0, 3801.0, 3799.0, 3789.0, 3818.0, 3797.0, 3789.0, 3821.0, 3798.0, 3791.0, 3822.0, 3790.0, 3801.0, 3809.0, 3789.0, 3799.0, 3788.0, 3788.0, 3810.0, 3789.0, 3804.0, 3846.0, 3803.0, 3814.0, 3804.0, 3805.0, 3845.0, 3802.0, 3812.0, 3791.0, 3803.0, 3859.0, 3823.0, 3791.0, 3835.0, 3823.0, 3801.0, 3829.0, 3797.0, 3786.0, 3815.0, 3762.0, 3783.0, 3803.0, 3772.0, 3784.0, 3795.0, 3773.0, 3773.0, 3762.0, 3761.0, 3781.0, 3749.0, 3760.0, 3790.0, 3762.0, 3786.0, 3794.0, 3797.0, 3787.0, 3775.0, 3776.0, 3807.0, 3800.0, 3800.0, 3777.0, 3791.0, 3811.0, 3790.0, 3790.0, 3778.0, 3790.0, 3832.0, 3788.0, 3789.0, 3829.0, 3787.0, 3789.0, 3829.0, 3807.0, 3785.0, 3774.0, 3773.0, 3794.0, 3772.0, 3763.0, 3804.0, 3763.0, 3775.0, 3805.0, 3775.0, 3764.0, 3763.0, 3775.0, 3805.0, 3764.0, 3776.0, 3806.0, 3777.0, 3800.0, 3830.0, 3777.0, 3787.0, 3763.0, 3776.0, 3795.0, 3774.0, 3775.0, 3817.0, 3777.0, 3787.0, 3797.0, 3788.0, 3787.0, 3776.0, 3787.0, 3821.0, 3790.0, 3790.0, 3818.0, 3803.0, 3813.0, 3791.0, 3802.0, 3790.0, 3801.0, 3801.0, 3778.0, 3791.0, 3825.0, 3782.0, 3794.0, 3846.0, 3805.0, 3813.0, 3801.0, 3802.0, 3822.0, 3805.0, 3814.0, 3803.0, 3805.0, 3845.0, 3816.0, 3815.0, 3792.0, 3793.0, 3858.0, 3832.0, 3802.0, 3822.0, 3842.0, 3800.0, 3820.0, 3798.0, 3776.0, 3796.0, 3751.0, 3762.0, 3794.0, 3750.0, 3776.0, 3804.0, 3776.0, 3787.0, 3806.0, 3775.0, 3774.0, 3760.0, 3763.0, 3774.0, 3763.0, 3776.0, 3796.0, 3776.0, 3777.0, 3806.0, 3778.0, 3789.0, 3807.0, 3777.0, 3799.0, 3778.0, 3790.0, 3808.0, 3788.0, 3789.0, 3808.0, 3789.0, 3800.0, 3767.0, 3790.0, 3820.0, 3778.0, 3790.0, 3818.0, 3778.0, 3800.0, 3799.0, 3779.0, 3812.0, 3778.0, 3790.0, 3821.0, 3790.0, 3790.0, 3787.0, 3788.0, 3819.0, 3766.0, 3789.0, 3830.0, 3790.0, 3802.0, 3822.0, 3790.0, 3810.0, 3791.0, 3800.0, 3843.0, 3790.0, 3812.0, 3811.0, 3791.0, 3811.0, 3791.0, 3789.0, 3830.0, 3790.0, 3811.0, 3803.0, 3804.0, 3833.0, 3804.0, 3803.0, 3833.0, 3802.0, 3822.0, 3791.0, 3811.0, 3842.0, 3802.0, 3823.0, 3820.0, 3791.0, 3823.0, 3790.0, 3789.0, 3819.0, 3776.0, 3796.0, 3762.0, 3777.0, 3818.0, 3765.0, 3787.0, 3817.0, 3787.0, 3787.0, 3766.0, 3777.0, 3806.0, 3775.0, 3787.0, 3776.0, 3778.0, 3799.0, 3790.0, 3791.0, 3821.0, 3790.0, 3812.0, 3791.0, 3802.0, 3832.0, 3801.0, 3802.0, 3843.0, 3812.0, 3800.0, 3778.0, 3788.0, 3816.0, 3774.0, 3776.0, 3816.0, 3786.0, 3786.0, 3818.0, 3786.0, 3785.0, 3764.0, 3775.0, 3809.0, 3765.0, 3776.0, 3820.0, 3767.0, 3800.0, 3832.0, 3791.0, 3789.0, 3777.0, 3778.0, 3798.0, 3765.0, 3778.0, 3810.0, 3780.0, 3790.0, 3832.0, 3802.0, 3804.0, 3833.0, 3790.0, 3789.0, 3765.0, 3778.0, 3809.0, 3767.0, 3779.0, 3820.0, 3789.0, 3803.0, 3834.0, 3803.0, 3812.0, 3779.0, 3789.0, 3820.0, 3779.0, 3801.0, 3810.0, 3802.0, 3812.0, 3781.0, 3792.0, 3810.0, 3790.0, 3812.0, 3780.0, 3791.0, 3833.0, 3790.0, 3803.0, 3780.0, 3791.0, 3831.0, 3793.0, 3825.0, 3835.0, 3804.0, 3824.0, 3806.0, 3807.0, 3836.0, 3805.0, 3815.0, 3794.0, 3819.0, 3847.0, 3804.0, 3850.0, 3860.0, 3827.0, 3847.0, 3815.0, 3824.0, 3791.0, 3810.0, 3844.0, 3808.0, 3775.0, 3820.0, 3788.0, 3788.0, 3806.0, 3774.0, 3773.0, 3790.0, 3738.0, 3759.0, 3791.0, 3749.0, 3762.0, 3782.0, 3763.0, 3773.0, 3751.0, 3761.0, 3758.0, 3761.0, 3760.0, 3749.0, 3762.0, 3773.0, 3764.0, 3776.0, 3806.0, 3775.0, 3774.0, 3763.0, 3774.0, 3795.0, 3753.0, 3775.0, 3806.0, 3778.0, 3796.0, 3777.0, 3766.0, 3766.0, 3777.0, 3808.0, 3765.0, 3777.0, 3807.0, 3778.0, 3799.0, 3779.0, 3789.0, 3767.0, 3779.0, 3831.0, 3789.0, 3801.0, 3790.0, 3791.0, 3781.0, 3792.0, 3780.0, 3794.0, 3854.0, 3813.0, 3823.0, 3812.0, 3792.0, 3812.0, 3791.0, 3811.0, 3780.0, 3801.0, 3779.0, 3780.0, 3831.0, 3789.0, 3810.0, 3780.0, 3778.0, 3768.0, 3791.0, 3831.0, 3789.0, 3801.0, 3780.0, 3791.0, 3788.0, 3791.0, 3833.0, 3782.0, 3791.0, 3800.0, 3793.0, 3822.0, 3780.0, 3781.0, 3779.0, 3793.0, 3846.0, 3780.0, 3793.0, 3845.0, 3802.0, 3802.0, 3780.0, 3792.0, 3832.0, 3780.0, 3803.0, 3844.0, 3801.0, 3815.0, 3824.0, 3803.0, 3813.0, 3782.0, 3801.0, 3842.0, 3790.0, 3813.0, 3843.0, 3801.0, 3812.0, 3812.0, 3793.0, 3821.0, 3779.0, 3779.0, 3819.0, 3777.0, 3799.0, 3809.0, 3779.0, 3812.0, 3802.0, 3792.0, 3811.0, 3780.0, 3779.0, 3829.0, 3778.0, 3800.0, 3800.0, 3780.0, 3811.0, 3781.0, 3792.0, 3820.0, 3780.0, 3800.0, 3818.0, 3778.0, 3810.0, 3777.0, 3779.0, 3809.0, 3778.0, 3789.0, 3830.0, 3777.0, 3799.0, 3787.0, 3768.0, 3800.0, 3768.0, 3781.0, 3821.0, 3790.0, 3800.0, 3779.0, 3779.0, 3834.0, 3790.0, 3792.0, 3833.0, 3801.0, 3782.0, 3822.0, 3789.0, 3789.0, 3798.0, 3765.0, 3808.0, 3786.0, 3776.0, 3819.0, 3777.0, 3787.0, 3819.0, 3777.0, 3787.0, 3805.0, 3765.0, 3796.0, 3766.0, 3788.0, 3807.0, 3777.0, 3787.0, 3764.0, 3777.0, 3796.0, 3765.0, 3789.0, 3818.0, 3778.0, 3801.0, 3809.0, 3790.0, 3798.0, 3780.0, 3790.0, 3821.0, 3806.0, 3824.0, 3801.0, 3806.0, 3825.0, 3793.0, 3804.0, 3833.0, 3781.0, 3812.0, 3809.0, 3779.0, 3824.0, 3812.0, 3793.0, 3824.0, 3792.0, 3801.0, 3831.0, 3780.0, 3801.0, 3829.0, 3777.0, 3809.0, 3799.0, 3791.0, 3811.0, 3792.0, 3801.0, 3792.0, 3801.0, 3794.0, 3800.0, 3792.0, 3837.0, 3857.0, 3822.0, 3824.0, 3844.0, 3823.0, 3810.0, 3776.0, 3775.0, 3814.0, 3781.0, 3760.0, 3802.0, 3760.0, 3773.0, 3794.0, 3772.0, 3761.0, 3759.0, 3749.0, 3759.0, 3736.0, 3748.0, 3769.0, 3739.0, 3761.0, 3780.0, 3750.0, 3760.0, 3770.0, 3739.0, 3761.0, 3749.0, 3774.0, 3783.0, 3763.0, 3762.0, 3752.0, 3774.0, 3796.0, 3754.0, 3777.0, 3806.0, 3777.0, 3787.0, 3767.0, 3789.0, 3809.0, 3790.0, 3800.0, 3788.0, 3790.0, 3822.0, 3792.0, 3812.0, 3781.0, 3802.0, 3779.0, 3801.0, 3843.0, 3799.0, 3790.0, 3833.0, 3789.0, 3791.0, 3843.0, 3811.0, 3788.0, 3765.0, 3776.0, 3807.0, 3764.0, 3778.0, 3830.0, 3779.0, 3791.0, 3832.0, 3790.0, 3788.0, 3767.0, 3779.0, 3818.0, 3779.0, 3793.0, 3821.0, 3792.0, 3816.0, 3813.0, 3804.0, 3802.0, 3781.0, 3781.0, 3811.0, 3781.0, 3813.0, 3812.0, 3793.0, 3826.0, 3794.0, 3806.0, 3835.0, 3794.0, 3804.0, 3803.0, 3794.0, 3837.0, 3802.0, 3794.0, 3848.0, 3806.0, 3805.0, 3782.0, 3793.0, 3846.0, 3792.0, 3813.0, 3842.0, 3815.0, 3826.0, 3814.0, 3791.0, 3821.0, 3780.0, 3791.0, 3841.0, 3789.0], 'WindowWidth': [8639.0, 8574.0, 8565.0, 8553.0, 8522.0, 8527.0, 8493.0, 8495.0, 8552.0, 8496.0, 8495.0, 8547.0, 8495.0, 8509.0, 8479.0, 8521.0, 8549.0, 8538.0, 8534.0, 8536.0, 8535.0, 8529.0, 8546.0, 8603.0, 8541.0, 8545.0, 8583.0, 8538.0, 8535.0, 8501.0, 8500.0, 8550.0, 8474.0, 8488.0, 8551.0, 8478.0, 8496.0, 8572.0, 8517.0, 8513.0, 8506.0, 8488.0, 8490.0, 8454.0, 8489.0, 8504.0, 8473.0, 8516.0, 8540.0, 8516.0, 8511.0, 8497.0, 8516.0, 8544.0, 8499.0, 8522.0, 8549.0, 8523.0, 8522.0, 8520.0, 8524.0, 8551.0, 8503.0, 8526.0, 8589.0, 8526.0, 8543.0, 8569.0, 8544.0, 8555.0, 8543.0, 8542.0, 8509.0, 8530.0, 8590.0, 8539.0, 8528.0, 8583.0, 8547.0, 8547.0, 8599.0, 8554.0, 8524.0, 8560.0, 8515.0, 8551.0, 8564.0, 8519.0, 8553.0, 8551.0, 8525.0, 8562.0, 8518.0, 8519.0, 8565.0, 8514.0, 8537.0, 8533.0, 8518.0, 8555.0, 8512.0, 8542.0, 8564.0, 8523.0, 8524.0, 8559.0, 8519.0, 8552.0, 8524.0, 8524.0, 8551.0, 8521.0, 8549.0, 8572.0, 8548.0, 8556.0, 8578.0, 8550.0, 8572.0, 8530.0, 8557.0, 8605.0, 8549.0, 8535.0, 8584.0, 8528.0, 8537.0, 8578.0, 8513.0, 8509.0, 8532.0, 8468.0, 8490.0, 8546.0, 8487.0, 8487.0, 8549.0, 8493.0, 8504.0, 8472.0, 8487.0, 8500.0, 8467.0, 8474.0, 8511.0, 8492.0, 8514.0, 8535.0, 8516.0, 8518.0, 8500.0, 8518.0, 8483.0, 8516.0, 8516.0, 8513.0, 8519.0, 8536.0, 8504.0, 8540.0, 8557.0, 8529.0, 8544.0, 8561.0, 8521.0, 8533.0, 8500.0, 8520.0, 8535.0, 8506.0, 8529.0, 8580.0, 8539.0, 8526.0, 8507.0, 8524.0, 8567.0, 8505.0, 8524.0, 8583.0, 8504.0, 8530.0, 8600.0, 8545.0, 8542.0, 8535.0, 8522.0, 8561.0, 8528.0, 8524.0, 8568.0, 8534.0, 8530.0, 8572.0, 8528.0, 8542.0, 8548.0, 8523.0, 8536.0, 8518.0, 8521.0, 8552.0, 8524.0, 8553.0, 8611.0, 8548.0, 8566.0, 8556.0, 8557.0, 8608.0, 8547.0, 8558.0, 8530.0, 8551.0, 8637.0, 8573.0, 8527.0, 8594.0, 8574.0, 8541.0, 8577.0, 8529.0, 8510.0, 8548.0, 8470.0, 8502.0, 8530.0, 8485.0, 8505.0, 8521.0, 8493.0, 8490.0, 8472.0, 8471.0, 8494.0, 8450.0, 8468.0, 8508.0, 8474.0, 8513.0, 8522.0, 8531.0, 8517.0, 8499.0, 8500.0, 8543.0, 8540.0, 8539.0, 8507.0, 8531.0, 8556.0, 8529.0, 8526.0, 8508.0, 8527.0, 8585.0, 8518.0, 8522.0, 8576.0, 8516.0, 8524.0, 8578.0, 8542.0, 8511.0, 8491.0, 8490.0, 8517.0, 8484.0, 8477.0, 8534.0, 8476.0, 8499.0, 8537.0, 8495.0, 8479.0, 8476.0, 8496.0, 8537.0, 8479.0, 8501.0, 8538.0, 8503.0, 8539.0, 8577.0, 8505.0, 8515.0, 8479.0, 8498.0, 8522.0, 8494.0, 8498.0, 8555.0, 8504.0, 8519.0, 8531.0, 8521.0, 8515.0, 8500.0, 8519.0, 8568.0, 8525.0, 8526.0, 8560.0, 8552.0, 8563.0, 8532.0, 8546.0, 8527.0, 8544.0, 8541.0, 8508.0, 8530.0, 8583.0, 8519.0, 8541.0, 8612.0, 8557.0, 8565.0, 8545.0, 8548.0, 8573.0, 8556.0, 8566.0, 8551.0, 8558.0, 8610.0, 8572.0, 8569.0, 8533.0, 8535.0, 8633.0, 8586.0, 8544.0, 8572.0, 8598.0, 8540.0, 8566.0, 8532.0, 8501.0, 8524.0, 8456.0, 8473.0, 8517.0, 8456.0, 8499.0, 8532.0, 8499.0, 8517.0, 8539.0, 8497.0, 8494.0, 8469.0, 8477.0, 8491.0, 8476.0, 8500.0, 8524.0, 8499.0, 8502.0, 8539.0, 8504.0, 8520.0, 8543.0, 8502.0, 8533.0, 8508.0, 8526.0, 8547.0, 8520.0, 8521.0, 8543.0, 8521.0, 8539.0, 8490.0, 8525.0, 8565.0, 8508.0, 8524.0, 8559.0, 8506.0, 8538.0, 8534.0, 8510.0, 8557.0, 8506.0, 8528.0, 8568.0, 8527.0, 8525.0, 8518.0, 8520.0, 8560.0, 8487.0, 8523.0, 8576.0, 8527.0, 8546.0, 8570.0, 8529.0, 8554.0, 8528.0, 8540.0, 8599.0, 8526.0, 8558.0, 8555.0, 8531.0, 8557.0, 8528.0, 8524.0, 8577.0, 8525.0, 8555.0, 8548.0, 8552.0, 8587.0, 8553.0, 8551.0, 8590.0, 8547.0, 8570.0, 8527.0, 8556.0, 8599.0, 8543.0, 8575.0, 8565.0, 8527.0, 8576.0, 8527.0, 8525.0, 8562.0, 8501.0, 8526.0, 8475.0, 8501.0, 8558.0, 8482.0, 8515.0, 8555.0, 8516.0, 8515.0, 8487.0, 8502.0, 8538.0, 8497.0, 8515.0, 8500.0, 8506.0, 8537.0, 8528.0, 8530.0, 8567.0, 8526.0, 8558.0, 8532.0, 8544.0, 8584.0, 8538.0, 8545.0, 8605.0, 8557.0, 8537.0, 8505.0, 8517.0, 8553.0, 8493.0, 8497.0, 8552.0, 8512.0, 8514.0, 8557.0, 8513.0, 8510.0, 8479.0, 8498.0, 8549.0, 8485.0, 8500.0, 8564.0, 8488.0, 8539.0, 8586.0, 8529.0, 8523.0, 8503.0, 8506.0, 8531.0, 8484.0, 8505.0, 8551.0, 8511.0, 8529.0, 8583.0, 8548.0, 8553.0, 8587.0, 8525.0, 8522.0, 8485.0, 8505.0, 8547.0, 8489.0, 8509.0, 8567.0, 8523.0, 8548.0, 8592.0, 8550.0, 8558.0, 8510.0, 8524.0, 8564.0, 8510.0, 8542.0, 8551.0, 8547.0, 8559.0, 8518.0, 8532.0, 8552.0, 8526.0, 8559.0, 8512.0, 8529.0, 8586.0, 8530.0, 8548.0, 8515.0, 8532.0, 8582.0, 8535.0, 8581.0, 8593.0, 8554.0, 8578.0, 8560.0, 8564.0, 8599.0, 8556.0, 8568.0, 8540.0, 8583.0, 8614.0, 8553.0, 8623.0, 8638.0, 8589.0, 8615.0, 8568.0, 8577.0, 8528.0, 8552.0, 8607.0, 8544.0, 8496.0, 8565.0, 8520.0, 8517.0, 8539.0, 8492.0, 8487.0, 8506.0, 8433.0, 8464.0, 8507.0, 8450.0, 8470.0, 8498.0, 8478.0, 8490.0, 8459.0, 8471.0, 8462.0, 8470.0, 8468.0, 8453.0, 8474.0, 8491.0, 8481.0, 8499.0, 8537.0, 8497.0, 8493.0, 8476.0, 8492.0, 8522.0, 8465.0, 8496.0, 8538.0, 8505.0, 8527.0, 8504.0, 8488.0, 8485.0, 8504.0, 8544.0, 8484.0, 8503.0, 8543.0, 8506.0, 8534.0, 8508.0, 8522.0, 8491.0, 8509.0, 8578.0, 8523.0, 8540.0, 8527.0, 8528.0, 8515.0, 8531.0, 8514.0, 8538.0, 8621.0, 8561.0, 8576.0, 8560.0, 8533.0, 8557.0, 8530.0, 8553.0, 8514.0, 8540.0, 8509.0, 8511.0, 8582.0, 8524.0, 8551.0, 8513.0, 8508.0, 8495.0, 8528.0, 8580.0, 8525.0, 8542.0, 8512.0, 8527.0, 8522.0, 8530.0, 8589.0, 8520.0, 8529.0, 8541.0, 8538.0, 8573.0, 8516.0, 8516.0, 8510.0, 8535.0, 8611.0, 8513.0, 8537.0, 8607.0, 8545.0, 8544.0, 8513.0, 8531.0, 8584.0, 8514.0, 8548.0, 8605.0, 8543.0, 8567.0, 8578.0, 8550.0, 8562.0, 8519.0, 8544.0, 8598.0, 8526.0, 8559.0, 8601.0, 8542.0, 8560.0, 8561.0, 8535.0, 8570.0, 8510.0, 8509.0, 8562.0, 8503.0, 8536.0, 8548.0, 8510.0, 8556.0, 8545.0, 8532.0, 8556.0, 8512.0, 8509.0, 8573.0, 8506.0, 8538.0, 8538.0, 8511.0, 8556.0, 8516.0, 8532.0, 8565.0, 8512.0, 8538.0, 8557.0, 8504.0, 8550.0, 8501.0, 8508.0, 8546.0, 8505.0, 8521.0, 8575.0, 8503.0, 8535.0, 8514.0, 8491.0, 8538.0, 8495.0, 8516.0, 8567.0, 8527.0, 8539.0, 8510.0, 8512.0, 8588.0, 8524.0, 8533.0, 8587.0, 8541.0, 8519.0, 8569.0, 8522.0, 8522.0, 8531.0, 8485.0, 8545.0, 8511.0, 8500.0, 8561.0, 8503.0, 8516.0, 8561.0, 8502.0, 8515.0, 8535.0, 8482.0, 8524.0, 8486.0, 8518.0, 8542.0, 8503.0, 8514.0, 8482.0, 8501.0, 8525.0, 8482.0, 8520.0, 8557.0, 8507.0, 8540.0, 8548.0, 8526.0, 8535.0, 8515.0, 8528.0, 8567.0, 8558.0, 8578.0, 8543.0, 8559.0, 8583.0, 8537.0, 8552.0, 8587.0, 8517.0, 8557.0, 8547.0, 8509.0, 8578.0, 8558.0, 8535.0, 8576.0, 8531.0, 8543.0, 8579.0, 8511.0, 8539.0, 8575.0, 8501.0, 8548.0, 8536.0, 8530.0, 8555.0, 8536.0, 8546.0, 8536.0, 8545.0, 8539.0, 8541.0, 8533.0, 8603.0, 8629.0, 8571.0, 8579.0, 8608.0, 8574.0, 8551.0, 8499.0, 8495.0, 8547.0, 8493.0, 8466.0, 8527.0, 8466.0, 8488.0, 8518.0, 8487.0, 8470.0, 8462.0, 8449.0, 8461.0, 8427.0, 8447.0, 8474.0, 8438.0, 8471.0, 8494.0, 8455.0, 8466.0, 8477.0, 8438.0, 8469.0, 8451.0, 8492.0, 8502.0, 8477.0, 8475.0, 8462.0, 8495.0, 8523.0, 8467.0, 8501.0, 8538.0, 8504.0, 8515.0, 8488.0, 8522.0, 8546.0, 8522.0, 8536.0, 8520.0, 8524.0, 8569.0, 8532.0, 8560.0, 8519.0, 8546.0, 8511.0, 8542.0, 8604.0, 8534.0, 8523.0, 8588.0, 8521.0, 8529.0, 8601.0, 8553.0, 8519.0, 8482.0, 8497.0, 8541.0, 8479.0, 8506.0, 8578.0, 8509.0, 8528.0, 8584.0, 8525.0, 8520.0, 8491.0, 8510.0, 8559.0, 8508.0, 8535.0, 8567.0, 8531.0, 8571.0, 8562.0, 8552.0, 8546.0, 8517.0, 8517.0, 8554.0, 8516.0, 8562.0, 8558.0, 8535.0, 8583.0, 8540.0, 8559.0, 8594.0, 8540.0, 8551.0, 8546.0, 8541.0, 8601.0, 8545.0, 8540.0, 8616.0, 8558.0, 8553.0, 8518.0, 8537.0, 8608.0, 8531.0, 8560.0, 8597.0, 8565.0, 8582.0, 8563.0, 8529.0, 8568.0, 8513.0, 8529.0, 8593.0, 8522.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.00026205183585313173</td></tr>
<tr><td colspan=3>aqi</td><td>0.01986526047516199</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.478164200735094</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.219432903827027</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9977386133297297</td></tr>
<tr><td colspan=3>efc</td><td>0.4432</td></tr>
<tr><td colspan=3>fber</td><td>7995.3145</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.10935012926396902</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>67</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>7.235421166306695</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.48844396904907</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3763226706167795</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.754920388863034</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3340888476673967</td></tr>
<tr><td colspan=3>gcor</td><td>0.023484</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.011791062541306019</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.027922529727220535</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>926</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.7725503507832503</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>27.6356</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>27.4297</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>136.686</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>37.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>309077.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>619.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>288.5552</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.1336</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>467.8251</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3053.4767</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3267.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>67467.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>930.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4003.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>865.986</td></tr>
<tr><td colspan=3>tsnr</td><td>42.949210931546986</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>