ds005256-mriqc/sub-0019_ses-04_task-alignvideo_acq-mb8_run-02_bold.html
Felix Hoffstaedter 90ea8304f4 [DATALAD RUNCMD] Compute MRIQC for sub-0019
=== 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-0019 --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-0019",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-19 01:16:20 +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-0019_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-0019_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-0019_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-0019/figures/sub-0019_ses-04_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0019/figures/sub-0019_ses-04_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0019/figures/sub-0019_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-0019_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-0019/figures/sub-0019_ses-04_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0019/figures/sub-0019_ses-04_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0019/figures/sub-0019_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-0019_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-0019/figures/sub-0019_ses-04_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0019/figures/sub-0019_ses-04_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0019/figures/sub-0019_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-0019_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-0019/figures/sub-0019_ses-04_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0019/figures/sub-0019_ses-04_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0019/figures/sub-0019_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-0019_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-0019/figures/sub-0019_ses-04_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0019/figures/sub-0019_ses-04_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0019/figures/sub-0019_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-0019_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-0019/figures/sub-0019_ses-04_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0019/figures/sub-0019_ses-04_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0019/figures/sub-0019_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-0019_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-0019/figures/sub-0019_ses-04_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0019/figures/sub-0019_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-0019/figures/sub-0019_ses-04_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0019/figures/sub-0019_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-0019/ses-04/func/sub-0019_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>ce8b3d03e13e0e278fdac5514bc74821</td></tr>
</table>
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-1">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
Dataset Information
</button>
</h2>
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>16:48:36.277500</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_VE11C_LATEST_20160120</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.994262, 0.106575, 0.00920527, -0.106431, 0.976924, 0.185182]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-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.0834851</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>32</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4156, -7774, -7248, 549, 56, -205, 99, -3]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>237.359</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>e239a41d-0730-4d41-8bc8-b02f82fdb353||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.667532205581665, -0.2855479121208191, -0.02900605835020542, 136.27891540527344], [-0.2859342694282532, 2.6210150718688965, 0.49976691603660583, -101.4508285522461], [0.024697067216038704, -0.49682897329330444, 2.6531851291656494, -42.28669738769531], [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': ['164836.277500', '164836.737500', '164837.197500', '164837.657500', '164838.117500', '164838.577500', '164839.037500', '164839.497500', '164839.957500', '164840.417500', '164840.877500', '164841.337500', '164841.797500', '164842.257500', '164842.717500', '164843.177500', '164843.637500', '164844.097500', '164844.557500', '164845.017500', '164845.477500', '164845.937500', '164846.397500', '164846.857500', '164847.317500', '164847.777500', '164848.237500', '164848.697500', '164849.157500', '164849.617500', '164850.077500', '164850.537500', '164850.997500', '164851.457500', '164851.917500', '164852.377500', '164852.837500', '164853.297500', '164853.757500', '164854.217500', '164854.677500', '164855.137500', '164855.597500', '164856.057500', '164856.517500', '164856.977500', '164857.437500', '164857.897500', '164858.357500', '164858.817500', '164859.277500', '164859.737500', '164900.197500', '164900.657500', '164901.117500', '164901.577500', '164902.037500', '164902.497500', '164902.957500', '164903.417500', '164903.877500', '164904.337500', '164904.797500', '164905.257500', '164905.717500', '164906.177500', '164906.637500', '164907.097500', '164907.557500', '164908.017500', '164908.477500', '164908.937500', '164909.397500', '164909.857500', '164910.317500', '164910.777500', '164911.237500', '164911.697500', '164912.157500', '164912.617500', '164913.077500', '164913.537500', '164913.997500', '164914.457500', '164914.917500', '164915.377500', '164915.837500', '164916.297500', '164916.757500', '164917.217500', '164917.677500', '164918.137500', '164918.597500', '164919.057500', '164919.517500', '164919.977500', '164920.437500', '164920.897500', '164921.357500', '164921.817500', '164922.277500', '164922.737500', '164923.197500', '164923.657500', '164924.117500', '164924.577500', '164925.037500', '164925.497500', '164925.957500', '164926.417500', '164926.877500', '164927.337500', '164927.797500', '164928.257500', '164928.717500', '164929.177500', '164929.637500', '164930.097500', '164930.557500', '164931.017500', '164931.477500', '164931.937500', '164932.397500', '164932.857500', '164933.317500', '164933.777500', '164934.237500', '164934.697500', '164935.157500', '164935.617500', '164936.077500', '164936.537500', '164936.997500', '164937.457500', '164937.917500', '164938.377500', '164938.837500', '164939.297500', '164939.757500', '164940.217500', '164940.677500', '164941.137500', '164941.597500', '164942.057500', '164942.517500', '164942.977500', '164943.437500', '164943.897500', '164944.357500', '164944.817500', '164945.277500', '164945.737500', '164946.197500', '164946.657500', '164947.117500', '164947.577500', '164948.037500', '164948.497500', '164948.957500', '164949.417500', '164949.877500', '164950.337500', '164950.797500', '164951.257500', '164951.717500', '164952.177500', '164952.637500', '164953.097500', '164953.557500', '164954.017500', '164954.477500', '164954.937500', '164955.397500', '164955.857500', '164956.317500', '164956.777500', '164957.237500', '164957.697500', '164958.157500', '164958.617500', '164959.077500', '164959.537500', '164959.997500', '165000.457500', '165000.917500', '165001.377500', '165001.837500', '165002.297500', '165002.757500', '165003.217500', '165003.677500', '165004.137500', '165004.597500', '165005.057500', '165005.517500', '165005.977500', '165006.437500', '165006.897500', '165007.357500', '165007.817500', '165008.277500', '165008.737500', '165009.197500', '165009.657500', '165010.117500', '165010.577500', '165011.037500', '165011.497500', '165011.957500', '165012.417500', '165012.877500', '165013.337500', '165013.797500', '165014.257500', '165014.717500', '165015.177500', '165015.637500', '165016.097500', '165016.557500', '165017.017500', '165017.477500', '165017.937500', '165018.397500', '165018.857500', '165019.317500', '165019.777500', '165020.237500', '165020.697500', '165021.157500', '165021.617500', '165022.077500', '165022.537500', '165022.997500', '165023.457500', '165023.917500', '165024.377500', '165024.837500', '165025.297500', '165025.757500', '165026.217500', '165026.677500', '165027.137500', '165027.597500', '165028.057500', '165028.517500', '165028.977500', '165029.437500', '165029.897500', '165030.357500', '165030.817500', '165031.277500', '165031.737500', '165032.197500', '165032.657500', '165033.117500', '165033.577500', '165034.037500', '165034.497500', '165034.957500', '165035.417500', '165035.877500', '165036.337500', '165036.797500', '165037.257500', '165037.717500', '165038.177500', '165038.637500', '165039.097500', '165039.557500', '165040.017500', '165040.477500', '165040.937500', '165041.397500', '165041.857500', '165042.317500', '165042.777500', '165043.237500', '165043.697500', '165044.157500', '165044.617500', '165045.077500', '165045.537500', '165045.997500', '165046.457500', '165046.917500', '165047.377500', '165047.837500', '165048.297500', '165048.757500', '165049.217500', '165049.677500', '165050.137500', '165050.597500', '165051.057500', '165051.517500', '165051.977500', '165052.437500', '165052.897500', '165053.357500', '165053.817500', '165054.277500', '165054.737500', '165055.197500', '165055.657500', '165056.117500', '165056.577500', '165057.037500', '165057.497500', '165057.957500', '165058.417500', '165058.877500', '165059.337500', '165059.797500', '165100.257500', '165100.717500', '165101.177500', '165101.637500', '165102.097500', '165102.557500', '165103.017500', '165103.477500', '165103.937500', '165104.397500', '165104.857500', '165105.317500', '165105.777500', '165106.237500', '165106.697500', '165107.157500', '165107.617500', '165108.077500', '165108.537500', '165108.997500', '165109.457500', '165109.917500', '165110.377500', '165110.837500', '165111.297500', '165111.757500', '165112.217500', '165112.677500', '165113.137500', '165113.597500', '165114.057500', '165114.517500', '165114.977500', '165115.437500', '165115.897500', '165116.357500', '165116.817500', '165117.277500', '165117.737500', '165118.197500', '165118.657500', '165119.117500', '165119.577500', '165120.037500', '165120.497500', '165120.957500', '165121.417500', '165121.877500', '165122.337500', '165122.797500', '165123.257500', '165123.717500', '165124.177500', '165124.637500', '165125.097500', '165125.557500', '165126.017500', '165126.477500', '165126.937500', '165127.397500', '165127.857500', '165128.317500', '165128.777500', '165129.237500', '165129.697500', '165130.157500', '165130.617500', '165131.077500', '165131.537500', '165131.997500', '165132.457500', '165132.917500', '165133.377500', '165133.837500', '165134.297500', '165134.757500', '165135.217500', '165135.677500', '165136.137500', '165136.597500', '165137.057500', '165137.517500', '165137.977500', '165138.437500', '165138.897500', '165139.357500', '165139.817500', '165140.277500', '165140.737500', '165141.197500', '165141.657500', '165142.117500', '165142.577500', '165143.037500', '165143.497500', '165143.957500', '165144.417500', '165144.877500', '165145.337500', '165145.797500', '165146.257500', '165146.717500', '165147.177500', '165147.637500', '165148.097500', '165148.557500', '165149.017500', '165149.477500', '165149.937500', '165150.397500', '165150.857500', '165151.317500', '165151.777500', '165152.237500', '165152.697500', '165153.157500', '165153.617500', '165154.077500', '165154.537500', '165154.997500', '165155.457500', '165155.917500', '165156.377500', '165156.837500', '165157.297500', '165157.757500', '165158.217500', '165158.677500', '165159.137500', '165159.597500', '165200.057500', '165200.517500', '165200.977500', '165201.437500', '165201.897500', '165202.357500', '165202.817500', '165203.277500', '165203.737500', '165204.197500', '165204.657500', '165205.117500', '165205.577500', '165206.037500', '165206.497500', '165206.957500', '165207.417500', '165207.877500', '165208.337500', '165208.797500', '165209.257500', '165209.717500', '165210.177500', '165210.637500', '165211.097500', '165211.557500', '165212.017500', '165212.477500', '165212.937500', '165213.397500', '165213.857500', '165214.317500', '165214.777500', '165215.237500', '165215.697500', '165216.157500', '165216.617500', '165217.077500', '165217.537500', '165217.997500', '165218.457500', '165218.917500', '165219.377500', '165219.837500', '165220.297500', '165220.757500', '165221.217500', '165221.677500', '165222.137500', '165222.597500', '165223.057500', '165223.517500', '165223.977500', '165224.437500', '165224.897500', '165225.357500', '165225.817500', '165226.277500', '165226.737500', '165227.197500', '165227.657500', '165228.117500', '165228.577500', '165229.037500', '165229.497500', '165229.957500', '165230.417500', '165230.877500', '165231.337500', '165231.797500', '165232.257500', '165232.717500', '165233.177500', '165233.637500', '165234.097500', '165234.557500', '165235.017500', '165235.477500', '165235.937500', '165236.397500', '165236.857500', '165237.317500', '165237.777500', '165238.237500', '165238.697500', '165239.157500', '165239.617500', '165240.077500', '165240.537500', '165240.997500', '165241.457500', '165241.917500', '165242.377500', '165242.837500', '165243.297500', '165243.757500', '165244.217500', '165244.677500', '165245.137500', '165245.597500', '165246.057500', '165246.517500', '165246.977500', '165247.437500', '165247.897500', '165248.357500', '165248.817500', '165249.277500', '165249.737500', '165250.197500', '165250.657500', '165251.117500', '165251.577500', '165252.037500', '165252.497500', '165252.957500', '165253.417500', '165253.877500', '165254.337500', '165254.797500', '165255.257500', '165255.717500', '165256.177500', '165256.637500', '165257.097500', '165257.557500', '165258.017500', '165258.477500', '165258.937500', '165259.397500', '165259.857500', '165300.317500', '165300.777500', '165301.237500', '165301.697500', '165302.157500', '165302.617500', '165303.077500', '165303.537500', '165303.997500', '165304.457500', '165304.917500', '165305.377500', '165305.837500', '165306.297500', '165306.757500', '165307.217500', '165307.677500', '165308.137500', '165308.597500', '165309.057500', '165309.517500', '165309.977500', '165310.437500', '165310.897500', '165311.357500', '165311.817500', '165312.277500', '165312.737500', '165313.197500', '165313.657500', '165314.117500', '165314.577500', '165315.037500', '165315.497500', '165315.957500', '165316.417500', '165316.877500', '165317.337500', '165317.797500', '165318.257500', '165318.717500', '165319.177500', '165319.637500', '165320.097500', '165320.557500', '165321.017500', '165321.477500', '165321.937500', '165322.397500', '165322.857500', '165323.317500', '165323.777500', '165324.237500', '165324.697500', '165325.157500', '165325.617500', '165326.077500', '165326.537500', '165326.997500', '165327.457500', '165327.917500', '165328.377500', '165328.837500', '165329.297500', '165329.757500', '165330.217500', '165330.677500', '165331.137500', '165331.597500', '165332.057500', '165332.517500', '165332.977500', '165333.437500', '165333.897500', '165334.357500', '165334.817500', '165335.277500', '165335.737500', '165336.197500', '165336.657500', '165337.117500', '165337.577500', '165338.037500', '165338.497500', '165338.957500', '165339.417500', '165339.877500', '165340.337500', '165340.797500', '165341.257500', '165341.717500', '165342.177500', '165342.637500', '165343.097500', '165343.557500', '165344.017500', '165344.477500', '165344.937500', '165345.397500', '165345.857500', '165346.317500', '165346.777500', '165347.237500', '165347.697500', '165348.157500', '165348.617500', '165349.077500', '165349.537500', '165349.997500', '165350.457500', '165350.917500', '165351.377500', '165351.837500', '165352.297500', '165352.757500', '165353.217500', '165353.677500', '165354.137500', '165354.597500', '165355.057500', '165355.517500', '165355.977500', '165356.437500', '165356.897500', '165357.357500', '165357.817500', '165358.277500', '165358.737500', '165359.197500', '165359.657500', '165400.117500', '165400.577500', '165401.037500', '165401.497500', '165401.957500', '165402.417500', '165402.877500', '165403.337500', '165403.797500', '165404.257500', '165404.717500', '165405.177500', '165405.637500', '165406.097500', '165406.557500', '165407.017500', '165407.477500', '165407.937500', '165408.397500', '165408.857500', '165409.317500', '165409.777500', '165410.237500', '165410.697500', '165411.157500', '165411.617500', '165412.077500', '165412.537500', '165412.997500', '165413.457500', '165413.917500', '165414.377500', '165414.837500', '165415.297500', '165415.757500', '165416.217500', '165416.677500', '165417.137500', '165417.597500', '165418.057500', '165418.517500', '165418.977500', '165419.437500', '165419.897500', '165420.357500', '165420.817500', '165421.277500', '165421.737500', '165422.197500', '165422.657500', '165423.117500', '165423.577500', '165424.037500', '165424.497500', '165424.957500', '165425.417500', '165425.877500', '165426.337500', '165426.797500', '165427.257500', '165427.717500', '165428.177500', '165428.637500', '165429.097500', '165429.557500', '165430.017500', '165430.477500', '165430.937500', '165431.397500', '165431.857500', '165432.317500', '165432.777500', '165433.237500', '165433.697500', '165434.157500', '165434.617500', '165435.077500', '165435.537500', '165435.997500', '165436.457500', '165436.917500', '165437.377500', '165437.837500', '165438.297500', '165438.757500', '165439.217500', '165439.677500', '165440.137500', '165440.597500', '165441.057500', '165441.517500', '165441.977500', '165442.437500', '165442.897500', '165443.357500', '165443.817500', '165444.277500', '165444.737500', '165445.197500', '165445.657500', '165446.117500', '165446.577500', '165447.037500', '165447.497500', '165447.957500', '165448.417500', '165448.877500', '165449.337500', '165449.797500', '165450.257500', '165450.717500', '165451.177500', '165451.637500', '165452.097500', '165452.557500', '165453.017500', '165453.477500', '165453.937500', '165454.397500', '165454.857500', '165455.317500', '165455.777500', '165456.237500', '165456.697500', '165457.157500', '165457.617500', '165458.077500', '165458.537500', '165458.997500', '165459.457500', '165459.917500', '165500.377500', '165500.837500', '165501.297500', '165501.757500', '165502.217500', '165502.677500', '165503.137500', '165503.597500', '165504.057500', '165504.517500', '165504.977500', '165505.437500', '165505.897500', '165506.357500', '165506.817500', '165507.277500', '165507.737500', '165508.197500', '165508.657500', '165509.117500', '165509.577500', '165510.037500', '165510.497500', '165510.957500', '165511.417500', '165511.877500', '165512.337500', '165512.797500', '165513.257500', '165513.717500', '165514.177500', '165514.637500', '165515.097500', '165515.557500', '165516.017500', '165516.477500', '165516.937500', '165517.397500', '165517.857500', '165518.317500', '165518.777500', '165519.237500', '165519.697500', '165520.157500', '165520.617500', '165521.077500', '165521.537500', '165521.997500', '165522.457500', '165522.917500', '165523.377500', '165523.837500', '165524.297500', '165524.757500', '165525.217500', '165525.677500', '165526.137500', '165526.597500', '165527.057500', '165527.517500', '165527.977500', '165528.437500', '165528.897500', '165529.357500', '165529.817500', '165530.277500', '165530.737500', '165531.197500', '165531.657500', '165532.117500', '165532.577500', '165533.037500', '165533.497500', '165533.957500', '165534.417500', '165534.877500', '165535.337500', '165535.797500', '165536.257500', '165536.717500', '165537.177500', '165537.637500', '165538.097500', '165538.557500', '165539.017500', '165539.477500', '165539.937500', '165540.397500', '165540.857500', '165541.317500', '165541.777500'], 'ContentTime': ['164904.044000', '164904.049000', '164904.052000', '164904.055000', '164904.058000', '164904.061000', '164904.064000', '164904.067000', '164904.070000', '164904.073000', '164904.076000', '164904.080000', '164904.083000', '164904.086000', '164904.089000', '164904.097000', '164904.100000', '164904.103000', '164904.106000', '164904.110000', '164904.113000', '164904.116000', '164904.118000', '164904.121000', '164904.124000', '164904.127000', '164904.130000', '164904.133000', '164904.136000', '164904.139000', '164904.142000', '164904.145000', '164904.148000', '164904.151000', '164904.154000', '164904.157000', '164904.160000', '164904.163000', '164904.166000', '164904.170000', '164904.174000', '164904.177000', '164904.180000', '164904.183000', '164904.186000', '164904.189000', '164904.192000', '164904.195000', '164904.198000', '164904.201000', '164904.210000', '164904.213000', '164904.216000', '164904.219000', '164904.222000', '164904.225000', '164904.228000', '164904.231000', '164923.984000', '164923.987000', '164923.990000', '164923.993000', '164923.996000', '164924.000000', '164924.003000', '164924.005000', '164924.008000', '164924.011000', '164924.014000', '164924.017000', '164924.020000', '164924.023000', '164924.026000', '164924.029000', '164924.032000', '164924.035000', '164924.038000', '164924.041000', '164924.044000', '164924.047000', '164924.049000', '164924.052000', '164924.055000', '164924.058000', '164924.061000', '164924.064000', '164924.067000', '164924.070000', '164924.072000', '164924.075000', '164924.078000', '164924.081000', '164924.084000', '164924.087000', '164924.090000', '164924.093000', '164924.095000', '164924.098000', '164924.101000', '164924.104000', '164924.107000', '164943.984000', '164943.987000', '164943.990000', '164943.993000', '164943.996000', '164943.998000', '164944.002000', '164944.005000', '164944.008000', '164944.011000', '164944.014000', '164944.036000', '164944.039000', '164944.042000', '164944.045000', '164944.048000', '164944.051000', '164944.069000', '164944.072000', '164944.075000', '164944.078000', '164944.081000', '164944.083000', '164944.086000', '164944.089000', '164944.092000', '164944.095000', '164944.098000', '164944.101000', '164944.104000', '164944.106000', '164944.110000', '164944.112000', '164944.115000', '164944.118000', '164944.121000', '164944.124000', '164944.127000', '164944.130000', '164944.133000', '164944.136000', '164944.138000', '164944.141000', '164944.144000', '165003.984000', '165003.987000', '165003.990000', '165003.993000', '165003.996000', '165004.000000', '165004.003000', '165004.006000', '165004.008000', '165004.011000', '165004.014000', '165004.017000', '165004.020000', '165004.023000', '165004.026000', '165004.029000', '165004.032000', '165004.035000', '165004.038000', '165004.041000', '165004.044000', '165004.047000', '165004.049000', '165004.053000', '165004.056000', '165004.058000', '165004.061000', '165004.064000', '165004.067000', '165004.070000', '165004.073000', '165004.076000', '165004.079000', '165004.082000', '165004.084000', '165004.088000', '165004.090000', '165004.093000', '165004.096000', '165004.099000', '165004.102000', '165004.105000', '165004.108000', '165023.985000', '165023.988000', '165023.991000', '165023.994000', '165023.997000', '165024.000000', '165024.003000', '165024.005000', '165024.008000', '165024.011000', '165024.023000', '165024.026000', '165024.028000', '165024.031000', '165024.034000', '165024.037000', '165024.040000', '165024.043000', '165024.046000', '165024.049000', '165024.052000', '165024.054000', '165024.057000', '165024.060000', '165024.063000', '165024.066000', '165024.069000', '165024.072000', '165024.075000', '165024.078000', '165024.081000', '165024.084000', '165024.086000', '165024.089000', '165024.092000', '165024.095000', '165024.098000', '165024.101000', '165024.104000', '165024.107000', '165024.114000', '165024.117000', '165024.120000', '165024.123000', '165043.984000', '165043.987000', '165043.990000', '165043.993000', '165043.996000', '165044.000000', '165044.012000', '165044.015000', '165044.018000', '165044.021000', '165044.024000', '165044.027000', '165044.030000', '165044.033000', '165044.036000', '165044.038000', '165044.041000', '165044.044000', '165044.047000', '165044.050000', '165044.053000', '165044.056000', '165044.059000', '165044.062000', '165044.065000', '165044.068000', '165044.071000', '165044.074000', '165044.077000', '165044.080000', '165044.100000', '165044.103000', '165044.105000', '165044.108000', '165044.111000', '165044.114000', '165044.117000', '165044.120000', '165044.129000', '165044.132000', '165044.135000', '165044.138000', '165044.141000', '165103.984000', '165103.987000', '165103.990000', '165103.993000', '165103.996000', '165104.000000', '165104.003000', '165104.006000', '165104.008000', '165104.011000', '165104.014000', '165104.017000', '165104.020000', '165104.023000', '165104.026000', '165104.029000', '165104.032000', '165104.035000', '165104.038000', '165104.041000', '165104.043000', '165104.046000', '165104.049000', '165104.052000', '165104.055000', '165104.058000', '165104.061000', '165104.064000', '165104.067000', '165104.070000', '165104.073000', '165104.076000', '165104.078000', '165104.081000', '165104.084000', '165104.087000', '165104.090000', '165104.093000', '165104.096000', '165104.099000', '165104.102000', '165104.105000', '165104.108000', '165104.110000', '165123.984000', '165123.987000', '165123.990000', '165123.993000', '165123.996000', '165124.000000', '165124.003000', '165124.006000', '165124.010000', '165124.013000', '165124.015000', '165124.019000', '165124.026000', '165124.028000', '165124.031000', '165124.034000', '165124.037000', '165124.040000', '165124.043000', '165124.046000', '165124.049000', '165124.052000', '165124.055000', '165124.058000', '165124.061000', '165124.064000', '165124.067000', '165124.070000', '165124.073000', '165124.076000', '165124.079000', '165124.082000', '165124.085000', '165124.088000', '165124.090000', '165124.093000', '165124.096000', '165124.099000', '165124.102000', '165124.105000', '165124.108000', '165124.111000', '165124.114000', '165143.984000', '165143.987000', '165143.990000', '165143.993000', '165143.996000', '165144.000000', '165144.003000', '165144.005000', '165144.008000', '165144.011000', '165144.014000', '165144.017000', '165144.020000', '165144.023000', '165144.026000', '165144.029000', '165144.037000', '165144.040000', '165144.043000', '165144.046000', '165144.049000', '165144.052000', '165144.055000', '165144.057000', '165144.060000', '165144.063000', '165144.066000', '165144.069000', '165144.072000', '165144.075000', '165144.078000', '165144.081000', '165144.084000', '165144.087000', '165144.090000', '165144.092000', '165144.095000', '165144.098000', '165144.101000', '165144.104000', '165144.107000', '165144.110000', '165144.113000', '165144.116000', '165203.984000', '165203.987000', '165203.990000', '165203.993000', '165203.996000', '165204.000000', '165204.003000', '165204.006000', '165204.009000', '165204.011000', '165204.014000', '165204.017000', '165204.020000', '165204.023000', '165204.026000', '165204.029000', '165204.032000', '165204.035000', '165204.038000', '165204.041000', '165204.044000', '165204.046000', '165204.049000', '165204.052000', '165204.055000', '165204.058000', '165204.061000', '165204.064000', '165204.067000', '165204.070000', '165204.073000', '165204.076000', '165204.079000', '165204.081000', '165204.085000', '165204.087000', '165204.090000', '165204.093000', '165204.097000', '165204.102000', '165204.105000', '165204.108000', '165204.111000', '165223.984000', '165223.987000', '165223.990000', '165223.993000', '165223.996000', '165224.000000', '165224.003000', '165224.013000', '165224.016000', '165224.019000', '165224.022000', '165224.025000', '165224.028000', '165224.030000', '165224.033000', '165224.036000', '165224.039000', '165224.042000', '165224.045000', '165224.048000', '165224.051000', '165224.054000', '165224.056000', '165224.059000', '165224.062000', '165224.065000', '165224.068000', '165224.071000', '165224.074000', '165224.077000', '165224.080000', '165224.083000', '165224.086000', '165224.088000', '165224.091000', '165224.094000', '165224.097000', '165224.100000', '165224.103000', '165224.106000', '165224.109000', '165224.112000', '165224.115000', '165224.118000', '165243.985000', '165243.988000', '165243.991000', '165243.994000', '165243.997000', '165244.001000', '165244.004000', '165244.007000', '165244.010000', '165244.013000', '165244.015000', '165244.018000', '165244.021000', '165244.024000', '165244.027000', '165244.030000', '165244.033000', '165244.036000', '165244.039000', '165244.042000', '165244.046000', '165244.060000', '165244.063000', '165244.066000', '165244.069000', '165244.072000', '165244.075000', '165244.077000', '165244.080000', '165244.083000', '165244.086000', '165244.104000', '165244.107000', '165244.110000', '165244.114000', '165244.117000', '165244.120000', '165244.123000', '165244.126000', '165244.129000', '165244.132000', '165244.135000', '165244.138000', '165303.984000', '165303.987000', '165303.990000', '165303.993000', '165303.996000', '165304.000000', '165304.003000', '165304.006000', '165304.009000', '165304.011000', '165304.015000', '165304.017000', '165304.020000', '165304.023000', '165304.026000', '165304.029000', '165304.032000', '165304.035000', '165304.038000', '165304.041000', '165304.044000', '165304.047000', '165304.050000', '165304.053000', '165304.055000', '165304.058000', '165304.061000', '165304.064000', '165304.067000', '165304.070000', '165304.073000', '165304.076000', '165304.079000', '165304.082000', '165304.085000', '165304.087000', '165304.090000', '165304.093000', '165304.096000', '165304.099000', '165304.102000', '165304.105000', '165304.108000', '165304.110000', '165323.984000', '165323.987000', '165323.990000', '165323.993000', '165323.996000', '165324.000000', '165324.003000', '165324.006000', '165324.009000', '165324.011000', '165324.014000', '165324.017000', '165324.028000', '165324.030000', '165324.033000', '165324.036000', '165324.039000', '165324.042000', '165324.045000', '165324.048000', '165324.051000', '165324.054000', '165324.057000', '165324.059000', '165324.062000', '165324.065000', '165324.068000', '165324.071000', '165324.074000', '165324.077000', '165324.080000', '165324.083000', '165324.086000', '165324.089000', '165324.091000', '165324.094000', '165324.097000', '165324.100000', '165324.103000', '165324.106000', '165324.109000', '165324.112000', '165324.115000', '165343.984000', '165343.987000', '165343.990000', '165343.993000', '165343.996000', '165344.000000', '165344.003000', '165344.006000', '165344.009000', '165344.012000', '165344.014000', '165344.017000', '165344.020000', '165344.023000', '165344.026000', '165344.029000', '165344.032000', '165344.035000', '165344.038000', '165344.041000', '165344.044000', '165344.047000', '165344.049000', '165344.052000', '165344.055000', '165344.058000', '165344.061000', '165344.064000', '165344.067000', '165344.070000', '165344.073000', '165344.075000', '165344.078000', '165344.081000', '165344.084000', '165344.087000', '165344.090000', '165344.093000', '165344.096000', '165344.099000', '165344.102000', '165344.110000', '165344.113000', '165344.116000', '165403.984000', '165403.987000', '165403.990000', '165403.993000', '165403.996000', '165404.000000', '165404.003000', '165404.006000', '165404.009000', '165404.011000', '165404.014000', '165404.017000', '165404.020000', '165404.023000', '165404.026000', '165404.029000', '165404.032000', '165404.035000', '165404.040000', '165404.043000', '165404.046000', '165404.049000', '165404.052000', '165404.055000', '165404.058000', '165404.060000', '165404.063000', '165404.071000', '165404.074000', '165404.077000', '165404.080000', '165404.084000', '165404.087000', '165404.090000', '165404.093000', '165404.096000', '165404.099000', '165404.102000', '165404.105000', '165404.108000', '165404.110000', '165404.113000', '165404.141000', '165423.984000', '165423.987000', '165423.990000', '165423.993000', '165423.996000', '165424.000000', '165424.003000', '165424.005000', '165424.008000', '165424.011000', '165424.014000', '165424.017000', '165424.020000', '165424.023000', '165424.026000', '165424.029000', '165424.032000', '165424.034000', '165424.037000', '165424.040000', '165424.043000', '165424.046000', '165424.049000', '165424.052000', '165424.055000', '165424.058000', '165424.060000', '165424.063000', '165424.066000', '165424.069000', '165424.072000', '165424.075000', '165424.078000', '165424.081000', '165424.084000', '165424.086000', '165424.089000', '165424.092000', '165424.095000', '165424.098000', '165424.101000', '165424.104000', '165424.107000', '165424.110000', '165443.984000', '165443.987000', '165443.990000', '165443.993000', '165443.996000', '165444.000000', '165444.003000', '165444.006000', '165444.009000', '165444.011000', '165444.014000', '165444.017000', '165444.020000', '165444.023000', '165444.026000', '165444.029000', '165444.032000', '165444.035000', '165444.038000', '165444.040000', '165444.043000', '165444.046000', '165444.049000', '165444.052000', '165444.055000', '165444.058000', '165444.061000', '165444.064000', '165444.067000', '165444.069000', '165444.072000', '165444.075000', '165444.078000', '165444.081000', '165444.084000', '165444.087000', '165444.090000', '165444.093000', '165444.096000', '165444.099000', '165444.102000', '165444.104000', '165444.107000', '165503.985000', '165503.988000', '165503.991000', '165503.994000', '165503.997000', '165504.001000', '165504.004000', '165504.007000', '165504.010000', '165504.012000', '165504.015000', '165504.018000', '165504.021000', '165504.024000', '165504.027000', '165504.030000', '165504.033000', '165504.036000', '165504.039000', '165504.042000', '165504.044000', '165504.047000', '165504.050000', '165504.053000', '165504.056000', '165504.059000', '165504.062000', '165504.065000', '165504.068000', '165504.071000', '165504.073000', '165504.077000', '165504.079000', '165504.082000', '165504.085000', '165504.093000', '165504.095000', '165504.098000', '165504.101000', '165504.104000', '165504.107000', '165504.110000', '165504.113000', '165504.116000', '165523.984000', '165523.987000', '165523.990000', '165523.993000', '165523.996000', '165524.000000', '165524.003000', '165524.006000', '165524.008000', '165524.011000', '165524.014000', '165524.017000', '165524.020000', '165524.023000', '165524.026000', '165524.029000', '165524.032000', '165524.035000', '165524.037000', '165524.040000', '165524.043000', '165524.046000', '165524.049000', '165524.052000', '165524.055000', '165524.058000', '165524.061000', '165524.063000', '165524.066000', '165524.069000', '165524.072000', '165524.075000', '165524.078000', '165524.081000', '165524.084000', '165524.087000', '165524.090000', '165524.093000', '165524.095000', '165524.098000', '165524.101000', '165524.104000', '165524.107000', '165543.095000', '165543.098000', '165543.101000', '165543.104000', '165543.107000', '165543.110000', '165543.113000', '165543.116000', '165543.119000', '165543.122000', '165543.125000', '165543.128000', '165543.131000', '165543.134000', '165543.137000', '165543.140000', '165543.142000', '165543.145000', '165543.148000', '165543.151000', '165543.154000', '165543.157000', '165543.160000', '165543.163000', '165543.166000', '165543.169000', '165543.172000', '165543.174000', '165543.177000', '165543.180000', '165543.183000', '165543.186000', '165543.189000', '165543.192000', '165543.195000', '165543.198000', '165543.201000', '165543.203000', '165543.206000', '165543.209000', '165543.212000', '165543.215000'], 'InstanceCreationTime': ['164904.044000', '164904.049000', '164904.052000', '164904.055000', '164904.058000', '164904.061000', '164904.064000', '164904.067000', '164904.070000', '164904.073000', '164904.076000', '164904.080000', '164904.083000', '164904.086000', '164904.089000', '164904.097000', '164904.100000', '164904.103000', '164904.106000', '164904.110000', '164904.113000', '164904.116000', '164904.118000', '164904.121000', '164904.124000', '164904.127000', '164904.130000', '164904.133000', '164904.136000', '164904.139000', '164904.142000', '164904.145000', '164904.148000', '164904.151000', '164904.154000', '164904.157000', '164904.160000', '164904.163000', '164904.166000', '164904.170000', '164904.174000', '164904.177000', '164904.180000', '164904.183000', '164904.186000', '164904.189000', '164904.192000', '164904.195000', '164904.198000', '164904.201000', '164904.210000', '164904.213000', '164904.216000', '164904.219000', '164904.222000', '164904.225000', '164904.228000', '164904.231000', '164923.984000', '164923.987000', '164923.990000', '164923.993000', '164923.996000', '164924.000000', '164924.003000', '164924.005000', '164924.008000', '164924.011000', '164924.014000', '164924.017000', '164924.020000', '164924.023000', '164924.026000', '164924.029000', '164924.032000', '164924.035000', '164924.038000', '164924.041000', '164924.044000', '164924.047000', '164924.049000', '164924.052000', '164924.055000', '164924.058000', '164924.061000', '164924.064000', '164924.067000', '164924.070000', '164924.072000', '164924.075000', '164924.078000', '164924.081000', '164924.084000', '164924.087000', '164924.090000', '164924.093000', '164924.095000', '164924.098000', '164924.101000', '164924.104000', '164924.107000', '164943.984000', '164943.987000', '164943.990000', '164943.993000', '164943.996000', '164943.998000', '164944.002000', '164944.005000', '164944.008000', '164944.011000', '164944.014000', '164944.036000', '164944.039000', '164944.042000', '164944.045000', '164944.048000', '164944.051000', '164944.069000', '164944.072000', '164944.075000', '164944.078000', '164944.081000', '164944.083000', '164944.086000', '164944.089000', '164944.092000', '164944.095000', '164944.098000', '164944.101000', '164944.104000', '164944.106000', '164944.110000', '164944.112000', '164944.115000', '164944.118000', '164944.121000', '164944.124000', '164944.127000', '164944.130000', '164944.133000', '164944.136000', '164944.138000', '164944.141000', '164944.144000', '165003.984000', '165003.987000', '165003.990000', '165003.993000', '165003.996000', '165004.000000', '165004.003000', '165004.006000', '165004.008000', '165004.011000', '165004.014000', '165004.017000', '165004.020000', '165004.023000', '165004.026000', '165004.029000', '165004.032000', '165004.035000', '165004.038000', '165004.041000', '165004.044000', '165004.047000', '165004.049000', '165004.053000', '165004.056000', '165004.058000', '165004.061000', '165004.064000', '165004.067000', '165004.070000', '165004.073000', '165004.076000', '165004.079000', '165004.082000', '165004.084000', '165004.088000', '165004.090000', '165004.093000', '165004.096000', '165004.099000', '165004.102000', '165004.105000', '165004.108000', '165023.985000', '165023.988000', '165023.991000', '165023.994000', '165023.997000', '165024.000000', '165024.003000', '165024.005000', '165024.008000', '165024.011000', '165024.023000', '165024.026000', '165024.028000', '165024.031000', '165024.034000', '165024.037000', '165024.040000', '165024.043000', '165024.046000', '165024.049000', '165024.052000', '165024.054000', '165024.057000', '165024.060000', '165024.063000', '165024.066000', '165024.069000', '165024.072000', '165024.075000', '165024.078000', '165024.081000', '165024.084000', '165024.086000', '165024.089000', '165024.092000', '165024.095000', '165024.098000', '165024.101000', '165024.104000', '165024.107000', '165024.114000', '165024.117000', '165024.120000', '165024.123000', '165043.984000', '165043.987000', '165043.990000', '165043.993000', '165043.996000', '165044.000000', '165044.012000', '165044.015000', '165044.018000', '165044.021000', '165044.024000', '165044.027000', '165044.030000', '165044.033000', '165044.036000', '165044.038000', '165044.041000', '165044.044000', '165044.047000', '165044.050000', '165044.053000', '165044.056000', '165044.059000', '165044.062000', '165044.065000', '165044.068000', '165044.071000', '165044.074000', '165044.077000', '165044.080000', '165044.100000', '165044.103000', '165044.105000', '165044.108000', '165044.111000', '165044.114000', '165044.117000', '165044.120000', '165044.129000', '165044.132000', '165044.135000', '165044.138000', '165044.141000', '165103.984000', '165103.987000', '165103.990000', '165103.993000', '165103.996000', '165104.000000', '165104.003000', '165104.006000', '165104.008000', '165104.011000', '165104.014000', '165104.017000', '165104.020000', '165104.023000', '165104.026000', '165104.029000', '165104.032000', '165104.035000', '165104.038000', '165104.041000', '165104.043000', '165104.046000', '165104.049000', '165104.052000', '165104.055000', '165104.058000', '165104.061000', '165104.064000', '165104.067000', '165104.070000', '165104.073000', '165104.076000', '165104.078000', '165104.081000', '165104.084000', '165104.087000', '165104.090000', '165104.093000', '165104.096000', '165104.099000', '165104.102000', '165104.105000', '165104.108000', '165104.110000', '165123.984000', '165123.987000', '165123.990000', '165123.993000', '165123.996000', '165124.000000', '165124.003000', '165124.006000', '165124.010000', '165124.013000', '165124.015000', '165124.019000', '165124.026000', '165124.028000', '165124.031000', '165124.034000', '165124.037000', '165124.040000', '165124.043000', '165124.046000', '165124.049000', '165124.052000', '165124.055000', '165124.058000', '165124.061000', '165124.064000', '165124.067000', '165124.070000', '165124.073000', '165124.076000', '165124.079000', '165124.082000', '165124.085000', '165124.088000', '165124.090000', '165124.093000', '165124.096000', '165124.099000', '165124.102000', '165124.105000', '165124.108000', '165124.111000', '165124.114000', '165143.984000', '165143.987000', '165143.990000', '165143.993000', '165143.996000', '165144.000000', '165144.003000', '165144.005000', '165144.008000', '165144.011000', '165144.014000', '165144.017000', '165144.020000', '165144.023000', '165144.026000', '165144.029000', '165144.037000', '165144.040000', '165144.043000', '165144.046000', '165144.049000', '165144.052000', '165144.055000', '165144.057000', '165144.060000', '165144.063000', '165144.066000', '165144.069000', '165144.072000', '165144.075000', '165144.078000', '165144.081000', '165144.084000', '165144.087000', '165144.090000', '165144.092000', '165144.095000', '165144.098000', '165144.101000', '165144.104000', '165144.107000', '165144.110000', '165144.113000', '165144.116000', '165203.984000', '165203.987000', '165203.990000', '165203.993000', '165203.996000', '165204.000000', '165204.003000', '165204.006000', '165204.009000', '165204.011000', '165204.014000', '165204.017000', '165204.020000', '165204.023000', '165204.026000', '165204.029000', '165204.032000', '165204.035000', '165204.038000', '165204.041000', '165204.044000', '165204.046000', '165204.049000', '165204.052000', '165204.055000', '165204.058000', '165204.061000', '165204.064000', '165204.067000', '165204.070000', '165204.073000', '165204.076000', '165204.079000', '165204.081000', '165204.085000', '165204.087000', '165204.090000', '165204.093000', '165204.097000', '165204.102000', '165204.105000', '165204.108000', '165204.111000', '165223.984000', '165223.987000', '165223.990000', '165223.993000', '165223.996000', '165224.000000', '165224.003000', '165224.013000', '165224.016000', '165224.019000', '165224.022000', '165224.025000', '165224.028000', '165224.030000', '165224.033000', '165224.036000', '165224.039000', '165224.042000', '165224.045000', '165224.048000', '165224.051000', '165224.054000', '165224.056000', '165224.059000', '165224.062000', '165224.065000', '165224.068000', '165224.071000', '165224.074000', '165224.077000', '165224.080000', '165224.083000', '165224.086000', '165224.088000', '165224.091000', '165224.094000', '165224.097000', '165224.100000', '165224.103000', '165224.106000', '165224.109000', '165224.112000', '165224.115000', '165224.118000', '165243.985000', '165243.988000', '165243.991000', '165243.994000', '165243.997000', '165244.001000', '165244.004000', '165244.007000', '165244.010000', '165244.013000', '165244.015000', '165244.018000', '165244.021000', '165244.024000', '165244.027000', '165244.030000', '165244.033000', '165244.036000', '165244.039000', '165244.042000', '165244.046000', '165244.060000', '165244.063000', '165244.066000', '165244.069000', '165244.072000', '165244.075000', '165244.077000', '165244.080000', '165244.083000', '165244.086000', '165244.104000', '165244.107000', '165244.110000', '165244.114000', '165244.117000', '165244.120000', '165244.123000', '165244.126000', '165244.129000', '165244.132000', '165244.135000', '165244.138000', '165303.984000', '165303.987000', '165303.990000', '165303.993000', '165303.996000', '165304.000000', '165304.003000', '165304.006000', '165304.009000', '165304.011000', '165304.015000', '165304.017000', '165304.020000', '165304.023000', '165304.026000', '165304.029000', '165304.032000', '165304.035000', '165304.038000', '165304.041000', '165304.044000', '165304.047000', '165304.050000', '165304.053000', '165304.055000', '165304.058000', '165304.061000', '165304.064000', '165304.067000', '165304.070000', '165304.073000', '165304.076000', '165304.079000', '165304.082000', '165304.085000', '165304.087000', '165304.090000', '165304.093000', '165304.096000', '165304.099000', '165304.102000', '165304.105000', '165304.108000', '165304.110000', '165323.984000', '165323.987000', '165323.990000', '165323.993000', '165323.996000', '165324.000000', '165324.003000', '165324.006000', '165324.009000', '165324.011000', '165324.014000', '165324.017000', '165324.028000', '165324.030000', '165324.033000', '165324.036000', '165324.039000', '165324.042000', '165324.045000', '165324.048000', '165324.051000', '165324.054000', '165324.057000', '165324.059000', '165324.062000', '165324.065000', '165324.068000', '165324.071000', '165324.074000', '165324.077000', '165324.080000', '165324.083000', '165324.086000', '165324.089000', '165324.091000', '165324.094000', '165324.097000', '165324.100000', '165324.103000', '165324.106000', '165324.109000', '165324.112000', '165324.115000', '165343.984000', '165343.987000', '165343.990000', '165343.993000', '165343.996000', '165344.000000', '165344.003000', '165344.006000', '165344.009000', '165344.012000', '165344.014000', '165344.017000', '165344.020000', '165344.023000', '165344.026000', '165344.029000', '165344.032000', '165344.035000', '165344.038000', '165344.041000', '165344.044000', '165344.047000', '165344.049000', '165344.052000', '165344.055000', '165344.058000', '165344.061000', '165344.064000', '165344.067000', '165344.070000', '165344.073000', '165344.075000', '165344.078000', '165344.081000', '165344.084000', '165344.087000', '165344.090000', '165344.093000', '165344.096000', '165344.099000', '165344.102000', '165344.110000', '165344.113000', '165344.116000', '165403.984000', '165403.987000', '165403.990000', '165403.993000', '165403.996000', '165404.000000', '165404.003000', '165404.006000', '165404.009000', '165404.011000', '165404.014000', '165404.017000', '165404.020000', '165404.023000', '165404.026000', '165404.029000', '165404.032000', '165404.035000', '165404.040000', '165404.043000', '165404.046000', '165404.049000', '165404.052000', '165404.055000', '165404.058000', '165404.060000', '165404.063000', '165404.071000', '165404.074000', '165404.077000', '165404.080000', '165404.084000', '165404.087000', '165404.090000', '165404.093000', '165404.096000', '165404.099000', '165404.102000', '165404.105000', '165404.108000', '165404.110000', '165404.113000', '165404.141000', '165423.984000', '165423.987000', '165423.990000', '165423.993000', '165423.996000', '165424.000000', '165424.003000', '165424.005000', '165424.008000', '165424.011000', '165424.014000', '165424.017000', '165424.020000', '165424.023000', '165424.026000', '165424.029000', '165424.032000', '165424.034000', '165424.037000', '165424.040000', '165424.043000', '165424.046000', '165424.049000', '165424.052000', '165424.055000', '165424.058000', '165424.060000', '165424.063000', '165424.066000', '165424.069000', '165424.072000', '165424.075000', '165424.078000', '165424.081000', '165424.084000', '165424.086000', '165424.089000', '165424.092000', '165424.095000', '165424.098000', '165424.101000', '165424.104000', '165424.107000', '165424.110000', '165443.984000', '165443.987000', '165443.990000', '165443.993000', '165443.996000', '165444.000000', '165444.003000', '165444.006000', '165444.009000', '165444.011000', '165444.014000', '165444.017000', '165444.020000', '165444.023000', '165444.026000', '165444.029000', '165444.032000', '165444.035000', '165444.038000', '165444.040000', '165444.043000', '165444.046000', '165444.049000', '165444.052000', '165444.055000', '165444.058000', '165444.061000', '165444.064000', '165444.067000', '165444.069000', '165444.072000', '165444.075000', '165444.078000', '165444.081000', '165444.084000', '165444.087000', '165444.090000', '165444.093000', '165444.096000', '165444.099000', '165444.102000', '165444.104000', '165444.107000', '165503.985000', '165503.988000', '165503.991000', '165503.994000', '165503.997000', '165504.001000', '165504.004000', '165504.007000', '165504.010000', '165504.012000', '165504.015000', '165504.018000', '165504.021000', '165504.024000', '165504.027000', '165504.030000', '165504.033000', '165504.036000', '165504.039000', '165504.042000', '165504.044000', '165504.047000', '165504.050000', '165504.053000', '165504.056000', '165504.059000', '165504.062000', '165504.065000', '165504.068000', '165504.071000', '165504.073000', '165504.077000', '165504.079000', '165504.082000', '165504.085000', '165504.093000', '165504.095000', '165504.098000', '165504.101000', '165504.104000', '165504.107000', '165504.110000', '165504.113000', '165504.116000', '165523.984000', '165523.987000', '165523.990000', '165523.993000', '165523.996000', '165524.000000', '165524.003000', '165524.006000', '165524.008000', '165524.011000', '165524.014000', '165524.017000', '165524.020000', '165524.023000', '165524.026000', '165524.029000', '165524.032000', '165524.035000', '165524.037000', '165524.040000', '165524.043000', '165524.046000', '165524.049000', '165524.052000', '165524.055000', '165524.058000', '165524.061000', '165524.063000', '165524.066000', '165524.069000', '165524.072000', '165524.075000', '165524.078000', '165524.081000', '165524.084000', '165524.087000', '165524.090000', '165524.093000', '165524.095000', '165524.098000', '165524.101000', '165524.104000', '165524.107000', '165543.095000', '165543.098000', '165543.101000', '165543.104000', '165543.107000', '165543.110000', '165543.113000', '165543.116000', '165543.119000', '165543.122000', '165543.125000', '165543.128000', '165543.131000', '165543.134000', '165543.137000', '165543.140000', '165543.142000', '165543.145000', '165543.148000', '165543.151000', '165543.154000', '165543.157000', '165543.160000', '165543.163000', '165543.166000', '165543.169000', '165543.172000', '165543.174000', '165543.177000', '165543.180000', '165543.183000', '165543.186000', '165543.189000', '165543.192000', '165543.195000', '165543.198000', '165543.201000', '165543.203000', '165543.206000', '165543.209000', '165543.212000', '165543.215000'], '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': [9413, 14415, 10962, 14623, 10825, 13629, 10731, 9924, 12314, 8949, 15249, 10596, 13868, 10433, 13698, 10443, 9992, 10929, 8790, 11840, 8747, 12453, 9940, 12632, 10457, 13554, 10424, 10211, 10226, 8645, 11805, 9007, 12780, 10027, 11062, 10362, 8777, 11251, 8216, 14369, 11102, 12437, 10302, 8744, 11058, 8432, 13207, 10412, 14634, 10843, 9541, 10756, 8407, 12550, 9393, 14900, 11200, 13055, 10840, 9400, 11001, 8731, 13586, 9913, 14802, 10793, 11683, 11973, 8571, 14343, 9529, 13799, 10778, 12805, 11164, 8885, 13666, 8559, 14358, 9944, 13355, 10848, 13034, 11102, 8801, 12978, 8635, 12527, 10008, 12915, 10901, 11183, 11110, 8751, 12946, 8516, 13140, 9829, 13575, 11113, 10401, 11258, 8725, 12205, 8805, 13058, 10670, 13816, 11100, 9457, 10470, 8632, 11988, 8434, 14191, 11106, 15791, 11025, 12914, 10692, 10158, 11061, 8491, 15381, 9719, 13897, 10398, 13379, 10750, 13755, 11099, 10497, 11854, 8600, 12822, 9047, 13231, 10545, 13895, 10893, 13333, 10567, 10100, 10397, 8703, 12147, 8490, 15289, 9320, 14313, 10048, 12604, 10283, 12209, 10606, 8820, 12084, 8396, 12620, 9713, 13131, 10992, 13909, 10823, 9889, 13086, 8779, 15106, 9447, 11303, 10998, 8543, 12118, 8793, 11414, 8458, 12433, 8560, 15487, 11572, 15057, 11207, 10651, 11281, 8335, 12807, 8588, 14534, 10931, 16003, 10985, 11657, 10455, 8547, 10909, 8143, 11744, 8384, 13277, 10751, 12838, 10087, 12979, 10481, 10947, 10316, 9616, 11030, 8332, 12242, 8324, 12176, 9063, 12592, 10268, 13378, 10578, 13207, 10041, 9248, 10448, 8840, 11036, 8144, 13492, 9545, 13698, 10403, 13649, 10569, 13749, 10619, 14039, 10705, 10045, 10441, 8697, 11093, 8715, 11483, 8450, 11807, 8642, 12684, 10034, 12109, 10109, 12038, 10353, 12394, 10249, 12693, 10520, 13188, 9985, 13066, 10079, 12634, 10007, 10449, 9957, 8872, 11184, 8723, 11180, 8546, 11613, 8500, 12329, 8873, 13429, 9939, 12361, 10176, 12120, 10344, 13048, 10706, 9998, 9992, 8607, 10703, 8773, 11663, 8647, 13169, 9103, 13047, 9892, 12574, 10296, 13265, 10747, 14676, 10427, 11232, 10154, 10708, 10381, 10781, 10801, 8919, 13639, 8716, 12837, 9866, 12724, 10391, 12633, 10776, 13037, 10383, 9039, 10758, 8789, 11921, 8598, 13575, 10451, 14616, 10321, 14185, 10308, 13737, 10172, 11494, 10361, 8893, 12336, 8607, 12084, 8905, 12929, 10042, 12685, 10673, 13287, 10096, 9517, 10447, 8751, 11965, 8863, 13536, 10356, 13479, 10504, 13985, 10503, 10448, 10629, 8606, 14298, 9449, 13306, 10452, 13495, 10338, 14012, 10691, 9502, 11182, 8943, 12486, 10064, 12731, 10399, 13608, 10466, 9969, 10842, 8906, 12360, 10181, 12999, 10315, 11879, 10995, 9718, 11393, 9376, 11379, 8599, 14810, 9732, 14526, 10479, 12750, 10398, 13720, 10150, 9948, 10641, 8533, 11873, 9465, 12345, 10458, 12537, 10295, 10896, 10557, 8895, 11631, 8751, 12099, 9036, 13001, 10931, 14349, 9795, 8556, 11283, 8286, 12406, 10848, 11372, 11049, 8943, 14457, 9949, 13802, 10773, 11920, 11165, 9036, 13384, 8985, 13751, 10519, 13322, 10748, 13186, 11185, 9024, 12060, 8492, 12855, 10100, 12755, 11076, 13864, 11247, 11813, 10729, 8938, 11166, 8766, 12770, 8751, 14827, 10824, 13417, 10402, 13226, 10969, 12489, 11199, 9002, 11918, 8622, 12633, 8678, 13375, 10578, 14521, 11035, 11573, 10356, 9265, 10902, 8924, 12643, 8585, 14608, 10111, 13464, 10579, 13652, 11034, 13609, 10853, 9634, 10473, 8902, 11335, 8772, 12920, 9958, 14028, 10503, 13489, 10524, 11320, 10638, 10076, 11053, 8656, 12326, 8493, 12171, 8563, 12681, 9980, 13582, 10846, 13140, 10375, 13196, 10568, 11084, 10583, 8666, 12107, 8561, 12534, 8936, 13154, 10875, 14617, 11019, 13780, 10663, 11562, 10637, 9360, 12120, 8561, 14646, 10158, 13471, 10769, 13850, 11185, 9815, 11719, 8847, 12504, 8667, 13285, 10013, 14048, 11063, 14102, 10689, 9509, 10597, 8679, 11786, 8586, 13381, 10002, 13131, 10179, 13566, 10766, 11644, 10662, 8838, 12832, 8832, 12761, 10115, 12461, 10819, 13981, 10879, 9598, 10498, 8828, 11971, 8896, 13904, 9104, 14758, 10612, 13255, 10608, 13618, 11028, 9414, 11662, 8422, 12229, 9206, 12665, 10693, 13898, 10688, 12761, 10168, 9634, 10634, 8929, 12627, 8264, 14628, 10350, 12991, 10569, 13138, 10679, 11257, 10578, 8889, 11760, 8465, 12392, 9290, 12415, 10743, 13300, 10301, 8788, 10443, 8222, 12891, 9767, 13239, 9674, 9347, 9870, 8622, 11983, 8519, 14707, 10985, 14426, 9981, 14305, 10695, 8936, 14068, 9164, 14148, 9301, 13847, 10060, 13822, 10622, 8977, 11812, 9410, 14549, 10426, 9493, 12882, 9430, 15188, 11590, 15515, 11158, 8984, 11757, 8867, 14166, 9156, 15873, 11666, 16127, 10838, 12095, 10853, 9314, 11877, 8919, 14747, 9641, 14860, 10143, 13811, 10976, 13225, 11078, 9821, 12558, 8795, 13771, 8811, 14613, 9629, 14794, 11029, 15158, 11163, 13194, 10645, 11329, 10528, 10414, 11612, 8718, 13783, 8696, 13343, 8903, 13728, 9074, 14393, 10915, 14800, 10530, 13967, 10360, 11926, 10568, 9556, 12054, 8890, 15358, 9212, 13525, 10511, 14000, 10736, 14659, 11036, 10147, 11123, 8605, 14200, 9300, 9400, 10691, 9019, 12032, 8138, 12851, 9041, 14083, 10376, 14376, 10992, 14178, 10823, 9475, 10983, 8364, 14819, 11476, 14169, 11833, 9211, 15006, 11416, 14447, 11748, 10297, 11833, 9141, 12868, 8958, 14750, 11395, 14092, 10661, 9517, 10975, 8378, 12309, 8722, 13349, 11465, 10864, 11168, 8475, 12160, 8624, 13717, 11478, 14046, 11461, 9279, 11621, 8532, 13441, 9291, 14585, 11532, 14258, 11199, 9734, 11320, 8878, 13305, 10054, 14949, 10871, 8800, 11091, 8138, 13244, 9763, 13607, 10901, 9720, 10956, 8249, 13251, 9338, 14103, 11040, 14692, 11233, 9043, 11393, 8075, 13437, 9154, 14121, 11174, 11966, 10613, 8679, 11106, 8131, 13500, 9731, 13943, 11418, 10974, 10724, 8606, 11273, 8297, 13054, 9678, 13789, 10802, 13265, 10904, 9972, 10631, 8405, 12711, 8446, 13716, 10195, 13168, 10976, 14028, 11274, 10533, 10773, 8564, 11247, 8368, 12623, 8223, 13053, 8892, 13792, 11309, 14239, 10958, 10629, 10903, 8852, 11842, 8227, 13500, 9149, 13028, 10306, 14444, 11282, 9596, 11512, 8416, 13034, 8659, 13988, 10568, 14052, 11309, 11147, 10827, 8708, 11998, 8361, 14339, 10815, 14486, 10966, 11255, 10902, 9471, 12115, 8645, 14894, 10606, 13911, 11050, 13821, 11174, 10216, 11598, 8335, 13840, 9724, 13550, 10726, 12457, 11168, 8843, 12211, 8287, 13351, 10178, 14131, 11477, 9543, 11075, 8290, 12289, 8421, 13821, 10365, 14468, 11024, 9522, 12150, 8880, 14697, 10096, 11352], 'WindowCenter': [4353.0, 4380.0, 4334.0, 4339.0, 4317.0, 4323.0, 4294.0, 4282.0, 4303.0, 4271.0, 4321.0, 4291.0, 4309.0, 4290.0, 4307.0, 4291.0, 4278.0, 4290.0, 4259.0, 4300.0, 4259.0, 4299.0, 4281.0, 4299.0, 4290.0, 4310.0, 4291.0, 4290.0, 4291.0, 4259.0, 4302.0, 4282.0, 4310.0, 4294.0, 4300.0, 4293.0, 4271.0, 4303.0, 4262.0, 4322.0, 4302.0, 4313.0, 4293.0, 4271.0, 4303.0, 4262.0, 4311.0, 4293.0, 4322.0, 4303.0, 4283.0, 4302.0, 4273.0, 4314.0, 4283.0, 4324.0, 4304.0, 4313.0, 4303.0, 4282.0, 4302.0, 4271.0, 4313.0, 4292.0, 4322.0, 4293.0, 4302.0, 4301.0, 4271.0, 4324.0, 4283.0, 4313.0, 4304.0, 4312.0, 4303.0, 4272.0, 4323.0, 4272.0, 4322.0, 4293.0, 4311.0, 4303.0, 4309.0, 4301.0, 4272.0, 4313.0, 4273.0, 4313.0, 4293.0, 4310.0, 4304.0, 4302.0, 4303.0, 4272.0, 4314.0, 4274.0, 4313.0, 4293.0, 4324.0, 4305.0, 4293.0, 4303.0, 4273.0, 4311.0, 4282.0, 4312.0, 4292.0, 4311.0, 4303.0, 4281.0, 4304.0, 4272.0, 4311.0, 4263.0, 4323.0, 4302.0, 4321.0, 4292.0, 4311.0, 4291.0, 4279.0, 4302.0, 4271.0, 4322.0, 4282.0, 4311.0, 4290.0, 4310.0, 4291.0, 4309.0, 4289.0, 4289.0, 4301.0, 4271.0, 4311.0, 4272.0, 4310.0, 4290.0, 4309.0, 4292.0, 4309.0, 4290.0, 4290.0, 4292.0, 4258.0, 4301.0, 4259.0, 4321.0, 4269.0, 4310.0, 4280.0, 4300.0, 4291.0, 4299.0, 4291.0, 4270.0, 4301.0, 4261.0, 4312.0, 4282.0, 4310.0, 4291.0, 4310.0, 4292.0, 4292.0, 4314.0, 4272.0, 4322.0, 4293.0, 4300.0, 4290.0, 4270.0, 4301.0, 4259.0, 4291.0, 4257.0, 4300.0, 4259.0, 4320.0, 4290.0, 4309.0, 4288.0, 4267.0, 4276.0, 4234.0, 4286.0, 4244.0, 4297.0, 4278.0, 4307.0, 4289.0, 4287.0, 4275.0, 4244.0, 4274.0, 4232.0, 4285.0, 4246.0, 4297.0, 4289.0, 4297.0, 4278.0, 4297.0, 4277.0, 4277.0, 4278.0, 4268.0, 4289.0, 4249.0, 4299.0, 4259.0, 4287.0, 4259.0, 4287.0, 4279.0, 4298.0, 4281.0, 4298.0, 4279.0, 4269.0, 4290.0, 4268.0, 4290.0, 4259.0, 4310.0, 4280.0, 4310.0, 4292.0, 4309.0, 4290.0, 4298.0, 4291.0, 4308.0, 4291.0, 4278.0, 4279.0, 4259.0, 4288.0, 4257.0, 4289.0, 4247.0, 4300.0, 4269.0, 4309.0, 4290.0, 4301.0, 4290.0, 4299.0, 4291.0, 4299.0, 4292.0, 4311.0, 4291.0, 4310.0, 4293.0, 4310.0, 4292.0, 4299.0, 4281.0, 4290.0, 4292.0, 4271.0, 4302.0, 4271.0, 4302.0, 4272.0, 4303.0, 4271.0, 4313.0, 4282.0, 4311.0, 4294.0, 4312.0, 4293.0, 4311.0, 4293.0, 4313.0, 4305.0, 4294.0, 4294.0, 4283.0, 4304.0, 4281.0, 4314.0, 4273.0, 4324.0, 4283.0, 4324.0, 4304.0, 4312.0, 4305.0, 4323.0, 4305.0, 4324.0, 4304.0, 4303.0, 4304.0, 4302.0, 4293.0, 4291.0, 4302.0, 4282.0, 4323.0, 4282.0, 4313.0, 4293.0, 4313.0, 4292.0, 4311.0, 4304.0, 4313.0, 4304.0, 4283.0, 4304.0, 4283.0, 4313.0, 4283.0, 4325.0, 4303.0, 4324.0, 4294.0, 4323.0, 4293.0, 4311.0, 4294.0, 4301.0, 4292.0, 4271.0, 4312.0, 4273.0, 4313.0, 4281.0, 4311.0, 4290.0, 4310.0, 4292.0, 4321.0, 4293.0, 4292.0, 4303.0, 4271.0, 4313.0, 4283.0, 4323.0, 4293.0, 4312.0, 4303.0, 4321.0, 4292.0, 4291.0, 4303.0, 4272.0, 4323.0, 4282.0, 4311.0, 4292.0, 4310.0, 4292.0, 4311.0, 4291.0, 4281.0, 4303.0, 4272.0, 4312.0, 4292.0, 4311.0, 4293.0, 4312.0, 4303.0, 4292.0, 4302.0, 4283.0, 4314.0, 4293.0, 4312.0, 4294.0, 4302.0, 4303.0, 4283.0, 4303.0, 4270.0, 4301.0, 4269.0, 4322.0, 4282.0, 4311.0, 4291.0, 4300.0, 4279.0, 4298.0, 4280.0, 4280.0, 4290.0, 4270.0, 4300.0, 4281.0, 4310.0, 4292.0, 4300.0, 4291.0, 4290.0, 4292.0, 4270.0, 4301.0, 4271.0, 4301.0, 4271.0, 4312.0, 4303.0, 4336.0, 4305.0, 4282.0, 4312.0, 4284.0, 4323.0, 4316.0, 4314.0, 4313.0, 4294.0, 4334.0, 4294.0, 4324.0, 4303.0, 4300.0, 4301.0, 4271.0, 4324.0, 4280.0, 4311.0, 4291.0, 4310.0, 4291.0, 4310.0, 4301.0, 4271.0, 4301.0, 4270.0, 4312.0, 4304.0, 4310.0, 4301.0, 4310.0, 4302.0, 4299.0, 4301.0, 4271.0, 4302.0, 4269.0, 4300.0, 4269.0, 4320.0, 4292.0, 4310.0, 4291.0, 4310.0, 4292.0, 4300.0, 4301.0, 4271.0, 4301.0, 4270.0, 4300.0, 4271.0, 4311.0, 4290.0, 4309.0, 4291.0, 4300.0, 4291.0, 4279.0, 4300.0, 4270.0, 4312.0, 4272.0, 4322.0, 4291.0, 4311.0, 4292.0, 4310.0, 4302.0, 4309.0, 4302.0, 4280.0, 4291.0, 4269.0, 4301.0, 4270.0, 4311.0, 4291.0, 4322.0, 4302.0, 4311.0, 4302.0, 4301.0, 4292.0, 4281.0, 4301.0, 4270.0, 4310.0, 4271.0, 4311.0, 4270.0, 4311.0, 4290.0, 4312.0, 4303.0, 4312.0, 4293.0, 4311.0, 4302.0, 4301.0, 4292.0, 4270.0, 4311.0, 4272.0, 4312.0, 4281.0, 4311.0, 4302.0, 4322.0, 4302.0, 4311.0, 4291.0, 4300.0, 4291.0, 4277.0, 4300.0, 4270.0, 4322.0, 4292.0, 4311.0, 4301.0, 4309.0, 4302.0, 4280.0, 4301.0, 4270.0, 4311.0, 4270.0, 4310.0, 4280.0, 4310.0, 4301.0, 4310.0, 4291.0, 4279.0, 4290.0, 4269.0, 4302.0, 4270.0, 4322.0, 4291.0, 4311.0, 4291.0, 4311.0, 4303.0, 4299.0, 4291.0, 4271.0, 4312.0, 4282.0, 4313.0, 4304.0, 4311.0, 4304.0, 4321.0, 4303.0, 4281.0, 4300.0, 4281.0, 4302.0, 4270.0, 4322.0, 4271.0, 4321.0, 4293.0, 4311.0, 4291.0, 4311.0, 4302.0, 4281.0, 4301.0, 4271.0, 4311.0, 4282.0, 4311.0, 4293.0, 4310.0, 4302.0, 4311.0, 4293.0, 4280.0, 4291.0, 4270.0, 4311.0, 4262.0, 4321.0, 4291.0, 4310.0, 4292.0, 4309.0, 4290.0, 4299.0, 4291.0, 4281.0, 4301.0, 4271.0, 4311.0, 4294.0, 4338.0, 4330.0, 4337.0, 4282.0, 4248.0, 4268.0, 4249.0, 4290.0, 4271.0, 4300.0, 4269.0, 4258.0, 4268.0, 4246.0, 4276.0, 4246.0, 4297.0, 4288.0, 4320.0, 4305.0, 4322.0, 4292.0, 4270.0, 4309.0, 4268.0, 4309.0, 4268.0, 4309.0, 4293.0, 4323.0, 4306.0, 4298.0, 4325.0, 4295.0, 4332.0, 4314.0, 4292.0, 4312.0, 4293.0, 4334.0, 4314.0, 4334.0, 4316.0, 4283.0, 4313.0, 4270.0, 4322.0, 4281.0, 4331.0, 4302.0, 4330.0, 4304.0, 4311.0, 4302.0, 4279.0, 4300.0, 4268.0, 4321.0, 4280.0, 4320.0, 4292.0, 4310.0, 4291.0, 4310.0, 4300.0, 4280.0, 4311.0, 4271.0, 4311.0, 4271.0, 4320.0, 4279.0, 4309.0, 4290.0, 4320.0, 4301.0, 4309.0, 4292.0, 4289.0, 4290.0, 4287.0, 4300.0, 4258.0, 4320.0, 4270.0, 4310.0, 4281.0, 4310.0, 4270.0, 4319.0, 4301.0, 4319.0, 4291.0, 4319.0, 4291.0, 4299.0, 4289.0, 4278.0, 4311.0, 4281.0, 4333.0, 4283.0, 4321.0, 4302.0, 4309.0, 4301.0, 4320.0, 4304.0, 4293.0, 4304.0, 4273.0, 4334.0, 4296.0, 4294.0, 4302.0, 4268.0, 4301.0, 4261.0, 4311.0, 4271.0, 4320.0, 4291.0, 4309.0, 4291.0, 4307.0, 4277.0, 4266.0, 4288.0, 4244.0, 4306.0, 4287.0, 4305.0, 4297.0, 4266.0, 4307.0, 4288.0, 4294.0, 4283.0, 4263.0, 4274.0, 4253.0, 4297.0, 4255.0, 4306.0, 4287.0, 4307.0, 4276.0, 4264.0, 4275.0, 4256.0, 4296.0, 4257.0, 4297.0, 4300.0, 4290.0, 4298.0, 4258.0, 4299.0, 4267.0, 4309.0, 4301.0, 4309.0, 4301.0, 4280.0, 4301.0, 4269.0, 4310.0, 4280.0, 4320.0, 4299.0, 4309.0, 4300.0, 4279.0, 4314.0, 4281.0, 4312.0, 4281.0, 4320.0, 4289.0, 4280.0, 4300.0, 4259.0, 4311.0, 4291.0, 4320.0, 4301.0, 4282.0, 4302.0, 4272.0, 4311.0, 4281.0, 4320.0, 4301.0, 4321.0, 4290.0, 4268.0, 4288.0, 4247.0, 4310.0, 4269.0, 4308.0, 4289.0, 4299.0, 4289.0, 4257.0, 4288.0, 4248.0, 4309.0, 4280.0, 4310.0, 4299.0, 4289.0, 4301.0, 4269.0, 4300.0, 4259.0, 4310.0, 4280.0, 4311.0, 4301.0, 4310.0, 4300.0, 4279.0, 4291.0, 4259.0, 4309.0, 4261.0, 4320.0, 4291.0, 4310.0, 4300.0, 4321.0, 4302.0, 4291.0, 4301.0, 4271.0, 4301.0, 4270.0, 4312.0, 4270.0, 4310.0, 4280.0, 4321.0, 4313.0, 4323.0, 4314.0, 4301.0, 4302.0, 4282.0, 4314.0, 4273.0, 4323.0, 4292.0, 4323.0, 4305.0, 4332.0, 4328.0, 4319.0, 4326.0, 4273.0, 4323.0, 4272.0, 4322.0, 4301.0, 4322.0, 4304.0, 4303.0, 4303.0, 4282.0, 4313.0, 4272.0, 4322.0, 4303.0, 4321.0, 4303.0, 4301.0, 4302.0, 4293.0, 4314.0, 4272.0, 4333.0, 4304.0, 4323.0, 4302.0, 4320.0, 4302.0, 4289.0, 4299.0, 4259.0, 4321.0, 4290.0, 4311.0, 4301.0, 4300.0, 4301.0, 4271.0, 4311.0, 4261.0, 4310.0, 4290.0, 4322.0, 4303.0, 4280.0, 4302.0, 4271.0, 4312.0, 4270.0, 4310.0, 4292.0, 4333.0, 4303.0, 4282.0, 4314.0, 4282.0, 4332.0, 4304.0, 4313.0], 'WindowWidth': [9619.0, 9646.0, 9566.0, 9564.0, 9529.0, 9530.0, 9489.0, 9468.0, 9500.0, 9451.0, 9521.0, 9482.0, 9502.0, 9476.0, 9495.0, 9478.0, 9458.0, 9476.0, 9433.0, 9489.0, 9434.0, 9487.0, 9465.0, 9487.0, 9477.0, 9503.0, 9479.0, 9477.0, 9480.0, 9434.0, 9495.0, 9471.0, 9503.0, 9487.0, 9489.0, 9485.0, 9452.0, 9498.0, 9440.0, 9524.0, 9497.0, 9511.0, 9486.0, 9452.0, 9498.0, 9439.0, 9507.0, 9485.0, 9523.0, 9497.0, 9470.0, 9497.0, 9458.0, 9514.0, 9472.0, 9529.0, 9503.0, 9512.0, 9500.0, 9468.0, 9497.0, 9453.0, 9511.0, 9483.0, 9521.0, 9484.0, 9494.0, 9493.0, 9451.0, 9526.0, 9470.0, 9512.0, 9503.0, 9510.0, 9499.0, 9455.0, 9527.0, 9454.0, 9524.0, 9487.0, 9508.0, 9498.0, 9502.0, 9494.0, 9455.0, 9514.0, 9458.0, 9513.0, 9486.0, 9503.0, 9500.0, 9494.0, 9498.0, 9454.0, 9513.0, 9460.0, 9512.0, 9484.0, 9527.0, 9506.0, 9485.0, 9499.0, 9458.0, 9508.0, 9470.0, 9508.0, 9483.0, 9508.0, 9497.0, 9467.0, 9502.0, 9457.0, 9509.0, 9443.0, 9524.0, 9497.0, 9522.0, 9484.0, 9506.0, 9480.0, 9460.0, 9494.0, 9451.0, 9523.0, 9467.0, 9507.0, 9478.0, 9502.0, 9479.0, 9499.0, 9475.0, 9472.0, 9493.0, 9451.0, 9505.0, 9456.0, 9502.0, 9477.0, 9499.0, 9481.0, 9500.0, 9477.0, 9475.0, 9481.0, 9429.0, 9495.0, 9433.0, 9519.0, 9446.0, 9502.0, 9464.0, 9488.0, 9479.0, 9486.0, 9478.0, 9450.0, 9494.0, 9440.0, 9509.0, 9468.0, 9502.0, 9479.0, 9503.0, 9483.0, 9482.0, 9516.0, 9457.0, 9524.0, 9486.0, 9493.0, 9478.0, 9448.0, 9493.0, 9432.0, 9478.0, 9428.0, 9489.0, 9432.0, 9517.0, 9478.0, 9501.0, 9470.0, 9437.0, 9449.0, 9389.0, 9462.0, 9405.0, 9482.0, 9456.0, 9496.0, 9473.0, 9467.0, 9448.0, 9404.0, 9445.0, 9386.0, 9461.0, 9410.0, 9479.0, 9471.0, 9482.0, 9459.0, 9480.0, 9455.0, 9451.0, 9455.0, 9440.0, 9474.0, 9417.0, 9486.0, 9433.0, 9468.0, 9430.0, 9466.0, 9458.0, 9482.0, 9464.0, 9483.0, 9461.0, 9445.0, 9477.0, 9443.0, 9476.0, 9433.0, 9505.0, 9463.0, 9503.0, 9480.0, 9501.0, 9477.0, 9483.0, 9477.0, 9498.0, 9476.0, 9456.0, 9459.0, 9430.0, 9471.0, 9427.0, 9473.0, 9414.0, 9489.0, 9447.0, 9501.0, 9477.0, 9493.0, 9480.0, 9488.0, 9481.0, 9488.0, 9483.0, 9505.0, 9481.0, 9505.0, 9486.0, 9504.0, 9483.0, 9488.0, 9467.0, 9476.0, 9483.0, 9452.0, 9498.0, 9455.0, 9498.0, 9457.0, 9501.0, 9455.0, 9514.0, 9471.0, 9509.0, 9489.0, 9509.0, 9486.0, 9508.0, 9487.0, 9513.0, 9505.0, 9488.0, 9490.0, 9473.0, 9503.0, 9469.0, 9516.0, 9459.0, 9531.0, 9475.0, 9531.0, 9505.0, 9512.0, 9506.0, 9528.0, 9508.0, 9531.0, 9504.0, 9502.0, 9504.0, 9497.0, 9486.0, 9481.0, 9499.0, 9469.0, 9528.0, 9470.0, 9514.0, 9488.0, 9513.0, 9486.0, 9510.0, 9503.0, 9514.0, 9504.0, 9474.0, 9504.0, 9473.0, 9515.0, 9473.0, 9531.0, 9502.0, 9530.0, 9489.0, 9528.0, 9488.0, 9509.0, 9488.0, 9493.0, 9486.0, 9455.0, 9513.0, 9459.0, 9512.0, 9468.0, 9507.0, 9480.0, 9505.0, 9485.0, 9522.0, 9486.0, 9485.0, 9500.0, 9455.0, 9514.0, 9474.0, 9528.0, 9488.0, 9511.0, 9500.0, 9522.0, 9484.0, 9482.0, 9499.0, 9455.0, 9527.0, 9470.0, 9509.0, 9483.0, 9504.0, 9482.0, 9506.0, 9481.0, 9467.0, 9500.0, 9455.0, 9511.0, 9485.0, 9508.0, 9487.0, 9510.0, 9501.0, 9482.0, 9498.0, 9473.0, 9515.0, 9486.0, 9510.0, 9491.0, 9497.0, 9501.0, 9471.0, 9498.0, 9450.0, 9494.0, 9448.0, 9523.0, 9468.0, 9508.0, 9480.0, 9489.0, 9462.0, 9485.0, 9464.0, 9461.0, 9477.0, 9448.0, 9491.0, 9468.0, 9505.0, 9482.0, 9491.0, 9481.0, 9478.0, 9481.0, 9450.0, 9493.0, 9453.0, 9493.0, 9454.0, 9509.0, 9501.0, 9552.0, 9508.0, 9473.0, 9514.0, 9481.0, 9530.0, 9527.0, 9519.0, 9517.0, 9491.0, 9547.0, 9493.0, 9531.0, 9503.0, 9493.0, 9495.0, 9453.0, 9531.0, 9466.0, 9506.0, 9481.0, 9504.0, 9482.0, 9504.0, 9493.0, 9451.0, 9494.0, 9452.0, 9509.0, 9502.0, 9505.0, 9495.0, 9504.0, 9498.0, 9489.0, 9495.0, 9454.0, 9495.0, 9448.0, 9492.0, 9447.0, 9518.0, 9482.0, 9504.0, 9482.0, 9505.0, 9483.0, 9491.0, 9495.0, 9453.0, 9495.0, 9452.0, 9493.0, 9453.0, 9505.0, 9478.0, 9502.0, 9481.0, 9490.0, 9482.0, 9462.0, 9491.0, 9450.0, 9510.0, 9456.0, 9523.0, 9481.0, 9508.0, 9484.0, 9505.0, 9498.0, 9504.0, 9498.0, 9462.0, 9480.0, 9448.0, 9493.0, 9449.0, 9506.0, 9481.0, 9523.0, 9498.0, 9508.0, 9498.0, 9492.0, 9483.0, 9466.0, 9495.0, 9452.0, 9507.0, 9456.0, 9509.0, 9452.0, 9507.0, 9480.0, 9510.0, 9499.0, 9512.0, 9489.0, 9507.0, 9498.0, 9493.0, 9484.0, 9451.0, 9509.0, 9457.0, 9510.0, 9469.0, 9508.0, 9499.0, 9524.0, 9499.0, 9508.0, 9483.0, 9491.0, 9481.0, 9457.0, 9492.0, 9452.0, 9526.0, 9484.0, 9507.0, 9495.0, 9503.0, 9497.0, 9463.0, 9494.0, 9450.0, 9508.0, 9452.0, 9505.0, 9466.0, 9506.0, 9495.0, 9505.0, 9481.0, 9463.0, 9479.0, 9449.0, 9497.0, 9450.0, 9524.0, 9482.0, 9508.0, 9483.0, 9507.0, 9500.0, 9488.0, 9483.0, 9454.0, 9511.0, 9470.0, 9514.0, 9502.0, 9508.0, 9503.0, 9523.0, 9500.0, 9469.0, 9495.0, 9469.0, 9497.0, 9452.0, 9524.0, 9454.0, 9523.0, 9485.0, 9507.0, 9482.0, 9507.0, 9497.0, 9467.0, 9495.0, 9455.0, 9509.0, 9471.0, 9508.0, 9487.0, 9505.0, 9499.0, 9507.0, 9485.0, 9465.0, 9481.0, 9451.0, 9510.0, 9442.0, 9522.0, 9482.0, 9506.0, 9485.0, 9501.0, 9479.0, 9489.0, 9482.0, 9467.0, 9496.0, 9457.0, 9508.0, 9491.0, 9559.0, 9553.0, 9553.0, 9467.0, 9413.0, 9440.0, 9415.0, 9467.0, 9444.0, 9485.0, 9441.0, 9423.0, 9438.0, 9403.0, 9443.0, 9406.0, 9478.0, 9470.0, 9519.0, 9506.0, 9524.0, 9484.0, 9448.0, 9499.0, 9441.0, 9497.0, 9444.0, 9501.0, 9486.0, 9527.0, 9511.0, 9504.0, 9537.0, 9494.0, 9540.0, 9520.0, 9487.0, 9512.0, 9488.0, 9544.0, 9520.0, 9546.0, 9522.0, 9475.0, 9514.0, 9452.0, 9524.0, 9468.0, 9535.0, 9498.0, 9536.0, 9504.0, 9510.0, 9498.0, 9462.0, 9491.0, 9444.0, 9520.0, 9465.0, 9519.0, 9485.0, 9505.0, 9483.0, 9504.0, 9491.0, 9465.0, 9509.0, 9452.0, 9509.0, 9455.0, 9518.0, 9462.0, 9501.0, 9479.0, 9519.0, 9495.0, 9503.0, 9484.0, 9475.0, 9476.0, 9469.0, 9489.0, 9431.0, 9519.0, 9451.0, 9505.0, 9467.0, 9505.0, 9451.0, 9516.0, 9494.0, 9518.0, 9481.0, 9518.0, 9482.0, 9488.0, 9477.0, 9459.0, 9509.0, 9468.0, 9543.0, 9474.0, 9524.0, 9498.0, 9504.0, 9496.0, 9520.0, 9504.0, 9487.0, 9502.0, 9459.0, 9544.0, 9497.0, 9492.0, 9499.0, 9445.0, 9493.0, 9441.0, 9506.0, 9453.0, 9520.0, 9480.0, 9503.0, 9479.0, 9496.0, 9456.0, 9437.0, 9472.0, 9406.0, 9495.0, 9469.0, 9493.0, 9482.0, 9439.0, 9499.0, 9471.0, 9476.0, 9457.0, 9427.0, 9444.0, 9415.0, 9481.0, 9420.0, 9492.0, 9470.0, 9494.0, 9452.0, 9432.0, 9450.0, 9425.0, 9480.0, 9428.0, 9483.0, 9493.0, 9477.0, 9486.0, 9433.0, 9488.0, 9444.0, 9501.0, 9493.0, 9504.0, 9493.0, 9467.0, 9494.0, 9449.0, 9506.0, 9464.0, 9519.0, 9491.0, 9503.0, 9491.0, 9461.0, 9521.0, 9469.0, 9511.0, 9466.0, 9519.0, 9476.0, 9465.0, 9493.0, 9437.0, 9506.0, 9481.0, 9521.0, 9497.0, 9470.0, 9498.0, 9455.0, 9508.0, 9467.0, 9520.0, 9495.0, 9522.0, 9477.0, 9445.0, 9471.0, 9414.0, 9504.0, 9448.0, 9497.0, 9476.0, 9488.0, 9475.0, 9429.0, 9472.0, 9418.0, 9501.0, 9463.0, 9504.0, 9490.0, 9473.0, 9493.0, 9448.0, 9491.0, 9433.0, 9505.0, 9464.0, 9507.0, 9497.0, 9505.0, 9493.0, 9460.0, 9480.0, 9436.0, 9504.0, 9441.0, 9518.0, 9481.0, 9504.0, 9493.0, 9520.0, 9499.0, 9480.0, 9494.0, 9455.0, 9495.0, 9452.0, 9511.0, 9453.0, 9508.0, 9467.0, 9522.0, 9517.0, 9528.0, 9518.0, 9498.0, 9500.0, 9471.0, 9517.0, 9462.0, 9528.0, 9487.0, 9528.0, 9508.0, 9541.0, 9548.0, 9536.0, 9540.0, 9461.0, 9527.0, 9457.0, 9525.0, 9496.0, 9525.0, 9504.0, 9500.0, 9502.0, 9472.0, 9514.0, 9456.0, 9525.0, 9501.0, 9523.0, 9501.0, 9494.0, 9498.0, 9487.0, 9517.0, 9458.0, 9543.0, 9503.0, 9530.0, 9500.0, 9521.0, 9496.0, 9475.0, 9491.0, 9436.0, 9522.0, 9480.0, 9507.0, 9495.0, 9491.0, 9494.0, 9453.0, 9509.0, 9439.0, 9505.0, 9479.0, 9526.0, 9501.0, 9464.0, 9497.0, 9456.0, 9510.0, 9452.0, 9507.0, 9486.0, 9543.0, 9500.0, 9470.0, 9517.0, 9472.0, 9538.0, 9505.0, 9516.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.0035717659804983745</td></tr>
<tr><td colspan=3>aqi</td><td>0.027005690249187437</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.947795106648634</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2435903428199557</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0140252501193072</td></tr>
<tr><td colspan=3>efc</td><td>0.4503</td></tr>
<tr><td colspan=3>fber</td><td>5699.7695</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08306973540105514</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>37</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>4.008667388949079</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.31535732974824</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.275108582120821</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.4969856677399496</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.1739777393839494</td></tr>
<tr><td colspan=3>gcor</td><td>0.00631189</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.015862246975302696</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.020953455939888954</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>4.021837326526885</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>35.4089</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>43.0115</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>168.3214</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>50.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>309155.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>724.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>342.8364</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.7357</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>530.545</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3573.7955</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3766.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>67389.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1267.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4647.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>936.381</td></tr>
<tr><td colspan=3>tsnr</td><td>38.40163137204945</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>