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

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

<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0059_ses-04_task-alignvideo_acq-mb8_run-02_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
<script>
var timestamp = Date.now()
function read_form() {
var ds = "<unset>";
var sub = "sub-0059_ses-04_task-alignvideo_acq-mb8_run-02_bold.nii.gz";
var artifacts = [];
$('#qcartifacts-group input:checked').each(function() {
artifacts.push($(this).attr('name'));
});
var rating = $('#qcslider').val();
var payload = {
'dataset': ds,
'subject': sub,
'rating': rating,
'artifacts': artifacts,
'time_sec': (Date.now() - timestamp) / 1000,
'confidence': $('#qcextra-confidence').val(),
'comments': $('#qcextra-comments').val()
};
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
$('#btn-download').attr('href', URL.createObjectURL(file));
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
return payload
};
function toggle_rating() {
if ($('#qcrating-menu').hasClass('d-none')) {
$('#qcrating-menu').removeClass('d-none');
$('#qcrating-toggler').prop('checked', true);
} else {
$('#qcrating-menu').addClass('d-none');
$('#qcrating-toggler').prop('checked', false);
}
};
$(window).on('load',function(){
var authorization = $('#btn-post').val()
if (authorization.includes("secret_token")) {
$('#btn-post').addClass('d-none');
};
timestamp = Date.now();
});
</script>
<style type="text/css">
/* The slider itself */
.slider {
-webkit-appearance: none; /* Override default CSS styles */
appearance: none;
margin-bottom: 8px;
margin-left: 10%;
width: 80%;
height: 5px; /* Specified height */
background: #d3d3d3; /* Grey background */
outline: none; /* Remove outline */
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
transition: opacity .2s;
}
/* Mouse-over effects */
.slider:hover {
opacity: 1; /* Fully shown on mouse-over */
}
.slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
.slider::-moz-range-thumb {
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
About
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="#errors">Errors</a></li>
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
</ul>
</li>
</ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>
<div id="Basic echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-02_session-04_subject-0059_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-0059/figures/sub-0059_ses-04_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0059/figures/sub-0059_ses-04_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0059/figures/sub-0059_ses-04_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-02_session-04_subject-0059_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-0059/figures/sub-0059_ses-04_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0059/figures/sub-0059_ses-04_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0059/figures/sub-0059_ses-04_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-02_session-04_subject-0059_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-0059/figures/sub-0059_ses-04_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0059/figures/sub-0059_ses-04_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0059/figures/sub-0059_ses-04_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-02_session-04_subject-0059_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-0059/figures/sub-0059_ses-04_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0059/figures/sub-0059_ses-04_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0059/figures/sub-0059_ses-04_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg</a></small>
</div>
</div>
<div id="Extended echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-mean_run-02_session-04_subject-0059_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-0059/figures/sub-0059_ses-04_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0059/figures/sub-0059_ses-04_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0059/figures/sub-0059_ses-04_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg</a></small>
</div>
</div>
<div id="Extended reports shared across echos" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-02_session-04_subject-0059_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-0059/figures/sub-0059_ses-04_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0059/figures/sub-0059_ses-04_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0059/figures/sub-0059_ses-04_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-04_subject-0059_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-0059/figures/sub-0059_ses-04_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0059/figures/sub-0059_ses-04_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0059/figures/sub-0059_ses-04_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0059/figures/sub-0059_ses-04_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg</a></small>
</div>
</div>
<div id="About" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">About</h1>
<div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
</div>
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p> <div class="accordion accordion-flush" id="about-metadata">
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-0">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
Provenance Information
</button>
</h2>
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0059/ses-04/func/sub-0059_ses-04_task-alignvideo_acq-mb8_run-02_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>e662578406fece20c6287bbf063c846f</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>11:25:26.895000</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.999741, -0.0132129, -0.0185081, 0.0148326, 0.995804, 0.0903034]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0916865</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>28</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4161, -7750, -7290, 482, -44, -148, 24, -2]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>244.373</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>6d0e91cc-bf4b-43ff-b68f-050ad33ba179||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.6822330951690674, 0.039794761687517166, -0.04654070734977722, 108.3907241821289], [0.03544912114739418, 2.6716690063476562, 0.24449725449085236, -93.33219146728516], [-0.04965595155954361, -0.2422773391008377, 2.688504219055176, -71.04967498779297], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>reorient_transform</td><td>[[0.0, -1.0, 0.0, 81.0], [1.0, 0.0, 0.0, 0.0], [0.0, 0.0, 1.0, 0.0], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>shape</td><td>[82, 82, 56, 926]</td></tr>
<tr><td>dcmmeta</td><td>slice_dim</td><td>2</td></tr>
<tr><td>dcmmeta</td><td>version</td><td>0.6</td></tr>
<tr><td colspan=2>time</td><td>{'samples': {'AcquisitionNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926], 'AcquisitionTime': ['112526.895000', '112527.355000', '112527.815000', '112528.275000', '112528.735000', '112529.195000', '112529.655000', '112530.115000', '112530.575000', '112531.035000', '112531.495000', '112531.955000', '112532.415000', '112532.875000', '112533.335000', '112533.795000', '112534.255000', '112534.715000', '112535.175000', '112535.635000', '112536.095000', '112536.555000', '112537.015000', '112537.475000', '112537.935000', '112538.395000', '112538.855000', '112539.315000', '112539.775000', '112540.235000', '112540.695000', '112541.155000', '112541.615000', '112542.075000', '112542.535000', '112542.995000', '112543.455000', '112543.915000', '112544.375000', '112544.835000', '112545.295000', '112545.755000', '112546.215000', '112546.675000', '112547.135000', '112547.595000', '112548.055000', '112548.515000', '112548.975000', '112549.435000', '112549.895000', '112550.355000', '112550.815000', '112551.275000', '112551.735000', '112552.195000', '112552.655000', '112553.115000', '112553.575000', '112554.035000', '112554.495000', '112554.955000', '112555.415000', '112555.875000', '112556.335000', '112556.795000', '112557.255000', '112557.715000', '112558.175000', '112558.635000', '112559.095000', '112559.555000', '112600.015000', '112600.475000', '112600.935000', '112601.395000', '112601.855000', '112602.315000', '112602.775000', '112603.235000', '112603.695000', '112604.155000', '112604.615000', '112605.075000', '112605.535000', '112605.995000', '112606.455000', '112606.915000', '112607.375000', '112607.835000', '112608.295000', '112608.755000', '112609.215000', '112609.675000', '112610.135000', '112610.595000', '112611.055000', '112611.515000', '112611.975000', '112612.435000', '112612.895000', '112613.355000', '112613.815000', '112614.275000', '112614.735000', '112615.195000', '112615.655000', '112616.115000', '112616.575000', '112617.035000', '112617.495000', '112617.955000', '112618.415000', '112618.875000', '112619.335000', '112619.795000', '112620.255000', '112620.715000', '112621.175000', '112621.635000', '112622.095000', '112622.555000', '112623.015000', '112623.475000', '112623.935000', '112624.395000', '112624.855000', '112625.315000', '112625.775000', '112626.235000', '112626.695000', '112627.155000', '112627.615000', '112628.075000', '112628.535000', '112628.995000', '112629.455000', '112629.915000', '112630.375000', '112630.835000', '112631.295000', '112631.755000', '112632.215000', '112632.675000', '112633.135000', '112633.595000', '112634.055000', '112634.515000', '112634.975000', '112635.435000', '112635.895000', '112636.355000', '112636.815000', '112637.275000', '112637.735000', '112638.195000', '112638.655000', '112639.115000', '112639.575000', '112640.035000', '112640.495000', '112640.955000', '112641.415000', '112641.875000', '112642.335000', '112642.795000', '112643.255000', '112643.715000', '112644.175000', '112644.635000', '112645.095000', '112645.555000', '112646.015000', '112646.475000', '112646.935000', '112647.395000', '112647.855000', '112648.315000', '112648.775000', '112649.235000', '112649.695000', '112650.155000', '112650.615000', '112651.075000', '112651.535000', '112651.995000', '112652.455000', '112652.915000', '112653.375000', '112653.835000', '112654.295000', '112654.755000', '112655.215000', '112655.675000', '112656.135000', '112656.595000', '112657.055000', '112657.515000', '112657.975000', '112658.435000', '112658.895000', '112659.355000', '112659.815000', '112700.275000', '112700.735000', '112701.195000', '112701.655000', '112702.115000', '112702.575000', '112703.035000', '112703.495000', '112703.955000', '112704.415000', '112704.875000', '112705.335000', '112705.795000', '112706.255000', '112706.715000', '112707.175000', '112707.635000', '112708.095000', '112708.555000', '112709.015000', '112709.475000', '112709.935000', '112710.395000', '112710.855000', '112711.315000', '112711.775000', '112712.235000', '112712.695000', '112713.155000', '112713.615000', '112714.075000', '112714.535000', '112714.995000', '112715.455000', '112715.915000', '112716.375000', '112716.835000', '112717.295000', '112717.755000', '112718.215000', '112718.675000', '112719.135000', '112719.595000', '112720.055000', '112720.515000', '112720.975000', '112721.435000', '112721.895000', '112722.355000', '112722.815000', '112723.275000', '112723.735000', '112724.195000', '112724.655000', '112725.115000', '112725.575000', '112726.035000', '112726.495000', '112726.955000', '112727.415000', '112727.875000', '112728.335000', '112728.795000', '112729.255000', '112729.715000', '112730.175000', '112730.635000', '112731.095000', '112731.555000', '112732.015000', '112732.475000', '112732.935000', '112733.395000', '112733.855000', '112734.315000', '112734.775000', '112735.235000', '112735.695000', '112736.155000', '112736.615000', '112737.075000', '112737.535000', '112737.995000', '112738.455000', '112738.915000', '112739.375000', '112739.835000', '112740.295000', '112740.755000', '112741.215000', '112741.675000', '112742.135000', '112742.595000', '112743.055000', '112743.515000', '112743.975000', '112744.435000', '112744.895000', '112745.355000', '112745.815000', '112746.275000', '112746.735000', '112747.195000', '112747.655000', '112748.115000', '112748.575000', '112749.035000', '112749.495000', '112749.955000', '112750.415000', '112750.875000', '112751.335000', '112751.795000', '112752.255000', '112752.715000', '112753.175000', '112753.635000', '112754.095000', '112754.555000', '112755.015000', '112755.475000', '112755.935000', '112756.395000', '112756.855000', '112757.315000', '112757.775000', '112758.235000', '112758.695000', '112759.155000', '112759.615000', '112800.075000', '112800.535000', '112800.995000', '112801.455000', '112801.915000', '112802.375000', '112802.835000', '112803.295000', '112803.755000', '112804.215000', '112804.675000', '112805.135000', '112805.595000', '112806.055000', '112806.515000', '112806.975000', '112807.435000', '112807.895000', '112808.355000', '112808.815000', '112809.275000', '112809.735000', '112810.195000', '112810.655000', '112811.115000', '112811.575000', '112812.035000', '112812.495000', '112812.955000', '112813.415000', '112813.875000', '112814.335000', '112814.795000', '112815.255000', '112815.715000', '112816.175000', '112816.635000', '112817.095000', '112817.555000', '112818.015000', '112818.475000', '112818.935000', '112819.395000', '112819.855000', '112820.315000', '112820.775000', '112821.235000', '112821.695000', '112822.155000', '112822.615000', '112823.075000', '112823.535000', '112823.995000', '112824.455000', '112824.915000', '112825.375000', '112825.835000', '112826.295000', '112826.755000', '112827.215000', '112827.675000', '112828.135000', '112828.595000', '112829.055000', '112829.515000', '112829.975000', '112830.435000', '112830.895000', '112831.355000', '112831.815000', '112832.275000', '112832.735000', '112833.195000', '112833.655000', '112834.115000', '112834.575000', '112835.035000', '112835.495000', '112835.955000', '112836.415000', '112836.875000', '112837.335000', '112837.795000', '112838.255000', '112838.715000', '112839.175000', '112839.635000', '112840.095000', '112840.555000', '112841.015000', '112841.475000', '112841.935000', '112842.395000', '112842.855000', '112843.315000', '112843.775000', '112844.235000', '112844.695000', '112845.155000', '112845.615000', '112846.075000', '112846.535000', '112846.995000', '112847.455000', '112847.915000', '112848.375000', '112848.835000', '112849.295000', '112849.755000', '112850.215000', '112850.675000', '112851.135000', '112851.595000', '112852.055000', '112852.515000', '112852.975000', '112853.435000', '112853.895000', '112854.355000', '112854.815000', '112855.275000', '112855.735000', '112856.195000', '112856.655000', '112857.115000', '112857.575000', '112858.035000', '112858.495000', '112858.955000', '112859.415000', '112859.875000', '112900.335000', '112900.795000', '112901.255000', '112901.715000', '112902.175000', '112902.635000', '112903.095000', '112903.555000', '112904.015000', '112904.475000', '112904.935000', '112905.395000', '112905.855000', '112906.315000', '112906.775000', '112907.235000', '112907.695000', '112908.155000', '112908.615000', '112909.075000', '112909.535000', '112909.995000', '112910.455000', '112910.915000', '112911.375000', '112911.835000', '112912.295000', '112912.755000', '112913.215000', '112913.675000', '112914.135000', '112914.595000', '112915.055000', '112915.515000', '112915.975000', '112916.435000', '112916.895000', '112917.355000', '112917.815000', '112918.275000', '112918.735000', '112919.195000', '112919.655000', '112920.115000', '112920.575000', '112921.035000', '112921.495000', '112921.955000', '112922.415000', '112922.875000', '112923.335000', '112923.795000', '112924.255000', '112924.715000', '112925.175000', '112925.635000', '112926.095000', '112926.555000', '112927.015000', '112927.475000', '112927.935000', '112928.395000', '112928.855000', '112929.315000', '112929.775000', '112930.235000', '112930.695000', '112931.155000', '112931.615000', '112932.075000', '112932.535000', '112932.995000', '112933.455000', '112933.915000', '112934.375000', '112934.835000', '112935.295000', '112935.755000', '112936.215000', '112936.675000', '112937.135000', '112937.595000', '112938.055000', '112938.515000', '112938.975000', '112939.435000', '112939.895000', '112940.355000', '112940.815000', '112941.275000', '112941.735000', '112942.195000', '112942.655000', '112943.115000', '112943.575000', '112944.035000', '112944.495000', '112944.955000', '112945.415000', '112945.875000', '112946.335000', '112946.795000', '112947.255000', '112947.715000', '112948.175000', '112948.635000', '112949.095000', '112949.555000', '112950.015000', '112950.475000', '112950.935000', '112951.395000', '112951.855000', '112952.315000', '112952.775000', '112953.235000', '112953.695000', '112954.155000', '112954.615000', '112955.075000', '112955.535000', '112955.995000', '112956.455000', '112956.915000', '112957.375000', '112957.835000', '112958.295000', '112958.755000', '112959.215000', '112959.675000', '113000.135000', '113000.595000', '113001.055000', '113001.515000', '113001.975000', '113002.435000', '113002.895000', '113003.355000', '113003.815000', '113004.275000', '113004.735000', '113005.195000', '113005.655000', '113006.115000', '113006.575000', '113007.035000', '113007.495000', '113007.955000', '113008.415000', '113008.875000', '113009.335000', '113009.795000', '113010.255000', '113010.715000', '113011.175000', '113011.635000', '113012.095000', '113012.555000', '113013.015000', '113013.475000', '113013.935000', '113014.395000', '113014.855000', '113015.315000', '113015.775000', '113016.235000', '113016.695000', '113017.155000', '113017.615000', '113018.075000', '113018.535000', '113018.995000', '113019.455000', '113019.915000', '113020.375000', '113020.835000', '113021.295000', '113021.755000', '113022.215000', '113022.675000', '113023.135000', '113023.595000', '113024.055000', '113024.515000', '113024.975000', '113025.435000', '113025.895000', '113026.355000', '113026.815000', '113027.275000', '113027.735000', '113028.195000', '113028.655000', '113029.115000', '113029.575000', '113030.035000', '113030.495000', '113030.955000', '113031.415000', '113031.875000', '113032.335000', '113032.795000', '113033.255000', '113033.715000', '113034.175000', '113034.635000', '113035.095000', '113035.555000', '113036.015000', '113036.475000', '113036.935000', '113037.395000', '113037.855000', '113038.315000', '113038.775000', '113039.235000', '113039.695000', '113040.155000', '113040.615000', '113041.075000', '113041.535000', '113041.995000', '113042.455000', '113042.915000', '113043.375000', '113043.835000', '113044.295000', '113044.755000', '113045.215000', '113045.675000', '113046.135000', '113046.595000', '113047.055000', '113047.515000', '113047.975000', '113048.435000', '113048.895000', '113049.355000', '113049.815000', '113050.275000', '113050.735000', '113051.195000', '113051.655000', '113052.115000', '113052.575000', '113053.035000', '113053.495000', '113053.955000', '113054.415000', '113054.875000', '113055.335000', '113055.795000', '113056.255000', '113056.715000', '113057.175000', '113057.635000', '113058.095000', '113058.555000', '113059.015000', '113059.475000', '113059.935000', '113100.395000', '113100.855000', '113101.315000', '113101.775000', '113102.235000', '113102.695000', '113103.155000', '113103.615000', '113104.075000', '113104.535000', '113104.995000', '113105.455000', '113105.915000', '113106.375000', '113106.835000', '113107.295000', '113107.755000', '113108.215000', '113108.675000', '113109.135000', '113109.595000', '113110.055000', '113110.515000', '113110.975000', '113111.435000', '113111.895000', '113112.355000', '113112.815000', '113113.275000', '113113.735000', '113114.195000', '113114.655000', '113115.115000', '113115.575000', '113116.035000', '113116.495000', '113116.955000', '113117.415000', '113117.875000', '113118.335000', '113118.795000', '113119.255000', '113119.715000', '113120.175000', '113120.635000', '113121.095000', '113121.555000', '113122.015000', '113122.475000', '113122.935000', '113123.395000', '113123.855000', '113124.315000', '113124.775000', '113125.235000', '113125.695000', '113126.155000', '113126.615000', '113127.075000', '113127.535000', '113127.995000', '113128.455000', '113128.915000', '113129.375000', '113129.835000', '113130.295000', '113130.755000', '113131.215000', '113131.675000', '113132.135000', '113132.595000', '113133.055000', '113133.515000', '113133.975000', '113134.435000', '113134.895000', '113135.355000', '113135.815000', '113136.275000', '113136.735000', '113137.195000', '113137.655000', '113138.115000', '113138.575000', '113139.035000', '113139.495000', '113139.955000', '113140.415000', '113140.875000', '113141.335000', '113141.795000', '113142.255000', '113142.715000', '113143.175000', '113143.635000', '113144.095000', '113144.555000', '113145.015000', '113145.475000', '113145.935000', '113146.395000', '113146.855000', '113147.315000', '113147.775000', '113148.235000', '113148.695000', '113149.155000', '113149.615000', '113150.075000', '113150.535000', '113150.995000', '113151.455000', '113151.915000', '113152.375000', '113152.835000', '113153.295000', '113153.755000', '113154.215000', '113154.675000', '113155.135000', '113155.595000', '113156.055000', '113156.515000', '113156.975000', '113157.435000', '113157.895000', '113158.355000', '113158.815000', '113159.275000', '113159.735000', '113200.195000', '113200.655000', '113201.115000', '113201.575000', '113202.035000', '113202.495000', '113202.955000', '113203.415000', '113203.875000', '113204.335000', '113204.795000', '113205.255000', '113205.715000', '113206.175000', '113206.635000', '113207.095000', '113207.555000', '113208.015000', '113208.475000', '113208.935000', '113209.395000', '113209.855000', '113210.315000', '113210.775000', '113211.235000', '113211.695000', '113212.155000', '113212.615000', '113213.075000', '113213.535000', '113213.995000', '113214.455000', '113214.915000', '113215.375000', '113215.835000', '113216.295000', '113216.755000', '113217.215000', '113217.675000', '113218.135000', '113218.595000', '113219.055000', '113219.515000', '113219.975000', '113220.435000', '113220.895000', '113221.355000', '113221.815000', '113222.275000', '113222.735000', '113223.195000', '113223.655000', '113224.115000', '113224.575000', '113225.035000', '113225.495000', '113225.955000', '113226.415000', '113226.875000', '113227.335000', '113227.795000', '113228.255000', '113228.715000', '113229.175000', '113229.635000', '113230.095000', '113230.555000', '113231.015000', '113231.475000', '113231.935000', '113232.395000'], 'ContentTime': ['112552.643000', '112552.646000', '112552.649000', '112552.652000', '112552.655000', '112552.658000', '112552.660000', '112552.663000', '112552.665000', '112552.668000', '112552.670000', '112552.673000', '112552.676000', '112552.678000', '112552.681000', '112552.684000', '112552.686000', '112552.689000', '112552.691000', '112552.694000', '112552.697000', '112552.699000', '112552.702000', '112552.704000', '112552.707000', '112552.710000', '112552.712000', '112552.719000', '112552.722000', '112552.725000', '112552.727000', '112552.730000', '112552.733000', '112552.735000', '112552.738000', '112552.740000', '112552.743000', '112552.745000', '112552.748000', '112552.751000', '112552.753000', '112552.756000', '112552.759000', '112552.761000', '112552.764000', '112552.766000', '112552.769000', '112552.771000', '112552.774000', '112552.777000', '112552.779000', '112552.782000', '112612.597000', '112612.600000', '112612.602000', '112612.605000', '112612.607000', '112612.610000', '112612.613000', '112612.615000', '112612.618000', '112612.621000', '112612.623000', '112612.626000', '112612.628000', '112612.631000', '112612.634000', '112612.636000', '112612.639000', '112612.641000', '112612.644000', '112612.647000', '112612.649000', '112612.652000', '112612.654000', '112612.657000', '112612.660000', '112612.662000', '112612.665000', '112612.667000', '112612.670000', '112612.673000', '112612.681000', '112612.683000', '112612.693000', '112612.695000', '112612.698000', '112612.700000', '112612.703000', '112612.706000', '112612.708000', '112612.711000', '112612.713000', '112612.716000', '112612.719000', '112612.721000', '112632.598000', '112632.600000', '112632.603000', '112632.606000', '112632.609000', '112632.611000', '112632.614000', '112632.616000', '112632.619000', '112632.622000', '112632.624000', '112632.627000', '112632.630000', '112632.632000', '112632.635000', '112632.638000', '112632.640000', '112632.643000', '112632.645000', '112632.648000', '112632.651000', '112632.653000', '112632.656000', '112632.659000', '112632.662000', '112632.665000', '112632.668000', '112632.678000', '112632.682000', '112632.685000', '112632.688000', '112632.690000', '112632.693000', '112632.696000', '112632.698000', '112632.701000', '112632.703000', '112632.706000', '112632.708000', '112632.711000', '112632.713000', '112632.716000', '112632.719000', '112652.597000', '112652.600000', '112652.603000', '112652.605000', '112652.608000', '112652.617000', '112652.620000', '112652.622000', '112652.625000', '112652.628000', '112652.631000', '112652.633000', '112652.636000', '112652.638000', '112652.641000', '112652.643000', '112652.646000', '112652.649000', '112652.652000', '112652.654000', '112652.657000', '112652.659000', '112652.662000', '112652.665000', '112652.667000', '112652.670000', '112652.672000', '112652.675000', '112652.678000', '112652.681000', '112652.683000', '112652.686000', '112652.689000', '112652.691000', '112652.694000', '112652.696000', '112652.699000', '112652.702000', '112652.704000', '112652.707000', '112652.709000', '112652.712000', '112652.715000', '112652.717000', '112712.598000', '112712.600000', '112712.603000', '112712.606000', '112712.609000', '112712.611000', '112712.614000', '112712.617000', '112712.619000', '112712.622000', '112712.624000', '112712.627000', '112712.637000', '112712.640000', '112712.643000', '112712.645000', '112712.648000', '112712.651000', '112712.653000', '112712.656000', '112712.659000', '112712.663000', '112712.665000', '112712.668000', '112712.671000', '112712.673000', '112712.676000', '112712.678000', '112712.681000', '112712.684000', '112712.687000', '112712.689000', '112712.692000', '112712.694000', '112712.697000', '112712.700000', '112712.702000', '112712.705000', '112712.708000', '112712.710000', '112712.713000', '112712.715000', '112712.718000', '112732.598000', '112732.600000', '112732.603000', '112732.606000', '112732.609000', '112732.611000', '112732.614000', '112732.617000', '112732.619000', '112732.622000', '112732.631000', '112732.634000', '112732.636000', '112732.639000', '112732.641000', '112732.644000', '112732.647000', '112732.649000', '112732.652000', '112732.655000', '112732.657000', '112732.660000', '112732.663000', '112732.665000', '112732.668000', '112732.671000', '112732.673000', '112732.676000', '112732.679000', '112732.681000', '112732.684000', '112732.686000', '112732.689000', '112732.692000', '112732.694000', '112732.697000', '112732.700000', '112732.702000', '112732.705000', '112732.707000', '112732.710000', '112732.713000', '112732.715000', '112732.718000', '112752.597000', '112752.600000', '112752.603000', '112752.606000', '112752.608000', '112752.611000', '112752.613000', '112752.616000', '112752.618000', '112752.621000', '112752.624000', '112752.626000', '112752.629000', '112752.632000', '112752.634000', '112752.637000', '112752.639000', '112752.642000', '112752.645000', '112752.647000', '112752.650000', '112752.652000', '112752.655000', '112752.658000', '112752.660000', '112752.663000', '112752.665000', '112752.668000', '112752.671000', '112752.674000', '112752.676000', '112752.679000', '112752.681000', '112752.684000', '112752.686000', '112752.689000', '112752.692000', '112752.694000', '112752.697000', '112752.700000', '112752.703000', '112752.719000', '112752.722000', '112812.596000', '112812.599000', '112812.602000', '112812.605000', '112812.607000', '112812.610000', '112812.613000', '112812.615000', '112812.618000', '112812.620000', '112812.623000', '112812.626000', '112812.628000', '112812.631000', '112812.634000', '112812.636000', '112812.639000', '112812.642000', '112812.644000', '112812.647000', '112812.649000', '112812.652000', '112812.655000', '112812.657000', '112812.668000', '112812.671000', '112812.674000', '112812.676000', '112812.679000', '112812.682000', '112812.684000', '112812.687000', '112812.690000', '112812.692000', '112812.695000', '112812.698000', '112812.700000', '112812.703000', '112812.705000', '112812.708000', '112812.711000', '112812.713000', '112812.716000', '112812.719000', '112832.597000', '112832.599000', '112832.602000', '112832.605000', '112832.608000', '112832.610000', '112832.613000', '112832.615000', '112832.618000', '112832.621000', '112832.623000', '112832.626000', '112832.629000', '112832.631000', '112832.634000', '112832.636000', '112832.639000', '112832.642000', '112832.644000', '112832.647000', '112832.650000', '112832.652000', '112832.655000', '112832.657000', '112832.660000', '112832.663000', '112832.665000', '112832.668000', '112832.671000', '112832.673000', '112832.676000', '112832.678000', '112832.681000', '112832.684000', '112832.686000', '112832.689000', '112832.692000', '112832.694000', '112832.697000', '112832.699000', '112832.702000', '112832.705000', '112832.707000', '112852.597000', '112852.600000', '112852.603000', '112852.606000', '112852.608000', '112852.611000', '112852.614000', '112852.616000', '112852.619000', '112852.622000', '112852.624000', '112852.627000', '112852.629000', '112852.632000', '112852.635000', '112852.637000', '112852.640000', '112852.643000', '112852.645000', '112852.648000', '112852.650000', '112852.653000', '112852.656000', '112852.658000', '112852.661000', '112852.664000', '112852.666000', '112852.669000', '112852.671000', '112852.674000', '112852.677000', '112852.679000', '112852.682000', '112852.684000', '112852.687000', '112852.690000', '112852.692000', '112852.695000', '112852.698000', '112852.700000', '112852.703000', '112852.706000', '112852.708000', '112852.711000', '112912.598000', '112912.600000', '112912.603000', '112912.606000', '112912.609000', '112912.611000', '112912.614000', '112912.617000', '112912.619000', '112912.622000', '112912.624000', '112912.627000', '112912.630000', '112912.632000', '112912.635000', '112912.638000', '112912.640000', '112912.643000', '112912.645000', '112912.648000', '112912.650000', '112912.653000', '112912.656000', '112912.658000', '112912.661000', '112912.664000', '112912.666000', '112912.669000', '112912.671000', '112912.674000', '112912.677000', '112912.679000', '112912.682000', '112912.684000', '112912.687000', '112912.690000', '112912.692000', '112912.695000', '112912.697000', '112912.700000', '112912.703000', '112912.705000', '112912.708000', '112932.597000', '112932.600000', '112932.603000', '112932.605000', '112932.608000', '112932.611000', '112932.619000', '112932.622000', '112932.625000', '112932.627000', '112932.630000', '112932.632000', '112932.635000', '112932.638000', '112932.640000', '112932.643000', '112932.646000', '112932.648000', '112932.651000', '112932.654000', '112932.656000', '112932.659000', '112932.661000', '112932.672000', '112932.674000', '112932.677000', '112932.680000', '112932.682000', '112932.685000', '112932.688000', '112932.690000', '112932.693000', '112932.696000', '112932.698000', '112932.701000', '112932.703000', '112932.706000', '112932.709000', '112932.711000', '112932.714000', '112932.717000', '112932.719000', '112932.722000', '112932.724000', '112952.598000', '112952.600000', '112952.603000', '112952.606000', '112952.609000', '112952.611000', '112952.614000', '112952.617000', '112952.619000', '112952.622000', '112952.625000', '112952.627000', '112952.630000', '112952.632000', '112952.635000', '112952.638000', '112952.640000', '112952.643000', '112952.646000', '112952.648000', '112952.651000', '112952.653000', '112952.656000', '112952.659000', '112952.661000', '112952.664000', '112952.667000', '112952.669000', '112952.672000', '112952.674000', '112952.677000', '112952.680000', '112952.682000', '112952.685000', '112952.688000', '112952.690000', '112952.693000', '112952.696000', '112952.698000', '112952.701000', '112952.704000', '112952.706000', '112952.709000', '113012.597000', '113012.600000', '113012.603000', '113012.606000', '113012.608000', '113012.611000', '113012.614000', '113012.616000', '113012.619000', '113012.622000', '113012.624000', '113012.627000', '113012.630000', '113012.632000', '113012.635000', '113012.638000', '113012.640000', '113012.643000', '113012.645000', '113012.648000', '113012.651000', '113012.653000', '113012.656000', '113012.659000', '113012.661000', '113012.664000', '113012.666000', '113012.669000', '113012.672000', '113012.674000', '113012.677000', '113012.680000', '113012.682000', '113012.685000', '113012.687000', '113012.691000', '113012.693000', '113012.696000', '113012.698000', '113012.701000', '113012.704000', '113012.706000', '113012.709000', '113012.712000', '113032.597000', '113032.600000', '113032.602000', '113032.605000', '113032.607000', '113032.610000', '113032.613000', '113032.615000', '113032.618000', '113032.621000', '113032.623000', '113032.626000', '113032.629000', '113032.631000', '113032.634000', '113032.636000', '113032.639000', '113032.642000', '113032.644000', '113032.647000', '113032.650000', '113032.652000', '113032.655000', '113032.657000', '113032.660000', '113032.663000', '113032.665000', '113032.668000', '113032.671000', '113032.673000', '113032.676000', '113032.678000', '113032.681000', '113032.684000', '113032.686000', '113032.689000', '113032.692000', '113032.695000', '113032.697000', '113032.700000', '113032.702000', '113032.705000', '113032.708000', '113052.597000', '113052.599000', '113052.602000', '113052.605000', '113052.607000', '113052.610000', '113052.613000', '113052.615000', '113052.618000', '113052.621000', '113052.623000', '113052.626000', '113052.628000', '113052.631000', '113052.634000', '113052.636000', '113052.639000', '113052.642000', '113052.645000', '113052.647000', '113052.650000', '113052.652000', '113052.655000', '113052.658000', '113052.660000', '113052.663000', '113052.666000', '113052.668000', '113052.671000', '113052.674000', '113052.676000', '113052.679000', '113052.682000', '113052.684000', '113052.724000', '113052.727000', '113052.730000', '113052.732000', '113052.735000', '113052.738000', '113052.740000', '113052.743000', '113052.746000', '113052.748000', '113112.597000', '113112.600000', '113112.603000', '113112.605000', '113112.608000', '113112.611000', '113112.614000', '113112.616000', '113112.619000', '113112.622000', '113112.624000', '113112.627000', '113112.629000', '113112.632000', '113112.635000', '113112.637000', '113112.640000', '113112.643000', '113112.645000', '113112.648000', '113112.651000', '113112.653000', '113112.656000', '113112.658000', '113112.661000', '113112.664000', '113112.666000', '113112.669000', '113112.671000', '113112.674000', '113112.676000', '113112.679000', '113112.682000', '113112.684000', '113112.687000', '113112.689000', '113112.692000', '113112.694000', '113112.697000', '113112.700000', '113112.702000', '113112.705000', '113112.707000', '113132.598000', '113132.602000', '113132.605000', '113132.608000', '113132.610000', '113132.613000', '113132.616000', '113132.618000', '113132.621000', '113132.624000', '113132.626000', '113132.629000', '113132.631000', '113132.634000', '113132.637000', '113132.639000', '113132.642000', '113132.652000', '113132.655000', '113132.658000', '113132.660000', '113132.663000', '113132.666000', '113132.668000', '113132.671000', '113132.674000', '113132.676000', '113132.679000', '113132.681000', '113132.684000', '113132.687000', '113132.689000', '113132.692000', '113132.694000', '113132.697000', '113132.700000', '113132.702000', '113132.705000', '113132.707000', '113132.710000', '113132.713000', '113132.715000', '113132.718000', '113132.720000', '113152.598000', '113152.600000', '113152.603000', '113152.606000', '113152.609000', '113152.611000', '113152.614000', '113152.616000', '113152.619000', '113152.622000', '113152.624000', '113152.627000', '113152.629000', '113152.632000', '113152.634000', '113152.637000', '113152.639000', '113152.642000', '113152.645000', '113152.647000', '113152.650000', '113152.652000', '113152.655000', '113152.658000', '113152.660000', '113152.663000', '113152.665000', '113152.668000', '113152.671000', '113152.673000', '113152.676000', '113152.679000', '113152.681000', '113152.684000', '113152.686000', '113152.689000', '113152.692000', '113152.694000', '113152.697000', '113152.700000', '113152.702000', '113152.705000', '113152.707000', '113212.598000', '113212.601000', '113212.604000', '113212.606000', '113212.609000', '113212.612000', '113212.615000', '113212.618000', '113212.620000', '113212.623000', '113212.626000', '113212.628000', '113212.631000', '113212.633000', '113212.636000', '113212.639000', '113212.641000', '113212.644000', '113212.647000', '113212.649000', '113212.652000', '113212.654000', '113212.657000', '113212.659000', '113212.662000', '113212.665000', '113212.667000', '113212.670000', '113212.672000', '113212.675000', '113212.678000', '113212.680000', '113212.683000', '113212.685000', '113212.688000', '113212.691000', '113212.693000', '113212.696000', '113212.699000', '113212.701000', '113212.704000', '113212.706000', '113212.709000', '113232.598000', '113232.612000', '113232.615000', '113232.617000', '113232.620000', '113232.623000', '113232.625000', '113232.628000', '113232.630000', '113232.633000', '113232.635000', '113232.638000', '113232.641000', '113232.643000', '113232.646000', '113232.648000', '113232.651000', '113232.654000', '113232.656000', '113232.659000', '113232.662000', '113232.664000', '113232.667000', '113232.670000', '113232.672000', '113232.675000', '113232.677000', '113232.680000', '113232.683000', '113232.685000', '113232.688000', '113232.691000', '113232.693000', '113232.696000', '113232.699000', '113232.701000', '113232.704000', '113232.706000', '113232.709000', '113232.712000', '113232.714000', '113232.717000', '113232.719000', '113232.722000', '113234.175000', '113234.178000', '113234.181000', '113234.184000'], 'InstanceCreationTime': ['112552.643000', '112552.646000', '112552.649000', '112552.652000', '112552.655000', '112552.658000', '112552.660000', '112552.663000', '112552.665000', '112552.668000', '112552.670000', '112552.673000', '112552.676000', '112552.678000', '112552.681000', '112552.684000', '112552.686000', '112552.689000', '112552.691000', '112552.694000', '112552.697000', '112552.699000', '112552.702000', '112552.704000', '112552.707000', '112552.710000', '112552.712000', '112552.719000', '112552.722000', '112552.725000', '112552.727000', '112552.730000', '112552.733000', '112552.735000', '112552.738000', '112552.740000', '112552.743000', '112552.745000', '112552.748000', '112552.751000', '112552.753000', '112552.756000', '112552.759000', '112552.761000', '112552.764000', '112552.766000', '112552.769000', '112552.771000', '112552.774000', '112552.777000', '112552.779000', '112552.782000', '112612.597000', '112612.600000', '112612.602000', '112612.605000', '112612.607000', '112612.610000', '112612.613000', '112612.615000', '112612.618000', '112612.621000', '112612.623000', '112612.626000', '112612.628000', '112612.631000', '112612.634000', '112612.636000', '112612.639000', '112612.641000', '112612.644000', '112612.647000', '112612.649000', '112612.652000', '112612.654000', '112612.657000', '112612.660000', '112612.662000', '112612.665000', '112612.667000', '112612.670000', '112612.673000', '112612.681000', '112612.683000', '112612.693000', '112612.695000', '112612.698000', '112612.700000', '112612.703000', '112612.706000', '112612.708000', '112612.711000', '112612.713000', '112612.716000', '112612.719000', '112612.721000', '112632.598000', '112632.600000', '112632.603000', '112632.606000', '112632.609000', '112632.611000', '112632.614000', '112632.616000', '112632.619000', '112632.622000', '112632.624000', '112632.627000', '112632.630000', '112632.632000', '112632.635000', '112632.638000', '112632.640000', '112632.643000', '112632.645000', '112632.648000', '112632.651000', '112632.653000', '112632.656000', '112632.659000', '112632.662000', '112632.665000', '112632.668000', '112632.678000', '112632.682000', '112632.685000', '112632.688000', '112632.690000', '112632.693000', '112632.696000', '112632.698000', '112632.701000', '112632.703000', '112632.706000', '112632.708000', '112632.711000', '112632.713000', '112632.716000', '112632.719000', '112652.597000', '112652.600000', '112652.603000', '112652.605000', '112652.608000', '112652.617000', '112652.620000', '112652.622000', '112652.625000', '112652.628000', '112652.631000', '112652.633000', '112652.636000', '112652.638000', '112652.641000', '112652.643000', '112652.646000', '112652.649000', '112652.652000', '112652.654000', '112652.657000', '112652.659000', '112652.662000', '112652.665000', '112652.667000', '112652.670000', '112652.672000', '112652.675000', '112652.678000', '112652.681000', '112652.683000', '112652.686000', '112652.689000', '112652.691000', '112652.694000', '112652.696000', '112652.699000', '112652.702000', '112652.704000', '112652.707000', '112652.709000', '112652.712000', '112652.715000', '112652.717000', '112712.598000', '112712.600000', '112712.603000', '112712.606000', '112712.609000', '112712.611000', '112712.614000', '112712.617000', '112712.619000', '112712.622000', '112712.624000', '112712.627000', '112712.637000', '112712.640000', '112712.643000', '112712.645000', '112712.648000', '112712.651000', '112712.653000', '112712.656000', '112712.659000', '112712.663000', '112712.665000', '112712.668000', '112712.671000', '112712.673000', '112712.676000', '112712.678000', '112712.681000', '112712.684000', '112712.687000', '112712.689000', '112712.692000', '112712.694000', '112712.697000', '112712.700000', '112712.702000', '112712.705000', '112712.708000', '112712.710000', '112712.713000', '112712.715000', '112712.718000', '112732.598000', '112732.600000', '112732.603000', '112732.606000', '112732.609000', '112732.611000', '112732.614000', '112732.617000', '112732.619000', '112732.622000', '112732.631000', '112732.634000', '112732.636000', '112732.639000', '112732.641000', '112732.644000', '112732.647000', '112732.649000', '112732.652000', '112732.655000', '112732.657000', '112732.660000', '112732.663000', '112732.665000', '112732.668000', '112732.671000', '112732.673000', '112732.676000', '112732.679000', '112732.681000', '112732.684000', '112732.686000', '112732.689000', '112732.692000', '112732.694000', '112732.697000', '112732.700000', '112732.702000', '112732.705000', '112732.707000', '112732.710000', '112732.713000', '112732.715000', '112732.718000', '112752.597000', '112752.600000', '112752.603000', '112752.606000', '112752.608000', '112752.611000', '112752.613000', '112752.616000', '112752.618000', '112752.621000', '112752.624000', '112752.626000', '112752.629000', '112752.632000', '112752.634000', '112752.637000', '112752.639000', '112752.642000', '112752.645000', '112752.647000', '112752.650000', '112752.652000', '112752.655000', '112752.658000', '112752.660000', '112752.663000', '112752.665000', '112752.668000', '112752.671000', '112752.674000', '112752.676000', '112752.679000', '112752.681000', '112752.684000', '112752.686000', '112752.689000', '112752.692000', '112752.694000', '112752.697000', '112752.700000', '112752.703000', '112752.719000', '112752.722000', '112812.596000', '112812.599000', '112812.602000', '112812.605000', '112812.607000', '112812.610000', '112812.613000', '112812.615000', '112812.618000', '112812.620000', '112812.623000', '112812.626000', '112812.628000', '112812.631000', '112812.634000', '112812.636000', '112812.639000', '112812.642000', '112812.644000', '112812.647000', '112812.649000', '112812.652000', '112812.655000', '112812.657000', '112812.668000', '112812.671000', '112812.674000', '112812.676000', '112812.679000', '112812.682000', '112812.684000', '112812.687000', '112812.690000', '112812.692000', '112812.695000', '112812.698000', '112812.700000', '112812.703000', '112812.705000', '112812.708000', '112812.711000', '112812.713000', '112812.716000', '112812.719000', '112832.597000', '112832.599000', '112832.602000', '112832.605000', '112832.608000', '112832.610000', '112832.613000', '112832.615000', '112832.618000', '112832.621000', '112832.623000', '112832.626000', '112832.629000', '112832.631000', '112832.634000', '112832.636000', '112832.639000', '112832.642000', '112832.644000', '112832.647000', '112832.650000', '112832.652000', '112832.655000', '112832.657000', '112832.660000', '112832.663000', '112832.665000', '112832.668000', '112832.671000', '112832.673000', '112832.676000', '112832.678000', '112832.681000', '112832.684000', '112832.686000', '112832.689000', '112832.692000', '112832.694000', '112832.697000', '112832.699000', '112832.702000', '112832.705000', '112832.707000', '112852.597000', '112852.600000', '112852.603000', '112852.606000', '112852.608000', '112852.611000', '112852.614000', '112852.616000', '112852.619000', '112852.622000', '112852.624000', '112852.627000', '112852.629000', '112852.632000', '112852.635000', '112852.637000', '112852.640000', '112852.643000', '112852.645000', '112852.648000', '112852.650000', '112852.653000', '112852.656000', '112852.658000', '112852.661000', '112852.664000', '112852.666000', '112852.669000', '112852.671000', '112852.674000', '112852.677000', '112852.679000', '112852.682000', '112852.684000', '112852.687000', '112852.690000', '112852.692000', '112852.695000', '112852.698000', '112852.700000', '112852.703000', '112852.706000', '112852.708000', '112852.711000', '112912.598000', '112912.600000', '112912.603000', '112912.606000', '112912.609000', '112912.611000', '112912.614000', '112912.617000', '112912.619000', '112912.622000', '112912.624000', '112912.627000', '112912.630000', '112912.632000', '112912.635000', '112912.638000', '112912.640000', '112912.643000', '112912.645000', '112912.648000', '112912.650000', '112912.653000', '112912.656000', '112912.658000', '112912.661000', '112912.664000', '112912.666000', '112912.669000', '112912.671000', '112912.674000', '112912.677000', '112912.679000', '112912.682000', '112912.684000', '112912.687000', '112912.690000', '112912.692000', '112912.695000', '112912.697000', '112912.700000', '112912.703000', '112912.705000', '112912.708000', '112932.597000', '112932.600000', '112932.603000', '112932.605000', '112932.608000', '112932.611000', '112932.619000', '112932.622000', '112932.625000', '112932.627000', '112932.630000', '112932.632000', '112932.635000', '112932.638000', '112932.640000', '112932.643000', '112932.646000', '112932.648000', '112932.651000', '112932.654000', '112932.656000', '112932.659000', '112932.661000', '112932.672000', '112932.674000', '112932.677000', '112932.680000', '112932.682000', '112932.685000', '112932.688000', '112932.690000', '112932.693000', '112932.696000', '112932.698000', '112932.701000', '112932.703000', '112932.706000', '112932.709000', '112932.711000', '112932.714000', '112932.717000', '112932.719000', '112932.722000', '112932.724000', '112952.598000', '112952.600000', '112952.603000', '112952.606000', '112952.609000', '112952.611000', '112952.614000', '112952.617000', '112952.619000', '112952.622000', '112952.625000', '112952.627000', '112952.630000', '112952.632000', '112952.635000', '112952.638000', '112952.640000', '112952.643000', '112952.646000', '112952.648000', '112952.651000', '112952.653000', '112952.656000', '112952.659000', '112952.661000', '112952.664000', '112952.667000', '112952.669000', '112952.672000', '112952.674000', '112952.677000', '112952.680000', '112952.682000', '112952.685000', '112952.688000', '112952.690000', '112952.693000', '112952.696000', '112952.698000', '112952.701000', '112952.704000', '112952.706000', '112952.709000', '113012.597000', '113012.600000', '113012.603000', '113012.606000', '113012.608000', '113012.611000', '113012.614000', '113012.616000', '113012.619000', '113012.622000', '113012.624000', '113012.627000', '113012.630000', '113012.632000', '113012.635000', '113012.638000', '113012.640000', '113012.643000', '113012.645000', '113012.648000', '113012.651000', '113012.653000', '113012.656000', '113012.659000', '113012.661000', '113012.664000', '113012.666000', '113012.669000', '113012.672000', '113012.674000', '113012.677000', '113012.680000', '113012.682000', '113012.685000', '113012.687000', '113012.691000', '113012.693000', '113012.696000', '113012.698000', '113012.701000', '113012.704000', '113012.706000', '113012.709000', '113012.712000', '113032.597000', '113032.600000', '113032.602000', '113032.605000', '113032.607000', '113032.610000', '113032.613000', '113032.615000', '113032.618000', '113032.621000', '113032.623000', '113032.626000', '113032.629000', '113032.631000', '113032.634000', '113032.636000', '113032.639000', '113032.642000', '113032.644000', '113032.647000', '113032.650000', '113032.652000', '113032.655000', '113032.657000', '113032.660000', '113032.663000', '113032.665000', '113032.668000', '113032.671000', '113032.673000', '113032.676000', '113032.678000', '113032.681000', '113032.684000', '113032.686000', '113032.689000', '113032.692000', '113032.695000', '113032.697000', '113032.700000', '113032.702000', '113032.705000', '113032.708000', '113052.597000', '113052.599000', '113052.602000', '113052.605000', '113052.607000', '113052.610000', '113052.613000', '113052.615000', '113052.618000', '113052.621000', '113052.623000', '113052.626000', '113052.628000', '113052.631000', '113052.634000', '113052.636000', '113052.639000', '113052.642000', '113052.645000', '113052.647000', '113052.650000', '113052.652000', '113052.655000', '113052.658000', '113052.660000', '113052.663000', '113052.666000', '113052.668000', '113052.671000', '113052.674000', '113052.676000', '113052.679000', '113052.682000', '113052.684000', '113052.724000', '113052.727000', '113052.730000', '113052.732000', '113052.735000', '113052.738000', '113052.740000', '113052.743000', '113052.746000', '113052.748000', '113112.597000', '113112.600000', '113112.603000', '113112.605000', '113112.608000', '113112.611000', '113112.614000', '113112.616000', '113112.619000', '113112.622000', '113112.624000', '113112.627000', '113112.629000', '113112.632000', '113112.635000', '113112.637000', '113112.640000', '113112.643000', '113112.645000', '113112.648000', '113112.651000', '113112.653000', '113112.656000', '113112.658000', '113112.661000', '113112.664000', '113112.666000', '113112.669000', '113112.671000', '113112.674000', '113112.676000', '113112.679000', '113112.682000', '113112.684000', '113112.687000', '113112.689000', '113112.692000', '113112.694000', '113112.697000', '113112.700000', '113112.702000', '113112.705000', '113112.707000', '113132.598000', '113132.602000', '113132.605000', '113132.608000', '113132.610000', '113132.613000', '113132.616000', '113132.618000', '113132.621000', '113132.624000', '113132.626000', '113132.629000', '113132.631000', '113132.634000', '113132.637000', '113132.639000', '113132.642000', '113132.652000', '113132.655000', '113132.658000', '113132.660000', '113132.663000', '113132.666000', '113132.668000', '113132.671000', '113132.674000', '113132.676000', '113132.679000', '113132.681000', '113132.684000', '113132.687000', '113132.689000', '113132.692000', '113132.694000', '113132.697000', '113132.700000', '113132.702000', '113132.705000', '113132.707000', '113132.710000', '113132.713000', '113132.715000', '113132.718000', '113132.720000', '113152.598000', '113152.600000', '113152.603000', '113152.606000', '113152.609000', '113152.611000', '113152.614000', '113152.616000', '113152.619000', '113152.622000', '113152.624000', '113152.627000', '113152.629000', '113152.632000', '113152.634000', '113152.637000', '113152.639000', '113152.642000', '113152.645000', '113152.647000', '113152.650000', '113152.652000', '113152.655000', '113152.658000', '113152.660000', '113152.663000', '113152.665000', '113152.668000', '113152.671000', '113152.673000', '113152.676000', '113152.679000', '113152.681000', '113152.684000', '113152.686000', '113152.689000', '113152.692000', '113152.694000', '113152.697000', '113152.700000', '113152.702000', '113152.705000', '113152.707000', '113212.598000', '113212.601000', '113212.604000', '113212.606000', '113212.609000', '113212.612000', '113212.615000', '113212.618000', '113212.620000', '113212.623000', '113212.626000', '113212.628000', '113212.631000', '113212.633000', '113212.636000', '113212.639000', '113212.641000', '113212.644000', '113212.647000', '113212.649000', '113212.652000', '113212.654000', '113212.657000', '113212.659000', '113212.662000', '113212.665000', '113212.667000', '113212.670000', '113212.672000', '113212.675000', '113212.678000', '113212.680000', '113212.683000', '113212.685000', '113212.688000', '113212.691000', '113212.693000', '113212.696000', '113212.699000', '113212.701000', '113212.704000', '113212.706000', '113212.709000', '113232.598000', '113232.612000', '113232.615000', '113232.617000', '113232.620000', '113232.623000', '113232.625000', '113232.628000', '113232.630000', '113232.633000', '113232.635000', '113232.638000', '113232.641000', '113232.643000', '113232.646000', '113232.648000', '113232.651000', '113232.654000', '113232.656000', '113232.659000', '113232.662000', '113232.664000', '113232.667000', '113232.670000', '113232.672000', '113232.675000', '113232.677000', '113232.680000', '113232.683000', '113232.685000', '113232.688000', '113232.691000', '113232.693000', '113232.696000', '113232.699000', '113232.701000', '113232.704000', '113232.706000', '113232.709000', '113232.712000', '113232.714000', '113232.717000', '113232.719000', '113232.722000', '113234.175000', '113234.178000', '113234.181000', '113234.184000'], 'InstanceNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926], 'LargestImagePixelValue': [11251, 9004, 11565, 8980, 10801, 9137, 7142, 11422, 7572, 12191, 8301, 10979, 8061, 11867, 7849, 10650, 7399, 9857, 6903, 9154, 7297, 8108, 12281, 7586, 10598, 7010, 9517, 8402, 7901, 11750, 7392, 10994, 7279, 9537, 6555, 8847, 11073, 7519, 12545, 7580, 10565, 7030, 8662, 11602, 7969, 12833, 7554, 10597, 6844, 8973, 10416, 7444, 12723, 7039, 10482, 6939, 9350, 8682, 7749, 13599, 7398, 11372, 7288, 10231, 11003, 8508, 13765, 7861, 11232, 7010, 9974, 10214, 7694, 12854, 7595, 10858, 6959, 9658, 12182, 8171, 12708, 7649, 10254, 6844, 9577, 11063, 7898, 12087, 7762, 10229, 6955, 9168, 10950, 7841, 11866, 7675, 9934, 6570, 9241, 7764, 8073, 12840, 7797, 10884, 7199, 9547, 6620, 9017, 9618, 8050, 12397, 7993, 11734, 7724, 10209, 7562, 8265, 11055, 7665, 12462, 7307, 10179, 6819, 9394, 7463, 7985, 7962, 7876, 12549, 7487, 10956, 7079, 8449, 11854, 8071, 12853, 7837, 11157, 7377, 9379, 11612, 8203, 12612, 8336, 10769, 6901, 9683, 7128, 8691, 12103, 7999, 11545, 7831, 9974, 6929, 9634, 6793, 8632, 11144, 7931, 12465, 7515, 10088, 6642, 9163, 8481, 7911, 10891, 7607, 11347, 7429, 10273, 7034, 9278, 8058, 8095, 9454, 7888, 11298, 7998, 11945, 7781, 11598, 7854, 11216, 6941, 9719, 7452, 8690, 12424, 8260, 12559, 8550, 11860, 7540, 9965, 7769, 8333, 12559, 7320, 10307, 7294, 9117, 8097, 8209, 12139, 7458, 10572, 6582, 9475, 6504, 7682, 10128, 7951, 11548, 7642, 11189, 7094, 9667, 6856, 8629, 12446, 7726, 11613, 7349, 9743, 6509, 8707, 10004, 7370, 12312, 7764, 10359, 6759, 9786, 7680, 7782, 13347, 8543, 11591, 7768, 9999, 6451, 8742, 12961, 7881, 11729, 7625, 10279, 6625, 8348, 12526, 7581, 11500, 7586, 10272, 6494, 8755, 12989, 7788, 11416, 7295, 9514, 6783, 7481, 11219, 7127, 9707, 7057, 9381, 7312, 7318, 11313, 7126, 10208, 7030, 8556, 10737, 7080, 10710, 7020, 9652, 8595, 7356, 12628, 7332, 10147, 7002, 9595, 9868, 7376, 13266, 8427, 10970, 6998, 9543, 13588, 7912, 11760, 7512, 9833, 8066, 7590, 12392, 7308, 10385, 7049, 8855, 9355, 7442, 12064, 7421, 10542, 7257, 10274, 7052, 9199, 12000, 7485, 11764, 7150, 9941, 11165, 7366, 11835, 6848, 10370, 6702, 9016, 11069, 7610, 12725, 7428, 10784, 7080, 9994, 6625, 8442, 10185, 7930, 9071, 7505, 12181, 7783, 11746, 7550, 9805, 12150, 8708, 13870, 7864, 11417, 7336, 10055, 9609, 8124, 12026, 7567, 11064, 7895, 10473, 6962, 10021, 8328, 8695, 10597, 7808, 12341, 7985, 11035, 7333, 10259, 7730, 9439, 8545, 8449, 13475, 8356, 11168, 7296, 9921, 8455, 8505, 9406, 8111, 11533, 8058, 10814, 7322, 9860, 7098, 8697, 6731, 8333, 9839, 7802, 11152, 7098, 10624, 6806, 9633, 6798, 8071, 12629, 7261, 11205, 7428, 10134, 6952, 9772, 6625, 8314, 10740, 7460, 12346, 7892, 10405, 7191, 9881, 7011, 8693, 11905, 7868, 12731, 8033, 10575, 7243, 9760, 8598, 8320, 11178, 8116, 11056, 7507, 10249, 7083, 9878, 7127, 8752, 9675, 8389, 13455, 8154, 12656, 8301, 11334, 7290, 10370, 7849, 9388, 10774, 7987, 13450, 7970, 11136, 7704, 10388, 6944, 9932, 7530, 8095, 9937, 8128, 12259, 8218, 11269, 7394, 10158, 7234, 9370, 7301, 8543, 11130, 8008, 10924, 6976, 10141, 6857, 9024, 7639, 7442, 11257, 7387, 10391, 6834, 9751, 7631, 7456, 11471, 7301, 10188, 6685, 9067, 10483, 7067, 10453, 6901, 9660, 6616, 8257, 8516, 7133, 11226, 7082, 10293, 6878, 8691, 11416, 7244, 11367, 6784, 10012, 10161, 7991, 14261, 8133, 11798, 7533, 10107, 10884, 7644, 13452, 7704, 10681, 7062, 10162, 7009, 9167, 7103, 8455, 8252, 7930, 12134, 7433, 10886, 7119, 9402, 8162, 8363, 11311, 7957, 12577, 7835, 11749, 7246, 10453, 6992, 9290, 12445, 7773, 12650, 8043, 10554, 7134, 10120, 7567, 9237, 13000, 8609, 13120, 8201, 10458, 7208, 10062, 7364, 8765, 9910, 8223, 11633, 8033, 10645, 7463, 10435, 7007, 8383, 9590, 8183, 11232, 7630, 10783, 7204, 10223, 7244, 9387, 10137, 8079, 13808, 8520, 11859, 7818, 9942, 7599, 9266, 9039, 8635, 11699, 8022, 10912, 8139, 10879, 7879, 10897, 7498, 10030, 7648, 9483, 9091, 8449, 14528, 8486, 11767, 8064, 10437, 7785, 9908, 7936, 9206, 7492, 8701, 10158, 8535, 12687, 8188, 11387, 7591, 9970, 7428, 8637, 11440, 8004, 11111, 7969, 10145, 7331, 9503, 7863, 8074, 10831, 8110, 10676, 7977, 10485, 7544, 10712, 7167, 9696, 7409, 8515, 13100, 8310, 12029, 7952, 10047, 7694, 8524, 11143, 8321, 11937, 8128, 10406, 7301, 9899, 7183, 8672, 11116, 8660, 12086, 8545, 10830, 8162, 10430, 7796, 9989, 7892, 8562, 11176, 8427, 11542, 7916, 10489, 9153, 8393, 12487, 8375, 10703, 7771, 10119, 7197, 8167, 9725, 8090, 10179, 7481, 10104, 7360, 9450, 6780, 8035, 11265, 8043, 10939, 7546, 10716, 6999, 9854, 7120, 8601, 11162, 7966, 12711, 7941, 10422, 7039, 9878, 6813, 8243, 6589, 8057, 6855, 10316, 7720, 12392, 7855, 11643, 7031, 10141, 12214, 7951, 13082, 8429, 11580, 9348, 11347, 13309, 9148, 15728, 11215, 14084, 9967, 12430, 8282, 10056, 8340, 8325, 13186, 8554, 11486, 8447, 10163, 8526, 9877, 8049, 9718, 8060, 8812, 8569, 8432, 10999, 8216, 9911, 7564, 9388, 7216, 8519, 6706, 8526, 6889, 8588, 6739, 9506, 6923, 10148, 6978, 10783, 6608, 10977, 10269, 8745, 13359, 8705, 12958, 8911, 12693, 8375, 11620, 8172, 11440, 7980, 12654, 7301, 10097, 7494, 9421, 7778, 8261, 10056, 8294, 12276, 8030, 11660, 7689, 10923, 7826, 9572, 7343, 8200, 8578, 7872, 12649, 8044, 11234, 7718, 10712, 7237, 10148, 7034, 8966, 10705, 8050, 12951, 8349, 11485, 8011, 10710, 7498, 10333, 7327, 8994, 7512, 8300, 9245, 7704, 12216, 7412, 10829, 7489, 10251, 7498, 10248, 7433, 10515, 6957, 10219, 9486, 8813, 12236, 8143, 12813, 7994, 11272, 7397, 10562, 7140, 10867, 7211, 10761, 7359, 10517, 8796, 9858, 8599, 8703, 10940, 8061, 13705, 8289, 12414, 8690, 12094, 7091, 10357, 8327, 8311, 13990, 8039, 11363, 8118, 10681, 7298, 10458, 7057, 10260, 6796, 8671, 9508, 8199, 10232, 8072, 12196, 7935, 11349, 7058, 10298, 7448, 9278, 7844, 8113, 13181, 8017, 11575, 8388, 10940, 7545, 10380, 7257, 10263, 8151, 8155, 13210, 8208, 12347, 7726, 10785, 6967, 8867, 11474, 8197, 12420, 7824, 10928, 7542, 10239, 6972, 9922, 6670, 8849], 'WindowCenter': [4092.0, 4069.0, 4074.0, 4054.0, 4074.0, 4051.0, 4018.0, 4056.0, 4015.0, 4055.0, 4026.0, 4045.0, 4028.0, 4056.0, 4028.0, 4047.0, 4017.0, 4037.0, 4005.0, 4036.0, 4003.0, 4015.0, 4055.0, 4016.0, 4047.0, 4005.0, 4038.0, 4026.0, 4028.0, 4057.0, 4006.0, 4046.0, 4016.0, 4037.0, 4008.0, 4040.0, 4060.0, 4020.0, 4070.0, 4030.0, 4061.0, 4021.0, 4053.0, 4061.0, 4030.0, 4070.0, 4029.0, 4061.0, 4021.0, 4041.0, 4061.0, 4020.0, 4071.0, 4020.0, 4062.0, 4021.0, 4052.0, 4040.0, 4031.0, 4082.0, 4020.0, 4061.0, 4031.0, 4062.0, 4060.0, 4040.0, 4070.0, 4017.0, 4048.0, 4006.0, 4038.0, 4037.0, 4017.0, 4058.0, 4017.0, 4048.0, 4005.0, 4038.0, 4059.0, 4026.0, 4057.0, 4015.0, 4036.0, 3994.0, 4037.0, 4047.0, 4016.0, 4057.0, 4015.0, 4036.0, 4004.0, 4037.0, 4046.0, 4017.0, 4057.0, 4016.0, 4036.0, 3995.0, 4037.0, 4016.0, 4029.0, 4070.0, 4029.0, 4058.0, 4018.0, 4049.0, 4008.0, 4040.0, 4049.0, 4030.0, 4069.0, 4028.0, 4058.0, 4017.0, 4051.0, 4016.0, 4028.0, 4048.0, 4017.0, 4057.0, 4017.0, 4048.0, 4008.0, 4039.0, 4018.0, 4029.0, 4027.0, 4029.0, 4058.0, 4018.0, 4060.0, 4008.0, 4030.0, 4059.0, 4028.0, 4058.0, 4016.0, 4047.0, 4004.0, 4027.0, 4058.0, 4026.0, 4056.0, 4015.0, 4045.0, 4004.0, 4035.0, 3992.0, 4025.0, 4058.0, 4015.0, 4045.0, 4015.0, 4035.0, 4005.0, 4036.0, 4005.0, 4039.0, 4058.0, 4027.0, 4058.0, 4016.0, 4046.0, 4006.0, 4038.0, 4038.0, 4027.0, 4047.0, 4017.0, 4046.0, 4016.0, 4047.0, 4018.0, 4050.0, 4028.0, 4027.0, 4036.0, 4027.0, 4046.0, 4027.0, 4058.0, 4030.0, 4059.0, 4016.0, 4047.0, 4004.0, 4037.0, 4004.0, 4026.0, 4059.0, 4026.0, 4056.0, 4014.0, 4044.0, 4002.0, 4034.0, 4001.0, 4026.0, 4055.0, 4003.0, 4034.0, 4002.0, 4024.0, 4012.0, 4025.0, 4057.0, 4004.0, 4034.0, 3992.0, 4034.0, 3982.0, 4014.0, 4047.0, 4026.0, 4056.0, 4014.0, 4046.0, 4005.0, 4036.0, 4005.0, 4038.0, 4057.0, 4016.0, 4057.0, 4016.0, 4037.0, 3994.0, 4039.0, 4050.0, 4017.0, 4058.0, 4028.0, 4047.0, 4006.0, 4048.0, 4028.0, 4030.0, 4070.0, 4038.0, 4058.0, 4016.0, 4047.0, 3995.0, 4039.0, 4070.0, 4028.0, 4057.0, 4016.0, 4047.0, 3994.0, 4028.0, 4071.0, 4017.0, 4057.0, 4016.0, 4049.0, 3994.0, 4025.0, 4069.0, 4017.0, 4057.0, 4005.0, 4036.0, 3993.0, 4016.0, 4057.0, 4005.0, 4038.0, 4007.0, 4050.0, 4016.0, 4018.0, 4058.0, 4019.0, 4050.0, 4017.0, 4040.0, 4047.0, 4008.0, 4048.0, 4005.0, 4051.0, 4039.0, 4019.0, 4070.0, 4019.0, 4049.0, 4018.0, 4051.0, 4061.0, 4020.0, 4068.0, 4029.0, 4060.0, 4018.0, 4050.0, 4070.0, 4029.0, 4059.0, 4017.0, 4049.0, 4016.0, 4018.0, 4056.0, 4017.0, 4060.0, 4007.0, 4039.0, 4036.0, 4017.0, 4057.0, 4018.0, 4061.0, 4031.0, 4050.0, 4008.0, 4040.0, 4058.0, 4017.0, 4060.0, 4018.0, 4049.0, 4047.0, 4017.0, 4058.0, 4006.0, 4048.0, 4020.0, 4049.0, 4059.0, 4029.0, 4069.0, 4018.0, 4048.0, 4007.0, 4049.0, 4008.0, 4042.0, 4061.0, 4043.0, 4039.0, 4031.0, 4071.0, 4030.0, 4072.0, 4030.0, 4051.0, 4057.0, 4027.0, 4068.0, 4016.0, 4047.0, 4005.0, 4049.0, 4036.0, 4016.0, 4046.0, 4015.0, 4043.0, 4015.0, 4049.0, 4007.0, 4036.0, 4015.0, 4025.0, 4034.0, 4004.0, 4045.0, 4014.0, 4048.0, 4005.0, 4035.0, 4003.0, 4024.0, 4013.0, 4014.0, 4055.0, 4013.0, 4044.0, 4005.0, 4035.0, 4010.0, 4023.0, 4023.0, 4013.0, 4043.0, 4014.0, 4044.0, 4017.0, 4036.0, 4003.0, 4025.0, 3993.0, 4014.0, 4034.0, 4016.0, 4057.0, 4006.0, 4048.0, 3995.0, 4037.0, 3994.0, 4016.0, 4070.0, 4017.0, 4046.0, 4015.0, 4048.0, 4004.0, 4037.0, 4006.0, 4029.0, 4048.0, 4018.0, 4070.0, 4029.0, 4049.0, 4006.0, 4049.0, 4005.0, 4025.0, 4056.0, 4016.0, 4057.0, 4016.0, 4047.0, 4016.0, 4037.0, 4014.0, 4015.0, 4045.0, 4014.0, 4043.0, 4005.0, 4048.0, 4005.0, 4036.0, 4004.0, 4026.0, 4024.0, 4015.0, 4068.0, 4015.0, 4056.0, 4014.0, 4046.0, 4003.0, 4035.0, 4014.0, 4037.0, 4059.0, 4015.0, 4055.0, 4015.0, 4043.0, 4016.0, 4037.0, 4005.0, 4048.0, 4016.0, 4015.0, 4034.0, 4016.0, 4054.0, 4014.0, 4046.0, 4017.0, 4046.0, 4004.0, 4025.0, 4002.0, 4027.0, 4045.0, 4014.0, 4047.0, 4007.0, 4044.0, 3994.0, 4026.0, 4014.0, 4006.0, 4056.0, 4017.0, 4048.0, 4006.0, 4049.0, 4015.0, 4018.0, 4058.0, 4017.0, 4049.0, 4007.0, 4039.0, 4047.0, 4007.0, 4046.0, 4019.0, 4049.0, 4008.0, 4040.0, 4039.0, 4020.0, 4059.0, 4021.0, 4062.0, 4008.0, 4041.0, 4060.0, 4019.0, 4059.0, 4009.0, 4051.0, 4049.0, 4030.0, 4081.0, 4029.0, 4059.0, 4017.0, 4050.0, 4048.0, 4018.0, 4069.0, 4017.0, 4047.0, 4006.0, 4048.0, 4007.0, 4038.0, 4005.0, 4028.0, 4026.0, 4027.0, 4059.0, 4019.0, 4061.0, 4008.0, 4040.0, 4027.0, 4029.0, 4045.0, 4028.0, 4069.0, 4018.0, 4060.0, 4007.0, 4048.0, 4005.0, 4038.0, 4058.0, 4017.0, 4056.0, 4016.0, 4046.0, 4005.0, 4036.0, 4015.0, 4037.0, 4058.0, 4027.0, 4057.0, 4014.0, 4034.0, 4004.0, 4036.0, 4004.0, 4025.0, 4035.0, 4015.0, 4045.0, 4015.0, 4047.0, 4003.0, 4047.0, 3994.0, 4026.0, 4034.0, 4026.0, 4047.0, 4016.0, 4046.0, 4006.0, 4037.0, 4005.0, 4038.0, 4048.0, 4017.0, 4068.0, 4027.0, 4047.0, 4016.0, 4036.0, 4016.0, 4038.0, 4037.0, 4028.0, 4057.0, 4017.0, 4047.0, 4017.0, 4048.0, 4017.0, 4047.0, 4006.0, 4038.0, 4016.0, 4038.0, 4037.0, 4027.0, 4068.0, 4026.0, 4045.0, 4015.0, 4035.0, 4015.0, 4036.0, 4014.0, 4025.0, 4004.0, 4024.0, 4033.0, 4024.0, 4057.0, 4014.0, 4044.0, 4004.0, 4034.0, 4003.0, 4023.0, 4046.0, 4015.0, 4044.0, 4015.0, 4035.0, 4005.0, 4036.0, 4015.0, 4016.0, 4045.0, 4015.0, 4045.0, 4016.0, 4046.0, 4017.0, 4046.0, 4006.0, 4037.0, 4006.0, 4028.0, 4058.0, 4015.0, 4057.0, 4015.0, 4035.0, 4002.0, 4025.0, 4045.0, 4015.0, 4045.0, 4015.0, 4035.0, 4003.0, 4036.0, 4005.0, 4025.0, 4044.0, 4027.0, 4057.0, 4026.0, 4046.0, 4026.0, 4047.0, 4004.0, 4036.0, 4014.0, 4025.0, 4044.0, 4014.0, 4047.0, 4014.0, 4034.0, 4023.0, 4012.0, 4044.0, 4013.0, 4033.0, 4003.0, 4034.0, 3991.0, 4014.0, 4022.0, 4013.0, 4035.0, 4005.0, 4046.0, 4005.0, 4037.0, 3994.0, 4017.0, 4047.0, 4028.0, 4047.0, 4014.0, 4048.0, 4005.0, 4038.0, 4005.0, 4027.0, 4058.0, 4017.0, 4058.0, 4017.0, 4047.0, 4020.0, 4050.0, 4021.0, 4029.0, 4009.0, 4015.0, 4008.0, 4046.0, 4029.0, 4058.0, 4027.0, 4059.0, 4007.0, 4061.0, 4059.0, 4028.0, 4068.0, 4025.0, 4046.0, 4024.0, 4034.0, 4042.0, 4011.0, 4051.0, 4018.0, 4029.0, 4005.0, 4015.0, 3983.0, 3994.0, 3971.0, 3982.0, 4013.0, 3983.0, 4014.0, 3983.0, 3992.0, 3983.0, 4003.0, 3983.0, 4005.0, 3984.0, 3996.0, 3997.0, 3998.0, 4017.0, 3997.0, 4007.0, 3988.0, 4009.0, 3989.0, 4011.0, 3992.0, 4025.0, 4003.0, 4026.0, 3994.0, 4035.0, 4018.0, 4049.0, 4019.0, 4060.0, 4008.0, 4061.0, 4050.0, 4040.0, 4082.0, 4039.0, 4070.0, 4039.0, 4058.0, 4027.0, 4047.0, 4028.0, 4059.0, 4015.0, 4057.0, 4003.0, 4034.0, 3992.0, 4024.0, 4015.0, 4013.0, 4033.0, 4015.0, 4055.0, 4015.0, 4045.0, 4015.0, 4047.0, 4016.0, 4036.0, 4004.0, 4015.0, 4012.0, 4015.0, 4056.0, 4016.0, 4047.0, 4016.0, 4048.0, 4005.0, 4047.0, 4004.0, 4037.0, 4049.0, 4027.0, 4057.0, 4027.0, 4046.0, 4016.0, 4046.0, 4016.0, 4048.0, 4006.0, 4026.0, 4005.0, 4027.0, 4037.0, 4029.0, 4072.0, 4031.0, 4060.0, 4019.0, 4048.0, 4019.0, 4049.0, 4020.0, 4062.0, 4020.0, 4062.0, 4050.0, 4040.0, 4060.0, 4028.0, 4058.0, 4027.0, 4059.0, 4018.0, 4049.0, 4007.0, 4059.0, 4017.0, 4048.0, 4020.0, 4059.0, 4028.0, 4050.0, 4027.0, 4027.0, 4047.0, 4027.0, 4071.0, 4029.0, 4058.0, 4027.0, 4057.0, 3993.0, 4035.0, 4012.0, 4014.0, 4055.0, 4015.0, 4045.0, 4013.0, 4034.0, 4004.0, 4033.0, 3992.0, 4034.0, 3995.0, 4025.0, 4035.0, 4026.0, 4035.0, 4015.0, 4055.0, 4015.0, 4047.0, 4005.0, 4048.0, 4005.0, 4037.0, 4015.0, 4016.0, 4069.0, 4027.0, 4057.0, 4028.0, 4047.0, 4016.0, 4046.0, 4006.0, 4048.0, 4030.0, 4017.0, 4057.0, 4025.0, 4056.0, 4004.0, 4046.0, 3992.0, 4026.0, 4058.0, 4014.0, 4045.0, 4014.0, 4044.0, 4015.0, 4034.0, 4006.0, 4049.0, 4008.0, 4037.0], 'WindowWidth': [9114.0, 9078.0, 9076.0, 9047.0, 9075.0, 9037.0, 8986.0, 9032.0, 8977.0, 9028.0, 8994.0, 9016.0, 8999.0, 9033.0, 8998.0, 9021.0, 8984.0, 9009.0, 8961.0, 9004.0, 8957.0, 8977.0, 9028.0, 8980.0, 9022.0, 8964.0, 9010.0, 8993.0, 9000.0, 9033.0, 8966.0, 9016.0, 8978.0, 9009.0, 8972.0, 9018.0, 9043.0, 8991.0, 9058.0, 9004.0, 9047.0, 8996.0, 9040.0, 9048.0, 9004.0, 9058.0, 9002.0, 9048.0, 8995.0, 9022.0, 9046.0, 8992.0, 9061.0, 8992.0, 9049.0, 8997.0, 9038.0, 9018.0, 9008.0, 9077.0, 8991.0, 9048.0, 9009.0, 9052.0, 9045.0, 9017.0, 9060.0, 8983.0, 9024.0, 8965.0, 9011.0, 9009.0, 8983.0, 9039.0, 8981.0, 9024.0, 8961.0, 9010.0, 9041.0, 8992.0, 9034.0, 8975.0, 9004.0, 8945.0, 9006.0, 9023.0, 8978.0, 9034.0, 8976.0, 9006.0, 8959.0, 9007.0, 9018.0, 8981.0, 9033.0, 8978.0, 9004.0, 8949.0, 9009.0, 8979.0, 9001.0, 9059.0, 9000.0, 9039.0, 8986.0, 9026.0, 8971.0, 9018.0, 9028.0, 9004.0, 9055.0, 8999.0, 9038.0, 8983.0, 9034.0, 8981.0, 8998.0, 9023.0, 8981.0, 9036.0, 8981.0, 9024.0, 8974.0, 9015.0, 8984.0, 9002.0, 8996.0, 9001.0, 9039.0, 8984.0, 9043.0, 8972.0, 9004.0, 9043.0, 8997.0, 9037.0, 8980.0, 9023.0, 8960.0, 8993.0, 9040.0, 8993.0, 9033.0, 8975.0, 9017.0, 8959.0, 9001.0, 8940.0, 8988.0, 9039.0, 8976.0, 9014.0, 8978.0, 9001.0, 8962.0, 9006.0, 8964.0, 9014.0, 9040.0, 8995.0, 9037.0, 8979.0, 9019.0, 8965.0, 9013.0, 9011.0, 8994.0, 9020.0, 8980.0, 9020.0, 8980.0, 9021.0, 8986.0, 9032.0, 9000.0, 8995.0, 9006.0, 8995.0, 9018.0, 8996.0, 9039.0, 9007.0, 9042.0, 8980.0, 9024.0, 8961.0, 9007.0, 8961.0, 8993.0, 9043.0, 8994.0, 9035.0, 8972.0, 9012.0, 8955.0, 9000.0, 8952.0, 8991.0, 9030.0, 8957.0, 9001.0, 8954.0, 8986.0, 8968.0, 8988.0, 9036.0, 8960.0, 8999.0, 8942.0, 9000.0, 8927.0, 8974.0, 9024.0, 8993.0, 9033.0, 8976.0, 9019.0, 8963.0, 9005.0, 8963.0, 9013.0, 9037.0, 8979.0, 9035.0, 8980.0, 9010.0, 8949.0, 9014.0, 9033.0, 8985.0, 9038.0, 8999.0, 9023.0, 8966.0, 9023.0, 8999.0, 9005.0, 9058.0, 9012.0, 9038.0, 8980.0, 9022.0, 8952.0, 9016.0, 9059.0, 8998.0, 9036.0, 8979.0, 9021.0, 8947.0, 8999.0, 9063.0, 8983.0, 9036.0, 8980.0, 9028.0, 8948.0, 8992.0, 9057.0, 8983.0, 9035.0, 8961.0, 9006.0, 8945.0, 8979.0, 9033.0, 8965.0, 9012.0, 8969.0, 9030.0, 8980.0, 8985.0, 9037.0, 8989.0, 9031.0, 8984.0, 9018.0, 9022.0, 8971.0, 9024.0, 8966.0, 9034.0, 9016.0, 8990.0, 9057.0, 8989.0, 9029.0, 8986.0, 9034.0, 9049.0, 8992.0, 9055.0, 9002.0, 9046.0, 8984.0, 9029.0, 9057.0, 9001.0, 9042.0, 8980.0, 9027.0, 8979.0, 8984.0, 9033.0, 8982.0, 9046.0, 8969.0, 9012.0, 9005.0, 8983.0, 9035.0, 8985.0, 9049.0, 9009.0, 9031.0, 8970.0, 9017.0, 9039.0, 8981.0, 9042.0, 8986.0, 9027.0, 9021.0, 8982.0, 9035.0, 8967.0, 9025.0, 8993.0, 9029.0, 9042.0, 9000.0, 9054.0, 8986.0, 9023.0, 8968.0, 9029.0, 8972.0, 9023.0, 9050.0, 9028.0, 9016.0, 9006.0, 9059.0, 9004.0, 9064.0, 9005.0, 9032.0, 9037.0, 8996.0, 9053.0, 8977.0, 9020.0, 8963.0, 9025.0, 9005.0, 8979.0, 9017.0, 8975.0, 9009.0, 8974.0, 9027.0, 8969.0, 9005.0, 8973.0, 8987.0, 8997.0, 8958.0, 9014.0, 8971.0, 9026.0, 8964.0, 9003.0, 8956.0, 8984.0, 8968.0, 8972.0, 9028.0, 8968.0, 9014.0, 8963.0, 8999.0, 8962.0, 8982.0, 8981.0, 8970.0, 9009.0, 8970.0, 9011.0, 8982.0, 9005.0, 8957.0, 8987.0, 8942.0, 8974.0, 8998.0, 8978.0, 9037.0, 8966.0, 9023.0, 8950.0, 9005.0, 8947.0, 8978.0, 9056.0, 8981.0, 9020.0, 8977.0, 9024.0, 8961.0, 9007.0, 8964.0, 9002.0, 9026.0, 8985.0, 9055.0, 9000.0, 9026.0, 8967.0, 9028.0, 8966.0, 8992.0, 9031.0, 8978.0, 9034.0, 8976.0, 9021.0, 8980.0, 9006.0, 8972.0, 8975.0, 9013.0, 8972.0, 9009.0, 8963.0, 9023.0, 8962.0, 9005.0, 8959.0, 8989.0, 8985.0, 8975.0, 9054.0, 8977.0, 9032.0, 8971.0, 9016.0, 8956.0, 9002.0, 8970.0, 9007.0, 9041.0, 8977.0, 9031.0, 8973.0, 9011.0, 8979.0, 9007.0, 8961.0, 9023.0, 8979.0, 8974.0, 8998.0, 8977.0, 9026.0, 8973.0, 9017.0, 8983.0, 9020.0, 8960.0, 8987.0, 8955.0, 8995.0, 9014.0, 8973.0, 9023.0, 8970.0, 9015.0, 8947.0, 8991.0, 8973.0, 8965.0, 9033.0, 8983.0, 9024.0, 8966.0, 9026.0, 8976.0, 8984.0, 9037.0, 8982.0, 9027.0, 8967.0, 9014.0, 9021.0, 8969.0, 9019.0, 8987.0, 9028.0, 8970.0, 9016.0, 9013.0, 8991.0, 9042.0, 8993.0, 9048.0, 8972.0, 9020.0, 9042.0, 8988.0, 9040.0, 8974.0, 9034.0, 9026.0, 9005.0, 9074.0, 8999.0, 9042.0, 8980.0, 9028.0, 9024.0, 8984.0, 9055.0, 8980.0, 9021.0, 8965.0, 9024.0, 8970.0, 9009.0, 8962.0, 8996.0, 8992.0, 8997.0, 9039.0, 8987.0, 9045.0, 8970.0, 9015.0, 8993.0, 8998.0, 9018.0, 8997.0, 9053.0, 8985.0, 9042.0, 8966.0, 9023.0, 8962.0, 9009.0, 9038.0, 8979.0, 9033.0, 8977.0, 9017.0, 8963.0, 9005.0, 8974.0, 9006.0, 9037.0, 8993.0, 9034.0, 8973.0, 8998.0, 8957.0, 9002.0, 8959.0, 8987.0, 9001.0, 8975.0, 9014.0, 8976.0, 9018.0, 8957.0, 9019.0, 8944.0, 8990.0, 8997.0, 8990.0, 9021.0, 8979.0, 9018.0, 8965.0, 9006.0, 8962.0, 9008.0, 9024.0, 8981.0, 9053.0, 8994.0, 9020.0, 8977.0, 9004.0, 8977.0, 9009.0, 9008.0, 8995.0, 9035.0, 8980.0, 9019.0, 8980.0, 9022.0, 8981.0, 9021.0, 8965.0, 9008.0, 8978.0, 9009.0, 9008.0, 8993.0, 9054.0, 8990.0, 9015.0, 8974.0, 9002.0, 8975.0, 9004.0, 8972.0, 8987.0, 8958.0, 8986.0, 8997.0, 8986.0, 9033.0, 8972.0, 9014.0, 8957.0, 8997.0, 8954.0, 8984.0, 9018.0, 8972.0, 9010.0, 8974.0, 9000.0, 8960.0, 9005.0, 8973.0, 8977.0, 9014.0, 8975.0, 9014.0, 8978.0, 9017.0, 8979.0, 9018.0, 8964.0, 9007.0, 8963.0, 8996.0, 9038.0, 8974.0, 9032.0, 8974.0, 9000.0, 8953.0, 8988.0, 9015.0, 8972.0, 9014.0, 8972.0, 8999.0, 8956.0, 9002.0, 8961.0, 8988.0, 9013.0, 8991.0, 9032.0, 8989.0, 9015.0, 8991.0, 9019.0, 8958.0, 9003.0, 8970.0, 8986.0, 9011.0, 8971.0, 9019.0, 8968.0, 8999.0, 8979.0, 8966.0, 9012.0, 8967.0, 8994.0, 8953.0, 8995.0, 8936.0, 8969.0, 8979.0, 8968.0, 9001.0, 8960.0, 9017.0, 8961.0, 9006.0, 8945.0, 8980.0, 9020.0, 8996.0, 9019.0, 8975.0, 9021.0, 8963.0, 9008.0, 8961.0, 8994.0, 9038.0, 8981.0, 9036.0, 8979.0, 9020.0, 8992.0, 9031.0, 8994.0, 8999.0, 8972.0, 8974.0, 8972.0, 9019.0, 9000.0, 9035.0, 8996.0, 9041.0, 8968.0, 9047.0, 9040.0, 8998.0, 9053.0, 8988.0, 9020.0, 8984.0, 9000.0, 9005.0, 8960.0, 9017.0, 8967.0, 8985.0, 8944.0, 8959.0, 8910.0, 8927.0, 8891.0, 8907.0, 8949.0, 8909.0, 8955.0, 8911.0, 8920.0, 8910.0, 8937.0, 8911.0, 8942.0, 8913.0, 8934.0, 8937.0, 8939.0, 8960.0, 8936.0, 8949.0, 8926.0, 8955.0, 8931.0, 8964.0, 8941.0, 8987.0, 8956.0, 8990.0, 8948.0, 9004.0, 8988.0, 9028.0, 8987.0, 9044.0, 8974.0, 9045.0, 9029.0, 9016.0, 9079.0, 9015.0, 9057.0, 9014.0, 9040.0, 8995.0, 9021.0, 8998.0, 9040.0, 8976.0, 9034.0, 8955.0, 8996.0, 8938.0, 8985.0, 8976.0, 8971.0, 8997.0, 8975.0, 9028.0, 8974.0, 9013.0, 8974.0, 9021.0, 8980.0, 9004.0, 8958.0, 8974.0, 8966.0, 8975.0, 9030.0, 8979.0, 9020.0, 8979.0, 9025.0, 8962.0, 9019.0, 8959.0, 9006.0, 9027.0, 8994.0, 9035.0, 8993.0, 9016.0, 8976.0, 9017.0, 8980.0, 9022.0, 8963.0, 8991.0, 8961.0, 8995.0, 9007.0, 9000.0, 9063.0, 9009.0, 9044.0, 8987.0, 9023.0, 8989.0, 9027.0, 8990.0, 9048.0, 8992.0, 9049.0, 9031.0, 9017.0, 9044.0, 8998.0, 9039.0, 8995.0, 9040.0, 8983.0, 9026.0, 8970.0, 9039.0, 8980.0, 9023.0, 8991.0, 9041.0, 8997.0, 9028.0, 8994.0, 8995.0, 9021.0, 8994.0, 9062.0, 9000.0, 9038.0, 8993.0, 9034.0, 8943.0, 8999.0, 8966.0, 8970.0, 9031.0, 8974.0, 9014.0, 8969.0, 8996.0, 8955.0, 8995.0, 8939.0, 8998.0, 8949.0, 8988.0, 8999.0, 8992.0, 9000.0, 8976.0, 9028.0, 8977.0, 9023.0, 8962.0, 9022.0, 8961.0, 9006.0, 8974.0, 8979.0, 9056.0, 8997.0, 9035.0, 8997.0, 9019.0, 8979.0, 9019.0, 8964.0, 9024.0, 9002.0, 8981.0, 9037.0, 8989.0, 9030.0, 8957.0, 9017.0, 8939.0, 8989.0, 9038.0, 8973.0, 9013.0, 8972.0, 9011.0, 8974.0, 8999.0, 8965.0, 9027.0, 8971.0, 9007.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.0009784233261339093</td></tr>
<tr><td colspan=3>aqi</td><td>0.03619078045356371</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.38265813894056</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2126568658594608</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.97415283775135</td></tr>
<tr><td colspan=3>efc</td><td>0.4873</td></tr>
<tr><td colspan=3>fber</td><td>5334.021</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.0810539746649089</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>14</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.511879049676026</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.476977405849234</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3541006711465937</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7725056611710412</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3043258852300665</td></tr>
<tr><td colspan=3>gcor</td><td>0.00932437</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01863982528448105</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03398415818810463</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>926</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.969383904353963</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>23.2807</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>44.2875</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>161.7589</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>47.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>295034.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>13.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>732.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>289.4895</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.5934</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>472.89</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3207.384</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3402.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>81510.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1098.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4157.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>857.0547</td></tr>
<tr><td colspan=3>tsnr</td><td>34.73429467290407</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>