ds005256-mriqc/sub-0115_ses-04_task-alignvideo_acq-mb8_run-02_bold.html
Felix Hoffstaedter 5ef71fd748 [DATALAD RUNCMD] Compute MRIQC for sub-0115
=== 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-0115 --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-0115",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-19 02:06:27 +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-0115_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-0115_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-0115_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-0115/figures/sub-0115_ses-04_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0115/figures/sub-0115_ses-04_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0115/figures/sub-0115_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-0115_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-0115/figures/sub-0115_ses-04_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0115/figures/sub-0115_ses-04_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0115/figures/sub-0115_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-0115_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-0115/figures/sub-0115_ses-04_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0115/figures/sub-0115_ses-04_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0115/figures/sub-0115_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-0115_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-0115/figures/sub-0115_ses-04_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0115/figures/sub-0115_ses-04_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0115/figures/sub-0115_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-0115_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-0115/figures/sub-0115_ses-04_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0115/figures/sub-0115_ses-04_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0115/figures/sub-0115_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-0115_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-0115/figures/sub-0115_ses-04_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0115/figures/sub-0115_ses-04_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0115/figures/sub-0115_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-0115_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-0115/figures/sub-0115_ses-04_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0115/figures/sub-0115_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-0115/figures/sub-0115_ses-04_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0115/figures/sub-0115_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-0115/ses-04/func/sub-0115_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>34909e1cf884e941162a5b9878230ab3</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:22:51.280000</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.998671, -0.037316, -0.0355388, 0.0350488, 0.997435, -0.0624095]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0967882</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>[4218, -7711, -7283, 232, -124, -42, -83, 83]</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>243.874</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>40f0c0ca-1d93-4d74-8710-cadac3ece187||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.6793622970581055, 0.09403350204229355, -0.10199669748544693, 107.02001190185547], [0.10011599212884903, 2.6760451793670654, -0.16491857171058655, -106.95887756347656], [-0.09534811228513718, 0.1674400269985199, 2.6930277347564697, -72.97172546386719], [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': ['202251.280000', '202251.740000', '202252.200000', '202252.660000', '202253.120000', '202253.580000', '202254.040000', '202254.500000', '202254.960000', '202255.420000', '202255.880000', '202256.340000', '202256.800000', '202257.260000', '202257.720000', '202258.180000', '202258.640000', '202259.100000', '202259.560000', '202300.020000', '202300.480000', '202300.940000', '202301.400000', '202301.860000', '202302.320000', '202302.780000', '202303.240000', '202303.700000', '202304.160000', '202304.620000', '202305.080000', '202305.540000', '202306.000000', '202306.460000', '202306.920000', '202307.380000', '202307.840000', '202308.300000', '202308.760000', '202309.220000', '202309.680000', '202310.140000', '202310.600000', '202311.060000', '202311.520000', '202311.980000', '202312.440000', '202312.900000', '202313.360000', '202313.820000', '202314.280000', '202314.740000', '202315.200000', '202315.660000', '202316.120000', '202316.580000', '202317.040000', '202317.500000', '202317.960000', '202318.420000', '202318.880000', '202319.340000', '202319.800000', '202320.260000', '202320.720000', '202321.180000', '202321.640000', '202322.100000', '202322.560000', '202323.020000', '202323.480000', '202323.940000', '202324.400000', '202324.860000', '202325.320000', '202325.780000', '202326.240000', '202326.700000', '202327.160000', '202327.620000', '202328.080000', '202328.540000', '202329.000000', '202329.460000', '202329.920000', '202330.380000', '202330.840000', '202331.300000', '202331.760000', '202332.220000', '202332.680000', '202333.140000', '202333.600000', '202334.060000', '202334.520000', '202334.980000', '202335.440000', '202335.900000', '202336.360000', '202336.820000', '202337.280000', '202337.740000', '202338.200000', '202338.660000', '202339.120000', '202339.580000', '202340.040000', '202340.500000', '202340.960000', '202341.420000', '202341.880000', '202342.340000', '202342.800000', '202343.260000', '202343.720000', '202344.180000', '202344.640000', '202345.100000', '202345.560000', '202346.020000', '202346.480000', '202346.940000', '202347.400000', '202347.860000', '202348.320000', '202348.780000', '202349.240000', '202349.700000', '202350.160000', '202350.620000', '202351.080000', '202351.540000', '202352.000000', '202352.460000', '202352.920000', '202353.380000', '202353.840000', '202354.300000', '202354.760000', '202355.220000', '202355.680000', '202356.140000', '202356.600000', '202357.060000', '202357.520000', '202357.980000', '202358.440000', '202358.900000', '202359.360000', '202359.820000', '202400.280000', '202400.740000', '202401.200000', '202401.660000', '202402.120000', '202402.580000', '202403.040000', '202403.500000', '202403.960000', '202404.420000', '202404.880000', '202405.340000', '202405.800000', '202406.260000', '202406.720000', '202407.180000', '202407.640000', '202408.100000', '202408.560000', '202409.020000', '202409.480000', '202409.940000', '202410.400000', '202410.860000', '202411.320000', '202411.780000', '202412.240000', '202412.700000', '202413.160000', '202413.620000', '202414.080000', '202414.540000', '202415.000000', '202415.460000', '202415.920000', '202416.380000', '202416.840000', '202417.300000', '202417.760000', '202418.220000', '202418.680000', '202419.140000', '202419.600000', '202420.060000', '202420.520000', '202420.980000', '202421.440000', '202421.900000', '202422.360000', '202422.820000', '202423.280000', '202423.740000', '202424.200000', '202424.660000', '202425.120000', '202425.580000', '202426.040000', '202426.500000', '202426.960000', '202427.420000', '202427.880000', '202428.340000', '202428.800000', '202429.260000', '202429.720000', '202430.180000', '202430.640000', '202431.100000', '202431.560000', '202432.020000', '202432.480000', '202432.940000', '202433.400000', '202433.860000', '202434.320000', '202434.780000', '202435.240000', '202435.700000', '202436.160000', '202436.620000', '202437.080000', '202437.540000', '202438.000000', '202438.460000', '202438.920000', '202439.380000', '202439.840000', '202440.300000', '202440.760000', '202441.220000', '202441.680000', '202442.140000', '202442.600000', '202443.060000', '202443.520000', '202443.980000', '202444.440000', '202444.900000', '202445.360000', '202445.820000', '202446.280000', '202446.740000', '202447.200000', '202447.660000', '202448.120000', '202448.580000', '202449.040000', '202449.500000', '202449.960000', '202450.420000', '202450.880000', '202451.340000', '202451.800000', '202452.260000', '202452.720000', '202453.180000', '202453.640000', '202454.100000', '202454.560000', '202455.020000', '202455.480000', '202455.940000', '202456.400000', '202456.860000', '202457.320000', '202457.780000', '202458.240000', '202458.700000', '202459.160000', '202459.620000', '202500.080000', '202500.540000', '202501.000000', '202501.460000', '202501.920000', '202502.380000', '202502.840000', '202503.300000', '202503.760000', '202504.220000', '202504.680000', '202505.140000', '202505.600000', '202506.060000', '202506.520000', '202506.980000', '202507.440000', '202507.900000', '202508.360000', '202508.820000', '202509.280000', '202509.740000', '202510.200000', '202510.660000', '202511.120000', '202511.580000', '202512.040000', '202512.500000', '202512.960000', '202513.420000', '202513.880000', '202514.340000', '202514.800000', '202515.260000', '202515.720000', '202516.180000', '202516.640000', '202517.100000', '202517.560000', '202518.020000', '202518.480000', '202518.940000', '202519.400000', '202519.860000', '202520.320000', '202520.780000', '202521.240000', '202521.700000', '202522.160000', '202522.620000', '202523.080000', '202523.540000', '202524.000000', '202524.460000', '202524.920000', '202525.380000', '202525.840000', '202526.300000', '202526.760000', '202527.220000', '202527.680000', '202528.140000', '202528.600000', '202529.060000', '202529.520000', '202529.980000', '202530.440000', '202530.900000', '202531.360000', '202531.820000', '202532.280000', '202532.740000', '202533.200000', '202533.660000', '202534.120000', '202534.580000', '202535.040000', '202535.500000', '202535.960000', '202536.420000', '202536.880000', '202537.340000', '202537.800000', '202538.260000', '202538.720000', '202539.180000', '202539.640000', '202540.100000', '202540.560000', '202541.020000', '202541.480000', '202541.940000', '202542.400000', '202542.860000', '202543.320000', '202543.780000', '202544.240000', '202544.700000', '202545.160000', '202545.620000', '202546.080000', '202546.540000', '202547.000000', '202547.460000', '202547.920000', '202548.380000', '202548.840000', '202549.300000', '202549.760000', '202550.220000', '202550.680000', '202551.140000', '202551.600000', '202552.060000', '202552.520000', '202552.980000', '202553.440000', '202553.900000', '202554.360000', '202554.820000', '202555.280000', '202555.740000', '202556.200000', '202556.660000', '202557.120000', '202557.580000', '202558.040000', '202558.500000', '202558.960000', '202559.420000', '202559.880000', '202600.340000', '202600.800000', '202601.260000', '202601.720000', '202602.180000', '202602.640000', '202603.100000', '202603.560000', '202604.020000', '202604.480000', '202604.940000', '202605.400000', '202605.860000', '202606.320000', '202606.780000', '202607.240000', '202607.700000', '202608.160000', '202608.620000', '202609.080000', '202609.540000', '202610.000000', '202610.460000', '202610.920000', '202611.380000', '202611.840000', '202612.300000', '202612.760000', '202613.220000', '202613.680000', '202614.140000', '202614.600000', '202615.060000', '202615.520000', '202615.980000', '202616.440000', '202616.900000', '202617.360000', '202617.820000', '202618.280000', '202618.740000', '202619.200000', '202619.660000', '202620.120000', '202620.580000', '202621.040000', '202621.500000', '202621.960000', '202622.420000', '202622.880000', '202623.340000', '202623.800000', '202624.260000', '202624.720000', '202625.180000', '202625.640000', '202626.100000', '202626.560000', '202627.020000', '202627.480000', '202627.940000', '202628.400000', '202628.860000', '202629.320000', '202629.780000', '202630.240000', '202630.700000', '202631.160000', '202631.620000', '202632.080000', '202632.540000', '202633.000000', '202633.460000', '202633.920000', '202634.380000', '202634.840000', '202635.300000', '202635.760000', '202636.220000', '202636.680000', '202637.140000', '202637.600000', '202638.060000', '202638.520000', '202638.980000', '202639.440000', '202639.900000', '202640.360000', '202640.820000', '202641.280000', '202641.740000', '202642.200000', '202642.660000', '202643.120000', '202643.580000', '202644.040000', '202644.500000', '202644.960000', '202645.420000', '202645.880000', '202646.340000', '202646.800000', '202647.260000', '202647.720000', '202648.180000', '202648.640000', '202649.100000', '202649.560000', '202650.020000', '202650.480000', '202650.940000', '202651.400000', '202651.860000', '202652.320000', '202652.780000', '202653.240000', '202653.700000', '202654.160000', '202654.620000', '202655.080000', '202655.540000', '202656.000000', '202656.460000', '202656.920000', '202657.380000', '202657.840000', '202658.300000', '202658.760000', '202659.220000', '202659.680000', '202700.140000', '202700.600000', '202701.060000', '202701.520000', '202701.980000', '202702.440000', '202702.900000', '202703.360000', '202703.820000', '202704.280000', '202704.740000', '202705.200000', '202705.660000', '202706.120000', '202706.580000', '202707.040000', '202707.500000', '202707.960000', '202708.420000', '202708.880000', '202709.340000', '202709.800000', '202710.260000', '202710.720000', '202711.180000', '202711.640000', '202712.100000', '202712.560000', '202713.020000', '202713.480000', '202713.940000', '202714.400000', '202714.860000', '202715.320000', '202715.780000', '202716.240000', '202716.700000', '202717.160000', '202717.620000', '202718.080000', '202718.540000', '202719.000000', '202719.460000', '202719.920000', '202720.380000', '202720.840000', '202721.300000', '202721.760000', '202722.220000', '202722.680000', '202723.140000', '202723.600000', '202724.060000', '202724.520000', '202724.980000', '202725.440000', '202725.900000', '202726.360000', '202726.820000', '202727.280000', '202727.740000', '202728.200000', '202728.660000', '202729.120000', '202729.580000', '202730.040000', '202730.500000', '202730.960000', '202731.420000', '202731.880000', '202732.340000', '202732.800000', '202733.260000', '202733.720000', '202734.180000', '202734.640000', '202735.100000', '202735.560000', '202736.020000', '202736.480000', '202736.940000', '202737.400000', '202737.860000', '202738.320000', '202738.780000', '202739.240000', '202739.700000', '202740.160000', '202740.620000', '202741.080000', '202741.540000', '202742.000000', '202742.460000', '202742.920000', '202743.380000', '202743.840000', '202744.300000', '202744.760000', '202745.220000', '202745.680000', '202746.140000', '202746.600000', '202747.060000', '202747.520000', '202747.980000', '202748.440000', '202748.900000', '202749.360000', '202749.820000', '202750.280000', '202750.740000', '202751.200000', '202751.660000', '202752.120000', '202752.580000', '202753.040000', '202753.500000', '202753.960000', '202754.420000', '202754.880000', '202755.340000', '202755.800000', '202756.260000', '202756.720000', '202757.180000', '202757.640000', '202758.100000', '202758.560000', '202759.020000', '202759.480000', '202759.940000', '202800.400000', '202800.860000', '202801.320000', '202801.780000', '202802.240000', '202802.700000', '202803.160000', '202803.620000', '202804.080000', '202804.540000', '202805.000000', '202805.460000', '202805.920000', '202806.380000', '202806.840000', '202807.300000', '202807.760000', '202808.220000', '202808.680000', '202809.140000', '202809.600000', '202810.060000', '202810.520000', '202810.980000', '202811.440000', '202811.900000', '202812.360000', '202812.820000', '202813.280000', '202813.740000', '202814.200000', '202814.660000', '202815.120000', '202815.580000', '202816.040000', '202816.500000', '202816.960000', '202817.420000', '202817.880000', '202818.340000', '202818.800000', '202819.260000', '202819.720000', '202820.180000', '202820.640000', '202821.100000', '202821.560000', '202822.020000', '202822.480000', '202822.940000', '202823.400000', '202823.860000', '202824.320000', '202824.780000', '202825.240000', '202825.700000', '202826.160000', '202826.620000', '202827.080000', '202827.540000', '202828.000000', '202828.460000', '202828.920000', '202829.380000', '202829.840000', '202830.300000', '202830.760000', '202831.220000', '202831.680000', '202832.140000', '202832.600000', '202833.060000', '202833.520000', '202833.980000', '202834.440000', '202834.900000', '202835.360000', '202835.820000', '202836.280000', '202836.740000', '202837.200000', '202837.660000', '202838.120000', '202838.580000', '202839.040000', '202839.500000', '202839.960000', '202840.420000', '202840.880000', '202841.340000', '202841.800000', '202842.260000', '202842.720000', '202843.180000', '202843.640000', '202844.100000', '202844.560000', '202845.020000', '202845.480000', '202845.940000', '202846.400000', '202846.860000', '202847.320000', '202847.780000', '202848.240000', '202848.700000', '202849.160000', '202849.620000', '202850.080000', '202850.540000', '202851.000000', '202851.460000', '202851.920000', '202852.380000', '202852.840000', '202853.300000', '202853.760000', '202854.220000', '202854.680000', '202855.140000', '202855.600000', '202856.060000', '202856.520000', '202856.980000', '202857.440000', '202857.900000', '202858.360000', '202858.820000', '202859.280000', '202859.740000', '202900.200000', '202900.660000', '202901.120000', '202901.580000', '202902.040000', '202902.500000', '202902.960000', '202903.420000', '202903.880000', '202904.340000', '202904.800000', '202905.260000', '202905.720000', '202906.180000', '202906.640000', '202907.100000', '202907.560000', '202908.020000', '202908.480000', '202908.940000', '202909.400000', '202909.860000', '202910.320000', '202910.780000', '202911.240000', '202911.700000', '202912.160000', '202912.620000', '202913.080000', '202913.540000', '202914.000000', '202914.460000', '202914.920000', '202915.380000', '202915.840000', '202916.300000', '202916.760000', '202917.220000', '202917.680000', '202918.140000', '202918.600000', '202919.060000', '202919.520000', '202919.980000', '202920.440000', '202920.900000', '202921.360000', '202921.820000', '202922.280000', '202922.740000', '202923.200000', '202923.660000', '202924.120000', '202924.580000', '202925.040000', '202925.500000', '202925.960000', '202926.420000', '202926.880000', '202927.340000', '202927.800000', '202928.260000', '202928.720000', '202929.180000', '202929.640000', '202930.100000', '202930.560000', '202931.020000', '202931.480000', '202931.940000', '202932.400000', '202932.860000', '202933.320000', '202933.780000', '202934.240000', '202934.700000', '202935.160000', '202935.620000', '202936.080000', '202936.540000', '202937.000000', '202937.460000', '202937.920000', '202938.380000', '202938.840000', '202939.300000', '202939.760000', '202940.220000', '202940.680000', '202941.140000', '202941.600000', '202942.060000', '202942.520000', '202942.980000', '202943.440000', '202943.900000', '202944.360000', '202944.820000', '202945.280000', '202945.740000', '202946.200000', '202946.660000', '202947.120000', '202947.580000', '202948.040000', '202948.500000', '202948.960000', '202949.420000', '202949.880000', '202950.340000', '202950.800000', '202951.260000', '202951.720000', '202952.180000', '202952.640000', '202953.100000', '202953.560000', '202954.020000', '202954.480000', '202954.940000', '202955.400000', '202955.860000', '202956.320000', '202956.780000'], 'ContentTime': ['202316.688000', '202316.691000', '202316.694000', '202316.697000', '202316.700000', '202316.702000', '202316.705000', '202316.707000', '202316.710000', '202316.712000', '202316.715000', '202316.718000', '202316.720000', '202316.723000', '202316.725000', '202316.728000', '202316.731000', '202316.733000', '202316.736000', '202316.738000', '202316.741000', '202316.743000', '202316.746000', '202316.748000', '202316.757000', '202316.760000', '202316.762000', '202316.765000', '202316.767000', '202316.770000', '202316.773000', '202316.776000', '202316.779000', '202316.782000', '202316.784000', '202316.787000', '202316.789000', '202316.792000', '202316.794000', '202316.797000', '202316.800000', '202316.802000', '202316.805000', '202316.808000', '202316.810000', '202316.813000', '202316.815000', '202316.818000', '202316.821000', '202316.823000', '202316.826000', '202316.828000', '202316.831000', '202336.653000', '202336.656000', '202336.673000', '202336.676000', '202336.679000', '202336.681000', '202336.684000', '202336.686000', '202336.696000', '202336.699000', '202336.701000', '202336.704000', '202336.707000', '202336.709000', '202336.712000', '202336.714000', '202336.717000', '202336.720000', '202336.722000', '202336.725000', '202336.727000', '202336.730000', '202336.733000', '202336.735000', '202336.738000', '202336.740000', '202336.743000', '202336.745000', '202336.748000', '202336.751000', '202336.753000', '202336.756000', '202336.758000', '202336.761000', '202336.763000', '202336.766000', '202336.769000', '202336.771000', '202336.774000', '202336.776000', '202336.779000', '202336.781000', '202336.784000', '202336.786000', '202356.653000', '202356.656000', '202356.659000', '202356.661000', '202356.664000', '202356.666000', '202356.669000', '202356.672000', '202356.674000', '202356.677000', '202356.679000', '202356.682000', '202356.685000', '202356.687000', '202356.690000', '202356.692000', '202356.695000', '202356.698000', '202356.700000', '202356.703000', '202356.705000', '202356.708000', '202356.710000', '202356.713000', '202356.715000', '202356.718000', '202356.721000', '202356.723000', '202356.726000', '202356.728000', '202356.731000', '202356.734000', '202356.736000', '202356.739000', '202356.741000', '202356.744000', '202356.746000', '202356.749000', '202356.752000', '202356.755000', '202356.758000', '202356.760000', '202356.763000', '202416.654000', '202416.656000', '202416.659000', '202416.662000', '202416.664000', '202416.667000', '202416.669000', '202416.672000', '202416.675000', '202416.680000', '202416.682000', '202416.685000', '202416.688000', '202416.690000', '202416.693000', '202416.696000', '202416.698000', '202416.701000', '202416.703000', '202416.706000', '202416.709000', '202416.711000', '202416.714000', '202416.716000', '202416.719000', '202416.722000', '202416.724000', '202416.727000', '202416.729000', '202416.732000', '202416.734000', '202416.737000', '202416.740000', '202416.742000', '202416.745000', '202416.747000', '202416.750000', '202416.753000', '202416.755000', '202416.758000', '202416.760000', '202416.763000', '202416.765000', '202416.768000', '202436.653000', '202436.656000', '202436.659000', '202436.661000', '202436.664000', '202436.667000', '202436.669000', '202436.672000', '202436.674000', '202436.677000', '202436.679000', '202436.682000', '202436.684000', '202436.687000', '202436.690000', '202436.692000', '202436.695000', '202436.698000', '202436.700000', '202436.703000', '202436.705000', '202436.708000', '202436.710000', '202436.713000', '202436.716000', '202436.718000', '202436.721000', '202436.724000', '202436.726000', '202436.729000', '202436.731000', '202436.734000', '202436.736000', '202436.739000', '202436.742000', '202436.744000', '202436.747000', '202436.749000', '202436.752000', '202436.754000', '202436.757000', '202436.759000', '202436.762000', '202456.653000', '202456.656000', '202456.659000', '202456.661000', '202456.664000', '202456.667000', '202456.670000', '202456.673000', '202456.675000', '202456.678000', '202456.681000', '202456.683000', '202456.691000', '202456.693000', '202456.696000', '202456.698000', '202456.701000', '202456.704000', '202456.706000', '202456.709000', '202456.711000', '202456.714000', '202456.716000', '202456.719000', '202456.722000', '202456.724000', '202456.727000', '202456.730000', '202456.732000', '202456.735000', '202456.737000', '202456.740000', '202456.743000', '202456.745000', '202456.748000', '202456.750000', '202456.753000', '202456.755000', '202456.758000', '202456.761000', '202456.763000', '202456.787000', '202456.790000', '202516.653000', '202516.656000', '202516.659000', '202516.661000', '202516.664000', '202516.666000', '202516.669000', '202516.672000', '202516.674000', '202516.677000', '202516.679000', '202516.682000', '202516.685000', '202516.687000', '202516.690000', '202516.692000', '202516.695000', '202516.698000', '202516.700000', '202516.703000', '202516.705000', '202516.708000', '202516.710000', '202516.713000', '202516.716000', '202516.718000', '202516.721000', '202516.723000', '202516.726000', '202516.729000', '202516.731000', '202516.734000', '202516.736000', '202516.739000', '202516.741000', '202516.744000', '202516.747000', '202516.749000', '202516.752000', '202516.754000', '202516.757000', '202516.760000', '202516.762000', '202516.765000', '202536.653000', '202536.656000', '202536.659000', '202536.661000', '202536.664000', '202536.666000', '202536.682000', '202536.684000', '202536.687000', '202536.690000', '202536.692000', '202536.695000', '202536.698000', '202536.700000', '202536.703000', '202536.705000', '202536.708000', '202536.711000', '202536.713000', '202536.716000', '202536.718000', '202536.721000', '202536.723000', '202536.726000', '202536.729000', '202536.731000', '202536.734000', '202536.737000', '202536.739000', '202536.742000', '202536.745000', '202536.747000', '202536.750000', '202536.752000', '202536.755000', '202536.757000', '202536.760000', '202536.763000', '202536.765000', '202536.768000', '202536.771000', '202536.773000', '202536.776000', '202556.654000', '202556.656000', '202556.659000', '202556.662000', '202556.664000', '202556.667000', '202556.669000', '202556.672000', '202556.674000', '202556.677000', '202556.680000', '202556.682000', '202556.685000', '202556.687000', '202556.690000', '202556.692000', '202556.695000', '202556.698000', '202556.700000', '202556.703000', '202556.706000', '202556.708000', '202556.711000', '202556.713000', '202556.716000', '202556.719000', '202556.721000', '202556.724000', '202556.726000', '202556.729000', '202556.731000', '202556.734000', '202556.737000', '202556.739000', '202556.742000', '202556.744000', '202556.747000', '202556.749000', '202556.752000', '202556.755000', '202556.757000', '202556.760000', '202556.762000', '202556.765000', '202616.653000', '202616.656000', '202616.659000', '202616.661000', '202616.664000', '202616.667000', '202616.669000', '202616.672000', '202616.674000', '202616.677000', '202616.680000', '202616.682000', '202616.685000', '202616.688000', '202616.690000', '202616.693000', '202616.695000', '202616.698000', '202616.701000', '202616.703000', '202616.706000', '202616.709000', '202616.711000', '202616.714000', '202616.716000', '202616.719000', '202616.722000', '202616.724000', '202616.727000', '202616.729000', '202616.732000', '202616.735000', '202616.737000', '202616.740000', '202616.742000', '202616.745000', '202616.747000', '202616.750000', '202616.753000', '202616.755000', '202616.758000', '202616.761000', '202616.763000', '202616.766000', '202636.653000', '202636.656000', '202636.659000', '202636.661000', '202636.664000', '202636.667000', '202636.669000', '202636.672000', '202636.674000', '202636.677000', '202636.680000', '202636.682000', '202636.685000', '202636.687000', '202636.690000', '202636.692000', '202636.695000', '202636.698000', '202636.700000', '202636.703000', '202636.705000', '202636.708000', '202636.710000', '202636.713000', '202636.716000', '202636.718000', '202636.721000', '202636.723000', '202636.726000', '202636.729000', '202636.731000', '202636.734000', '202636.736000', '202636.739000', '202636.742000', '202636.744000', '202636.754000', '202636.757000', '202636.759000', '202636.762000', '202636.765000', '202636.767000', '202636.770000', '202656.654000', '202656.657000', '202656.659000', '202656.662000', '202656.664000', '202656.667000', '202656.670000', '202656.672000', '202656.675000', '202656.677000', '202656.680000', '202656.683000', '202656.685000', '202656.688000', '202656.690000', '202656.693000', '202656.696000', '202656.698000', '202656.701000', '202656.703000', '202656.706000', '202656.709000', '202656.712000', '202656.716000', '202656.718000', '202656.721000', '202656.724000', '202656.726000', '202656.729000', '202656.731000', '202656.734000', '202656.737000', '202656.739000', '202656.742000', '202656.744000', '202656.747000', '202656.750000', '202656.752000', '202656.755000', '202656.758000', '202656.760000', '202656.763000', '202656.766000', '202716.653000', '202716.656000', '202716.659000', '202716.661000', '202716.664000', '202716.667000', '202716.669000', '202716.672000', '202716.674000', '202716.677000', '202716.680000', '202716.682000', '202716.685000', '202716.687000', '202716.690000', '202716.693000', '202716.695000', '202716.698000', '202716.700000', '202716.703000', '202716.706000', '202716.708000', '202716.711000', '202716.714000', '202716.716000', '202716.719000', '202716.721000', '202716.724000', '202716.726000', '202716.729000', '202716.732000', '202716.734000', '202716.737000', '202716.739000', '202716.742000', '202716.745000', '202716.747000', '202716.750000', '202716.752000', '202716.755000', '202716.758000', '202716.760000', '202716.763000', '202716.765000', '202736.653000', '202736.656000', '202736.659000', '202736.661000', '202736.664000', '202736.667000', '202736.670000', '202736.672000', '202736.675000', '202736.678000', '202736.680000', '202736.683000', '202736.685000', '202736.688000', '202736.690000', '202736.693000', '202736.696000', '202736.698000', '202736.701000', '202736.703000', '202736.706000', '202736.709000', '202736.711000', '202736.714000', '202736.717000', '202736.720000', '202736.723000', '202736.726000', '202736.728000', '202736.731000', '202736.733000', '202736.736000', '202736.739000', '202736.741000', '202736.744000', '202736.747000', '202736.749000', '202736.752000', '202736.754000', '202736.757000', '202736.759000', '202736.762000', '202736.765000', '202756.653000', '202756.656000', '202756.659000', '202756.661000', '202756.664000', '202756.667000', '202756.669000', '202756.672000', '202756.674000', '202756.677000', '202756.679000', '202756.682000', '202756.685000', '202756.687000', '202756.690000', '202756.692000', '202756.695000', '202756.698000', '202756.700000', '202756.703000', '202756.705000', '202756.708000', '202756.711000', '202756.713000', '202756.716000', '202756.718000', '202756.721000', '202756.723000', '202756.726000', '202756.729000', '202756.731000', '202756.734000', '202756.736000', '202756.739000', '202756.742000', '202756.744000', '202756.747000', '202756.749000', '202756.752000', '202756.755000', '202756.757000', '202756.760000', '202756.762000', '202756.765000', '202816.654000', '202816.656000', '202816.659000', '202816.661000', '202816.701000', '202816.703000', '202816.706000', '202816.709000', '202816.711000', '202816.714000', '202816.717000', '202816.719000', '202816.722000', '202816.725000', '202816.727000', '202816.730000', '202816.732000', '202816.735000', '202816.738000', '202816.740000', '202816.743000', '202816.746000', '202816.748000', '202816.754000', '202816.757000', '202816.759000', '202816.762000', '202816.765000', '202816.767000', '202816.770000', '202816.772000', '202816.775000', '202816.778000', '202816.780000', '202816.783000', '202816.785000', '202816.788000', '202816.791000', '202816.793000', '202816.796000', '202816.798000', '202816.862000', '202816.865000', '202836.653000', '202836.656000', '202836.659000', '202836.661000', '202836.664000', '202836.667000', '202836.669000', '202836.672000', '202836.674000', '202836.677000', '202836.680000', '202836.682000', '202836.685000', '202836.687000', '202836.690000', '202836.693000', '202836.695000', '202836.698000', '202836.700000', '202836.703000', '202836.705000', '202836.708000', '202836.711000', '202836.713000', '202836.716000', '202836.718000', '202836.721000', '202836.724000', '202836.726000', '202836.729000', '202836.731000', '202836.734000', '202836.737000', '202836.739000', '202836.742000', '202836.744000', '202836.747000', '202836.749000', '202836.752000', '202836.755000', '202836.757000', '202836.760000', '202836.762000', '202836.765000', '202856.654000', '202856.656000', '202856.659000', '202856.662000', '202856.664000', '202856.667000', '202856.669000', '202856.672000', '202856.675000', '202856.677000', '202856.680000', '202856.682000', '202856.685000', '202856.687000', '202856.690000', '202856.693000', '202856.695000', '202856.698000', '202856.701000', '202856.703000', '202856.706000', '202856.709000', '202856.711000', '202856.714000', '202856.717000', '202856.719000', '202856.722000', '202856.724000', '202856.727000', '202856.730000', '202856.732000', '202856.735000', '202856.738000', '202856.740000', '202856.743000', '202856.745000', '202856.748000', '202856.751000', '202856.753000', '202856.756000', '202856.758000', '202856.761000', '202856.763000', '202916.654000', '202916.656000', '202916.659000', '202916.662000', '202916.664000', '202916.667000', '202916.669000', '202916.672000', '202916.674000', '202916.677000', '202916.680000', '202916.682000', '202916.685000', '202916.687000', '202916.690000', '202916.692000', '202916.695000', '202916.698000', '202916.700000', '202916.703000', '202916.705000', '202916.708000', '202916.711000', '202916.713000', '202916.716000', '202916.718000', '202916.721000', '202916.724000', '202916.726000', '202916.729000', '202916.731000', '202916.734000', '202916.736000', '202916.739000', '202916.742000', '202916.744000', '202916.747000', '202916.749000', '202916.752000', '202916.754000', '202916.757000', '202916.760000', '202916.762000', '202916.765000', '202936.654000', '202936.657000', '202936.659000', '202936.662000', '202936.664000', '202936.667000', '202936.669000', '202936.672000', '202936.675000', '202936.677000', '202936.680000', '202936.682000', '202936.685000', '202936.688000', '202936.690000', '202936.704000', '202936.707000', '202936.710000', '202936.712000', '202936.715000', '202936.717000', '202936.720000', '202936.722000', '202936.725000', '202936.728000', '202936.730000', '202936.733000', '202936.735000', '202936.738000', '202936.741000', '202936.743000', '202936.746000', '202936.749000', '202936.752000', '202936.754000', '202936.757000', '202936.759000', '202936.762000', '202936.765000', '202936.767000', '202936.770000', '202936.773000', '202936.775000', '202956.654000', '202956.656000', '202956.659000', '202956.662000', '202956.664000', '202956.667000', '202956.669000', '202956.672000', '202956.674000', '202956.677000', '202956.680000', '202956.682000', '202956.685000', '202956.687000', '202956.690000', '202956.701000', '202956.704000', '202956.706000', '202956.709000', '202956.712000', '202956.714000', '202956.717000', '202956.719000', '202956.722000', '202956.725000', '202956.727000', '202956.730000', '202956.732000', '202956.735000', '202956.738000', '202956.740000', '202956.743000', '202956.746000', '202956.748000', '202956.751000', '202956.753000', '202956.756000', '202956.758000', '202956.761000', '202956.763000', '202956.766000', '202956.769000', '202956.771000', '202956.774000', '202957.893000', '202957.896000', '202957.899000'], 'InstanceCreationTime': ['202316.688000', '202316.691000', '202316.694000', '202316.697000', '202316.700000', '202316.702000', '202316.705000', '202316.707000', '202316.710000', '202316.712000', '202316.715000', '202316.718000', '202316.720000', '202316.723000', '202316.725000', '202316.728000', '202316.731000', '202316.733000', '202316.736000', '202316.738000', '202316.741000', '202316.743000', '202316.746000', '202316.748000', '202316.757000', '202316.760000', '202316.762000', '202316.765000', '202316.767000', '202316.770000', '202316.773000', '202316.776000', '202316.779000', '202316.782000', '202316.784000', '202316.787000', '202316.789000', '202316.792000', '202316.794000', '202316.797000', '202316.800000', '202316.802000', '202316.805000', '202316.808000', '202316.810000', '202316.813000', '202316.815000', '202316.818000', '202316.821000', '202316.823000', '202316.826000', '202316.828000', '202316.831000', '202336.653000', '202336.656000', '202336.673000', '202336.676000', '202336.679000', '202336.681000', '202336.684000', '202336.686000', '202336.696000', '202336.699000', '202336.701000', '202336.704000', '202336.707000', '202336.709000', '202336.712000', '202336.714000', '202336.717000', '202336.720000', '202336.722000', '202336.725000', '202336.727000', '202336.730000', '202336.733000', '202336.735000', '202336.738000', '202336.740000', '202336.743000', '202336.745000', '202336.748000', '202336.751000', '202336.753000', '202336.756000', '202336.758000', '202336.761000', '202336.763000', '202336.766000', '202336.769000', '202336.771000', '202336.774000', '202336.776000', '202336.779000', '202336.781000', '202336.784000', '202336.786000', '202356.653000', '202356.656000', '202356.659000', '202356.661000', '202356.664000', '202356.666000', '202356.669000', '202356.672000', '202356.674000', '202356.677000', '202356.679000', '202356.682000', '202356.685000', '202356.687000', '202356.690000', '202356.692000', '202356.695000', '202356.698000', '202356.700000', '202356.703000', '202356.705000', '202356.708000', '202356.710000', '202356.713000', '202356.715000', '202356.718000', '202356.721000', '202356.723000', '202356.726000', '202356.728000', '202356.731000', '202356.734000', '202356.736000', '202356.739000', '202356.741000', '202356.744000', '202356.746000', '202356.749000', '202356.752000', '202356.755000', '202356.758000', '202356.760000', '202356.763000', '202416.654000', '202416.656000', '202416.659000', '202416.662000', '202416.664000', '202416.667000', '202416.669000', '202416.672000', '202416.675000', '202416.680000', '202416.682000', '202416.685000', '202416.688000', '202416.690000', '202416.693000', '202416.696000', '202416.698000', '202416.701000', '202416.703000', '202416.706000', '202416.709000', '202416.711000', '202416.714000', '202416.716000', '202416.719000', '202416.722000', '202416.724000', '202416.727000', '202416.729000', '202416.732000', '202416.734000', '202416.737000', '202416.740000', '202416.742000', '202416.745000', '202416.747000', '202416.750000', '202416.753000', '202416.755000', '202416.758000', '202416.760000', '202416.763000', '202416.765000', '202416.768000', '202436.653000', '202436.656000', '202436.659000', '202436.661000', '202436.664000', '202436.667000', '202436.669000', '202436.672000', '202436.674000', '202436.677000', '202436.679000', '202436.682000', '202436.684000', '202436.687000', '202436.690000', '202436.692000', '202436.695000', '202436.698000', '202436.700000', '202436.703000', '202436.705000', '202436.708000', '202436.710000', '202436.713000', '202436.716000', '202436.718000', '202436.721000', '202436.724000', '202436.726000', '202436.729000', '202436.731000', '202436.734000', '202436.736000', '202436.739000', '202436.742000', '202436.744000', '202436.747000', '202436.749000', '202436.752000', '202436.754000', '202436.757000', '202436.759000', '202436.762000', '202456.653000', '202456.656000', '202456.659000', '202456.661000', '202456.664000', '202456.667000', '202456.670000', '202456.673000', '202456.675000', '202456.678000', '202456.681000', '202456.683000', '202456.691000', '202456.693000', '202456.696000', '202456.698000', '202456.701000', '202456.704000', '202456.706000', '202456.709000', '202456.711000', '202456.714000', '202456.716000', '202456.719000', '202456.722000', '202456.724000', '202456.727000', '202456.730000', '202456.732000', '202456.735000', '202456.737000', '202456.740000', '202456.743000', '202456.745000', '202456.748000', '202456.750000', '202456.753000', '202456.755000', '202456.758000', '202456.761000', '202456.763000', '202456.787000', '202456.790000', '202516.653000', '202516.656000', '202516.659000', '202516.661000', '202516.664000', '202516.666000', '202516.669000', '202516.672000', '202516.674000', '202516.677000', '202516.679000', '202516.682000', '202516.685000', '202516.687000', '202516.690000', '202516.692000', '202516.695000', '202516.698000', '202516.700000', '202516.703000', '202516.705000', '202516.708000', '202516.710000', '202516.713000', '202516.716000', '202516.718000', '202516.721000', '202516.723000', '202516.726000', '202516.729000', '202516.731000', '202516.734000', '202516.736000', '202516.739000', '202516.741000', '202516.744000', '202516.747000', '202516.749000', '202516.752000', '202516.754000', '202516.757000', '202516.760000', '202516.762000', '202516.765000', '202536.653000', '202536.656000', '202536.659000', '202536.661000', '202536.664000', '202536.666000', '202536.682000', '202536.684000', '202536.687000', '202536.690000', '202536.692000', '202536.695000', '202536.698000', '202536.700000', '202536.703000', '202536.705000', '202536.708000', '202536.711000', '202536.713000', '202536.716000', '202536.718000', '202536.721000', '202536.723000', '202536.726000', '202536.729000', '202536.731000', '202536.734000', '202536.737000', '202536.739000', '202536.742000', '202536.745000', '202536.747000', '202536.750000', '202536.752000', '202536.755000', '202536.757000', '202536.760000', '202536.763000', '202536.765000', '202536.768000', '202536.771000', '202536.773000', '202536.776000', '202556.654000', '202556.656000', '202556.659000', '202556.662000', '202556.664000', '202556.667000', '202556.669000', '202556.672000', '202556.674000', '202556.677000', '202556.680000', '202556.682000', '202556.685000', '202556.687000', '202556.690000', '202556.692000', '202556.695000', '202556.698000', '202556.700000', '202556.703000', '202556.706000', '202556.708000', '202556.711000', '202556.713000', '202556.716000', '202556.719000', '202556.721000', '202556.724000', '202556.726000', '202556.729000', '202556.731000', '202556.734000', '202556.737000', '202556.739000', '202556.742000', '202556.744000', '202556.747000', '202556.749000', '202556.752000', '202556.755000', '202556.757000', '202556.760000', '202556.762000', '202556.765000', '202616.653000', '202616.656000', '202616.659000', '202616.661000', '202616.664000', '202616.667000', '202616.669000', '202616.672000', '202616.674000', '202616.677000', '202616.680000', '202616.682000', '202616.685000', '202616.688000', '202616.690000', '202616.693000', '202616.695000', '202616.698000', '202616.701000', '202616.703000', '202616.706000', '202616.709000', '202616.711000', '202616.714000', '202616.716000', '202616.719000', '202616.722000', '202616.724000', '202616.727000', '202616.729000', '202616.732000', '202616.735000', '202616.737000', '202616.740000', '202616.742000', '202616.745000', '202616.747000', '202616.750000', '202616.753000', '202616.755000', '202616.758000', '202616.761000', '202616.763000', '202616.766000', '202636.653000', '202636.656000', '202636.659000', '202636.661000', '202636.664000', '202636.667000', '202636.669000', '202636.672000', '202636.674000', '202636.677000', '202636.680000', '202636.682000', '202636.685000', '202636.687000', '202636.690000', '202636.692000', '202636.695000', '202636.698000', '202636.700000', '202636.703000', '202636.705000', '202636.708000', '202636.710000', '202636.713000', '202636.716000', '202636.718000', '202636.721000', '202636.723000', '202636.726000', '202636.729000', '202636.731000', '202636.734000', '202636.736000', '202636.739000', '202636.742000', '202636.744000', '202636.754000', '202636.757000', '202636.759000', '202636.762000', '202636.765000', '202636.767000', '202636.770000', '202656.654000', '202656.657000', '202656.659000', '202656.662000', '202656.664000', '202656.667000', '202656.670000', '202656.672000', '202656.675000', '202656.677000', '202656.680000', '202656.683000', '202656.685000', '202656.688000', '202656.690000', '202656.693000', '202656.696000', '202656.698000', '202656.701000', '202656.703000', '202656.706000', '202656.709000', '202656.712000', '202656.716000', '202656.718000', '202656.721000', '202656.724000', '202656.726000', '202656.729000', '202656.731000', '202656.734000', '202656.737000', '202656.739000', '202656.742000', '202656.744000', '202656.747000', '202656.750000', '202656.752000', '202656.755000', '202656.758000', '202656.760000', '202656.763000', '202656.766000', '202716.653000', '202716.656000', '202716.659000', '202716.661000', '202716.664000', '202716.667000', '202716.669000', '202716.672000', '202716.674000', '202716.677000', '202716.680000', '202716.682000', '202716.685000', '202716.687000', '202716.690000', '202716.693000', '202716.695000', '202716.698000', '202716.700000', '202716.703000', '202716.706000', '202716.708000', '202716.711000', '202716.714000', '202716.716000', '202716.719000', '202716.721000', '202716.724000', '202716.726000', '202716.729000', '202716.732000', '202716.734000', '202716.737000', '202716.739000', '202716.742000', '202716.745000', '202716.747000', '202716.750000', '202716.752000', '202716.755000', '202716.758000', '202716.760000', '202716.763000', '202716.765000', '202736.653000', '202736.656000', '202736.659000', '202736.661000', '202736.664000', '202736.667000', '202736.670000', '202736.672000', '202736.675000', '202736.678000', '202736.680000', '202736.683000', '202736.685000', '202736.688000', '202736.690000', '202736.693000', '202736.696000', '202736.698000', '202736.701000', '202736.703000', '202736.706000', '202736.709000', '202736.711000', '202736.714000', '202736.717000', '202736.720000', '202736.723000', '202736.726000', '202736.728000', '202736.731000', '202736.733000', '202736.736000', '202736.739000', '202736.741000', '202736.744000', '202736.747000', '202736.749000', '202736.752000', '202736.754000', '202736.757000', '202736.759000', '202736.762000', '202736.765000', '202756.653000', '202756.656000', '202756.659000', '202756.661000', '202756.664000', '202756.667000', '202756.669000', '202756.672000', '202756.674000', '202756.677000', '202756.679000', '202756.682000', '202756.685000', '202756.687000', '202756.690000', '202756.692000', '202756.695000', '202756.698000', '202756.700000', '202756.703000', '202756.705000', '202756.708000', '202756.711000', '202756.713000', '202756.716000', '202756.718000', '202756.721000', '202756.723000', '202756.726000', '202756.729000', '202756.731000', '202756.734000', '202756.736000', '202756.739000', '202756.742000', '202756.744000', '202756.747000', '202756.749000', '202756.752000', '202756.755000', '202756.757000', '202756.760000', '202756.762000', '202756.765000', '202816.654000', '202816.656000', '202816.659000', '202816.661000', '202816.701000', '202816.703000', '202816.706000', '202816.709000', '202816.711000', '202816.714000', '202816.717000', '202816.719000', '202816.722000', '202816.725000', '202816.727000', '202816.730000', '202816.732000', '202816.735000', '202816.738000', '202816.740000', '202816.743000', '202816.746000', '202816.748000', '202816.754000', '202816.757000', '202816.759000', '202816.762000', '202816.765000', '202816.767000', '202816.770000', '202816.772000', '202816.775000', '202816.778000', '202816.780000', '202816.783000', '202816.785000', '202816.788000', '202816.791000', '202816.793000', '202816.796000', '202816.798000', '202816.862000', '202816.865000', '202836.653000', '202836.656000', '202836.659000', '202836.661000', '202836.664000', '202836.667000', '202836.669000', '202836.672000', '202836.674000', '202836.677000', '202836.680000', '202836.682000', '202836.685000', '202836.687000', '202836.690000', '202836.693000', '202836.695000', '202836.698000', '202836.700000', '202836.703000', '202836.705000', '202836.708000', '202836.711000', '202836.713000', '202836.716000', '202836.718000', '202836.721000', '202836.724000', '202836.726000', '202836.729000', '202836.731000', '202836.734000', '202836.737000', '202836.739000', '202836.742000', '202836.744000', '202836.747000', '202836.749000', '202836.752000', '202836.755000', '202836.757000', '202836.760000', '202836.762000', '202836.765000', '202856.654000', '202856.656000', '202856.659000', '202856.662000', '202856.664000', '202856.667000', '202856.669000', '202856.672000', '202856.675000', '202856.677000', '202856.680000', '202856.682000', '202856.685000', '202856.687000', '202856.690000', '202856.693000', '202856.695000', '202856.698000', '202856.701000', '202856.703000', '202856.706000', '202856.709000', '202856.711000', '202856.714000', '202856.717000', '202856.719000', '202856.722000', '202856.724000', '202856.727000', '202856.730000', '202856.732000', '202856.735000', '202856.738000', '202856.740000', '202856.743000', '202856.745000', '202856.748000', '202856.751000', '202856.753000', '202856.756000', '202856.758000', '202856.761000', '202856.763000', '202916.654000', '202916.656000', '202916.659000', '202916.662000', '202916.664000', '202916.667000', '202916.669000', '202916.672000', '202916.674000', '202916.677000', '202916.680000', '202916.682000', '202916.685000', '202916.687000', '202916.690000', '202916.692000', '202916.695000', '202916.698000', '202916.700000', '202916.703000', '202916.705000', '202916.708000', '202916.711000', '202916.713000', '202916.716000', '202916.718000', '202916.721000', '202916.724000', '202916.726000', '202916.729000', '202916.731000', '202916.734000', '202916.736000', '202916.739000', '202916.742000', '202916.744000', '202916.747000', '202916.749000', '202916.752000', '202916.754000', '202916.757000', '202916.760000', '202916.762000', '202916.765000', '202936.654000', '202936.657000', '202936.659000', '202936.662000', '202936.664000', '202936.667000', '202936.669000', '202936.672000', '202936.675000', '202936.677000', '202936.680000', '202936.682000', '202936.685000', '202936.688000', '202936.690000', '202936.704000', '202936.707000', '202936.710000', '202936.712000', '202936.715000', '202936.717000', '202936.720000', '202936.722000', '202936.725000', '202936.728000', '202936.730000', '202936.733000', '202936.735000', '202936.738000', '202936.741000', '202936.743000', '202936.746000', '202936.749000', '202936.752000', '202936.754000', '202936.757000', '202936.759000', '202936.762000', '202936.765000', '202936.767000', '202936.770000', '202936.773000', '202936.775000', '202956.654000', '202956.656000', '202956.659000', '202956.662000', '202956.664000', '202956.667000', '202956.669000', '202956.672000', '202956.674000', '202956.677000', '202956.680000', '202956.682000', '202956.685000', '202956.687000', '202956.690000', '202956.701000', '202956.704000', '202956.706000', '202956.709000', '202956.712000', '202956.714000', '202956.717000', '202956.719000', '202956.722000', '202956.725000', '202956.727000', '202956.730000', '202956.732000', '202956.735000', '202956.738000', '202956.740000', '202956.743000', '202956.746000', '202956.748000', '202956.751000', '202956.753000', '202956.756000', '202956.758000', '202956.761000', '202956.763000', '202956.766000', '202956.769000', '202956.771000', '202956.774000', '202957.893000', '202957.896000', '202957.899000'], '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': [9204, 16031, 10516, 13405, 8997, 12008, 8928, 10368, 8856, 12782, 8822, 10684, 9067, 8739, 8852, 9269, 8826, 9866, 8928, 11836, 9324, 8700, 9252, 9625, 9759, 9039, 14686, 9209, 13323, 8811, 9437, 13069, 9128, 16054, 9546, 14647, 8993, 11123, 8803, 9325, 8627, 10499, 8694, 9019, 8491, 9003, 10304, 8928, 12292, 9269, 13750, 9044, 11872, 8960, 14033, 8988, 12166, 9078, 10461, 8855, 12686, 8912, 9127, 9060, 9137, 14635, 9357, 15383, 9002, 11556, 8609, 9858, 8842, 10743, 8974, 8955, 8682, 8839, 8869, 9368, 9551, 9495, 8916, 13331, 9073, 12057, 9655, 11155, 9494, 14995, 10381, 15192, 9603, 12657, 9220, 11254, 9008, 13534, 9434, 10000, 9195, 9262, 8861, 9400, 11921, 9733, 11250, 9935, 12106, 9406, 11662, 9241, 11914, 9273, 9020, 9042, 8850, 8790, 9311, 11991, 8782, 14777, 9264, 12123, 8999, 14013, 9305, 13706, 9474, 9646, 9256, 9603, 8664, 11606, 9174, 11520, 8646, 13946, 9142, 16221, 10864, 14720, 9560, 13118, 9335, 11368, 9204, 11049, 9612, 10306, 9354, 9437, 13090, 9004, 12276, 9233, 11224, 8885, 9105, 9225, 9487, 8965, 9077, 10882, 8812, 14127, 8903, 11574, 9209, 10873, 9195, 9246, 10209, 8884, 15054, 9450, 14891, 9550, 14983, 10386, 14030, 8670, 11198, 8791, 10484, 8572, 11843, 8481, 12335, 8948, 9290, 9378, 9166, 9010, 9316, 9151, 9393, 8929, 9031, 8736, 8861, 8412, 13057, 8987, 8438, 9051, 8579, 9092, 8603, 12774, 12607, 11126, 13364, 9149, 13705, 8897, 15303, 10986, 13474, 8962, 10089, 8786, 9533, 8701, 10028, 9151, 11152, 9320, 9375, 8917, 9118, 8791, 9430, 13583, 11663, 14554, 9174, 14528, 9084, 12869, 9154, 15280, 10048, 12909, 8915, 10104, 9167, 10145, 8647, 10963, 8547, 8983, 8495, 8870, 9459, 8712, 13429, 8828, 12911, 8890, 11702, 8834, 12336, 8677, 10151, 9201, 9574, 9041, 9783, 8748, 11626, 11306, 9878, 9530, 9680, 9358, 9356, 10694, 9503, 13334, 10672, 13120, 13904, 9559, 15383, 9258, 11688, 9114, 9454, 9398, 8984, 15649, 8876, 11951, 8790, 9429, 9074, 8494, 8756, 9275, 8570, 8984, 8473, 9088, 8860, 9669, 9494, 10153, 9804, 9887, 9113, 9097, 10091, 9266, 13852, 9260, 12671, 9497, 9978, 8896, 9469, 15358, 9173, 13841, 9293, 11041, 9020, 9030, 8898, 9396, 12698, 9528, 13864, 9349, 11094, 9016, 9495, 9389, 9567, 8680, 9448, 9160, 9497, 8792, 9190, 9308, 9880, 9764, 13295, 9492, 8619, 9402, 8906, 9423, 9937, 10666, 14612, 11181, 15029, 9709, 12939, 9497, 11775, 9108, 13234, 9079, 9359, 12579, 9895, 13944, 10224, 13169, 10663, 9468, 9550, 9180, 8464, 9415, 7976, 13647, 10420, 10476, 11805, 10378, 14098, 10484, 14175, 10451, 15801, 10773, 16292, 10488, 16530, 12367, 16251, 10372, 10163, 10228, 10406, 10556, 10236, 10685, 10423, 9683, 11246, 10053, 10414, 9955, 10344, 9835, 10124, 9406, 11667, 9562, 11454, 9763, 9570, 10030, 9966, 9244, 10943, 9588, 9962, 9403, 9768, 8982, 9843, 12076, 10161, 12234, 9708, 12694, 9720, 12541, 9680, 12537, 9595, 14034, 9580, 12708, 9324, 10747, 9812, 10250, 9068, 9799, 8843, 10275, 9953, 9836, 9532, 11707, 9839, 9033, 10190, 9861, 13710, 9441, 11444, 9127, 10740, 9249, 11877, 9522, 14727, 9029, 11756, 8914, 9702, 9036, 9810, 9215, 9462, 9140, 8904, 9258, 9113, 9034, 9211, 12929, 9245, 11570, 9230, 11655, 9116, 12022, 9505, 12900, 9527, 13364, 9016, 10784, 8956, 9755, 8775, 10762, 9047, 9421, 9173, 8740, 9288, 9095, 11197, 9100, 14041, 9804, 13213, 9798, 11465, 9643, 10203, 9390, 10662, 9659, 9638, 9559, 9468, 9829, 9512, 11061, 9608, 13185, 9588, 13701, 9686, 10368, 9299, 9976, 8793, 11447, 9009, 9278, 8994, 9864, 11699, 9555, 14301, 9878, 13137, 9639, 11974, 9656, 11939, 9503, 12693, 9428, 11920, 9365, 11031, 10020, 11967, 9866, 11725, 9792, 10971, 9580, 10877, 9450, 11981, 11038, 11831, 9227, 9559, 11038, 10013, 14959, 10396, 15135, 10290, 12990, 9708, 11809, 9836, 13027, 9894, 12469, 9994, 11538, 10075, 12229, 9730, 13105, 9935, 11307, 10004, 12194, 10099, 13845, 9853, 12892, 9687, 12006, 9532, 11785, 9975, 12789, 9427, 11482, 9915, 10578, 9839, 10990, 9782, 9743, 9518, 9774, 9651, 10639, 9466, 10143, 9732, 9739, 10096, 9743, 9687, 11813, 9711, 9574, 11501, 9865, 13770, 9943, 12914, 10130, 13718, 10672, 14530, 10813, 13058, 9421, 10864, 9520, 9833, 9483, 10232, 9298, 9704, 13809, 9827, 12231, 9743, 12433, 9660, 11530, 9385, 9840, 9870, 10422, 9646, 11503, 9635, 9666, 9423, 9683, 9616, 10047, 10782, 10025, 10114, 9839, 12212, 10154, 13371, 9907, 13037, 10023, 11839, 9717, 12148, 10262, 13327, 9612, 12085, 9734, 10703, 9683, 10802, 9609, 10213, 9520, 9885, 9457, 10001, 12417, 10035, 11596, 9999, 12476, 10128, 12070, 9935, 13206, 9877, 11951, 9844, 11727, 9732, 11688, 9664, 12727, 9824, 11420, 9672, 11260, 9898, 12968, 10184, 11603, 9838, 11003, 9404, 11713, 9751, 10402, 8949, 8923, 9714, 9768, 9459, 10933, 9301, 9464, 10337, 8574, 13203, 10747, 8266, 12672, 9234, 8938, 9114, 9045, 8874, 13359, 12565, 13198, 11177, 9278, 10569, 9073, 10246, 9737, 8808, 10277, 9395, 9232, 11858, 9209, 13335, 10965, 10455, 13938, 12567, 15848, 14538, 16028, 10939, 10805, 8882, 9726, 9103, 10492, 8953, 14895, 9333, 9811, 8930, 8846, 8729, 8901, 8843, 9820, 8350, 10213, 9130, 8750, 9255, 8734, 13748, 9185, 15363, 9160, 9134, 9883, 10084, 10362, 9544, 10113, 15072, 10846, 15012, 10683, 8533, 8922, 8848, 8823, 9278, 9083, 9118, 9667, 11504, 12260, 10298, 10684, 8736, 8948, 8775, 9962, 8961, 10165, 9019, 13787, 8982, 12229, 8750, 9788, 8642, 10991, 9200, 14687, 9134, 13034, 8805, 10741, 8698, 11523, 8817, 12097, 8808, 9616, 9136, 9810, 8896, 10026, 8809, 12181, 8980, 13225, 9452, 8628, 9334, 8877, 10099, 9017, 12598, 9334, 16282, 10479, 14101, 9205, 11546, 9333, 11891, 8825, 11036, 8909, 9080, 9880, 10510, 10300, 12598, 9084, 10996, 8888, 8338, 9416, 8502, 10880, 11524, 8544, 11421, 9958, 13848, 11425, 14415, 11191, 13605, 11962, 13705, 13949, 11120, 10211, 9611, 9103, 8860, 9128, 9763, 9143, 8636, 9579, 9046, 9552, 10059, 10139, 10041, 10299, 9876, 10198, 13064, 10209, 14787, 11250, 9400, 9277, 9404, 8962, 8777, 10105, 8811, 9129, 9216, 8796, 12779, 8938, 15011, 8876, 14694, 9286, 11391, 9231, 9565, 9303, 9696, 8931, 8597, 8885], 'WindowCenter': [4213.0, 4246.0, 4191.0, 4206.0, 4153.0, 4180.0, 4140.0, 4160.0, 4149.0, 4179.0, 4139.0, 4157.0, 4137.0, 4125.0, 4138.0, 4147.0, 4138.0, 4158.0, 4151.0, 4181.0, 4161.0, 4140.0, 4160.0, 4161.0, 4159.0, 4150.0, 4203.0, 4149.0, 4191.0, 4137.0, 4137.0, 4178.0, 4137.0, 4197.0, 4147.0, 4186.0, 4134.0, 4154.0, 4136.0, 4136.0, 4137.0, 4158.0, 4125.0, 4135.0, 4126.0, 4135.0, 4144.0, 4136.0, 4166.0, 4136.0, 4175.0, 4135.0, 4166.0, 4136.0, 4187.0, 4135.0, 4165.0, 4134.0, 4145.0, 4134.0, 4167.0, 4123.0, 4135.0, 4124.0, 4133.0, 4174.0, 4136.0, 4185.0, 4123.0, 4152.0, 4124.0, 4132.0, 4124.0, 4155.0, 4124.0, 4123.0, 4124.0, 4135.0, 4134.0, 4133.0, 4145.0, 4146.0, 4135.0, 4188.0, 4136.0, 4178.0, 4148.0, 4167.0, 4148.0, 4198.0, 4159.0, 4199.0, 4147.0, 4176.0, 4137.0, 4167.0, 4138.0, 4177.0, 4135.0, 4144.0, 4135.0, 4134.0, 4135.0, 4135.0, 4167.0, 4145.0, 4156.0, 4148.0, 4164.0, 4135.0, 4166.0, 4135.0, 4164.0, 4135.0, 4136.0, 4135.0, 4136.0, 4137.0, 4147.0, 4165.0, 4125.0, 4186.0, 4134.0, 4164.0, 4125.0, 4174.0, 4135.0, 4174.0, 4135.0, 4134.0, 4133.0, 4132.0, 4123.0, 4153.0, 4133.0, 4152.0, 4122.0, 4174.0, 4134.0, 4185.0, 4157.0, 4186.0, 4145.0, 4164.0, 4132.0, 4152.0, 4122.0, 4153.0, 4133.0, 4143.0, 4133.0, 4135.0, 4175.0, 4134.0, 4165.0, 4136.0, 4166.0, 4135.0, 4134.0, 4134.0, 4149.0, 4136.0, 4137.0, 4155.0, 4136.0, 4187.0, 4135.0, 4165.0, 4136.0, 4156.0, 4135.0, 4134.0, 4146.0, 4136.0, 4185.0, 4134.0, 4187.0, 4135.0, 4186.0, 4144.0, 4174.0, 4123.0, 4153.0, 4124.0, 4143.0, 4125.0, 4155.0, 4125.0, 4164.0, 4123.0, 4133.0, 4134.0, 4133.0, 4124.0, 4135.0, 4135.0, 4136.0, 4136.0, 4135.0, 4126.0, 4137.0, 4139.0, 4177.0, 4148.0, 4137.0, 4148.0, 4139.0, 4149.0, 4140.0, 4193.0, 4181.0, 4170.0, 4189.0, 4137.0, 4187.0, 4148.0, 4188.0, 4156.0, 4175.0, 4134.0, 4144.0, 4126.0, 4145.0, 4136.0, 4147.0, 4146.0, 4168.0, 4137.0, 4135.0, 4137.0, 4136.0, 4137.0, 4147.0, 4176.0, 4168.0, 4187.0, 4136.0, 4176.0, 4125.0, 4166.0, 4134.0, 4185.0, 4133.0, 4163.0, 4123.0, 4142.0, 4134.0, 4143.0, 4125.0, 4145.0, 4124.0, 4123.0, 4124.0, 4134.0, 4134.0, 4126.0, 4175.0, 4134.0, 4164.0, 4135.0, 4165.0, 4136.0, 4166.0, 4126.0, 4144.0, 4135.0, 4133.0, 4136.0, 4145.0, 4137.0, 4194.0, 4181.0, 4157.0, 4148.0, 4158.0, 4148.0, 4148.0, 4158.0, 4149.0, 4189.0, 4159.0, 4179.0, 4178.0, 4135.0, 4186.0, 4134.0, 4154.0, 4123.0, 4134.0, 4124.0, 4123.0, 4185.0, 4123.0, 4153.0, 4112.0, 4121.0, 4123.0, 4123.0, 4123.0, 4133.0, 4123.0, 4124.0, 4112.0, 4122.0, 4134.0, 4162.0, 4174.0, 4173.0, 4173.0, 4172.0, 4149.0, 4148.0, 4172.0, 4151.0, 4190.0, 4150.0, 4179.0, 4149.0, 4160.0, 4151.0, 4149.0, 4199.0, 4138.0, 4178.0, 4137.0, 4156.0, 4136.0, 4137.0, 4135.0, 4137.0, 4175.0, 4146.0, 4177.0, 4135.0, 4154.0, 4123.0, 4135.0, 4137.0, 4135.0, 4125.0, 4145.0, 4136.0, 4146.0, 4125.0, 4148.0, 4149.0, 4159.0, 4160.0, 4191.0, 4160.0, 4139.0, 4150.0, 4150.0, 4150.0, 4160.0, 4173.0, 4201.0, 4171.0, 4199.0, 4148.0, 4176.0, 4136.0, 4166.0, 4136.0, 4177.0, 4124.0, 4134.0, 4165.0, 4145.0, 4176.0, 4147.0, 4178.0, 4169.0, 4160.0, 4161.0, 4172.0, 4162.0, 4171.0, 4128.0, 4202.0, 4186.0, 4186.0, 4196.0, 4173.0, 4191.0, 4160.0, 4190.0, 4147.0, 4187.0, 4147.0, 4176.0, 4132.0, 4186.0, 4155.0, 4173.0, 4120.0, 4119.0, 4130.0, 4131.0, 4131.0, 4130.0, 4130.0, 4132.0, 4132.0, 4142.0, 4133.0, 4143.0, 4134.0, 4143.0, 4134.0, 4144.0, 4136.0, 4155.0, 4136.0, 4155.0, 4146.0, 4135.0, 4145.0, 4145.0, 4136.0, 4157.0, 4136.0, 4147.0, 4136.0, 4147.0, 4125.0, 4147.0, 4167.0, 4147.0, 4167.0, 4137.0, 4177.0, 4147.0, 4166.0, 4136.0, 4167.0, 4137.0, 4176.0, 4148.0, 4166.0, 4136.0, 4145.0, 4135.0, 4144.0, 4126.0, 4145.0, 4136.0, 4146.0, 4146.0, 4147.0, 4147.0, 4168.0, 4159.0, 4149.0, 4161.0, 4176.0, 4205.0, 4160.0, 4179.0, 4150.0, 4168.0, 4148.0, 4179.0, 4149.0, 4199.0, 4140.0, 4178.0, 4148.0, 4147.0, 4138.0, 4158.0, 4148.0, 4149.0, 4148.0, 4149.0, 4150.0, 4151.0, 4150.0, 4160.0, 4190.0, 4151.0, 4178.0, 4149.0, 4180.0, 4149.0, 4180.0, 4161.0, 4179.0, 4150.0, 4188.0, 4140.0, 4168.0, 4137.0, 4147.0, 4139.0, 4168.0, 4137.0, 4148.0, 4148.0, 4137.0, 4136.0, 4138.0, 4169.0, 4149.0, 4202.0, 4173.0, 4191.0, 4161.0, 4179.0, 4148.0, 4168.0, 4148.0, 4168.0, 4161.0, 4160.0, 4160.0, 4160.0, 4160.0, 4160.0, 4179.0, 4161.0, 4192.0, 4162.0, 4203.0, 4159.0, 4158.0, 4148.0, 4160.0, 4139.0, 4180.0, 4147.0, 4149.0, 4148.0, 4159.0, 4179.0, 4160.0, 4198.0, 4161.0, 4190.0, 4160.0, 4179.0, 4159.0, 4179.0, 4149.0, 4190.0, 4149.0, 4167.0, 4148.0, 4168.0, 4158.0, 4179.0, 4160.0, 4179.0, 4158.0, 4168.0, 4159.0, 4169.0, 4159.0, 4179.0, 4169.0, 4179.0, 4148.0, 4147.0, 4156.0, 4158.0, 4199.0, 4158.0, 4188.0, 4158.0, 4177.0, 4145.0, 4166.0, 4157.0, 4177.0, 4159.0, 4176.0, 4158.0, 4167.0, 4159.0, 4178.0, 4149.0, 4178.0, 4159.0, 4168.0, 4158.0, 4178.0, 4159.0, 4188.0, 4158.0, 4177.0, 4146.0, 4176.0, 4148.0, 4166.0, 4146.0, 4176.0, 4136.0, 4165.0, 4146.0, 4156.0, 4147.0, 4156.0, 4146.0, 4145.0, 4146.0, 4156.0, 4147.0, 4156.0, 4147.0, 4157.0, 4158.0, 4158.0, 4159.0, 4159.0, 4159.0, 4180.0, 4160.0, 4162.0, 4191.0, 4172.0, 4201.0, 4172.0, 4192.0, 4170.0, 4201.0, 4171.0, 4201.0, 4170.0, 4188.0, 4148.0, 4166.0, 4148.0, 4158.0, 4147.0, 4156.0, 4145.0, 4147.0, 4186.0, 4157.0, 4177.0, 4157.0, 4177.0, 4148.0, 4166.0, 4147.0, 4157.0, 4158.0, 4158.0, 4147.0, 4178.0, 4147.0, 4148.0, 4147.0, 4148.0, 4148.0, 4158.0, 4168.0, 4159.0, 4158.0, 4157.0, 4178.0, 4159.0, 4189.0, 4158.0, 4189.0, 4159.0, 4177.0, 4159.0, 4179.0, 4158.0, 4188.0, 4146.0, 4177.0, 4147.0, 4156.0, 4147.0, 4166.0, 4147.0, 4156.0, 4146.0, 4157.0, 4147.0, 4158.0, 4177.0, 4158.0, 4167.0, 4158.0, 4177.0, 4158.0, 4177.0, 4159.0, 4188.0, 4158.0, 4177.0, 4159.0, 4178.0, 4158.0, 4179.0, 4160.0, 4189.0, 4159.0, 4178.0, 4158.0, 4167.0, 4157.0, 4190.0, 4158.0, 4168.0, 4158.0, 4168.0, 4148.0, 4178.0, 4161.0, 4184.0, 4163.0, 4151.0, 4161.0, 4160.0, 4172.0, 4167.0, 4149.0, 4159.0, 4171.0, 4166.0, 4204.0, 4170.0, 4153.0, 4204.0, 4163.0, 4164.0, 4163.0, 4149.0, 4150.0, 4192.0, 4193.0, 4202.0, 4193.0, 4174.0, 4195.0, 4176.0, 4184.0, 4171.0, 4172.0, 4171.0, 4163.0, 4176.0, 4195.0, 4162.0, 4204.0, 4171.0, 4159.0, 4191.0, 4179.0, 4201.0, 4190.0, 4203.0, 4146.0, 4133.0, 4110.0, 4119.0, 4111.0, 4131.0, 4110.0, 4174.0, 4120.0, 4120.0, 4110.0, 4109.0, 4112.0, 4123.0, 4124.0, 4132.0, 4112.0, 4144.0, 4133.0, 4124.0, 4136.0, 4140.0, 4202.0, 4153.0, 4203.0, 4162.0, 4163.0, 4135.0, 4122.0, 4121.0, 4122.0, 4137.0, 4244.0, 4190.0, 4216.0, 4173.0, 4151.0, 4138.0, 4137.0, 4136.0, 4133.0, 4137.0, 4135.0, 4147.0, 4169.0, 4169.0, 4148.0, 4159.0, 4137.0, 4125.0, 4113.0, 4133.0, 4123.0, 4134.0, 4124.0, 4177.0, 4126.0, 4166.0, 4126.0, 4134.0, 4123.0, 4144.0, 4123.0, 4176.0, 4135.0, 4165.0, 4125.0, 4143.0, 4126.0, 4154.0, 4126.0, 4165.0, 4125.0, 4134.0, 4135.0, 4145.0, 4124.0, 4148.0, 4139.0, 4167.0, 4137.0, 4178.0, 4147.0, 4138.0, 4137.0, 4137.0, 4146.0, 4138.0, 4179.0, 4149.0, 4201.0, 4158.0, 4187.0, 4136.0, 4167.0, 4136.0, 4165.0, 4135.0, 4154.0, 4123.0, 4135.0, 4147.0, 4157.0, 4169.0, 4192.0, 4161.0, 4182.0, 4159.0, 4149.0, 4158.0, 4136.0, 4168.0, 4180.0, 4165.0, 4195.0, 4177.0, 4217.0, 4182.0, 4190.0, 4157.0, 4178.0, 4156.0, 4167.0, 4176.0, 4143.0, 4131.0, 4120.0, 4109.0, 4111.0, 4121.0, 4132.0, 4134.0, 4124.0, 4118.0, 4094.0, 4105.0, 4106.0, 4118.0, 4119.0, 4132.0, 4132.0, 4144.0, 4174.0, 4202.0, 4230.0, 4198.0, 4163.0, 4150.0, 4150.0, 4138.0, 4138.0, 4144.0, 4135.0, 4136.0, 4136.0, 4127.0, 4179.0, 4138.0, 4187.0, 4125.0, 4174.0, 4134.0, 4154.0, 4123.0, 4121.0, 4122.0, 4120.0, 4122.0, 4123.0, 4123.0], 'WindowWidth': [9361.0, 9388.0, 9304.0, 9313.0, 9237.0, 9267.0, 9214.0, 9238.0, 9223.0, 9262.0, 9209.0, 9229.0, 9203.0, 9185.0, 9205.0, 9216.0, 9205.0, 9231.0, 9228.0, 9267.0, 9244.0, 9213.0, 9239.0, 9240.0, 9235.0, 9226.0, 9300.0, 9222.0, 9280.0, 9204.0, 9201.0, 9258.0, 9202.0, 9283.0, 9214.0, 9266.0, 9196.0, 9220.0, 9199.0, 9199.0, 9201.0, 9232.0, 9184.0, 9197.0, 9185.0, 9197.0, 9208.0, 9200.0, 9239.0, 9198.0, 9250.0, 9197.0, 9238.0, 9200.0, 9268.0, 9197.0, 9236.0, 9195.0, 9208.0, 9194.0, 9240.0, 9178.0, 9195.0, 9179.0, 9192.0, 9249.0, 9198.0, 9263.0, 9176.0, 9213.0, 9179.0, 9187.0, 9180.0, 9221.0, 9178.0, 9177.0, 9179.0, 9195.0, 9193.0, 9191.0, 9210.0, 9213.0, 9199.0, 9274.0, 9201.0, 9258.0, 9219.0, 9242.0, 9220.0, 9285.0, 9237.0, 9289.0, 9217.0, 9253.0, 9202.0, 9242.0, 9208.0, 9256.0, 9197.0, 9207.0, 9196.0, 9196.0, 9197.0, 9197.0, 9242.0, 9210.0, 9226.0, 9218.0, 9234.0, 9197.0, 9238.0, 9196.0, 9233.0, 9197.0, 9197.0, 9197.0, 9201.0, 9204.0, 9216.0, 9237.0, 9184.0, 9266.0, 9192.0, 9232.0, 9181.0, 9247.0, 9196.0, 9245.0, 9197.0, 9191.0, 9191.0, 9188.0, 9177.0, 9215.0, 9190.0, 9214.0, 9176.0, 9245.0, 9195.0, 9265.0, 9229.0, 9266.0, 9212.0, 9234.0, 9187.0, 9214.0, 9174.0, 9215.0, 9190.0, 9203.0, 9191.0, 9199.0, 9249.0, 9194.0, 9233.0, 9198.0, 9241.0, 9197.0, 9194.0, 9194.0, 9222.0, 9200.0, 9202.0, 9224.0, 9200.0, 9268.0, 9197.0, 9235.0, 9197.0, 9223.0, 9194.0, 9193.0, 9214.0, 9199.0, 9265.0, 9193.0, 9266.0, 9196.0, 9265.0, 9208.0, 9245.0, 9177.0, 9215.0, 9178.0, 9202.0, 9183.0, 9220.0, 9182.0, 9232.0, 9177.0, 9189.0, 9191.0, 9191.0, 9179.0, 9196.0, 9197.0, 9199.0, 9199.0, 9196.0, 9187.0, 9204.0, 9209.0, 9257.0, 9221.0, 9205.0, 9220.0, 9209.0, 9224.0, 9213.0, 9285.0, 9267.0, 9251.0, 9276.0, 9202.0, 9269.0, 9220.0, 9272.0, 9226.0, 9249.0, 9194.0, 9205.0, 9185.0, 9209.0, 9201.0, 9213.0, 9215.0, 9243.0, 9202.0, 9198.0, 9201.0, 9199.0, 9204.0, 9214.0, 9254.0, 9245.0, 9269.0, 9197.0, 9250.0, 9181.0, 9237.0, 9194.0, 9262.0, 9191.0, 9229.0, 9176.0, 9200.0, 9193.0, 9202.0, 9181.0, 9207.0, 9179.0, 9177.0, 9178.0, 9193.0, 9194.0, 9184.0, 9248.0, 9194.0, 9234.0, 9195.0, 9234.0, 9199.0, 9236.0, 9186.0, 9207.0, 9195.0, 9192.0, 9199.0, 9210.0, 9203.0, 9294.0, 9269.0, 9230.0, 9218.0, 9233.0, 9220.0, 9223.0, 9233.0, 9223.0, 9277.0, 9235.0, 9261.0, 9257.0, 9195.0, 9266.0, 9193.0, 9218.0, 9176.0, 9192.0, 9178.0, 9177.0, 9263.0, 9177.0, 9214.0, 9159.0, 9171.0, 9175.0, 9176.0, 9175.0, 9189.0, 9177.0, 9179.0, 9162.0, 9175.0, 9196.0, 9247.0, 9266.0, 9262.0, 9262.0, 9259.0, 9222.0, 9220.0, 9259.0, 9229.0, 9279.0, 9225.0, 9263.0, 9221.0, 9238.0, 9228.0, 9221.0, 9288.0, 9204.0, 9257.0, 9201.0, 9225.0, 9200.0, 9201.0, 9197.0, 9200.0, 9250.0, 9212.0, 9253.0, 9196.0, 9219.0, 9179.0, 9193.0, 9202.0, 9195.0, 9181.0, 9211.0, 9199.0, 9211.0, 9183.0, 9218.0, 9221.0, 9235.0, 9239.0, 9281.0, 9239.0, 9210.0, 9226.0, 9226.0, 9226.0, 9238.0, 9259.0, 9297.0, 9253.0, 9289.0, 9217.0, 9252.0, 9198.0, 9236.0, 9196.0, 9254.0, 9180.0, 9193.0, 9239.0, 9211.0, 9253.0, 9216.0, 9258.0, 9254.0, 9245.0, 9247.0, 9266.0, 9254.0, 9265.0, 9192.0, 9296.0, 9282.0, 9284.0, 9295.0, 9260.0, 9283.0, 9236.0, 9277.0, 9213.0, 9270.0, 9210.0, 9253.0, 9184.0, 9265.0, 9220.0, 9244.0, 9163.0, 9160.0, 9175.0, 9178.0, 9180.0, 9176.0, 9179.0, 9182.0, 9185.0, 9197.0, 9186.0, 9200.0, 9189.0, 9201.0, 9192.0, 9203.0, 9196.0, 9220.0, 9198.0, 9220.0, 9209.0, 9192.0, 9207.0, 9207.0, 9195.0, 9225.0, 9196.0, 9211.0, 9197.0, 9212.0, 9182.0, 9212.0, 9239.0, 9214.0, 9239.0, 9198.0, 9252.0, 9212.0, 9236.0, 9197.0, 9238.0, 9199.0, 9250.0, 9216.0, 9236.0, 9196.0, 9205.0, 9192.0, 9205.0, 9183.0, 9209.0, 9197.0, 9210.0, 9212.0, 9213.0, 9212.0, 9244.0, 9236.0, 9221.0, 9240.0, 9271.0, 9309.0, 9239.0, 9262.0, 9224.0, 9244.0, 9220.0, 9261.0, 9223.0, 9288.0, 9210.0, 9259.0, 9221.0, 9215.0, 9206.0, 9231.0, 9218.0, 9222.0, 9219.0, 9222.0, 9224.0, 9227.0, 9226.0, 9239.0, 9278.0, 9226.0, 9260.0, 9222.0, 9264.0, 9221.0, 9264.0, 9241.0, 9262.0, 9226.0, 9273.0, 9211.0, 9245.0, 9204.0, 9216.0, 9209.0, 9246.0, 9204.0, 9218.0, 9219.0, 9204.0, 9201.0, 9206.0, 9249.0, 9223.0, 9300.0, 9265.0, 9284.0, 9243.0, 9263.0, 9221.0, 9247.0, 9221.0, 9247.0, 9243.0, 9240.0, 9241.0, 9239.0, 9240.0, 9242.0, 9265.0, 9244.0, 9285.0, 9245.0, 9301.0, 9238.0, 9236.0, 9223.0, 9240.0, 9210.0, 9266.0, 9221.0, 9222.0, 9222.0, 9238.0, 9265.0, 9240.0, 9290.0, 9244.0, 9279.0, 9240.0, 9263.0, 9239.0, 9264.0, 9224.0, 9278.0, 9223.0, 9244.0, 9222.0, 9247.0, 9234.0, 9263.0, 9239.0, 9263.0, 9235.0, 9247.0, 9237.0, 9251.0, 9239.0, 9264.0, 9250.0, 9263.0, 9220.0, 9218.0, 9230.0, 9233.0, 9290.0, 9234.0, 9275.0, 9232.0, 9257.0, 9214.0, 9242.0, 9232.0, 9255.0, 9238.0, 9256.0, 9234.0, 9246.0, 9237.0, 9261.0, 9224.0, 9260.0, 9236.0, 9247.0, 9235.0, 9262.0, 9236.0, 9274.0, 9235.0, 9258.0, 9216.0, 9255.0, 9220.0, 9241.0, 9215.0, 9256.0, 9202.0, 9238.0, 9214.0, 9230.0, 9217.0, 9228.0, 9214.0, 9214.0, 9214.0, 9228.0, 9219.0, 9230.0, 9219.0, 9233.0, 9235.0, 9235.0, 9236.0, 9238.0, 9240.0, 9269.0, 9244.0, 9247.0, 9286.0, 9259.0, 9301.0, 9261.0, 9286.0, 9255.0, 9298.0, 9257.0, 9297.0, 9253.0, 9277.0, 9220.0, 9243.0, 9221.0, 9234.0, 9217.0, 9229.0, 9213.0, 9218.0, 9268.0, 9232.0, 9258.0, 9232.0, 9257.0, 9220.0, 9242.0, 9219.0, 9229.0, 9234.0, 9234.0, 9220.0, 9261.0, 9218.0, 9220.0, 9218.0, 9222.0, 9221.0, 9234.0, 9248.0, 9237.0, 9234.0, 9234.0, 9262.0, 9238.0, 9277.0, 9237.0, 9278.0, 9238.0, 9260.0, 9238.0, 9264.0, 9236.0, 9275.0, 9217.0, 9258.0, 9217.0, 9229.0, 9218.0, 9243.0, 9217.0, 9228.0, 9216.0, 9231.0, 9218.0, 9234.0, 9259.0, 9235.0, 9246.0, 9234.0, 9259.0, 9235.0, 9261.0, 9237.0, 9274.0, 9237.0, 9259.0, 9237.0, 9262.0, 9237.0, 9263.0, 9242.0, 9278.0, 9239.0, 9262.0, 9236.0, 9247.0, 9234.0, 9279.0, 9235.0, 9247.0, 9234.0, 9248.0, 9222.0, 9262.0, 9247.0, 9281.0, 9252.0, 9231.0, 9242.0, 9241.0, 9259.0, 9242.0, 9221.0, 9239.0, 9257.0, 9258.0, 9304.0, 9252.0, 9237.0, 9305.0, 9252.0, 9254.0, 9248.0, 9225.0, 9229.0, 9283.0, 9289.0, 9304.0, 9292.0, 9271.0, 9303.0, 9278.0, 9284.0, 9262.0, 9268.0, 9256.0, 9247.0, 9272.0, 9296.0, 9246.0, 9302.0, 9253.0, 9237.0, 9280.0, 9260.0, 9297.0, 9279.0, 9305.0, 9210.0, 9186.0, 9152.0, 9163.0, 9154.0, 9181.0, 9152.0, 9245.0, 9166.0, 9166.0, 9153.0, 9152.0, 9158.0, 9177.0, 9179.0, 9187.0, 9160.0, 9203.0, 9191.0, 9179.0, 9200.0, 9211.0, 9298.0, 9233.0, 9299.0, 9245.0, 9246.0, 9188.0, 9163.0, 9162.0, 9167.0, 9196.0, 9376.0, 9295.0, 9324.0, 9259.0, 9229.0, 9206.0, 9200.0, 9196.0, 9191.0, 9199.0, 9197.0, 9215.0, 9245.0, 9247.0, 9217.0, 9233.0, 9201.0, 9181.0, 9161.0, 9186.0, 9173.0, 9191.0, 9176.0, 9253.0, 9182.0, 9237.0, 9185.0, 9192.0, 9176.0, 9202.0, 9176.0, 9248.0, 9195.0, 9231.0, 9180.0, 9202.0, 9184.0, 9218.0, 9184.0, 9233.0, 9182.0, 9192.0, 9193.0, 9206.0, 9180.0, 9219.0, 9207.0, 9242.0, 9203.0, 9256.0, 9214.0, 9203.0, 9201.0, 9201.0, 9213.0, 9206.0, 9258.0, 9222.0, 9295.0, 9232.0, 9269.0, 9198.0, 9244.0, 9202.0, 9235.0, 9199.0, 9219.0, 9179.0, 9198.0, 9215.0, 9231.0, 9254.0, 9289.0, 9250.0, 9276.0, 9244.0, 9230.0, 9239.0, 9202.0, 9246.0, 9264.0, 9254.0, 9296.0, 9274.0, 9327.0, 9273.0, 9281.0, 9230.0, 9259.0, 9228.0, 9245.0, 9256.0, 9201.0, 9182.0, 9167.0, 9151.0, 9155.0, 9168.0, 9184.0, 9192.0, 9179.0, 9162.0, 9117.0, 9133.0, 9137.0, 9156.0, 9158.0, 9182.0, 9184.0, 9202.0, 9248.0, 9322.0, 9354.0, 9306.0, 9250.0, 9228.0, 9224.0, 9204.0, 9207.0, 9205.0, 9196.0, 9198.0, 9200.0, 9188.0, 9260.0, 9203.0, 9268.0, 9181.0, 9246.0, 9192.0, 9218.0, 9173.0, 9168.0, 9170.0, 9165.0, 9172.0, 9176.0, 9176.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.004696045503791983</td></tr>
<tr><td colspan=3>aqi</td><td>0.0305539488624052</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.811323472093235</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2166299992407803</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0593860324403475</td></tr>
<tr><td colspan=3>efc</td><td>0.4959</td></tr>
<tr><td colspan=3>fber</td><td>3584.397</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.0954510954517082</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>66</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>7.150595882990249</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5414731474559935</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.589690392802424</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6532105731061666</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.381518476459389</td></tr>
<tr><td colspan=3>gcor</td><td>0.0114569</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.0040772585198283195</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.021822025999426842</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.8396419205226353</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>26.0076</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>53.8973</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>197.9915</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>58.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>296036.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>892.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>376.9295</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.5011</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>568.9786</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3307.0126</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3460.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>80508.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1106.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4394.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>901.1201</td></tr>
<tr><td colspan=3>tsnr</td><td>32.58229452185333</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>