ds005256-mriqc/sub-0104_ses-04_task-alignvideo_acq-mb8_run-02_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
110 KiB (Stored with Git Annex)
HTML

<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0104_ses-04_task-alignvideo_acq-mb8_run-02_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
<script>
var timestamp = Date.now()
function read_form() {
var ds = "<unset>";
var sub = "sub-0104_ses-04_task-alignvideo_acq-mb8_run-02_bold.nii.gz";
var artifacts = [];
$('#qcartifacts-group input:checked').each(function() {
artifacts.push($(this).attr('name'));
});
var rating = $('#qcslider').val();
var payload = {
'dataset': ds,
'subject': sub,
'rating': rating,
'artifacts': artifacts,
'time_sec': (Date.now() - timestamp) / 1000,
'confidence': $('#qcextra-confidence').val(),
'comments': $('#qcextra-comments').val()
};
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
$('#btn-download').attr('href', URL.createObjectURL(file));
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
return payload
};
function toggle_rating() {
if ($('#qcrating-menu').hasClass('d-none')) {
$('#qcrating-menu').removeClass('d-none');
$('#qcrating-toggler').prop('checked', true);
} else {
$('#qcrating-menu').addClass('d-none');
$('#qcrating-toggler').prop('checked', false);
}
};
$(window).on('load',function(){
var authorization = $('#btn-post').val()
if (authorization.includes("secret_token")) {
$('#btn-post').addClass('d-none');
};
timestamp = Date.now();
});
</script>
<style type="text/css">
/* The slider itself */
.slider {
-webkit-appearance: none; /* Override default CSS styles */
appearance: none;
margin-bottom: 8px;
margin-left: 10%;
width: 80%;
height: 5px; /* Specified height */
background: #d3d3d3; /* Grey background */
outline: none; /* Remove outline */
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
transition: opacity .2s;
}
/* Mouse-over effects */
.slider:hover {
opacity: 1; /* Fully shown on mouse-over */
}
.slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
.slider::-moz-range-thumb {
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
About
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="#errors">Errors</a></li>
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
</ul>
</li>
</ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>
<div id="Basic echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-02_session-04_subject-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-04_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0104/figures/sub-0104_ses-04_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0104/figures/sub-0104_ses-04_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-02_session-04_subject-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-04_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0104/figures/sub-0104_ses-04_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0104/figures/sub-0104_ses-04_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-02_session-04_subject-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-04_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0104/figures/sub-0104_ses-04_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0104/figures/sub-0104_ses-04_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-02_session-04_subject-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-04_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0104/figures/sub-0104_ses-04_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0104/figures/sub-0104_ses-04_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg</a></small>
</div>
</div>
<div id="Extended echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-mean_run-02_session-04_subject-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-04_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0104/figures/sub-0104_ses-04_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0104/figures/sub-0104_ses-04_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg</a></small>
</div>
</div>
<div id="Extended reports shared across echos" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-02_session-04_subject-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-04_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0104/figures/sub-0104_ses-04_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0104/figures/sub-0104_ses-04_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-04_subject-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-04_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0104/figures/sub-0104_ses-04_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0104/figures/sub-0104_ses-04_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0104/figures/sub-0104_ses-04_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg</a></small>
</div>
</div>
<div id="About" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">About</h1>
<div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
</div>
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p> <div class="accordion accordion-flush" id="about-metadata">
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-0">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
Provenance Information
</button>
</h2>
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0104/ses-04/func/sub-0104_ses-04_task-alignvideo_acq-mb8_run-02_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>72a276dedb504935daaac0da25c1f7f8</td></tr>
</table>
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-1">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
Dataset Information
</button>
</h2>
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>12:33:27.145000</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.999381, 0.0222173, 0.0272819, -0.0244244, 0.996215, 0.083427]</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-02_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.112705</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>34</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4204, -7776, -7196, 365, -190, -103, -27, 90]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>266.607</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>648a6581-9fe4-4454-9933-c15f31277a87||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.6812658309936523, -0.06552881002426147, 0.06837765872478485, 112.40001678466797], [-0.05960742011666298, 2.6727707386016846, 0.2269124984741211, -107.0169677734375], [0.07319522649049759, -0.2238284796476364, 2.6895790100097656, -50.821685791015625], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>reorient_transform</td><td>[[0.0, -1.0, 0.0, 81.0], [1.0, 0.0, 0.0, 0.0], [0.0, 0.0, 1.0, 0.0], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>shape</td><td>[82, 82, 56, 926]</td></tr>
<tr><td>dcmmeta</td><td>slice_dim</td><td>2</td></tr>
<tr><td>dcmmeta</td><td>version</td><td>0.6</td></tr>
<tr><td colspan=2>time</td><td>{'samples': {'AcquisitionNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926], 'AcquisitionTime': ['123327.145000', '123327.605000', '123328.065000', '123328.525000', '123328.985000', '123329.445000', '123329.905000', '123330.365000', '123330.825000', '123331.285000', '123331.745000', '123332.205000', '123332.665000', '123333.125000', '123333.585000', '123334.045000', '123334.505000', '123334.965000', '123335.425000', '123335.885000', '123336.345000', '123336.805000', '123337.265000', '123337.725000', '123338.185000', '123338.645000', '123339.105000', '123339.565000', '123340.025000', '123340.485000', '123340.945000', '123341.405000', '123341.865000', '123342.325000', '123342.785000', '123343.245000', '123343.705000', '123344.165000', '123344.625000', '123345.085000', '123345.545000', '123346.005000', '123346.465000', '123346.925000', '123347.385000', '123347.845000', '123348.305000', '123348.765000', '123349.225000', '123349.685000', '123350.145000', '123350.605000', '123351.065000', '123351.525000', '123351.985000', '123352.445000', '123352.905000', '123353.365000', '123353.825000', '123354.285000', '123354.745000', '123355.205000', '123355.665000', '123356.125000', '123356.585000', '123357.045000', '123357.505000', '123357.965000', '123358.425000', '123358.885000', '123359.345000', '123359.805000', '123400.265000', '123400.725000', '123401.185000', '123401.645000', '123402.105000', '123402.565000', '123403.025000', '123403.485000', '123403.945000', '123404.405000', '123404.865000', '123405.325000', '123405.785000', '123406.245000', '123406.705000', '123407.165000', '123407.625000', '123408.085000', '123408.545000', '123409.005000', '123409.465000', '123409.925000', '123410.385000', '123410.845000', '123411.305000', '123411.765000', '123412.225000', '123412.685000', '123413.145000', '123413.605000', '123414.065000', '123414.525000', '123414.985000', '123415.445000', '123415.905000', '123416.365000', '123416.825000', '123417.285000', '123417.745000', '123418.205000', '123418.665000', '123419.125000', '123419.585000', '123420.045000', '123420.505000', '123420.965000', '123421.425000', '123421.885000', '123422.345000', '123422.805000', '123423.265000', '123423.725000', '123424.185000', '123424.645000', '123425.105000', '123425.565000', '123426.025000', '123426.485000', '123426.945000', '123427.405000', '123427.865000', '123428.325000', '123428.785000', '123429.245000', '123429.705000', '123430.165000', '123430.625000', '123431.085000', '123431.545000', '123432.005000', '123432.465000', '123432.925000', '123433.385000', '123433.845000', '123434.305000', '123434.765000', '123435.225000', '123435.685000', '123436.145000', '123436.605000', '123437.065000', '123437.525000', '123437.985000', '123438.445000', '123438.905000', '123439.365000', '123439.825000', '123440.285000', '123440.745000', '123441.205000', '123441.665000', '123442.125000', '123442.585000', '123443.045000', '123443.505000', '123443.965000', '123444.425000', '123444.885000', '123445.345000', '123445.805000', '123446.265000', '123446.725000', '123447.185000', '123447.645000', '123448.105000', '123448.565000', '123449.025000', '123449.485000', '123449.945000', '123450.405000', '123450.865000', '123451.325000', '123451.785000', '123452.245000', '123452.705000', '123453.165000', '123453.625000', '123454.085000', '123454.545000', '123455.005000', '123455.465000', '123455.925000', '123456.385000', '123456.845000', '123457.305000', '123457.765000', '123458.225000', '123458.685000', '123459.145000', '123459.605000', '123500.065000', '123500.525000', '123500.985000', '123501.445000', '123501.905000', '123502.365000', '123502.825000', '123503.285000', '123503.745000', '123504.205000', '123504.665000', '123505.125000', '123505.585000', '123506.045000', '123506.505000', '123506.965000', '123507.425000', '123507.885000', '123508.345000', '123508.805000', '123509.265000', '123509.725000', '123510.185000', '123510.645000', '123511.105000', '123511.565000', '123512.025000', '123512.485000', '123512.945000', '123513.405000', '123513.865000', '123514.325000', '123514.785000', '123515.245000', '123515.705000', '123516.165000', '123516.625000', '123517.085000', '123517.545000', '123518.005000', '123518.465000', '123518.925000', '123519.385000', '123519.845000', '123520.305000', '123520.765000', '123521.225000', '123521.685000', '123522.145000', '123522.605000', '123523.065000', '123523.525000', '123523.985000', '123524.445000', '123524.905000', '123525.365000', '123525.825000', '123526.285000', '123526.745000', '123527.205000', '123527.665000', '123528.125000', '123528.585000', '123529.045000', '123529.505000', '123529.965000', '123530.425000', '123530.885000', '123531.345000', '123531.805000', '123532.265000', '123532.725000', '123533.185000', '123533.645000', '123534.105000', '123534.565000', '123535.025000', '123535.485000', '123535.945000', '123536.405000', '123536.865000', '123537.325000', '123537.785000', '123538.245000', '123538.705000', '123539.165000', '123539.625000', '123540.085000', '123540.545000', '123541.005000', '123541.465000', '123541.925000', '123542.385000', '123542.845000', '123543.305000', '123543.765000', '123544.225000', '123544.685000', '123545.145000', '123545.605000', '123546.065000', '123546.525000', '123546.985000', '123547.445000', '123547.905000', '123548.365000', '123548.825000', '123549.285000', '123549.745000', '123550.205000', '123550.665000', '123551.125000', '123551.585000', '123552.045000', '123552.505000', '123552.965000', '123553.425000', '123553.885000', '123554.345000', '123554.805000', '123555.265000', '123555.725000', '123556.185000', '123556.645000', '123557.105000', '123557.565000', '123558.025000', '123558.485000', '123558.945000', '123559.405000', '123559.865000', '123600.325000', '123600.785000', '123601.245000', '123601.705000', '123602.165000', '123602.625000', '123603.085000', '123603.545000', '123604.005000', '123604.465000', '123604.925000', '123605.385000', '123605.845000', '123606.305000', '123606.765000', '123607.225000', '123607.685000', '123608.145000', '123608.605000', '123609.065000', '123609.525000', '123609.985000', '123610.445000', '123610.905000', '123611.365000', '123611.825000', '123612.285000', '123612.745000', '123613.205000', '123613.665000', '123614.125000', '123614.585000', '123615.045000', '123615.505000', '123615.965000', '123616.425000', '123616.885000', '123617.345000', '123617.805000', '123618.265000', '123618.725000', '123619.185000', '123619.645000', '123620.105000', '123620.565000', '123621.025000', '123621.485000', '123621.945000', '123622.405000', '123622.865000', '123623.325000', '123623.785000', '123624.245000', '123624.705000', '123625.165000', '123625.625000', '123626.085000', '123626.545000', '123627.005000', '123627.465000', '123627.925000', '123628.385000', '123628.845000', '123629.305000', '123629.765000', '123630.225000', '123630.685000', '123631.145000', '123631.605000', '123632.065000', '123632.525000', '123632.985000', '123633.445000', '123633.905000', '123634.365000', '123634.825000', '123635.285000', '123635.745000', '123636.205000', '123636.665000', '123637.125000', '123637.585000', '123638.045000', '123638.505000', '123638.965000', '123639.425000', '123639.885000', '123640.345000', '123640.805000', '123641.265000', '123641.725000', '123642.185000', '123642.645000', '123643.105000', '123643.565000', '123644.025000', '123644.485000', '123644.945000', '123645.405000', '123645.865000', '123646.325000', '123646.785000', '123647.245000', '123647.705000', '123648.165000', '123648.625000', '123649.085000', '123649.545000', '123650.005000', '123650.465000', '123650.925000', '123651.385000', '123651.845000', '123652.305000', '123652.765000', '123653.225000', '123653.685000', '123654.145000', '123654.605000', '123655.065000', '123655.525000', '123655.985000', '123656.445000', '123656.905000', '123657.365000', '123657.825000', '123658.285000', '123658.745000', '123659.205000', '123659.665000', '123700.125000', '123700.585000', '123701.045000', '123701.505000', '123701.965000', '123702.425000', '123702.885000', '123703.345000', '123703.805000', '123704.265000', '123704.725000', '123705.185000', '123705.645000', '123706.105000', '123706.565000', '123707.025000', '123707.485000', '123707.945000', '123708.405000', '123708.865000', '123709.325000', '123709.785000', '123710.245000', '123710.705000', '123711.165000', '123711.625000', '123712.085000', '123712.545000', '123713.005000', '123713.465000', '123713.925000', '123714.385000', '123714.845000', '123715.305000', '123715.765000', '123716.225000', '123716.685000', '123717.145000', '123717.605000', '123718.065000', '123718.525000', '123718.985000', '123719.445000', '123719.905000', '123720.365000', '123720.825000', '123721.285000', '123721.745000', '123722.205000', '123722.665000', '123723.125000', '123723.585000', '123724.045000', '123724.505000', '123724.965000', '123725.425000', '123725.885000', '123726.345000', '123726.805000', '123727.265000', '123727.725000', '123728.185000', '123728.645000', '123729.105000', '123729.565000', '123730.025000', '123730.485000', '123730.945000', '123731.405000', '123731.865000', '123732.325000', '123732.785000', '123733.245000', '123733.705000', '123734.165000', '123734.625000', '123735.085000', '123735.545000', '123736.005000', '123736.465000', '123736.925000', '123737.385000', '123737.845000', '123738.305000', '123738.765000', '123739.225000', '123739.685000', '123740.145000', '123740.605000', '123741.065000', '123741.525000', '123741.985000', '123742.445000', '123742.905000', '123743.365000', '123743.825000', '123744.285000', '123744.745000', '123745.205000', '123745.665000', '123746.125000', '123746.585000', '123747.045000', '123747.505000', '123747.965000', '123748.425000', '123748.885000', '123749.345000', '123749.805000', '123750.265000', '123750.725000', '123751.185000', '123751.645000', '123752.105000', '123752.565000', '123753.025000', '123753.485000', '123753.945000', '123754.405000', '123754.865000', '123755.325000', '123755.785000', '123756.245000', '123756.705000', '123757.165000', '123757.625000', '123758.085000', '123758.545000', '123759.005000', '123759.465000', '123759.925000', '123800.385000', '123800.845000', '123801.305000', '123801.765000', '123802.225000', '123802.685000', '123803.145000', '123803.605000', '123804.065000', '123804.525000', '123804.985000', '123805.445000', '123805.905000', '123806.365000', '123806.825000', '123807.285000', '123807.745000', '123808.205000', '123808.665000', '123809.125000', '123809.585000', '123810.045000', '123810.505000', '123810.965000', '123811.425000', '123811.885000', '123812.345000', '123812.805000', '123813.265000', '123813.725000', '123814.185000', '123814.645000', '123815.105000', '123815.565000', '123816.025000', '123816.485000', '123816.945000', '123817.405000', '123817.865000', '123818.325000', '123818.785000', '123819.245000', '123819.705000', '123820.165000', '123820.625000', '123821.085000', '123821.545000', '123822.005000', '123822.465000', '123822.925000', '123823.385000', '123823.845000', '123824.305000', '123824.765000', '123825.225000', '123825.685000', '123826.145000', '123826.605000', '123827.065000', '123827.525000', '123827.985000', '123828.445000', '123828.905000', '123829.365000', '123829.825000', '123830.285000', '123830.745000', '123831.205000', '123831.665000', '123832.125000', '123832.585000', '123833.045000', '123833.505000', '123833.965000', '123834.425000', '123834.885000', '123835.345000', '123835.805000', '123836.265000', '123836.725000', '123837.185000', '123837.645000', '123838.105000', '123838.565000', '123839.025000', '123839.485000', '123839.945000', '123840.405000', '123840.865000', '123841.325000', '123841.785000', '123842.245000', '123842.705000', '123843.165000', '123843.625000', '123844.085000', '123844.545000', '123845.005000', '123845.465000', '123845.925000', '123846.385000', '123846.845000', '123847.305000', '123847.765000', '123848.225000', '123848.685000', '123849.145000', '123849.605000', '123850.065000', '123850.525000', '123850.985000', '123851.445000', '123851.905000', '123852.365000', '123852.825000', '123853.285000', '123853.745000', '123854.205000', '123854.665000', '123855.125000', '123855.585000', '123856.045000', '123856.505000', '123856.965000', '123857.425000', '123857.885000', '123858.345000', '123858.805000', '123859.265000', '123859.725000', '123900.185000', '123900.645000', '123901.105000', '123901.565000', '123902.025000', '123902.485000', '123902.945000', '123903.405000', '123903.865000', '123904.325000', '123904.785000', '123905.245000', '123905.705000', '123906.165000', '123906.625000', '123907.085000', '123907.545000', '123908.005000', '123908.465000', '123908.925000', '123909.385000', '123909.845000', '123910.305000', '123910.765000', '123911.225000', '123911.685000', '123912.145000', '123912.605000', '123913.065000', '123913.525000', '123913.985000', '123914.445000', '123914.905000', '123915.365000', '123915.825000', '123916.285000', '123916.745000', '123917.205000', '123917.665000', '123918.125000', '123918.585000', '123919.045000', '123919.505000', '123919.965000', '123920.425000', '123920.885000', '123921.345000', '123921.805000', '123922.265000', '123922.725000', '123923.185000', '123923.645000', '123924.105000', '123924.565000', '123925.025000', '123925.485000', '123925.945000', '123926.405000', '123926.865000', '123927.325000', '123927.785000', '123928.245000', '123928.705000', '123929.165000', '123929.625000', '123930.085000', '123930.545000', '123931.005000', '123931.465000', '123931.925000', '123932.385000', '123932.845000', '123933.305000', '123933.765000', '123934.225000', '123934.685000', '123935.145000', '123935.605000', '123936.065000', '123936.525000', '123936.985000', '123937.445000', '123937.905000', '123938.365000', '123938.825000', '123939.285000', '123939.745000', '123940.205000', '123940.665000', '123941.125000', '123941.585000', '123942.045000', '123942.505000', '123942.965000', '123943.425000', '123943.885000', '123944.345000', '123944.805000', '123945.265000', '123945.725000', '123946.185000', '123946.645000', '123947.105000', '123947.565000', '123948.025000', '123948.485000', '123948.945000', '123949.405000', '123949.865000', '123950.325000', '123950.785000', '123951.245000', '123951.705000', '123952.165000', '123952.625000', '123953.085000', '123953.545000', '123954.005000', '123954.465000', '123954.925000', '123955.385000', '123955.845000', '123956.305000', '123956.765000', '123957.225000', '123957.685000', '123958.145000', '123958.605000', '123959.065000', '123959.525000', '123959.985000', '124000.445000', '124000.905000', '124001.365000', '124001.825000', '124002.285000', '124002.745000', '124003.205000', '124003.665000', '124004.125000', '124004.585000', '124005.045000', '124005.505000', '124005.965000', '124006.425000', '124006.885000', '124007.345000', '124007.805000', '124008.265000', '124008.725000', '124009.185000', '124009.645000', '124010.105000', '124010.565000', '124011.025000', '124011.485000', '124011.945000', '124012.405000', '124012.865000', '124013.325000', '124013.785000', '124014.245000', '124014.705000', '124015.165000', '124015.625000', '124016.085000', '124016.545000', '124017.005000', '124017.465000', '124017.925000', '124018.385000', '124018.845000', '124019.305000', '124019.765000', '124020.225000', '124020.685000', '124021.145000', '124021.605000', '124022.065000', '124022.525000', '124022.985000', '124023.445000', '124023.905000', '124024.365000', '124024.825000', '124025.285000', '124025.745000', '124026.205000', '124026.665000', '124027.125000', '124027.585000', '124028.045000', '124028.505000', '124028.965000', '124029.425000', '124029.885000', '124030.345000', '124030.805000', '124031.265000', '124031.725000', '124032.185000', '124032.645000'], 'ContentTime': ['123333.826000', '123333.829000', '123333.832000', '123333.835000', '123333.848000', '123333.850000', '123333.853000', '123333.879000', '123333.881000', '123333.884000', '123333.887000', '123333.889000', '123353.796000', '123353.799000', '123353.801000', '123353.804000', '123353.806000', '123353.809000', '123353.817000', '123353.819000', '123353.822000', '123353.824000', '123353.827000', '123353.830000', '123353.832000', '123353.835000', '123353.837000', '123353.840000', '123353.842000', '123353.845000', '123353.847000', '123353.850000', '123353.853000', '123353.855000', '123353.858000', '123353.860000', '123353.863000', '123353.867000', '123353.869000', '123353.872000', '123353.874000', '123353.877000', '123353.880000', '123353.882000', '123353.885000', '123353.887000', '123353.890000', '123353.893000', '123353.895000', '123353.898000', '123353.904000', '123353.907000', '123353.909000', '123353.912000', '123353.915000', '123413.796000', '123413.799000', '123413.802000', '123413.805000', '123413.807000', '123413.810000', '123413.812000', '123413.815000', '123413.817000', '123413.820000', '123413.823000', '123413.825000', '123413.828000', '123413.830000', '123413.833000', '123413.836000', '123413.838000', '123413.841000', '123413.843000', '123413.846000', '123413.848000', '123413.851000', '123413.854000', '123413.856000', '123413.859000', '123413.861000', '123413.864000', '123413.866000', '123413.869000', '123413.872000', '123413.874000', '123413.877000', '123413.879000', '123413.882000', '123413.884000', '123413.887000', '123413.890000', '123413.892000', '123413.895000', '123413.897000', '123413.900000', '123413.902000', '123413.914000', '123413.917000', '123433.796000', '123433.800000', '123433.802000', '123433.810000', '123433.813000', '123433.816000', '123433.818000', '123433.821000', '123433.823000', '123433.826000', '123433.828000', '123433.831000', '123433.834000', '123433.859000', '123433.862000', '123433.864000', '123433.867000', '123433.869000', '123433.872000', '123433.875000', '123433.877000', '123433.880000', '123433.882000', '123433.885000', '123433.887000', '123433.890000', '123433.893000', '123433.896000', '123433.898000', '123433.901000', '123433.904000', '123433.906000', '123433.909000', '123433.911000', '123433.914000', '123433.917000', '123433.919000', '123433.922000', '123433.924000', '123433.927000', '123433.929000', '123433.932000', '123433.935000', '123453.796000', '123453.798000', '123453.801000', '123453.804000', '123453.806000', '123453.809000', '123453.811000', '123453.814000', '123453.817000', '123453.819000', '123453.822000', '123453.824000', '123453.827000', '123453.830000', '123453.832000', '123453.835000', '123453.837000', '123453.840000', '123453.843000', '123453.845000', '123453.848000', '123453.850000', '123453.853000', '123453.855000', '123453.858000', '123453.861000', '123453.863000', '123453.866000', '123453.868000', '123453.871000', '123453.874000', '123453.876000', '123453.879000', '123453.882000', '123453.884000', '123453.887000', '123453.889000', '123453.892000', '123453.895000', '123453.897000', '123453.900000', '123453.902000', '123453.905000', '123453.907000', '123513.795000', '123513.808000', '123513.811000', '123513.813000', '123513.816000', '123513.819000', '123513.821000', '123513.824000', '123513.826000', '123513.829000', '123513.832000', '123513.835000', '123513.837000', '123513.840000', '123513.863000', '123513.865000', '123513.868000', '123513.870000', '123513.873000', '123513.876000', '123513.878000', '123513.881000', '123513.884000', '123513.886000', '123513.889000', '123513.891000', '123513.894000', '123513.896000', '123513.899000', '123513.902000', '123513.904000', '123513.907000', '123513.910000', '123513.913000', '123513.916000', '123513.918000', '123513.921000', '123513.923000', '123513.926000', '123513.929000', '123513.934000', '123513.936000', '123513.939000', '123533.796000', '123533.799000', '123533.849000', '123533.851000', '123533.854000', '123533.857000', '123533.863000', '123533.866000', '123533.868000', '123533.871000', '123533.873000', '123533.876000', '123533.879000', '123533.882000', '123533.884000', '123533.887000', '123533.889000', '123533.892000', '123533.895000', '123533.897000', '123533.900000', '123533.902000', '123533.905000', '123533.907000', '123533.910000', '123533.913000', '123533.915000', '123533.918000', '123533.920000', '123533.923000', '123533.926000', '123533.928000', '123533.931000', '123533.933000', '123533.936000', '123533.938000', '123533.941000', '123533.944000', '123533.946000', '123533.949000', '123533.952000', '123533.954000', '123533.957000', '123533.959000', '123553.795000', '123553.798000', '123553.801000', '123553.803000', '123553.806000', '123553.809000', '123553.811000', '123553.814000', '123553.816000', '123553.819000', '123553.822000', '123553.824000', '123553.827000', '123553.829000', '123553.832000', '123553.835000', '123553.837000', '123553.840000', '123553.842000', '123553.845000', '123553.848000', '123553.850000', '123553.853000', '123553.855000', '123553.858000', '123553.861000', '123553.863000', '123553.866000', '123553.868000', '123553.871000', '123553.874000', '123553.876000', '123553.879000', '123553.882000', '123553.884000', '123553.887000', '123553.889000', '123553.892000', '123553.894000', '123553.897000', '123553.900000', '123553.902000', '123553.905000', '123613.795000', '123613.798000', '123613.841000', '123613.844000', '123613.847000', '123613.849000', '123613.853000', '123613.856000', '123613.858000', '123613.870000', '123613.872000', '123613.875000', '123613.877000', '123613.880000', '123613.883000', '123613.885000', '123613.888000', '123613.890000', '123613.893000', '123613.896000', '123613.898000', '123613.901000', '123613.903000', '123613.906000', '123613.909000', '123613.911000', '123613.914000', '123613.916000', '123613.919000', '123613.921000', '123613.924000', '123613.927000', '123613.929000', '123613.932000', '123613.934000', '123613.937000', '123613.940000', '123613.942000', '123613.945000', '123613.948000', '123613.950000', '123613.953000', '123613.955000', '123613.958000', '123633.797000', '123633.827000', '123633.838000', '123633.840000', '123633.843000', '123633.846000', '123633.848000', '123633.851000', '123633.854000', '123633.856000', '123633.859000', '123633.861000', '123633.864000', '123633.867000', '123633.869000', '123633.872000', '123633.875000', '123633.877000', '123633.880000', '123633.882000', '123633.885000', '123633.888000', '123633.890000', '123633.893000', '123633.896000', '123633.898000', '123633.901000', '123633.903000', '123633.906000', '123633.909000', '123633.912000', '123633.914000', '123633.917000', '123633.920000', '123633.923000', '123633.925000', '123633.928000', '123633.930000', '123633.933000', '123633.935000', '123633.938000', '123633.941000', '123633.943000', '123653.796000', '123653.799000', '123653.802000', '123653.804000', '123653.807000', '123653.810000', '123653.812000', '123653.815000', '123653.818000', '123653.820000', '123653.823000', '123653.826000', '123653.828000', '123653.831000', '123653.833000', '123653.836000', '123653.839000', '123653.841000', '123653.844000', '123653.846000', '123653.849000', '123653.852000', '123653.854000', '123653.857000', '123653.859000', '123653.862000', '123653.864000', '123653.867000', '123653.870000', '123653.872000', '123653.875000', '123653.877000', '123653.880000', '123653.883000', '123653.885000', '123653.888000', '123653.890000', '123653.893000', '123653.896000', '123653.898000', '123653.901000', '123653.903000', '123653.906000', '123653.908000', '123713.795000', '123713.798000', '123713.801000', '123713.804000', '123713.806000', '123713.809000', '123713.811000', '123713.814000', '123713.817000', '123713.819000', '123713.822000', '123713.824000', '123713.827000', '123713.830000', '123713.832000', '123713.835000', '123713.838000', '123713.840000', '123713.843000', '123713.845000', '123713.848000', '123713.851000', '123713.853000', '123713.856000', '123713.858000', '123713.861000', '123713.863000', '123713.866000', '123713.869000', '123713.871000', '123713.874000', '123713.876000', '123713.879000', '123713.882000', '123713.884000', '123713.887000', '123713.889000', '123713.892000', '123713.895000', '123713.897000', '123713.900000', '123713.902000', '123713.905000', '123733.796000', '123733.799000', '123733.845000', '123733.848000', '123733.850000', '123733.853000', '123733.856000', '123733.858000', '123733.861000', '123733.863000', '123733.866000', '123733.869000', '123733.871000', '123733.874000', '123733.877000', '123733.879000', '123733.882000', '123733.885000', '123733.887000', '123733.890000', '123733.893000', '123733.895000', '123733.898000', '123733.900000', '123733.903000', '123733.906000', '123733.908000', '123733.911000', '123733.913000', '123733.916000', '123733.918000', '123733.921000', '123733.924000', '123733.926000', '123733.929000', '123733.931000', '123733.934000', '123733.937000', '123733.939000', '123733.942000', '123733.944000', '123733.947000', '123733.950000', '123733.952000', '123753.796000', '123753.798000', '123753.827000', '123753.830000', '123753.833000', '123753.835000', '123753.838000', '123753.840000', '123753.843000', '123753.845000', '123753.848000', '123753.851000', '123753.853000', '123753.856000', '123753.858000', '123753.861000', '123753.864000', '123753.866000', '123753.869000', '123753.871000', '123753.874000', '123753.877000', '123753.879000', '123753.882000', '123753.889000', '123753.897000', '123753.900000', '123753.902000', '123753.905000', '123753.908000', '123753.910000', '123753.913000', '123753.915000', '123753.918000', '123753.921000', '123753.923000', '123753.926000', '123753.929000', '123753.931000', '123753.934000', '123753.936000', '123753.939000', '123753.942000', '123813.795000', '123813.798000', '123813.844000', '123813.846000', '123813.849000', '123813.852000', '123813.854000', '123813.857000', '123813.860000', '123813.862000', '123813.865000', '123813.867000', '123813.870000', '123813.873000', '123813.875000', '123813.878000', '123813.880000', '123813.883000', '123813.886000', '123813.888000', '123813.891000', '123813.894000', '123813.896000', '123813.899000', '123813.901000', '123813.904000', '123813.907000', '123813.909000', '123813.912000', '123813.914000', '123813.917000', '123813.920000', '123813.922000', '123813.925000', '123813.928000', '123813.930000', '123813.933000', '123813.935000', '123813.938000', '123813.946000', '123813.949000', '123813.952000', '123813.954000', '123833.796000', '123833.847000', '123833.849000', '123833.852000', '123833.855000', '123833.857000', '123833.860000', '123833.862000', '123833.865000', '123833.867000', '123833.870000', '123833.873000', '123833.875000', '123833.878000', '123833.880000', '123833.883000', '123833.886000', '123833.888000', '123833.891000', '123833.893000', '123833.896000', '123833.899000', '123833.901000', '123833.904000', '123833.906000', '123833.909000', '123833.912000', '123833.914000', '123833.917000', '123833.919000', '123833.922000', '123833.925000', '123833.927000', '123833.930000', '123833.932000', '123833.935000', '123833.938000', '123833.940000', '123833.943000', '123833.945000', '123833.948000', '123833.951000', '123833.953000', '123833.956000', '123853.796000', '123853.846000', '123853.848000', '123853.851000', '123853.854000', '123853.856000', '123853.859000', '123853.861000', '123853.864000', '123853.866000', '123853.869000', '123853.872000', '123853.874000', '123853.877000', '123853.879000', '123853.882000', '123853.884000', '123853.887000', '123853.892000', '123853.894000', '123853.897000', '123853.900000', '123853.902000', '123853.905000', '123853.908000', '123853.910000', '123853.913000', '123853.915000', '123853.918000', '123853.921000', '123853.923000', '123853.926000', '123853.929000', '123853.931000', '123853.934000', '123853.936000', '123853.939000', '123853.942000', '123853.944000', '123853.947000', '123853.949000', '123853.952000', '123853.955000', '123853.957000', '123913.797000', '123913.864000', '123913.866000', '123913.869000', '123913.872000', '123913.874000', '123913.877000', '123913.879000', '123913.882000', '123913.885000', '123913.887000', '123913.890000', '123913.892000', '123913.895000', '123913.902000', '123913.905000', '123913.907000', '123913.910000', '123913.912000', '123913.915000', '123913.918000', '123913.920000', '123913.923000', '123913.925000', '123913.928000', '123913.931000', '123913.933000', '123913.936000', '123913.938000', '123913.941000', '123913.944000', '123913.946000', '123913.949000', '123913.951000', '123913.954000', '123913.957000', '123913.959000', '123913.962000', '123913.964000', '123913.967000', '123913.970000', '123913.972000', '123913.975000', '123933.796000', '123933.798000', '123933.834000', '123933.836000', '123933.839000', '123933.842000', '123933.844000', '123933.847000', '123933.849000', '123933.852000', '123933.855000', '123933.857000', '123933.860000', '123933.862000', '123933.865000', '123933.867000', '123933.870000', '123933.873000', '123933.875000', '123933.878000', '123933.881000', '123933.883000', '123933.886000', '123933.888000', '123933.891000', '123933.894000', '123933.896000', '123933.899000', '123933.901000', '123933.904000', '123933.906000', '123933.909000', '123933.912000', '123933.914000', '123933.917000', '123933.919000', '123933.922000', '123933.925000', '123933.927000', '123933.930000', '123933.932000', '123933.935000', '123933.937000', '123933.940000', '123953.795000', '123953.798000', '123953.844000', '123953.847000', '123953.850000', '123953.852000', '123953.855000', '123953.857000', '123953.860000', '123953.863000', '123953.865000', '123953.868000', '123953.870000', '123953.873000', '123953.876000', '123953.878000', '123953.881000', '123953.883000', '123953.886000', '123953.889000', '123953.891000', '123953.894000', '123953.896000', '123953.899000', '123953.902000', '123953.904000', '123953.907000', '123953.909000', '123953.912000', '123953.915000', '123953.917000', '123953.920000', '123953.923000', '123953.925000', '123953.928000', '123953.930000', '123953.933000', '123953.936000', '123953.938000', '123953.941000', '123953.943000', '123953.946000', '123953.949000', '124013.796000', '124013.799000', '124013.846000', '124013.848000', '124013.851000', '124013.853000', '124013.856000', '124013.859000', '124013.861000', '124013.864000', '124013.866000', '124013.869000', '124013.872000', '124013.874000', '124013.877000', '124013.879000', '124013.882000', '124013.885000', '124013.887000', '124013.890000', '124013.892000', '124013.900000', '124013.903000', '124013.905000', '124013.908000', '124013.911000', '124013.913000', '124013.916000', '124013.918000', '124013.921000', '124013.924000', '124013.926000', '124013.929000', '124013.932000', '124013.934000', '124013.937000', '124013.939000', '124013.942000', '124013.945000', '124013.947000', '124013.950000', '124013.953000', '124013.955000', '124013.958000', '124033.795000', '124033.798000', '124033.801000', '124033.804000', '124033.806000', '124033.809000', '124033.811000', '124033.814000', '124033.816000', '124033.819000', '124033.822000', '124033.835000', '124033.837000', '124033.840000', '124033.843000', '124033.852000', '124033.854000', '124033.857000', '124033.860000', '124033.862000', '124033.865000', '124033.868000', '124033.870000', '124033.873000', '124033.875000', '124033.878000', '124033.881000', '124033.883000', '124033.886000', '124033.889000', '124033.891000', '124033.894000', '124033.896000', '124033.899000', '124033.902000', '124033.904000', '124033.907000', '124033.909000', '124033.912000', '124033.915000', '124033.917000', '124033.920000', '124033.922000', '124034.024000'], 'InstanceCreationTime': ['123333.826000', '123333.829000', '123333.832000', '123333.835000', '123333.848000', '123333.850000', '123333.853000', '123333.879000', '123333.881000', '123333.884000', '123333.887000', '123333.889000', '123353.796000', '123353.799000', '123353.801000', '123353.804000', '123353.806000', '123353.809000', '123353.817000', '123353.819000', '123353.822000', '123353.824000', '123353.827000', '123353.830000', '123353.832000', '123353.835000', '123353.837000', '123353.840000', '123353.842000', '123353.845000', '123353.847000', '123353.850000', '123353.853000', '123353.855000', '123353.858000', '123353.860000', '123353.863000', '123353.867000', '123353.869000', '123353.872000', '123353.874000', '123353.877000', '123353.880000', '123353.882000', '123353.885000', '123353.887000', '123353.890000', '123353.893000', '123353.895000', '123353.898000', '123353.904000', '123353.907000', '123353.909000', '123353.912000', '123353.915000', '123413.796000', '123413.799000', '123413.802000', '123413.805000', '123413.807000', '123413.810000', '123413.812000', '123413.815000', '123413.817000', '123413.820000', '123413.823000', '123413.825000', '123413.828000', '123413.830000', '123413.833000', '123413.836000', '123413.838000', '123413.841000', '123413.843000', '123413.846000', '123413.848000', '123413.851000', '123413.854000', '123413.856000', '123413.859000', '123413.861000', '123413.864000', '123413.866000', '123413.869000', '123413.872000', '123413.874000', '123413.877000', '123413.879000', '123413.882000', '123413.884000', '123413.887000', '123413.890000', '123413.892000', '123413.895000', '123413.897000', '123413.900000', '123413.902000', '123413.914000', '123413.917000', '123433.796000', '123433.800000', '123433.802000', '123433.810000', '123433.813000', '123433.816000', '123433.818000', '123433.821000', '123433.823000', '123433.826000', '123433.828000', '123433.831000', '123433.834000', '123433.859000', '123433.862000', '123433.864000', '123433.867000', '123433.869000', '123433.872000', '123433.875000', '123433.877000', '123433.880000', '123433.882000', '123433.885000', '123433.887000', '123433.890000', '123433.893000', '123433.896000', '123433.898000', '123433.901000', '123433.904000', '123433.906000', '123433.909000', '123433.911000', '123433.914000', '123433.917000', '123433.919000', '123433.922000', '123433.924000', '123433.927000', '123433.929000', '123433.932000', '123433.935000', '123453.796000', '123453.798000', '123453.801000', '123453.804000', '123453.806000', '123453.809000', '123453.811000', '123453.814000', '123453.817000', '123453.819000', '123453.822000', '123453.824000', '123453.827000', '123453.830000', '123453.832000', '123453.835000', '123453.837000', '123453.840000', '123453.843000', '123453.845000', '123453.848000', '123453.850000', '123453.853000', '123453.855000', '123453.858000', '123453.861000', '123453.863000', '123453.866000', '123453.868000', '123453.871000', '123453.874000', '123453.876000', '123453.879000', '123453.882000', '123453.884000', '123453.887000', '123453.889000', '123453.892000', '123453.895000', '123453.897000', '123453.900000', '123453.902000', '123453.905000', '123453.907000', '123513.795000', '123513.808000', '123513.811000', '123513.813000', '123513.816000', '123513.819000', '123513.821000', '123513.824000', '123513.826000', '123513.829000', '123513.832000', '123513.835000', '123513.837000', '123513.840000', '123513.863000', '123513.865000', '123513.868000', '123513.870000', '123513.873000', '123513.876000', '123513.878000', '123513.881000', '123513.884000', '123513.886000', '123513.889000', '123513.891000', '123513.894000', '123513.896000', '123513.899000', '123513.902000', '123513.904000', '123513.907000', '123513.910000', '123513.913000', '123513.916000', '123513.918000', '123513.921000', '123513.923000', '123513.926000', '123513.929000', '123513.934000', '123513.936000', '123513.939000', '123533.796000', '123533.799000', '123533.849000', '123533.851000', '123533.854000', '123533.857000', '123533.863000', '123533.866000', '123533.868000', '123533.871000', '123533.873000', '123533.876000', '123533.879000', '123533.882000', '123533.884000', '123533.887000', '123533.889000', '123533.892000', '123533.895000', '123533.897000', '123533.900000', '123533.902000', '123533.905000', '123533.907000', '123533.910000', '123533.913000', '123533.915000', '123533.918000', '123533.920000', '123533.923000', '123533.926000', '123533.928000', '123533.931000', '123533.933000', '123533.936000', '123533.938000', '123533.941000', '123533.944000', '123533.946000', '123533.949000', '123533.952000', '123533.954000', '123533.957000', '123533.959000', '123553.795000', '123553.798000', '123553.801000', '123553.803000', '123553.806000', '123553.809000', '123553.811000', '123553.814000', '123553.816000', '123553.819000', '123553.822000', '123553.824000', '123553.827000', '123553.829000', '123553.832000', '123553.835000', '123553.837000', '123553.840000', '123553.842000', '123553.845000', '123553.848000', '123553.850000', '123553.853000', '123553.855000', '123553.858000', '123553.861000', '123553.863000', '123553.866000', '123553.868000', '123553.871000', '123553.874000', '123553.876000', '123553.879000', '123553.882000', '123553.884000', '123553.887000', '123553.889000', '123553.892000', '123553.894000', '123553.897000', '123553.900000', '123553.902000', '123553.905000', '123613.795000', '123613.798000', '123613.841000', '123613.844000', '123613.847000', '123613.849000', '123613.853000', '123613.856000', '123613.858000', '123613.870000', '123613.872000', '123613.875000', '123613.877000', '123613.880000', '123613.883000', '123613.885000', '123613.888000', '123613.890000', '123613.893000', '123613.896000', '123613.898000', '123613.901000', '123613.903000', '123613.906000', '123613.909000', '123613.911000', '123613.914000', '123613.916000', '123613.919000', '123613.921000', '123613.924000', '123613.927000', '123613.929000', '123613.932000', '123613.934000', '123613.937000', '123613.940000', '123613.942000', '123613.945000', '123613.948000', '123613.950000', '123613.953000', '123613.955000', '123613.958000', '123633.797000', '123633.827000', '123633.838000', '123633.840000', '123633.843000', '123633.846000', '123633.848000', '123633.851000', '123633.854000', '123633.856000', '123633.859000', '123633.861000', '123633.864000', '123633.867000', '123633.869000', '123633.872000', '123633.875000', '123633.877000', '123633.880000', '123633.882000', '123633.885000', '123633.888000', '123633.890000', '123633.893000', '123633.896000', '123633.898000', '123633.901000', '123633.903000', '123633.906000', '123633.909000', '123633.912000', '123633.914000', '123633.917000', '123633.920000', '123633.923000', '123633.925000', '123633.928000', '123633.930000', '123633.933000', '123633.935000', '123633.938000', '123633.941000', '123633.943000', '123653.796000', '123653.799000', '123653.802000', '123653.804000', '123653.807000', '123653.810000', '123653.812000', '123653.815000', '123653.818000', '123653.820000', '123653.823000', '123653.826000', '123653.828000', '123653.831000', '123653.833000', '123653.836000', '123653.839000', '123653.841000', '123653.844000', '123653.846000', '123653.849000', '123653.852000', '123653.854000', '123653.857000', '123653.859000', '123653.862000', '123653.864000', '123653.867000', '123653.870000', '123653.872000', '123653.875000', '123653.877000', '123653.880000', '123653.883000', '123653.885000', '123653.888000', '123653.890000', '123653.893000', '123653.896000', '123653.898000', '123653.901000', '123653.903000', '123653.906000', '123653.908000', '123713.795000', '123713.798000', '123713.801000', '123713.804000', '123713.806000', '123713.809000', '123713.811000', '123713.814000', '123713.817000', '123713.819000', '123713.822000', '123713.824000', '123713.827000', '123713.830000', '123713.832000', '123713.835000', '123713.838000', '123713.840000', '123713.843000', '123713.845000', '123713.848000', '123713.851000', '123713.853000', '123713.856000', '123713.858000', '123713.861000', '123713.863000', '123713.866000', '123713.869000', '123713.871000', '123713.874000', '123713.876000', '123713.879000', '123713.882000', '123713.884000', '123713.887000', '123713.889000', '123713.892000', '123713.895000', '123713.897000', '123713.900000', '123713.902000', '123713.905000', '123733.796000', '123733.799000', '123733.845000', '123733.848000', '123733.850000', '123733.853000', '123733.856000', '123733.858000', '123733.861000', '123733.863000', '123733.866000', '123733.869000', '123733.871000', '123733.874000', '123733.877000', '123733.879000', '123733.882000', '123733.885000', '123733.887000', '123733.890000', '123733.893000', '123733.895000', '123733.898000', '123733.900000', '123733.903000', '123733.906000', '123733.908000', '123733.911000', '123733.913000', '123733.916000', '123733.918000', '123733.921000', '123733.924000', '123733.926000', '123733.929000', '123733.931000', '123733.934000', '123733.937000', '123733.939000', '123733.942000', '123733.944000', '123733.947000', '123733.950000', '123733.952000', '123753.796000', '123753.798000', '123753.827000', '123753.830000', '123753.833000', '123753.835000', '123753.838000', '123753.840000', '123753.843000', '123753.845000', '123753.848000', '123753.851000', '123753.853000', '123753.856000', '123753.858000', '123753.861000', '123753.864000', '123753.866000', '123753.869000', '123753.871000', '123753.874000', '123753.877000', '123753.879000', '123753.882000', '123753.889000', '123753.897000', '123753.900000', '123753.902000', '123753.905000', '123753.908000', '123753.910000', '123753.913000', '123753.915000', '123753.918000', '123753.921000', '123753.923000', '123753.926000', '123753.929000', '123753.931000', '123753.934000', '123753.936000', '123753.939000', '123753.942000', '123813.795000', '123813.798000', '123813.844000', '123813.846000', '123813.849000', '123813.852000', '123813.854000', '123813.857000', '123813.860000', '123813.862000', '123813.865000', '123813.867000', '123813.870000', '123813.873000', '123813.875000', '123813.878000', '123813.880000', '123813.883000', '123813.886000', '123813.888000', '123813.891000', '123813.894000', '123813.896000', '123813.899000', '123813.901000', '123813.904000', '123813.907000', '123813.909000', '123813.912000', '123813.914000', '123813.917000', '123813.920000', '123813.922000', '123813.925000', '123813.928000', '123813.930000', '123813.933000', '123813.935000', '123813.938000', '123813.946000', '123813.949000', '123813.952000', '123813.954000', '123833.796000', '123833.847000', '123833.849000', '123833.852000', '123833.855000', '123833.857000', '123833.860000', '123833.862000', '123833.865000', '123833.867000', '123833.870000', '123833.873000', '123833.875000', '123833.878000', '123833.880000', '123833.883000', '123833.886000', '123833.888000', '123833.891000', '123833.893000', '123833.896000', '123833.899000', '123833.901000', '123833.904000', '123833.906000', '123833.909000', '123833.912000', '123833.914000', '123833.917000', '123833.919000', '123833.922000', '123833.925000', '123833.927000', '123833.930000', '123833.932000', '123833.935000', '123833.938000', '123833.940000', '123833.943000', '123833.945000', '123833.948000', '123833.951000', '123833.953000', '123833.956000', '123853.796000', '123853.846000', '123853.848000', '123853.851000', '123853.854000', '123853.856000', '123853.859000', '123853.861000', '123853.864000', '123853.866000', '123853.869000', '123853.872000', '123853.874000', '123853.877000', '123853.879000', '123853.882000', '123853.884000', '123853.887000', '123853.892000', '123853.894000', '123853.897000', '123853.900000', '123853.902000', '123853.905000', '123853.908000', '123853.910000', '123853.913000', '123853.915000', '123853.918000', '123853.921000', '123853.923000', '123853.926000', '123853.929000', '123853.931000', '123853.934000', '123853.936000', '123853.939000', '123853.942000', '123853.944000', '123853.947000', '123853.949000', '123853.952000', '123853.955000', '123853.957000', '123913.797000', '123913.864000', '123913.866000', '123913.869000', '123913.872000', '123913.874000', '123913.877000', '123913.879000', '123913.882000', '123913.885000', '123913.887000', '123913.890000', '123913.892000', '123913.895000', '123913.902000', '123913.905000', '123913.907000', '123913.910000', '123913.912000', '123913.915000', '123913.918000', '123913.920000', '123913.923000', '123913.925000', '123913.928000', '123913.931000', '123913.933000', '123913.936000', '123913.938000', '123913.941000', '123913.944000', '123913.946000', '123913.949000', '123913.951000', '123913.954000', '123913.957000', '123913.959000', '123913.962000', '123913.964000', '123913.967000', '123913.970000', '123913.972000', '123913.975000', '123933.796000', '123933.798000', '123933.834000', '123933.836000', '123933.839000', '123933.842000', '123933.844000', '123933.847000', '123933.849000', '123933.852000', '123933.855000', '123933.857000', '123933.860000', '123933.862000', '123933.865000', '123933.867000', '123933.870000', '123933.873000', '123933.875000', '123933.878000', '123933.881000', '123933.883000', '123933.886000', '123933.888000', '123933.891000', '123933.894000', '123933.896000', '123933.899000', '123933.901000', '123933.904000', '123933.906000', '123933.909000', '123933.912000', '123933.914000', '123933.917000', '123933.919000', '123933.922000', '123933.925000', '123933.927000', '123933.930000', '123933.932000', '123933.935000', '123933.937000', '123933.940000', '123953.795000', '123953.798000', '123953.844000', '123953.847000', '123953.850000', '123953.852000', '123953.855000', '123953.857000', '123953.860000', '123953.863000', '123953.865000', '123953.868000', '123953.870000', '123953.873000', '123953.876000', '123953.878000', '123953.881000', '123953.883000', '123953.886000', '123953.889000', '123953.891000', '123953.894000', '123953.896000', '123953.899000', '123953.902000', '123953.904000', '123953.907000', '123953.909000', '123953.912000', '123953.915000', '123953.917000', '123953.920000', '123953.923000', '123953.925000', '123953.928000', '123953.930000', '123953.933000', '123953.936000', '123953.938000', '123953.941000', '123953.943000', '123953.946000', '123953.949000', '124013.796000', '124013.799000', '124013.846000', '124013.848000', '124013.851000', '124013.853000', '124013.856000', '124013.859000', '124013.861000', '124013.864000', '124013.866000', '124013.869000', '124013.872000', '124013.874000', '124013.877000', '124013.879000', '124013.882000', '124013.885000', '124013.887000', '124013.890000', '124013.892000', '124013.900000', '124013.903000', '124013.905000', '124013.908000', '124013.911000', '124013.913000', '124013.916000', '124013.918000', '124013.921000', '124013.924000', '124013.926000', '124013.929000', '124013.932000', '124013.934000', '124013.937000', '124013.939000', '124013.942000', '124013.945000', '124013.947000', '124013.950000', '124013.953000', '124013.955000', '124013.958000', '124033.795000', '124033.798000', '124033.801000', '124033.804000', '124033.806000', '124033.809000', '124033.811000', '124033.814000', '124033.816000', '124033.819000', '124033.822000', '124033.835000', '124033.837000', '124033.840000', '124033.843000', '124033.852000', '124033.854000', '124033.857000', '124033.860000', '124033.862000', '124033.865000', '124033.868000', '124033.870000', '124033.873000', '124033.875000', '124033.878000', '124033.881000', '124033.883000', '124033.886000', '124033.889000', '124033.891000', '124033.894000', '124033.896000', '124033.899000', '124033.902000', '124033.904000', '124033.907000', '124033.909000', '124033.912000', '124033.915000', '124033.917000', '124033.920000', '124033.922000', '124034.024000'], 'InstanceNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926], 'LargestImagePixelValue': [14870, 9782, 13979, 8761, 9058, 14091, 8360, 13256, 8281, 12511, 8569, 8408, 11041, 7885, 9094, 7430, 8816, 9873, 7634, 9875, 8012, 8489, 8550, 7914, 13434, 7942, 9324, 8105, 8020, 8784, 7741, 13986, 8934, 12301, 8187, 8664, 8602, 8706, 14280, 11242, 14654, 8280, 10244, 8768, 9853, 16229, 10513, 13664, 7598, 10162, 8182, 11841, 9408, 14086, 13494, 8567, 13241, 8165, 12197, 9003, 10183, 14674, 7898, 9555, 7601, 8883, 9008, 8431, 11032, 7726, 9360, 8185, 10625, 7202, 12178, 8996, 9099, 13661, 8282, 12100, 8373, 12818, 9434, 8887, 13455, 8195, 11593, 7665, 10411, 9066, 8486, 14699, 7800, 10249, 7530, 9675, 8759, 9339, 8782, 8394, 7955, 10702, 9198, 9798, 12594, 8506, 14029, 8408, 13621, 9723, 10895, 8582, 8343, 12756, 7650, 11285, 7954, 11188, 7665, 8296, 8482, 7922, 12504, 7682, 13454, 8259, 11568, 7645, 9128, 7892, 8223, 11031, 10937, 14858, 10289, 14449, 8575, 10561, 8108, 9527, 16242, 10144, 13958, 8115, 9330, 7364, 8601, 8273, 9611, 10602, 8067, 9126, 7841, 9237, 7979, 13806, 8876, 13663, 7852, 8623, 13615, 8448, 13947, 8749, 11032, 7511, 8433, 8640, 8386, 12164, 9247, 8388, 7494, 13661, 7659, 11707, 9130, 14003, 9016, 14730, 8664, 12177, 8032, 10859, 11822, 12225, 14530, 8428, 12491, 8349, 9122, 7681, 8984, 10061, 9003, 14167, 7507, 9447, 7792, 9861, 7526, 11851, 7979, 8723, 8095, 9303, 8165, 7897, 10730, 11538, 9313, 14523, 8777, 12753, 12129, 9881, 14562, 9754, 11266, 7472, 8811, 12440, 8263, 13647, 8454, 10275, 7852, 9256, 7530, 8929, 7416, 8803, 7708, 7975, 9654, 7840, 10719, 8005, 14135, 9730, 10235, 14548, 8821, 10732, 8068, 9852, 12479, 9315, 12324, 7977, 9069, 7347, 9154, 12375, 10708, 13789, 11453, 13522, 9080, 11922, 7663, 8174, 9629, 7769, 8418, 11554, 8243, 10300, 7562, 8750, 13551, 7794, 9552, 7718, 8482, 12746, 8137, 10532, 7463, 8581, 14127, 8275, 9165, 10475, 8398, 12809, 7942, 11378, 13594, 8167, 10209, 7354, 8703, 12611, 8332, 9130, 7406, 8328, 7996, 7696, 8670, 7657, 8648, 7167, 8851, 11229, 7684, 8766, 7415, 8753, 12779, 8765, 11920, 7698, 9315, 7839, 8247, 13608, 9142, 9986, 7533, 9060, 10970, 7848, 9331, 7375, 9271, 7250, 8184, 10520, 7866, 9242, 7487, 9385, 7364, 8725, 7681, 8175, 13466, 8922, 14165, 10217, 14923, 7895, 10277, 14509, 9373, 14406, 10426, 13744, 8345, 9682, 7345, 9325, 13411, 8719, 13128, 8192, 9528, 7414, 9013, 7308, 8967, 13749, 8482, 12841, 7585, 8602, 7649, 8526, 13446, 8771, 12216, 7822, 9348, 7358, 8921, 12216, 8772, 13992, 8421, 10357, 8036, 9381, 8238, 11448, 7618, 9326, 11538, 7982, 10732, 8096, 9120, 13926, 9433, 11600, 7310, 9041, 11963, 8021, 8963, 8398, 9465, 7220, 8471, 8427, 7908, 8910, 8263, 8830, 7324, 8544, 7482, 7823, 9639, 7879, 9357, 7393, 9284, 13979, 8104, 9901, 7548, 9168, 9571, 8367, 10118, 8500, 8151, 7216, 7980, 7678, 7598, 8571, 8005, 8391, 7453, 9058, 11772, 8260, 10871, 7800, 11034, 9163, 8772, 13347, 8538, 9725, 13740, 9662, 12157, 7753, 9642, 11843, 7829, 8692, 7536, 9211, 11835, 7850, 8599, 7427, 8977, 10729, 8429, 9664, 8543, 8550, 7469, 8305, 11080, 8539, 9443, 8162, 9433, 12293, 7801, 9844, 7813, 8747, 11905, 8621, 9080, 7280, 9330, 10551, 7511, 9545, 7268, 9474, 11930, 8085, 8416, 7370, 9305, 11882, 7775, 8991, 7398, 8740, 7286, 8447, 11511, 7928, 9071, 12147, 8889, 11141, 7933, 9576, 7314, 8429, 10513, 8134, 9134, 7547, 9352, 12514, 7967, 10603, 8280, 10032, 13758, 8277, 11185, 7899, 9148, 13067, 8457, 11179, 8216, 8796, 7456, 9421, 7349, 8475, 12737, 8727, 11179, 7477, 9575, 13648, 8251, 11500, 7972, 9915, 8919, 8656, 10694, 7955, 9158, 7659, 9401, 11746, 7826, 8401, 7512, 8806, 7479, 8284, 11767, 8279, 9904, 7265, 9106, 13311, 8349, 11597, 7644, 9620, 7496, 8355, 11727, 8044, 9036, 7675, 9024, 12778, 7769, 9398, 7538, 8622, 9072, 8195, 11080, 7837, 8682, 7601, 8878, 8744, 8282, 11946, 8452, 8625, 7191, 8466, 10700, 7788, 10884, 7593, 8908, 7321, 8355, 9812, 7945, 8546, 7461, 9202, 10864, 7805, 8029, 7862, 8540, 7342, 9618, 8032, 9873, 13366, 8401, 10857, 8237, 10520, 9429, 9848, 13528, 8478, 9000, 7500, 8331, 10495, 8601, 8957, 7288, 7795, 9704, 7394, 8909, 7901, 8066, 7387, 8310, 11005, 7663, 9453, 7985, 9275, 9885, 8065, 10465, 7899, 9294, 12568, 8812, 9942, 7954, 9689, 7682, 8632, 12553, 8627, 12010, 7784, 8904, 11784, 7947, 11062, 7984, 8916, 7372, 8296, 9319, 7655, 9111, 7593, 8314, 12765, 8639, 9800, 7615, 8592, 12042, 8080, 10009, 7766, 8567, 11575, 8061, 8960, 7333, 8406, 9272, 7961, 8435, 7303, 7908, 8589, 7571, 8257, 7439, 8332, 11022, 7745, 9304, 7859, 8869, 12597, 7925, 10196, 7430, 8697, 11616, 8071, 11740, 9116, 13674, 7740, 9736, 7457, 8682, 13697, 9452, 11561, 7920, 9007, 7768, 8163, 10350, 8063, 11707, 8711, 10428, 13283, 8265, 10614, 8144, 8903, 8449, 8746, 12928, 8501, 10293, 7683, 8870, 7332, 8396, 11658, 8123, 9291, 7322, 8383, 12250, 7788, 10800, 8401, 13595, 8555, 10702, 7495, 8675, 12780, 8668, 9777, 7383, 8443, 11038, 7953, 9368, 7406, 8361, 9925, 7921, 11172, 7973, 13273, 7427, 9763, 13522, 8626, 13206, 8034, 11899, 7400, 9182, 7317, 9336, 8641, 8373, 12879, 7841, 10968, 7315, 8762, 7870, 8178, 9333, 8103, 8787, 7400, 11978, 7581, 10007, 13111, 10415, 10435, 7519, 11185, 7775, 9522, 12811, 11347, 13492, 11990, 13623, 8607, 11056, 13003, 8206, 9072, 8272, 8129, 8962, 7546, 9085, 10233, 8226, 9433, 8542, 9252, 7379, 8942, 13153, 9835, 13288, 9430, 10654, 14390, 9901, 12255, 8262, 9556, 13995, 8581, 11202, 7501, 9003, 12196, 8558, 9980, 7284, 8466, 7299, 8604, 11965, 7955, 9587, 7563, 8139, 11831, 8716, 10593, 7561, 9382, 7431, 8316, 10747, 8395, 11123, 7912, 10212, 7591, 8365, 11229, 8535, 10554, 7636, 8979, 7594, 8181, 10621, 9160, 9633, 7459, 8877, 7390, 8788, 7540, 10644, 7555, 9220, 13348, 9516, 10983, 12697, 9633, 12850, 8322, 9930, 10583, 8067, 10360, 7898, 8870, 8143, 8072, 8166, 7592, 9924, 7655, 12038, 7987, 9721, 8134, 8440, 11624, 8725, 10224, 7629, 10203, 7056, 8226, 7531, 10466, 7799, 12220, 10429, 10792], 'WindowCenter': [4459.0, 4392.0, 4430.0, 4341.0, 4350.0, 4401.0, 4328.0, 4390.0, 4318.0, 4377.0, 4327.0, 4328.0, 4367.0, 4317.0, 4336.0, 4296.0, 4339.0, 4348.0, 4307.0, 4345.0, 4318.0, 4326.0, 4328.0, 4319.0, 4386.0, 4318.0, 4338.0, 4319.0, 4319.0, 4325.0, 4320.0, 4400.0, 4349.0, 4380.0, 4342.0, 4341.0, 4339.0, 4341.0, 4397.0, 4382.0, 4398.0, 4331.0, 4358.0, 4326.0, 4347.0, 4398.0, 4362.0, 4385.0, 4318.0, 4355.0, 4330.0, 4377.0, 4338.0, 4401.0, 4374.0, 4328.0, 4377.0, 4316.0, 4365.0, 4315.0, 4346.0, 4373.0, 4305.0, 4323.0, 4293.0, 4325.0, 4322.0, 4315.0, 4352.0, 4308.0, 4334.0, 4326.0, 4358.0, 4307.0, 4389.0, 4338.0, 4341.0, 4388.0, 4329.0, 4369.0, 4317.0, 4380.0, 4324.0, 4327.0, 4375.0, 4318.0, 4368.0, 4303.0, 4358.0, 4326.0, 4329.0, 4385.0, 4306.0, 4359.0, 4306.0, 4350.0, 4340.0, 4351.0, 4337.0, 4343.0, 4344.0, 4381.0, 4352.0, 4361.0, 4380.0, 4341.0, 4389.0, 4327.0, 4389.0, 4335.0, 4359.0, 4323.0, 4318.0, 4375.0, 4308.0, 4357.0, 4315.0, 4368.0, 4308.0, 4329.0, 4325.0, 4319.0, 4379.0, 4320.0, 4385.0, 4329.0, 4367.0, 4308.0, 4338.0, 4318.0, 4328.0, 4358.0, 4370.0, 4399.0, 4357.0, 4388.0, 4325.0, 4355.0, 4306.0, 4338.0, 4395.0, 4347.0, 4374.0, 4305.0, 4323.0, 4294.0, 4327.0, 4304.0, 4337.0, 4346.0, 4316.0, 4335.0, 4318.0, 4337.0, 4327.0, 4387.0, 4341.0, 4386.0, 4319.0, 4338.0, 4387.0, 4329.0, 4388.0, 4330.0, 4358.0, 4306.0, 4329.0, 4328.0, 4330.0, 4377.0, 4350.0, 4324.0, 4306.0, 4387.0, 4317.0, 4379.0, 4352.0, 4399.0, 4341.0, 4398.0, 4341.0, 4378.0, 4317.0, 4359.0, 4367.0, 4380.0, 4387.0, 4318.0, 4377.0, 4316.0, 4336.0, 4305.0, 4337.0, 4346.0, 4338.0, 4383.0, 4307.0, 4336.0, 4307.0, 4349.0, 4308.0, 4380.0, 4318.0, 4340.0, 4318.0, 4351.0, 4315.0, 4320.0, 4369.0, 4383.0, 4362.0, 4414.0, 4353.0, 4405.0, 4376.0, 4359.0, 4389.0, 4338.0, 4357.0, 4296.0, 4326.0, 4366.0, 4328.0, 4387.0, 4329.0, 4347.0, 4318.0, 4337.0, 4318.0, 4352.0, 4307.0, 4353.0, 4321.0, 4333.0, 4350.0, 4332.0, 4372.0, 4332.0, 4403.0, 4348.0, 4362.0, 4396.0, 4339.0, 4359.0, 4317.0, 4345.0, 4366.0, 4338.0, 4363.0, 4317.0, 4326.0, 4294.0, 4338.0, 4377.0, 4360.0, 4389.0, 4369.0, 4390.0, 4351.0, 4380.0, 4306.0, 4327.0, 4334.0, 4307.0, 4328.0, 4365.0, 4328.0, 4359.0, 4307.0, 4336.0, 4384.0, 4307.0, 4335.0, 4301.0, 4325.0, 4363.0, 4305.0, 4356.0, 4294.0, 4325.0, 4373.0, 4313.0, 4323.0, 4330.0, 4302.0, 4361.0, 4291.0, 4353.0, 4359.0, 4302.0, 4330.0, 4276.0, 4311.0, 4360.0, 4301.0, 4320.0, 4281.0, 4312.0, 4301.0, 4304.0, 4323.0, 4305.0, 4326.0, 4295.0, 4338.0, 4366.0, 4315.0, 4339.0, 4308.0, 4340.0, 4389.0, 4340.0, 4376.0, 4316.0, 4345.0, 4306.0, 4329.0, 4398.0, 4348.0, 4348.0, 4307.0, 4339.0, 4364.0, 4329.0, 4349.0, 4306.0, 4360.0, 4318.0, 4341.0, 4369.0, 4331.0, 4361.0, 4322.0, 4362.0, 4322.0, 4352.0, 4330.0, 4342.0, 4400.0, 4353.0, 4412.0, 4372.0, 4413.0, 4318.0, 4357.0, 4385.0, 4339.0, 4388.0, 4355.0, 4387.0, 4328.0, 4348.0, 4296.0, 4348.0, 4387.0, 4339.0, 4388.0, 4329.0, 4347.0, 4307.0, 4339.0, 4307.0, 4351.0, 4399.0, 4340.0, 4377.0, 4318.0, 4328.0, 4318.0, 4340.0, 4388.0, 4340.0, 4378.0, 4319.0, 4349.0, 4309.0, 4348.0, 4378.0, 4340.0, 4398.0, 4328.0, 4355.0, 4327.0, 4349.0, 4329.0, 4380.0, 4317.0, 4350.0, 4365.0, 4318.0, 4369.0, 4316.0, 4339.0, 4386.0, 4336.0, 4356.0, 4294.0, 4336.0, 4363.0, 4315.0, 4325.0, 4316.0, 4337.0, 4293.0, 4328.0, 4315.0, 4318.0, 4326.0, 4328.0, 4339.0, 4294.0, 4326.0, 4295.0, 4308.0, 4336.0, 4317.0, 4349.0, 4307.0, 4340.0, 4387.0, 4318.0, 4346.0, 4306.0, 4337.0, 4335.0, 4328.0, 4346.0, 4327.0, 4317.0, 4295.0, 4317.0, 4305.0, 4330.0, 4339.0, 4330.0, 4339.0, 4321.0, 4353.0, 4375.0, 4341.0, 4381.0, 4318.0, 4380.0, 4349.0, 4340.0, 4388.0, 4327.0, 4346.0, 4387.0, 4348.0, 4367.0, 4305.0, 4349.0, 4361.0, 4305.0, 4325.0, 4304.0, 4336.0, 4365.0, 4317.0, 4325.0, 4306.0, 4335.0, 4355.0, 4329.0, 4347.0, 4327.0, 4329.0, 4295.0, 4327.0, 4363.0, 4324.0, 4348.0, 4323.0, 4348.0, 4376.0, 4317.0, 4347.0, 4305.0, 4327.0, 4376.0, 4326.0, 4336.0, 4305.0, 4337.0, 4354.0, 4307.0, 4346.0, 4306.0, 4356.0, 4374.0, 4329.0, 4328.0, 4308.0, 4349.0, 4377.0, 4319.0, 4338.0, 4308.0, 4340.0, 4308.0, 4340.0, 4379.0, 4328.0, 4350.0, 4375.0, 4350.0, 4368.0, 4329.0, 4348.0, 4306.0, 4340.0, 4368.0, 4328.0, 4347.0, 4331.0, 4352.0, 4388.0, 4330.0, 4370.0, 4328.0, 4361.0, 4399.0, 4330.0, 4369.0, 4317.0, 4348.0, 4387.0, 4325.0, 4366.0, 4328.0, 4327.0, 4307.0, 4349.0, 4307.0, 4330.0, 4389.0, 4339.0, 4380.0, 4308.0, 4360.0, 4387.0, 4325.0, 4367.0, 4317.0, 4348.0, 4336.0, 4327.0, 4356.0, 4316.0, 4347.0, 4317.0, 4348.0, 4376.0, 4319.0, 4326.0, 4308.0, 4339.0, 4304.0, 4329.0, 4377.0, 4328.0, 4358.0, 4308.0, 4339.0, 4383.0, 4328.0, 4379.0, 4317.0, 4349.0, 4293.0, 4327.0, 4366.0, 4316.0, 4338.0, 4305.0, 4337.0, 4374.0, 4317.0, 4336.0, 4316.0, 4337.0, 4337.0, 4328.0, 4366.0, 4318.0, 4325.0, 4318.0, 4338.0, 4325.0, 4327.0, 4376.0, 4327.0, 4338.0, 4294.0, 4328.0, 4356.0, 4318.0, 4368.0, 4317.0, 4338.0, 4305.0, 4327.0, 4345.0, 4318.0, 4339.0, 4308.0, 4350.0, 4368.0, 4320.0, 4314.0, 4329.0, 4337.0, 4320.0, 4372.0, 4327.0, 4372.0, 4398.0, 4329.0, 4368.0, 4328.0, 4370.0, 4336.0, 4348.0, 4384.0, 4326.0, 4336.0, 4291.0, 4325.0, 4355.0, 4326.0, 4336.0, 4295.0, 4318.0, 4341.0, 4308.0, 4337.0, 4328.0, 4329.0, 4308.0, 4340.0, 4368.0, 4319.0, 4360.0, 4318.0, 4350.0, 4357.0, 4329.0, 4357.0, 4316.0, 4349.0, 4376.0, 4339.0, 4344.0, 4328.0, 4348.0, 4317.0, 4339.0, 4377.0, 4338.0, 4379.0, 4317.0, 4338.0, 4363.0, 4317.0, 4366.0, 4315.0, 4337.0, 4306.0, 4327.0, 4332.0, 4317.0, 4336.0, 4318.0, 4329.0, 4378.0, 4339.0, 4346.0, 4307.0, 4327.0, 4375.0, 4319.0, 4357.0, 4302.0, 4327.0, 4353.0, 4313.0, 4324.0, 4293.0, 4327.0, 4334.0, 4317.0, 4316.0, 4307.0, 4328.0, 4326.0, 4317.0, 4329.0, 4308.0, 4340.0, 4367.0, 4319.0, 4350.0, 4329.0, 4350.0, 4377.0, 4318.0, 4357.0, 4306.0, 4338.0, 4366.0, 4329.0, 4394.0, 4350.0, 4399.0, 4318.0, 4361.0, 4322.0, 4352.0, 4387.0, 4348.0, 4368.0, 4315.0, 4338.0, 4304.0, 4328.0, 4344.0, 4317.0, 4378.0, 4324.0, 4353.0, 4363.0, 4303.0, 4332.0, 4292.0, 4314.0, 4301.0, 4313.0, 4361.0, 4313.0, 4331.0, 4291.0, 4312.0, 4279.0, 4311.0, 4351.0, 4304.0, 4322.0, 4281.0, 4314.0, 4362.0, 4293.0, 4344.0, 4314.0, 4376.0, 4314.0, 4344.0, 4294.0, 4324.0, 4362.0, 4313.0, 4333.0, 4282.0, 4314.0, 4343.0, 4304.0, 4325.0, 4281.0, 4303.0, 4330.0, 4303.0, 4354.0, 4303.0, 4364.0, 4282.0, 4333.0, 4361.0, 4302.0, 4351.0, 4290.0, 4340.0, 4267.0, 4310.0, 4279.0, 4320.0, 4298.0, 4299.0, 4349.0, 4289.0, 4340.0, 4278.0, 4310.0, 4289.0, 4311.0, 4322.0, 4304.0, 4311.0, 4294.0, 4366.0, 4304.0, 4348.0, 4376.0, 4357.0, 4344.0, 4295.0, 4356.0, 4307.0, 4350.0, 4378.0, 4370.0, 4388.0, 4381.0, 4390.0, 4340.0, 4370.0, 4375.0, 4314.0, 4325.0, 4301.0, 4316.0, 4324.0, 4317.0, 4338.0, 4356.0, 4340.0, 4348.0, 4327.0, 4336.0, 4295.0, 4326.0, 4374.0, 4336.0, 4376.0, 4312.0, 4333.0, 4360.0, 4320.0, 4338.0, 4275.0, 4306.0, 4334.0, 4285.0, 4315.0, 4255.0, 4296.0, 4324.0, 4286.0, 4306.0, 4266.0, 4288.0, 4268.0, 4312.0, 4350.0, 4301.0, 4320.0, 4287.0, 4303.0, 4352.0, 4315.0, 4343.0, 4294.0, 4335.0, 4306.0, 4327.0, 4354.0, 4327.0, 4355.0, 4318.0, 4357.0, 4307.0, 4329.0, 4364.0, 4327.0, 4346.0, 4306.0, 4337.0, 4304.0, 4329.0, 4347.0, 4336.0, 4348.0, 4297.0, 4339.0, 4296.0, 4338.0, 4321.0, 4371.0, 4319.0, 4351.0, 4384.0, 4337.0, 4358.0, 4365.0, 4335.0, 4364.0, 4303.0, 4334.0, 4331.0, 4302.0, 4333.0, 4304.0, 4324.0, 4303.0, 4304.0, 4313.0, 4306.0, 4346.0, 4318.0, 4379.0, 4320.0, 4363.0, 4316.0, 4327.0, 4379.0, 4311.0, 4276.0, 4275.0, 4344.0, 4296.0, 4338.0, 4329.0, 4368.0, 4330.0, 4391.0, 4358.0, 4371.0], 'WindowWidth': [9798.0, 9693.0, 9734.0, 9600.0, 9611.0, 9676.0, 9577.0, 9659.0, 9558.0, 9639.0, 9571.0, 9575.0, 9624.0, 9558.0, 9581.0, 9527.0, 9588.0, 9597.0, 9546.0, 9593.0, 9562.0, 9571.0, 9573.0, 9564.0, 9649.0, 9562.0, 9585.0, 9564.0, 9565.0, 9567.0, 9568.0, 9673.0, 9606.0, 9646.0, 9600.0, 9595.0, 9591.0, 9598.0, 9666.0, 9652.0, 9667.0, 9583.0, 9616.0, 9571.0, 9600.0, 9664.0, 9624.0, 9645.0, 9561.0, 9606.0, 9578.0, 9640.0, 9587.0, 9674.0, 9627.0, 9571.0, 9633.0, 9553.0, 9620.0, 9547.0, 9591.0, 9622.0, 9534.0, 9554.0, 9517.0, 9564.0, 9554.0, 9552.0, 9596.0, 9545.0, 9575.0, 9570.0, 9613.0, 9546.0, 9660.0, 9588.0, 9596.0, 9651.0, 9575.0, 9629.0, 9557.0, 9644.0, 9560.0, 9569.0, 9629.0, 9558.0, 9624.0, 9535.0, 9612.0, 9565.0, 9574.0, 9644.0, 9545.0, 9615.0, 9544.0, 9607.0, 9596.0, 9611.0, 9588.0, 9606.0, 9609.0, 9654.0, 9614.0, 9626.0, 9647.0, 9597.0, 9655.0, 9573.0, 9656.0, 9580.0, 9615.0, 9560.0, 9559.0, 9631.0, 9547.0, 9608.0, 9554.0, 9626.0, 9547.0, 9576.0, 9567.0, 9565.0, 9643.0, 9567.0, 9649.0, 9579.0, 9623.0, 9548.0, 9587.0, 9558.0, 9575.0, 9613.0, 9634.0, 9670.0, 9613.0, 9651.0, 9567.0, 9607.0, 9539.0, 9586.0, 9657.0, 9597.0, 9626.0, 9537.0, 9557.0, 9520.0, 9568.0, 9535.0, 9582.0, 9592.0, 9554.0, 9577.0, 9561.0, 9584.0, 9576.0, 9652.0, 9597.0, 9650.0, 9564.0, 9589.0, 9648.0, 9575.0, 9652.0, 9580.0, 9612.0, 9543.0, 9576.0, 9572.0, 9581.0, 9638.0, 9605.0, 9566.0, 9547.0, 9649.0, 9560.0, 9641.0, 9612.0, 9673.0, 9597.0, 9667.0, 9595.0, 9639.0, 9557.0, 9615.0, 9622.0, 9645.0, 9649.0, 9560.0, 9635.0, 9554.0, 9580.0, 9539.0, 9584.0, 9592.0, 9585.0, 9638.0, 9544.0, 9579.0, 9544.0, 9602.0, 9545.0, 9646.0, 9560.0, 9591.0, 9560.0, 9608.0, 9550.0, 9566.0, 9632.0, 9658.0, 9629.0, 9702.0, 9619.0, 9688.0, 9637.0, 9617.0, 9654.0, 9585.0, 9609.0, 9525.0, 9567.0, 9617.0, 9572.0, 9647.0, 9575.0, 9595.0, 9561.0, 9582.0, 9561.0, 9611.0, 9546.0, 9614.0, 9568.0, 9590.0, 9607.0, 9587.0, 9640.0, 9586.0, 9683.0, 9602.0, 9623.0, 9662.0, 9589.0, 9614.0, 9556.0, 9591.0, 9618.0, 9584.0, 9612.0, 9554.0, 9567.0, 9522.0, 9585.0, 9637.0, 9619.0, 9653.0, 9629.0, 9657.0, 9609.0, 9647.0, 9540.0, 9570.0, 9573.0, 9543.0, 9572.0, 9617.0, 9575.0, 9617.0, 9543.0, 9583.0, 9643.0, 9544.0, 9578.0, 9528.0, 9563.0, 9611.0, 9537.0, 9605.0, 9519.0, 9564.0, 9623.0, 9545.0, 9557.0, 9561.0, 9526.0, 9604.0, 9510.0, 9595.0, 9598.0, 9526.0, 9561.0, 9486.0, 9539.0, 9601.0, 9525.0, 9548.0, 9497.0, 9543.0, 9524.0, 9534.0, 9558.0, 9538.0, 9569.0, 9527.0, 9587.0, 9620.0, 9556.0, 9590.0, 9549.0, 9593.0, 9658.0, 9594.0, 9635.0, 9557.0, 9596.0, 9541.0, 9577.0, 9668.0, 9601.0, 9601.0, 9544.0, 9589.0, 9618.0, 9580.0, 9605.0, 9545.0, 9623.0, 9563.0, 9598.0, 9631.0, 9584.0, 9626.0, 9574.0, 9629.0, 9573.0, 9614.0, 9583.0, 9602.0, 9676.0, 9617.0, 9694.0, 9642.0, 9697.0, 9561.0, 9614.0, 9645.0, 9590.0, 9654.0, 9608.0, 9651.0, 9575.0, 9600.0, 9529.0, 9601.0, 9650.0, 9591.0, 9655.0, 9577.0, 9598.0, 9546.0, 9588.0, 9548.0, 9611.0, 9670.0, 9596.0, 9639.0, 9564.0, 9574.0, 9563.0, 9594.0, 9653.0, 9594.0, 9640.0, 9565.0, 9604.0, 9550.0, 9605.0, 9639.0, 9593.0, 9668.0, 9577.0, 9609.0, 9573.0, 9603.0, 9579.0, 9646.0, 9560.0, 9608.0, 9621.0, 9561.0, 9629.0, 9553.0, 9591.0, 9648.0, 9580.0, 9606.0, 9521.0, 9581.0, 9612.0, 9552.0, 9565.0, 9556.0, 9583.0, 9523.0, 9573.0, 9552.0, 9560.0, 9567.0, 9577.0, 9590.0, 9524.0, 9571.0, 9526.0, 9546.0, 9580.0, 9557.0, 9603.0, 9546.0, 9591.0, 9651.0, 9559.0, 9593.0, 9541.0, 9584.0, 9578.0, 9575.0, 9594.0, 9572.0, 9559.0, 9526.0, 9560.0, 9540.0, 9583.0, 9593.0, 9584.0, 9593.0, 9574.0, 9617.0, 9637.0, 9599.0, 9651.0, 9566.0, 9650.0, 9604.0, 9594.0, 9654.0, 9571.0, 9597.0, 9653.0, 9599.0, 9624.0, 9537.0, 9603.0, 9609.0, 9538.0, 9566.0, 9536.0, 9581.0, 9617.0, 9559.0, 9565.0, 9541.0, 9580.0, 9605.0, 9579.0, 9598.0, 9571.0, 9576.0, 9526.0, 9572.0, 9616.0, 9566.0, 9602.0, 9564.0, 9603.0, 9636.0, 9561.0, 9599.0, 9541.0, 9573.0, 9636.0, 9569.0, 9581.0, 9540.0, 9585.0, 9604.0, 9545.0, 9596.0, 9545.0, 9614.0, 9633.0, 9580.0, 9575.0, 9549.0, 9606.0, 9638.0, 9566.0, 9589.0, 9549.0, 9595.0, 9549.0, 9595.0, 9644.0, 9576.0, 9610.0, 9637.0, 9607.0, 9629.0, 9578.0, 9603.0, 9545.0, 9595.0, 9631.0, 9579.0, 9602.0, 9585.0, 9614.0, 9657.0, 9583.0, 9637.0, 9577.0, 9623.0, 9672.0, 9581.0, 9631.0, 9559.0, 9602.0, 9652.0, 9569.0, 9623.0, 9576.0, 9571.0, 9548.0, 9605.0, 9545.0, 9582.0, 9657.0, 9594.0, 9647.0, 9548.0, 9620.0, 9651.0, 9571.0, 9627.0, 9559.0, 9602.0, 9580.0, 9573.0, 9607.0, 9557.0, 9599.0, 9559.0, 9603.0, 9637.0, 9566.0, 9569.0, 9549.0, 9591.0, 9541.0, 9579.0, 9640.0, 9576.0, 9615.0, 9548.0, 9593.0, 9643.0, 9577.0, 9645.0, 9560.0, 9604.0, 9522.0, 9573.0, 9621.0, 9557.0, 9588.0, 9540.0, 9586.0, 9631.0, 9558.0, 9583.0, 9556.0, 9586.0, 9587.0, 9576.0, 9624.0, 9562.0, 9567.0, 9564.0, 9590.0, 9566.0, 9574.0, 9637.0, 9572.0, 9589.0, 9525.0, 9577.0, 9610.0, 9563.0, 9631.0, 9560.0, 9588.0, 9541.0, 9573.0, 9594.0, 9562.0, 9590.0, 9550.0, 9610.0, 9628.0, 9568.0, 9553.0, 9580.0, 9588.0, 9572.0, 9643.0, 9576.0, 9642.0, 9669.0, 9580.0, 9628.0, 9577.0, 9635.0, 9582.0, 9600.0, 9645.0, 9569.0, 9581.0, 9516.0, 9567.0, 9605.0, 9568.0, 9582.0, 9526.0, 9563.0, 9585.0, 9549.0, 9587.0, 9577.0, 9580.0, 9549.0, 9596.0, 9629.0, 9567.0, 9624.0, 9561.0, 9609.0, 9613.0, 9579.0, 9614.0, 9556.0, 9606.0, 9636.0, 9592.0, 9592.0, 9577.0, 9603.0, 9559.0, 9592.0, 9640.0, 9589.0, 9642.0, 9558.0, 9588.0, 9615.0, 9557.0, 9623.0, 9554.0, 9585.0, 9541.0, 9573.0, 9574.0, 9560.0, 9583.0, 9563.0, 9579.0, 9639.0, 9590.0, 9594.0, 9545.0, 9573.0, 9632.0, 9563.0, 9614.0, 9531.0, 9571.0, 9599.0, 9547.0, 9564.0, 9521.0, 9571.0, 9575.0, 9559.0, 9555.0, 9544.0, 9575.0, 9571.0, 9562.0, 9577.0, 9549.0, 9594.0, 9627.0, 9566.0, 9609.0, 9578.0, 9607.0, 9640.0, 9562.0, 9612.0, 9542.0, 9587.0, 9624.0, 9580.0, 9673.0, 9607.0, 9671.0, 9564.0, 9625.0, 9578.0, 9614.0, 9654.0, 9602.0, 9629.0, 9552.0, 9587.0, 9537.0, 9573.0, 9589.0, 9558.0, 9644.0, 9562.0, 9604.0, 9609.0, 9532.0, 9566.0, 9514.0, 9546.0, 9525.0, 9543.0, 9604.0, 9543.0, 9564.0, 9513.0, 9542.0, 9494.0, 9542.0, 9593.0, 9536.0, 9556.0, 9500.0, 9547.0, 9610.0, 9521.0, 9585.0, 9545.0, 9632.0, 9547.0, 9586.0, 9521.0, 9561.0, 9607.0, 9543.0, 9572.0, 9500.0, 9547.0, 9584.0, 9535.0, 9562.0, 9497.0, 9530.0, 9561.0, 9531.0, 9597.0, 9532.0, 9611.0, 9499.0, 9570.0, 9602.0, 9525.0, 9587.0, 9505.0, 9572.0, 9472.0, 9534.0, 9492.0, 9548.0, 9514.0, 9519.0, 9584.0, 9505.0, 9576.0, 9489.0, 9535.0, 9505.0, 9539.0, 9553.0, 9535.0, 9541.0, 9522.0, 9620.0, 9535.0, 9598.0, 9631.0, 9608.0, 9585.0, 9525.0, 9608.0, 9544.0, 9605.0, 9638.0, 9632.0, 9653.0, 9648.0, 9662.0, 9593.0, 9632.0, 9628.0, 9544.0, 9561.0, 9526.0, 9552.0, 9562.0, 9557.0, 9589.0, 9610.0, 9595.0, 9600.0, 9570.0, 9580.0, 9522.0, 9566.0, 9627.0, 9579.0, 9634.0, 9540.0, 9569.0, 9600.0, 9545.0, 9566.0, 9476.0, 9521.0, 9552.0, 9489.0, 9529.0, 9450.0, 9506.0, 9540.0, 9494.0, 9520.0, 9468.0, 9501.0, 9474.0, 9539.0, 9586.0, 9524.0, 9547.0, 9503.0, 9533.0, 9595.0, 9548.0, 9582.0, 9520.0, 9578.0, 9543.0, 9571.0, 9602.0, 9571.0, 9605.0, 9560.0, 9612.0, 9543.0, 9576.0, 9616.0, 9571.0, 9592.0, 9543.0, 9584.0, 9534.0, 9575.0, 9593.0, 9582.0, 9599.0, 9530.0, 9588.0, 9530.0, 9589.0, 9569.0, 9637.0, 9564.0, 9610.0, 9647.0, 9583.0, 9611.0, 9618.0, 9577.0, 9614.0, 9530.0, 9572.0, 9563.0, 9527.0, 9571.0, 9534.0, 9558.0, 9529.0, 9535.0, 9545.0, 9541.0, 9594.0, 9561.0, 9644.0, 9565.0, 9630.0, 9554.0, 9571.0, 9643.0, 9537.0, 9459.0, 9480.0, 9589.0, 9530.0, 9591.0, 9582.0, 9631.0, 9585.0, 9669.0, 9615.0, 9639.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.002170173347778982</td></tr>
<tr><td colspan=3>aqi</td><td>0.03719576587215601</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.887729872353574</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2265537581887194</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0114176262798271</td></tr>
<tr><td colspan=3>efc</td><td>0.4742</td></tr>
<tr><td colspan=3>fber</td><td>5234.5083</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.1124120764627062</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>69</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>7.475622968580715</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.448224041713258</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.330861126246122</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7399702983103813</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.273840700583269</td></tr>
<tr><td colspan=3>gcor</td><td>0.00786665</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01603017933666706</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.028162790462374687</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>923</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.738960446982143</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>21.1837</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>47.0883</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>191.972</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>52.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>302637.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>873.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>357.604</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.9499</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>629.7411</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3537.2008</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3733.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>73907.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1126.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4704.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>998.3991</td></tr>
<tr><td colspan=3>tsnr</td><td>30.475292216055095</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>