ds005256-mriqc/sub-0041_ses-04_task-alignvideo_acq-mb8_run-02_bold.html
Felix Hoffstaedter 8eeb8c85d6 [DATALAD RUNCMD] Compute MRIQC for sub-0041
=== 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-0041 --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-0041",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-18 18:04:36 +02:00

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

<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0041_ses-04_task-alignvideo_acq-mb8_run-02_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
<script>
var timestamp = Date.now()
function read_form() {
var ds = "<unset>";
var sub = "sub-0041_ses-04_task-alignvideo_acq-mb8_run-02_bold.nii.gz";
var artifacts = [];
$('#qcartifacts-group input:checked').each(function() {
artifacts.push($(this).attr('name'));
});
var rating = $('#qcslider').val();
var payload = {
'dataset': ds,
'subject': sub,
'rating': rating,
'artifacts': artifacts,
'time_sec': (Date.now() - timestamp) / 1000,
'confidence': $('#qcextra-confidence').val(),
'comments': $('#qcextra-comments').val()
};
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
$('#btn-download').attr('href', URL.createObjectURL(file));
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
return payload
};
function toggle_rating() {
if ($('#qcrating-menu').hasClass('d-none')) {
$('#qcrating-menu').removeClass('d-none');
$('#qcrating-toggler').prop('checked', true);
} else {
$('#qcrating-menu').addClass('d-none');
$('#qcrating-toggler').prop('checked', false);
}
};
$(window).on('load',function(){
var authorization = $('#btn-post').val()
if (authorization.includes("secret_token")) {
$('#btn-post').addClass('d-none');
};
timestamp = Date.now();
});
</script>
<style type="text/css">
/* The slider itself */
.slider {
-webkit-appearance: none; /* Override default CSS styles */
appearance: none;
margin-bottom: 8px;
margin-left: 10%;
width: 80%;
height: 5px; /* Specified height */
background: #d3d3d3; /* Grey background */
outline: none; /* Remove outline */
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
transition: opacity .2s;
}
/* Mouse-over effects */
.slider:hover {
opacity: 1; /* Fully shown on mouse-over */
}
.slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
.slider::-moz-range-thumb {
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
About
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="#errors">Errors</a></li>
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
</ul>
</li>
</ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>
<div id="Basic echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-02_session-04_subject-0041_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-0041/figures/sub-0041_ses-04_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0041/figures/sub-0041_ses-04_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0041/figures/sub-0041_ses-04_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-02_session-04_subject-0041_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-0041/figures/sub-0041_ses-04_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0041/figures/sub-0041_ses-04_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0041/figures/sub-0041_ses-04_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-02_session-04_subject-0041_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-0041/figures/sub-0041_ses-04_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0041/figures/sub-0041_ses-04_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0041/figures/sub-0041_ses-04_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-02_session-04_subject-0041_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-0041/figures/sub-0041_ses-04_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0041/figures/sub-0041_ses-04_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0041/figures/sub-0041_ses-04_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg</a></small>
</div>
</div>
<div id="Extended echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-mean_run-02_session-04_subject-0041_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-0041/figures/sub-0041_ses-04_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0041/figures/sub-0041_ses-04_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0041/figures/sub-0041_ses-04_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg</a></small>
</div>
</div>
<div id="Extended reports shared across echos" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-02_session-04_subject-0041_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-0041/figures/sub-0041_ses-04_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0041/figures/sub-0041_ses-04_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0041/figures/sub-0041_ses-04_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-04_subject-0041_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-0041/figures/sub-0041_ses-04_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0041/figures/sub-0041_ses-04_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0041/figures/sub-0041_ses-04_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0041/figures/sub-0041_ses-04_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg</a></small>
</div>
</div>
<div id="About" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">About</h1>
<div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
</div>
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p> <div class="accordion accordion-flush" id="about-metadata">
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-0">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
Provenance Information
</button>
</h2>
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0041/ses-04/func/sub-0041_ses-04_task-alignvideo_acq-mb8_run-02_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>0dc9c047b55f21feb9252a7ca88037cb</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>16:28:29.027500</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.999796, -0.0176126, -0.00992329, 0.0179752, 0.999127, 0.0377188]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>dartmouth_brain_imaging_center</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.104014</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>32</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4148, -7763, -7245, 429, -57, -209, -20, 81]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>250.825</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>cbaba3af-4387-48b4-b556-5482f6443e1d||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.6823785305023193, 0.04822621867060661, -0.02497580274939537, 111.1702651977539], [0.04725342616438866, 2.680583953857422, 0.1023014709353447, -97.56307220458984], [-0.02662346325814724, -0.10119669884443283, 2.6979455947875977, -46.19870376586914], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>reorient_transform</td><td>[[0.0, -1.0, 0.0, 81.0], [1.0, 0.0, 0.0, 0.0], [0.0, 0.0, 1.0, 0.0], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>shape</td><td>[82, 82, 56, 926]</td></tr>
<tr><td>dcmmeta</td><td>slice_dim</td><td>2</td></tr>
<tr><td>dcmmeta</td><td>version</td><td>0.6</td></tr>
<tr><td colspan=2>time</td><td>{'samples': {'AcquisitionNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926], 'AcquisitionTime': ['162829.027500', '162829.487500', '162829.947500', '162830.407500', '162830.867500', '162831.327500', '162831.787500', '162832.247500', '162832.707500', '162833.167500', '162833.627500', '162834.087500', '162834.547500', '162835.007500', '162835.467500', '162835.927500', '162836.387500', '162836.847500', '162837.307500', '162837.767500', '162838.227500', '162838.687500', '162839.147500', '162839.607500', '162840.067500', '162840.527500', '162840.987500', '162841.447500', '162841.907500', '162842.367500', '162842.827500', '162843.287500', '162843.747500', '162844.207500', '162844.667500', '162845.127500', '162845.587500', '162846.047500', '162846.507500', '162846.967500', '162847.427500', '162847.887500', '162848.347500', '162848.807500', '162849.267500', '162849.727500', '162850.187500', '162850.647500', '162851.107500', '162851.567500', '162852.027500', '162852.487500', '162852.947500', '162853.407500', '162853.867500', '162854.327500', '162854.787500', '162855.247500', '162855.707500', '162856.167500', '162856.627500', '162857.087500', '162857.547500', '162858.007500', '162858.467500', '162858.927500', '162859.387500', '162859.847500', '162900.307500', '162900.767500', '162901.227500', '162901.687500', '162902.147500', '162902.607500', '162903.067500', '162903.527500', '162903.987500', '162904.447500', '162904.907500', '162905.367500', '162905.827500', '162906.287500', '162906.747500', '162907.207500', '162907.667500', '162908.127500', '162908.587500', '162909.047500', '162909.507500', '162909.967500', '162910.427500', '162910.887500', '162911.347500', '162911.807500', '162912.267500', '162912.727500', '162913.187500', '162913.647500', '162914.107500', '162914.567500', '162915.027500', '162915.487500', '162915.947500', '162916.407500', '162916.867500', '162917.327500', '162917.787500', '162918.247500', '162918.707500', '162919.167500', '162919.627500', '162920.087500', '162920.547500', '162921.007500', '162921.467500', '162921.927500', '162922.387500', '162922.847500', '162923.307500', '162923.767500', '162924.227500', '162924.687500', '162925.147500', '162925.607500', '162926.067500', '162926.527500', '162926.987500', '162927.447500', '162927.907500', '162928.367500', '162928.827500', '162929.287500', '162929.747500', '162930.207500', '162930.667500', '162931.127500', '162931.587500', '162932.047500', '162932.507500', '162932.967500', '162933.427500', '162933.887500', '162934.347500', '162934.807500', '162935.267500', '162935.727500', '162936.187500', '162936.647500', '162937.107500', '162937.567500', '162938.027500', '162938.487500', '162938.947500', '162939.407500', '162939.867500', '162940.327500', '162940.787500', '162941.247500', '162941.707500', '162942.167500', '162942.627500', '162943.087500', '162943.547500', '162944.007500', '162944.467500', '162944.927500', '162945.387500', '162945.847500', '162946.307500', '162946.767500', '162947.227500', '162947.687500', '162948.147500', '162948.607500', '162949.067500', '162949.527500', '162949.987500', '162950.447500', '162950.907500', '162951.367500', '162951.827500', '162952.287500', '162952.747500', '162953.207500', '162953.667500', '162954.127500', '162954.587500', '162955.047500', '162955.507500', '162955.967500', '162956.427500', '162956.887500', '162957.347500', '162957.807500', '162958.267500', '162958.727500', '162959.187500', '162959.647500', '163000.107500', '163000.567500', '163001.027500', '163001.487500', '163001.947500', '163002.407500', '163002.867500', '163003.327500', '163003.787500', '163004.247500', '163004.707500', '163005.167500', '163005.627500', '163006.087500', '163006.547500', '163007.007500', '163007.467500', '163007.927500', '163008.387500', '163008.847500', '163009.307500', '163009.767500', '163010.227500', '163010.687500', '163011.147500', '163011.607500', '163012.067500', '163012.527500', '163012.987500', '163013.447500', '163013.907500', '163014.367500', '163014.827500', '163015.287500', '163015.747500', '163016.207500', '163016.667500', '163017.127500', '163017.587500', '163018.047500', '163018.507500', '163018.967500', '163019.427500', '163019.887500', '163020.347500', '163020.807500', '163021.267500', '163021.727500', '163022.187500', '163022.647500', '163023.107500', '163023.567500', '163024.027500', '163024.487500', '163024.947500', '163025.407500', '163025.867500', '163026.327500', '163026.787500', '163027.247500', '163027.707500', '163028.167500', '163028.627500', '163029.087500', '163029.547500', '163030.007500', '163030.467500', '163030.927500', '163031.387500', '163031.847500', '163032.307500', '163032.767500', '163033.227500', '163033.687500', '163034.147500', '163034.607500', '163035.067500', '163035.527500', '163035.987500', '163036.447500', '163036.907500', '163037.367500', '163037.827500', '163038.287500', '163038.747500', '163039.207500', '163039.667500', '163040.127500', '163040.587500', '163041.047500', '163041.507500', '163041.967500', '163042.427500', '163042.887500', '163043.347500', '163043.807500', '163044.267500', '163044.727500', '163045.187500', '163045.647500', '163046.107500', '163046.567500', '163047.027500', '163047.487500', '163047.947500', '163048.407500', '163048.867500', '163049.327500', '163049.787500', '163050.247500', '163050.707500', '163051.167500', '163051.627500', '163052.087500', '163052.547500', '163053.007500', '163053.467500', '163053.927500', '163054.387500', '163054.847500', '163055.307500', '163055.767500', '163056.227500', '163056.687500', '163057.147500', '163057.607500', '163058.067500', '163058.527500', '163058.987500', '163059.447500', '163059.907500', '163100.367500', '163100.827500', '163101.287500', '163101.747500', '163102.207500', '163102.667500', '163103.127500', '163103.587500', '163104.047500', '163104.507500', '163104.967500', '163105.427500', '163105.887500', '163106.347500', '163106.807500', '163107.267500', '163107.727500', '163108.187500', '163108.647500', '163109.107500', '163109.567500', '163110.027500', '163110.487500', '163110.947500', '163111.407500', '163111.867500', '163112.327500', '163112.787500', '163113.247500', '163113.707500', '163114.167500', '163114.627500', '163115.087500', '163115.547500', '163116.007500', '163116.467500', '163116.927500', '163117.387500', '163117.847500', '163118.307500', '163118.767500', '163119.227500', '163119.687500', '163120.147500', '163120.607500', '163121.067500', '163121.527500', '163121.987500', '163122.447500', '163122.907500', '163123.367500', '163123.827500', '163124.287500', '163124.747500', '163125.207500', '163125.667500', '163126.127500', '163126.587500', '163127.047500', '163127.507500', '163127.967500', '163128.427500', '163128.887500', '163129.347500', '163129.807500', '163130.267500', '163130.727500', '163131.187500', '163131.647500', '163132.107500', '163132.567500', '163133.027500', '163133.487500', '163133.947500', '163134.407500', '163134.867500', '163135.327500', '163135.787500', '163136.247500', '163136.707500', '163137.167500', '163137.627500', '163138.087500', '163138.547500', '163139.007500', '163139.467500', '163139.927500', '163140.387500', '163140.847500', '163141.307500', '163141.767500', '163142.227500', '163142.687500', '163143.147500', '163143.607500', '163144.067500', '163144.527500', '163144.987500', '163145.447500', '163145.907500', '163146.367500', '163146.827500', '163147.287500', '163147.747500', '163148.207500', '163148.667500', '163149.127500', '163149.587500', '163150.047500', '163150.507500', '163150.967500', '163151.427500', '163151.887500', '163152.347500', '163152.807500', '163153.267500', '163153.727500', '163154.187500', '163154.647500', '163155.107500', '163155.567500', '163156.027500', '163156.487500', '163156.947500', '163157.407500', '163157.867500', '163158.327500', '163158.787500', '163159.247500', '163159.707500', '163200.167500', '163200.627500', '163201.087500', '163201.547500', '163202.007500', '163202.467500', '163202.927500', '163203.387500', '163203.847500', '163204.307500', '163204.767500', '163205.227500', '163205.687500', '163206.147500', '163206.607500', '163207.067500', '163207.527500', '163207.987500', '163208.447500', '163208.907500', '163209.367500', '163209.827500', '163210.287500', '163210.747500', '163211.207500', '163211.667500', '163212.127500', '163212.587500', '163213.047500', '163213.507500', '163213.967500', '163214.427500', '163214.887500', '163215.347500', '163215.807500', '163216.267500', '163216.727500', '163217.187500', '163217.647500', '163218.107500', '163218.567500', '163219.027500', '163219.487500', '163219.947500', '163220.407500', '163220.867500', '163221.327500', '163221.787500', '163222.247500', '163222.707500', '163223.167500', '163223.627500', '163224.087500', '163224.547500', '163225.007500', '163225.467500', '163225.927500', '163226.387500', '163226.847500', '163227.307500', '163227.767500', '163228.227500', '163228.687500', '163229.147500', '163229.607500', '163230.067500', '163230.527500', '163230.987500', '163231.447500', '163231.907500', '163232.367500', '163232.827500', '163233.287500', '163233.747500', '163234.207500', '163234.667500', '163235.127500', '163235.587500', '163236.047500', '163236.507500', '163236.967500', '163237.427500', '163237.887500', '163238.347500', '163238.807500', '163239.267500', '163239.727500', '163240.187500', '163240.647500', '163241.107500', '163241.567500', '163242.027500', '163242.487500', '163242.947500', '163243.407500', '163243.867500', '163244.327500', '163244.787500', '163245.247500', '163245.707500', '163246.167500', '163246.627500', '163247.087500', '163247.547500', '163248.007500', '163248.467500', '163248.927500', '163249.387500', '163249.847500', '163250.307500', '163250.767500', '163251.227500', '163251.687500', '163252.147500', '163252.607500', '163253.067500', '163253.527500', '163253.987500', '163254.447500', '163254.907500', '163255.367500', '163255.827500', '163256.287500', '163256.747500', '163257.207500', '163257.667500', '163258.127500', '163258.587500', '163259.047500', '163259.507500', '163259.967500', '163300.427500', '163300.887500', '163301.347500', '163301.807500', '163302.267500', '163302.727500', '163303.187500', '163303.647500', '163304.107500', '163304.567500', '163305.027500', '163305.487500', '163305.947500', '163306.407500', '163306.867500', '163307.327500', '163307.787500', '163308.247500', '163308.707500', '163309.167500', '163309.627500', '163310.087500', '163310.547500', '163311.007500', '163311.467500', '163311.927500', '163312.387500', '163312.847500', '163313.307500', '163313.767500', '163314.227500', '163314.687500', '163315.147500', '163315.607500', '163316.067500', '163316.527500', '163316.987500', '163317.447500', '163317.907500', '163318.367500', '163318.827500', '163319.287500', '163319.747500', '163320.207500', '163320.667500', '163321.127500', '163321.587500', '163322.047500', '163322.507500', '163322.967500', '163323.427500', '163323.887500', '163324.347500', '163324.807500', '163325.267500', '163325.727500', '163326.187500', '163326.647500', '163327.107500', '163327.567500', '163328.027500', '163328.487500', '163328.947500', '163329.407500', '163329.867500', '163330.327500', '163330.787500', '163331.247500', '163331.707500', '163332.167500', '163332.627500', '163333.087500', '163333.547500', '163334.007500', '163334.467500', '163334.927500', '163335.387500', '163335.847500', '163336.307500', '163336.767500', '163337.227500', '163337.687500', '163338.147500', '163338.607500', '163339.067500', '163339.527500', '163339.987500', '163340.447500', '163340.907500', '163341.367500', '163341.827500', '163342.287500', '163342.747500', '163343.207500', '163343.667500', '163344.127500', '163344.587500', '163345.047500', '163345.507500', '163345.967500', '163346.427500', '163346.887500', '163347.347500', '163347.807500', '163348.267500', '163348.727500', '163349.187500', '163349.647500', '163350.107500', '163350.567500', '163351.027500', '163351.487500', '163351.947500', '163352.407500', '163352.867500', '163353.327500', '163353.787500', '163354.247500', '163354.707500', '163355.167500', '163355.627500', '163356.087500', '163356.547500', '163357.007500', '163357.467500', '163357.927500', '163358.387500', '163358.847500', '163359.307500', '163359.767500', '163400.227500', '163400.687500', '163401.147500', '163401.607500', '163402.067500', '163402.527500', '163402.987500', '163403.447500', '163403.907500', '163404.367500', '163404.827500', '163405.287500', '163405.747500', '163406.207500', '163406.667500', '163407.127500', '163407.587500', '163408.047500', '163408.507500', '163408.967500', '163409.427500', '163409.887500', '163410.347500', '163410.807500', '163411.267500', '163411.727500', '163412.187500', '163412.647500', '163413.107500', '163413.567500', '163414.027500', '163414.487500', '163414.947500', '163415.407500', '163415.867500', '163416.327500', '163416.787500', '163417.247500', '163417.707500', '163418.167500', '163418.627500', '163419.087500', '163419.547500', '163420.007500', '163420.467500', '163420.927500', '163421.387500', '163421.847500', '163422.307500', '163422.767500', '163423.227500', '163423.687500', '163424.147500', '163424.607500', '163425.067500', '163425.527500', '163425.987500', '163426.447500', '163426.907500', '163427.367500', '163427.827500', '163428.287500', '163428.747500', '163429.207500', '163429.667500', '163430.127500', '163430.587500', '163431.047500', '163431.507500', '163431.967500', '163432.427500', '163432.887500', '163433.347500', '163433.807500', '163434.267500', '163434.727500', '163435.187500', '163435.647500', '163436.107500', '163436.567500', '163437.027500', '163437.487500', '163437.947500', '163438.407500', '163438.867500', '163439.327500', '163439.787500', '163440.247500', '163440.707500', '163441.167500', '163441.627500', '163442.087500', '163442.547500', '163443.007500', '163443.467500', '163443.927500', '163444.387500', '163444.847500', '163445.307500', '163445.767500', '163446.227500', '163446.687500', '163447.147500', '163447.607500', '163448.067500', '163448.527500', '163448.987500', '163449.447500', '163449.907500', '163450.367500', '163450.827500', '163451.287500', '163451.747500', '163452.207500', '163452.667500', '163453.127500', '163453.587500', '163454.047500', '163454.507500', '163454.967500', '163455.427500', '163455.887500', '163456.347500', '163456.807500', '163457.267500', '163457.727500', '163458.187500', '163458.647500', '163459.107500', '163459.567500', '163500.027500', '163500.487500', '163500.947500', '163501.407500', '163501.867500', '163502.327500', '163502.787500', '163503.247500', '163503.707500', '163504.167500', '163504.627500', '163505.087500', '163505.547500', '163506.007500', '163506.467500', '163506.927500', '163507.387500', '163507.847500', '163508.307500', '163508.767500', '163509.227500', '163509.687500', '163510.147500', '163510.607500', '163511.067500', '163511.527500', '163511.987500', '163512.447500', '163512.907500', '163513.367500', '163513.827500', '163514.287500', '163514.747500', '163515.207500', '163515.667500', '163516.127500', '163516.587500', '163517.047500', '163517.507500', '163517.967500', '163518.427500', '163518.887500', '163519.347500', '163519.807500', '163520.267500', '163520.727500', '163521.187500', '163521.647500', '163522.107500', '163522.567500', '163523.027500', '163523.487500', '163523.947500', '163524.407500', '163524.867500', '163525.327500', '163525.787500', '163526.247500', '163526.707500', '163527.167500', '163527.627500', '163528.087500', '163528.547500', '163529.007500', '163529.467500', '163529.927500', '163530.387500', '163530.847500', '163531.307500', '163531.767500', '163532.227500', '163532.687500', '163533.147500', '163533.607500', '163534.067500', '163534.527500'], 'ContentTime': ['162852.825000', '162852.829000', '162852.831000', '162852.834000', '162852.836000', '162852.839000', '162852.842000', '162852.844000', '162852.847000', '162852.849000', '162852.852000', '162852.855000', '162852.857000', '162852.860000', '162852.863000', '162852.883000', '162852.886000', '162852.889000', '162852.891000', '162852.894000', '162852.897000', '162852.900000', '162852.902000', '162852.905000', '162852.907000', '162852.910000', '162852.913000', '162852.915000', '162852.918000', '162852.921000', '162852.923000', '162852.926000', '162852.929000', '162852.931000', '162852.937000', '162852.939000', '162852.942000', '162852.945000', '162852.948000', '162852.950000', '162852.953000', '162852.956000', '162852.958000', '162852.961000', '162852.963000', '162852.966000', '162852.969000', '162852.972000', '162852.974000', '162912.772000', '162912.775000', '162912.778000', '162912.781000', '162912.783000', '162912.786000', '162912.789000', '162912.792000', '162912.794000', '162912.797000', '162912.800000', '162912.850000', '162912.852000', '162912.855000', '162912.857000', '162912.864000', '162912.866000', '162912.869000', '162912.871000', '162912.874000', '162912.877000', '162912.879000', '162912.882000', '162912.884000', '162912.887000', '162912.890000', '162912.892000', '162912.895000', '162912.897000', '162912.900000', '162912.902000', '162912.905000', '162912.908000', '162912.910000', '162912.913000', '162912.915000', '162912.918000', '162912.920000', '162912.923000', '162912.926000', '162912.928000', '162912.931000', '162912.933000', '162932.773000', '162932.775000', '162932.778000', '162932.781000', '162932.783000', '162932.786000', '162932.788000', '162932.791000', '162932.793000', '162932.796000', '162932.799000', '162932.801000', '162932.804000', '162932.807000', '162932.809000', '162932.812000', '162932.827000', '162932.830000', '162932.832000', '162932.845000', '162932.856000', '162932.858000', '162932.861000', '162932.863000', '162932.866000', '162932.868000', '162932.871000', '162932.874000', '162932.876000', '162932.879000', '162932.881000', '162932.884000', '162932.886000', '162932.889000', '162932.891000', '162932.894000', '162932.897000', '162932.899000', '162932.902000', '162932.904000', '162932.907000', '162932.910000', '162932.912000', '162932.915000', '162952.773000', '162952.776000', '162952.779000', '162952.781000', '162952.784000', '162952.787000', '162952.790000', '162952.792000', '162952.795000', '162952.798000', '162952.891000', '162952.893000', '162952.896000', '162952.898000', '162952.901000', '162952.904000', '162952.906000', '162952.909000', '162952.912000', '162952.914000', '162952.917000', '162952.919000', '162952.922000', '162952.925000', '162952.927000', '162952.930000', '162952.932000', '162952.935000', '162952.938000', '162952.940000', '162952.943000', '162952.945000', '162952.948000', '162952.951000', '162952.953000', '162952.956000', '162952.959000', '162952.961000', '162952.964000', '162952.966000', '162952.969000', '162952.972000', '162952.974000', '163012.774000', '163012.776000', '163012.779000', '163012.782000', '163012.784000', '163012.787000', '163012.789000', '163012.792000', '163012.794000', '163012.797000', '163012.800000', '163012.803000', '163012.805000', '163012.808000', '163012.811000', '163012.813000', '163012.817000', '163012.820000', '163012.823000', '163012.825000', '163012.828000', '163012.830000', '163012.833000', '163012.835000', '163012.838000', '163012.841000', '163012.843000', '163012.846000', '163012.848000', '163012.851000', '163012.853000', '163012.856000', '163012.859000', '163012.861000', '163012.864000', '163012.866000', '163012.869000', '163012.872000', '163012.874000', '163012.877000', '163012.879000', '163012.882000', '163012.885000', '163012.887000', '163032.773000', '163032.776000', '163032.779000', '163032.782000', '163032.784000', '163032.787000', '163032.790000', '163032.792000', '163032.795000', '163032.797000', '163032.816000', '163032.819000', '163032.822000', '163032.824000', '163032.827000', '163032.830000', '163032.832000', '163032.835000', '163032.838000', '163032.840000', '163032.843000', '163032.846000', '163032.848000', '163032.851000', '163032.853000', '163032.856000', '163032.859000', '163032.861000', '163032.864000', '163032.866000', '163032.869000', '163032.872000', '163032.874000', '163032.877000', '163032.880000', '163032.882000', '163032.885000', '163032.887000', '163032.890000', '163032.892000', '163032.895000', '163032.898000', '163032.900000', '163052.774000', '163052.776000', '163052.779000', '163052.782000', '163052.784000', '163052.787000', '163052.790000', '163052.792000', '163052.795000', '163052.797000', '163052.800000', '163052.803000', '163052.805000', '163052.808000', '163052.810000', '163052.813000', '163052.816000', '163052.818000', '163052.821000', '163052.823000', '163052.826000', '163052.829000', '163052.831000', '163052.834000', '163052.836000', '163052.839000', '163052.842000', '163052.844000', '163052.847000', '163052.849000', '163052.852000', '163052.855000', '163052.857000', '163052.860000', '163052.862000', '163052.865000', '163052.868000', '163052.870000', '163052.873000', '163052.875000', '163052.878000', '163052.881000', '163052.883000', '163052.886000', '163112.774000', '163112.777000', '163112.779000', '163112.782000', '163112.785000', '163112.787000', '163112.790000', '163112.793000', '163112.795000', '163112.798000', '163112.828000', '163112.830000', '163112.833000', '163112.836000', '163112.838000', '163112.861000', '163112.864000', '163112.867000', '163112.869000', '163112.872000', '163112.874000', '163112.877000', '163112.880000', '163112.882000', '163112.885000', '163112.887000', '163112.890000', '163112.894000', '163112.897000', '163112.899000', '163112.902000', '163112.905000', '163112.907000', '163112.910000', '163112.912000', '163112.915000', '163112.918000', '163112.920000', '163112.923000', '163112.925000', '163112.928000', '163112.930000', '163112.933000', '163132.772000', '163132.775000', '163132.778000', '163132.780000', '163132.783000', '163132.786000', '163132.788000', '163132.791000', '163132.793000', '163132.796000', '163132.799000', '163132.801000', '163132.804000', '163132.807000', '163132.809000', '163132.812000', '163132.815000', '163132.817000', '163132.820000', '163132.822000', '163132.825000', '163132.827000', '163132.830000', '163132.833000', '163132.835000', '163132.838000', '163132.840000', '163132.843000', '163132.845000', '163132.848000', '163132.851000', '163132.853000', '163132.856000', '163132.858000', '163132.861000', '163132.864000', '163132.866000', '163132.869000', '163132.871000', '163132.874000', '163132.876000', '163132.879000', '163132.882000', '163132.884000', '163152.773000', '163152.776000', '163152.778000', '163152.781000', '163152.784000', '163152.786000', '163152.789000', '163152.792000', '163152.794000', '163152.797000', '163152.799000', '163152.822000', '163152.824000', '163152.827000', '163152.830000', '163152.832000', '163152.835000', '163152.837000', '163152.847000', '163152.849000', '163152.853000', '163152.855000', '163152.858000', '163152.861000', '163152.864000', '163152.866000', '163152.869000', '163152.872000', '163152.874000', '163152.877000', '163152.879000', '163152.882000', '163152.885000', '163152.887000', '163152.890000', '163152.893000', '163152.895000', '163152.898000', '163152.900000', '163152.903000', '163152.905000', '163152.908000', '163152.911000', '163212.773000', '163212.776000', '163212.779000', '163212.782000', '163212.784000', '163212.787000', '163212.789000', '163212.792000', '163212.795000', '163212.798000', '163212.849000', '163212.852000', '163212.855000', '163212.857000', '163212.860000', '163212.862000', '163212.865000', '163212.868000', '163212.870000', '163212.873000', '163212.875000', '163212.878000', '163212.880000', '163212.883000', '163212.886000', '163212.888000', '163212.891000', '163212.893000', '163212.896000', '163212.898000', '163212.901000', '163212.904000', '163212.906000', '163212.909000', '163212.911000', '163212.914000', '163212.917000', '163212.919000', '163212.922000', '163212.924000', '163212.927000', '163212.930000', '163212.932000', '163212.935000', '163232.773000', '163232.776000', '163232.779000', '163232.781000', '163232.784000', '163232.787000', '163232.789000', '163232.851000', '163232.853000', '163232.856000', '163232.858000', '163232.861000', '163232.864000', '163232.866000', '163232.869000', '163232.871000', '163232.874000', '163232.877000', '163232.879000', '163232.882000', '163232.885000', '163232.887000', '163232.890000', '163232.892000', '163232.895000', '163232.898000', '163232.900000', '163232.903000', '163232.905000', '163232.908000', '163232.911000', '163232.913000', '163232.916000', '163232.920000', '163232.923000', '163232.925000', '163232.928000', '163232.932000', '163232.935000', '163232.938000', '163232.940000', '163232.943000', '163232.946000', '163252.774000', '163252.776000', '163252.779000', '163252.782000', '163252.784000', '163252.787000', '163252.790000', '163252.792000', '163252.795000', '163252.797000', '163252.800000', '163252.803000', '163252.805000', '163252.808000', '163252.810000', '163252.813000', '163252.816000', '163252.818000', '163252.821000', '163252.823000', '163252.826000', '163252.828000', '163252.831000', '163252.834000', '163252.836000', '163252.839000', '163252.841000', '163252.844000', '163252.847000', '163252.849000', '163252.852000', '163252.854000', '163252.857000', '163252.859000', '163252.862000', '163252.865000', '163252.867000', '163252.870000', '163252.873000', '163252.875000', '163252.878000', '163252.880000', '163252.883000', '163252.886000', '163312.773000', '163312.776000', '163312.779000', '163312.782000', '163312.784000', '163312.787000', '163312.789000', '163312.792000', '163312.795000', '163312.797000', '163312.848000', '163312.851000', '163312.853000', '163312.856000', '163312.858000', '163312.861000', '163312.864000', '163312.866000', '163312.869000', '163312.871000', '163312.874000', '163312.877000', '163312.879000', '163312.882000', '163312.885000', '163312.887000', '163312.890000', '163312.892000', '163312.895000', '163312.898000', '163312.900000', '163312.903000', '163312.906000', '163312.909000', '163312.912000', '163312.915000', '163312.918000', '163312.920000', '163312.923000', '163312.926000', '163312.928000', '163312.931000', '163312.934000', '163332.773000', '163332.775000', '163332.778000', '163332.781000', '163332.783000', '163332.786000', '163332.789000', '163332.791000', '163332.794000', '163332.796000', '163332.799000', '163332.844000', '163332.847000', '163332.849000', '163332.852000', '163332.878000', '163332.881000', '163332.884000', '163332.886000', '163332.889000', '163332.891000', '163332.894000', '163332.896000', '163332.899000', '163332.902000', '163332.904000', '163332.907000', '163332.910000', '163332.912000', '163332.915000', '163332.917000', '163332.920000', '163332.922000', '163332.925000', '163332.928000', '163332.930000', '163332.933000', '163332.935000', '163332.938000', '163332.941000', '163332.943000', '163332.946000', '163332.949000', '163332.951000', '163352.773000', '163352.775000', '163352.778000', '163352.781000', '163352.783000', '163352.786000', '163352.788000', '163352.791000', '163352.794000', '163352.796000', '163352.799000', '163352.847000', '163352.850000', '163352.852000', '163352.855000', '163352.857000', '163352.860000', '163352.863000', '163352.865000', '163352.868000', '163352.870000', '163352.873000', '163352.876000', '163352.878000', '163352.881000', '163352.884000', '163352.886000', '163352.889000', '163352.894000', '163352.896000', '163352.899000', '163352.901000', '163352.904000', '163352.907000', '163352.909000', '163352.912000', '163352.914000', '163352.917000', '163352.920000', '163352.922000', '163352.925000', '163352.927000', '163352.930000', '163412.772000', '163412.775000', '163412.778000', '163412.780000', '163412.783000', '163412.786000', '163412.788000', '163412.791000', '163412.793000', '163412.796000', '163412.799000', '163412.856000', '163412.859000', '163412.861000', '163412.864000', '163412.866000', '163412.869000', '163412.871000', '163412.874000', '163412.877000', '163412.879000', '163412.882000', '163412.895000', '163412.897000', '163412.900000', '163412.902000', '163412.905000', '163412.907000', '163412.910000', '163412.913000', '163412.915000', '163412.918000', '163412.920000', '163412.923000', '163412.925000', '163412.928000', '163412.931000', '163412.933000', '163412.936000', '163412.939000', '163412.941000', '163412.944000', '163412.946000', '163412.949000', '163432.773000', '163432.776000', '163432.779000', '163432.782000', '163432.784000', '163432.787000', '163432.790000', '163432.792000', '163432.795000', '163432.797000', '163432.822000', '163432.824000', '163432.827000', '163432.829000', '163432.832000', '163432.835000', '163432.837000', '163432.840000', '163432.842000', '163432.845000', '163432.848000', '163432.850000', '163432.853000', '163432.856000', '163432.858000', '163432.861000', '163432.863000', '163432.866000', '163432.869000', '163432.871000', '163432.874000', '163432.876000', '163432.879000', '163432.882000', '163432.884000', '163432.887000', '163432.889000', '163432.892000', '163432.895000', '163432.897000', '163432.900000', '163432.903000', '163432.905000', '163452.774000', '163452.777000', '163452.780000', '163452.782000', '163452.785000', '163452.787000', '163452.790000', '163452.793000', '163452.795000', '163452.798000', '163452.890000', '163452.892000', '163452.895000', '163452.898000', '163452.900000', '163452.903000', '163452.905000', '163452.908000', '163452.911000', '163452.913000', '163452.916000', '163452.918000', '163452.921000', '163452.924000', '163452.926000', '163452.929000', '163452.931000', '163452.934000', '163452.936000', '163452.939000', '163452.942000', '163452.944000', '163452.947000', '163452.949000', '163452.952000', '163452.955000', '163452.957000', '163452.960000', '163452.963000', '163452.965000', '163452.968000', '163452.970000', '163452.973000', '163452.975000', '163512.774000', '163512.777000', '163512.779000', '163512.782000', '163512.784000', '163512.787000', '163512.790000', '163512.792000', '163512.795000', '163512.797000', '163512.850000', '163512.853000', '163512.855000', '163512.858000', '163512.860000', '163512.863000', '163512.866000', '163512.868000', '163512.871000', '163512.874000', '163512.876000', '163512.879000', '163512.881000', '163512.884000', '163512.887000', '163512.889000', '163512.892000', '163512.894000', '163512.897000', '163512.900000', '163512.902000', '163512.905000', '163512.907000', '163512.910000', '163512.913000', '163512.915000', '163512.918000', '163512.920000', '163512.923000', '163512.926000', '163512.928000', '163512.931000', '163512.935000', '163532.773000', '163532.776000', '163532.779000', '163532.781000', '163532.784000', '163532.788000', '163532.791000', '163532.793000', '163532.796000', '163532.799000', '163532.888000', '163532.891000', '163532.893000', '163532.896000', '163532.898000', '163532.901000', '163532.904000', '163532.906000', '163532.909000', '163532.911000', '163532.914000', '163532.917000', '163532.919000', '163532.922000', '163532.924000', '163532.927000', '163532.929000', '163532.932000', '163532.935000', '163532.937000', '163532.940000', '163532.942000', '163532.945000', '163532.957000', '163532.959000', '163532.962000', '163532.964000', '163532.967000', '163532.970000', '163532.972000', '163532.975000', '163532.978000', '163532.980000', '163535.935000', '163535.938000', '163535.941000', '163535.943000', '163535.946000', '163535.949000', '163535.951000', '163535.954000'], 'InstanceCreationTime': ['162852.825000', '162852.829000', '162852.831000', '162852.834000', '162852.836000', '162852.839000', '162852.842000', '162852.844000', '162852.847000', '162852.849000', '162852.852000', '162852.855000', '162852.857000', '162852.860000', '162852.863000', '162852.883000', '162852.886000', '162852.889000', '162852.891000', '162852.894000', '162852.897000', '162852.900000', '162852.902000', '162852.905000', '162852.907000', '162852.910000', '162852.913000', '162852.915000', '162852.918000', '162852.921000', '162852.923000', '162852.926000', '162852.929000', '162852.931000', '162852.937000', '162852.939000', '162852.942000', '162852.945000', '162852.948000', '162852.950000', '162852.953000', '162852.956000', '162852.958000', '162852.961000', '162852.963000', '162852.966000', '162852.969000', '162852.972000', '162852.974000', '162912.772000', '162912.775000', '162912.778000', '162912.781000', '162912.783000', '162912.786000', '162912.789000', '162912.792000', '162912.794000', '162912.797000', '162912.800000', '162912.850000', '162912.852000', '162912.855000', '162912.857000', '162912.864000', '162912.866000', '162912.869000', '162912.871000', '162912.874000', '162912.877000', '162912.879000', '162912.882000', '162912.884000', '162912.887000', '162912.890000', '162912.892000', '162912.895000', '162912.897000', '162912.900000', '162912.902000', '162912.905000', '162912.908000', '162912.910000', '162912.913000', '162912.915000', '162912.918000', '162912.920000', '162912.923000', '162912.926000', '162912.928000', '162912.931000', '162912.933000', '162932.773000', '162932.775000', '162932.778000', '162932.781000', '162932.783000', '162932.786000', '162932.788000', '162932.791000', '162932.793000', '162932.796000', '162932.799000', '162932.801000', '162932.804000', '162932.807000', '162932.809000', '162932.812000', '162932.827000', '162932.830000', '162932.832000', '162932.845000', '162932.856000', '162932.858000', '162932.861000', '162932.863000', '162932.866000', '162932.868000', '162932.871000', '162932.874000', '162932.876000', '162932.879000', '162932.881000', '162932.884000', '162932.886000', '162932.889000', '162932.891000', '162932.894000', '162932.897000', '162932.899000', '162932.902000', '162932.904000', '162932.907000', '162932.910000', '162932.912000', '162932.915000', '162952.773000', '162952.776000', '162952.779000', '162952.781000', '162952.784000', '162952.787000', '162952.790000', '162952.792000', '162952.795000', '162952.798000', '162952.891000', '162952.893000', '162952.896000', '162952.898000', '162952.901000', '162952.904000', '162952.906000', '162952.909000', '162952.912000', '162952.914000', '162952.917000', '162952.919000', '162952.922000', '162952.925000', '162952.927000', '162952.930000', '162952.932000', '162952.935000', '162952.938000', '162952.940000', '162952.943000', '162952.945000', '162952.948000', '162952.951000', '162952.953000', '162952.956000', '162952.959000', '162952.961000', '162952.964000', '162952.966000', '162952.969000', '162952.972000', '162952.974000', '163012.774000', '163012.776000', '163012.779000', '163012.782000', '163012.784000', '163012.787000', '163012.789000', '163012.792000', '163012.794000', '163012.797000', '163012.800000', '163012.803000', '163012.805000', '163012.808000', '163012.811000', '163012.813000', '163012.817000', '163012.820000', '163012.823000', '163012.825000', '163012.828000', '163012.830000', '163012.833000', '163012.835000', '163012.838000', '163012.841000', '163012.843000', '163012.846000', '163012.848000', '163012.851000', '163012.853000', '163012.856000', '163012.859000', '163012.861000', '163012.864000', '163012.866000', '163012.869000', '163012.872000', '163012.874000', '163012.877000', '163012.879000', '163012.882000', '163012.885000', '163012.887000', '163032.773000', '163032.776000', '163032.779000', '163032.782000', '163032.784000', '163032.787000', '163032.790000', '163032.792000', '163032.795000', '163032.797000', '163032.816000', '163032.819000', '163032.822000', '163032.824000', '163032.827000', '163032.830000', '163032.832000', '163032.835000', '163032.838000', '163032.840000', '163032.843000', '163032.846000', '163032.848000', '163032.851000', '163032.853000', '163032.856000', '163032.859000', '163032.861000', '163032.864000', '163032.866000', '163032.869000', '163032.872000', '163032.874000', '163032.877000', '163032.880000', '163032.882000', '163032.885000', '163032.887000', '163032.890000', '163032.892000', '163032.895000', '163032.898000', '163032.900000', '163052.774000', '163052.776000', '163052.779000', '163052.782000', '163052.784000', '163052.787000', '163052.790000', '163052.792000', '163052.795000', '163052.797000', '163052.800000', '163052.803000', '163052.805000', '163052.808000', '163052.810000', '163052.813000', '163052.816000', '163052.818000', '163052.821000', '163052.823000', '163052.826000', '163052.829000', '163052.831000', '163052.834000', '163052.836000', '163052.839000', '163052.842000', '163052.844000', '163052.847000', '163052.849000', '163052.852000', '163052.855000', '163052.857000', '163052.860000', '163052.862000', '163052.865000', '163052.868000', '163052.870000', '163052.873000', '163052.875000', '163052.878000', '163052.881000', '163052.883000', '163052.886000', '163112.774000', '163112.777000', '163112.779000', '163112.782000', '163112.785000', '163112.787000', '163112.790000', '163112.793000', '163112.795000', '163112.798000', '163112.828000', '163112.830000', '163112.833000', '163112.836000', '163112.838000', '163112.861000', '163112.864000', '163112.867000', '163112.869000', '163112.872000', '163112.874000', '163112.877000', '163112.880000', '163112.882000', '163112.885000', '163112.887000', '163112.890000', '163112.894000', '163112.897000', '163112.899000', '163112.902000', '163112.905000', '163112.907000', '163112.910000', '163112.912000', '163112.915000', '163112.918000', '163112.920000', '163112.923000', '163112.925000', '163112.928000', '163112.930000', '163112.933000', '163132.772000', '163132.775000', '163132.778000', '163132.780000', '163132.783000', '163132.786000', '163132.788000', '163132.791000', '163132.793000', '163132.796000', '163132.799000', '163132.801000', '163132.804000', '163132.807000', '163132.809000', '163132.812000', '163132.815000', '163132.817000', '163132.820000', '163132.822000', '163132.825000', '163132.827000', '163132.830000', '163132.833000', '163132.835000', '163132.838000', '163132.840000', '163132.843000', '163132.845000', '163132.848000', '163132.851000', '163132.853000', '163132.856000', '163132.858000', '163132.861000', '163132.864000', '163132.866000', '163132.869000', '163132.871000', '163132.874000', '163132.876000', '163132.879000', '163132.882000', '163132.884000', '163152.773000', '163152.776000', '163152.778000', '163152.781000', '163152.784000', '163152.786000', '163152.789000', '163152.792000', '163152.794000', '163152.797000', '163152.799000', '163152.822000', '163152.824000', '163152.827000', '163152.830000', '163152.832000', '163152.835000', '163152.837000', '163152.847000', '163152.849000', '163152.853000', '163152.855000', '163152.858000', '163152.861000', '163152.864000', '163152.866000', '163152.869000', '163152.872000', '163152.874000', '163152.877000', '163152.879000', '163152.882000', '163152.885000', '163152.887000', '163152.890000', '163152.893000', '163152.895000', '163152.898000', '163152.900000', '163152.903000', '163152.905000', '163152.908000', '163152.911000', '163212.773000', '163212.776000', '163212.779000', '163212.782000', '163212.784000', '163212.787000', '163212.789000', '163212.792000', '163212.795000', '163212.798000', '163212.849000', '163212.852000', '163212.855000', '163212.857000', '163212.860000', '163212.862000', '163212.865000', '163212.868000', '163212.870000', '163212.873000', '163212.875000', '163212.878000', '163212.880000', '163212.883000', '163212.886000', '163212.888000', '163212.891000', '163212.893000', '163212.896000', '163212.898000', '163212.901000', '163212.904000', '163212.906000', '163212.909000', '163212.911000', '163212.914000', '163212.917000', '163212.919000', '163212.922000', '163212.924000', '163212.927000', '163212.930000', '163212.932000', '163212.935000', '163232.773000', '163232.776000', '163232.779000', '163232.781000', '163232.784000', '163232.787000', '163232.789000', '163232.851000', '163232.853000', '163232.856000', '163232.858000', '163232.861000', '163232.864000', '163232.866000', '163232.869000', '163232.871000', '163232.874000', '163232.877000', '163232.879000', '163232.882000', '163232.885000', '163232.887000', '163232.890000', '163232.892000', '163232.895000', '163232.898000', '163232.900000', '163232.903000', '163232.905000', '163232.908000', '163232.911000', '163232.913000', '163232.916000', '163232.920000', '163232.923000', '163232.925000', '163232.928000', '163232.932000', '163232.935000', '163232.938000', '163232.940000', '163232.943000', '163232.946000', '163252.774000', '163252.776000', '163252.779000', '163252.782000', '163252.784000', '163252.787000', '163252.790000', '163252.792000', '163252.795000', '163252.797000', '163252.800000', '163252.803000', '163252.805000', '163252.808000', '163252.810000', '163252.813000', '163252.816000', '163252.818000', '163252.821000', '163252.823000', '163252.826000', '163252.828000', '163252.831000', '163252.834000', '163252.836000', '163252.839000', '163252.841000', '163252.844000', '163252.847000', '163252.849000', '163252.852000', '163252.854000', '163252.857000', '163252.859000', '163252.862000', '163252.865000', '163252.867000', '163252.870000', '163252.873000', '163252.875000', '163252.878000', '163252.880000', '163252.883000', '163252.886000', '163312.773000', '163312.776000', '163312.779000', '163312.782000', '163312.784000', '163312.787000', '163312.789000', '163312.792000', '163312.795000', '163312.797000', '163312.848000', '163312.851000', '163312.853000', '163312.856000', '163312.858000', '163312.861000', '163312.864000', '163312.866000', '163312.869000', '163312.871000', '163312.874000', '163312.877000', '163312.879000', '163312.882000', '163312.885000', '163312.887000', '163312.890000', '163312.892000', '163312.895000', '163312.898000', '163312.900000', '163312.903000', '163312.906000', '163312.909000', '163312.912000', '163312.915000', '163312.918000', '163312.920000', '163312.923000', '163312.926000', '163312.928000', '163312.931000', '163312.934000', '163332.773000', '163332.775000', '163332.778000', '163332.781000', '163332.783000', '163332.786000', '163332.789000', '163332.791000', '163332.794000', '163332.796000', '163332.799000', '163332.844000', '163332.847000', '163332.849000', '163332.852000', '163332.878000', '163332.881000', '163332.884000', '163332.886000', '163332.889000', '163332.891000', '163332.894000', '163332.896000', '163332.899000', '163332.902000', '163332.904000', '163332.907000', '163332.910000', '163332.912000', '163332.915000', '163332.917000', '163332.920000', '163332.922000', '163332.925000', '163332.928000', '163332.930000', '163332.933000', '163332.935000', '163332.938000', '163332.941000', '163332.943000', '163332.946000', '163332.949000', '163332.951000', '163352.773000', '163352.775000', '163352.778000', '163352.781000', '163352.783000', '163352.786000', '163352.788000', '163352.791000', '163352.794000', '163352.796000', '163352.799000', '163352.847000', '163352.850000', '163352.852000', '163352.855000', '163352.857000', '163352.860000', '163352.863000', '163352.865000', '163352.868000', '163352.870000', '163352.873000', '163352.876000', '163352.878000', '163352.881000', '163352.884000', '163352.886000', '163352.889000', '163352.894000', '163352.896000', '163352.899000', '163352.901000', '163352.904000', '163352.907000', '163352.909000', '163352.912000', '163352.914000', '163352.917000', '163352.920000', '163352.922000', '163352.925000', '163352.927000', '163352.930000', '163412.772000', '163412.775000', '163412.778000', '163412.780000', '163412.783000', '163412.786000', '163412.788000', '163412.791000', '163412.793000', '163412.796000', '163412.799000', '163412.856000', '163412.859000', '163412.861000', '163412.864000', '163412.866000', '163412.869000', '163412.871000', '163412.874000', '163412.877000', '163412.879000', '163412.882000', '163412.895000', '163412.897000', '163412.900000', '163412.902000', '163412.905000', '163412.907000', '163412.910000', '163412.913000', '163412.915000', '163412.918000', '163412.920000', '163412.923000', '163412.925000', '163412.928000', '163412.931000', '163412.933000', '163412.936000', '163412.939000', '163412.941000', '163412.944000', '163412.946000', '163412.949000', '163432.773000', '163432.776000', '163432.779000', '163432.782000', '163432.784000', '163432.787000', '163432.790000', '163432.792000', '163432.795000', '163432.797000', '163432.822000', '163432.824000', '163432.827000', '163432.829000', '163432.832000', '163432.835000', '163432.837000', '163432.840000', '163432.842000', '163432.845000', '163432.848000', '163432.850000', '163432.853000', '163432.856000', '163432.858000', '163432.861000', '163432.863000', '163432.866000', '163432.869000', '163432.871000', '163432.874000', '163432.876000', '163432.879000', '163432.882000', '163432.884000', '163432.887000', '163432.889000', '163432.892000', '163432.895000', '163432.897000', '163432.900000', '163432.903000', '163432.905000', '163452.774000', '163452.777000', '163452.780000', '163452.782000', '163452.785000', '163452.787000', '163452.790000', '163452.793000', '163452.795000', '163452.798000', '163452.890000', '163452.892000', '163452.895000', '163452.898000', '163452.900000', '163452.903000', '163452.905000', '163452.908000', '163452.911000', '163452.913000', '163452.916000', '163452.918000', '163452.921000', '163452.924000', '163452.926000', '163452.929000', '163452.931000', '163452.934000', '163452.936000', '163452.939000', '163452.942000', '163452.944000', '163452.947000', '163452.949000', '163452.952000', '163452.955000', '163452.957000', '163452.960000', '163452.963000', '163452.965000', '163452.968000', '163452.970000', '163452.973000', '163452.975000', '163512.774000', '163512.777000', '163512.779000', '163512.782000', '163512.784000', '163512.787000', '163512.790000', '163512.792000', '163512.795000', '163512.797000', '163512.850000', '163512.853000', '163512.855000', '163512.858000', '163512.860000', '163512.863000', '163512.866000', '163512.868000', '163512.871000', '163512.874000', '163512.876000', '163512.879000', '163512.881000', '163512.884000', '163512.887000', '163512.889000', '163512.892000', '163512.894000', '163512.897000', '163512.900000', '163512.902000', '163512.905000', '163512.907000', '163512.910000', '163512.913000', '163512.915000', '163512.918000', '163512.920000', '163512.923000', '163512.926000', '163512.928000', '163512.931000', '163512.935000', '163532.773000', '163532.776000', '163532.779000', '163532.781000', '163532.784000', '163532.788000', '163532.791000', '163532.793000', '163532.796000', '163532.799000', '163532.888000', '163532.891000', '163532.893000', '163532.896000', '163532.898000', '163532.901000', '163532.904000', '163532.906000', '163532.909000', '163532.911000', '163532.914000', '163532.917000', '163532.919000', '163532.922000', '163532.924000', '163532.927000', '163532.929000', '163532.932000', '163532.935000', '163532.937000', '163532.940000', '163532.942000', '163532.945000', '163532.957000', '163532.959000', '163532.962000', '163532.964000', '163532.967000', '163532.970000', '163532.972000', '163532.975000', '163532.978000', '163532.980000', '163535.935000', '163535.938000', '163535.941000', '163535.943000', '163535.946000', '163535.949000', '163535.951000', '163535.954000'], 'InstanceNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926], 'LargestImagePixelValue': [16228, 8934, 15887, 8469, 8874, 17270, 8296, 10725, 18828, 8763, 14149, 12381, 8301, 14685, 7673, 10161, 7555, 9002, 15857, 7952, 12281, 7887, 7899, 14627, 7316, 9748, 16093, 7437, 12447, 9297, 8045, 14704, 7152, 9636, 15301, 7776, 12474, 6774, 8638, 6671, 10860, 15827, 8274, 14232, 9467, 8436, 14137, 6701, 10329, 16183, 7688, 12775, 7415, 7901, 15388, 7424, 11953, 8456, 7543, 14344, 7055, 9749, 15991, 7161, 12630, 10508, 7958, 14821, 7622, 8918, 16152, 7566, 11056, 16943, 7686, 11886, 13495, 7693, 12779, 8569, 7613, 13996, 6879, 9389, 15521, 7160, 10879, 13225, 7251, 12519, 9996, 7632, 13129, 7121, 8218, 15000, 7200, 9139, 14137, 7101, 9228, 7510, 7053, 9043, 6759, 13172, 8228, 15016, 13645, 8495, 15049, 13773, 8822, 15347, 9418, 8479, 14263, 7306, 8714, 15299, 8031, 9983, 14864, 7466, 11513, 13263, 7057, 11650, 8537, 7227, 13628, 6975, 8249, 15021, 7040, 10765, 14896, 7191, 12141, 9881, 7646, 14023, 7850, 8185, 15655, 7601, 9106, 15273, 7157, 10667, 16058, 8064, 11742, 15208, 7119, 11716, 10031, 7877, 14342, 8107, 7944, 14793, 7001, 10832, 15525, 7957, 12168, 11286, 7616, 8513, 7537, 6855, 12437, 17561, 8977, 13997, 13601, 8378, 14020, 11222, 8190, 17609, 8640, 9077, 18186, 8605, 10257, 18951, 9414, 10448, 16067, 7389, 10616, 11580, 7185, 11872, 7946, 7588, 13538, 7134, 8340, 14773, 7088, 9889, 15174, 7225, 10863, 9797, 7398, 13199, 7905, 8140, 13965, 6968, 9210, 15128, 7128, 10520, 14854, 7159, 11591, 13858, 7438, 11867, 8334, 7500, 13597, 7138, 7713, 14025, 6900, 9567, 14954, 6993, 11423, 9147, 7603, 13635, 7192, 8098, 14718, 6866, 10471, 15619, 8232, 11549, 15745, 7338, 12046, 11302, 7915, 12859, 7531, 7644, 14339, 7304, 8013, 14428, 6905, 9332, 14867, 7076, 10519, 15149, 7116, 11397, 11780, 7575, 12779, 8677, 7492, 13729, 7522, 8071, 14991, 7021, 8983, 15480, 7200, 10530, 15675, 7294, 10784, 15907, 7008, 11588, 15303, 7458, 12136, 11928, 7661, 13311, 9346, 8130, 13696, 7759, 7730, 15365, 6890, 8905, 14874, 6810, 10751, 15285, 7326, 12160, 9989, 7900, 14242, 8642, 8400, 15300, 7133, 9873, 15928, 7757, 10903, 14951, 7149, 11606, 10851, 7745, 12926, 8391, 7718, 14517, 7767, 8407, 14980, 6920, 9480, 15812, 7685, 10062, 15301, 6893, 11029, 13113, 7560, 12859, 6944, 8255, 14815, 7704, 12007, 8969, 7887, 14633, 7695, 10054, 16039, 7944, 12637, 10478, 8521, 14159, 6915, 9896, 15690, 9713, 11651, 11412, 7901, 13737, 8376, 8713, 15647, 6893, 10362, 16296, 9324, 11455, 7382, 7125, 9929, 7192, 10541, 9053, 16965, 8930, 10304, 17702, 11611, 10365, 17374, 7319, 12999, 11703, 8265, 12640, 6950, 7882, 14380, 7279, 9195, 14345, 7248, 10504, 14652, 7244, 11361, 8230, 7294, 13055, 6811, 9272, 7011, 8606, 6845, 12548, 7851, 7449, 14123, 9790, 7927, 14796, 11603, 7900, 14378, 12187, 8207, 15639, 13021, 8596, 15462, 9269, 8018, 15387, 7415, 9157, 15937, 7871, 10678, 16116, 7300, 10613, 9771, 7408, 13203, 6989, 8336, 15288, 7738, 9353, 15527, 7197, 12099, 8881, 7711, 14739, 7562, 8331, 15203, 7420, 9774, 15937, 7449, 11290, 10224, 7624, 13721, 7383, 7902, 14979, 7089, 10180, 15290, 7153, 12182, 8334, 7932, 14449, 7134, 9283, 15413, 7206, 11201, 8999, 7850, 14331, 6907, 9468, 15621, 7043, 12014, 11767, 8034, 14091, 7732, 8335, 15524, 7247, 10344, 15759, 7237, 11453, 11494, 7854, 13963, 7838, 8212, 15368, 7148, 10307, 15872, 7007, 11849, 9763, 8030, 14584, 6954, 9870, 15890, 7960, 12730, 10132, 8100, 14517, 7841, 9050, 16262, 7745, 11822, 15864, 8128, 12783, 8349, 8125, 15021, 7674, 9971, 16715, 7245, 11848, 10106, 7767, 13980, 6935, 9464, 15401, 7128, 11181, 15816, 8091, 12965, 9215, 7936, 14104, 7236, 8152, 15137, 7390, 10257, 15133, 7401, 12600, 9918, 7925, 13097, 6983, 7966, 15136, 7887, 10427, 14669, 7553, 12071, 9994, 8069, 13632, 7137, 8193, 15596, 7986, 10468, 15121, 7296, 11632, 10709, 7996, 13340, 7162, 8369, 15720, 7892, 11020, 8194, 7682, 14362, 7118, 10350, 12708, 7496, 13154, 8434, 8747, 15940, 7015, 10758, 14861, 7227, 12710, 8367, 8214, 14807, 7040, 9301, 15753, 8262, 10555, 15925, 7426, 12242, 8804, 7932, 14501, 6960, 10207, 14531, 7820, 12616, 8129, 7948, 14827, 7499, 9294, 15587, 7172, 10891, 16234, 8724, 12086, 11014, 7664, 12993, 8113, 7831, 13678, 6777, 9013, 14912, 7189, 11042, 7833, 7573, 14605, 7705, 9949, 14533, 7218, 12491, 9087, 8286, 15734, 7214, 9658, 17080, 7754, 11534, 9933, 7521, 10269, 7041, 8539, 8095, 10688, 8109, 16490, 8007, 9933, 17459, 11865, 11771, 8985, 7439, 14290, 7037, 10638, 14007, 7656, 13117, 7012, 8882, 15621, 7539, 11816, 10238, 8019, 13879, 7271, 9104, 15344, 7137, 11162, 10790, 7606, 13329, 7437, 7577, 14353, 7297, 10388, 14792, 7302, 12256, 7506, 7633, 14589, 7059, 10441, 14164, 7443, 12561, 7971, 8075, 14281, 6713, 11832, 9049, 7943, 11430, 7264, 13698, 7564, 9551, 15822, 7097, 13285, 9334, 8992, 15980, 6984, 12465, 12714, 8140, 14252, 6875, 10834, 13258, 7972, 14125, 7153, 11377, 13082, 7901, 13919, 7015, 9131, 16888, 8746, 13043, 7287, 12121, 8172, 7181, 11862, 7462, 16416, 16878, 11868, 15952, 14343, 9877, 13418, 6788, 8473, 15365, 8465, 10038, 14326, 7043, 10748, 6730, 8108, 6702, 8497, 6705, 11492, 11524, 7999, 14399, 8265, 8704, 15721, 8601, 10459, 17203, 9291, 11749, 17336, 9747, 13048, 10839, 7853, 13732, 7238, 8371, 15450, 7091, 10267, 17027, 8745, 11783, 15048, 7616, 12531, 9726, 7710, 13797, 7225, 7849, 14974, 6959, 8658, 15591, 6983, 10211, 15481, 7266, 11095, 10412, 7578, 13092, 7644, 7783, 14254, 6639, 8863, 15402, 7207, 10708, 15404, 7100, 11401, 11587, 7742, 13581, 9333, 7922, 14092, 7054, 8805, 15712, 6951, 10851, 15683, 7293, 11785, 15564, 7374, 11371, 8723, 7074, 13520, 7277, 8754, 15543, 6833, 11661, 16870, 9301, 12551, 17542, 7710, 12799, 17319, 8483, 13177, 10168, 7510, 13719, 7405, 8247, 15410, 7406, 10290, 15867, 7686, 11122, 16128, 8462, 12049, 9899, 7337, 13784, 9252, 8003, 15880, 7031, 9512, 16803, 9727, 10455, 16959, 7456, 12186, 12442, 7872, 12813, 7175, 8206, 14157, 7305, 9776, 14491, 7441, 11051, 8316, 8150, 14103, 6925, 10045, 15430, 8131, 11518, 7848, 7908, 14216, 7435, 9172, 16549, 7263, 11454, 8764, 7862, 9488], 'WindowCenter': [4389.0, 4312.0, 4359.0, 4284.0, 4294.0, 4354.0, 4281.0, 4302.0, 4352.0, 4281.0, 4347.0, 4322.0, 4294.0, 4332.0, 4271.0, 4299.0, 4269.0, 4291.0, 4341.0, 4282.0, 4322.0, 4270.0, 4282.0, 4333.0, 4271.0, 4291.0, 4342.0, 4272.0, 4323.0, 4290.0, 4272.0, 4332.0, 4261.0, 4302.0, 4343.0, 4273.0, 4323.0, 4262.0, 4293.0, 4276.0, 4329.0, 4357.0, 4297.0, 4348.0, 4305.0, 4296.0, 4335.0, 4263.0, 4316.0, 4355.0, 4286.0, 4336.0, 4285.0, 4297.0, 4357.0, 4287.0, 4337.0, 4295.0, 4299.0, 4357.0, 4288.0, 4318.0, 4359.0, 4289.0, 4349.0, 4328.0, 4298.0, 4348.0, 4284.0, 4308.0, 4359.0, 4287.0, 4327.0, 4356.0, 4286.0, 4337.0, 4336.0, 4285.0, 4336.0, 4294.0, 4285.0, 4345.0, 4274.0, 4306.0, 4345.0, 4275.0, 4328.0, 4335.0, 4286.0, 4337.0, 4316.0, 4287.0, 4336.0, 4276.0, 4308.0, 4357.0, 4287.0, 4319.0, 4357.0, 4288.0, 4320.0, 4302.0, 4301.0, 4333.0, 4306.0, 4378.0, 4337.0, 4376.0, 4362.0, 4310.0, 4362.0, 4348.0, 4308.0, 4348.0, 4305.0, 4297.0, 4348.0, 4276.0, 4307.0, 4359.0, 4285.0, 4305.0, 4334.0, 4273.0, 4323.0, 4323.0, 4275.0, 4326.0, 4295.0, 4299.0, 4348.0, 4273.0, 4295.0, 4344.0, 4274.0, 4326.0, 4345.0, 4276.0, 4337.0, 4304.0, 4288.0, 4348.0, 4285.0, 4296.0, 4356.0, 4285.0, 4307.0, 4345.0, 4274.0, 4315.0, 4346.0, 4284.0, 4324.0, 4344.0, 4275.0, 4327.0, 4304.0, 4285.0, 4345.0, 4285.0, 4295.0, 4345.0, 4275.0, 4339.0, 4358.0, 4286.0, 4351.0, 4340.0, 4299.0, 4307.0, 4312.0, 4303.0, 4363.0, 4382.0, 4321.0, 4360.0, 4348.0, 4299.0, 4348.0, 4327.0, 4297.0, 4368.0, 4293.0, 4294.0, 4355.0, 4282.0, 4302.0, 4354.0, 4291.0, 4301.0, 4331.0, 4270.0, 4302.0, 4310.0, 4262.0, 4312.0, 4270.0, 4272.0, 4332.0, 4262.0, 4282.0, 4332.0, 4261.0, 4303.0, 4343.0, 4273.0, 4315.0, 4302.0, 4273.0, 4334.0, 4284.0, 4284.0, 4334.0, 4273.0, 4304.0, 4344.0, 4274.0, 4315.0, 4344.0, 4276.0, 4325.0, 4335.0, 4284.0, 4326.0, 4283.0, 4285.0, 4334.0, 4273.0, 4286.0, 4345.0, 4275.0, 4318.0, 4357.0, 4287.0, 4339.0, 4306.0, 4297.0, 4347.0, 4287.0, 4298.0, 4359.0, 4277.0, 4328.0, 4359.0, 4298.0, 4339.0, 4357.0, 4286.0, 4338.0, 4326.0, 4296.0, 4336.0, 4285.0, 4285.0, 4345.0, 4274.0, 4296.0, 4344.0, 4273.0, 4306.0, 4345.0, 4275.0, 4326.0, 4345.0, 4286.0, 4326.0, 4325.0, 4286.0, 4336.0, 4296.0, 4287.0, 4347.0, 4285.0, 4296.0, 4345.0, 4276.0, 4306.0, 4346.0, 4284.0, 4316.0, 4345.0, 4286.0, 4328.0, 4355.0, 4275.0, 4327.0, 4346.0, 4286.0, 4337.0, 4323.0, 4284.0, 4336.0, 4305.0, 4286.0, 4346.0, 4284.0, 4285.0, 4344.0, 4275.0, 4306.0, 4345.0, 4275.0, 4327.0, 4358.0, 4288.0, 4339.0, 4317.0, 4298.0, 4358.0, 4306.0, 4297.0, 4358.0, 4276.0, 4316.0, 4357.0, 4286.0, 4327.0, 4347.0, 4276.0, 4328.0, 4328.0, 4286.0, 4339.0, 4296.0, 4286.0, 4347.0, 4285.0, 4298.0, 4346.0, 4274.0, 4316.0, 4356.0, 4284.0, 4317.0, 4346.0, 4276.0, 4327.0, 4335.0, 4286.0, 4336.0, 4275.0, 4308.0, 4358.0, 4298.0, 4339.0, 4307.0, 4299.0, 4361.0, 4298.0, 4319.0, 4360.0, 4299.0, 4339.0, 4328.0, 4308.0, 4347.0, 4277.0, 4318.0, 4358.0, 4307.0, 4329.0, 4325.0, 4295.0, 4347.0, 4294.0, 4297.0, 4346.0, 4275.0, 4315.0, 4345.0, 4293.0, 4324.0, 4285.0, 4287.0, 4329.0, 4302.0, 4341.0, 4322.0, 4373.0, 4309.0, 4318.0, 4359.0, 4315.0, 4305.0, 4344.0, 4272.0, 4325.0, 4311.0, 4282.0, 4322.0, 4260.0, 4281.0, 4332.0, 4262.0, 4292.0, 4332.0, 4272.0, 4313.0, 4333.0, 4275.0, 4325.0, 4296.0, 4287.0, 4347.0, 4264.0, 4303.0, 4286.0, 4308.0, 4289.0, 4338.0, 4297.0, 4288.0, 4348.0, 4305.0, 4300.0, 4361.0, 4326.0, 4298.0, 4359.0, 4326.0, 4297.0, 4346.0, 4323.0, 4281.0, 4333.0, 4279.0, 4270.0, 4332.0, 4259.0, 4279.0, 4330.0, 4268.0, 4289.0, 4329.0, 4259.0, 4300.0, 4287.0, 4259.0, 4319.0, 4247.0, 4280.0, 4329.0, 4258.0, 4289.0, 4330.0, 4259.0, 4311.0, 4279.0, 4272.0, 4332.0, 4269.0, 4281.0, 4331.0, 4259.0, 4302.0, 4331.0, 4270.0, 4312.0, 4301.0, 4273.0, 4333.0, 4271.0, 4282.0, 4343.0, 4273.0, 4315.0, 4344.0, 4275.0, 4336.0, 4294.0, 4296.0, 4345.0, 4274.0, 4306.0, 4345.0, 4286.0, 4327.0, 4305.0, 4297.0, 4347.0, 4287.0, 4318.0, 4357.0, 4287.0, 4339.0, 4337.0, 4298.0, 4348.0, 4286.0, 4298.0, 4358.0, 4287.0, 4317.0, 4356.0, 4286.0, 4338.0, 4327.0, 4297.0, 4347.0, 4285.0, 4296.0, 4358.0, 4276.0, 4317.0, 4356.0, 4287.0, 4338.0, 4316.0, 4298.0, 4347.0, 4287.0, 4318.0, 4359.0, 4299.0, 4348.0, 4316.0, 4299.0, 4348.0, 4297.0, 4308.0, 4358.0, 4286.0, 4337.0, 4357.0, 4296.0, 4336.0, 4294.0, 4285.0, 4346.0, 4285.0, 4316.0, 4356.0, 4274.0, 4325.0, 4304.0, 4285.0, 4335.0, 4274.0, 4305.0, 4345.0, 4275.0, 4326.0, 4344.0, 4285.0, 4335.0, 4293.0, 4283.0, 4333.0, 4273.0, 4284.0, 4333.0, 4272.0, 4303.0, 4342.0, 4272.0, 4324.0, 4302.0, 4283.0, 4333.0, 4262.0, 4284.0, 4344.0, 4283.0, 4315.0, 4344.0, 4284.0, 4325.0, 4304.0, 4285.0, 4335.0, 4263.0, 4284.0, 4344.0, 4283.0, 4315.0, 4344.0, 4274.0, 4325.0, 4314.0, 4285.0, 4335.0, 4274.0, 4296.0, 4345.0, 4286.0, 4327.0, 4295.0, 4286.0, 4346.0, 4278.0, 4318.0, 4338.0, 4301.0, 4350.0, 4297.0, 4309.0, 4360.0, 4288.0, 4328.0, 4346.0, 4287.0, 4338.0, 4295.0, 4297.0, 4347.0, 4275.0, 4306.0, 4346.0, 4296.0, 4315.0, 4345.0, 4274.0, 4326.0, 4294.0, 4285.0, 4345.0, 4275.0, 4317.0, 4346.0, 4286.0, 4337.0, 4284.0, 4296.0, 4346.0, 4274.0, 4307.0, 4347.0, 4274.0, 4315.0, 4345.0, 4294.0, 4325.0, 4313.0, 4273.0, 4323.0, 4282.0, 4273.0, 4334.0, 4263.0, 4294.0, 4345.0, 4275.0, 4326.0, 4285.0, 4287.0, 4348.0, 4286.0, 4317.0, 4347.0, 4287.0, 4338.0, 4296.0, 4298.0, 4358.0, 4276.0, 4306.0, 4345.0, 4275.0, 4325.0, 4304.0, 4285.0, 4315.0, 4276.0, 4307.0, 4299.0, 4330.0, 4311.0, 4372.0, 4298.0, 4317.0, 4358.0, 4326.0, 4328.0, 4296.0, 4276.0, 4335.0, 4274.0, 4316.0, 4335.0, 4285.0, 4335.0, 4274.0, 4295.0, 4345.0, 4274.0, 4325.0, 4302.0, 4283.0, 4334.0, 4273.0, 4294.0, 4333.0, 4263.0, 4315.0, 4313.0, 4274.0, 4334.0, 4272.0, 4274.0, 4335.0, 4273.0, 4305.0, 4333.0, 4276.0, 4325.0, 4274.0, 4285.0, 4346.0, 4275.0, 4316.0, 4346.0, 4287.0, 4337.0, 4286.0, 4299.0, 4348.0, 4279.0, 4338.0, 4295.0, 4297.0, 4340.0, 4300.0, 4349.0, 4288.0, 4320.0, 4359.0, 4289.0, 4350.0, 4307.0, 4309.0, 4359.0, 4288.0, 4340.0, 4338.0, 4288.0, 4348.0, 4278.0, 4327.0, 4336.0, 4287.0, 4348.0, 4277.0, 4329.0, 4337.0, 4288.0, 4348.0, 4276.0, 4307.0, 4358.0, 4297.0, 4339.0, 4288.0, 4337.0, 4298.0, 4290.0, 4340.0, 4291.0, 4374.0, 4359.0, 4316.0, 4347.0, 4324.0, 4294.0, 4324.0, 4263.0, 4284.0, 4333.0, 4272.0, 4304.0, 4334.0, 4277.0, 4315.0, 4250.0, 4272.0, 4276.0, 4309.0, 4291.0, 4344.0, 4341.0, 4300.0, 4375.0, 4300.0, 4310.0, 4361.0, 4298.0, 4318.0, 4358.0, 4294.0, 4328.0, 4345.0, 4294.0, 4325.0, 4302.0, 4273.0, 4323.0, 4261.0, 4282.0, 4333.0, 4251.0, 4301.0, 4341.0, 4281.0, 4312.0, 4320.0, 4261.0, 4311.0, 4279.0, 4260.0, 4320.0, 4259.0, 4270.0, 4320.0, 4249.0, 4282.0, 4330.0, 4249.0, 4301.0, 4331.0, 4262.0, 4313.0, 4300.0, 4272.0, 4323.0, 4272.0, 4273.0, 4333.0, 4262.0, 4294.0, 4344.0, 4274.0, 4315.0, 4344.0, 4274.0, 4327.0, 4325.0, 4286.0, 4348.0, 4305.0, 4297.0, 4346.0, 4276.0, 4307.0, 4358.0, 4276.0, 4327.0, 4357.0, 4287.0, 4339.0, 4371.0, 4302.0, 4341.0, 4308.0, 4290.0, 4350.0, 4290.0, 4310.0, 4359.0, 4280.0, 4341.0, 4371.0, 4319.0, 4353.0, 4370.0, 4289.0, 4340.0, 4358.0, 4297.0, 4337.0, 4304.0, 4288.0, 4347.0, 4274.0, 4296.0, 4347.0, 4287.0, 4317.0, 4357.0, 4285.0, 4327.0, 4347.0, 4296.0, 4338.0, 4304.0, 4276.0, 4336.0, 4295.0, 4285.0, 4345.0, 4263.0, 4304.0, 4357.0, 4293.0, 4303.0, 4344.0, 4274.0, 4325.0, 4313.0, 4272.0, 4323.0, 4260.0, 4283.0, 4322.0, 4261.0, 4304.0, 4331.0, 4272.0, 4314.0, 4283.0, 4284.0, 4334.0, 4273.0, 4305.0, 4345.0, 4284.0, 4326.0, 4284.0, 4297.0, 4347.0, 4276.0, 4306.0, 4344.0, 4272.0, 4341.0, 4296.0, 4285.0, 4304.0], 'WindowWidth': [9677.0, 9556.0, 9619.0, 9505.0, 9517.0, 9602.0, 9494.0, 9523.0, 9599.0, 9494.0, 9598.0, 9552.0, 9517.0, 9565.0, 9479.0, 9513.0, 9474.0, 9507.0, 9575.0, 9496.0, 9550.0, 9478.0, 9497.0, 9566.0, 9481.0, 9509.0, 9579.0, 9483.0, 9552.0, 9503.0, 9482.0, 9563.0, 9465.0, 9524.0, 9581.0, 9485.0, 9552.0, 9472.0, 9515.0, 9497.0, 9572.0, 9610.0, 9527.0, 9597.0, 9533.0, 9523.0, 9574.0, 9475.0, 9549.0, 9604.0, 9510.0, 9578.0, 9506.0, 9525.0, 9608.0, 9514.0, 9580.0, 9522.0, 9531.0, 9609.0, 9515.0, 9558.0, 9615.0, 9518.0, 9601.0, 9568.0, 9530.0, 9599.0, 9507.0, 9543.0, 9614.0, 9512.0, 9566.0, 9609.0, 9510.0, 9581.0, 9576.0, 9507.0, 9576.0, 9517.0, 9508.0, 9588.0, 9490.0, 9535.0, 9589.0, 9495.0, 9568.0, 9576.0, 9510.0, 9581.0, 9549.0, 9513.0, 9579.0, 9496.0, 9542.0, 9609.0, 9513.0, 9557.0, 9612.0, 9518.0, 9561.0, 9543.0, 9542.0, 9589.0, 9558.0, 9657.0, 9600.0, 9653.0, 9622.0, 9547.0, 9625.0, 9594.0, 9542.0, 9600.0, 9531.0, 9525.0, 9599.0, 9495.0, 9540.0, 9616.0, 9505.0, 9533.0, 9570.0, 9487.0, 9554.0, 9554.0, 9493.0, 9562.0, 9522.0, 9535.0, 9595.0, 9489.0, 9519.0, 9586.0, 9491.0, 9563.0, 9590.0, 9499.0, 9582.0, 9531.0, 9515.0, 9598.0, 9507.0, 9523.0, 9605.0, 9509.0, 9537.0, 9589.0, 9490.0, 9546.0, 9590.0, 9504.0, 9559.0, 9588.0, 9495.0, 9565.0, 9529.0, 9505.0, 9587.0, 9505.0, 9521.0, 9588.0, 9493.0, 9585.0, 9612.0, 9509.0, 9608.0, 9590.0, 9533.0, 9541.0, 9558.0, 9548.0, 9627.0, 9654.0, 9566.0, 9619.0, 9595.0, 9531.0, 9600.0, 9564.0, 9524.0, 9628.0, 9514.0, 9517.0, 9605.0, 9497.0, 9525.0, 9601.0, 9505.0, 9520.0, 9564.0, 9479.0, 9524.0, 9531.0, 9470.0, 9537.0, 9478.0, 9483.0, 9565.0, 9469.0, 9499.0, 9566.0, 9469.0, 9528.0, 9582.0, 9488.0, 9546.0, 9527.0, 9489.0, 9571.0, 9502.0, 9505.0, 9572.0, 9487.0, 9532.0, 9586.0, 9491.0, 9548.0, 9587.0, 9495.0, 9562.0, 9575.0, 9506.0, 9563.0, 9501.0, 9506.0, 9572.0, 9490.0, 9510.0, 9588.0, 9494.0, 9555.0, 9612.0, 9516.0, 9586.0, 9538.0, 9529.0, 9596.0, 9515.0, 9531.0, 9614.0, 9502.0, 9571.0, 9616.0, 9531.0, 9586.0, 9611.0, 9510.0, 9584.0, 9565.0, 9522.0, 9577.0, 9505.0, 9508.0, 9588.0, 9490.0, 9524.0, 9585.0, 9489.0, 9537.0, 9589.0, 9494.0, 9565.0, 9590.0, 9510.0, 9566.0, 9561.0, 9510.0, 9578.0, 9522.0, 9513.0, 9596.0, 9507.0, 9523.0, 9591.0, 9498.0, 9538.0, 9591.0, 9505.0, 9550.0, 9590.0, 9509.0, 9569.0, 9603.0, 9494.0, 9565.0, 9593.0, 9510.0, 9580.0, 9556.0, 9506.0, 9577.0, 9533.0, 9509.0, 9592.0, 9504.0, 9507.0, 9588.0, 9494.0, 9537.0, 9590.0, 9495.0, 9568.0, 9614.0, 9517.0, 9588.0, 9553.0, 9530.0, 9612.0, 9539.0, 9529.0, 9613.0, 9497.0, 9552.0, 9610.0, 9511.0, 9567.0, 9596.0, 9497.0, 9570.0, 9569.0, 9512.0, 9585.0, 9523.0, 9511.0, 9594.0, 9509.0, 9528.0, 9593.0, 9491.0, 9549.0, 9606.0, 9504.0, 9553.0, 9591.0, 9499.0, 9567.0, 9574.0, 9511.0, 9578.0, 9496.0, 9543.0, 9611.0, 9532.0, 9589.0, 9542.0, 9534.0, 9621.0, 9531.0, 9560.0, 9620.0, 9532.0, 9587.0, 9569.0, 9542.0, 9598.0, 9500.0, 9557.0, 9617.0, 9540.0, 9573.0, 9560.0, 9521.0, 9595.0, 9518.0, 9525.0, 9595.0, 9491.0, 9545.0, 9592.0, 9516.0, 9559.0, 9509.0, 9516.0, 9574.0, 9544.0, 9596.0, 9571.0, 9645.0, 9545.0, 9555.0, 9617.0, 9545.0, 9533.0, 9590.0, 9483.0, 9558.0, 9533.0, 9495.0, 9549.0, 9464.0, 9494.0, 9565.0, 9469.0, 9510.0, 9564.0, 9484.0, 9541.0, 9568.0, 9493.0, 9559.0, 9525.0, 9516.0, 9596.0, 9478.0, 9527.0, 9512.0, 9541.0, 9519.0, 9584.0, 9526.0, 9516.0, 9596.0, 9532.0, 9537.0, 9619.0, 9564.0, 9530.0, 9616.0, 9563.0, 9524.0, 9592.0, 9550.0, 9494.0, 9571.0, 9485.0, 9476.0, 9566.0, 9459.0, 9488.0, 9561.0, 9472.0, 9501.0, 9559.0, 9463.0, 9519.0, 9493.0, 9461.0, 9541.0, 9442.0, 9489.0, 9556.0, 9458.0, 9501.0, 9559.0, 9463.0, 9534.0, 9488.0, 9485.0, 9565.0, 9475.0, 9495.0, 9563.0, 9463.0, 9523.0, 9564.0, 9480.0, 9539.0, 9521.0, 9486.0, 9567.0, 9481.0, 9500.0, 9583.0, 9488.0, 9546.0, 9585.0, 9493.0, 9576.0, 9518.0, 9522.0, 9589.0, 9491.0, 9536.0, 9590.0, 9510.0, 9566.0, 9532.0, 9528.0, 9595.0, 9513.0, 9557.0, 9610.0, 9514.0, 9586.0, 9581.0, 9529.0, 9596.0, 9512.0, 9529.0, 9613.0, 9513.0, 9554.0, 9608.0, 9511.0, 9583.0, 9566.0, 9528.0, 9595.0, 9506.0, 9525.0, 9611.0, 9499.0, 9554.0, 9607.0, 9513.0, 9582.0, 9551.0, 9529.0, 9596.0, 9514.0, 9558.0, 9615.0, 9533.0, 9599.0, 9551.0, 9532.0, 9599.0, 9525.0, 9543.0, 9613.0, 9510.0, 9581.0, 9610.0, 9523.0, 9579.0, 9516.0, 9507.0, 9593.0, 9506.0, 9549.0, 9607.0, 9491.0, 9562.0, 9529.0, 9508.0, 9574.0, 9491.0, 9533.0, 9590.0, 9493.0, 9562.0, 9587.0, 9505.0, 9574.0, 9512.0, 9500.0, 9567.0, 9484.0, 9501.0, 9569.0, 9484.0, 9526.0, 9580.0, 9485.0, 9557.0, 9523.0, 9501.0, 9569.0, 9471.0, 9504.0, 9586.0, 9502.0, 9546.0, 9586.0, 9504.0, 9561.0, 9530.0, 9506.0, 9574.0, 9474.0, 9505.0, 9587.0, 9501.0, 9546.0, 9585.0, 9490.0, 9560.0, 9544.0, 9507.0, 9575.0, 9491.0, 9522.0, 9589.0, 9509.0, 9565.0, 9522.0, 9511.0, 9593.0, 9502.0, 9557.0, 9584.0, 9543.0, 9606.0, 9528.0, 9546.0, 9619.0, 9517.0, 9569.0, 9593.0, 9512.0, 9583.0, 9521.0, 9526.0, 9595.0, 9495.0, 9536.0, 9592.0, 9522.0, 9548.0, 9590.0, 9490.0, 9562.0, 9516.0, 9508.0, 9588.0, 9493.0, 9552.0, 9592.0, 9509.0, 9580.0, 9504.0, 9523.0, 9591.0, 9491.0, 9537.0, 9595.0, 9491.0, 9547.0, 9591.0, 9517.0, 9561.0, 9540.0, 9488.0, 9555.0, 9496.0, 9488.0, 9570.0, 9475.0, 9518.0, 9587.0, 9493.0, 9564.0, 9509.0, 9513.0, 9596.0, 9509.0, 9553.0, 9597.0, 9514.0, 9583.0, 9521.0, 9527.0, 9610.0, 9496.0, 9534.0, 9591.0, 9491.0, 9560.0, 9527.0, 9505.0, 9546.0, 9496.0, 9539.0, 9533.0, 9576.0, 9552.0, 9637.0, 9528.0, 9552.0, 9614.0, 9561.0, 9568.0, 9522.0, 9495.0, 9573.0, 9491.0, 9550.0, 9575.0, 9507.0, 9574.0, 9489.0, 9521.0, 9590.0, 9491.0, 9560.0, 9521.0, 9500.0, 9570.0, 9486.0, 9516.0, 9569.0, 9474.0, 9544.0, 9539.0, 9489.0, 9570.0, 9482.0, 9489.0, 9571.0, 9487.0, 9532.0, 9568.0, 9493.0, 9560.0, 9489.0, 9507.0, 9588.0, 9491.0, 9550.0, 9592.0, 9512.0, 9580.0, 9508.0, 9533.0, 9597.0, 9505.0, 9581.0, 9520.0, 9527.0, 9591.0, 9538.0, 9601.0, 9516.0, 9561.0, 9617.0, 9519.0, 9601.0, 9537.0, 9543.0, 9617.0, 9514.0, 9588.0, 9582.0, 9512.0, 9595.0, 9502.0, 9567.0, 9576.0, 9512.0, 9596.0, 9498.0, 9569.0, 9579.0, 9513.0, 9595.0, 9495.0, 9537.0, 9610.0, 9523.0, 9583.0, 9517.0, 9581.0, 9530.0, 9520.0, 9589.0, 9524.0, 9645.0, 9614.0, 9545.0, 9592.0, 9552.0, 9513.0, 9557.0, 9471.0, 9500.0, 9567.0, 9482.0, 9528.0, 9571.0, 9498.0, 9544.0, 9448.0, 9483.0, 9497.0, 9547.0, 9526.0, 9600.0, 9591.0, 9534.0, 9648.0, 9534.0, 9546.0, 9619.0, 9526.0, 9553.0, 9612.0, 9515.0, 9563.0, 9590.0, 9513.0, 9559.0, 9521.0, 9484.0, 9552.0, 9466.0, 9496.0, 9567.0, 9453.0, 9520.0, 9576.0, 9492.0, 9534.0, 9544.0, 9464.0, 9532.0, 9484.0, 9463.0, 9544.0, 9459.0, 9476.0, 9544.0, 9445.0, 9493.0, 9558.0, 9447.0, 9519.0, 9561.0, 9468.0, 9537.0, 9517.0, 9482.0, 9552.0, 9481.0, 9485.0, 9567.0, 9469.0, 9516.0, 9583.0, 9488.0, 9547.0, 9584.0, 9490.0, 9565.0, 9560.0, 9510.0, 9594.0, 9532.0, 9526.0, 9592.0, 9494.0, 9540.0, 9609.0, 9497.0, 9567.0, 9607.0, 9513.0, 9586.0, 9633.0, 9541.0, 9590.0, 9543.0, 9524.0, 9603.0, 9521.0, 9550.0, 9616.0, 9508.0, 9594.0, 9634.0, 9560.0, 9612.0, 9634.0, 9516.0, 9587.0, 9612.0, 9524.0, 9580.0, 9529.0, 9513.0, 9592.0, 9491.0, 9522.0, 9594.0, 9513.0, 9552.0, 9608.0, 9507.0, 9565.0, 9597.0, 9523.0, 9582.0, 9529.0, 9493.0, 9575.0, 9516.0, 9505.0, 9590.0, 9471.0, 9529.0, 9608.0, 9512.0, 9527.0, 9586.0, 9488.0, 9558.0, 9539.0, 9483.0, 9553.0, 9462.0, 9497.0, 9551.0, 9465.0, 9529.0, 9563.0, 9483.0, 9541.0, 9498.0, 9504.0, 9572.0, 9489.0, 9532.0, 9589.0, 9503.0, 9561.0, 9502.0, 9524.0, 9593.0, 9496.0, 9535.0, 9585.0, 9484.0, 9593.0, 9523.0, 9505.0, 9529.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.0003768073593073593</td></tr>
<tr><td colspan=3>aqi</td><td>0.025059780303030302</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.49240733490795</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2683642222318545</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9804572066955572</td></tr>
<tr><td colspan=3>efc</td><td>0.4712</td></tr>
<tr><td colspan=3>fber</td><td>7043.248</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08489304197329005</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>32</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>3.463203463203463</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5710519110191536</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.537389303140288</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.81433684199189</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3614295879252825</td></tr>
<tr><td colspan=3>gcor</td><td>0.0125011</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01008476223796606</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03051956370472908</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>924</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.8086755586399472</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>18.8963</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>37.8585</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>173.9522</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>45.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>300240.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>836.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>339.4292</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.4449</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>503.8328</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3519.3843</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3745.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>76304.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1076.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4637.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>983.275</td></tr>
<tr><td colspan=3>tsnr</td><td>39.807157007046044</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>