ds005256-mriqc/sub-0128_ses-02_task-alignvideo_acq-mb8_run-04_bold.html
Felix Hoffstaedter 212d70bc63 [DATALAD RUNCMD] Compute MRIQC for sub-0128
=== Do not change lines below ===
{
 "chain": [],
 "cmd": "./code/containers/scripts/singularity_cmd exec code/containers/images/bids/bids-mriqc--24.0.2.sing mriqc sourcedata/raw . participant --participant-label sub-0128 --no-datalad-get --no-sub --verbose --nprocs 1 --mem 3000 --work-dir /tmp --float32 --verbose-reports",
 "dsid": "2d58dd48-4166-4dc3-9cd1-64f3d0665a8c",
 "exit": 0,
 "extra_inputs": [
  "code/containers/images/bids/bids-mriqc--24.0.2.sing"
 ],
 "inputs": [
  "sourcedata/raw/sub-0128",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-18 16:44:34 +02:00

616 lines
No EOL
109 KiB (Stored with Git Annex)
HTML

<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0128_ses-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-0128_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-0128_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Standard deviation of signal through time</h3><p class="elem-caption">The voxel-wise standard deviation of the signal (variability along time).</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0128/figures/sub-0128_ses-02_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0128/figures/sub-0128_ses-02_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0128/figures/sub-0128_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-0128_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">View of the background of the voxel-wise average of the BOLD timeseries</h3><p class="elem-caption">This panel shows a mosaic enhancing the background around the head. Artifacts usually unveil themselves in the air surrounding the head, where no signal sources are present.</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0128/figures/sub-0128_ses-02_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0128/figures/sub-0128_ses-02_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0128/figures/sub-0128_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-0128_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series, zoomed-in covering just the brain</h3><p class="elem-caption">This panel shows a mosaic of the brain. This mosaic is the most suitable to screen head-motion intensity inhomogeneities, global/local noise, signal leakage (for example, from the eyeballs and across the phase-encoding axis), etc.</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0128/figures/sub-0128_ses-02_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0128/figures/sub-0128_ses-02_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0128/figures/sub-0128_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-0128_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Carpetplot and nuisance signals</h3><p class="elem-caption">The so-called &laquo;carpetplot&raquo; may assist in assessing head-motion derived artifacts and respiation effects.</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0128/figures/sub-0128_ses-02_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0128/figures/sub-0128_ses-02_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0128/figures/sub-0128_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-0128_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series</h3><p class="elem-caption">The average signal calculated across the last axis (time).</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0128/figures/sub-0128_ses-02_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0128/figures/sub-0128_ses-02_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0128/figures/sub-0128_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-0128_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Brain extraction performance</h3><p class="elem-caption">Brain mask as internally extracted by MRIQC. Defects on the brainmask could indicate problematic aspects of the image quality-wise.</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0128/figures/sub-0128_ses-02_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0128/figures/sub-0128_ses-02_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0128/figures/sub-0128_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-0128_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Spatial normalization of the anatomical image</h3><p class="elem-caption">This panel shows a <em>quick-and-dirty</em> nonlinear registration into the <code>MNI152NLin2009cAsym</code> template accessed with <a href="https://templateflow.org/browse" target="_blank"><em>TemplateFlow</em></a>.</p> <div class="reportlet">
<object class="svg-reportlet" type="image/svg+xml" data="./sub-0128/figures/sub-0128_ses-02_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0128/figures/sub-0128_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-0128/figures/sub-0128_ses-02_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0128/figures/sub-0128_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-0128/ses-02/func/sub-0128_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>ccf06473cee15388f3677a349f345fc2</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:38:20.847500</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.99935, -0.00892469, 0.0349279, 0.00418602, 0.991045, 0.13346]</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.085102</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>36</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4225, -7818, -7219, 427, -199, 70, 194, 108]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>221.671</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>450ba94e-c8c8-420e-91bf-40c7ee4bf069||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.681182861328125, 0.011230777949094772, 0.09667690843343735, 107.25578308105469], [0.023944290354847908, 2.658902406692505, 0.35971248149871826, -121.2751235961914], [0.09370911121368408, -0.35806289315223694, 2.6741840839385986, -58.13999557495117], [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': ['183820.847500', '183821.307500', '183821.767500', '183822.227500', '183822.687500', '183823.147500', '183823.607500', '183824.067500', '183824.527500', '183824.987500', '183825.447500', '183825.907500', '183826.367500', '183826.827500', '183827.287500', '183827.747500', '183828.207500', '183828.667500', '183829.127500', '183829.587500', '183830.047500', '183830.507500', '183830.967500', '183831.427500', '183831.887500', '183832.347500', '183832.807500', '183833.267500', '183833.727500', '183834.187500', '183834.647500', '183835.107500', '183835.567500', '183836.027500', '183836.487500', '183836.947500', '183837.407500', '183837.867500', '183838.327500', '183838.787500', '183839.247500', '183839.707500', '183840.167500', '183840.627500', '183841.087500', '183841.547500', '183842.007500', '183842.467500', '183842.927500', '183843.387500', '183843.847500', '183844.307500', '183844.767500', '183845.227500', '183845.687500', '183846.147500', '183846.607500', '183847.067500', '183847.527500', '183847.987500', '183848.447500', '183848.907500', '183849.367500', '183849.827500', '183850.287500', '183850.747500', '183851.207500', '183851.667500', '183852.127500', '183852.587500', '183853.047500', '183853.507500', '183853.967500', '183854.427500', '183854.887500', '183855.347500', '183855.807500', '183856.267500', '183856.727500', '183857.187500', '183857.647500', '183858.107500', '183858.567500', '183859.027500', '183859.487500', '183859.947500', '183900.407500', '183900.867500', '183901.327500', '183901.787500', '183902.247500', '183902.707500', '183903.167500', '183903.627500', '183904.087500', '183904.547500', '183905.007500', '183905.467500', '183905.927500', '183906.387500', '183906.847500', '183907.307500', '183907.767500', '183908.227500', '183908.687500', '183909.147500', '183909.607500', '183910.067500', '183910.527500', '183910.987500', '183911.447500', '183911.907500', '183912.367500', '183912.827500', '183913.287500', '183913.747500', '183914.207500', '183914.667500', '183915.127500', '183915.587500', '183916.047500', '183916.507500', '183916.967500', '183917.427500', '183917.887500', '183918.347500', '183918.807500', '183919.267500', '183919.727500', '183920.187500', '183920.647500', '183921.107500', '183921.567500', '183922.027500', '183922.487500', '183922.947500', '183923.407500', '183923.867500', '183924.327500', '183924.787500', '183925.247500', '183925.707500', '183926.167500', '183926.627500', '183927.087500', '183927.547500', '183928.007500', '183928.467500', '183928.927500', '183929.387500', '183929.847500', '183930.307500', '183930.767500', '183931.227500', '183931.687500', '183932.147500', '183932.607500', '183933.067500', '183933.527500', '183933.987500', '183934.447500', '183934.907500', '183935.367500', '183935.827500', '183936.287500', '183936.747500', '183937.207500', '183937.667500', '183938.127500', '183938.587500', '183939.047500', '183939.507500', '183939.967500', '183940.427500', '183940.887500', '183941.347500', '183941.807500', '183942.267500', '183942.727500', '183943.187500', '183943.647500', '183944.107500', '183944.567500', '183945.027500', '183945.487500', '183945.947500', '183946.407500', '183946.867500', '183947.327500', '183947.787500', '183948.247500', '183948.707500', '183949.167500', '183949.627500', '183950.087500', '183950.547500', '183951.007500', '183951.467500', '183951.927500', '183952.387500', '183952.847500', '183953.307500', '183953.767500', '183954.227500', '183954.687500', '183955.147500', '183955.607500', '183956.067500', '183956.527500', '183956.987500', '183957.447500', '183957.907500', '183958.367500', '183958.827500', '183959.287500', '183959.747500', '184000.207500', '184000.667500', '184001.127500', '184001.587500', '184002.047500', '184002.507500', '184002.967500', '184003.427500', '184003.887500', '184004.347500', '184004.807500', '184005.267500', '184005.727500', '184006.187500', '184006.647500', '184007.107500', '184007.567500', '184008.027500', '184008.487500', '184008.947500', '184009.407500', '184009.867500', '184010.327500', '184010.787500', '184011.247500', '184011.707500', '184012.167500', '184012.627500', '184013.087500', '184013.547500', '184014.007500', '184014.467500', '184014.927500', '184015.387500', '184015.847500', '184016.307500', '184016.767500', '184017.227500', '184017.687500', '184018.147500', '184018.607500', '184019.067500', '184019.527500', '184019.987500', '184020.447500', '184020.907500', '184021.367500', '184021.827500', '184022.287500', '184022.747500', '184023.207500', '184023.667500', '184024.127500', '184024.587500', '184025.047500', '184025.507500', '184025.967500', '184026.427500', '184026.887500', '184027.347500', '184027.807500', '184028.267500', '184028.727500', '184029.187500', '184029.647500', '184030.107500', '184030.567500', '184031.027500', '184031.487500', '184031.947500', '184032.407500', '184032.867500', '184033.327500', '184033.787500', '184034.247500', '184034.707500', '184035.167500', '184035.627500', '184036.087500', '184036.547500', '184037.007500', '184037.467500', '184037.927500', '184038.387500', '184038.847500', '184039.307500', '184039.767500', '184040.227500', '184040.687500', '184041.147500', '184041.607500', '184042.067500', '184042.527500', '184042.987500', '184043.447500', '184043.907500', '184044.367500', '184044.827500', '184045.287500', '184045.747500', '184046.207500', '184046.667500', '184047.127500', '184047.587500', '184048.047500', '184048.507500', '184048.967500', '184049.427500', '184049.887500', '184050.347500', '184050.807500', '184051.267500', '184051.727500', '184052.187500', '184052.647500', '184053.107500', '184053.567500', '184054.027500', '184054.487500', '184054.947500', '184055.407500', '184055.867500', '184056.327500', '184056.787500', '184057.247500', '184057.707500', '184058.167500', '184058.627500', '184059.087500', '184059.547500', '184100.007500', '184100.467500', '184100.927500', '184101.387500', '184101.847500', '184102.307500', '184102.767500', '184103.227500', '184103.687500', '184104.147500', '184104.607500', '184105.067500', '184105.527500', '184105.987500', '184106.447500', '184106.907500', '184107.367500', '184107.827500', '184108.287500', '184108.747500', '184109.207500', '184109.667500', '184110.127500', '184110.587500', '184111.047500', '184111.507500', '184111.967500', '184112.427500', '184112.887500', '184113.347500', '184113.807500', '184114.267500', '184114.727500', '184115.187500', '184115.647500', '184116.107500', '184116.567500', '184117.027500', '184117.487500', '184117.947500', '184118.407500', '184118.867500', '184119.327500', '184119.787500', '184120.247500', '184120.707500', '184121.167500', '184121.627500', '184122.087500', '184122.547500', '184123.007500', '184123.467500', '184123.927500', '184124.387500', '184124.847500', '184125.307500', '184125.767500', '184126.227500', '184126.687500', '184127.147500', '184127.607500', '184128.067500', '184128.527500', '184128.987500', '184129.447500', '184129.907500', '184130.367500', '184130.827500', '184131.287500', '184131.747500', '184132.207500', '184132.667500', '184133.127500', '184133.587500', '184134.047500', '184134.507500', '184134.967500', '184135.427500', '184135.887500', '184136.347500', '184136.807500', '184137.267500', '184137.727500', '184138.187500', '184138.647500', '184139.107500', '184139.567500', '184140.027500', '184140.487500', '184140.947500', '184141.407500', '184141.867500', '184142.327500', '184142.787500', '184143.247500', '184143.707500', '184144.167500', '184144.627500', '184145.087500', '184145.547500', '184146.007500', '184146.467500', '184146.927500', '184147.387500', '184147.847500', '184148.307500', '184148.767500', '184149.227500', '184149.687500', '184150.147500', '184150.607500', '184151.067500', '184151.527500', '184151.987500', '184152.447500', '184152.907500', '184153.367500', '184153.827500', '184154.287500', '184154.747500', '184155.207500', '184155.667500', '184156.127500', '184156.587500', '184157.047500', '184157.507500', '184157.967500', '184158.427500', '184158.887500', '184159.347500', '184159.807500', '184200.267500', '184200.727500', '184201.187500', '184201.647500', '184202.107500', '184202.567500', '184203.027500', '184203.487500', '184203.947500', '184204.407500', '184204.867500', '184205.327500', '184205.787500', '184206.247500', '184206.707500', '184207.167500', '184207.627500', '184208.087500', '184208.547500', '184209.007500', '184209.467500', '184209.927500', '184210.387500', '184210.847500', '184211.307500', '184211.767500', '184212.227500', '184212.687500', '184213.147500', '184213.607500', '184214.067500', '184214.527500', '184214.987500', '184215.447500', '184215.907500', '184216.367500', '184216.827500', '184217.287500', '184217.747500', '184218.207500', '184218.667500', '184219.127500', '184219.587500', '184220.047500', '184220.507500', '184220.967500', '184221.427500', '184221.887500', '184222.347500', '184222.807500', '184223.267500', '184223.727500', '184224.187500', '184224.647500', '184225.107500', '184225.567500', '184226.027500', '184226.487500', '184226.947500', '184227.407500', '184227.867500', '184228.327500', '184228.787500', '184229.247500', '184229.707500', '184230.167500', '184230.627500', '184231.087500', '184231.547500', '184232.007500', '184232.467500', '184232.927500', '184233.387500', '184233.847500', '184234.307500', '184234.767500', '184235.227500', '184235.687500', '184236.147500', '184236.607500', '184237.067500', '184237.527500', '184237.987500', '184238.447500', '184238.907500', '184239.367500', '184239.827500', '184240.287500', '184240.747500', '184241.207500', '184241.667500', '184242.127500', '184242.587500', '184243.047500', '184243.507500', '184243.967500', '184244.427500', '184244.887500', '184245.347500', '184245.807500', '184246.267500', '184246.727500', '184247.187500', '184247.647500', '184248.107500', '184248.567500', '184249.027500', '184249.487500', '184249.947500', '184250.407500', '184250.867500', '184251.327500', '184251.787500', '184252.247500', '184252.707500', '184253.167500', '184253.627500', '184254.087500', '184254.547500', '184255.007500', '184255.467500', '184255.927500', '184256.387500', '184256.847500', '184257.307500', '184257.767500', '184258.227500', '184258.687500', '184259.147500', '184259.607500', '184300.067500', '184300.527500', '184300.987500', '184301.447500', '184301.907500', '184302.367500', '184302.827500', '184303.287500', '184303.747500', '184304.207500', '184304.667500', '184305.127500', '184305.587500', '184306.047500', '184306.507500', '184306.967500', '184307.427500', '184307.887500', '184308.347500', '184308.807500', '184309.267500', '184309.727500', '184310.187500', '184310.647500', '184311.107500', '184311.567500', '184312.027500', '184312.487500', '184312.947500', '184313.407500', '184313.867500', '184314.327500', '184314.787500', '184315.247500', '184315.707500', '184316.167500', '184316.627500', '184317.087500', '184317.547500', '184318.007500', '184318.467500', '184318.927500', '184319.387500', '184319.847500', '184320.307500', '184320.767500', '184321.227500', '184321.687500', '184322.147500', '184322.607500', '184323.067500', '184323.527500', '184323.987500', '184324.447500', '184324.907500', '184325.367500', '184325.827500', '184326.287500', '184326.747500', '184327.207500', '184327.667500', '184328.127500', '184328.587500', '184329.047500', '184329.507500', '184329.967500', '184330.427500', '184330.887500', '184331.347500', '184331.807500', '184332.267500', '184332.727500', '184333.187500', '184333.647500', '184334.107500', '184334.567500', '184335.027500', '184335.487500', '184335.947500', '184336.407500', '184336.867500', '184337.327500', '184337.787500', '184338.247500', '184338.707500', '184339.167500', '184339.627500', '184340.087500', '184340.547500', '184341.007500', '184341.467500', '184341.927500', '184342.387500', '184342.847500', '184343.307500', '184343.767500', '184344.227500', '184344.687500', '184345.147500', '184345.607500', '184346.067500', '184346.527500', '184346.987500', '184347.447500', '184347.907500', '184348.367500', '184348.827500', '184349.287500', '184349.747500', '184350.207500', '184350.667500', '184351.127500', '184351.587500', '184352.047500', '184352.507500', '184352.967500', '184353.427500', '184353.887500', '184354.347500', '184354.807500', '184355.267500', '184355.727500', '184356.187500', '184356.647500', '184357.107500', '184357.567500', '184358.027500', '184358.487500', '184358.947500', '184359.407500', '184359.867500', '184400.327500', '184400.787500', '184401.247500', '184401.707500', '184402.167500', '184402.627500', '184403.087500', '184403.547500', '184404.007500', '184404.467500', '184404.927500', '184405.387500', '184405.847500', '184406.307500', '184406.767500', '184407.227500', '184407.687500', '184408.147500', '184408.607500', '184409.067500', '184409.527500', '184409.987500', '184410.447500', '184410.907500', '184411.367500', '184411.827500', '184412.287500', '184412.747500', '184413.207500', '184413.667500', '184414.127500', '184414.587500', '184415.047500', '184415.507500', '184415.967500', '184416.427500', '184416.887500', '184417.347500', '184417.807500', '184418.267500', '184418.727500', '184419.187500', '184419.647500', '184420.107500', '184420.567500', '184421.027500', '184421.487500', '184421.947500', '184422.407500', '184422.867500', '184423.327500', '184423.787500', '184424.247500', '184424.707500', '184425.167500', '184425.627500', '184426.087500', '184426.547500', '184427.007500', '184427.467500', '184427.927500', '184428.387500', '184428.847500', '184429.307500', '184429.767500', '184430.227500', '184430.687500', '184431.147500', '184431.607500', '184432.067500', '184432.527500', '184432.987500', '184433.447500', '184433.907500', '184434.367500', '184434.827500', '184435.287500', '184435.747500', '184436.207500', '184436.667500', '184437.127500', '184437.587500', '184438.047500', '184438.507500', '184438.967500', '184439.427500', '184439.887500', '184440.347500', '184440.807500', '184441.267500', '184441.727500', '184442.187500', '184442.647500', '184443.107500', '184443.567500', '184444.027500', '184444.487500', '184444.947500', '184445.407500', '184445.867500', '184446.327500', '184446.787500', '184447.247500', '184447.707500', '184448.167500', '184448.627500', '184449.087500', '184449.547500', '184450.007500', '184450.467500', '184450.927500', '184451.387500', '184451.847500', '184452.307500', '184452.767500', '184453.227500', '184453.687500', '184454.147500', '184454.607500', '184455.067500', '184455.527500', '184455.987500', '184456.447500', '184456.907500', '184457.367500', '184457.827500', '184458.287500', '184458.747500', '184459.207500', '184459.667500', '184500.127500', '184500.587500', '184501.047500', '184501.507500', '184501.967500', '184502.427500', '184502.887500', '184503.347500', '184503.807500', '184504.267500', '184504.727500', '184505.187500', '184505.647500', '184506.107500', '184506.567500', '184507.027500', '184507.487500', '184507.947500', '184508.407500', '184508.867500', '184509.327500', '184509.787500', '184510.247500', '184510.707500', '184511.167500', '184511.627500', '184512.087500', '184512.547500', '184513.007500', '184513.467500', '184513.927500', '184514.387500', '184514.847500', '184515.307500', '184515.767500', '184516.227500', '184516.687500', '184517.147500', '184517.607500', '184518.067500', '184518.527500', '184518.987500', '184519.447500', '184519.907500', '184520.367500', '184520.827500'], 'ContentTime': ['183845.691000', '183845.694000', '183845.700000', '183845.703000', '183845.705000', '183845.708000', '183845.710000', '183845.713000', '183845.715000', '183845.718000', '183845.721000', '183845.723000', '183845.726000', '183845.741000', '183845.743000', '183845.746000', '183845.749000', '183845.751000', '183845.754000', '183845.756000', '183845.759000', '183845.761000', '183845.764000', '183845.766000', '183845.769000', '183845.772000', '183845.774000', '183845.777000', '183845.780000', '183845.782000', '183845.785000', '183845.789000', '183845.792000', '183845.794000', '183845.797000', '183845.800000', '183845.802000', '183845.805000', '183845.808000', '183845.810000', '183845.813000', '183845.815000', '183845.818000', '183845.821000', '183845.823000', '183845.826000', '183845.828000', '183845.835000', '183845.838000', '183845.840000', '183845.843000', '183905.658000', '183905.661000', '183905.664000', '183905.666000', '183905.669000', '183905.672000', '183905.674000', '183905.677000', '183905.679000', '183905.682000', '183905.685000', '183905.687000', '183905.690000', '183905.711000', '183905.714000', '183905.716000', '183905.719000', '183905.721000', '183905.724000', '183905.727000', '183905.729000', '183905.732000', '183905.734000', '183905.737000', '183905.740000', '183905.742000', '183905.745000', '183905.747000', '183905.750000', '183905.753000', '183905.755000', '183905.758000', '183905.760000', '183905.763000', '183905.765000', '183905.768000', '183905.771000', '183905.773000', '183905.776000', '183905.778000', '183905.781000', '183905.784000', '183905.786000', '183905.789000', '183925.658000', '183925.661000', '183925.664000', '183925.666000', '183925.669000', '183925.671000', '183925.674000', '183925.677000', '183925.679000', '183925.682000', '183925.684000', '183925.687000', '183925.690000', '183925.692000', '183925.695000', '183925.697000', '183925.700000', '183925.703000', '183925.705000', '183925.708000', '183925.710000', '183925.713000', '183925.715000', '183925.718000', '183925.720000', '183925.723000', '183925.726000', '183925.728000', '183925.731000', '183925.733000', '183925.736000', '183925.739000', '183925.742000', '183925.744000', '183925.747000', '183925.750000', '183925.752000', '183925.755000', '183925.758000', '183925.766000', '183925.769000', '183925.771000', '183925.774000', '183945.658000', '183945.661000', '183945.664000', '183945.667000', '183945.669000', '183945.672000', '183945.675000', '183945.677000', '183945.680000', '183945.683000', '183945.685000', '183945.688000', '183945.690000', '183945.693000', '183945.695000', '183945.698000', '183945.701000', '183945.703000', '183945.706000', '183945.708000', '183945.711000', '183945.714000', '183945.716000', '183945.719000', '183945.721000', '183945.724000', '183945.726000', '183945.729000', '183945.732000', '183945.734000', '183945.737000', '183945.739000', '183945.742000', '183945.745000', '183945.747000', '183945.750000', '183945.752000', '183945.755000', '183945.758000', '183945.760000', '183945.763000', '183945.766000', '183945.768000', '184005.658000', '184005.661000', '184005.664000', '184005.667000', '184005.669000', '184005.672000', '184005.674000', '184005.677000', '184005.680000', '184005.682000', '184005.685000', '184005.688000', '184005.690000', '184005.693000', '184005.695000', '184005.698000', '184005.701000', '184005.703000', '184005.706000', '184005.708000', '184005.711000', '184005.714000', '184005.716000', '184005.728000', '184005.731000', '184005.733000', '184005.736000', '184005.738000', '184005.741000', '184005.743000', '184005.746000', '184005.749000', '184005.751000', '184005.754000', '184005.756000', '184005.759000', '184005.762000', '184005.764000', '184005.767000', '184005.770000', '184005.772000', '184005.775000', '184005.777000', '184005.780000', '184025.658000', '184025.669000', '184025.671000', '184025.674000', '184025.677000', '184025.679000', '184025.682000', '184025.684000', '184025.687000', '184025.689000', '184025.692000', '184025.695000', '184025.697000', '184025.700000', '184025.702000', '184025.716000', '184025.718000', '184025.721000', '184025.724000', '184025.726000', '184025.729000', '184025.731000', '184025.734000', '184025.736000', '184025.739000', '184025.742000', '184025.744000', '184025.747000', '184025.749000', '184025.752000', '184025.755000', '184025.758000', '184025.760000', '184025.763000', '184025.765000', '184025.768000', '184025.771000', '184025.773000', '184025.776000', '184025.778000', '184025.781000', '184025.783000', '184025.786000', '184025.789000', '184045.657000', '184045.660000', '184045.663000', '184045.666000', '184045.668000', '184045.671000', '184045.673000', '184045.676000', '184045.679000', '184045.681000', '184045.684000', '184045.687000', '184045.689000', '184045.692000', '184045.694000', '184045.697000', '184045.700000', '184045.702000', '184045.705000', '184045.707000', '184045.710000', '184045.712000', '184045.715000', '184045.718000', '184045.720000', '184045.723000', '184045.725000', '184045.728000', '184045.731000', '184045.733000', '184045.736000', '184045.738000', '184045.741000', '184045.744000', '184045.746000', '184045.749000', '184045.751000', '184045.754000', '184045.763000', '184045.765000', '184045.768000', '184045.771000', '184045.773000', '184105.658000', '184105.661000', '184105.664000', '184105.667000', '184105.669000', '184105.672000', '184105.674000', '184105.677000', '184105.680000', '184105.682000', '184105.685000', '184105.688000', '184105.690000', '184105.693000', '184105.696000', '184105.698000', '184105.701000', '184105.703000', '184105.706000', '184105.708000', '184105.711000', '184105.714000', '184105.716000', '184105.719000', '184105.721000', '184105.724000', '184105.726000', '184105.729000', '184105.732000', '184105.734000', '184105.737000', '184105.739000', '184105.750000', '184105.752000', '184105.755000', '184105.757000', '184105.760000', '184105.763000', '184105.765000', '184105.768000', '184105.771000', '184105.773000', '184105.776000', '184105.778000', '184125.659000', '184125.661000', '184125.664000', '184125.667000', '184125.669000', '184125.672000', '184125.674000', '184125.677000', '184125.679000', '184125.682000', '184125.685000', '184125.687000', '184125.690000', '184125.692000', '184125.695000', '184125.697000', '184125.700000', '184125.703000', '184125.705000', '184125.708000', '184125.710000', '184125.713000', '184125.715000', '184125.718000', '184125.721000', '184125.723000', '184125.726000', '184125.728000', '184125.731000', '184125.734000', '184125.736000', '184125.739000', '184125.741000', '184125.744000', '184125.746000', '184125.749000', '184125.751000', '184125.754000', '184125.757000', '184125.759000', '184125.762000', '184125.765000', '184125.767000', '184145.658000', '184145.661000', '184145.664000', '184145.666000', '184145.669000', '184145.672000', '184145.674000', '184145.677000', '184145.679000', '184145.682000', '184145.684000', '184145.687000', '184145.690000', '184145.692000', '184145.695000', '184145.697000', '184145.700000', '184145.703000', '184145.705000', '184145.708000', '184145.710000', '184145.713000', '184145.716000', '184145.718000', '184145.721000', '184145.723000', '184145.726000', '184145.728000', '184145.731000', '184145.734000', '184145.736000', '184145.739000', '184145.741000', '184145.744000', '184145.746000', '184145.749000', '184145.752000', '184145.754000', '184145.757000', '184145.759000', '184145.774000', '184145.777000', '184145.779000', '184145.782000', '184205.659000', '184205.661000', '184205.664000', '184205.667000', '184205.669000', '184205.672000', '184205.674000', '184205.677000', '184205.679000', '184205.682000', '184205.685000', '184205.687000', '184205.690000', '184205.692000', '184205.695000', '184205.698000', '184205.700000', '184205.703000', '184205.705000', '184205.708000', '184205.710000', '184205.713000', '184205.716000', '184205.718000', '184205.721000', '184205.723000', '184205.726000', '184205.729000', '184205.731000', '184205.734000', '184205.736000', '184205.739000', '184205.741000', '184205.744000', '184205.747000', '184205.749000', '184205.752000', '184205.754000', '184205.757000', '184205.759000', '184205.762000', '184205.765000', '184205.767000', '184225.659000', '184225.661000', '184225.665000', '184225.667000', '184225.670000', '184225.673000', '184225.675000', '184225.678000', '184225.680000', '184225.683000', '184225.686000', '184225.688000', '184225.691000', '184225.693000', '184225.696000', '184225.699000', '184225.701000', '184225.704000', '184225.707000', '184225.709000', '184225.712000', '184225.715000', '184225.717000', '184225.720000', '184225.723000', '184225.725000', '184225.728000', '184225.731000', '184225.733000', '184225.736000', '184225.738000', '184225.741000', '184225.744000', '184225.746000', '184225.749000', '184225.751000', '184225.754000', '184225.756000', '184225.759000', '184225.762000', '184225.764000', '184225.767000', '184225.770000', '184225.773000', '184245.658000', '184245.661000', '184245.663000', '184245.666000', '184245.668000', '184245.671000', '184245.674000', '184245.676000', '184245.679000', '184245.681000', '184245.684000', '184245.687000', '184245.689000', '184245.692000', '184245.694000', '184245.697000', '184245.700000', '184245.702000', '184245.705000', '184245.707000', '184245.710000', '184245.713000', '184245.715000', '184245.718000', '184245.721000', '184245.723000', '184245.726000', '184245.728000', '184245.731000', '184245.733000', '184245.736000', '184245.739000', '184245.741000', '184245.744000', '184245.747000', '184245.749000', '184245.752000', '184245.754000', '184245.757000', '184245.759000', '184245.762000', '184245.765000', '184245.767000', '184305.658000', '184305.660000', '184305.663000', '184305.666000', '184305.668000', '184305.671000', '184305.673000', '184305.676000', '184305.679000', '184305.681000', '184305.684000', '184305.686000', '184305.689000', '184305.692000', '184305.694000', '184305.697000', '184305.699000', '184305.702000', '184305.705000', '184305.707000', '184305.710000', '184305.712000', '184305.715000', '184305.718000', '184305.720000', '184305.723000', '184305.725000', '184305.728000', '184305.730000', '184305.733000', '184305.736000', '184305.738000', '184305.741000', '184305.743000', '184305.746000', '184305.749000', '184305.751000', '184305.754000', '184305.757000', '184305.760000', '184305.762000', '184305.765000', '184305.767000', '184305.770000', '184325.658000', '184325.661000', '184325.664000', '184325.666000', '184325.669000', '184325.672000', '184325.689000', '184325.692000', '184325.694000', '184325.697000', '184325.699000', '184325.702000', '184325.705000', '184325.707000', '184325.710000', '184325.712000', '184325.715000', '184325.718000', '184325.720000', '184325.723000', '184325.726000', '184325.728000', '184325.731000', '184325.733000', '184325.736000', '184325.738000', '184325.741000', '184325.744000', '184325.746000', '184325.749000', '184325.751000', '184325.754000', '184325.757000', '184325.759000', '184325.762000', '184325.764000', '184325.767000', '184325.770000', '184325.772000', '184325.776000', '184325.778000', '184325.781000', '184325.783000', '184345.658000', '184345.661000', '184345.664000', '184345.666000', '184345.669000', '184345.671000', '184345.674000', '184345.677000', '184345.679000', '184345.682000', '184345.684000', '184345.687000', '184345.689000', '184345.692000', '184345.694000', '184345.697000', '184345.700000', '184345.702000', '184345.706000', '184345.710000', '184345.713000', '184345.716000', '184345.718000', '184345.721000', '184345.724000', '184345.726000', '184345.729000', '184345.731000', '184345.734000', '184345.737000', '184345.739000', '184345.742000', '184345.744000', '184345.747000', '184345.750000', '184345.752000', '184345.755000', '184345.757000', '184345.760000', '184345.763000', '184345.765000', '184345.768000', '184345.771000', '184405.658000', '184405.661000', '184405.664000', '184405.666000', '184405.669000', '184405.672000', '184405.674000', '184405.677000', '184405.680000', '184405.682000', '184405.685000', '184405.687000', '184405.690000', '184405.693000', '184405.695000', '184405.698000', '184405.700000', '184405.703000', '184405.705000', '184405.708000', '184405.711000', '184405.713000', '184405.716000', '184405.718000', '184405.721000', '184405.724000', '184405.726000', '184405.729000', '184405.731000', '184405.734000', '184405.736000', '184405.739000', '184405.741000', '184405.744000', '184405.747000', '184405.749000', '184405.752000', '184405.754000', '184405.757000', '184405.759000', '184405.762000', '184405.765000', '184405.767000', '184405.770000', '184425.658000', '184425.661000', '184425.664000', '184425.667000', '184425.669000', '184425.672000', '184425.675000', '184425.677000', '184425.680000', '184425.682000', '184425.685000', '184425.688000', '184425.691000', '184425.693000', '184425.696000', '184425.699000', '184425.702000', '184425.705000', '184425.708000', '184425.711000', '184425.713000', '184425.716000', '184425.719000', '184425.721000', '184425.724000', '184425.727000', '184425.729000', '184425.732000', '184425.735000', '184425.737000', '184425.740000', '184425.743000', '184425.745000', '184425.748000', '184425.750000', '184425.753000', '184425.756000', '184425.758000', '184425.761000', '184425.763000', '184425.766000', '184425.769000', '184425.772000', '184445.659000', '184445.662000', '184445.664000', '184445.667000', '184445.669000', '184445.672000', '184445.675000', '184445.677000', '184445.680000', '184445.683000', '184445.685000', '184445.688000', '184445.690000', '184445.693000', '184445.696000', '184445.698000', '184445.701000', '184445.703000', '184445.732000', '184445.734000', '184445.737000', '184445.739000', '184445.742000', '184445.745000', '184445.747000', '184445.750000', '184445.752000', '184445.755000', '184445.757000', '184445.760000', '184445.763000', '184445.765000', '184445.768000', '184445.771000', '184445.774000', '184445.776000', '184445.779000', '184445.781000', '184445.784000', '184445.787000', '184445.789000', '184445.792000', '184445.794000', '184445.797000', '184505.657000', '184505.660000', '184505.663000', '184505.666000', '184505.668000', '184505.671000', '184505.673000', '184505.676000', '184505.679000', '184505.681000', '184505.684000', '184505.686000', '184505.689000', '184505.692000', '184505.695000', '184505.698000', '184505.701000', '184505.704000', '184505.710000', '184505.713000', '184505.716000', '184505.718000', '184505.721000', '184505.724000', '184505.726000', '184505.729000', '184505.732000', '184505.734000', '184505.737000', '184505.740000', '184505.743000', '184505.746000', '184505.749000', '184505.751000', '184505.754000', '184505.757000', '184505.759000', '184505.762000', '184505.764000', '184505.767000', '184505.770000', '184505.772000', '184505.775000', '184522.251000', '184522.254000', '184522.257000', '184522.259000', '184522.262000', '184522.264000', '184522.267000', '184522.269000', '184522.292000', '184522.295000', '184522.298000', '184522.300000', '184522.303000', '184522.305000', '184522.308000', '184522.311000', '184522.313000', '184522.316000', '184522.319000', '184522.321000', '184522.324000', '184522.326000', '184522.329000', '184522.332000', '184522.334000', '184522.337000', '184522.339000', '184522.342000', '184522.345000', '184522.347000', '184522.350000', '184522.352000', '184522.355000', '184522.358000', '184522.360000', '184522.363000', '184522.365000'], 'InstanceCreationTime': ['183845.691000', '183845.694000', '183845.700000', '183845.703000', '183845.705000', '183845.708000', '183845.710000', '183845.713000', '183845.715000', '183845.718000', '183845.721000', '183845.723000', '183845.726000', '183845.741000', '183845.743000', '183845.746000', '183845.749000', '183845.751000', '183845.754000', '183845.756000', '183845.759000', '183845.761000', '183845.764000', '183845.766000', '183845.769000', '183845.772000', '183845.774000', '183845.777000', '183845.780000', '183845.782000', '183845.785000', '183845.789000', '183845.792000', '183845.794000', '183845.797000', '183845.800000', '183845.802000', '183845.805000', '183845.808000', '183845.810000', '183845.813000', '183845.815000', '183845.818000', '183845.821000', '183845.823000', '183845.826000', '183845.828000', '183845.835000', '183845.838000', '183845.840000', '183845.843000', '183905.658000', '183905.661000', '183905.664000', '183905.666000', '183905.669000', '183905.672000', '183905.674000', '183905.677000', '183905.679000', '183905.682000', '183905.685000', '183905.687000', '183905.690000', '183905.711000', '183905.714000', '183905.716000', '183905.719000', '183905.721000', '183905.724000', '183905.727000', '183905.729000', '183905.732000', '183905.734000', '183905.737000', '183905.740000', '183905.742000', '183905.745000', '183905.747000', '183905.750000', '183905.753000', '183905.755000', '183905.758000', '183905.760000', '183905.763000', '183905.765000', '183905.768000', '183905.771000', '183905.773000', '183905.776000', '183905.778000', '183905.781000', '183905.784000', '183905.786000', '183905.789000', '183925.658000', '183925.661000', '183925.664000', '183925.666000', '183925.669000', '183925.671000', '183925.674000', '183925.677000', '183925.679000', '183925.682000', '183925.684000', '183925.687000', '183925.690000', '183925.692000', '183925.695000', '183925.697000', '183925.700000', '183925.703000', '183925.705000', '183925.708000', '183925.710000', '183925.713000', '183925.715000', '183925.718000', '183925.720000', '183925.723000', '183925.726000', '183925.728000', '183925.731000', '183925.733000', '183925.736000', '183925.739000', '183925.742000', '183925.744000', '183925.747000', '183925.750000', '183925.752000', '183925.755000', '183925.758000', '183925.766000', '183925.769000', '183925.771000', '183925.774000', '183945.658000', '183945.661000', '183945.664000', '183945.667000', '183945.669000', '183945.672000', '183945.675000', '183945.677000', '183945.680000', '183945.683000', '183945.685000', '183945.688000', '183945.690000', '183945.693000', '183945.695000', '183945.698000', '183945.701000', '183945.703000', '183945.706000', '183945.708000', '183945.711000', '183945.714000', '183945.716000', '183945.719000', '183945.721000', '183945.724000', '183945.726000', '183945.729000', '183945.732000', '183945.734000', '183945.737000', '183945.739000', '183945.742000', '183945.745000', '183945.747000', '183945.750000', '183945.752000', '183945.755000', '183945.758000', '183945.760000', '183945.763000', '183945.766000', '183945.768000', '184005.658000', '184005.661000', '184005.664000', '184005.667000', '184005.669000', '184005.672000', '184005.674000', '184005.677000', '184005.680000', '184005.682000', '184005.685000', '184005.688000', '184005.690000', '184005.693000', '184005.695000', '184005.698000', '184005.701000', '184005.703000', '184005.706000', '184005.708000', '184005.711000', '184005.714000', '184005.716000', '184005.728000', '184005.731000', '184005.733000', '184005.736000', '184005.738000', '184005.741000', '184005.743000', '184005.746000', '184005.749000', '184005.751000', '184005.754000', '184005.756000', '184005.759000', '184005.762000', '184005.764000', '184005.767000', '184005.770000', '184005.772000', '184005.775000', '184005.777000', '184005.780000', '184025.658000', '184025.669000', '184025.671000', '184025.674000', '184025.677000', '184025.679000', '184025.682000', '184025.684000', '184025.687000', '184025.689000', '184025.692000', '184025.695000', '184025.697000', '184025.700000', '184025.702000', '184025.716000', '184025.718000', '184025.721000', '184025.724000', '184025.726000', '184025.729000', '184025.731000', '184025.734000', '184025.736000', '184025.739000', '184025.742000', '184025.744000', '184025.747000', '184025.749000', '184025.752000', '184025.755000', '184025.758000', '184025.760000', '184025.763000', '184025.765000', '184025.768000', '184025.771000', '184025.773000', '184025.776000', '184025.778000', '184025.781000', '184025.783000', '184025.786000', '184025.789000', '184045.657000', '184045.660000', '184045.663000', '184045.666000', '184045.668000', '184045.671000', '184045.673000', '184045.676000', '184045.679000', '184045.681000', '184045.684000', '184045.687000', '184045.689000', '184045.692000', '184045.694000', '184045.697000', '184045.700000', '184045.702000', '184045.705000', '184045.707000', '184045.710000', '184045.712000', '184045.715000', '184045.718000', '184045.720000', '184045.723000', '184045.725000', '184045.728000', '184045.731000', '184045.733000', '184045.736000', '184045.738000', '184045.741000', '184045.744000', '184045.746000', '184045.749000', '184045.751000', '184045.754000', '184045.763000', '184045.765000', '184045.768000', '184045.771000', '184045.773000', '184105.658000', '184105.661000', '184105.664000', '184105.667000', '184105.669000', '184105.672000', '184105.674000', '184105.677000', '184105.680000', '184105.682000', '184105.685000', '184105.688000', '184105.690000', '184105.693000', '184105.696000', '184105.698000', '184105.701000', '184105.703000', '184105.706000', '184105.708000', '184105.711000', '184105.714000', '184105.716000', '184105.719000', '184105.721000', '184105.724000', '184105.726000', '184105.729000', '184105.732000', '184105.734000', '184105.737000', '184105.739000', '184105.750000', '184105.752000', '184105.755000', '184105.757000', '184105.760000', '184105.763000', '184105.765000', '184105.768000', '184105.771000', '184105.773000', '184105.776000', '184105.778000', '184125.659000', '184125.661000', '184125.664000', '184125.667000', '184125.669000', '184125.672000', '184125.674000', '184125.677000', '184125.679000', '184125.682000', '184125.685000', '184125.687000', '184125.690000', '184125.692000', '184125.695000', '184125.697000', '184125.700000', '184125.703000', '184125.705000', '184125.708000', '184125.710000', '184125.713000', '184125.715000', '184125.718000', '184125.721000', '184125.723000', '184125.726000', '184125.728000', '184125.731000', '184125.734000', '184125.736000', '184125.739000', '184125.741000', '184125.744000', '184125.746000', '184125.749000', '184125.751000', '184125.754000', '184125.757000', '184125.759000', '184125.762000', '184125.765000', '184125.767000', '184145.658000', '184145.661000', '184145.664000', '184145.666000', '184145.669000', '184145.672000', '184145.674000', '184145.677000', '184145.679000', '184145.682000', '184145.684000', '184145.687000', '184145.690000', '184145.692000', '184145.695000', '184145.697000', '184145.700000', '184145.703000', '184145.705000', '184145.708000', '184145.710000', '184145.713000', '184145.716000', '184145.718000', '184145.721000', '184145.723000', '184145.726000', '184145.728000', '184145.731000', '184145.734000', '184145.736000', '184145.739000', '184145.741000', '184145.744000', '184145.746000', '184145.749000', '184145.752000', '184145.754000', '184145.757000', '184145.759000', '184145.774000', '184145.777000', '184145.779000', '184145.782000', '184205.659000', '184205.661000', '184205.664000', '184205.667000', '184205.669000', '184205.672000', '184205.674000', '184205.677000', '184205.679000', '184205.682000', '184205.685000', '184205.687000', '184205.690000', '184205.692000', '184205.695000', '184205.698000', '184205.700000', '184205.703000', '184205.705000', '184205.708000', '184205.710000', '184205.713000', '184205.716000', '184205.718000', '184205.721000', '184205.723000', '184205.726000', '184205.729000', '184205.731000', '184205.734000', '184205.736000', '184205.739000', '184205.741000', '184205.744000', '184205.747000', '184205.749000', '184205.752000', '184205.754000', '184205.757000', '184205.759000', '184205.762000', '184205.765000', '184205.767000', '184225.659000', '184225.661000', '184225.665000', '184225.667000', '184225.670000', '184225.673000', '184225.675000', '184225.678000', '184225.680000', '184225.683000', '184225.686000', '184225.688000', '184225.691000', '184225.693000', '184225.696000', '184225.699000', '184225.701000', '184225.704000', '184225.707000', '184225.709000', '184225.712000', '184225.715000', '184225.717000', '184225.720000', '184225.723000', '184225.725000', '184225.728000', '184225.731000', '184225.733000', '184225.736000', '184225.738000', '184225.741000', '184225.744000', '184225.746000', '184225.749000', '184225.751000', '184225.754000', '184225.756000', '184225.759000', '184225.762000', '184225.764000', '184225.767000', '184225.770000', '184225.773000', '184245.658000', '184245.661000', '184245.663000', '184245.666000', '184245.668000', '184245.671000', '184245.674000', '184245.676000', '184245.679000', '184245.681000', '184245.684000', '184245.687000', '184245.689000', '184245.692000', '184245.694000', '184245.697000', '184245.700000', '184245.702000', '184245.705000', '184245.707000', '184245.710000', '184245.713000', '184245.715000', '184245.718000', '184245.721000', '184245.723000', '184245.726000', '184245.728000', '184245.731000', '184245.733000', '184245.736000', '184245.739000', '184245.741000', '184245.744000', '184245.747000', '184245.749000', '184245.752000', '184245.754000', '184245.757000', '184245.759000', '184245.762000', '184245.765000', '184245.767000', '184305.658000', '184305.660000', '184305.663000', '184305.666000', '184305.668000', '184305.671000', '184305.673000', '184305.676000', '184305.679000', '184305.681000', '184305.684000', '184305.686000', '184305.689000', '184305.692000', '184305.694000', '184305.697000', '184305.699000', '184305.702000', '184305.705000', '184305.707000', '184305.710000', '184305.712000', '184305.715000', '184305.718000', '184305.720000', '184305.723000', '184305.725000', '184305.728000', '184305.730000', '184305.733000', '184305.736000', '184305.738000', '184305.741000', '184305.743000', '184305.746000', '184305.749000', '184305.751000', '184305.754000', '184305.757000', '184305.760000', '184305.762000', '184305.765000', '184305.767000', '184305.770000', '184325.658000', '184325.661000', '184325.664000', '184325.666000', '184325.669000', '184325.672000', '184325.689000', '184325.692000', '184325.694000', '184325.697000', '184325.699000', '184325.702000', '184325.705000', '184325.707000', '184325.710000', '184325.712000', '184325.715000', '184325.718000', '184325.720000', '184325.723000', '184325.726000', '184325.728000', '184325.731000', '184325.733000', '184325.736000', '184325.738000', '184325.741000', '184325.744000', '184325.746000', '184325.749000', '184325.751000', '184325.754000', '184325.757000', '184325.759000', '184325.762000', '184325.764000', '184325.767000', '184325.770000', '184325.772000', '184325.776000', '184325.778000', '184325.781000', '184325.783000', '184345.658000', '184345.661000', '184345.664000', '184345.666000', '184345.669000', '184345.671000', '184345.674000', '184345.677000', '184345.679000', '184345.682000', '184345.684000', '184345.687000', '184345.689000', '184345.692000', '184345.694000', '184345.697000', '184345.700000', '184345.702000', '184345.706000', '184345.710000', '184345.713000', '184345.716000', '184345.718000', '184345.721000', '184345.724000', '184345.726000', '184345.729000', '184345.731000', '184345.734000', '184345.737000', '184345.739000', '184345.742000', '184345.744000', '184345.747000', '184345.750000', '184345.752000', '184345.755000', '184345.757000', '184345.760000', '184345.763000', '184345.765000', '184345.768000', '184345.771000', '184405.658000', '184405.661000', '184405.664000', '184405.666000', '184405.669000', '184405.672000', '184405.674000', '184405.677000', '184405.680000', '184405.682000', '184405.685000', '184405.687000', '184405.690000', '184405.693000', '184405.695000', '184405.698000', '184405.700000', '184405.703000', '184405.705000', '184405.708000', '184405.711000', '184405.713000', '184405.716000', '184405.718000', '184405.721000', '184405.724000', '184405.726000', '184405.729000', '184405.731000', '184405.734000', '184405.736000', '184405.739000', '184405.741000', '184405.744000', '184405.747000', '184405.749000', '184405.752000', '184405.754000', '184405.757000', '184405.759000', '184405.762000', '184405.765000', '184405.767000', '184405.770000', '184425.658000', '184425.661000', '184425.664000', '184425.667000', '184425.669000', '184425.672000', '184425.675000', '184425.677000', '184425.680000', '184425.682000', '184425.685000', '184425.688000', '184425.691000', '184425.693000', '184425.696000', '184425.699000', '184425.702000', '184425.705000', '184425.708000', '184425.711000', '184425.713000', '184425.716000', '184425.719000', '184425.721000', '184425.724000', '184425.727000', '184425.729000', '184425.732000', '184425.735000', '184425.737000', '184425.740000', '184425.743000', '184425.745000', '184425.748000', '184425.750000', '184425.753000', '184425.756000', '184425.758000', '184425.761000', '184425.763000', '184425.766000', '184425.769000', '184425.772000', '184445.659000', '184445.662000', '184445.664000', '184445.667000', '184445.669000', '184445.672000', '184445.675000', '184445.677000', '184445.680000', '184445.683000', '184445.685000', '184445.688000', '184445.690000', '184445.693000', '184445.696000', '184445.698000', '184445.701000', '184445.703000', '184445.732000', '184445.734000', '184445.737000', '184445.739000', '184445.742000', '184445.745000', '184445.747000', '184445.750000', '184445.752000', '184445.755000', '184445.757000', '184445.760000', '184445.763000', '184445.765000', '184445.768000', '184445.771000', '184445.774000', '184445.776000', '184445.779000', '184445.781000', '184445.784000', '184445.787000', '184445.789000', '184445.792000', '184445.794000', '184445.797000', '184505.657000', '184505.660000', '184505.663000', '184505.666000', '184505.668000', '184505.671000', '184505.673000', '184505.676000', '184505.679000', '184505.681000', '184505.684000', '184505.686000', '184505.689000', '184505.692000', '184505.695000', '184505.698000', '184505.701000', '184505.704000', '184505.710000', '184505.713000', '184505.716000', '184505.718000', '184505.721000', '184505.724000', '184505.726000', '184505.729000', '184505.732000', '184505.734000', '184505.737000', '184505.740000', '184505.743000', '184505.746000', '184505.749000', '184505.751000', '184505.754000', '184505.757000', '184505.759000', '184505.762000', '184505.764000', '184505.767000', '184505.770000', '184505.772000', '184505.775000', '184522.251000', '184522.254000', '184522.257000', '184522.259000', '184522.262000', '184522.264000', '184522.267000', '184522.269000', '184522.292000', '184522.295000', '184522.298000', '184522.300000', '184522.303000', '184522.305000', '184522.308000', '184522.311000', '184522.313000', '184522.316000', '184522.319000', '184522.321000', '184522.324000', '184522.326000', '184522.329000', '184522.332000', '184522.334000', '184522.337000', '184522.339000', '184522.342000', '184522.345000', '184522.347000', '184522.350000', '184522.352000', '184522.355000', '184522.358000', '184522.360000', '184522.363000', '184522.365000'], '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': [10495, 9333, 8123, 9514, 9286, 10141, 9071, 8798, 10703, 9257, 12040, 9318, 10828, 9156, 8402, 9180, 8681, 9032, 8752, 9915, 8631, 9467, 8137, 8853, 8358, 9060, 8075, 9047, 8304, 9662, 9161, 8825, 12715, 9144, 10592, 8542, 9970, 8559, 9279, 8436, 8738, 10033, 9197, 9229, 8907, 11632, 8626, 9359, 8236, 8672, 11717, 8762, 9926, 8417, 8787, 8336, 8525, 10639, 8708, 11527, 8602, 9206, 8225, 8418, 9853, 8602, 11056, 8509, 8676, 7883, 8789, 8079, 8723, 11531, 8477, 9462, 8273, 8554, 12088, 8774, 10638, 8436, 8648, 8432, 8407, 8253, 8767, 13066, 8693, 10310, 8467, 8436, 7785, 8676, 11936, 8652, 8783, 7906, 8773, 10946, 8459, 8813, 8368, 8539, 9516, 8699, 11028, 8442, 9078, 8104, 8518, 9761, 8509, 10646, 8364, 8499, 8400, 8735, 8299, 9168, 8123, 9006, 8760, 9641, 8658, 9383, 8521, 8883, 12890, 10520, 10234, 9035, 8880, 12611, 8530, 10488, 8267, 8660, 15066, 8501, 10140, 8473, 8864, 8465, 8613, 8234, 8311, 12414, 8430, 9146, 8591, 8884, 8649, 11370, 9003, 11358, 8693, 9059, 7977, 8339, 10180, 8544, 10204, 8698, 9358, 8451, 8684, 8141, 8105, 8204, 8184, 11807, 8437, 11040, 8329, 10238, 8596, 9607, 8284, 8742, 8194, 8221, 8219, 8422, 11780, 8578, 11483, 8428, 9163, 8444, 8813, 8550, 8537, 8028, 8216, 7746, 8670, 10777, 8473, 9596, 8325, 8501, 8104, 8384, 7823, 8562, 12478, 8187, 9897, 8218, 8694, 7815, 8737, 11894, 8239, 8985, 8252, 8325, 7943, 8357, 11804, 8527, 10785, 8496, 9416, 8285, 8791, 8305, 8377, 13054, 8502, 10778, 8349, 9437, 8264, 8985, 8717, 8670, 11412, 8270, 10856, 8282, 9379, 8031, 8398, 10581, 8310, 11350, 8138, 9689, 8244, 9585, 8246, 8655, 8151, 8464, 11145, 8421, 12526, 8753, 9284, 8159, 8748, 12229, 8433, 10921, 8336, 9170, 8169, 8193, 7668, 8339, 11715, 8103, 10004, 8570, 8968, 8170, 8482, 8208, 8340, 13013, 8375, 10759, 8403, 8680, 9010, 8052, 12151, 8305, 9819, 8013, 8538, 8082, 8431, 11088, 8186, 9813, 8345, 8892, 8609, 8738, 8129, 8526, 8479, 10674, 11022, 8533, 12679, 8822, 9307, 8646, 8487, 10833, 8461, 11914, 8327, 14267, 10354, 9938, 10330, 8419, 8070, 8300, 8256, 8729, 12382, 8075, 11597, 8132, 8706, 8133, 8516, 8206, 8755, 8278, 9440, 8052, 8698, 9910, 8424, 8623, 8419, 8508, 8281, 8777, 8517, 11817, 8451, 9545, 7931, 10286, 8256, 9004, 8096, 9191, 8215, 9636, 7950, 8234, 7905, 7982, 8133, 8649, 7967, 8894, 11586, 8815, 7827, 8364, 8105, 8623, 8119, 9577, 9649, 10254, 7770, 8351, 9568, 8215, 12312, 8079, 9976, 8090, 8018, 7830, 8395, 7904, 7980, 12219, 7774, 10010, 7847, 7962, 7843, 7985, 9772, 7924, 9408, 8294, 8583, 7857, 8391, 7782, 7914, 10607, 8321, 9573, 7933, 8388, 11326, 8551, 9297, 8047, 10255, 8336, 9609, 9576, 8278, 12588, 8831, 9946, 7953, 8659, 11019, 8301, 11615, 8499, 9521, 8158, 9593, 8148, 8192, 12327, 8168, 10708, 8217, 8681, 7907, 8177, 11425, 8082, 9606, 8331, 8144, 12550, 8190, 10430, 8055, 8969, 7930, 8231, 11933, 8557, 8893, 8029, 8409, 8853, 8229, 10502, 8510, 9245, 8718, 8432, 10012, 7993, 10086, 8167, 9489, 12593, 9065, 10727, 8306, 8924, 11108, 8270, 11568, 8245, 8422, 8218, 7992, 12532, 7887, 9913, 8088, 8368, 7834, 7916, 10914, 8356, 9353, 8191, 8154, 12153, 8002, 9930, 7885, 8820, 12320, 7927, 9872, 8289, 8610, 8185, 7977, 11602, 8389, 8878, 8212, 7963, 12057, 7756, 9970, 7997, 8731, 8489, 7980, 10898, 7892, 10017, 8255, 9067, 10899, 7942, 11628, 8450, 9220, 8487, 7966, 12641, 8146, 9519, 8495, 9027, 8962, 7957, 12241, 8562, 8806, 8237, 8505, 8685, 8073, 11478, 8457, 8680, 8014, 8175, 9703, 8130, 10788, 8407, 9365, 10799, 8116, 11184, 8462, 8807, 8082, 8185, 12213, 8203, 10191, 8390, 8385, 11150, 8280, 10076, 8614, 9161, 8391, 8414, 12336, 8299, 9833, 8471, 9200, 8596, 8480, 12370, 8909, 10175, 8591, 8691, 8439, 8278, 11326, 8272, 9622, 12718, 8136, 10519, 8820, 9014, 8726, 8273, 10417, 8520, 8840, 9033, 8300, 11007, 8705, 9929, 8537, 8320, 12263, 8524, 10372, 8368, 8609, 8291, 8503, 11718, 8661, 9953, 8555, 8301, 12372, 8541, 9277, 8478, 8795, 8654, 8214, 11859, 8510, 9835, 8177, 8391, 8454, 8276, 11686, 8278, 10625, 8430, 8434, 12571, 8426, 9645, 8558, 8954, 8553, 8349, 11755, 8709, 9521, 8625, 8348, 10688, 8496, 10696, 8411, 9739, 9488, 7964, 11306, 8226, 10394, 8624, 9371, 8524, 8335, 12253, 8229, 9898, 8364, 10064, 8533, 9883, 8616, 9343, 12433, 8128, 10306, 8375, 9585, 8480, 9339, 8628, 8144, 12210, 8230, 10225, 8935, 9322, 8482, 9070, 8688, 8898, 9724, 8142, 11364, 8063, 9624, 8353, 10189, 8525, 9560, 8377, 8539, 12496, 8289, 10640, 8269, 9744, 8483, 9483, 8215, 10394, 8555, 8292, 8302, 8134, 11963, 9427, 12434, 8320, 9404, 8154, 11469, 10043, 8299, 14120, 7838, 8969, 8292, 8388, 8218, 9247, 8174, 10032, 8137, 9812, 8478, 9541, 8117, 9374, 7967, 9046, 8040, 9256, 8361, 7811, 12084, 8002, 9832, 8633, 8529, 7878, 8055, 8536, 8047, 11367, 8031, 10556, 8394, 8579, 8010, 8701, 7910, 8427, 8007, 8346, 9565, 11241, 8512, 8114, 8099, 8708, 7908, 12265, 8667, 10139, 8623, 8695, 8310, 8729, 8161, 9227, 8387, 7956, 10591, 7866, 10223, 7947, 10415, 8195, 9865, 8120, 9191, 7695, 8271, 8432, 7969, 11169, 7935, 10822, 8816, 8714, 7941, 8022, 7896, 11056, 8366, 9689, 8032, 8146, 8330, 7960, 11382, 8132, 9806, 8542, 8048, 11705, 8064, 8633, 8448, 8628, 8038, 8726, 8400, 7817, 10371, 7926, 8028, 8071, 8332, 8430, 8192, 11510, 8806, 12873, 9208, 9524, 13114, 8023, 14024, 7960, 10329, 8328, 9512, 7833, 8335, 7719, 7539, 9395, 11981, 10913, 17336, 8601, 14203, 7893, 8304, 7929, 7810, 7890, 8243, 8021, 8127, 9242, 8312, 10224, 8199, 8125, 7920, 7939, 10298, 8063, 11492, 8432, 10046, 8308, 9670, 7707, 9975, 8292, 10172, 8628, 8850, 11194, 8470, 11050, 8814, 8177, 8787, 8273, 11099, 8259, 11844, 9219, 10959, 8448, 9605, 8212, 8993, 8250, 8235, 8495, 8415, 11158, 9018, 8472, 11835, 8897, 11861, 8923, 9962, 7666, 8373, 8345, 7760, 9953], 'WindowCenter': [4392.0, 4368.0, 4345.0, 4365.0, 4367.0, 4363.0, 4353.0, 4353.0, 4374.0, 4353.0, 4383.0, 4364.0, 4374.0, 4366.0, 4341.0, 4352.0, 4339.0, 4351.0, 4341.0, 4364.0, 4342.0, 4365.0, 4343.0, 4355.0, 4343.0, 4354.0, 4344.0, 4364.0, 4355.0, 4376.0, 4367.0, 4368.0, 4395.0, 4365.0, 4374.0, 4355.0, 4364.0, 4354.0, 4365.0, 4354.0, 4365.0, 4363.0, 4366.0, 4362.0, 4364.0, 4385.0, 4354.0, 4366.0, 4354.0, 4368.0, 4384.0, 4354.0, 4364.0, 4355.0, 4355.0, 4354.0, 4357.0, 4375.0, 4366.0, 4385.0, 4354.0, 4364.0, 4344.0, 4355.0, 4363.0, 4354.0, 4375.0, 4354.0, 4356.0, 4344.0, 4355.0, 4344.0, 4356.0, 4384.0, 4355.0, 4364.0, 4354.0, 4355.0, 4395.0, 4356.0, 4375.0, 4354.0, 4354.0, 4354.0, 4355.0, 4354.0, 4366.0, 4395.0, 4356.0, 4375.0, 4345.0, 4354.0, 4343.0, 4355.0, 4385.0, 4354.0, 4355.0, 4343.0, 4355.0, 4374.0, 4354.0, 4355.0, 4354.0, 4356.0, 4365.0, 4355.0, 4374.0, 4353.0, 4353.0, 4341.0, 4353.0, 4361.0, 4354.0, 4373.0, 4353.0, 4354.0, 4354.0, 4355.0, 4356.0, 4377.0, 4358.0, 4368.0, 4367.0, 4379.0, 4368.0, 4378.0, 4367.0, 4378.0, 4409.0, 4388.0, 4376.0, 4365.0, 4366.0, 4395.0, 4356.0, 4376.0, 4354.0, 4354.0, 4403.0, 4353.0, 4363.0, 4355.0, 4352.0, 4352.0, 4354.0, 4343.0, 4355.0, 4383.0, 4344.0, 4351.0, 4353.0, 4352.0, 4354.0, 4383.0, 4354.0, 4373.0, 4342.0, 4352.0, 4332.0, 4342.0, 4360.0, 4341.0, 4360.0, 4341.0, 4352.0, 4342.0, 4342.0, 4343.0, 4342.0, 4342.0, 4343.0, 4373.0, 4343.0, 4372.0, 4343.0, 4362.0, 4354.0, 4363.0, 4354.0, 4353.0, 4353.0, 4355.0, 4342.0, 4354.0, 4382.0, 4354.0, 4373.0, 4343.0, 4352.0, 4344.0, 4354.0, 4352.0, 4354.0, 4344.0, 4354.0, 4343.0, 4354.0, 4373.0, 4354.0, 4364.0, 4355.0, 4356.0, 4344.0, 4354.0, 4342.0, 4354.0, 4393.0, 4357.0, 4376.0, 4354.0, 4356.0, 4344.0, 4354.0, 4385.0, 4355.0, 4366.0, 4355.0, 4356.0, 4343.0, 4356.0, 4384.0, 4365.0, 4374.0, 4355.0, 4365.0, 4354.0, 4354.0, 4344.0, 4356.0, 4393.0, 4353.0, 4372.0, 4352.0, 4363.0, 4353.0, 4365.0, 4354.0, 4354.0, 4383.0, 4354.0, 4374.0, 4353.0, 4364.0, 4343.0, 4354.0, 4372.0, 4352.0, 4373.0, 4343.0, 4362.0, 4355.0, 4364.0, 4343.0, 4354.0, 4344.0, 4355.0, 4374.0, 4356.0, 4393.0, 4353.0, 4364.0, 4341.0, 4354.0, 4381.0, 4344.0, 4373.0, 4343.0, 4363.0, 4341.0, 4342.0, 4332.0, 4354.0, 4384.0, 4344.0, 4374.0, 4354.0, 4353.0, 4343.0, 4355.0, 4353.0, 4356.0, 4406.0, 4354.0, 4386.0, 4344.0, 4353.0, 4354.0, 4344.0, 4383.0, 4343.0, 4374.0, 4343.0, 4352.0, 4342.0, 4354.0, 4374.0, 4355.0, 4374.0, 4356.0, 4366.0, 4366.0, 4367.0, 4358.0, 4368.0, 4367.0, 4390.0, 4387.0, 4368.0, 4396.0, 4366.0, 4365.0, 4367.0, 4367.0, 4387.0, 4358.0, 4387.0, 4356.0, 4396.0, 4363.0, 4352.0, 4352.0, 4331.0, 4331.0, 4343.0, 4342.0, 4354.0, 4383.0, 4332.0, 4362.0, 4332.0, 4340.0, 4332.0, 4343.0, 4344.0, 4343.0, 4345.0, 4364.0, 4333.0, 4343.0, 4353.0, 4343.0, 4340.0, 4343.0, 4342.0, 4342.0, 4341.0, 4353.0, 4373.0, 4345.0, 4352.0, 4343.0, 4363.0, 4344.0, 4352.0, 4343.0, 4353.0, 4342.0, 4351.0, 4331.0, 4342.0, 4330.0, 4341.0, 4331.0, 4352.0, 4343.0, 4354.0, 4373.0, 4353.0, 4333.0, 4342.0, 4332.0, 4354.0, 4343.0, 4365.0, 4364.0, 4364.0, 4332.0, 4343.0, 4351.0, 4343.0, 4372.0, 4343.0, 4361.0, 4332.0, 4331.0, 4331.0, 4343.0, 4331.0, 4332.0, 4372.0, 4332.0, 4351.0, 4330.0, 4331.0, 4330.0, 4342.0, 4350.0, 4340.0, 4352.0, 4344.0, 4353.0, 4343.0, 4343.0, 4332.0, 4344.0, 4373.0, 4354.0, 4365.0, 4344.0, 4357.0, 4373.0, 4353.0, 4353.0, 4346.0, 4374.0, 4355.0, 4365.0, 4365.0, 4356.0, 4384.0, 4355.0, 4364.0, 4344.0, 4354.0, 4373.0, 4355.0, 4386.0, 4355.0, 4363.0, 4344.0, 4365.0, 4342.0, 4355.0, 4382.0, 4354.0, 4376.0, 4343.0, 4353.0, 4341.0, 4342.0, 4373.0, 4343.0, 4363.0, 4343.0, 4344.0, 4383.0, 4342.0, 4361.0, 4341.0, 4355.0, 4342.0, 4354.0, 4383.0, 4351.0, 4353.0, 4342.0, 4354.0, 4353.0, 4355.0, 4374.0, 4355.0, 4367.0, 4354.0, 4355.0, 4374.0, 4356.0, 4376.0, 4356.0, 4378.0, 4395.0, 4364.0, 4375.0, 4354.0, 4365.0, 4385.0, 4357.0, 4385.0, 4343.0, 4354.0, 4343.0, 4345.0, 4382.0, 4344.0, 4364.0, 4343.0, 4355.0, 4333.0, 4344.0, 4373.0, 4354.0, 4365.0, 4343.0, 4344.0, 4382.0, 4344.0, 4362.0, 4342.0, 4365.0, 4382.0, 4343.0, 4362.0, 4343.0, 4352.0, 4340.0, 4342.0, 4373.0, 4343.0, 4351.0, 4343.0, 4344.0, 4381.0, 4332.0, 4362.0, 4343.0, 4355.0, 4343.0, 4345.0, 4362.0, 4343.0, 4364.0, 4354.0, 4365.0, 4373.0, 4342.0, 4383.0, 4342.0, 4354.0, 4353.0, 4343.0, 4383.0, 4343.0, 4352.0, 4353.0, 4352.0, 4352.0, 4343.0, 4381.0, 4341.0, 4353.0, 4342.0, 4352.0, 4341.0, 4342.0, 4374.0, 4342.0, 4341.0, 4331.0, 4343.0, 4361.0, 4343.0, 4374.0, 4341.0, 4356.0, 4371.0, 4342.0, 4374.0, 4342.0, 4352.0, 4342.0, 4353.0, 4381.0, 4342.0, 4373.0, 4343.0, 4344.0, 4371.0, 4343.0, 4363.0, 4353.0, 4365.0, 4344.0, 4354.0, 4382.0, 4353.0, 4364.0, 4354.0, 4365.0, 4355.0, 4367.0, 4397.0, 4366.0, 4376.0, 4354.0, 4355.0, 4354.0, 4355.0, 4384.0, 4344.0, 4364.0, 4383.0, 4343.0, 4361.0, 4351.0, 4354.0, 4340.0, 4342.0, 4362.0, 4342.0, 4352.0, 4353.0, 4344.0, 4371.0, 4353.0, 4364.0, 4351.0, 4355.0, 4384.0, 4355.0, 4365.0, 4343.0, 4353.0, 4343.0, 4354.0, 4382.0, 4353.0, 4364.0, 4352.0, 4353.0, 4383.0, 4351.0, 4352.0, 4342.0, 4352.0, 4341.0, 4354.0, 4384.0, 4353.0, 4363.0, 4342.0, 4356.0, 4355.0, 4355.0, 4383.0, 4354.0, 4376.0, 4344.0, 4355.0, 4383.0, 4344.0, 4363.0, 4354.0, 4366.0, 4353.0, 4354.0, 4385.0, 4353.0, 4365.0, 4352.0, 4356.0, 4364.0, 4352.0, 4372.0, 4343.0, 4363.0, 4364.0, 4342.0, 4373.0, 4344.0, 4363.0, 4353.0, 4353.0, 4341.0, 4344.0, 4383.0, 4341.0, 4361.0, 4343.0, 4363.0, 4354.0, 4364.0, 4354.0, 4365.0, 4385.0, 4344.0, 4363.0, 4344.0, 4363.0, 4355.0, 4363.0, 4352.0, 4344.0, 4382.0, 4344.0, 4364.0, 4353.0, 4354.0, 4353.0, 4352.0, 4353.0, 4365.0, 4364.0, 4344.0, 4374.0, 4343.0, 4363.0, 4354.0, 4371.0, 4354.0, 4365.0, 4354.0, 4355.0, 4383.0, 4344.0, 4363.0, 4344.0, 4363.0, 4355.0, 4365.0, 4354.0, 4375.0, 4355.0, 4345.0, 4346.0, 4357.0, 4388.0, 4364.0, 4386.0, 4346.0, 4355.0, 4344.0, 4375.0, 4351.0, 4331.0, 4380.0, 4322.0, 4340.0, 4343.0, 4344.0, 4354.0, 4353.0, 4344.0, 4363.0, 4344.0, 4364.0, 4343.0, 4352.0, 4332.0, 4355.0, 4335.0, 4356.0, 4343.0, 4354.0, 4343.0, 4333.0, 4374.0, 4334.0, 4355.0, 4345.0, 4344.0, 4331.0, 4334.0, 4341.0, 4343.0, 4371.0, 4333.0, 4362.0, 4343.0, 4344.0, 4346.0, 4343.0, 4345.0, 4356.0, 4358.0, 4357.0, 4377.0, 4384.0, 4355.0, 4344.0, 4346.0, 4344.0, 4345.0, 4385.0, 4354.0, 4364.0, 4345.0, 4343.0, 4342.0, 4343.0, 4342.0, 4364.0, 4343.0, 4344.0, 4363.0, 4343.0, 4362.0, 4343.0, 4374.0, 4343.0, 4365.0, 4343.0, 4354.0, 4334.0, 4342.0, 4340.0, 4344.0, 4373.0, 4345.0, 4375.0, 4353.0, 4343.0, 4342.0, 4343.0, 4354.0, 4384.0, 4355.0, 4366.0, 4344.0, 4345.0, 4343.0, 4343.0, 4383.0, 4343.0, 4366.0, 4343.0, 4343.0, 4372.0, 4331.0, 4341.0, 4341.0, 4352.0, 4342.0, 4353.0, 4342.0, 4343.0, 4362.0, 4344.0, 4345.0, 4357.0, 4357.0, 4357.0, 4358.0, 4386.0, 4369.0, 4397.0, 4354.0, 4365.0, 4383.0, 4343.0, 4394.0, 4342.0, 4360.0, 4341.0, 4351.0, 4318.0, 4327.0, 4319.0, 4317.0, 4340.0, 4360.0, 4349.0, 4389.0, 4325.0, 4366.0, 4318.0, 4326.0, 4316.0, 4306.0, 4317.0, 4328.0, 4329.0, 4328.0, 4351.0, 4342.0, 4363.0, 4344.0, 4331.0, 4343.0, 4343.0, 4363.0, 4332.0, 4374.0, 4330.0, 4352.0, 4330.0, 4351.0, 4332.0, 4362.0, 4341.0, 4362.0, 4341.0, 4353.0, 4360.0, 4343.0, 4360.0, 4351.0, 4342.0, 4341.0, 4343.0, 4372.0, 4343.0, 4372.0, 4352.0, 4364.0, 4343.0, 4353.0, 4330.0, 4340.0, 4343.0, 4344.0, 4355.0, 4354.0, 4383.0, 4367.0, 4356.0, 4397.0, 4368.0, 4386.0, 4355.0, 4365.0, 4333.0, 4341.0, 4330.0, 4330.0, 4350.0], 'WindowWidth': [9687.0, 9645.0, 9606.0, 9634.0, 9637.0, 9625.0, 9611.0, 9609.0, 9639.0, 9611.0, 9648.0, 9626.0, 9639.0, 9630.0, 9589.0, 9604.0, 9584.0, 9603.0, 9590.0, 9626.0, 9592.0, 9628.0, 9596.0, 9616.0, 9596.0, 9612.0, 9599.0, 9628.0, 9615.0, 9649.0, 9636.0, 9640.0, 9670.0, 9630.0, 9640.0, 9615.0, 9627.0, 9613.0, 9629.0, 9611.0, 9631.0, 9624.0, 9629.0, 9622.0, 9626.0, 9655.0, 9613.0, 9631.0, 9613.0, 9638.0, 9653.0, 9614.0, 9627.0, 9616.0, 9615.0, 9612.0, 9621.0, 9643.0, 9633.0, 9656.0, 9614.0, 9625.0, 9598.0, 9615.0, 9624.0, 9614.0, 9643.0, 9614.0, 9619.0, 9600.0, 9615.0, 9598.0, 9617.0, 9652.0, 9616.0, 9628.0, 9612.0, 9617.0, 9670.0, 9619.0, 9642.0, 9612.0, 9612.0, 9613.0, 9617.0, 9612.0, 9633.0, 9671.0, 9619.0, 9644.0, 9601.0, 9614.0, 9597.0, 9615.0, 9656.0, 9613.0, 9619.0, 9598.0, 9616.0, 9640.0, 9613.0, 9614.0, 9612.0, 9619.0, 9631.0, 9617.0, 9640.0, 9610.0, 9610.0, 9592.0, 9611.0, 9620.0, 9614.0, 9639.0, 9610.0, 9612.0, 9615.0, 9617.0, 9620.0, 9652.0, 9625.0, 9641.0, 9637.0, 9655.0, 9641.0, 9657.0, 9639.0, 9656.0, 9698.0, 9667.0, 9650.0, 9631.0, 9634.0, 9672.0, 9618.0, 9646.0, 9611.0, 9614.0, 9677.0, 9608.0, 9622.0, 9614.0, 9608.0, 9609.0, 9613.0, 9597.0, 9615.0, 9650.0, 9596.0, 9604.0, 9610.0, 9608.0, 9613.0, 9650.0, 9614.0, 9639.0, 9591.0, 9606.0, 9576.0, 9593.0, 9613.0, 9591.0, 9614.0, 9592.0, 9606.0, 9592.0, 9591.0, 9594.0, 9594.0, 9593.0, 9596.0, 9633.0, 9596.0, 9633.0, 9595.0, 9621.0, 9614.0, 9622.0, 9613.0, 9609.0, 9611.0, 9614.0, 9593.0, 9613.0, 9649.0, 9612.0, 9636.0, 9596.0, 9607.0, 9599.0, 9611.0, 9609.0, 9613.0, 9598.0, 9613.0, 9597.0, 9614.0, 9638.0, 9614.0, 9628.0, 9618.0, 9619.0, 9600.0, 9613.0, 9596.0, 9614.0, 9667.0, 9622.0, 9647.0, 9613.0, 9618.0, 9599.0, 9615.0, 9656.0, 9616.0, 9633.0, 9615.0, 9618.0, 9597.0, 9621.0, 9656.0, 9632.0, 9641.0, 9617.0, 9629.0, 9612.0, 9615.0, 9598.0, 9621.0, 9665.0, 9611.0, 9636.0, 9610.0, 9626.0, 9611.0, 9630.0, 9612.0, 9613.0, 9652.0, 9614.0, 9640.0, 9611.0, 9628.0, 9596.0, 9612.0, 9633.0, 9608.0, 9637.0, 9598.0, 9623.0, 9617.0, 9628.0, 9597.0, 9614.0, 9598.0, 9618.0, 9640.0, 9618.0, 9666.0, 9610.0, 9625.0, 9594.0, 9614.0, 9644.0, 9598.0, 9638.0, 9596.0, 9624.0, 9592.0, 9594.0, 9580.0, 9613.0, 9653.0, 9600.0, 9641.0, 9612.0, 9611.0, 9596.0, 9617.0, 9612.0, 9619.0, 9690.0, 9617.0, 9659.0, 9600.0, 9611.0, 9612.0, 9599.0, 9651.0, 9597.0, 9642.0, 9597.0, 9610.0, 9595.0, 9613.0, 9640.0, 9616.0, 9643.0, 9622.0, 9635.0, 9634.0, 9636.0, 9625.0, 9638.0, 9638.0, 9674.0, 9664.0, 9638.0, 9674.0, 9633.0, 9631.0, 9636.0, 9634.0, 9663.0, 9625.0, 9663.0, 9619.0, 9674.0, 9621.0, 9604.0, 9603.0, 9574.0, 9574.0, 9594.0, 9592.0, 9613.0, 9647.0, 9576.0, 9617.0, 9577.0, 9586.0, 9578.0, 9594.0, 9598.0, 9594.0, 9600.0, 9624.0, 9580.0, 9595.0, 9604.0, 9592.0, 9586.0, 9593.0, 9590.0, 9592.0, 9591.0, 9609.0, 9635.0, 9599.0, 9606.0, 9594.0, 9622.0, 9595.0, 9605.0, 9594.0, 9608.0, 9590.0, 9603.0, 9575.0, 9591.0, 9574.0, 9590.0, 9575.0, 9607.0, 9593.0, 9612.0, 9634.0, 9607.0, 9579.0, 9593.0, 9579.0, 9611.0, 9595.0, 9630.0, 9623.0, 9626.0, 9579.0, 9594.0, 9603.0, 9593.0, 9634.0, 9595.0, 9617.0, 9577.0, 9575.0, 9576.0, 9594.0, 9574.0, 9580.0, 9632.0, 9580.0, 9602.0, 9572.0, 9574.0, 9570.0, 9591.0, 9599.0, 9588.0, 9606.0, 9597.0, 9608.0, 9594.0, 9596.0, 9580.0, 9599.0, 9638.0, 9613.0, 9629.0, 9600.0, 9622.0, 9637.0, 9611.0, 9610.0, 9605.0, 9641.0, 9615.0, 9631.0, 9629.0, 9618.0, 9653.0, 9616.0, 9626.0, 9598.0, 9614.0, 9637.0, 9616.0, 9658.0, 9616.0, 9623.0, 9599.0, 9629.0, 9594.0, 9615.0, 9647.0, 9613.0, 9645.0, 9597.0, 9611.0, 9590.0, 9595.0, 9636.0, 9596.0, 9625.0, 9596.0, 9600.0, 9650.0, 9595.0, 9619.0, 9591.0, 9615.0, 9593.0, 9614.0, 9651.0, 9606.0, 9610.0, 9594.0, 9613.0, 9610.0, 9615.0, 9640.0, 9617.0, 9637.0, 9615.0, 9618.0, 9643.0, 9623.0, 9648.0, 9621.0, 9654.0, 9674.0, 9629.0, 9645.0, 9613.0, 9632.0, 9658.0, 9621.0, 9656.0, 9597.0, 9613.0, 9596.0, 9603.0, 9650.0, 9601.0, 9627.0, 9597.0, 9615.0, 9583.0, 9600.0, 9639.0, 9613.0, 9631.0, 9596.0, 9599.0, 9648.0, 9599.0, 9623.0, 9595.0, 9630.0, 9649.0, 9595.0, 9621.0, 9597.0, 9607.0, 9588.0, 9595.0, 9638.0, 9597.0, 9606.0, 9594.0, 9599.0, 9645.0, 9582.0, 9622.0, 9597.0, 9615.0, 9595.0, 9600.0, 9620.0, 9596.0, 9626.0, 9613.0, 9631.0, 9637.0, 9595.0, 9652.0, 9594.0, 9615.0, 9610.0, 9599.0, 9651.0, 9596.0, 9606.0, 9609.0, 9610.0, 9606.0, 9596.0, 9647.0, 9592.0, 9607.0, 9593.0, 9609.0, 9592.0, 9594.0, 9638.0, 9593.0, 9591.0, 9578.0, 9599.0, 9619.0, 9596.0, 9639.0, 9593.0, 9617.0, 9631.0, 9593.0, 9637.0, 9593.0, 9606.0, 9592.0, 9612.0, 9647.0, 9596.0, 9639.0, 9595.0, 9600.0, 9630.0, 9597.0, 9624.0, 9609.0, 9630.0, 9600.0, 9615.0, 9650.0, 9611.0, 9627.0, 9617.0, 9633.0, 9617.0, 9637.0, 9677.0, 9633.0, 9648.0, 9612.0, 9616.0, 9615.0, 9617.0, 9655.0, 9598.0, 9627.0, 9652.0, 9596.0, 9619.0, 9604.0, 9612.0, 9589.0, 9593.0, 9620.0, 9593.0, 9608.0, 9609.0, 9598.0, 9634.0, 9612.0, 9628.0, 9605.0, 9617.0, 9655.0, 9618.0, 9631.0, 9597.0, 9611.0, 9596.0, 9613.0, 9650.0, 9611.0, 9627.0, 9608.0, 9611.0, 9653.0, 9605.0, 9607.0, 9595.0, 9610.0, 9592.0, 9613.0, 9655.0, 9614.0, 9626.0, 9596.0, 9618.0, 9614.0, 9617.0, 9655.0, 9615.0, 9646.0, 9599.0, 9617.0, 9653.0, 9600.0, 9624.0, 9612.0, 9632.0, 9612.0, 9615.0, 9657.0, 9613.0, 9629.0, 9607.0, 9616.0, 9625.0, 9608.0, 9636.0, 9595.0, 9625.0, 9626.0, 9595.0, 9636.0, 9600.0, 9623.0, 9610.0, 9610.0, 9592.0, 9601.0, 9650.0, 9592.0, 9617.0, 9598.0, 9623.0, 9613.0, 9627.0, 9613.0, 9632.0, 9657.0, 9600.0, 9624.0, 9600.0, 9624.0, 9614.0, 9624.0, 9608.0, 9602.0, 9650.0, 9599.0, 9624.0, 9610.0, 9611.0, 9611.0, 9608.0, 9610.0, 9629.0, 9626.0, 9601.0, 9641.0, 9598.0, 9625.0, 9616.0, 9636.0, 9615.0, 9631.0, 9613.0, 9617.0, 9652.0, 9599.0, 9623.0, 9599.0, 9624.0, 9616.0, 9629.0, 9615.0, 9643.0, 9615.0, 9600.0, 9605.0, 9620.0, 9664.0, 9627.0, 9657.0, 9603.0, 9613.0, 9598.0, 9645.0, 9600.0, 9574.0, 9639.0, 9562.0, 9585.0, 9593.0, 9596.0, 9613.0, 9610.0, 9599.0, 9622.0, 9596.0, 9623.0, 9593.0, 9606.0, 9579.0, 9611.0, 9586.0, 9614.0, 9594.0, 9611.0, 9593.0, 9582.0, 9637.0, 9583.0, 9611.0, 9596.0, 9594.0, 9575.0, 9583.0, 9587.0, 9593.0, 9629.0, 9580.0, 9617.0, 9593.0, 9595.0, 9603.0, 9596.0, 9601.0, 9618.0, 9626.0, 9623.0, 9649.0, 9654.0, 9615.0, 9597.0, 9602.0, 9596.0, 9600.0, 9657.0, 9612.0, 9624.0, 9598.0, 9594.0, 9593.0, 9595.0, 9592.0, 9625.0, 9597.0, 9599.0, 9621.0, 9595.0, 9618.0, 9594.0, 9637.0, 9596.0, 9629.0, 9595.0, 9611.0, 9581.0, 9593.0, 9588.0, 9598.0, 9635.0, 9600.0, 9639.0, 9610.0, 9594.0, 9595.0, 9596.0, 9615.0, 9654.0, 9618.0, 9633.0, 9599.0, 9602.0, 9598.0, 9599.0, 9650.0, 9596.0, 9630.0, 9595.0, 9596.0, 9633.0, 9575.0, 9590.0, 9592.0, 9607.0, 9593.0, 9611.0, 9595.0, 9597.0, 9621.0, 9597.0, 9603.0, 9621.0, 9624.0, 9620.0, 9625.0, 9661.0, 9644.0, 9677.0, 9612.0, 9627.0, 9649.0, 9595.0, 9665.0, 9593.0, 9615.0, 9590.0, 9603.0, 9553.0, 9564.0, 9555.0, 9548.0, 9584.0, 9610.0, 9593.0, 9648.0, 9556.0, 9610.0, 9549.0, 9559.0, 9545.0, 9531.0, 9549.0, 9564.0, 9568.0, 9567.0, 9601.0, 9595.0, 9622.0, 9597.0, 9576.0, 9593.0, 9593.0, 9622.0, 9579.0, 9637.0, 9571.0, 9603.0, 9571.0, 9602.0, 9574.0, 9617.0, 9587.0, 9618.0, 9586.0, 9607.0, 9613.0, 9592.0, 9612.0, 9601.0, 9590.0, 9589.0, 9594.0, 9632.0, 9594.0, 9632.0, 9604.0, 9623.0, 9594.0, 9605.0, 9570.0, 9586.0, 9594.0, 9598.0, 9614.0, 9611.0, 9651.0, 9633.0, 9617.0, 9676.0, 9636.0, 9659.0, 9613.0, 9624.0, 9579.0, 9588.0, 9570.0, 9571.0, 9598.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.0007758662280701753</td></tr>
<tr><td colspan=3>aqi</td><td>0.02258877927631579</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.58052342302969</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2069545257080132</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9774111252689346</td></tr>
<tr><td colspan=3>efc</td><td>0.4486</td></tr>
<tr><td colspan=3>fber</td><td>7724.8389</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07867607202010976</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>11</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.206140350877193</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4724753072655283</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.391075215719597</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.685921117780832</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3404295882961557</td></tr>
<tr><td colspan=3>gcor</td><td>0.00523209</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.014716248959302902</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.019450724124908447</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>912</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.804940785170082</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>23.26</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>35.2541</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>185.0115</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>44.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>310260.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>945.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>401.8448</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.2892</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>579.9925</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3638.6216</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3860.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>66284.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1149.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4791.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1014.4628</td></tr>
<tr><td colspan=3>tsnr</td><td>39.36064338264987</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>