ds005256-mriqc/sub-0064_ses-04_task-alignvideo_acq-mb8_run-02_bold.html
Felix Hoffstaedter b993479202 [DATALAD RUNCMD] Compute MRIQC for sub-0064
=== 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-0064 --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-0064",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-18 23:12:18 +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-0064_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-0064_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-0064_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-0064/figures/sub-0064_ses-04_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0064/figures/sub-0064_ses-04_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0064/figures/sub-0064_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-0064_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-0064/figures/sub-0064_ses-04_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0064/figures/sub-0064_ses-04_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0064/figures/sub-0064_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-0064_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-0064/figures/sub-0064_ses-04_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0064/figures/sub-0064_ses-04_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0064/figures/sub-0064_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-0064_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-0064/figures/sub-0064_ses-04_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0064/figures/sub-0064_ses-04_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0064/figures/sub-0064_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-0064_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-0064/figures/sub-0064_ses-04_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0064/figures/sub-0064_ses-04_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0064/figures/sub-0064_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-0064_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-0064/figures/sub-0064_ses-04_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0064/figures/sub-0064_ses-04_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0064/figures/sub-0064_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-0064_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-0064/figures/sub-0064_ses-04_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0064/figures/sub-0064_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-0064/figures/sub-0064_ses-04_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0064/figures/sub-0064_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-0064/ses-04/func/sub-0064_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>f4500223e25a29f0b049698dedb4a3a7</td></tr>
</table>
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-1">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
Dataset Information
</button>
</h2>
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>12:08:10.312500</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.999868, -0.00423762, 0.0157044, 0.00314116, 0.997598, 0.0691969]</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.0986876</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>30</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4135, -7743, -7236, 652, -23, -134, 20, 101]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>230.126</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>e212966d-2de5-4af0-ad5f-fca089d8539e||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.6825718879699707, 0.008427513763308525, 0.043091725558042526, 111.72064971923828], [0.011369232088327408, 2.676482677459717, 0.1866738498210907, -105.16089630126953], [0.04213372990489006, -0.18565036356449127, 2.6931943893432617, -58.8392333984375], [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': ['120810.312500', '120810.772500', '120811.232500', '120811.692500', '120812.152500', '120812.612500', '120813.072500', '120813.532500', '120813.992500', '120814.452500', '120814.912500', '120815.372500', '120815.832500', '120816.292500', '120816.752500', '120817.212500', '120817.672500', '120818.132500', '120818.592500', '120819.052500', '120819.512500', '120819.972500', '120820.432500', '120820.892500', '120821.352500', '120821.812500', '120822.272500', '120822.732500', '120823.192500', '120823.652500', '120824.112500', '120824.572500', '120825.032500', '120825.492500', '120825.952500', '120826.412500', '120826.872500', '120827.332500', '120827.792500', '120828.252500', '120828.712500', '120829.172500', '120829.632500', '120830.092500', '120830.552500', '120831.012500', '120831.472500', '120831.932500', '120832.392500', '120832.852500', '120833.312500', '120833.772500', '120834.232500', '120834.692500', '120835.152500', '120835.612500', '120836.072500', '120836.532500', '120836.992500', '120837.452500', '120837.912500', '120838.372500', '120838.832500', '120839.292500', '120839.752500', '120840.212500', '120840.672500', '120841.132500', '120841.592500', '120842.052500', '120842.512500', '120842.972500', '120843.432500', '120843.892500', '120844.352500', '120844.812500', '120845.272500', '120845.732500', '120846.192500', '120846.652500', '120847.112500', '120847.572500', '120848.032500', '120848.492500', '120848.952500', '120849.412500', '120849.872500', '120850.332500', '120850.792500', '120851.252500', '120851.712500', '120852.172500', '120852.632500', '120853.092500', '120853.552500', '120854.012500', '120854.472500', '120854.932500', '120855.392500', '120855.852500', '120856.312500', '120856.772500', '120857.232500', '120857.692500', '120858.152500', '120858.612500', '120859.072500', '120859.532500', '120859.992500', '120900.452500', '120900.912500', '120901.372500', '120901.832500', '120902.292500', '120902.752500', '120903.212500', '120903.672500', '120904.132500', '120904.592500', '120905.052500', '120905.512500', '120905.972500', '120906.432500', '120906.892500', '120907.352500', '120907.812500', '120908.272500', '120908.732500', '120909.192500', '120909.652500', '120910.112500', '120910.572500', '120911.032500', '120911.492500', '120911.952500', '120912.412500', '120912.872500', '120913.332500', '120913.792500', '120914.252500', '120914.712500', '120915.172500', '120915.632500', '120916.092500', '120916.552500', '120917.012500', '120917.472500', '120917.932500', '120918.392500', '120918.852500', '120919.312500', '120919.772500', '120920.232500', '120920.692500', '120921.152500', '120921.612500', '120922.072500', '120922.532500', '120922.992500', '120923.452500', '120923.912500', '120924.372500', '120924.832500', '120925.292500', '120925.752500', '120926.212500', '120926.672500', '120927.132500', '120927.592500', '120928.052500', '120928.512500', '120928.972500', '120929.432500', '120929.892500', '120930.352500', '120930.812500', '120931.272500', '120931.732500', '120932.192500', '120932.652500', '120933.112500', '120933.572500', '120934.032500', '120934.492500', '120934.952500', '120935.412500', '120935.872500', '120936.332500', '120936.792500', '120937.252500', '120937.712500', '120938.172500', '120938.632500', '120939.092500', '120939.552500', '120940.012500', '120940.472500', '120940.932500', '120941.392500', '120941.852500', '120942.312500', '120942.772500', '120943.232500', '120943.692500', '120944.152500', '120944.612500', '120945.072500', '120945.532500', '120945.992500', '120946.452500', '120946.912500', '120947.372500', '120947.832500', '120948.292500', '120948.752500', '120949.212500', '120949.672500', '120950.132500', '120950.592500', '120951.052500', '120951.512500', '120951.972500', '120952.432500', '120952.892500', '120953.352500', '120953.812500', '120954.272500', '120954.732500', '120955.192500', '120955.652500', '120956.112500', '120956.572500', '120957.032500', '120957.492500', '120957.952500', '120958.412500', '120958.872500', '120959.332500', '120959.792500', '121000.252500', '121000.712500', '121001.172500', '121001.632500', '121002.092500', '121002.552500', '121003.012500', '121003.472500', '121003.932500', '121004.392500', '121004.852500', '121005.312500', '121005.772500', '121006.232500', '121006.692500', '121007.152500', '121007.612500', '121008.072500', '121008.532500', '121008.992500', '121009.452500', '121009.912500', '121010.372500', '121010.832500', '121011.292500', '121011.752500', '121012.212500', '121012.672500', '121013.132500', '121013.592500', '121014.052500', '121014.512500', '121014.972500', '121015.432500', '121015.892500', '121016.352500', '121016.812500', '121017.272500', '121017.732500', '121018.192500', '121018.652500', '121019.112500', '121019.572500', '121020.032500', '121020.492500', '121020.952500', '121021.412500', '121021.872500', '121022.332500', '121022.792500', '121023.252500', '121023.712500', '121024.172500', '121024.632500', '121025.092500', '121025.552500', '121026.012500', '121026.472500', '121026.932500', '121027.392500', '121027.852500', '121028.312500', '121028.772500', '121029.232500', '121029.692500', '121030.152500', '121030.612500', '121031.072500', '121031.532500', '121031.992500', '121032.452500', '121032.912500', '121033.372500', '121033.832500', '121034.292500', '121034.752500', '121035.212500', '121035.672500', '121036.132500', '121036.592500', '121037.052500', '121037.512500', '121037.972500', '121038.432500', '121038.892500', '121039.352500', '121039.812500', '121040.272500', '121040.732500', '121041.192500', '121041.652500', '121042.112500', '121042.572500', '121043.032500', '121043.492500', '121043.952500', '121044.412500', '121044.872500', '121045.332500', '121045.792500', '121046.252500', '121046.712500', '121047.172500', '121047.632500', '121048.092500', '121048.552500', '121049.012500', '121049.472500', '121049.932500', '121050.392500', '121050.852500', '121051.312500', '121051.772500', '121052.232500', '121052.692500', '121053.152500', '121053.612500', '121054.072500', '121054.532500', '121054.992500', '121055.452500', '121055.912500', '121056.372500', '121056.832500', '121057.292500', '121057.752500', '121058.212500', '121058.672500', '121059.132500', '121059.592500', '121100.052500', '121100.512500', '121100.972500', '121101.432500', '121101.892500', '121102.352500', '121102.812500', '121103.272500', '121103.732500', '121104.192500', '121104.652500', '121105.112500', '121105.572500', '121106.032500', '121106.492500', '121106.952500', '121107.412500', '121107.872500', '121108.332500', '121108.792500', '121109.252500', '121109.712500', '121110.172500', '121110.632500', '121111.092500', '121111.552500', '121112.012500', '121112.472500', '121112.932500', '121113.392500', '121113.852500', '121114.312500', '121114.772500', '121115.232500', '121115.692500', '121116.152500', '121116.612500', '121117.072500', '121117.532500', '121117.992500', '121118.452500', '121118.912500', '121119.372500', '121119.832500', '121120.292500', '121120.752500', '121121.212500', '121121.672500', '121122.132500', '121122.592500', '121123.052500', '121123.512500', '121123.972500', '121124.432500', '121124.892500', '121125.352500', '121125.812500', '121126.272500', '121126.732500', '121127.192500', '121127.652500', '121128.112500', '121128.572500', '121129.032500', '121129.492500', '121129.952500', '121130.412500', '121130.872500', '121131.332500', '121131.792500', '121132.252500', '121132.712500', '121133.172500', '121133.632500', '121134.092500', '121134.552500', '121135.012500', '121135.472500', '121135.932500', '121136.392500', '121136.852500', '121137.312500', '121137.772500', '121138.232500', '121138.692500', '121139.152500', '121139.612500', '121140.072500', '121140.532500', '121140.992500', '121141.452500', '121141.912500', '121142.372500', '121142.832500', '121143.292500', '121143.752500', '121144.212500', '121144.672500', '121145.132500', '121145.592500', '121146.052500', '121146.512500', '121146.972500', '121147.432500', '121147.892500', '121148.352500', '121148.812500', '121149.272500', '121149.732500', '121150.192500', '121150.652500', '121151.112500', '121151.572500', '121152.032500', '121152.492500', '121152.952500', '121153.412500', '121153.872500', '121154.332500', '121154.792500', '121155.252500', '121155.712500', '121156.172500', '121156.632500', '121157.092500', '121157.552500', '121158.012500', '121158.472500', '121158.932500', '121159.392500', '121159.852500', '121200.312500', '121200.772500', '121201.232500', '121201.692500', '121202.152500', '121202.612500', '121203.072500', '121203.532500', '121203.992500', '121204.452500', '121204.912500', '121205.372500', '121205.832500', '121206.292500', '121206.752500', '121207.212500', '121207.672500', '121208.132500', '121208.592500', '121209.052500', '121209.512500', '121209.972500', '121210.432500', '121210.892500', '121211.352500', '121211.812500', '121212.272500', '121212.732500', '121213.192500', '121213.652500', '121214.112500', '121214.572500', '121215.032500', '121215.492500', '121215.952500', '121216.412500', '121216.872500', '121217.332500', '121217.792500', '121218.252500', '121218.712500', '121219.172500', '121219.632500', '121220.092500', '121220.552500', '121221.012500', '121221.472500', '121221.932500', '121222.392500', '121222.852500', '121223.312500', '121223.772500', '121224.232500', '121224.692500', '121225.152500', '121225.612500', '121226.072500', '121226.532500', '121226.992500', '121227.452500', '121227.912500', '121228.372500', '121228.832500', '121229.292500', '121229.752500', '121230.212500', '121230.672500', '121231.132500', '121231.592500', '121232.052500', '121232.512500', '121232.972500', '121233.432500', '121233.892500', '121234.352500', '121234.812500', '121235.272500', '121235.732500', '121236.192500', '121236.652500', '121237.112500', '121237.572500', '121238.032500', '121238.492500', '121238.952500', '121239.412500', '121239.872500', '121240.332500', '121240.792500', '121241.252500', '121241.712500', '121242.172500', '121242.632500', '121243.092500', '121243.552500', '121244.012500', '121244.472500', '121244.932500', '121245.392500', '121245.852500', '121246.312500', '121246.772500', '121247.232500', '121247.692500', '121248.152500', '121248.612500', '121249.072500', '121249.532500', '121249.992500', '121250.452500', '121250.912500', '121251.372500', '121251.832500', '121252.292500', '121252.752500', '121253.212500', '121253.672500', '121254.132500', '121254.592500', '121255.052500', '121255.512500', '121255.972500', '121256.432500', '121256.892500', '121257.352500', '121257.812500', '121258.272500', '121258.732500', '121259.192500', '121259.652500', '121300.112500', '121300.572500', '121301.032500', '121301.492500', '121301.952500', '121302.412500', '121302.872500', '121303.332500', '121303.792500', '121304.252500', '121304.712500', '121305.172500', '121305.632500', '121306.092500', '121306.552500', '121307.012500', '121307.472500', '121307.932500', '121308.392500', '121308.852500', '121309.312500', '121309.772500', '121310.232500', '121310.692500', '121311.152500', '121311.612500', '121312.072500', '121312.532500', '121312.992500', '121313.452500', '121313.912500', '121314.372500', '121314.832500', '121315.292500', '121315.752500', '121316.212500', '121316.672500', '121317.132500', '121317.592500', '121318.052500', '121318.512500', '121318.972500', '121319.432500', '121319.892500', '121320.352500', '121320.812500', '121321.272500', '121321.732500', '121322.192500', '121322.652500', '121323.112500', '121323.572500', '121324.032500', '121324.492500', '121324.952500', '121325.412500', '121325.872500', '121326.332500', '121326.792500', '121327.252500', '121327.712500', '121328.172500', '121328.632500', '121329.092500', '121329.552500', '121330.012500', '121330.472500', '121330.932500', '121331.392500', '121331.852500', '121332.312500', '121332.772500', '121333.232500', '121333.692500', '121334.152500', '121334.612500', '121335.072500', '121335.532500', '121335.992500', '121336.452500', '121336.912500', '121337.372500', '121337.832500', '121338.292500', '121338.752500', '121339.212500', '121339.672500', '121340.132500', '121340.592500', '121341.052500', '121341.512500', '121341.972500', '121342.432500', '121342.892500', '121343.352500', '121343.812500', '121344.272500', '121344.732500', '121345.192500', '121345.652500', '121346.112500', '121346.572500', '121347.032500', '121347.492500', '121347.952500', '121348.412500', '121348.872500', '121349.332500', '121349.792500', '121350.252500', '121350.712500', '121351.172500', '121351.632500', '121352.092500', '121352.552500', '121353.012500', '121353.472500', '121353.932500', '121354.392500', '121354.852500', '121355.312500', '121355.772500', '121356.232500', '121356.692500', '121357.152500', '121357.612500', '121358.072500', '121358.532500', '121358.992500', '121359.452500', '121359.912500', '121400.372500', '121400.832500', '121401.292500', '121401.752500', '121402.212500', '121402.672500', '121403.132500', '121403.592500', '121404.052500', '121404.512500', '121404.972500', '121405.432500', '121405.892500', '121406.352500', '121406.812500', '121407.272500', '121407.732500', '121408.192500', '121408.652500', '121409.112500', '121409.572500', '121410.032500', '121410.492500', '121410.952500', '121411.412500', '121411.872500', '121412.332500', '121412.792500', '121413.252500', '121413.712500', '121414.172500', '121414.632500', '121415.092500', '121415.552500', '121416.012500', '121416.472500', '121416.932500', '121417.392500', '121417.852500', '121418.312500', '121418.772500', '121419.232500', '121419.692500', '121420.152500', '121420.612500', '121421.072500', '121421.532500', '121421.992500', '121422.452500', '121422.912500', '121423.372500', '121423.832500', '121424.292500', '121424.752500', '121425.212500', '121425.672500', '121426.132500', '121426.592500', '121427.052500', '121427.512500', '121427.972500', '121428.432500', '121428.892500', '121429.352500', '121429.812500', '121430.272500', '121430.732500', '121431.192500', '121431.652500', '121432.112500', '121432.572500', '121433.032500', '121433.492500', '121433.952500', '121434.412500', '121434.872500', '121435.332500', '121435.792500', '121436.252500', '121436.712500', '121437.172500', '121437.632500', '121438.092500', '121438.552500', '121439.012500', '121439.472500', '121439.932500', '121440.392500', '121440.852500', '121441.312500', '121441.772500', '121442.232500', '121442.692500', '121443.152500', '121443.612500', '121444.072500', '121444.532500', '121444.992500', '121445.452500', '121445.912500', '121446.372500', '121446.832500', '121447.292500', '121447.752500', '121448.212500', '121448.672500', '121449.132500', '121449.592500', '121450.052500', '121450.512500', '121450.972500', '121451.432500', '121451.892500', '121452.352500', '121452.812500', '121453.272500', '121453.732500', '121454.192500', '121454.652500', '121455.112500', '121455.572500', '121456.032500', '121456.492500', '121456.952500', '121457.412500', '121457.872500', '121458.332500', '121458.792500', '121459.252500', '121459.712500', '121500.172500', '121500.632500', '121501.092500', '121501.552500', '121502.012500', '121502.472500', '121502.932500', '121503.392500', '121503.852500', '121504.312500', '121504.772500', '121505.232500', '121505.692500', '121506.152500', '121506.612500', '121507.072500', '121507.532500', '121507.992500', '121508.452500', '121508.912500', '121509.372500', '121509.832500', '121510.292500', '121510.752500', '121511.212500', '121511.672500', '121512.132500', '121512.592500', '121513.052500', '121513.512500', '121513.972500', '121514.432500', '121514.892500', '121515.352500', '121515.812500'], 'ContentTime': ['120837.865000', '120837.868000', '120837.871000', '120837.874000', '120837.877000', '120837.879000', '120837.882000', '120837.885000', '120837.888000', '120837.890000', '120837.893000', '120837.896000', '120837.899000', '120837.902000', '120837.904000', '120837.907000', '120837.910000', '120837.917000', '120837.920000', '120837.922000', '120837.925000', '120837.928000', '120837.931000', '120837.934000', '120837.936000', '120837.939000', '120837.942000', '120837.944000', '120837.947000', '120837.950000', '120837.952000', '120837.955000', '120837.958000', '120837.960000', '120837.963000', '120837.965000', '120837.968000', '120837.970000', '120837.973000', '120837.976000', '120837.978000', '120838.001000', '120838.004000', '120838.006000', '120838.009000', '120838.011000', '120838.014000', '120838.017000', '120838.019000', '120838.022000', '120838.024000', '120838.027000', '120838.030000', '120838.032000', '120838.035000', '120838.038000', '120838.042000', '120857.817000', '120857.820000', '120857.822000', '120857.825000', '120857.827000', '120857.830000', '120857.832000', '120857.835000', '120857.838000', '120857.840000', '120857.843000', '120857.846000', '120857.852000', '120857.855000', '120857.857000', '120857.860000', '120857.862000', '120857.865000', '120857.867000', '120857.870000', '120857.872000', '120857.875000', '120857.877000', '120857.880000', '120857.883000', '120857.885000', '120857.888000', '120857.890000', '120857.893000', '120857.896000', '120857.898000', '120857.901000', '120857.903000', '120857.906000', '120857.909000', '120857.911000', '120857.914000', '120857.916000', '120857.919000', '120857.922000', '120857.924000', '120857.927000', '120857.929000', '120917.816000', '120917.818000', '120917.821000', '120917.824000', '120917.827000', '120917.829000', '120917.832000', '120917.835000', '120917.847000', '120917.850000', '120917.852000', '120917.855000', '120917.858000', '120917.860000', '120917.863000', '120917.866000', '120917.868000', '120917.871000', '120917.873000', '120917.876000', '120917.879000', '120917.881000', '120917.884000', '120917.887000', '120917.889000', '120917.892000', '120917.894000', '120917.897000', '120917.900000', '120917.902000', '120917.905000', '120917.908000', '120917.910000', '120917.913000', '120917.916000', '120917.918000', '120917.921000', '120917.923000', '120917.926000', '120917.929000', '120917.931000', '120917.934000', '120917.937000', '120917.939000', '120937.815000', '120937.818000', '120937.821000', '120937.832000', '120937.835000', '120937.837000', '120937.840000', '120937.843000', '120937.845000', '120937.848000', '120937.851000', '120937.853000', '120937.856000', '120937.859000', '120937.862000', '120937.864000', '120937.867000', '120937.870000', '120937.872000', '120937.875000', '120937.877000', '120937.880000', '120937.883000', '120937.885000', '120937.888000', '120937.891000', '120937.895000', '120937.898000', '120937.901000', '120937.903000', '120937.906000', '120937.909000', '120937.911000', '120937.914000', '120937.916000', '120937.919000', '120937.922000', '120937.924000', '120937.927000', '120937.930000', '120937.932000', '120937.935000', '120937.937000', '120957.815000', '120957.818000', '120957.821000', '120957.824000', '120957.826000', '120957.829000', '120957.832000', '120957.834000', '120957.837000', '120957.839000', '120957.842000', '120957.845000', '120957.847000', '120957.850000', '120957.853000', '120957.855000', '120957.858000', '120957.860000', '120957.863000', '120957.866000', '120957.868000', '120957.871000', '120957.874000', '120957.876000', '120957.879000', '120957.881000', '120957.884000', '120957.887000', '120957.889000', '120957.892000', '120957.895000', '120957.897000', '120957.900000', '120957.902000', '120957.905000', '120957.907000', '120957.910000', '120957.913000', '120957.915000', '120957.918000', '120957.921000', '120957.923000', '120957.926000', '120957.928000', '121017.815000', '121017.818000', '121017.821000', '121017.823000', '121017.826000', '121017.829000', '121017.838000', '121017.841000', '121017.843000', '121017.846000', '121017.849000', '121017.851000', '121017.854000', '121017.857000', '121017.859000', '121017.862000', '121017.865000', '121017.867000', '121017.870000', '121017.873000', '121017.875000', '121017.878000', '121017.881000', '121017.884000', '121017.886000', '121017.889000', '121017.892000', '121017.894000', '121017.897000', '121017.900000', '121017.902000', '121017.905000', '121017.908000', '121017.910000', '121017.913000', '121017.916000', '121017.918000', '121017.929000', '121017.932000', '121017.934000', '121017.937000', '121017.940000', '121017.942000', '121037.816000', '121037.819000', '121037.822000', '121037.824000', '121037.827000', '121037.830000', '121037.832000', '121037.835000', '121037.838000', '121037.840000', '121037.843000', '121037.846000', '121037.848000', '121037.851000', '121037.853000', '121037.856000', '121037.859000', '121037.861000', '121037.864000', '121037.867000', '121037.869000', '121037.872000', '121037.874000', '121037.877000', '121037.880000', '121037.882000', '121037.885000', '121037.887000', '121037.890000', '121037.893000', '121037.895000', '121037.898000', '121037.900000', '121037.903000', '121037.906000', '121037.908000', '121037.911000', '121037.914000', '121037.916000', '121037.919000', '121037.921000', '121037.924000', '121037.926000', '121037.929000', '121057.817000', '121057.819000', '121057.822000', '121057.825000', '121057.828000', '121057.830000', '121057.833000', '121057.836000', '121057.838000', '121057.841000', '121057.843000', '121057.846000', '121057.849000', '121057.851000', '121057.854000', '121057.857000', '121057.859000', '121057.862000', '121057.865000', '121057.867000', '121057.870000', '121057.873000', '121057.876000', '121057.879000', '121057.881000', '121057.885000', '121057.887000', '121057.890000', '121057.893000', '121057.896000', '121057.898000', '121057.901000', '121057.903000', '121057.906000', '121057.909000', '121057.911000', '121057.914000', '121057.917000', '121057.919000', '121057.922000', '121057.924000', '121057.927000', '121057.930000', '121117.817000', '121117.820000', '121117.822000', '121117.825000', '121117.828000', '121117.830000', '121117.833000', '121117.835000', '121117.838000', '121117.841000', '121117.844000', '121117.846000', '121117.849000', '121117.852000', '121117.854000', '121117.857000', '121117.860000', '121117.862000', '121117.865000', '121117.867000', '121117.870000', '121117.873000', '121117.875000', '121117.878000', '121117.881000', '121117.883000', '121117.886000', '121117.888000', '121117.891000', '121117.894000', '121117.896000', '121117.899000', '121117.902000', '121117.904000', '121117.907000', '121117.910000', '121117.912000', '121117.915000', '121117.917000', '121117.920000', '121117.923000', '121117.925000', '121117.928000', '121117.930000', '121137.816000', '121137.819000', '121137.821000', '121137.824000', '121137.827000', '121137.829000', '121137.832000', '121137.835000', '121137.837000', '121137.840000', '121137.843000', '121137.845000', '121137.848000', '121137.851000', '121137.853000', '121137.856000', '121137.858000', '121137.861000', '121137.864000', '121137.866000', '121137.869000', '121137.872000', '121137.875000', '121137.877000', '121137.880000', '121137.882000', '121137.885000', '121137.888000', '121137.890000', '121137.893000', '121137.896000', '121137.898000', '121137.901000', '121137.905000', '121137.907000', '121137.910000', '121137.913000', '121137.915000', '121137.918000', '121137.920000', '121137.924000', '121137.926000', '121137.929000', '121157.816000', '121157.818000', '121157.821000', '121157.824000', '121157.827000', '121157.830000', '121157.832000', '121157.835000', '121157.838000', '121157.840000', '121157.843000', '121157.845000', '121157.848000', '121157.851000', '121157.853000', '121157.856000', '121157.859000', '121157.862000', '121157.864000', '121157.867000', '121157.870000', '121157.872000', '121157.875000', '121157.878000', '121157.880000', '121157.883000', '121157.885000', '121157.888000', '121157.891000', '121157.893000', '121157.896000', '121157.899000', '121157.901000', '121157.923000', '121157.925000', '121157.928000', '121157.931000', '121157.933000', '121157.936000', '121157.939000', '121157.941000', '121157.944000', '121157.947000', '121157.949000', '121217.816000', '121217.819000', '121217.821000', '121217.824000', '121217.826000', '121217.829000', '121217.832000', '121217.834000', '121217.837000', '121217.839000', '121217.842000', '121217.844000', '121217.847000', '121217.850000', '121217.852000', '121217.855000', '121217.858000', '121217.860000', '121217.863000', '121217.866000', '121217.868000', '121217.871000', '121217.873000', '121217.876000', '121217.879000', '121217.881000', '121217.884000', '121217.887000', '121217.889000', '121217.892000', '121217.895000', '121217.897000', '121217.900000', '121217.903000', '121217.905000', '121217.908000', '121217.910000', '121217.913000', '121217.916000', '121217.918000', '121217.921000', '121217.924000', '121217.926000', '121237.815000', '121237.818000', '121237.821000', '121237.823000', '121237.826000', '121237.829000', '121237.831000', '121237.834000', '121237.836000', '121237.839000', '121237.842000', '121237.845000', '121237.847000', '121237.850000', '121237.853000', '121237.855000', '121237.858000', '121237.861000', '121237.863000', '121237.866000', '121237.869000', '121237.871000', '121237.874000', '121237.877000', '121237.879000', '121237.882000', '121237.885000', '121237.887000', '121237.890000', '121237.892000', '121237.895000', '121237.898000', '121237.900000', '121237.903000', '121237.906000', '121237.908000', '121237.911000', '121237.914000', '121237.916000', '121237.919000', '121237.922000', '121237.924000', '121237.927000', '121237.930000', '121257.815000', '121257.818000', '121257.821000', '121257.824000', '121257.826000', '121257.829000', '121257.832000', '121257.834000', '121257.837000', '121257.840000', '121257.842000', '121257.845000', '121257.847000', '121257.850000', '121257.853000', '121257.855000', '121257.858000', '121257.861000', '121257.863000', '121257.866000', '121257.869000', '121257.871000', '121257.874000', '121257.876000', '121257.879000', '121257.882000', '121257.884000', '121257.887000', '121257.890000', '121257.892000', '121257.895000', '121257.897000', '121257.900000', '121257.903000', '121257.905000', '121257.908000', '121257.911000', '121257.913000', '121257.916000', '121257.918000', '121257.921000', '121257.924000', '121257.926000', '121317.817000', '121317.820000', '121317.823000', '121317.825000', '121317.828000', '121317.831000', '121317.834000', '121317.837000', '121317.839000', '121317.842000', '121317.845000', '121317.847000', '121317.850000', '121317.853000', '121317.855000', '121317.858000', '121317.860000', '121317.863000', '121317.866000', '121317.868000', '121317.871000', '121317.874000', '121317.876000', '121317.879000', '121317.882000', '121317.884000', '121317.887000', '121317.890000', '121317.892000', '121317.895000', '121317.898000', '121317.901000', '121317.903000', '121317.906000', '121317.909000', '121317.912000', '121317.914000', '121317.917000', '121317.919000', '121317.922000', '121317.924000', '121317.927000', '121317.930000', '121317.932000', '121337.817000', '121337.819000', '121337.822000', '121337.825000', '121337.828000', '121337.830000', '121337.833000', '121337.836000', '121337.838000', '121337.841000', '121337.844000', '121337.847000', '121337.849000', '121337.852000', '121337.855000', '121337.857000', '121337.860000', '121337.863000', '121337.871000', '121337.873000', '121337.876000', '121337.879000', '121337.881000', '121337.884000', '121337.886000', '121337.889000', '121337.892000', '121337.894000', '121337.897000', '121337.900000', '121337.902000', '121337.905000', '121337.908000', '121337.910000', '121337.913000', '121337.915000', '121337.918000', '121337.921000', '121337.923000', '121337.928000', '121337.931000', '121337.933000', '121337.936000', '121357.816000', '121357.819000', '121357.821000', '121357.824000', '121357.826000', '121357.829000', '121357.832000', '121357.834000', '121357.837000', '121357.840000', '121357.842000', '121357.845000', '121357.847000', '121357.850000', '121357.853000', '121357.855000', '121357.858000', '121357.861000', '121357.863000', '121357.866000', '121357.868000', '121357.871000', '121357.874000', '121357.876000', '121357.879000', '121357.882000', '121357.884000', '121357.887000', '121357.889000', '121357.892000', '121357.895000', '121357.897000', '121357.900000', '121357.903000', '121357.905000', '121357.908000', '121357.911000', '121357.913000', '121357.916000', '121357.918000', '121357.921000', '121357.924000', '121357.926000', '121357.929000', '121417.816000', '121417.818000', '121417.821000', '121417.824000', '121417.826000', '121417.829000', '121417.832000', '121417.834000', '121417.837000', '121417.839000', '121417.842000', '121417.845000', '121417.847000', '121417.850000', '121417.853000', '121417.855000', '121417.858000', '121417.860000', '121417.863000', '121417.866000', '121417.868000', '121417.871000', '121417.873000', '121417.876000', '121417.879000', '121417.881000', '121417.884000', '121417.887000', '121417.889000', '121417.892000', '121417.895000', '121417.897000', '121417.900000', '121417.902000', '121417.905000', '121417.908000', '121417.910000', '121417.913000', '121417.916000', '121417.918000', '121417.921000', '121417.924000', '121417.926000', '121437.815000', '121437.818000', '121437.821000', '121437.824000', '121437.826000', '121437.829000', '121437.831000', '121437.834000', '121437.837000', '121437.839000', '121437.842000', '121437.845000', '121437.847000', '121437.850000', '121437.852000', '121437.855000', '121437.858000', '121437.860000', '121437.863000', '121437.866000', '121437.869000', '121437.871000', '121437.874000', '121437.876000', '121437.879000', '121437.882000', '121437.884000', '121437.887000', '121437.890000', '121437.892000', '121437.895000', '121437.898000', '121437.900000', '121437.903000', '121437.906000', '121437.908000', '121437.911000', '121437.913000', '121437.916000', '121437.919000', '121437.921000', '121437.924000', '121437.927000', '121437.929000', '121457.816000', '121457.818000', '121457.821000', '121457.824000', '121457.826000', '121457.829000', '121457.831000', '121457.834000', '121457.836000', '121457.839000', '121457.842000', '121457.845000', '121457.847000', '121457.850000', '121457.853000', '121457.855000', '121457.858000', '121457.861000', '121457.863000', '121457.866000', '121457.869000', '121457.871000', '121457.874000', '121457.877000', '121457.879000', '121457.882000', '121457.885000', '121457.887000', '121457.890000', '121457.892000', '121457.895000', '121457.898000', '121457.900000', '121457.903000', '121457.905000', '121457.908000', '121457.911000', '121457.913000', '121457.916000', '121457.919000', '121457.921000', '121457.924000', '121457.926000', '121517.309000', '121517.311000', '121517.314000', '121517.317000', '121517.319000', '121517.322000', '121517.325000', '121517.327000', '121517.330000', '121517.333000', '121517.335000', '121517.338000', '121517.341000', '121517.343000', '121517.346000', '121517.349000', '121517.351000', '121517.354000', '121517.357000', '121517.359000', '121517.362000', '121517.365000', '121517.367000', '121517.370000', '121517.372000', '121517.375000', '121517.378000', '121517.380000', '121517.383000', '121517.386000', '121517.388000', '121517.391000', '121517.394000', '121517.396000', '121517.399000', '121517.401000', '121517.404000', '121517.406000', '121517.409000', '121517.412000', '121517.414000', '121517.417000', '121517.419000'], 'InstanceCreationTime': ['120837.865000', '120837.868000', '120837.871000', '120837.874000', '120837.877000', '120837.879000', '120837.882000', '120837.885000', '120837.888000', '120837.890000', '120837.893000', '120837.896000', '120837.899000', '120837.902000', '120837.904000', '120837.907000', '120837.910000', '120837.917000', '120837.920000', '120837.922000', '120837.925000', '120837.928000', '120837.931000', '120837.934000', '120837.936000', '120837.939000', '120837.942000', '120837.944000', '120837.947000', '120837.950000', '120837.952000', '120837.955000', '120837.958000', '120837.960000', '120837.963000', '120837.965000', '120837.968000', '120837.970000', '120837.973000', '120837.976000', '120837.978000', '120838.001000', '120838.004000', '120838.006000', '120838.009000', '120838.011000', '120838.014000', '120838.017000', '120838.019000', '120838.022000', '120838.024000', '120838.027000', '120838.030000', '120838.032000', '120838.035000', '120838.038000', '120838.042000', '120857.817000', '120857.820000', '120857.822000', '120857.825000', '120857.827000', '120857.830000', '120857.832000', '120857.835000', '120857.838000', '120857.840000', '120857.843000', '120857.846000', '120857.852000', '120857.855000', '120857.857000', '120857.860000', '120857.862000', '120857.865000', '120857.867000', '120857.870000', '120857.872000', '120857.875000', '120857.877000', '120857.880000', '120857.883000', '120857.885000', '120857.888000', '120857.890000', '120857.893000', '120857.896000', '120857.898000', '120857.901000', '120857.903000', '120857.906000', '120857.909000', '120857.911000', '120857.914000', '120857.916000', '120857.919000', '120857.922000', '120857.924000', '120857.927000', '120857.929000', '120917.816000', '120917.818000', '120917.821000', '120917.824000', '120917.827000', '120917.829000', '120917.832000', '120917.835000', '120917.847000', '120917.850000', '120917.852000', '120917.855000', '120917.858000', '120917.860000', '120917.863000', '120917.866000', '120917.868000', '120917.871000', '120917.873000', '120917.876000', '120917.879000', '120917.881000', '120917.884000', '120917.887000', '120917.889000', '120917.892000', '120917.894000', '120917.897000', '120917.900000', '120917.902000', '120917.905000', '120917.908000', '120917.910000', '120917.913000', '120917.916000', '120917.918000', '120917.921000', '120917.923000', '120917.926000', '120917.929000', '120917.931000', '120917.934000', '120917.937000', '120917.939000', '120937.815000', '120937.818000', '120937.821000', '120937.832000', '120937.835000', '120937.837000', '120937.840000', '120937.843000', '120937.845000', '120937.848000', '120937.851000', '120937.853000', '120937.856000', '120937.859000', '120937.862000', '120937.864000', '120937.867000', '120937.870000', '120937.872000', '120937.875000', '120937.877000', '120937.880000', '120937.883000', '120937.885000', '120937.888000', '120937.891000', '120937.895000', '120937.898000', '120937.901000', '120937.903000', '120937.906000', '120937.909000', '120937.911000', '120937.914000', '120937.916000', '120937.919000', '120937.922000', '120937.924000', '120937.927000', '120937.930000', '120937.932000', '120937.935000', '120937.937000', '120957.815000', '120957.818000', '120957.821000', '120957.824000', '120957.826000', '120957.829000', '120957.832000', '120957.834000', '120957.837000', '120957.839000', '120957.842000', '120957.845000', '120957.847000', '120957.850000', '120957.853000', '120957.855000', '120957.858000', '120957.860000', '120957.863000', '120957.866000', '120957.868000', '120957.871000', '120957.874000', '120957.876000', '120957.879000', '120957.881000', '120957.884000', '120957.887000', '120957.889000', '120957.892000', '120957.895000', '120957.897000', '120957.900000', '120957.902000', '120957.905000', '120957.907000', '120957.910000', '120957.913000', '120957.915000', '120957.918000', '120957.921000', '120957.923000', '120957.926000', '120957.928000', '121017.815000', '121017.818000', '121017.821000', '121017.823000', '121017.826000', '121017.829000', '121017.838000', '121017.841000', '121017.843000', '121017.846000', '121017.849000', '121017.851000', '121017.854000', '121017.857000', '121017.859000', '121017.862000', '121017.865000', '121017.867000', '121017.870000', '121017.873000', '121017.875000', '121017.878000', '121017.881000', '121017.884000', '121017.886000', '121017.889000', '121017.892000', '121017.894000', '121017.897000', '121017.900000', '121017.902000', '121017.905000', '121017.908000', '121017.910000', '121017.913000', '121017.916000', '121017.918000', '121017.929000', '121017.932000', '121017.934000', '121017.937000', '121017.940000', '121017.942000', '121037.816000', '121037.819000', '121037.822000', '121037.824000', '121037.827000', '121037.830000', '121037.832000', '121037.835000', '121037.838000', '121037.840000', '121037.843000', '121037.846000', '121037.848000', '121037.851000', '121037.853000', '121037.856000', '121037.859000', '121037.861000', '121037.864000', '121037.867000', '121037.869000', '121037.872000', '121037.874000', '121037.877000', '121037.880000', '121037.882000', '121037.885000', '121037.887000', '121037.890000', '121037.893000', '121037.895000', '121037.898000', '121037.900000', '121037.903000', '121037.906000', '121037.908000', '121037.911000', '121037.914000', '121037.916000', '121037.919000', '121037.921000', '121037.924000', '121037.926000', '121037.929000', '121057.817000', '121057.819000', '121057.822000', '121057.825000', '121057.828000', '121057.830000', '121057.833000', '121057.836000', '121057.838000', '121057.841000', '121057.843000', '121057.846000', '121057.849000', '121057.851000', '121057.854000', '121057.857000', '121057.859000', '121057.862000', '121057.865000', '121057.867000', '121057.870000', '121057.873000', '121057.876000', '121057.879000', '121057.881000', '121057.885000', '121057.887000', '121057.890000', '121057.893000', '121057.896000', '121057.898000', '121057.901000', '121057.903000', '121057.906000', '121057.909000', '121057.911000', '121057.914000', '121057.917000', '121057.919000', '121057.922000', '121057.924000', '121057.927000', '121057.930000', '121117.817000', '121117.820000', '121117.822000', '121117.825000', '121117.828000', '121117.830000', '121117.833000', '121117.835000', '121117.838000', '121117.841000', '121117.844000', '121117.846000', '121117.849000', '121117.852000', '121117.854000', '121117.857000', '121117.860000', '121117.862000', '121117.865000', '121117.867000', '121117.870000', '121117.873000', '121117.875000', '121117.878000', '121117.881000', '121117.883000', '121117.886000', '121117.888000', '121117.891000', '121117.894000', '121117.896000', '121117.899000', '121117.902000', '121117.904000', '121117.907000', '121117.910000', '121117.912000', '121117.915000', '121117.917000', '121117.920000', '121117.923000', '121117.925000', '121117.928000', '121117.930000', '121137.816000', '121137.819000', '121137.821000', '121137.824000', '121137.827000', '121137.829000', '121137.832000', '121137.835000', '121137.837000', '121137.840000', '121137.843000', '121137.845000', '121137.848000', '121137.851000', '121137.853000', '121137.856000', '121137.858000', '121137.861000', '121137.864000', '121137.866000', '121137.869000', '121137.872000', '121137.875000', '121137.877000', '121137.880000', '121137.882000', '121137.885000', '121137.888000', '121137.890000', '121137.893000', '121137.896000', '121137.898000', '121137.901000', '121137.905000', '121137.907000', '121137.910000', '121137.913000', '121137.915000', '121137.918000', '121137.920000', '121137.924000', '121137.926000', '121137.929000', '121157.816000', '121157.818000', '121157.821000', '121157.824000', '121157.827000', '121157.830000', '121157.832000', '121157.835000', '121157.838000', '121157.840000', '121157.843000', '121157.845000', '121157.848000', '121157.851000', '121157.853000', '121157.856000', '121157.859000', '121157.862000', '121157.864000', '121157.867000', '121157.870000', '121157.872000', '121157.875000', '121157.878000', '121157.880000', '121157.883000', '121157.885000', '121157.888000', '121157.891000', '121157.893000', '121157.896000', '121157.899000', '121157.901000', '121157.923000', '121157.925000', '121157.928000', '121157.931000', '121157.933000', '121157.936000', '121157.939000', '121157.941000', '121157.944000', '121157.947000', '121157.949000', '121217.816000', '121217.819000', '121217.821000', '121217.824000', '121217.826000', '121217.829000', '121217.832000', '121217.834000', '121217.837000', '121217.839000', '121217.842000', '121217.844000', '121217.847000', '121217.850000', '121217.852000', '121217.855000', '121217.858000', '121217.860000', '121217.863000', '121217.866000', '121217.868000', '121217.871000', '121217.873000', '121217.876000', '121217.879000', '121217.881000', '121217.884000', '121217.887000', '121217.889000', '121217.892000', '121217.895000', '121217.897000', '121217.900000', '121217.903000', '121217.905000', '121217.908000', '121217.910000', '121217.913000', '121217.916000', '121217.918000', '121217.921000', '121217.924000', '121217.926000', '121237.815000', '121237.818000', '121237.821000', '121237.823000', '121237.826000', '121237.829000', '121237.831000', '121237.834000', '121237.836000', '121237.839000', '121237.842000', '121237.845000', '121237.847000', '121237.850000', '121237.853000', '121237.855000', '121237.858000', '121237.861000', '121237.863000', '121237.866000', '121237.869000', '121237.871000', '121237.874000', '121237.877000', '121237.879000', '121237.882000', '121237.885000', '121237.887000', '121237.890000', '121237.892000', '121237.895000', '121237.898000', '121237.900000', '121237.903000', '121237.906000', '121237.908000', '121237.911000', '121237.914000', '121237.916000', '121237.919000', '121237.922000', '121237.924000', '121237.927000', '121237.930000', '121257.815000', '121257.818000', '121257.821000', '121257.824000', '121257.826000', '121257.829000', '121257.832000', '121257.834000', '121257.837000', '121257.840000', '121257.842000', '121257.845000', '121257.847000', '121257.850000', '121257.853000', '121257.855000', '121257.858000', '121257.861000', '121257.863000', '121257.866000', '121257.869000', '121257.871000', '121257.874000', '121257.876000', '121257.879000', '121257.882000', '121257.884000', '121257.887000', '121257.890000', '121257.892000', '121257.895000', '121257.897000', '121257.900000', '121257.903000', '121257.905000', '121257.908000', '121257.911000', '121257.913000', '121257.916000', '121257.918000', '121257.921000', '121257.924000', '121257.926000', '121317.817000', '121317.820000', '121317.823000', '121317.825000', '121317.828000', '121317.831000', '121317.834000', '121317.837000', '121317.839000', '121317.842000', '121317.845000', '121317.847000', '121317.850000', '121317.853000', '121317.855000', '121317.858000', '121317.860000', '121317.863000', '121317.866000', '121317.868000', '121317.871000', '121317.874000', '121317.876000', '121317.879000', '121317.882000', '121317.884000', '121317.887000', '121317.890000', '121317.892000', '121317.895000', '121317.898000', '121317.901000', '121317.903000', '121317.906000', '121317.909000', '121317.912000', '121317.914000', '121317.917000', '121317.919000', '121317.922000', '121317.924000', '121317.927000', '121317.930000', '121317.932000', '121337.817000', '121337.819000', '121337.822000', '121337.825000', '121337.828000', '121337.830000', '121337.833000', '121337.836000', '121337.838000', '121337.841000', '121337.844000', '121337.847000', '121337.849000', '121337.852000', '121337.855000', '121337.857000', '121337.860000', '121337.863000', '121337.871000', '121337.873000', '121337.876000', '121337.879000', '121337.881000', '121337.884000', '121337.886000', '121337.889000', '121337.892000', '121337.894000', '121337.897000', '121337.900000', '121337.902000', '121337.905000', '121337.908000', '121337.910000', '121337.913000', '121337.915000', '121337.918000', '121337.921000', '121337.923000', '121337.928000', '121337.931000', '121337.933000', '121337.936000', '121357.816000', '121357.819000', '121357.821000', '121357.824000', '121357.826000', '121357.829000', '121357.832000', '121357.834000', '121357.837000', '121357.840000', '121357.842000', '121357.845000', '121357.847000', '121357.850000', '121357.853000', '121357.855000', '121357.858000', '121357.861000', '121357.863000', '121357.866000', '121357.868000', '121357.871000', '121357.874000', '121357.876000', '121357.879000', '121357.882000', '121357.884000', '121357.887000', '121357.889000', '121357.892000', '121357.895000', '121357.897000', '121357.900000', '121357.903000', '121357.905000', '121357.908000', '121357.911000', '121357.913000', '121357.916000', '121357.918000', '121357.921000', '121357.924000', '121357.926000', '121357.929000', '121417.816000', '121417.818000', '121417.821000', '121417.824000', '121417.826000', '121417.829000', '121417.832000', '121417.834000', '121417.837000', '121417.839000', '121417.842000', '121417.845000', '121417.847000', '121417.850000', '121417.853000', '121417.855000', '121417.858000', '121417.860000', '121417.863000', '121417.866000', '121417.868000', '121417.871000', '121417.873000', '121417.876000', '121417.879000', '121417.881000', '121417.884000', '121417.887000', '121417.889000', '121417.892000', '121417.895000', '121417.897000', '121417.900000', '121417.902000', '121417.905000', '121417.908000', '121417.910000', '121417.913000', '121417.916000', '121417.918000', '121417.921000', '121417.924000', '121417.926000', '121437.815000', '121437.818000', '121437.821000', '121437.824000', '121437.826000', '121437.829000', '121437.831000', '121437.834000', '121437.837000', '121437.839000', '121437.842000', '121437.845000', '121437.847000', '121437.850000', '121437.852000', '121437.855000', '121437.858000', '121437.860000', '121437.863000', '121437.866000', '121437.869000', '121437.871000', '121437.874000', '121437.876000', '121437.879000', '121437.882000', '121437.884000', '121437.887000', '121437.890000', '121437.892000', '121437.895000', '121437.898000', '121437.900000', '121437.903000', '121437.906000', '121437.908000', '121437.911000', '121437.913000', '121437.916000', '121437.919000', '121437.921000', '121437.924000', '121437.927000', '121437.929000', '121457.816000', '121457.818000', '121457.821000', '121457.824000', '121457.826000', '121457.829000', '121457.831000', '121457.834000', '121457.836000', '121457.839000', '121457.842000', '121457.845000', '121457.847000', '121457.850000', '121457.853000', '121457.855000', '121457.858000', '121457.861000', '121457.863000', '121457.866000', '121457.869000', '121457.871000', '121457.874000', '121457.877000', '121457.879000', '121457.882000', '121457.885000', '121457.887000', '121457.890000', '121457.892000', '121457.895000', '121457.898000', '121457.900000', '121457.903000', '121457.905000', '121457.908000', '121457.911000', '121457.913000', '121457.916000', '121457.919000', '121457.921000', '121457.924000', '121457.926000', '121517.309000', '121517.311000', '121517.314000', '121517.317000', '121517.319000', '121517.322000', '121517.325000', '121517.327000', '121517.330000', '121517.333000', '121517.335000', '121517.338000', '121517.341000', '121517.343000', '121517.346000', '121517.349000', '121517.351000', '121517.354000', '121517.357000', '121517.359000', '121517.362000', '121517.365000', '121517.367000', '121517.370000', '121517.372000', '121517.375000', '121517.378000', '121517.380000', '121517.383000', '121517.386000', '121517.388000', '121517.391000', '121517.394000', '121517.396000', '121517.399000', '121517.401000', '121517.404000', '121517.406000', '121517.409000', '121517.412000', '121517.414000', '121517.417000', '121517.419000'], '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': [8535, 8488, 8809, 9081, 9071, 8412, 8996, 7945, 8886, 7445, 9677, 7790, 10353, 7951, 10711, 8026, 10304, 7792, 9979, 7877, 9962, 7753, 10207, 7723, 9330, 7740, 8710, 7759, 9609, 7660, 9236, 8018, 8426, 7572, 8373, 7812, 8477, 9457, 8219, 8226, 8542, 10508, 8677, 10745, 8045, 10462, 8533, 10192, 8162, 10629, 8188, 10401, 7870, 9741, 8000, 9653, 7851, 9296, 10197, 8053, 11529, 8082, 11865, 8641, 12582, 7710, 10737, 7780, 10733, 7776, 10569, 8320, 10367, 8272, 10352, 8171, 10425, 7812, 10335, 7995, 8600, 14004, 8015, 12507, 8445, 14127, 7374, 9296, 7672, 10229, 7618, 10446, 7648, 10372, 7703, 9252, 7732, 8481, 7739, 7855, 7431, 8481, 7640, 9373, 8139, 9680, 8179, 10158, 7925, 10500, 8123, 12201, 8510, 10923, 7763, 11222, 8014, 10613, 8105, 10612, 8241, 10957, 7364, 7537, 9141, 7924, 10175, 8435, 8906, 9000, 8992, 9436, 8363, 11466, 8277, 12522, 8347, 13538, 8280, 12015, 8403, 11791, 8083, 11215, 7848, 9385, 8431, 7879, 10451, 7600, 10477, 7855, 10128, 7951, 10225, 7895, 12454, 8150, 13143, 7786, 12794, 7681, 12178, 8195, 11607, 8428, 13727, 9998, 7796, 8292, 7896, 10612, 7914, 8953, 10478, 8322, 11228, 8410, 11194, 8192, 10186, 8111, 9527, 8055, 9931, 8446, 10178, 8458, 11434, 9589, 13289, 16423, 13628, 10794, 9670, 8432, 10795, 10943, 7785, 12146, 8186, 11801, 8185, 11842, 7993, 11412, 7903, 12001, 7575, 11193, 8404, 12019, 8601, 12627, 7936, 11332, 8165, 11185, 8270, 8165, 13416, 8115, 13452, 10063, 11755, 7682, 7958, 8404, 7993, 9268, 9868, 7942, 10889, 8064, 10552, 8527, 11111, 8212, 7944, 7884, 10127, 9365, 14498, 10431, 11636, 8028, 12090, 8256, 12660, 8094, 12104, 9567, 9561, 7857, 9011, 8277, 7981, 11665, 7672, 11560, 8191, 10836, 7705, 10778, 7822, 10260, 7860, 10322, 7910, 9649, 8658, 8017, 11813, 7747, 10629, 7827, 10556, 7885, 9002, 7889, 8661, 8450, 7958, 10405, 7798, 10418, 7848, 10317, 7897, 10418, 7545, 11109, 7720, 11250, 7850, 11412, 8066, 9327, 10277, 7911, 11333, 7866, 10974, 7883, 10566, 8140, 10291, 8121, 8297, 8269, 10238, 8156, 9667, 7997, 10295, 8102, 12083, 8118, 12361, 9352, 7952, 12601, 8445, 11413, 9053, 8836, 13327, 8162, 11748, 8215, 9467, 7864, 8035, 9193, 8075, 9870, 8147, 8780, 7440, 7782, 7949, 8533, 9163, 8121, 9203, 8478, 9839, 10588, 9117, 12788, 10171, 11151, 9711, 8460, 9183, 8281, 9328, 8343, 8824, 7753, 8551, 8120, 8419, 8190, 8572, 7898, 8347, 8078, 9859, 7932, 9623, 7999, 7948, 7580, 7802, 9000, 8113, 9855, 8195, 11122, 7703, 12098, 7836, 11254, 7758, 10584, 8155, 9807, 7647, 8429, 7603, 8158, 7666, 8598, 8237, 9244, 8060, 9326, 7573, 7716, 8305, 7594, 8549, 7543, 8045, 8207, 7397, 10655, 12897, 10395, 14347, 11228, 14302, 10786, 13898, 7929, 11830, 7888, 11287, 7916, 10255, 7493, 9509, 7638, 8880, 7648, 10472, 7795, 10166, 7825, 10072, 7845, 8631, 7762, 7955, 8018, 9742, 7900, 10361, 8314, 8948, 8081, 7638, 9499, 7632, 9544, 7830, 8995, 7665, 8429, 9003, 8327, 10802, 7774, 10504, 7801, 10351, 8072, 10593, 7640, 10292, 8023, 10030, 7795, 9994, 7906, 9809, 8276, 9701, 7933, 10269, 8259, 10257, 8104, 9552, 8194, 9567, 7810, 9960, 8146, 9867, 7687, 10311, 7870, 9698, 7641, 9691, 8066, 9744, 7992, 9682, 7895, 9767, 7808, 9781, 7935, 8793, 7903, 9111, 7936, 9871, 8153, 9578, 8127, 9552, 7851, 10375, 7703, 10069, 7728, 13149, 9809, 12497, 8415, 10336, 7688, 10578, 7578, 9696, 8390, 8379, 8866, 8208, 9524, 8104, 9088, 8130, 7665, 9694, 7808, 11003, 7587, 10385, 7736, 10938, 7796, 11297, 8054, 9862, 7587, 10090, 8186, 11001, 7783, 10927, 7608, 8638, 8032, 13055, 7517, 11419, 8120, 10034, 7389, 9564, 7396, 8751, 8020, 8499, 9921, 7753, 10849, 7696, 11105, 7665, 10481, 7604, 10177, 7702, 9794, 7764, 9257, 7791, 8975, 7635, 8174, 9955, 7583, 10424, 7745, 10970, 7708, 10407, 7567, 10438, 7599, 10525, 7536, 10264, 7597, 10053, 7406, 10262, 7656, 9649, 7522, 8851, 7861, 9744, 7896, 9740, 7563, 11117, 7727, 8374, 7793, 7557, 8579, 10299, 7754, 10569, 7633, 10180, 7483, 9549, 7972, 9982, 7610, 9863, 7823, 9928, 7467, 8184, 8056, 8911, 8671, 13392, 8166, 14193, 7789, 12197, 8855, 10045, 15471, 8475, 13420, 7938, 12709, 7718, 8454, 8461, 7399, 9017, 7878, 9780, 7797, 9485, 7811, 9540, 7809, 8204, 11265, 8106, 11903, 7667, 13488, 7779, 11929, 7552, 11209, 7775, 10039, 7803, 9831, 7605, 9159, 7876, 9822, 7931, 9618, 7802, 7557, 7848, 7392, 8516, 7647, 8868, 7957, 10883, 7809, 8813, 8368, 14478, 7840, 14747, 9494, 14456, 10624, 10502, 14321, 9160, 12339, 8533, 10619, 8150, 9903, 8758, 7305, 9962, 7656, 11018, 7846, 12177, 9049, 15412, 7977, 13140, 7966, 12033, 10352, 7587, 9915, 7807, 9399, 7632, 10102, 8122, 10446, 8199, 10884, 7739, 10217, 7922, 9884, 9355, 9378, 9044, 7620, 10414, 8006, 10498, 7846, 10450, 9609, 7567, 9475, 7897, 10062, 8338, 9423, 8925, 7994, 10160, 7694, 10875, 7691, 10694, 9624, 9489, 9026, 7702, 10674, 9418, 7589, 9992, 7942, 11075, 7436, 10953, 7721, 10354, 9986, 8721, 9142, 7709, 10631, 7678, 10581, 7629, 10579, 7686, 10401, 7700, 10411, 9149, 8835, 8003, 7807, 10235, 7600, 10718, 7858, 10028, 8132, 11042, 7674, 7898, 8787, 7900, 10705, 8317, 8217, 12626, 8426, 11103, 7918, 10826, 7983, 10676, 8027, 11375, 7844, 10295, 9350, 8920, 13592, 8045, 11682, 7990, 11269, 8990, 11349, 7759, 12026, 8081, 11168, 8134, 10345, 7796, 9266, 7840, 8996, 8097, 9811, 7741, 9791, 7638, 8340, 9025, 8191, 10810, 8076, 11056, 7601, 11266, 8625, 10694, 8155, 10203, 7752, 11837, 7874, 12056, 8192, 10426, 8326, 11685, 7715, 11809, 7599, 10391, 7787, 9859, 7828, 9220, 7811, 9424, 7871, 10003, 7840, 9946, 7778, 10150, 8136, 10254, 7818, 11717, 7853, 13446, 7760, 12079, 7939, 12227, 7740, 12284, 7859, 11174, 8781, 10730, 7737, 7688, 9700, 7954, 9401, 7750, 8781, 10386, 8424, 7618, 8742, 7889, 9793, 8037, 9795, 7801, 9710, 8068, 9182, 8059, 11575, 7939, 10971, 8020, 10508, 8124, 11938, 7772, 11699, 7628, 11806, 8670, 14147, 7705, 11627, 7643, 11150, 7787, 9774, 8137, 8310, 8763, 7673, 9914, 7626, 10611, 8104], 'WindowCenter': [4345.0, 4328.0, 4314.0, 4312.0, 4310.0, 4287.0, 4298.0, 4288.0, 4309.0, 4278.0, 4307.0, 4276.0, 4305.0, 4288.0, 4307.0, 4287.0, 4307.0, 4289.0, 4307.0, 4290.0, 4308.0, 4289.0, 4306.0, 4278.0, 4297.0, 4276.0, 4299.0, 4276.0, 4296.0, 4277.0, 4298.0, 4287.0, 4289.0, 4277.0, 4297.0, 4278.0, 4288.0, 4295.0, 4288.0, 4286.0, 4301.0, 4307.0, 4299.0, 4318.0, 4289.0, 4308.0, 4287.0, 4317.0, 4302.0, 4317.0, 4299.0, 4309.0, 4276.0, 4297.0, 4278.0, 4309.0, 4286.0, 4296.0, 4307.0, 4288.0, 4316.0, 4277.0, 4315.0, 4287.0, 4327.0, 4276.0, 4306.0, 4278.0, 4316.0, 4277.0, 4306.0, 4289.0, 4308.0, 4289.0, 4306.0, 4287.0, 4306.0, 4275.0, 4305.0, 4274.0, 4297.0, 4324.0, 4277.0, 4330.0, 4289.0, 4324.0, 4264.0, 4282.0, 4274.0, 4294.0, 4273.0, 4305.0, 4274.0, 4307.0, 4276.0, 4296.0, 4276.0, 4300.0, 4277.0, 4287.0, 4280.0, 4300.0, 4288.0, 4308.0, 4290.0, 4310.0, 4300.0, 4320.0, 4288.0, 4319.0, 4288.0, 4329.0, 4288.0, 4308.0, 4277.0, 4315.0, 4276.0, 4307.0, 4277.0, 4307.0, 4287.0, 4306.0, 4276.0, 4277.0, 4297.0, 4290.0, 4318.0, 4301.0, 4312.0, 4311.0, 4301.0, 4311.0, 4299.0, 4318.0, 4287.0, 4318.0, 4289.0, 4329.0, 4285.0, 4316.0, 4286.0, 4316.0, 4275.0, 4315.0, 4285.0, 4294.0, 4285.0, 4287.0, 4317.0, 4290.0, 4319.0, 4300.0, 4319.0, 4301.0, 4321.0, 4302.0, 4343.0, 4289.0, 4328.0, 4289.0, 4328.0, 4277.0, 4314.0, 4286.0, 4330.0, 4302.0, 4342.0, 4310.0, 4290.0, 4297.0, 4288.0, 4317.0, 4287.0, 4295.0, 4304.0, 4286.0, 4307.0, 4286.0, 4317.0, 4286.0, 4307.0, 4275.0, 4297.0, 4273.0, 4292.0, 4272.0, 4295.0, 4273.0, 4302.0, 4282.0, 4313.0, 4325.0, 4314.0, 4291.0, 4279.0, 4260.0, 4279.0, 4275.0, 4235.0, 4274.0, 4246.0, 4287.0, 4256.0, 4288.0, 4260.0, 4289.0, 4260.0, 4286.0, 4249.0, 4302.0, 4281.0, 4322.0, 4294.0, 4323.0, 4273.0, 4300.0, 4260.0, 4288.0, 4256.0, 4259.0, 4298.0, 4269.0, 4311.0, 4292.0, 4299.0, 4259.0, 4257.0, 4257.0, 4257.0, 4278.0, 4277.0, 4260.0, 4291.0, 4272.0, 4305.0, 4287.0, 4302.0, 4271.0, 4258.0, 4282.0, 4289.0, 4280.0, 4320.0, 4302.0, 4301.0, 4271.0, 4310.0, 4284.0, 4310.0, 4270.0, 4300.0, 4279.0, 4278.0, 4256.0, 4268.0, 4255.0, 4259.0, 4287.0, 4258.0, 4300.0, 4271.0, 4288.0, 4260.0, 4288.0, 4258.0, 4288.0, 4259.0, 4278.0, 4259.0, 4280.0, 4269.0, 4261.0, 4288.0, 4259.0, 4278.0, 4248.0, 4276.0, 4247.0, 4266.0, 4258.0, 4269.0, 4258.0, 4256.0, 4278.0, 4258.0, 4288.0, 4270.0, 4291.0, 4283.0, 4304.0, 4272.0, 4301.0, 4273.0, 4301.0, 4270.0, 4303.0, 4271.0, 4281.0, 4290.0, 4270.0, 4301.0, 4271.0, 4302.0, 4284.0, 4303.0, 4276.0, 4293.0, 4271.0, 4273.0, 4285.0, 4303.0, 4287.0, 4316.0, 4297.0, 4316.0, 4296.0, 4326.0, 4286.0, 4325.0, 4294.0, 4283.0, 4310.0, 4282.0, 4312.0, 4280.0, 4292.0, 4320.0, 4281.0, 4310.0, 4269.0, 4290.0, 4267.0, 4269.0, 4279.0, 4268.0, 4288.0, 4270.0, 4282.0, 4275.0, 4284.0, 4286.0, 4295.0, 4306.0, 4286.0, 4306.0, 4287.0, 4306.0, 4305.0, 4294.0, 4322.0, 4306.0, 4305.0, 4292.0, 4283.0, 4293.0, 4271.0, 4293.0, 4271.0, 4294.0, 4272.0, 4284.0, 4272.0, 4283.0, 4284.0, 4282.0, 4271.0, 4281.0, 4273.0, 4292.0, 4283.0, 4305.0, 4299.0, 4296.0, 4287.0, 4288.0, 4308.0, 4303.0, 4321.0, 4313.0, 4342.0, 4301.0, 4327.0, 4286.0, 4314.0, 4275.0, 4305.0, 4284.0, 4304.0, 4273.0, 4283.0, 4273.0, 4284.0, 4274.0, 4295.0, 4299.0, 4308.0, 4289.0, 4308.0, 4287.0, 4288.0, 4297.0, 4290.0, 4299.0, 4291.0, 4300.0, 4311.0, 4291.0, 4331.0, 4342.0, 4321.0, 4340.0, 4317.0, 4328.0, 4308.0, 4326.0, 4275.0, 4314.0, 4274.0, 4305.0, 4264.0, 4292.0, 4250.0, 4281.0, 4261.0, 4271.0, 4261.0, 4291.0, 4277.0, 4305.0, 4276.0, 4306.0, 4287.0, 4296.0, 4288.0, 4287.0, 4287.0, 4307.0, 4289.0, 4318.0, 4298.0, 4297.0, 4287.0, 4285.0, 4305.0, 4288.0, 4296.0, 4275.0, 4296.0, 4275.0, 4286.0, 4294.0, 4286.0, 4317.0, 4279.0, 4305.0, 4276.0, 4293.0, 4277.0, 4304.0, 4276.0, 4306.0, 4288.0, 4308.0, 4287.0, 4307.0, 4288.0, 4307.0, 4287.0, 4293.0, 4276.0, 4305.0, 4285.0, 4305.0, 4287.0, 4295.0, 4286.0, 4293.0, 4279.0, 4306.0, 4288.0, 4307.0, 4290.0, 4306.0, 4289.0, 4295.0, 4287.0, 4310.0, 4289.0, 4308.0, 4289.0, 4306.0, 4288.0, 4306.0, 4287.0, 4309.0, 4290.0, 4299.0, 4287.0, 4300.0, 4292.0, 4310.0, 4299.0, 4309.0, 4303.0, 4321.0, 4302.0, 4324.0, 4292.0, 4321.0, 4293.0, 4341.0, 4312.0, 4331.0, 4287.0, 4306.0, 4277.0, 4305.0, 4275.0, 4297.0, 4286.0, 4287.0, 4299.0, 4299.0, 4308.0, 4301.0, 4311.0, 4289.0, 4289.0, 4309.0, 4287.0, 4317.0, 4289.0, 4310.0, 4289.0, 4319.0, 4291.0, 4318.0, 4289.0, 4323.0, 4290.0, 4319.0, 4298.0, 4317.0, 4290.0, 4317.0, 4287.0, 4288.0, 4289.0, 4330.0, 4276.0, 4317.0, 4276.0, 4307.0, 4263.0, 4296.0, 4263.0, 4286.0, 4274.0, 4284.0, 4296.0, 4275.0, 4305.0, 4276.0, 4315.0, 4276.0, 4305.0, 4276.0, 4305.0, 4276.0, 4308.0, 4274.0, 4297.0, 4262.0, 4283.0, 4264.0, 4272.0, 4291.0, 4266.0, 4293.0, 4276.0, 4303.0, 4274.0, 4305.0, 4275.0, 4304.0, 4286.0, 4305.0, 4277.0, 4305.0, 4276.0, 4305.0, 4277.0, 4307.0, 4290.0, 4307.0, 4277.0, 4296.0, 4288.0, 4309.0, 4301.0, 4296.0, 4289.0, 4319.0, 4291.0, 4298.0, 4292.0, 4289.0, 4300.0, 4308.0, 4278.0, 4307.0, 4278.0, 4307.0, 4276.0, 4308.0, 4287.0, 4307.0, 4278.0, 4306.0, 4278.0, 4306.0, 4279.0, 4289.0, 4289.0, 4298.0, 4301.0, 4339.0, 4289.0, 4339.0, 4276.0, 4316.0, 4284.0, 4296.0, 4323.0, 4272.0, 4314.0, 4275.0, 4314.0, 4274.0, 4284.0, 4286.0, 4265.0, 4284.0, 4287.0, 4309.0, 4290.0, 4309.0, 4292.0, 4312.0, 4292.0, 4301.0, 4318.0, 4288.0, 4316.0, 4278.0, 4327.0, 4279.0, 4318.0, 4279.0, 4318.0, 4275.0, 4307.0, 4277.0, 4307.0, 4287.0, 4309.0, 4289.0, 4309.0, 4303.0, 4312.0, 4289.0, 4292.0, 4303.0, 4290.0, 4325.0, 4306.0, 4326.0, 4303.0, 4333.0, 4291.0, 4312.0, 4302.0, 4341.0, 4300.0, 4339.0, 4308.0, 4339.0, 4305.0, 4309.0, 4325.0, 4296.0, 4314.0, 4286.0, 4307.0, 4274.0, 4296.0, 4286.0, 4265.0, 4306.0, 4287.0, 4330.0, 4288.0, 4327.0, 4296.0, 4326.0, 4274.0, 4313.0, 4275.0, 4314.0, 4305.0, 4263.0, 4294.0, 4263.0, 4282.0, 4264.0, 4293.0, 4276.0, 4303.0, 4275.0, 4306.0, 4275.0, 4295.0, 4278.0, 4295.0, 4296.0, 4298.0, 4288.0, 4267.0, 4303.0, 4273.0, 4303.0, 4288.0, 4307.0, 4295.0, 4274.0, 4296.0, 4290.0, 4322.0, 4301.0, 4312.0, 4309.0, 4287.0, 4308.0, 4277.0, 4306.0, 4276.0, 4307.0, 4299.0, 4297.0, 4298.0, 4277.0, 4308.0, 4295.0, 4278.0, 4295.0, 4277.0, 4305.0, 4267.0, 4305.0, 4277.0, 4294.0, 4306.0, 4285.0, 4295.0, 4276.0, 4308.0, 4274.0, 4293.0, 4275.0, 4305.0, 4277.0, 4306.0, 4302.0, 4321.0, 4299.0, 4300.0, 4277.0, 4275.0, 4295.0, 4273.0, 4306.0, 4276.0, 4308.0, 4286.0, 4318.0, 4290.0, 4288.0, 4295.0, 4288.0, 4320.0, 4286.0, 4288.0, 4316.0, 4288.0, 4306.0, 4277.0, 4306.0, 4277.0, 4307.0, 4275.0, 4302.0, 4262.0, 4281.0, 4271.0, 4270.0, 4299.0, 4259.0, 4300.0, 4259.0, 4287.0, 4269.0, 4290.0, 4248.0, 4288.0, 4259.0, 4288.0, 4258.0, 4291.0, 4262.0, 4282.0, 4261.0, 4281.0, 4259.0, 4280.0, 4261.0, 4293.0, 4262.0, 4274.0, 4282.0, 4285.0, 4303.0, 4285.0, 4314.0, 4286.0, 4315.0, 4285.0, 4304.0, 4276.0, 4303.0, 4288.0, 4317.0, 4287.0, 4316.0, 4283.0, 4304.0, 4285.0, 4303.0, 4275.0, 4302.0, 4263.0, 4294.0, 4264.0, 4294.0, 4274.0, 4295.0, 4274.0, 4296.0, 4274.0, 4296.0, 4263.0, 4293.0, 4264.0, 4294.0, 4274.0, 4293.0, 4263.0, 4316.0, 4261.0, 4310.0, 4260.0, 4299.0, 4261.0, 4301.0, 4262.0, 4315.0, 4273.0, 4290.0, 4272.0, 4290.0, 4260.0, 4259.0, 4280.0, 4259.0, 4282.0, 4260.0, 4284.0, 4306.0, 4286.0, 4275.0, 4282.0, 4275.0, 4296.0, 4272.0, 4297.0, 4278.0, 4309.0, 4275.0, 4297.0, 4272.0, 4304.0, 4277.0, 4304.0, 4274.0, 4292.0, 4274.0, 4304.0, 4273.0, 4303.0, 4275.0, 4314.0, 4282.0, 4311.0, 4261.0, 4289.0, 4263.0, 4292.0, 4264.0, 4292.0, 4274.0, 4272.0, 4286.0, 4263.0, 4294.0, 4273.0, 4304.0, 4277.0], 'WindowWidth': [9611.0, 9573.0, 9546.0, 9536.0, 9532.0, 9496.0, 9509.0, 9495.0, 9529.0, 9484.0, 9520.0, 9477.0, 9514.0, 9495.0, 9520.0, 9493.0, 9520.0, 9499.0, 9522.0, 9502.0, 9523.0, 9498.0, 9518.0, 9480.0, 9507.0, 9477.0, 9509.0, 9476.0, 9504.0, 9478.0, 9507.0, 9491.0, 9498.0, 9479.0, 9507.0, 9482.0, 9496.0, 9501.0, 9495.0, 9492.0, 9515.0, 9520.0, 9513.0, 9536.0, 9499.0, 9523.0, 9494.0, 9537.0, 9520.0, 9535.0, 9512.0, 9523.0, 9475.0, 9507.0, 9481.0, 9523.0, 9491.0, 9505.0, 9520.0, 9494.0, 9529.0, 9478.0, 9529.0, 9492.0, 9545.0, 9477.0, 9517.0, 9482.0, 9529.0, 9481.0, 9517.0, 9498.0, 9521.0, 9499.0, 9518.0, 9494.0, 9519.0, 9474.0, 9514.0, 9472.0, 9506.0, 9538.0, 9478.0, 9555.0, 9498.0, 9540.0, 9456.0, 9478.0, 9470.0, 9494.0, 9471.0, 9514.0, 9473.0, 9520.0, 9477.0, 9504.0, 9477.0, 9515.0, 9478.0, 9493.0, 9487.0, 9515.0, 9496.0, 9524.0, 9500.0, 9528.0, 9516.0, 9542.0, 9496.0, 9539.0, 9497.0, 9553.0, 9494.0, 9521.0, 9478.0, 9526.0, 9475.0, 9518.0, 9478.0, 9520.0, 9492.0, 9516.0, 9475.0, 9476.0, 9506.0, 9500.0, 9536.0, 9517.0, 9534.0, 9535.0, 9518.0, 9531.0, 9513.0, 9536.0, 9492.0, 9534.0, 9495.0, 9551.0, 9486.0, 9529.0, 9489.0, 9527.0, 9472.0, 9527.0, 9488.0, 9497.0, 9487.0, 9495.0, 9536.0, 9503.0, 9541.0, 9516.0, 9540.0, 9519.0, 9545.0, 9522.0, 9577.0, 9500.0, 9549.0, 9499.0, 9547.0, 9479.0, 9526.0, 9490.0, 9557.0, 9520.0, 9576.0, 9531.0, 9501.0, 9510.0, 9498.0, 9534.0, 9491.0, 9502.0, 9509.0, 9488.0, 9516.0, 9490.0, 9531.0, 9490.0, 9519.0, 9473.0, 9503.0, 9468.0, 9491.0, 9462.0, 9496.0, 9464.0, 9502.0, 9476.0, 9521.0, 9539.0, 9522.0, 9483.0, 9467.0, 9443.0, 9464.0, 9452.0, 9400.0, 9452.0, 9417.0, 9476.0, 9433.0, 9476.0, 9442.0, 9482.0, 9444.0, 9471.0, 9428.0, 9505.0, 9482.0, 9539.0, 9505.0, 9538.0, 9467.0, 9498.0, 9444.0, 9480.0, 9433.0, 9439.0, 9493.0, 9458.0, 9515.0, 9495.0, 9497.0, 9444.0, 9437.0, 9438.0, 9437.0, 9468.0, 9464.0, 9446.0, 9487.0, 9466.0, 9516.0, 9494.0, 9507.0, 9464.0, 9441.0, 9482.0, 9486.0, 9474.0, 9528.0, 9507.0, 9502.0, 9464.0, 9515.0, 9488.0, 9515.0, 9461.0, 9500.0, 9468.0, 9465.0, 9432.0, 9450.0, 9429.0, 9439.0, 9473.0, 9438.0, 9501.0, 9463.0, 9481.0, 9447.0, 9481.0, 9441.0, 9480.0, 9442.0, 9466.0, 9441.0, 9471.0, 9454.0, 9448.0, 9480.0, 9441.0, 9465.0, 9424.0, 9460.0, 9421.0, 9445.0, 9436.0, 9455.0, 9437.0, 9434.0, 9464.0, 9440.0, 9480.0, 9460.0, 9492.0, 9484.0, 9515.0, 9469.0, 9503.0, 9470.0, 9502.0, 9462.0, 9506.0, 9462.0, 9477.0, 9485.0, 9461.0, 9501.0, 9462.0, 9507.0, 9486.0, 9508.0, 9476.0, 9493.0, 9465.0, 9467.0, 9489.0, 9509.0, 9497.0, 9537.0, 9513.0, 9535.0, 9509.0, 9550.0, 9494.0, 9546.0, 9500.0, 9486.0, 9517.0, 9480.0, 9520.0, 9475.0, 9494.0, 9528.0, 9478.0, 9515.0, 9459.0, 9487.0, 9453.0, 9458.0, 9469.0, 9455.0, 9480.0, 9459.0, 9482.0, 9477.0, 9487.0, 9492.0, 9505.0, 9521.0, 9493.0, 9521.0, 9493.0, 9518.0, 9514.0, 9501.0, 9535.0, 9516.0, 9513.0, 9494.0, 9481.0, 9496.0, 9464.0, 9494.0, 9464.0, 9497.0, 9466.0, 9483.0, 9467.0, 9485.0, 9489.0, 9482.0, 9464.0, 9477.0, 9469.0, 9492.0, 9483.0, 9518.0, 9515.0, 9509.0, 9498.0, 9500.0, 9527.0, 9526.0, 9549.0, 9541.0, 9581.0, 9522.0, 9552.0, 9493.0, 9529.0, 9476.0, 9515.0, 9485.0, 9512.0, 9469.0, 9483.0, 9469.0, 9487.0, 9472.0, 9506.0, 9514.0, 9525.0, 9500.0, 9524.0, 9494.0, 9497.0, 9508.0, 9503.0, 9512.0, 9505.0, 9518.0, 9535.0, 9506.0, 9560.0, 9573.0, 9544.0, 9566.0, 9532.0, 9550.0, 9520.0, 9541.0, 9471.0, 9523.0, 9468.0, 9509.0, 9452.0, 9489.0, 9430.0, 9473.0, 9445.0, 9460.0, 9448.0, 9488.0, 9479.0, 9514.0, 9476.0, 9518.0, 9495.0, 9508.0, 9495.0, 9492.0, 9495.0, 9521.0, 9502.0, 9540.0, 9512.0, 9508.0, 9494.0, 9489.0, 9516.0, 9495.0, 9504.0, 9474.0, 9505.0, 9474.0, 9492.0, 9499.0, 9490.0, 9536.0, 9484.0, 9514.0, 9476.0, 9495.0, 9479.0, 9511.0, 9477.0, 9517.0, 9496.0, 9523.0, 9496.0, 9519.0, 9498.0, 9521.0, 9493.0, 9498.0, 9476.0, 9516.0, 9489.0, 9514.0, 9493.0, 9500.0, 9490.0, 9497.0, 9483.0, 9516.0, 9497.0, 9519.0, 9501.0, 9516.0, 9499.0, 9501.0, 9494.0, 9529.0, 9500.0, 9524.0, 9501.0, 9520.0, 9499.0, 9520.0, 9494.0, 9525.0, 9502.0, 9512.0, 9495.0, 9515.0, 9507.0, 9529.0, 9514.0, 9527.0, 9527.0, 9547.0, 9524.0, 9554.0, 9508.0, 9546.0, 9510.0, 9572.0, 9533.0, 9559.0, 9493.0, 9514.0, 9478.0, 9514.0, 9472.0, 9506.0, 9489.0, 9494.0, 9514.0, 9515.0, 9526.0, 9518.0, 9538.0, 9501.0, 9498.0, 9530.0, 9497.0, 9535.0, 9499.0, 9528.0, 9500.0, 9539.0, 9503.0, 9538.0, 9500.0, 9551.0, 9501.0, 9542.0, 9510.0, 9536.0, 9503.0, 9534.0, 9494.0, 9497.0, 9500.0, 9553.0, 9478.0, 9536.0, 9477.0, 9518.0, 9456.0, 9502.0, 9455.0, 9488.0, 9467.0, 9482.0, 9503.0, 9475.0, 9515.0, 9478.0, 9529.0, 9479.0, 9515.0, 9476.0, 9514.0, 9475.0, 9525.0, 9473.0, 9505.0, 9451.0, 9481.0, 9456.0, 9466.0, 9487.0, 9461.0, 9493.0, 9476.0, 9510.0, 9473.0, 9514.0, 9474.0, 9510.0, 9495.0, 9515.0, 9479.0, 9514.0, 9479.0, 9514.0, 9481.0, 9521.0, 9502.0, 9520.0, 9479.0, 9504.0, 9496.0, 9526.0, 9519.0, 9505.0, 9500.0, 9541.0, 9503.0, 9511.0, 9507.0, 9502.0, 9517.0, 9522.0, 9482.0, 9519.0, 9481.0, 9520.0, 9477.0, 9522.0, 9493.0, 9519.0, 9482.0, 9516.0, 9483.0, 9516.0, 9485.0, 9498.0, 9501.0, 9511.0, 9519.0, 9567.0, 9500.0, 9565.0, 9477.0, 9529.0, 9481.0, 9502.0, 9533.0, 9464.0, 9523.0, 9474.0, 9521.0, 9469.0, 9482.0, 9490.0, 9460.0, 9485.0, 9493.0, 9525.0, 9502.0, 9527.0, 9508.0, 9537.0, 9507.0, 9518.0, 9535.0, 9495.0, 9528.0, 9483.0, 9545.0, 9484.0, 9534.0, 9484.0, 9532.0, 9473.0, 9517.0, 9480.0, 9518.0, 9493.0, 9525.0, 9502.0, 9527.0, 9526.0, 9534.0, 9503.0, 9507.0, 9524.0, 9506.0, 9562.0, 9536.0, 9563.0, 9528.0, 9563.0, 9505.0, 9535.0, 9524.0, 9571.0, 9518.0, 9568.0, 9521.0, 9567.0, 9514.0, 9525.0, 9541.0, 9505.0, 9523.0, 9488.0, 9515.0, 9472.0, 9500.0, 9488.0, 9461.0, 9517.0, 9495.0, 9559.0, 9498.0, 9546.0, 9505.0, 9541.0, 9471.0, 9522.0, 9473.0, 9525.0, 9512.0, 9454.0, 9496.0, 9453.0, 9479.0, 9456.0, 9495.0, 9476.0, 9510.0, 9472.0, 9515.0, 9474.0, 9499.0, 9479.0, 9499.0, 9502.0, 9505.0, 9494.0, 9462.0, 9508.0, 9468.0, 9508.0, 9494.0, 9517.0, 9501.0, 9471.0, 9501.0, 9502.0, 9552.0, 9519.0, 9532.0, 9529.0, 9494.0, 9523.0, 9482.0, 9516.0, 9475.0, 9517.0, 9509.0, 9501.0, 9506.0, 9478.0, 9523.0, 9503.0, 9479.0, 9499.0, 9477.0, 9512.0, 9464.0, 9511.0, 9477.0, 9496.0, 9516.0, 9484.0, 9502.0, 9477.0, 9521.0, 9470.0, 9494.0, 9473.0, 9510.0, 9478.0, 9517.0, 9524.0, 9544.0, 9511.0, 9512.0, 9478.0, 9471.0, 9499.0, 9468.0, 9514.0, 9476.0, 9522.0, 9491.0, 9534.0, 9503.0, 9496.0, 9503.0, 9495.0, 9541.0, 9488.0, 9495.0, 9531.0, 9493.0, 9516.0, 9478.0, 9515.0, 9479.0, 9520.0, 9472.0, 9503.0, 9448.0, 9473.0, 9456.0, 9455.0, 9493.0, 9440.0, 9498.0, 9440.0, 9476.0, 9455.0, 9481.0, 9426.0, 9477.0, 9439.0, 9477.0, 9437.0, 9488.0, 9451.0, 9476.0, 9447.0, 9476.0, 9442.0, 9471.0, 9446.0, 9491.0, 9449.0, 9470.0, 9478.0, 9488.0, 9509.0, 9490.0, 9527.0, 9493.0, 9530.0, 9489.0, 9511.0, 9477.0, 9509.0, 9499.0, 9535.0, 9495.0, 9531.0, 9482.0, 9510.0, 9487.0, 9508.0, 9472.0, 9506.0, 9454.0, 9497.0, 9458.0, 9497.0, 9470.0, 9499.0, 9469.0, 9500.0, 9469.0, 9501.0, 9452.0, 9493.0, 9455.0, 9496.0, 9468.0, 9492.0, 9454.0, 9526.0, 9448.0, 9510.0, 9443.0, 9495.0, 9445.0, 9498.0, 9449.0, 9527.0, 9469.0, 9483.0, 9462.0, 9483.0, 9444.0, 9442.0, 9472.0, 9444.0, 9479.0, 9447.0, 9486.0, 9516.0, 9489.0, 9473.0, 9480.0, 9473.0, 9503.0, 9467.0, 9504.0, 9482.0, 9526.0, 9473.0, 9504.0, 9465.0, 9510.0, 9477.0, 9509.0, 9470.0, 9491.0, 9470.0, 9511.0, 9469.0, 9508.0, 9476.0, 9524.0, 9478.0, 9515.0, 9448.0, 9481.0, 9452.0, 9487.0, 9454.0, 9489.0, 9468.0, 9464.0, 9488.0, 9452.0, 9496.0, 9467.0, 9511.0, 9477.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.0005048537378114843</td></tr>
<tr><td colspan=3>aqi</td><td>0.025026061538461538</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.42249050279828</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2568130565292857</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9887352470607371</td></tr>
<tr><td colspan=3>efc</td><td>0.4444</td></tr>
<tr><td colspan=3>fber</td><td>8511.7168</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.0977513065206476</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>80</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>8.66738894907909</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3778938152188522</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3400525805724355</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.588721301916438</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.204907563167682</td></tr>
<tr><td colspan=3>gcor</td><td>0.0148136</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.009208919480443</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02677760273218155</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>923</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.9436540121646133</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.6999998092651367</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>31.4813</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>32.8108</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>147.0689</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>41.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>306808.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>692.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>314.6064</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.6204</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>554.4241</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3563.5641</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3762.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>69736.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1231.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4668.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>953.9308</td></tr>
<tr><td colspan=3>tsnr</td><td>39.76812451699516</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>