ds005256-mriqc/sub-0127_ses-02_task-alignvideo_acq-mb8_run-04_bold.html
Felix Hoffstaedter cbe89dcd1c [DATALAD RUNCMD] Compute MRIQC for sub-0127
=== 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-0127 --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-0127",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-19 02:19:42 +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-0127_ses-02_task-alignvideo_acq-mb8_run-04_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-0127_ses-02_task-alignvideo_acq-mb8_run-04_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-04_session-02_subject-0127_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-0127/figures/sub-0127_ses-02_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0127/figures/sub-0127_ses-02_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0127/figures/sub-0127_ses-02_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-04_session-02_subject-0127_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-0127/figures/sub-0127_ses-02_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0127/figures/sub-0127_ses-02_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0127/figures/sub-0127_ses-02_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-04_session-02_subject-0127_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-0127/figures/sub-0127_ses-02_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0127/figures/sub-0127_ses-02_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0127/figures/sub-0127_ses-02_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-04_session-02_subject-0127_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-0127/figures/sub-0127_ses-02_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0127/figures/sub-0127_ses-02_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0127/figures/sub-0127_ses-02_task-alignvideo_acq-mb8_run-04_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-04_session-02_subject-0127_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-0127/figures/sub-0127_ses-02_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0127/figures/sub-0127_ses-02_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0127/figures/sub-0127_ses-02_task-alignvideo_acq-mb8_run-04_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-04_session-02_subject-0127_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-0127/figures/sub-0127_ses-02_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0127/figures/sub-0127_ses-02_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0127/figures/sub-0127_ses-02_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-04_session-02_subject-0127_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-0127/figures/sub-0127_ses-02_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0127/figures/sub-0127_ses-02_task-alignvideo_acq-mb8_run-04_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-0127/figures/sub-0127_ses-02_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0127/figures/sub-0127_ses-02_task-alignvideo_acq-mb8_run-04_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-0127/ses-02/func/sub-0127_ses-02_task-alignvideo_acq-mb8_run-04_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>bbeb81668bfe28b20a499843a89ba02c</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>18:39:43.742500</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.997, 0.0538416, -0.0556111, -0.0550428, 0.998278, -0.0202977]</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-04_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.0867055</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-04_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>34</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4202, -7760, -7237, 319, -193, 87, -6, 176]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>244.763</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>8376f832-fb5a-478c-9661-5ee7c9ffb0e7||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.674877405166626, -0.14767584204673767, -0.14694060385227203, 124.10118865966797], [-0.14445315301418304, 2.6783061027526855, -0.06290390342473984, -97.88150787353516], [-0.14920048415660858, 0.05445710942149162, 2.6952645778656006, -79.38809967041016], [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, 914]</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], 'AcquisitionTime': ['183943.742500', '183944.202500', '183944.662500', '183945.122500', '183945.582500', '183946.042500', '183946.502500', '183946.962500', '183947.422500', '183947.882500', '183948.342500', '183948.802500', '183949.262500', '183949.722500', '183950.182500', '183950.642500', '183951.102500', '183951.562500', '183952.022500', '183952.482500', '183952.942500', '183953.402500', '183953.862500', '183954.322500', '183954.782500', '183955.242500', '183955.702500', '183956.162500', '183956.622500', '183957.082500', '183957.542500', '183958.002500', '183958.462500', '183958.922500', '183959.382500', '183959.842500', '184000.302500', '184000.762500', '184001.222500', '184001.682500', '184002.142500', '184002.602500', '184003.062500', '184003.522500', '184003.982500', '184004.442500', '184004.902500', '184005.362500', '184005.822500', '184006.282500', '184006.742500', '184007.202500', '184007.662500', '184008.122500', '184008.582500', '184009.042500', '184009.502500', '184009.962500', '184010.422500', '184010.882500', '184011.342500', '184011.802500', '184012.262500', '184012.722500', '184013.182500', '184013.642500', '184014.102500', '184014.562500', '184015.022500', '184015.482500', '184015.942500', '184016.402500', '184016.862500', '184017.322500', '184017.782500', '184018.242500', '184018.702500', '184019.162500', '184019.622500', '184020.082500', '184020.542500', '184021.002500', '184021.462500', '184021.922500', '184022.382500', '184022.842500', '184023.302500', '184023.762500', '184024.222500', '184024.682500', '184025.142500', '184025.602500', '184026.062500', '184026.522500', '184026.982500', '184027.442500', '184027.902500', '184028.362500', '184028.822500', '184029.282500', '184029.742500', '184030.202500', '184030.662500', '184031.122500', '184031.582500', '184032.042500', '184032.502500', '184032.962500', '184033.422500', '184033.882500', '184034.342500', '184034.802500', '184035.262500', '184035.722500', '184036.182500', '184036.642500', '184037.102500', '184037.562500', '184038.022500', '184038.482500', '184038.942500', '184039.402500', '184039.862500', '184040.322500', '184040.782500', '184041.242500', '184041.702500', '184042.162500', '184042.622500', '184043.082500', '184043.542500', '184044.002500', '184044.462500', '184044.922500', '184045.382500', '184045.842500', '184046.302500', '184046.762500', '184047.222500', '184047.682500', '184048.142500', '184048.602500', '184049.062500', '184049.522500', '184049.982500', '184050.442500', '184050.902500', '184051.362500', '184051.822500', '184052.282500', '184052.742500', '184053.202500', '184053.662500', '184054.122500', '184054.582500', '184055.042500', '184055.502500', '184055.962500', '184056.422500', '184056.882500', '184057.342500', '184057.802500', '184058.262500', '184058.722500', '184059.182500', '184059.642500', '184100.102500', '184100.562500', '184101.022500', '184101.482500', '184101.942500', '184102.402500', '184102.862500', '184103.322500', '184103.782500', '184104.242500', '184104.702500', '184105.162500', '184105.622500', '184106.082500', '184106.542500', '184107.002500', '184107.462500', '184107.922500', '184108.382500', '184108.842500', '184109.302500', '184109.762500', '184110.222500', '184110.682500', '184111.142500', '184111.602500', '184112.062500', '184112.522500', '184112.982500', '184113.442500', '184113.902500', '184114.362500', '184114.822500', '184115.282500', '184115.742500', '184116.202500', '184116.662500', '184117.122500', '184117.582500', '184118.042500', '184118.502500', '184118.962500', '184119.422500', '184119.882500', '184120.342500', '184120.802500', '184121.262500', '184121.722500', '184122.182500', '184122.642500', '184123.102500', '184123.562500', '184124.022500', '184124.482500', '184124.942500', '184125.402500', '184125.862500', '184126.322500', '184126.782500', '184127.242500', '184127.702500', '184128.162500', '184128.622500', '184129.082500', '184129.542500', '184130.002500', '184130.462500', '184130.922500', '184131.382500', '184131.842500', '184132.302500', '184132.762500', '184133.222500', '184133.682500', '184134.142500', '184134.602500', '184135.062500', '184135.522500', '184135.982500', '184136.442500', '184136.902500', '184137.362500', '184137.822500', '184138.282500', '184138.742500', '184139.202500', '184139.662500', '184140.122500', '184140.582500', '184141.042500', '184141.502500', '184141.962500', '184142.422500', '184142.882500', '184143.342500', '184143.802500', '184144.262500', '184144.722500', '184145.182500', '184145.642500', '184146.102500', '184146.562500', '184147.022500', '184147.482500', '184147.942500', '184148.402500', '184148.862500', '184149.322500', '184149.782500', '184150.242500', '184150.702500', '184151.162500', '184151.622500', '184152.082500', '184152.542500', '184153.002500', '184153.462500', '184153.922500', '184154.382500', '184154.842500', '184155.302500', '184155.762500', '184156.222500', '184156.682500', '184157.142500', '184157.602500', '184158.062500', '184158.522500', '184158.982500', '184159.442500', '184159.902500', '184200.362500', '184200.822500', '184201.282500', '184201.742500', '184202.202500', '184202.662500', '184203.122500', '184203.582500', '184204.042500', '184204.502500', '184204.962500', '184205.422500', '184205.882500', '184206.342500', '184206.802500', '184207.262500', '184207.722500', '184208.182500', '184208.642500', '184209.102500', '184209.562500', '184210.022500', '184210.482500', '184210.942500', '184211.402500', '184211.862500', '184212.322500', '184212.782500', '184213.242500', '184213.702500', '184214.162500', '184214.622500', '184215.082500', '184215.542500', '184216.002500', '184216.462500', '184216.922500', '184217.382500', '184217.842500', '184218.302500', '184218.762500', '184219.222500', '184219.682500', '184220.142500', '184220.602500', '184221.062500', '184221.522500', '184221.982500', '184222.442500', '184222.902500', '184223.362500', '184223.822500', '184224.282500', '184224.742500', '184225.202500', '184225.662500', '184226.122500', '184226.582500', '184227.042500', '184227.502500', '184227.962500', '184228.422500', '184228.882500', '184229.342500', '184229.802500', '184230.262500', '184230.722500', '184231.182500', '184231.642500', '184232.102500', '184232.562500', '184233.022500', '184233.482500', '184233.942500', '184234.402500', '184234.862500', '184235.322500', '184235.782500', '184236.242500', '184236.702500', '184237.162500', '184237.622500', '184238.082500', '184238.542500', '184239.002500', '184239.462500', '184239.922500', '184240.382500', '184240.842500', '184241.302500', '184241.762500', '184242.222500', '184242.682500', '184243.142500', '184243.602500', '184244.062500', '184244.522500', '184244.982500', '184245.442500', '184245.902500', '184246.362500', '184246.822500', '184247.282500', '184247.742500', '184248.202500', '184248.662500', '184249.122500', '184249.582500', '184250.042500', '184250.502500', '184250.962500', '184251.422500', '184251.882500', '184252.342500', '184252.802500', '184253.262500', '184253.722500', '184254.182500', '184254.642500', '184255.102500', '184255.562500', '184256.022500', '184256.482500', '184256.942500', '184257.402500', '184257.862500', '184258.322500', '184258.782500', '184259.242500', '184259.702500', '184300.162500', '184300.622500', '184301.082500', '184301.542500', '184302.002500', '184302.462500', '184302.922500', '184303.382500', '184303.842500', '184304.302500', '184304.762500', '184305.222500', '184305.682500', '184306.142500', '184306.602500', '184307.062500', '184307.522500', '184307.982500', '184308.442500', '184308.902500', '184309.362500', '184309.822500', '184310.282500', '184310.742500', '184311.202500', '184311.662500', '184312.122500', '184312.582500', '184313.042500', '184313.502500', '184313.962500', '184314.422500', '184314.882500', '184315.342500', '184315.802500', '184316.262500', '184316.722500', '184317.182500', '184317.642500', '184318.102500', '184318.562500', '184319.022500', '184319.482500', '184319.942500', '184320.402500', '184320.862500', '184321.322500', '184321.782500', '184322.242500', '184322.702500', '184323.162500', '184323.622500', '184324.082500', '184324.542500', '184325.002500', '184325.462500', '184325.922500', '184326.382500', '184326.842500', '184327.302500', '184327.762500', '184328.222500', '184328.682500', '184329.142500', '184329.602500', '184330.062500', '184330.522500', '184330.982500', '184331.442500', '184331.902500', '184332.362500', '184332.822500', '184333.282500', '184333.742500', '184334.202500', '184334.662500', '184335.122500', '184335.582500', '184336.042500', '184336.502500', '184336.962500', '184337.422500', '184337.882500', '184338.342500', '184338.802500', '184339.262500', '184339.722500', '184340.182500', '184340.642500', '184341.102500', '184341.562500', '184342.022500', '184342.482500', '184342.942500', '184343.402500', '184343.862500', '184344.322500', '184344.782500', '184345.242500', '184345.702500', '184346.162500', '184346.622500', '184347.082500', '184347.542500', '184348.002500', '184348.462500', '184348.922500', '184349.382500', '184349.842500', '184350.302500', '184350.762500', '184351.222500', '184351.682500', '184352.142500', '184352.602500', '184353.062500', '184353.522500', '184353.982500', '184354.442500', '184354.902500', '184355.362500', '184355.822500', '184356.282500', '184356.742500', '184357.202500', '184357.662500', '184358.122500', '184358.582500', '184359.042500', '184359.502500', '184359.962500', '184400.422500', '184400.882500', '184401.342500', '184401.802500', '184402.262500', '184402.722500', '184403.182500', '184403.642500', '184404.102500', '184404.562500', '184405.022500', '184405.482500', '184405.942500', '184406.402500', '184406.862500', '184407.322500', '184407.782500', '184408.242500', '184408.702500', '184409.162500', '184409.622500', '184410.082500', '184410.542500', '184411.002500', '184411.462500', '184411.922500', '184412.382500', '184412.842500', '184413.302500', '184413.762500', '184414.222500', '184414.682500', '184415.142500', '184415.602500', '184416.062500', '184416.522500', '184416.982500', '184417.442500', '184417.902500', '184418.362500', '184418.822500', '184419.282500', '184419.742500', '184420.202500', '184420.662500', '184421.122500', '184421.582500', '184422.042500', '184422.502500', '184422.962500', '184423.422500', '184423.882500', '184424.342500', '184424.802500', '184425.262500', '184425.722500', '184426.182500', '184426.642500', '184427.102500', '184427.562500', '184428.022500', '184428.482500', '184428.942500', '184429.402500', '184429.862500', '184430.322500', '184430.782500', '184431.242500', '184431.702500', '184432.162500', '184432.622500', '184433.082500', '184433.542500', '184434.002500', '184434.462500', '184434.922500', '184435.382500', '184435.842500', '184436.302500', '184436.762500', '184437.222500', '184437.682500', '184438.142500', '184438.602500', '184439.062500', '184439.522500', '184439.982500', '184440.442500', '184440.902500', '184441.362500', '184441.822500', '184442.282500', '184442.742500', '184443.202500', '184443.662500', '184444.122500', '184444.582500', '184445.042500', '184445.502500', '184445.962500', '184446.422500', '184446.882500', '184447.342500', '184447.802500', '184448.262500', '184448.722500', '184449.182500', '184449.642500', '184450.102500', '184450.562500', '184451.022500', '184451.482500', '184451.942500', '184452.402500', '184452.862500', '184453.322500', '184453.782500', '184454.242500', '184454.702500', '184455.162500', '184455.622500', '184456.082500', '184456.542500', '184457.002500', '184457.462500', '184457.922500', '184458.382500', '184458.842500', '184459.302500', '184459.762500', '184500.222500', '184500.682500', '184501.142500', '184501.602500', '184502.062500', '184502.522500', '184502.982500', '184503.442500', '184503.902500', '184504.362500', '184504.822500', '184505.282500', '184505.742500', '184506.202500', '184506.662500', '184507.122500', '184507.582500', '184508.042500', '184508.502500', '184508.962500', '184509.422500', '184509.882500', '184510.342500', '184510.802500', '184511.262500', '184511.722500', '184512.182500', '184512.642500', '184513.102500', '184513.562500', '184514.022500', '184514.482500', '184514.942500', '184515.402500', '184515.862500', '184516.322500', '184516.782500', '184517.242500', '184517.702500', '184518.162500', '184518.622500', '184519.082500', '184519.542500', '184520.002500', '184520.462500', '184520.922500', '184521.382500', '184521.842500', '184522.302500', '184522.762500', '184523.222500', '184523.682500', '184524.142500', '184524.602500', '184525.062500', '184525.522500', '184525.982500', '184526.442500', '184526.902500', '184527.362500', '184527.822500', '184528.282500', '184528.742500', '184529.202500', '184529.662500', '184530.122500', '184530.582500', '184531.042500', '184531.502500', '184531.962500', '184532.422500', '184532.882500', '184533.342500', '184533.802500', '184534.262500', '184534.722500', '184535.182500', '184535.642500', '184536.102500', '184536.562500', '184537.022500', '184537.482500', '184537.942500', '184538.402500', '184538.862500', '184539.322500', '184539.782500', '184540.242500', '184540.702500', '184541.162500', '184541.622500', '184542.082500', '184542.542500', '184543.002500', '184543.462500', '184543.922500', '184544.382500', '184544.842500', '184545.302500', '184545.762500', '184546.222500', '184546.682500', '184547.142500', '184547.602500', '184548.062500', '184548.522500', '184548.982500', '184549.442500', '184549.902500', '184550.362500', '184550.822500', '184551.282500', '184551.742500', '184552.202500', '184552.662500', '184553.122500', '184553.582500', '184554.042500', '184554.502500', '184554.962500', '184555.422500', '184555.882500', '184556.342500', '184556.802500', '184557.262500', '184557.722500', '184558.182500', '184558.642500', '184559.102500', '184559.562500', '184600.022500', '184600.482500', '184600.942500', '184601.402500', '184601.862500', '184602.322500', '184602.782500', '184603.242500', '184603.702500', '184604.162500', '184604.622500', '184605.082500', '184605.542500', '184606.002500', '184606.462500', '184606.922500', '184607.382500', '184607.842500', '184608.302500', '184608.762500', '184609.222500', '184609.682500', '184610.142500', '184610.602500', '184611.062500', '184611.522500', '184611.982500', '184612.442500', '184612.902500', '184613.362500', '184613.822500', '184614.282500', '184614.742500', '184615.202500', '184615.662500', '184616.122500', '184616.582500', '184617.042500', '184617.502500', '184617.962500', '184618.422500', '184618.882500', '184619.342500', '184619.802500', '184620.262500', '184620.722500', '184621.182500', '184621.642500', '184622.102500', '184622.562500', '184623.022500', '184623.482500', '184623.942500', '184624.402500', '184624.862500', '184625.322500', '184625.782500', '184626.242500', '184626.702500', '184627.162500', '184627.622500', '184628.082500', '184628.542500', '184629.002500', '184629.462500', '184629.922500', '184630.382500', '184630.842500', '184631.302500', '184631.762500', '184632.222500', '184632.682500', '184633.142500', '184633.602500', '184634.062500', '184634.522500', '184634.982500', '184635.442500', '184635.902500', '184636.362500', '184636.822500', '184637.282500', '184637.742500', '184638.202500', '184638.662500', '184639.122500', '184639.582500', '184640.042500', '184640.502500', '184640.962500', '184641.422500', '184641.882500', '184642.342500', '184642.802500', '184643.262500', '184643.722500'], 'ContentTime': ['184010.092000', '184010.095000', '184010.098000', '184010.100000', '184010.103000', '184010.106000', '184010.108000', '184010.111000', '184010.113000', '184010.116000', '184010.119000', '184010.121000', '184010.124000', '184010.127000', '184010.129000', '184010.132000', '184010.134000', '184010.137000', '184010.140000', '184010.142000', '184010.145000', '184010.147000', '184010.150000', '184010.153000', '184010.155000', '184010.158000', '184010.161000', '184010.163000', '184010.166000', '184010.168000', '184010.171000', '184010.174000', '184010.179000', '184010.182000', '184010.184000', '184010.187000', '184010.190000', '184010.192000', '184010.195000', '184010.198000', '184010.200000', '184010.203000', '184010.205000', '184010.208000', '184010.211000', '184010.213000', '184010.216000', '184010.219000', '184010.221000', '184010.224000', '184010.226000', '184010.229000', '184010.232000', '184010.234000', '184030.044000', '184030.047000', '184030.050000', '184030.053000', '184030.055000', '184030.058000', '184030.061000', '184030.064000', '184030.067000', '184030.070000', '184030.072000', '184030.075000', '184030.084000', '184030.087000', '184030.091000', '184030.093000', '184030.096000', '184030.099000', '184030.101000', '184030.104000', '184030.106000', '184030.109000', '184030.112000', '184030.114000', '184030.117000', '184030.119000', '184030.122000', '184030.125000', '184030.127000', '184030.130000', '184030.133000', '184030.135000', '184030.138000', '184030.140000', '184030.143000', '184030.146000', '184030.148000', '184030.151000', '184030.154000', '184030.156000', '184030.159000', '184030.162000', '184030.164000', '184050.044000', '184050.047000', '184050.050000', '184050.053000', '184050.056000', '184050.058000', '184050.061000', '184050.064000', '184050.067000', '184050.069000', '184050.072000', '184050.074000', '184050.077000', '184050.080000', '184050.082000', '184050.085000', '184050.088000', '184050.090000', '184050.093000', '184050.095000', '184050.098000', '184050.106000', '184050.109000', '184050.112000', '184050.114000', '184050.117000', '184050.120000', '184050.122000', '184050.125000', '184050.128000', '184050.130000', '184050.133000', '184050.135000', '184050.138000', '184050.141000', '184050.143000', '184050.146000', '184050.149000', '184050.151000', '184050.154000', '184050.156000', '184050.159000', '184050.162000', '184050.164000', '184110.044000', '184110.047000', '184110.050000', '184110.053000', '184110.055000', '184110.058000', '184110.061000', '184110.063000', '184110.066000', '184110.069000', '184110.071000', '184110.074000', '184110.076000', '184110.079000', '184110.082000', '184110.084000', '184110.087000', '184110.090000', '184110.092000', '184110.095000', '184110.098000', '184110.100000', '184110.103000', '184110.105000', '184110.108000', '184110.111000', '184110.113000', '184110.116000', '184110.119000', '184110.122000', '184110.124000', '184110.127000', '184110.129000', '184110.132000', '184110.135000', '184110.137000', '184110.140000', '184110.143000', '184110.145000', '184110.148000', '184110.151000', '184110.153000', '184110.156000', '184130.044000', '184130.046000', '184130.049000', '184130.052000', '184130.055000', '184130.057000', '184130.060000', '184130.062000', '184130.065000', '184130.068000', '184130.070000', '184130.073000', '184130.076000', '184130.078000', '184130.081000', '184130.084000', '184130.086000', '184130.089000', '184130.092000', '184130.094000', '184130.097000', '184130.099000', '184130.102000', '184130.105000', '184130.107000', '184130.110000', '184130.112000', '184130.115000', '184130.118000', '184130.120000', '184130.123000', '184130.126000', '184130.128000', '184130.131000', '184130.134000', '184130.136000', '184130.139000', '184130.141000', '184130.144000', '184130.147000', '184130.149000', '184130.152000', '184130.154000', '184130.157000', '184150.044000', '184150.047000', '184150.050000', '184150.053000', '184150.055000', '184150.058000', '184150.061000', '184150.063000', '184150.066000', '184150.068000', '184150.071000', '184150.074000', '184150.077000', '184150.079000', '184150.082000', '184150.084000', '184150.087000', '184150.090000', '184150.093000', '184150.096000', '184150.098000', '184150.101000', '184150.104000', '184150.106000', '184150.109000', '184150.112000', '184150.124000', '184150.128000', '184150.131000', '184150.134000', '184150.136000', '184150.139000', '184150.142000', '184150.144000', '184150.147000', '184150.150000', '184150.152000', '184150.155000', '184150.158000', '184150.160000', '184150.163000', '184150.166000', '184150.168000', '184210.044000', '184210.048000', '184210.050000', '184210.053000', '184210.055000', '184210.058000', '184210.061000', '184210.063000', '184210.066000', '184210.069000', '184210.071000', '184210.074000', '184210.077000', '184210.079000', '184210.082000', '184210.085000', '184210.087000', '184210.090000', '184210.093000', '184210.096000', '184210.099000', '184210.102000', '184210.104000', '184210.107000', '184210.109000', '184210.112000', '184210.115000', '184210.118000', '184210.120000', '184210.123000', '184210.126000', '184210.128000', '184210.131000', '184210.133000', '184210.136000', '184210.139000', '184210.141000', '184210.144000', '184210.147000', '184210.149000', '184210.152000', '184210.155000', '184210.157000', '184210.160000', '184230.044000', '184230.047000', '184230.050000', '184230.053000', '184230.056000', '184230.058000', '184230.061000', '184230.064000', '184230.066000', '184230.069000', '184230.072000', '184230.074000', '184230.077000', '184230.080000', '184230.082000', '184230.085000', '184230.088000', '184230.090000', '184230.093000', '184230.096000', '184230.098000', '184230.101000', '184230.103000', '184230.106000', '184230.109000', '184230.112000', '184230.114000', '184230.117000', '184230.120000', '184230.123000', '184230.125000', '184230.128000', '184230.130000', '184230.133000', '184230.136000', '184230.138000', '184230.141000', '184230.144000', '184230.146000', '184230.149000', '184230.152000', '184230.154000', '184230.157000', '184250.044000', '184250.047000', '184250.050000', '184250.053000', '184250.056000', '184250.059000', '184250.061000', '184250.064000', '184250.067000', '184250.069000', '184250.072000', '184250.074000', '184250.077000', '184250.080000', '184250.082000', '184250.085000', '184250.088000', '184250.090000', '184250.093000', '184250.096000', '184250.098000', '184250.101000', '184250.104000', '184250.106000', '184250.109000', '184250.112000', '184250.114000', '184250.117000', '184250.120000', '184250.122000', '184250.125000', '184250.127000', '184250.130000', '184250.133000', '184250.135000', '184250.138000', '184250.141000', '184250.143000', '184250.146000', '184250.148000', '184250.151000', '184250.154000', '184250.156000', '184250.159000', '184310.045000', '184310.048000', '184310.050000', '184310.053000', '184310.056000', '184310.058000', '184310.061000', '184310.064000', '184310.066000', '184310.069000', '184310.072000', '184310.074000', '184310.077000', '184310.079000', '184310.082000', '184310.085000', '184310.087000', '184310.090000', '184310.093000', '184310.095000', '184310.098000', '184310.100000', '184310.103000', '184310.106000', '184310.109000', '184310.111000', '184310.114000', '184310.117000', '184310.119000', '184310.122000', '184310.125000', '184310.127000', '184310.130000', '184310.132000', '184310.135000', '184310.138000', '184310.140000', '184310.143000', '184310.161000', '184310.164000', '184310.168000', '184310.171000', '184310.173000', '184330.044000', '184330.047000', '184330.050000', '184330.053000', '184330.056000', '184330.058000', '184330.061000', '184330.064000', '184330.066000', '184330.069000', '184330.071000', '184330.074000', '184330.077000', '184330.079000', '184330.082000', '184330.085000', '184330.087000', '184330.090000', '184330.092000', '184330.095000', '184330.098000', '184330.101000', '184330.110000', '184330.112000', '184330.115000', '184330.117000', '184330.120000', '184330.123000', '184330.125000', '184330.128000', '184330.132000', '184330.135000', '184330.137000', '184330.140000', '184330.142000', '184330.145000', '184330.148000', '184330.151000', '184330.153000', '184330.156000', '184330.158000', '184330.161000', '184330.164000', '184330.166000', '184350.043000', '184350.046000', '184350.049000', '184350.052000', '184350.054000', '184350.057000', '184350.060000', '184350.062000', '184350.065000', '184350.068000', '184350.070000', '184350.073000', '184350.075000', '184350.078000', '184350.081000', '184350.083000', '184350.086000', '184350.089000', '184350.091000', '184350.094000', '184350.097000', '184350.099000', '184350.102000', '184350.105000', '184350.107000', '184350.110000', '184350.113000', '184350.115000', '184350.118000', '184350.121000', '184350.123000', '184350.126000', '184350.128000', '184350.131000', '184350.134000', '184350.136000', '184350.146000', '184350.149000', '184350.152000', '184350.154000', '184350.157000', '184350.159000', '184350.162000', '184410.044000', '184410.047000', '184410.050000', '184410.053000', '184410.055000', '184410.058000', '184410.061000', '184410.063000', '184410.066000', '184410.069000', '184410.071000', '184410.074000', '184410.076000', '184410.079000', '184410.082000', '184410.084000', '184410.087000', '184410.090000', '184410.092000', '184410.095000', '184410.098000', '184410.100000', '184410.103000', '184410.106000', '184410.108000', '184410.111000', '184410.114000', '184410.116000', '184410.119000', '184410.121000', '184410.124000', '184410.127000', '184410.129000', '184410.132000', '184410.135000', '184410.137000', '184410.140000', '184410.143000', '184410.145000', '184410.148000', '184410.151000', '184410.153000', '184410.156000', '184410.159000', '184430.044000', '184430.047000', '184430.050000', '184430.053000', '184430.055000', '184430.058000', '184430.061000', '184430.063000', '184430.066000', '184430.069000', '184430.071000', '184430.074000', '184430.077000', '184430.079000', '184430.082000', '184430.085000', '184430.087000', '184430.090000', '184430.093000', '184430.095000', '184430.098000', '184430.101000', '184430.103000', '184430.106000', '184430.108000', '184430.111000', '184430.114000', '184430.116000', '184430.119000', '184430.122000', '184430.124000', '184430.127000', '184430.130000', '184430.132000', '184430.135000', '184430.138000', '184430.140000', '184430.143000', '184430.145000', '184430.148000', '184430.151000', '184430.153000', '184430.156000', '184450.044000', '184450.048000', '184450.051000', '184450.053000', '184450.056000', '184450.059000', '184450.061000', '184450.064000', '184450.067000', '184450.069000', '184450.072000', '184450.075000', '184450.077000', '184450.080000', '184450.083000', '184450.085000', '184450.088000', '184450.091000', '184450.093000', '184450.096000', '184450.099000', '184450.101000', '184450.104000', '184450.107000', '184450.109000', '184450.112000', '184450.115000', '184450.117000', '184450.120000', '184450.123000', '184450.125000', '184450.128000', '184450.131000', '184450.143000', '184450.145000', '184450.148000', '184450.150000', '184450.153000', '184450.156000', '184450.158000', '184450.161000', '184450.164000', '184450.166000', '184510.045000', '184510.048000', '184510.050000', '184510.053000', '184510.056000', '184510.059000', '184510.061000', '184510.064000', '184510.067000', '184510.069000', '184510.072000', '184510.074000', '184510.077000', '184510.080000', '184510.082000', '184510.085000', '184510.088000', '184510.090000', '184510.094000', '184510.096000', '184510.099000', '184510.102000', '184510.104000', '184510.107000', '184510.110000', '184510.112000', '184510.115000', '184510.117000', '184510.120000', '184510.122000', '184510.125000', '184510.128000', '184510.135000', '184510.138000', '184510.140000', '184510.143000', '184510.146000', '184510.148000', '184510.151000', '184510.153000', '184510.156000', '184510.159000', '184510.161000', '184510.164000', '184530.044000', '184530.047000', '184530.050000', '184530.053000', '184530.056000', '184530.058000', '184530.061000', '184530.064000', '184530.066000', '184530.069000', '184530.072000', '184530.074000', '184530.077000', '184530.079000', '184530.082000', '184530.085000', '184530.087000', '184530.090000', '184530.093000', '184530.095000', '184530.098000', '184530.100000', '184530.103000', '184530.106000', '184530.108000', '184530.111000', '184530.114000', '184530.116000', '184530.119000', '184530.122000', '184530.124000', '184530.127000', '184530.130000', '184530.132000', '184530.135000', '184530.137000', '184530.140000', '184530.143000', '184530.145000', '184530.148000', '184530.150000', '184530.153000', '184530.156000', '184550.044000', '184550.047000', '184550.050000', '184550.053000', '184550.055000', '184550.058000', '184550.061000', '184550.064000', '184550.066000', '184550.069000', '184550.071000', '184550.074000', '184550.077000', '184550.079000', '184550.082000', '184550.085000', '184550.087000', '184550.090000', '184550.093000', '184550.095000', '184550.098000', '184550.101000', '184550.103000', '184550.106000', '184550.109000', '184550.111000', '184550.114000', '184550.116000', '184550.119000', '184550.122000', '184550.124000', '184550.127000', '184550.129000', '184550.132000', '184550.135000', '184550.137000', '184550.140000', '184550.142000', '184550.145000', '184550.148000', '184550.150000', '184550.153000', '184550.155000', '184550.158000', '184610.043000', '184610.046000', '184610.049000', '184610.052000', '184610.054000', '184610.057000', '184610.060000', '184610.062000', '184610.065000', '184610.068000', '184610.070000', '184610.073000', '184610.076000', '184610.078000', '184610.081000', '184610.084000', '184610.086000', '184610.089000', '184610.091000', '184610.094000', '184610.097000', '184610.099000', '184610.102000', '184610.105000', '184610.107000', '184610.110000', '184610.112000', '184610.115000', '184610.118000', '184610.120000', '184610.123000', '184610.126000', '184610.128000', '184610.131000', '184610.134000', '184610.136000', '184610.139000', '184610.141000', '184610.144000', '184610.147000', '184610.149000', '184610.152000', '184610.155000', '184610.157000', '184630.044000', '184630.085000', '184630.087000', '184630.090000', '184630.093000', '184630.095000', '184630.098000', '184630.100000', '184630.103000', '184630.106000', '184630.108000', '184630.111000', '184630.114000', '184630.116000', '184630.119000', '184630.122000', '184630.124000', '184630.127000', '184630.129000', '184630.132000', '184630.135000', '184630.138000', '184630.140000', '184630.143000', '184630.145000', '184630.148000', '184630.151000', '184630.153000', '184630.156000', '184630.159000', '184630.161000', '184630.164000', '184630.167000', '184630.169000', '184630.172000', '184630.175000', '184630.177000', '184630.180000', '184630.183000', '184630.185000', '184630.188000', '184630.190000', '184630.193000', '184645.382000', '184645.385000', '184645.388000', '184645.390000', '184645.393000', '184645.396000', '184645.398000', '184645.401000', '184645.404000', '184645.406000', '184645.409000', '184645.411000', '184645.414000', '184645.417000', '184645.419000', '184645.422000', '184645.425000', '184645.427000', '184645.430000', '184645.433000', '184645.435000', '184645.438000', '184645.441000', '184645.443000', '184645.446000', '184645.449000', '184645.451000', '184645.454000', '184645.457000', '184645.459000', '184645.462000', '184645.465000', '184645.467000', '184645.470000'], 'InstanceCreationTime': ['184010.092000', '184010.095000', '184010.098000', '184010.100000', '184010.103000', '184010.106000', '184010.108000', '184010.111000', '184010.113000', '184010.116000', '184010.119000', '184010.121000', '184010.124000', '184010.127000', '184010.129000', '184010.132000', '184010.134000', '184010.137000', '184010.140000', '184010.142000', '184010.145000', '184010.147000', '184010.150000', '184010.153000', '184010.155000', '184010.158000', '184010.161000', '184010.163000', '184010.166000', '184010.168000', '184010.171000', '184010.174000', '184010.179000', '184010.182000', '184010.184000', '184010.187000', '184010.190000', '184010.192000', '184010.195000', '184010.198000', '184010.200000', '184010.203000', '184010.205000', '184010.208000', '184010.211000', '184010.213000', '184010.216000', '184010.219000', '184010.221000', '184010.224000', '184010.226000', '184010.229000', '184010.232000', '184010.234000', '184030.044000', '184030.047000', '184030.050000', '184030.053000', '184030.055000', '184030.058000', '184030.061000', '184030.064000', '184030.067000', '184030.070000', '184030.072000', '184030.075000', '184030.084000', '184030.087000', '184030.091000', '184030.093000', '184030.096000', '184030.099000', '184030.101000', '184030.104000', '184030.106000', '184030.109000', '184030.112000', '184030.114000', '184030.117000', '184030.119000', '184030.122000', '184030.125000', '184030.127000', '184030.130000', '184030.133000', '184030.135000', '184030.138000', '184030.140000', '184030.143000', '184030.146000', '184030.148000', '184030.151000', '184030.154000', '184030.156000', '184030.159000', '184030.162000', '184030.164000', '184050.044000', '184050.047000', '184050.050000', '184050.053000', '184050.056000', '184050.058000', '184050.061000', '184050.064000', '184050.067000', '184050.069000', '184050.072000', '184050.074000', '184050.077000', '184050.080000', '184050.082000', '184050.085000', '184050.088000', '184050.090000', '184050.093000', '184050.095000', '184050.098000', '184050.106000', '184050.109000', '184050.112000', '184050.114000', '184050.117000', '184050.120000', '184050.122000', '184050.125000', '184050.128000', '184050.130000', '184050.133000', '184050.135000', '184050.138000', '184050.141000', '184050.143000', '184050.146000', '184050.149000', '184050.151000', '184050.154000', '184050.156000', '184050.159000', '184050.162000', '184050.164000', '184110.044000', '184110.047000', '184110.050000', '184110.053000', '184110.055000', '184110.058000', '184110.061000', '184110.063000', '184110.066000', '184110.069000', '184110.071000', '184110.074000', '184110.076000', '184110.079000', '184110.082000', '184110.084000', '184110.087000', '184110.090000', '184110.092000', '184110.095000', '184110.098000', '184110.100000', '184110.103000', '184110.105000', '184110.108000', '184110.111000', '184110.113000', '184110.116000', '184110.119000', '184110.122000', '184110.124000', '184110.127000', '184110.129000', '184110.132000', '184110.135000', '184110.137000', '184110.140000', '184110.143000', '184110.145000', '184110.148000', '184110.151000', '184110.153000', '184110.156000', '184130.044000', '184130.046000', '184130.049000', '184130.052000', '184130.055000', '184130.057000', '184130.060000', '184130.062000', '184130.065000', '184130.068000', '184130.070000', '184130.073000', '184130.076000', '184130.078000', '184130.081000', '184130.084000', '184130.086000', '184130.089000', '184130.092000', '184130.094000', '184130.097000', '184130.099000', '184130.102000', '184130.105000', '184130.107000', '184130.110000', '184130.112000', '184130.115000', '184130.118000', '184130.120000', '184130.123000', '184130.126000', '184130.128000', '184130.131000', '184130.134000', '184130.136000', '184130.139000', '184130.141000', '184130.144000', '184130.147000', '184130.149000', '184130.152000', '184130.154000', '184130.157000', '184150.044000', '184150.047000', '184150.050000', '184150.053000', '184150.055000', '184150.058000', '184150.061000', '184150.063000', '184150.066000', '184150.068000', '184150.071000', '184150.074000', '184150.077000', '184150.079000', '184150.082000', '184150.084000', '184150.087000', '184150.090000', '184150.093000', '184150.096000', '184150.098000', '184150.101000', '184150.104000', '184150.106000', '184150.109000', '184150.112000', '184150.124000', '184150.128000', '184150.131000', '184150.134000', '184150.136000', '184150.139000', '184150.142000', '184150.144000', '184150.147000', '184150.150000', '184150.152000', '184150.155000', '184150.158000', '184150.160000', '184150.163000', '184150.166000', '184150.168000', '184210.044000', '184210.048000', '184210.050000', '184210.053000', '184210.055000', '184210.058000', '184210.061000', '184210.063000', '184210.066000', '184210.069000', '184210.071000', '184210.074000', '184210.077000', '184210.079000', '184210.082000', '184210.085000', '184210.087000', '184210.090000', '184210.093000', '184210.096000', '184210.099000', '184210.102000', '184210.104000', '184210.107000', '184210.109000', '184210.112000', '184210.115000', '184210.118000', '184210.120000', '184210.123000', '184210.126000', '184210.128000', '184210.131000', '184210.133000', '184210.136000', '184210.139000', '184210.141000', '184210.144000', '184210.147000', '184210.149000', '184210.152000', '184210.155000', '184210.157000', '184210.160000', '184230.044000', '184230.047000', '184230.050000', '184230.053000', '184230.056000', '184230.058000', '184230.061000', '184230.064000', '184230.066000', '184230.069000', '184230.072000', '184230.074000', '184230.077000', '184230.080000', '184230.082000', '184230.085000', '184230.088000', '184230.090000', '184230.093000', '184230.096000', '184230.098000', '184230.101000', '184230.103000', '184230.106000', '184230.109000', '184230.112000', '184230.114000', '184230.117000', '184230.120000', '184230.123000', '184230.125000', '184230.128000', '184230.130000', '184230.133000', '184230.136000', '184230.138000', '184230.141000', '184230.144000', '184230.146000', '184230.149000', '184230.152000', '184230.154000', '184230.157000', '184250.044000', '184250.047000', '184250.050000', '184250.053000', '184250.056000', '184250.059000', '184250.061000', '184250.064000', '184250.067000', '184250.069000', '184250.072000', '184250.074000', '184250.077000', '184250.080000', '184250.082000', '184250.085000', '184250.088000', '184250.090000', '184250.093000', '184250.096000', '184250.098000', '184250.101000', '184250.104000', '184250.106000', '184250.109000', '184250.112000', '184250.114000', '184250.117000', '184250.120000', '184250.122000', '184250.125000', '184250.127000', '184250.130000', '184250.133000', '184250.135000', '184250.138000', '184250.141000', '184250.143000', '184250.146000', '184250.148000', '184250.151000', '184250.154000', '184250.156000', '184250.159000', '184310.045000', '184310.048000', '184310.050000', '184310.053000', '184310.056000', '184310.058000', '184310.061000', '184310.064000', '184310.066000', '184310.069000', '184310.072000', '184310.074000', '184310.077000', '184310.079000', '184310.082000', '184310.085000', '184310.087000', '184310.090000', '184310.093000', '184310.095000', '184310.098000', '184310.100000', '184310.103000', '184310.106000', '184310.109000', '184310.111000', '184310.114000', '184310.117000', '184310.119000', '184310.122000', '184310.125000', '184310.127000', '184310.130000', '184310.132000', '184310.135000', '184310.138000', '184310.140000', '184310.143000', '184310.161000', '184310.164000', '184310.168000', '184310.171000', '184310.173000', '184330.044000', '184330.047000', '184330.050000', '184330.053000', '184330.056000', '184330.058000', '184330.061000', '184330.064000', '184330.066000', '184330.069000', '184330.071000', '184330.074000', '184330.077000', '184330.079000', '184330.082000', '184330.085000', '184330.087000', '184330.090000', '184330.092000', '184330.095000', '184330.098000', '184330.101000', '184330.110000', '184330.112000', '184330.115000', '184330.117000', '184330.120000', '184330.123000', '184330.125000', '184330.128000', '184330.132000', '184330.135000', '184330.137000', '184330.140000', '184330.142000', '184330.145000', '184330.148000', '184330.151000', '184330.153000', '184330.156000', '184330.158000', '184330.161000', '184330.164000', '184330.166000', '184350.043000', '184350.046000', '184350.049000', '184350.052000', '184350.054000', '184350.057000', '184350.060000', '184350.062000', '184350.065000', '184350.068000', '184350.070000', '184350.073000', '184350.075000', '184350.078000', '184350.081000', '184350.083000', '184350.086000', '184350.089000', '184350.091000', '184350.094000', '184350.097000', '184350.099000', '184350.102000', '184350.105000', '184350.107000', '184350.110000', '184350.113000', '184350.115000', '184350.118000', '184350.121000', '184350.123000', '184350.126000', '184350.128000', '184350.131000', '184350.134000', '184350.136000', '184350.146000', '184350.149000', '184350.152000', '184350.154000', '184350.157000', '184350.159000', '184350.162000', '184410.044000', '184410.047000', '184410.050000', '184410.053000', '184410.055000', '184410.058000', '184410.061000', '184410.063000', '184410.066000', '184410.069000', '184410.071000', '184410.074000', '184410.076000', '184410.079000', '184410.082000', '184410.084000', '184410.087000', '184410.090000', '184410.092000', '184410.095000', '184410.098000', '184410.100000', '184410.103000', '184410.106000', '184410.108000', '184410.111000', '184410.114000', '184410.116000', '184410.119000', '184410.121000', '184410.124000', '184410.127000', '184410.129000', '184410.132000', '184410.135000', '184410.137000', '184410.140000', '184410.143000', '184410.145000', '184410.148000', '184410.151000', '184410.153000', '184410.156000', '184410.159000', '184430.044000', '184430.047000', '184430.050000', '184430.053000', '184430.055000', '184430.058000', '184430.061000', '184430.063000', '184430.066000', '184430.069000', '184430.071000', '184430.074000', '184430.077000', '184430.079000', '184430.082000', '184430.085000', '184430.087000', '184430.090000', '184430.093000', '184430.095000', '184430.098000', '184430.101000', '184430.103000', '184430.106000', '184430.108000', '184430.111000', '184430.114000', '184430.116000', '184430.119000', '184430.122000', '184430.124000', '184430.127000', '184430.130000', '184430.132000', '184430.135000', '184430.138000', '184430.140000', '184430.143000', '184430.145000', '184430.148000', '184430.151000', '184430.153000', '184430.156000', '184450.044000', '184450.048000', '184450.051000', '184450.053000', '184450.056000', '184450.059000', '184450.061000', '184450.064000', '184450.067000', '184450.069000', '184450.072000', '184450.075000', '184450.077000', '184450.080000', '184450.083000', '184450.085000', '184450.088000', '184450.091000', '184450.093000', '184450.096000', '184450.099000', '184450.101000', '184450.104000', '184450.107000', '184450.109000', '184450.112000', '184450.115000', '184450.117000', '184450.120000', '184450.123000', '184450.125000', '184450.128000', '184450.131000', '184450.143000', '184450.145000', '184450.148000', '184450.150000', '184450.153000', '184450.156000', '184450.158000', '184450.161000', '184450.164000', '184450.166000', '184510.045000', '184510.048000', '184510.050000', '184510.053000', '184510.056000', '184510.059000', '184510.061000', '184510.064000', '184510.067000', '184510.069000', '184510.072000', '184510.074000', '184510.077000', '184510.080000', '184510.082000', '184510.085000', '184510.088000', '184510.090000', '184510.094000', '184510.096000', '184510.099000', '184510.102000', '184510.104000', '184510.107000', '184510.110000', '184510.112000', '184510.115000', '184510.117000', '184510.120000', '184510.122000', '184510.125000', '184510.128000', '184510.135000', '184510.138000', '184510.140000', '184510.143000', '184510.146000', '184510.148000', '184510.151000', '184510.153000', '184510.156000', '184510.159000', '184510.161000', '184510.164000', '184530.044000', '184530.047000', '184530.050000', '184530.053000', '184530.056000', '184530.058000', '184530.061000', '184530.064000', '184530.066000', '184530.069000', '184530.072000', '184530.074000', '184530.077000', '184530.079000', '184530.082000', '184530.085000', '184530.087000', '184530.090000', '184530.093000', '184530.095000', '184530.098000', '184530.100000', '184530.103000', '184530.106000', '184530.108000', '184530.111000', '184530.114000', '184530.116000', '184530.119000', '184530.122000', '184530.124000', '184530.127000', '184530.130000', '184530.132000', '184530.135000', '184530.137000', '184530.140000', '184530.143000', '184530.145000', '184530.148000', '184530.150000', '184530.153000', '184530.156000', '184550.044000', '184550.047000', '184550.050000', '184550.053000', '184550.055000', '184550.058000', '184550.061000', '184550.064000', '184550.066000', '184550.069000', '184550.071000', '184550.074000', '184550.077000', '184550.079000', '184550.082000', '184550.085000', '184550.087000', '184550.090000', '184550.093000', '184550.095000', '184550.098000', '184550.101000', '184550.103000', '184550.106000', '184550.109000', '184550.111000', '184550.114000', '184550.116000', '184550.119000', '184550.122000', '184550.124000', '184550.127000', '184550.129000', '184550.132000', '184550.135000', '184550.137000', '184550.140000', '184550.142000', '184550.145000', '184550.148000', '184550.150000', '184550.153000', '184550.155000', '184550.158000', '184610.043000', '184610.046000', '184610.049000', '184610.052000', '184610.054000', '184610.057000', '184610.060000', '184610.062000', '184610.065000', '184610.068000', '184610.070000', '184610.073000', '184610.076000', '184610.078000', '184610.081000', '184610.084000', '184610.086000', '184610.089000', '184610.091000', '184610.094000', '184610.097000', '184610.099000', '184610.102000', '184610.105000', '184610.107000', '184610.110000', '184610.112000', '184610.115000', '184610.118000', '184610.120000', '184610.123000', '184610.126000', '184610.128000', '184610.131000', '184610.134000', '184610.136000', '184610.139000', '184610.141000', '184610.144000', '184610.147000', '184610.149000', '184610.152000', '184610.155000', '184610.157000', '184630.044000', '184630.085000', '184630.087000', '184630.090000', '184630.093000', '184630.095000', '184630.098000', '184630.100000', '184630.103000', '184630.106000', '184630.108000', '184630.111000', '184630.114000', '184630.116000', '184630.119000', '184630.122000', '184630.124000', '184630.127000', '184630.129000', '184630.132000', '184630.135000', '184630.138000', '184630.140000', '184630.143000', '184630.145000', '184630.148000', '184630.151000', '184630.153000', '184630.156000', '184630.159000', '184630.161000', '184630.164000', '184630.167000', '184630.169000', '184630.172000', '184630.175000', '184630.177000', '184630.180000', '184630.183000', '184630.185000', '184630.188000', '184630.190000', '184630.193000', '184645.382000', '184645.385000', '184645.388000', '184645.390000', '184645.393000', '184645.396000', '184645.398000', '184645.401000', '184645.404000', '184645.406000', '184645.409000', '184645.411000', '184645.414000', '184645.417000', '184645.419000', '184645.422000', '184645.425000', '184645.427000', '184645.430000', '184645.433000', '184645.435000', '184645.438000', '184645.441000', '184645.443000', '184645.446000', '184645.449000', '184645.451000', '184645.454000', '184645.457000', '184645.459000', '184645.462000', '184645.465000', '184645.467000', '184645.470000'], '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], 'LargestImagePixelValue': [18538, 10667, 9194, 18441, 10681, 9315, 12573, 8563, 12889, 11201, 8747, 13979, 9227, 12022, 10790, 7982, 13338, 7718, 13191, 15625, 10778, 15258, 8702, 14738, 9528, 11746, 15792, 9935, 14719, 8157, 11757, 8842, 10930, 7786, 12507, 15755, 9280, 14108, 13437, 9274, 15646, 14648, 10644, 15118, 8003, 13324, 15644, 9584, 15172, 12567, 9763, 14922, 7862, 11197, 15728, 8737, 12198, 15454, 9633, 12580, 7801, 9485, 15001, 8101, 11112, 16027, 12502, 12721, 8050, 11627, 14916, 9055, 10435, 15591, 10531, 9916, 14950, 8098, 10915, 15174, 8146, 11318, 16396, 9846, 11485, 8291, 9837, 14286, 7882, 10116, 14578, 9856, 10161, 13032, 8295, 10718, 14192, 8199, 10886, 14129, 8639, 11457, 10040, 8759, 13617, 10427, 9642, 13350, 8348, 9739, 15077, 11591, 11171, 9044, 11230, 14792, 7951, 11957, 14553, 9362, 12029, 14553, 8613, 11127, 14832, 8327, 11697, 8061, 13022, 13360, 9185, 9508, 8734, 11303, 11862, 7951, 11157, 8486, 9613, 13696, 9521, 11305, 9541, 12659, 9227, 13058, 16813, 11771, 13789, 10290, 12114, 11990, 15807, 14444, 16571, 10530, 13261, 18627, 10139, 13317, 9451, 10831, 11043, 9907, 11990, 8878, 13254, 9109, 12321, 12266, 9341, 12997, 8297, 12037, 14414, 10044, 11889, 10920, 9234, 13885, 8567, 11842, 9479, 12430, 9954, 11583, 8533, 13650, 14742, 10813, 11395, 14442, 9795, 10638, 12273, 9650, 10630, 9379, 10575, 10754, 14965, 13804, 10214, 14416, 11743, 8907, 13050, 11209, 9296, 13335, 8268, 9773, 13280, 8226, 9785, 13263, 8002, 9782, 13222, 7872, 9436, 12892, 8087, 11150, 12379, 7762, 12093, 8313, 9621, 12747, 8223, 11009, 13223, 8376, 11109, 13583, 8382, 11440, 13605, 8556, 9584, 13375, 8866, 9519, 13887, 8375, 10153, 13538, 8556, 10636, 13885, 8575, 10513, 13672, 8211, 11884, 13840, 8433, 11399, 13837, 9202, 11128, 14485, 9684, 9922, 14197, 12379, 9065, 14187, 15273, 8487, 12938, 8401, 10044, 14104, 8734, 12474, 13375, 9656, 13367, 10269, 10060, 15354, 11229, 14400, 8645, 11913, 17017, 13590, 11771, 13635, 17075, 12030, 12137, 15531, 8419, 11944, 13485, 9688, 11519, 8569, 11201, 7860, 12671, 14240, 9610, 12094, 15029, 8587, 12741, 8536, 11336, 13933, 9834, 11327, 15957, 9370, 12682, 8703, 10224, 13811, 10360, 11266, 9117, 9549, 13820, 9582, 10844, 16976, 11791, 10666, 7948, 10590, 13170, 8700, 9498, 13188, 9090, 9841, 13237, 8414, 10653, 13528, 9184, 10906, 13372, 8666, 10959, 13255, 8607, 11461, 7941, 9559, 7954, 10683, 13720, 9607, 9160, 13526, 9671, 9920, 14376, 10120, 12040, 10059, 10784, 7909, 12475, 14034, 9094, 11850, 14068, 9686, 10863, 13520, 8307, 11125, 13718, 8443, 11532, 13782, 8795, 11173, 13933, 7980, 11817, 13596, 8842, 12076, 9349, 8944, 13218, 9637, 8604, 13419, 9624, 9007, 13151, 8066, 8612, 13727, 8198, 10478, 12524, 8448, 12871, 9601, 8506, 13501, 8999, 9891, 13879, 8041, 12784, 10091, 9075, 13805, 13717, 9340, 13140, 8699, 9388, 13555, 10321, 9694, 13825, 8947, 10025, 13697, 8256, 10123, 13772, 8534, 11887, 9511, 8516, 13031, 8852, 8648, 12916, 11422, 8410, 13060, 8497, 9407, 12777, 8456, 9287, 13498, 8010, 10113, 13469, 8987, 11148, 13741, 8465, 11385, 13872, 9048, 11636, 15503, 9079, 10917, 14320, 9241, 11736, 15810, 8522, 12068, 15255, 8687, 12665, 11442, 8874, 12842, 8344, 11114, 13772, 8336, 11490, 14478, 9017, 12282, 9567, 8936, 13571, 11657, 9001, 13451, 8847, 9432, 13743, 9039, 8928, 13664, 10451, 8675, 13010, 8399, 8574, 13384, 8555, 9898, 13703, 8553, 12199, 10790, 8659, 13270, 14431, 9746, 11720, 15153, 8765, 12268, 12011, 8811, 13334, 10756, 10141, 13813, 9055, 12386, 12574, 9501, 13965, 12408, 9758, 14918, 8379, 12265, 15811, 10808, 11729, 17167, 9567, 10933, 14492, 11085, 9507, 13806, 8285, 9598, 13604, 9264, 8334, 13667, 9445, 8441, 13414, 8258, 10019, 13855, 8517, 8518, 13379, 8307, 10267, 13569, 12836, 8641, 13216, 15148, 9139, 11901, 13767, 8812, 11654, 14159, 8730, 12009, 12959, 8371, 12840, 10125, 8393, 14151, 8192, 10714, 14347, 9345, 12684, 14461, 8823, 13261, 11326, 10340, 16244, 12199, 11844, 15356, 8687, 13861, 14791, 8835, 14008, 16370, 8918, 12868, 12182, 8119, 13629, 10271, 8209, 13531, 8231, 9571, 13810, 8337, 12301, 9692, 8175, 13395, 8747, 9864, 13246, 8649, 12307, 14243, 9273, 12473, 14965, 12105, 11648, 16048, 10386, 10586, 13938, 8389, 10719, 13598, 8340, 11195, 14064, 8699, 11422, 14645, 9024, 10997, 14943, 8012, 11540, 14236, 8558, 12045, 9847, 8044, 13086, 8156, 9525, 14025, 8307, 10972, 14141, 8913, 12009, 10359, 8954, 13641, 10390, 9951, 14640, 13210, 10279, 16348, 9175, 11359, 16668, 9559, 12057, 16586, 11694, 10591, 15465, 9491, 10402, 13768, 8376, 10363, 13676, 8612, 11218, 11906, 7902, 12261, 9849, 8318, 13276, 8396, 11810, 10270, 9202, 11048, 9694, 14273, 13948, 9197, 17046, 10262, 13093, 15920, 13920, 13350, 9785, 8742, 13771, 11511, 9460, 13939, 13533, 9437, 9487, 8482, 13563, 12413, 8116, 13203, 9873, 8426, 8703, 8795, 13587, 12507, 7949, 13144, 13175, 7761, 12738, 8041, 12558, 14007, 8071, 10750, 13802, 11469, 10513, 10399, 9254, 13782, 16013, 12543, 11870, 15273, 12804, 10591, 8004, 10114, 13899, 14638, 8564, 13434, 17347, 9246, 11862, 8055, 13280, 15409, 9077, 12510, 14924, 12406, 11103, 16530, 9613, 10817, 13714, 8876, 11001, 9685, 9388, 14763, 16892, 12357, 13178, 9470, 10932, 8024, 9879, 14151, 18954, 9636, 12863, 19872, 11423, 12009, 15838, 9806, 11783, 13720, 11408, 10581, 14124, 9041, 11530, 14249, 9455, 11675, 12412, 8794, 13135, 8326, 10675, 14136, 8692, 11215, 13827, 9952, 11551, 17291, 9096, 12858, 12428, 9670, 13028, 9214, 11038, 13460, 9098, 12582, 11396, 8969, 13126, 11360, 10981, 14470, 9350, 13141, 13157, 8337, 11449, 12105, 7864, 12667, 8719, 11163, 8758, 10595, 8178, 13322, 16805, 12827, 14545, 9895, 13873, 11317, 16033, 14815, 11485, 9668, 11929, 15175, 16135, 11502, 15510, 14006, 10977, 14150, 11049, 9944, 13684, 8268, 11367, 8058, 11600, 13542, 9292, 11710, 13115, 9122, 11908, 8187, 12351, 8227, 12482, 14503, 10644, 12103, 13600, 13212, 11407, 15317, 9796, 11763, 13620, 9333, 11920, 9922, 9636, 13639, 13112, 9110, 13656, 12906, 9311, 8215, 9245, 14106, 10992, 9095, 13694, 14452, 9111, 13204, 9248, 9577, 14135, 9459, 11804, 8380, 12318, 14284, 14557, 9661, 13695], 'WindowCenter': [4784.0, 4689.0, 4654.0, 4754.0, 4661.0, 4628.0, 4689.0, 4632.0, 4692.0, 4683.0, 4644.0, 4710.0, 4665.0, 4695.0, 4673.0, 4648.0, 4728.0, 4639.0, 4716.0, 4734.0, 4686.0, 4735.0, 4661.0, 4738.0, 4667.0, 4707.0, 4736.0, 4677.0, 4738.0, 4648.0, 4721.0, 4673.0, 4701.0, 4663.0, 4735.0, 4763.0, 4683.0, 4752.0, 4741.0, 4694.0, 4766.0, 4752.0, 4704.0, 4765.0, 4677.0, 4758.0, 4764.0, 4694.0, 4766.0, 4722.0, 4694.0, 4753.0, 4662.0, 4712.0, 4761.0, 4684.0, 4738.0, 4778.0, 4695.0, 4734.0, 4676.0, 4704.0, 4754.0, 4662.0, 4725.0, 4762.0, 4722.0, 4732.0, 4663.0, 4725.0, 4753.0, 4672.0, 4700.0, 4749.0, 4689.0, 4679.0, 4752.0, 4648.0, 4700.0, 4748.0, 4660.0, 4709.0, 4746.0, 4678.0, 4708.0, 4658.0, 4690.0, 4738.0, 4645.0, 4688.0, 4739.0, 4666.0, 4686.0, 4715.0, 4659.0, 4700.0, 4725.0, 4656.0, 4696.0, 4725.0, 4667.0, 4706.0, 4687.0, 4669.0, 4739.0, 4698.0, 4678.0, 4728.0, 4685.0, 4704.0, 4714.0, 4661.0, 4670.0, 4630.0, 4659.0, 4725.0, 4710.0, 4732.0, 4749.0, 4701.0, 4743.0, 4750.0, 4678.0, 4720.0, 4735.0, 4655.0, 4718.0, 4641.0, 4711.0, 4655.0, 4664.0, 4647.0, 4664.0, 4734.0, 4783.0, 4694.0, 4733.0, 4705.0, 4713.0, 4763.0, 4673.0, 4720.0, 4675.0, 4713.0, 4675.0, 4730.0, 4758.0, 4720.0, 4738.0, 4700.0, 4718.0, 4707.0, 4735.0, 4723.0, 4730.0, 4671.0, 4714.0, 4742.0, 4662.0, 4712.0, 4662.0, 4682.0, 4693.0, 4674.0, 4691.0, 4662.0, 4711.0, 4654.0, 4705.0, 4704.0, 4678.0, 4715.0, 4668.0, 4717.0, 4723.0, 4662.0, 4692.0, 4682.0, 4663.0, 4711.0, 4653.0, 4707.0, 4674.0, 4716.0, 4701.0, 4719.0, 4683.0, 4752.0, 4739.0, 4697.0, 4709.0, 4748.0, 4674.0, 4686.0, 4716.0, 4689.0, 4698.0, 4689.0, 4710.0, 4711.0, 4751.0, 4739.0, 4688.0, 4738.0, 4704.0, 4667.0, 4714.0, 4692.0, 4664.0, 4713.0, 4643.0, 4673.0, 4712.0, 4643.0, 4673.0, 4713.0, 4644.0, 4674.0, 4715.0, 4644.0, 4677.0, 4715.0, 4656.0, 4708.0, 4716.0, 4658.0, 4728.0, 4670.0, 4702.0, 4740.0, 4683.0, 4723.0, 4741.0, 4671.0, 4722.0, 4752.0, 4670.0, 4722.0, 4742.0, 4669.0, 4691.0, 4740.0, 4678.0, 4691.0, 4740.0, 4670.0, 4701.0, 4740.0, 4680.0, 4713.0, 4740.0, 4681.0, 4714.0, 4751.0, 4684.0, 4735.0, 4753.0, 4681.0, 4722.0, 4752.0, 4691.0, 4720.0, 4751.0, 4692.0, 4701.0, 4751.0, 4727.0, 4680.0, 4739.0, 4746.0, 4669.0, 4727.0, 4668.0, 4698.0, 4749.0, 4679.0, 4731.0, 4751.0, 4702.0, 4755.0, 4702.0, 4691.0, 4753.0, 4701.0, 4728.0, 4660.0, 4710.0, 4764.0, 4728.0, 4710.0, 4730.0, 4745.0, 4694.0, 4694.0, 4732.0, 4644.0, 4693.0, 4713.0, 4661.0, 4682.0, 4655.0, 4695.0, 4659.0, 4730.0, 4724.0, 4666.0, 4706.0, 4733.0, 4654.0, 4703.0, 4655.0, 4695.0, 4724.0, 4673.0, 4684.0, 4732.0, 4653.0, 4702.0, 4641.0, 4672.0, 4713.0, 4673.0, 4683.0, 4651.0, 4662.0, 4712.0, 4649.0, 4670.0, 4729.0, 4678.0, 4669.0, 4632.0, 4681.0, 4701.0, 4640.0, 4660.0, 4698.0, 4638.0, 4658.0, 4697.0, 4640.0, 4683.0, 4710.0, 4651.0, 4682.0, 4708.0, 4641.0, 4681.0, 4699.0, 4652.0, 4692.0, 4644.0, 4675.0, 4658.0, 4700.0, 4739.0, 4676.0, 4677.0, 4726.0, 4664.0, 4687.0, 4739.0, 4677.0, 4706.0, 4678.0, 4698.0, 4662.0, 4734.0, 4740.0, 4668.0, 4710.0, 4729.0, 4679.0, 4700.0, 4728.0, 4658.0, 4699.0, 4716.0, 4647.0, 4696.0, 4727.0, 4658.0, 4698.0, 4725.0, 4646.0, 4707.0, 4715.0, 4654.0, 4707.0, 4666.0, 4657.0, 4716.0, 4664.0, 4655.0, 4716.0, 4663.0, 4655.0, 4714.0, 4633.0, 4655.0, 4714.0, 4644.0, 4686.0, 4706.0, 4656.0, 4718.0, 4675.0, 4656.0, 4727.0, 4666.0, 4678.0, 4727.0, 4660.0, 4731.0, 4688.0, 4668.0, 4730.0, 4727.0, 4668.0, 4717.0, 4657.0, 4679.0, 4727.0, 4675.0, 4677.0, 4726.0, 4655.0, 4677.0, 4728.0, 4670.0, 4699.0, 4735.0, 4667.0, 4708.0, 4678.0, 4670.0, 4731.0, 4679.0, 4682.0, 4731.0, 4707.0, 4659.0, 4729.0, 4669.0, 4690.0, 4730.0, 4669.0, 4691.0, 4741.0, 4661.0, 4702.0, 4740.0, 4682.0, 4722.0, 4751.0, 4671.0, 4723.0, 4742.0, 4683.0, 4722.0, 4749.0, 4680.0, 4709.0, 4739.0, 4679.0, 4721.0, 4759.0, 4670.0, 4731.0, 4746.0, 4669.0, 4730.0, 4708.0, 4680.0, 4729.0, 4670.0, 4710.0, 4740.0, 4670.0, 4721.0, 4748.0, 4681.0, 4731.0, 4690.0, 4680.0, 4741.0, 4707.0, 4680.0, 4740.0, 4667.0, 4680.0, 4739.0, 4667.0, 4677.0, 4738.0, 4697.0, 4669.0, 4729.0, 4657.0, 4680.0, 4751.0, 4680.0, 4702.0, 4751.0, 4683.0, 4733.0, 4711.0, 4683.0, 4743.0, 4750.0, 4679.0, 4720.0, 4748.0, 4668.0, 4720.0, 4718.0, 4680.0, 4740.0, 4699.0, 4701.0, 4738.0, 4680.0, 4733.0, 4731.0, 4693.0, 4754.0, 4731.0, 4693.0, 4762.0, 4672.0, 4732.0, 4761.0, 4702.0, 4721.0, 4769.0, 4679.0, 4698.0, 4738.0, 4697.0, 4679.0, 4728.0, 4656.0, 4678.0, 4727.0, 4664.0, 4657.0, 4726.0, 4664.0, 4659.0, 4727.0, 4669.0, 4701.0, 4740.0, 4667.0, 4681.0, 4739.0, 4670.0, 4702.0, 4742.0, 4728.0, 4669.0, 4730.0, 4748.0, 4678.0, 4720.0, 4737.0, 4667.0, 4709.0, 4737.0, 4669.0, 4730.0, 4729.0, 4672.0, 4743.0, 4713.0, 4673.0, 4752.0, 4683.0, 4714.0, 4752.0, 4694.0, 4746.0, 4753.0, 4682.0, 4744.0, 4711.0, 4693.0, 4761.0, 4722.0, 4721.0, 4749.0, 4672.0, 4741.0, 4745.0, 4682.0, 4742.0, 4759.0, 4669.0, 4718.0, 4705.0, 4647.0, 4726.0, 4675.0, 4647.0, 4726.0, 4647.0, 4679.0, 4738.0, 4671.0, 4732.0, 4690.0, 4672.0, 4742.0, 4682.0, 4704.0, 4742.0, 4685.0, 4735.0, 4752.0, 4694.0, 4735.0, 4751.0, 4720.0, 4711.0, 4748.0, 4687.0, 4688.0, 4739.0, 4670.0, 4701.0, 4728.0, 4658.0, 4699.0, 4727.0, 4668.0, 4710.0, 4737.0, 4668.0, 4700.0, 4736.0, 4658.0, 4707.0, 4726.0, 4667.0, 4719.0, 4689.0, 4672.0, 4739.0, 4661.0, 4693.0, 4740.0, 4670.0, 4713.0, 4751.0, 4682.0, 4733.0, 4702.0, 4684.0, 4754.0, 4701.0, 4703.0, 4753.0, 4730.0, 4701.0, 4758.0, 4680.0, 4709.0, 4757.0, 4680.0, 4721.0, 4758.0, 4707.0, 4688.0, 4745.0, 4676.0, 4687.0, 4725.0, 4655.0, 4688.0, 4725.0, 4667.0, 4698.0, 4706.0, 4659.0, 4720.0, 4688.0, 4671.0, 4741.0, 4686.0, 4735.0, 4700.0, 4693.0, 4725.0, 4719.0, 4781.0, 4754.0, 4706.0, 4774.0, 4705.0, 4748.0, 4763.0, 4741.0, 4730.0, 4678.0, 4670.0, 4729.0, 4706.0, 4690.0, 4739.0, 4726.0, 4667.0, 4676.0, 4671.0, 4729.0, 4716.0, 4647.0, 4727.0, 4688.0, 4660.0, 4671.0, 4685.0, 4755.0, 4718.0, 4662.0, 4742.0, 4731.0, 4663.0, 4743.0, 4687.0, 4748.0, 4766.0, 4673.0, 4714.0, 4744.0, 4711.0, 4703.0, 4702.0, 4694.0, 4755.0, 4762.0, 4719.0, 4710.0, 4748.0, 4718.0, 4689.0, 4658.0, 4700.0, 4740.0, 4735.0, 4670.0, 4729.0, 4756.0, 4678.0, 4707.0, 4661.0, 4742.0, 4748.0, 4668.0, 4718.0, 4746.0, 4717.0, 4698.0, 4745.0, 4676.0, 4697.0, 4725.0, 4655.0, 4696.0, 4676.0, 4691.0, 4702.0, 4791.0, 4755.0, 4741.0, 4689.0, 4711.0, 4671.0, 4715.0, 4765.0, 4792.0, 4704.0, 4747.0, 4790.0, 4708.0, 4719.0, 4746.0, 4686.0, 4721.0, 4735.0, 4707.0, 4697.0, 4726.0, 4668.0, 4707.0, 4733.0, 4675.0, 4706.0, 4715.0, 4667.0, 4726.0, 4666.0, 4696.0, 4734.0, 4667.0, 4709.0, 4734.0, 4687.0, 4707.0, 4754.0, 4664.0, 4724.0, 4714.0, 4676.0, 4727.0, 4675.0, 4706.0, 4738.0, 4678.0, 4728.0, 4718.0, 4680.0, 4743.0, 4722.0, 4724.0, 4759.0, 4690.0, 4713.0, 4729.0, 4670.0, 4716.0, 4750.0, 4694.0, 4746.0, 4680.0, 4717.0, 4678.0, 4708.0, 4681.0, 4741.0, 4758.0, 4730.0, 4736.0, 4731.0, 4755.0, 4728.0, 4777.0, 4752.0, 4711.0, 4682.0, 4709.0, 4748.0, 4744.0, 4695.0, 4746.0, 4724.0, 4683.0, 4712.0, 4680.0, 4661.0, 4711.0, 4644.0, 4691.0, 4642.0, 4693.0, 4714.0, 4664.0, 4706.0, 4714.0, 4677.0, 4721.0, 4669.0, 4730.0, 4684.0, 4759.0, 4753.0, 4702.0, 4724.0, 4730.0, 4730.0, 4697.0, 4735.0, 4664.0, 4697.0, 4714.0, 4666.0, 4705.0, 4675.0, 4678.0, 4736.0, 4714.0, 4668.0, 4725.0, 4714.0, 4667.0, 4658.0, 4691.0, 4753.0, 4699.0, 4680.0, 4743.0, 4740.0, 4681.0, 4728.0, 4667.0, 4688.0, 4739.0, 4690.0, 4707.0, 4671.0, 4733.0, 4752.0, 4737.0, 4680.0, 4728.0], 'WindowWidth': [10413.0, 10273.0, 10215.0, 10352.0, 10217.0, 10165.0, 10252.0, 10181.0, 10258.0, 10250.0, 10200.0, 10285.0, 10233.0, 10268.0, 10237.0, 10216.0, 10322.0, 10199.0, 10303.0, 10323.0, 10262.0, 10325.0, 10232.0, 10336.0, 10238.0, 10291.0, 10332.0, 10256.0, 10338.0, 10215.0, 10321.0, 10255.0, 10293.0, 10244.0, 10344.0, 10379.0, 10271.0, 10364.0, 10347.0, 10288.0, 10389.0, 10362.0, 10299.0, 10389.0, 10272.0, 10383.0, 10385.0, 10287.0, 10386.0, 10321.0, 10285.0, 10363.0, 10242.0, 10312.0, 10377.0, 10275.0, 10354.0, 10410.0, 10292.0, 10342.0, 10269.0, 10306.0, 10369.0, 10242.0, 10334.0, 10382.0, 10323.0, 10333.0, 10245.0, 10333.0, 10370.0, 10253.0, 10289.0, 10356.0, 10271.0, 10259.0, 10363.0, 10217.0, 10289.0, 10352.0, 10237.0, 10301.0, 10347.0, 10255.0, 10296.0, 10230.0, 10275.0, 10338.0, 10209.0, 10269.0, 10340.0, 10234.0, 10264.0, 10302.0, 10232.0, 10289.0, 10318.0, 10224.0, 10279.0, 10318.0, 10243.0, 10294.0, 10268.0, 10248.0, 10342.0, 10285.0, 10257.0, 10325.0, 10281.0, 10304.0, 10292.0, 10211.0, 10229.0, 10172.0, 10209.0, 10310.0, 10329.0, 10343.0, 10360.0, 10299.0, 10357.0, 10360.0, 10261.0, 10319.0, 10332.0, 10223.0, 10312.0, 10198.0, 10299.0, 10188.0, 10238.0, 10199.0, 10242.0, 10355.0, 10442.0, 10300.0, 10350.0, 10315.0, 10322.0, 10388.0, 10247.0, 10322.0, 10252.0, 10300.0, 10252.0, 10333.0, 10366.0, 10318.0, 10339.0, 10292.0, 10312.0, 10294.0, 10333.0, 10308.0, 10313.0, 10234.0, 10301.0, 10332.0, 10225.0, 10295.0, 10225.0, 10254.0, 10267.0, 10245.0, 10265.0, 10229.0, 10295.0, 10218.0, 10288.0, 10285.0, 10259.0, 10302.0, 10246.0, 10311.0, 10312.0, 10226.0, 10264.0, 10252.0, 10230.0, 10290.0, 10214.0, 10294.0, 10246.0, 10305.0, 10294.0, 10315.0, 10274.0, 10367.0, 10342.0, 10280.0, 10301.0, 10355.0, 10247.0, 10266.0, 10307.0, 10274.0, 10287.0, 10277.0, 10306.0, 10309.0, 10365.0, 10340.0, 10271.0, 10339.0, 10285.0, 10240.0, 10304.0, 10267.0, 10230.0, 10296.0, 10201.0, 10244.0, 10295.0, 10202.0, 10245.0, 10297.0, 10205.0, 10248.0, 10303.0, 10207.0, 10257.0, 10305.0, 10229.0, 10301.0, 10308.0, 10235.0, 10330.0, 10254.0, 10301.0, 10350.0, 10276.0, 10331.0, 10352.0, 10255.0, 10326.0, 10368.0, 10255.0, 10326.0, 10354.0, 10251.0, 10283.0, 10349.0, 10260.0, 10281.0, 10351.0, 10252.0, 10297.0, 10346.0, 10268.0, 10315.0, 10350.0, 10271.0, 10319.0, 10367.0, 10278.0, 10350.0, 10371.0, 10271.0, 10326.0, 10370.0, 10282.0, 10322.0, 10366.0, 10283.0, 10298.0, 10366.0, 10325.0, 10265.0, 10347.0, 10349.0, 10247.0, 10326.0, 10248.0, 10292.0, 10360.0, 10268.0, 10339.0, 10369.0, 10302.0, 10376.0, 10298.0, 10277.0, 10368.0, 10287.0, 10323.0, 10232.0, 10304.0, 10387.0, 10323.0, 10302.0, 10332.0, 10346.0, 10267.0, 10271.0, 10322.0, 10205.0, 10269.0, 10296.0, 10223.0, 10254.0, 10221.0, 10276.0, 10237.0, 10331.0, 10316.0, 10235.0, 10292.0, 10322.0, 10218.0, 10284.0, 10222.0, 10275.0, 10313.0, 10242.0, 10256.0, 10322.0, 10213.0, 10279.0, 10197.0, 10240.0, 10298.0, 10241.0, 10253.0, 10209.0, 10227.0, 10293.0, 10203.0, 10232.0, 10313.0, 10242.0, 10230.0, 10186.0, 10253.0, 10278.0, 10192.0, 10220.0, 10271.0, 10187.0, 10216.0, 10268.0, 10194.0, 10256.0, 10289.0, 10212.0, 10253.0, 10286.0, 10198.0, 10252.0, 10274.0, 10213.0, 10267.0, 10208.0, 10249.0, 10234.0, 10293.0, 10344.0, 10251.0, 10255.0, 10321.0, 10233.0, 10270.0, 10342.0, 10250.0, 10287.0, 10257.0, 10282.0, 10243.0, 10341.0, 10345.0, 10243.0, 10300.0, 10327.0, 10255.0, 10287.0, 10323.0, 10230.0, 10284.0, 10305.0, 10213.0, 10279.0, 10320.0, 10229.0, 10283.0, 10318.0, 10213.0, 10294.0, 10303.0, 10220.0, 10292.0, 10236.0, 10226.0, 10306.0, 10232.0, 10222.0, 10305.0, 10228.0, 10219.0, 10299.0, 10188.0, 10221.0, 10300.0, 10203.0, 10265.0, 10292.0, 10227.0, 10313.0, 10249.0, 10227.0, 10323.0, 10237.0, 10255.0, 10321.0, 10239.0, 10334.0, 10270.0, 10246.0, 10332.0, 10321.0, 10243.0, 10310.0, 10228.0, 10259.0, 10324.0, 10248.0, 10253.0, 10322.0, 10221.0, 10253.0, 10327.0, 10254.0, 10291.0, 10334.0, 10245.0, 10299.0, 10260.0, 10252.0, 10336.0, 10262.0, 10273.0, 10338.0, 10297.0, 10236.0, 10331.0, 10248.0, 10280.0, 10336.0, 10250.0, 10284.0, 10351.0, 10242.0, 10300.0, 10349.0, 10273.0, 10328.0, 10366.0, 10258.0, 10330.0, 10354.0, 10274.0, 10327.0, 10360.0, 10267.0, 10307.0, 10345.0, 10262.0, 10322.0, 10372.0, 10252.0, 10336.0, 10353.0, 10249.0, 10334.0, 10302.0, 10265.0, 10330.0, 10254.0, 10309.0, 10348.0, 10253.0, 10324.0, 10358.0, 10268.0, 10338.0, 10278.0, 10268.0, 10350.0, 10298.0, 10265.0, 10348.0, 10243.0, 10266.0, 10346.0, 10245.0, 10260.0, 10344.0, 10284.0, 10249.0, 10330.0, 10229.0, 10269.0, 10367.0, 10267.0, 10300.0, 10366.0, 10276.0, 10344.0, 10309.0, 10274.0, 10357.0, 10363.0, 10263.0, 10319.0, 10355.0, 10249.0, 10321.0, 10314.0, 10265.0, 10347.0, 10287.0, 10293.0, 10342.0, 10266.0, 10340.0, 10338.0, 10287.0, 10370.0, 10334.0, 10287.0, 10380.0, 10256.0, 10338.0, 10377.0, 10294.0, 10320.0, 10384.0, 10258.0, 10284.0, 10341.0, 10279.0, 10260.0, 10327.0, 10225.0, 10255.0, 10324.0, 10233.0, 10226.0, 10319.0, 10234.0, 10231.0, 10324.0, 10249.0, 10296.0, 10346.0, 10243.0, 10270.0, 10345.0, 10253.0, 10297.0, 10355.0, 10327.0, 10248.0, 10334.0, 10356.0, 10260.0, 10319.0, 10338.0, 10243.0, 10301.0, 10340.0, 10251.0, 10335.0, 10333.0, 10257.0, 10356.0, 10318.0, 10261.0, 10367.0, 10276.0, 10317.0, 10367.0, 10291.0, 10364.0, 10371.0, 10272.0, 10357.0, 10305.0, 10284.0, 10374.0, 10321.0, 10319.0, 10355.0, 10254.0, 10349.0, 10347.0, 10268.0, 10351.0, 10369.0, 10244.0, 10312.0, 10289.0, 10214.0, 10321.0, 10248.0, 10213.0, 10320.0, 10214.0, 10261.0, 10339.0, 10255.0, 10338.0, 10279.0, 10257.0, 10352.0, 10270.0, 10301.0, 10353.0, 10279.0, 10348.0, 10369.0, 10289.0, 10346.0, 10364.0, 10318.0, 10307.0, 10354.0, 10268.0, 10272.0, 10345.0, 10251.0, 10293.0, 10327.0, 10230.0, 10285.0, 10323.0, 10246.0, 10303.0, 10338.0, 10245.0, 10290.0, 10336.0, 10231.0, 10298.0, 10321.0, 10244.0, 10316.0, 10275.0, 10258.0, 10347.0, 10244.0, 10288.0, 10349.0, 10255.0, 10314.0, 10363.0, 10274.0, 10342.0, 10299.0, 10278.0, 10373.0, 10295.0, 10300.0, 10371.0, 10329.0, 10294.0, 10369.0, 10264.0, 10303.0, 10368.0, 10264.0, 10322.0, 10372.0, 10296.0, 10271.0, 10347.0, 10251.0, 10268.0, 10319.0, 10222.0, 10270.0, 10317.0, 10243.0, 10286.0, 10295.0, 10235.0, 10319.0, 10275.0, 10254.0, 10351.0, 10286.0, 10346.0, 10293.0, 10289.0, 10335.0, 10332.0, 10423.0, 10374.0, 10310.0, 10400.0, 10306.0, 10370.0, 10387.0, 10345.0, 10330.0, 10256.0, 10250.0, 10330.0, 10292.0, 10277.0, 10345.0, 10319.0, 10239.0, 10250.0, 10253.0, 10330.0, 10305.0, 10214.0, 10322.0, 10269.0, 10236.0, 10254.0, 10279.0, 10374.0, 10316.0, 10243.0, 10351.0, 10336.0, 10247.0, 10354.0, 10287.0, 10371.0, 10391.0, 10261.0, 10316.0, 10358.0, 10306.0, 10299.0, 10297.0, 10290.0, 10375.0, 10382.0, 10314.0, 10303.0, 10356.0, 10308.0, 10272.0, 10230.0, 10292.0, 10348.0, 10333.0, 10249.0, 10328.0, 10361.0, 10256.0, 10297.0, 10241.0, 10351.0, 10356.0, 10245.0, 10314.0, 10351.0, 10308.0, 10284.0, 10345.0, 10251.0, 10280.0, 10317.0, 10221.0, 10279.0, 10253.0, 10284.0, 10279.0, 10429.0, 10383.0, 10352.0, 10277.0, 10308.0, 10258.0, 10324.0, 10392.0, 10425.0, 10309.0, 10368.0, 10419.0, 10301.0, 10319.0, 10352.0, 10269.0, 10321.0, 10337.0, 10298.0, 10286.0, 10322.0, 10246.0, 10298.0, 10330.0, 10254.0, 10299.0, 10309.0, 10245.0, 10324.0, 10245.0, 10286.0, 10335.0, 10245.0, 10305.0, 10336.0, 10271.0, 10301.0, 10359.0, 10239.0, 10321.0, 10304.0, 10256.0, 10327.0, 10254.0, 10299.0, 10343.0, 10264.0, 10334.0, 10318.0, 10270.0, 10358.0, 10327.0, 10333.0, 10378.0, 10280.0, 10297.0, 10331.0, 10256.0, 10316.0, 10371.0, 10299.0, 10359.0, 10266.0, 10316.0, 10264.0, 10307.0, 10275.0, 10352.0, 10374.0, 10332.0, 10337.0, 10353.0, 10376.0, 10342.0, 10413.0, 10366.0, 10308.0, 10267.0, 10301.0, 10359.0, 10339.0, 10277.0, 10352.0, 10312.0, 10257.0, 10297.0, 10247.0, 10224.0, 10289.0, 10203.0, 10262.0, 10201.0, 10272.0, 10300.0, 10234.0, 10292.0, 10301.0, 10257.0, 10319.0, 10251.0, 10333.0, 10278.0, 10389.0, 10369.0, 10296.0, 10325.0, 10330.0, 10328.0, 10281.0, 10329.0, 10231.0, 10278.0, 10300.0, 10237.0, 10290.0, 10249.0, 10258.0, 10338.0, 10300.0, 10242.0, 10318.0, 10301.0, 10240.0, 10231.0, 10282.0, 10369.0, 10289.0, 10265.0, 10354.0, 10342.0, 10264.0, 10326.0, 10240.0, 10273.0, 10343.0, 10278.0, 10298.0, 10256.0, 10340.0, 10366.0, 10335.0, 10261.0, 10326.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.01608542669584245</td></tr>
<tr><td colspan=3>aqi</td><td>0.048382257986870895</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>44.42539460766704</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.3628393507886096</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.1591774473055863</td></tr>
<tr><td colspan=3>efc</td><td>0.5098</td></tr>
<tr><td colspan=3>fber</td><td>4203.2266</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.21517420166963092</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>144</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>15.75492341356674</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5919840264116245</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4876898497797613</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.785558569950745</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.5027036595043666</td></tr>
<tr><td colspan=3>gcor</td><td>0.00921515</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.020414449274539948</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.05397874116897583</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>914</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>4.377287721632378</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>16.8963</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>61.7194</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>240.9105</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>62.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>293030.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1114.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>434.0495</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.4842</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>642.945</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3899.0934</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3990.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>83514.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1903.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5118.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>911.5179</td></tr>
<tr><td colspan=3>tsnr</td><td>26.09156995639205</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>