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

616 lines
No EOL
111 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-0109_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-0109_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-0109_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-0109/figures/sub-0109_ses-04_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0109/figures/sub-0109_ses-04_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0109/figures/sub-0109_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-0109_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-0109/figures/sub-0109_ses-04_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0109/figures/sub-0109_ses-04_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0109/figures/sub-0109_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-0109_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-0109/figures/sub-0109_ses-04_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0109/figures/sub-0109_ses-04_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0109/figures/sub-0109_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-0109_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-0109/figures/sub-0109_ses-04_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0109/figures/sub-0109_ses-04_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0109/figures/sub-0109_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-0109_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-0109/figures/sub-0109_ses-04_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0109/figures/sub-0109_ses-04_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0109/figures/sub-0109_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-0109_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-0109/figures/sub-0109_ses-04_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0109/figures/sub-0109_ses-04_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0109/figures/sub-0109_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-0109_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-0109/figures/sub-0109_ses-04_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0109/figures/sub-0109_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-0109/figures/sub-0109_ses-04_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0109/figures/sub-0109_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-0109/ses-04/func/sub-0109_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>b9f00c47fed31d5a9059955b8d845ab7</td></tr>
</table>
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-1">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
Dataset Information
</button>
</h2>
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>15:55:25.652500</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.999758, 0.0194831, 0.0101973, -0.0200691, 0.99794, 0.0609346]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0913076</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>[4223, -7773, -7175, 425, -109, 88, 60, 75]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>234.211</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>810f909a-c4b5-4fb5-bbaa-92b49cbff650||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.6822781562805176, -0.053844016045331955, 0.02427045628428459, 114.07273864746094], [-0.05227159708738327, 2.6774001121520996, 0.16503620147705078, -108.7979965209961], [0.027358494699001312, -0.16348308324813843, 2.6948421001434326, -44.334163665771484], [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': ['155525.652500', '155526.112500', '155526.572500', '155527.032500', '155527.492500', '155527.952500', '155528.412500', '155528.872500', '155529.332500', '155529.792500', '155530.252500', '155530.712500', '155531.172500', '155531.632500', '155532.092500', '155532.552500', '155533.012500', '155533.472500', '155533.932500', '155534.392500', '155534.852500', '155535.312500', '155535.772500', '155536.232500', '155536.692500', '155537.152500', '155537.612500', '155538.072500', '155538.532500', '155538.992500', '155539.452500', '155539.912500', '155540.372500', '155540.832500', '155541.292500', '155541.752500', '155542.212500', '155542.672500', '155543.132500', '155543.592500', '155544.052500', '155544.512500', '155544.972500', '155545.432500', '155545.892500', '155546.352500', '155546.812500', '155547.272500', '155547.732500', '155548.192500', '155548.652500', '155549.112500', '155549.572500', '155550.032500', '155550.492500', '155550.952500', '155551.412500', '155551.872500', '155552.332500', '155552.792500', '155553.252500', '155553.712500', '155554.172500', '155554.632500', '155555.092500', '155555.552500', '155556.012500', '155556.472500', '155556.932500', '155557.392500', '155557.852500', '155558.312500', '155558.772500', '155559.232500', '155559.692500', '155600.152500', '155600.612500', '155601.072500', '155601.532500', '155601.992500', '155602.452500', '155602.912500', '155603.372500', '155603.832500', '155604.292500', '155604.752500', '155605.212500', '155605.672500', '155606.132500', '155606.592500', '155607.052500', '155607.512500', '155607.972500', '155608.432500', '155608.892500', '155609.352500', '155609.812500', '155610.272500', '155610.732500', '155611.192500', '155611.652500', '155612.112500', '155612.572500', '155613.032500', '155613.492500', '155613.952500', '155614.412500', '155614.872500', '155615.332500', '155615.792500', '155616.252500', '155616.712500', '155617.172500', '155617.632500', '155618.092500', '155618.552500', '155619.012500', '155619.472500', '155619.932500', '155620.392500', '155620.852500', '155621.312500', '155621.772500', '155622.232500', '155622.692500', '155623.152500', '155623.612500', '155624.072500', '155624.532500', '155624.992500', '155625.452500', '155625.912500', '155626.372500', '155626.832500', '155627.292500', '155627.752500', '155628.212500', '155628.672500', '155629.132500', '155629.592500', '155630.052500', '155630.512500', '155630.972500', '155631.432500', '155631.892500', '155632.352500', '155632.812500', '155633.272500', '155633.732500', '155634.192500', '155634.652500', '155635.112500', '155635.572500', '155636.032500', '155636.492500', '155636.952500', '155637.412500', '155637.872500', '155638.332500', '155638.792500', '155639.252500', '155639.712500', '155640.172500', '155640.632500', '155641.092500', '155641.552500', '155642.012500', '155642.472500', '155642.932500', '155643.392500', '155643.852500', '155644.312500', '155644.772500', '155645.232500', '155645.692500', '155646.152500', '155646.612500', '155647.072500', '155647.532500', '155647.992500', '155648.452500', '155648.912500', '155649.372500', '155649.832500', '155650.292500', '155650.752500', '155651.212500', '155651.672500', '155652.132500', '155652.592500', '155653.052500', '155653.512500', '155653.972500', '155654.432500', '155654.892500', '155655.352500', '155655.812500', '155656.272500', '155656.732500', '155657.192500', '155657.652500', '155658.112500', '155658.572500', '155659.032500', '155659.492500', '155659.952500', '155700.412500', '155700.872500', '155701.332500', '155701.792500', '155702.252500', '155702.712500', '155703.172500', '155703.632500', '155704.092500', '155704.552500', '155705.012500', '155705.472500', '155705.932500', '155706.392500', '155706.852500', '155707.312500', '155707.772500', '155708.232500', '155708.692500', '155709.152500', '155709.612500', '155710.072500', '155710.532500', '155710.992500', '155711.452500', '155711.912500', '155712.372500', '155712.832500', '155713.292500', '155713.752500', '155714.212500', '155714.672500', '155715.132500', '155715.592500', '155716.052500', '155716.512500', '155716.972500', '155717.432500', '155717.892500', '155718.352500', '155718.812500', '155719.272500', '155719.732500', '155720.192500', '155720.652500', '155721.112500', '155721.572500', '155722.032500', '155722.492500', '155722.952500', '155723.412500', '155723.872500', '155724.332500', '155724.792500', '155725.252500', '155725.712500', '155726.172500', '155726.632500', '155727.092500', '155727.552500', '155728.012500', '155728.472500', '155728.932500', '155729.392500', '155729.852500', '155730.312500', '155730.772500', '155731.232500', '155731.692500', '155732.152500', '155732.612500', '155733.072500', '155733.532500', '155733.992500', '155734.452500', '155734.912500', '155735.372500', '155735.832500', '155736.292500', '155736.752500', '155737.212500', '155737.672500', '155738.132500', '155738.592500', '155739.052500', '155739.512500', '155739.972500', '155740.432500', '155740.892500', '155741.352500', '155741.812500', '155742.272500', '155742.732500', '155743.192500', '155743.652500', '155744.112500', '155744.572500', '155745.032500', '155745.492500', '155745.952500', '155746.412500', '155746.872500', '155747.332500', '155747.792500', '155748.252500', '155748.712500', '155749.172500', '155749.632500', '155750.092500', '155750.552500', '155751.012500', '155751.472500', '155751.932500', '155752.392500', '155752.852500', '155753.312500', '155753.772500', '155754.232500', '155754.692500', '155755.152500', '155755.612500', '155756.072500', '155756.532500', '155756.992500', '155757.452500', '155757.912500', '155758.372500', '155758.832500', '155759.292500', '155759.752500', '155800.212500', '155800.672500', '155801.132500', '155801.592500', '155802.052500', '155802.512500', '155802.972500', '155803.432500', '155803.892500', '155804.352500', '155804.812500', '155805.272500', '155805.732500', '155806.192500', '155806.652500', '155807.112500', '155807.572500', '155808.032500', '155808.492500', '155808.952500', '155809.412500', '155809.872500', '155810.332500', '155810.792500', '155811.252500', '155811.712500', '155812.172500', '155812.632500', '155813.092500', '155813.552500', '155814.012500', '155814.472500', '155814.932500', '155815.392500', '155815.852500', '155816.312500', '155816.772500', '155817.232500', '155817.692500', '155818.152500', '155818.612500', '155819.072500', '155819.532500', '155819.992500', '155820.452500', '155820.912500', '155821.372500', '155821.832500', '155822.292500', '155822.752500', '155823.212500', '155823.672500', '155824.132500', '155824.592500', '155825.052500', '155825.512500', '155825.972500', '155826.432500', '155826.892500', '155827.352500', '155827.812500', '155828.272500', '155828.732500', '155829.192500', '155829.652500', '155830.112500', '155830.572500', '155831.032500', '155831.492500', '155831.952500', '155832.412500', '155832.872500', '155833.332500', '155833.792500', '155834.252500', '155834.712500', '155835.172500', '155835.632500', '155836.092500', '155836.552500', '155837.012500', '155837.472500', '155837.932500', '155838.392500', '155838.852500', '155839.312500', '155839.772500', '155840.232500', '155840.692500', '155841.152500', '155841.612500', '155842.072500', '155842.532500', '155842.992500', '155843.452500', '155843.912500', '155844.372500', '155844.832500', '155845.292500', '155845.752500', '155846.212500', '155846.672500', '155847.132500', '155847.592500', '155848.052500', '155848.512500', '155848.972500', '155849.432500', '155849.892500', '155850.352500', '155850.812500', '155851.272500', '155851.732500', '155852.192500', '155852.652500', '155853.112500', '155853.572500', '155854.032500', '155854.492500', '155854.952500', '155855.412500', '155855.872500', '155856.332500', '155856.792500', '155857.252500', '155857.712500', '155858.172500', '155858.632500', '155859.092500', '155859.552500', '155900.012500', '155900.472500', '155900.932500', '155901.392500', '155901.852500', '155902.312500', '155902.772500', '155903.232500', '155903.692500', '155904.152500', '155904.612500', '155905.072500', '155905.532500', '155905.992500', '155906.452500', '155906.912500', '155907.372500', '155907.832500', '155908.292500', '155908.752500', '155909.212500', '155909.672500', '155910.132500', '155910.592500', '155911.052500', '155911.512500', '155911.972500', '155912.432500', '155912.892500', '155913.352500', '155913.812500', '155914.272500', '155914.732500', '155915.192500', '155915.652500', '155916.112500', '155916.572500', '155917.032500', '155917.492500', '155917.952500', '155918.412500', '155918.872500', '155919.332500', '155919.792500', '155920.252500', '155920.712500', '155921.172500', '155921.632500', '155922.092500', '155922.552500', '155923.012500', '155923.472500', '155923.932500', '155924.392500', '155924.852500', '155925.312500', '155925.772500', '155926.232500', '155926.692500', '155927.152500', '155927.612500', '155928.072500', '155928.532500', '155928.992500', '155929.452500', '155929.912500', '155930.372500', '155930.832500', '155931.292500', '155931.752500', '155932.212500', '155932.672500', '155933.132500', '155933.592500', '155934.052500', '155934.512500', '155934.972500', '155935.432500', '155935.892500', '155936.352500', '155936.812500', '155937.272500', '155937.732500', '155938.192500', '155938.652500', '155939.112500', '155939.572500', '155940.032500', '155940.492500', '155940.952500', '155941.412500', '155941.872500', '155942.332500', '155942.792500', '155943.252500', '155943.712500', '155944.172500', '155944.632500', '155945.092500', '155945.552500', '155946.012500', '155946.472500', '155946.932500', '155947.392500', '155947.852500', '155948.312500', '155948.772500', '155949.232500', '155949.692500', '155950.152500', '155950.612500', '155951.072500', '155951.532500', '155951.992500', '155952.452500', '155952.912500', '155953.372500', '155953.832500', '155954.292500', '155954.752500', '155955.212500', '155955.672500', '155956.132500', '155956.592500', '155957.052500', '155957.512500', '155957.972500', '155958.432500', '155958.892500', '155959.352500', '155959.812500', '160000.272500', '160000.732500', '160001.192500', '160001.652500', '160002.112500', '160002.572500', '160003.032500', '160003.492500', '160003.952500', '160004.412500', '160004.872500', '160005.332500', '160005.792500', '160006.252500', '160006.712500', '160007.172500', '160007.632500', '160008.092500', '160008.552500', '160009.012500', '160009.472500', '160009.932500', '160010.392500', '160010.852500', '160011.312500', '160011.772500', '160012.232500', '160012.692500', '160013.152500', '160013.612500', '160014.072500', '160014.532500', '160014.992500', '160015.452500', '160015.912500', '160016.372500', '160016.832500', '160017.292500', '160017.752500', '160018.212500', '160018.672500', '160019.132500', '160019.592500', '160020.052500', '160020.512500', '160020.972500', '160021.432500', '160021.892500', '160022.352500', '160022.812500', '160023.272500', '160023.732500', '160024.192500', '160024.652500', '160025.112500', '160025.572500', '160026.032500', '160026.492500', '160026.952500', '160027.412500', '160027.872500', '160028.332500', '160028.792500', '160029.252500', '160029.712500', '160030.172500', '160030.632500', '160031.092500', '160031.552500', '160032.012500', '160032.472500', '160032.932500', '160033.392500', '160033.852500', '160034.312500', '160034.772500', '160035.232500', '160035.692500', '160036.152500', '160036.612500', '160037.072500', '160037.532500', '160037.992500', '160038.452500', '160038.912500', '160039.372500', '160039.832500', '160040.292500', '160040.752500', '160041.212500', '160041.672500', '160042.132500', '160042.592500', '160043.052500', '160043.512500', '160043.972500', '160044.432500', '160044.892500', '160045.352500', '160045.812500', '160046.272500', '160046.732500', '160047.192500', '160047.652500', '160048.112500', '160048.572500', '160049.032500', '160049.492500', '160049.952500', '160050.412500', '160050.872500', '160051.332500', '160051.792500', '160052.252500', '160052.712500', '160053.172500', '160053.632500', '160054.092500', '160054.552500', '160055.012500', '160055.472500', '160055.932500', '160056.392500', '160056.852500', '160057.312500', '160057.772500', '160058.232500', '160058.692500', '160059.152500', '160059.612500', '160100.072500', '160100.532500', '160100.992500', '160101.452500', '160101.912500', '160102.372500', '160102.832500', '160103.292500', '160103.752500', '160104.212500', '160104.672500', '160105.132500', '160105.592500', '160106.052500', '160106.512500', '160106.972500', '160107.432500', '160107.892500', '160108.352500', '160108.812500', '160109.272500', '160109.732500', '160110.192500', '160110.652500', '160111.112500', '160111.572500', '160112.032500', '160112.492500', '160112.952500', '160113.412500', '160113.872500', '160114.332500', '160114.792500', '160115.252500', '160115.712500', '160116.172500', '160116.632500', '160117.092500', '160117.552500', '160118.012500', '160118.472500', '160118.932500', '160119.392500', '160119.852500', '160120.312500', '160120.772500', '160121.232500', '160121.692500', '160122.152500', '160122.612500', '160123.072500', '160123.532500', '160123.992500', '160124.452500', '160124.912500', '160125.372500', '160125.832500', '160126.292500', '160126.752500', '160127.212500', '160127.672500', '160128.132500', '160128.592500', '160129.052500', '160129.512500', '160129.972500', '160130.432500', '160130.892500', '160131.352500', '160131.812500', '160132.272500', '160132.732500', '160133.192500', '160133.652500', '160134.112500', '160134.572500', '160135.032500', '160135.492500', '160135.952500', '160136.412500', '160136.872500', '160137.332500', '160137.792500', '160138.252500', '160138.712500', '160139.172500', '160139.632500', '160140.092500', '160140.552500', '160141.012500', '160141.472500', '160141.932500', '160142.392500', '160142.852500', '160143.312500', '160143.772500', '160144.232500', '160144.692500', '160145.152500', '160145.612500', '160146.072500', '160146.532500', '160146.992500', '160147.452500', '160147.912500', '160148.372500', '160148.832500', '160149.292500', '160149.752500', '160150.212500', '160150.672500', '160151.132500', '160151.592500', '160152.052500', '160152.512500', '160152.972500', '160153.432500', '160153.892500', '160154.352500', '160154.812500', '160155.272500', '160155.732500', '160156.192500', '160156.652500', '160157.112500', '160157.572500', '160158.032500', '160158.492500', '160158.952500', '160159.412500', '160159.872500', '160200.332500', '160200.792500', '160201.252500', '160201.712500', '160202.172500', '160202.632500', '160203.092500', '160203.552500', '160204.012500', '160204.472500', '160204.932500', '160205.392500', '160205.852500', '160206.312500', '160206.772500', '160207.232500', '160207.692500', '160208.152500', '160208.612500', '160209.072500', '160209.532500', '160209.992500', '160210.452500', '160210.912500', '160211.372500', '160211.832500', '160212.292500', '160212.752500', '160213.212500', '160213.672500', '160214.132500', '160214.592500', '160215.052500', '160215.512500', '160215.972500', '160216.432500', '160216.892500', '160217.352500', '160217.812500', '160218.272500', '160218.732500', '160219.192500', '160219.652500', '160220.112500', '160220.572500', '160221.032500', '160221.492500', '160221.952500', '160222.412500', '160222.872500', '160223.332500', '160223.792500', '160224.252500', '160224.712500', '160225.172500', '160225.632500', '160226.092500', '160226.552500', '160227.012500', '160227.472500', '160227.932500', '160228.392500', '160228.852500', '160229.312500', '160229.772500', '160230.232500', '160230.692500', '160231.152500'], 'ContentTime': ['155551.759000', '155551.764000', '155551.767000', '155551.770000', '155551.772000', '155551.775000', '155551.778000', '155551.780000', '155551.783000', '155551.785000', '155551.788000', '155551.791000', '155551.793000', '155551.796000', '155551.799000', '155551.801000', '155551.804000', '155551.806000', '155551.809000', '155551.812000', '155551.814000', '155551.817000', '155551.820000', '155551.822000', '155551.825000', '155551.828000', '155551.830000', '155551.845000', '155551.848000', '155551.851000', '155551.853000', '155551.856000', '155551.858000', '155551.861000', '155551.864000', '155551.866000', '155551.869000', '155551.871000', '155551.874000', '155551.876000', '155551.879000', '155551.882000', '155551.884000', '155551.892000', '155551.895000', '155551.898000', '155551.900000', '155551.903000', '155551.905000', '155551.908000', '155551.911000', '155551.913000', '155551.916000', '155551.919000', '155551.921000', '155611.711000', '155611.714000', '155611.717000', '155611.720000', '155611.722000', '155611.725000', '155611.727000', '155611.730000', '155611.733000', '155611.735000', '155611.738000', '155611.741000', '155611.743000', '155611.746000', '155611.748000', '155611.751000', '155611.754000', '155611.756000', '155611.759000', '155611.761000', '155611.764000', '155611.767000', '155611.769000', '155611.772000', '155611.774000', '155611.777000', '155611.780000', '155611.782000', '155611.785000', '155611.788000', '155611.790000', '155611.793000', '155611.796000', '155611.798000', '155611.801000', '155611.803000', '155611.806000', '155611.809000', '155611.811000', '155611.814000', '155611.816000', '155611.819000', '155611.822000', '155631.713000', '155631.715000', '155631.718000', '155631.721000', '155631.724000', '155631.726000', '155631.729000', '155631.732000', '155631.734000', '155631.737000', '155631.740000', '155631.742000', '155631.755000', '155631.758000', '155631.760000', '155631.763000', '155631.766000', '155631.768000', '155631.771000', '155631.773000', '155631.776000', '155631.779000', '155631.781000', '155631.784000', '155631.787000', '155631.789000', '155631.792000', '155631.795000', '155631.797000', '155631.800000', '155631.803000', '155631.805000', '155631.808000', '155631.810000', '155631.813000', '155631.816000', '155631.818000', '155631.821000', '155631.823000', '155631.826000', '155631.829000', '155631.831000', '155631.834000', '155651.712000', '155651.715000', '155651.718000', '155651.721000', '155651.723000', '155651.726000', '155651.728000', '155651.731000', '155651.739000', '155651.742000', '155651.744000', '155651.747000', '155651.750000', '155651.752000', '155651.755000', '155651.758000', '155651.760000', '155651.763000', '155651.765000', '155651.768000', '155651.771000', '155651.773000', '155651.776000', '155651.779000', '155651.781000', '155651.784000', '155651.786000', '155651.789000', '155651.792000', '155651.794000', '155651.797000', '155651.800000', '155651.802000', '155651.805000', '155651.807000', '155651.810000', '155651.812000', '155651.815000', '155651.818000', '155651.820000', '155651.823000', '155651.825000', '155651.828000', '155651.831000', '155711.712000', '155711.715000', '155711.718000', '155711.721000', '155711.723000', '155711.726000', '155711.728000', '155711.731000', '155711.734000', '155711.736000', '155711.739000', '155711.742000', '155711.744000', '155711.747000', '155711.750000', '155711.752000', '155711.755000', '155711.757000', '155711.760000', '155711.763000', '155711.765000', '155711.768000', '155711.771000', '155711.773000', '155711.776000', '155711.779000', '155711.781000', '155711.784000', '155711.787000', '155711.789000', '155711.792000', '155711.795000', '155711.797000', '155711.800000', '155711.802000', '155711.805000', '155711.808000', '155711.810000', '155711.813000', '155711.816000', '155711.818000', '155711.821000', '155711.824000', '155711.826000', '155731.713000', '155731.716000', '155731.718000', '155731.721000', '155731.723000', '155731.726000', '155731.729000', '155731.731000', '155731.734000', '155731.737000', '155731.739000', '155731.754000', '155731.757000', '155731.759000', '155731.762000', '155731.764000', '155731.767000', '155731.770000', '155731.772000', '155731.775000', '155731.778000', '155731.780000', '155731.783000', '155731.786000', '155731.788000', '155731.791000', '155731.794000', '155731.796000', '155731.799000', '155731.802000', '155731.804000', '155731.807000', '155731.809000', '155731.812000', '155731.815000', '155731.817000', '155731.820000', '155731.823000', '155731.825000', '155731.828000', '155731.830000', '155731.833000', '155731.836000', '155751.713000', '155751.716000', '155751.719000', '155751.722000', '155751.724000', '155751.727000', '155751.730000', '155751.732000', '155751.735000', '155751.737000', '155751.740000', '155751.743000', '155751.745000', '155751.748000', '155751.751000', '155751.753000', '155751.756000', '155751.758000', '155751.761000', '155751.764000', '155751.766000', '155751.769000', '155751.772000', '155751.774000', '155751.777000', '155751.779000', '155751.782000', '155751.785000', '155751.787000', '155751.790000', '155751.793000', '155751.795000', '155751.798000', '155751.800000', '155751.803000', '155751.806000', '155751.808000', '155751.811000', '155751.813000', '155751.816000', '155751.819000', '155751.821000', '155751.831000', '155811.712000', '155811.715000', '155811.717000', '155811.720000', '155811.723000', '155811.725000', '155811.728000', '155811.731000', '155811.733000', '155811.736000', '155811.739000', '155811.741000', '155811.744000', '155811.747000', '155811.749000', '155811.752000', '155811.755000', '155811.757000', '155811.760000', '155811.763000', '155811.765000', '155811.768000', '155811.771000', '155811.773000', '155811.776000', '155811.779000', '155811.781000', '155811.784000', '155811.786000', '155811.789000', '155811.792000', '155811.794000', '155811.797000', '155811.800000', '155811.802000', '155811.805000', '155811.807000', '155811.810000', '155811.813000', '155811.816000', '155811.818000', '155811.821000', '155811.823000', '155811.826000', '155831.712000', '155831.714000', '155831.717000', '155831.720000', '155831.723000', '155831.725000', '155831.728000', '155831.731000', '155831.733000', '155831.736000', '155831.739000', '155831.741000', '155831.744000', '155831.747000', '155831.749000', '155831.752000', '155831.755000', '155831.761000', '155831.764000', '155831.767000', '155831.769000', '155831.772000', '155831.775000', '155831.777000', '155831.780000', '155831.783000', '155831.785000', '155831.788000', '155831.791000', '155831.793000', '155831.796000', '155831.798000', '155831.801000', '155831.804000', '155831.806000', '155831.809000', '155831.812000', '155831.815000', '155831.818000', '155831.821000', '155831.823000', '155831.826000', '155831.829000', '155851.712000', '155851.715000', '155851.718000', '155851.720000', '155851.723000', '155851.726000', '155851.729000', '155851.731000', '155851.734000', '155851.737000', '155851.739000', '155851.742000', '155851.745000', '155851.747000', '155851.750000', '155851.752000', '155851.755000', '155851.758000', '155851.760000', '155851.763000', '155851.766000', '155851.769000', '155851.771000', '155851.774000', '155851.777000', '155851.779000', '155851.782000', '155851.784000', '155851.787000', '155851.790000', '155851.792000', '155851.795000', '155851.797000', '155851.800000', '155851.803000', '155851.805000', '155851.808000', '155851.811000', '155851.813000', '155851.816000', '155851.818000', '155851.821000', '155851.830000', '155851.832000', '155911.712000', '155911.715000', '155911.718000', '155911.721000', '155911.724000', '155911.726000', '155911.730000', '155911.733000', '155911.735000', '155911.740000', '155911.742000', '155911.745000', '155911.747000', '155911.750000', '155911.754000', '155911.757000', '155911.759000', '155911.762000', '155911.765000', '155911.767000', '155911.770000', '155911.773000', '155911.775000', '155911.778000', '155911.781000', '155911.783000', '155911.786000', '155911.788000', '155911.791000', '155911.794000', '155911.796000', '155911.799000', '155911.802000', '155911.804000', '155911.807000', '155911.810000', '155911.813000', '155911.815000', '155911.818000', '155911.820000', '155911.823000', '155911.826000', '155911.828000', '155931.712000', '155931.723000', '155931.726000', '155931.728000', '155931.731000', '155931.734000', '155931.736000', '155931.739000', '155931.742000', '155931.744000', '155931.747000', '155931.750000', '155931.752000', '155931.755000', '155931.757000', '155931.760000', '155931.763000', '155931.765000', '155931.768000', '155931.771000', '155931.773000', '155931.776000', '155931.779000', '155931.781000', '155931.784000', '155931.787000', '155931.789000', '155931.792000', '155931.795000', '155931.797000', '155931.800000', '155931.803000', '155931.805000', '155931.808000', '155931.810000', '155931.813000', '155931.816000', '155931.818000', '155931.821000', '155931.824000', '155931.826000', '155931.829000', '155931.832000', '155931.834000', '155951.712000', '155951.715000', '155951.718000', '155951.721000', '155951.723000', '155951.726000', '155951.729000', '155951.731000', '155951.734000', '155951.737000', '155951.739000', '155951.742000', '155951.744000', '155951.747000', '155951.750000', '155951.752000', '155951.755000', '155951.758000', '155951.761000', '155951.764000', '155951.767000', '155951.769000', '155951.772000', '155951.775000', '155951.777000', '155951.780000', '155951.782000', '155951.785000', '155951.788000', '155951.791000', '155951.793000', '155951.796000', '155951.798000', '155951.801000', '155951.804000', '155951.806000', '155951.809000', '155951.812000', '155951.814000', '155951.817000', '155951.820000', '155951.822000', '155951.825000', '160011.712000', '160011.714000', '160011.717000', '160011.720000', '160011.723000', '160011.725000', '160011.728000', '160011.731000', '160011.733000', '160011.736000', '160011.738000', '160011.741000', '160011.744000', '160011.746000', '160011.749000', '160011.752000', '160011.755000', '160011.757000', '160011.760000', '160011.763000', '160011.765000', '160011.768000', '160011.770000', '160011.773000', '160011.776000', '160011.778000', '160011.781000', '160011.784000', '160011.786000', '160011.789000', '160011.792000', '160011.794000', '160011.797000', '160011.800000', '160011.803000', '160011.805000', '160011.808000', '160011.810000', '160011.813000', '160011.816000', '160011.818000', '160011.821000', '160011.824000', '160011.826000', '160031.711000', '160031.714000', '160031.717000', '160031.720000', '160031.723000', '160031.725000', '160031.728000', '160031.731000', '160031.733000', '160031.736000', '160031.739000', '160031.741000', '160031.744000', '160031.747000', '160031.749000', '160031.752000', '160031.755000', '160031.757000', '160031.768000', '160031.770000', '160031.773000', '160031.776000', '160031.778000', '160031.781000', '160031.784000', '160031.786000', '160031.789000', '160031.793000', '160031.796000', '160031.799000', '160031.802000', '160031.805000', '160031.807000', '160031.810000', '160031.813000', '160031.815000', '160031.824000', '160031.827000', '160031.829000', '160031.832000', '160031.835000', '160031.837000', '160031.840000', '160051.712000', '160051.715000', '160051.717000', '160051.720000', '160051.723000', '160051.725000', '160051.728000', '160051.731000', '160051.733000', '160051.736000', '160051.738000', '160051.741000', '160051.744000', '160051.746000', '160051.749000', '160051.752000', '160051.754000', '160051.757000', '160051.760000', '160051.762000', '160051.765000', '160051.770000', '160051.772000', '160051.775000', '160051.777000', '160051.780000', '160051.783000', '160051.785000', '160051.788000', '160051.791000', '160051.793000', '160051.796000', '160051.798000', '160051.801000', '160051.804000', '160051.806000', '160051.809000', '160051.812000', '160051.814000', '160051.817000', '160051.820000', '160051.822000', '160051.825000', '160051.827000', '160111.712000', '160111.715000', '160111.718000', '160111.722000', '160111.724000', '160111.727000', '160111.729000', '160111.732000', '160111.735000', '160111.737000', '160111.740000', '160111.743000', '160111.745000', '160111.748000', '160111.750000', '160111.753000', '160111.756000', '160111.758000', '160111.761000', '160111.764000', '160111.766000', '160111.769000', '160111.772000', '160111.774000', '160111.777000', '160111.779000', '160111.782000', '160111.785000', '160111.787000', '160111.790000', '160111.793000', '160111.796000', '160111.798000', '160111.801000', '160111.803000', '160111.806000', '160111.809000', '160111.812000', '160111.815000', '160111.818000', '160111.821000', '160111.823000', '160111.826000', '160131.712000', '160131.715000', '160131.718000', '160131.721000', '160131.724000', '160131.726000', '160131.729000', '160131.731000', '160131.734000', '160131.737000', '160131.739000', '160131.742000', '160131.745000', '160131.747000', '160131.750000', '160131.753000', '160131.755000', '160131.758000', '160131.761000', '160131.763000', '160131.766000', '160131.769000', '160131.771000', '160131.774000', '160131.776000', '160131.787000', '160131.790000', '160131.792000', '160131.795000', '160131.798000', '160131.801000', '160131.803000', '160131.806000', '160131.809000', '160131.811000', '160131.814000', '160131.817000', '160131.819000', '160131.822000', '160131.824000', '160131.827000', '160131.830000', '160131.832000', '160131.835000', '160151.713000', '160151.716000', '160151.719000', '160151.721000', '160151.724000', '160151.726000', '160151.729000', '160151.732000', '160151.734000', '160151.737000', '160151.740000', '160151.742000', '160151.745000', '160151.748000', '160151.750000', '160151.753000', '160151.756000', '160151.758000', '160151.761000', '160151.764000', '160151.766000', '160151.769000', '160151.771000', '160151.774000', '160151.777000', '160151.779000', '160151.782000', '160151.785000', '160151.793000', '160151.796000', '160151.798000', '160151.801000', '160151.804000', '160151.806000', '160151.809000', '160151.811000', '160151.814000', '160151.816000', '160151.819000', '160151.822000', '160151.824000', '160151.827000', '160151.830000', '160211.712000', '160211.715000', '160211.718000', '160211.721000', '160211.723000', '160211.726000', '160211.728000', '160211.731000', '160211.734000', '160211.736000', '160211.739000', '160211.742000', '160211.744000', '160211.747000', '160211.750000', '160211.752000', '160211.755000', '160211.757000', '160211.760000', '160211.763000', '160211.765000', '160211.768000', '160211.771000', '160211.773000', '160211.776000', '160211.779000', '160211.781000', '160211.784000', '160211.787000', '160211.789000', '160211.792000', '160211.795000', '160211.797000', '160211.800000', '160211.803000', '160211.805000', '160211.808000', '160211.811000', '160211.813000', '160211.816000', '160211.819000', '160211.821000', '160211.824000', '160211.827000', '160231.711000', '160231.715000', '160231.717000', '160231.720000', '160231.722000', '160231.725000', '160231.728000', '160231.730000', '160231.733000', '160231.736000', '160231.738000', '160231.741000', '160231.744000', '160231.746000', '160231.749000', '160231.752000', '160231.754000', '160231.757000', '160231.759000', '160231.762000', '160231.765000', '160231.767000', '160231.770000', '160231.773000', '160231.775000', '160231.778000', '160231.780000', '160231.783000', '160231.786000', '160231.788000', '160231.791000', '160231.794000', '160231.796000', '160231.799000', '160231.802000', '160231.804000', '160231.807000', '160231.810000', '160231.812000', '160231.815000', '160231.817000', '160231.820000', '160231.823000', '160232.257000', '160232.260000'], 'InstanceCreationTime': ['155551.759000', '155551.764000', '155551.767000', '155551.770000', '155551.772000', '155551.775000', '155551.778000', '155551.780000', '155551.783000', '155551.785000', '155551.788000', '155551.791000', '155551.793000', '155551.796000', '155551.799000', '155551.801000', '155551.804000', '155551.806000', '155551.809000', '155551.812000', '155551.814000', '155551.817000', '155551.820000', '155551.822000', '155551.825000', '155551.828000', '155551.830000', '155551.845000', '155551.848000', '155551.851000', '155551.853000', '155551.856000', '155551.858000', '155551.861000', '155551.864000', '155551.866000', '155551.869000', '155551.871000', '155551.874000', '155551.876000', '155551.879000', '155551.882000', '155551.884000', '155551.892000', '155551.895000', '155551.898000', '155551.900000', '155551.903000', '155551.905000', '155551.908000', '155551.911000', '155551.913000', '155551.916000', '155551.919000', '155551.921000', '155611.711000', '155611.714000', '155611.717000', '155611.720000', '155611.722000', '155611.725000', '155611.727000', '155611.730000', '155611.733000', '155611.735000', '155611.738000', '155611.741000', '155611.743000', '155611.746000', '155611.748000', '155611.751000', '155611.754000', '155611.756000', '155611.759000', '155611.761000', '155611.764000', '155611.767000', '155611.769000', '155611.772000', '155611.774000', '155611.777000', '155611.780000', '155611.782000', '155611.785000', '155611.788000', '155611.790000', '155611.793000', '155611.796000', '155611.798000', '155611.801000', '155611.803000', '155611.806000', '155611.809000', '155611.811000', '155611.814000', '155611.816000', '155611.819000', '155611.822000', '155631.713000', '155631.715000', '155631.718000', '155631.721000', '155631.724000', '155631.726000', '155631.729000', '155631.732000', '155631.734000', '155631.737000', '155631.740000', '155631.742000', '155631.755000', '155631.758000', '155631.760000', '155631.763000', '155631.766000', '155631.768000', '155631.771000', '155631.773000', '155631.776000', '155631.779000', '155631.781000', '155631.784000', '155631.787000', '155631.789000', '155631.792000', '155631.795000', '155631.797000', '155631.800000', '155631.803000', '155631.805000', '155631.808000', '155631.810000', '155631.813000', '155631.816000', '155631.818000', '155631.821000', '155631.823000', '155631.826000', '155631.829000', '155631.831000', '155631.834000', '155651.712000', '155651.715000', '155651.718000', '155651.721000', '155651.723000', '155651.726000', '155651.728000', '155651.731000', '155651.739000', '155651.742000', '155651.744000', '155651.747000', '155651.750000', '155651.752000', '155651.755000', '155651.758000', '155651.760000', '155651.763000', '155651.765000', '155651.768000', '155651.771000', '155651.773000', '155651.776000', '155651.779000', '155651.781000', '155651.784000', '155651.786000', '155651.789000', '155651.792000', '155651.794000', '155651.797000', '155651.800000', '155651.802000', '155651.805000', '155651.807000', '155651.810000', '155651.812000', '155651.815000', '155651.818000', '155651.820000', '155651.823000', '155651.825000', '155651.828000', '155651.831000', '155711.712000', '155711.715000', '155711.718000', '155711.721000', '155711.723000', '155711.726000', '155711.728000', '155711.731000', '155711.734000', '155711.736000', '155711.739000', '155711.742000', '155711.744000', '155711.747000', '155711.750000', '155711.752000', '155711.755000', '155711.757000', '155711.760000', '155711.763000', '155711.765000', '155711.768000', '155711.771000', '155711.773000', '155711.776000', '155711.779000', '155711.781000', '155711.784000', '155711.787000', '155711.789000', '155711.792000', '155711.795000', '155711.797000', '155711.800000', '155711.802000', '155711.805000', '155711.808000', '155711.810000', '155711.813000', '155711.816000', '155711.818000', '155711.821000', '155711.824000', '155711.826000', '155731.713000', '155731.716000', '155731.718000', '155731.721000', '155731.723000', '155731.726000', '155731.729000', '155731.731000', '155731.734000', '155731.737000', '155731.739000', '155731.754000', '155731.757000', '155731.759000', '155731.762000', '155731.764000', '155731.767000', '155731.770000', '155731.772000', '155731.775000', '155731.778000', '155731.780000', '155731.783000', '155731.786000', '155731.788000', '155731.791000', '155731.794000', '155731.796000', '155731.799000', '155731.802000', '155731.804000', '155731.807000', '155731.809000', '155731.812000', '155731.815000', '155731.817000', '155731.820000', '155731.823000', '155731.825000', '155731.828000', '155731.830000', '155731.833000', '155731.836000', '155751.713000', '155751.716000', '155751.719000', '155751.722000', '155751.724000', '155751.727000', '155751.730000', '155751.732000', '155751.735000', '155751.737000', '155751.740000', '155751.743000', '155751.745000', '155751.748000', '155751.751000', '155751.753000', '155751.756000', '155751.758000', '155751.761000', '155751.764000', '155751.766000', '155751.769000', '155751.772000', '155751.774000', '155751.777000', '155751.779000', '155751.782000', '155751.785000', '155751.787000', '155751.790000', '155751.793000', '155751.795000', '155751.798000', '155751.800000', '155751.803000', '155751.806000', '155751.808000', '155751.811000', '155751.813000', '155751.816000', '155751.819000', '155751.821000', '155751.831000', '155811.712000', '155811.715000', '155811.717000', '155811.720000', '155811.723000', '155811.725000', '155811.728000', '155811.731000', '155811.733000', '155811.736000', '155811.739000', '155811.741000', '155811.744000', '155811.747000', '155811.749000', '155811.752000', '155811.755000', '155811.757000', '155811.760000', '155811.763000', '155811.765000', '155811.768000', '155811.771000', '155811.773000', '155811.776000', '155811.779000', '155811.781000', '155811.784000', '155811.786000', '155811.789000', '155811.792000', '155811.794000', '155811.797000', '155811.800000', '155811.802000', '155811.805000', '155811.807000', '155811.810000', '155811.813000', '155811.816000', '155811.818000', '155811.821000', '155811.823000', '155811.826000', '155831.712000', '155831.714000', '155831.717000', '155831.720000', '155831.723000', '155831.725000', '155831.728000', '155831.731000', '155831.733000', '155831.736000', '155831.739000', '155831.741000', '155831.744000', '155831.747000', '155831.749000', '155831.752000', '155831.755000', '155831.761000', '155831.764000', '155831.767000', '155831.769000', '155831.772000', '155831.775000', '155831.777000', '155831.780000', '155831.783000', '155831.785000', '155831.788000', '155831.791000', '155831.793000', '155831.796000', '155831.798000', '155831.801000', '155831.804000', '155831.806000', '155831.809000', '155831.812000', '155831.815000', '155831.818000', '155831.821000', '155831.823000', '155831.826000', '155831.829000', '155851.712000', '155851.715000', '155851.718000', '155851.720000', '155851.723000', '155851.726000', '155851.729000', '155851.731000', '155851.734000', '155851.737000', '155851.739000', '155851.742000', '155851.745000', '155851.747000', '155851.750000', '155851.752000', '155851.755000', '155851.758000', '155851.760000', '155851.763000', '155851.766000', '155851.769000', '155851.771000', '155851.774000', '155851.777000', '155851.779000', '155851.782000', '155851.784000', '155851.787000', '155851.790000', '155851.792000', '155851.795000', '155851.797000', '155851.800000', '155851.803000', '155851.805000', '155851.808000', '155851.811000', '155851.813000', '155851.816000', '155851.818000', '155851.821000', '155851.830000', '155851.832000', '155911.712000', '155911.715000', '155911.718000', '155911.721000', '155911.724000', '155911.726000', '155911.730000', '155911.733000', '155911.735000', '155911.740000', '155911.742000', '155911.745000', '155911.747000', '155911.750000', '155911.754000', '155911.757000', '155911.759000', '155911.762000', '155911.765000', '155911.767000', '155911.770000', '155911.773000', '155911.775000', '155911.778000', '155911.781000', '155911.783000', '155911.786000', '155911.788000', '155911.791000', '155911.794000', '155911.796000', '155911.799000', '155911.802000', '155911.804000', '155911.807000', '155911.810000', '155911.813000', '155911.815000', '155911.818000', '155911.820000', '155911.823000', '155911.826000', '155911.828000', '155931.712000', '155931.723000', '155931.726000', '155931.728000', '155931.731000', '155931.734000', '155931.736000', '155931.739000', '155931.742000', '155931.744000', '155931.747000', '155931.750000', '155931.752000', '155931.755000', '155931.757000', '155931.760000', '155931.763000', '155931.765000', '155931.768000', '155931.771000', '155931.773000', '155931.776000', '155931.779000', '155931.781000', '155931.784000', '155931.787000', '155931.789000', '155931.792000', '155931.795000', '155931.797000', '155931.800000', '155931.803000', '155931.805000', '155931.808000', '155931.810000', '155931.813000', '155931.816000', '155931.818000', '155931.821000', '155931.824000', '155931.826000', '155931.829000', '155931.832000', '155931.834000', '155951.712000', '155951.715000', '155951.718000', '155951.721000', '155951.723000', '155951.726000', '155951.729000', '155951.731000', '155951.734000', '155951.737000', '155951.739000', '155951.742000', '155951.744000', '155951.747000', '155951.750000', '155951.752000', '155951.755000', '155951.758000', '155951.761000', '155951.764000', '155951.767000', '155951.769000', '155951.772000', '155951.775000', '155951.777000', '155951.780000', '155951.782000', '155951.785000', '155951.788000', '155951.791000', '155951.793000', '155951.796000', '155951.798000', '155951.801000', '155951.804000', '155951.806000', '155951.809000', '155951.812000', '155951.814000', '155951.817000', '155951.820000', '155951.822000', '155951.825000', '160011.712000', '160011.714000', '160011.717000', '160011.720000', '160011.723000', '160011.725000', '160011.728000', '160011.731000', '160011.733000', '160011.736000', '160011.738000', '160011.741000', '160011.744000', '160011.746000', '160011.749000', '160011.752000', '160011.755000', '160011.757000', '160011.760000', '160011.763000', '160011.765000', '160011.768000', '160011.770000', '160011.773000', '160011.776000', '160011.778000', '160011.781000', '160011.784000', '160011.786000', '160011.789000', '160011.792000', '160011.794000', '160011.797000', '160011.800000', '160011.803000', '160011.805000', '160011.808000', '160011.810000', '160011.813000', '160011.816000', '160011.818000', '160011.821000', '160011.824000', '160011.826000', '160031.711000', '160031.714000', '160031.717000', '160031.720000', '160031.723000', '160031.725000', '160031.728000', '160031.731000', '160031.733000', '160031.736000', '160031.739000', '160031.741000', '160031.744000', '160031.747000', '160031.749000', '160031.752000', '160031.755000', '160031.757000', '160031.768000', '160031.770000', '160031.773000', '160031.776000', '160031.778000', '160031.781000', '160031.784000', '160031.786000', '160031.789000', '160031.793000', '160031.796000', '160031.799000', '160031.802000', '160031.805000', '160031.807000', '160031.810000', '160031.813000', '160031.815000', '160031.824000', '160031.827000', '160031.829000', '160031.832000', '160031.835000', '160031.837000', '160031.840000', '160051.712000', '160051.715000', '160051.717000', '160051.720000', '160051.723000', '160051.725000', '160051.728000', '160051.731000', '160051.733000', '160051.736000', '160051.738000', '160051.741000', '160051.744000', '160051.746000', '160051.749000', '160051.752000', '160051.754000', '160051.757000', '160051.760000', '160051.762000', '160051.765000', '160051.770000', '160051.772000', '160051.775000', '160051.777000', '160051.780000', '160051.783000', '160051.785000', '160051.788000', '160051.791000', '160051.793000', '160051.796000', '160051.798000', '160051.801000', '160051.804000', '160051.806000', '160051.809000', '160051.812000', '160051.814000', '160051.817000', '160051.820000', '160051.822000', '160051.825000', '160051.827000', '160111.712000', '160111.715000', '160111.718000', '160111.722000', '160111.724000', '160111.727000', '160111.729000', '160111.732000', '160111.735000', '160111.737000', '160111.740000', '160111.743000', '160111.745000', '160111.748000', '160111.750000', '160111.753000', '160111.756000', '160111.758000', '160111.761000', '160111.764000', '160111.766000', '160111.769000', '160111.772000', '160111.774000', '160111.777000', '160111.779000', '160111.782000', '160111.785000', '160111.787000', '160111.790000', '160111.793000', '160111.796000', '160111.798000', '160111.801000', '160111.803000', '160111.806000', '160111.809000', '160111.812000', '160111.815000', '160111.818000', '160111.821000', '160111.823000', '160111.826000', '160131.712000', '160131.715000', '160131.718000', '160131.721000', '160131.724000', '160131.726000', '160131.729000', '160131.731000', '160131.734000', '160131.737000', '160131.739000', '160131.742000', '160131.745000', '160131.747000', '160131.750000', '160131.753000', '160131.755000', '160131.758000', '160131.761000', '160131.763000', '160131.766000', '160131.769000', '160131.771000', '160131.774000', '160131.776000', '160131.787000', '160131.790000', '160131.792000', '160131.795000', '160131.798000', '160131.801000', '160131.803000', '160131.806000', '160131.809000', '160131.811000', '160131.814000', '160131.817000', '160131.819000', '160131.822000', '160131.824000', '160131.827000', '160131.830000', '160131.832000', '160131.835000', '160151.713000', '160151.716000', '160151.719000', '160151.721000', '160151.724000', '160151.726000', '160151.729000', '160151.732000', '160151.734000', '160151.737000', '160151.740000', '160151.742000', '160151.745000', '160151.748000', '160151.750000', '160151.753000', '160151.756000', '160151.758000', '160151.761000', '160151.764000', '160151.766000', '160151.769000', '160151.771000', '160151.774000', '160151.777000', '160151.779000', '160151.782000', '160151.785000', '160151.793000', '160151.796000', '160151.798000', '160151.801000', '160151.804000', '160151.806000', '160151.809000', '160151.811000', '160151.814000', '160151.816000', '160151.819000', '160151.822000', '160151.824000', '160151.827000', '160151.830000', '160211.712000', '160211.715000', '160211.718000', '160211.721000', '160211.723000', '160211.726000', '160211.728000', '160211.731000', '160211.734000', '160211.736000', '160211.739000', '160211.742000', '160211.744000', '160211.747000', '160211.750000', '160211.752000', '160211.755000', '160211.757000', '160211.760000', '160211.763000', '160211.765000', '160211.768000', '160211.771000', '160211.773000', '160211.776000', '160211.779000', '160211.781000', '160211.784000', '160211.787000', '160211.789000', '160211.792000', '160211.795000', '160211.797000', '160211.800000', '160211.803000', '160211.805000', '160211.808000', '160211.811000', '160211.813000', '160211.816000', '160211.819000', '160211.821000', '160211.824000', '160211.827000', '160231.711000', '160231.715000', '160231.717000', '160231.720000', '160231.722000', '160231.725000', '160231.728000', '160231.730000', '160231.733000', '160231.736000', '160231.738000', '160231.741000', '160231.744000', '160231.746000', '160231.749000', '160231.752000', '160231.754000', '160231.757000', '160231.759000', '160231.762000', '160231.765000', '160231.767000', '160231.770000', '160231.773000', '160231.775000', '160231.778000', '160231.780000', '160231.783000', '160231.786000', '160231.788000', '160231.791000', '160231.794000', '160231.796000', '160231.799000', '160231.802000', '160231.804000', '160231.807000', '160231.810000', '160231.812000', '160231.815000', '160231.817000', '160231.820000', '160231.823000', '160232.257000', '160232.260000'], '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': [15719, 10264, 11947, 9658, 13309, 9454, 13056, 9476, 13787, 10001, 13412, 11767, 10930, 10937, 11041, 10974, 10779, 8505, 10650, 10481, 10265, 12168, 10115, 13026, 10228, 12555, 11887, 11930, 11726, 12393, 11575, 10564, 12417, 10026, 14552, 10339, 12048, 11723, 11703, 9594, 10815, 9905, 9542, 14104, 10884, 11404, 11944, 11170, 9004, 10056, 11003, 9824, 12840, 9797, 12282, 11165, 11480, 11216, 10952, 11250, 10627, 10938, 9613, 17313, 10192, 12126, 11543, 11629, 9171, 11082, 11234, 10479, 12317, 9078, 13565, 11769, 11286, 11053, 10951, 11347, 10685, 9659, 10337, 11797, 9343, 13829, 10870, 12950, 11081, 11252, 11324, 11290, 8685, 10748, 10010, 10409, 15870, 10377, 15199, 10946, 12149, 11781, 11428, 10428, 10831, 10229, 10460, 9753, 10575, 10534, 10029, 9641, 9792, 13805, 11797, 10841, 11013, 11271, 11180, 10888, 21759, 14095, 14227, 12235, 11458, 9615, 11508, 10171, 10713, 21680, 11948, 12501, 14120, 11074, 11141, 11461, 10249, 11270, 11045, 11991, 12394, 9244, 18704, 10994, 12836, 13465, 13338, 12029, 9637, 14275, 11326, 11352, 11249, 11346, 9679, 10874, 10372, 10352, 9345, 9401, 12632, 9875, 14767, 11297, 12992, 10786, 11214, 11227, 11137, 11281, 10967, 9370, 9735, 19374, 11226, 12287, 11347, 11726, 10814, 11333, 8984, 10916, 10548, 10753, 9674, 10684, 18057, 10045, 19112, 10262, 13150, 11478, 12332, 12534, 12143, 10053, 10405, 10064, 10182, 14087, 9383, 15517, 10310, 11898, 11119, 11381, 9046, 10754, 10503, 9734, 13214, 9511, 12814, 11371, 11057, 10412, 10758, 10918, 10088, 11676, 9102, 12208, 9863, 12477, 10843, 11310, 11247, 10569, 10746, 10063, 9771, 10009, 9433, 11205, 11217, 10745, 10449, 9621, 19955, 11184, 14014, 14904, 13981, 11195, 11102, 10677, 11205, 19774, 10137, 20647, 10869, 11398, 11678, 11215, 9581, 11403, 9931, 9681, 15177, 10901, 11223, 11106, 11204, 10602, 10942, 9885, 10015, 9666, 10068, 15437, 11281, 11715, 12717, 12361, 9928, 10946, 10106, 10371, 11868, 10085, 17119, 10745, 11521, 11790, 10477, 9353, 10716, 9629, 9703, 20783, 11313, 12784, 10986, 11104, 10701, 10511, 13510, 10218, 18481, 11023, 11385, 11390, 10898, 11155, 11373, 9619, 10345, 9719, 10271, 10593, 10010, 16354, 10186, 12416, 12279, 10930, 11706, 11327, 9798, 11118, 11731, 10632, 12540, 10244, 12655, 11250, 11886, 10471, 10823, 10805, 10269, 10956, 9210, 15770, 10780, 17350, 10653, 11591, 11651, 10805, 10418, 10996, 9909, 10854, 10876, 10157, 14716, 9594, 16422, 12380, 11475, 12695, 12706, 10862, 11108, 12189, 9936, 13217, 9874, 12856, 11412, 12275, 12747, 11788, 11736, 13445, 10796, 11190, 11211, 10953, 9079, 11572, 10237, 10185, 12719, 9434, 15220, 12582, 13819, 10788, 11119, 10148, 10509, 13847, 9509, 13228, 9546, 12967, 10729, 11958, 10970, 10647, 10991, 9701, 10405, 9885, 11133, 10487, 9137, 9814, 10800, 10470, 17629, 10627, 17727, 10000, 15045, 10806, 12444, 11972, 12748, 11116, 12943, 11670, 10851, 10847, 10382, 18939, 10527, 17296, 10519, 11226, 11347, 11468, 10378, 11303, 10614, 9892, 10251, 9711, 13055, 10392, 13366, 10908, 11142, 10902, 10448, 9308, 10559, 9733, 9860, 11915, 9747, 11973, 9966, 12632, 11717, 11754, 11457, 11869, 11138, 10074, 11172, 10038, 11922, 9863, 18294, 10947, 12228, 12058, 10836, 9336, 11378, 9550, 10642, 16909, 10354, 15071, 10815, 11670, 11306, 11447, 10918, 10894, 10391, 10146, 9805, 9758, 11529, 9826, 15368, 10247, 12128, 12179, 10792, 10331, 11172, 9159, 10770, 9615, 9698, 10065, 9932, 12572, 11371, 11346, 10800, 11122, 10079, 9644, 12074, 10010, 12737, 10801, 11749, 10208, 10583, 10190, 10395, 9857, 10303, 17240, 11293, 11665, 10854, 12091, 11464, 10484, 20852, 12169, 11930, 12566, 11416, 10597, 11283, 9825, 10334, 16769, 10751, 14921, 10882, 11355, 10575, 11302, 10140, 10119, 10865, 10455, 12709, 12575, 11724, 10281, 11559, 10112, 10044, 13683, 11088, 11209, 10636, 11043, 9308, 10791, 10076, 9669, 13322, 10290, 13121, 11954, 11651, 12300, 12093, 9424, 10447, 11335, 9670, 12210, 10527, 15877, 11076, 11962, 11142, 11157, 10992, 10629, 11421, 10009, 17761, 11452, 13107, 11324, 11250, 9931, 11120, 9866, 10639, 15197, 9992, 13064, 12279, 10942, 10442, 10942, 10655, 10404, 11369, 9576, 11307, 10099, 13791, 10720, 11961, 12826, 10724, 10452, 10724, 10236, 10638, 10208, 9255, 11219, 9602, 14314, 11387, 12089, 12824, 14008, 10827, 11130, 9309, 11162, 10021, 12395, 10629, 10971, 9678, 10077, 12375, 9815, 17670, 10875, 13432, 11109, 11387, 10151, 10878, 9759, 9891, 12700, 10028, 12433, 12080, 11439, 11742, 11240, 10444, 10617, 10317, 10083, 11556, 9527, 12277, 10312, 12327, 11279, 11444, 10751, 11083, 9651, 10609, 9227, 10042, 17840, 11424, 17596, 11090, 12053, 10925, 11375, 9343, 10956, 9661, 10605, 9766, 10218, 11560, 9706, 11035, 10237, 13522, 11495, 12047, 11524, 11399, 9869, 11188, 11949, 10009, 20813, 12076, 14278, 11367, 11046, 9976, 10661, 10074, 9974, 11685, 10148, 13889, 12467, 11151, 11028, 10941, 10619, 11092, 10167, 10808, 9316, 10415, 11892, 10220, 14287, 12614, 11711, 11361, 11287, 10999, 10929, 11590, 10638, 11592, 11251, 9245, 9131, 11239, 15067, 11795, 18868, 11733, 19104, 13812, 17402, 12171, 14062, 11182, 11623, 11102, 10880, 8696, 11179, 10029, 11057, 9765, 10923, 9140, 10577, 9718, 10110, 17041, 10196, 13650, 9880, 16881, 10693, 14996, 13080, 14625, 11412, 11807, 9322, 11338, 9500, 10593, 9816, 9997, 9142, 10942, 11408, 10196, 9459, 9239, 12627, 9653, 12396, 9725, 15139, 9743, 13509, 10953, 14360, 10720, 15708, 10516, 11453, 11661, 11290, 11654, 15179, 10804, 11790, 9190, 11207, 10050, 11593, 14376, 9895, 12313, 9742, 13332, 10669, 12132, 12235, 13986, 10974, 11383, 8921, 11190, 9518, 10949, 10229, 9520, 13701, 10432, 11867, 11915, 11461, 9625, 10579, 10398, 10608, 10387, 9750, 18020, 9995, 11386, 10704, 10921, 8797, 10688, 9838, 9434, 10852, 9855, 13863, 11119, 11952, 10767, 10716, 8915, 10265, 9809, 10130, 11255, 10010, 18416, 11885, 11254, 10794, 10977, 9347, 11019, 9799, 10303, 8854, 9577, 10906, 9566, 10420, 9941, 19663, 10812, 12742, 12019, 11329, 8970, 11265, 9822, 11131, 9263, 10934, 15824, 10141, 16380, 12016, 15536, 10953, 12378, 11260, 11419, 12038, 11273, 12050, 12454, 10018, 11096, 10322, 10950, 10097, 11491, 9750, 11664, 13104, 10941, 10722, 10098, 12797, 10341, 18741, 11467, 17390, 11668, 11986, 12243, 11641, 11059, 11652, 8927, 10972, 9931, 10965, 9043, 11081, 14253, 9453, 19599, 11846, 14866, 10872, 11547, 11474, 11420, 11298, 11987, 10285, 10983, 10493], 'WindowCenter': [4838.0, 4774.0, 4766.0, 4727.0, 4761.0, 4722.0, 4746.0, 4707.0, 4743.0, 4705.0, 4743.0, 4725.0, 4714.0, 4715.0, 4713.0, 4717.0, 4715.0, 4685.0, 4705.0, 4702.0, 4704.0, 4726.0, 4705.0, 4735.0, 4704.0, 4720.0, 4722.0, 4724.0, 4712.0, 4708.0, 4698.0, 4703.0, 4722.0, 4702.0, 4730.0, 4694.0, 4710.0, 4713.0, 4712.0, 4692.0, 4702.0, 4689.0, 4691.0, 4728.0, 4712.0, 4712.0, 4711.0, 4700.0, 4681.0, 4690.0, 4703.0, 4690.0, 4720.0, 4692.0, 4710.0, 4711.0, 4712.0, 4712.0, 4702.0, 4701.0, 4701.0, 4702.0, 4696.0, 4739.0, 4693.0, 4710.0, 4712.0, 4711.0, 4691.0, 4710.0, 4701.0, 4700.0, 4712.0, 4684.0, 4731.0, 4712.0, 4701.0, 4713.0, 4702.0, 4711.0, 4705.0, 4693.0, 4701.0, 4711.0, 4680.0, 4734.0, 4714.0, 4720.0, 4713.0, 4712.0, 4715.0, 4724.0, 4684.0, 4715.0, 4702.0, 4715.0, 4753.0, 4704.0, 4742.0, 4714.0, 4722.0, 4711.0, 4715.0, 4702.0, 4712.0, 4703.0, 4701.0, 4695.0, 4715.0, 4715.0, 4705.0, 4694.0, 4719.0, 4746.0, 4736.0, 4726.0, 4726.0, 4726.0, 4713.0, 4727.0, 4773.0, 4747.0, 4744.0, 4726.0, 4723.0, 4706.0, 4724.0, 4687.0, 4714.0, 4773.0, 4723.0, 4733.0, 4732.0, 4711.0, 4714.0, 4712.0, 4703.0, 4713.0, 4713.0, 4712.0, 4709.0, 4694.0, 4750.0, 4714.0, 4724.0, 4722.0, 4721.0, 4709.0, 4690.0, 4718.0, 4698.0, 4697.0, 4711.0, 4711.0, 4693.0, 4714.0, 4701.0, 4702.0, 4683.0, 4694.0, 4722.0, 4707.0, 4730.0, 4714.0, 4733.0, 4714.0, 4713.0, 4714.0, 4701.0, 4712.0, 4715.0, 4693.0, 4693.0, 4761.0, 4714.0, 4722.0, 4712.0, 4710.0, 4702.0, 4711.0, 4681.0, 4702.0, 4702.0, 4700.0, 4691.0, 4714.0, 4750.0, 4694.0, 4747.0, 4691.0, 4719.0, 4712.0, 4720.0, 4722.0, 4710.0, 4690.0, 4691.0, 4691.0, 4701.0, 4718.0, 4681.0, 4729.0, 4691.0, 4707.0, 4712.0, 4711.0, 4671.0, 4689.0, 4688.0, 4679.0, 4719.0, 4693.0, 4720.0, 4712.0, 4699.0, 4702.0, 4700.0, 4700.0, 4702.0, 4712.0, 4683.0, 4710.0, 4694.0, 4720.0, 4712.0, 4713.0, 4725.0, 4703.0, 4714.0, 4704.0, 4705.0, 4703.0, 4707.0, 4728.0, 4726.0, 4716.0, 4713.0, 4706.0, 4772.0, 4727.0, 4745.0, 4743.0, 4744.0, 4700.0, 4712.0, 4714.0, 4725.0, 4762.0, 4705.0, 4772.0, 4713.0, 4712.0, 4725.0, 4712.0, 4694.0, 4724.0, 4703.0, 4704.0, 4740.0, 4715.0, 4712.0, 4714.0, 4714.0, 4704.0, 4715.0, 4690.0, 4704.0, 4693.0, 4704.0, 4743.0, 4726.0, 4723.0, 4732.0, 4710.0, 4693.0, 4712.0, 4703.0, 4705.0, 4723.0, 4704.0, 4751.0, 4714.0, 4724.0, 4724.0, 4715.0, 4695.0, 4714.0, 4693.0, 4706.0, 4773.0, 4714.0, 4722.0, 4713.0, 4712.0, 4703.0, 4715.0, 4721.0, 4703.0, 4748.0, 4711.0, 4723.0, 4726.0, 4713.0, 4713.0, 4711.0, 4693.0, 4704.0, 4705.0, 4715.0, 4714.0, 4705.0, 4753.0, 4704.0, 4733.0, 4724.0, 4714.0, 4725.0, 4712.0, 4692.0, 4716.0, 4725.0, 4701.0, 4723.0, 4704.0, 4722.0, 4713.0, 4726.0, 4691.0, 4714.0, 4714.0, 4704.0, 4713.0, 4695.0, 4742.0, 4714.0, 4751.0, 4715.0, 4724.0, 4725.0, 4713.0, 4715.0, 4711.0, 4704.0, 4715.0, 4701.0, 4705.0, 4743.0, 4694.0, 4753.0, 4736.0, 4713.0, 4721.0, 4723.0, 4701.0, 4710.0, 4724.0, 4694.0, 4721.0, 4703.0, 4720.0, 4712.0, 4723.0, 4735.0, 4712.0, 4724.0, 4733.0, 4715.0, 4713.0, 4713.0, 4715.0, 4683.0, 4713.0, 4702.0, 4703.0, 4719.0, 4694.0, 4742.0, 4723.0, 4732.0, 4688.0, 4702.0, 4692.0, 4711.0, 4731.0, 4693.0, 4717.0, 4693.0, 4717.0, 4713.0, 4724.0, 4703.0, 4703.0, 4702.0, 4692.0, 4714.0, 4717.0, 4712.0, 4716.0, 4693.0, 4704.0, 4713.0, 4727.0, 4763.0, 4704.0, 4752.0, 4702.0, 4742.0, 4713.0, 4708.0, 4722.0, 4734.0, 4716.0, 4722.0, 4711.0, 4701.0, 4688.0, 4702.0, 4750.0, 4701.0, 4739.0, 4690.0, 4699.0, 4712.0, 4711.0, 4692.0, 4699.0, 4690.0, 4680.0, 4691.0, 4681.0, 4721.0, 4691.0, 4719.0, 4700.0, 4697.0, 4702.0, 4704.0, 4682.0, 4700.0, 4681.0, 4692.0, 4712.0, 4693.0, 4709.0, 4692.0, 4721.0, 4723.0, 4714.0, 4713.0, 4712.0, 4700.0, 4702.0, 4725.0, 4702.0, 4713.0, 4691.0, 4751.0, 4702.0, 4721.0, 4723.0, 4703.0, 4681.0, 4711.0, 4681.0, 4702.0, 4741.0, 4693.0, 4730.0, 4702.0, 4710.0, 4715.0, 4713.0, 4703.0, 4701.0, 4690.0, 4703.0, 4704.0, 4705.0, 4713.0, 4704.0, 4740.0, 4704.0, 4724.0, 4724.0, 4715.0, 4704.0, 4714.0, 4695.0, 4715.0, 4694.0, 4706.0, 4692.0, 4706.0, 4723.0, 4725.0, 4713.0, 4715.0, 4715.0, 4704.0, 4706.0, 4735.0, 4706.0, 4734.0, 4716.0, 4724.0, 4703.0, 4715.0, 4716.0, 4717.0, 4705.0, 4707.0, 4752.0, 4725.0, 4726.0, 4715.0, 4725.0, 4700.0, 4705.0, 4761.0, 4725.0, 4725.0, 4726.0, 4714.0, 4703.0, 4713.0, 4694.0, 4715.0, 4753.0, 4714.0, 4744.0, 4712.0, 4712.0, 4714.0, 4715.0, 4703.0, 4703.0, 4701.0, 4703.0, 4722.0, 4735.0, 4721.0, 4692.0, 4712.0, 4694.0, 4703.0, 4735.0, 4714.0, 4713.0, 4714.0, 4714.0, 4695.0, 4725.0, 4705.0, 4706.0, 4733.0, 4707.0, 4734.0, 4723.0, 4715.0, 4739.0, 4724.0, 4694.0, 4715.0, 4729.0, 4707.0, 4724.0, 4715.0, 4744.0, 4715.0, 4725.0, 4714.0, 4700.0, 4713.0, 4704.0, 4714.0, 4707.0, 4752.0, 4725.0, 4732.0, 4713.0, 4713.0, 4705.0, 4713.0, 4693.0, 4705.0, 4730.0, 4692.0, 4733.0, 4724.0, 4702.0, 4703.0, 4702.0, 4702.0, 4716.0, 4715.0, 4694.0, 4703.0, 4690.0, 4731.0, 4715.0, 4723.0, 4724.0, 4701.0, 4704.0, 4702.0, 4704.0, 4702.0, 4704.0, 4695.0, 4703.0, 4693.0, 4743.0, 4726.0, 4723.0, 4734.0, 4731.0, 4702.0, 4701.0, 4685.0, 4715.0, 4706.0, 4723.0, 4702.0, 4703.0, 4692.0, 4702.0, 4723.0, 4705.0, 4749.0, 4714.0, 4719.0, 4701.0, 4713.0, 4706.0, 4716.0, 4693.0, 4693.0, 4720.0, 4702.0, 4722.0, 4724.0, 4713.0, 4715.0, 4703.0, 4700.0, 4701.0, 4702.0, 4705.0, 4715.0, 4695.0, 4709.0, 4705.0, 4710.0, 4716.0, 4713.0, 4715.0, 4714.0, 4694.0, 4704.0, 4693.0, 4707.0, 4764.0, 4715.0, 4753.0, 4714.0, 4709.0, 4716.0, 4724.0, 4698.0, 4702.0, 4693.0, 4716.0, 4705.0, 4716.0, 4727.0, 4706.0, 4715.0, 4705.0, 4733.0, 4714.0, 4736.0, 4725.0, 4713.0, 4696.0, 4714.0, 4724.0, 4707.0, 4763.0, 4724.0, 4730.0, 4711.0, 4713.0, 4706.0, 4705.0, 4691.0, 4704.0, 4712.0, 4702.0, 4732.0, 4724.0, 4714.0, 4703.0, 4703.0, 4691.0, 4716.0, 4706.0, 4714.0, 4682.0, 4704.0, 4711.0, 4704.0, 4743.0, 4733.0, 4724.0, 4715.0, 4710.0, 4714.0, 4715.0, 4726.0, 4716.0, 4739.0, 4728.0, 4708.0, 4710.0, 4740.0, 4758.0, 4729.0, 4766.0, 4726.0, 4766.0, 4734.0, 4753.0, 4725.0, 4732.0, 4714.0, 4715.0, 4715.0, 4703.0, 4675.0, 4713.0, 4693.0, 4715.0, 4692.0, 4714.0, 4684.0, 4702.0, 4682.0, 4692.0, 4752.0, 4705.0, 4732.0, 4694.0, 4739.0, 4703.0, 4730.0, 4733.0, 4731.0, 4710.0, 4710.0, 4683.0, 4711.0, 4683.0, 4703.0, 4691.0, 4693.0, 4680.0, 4715.0, 4711.0, 4694.0, 4682.0, 4682.0, 4722.0, 4694.0, 4722.0, 4695.0, 4731.0, 4681.0, 4731.0, 4702.0, 4732.0, 4714.0, 4740.0, 4702.0, 4724.0, 4726.0, 4711.0, 4724.0, 4740.0, 4702.0, 4711.0, 4683.0, 4700.0, 4706.0, 4712.0, 4732.0, 4692.0, 4712.0, 4694.0, 4730.0, 4715.0, 4719.0, 4723.0, 4732.0, 4702.0, 4709.0, 4684.0, 4712.0, 4680.0, 4703.0, 4691.0, 4692.0, 4731.0, 4704.0, 4712.0, 4711.0, 4709.0, 4692.0, 4702.0, 4703.0, 4714.0, 4693.0, 4694.0, 4750.0, 4692.0, 4698.0, 4715.0, 4713.0, 4684.0, 4703.0, 4691.0, 4683.0, 4712.0, 4705.0, 4732.0, 4713.0, 4711.0, 4700.0, 4712.0, 4696.0, 4703.0, 4695.0, 4703.0, 4713.0, 4704.0, 4763.0, 4724.0, 4712.0, 4715.0, 4714.0, 4694.0, 4716.0, 4704.0, 4705.0, 4684.0, 4694.0, 4713.0, 4696.0, 4705.0, 4705.0, 4760.0, 4704.0, 4724.0, 4724.0, 4713.0, 4685.0, 4713.0, 4705.0, 4714.0, 4695.0, 4714.0, 4742.0, 4702.0, 4754.0, 4724.0, 4741.0, 4702.0, 4722.0, 4712.0, 4714.0, 4735.0, 4713.0, 4726.0, 4722.0, 4694.0, 4715.0, 4705.0, 4714.0, 4704.0, 4713.0, 4692.0, 4714.0, 4723.0, 4705.0, 4703.0, 4702.0, 4722.0, 4705.0, 4750.0, 4713.0, 4739.0, 4711.0, 4711.0, 4709.0, 4697.0, 4702.0, 4711.0, 4670.0, 4703.0, 4704.0, 4711.0, 4683.0, 4712.0, 4732.0, 4693.0, 4762.0, 4713.0, 4730.0, 4702.0, 4699.0, 4713.0, 4711.0, 4702.0, 4710.0, 4703.0, 4701.0, 4715.0], 'WindowWidth': [10546.0, 10447.0, 10420.0, 10360.0, 10396.0, 10344.0, 10364.0, 10314.0, 10358.0, 10306.0, 10357.0, 10334.0, 10316.0, 10319.0, 10313.0, 10324.0, 10319.0, 10276.0, 10304.0, 10296.0, 10302.0, 10333.0, 10305.0, 10341.0, 10299.0, 10319.0, 10324.0, 10326.0, 10308.0, 10295.0, 10282.0, 10296.0, 10321.0, 10295.0, 10331.0, 10285.0, 10301.0, 10308.0, 10310.0, 10279.0, 10293.0, 10271.0, 10276.0, 10325.0, 10310.0, 10305.0, 10306.0, 10288.0, 10263.0, 10275.0, 10297.0, 10274.0, 10316.0, 10279.0, 10303.0, 10306.0, 10309.0, 10308.0, 10293.0, 10291.0, 10292.0, 10293.0, 10290.0, 10337.0, 10283.0, 10304.0, 10305.0, 10304.0, 10281.0, 10303.0, 10291.0, 10291.0, 10305.0, 10270.0, 10334.0, 10308.0, 10290.0, 10308.0, 10291.0, 10304.0, 10302.0, 10281.0, 10293.0, 10304.0, 10260.0, 10341.0, 10312.0, 10316.0, 10312.0, 10307.0, 10316.0, 10329.0, 10274.0, 10316.0, 10297.0, 10317.0, 10367.0, 10301.0, 10348.0, 10313.0, 10320.0, 10303.0, 10315.0, 10295.0, 10306.0, 10298.0, 10292.0, 10288.0, 10320.0, 10316.0, 10305.0, 10286.0, 10329.0, 10365.0, 10349.0, 10334.0, 10335.0, 10334.0, 10312.0, 10337.0, 10395.0, 10364.0, 10356.0, 10332.0, 10326.0, 10307.0, 10327.0, 10266.0, 10314.0, 10393.0, 10324.0, 10339.0, 10332.0, 10307.0, 10312.0, 10309.0, 10297.0, 10312.0, 10311.0, 10305.0, 10297.0, 10285.0, 10355.0, 10313.0, 10328.0, 10317.0, 10318.0, 10298.0, 10274.0, 10309.0, 10280.0, 10280.0, 10307.0, 10305.0, 10287.0, 10315.0, 10293.0, 10296.0, 10269.0, 10287.0, 10323.0, 10309.0, 10331.0, 10314.0, 10339.0, 10312.0, 10312.0, 10313.0, 10291.0, 10309.0, 10315.0, 10284.0, 10283.0, 10377.0, 10314.0, 10321.0, 10309.0, 10302.0, 10294.0, 10304.0, 10266.0, 10294.0, 10294.0, 10288.0, 10279.0, 10313.0, 10358.0, 10284.0, 10347.0, 10277.0, 10312.0, 10307.0, 10318.0, 10319.0, 10300.0, 10274.0, 10276.0, 10274.0, 10292.0, 10308.0, 10265.0, 10326.0, 10276.0, 10295.0, 10307.0, 10305.0, 10250.0, 10271.0, 10266.0, 10256.0, 10311.0, 10280.0, 10317.0, 10306.0, 10282.0, 10293.0, 10289.0, 10288.0, 10294.0, 10309.0, 10270.0, 10302.0, 10285.0, 10317.0, 10308.0, 10312.0, 10332.0, 10298.0, 10316.0, 10300.0, 10305.0, 10301.0, 10313.0, 10343.0, 10335.0, 10321.0, 10312.0, 10308.0, 10393.0, 10336.0, 10359.0, 10353.0, 10354.0, 10285.0, 10310.0, 10315.0, 10332.0, 10379.0, 10304.0, 10392.0, 10309.0, 10309.0, 10333.0, 10310.0, 10287.0, 10328.0, 10297.0, 10301.0, 10344.0, 10317.0, 10310.0, 10313.0, 10312.0, 10300.0, 10319.0, 10275.0, 10302.0, 10284.0, 10301.0, 10352.0, 10333.0, 10324.0, 10337.0, 10300.0, 10284.0, 10309.0, 10300.0, 10303.0, 10324.0, 10301.0, 10361.0, 10313.0, 10329.0, 10328.0, 10316.0, 10288.0, 10314.0, 10285.0, 10307.0, 10394.0, 10314.0, 10322.0, 10311.0, 10309.0, 10295.0, 10317.0, 10317.0, 10298.0, 10351.0, 10307.0, 10325.0, 10333.0, 10311.0, 10313.0, 10307.0, 10285.0, 10300.0, 10305.0, 10319.0, 10315.0, 10304.0, 10366.0, 10299.0, 10341.0, 10328.0, 10313.0, 10330.0, 10309.0, 10283.0, 10320.0, 10329.0, 10290.0, 10322.0, 10300.0, 10320.0, 10309.0, 10334.0, 10277.0, 10314.0, 10313.0, 10299.0, 10312.0, 10292.0, 10350.0, 10313.0, 10362.0, 10315.0, 10328.0, 10330.0, 10309.0, 10317.0, 10309.0, 10301.0, 10316.0, 10291.0, 10303.0, 10350.0, 10286.0, 10368.0, 10345.0, 10310.0, 10318.0, 10324.0, 10289.0, 10303.0, 10326.0, 10285.0, 10318.0, 10297.0, 10315.0, 10308.0, 10321.0, 10342.0, 10307.0, 10327.0, 10336.0, 10316.0, 10310.0, 10309.0, 10316.0, 10267.0, 10312.0, 10295.0, 10297.0, 10313.0, 10286.0, 10352.0, 10323.0, 10332.0, 10267.0, 10293.0, 10279.0, 10308.0, 10333.0, 10283.0, 10306.0, 10283.0, 10306.0, 10313.0, 10327.0, 10296.0, 10294.0, 10292.0, 10279.0, 10315.0, 10323.0, 10310.0, 10320.0, 10284.0, 10300.0, 10312.0, 10338.0, 10379.0, 10301.0, 10361.0, 10295.0, 10348.0, 10310.0, 10298.0, 10323.0, 10343.0, 10318.0, 10320.0, 10302.0, 10291.0, 10265.0, 10292.0, 10355.0, 10291.0, 10338.0, 10274.0, 10284.0, 10307.0, 10304.0, 10280.0, 10280.0, 10272.0, 10259.0, 10278.0, 10263.0, 10317.0, 10277.0, 10311.0, 10287.0, 10278.0, 10294.0, 10295.0, 10266.0, 10288.0, 10262.0, 10280.0, 10306.0, 10282.0, 10300.0, 10277.0, 10318.0, 10325.0, 10310.0, 10309.0, 10305.0, 10287.0, 10295.0, 10331.0, 10296.0, 10309.0, 10276.0, 10359.0, 10293.0, 10319.0, 10322.0, 10295.0, 10264.0, 10303.0, 10262.0, 10296.0, 10345.0, 10281.0, 10327.0, 10292.0, 10302.0, 10315.0, 10309.0, 10298.0, 10291.0, 10272.0, 10297.0, 10302.0, 10303.0, 10310.0, 10300.0, 10344.0, 10299.0, 10329.0, 10329.0, 10314.0, 10300.0, 10311.0, 10291.0, 10319.0, 10286.0, 10305.0, 10280.0, 10305.0, 10326.0, 10332.0, 10313.0, 10316.0, 10317.0, 10298.0, 10306.0, 10345.0, 10305.0, 10339.0, 10318.0, 10327.0, 10299.0, 10317.0, 10322.0, 10323.0, 10304.0, 10308.0, 10365.0, 10331.0, 10333.0, 10316.0, 10330.0, 10285.0, 10302.0, 10371.0, 10330.0, 10330.0, 10330.0, 10311.0, 10293.0, 10311.0, 10284.0, 10318.0, 10366.0, 10314.0, 10353.0, 10308.0, 10307.0, 10316.0, 10317.0, 10297.0, 10297.0, 10293.0, 10297.0, 10323.0, 10344.0, 10319.0, 10278.0, 10308.0, 10283.0, 10299.0, 10342.0, 10313.0, 10310.0, 10315.0, 10313.0, 10290.0, 10332.0, 10302.0, 10306.0, 10337.0, 10306.0, 10341.0, 10324.0, 10315.0, 10357.0, 10327.0, 10285.0, 10315.0, 10343.0, 10309.0, 10327.0, 10316.0, 10353.0, 10315.0, 10330.0, 10314.0, 10288.0, 10309.0, 10300.0, 10312.0, 10309.0, 10364.0, 10328.0, 10335.0, 10309.0, 10312.0, 10304.0, 10311.0, 10282.0, 10300.0, 10328.0, 10282.0, 10338.0, 10326.0, 10294.0, 10296.0, 10293.0, 10294.0, 10317.0, 10315.0, 10284.0, 10295.0, 10275.0, 10331.0, 10316.0, 10326.0, 10327.0, 10289.0, 10298.0, 10294.0, 10298.0, 10294.0, 10298.0, 10288.0, 10293.0, 10284.0, 10352.0, 10333.0, 10326.0, 10341.0, 10329.0, 10294.0, 10286.0, 10273.0, 10316.0, 10303.0, 10322.0, 10293.0, 10295.0, 10279.0, 10296.0, 10325.0, 10302.0, 10353.0, 10312.0, 10312.0, 10288.0, 10312.0, 10304.0, 10316.0, 10281.0, 10284.0, 10317.0, 10296.0, 10321.0, 10325.0, 10308.0, 10314.0, 10296.0, 10287.0, 10292.0, 10294.0, 10304.0, 10315.0, 10289.0, 10297.0, 10301.0, 10301.0, 10318.0, 10309.0, 10315.0, 10311.0, 10284.0, 10301.0, 10284.0, 10308.0, 10382.0, 10315.0, 10364.0, 10313.0, 10294.0, 10317.0, 10328.0, 10296.0, 10293.0, 10281.0, 10317.0, 10301.0, 10320.0, 10334.0, 10306.0, 10315.0, 10303.0, 10339.0, 10312.0, 10348.0, 10329.0, 10310.0, 10289.0, 10312.0, 10326.0, 10307.0, 10378.0, 10327.0, 10330.0, 10306.0, 10311.0, 10305.0, 10301.0, 10274.0, 10299.0, 10306.0, 10297.0, 10336.0, 10326.0, 10311.0, 10297.0, 10296.0, 10275.0, 10318.0, 10305.0, 10313.0, 10268.0, 10299.0, 10305.0, 10300.0, 10354.0, 10338.0, 10326.0, 10314.0, 10305.0, 10315.0, 10316.0, 10335.0, 10323.0, 10357.0, 10340.0, 10314.0, 10319.0, 10361.0, 10379.0, 10341.0, 10386.0, 10330.0, 10389.0, 10339.0, 10364.0, 10328.0, 10334.0, 10312.0, 10316.0, 10314.0, 10297.0, 10259.0, 10309.0, 10282.0, 10317.0, 10280.0, 10312.0, 10269.0, 10292.0, 10266.0, 10278.0, 10365.0, 10301.0, 10334.0, 10284.0, 10338.0, 10293.0, 10327.0, 10337.0, 10329.0, 10301.0, 10299.0, 10269.0, 10306.0, 10267.0, 10296.0, 10276.0, 10280.0, 10262.0, 10314.0, 10303.0, 10285.0, 10265.0, 10265.0, 10321.0, 10287.0, 10319.0, 10287.0, 10331.0, 10262.0, 10332.0, 10293.0, 10335.0, 10312.0, 10343.0, 10294.0, 10328.0, 10333.0, 10306.0, 10329.0, 10344.0, 10294.0, 10302.0, 10268.0, 10286.0, 10304.0, 10310.0, 10333.0, 10279.0, 10304.0, 10284.0, 10332.0, 10318.0, 10316.0, 10325.0, 10332.0, 10292.0, 10299.0, 10274.0, 10308.0, 10259.0, 10296.0, 10275.0, 10277.0, 10331.0, 10300.0, 10306.0, 10306.0, 10298.0, 10278.0, 10291.0, 10297.0, 10315.0, 10282.0, 10285.0, 10356.0, 10280.0, 10279.0, 10317.0, 10311.0, 10273.0, 10296.0, 10277.0, 10269.0, 10309.0, 10304.0, 10335.0, 10310.0, 10303.0, 10291.0, 10310.0, 10293.0, 10298.0, 10286.0, 10298.0, 10308.0, 10300.0, 10382.0, 10326.0, 10307.0, 10314.0, 10312.0, 10290.0, 10319.0, 10299.0, 10302.0, 10271.0, 10284.0, 10315.0, 10290.0, 10302.0, 10302.0, 10373.0, 10298.0, 10326.0, 10325.0, 10308.0, 10272.0, 10308.0, 10304.0, 10315.0, 10287.0, 10312.0, 10346.0, 10295.0, 10368.0, 10325.0, 10346.0, 10294.0, 10319.0, 10307.0, 10311.0, 10345.0, 10311.0, 10331.0, 10319.0, 10285.0, 10316.0, 10304.0, 10312.0, 10299.0, 10310.0, 10282.0, 10314.0, 10322.0, 10300.0, 10294.0, 10293.0, 10321.0, 10302.0, 10357.0, 10310.0, 10341.0, 10304.0, 10302.0, 10301.0, 10276.0, 10293.0, 10302.0, 10245.0, 10295.0, 10299.0, 10306.0, 10268.0, 10307.0, 10330.0, 10280.0, 10376.0, 10308.0, 10327.0, 10291.0, 10284.0, 10308.0, 10305.0, 10293.0, 10300.0, 10296.0, 10288.0, 10318.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.0004289479392624729</td></tr>
<tr><td colspan=3>aqi</td><td>0.01632285097613883</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>34.1623019364821</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2141944706623249</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9995946804560257</td></tr>
<tr><td colspan=3>efc</td><td>0.469</td></tr>
<tr><td colspan=3>fber</td><td>6540.8838</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07279740451750141</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>3</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.32537960954446854</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4256560905882716</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.451967668813263</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.513996940061642</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3110036628899104</td></tr>
<tr><td colspan=3>gcor</td><td>0.00741299</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.016266247257590294</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.024309471249580383</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>922</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.939404436148592</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>37.3317</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>44.7739</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>186.1662</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>51.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>300406.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>838.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>375.6403</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.8203</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>593.8546</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3937.0397</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4136.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>76138.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1352.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5173.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1049.898</td></tr>
<tr><td colspan=3>tsnr</td><td>47.56926491763443</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>