ds005256-mriqc/sub-0092_ses-04_task-alignvideo_acq-mb8_run-02_bold.html
Felix Hoffstaedter 7ca8e1081e [DATALAD RUNCMD] Compute MRIQC for sub-0092
=== 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-0092 --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-0092",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-19 02:00:30 +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-0092_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-0092_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-0092_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-0092/figures/sub-0092_ses-04_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0092/figures/sub-0092_ses-04_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0092/figures/sub-0092_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-0092_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-0092/figures/sub-0092_ses-04_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0092/figures/sub-0092_ses-04_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0092/figures/sub-0092_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-0092_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-0092/figures/sub-0092_ses-04_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0092/figures/sub-0092_ses-04_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0092/figures/sub-0092_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-0092_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-0092/figures/sub-0092_ses-04_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0092/figures/sub-0092_ses-04_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0092/figures/sub-0092_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-0092_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-0092/figures/sub-0092_ses-04_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0092/figures/sub-0092_ses-04_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0092/figures/sub-0092_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-0092_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-0092/figures/sub-0092_ses-04_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0092/figures/sub-0092_ses-04_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0092/figures/sub-0092_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-0092_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-0092/figures/sub-0092_ses-04_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0092/figures/sub-0092_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-0092/figures/sub-0092_ses-04_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0092/figures/sub-0092_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-0092/ses-04/func/sub-0092_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>eb57df729c2ceb1397e7b35856304854</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>20:56:23.472500</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.999719, -0.0234604, 0.00340649, 0.022163, 0.975935, 0.216934]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.090752</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>[4141, -7745, -7214, 667, -49, -73, 90, 73]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>235.217</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>b3a52571-3d04-4ccb-926c-d11a6d2ac164||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.6821727752685547, 0.05946183204650879, 0.022717401385307312, 106.1999740600586], [0.06294248253107071, 2.618361473083496, 0.5853521823883057, -112.78080749511719], [0.009139354340732098, -0.5820169448852539, 2.6356871128082275, -18.627227783203125], [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': ['205623.472500', '205623.932500', '205624.392500', '205624.852500', '205625.312500', '205625.772500', '205626.232500', '205626.692500', '205627.152500', '205627.612500', '205628.072500', '205628.532500', '205628.992500', '205629.452500', '205629.912500', '205630.372500', '205630.832500', '205631.292500', '205631.752500', '205632.212500', '205632.672500', '205633.132500', '205633.592500', '205634.052500', '205634.512500', '205634.972500', '205635.432500', '205635.892500', '205636.352500', '205636.812500', '205637.272500', '205637.732500', '205638.192500', '205638.652500', '205639.112500', '205639.572500', '205640.032500', '205640.492500', '205640.952500', '205641.412500', '205641.872500', '205642.332500', '205642.792500', '205643.252500', '205643.712500', '205644.172500', '205644.632500', '205645.092500', '205645.552500', '205646.012500', '205646.472500', '205646.932500', '205647.392500', '205647.852500', '205648.312500', '205648.772500', '205649.232500', '205649.692500', '205650.152500', '205650.612500', '205651.072500', '205651.532500', '205651.992500', '205652.452500', '205652.912500', '205653.372500', '205653.832500', '205654.292500', '205654.752500', '205655.212500', '205655.672500', '205656.132500', '205656.592500', '205657.052500', '205657.512500', '205657.972500', '205658.432500', '205658.892500', '205659.352500', '205659.812500', '205700.272500', '205700.732500', '205701.192500', '205701.652500', '205702.112500', '205702.572500', '205703.032500', '205703.492500', '205703.952500', '205704.412500', '205704.872500', '205705.332500', '205705.792500', '205706.252500', '205706.712500', '205707.172500', '205707.632500', '205708.092500', '205708.552500', '205709.012500', '205709.472500', '205709.932500', '205710.392500', '205710.852500', '205711.312500', '205711.772500', '205712.232500', '205712.692500', '205713.152500', '205713.612500', '205714.072500', '205714.532500', '205714.992500', '205715.452500', '205715.912500', '205716.372500', '205716.832500', '205717.292500', '205717.752500', '205718.212500', '205718.672500', '205719.132500', '205719.592500', '205720.052500', '205720.512500', '205720.972500', '205721.432500', '205721.892500', '205722.352500', '205722.812500', '205723.272500', '205723.732500', '205724.192500', '205724.652500', '205725.112500', '205725.572500', '205726.032500', '205726.492500', '205726.952500', '205727.412500', '205727.872500', '205728.332500', '205728.792500', '205729.252500', '205729.712500', '205730.172500', '205730.632500', '205731.092500', '205731.552500', '205732.012500', '205732.472500', '205732.932500', '205733.392500', '205733.852500', '205734.312500', '205734.772500', '205735.232500', '205735.692500', '205736.152500', '205736.612500', '205737.072500', '205737.532500', '205737.992500', '205738.452500', '205738.912500', '205739.372500', '205739.832500', '205740.292500', '205740.752500', '205741.212500', '205741.672500', '205742.132500', '205742.592500', '205743.052500', '205743.512500', '205743.972500', '205744.432500', '205744.892500', '205745.352500', '205745.812500', '205746.272500', '205746.732500', '205747.192500', '205747.652500', '205748.112500', '205748.572500', '205749.032500', '205749.492500', '205749.952500', '205750.412500', '205750.872500', '205751.332500', '205751.792500', '205752.252500', '205752.712500', '205753.172500', '205753.632500', '205754.092500', '205754.552500', '205755.012500', '205755.472500', '205755.932500', '205756.392500', '205756.852500', '205757.312500', '205757.772500', '205758.232500', '205758.692500', '205759.152500', '205759.612500', '205800.072500', '205800.532500', '205800.992500', '205801.452500', '205801.912500', '205802.372500', '205802.832500', '205803.292500', '205803.752500', '205804.212500', '205804.672500', '205805.132500', '205805.592500', '205806.052500', '205806.512500', '205806.972500', '205807.432500', '205807.892500', '205808.352500', '205808.812500', '205809.272500', '205809.732500', '205810.192500', '205810.652500', '205811.112500', '205811.572500', '205812.032500', '205812.492500', '205812.952500', '205813.412500', '205813.872500', '205814.332500', '205814.792500', '205815.252500', '205815.712500', '205816.172500', '205816.632500', '205817.092500', '205817.552500', '205818.012500', '205818.472500', '205818.932500', '205819.392500', '205819.852500', '205820.312500', '205820.772500', '205821.232500', '205821.692500', '205822.152500', '205822.612500', '205823.072500', '205823.532500', '205823.992500', '205824.452500', '205824.912500', '205825.372500', '205825.832500', '205826.292500', '205826.752500', '205827.212500', '205827.672500', '205828.132500', '205828.592500', '205829.052500', '205829.512500', '205829.972500', '205830.432500', '205830.892500', '205831.352500', '205831.812500', '205832.272500', '205832.732500', '205833.192500', '205833.652500', '205834.112500', '205834.572500', '205835.032500', '205835.492500', '205835.952500', '205836.412500', '205836.872500', '205837.332500', '205837.792500', '205838.252500', '205838.712500', '205839.172500', '205839.632500', '205840.092500', '205840.552500', '205841.012500', '205841.472500', '205841.932500', '205842.392500', '205842.852500', '205843.312500', '205843.772500', '205844.232500', '205844.692500', '205845.152500', '205845.612500', '205846.072500', '205846.532500', '205846.992500', '205847.452500', '205847.912500', '205848.372500', '205848.832500', '205849.292500', '205849.752500', '205850.212500', '205850.672500', '205851.132500', '205851.592500', '205852.052500', '205852.512500', '205852.972500', '205853.432500', '205853.892500', '205854.352500', '205854.812500', '205855.272500', '205855.732500', '205856.192500', '205856.652500', '205857.112500', '205857.572500', '205858.032500', '205858.492500', '205858.952500', '205859.412500', '205859.872500', '205900.332500', '205900.792500', '205901.252500', '205901.712500', '205902.172500', '205902.632500', '205903.092500', '205903.552500', '205904.012500', '205904.472500', '205904.932500', '205905.392500', '205905.852500', '205906.312500', '205906.772500', '205907.232500', '205907.692500', '205908.152500', '205908.612500', '205909.072500', '205909.532500', '205909.992500', '205910.452500', '205910.912500', '205911.372500', '205911.832500', '205912.292500', '205912.752500', '205913.212500', '205913.672500', '205914.132500', '205914.592500', '205915.052500', '205915.512500', '205915.972500', '205916.432500', '205916.892500', '205917.352500', '205917.812500', '205918.272500', '205918.732500', '205919.192500', '205919.652500', '205920.112500', '205920.572500', '205921.032500', '205921.492500', '205921.952500', '205922.412500', '205922.872500', '205923.332500', '205923.792500', '205924.252500', '205924.712500', '205925.172500', '205925.632500', '205926.092500', '205926.552500', '205927.012500', '205927.472500', '205927.932500', '205928.392500', '205928.852500', '205929.312500', '205929.772500', '205930.232500', '205930.692500', '205931.152500', '205931.612500', '205932.072500', '205932.532500', '205932.992500', '205933.452500', '205933.912500', '205934.372500', '205934.832500', '205935.292500', '205935.752500', '205936.212500', '205936.672500', '205937.132500', '205937.592500', '205938.052500', '205938.512500', '205938.972500', '205939.432500', '205939.892500', '205940.352500', '205940.812500', '205941.272500', '205941.732500', '205942.192500', '205942.652500', '205943.112500', '205943.572500', '205944.032500', '205944.492500', '205944.952500', '205945.412500', '205945.872500', '205946.332500', '205946.792500', '205947.252500', '205947.712500', '205948.172500', '205948.632500', '205949.092500', '205949.552500', '205950.012500', '205950.472500', '205950.932500', '205951.392500', '205951.852500', '205952.312500', '205952.772500', '205953.232500', '205953.692500', '205954.152500', '205954.612500', '205955.072500', '205955.532500', '205955.992500', '205956.452500', '205956.912500', '205957.372500', '205957.832500', '205958.292500', '205958.752500', '205959.212500', '205959.672500', '210000.132500', '210000.592500', '210001.052500', '210001.512500', '210001.972500', '210002.432500', '210002.892500', '210003.352500', '210003.812500', '210004.272500', '210004.732500', '210005.192500', '210005.652500', '210006.112500', '210006.572500', '210007.032500', '210007.492500', '210007.952500', '210008.412500', '210008.872500', '210009.332500', '210009.792500', '210010.252500', '210010.712500', '210011.172500', '210011.632500', '210012.092500', '210012.552500', '210013.012500', '210013.472500', '210013.932500', '210014.392500', '210014.852500', '210015.312500', '210015.772500', '210016.232500', '210016.692500', '210017.152500', '210017.612500', '210018.072500', '210018.532500', '210018.992500', '210019.452500', '210019.912500', '210020.372500', '210020.832500', '210021.292500', '210021.752500', '210022.212500', '210022.672500', '210023.132500', '210023.592500', '210024.052500', '210024.512500', '210024.972500', '210025.432500', '210025.892500', '210026.352500', '210026.812500', '210027.272500', '210027.732500', '210028.192500', '210028.652500', '210029.112500', '210029.572500', '210030.032500', '210030.492500', '210030.952500', '210031.412500', '210031.872500', '210032.332500', '210032.792500', '210033.252500', '210033.712500', '210034.172500', '210034.632500', '210035.092500', '210035.552500', '210036.012500', '210036.472500', '210036.932500', '210037.392500', '210037.852500', '210038.312500', '210038.772500', '210039.232500', '210039.692500', '210040.152500', '210040.612500', '210041.072500', '210041.532500', '210041.992500', '210042.452500', '210042.912500', '210043.372500', '210043.832500', '210044.292500', '210044.752500', '210045.212500', '210045.672500', '210046.132500', '210046.592500', '210047.052500', '210047.512500', '210047.972500', '210048.432500', '210048.892500', '210049.352500', '210049.812500', '210050.272500', '210050.732500', '210051.192500', '210051.652500', '210052.112500', '210052.572500', '210053.032500', '210053.492500', '210053.952500', '210054.412500', '210054.872500', '210055.332500', '210055.792500', '210056.252500', '210056.712500', '210057.172500', '210057.632500', '210058.092500', '210058.552500', '210059.012500', '210059.472500', '210059.932500', '210100.392500', '210100.852500', '210101.312500', '210101.772500', '210102.232500', '210102.692500', '210103.152500', '210103.612500', '210104.072500', '210104.532500', '210104.992500', '210105.452500', '210105.912500', '210106.372500', '210106.832500', '210107.292500', '210107.752500', '210108.212500', '210108.672500', '210109.132500', '210109.592500', '210110.052500', '210110.512500', '210110.972500', '210111.432500', '210111.892500', '210112.352500', '210112.812500', '210113.272500', '210113.732500', '210114.192500', '210114.652500', '210115.112500', '210115.572500', '210116.032500', '210116.492500', '210116.952500', '210117.412500', '210117.872500', '210118.332500', '210118.792500', '210119.252500', '210119.712500', '210120.172500', '210120.632500', '210121.092500', '210121.552500', '210122.012500', '210122.472500', '210122.932500', '210123.392500', '210123.852500', '210124.312500', '210124.772500', '210125.232500', '210125.692500', '210126.152500', '210126.612500', '210127.072500', '210127.532500', '210127.992500', '210128.452500', '210128.912500', '210129.372500', '210129.832500', '210130.292500', '210130.752500', '210131.212500', '210131.672500', '210132.132500', '210132.592500', '210133.052500', '210133.512500', '210133.972500', '210134.432500', '210134.892500', '210135.352500', '210135.812500', '210136.272500', '210136.732500', '210137.192500', '210137.652500', '210138.112500', '210138.572500', '210139.032500', '210139.492500', '210139.952500', '210140.412500', '210140.872500', '210141.332500', '210141.792500', '210142.252500', '210142.712500', '210143.172500', '210143.632500', '210144.092500', '210144.552500', '210145.012500', '210145.472500', '210145.932500', '210146.392500', '210146.852500', '210147.312500', '210147.772500', '210148.232500', '210148.692500', '210149.152500', '210149.612500', '210150.072500', '210150.532500', '210150.992500', '210151.452500', '210151.912500', '210152.372500', '210152.832500', '210153.292500', '210153.752500', '210154.212500', '210154.672500', '210155.132500', '210155.592500', '210156.052500', '210156.512500', '210156.972500', '210157.432500', '210157.892500', '210158.352500', '210158.812500', '210159.272500', '210159.732500', '210200.192500', '210200.652500', '210201.112500', '210201.572500', '210202.032500', '210202.492500', '210202.952500', '210203.412500', '210203.872500', '210204.332500', '210204.792500', '210205.252500', '210205.712500', '210206.172500', '210206.632500', '210207.092500', '210207.552500', '210208.012500', '210208.472500', '210208.932500', '210209.392500', '210209.852500', '210210.312500', '210210.772500', '210211.232500', '210211.692500', '210212.152500', '210212.612500', '210213.072500', '210213.532500', '210213.992500', '210214.452500', '210214.912500', '210215.372500', '210215.832500', '210216.292500', '210216.752500', '210217.212500', '210217.672500', '210218.132500', '210218.592500', '210219.052500', '210219.512500', '210219.972500', '210220.432500', '210220.892500', '210221.352500', '210221.812500', '210222.272500', '210222.732500', '210223.192500', '210223.652500', '210224.112500', '210224.572500', '210225.032500', '210225.492500', '210225.952500', '210226.412500', '210226.872500', '210227.332500', '210227.792500', '210228.252500', '210228.712500', '210229.172500', '210229.632500', '210230.092500', '210230.552500', '210231.012500', '210231.472500', '210231.932500', '210232.392500', '210232.852500', '210233.312500', '210233.772500', '210234.232500', '210234.692500', '210235.152500', '210235.612500', '210236.072500', '210236.532500', '210236.992500', '210237.452500', '210237.912500', '210238.372500', '210238.832500', '210239.292500', '210239.752500', '210240.212500', '210240.672500', '210241.132500', '210241.592500', '210242.052500', '210242.512500', '210242.972500', '210243.432500', '210243.892500', '210244.352500', '210244.812500', '210245.272500', '210245.732500', '210246.192500', '210246.652500', '210247.112500', '210247.572500', '210248.032500', '210248.492500', '210248.952500', '210249.412500', '210249.872500', '210250.332500', '210250.792500', '210251.252500', '210251.712500', '210252.172500', '210252.632500', '210253.092500', '210253.552500', '210254.012500', '210254.472500', '210254.932500', '210255.392500', '210255.852500', '210256.312500', '210256.772500', '210257.232500', '210257.692500', '210258.152500', '210258.612500', '210259.072500', '210259.532500', '210259.992500', '210300.452500', '210300.912500', '210301.372500', '210301.832500', '210302.292500', '210302.752500', '210303.212500', '210303.672500', '210304.132500', '210304.592500', '210305.052500', '210305.512500', '210305.972500', '210306.432500', '210306.892500', '210307.352500', '210307.812500', '210308.272500', '210308.732500', '210309.192500', '210309.652500', '210310.112500', '210310.572500', '210311.032500', '210311.492500', '210311.952500', '210312.412500', '210312.872500', '210313.332500', '210313.792500', '210314.252500', '210314.712500', '210315.172500', '210315.632500', '210316.092500', '210316.552500', '210317.012500', '210317.472500', '210317.932500', '210318.392500', '210318.852500', '210319.312500', '210319.772500', '210320.232500', '210320.692500', '210321.152500', '210321.612500', '210322.072500', '210322.532500', '210322.992500', '210323.452500', '210323.912500', '210324.372500', '210324.832500', '210325.292500', '210325.752500', '210326.212500', '210326.672500', '210327.132500', '210327.592500', '210328.052500', '210328.512500', '210328.972500'], 'ContentTime': ['205648.407000', '205648.410000', '205648.413000', '205648.416000', '205648.419000', '205648.421000', '205648.424000', '205648.426000', '205648.429000', '205648.432000', '205648.434000', '205648.437000', '205648.439000', '205648.442000', '205648.445000', '205648.447000', '205648.450000', '205648.452000', '205648.455000', '205648.457000', '205648.460000', '205648.463000', '205648.465000', '205648.468000', '205648.470000', '205648.473000', '205648.475000', '205648.478000', '205648.481000', '205648.483000', '205648.486000', '205648.488000', '205648.491000', '205648.494000', '205648.496000', '205648.499000', '205648.501000', '205648.504000', '205648.506000', '205648.509000', '205648.512000', '205648.526000', '205648.528000', '205648.531000', '205648.533000', '205648.536000', '205648.539000', '205648.541000', '205648.548000', '205648.550000', '205648.553000', '205648.556000', '205708.361000', '205708.363000', '205708.366000', '205708.369000', '205708.372000', '205708.385000', '205708.388000', '205708.391000', '205708.393000', '205708.396000', '205708.399000', '205708.401000', '205708.404000', '205708.408000', '205708.410000', '205708.413000', '205708.416000', '205708.418000', '205708.421000', '205708.424000', '205708.426000', '205708.429000', '205708.431000', '205708.434000', '205708.436000', '205708.439000', '205708.442000', '205708.444000', '205708.447000', '205708.450000', '205708.452000', '205708.455000', '205708.457000', '205708.460000', '205708.463000', '205708.465000', '205708.468000', '205708.471000', '205708.473000', '205708.476000', '205708.478000', '205708.481000', '205708.483000', '205728.360000', '205728.363000', '205728.366000', '205728.369000', '205728.371000', '205728.374000', '205728.377000', '205728.379000', '205728.382000', '205728.384000', '205728.387000', '205728.390000', '205728.392000', '205728.395000', '205728.397000', '205728.400000', '205728.403000', '205728.405000', '205728.412000', '205728.415000', '205728.418000', '205728.420000', '205728.423000', '205728.425000', '205728.428000', '205728.431000', '205728.433000', '205728.436000', '205728.438000', '205728.441000', '205728.444000', '205728.446000', '205728.449000', '205728.452000', '205728.454000', '205728.457000', '205728.459000', '205728.462000', '205728.464000', '205728.467000', '205728.470000', '205728.472000', '205728.475000', '205728.478000', '205748.360000', '205748.363000', '205748.366000', '205748.368000', '205748.371000', '205748.374000', '205748.376000', '205748.379000', '205748.381000', '205748.384000', '205748.386000', '205748.389000', '205748.392000', '205748.395000', '205748.398000', '205748.401000', '205748.404000', '205748.406000', '205748.409000', '205748.411000', '205748.414000', '205748.417000', '205748.419000', '205748.422000', '205748.424000', '205748.427000', '205748.429000', '205748.432000', '205748.435000', '205748.437000', '205748.440000', '205748.443000', '205748.445000', '205748.448000', '205748.450000', '205748.453000', '205748.456000', '205748.464000', '205748.466000', '205748.469000', '205748.471000', '205748.474000', '205748.477000', '205808.361000', '205808.364000', '205808.366000', '205808.369000', '205808.372000', '205808.374000', '205808.377000', '205808.379000', '205808.382000', '205808.385000', '205808.387000', '205808.390000', '205808.392000', '205808.395000', '205808.398000', '205808.400000', '205808.403000', '205808.405000', '205808.408000', '205808.411000', '205808.413000', '205808.416000', '205808.418000', '205808.421000', '205808.424000', '205808.426000', '205808.429000', '205808.432000', '205808.434000', '205808.437000', '205808.440000', '205808.442000', '205808.445000', '205808.447000', '205808.450000', '205808.453000', '205808.455000', '205808.458000', '205808.460000', '205808.463000', '205808.466000', '205808.468000', '205808.478000', '205808.480000', '205828.360000', '205828.363000', '205828.366000', '205828.369000', '205828.371000', '205828.374000', '205828.376000', '205828.379000', '205828.382000', '205828.384000', '205828.387000', '205828.390000', '205828.392000', '205828.395000', '205828.398000', '205828.400000', '205828.403000', '205828.410000', '205828.412000', '205828.415000', '205828.418000', '205828.420000', '205828.423000', '205828.426000', '205828.428000', '205828.431000', '205828.434000', '205828.436000', '205828.448000', '205828.451000', '205828.454000', '205828.456000', '205828.459000', '205828.461000', '205828.464000', '205828.467000', '205828.469000', '205828.472000', '205828.474000', '205828.477000', '205828.480000', '205828.482000', '205828.485000', '205848.360000', '205848.362000', '205848.365000', '205848.368000', '205848.370000', '205848.373000', '205848.375000', '205848.378000', '205848.381000', '205848.383000', '205848.386000', '205848.388000', '205848.391000', '205848.394000', '205848.396000', '205848.399000', '205848.401000', '205848.404000', '205848.406000', '205848.409000', '205848.412000', '205848.414000', '205848.417000', '205848.420000', '205848.422000', '205848.425000', '205848.428000', '205848.430000', '205848.433000', '205848.435000', '205848.438000', '205848.441000', '205848.443000', '205848.446000', '205848.448000', '205848.451000', '205848.454000', '205848.456000', '205848.459000', '205848.461000', '205848.464000', '205848.467000', '205848.469000', '205848.472000', '205908.360000', '205908.363000', '205908.366000', '205908.369000', '205908.371000', '205908.374000', '205908.376000', '205908.379000', '205908.382000', '205908.384000', '205908.387000', '205908.389000', '205908.392000', '205908.395000', '205908.397000', '205908.400000', '205908.403000', '205908.405000', '205908.408000', '205908.410000', '205908.413000', '205908.416000', '205908.418000', '205908.421000', '205908.423000', '205908.426000', '205908.429000', '205908.431000', '205908.434000', '205908.437000', '205908.440000', '205908.443000', '205908.446000', '205908.449000', '205908.452000', '205908.454000', '205908.457000', '205908.459000', '205908.462000', '205908.465000', '205908.467000', '205908.470000', '205908.473000', '205928.361000', '205928.363000', '205928.366000', '205928.369000', '205928.371000', '205928.374000', '205928.377000', '205928.379000', '205928.382000', '205928.384000', '205928.387000', '205928.390000', '205928.392000', '205928.395000', '205928.398000', '205928.400000', '205928.403000', '205928.405000', '205928.408000', '205928.411000', '205928.413000', '205928.416000', '205928.418000', '205928.421000', '205928.424000', '205928.426000', '205928.429000', '205928.431000', '205928.434000', '205928.437000', '205928.439000', '205928.442000', '205928.445000', '205928.447000', '205928.450000', '205928.452000', '205928.455000', '205928.458000', '205928.460000', '205928.463000', '205928.466000', '205928.468000', '205928.471000', '205928.473000', '205948.361000', '205948.363000', '205948.366000', '205948.369000', '205948.371000', '205948.374000', '205948.377000', '205948.379000', '205948.382000', '205948.384000', '205948.387000', '205948.390000', '205948.392000', '205948.395000', '205948.397000', '205948.400000', '205948.402000', '205948.405000', '205948.408000', '205948.410000', '205948.413000', '205948.416000', '205948.418000', '205948.421000', '205948.424000', '205948.427000', '205948.429000', '205948.432000', '205948.435000', '205948.437000', '205948.440000', '205948.443000', '205948.445000', '205948.448000', '205948.450000', '205948.453000', '205948.456000', '205948.458000', '205948.461000', '205948.463000', '205948.466000', '205948.469000', '205948.471000', '210008.360000', '210008.363000', '210008.366000', '210008.369000', '210008.371000', '210008.374000', '210008.377000', '210008.379000', '210008.382000', '210008.385000', '210008.406000', '210008.408000', '210008.411000', '210008.414000', '210008.416000', '210008.419000', '210008.421000', '210008.424000', '210008.427000', '210008.429000', '210008.432000', '210008.434000', '210008.437000', '210008.440000', '210008.443000', '210008.445000', '210008.448000', '210008.450000', '210008.453000', '210008.456000', '210008.458000', '210008.461000', '210008.464000', '210008.466000', '210008.469000', '210008.471000', '210008.474000', '210008.477000', '210008.479000', '210008.482000', '210008.484000', '210008.487000', '210008.490000', '210008.492000', '210028.369000', '210028.371000', '210028.374000', '210028.377000', '210028.379000', '210028.382000', '210028.385000', '210028.387000', '210028.390000', '210028.392000', '210028.395000', '210028.398000', '210028.400000', '210028.403000', '210028.405000', '210028.408000', '210028.411000', '210028.413000', '210028.416000', '210028.418000', '210028.421000', '210028.424000', '210028.426000', '210028.429000', '210028.432000', '210028.434000', '210028.437000', '210028.440000', '210028.442000', '210028.445000', '210028.447000', '210028.450000', '210028.453000', '210028.455000', '210028.458000', '210028.460000', '210028.463000', '210028.466000', '210028.468000', '210028.471000', '210028.474000', '210028.476000', '210028.479000', '210048.360000', '210048.363000', '210048.366000', '210048.369000', '210048.371000', '210048.374000', '210048.376000', '210048.379000', '210048.382000', '210048.385000', '210048.387000', '210048.390000', '210048.392000', '210048.395000', '210048.398000', '210048.400000', '210048.403000', '210048.406000', '210048.408000', '210048.411000', '210048.413000', '210048.416000', '210048.419000', '210048.421000', '210048.424000', '210048.427000', '210048.429000', '210048.432000', '210048.434000', '210048.437000', '210048.440000', '210048.442000', '210048.445000', '210048.448000', '210048.450000', '210048.453000', '210048.455000', '210048.458000', '210048.461000', '210048.463000', '210048.466000', '210048.469000', '210048.471000', '210048.474000', '210108.360000', '210108.362000', '210108.365000', '210108.368000', '210108.370000', '210108.373000', '210108.376000', '210108.378000', '210108.381000', '210108.383000', '210108.386000', '210108.389000', '210108.391000', '210108.394000', '210108.396000', '210108.399000', '210108.402000', '210108.404000', '210108.407000', '210108.410000', '210108.412000', '210108.415000', '210108.417000', '210108.420000', '210108.423000', '210108.425000', '210108.428000', '210108.430000', '210108.433000', '210108.436000', '210108.438000', '210108.441000', '210108.443000', '210108.446000', '210108.449000', '210108.451000', '210108.454000', '210108.457000', '210108.459000', '210108.462000', '210108.464000', '210108.467000', '210108.469000', '210128.360000', '210128.363000', '210128.366000', '210128.369000', '210128.371000', '210128.374000', '210128.376000', '210128.379000', '210128.382000', '210128.384000', '210128.387000', '210128.390000', '210128.392000', '210128.395000', '210128.398000', '210128.400000', '210128.403000', '210128.405000', '210128.408000', '210128.411000', '210128.413000', '210128.416000', '210128.418000', '210128.421000', '210128.424000', '210128.426000', '210128.429000', '210128.431000', '210128.434000', '210128.437000', '210128.439000', '210128.442000', '210128.445000', '210128.447000', '210128.450000', '210128.467000', '210128.470000', '210128.472000', '210128.475000', '210128.478000', '210128.480000', '210128.483000', '210128.485000', '210128.488000', '210148.361000', '210148.363000', '210148.366000', '210148.369000', '210148.371000', '210148.374000', '210148.377000', '210148.379000', '210148.382000', '210148.384000', '210148.387000', '210148.390000', '210148.392000', '210148.395000', '210148.397000', '210148.400000', '210148.403000', '210148.405000', '210148.408000', '210148.410000', '210148.413000', '210148.416000', '210148.418000', '210148.421000', '210148.425000', '210148.428000', '210148.431000', '210148.433000', '210148.436000', '210148.438000', '210148.441000', '210148.444000', '210148.446000', '210148.449000', '210148.452000', '210148.454000', '210148.457000', '210148.460000', '210148.462000', '210148.465000', '210148.467000', '210148.470000', '210148.472000', '210208.360000', '210208.363000', '210208.366000', '210208.369000', '210208.371000', '210208.374000', '210208.376000', '210208.379000', '210208.382000', '210208.385000', '210208.387000', '210208.390000', '210208.393000', '210208.395000', '210208.398000', '210208.400000', '210208.403000', '210208.406000', '210208.408000', '210208.411000', '210208.413000', '210208.416000', '210208.419000', '210208.421000', '210208.424000', '210208.426000', '210208.429000', '210208.432000', '210208.434000', '210208.437000', '210208.439000', '210208.442000', '210208.445000', '210208.447000', '210208.450000', '210208.453000', '210208.455000', '210208.458000', '210208.460000', '210208.463000', '210208.465000', '210208.468000', '210208.471000', '210208.473000', '210228.360000', '210228.363000', '210228.366000', '210228.369000', '210228.371000', '210228.374000', '210228.377000', '210228.379000', '210228.382000', '210228.384000', '210228.387000', '210228.390000', '210228.392000', '210228.395000', '210228.398000', '210228.400000', '210228.403000', '210228.406000', '210228.408000', '210228.411000', '210228.414000', '210228.416000', '210228.419000', '210228.422000', '210228.424000', '210228.427000', '210228.430000', '210228.432000', '210228.435000', '210228.437000', '210228.440000', '210228.443000', '210228.446000', '210228.448000', '210228.451000', '210228.454000', '210228.457000', '210228.459000', '210228.462000', '210228.465000', '210228.467000', '210228.470000', '210228.473000', '210248.360000', '210248.363000', '210248.366000', '210248.369000', '210248.371000', '210248.374000', '210248.377000', '210248.379000', '210248.382000', '210248.384000', '210248.387000', '210248.390000', '210248.392000', '210248.395000', '210248.397000', '210248.400000', '210248.403000', '210248.405000', '210248.408000', '210248.410000', '210248.413000', '210248.416000', '210248.418000', '210248.421000', '210248.423000', '210248.426000', '210248.429000', '210248.431000', '210248.434000', '210248.436000', '210248.439000', '210248.443000', '210248.445000', '210248.448000', '210248.451000', '210248.453000', '210248.456000', '210248.458000', '210248.461000', '210248.464000', '210248.466000', '210248.469000', '210248.471000', '210248.474000', '210308.361000', '210308.363000', '210308.366000', '210308.369000', '210308.371000', '210308.374000', '210308.377000', '210308.379000', '210308.382000', '210308.384000', '210308.387000', '210308.390000', '210308.392000', '210308.395000', '210308.397000', '210308.400000', '210308.403000', '210308.405000', '210308.408000', '210308.410000', '210308.413000', '210308.416000', '210308.418000', '210308.421000', '210308.423000', '210308.426000', '210308.428000', '210308.431000', '210308.434000', '210308.436000', '210308.439000', '210308.441000', '210308.444000', '210308.447000', '210308.449000', '210308.452000', '210308.454000', '210308.457000', '210308.460000', '210308.462000', '210308.465000', '210308.467000', '210308.470000', '210328.359000', '210328.362000', '210328.366000', '210328.369000', '210328.372000', '210328.374000', '210328.377000', '210328.380000', '210328.382000', '210328.385000', '210328.388000', '210328.390000', '210328.393000', '210328.396000', '210328.398000', '210328.401000', '210328.403000', '210328.406000', '210328.409000', '210328.411000', '210328.414000', '210328.416000', '210328.419000', '210328.422000', '210328.424000', '210328.427000', '210328.430000', '210328.432000', '210328.435000', '210328.437000', '210328.440000', '210328.443000', '210328.445000', '210328.448000', '210328.451000', '210328.453000', '210328.456000', '210328.458000', '210328.461000', '210328.464000', '210328.466000', '210328.469000', '210328.471000', '210328.474000', '210330.136000', '210330.139000', '210330.141000', '210330.144000'], 'InstanceCreationTime': ['205648.407000', '205648.410000', '205648.413000', '205648.416000', '205648.419000', '205648.421000', '205648.424000', '205648.426000', '205648.429000', '205648.432000', '205648.434000', '205648.437000', '205648.439000', '205648.442000', '205648.445000', '205648.447000', '205648.450000', '205648.452000', '205648.455000', '205648.457000', '205648.460000', '205648.463000', '205648.465000', '205648.468000', '205648.470000', '205648.473000', '205648.475000', '205648.478000', '205648.481000', '205648.483000', '205648.486000', '205648.488000', '205648.491000', '205648.494000', '205648.496000', '205648.499000', '205648.501000', '205648.504000', '205648.506000', '205648.509000', '205648.512000', '205648.526000', '205648.528000', '205648.531000', '205648.533000', '205648.536000', '205648.539000', '205648.541000', '205648.548000', '205648.550000', '205648.553000', '205648.556000', '205708.361000', '205708.363000', '205708.366000', '205708.369000', '205708.372000', '205708.385000', '205708.388000', '205708.391000', '205708.393000', '205708.396000', '205708.399000', '205708.401000', '205708.404000', '205708.408000', '205708.410000', '205708.413000', '205708.416000', '205708.418000', '205708.421000', '205708.424000', '205708.426000', '205708.429000', '205708.431000', '205708.434000', '205708.436000', '205708.439000', '205708.442000', '205708.444000', '205708.447000', '205708.450000', '205708.452000', '205708.455000', '205708.457000', '205708.460000', '205708.463000', '205708.465000', '205708.468000', '205708.471000', '205708.473000', '205708.476000', '205708.478000', '205708.481000', '205708.483000', '205728.360000', '205728.363000', '205728.366000', '205728.369000', '205728.371000', '205728.374000', '205728.377000', '205728.379000', '205728.382000', '205728.384000', '205728.387000', '205728.390000', '205728.392000', '205728.395000', '205728.397000', '205728.400000', '205728.403000', '205728.405000', '205728.412000', '205728.415000', '205728.418000', '205728.420000', '205728.423000', '205728.425000', '205728.428000', '205728.431000', '205728.433000', '205728.436000', '205728.438000', '205728.441000', '205728.444000', '205728.446000', '205728.449000', '205728.452000', '205728.454000', '205728.457000', '205728.459000', '205728.462000', '205728.464000', '205728.467000', '205728.470000', '205728.472000', '205728.475000', '205728.478000', '205748.360000', '205748.363000', '205748.366000', '205748.368000', '205748.371000', '205748.374000', '205748.376000', '205748.379000', '205748.381000', '205748.384000', '205748.386000', '205748.389000', '205748.392000', '205748.395000', '205748.398000', '205748.401000', '205748.404000', '205748.406000', '205748.409000', '205748.411000', '205748.414000', '205748.417000', '205748.419000', '205748.422000', '205748.424000', '205748.427000', '205748.429000', '205748.432000', '205748.435000', '205748.437000', '205748.440000', '205748.443000', '205748.445000', '205748.448000', '205748.450000', '205748.453000', '205748.456000', '205748.464000', '205748.466000', '205748.469000', '205748.471000', '205748.474000', '205748.477000', '205808.361000', '205808.364000', '205808.366000', '205808.369000', '205808.372000', '205808.374000', '205808.377000', '205808.379000', '205808.382000', '205808.385000', '205808.387000', '205808.390000', '205808.392000', '205808.395000', '205808.398000', '205808.400000', '205808.403000', '205808.405000', '205808.408000', '205808.411000', '205808.413000', '205808.416000', '205808.418000', '205808.421000', '205808.424000', '205808.426000', '205808.429000', '205808.432000', '205808.434000', '205808.437000', '205808.440000', '205808.442000', '205808.445000', '205808.447000', '205808.450000', '205808.453000', '205808.455000', '205808.458000', '205808.460000', '205808.463000', '205808.466000', '205808.468000', '205808.478000', '205808.480000', '205828.360000', '205828.363000', '205828.366000', '205828.369000', '205828.371000', '205828.374000', '205828.376000', '205828.379000', '205828.382000', '205828.384000', '205828.387000', '205828.390000', '205828.392000', '205828.395000', '205828.398000', '205828.400000', '205828.403000', '205828.410000', '205828.412000', '205828.415000', '205828.418000', '205828.420000', '205828.423000', '205828.426000', '205828.428000', '205828.431000', '205828.434000', '205828.436000', '205828.448000', '205828.451000', '205828.454000', '205828.456000', '205828.459000', '205828.461000', '205828.464000', '205828.467000', '205828.469000', '205828.472000', '205828.474000', '205828.477000', '205828.480000', '205828.482000', '205828.485000', '205848.360000', '205848.362000', '205848.365000', '205848.368000', '205848.370000', '205848.373000', '205848.375000', '205848.378000', '205848.381000', '205848.383000', '205848.386000', '205848.388000', '205848.391000', '205848.394000', '205848.396000', '205848.399000', '205848.401000', '205848.404000', '205848.406000', '205848.409000', '205848.412000', '205848.414000', '205848.417000', '205848.420000', '205848.422000', '205848.425000', '205848.428000', '205848.430000', '205848.433000', '205848.435000', '205848.438000', '205848.441000', '205848.443000', '205848.446000', '205848.448000', '205848.451000', '205848.454000', '205848.456000', '205848.459000', '205848.461000', '205848.464000', '205848.467000', '205848.469000', '205848.472000', '205908.360000', '205908.363000', '205908.366000', '205908.369000', '205908.371000', '205908.374000', '205908.376000', '205908.379000', '205908.382000', '205908.384000', '205908.387000', '205908.389000', '205908.392000', '205908.395000', '205908.397000', '205908.400000', '205908.403000', '205908.405000', '205908.408000', '205908.410000', '205908.413000', '205908.416000', '205908.418000', '205908.421000', '205908.423000', '205908.426000', '205908.429000', '205908.431000', '205908.434000', '205908.437000', '205908.440000', '205908.443000', '205908.446000', '205908.449000', '205908.452000', '205908.454000', '205908.457000', '205908.459000', '205908.462000', '205908.465000', '205908.467000', '205908.470000', '205908.473000', '205928.361000', '205928.363000', '205928.366000', '205928.369000', '205928.371000', '205928.374000', '205928.377000', '205928.379000', '205928.382000', '205928.384000', '205928.387000', '205928.390000', '205928.392000', '205928.395000', '205928.398000', '205928.400000', '205928.403000', '205928.405000', '205928.408000', '205928.411000', '205928.413000', '205928.416000', '205928.418000', '205928.421000', '205928.424000', '205928.426000', '205928.429000', '205928.431000', '205928.434000', '205928.437000', '205928.439000', '205928.442000', '205928.445000', '205928.447000', '205928.450000', '205928.452000', '205928.455000', '205928.458000', '205928.460000', '205928.463000', '205928.466000', '205928.468000', '205928.471000', '205928.473000', '205948.361000', '205948.363000', '205948.366000', '205948.369000', '205948.371000', '205948.374000', '205948.377000', '205948.379000', '205948.382000', '205948.384000', '205948.387000', '205948.390000', '205948.392000', '205948.395000', '205948.397000', '205948.400000', '205948.402000', '205948.405000', '205948.408000', '205948.410000', '205948.413000', '205948.416000', '205948.418000', '205948.421000', '205948.424000', '205948.427000', '205948.429000', '205948.432000', '205948.435000', '205948.437000', '205948.440000', '205948.443000', '205948.445000', '205948.448000', '205948.450000', '205948.453000', '205948.456000', '205948.458000', '205948.461000', '205948.463000', '205948.466000', '205948.469000', '205948.471000', '210008.360000', '210008.363000', '210008.366000', '210008.369000', '210008.371000', '210008.374000', '210008.377000', '210008.379000', '210008.382000', '210008.385000', '210008.406000', '210008.408000', '210008.411000', '210008.414000', '210008.416000', '210008.419000', '210008.421000', '210008.424000', '210008.427000', '210008.429000', '210008.432000', '210008.434000', '210008.437000', '210008.440000', '210008.443000', '210008.445000', '210008.448000', '210008.450000', '210008.453000', '210008.456000', '210008.458000', '210008.461000', '210008.464000', '210008.466000', '210008.469000', '210008.471000', '210008.474000', '210008.477000', '210008.479000', '210008.482000', '210008.484000', '210008.487000', '210008.490000', '210008.492000', '210028.369000', '210028.371000', '210028.374000', '210028.377000', '210028.379000', '210028.382000', '210028.385000', '210028.387000', '210028.390000', '210028.392000', '210028.395000', '210028.398000', '210028.400000', '210028.403000', '210028.405000', '210028.408000', '210028.411000', '210028.413000', '210028.416000', '210028.418000', '210028.421000', '210028.424000', '210028.426000', '210028.429000', '210028.432000', '210028.434000', '210028.437000', '210028.440000', '210028.442000', '210028.445000', '210028.447000', '210028.450000', '210028.453000', '210028.455000', '210028.458000', '210028.460000', '210028.463000', '210028.466000', '210028.468000', '210028.471000', '210028.474000', '210028.476000', '210028.479000', '210048.360000', '210048.363000', '210048.366000', '210048.369000', '210048.371000', '210048.374000', '210048.376000', '210048.379000', '210048.382000', '210048.385000', '210048.387000', '210048.390000', '210048.392000', '210048.395000', '210048.398000', '210048.400000', '210048.403000', '210048.406000', '210048.408000', '210048.411000', '210048.413000', '210048.416000', '210048.419000', '210048.421000', '210048.424000', '210048.427000', '210048.429000', '210048.432000', '210048.434000', '210048.437000', '210048.440000', '210048.442000', '210048.445000', '210048.448000', '210048.450000', '210048.453000', '210048.455000', '210048.458000', '210048.461000', '210048.463000', '210048.466000', '210048.469000', '210048.471000', '210048.474000', '210108.360000', '210108.362000', '210108.365000', '210108.368000', '210108.370000', '210108.373000', '210108.376000', '210108.378000', '210108.381000', '210108.383000', '210108.386000', '210108.389000', '210108.391000', '210108.394000', '210108.396000', '210108.399000', '210108.402000', '210108.404000', '210108.407000', '210108.410000', '210108.412000', '210108.415000', '210108.417000', '210108.420000', '210108.423000', '210108.425000', '210108.428000', '210108.430000', '210108.433000', '210108.436000', '210108.438000', '210108.441000', '210108.443000', '210108.446000', '210108.449000', '210108.451000', '210108.454000', '210108.457000', '210108.459000', '210108.462000', '210108.464000', '210108.467000', '210108.469000', '210128.360000', '210128.363000', '210128.366000', '210128.369000', '210128.371000', '210128.374000', '210128.376000', '210128.379000', '210128.382000', '210128.384000', '210128.387000', '210128.390000', '210128.392000', '210128.395000', '210128.398000', '210128.400000', '210128.403000', '210128.405000', '210128.408000', '210128.411000', '210128.413000', '210128.416000', '210128.418000', '210128.421000', '210128.424000', '210128.426000', '210128.429000', '210128.431000', '210128.434000', '210128.437000', '210128.439000', '210128.442000', '210128.445000', '210128.447000', '210128.450000', '210128.467000', '210128.470000', '210128.472000', '210128.475000', '210128.478000', '210128.480000', '210128.483000', '210128.485000', '210128.488000', '210148.361000', '210148.363000', '210148.366000', '210148.369000', '210148.371000', '210148.374000', '210148.377000', '210148.379000', '210148.382000', '210148.384000', '210148.387000', '210148.390000', '210148.392000', '210148.395000', '210148.397000', '210148.400000', '210148.403000', '210148.405000', '210148.408000', '210148.410000', '210148.413000', '210148.416000', '210148.418000', '210148.421000', '210148.425000', '210148.428000', '210148.431000', '210148.433000', '210148.436000', '210148.438000', '210148.441000', '210148.444000', '210148.446000', '210148.449000', '210148.452000', '210148.454000', '210148.457000', '210148.460000', '210148.462000', '210148.465000', '210148.467000', '210148.470000', '210148.472000', '210208.360000', '210208.363000', '210208.366000', '210208.369000', '210208.371000', '210208.374000', '210208.376000', '210208.379000', '210208.382000', '210208.385000', '210208.387000', '210208.390000', '210208.393000', '210208.395000', '210208.398000', '210208.400000', '210208.403000', '210208.406000', '210208.408000', '210208.411000', '210208.413000', '210208.416000', '210208.419000', '210208.421000', '210208.424000', '210208.426000', '210208.429000', '210208.432000', '210208.434000', '210208.437000', '210208.439000', '210208.442000', '210208.445000', '210208.447000', '210208.450000', '210208.453000', '210208.455000', '210208.458000', '210208.460000', '210208.463000', '210208.465000', '210208.468000', '210208.471000', '210208.473000', '210228.360000', '210228.363000', '210228.366000', '210228.369000', '210228.371000', '210228.374000', '210228.377000', '210228.379000', '210228.382000', '210228.384000', '210228.387000', '210228.390000', '210228.392000', '210228.395000', '210228.398000', '210228.400000', '210228.403000', '210228.406000', '210228.408000', '210228.411000', '210228.414000', '210228.416000', '210228.419000', '210228.422000', '210228.424000', '210228.427000', '210228.430000', '210228.432000', '210228.435000', '210228.437000', '210228.440000', '210228.443000', '210228.446000', '210228.448000', '210228.451000', '210228.454000', '210228.457000', '210228.459000', '210228.462000', '210228.465000', '210228.467000', '210228.470000', '210228.473000', '210248.360000', '210248.363000', '210248.366000', '210248.369000', '210248.371000', '210248.374000', '210248.377000', '210248.379000', '210248.382000', '210248.384000', '210248.387000', '210248.390000', '210248.392000', '210248.395000', '210248.397000', '210248.400000', '210248.403000', '210248.405000', '210248.408000', '210248.410000', '210248.413000', '210248.416000', '210248.418000', '210248.421000', '210248.423000', '210248.426000', '210248.429000', '210248.431000', '210248.434000', '210248.436000', '210248.439000', '210248.443000', '210248.445000', '210248.448000', '210248.451000', '210248.453000', '210248.456000', '210248.458000', '210248.461000', '210248.464000', '210248.466000', '210248.469000', '210248.471000', '210248.474000', '210308.361000', '210308.363000', '210308.366000', '210308.369000', '210308.371000', '210308.374000', '210308.377000', '210308.379000', '210308.382000', '210308.384000', '210308.387000', '210308.390000', '210308.392000', '210308.395000', '210308.397000', '210308.400000', '210308.403000', '210308.405000', '210308.408000', '210308.410000', '210308.413000', '210308.416000', '210308.418000', '210308.421000', '210308.423000', '210308.426000', '210308.428000', '210308.431000', '210308.434000', '210308.436000', '210308.439000', '210308.441000', '210308.444000', '210308.447000', '210308.449000', '210308.452000', '210308.454000', '210308.457000', '210308.460000', '210308.462000', '210308.465000', '210308.467000', '210308.470000', '210328.359000', '210328.362000', '210328.366000', '210328.369000', '210328.372000', '210328.374000', '210328.377000', '210328.380000', '210328.382000', '210328.385000', '210328.388000', '210328.390000', '210328.393000', '210328.396000', '210328.398000', '210328.401000', '210328.403000', '210328.406000', '210328.409000', '210328.411000', '210328.414000', '210328.416000', '210328.419000', '210328.422000', '210328.424000', '210328.427000', '210328.430000', '210328.432000', '210328.435000', '210328.437000', '210328.440000', '210328.443000', '210328.445000', '210328.448000', '210328.451000', '210328.453000', '210328.456000', '210328.458000', '210328.461000', '210328.464000', '210328.466000', '210328.469000', '210328.471000', '210328.474000', '210330.136000', '210330.139000', '210330.141000', '210330.144000'], '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': [9379, 16491, 10729, 17898, 9586, 10548, 10442, 8795, 10674, 9410, 12627, 9238, 11226, 9314, 14744, 10456, 18095, 9841, 9148, 9654, 9448, 11605, 10730, 14261, 9463, 9432, 9081, 10253, 9167, 15739, 9260, 18335, 9239, 16168, 9392, 15007, 10286, 15642, 11912, 12738, 10450, 8972, 10243, 8552, 12486, 13210, 14757, 10839, 11089, 9361, 9589, 9405, 9514, 9649, 16457, 9079, 12884, 9165, 10326, 9119, 12763, 9126, 16543, 9756, 17669, 9248, 14616, 10739, 15173, 11514, 11300, 9360, 9531, 9218, 9490, 9519, 9605, 12513, 9067, 16228, 8945, 12021, 9325, 12851, 9847, 17903, 11672, 12984, 10540, 9542, 11395, 9595, 14369, 11491, 18857, 9620, 12336, 10204, 12995, 12072, 11933, 12716, 9539, 16871, 13396, 14903, 14563, 9714, 13934, 9876, 17694, 12799, 19246, 15321, 10589, 11882, 10493, 12764, 8965, 18948, 13144, 19039, 9329, 12462, 9736, 12213, 11029, 14025, 12475, 9393, 11149, 8709, 10287, 9224, 11964, 10486, 17548, 11679, 8826, 10211, 9448, 10869, 9351, 15493, 11567, 10926, 9573, 9568, 9256, 9331, 11486, 9538, 18230, 10618, 15379, 9468, 13420, 11304, 11012, 16372, 9271, 16490, 9490, 13790, 10750, 18353, 13354, 9427, 10394, 8991, 14495, 9595, 12323, 11801, 12714, 18067, 9268, 16569, 9191, 15312, 10831, 13144, 11929, 10271, 14018, 8890, 12085, 9260, 14926, 10881, 19230, 13354, 9244, 9157, 9324, 9571, 8917, 13053, 9470, 18688, 9731, 8583, 9030, 9294, 10582, 9076, 17089, 9895, 16834, 9862, 10501, 11296, 9263, 15859, 9610, 18443, 9498, 10600, 10989, 9142, 13786, 9268, 17695, 9133, 15431, 9626, 16323, 11687, 12683, 9442, 9591, 9358, 9079, 12798, 9677, 18819, 12395, 9774, 9075, 9556, 9704, 9086, 17395, 9133, 17350, 9978, 12495, 11485, 10923, 13407, 8897, 12378, 9035, 10652, 9990, 16148, 11742, 9215, 9502, 8862, 9761, 9376, 13093, 9614, 16851, 9315, 9401, 9108, 9105, 9223, 8989, 15539, 10894, 18794, 9436, 16906, 9884, 16324, 11635, 14629, 9620, 9758, 9116, 9310, 11811, 9349, 16061, 9409, 15691, 9526, 11456, 9331, 12708, 8840, 16573, 10734, 17007, 9202, 13833, 9462, 12214, 10566, 12129, 11691, 9660, 10400, 8885, 9828, 9252, 12927, 9016, 17055, 11583, 19419, 9453, 13100, 9475, 13864, 10293, 15389, 10826, 9574, 8923, 9481, 10351, 9497, 10258, 9477, 13938, 8788, 9462, 9305, 10066, 9525, 16603, 10284, 16370, 9380, 13532, 9990, 9935, 12582, 9121, 19210, 9368, 10898, 10055, 10226, 17464, 13774, 18065, 10777, 12930, 16015, 12877, 18307, 10835, 16813, 10193, 8861, 12404, 9128, 18480, 12348, 15968, 10119, 8615, 9620, 9579, 17754, 10155, 16548, 9055, 14137, 10798, 13051, 12794, 9467, 13494, 9042, 10128, 9789, 12619, 11580, 9399, 12132, 9143, 10973, 8950, 16246, 11953, 11200, 9475, 9202, 10455, 10140, 8927, 10259, 9661, 16428, 12236, 9308, 16557, 9368, 11912, 10743, 9437, 17044, 10506, 19330, 9676, 14212, 10523, 15620, 12264, 13032, 11729, 9049, 9456, 8971, 10239, 8598, 12637, 8920, 17447, 9078, 12817, 9149, 10776, 9270, 12281, 9121, 14723, 9586, 16776, 9265, 12228, 9059, 10876, 9407, 10137, 9471, 9974, 9421, 9335, 9296, 9513, 13205, 9626, 16572, 12305, 17469, 9847, 18492, 9633, 18092, 11028, 19172, 13152, 16551, 12126, 9743, 9489, 9764, 9730, 9472, 12035, 9120, 17189, 8927, 12235, 9081, 11264, 9222, 13011, 10710, 16740, 10180, 8828, 9898, 9286, 11719, 11681, 13393, 10844, 14518, 9055, 10011, 9278, 9955, 9776, 13431, 9784, 12444, 8881, 9236, 9149, 9400, 9611, 13354, 8999, 14673, 8746, 10184, 9154, 9736, 9407, 10612, 9185, 13123, 9359, 9188, 9033, 9364, 9818, 10978, 9911, 14726, 9803, 9399, 9730, 9116, 9719, 11993, 9838, 16286, 9476, 12278, 9336, 11155, 9269, 15030, 9627, 15933, 9506, 17115, 9426, 15808, 10971, 16426, 12027, 11112, 9601, 9421, 9606, 9386, 10442, 9695, 14439, 10387, 17402, 9323, 12632, 10267, 12518, 11569, 15559, 13031, 9897, 10066, 9435, 9881, 9209, 14124, 9801, 18421, 13879, 9992, 9472, 10173, 9323, 9877, 11472, 10095, 16506, 9134, 11193, 9023, 10878, 9230, 14732, 9764, 18125, 9558, 14524, 9948, 15019, 10766, 13519, 10334, 9685, 9441, 9807, 9500, 9853, 12385, 8943, 17048, 8879, 13471, 9224, 12160, 9462, 13958, 11446, 15020, 10573, 8785, 10371, 9361, 9400, 9568, 14046, 9244, 14071, 8969, 11872, 9299, 13286, 11606, 16314, 10476, 9611, 9195, 9737, 11759, 9775, 13767, 10207, 15720, 9375, 11577, 9025, 11530, 9477, 14971, 10161, 16062, 9171, 16551, 9456, 14348, 10856, 16533, 12356, 11713, 9681, 9616, 9378, 9679, 10239, 9536, 14834, 8963, 14605, 9249, 10923, 9046, 12371, 9276, 14524, 10147, 14955, 9355, 9662, 9319, 10004, 9637, 9845, 14801, 10487, 13142, 10256, 9871, 11843, 15091, 12117, 16571, 13584, 12190, 10758, 9817, 9549, 9716, 9905, 9692, 12333, 9485, 10454, 9469, 9423, 9417, 10575, 9459, 14921, 9709, 12839, 9928, 9038, 10119, 9711, 12933, 9084, 16740, 9285, 15177, 9257, 15756, 11212, 13791, 12029, 10283, 17217, 9527, 11404, 9223, 9805, 9311, 9146, 9704, 10754, 10784, 14701, 14328, 9440, 16426, 11439, 9920, 17283, 14902, 19668, 15749, 11473, 12583, 9445, 14689, 9576, 17382, 13798, 17896, 10434, 8829, 10391, 8638, 11802, 8759, 15668, 8941, 9675, 9137, 9965, 8921, 12485, 9415, 15322, 9624, 14493, 9730, 8660, 9501, 10067, 12824, 9764, 16227, 9677, 9656, 9602, 9688, 14392, 11088, 15422, 10118, 9923, 10004, 9617, 16950, 13556, 13364, 10661, 9870, 10094, 9690, 16058, 10596, 12533, 10423, 8793, 10624, 8962, 10790, 10188, 16317, 9393, 10976, 9282, 10991, 9607, 17067, 10754, 9173, 9968, 8884, 10833, 8830, 12999, 11571, 15585, 9263, 9767, 9369, 9914, 9448, 11947, 9625, 15513, 9399, 13091, 9331, 11334, 9358, 12111, 9552, 16708, 9535, 13028, 9361, 12446, 9672, 14936, 10763, 13527, 9448, 8237, 9316, 9500, 11346, 10597, 11924, 10050, 9297, 9800, 9858, 9993, 13837, 9999, 9822, 9144, 9265, 9352, 10087, 9812, 14356, 9376, 14460, 9420, 15238, 10890, 16613, 12541, 9552, 10215, 10067, 11910, 9660, 16728, 13140, 18871, 9970, 11852, 10664, 9353, 15573, 11695, 18150, 9763, 10256, 10031, 9986, 16401, 10613, 15817, 9589, 11356, 10719, 10028, 15149, 9610, 12713, 9549, 10151, 9995, 9949, 15593, 9864, 15149, 9800, 9403, 9959, 10352, 16493, 11760, 15200, 9974, 9158, 9870, 10224, 16015, 10108, 13090, 9740, 9464, 9757, 9766, 13247, 10234, 10986, 9803, 9842, 9949, 9857, 14706, 11108, 9843, 9844, 10379, 9940], 'WindowCenter': [4458.0, 4490.0, 4449.0, 4483.0, 4424.0, 4421.0, 4432.0, 4413.0, 4435.0, 4412.0, 4441.0, 4411.0, 4431.0, 4423.0, 4464.0, 4434.0, 4484.0, 4424.0, 4414.0, 4425.0, 4423.0, 4444.0, 4433.0, 4465.0, 4412.0, 4412.0, 4411.0, 4420.0, 4412.0, 4464.0, 4411.0, 4473.0, 4411.0, 4461.0, 4411.0, 4461.0, 4432.0, 4475.0, 4444.0, 4453.0, 4421.0, 4410.0, 4421.0, 4400.0, 4442.0, 4452.0, 4463.0, 4431.0, 4430.0, 4399.0, 4412.0, 4401.0, 4410.0, 4410.0, 4460.0, 4402.0, 4440.0, 4409.0, 4421.0, 4413.0, 4452.0, 4410.0, 4473.0, 4422.0, 4473.0, 4411.0, 4463.0, 4432.0, 4473.0, 4443.0, 4432.0, 4411.0, 4421.0, 4411.0, 4422.0, 4423.0, 4424.0, 4453.0, 4414.0, 4474.0, 4413.0, 4442.0, 4423.0, 4455.0, 4424.0, 4483.0, 4445.0, 4452.0, 4434.0, 4411.0, 4434.0, 4422.0, 4464.0, 4444.0, 4488.0, 4423.0, 4454.0, 4422.0, 4453.0, 4457.0, 4443.0, 4453.0, 4423.0, 4475.0, 4456.0, 4475.0, 4463.0, 4412.0, 4452.0, 4423.0, 4474.0, 4442.0, 4472.0, 4463.0, 4409.0, 4429.0, 4422.0, 4430.0, 4399.0, 4461.0, 4428.0, 4458.0, 4398.0, 4426.0, 4397.0, 4427.0, 4419.0, 4438.0, 4432.0, 4398.0, 4417.0, 4388.0, 4407.0, 4398.0, 4430.0, 4420.0, 4459.0, 4432.0, 4400.0, 4420.0, 4411.0, 4420.0, 4412.0, 4464.0, 4447.0, 4421.0, 4414.0, 4411.0, 4411.0, 4412.0, 4433.0, 4412.0, 4483.0, 4422.0, 4461.0, 4424.0, 4452.0, 4432.0, 4434.0, 4473.0, 4413.0, 4474.0, 4411.0, 4452.0, 4433.0, 4471.0, 4455.0, 4413.0, 4436.0, 4412.0, 4452.0, 4412.0, 4440.0, 4431.0, 4441.0, 4472.0, 4400.0, 4461.0, 4411.0, 4451.0, 4420.0, 4440.0, 4433.0, 4411.0, 4438.0, 4399.0, 4428.0, 4397.0, 4449.0, 4420.0, 4469.0, 4439.0, 4396.0, 4397.0, 4399.0, 4408.0, 4410.0, 4441.0, 4410.0, 4470.0, 4408.0, 4398.0, 4399.0, 4410.0, 4430.0, 4411.0, 4474.0, 4421.0, 4462.0, 4420.0, 4420.0, 4431.0, 4411.0, 4461.0, 4422.0, 4470.0, 4408.0, 4420.0, 4431.0, 4411.0, 4452.0, 4423.0, 4473.0, 4411.0, 4461.0, 4422.0, 4473.0, 4441.0, 4441.0, 4413.0, 4409.0, 4411.0, 4411.0, 4451.0, 4421.0, 4483.0, 4442.0, 4408.0, 4398.0, 4422.0, 4410.0, 4401.0, 4475.0, 4411.0, 4470.0, 4419.0, 4439.0, 4430.0, 4419.0, 4451.0, 4410.0, 4440.0, 4400.0, 4422.0, 4423.0, 4471.0, 4442.0, 4413.0, 4413.0, 4411.0, 4433.0, 4423.0, 4453.0, 4423.0, 4474.0, 4424.0, 4425.0, 4412.0, 4413.0, 4423.0, 4424.0, 4473.0, 4447.0, 4487.0, 4426.0, 4472.0, 4423.0, 4475.0, 4442.0, 4466.0, 4412.0, 4410.0, 4400.0, 4410.0, 4441.0, 4410.0, 4461.0, 4411.0, 4462.0, 4411.0, 4429.0, 4398.0, 4441.0, 4410.0, 4460.0, 4421.0, 4461.0, 4398.0, 4450.0, 4409.0, 4440.0, 4434.0, 4441.0, 4445.0, 4423.0, 4422.0, 4412.0, 4420.0, 4410.0, 4442.0, 4414.0, 4475.0, 4443.0, 4483.0, 4411.0, 4450.0, 4411.0, 4451.0, 4432.0, 4461.0, 4444.0, 4422.0, 4412.0, 4424.0, 4435.0, 4434.0, 4434.0, 4424.0, 4467.0, 4412.0, 4421.0, 4423.0, 4434.0, 4424.0, 4475.0, 4435.0, 4474.0, 4412.0, 4454.0, 4422.0, 4423.0, 4466.0, 4438.0, 4495.0, 4425.0, 4433.0, 4436.0, 4446.0, 4488.0, 4466.0, 4483.0, 4432.0, 4442.0, 4462.0, 4441.0, 4473.0, 4432.0, 4460.0, 4419.0, 4423.0, 4455.0, 4410.0, 4485.0, 4440.0, 4449.0, 4397.0, 4375.0, 4397.0, 4397.0, 4457.0, 4408.0, 4448.0, 4399.0, 4438.0, 4417.0, 4436.0, 4430.0, 4398.0, 4428.0, 4387.0, 4408.0, 4407.0, 4438.0, 4429.0, 4410.0, 4428.0, 4398.0, 4418.0, 4410.0, 4473.0, 4430.0, 4430.0, 4411.0, 4411.0, 4434.0, 4434.0, 4412.0, 4422.0, 4423.0, 4471.0, 4445.0, 4424.0, 4472.0, 4412.0, 4432.0, 4432.0, 4412.0, 4474.0, 4422.0, 4473.0, 4410.0, 4450.0, 4420.0, 4461.0, 4433.0, 4439.0, 4428.0, 4397.0, 4399.0, 4397.0, 4407.0, 4388.0, 4431.0, 4399.0, 4461.0, 4397.0, 4428.0, 4399.0, 4419.0, 4399.0, 4428.0, 4399.0, 4449.0, 4411.0, 4461.0, 4401.0, 4431.0, 4401.0, 4429.0, 4422.0, 4432.0, 4423.0, 4434.0, 4423.0, 4423.0, 4423.0, 4424.0, 4454.0, 4424.0, 4475.0, 4445.0, 4475.0, 4422.0, 4473.0, 4411.0, 4471.0, 4423.0, 4470.0, 4443.0, 4461.0, 4432.0, 4409.0, 4410.0, 4408.0, 4410.0, 4420.0, 4442.0, 4412.0, 4472.0, 4410.0, 4441.0, 4411.0, 4430.0, 4422.0, 4454.0, 4433.0, 4474.0, 4422.0, 4411.0, 4421.0, 4411.0, 4442.0, 4442.0, 4452.0, 4431.0, 4451.0, 4400.0, 4409.0, 4412.0, 4410.0, 4420.0, 4442.0, 4412.0, 4429.0, 4398.0, 4397.0, 4408.0, 4410.0, 4409.0, 4441.0, 4401.0, 4450.0, 4398.0, 4420.0, 4409.0, 4411.0, 4411.0, 4422.0, 4411.0, 4441.0, 4410.0, 4411.0, 4410.0, 4412.0, 4424.0, 4434.0, 4419.0, 4464.0, 4422.0, 4409.0, 4422.0, 4410.0, 4422.0, 4441.0, 4421.0, 4475.0, 4410.0, 4442.0, 4412.0, 4431.0, 4411.0, 4462.0, 4421.0, 4463.0, 4410.0, 4460.0, 4412.0, 4459.0, 4432.0, 4460.0, 4440.0, 4431.0, 4412.0, 4410.0, 4409.0, 4410.0, 4432.0, 4423.0, 4463.0, 4435.0, 4472.0, 4422.0, 4451.0, 4431.0, 4441.0, 4442.0, 4462.0, 4451.0, 4422.0, 4422.0, 4422.0, 4446.0, 4423.0, 4464.0, 4422.0, 4474.0, 4465.0, 4421.0, 4413.0, 4420.0, 4411.0, 4422.0, 4431.0, 4421.0, 4472.0, 4410.0, 4432.0, 4410.0, 4431.0, 4422.0, 4452.0, 4423.0, 4472.0, 4409.0, 4448.0, 4409.0, 4459.0, 4431.0, 4439.0, 4422.0, 4409.0, 4409.0, 4419.0, 4420.0, 4447.0, 4453.0, 4423.0, 4475.0, 4410.0, 4440.0, 4409.0, 4441.0, 4421.0, 4464.0, 4441.0, 4460.0, 4420.0, 4400.0, 4419.0, 4409.0, 4411.0, 4422.0, 4451.0, 4412.0, 4451.0, 4409.0, 4440.0, 4421.0, 4455.0, 4442.0, 4460.0, 4432.0, 4410.0, 4410.0, 4410.0, 4441.0, 4432.0, 4452.0, 4422.0, 4464.0, 4410.0, 4431.0, 4410.0, 4431.0, 4422.0, 4462.0, 4422.0, 4463.0, 4412.0, 4461.0, 4411.0, 4449.0, 4434.0, 4473.0, 4440.0, 4430.0, 4409.0, 4408.0, 4401.0, 4408.0, 4420.0, 4410.0, 4452.0, 4399.0, 4451.0, 4398.0, 4418.0, 4398.0, 4440.0, 4410.0, 4451.0, 4422.0, 4462.0, 4412.0, 4420.0, 4410.0, 4422.0, 4425.0, 4433.0, 4464.0, 4445.0, 4453.0, 4433.0, 4422.0, 4443.0, 4463.0, 4444.0, 4471.0, 4442.0, 4440.0, 4420.0, 4408.0, 4408.0, 4411.0, 4420.0, 4420.0, 4441.0, 4409.0, 4418.0, 4409.0, 4409.0, 4421.0, 4431.0, 4421.0, 4464.0, 4425.0, 4443.0, 4420.0, 4410.0, 4420.0, 4422.0, 4453.0, 4411.0, 4474.0, 4411.0, 4461.0, 4411.0, 4463.0, 4431.0, 4452.0, 4441.0, 4421.0, 4483.0, 4423.0, 4443.0, 4424.0, 4447.0, 4427.0, 4425.0, 4437.0, 4446.0, 4447.0, 4491.0, 4479.0, 4437.0, 4476.0, 4445.0, 4423.0, 4476.0, 4453.0, 4473.0, 4454.0, 4419.0, 4428.0, 4397.0, 4438.0, 4398.0, 4450.0, 4442.0, 4449.0, 4406.0, 4388.0, 4408.0, 4386.0, 4418.0, 4387.0, 4452.0, 4386.0, 4398.0, 4397.0, 4397.0, 4398.0, 4429.0, 4399.0, 4452.0, 4411.0, 4451.0, 4410.0, 4389.0, 4410.0, 4410.0, 4442.0, 4426.0, 4473.0, 4423.0, 4423.0, 4411.0, 4422.0, 4453.0, 4445.0, 4463.0, 4422.0, 4421.0, 4411.0, 4422.0, 4462.0, 4453.0, 4439.0, 4422.0, 4409.0, 4409.0, 4409.0, 4449.0, 4422.0, 4428.0, 4420.0, 4387.0, 4407.0, 4399.0, 4418.0, 4410.0, 4460.0, 4398.0, 4420.0, 4398.0, 4420.0, 4409.0, 4461.0, 4423.0, 4397.0, 4408.0, 4398.0, 4418.0, 4400.0, 4442.0, 4431.0, 4452.0, 4397.0, 4407.0, 4397.0, 4408.0, 4408.0, 4430.0, 4408.0, 4450.0, 4398.0, 4440.0, 4410.0, 4430.0, 4409.0, 4442.0, 4421.0, 4462.0, 4409.0, 4441.0, 4410.0, 4441.0, 4423.0, 4461.0, 4435.0, 4454.0, 4421.0, 4400.0, 4411.0, 4422.0, 4443.0, 4433.0, 4456.0, 4422.0, 4411.0, 4422.0, 4422.0, 4432.0, 4452.0, 4422.0, 4420.0, 4421.0, 4413.0, 4423.0, 4433.0, 4433.0, 4474.0, 4434.0, 4473.0, 4434.0, 4474.0, 4446.0, 4484.0, 4470.0, 4423.0, 4422.0, 4422.0, 4443.0, 4422.0, 4463.0, 4453.0, 4471.0, 4420.0, 4430.0, 4420.0, 4411.0, 4463.0, 4431.0, 4471.0, 4412.0, 4420.0, 4423.0, 4421.0, 4461.0, 4419.0, 4449.0, 4408.0, 4417.0, 4418.0, 4409.0, 4450.0, 4409.0, 4441.0, 4407.0, 4409.0, 4409.0, 4409.0, 4462.0, 4410.0, 4450.0, 4408.0, 4407.0, 4409.0, 4419.0, 4464.0, 4432.0, 4447.0, 4407.0, 4397.0, 4407.0, 4407.0, 4450.0, 4408.0, 4438.0, 4410.0, 4407.0, 4407.0, 4422.0, 4440.0, 4420.0, 4419.0, 4409.0, 4408.0, 4410.0, 4419.0, 4451.0, 4431.0, 4409.0, 4412.0, 4420.0, 4422.0], 'WindowWidth': [9828.0, 9858.0, 9798.0, 9834.0, 9751.0, 9745.0, 9761.0, 9738.0, 9768.0, 9735.0, 9772.0, 9732.0, 9758.0, 9752.0, 9807.0, 9769.0, 9834.0, 9753.0, 9738.0, 9754.0, 9752.0, 9781.0, 9765.0, 9813.0, 9733.0, 9734.0, 9731.0, 9743.0, 9734.0, 9807.0, 9733.0, 9821.0, 9731.0, 9800.0, 9730.0, 9798.0, 9762.0, 9822.0, 9780.0, 9789.0, 9745.0, 9729.0, 9743.0, 9716.0, 9775.0, 9789.0, 9806.0, 9757.0, 9753.0, 9711.0, 9733.0, 9715.0, 9728.0, 9729.0, 9799.0, 9718.0, 9768.0, 9726.0, 9743.0, 9737.0, 9789.0, 9732.0, 9819.0, 9748.0, 9817.0, 9732.0, 9803.0, 9763.0, 9819.0, 9777.0, 9762.0, 9733.0, 9746.0, 9734.0, 9749.0, 9752.0, 9755.0, 9791.0, 9742.0, 9822.0, 9737.0, 9775.0, 9751.0, 9797.0, 9755.0, 9835.0, 9786.0, 9788.0, 9765.0, 9731.0, 9764.0, 9749.0, 9809.0, 9781.0, 9850.0, 9752.0, 9793.0, 9748.0, 9788.0, 9803.0, 9779.0, 9793.0, 9749.0, 9824.0, 9800.0, 9825.0, 9805.0, 9734.0, 9785.0, 9747.0, 9819.0, 9775.0, 9816.0, 9803.0, 9722.0, 9750.0, 9747.0, 9752.0, 9711.0, 9798.0, 9749.0, 9790.0, 9705.0, 9742.0, 9706.0, 9743.0, 9737.0, 9761.0, 9757.0, 9707.0, 9731.0, 9693.0, 9719.0, 9707.0, 9752.0, 9739.0, 9793.0, 9760.0, 9714.0, 9740.0, 9730.0, 9742.0, 9734.0, 9804.0, 9787.0, 9744.0, 9736.0, 9732.0, 9731.0, 9733.0, 9763.0, 9733.0, 9836.0, 9746.0, 9801.0, 9752.0, 9787.0, 9760.0, 9763.0, 9821.0, 9737.0, 9820.0, 9733.0, 9788.0, 9765.0, 9817.0, 9795.0, 9735.0, 9770.0, 9733.0, 9787.0, 9732.0, 9768.0, 9756.0, 9770.0, 9819.0, 9714.0, 9797.0, 9731.0, 9785.0, 9742.0, 9770.0, 9761.0, 9728.0, 9763.0, 9710.0, 9747.0, 9706.0, 9776.0, 9739.0, 9805.0, 9765.0, 9702.0, 9703.0, 9709.0, 9721.0, 9727.0, 9770.0, 9730.0, 9811.0, 9723.0, 9711.0, 9712.0, 9731.0, 9757.0, 9733.0, 9822.0, 9745.0, 9802.0, 9741.0, 9740.0, 9758.0, 9733.0, 9799.0, 9748.0, 9811.0, 9724.0, 9742.0, 9759.0, 9734.0, 9790.0, 9752.0, 9820.0, 9731.0, 9800.0, 9747.0, 9818.0, 9773.0, 9773.0, 9734.0, 9727.0, 9730.0, 9731.0, 9785.0, 9745.0, 9832.0, 9774.0, 9723.0, 9709.0, 9747.0, 9729.0, 9717.0, 9824.0, 9730.0, 9809.0, 9740.0, 9765.0, 9754.0, 9739.0, 9786.0, 9727.0, 9768.0, 9714.0, 9746.0, 9750.0, 9813.0, 9777.0, 9734.0, 9735.0, 9730.0, 9765.0, 9755.0, 9793.0, 9753.0, 9822.0, 9757.0, 9755.0, 9737.0, 9738.0, 9753.0, 9757.0, 9822.0, 9792.0, 9844.0, 9758.0, 9818.0, 9752.0, 9824.0, 9776.0, 9811.0, 9735.0, 9728.0, 9715.0, 9729.0, 9772.0, 9731.0, 9803.0, 9731.0, 9800.0, 9729.0, 9752.0, 9710.0, 9769.0, 9730.0, 9796.0, 9745.0, 9797.0, 9709.0, 9781.0, 9725.0, 9768.0, 9766.0, 9771.0, 9784.0, 9750.0, 9746.0, 9734.0, 9741.0, 9729.0, 9774.0, 9740.0, 9824.0, 9780.0, 9833.0, 9731.0, 9781.0, 9730.0, 9786.0, 9762.0, 9801.0, 9783.0, 9749.0, 9737.0, 9753.0, 9770.0, 9771.0, 9768.0, 9755.0, 9815.0, 9735.0, 9747.0, 9753.0, 9771.0, 9755.0, 9826.0, 9771.0, 9821.0, 9735.0, 9793.0, 9749.0, 9750.0, 9817.0, 9783.0, 9855.0, 9757.0, 9766.0, 9777.0, 9791.0, 9848.0, 9813.0, 9833.0, 9760.0, 9774.0, 9806.0, 9774.0, 9820.0, 9762.0, 9799.0, 9739.0, 9755.0, 9798.0, 9730.0, 9840.0, 9768.0, 9776.0, 9702.0, 9671.0, 9704.0, 9704.0, 9790.0, 9722.0, 9775.0, 9710.0, 9760.0, 9730.0, 9757.0, 9753.0, 9708.0, 9747.0, 9692.0, 9720.0, 9720.0, 9763.0, 9751.0, 9726.0, 9749.0, 9707.0, 9734.0, 9730.0, 9818.0, 9755.0, 9754.0, 9729.0, 9731.0, 9768.0, 9765.0, 9733.0, 9746.0, 9749.0, 9814.0, 9783.0, 9754.0, 9816.0, 9732.0, 9758.0, 9760.0, 9735.0, 9824.0, 9747.0, 9818.0, 9727.0, 9779.0, 9739.0, 9797.0, 9761.0, 9764.0, 9749.0, 9706.0, 9709.0, 9706.0, 9719.0, 9696.0, 9755.0, 9712.0, 9798.0, 9705.0, 9747.0, 9708.0, 9734.0, 9709.0, 9746.0, 9711.0, 9778.0, 9729.0, 9797.0, 9714.0, 9756.0, 9716.0, 9754.0, 9748.0, 9764.0, 9751.0, 9770.0, 9754.0, 9753.0, 9752.0, 9753.0, 9795.0, 9754.0, 9827.0, 9784.0, 9825.0, 9747.0, 9818.0, 9730.0, 9811.0, 9746.0, 9811.0, 9776.0, 9798.0, 9760.0, 9723.0, 9727.0, 9721.0, 9727.0, 9743.0, 9774.0, 9733.0, 9815.0, 9729.0, 9771.0, 9732.0, 9755.0, 9749.0, 9794.0, 9766.0, 9821.0, 9747.0, 9731.0, 9745.0, 9732.0, 9774.0, 9775.0, 9790.0, 9758.0, 9786.0, 9714.0, 9725.0, 9731.0, 9728.0, 9742.0, 9773.0, 9731.0, 9751.0, 9708.0, 9707.0, 9722.0, 9727.0, 9727.0, 9769.0, 9717.0, 9781.0, 9709.0, 9741.0, 9727.0, 9731.0, 9732.0, 9747.0, 9731.0, 9772.0, 9728.0, 9731.0, 9729.0, 9734.0, 9754.0, 9766.0, 9742.0, 9809.0, 9744.0, 9726.0, 9747.0, 9730.0, 9748.0, 9774.0, 9745.0, 9825.0, 9729.0, 9772.0, 9733.0, 9757.0, 9733.0, 9803.0, 9748.0, 9806.0, 9730.0, 9798.0, 9734.0, 9794.0, 9761.0, 9798.0, 9772.0, 9759.0, 9733.0, 9729.0, 9727.0, 9730.0, 9763.0, 9752.0, 9805.0, 9775.0, 9817.0, 9748.0, 9786.0, 9761.0, 9773.0, 9776.0, 9803.0, 9788.0, 9748.0, 9747.0, 9750.0, 9791.0, 9753.0, 9809.0, 9751.0, 9822.0, 9812.0, 9745.0, 9736.0, 9744.0, 9731.0, 9749.0, 9760.0, 9746.0, 9819.0, 9729.0, 9759.0, 9730.0, 9759.0, 9749.0, 9788.0, 9751.0, 9815.0, 9726.0, 9776.0, 9725.0, 9797.0, 9758.0, 9767.0, 9749.0, 9724.0, 9725.0, 9738.0, 9744.0, 9794.0, 9795.0, 9755.0, 9825.0, 9728.0, 9767.0, 9726.0, 9770.0, 9746.0, 9807.0, 9774.0, 9796.0, 9741.0, 9713.0, 9739.0, 9726.0, 9731.0, 9748.0, 9786.0, 9734.0, 9786.0, 9727.0, 9768.0, 9747.0, 9796.0, 9777.0, 9798.0, 9763.0, 9728.0, 9729.0, 9730.0, 9774.0, 9764.0, 9791.0, 9749.0, 9810.0, 9730.0, 9758.0, 9730.0, 9759.0, 9748.0, 9802.0, 9749.0, 9806.0, 9733.0, 9799.0, 9729.0, 9781.0, 9766.0, 9818.0, 9771.0, 9755.0, 9726.0, 9723.0, 9715.0, 9722.0, 9741.0, 9731.0, 9789.0, 9713.0, 9782.0, 9707.0, 9735.0, 9709.0, 9768.0, 9728.0, 9784.0, 9748.0, 9801.0, 9733.0, 9743.0, 9730.0, 9749.0, 9756.0, 9766.0, 9811.0, 9787.0, 9791.0, 9764.0, 9749.0, 9777.0, 9805.0, 9781.0, 9817.0, 9776.0, 9769.0, 9741.0, 9723.0, 9723.0, 9729.0, 9741.0, 9743.0, 9770.0, 9727.0, 9736.0, 9725.0, 9725.0, 9746.0, 9760.0, 9745.0, 9807.0, 9756.0, 9774.0, 9742.0, 9728.0, 9744.0, 9751.0, 9790.0, 9731.0, 9823.0, 9732.0, 9801.0, 9732.0, 9803.0, 9759.0, 9788.0, 9772.0, 9745.0, 9835.0, 9752.0, 9778.0, 9756.0, 9791.0, 9762.0, 9758.0, 9777.0, 9791.0, 9790.0, 9859.0, 9839.0, 9777.0, 9830.0, 9784.0, 9750.0, 9827.0, 9791.0, 9823.0, 9794.0, 9735.0, 9746.0, 9704.0, 9759.0, 9707.0, 9780.0, 9771.0, 9776.0, 9712.0, 9689.0, 9716.0, 9686.0, 9731.0, 9689.0, 9784.0, 9687.0, 9705.0, 9703.0, 9702.0, 9706.0, 9748.0, 9708.0, 9785.0, 9727.0, 9782.0, 9724.0, 9696.0, 9725.0, 9726.0, 9771.0, 9756.0, 9820.0, 9750.0, 9749.0, 9731.0, 9747.0, 9791.0, 9785.0, 9805.0, 9747.0, 9745.0, 9729.0, 9746.0, 9804.0, 9794.0, 9766.0, 9743.0, 9724.0, 9723.0, 9723.0, 9779.0, 9744.0, 9747.0, 9738.0, 9692.0, 9719.0, 9708.0, 9734.0, 9725.0, 9795.0, 9707.0, 9737.0, 9709.0, 9740.0, 9726.0, 9796.0, 9748.0, 9707.0, 9722.0, 9708.0, 9735.0, 9712.0, 9772.0, 9756.0, 9787.0, 9706.0, 9718.0, 9706.0, 9720.0, 9720.0, 9752.0, 9722.0, 9782.0, 9708.0, 9765.0, 9727.0, 9753.0, 9726.0, 9773.0, 9745.0, 9801.0, 9726.0, 9770.0, 9727.0, 9771.0, 9751.0, 9802.0, 9768.0, 9792.0, 9745.0, 9717.0, 9733.0, 9751.0, 9778.0, 9765.0, 9804.0, 9747.0, 9733.0, 9748.0, 9750.0, 9765.0, 9792.0, 9748.0, 9744.0, 9745.0, 9736.0, 9753.0, 9766.0, 9770.0, 9825.0, 9770.0, 9822.0, 9770.0, 9825.0, 9789.0, 9837.0, 9826.0, 9750.0, 9750.0, 9747.0, 9778.0, 9747.0, 9809.0, 9790.0, 9814.0, 9740.0, 9754.0, 9741.0, 9729.0, 9802.0, 9758.0, 9815.0, 9730.0, 9741.0, 9751.0, 9747.0, 9801.0, 9737.0, 9780.0, 9720.0, 9731.0, 9736.0, 9725.0, 9783.0, 9722.0, 9767.0, 9720.0, 9725.0, 9724.0, 9725.0, 9803.0, 9728.0, 9782.0, 9723.0, 9721.0, 9726.0, 9737.0, 9810.0, 9756.0, 9774.0, 9717.0, 9704.0, 9718.0, 9717.0, 9782.0, 9721.0, 9762.0, 9725.0, 9719.0, 9720.0, 9745.0, 9768.0, 9743.0, 9738.0, 9723.0, 9721.0, 9725.0, 9738.0, 9782.0, 9758.0, 9724.0, 9731.0, 9739.0, 9748.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.00022160346695557963</td></tr>
<tr><td colspan=3>aqi</td><td>0.018894897183098596</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>35.32269349170285</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1879836418763545</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9856341135900213</td></tr>
<tr><td colspan=3>efc</td><td>0.4681</td></tr>
<tr><td colspan=3>fber</td><td>6933.3579</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07879644505077972</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>25</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>2.7085590465872156</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4176152376693114</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3316550353181027</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.676427754370808</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.244762923319023</td></tr>
<tr><td colspan=3>gcor</td><td>0.00894388</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.018052775412797928</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.023186663165688515</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>923</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.7881118456931206</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>41.1902</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>37.4522</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>177.0536</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>46.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>300892.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>836.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>365.8821</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.1835</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>576.6157</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3607.1939</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3825.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>75652.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1124.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4761.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1009.7312</td></tr>
<tr><td colspan=3>tsnr</td><td>43.96941721625626</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>