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

616 lines
No EOL
109 KiB (Stored with Git Annex)
HTML

<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0058_ses-02_task-alignvideo_acq-mb8_run-04_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
<script>
var timestamp = Date.now()
function read_form() {
var ds = "<unset>";
var sub = "sub-0058_ses-02_task-alignvideo_acq-mb8_run-04_bold.nii.gz";
var artifacts = [];
$('#qcartifacts-group input:checked').each(function() {
artifacts.push($(this).attr('name'));
});
var rating = $('#qcslider').val();
var payload = {
'dataset': ds,
'subject': sub,
'rating': rating,
'artifacts': artifacts,
'time_sec': (Date.now() - timestamp) / 1000,
'confidence': $('#qcextra-confidence').val(),
'comments': $('#qcextra-comments').val()
};
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
$('#btn-download').attr('href', URL.createObjectURL(file));
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
return payload
};
function toggle_rating() {
if ($('#qcrating-menu').hasClass('d-none')) {
$('#qcrating-menu').removeClass('d-none');
$('#qcrating-toggler').prop('checked', true);
} else {
$('#qcrating-menu').addClass('d-none');
$('#qcrating-toggler').prop('checked', false);
}
};
$(window).on('load',function(){
var authorization = $('#btn-post').val()
if (authorization.includes("secret_token")) {
$('#btn-post').addClass('d-none');
};
timestamp = Date.now();
});
</script>
<style type="text/css">
/* The slider itself */
.slider {
-webkit-appearance: none; /* Override default CSS styles */
appearance: none;
margin-bottom: 8px;
margin-left: 10%;
width: 80%;
height: 5px; /* Specified height */
background: #d3d3d3; /* Grey background */
outline: none; /* Remove outline */
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
transition: opacity .2s;
}
/* Mouse-over effects */
.slider:hover {
opacity: 1; /* Fully shown on mouse-over */
}
.slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
.slider::-moz-range-thumb {
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
About
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="#errors">Errors</a></li>
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
</ul>
</li>
</ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>
<div id="Basic echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-04_session-02_subject-0058_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-0058/figures/sub-0058_ses-02_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0058/figures/sub-0058_ses-02_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0058/figures/sub-0058_ses-02_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-04_session-02_subject-0058_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-0058/figures/sub-0058_ses-02_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0058/figures/sub-0058_ses-02_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0058/figures/sub-0058_ses-02_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-04_session-02_subject-0058_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-0058/figures/sub-0058_ses-02_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0058/figures/sub-0058_ses-02_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0058/figures/sub-0058_ses-02_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-04_session-02_subject-0058_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-0058/figures/sub-0058_ses-02_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0058/figures/sub-0058_ses-02_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0058/figures/sub-0058_ses-02_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg</a></small>
</div>
</div>
<div id="Extended echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-mean_run-04_session-02_subject-0058_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-0058/figures/sub-0058_ses-02_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0058/figures/sub-0058_ses-02_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0058/figures/sub-0058_ses-02_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg</a></small>
</div>
</div>
<div id="Extended reports shared across echos" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-04_session-02_subject-0058_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-0058/figures/sub-0058_ses-02_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0058/figures/sub-0058_ses-02_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0058/figures/sub-0058_ses-02_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-04_session-02_subject-0058_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-0058/figures/sub-0058_ses-02_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0058/figures/sub-0058_ses-02_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0058/figures/sub-0058_ses-02_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0058/figures/sub-0058_ses-02_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg</a></small>
</div>
</div>
<div id="About" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">About</h1>
<div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
</div>
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p> <div class="accordion accordion-flush" id="about-metadata">
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-0">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
Provenance Information
</button>
</h2>
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0058/ses-02/func/sub-0058_ses-02_task-alignvideo_acq-mb8_run-04_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>37e5fc4dcf7f616e714dcbee179d197e</td></tr>
</table>
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-1">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
Dataset Information
</button>
</h2>
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>12:52:25.937500</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.998281, 0.0585163, -0.00333591, -0.0586095, 0.996174, -0.0648226]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-04_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.110259</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-04_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>34</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4146, -7696, -7286, 528, -30, 62, -5, 66]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</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>259.044</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>b0ad3d71-1fde-4d4e-808e-ffb4d8fac696||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.678314685821533, -0.15724492073059082, 0.0012690910371020436, 119.8332748413086], [-0.15699507296085358, 2.6726624965667725, -0.1752481460571289, -84.8444595336914], [-0.008950010873377323, 0.17391440272331238, 2.6943063735961914, -87.73595428466797], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>reorient_transform</td><td>[[0.0, -1.0, 0.0, 81.0], [1.0, 0.0, 0.0, 0.0], [0.0, 0.0, 1.0, 0.0], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>shape</td><td>[82, 82, 56, 914]</td></tr>
<tr><td>dcmmeta</td><td>slice_dim</td><td>2</td></tr>
<tr><td>dcmmeta</td><td>version</td><td>0.6</td></tr>
<tr><td colspan=2>time</td><td>{'samples': {'AcquisitionNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914], 'AcquisitionTime': ['125225.937500', '125226.397500', '125226.857500', '125227.317500', '125227.777500', '125228.237500', '125228.697500', '125229.157500', '125229.617500', '125230.077500', '125230.537500', '125230.997500', '125231.457500', '125231.917500', '125232.377500', '125232.837500', '125233.297500', '125233.757500', '125234.217500', '125234.677500', '125235.137500', '125235.597500', '125236.057500', '125236.517500', '125236.977500', '125237.437500', '125237.897500', '125238.357500', '125238.817500', '125239.277500', '125239.737500', '125240.197500', '125240.657500', '125241.117500', '125241.577500', '125242.037500', '125242.497500', '125242.957500', '125243.417500', '125243.877500', '125244.337500', '125244.797500', '125245.257500', '125245.717500', '125246.177500', '125246.637500', '125247.097500', '125247.557500', '125248.017500', '125248.477500', '125248.937500', '125249.397500', '125249.857500', '125250.317500', '125250.777500', '125251.237500', '125251.697500', '125252.157500', '125252.617500', '125253.077500', '125253.537500', '125253.997500', '125254.457500', '125254.917500', '125255.377500', '125255.837500', '125256.297500', '125256.757500', '125257.217500', '125257.677500', '125258.137500', '125258.597500', '125259.057500', '125259.517500', '125259.977500', '125300.437500', '125300.897500', '125301.357500', '125301.817500', '125302.277500', '125302.737500', '125303.197500', '125303.657500', '125304.117500', '125304.577500', '125305.037500', '125305.497500', '125305.957500', '125306.417500', '125306.877500', '125307.337500', '125307.797500', '125308.257500', '125308.717500', '125309.177500', '125309.637500', '125310.097500', '125310.557500', '125311.017500', '125311.477500', '125311.937500', '125312.397500', '125312.857500', '125313.317500', '125313.777500', '125314.237500', '125314.697500', '125315.157500', '125315.617500', '125316.077500', '125316.537500', '125316.997500', '125317.457500', '125317.917500', '125318.377500', '125318.837500', '125319.297500', '125319.757500', '125320.217500', '125320.677500', '125321.137500', '125321.597500', '125322.057500', '125322.517500', '125322.977500', '125323.437500', '125323.897500', '125324.357500', '125324.817500', '125325.277500', '125325.737500', '125326.197500', '125326.657500', '125327.117500', '125327.577500', '125328.037500', '125328.497500', '125328.957500', '125329.417500', '125329.877500', '125330.337500', '125330.797500', '125331.257500', '125331.717500', '125332.177500', '125332.637500', '125333.097500', '125333.557500', '125334.017500', '125334.477500', '125334.937500', '125335.397500', '125335.857500', '125336.317500', '125336.777500', '125337.237500', '125337.697500', '125338.157500', '125338.617500', '125339.077500', '125339.537500', '125339.997500', '125340.457500', '125340.917500', '125341.377500', '125341.837500', '125342.297500', '125342.757500', '125343.217500', '125343.677500', '125344.137500', '125344.597500', '125345.057500', '125345.517500', '125345.977500', '125346.437500', '125346.897500', '125347.357500', '125347.817500', '125348.277500', '125348.737500', '125349.197500', '125349.657500', '125350.117500', '125350.577500', '125351.037500', '125351.497500', '125351.957500', '125352.417500', '125352.877500', '125353.337500', '125353.797500', '125354.257500', '125354.717500', '125355.177500', '125355.637500', '125356.097500', '125356.557500', '125357.017500', '125357.477500', '125357.937500', '125358.397500', '125358.857500', '125359.317500', '125359.777500', '125400.237500', '125400.697500', '125401.157500', '125401.617500', '125402.077500', '125402.537500', '125402.997500', '125403.457500', '125403.917500', '125404.377500', '125404.837500', '125405.297500', '125405.757500', '125406.217500', '125406.677500', '125407.137500', '125407.597500', '125408.057500', '125408.517500', '125408.977500', '125409.437500', '125409.897500', '125410.357500', '125410.817500', '125411.277500', '125411.737500', '125412.197500', '125412.657500', '125413.117500', '125413.577500', '125414.037500', '125414.497500', '125414.957500', '125415.417500', '125415.877500', '125416.337500', '125416.797500', '125417.257500', '125417.717500', '125418.177500', '125418.637500', '125419.097500', '125419.557500', '125420.017500', '125420.477500', '125420.937500', '125421.397500', '125421.857500', '125422.317500', '125422.777500', '125423.237500', '125423.697500', '125424.157500', '125424.617500', '125425.077500', '125425.537500', '125425.997500', '125426.457500', '125426.917500', '125427.377500', '125427.837500', '125428.297500', '125428.757500', '125429.217500', '125429.677500', '125430.137500', '125430.597500', '125431.057500', '125431.517500', '125431.977500', '125432.437500', '125432.897500', '125433.357500', '125433.817500', '125434.277500', '125434.737500', '125435.197500', '125435.657500', '125436.117500', '125436.577500', '125437.037500', '125437.497500', '125437.957500', '125438.417500', '125438.877500', '125439.337500', '125439.797500', '125440.257500', '125440.717500', '125441.177500', '125441.637500', '125442.097500', '125442.557500', '125443.017500', '125443.477500', '125443.937500', '125444.397500', '125444.857500', '125445.317500', '125445.777500', '125446.237500', '125446.697500', '125447.157500', '125447.617500', '125448.077500', '125448.537500', '125448.997500', '125449.457500', '125449.917500', '125450.377500', '125450.837500', '125451.297500', '125451.757500', '125452.217500', '125452.677500', '125453.137500', '125453.597500', '125454.057500', '125454.517500', '125454.977500', '125455.437500', '125455.897500', '125456.357500', '125456.817500', '125457.277500', '125457.737500', '125458.197500', '125458.657500', '125459.117500', '125459.577500', '125500.037500', '125500.497500', '125500.957500', '125501.417500', '125501.877500', '125502.337500', '125502.797500', '125503.257500', '125503.717500', '125504.177500', '125504.637500', '125505.097500', '125505.557500', '125506.017500', '125506.477500', '125506.937500', '125507.397500', '125507.857500', '125508.317500', '125508.777500', '125509.237500', '125509.697500', '125510.157500', '125510.617500', '125511.077500', '125511.537500', '125511.997500', '125512.457500', '125512.917500', '125513.377500', '125513.837500', '125514.297500', '125514.757500', '125515.217500', '125515.677500', '125516.137500', '125516.597500', '125517.057500', '125517.517500', '125517.977500', '125518.437500', '125518.897500', '125519.357500', '125519.817500', '125520.277500', '125520.737500', '125521.197500', '125521.657500', '125522.117500', '125522.577500', '125523.037500', '125523.497500', '125523.957500', '125524.417500', '125524.877500', '125525.337500', '125525.797500', '125526.257500', '125526.717500', '125527.177500', '125527.637500', '125528.097500', '125528.557500', '125529.017500', '125529.477500', '125529.937500', '125530.397500', '125530.857500', '125531.317500', '125531.777500', '125532.237500', '125532.697500', '125533.157500', '125533.617500', '125534.077500', '125534.537500', '125534.997500', '125535.457500', '125535.917500', '125536.377500', '125536.837500', '125537.297500', '125537.757500', '125538.217500', '125538.677500', '125539.137500', '125539.597500', '125540.057500', '125540.517500', '125540.977500', '125541.437500', '125541.897500', '125542.357500', '125542.817500', '125543.277500', '125543.737500', '125544.197500', '125544.657500', '125545.117500', '125545.577500', '125546.037500', '125546.497500', '125546.957500', '125547.417500', '125547.877500', '125548.337500', '125548.797500', '125549.257500', '125549.717500', '125550.177500', '125550.637500', '125551.097500', '125551.557500', '125552.017500', '125552.477500', '125552.937500', '125553.397500', '125553.857500', '125554.317500', '125554.777500', '125555.237500', '125555.697500', '125556.157500', '125556.617500', '125557.077500', '125557.537500', '125557.997500', '125558.457500', '125558.917500', '125559.377500', '125559.837500', '125600.297500', '125600.757500', '125601.217500', '125601.677500', '125602.137500', '125602.597500', '125603.057500', '125603.517500', '125603.977500', '125604.437500', '125604.897500', '125605.357500', '125605.817500', '125606.277500', '125606.737500', '125607.197500', '125607.657500', '125608.117500', '125608.577500', '125609.037500', '125609.497500', '125609.957500', '125610.417500', '125610.877500', '125611.337500', '125611.797500', '125612.257500', '125612.717500', '125613.177500', '125613.637500', '125614.097500', '125614.557500', '125615.017500', '125615.477500', '125615.937500', '125616.397500', '125616.857500', '125617.317500', '125617.777500', '125618.237500', '125618.697500', '125619.157500', '125619.617500', '125620.077500', '125620.537500', '125620.997500', '125621.457500', '125621.917500', '125622.377500', '125622.837500', '125623.297500', '125623.757500', '125624.217500', '125624.677500', '125625.137500', '125625.597500', '125626.057500', '125626.517500', '125626.977500', '125627.437500', '125627.897500', '125628.357500', '125628.817500', '125629.277500', '125629.737500', '125630.197500', '125630.657500', '125631.117500', '125631.577500', '125632.037500', '125632.497500', '125632.957500', '125633.417500', '125633.877500', '125634.337500', '125634.797500', '125635.257500', '125635.717500', '125636.177500', '125636.637500', '125637.097500', '125637.557500', '125638.017500', '125638.477500', '125638.937500', '125639.397500', '125639.857500', '125640.317500', '125640.777500', '125641.237500', '125641.697500', '125642.157500', '125642.617500', '125643.077500', '125643.537500', '125643.997500', '125644.457500', '125644.917500', '125645.377500', '125645.837500', '125646.297500', '125646.757500', '125647.217500', '125647.677500', '125648.137500', '125648.597500', '125649.057500', '125649.517500', '125649.977500', '125650.437500', '125650.897500', '125651.357500', '125651.817500', '125652.277500', '125652.737500', '125653.197500', '125653.657500', '125654.117500', '125654.577500', '125655.037500', '125655.497500', '125655.957500', '125656.417500', '125656.877500', '125657.337500', '125657.797500', '125658.257500', '125658.717500', '125659.177500', '125659.637500', '125700.097500', '125700.557500', '125701.017500', '125701.477500', '125701.937500', '125702.397500', '125702.857500', '125703.317500', '125703.777500', '125704.237500', '125704.697500', '125705.157500', '125705.617500', '125706.077500', '125706.537500', '125706.997500', '125707.457500', '125707.917500', '125708.377500', '125708.837500', '125709.297500', '125709.757500', '125710.217500', '125710.677500', '125711.137500', '125711.597500', '125712.057500', '125712.517500', '125712.977500', '125713.437500', '125713.897500', '125714.357500', '125714.817500', '125715.277500', '125715.737500', '125716.197500', '125716.657500', '125717.117500', '125717.577500', '125718.037500', '125718.497500', '125718.957500', '125719.417500', '125719.877500', '125720.337500', '125720.797500', '125721.257500', '125721.717500', '125722.177500', '125722.637500', '125723.097500', '125723.557500', '125724.017500', '125724.477500', '125724.937500', '125725.397500', '125725.857500', '125726.317500', '125726.777500', '125727.237500', '125727.697500', '125728.157500', '125728.617500', '125729.077500', '125729.537500', '125729.997500', '125730.457500', '125730.917500', '125731.377500', '125731.837500', '125732.297500', '125732.757500', '125733.217500', '125733.677500', '125734.137500', '125734.597500', '125735.057500', '125735.517500', '125735.977500', '125736.437500', '125736.897500', '125737.357500', '125737.817500', '125738.277500', '125738.737500', '125739.197500', '125739.657500', '125740.117500', '125740.577500', '125741.037500', '125741.497500', '125741.957500', '125742.417500', '125742.877500', '125743.337500', '125743.797500', '125744.257500', '125744.717500', '125745.177500', '125745.637500', '125746.097500', '125746.557500', '125747.017500', '125747.477500', '125747.937500', '125748.397500', '125748.857500', '125749.317500', '125749.777500', '125750.237500', '125750.697500', '125751.157500', '125751.617500', '125752.077500', '125752.537500', '125752.997500', '125753.457500', '125753.917500', '125754.377500', '125754.837500', '125755.297500', '125755.757500', '125756.217500', '125756.677500', '125757.137500', '125757.597500', '125758.057500', '125758.517500', '125758.977500', '125759.437500', '125759.897500', '125800.357500', '125800.817500', '125801.277500', '125801.737500', '125802.197500', '125802.657500', '125803.117500', '125803.577500', '125804.037500', '125804.497500', '125804.957500', '125805.417500', '125805.877500', '125806.337500', '125806.797500', '125807.257500', '125807.717500', '125808.177500', '125808.637500', '125809.097500', '125809.557500', '125810.017500', '125810.477500', '125810.937500', '125811.397500', '125811.857500', '125812.317500', '125812.777500', '125813.237500', '125813.697500', '125814.157500', '125814.617500', '125815.077500', '125815.537500', '125815.997500', '125816.457500', '125816.917500', '125817.377500', '125817.837500', '125818.297500', '125818.757500', '125819.217500', '125819.677500', '125820.137500', '125820.597500', '125821.057500', '125821.517500', '125821.977500', '125822.437500', '125822.897500', '125823.357500', '125823.817500', '125824.277500', '125824.737500', '125825.197500', '125825.657500', '125826.117500', '125826.577500', '125827.037500', '125827.497500', '125827.957500', '125828.417500', '125828.877500', '125829.337500', '125829.797500', '125830.257500', '125830.717500', '125831.177500', '125831.637500', '125832.097500', '125832.557500', '125833.017500', '125833.477500', '125833.937500', '125834.397500', '125834.857500', '125835.317500', '125835.777500', '125836.237500', '125836.697500', '125837.157500', '125837.617500', '125838.077500', '125838.537500', '125838.997500', '125839.457500', '125839.917500', '125840.377500', '125840.837500', '125841.297500', '125841.757500', '125842.217500', '125842.677500', '125843.137500', '125843.597500', '125844.057500', '125844.517500', '125844.977500', '125845.437500', '125845.897500', '125846.357500', '125846.817500', '125847.277500', '125847.737500', '125848.197500', '125848.657500', '125849.117500', '125849.577500', '125850.037500', '125850.497500', '125850.957500', '125851.417500', '125851.877500', '125852.337500', '125852.797500', '125853.257500', '125853.717500', '125854.177500', '125854.637500', '125855.097500', '125855.557500', '125856.017500', '125856.477500', '125856.937500', '125857.397500', '125857.857500', '125858.317500', '125858.777500', '125859.237500', '125859.697500', '125900.157500', '125900.617500', '125901.077500', '125901.537500', '125901.997500', '125902.457500', '125902.917500', '125903.377500', '125903.837500', '125904.297500', '125904.757500', '125905.217500', '125905.677500', '125906.137500', '125906.597500', '125907.057500', '125907.517500', '125907.977500', '125908.437500', '125908.897500', '125909.357500', '125909.817500', '125910.277500', '125910.737500', '125911.197500', '125911.657500', '125912.117500', '125912.577500', '125913.037500', '125913.497500', '125913.957500', '125914.417500', '125914.877500', '125915.337500', '125915.797500', '125916.257500', '125916.717500', '125917.177500', '125917.637500', '125918.097500', '125918.557500', '125919.017500', '125919.477500', '125919.937500', '125920.397500', '125920.857500', '125921.317500', '125921.777500', '125922.237500', '125922.697500', '125923.157500', '125923.617500', '125924.077500', '125924.537500', '125924.997500', '125925.457500', '125925.917500'], 'ContentTime': ['125236.890000', '125236.893000', '125236.896000', '125236.899000', '125236.902000', '125236.904000', '125236.907000', '125236.910000', '125236.913000', '125236.925000', '125236.927000', '125236.930000', '125236.932000', '125236.956000', '125236.958000', '125236.961000', '125236.964000', '125236.966000', '125236.969000', '125236.972000', '125256.862000', '125256.865000', '125256.868000', '125256.871000', '125256.874000', '125256.876000', '125256.879000', '125256.881000', '125256.884000', '125256.887000', '125256.889000', '125256.892000', '125256.894000', '125256.897000', '125256.900000', '125256.902000', '125256.905000', '125256.908000', '125256.910000', '125256.914000', '125256.917000', '125256.919000', '125256.922000', '125256.925000', '125256.927000', '125256.930000', '125256.932000', '125256.935000', '125256.938000', '125256.940000', '125256.943000', '125256.945000', '125256.948000', '125256.951000', '125256.953000', '125256.956000', '125256.962000', '125256.964000', '125256.967000', '125256.970000', '125256.972000', '125256.975000', '125256.977000', '125256.980000', '125316.862000', '125316.865000', '125316.868000', '125316.871000', '125316.873000', '125316.876000', '125316.879000', '125316.881000', '125316.884000', '125316.887000', '125316.889000', '125316.892000', '125316.894000', '125316.897000', '125316.900000', '125316.902000', '125316.905000', '125316.908000', '125316.910000', '125316.913000', '125316.916000', '125316.918000', '125316.921000', '125316.924000', '125316.926000', '125316.929000', '125316.932000', '125316.934000', '125316.937000', '125316.940000', '125316.942000', '125316.945000', '125316.947000', '125316.950000', '125316.953000', '125316.955000', '125316.958000', '125316.961000', '125316.969000', '125316.971000', '125316.981000', '125316.983000', '125316.986000', '125336.862000', '125336.865000', '125336.868000', '125336.871000', '125336.873000', '125336.876000', '125336.879000', '125336.881000', '125336.884000', '125336.887000', '125336.889000', '125336.892000', '125336.895000', '125336.897000', '125336.900000', '125336.903000', '125336.905000', '125336.908000', '125336.910000', '125336.913000', '125336.916000', '125336.918000', '125336.921000', '125336.924000', '125336.926000', '125336.929000', '125336.932000', '125336.934000', '125336.937000', '125336.940000', '125336.942000', '125336.945000', '125336.948000', '125336.950000', '125336.953000', '125336.956000', '125336.958000', '125336.961000', '125336.963000', '125336.966000', '125336.969000', '125336.971000', '125336.974000', '125336.977000', '125356.862000', '125356.866000', '125356.868000', '125356.871000', '125356.874000', '125356.876000', '125356.879000', '125356.882000', '125356.884000', '125356.887000', '125356.890000', '125356.892000', '125356.895000', '125356.897000', '125356.900000', '125356.903000', '125356.905000', '125356.908000', '125356.911000', '125356.913000', '125356.916000', '125356.919000', '125356.921000', '125356.924000', '125356.926000', '125356.930000', '125356.932000', '125356.935000', '125356.937000', '125356.940000', '125356.943000', '125356.945000', '125356.948000', '125356.950000', '125356.953000', '125356.956000', '125356.958000', '125356.961000', '125356.963000', '125356.966000', '125356.969000', '125356.971000', '125356.974000', '125416.862000', '125416.868000', '125416.871000', '125416.873000', '125416.876000', '125416.879000', '125416.881000', '125416.884000', '125416.887000', '125416.889000', '125416.892000', '125416.895000', '125416.897000', '125416.900000', '125416.903000', '125416.905000', '125416.908000', '125416.911000', '125416.913000', '125416.916000', '125416.918000', '125416.921000', '125416.924000', '125416.926000', '125416.929000', '125416.931000', '125416.934000', '125416.937000', '125416.939000', '125416.942000', '125416.945000', '125416.947000', '125416.957000', '125416.960000', '125416.963000', '125416.965000', '125416.968000', '125416.971000', '125416.992000', '125416.995000', '125416.997000', '125417.001000', '125417.004000', '125436.862000', '125436.866000', '125436.868000', '125436.871000', '125436.874000', '125436.876000', '125436.879000', '125436.882000', '125436.884000', '125436.887000', '125436.890000', '125436.892000', '125436.895000', '125436.898000', '125436.900000', '125436.903000', '125436.905000', '125436.908000', '125436.911000', '125436.914000', '125436.916000', '125436.919000', '125436.922000', '125436.924000', '125436.927000', '125436.930000', '125436.932000', '125436.935000', '125436.938000', '125436.940000', '125436.943000', '125436.946000', '125436.948000', '125436.951000', '125436.954000', '125436.956000', '125436.959000', '125436.969000', '125436.972000', '125436.975000', '125436.977000', '125436.980000', '125436.983000', '125436.985000', '125456.862000', '125456.865000', '125456.868000', '125456.871000', '125456.873000', '125456.876000', '125456.879000', '125456.881000', '125456.884000', '125456.887000', '125456.890000', '125456.892000', '125456.895000', '125456.898000', '125456.900000', '125456.903000', '125456.905000', '125456.908000', '125456.911000', '125456.913000', '125456.916000', '125456.919000', '125456.922000', '125456.924000', '125456.927000', '125456.929000', '125456.932000', '125456.935000', '125456.937000', '125456.940000', '125456.943000', '125456.945000', '125456.948000', '125456.951000', '125456.953000', '125456.956000', '125456.958000', '125456.961000', '125456.964000', '125456.966000', '125456.969000', '125456.972000', '125456.974000', '125456.977000', '125516.862000', '125516.865000', '125516.868000', '125516.871000', '125516.873000', '125516.876000', '125516.879000', '125516.882000', '125516.884000', '125516.887000', '125516.889000', '125516.892000', '125516.895000', '125516.897000', '125516.900000', '125516.903000', '125516.906000', '125516.908000', '125516.911000', '125516.913000', '125516.916000', '125516.919000', '125516.921000', '125516.924000', '125516.926000', '125516.929000', '125516.931000', '125516.934000', '125516.937000', '125516.940000', '125516.942000', '125516.945000', '125516.948000', '125516.950000', '125516.953000', '125516.956000', '125516.958000', '125516.961000', '125516.964000', '125516.966000', '125516.969000', '125516.972000', '125516.974000', '125536.863000', '125536.866000', '125536.869000', '125536.871000', '125536.874000', '125536.877000', '125536.880000', '125536.882000', '125536.885000', '125536.888000', '125536.891000', '125536.894000', '125536.897000', '125536.900000', '125536.902000', '125536.905000', '125536.908000', '125536.910000', '125536.913000', '125536.915000', '125536.919000', '125536.921000', '125536.924000', '125536.926000', '125536.929000', '125536.932000', '125536.934000', '125536.937000', '125536.940000', '125536.942000', '125536.945000', '125536.948000', '125536.951000', '125536.953000', '125536.956000', '125536.958000', '125536.961000', '125536.964000', '125536.966000', '125536.969000', '125536.972000', '125536.974000', '125536.977000', '125556.863000', '125556.866000', '125556.868000', '125556.871000', '125556.874000', '125556.876000', '125556.879000', '125556.881000', '125556.884000', '125556.887000', '125556.889000', '125556.892000', '125556.895000', '125556.908000', '125556.910000', '125556.913000', '125556.916000', '125556.918000', '125556.921000', '125556.924000', '125556.926000', '125556.929000', '125556.931000', '125556.934000', '125556.937000', '125556.939000', '125556.942000', '125556.945000', '125556.948000', '125556.950000', '125556.953000', '125556.956000', '125556.958000', '125556.961000', '125556.963000', '125556.966000', '125556.969000', '125556.971000', '125556.974000', '125556.977000', '125556.979000', '125556.982000', '125556.984000', '125556.987000', '125616.862000', '125616.866000', '125616.868000', '125616.871000', '125616.873000', '125616.876000', '125616.879000', '125616.881000', '125616.884000', '125616.887000', '125616.889000', '125616.892000', '125616.895000', '125616.898000', '125616.901000', '125616.903000', '125616.906000', '125616.909000', '125616.912000', '125616.915000', '125616.917000', '125616.920000', '125616.922000', '125616.926000', '125616.928000', '125616.931000', '125616.933000', '125616.936000', '125616.939000', '125616.941000', '125616.944000', '125616.947000', '125616.949000', '125616.952000', '125616.955000', '125616.957000', '125616.960000', '125616.963000', '125616.965000', '125616.968000', '125616.970000', '125616.973000', '125616.976000', '125636.863000', '125636.865000', '125636.869000', '125636.871000', '125636.874000', '125636.876000', '125636.879000', '125636.882000', '125636.885000', '125636.887000', '125636.890000', '125636.893000', '125636.895000', '125636.898000', '125636.901000', '125636.903000', '125636.906000', '125636.908000', '125636.911000', '125636.914000', '125636.917000', '125636.919000', '125636.922000', '125636.925000', '125636.927000', '125636.930000', '125636.937000', '125636.940000', '125636.943000', '125636.945000', '125636.948000', '125636.951000', '125636.953000', '125636.956000', '125636.958000', '125636.961000', '125636.964000', '125636.966000', '125636.969000', '125636.972000', '125636.974000', '125636.977000', '125636.980000', '125636.982000', '125656.862000', '125656.865000', '125656.868000', '125656.871000', '125656.874000', '125656.876000', '125656.879000', '125656.881000', '125656.884000', '125656.887000', '125656.889000', '125656.892000', '125656.895000', '125656.898000', '125656.900000', '125656.903000', '125656.906000', '125656.908000', '125656.911000', '125656.914000', '125656.916000', '125656.919000', '125656.921000', '125656.924000', '125656.927000', '125656.930000', '125656.933000', '125656.936000', '125656.938000', '125656.941000', '125656.944000', '125656.946000', '125656.949000', '125656.951000', '125656.954000', '125656.957000', '125656.959000', '125656.962000', '125656.965000', '125656.967000', '125656.970000', '125656.972000', '125656.975000', '125716.862000', '125716.866000', '125716.868000', '125716.871000', '125716.874000', '125716.877000', '125716.879000', '125716.882000', '125716.884000', '125716.887000', '125716.890000', '125716.893000', '125716.895000', '125716.898000', '125716.901000', '125716.903000', '125716.906000', '125716.909000', '125716.911000', '125716.914000', '125716.916000', '125716.919000', '125716.922000', '125716.924000', '125716.927000', '125716.930000', '125716.932000', '125716.935000', '125716.938000', '125716.940000', '125716.943000', '125716.946000', '125716.948000', '125716.951000', '125716.954000', '125716.956000', '125716.959000', '125716.961000', '125716.975000', '125716.978000', '125716.980000', '125716.983000', '125716.986000', '125716.988000', '125736.863000', '125736.865000', '125736.868000', '125736.871000', '125736.874000', '125736.876000', '125736.879000', '125736.881000', '125736.884000', '125736.887000', '125736.889000', '125736.892000', '125736.895000', '125736.898000', '125736.900000', '125736.903000', '125736.906000', '125736.908000', '125736.911000', '125736.914000', '125736.916000', '125736.919000', '125736.922000', '125736.924000', '125736.927000', '125736.930000', '125736.932000', '125736.935000', '125736.938000', '125736.940000', '125736.943000', '125736.946000', '125736.949000', '125736.951000', '125736.954000', '125736.959000', '125736.961000', '125736.964000', '125736.967000', '125736.970000', '125736.972000', '125736.975000', '125736.978000', '125756.863000', '125756.865000', '125756.868000', '125756.871000', '125756.873000', '125756.876000', '125756.879000', '125756.881000', '125756.884000', '125756.887000', '125756.889000', '125756.892000', '125756.895000', '125756.897000', '125756.900000', '125756.903000', '125756.905000', '125756.908000', '125756.911000', '125756.913000', '125756.916000', '125756.919000', '125756.932000', '125756.935000', '125756.938000', '125756.940000', '125756.943000', '125756.946000', '125756.948000', '125756.951000', '125756.954000', '125756.956000', '125756.959000', '125756.962000', '125756.964000', '125756.967000', '125756.970000', '125756.972000', '125756.975000', '125756.977000', '125756.980000', '125756.983000', '125756.986000', '125756.988000', '125816.863000', '125816.866000', '125816.868000', '125816.871000', '125816.874000', '125816.876000', '125816.879000', '125816.882000', '125816.884000', '125816.887000', '125816.890000', '125816.892000', '125816.895000', '125816.898000', '125816.900000', '125816.903000', '125816.906000', '125816.908000', '125816.911000', '125816.914000', '125816.916000', '125816.919000', '125816.922000', '125816.924000', '125816.927000', '125816.930000', '125816.932000', '125816.935000', '125816.938000', '125816.940000', '125816.943000', '125816.946000', '125816.948000', '125816.951000', '125816.954000', '125816.956000', '125816.959000', '125816.962000', '125816.965000', '125816.968000', '125816.972000', '125816.977000', '125816.979000', '125836.863000', '125836.866000', '125836.868000', '125836.871000', '125836.874000', '125836.877000', '125836.879000', '125836.882000', '125836.885000', '125836.888000', '125836.890000', '125836.893000', '125836.896000', '125836.898000', '125836.901000', '125836.904000', '125836.906000', '125836.909000', '125836.912000', '125836.914000', '125836.917000', '125836.920000', '125836.922000', '125836.925000', '125836.928000', '125836.930000', '125836.933000', '125836.936000', '125836.939000', '125836.941000', '125836.944000', '125836.947000', '125836.950000', '125836.953000', '125836.956000', '125836.959000', '125836.961000', '125836.964000', '125836.966000', '125836.969000', '125836.972000', '125836.974000', '125836.977000', '125836.980000', '125856.862000', '125856.866000', '125856.868000', '125856.871000', '125856.873000', '125856.876000', '125856.879000', '125856.881000', '125856.884000', '125856.887000', '125856.889000', '125856.892000', '125856.894000', '125856.897000', '125856.900000', '125856.902000', '125856.905000', '125856.908000', '125856.910000', '125856.913000', '125856.916000', '125856.918000', '125856.921000', '125856.924000', '125856.926000', '125856.929000', '125856.932000', '125856.934000', '125856.937000', '125856.940000', '125856.942000', '125856.945000', '125856.948000', '125856.950000', '125856.953000', '125856.956000', '125856.958000', '125856.961000', '125856.964000', '125856.966000', '125856.969000', '125856.972000', '125856.974000', '125916.863000', '125916.865000', '125916.869000', '125916.871000', '125916.874000', '125916.877000', '125916.879000', '125916.882000', '125916.885000', '125916.887000', '125916.890000', '125916.893000', '125916.895000', '125916.898000', '125916.901000', '125916.903000', '125916.906000', '125916.908000', '125916.919000', '125916.921000', '125916.924000', '125916.926000', '125916.929000', '125916.932000', '125916.935000', '125916.937000', '125916.940000', '125916.943000', '125916.945000', '125916.948000', '125916.951000', '125916.954000', '125916.956000', '125916.959000', '125916.961000', '125916.964000', '125916.967000', '125916.969000', '125916.972000', '125916.975000', '125916.977000', '125916.980000', '125916.983000', '125916.985000', '125927.751000', '125927.754000', '125927.757000', '125927.759000', '125927.762000', '125927.764000', '125927.767000', '125927.770000', '125927.772000', '125927.775000', '125927.778000', '125927.781000', '125927.783000', '125927.786000', '125927.788000', '125927.791000', '125927.794000', '125927.796000', '125927.799000', '125927.802000', '125927.804000', '125927.807000', '125927.810000', '125927.812000'], 'InstanceCreationTime': ['125236.890000', '125236.893000', '125236.896000', '125236.899000', '125236.902000', '125236.904000', '125236.907000', '125236.910000', '125236.913000', '125236.925000', '125236.927000', '125236.930000', '125236.932000', '125236.956000', '125236.958000', '125236.961000', '125236.964000', '125236.966000', '125236.969000', '125236.972000', '125256.862000', '125256.865000', '125256.868000', '125256.871000', '125256.874000', '125256.876000', '125256.879000', '125256.881000', '125256.884000', '125256.887000', '125256.889000', '125256.892000', '125256.894000', '125256.897000', '125256.900000', '125256.902000', '125256.905000', '125256.908000', '125256.910000', '125256.914000', '125256.917000', '125256.919000', '125256.922000', '125256.925000', '125256.927000', '125256.930000', '125256.932000', '125256.935000', '125256.938000', '125256.940000', '125256.943000', '125256.945000', '125256.948000', '125256.951000', '125256.953000', '125256.956000', '125256.962000', '125256.964000', '125256.967000', '125256.970000', '125256.972000', '125256.975000', '125256.977000', '125256.980000', '125316.862000', '125316.865000', '125316.868000', '125316.871000', '125316.873000', '125316.876000', '125316.879000', '125316.881000', '125316.884000', '125316.887000', '125316.889000', '125316.892000', '125316.894000', '125316.897000', '125316.900000', '125316.902000', '125316.905000', '125316.908000', '125316.910000', '125316.913000', '125316.916000', '125316.918000', '125316.921000', '125316.924000', '125316.926000', '125316.929000', '125316.932000', '125316.934000', '125316.937000', '125316.940000', '125316.942000', '125316.945000', '125316.947000', '125316.950000', '125316.953000', '125316.955000', '125316.958000', '125316.961000', '125316.969000', '125316.971000', '125316.981000', '125316.983000', '125316.986000', '125336.862000', '125336.865000', '125336.868000', '125336.871000', '125336.873000', '125336.876000', '125336.879000', '125336.881000', '125336.884000', '125336.887000', '125336.889000', '125336.892000', '125336.895000', '125336.897000', '125336.900000', '125336.903000', '125336.905000', '125336.908000', '125336.910000', '125336.913000', '125336.916000', '125336.918000', '125336.921000', '125336.924000', '125336.926000', '125336.929000', '125336.932000', '125336.934000', '125336.937000', '125336.940000', '125336.942000', '125336.945000', '125336.948000', '125336.950000', '125336.953000', '125336.956000', '125336.958000', '125336.961000', '125336.963000', '125336.966000', '125336.969000', '125336.971000', '125336.974000', '125336.977000', '125356.862000', '125356.866000', '125356.868000', '125356.871000', '125356.874000', '125356.876000', '125356.879000', '125356.882000', '125356.884000', '125356.887000', '125356.890000', '125356.892000', '125356.895000', '125356.897000', '125356.900000', '125356.903000', '125356.905000', '125356.908000', '125356.911000', '125356.913000', '125356.916000', '125356.919000', '125356.921000', '125356.924000', '125356.926000', '125356.930000', '125356.932000', '125356.935000', '125356.937000', '125356.940000', '125356.943000', '125356.945000', '125356.948000', '125356.950000', '125356.953000', '125356.956000', '125356.958000', '125356.961000', '125356.963000', '125356.966000', '125356.969000', '125356.971000', '125356.974000', '125416.862000', '125416.868000', '125416.871000', '125416.873000', '125416.876000', '125416.879000', '125416.881000', '125416.884000', '125416.887000', '125416.889000', '125416.892000', '125416.895000', '125416.897000', '125416.900000', '125416.903000', '125416.905000', '125416.908000', '125416.911000', '125416.913000', '125416.916000', '125416.918000', '125416.921000', '125416.924000', '125416.926000', '125416.929000', '125416.931000', '125416.934000', '125416.937000', '125416.939000', '125416.942000', '125416.945000', '125416.947000', '125416.957000', '125416.960000', '125416.963000', '125416.965000', '125416.968000', '125416.971000', '125416.992000', '125416.995000', '125416.997000', '125417.001000', '125417.004000', '125436.862000', '125436.866000', '125436.868000', '125436.871000', '125436.874000', '125436.876000', '125436.879000', '125436.882000', '125436.884000', '125436.887000', '125436.890000', '125436.892000', '125436.895000', '125436.898000', '125436.900000', '125436.903000', '125436.905000', '125436.908000', '125436.911000', '125436.914000', '125436.916000', '125436.919000', '125436.922000', '125436.924000', '125436.927000', '125436.930000', '125436.932000', '125436.935000', '125436.938000', '125436.940000', '125436.943000', '125436.946000', '125436.948000', '125436.951000', '125436.954000', '125436.956000', '125436.959000', '125436.969000', '125436.972000', '125436.975000', '125436.977000', '125436.980000', '125436.983000', '125436.985000', '125456.862000', '125456.865000', '125456.868000', '125456.871000', '125456.873000', '125456.876000', '125456.879000', '125456.881000', '125456.884000', '125456.887000', '125456.890000', '125456.892000', '125456.895000', '125456.898000', '125456.900000', '125456.903000', '125456.905000', '125456.908000', '125456.911000', '125456.913000', '125456.916000', '125456.919000', '125456.922000', '125456.924000', '125456.927000', '125456.929000', '125456.932000', '125456.935000', '125456.937000', '125456.940000', '125456.943000', '125456.945000', '125456.948000', '125456.951000', '125456.953000', '125456.956000', '125456.958000', '125456.961000', '125456.964000', '125456.966000', '125456.969000', '125456.972000', '125456.974000', '125456.977000', '125516.862000', '125516.865000', '125516.868000', '125516.871000', '125516.873000', '125516.876000', '125516.879000', '125516.882000', '125516.884000', '125516.887000', '125516.889000', '125516.892000', '125516.895000', '125516.897000', '125516.900000', '125516.903000', '125516.906000', '125516.908000', '125516.911000', '125516.913000', '125516.916000', '125516.919000', '125516.921000', '125516.924000', '125516.926000', '125516.929000', '125516.931000', '125516.934000', '125516.937000', '125516.940000', '125516.942000', '125516.945000', '125516.948000', '125516.950000', '125516.953000', '125516.956000', '125516.958000', '125516.961000', '125516.964000', '125516.966000', '125516.969000', '125516.972000', '125516.974000', '125536.863000', '125536.866000', '125536.869000', '125536.871000', '125536.874000', '125536.877000', '125536.880000', '125536.882000', '125536.885000', '125536.888000', '125536.891000', '125536.894000', '125536.897000', '125536.900000', '125536.902000', '125536.905000', '125536.908000', '125536.910000', '125536.913000', '125536.915000', '125536.919000', '125536.921000', '125536.924000', '125536.926000', '125536.929000', '125536.932000', '125536.934000', '125536.937000', '125536.940000', '125536.942000', '125536.945000', '125536.948000', '125536.951000', '125536.953000', '125536.956000', '125536.958000', '125536.961000', '125536.964000', '125536.966000', '125536.969000', '125536.972000', '125536.974000', '125536.977000', '125556.863000', '125556.866000', '125556.868000', '125556.871000', '125556.874000', '125556.876000', '125556.879000', '125556.881000', '125556.884000', '125556.887000', '125556.889000', '125556.892000', '125556.895000', '125556.908000', '125556.910000', '125556.913000', '125556.916000', '125556.918000', '125556.921000', '125556.924000', '125556.926000', '125556.929000', '125556.931000', '125556.934000', '125556.937000', '125556.939000', '125556.942000', '125556.945000', '125556.948000', '125556.950000', '125556.953000', '125556.956000', '125556.958000', '125556.961000', '125556.963000', '125556.966000', '125556.969000', '125556.971000', '125556.974000', '125556.977000', '125556.979000', '125556.982000', '125556.984000', '125556.987000', '125616.862000', '125616.866000', '125616.868000', '125616.871000', '125616.873000', '125616.876000', '125616.879000', '125616.881000', '125616.884000', '125616.887000', '125616.889000', '125616.892000', '125616.895000', '125616.898000', '125616.901000', '125616.903000', '125616.906000', '125616.909000', '125616.912000', '125616.915000', '125616.917000', '125616.920000', '125616.922000', '125616.926000', '125616.928000', '125616.931000', '125616.933000', '125616.936000', '125616.939000', '125616.941000', '125616.944000', '125616.947000', '125616.949000', '125616.952000', '125616.955000', '125616.957000', '125616.960000', '125616.963000', '125616.965000', '125616.968000', '125616.970000', '125616.973000', '125616.976000', '125636.863000', '125636.865000', '125636.869000', '125636.871000', '125636.874000', '125636.876000', '125636.879000', '125636.882000', '125636.885000', '125636.887000', '125636.890000', '125636.893000', '125636.895000', '125636.898000', '125636.901000', '125636.903000', '125636.906000', '125636.908000', '125636.911000', '125636.914000', '125636.917000', '125636.919000', '125636.922000', '125636.925000', '125636.927000', '125636.930000', '125636.937000', '125636.940000', '125636.943000', '125636.945000', '125636.948000', '125636.951000', '125636.953000', '125636.956000', '125636.958000', '125636.961000', '125636.964000', '125636.966000', '125636.969000', '125636.972000', '125636.974000', '125636.977000', '125636.980000', '125636.982000', '125656.862000', '125656.865000', '125656.868000', '125656.871000', '125656.874000', '125656.876000', '125656.879000', '125656.881000', '125656.884000', '125656.887000', '125656.889000', '125656.892000', '125656.895000', '125656.898000', '125656.900000', '125656.903000', '125656.906000', '125656.908000', '125656.911000', '125656.914000', '125656.916000', '125656.919000', '125656.921000', '125656.924000', '125656.927000', '125656.930000', '125656.933000', '125656.936000', '125656.938000', '125656.941000', '125656.944000', '125656.946000', '125656.949000', '125656.951000', '125656.954000', '125656.957000', '125656.959000', '125656.962000', '125656.965000', '125656.967000', '125656.970000', '125656.972000', '125656.975000', '125716.862000', '125716.866000', '125716.868000', '125716.871000', '125716.874000', '125716.877000', '125716.879000', '125716.882000', '125716.884000', '125716.887000', '125716.890000', '125716.893000', '125716.895000', '125716.898000', '125716.901000', '125716.903000', '125716.906000', '125716.909000', '125716.911000', '125716.914000', '125716.916000', '125716.919000', '125716.922000', '125716.924000', '125716.927000', '125716.930000', '125716.932000', '125716.935000', '125716.938000', '125716.940000', '125716.943000', '125716.946000', '125716.948000', '125716.951000', '125716.954000', '125716.956000', '125716.959000', '125716.961000', '125716.975000', '125716.978000', '125716.980000', '125716.983000', '125716.986000', '125716.988000', '125736.863000', '125736.865000', '125736.868000', '125736.871000', '125736.874000', '125736.876000', '125736.879000', '125736.881000', '125736.884000', '125736.887000', '125736.889000', '125736.892000', '125736.895000', '125736.898000', '125736.900000', '125736.903000', '125736.906000', '125736.908000', '125736.911000', '125736.914000', '125736.916000', '125736.919000', '125736.922000', '125736.924000', '125736.927000', '125736.930000', '125736.932000', '125736.935000', '125736.938000', '125736.940000', '125736.943000', '125736.946000', '125736.949000', '125736.951000', '125736.954000', '125736.959000', '125736.961000', '125736.964000', '125736.967000', '125736.970000', '125736.972000', '125736.975000', '125736.978000', '125756.863000', '125756.865000', '125756.868000', '125756.871000', '125756.873000', '125756.876000', '125756.879000', '125756.881000', '125756.884000', '125756.887000', '125756.889000', '125756.892000', '125756.895000', '125756.897000', '125756.900000', '125756.903000', '125756.905000', '125756.908000', '125756.911000', '125756.913000', '125756.916000', '125756.919000', '125756.932000', '125756.935000', '125756.938000', '125756.940000', '125756.943000', '125756.946000', '125756.948000', '125756.951000', '125756.954000', '125756.956000', '125756.959000', '125756.962000', '125756.964000', '125756.967000', '125756.970000', '125756.972000', '125756.975000', '125756.977000', '125756.980000', '125756.983000', '125756.986000', '125756.988000', '125816.863000', '125816.866000', '125816.868000', '125816.871000', '125816.874000', '125816.876000', '125816.879000', '125816.882000', '125816.884000', '125816.887000', '125816.890000', '125816.892000', '125816.895000', '125816.898000', '125816.900000', '125816.903000', '125816.906000', '125816.908000', '125816.911000', '125816.914000', '125816.916000', '125816.919000', '125816.922000', '125816.924000', '125816.927000', '125816.930000', '125816.932000', '125816.935000', '125816.938000', '125816.940000', '125816.943000', '125816.946000', '125816.948000', '125816.951000', '125816.954000', '125816.956000', '125816.959000', '125816.962000', '125816.965000', '125816.968000', '125816.972000', '125816.977000', '125816.979000', '125836.863000', '125836.866000', '125836.868000', '125836.871000', '125836.874000', '125836.877000', '125836.879000', '125836.882000', '125836.885000', '125836.888000', '125836.890000', '125836.893000', '125836.896000', '125836.898000', '125836.901000', '125836.904000', '125836.906000', '125836.909000', '125836.912000', '125836.914000', '125836.917000', '125836.920000', '125836.922000', '125836.925000', '125836.928000', '125836.930000', '125836.933000', '125836.936000', '125836.939000', '125836.941000', '125836.944000', '125836.947000', '125836.950000', '125836.953000', '125836.956000', '125836.959000', '125836.961000', '125836.964000', '125836.966000', '125836.969000', '125836.972000', '125836.974000', '125836.977000', '125836.980000', '125856.862000', '125856.866000', '125856.868000', '125856.871000', '125856.873000', '125856.876000', '125856.879000', '125856.881000', '125856.884000', '125856.887000', '125856.889000', '125856.892000', '125856.894000', '125856.897000', '125856.900000', '125856.902000', '125856.905000', '125856.908000', '125856.910000', '125856.913000', '125856.916000', '125856.918000', '125856.921000', '125856.924000', '125856.926000', '125856.929000', '125856.932000', '125856.934000', '125856.937000', '125856.940000', '125856.942000', '125856.945000', '125856.948000', '125856.950000', '125856.953000', '125856.956000', '125856.958000', '125856.961000', '125856.964000', '125856.966000', '125856.969000', '125856.972000', '125856.974000', '125916.863000', '125916.865000', '125916.869000', '125916.871000', '125916.874000', '125916.877000', '125916.879000', '125916.882000', '125916.885000', '125916.887000', '125916.890000', '125916.893000', '125916.895000', '125916.898000', '125916.901000', '125916.903000', '125916.906000', '125916.908000', '125916.919000', '125916.921000', '125916.924000', '125916.926000', '125916.929000', '125916.932000', '125916.935000', '125916.937000', '125916.940000', '125916.943000', '125916.945000', '125916.948000', '125916.951000', '125916.954000', '125916.956000', '125916.959000', '125916.961000', '125916.964000', '125916.967000', '125916.969000', '125916.972000', '125916.975000', '125916.977000', '125916.980000', '125916.983000', '125916.985000', '125927.751000', '125927.754000', '125927.757000', '125927.759000', '125927.762000', '125927.764000', '125927.767000', '125927.770000', '125927.772000', '125927.775000', '125927.778000', '125927.781000', '125927.783000', '125927.786000', '125927.788000', '125927.791000', '125927.794000', '125927.796000', '125927.799000', '125927.802000', '125927.804000', '125927.807000', '125927.810000', '125927.812000'], 'InstanceNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914], 'LargestImagePixelValue': [9832, 9755, 9493, 10036, 9224, 11757, 9430, 8608, 9550, 9269, 10100, 10380, 10413, 7883, 9494, 9394, 11764, 9920, 10312, 9462, 12706, 9629, 10719, 10232, 7464, 9765, 9382, 9139, 9411, 11527, 9207, 12361, 9206, 9429, 9610, 8818, 9775, 10165, 9956, 8380, 9664, 7663, 9614, 7543, 9937, 8080, 9944, 9351, 10270, 9570, 9224, 9948, 8345, 9905, 7254, 9580, 7253, 9923, 10007, 9013, 9757, 10784, 10602, 8115, 9650, 8926, 9104, 9668, 9384, 9546, 9439, 10027, 8877, 9741, 10979, 10215, 8604, 10302, 7589, 9214, 9483, 12814, 9937, 11391, 8020, 9868, 6752, 10015, 9541, 8465, 9650, 11470, 9478, 11691, 9913, 7595, 9625, 9411, 12840, 9559, 12785, 9264, 11141, 9580, 7690, 9666, 9211, 8037, 9382, 12256, 9648, 11070, 9951, 9424, 10069, 7624, 9503, 9047, 9190, 9554, 9969, 11326, 10159, 10643, 10004, 8803, 8948, 11684, 9860, 10345, 10293, 9177, 9881, 13385, 9664, 12435, 9468, 13060, 9414, 10906, 10016, 9571, 9732, 9455, 9295, 9130, 9205, 11870, 9737, 12078, 9893, 11240, 8985, 11954, 9294, 12482, 9750, 9872, 9619, 9444, 9099, 8084, 8902, 12543, 9008, 11957, 9233, 9844, 9900, 9046, 8816, 9345, 7875, 8863, 9724, 8923, 8737, 7390, 8995, 11581, 9511, 8207, 6720, 9725, 9107, 9206, 8829, 7004, 9673, 10563, 9566, 9143, 9524, 11779, 10988, 12821, 11312, 13003, 10254, 13500, 9811, 12248, 9535, 10185, 9231, 7945, 8799, 7698, 9000, 9192, 7412, 8939, 11417, 9533, 7929, 9190, 7432, 8896, 7808, 9268, 6944, 9140, 6847, 8947, 7110, 8485, 9421, 8347, 9734, 8501, 9458, 8268, 9618, 11296, 9686, 10079, 8951, 8865, 12078, 9124, 11843, 9295, 9384, 9798, 8263, 13505, 8903, 11422, 9319, 9501, 9270, 7178, 8477, 6826, 8124, 9328, 7608, 8948, 9563, 9120, 11678, 9428, 8888, 8922, 9069, 13395, 9391, 11206, 9145, 8549, 8857, 7292, 8556, 7013, 8599, 9176, 7887, 8707, 7508, 9014, 7978, 9003, 7666, 8919, 8856, 9425, 11877, 9246, 12736, 9456, 11107, 9605, 8797, 8695, 8605, 9160, 11645, 8315, 8421, 8902, 9793, 8186, 9041, 7430, 8844, 11712, 9609, 8114, 7036, 9555, 7474, 9073, 12606, 9687, 14088, 9946, 11128, 9497, 8383, 7560, 10791, 12715, 9901, 10374, 9340, 8854, 9146, 8862, 10729, 8319, 9287, 9371, 8747, 11721, 9069, 8827, 8158, 9333, 8533, 9275, 11143, 8914, 11718, 8750, 9104, 9229, 8974, 7974, 9152, 8498, 8564, 9652, 9028, 9593, 7470, 9083, 8073, 9156, 7978, 8999, 9448, 9352, 9460, 9262, 9368, 9047, 8959, 8790, 10605, 8495, 13163, 8813, 10116, 9081, 11303, 9084, 8506, 8486, 9409, 8803, 8257, 9007, 9261, 8916, 8475, 8918, 8516, 8687, 8503, 8892, 8317, 8680, 7853, 9019, 7217, 9057, 7455, 8631, 7035, 8391, 7135, 8878, 9429, 9012, 7701, 9154, 6978, 8470, 6831, 8261, 7942, 9026, 7613, 9096, 6817, 9079, 9260, 8780, 8923, 8954, 9118, 8744, 9036, 10307, 8864, 10768, 8614, 12402, 8715, 11066, 9000, 10304, 9071, 9196, 9162, 8217, 8973, 8882, 11881, 8685, 11391, 8333, 9614, 8474, 8132, 8991, 8323, 8156, 8544, 9261, 9076, 8670, 8665, 7435, 8752, 9042, 8262, 8524, 8908, 8700, 10546, 8757, 11658, 8648, 9012, 8591, 9974, 9619, 9038, 8823, 8612, 8811, 8936, 11081, 8711, 11019, 9329, 6973, 8952, 8761, 10735, 8815, 12164, 8660, 9488, 8881, 11016, 8802, 11078, 9128, 8738, 8858, 8678, 8250, 8647, 11936, 8923, 8466, 8826, 8799, 10206, 8931, 9853, 8806, 9333, 8883, 8583, 9507, 6509, 8805, 9121, 8019, 9048, 10344, 9236, 8936, 9182, 9657, 8840, 9550, 8991, 8904, 13216, 9722, 10036, 9130, 8652, 12799, 9288, 11234, 9813, 9606, 9378, 7847, 9158, 8700, 11615, 9081, 10253, 8892, 8966, 9299, 7936, 9446, 8879, 8598, 8551, 9521, 9171, 10881, 10041, 9044, 9067, 8569, 9087, 8323, 8754, 9230, 13091, 9649, 9533, 8795, 9833, 8994, 6892, 8951, 9077, 8493, 8882, 10871, 8921, 10116, 9362, 8555, 9270, 8492, 9030, 8864, 9195, 10545, 9598, 10804, 9675, 8865, 9554, 8183, 9118, 8816, 9259, 7146, 8804, 8648, 12316, 9020, 12459, 9577, 9751, 9703, 8653, 9436, 8173, 9184, 7050, 9379, 6508, 8800, 7891, 9171, 9339, 8988, 9456, 11078, 9685, 9521, 9159, 8975, 9498, 7353, 9131, 9576, 8211, 9205, 8951, 9744, 8730, 9506, 8164, 9338, 11132, 9560, 12176, 9742, 9046, 9998, 8395, 9424, 11250, 9590, 13135, 10084, 9974, 9330, 9255, 9248, 10359, 9169, 9198, 9112, 8932, 14408, 11415, 11782, 9172, 7818, 9143, 8384, 8024, 7204, 8795, 8078, 8615, 7943, 9185, 9959, 9070, 9590, 9588, 9203, 8015, 8821, 11740, 9160, 11702, 8947, 10337, 9215, 9776, 8903, 8258, 9194, 12700, 9436, 13549, 9481, 8484, 8358, 9481, 9063, 9302, 9071, 10620, 10973, 10893, 9502, 9174, 8555, 9030, 8369, 9329, 8464, 9528, 8543, 8990, 8408, 9082, 8162, 8964, 8268, 9425, 8108, 9450, 8172, 9259, 8663, 7806, 9074, 11225, 9154, 10015, 9109, 9376, 9187, 8916, 9078, 8963, 9310, 8709, 8970, 9766, 9134, 9205, 9766, 8545, 9532, 8401, 9814, 9141, 9252, 9366, 12009, 9922, 12160, 9067, 12395, 8977, 10996, 8926, 13216, 9177, 10111, 9135, 9427, 9676, 8713, 12742, 8957, 12259, 8413, 11026, 8837, 10787, 8712, 9171, 8969, 8446, 8971, 7749, 8813, 8361, 10589, 8711, 12767, 8851, 10867, 8555, 9196, 9002, 7989, 8666, 7625, 8081, 8559, 7688, 8779, 10057, 8604, 9776, 8600, 10384, 8768, 9926, 8585, 8257, 8655, 8550, 8428, 8524, 8259, 9307, 8239, 9467, 8472, 9716, 8520, 8951, 8492, 8790, 12922, 8811, 11169, 8488, 8237, 7751, 9021, 13075, 8497, 10810, 8661, 10500, 8475, 9427, 7558, 6612, 8018, 6579, 8128, 7645, 8684, 8098, 8809, 7472, 8217, 8599, 8280, 8994, 8474, 7134, 7713, 7048, 8665, 11544, 8814, 9280, 8925, 10258, 9181, 13824, 9287, 10926, 9023, 8407, 9301, 10836, 8625, 7087, 8193, 7299, 7555, 7374, 8373, 8873, 7331, 8769, 9863, 8602, 8876, 8952, 7809, 8973, 8434, 8452, 7877, 7674, 9298, 8718, 8943, 11058, 9038, 12510, 9134, 11601, 8799, 8047, 8788, 7501, 8599, 7595, 10725, 9048, 9435, 7724, 8672, 7669, 8209, 9071, 9719, 9104, 12030, 8907, 12357, 8888, 14364, 10036, 12076, 9059, 10030, 8693, 10405, 8175, 12806, 9428, 11556, 7940, 8768], 'WindowCenter': [3586.0, 3570.0, 3569.0, 3557.0, 3556.0, 3565.0, 3554.0, 3542.0, 3553.0, 3542.0, 3565.0, 3566.0, 3567.0, 3531.0, 3540.0, 3540.0, 3561.0, 3540.0, 3551.0, 3541.0, 3562.0, 3539.0, 3549.0, 3551.0, 3516.0, 3538.0, 3538.0, 3526.0, 3538.0, 3548.0, 3538.0, 3559.0, 3525.0, 3527.0, 3539.0, 3526.0, 3538.0, 3535.0, 3538.0, 3527.0, 3539.0, 3516.0, 3539.0, 3517.0, 3539.0, 3527.0, 3538.0, 3538.0, 3537.0, 3537.0, 3525.0, 3538.0, 3527.0, 3539.0, 3517.0, 3538.0, 3530.0, 3549.0, 3552.0, 3539.0, 3551.0, 3549.0, 3552.0, 3530.0, 3551.0, 3542.0, 3540.0, 3552.0, 3554.0, 3555.0, 3553.0, 3565.0, 3554.0, 3555.0, 3563.0, 3554.0, 3543.0, 3554.0, 3532.0, 3542.0, 3553.0, 3576.0, 3555.0, 3564.0, 3530.0, 3551.0, 3522.0, 3565.0, 3554.0, 3542.0, 3552.0, 3563.0, 3551.0, 3562.0, 3552.0, 3528.0, 3539.0, 3539.0, 3559.0, 3537.0, 3560.0, 3527.0, 3548.0, 3537.0, 3514.0, 3535.0, 3526.0, 3514.0, 3525.0, 3547.0, 3526.0, 3535.0, 3536.0, 3525.0, 3538.0, 3515.0, 3538.0, 3539.0, 3540.0, 3540.0, 3552.0, 3562.0, 3565.0, 3563.0, 3553.0, 3541.0, 3554.0, 3576.0, 3554.0, 3554.0, 3564.0, 3541.0, 3552.0, 3562.0, 3540.0, 3561.0, 3540.0, 3561.0, 3539.0, 3550.0, 3539.0, 3538.0, 3538.0, 3536.0, 3537.0, 3539.0, 3538.0, 3559.0, 3551.0, 3559.0, 3539.0, 3548.0, 3540.0, 3562.0, 3540.0, 3560.0, 3540.0, 3551.0, 3539.0, 3538.0, 3527.0, 3515.0, 3527.0, 3549.0, 3527.0, 3548.0, 3527.0, 3537.0, 3538.0, 3525.0, 3525.0, 3525.0, 3515.0, 3540.0, 3539.0, 3540.0, 3541.0, 3544.0, 3554.0, 3564.0, 3551.0, 3527.0, 3506.0, 3537.0, 3526.0, 3538.0, 3538.0, 3517.0, 3540.0, 3549.0, 3539.0, 3528.0, 3526.0, 3535.0, 3535.0, 3534.0, 3522.0, 3533.0, 3509.0, 3530.0, 3496.0, 3517.0, 3494.0, 3494.0, 3492.0, 3480.0, 3483.0, 3483.0, 3494.0, 3506.0, 3485.0, 3508.0, 3530.0, 3522.0, 3499.0, 3521.0, 3502.0, 3523.0, 3513.0, 3535.0, 3515.0, 3539.0, 3517.0, 3552.0, 3530.0, 3540.0, 3552.0, 3542.0, 3554.0, 3542.0, 3565.0, 3543.0, 3555.0, 3564.0, 3553.0, 3554.0, 3541.0, 3541.0, 3563.0, 3541.0, 3562.0, 3540.0, 3540.0, 3539.0, 3528.0, 3561.0, 3539.0, 3548.0, 3538.0, 3538.0, 3539.0, 3518.0, 3540.0, 3520.0, 3541.0, 3553.0, 3530.0, 3553.0, 3554.0, 3554.0, 3564.0, 3554.0, 3542.0, 3540.0, 3542.0, 3574.0, 3541.0, 3551.0, 3539.0, 3528.0, 3538.0, 3530.0, 3540.0, 3518.0, 3539.0, 3552.0, 3528.0, 3540.0, 3529.0, 3553.0, 3542.0, 3553.0, 3531.0, 3554.0, 3540.0, 3553.0, 3563.0, 3543.0, 3563.0, 3552.0, 3562.0, 3552.0, 3554.0, 3571.0, 3552.0, 3554.0, 3565.0, 3542.0, 3541.0, 3540.0, 3550.0, 3541.0, 3541.0, 3531.0, 3553.0, 3563.0, 3553.0, 3543.0, 3533.0, 3554.0, 3530.0, 3540.0, 3563.0, 3540.0, 3576.0, 3541.0, 3550.0, 3538.0, 3526.0, 3528.0, 3551.0, 3562.0, 3538.0, 3537.0, 3526.0, 3525.0, 3525.0, 3524.0, 3535.0, 3515.0, 3525.0, 3525.0, 3526.0, 3547.0, 3524.0, 3524.0, 3514.0, 3537.0, 3524.0, 3525.0, 3535.0, 3512.0, 3533.0, 3512.0, 3512.0, 3523.0, 3512.0, 3501.0, 3524.0, 3524.0, 3525.0, 3524.0, 3525.0, 3536.0, 3515.0, 3526.0, 3515.0, 3525.0, 3514.0, 3526.0, 3537.0, 3525.0, 3536.0, 3538.0, 3525.0, 3525.0, 3525.0, 3526.0, 3537.0, 3526.0, 3559.0, 3538.0, 3550.0, 3541.0, 3560.0, 3539.0, 3525.0, 3525.0, 3526.0, 3527.0, 3527.0, 3526.0, 3525.0, 3525.0, 3514.0, 3526.0, 3524.0, 3525.0, 3524.0, 3526.0, 3525.0, 3528.0, 3527.0, 3527.0, 3517.0, 3539.0, 3517.0, 3529.0, 3516.0, 3528.0, 3517.0, 3538.0, 3539.0, 3538.0, 3528.0, 3540.0, 3517.0, 3528.0, 3518.0, 3541.0, 3530.0, 3540.0, 3529.0, 3541.0, 3519.0, 3539.0, 3541.0, 3540.0, 3542.0, 3543.0, 3542.0, 3541.0, 3542.0, 3552.0, 3541.0, 3552.0, 3542.0, 3563.0, 3540.0, 3563.0, 3542.0, 3551.0, 3540.0, 3540.0, 3539.0, 3529.0, 3527.0, 3528.0, 3550.0, 3528.0, 3549.0, 3527.0, 3537.0, 3528.0, 3528.0, 3539.0, 3528.0, 3528.0, 3540.0, 3538.0, 3540.0, 3540.0, 3539.0, 3530.0, 3539.0, 3540.0, 3529.0, 3541.0, 3538.0, 3541.0, 3551.0, 3543.0, 3564.0, 3542.0, 3541.0, 3543.0, 3553.0, 3554.0, 3556.0, 3555.0, 3543.0, 3541.0, 3542.0, 3565.0, 3543.0, 3564.0, 3553.0, 3519.0, 3539.0, 3541.0, 3551.0, 3541.0, 3560.0, 3529.0, 3540.0, 3540.0, 3550.0, 3540.0, 3551.0, 3552.0, 3539.0, 3540.0, 3540.0, 3528.0, 3529.0, 3560.0, 3539.0, 3528.0, 3539.0, 3539.0, 3550.0, 3540.0, 3537.0, 3538.0, 3539.0, 3539.0, 3527.0, 3550.0, 3519.0, 3552.0, 3553.0, 3540.0, 3554.0, 3564.0, 3556.0, 3554.0, 3554.0, 3554.0, 3554.0, 3554.0, 3553.0, 3555.0, 3588.0, 3555.0, 3552.0, 3541.0, 3542.0, 3574.0, 3541.0, 3563.0, 3552.0, 3540.0, 3538.0, 3527.0, 3539.0, 3540.0, 3561.0, 3539.0, 3539.0, 3539.0, 3539.0, 3539.0, 3528.0, 3538.0, 3539.0, 3527.0, 3540.0, 3539.0, 3540.0, 3551.0, 3552.0, 3539.0, 3541.0, 3540.0, 3541.0, 3541.0, 3541.0, 3551.0, 3572.0, 3539.0, 3541.0, 3540.0, 3552.0, 3539.0, 3518.0, 3541.0, 3552.0, 3539.0, 3541.0, 3550.0, 3552.0, 3552.0, 3552.0, 3541.0, 3553.0, 3542.0, 3553.0, 3551.0, 3552.0, 3563.0, 3554.0, 3564.0, 3554.0, 3542.0, 3553.0, 3541.0, 3541.0, 3541.0, 3541.0, 3519.0, 3540.0, 3540.0, 3561.0, 3539.0, 3561.0, 3539.0, 3538.0, 3550.0, 3538.0, 3539.0, 3540.0, 3540.0, 3530.0, 3552.0, 3520.0, 3552.0, 3542.0, 3553.0, 3555.0, 3553.0, 3553.0, 3563.0, 3551.0, 3551.0, 3551.0, 3554.0, 3553.0, 3531.0, 3551.0, 3552.0, 3540.0, 3551.0, 3554.0, 3554.0, 3552.0, 3565.0, 3541.0, 3555.0, 3564.0, 3566.0, 3577.0, 3555.0, 3554.0, 3565.0, 3542.0, 3555.0, 3576.0, 3567.0, 3576.0, 3564.0, 3553.0, 3553.0, 3553.0, 3542.0, 3551.0, 3540.0, 3539.0, 3537.0, 3539.0, 3572.0, 3550.0, 3548.0, 3538.0, 3515.0, 3524.0, 3526.0, 3526.0, 3517.0, 3540.0, 3529.0, 3539.0, 3528.0, 3551.0, 3552.0, 3553.0, 3553.0, 3554.0, 3554.0, 3529.0, 3540.0, 3550.0, 3540.0, 3550.0, 3539.0, 3539.0, 3538.0, 3537.0, 3526.0, 3514.0, 3525.0, 3561.0, 3538.0, 3558.0, 3537.0, 3526.0, 3524.0, 3536.0, 3524.0, 3524.0, 3525.0, 3535.0, 3535.0, 3533.0, 3523.0, 3523.0, 3511.0, 3510.0, 3510.0, 3523.0, 3511.0, 3523.0, 3511.0, 3510.0, 3511.0, 3512.0, 3511.0, 3523.0, 3512.0, 3524.0, 3512.0, 3524.0, 3525.0, 3525.0, 3527.0, 3514.0, 3526.0, 3535.0, 3536.0, 3536.0, 3527.0, 3537.0, 3538.0, 3526.0, 3527.0, 3525.0, 3538.0, 3537.0, 3541.0, 3551.0, 3553.0, 3554.0, 3565.0, 3554.0, 3555.0, 3554.0, 3565.0, 3553.0, 3542.0, 3554.0, 3565.0, 3554.0, 3563.0, 3542.0, 3562.0, 3539.0, 3551.0, 3539.0, 3561.0, 3527.0, 3537.0, 3527.0, 3537.0, 3526.0, 3526.0, 3548.0, 3527.0, 3547.0, 3514.0, 3536.0, 3526.0, 3535.0, 3512.0, 3524.0, 3525.0, 3514.0, 3525.0, 3513.0, 3524.0, 3514.0, 3536.0, 3525.0, 3547.0, 3525.0, 3536.0, 3524.0, 3523.0, 3524.0, 3513.0, 3513.0, 3512.0, 3513.0, 3525.0, 3512.0, 3525.0, 3524.0, 3526.0, 3534.0, 3525.0, 3536.0, 3526.0, 3535.0, 3527.0, 3526.0, 3527.0, 3528.0, 3527.0, 3527.0, 3540.0, 3539.0, 3539.0, 3539.0, 3540.0, 3550.0, 3541.0, 3540.0, 3542.0, 3544.0, 3574.0, 3541.0, 3549.0, 3527.0, 3528.0, 3516.0, 3527.0, 3558.0, 3526.0, 3547.0, 3527.0, 3536.0, 3527.0, 3539.0, 3529.0, 3517.0, 3527.0, 3518.0, 3540.0, 3529.0, 3542.0, 3555.0, 3556.0, 3531.0, 3542.0, 3543.0, 3542.0, 3542.0, 3543.0, 3531.0, 3531.0, 3534.0, 3554.0, 3565.0, 3554.0, 3552.0, 3541.0, 3551.0, 3540.0, 3574.0, 3539.0, 3550.0, 3538.0, 3526.0, 3538.0, 3550.0, 3528.0, 3516.0, 3527.0, 3517.0, 3515.0, 3515.0, 3528.0, 3538.0, 3517.0, 3529.0, 3537.0, 3527.0, 3526.0, 3526.0, 3516.0, 3541.0, 3527.0, 3528.0, 3529.0, 3517.0, 3538.0, 3527.0, 3527.0, 3548.0, 3539.0, 3561.0, 3540.0, 3549.0, 3539.0, 3527.0, 3526.0, 3516.0, 3527.0, 3529.0, 3551.0, 3541.0, 3540.0, 3529.0, 3540.0, 3530.0, 3541.0, 3540.0, 3540.0, 3539.0, 3549.0, 3528.0, 3560.0, 3529.0, 3572.0, 3539.0, 3550.0, 3540.0, 3538.0, 3523.0, 3537.0, 3515.0, 3546.0, 3525.0, 3549.0, 3527.0, 3527.0], 'WindowWidth': [8132.0, 8097.0, 8092.0, 8071.0, 8067.0, 8077.0, 8061.0, 8042.0, 8056.0, 8041.0, 8076.0, 8081.0, 8081.0, 8026.0, 8035.0, 8034.0, 8064.0, 8032.0, 8052.0, 8036.0, 8069.0, 8031.0, 8046.0, 8050.0, 7998.0, 8028.0, 8027.0, 8009.0, 8025.0, 8042.0, 8028.0, 8059.0, 8008.0, 8011.0, 8029.0, 8009.0, 8027.0, 8021.0, 8026.0, 8011.0, 8028.0, 7999.0, 8029.0, 7999.0, 8031.0, 8012.0, 8025.0, 8027.0, 8025.0, 8025.0, 8009.0, 8028.0, 8013.0, 8030.0, 8000.0, 8029.0, 8019.0, 8045.0, 8052.0, 8031.0, 8051.0, 8044.0, 8051.0, 8020.0, 8051.0, 8038.0, 8035.0, 8054.0, 8059.0, 8061.0, 8057.0, 8077.0, 8058.0, 8062.0, 8069.0, 8058.0, 8044.0, 8057.0, 8028.0, 8039.0, 8057.0, 8092.0, 8063.0, 8072.0, 8022.0, 8051.0, 8016.0, 8076.0, 8058.0, 8040.0, 8054.0, 8071.0, 8052.0, 8069.0, 8052.0, 8017.0, 8030.0, 8030.0, 8060.0, 8025.0, 8063.0, 8013.0, 8041.0, 8024.0, 7991.0, 8020.0, 8009.0, 7990.0, 8006.0, 8038.0, 8007.0, 8020.0, 8022.0, 8006.0, 8026.0, 7995.0, 8030.0, 8032.0, 8037.0, 8035.0, 8055.0, 8070.0, 8077.0, 8070.0, 8057.0, 8040.0, 8061.0, 8092.0, 8060.0, 8060.0, 8073.0, 8039.0, 8052.0, 8071.0, 8033.0, 8069.0, 8037.0, 8067.0, 8032.0, 8048.0, 8032.0, 8027.0, 8028.0, 8022.0, 8026.0, 8035.0, 8031.0, 8061.0, 8049.0, 8057.0, 8031.0, 8043.0, 8037.0, 8068.0, 8035.0, 8063.0, 8035.0, 8051.0, 8033.0, 8028.0, 8012.0, 7995.0, 8010.0, 8046.0, 8013.0, 8042.0, 8012.0, 8025.0, 8027.0, 8005.0, 8003.0, 8006.0, 7994.0, 8035.0, 8035.0, 8035.0, 8040.0, 8050.0, 8060.0, 8076.0, 8053.0, 8013.0, 7982.0, 8023.0, 8009.0, 8025.0, 8028.0, 7999.0, 8034.0, 8045.0, 8032.0, 8013.0, 8009.0, 8020.0, 8021.0, 8017.0, 8000.0, 8013.0, 7975.0, 8004.0, 7950.0, 7983.0, 7943.0, 7944.0, 7940.0, 7921.0, 7927.0, 7927.0, 7945.0, 7964.0, 7937.0, 7972.0, 8004.0, 7995.0, 7962.0, 7995.0, 7971.0, 8000.0, 7988.0, 8021.0, 7994.0, 8032.0, 8003.0, 8053.0, 8022.0, 8034.0, 8054.0, 8041.0, 8059.0, 8042.0, 8076.0, 8045.0, 8062.0, 8077.0, 8055.0, 8059.0, 8036.0, 8037.0, 8070.0, 8035.0, 8069.0, 8034.0, 8035.0, 8029.0, 8015.0, 8068.0, 8030.0, 8045.0, 8029.0, 8029.0, 8031.0, 8004.0, 8036.0, 8011.0, 8040.0, 8057.0, 8024.0, 8058.0, 8061.0, 8061.0, 8076.0, 8060.0, 8043.0, 8035.0, 8039.0, 8091.0, 8038.0, 8053.0, 8033.0, 8016.0, 8030.0, 8024.0, 8034.0, 8003.0, 8034.0, 8054.0, 8018.0, 8035.0, 8019.0, 8056.0, 8041.0, 8056.0, 8026.0, 8058.0, 8037.0, 8054.0, 8073.0, 8044.0, 8073.0, 8053.0, 8068.0, 8053.0, 8062.0, 8098.0, 8058.0, 8062.0, 8078.0, 8043.0, 8039.0, 8035.0, 8048.0, 8039.0, 8039.0, 8027.0, 8060.0, 8075.0, 8056.0, 8044.0, 8032.0, 8061.0, 8024.0, 8035.0, 8072.0, 8037.0, 8095.0, 8038.0, 8048.0, 8028.0, 8009.0, 8015.0, 8056.0, 8071.0, 8027.0, 8025.0, 8008.0, 8005.0, 8004.0, 8003.0, 8018.0, 7992.0, 8006.0, 8007.0, 8007.0, 8039.0, 8005.0, 8005.0, 7991.0, 8026.0, 8006.0, 8005.0, 8021.0, 7985.0, 8017.0, 7985.0, 7985.0, 8000.0, 7983.0, 7967.0, 8001.0, 8004.0, 8007.0, 8003.0, 8006.0, 8023.0, 7992.0, 8009.0, 7992.0, 8007.0, 7991.0, 8008.0, 8026.0, 8007.0, 8023.0, 8027.0, 8005.0, 8006.0, 8006.0, 8010.0, 8026.0, 8011.0, 8061.0, 8029.0, 8049.0, 8038.0, 8061.0, 8030.0, 8007.0, 8008.0, 8009.0, 8011.0, 8011.0, 8009.0, 8007.0, 8006.0, 7990.0, 8009.0, 8004.0, 8006.0, 8004.0, 8009.0, 8008.0, 8016.0, 8013.0, 8012.0, 7999.0, 8032.0, 7998.0, 8018.0, 7997.0, 8013.0, 7999.0, 8030.0, 8033.0, 8031.0, 8016.0, 8033.0, 7998.0, 8015.0, 8002.0, 8039.0, 8024.0, 8036.0, 8020.0, 8036.0, 8005.0, 8033.0, 8037.0, 8037.0, 8042.0, 8043.0, 8041.0, 8039.0, 8041.0, 8053.0, 8037.0, 8055.0, 8041.0, 8073.0, 8037.0, 8071.0, 8041.0, 8050.0, 8035.0, 8034.0, 8032.0, 8019.0, 8013.0, 8015.0, 8047.0, 8014.0, 8045.0, 8010.0, 8027.0, 8016.0, 8016.0, 8032.0, 8017.0, 8015.0, 8034.0, 8030.0, 8033.0, 8034.0, 8033.0, 8022.0, 8032.0, 8035.0, 8019.0, 8037.0, 8031.0, 8037.0, 8052.0, 8045.0, 8074.0, 8042.0, 8041.0, 8045.0, 8058.0, 8062.0, 8067.0, 8064.0, 8046.0, 8040.0, 8041.0, 8077.0, 8045.0, 8073.0, 8056.0, 8007.0, 8034.0, 8036.0, 8052.0, 8039.0, 8064.0, 8017.0, 8034.0, 8036.0, 8048.0, 8034.0, 8051.0, 8053.0, 8035.0, 8035.0, 8036.0, 8016.0, 8017.0, 8062.0, 8031.0, 8016.0, 8031.0, 8032.0, 8048.0, 8033.0, 8029.0, 8029.0, 8033.0, 8032.0, 8014.0, 8050.0, 8008.0, 8055.0, 8056.0, 8037.0, 8061.0, 8077.0, 8066.0, 8063.0, 8062.0, 8062.0, 8061.0, 8063.0, 8059.0, 8064.0, 8116.0, 8065.0, 8057.0, 8036.0, 8041.0, 8088.0, 8037.0, 8071.0, 8053.0, 8035.0, 8031.0, 8016.0, 8030.0, 8034.0, 8066.0, 8032.0, 8033.0, 8032.0, 8032.0, 8034.0, 8017.0, 8031.0, 8032.0, 8014.0, 8035.0, 8035.0, 8035.0, 8052.0, 8055.0, 8034.0, 8038.0, 8037.0, 8039.0, 8038.0, 8036.0, 8052.0, 8083.0, 8033.0, 8038.0, 8036.0, 8055.0, 8032.0, 8004.0, 8039.0, 8056.0, 8034.0, 8038.0, 8050.0, 8055.0, 8056.0, 8055.0, 8040.0, 8058.0, 8041.0, 8058.0, 8054.0, 8056.0, 8072.0, 8062.0, 8076.0, 8061.0, 8044.0, 8057.0, 8039.0, 8038.0, 8038.0, 8037.0, 8006.0, 8034.0, 8035.0, 8065.0, 8033.0, 8069.0, 8032.0, 8032.0, 8049.0, 8031.0, 8035.0, 8037.0, 8036.0, 8022.0, 8054.0, 8011.0, 8056.0, 8043.0, 8058.0, 8064.0, 8059.0, 8058.0, 8074.0, 8053.0, 8054.0, 8054.0, 8063.0, 8056.0, 8025.0, 8052.0, 8054.0, 8037.0, 8054.0, 8061.0, 8060.0, 8057.0, 8078.0, 8042.0, 8063.0, 8077.0, 8081.0, 8098.0, 8066.0, 8064.0, 8078.0, 8045.0, 8064.0, 8095.0, 8083.0, 8097.0, 8074.0, 8059.0, 8056.0, 8059.0, 8042.0, 8052.0, 8035.0, 8033.0, 8027.0, 8033.0, 8087.0, 8050.0, 8045.0, 8027.0, 7994.0, 8004.0, 8009.0, 8010.0, 8001.0, 8037.0, 8021.0, 8032.0, 8019.0, 8054.0, 8054.0, 8058.0, 8060.0, 8062.0, 8061.0, 8021.0, 8034.0, 8049.0, 8034.0, 8052.0, 8032.0, 8033.0, 8030.0, 8025.0, 8009.0, 7992.0, 8007.0, 8068.0, 8031.0, 8060.0, 8027.0, 8012.0, 8007.0, 8023.0, 8004.0, 8002.0, 8007.0, 8020.0, 8022.0, 8016.0, 8000.0, 7998.0, 7982.0, 7980.0, 7979.0, 8000.0, 7982.0, 8001.0, 7981.0, 7978.0, 7980.0, 7982.0, 7981.0, 8000.0, 7984.0, 8003.0, 7984.0, 8002.0, 8006.0, 8006.0, 8011.0, 7990.0, 8010.0, 8021.0, 8022.0, 8023.0, 8012.0, 8028.0, 8030.0, 8010.0, 8012.0, 8007.0, 8029.0, 8028.0, 8038.0, 8053.0, 8060.0, 8061.0, 8077.0, 8061.0, 8065.0, 8062.0, 8076.0, 8059.0, 8039.0, 8059.0, 8078.0, 8062.0, 8072.0, 8041.0, 8069.0, 8031.0, 8051.0, 8032.0, 8067.0, 8013.0, 8026.0, 8011.0, 8025.0, 8009.0, 8008.0, 8043.0, 8012.0, 8040.0, 7992.0, 8022.0, 8009.0, 8020.0, 7984.0, 8004.0, 8004.0, 7989.0, 8007.0, 7988.0, 8003.0, 7991.0, 8023.0, 8005.0, 8039.0, 8005.0, 8022.0, 8004.0, 8000.0, 8001.0, 7986.0, 7986.0, 7985.0, 7987.0, 8006.0, 7985.0, 8005.0, 8005.0, 8007.0, 8018.0, 8007.0, 8023.0, 8010.0, 8021.0, 8013.0, 8010.0, 8015.0, 8014.0, 8013.0, 8015.0, 8037.0, 8036.0, 8034.0, 8033.0, 8037.0, 8051.0, 8039.0, 8039.0, 8043.0, 8047.0, 8088.0, 8035.0, 8048.0, 8014.0, 8015.0, 7996.0, 8012.0, 8056.0, 8010.0, 8041.0, 8012.0, 8024.0, 8013.0, 8034.0, 8022.0, 8001.0, 8016.0, 8005.0, 8035.0, 8021.0, 8042.0, 8067.0, 8067.0, 8026.0, 8043.0, 8045.0, 8042.0, 8043.0, 8044.0, 8025.0, 8028.0, 8037.0, 8062.0, 8080.0, 8061.0, 8055.0, 8037.0, 8052.0, 8035.0, 8089.0, 8032.0, 8049.0, 8029.0, 8011.0, 8030.0, 8049.0, 8015.0, 7997.0, 8014.0, 7998.0, 7992.0, 7995.0, 8014.0, 8027.0, 7997.0, 8016.0, 8027.0, 8014.0, 8009.0, 8009.0, 7997.0, 8035.0, 8012.0, 8015.0, 8017.0, 7999.0, 8029.0, 8011.0, 8013.0, 8043.0, 8030.0, 8067.0, 8033.0, 8046.0, 8032.0, 8013.0, 8012.0, 7997.0, 8013.0, 8019.0, 8051.0, 8037.0, 8035.0, 8020.0, 8035.0, 8023.0, 8037.0, 8035.0, 8035.0, 8031.0, 8046.0, 8015.0, 8062.0, 8017.0, 8081.0, 8032.0, 8048.0, 8034.0, 8031.0, 8000.0, 8026.0, 7992.0, 8038.0, 8006.0, 8045.0, 8012.0, 8011.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.000422755214050494</td></tr>
<tr><td colspan=3>aqi</td><td>0.020234330406147093</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.85146963517581</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2339061991208762</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.006393039351648</td></tr>
<tr><td colspan=3>efc</td><td>0.4963</td></tr>
<tr><td colspan=3>fber</td><td>4636.9766</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.06728920102034565</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>12</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.3172338090010978</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.413758520686316</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.2962086725268467</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6533373003758727</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.291729589156229</td></tr>
<tr><td colspan=3>gcor</td><td>0.0237128</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01758541911840439</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03087536059319973</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>911</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.051297341191303</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>20.3819</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>36.0723</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>163.9188</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>42.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>296158.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>794.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>310.8295</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.0213</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>400.6224</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2746.3613</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>2893.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>80386.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1000.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3557.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>714.0878</td></tr>
<tr><td colspan=3>tsnr</td><td>41.23288655601209</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>