ds005256-mriqc/sub-0103_ses-04_task-alignvideo_acq-mb8_run-02_bold.html
Felix Hoffstaedter e6b5544758 [DATALAD RUNCMD] Compute MRIQC for sub-0103
=== 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-0103 --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-0103",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-18 23:04:04 +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-0103_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-0103_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-0103_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-0103/figures/sub-0103_ses-04_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0103/figures/sub-0103_ses-04_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0103/figures/sub-0103_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-0103_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-0103/figures/sub-0103_ses-04_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0103/figures/sub-0103_ses-04_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0103/figures/sub-0103_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-0103_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-0103/figures/sub-0103_ses-04_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0103/figures/sub-0103_ses-04_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0103/figures/sub-0103_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-0103_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-0103/figures/sub-0103_ses-04_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0103/figures/sub-0103_ses-04_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0103/figures/sub-0103_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-0103_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-0103/figures/sub-0103_ses-04_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0103/figures/sub-0103_ses-04_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0103/figures/sub-0103_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-0103_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-0103/figures/sub-0103_ses-04_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0103/figures/sub-0103_ses-04_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0103/figures/sub-0103_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-0103_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-0103/figures/sub-0103_ses-04_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0103/figures/sub-0103_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-0103/figures/sub-0103_ses-04_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0103/figures/sub-0103_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-0103/ses-04/func/sub-0103_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>6bf944e7522abf9953c19e3e748fc4c2</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>22:09:4.022500</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.999511, -0.0212685, 0.0229374, 0.0253003, 0.98088, -0.192964]</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.0823392</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>[4212, -7714, -7279, 226, -124, -259, -103, 103]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>240.42</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>7668e6e9-2a8d-47f1-8109-e25d8d7c36d5||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.6816139221191406, 0.06787876039743423, 0.04966602474451065, 111.61776733398438], [0.057061705738306046, 2.6316285133361816, -0.5223137140274048, -98.37260437011719], [0.061539456248283386, 0.5177072882652283, 2.648531913757324, -116.91534423828125], [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': ['220904.022500', '220904.482500', '220904.942500', '220905.402500', '220905.862500', '220906.322500', '220906.782500', '220907.242500', '220907.702500', '220908.162500', '220908.622500', '220909.082500', '220909.542500', '220910.002500', '220910.462500', '220910.922500', '220911.382500', '220911.842500', '220912.302500', '220912.762500', '220913.222500', '220913.682500', '220914.142500', '220914.602500', '220915.062500', '220915.522500', '220915.982500', '220916.442500', '220916.902500', '220917.362500', '220917.822500', '220918.282500', '220918.742500', '220919.202500', '220919.662500', '220920.122500', '220920.582500', '220921.042500', '220921.502500', '220921.962500', '220922.422500', '220922.882500', '220923.342500', '220923.802500', '220924.262500', '220924.722500', '220925.182500', '220925.642500', '220926.102500', '220926.562500', '220927.022500', '220927.482500', '220927.942500', '220928.402500', '220928.862500', '220929.322500', '220929.782500', '220930.242500', '220930.702500', '220931.162500', '220931.622500', '220932.082500', '220932.542500', '220933.002500', '220933.462500', '220933.922500', '220934.382500', '220934.842500', '220935.302500', '220935.762500', '220936.222500', '220936.682500', '220937.142500', '220937.602500', '220938.062500', '220938.522500', '220938.982500', '220939.442500', '220939.902500', '220940.362500', '220940.822500', '220941.282500', '220941.742500', '220942.202500', '220942.662500', '220943.122500', '220943.582500', '220944.042500', '220944.502500', '220944.962500', '220945.422500', '220945.882500', '220946.342500', '220946.802500', '220947.262500', '220947.722500', '220948.182500', '220948.642500', '220949.102500', '220949.562500', '220950.022500', '220950.482500', '220950.942500', '220951.402500', '220951.862500', '220952.322500', '220952.782500', '220953.242500', '220953.702500', '220954.162500', '220954.622500', '220955.082500', '220955.542500', '220956.002500', '220956.462500', '220956.922500', '220957.382500', '220957.842500', '220958.302500', '220958.762500', '220959.222500', '220959.682500', '221000.142500', '221000.602500', '221001.062500', '221001.522500', '221001.982500', '221002.442500', '221002.902500', '221003.362500', '221003.822500', '221004.282500', '221004.742500', '221005.202500', '221005.662500', '221006.122500', '221006.582500', '221007.042500', '221007.502500', '221007.962500', '221008.422500', '221008.882500', '221009.342500', '221009.802500', '221010.262500', '221010.722500', '221011.182500', '221011.642500', '221012.102500', '221012.562500', '221013.022500', '221013.482500', '221013.942500', '221014.402500', '221014.862500', '221015.322500', '221015.782500', '221016.242500', '221016.702500', '221017.162500', '221017.622500', '221018.082500', '221018.542500', '221019.002500', '221019.462500', '221019.922500', '221020.382500', '221020.842500', '221021.302500', '221021.762500', '221022.222500', '221022.682500', '221023.142500', '221023.602500', '221024.062500', '221024.522500', '221024.982500', '221025.442500', '221025.902500', '221026.362500', '221026.822500', '221027.282500', '221027.742500', '221028.202500', '221028.662500', '221029.122500', '221029.582500', '221030.042500', '221030.502500', '221030.962500', '221031.422500', '221031.882500', '221032.342500', '221032.802500', '221033.262500', '221033.722500', '221034.182500', '221034.642500', '221035.102500', '221035.562500', '221036.022500', '221036.482500', '221036.942500', '221037.402500', '221037.862500', '221038.322500', '221038.782500', '221039.242500', '221039.702500', '221040.162500', '221040.622500', '221041.082500', '221041.542500', '221042.002500', '221042.462500', '221042.922500', '221043.382500', '221043.842500', '221044.302500', '221044.762500', '221045.222500', '221045.682500', '221046.142500', '221046.602500', '221047.062500', '221047.522500', '221047.982500', '221048.442500', '221048.902500', '221049.362500', '221049.822500', '221050.282500', '221050.742500', '221051.202500', '221051.662500', '221052.122500', '221052.582500', '221053.042500', '221053.502500', '221053.962500', '221054.422500', '221054.882500', '221055.342500', '221055.802500', '221056.262500', '221056.722500', '221057.182500', '221057.642500', '221058.102500', '221058.562500', '221059.022500', '221059.482500', '221059.942500', '221100.402500', '221100.862500', '221101.322500', '221101.782500', '221102.242500', '221102.702500', '221103.162500', '221103.622500', '221104.082500', '221104.542500', '221105.002500', '221105.462500', '221105.922500', '221106.382500', '221106.842500', '221107.302500', '221107.762500', '221108.222500', '221108.682500', '221109.142500', '221109.602500', '221110.062500', '221110.522500', '221110.982500', '221111.442500', '221111.902500', '221112.362500', '221112.822500', '221113.282500', '221113.742500', '221114.202500', '221114.662500', '221115.122500', '221115.582500', '221116.042500', '221116.502500', '221116.962500', '221117.422500', '221117.882500', '221118.342500', '221118.802500', '221119.262500', '221119.722500', '221120.182500', '221120.642500', '221121.102500', '221121.562500', '221122.022500', '221122.482500', '221122.942500', '221123.402500', '221123.862500', '221124.322500', '221124.782500', '221125.242500', '221125.702500', '221126.162500', '221126.622500', '221127.082500', '221127.542500', '221128.002500', '221128.462500', '221128.922500', '221129.382500', '221129.842500', '221130.302500', '221130.762500', '221131.222500', '221131.682500', '221132.142500', '221132.602500', '221133.062500', '221133.522500', '221133.982500', '221134.442500', '221134.902500', '221135.362500', '221135.822500', '221136.282500', '221136.742500', '221137.202500', '221137.662500', '221138.122500', '221138.582500', '221139.042500', '221139.502500', '221139.962500', '221140.422500', '221140.882500', '221141.342500', '221141.802500', '221142.262500', '221142.722500', '221143.182500', '221143.642500', '221144.102500', '221144.562500', '221145.022500', '221145.482500', '221145.942500', '221146.402500', '221146.862500', '221147.322500', '221147.782500', '221148.242500', '221148.702500', '221149.162500', '221149.622500', '221150.082500', '221150.542500', '221151.002500', '221151.462500', '221151.922500', '221152.382500', '221152.842500', '221153.302500', '221153.762500', '221154.222500', '221154.682500', '221155.142500', '221155.602500', '221156.062500', '221156.522500', '221156.982500', '221157.442500', '221157.902500', '221158.362500', '221158.822500', '221159.282500', '221159.742500', '221200.202500', '221200.662500', '221201.122500', '221201.582500', '221202.042500', '221202.502500', '221202.962500', '221203.422500', '221203.882500', '221204.342500', '221204.802500', '221205.262500', '221205.722500', '221206.182500', '221206.642500', '221207.102500', '221207.562500', '221208.022500', '221208.482500', '221208.942500', '221209.402500', '221209.862500', '221210.322500', '221210.782500', '221211.242500', '221211.702500', '221212.162500', '221212.622500', '221213.082500', '221213.542500', '221214.002500', '221214.462500', '221214.922500', '221215.382500', '221215.842500', '221216.302500', '221216.762500', '221217.222500', '221217.682500', '221218.142500', '221218.602500', '221219.062500', '221219.522500', '221219.982500', '221220.442500', '221220.902500', '221221.362500', '221221.822500', '221222.282500', '221222.742500', '221223.202500', '221223.662500', '221224.122500', '221224.582500', '221225.042500', '221225.502500', '221225.962500', '221226.422500', '221226.882500', '221227.342500', '221227.802500', '221228.262500', '221228.722500', '221229.182500', '221229.642500', '221230.102500', '221230.562500', '221231.022500', '221231.482500', '221231.942500', '221232.402500', '221232.862500', '221233.322500', '221233.782500', '221234.242500', '221234.702500', '221235.162500', '221235.622500', '221236.082500', '221236.542500', '221237.002500', '221237.462500', '221237.922500', '221238.382500', '221238.842500', '221239.302500', '221239.762500', '221240.222500', '221240.682500', '221241.142500', '221241.602500', '221242.062500', '221242.522500', '221242.982500', '221243.442500', '221243.902500', '221244.362500', '221244.822500', '221245.282500', '221245.742500', '221246.202500', '221246.662500', '221247.122500', '221247.582500', '221248.042500', '221248.502500', '221248.962500', '221249.422500', '221249.882500', '221250.342500', '221250.802500', '221251.262500', '221251.722500', '221252.182500', '221252.642500', '221253.102500', '221253.562500', '221254.022500', '221254.482500', '221254.942500', '221255.402500', '221255.862500', '221256.322500', '221256.782500', '221257.242500', '221257.702500', '221258.162500', '221258.622500', '221259.082500', '221259.542500', '221300.002500', '221300.462500', '221300.922500', '221301.382500', '221301.842500', '221302.302500', '221302.762500', '221303.222500', '221303.682500', '221304.142500', '221304.602500', '221305.062500', '221305.522500', '221305.982500', '221306.442500', '221306.902500', '221307.362500', '221307.822500', '221308.282500', '221308.742500', '221309.202500', '221309.662500', '221310.122500', '221310.582500', '221311.042500', '221311.502500', '221311.962500', '221312.422500', '221312.882500', '221313.342500', '221313.802500', '221314.262500', '221314.722500', '221315.182500', '221315.642500', '221316.102500', '221316.562500', '221317.022500', '221317.482500', '221317.942500', '221318.402500', '221318.862500', '221319.322500', '221319.782500', '221320.242500', '221320.702500', '221321.162500', '221321.622500', '221322.082500', '221322.542500', '221323.002500', '221323.462500', '221323.922500', '221324.382500', '221324.842500', '221325.302500', '221325.762500', '221326.222500', '221326.682500', '221327.142500', '221327.602500', '221328.062500', '221328.522500', '221328.982500', '221329.442500', '221329.902500', '221330.362500', '221330.822500', '221331.282500', '221331.742500', '221332.202500', '221332.662500', '221333.122500', '221333.582500', '221334.042500', '221334.502500', '221334.962500', '221335.422500', '221335.882500', '221336.342500', '221336.802500', '221337.262500', '221337.722500', '221338.182500', '221338.642500', '221339.102500', '221339.562500', '221340.022500', '221340.482500', '221340.942500', '221341.402500', '221341.862500', '221342.322500', '221342.782500', '221343.242500', '221343.702500', '221344.162500', '221344.622500', '221345.082500', '221345.542500', '221346.002500', '221346.462500', '221346.922500', '221347.382500', '221347.842500', '221348.302500', '221348.762500', '221349.222500', '221349.682500', '221350.142500', '221350.602500', '221351.062500', '221351.522500', '221351.982500', '221352.442500', '221352.902500', '221353.362500', '221353.822500', '221354.282500', '221354.742500', '221355.202500', '221355.662500', '221356.122500', '221356.582500', '221357.042500', '221357.502500', '221357.962500', '221358.422500', '221358.882500', '221359.342500', '221359.802500', '221400.262500', '221400.722500', '221401.182500', '221401.642500', '221402.102500', '221402.562500', '221403.022500', '221403.482500', '221403.942500', '221404.402500', '221404.862500', '221405.322500', '221405.782500', '221406.242500', '221406.702500', '221407.162500', '221407.622500', '221408.082500', '221408.542500', '221409.002500', '221409.462500', '221409.922500', '221410.382500', '221410.842500', '221411.302500', '221411.762500', '221412.222500', '221412.682500', '221413.142500', '221413.602500', '221414.062500', '221414.522500', '221414.982500', '221415.442500', '221415.902500', '221416.362500', '221416.822500', '221417.282500', '221417.742500', '221418.202500', '221418.662500', '221419.122500', '221419.582500', '221420.042500', '221420.502500', '221420.962500', '221421.422500', '221421.882500', '221422.342500', '221422.802500', '221423.262500', '221423.722500', '221424.182500', '221424.642500', '221425.102500', '221425.562500', '221426.022500', '221426.482500', '221426.942500', '221427.402500', '221427.862500', '221428.322500', '221428.782500', '221429.242500', '221429.702500', '221430.162500', '221430.622500', '221431.082500', '221431.542500', '221432.002500', '221432.462500', '221432.922500', '221433.382500', '221433.842500', '221434.302500', '221434.762500', '221435.222500', '221435.682500', '221436.142500', '221436.602500', '221437.062500', '221437.522500', '221437.982500', '221438.442500', '221438.902500', '221439.362500', '221439.822500', '221440.282500', '221440.742500', '221441.202500', '221441.662500', '221442.122500', '221442.582500', '221443.042500', '221443.502500', '221443.962500', '221444.422500', '221444.882500', '221445.342500', '221445.802500', '221446.262500', '221446.722500', '221447.182500', '221447.642500', '221448.102500', '221448.562500', '221449.022500', '221449.482500', '221449.942500', '221450.402500', '221450.862500', '221451.322500', '221451.782500', '221452.242500', '221452.702500', '221453.162500', '221453.622500', '221454.082500', '221454.542500', '221455.002500', '221455.462500', '221455.922500', '221456.382500', '221456.842500', '221457.302500', '221457.762500', '221458.222500', '221458.682500', '221459.142500', '221459.602500', '221500.062500', '221500.522500', '221500.982500', '221501.442500', '221501.902500', '221502.362500', '221502.822500', '221503.282500', '221503.742500', '221504.202500', '221504.662500', '221505.122500', '221505.582500', '221506.042500', '221506.502500', '221506.962500', '221507.422500', '221507.882500', '221508.342500', '221508.802500', '221509.262500', '221509.722500', '221510.182500', '221510.642500', '221511.102500', '221511.562500', '221512.022500', '221512.482500', '221512.942500', '221513.402500', '221513.862500', '221514.322500', '221514.782500', '221515.242500', '221515.702500', '221516.162500', '221516.622500', '221517.082500', '221517.542500', '221518.002500', '221518.462500', '221518.922500', '221519.382500', '221519.842500', '221520.302500', '221520.762500', '221521.222500', '221521.682500', '221522.142500', '221522.602500', '221523.062500', '221523.522500', '221523.982500', '221524.442500', '221524.902500', '221525.362500', '221525.822500', '221526.282500', '221526.742500', '221527.202500', '221527.662500', '221528.122500', '221528.582500', '221529.042500', '221529.502500', '221529.962500', '221530.422500', '221530.882500', '221531.342500', '221531.802500', '221532.262500', '221532.722500', '221533.182500', '221533.642500', '221534.102500', '221534.562500', '221535.022500', '221535.482500', '221535.942500', '221536.402500', '221536.862500', '221537.322500', '221537.782500', '221538.242500', '221538.702500', '221539.162500', '221539.622500', '221540.082500', '221540.542500', '221541.002500', '221541.462500', '221541.922500', '221542.382500', '221542.842500', '221543.302500', '221543.762500', '221544.222500', '221544.682500', '221545.142500', '221545.602500', '221546.062500', '221546.522500', '221546.982500', '221547.442500', '221547.902500', '221548.362500', '221548.822500', '221549.282500', '221549.742500', '221550.202500', '221550.662500', '221551.122500', '221551.582500', '221552.042500', '221552.502500', '221552.962500', '221553.422500', '221553.882500', '221554.342500', '221554.802500', '221555.262500', '221555.722500', '221556.182500', '221556.642500', '221557.102500', '221557.562500', '221558.022500', '221558.482500', '221558.942500', '221559.402500', '221559.862500', '221600.322500', '221600.782500', '221601.242500', '221601.702500', '221602.162500', '221602.622500', '221603.082500', '221603.542500', '221604.002500', '221604.462500', '221604.922500', '221605.382500', '221605.842500', '221606.302500', '221606.762500', '221607.222500', '221607.682500', '221608.142500', '221608.602500', '221609.062500', '221609.522500'], 'ContentTime': ['220931.661000', '220931.664000', '220931.666000', '220931.669000', '220931.672000', '220931.674000', '220931.677000', '220931.680000', '220931.683000', '220931.686000', '220931.688000', '220931.692000', '220931.695000', '220931.697000', '220931.700000', '220931.702000', '220931.705000', '220931.707000', '220931.710000', '220931.712000', '220931.715000', '220931.718000', '220931.720000', '220931.723000', '220931.725000', '220931.728000', '220931.730000', '220931.733000', '220931.736000', '220931.738000', '220931.745000', '220931.748000', '220931.750000', '220931.753000', '220931.755000', '220931.758000', '220931.761000', '220931.763000', '220931.766000', '220931.768000', '220931.771000', '220931.773000', '220931.776000', '220931.779000', '220931.781000', '220931.784000', '220931.786000', '220931.789000', '220931.792000', '220931.798000', '220931.801000', '220931.803000', '220931.806000', '220931.809000', '220931.811000', '220931.814000', '220931.816000', '220951.628000', '220951.631000', '220951.634000', '220951.636000', '220951.639000', '220951.642000', '220951.644000', '220951.647000', '220951.649000', '220951.652000', '220951.654000', '220951.657000', '220951.660000', '220951.662000', '220951.665000', '220951.667000', '220951.670000', '220951.673000', '220951.675000', '220951.678000', '220951.680000', '220951.683000', '220951.685000', '220951.688000', '220951.691000', '220951.693000', '220951.696000', '220951.699000', '220951.701000', '220951.704000', '220951.706000', '220951.709000', '220951.711000', '220951.714000', '220951.716000', '220951.719000', '220951.722000', '220951.724000', '220951.727000', '220951.729000', '220951.732000', '220951.734000', '220951.737000', '220951.740000', '221011.628000', '221011.631000', '221011.634000', '221011.636000', '221011.639000', '221011.642000', '221011.644000', '221011.647000', '221011.649000', '221011.652000', '221011.655000', '221011.657000', '221011.660000', '221011.663000', '221011.665000', '221011.668000', '221011.670000', '221011.673000', '221011.676000', '221011.678000', '221011.681000', '221011.683000', '221011.686000', '221011.689000', '221011.691000', '221011.694000', '221011.696000', '221011.699000', '221011.702000', '221011.704000', '221011.707000', '221011.709000', '221011.712000', '221011.714000', '221011.717000', '221011.720000', '221011.722000', '221011.725000', '221011.727000', '221011.730000', '221011.732000', '221011.735000', '221011.738000', '221031.627000', '221031.630000', '221031.633000', '221031.635000', '221031.638000', '221031.641000', '221031.643000', '221031.646000', '221031.648000', '221031.651000', '221031.653000', '221031.696000', '221031.698000', '221031.701000', '221031.703000', '221031.706000', '221031.709000', '221031.711000', '221031.714000', '221031.716000', '221031.719000', '221031.721000', '221031.724000', '221031.727000', '221031.729000', '221031.732000', '221031.734000', '221031.737000', '221031.740000', '221031.742000', '221031.745000', '221031.747000', '221031.750000', '221031.753000', '221031.755000', '221031.758000', '221031.760000', '221031.763000', '221031.765000', '221031.768000', '221031.771000', '221031.773000', '221031.776000', '221031.778000', '221051.627000', '221051.638000', '221051.641000', '221051.643000', '221051.646000', '221051.649000', '221051.651000', '221051.654000', '221051.656000', '221051.659000', '221051.662000', '221051.664000', '221051.667000', '221051.669000', '221051.672000', '221051.674000', '221051.677000', '221051.680000', '221051.682000', '221051.685000', '221051.687000', '221051.690000', '221051.693000', '221051.695000', '221051.698000', '221051.700000', '221051.703000', '221051.706000', '221051.708000', '221051.711000', '221051.714000', '221051.716000', '221051.719000', '221051.721000', '221051.724000', '221051.726000', '221051.729000', '221051.732000', '221051.735000', '221051.738000', '221051.740000', '221051.743000', '221051.746000', '221111.627000', '221111.630000', '221111.633000', '221111.635000', '221111.638000', '221111.641000', '221111.644000', '221111.647000', '221111.649000', '221111.652000', '221111.655000', '221111.657000', '221111.660000', '221111.662000', '221111.665000', '221111.668000', '221111.670000', '221111.673000', '221111.675000', '221111.678000', '221111.681000', '221111.683000', '221111.686000', '221111.689000', '221111.691000', '221111.694000', '221111.697000', '221111.699000', '221111.702000', '221111.704000', '221111.707000', '221111.710000', '221111.712000', '221111.715000', '221111.717000', '221111.720000', '221111.722000', '221111.725000', '221111.728000', '221111.730000', '221111.733000', '221111.736000', '221111.738000', '221131.628000', '221131.630000', '221131.633000', '221131.636000', '221131.638000', '221131.641000', '221131.643000', '221131.646000', '221131.649000', '221131.651000', '221131.654000', '221131.656000', '221131.659000', '221131.661000', '221131.664000', '221131.667000', '221131.669000', '221131.672000', '221131.674000', '221131.677000', '221131.679000', '221131.682000', '221131.685000', '221131.687000', '221131.690000', '221131.692000', '221131.695000', '221131.698000', '221131.700000', '221131.703000', '221131.705000', '221131.708000', '221131.710000', '221131.713000', '221131.716000', '221131.718000', '221131.721000', '221131.723000', '221131.726000', '221131.729000', '221131.732000', '221131.735000', '221131.737000', '221131.740000', '221151.628000', '221151.631000', '221151.634000', '221151.637000', '221151.639000', '221151.642000', '221151.644000', '221151.647000', '221151.650000', '221151.652000', '221151.655000', '221151.657000', '221151.660000', '221151.662000', '221151.665000', '221151.668000', '221151.670000', '221151.673000', '221151.675000', '221151.678000', '221151.681000', '221151.683000', '221151.686000', '221151.689000', '221151.691000', '221151.694000', '221151.696000', '221151.699000', '221151.702000', '221151.704000', '221151.707000', '221151.709000', '221151.712000', '221151.715000', '221151.717000', '221151.720000', '221151.722000', '221151.725000', '221151.728000', '221151.730000', '221151.733000', '221151.735000', '221151.738000', '221151.741000', '221211.628000', '221211.631000', '221211.634000', '221211.637000', '221211.639000', '221211.642000', '221211.644000', '221211.647000', '221211.650000', '221211.652000', '221211.655000', '221211.657000', '221211.660000', '221211.663000', '221211.665000', '221211.668000', '221211.670000', '221211.673000', '221211.676000', '221211.678000', '221211.681000', '221211.684000', '221211.686000', '221211.689000', '221211.692000', '221211.694000', '221211.697000', '221211.699000', '221211.702000', '221211.705000', '221211.708000', '221211.710000', '221211.713000', '221211.715000', '221211.718000', '221211.721000', '221211.723000', '221211.726000', '221211.729000', '221211.731000', '221211.734000', '221211.736000', '221211.739000', '221231.628000', '221231.631000', '221231.634000', '221231.637000', '221231.639000', '221231.642000', '221231.644000', '221231.647000', '221231.649000', '221231.652000', '221231.655000', '221231.657000', '221231.660000', '221231.662000', '221231.665000', '221231.667000', '221231.670000', '221231.673000', '221231.675000', '221231.678000', '221231.681000', '221231.683000', '221231.686000', '221231.688000', '221231.691000', '221231.694000', '221231.696000', '221231.699000', '221231.702000', '221231.704000', '221231.707000', '221231.709000', '221231.712000', '221231.715000', '221231.717000', '221231.720000', '221231.722000', '221231.725000', '221231.728000', '221231.730000', '221231.733000', '221231.735000', '221231.738000', '221231.740000', '221251.627000', '221251.630000', '221251.633000', '221251.636000', '221251.638000', '221251.641000', '221251.643000', '221251.646000', '221251.649000', '221251.651000', '221251.654000', '221251.657000', '221251.659000', '221251.662000', '221251.665000', '221251.667000', '221251.670000', '221251.672000', '221251.675000', '221251.678000', '221251.680000', '221251.683000', '221251.685000', '221251.688000', '221251.691000', '221251.693000', '221251.696000', '221251.698000', '221251.701000', '221251.704000', '221251.706000', '221251.709000', '221251.711000', '221251.714000', '221251.717000', '221251.719000', '221251.722000', '221251.724000', '221251.727000', '221251.730000', '221251.732000', '221251.735000', '221251.737000', '221311.627000', '221311.630000', '221311.633000', '221311.636000', '221311.638000', '221311.641000', '221311.644000', '221311.646000', '221311.649000', '221311.651000', '221311.654000', '221311.657000', '221311.659000', '221311.662000', '221311.665000', '221311.667000', '221311.670000', '221311.672000', '221311.675000', '221311.678000', '221311.680000', '221311.683000', '221311.690000', '221311.693000', '221311.696000', '221311.698000', '221311.701000', '221311.703000', '221311.706000', '221311.709000', '221311.711000', '221311.714000', '221311.717000', '221311.719000', '221311.722000', '221311.724000', '221311.727000', '221311.729000', '221311.732000', '221311.735000', '221311.737000', '221311.740000', '221311.742000', '221311.745000', '221331.628000', '221331.631000', '221331.633000', '221331.636000', '221331.638000', '221331.641000', '221331.644000', '221331.646000', '221331.649000', '221331.651000', '221331.654000', '221331.657000', '221331.659000', '221331.662000', '221331.664000', '221331.667000', '221331.678000', '221331.681000', '221331.683000', '221331.686000', '221331.688000', '221331.691000', '221331.694000', '221331.696000', '221331.699000', '221331.701000', '221331.704000', '221331.707000', '221331.709000', '221331.712000', '221331.715000', '221331.717000', '221331.720000', '221331.722000', '221331.725000', '221331.727000', '221331.730000', '221331.733000', '221331.735000', '221331.738000', '221331.741000', '221331.743000', '221331.746000', '221351.627000', '221351.630000', '221351.633000', '221351.636000', '221351.638000', '221351.641000', '221351.643000', '221351.646000', '221351.649000', '221351.651000', '221351.654000', '221351.656000', '221351.659000', '221351.661000', '221351.664000', '221351.667000', '221351.669000', '221351.672000', '221351.674000', '221351.677000', '221351.680000', '221351.682000', '221351.685000', '221351.687000', '221351.690000', '221351.693000', '221351.695000', '221351.698000', '221351.701000', '221351.703000', '221351.706000', '221351.708000', '221351.711000', '221351.714000', '221351.716000', '221351.719000', '221351.721000', '221351.724000', '221351.727000', '221351.729000', '221351.732000', '221351.734000', '221351.737000', '221351.740000', '221411.628000', '221411.631000', '221411.634000', '221411.637000', '221411.639000', '221411.642000', '221411.644000', '221411.647000', '221411.649000', '221411.652000', '221411.655000', '221411.657000', '221411.660000', '221411.662000', '221411.665000', '221411.668000', '221411.670000', '221411.673000', '221411.675000', '221411.678000', '221411.681000', '221411.683000', '221411.686000', '221411.688000', '221411.691000', '221411.694000', '221411.696000', '221411.699000', '221411.701000', '221411.704000', '221411.707000', '221411.709000', '221411.712000', '221411.714000', '221411.717000', '221411.720000', '221411.722000', '221411.725000', '221411.727000', '221411.730000', '221411.733000', '221411.735000', '221411.738000', '221431.629000', '221431.631000', '221431.634000', '221431.637000', '221431.639000', '221431.642000', '221431.645000', '221431.647000', '221431.650000', '221431.653000', '221431.656000', '221431.659000', '221431.662000', '221431.665000', '221431.667000', '221431.670000', '221431.673000', '221431.675000', '221431.680000', '221431.683000', '221431.685000', '221431.688000', '221431.690000', '221431.693000', '221431.696000', '221431.698000', '221431.701000', '221431.703000', '221431.706000', '221431.709000', '221431.711000', '221431.714000', '221431.716000', '221431.719000', '221431.722000', '221431.724000', '221431.727000', '221431.730000', '221431.732000', '221431.735000', '221431.737000', '221431.740000', '221431.742000', '221451.628000', '221451.631000', '221451.634000', '221451.637000', '221451.639000', '221451.642000', '221451.644000', '221451.647000', '221451.649000', '221451.652000', '221451.655000', '221451.657000', '221451.660000', '221451.663000', '221451.665000', '221451.668000', '221451.671000', '221451.673000', '221451.676000', '221451.678000', '221451.681000', '221451.684000', '221451.686000', '221451.689000', '221451.691000', '221451.694000', '221451.696000', '221451.699000', '221451.702000', '221451.704000', '221451.707000', '221451.709000', '221451.712000', '221451.715000', '221451.717000', '221451.720000', '221451.722000', '221451.725000', '221451.728000', '221451.730000', '221451.733000', '221451.735000', '221451.749000', '221451.752000', '221511.627000', '221511.630000', '221511.633000', '221511.635000', '221511.638000', '221511.641000', '221511.643000', '221511.646000', '221511.648000', '221511.651000', '221511.654000', '221511.656000', '221511.659000', '221511.662000', '221511.664000', '221511.667000', '221511.669000', '221511.672000', '221511.675000', '221511.677000', '221511.680000', '221511.683000', '221511.685000', '221511.688000', '221511.691000', '221511.693000', '221511.696000', '221511.699000', '221511.701000', '221511.704000', '221511.706000', '221511.709000', '221511.712000', '221511.714000', '221511.717000', '221511.719000', '221511.722000', '221511.725000', '221511.727000', '221511.730000', '221511.732000', '221511.735000', '221511.738000', '221511.740000', '221531.628000', '221531.630000', '221531.633000', '221531.636000', '221531.638000', '221531.641000', '221531.643000', '221531.646000', '221531.649000', '221531.651000', '221531.654000', '221531.656000', '221531.659000', '221531.661000', '221531.664000', '221531.667000', '221531.669000', '221531.672000', '221531.675000', '221531.678000', '221531.680000', '221531.683000', '221531.685000', '221531.688000', '221531.691000', '221531.693000', '221531.696000', '221531.699000', '221531.701000', '221531.704000', '221531.707000', '221531.709000', '221531.712000', '221531.714000', '221531.717000', '221531.720000', '221531.722000', '221531.725000', '221531.727000', '221531.730000', '221531.733000', '221531.735000', '221531.738000', '221551.627000', '221551.631000', '221551.633000', '221551.636000', '221551.638000', '221551.641000', '221551.644000', '221551.646000', '221551.650000', '221551.653000', '221551.656000', '221551.658000', '221551.661000', '221551.664000', '221551.666000', '221551.669000', '221551.671000', '221551.674000', '221551.677000', '221551.679000', '221551.682000', '221551.685000', '221551.687000', '221551.690000', '221551.692000', '221551.695000', '221551.698000', '221551.700000', '221551.703000', '221551.706000', '221551.708000', '221551.711000', '221551.721000', '221551.723000', '221551.726000', '221551.728000', '221551.731000', '221551.734000', '221551.736000', '221551.739000', '221551.741000', '221551.744000', '221551.747000', '221551.750000', '221610.915000', '221610.918000', '221610.921000', '221610.923000', '221610.926000', '221610.929000', '221610.931000', '221610.934000', '221610.937000', '221610.939000', '221610.942000', '221610.945000', '221610.947000', '221610.950000', '221610.953000', '221610.956000', '221610.959000', '221610.962000', '221610.965000', '221610.968000', '221610.971000', '221610.974000', '221610.976000', '221610.979000', '221610.982000', '221610.984000', '221610.987000', '221610.989000', '221610.992000', '221610.995000', '221610.997000', '221611.001000', '221611.003000', '221611.006000', '221611.009000', '221611.011000', '221611.014000', '221611.016000', '221611.019000', '221611.022000', '221611.024000', '221611.027000'], 'InstanceCreationTime': ['220931.661000', '220931.664000', '220931.666000', '220931.669000', '220931.672000', '220931.674000', '220931.677000', '220931.680000', '220931.683000', '220931.686000', '220931.688000', '220931.692000', '220931.695000', '220931.697000', '220931.700000', '220931.702000', '220931.705000', '220931.707000', '220931.710000', '220931.712000', '220931.715000', '220931.718000', '220931.720000', '220931.723000', '220931.725000', '220931.728000', '220931.730000', '220931.733000', '220931.736000', '220931.738000', '220931.745000', '220931.748000', '220931.750000', '220931.753000', '220931.755000', '220931.758000', '220931.761000', '220931.763000', '220931.766000', '220931.768000', '220931.771000', '220931.773000', '220931.776000', '220931.779000', '220931.781000', '220931.784000', '220931.786000', '220931.789000', '220931.792000', '220931.798000', '220931.801000', '220931.803000', '220931.806000', '220931.809000', '220931.811000', '220931.814000', '220931.816000', '220951.628000', '220951.631000', '220951.634000', '220951.636000', '220951.639000', '220951.642000', '220951.644000', '220951.647000', '220951.649000', '220951.652000', '220951.654000', '220951.657000', '220951.660000', '220951.662000', '220951.665000', '220951.667000', '220951.670000', '220951.673000', '220951.675000', '220951.678000', '220951.680000', '220951.683000', '220951.685000', '220951.688000', '220951.691000', '220951.693000', '220951.696000', '220951.699000', '220951.701000', '220951.704000', '220951.706000', '220951.709000', '220951.711000', '220951.714000', '220951.716000', '220951.719000', '220951.722000', '220951.724000', '220951.727000', '220951.729000', '220951.732000', '220951.734000', '220951.737000', '220951.740000', '221011.628000', '221011.631000', '221011.634000', '221011.636000', '221011.639000', '221011.642000', '221011.644000', '221011.647000', '221011.649000', '221011.652000', '221011.655000', '221011.657000', '221011.660000', '221011.663000', '221011.665000', '221011.668000', '221011.670000', '221011.673000', '221011.676000', '221011.678000', '221011.681000', '221011.683000', '221011.686000', '221011.689000', '221011.691000', '221011.694000', '221011.696000', '221011.699000', '221011.702000', '221011.704000', '221011.707000', '221011.709000', '221011.712000', '221011.714000', '221011.717000', '221011.720000', '221011.722000', '221011.725000', '221011.727000', '221011.730000', '221011.732000', '221011.735000', '221011.738000', '221031.627000', '221031.630000', '221031.633000', '221031.635000', '221031.638000', '221031.641000', '221031.643000', '221031.646000', '221031.648000', '221031.651000', '221031.653000', '221031.696000', '221031.698000', '221031.701000', '221031.703000', '221031.706000', '221031.709000', '221031.711000', '221031.714000', '221031.716000', '221031.719000', '221031.721000', '221031.724000', '221031.727000', '221031.729000', '221031.732000', '221031.734000', '221031.737000', '221031.740000', '221031.742000', '221031.745000', '221031.747000', '221031.750000', '221031.753000', '221031.755000', '221031.758000', '221031.760000', '221031.763000', '221031.765000', '221031.768000', '221031.771000', '221031.773000', '221031.776000', '221031.778000', '221051.627000', '221051.638000', '221051.641000', '221051.643000', '221051.646000', '221051.649000', '221051.651000', '221051.654000', '221051.656000', '221051.659000', '221051.662000', '221051.664000', '221051.667000', '221051.669000', '221051.672000', '221051.674000', '221051.677000', '221051.680000', '221051.682000', '221051.685000', '221051.687000', '221051.690000', '221051.693000', '221051.695000', '221051.698000', '221051.700000', '221051.703000', '221051.706000', '221051.708000', '221051.711000', '221051.714000', '221051.716000', '221051.719000', '221051.721000', '221051.724000', '221051.726000', '221051.729000', '221051.732000', '221051.735000', '221051.738000', '221051.740000', '221051.743000', '221051.746000', '221111.627000', '221111.630000', '221111.633000', '221111.635000', '221111.638000', '221111.641000', '221111.644000', '221111.647000', '221111.649000', '221111.652000', '221111.655000', '221111.657000', '221111.660000', '221111.662000', '221111.665000', '221111.668000', '221111.670000', '221111.673000', '221111.675000', '221111.678000', '221111.681000', '221111.683000', '221111.686000', '221111.689000', '221111.691000', '221111.694000', '221111.697000', '221111.699000', '221111.702000', '221111.704000', '221111.707000', '221111.710000', '221111.712000', '221111.715000', '221111.717000', '221111.720000', '221111.722000', '221111.725000', '221111.728000', '221111.730000', '221111.733000', '221111.736000', '221111.738000', '221131.628000', '221131.630000', '221131.633000', '221131.636000', '221131.638000', '221131.641000', '221131.643000', '221131.646000', '221131.649000', '221131.651000', '221131.654000', '221131.656000', '221131.659000', '221131.661000', '221131.664000', '221131.667000', '221131.669000', '221131.672000', '221131.674000', '221131.677000', '221131.679000', '221131.682000', '221131.685000', '221131.687000', '221131.690000', '221131.692000', '221131.695000', '221131.698000', '221131.700000', '221131.703000', '221131.705000', '221131.708000', '221131.710000', '221131.713000', '221131.716000', '221131.718000', '221131.721000', '221131.723000', '221131.726000', '221131.729000', '221131.732000', '221131.735000', '221131.737000', '221131.740000', '221151.628000', '221151.631000', '221151.634000', '221151.637000', '221151.639000', '221151.642000', '221151.644000', '221151.647000', '221151.650000', '221151.652000', '221151.655000', '221151.657000', '221151.660000', '221151.662000', '221151.665000', '221151.668000', '221151.670000', '221151.673000', '221151.675000', '221151.678000', '221151.681000', '221151.683000', '221151.686000', '221151.689000', '221151.691000', '221151.694000', '221151.696000', '221151.699000', '221151.702000', '221151.704000', '221151.707000', '221151.709000', '221151.712000', '221151.715000', '221151.717000', '221151.720000', '221151.722000', '221151.725000', '221151.728000', '221151.730000', '221151.733000', '221151.735000', '221151.738000', '221151.741000', '221211.628000', '221211.631000', '221211.634000', '221211.637000', '221211.639000', '221211.642000', '221211.644000', '221211.647000', '221211.650000', '221211.652000', '221211.655000', '221211.657000', '221211.660000', '221211.663000', '221211.665000', '221211.668000', '221211.670000', '221211.673000', '221211.676000', '221211.678000', '221211.681000', '221211.684000', '221211.686000', '221211.689000', '221211.692000', '221211.694000', '221211.697000', '221211.699000', '221211.702000', '221211.705000', '221211.708000', '221211.710000', '221211.713000', '221211.715000', '221211.718000', '221211.721000', '221211.723000', '221211.726000', '221211.729000', '221211.731000', '221211.734000', '221211.736000', '221211.739000', '221231.628000', '221231.631000', '221231.634000', '221231.637000', '221231.639000', '221231.642000', '221231.644000', '221231.647000', '221231.649000', '221231.652000', '221231.655000', '221231.657000', '221231.660000', '221231.662000', '221231.665000', '221231.667000', '221231.670000', '221231.673000', '221231.675000', '221231.678000', '221231.681000', '221231.683000', '221231.686000', '221231.688000', '221231.691000', '221231.694000', '221231.696000', '221231.699000', '221231.702000', '221231.704000', '221231.707000', '221231.709000', '221231.712000', '221231.715000', '221231.717000', '221231.720000', '221231.722000', '221231.725000', '221231.728000', '221231.730000', '221231.733000', '221231.735000', '221231.738000', '221231.740000', '221251.627000', '221251.630000', '221251.633000', '221251.636000', '221251.638000', '221251.641000', '221251.643000', '221251.646000', '221251.649000', '221251.651000', '221251.654000', '221251.657000', '221251.659000', '221251.662000', '221251.665000', '221251.667000', '221251.670000', '221251.672000', '221251.675000', '221251.678000', '221251.680000', '221251.683000', '221251.685000', '221251.688000', '221251.691000', '221251.693000', '221251.696000', '221251.698000', '221251.701000', '221251.704000', '221251.706000', '221251.709000', '221251.711000', '221251.714000', '221251.717000', '221251.719000', '221251.722000', '221251.724000', '221251.727000', '221251.730000', '221251.732000', '221251.735000', '221251.737000', '221311.627000', '221311.630000', '221311.633000', '221311.636000', '221311.638000', '221311.641000', '221311.644000', '221311.646000', '221311.649000', '221311.651000', '221311.654000', '221311.657000', '221311.659000', '221311.662000', '221311.665000', '221311.667000', '221311.670000', '221311.672000', '221311.675000', '221311.678000', '221311.680000', '221311.683000', '221311.690000', '221311.693000', '221311.696000', '221311.698000', '221311.701000', '221311.703000', '221311.706000', '221311.709000', '221311.711000', '221311.714000', '221311.717000', '221311.719000', '221311.722000', '221311.724000', '221311.727000', '221311.729000', '221311.732000', '221311.735000', '221311.737000', '221311.740000', '221311.742000', '221311.745000', '221331.628000', '221331.631000', '221331.633000', '221331.636000', '221331.638000', '221331.641000', '221331.644000', '221331.646000', '221331.649000', '221331.651000', '221331.654000', '221331.657000', '221331.659000', '221331.662000', '221331.664000', '221331.667000', '221331.678000', '221331.681000', '221331.683000', '221331.686000', '221331.688000', '221331.691000', '221331.694000', '221331.696000', '221331.699000', '221331.701000', '221331.704000', '221331.707000', '221331.709000', '221331.712000', '221331.715000', '221331.717000', '221331.720000', '221331.722000', '221331.725000', '221331.727000', '221331.730000', '221331.733000', '221331.735000', '221331.738000', '221331.741000', '221331.743000', '221331.746000', '221351.627000', '221351.630000', '221351.633000', '221351.636000', '221351.638000', '221351.641000', '221351.643000', '221351.646000', '221351.649000', '221351.651000', '221351.654000', '221351.656000', '221351.659000', '221351.661000', '221351.664000', '221351.667000', '221351.669000', '221351.672000', '221351.674000', '221351.677000', '221351.680000', '221351.682000', '221351.685000', '221351.687000', '221351.690000', '221351.693000', '221351.695000', '221351.698000', '221351.701000', '221351.703000', '221351.706000', '221351.708000', '221351.711000', '221351.714000', '221351.716000', '221351.719000', '221351.721000', '221351.724000', '221351.727000', '221351.729000', '221351.732000', '221351.734000', '221351.737000', '221351.740000', '221411.628000', '221411.631000', '221411.634000', '221411.637000', '221411.639000', '221411.642000', '221411.644000', '221411.647000', '221411.649000', '221411.652000', '221411.655000', '221411.657000', '221411.660000', '221411.662000', '221411.665000', '221411.668000', '221411.670000', '221411.673000', '221411.675000', '221411.678000', '221411.681000', '221411.683000', '221411.686000', '221411.688000', '221411.691000', '221411.694000', '221411.696000', '221411.699000', '221411.701000', '221411.704000', '221411.707000', '221411.709000', '221411.712000', '221411.714000', '221411.717000', '221411.720000', '221411.722000', '221411.725000', '221411.727000', '221411.730000', '221411.733000', '221411.735000', '221411.738000', '221431.629000', '221431.631000', '221431.634000', '221431.637000', '221431.639000', '221431.642000', '221431.645000', '221431.647000', '221431.650000', '221431.653000', '221431.656000', '221431.659000', '221431.662000', '221431.665000', '221431.667000', '221431.670000', '221431.673000', '221431.675000', '221431.680000', '221431.683000', '221431.685000', '221431.688000', '221431.690000', '221431.693000', '221431.696000', '221431.698000', '221431.701000', '221431.703000', '221431.706000', '221431.709000', '221431.711000', '221431.714000', '221431.716000', '221431.719000', '221431.722000', '221431.724000', '221431.727000', '221431.730000', '221431.732000', '221431.735000', '221431.737000', '221431.740000', '221431.742000', '221451.628000', '221451.631000', '221451.634000', '221451.637000', '221451.639000', '221451.642000', '221451.644000', '221451.647000', '221451.649000', '221451.652000', '221451.655000', '221451.657000', '221451.660000', '221451.663000', '221451.665000', '221451.668000', '221451.671000', '221451.673000', '221451.676000', '221451.678000', '221451.681000', '221451.684000', '221451.686000', '221451.689000', '221451.691000', '221451.694000', '221451.696000', '221451.699000', '221451.702000', '221451.704000', '221451.707000', '221451.709000', '221451.712000', '221451.715000', '221451.717000', '221451.720000', '221451.722000', '221451.725000', '221451.728000', '221451.730000', '221451.733000', '221451.735000', '221451.749000', '221451.752000', '221511.627000', '221511.630000', '221511.633000', '221511.635000', '221511.638000', '221511.641000', '221511.643000', '221511.646000', '221511.648000', '221511.651000', '221511.654000', '221511.656000', '221511.659000', '221511.662000', '221511.664000', '221511.667000', '221511.669000', '221511.672000', '221511.675000', '221511.677000', '221511.680000', '221511.683000', '221511.685000', '221511.688000', '221511.691000', '221511.693000', '221511.696000', '221511.699000', '221511.701000', '221511.704000', '221511.706000', '221511.709000', '221511.712000', '221511.714000', '221511.717000', '221511.719000', '221511.722000', '221511.725000', '221511.727000', '221511.730000', '221511.732000', '221511.735000', '221511.738000', '221511.740000', '221531.628000', '221531.630000', '221531.633000', '221531.636000', '221531.638000', '221531.641000', '221531.643000', '221531.646000', '221531.649000', '221531.651000', '221531.654000', '221531.656000', '221531.659000', '221531.661000', '221531.664000', '221531.667000', '221531.669000', '221531.672000', '221531.675000', '221531.678000', '221531.680000', '221531.683000', '221531.685000', '221531.688000', '221531.691000', '221531.693000', '221531.696000', '221531.699000', '221531.701000', '221531.704000', '221531.707000', '221531.709000', '221531.712000', '221531.714000', '221531.717000', '221531.720000', '221531.722000', '221531.725000', '221531.727000', '221531.730000', '221531.733000', '221531.735000', '221531.738000', '221551.627000', '221551.631000', '221551.633000', '221551.636000', '221551.638000', '221551.641000', '221551.644000', '221551.646000', '221551.650000', '221551.653000', '221551.656000', '221551.658000', '221551.661000', '221551.664000', '221551.666000', '221551.669000', '221551.671000', '221551.674000', '221551.677000', '221551.679000', '221551.682000', '221551.685000', '221551.687000', '221551.690000', '221551.692000', '221551.695000', '221551.698000', '221551.700000', '221551.703000', '221551.706000', '221551.708000', '221551.711000', '221551.721000', '221551.723000', '221551.726000', '221551.728000', '221551.731000', '221551.734000', '221551.736000', '221551.739000', '221551.741000', '221551.744000', '221551.747000', '221551.750000', '221610.915000', '221610.918000', '221610.921000', '221610.923000', '221610.926000', '221610.929000', '221610.931000', '221610.934000', '221610.937000', '221610.939000', '221610.942000', '221610.945000', '221610.947000', '221610.950000', '221610.953000', '221610.956000', '221610.959000', '221610.962000', '221610.965000', '221610.968000', '221610.971000', '221610.974000', '221610.976000', '221610.979000', '221610.982000', '221610.984000', '221610.987000', '221610.989000', '221610.992000', '221610.995000', '221610.997000', '221611.001000', '221611.003000', '221611.006000', '221611.009000', '221611.011000', '221611.014000', '221611.016000', '221611.019000', '221611.022000', '221611.024000', '221611.027000'], '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': [7272, 8854, 11982, 8642, 13544, 10047, 11030, 8170, 9338, 7301, 9297, 6768, 8648, 11093, 6481, 8874, 8320, 6846, 6923, 6354, 7624, 7843, 7550, 7934, 7449, 7706, 6807, 8118, 6161, 8243, 10255, 8187, 9541, 10935, 8274, 9872, 6682, 8302, 8344, 7471, 8308, 6019, 6793, 6135, 7212, 6810, 7643, 8843, 10349, 7668, 9482, 6296, 7051, 6033, 7668, 8170, 7245, 8799, 10166, 8186, 9698, 6853, 8630, 10184, 7747, 9069, 6350, 6989, 6546, 8008, 8891, 7520, 8713, 6829, 9027, 6205, 8454, 11433, 7190, 8657, 11788, 7411, 9358, 6597, 6796, 6077, 8037, 8562, 7646, 8301, 7319, 8532, 6672, 8696, 10381, 7481, 8500, 10263, 7898, 9068, 7224, 8137, 6878, 8772, 10376, 8244, 9321, 6781, 7436, 6112, 8754, 9632, 7611, 8350, 10018, 7573, 8207, 6851, 8256, 9533, 6693, 7396, 7280, 7718, 8731, 7658, 8244, 7264, 8616, 10131, 8527, 9470, 6808, 8548, 8991, 8211, 9149, 12664, 8178, 9617, 7369, 7957, 7190, 8567, 9799, 6491, 8888, 10911, 7326, 8258, 5869, 8327, 8280, 8013, 8033, 6183, 8499, 10412, 8133, 9399, 6523, 8214, 9648, 7036, 8395, 6480, 7123, 6272, 8206, 9195, 7877, 9489, 7013, 8266, 6285, 8887, 10297, 8240, 9414, 7774, 7164, 6546, 8270, 8969, 8423, 8680, 9751, 8559, 11269, 7866, 8884, 7182, 8975, 9837, 8357, 8483, 6565, 6536, 6300, 8232, 8162, 8086, 8528, 6543, 7560, 8852, 7996, 9025, 7069, 8393, 9971, 7406, 8413, 7266, 7047, 6126, 7779, 8586, 7435, 8434, 6109, 7068, 7788, 8540, 9493, 8187, 9039, 6481, 8367, 10660, 7494, 8229, 6190, 8196, 9451, 7486, 8643, 7140, 8578, 7065, 8038, 7176, 8341, 10570, 8128, 7559, 7956, 7846, 9485, 11566, 7682, 9464, 6297, 6516, 6424, 8342, 8771, 8317, 8312, 8916, 8105, 7929, 8596, 7401, 7693, 6718, 8551, 9421, 7113, 8298, 11412, 8008, 8981, 7298, 6812, 6898, 8332, 9785, 7077, 8366, 10610, 7746, 8970, 10002, 7442, 8689, 9938, 7940, 7634, 7203, 6639, 5980, 8084, 8786, 7655, 7837, 6797, 8234, 9900, 8404, 7607, 8398, 6134, 7379, 8379, 6960, 7637, 6211, 7351, 8402, 6672, 7814, 11531, 7922, 9400, 7253, 8879, 10119, 8157, 8594, 11484, 6894, 7709, 6393, 8284, 8400, 10261, 7696, 8508, 6485, 6502, 6434, 8085, 8752, 8065, 9034, 10439, 8607, 8737, 6786, 6797, 6452, 7203, 6280, 7486, 8675, 8382, 9091, 8363, 10736, 11668, 8302, 10177, 7996, 7189, 6345, 6636, 6371, 8378, 9592, 6476, 7960, 6312, 6553, 6352, 8549, 9683, 12501, 8102, 9166, 6617, 7283, 6729, 8693, 8653, 7418, 8291, 6220, 6711, 6661, 7356, 8086, 6662, 7969, 6341, 7432, 9201, 6629, 7623, 6000, 8051, 9095, 7569, 7951, 6218, 7710, 6502, 6950, 5993, 8612, 10571, 7743, 9630, 11869, 10244, 10006, 7930, 7485, 7220, 8347, 11080, 8296, 9502, 7820, 9007, 10987, 7625, 8878, 9998, 7847, 7492, 7849, 9299, 10989, 7911, 8225, 6110, 7769, 8341, 7725, 8157, 9128, 7851, 8517, 5900, 7648, 8289, 7658, 8026, 7500, 8697, 10229, 8049, 9087, 7183, 7261, 6508, 8490, 9435, 13015, 8175, 9643, 6993, 7088, 6250, 8505, 8897, 6664, 8696, 10222, 6748, 9059, 6923, 6525, 6046, 8421, 9289, 9614, 7843, 9464, 6690, 7197, 6364, 8262, 8496, 7583, 8172, 9557, 8222, 9605, 7618, 8770, 7499, 8977, 10223, 7394, 8672, 9861, 6671, 7801, 5811, 7799, 8196, 7123, 8120, 9373, 7006, 7845, 10677, 7142, 7558, 5775, 7445, 8646, 6566, 7510, 9085, 6959, 7566, 5964, 7087, 6606, 8042, 9545, 7835, 7787, 10468, 7109, 7450, 5937, 8018, 9267, 6432, 7946, 10987, 6741, 8403, 6337, 6672, 6604, 8133, 9897, 7426, 9385, 6741, 8326, 6436, 8623, 10528, 7924, 8469, 10493, 6921, 7735, 6667, 6532, 5994, 7688, 9683, 6060, 8037, 11506, 7470, 8472, 6584, 8516, 10578, 6766, 8405, 12871, 7729, 8402, 7057, 8457, 10326, 7377, 8168, 8146, 7713, 8267, 7495, 8468, 5993, 7910, 10095, 6332, 7375, 6019, 7639, 8851, 7218, 8257, 6465, 7442, 9730, 6857, 8148, 6248, 7776, 6707, 7894, 9861, 12796, 7860, 9931, 7126, 7452, 8125, 7498, 8430, 10213, 7397, 8381, 10340, 7537, 8140, 7376, 8232, 7658, 8910, 10609, 7919, 9705, 6916, 6890, 6561, 8701, 10034, 7043, 8283, 11544, 7730, 8105, 7907, 8349, 7932, 9224, 11138, 7758, 8442, 11700, 7672, 7766, 6306, 8186, 7964, 7240, 7688, 6121, 7615, 7007, 7527, 8434, 7765, 9216, 9808, 6902, 8581, 11695, 7770, 8241, 6769, 8554, 10655, 6332, 7977, 11202, 7489, 7925, 6603, 8564, 10267, 6677, 8440, 10629, 6668, 7615, 6323, 7215, 6411, 8006, 9102, 6248, 8182, 10769, 7881, 9210, 7417, 7717, 7097, 8638, 10792, 8167, 8329, 11966, 7793, 8021, 6510, 6790, 6992, 7435, 8689, 6181, 7481, 8184, 7558, 8431, 7283, 8921, 9892, 7878, 8194, 13095, 7380, 8317, 7271, 7932, 6896, 8205, 9661, 7656, 8018, 10109, 6921, 7214, 6406, 7233, 9295, 7344, 8409, 7105, 7950, 7447, 8908, 11010, 7875, 8572, 12690, 7397, 8633, 7242, 8848, 10537, 6618, 8639, 9260, 7161, 7716, 7257, 7200, 7973, 9391, 10003, 8141, 10169, 7464, 7478, 7920, 9465, 9840, 8132, 8989, 11553, 8105, 8721, 8238, 7225, 8419, 9300, 10749, 7826, 8568, 6578, 8391, 7992, 7551, 9167, 10763, 8190, 8417, 9384, 7006, 6496, 6636, 6445, 7322, 7883, 8664, 8135, 8849, 8779, 10751, 11578, 10180, 11161, 7993, 6835, 7122, 7294, 6930, 7146, 6690, 8566, 9317, 12654, 7643, 8499, 6650, 6101, 6130, 8029, 9275, 9799, 7637, 8372, 6274, 6590, 6095, 7736, 7902, 7522, 8751, 10539, 8014, 9273, 6738, 8187, 8203, 6314, 8150, 10320, 7366, 8693, 6075, 8449, 8171, 7594, 7898, 8285, 8631, 9755, 8160, 9047, 10396, 7836, 8665, 12254, 8419, 8229, 7933, 7124, 6613, 8480, 9653, 7883, 8767, 6048, 8120, 8339, 6325, 8106, 10137, 7776, 7730, 7211, 7379, 6314, 8053, 10522, 7204, 8565, 12878, 8035, 8503, 7731, 8513, 9861, 8377, 10130, 7772, 8721, 7172, 8568, 10983, 7872, 9383, 7650, 9273, 7776, 9051, 10287, 7656, 8645, 11632, 7581, 8851, 7396, 7270, 7125, 8226, 6727, 8364, 10275, 8566, 9738, 11928, 8613, 9905, 6679, 7164, 6189, 7972, 7046, 8223, 8068, 7066, 8651, 11828, 8360, 9710, 7488, 9222, 10337, 6733, 8682, 9622, 7454, 7536, 6710, 6509, 6208, 7697, 8485, 6278, 7247, 8301], 'WindowCenter': [3925.0, 3943.0, 3961.0, 3917.0, 3946.0, 3912.0, 3920.0, 3888.0, 3898.0, 3877.0, 3896.0, 3865.0, 3896.0, 3906.0, 3841.0, 3883.0, 3873.0, 3865.0, 3876.0, 3852.0, 3874.0, 3873.0, 3887.0, 3885.0, 3887.0, 3900.0, 3880.0, 3903.0, 3870.0, 3902.0, 3921.0, 3901.0, 3923.0, 3921.0, 3889.0, 3908.0, 3865.0, 3887.0, 3885.0, 3876.0, 3899.0, 3869.0, 3878.0, 3868.0, 3890.0, 3878.0, 3901.0, 3913.0, 3920.0, 3891.0, 3910.0, 3867.0, 3878.0, 3856.0, 3888.0, 3898.0, 3889.0, 3913.0, 3922.0, 3903.0, 3909.0, 3879.0, 3901.0, 3909.0, 3890.0, 3911.0, 3868.0, 3881.0, 3868.0, 3901.0, 3910.0, 3903.0, 3914.0, 3882.0, 3913.0, 3870.0, 3902.0, 3932.0, 3879.0, 3912.0, 3931.0, 3878.0, 3899.0, 3867.0, 3878.0, 3857.0, 3901.0, 3912.0, 3903.0, 3902.0, 3893.0, 3912.0, 3881.0, 3913.0, 3923.0, 3890.0, 3901.0, 3908.0, 3890.0, 3898.0, 3890.0, 3889.0, 3880.0, 3914.0, 3923.0, 3903.0, 3912.0, 3880.0, 3889.0, 3869.0, 3901.0, 3912.0, 3890.0, 3890.0, 3908.0, 3889.0, 3887.0, 3879.0, 3901.0, 3910.0, 3880.0, 3892.0, 3889.0, 3902.0, 3900.0, 3901.0, 3900.0, 3904.0, 3916.0, 3924.0, 3915.0, 3911.0, 3880.0, 3901.0, 3897.0, 3900.0, 3911.0, 3930.0, 3889.0, 3909.0, 3878.0, 3888.0, 3877.0, 3900.0, 3910.0, 3868.0, 3899.0, 3909.0, 3877.0, 3887.0, 3844.0, 3887.0, 3886.0, 3889.0, 3900.0, 3857.0, 3901.0, 3919.0, 3889.0, 3909.0, 3866.0, 3900.0, 3909.0, 3878.0, 3902.0, 3868.0, 3890.0, 3868.0, 3912.0, 3922.0, 3902.0, 3924.0, 3892.0, 3901.0, 3869.0, 3911.0, 3920.0, 3902.0, 3911.0, 3889.0, 3879.0, 3867.0, 3899.0, 3898.0, 3900.0, 3912.0, 3909.0, 3900.0, 3918.0, 3888.0, 3897.0, 3876.0, 3899.0, 3907.0, 3899.0, 3898.0, 3867.0, 3867.0, 3865.0, 3898.0, 3886.0, 3900.0, 3911.0, 3868.0, 3891.0, 3898.0, 3888.0, 3899.0, 3879.0, 3900.0, 3920.0, 3890.0, 3900.0, 3890.0, 3890.0, 3868.0, 3901.0, 3900.0, 3892.0, 3913.0, 3871.0, 3892.0, 3902.0, 3913.0, 3910.0, 3902.0, 3913.0, 3881.0, 3902.0, 3921.0, 3890.0, 3898.0, 3867.0, 3901.0, 3922.0, 3892.0, 3901.0, 3892.0, 3910.0, 3892.0, 3901.0, 3891.0, 3913.0, 3925.0, 3889.0, 3892.0, 3889.0, 3900.0, 3910.0, 3918.0, 3888.0, 3909.0, 3866.0, 3868.0, 3867.0, 3899.0, 3900.0, 3886.0, 3898.0, 3900.0, 3886.0, 3887.0, 3885.0, 3877.0, 3888.0, 3877.0, 3899.0, 3908.0, 3879.0, 3900.0, 3918.0, 3889.0, 3897.0, 3888.0, 3877.0, 3890.0, 3914.0, 3923.0, 3880.0, 3902.0, 3908.0, 3877.0, 3898.0, 3895.0, 3875.0, 3899.0, 3907.0, 3887.0, 3886.0, 3877.0, 3877.0, 3867.0, 3913.0, 3912.0, 3902.0, 3902.0, 3881.0, 3913.0, 3923.0, 3898.0, 3890.0, 3901.0, 3868.0, 3879.0, 3899.0, 3890.0, 3889.0, 3870.0, 3903.0, 3912.0, 3893.0, 3904.0, 3945.0, 3917.0, 3912.0, 3891.0, 3913.0, 3922.0, 3890.0, 3901.0, 3920.0, 3878.0, 3887.0, 3867.0, 3899.0, 3899.0, 3907.0, 3889.0, 3900.0, 3866.0, 3869.0, 3867.0, 3900.0, 3899.0, 3901.0, 3914.0, 3934.0, 3912.0, 3912.0, 3893.0, 3890.0, 3882.0, 3890.0, 3868.0, 3891.0, 3914.0, 3913.0, 3910.0, 3901.0, 3923.0, 3920.0, 3888.0, 3909.0, 3886.0, 3877.0, 3865.0, 3866.0, 3866.0, 3900.0, 3911.0, 3869.0, 3889.0, 3867.0, 3868.0, 3867.0, 3900.0, 3911.0, 3929.0, 3889.0, 3898.0, 3866.0, 3876.0, 3866.0, 3899.0, 3897.0, 3890.0, 3902.0, 3869.0, 3880.0, 3879.0, 3890.0, 3901.0, 3892.0, 3903.0, 3881.0, 3893.0, 3924.0, 3893.0, 3903.0, 3870.0, 3902.0, 3910.0, 3902.0, 3902.0, 3883.0, 3904.0, 3883.0, 3893.0, 3871.0, 3913.0, 3922.0, 3903.0, 3924.0, 3932.0, 3922.0, 3909.0, 3889.0, 3877.0, 3889.0, 3902.0, 3931.0, 3901.0, 3910.0, 3888.0, 3897.0, 3907.0, 3889.0, 3900.0, 3895.0, 3888.0, 3875.0, 3887.0, 3909.0, 3905.0, 3888.0, 3899.0, 3855.0, 3888.0, 3887.0, 3889.0, 3890.0, 3897.0, 3900.0, 3911.0, 3857.0, 3889.0, 3899.0, 3901.0, 3900.0, 3890.0, 3913.0, 3923.0, 3902.0, 3901.0, 3880.0, 3891.0, 3867.0, 3899.0, 3900.0, 3928.0, 3888.0, 3909.0, 3865.0, 3878.0, 3865.0, 3898.0, 3897.0, 3866.0, 3900.0, 3920.0, 3879.0, 3898.0, 3878.0, 3868.0, 3857.0, 3900.0, 3910.0, 3908.0, 3889.0, 3909.0, 3867.0, 3878.0, 3855.0, 3898.0, 3897.0, 3889.0, 3902.0, 3922.0, 3901.0, 3910.0, 3891.0, 3899.0, 3890.0, 3912.0, 3921.0, 3878.0, 3900.0, 3910.0, 3868.0, 3888.0, 3855.0, 3888.0, 3887.0, 3878.0, 3900.0, 3909.0, 3891.0, 3902.0, 3920.0, 3881.0, 3890.0, 3856.0, 3890.0, 3899.0, 3878.0, 3892.0, 3912.0, 3892.0, 3903.0, 3872.0, 3892.0, 3882.0, 3904.0, 3926.0, 3901.0, 3892.0, 3923.0, 3881.0, 3891.0, 3868.0, 3901.0, 3912.0, 3880.0, 3902.0, 3921.0, 3881.0, 3901.0, 3869.0, 3881.0, 3879.0, 3903.0, 3924.0, 3904.0, 3924.0, 3882.0, 3902.0, 3881.0, 3913.0, 3924.0, 3901.0, 3901.0, 3909.0, 3867.0, 3888.0, 3867.0, 3869.0, 3868.0, 3901.0, 3924.0, 3882.0, 3903.0, 3933.0, 3892.0, 3901.0, 3881.0, 3913.0, 3923.0, 3882.0, 3902.0, 3931.0, 3890.0, 3899.0, 3880.0, 3902.0, 3921.0, 3903.0, 3914.0, 3900.0, 3903.0, 3901.0, 3892.0, 3913.0, 3871.0, 3916.0, 3936.0, 3871.0, 3892.0, 3870.0, 3902.0, 3912.0, 3903.0, 3914.0, 3894.0, 3907.0, 3936.0, 3895.0, 3914.0, 3895.0, 3904.0, 3894.0, 3916.0, 3938.0, 3945.0, 3904.0, 3924.0, 3880.0, 3892.0, 3889.0, 3891.0, 3902.0, 3910.0, 3890.0, 3902.0, 3920.0, 3890.0, 3900.0, 3892.0, 3899.0, 3903.0, 3925.0, 3924.0, 3903.0, 3912.0, 3881.0, 3880.0, 3882.0, 3915.0, 3937.0, 3881.0, 3903.0, 3931.0, 3891.0, 3901.0, 3902.0, 3901.0, 3903.0, 3924.0, 3922.0, 3890.0, 3901.0, 3920.0, 3889.0, 3888.0, 3867.0, 3899.0, 3886.0, 3878.0, 3902.0, 3870.0, 3902.0, 3892.0, 3903.0, 3900.0, 3904.0, 3926.0, 3924.0, 3893.0, 3912.0, 3930.0, 3891.0, 3888.0, 3879.0, 3911.0, 3920.0, 3881.0, 3902.0, 3920.0, 3890.0, 3900.0, 3879.0, 3912.0, 3921.0, 3879.0, 3903.0, 3921.0, 3880.0, 3890.0, 3880.0, 3891.0, 3880.0, 3902.0, 3913.0, 3883.0, 3915.0, 3933.0, 3903.0, 3912.0, 3892.0, 3890.0, 3891.0, 3914.0, 3935.0, 3903.0, 3902.0, 3930.0, 3890.0, 3888.0, 3868.0, 3880.0, 3878.0, 3891.0, 3914.0, 3883.0, 3893.0, 3913.0, 3904.0, 3911.0, 3903.0, 3925.0, 3924.0, 3903.0, 3901.0, 3931.0, 3892.0, 3900.0, 3891.0, 3901.0, 3894.0, 3927.0, 3926.0, 3892.0, 3906.0, 3922.0, 3880.0, 3891.0, 3882.0, 3905.0, 3925.0, 3905.0, 3914.0, 3894.0, 3902.0, 3892.0, 3926.0, 3935.0, 3902.0, 3902.0, 3931.0, 3880.0, 3899.0, 3889.0, 3910.0, 3918.0, 3867.0, 3900.0, 3898.0, 3878.0, 3888.0, 3889.0, 3889.0, 3902.0, 3925.0, 3923.0, 3903.0, 3923.0, 3892.0, 3890.0, 3902.0, 3924.0, 3911.0, 3901.0, 3912.0, 3919.0, 3889.0, 3887.0, 3899.0, 3877.0, 3900.0, 3913.0, 3922.0, 3891.0, 3900.0, 3868.0, 3900.0, 3887.0, 3887.0, 3909.0, 3907.0, 3899.0, 3901.0, 3899.0, 3879.0, 3867.0, 3880.0, 3880.0, 3892.0, 3914.0, 3924.0, 3915.0, 3926.0, 3928.0, 3951.0, 3936.0, 3923.0, 3920.0, 3888.0, 3866.0, 3877.0, 3889.0, 3880.0, 3892.0, 3880.0, 3911.0, 3912.0, 3930.0, 3889.0, 3899.0, 3878.0, 3857.0, 3855.0, 3887.0, 3910.0, 3907.0, 3890.0, 3899.0, 3868.0, 3878.0, 3867.0, 3900.0, 3899.0, 3903.0, 3926.0, 3932.0, 3903.0, 3911.0, 3866.0, 3899.0, 3898.0, 3869.0, 3900.0, 3909.0, 3878.0, 3898.0, 3855.0, 3898.0, 3886.0, 3888.0, 3902.0, 3899.0, 3912.0, 3909.0, 3888.0, 3910.0, 3907.0, 3877.0, 3900.0, 3929.0, 3899.0, 3886.0, 3900.0, 3877.0, 3879.0, 3914.0, 3922.0, 3902.0, 3900.0, 3868.0, 3900.0, 3898.0, 3869.0, 3901.0, 3920.0, 3902.0, 3889.0, 3891.0, 3891.0, 3880.0, 3914.0, 3935.0, 3891.0, 3912.0, 3930.0, 3889.0, 3898.0, 3890.0, 3913.0, 3921.0, 3902.0, 3920.0, 3889.0, 3900.0, 3892.0, 3912.0, 3933.0, 3902.0, 3910.0, 3901.0, 3909.0, 3900.0, 3911.0, 3910.0, 3890.0, 3900.0, 3918.0, 3888.0, 3897.0, 3889.0, 3877.0, 3890.0, 3901.0, 3881.0, 3902.0, 3919.0, 3900.0, 3911.0, 3930.0, 3888.0, 3909.0, 3865.0, 3864.0, 3854.0, 3887.0, 3876.0, 3900.0, 3888.0, 3880.0, 3912.0, 3931.0, 3901.0, 3909.0, 3889.0, 3910.0, 3908.0, 3866.0, 3900.0, 3897.0, 3877.0, 3886.0, 3867.0, 3867.0, 3869.0, 3901.0, 3912.0, 3869.0, 3902.0, 3912.0], 'WindowWidth': [8805.0, 8822.0, 8841.0, 8774.0, 8807.0, 8755.0, 8760.0, 8716.0, 8729.0, 8698.0, 8723.0, 8680.0, 8722.0, 8736.0, 8640.0, 8696.0, 8684.0, 8679.0, 8695.0, 8659.0, 8692.0, 8690.0, 8712.0, 8709.0, 8717.0, 8735.0, 8710.0, 8747.0, 8698.0, 8742.0, 8765.0, 8739.0, 8771.0, 8765.0, 8718.0, 8742.0, 8680.0, 8710.0, 8707.0, 8697.0, 8732.0, 8695.0, 8706.0, 8691.0, 8722.0, 8705.0, 8740.0, 8758.0, 8763.0, 8725.0, 8747.0, 8688.0, 8703.0, 8670.0, 8716.0, 8731.0, 8721.0, 8760.0, 8769.0, 8744.0, 8745.0, 8707.0, 8737.0, 8745.0, 8722.0, 8753.0, 8689.0, 8711.0, 8692.0, 8738.0, 8750.0, 8745.0, 8762.0, 8716.0, 8759.0, 8697.0, 8741.0, 8783.0, 8705.0, 8754.0, 8777.0, 8703.0, 8733.0, 8687.0, 8703.0, 8675.0, 8738.0, 8755.0, 8744.0, 8741.0, 8731.0, 8753.0, 8714.0, 8758.0, 8771.0, 8723.0, 8737.0, 8743.0, 8721.0, 8728.0, 8722.0, 8719.0, 8710.0, 8761.0, 8771.0, 8744.0, 8756.0, 8708.0, 8720.0, 8692.0, 8737.0, 8755.0, 8722.0, 8719.0, 8743.0, 8718.0, 8712.0, 8705.0, 8737.0, 8747.0, 8709.0, 8726.0, 8720.0, 8742.0, 8737.0, 8740.0, 8737.0, 8748.0, 8766.0, 8775.0, 8764.0, 8751.0, 8708.0, 8737.0, 8727.0, 8733.0, 8751.0, 8775.0, 8717.0, 8743.0, 8704.0, 8715.0, 8701.0, 8734.0, 8749.0, 8688.0, 8730.0, 8744.0, 8698.0, 8711.0, 8651.0, 8711.0, 8709.0, 8718.0, 8735.0, 8675.0, 8737.0, 8759.0, 8718.0, 8744.0, 8683.0, 8734.0, 8745.0, 8704.0, 8741.0, 8691.0, 8723.0, 8693.0, 8757.0, 8770.0, 8742.0, 8776.0, 8729.0, 8739.0, 8694.0, 8751.0, 8763.0, 8741.0, 8752.0, 8719.0, 8705.0, 8687.0, 8732.0, 8730.0, 8735.0, 8755.0, 8746.0, 8735.0, 8757.0, 8715.0, 8725.0, 8697.0, 8730.0, 8740.0, 8731.0, 8729.0, 8686.0, 8686.0, 8682.0, 8728.0, 8712.0, 8734.0, 8754.0, 8691.0, 8725.0, 8730.0, 8717.0, 8732.0, 8706.0, 8736.0, 8763.0, 8723.0, 8737.0, 8721.0, 8723.0, 8692.0, 8738.0, 8736.0, 8730.0, 8759.0, 8700.0, 8730.0, 8742.0, 8756.0, 8750.0, 8741.0, 8757.0, 8713.0, 8739.0, 8766.0, 8723.0, 8731.0, 8688.0, 8738.0, 8768.0, 8728.0, 8738.0, 8730.0, 8749.0, 8729.0, 8740.0, 8727.0, 8760.0, 8778.0, 8719.0, 8727.0, 8718.0, 8734.0, 8748.0, 8756.0, 8715.0, 8745.0, 8684.0, 8690.0, 8687.0, 8732.0, 8734.0, 8709.0, 8729.0, 8733.0, 8709.0, 8711.0, 8707.0, 8700.0, 8718.0, 8702.0, 8734.0, 8744.0, 8708.0, 8735.0, 8756.0, 8718.0, 8726.0, 8716.0, 8701.0, 8723.0, 8762.0, 8774.0, 8708.0, 8741.0, 8743.0, 8699.0, 8727.0, 8719.0, 8695.0, 8732.0, 8740.0, 8712.0, 8711.0, 8701.0, 8702.0, 8689.0, 8759.0, 8757.0, 8744.0, 8743.0, 8713.0, 8757.0, 8771.0, 8730.0, 8722.0, 8738.0, 8691.0, 8705.0, 8731.0, 8723.0, 8721.0, 8697.0, 8744.0, 8757.0, 8735.0, 8749.0, 8803.0, 8771.0, 8756.0, 8728.0, 8758.0, 8769.0, 8721.0, 8738.0, 8760.0, 8700.0, 8713.0, 8686.0, 8733.0, 8732.0, 8739.0, 8720.0, 8734.0, 8684.0, 8694.0, 8687.0, 8735.0, 8732.0, 8740.0, 8762.0, 8790.0, 8756.0, 8755.0, 8734.0, 8727.0, 8718.0, 8726.0, 8692.0, 8728.0, 8764.0, 8759.0, 8749.0, 8739.0, 8773.0, 8762.0, 8716.0, 8745.0, 8709.0, 8698.0, 8681.0, 8683.0, 8686.0, 8735.0, 8751.0, 8694.0, 8720.0, 8688.0, 8689.0, 8688.0, 8735.0, 8752.0, 8772.0, 8718.0, 8729.0, 8684.0, 8697.0, 8684.0, 8732.0, 8727.0, 8723.0, 8741.0, 8694.0, 8711.0, 8707.0, 8725.0, 8738.0, 8730.0, 8745.0, 8714.0, 8733.0, 8775.0, 8731.0, 8745.0, 8699.0, 8743.0, 8750.0, 8742.0, 8743.0, 8719.0, 8747.0, 8721.0, 8733.0, 8701.0, 8758.0, 8767.0, 8743.0, 8774.0, 8780.0, 8769.0, 8745.0, 8717.0, 8700.0, 8721.0, 8742.0, 8778.0, 8740.0, 8747.0, 8717.0, 8727.0, 8740.0, 8717.0, 8734.0, 8720.0, 8714.0, 8693.0, 8713.0, 8743.0, 8735.0, 8716.0, 8733.0, 8668.0, 8714.0, 8712.0, 8718.0, 8721.0, 8726.0, 8735.0, 8752.0, 8675.0, 8720.0, 8733.0, 8739.0, 8736.0, 8725.0, 8759.0, 8772.0, 8744.0, 8740.0, 8710.0, 8724.0, 8687.0, 8732.0, 8734.0, 8768.0, 8717.0, 8745.0, 8681.0, 8702.0, 8681.0, 8729.0, 8727.0, 8684.0, 8734.0, 8762.0, 8706.0, 8729.0, 8704.0, 8690.0, 8675.0, 8735.0, 8749.0, 8743.0, 8719.0, 8744.0, 8685.0, 8702.0, 8668.0, 8730.0, 8727.0, 8719.0, 8742.0, 8767.0, 8737.0, 8750.0, 8725.0, 8733.0, 8723.0, 8754.0, 8766.0, 8701.0, 8735.0, 8746.0, 8688.0, 8716.0, 8670.0, 8715.0, 8712.0, 8704.0, 8735.0, 8746.0, 8726.0, 8742.0, 8762.0, 8713.0, 8723.0, 8674.0, 8721.0, 8732.0, 8705.0, 8730.0, 8755.0, 8728.0, 8745.0, 8703.0, 8731.0, 8716.0, 8748.0, 8780.0, 8742.0, 8730.0, 8771.0, 8712.0, 8725.0, 8692.0, 8739.0, 8755.0, 8711.0, 8743.0, 8766.0, 8712.0, 8739.0, 8694.0, 8712.0, 8707.0, 8746.0, 8776.0, 8747.0, 8776.0, 8717.0, 8742.0, 8712.0, 8756.0, 8774.0, 8737.0, 8738.0, 8745.0, 8686.0, 8717.0, 8689.0, 8694.0, 8693.0, 8740.0, 8777.0, 8718.0, 8743.0, 8785.0, 8730.0, 8738.0, 8712.0, 8758.0, 8771.0, 8715.0, 8742.0, 8778.0, 8725.0, 8733.0, 8711.0, 8741.0, 8765.0, 8747.0, 8760.0, 8736.0, 8744.0, 8738.0, 8731.0, 8759.0, 8700.0, 8767.0, 8794.0, 8699.0, 8729.0, 8697.0, 8743.0, 8755.0, 8747.0, 8762.0, 8738.0, 8758.0, 8793.0, 8738.0, 8762.0, 8739.0, 8750.0, 8738.0, 8770.0, 8801.0, 8804.0, 8746.0, 8773.0, 8707.0, 8728.0, 8720.0, 8726.0, 8742.0, 8747.0, 8724.0, 8741.0, 8761.0, 8722.0, 8737.0, 8729.0, 8735.0, 8746.0, 8777.0, 8774.0, 8744.0, 8753.0, 8711.0, 8710.0, 8718.0, 8764.0, 8798.0, 8713.0, 8743.0, 8778.0, 8725.0, 8738.0, 8741.0, 8738.0, 8745.0, 8775.0, 8768.0, 8723.0, 8737.0, 8759.0, 8718.0, 8717.0, 8687.0, 8733.0, 8712.0, 8702.0, 8744.0, 8699.0, 8743.0, 8730.0, 8748.0, 8737.0, 8750.0, 8780.0, 8774.0, 8732.0, 8756.0, 8775.0, 8725.0, 8716.0, 8708.0, 8753.0, 8763.0, 8713.0, 8743.0, 8762.0, 8724.0, 8736.0, 8708.0, 8755.0, 8765.0, 8707.0, 8744.0, 8766.0, 8709.0, 8724.0, 8711.0, 8728.0, 8710.0, 8743.0, 8757.0, 8720.0, 8764.0, 8786.0, 8745.0, 8754.0, 8729.0, 8724.0, 8727.0, 8762.0, 8792.0, 8744.0, 8739.0, 8775.0, 8722.0, 8716.0, 8691.0, 8708.0, 8703.0, 8728.0, 8764.0, 8721.0, 8733.0, 8761.0, 8750.0, 8755.0, 8747.0, 8777.0, 8775.0, 8746.0, 8741.0, 8779.0, 8730.0, 8735.0, 8728.0, 8738.0, 8737.0, 8786.0, 8783.0, 8729.0, 8752.0, 8766.0, 8711.0, 8725.0, 8717.0, 8753.0, 8778.0, 8752.0, 8762.0, 8736.0, 8742.0, 8731.0, 8780.0, 8793.0, 8740.0, 8740.0, 8775.0, 8708.0, 8732.0, 8719.0, 8749.0, 8757.0, 8686.0, 8735.0, 8728.0, 8704.0, 8716.0, 8721.0, 8719.0, 8744.0, 8777.0, 8774.0, 8745.0, 8770.0, 8728.0, 8721.0, 8743.0, 8773.0, 8753.0, 8737.0, 8753.0, 8758.0, 8720.0, 8712.0, 8732.0, 8702.0, 8738.0, 8756.0, 8769.0, 8725.0, 8734.0, 8691.0, 8733.0, 8712.0, 8714.0, 8745.0, 8739.0, 8734.0, 8737.0, 8732.0, 8706.0, 8689.0, 8710.0, 8710.0, 8730.0, 8764.0, 8778.0, 8769.0, 8782.0, 8789.0, 8826.0, 8797.0, 8773.0, 8760.0, 8714.0, 8684.0, 8701.0, 8720.0, 8711.0, 8729.0, 8710.0, 8752.0, 8755.0, 8776.0, 8720.0, 8732.0, 8704.0, 8674.0, 8670.0, 8713.0, 8750.0, 8742.0, 8722.0, 8733.0, 8689.0, 8704.0, 8689.0, 8737.0, 8735.0, 8748.0, 8781.0, 8784.0, 8746.0, 8752.0, 8686.0, 8733.0, 8730.0, 8693.0, 8735.0, 8744.0, 8703.0, 8727.0, 8668.0, 8728.0, 8711.0, 8717.0, 8743.0, 8733.0, 8754.0, 8746.0, 8716.0, 8749.0, 8740.0, 8700.0, 8734.0, 8771.0, 8732.0, 8712.0, 8734.0, 8701.0, 8710.0, 8761.0, 8768.0, 8742.0, 8735.0, 8691.0, 8735.0, 8731.0, 8695.0, 8740.0, 8761.0, 8742.0, 8720.0, 8726.0, 8725.0, 8711.0, 8763.0, 8791.0, 8726.0, 8756.0, 8776.0, 8719.0, 8729.0, 8722.0, 8758.0, 8764.0, 8741.0, 8764.0, 8719.0, 8737.0, 8728.0, 8754.0, 8787.0, 8742.0, 8749.0, 8742.0, 8748.0, 8738.0, 8753.0, 8748.0, 8721.0, 8736.0, 8756.0, 8716.0, 8727.0, 8719.0, 8700.0, 8723.0, 8738.0, 8715.0, 8741.0, 8758.0, 8735.0, 8751.0, 8776.0, 8715.0, 8745.0, 8680.0, 8677.0, 8664.0, 8711.0, 8698.0, 8735.0, 8718.0, 8710.0, 8755.0, 8778.0, 8739.0, 8745.0, 8720.0, 8748.0, 8741.0, 8683.0, 8734.0, 8727.0, 8698.0, 8711.0, 8688.0, 8688.0, 8694.0, 8740.0, 8754.0, 8694.0, 8743.0, 8755.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.0004977405405405406</td></tr>
<tr><td colspan=3>aqi</td><td>0.02481494627027027</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.96173183634205</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2177687542965359</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9928449638744599</td></tr>
<tr><td colspan=3>efc</td><td>0.4595</td></tr>
<tr><td colspan=3>fber</td><td>5730.2075</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.11317810377651487</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>111</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>12.0</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5576332112394184</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5543148481912974</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.642110755188989</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.476474030337969</td></tr>
<tr><td colspan=3>gcor</td><td>0.00980545</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.010115488432347775</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.019215252250432968</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>925</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.903540566151403</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>24.2714</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>37.6837</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>151.33</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>44.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>305461.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>700.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>293.1061</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.6044</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>456.9683</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3149.2954</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3355.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>71083.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1005.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4070.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>859.4701</td></tr>
<tr><td colspan=3>tsnr</td><td>41.52781401062384</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>