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

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

<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0062_ses-02_task-alignvideo_acq-mb8_run-04_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
<script>
var timestamp = Date.now()
function read_form() {
var ds = "<unset>";
var sub = "sub-0062_ses-02_task-alignvideo_acq-mb8_run-04_bold.nii.gz";
var artifacts = [];
$('#qcartifacts-group input:checked').each(function() {
artifacts.push($(this).attr('name'));
});
var rating = $('#qcslider').val();
var payload = {
'dataset': ds,
'subject': sub,
'rating': rating,
'artifacts': artifacts,
'time_sec': (Date.now() - timestamp) / 1000,
'confidence': $('#qcextra-confidence').val(),
'comments': $('#qcextra-comments').val()
};
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
$('#btn-download').attr('href', URL.createObjectURL(file));
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
return payload
};
function toggle_rating() {
if ($('#qcrating-menu').hasClass('d-none')) {
$('#qcrating-menu').removeClass('d-none');
$('#qcrating-toggler').prop('checked', true);
} else {
$('#qcrating-menu').addClass('d-none');
$('#qcrating-toggler').prop('checked', false);
}
};
$(window).on('load',function(){
var authorization = $('#btn-post').val()
if (authorization.includes("secret_token")) {
$('#btn-post').addClass('d-none');
};
timestamp = Date.now();
});
</script>
<style type="text/css">
/* The slider itself */
.slider {
-webkit-appearance: none; /* Override default CSS styles */
appearance: none;
margin-bottom: 8px;
margin-left: 10%;
width: 80%;
height: 5px; /* Specified height */
background: #d3d3d3; /* Grey background */
outline: none; /* Remove outline */
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
transition: opacity .2s;
}
/* Mouse-over effects */
.slider:hover {
opacity: 1; /* Fully shown on mouse-over */
}
.slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
.slider::-moz-range-thumb {
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
About
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="#errors">Errors</a></li>
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
</ul>
</li>
</ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>
<div id="Basic echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-04_session-02_subject-0062_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-0062/figures/sub-0062_ses-02_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0062/figures/sub-0062_ses-02_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0062/figures/sub-0062_ses-02_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-04_session-02_subject-0062_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-0062/figures/sub-0062_ses-02_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0062/figures/sub-0062_ses-02_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0062/figures/sub-0062_ses-02_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-04_session-02_subject-0062_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-0062/figures/sub-0062_ses-02_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0062/figures/sub-0062_ses-02_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0062/figures/sub-0062_ses-02_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-04_session-02_subject-0062_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-0062/figures/sub-0062_ses-02_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0062/figures/sub-0062_ses-02_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0062/figures/sub-0062_ses-02_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg</a></small>
</div>
</div>
<div id="Extended echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-mean_run-04_session-02_subject-0062_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-0062/figures/sub-0062_ses-02_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0062/figures/sub-0062_ses-02_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0062/figures/sub-0062_ses-02_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg</a></small>
</div>
</div>
<div id="Extended reports shared across echos" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-04_session-02_subject-0062_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-0062/figures/sub-0062_ses-02_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0062/figures/sub-0062_ses-02_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0062/figures/sub-0062_ses-02_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-04_session-02_subject-0062_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-0062/figures/sub-0062_ses-02_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0062/figures/sub-0062_ses-02_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0062/figures/sub-0062_ses-02_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0062/figures/sub-0062_ses-02_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg</a></small>
</div>
</div>
<div id="About" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">About</h1>
<div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
</div>
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p> <div class="accordion accordion-flush" id="about-metadata">
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-0">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
Provenance Information
</button>
</h2>
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0062/ses-02/func/sub-0062_ses-02_task-alignvideo_acq-mb8_run-04_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>45031ce1295e90ba94b6237069bdbd67</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>12:31:39.957500</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.999904, -0.0138036, -0.000989231, 0.0137877, 0.999798, -0.0146031]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-04_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.10782</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-04_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>36</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4142, -7719, -7296, 477, -81, -135, -34, 72]</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>273.474</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>a201fb73-a5f8-4482-a429-d6046a6d29e8||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.6826698780059814, 0.036991383880376816, -0.003214639611542225, 106.14373779296875], [0.03703406825661659, 2.6823856830596924, -0.039387889206409454, -93.43109130859375], [-0.002654033713042736, 0.03917916864156723, 2.6997108459472656, -61.61241912841797], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>reorient_transform</td><td>[[0.0, -1.0, 0.0, 81.0], [1.0, 0.0, 0.0, 0.0], [0.0, 0.0, 1.0, 0.0], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>shape</td><td>[82, 82, 56, 914]</td></tr>
<tr><td>dcmmeta</td><td>slice_dim</td><td>2</td></tr>
<tr><td>dcmmeta</td><td>version</td><td>0.6</td></tr>
<tr><td colspan=2>time</td><td>{'samples': {'AcquisitionNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914], 'AcquisitionTime': ['123139.957500', '123140.417500', '123140.877500', '123141.337500', '123141.797500', '123142.257500', '123142.717500', '123143.177500', '123143.637500', '123144.097500', '123144.557500', '123145.017500', '123145.477500', '123145.937500', '123146.397500', '123146.857500', '123147.317500', '123147.777500', '123148.237500', '123148.697500', '123149.157500', '123149.617500', '123150.077500', '123150.537500', '123150.997500', '123151.457500', '123151.917500', '123152.377500', '123152.837500', '123153.297500', '123153.757500', '123154.217500', '123154.677500', '123155.137500', '123155.597500', '123156.057500', '123156.517500', '123156.977500', '123157.437500', '123157.897500', '123158.357500', '123158.817500', '123159.277500', '123159.737500', '123200.197500', '123200.657500', '123201.117500', '123201.577500', '123202.037500', '123202.497500', '123202.957500', '123203.417500', '123203.877500', '123204.337500', '123204.797500', '123205.257500', '123205.717500', '123206.177500', '123206.637500', '123207.097500', '123207.557500', '123208.017500', '123208.477500', '123208.937500', '123209.397500', '123209.857500', '123210.317500', '123210.777500', '123211.237500', '123211.697500', '123212.157500', '123212.617500', '123213.077500', '123213.537500', '123213.997500', '123214.457500', '123214.917500', '123215.377500', '123215.837500', '123216.297500', '123216.757500', '123217.217500', '123217.677500', '123218.137500', '123218.597500', '123219.057500', '123219.517500', '123219.977500', '123220.437500', '123220.897500', '123221.357500', '123221.817500', '123222.277500', '123222.737500', '123223.197500', '123223.657500', '123224.117500', '123224.577500', '123225.037500', '123225.497500', '123225.957500', '123226.417500', '123226.877500', '123227.337500', '123227.797500', '123228.257500', '123228.717500', '123229.177500', '123229.637500', '123230.097500', '123230.557500', '123231.017500', '123231.477500', '123231.937500', '123232.397500', '123232.857500', '123233.317500', '123233.777500', '123234.237500', '123234.697500', '123235.157500', '123235.617500', '123236.077500', '123236.537500', '123236.997500', '123237.457500', '123237.917500', '123238.377500', '123238.837500', '123239.297500', '123239.757500', '123240.217500', '123240.677500', '123241.137500', '123241.597500', '123242.057500', '123242.517500', '123242.977500', '123243.437500', '123243.897500', '123244.357500', '123244.817500', '123245.277500', '123245.737500', '123246.197500', '123246.657500', '123247.117500', '123247.577500', '123248.037500', '123248.497500', '123248.957500', '123249.417500', '123249.877500', '123250.337500', '123250.797500', '123251.257500', '123251.717500', '123252.177500', '123252.637500', '123253.097500', '123253.557500', '123254.017500', '123254.477500', '123254.937500', '123255.397500', '123255.857500', '123256.317500', '123256.777500', '123257.237500', '123257.697500', '123258.157500', '123258.617500', '123259.077500', '123259.537500', '123259.997500', '123300.457500', '123300.917500', '123301.377500', '123301.837500', '123302.297500', '123302.757500', '123303.217500', '123303.677500', '123304.137500', '123304.597500', '123305.057500', '123305.517500', '123305.977500', '123306.437500', '123306.897500', '123307.357500', '123307.817500', '123308.277500', '123308.737500', '123309.197500', '123309.657500', '123310.117500', '123310.577500', '123311.037500', '123311.497500', '123311.957500', '123312.417500', '123312.877500', '123313.337500', '123313.797500', '123314.257500', '123314.717500', '123315.177500', '123315.637500', '123316.097500', '123316.557500', '123317.017500', '123317.477500', '123317.937500', '123318.397500', '123318.857500', '123319.317500', '123319.777500', '123320.237500', '123320.697500', '123321.157500', '123321.617500', '123322.077500', '123322.537500', '123322.997500', '123323.457500', '123323.917500', '123324.377500', '123324.837500', '123325.297500', '123325.757500', '123326.217500', '123326.677500', '123327.137500', '123327.597500', '123328.057500', '123328.517500', '123328.977500', '123329.437500', '123329.897500', '123330.357500', '123330.817500', '123331.277500', '123331.737500', '123332.197500', '123332.657500', '123333.117500', '123333.577500', '123334.037500', '123334.497500', '123334.957500', '123335.417500', '123335.877500', '123336.337500', '123336.797500', '123337.257500', '123337.717500', '123338.177500', '123338.637500', '123339.097500', '123339.557500', '123340.017500', '123340.477500', '123340.937500', '123341.397500', '123341.857500', '123342.317500', '123342.777500', '123343.237500', '123343.697500', '123344.157500', '123344.617500', '123345.077500', '123345.537500', '123345.997500', '123346.457500', '123346.917500', '123347.377500', '123347.837500', '123348.297500', '123348.757500', '123349.217500', '123349.677500', '123350.137500', '123350.597500', '123351.057500', '123351.517500', '123351.977500', '123352.437500', '123352.897500', '123353.357500', '123353.817500', '123354.277500', '123354.737500', '123355.197500', '123355.657500', '123356.117500', '123356.577500', '123357.037500', '123357.497500', '123357.957500', '123358.417500', '123358.877500', '123359.337500', '123359.797500', '123400.257500', '123400.717500', '123401.177500', '123401.637500', '123402.097500', '123402.557500', '123403.017500', '123403.477500', '123403.937500', '123404.397500', '123404.857500', '123405.317500', '123405.777500', '123406.237500', '123406.697500', '123407.157500', '123407.617500', '123408.077500', '123408.537500', '123408.997500', '123409.457500', '123409.917500', '123410.377500', '123410.837500', '123411.297500', '123411.757500', '123412.217500', '123412.677500', '123413.137500', '123413.597500', '123414.057500', '123414.517500', '123414.977500', '123415.437500', '123415.897500', '123416.357500', '123416.817500', '123417.277500', '123417.737500', '123418.197500', '123418.657500', '123419.117500', '123419.577500', '123420.037500', '123420.497500', '123420.957500', '123421.417500', '123421.877500', '123422.337500', '123422.797500', '123423.257500', '123423.717500', '123424.177500', '123424.637500', '123425.097500', '123425.557500', '123426.017500', '123426.477500', '123426.937500', '123427.397500', '123427.857500', '123428.317500', '123428.777500', '123429.237500', '123429.697500', '123430.157500', '123430.617500', '123431.077500', '123431.537500', '123431.997500', '123432.457500', '123432.917500', '123433.377500', '123433.837500', '123434.297500', '123434.757500', '123435.217500', '123435.677500', '123436.137500', '123436.597500', '123437.057500', '123437.517500', '123437.977500', '123438.437500', '123438.897500', '123439.357500', '123439.817500', '123440.277500', '123440.737500', '123441.197500', '123441.657500', '123442.117500', '123442.577500', '123443.037500', '123443.497500', '123443.957500', '123444.417500', '123444.877500', '123445.337500', '123445.797500', '123446.257500', '123446.717500', '123447.177500', '123447.637500', '123448.097500', '123448.557500', '123449.017500', '123449.477500', '123449.937500', '123450.397500', '123450.857500', '123451.317500', '123451.777500', '123452.237500', '123452.697500', '123453.157500', '123453.617500', '123454.077500', '123454.537500', '123454.997500', '123455.457500', '123455.917500', '123456.377500', '123456.837500', '123457.297500', '123457.757500', '123458.217500', '123458.677500', '123459.137500', '123459.597500', '123500.057500', '123500.517500', '123500.977500', '123501.437500', '123501.897500', '123502.357500', '123502.817500', '123503.277500', '123503.737500', '123504.197500', '123504.657500', '123505.117500', '123505.577500', '123506.037500', '123506.497500', '123506.957500', '123507.417500', '123507.877500', '123508.337500', '123508.797500', '123509.257500', '123509.717500', '123510.177500', '123510.637500', '123511.097500', '123511.557500', '123512.017500', '123512.477500', '123512.937500', '123513.397500', '123513.857500', '123514.317500', '123514.777500', '123515.237500', '123515.697500', '123516.157500', '123516.617500', '123517.077500', '123517.537500', '123517.997500', '123518.457500', '123518.917500', '123519.377500', '123519.837500', '123520.297500', '123520.757500', '123521.217500', '123521.677500', '123522.137500', '123522.597500', '123523.057500', '123523.517500', '123523.977500', '123524.437500', '123524.897500', '123525.357500', '123525.817500', '123526.277500', '123526.737500', '123527.197500', '123527.657500', '123528.117500', '123528.577500', '123529.037500', '123529.497500', '123529.957500', '123530.417500', '123530.877500', '123531.337500', '123531.797500', '123532.257500', '123532.717500', '123533.177500', '123533.637500', '123534.097500', '123534.557500', '123535.017500', '123535.477500', '123535.937500', '123536.397500', '123536.857500', '123537.317500', '123537.777500', '123538.237500', '123538.697500', '123539.157500', '123539.617500', '123540.077500', '123540.537500', '123540.997500', '123541.457500', '123541.917500', '123542.377500', '123542.837500', '123543.297500', '123543.757500', '123544.217500', '123544.677500', '123545.137500', '123545.597500', '123546.057500', '123546.517500', '123546.977500', '123547.437500', '123547.897500', '123548.357500', '123548.817500', '123549.277500', '123549.737500', '123550.197500', '123550.657500', '123551.117500', '123551.577500', '123552.037500', '123552.497500', '123552.957500', '123553.417500', '123553.877500', '123554.337500', '123554.797500', '123555.257500', '123555.717500', '123556.177500', '123556.637500', '123557.097500', '123557.557500', '123558.017500', '123558.477500', '123558.937500', '123559.397500', '123559.857500', '123600.317500', '123600.777500', '123601.237500', '123601.697500', '123602.157500', '123602.617500', '123603.077500', '123603.537500', '123603.997500', '123604.457500', '123604.917500', '123605.377500', '123605.837500', '123606.297500', '123606.757500', '123607.217500', '123607.677500', '123608.137500', '123608.597500', '123609.057500', '123609.517500', '123609.977500', '123610.437500', '123610.897500', '123611.357500', '123611.817500', '123612.277500', '123612.737500', '123613.197500', '123613.657500', '123614.117500', '123614.577500', '123615.037500', '123615.497500', '123615.957500', '123616.417500', '123616.877500', '123617.337500', '123617.797500', '123618.257500', '123618.717500', '123619.177500', '123619.637500', '123620.097500', '123620.557500', '123621.017500', '123621.477500', '123621.937500', '123622.397500', '123622.857500', '123623.317500', '123623.777500', '123624.237500', '123624.697500', '123625.157500', '123625.617500', '123626.077500', '123626.537500', '123626.997500', '123627.457500', '123627.917500', '123628.377500', '123628.837500', '123629.297500', '123629.757500', '123630.217500', '123630.677500', '123631.137500', '123631.597500', '123632.057500', '123632.517500', '123632.977500', '123633.437500', '123633.897500', '123634.357500', '123634.817500', '123635.277500', '123635.737500', '123636.197500', '123636.657500', '123637.117500', '123637.577500', '123638.037500', '123638.497500', '123638.957500', '123639.417500', '123639.877500', '123640.337500', '123640.797500', '123641.257500', '123641.717500', '123642.177500', '123642.637500', '123643.097500', '123643.557500', '123644.017500', '123644.477500', '123644.937500', '123645.397500', '123645.857500', '123646.317500', '123646.777500', '123647.237500', '123647.697500', '123648.157500', '123648.617500', '123649.077500', '123649.537500', '123649.997500', '123650.457500', '123650.917500', '123651.377500', '123651.837500', '123652.297500', '123652.757500', '123653.217500', '123653.677500', '123654.137500', '123654.597500', '123655.057500', '123655.517500', '123655.977500', '123656.437500', '123656.897500', '123657.357500', '123657.817500', '123658.277500', '123658.737500', '123659.197500', '123659.657500', '123700.117500', '123700.577500', '123701.037500', '123701.497500', '123701.957500', '123702.417500', '123702.877500', '123703.337500', '123703.797500', '123704.257500', '123704.717500', '123705.177500', '123705.637500', '123706.097500', '123706.557500', '123707.017500', '123707.477500', '123707.937500', '123708.397500', '123708.857500', '123709.317500', '123709.777500', '123710.237500', '123710.697500', '123711.157500', '123711.617500', '123712.077500', '123712.537500', '123712.997500', '123713.457500', '123713.917500', '123714.377500', '123714.837500', '123715.297500', '123715.757500', '123716.217500', '123716.677500', '123717.137500', '123717.597500', '123718.057500', '123718.517500', '123718.977500', '123719.437500', '123719.897500', '123720.357500', '123720.817500', '123721.277500', '123721.737500', '123722.197500', '123722.657500', '123723.117500', '123723.577500', '123724.037500', '123724.497500', '123724.957500', '123725.417500', '123725.877500', '123726.337500', '123726.797500', '123727.257500', '123727.717500', '123728.177500', '123728.637500', '123729.097500', '123729.557500', '123730.017500', '123730.477500', '123730.937500', '123731.397500', '123731.857500', '123732.317500', '123732.777500', '123733.237500', '123733.697500', '123734.157500', '123734.617500', '123735.077500', '123735.537500', '123735.997500', '123736.457500', '123736.917500', '123737.377500', '123737.837500', '123738.297500', '123738.757500', '123739.217500', '123739.677500', '123740.137500', '123740.597500', '123741.057500', '123741.517500', '123741.977500', '123742.437500', '123742.897500', '123743.357500', '123743.817500', '123744.277500', '123744.737500', '123745.197500', '123745.657500', '123746.117500', '123746.577500', '123747.037500', '123747.497500', '123747.957500', '123748.417500', '123748.877500', '123749.337500', '123749.797500', '123750.257500', '123750.717500', '123751.177500', '123751.637500', '123752.097500', '123752.557500', '123753.017500', '123753.477500', '123753.937500', '123754.397500', '123754.857500', '123755.317500', '123755.777500', '123756.237500', '123756.697500', '123757.157500', '123757.617500', '123758.077500', '123758.537500', '123758.997500', '123759.457500', '123759.917500', '123800.377500', '123800.837500', '123801.297500', '123801.757500', '123802.217500', '123802.677500', '123803.137500', '123803.597500', '123804.057500', '123804.517500', '123804.977500', '123805.437500', '123805.897500', '123806.357500', '123806.817500', '123807.277500', '123807.737500', '123808.197500', '123808.657500', '123809.117500', '123809.577500', '123810.037500', '123810.497500', '123810.957500', '123811.417500', '123811.877500', '123812.337500', '123812.797500', '123813.257500', '123813.717500', '123814.177500', '123814.637500', '123815.097500', '123815.557500', '123816.017500', '123816.477500', '123816.937500', '123817.397500', '123817.857500', '123818.317500', '123818.777500', '123819.237500', '123819.697500', '123820.157500', '123820.617500', '123821.077500', '123821.537500', '123821.997500', '123822.457500', '123822.917500', '123823.377500', '123823.837500', '123824.297500', '123824.757500', '123825.217500', '123825.677500', '123826.137500', '123826.597500', '123827.057500', '123827.517500', '123827.977500', '123828.437500', '123828.897500', '123829.357500', '123829.817500', '123830.277500', '123830.737500', '123831.197500', '123831.657500', '123832.117500', '123832.577500', '123833.037500', '123833.497500', '123833.957500', '123834.417500', '123834.877500', '123835.337500', '123835.797500', '123836.257500', '123836.717500', '123837.177500', '123837.637500', '123838.097500', '123838.557500', '123839.017500', '123839.477500', '123839.937500'], 'ContentTime': ['123203.746000', '123203.749000', '123203.752000', '123203.763000', '123203.766000', '123203.770000', '123203.772000', '123203.775000', '123203.778000', '123203.781000', '123203.784000', '123203.786000', '123203.789000', '123203.792000', '123203.795000', '123203.797000', '123203.800000', '123203.803000', '123203.806000', '123203.808000', '123203.811000', '123203.814000', '123203.816000', '123203.820000', '123203.823000', '123203.827000', '123203.830000', '123203.832000', '123203.835000', '123203.838000', '123203.841000', '123203.843000', '123203.846000', '123203.848000', '123203.860000', '123203.862000', '123203.865000', '123203.867000', '123203.870000', '123203.873000', '123203.875000', '123203.878000', '123203.880000', '123203.883000', '123203.886000', '123203.888000', '123203.891000', '123203.894000', '123203.897000', '123223.713000', '123223.717000', '123223.719000', '123223.722000', '123223.725000', '123223.727000', '123223.730000', '123223.733000', '123223.735000', '123223.738000', '123223.741000', '123223.743000', '123223.746000', '123223.749000', '123223.751000', '123223.754000', '123223.757000', '123223.759000', '123223.762000', '123223.765000', '123223.767000', '123223.770000', '123223.772000', '123223.775000', '123223.778000', '123223.780000', '123223.783000', '123223.785000', '123223.788000', '123223.791000', '123223.793000', '123223.803000', '123223.821000', '123223.824000', '123223.826000', '123223.829000', '123223.832000', '123223.834000', '123223.837000', '123223.839000', '123223.842000', '123223.845000', '123223.847000', '123223.850000', '123243.714000', '123243.716000', '123243.719000', '123243.722000', '123243.724000', '123243.727000', '123243.730000', '123243.732000', '123243.735000', '123243.738000', '123243.740000', '123243.743000', '123243.745000', '123243.748000', '123243.750000', '123243.753000', '123243.756000', '123243.758000', '123243.761000', '123243.797000', '123243.800000', '123243.803000', '123243.806000', '123243.808000', '123243.811000', '123243.814000', '123243.816000', '123243.819000', '123243.821000', '123243.824000', '123243.826000', '123243.829000', '123243.832000', '123243.844000', '123243.846000', '123243.849000', '123243.851000', '123243.854000', '123243.857000', '123243.859000', '123243.862000', '123243.865000', '123243.867000', '123303.714000', '123303.717000', '123303.720000', '123303.723000', '123303.725000', '123303.728000', '123303.731000', '123303.733000', '123303.736000', '123303.738000', '123303.741000', '123303.744000', '123303.746000', '123303.749000', '123303.751000', '123303.754000', '123303.757000', '123303.760000', '123303.762000', '123303.765000', '123303.768000', '123303.770000', '123303.773000', '123303.776000', '123303.778000', '123303.781000', '123303.783000', '123303.786000', '123303.789000', '123303.791000', '123303.801000', '123303.803000', '123303.806000', '123303.809000', '123303.811000', '123303.814000', '123303.817000', '123303.819000', '123303.822000', '123303.824000', '123303.827000', '123303.829000', '123303.832000', '123303.835000', '123323.714000', '123323.717000', '123323.719000', '123323.722000', '123323.725000', '123323.727000', '123323.730000', '123323.732000', '123323.735000', '123323.738000', '123323.740000', '123323.743000', '123323.746000', '123323.748000', '123323.751000', '123323.753000', '123323.756000', '123323.759000', '123323.761000', '123323.764000', '123323.766000', '123323.769000', '123323.772000', '123323.774000', '123323.777000', '123323.779000', '123323.782000', '123323.788000', '123323.790000', '123323.793000', '123323.796000', '123323.798000', '123323.801000', '123323.803000', '123323.806000', '123323.809000', '123323.811000', '123323.814000', '123323.816000', '123323.819000', '123323.822000', '123323.824000', '123323.827000', '123343.713000', '123343.716000', '123343.719000', '123343.722000', '123343.724000', '123343.727000', '123343.729000', '123343.732000', '123343.735000', '123343.737000', '123343.740000', '123343.742000', '123343.745000', '123343.748000', '123343.750000', '123343.753000', '123343.755000', '123343.758000', '123343.761000', '123343.763000', '123343.766000', '123343.769000', '123343.771000', '123343.774000', '123343.776000', '123343.779000', '123343.782000', '123343.784000', '123343.787000', '123343.789000', '123343.792000', '123343.795000', '123343.797000', '123343.823000', '123343.825000', '123343.828000', '123343.831000', '123343.833000', '123343.836000', '123343.838000', '123343.841000', '123343.844000', '123343.846000', '123343.849000', '123403.713000', '123403.716000', '123403.719000', '123403.722000', '123403.724000', '123403.727000', '123403.730000', '123403.732000', '123403.735000', '123403.737000', '123403.740000', '123403.743000', '123403.745000', '123403.748000', '123403.750000', '123403.753000', '123403.756000', '123403.758000', '123403.761000', '123403.764000', '123403.766000', '123403.769000', '123403.772000', '123403.774000', '123403.777000', '123403.779000', '123403.782000', '123403.785000', '123403.787000', '123403.790000', '123403.793000', '123403.795000', '123403.798000', '123403.819000', '123403.822000', '123403.824000', '123403.827000', '123403.829000', '123403.832000', '123403.835000', '123403.837000', '123403.840000', '123403.843000', '123423.713000', '123423.717000', '123423.719000', '123423.722000', '123423.724000', '123423.727000', '123423.730000', '123423.733000', '123423.735000', '123423.738000', '123423.741000', '123423.744000', '123423.746000', '123423.749000', '123423.752000', '123423.777000', '123423.780000', '123423.782000', '123423.785000', '123423.787000', '123423.790000', '123423.793000', '123423.795000', '123423.798000', '123423.801000', '123423.803000', '123423.806000', '123423.809000', '123423.811000', '123423.814000', '123423.817000', '123423.819000', '123423.822000', '123423.824000', '123423.827000', '123423.830000', '123423.832000', '123423.835000', '123423.838000', '123423.840000', '123423.843000', '123423.845000', '123423.848000', '123443.714000', '123443.717000', '123443.719000', '123443.722000', '123443.724000', '123443.727000', '123443.730000', '123443.732000', '123443.735000', '123443.738000', '123443.740000', '123443.743000', '123443.745000', '123443.748000', '123443.751000', '123443.753000', '123443.756000', '123443.759000', '123443.761000', '123443.764000', '123443.767000', '123443.769000', '123443.772000', '123443.774000', '123443.777000', '123443.780000', '123443.782000', '123443.785000', '123443.787000', '123443.790000', '123443.793000', '123443.795000', '123443.798000', '123443.823000', '123443.826000', '123443.828000', '123443.831000', '123443.833000', '123443.836000', '123443.839000', '123443.841000', '123443.844000', '123443.846000', '123443.849000', '123503.714000', '123503.718000', '123503.721000', '123503.723000', '123503.726000', '123503.728000', '123503.731000', '123503.734000', '123503.736000', '123503.739000', '123503.742000', '123503.744000', '123503.747000', '123503.749000', '123503.752000', '123503.755000', '123503.757000', '123503.760000', '123503.763000', '123503.765000', '123503.768000', '123503.770000', '123503.773000', '123503.776000', '123503.778000', '123503.781000', '123503.784000', '123503.786000', '123503.789000', '123503.792000', '123503.794000', '123503.797000', '123503.799000', '123503.802000', '123503.805000', '123503.807000', '123503.810000', '123503.812000', '123503.815000', '123503.818000', '123503.820000', '123503.823000', '123503.826000', '123523.714000', '123523.717000', '123523.720000', '123523.723000', '123523.725000', '123523.728000', '123523.730000', '123523.733000', '123523.736000', '123523.738000', '123523.741000', '123523.743000', '123523.746000', '123523.749000', '123523.751000', '123523.754000', '123523.757000', '123523.759000', '123523.762000', '123523.764000', '123523.767000', '123523.770000', '123523.772000', '123523.775000', '123523.777000', '123523.780000', '123523.783000', '123523.785000', '123523.788000', '123523.791000', '123523.793000', '123523.796000', '123523.798000', '123523.867000', '123523.869000', '123523.872000', '123523.875000', '123523.877000', '123523.880000', '123523.882000', '123523.885000', '123523.888000', '123523.890000', '123523.893000', '123543.714000', '123543.716000', '123543.719000', '123543.722000', '123543.724000', '123543.727000', '123543.730000', '123543.732000', '123543.735000', '123543.737000', '123543.740000', '123543.743000', '123543.745000', '123543.748000', '123543.751000', '123543.753000', '123543.756000', '123543.759000', '123543.761000', '123543.764000', '123543.767000', '123543.769000', '123543.772000', '123543.774000', '123543.777000', '123543.780000', '123543.783000', '123543.786000', '123543.789000', '123543.791000', '123543.794000', '123543.797000', '123543.799000', '123543.824000', '123543.827000', '123543.829000', '123543.832000', '123543.835000', '123543.837000', '123543.840000', '123543.893000', '123543.896000', '123543.898000', '123603.713000', '123603.716000', '123603.719000', '123603.722000', '123603.724000', '123603.727000', '123603.729000', '123603.732000', '123603.735000', '123603.737000', '123603.740000', '123603.743000', '123603.745000', '123603.748000', '123603.752000', '123603.754000', '123603.757000', '123603.760000', '123603.762000', '123603.765000', '123603.767000', '123603.770000', '123603.773000', '123603.775000', '123603.778000', '123603.781000', '123603.783000', '123603.786000', '123603.788000', '123603.791000', '123603.794000', '123603.796000', '123603.799000', '123603.802000', '123603.804000', '123603.807000', '123603.809000', '123603.812000', '123603.815000', '123603.817000', '123603.820000', '123603.823000', '123603.825000', '123603.828000', '123623.714000', '123623.716000', '123623.719000', '123623.722000', '123623.724000', '123623.727000', '123623.730000', '123623.732000', '123623.735000', '123623.737000', '123623.740000', '123623.743000', '123623.745000', '123623.749000', '123623.752000', '123623.755000', '123623.757000', '123623.760000', '123623.763000', '123623.765000', '123623.768000', '123623.770000', '123623.773000', '123623.776000', '123623.778000', '123623.781000', '123623.784000', '123623.786000', '123623.789000', '123623.792000', '123623.794000', '123623.797000', '123623.799000', '123623.827000', '123623.829000', '123623.832000', '123623.834000', '123623.837000', '123623.840000', '123623.842000', '123623.845000', '123623.848000', '123623.850000', '123643.714000', '123643.716000', '123643.719000', '123643.722000', '123643.724000', '123643.727000', '123643.730000', '123643.732000', '123643.735000', '123643.738000', '123643.740000', '123643.743000', '123643.746000', '123643.748000', '123643.751000', '123643.753000', '123643.756000', '123643.759000', '123643.762000', '123643.764000', '123643.767000', '123643.769000', '123643.772000', '123643.775000', '123643.777000', '123643.780000', '123643.783000', '123643.785000', '123643.788000', '123643.790000', '123643.793000', '123643.796000', '123643.798000', '123643.801000', '123643.803000', '123643.806000', '123643.809000', '123643.811000', '123643.814000', '123643.817000', '123643.819000', '123643.822000', '123643.824000', '123643.827000', '123703.714000', '123703.717000', '123703.719000', '123703.722000', '123703.724000', '123703.727000', '123703.730000', '123703.732000', '123703.735000', '123703.738000', '123703.740000', '123703.743000', '123703.745000', '123703.748000', '123703.751000', '123703.753000', '123703.756000', '123703.759000', '123703.762000', '123703.764000', '123703.767000', '123703.769000', '123703.772000', '123703.775000', '123703.778000', '123703.780000', '123703.783000', '123703.785000', '123703.788000', '123703.791000', '123703.793000', '123703.796000', '123703.799000', '123703.801000', '123703.804000', '123703.807000', '123703.809000', '123703.812000', '123703.815000', '123703.817000', '123703.821000', '123703.823000', '123703.826000', '123723.713000', '123723.716000', '123723.719000', '123723.722000', '123723.724000', '123723.727000', '123723.729000', '123723.732000', '123723.756000', '123723.759000', '123723.762000', '123723.764000', '123723.767000', '123723.769000', '123723.772000', '123723.774000', '123723.777000', '123723.780000', '123723.782000', '123723.785000', '123723.787000', '123723.790000', '123723.793000', '123723.795000', '123723.798000', '123723.852000', '123723.855000', '123723.857000', '123723.860000', '123723.862000', '123723.865000', '123723.868000', '123723.870000', '123723.873000', '123723.875000', '123723.878000', '123723.881000', '123723.883000', '123723.886000', '123723.889000', '123723.891000', '123723.894000', '123723.897000', '123723.899000', '123743.714000', '123743.716000', '123743.719000', '123743.722000', '123743.724000', '123743.727000', '123743.730000', '123743.732000', '123743.735000', '123743.737000', '123743.740000', '123743.743000', '123743.745000', '123743.748000', '123743.751000', '123743.753000', '123743.756000', '123743.758000', '123743.761000', '123743.764000', '123743.767000', '123743.769000', '123743.772000', '123743.774000', '123743.777000', '123743.780000', '123743.782000', '123743.785000', '123743.787000', '123743.790000', '123743.793000', '123743.795000', '123743.798000', '123743.854000', '123743.857000', '123743.860000', '123743.862000', '123743.865000', '123743.868000', '123743.870000', '123743.873000', '123743.875000', '123743.878000', '123803.714000', '123803.716000', '123803.719000', '123803.722000', '123803.724000', '123803.727000', '123803.730000', '123803.732000', '123803.735000', '123803.738000', '123803.740000', '123803.743000', '123803.746000', '123803.748000', '123803.751000', '123803.753000', '123803.756000', '123803.759000', '123803.761000', '123803.764000', '123803.767000', '123803.769000', '123803.772000', '123803.775000', '123803.777000', '123803.780000', '123803.782000', '123803.785000', '123803.788000', '123803.790000', '123803.793000', '123803.796000', '123803.798000', '123803.801000', '123803.851000', '123803.854000', '123803.856000', '123803.859000', '123803.862000', '123803.864000', '123803.867000', '123803.869000', '123803.872000', '123803.875000', '123823.714000', '123823.717000', '123823.719000', '123823.722000', '123823.725000', '123823.727000', '123823.730000', '123823.733000', '123823.735000', '123823.738000', '123823.741000', '123823.743000', '123823.746000', '123823.748000', '123823.751000', '123823.754000', '123823.756000', '123823.759000', '123823.761000', '123823.764000', '123823.767000', '123823.769000', '123823.772000', '123823.775000', '123823.777000', '123823.780000', '123823.782000', '123823.785000', '123823.788000', '123823.790000', '123823.793000', '123823.795000', '123823.799000', '123823.853000', '123823.856000', '123823.858000', '123823.861000', '123823.865000', '123823.867000', '123823.870000', '123823.873000', '123823.875000', '123823.878000', '123841.312000', '123841.315000', '123841.317000', '123841.320000', '123841.323000', '123841.325000', '123841.328000', '123841.330000', '123841.333000', '123841.336000', '123841.338000', '123841.341000', '123841.343000', '123841.346000', '123841.349000', '123841.351000', '123841.354000', '123841.357000', '123841.373000', '123841.376000', '123841.378000', '123841.381000', '123841.384000', '123841.386000', '123841.389000', '123841.391000', '123841.394000', '123841.397000', '123841.399000', '123841.402000', '123841.405000', '123841.408000', '123841.410000', '123841.413000', '123841.415000', '123841.418000', '123841.421000', '123841.423000', '123841.426000'], 'InstanceCreationTime': ['123203.746000', '123203.749000', '123203.752000', '123203.763000', '123203.766000', '123203.770000', '123203.772000', '123203.775000', '123203.778000', '123203.781000', '123203.784000', '123203.786000', '123203.789000', '123203.792000', '123203.795000', '123203.797000', '123203.800000', '123203.803000', '123203.806000', '123203.808000', '123203.811000', '123203.814000', '123203.816000', '123203.820000', '123203.823000', '123203.827000', '123203.830000', '123203.832000', '123203.835000', '123203.838000', '123203.841000', '123203.843000', '123203.846000', '123203.848000', '123203.860000', '123203.862000', '123203.865000', '123203.867000', '123203.870000', '123203.873000', '123203.875000', '123203.878000', '123203.880000', '123203.883000', '123203.886000', '123203.888000', '123203.891000', '123203.894000', '123203.897000', '123223.713000', '123223.717000', '123223.719000', '123223.722000', '123223.725000', '123223.727000', '123223.730000', '123223.733000', '123223.735000', '123223.738000', '123223.741000', '123223.743000', '123223.746000', '123223.749000', '123223.751000', '123223.754000', '123223.757000', '123223.759000', '123223.762000', '123223.765000', '123223.767000', '123223.770000', '123223.772000', '123223.775000', '123223.778000', '123223.780000', '123223.783000', '123223.785000', '123223.788000', '123223.791000', '123223.793000', '123223.803000', '123223.821000', '123223.824000', '123223.826000', '123223.829000', '123223.832000', '123223.834000', '123223.837000', '123223.839000', '123223.842000', '123223.845000', '123223.847000', '123223.850000', '123243.714000', '123243.716000', '123243.719000', '123243.722000', '123243.724000', '123243.727000', '123243.730000', '123243.732000', '123243.735000', '123243.738000', '123243.740000', '123243.743000', '123243.745000', '123243.748000', '123243.750000', '123243.753000', '123243.756000', '123243.758000', '123243.761000', '123243.797000', '123243.800000', '123243.803000', '123243.806000', '123243.808000', '123243.811000', '123243.814000', '123243.816000', '123243.819000', '123243.821000', '123243.824000', '123243.826000', '123243.829000', '123243.832000', '123243.844000', '123243.846000', '123243.849000', '123243.851000', '123243.854000', '123243.857000', '123243.859000', '123243.862000', '123243.865000', '123243.867000', '123303.714000', '123303.717000', '123303.720000', '123303.723000', '123303.725000', '123303.728000', '123303.731000', '123303.733000', '123303.736000', '123303.738000', '123303.741000', '123303.744000', '123303.746000', '123303.749000', '123303.751000', '123303.754000', '123303.757000', '123303.760000', '123303.762000', '123303.765000', '123303.768000', '123303.770000', '123303.773000', '123303.776000', '123303.778000', '123303.781000', '123303.783000', '123303.786000', '123303.789000', '123303.791000', '123303.801000', '123303.803000', '123303.806000', '123303.809000', '123303.811000', '123303.814000', '123303.817000', '123303.819000', '123303.822000', '123303.824000', '123303.827000', '123303.829000', '123303.832000', '123303.835000', '123323.714000', '123323.717000', '123323.719000', '123323.722000', '123323.725000', '123323.727000', '123323.730000', '123323.732000', '123323.735000', '123323.738000', '123323.740000', '123323.743000', '123323.746000', '123323.748000', '123323.751000', '123323.753000', '123323.756000', '123323.759000', '123323.761000', '123323.764000', '123323.766000', '123323.769000', '123323.772000', '123323.774000', '123323.777000', '123323.779000', '123323.782000', '123323.788000', '123323.790000', '123323.793000', '123323.796000', '123323.798000', '123323.801000', '123323.803000', '123323.806000', '123323.809000', '123323.811000', '123323.814000', '123323.816000', '123323.819000', '123323.822000', '123323.824000', '123323.827000', '123343.713000', '123343.716000', '123343.719000', '123343.722000', '123343.724000', '123343.727000', '123343.729000', '123343.732000', '123343.735000', '123343.737000', '123343.740000', '123343.742000', '123343.745000', '123343.748000', '123343.750000', '123343.753000', '123343.755000', '123343.758000', '123343.761000', '123343.763000', '123343.766000', '123343.769000', '123343.771000', '123343.774000', '123343.776000', '123343.779000', '123343.782000', '123343.784000', '123343.787000', '123343.789000', '123343.792000', '123343.795000', '123343.797000', '123343.823000', '123343.825000', '123343.828000', '123343.831000', '123343.833000', '123343.836000', '123343.838000', '123343.841000', '123343.844000', '123343.846000', '123343.849000', '123403.713000', '123403.716000', '123403.719000', '123403.722000', '123403.724000', '123403.727000', '123403.730000', '123403.732000', '123403.735000', '123403.737000', '123403.740000', '123403.743000', '123403.745000', '123403.748000', '123403.750000', '123403.753000', '123403.756000', '123403.758000', '123403.761000', '123403.764000', '123403.766000', '123403.769000', '123403.772000', '123403.774000', '123403.777000', '123403.779000', '123403.782000', '123403.785000', '123403.787000', '123403.790000', '123403.793000', '123403.795000', '123403.798000', '123403.819000', '123403.822000', '123403.824000', '123403.827000', '123403.829000', '123403.832000', '123403.835000', '123403.837000', '123403.840000', '123403.843000', '123423.713000', '123423.717000', '123423.719000', '123423.722000', '123423.724000', '123423.727000', '123423.730000', '123423.733000', '123423.735000', '123423.738000', '123423.741000', '123423.744000', '123423.746000', '123423.749000', '123423.752000', '123423.777000', '123423.780000', '123423.782000', '123423.785000', '123423.787000', '123423.790000', '123423.793000', '123423.795000', '123423.798000', '123423.801000', '123423.803000', '123423.806000', '123423.809000', '123423.811000', '123423.814000', '123423.817000', '123423.819000', '123423.822000', '123423.824000', '123423.827000', '123423.830000', '123423.832000', '123423.835000', '123423.838000', '123423.840000', '123423.843000', '123423.845000', '123423.848000', '123443.714000', '123443.717000', '123443.719000', '123443.722000', '123443.724000', '123443.727000', '123443.730000', '123443.732000', '123443.735000', '123443.738000', '123443.740000', '123443.743000', '123443.745000', '123443.748000', '123443.751000', '123443.753000', '123443.756000', '123443.759000', '123443.761000', '123443.764000', '123443.767000', '123443.769000', '123443.772000', '123443.774000', '123443.777000', '123443.780000', '123443.782000', '123443.785000', '123443.787000', '123443.790000', '123443.793000', '123443.795000', '123443.798000', '123443.823000', '123443.826000', '123443.828000', '123443.831000', '123443.833000', '123443.836000', '123443.839000', '123443.841000', '123443.844000', '123443.846000', '123443.849000', '123503.714000', '123503.718000', '123503.721000', '123503.723000', '123503.726000', '123503.728000', '123503.731000', '123503.734000', '123503.736000', '123503.739000', '123503.742000', '123503.744000', '123503.747000', '123503.749000', '123503.752000', '123503.755000', '123503.757000', '123503.760000', '123503.763000', '123503.765000', '123503.768000', '123503.770000', '123503.773000', '123503.776000', '123503.778000', '123503.781000', '123503.784000', '123503.786000', '123503.789000', '123503.792000', '123503.794000', '123503.797000', '123503.799000', '123503.802000', '123503.805000', '123503.807000', '123503.810000', '123503.812000', '123503.815000', '123503.818000', '123503.820000', '123503.823000', '123503.826000', '123523.714000', '123523.717000', '123523.720000', '123523.723000', '123523.725000', '123523.728000', '123523.730000', '123523.733000', '123523.736000', '123523.738000', '123523.741000', '123523.743000', '123523.746000', '123523.749000', '123523.751000', '123523.754000', '123523.757000', '123523.759000', '123523.762000', '123523.764000', '123523.767000', '123523.770000', '123523.772000', '123523.775000', '123523.777000', '123523.780000', '123523.783000', '123523.785000', '123523.788000', '123523.791000', '123523.793000', '123523.796000', '123523.798000', '123523.867000', '123523.869000', '123523.872000', '123523.875000', '123523.877000', '123523.880000', '123523.882000', '123523.885000', '123523.888000', '123523.890000', '123523.893000', '123543.714000', '123543.716000', '123543.719000', '123543.722000', '123543.724000', '123543.727000', '123543.730000', '123543.732000', '123543.735000', '123543.737000', '123543.740000', '123543.743000', '123543.745000', '123543.748000', '123543.751000', '123543.753000', '123543.756000', '123543.759000', '123543.761000', '123543.764000', '123543.767000', '123543.769000', '123543.772000', '123543.774000', '123543.777000', '123543.780000', '123543.783000', '123543.786000', '123543.789000', '123543.791000', '123543.794000', '123543.797000', '123543.799000', '123543.824000', '123543.827000', '123543.829000', '123543.832000', '123543.835000', '123543.837000', '123543.840000', '123543.893000', '123543.896000', '123543.898000', '123603.713000', '123603.716000', '123603.719000', '123603.722000', '123603.724000', '123603.727000', '123603.729000', '123603.732000', '123603.735000', '123603.737000', '123603.740000', '123603.743000', '123603.745000', '123603.748000', '123603.752000', '123603.754000', '123603.757000', '123603.760000', '123603.762000', '123603.765000', '123603.767000', '123603.770000', '123603.773000', '123603.775000', '123603.778000', '123603.781000', '123603.783000', '123603.786000', '123603.788000', '123603.791000', '123603.794000', '123603.796000', '123603.799000', '123603.802000', '123603.804000', '123603.807000', '123603.809000', '123603.812000', '123603.815000', '123603.817000', '123603.820000', '123603.823000', '123603.825000', '123603.828000', '123623.714000', '123623.716000', '123623.719000', '123623.722000', '123623.724000', '123623.727000', '123623.730000', '123623.732000', '123623.735000', '123623.737000', '123623.740000', '123623.743000', '123623.745000', '123623.749000', '123623.752000', '123623.755000', '123623.757000', '123623.760000', '123623.763000', '123623.765000', '123623.768000', '123623.770000', '123623.773000', '123623.776000', '123623.778000', '123623.781000', '123623.784000', '123623.786000', '123623.789000', '123623.792000', '123623.794000', '123623.797000', '123623.799000', '123623.827000', '123623.829000', '123623.832000', '123623.834000', '123623.837000', '123623.840000', '123623.842000', '123623.845000', '123623.848000', '123623.850000', '123643.714000', '123643.716000', '123643.719000', '123643.722000', '123643.724000', '123643.727000', '123643.730000', '123643.732000', '123643.735000', '123643.738000', '123643.740000', '123643.743000', '123643.746000', '123643.748000', '123643.751000', '123643.753000', '123643.756000', '123643.759000', '123643.762000', '123643.764000', '123643.767000', '123643.769000', '123643.772000', '123643.775000', '123643.777000', '123643.780000', '123643.783000', '123643.785000', '123643.788000', '123643.790000', '123643.793000', '123643.796000', '123643.798000', '123643.801000', '123643.803000', '123643.806000', '123643.809000', '123643.811000', '123643.814000', '123643.817000', '123643.819000', '123643.822000', '123643.824000', '123643.827000', '123703.714000', '123703.717000', '123703.719000', '123703.722000', '123703.724000', '123703.727000', '123703.730000', '123703.732000', '123703.735000', '123703.738000', '123703.740000', '123703.743000', '123703.745000', '123703.748000', '123703.751000', '123703.753000', '123703.756000', '123703.759000', '123703.762000', '123703.764000', '123703.767000', '123703.769000', '123703.772000', '123703.775000', '123703.778000', '123703.780000', '123703.783000', '123703.785000', '123703.788000', '123703.791000', '123703.793000', '123703.796000', '123703.799000', '123703.801000', '123703.804000', '123703.807000', '123703.809000', '123703.812000', '123703.815000', '123703.817000', '123703.821000', '123703.823000', '123703.826000', '123723.713000', '123723.716000', '123723.719000', '123723.722000', '123723.724000', '123723.727000', '123723.729000', '123723.732000', '123723.756000', '123723.759000', '123723.762000', '123723.764000', '123723.767000', '123723.769000', '123723.772000', '123723.774000', '123723.777000', '123723.780000', '123723.782000', '123723.785000', '123723.787000', '123723.790000', '123723.793000', '123723.795000', '123723.798000', '123723.852000', '123723.855000', '123723.857000', '123723.860000', '123723.862000', '123723.865000', '123723.868000', '123723.870000', '123723.873000', '123723.875000', '123723.878000', '123723.881000', '123723.883000', '123723.886000', '123723.889000', '123723.891000', '123723.894000', '123723.897000', '123723.899000', '123743.714000', '123743.716000', '123743.719000', '123743.722000', '123743.724000', '123743.727000', '123743.730000', '123743.732000', '123743.735000', '123743.737000', '123743.740000', '123743.743000', '123743.745000', '123743.748000', '123743.751000', '123743.753000', '123743.756000', '123743.758000', '123743.761000', '123743.764000', '123743.767000', '123743.769000', '123743.772000', '123743.774000', '123743.777000', '123743.780000', '123743.782000', '123743.785000', '123743.787000', '123743.790000', '123743.793000', '123743.795000', '123743.798000', '123743.854000', '123743.857000', '123743.860000', '123743.862000', '123743.865000', '123743.868000', '123743.870000', '123743.873000', '123743.875000', '123743.878000', '123803.714000', '123803.716000', '123803.719000', '123803.722000', '123803.724000', '123803.727000', '123803.730000', '123803.732000', '123803.735000', '123803.738000', '123803.740000', '123803.743000', '123803.746000', '123803.748000', '123803.751000', '123803.753000', '123803.756000', '123803.759000', '123803.761000', '123803.764000', '123803.767000', '123803.769000', '123803.772000', '123803.775000', '123803.777000', '123803.780000', '123803.782000', '123803.785000', '123803.788000', '123803.790000', '123803.793000', '123803.796000', '123803.798000', '123803.801000', '123803.851000', '123803.854000', '123803.856000', '123803.859000', '123803.862000', '123803.864000', '123803.867000', '123803.869000', '123803.872000', '123803.875000', '123823.714000', '123823.717000', '123823.719000', '123823.722000', '123823.725000', '123823.727000', '123823.730000', '123823.733000', '123823.735000', '123823.738000', '123823.741000', '123823.743000', '123823.746000', '123823.748000', '123823.751000', '123823.754000', '123823.756000', '123823.759000', '123823.761000', '123823.764000', '123823.767000', '123823.769000', '123823.772000', '123823.775000', '123823.777000', '123823.780000', '123823.782000', '123823.785000', '123823.788000', '123823.790000', '123823.793000', '123823.795000', '123823.799000', '123823.853000', '123823.856000', '123823.858000', '123823.861000', '123823.865000', '123823.867000', '123823.870000', '123823.873000', '123823.875000', '123823.878000', '123841.312000', '123841.315000', '123841.317000', '123841.320000', '123841.323000', '123841.325000', '123841.328000', '123841.330000', '123841.333000', '123841.336000', '123841.338000', '123841.341000', '123841.343000', '123841.346000', '123841.349000', '123841.351000', '123841.354000', '123841.357000', '123841.373000', '123841.376000', '123841.378000', '123841.381000', '123841.384000', '123841.386000', '123841.389000', '123841.391000', '123841.394000', '123841.397000', '123841.399000', '123841.402000', '123841.405000', '123841.408000', '123841.410000', '123841.413000', '123841.415000', '123841.418000', '123841.421000', '123841.423000', '123841.426000'], 'InstanceNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914], 'LargestImagePixelValue': [8226, 7472, 8380, 8134, 7261, 7332, 7876, 6652, 7290, 7303, 6571, 7257, 6553, 6620, 7095, 6637, 8223, 7064, 7139, 7107, 6853, 8982, 6896, 6729, 6936, 7370, 8412, 6683, 10999, 8412, 10530, 7949, 6910, 6519, 7462, 6944, 11221, 8973, 14514, 9995, 12277, 7531, 10365, 7683, 9955, 7984, 7464, 8680, 6706, 9106, 6859, 7915, 7065, 6809, 7983, 6665, 8821, 6948, 8035, 7012, 6447, 7910, 6656, 10152, 7124, 10126, 7240, 8960, 7259, 9024, 8275, 8870, 9113, 7437, 8739, 6781, 9232, 6900, 9259, 7332, 6486, 8175, 6638, 9144, 6877, 9480, 7212, 9576, 6984, 9615, 7202, 11918, 7358, 8616, 6931, 6676, 7354, 6637, 7789, 6633, 8505, 6571, 9009, 6820, 8938, 6979, 9203, 7013, 10221, 7388, 8214, 6971, 8605, 7017, 8763, 7177, 7331, 8563, 6688, 8814, 6788, 6538, 7152, 7015, 8807, 6820, 12150, 6890, 8484, 6929, 6938, 8703, 6891, 13422, 7011, 13479, 7910, 12608, 10322, 11986, 9468, 7418, 8557, 6777, 8619, 7322, 8694, 7548, 7791, 8012, 7117, 9077, 7065, 9542, 7012, 8442, 7353, 7011, 7986, 7327, 9314, 6931, 8447, 6994, 6757, 7379, 6934, 8406, 7079, 9222, 7140, 6690, 7240, 7082, 7769, 6737, 8571, 7008, 11348, 6854, 7533, 6777, 7037, 7982, 6869, 8939, 6981, 9380, 7455, 6926, 8038, 7021, 8812, 6809, 9989, 7058, 7040, 7283, 6829, 7837, 8742, 7921, 8747, 8041, 6684, 8166, 6645, 8071, 7031, 9150, 6678, 9442, 6544, 8965, 6648, 9028, 6971, 9073, 6835, 8603, 6968, 6718, 7830, 7016, 9006, 6990, 9140, 6682, 8783, 6647, 9071, 6938, 12859, 7417, 9295, 6908, 6886, 7896, 7134, 8453, 6929, 8705, 6710, 9085, 6823, 9074, 6958, 9138, 7482, 7893, 7206, 6496, 7861, 6841, 8767, 6711, 10583, 6917, 10370, 6903, 9195, 7005, 8457, 7316, 8737, 8237, 6763, 8525, 6597, 9268, 6699, 8444, 7211, 6881, 9043, 7078, 6787, 6944, 6730, 8784, 6746, 11010, 7728, 9569, 7484, 7246, 8578, 6872, 9323, 7048, 12043, 8828, 7970, 7915, 6827, 8336, 6641, 9077, 6980, 6468, 8689, 7134, 9965, 6838, 6694, 8391, 6675, 9505, 7476, 6676, 8682, 6659, 6923, 6717, 7268, 8690, 6671, 10109, 7420, 14534, 11452, 14940, 8131, 12270, 7765, 7469, 8007, 6865, 8535, 7150, 12274, 6945, 8598, 7148, 7683, 7252, 6443, 8284, 7100, 9168, 6785, 7435, 6728, 6725, 7793, 6949, 8372, 6736, 8404, 6914, 11133, 7275, 7892, 6903, 7034, 8028, 7050, 9011, 7104, 8844, 7316, 6805, 8682, 6662, 7997, 7282, 7005, 9186, 6735, 9371, 6745, 6661, 7544, 6788, 9167, 7179, 11478, 7053, 6695, 7447, 6869, 8390, 6726, 11248, 7148, 9616, 6970, 6496, 7850, 6859, 9115, 7294, 10461, 7142, 9517, 7211, 6792, 8291, 7010, 10117, 6673, 8405, 6987, 6850, 8324, 6663, 9755, 7140, 6866, 7903, 7042, 9064, 6746, 10893, 8779, 9212, 7198, 6767, 8002, 6857, 8202, 7002, 9524, 7113, 8694, 6913, 6549, 7522, 7220, 8612, 7062, 11923, 7459, 9597, 7397, 6597, 7694, 7218, 7865, 6763, 8658, 6624, 8679, 6991, 8862, 6775, 8839, 7269, 9370, 7322, 6391, 7582, 6976, 8168, 6737, 9225, 7529, 11259, 7069, 8177, 7014, 9069, 7016, 8765, 7864, 6903, 8728, 6817, 8697, 6850, 8488, 7210, 8334, 7547, 6971, 8286, 6615, 8577, 6727, 8659, 7414, 6569, 8490, 6782, 8682, 6869, 8302, 7060, 8975, 8078, 6790, 8107, 6769, 8622, 6851, 9938, 7542, 11613, 7454, 6606, 7750, 6694, 8310, 7207, 9157, 6899, 9845, 6740, 6530, 7136, 6498, 8163, 7316, 9608, 7061, 10427, 6744, 6858, 6946, 6708, 8358, 7144, 11672, 6792, 8973, 7073, 8865, 7147, 8712, 7935, 6820, 8088, 7028, 8395, 6711, 9000, 6932, 10812, 7381, 6508, 7721, 6834, 8668, 6714, 8488, 7182, 7765, 7745, 6851, 8584, 6864, 8844, 6767, 9770, 7141, 10147, 8847, 6605, 7938, 6730, 8385, 6807, 9475, 7138, 9763, 6936, 6979, 7252, 6512, 7905, 6996, 9156, 7107, 10661, 6680, 6848, 7041, 7033, 8202, 6791, 10012, 7199, 9461, 6870, 9213, 7125, 8024, 8467, 6861, 8956, 6808, 8635, 6665, 7855, 7232, 8900, 7776, 6719, 8587, 6556, 8773, 6585, 9121, 7358, 10059, 8496, 6353, 7808, 6654, 8538, 6824, 8776, 6944, 11928, 7269, 9933, 6838, 8464, 6930, 7144, 7850, 6840, 8880, 6925, 8751, 6904, 8000, 7111, 6556, 8318, 6736, 8905, 6662, 8670, 6819, 8570, 7258, 8632, 8274, 6577, 7962, 6697, 8518, 6872, 9271, 7214, 8353, 6910, 6862, 7463, 6400, 8236, 6696, 9983, 6865, 8261, 6819, 7118, 7820, 6816, 8944, 7459, 10738, 7224, 6953, 8488, 6784, 8572, 6785, 12183, 8515, 14369, 7169, 7505, 7328, 7117, 8307, 7101, 12734, 7790, 7851, 7463, 6835, 8178, 6712, 8906, 7166, 9486, 7746, 6593, 7799, 6822, 8644, 6892, 6638, 7444, 6831, 9539, 6985, 8835, 7118, 6696, 8752, 7009, 9590, 6996, 12210, 6903, 6853, 7311, 6863, 9081, 7021, 11152, 9297, 6805, 7849, 6608, 8934, 7019, 8686, 7536, 7178, 9294, 6828, 8342, 7290, 6800, 8080, 6957, 11232, 8878, 7313, 7918, 6830, 8715, 6879, 7353, 7468, 6959, 10169, 7078, 6963, 7085, 6867, 8769, 6841, 9696, 8284, 7220, 8819, 6675, 8642, 7094, 6744, 8188, 6953, 10388, 7923, 7052, 6478, 7036, 6799, 9134, 7690, 7252, 12383, 7241, 7518, 7564, 6966, 9169, 7565, 15014, 9620, 12036, 7636, 7152, 8084, 7257, 9444, 7401, 9291, 7570, 6930, 7620, 6711, 8481, 6730, 9727, 7051, 8611, 7609, 6545, 7670, 7295, 9055, 6934, 9612, 7123, 8838, 7163, 8715, 7317, 7034, 8479, 6740, 9510, 6796, 6967, 7002, 6671, 8643, 7114, 9695, 7058, 9615, 6965, 9220, 7290, 9389, 7341, 9923, 8856, 7204, 8246, 6631, 9135, 6778, 9123, 7043, 8915, 7726, 8898, 8203, 6679, 8678, 6776, 9214, 6916, 9269, 7213, 9751, 7661, 6870, 8118, 6593, 9201, 6680, 9368, 6982, 10807, 8853, 7240, 8590, 6861, 9127, 6873, 9292, 7109, 9400, 6964, 13798, 6961, 9088, 6983, 6512, 7713, 6572, 8729, 6912, 10183, 6990, 9572, 7236, 9598, 6976, 8502, 8354, 7242, 10278, 7016, 9754, 6975, 9036, 7082, 9381, 7398, 9559, 8270, 6644, 7968, 6644, 8871, 6885, 9335, 7192, 9081, 7752, 7000, 8652, 6620, 9028, 6945, 9243, 6896, 11002, 7747, 11342, 7269, 6263, 7805, 6445, 9132], 'WindowCenter': [4260.0, 4237.0, 4244.0, 4235.0, 4236.0, 4234.0, 4244.0, 4225.0, 4235.0, 4236.0, 4226.0, 4236.0, 4229.0, 4240.0, 4249.0, 4242.0, 4272.0, 4254.0, 4252.0, 4253.0, 4243.0, 4286.0, 4254.0, 4255.0, 4253.0, 4265.0, 4285.0, 4256.0, 4319.0, 4288.0, 4318.0, 4288.0, 4267.0, 4257.0, 4266.0, 4267.0, 4317.0, 4287.0, 4338.0, 4297.0, 4316.0, 4264.0, 4295.0, 4264.0, 4294.0, 4265.0, 4263.0, 4285.0, 4255.0, 4285.0, 4256.0, 4274.0, 4264.0, 4256.0, 4277.0, 4256.0, 4298.0, 4268.0, 4287.0, 4267.0, 4259.0, 4290.0, 4269.0, 4319.0, 4270.0, 4310.0, 4278.0, 4298.0, 4268.0, 4286.0, 4287.0, 4287.0, 4286.0, 4265.0, 4288.0, 4257.0, 4297.0, 4267.0, 4295.0, 4266.0, 4257.0, 4289.0, 4258.0, 4299.0, 4257.0, 4297.0, 4267.0, 4296.0, 4255.0, 4296.0, 4265.0, 4315.0, 4266.0, 4288.0, 4265.0, 4256.0, 4266.0, 4256.0, 4277.0, 4256.0, 4287.0, 4256.0, 4298.0, 4268.0, 4286.0, 4266.0, 4297.0, 4269.0, 4306.0, 4266.0, 4288.0, 4267.0, 4300.0, 4282.0, 4283.0, 4266.0, 4267.0, 4287.0, 4268.0, 4298.0, 4269.0, 4260.0, 4269.0, 4269.0, 4315.0, 4299.0, 4315.0, 4254.0, 4286.0, 4254.0, 4265.0, 4288.0, 4270.0, 4339.0, 4267.0, 4339.0, 4305.0, 4327.0, 4306.0, 4314.0, 4285.0, 4264.0, 4274.0, 4244.0, 4274.0, 4264.0, 4274.0, 4263.0, 4263.0, 4264.0, 4254.0, 4283.0, 4253.0, 4283.0, 4251.0, 4272.0, 4251.0, 4252.0, 4262.0, 4254.0, 4284.0, 4253.0, 4274.0, 4253.0, 4250.0, 4264.0, 4253.0, 4275.0, 4255.0, 4294.0, 4265.0, 4257.0, 4263.0, 4256.0, 4264.0, 4254.0, 4286.0, 4281.0, 4317.0, 4257.0, 4276.0, 4255.0, 4267.0, 4277.0, 4256.0, 4296.0, 4267.0, 4298.0, 4278.0, 4280.0, 4288.0, 4269.0, 4298.0, 4270.0, 4310.0, 4267.0, 4267.0, 4279.0, 4268.0, 4278.0, 4287.0, 4288.0, 4289.0, 4277.0, 4257.0, 4288.0, 4256.0, 4277.0, 4266.0, 4298.0, 4255.0, 4308.0, 4258.0, 4297.0, 4257.0, 4297.0, 4267.0, 4298.0, 4268.0, 4299.0, 4269.0, 4268.0, 4278.0, 4267.0, 4298.0, 4267.0, 4297.0, 4258.0, 4287.0, 4257.0, 4287.0, 4266.0, 4325.0, 4266.0, 4296.0, 4266.0, 4266.0, 4276.0, 4267.0, 4287.0, 4266.0, 4288.0, 4267.0, 4298.0, 4257.0, 4287.0, 4267.0, 4298.0, 4266.0, 4277.0, 4266.0, 4257.0, 4276.0, 4256.0, 4286.0, 4256.0, 4307.0, 4267.0, 4307.0, 4267.0, 4296.0, 4266.0, 4275.0, 4266.0, 4285.0, 4286.0, 4255.0, 4286.0, 4266.0, 4298.0, 4255.0, 4285.0, 4277.0, 4267.0, 4298.0, 4269.0, 4269.0, 4268.0, 4269.0, 4287.0, 4257.0, 4318.0, 4277.0, 4298.0, 4267.0, 4278.0, 4286.0, 4256.0, 4285.0, 4257.0, 4314.0, 4286.0, 4274.0, 4275.0, 4254.0, 4276.0, 4254.0, 4284.0, 4266.0, 4256.0, 4287.0, 4266.0, 4308.0, 4266.0, 4258.0, 4285.0, 4257.0, 4297.0, 4267.0, 4257.0, 4288.0, 4258.0, 4268.0, 4256.0, 4267.0, 4286.0, 4257.0, 4307.0, 4267.0, 4337.0, 4317.0, 4336.0, 4263.0, 4314.0, 4263.0, 4252.0, 4263.0, 4241.0, 4274.0, 4253.0, 4302.0, 4253.0, 4273.0, 4253.0, 4261.0, 4252.0, 4242.0, 4274.0, 4252.0, 4283.0, 4254.0, 4266.0, 4254.0, 4254.0, 4263.0, 4254.0, 4273.0, 4254.0, 4275.0, 4254.0, 4305.0, 4266.0, 4275.0, 4255.0, 4266.0, 4275.0, 4266.0, 4288.0, 4267.0, 4298.0, 4278.0, 4269.0, 4298.0, 4268.0, 4276.0, 4278.0, 4267.0, 4298.0, 4268.0, 4297.0, 4257.0, 4268.0, 4277.0, 4258.0, 4297.0, 4268.0, 4319.0, 4266.0, 4269.0, 4279.0, 4268.0, 4288.0, 4256.0, 4317.0, 4267.0, 4298.0, 4267.0, 4257.0, 4276.0, 4258.0, 4287.0, 4267.0, 4307.0, 4268.0, 4298.0, 4265.0, 4255.0, 4276.0, 4256.0, 4308.0, 4269.0, 4287.0, 4252.0, 4241.0, 4286.0, 4257.0, 4296.0, 4265.0, 4257.0, 4276.0, 4266.0, 4286.0, 4257.0, 4307.0, 4287.0, 4295.0, 4255.0, 4256.0, 4275.0, 4254.0, 4275.0, 4254.0, 4295.0, 4255.0, 4287.0, 4254.0, 4246.0, 4265.0, 4265.0, 4287.0, 4268.0, 4316.0, 4266.0, 4297.0, 4266.0, 4255.0, 4264.0, 4264.0, 4275.0, 4244.0, 4275.0, 4255.0, 4285.0, 4255.0, 4285.0, 4255.0, 4284.0, 4267.0, 4286.0, 4266.0, 4246.0, 4265.0, 4255.0, 4275.0, 4254.0, 4286.0, 4266.0, 4307.0, 4267.0, 4276.0, 4256.0, 4284.0, 4256.0, 4287.0, 4278.0, 4256.0, 4287.0, 4257.0, 4286.0, 4256.0, 4286.0, 4268.0, 4288.0, 4276.0, 4268.0, 4288.0, 4259.0, 4287.0, 4258.0, 4287.0, 4280.0, 4259.0, 4289.0, 4269.0, 4289.0, 4269.0, 4287.0, 4269.0, 4298.0, 4278.0, 4259.0, 4278.0, 4259.0, 4287.0, 4257.0, 4298.0, 4278.0, 4318.0, 4266.0, 4258.0, 4266.0, 4254.0, 4277.0, 4265.0, 4288.0, 4266.0, 4298.0, 4257.0, 4258.0, 4267.0, 4246.0, 4286.0, 4268.0, 4297.0, 4268.0, 4308.0, 4256.0, 4258.0, 4255.0, 4257.0, 4288.0, 4267.0, 4318.0, 4258.0, 4299.0, 4266.0, 4286.0, 4258.0, 4286.0, 4275.0, 4256.0, 4276.0, 4267.0, 4275.0, 4254.0, 4287.0, 4268.0, 4306.0, 4265.0, 4258.0, 4276.0, 4257.0, 4286.0, 4256.0, 4286.0, 4268.0, 4277.0, 4278.0, 4258.0, 4286.0, 4257.0, 4288.0, 4256.0, 4296.0, 4256.0, 4295.0, 4286.0, 4255.0, 4274.0, 4255.0, 4274.0, 4255.0, 4294.0, 4257.0, 4295.0, 4265.0, 4269.0, 4268.0, 4245.0, 4276.0, 4256.0, 4297.0, 4256.0, 4307.0, 4258.0, 4258.0, 4266.0, 4256.0, 4286.0, 4258.0, 4296.0, 4268.0, 4299.0, 4257.0, 4296.0, 4256.0, 4275.0, 4276.0, 4256.0, 4287.0, 4256.0, 4287.0, 4256.0, 4274.0, 4267.0, 4285.0, 4267.0, 4256.0, 4287.0, 4257.0, 4287.0, 4256.0, 4286.0, 4267.0, 4296.0, 4285.0, 4257.0, 4266.0, 4256.0, 4275.0, 4255.0, 4274.0, 4254.0, 4314.0, 4265.0, 4294.0, 4254.0, 4274.0, 4254.0, 4254.0, 4274.0, 4255.0, 4287.0, 4266.0, 4285.0, 4266.0, 4274.0, 4254.0, 4246.0, 4275.0, 4256.0, 4286.0, 4257.0, 4288.0, 4257.0, 4285.0, 4267.0, 4287.0, 4275.0, 4256.0, 4276.0, 4257.0, 4287.0, 4256.0, 4296.0, 4265.0, 4287.0, 4267.0, 4257.0, 4266.0, 4244.0, 4287.0, 4256.0, 4297.0, 4257.0, 4286.0, 4258.0, 4266.0, 4276.0, 4257.0, 4289.0, 4268.0, 4306.0, 4267.0, 4267.0, 4286.0, 4256.0, 4287.0, 4254.0, 4316.0, 4276.0, 4337.0, 4256.0, 4266.0, 4265.0, 4255.0, 4273.0, 4255.0, 4314.0, 4266.0, 4276.0, 4265.0, 4256.0, 4276.0, 4255.0, 4283.0, 4267.0, 4298.0, 4277.0, 4256.0, 4267.0, 4257.0, 4286.0, 4257.0, 4256.0, 4267.0, 4258.0, 4297.0, 4269.0, 4298.0, 4266.0, 4257.0, 4288.0, 4267.0, 4298.0, 4268.0, 4329.0, 4267.0, 4267.0, 4266.0, 4255.0, 4288.0, 4268.0, 4317.0, 4297.0, 4256.0, 4277.0, 4257.0, 4284.0, 4257.0, 4287.0, 4278.0, 4256.0, 4297.0, 4257.0, 4288.0, 4266.0, 4256.0, 4277.0, 4267.0, 4307.0, 4285.0, 4268.0, 4278.0, 4256.0, 4285.0, 4254.0, 4267.0, 4266.0, 4267.0, 4308.0, 4268.0, 4270.0, 4267.0, 4258.0, 4287.0, 4259.0, 4299.0, 4288.0, 4268.0, 4300.0, 4269.0, 4287.0, 4268.0, 4257.0, 4289.0, 4268.0, 4306.0, 4279.0, 4282.0, 4272.0, 4268.0, 4270.0, 4299.0, 4279.0, 4267.0, 4329.0, 4266.0, 4268.0, 4276.0, 4257.0, 4287.0, 4266.0, 4336.0, 4286.0, 4315.0, 4264.0, 4253.0, 4264.0, 4252.0, 4284.0, 4254.0, 4284.0, 4264.0, 4254.0, 4263.0, 4241.0, 4274.0, 4242.0, 4284.0, 4254.0, 4275.0, 4266.0, 4244.0, 4262.0, 4254.0, 4284.0, 4253.0, 4286.0, 4255.0, 4286.0, 4255.0, 4286.0, 4264.0, 4255.0, 4276.0, 4256.0, 4297.0, 4256.0, 4269.0, 4267.0, 4258.0, 4288.0, 4268.0, 4299.0, 4267.0, 4299.0, 4269.0, 4299.0, 4267.0, 4287.0, 4268.0, 4297.0, 4288.0, 4266.0, 4276.0, 4258.0, 4298.0, 4257.0, 4296.0, 4269.0, 4288.0, 4280.0, 4287.0, 4287.0, 4258.0, 4289.0, 4257.0, 4296.0, 4268.0, 4288.0, 4268.0, 4298.0, 4277.0, 4259.0, 4278.0, 4259.0, 4301.0, 4259.0, 4298.0, 4268.0, 4309.0, 4287.0, 4268.0, 4288.0, 4258.0, 4298.0, 4258.0, 4286.0, 4255.0, 4286.0, 4256.0, 4326.0, 4255.0, 4286.0, 4256.0, 4257.0, 4268.0, 4255.0, 4288.0, 4257.0, 4308.0, 4270.0, 4299.0, 4269.0, 4298.0, 4268.0, 4288.0, 4288.0, 4268.0, 4308.0, 4268.0, 4298.0, 4256.0, 4287.0, 4257.0, 4285.0, 4268.0, 4297.0, 4277.0, 4258.0, 4276.0, 4256.0, 4287.0, 4268.0, 4297.0, 4268.0, 4288.0, 4278.0, 4270.0, 4289.0, 4258.0, 4288.0, 4256.0, 4286.0, 4257.0, 4308.0, 4266.0, 4318.0, 4267.0, 4257.0, 4267.0, 4246.0, 4297.0], 'WindowWidth': [9445.0, 9407.0, 9412.0, 9400.0, 9402.0, 9399.0, 9412.0, 9387.0, 9400.0, 9404.0, 9392.0, 9405.0, 9399.0, 9418.0, 9429.0, 9423.0, 9463.0, 9441.0, 9437.0, 9440.0, 9425.0, 9486.0, 9443.0, 9445.0, 9441.0, 9458.0, 9486.0, 9451.0, 9538.0, 9495.0, 9533.0, 9495.0, 9466.0, 9450.0, 9461.0, 9464.0, 9530.0, 9490.0, 9560.0, 9503.0, 9528.0, 9456.0, 9496.0, 9454.0, 9493.0, 9458.0, 9450.0, 9484.0, 9445.0, 9485.0, 9448.0, 9469.0, 9458.0, 9449.0, 9478.0, 9450.0, 9507.0, 9468.0, 9493.0, 9467.0, 9457.0, 9500.0, 9472.0, 9539.0, 9473.0, 9526.0, 9482.0, 9507.0, 9467.0, 9489.0, 9491.0, 9490.0, 9490.0, 9460.0, 9491.0, 9451.0, 9502.0, 9463.0, 9499.0, 9462.0, 9451.0, 9495.0, 9453.0, 9509.0, 9451.0, 9504.0, 9464.0, 9502.0, 9445.0, 9499.0, 9460.0, 9525.0, 9461.0, 9493.0, 9460.0, 9449.0, 9463.0, 9448.0, 9478.0, 9449.0, 9492.0, 9451.0, 9506.0, 9468.0, 9488.0, 9462.0, 9504.0, 9469.0, 9516.0, 9464.0, 9495.0, 9465.0, 9516.0, 9494.0, 9480.0, 9463.0, 9464.0, 9491.0, 9469.0, 9510.0, 9473.0, 9461.0, 9472.0, 9472.0, 9546.0, 9534.0, 9526.0, 9440.0, 9486.0, 9443.0, 9460.0, 9496.0, 9470.0, 9565.0, 9466.0, 9567.0, 9528.0, 9543.0, 9514.0, 9521.0, 9483.0, 9454.0, 9468.0, 9428.0, 9467.0, 9455.0, 9468.0, 9453.0, 9451.0, 9454.0, 9440.0, 9479.0, 9438.0, 9477.0, 9434.0, 9463.0, 9435.0, 9436.0, 9450.0, 9439.0, 9481.0, 9440.0, 9469.0, 9438.0, 9434.0, 9453.0, 9439.0, 9470.0, 9445.0, 9498.0, 9459.0, 9450.0, 9454.0, 9447.0, 9456.0, 9443.0, 9487.0, 9492.0, 9533.0, 9451.0, 9477.0, 9447.0, 9466.0, 9475.0, 9448.0, 9502.0, 9466.0, 9507.0, 9483.0, 9488.0, 9496.0, 9470.0, 9508.0, 9473.0, 9526.0, 9468.0, 9470.0, 9484.0, 9470.0, 9483.0, 9493.0, 9496.0, 9495.0, 9478.0, 9452.0, 9493.0, 9448.0, 9477.0, 9460.0, 9506.0, 9448.0, 9520.0, 9456.0, 9505.0, 9452.0, 9504.0, 9465.0, 9506.0, 9467.0, 9513.0, 9471.0, 9469.0, 9481.0, 9466.0, 9508.0, 9465.0, 9506.0, 9455.0, 9490.0, 9451.0, 9489.0, 9463.0, 9540.0, 9462.0, 9504.0, 9462.0, 9464.0, 9475.0, 9463.0, 9492.0, 9461.0, 9495.0, 9467.0, 9507.0, 9452.0, 9490.0, 9465.0, 9506.0, 9463.0, 9479.0, 9464.0, 9452.0, 9475.0, 9449.0, 9490.0, 9449.0, 9518.0, 9465.0, 9519.0, 9465.0, 9502.0, 9463.0, 9473.0, 9462.0, 9487.0, 9490.0, 9448.0, 9488.0, 9464.0, 9507.0, 9447.0, 9488.0, 9480.0, 9467.0, 9509.0, 9470.0, 9472.0, 9468.0, 9471.0, 9493.0, 9452.0, 9535.0, 9480.0, 9507.0, 9466.0, 9482.0, 9488.0, 9451.0, 9486.0, 9450.0, 9525.0, 9489.0, 9471.0, 9472.0, 9446.0, 9474.0, 9444.0, 9482.0, 9461.0, 9450.0, 9494.0, 9464.0, 9522.0, 9465.0, 9456.0, 9487.0, 9450.0, 9503.0, 9465.0, 9450.0, 9494.0, 9454.0, 9469.0, 9451.0, 9465.0, 9489.0, 9449.0, 9516.0, 9463.0, 9557.0, 9527.0, 9555.0, 9452.0, 9521.0, 9452.0, 9435.0, 9450.0, 9419.0, 9469.0, 9436.0, 9502.0, 9438.0, 9465.0, 9439.0, 9447.0, 9436.0, 9422.0, 9469.0, 9436.0, 9479.0, 9443.0, 9461.0, 9442.0, 9443.0, 9455.0, 9442.0, 9466.0, 9441.0, 9471.0, 9440.0, 9509.0, 9460.0, 9474.0, 9445.0, 9463.0, 9472.0, 9462.0, 9492.0, 9468.0, 9508.0, 9482.0, 9471.0, 9510.0, 9469.0, 9476.0, 9481.0, 9465.0, 9507.0, 9468.0, 9507.0, 9452.0, 9468.0, 9478.0, 9454.0, 9507.0, 9468.0, 9536.0, 9464.0, 9470.0, 9482.0, 9469.0, 9493.0, 9448.0, 9531.0, 9463.0, 9508.0, 9465.0, 9452.0, 9475.0, 9452.0, 9493.0, 9464.0, 9520.0, 9466.0, 9506.0, 9459.0, 9444.0, 9474.0, 9446.0, 9521.0, 9473.0, 9490.0, 9436.0, 9422.0, 9487.0, 9450.0, 9502.0, 9459.0, 9452.0, 9475.0, 9463.0, 9489.0, 9451.0, 9515.0, 9488.0, 9498.0, 9446.0, 9448.0, 9471.0, 9441.0, 9470.0, 9442.0, 9498.0, 9444.0, 9489.0, 9443.0, 9435.0, 9458.0, 9459.0, 9490.0, 9464.0, 9528.0, 9462.0, 9502.0, 9460.0, 9444.0, 9454.0, 9454.0, 9470.0, 9427.0, 9470.0, 9444.0, 9483.0, 9444.0, 9484.0, 9445.0, 9482.0, 9461.0, 9486.0, 9459.0, 9434.0, 9457.0, 9445.0, 9471.0, 9444.0, 9487.0, 9459.0, 9515.0, 9462.0, 9475.0, 9447.0, 9481.0, 9447.0, 9489.0, 9477.0, 9447.0, 9489.0, 9450.0, 9489.0, 9448.0, 9486.0, 9466.0, 9491.0, 9475.0, 9468.0, 9494.0, 9457.0, 9492.0, 9455.0, 9491.0, 9486.0, 9455.0, 9497.0, 9471.0, 9497.0, 9471.0, 9492.0, 9471.0, 9507.0, 9481.0, 9456.0, 9479.0, 9456.0, 9489.0, 9451.0, 9506.0, 9480.0, 9531.0, 9461.0, 9453.0, 9460.0, 9443.0, 9475.0, 9458.0, 9491.0, 9461.0, 9507.0, 9450.0, 9454.0, 9464.0, 9434.0, 9488.0, 9464.0, 9504.0, 9465.0, 9520.0, 9450.0, 9454.0, 9446.0, 9450.0, 9493.0, 9463.0, 9533.0, 9453.0, 9508.0, 9462.0, 9488.0, 9452.0, 9487.0, 9473.0, 9446.0, 9473.0, 9463.0, 9471.0, 9442.0, 9488.0, 9465.0, 9514.0, 9459.0, 9452.0, 9475.0, 9451.0, 9487.0, 9448.0, 9488.0, 9465.0, 9477.0, 9479.0, 9452.0, 9489.0, 9453.0, 9492.0, 9449.0, 9499.0, 9448.0, 9497.0, 9487.0, 9445.0, 9470.0, 9446.0, 9468.0, 9444.0, 9496.0, 9449.0, 9498.0, 9459.0, 9469.0, 9465.0, 9433.0, 9474.0, 9447.0, 9503.0, 9448.0, 9518.0, 9452.0, 9454.0, 9462.0, 9449.0, 9489.0, 9454.0, 9504.0, 9466.0, 9510.0, 9451.0, 9500.0, 9448.0, 9471.0, 9474.0, 9447.0, 9490.0, 9448.0, 9490.0, 9448.0, 9469.0, 9462.0, 9485.0, 9463.0, 9446.0, 9489.0, 9452.0, 9490.0, 9449.0, 9486.0, 9465.0, 9501.0, 9486.0, 9451.0, 9460.0, 9447.0, 9470.0, 9443.0, 9469.0, 9442.0, 9522.0, 9456.0, 9496.0, 9442.0, 9467.0, 9442.0, 9442.0, 9470.0, 9444.0, 9489.0, 9461.0, 9488.0, 9461.0, 9469.0, 9444.0, 9433.0, 9473.0, 9448.0, 9488.0, 9452.0, 9493.0, 9450.0, 9485.0, 9464.0, 9489.0, 9473.0, 9449.0, 9475.0, 9450.0, 9488.0, 9448.0, 9501.0, 9460.0, 9492.0, 9465.0, 9452.0, 9461.0, 9431.0, 9490.0, 9448.0, 9504.0, 9452.0, 9491.0, 9452.0, 9462.0, 9475.0, 9449.0, 9496.0, 9465.0, 9516.0, 9465.0, 9466.0, 9488.0, 9447.0, 9489.0, 9442.0, 9528.0, 9472.0, 9556.0, 9446.0, 9460.0, 9456.0, 9443.0, 9465.0, 9442.0, 9522.0, 9459.0, 9473.0, 9456.0, 9447.0, 9472.0, 9443.0, 9478.0, 9465.0, 9509.0, 9478.0, 9447.0, 9462.0, 9452.0, 9488.0, 9450.0, 9447.0, 9465.0, 9453.0, 9505.0, 9470.0, 9508.0, 9464.0, 9451.0, 9494.0, 9464.0, 9506.0, 9465.0, 9549.0, 9466.0, 9466.0, 9462.0, 9447.0, 9492.0, 9467.0, 9531.0, 9502.0, 9451.0, 9476.0, 9450.0, 9484.0, 9450.0, 9488.0, 9479.0, 9447.0, 9504.0, 9453.0, 9495.0, 9462.0, 9449.0, 9476.0, 9463.0, 9516.0, 9486.0, 9465.0, 9477.0, 9450.0, 9486.0, 9444.0, 9462.0, 9462.0, 9462.0, 9520.0, 9467.0, 9473.0, 9464.0, 9454.0, 9490.0, 9457.0, 9508.0, 9492.0, 9466.0, 9510.0, 9470.0, 9493.0, 9465.0, 9450.0, 9497.0, 9469.0, 9516.0, 9482.0, 9496.0, 9484.0, 9471.0, 9475.0, 9509.0, 9483.0, 9462.0, 9547.0, 9462.0, 9466.0, 9474.0, 9448.0, 9489.0, 9460.0, 9554.0, 9484.0, 9523.0, 9452.0, 9437.0, 9452.0, 9434.0, 9480.0, 9439.0, 9480.0, 9452.0, 9440.0, 9450.0, 9419.0, 9465.0, 9422.0, 9480.0, 9441.0, 9470.0, 9458.0, 9427.0, 9450.0, 9440.0, 9480.0, 9439.0, 9485.0, 9445.0, 9485.0, 9444.0, 9485.0, 9455.0, 9443.0, 9472.0, 9445.0, 9502.0, 9449.0, 9469.0, 9463.0, 9452.0, 9493.0, 9466.0, 9507.0, 9464.0, 9509.0, 9469.0, 9510.0, 9464.0, 9488.0, 9466.0, 9503.0, 9491.0, 9459.0, 9473.0, 9453.0, 9506.0, 9451.0, 9502.0, 9468.0, 9492.0, 9483.0, 9490.0, 9491.0, 9454.0, 9494.0, 9450.0, 9501.0, 9464.0, 9491.0, 9465.0, 9505.0, 9475.0, 9455.0, 9480.0, 9456.0, 9512.0, 9454.0, 9506.0, 9466.0, 9521.0, 9490.0, 9465.0, 9492.0, 9453.0, 9506.0, 9451.0, 9485.0, 9443.0, 9486.0, 9444.0, 9539.0, 9445.0, 9487.0, 9448.0, 9450.0, 9463.0, 9445.0, 9491.0, 9448.0, 9519.0, 9470.0, 9508.0, 9467.0, 9506.0, 9464.0, 9490.0, 9493.0, 9462.0, 9518.0, 9465.0, 9505.0, 9448.0, 9488.0, 9448.0, 9484.0, 9465.0, 9501.0, 9475.0, 9452.0, 9475.0, 9448.0, 9490.0, 9467.0, 9503.0, 9468.0, 9493.0, 9480.0, 9471.0, 9493.0, 9454.0, 9490.0, 9447.0, 9485.0, 9449.0, 9518.0, 9460.0, 9532.0, 9463.0, 9451.0, 9462.0, 9435.0, 9502.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.0014357877461706784</td></tr>
<tr><td colspan=3>aqi</td><td>0.0196929181619256</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>35.8664977124754</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1745138554216863</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.017290907196057</td></tr>
<tr><td colspan=3>efc</td><td>0.501</td></tr>
<tr><td colspan=3>fber</td><td>4467.8804</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.06569129769878089</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>10</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.0940919037199124</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.6449555233908484</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5591081208042894</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.909132567004511</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4666258823637452</td></tr>
<tr><td colspan=3>gcor</td><td>0.00722019</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.005725855473428965</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.030770260840654373</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>914</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.6233059345097574</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>14.4742</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>53.2942</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>218.4719</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>55.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>294905.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>1036.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>389.3509</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.6547</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>542.1539</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3415.3638</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3702.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>81639.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>920.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4509.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1021.7126</td></tr>
<tr><td colspan=3>tsnr</td><td>40.82544123567641</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>