ds005256-mriqc/sub-0128_ses-04_task-alignvideo_acq-mb8_run-02_bold.html
Felix Hoffstaedter 212d70bc63 [DATALAD RUNCMD] Compute MRIQC for sub-0128
=== 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-0128 --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-0128",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-18 16:44:34 +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-0128_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-0128_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-0128_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-0128/figures/sub-0128_ses-04_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0128/figures/sub-0128_ses-04_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0128/figures/sub-0128_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-0128_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-0128/figures/sub-0128_ses-04_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0128/figures/sub-0128_ses-04_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0128/figures/sub-0128_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-0128_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-0128/figures/sub-0128_ses-04_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0128/figures/sub-0128_ses-04_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0128/figures/sub-0128_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-0128_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-0128/figures/sub-0128_ses-04_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0128/figures/sub-0128_ses-04_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0128/figures/sub-0128_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-0128_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-0128/figures/sub-0128_ses-04_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0128/figures/sub-0128_ses-04_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0128/figures/sub-0128_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-0128_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-0128/figures/sub-0128_ses-04_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0128/figures/sub-0128_ses-04_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0128/figures/sub-0128_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-0128_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-0128/figures/sub-0128_ses-04_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0128/figures/sub-0128_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-0128/figures/sub-0128_ses-04_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0128/figures/sub-0128_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-0128/ses-04/func/sub-0128_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>61b01949ebe7866af6fbfa2642f27381</td></tr>
</table>
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-1">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
Dataset Information
</button>
</h2>
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>19:13:1.990000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.998026, 0.0025463, 0.0627434, -0.0165494, 0.974519, 0.223694]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-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.0913182</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>32</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4248, -7807, -7189, 428, -110, 72, 131, 51]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>226.906</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>2f539ce2-9514-435e-81b0-a2b98ff89770||Sequence: R016 ve11e/master r/434b28f1; Aug 7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6776320934295654, -0.04440080374479294, 0.1635526418685913, 110.50022888183594], [-0.006831541191786528, 2.614563226699829, 0.6055847406387329, -117.06645202636719], [0.16833598911762238, -0.6001539826393127, 2.626122236251831, -38.1633415222168], [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': ['191301.990000', '191302.450000', '191302.910000', '191303.370000', '191303.830000', '191304.290000', '191304.750000', '191305.210000', '191305.670000', '191306.130000', '191306.590000', '191307.050000', '191307.510000', '191307.970000', '191308.430000', '191308.890000', '191309.350000', '191309.810000', '191310.270000', '191310.730000', '191311.190000', '191311.650000', '191312.110000', '191312.570000', '191313.030000', '191313.490000', '191313.950000', '191314.410000', '191314.870000', '191315.330000', '191315.790000', '191316.250000', '191316.710000', '191317.170000', '191317.630000', '191318.090000', '191318.550000', '191319.010000', '191319.470000', '191319.930000', '191320.390000', '191320.850000', '191321.310000', '191321.770000', '191322.230000', '191322.690000', '191323.150000', '191323.610000', '191324.070000', '191324.530000', '191324.990000', '191325.450000', '191325.910000', '191326.370000', '191326.830000', '191327.290000', '191327.750000', '191328.210000', '191328.670000', '191329.130000', '191329.590000', '191330.050000', '191330.510000', '191330.970000', '191331.430000', '191331.890000', '191332.350000', '191332.810000', '191333.270000', '191333.730000', '191334.190000', '191334.650000', '191335.110000', '191335.570000', '191336.030000', '191336.490000', '191336.950000', '191337.410000', '191337.870000', '191338.330000', '191338.790000', '191339.250000', '191339.710000', '191340.170000', '191340.630000', '191341.090000', '191341.550000', '191342.010000', '191342.470000', '191342.930000', '191343.390000', '191343.850000', '191344.310000', '191344.770000', '191345.230000', '191345.690000', '191346.150000', '191346.610000', '191347.070000', '191347.530000', '191347.990000', '191348.450000', '191348.910000', '191349.370000', '191349.830000', '191350.290000', '191350.750000', '191351.210000', '191351.670000', '191352.130000', '191352.590000', '191353.050000', '191353.510000', '191353.970000', '191354.430000', '191354.890000', '191355.350000', '191355.810000', '191356.270000', '191356.730000', '191357.190000', '191357.650000', '191358.110000', '191358.570000', '191359.030000', '191359.490000', '191359.950000', '191400.410000', '191400.870000', '191401.330000', '191401.790000', '191402.250000', '191402.710000', '191403.170000', '191403.630000', '191404.090000', '191404.550000', '191405.010000', '191405.470000', '191405.930000', '191406.390000', '191406.850000', '191407.310000', '191407.770000', '191408.230000', '191408.690000', '191409.150000', '191409.610000', '191410.070000', '191410.530000', '191410.990000', '191411.450000', '191411.910000', '191412.370000', '191412.830000', '191413.290000', '191413.750000', '191414.210000', '191414.670000', '191415.130000', '191415.590000', '191416.050000', '191416.510000', '191416.970000', '191417.430000', '191417.890000', '191418.350000', '191418.810000', '191419.270000', '191419.730000', '191420.190000', '191420.650000', '191421.110000', '191421.570000', '191422.030000', '191422.490000', '191422.950000', '191423.410000', '191423.870000', '191424.330000', '191424.790000', '191425.250000', '191425.710000', '191426.170000', '191426.630000', '191427.090000', '191427.550000', '191428.010000', '191428.470000', '191428.930000', '191429.390000', '191429.850000', '191430.310000', '191430.770000', '191431.230000', '191431.690000', '191432.150000', '191432.610000', '191433.070000', '191433.530000', '191433.990000', '191434.450000', '191434.910000', '191435.370000', '191435.830000', '191436.290000', '191436.750000', '191437.210000', '191437.670000', '191438.130000', '191438.590000', '191439.050000', '191439.510000', '191439.970000', '191440.430000', '191440.890000', '191441.350000', '191441.810000', '191442.270000', '191442.730000', '191443.190000', '191443.650000', '191444.110000', '191444.570000', '191445.030000', '191445.490000', '191445.950000', '191446.410000', '191446.870000', '191447.330000', '191447.790000', '191448.250000', '191448.710000', '191449.170000', '191449.630000', '191450.090000', '191450.550000', '191451.010000', '191451.470000', '191451.930000', '191452.390000', '191452.850000', '191453.310000', '191453.770000', '191454.230000', '191454.690000', '191455.150000', '191455.610000', '191456.070000', '191456.530000', '191456.990000', '191457.450000', '191457.910000', '191458.370000', '191458.830000', '191459.290000', '191459.750000', '191500.210000', '191500.670000', '191501.130000', '191501.590000', '191502.050000', '191502.510000', '191502.970000', '191503.430000', '191503.890000', '191504.350000', '191504.810000', '191505.270000', '191505.730000', '191506.190000', '191506.650000', '191507.110000', '191507.570000', '191508.030000', '191508.490000', '191508.950000', '191509.410000', '191509.870000', '191510.330000', '191510.790000', '191511.250000', '191511.710000', '191512.170000', '191512.630000', '191513.090000', '191513.550000', '191514.010000', '191514.470000', '191514.930000', '191515.390000', '191515.850000', '191516.310000', '191516.770000', '191517.230000', '191517.690000', '191518.150000', '191518.610000', '191519.070000', '191519.530000', '191519.990000', '191520.450000', '191520.910000', '191521.370000', '191521.830000', '191522.290000', '191522.750000', '191523.210000', '191523.670000', '191524.130000', '191524.590000', '191525.050000', '191525.510000', '191525.970000', '191526.430000', '191526.890000', '191527.350000', '191527.810000', '191528.270000', '191528.730000', '191529.190000', '191529.650000', '191530.110000', '191530.570000', '191531.030000', '191531.490000', '191531.950000', '191532.410000', '191532.870000', '191533.330000', '191533.790000', '191534.250000', '191534.710000', '191535.170000', '191535.630000', '191536.090000', '191536.550000', '191537.010000', '191537.470000', '191537.930000', '191538.390000', '191538.850000', '191539.310000', '191539.770000', '191540.230000', '191540.690000', '191541.150000', '191541.610000', '191542.070000', '191542.530000', '191542.990000', '191543.450000', '191543.910000', '191544.370000', '191544.830000', '191545.290000', '191545.750000', '191546.210000', '191546.670000', '191547.130000', '191547.590000', '191548.050000', '191548.510000', '191548.970000', '191549.430000', '191549.890000', '191550.350000', '191550.810000', '191551.270000', '191551.730000', '191552.190000', '191552.650000', '191553.110000', '191553.570000', '191554.030000', '191554.490000', '191554.950000', '191555.410000', '191555.870000', '191556.330000', '191556.790000', '191557.250000', '191557.710000', '191558.170000', '191558.630000', '191559.090000', '191559.550000', '191600.010000', '191600.470000', '191600.930000', '191601.390000', '191601.850000', '191602.310000', '191602.770000', '191603.230000', '191603.690000', '191604.150000', '191604.610000', '191605.070000', '191605.530000', '191605.990000', '191606.450000', '191606.910000', '191607.370000', '191607.830000', '191608.290000', '191608.750000', '191609.210000', '191609.670000', '191610.130000', '191610.590000', '191611.050000', '191611.510000', '191611.970000', '191612.430000', '191612.890000', '191613.350000', '191613.810000', '191614.270000', '191614.730000', '191615.190000', '191615.650000', '191616.110000', '191616.570000', '191617.030000', '191617.490000', '191617.950000', '191618.410000', '191618.870000', '191619.330000', '191619.790000', '191620.250000', '191620.710000', '191621.170000', '191621.630000', '191622.090000', '191622.550000', '191623.010000', '191623.470000', '191623.930000', '191624.390000', '191624.850000', '191625.310000', '191625.770000', '191626.230000', '191626.690000', '191627.150000', '191627.610000', '191628.070000', '191628.530000', '191628.990000', '191629.450000', '191629.910000', '191630.370000', '191630.830000', '191631.290000', '191631.750000', '191632.210000', '191632.670000', '191633.130000', '191633.590000', '191634.050000', '191634.510000', '191634.970000', '191635.430000', '191635.890000', '191636.350000', '191636.810000', '191637.270000', '191637.730000', '191638.190000', '191638.650000', '191639.110000', '191639.570000', '191640.030000', '191640.490000', '191640.950000', '191641.410000', '191641.870000', '191642.330000', '191642.790000', '191643.250000', '191643.710000', '191644.170000', '191644.630000', '191645.090000', '191645.550000', '191646.010000', '191646.470000', '191646.930000', '191647.390000', '191647.850000', '191648.310000', '191648.770000', '191649.230000', '191649.690000', '191650.150000', '191650.610000', '191651.070000', '191651.530000', '191651.990000', '191652.450000', '191652.910000', '191653.370000', '191653.830000', '191654.290000', '191654.750000', '191655.210000', '191655.670000', '191656.130000', '191656.590000', '191657.050000', '191657.510000', '191657.970000', '191658.430000', '191658.890000', '191659.350000', '191659.810000', '191700.270000', '191700.730000', '191701.190000', '191701.650000', '191702.110000', '191702.570000', '191703.030000', '191703.490000', '191703.950000', '191704.410000', '191704.870000', '191705.330000', '191705.790000', '191706.250000', '191706.710000', '191707.170000', '191707.630000', '191708.090000', '191708.550000', '191709.010000', '191709.470000', '191709.930000', '191710.390000', '191710.850000', '191711.310000', '191711.770000', '191712.230000', '191712.690000', '191713.150000', '191713.610000', '191714.070000', '191714.530000', '191714.990000', '191715.450000', '191715.910000', '191716.370000', '191716.830000', '191717.290000', '191717.750000', '191718.210000', '191718.670000', '191719.130000', '191719.590000', '191720.050000', '191720.510000', '191720.970000', '191721.430000', '191721.890000', '191722.350000', '191722.810000', '191723.270000', '191723.730000', '191724.190000', '191724.650000', '191725.110000', '191725.570000', '191726.030000', '191726.490000', '191726.950000', '191727.410000', '191727.870000', '191728.330000', '191728.790000', '191729.250000', '191729.710000', '191730.170000', '191730.630000', '191731.090000', '191731.550000', '191732.010000', '191732.470000', '191732.930000', '191733.390000', '191733.850000', '191734.310000', '191734.770000', '191735.230000', '191735.690000', '191736.150000', '191736.610000', '191737.070000', '191737.530000', '191737.990000', '191738.450000', '191738.910000', '191739.370000', '191739.830000', '191740.290000', '191740.750000', '191741.210000', '191741.670000', '191742.130000', '191742.590000', '191743.050000', '191743.510000', '191743.970000', '191744.430000', '191744.890000', '191745.350000', '191745.810000', '191746.270000', '191746.730000', '191747.190000', '191747.650000', '191748.110000', '191748.570000', '191749.030000', '191749.490000', '191749.950000', '191750.410000', '191750.870000', '191751.330000', '191751.790000', '191752.250000', '191752.710000', '191753.170000', '191753.630000', '191754.090000', '191754.550000', '191755.010000', '191755.470000', '191755.930000', '191756.390000', '191756.850000', '191757.310000', '191757.770000', '191758.230000', '191758.690000', '191759.150000', '191759.610000', '191800.070000', '191800.530000', '191800.990000', '191801.450000', '191801.910000', '191802.370000', '191802.830000', '191803.290000', '191803.750000', '191804.210000', '191804.670000', '191805.130000', '191805.590000', '191806.050000', '191806.510000', '191806.970000', '191807.430000', '191807.890000', '191808.350000', '191808.810000', '191809.270000', '191809.730000', '191810.190000', '191810.650000', '191811.110000', '191811.570000', '191812.030000', '191812.490000', '191812.950000', '191813.410000', '191813.870000', '191814.330000', '191814.790000', '191815.250000', '191815.710000', '191816.170000', '191816.630000', '191817.090000', '191817.550000', '191818.010000', '191818.470000', '191818.930000', '191819.390000', '191819.850000', '191820.310000', '191820.770000', '191821.230000', '191821.690000', '191822.150000', '191822.610000', '191823.070000', '191823.530000', '191823.990000', '191824.450000', '191824.910000', '191825.370000', '191825.830000', '191826.290000', '191826.750000', '191827.210000', '191827.670000', '191828.130000', '191828.590000', '191829.050000', '191829.510000', '191829.970000', '191830.430000', '191830.890000', '191831.350000', '191831.810000', '191832.270000', '191832.730000', '191833.190000', '191833.650000', '191834.110000', '191834.570000', '191835.030000', '191835.490000', '191835.950000', '191836.410000', '191836.870000', '191837.330000', '191837.790000', '191838.250000', '191838.710000', '191839.170000', '191839.630000', '191840.090000', '191840.550000', '191841.010000', '191841.470000', '191841.930000', '191842.390000', '191842.850000', '191843.310000', '191843.770000', '191844.230000', '191844.690000', '191845.150000', '191845.610000', '191846.070000', '191846.530000', '191846.990000', '191847.450000', '191847.910000', '191848.370000', '191848.830000', '191849.290000', '191849.750000', '191850.210000', '191850.670000', '191851.130000', '191851.590000', '191852.050000', '191852.510000', '191852.970000', '191853.430000', '191853.890000', '191854.350000', '191854.810000', '191855.270000', '191855.730000', '191856.190000', '191856.650000', '191857.110000', '191857.570000', '191858.030000', '191858.490000', '191858.950000', '191859.410000', '191859.870000', '191900.330000', '191900.790000', '191901.250000', '191901.710000', '191902.170000', '191902.630000', '191903.090000', '191903.550000', '191904.010000', '191904.470000', '191904.930000', '191905.390000', '191905.850000', '191906.310000', '191906.770000', '191907.230000', '191907.690000', '191908.150000', '191908.610000', '191909.070000', '191909.530000', '191909.990000', '191910.450000', '191910.910000', '191911.370000', '191911.830000', '191912.290000', '191912.750000', '191913.210000', '191913.670000', '191914.130000', '191914.590000', '191915.050000', '191915.510000', '191915.970000', '191916.430000', '191916.890000', '191917.350000', '191917.810000', '191918.270000', '191918.730000', '191919.190000', '191919.650000', '191920.110000', '191920.570000', '191921.030000', '191921.490000', '191921.950000', '191922.410000', '191922.870000', '191923.330000', '191923.790000', '191924.250000', '191924.710000', '191925.170000', '191925.630000', '191926.090000', '191926.550000', '191927.010000', '191927.470000', '191927.930000', '191928.390000', '191928.850000', '191929.310000', '191929.770000', '191930.230000', '191930.690000', '191931.150000', '191931.610000', '191932.070000', '191932.530000', '191932.990000', '191933.450000', '191933.910000', '191934.370000', '191934.830000', '191935.290000', '191935.750000', '191936.210000', '191936.670000', '191937.130000', '191937.590000', '191938.050000', '191938.510000', '191938.970000', '191939.430000', '191939.890000', '191940.350000', '191940.810000', '191941.270000', '191941.730000', '191942.190000', '191942.650000', '191943.110000', '191943.570000', '191944.030000', '191944.490000', '191944.950000', '191945.410000', '191945.870000', '191946.330000', '191946.790000', '191947.250000', '191947.710000', '191948.170000', '191948.630000', '191949.090000', '191949.550000', '191950.010000', '191950.470000', '191950.930000', '191951.390000', '191951.850000', '191952.310000', '191952.770000', '191953.230000', '191953.690000', '191954.150000', '191954.610000', '191955.070000', '191955.530000', '191955.990000', '191956.450000', '191956.910000', '191957.370000', '191957.830000', '191958.290000', '191958.750000', '191959.210000', '191959.670000', '192000.130000', '192000.590000', '192001.050000', '192001.510000', '192001.970000', '192002.430000', '192002.890000', '192003.350000', '192003.810000', '192004.270000', '192004.730000', '192005.190000', '192005.650000', '192006.110000', '192006.570000', '192007.030000', '192007.490000'], 'ContentTime': ['191319.864000', '191319.867000', '191319.870000', '191319.873000', '191319.876000', '191319.878000', '191319.881000', '191319.884000', '191319.892000', '191319.895000', '191319.897000', '191319.900000', '191319.902000', '191319.905000', '191319.908000', '191319.910000', '191319.919000', '191319.922000', '191319.925000', '191319.927000', '191319.930000', '191319.932000', '191319.935000', '191319.937000', '191319.940000', '191319.942000', '191319.947000', '191319.950000', '191319.952000', '191319.955000', '191319.958000', '191319.960000', '191319.963000', '191319.965000', '191319.968000', '191339.828000', '191339.830000', '191339.833000', '191339.836000', '191339.838000', '191339.841000', '191339.844000', '191339.846000', '191339.849000', '191339.851000', '191339.854000', '191339.856000', '191339.859000', '191339.862000', '191339.864000', '191339.867000', '191339.869000', '191339.872000', '191339.874000', '191339.877000', '191339.880000', '191339.882000', '191339.885000', '191339.887000', '191339.890000', '191339.893000', '191339.895000', '191339.898000', '191339.900000', '191339.903000', '191339.905000', '191339.908000', '191339.911000', '191339.913000', '191339.916000', '191339.918000', '191339.921000', '191339.923000', '191339.926000', '191339.929000', '191339.931000', '191339.934000', '191339.936000', '191339.939000', '191359.827000', '191359.830000', '191359.833000', '191359.835000', '191359.838000', '191359.841000', '191359.843000', '191359.846000', '191359.849000', '191359.851000', '191359.854000', '191359.856000', '191359.859000', '191359.861000', '191359.864000', '191359.867000', '191359.869000', '191359.872000', '191359.874000', '191359.877000', '191359.880000', '191359.882000', '191359.889000', '191359.891000', '191359.894000', '191359.897000', '191359.899000', '191359.902000', '191359.904000', '191359.907000', '191359.910000', '191359.912000', '191359.915000', '191359.917000', '191359.920000', '191359.923000', '191359.925000', '191359.928000', '191359.931000', '191359.933000', '191359.936000', '191359.938000', '191359.941000', '191419.827000', '191419.830000', '191419.833000', '191419.835000', '191419.838000', '191419.841000', '191419.843000', '191419.846000', '191419.848000', '191419.851000', '191419.854000', '191419.856000', '191419.859000', '191419.861000', '191419.864000', '191419.867000', '191419.869000', '191419.872000', '191419.874000', '191419.877000', '191419.880000', '191419.882000', '191419.885000', '191419.887000', '191419.890000', '191419.893000', '191419.896000', '191419.898000', '191419.901000', '191419.903000', '191419.906000', '191419.909000', '191419.911000', '191419.914000', '191419.916000', '191419.919000', '191419.922000', '191419.924000', '191419.927000', '191419.929000', '191419.932000', '191419.935000', '191419.937000', '191419.940000', '191439.828000', '191439.831000', '191439.834000', '191439.836000', '191439.839000', '191439.842000', '191439.844000', '191439.847000', '191439.849000', '191439.852000', '191439.855000', '191439.857000', '191439.860000', '191439.862000', '191439.865000', '191439.868000', '191439.870000', '191439.879000', '191439.882000', '191439.884000', '191439.887000', '191439.889000', '191439.892000', '191439.895000', '191439.897000', '191439.900000', '191439.903000', '191439.905000', '191439.908000', '191439.910000', '191439.913000', '191439.916000', '191439.918000', '191439.921000', '191439.923000', '191439.926000', '191439.929000', '191439.931000', '191439.934000', '191439.937000', '191439.939000', '191439.942000', '191439.945000', '191459.829000', '191459.831000', '191459.834000', '191459.837000', '191459.839000', '191459.842000', '191459.845000', '191459.847000', '191459.850000', '191459.852000', '191459.855000', '191459.857000', '191459.860000', '191459.863000', '191459.865000', '191459.868000', '191459.870000', '191459.873000', '191459.876000', '191459.878000', '191459.881000', '191459.883000', '191459.886000', '191459.888000', '191459.891000', '191459.894000', '191459.896000', '191459.899000', '191459.902000', '191459.904000', '191459.907000', '191459.909000', '191459.912000', '191459.915000', '191459.917000', '191459.920000', '191459.922000', '191459.925000', '191459.928000', '191459.930000', '191459.933000', '191459.935000', '191459.938000', '191459.940000', '191519.828000', '191519.831000', '191519.833000', '191519.836000', '191519.838000', '191519.841000', '191519.844000', '191519.846000', '191519.849000', '191519.851000', '191519.854000', '191519.857000', '191519.859000', '191519.862000', '191519.864000', '191519.867000', '191519.870000', '191519.872000', '191519.875000', '191519.878000', '191519.880000', '191519.883000', '191519.885000', '191519.888000', '191519.891000', '191519.893000', '191519.896000', '191519.898000', '191519.901000', '191519.904000', '191519.906000', '191519.909000', '191519.911000', '191519.914000', '191519.917000', '191519.919000', '191519.922000', '191519.925000', '191519.927000', '191519.930000', '191519.932000', '191519.935000', '191519.938000', '191539.828000', '191539.830000', '191539.833000', '191539.836000', '191539.838000', '191539.841000', '191539.843000', '191539.846000', '191539.849000', '191539.851000', '191539.854000', '191539.856000', '191539.859000', '191539.862000', '191539.864000', '191539.867000', '191539.869000', '191539.872000', '191539.875000', '191539.877000', '191539.880000', '191539.882000', '191539.885000', '191539.888000', '191539.890000', '191539.893000', '191539.895000', '191539.898000', '191539.901000', '191539.903000', '191539.906000', '191539.908000', '191539.911000', '191539.914000', '191539.916000', '191539.919000', '191539.921000', '191539.924000', '191539.927000', '191539.929000', '191539.932000', '191539.934000', '191539.937000', '191539.940000', '191559.828000', '191559.830000', '191559.833000', '191559.836000', '191559.838000', '191559.841000', '191559.843000', '191559.846000', '191559.849000', '191559.851000', '191559.854000', '191559.856000', '191559.859000', '191559.862000', '191559.864000', '191559.867000', '191559.869000', '191559.872000', '191559.875000', '191559.877000', '191559.880000', '191559.882000', '191559.885000', '191559.888000', '191559.890000', '191559.893000', '191559.896000', '191559.898000', '191559.901000', '191559.904000', '191559.906000', '191559.909000', '191559.911000', '191559.914000', '191559.916000', '191559.919000', '191559.922000', '191559.924000', '191559.927000', '191559.929000', '191559.932000', '191559.935000', '191559.937000', '191619.827000', '191619.830000', '191619.833000', '191619.836000', '191619.838000', '191619.841000', '191619.843000', '191619.846000', '191619.849000', '191619.851000', '191619.854000', '191619.856000', '191619.859000', '191619.862000', '191619.864000', '191619.867000', '191619.870000', '191619.872000', '191619.875000', '191619.877000', '191619.880000', '191619.883000', '191619.885000', '191619.888000', '191619.890000', '191619.893000', '191619.896000', '191619.898000', '191619.901000', '191619.904000', '191619.906000', '191619.909000', '191619.911000', '191619.914000', '191619.917000', '191619.919000', '191619.922000', '191619.924000', '191619.927000', '191619.930000', '191619.932000', '191619.935000', '191619.938000', '191619.940000', '191639.827000', '191639.830000', '191639.833000', '191639.835000', '191639.838000', '191639.841000', '191639.843000', '191639.846000', '191639.848000', '191639.851000', '191639.854000', '191639.856000', '191639.859000', '191639.862000', '191639.864000', '191639.867000', '191639.870000', '191639.872000', '191639.875000', '191639.877000', '191639.880000', '191639.883000', '191639.885000', '191639.888000', '191639.890000', '191639.893000', '191639.896000', '191639.898000', '191639.901000', '191639.903000', '191639.906000', '191639.909000', '191639.911000', '191639.914000', '191639.916000', '191639.919000', '191639.922000', '191639.924000', '191639.927000', '191639.929000', '191639.932000', '191639.935000', '191639.937000', '191659.828000', '191659.831000', '191659.834000', '191659.837000', '191659.839000', '191659.842000', '191659.844000', '191659.847000', '191659.850000', '191659.852000', '191659.855000', '191659.858000', '191659.860000', '191659.863000', '191659.866000', '191659.868000', '191659.871000', '191659.873000', '191659.876000', '191659.879000', '191659.882000', '191659.884000', '191659.887000', '191659.889000', '191659.892000', '191659.895000', '191659.897000', '191659.900000', '191659.903000', '191659.905000', '191659.908000', '191659.910000', '191659.913000', '191659.916000', '191659.918000', '191659.921000', '191659.923000', '191659.926000', '191659.929000', '191659.931000', '191659.934000', '191659.936000', '191659.939000', '191659.942000', '191719.829000', '191719.832000', '191719.834000', '191719.837000', '191719.839000', '191719.842000', '191719.845000', '191719.847000', '191719.850000', '191719.853000', '191719.855000', '191719.858000', '191719.860000', '191719.863000', '191719.866000', '191719.868000', '191719.871000', '191719.873000', '191719.876000', '191719.879000', '191719.881000', '191719.884000', '191719.887000', '191719.889000', '191719.892000', '191719.895000', '191719.897000', '191719.900000', '191719.902000', '191719.905000', '191719.908000', '191719.911000', '191719.913000', '191719.916000', '191719.918000', '191719.921000', '191719.924000', '191719.926000', '191719.929000', '191719.932000', '191719.934000', '191719.937000', '191719.940000', '191739.828000', '191739.830000', '191739.833000', '191739.836000', '191739.838000', '191739.841000', '191739.843000', '191739.846000', '191739.849000', '191739.851000', '191739.854000', '191739.856000', '191739.859000', '191739.862000', '191739.864000', '191739.867000', '191739.869000', '191739.872000', '191739.875000', '191739.877000', '191739.880000', '191739.882000', '191739.885000', '191739.887000', '191739.897000', '191739.900000', '191739.903000', '191739.905000', '191739.908000', '191739.910000', '191739.913000', '191739.916000', '191739.918000', '191739.921000', '191739.923000', '191739.926000', '191739.929000', '191739.931000', '191739.934000', '191739.936000', '191739.939000', '191739.942000', '191739.944000', '191739.947000', '191759.827000', '191759.830000', '191759.833000', '191759.835000', '191759.838000', '191759.841000', '191759.843000', '191759.846000', '191759.849000', '191759.851000', '191759.854000', '191759.857000', '191759.859000', '191759.862000', '191759.865000', '191759.867000', '191759.870000', '191759.872000', '191759.875000', '191759.877000', '191759.880000', '191759.883000', '191759.885000', '191759.888000', '191759.891000', '191759.893000', '191759.896000', '191759.898000', '191759.901000', '191759.904000', '191759.906000', '191759.909000', '191759.911000', '191759.914000', '191759.916000', '191759.919000', '191759.922000', '191759.924000', '191759.927000', '191759.930000', '191759.932000', '191759.935000', '191759.937000', '191819.827000', '191819.830000', '191819.833000', '191819.836000', '191819.838000', '191819.841000', '191819.843000', '191819.846000', '191819.849000', '191819.851000', '191819.854000', '191819.857000', '191819.859000', '191819.863000', '191819.866000', '191819.869000', '191819.872000', '191819.874000', '191819.877000', '191819.879000', '191819.882000', '191819.885000', '191819.887000', '191819.890000', '191819.893000', '191819.895000', '191819.898000', '191819.901000', '191819.903000', '191819.906000', '191819.909000', '191819.912000', '191819.915000', '191819.919000', '191819.921000', '191819.924000', '191819.927000', '191819.929000', '191819.932000', '191819.934000', '191819.937000', '191819.939000', '191819.942000', '191839.828000', '191839.830000', '191839.833000', '191839.836000', '191839.838000', '191839.841000', '191839.844000', '191839.846000', '191839.849000', '191839.852000', '191839.854000', '191839.857000', '191839.859000', '191839.862000', '191839.864000', '191839.867000', '191839.870000', '191839.872000', '191839.875000', '191839.877000', '191839.880000', '191839.882000', '191839.885000', '191839.888000', '191839.890000', '191839.893000', '191839.896000', '191839.898000', '191839.901000', '191839.903000', '191839.906000', '191839.909000', '191839.911000', '191839.914000', '191839.917000', '191839.919000', '191839.922000', '191839.924000', '191839.927000', '191839.930000', '191839.932000', '191839.935000', '191839.937000', '191839.940000', '191859.827000', '191859.830000', '191859.833000', '191859.836000', '191859.838000', '191859.841000', '191859.844000', '191859.846000', '191859.849000', '191859.851000', '191859.854000', '191859.857000', '191859.859000', '191859.862000', '191859.864000', '191859.867000', '191859.870000', '191859.872000', '191859.875000', '191859.877000', '191859.880000', '191859.883000', '191859.885000', '191859.888000', '191859.890000', '191859.893000', '191859.896000', '191859.898000', '191859.901000', '191859.903000', '191859.906000', '191859.909000', '191859.911000', '191859.914000', '191859.916000', '191859.919000', '191859.922000', '191859.924000', '191859.927000', '191859.930000', '191859.932000', '191859.935000', '191859.938000', '191859.940000', '191919.829000', '191919.831000', '191919.834000', '191919.837000', '191919.839000', '191919.842000', '191919.845000', '191919.847000', '191919.850000', '191919.853000', '191919.855000', '191919.858000', '191919.860000', '191919.863000', '191919.866000', '191919.868000', '191919.871000', '191919.873000', '191919.876000', '191919.879000', '191919.881000', '191919.884000', '191919.887000', '191919.889000', '191919.892000', '191919.895000', '191919.897000', '191919.900000', '191919.902000', '191919.905000', '191919.908000', '191919.910000', '191919.913000', '191919.915000', '191919.918000', '191919.921000', '191919.923000', '191919.926000', '191919.929000', '191919.931000', '191919.934000', '191919.936000', '191919.939000', '191939.828000', '191939.831000', '191939.834000', '191939.837000', '191939.839000', '191939.842000', '191939.844000', '191939.847000', '191939.850000', '191939.852000', '191939.855000', '191939.858000', '191939.860000', '191939.863000', '191939.865000', '191939.868000', '191939.871000', '191939.873000', '191939.876000', '191939.879000', '191939.881000', '191939.884000', '191939.886000', '191939.889000', '191939.892000', '191939.895000', '191939.897000', '191939.900000', '191939.904000', '191939.907000', '191939.909000', '191939.912000', '191939.915000', '191939.918000', '191939.920000', '191939.923000', '191939.925000', '191939.928000', '191939.931000', '191939.933000', '191939.936000', '191939.938000', '191939.941000', '191959.828000', '191959.830000', '191959.833000', '191959.836000', '191959.838000', '191959.841000', '191959.844000', '191959.846000', '191959.849000', '191959.851000', '191959.854000', '191959.857000', '191959.859000', '191959.862000', '191959.864000', '191959.867000', '191959.870000', '191959.872000', '191959.875000', '191959.878000', '191959.880000', '191959.883000', '191959.886000', '191959.888000', '191959.891000', '191959.894000', '191959.896000', '191959.899000', '191959.901000', '191959.904000', '191959.907000', '191959.909000', '191959.912000', '191959.915000', '191959.917000', '191959.920000', '191959.922000', '191959.925000', '191959.928000', '191959.930000', '191959.933000', '191959.935000', '191959.938000', '191959.941000', '192009.323000', '192009.327000', '192009.330000', '192009.333000', '192009.337000', '192009.340000', '192009.344000', '192009.346000', '192009.350000', '192009.353000', '192009.356000', '192009.361000', '192009.364000', '192009.367000', '192009.370000', '192009.373000', '192009.376000', '192009.379000', '192009.382000', '192009.384000', '192009.388000'], 'InstanceCreationTime': ['191319.864000', '191319.867000', '191319.870000', '191319.873000', '191319.876000', '191319.878000', '191319.881000', '191319.884000', '191319.892000', '191319.895000', '191319.897000', '191319.900000', '191319.902000', '191319.905000', '191319.908000', '191319.910000', '191319.919000', '191319.922000', '191319.925000', '191319.927000', '191319.930000', '191319.932000', '191319.935000', '191319.937000', '191319.940000', '191319.942000', '191319.947000', '191319.950000', '191319.952000', '191319.955000', '191319.958000', '191319.960000', '191319.963000', '191319.965000', '191319.968000', '191339.828000', '191339.830000', '191339.833000', '191339.836000', '191339.838000', '191339.841000', '191339.844000', '191339.846000', '191339.849000', '191339.851000', '191339.854000', '191339.856000', '191339.859000', '191339.862000', '191339.864000', '191339.867000', '191339.869000', '191339.872000', '191339.874000', '191339.877000', '191339.880000', '191339.882000', '191339.885000', '191339.887000', '191339.890000', '191339.893000', '191339.895000', '191339.898000', '191339.900000', '191339.903000', '191339.905000', '191339.908000', '191339.911000', '191339.913000', '191339.916000', '191339.918000', '191339.921000', '191339.923000', '191339.926000', '191339.929000', '191339.931000', '191339.934000', '191339.936000', '191339.939000', '191359.827000', '191359.830000', '191359.833000', '191359.835000', '191359.838000', '191359.841000', '191359.843000', '191359.846000', '191359.849000', '191359.851000', '191359.854000', '191359.856000', '191359.859000', '191359.861000', '191359.864000', '191359.867000', '191359.869000', '191359.872000', '191359.874000', '191359.877000', '191359.880000', '191359.882000', '191359.889000', '191359.891000', '191359.894000', '191359.897000', '191359.899000', '191359.902000', '191359.904000', '191359.907000', '191359.910000', '191359.912000', '191359.915000', '191359.917000', '191359.920000', '191359.923000', '191359.925000', '191359.928000', '191359.931000', '191359.933000', '191359.936000', '191359.938000', '191359.941000', '191419.827000', '191419.830000', '191419.833000', '191419.835000', '191419.838000', '191419.841000', '191419.843000', '191419.846000', '191419.848000', '191419.851000', '191419.854000', '191419.856000', '191419.859000', '191419.861000', '191419.864000', '191419.867000', '191419.869000', '191419.872000', '191419.874000', '191419.877000', '191419.880000', '191419.882000', '191419.885000', '191419.887000', '191419.890000', '191419.893000', '191419.896000', '191419.898000', '191419.901000', '191419.903000', '191419.906000', '191419.909000', '191419.911000', '191419.914000', '191419.916000', '191419.919000', '191419.922000', '191419.924000', '191419.927000', '191419.929000', '191419.932000', '191419.935000', '191419.937000', '191419.940000', '191439.828000', '191439.831000', '191439.834000', '191439.836000', '191439.839000', '191439.842000', '191439.844000', '191439.847000', '191439.849000', '191439.852000', '191439.855000', '191439.857000', '191439.860000', '191439.862000', '191439.865000', '191439.868000', '191439.870000', '191439.879000', '191439.882000', '191439.884000', '191439.887000', '191439.889000', '191439.892000', '191439.895000', '191439.897000', '191439.900000', '191439.903000', '191439.905000', '191439.908000', '191439.910000', '191439.913000', '191439.916000', '191439.918000', '191439.921000', '191439.923000', '191439.926000', '191439.929000', '191439.931000', '191439.934000', '191439.937000', '191439.939000', '191439.942000', '191439.945000', '191459.829000', '191459.831000', '191459.834000', '191459.837000', '191459.839000', '191459.842000', '191459.845000', '191459.847000', '191459.850000', '191459.852000', '191459.855000', '191459.857000', '191459.860000', '191459.863000', '191459.865000', '191459.868000', '191459.870000', '191459.873000', '191459.876000', '191459.878000', '191459.881000', '191459.883000', '191459.886000', '191459.888000', '191459.891000', '191459.894000', '191459.896000', '191459.899000', '191459.902000', '191459.904000', '191459.907000', '191459.909000', '191459.912000', '191459.915000', '191459.917000', '191459.920000', '191459.922000', '191459.925000', '191459.928000', '191459.930000', '191459.933000', '191459.935000', '191459.938000', '191459.940000', '191519.828000', '191519.831000', '191519.833000', '191519.836000', '191519.838000', '191519.841000', '191519.844000', '191519.846000', '191519.849000', '191519.851000', '191519.854000', '191519.857000', '191519.859000', '191519.862000', '191519.864000', '191519.867000', '191519.870000', '191519.872000', '191519.875000', '191519.878000', '191519.880000', '191519.883000', '191519.885000', '191519.888000', '191519.891000', '191519.893000', '191519.896000', '191519.898000', '191519.901000', '191519.904000', '191519.906000', '191519.909000', '191519.911000', '191519.914000', '191519.917000', '191519.919000', '191519.922000', '191519.925000', '191519.927000', '191519.930000', '191519.932000', '191519.935000', '191519.938000', '191539.828000', '191539.830000', '191539.833000', '191539.836000', '191539.838000', '191539.841000', '191539.843000', '191539.846000', '191539.849000', '191539.851000', '191539.854000', '191539.856000', '191539.859000', '191539.862000', '191539.864000', '191539.867000', '191539.869000', '191539.872000', '191539.875000', '191539.877000', '191539.880000', '191539.882000', '191539.885000', '191539.888000', '191539.890000', '191539.893000', '191539.895000', '191539.898000', '191539.901000', '191539.903000', '191539.906000', '191539.908000', '191539.911000', '191539.914000', '191539.916000', '191539.919000', '191539.921000', '191539.924000', '191539.927000', '191539.929000', '191539.932000', '191539.934000', '191539.937000', '191539.940000', '191559.828000', '191559.830000', '191559.833000', '191559.836000', '191559.838000', '191559.841000', '191559.843000', '191559.846000', '191559.849000', '191559.851000', '191559.854000', '191559.856000', '191559.859000', '191559.862000', '191559.864000', '191559.867000', '191559.869000', '191559.872000', '191559.875000', '191559.877000', '191559.880000', '191559.882000', '191559.885000', '191559.888000', '191559.890000', '191559.893000', '191559.896000', '191559.898000', '191559.901000', '191559.904000', '191559.906000', '191559.909000', '191559.911000', '191559.914000', '191559.916000', '191559.919000', '191559.922000', '191559.924000', '191559.927000', '191559.929000', '191559.932000', '191559.935000', '191559.937000', '191619.827000', '191619.830000', '191619.833000', '191619.836000', '191619.838000', '191619.841000', '191619.843000', '191619.846000', '191619.849000', '191619.851000', '191619.854000', '191619.856000', '191619.859000', '191619.862000', '191619.864000', '191619.867000', '191619.870000', '191619.872000', '191619.875000', '191619.877000', '191619.880000', '191619.883000', '191619.885000', '191619.888000', '191619.890000', '191619.893000', '191619.896000', '191619.898000', '191619.901000', '191619.904000', '191619.906000', '191619.909000', '191619.911000', '191619.914000', '191619.917000', '191619.919000', '191619.922000', '191619.924000', '191619.927000', '191619.930000', '191619.932000', '191619.935000', '191619.938000', '191619.940000', '191639.827000', '191639.830000', '191639.833000', '191639.835000', '191639.838000', '191639.841000', '191639.843000', '191639.846000', '191639.848000', '191639.851000', '191639.854000', '191639.856000', '191639.859000', '191639.862000', '191639.864000', '191639.867000', '191639.870000', '191639.872000', '191639.875000', '191639.877000', '191639.880000', '191639.883000', '191639.885000', '191639.888000', '191639.890000', '191639.893000', '191639.896000', '191639.898000', '191639.901000', '191639.903000', '191639.906000', '191639.909000', '191639.911000', '191639.914000', '191639.916000', '191639.919000', '191639.922000', '191639.924000', '191639.927000', '191639.929000', '191639.932000', '191639.935000', '191639.937000', '191659.828000', '191659.831000', '191659.834000', '191659.837000', '191659.839000', '191659.842000', '191659.844000', '191659.847000', '191659.850000', '191659.852000', '191659.855000', '191659.858000', '191659.860000', '191659.863000', '191659.866000', '191659.868000', '191659.871000', '191659.873000', '191659.876000', '191659.879000', '191659.882000', '191659.884000', '191659.887000', '191659.889000', '191659.892000', '191659.895000', '191659.897000', '191659.900000', '191659.903000', '191659.905000', '191659.908000', '191659.910000', '191659.913000', '191659.916000', '191659.918000', '191659.921000', '191659.923000', '191659.926000', '191659.929000', '191659.931000', '191659.934000', '191659.936000', '191659.939000', '191659.942000', '191719.829000', '191719.832000', '191719.834000', '191719.837000', '191719.839000', '191719.842000', '191719.845000', '191719.847000', '191719.850000', '191719.853000', '191719.855000', '191719.858000', '191719.860000', '191719.863000', '191719.866000', '191719.868000', '191719.871000', '191719.873000', '191719.876000', '191719.879000', '191719.881000', '191719.884000', '191719.887000', '191719.889000', '191719.892000', '191719.895000', '191719.897000', '191719.900000', '191719.902000', '191719.905000', '191719.908000', '191719.911000', '191719.913000', '191719.916000', '191719.918000', '191719.921000', '191719.924000', '191719.926000', '191719.929000', '191719.932000', '191719.934000', '191719.937000', '191719.940000', '191739.828000', '191739.830000', '191739.833000', '191739.836000', '191739.838000', '191739.841000', '191739.843000', '191739.846000', '191739.849000', '191739.851000', '191739.854000', '191739.856000', '191739.859000', '191739.862000', '191739.864000', '191739.867000', '191739.869000', '191739.872000', '191739.875000', '191739.877000', '191739.880000', '191739.882000', '191739.885000', '191739.887000', '191739.897000', '191739.900000', '191739.903000', '191739.905000', '191739.908000', '191739.910000', '191739.913000', '191739.916000', '191739.918000', '191739.921000', '191739.923000', '191739.926000', '191739.929000', '191739.931000', '191739.934000', '191739.936000', '191739.939000', '191739.942000', '191739.944000', '191739.947000', '191759.827000', '191759.830000', '191759.833000', '191759.835000', '191759.838000', '191759.841000', '191759.843000', '191759.846000', '191759.849000', '191759.851000', '191759.854000', '191759.857000', '191759.859000', '191759.862000', '191759.865000', '191759.867000', '191759.870000', '191759.872000', '191759.875000', '191759.877000', '191759.880000', '191759.883000', '191759.885000', '191759.888000', '191759.891000', '191759.893000', '191759.896000', '191759.898000', '191759.901000', '191759.904000', '191759.906000', '191759.909000', '191759.911000', '191759.914000', '191759.916000', '191759.919000', '191759.922000', '191759.924000', '191759.927000', '191759.930000', '191759.932000', '191759.935000', '191759.937000', '191819.827000', '191819.830000', '191819.833000', '191819.836000', '191819.838000', '191819.841000', '191819.843000', '191819.846000', '191819.849000', '191819.851000', '191819.854000', '191819.857000', '191819.859000', '191819.863000', '191819.866000', '191819.869000', '191819.872000', '191819.874000', '191819.877000', '191819.879000', '191819.882000', '191819.885000', '191819.887000', '191819.890000', '191819.893000', '191819.895000', '191819.898000', '191819.901000', '191819.903000', '191819.906000', '191819.909000', '191819.912000', '191819.915000', '191819.919000', '191819.921000', '191819.924000', '191819.927000', '191819.929000', '191819.932000', '191819.934000', '191819.937000', '191819.939000', '191819.942000', '191839.828000', '191839.830000', '191839.833000', '191839.836000', '191839.838000', '191839.841000', '191839.844000', '191839.846000', '191839.849000', '191839.852000', '191839.854000', '191839.857000', '191839.859000', '191839.862000', '191839.864000', '191839.867000', '191839.870000', '191839.872000', '191839.875000', '191839.877000', '191839.880000', '191839.882000', '191839.885000', '191839.888000', '191839.890000', '191839.893000', '191839.896000', '191839.898000', '191839.901000', '191839.903000', '191839.906000', '191839.909000', '191839.911000', '191839.914000', '191839.917000', '191839.919000', '191839.922000', '191839.924000', '191839.927000', '191839.930000', '191839.932000', '191839.935000', '191839.937000', '191839.940000', '191859.827000', '191859.830000', '191859.833000', '191859.836000', '191859.838000', '191859.841000', '191859.844000', '191859.846000', '191859.849000', '191859.851000', '191859.854000', '191859.857000', '191859.859000', '191859.862000', '191859.864000', '191859.867000', '191859.870000', '191859.872000', '191859.875000', '191859.877000', '191859.880000', '191859.883000', '191859.885000', '191859.888000', '191859.890000', '191859.893000', '191859.896000', '191859.898000', '191859.901000', '191859.903000', '191859.906000', '191859.909000', '191859.911000', '191859.914000', '191859.916000', '191859.919000', '191859.922000', '191859.924000', '191859.927000', '191859.930000', '191859.932000', '191859.935000', '191859.938000', '191859.940000', '191919.829000', '191919.831000', '191919.834000', '191919.837000', '191919.839000', '191919.842000', '191919.845000', '191919.847000', '191919.850000', '191919.853000', '191919.855000', '191919.858000', '191919.860000', '191919.863000', '191919.866000', '191919.868000', '191919.871000', '191919.873000', '191919.876000', '191919.879000', '191919.881000', '191919.884000', '191919.887000', '191919.889000', '191919.892000', '191919.895000', '191919.897000', '191919.900000', '191919.902000', '191919.905000', '191919.908000', '191919.910000', '191919.913000', '191919.915000', '191919.918000', '191919.921000', '191919.923000', '191919.926000', '191919.929000', '191919.931000', '191919.934000', '191919.936000', '191919.939000', '191939.828000', '191939.831000', '191939.834000', '191939.837000', '191939.839000', '191939.842000', '191939.844000', '191939.847000', '191939.850000', '191939.852000', '191939.855000', '191939.858000', '191939.860000', '191939.863000', '191939.865000', '191939.868000', '191939.871000', '191939.873000', '191939.876000', '191939.879000', '191939.881000', '191939.884000', '191939.886000', '191939.889000', '191939.892000', '191939.895000', '191939.897000', '191939.900000', '191939.904000', '191939.907000', '191939.909000', '191939.912000', '191939.915000', '191939.918000', '191939.920000', '191939.923000', '191939.925000', '191939.928000', '191939.931000', '191939.933000', '191939.936000', '191939.938000', '191939.941000', '191959.828000', '191959.830000', '191959.833000', '191959.836000', '191959.838000', '191959.841000', '191959.844000', '191959.846000', '191959.849000', '191959.851000', '191959.854000', '191959.857000', '191959.859000', '191959.862000', '191959.864000', '191959.867000', '191959.870000', '191959.872000', '191959.875000', '191959.878000', '191959.880000', '191959.883000', '191959.886000', '191959.888000', '191959.891000', '191959.894000', '191959.896000', '191959.899000', '191959.901000', '191959.904000', '191959.907000', '191959.909000', '191959.912000', '191959.915000', '191959.917000', '191959.920000', '191959.922000', '191959.925000', '191959.928000', '191959.930000', '191959.933000', '191959.935000', '191959.938000', '191959.941000', '192009.323000', '192009.327000', '192009.330000', '192009.333000', '192009.337000', '192009.340000', '192009.344000', '192009.346000', '192009.350000', '192009.353000', '192009.356000', '192009.361000', '192009.364000', '192009.367000', '192009.370000', '192009.373000', '192009.376000', '192009.379000', '192009.382000', '192009.384000', '192009.388000'], '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': [13217, 7940, 11212, 7791, 10102, 7502, 9886, 7583, 11684, 7253, 7162, 7291, 7328, 7312, 7212, 7340, 7657, 7400, 7422, 7394, 7163, 8710, 7515, 8149, 7561, 10209, 7397, 8990, 7439, 9853, 7881, 9548, 7471, 8107, 7538, 8015, 7234, 7808, 7313, 7779, 7366, 7574, 7336, 7492, 9953, 7365, 8659, 7202, 8688, 7007, 7906, 7455, 8247, 7367, 8023, 7166, 7250, 10277, 7226, 9462, 7382, 7876, 7298, 7315, 7246, 7274, 8340, 6988, 9051, 7516, 8344, 7376, 8405, 7550, 7338, 9851, 7295, 10292, 7450, 9259, 7063, 7481, 7423, 7321, 7217, 7407, 6765, 6990, 9846, 7026, 9338, 7641, 8196, 6867, 7041, 9415, 7025, 8160, 7371, 7668, 6974, 6595, 6858, 6962, 7017, 8666, 7659, 11515, 9142, 10830, 7312, 6623, 6993, 8327, 9132, 7157, 13439, 11185, 13794, 9174, 11915, 7142, 7475, 7234, 7237, 7142, 7089, 7005, 7049, 8672, 7018, 8591, 7275, 7059, 7100, 7409, 7279, 7311, 7818, 7187, 11455, 8834, 9418, 6848, 8661, 7132, 8428, 7301, 9176, 7376, 8716, 7493, 7274, 8999, 7493, 12595, 9778, 12164, 7033, 9204, 7142, 8145, 7571, 8189, 7249, 7225, 7869, 7376, 9345, 7355, 9222, 7423, 6759, 7067, 6943, 6917, 8133, 7562, 8354, 9102, 7412, 7245, 7429, 7286, 14599, 12074, 11998, 9297, 9271, 7355, 7496, 7120, 7502, 9686, 7394, 7039, 7443, 7191, 7484, 7347, 7551, 7474, 7718, 7428, 7518, 7663, 7667, 12603, 9736, 10508, 7483, 8874, 7142, 7711, 7417, 7603, 7599, 8001, 7380, 7638, 7324, 7592, 7738, 7453, 9727, 7579, 8929, 7479, 8637, 7479, 8551, 7327, 7479, 7637, 7756, 7514, 7565, 7672, 7649, 9739, 7281, 7665, 7666, 7524, 7416, 7453, 7277, 7275, 9723, 7407, 8267, 7359, 8371, 7316, 7821, 7432, 8156, 7559, 8598, 7361, 7606, 10994, 7354, 9220, 7616, 7739, 7748, 7496, 7151, 7454, 9355, 7094, 8229, 7492, 7406, 7368, 7570, 9269, 7315, 9215, 7577, 7716, 7461, 7481, 10764, 7384, 10094, 8580, 8180, 7526, 7547, 7518, 7509, 11648, 8441, 9608, 7551, 8597, 7533, 7453, 10697, 7260, 10222, 8660, 9265, 7211, 8417, 7300, 8314, 7399, 9111, 8233, 9551, 7452, 7516, 7467, 7552, 12294, 8679, 10798, 7956, 11193, 7120, 8080, 7430, 7562, 7452, 7757, 7500, 7750, 7442, 7941, 9219, 7681, 10607, 8107, 8370, 7749, 7401, 6826, 7484, 7794, 7522, 8869, 12755, 10354, 10197, 7726, 8255, 7336, 9845, 7469, 7322, 10371, 10448, 13557, 7303, 7567, 7061, 7504, 14500, 9027, 12893, 10118, 7475, 7668, 7044, 7162, 7670, 7709, 9358, 7664, 9695, 10631, 9299, 12955, 10465, 12613, 10716, 13469, 8342, 11619, 7710, 10376, 7898, 11463, 7287, 8750, 7628, 8111, 8026, 8071, 7941, 8235, 7616, 8162, 9915, 7995, 8202, 7307, 7175, 7426, 7247, 7441, 7298, 7535, 7646, 7796, 8744, 7563, 8060, 7399, 7920, 7326, 7534, 9626, 8149, 7164, 7557, 7276, 7774, 10252, 7645, 10989, 8663, 10134, 7198, 8470, 7472, 9273, 7768, 7575, 7667, 7613, 7657, 8070, 8567, 7658, 10336, 7491, 8846, 7507, 9028, 7942, 12841, 7681, 10041, 11060, 8210, 13781, 7768, 10373, 7351, 7736, 7320, 7930, 7475, 8217, 8160, 7858, 9018, 7586, 8081, 7183, 7490, 7182, 8346, 7757, 7981, 7596, 8348, 7479, 8141, 7416, 7963, 9743, 8055, 9839, 7807, 9661, 7294, 7928, 7335, 8134, 7802, 8165, 9825, 8319, 10313, 7805, 8241, 7430, 7983, 7783, 8111, 7574, 8060, 9912, 7692, 8295, 7483, 8034, 7928, 8297, 7716, 7979, 7595, 7921, 8173, 7450, 10535, 8517, 8163, 7708, 7831, 7635, 7980, 12208, 7938, 10363, 8902, 8513, 7367, 7456, 7424, 7458, 7909, 8330, 7586, 9366, 7640, 7898, 7556, 8117, 12287, 8668, 8675, 7621, 7629, 7565, 7888, 7618, 7916, 7547, 8341, 7346, 8010, 8224, 7918, 8704, 7393, 8165, 7591, 8214, 7656, 8100, 7531, 8233, 10534, 8061, 9552, 8075, 8217, 7761, 7915, 7526, 8150, 7578, 8325, 7734, 8323, 7569, 8222, 7829, 8587, 9439, 8352, 11598, 8578, 8957, 8089, 7281, 8165, 8382, 8372, 11250, 8595, 9316, 7681, 8366, 7461, 8433, 13336, 8434, 11990, 9285, 10285, 7581, 7601, 7708, 8099, 7780, 8424, 7643, 8505, 7597, 8310, 8278, 8305, 8335, 8322, 8084, 8144, 8190, 7936, 9090, 7855, 7810, 7511, 8230, 7711, 8173, 9615, 8441, 11547, 8499, 9296, 7904, 7633, 7684, 8313, 7745, 8387, 7794, 8529, 7310, 8236, 8176, 8026, 8699, 7513, 8062, 7691, 8285, 7499, 8478, 7657, 8342, 9333, 8378, 9719, 8287, 9626, 7624, 8402, 7454, 8418, 7869, 8538, 7510, 8253, 7396, 8424, 7467, 8185, 9303, 8536, 7953, 8413, 10827, 8316, 10535, 8608, 10455, 8972, 10905, 7785, 7849, 7787, 8619, 7827, 10040, 7528, 8895, 7538, 8482, 8363, 8310, 9621, 8176, 7409, 7632, 7415, 7486, 8421, 7589, 8453, 7681, 8322, 7358, 8292, 8523, 8336, 9540, 7853, 7613, 7474, 7403, 7466, 8513, 7456, 8254, 8176, 8027, 7684, 7585, 8063, 7239, 7626, 7753, 7235, 7244, 10556, 7467, 8202, 8890, 8225, 7210, 10318, 13852, 11868, 15390, 12734, 14059, 10450, 13914, 8018, 12045, 8829, 12171, 9206, 12415, 9180, 11035, 8131, 8612, 8367, 8422, 8122, 8730, 8081, 7109, 8186, 7205, 8316, 9110, 8400, 9646, 7745, 8356, 7965, 8388, 8071, 7728, 8278, 9460, 8099, 9356, 7466, 8173, 7139, 8309, 8154, 8426, 9965, 8460, 9865, 8119, 7918, 7610, 7494, 7874, 8163, 7712, 8362, 7877, 7088, 8122, 7916, 8143, 7914, 8292, 9984, 8207, 10850, 8071, 9539, 7935, 9732, 8124, 11323, 7301, 8210, 7331, 8073, 7392, 9339, 7275, 8231, 7338, 8370, 7684, 8215, 7719, 8128, 7516, 8135, 8260, 8460, 9558, 8466, 7845, 8374, 7828, 8427, 10658, 8343, 9510, 7905, 8228, 7721, 7614, 7781, 8007, 7805, 8243, 7962, 8278, 7588, 8292, 7666, 8056, 10583, 7983, 9046, 8148, 8389, 7651, 8155, 7773, 8287, 8336, 8146, 7791, 7877, 7335, 7773, 8326, 7679, 7937, 12329, 9740, 9082, 7714, 8153, 7966, 8181, 13592, 10862, 11154, 8023, 11435, 8029, 10215, 8028, 9827, 8443, 7467, 8172, 7536, 8181, 7977, 8160, 10972, 8939, 7543, 8249, 8268, 8163, 10695, 7908, 10677, 8625, 9618, 7600, 7550, 7801, 8433, 7814, 9110, 7525, 8236, 7748, 8239, 7845, 8021, 9051, 8594, 7381, 8179, 8642, 8361, 10905, 8100, 10020, 7857, 8487, 7778, 8487, 7707, 8217, 7870, 8215, 7806, 7439, 7797], 'WindowCenter': [4170.0, 4114.0, 4131.0, 4087.0, 4105.0, 4075.0, 4103.0, 4073.0, 4112.0, 4060.0, 4059.0, 4070.0, 4071.0, 4071.0, 4072.0, 4072.0, 4083.0, 4071.0, 4073.0, 4072.0, 4073.0, 4093.0, 4074.0, 4082.0, 4082.0, 4101.0, 4071.0, 4092.0, 4072.0, 4103.0, 4082.0, 4092.0, 4072.0, 4081.0, 4084.0, 4083.0, 4073.0, 4083.0, 4072.0, 4072.0, 4071.0, 4084.0, 4072.0, 4083.0, 4104.0, 4074.0, 4092.0, 4084.0, 4092.0, 4074.0, 4082.0, 4085.0, 4095.0, 4085.0, 4095.0, 4074.0, 4085.0, 4114.0, 4084.0, 4104.0, 4085.0, 4093.0, 4085.0, 4085.0, 4083.0, 4084.0, 4094.0, 4084.0, 4105.0, 4085.0, 4096.0, 4086.0, 4096.0, 4084.0, 4086.0, 4116.0, 4086.0, 4115.0, 4085.0, 4103.0, 4074.0, 4072.0, 4084.0, 4084.0, 4083.0, 4085.0, 4073.0, 4085.0, 4115.0, 4085.0, 4116.0, 4085.0, 4107.0, 4075.0, 4085.0, 4105.0, 4086.0, 4095.0, 4097.0, 4097.0, 4087.0, 4087.0, 4088.0, 4099.0, 4100.0, 4121.0, 4111.0, 4140.0, 4120.0, 4129.0, 4099.0, 4087.0, 4089.0, 4108.0, 4117.0, 4088.0, 4138.0, 4128.0, 4137.0, 4106.0, 4125.0, 4074.0, 4073.0, 4074.0, 4073.0, 4072.0, 4072.0, 4071.0, 4073.0, 4093.0, 4074.0, 4093.0, 4084.0, 4072.0, 4074.0, 4084.0, 4083.0, 4085.0, 4085.0, 4085.0, 4125.0, 4106.0, 4105.0, 4075.0, 4106.0, 4087.0, 4108.0, 4087.0, 4106.0, 4086.0, 4095.0, 4085.0, 4086.0, 4107.0, 4087.0, 4127.0, 4116.0, 4125.0, 4074.0, 4103.0, 4074.0, 4095.0, 4084.0, 4094.0, 4073.0, 4084.0, 4082.0, 4083.0, 4104.0, 4083.0, 4093.0, 4083.0, 4062.0, 4073.0, 4083.0, 4086.0, 4096.0, 4099.0, 4095.0, 4107.0, 4085.0, 4085.0, 4083.0, 4085.0, 4135.0, 4125.0, 4112.0, 4092.0, 4090.0, 4060.0, 4071.0, 4060.0, 4071.0, 4089.0, 4059.0, 4058.0, 4069.0, 4060.0, 4082.0, 4071.0, 4083.0, 4071.0, 4083.0, 4072.0, 4072.0, 4083.0, 4083.0, 4126.0, 4092.0, 4100.0, 4070.0, 4081.0, 4060.0, 4071.0, 4072.0, 4070.0, 4071.0, 4081.0, 4070.0, 4070.0, 4071.0, 4082.0, 4082.0, 4083.0, 4092.0, 4082.0, 4092.0, 4072.0, 4081.0, 4071.0, 4092.0, 4083.0, 4072.0, 4072.0, 4082.0, 4070.0, 4083.0, 4081.0, 4082.0, 4102.0, 4073.0, 4081.0, 4071.0, 4071.0, 4071.0, 4071.0, 4071.0, 4084.0, 4104.0, 4083.0, 4093.0, 4083.0, 4093.0, 4084.0, 4083.0, 4085.0, 4096.0, 4085.0, 4106.0, 4083.0, 4084.0, 4115.0, 4085.0, 4105.0, 4085.0, 4084.0, 4083.0, 4084.0, 4072.0, 4083.0, 4103.0, 4073.0, 4094.0, 4083.0, 4084.0, 4082.0, 4085.0, 4104.0, 4086.0, 4106.0, 4096.0, 4095.0, 4085.0, 4087.0, 4125.0, 4086.0, 4117.0, 4107.0, 4095.0, 4085.0, 4097.0, 4085.0, 4087.0, 4128.0, 4107.0, 4116.0, 4085.0, 4105.0, 4083.0, 4086.0, 4115.0, 4087.0, 4116.0, 4095.0, 4104.0, 4086.0, 4095.0, 4086.0, 4095.0, 4096.0, 4107.0, 4096.0, 4105.0, 4084.0, 4085.0, 4085.0, 4096.0, 4125.0, 4105.0, 4114.0, 4084.0, 4114.0, 4072.0, 4083.0, 4084.0, 4083.0, 4070.0, 4083.0, 4072.0, 4083.0, 4082.0, 4094.0, 4103.0, 4083.0, 4114.0, 4084.0, 4091.0, 4083.0, 4083.0, 4074.0, 4096.0, 4097.0, 4097.0, 4119.0, 4138.0, 4118.0, 4115.0, 4097.0, 4094.0, 4085.0, 4105.0, 4085.0, 4085.0, 4117.0, 4104.0, 4125.0, 4071.0, 4073.0, 4060.0, 4073.0, 4133.0, 4093.0, 4123.0, 4116.0, 4072.0, 4070.0, 4059.0, 4061.0, 4083.0, 4084.0, 4107.0, 4085.0, 4117.0, 4115.0, 4105.0, 4125.0, 4103.0, 4112.0, 4093.0, 4109.0, 4067.0, 4087.0, 4057.0, 4077.0, 4056.0, 4086.0, 4045.0, 4066.0, 4055.0, 4054.0, 4052.0, 4053.0, 4052.0, 4065.0, 4055.0, 4067.0, 4077.0, 4067.0, 4067.0, 4057.0, 4056.0, 4058.0, 4058.0, 4070.0, 4070.0, 4070.0, 4082.0, 4083.0, 4093.0, 4082.0, 4083.0, 4072.0, 4084.0, 4072.0, 4085.0, 4105.0, 4095.0, 4073.0, 4084.0, 4084.0, 4096.0, 4129.0, 4098.0, 4116.0, 4107.0, 4115.0, 4076.0, 4093.0, 4086.0, 4105.0, 4086.0, 4084.0, 4086.0, 4085.0, 4095.0, 4096.0, 4106.0, 4086.0, 4116.0, 4085.0, 4105.0, 4084.0, 4105.0, 4084.0, 4126.0, 4082.0, 4105.0, 4113.0, 4081.0, 4123.0, 4071.0, 4101.0, 4070.0, 4070.0, 4069.0, 4081.0, 4069.0, 4082.0, 4081.0, 4083.0, 4092.0, 4081.0, 4080.0, 4071.0, 4072.0, 4072.0, 4093.0, 4084.0, 4095.0, 4084.0, 4094.0, 4073.0, 4084.0, 4073.0, 4084.0, 4104.0, 4096.0, 4114.0, 4085.0, 4105.0, 4084.0, 4094.0, 4085.0, 4095.0, 4085.0, 4096.0, 4103.0, 4096.0, 4103.0, 4084.0, 4082.0, 4083.0, 4095.0, 4084.0, 4084.0, 4083.0, 4083.0, 4104.0, 4083.0, 4094.0, 4084.0, 4084.0, 4084.0, 4094.0, 4084.0, 4094.0, 4095.0, 4097.0, 4096.0, 4099.0, 4129.0, 4107.0, 4097.0, 4097.0, 4097.0, 4096.0, 4098.0, 4127.0, 4097.0, 4116.0, 4105.0, 4094.0, 4084.0, 4083.0, 4084.0, 4084.0, 4097.0, 4095.0, 4085.0, 4105.0, 4084.0, 4095.0, 4086.0, 4095.0, 4125.0, 4094.0, 4094.0, 4084.0, 4083.0, 4084.0, 4083.0, 4083.0, 4096.0, 4082.0, 4093.0, 4072.0, 4094.0, 4092.0, 4093.0, 4093.0, 4084.0, 4094.0, 4083.0, 4094.0, 4084.0, 4095.0, 4082.0, 4094.0, 4114.0, 4095.0, 4103.0, 4083.0, 4092.0, 4084.0, 4082.0, 4083.0, 4094.0, 4086.0, 4096.0, 4085.0, 4094.0, 4083.0, 4094.0, 4083.0, 4094.0, 4104.0, 4095.0, 4114.0, 4094.0, 4093.0, 4084.0, 4083.0, 4094.0, 4096.0, 4095.0, 4126.0, 4094.0, 4104.0, 4083.0, 4093.0, 4071.0, 4093.0, 4125.0, 4083.0, 4112.0, 4093.0, 4101.0, 4070.0, 4072.0, 4071.0, 4083.0, 4081.0, 4084.0, 4081.0, 4093.0, 4071.0, 4082.0, 4081.0, 4092.0, 4094.0, 4094.0, 4082.0, 4095.0, 4094.0, 4096.0, 4106.0, 4096.0, 4084.0, 4083.0, 4095.0, 4082.0, 4095.0, 4103.0, 4094.0, 4114.0, 4094.0, 4092.0, 4083.0, 4082.0, 4083.0, 4094.0, 4083.0, 4094.0, 4083.0, 4093.0, 4071.0, 4093.0, 4093.0, 4095.0, 4105.0, 4085.0, 4095.0, 4085.0, 4094.0, 4084.0, 4094.0, 4084.0, 4096.0, 4106.0, 4095.0, 4105.0, 4095.0, 4104.0, 4084.0, 4093.0, 4085.0, 4096.0, 4095.0, 4106.0, 4085.0, 4094.0, 4084.0, 4095.0, 4085.0, 4107.0, 4117.0, 4108.0, 4095.0, 4106.0, 4116.0, 4095.0, 4115.0, 4096.0, 4114.0, 4093.0, 4114.0, 4084.0, 4083.0, 4084.0, 4094.0, 4085.0, 4105.0, 4083.0, 4094.0, 4084.0, 4093.0, 4082.0, 4094.0, 4103.0, 4094.0, 4073.0, 4083.0, 4073.0, 4072.0, 4092.0, 4082.0, 4094.0, 4084.0, 4095.0, 4084.0, 4094.0, 4095.0, 4107.0, 4105.0, 4095.0, 4083.0, 4085.0, 4085.0, 4085.0, 4095.0, 4084.0, 4096.0, 4095.0, 4096.0, 4096.0, 4109.0, 4110.0, 4097.0, 4108.0, 4098.0, 4098.0, 4111.0, 4143.0, 4100.0, 4110.0, 4108.0, 4108.0, 4098.0, 4130.0, 4137.0, 4127.0, 4136.0, 4125.0, 4123.0, 4102.0, 4112.0, 4071.0, 4100.0, 4079.0, 4098.0, 4079.0, 4098.0, 4067.0, 4076.0, 4057.0, 4056.0, 4068.0, 4056.0, 4068.0, 4068.0, 4069.0, 4048.0, 4070.0, 4058.0, 4082.0, 4080.0, 4082.0, 4092.0, 4072.0, 4083.0, 4072.0, 4082.0, 4082.0, 4072.0, 4095.0, 4105.0, 4084.0, 4095.0, 4073.0, 4084.0, 4064.0, 4084.0, 4073.0, 4083.0, 4093.0, 4084.0, 4104.0, 4083.0, 4072.0, 4072.0, 4073.0, 4084.0, 4094.0, 4086.0, 4095.0, 4086.0, 4074.0, 4096.0, 4096.0, 4097.0, 4098.0, 4110.0, 4118.0, 4098.0, 4119.0, 4098.0, 4107.0, 4098.0, 4106.0, 4086.0, 4116.0, 4073.0, 4085.0, 4073.0, 4085.0, 4074.0, 4095.0, 4073.0, 4094.0, 4074.0, 4094.0, 4084.0, 4095.0, 4073.0, 4084.0, 4073.0, 4085.0, 4082.0, 4094.0, 4094.0, 4094.0, 4084.0, 4083.0, 4082.0, 4096.0, 4116.0, 4098.0, 4104.0, 4096.0, 4094.0, 4096.0, 4082.0, 4084.0, 4095.0, 4085.0, 4096.0, 4085.0, 4096.0, 4084.0, 4096.0, 4083.0, 4096.0, 4116.0, 4097.0, 4105.0, 4095.0, 4095.0, 4085.0, 4096.0, 4085.0, 4107.0, 4096.0, 4098.0, 4099.0, 4098.0, 4098.0, 4100.0, 4120.0, 4111.0, 4124.0, 4153.0, 4120.0, 4109.0, 4099.0, 4099.0, 4098.0, 4110.0, 4149.0, 4128.0, 4117.0, 4097.0, 4116.0, 4086.0, 4116.0, 4097.0, 4106.0, 4097.0, 4085.0, 4096.0, 4086.0, 4107.0, 4096.0, 4109.0, 4116.0, 4107.0, 4085.0, 4095.0, 4095.0, 4096.0, 4116.0, 4085.0, 4114.0, 4095.0, 4104.0, 4083.0, 4083.0, 4083.0, 4096.0, 4083.0, 4095.0, 4082.0, 4093.0, 4082.0, 4094.0, 4083.0, 4095.0, 4095.0, 4095.0, 4084.0, 4095.0, 4105.0, 4096.0, 4116.0, 4096.0, 4105.0, 4085.0, 4095.0, 4085.0, 4093.0, 4084.0, 4096.0, 4095.0, 4094.0, 4084.0, 4084.0, 4097.0], 'WindowWidth': [9242.0, 9153.0, 9168.0, 9102.0, 9122.0, 9078.0, 9115.0, 9073.0, 9121.0, 9048.0, 9047.0, 9064.0, 9066.0, 9066.0, 9072.0, 9070.0, 9086.0, 9067.0, 9073.0, 9071.0, 9072.0, 9099.0, 9076.0, 9081.0, 9084.0, 9108.0, 9068.0, 9096.0, 9071.0, 9112.0, 9085.0, 9096.0, 9069.0, 9082.0, 9090.0, 9086.0, 9073.0, 9086.0, 9070.0, 9071.0, 9066.0, 9089.0, 9070.0, 9089.0, 9116.0, 9077.0, 9098.0, 9090.0, 9098.0, 9076.0, 9085.0, 9093.0, 9108.0, 9093.0, 9108.0, 9077.0, 9093.0, 9131.0, 9091.0, 9117.0, 9092.0, 9102.0, 9091.0, 9092.0, 9087.0, 9092.0, 9103.0, 9093.0, 9121.0, 9095.0, 9110.0, 9096.0, 9108.0, 9090.0, 9096.0, 9135.0, 9095.0, 9133.0, 9092.0, 9115.0, 9077.0, 9074.0, 9091.0, 9092.0, 9090.0, 9094.0, 9077.0, 9097.0, 9136.0, 9096.0, 9139.0, 9093.0, 9127.0, 9080.0, 9096.0, 9121.0, 9098.0, 9109.0, 9115.0, 9115.0, 9103.0, 9102.0, 9108.0, 9122.0, 9126.0, 9154.0, 9140.0, 9179.0, 9150.0, 9161.0, 9120.0, 9102.0, 9105.0, 9129.0, 9142.0, 9103.0, 9172.0, 9156.0, 9165.0, 9122.0, 9145.0, 9075.0, 9074.0, 9075.0, 9073.0, 9069.0, 9070.0, 9067.0, 9075.0, 9099.0, 9076.0, 9100.0, 9091.0, 9073.0, 9076.0, 9089.0, 9088.0, 9094.0, 9094.0, 9096.0, 9146.0, 9123.0, 9121.0, 9081.0, 9122.0, 9101.0, 9130.0, 9101.0, 9124.0, 9097.0, 9108.0, 9093.0, 9098.0, 9126.0, 9100.0, 9154.0, 9138.0, 9146.0, 9077.0, 9115.0, 9078.0, 9107.0, 9090.0, 9103.0, 9073.0, 9090.0, 9083.0, 9087.0, 9117.0, 9090.0, 9100.0, 9089.0, 9057.0, 9075.0, 9089.0, 9099.0, 9112.0, 9120.0, 9108.0, 9126.0, 9092.0, 9095.0, 9088.0, 9094.0, 9164.0, 9147.0, 9124.0, 9095.0, 9091.0, 9049.0, 9066.0, 9050.0, 9066.0, 9087.0, 9048.0, 9043.0, 9061.0, 9051.0, 9085.0, 9070.0, 9088.0, 9068.0, 9087.0, 9070.0, 9072.0, 9085.0, 9089.0, 9148.0, 9098.0, 9105.0, 9064.0, 9078.0, 9050.0, 9066.0, 9070.0, 9065.0, 9065.0, 9080.0, 9063.0, 9066.0, 9066.0, 9085.0, 9085.0, 9087.0, 9097.0, 9084.0, 9094.0, 9070.0, 9080.0, 9070.0, 9098.0, 9087.0, 9070.0, 9069.0, 9083.0, 9065.0, 9086.0, 9080.0, 9083.0, 9112.0, 9074.0, 9081.0, 9067.0, 9068.0, 9066.0, 9068.0, 9068.0, 9091.0, 9117.0, 9088.0, 9100.0, 9088.0, 9101.0, 9091.0, 9090.0, 9096.0, 9111.0, 9095.0, 9122.0, 9089.0, 9092.0, 9135.0, 9092.0, 9120.0, 9094.0, 9091.0, 9087.0, 9089.0, 9072.0, 9088.0, 9113.0, 9076.0, 9103.0, 9088.0, 9090.0, 9086.0, 9095.0, 9118.0, 9098.0, 9124.0, 9111.0, 9110.0, 9094.0, 9100.0, 9148.0, 9099.0, 9140.0, 9127.0, 9109.0, 9094.0, 9113.0, 9096.0, 9101.0, 9157.0, 9127.0, 9137.0, 9094.0, 9122.0, 9090.0, 9098.0, 9136.0, 9102.0, 9137.0, 9110.0, 9118.0, 9097.0, 9106.0, 9097.0, 9109.0, 9114.0, 9127.0, 9111.0, 9120.0, 9091.0, 9096.0, 9093.0, 9113.0, 9150.0, 9121.0, 9131.0, 9090.0, 9131.0, 9073.0, 9088.0, 9092.0, 9090.0, 9068.0, 9089.0, 9070.0, 9089.0, 9086.0, 9105.0, 9115.0, 9090.0, 9133.0, 9091.0, 9096.0, 9090.0, 9089.0, 9081.0, 9113.0, 9116.0, 9116.0, 9148.0, 9171.0, 9142.0, 9134.0, 9113.0, 9105.0, 9094.0, 9118.0, 9095.0, 9094.0, 9139.0, 9116.0, 9145.0, 9066.0, 9071.0, 9052.0, 9073.0, 9153.0, 9099.0, 9141.0, 9135.0, 9072.0, 9062.0, 9048.0, 9051.0, 9085.0, 9091.0, 9127.0, 9093.0, 9140.0, 9133.0, 9118.0, 9145.0, 9113.0, 9122.0, 9095.0, 9113.0, 9053.0, 9079.0, 9037.0, 9065.0, 9036.0, 9077.0, 9018.0, 9049.0, 9030.0, 9030.0, 9022.0, 9028.0, 9025.0, 9045.0, 9032.0, 9053.0, 9065.0, 9052.0, 9054.0, 9041.0, 9038.0, 9043.0, 9043.0, 9061.0, 9062.0, 9065.0, 9084.0, 9088.0, 9100.0, 9084.0, 9086.0, 9071.0, 9089.0, 9072.0, 9094.0, 9118.0, 9107.0, 9075.0, 9093.0, 9093.0, 9112.0, 9160.0, 9117.0, 9138.0, 9125.0, 9133.0, 9082.0, 9101.0, 9097.0, 9120.0, 9097.0, 9091.0, 9095.0, 9092.0, 9109.0, 9112.0, 9124.0, 9095.0, 9138.0, 9093.0, 9119.0, 9092.0, 9122.0, 9090.0, 9151.0, 9083.0, 9120.0, 9125.0, 9081.0, 9139.0, 9067.0, 9107.0, 9063.0, 9064.0, 9061.0, 9081.0, 9061.0, 9084.0, 9082.0, 9088.0, 9096.0, 9082.0, 9077.0, 9067.0, 9069.0, 9073.0, 9101.0, 9089.0, 9108.0, 9091.0, 9104.0, 9072.0, 9090.0, 9074.0, 9090.0, 9119.0, 9111.0, 9132.0, 9095.0, 9119.0, 9091.0, 9105.0, 9093.0, 9107.0, 9094.0, 9111.0, 9115.0, 9107.0, 9115.0, 9090.0, 9086.0, 9090.0, 9107.0, 9091.0, 9090.0, 9086.0, 9088.0, 9116.0, 9088.0, 9103.0, 9091.0, 9091.0, 9092.0, 9103.0, 9090.0, 9104.0, 9108.0, 9116.0, 9113.0, 9120.0, 9160.0, 9130.0, 9114.0, 9113.0, 9114.0, 9110.0, 9116.0, 9156.0, 9114.0, 9137.0, 9122.0, 9104.0, 9091.0, 9089.0, 9093.0, 9094.0, 9113.0, 9109.0, 9094.0, 9123.0, 9092.0, 9108.0, 9095.0, 9109.0, 9149.0, 9106.0, 9104.0, 9093.0, 9089.0, 9089.0, 9089.0, 9090.0, 9109.0, 9086.0, 9102.0, 9073.0, 9104.0, 9100.0, 9103.0, 9103.0, 9092.0, 9105.0, 9087.0, 9103.0, 9090.0, 9106.0, 9087.0, 9106.0, 9132.0, 9106.0, 9116.0, 9089.0, 9099.0, 9091.0, 9086.0, 9091.0, 9104.0, 9097.0, 9111.0, 9093.0, 9105.0, 9088.0, 9105.0, 9087.0, 9104.0, 9117.0, 9108.0, 9131.0, 9104.0, 9100.0, 9090.0, 9089.0, 9106.0, 9110.0, 9111.0, 9151.0, 9106.0, 9117.0, 9088.0, 9100.0, 9069.0, 9100.0, 9148.0, 9087.0, 9125.0, 9098.0, 9107.0, 9066.0, 9070.0, 9069.0, 9087.0, 9081.0, 9088.0, 9080.0, 9100.0, 9068.0, 9086.0, 9084.0, 9100.0, 9104.0, 9104.0, 9086.0, 9107.0, 9106.0, 9111.0, 9125.0, 9112.0, 9092.0, 9089.0, 9107.0, 9085.0, 9106.0, 9116.0, 9105.0, 9132.0, 9104.0, 9097.0, 9087.0, 9086.0, 9088.0, 9103.0, 9091.0, 9107.0, 9088.0, 9102.0, 9071.0, 9103.0, 9102.0, 9108.0, 9122.0, 9095.0, 9108.0, 9094.0, 9105.0, 9091.0, 9105.0, 9091.0, 9111.0, 9125.0, 9109.0, 9121.0, 9108.0, 9119.0, 9093.0, 9103.0, 9094.0, 9112.0, 9108.0, 9123.0, 9094.0, 9106.0, 9093.0, 9109.0, 9096.0, 9128.0, 9140.0, 9130.0, 9110.0, 9126.0, 9139.0, 9110.0, 9137.0, 9111.0, 9132.0, 9103.0, 9130.0, 9092.0, 9088.0, 9092.0, 9104.0, 9093.0, 9120.0, 9087.0, 9105.0, 9088.0, 9101.0, 9086.0, 9106.0, 9115.0, 9102.0, 9073.0, 9088.0, 9073.0, 9073.0, 9100.0, 9087.0, 9103.0, 9090.0, 9107.0, 9091.0, 9107.0, 9107.0, 9127.0, 9122.0, 9109.0, 9090.0, 9096.0, 9094.0, 9096.0, 9108.0, 9093.0, 9112.0, 9109.0, 9112.0, 9111.0, 9135.0, 9139.0, 9118.0, 9131.0, 9118.0, 9119.0, 9142.0, 9187.0, 9125.0, 9138.0, 9132.0, 9131.0, 9117.0, 9164.0, 9169.0, 9152.0, 9164.0, 9146.0, 9139.0, 9107.0, 9121.0, 9062.0, 9100.0, 9070.0, 9096.0, 9071.0, 9094.0, 9051.0, 9061.0, 9035.0, 9034.0, 9053.0, 9036.0, 9055.0, 9054.0, 9058.0, 9028.0, 9061.0, 9042.0, 9080.0, 9076.0, 9080.0, 9094.0, 9068.0, 9082.0, 9067.0, 9082.0, 9083.0, 9068.0, 9104.0, 9118.0, 9089.0, 9103.0, 9072.0, 9086.0, 9058.0, 9086.0, 9070.0, 9086.0, 9098.0, 9088.0, 9112.0, 9084.0, 9067.0, 9070.0, 9070.0, 9088.0, 9102.0, 9095.0, 9104.0, 9095.0, 9076.0, 9107.0, 9108.0, 9113.0, 9117.0, 9134.0, 9143.0, 9117.0, 9144.0, 9115.0, 9126.0, 9116.0, 9123.0, 9094.0, 9134.0, 9072.0, 9091.0, 9074.0, 9092.0, 9075.0, 9105.0, 9071.0, 9101.0, 9074.0, 9103.0, 9088.0, 9105.0, 9071.0, 9088.0, 9070.0, 9090.0, 9082.0, 9103.0, 9104.0, 9102.0, 9087.0, 9087.0, 9083.0, 9107.0, 9138.0, 9114.0, 9115.0, 9109.0, 9104.0, 9111.0, 9086.0, 9091.0, 9105.0, 9093.0, 9109.0, 9091.0, 9108.0, 9090.0, 9110.0, 9089.0, 9109.0, 9137.0, 9112.0, 9120.0, 9108.0, 9107.0, 9094.0, 9111.0, 9094.0, 9127.0, 9109.0, 9117.0, 9118.0, 9116.0, 9117.0, 9123.0, 9153.0, 9141.0, 9163.0, 9199.0, 9150.0, 9130.0, 9117.0, 9118.0, 9117.0, 9137.0, 9186.0, 9155.0, 9137.0, 9110.0, 9133.0, 9093.0, 9134.0, 9109.0, 9121.0, 9109.0, 9092.0, 9109.0, 9094.0, 9127.0, 9109.0, 9131.0, 9138.0, 9126.0, 9092.0, 9106.0, 9105.0, 9108.0, 9136.0, 9094.0, 9131.0, 9105.0, 9114.0, 9087.0, 9087.0, 9086.0, 9108.0, 9087.0, 9105.0, 9083.0, 9100.0, 9084.0, 9103.0, 9086.0, 9107.0, 9105.0, 9107.0, 9091.0, 9109.0, 9120.0, 9111.0, 9137.0, 9111.0, 9121.0, 9092.0, 9105.0, 9091.0, 9101.0, 9090.0, 9108.0, 9107.0, 9104.0, 9092.0, 9092.0, 9115.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.0013838503253796096</td></tr>
<tr><td colspan=3>aqi</td><td>0.019192965618221255</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>33.75690842100975</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1735788196851247</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0112489938219318</td></tr>
<tr><td colspan=3>efc</td><td>0.4467</td></tr>
<tr><td colspan=3>fber</td><td>6967.1299</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07080842815963767</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>19</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>2.0607375271149673</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3625505755175675</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.293327490777357</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6296057554871313</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.1647184802882142</td></tr>
<tr><td colspan=3>gcor</td><td>0.0131928</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01681588403880596</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.018462536856532097</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>922</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.77482993542254</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>29.2107</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>34.5244</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>172.754</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>43.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>311367.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>861.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>375.3116</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.1536</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>522.3422</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3367.8086</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3597.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>65177.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1020.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4420.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>952.8833</td></tr>
<tr><td colspan=3>tsnr</td><td>43.16837727022357</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>