ds005256-mriqc/sub-0104_ses-02_task-alignvideo_acq-mb8_run-04_bold.html
Felix Hoffstaedter cceffc05fe [DATALAD RUNCMD] Compute MRIQC for sub-0104
=== 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-0104 --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-0104",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-19 01:24:01 +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-0104_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-0104_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-0104_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-0104/figures/sub-0104_ses-02_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0104/figures/sub-0104_ses-02_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0104/figures/sub-0104_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-0104_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-0104/figures/sub-0104_ses-02_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0104/figures/sub-0104_ses-02_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0104/figures/sub-0104_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-0104_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-0104/figures/sub-0104_ses-02_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0104/figures/sub-0104_ses-02_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0104/figures/sub-0104_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-0104_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-0104/figures/sub-0104_ses-02_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0104/figures/sub-0104_ses-02_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0104/figures/sub-0104_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-0104_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-0104/figures/sub-0104_ses-02_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0104/figures/sub-0104_ses-02_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0104/figures/sub-0104_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-0104_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-0104/figures/sub-0104_ses-02_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0104/figures/sub-0104_ses-02_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0104/figures/sub-0104_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-0104_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-0104/figures/sub-0104_ses-02_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0104/figures/sub-0104_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-0104/figures/sub-0104_ses-02_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0104/figures/sub-0104_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-0104/ses-02/func/sub-0104_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>89c5e8a67e5572320a6c152b9dc074be</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>15:45:40.172500</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.99831, -0.0446385, -0.037201, 0.0456822, 0.998572, 0.0276952]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-04_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.100372</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-04_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>34</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4212, -7760, -7242, 336, -151, -165, -48, 91]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>252.419</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>b691d509-41aa-4210-9961-e7bfeb58baaa||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.678393602371216, 0.12256203591823578, -0.09696124494075775, 107.48773956298828], [0.11976176500320435, 2.67909574508667, 0.07923923432826996, -109.22943115234375], [-0.09980747103691101, -0.07430429756641388, 2.697094678878784, -68.86852264404297], [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': ['154540.172500', '154540.632500', '154541.092500', '154541.552500', '154542.012500', '154542.472500', '154542.932500', '154543.392500', '154543.852500', '154544.312500', '154544.772500', '154545.232500', '154545.692500', '154546.152500', '154546.612500', '154547.072500', '154547.532500', '154547.992500', '154548.452500', '154548.912500', '154549.372500', '154549.832500', '154550.292500', '154550.752500', '154551.212500', '154551.672500', '154552.132500', '154552.592500', '154553.052500', '154553.512500', '154553.972500', '154554.432500', '154554.892500', '154555.352500', '154555.812500', '154556.272500', '154556.732500', '154557.192500', '154557.652500', '154558.112500', '154558.572500', '154559.032500', '154559.492500', '154559.952500', '154600.412500', '154600.872500', '154601.332500', '154601.792500', '154602.252500', '154602.712500', '154603.172500', '154603.632500', '154604.092500', '154604.552500', '154605.012500', '154605.472500', '154605.932500', '154606.392500', '154606.852500', '154607.312500', '154607.772500', '154608.232500', '154608.692500', '154609.152500', '154609.612500', '154610.072500', '154610.532500', '154610.992500', '154611.452500', '154611.912500', '154612.372500', '154612.832500', '154613.292500', '154613.752500', '154614.212500', '154614.672500', '154615.132500', '154615.592500', '154616.052500', '154616.512500', '154616.972500', '154617.432500', '154617.892500', '154618.352500', '154618.812500', '154619.272500', '154619.732500', '154620.192500', '154620.652500', '154621.112500', '154621.572500', '154622.032500', '154622.492500', '154622.952500', '154623.412500', '154623.872500', '154624.332500', '154624.792500', '154625.252500', '154625.712500', '154626.172500', '154626.632500', '154627.092500', '154627.552500', '154628.012500', '154628.472500', '154628.932500', '154629.392500', '154629.852500', '154630.312500', '154630.772500', '154631.232500', '154631.692500', '154632.152500', '154632.612500', '154633.072500', '154633.532500', '154633.992500', '154634.452500', '154634.912500', '154635.372500', '154635.832500', '154636.292500', '154636.752500', '154637.212500', '154637.672500', '154638.132500', '154638.592500', '154639.052500', '154639.512500', '154639.972500', '154640.432500', '154640.892500', '154641.352500', '154641.812500', '154642.272500', '154642.732500', '154643.192500', '154643.652500', '154644.112500', '154644.572500', '154645.032500', '154645.492500', '154645.952500', '154646.412500', '154646.872500', '154647.332500', '154647.792500', '154648.252500', '154648.712500', '154649.172500', '154649.632500', '154650.092500', '154650.552500', '154651.012500', '154651.472500', '154651.932500', '154652.392500', '154652.852500', '154653.312500', '154653.772500', '154654.232500', '154654.692500', '154655.152500', '154655.612500', '154656.072500', '154656.532500', '154656.992500', '154657.452500', '154657.912500', '154658.372500', '154658.832500', '154659.292500', '154659.752500', '154700.212500', '154700.672500', '154701.132500', '154701.592500', '154702.052500', '154702.512500', '154702.972500', '154703.432500', '154703.892500', '154704.352500', '154704.812500', '154705.272500', '154705.732500', '154706.192500', '154706.652500', '154707.112500', '154707.572500', '154708.032500', '154708.492500', '154708.952500', '154709.412500', '154709.872500', '154710.332500', '154710.792500', '154711.252500', '154711.712500', '154712.172500', '154712.632500', '154713.092500', '154713.552500', '154714.012500', '154714.472500', '154714.932500', '154715.392500', '154715.852500', '154716.312500', '154716.772500', '154717.232500', '154717.692500', '154718.152500', '154718.612500', '154719.072500', '154719.532500', '154719.992500', '154720.452500', '154720.912500', '154721.372500', '154721.832500', '154722.292500', '154722.752500', '154723.212500', '154723.672500', '154724.132500', '154724.592500', '154725.052500', '154725.512500', '154725.972500', '154726.432500', '154726.892500', '154727.352500', '154727.812500', '154728.272500', '154728.732500', '154729.192500', '154729.652500', '154730.112500', '154730.572500', '154731.032500', '154731.492500', '154731.952500', '154732.412500', '154732.872500', '154733.332500', '154733.792500', '154734.252500', '154734.712500', '154735.172500', '154735.632500', '154736.092500', '154736.552500', '154737.012500', '154737.472500', '154737.932500', '154738.392500', '154738.852500', '154739.312500', '154739.772500', '154740.232500', '154740.692500', '154741.152500', '154741.612500', '154742.072500', '154742.532500', '154742.992500', '154743.452500', '154743.912500', '154744.372500', '154744.832500', '154745.292500', '154745.752500', '154746.212500', '154746.672500', '154747.132500', '154747.592500', '154748.052500', '154748.512500', '154748.972500', '154749.432500', '154749.892500', '154750.352500', '154750.812500', '154751.272500', '154751.732500', '154752.192500', '154752.652500', '154753.112500', '154753.572500', '154754.032500', '154754.492500', '154754.952500', '154755.412500', '154755.872500', '154756.332500', '154756.792500', '154757.252500', '154757.712500', '154758.172500', '154758.632500', '154759.092500', '154759.552500', '154800.012500', '154800.472500', '154800.932500', '154801.392500', '154801.852500', '154802.312500', '154802.772500', '154803.232500', '154803.692500', '154804.152500', '154804.612500', '154805.072500', '154805.532500', '154805.992500', '154806.452500', '154806.912500', '154807.372500', '154807.832500', '154808.292500', '154808.752500', '154809.212500', '154809.672500', '154810.132500', '154810.592500', '154811.052500', '154811.512500', '154811.972500', '154812.432500', '154812.892500', '154813.352500', '154813.812500', '154814.272500', '154814.732500', '154815.192500', '154815.652500', '154816.112500', '154816.572500', '154817.032500', '154817.492500', '154817.952500', '154818.412500', '154818.872500', '154819.332500', '154819.792500', '154820.252500', '154820.712500', '154821.172500', '154821.632500', '154822.092500', '154822.552500', '154823.012500', '154823.472500', '154823.932500', '154824.392500', '154824.852500', '154825.312500', '154825.772500', '154826.232500', '154826.692500', '154827.152500', '154827.612500', '154828.072500', '154828.532500', '154828.992500', '154829.452500', '154829.912500', '154830.372500', '154830.832500', '154831.292500', '154831.752500', '154832.212500', '154832.672500', '154833.132500', '154833.592500', '154834.052500', '154834.512500', '154834.972500', '154835.432500', '154835.892500', '154836.352500', '154836.812500', '154837.272500', '154837.732500', '154838.192500', '154838.652500', '154839.112500', '154839.572500', '154840.032500', '154840.492500', '154840.952500', '154841.412500', '154841.872500', '154842.332500', '154842.792500', '154843.252500', '154843.712500', '154844.172500', '154844.632500', '154845.092500', '154845.552500', '154846.012500', '154846.472500', '154846.932500', '154847.392500', '154847.852500', '154848.312500', '154848.772500', '154849.232500', '154849.692500', '154850.152500', '154850.612500', '154851.072500', '154851.532500', '154851.992500', '154852.452500', '154852.912500', '154853.372500', '154853.832500', '154854.292500', '154854.752500', '154855.212500', '154855.672500', '154856.132500', '154856.592500', '154857.052500', '154857.512500', '154857.972500', '154858.432500', '154858.892500', '154859.352500', '154859.812500', '154900.272500', '154900.732500', '154901.192500', '154901.652500', '154902.112500', '154902.572500', '154903.032500', '154903.492500', '154903.952500', '154904.412500', '154904.872500', '154905.332500', '154905.792500', '154906.252500', '154906.712500', '154907.172500', '154907.632500', '154908.092500', '154908.552500', '154909.012500', '154909.472500', '154909.932500', '154910.392500', '154910.852500', '154911.312500', '154911.772500', '154912.232500', '154912.692500', '154913.152500', '154913.612500', '154914.072500', '154914.532500', '154914.992500', '154915.452500', '154915.912500', '154916.372500', '154916.832500', '154917.292500', '154917.752500', '154918.212500', '154918.672500', '154919.132500', '154919.592500', '154920.052500', '154920.512500', '154920.972500', '154921.432500', '154921.892500', '154922.352500', '154922.812500', '154923.272500', '154923.732500', '154924.192500', '154924.652500', '154925.112500', '154925.572500', '154926.032500', '154926.492500', '154926.952500', '154927.412500', '154927.872500', '154928.332500', '154928.792500', '154929.252500', '154929.712500', '154930.172500', '154930.632500', '154931.092500', '154931.552500', '154932.012500', '154932.472500', '154932.932500', '154933.392500', '154933.852500', '154934.312500', '154934.772500', '154935.232500', '154935.692500', '154936.152500', '154936.612500', '154937.072500', '154937.532500', '154937.992500', '154938.452500', '154938.912500', '154939.372500', '154939.832500', '154940.292500', '154940.752500', '154941.212500', '154941.672500', '154942.132500', '154942.592500', '154943.052500', '154943.512500', '154943.972500', '154944.432500', '154944.892500', '154945.352500', '154945.812500', '154946.272500', '154946.732500', '154947.192500', '154947.652500', '154948.112500', '154948.572500', '154949.032500', '154949.492500', '154949.952500', '154950.412500', '154950.872500', '154951.332500', '154951.792500', '154952.252500', '154952.712500', '154953.172500', '154953.632500', '154954.092500', '154954.552500', '154955.012500', '154955.472500', '154955.932500', '154956.392500', '154956.852500', '154957.312500', '154957.772500', '154958.232500', '154958.692500', '154959.152500', '154959.612500', '155000.072500', '155000.532500', '155000.992500', '155001.452500', '155001.912500', '155002.372500', '155002.832500', '155003.292500', '155003.752500', '155004.212500', '155004.672500', '155005.132500', '155005.592500', '155006.052500', '155006.512500', '155006.972500', '155007.432500', '155007.892500', '155008.352500', '155008.812500', '155009.272500', '155009.732500', '155010.192500', '155010.652500', '155011.112500', '155011.572500', '155012.032500', '155012.492500', '155012.952500', '155013.412500', '155013.872500', '155014.332500', '155014.792500', '155015.252500', '155015.712500', '155016.172500', '155016.632500', '155017.092500', '155017.552500', '155018.012500', '155018.472500', '155018.932500', '155019.392500', '155019.852500', '155020.312500', '155020.772500', '155021.232500', '155021.692500', '155022.152500', '155022.612500', '155023.072500', '155023.532500', '155023.992500', '155024.452500', '155024.912500', '155025.372500', '155025.832500', '155026.292500', '155026.752500', '155027.212500', '155027.672500', '155028.132500', '155028.592500', '155029.052500', '155029.512500', '155029.972500', '155030.432500', '155030.892500', '155031.352500', '155031.812500', '155032.272500', '155032.732500', '155033.192500', '155033.652500', '155034.112500', '155034.572500', '155035.032500', '155035.492500', '155035.952500', '155036.412500', '155036.872500', '155037.332500', '155037.792500', '155038.252500', '155038.712500', '155039.172500', '155039.632500', '155040.092500', '155040.552500', '155041.012500', '155041.472500', '155041.932500', '155042.392500', '155042.852500', '155043.312500', '155043.772500', '155044.232500', '155044.692500', '155045.152500', '155045.612500', '155046.072500', '155046.532500', '155046.992500', '155047.452500', '155047.912500', '155048.372500', '155048.832500', '155049.292500', '155049.752500', '155050.212500', '155050.672500', '155051.132500', '155051.592500', '155052.052500', '155052.512500', '155052.972500', '155053.432500', '155053.892500', '155054.352500', '155054.812500', '155055.272500', '155055.732500', '155056.192500', '155056.652500', '155057.112500', '155057.572500', '155058.032500', '155058.492500', '155058.952500', '155059.412500', '155059.872500', '155100.332500', '155100.792500', '155101.252500', '155101.712500', '155102.172500', '155102.632500', '155103.092500', '155103.552500', '155104.012500', '155104.472500', '155104.932500', '155105.392500', '155105.852500', '155106.312500', '155106.772500', '155107.232500', '155107.692500', '155108.152500', '155108.612500', '155109.072500', '155109.532500', '155109.992500', '155110.452500', '155110.912500', '155111.372500', '155111.832500', '155112.292500', '155112.752500', '155113.212500', '155113.672500', '155114.132500', '155114.592500', '155115.052500', '155115.512500', '155115.972500', '155116.432500', '155116.892500', '155117.352500', '155117.812500', '155118.272500', '155118.732500', '155119.192500', '155119.652500', '155120.112500', '155120.572500', '155121.032500', '155121.492500', '155121.952500', '155122.412500', '155122.872500', '155123.332500', '155123.792500', '155124.252500', '155124.712500', '155125.172500', '155125.632500', '155126.092500', '155126.552500', '155127.012500', '155127.472500', '155127.932500', '155128.392500', '155128.852500', '155129.312500', '155129.772500', '155130.232500', '155130.692500', '155131.152500', '155131.612500', '155132.072500', '155132.532500', '155132.992500', '155133.452500', '155133.912500', '155134.372500', '155134.832500', '155135.292500', '155135.752500', '155136.212500', '155136.672500', '155137.132500', '155137.592500', '155138.052500', '155138.512500', '155138.972500', '155139.432500', '155139.892500', '155140.352500', '155140.812500', '155141.272500', '155141.732500', '155142.192500', '155142.652500', '155143.112500', '155143.572500', '155144.032500', '155144.492500', '155144.952500', '155145.412500', '155145.872500', '155146.332500', '155146.792500', '155147.252500', '155147.712500', '155148.172500', '155148.632500', '155149.092500', '155149.552500', '155150.012500', '155150.472500', '155150.932500', '155151.392500', '155151.852500', '155152.312500', '155152.772500', '155153.232500', '155153.692500', '155154.152500', '155154.612500', '155155.072500', '155155.532500', '155155.992500', '155156.452500', '155156.912500', '155157.372500', '155157.832500', '155158.292500', '155158.752500', '155159.212500', '155159.672500', '155200.132500', '155200.592500', '155201.052500', '155201.512500', '155201.972500', '155202.432500', '155202.892500', '155203.352500', '155203.812500', '155204.272500', '155204.732500', '155205.192500', '155205.652500', '155206.112500', '155206.572500', '155207.032500', '155207.492500', '155207.952500', '155208.412500', '155208.872500', '155209.332500', '155209.792500', '155210.252500', '155210.712500', '155211.172500', '155211.632500', '155212.092500', '155212.552500', '155213.012500', '155213.472500', '155213.932500', '155214.392500', '155214.852500', '155215.312500', '155215.772500', '155216.232500', '155216.692500', '155217.152500', '155217.612500', '155218.072500', '155218.532500', '155218.992500', '155219.452500', '155219.912500', '155220.372500', '155220.832500', '155221.292500', '155221.752500', '155222.212500', '155222.672500', '155223.132500', '155223.592500', '155224.052500', '155224.512500', '155224.972500', '155225.432500', '155225.892500', '155226.352500', '155226.812500', '155227.272500', '155227.732500', '155228.192500', '155228.652500', '155229.112500', '155229.572500', '155230.032500', '155230.492500', '155230.952500', '155231.412500', '155231.872500', '155232.332500', '155232.792500', '155233.252500', '155233.712500', '155234.172500', '155234.632500', '155235.092500', '155235.552500', '155236.012500', '155236.472500', '155236.932500', '155237.392500', '155237.852500', '155238.312500', '155238.772500', '155239.232500', '155239.692500', '155240.152500'], 'ContentTime': ['154603.853000', '154603.856000', '154603.859000', '154603.861000', '154603.864000', '154603.867000', '154603.869000', '154603.872000', '154603.874000', '154603.877000', '154603.880000', '154603.889000', '154603.891000', '154603.894000', '154603.897000', '154603.900000', '154603.903000', '154603.905000', '154603.908000', '154603.911000', '154603.913000', '154603.916000', '154603.918000', '154603.921000', '154603.924000', '154603.927000', '154603.930000', '154603.933000', '154603.935000', '154603.938000', '154603.940000', '154603.943000', '154603.946000', '154603.948000', '154603.953000', '154603.957000', '154603.959000', '154603.962000', '154603.975000', '154603.978000', '154603.981000', '154603.983000', '154603.986000', '154603.988000', '154603.991000', '154603.994000', '154603.996000', '154604.000000', '154604.003000', '154623.821000', '154623.825000', '154623.827000', '154623.830000', '154623.841000', '154623.844000', '154623.847000', '154623.849000', '154623.852000', '154623.855000', '154623.857000', '154623.860000', '154623.862000', '154623.865000', '154623.868000', '154623.870000', '154623.873000', '154623.876000', '154623.878000', '154623.881000', '154623.883000', '154623.886000', '154623.889000', '154623.892000', '154623.894000', '154623.897000', '154623.899000', '154623.902000', '154623.905000', '154623.907000', '154623.910000', '154623.912000', '154623.915000', '154623.918000', '154623.920000', '154623.923000', '154623.925000', '154623.928000', '154623.930000', '154623.933000', '154623.936000', '154623.938000', '154623.941000', '154623.943000', '154643.821000', '154643.824000', '154643.827000', '154643.830000', '154643.832000', '154643.841000', '154643.844000', '154643.846000', '154643.849000', '154643.852000', '154643.854000', '154643.857000', '154643.859000', '154643.862000', '154643.865000', '154643.867000', '154643.878000', '154643.881000', '154643.884000', '154643.887000', '154643.889000', '154643.892000', '154643.895000', '154643.898000', '154643.900000', '154643.903000', '154643.905000', '154643.908000', '154643.911000', '154643.913000', '154643.916000', '154643.919000', '154643.922000', '154643.925000', '154643.927000', '154643.930000', '154643.933000', '154643.935000', '154643.938000', '154643.940000', '154643.943000', '154643.945000', '154643.948000', '154703.821000', '154703.824000', '154703.827000', '154703.829000', '154703.832000', '154703.835000', '154703.837000', '154703.840000', '154703.843000', '154703.845000', '154703.848000', '154703.850000', '154703.853000', '154703.856000', '154703.858000', '154703.865000', '154703.867000', '154703.870000', '154703.873000', '154703.875000', '154703.878000', '154703.881000', '154703.884000', '154703.886000', '154703.889000', '154703.891000', '154703.894000', '154703.897000', '154703.900000', '154703.902000', '154703.905000', '154703.908000', '154703.911000', '154703.913000', '154703.916000', '154703.919000', '154703.921000', '154703.924000', '154703.926000', '154703.929000', '154703.932000', '154703.934000', '154703.937000', '154703.940000', '154723.821000', '154723.824000', '154723.827000', '154723.830000', '154723.832000', '154723.835000', '154723.837000', '154723.840000', '154723.843000', '154723.845000', '154723.848000', '154723.851000', '154723.853000', '154723.856000', '154723.859000', '154723.861000', '154723.864000', '154723.867000', '154723.869000', '154723.872000', '154723.875000', '154723.877000', '154723.880000', '154723.883000', '154723.885000', '154723.888000', '154723.890000', '154723.893000', '154723.896000', '154723.898000', '154723.901000', '154723.904000', '154723.906000', '154723.909000', '154723.912000', '154723.914000', '154723.924000', '154723.927000', '154723.929000', '154723.932000', '154723.934000', '154723.937000', '154723.940000', '154743.821000', '154743.831000', '154743.834000', '154743.836000', '154743.839000', '154743.842000', '154743.844000', '154743.847000', '154743.850000', '154743.852000', '154743.855000', '154743.858000', '154743.860000', '154743.863000', '154743.866000', '154743.868000', '154743.871000', '154743.874000', '154743.876000', '154743.879000', '154743.881000', '154743.884000', '154743.887000', '154743.889000', '154743.892000', '154743.895000', '154743.897000', '154743.900000', '154743.902000', '154743.905000', '154743.908000', '154743.910000', '154743.913000', '154743.916000', '154743.918000', '154743.921000', '154743.924000', '154743.926000', '154743.929000', '154743.932000', '154743.934000', '154743.937000', '154743.939000', '154743.942000', '154803.820000', '154803.823000', '154803.826000', '154803.829000', '154803.831000', '154803.834000', '154803.836000', '154803.839000', '154803.842000', '154803.845000', '154803.847000', '154803.850000', '154803.852000', '154803.855000', '154803.858000', '154803.860000', '154803.863000', '154803.866000', '154803.868000', '154803.871000', '154803.873000', '154803.876000', '154803.879000', '154803.881000', '154803.884000', '154803.886000', '154803.889000', '154803.892000', '154803.894000', '154803.897000', '154803.900000', '154803.902000', '154803.905000', '154803.907000', '154803.910000', '154803.913000', '154803.915000', '154803.918000', '154803.920000', '154803.923000', '154803.926000', '154803.928000', '154803.931000', '154823.821000', '154823.858000', '154823.861000', '154823.863000', '154823.866000', '154823.869000', '154823.871000', '154823.874000', '154823.877000', '154823.879000', '154823.882000', '154823.884000', '154823.887000', '154823.890000', '154823.892000', '154823.895000', '154823.898000', '154823.900000', '154823.903000', '154823.905000', '154823.908000', '154823.911000', '154823.913000', '154823.916000', '154823.918000', '154823.921000', '154823.923000', '154823.926000', '154823.929000', '154823.932000', '154823.934000', '154823.937000', '154823.940000', '154823.943000', '154823.945000', '154823.948000', '154823.951000', '154823.953000', '154823.956000', '154823.958000', '154823.961000', '154823.964000', '154823.966000', '154823.969000', '154843.822000', '154843.824000', '154843.827000', '154843.830000', '154843.832000', '154843.835000', '154843.838000', '154843.840000', '154843.843000', '154843.846000', '154843.848000', '154843.851000', '154843.853000', '154843.856000', '154843.859000', '154843.861000', '154843.864000', '154843.867000', '154843.869000', '154843.872000', '154843.874000', '154843.877000', '154843.880000', '154843.882000', '154843.885000', '154843.887000', '154843.890000', '154843.893000', '154843.895000', '154843.898000', '154843.901000', '154843.903000', '154843.906000', '154843.908000', '154843.911000', '154843.914000', '154843.916000', '154843.919000', '154843.921000', '154843.924000', '154843.927000', '154843.929000', '154843.932000', '154903.821000', '154903.824000', '154903.827000', '154903.830000', '154903.832000', '154903.835000', '154903.838000', '154903.840000', '154903.843000', '154903.846000', '154903.848000', '154903.851000', '154903.854000', '154903.857000', '154903.859000', '154903.862000', '154903.864000', '154903.867000', '154903.870000', '154903.872000', '154903.875000', '154903.878000', '154903.880000', '154903.883000', '154903.886000', '154903.888000', '154903.891000', '154903.894000', '154903.896000', '154903.899000', '154903.902000', '154903.904000', '154903.907000', '154903.910000', '154903.912000', '154903.915000', '154903.918000', '154903.920000', '154903.923000', '154903.925000', '154903.928000', '154903.931000', '154903.933000', '154903.936000', '154923.821000', '154923.825000', '154923.827000', '154923.830000', '154923.833000', '154923.835000', '154923.838000', '154923.841000', '154923.843000', '154923.846000', '154923.849000', '154923.851000', '154923.854000', '154923.857000', '154923.859000', '154923.862000', '154923.864000', '154923.867000', '154923.870000', '154923.872000', '154923.875000', '154923.878000', '154923.880000', '154923.883000', '154923.886000', '154923.888000', '154923.891000', '154923.894000', '154923.896000', '154923.899000', '154923.902000', '154923.905000', '154923.907000', '154923.910000', '154923.913000', '154923.915000', '154923.918000', '154923.920000', '154923.923000', '154923.926000', '154923.928000', '154923.931000', '154923.934000', '154943.822000', '154943.824000', '154943.827000', '154943.830000', '154943.833000', '154943.836000', '154943.839000', '154943.841000', '154943.844000', '154943.846000', '154943.849000', '154943.852000', '154943.854000', '154943.857000', '154943.860000', '154943.862000', '154943.865000', '154943.868000', '154943.870000', '154943.873000', '154943.876000', '154943.878000', '154943.881000', '154943.884000', '154943.886000', '154943.889000', '154943.911000', '154943.913000', '154943.916000', '154943.919000', '154943.921000', '154943.924000', '154943.927000', '154943.929000', '154943.932000', '154943.935000', '154943.937000', '154943.940000', '154943.943000', '154943.945000', '154943.948000', '154943.951000', '154943.953000', '154943.956000', '155003.820000', '155003.823000', '155003.826000', '155003.829000', '155003.832000', '155003.834000', '155003.837000', '155003.839000', '155003.842000', '155003.845000', '155003.847000', '155003.850000', '155003.853000', '155003.855000', '155003.858000', '155003.861000', '155003.863000', '155003.866000', '155003.869000', '155003.871000', '155003.874000', '155003.876000', '155003.879000', '155003.882000', '155003.884000', '155003.887000', '155003.890000', '155003.892000', '155003.895000', '155003.897000', '155003.900000', '155003.903000', '155003.905000', '155003.908000', '155003.910000', '155003.913000', '155003.916000', '155003.918000', '155003.921000', '155003.924000', '155003.926000', '155003.929000', '155003.932000', '155023.820000', '155023.823000', '155023.826000', '155023.829000', '155023.831000', '155023.834000', '155023.837000', '155023.839000', '155023.842000', '155023.845000', '155023.847000', '155023.850000', '155023.853000', '155023.856000', '155023.858000', '155023.861000', '155023.864000', '155023.866000', '155023.869000', '155023.872000', '155023.874000', '155023.877000', '155023.880000', '155023.882000', '155023.885000', '155023.888000', '155023.890000', '155023.893000', '155023.896000', '155023.898000', '155023.901000', '155023.904000', '155023.906000', '155023.909000', '155023.912000', '155023.914000', '155023.917000', '155023.920000', '155023.923000', '155023.925000', '155023.928000', '155023.931000', '155023.933000', '155043.821000', '155043.824000', '155043.827000', '155043.830000', '155043.833000', '155043.835000', '155043.838000', '155043.840000', '155043.843000', '155043.846000', '155043.848000', '155043.851000', '155043.854000', '155043.856000', '155043.859000', '155043.862000', '155043.864000', '155043.867000', '155043.870000', '155043.872000', '155043.875000', '155043.878000', '155043.880000', '155043.883000', '155043.886000', '155043.888000', '155043.891000', '155043.893000', '155043.896000', '155043.899000', '155043.901000', '155043.904000', '155043.907000', '155043.909000', '155043.912000', '155043.915000', '155043.917000', '155043.920000', '155043.923000', '155043.925000', '155043.928000', '155043.931000', '155043.933000', '155043.936000', '155103.824000', '155103.827000', '155103.829000', '155103.832000', '155103.835000', '155103.837000', '155103.840000', '155103.842000', '155103.845000', '155103.848000', '155103.850000', '155103.853000', '155103.856000', '155103.858000', '155103.861000', '155103.863000', '155103.866000', '155103.869000', '155103.872000', '155103.875000', '155103.878000', '155103.880000', '155103.883000', '155103.886000', '155103.888000', '155103.891000', '155103.894000', '155103.896000', '155103.899000', '155103.902000', '155103.904000', '155103.907000', '155103.910000', '155103.912000', '155103.915000', '155103.918000', '155103.920000', '155103.923000', '155103.926000', '155103.929000', '155103.931000', '155103.934000', '155103.936000', '155103.939000', '155123.822000', '155123.824000', '155123.827000', '155123.830000', '155123.832000', '155123.835000', '155123.838000', '155123.841000', '155123.843000', '155123.846000', '155123.849000', '155123.851000', '155123.854000', '155123.856000', '155123.859000', '155123.862000', '155123.864000', '155123.867000', '155123.870000', '155123.872000', '155123.875000', '155123.878000', '155123.880000', '155123.883000', '155123.886000', '155123.888000', '155123.891000', '155123.894000', '155123.896000', '155123.899000', '155123.902000', '155123.904000', '155123.907000', '155123.910000', '155123.912000', '155123.915000', '155123.918000', '155123.920000', '155123.923000', '155123.926000', '155123.928000', '155123.931000', '155123.933000', '155143.821000', '155143.825000', '155143.827000', '155143.830000', '155143.832000', '155143.835000', '155143.838000', '155143.840000', '155143.843000', '155143.846000', '155143.848000', '155143.851000', '155143.854000', '155143.856000', '155143.859000', '155143.862000', '155143.864000', '155143.867000', '155143.870000', '155143.873000', '155143.875000', '155143.879000', '155143.881000', '155143.884000', '155143.887000', '155143.889000', '155143.892000', '155143.895000', '155143.897000', '155143.900000', '155143.902000', '155143.905000', '155143.908000', '155143.910000', '155143.913000', '155143.916000', '155143.918000', '155143.921000', '155143.924000', '155143.926000', '155143.929000', '155143.932000', '155143.934000', '155203.821000', '155203.823000', '155203.826000', '155203.829000', '155203.832000', '155203.834000', '155203.837000', '155203.840000', '155203.842000', '155203.845000', '155203.848000', '155203.850000', '155203.853000', '155203.855000', '155203.858000', '155203.861000', '155203.863000', '155203.866000', '155203.869000', '155203.871000', '155203.877000', '155203.880000', '155203.882000', '155203.885000', '155203.888000', '155203.890000', '155203.893000', '155203.896000', '155203.898000', '155203.901000', '155203.904000', '155203.906000', '155203.909000', '155203.912000', '155203.914000', '155203.917000', '155203.919000', '155203.922000', '155203.925000', '155203.927000', '155203.930000', '155203.933000', '155203.935000', '155203.938000', '155223.821000', '155223.824000', '155223.826000', '155223.829000', '155223.832000', '155223.834000', '155223.837000', '155223.840000', '155223.842000', '155223.845000', '155223.848000', '155223.850000', '155223.853000', '155223.856000', '155223.858000', '155223.861000', '155223.864000', '155223.866000', '155223.869000', '155223.871000', '155223.874000', '155223.877000', '155223.880000', '155223.882000', '155223.885000', '155223.888000', '155223.891000', '155223.894000', '155223.896000', '155223.899000', '155223.902000', '155223.904000', '155223.907000', '155223.911000', '155223.914000', '155223.917000', '155223.919000', '155223.922000', '155223.925000', '155223.928000', '155223.930000', '155223.933000', '155223.935000', '155241.326000', '155241.329000', '155241.332000', '155241.335000', '155241.352000', '155241.354000', '155241.357000', '155241.360000', '155241.362000', '155241.365000', '155241.367000', '155241.370000', '155241.373000', '155241.375000', '155241.378000', '155241.381000', '155241.383000', '155241.386000', '155241.389000', '155241.392000', '155241.394000', '155241.397000', '155241.400000', '155241.402000', '155241.405000', '155241.407000', '155241.410000', '155241.413000', '155241.415000', '155241.418000', '155241.421000', '155241.423000', '155241.426000', '155241.429000', '155241.431000', '155241.434000', '155241.437000', '155241.439000', '155241.442000'], 'InstanceCreationTime': ['154603.853000', '154603.856000', '154603.859000', '154603.861000', '154603.864000', '154603.867000', '154603.869000', '154603.872000', '154603.874000', '154603.877000', '154603.880000', '154603.889000', '154603.891000', '154603.894000', '154603.897000', '154603.900000', '154603.903000', '154603.905000', '154603.908000', '154603.911000', '154603.913000', '154603.916000', '154603.918000', '154603.921000', '154603.924000', '154603.927000', '154603.930000', '154603.933000', '154603.935000', '154603.938000', '154603.940000', '154603.943000', '154603.946000', '154603.948000', '154603.953000', '154603.957000', '154603.959000', '154603.962000', '154603.975000', '154603.978000', '154603.981000', '154603.983000', '154603.986000', '154603.988000', '154603.991000', '154603.994000', '154603.996000', '154604.000000', '154604.003000', '154623.821000', '154623.825000', '154623.827000', '154623.830000', '154623.841000', '154623.844000', '154623.847000', '154623.849000', '154623.852000', '154623.855000', '154623.857000', '154623.860000', '154623.862000', '154623.865000', '154623.868000', '154623.870000', '154623.873000', '154623.876000', '154623.878000', '154623.881000', '154623.883000', '154623.886000', '154623.889000', '154623.892000', '154623.894000', '154623.897000', '154623.899000', '154623.902000', '154623.905000', '154623.907000', '154623.910000', '154623.912000', '154623.915000', '154623.918000', '154623.920000', '154623.923000', '154623.925000', '154623.928000', '154623.930000', '154623.933000', '154623.936000', '154623.938000', '154623.941000', '154623.943000', '154643.821000', '154643.824000', '154643.827000', '154643.830000', '154643.832000', '154643.841000', '154643.844000', '154643.846000', '154643.849000', '154643.852000', '154643.854000', '154643.857000', '154643.859000', '154643.862000', '154643.865000', '154643.867000', '154643.878000', '154643.881000', '154643.884000', '154643.887000', '154643.889000', '154643.892000', '154643.895000', '154643.898000', '154643.900000', '154643.903000', '154643.905000', '154643.908000', '154643.911000', '154643.913000', '154643.916000', '154643.919000', '154643.922000', '154643.925000', '154643.927000', '154643.930000', '154643.933000', '154643.935000', '154643.938000', '154643.940000', '154643.943000', '154643.945000', '154643.948000', '154703.821000', '154703.824000', '154703.827000', '154703.829000', '154703.832000', '154703.835000', '154703.837000', '154703.840000', '154703.843000', '154703.845000', '154703.848000', '154703.850000', '154703.853000', '154703.856000', '154703.858000', '154703.865000', '154703.867000', '154703.870000', '154703.873000', '154703.875000', '154703.878000', '154703.881000', '154703.884000', '154703.886000', '154703.889000', '154703.891000', '154703.894000', '154703.897000', '154703.900000', '154703.902000', '154703.905000', '154703.908000', '154703.911000', '154703.913000', '154703.916000', '154703.919000', '154703.921000', '154703.924000', '154703.926000', '154703.929000', '154703.932000', '154703.934000', '154703.937000', '154703.940000', '154723.821000', '154723.824000', '154723.827000', '154723.830000', '154723.832000', '154723.835000', '154723.837000', '154723.840000', '154723.843000', '154723.845000', '154723.848000', '154723.851000', '154723.853000', '154723.856000', '154723.859000', '154723.861000', '154723.864000', '154723.867000', '154723.869000', '154723.872000', '154723.875000', '154723.877000', '154723.880000', '154723.883000', '154723.885000', '154723.888000', '154723.890000', '154723.893000', '154723.896000', '154723.898000', '154723.901000', '154723.904000', '154723.906000', '154723.909000', '154723.912000', '154723.914000', '154723.924000', '154723.927000', '154723.929000', '154723.932000', '154723.934000', '154723.937000', '154723.940000', '154743.821000', '154743.831000', '154743.834000', '154743.836000', '154743.839000', '154743.842000', '154743.844000', '154743.847000', '154743.850000', '154743.852000', '154743.855000', '154743.858000', '154743.860000', '154743.863000', '154743.866000', '154743.868000', '154743.871000', '154743.874000', '154743.876000', '154743.879000', '154743.881000', '154743.884000', '154743.887000', '154743.889000', '154743.892000', '154743.895000', '154743.897000', '154743.900000', '154743.902000', '154743.905000', '154743.908000', '154743.910000', '154743.913000', '154743.916000', '154743.918000', '154743.921000', '154743.924000', '154743.926000', '154743.929000', '154743.932000', '154743.934000', '154743.937000', '154743.939000', '154743.942000', '154803.820000', '154803.823000', '154803.826000', '154803.829000', '154803.831000', '154803.834000', '154803.836000', '154803.839000', '154803.842000', '154803.845000', '154803.847000', '154803.850000', '154803.852000', '154803.855000', '154803.858000', '154803.860000', '154803.863000', '154803.866000', '154803.868000', '154803.871000', '154803.873000', '154803.876000', '154803.879000', '154803.881000', '154803.884000', '154803.886000', '154803.889000', '154803.892000', '154803.894000', '154803.897000', '154803.900000', '154803.902000', '154803.905000', '154803.907000', '154803.910000', '154803.913000', '154803.915000', '154803.918000', '154803.920000', '154803.923000', '154803.926000', '154803.928000', '154803.931000', '154823.821000', '154823.858000', '154823.861000', '154823.863000', '154823.866000', '154823.869000', '154823.871000', '154823.874000', '154823.877000', '154823.879000', '154823.882000', '154823.884000', '154823.887000', '154823.890000', '154823.892000', '154823.895000', '154823.898000', '154823.900000', '154823.903000', '154823.905000', '154823.908000', '154823.911000', '154823.913000', '154823.916000', '154823.918000', '154823.921000', '154823.923000', '154823.926000', '154823.929000', '154823.932000', '154823.934000', '154823.937000', '154823.940000', '154823.943000', '154823.945000', '154823.948000', '154823.951000', '154823.953000', '154823.956000', '154823.958000', '154823.961000', '154823.964000', '154823.966000', '154823.969000', '154843.822000', '154843.824000', '154843.827000', '154843.830000', '154843.832000', '154843.835000', '154843.838000', '154843.840000', '154843.843000', '154843.846000', '154843.848000', '154843.851000', '154843.853000', '154843.856000', '154843.859000', '154843.861000', '154843.864000', '154843.867000', '154843.869000', '154843.872000', '154843.874000', '154843.877000', '154843.880000', '154843.882000', '154843.885000', '154843.887000', '154843.890000', '154843.893000', '154843.895000', '154843.898000', '154843.901000', '154843.903000', '154843.906000', '154843.908000', '154843.911000', '154843.914000', '154843.916000', '154843.919000', '154843.921000', '154843.924000', '154843.927000', '154843.929000', '154843.932000', '154903.821000', '154903.824000', '154903.827000', '154903.830000', '154903.832000', '154903.835000', '154903.838000', '154903.840000', '154903.843000', '154903.846000', '154903.848000', '154903.851000', '154903.854000', '154903.857000', '154903.859000', '154903.862000', '154903.864000', '154903.867000', '154903.870000', '154903.872000', '154903.875000', '154903.878000', '154903.880000', '154903.883000', '154903.886000', '154903.888000', '154903.891000', '154903.894000', '154903.896000', '154903.899000', '154903.902000', '154903.904000', '154903.907000', '154903.910000', '154903.912000', '154903.915000', '154903.918000', '154903.920000', '154903.923000', '154903.925000', '154903.928000', '154903.931000', '154903.933000', '154903.936000', '154923.821000', '154923.825000', '154923.827000', '154923.830000', '154923.833000', '154923.835000', '154923.838000', '154923.841000', '154923.843000', '154923.846000', '154923.849000', '154923.851000', '154923.854000', '154923.857000', '154923.859000', '154923.862000', '154923.864000', '154923.867000', '154923.870000', '154923.872000', '154923.875000', '154923.878000', '154923.880000', '154923.883000', '154923.886000', '154923.888000', '154923.891000', '154923.894000', '154923.896000', '154923.899000', '154923.902000', '154923.905000', '154923.907000', '154923.910000', '154923.913000', '154923.915000', '154923.918000', '154923.920000', '154923.923000', '154923.926000', '154923.928000', '154923.931000', '154923.934000', '154943.822000', '154943.824000', '154943.827000', '154943.830000', '154943.833000', '154943.836000', '154943.839000', '154943.841000', '154943.844000', '154943.846000', '154943.849000', '154943.852000', '154943.854000', '154943.857000', '154943.860000', '154943.862000', '154943.865000', '154943.868000', '154943.870000', '154943.873000', '154943.876000', '154943.878000', '154943.881000', '154943.884000', '154943.886000', '154943.889000', '154943.911000', '154943.913000', '154943.916000', '154943.919000', '154943.921000', '154943.924000', '154943.927000', '154943.929000', '154943.932000', '154943.935000', '154943.937000', '154943.940000', '154943.943000', '154943.945000', '154943.948000', '154943.951000', '154943.953000', '154943.956000', '155003.820000', '155003.823000', '155003.826000', '155003.829000', '155003.832000', '155003.834000', '155003.837000', '155003.839000', '155003.842000', '155003.845000', '155003.847000', '155003.850000', '155003.853000', '155003.855000', '155003.858000', '155003.861000', '155003.863000', '155003.866000', '155003.869000', '155003.871000', '155003.874000', '155003.876000', '155003.879000', '155003.882000', '155003.884000', '155003.887000', '155003.890000', '155003.892000', '155003.895000', '155003.897000', '155003.900000', '155003.903000', '155003.905000', '155003.908000', '155003.910000', '155003.913000', '155003.916000', '155003.918000', '155003.921000', '155003.924000', '155003.926000', '155003.929000', '155003.932000', '155023.820000', '155023.823000', '155023.826000', '155023.829000', '155023.831000', '155023.834000', '155023.837000', '155023.839000', '155023.842000', '155023.845000', '155023.847000', '155023.850000', '155023.853000', '155023.856000', '155023.858000', '155023.861000', '155023.864000', '155023.866000', '155023.869000', '155023.872000', '155023.874000', '155023.877000', '155023.880000', '155023.882000', '155023.885000', '155023.888000', '155023.890000', '155023.893000', '155023.896000', '155023.898000', '155023.901000', '155023.904000', '155023.906000', '155023.909000', '155023.912000', '155023.914000', '155023.917000', '155023.920000', '155023.923000', '155023.925000', '155023.928000', '155023.931000', '155023.933000', '155043.821000', '155043.824000', '155043.827000', '155043.830000', '155043.833000', '155043.835000', '155043.838000', '155043.840000', '155043.843000', '155043.846000', '155043.848000', '155043.851000', '155043.854000', '155043.856000', '155043.859000', '155043.862000', '155043.864000', '155043.867000', '155043.870000', '155043.872000', '155043.875000', '155043.878000', '155043.880000', '155043.883000', '155043.886000', '155043.888000', '155043.891000', '155043.893000', '155043.896000', '155043.899000', '155043.901000', '155043.904000', '155043.907000', '155043.909000', '155043.912000', '155043.915000', '155043.917000', '155043.920000', '155043.923000', '155043.925000', '155043.928000', '155043.931000', '155043.933000', '155043.936000', '155103.824000', '155103.827000', '155103.829000', '155103.832000', '155103.835000', '155103.837000', '155103.840000', '155103.842000', '155103.845000', '155103.848000', '155103.850000', '155103.853000', '155103.856000', '155103.858000', '155103.861000', '155103.863000', '155103.866000', '155103.869000', '155103.872000', '155103.875000', '155103.878000', '155103.880000', '155103.883000', '155103.886000', '155103.888000', '155103.891000', '155103.894000', '155103.896000', '155103.899000', '155103.902000', '155103.904000', '155103.907000', '155103.910000', '155103.912000', '155103.915000', '155103.918000', '155103.920000', '155103.923000', '155103.926000', '155103.929000', '155103.931000', '155103.934000', '155103.936000', '155103.939000', '155123.822000', '155123.824000', '155123.827000', '155123.830000', '155123.832000', '155123.835000', '155123.838000', '155123.841000', '155123.843000', '155123.846000', '155123.849000', '155123.851000', '155123.854000', '155123.856000', '155123.859000', '155123.862000', '155123.864000', '155123.867000', '155123.870000', '155123.872000', '155123.875000', '155123.878000', '155123.880000', '155123.883000', '155123.886000', '155123.888000', '155123.891000', '155123.894000', '155123.896000', '155123.899000', '155123.902000', '155123.904000', '155123.907000', '155123.910000', '155123.912000', '155123.915000', '155123.918000', '155123.920000', '155123.923000', '155123.926000', '155123.928000', '155123.931000', '155123.933000', '155143.821000', '155143.825000', '155143.827000', '155143.830000', '155143.832000', '155143.835000', '155143.838000', '155143.840000', '155143.843000', '155143.846000', '155143.848000', '155143.851000', '155143.854000', '155143.856000', '155143.859000', '155143.862000', '155143.864000', '155143.867000', '155143.870000', '155143.873000', '155143.875000', '155143.879000', '155143.881000', '155143.884000', '155143.887000', '155143.889000', '155143.892000', '155143.895000', '155143.897000', '155143.900000', '155143.902000', '155143.905000', '155143.908000', '155143.910000', '155143.913000', '155143.916000', '155143.918000', '155143.921000', '155143.924000', '155143.926000', '155143.929000', '155143.932000', '155143.934000', '155203.821000', '155203.823000', '155203.826000', '155203.829000', '155203.832000', '155203.834000', '155203.837000', '155203.840000', '155203.842000', '155203.845000', '155203.848000', '155203.850000', '155203.853000', '155203.855000', '155203.858000', '155203.861000', '155203.863000', '155203.866000', '155203.869000', '155203.871000', '155203.877000', '155203.880000', '155203.882000', '155203.885000', '155203.888000', '155203.890000', '155203.893000', '155203.896000', '155203.898000', '155203.901000', '155203.904000', '155203.906000', '155203.909000', '155203.912000', '155203.914000', '155203.917000', '155203.919000', '155203.922000', '155203.925000', '155203.927000', '155203.930000', '155203.933000', '155203.935000', '155203.938000', '155223.821000', '155223.824000', '155223.826000', '155223.829000', '155223.832000', '155223.834000', '155223.837000', '155223.840000', '155223.842000', '155223.845000', '155223.848000', '155223.850000', '155223.853000', '155223.856000', '155223.858000', '155223.861000', '155223.864000', '155223.866000', '155223.869000', '155223.871000', '155223.874000', '155223.877000', '155223.880000', '155223.882000', '155223.885000', '155223.888000', '155223.891000', '155223.894000', '155223.896000', '155223.899000', '155223.902000', '155223.904000', '155223.907000', '155223.911000', '155223.914000', '155223.917000', '155223.919000', '155223.922000', '155223.925000', '155223.928000', '155223.930000', '155223.933000', '155223.935000', '155241.326000', '155241.329000', '155241.332000', '155241.335000', '155241.352000', '155241.354000', '155241.357000', '155241.360000', '155241.362000', '155241.365000', '155241.367000', '155241.370000', '155241.373000', '155241.375000', '155241.378000', '155241.381000', '155241.383000', '155241.386000', '155241.389000', '155241.392000', '155241.394000', '155241.397000', '155241.400000', '155241.402000', '155241.405000', '155241.407000', '155241.410000', '155241.413000', '155241.415000', '155241.418000', '155241.421000', '155241.423000', '155241.426000', '155241.429000', '155241.431000', '155241.434000', '155241.437000', '155241.439000', '155241.442000'], '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': [16000, 13953, 14819, 12312, 15384, 11753, 10943, 9856, 8265, 14368, 8266, 10257, 8444, 9524, 7183, 8040, 7977, 8038, 9099, 8127, 8548, 7474, 8129, 7427, 8185, 7284, 8307, 8462, 8242, 11474, 8066, 10236, 8170, 10133, 7405, 10854, 9552, 11698, 13282, 10358, 15196, 8252, 13084, 7916, 12907, 10933, 12402, 7857, 8236, 15141, 8295, 12629, 7926, 11871, 7219, 7968, 10162, 7874, 11848, 8138, 13523, 9124, 13237, 7155, 8114, 8167, 8205, 15172, 12310, 14139, 7920, 13633, 7304, 8357, 11223, 8063, 14965, 9620, 13526, 7595, 8993, 7286, 7897, 13676, 8362, 13005, 7741, 8940, 7390, 7995, 11143, 7926, 13937, 7899, 11954, 7300, 8022, 7814, 7815, 14653, 10791, 13291, 7142, 8409, 7357, 7915, 13856, 8846, 13361, 7632, 12542, 7459, 8001, 12444, 7972, 14804, 11561, 13929, 7382, 10938, 10497, 8473, 15511, 12748, 12452, 7472, 8083, 9985, 7940, 14928, 11616, 12054, 7434, 7818, 7624, 7897, 13958, 7867, 13085, 7746, 8969, 7391, 8527, 7614, 8708, 13267, 9723, 13800, 9471, 12984, 7856, 8550, 7979, 8462, 9255, 12221, 7695, 11333, 10727, 11123, 7804, 13560, 8052, 13502, 10108, 9746, 11792, 8332, 12359, 8432, 11792, 9533, 9608, 8250, 8354, 9888, 8080, 8892, 7721, 9560, 7556, 10702, 8283, 8626, 8899, 8554, 14111, 11729, 13240, 8113, 11784, 7899, 8597, 12220, 8396, 12865, 7879, 11844, 7470, 8438, 7476, 8365, 13509, 8724, 12464, 7962, 8427, 7669, 8187, 13018, 7871, 10885, 8036, 8407, 7551, 8054, 7257, 8183, 11444, 8086, 10219, 7907, 9531, 7607, 9030, 11710, 8264, 12449, 9888, 13038, 10739, 9883, 13510, 8170, 12355, 8101, 10540, 10731, 8167, 13339, 8455, 9833, 8248, 9296, 13006, 10279, 11072, 8094, 10753, 8044, 8504, 14021, 11086, 10352, 8043, 8325, 13749, 8099, 12537, 9772, 10093, 7824, 8138, 13447, 8473, 9903, 11229, 8426, 12094, 8275, 8995, 8331, 8224, 12837, 8615, 11926, 8186, 12118, 8299, 8533, 10717, 8566, 13524, 10872, 12823, 8352, 9390, 7641, 8391, 13124, 10950, 11592, 8405, 8453, 7841, 8507, 12718, 8519, 8462, 9015, 11681, 10899, 8250, 11437, 13795, 12230, 9635, 10069, 10300, 11633, 13907, 12283, 13641, 10726, 9156, 8126, 8003, 11050, 8123, 11506, 8595, 10291, 8189, 8259, 11452, 8070, 10951, 8138, 11940, 8198, 10930, 8744, 8324, 11277, 8266, 12952, 10830, 11844, 8404, 8278, 8085, 7909, 11703, 7988, 11450, 8469, 8452, 8404, 8160, 11462, 8265, 11340, 9047, 11801, 8295, 8472, 13228, 8255, 12431, 10506, 11017, 8583, 8365, 8010, 8515, 12615, 10983, 11457, 8265, 8552, 8151, 8094, 10190, 8228, 12082, 9105, 11613, 8524, 10086, 8312, 9336, 12945, 10858, 10305, 8293, 9271, 8402, 10151, 9713, 10145, 11680, 7951, 11889, 8413, 8801, 8200, 11167, 7784, 8125, 13546, 8492, 8693, 7971, 8288, 13079, 9034, 11487, 8733, 9066, 8070, 8878, 10972, 8429, 12684, 8319, 12218, 8403, 8350, 12301, 8375, 13769, 11483, 10308, 8547, 8581, 7773, 8174, 13156, 11936, 11959, 8096, 8403, 7485, 8233, 11499, 8251, 10352, 7713, 8416, 7344, 8110, 11357, 8424, 9652, 9328, 8514, 10976, 8308, 9494, 8369, 9231, 7484, 10708, 10891, 8127, 13288, 8078, 9081, 7201, 8535, 8137, 8290, 13521, 8057, 9775, 7320, 8608, 12866, 8006, 11500, 7889, 8422, 7315, 8488, 7640, 8241, 13642, 7948, 8598, 7266, 8542, 7617, 8191, 14721, 7649, 9193, 7332, 9950, 7458, 8307, 7488, 8053, 15111, 7538, 12147, 8318, 8964, 7350, 8008, 8044, 8095, 12781, 10137, 9799, 7514, 8119, 7196, 8152, 12457, 8678, 11238, 7266, 11237, 7510, 10922, 8967, 13337, 9260, 12475, 8500, 7788, 13080, 8959, 14762, 13478, 13921, 7743, 9530, 7139, 7788, 11728, 7677, 11724, 7441, 9460, 7161, 7950, 7205, 8411, 7252, 7319, 10630, 7575, 13622, 11519, 11605, 7198, 9559, 8709, 7700, 15194, 13019, 11897, 7204, 7826, 7101, 7698, 13076, 8088, 10839, 7098, 8765, 7452, 7484, 13489, 9706, 10957, 7163, 8762, 7024, 8333, 8010, 8928, 7299, 7125, 11820, 7158, 11590, 10115, 10531, 7444, 7327, 14284, 7751, 13441, 10017, 11283, 7684, 7517, 12478, 7119, 11928, 8622, 9616, 7490, 7368, 10896, 7569, 10001, 7093, 7915, 14469, 7395, 13300, 11436, 10612, 7110, 7833, 11824, 7282, 13095, 11076, 12003, 7002, 9544, 7759, 10254, 7291, 8221, 8109, 8587, 7987, 8672, 15428, 14376, 9811, 8425, 8249, 9792, 7590, 8493, 7913, 8760, 8097, 11079, 10257, 12125, 11470, 9358, 13005, 8702, 13406, 9200, 12970, 9501, 10429, 8783, 7449, 10245, 7424, 10158, 8459, 7732, 8451, 7678, 7542, 7985, 7601, 8176, 9629, 8027, 12003, 8247, 9372, 7755, 7364, 7529, 7120, 7788, 8894, 7750, 7480, 7618, 7464, 7416, 7645, 8342, 13027, 11965, 11664, 7131, 10142, 7088, 8548, 7078, 10045, 7010, 10778, 7125, 7265, 6952, 8253, 7227, 11664, 8916, 13236, 7240, 7646, 7429, 8683, 7109, 12017, 11638, 10842, 8472, 7697, 10709, 7651, 10665, 7704, 12103, 8572, 10328, 7135, 7438, 7047, 7598, 11563, 8516, 12032, 8957, 11157, 7416, 9345, 6975, 10239, 7306, 8807, 7806, 7527, 12614, 7476, 9501, 7180, 11231, 7142, 8550, 7996, 7645, 9689, 7308, 9896, 7552, 12310, 6925, 7522, 7658, 7514, 10550, 7567, 10173, 7885, 9344, 7013, 7519, 6960, 7375, 7146, 7556, 7198, 9137, 7067, 7621, 8849, 7665, 12925, 11619, 10386, 7380, 8486, 6878, 7380, 6956, 7433, 10829, 7571, 8078, 7172, 7230, 6762, 7523, 7323, 7615, 10329, 7187, 8668, 7149, 7154, 6864, 9515, 7822, 10929, 7145, 7384, 11644, 7009, 11407, 9316, 12157, 8482, 9697, 7457, 7328, 9801, 7365, 9557, 6843, 8615, 7185, 7448, 7653, 7336, 10127, 7493, 11180, 8759, 8478, 7101, 7704, 7560, 7492, 13145, 10523, 10031, 6882, 7483, 6987, 7727, 7532, 7602, 13958, 11741, 9690, 7088, 9040, 7172, 7578, 7129, 6935, 7028, 9878, 7404, 8762, 6933, 11975, 11198, 11384, 13008, 11366, 11226, 7705, 6784, 11016, 9315, 8593, 8457, 7792, 6910, 9475, 9173, 9712, 12463, 10939, 9412, 7385, 10452, 7050, 8117, 7224, 11506, 7292, 7520, 7422, 7490, 8900, 7380, 9338, 7668, 9201, 7084, 7510, 7198, 7233, 9317, 7424, 10752, 7414, 9740, 6860, 7780, 7214, 7943, 10201, 9467, 12632, 12200, 10033, 7463, 9149, 7169, 9210, 7822, 11727, 7105, 7682, 7371, 7403, 8325, 7192, 8959, 7209, 7139, 6899, 7567], 'WindowCenter': [4391.0, 4368.0, 4354.0, 4309.0, 4323.0, 4277.0, 4256.0, 4242.0, 4212.0, 4282.0, 4212.0, 4252.0, 4223.0, 4242.0, 4191.0, 4212.0, 4210.0, 4222.0, 4231.0, 4223.0, 4246.0, 4228.0, 4223.0, 4214.0, 4235.0, 4214.0, 4247.0, 4236.0, 4249.0, 4287.0, 4239.0, 4276.0, 4250.0, 4279.0, 4230.0, 4291.0, 4281.0, 4303.0, 4307.0, 4280.0, 4319.0, 4248.0, 4298.0, 4236.0, 4311.0, 4279.0, 4299.0, 4235.0, 4248.0, 4317.0, 4247.0, 4298.0, 4249.0, 4298.0, 4226.0, 4238.0, 4264.0, 4237.0, 4287.0, 4238.0, 4309.0, 4258.0, 4308.0, 4217.0, 4238.0, 4245.0, 4249.0, 4320.0, 4300.0, 4308.0, 4238.0, 4307.0, 4226.0, 4247.0, 4288.0, 4250.0, 4317.0, 4268.0, 4296.0, 4226.0, 4257.0, 4225.0, 4239.0, 4308.0, 4248.0, 4296.0, 4238.0, 4256.0, 4226.0, 4249.0, 4300.0, 4249.0, 4318.0, 4239.0, 4298.0, 4228.0, 4249.0, 4238.0, 4239.0, 4318.0, 4290.0, 4308.0, 4218.0, 4248.0, 4228.0, 4250.0, 4319.0, 4261.0, 4308.0, 4240.0, 4310.0, 4227.0, 4249.0, 4308.0, 4252.0, 4318.0, 4301.0, 4307.0, 4228.0, 4289.0, 4277.0, 4250.0, 4319.0, 4298.0, 4299.0, 4216.0, 4237.0, 4255.0, 4237.0, 4318.0, 4287.0, 4285.0, 4214.0, 4226.0, 4226.0, 4238.0, 4306.0, 4248.0, 4308.0, 4228.0, 4258.0, 4227.0, 4260.0, 4223.0, 4249.0, 4310.0, 4269.0, 4306.0, 4270.0, 4309.0, 4252.0, 4261.0, 4255.0, 4237.0, 4272.0, 4305.0, 4216.0, 4266.0, 4266.0, 4274.0, 4201.0, 4280.0, 4212.0, 4295.0, 4253.0, 4229.0, 4245.0, 4235.0, 4300.0, 4264.0, 4301.0, 4267.0, 4271.0, 4247.0, 4247.0, 4264.0, 4234.0, 4241.0, 4237.0, 4268.0, 4252.0, 4291.0, 4248.0, 4261.0, 4257.0, 4259.0, 4308.0, 4285.0, 4298.0, 4237.0, 4288.0, 4223.0, 4249.0, 4285.0, 4248.0, 4294.0, 4225.0, 4287.0, 4228.0, 4246.0, 4213.0, 4247.0, 4306.0, 4259.0, 4295.0, 4236.0, 4249.0, 4237.0, 4260.0, 4306.0, 4250.0, 4286.0, 4237.0, 4261.0, 4239.0, 4250.0, 4225.0, 4249.0, 4286.0, 4251.0, 4292.0, 4252.0, 4283.0, 4242.0, 4273.0, 4300.0, 4248.0, 4298.0, 4270.0, 4311.0, 4280.0, 4271.0, 4306.0, 4247.0, 4298.0, 4250.0, 4291.0, 4276.0, 4250.0, 4305.0, 4248.0, 4268.0, 4237.0, 4270.0, 4308.0, 4281.0, 4288.0, 4237.0, 4279.0, 4237.0, 4247.0, 4308.0, 4289.0, 4266.0, 4234.0, 4238.0, 4296.0, 4237.0, 4297.0, 4268.0, 4269.0, 4224.0, 4237.0, 4296.0, 4236.0, 4267.0, 4276.0, 4248.0, 4283.0, 4234.0, 4245.0, 4235.0, 4237.0, 4295.0, 4248.0, 4285.0, 4236.0, 4285.0, 4235.0, 4247.0, 4275.0, 4248.0, 4295.0, 4279.0, 4297.0, 4236.0, 4256.0, 4226.0, 4246.0, 4296.0, 4277.0, 4274.0, 4237.0, 4236.0, 4234.0, 4248.0, 4298.0, 4275.0, 4281.0, 4290.0, 4290.0, 4276.0, 4246.0, 4288.0, 4320.0, 4312.0, 4285.0, 4294.0, 4289.0, 4299.0, 4307.0, 4288.0, 4310.0, 4276.0, 4258.0, 4236.0, 4240.0, 4275.0, 4236.0, 4279.0, 4233.0, 4266.0, 4235.0, 4236.0, 4272.0, 4238.0, 4274.0, 4237.0, 4287.0, 4246.0, 4278.0, 4248.0, 4236.0, 4274.0, 4237.0, 4296.0, 4277.0, 4289.0, 4234.0, 4235.0, 4224.0, 4237.0, 4283.0, 4238.0, 4287.0, 4238.0, 4237.0, 4235.0, 4247.0, 4286.0, 4248.0, 4289.0, 4257.0, 4289.0, 4236.0, 4248.0, 4295.0, 4239.0, 4286.0, 4276.0, 4277.0, 4244.0, 4237.0, 4234.0, 4245.0, 4294.0, 4279.0, 4287.0, 4236.0, 4248.0, 4223.0, 4225.0, 4252.0, 4246.0, 4296.0, 4256.0, 4285.0, 4246.0, 4264.0, 4232.0, 4268.0, 4295.0, 4290.0, 4266.0, 4247.0, 4255.0, 4235.0, 4279.0, 4265.0, 4270.0, 4286.0, 4236.0, 4285.0, 4236.0, 4248.0, 4237.0, 4276.0, 4225.0, 4227.0, 4295.0, 4245.0, 4236.0, 4223.0, 4236.0, 4295.0, 4248.0, 4284.0, 4246.0, 4247.0, 4234.0, 4258.0, 4275.0, 4248.0, 4295.0, 4237.0, 4286.0, 4236.0, 4236.0, 4284.0, 4237.0, 4296.0, 4290.0, 4263.0, 4247.0, 4248.0, 4223.0, 4238.0, 4294.0, 4287.0, 4288.0, 4238.0, 4236.0, 4214.0, 4237.0, 4274.0, 4233.0, 4268.0, 4224.0, 4236.0, 4213.0, 4226.0, 4274.0, 4236.0, 4256.0, 4243.0, 4236.0, 4263.0, 4236.0, 4254.0, 4237.0, 4257.0, 4215.0, 4279.0, 4264.0, 4227.0, 4295.0, 4237.0, 4246.0, 4217.0, 4247.0, 4224.0, 4236.0, 4295.0, 4235.0, 4267.0, 4216.0, 4246.0, 4294.0, 4237.0, 4274.0, 4235.0, 4235.0, 4218.0, 4246.0, 4226.0, 4247.0, 4305.0, 4236.0, 4247.0, 4227.0, 4247.0, 4237.0, 4248.0, 4316.0, 4226.0, 4257.0, 4229.0, 4280.0, 4229.0, 4251.0, 4226.0, 4238.0, 4317.0, 4251.0, 4299.0, 4246.0, 4260.0, 4241.0, 4266.0, 4248.0, 4253.0, 4312.0, 4279.0, 4255.0, 4217.0, 4240.0, 4220.0, 4247.0, 4297.0, 4234.0, 4277.0, 4217.0, 4262.0, 4216.0, 4265.0, 4273.0, 4336.0, 4269.0, 4312.0, 4246.0, 4227.0, 4306.0, 4257.0, 4306.0, 4297.0, 4294.0, 4225.0, 4256.0, 4214.0, 4227.0, 4285.0, 4227.0, 4273.0, 4214.0, 4253.0, 4204.0, 4226.0, 4226.0, 4247.0, 4228.0, 4227.0, 4276.0, 4237.0, 4306.0, 4288.0, 4277.0, 4218.0, 4258.0, 4245.0, 4227.0, 4316.0, 4296.0, 4287.0, 4217.0, 4227.0, 4215.0, 4225.0, 4295.0, 4239.0, 4275.0, 4220.0, 4249.0, 4225.0, 4230.0, 4307.0, 4267.0, 4275.0, 4219.0, 4245.0, 4214.0, 4246.0, 4238.0, 4261.0, 4226.0, 4219.0, 4298.0, 4220.0, 4290.0, 4276.0, 4282.0, 4226.0, 4228.0, 4306.0, 4229.0, 4310.0, 4269.0, 4290.0, 4225.0, 4227.0, 4285.0, 4215.0, 4286.0, 4248.0, 4255.0, 4214.0, 4215.0, 4275.0, 4225.0, 4268.0, 4215.0, 4238.0, 4304.0, 4216.0, 4297.0, 4286.0, 4278.0, 4206.0, 4227.0, 4284.0, 4215.0, 4294.0, 4276.0, 4288.0, 4207.0, 4257.0, 4224.0, 4283.0, 4225.0, 4249.0, 4233.0, 4245.0, 4236.0, 4247.0, 4200.0, 4287.0, 4286.0, 4235.0, 4235.0, 4240.0, 4209.0, 4230.0, 4232.0, 4232.0, 4236.0, 4286.0, 4279.0, 4297.0, 4288.0, 4256.0, 4284.0, 4221.0, 4270.0, 4230.0, 4270.0, 4242.0, 4248.0, 4222.0, 4200.0, 4251.0, 4200.0, 4247.0, 4221.0, 4222.0, 4233.0, 4210.0, 4210.0, 4224.0, 4224.0, 4246.0, 4256.0, 4238.0, 4286.0, 4248.0, 4252.0, 4226.0, 4212.0, 4227.0, 4211.0, 4238.0, 4255.0, 4239.0, 4225.0, 4238.0, 4225.0, 4229.0, 4235.0, 4248.0, 4308.0, 4299.0, 4285.0, 4219.0, 4265.0, 4214.0, 4247.0, 4217.0, 4267.0, 4218.0, 4290.0, 4218.0, 4227.0, 4218.0, 4248.0, 4225.0, 4299.0, 4256.0, 4311.0, 4225.0, 4238.0, 4225.0, 4258.0, 4215.0, 4300.0, 4285.0, 4289.0, 4243.0, 4238.0, 4275.0, 4227.0, 4276.0, 4224.0, 4286.0, 4244.0, 4266.0, 4215.0, 4226.0, 4213.0, 4238.0, 4283.0, 4258.0, 4295.0, 4258.0, 4275.0, 4226.0, 4256.0, 4214.0, 4266.0, 4225.0, 4247.0, 4224.0, 4226.0, 4282.0, 4213.0, 4255.0, 4215.0, 4288.0, 4215.0, 4246.0, 4221.0, 4224.0, 4253.0, 4214.0, 4254.0, 4225.0, 4284.0, 4214.0, 4224.0, 4221.0, 4214.0, 4263.0, 4224.0, 4264.0, 4236.0, 4242.0, 4213.0, 4214.0, 4213.0, 4225.0, 4213.0, 4237.0, 4228.0, 4267.0, 4216.0, 4237.0, 4242.0, 4236.0, 4296.0, 4285.0, 4262.0, 4225.0, 4244.0, 4203.0, 4225.0, 4211.0, 4226.0, 4272.0, 4236.0, 4232.0, 4216.0, 4224.0, 4201.0, 4225.0, 4212.0, 4237.0, 4274.0, 4215.0, 4243.0, 4214.0, 4215.0, 4217.0, 4267.0, 4236.0, 4288.0, 4214.0, 4227.0, 4283.0, 4216.0, 4283.0, 4256.0, 4297.0, 4245.0, 4266.0, 4211.0, 4225.0, 4261.0, 4223.0, 4265.0, 4204.0, 4245.0, 4213.0, 4225.0, 4221.0, 4225.0, 4261.0, 4226.0, 4285.0, 4246.0, 4245.0, 4214.0, 4235.0, 4222.0, 4225.0, 4292.0, 4274.0, 4265.0, 4216.0, 4225.0, 4213.0, 4238.0, 4224.0, 4236.0, 4304.0, 4298.0, 4264.0, 4215.0, 4252.0, 4215.0, 4225.0, 4216.0, 4216.0, 4215.0, 4264.0, 4225.0, 4247.0, 4227.0, 4300.0, 4286.0, 4289.0, 4295.0, 4289.0, 4273.0, 4225.0, 4201.0, 4276.0, 4254.0, 4258.0, 4245.0, 4238.0, 4214.0, 4268.0, 4253.0, 4256.0, 4283.0, 4277.0, 4251.0, 4215.0, 4261.0, 4214.0, 4224.0, 4213.0, 4275.0, 4213.0, 4224.0, 4210.0, 4214.0, 4240.0, 4222.0, 4252.0, 4226.0, 4256.0, 4215.0, 4226.0, 4212.0, 4225.0, 4252.0, 4223.0, 4276.0, 4226.0, 4255.0, 4206.0, 4226.0, 4223.0, 4237.0, 4262.0, 4267.0, 4286.0, 4287.0, 4252.0, 4226.0, 4252.0, 4215.0, 4255.0, 4223.0, 4284.0, 4203.0, 4224.0, 4210.0, 4225.0, 4231.0, 4214.0, 4244.0, 4224.0, 4214.0, 4212.0, 4225.0], 'WindowWidth': [9663.0, 9619.0, 9594.0, 9517.0, 9527.0, 9451.0, 9419.0, 9392.0, 9354.0, 9445.0, 9354.0, 9407.0, 9373.0, 9392.0, 9324.0, 9354.0, 9348.0, 9368.0, 9379.0, 9373.0, 9406.0, 9387.0, 9373.0, 9362.0, 9391.0, 9363.0, 9412.0, 9395.0, 9420.0, 9467.0, 9407.0, 9451.0, 9422.0, 9459.0, 9395.0, 9477.0, 9464.0, 9495.0, 9495.0, 9462.0, 9510.0, 9416.0, 9480.0, 9400.0, 9504.0, 9457.0, 9484.0, 9395.0, 9415.0, 9504.0, 9413.0, 9483.0, 9422.0, 9483.0, 9383.0, 9402.0, 9431.0, 9400.0, 9465.0, 9403.0, 9499.0, 9431.0, 9496.0, 9372.0, 9404.0, 9409.0, 9418.0, 9514.0, 9490.0, 9495.0, 9405.0, 9493.0, 9385.0, 9414.0, 9470.0, 9423.0, 9506.0, 9442.0, 9475.0, 9384.0, 9427.0, 9382.0, 9406.0, 9495.0, 9416.0, 9476.0, 9403.0, 9424.0, 9386.0, 9421.0, 9490.0, 9421.0, 9509.0, 9406.0, 9483.0, 9391.0, 9419.0, 9405.0, 9409.0, 9510.0, 9475.0, 9495.0, 9376.0, 9418.0, 9390.0, 9425.0, 9514.0, 9439.0, 9496.0, 9409.0, 9500.0, 9389.0, 9421.0, 9498.0, 9429.0, 9512.0, 9491.0, 9495.0, 9391.0, 9472.0, 9452.0, 9423.0, 9514.0, 9482.0, 9481.0, 9370.0, 9398.0, 9419.0, 9400.0, 9509.0, 9467.0, 9459.0, 9366.0, 9385.0, 9383.0, 9402.0, 9491.0, 9420.0, 9496.0, 9390.0, 9430.0, 9387.0, 9436.0, 9376.0, 9420.0, 9502.0, 9449.0, 9493.0, 9448.0, 9498.0, 9429.0, 9437.0, 9439.0, 9398.0, 9454.0, 9500.0, 9364.0, 9427.0, 9427.0, 9441.0, 9334.0, 9438.0, 9352.0, 9468.0, 9407.0, 9367.0, 9380.0, 9393.0, 9488.0, 9449.0, 9493.0, 9440.0, 9451.0, 9412.0, 9413.0, 9428.0, 9391.0, 9398.0, 9399.0, 9443.0, 9430.0, 9478.0, 9418.0, 9437.0, 9427.0, 9433.0, 9495.0, 9462.0, 9480.0, 9401.0, 9468.0, 9374.0, 9419.0, 9460.0, 9415.0, 9470.0, 9378.0, 9464.0, 9389.0, 9410.0, 9362.0, 9412.0, 9492.0, 9435.0, 9476.0, 9399.0, 9418.0, 9401.0, 9436.0, 9493.0, 9424.0, 9466.0, 9401.0, 9443.0, 9407.0, 9423.0, 9384.0, 9423.0, 9466.0, 9427.0, 9482.0, 9430.0, 9473.0, 9414.0, 9456.0, 9488.0, 9419.0, 9483.0, 9449.0, 9505.0, 9460.0, 9450.0, 9490.0, 9413.0, 9482.0, 9422.0, 9478.0, 9451.0, 9420.0, 9487.0, 9416.0, 9441.0, 9400.0, 9450.0, 9499.0, 9463.0, 9469.0, 9401.0, 9457.0, 9397.0, 9413.0, 9496.0, 9471.0, 9436.0, 9393.0, 9401.0, 9474.0, 9399.0, 9479.0, 9441.0, 9443.0, 9377.0, 9398.0, 9474.0, 9395.0, 9440.0, 9449.0, 9413.0, 9454.0, 9393.0, 9406.0, 9393.0, 9399.0, 9474.0, 9414.0, 9459.0, 9397.0, 9460.0, 9393.0, 9413.0, 9449.0, 9417.0, 9475.0, 9456.0, 9478.0, 9396.0, 9421.0, 9382.0, 9412.0, 9475.0, 9453.0, 9442.0, 9397.0, 9397.0, 9392.0, 9416.0, 9482.0, 9468.0, 9482.0, 9491.0, 9471.0, 9447.0, 9411.0, 9470.0, 9516.0, 9510.0, 9478.0, 9490.0, 9477.0, 9488.0, 9496.0, 9470.0, 9500.0, 9451.0, 9428.0, 9396.0, 9406.0, 9447.0, 9397.0, 9454.0, 9387.0, 9433.0, 9390.0, 9393.0, 9438.0, 9400.0, 9444.0, 9399.0, 9466.0, 9412.0, 9454.0, 9413.0, 9397.0, 9444.0, 9397.0, 9475.0, 9452.0, 9468.0, 9392.0, 9394.0, 9379.0, 9399.0, 9456.0, 9403.0, 9465.0, 9402.0, 9400.0, 9395.0, 9415.0, 9463.0, 9417.0, 9471.0, 9427.0, 9471.0, 9396.0, 9417.0, 9474.0, 9403.0, 9463.0, 9450.0, 9451.0, 9406.0, 9400.0, 9391.0, 9409.0, 9473.0, 9457.0, 9465.0, 9397.0, 9417.0, 9374.0, 9379.0, 9409.0, 9410.0, 9476.0, 9425.0, 9458.0, 9412.0, 9431.0, 9385.0, 9443.0, 9475.0, 9473.0, 9436.0, 9415.0, 9422.0, 9396.0, 9457.0, 9435.0, 9447.0, 9463.0, 9398.0, 9460.0, 9397.0, 9413.0, 9400.0, 9450.0, 9380.0, 9384.0, 9471.0, 9406.0, 9393.0, 9375.0, 9396.0, 9471.0, 9414.0, 9457.0, 9410.0, 9412.0, 9391.0, 9428.0, 9446.0, 9415.0, 9474.0, 9400.0, 9461.0, 9396.0, 9397.0, 9457.0, 9398.0, 9474.0, 9471.0, 9428.0, 9411.0, 9414.0, 9374.0, 9399.0, 9472.0, 9463.0, 9465.0, 9400.0, 9395.0, 9364.0, 9399.0, 9443.0, 9391.0, 9440.0, 9379.0, 9397.0, 9362.0, 9383.0, 9441.0, 9395.0, 9421.0, 9402.0, 9395.0, 9427.0, 9394.0, 9416.0, 9400.0, 9428.0, 9369.0, 9456.0, 9430.0, 9384.0, 9471.0, 9399.0, 9409.0, 9370.0, 9411.0, 9378.0, 9398.0, 9473.0, 9394.0, 9437.0, 9368.0, 9409.0, 9471.0, 9398.0, 9443.0, 9395.0, 9395.0, 9375.0, 9413.0, 9386.0, 9415.0, 9488.0, 9398.0, 9413.0, 9386.0, 9414.0, 9400.0, 9416.0, 9503.0, 9386.0, 9425.0, 9393.0, 9460.0, 9392.0, 9424.0, 9386.0, 9403.0, 9507.0, 9428.0, 9486.0, 9414.0, 9439.0, 9415.0, 9456.0, 9421.0, 9428.0, 9508.0, 9458.0, 9418.0, 9371.0, 9405.0, 9381.0, 9415.0, 9476.0, 9384.0, 9448.0, 9371.0, 9418.0, 9366.0, 9430.0, 9460.0, 9549.0, 9449.0, 9508.0, 9414.0, 9387.0, 9489.0, 9425.0, 9489.0, 9478.0, 9471.0, 9380.0, 9423.0, 9367.0, 9387.0, 9459.0, 9385.0, 9439.0, 9364.0, 9413.0, 9352.0, 9384.0, 9385.0, 9414.0, 9388.0, 9388.0, 9450.0, 9403.0, 9492.0, 9468.0, 9451.0, 9374.0, 9428.0, 9406.0, 9386.0, 9503.0, 9478.0, 9463.0, 9373.0, 9385.0, 9367.0, 9382.0, 9473.0, 9403.0, 9448.0, 9380.0, 9417.0, 9382.0, 9394.0, 9492.0, 9440.0, 9449.0, 9378.0, 9409.0, 9367.0, 9412.0, 9402.0, 9437.0, 9385.0, 9380.0, 9481.0, 9382.0, 9475.0, 9453.0, 9466.0, 9385.0, 9391.0, 9490.0, 9392.0, 9499.0, 9442.0, 9473.0, 9380.0, 9387.0, 9459.0, 9369.0, 9463.0, 9413.0, 9421.0, 9364.0, 9369.0, 9445.0, 9381.0, 9440.0, 9368.0, 9402.0, 9484.0, 9370.0, 9479.0, 9462.0, 9453.0, 9356.0, 9386.0, 9456.0, 9367.0, 9470.0, 9449.0, 9467.0, 9357.0, 9425.0, 9380.0, 9471.0, 9381.0, 9418.0, 9389.0, 9409.0, 9394.0, 9415.0, 9283.0, 9469.0, 9483.0, 9394.0, 9392.0, 9388.0, 9350.0, 9380.0, 9387.0, 9385.0, 9398.0, 9465.0, 9459.0, 9479.0, 9469.0, 9422.0, 9455.0, 9364.0, 9428.0, 9375.0, 9427.0, 9393.0, 9397.0, 9367.0, 9338.0, 9405.0, 9338.0, 9397.0, 9368.0, 9370.0, 9385.0, 9354.0, 9352.0, 9377.0, 9375.0, 9409.0, 9421.0, 9401.0, 9461.0, 9414.0, 9413.0, 9383.0, 9361.0, 9387.0, 9360.0, 9403.0, 9423.0, 9405.0, 9384.0, 9404.0, 9384.0, 9395.0, 9396.0, 9418.0, 9496.0, 9487.0, 9462.0, 9379.0, 9434.0, 9369.0, 9413.0, 9373.0, 9440.0, 9376.0, 9473.0, 9377.0, 9387.0, 9379.0, 9417.0, 9385.0, 9487.0, 9428.0, 9504.0, 9383.0, 9403.0, 9384.0, 9429.0, 9369.0, 9488.0, 9464.0, 9474.0, 9405.0, 9403.0, 9448.0, 9389.0, 9450.0, 9382.0, 9464.0, 9408.0, 9435.0, 9368.0, 9385.0, 9365.0, 9403.0, 9458.0, 9429.0, 9476.0, 9429.0, 9446.0, 9383.0, 9423.0, 9367.0, 9437.0, 9382.0, 9413.0, 9378.0, 9383.0, 9453.0, 9364.0, 9419.0, 9370.0, 9467.0, 9368.0, 9409.0, 9371.0, 9379.0, 9413.0, 9366.0, 9417.0, 9380.0, 9457.0, 9363.0, 9377.0, 9370.0, 9365.0, 9428.0, 9379.0, 9432.0, 9396.0, 9398.0, 9364.0, 9364.0, 9363.0, 9382.0, 9367.0, 9402.0, 9391.0, 9442.0, 9372.0, 9401.0, 9402.0, 9399.0, 9478.0, 9463.0, 9427.0, 9383.0, 9404.0, 9352.0, 9382.0, 9360.0, 9386.0, 9443.0, 9400.0, 9388.0, 9371.0, 9379.0, 9349.0, 9383.0, 9363.0, 9403.0, 9447.0, 9371.0, 9405.0, 9370.0, 9369.0, 9375.0, 9441.0, 9399.0, 9472.0, 9369.0, 9389.0, 9458.0, 9374.0, 9458.0, 9424.0, 9479.0, 9408.0, 9438.0, 9359.0, 9383.0, 9425.0, 9378.0, 9437.0, 9354.0, 9407.0, 9364.0, 9382.0, 9373.0, 9382.0, 9425.0, 9386.0, 9461.0, 9411.0, 9407.0, 9367.0, 9396.0, 9375.0, 9384.0, 9469.0, 9446.0, 9435.0, 9372.0, 9383.0, 9368.0, 9403.0, 9380.0, 9400.0, 9488.0, 9485.0, 9434.0, 9371.0, 9415.0, 9370.0, 9383.0, 9372.0, 9372.0, 9370.0, 9434.0, 9385.0, 9414.0, 9390.0, 9489.0, 9466.0, 9473.0, 9474.0, 9469.0, 9441.0, 9382.0, 9345.0, 9451.0, 9421.0, 9433.0, 9411.0, 9404.0, 9370.0, 9441.0, 9416.0, 9424.0, 9456.0, 9452.0, 9410.0, 9367.0, 9424.0, 9365.0, 9376.0, 9361.0, 9447.0, 9361.0, 9377.0, 9355.0, 9366.0, 9395.0, 9375.0, 9415.0, 9383.0, 9423.0, 9368.0, 9385.0, 9360.0, 9382.0, 9414.0, 9378.0, 9448.0, 9383.0, 9421.0, 9357.0, 9383.0, 9377.0, 9398.0, 9428.0, 9439.0, 9462.0, 9466.0, 9411.0, 9383.0, 9414.0, 9369.0, 9419.0, 9375.0, 9458.0, 9349.0, 9378.0, 9355.0, 9380.0, 9384.0, 9367.0, 9405.0, 9380.0, 9364.0, 9363.0, 9381.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.004258991228070176</td></tr>
<tr><td colspan=3>aqi</td><td>0.05436985285087719</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.33998979723388</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.062119435104282</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9516626910428115</td></tr>
<tr><td colspan=3>efc</td><td>0.4794</td></tr>
<tr><td colspan=3>fber</td><td>4338.5864</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.1253802862974893</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>86</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>9.429824561403509</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5545226319303054</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4722030319671777</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.840446386823935</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.350918476999804</td></tr>
<tr><td colspan=3>gcor</td><td>0.00483071</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.015870440751314163</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02467411197721958</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>912</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.709551160718835</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>18.8739</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>50.8897</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>198.7363</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>302560.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>920.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>361.5779</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.8478</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>609.9583</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3440.9063</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3653.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>73984.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1046.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4564.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>984.7486</td></tr>
<tr><td colspan=3>tsnr</td><td>25.998535055841785</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>