ds005256-mriqc/sub-0086_ses-04_task-alignvideo_acq-mb8_run-02_bold.html
Felix Hoffstaedter b91b8aaa47 [DATALAD RUNCMD] Compute MRIQC for sub-0086
=== 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-0086 --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-0086",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-18 22:29:22 +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-0086_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-0086_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-0086_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-0086/figures/sub-0086_ses-04_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0086/figures/sub-0086_ses-04_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0086/figures/sub-0086_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-0086_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-0086/figures/sub-0086_ses-04_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0086/figures/sub-0086_ses-04_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0086/figures/sub-0086_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-0086_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-0086/figures/sub-0086_ses-04_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0086/figures/sub-0086_ses-04_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0086/figures/sub-0086_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-0086_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-0086/figures/sub-0086_ses-04_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0086/figures/sub-0086_ses-04_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0086/figures/sub-0086_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-0086_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-0086/figures/sub-0086_ses-04_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0086/figures/sub-0086_ses-04_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0086/figures/sub-0086_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-0086_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-0086/figures/sub-0086_ses-04_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0086/figures/sub-0086_ses-04_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0086/figures/sub-0086_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-0086_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-0086/figures/sub-0086_ses-04_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0086/figures/sub-0086_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-0086/figures/sub-0086_ses-04_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0086/figures/sub-0086_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-0086/ses-04/func/sub-0086_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>7e643d1be86d230302575edf760ff11c</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>17:24:51.982500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999718, -0.0144242, 0.0188667, 0.0116909, 0.990404, 0.137708]</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.103751</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>[4139, -7742, -7295, 565, -79, -124, 8, 47]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>243.703</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>3e9843e3-e785-4f9d-821f-4cd9ff66a1c8||Sequence: R016 ve11e/master r/434b28f1; Aug 7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6821701526641846, 0.03136592358350754, 0.05581434816122055, 109.13540649414062], [0.038698960095644, 2.6571810245513916, 0.3711123466491699, -98.88445281982422], [0.05061797797679901, -0.36946162581443787, 2.6737914085388184, -58.79390335083008], [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': ['172451.982500', '172452.442500', '172452.902500', '172453.362500', '172453.822500', '172454.282500', '172454.742500', '172455.202500', '172455.662500', '172456.122500', '172456.582500', '172457.042500', '172457.502500', '172457.962500', '172458.422500', '172458.882500', '172459.342500', '172459.802500', '172500.262500', '172500.722500', '172501.182500', '172501.642500', '172502.102500', '172502.562500', '172503.022500', '172503.482500', '172503.942500', '172504.402500', '172504.862500', '172505.322500', '172505.782500', '172506.242500', '172506.702500', '172507.162500', '172507.622500', '172508.082500', '172508.542500', '172509.002500', '172509.462500', '172509.922500', '172510.382500', '172510.842500', '172511.302500', '172511.762500', '172512.222500', '172512.682500', '172513.142500', '172513.602500', '172514.062500', '172514.522500', '172514.982500', '172515.442500', '172515.902500', '172516.362500', '172516.822500', '172517.282500', '172517.742500', '172518.202500', '172518.662500', '172519.122500', '172519.582500', '172520.042500', '172520.502500', '172520.962500', '172521.422500', '172521.882500', '172522.342500', '172522.802500', '172523.262500', '172523.722500', '172524.182500', '172524.642500', '172525.102500', '172525.562500', '172526.022500', '172526.482500', '172526.942500', '172527.402500', '172527.862500', '172528.322500', '172528.782500', '172529.242500', '172529.702500', '172530.162500', '172530.622500', '172531.082500', '172531.542500', '172532.002500', '172532.462500', '172532.922500', '172533.382500', '172533.842500', '172534.302500', '172534.762500', '172535.222500', '172535.682500', '172536.142500', '172536.602500', '172537.062500', '172537.522500', '172537.982500', '172538.442500', '172538.902500', '172539.362500', '172539.822500', '172540.282500', '172540.742500', '172541.202500', '172541.662500', '172542.122500', '172542.582500', '172543.042500', '172543.502500', '172543.962500', '172544.422500', '172544.882500', '172545.342500', '172545.802500', '172546.262500', '172546.722500', '172547.182500', '172547.642500', '172548.102500', '172548.562500', '172549.022500', '172549.482500', '172549.942500', '172550.402500', '172550.862500', '172551.322500', '172551.782500', '172552.242500', '172552.702500', '172553.162500', '172553.622500', '172554.082500', '172554.542500', '172555.002500', '172555.462500', '172555.922500', '172556.382500', '172556.842500', '172557.302500', '172557.762500', '172558.222500', '172558.682500', '172559.142500', '172559.602500', '172600.062500', '172600.522500', '172600.982500', '172601.442500', '172601.902500', '172602.362500', '172602.822500', '172603.282500', '172603.742500', '172604.202500', '172604.662500', '172605.122500', '172605.582500', '172606.042500', '172606.502500', '172606.962500', '172607.422500', '172607.882500', '172608.342500', '172608.802500', '172609.262500', '172609.722500', '172610.182500', '172610.642500', '172611.102500', '172611.562500', '172612.022500', '172612.482500', '172612.942500', '172613.402500', '172613.862500', '172614.322500', '172614.782500', '172615.242500', '172615.702500', '172616.162500', '172616.622500', '172617.082500', '172617.542500', '172618.002500', '172618.462500', '172618.922500', '172619.382500', '172619.842500', '172620.302500', '172620.762500', '172621.222500', '172621.682500', '172622.142500', '172622.602500', '172623.062500', '172623.522500', '172623.982500', '172624.442500', '172624.902500', '172625.362500', '172625.822500', '172626.282500', '172626.742500', '172627.202500', '172627.662500', '172628.122500', '172628.582500', '172629.042500', '172629.502500', '172629.962500', '172630.422500', '172630.882500', '172631.342500', '172631.802500', '172632.262500', '172632.722500', '172633.182500', '172633.642500', '172634.102500', '172634.562500', '172635.022500', '172635.482500', '172635.942500', '172636.402500', '172636.862500', '172637.322500', '172637.782500', '172638.242500', '172638.702500', '172639.162500', '172639.622500', '172640.082500', '172640.542500', '172641.002500', '172641.462500', '172641.922500', '172642.382500', '172642.842500', '172643.302500', '172643.762500', '172644.222500', '172644.682500', '172645.142500', '172645.602500', '172646.062500', '172646.522500', '172646.982500', '172647.442500', '172647.902500', '172648.362500', '172648.822500', '172649.282500', '172649.742500', '172650.202500', '172650.662500', '172651.122500', '172651.582500', '172652.042500', '172652.502500', '172652.962500', '172653.422500', '172653.882500', '172654.342500', '172654.802500', '172655.262500', '172655.722500', '172656.182500', '172656.642500', '172657.102500', '172657.562500', '172658.022500', '172658.482500', '172658.942500', '172659.402500', '172659.862500', '172700.322500', '172700.782500', '172701.242500', '172701.702500', '172702.162500', '172702.622500', '172703.082500', '172703.542500', '172704.002500', '172704.462500', '172704.922500', '172705.382500', '172705.842500', '172706.302500', '172706.762500', '172707.222500', '172707.682500', '172708.142500', '172708.602500', '172709.062500', '172709.522500', '172709.982500', '172710.442500', '172710.902500', '172711.362500', '172711.822500', '172712.282500', '172712.742500', '172713.202500', '172713.662500', '172714.122500', '172714.582500', '172715.042500', '172715.502500', '172715.962500', '172716.422500', '172716.882500', '172717.342500', '172717.802500', '172718.262500', '172718.722500', '172719.182500', '172719.642500', '172720.102500', '172720.562500', '172721.022500', '172721.482500', '172721.942500', '172722.402500', '172722.862500', '172723.322500', '172723.782500', '172724.242500', '172724.702500', '172725.162500', '172725.622500', '172726.082500', '172726.542500', '172727.002500', '172727.462500', '172727.922500', '172728.382500', '172728.842500', '172729.302500', '172729.762500', '172730.222500', '172730.682500', '172731.142500', '172731.602500', '172732.062500', '172732.522500', '172732.982500', '172733.442500', '172733.902500', '172734.362500', '172734.822500', '172735.282500', '172735.742500', '172736.202500', '172736.662500', '172737.122500', '172737.582500', '172738.042500', '172738.502500', '172738.962500', '172739.422500', '172739.882500', '172740.342500', '172740.802500', '172741.262500', '172741.722500', '172742.182500', '172742.642500', '172743.102500', '172743.562500', '172744.022500', '172744.482500', '172744.942500', '172745.402500', '172745.862500', '172746.322500', '172746.782500', '172747.242500', '172747.702500', '172748.162500', '172748.622500', '172749.082500', '172749.542500', '172750.002500', '172750.462500', '172750.922500', '172751.382500', '172751.842500', '172752.302500', '172752.762500', '172753.222500', '172753.682500', '172754.142500', '172754.602500', '172755.062500', '172755.522500', '172755.982500', '172756.442500', '172756.902500', '172757.362500', '172757.822500', '172758.282500', '172758.742500', '172759.202500', '172759.662500', '172800.122500', '172800.582500', '172801.042500', '172801.502500', '172801.962500', '172802.422500', '172802.882500', '172803.342500', '172803.802500', '172804.262500', '172804.722500', '172805.182500', '172805.642500', '172806.102500', '172806.562500', '172807.022500', '172807.482500', '172807.942500', '172808.402500', '172808.862500', '172809.322500', '172809.782500', '172810.242500', '172810.702500', '172811.162500', '172811.622500', '172812.082500', '172812.542500', '172813.002500', '172813.462500', '172813.922500', '172814.382500', '172814.842500', '172815.302500', '172815.762500', '172816.222500', '172816.682500', '172817.142500', '172817.602500', '172818.062500', '172818.522500', '172818.982500', '172819.442500', '172819.902500', '172820.362500', '172820.822500', '172821.282500', '172821.742500', '172822.202500', '172822.662500', '172823.122500', '172823.582500', '172824.042500', '172824.502500', '172824.962500', '172825.422500', '172825.882500', '172826.342500', '172826.802500', '172827.262500', '172827.722500', '172828.182500', '172828.642500', '172829.102500', '172829.562500', '172830.022500', '172830.482500', '172830.942500', '172831.402500', '172831.862500', '172832.322500', '172832.782500', '172833.242500', '172833.702500', '172834.162500', '172834.622500', '172835.082500', '172835.542500', '172836.002500', '172836.462500', '172836.922500', '172837.382500', '172837.842500', '172838.302500', '172838.762500', '172839.222500', '172839.682500', '172840.142500', '172840.602500', '172841.062500', '172841.522500', '172841.982500', '172842.442500', '172842.902500', '172843.362500', '172843.822500', '172844.282500', '172844.742500', '172845.202500', '172845.662500', '172846.122500', '172846.582500', '172847.042500', '172847.502500', '172847.962500', '172848.422500', '172848.882500', '172849.342500', '172849.802500', '172850.262500', '172850.722500', '172851.182500', '172851.642500', '172852.102500', '172852.562500', '172853.022500', '172853.482500', '172853.942500', '172854.402500', '172854.862500', '172855.322500', '172855.782500', '172856.242500', '172856.702500', '172857.162500', '172857.622500', '172858.082500', '172858.542500', '172859.002500', '172859.462500', '172859.922500', '172900.382500', '172900.842500', '172901.302500', '172901.762500', '172902.222500', '172902.682500', '172903.142500', '172903.602500', '172904.062500', '172904.522500', '172904.982500', '172905.442500', '172905.902500', '172906.362500', '172906.822500', '172907.282500', '172907.742500', '172908.202500', '172908.662500', '172909.122500', '172909.582500', '172910.042500', '172910.502500', '172910.962500', '172911.422500', '172911.882500', '172912.342500', '172912.802500', '172913.262500', '172913.722500', '172914.182500', '172914.642500', '172915.102500', '172915.562500', '172916.022500', '172916.482500', '172916.942500', '172917.402500', '172917.862500', '172918.322500', '172918.782500', '172919.242500', '172919.702500', '172920.162500', '172920.622500', '172921.082500', '172921.542500', '172922.002500', '172922.462500', '172922.922500', '172923.382500', '172923.842500', '172924.302500', '172924.762500', '172925.222500', '172925.682500', '172926.142500', '172926.602500', '172927.062500', '172927.522500', '172927.982500', '172928.442500', '172928.902500', '172929.362500', '172929.822500', '172930.282500', '172930.742500', '172931.202500', '172931.662500', '172932.122500', '172932.582500', '172933.042500', '172933.502500', '172933.962500', '172934.422500', '172934.882500', '172935.342500', '172935.802500', '172936.262500', '172936.722500', '172937.182500', '172937.642500', '172938.102500', '172938.562500', '172939.022500', '172939.482500', '172939.942500', '172940.402500', '172940.862500', '172941.322500', '172941.782500', '172942.242500', '172942.702500', '172943.162500', '172943.622500', '172944.082500', '172944.542500', '172945.002500', '172945.462500', '172945.922500', '172946.382500', '172946.842500', '172947.302500', '172947.762500', '172948.222500', '172948.682500', '172949.142500', '172949.602500', '172950.062500', '172950.522500', '172950.982500', '172951.442500', '172951.902500', '172952.362500', '172952.822500', '172953.282500', '172953.742500', '172954.202500', '172954.662500', '172955.122500', '172955.582500', '172956.042500', '172956.502500', '172956.962500', '172957.422500', '172957.882500', '172958.342500', '172958.802500', '172959.262500', '172959.722500', '173000.182500', '173000.642500', '173001.102500', '173001.562500', '173002.022500', '173002.482500', '173002.942500', '173003.402500', '173003.862500', '173004.322500', '173004.782500', '173005.242500', '173005.702500', '173006.162500', '173006.622500', '173007.082500', '173007.542500', '173008.002500', '173008.462500', '173008.922500', '173009.382500', '173009.842500', '173010.302500', '173010.762500', '173011.222500', '173011.682500', '173012.142500', '173012.602500', '173013.062500', '173013.522500', '173013.982500', '173014.442500', '173014.902500', '173015.362500', '173015.822500', '173016.282500', '173016.742500', '173017.202500', '173017.662500', '173018.122500', '173018.582500', '173019.042500', '173019.502500', '173019.962500', '173020.422500', '173020.882500', '173021.342500', '173021.802500', '173022.262500', '173022.722500', '173023.182500', '173023.642500', '173024.102500', '173024.562500', '173025.022500', '173025.482500', '173025.942500', '173026.402500', '173026.862500', '173027.322500', '173027.782500', '173028.242500', '173028.702500', '173029.162500', '173029.622500', '173030.082500', '173030.542500', '173031.002500', '173031.462500', '173031.922500', '173032.382500', '173032.842500', '173033.302500', '173033.762500', '173034.222500', '173034.682500', '173035.142500', '173035.602500', '173036.062500', '173036.522500', '173036.982500', '173037.442500', '173037.902500', '173038.362500', '173038.822500', '173039.282500', '173039.742500', '173040.202500', '173040.662500', '173041.122500', '173041.582500', '173042.042500', '173042.502500', '173042.962500', '173043.422500', '173043.882500', '173044.342500', '173044.802500', '173045.262500', '173045.722500', '173046.182500', '173046.642500', '173047.102500', '173047.562500', '173048.022500', '173048.482500', '173048.942500', '173049.402500', '173049.862500', '173050.322500', '173050.782500', '173051.242500', '173051.702500', '173052.162500', '173052.622500', '173053.082500', '173053.542500', '173054.002500', '173054.462500', '173054.922500', '173055.382500', '173055.842500', '173056.302500', '173056.762500', '173057.222500', '173057.682500', '173058.142500', '173058.602500', '173059.062500', '173059.522500', '173059.982500', '173100.442500', '173100.902500', '173101.362500', '173101.822500', '173102.282500', '173102.742500', '173103.202500', '173103.662500', '173104.122500', '173104.582500', '173105.042500', '173105.502500', '173105.962500', '173106.422500', '173106.882500', '173107.342500', '173107.802500', '173108.262500', '173108.722500', '173109.182500', '173109.642500', '173110.102500', '173110.562500', '173111.022500', '173111.482500', '173111.942500', '173112.402500', '173112.862500', '173113.322500', '173113.782500', '173114.242500', '173114.702500', '173115.162500', '173115.622500', '173116.082500', '173116.542500', '173117.002500', '173117.462500', '173117.922500', '173118.382500', '173118.842500', '173119.302500', '173119.762500', '173120.222500', '173120.682500', '173121.142500', '173121.602500', '173122.062500', '173122.522500', '173122.982500', '173123.442500', '173123.902500', '173124.362500', '173124.822500', '173125.282500', '173125.742500', '173126.202500', '173126.662500', '173127.122500', '173127.582500', '173128.042500', '173128.502500', '173128.962500', '173129.422500', '173129.882500', '173130.342500', '173130.802500', '173131.262500', '173131.722500', '173132.182500', '173132.642500', '173133.102500', '173133.562500', '173134.022500', '173134.482500', '173134.942500', '173135.402500', '173135.862500', '173136.322500', '173136.782500', '173137.242500', '173137.702500', '173138.162500', '173138.622500', '173139.082500', '173139.542500', '173140.002500', '173140.462500', '173140.922500', '173141.382500', '173141.842500', '173142.302500', '173142.762500', '173143.222500', '173143.682500', '173144.142500', '173144.602500', '173145.062500', '173145.522500', '173145.982500', '173146.442500', '173146.902500', '173147.362500', '173147.822500', '173148.282500', '173148.742500', '173149.202500', '173149.662500', '173150.122500', '173150.582500', '173151.042500', '173151.502500', '173151.962500', '173152.422500', '173152.882500', '173153.342500', '173153.802500', '173154.262500', '173154.722500', '173155.182500', '173155.642500', '173156.102500', '173156.562500', '173157.022500', '173157.482500'], 'ContentTime': ['172508.590000', '172508.593000', '172508.596000', '172508.599000', '172508.601000', '172508.604000', '172508.606000', '172508.609000', '172508.611000', '172508.614000', '172508.616000', '172508.619000', '172508.622000', '172508.647000', '172508.650000', '172508.652000', '172508.655000', '172508.658000', '172508.660000', '172508.690000', '172508.693000', '172508.696000', '172508.699000', '172508.701000', '172508.704000', '172508.706000', '172508.709000', '172508.712000', '172508.714000', '172508.717000', '172508.720000', '172508.722000', '172508.725000', '172528.531000', '172528.534000', '172528.537000', '172528.540000', '172528.542000', '172528.545000', '172528.547000', '172528.550000', '172528.552000', '172528.555000', '172528.558000', '172528.560000', '172528.563000', '172528.565000', '172528.568000', '172528.571000', '172528.573000', '172528.576000', '172528.579000', '172528.581000', '172528.590000', '172528.593000', '172528.595000', '172528.598000', '172528.601000', '172528.603000', '172528.606000', '172528.608000', '172528.611000', '172528.613000', '172528.616000', '172528.619000', '172528.621000', '172528.624000', '172528.626000', '172528.629000', '172528.631000', '172528.634000', '172528.637000', '172528.639000', '172528.642000', '172528.644000', '172528.647000', '172528.650000', '172548.531000', '172548.534000', '172548.537000', '172548.549000', '172548.551000', '172548.554000', '172548.557000', '172548.559000', '172548.562000', '172548.564000', '172548.567000', '172548.570000', '172548.572000', '172548.575000', '172548.577000', '172548.580000', '172548.583000', '172548.585000', '172548.588000', '172548.591000', '172548.593000', '172548.596000', '172548.598000', '172548.601000', '172548.604000', '172548.606000', '172548.609000', '172548.612000', '172548.614000', '172548.617000', '172548.619000', '172548.622000', '172548.624000', '172548.627000', '172548.630000', '172548.632000', '172548.635000', '172548.638000', '172548.640000', '172548.643000', '172548.646000', '172548.648000', '172548.651000', '172608.531000', '172608.534000', '172608.537000', '172608.540000', '172608.542000', '172608.545000', '172608.547000', '172608.550000', '172608.554000', '172608.556000', '172608.559000', '172608.562000', '172608.564000', '172608.567000', '172608.569000', '172608.572000', '172608.575000', '172608.577000', '172608.580000', '172608.583000', '172608.585000', '172608.588000', '172608.591000', '172608.593000', '172608.596000', '172608.599000', '172608.601000', '172608.604000', '172608.607000', '172608.610000', '172608.612000', '172608.615000', '172608.617000', '172608.620000', '172608.623000', '172608.625000', '172608.628000', '172608.631000', '172608.633000', '172608.636000', '172608.643000', '172608.645000', '172608.648000', '172608.650000', '172628.532000', '172628.535000', '172628.537000', '172628.540000', '172628.542000', '172628.545000', '172628.548000', '172628.550000', '172628.553000', '172628.556000', '172628.558000', '172628.561000', '172628.563000', '172628.566000', '172628.569000', '172628.571000', '172628.574000', '172628.576000', '172628.579000', '172628.582000', '172628.584000', '172628.587000', '172628.590000', '172628.592000', '172628.595000', '172628.598000', '172628.600000', '172628.603000', '172628.605000', '172628.608000', '172628.611000', '172628.613000', '172628.616000', '172628.618000', '172628.621000', '172628.624000', '172628.626000', '172628.629000', '172628.631000', '172628.634000', '172628.637000', '172628.639000', '172628.642000', '172648.531000', '172648.534000', '172648.537000', '172648.539000', '172648.542000', '172648.545000', '172648.548000', '172648.551000', '172648.553000', '172648.556000', '172648.559000', '172648.561000', '172648.564000', '172648.567000', '172648.569000', '172648.572000', '172648.574000', '172648.577000', '172648.580000', '172648.582000', '172648.585000', '172648.588000', '172648.590000', '172648.593000', '172648.596000', '172648.598000', '172648.601000', '172648.604000', '172648.606000', '172648.609000', '172648.611000', '172648.614000', '172648.617000', '172648.646000', '172648.648000', '172648.651000', '172648.654000', '172648.656000', '172648.659000', '172648.661000', '172648.664000', '172648.666000', '172648.669000', '172708.531000', '172708.534000', '172708.537000', '172708.540000', '172708.542000', '172708.545000', '172708.548000', '172708.550000', '172708.553000', '172708.556000', '172708.558000', '172708.561000', '172708.563000', '172708.566000', '172708.569000', '172708.571000', '172708.574000', '172708.576000', '172708.579000', '172708.582000', '172708.585000', '172708.587000', '172708.590000', '172708.592000', '172708.595000', '172708.598000', '172708.600000', '172708.603000', '172708.606000', '172708.608000', '172708.611000', '172708.614000', '172708.616000', '172708.619000', '172708.622000', '172708.625000', '172708.627000', '172708.630000', '172708.632000', '172708.635000', '172708.638000', '172708.640000', '172708.643000', '172708.646000', '172728.532000', '172728.534000', '172728.537000', '172728.540000', '172728.542000', '172728.545000', '172728.548000', '172728.550000', '172728.553000', '172728.555000', '172728.558000', '172728.561000', '172728.563000', '172728.566000', '172728.568000', '172728.571000', '172728.574000', '172728.578000', '172728.580000', '172728.583000', '172728.586000', '172728.588000', '172728.592000', '172728.595000', '172728.598000', '172728.600000', '172728.603000', '172728.606000', '172728.608000', '172728.611000', '172728.613000', '172728.616000', '172728.619000', '172728.622000', '172728.624000', '172728.627000', '172728.629000', '172728.632000', '172728.635000', '172728.637000', '172728.640000', '172728.642000', '172728.645000', '172748.532000', '172748.535000', '172748.537000', '172748.540000', '172748.543000', '172748.545000', '172748.548000', '172748.550000', '172748.553000', '172748.556000', '172748.558000', '172748.561000', '172748.563000', '172748.566000', '172748.569000', '172748.571000', '172748.574000', '172748.577000', '172748.579000', '172748.582000', '172748.585000', '172748.587000', '172748.590000', '172748.593000', '172748.595000', '172748.598000', '172748.601000', '172748.603000', '172748.606000', '172748.608000', '172748.611000', '172748.614000', '172748.616000', '172748.619000', '172748.622000', '172748.624000', '172748.627000', '172748.630000', '172748.633000', '172748.635000', '172748.638000', '172748.640000', '172748.643000', '172748.646000', '172808.531000', '172808.534000', '172808.537000', '172808.540000', '172808.542000', '172808.545000', '172808.548000', '172808.550000', '172808.553000', '172808.555000', '172808.558000', '172808.561000', '172808.564000', '172808.567000', '172808.570000', '172808.573000', '172808.575000', '172808.578000', '172808.581000', '172808.583000', '172808.586000', '172808.589000', '172808.591000', '172808.594000', '172808.597000', '172808.599000', '172808.602000', '172808.604000', '172808.607000', '172808.610000', '172808.613000', '172808.615000', '172808.618000', '172808.620000', '172808.623000', '172808.626000', '172808.628000', '172808.631000', '172808.634000', '172808.636000', '172808.639000', '172808.642000', '172808.644000', '172828.532000', '172828.534000', '172828.537000', '172828.540000', '172828.542000', '172828.545000', '172828.548000', '172828.550000', '172828.553000', '172828.555000', '172828.558000', '172828.561000', '172828.563000', '172828.566000', '172828.568000', '172828.599000', '172828.602000', '172828.604000', '172828.607000', '172828.610000', '172828.612000', '172828.615000', '172828.617000', '172828.620000', '172828.623000', '172828.625000', '172828.628000', '172828.630000', '172828.633000', '172828.636000', '172828.638000', '172828.641000', '172828.644000', '172828.646000', '172828.649000', '172828.652000', '172828.654000', '172828.657000', '172828.659000', '172828.662000', '172828.665000', '172828.667000', '172828.670000', '172828.672000', '172848.531000', '172848.534000', '172848.537000', '172848.540000', '172848.542000', '172848.545000', '172848.548000', '172848.550000', '172848.553000', '172848.555000', '172848.558000', '172848.560000', '172848.563000', '172848.566000', '172848.568000', '172848.571000', '172848.574000', '172848.576000', '172848.579000', '172848.581000', '172848.584000', '172848.587000', '172848.589000', '172848.592000', '172848.595000', '172848.597000', '172848.600000', '172848.602000', '172848.605000', '172848.608000', '172848.610000', '172848.613000', '172848.616000', '172848.618000', '172848.621000', '172848.623000', '172848.626000', '172848.629000', '172848.633000', '172848.636000', '172848.638000', '172848.641000', '172848.643000', '172908.531000', '172908.534000', '172908.537000', '172908.540000', '172908.542000', '172908.545000', '172908.547000', '172908.550000', '172908.553000', '172908.555000', '172908.558000', '172908.561000', '172908.563000', '172908.566000', '172908.569000', '172908.571000', '172908.574000', '172908.576000', '172908.579000', '172908.582000', '172908.584000', '172908.587000', '172908.590000', '172908.592000', '172908.595000', '172908.598000', '172908.600000', '172908.603000', '172908.606000', '172908.608000', '172908.611000', '172908.613000', '172908.616000', '172908.619000', '172908.621000', '172908.624000', '172908.627000', '172908.629000', '172908.632000', '172908.634000', '172908.637000', '172908.640000', '172908.642000', '172908.645000', '172928.532000', '172928.534000', '172928.537000', '172928.540000', '172928.542000', '172928.545000', '172928.548000', '172928.550000', '172928.553000', '172928.555000', '172928.558000', '172928.561000', '172928.563000', '172928.566000', '172928.569000', '172928.571000', '172928.574000', '172928.576000', '172928.579000', '172928.582000', '172928.584000', '172928.587000', '172928.590000', '172928.592000', '172928.595000', '172928.598000', '172928.600000', '172928.603000', '172928.606000', '172928.608000', '172928.611000', '172928.614000', '172928.616000', '172928.619000', '172928.621000', '172928.624000', '172928.627000', '172928.630000', '172928.632000', '172928.635000', '172928.638000', '172928.641000', '172928.643000', '172948.532000', '172948.534000', '172948.537000', '172948.540000', '172948.542000', '172948.545000', '172948.548000', '172948.550000', '172948.553000', '172948.555000', '172948.558000', '172948.561000', '172948.563000', '172948.566000', '172948.569000', '172948.571000', '172948.574000', '172948.576000', '172948.579000', '172948.582000', '172948.584000', '172948.587000', '172948.590000', '172948.592000', '172948.595000', '172948.598000', '172948.601000', '172948.603000', '172948.606000', '172948.609000', '172948.611000', '172948.614000', '172948.616000', '172948.619000', '172948.622000', '172948.624000', '172948.627000', '172948.629000', '172948.632000', '172948.635000', '172948.655000', '172948.658000', '172948.660000', '172948.663000', '173008.530000', '173008.533000', '173008.536000', '173008.539000', '173008.541000', '173008.544000', '173008.547000', '173008.549000', '173008.552000', '173008.554000', '173008.557000', '173008.560000', '173008.563000', '173008.565000', '173008.568000', '173008.570000', '173008.573000', '173008.576000', '173008.578000', '173008.581000', '173008.583000', '173008.586000', '173008.589000', '173008.591000', '173008.594000', '173008.597000', '173008.599000', '173008.602000', '173008.605000', '173008.607000', '173008.610000', '173008.612000', '173008.615000', '173008.618000', '173008.620000', '173008.623000', '173008.625000', '173008.628000', '173008.631000', '173008.633000', '173008.636000', '173008.639000', '173008.642000', '173028.531000', '173028.534000', '173028.537000', '173028.540000', '173028.542000', '173028.545000', '173028.547000', '173028.550000', '173028.553000', '173028.555000', '173028.558000', '173028.561000', '173028.563000', '173028.566000', '173028.568000', '173028.571000', '173028.574000', '173028.576000', '173028.579000', '173028.581000', '173028.584000', '173028.587000', '173028.589000', '173028.592000', '173028.595000', '173028.597000', '173028.600000', '173028.602000', '173028.605000', '173028.608000', '173028.610000', '173028.613000', '173028.616000', '173028.618000', '173028.621000', '173028.623000', '173028.626000', '173028.629000', '173028.631000', '173028.634000', '173028.637000', '173028.639000', '173028.642000', '173028.644000', '173048.532000', '173048.535000', '173048.537000', '173048.540000', '173048.542000', '173048.545000', '173048.548000', '173048.550000', '173048.553000', '173048.556000', '173048.558000', '173048.561000', '173048.563000', '173048.566000', '173048.569000', '173048.571000', '173048.574000', '173048.576000', '173048.579000', '173048.582000', '173048.584000', '173048.587000', '173048.590000', '173048.592000', '173048.595000', '173048.598000', '173048.600000', '173048.603000', '173048.606000', '173048.608000', '173048.611000', '173048.614000', '173048.616000', '173048.619000', '173048.622000', '173048.624000', '173048.627000', '173048.629000', '173048.632000', '173048.635000', '173048.637000', '173048.640000', '173048.642000', '173108.534000', '173108.537000', '173108.540000', '173108.542000', '173108.545000', '173108.548000', '173108.550000', '173108.553000', '173108.556000', '173108.558000', '173108.561000', '173108.563000', '173108.566000', '173108.569000', '173108.571000', '173108.574000', '173108.576000', '173108.579000', '173108.582000', '173108.584000', '173108.587000', '173108.590000', '173108.592000', '173108.595000', '173108.598000', '173108.600000', '173108.603000', '173108.606000', '173108.608000', '173108.611000', '173108.614000', '173108.616000', '173108.619000', '173108.621000', '173108.624000', '173108.627000', '173108.629000', '173108.632000', '173108.635000', '173108.637000', '173108.640000', '173108.643000', '173108.645000', '173108.648000', '173128.532000', '173128.535000', '173128.537000', '173128.540000', '173128.542000', '173128.545000', '173128.586000', '173128.588000', '173128.591000', '173128.594000', '173128.596000', '173128.599000', '173128.601000', '173128.604000', '173128.607000', '173128.609000', '173128.612000', '173128.615000', '173128.617000', '173128.620000', '173128.622000', '173128.625000', '173128.628000', '173128.630000', '173128.633000', '173128.636000', '173128.638000', '173128.641000', '173128.643000', '173128.646000', '173128.649000', '173128.651000', '173128.654000', '173128.657000', '173128.659000', '173128.662000', '173128.664000', '173128.667000', '173128.670000', '173128.674000', '173128.677000', '173128.679000', '173128.682000', '173148.532000', '173148.535000', '173148.537000', '173148.540000', '173148.542000', '173148.545000', '173148.548000', '173148.551000', '173148.553000', '173148.556000', '173148.558000', '173148.561000', '173148.564000', '173148.566000', '173148.569000', '173148.571000', '173148.574000', '173148.577000', '173148.579000', '173148.582000', '173148.585000', '173148.587000', '173148.590000', '173148.592000', '173148.595000', '173148.598000', '173148.601000', '173148.603000', '173148.606000', '173148.608000', '173148.611000', '173148.614000', '173148.616000', '173148.619000', '173148.622000', '173148.624000', '173148.627000', '173148.629000', '173148.632000', '173148.635000', '173148.637000', '173148.640000', '173148.642000', '173148.645000', '173159.017000', '173159.020000', '173159.023000', '173159.025000', '173159.028000', '173159.031000', '173159.033000', '173159.036000', '173159.039000', '173159.041000', '173159.044000', '173159.046000', '173159.049000', '173159.052000', '173159.054000', '173159.057000', '173159.060000', '173159.062000', '173159.065000', '173159.068000', '173159.070000', '173159.073000', '173159.075000'], 'InstanceCreationTime': ['172508.590000', '172508.593000', '172508.596000', '172508.599000', '172508.601000', '172508.604000', '172508.606000', '172508.609000', '172508.611000', '172508.614000', '172508.616000', '172508.619000', '172508.622000', '172508.647000', '172508.650000', '172508.652000', '172508.655000', '172508.658000', '172508.660000', '172508.690000', '172508.693000', '172508.696000', '172508.699000', '172508.701000', '172508.704000', '172508.706000', '172508.709000', '172508.712000', '172508.714000', '172508.717000', '172508.720000', '172508.722000', '172508.725000', '172528.531000', '172528.534000', '172528.537000', '172528.540000', '172528.542000', '172528.545000', '172528.547000', '172528.550000', '172528.552000', '172528.555000', '172528.558000', '172528.560000', '172528.563000', '172528.565000', '172528.568000', '172528.571000', '172528.573000', '172528.576000', '172528.579000', '172528.581000', '172528.590000', '172528.593000', '172528.595000', '172528.598000', '172528.601000', '172528.603000', '172528.606000', '172528.608000', '172528.611000', '172528.613000', '172528.616000', '172528.619000', '172528.621000', '172528.624000', '172528.626000', '172528.629000', '172528.631000', '172528.634000', '172528.637000', '172528.639000', '172528.642000', '172528.644000', '172528.647000', '172528.650000', '172548.531000', '172548.534000', '172548.537000', '172548.549000', '172548.551000', '172548.554000', '172548.557000', '172548.559000', '172548.562000', '172548.564000', '172548.567000', '172548.570000', '172548.572000', '172548.575000', '172548.577000', '172548.580000', '172548.583000', '172548.585000', '172548.588000', '172548.591000', '172548.593000', '172548.596000', '172548.598000', '172548.601000', '172548.604000', '172548.606000', '172548.609000', '172548.612000', '172548.614000', '172548.617000', '172548.619000', '172548.622000', '172548.624000', '172548.627000', '172548.630000', '172548.632000', '172548.635000', '172548.638000', '172548.640000', '172548.643000', '172548.646000', '172548.648000', '172548.651000', '172608.531000', '172608.534000', '172608.537000', '172608.540000', '172608.542000', '172608.545000', '172608.547000', '172608.550000', '172608.554000', '172608.556000', '172608.559000', '172608.562000', '172608.564000', '172608.567000', '172608.569000', '172608.572000', '172608.575000', '172608.577000', '172608.580000', '172608.583000', '172608.585000', '172608.588000', '172608.591000', '172608.593000', '172608.596000', '172608.599000', '172608.601000', '172608.604000', '172608.607000', '172608.610000', '172608.612000', '172608.615000', '172608.617000', '172608.620000', '172608.623000', '172608.625000', '172608.628000', '172608.631000', '172608.633000', '172608.636000', '172608.643000', '172608.645000', '172608.648000', '172608.650000', '172628.532000', '172628.535000', '172628.537000', '172628.540000', '172628.542000', '172628.545000', '172628.548000', '172628.550000', '172628.553000', '172628.556000', '172628.558000', '172628.561000', '172628.563000', '172628.566000', '172628.569000', '172628.571000', '172628.574000', '172628.576000', '172628.579000', '172628.582000', '172628.584000', '172628.587000', '172628.590000', '172628.592000', '172628.595000', '172628.598000', '172628.600000', '172628.603000', '172628.605000', '172628.608000', '172628.611000', '172628.613000', '172628.616000', '172628.618000', '172628.621000', '172628.624000', '172628.626000', '172628.629000', '172628.631000', '172628.634000', '172628.637000', '172628.639000', '172628.642000', '172648.531000', '172648.534000', '172648.537000', '172648.539000', '172648.542000', '172648.545000', '172648.548000', '172648.551000', '172648.553000', '172648.556000', '172648.559000', '172648.561000', '172648.564000', '172648.567000', '172648.569000', '172648.572000', '172648.574000', '172648.577000', '172648.580000', '172648.582000', '172648.585000', '172648.588000', '172648.590000', '172648.593000', '172648.596000', '172648.598000', '172648.601000', '172648.604000', '172648.606000', '172648.609000', '172648.611000', '172648.614000', '172648.617000', '172648.646000', '172648.648000', '172648.651000', '172648.654000', '172648.656000', '172648.659000', '172648.661000', '172648.664000', '172648.666000', '172648.669000', '172708.531000', '172708.534000', '172708.537000', '172708.540000', '172708.542000', '172708.545000', '172708.548000', '172708.550000', '172708.553000', '172708.556000', '172708.558000', '172708.561000', '172708.563000', '172708.566000', '172708.569000', '172708.571000', '172708.574000', '172708.576000', '172708.579000', '172708.582000', '172708.585000', '172708.587000', '172708.590000', '172708.592000', '172708.595000', '172708.598000', '172708.600000', '172708.603000', '172708.606000', '172708.608000', '172708.611000', '172708.614000', '172708.616000', '172708.619000', '172708.622000', '172708.625000', '172708.627000', '172708.630000', '172708.632000', '172708.635000', '172708.638000', '172708.640000', '172708.643000', '172708.646000', '172728.532000', '172728.534000', '172728.537000', '172728.540000', '172728.542000', '172728.545000', '172728.548000', '172728.550000', '172728.553000', '172728.555000', '172728.558000', '172728.561000', '172728.563000', '172728.566000', '172728.568000', '172728.571000', '172728.574000', '172728.578000', '172728.580000', '172728.583000', '172728.586000', '172728.588000', '172728.592000', '172728.595000', '172728.598000', '172728.600000', '172728.603000', '172728.606000', '172728.608000', '172728.611000', '172728.613000', '172728.616000', '172728.619000', '172728.622000', '172728.624000', '172728.627000', '172728.629000', '172728.632000', '172728.635000', '172728.637000', '172728.640000', '172728.642000', '172728.645000', '172748.532000', '172748.535000', '172748.537000', '172748.540000', '172748.543000', '172748.545000', '172748.548000', '172748.550000', '172748.553000', '172748.556000', '172748.558000', '172748.561000', '172748.563000', '172748.566000', '172748.569000', '172748.571000', '172748.574000', '172748.577000', '172748.579000', '172748.582000', '172748.585000', '172748.587000', '172748.590000', '172748.593000', '172748.595000', '172748.598000', '172748.601000', '172748.603000', '172748.606000', '172748.608000', '172748.611000', '172748.614000', '172748.616000', '172748.619000', '172748.622000', '172748.624000', '172748.627000', '172748.630000', '172748.633000', '172748.635000', '172748.638000', '172748.640000', '172748.643000', '172748.646000', '172808.531000', '172808.534000', '172808.537000', '172808.540000', '172808.542000', '172808.545000', '172808.548000', '172808.550000', '172808.553000', '172808.555000', '172808.558000', '172808.561000', '172808.564000', '172808.567000', '172808.570000', '172808.573000', '172808.575000', '172808.578000', '172808.581000', '172808.583000', '172808.586000', '172808.589000', '172808.591000', '172808.594000', '172808.597000', '172808.599000', '172808.602000', '172808.604000', '172808.607000', '172808.610000', '172808.613000', '172808.615000', '172808.618000', '172808.620000', '172808.623000', '172808.626000', '172808.628000', '172808.631000', '172808.634000', '172808.636000', '172808.639000', '172808.642000', '172808.644000', '172828.532000', '172828.534000', '172828.537000', '172828.540000', '172828.542000', '172828.545000', '172828.548000', '172828.550000', '172828.553000', '172828.555000', '172828.558000', '172828.561000', '172828.563000', '172828.566000', '172828.568000', '172828.599000', '172828.602000', '172828.604000', '172828.607000', '172828.610000', '172828.612000', '172828.615000', '172828.617000', '172828.620000', '172828.623000', '172828.625000', '172828.628000', '172828.630000', '172828.633000', '172828.636000', '172828.638000', '172828.641000', '172828.644000', '172828.646000', '172828.649000', '172828.652000', '172828.654000', '172828.657000', '172828.659000', '172828.662000', '172828.665000', '172828.667000', '172828.670000', '172828.672000', '172848.531000', '172848.534000', '172848.537000', '172848.540000', '172848.542000', '172848.545000', '172848.548000', '172848.550000', '172848.553000', '172848.555000', '172848.558000', '172848.560000', '172848.563000', '172848.566000', '172848.568000', '172848.571000', '172848.574000', '172848.576000', '172848.579000', '172848.581000', '172848.584000', '172848.587000', '172848.589000', '172848.592000', '172848.595000', '172848.597000', '172848.600000', '172848.602000', '172848.605000', '172848.608000', '172848.610000', '172848.613000', '172848.616000', '172848.618000', '172848.621000', '172848.623000', '172848.626000', '172848.629000', '172848.633000', '172848.636000', '172848.638000', '172848.641000', '172848.643000', '172908.531000', '172908.534000', '172908.537000', '172908.540000', '172908.542000', '172908.545000', '172908.547000', '172908.550000', '172908.553000', '172908.555000', '172908.558000', '172908.561000', '172908.563000', '172908.566000', '172908.569000', '172908.571000', '172908.574000', '172908.576000', '172908.579000', '172908.582000', '172908.584000', '172908.587000', '172908.590000', '172908.592000', '172908.595000', '172908.598000', '172908.600000', '172908.603000', '172908.606000', '172908.608000', '172908.611000', '172908.613000', '172908.616000', '172908.619000', '172908.621000', '172908.624000', '172908.627000', '172908.629000', '172908.632000', '172908.634000', '172908.637000', '172908.640000', '172908.642000', '172908.645000', '172928.532000', '172928.534000', '172928.537000', '172928.540000', '172928.542000', '172928.545000', '172928.548000', '172928.550000', '172928.553000', '172928.555000', '172928.558000', '172928.561000', '172928.563000', '172928.566000', '172928.569000', '172928.571000', '172928.574000', '172928.576000', '172928.579000', '172928.582000', '172928.584000', '172928.587000', '172928.590000', '172928.592000', '172928.595000', '172928.598000', '172928.600000', '172928.603000', '172928.606000', '172928.608000', '172928.611000', '172928.614000', '172928.616000', '172928.619000', '172928.621000', '172928.624000', '172928.627000', '172928.630000', '172928.632000', '172928.635000', '172928.638000', '172928.641000', '172928.643000', '172948.532000', '172948.534000', '172948.537000', '172948.540000', '172948.542000', '172948.545000', '172948.548000', '172948.550000', '172948.553000', '172948.555000', '172948.558000', '172948.561000', '172948.563000', '172948.566000', '172948.569000', '172948.571000', '172948.574000', '172948.576000', '172948.579000', '172948.582000', '172948.584000', '172948.587000', '172948.590000', '172948.592000', '172948.595000', '172948.598000', '172948.601000', '172948.603000', '172948.606000', '172948.609000', '172948.611000', '172948.614000', '172948.616000', '172948.619000', '172948.622000', '172948.624000', '172948.627000', '172948.629000', '172948.632000', '172948.635000', '172948.655000', '172948.658000', '172948.660000', '172948.663000', '173008.530000', '173008.533000', '173008.536000', '173008.539000', '173008.541000', '173008.544000', '173008.547000', '173008.549000', '173008.552000', '173008.554000', '173008.557000', '173008.560000', '173008.563000', '173008.565000', '173008.568000', '173008.570000', '173008.573000', '173008.576000', '173008.578000', '173008.581000', '173008.583000', '173008.586000', '173008.589000', '173008.591000', '173008.594000', '173008.597000', '173008.599000', '173008.602000', '173008.605000', '173008.607000', '173008.610000', '173008.612000', '173008.615000', '173008.618000', '173008.620000', '173008.623000', '173008.625000', '173008.628000', '173008.631000', '173008.633000', '173008.636000', '173008.639000', '173008.642000', '173028.531000', '173028.534000', '173028.537000', '173028.540000', '173028.542000', '173028.545000', '173028.547000', '173028.550000', '173028.553000', '173028.555000', '173028.558000', '173028.561000', '173028.563000', '173028.566000', '173028.568000', '173028.571000', '173028.574000', '173028.576000', '173028.579000', '173028.581000', '173028.584000', '173028.587000', '173028.589000', '173028.592000', '173028.595000', '173028.597000', '173028.600000', '173028.602000', '173028.605000', '173028.608000', '173028.610000', '173028.613000', '173028.616000', '173028.618000', '173028.621000', '173028.623000', '173028.626000', '173028.629000', '173028.631000', '173028.634000', '173028.637000', '173028.639000', '173028.642000', '173028.644000', '173048.532000', '173048.535000', '173048.537000', '173048.540000', '173048.542000', '173048.545000', '173048.548000', '173048.550000', '173048.553000', '173048.556000', '173048.558000', '173048.561000', '173048.563000', '173048.566000', '173048.569000', '173048.571000', '173048.574000', '173048.576000', '173048.579000', '173048.582000', '173048.584000', '173048.587000', '173048.590000', '173048.592000', '173048.595000', '173048.598000', '173048.600000', '173048.603000', '173048.606000', '173048.608000', '173048.611000', '173048.614000', '173048.616000', '173048.619000', '173048.622000', '173048.624000', '173048.627000', '173048.629000', '173048.632000', '173048.635000', '173048.637000', '173048.640000', '173048.642000', '173108.534000', '173108.537000', '173108.540000', '173108.542000', '173108.545000', '173108.548000', '173108.550000', '173108.553000', '173108.556000', '173108.558000', '173108.561000', '173108.563000', '173108.566000', '173108.569000', '173108.571000', '173108.574000', '173108.576000', '173108.579000', '173108.582000', '173108.584000', '173108.587000', '173108.590000', '173108.592000', '173108.595000', '173108.598000', '173108.600000', '173108.603000', '173108.606000', '173108.608000', '173108.611000', '173108.614000', '173108.616000', '173108.619000', '173108.621000', '173108.624000', '173108.627000', '173108.629000', '173108.632000', '173108.635000', '173108.637000', '173108.640000', '173108.643000', '173108.645000', '173108.648000', '173128.532000', '173128.535000', '173128.537000', '173128.540000', '173128.542000', '173128.545000', '173128.586000', '173128.588000', '173128.591000', '173128.594000', '173128.596000', '173128.599000', '173128.601000', '173128.604000', '173128.607000', '173128.609000', '173128.612000', '173128.615000', '173128.617000', '173128.620000', '173128.622000', '173128.625000', '173128.628000', '173128.630000', '173128.633000', '173128.636000', '173128.638000', '173128.641000', '173128.643000', '173128.646000', '173128.649000', '173128.651000', '173128.654000', '173128.657000', '173128.659000', '173128.662000', '173128.664000', '173128.667000', '173128.670000', '173128.674000', '173128.677000', '173128.679000', '173128.682000', '173148.532000', '173148.535000', '173148.537000', '173148.540000', '173148.542000', '173148.545000', '173148.548000', '173148.551000', '173148.553000', '173148.556000', '173148.558000', '173148.561000', '173148.564000', '173148.566000', '173148.569000', '173148.571000', '173148.574000', '173148.577000', '173148.579000', '173148.582000', '173148.585000', '173148.587000', '173148.590000', '173148.592000', '173148.595000', '173148.598000', '173148.601000', '173148.603000', '173148.606000', '173148.608000', '173148.611000', '173148.614000', '173148.616000', '173148.619000', '173148.622000', '173148.624000', '173148.627000', '173148.629000', '173148.632000', '173148.635000', '173148.637000', '173148.640000', '173148.642000', '173148.645000', '173159.017000', '173159.020000', '173159.023000', '173159.025000', '173159.028000', '173159.031000', '173159.033000', '173159.036000', '173159.039000', '173159.041000', '173159.044000', '173159.046000', '173159.049000', '173159.052000', '173159.054000', '173159.057000', '173159.060000', '173159.062000', '173159.065000', '173159.068000', '173159.070000', '173159.073000', '173159.075000'], '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': [11327, 8571, 10229, 8808, 11148, 8421, 10627, 8208, 10765, 8215, 11468, 8377, 10532, 7704, 10806, 7772, 7539, 7733, 7254, 10473, 6991, 9419, 7332, 9575, 7896, 11306, 7694, 10646, 7843, 11463, 8099, 11227, 8324, 11222, 9896, 9209, 9056, 7223, 10497, 7216, 10694, 7821, 10298, 7993, 11269, 8323, 8075, 8527, 7939, 11411, 6971, 9956, 7057, 10380, 8272, 11650, 8494, 10818, 8052, 11783, 8636, 10152, 9601, 10293, 10964, 9387, 9233, 6993, 9698, 7374, 11710, 7371, 10225, 7272, 10414, 8221, 10884, 8942, 11005, 8616, 11428, 9244, 11004, 9231, 11361, 9308, 11379, 9057, 10465, 9106, 9074, 9240, 7349, 9042, 7174, 10583, 7316, 10354, 8628, 10755, 9221, 11038, 8995, 11462, 9714, 11841, 10096, 11086, 9442, 11655, 8501, 11308, 9118, 9736, 8280, 8459, 9841, 7044, 9597, 6911, 9841, 8113, 11564, 8359, 10513, 7864, 11798, 8765, 11321, 12920, 13458, 13757, 9263, 9309, 7027, 9359, 6873, 8895, 7121, 9978, 6974, 10408, 9293, 10601, 9128, 10487, 8542, 11269, 9621, 7360, 8974, 7253, 10289, 6810, 9918, 8451, 10193, 7119, 10230, 7299, 10572, 8499, 10172, 9067, 10502, 9080, 10938, 8313, 11030, 8060, 9790, 7928, 9319, 8606, 7314, 9225, 7029, 9901, 7973, 11189, 8581, 10574, 7628, 11502, 11216, 7086, 8762, 6973, 9535, 7369, 10836, 8489, 10421, 7949, 11594, 9081, 6874, 8647, 6978, 10326, 7287, 9821, 8216, 10644, 8836, 11548, 8916, 11007, 8759, 10699, 10958, 8941, 9215, 7169, 10421, 7128, 10861, 7703, 10089, 8084, 10822, 8197, 11911, 8125, 7317, 10305, 7248, 9807, 7987, 10085, 7865, 11200, 8648, 9172, 8821, 7236, 10688, 7500, 11008, 7903, 10403, 8020, 11499, 9267, 11432, 9053, 11244, 9793, 10120, 9532, 7155, 8961, 7183, 9812, 8229, 10443, 8165, 10910, 8041, 10842, 8573, 6940, 8693, 7381, 11071, 7196, 9759, 7630, 10259, 7737, 11378, 9017, 10124, 7767, 10752, 7824, 7987, 8053, 7093, 10050, 7236, 9277, 7458, 9859, 7204, 10870, 8459, 11439, 8326, 11028, 10432, 9806, 11086, 7311, 10617, 6923, 11018, 7194, 11036, 8059, 10672, 7207, 11195, 7337, 10452, 7595, 10185, 7101, 11249, 7865, 10488, 7771, 10718, 9067, 10450, 9059, 10703, 7869, 11510, 8976, 7450, 8732, 7098, 10843, 6898, 9846, 7519, 10726, 7928, 10836, 7776, 10745, 8467, 9755, 8362, 7298, 10480, 7051, 10039, 7409, 9762, 7649, 11120, 8620, 11187, 8624, 10922, 8018, 11571, 8638, 10684, 8219, 11671, 8574, 11403, 9697, 10613, 9236, 10780, 9518, 7265, 9027, 7263, 10694, 7966, 10270, 8497, 11136, 8197, 10669, 8979, 8864, 10615, 7401, 9693, 7152, 10009, 7253, 10568, 8050, 10565, 7645, 11359, 8608, 10989, 9035, 10863, 9117, 10362, 9385, 8890, 11237, 7289, 9383, 7391, 10320, 7609, 10632, 9172, 10747, 8330, 11101, 9801, 10152, 9160, 7514, 10541, 7132, 10586, 8718, 10730, 8955, 11546, 8842, 9728, 9147, 7263, 11063, 7401, 10319, 7952, 10557, 8652, 11682, 9150, 7013, 8977, 7307, 10163, 7528, 10367, 8775, 11100, 8515, 10958, 8836, 10512, 10545, 9219, 9158, 7021, 9075, 7139, 10600, 8434, 11029, 8717, 10581, 8150, 11587, 8411, 10969, 8755, 10912, 9261, 10343, 9582, 7484, 8768, 8523, 10922, 7249, 9371, 7322, 9859, 7368, 11025, 7310, 9766, 7273, 9976, 7454, 10057, 8030, 10106, 7879, 11370, 8626, 10473, 7845, 11229, 8454, 7501, 8418, 7186, 9773, 7089, 9845, 7970, 9873, 7277, 11039, 7945, 10976, 7996, 10267, 8194, 11350, 8365, 10621, 8832, 10240, 7879, 11296, 8662, 10349, 7152, 11372, 7848, 9147, 7301, 8562, 10635, 7013, 8818, 6951, 9607, 7146, 10439, 7125, 10398, 7114, 10583, 7480, 11255, 8205, 10450, 7717, 11922, 8159, 11330, 7497, 11414, 10013, 8561, 8304, 6924, 10256, 7258, 10390, 7059, 9744, 7220, 11075, 8248, 11138, 9141, 10547, 8189, 11327, 8831, 10614, 7821, 9043, 10491, 7243, 8910, 7037, 9558, 8132, 11496, 8725, 9236, 8442, 7455, 11143, 7320, 10061, 7518, 9908, 8139, 11596, 8268, 11522, 8634, 10534, 10790, 8620, 8362, 7043, 9531, 7224, 10561, 7171, 10062, 8367, 10057, 8542, 11537, 8770, 11138, 8075, 10466, 9123, 8741, 8383, 6870, 9378, 7200, 10537, 8007, 10959, 7940, 10669, 12880, 13824, 11921, 7559, 9187, 7507, 8265, 7450, 8569, 7846, 9096, 8604, 9229, 8689, 10383, 10157, 8618, 9331, 7360, 9265, 7460, 10065, 7725, 9908, 8166, 9210, 8309, 10897, 8268, 9914, 8373, 9882, 8176, 10059, 8535, 7565, 8922, 7396, 9493, 7587, 9640, 7991, 9465, 7744, 10690, 8083, 9562, 7891, 9777, 8653, 10055, 10420, 7395, 9110, 7238, 9053, 7264, 9933, 7460, 9631, 8023, 10213, 7958, 10411, 7820, 8815, 9779, 7277, 9335, 7078, 9387, 7375, 10217, 10587, 7377, 9439, 7409, 9392, 8210, 11441, 8434, 9518, 10179, 7602, 9490, 7501, 9515, 7689, 10200, 8210, 10559, 8589, 9734, 10451, 8336, 9580, 7186, 9244, 7417, 10424, 8120, 10364, 7651, 7225, 9773, 7407, 10092, 7694, 9445, 7910, 9613, 8254, 6855, 8377, 8359, 9844, 9139, 7619, 9831, 8546, 11501, 8817, 7178, 11040, 10139, 8184, 9610, 8470, 11647, 8405, 7534, 9398, 8712, 9981, 9699, 7247, 9186, 7372, 9613, 9744, 8260, 10822, 8851, 7165, 8773, 8684, 9739, 11011, 10026, 9935, 6957, 7927, 6902, 10618, 7316, 10225, 9033, 8798, 8043, 8356, 9570, 9452, 9236, 8219, 8445, 9863, 8888, 8543, 9162, 8289, 9787, 8024, 9554, 8305, 10836, 8151, 7362, 8585, 7251, 9944, 8312, 10768, 7709, 9468, 8427, 10412, 9807, 10499, 7956, 7344, 8600, 10086, 10466, 10279, 10071, 7221, 9226, 7031, 10421, 10252, 11217, 7409, 8593, 7386, 9332, 7153, 10486, 8813, 10344, 8083, 9497, 7593, 9826, 8014, 9989, 7964, 9622, 8661, 10268, 10245, 7577, 9014, 7449, 10506, 7033, 8858, 7399, 9119, 7233, 10165, 8543, 10107, 8805, 9513, 8518, 10531, 8793, 10027, 8356, 10371, 9715, 9492, 8308, 9603, 8965, 9993, 8491, 7249, 8765, 8804, 9098, 8001, 9823, 7294, 8716, 8823, 7094, 10171, 8911, 10398, 10176, 7282, 10209, 7767, 10539, 10563, 9561, 11567, 7456, 10320, 8910, 9997, 7628, 9738, 8385, 9351, 10285, 7528, 11487, 7786, 7974, 7559, 7465, 8606, 7111, 7118, 10416, 7655, 11158, 8503, 7778, 9787, 6880, 11247, 7170, 11905, 7259, 12446, 7460, 10961, 7946, 9578, 8299, 7099, 10992, 7253, 10156, 7344, 8587, 7090, 7198, 10951, 7106, 8856, 6957, 9476, 7142, 10251, 7658, 10490, 7769, 9949], 'WindowCenter': [4217.0, 4177.0, 4171.0, 4158.0, 4165.0, 4132.0, 4151.0, 4131.0, 4149.0, 4120.0, 4147.0, 4117.0, 4136.0, 4107.0, 4147.0, 4106.0, 4106.0, 4106.0, 4107.0, 4148.0, 4106.0, 4129.0, 4108.0, 4140.0, 4119.0, 4149.0, 4108.0, 4148.0, 4118.0, 4148.0, 4118.0, 4147.0, 4117.0, 4147.0, 4137.0, 4126.0, 4126.0, 4095.0, 4137.0, 4107.0, 4137.0, 4109.0, 4137.0, 4118.0, 4148.0, 4120.0, 4118.0, 4128.0, 4117.0, 4148.0, 4096.0, 4137.0, 4096.0, 4137.0, 4116.0, 4148.0, 4117.0, 4137.0, 4116.0, 4147.0, 4118.0, 4136.0, 4126.0, 4135.0, 4136.0, 4125.0, 4125.0, 4095.0, 4125.0, 4094.0, 4146.0, 4094.0, 4124.0, 4094.0, 4135.0, 4104.0, 4136.0, 4114.0, 4135.0, 4115.0, 4146.0, 4127.0, 4135.0, 4125.0, 4147.0, 4126.0, 4145.0, 4115.0, 4135.0, 4116.0, 4114.0, 4126.0, 4093.0, 4115.0, 4094.0, 4135.0, 4095.0, 4136.0, 4127.0, 4136.0, 4126.0, 4136.0, 4116.0, 4146.0, 4127.0, 4146.0, 4136.0, 4135.0, 4125.0, 4135.0, 4116.0, 4134.0, 4115.0, 4123.0, 4104.0, 4115.0, 4135.0, 4096.0, 4126.0, 4097.0, 4137.0, 4117.0, 4148.0, 4116.0, 4138.0, 4118.0, 4147.0, 4129.0, 4161.0, 4186.0, 4187.0, 4173.0, 4128.0, 4128.0, 4096.0, 4128.0, 4096.0, 4115.0, 4094.0, 4124.0, 4096.0, 4136.0, 4126.0, 4135.0, 4125.0, 4135.0, 4116.0, 4136.0, 4126.0, 4093.0, 4115.0, 4095.0, 4136.0, 4084.0, 4126.0, 4116.0, 4136.0, 4094.0, 4136.0, 4095.0, 4136.0, 4115.0, 4125.0, 4115.0, 4135.0, 4126.0, 4136.0, 4116.0, 4136.0, 4105.0, 4126.0, 4106.0, 4126.0, 4117.0, 4107.0, 4127.0, 4107.0, 4139.0, 4118.0, 4149.0, 4129.0, 4147.0, 4119.0, 4148.0, 4149.0, 4097.0, 4118.0, 4096.0, 4128.0, 4107.0, 4148.0, 4116.0, 4138.0, 4118.0, 4148.0, 4128.0, 4097.0, 4118.0, 4107.0, 4139.0, 4108.0, 4139.0, 4118.0, 4149.0, 4130.0, 4149.0, 4129.0, 4149.0, 4128.0, 4138.0, 4149.0, 4126.0, 4128.0, 4096.0, 4137.0, 4095.0, 4148.0, 4106.0, 4136.0, 4116.0, 4136.0, 4116.0, 4147.0, 4117.0, 4106.0, 4138.0, 4107.0, 4139.0, 4119.0, 4137.0, 4117.0, 4148.0, 4128.0, 4127.0, 4127.0, 4106.0, 4138.0, 4096.0, 4137.0, 4106.0, 4136.0, 4116.0, 4147.0, 4126.0, 4146.0, 4116.0, 4146.0, 4127.0, 4125.0, 4125.0, 4082.0, 4113.0, 4094.0, 4124.0, 4114.0, 4135.0, 4105.0, 4135.0, 4106.0, 4136.0, 4116.0, 4095.0, 4116.0, 4096.0, 4147.0, 4095.0, 4127.0, 4105.0, 4136.0, 4106.0, 4145.0, 4116.0, 4136.0, 4106.0, 4137.0, 4107.0, 4117.0, 4117.0, 4097.0, 4139.0, 4107.0, 4128.0, 4108.0, 4138.0, 4107.0, 4149.0, 4119.0, 4149.0, 4120.0, 4149.0, 4150.0, 4139.0, 4149.0, 4107.0, 4138.0, 4096.0, 4148.0, 4096.0, 4137.0, 4105.0, 4136.0, 4094.0, 4136.0, 4093.0, 4124.0, 4092.0, 4124.0, 4082.0, 4133.0, 4102.0, 4123.0, 4091.0, 4134.0, 4114.0, 4123.0, 4114.0, 4134.0, 4104.0, 4145.0, 4115.0, 4094.0, 4115.0, 4094.0, 4136.0, 4095.0, 4125.0, 4107.0, 4147.0, 4117.0, 4137.0, 4107.0, 4147.0, 4118.0, 4138.0, 4117.0, 4106.0, 4148.0, 4096.0, 4138.0, 4107.0, 4138.0, 4118.0, 4148.0, 4119.0, 4149.0, 4128.0, 4147.0, 4106.0, 4147.0, 4116.0, 4135.0, 4116.0, 4146.0, 4116.0, 4135.0, 4125.0, 4123.0, 4125.0, 4134.0, 4124.0, 4092.0, 4113.0, 4093.0, 4135.0, 4104.0, 4135.0, 4115.0, 4146.0, 4116.0, 4135.0, 4115.0, 4115.0, 4137.0, 4095.0, 4126.0, 4094.0, 4137.0, 4095.0, 4139.0, 4105.0, 4135.0, 4106.0, 4135.0, 4115.0, 4135.0, 4115.0, 4136.0, 4117.0, 4136.0, 4126.0, 4126.0, 4147.0, 4095.0, 4126.0, 4094.0, 4136.0, 4105.0, 4137.0, 4125.0, 4135.0, 4115.0, 4148.0, 4126.0, 4135.0, 4126.0, 4095.0, 4137.0, 4095.0, 4136.0, 4115.0, 4135.0, 4126.0, 4146.0, 4116.0, 4125.0, 4125.0, 4095.0, 4147.0, 4095.0, 4137.0, 4105.0, 4136.0, 4116.0, 4147.0, 4127.0, 4096.0, 4127.0, 4107.0, 4137.0, 4107.0, 4138.0, 4128.0, 4148.0, 4118.0, 4148.0, 4127.0, 4138.0, 4149.0, 4127.0, 4127.0, 4094.0, 4115.0, 4095.0, 4136.0, 4104.0, 4135.0, 4114.0, 4124.0, 4104.0, 4134.0, 4104.0, 4123.0, 4103.0, 4134.0, 4114.0, 4123.0, 4113.0, 4080.0, 4102.0, 4101.0, 4122.0, 4080.0, 4112.0, 4080.0, 4123.0, 4092.0, 4134.0, 4092.0, 4124.0, 4093.0, 4124.0, 4093.0, 4124.0, 4103.0, 4125.0, 4106.0, 4146.0, 4116.0, 4136.0, 4116.0, 4148.0, 4117.0, 4106.0, 4117.0, 4095.0, 4138.0, 4096.0, 4138.0, 4106.0, 4137.0, 4108.0, 4148.0, 4117.0, 4148.0, 4117.0, 4137.0, 4117.0, 4147.0, 4117.0, 4136.0, 4126.0, 4138.0, 4106.0, 4136.0, 4116.0, 4136.0, 4096.0, 4147.0, 4118.0, 4127.0, 4107.0, 4128.0, 4149.0, 4097.0, 4128.0, 4096.0, 4139.0, 4097.0, 4149.0, 4097.0, 4138.0, 4108.0, 4149.0, 4108.0, 4149.0, 4117.0, 4148.0, 4108.0, 4148.0, 4118.0, 4148.0, 4107.0, 4147.0, 4138.0, 4117.0, 4117.0, 4095.0, 4137.0, 4095.0, 4137.0, 4095.0, 4126.0, 4095.0, 4137.0, 4115.0, 4136.0, 4125.0, 4135.0, 4116.0, 4135.0, 4116.0, 4135.0, 4105.0, 4126.0, 4137.0, 4106.0, 4126.0, 4095.0, 4127.0, 4118.0, 4148.0, 4128.0, 4126.0, 4117.0, 4107.0, 4149.0, 4106.0, 4138.0, 4107.0, 4137.0, 4118.0, 4148.0, 4118.0, 4148.0, 4117.0, 4137.0, 4148.0, 4117.0, 4117.0, 4096.0, 4127.0, 4106.0, 4137.0, 4096.0, 4137.0, 4116.0, 4126.0, 4117.0, 4147.0, 4116.0, 4136.0, 4106.0, 4136.0, 4127.0, 4116.0, 4117.0, 4085.0, 4126.0, 4107.0, 4138.0, 4117.0, 4148.0, 4117.0, 4152.0, 4189.0, 4174.0, 4150.0, 4095.0, 4116.0, 4095.0, 4117.0, 4094.0, 4116.0, 4106.0, 4117.0, 4118.0, 4126.0, 4128.0, 4136.0, 4139.0, 4117.0, 4127.0, 4095.0, 4127.0, 4096.0, 4127.0, 4106.0, 4126.0, 4105.0, 4115.0, 4106.0, 4136.0, 4106.0, 4124.0, 4116.0, 4126.0, 4117.0, 4126.0, 4116.0, 4094.0, 4117.0, 4107.0, 4128.0, 4107.0, 4128.0, 4107.0, 4128.0, 4107.0, 4139.0, 4119.0, 4139.0, 4119.0, 4137.0, 4129.0, 4139.0, 4140.0, 4107.0, 4128.0, 4108.0, 4130.0, 4108.0, 4140.0, 4107.0, 4128.0, 4119.0, 4139.0, 4118.0, 4139.0, 4109.0, 4129.0, 4140.0, 4109.0, 4130.0, 4098.0, 4129.0, 4109.0, 4150.0, 4152.0, 4121.0, 4142.0, 4121.0, 4141.0, 4130.0, 4161.0, 4130.0, 4140.0, 4151.0, 4109.0, 4141.0, 4109.0, 4129.0, 4107.0, 4139.0, 4120.0, 4138.0, 4117.0, 4139.0, 4139.0, 4117.0, 4129.0, 4097.0, 4127.0, 4097.0, 4138.0, 4108.0, 4138.0, 4107.0, 4096.0, 4138.0, 4097.0, 4139.0, 4106.0, 4127.0, 4120.0, 4138.0, 4133.0, 4100.0, 4120.0, 4133.0, 4141.0, 4130.0, 4108.0, 4140.0, 4132.0, 4149.0, 4130.0, 4110.0, 4150.0, 4153.0, 4133.0, 4144.0, 4131.0, 4151.0, 4121.0, 4110.0, 4129.0, 4131.0, 4139.0, 4129.0, 4097.0, 4118.0, 4112.0, 4132.0, 4142.0, 4122.0, 4153.0, 4133.0, 4111.0, 4130.0, 4120.0, 4128.0, 4151.0, 4142.0, 4156.0, 4102.0, 4110.0, 4099.0, 4139.0, 4098.0, 4128.0, 4133.0, 4119.0, 4108.0, 4119.0, 4129.0, 4140.0, 4131.0, 4120.0, 4120.0, 4129.0, 4130.0, 4118.0, 4130.0, 4119.0, 4140.0, 4118.0, 4130.0, 4120.0, 4150.0, 4120.0, 4111.0, 4119.0, 4108.0, 4140.0, 4121.0, 4149.0, 4109.0, 4128.0, 4121.0, 4139.0, 4141.0, 4139.0, 4118.0, 4108.0, 4130.0, 4138.0, 4151.0, 4139.0, 4140.0, 4097.0, 4128.0, 4097.0, 4140.0, 4139.0, 4150.0, 4096.0, 4116.0, 4094.0, 4116.0, 4096.0, 4138.0, 4117.0, 4128.0, 4107.0, 4126.0, 4107.0, 4128.0, 4108.0, 4127.0, 4107.0, 4126.0, 4119.0, 4138.0, 4139.0, 4107.0, 4117.0, 4097.0, 4139.0, 4096.0, 4128.0, 4097.0, 4117.0, 4097.0, 4138.0, 4118.0, 4138.0, 4117.0, 4127.0, 4118.0, 4137.0, 4117.0, 4125.0, 4106.0, 4126.0, 4128.0, 4126.0, 4107.0, 4126.0, 4117.0, 4126.0, 4116.0, 4095.0, 4116.0, 4129.0, 4128.0, 4107.0, 4128.0, 4109.0, 4130.0, 4132.0, 4099.0, 4151.0, 4142.0, 4141.0, 4140.0, 4109.0, 4138.0, 4108.0, 4151.0, 4151.0, 4130.0, 4150.0, 4108.0, 4153.0, 4130.0, 4133.0, 4090.0, 4106.0, 4094.0, 4103.0, 4115.0, 4088.0, 4137.0, 4085.0, 4110.0, 4124.0, 4110.0, 4117.0, 4096.0, 4094.0, 4136.0, 4107.0, 4149.0, 4119.0, 4108.0, 4128.0, 4097.0, 4148.0, 4095.0, 4147.0, 4094.0, 4135.0, 4093.0, 4126.0, 4105.0, 4125.0, 4105.0, 4095.0, 4138.0, 4107.0, 4151.0, 4108.0, 4117.0, 4097.0, 4108.0, 4150.0, 4109.0, 4130.0, 4110.0, 4138.0, 4110.0, 4150.0, 4120.0, 4150.0, 4121.0, 4151.0], 'WindowWidth': [9380.0, 9305.0, 9282.0, 9257.0, 9258.0, 9208.0, 9230.0, 9203.0, 9223.0, 9184.0, 9217.0, 9175.0, 9201.0, 9162.0, 9215.0, 9161.0, 9159.0, 9161.0, 9164.0, 9220.0, 9162.0, 9195.0, 9165.0, 9209.0, 9182.0, 9223.0, 9166.0, 9220.0, 9179.0, 9219.0, 9179.0, 9216.0, 9176.0, 9216.0, 9204.0, 9187.0, 9186.0, 9143.0, 9201.0, 9163.0, 9204.0, 9166.0, 9204.0, 9181.0, 9220.0, 9184.0, 9180.0, 9193.0, 9178.0, 9220.0, 9148.0, 9203.0, 9148.0, 9204.0, 9175.0, 9218.0, 9175.0, 9202.0, 9174.0, 9216.0, 9178.0, 9199.0, 9185.0, 9197.0, 9200.0, 9184.0, 9184.0, 9142.0, 9183.0, 9141.0, 9212.0, 9140.0, 9180.0, 9142.0, 9196.0, 9155.0, 9199.0, 9168.0, 9196.0, 9171.0, 9212.0, 9187.0, 9196.0, 9183.0, 9213.0, 9185.0, 9210.0, 9169.0, 9196.0, 9173.0, 9168.0, 9185.0, 9138.0, 9171.0, 9142.0, 9197.0, 9143.0, 9197.0, 9188.0, 9201.0, 9186.0, 9200.0, 9171.0, 9213.0, 9189.0, 9214.0, 9199.0, 9196.0, 9181.0, 9196.0, 9170.0, 9193.0, 9168.0, 9176.0, 9154.0, 9170.0, 9196.0, 9145.0, 9186.0, 9148.0, 9202.0, 9176.0, 9219.0, 9174.0, 9205.0, 9179.0, 9216.0, 9195.0, 9242.0, 9285.0, 9289.0, 9264.0, 9190.0, 9189.0, 9145.0, 9192.0, 9146.0, 9167.0, 9139.0, 9178.0, 9145.0, 9198.0, 9184.0, 9195.0, 9182.0, 9196.0, 9172.0, 9197.0, 9185.0, 9139.0, 9169.0, 9144.0, 9199.0, 9129.0, 9185.0, 9171.0, 9198.0, 9141.0, 9198.0, 9144.0, 9199.0, 9170.0, 9181.0, 9169.0, 9195.0, 9186.0, 9198.0, 9172.0, 9197.0, 9158.0, 9185.0, 9161.0, 9186.0, 9175.0, 9162.0, 9187.0, 9165.0, 9207.0, 9180.0, 9223.0, 9194.0, 9216.0, 9183.0, 9219.0, 9222.0, 9151.0, 9177.0, 9147.0, 9191.0, 9163.0, 9219.0, 9175.0, 9204.0, 9180.0, 9220.0, 9193.0, 9150.0, 9178.0, 9165.0, 9207.0, 9165.0, 9208.0, 9180.0, 9222.0, 9198.0, 9223.0, 9196.0, 9221.0, 9193.0, 9205.0, 9221.0, 9188.0, 9191.0, 9146.0, 9201.0, 9144.0, 9217.0, 9159.0, 9198.0, 9174.0, 9200.0, 9173.0, 9215.0, 9175.0, 9160.0, 9204.0, 9162.0, 9207.0, 9180.0, 9202.0, 9177.0, 9217.0, 9192.0, 9189.0, 9189.0, 9160.0, 9203.0, 9146.0, 9202.0, 9158.0, 9198.0, 9173.0, 9213.0, 9187.0, 9211.0, 9172.0, 9211.0, 9187.0, 9182.0, 9181.0, 9122.0, 9163.0, 9140.0, 9180.0, 9167.0, 9197.0, 9155.0, 9196.0, 9160.0, 9198.0, 9173.0, 9143.0, 9172.0, 9146.0, 9216.0, 9144.0, 9188.0, 9156.0, 9198.0, 9159.0, 9211.0, 9171.0, 9197.0, 9160.0, 9201.0, 9162.0, 9175.0, 9177.0, 9150.0, 9208.0, 9164.0, 9192.0, 9165.0, 9205.0, 9165.0, 9222.0, 9182.0, 9222.0, 9184.0, 9220.0, 9225.0, 9208.0, 9222.0, 9164.0, 9204.0, 9148.0, 9219.0, 9145.0, 9201.0, 9155.0, 9197.0, 9141.0, 9198.0, 9137.0, 9178.0, 9133.0, 9177.0, 9120.0, 9190.0, 9147.0, 9174.0, 9133.0, 9192.0, 9164.0, 9177.0, 9164.0, 9192.0, 9154.0, 9208.0, 9169.0, 9140.0, 9169.0, 9141.0, 9199.0, 9143.0, 9183.0, 9162.0, 9214.0, 9174.0, 9202.0, 9162.0, 9215.0, 9178.0, 9206.0, 9175.0, 9160.0, 9219.0, 9148.0, 9204.0, 9162.0, 9205.0, 9178.0, 9220.0, 9179.0, 9222.0, 9191.0, 9216.0, 9160.0, 9214.0, 9172.0, 9196.0, 9171.0, 9212.0, 9171.0, 9196.0, 9181.0, 9177.0, 9181.0, 9193.0, 9178.0, 9133.0, 9164.0, 9137.0, 9194.0, 9153.0, 9194.0, 9169.0, 9214.0, 9171.0, 9196.0, 9169.0, 9172.0, 9201.0, 9144.0, 9187.0, 9142.0, 9201.0, 9144.0, 9208.0, 9158.0, 9195.0, 9158.0, 9197.0, 9170.0, 9196.0, 9170.0, 9198.0, 9175.0, 9198.0, 9186.0, 9187.0, 9215.0, 9142.0, 9184.0, 9141.0, 9199.0, 9156.0, 9200.0, 9182.0, 9194.0, 9170.0, 9216.0, 9186.0, 9196.0, 9184.0, 9144.0, 9202.0, 9144.0, 9200.0, 9169.0, 9194.0, 9185.0, 9211.0, 9171.0, 9182.0, 9183.0, 9143.0, 9213.0, 9144.0, 9201.0, 9156.0, 9199.0, 9174.0, 9214.0, 9187.0, 9145.0, 9188.0, 9162.0, 9203.0, 9162.0, 9204.0, 9190.0, 9219.0, 9178.0, 9217.0, 9189.0, 9205.0, 9220.0, 9189.0, 9186.0, 9141.0, 9169.0, 9144.0, 9198.0, 9154.0, 9196.0, 9165.0, 9178.0, 9153.0, 9194.0, 9151.0, 9176.0, 9149.0, 9192.0, 9166.0, 9175.0, 9161.0, 9116.0, 9146.0, 9144.0, 9174.0, 9116.0, 9159.0, 9114.0, 9176.0, 9134.0, 9191.0, 9135.0, 9177.0, 9138.0, 9179.0, 9137.0, 9180.0, 9151.0, 9181.0, 9158.0, 9212.0, 9173.0, 9197.0, 9174.0, 9218.0, 9176.0, 9160.0, 9175.0, 9144.0, 9206.0, 9148.0, 9205.0, 9161.0, 9201.0, 9167.0, 9218.0, 9175.0, 9217.0, 9175.0, 9200.0, 9175.0, 9215.0, 9174.0, 9199.0, 9186.0, 9202.0, 9159.0, 9199.0, 9171.0, 9198.0, 9147.0, 9215.0, 9178.0, 9188.0, 9163.0, 9193.0, 9221.0, 9150.0, 9193.0, 9148.0, 9209.0, 9151.0, 9223.0, 9150.0, 9206.0, 9167.0, 9221.0, 9165.0, 9220.0, 9176.0, 9219.0, 9165.0, 9220.0, 9178.0, 9217.0, 9164.0, 9216.0, 9206.0, 9176.0, 9174.0, 9143.0, 9202.0, 9144.0, 9203.0, 9142.0, 9184.0, 9143.0, 9201.0, 9170.0, 9197.0, 9183.0, 9195.0, 9171.0, 9197.0, 9171.0, 9196.0, 9156.0, 9186.0, 9201.0, 9158.0, 9186.0, 9144.0, 9187.0, 9178.0, 9218.0, 9193.0, 9187.0, 9177.0, 9163.0, 9220.0, 9161.0, 9205.0, 9161.0, 9203.0, 9178.0, 9218.0, 9178.0, 9217.0, 9176.0, 9203.0, 9218.0, 9175.0, 9176.0, 9145.0, 9188.0, 9160.0, 9203.0, 9145.0, 9201.0, 9171.0, 9184.0, 9176.0, 9215.0, 9173.0, 9199.0, 9158.0, 9199.0, 9189.0, 9174.0, 9175.0, 9131.0, 9187.0, 9164.0, 9204.0, 9176.0, 9217.0, 9176.0, 9232.0, 9292.0, 9265.0, 9223.0, 9140.0, 9170.0, 9139.0, 9170.0, 9139.0, 9169.0, 9157.0, 9173.0, 9178.0, 9184.0, 9190.0, 9198.0, 9204.0, 9173.0, 9186.0, 9142.0, 9186.0, 9144.0, 9186.0, 9156.0, 9182.0, 9154.0, 9167.0, 9157.0, 9196.0, 9156.0, 9179.0, 9171.0, 9184.0, 9172.0, 9185.0, 9172.0, 9140.0, 9173.0, 9161.0, 9189.0, 9162.0, 9189.0, 9162.0, 9189.0, 9164.0, 9206.0, 9180.0, 9207.0, 9180.0, 9201.0, 9193.0, 9206.0, 9208.0, 9162.0, 9191.0, 9164.0, 9195.0, 9165.0, 9209.0, 9162.0, 9191.0, 9182.0, 9208.0, 9179.0, 9208.0, 9167.0, 9193.0, 9211.0, 9168.0, 9197.0, 9153.0, 9195.0, 9169.0, 9226.0, 9230.0, 9191.0, 9218.0, 9188.0, 9215.0, 9200.0, 9241.0, 9200.0, 9212.0, 9225.0, 9168.0, 9212.0, 9169.0, 9194.0, 9165.0, 9207.0, 9183.0, 9205.0, 9177.0, 9206.0, 9207.0, 9175.0, 9193.0, 9148.0, 9188.0, 9149.0, 9205.0, 9164.0, 9203.0, 9162.0, 9146.0, 9203.0, 9149.0, 9207.0, 9160.0, 9188.0, 9183.0, 9205.0, 9205.0, 9153.0, 9181.0, 9206.0, 9213.0, 9195.0, 9166.0, 9209.0, 9200.0, 9220.0, 9192.0, 9167.0, 9220.0, 9229.0, 9205.0, 9220.0, 9200.0, 9224.0, 9183.0, 9167.0, 9192.0, 9196.0, 9204.0, 9188.0, 9145.0, 9173.0, 9171.0, 9197.0, 9211.0, 9186.0, 9228.0, 9203.0, 9172.0, 9194.0, 9179.0, 9190.0, 9224.0, 9211.0, 9237.0, 9159.0, 9163.0, 9151.0, 9201.0, 9147.0, 9185.0, 9198.0, 9176.0, 9159.0, 9175.0, 9191.0, 9208.0, 9197.0, 9181.0, 9180.0, 9188.0, 9192.0, 9175.0, 9194.0, 9177.0, 9206.0, 9177.0, 9194.0, 9182.0, 9221.0, 9182.0, 9170.0, 9178.0, 9163.0, 9209.0, 9184.0, 9220.0, 9167.0, 9190.0, 9183.0, 9207.0, 9211.0, 9204.0, 9177.0, 9164.0, 9194.0, 9203.0, 9225.0, 9205.0, 9209.0, 9148.0, 9189.0, 9146.0, 9207.0, 9206.0, 9219.0, 9143.0, 9169.0, 9139.0, 9169.0, 9144.0, 9201.0, 9174.0, 9188.0, 9160.0, 9184.0, 9161.0, 9190.0, 9164.0, 9187.0, 9161.0, 9185.0, 9179.0, 9203.0, 9205.0, 9159.0, 9174.0, 9147.0, 9205.0, 9146.0, 9190.0, 9146.0, 9173.0, 9149.0, 9203.0, 9175.0, 9202.0, 9174.0, 9187.0, 9177.0, 9201.0, 9173.0, 9181.0, 9157.0, 9185.0, 9188.0, 9184.0, 9159.0, 9182.0, 9175.0, 9183.0, 9171.0, 9140.0, 9171.0, 9196.0, 9187.0, 9160.0, 9190.0, 9167.0, 9198.0, 9201.0, 9155.0, 9228.0, 9216.0, 9212.0, 9207.0, 9166.0, 9202.0, 9164.0, 9225.0, 9226.0, 9194.0, 9220.0, 9164.0, 9232.0, 9194.0, 9195.0, 9132.0, 9147.0, 9129.0, 9140.0, 9160.0, 9125.0, 9190.0, 9115.0, 9164.0, 9189.0, 9170.0, 9173.0, 9145.0, 9138.0, 9194.0, 9159.0, 9217.0, 9176.0, 9160.0, 9187.0, 9145.0, 9214.0, 9139.0, 9209.0, 9135.0, 9190.0, 9133.0, 9181.0, 9151.0, 9178.0, 9152.0, 9141.0, 9200.0, 9160.0, 9228.0, 9165.0, 9173.0, 9149.0, 9165.0, 9223.0, 9166.0, 9195.0, 9172.0, 9206.0, 9170.0, 9222.0, 9183.0, 9225.0, 9187.0, 9227.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.009068783930510317</td></tr>
<tr><td colspan=3>aqi</td><td>0.03631769956568947</td></tr>
<tr><td colspan=3>dummy_trs</td><td>5</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.62914537359784</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1857109260978256</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0092928753478263</td></tr>
<tr><td colspan=3>efc</td><td>0.4928</td></tr>
<tr><td colspan=3>fber</td><td>6458.9404</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.10156512716260939</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>55</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>5.971769815418024</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.462466304219254</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.371193943466331</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.635930937154509</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.380274032036922</td></tr>
<tr><td colspan=3>gcor</td><td>0.00311675</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.009521214291453362</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.045787639915943146</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>921</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.190094669236975</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>22.2396</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>36.7463</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>170.2061</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>43.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>293065.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>785.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>335.1417</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.9566</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>514.3247</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3312.5385</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3422.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>83479.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1412.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4358.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>816.6831</td></tr>
<tr><td colspan=3>tsnr</td><td>33.467243790160865</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>