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

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

<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0107_ses-02_task-alignvideo_acq-mb8_run-04_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
<script>
var timestamp = Date.now()
function read_form() {
var ds = "<unset>";
var sub = "sub-0107_ses-02_task-alignvideo_acq-mb8_run-04_bold.nii.gz";
var artifacts = [];
$('#qcartifacts-group input:checked').each(function() {
artifacts.push($(this).attr('name'));
});
var rating = $('#qcslider').val();
var payload = {
'dataset': ds,
'subject': sub,
'rating': rating,
'artifacts': artifacts,
'time_sec': (Date.now() - timestamp) / 1000,
'confidence': $('#qcextra-confidence').val(),
'comments': $('#qcextra-comments').val()
};
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
$('#btn-download').attr('href', URL.createObjectURL(file));
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
return payload
};
function toggle_rating() {
if ($('#qcrating-menu').hasClass('d-none')) {
$('#qcrating-menu').removeClass('d-none');
$('#qcrating-toggler').prop('checked', true);
} else {
$('#qcrating-menu').addClass('d-none');
$('#qcrating-toggler').prop('checked', false);
}
};
$(window).on('load',function(){
var authorization = $('#btn-post').val()
if (authorization.includes("secret_token")) {
$('#btn-post').addClass('d-none');
};
timestamp = Date.now();
});
</script>
<style type="text/css">
/* The slider itself */
.slider {
-webkit-appearance: none; /* Override default CSS styles */
appearance: none;
margin-bottom: 8px;
margin-left: 10%;
width: 80%;
height: 5px; /* Specified height */
background: #d3d3d3; /* Grey background */
outline: none; /* Remove outline */
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
transition: opacity .2s;
}
/* Mouse-over effects */
.slider:hover {
opacity: 1; /* Fully shown on mouse-over */
}
.slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
.slider::-moz-range-thumb {
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
About
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="#errors">Errors</a></li>
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
</ul>
</li>
</ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>
<div id="Basic echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-04_session-02_subject-0107_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-0107/figures/sub-0107_ses-02_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0107/figures/sub-0107_ses-02_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0107/figures/sub-0107_ses-02_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-04_session-02_subject-0107_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-0107/figures/sub-0107_ses-02_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0107/figures/sub-0107_ses-02_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0107/figures/sub-0107_ses-02_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-04_session-02_subject-0107_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-0107/figures/sub-0107_ses-02_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0107/figures/sub-0107_ses-02_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0107/figures/sub-0107_ses-02_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-04_session-02_subject-0107_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-0107/figures/sub-0107_ses-02_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0107/figures/sub-0107_ses-02_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0107/figures/sub-0107_ses-02_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg</a></small>
</div>
</div>
<div id="Extended echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-mean_run-04_session-02_subject-0107_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-0107/figures/sub-0107_ses-02_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0107/figures/sub-0107_ses-02_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0107/figures/sub-0107_ses-02_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg</a></small>
</div>
</div>
<div id="Extended reports shared across echos" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-04_session-02_subject-0107_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-0107/figures/sub-0107_ses-02_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0107/figures/sub-0107_ses-02_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0107/figures/sub-0107_ses-02_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-04_session-02_subject-0107_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-0107/figures/sub-0107_ses-02_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0107/figures/sub-0107_ses-02_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0107/figures/sub-0107_ses-02_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0107/figures/sub-0107_ses-02_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg</a></small>
</div>
</div>
<div id="About" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">About</h1>
<div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
</div>
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p> <div class="accordion accordion-flush" id="about-metadata">
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-0">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
Provenance Information
</button>
</h2>
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0107/ses-02/func/sub-0107_ses-02_task-alignvideo_acq-mb8_run-04_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>5c10c7cf43ef73eb841704c010604e3a</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>16:11:18.727500</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.997015, 0.0535855, 0.0555789, -0.0503321, 0.997025, -0.0583719]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-04_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0863689</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-04_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>34</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4217, -7791, -7256, 411, -138, -133, 43, 39]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>239.551</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>de438b85-f2ce-403f-a33e-e81ab8795875||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.674919366836548, -0.13503730297088623, 0.15806183218955994, 115.65315246582031], [-0.14376600086688995, 2.674945831298828, -0.14958086609840393, -94.61112213134766], [0.14911401271820068, 0.15660764276981354, 2.691215753555298, -92.7389907836914], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>reorient_transform</td><td>[[0.0, -1.0, 0.0, 81.0], [1.0, 0.0, 0.0, 0.0], [0.0, 0.0, 1.0, 0.0], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>shape</td><td>[82, 82, 56, 914]</td></tr>
<tr><td>dcmmeta</td><td>slice_dim</td><td>2</td></tr>
<tr><td>dcmmeta</td><td>version</td><td>0.6</td></tr>
<tr><td colspan=2>time</td><td>{'samples': {'AcquisitionNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914], 'AcquisitionTime': ['161118.727500', '161119.187500', '161119.647500', '161120.107500', '161120.567500', '161121.027500', '161121.487500', '161121.947500', '161122.407500', '161122.867500', '161123.327500', '161123.787500', '161124.247500', '161124.707500', '161125.167500', '161125.627500', '161126.087500', '161126.547500', '161127.007500', '161127.467500', '161127.927500', '161128.387500', '161128.847500', '161129.307500', '161129.767500', '161130.227500', '161130.687500', '161131.147500', '161131.607500', '161132.067500', '161132.527500', '161132.987500', '161133.447500', '161133.907500', '161134.367500', '161134.827500', '161135.287500', '161135.747500', '161136.207500', '161136.667500', '161137.127500', '161137.587500', '161138.047500', '161138.507500', '161138.967500', '161139.427500', '161139.887500', '161140.347500', '161140.807500', '161141.267500', '161141.727500', '161142.187500', '161142.647500', '161143.107500', '161143.567500', '161144.027500', '161144.487500', '161144.947500', '161145.407500', '161145.867500', '161146.327500', '161146.787500', '161147.247500', '161147.707500', '161148.167500', '161148.627500', '161149.087500', '161149.547500', '161150.007500', '161150.467500', '161150.927500', '161151.387500', '161151.847500', '161152.307500', '161152.767500', '161153.227500', '161153.687500', '161154.147500', '161154.607500', '161155.067500', '161155.527500', '161155.987500', '161156.447500', '161156.907500', '161157.367500', '161157.827500', '161158.287500', '161158.747500', '161159.207500', '161159.667500', '161200.127500', '161200.587500', '161201.047500', '161201.507500', '161201.967500', '161202.427500', '161202.887500', '161203.347500', '161203.807500', '161204.267500', '161204.727500', '161205.187500', '161205.647500', '161206.107500', '161206.567500', '161207.027500', '161207.487500', '161207.947500', '161208.407500', '161208.867500', '161209.327500', '161209.787500', '161210.247500', '161210.707500', '161211.167500', '161211.627500', '161212.087500', '161212.547500', '161213.007500', '161213.467500', '161213.927500', '161214.387500', '161214.847500', '161215.307500', '161215.767500', '161216.227500', '161216.687500', '161217.147500', '161217.607500', '161218.067500', '161218.527500', '161218.987500', '161219.447500', '161219.907500', '161220.367500', '161220.827500', '161221.287500', '161221.747500', '161222.207500', '161222.667500', '161223.127500', '161223.587500', '161224.047500', '161224.507500', '161224.967500', '161225.427500', '161225.887500', '161226.347500', '161226.807500', '161227.267500', '161227.727500', '161228.187500', '161228.647500', '161229.107500', '161229.567500', '161230.027500', '161230.487500', '161230.947500', '161231.407500', '161231.867500', '161232.327500', '161232.787500', '161233.247500', '161233.707500', '161234.167500', '161234.627500', '161235.087500', '161235.547500', '161236.007500', '161236.467500', '161236.927500', '161237.387500', '161237.847500', '161238.307500', '161238.767500', '161239.227500', '161239.687500', '161240.147500', '161240.607500', '161241.067500', '161241.527500', '161241.987500', '161242.447500', '161242.907500', '161243.367500', '161243.827500', '161244.287500', '161244.747500', '161245.207500', '161245.667500', '161246.127500', '161246.587500', '161247.047500', '161247.507500', '161247.967500', '161248.427500', '161248.887500', '161249.347500', '161249.807500', '161250.267500', '161250.727500', '161251.187500', '161251.647500', '161252.107500', '161252.567500', '161253.027500', '161253.487500', '161253.947500', '161254.407500', '161254.867500', '161255.327500', '161255.787500', '161256.247500', '161256.707500', '161257.167500', '161257.627500', '161258.087500', '161258.547500', '161259.007500', '161259.467500', '161259.927500', '161300.387500', '161300.847500', '161301.307500', '161301.767500', '161302.227500', '161302.687500', '161303.147500', '161303.607500', '161304.067500', '161304.527500', '161304.987500', '161305.447500', '161305.907500', '161306.367500', '161306.827500', '161307.287500', '161307.747500', '161308.207500', '161308.667500', '161309.127500', '161309.587500', '161310.047500', '161310.507500', '161310.967500', '161311.427500', '161311.887500', '161312.347500', '161312.807500', '161313.267500', '161313.727500', '161314.187500', '161314.647500', '161315.107500', '161315.567500', '161316.027500', '161316.487500', '161316.947500', '161317.407500', '161317.867500', '161318.327500', '161318.787500', '161319.247500', '161319.707500', '161320.167500', '161320.627500', '161321.087500', '161321.547500', '161322.007500', '161322.467500', '161322.927500', '161323.387500', '161323.847500', '161324.307500', '161324.767500', '161325.227500', '161325.687500', '161326.147500', '161326.607500', '161327.067500', '161327.527500', '161327.987500', '161328.447500', '161328.907500', '161329.367500', '161329.827500', '161330.287500', '161330.747500', '161331.207500', '161331.667500', '161332.127500', '161332.587500', '161333.047500', '161333.507500', '161333.967500', '161334.427500', '161334.887500', '161335.347500', '161335.807500', '161336.267500', '161336.727500', '161337.187500', '161337.647500', '161338.107500', '161338.567500', '161339.027500', '161339.487500', '161339.947500', '161340.407500', '161340.867500', '161341.327500', '161341.787500', '161342.247500', '161342.707500', '161343.167500', '161343.627500', '161344.087500', '161344.547500', '161345.007500', '161345.467500', '161345.927500', '161346.387500', '161346.847500', '161347.307500', '161347.767500', '161348.227500', '161348.687500', '161349.147500', '161349.607500', '161350.067500', '161350.527500', '161350.987500', '161351.447500', '161351.907500', '161352.367500', '161352.827500', '161353.287500', '161353.747500', '161354.207500', '161354.667500', '161355.127500', '161355.587500', '161356.047500', '161356.507500', '161356.967500', '161357.427500', '161357.887500', '161358.347500', '161358.807500', '161359.267500', '161359.727500', '161400.187500', '161400.647500', '161401.107500', '161401.567500', '161402.027500', '161402.487500', '161402.947500', '161403.407500', '161403.867500', '161404.327500', '161404.787500', '161405.247500', '161405.707500', '161406.167500', '161406.627500', '161407.087500', '161407.547500', '161408.007500', '161408.467500', '161408.927500', '161409.387500', '161409.847500', '161410.307500', '161410.767500', '161411.227500', '161411.687500', '161412.147500', '161412.607500', '161413.067500', '161413.527500', '161413.987500', '161414.447500', '161414.907500', '161415.367500', '161415.827500', '161416.287500', '161416.747500', '161417.207500', '161417.667500', '161418.127500', '161418.587500', '161419.047500', '161419.507500', '161419.967500', '161420.427500', '161420.887500', '161421.347500', '161421.807500', '161422.267500', '161422.727500', '161423.187500', '161423.647500', '161424.107500', '161424.567500', '161425.027500', '161425.487500', '161425.947500', '161426.407500', '161426.867500', '161427.327500', '161427.787500', '161428.247500', '161428.707500', '161429.167500', '161429.627500', '161430.087500', '161430.547500', '161431.007500', '161431.467500', '161431.927500', '161432.387500', '161432.847500', '161433.307500', '161433.767500', '161434.227500', '161434.687500', '161435.147500', '161435.607500', '161436.067500', '161436.527500', '161436.987500', '161437.447500', '161437.907500', '161438.367500', '161438.827500', '161439.287500', '161439.747500', '161440.207500', '161440.667500', '161441.127500', '161441.587500', '161442.047500', '161442.507500', '161442.967500', '161443.427500', '161443.887500', '161444.347500', '161444.807500', '161445.267500', '161445.727500', '161446.187500', '161446.647500', '161447.107500', '161447.567500', '161448.027500', '161448.487500', '161448.947500', '161449.407500', '161449.867500', '161450.327500', '161450.787500', '161451.247500', '161451.707500', '161452.167500', '161452.627500', '161453.087500', '161453.547500', '161454.007500', '161454.467500', '161454.927500', '161455.387500', '161455.847500', '161456.307500', '161456.767500', '161457.227500', '161457.687500', '161458.147500', '161458.607500', '161459.067500', '161459.527500', '161459.987500', '161500.447500', '161500.907500', '161501.367500', '161501.827500', '161502.287500', '161502.747500', '161503.207500', '161503.667500', '161504.127500', '161504.587500', '161505.047500', '161505.507500', '161505.967500', '161506.427500', '161506.887500', '161507.347500', '161507.807500', '161508.267500', '161508.727500', '161509.187500', '161509.647500', '161510.107500', '161510.567500', '161511.027500', '161511.487500', '161511.947500', '161512.407500', '161512.867500', '161513.327500', '161513.787500', '161514.247500', '161514.707500', '161515.167500', '161515.627500', '161516.087500', '161516.547500', '161517.007500', '161517.467500', '161517.927500', '161518.387500', '161518.847500', '161519.307500', '161519.767500', '161520.227500', '161520.687500', '161521.147500', '161521.607500', '161522.067500', '161522.527500', '161522.987500', '161523.447500', '161523.907500', '161524.367500', '161524.827500', '161525.287500', '161525.747500', '161526.207500', '161526.667500', '161527.127500', '161527.587500', '161528.047500', '161528.507500', '161528.967500', '161529.427500', '161529.887500', '161530.347500', '161530.807500', '161531.267500', '161531.727500', '161532.187500', '161532.647500', '161533.107500', '161533.567500', '161534.027500', '161534.487500', '161534.947500', '161535.407500', '161535.867500', '161536.327500', '161536.787500', '161537.247500', '161537.707500', '161538.167500', '161538.627500', '161539.087500', '161539.547500', '161540.007500', '161540.467500', '161540.927500', '161541.387500', '161541.847500', '161542.307500', '161542.767500', '161543.227500', '161543.687500', '161544.147500', '161544.607500', '161545.067500', '161545.527500', '161545.987500', '161546.447500', '161546.907500', '161547.367500', '161547.827500', '161548.287500', '161548.747500', '161549.207500', '161549.667500', '161550.127500', '161550.587500', '161551.047500', '161551.507500', '161551.967500', '161552.427500', '161552.887500', '161553.347500', '161553.807500', '161554.267500', '161554.727500', '161555.187500', '161555.647500', '161556.107500', '161556.567500', '161557.027500', '161557.487500', '161557.947500', '161558.407500', '161558.867500', '161559.327500', '161559.787500', '161600.247500', '161600.707500', '161601.167500', '161601.627500', '161602.087500', '161602.547500', '161603.007500', '161603.467500', '161603.927500', '161604.387500', '161604.847500', '161605.307500', '161605.767500', '161606.227500', '161606.687500', '161607.147500', '161607.607500', '161608.067500', '161608.527500', '161608.987500', '161609.447500', '161609.907500', '161610.367500', '161610.827500', '161611.287500', '161611.747500', '161612.207500', '161612.667500', '161613.127500', '161613.587500', '161614.047500', '161614.507500', '161614.967500', '161615.427500', '161615.887500', '161616.347500', '161616.807500', '161617.267500', '161617.727500', '161618.187500', '161618.647500', '161619.107500', '161619.567500', '161620.027500', '161620.487500', '161620.947500', '161621.407500', '161621.867500', '161622.327500', '161622.787500', '161623.247500', '161623.707500', '161624.167500', '161624.627500', '161625.087500', '161625.547500', '161626.007500', '161626.467500', '161626.927500', '161627.387500', '161627.847500', '161628.307500', '161628.767500', '161629.227500', '161629.687500', '161630.147500', '161630.607500', '161631.067500', '161631.527500', '161631.987500', '161632.447500', '161632.907500', '161633.367500', '161633.827500', '161634.287500', '161634.747500', '161635.207500', '161635.667500', '161636.127500', '161636.587500', '161637.047500', '161637.507500', '161637.967500', '161638.427500', '161638.887500', '161639.347500', '161639.807500', '161640.267500', '161640.727500', '161641.187500', '161641.647500', '161642.107500', '161642.567500', '161643.027500', '161643.487500', '161643.947500', '161644.407500', '161644.867500', '161645.327500', '161645.787500', '161646.247500', '161646.707500', '161647.167500', '161647.627500', '161648.087500', '161648.547500', '161649.007500', '161649.467500', '161649.927500', '161650.387500', '161650.847500', '161651.307500', '161651.767500', '161652.227500', '161652.687500', '161653.147500', '161653.607500', '161654.067500', '161654.527500', '161654.987500', '161655.447500', '161655.907500', '161656.367500', '161656.827500', '161657.287500', '161657.747500', '161658.207500', '161658.667500', '161659.127500', '161659.587500', '161700.047500', '161700.507500', '161700.967500', '161701.427500', '161701.887500', '161702.347500', '161702.807500', '161703.267500', '161703.727500', '161704.187500', '161704.647500', '161705.107500', '161705.567500', '161706.027500', '161706.487500', '161706.947500', '161707.407500', '161707.867500', '161708.327500', '161708.787500', '161709.247500', '161709.707500', '161710.167500', '161710.627500', '161711.087500', '161711.547500', '161712.007500', '161712.467500', '161712.927500', '161713.387500', '161713.847500', '161714.307500', '161714.767500', '161715.227500', '161715.687500', '161716.147500', '161716.607500', '161717.067500', '161717.527500', '161717.987500', '161718.447500', '161718.907500', '161719.367500', '161719.827500', '161720.287500', '161720.747500', '161721.207500', '161721.667500', '161722.127500', '161722.587500', '161723.047500', '161723.507500', '161723.967500', '161724.427500', '161724.887500', '161725.347500', '161725.807500', '161726.267500', '161726.727500', '161727.187500', '161727.647500', '161728.107500', '161728.567500', '161729.027500', '161729.487500', '161729.947500', '161730.407500', '161730.867500', '161731.327500', '161731.787500', '161732.247500', '161732.707500', '161733.167500', '161733.627500', '161734.087500', '161734.547500', '161735.007500', '161735.467500', '161735.927500', '161736.387500', '161736.847500', '161737.307500', '161737.767500', '161738.227500', '161738.687500', '161739.147500', '161739.607500', '161740.067500', '161740.527500', '161740.987500', '161741.447500', '161741.907500', '161742.367500', '161742.827500', '161743.287500', '161743.747500', '161744.207500', '161744.667500', '161745.127500', '161745.587500', '161746.047500', '161746.507500', '161746.967500', '161747.427500', '161747.887500', '161748.347500', '161748.807500', '161749.267500', '161749.727500', '161750.187500', '161750.647500', '161751.107500', '161751.567500', '161752.027500', '161752.487500', '161752.947500', '161753.407500', '161753.867500', '161754.327500', '161754.787500', '161755.247500', '161755.707500', '161756.167500', '161756.627500', '161757.087500', '161757.547500', '161758.007500', '161758.467500', '161758.927500', '161759.387500', '161759.847500', '161800.307500', '161800.767500', '161801.227500', '161801.687500', '161802.147500', '161802.607500', '161803.067500', '161803.527500', '161803.987500', '161804.447500', '161804.907500', '161805.367500', '161805.827500', '161806.287500', '161806.747500', '161807.207500', '161807.667500', '161808.127500', '161808.587500', '161809.047500', '161809.507500', '161809.967500', '161810.427500', '161810.887500', '161811.347500', '161811.807500', '161812.267500', '161812.727500', '161813.187500', '161813.647500', '161814.107500', '161814.567500', '161815.027500', '161815.487500', '161815.947500', '161816.407500', '161816.867500', '161817.327500', '161817.787500', '161818.247500', '161818.707500'], 'ContentTime': ['161131.884000', '161131.887000', '161131.890000', '161131.893000', '161131.903000', '161131.906000', '161131.909000', '161131.912000', '161131.914000', '161131.917000', '161131.920000', '161131.922000', '161131.925000', '161131.928000', '161131.930000', '161131.933000', '161131.935000', '161131.938000', '161131.940000', '161131.943000', '161131.946000', '161131.948000', '161131.951000', '161131.953000', '161131.956000', '161131.958000', '161151.853000', '161151.856000', '161151.859000', '161151.861000', '161151.864000', '161151.867000', '161151.869000', '161151.872000', '161151.874000', '161151.877000', '161151.879000', '161151.882000', '161151.885000', '161151.887000', '161151.890000', '161151.892000', '161151.895000', '161151.897000', '161151.900000', '161151.902000', '161151.905000', '161151.908000', '161151.910000', '161151.913000', '161151.915000', '161151.918000', '161151.920000', '161151.923000', '161151.926000', '161151.928000', '161151.931000', '161151.934000', '161151.936000', '161151.939000', '161151.941000', '161151.944000', '161151.947000', '161151.949000', '161151.956000', '161151.958000', '161151.961000', '161151.964000', '161151.966000', '161151.978000', '161211.851000', '161211.854000', '161211.857000', '161211.859000', '161211.862000', '161211.864000', '161211.868000', '161211.871000', '161211.873000', '161211.876000', '161211.878000', '161211.881000', '161211.888000', '161211.891000', '161211.894000', '161211.896000', '161211.899000', '161211.901000', '161211.904000', '161211.907000', '161211.909000', '161211.912000', '161211.914000', '161211.917000', '161211.920000', '161211.922000', '161211.925000', '161211.928000', '161211.930000', '161211.933000', '161211.936000', '161211.938000', '161211.941000', '161211.944000', '161211.946000', '161211.949000', '161211.951000', '161211.954000', '161211.957000', '161211.959000', '161211.962000', '161211.964000', '161211.967000', '161211.969000', '161231.851000', '161231.855000', '161231.858000', '161231.860000', '161231.863000', '161231.865000', '161231.868000', '161231.871000', '161231.873000', '161231.876000', '161231.878000', '161231.881000', '161231.884000', '161231.886000', '161231.889000', '161231.891000', '161231.894000', '161231.897000', '161231.899000', '161231.902000', '161231.904000', '161231.907000', '161231.910000', '161231.912000', '161231.915000', '161231.917000', '161231.920000', '161231.923000', '161231.925000', '161231.928000', '161231.930000', '161231.933000', '161231.936000', '161231.938000', '161231.941000', '161231.943000', '161231.946000', '161231.948000', '161231.951000', '161231.954000', '161231.956000', '161231.959000', '161231.962000', '161251.852000', '161251.855000', '161251.857000', '161251.860000', '161251.862000', '161251.865000', '161251.868000', '161251.871000', '161251.873000', '161251.876000', '161251.879000', '161251.883000', '161251.886000', '161251.888000', '161251.891000', '161251.894000', '161251.896000', '161251.899000', '161251.902000', '161251.907000', '161251.909000', '161251.912000', '161251.915000', '161251.918000', '161251.920000', '161251.923000', '161251.926000', '161251.928000', '161251.931000', '161251.933000', '161251.936000', '161251.939000', '161251.941000', '161251.944000', '161251.947000', '161251.949000', '161251.952000', '161251.954000', '161251.957000', '161251.960000', '161251.962000', '161251.965000', '161251.968000', '161311.852000', '161311.855000', '161311.858000', '161311.860000', '161311.863000', '161311.866000', '161311.869000', '161311.871000', '161311.874000', '161311.876000', '161311.879000', '161311.882000', '161311.884000', '161311.887000', '161311.890000', '161311.892000', '161311.895000', '161311.898000', '161311.900000', '161311.903000', '161311.905000', '161311.908000', '161311.911000', '161311.914000', '161311.916000', '161311.919000', '161311.922000', '161311.924000', '161311.927000', '161311.930000', '161311.932000', '161311.935000', '161311.937000', '161311.940000', '161311.942000', '161311.945000', '161311.948000', '161311.950000', '161311.953000', '161311.955000', '161311.958000', '161311.961000', '161311.963000', '161311.966000', '161331.850000', '161331.853000', '161331.856000', '161331.858000', '161331.861000', '161331.864000', '161331.866000', '161331.869000', '161331.872000', '161331.874000', '161331.877000', '161331.880000', '161331.882000', '161331.885000', '161331.888000', '161331.890000', '161331.893000', '161331.896000', '161331.898000', '161331.901000', '161331.904000', '161331.907000', '161331.911000', '161331.913000', '161331.916000', '161331.919000', '161331.921000', '161331.924000', '161331.926000', '161331.929000', '161331.932000', '161331.934000', '161331.937000', '161331.940000', '161331.942000', '161331.945000', '161331.948000', '161331.950000', '161331.964000', '161331.967000', '161331.969000', '161331.972000', '161331.975000', '161351.850000', '161351.853000', '161351.856000', '161351.859000', '161351.861000', '161351.864000', '161351.867000', '161351.869000', '161351.872000', '161351.875000', '161351.877000', '161351.880000', '161351.883000', '161351.885000', '161351.888000', '161351.891000', '161351.893000', '161351.896000', '161351.898000', '161351.901000', '161351.904000', '161351.907000', '161351.909000', '161351.912000', '161351.914000', '161351.917000', '161351.920000', '161351.922000', '161351.925000', '161351.927000', '161351.930000', '161351.933000', '161351.935000', '161351.938000', '161351.941000', '161351.943000', '161351.946000', '161351.949000', '161351.952000', '161351.954000', '161351.957000', '161351.960000', '161351.962000', '161351.965000', '161411.851000', '161411.854000', '161411.857000', '161411.859000', '161411.878000', '161411.880000', '161411.883000', '161411.886000', '161411.888000', '161411.898000', '161411.900000', '161411.903000', '161411.906000', '161411.908000', '161411.911000', '161411.914000', '161411.916000', '161411.919000', '161411.922000', '161411.924000', '161411.927000', '161411.930000', '161411.932000', '161411.935000', '161411.938000', '161411.940000', '161411.943000', '161411.946000', '161411.948000', '161411.951000', '161411.954000', '161411.957000', '161411.959000', '161411.962000', '161411.965000', '161411.967000', '161411.970000', '161411.973000', '161411.976000', '161411.978000', '161411.981000', '161411.984000', '161411.987000', '161431.851000', '161431.854000', '161431.857000', '161431.860000', '161431.862000', '161431.865000', '161431.868000', '161431.870000', '161431.873000', '161431.876000', '161431.878000', '161431.881000', '161431.884000', '161431.886000', '161431.889000', '161431.892000', '161431.894000', '161431.897000', '161431.899000', '161431.902000', '161431.905000', '161431.907000', '161431.910000', '161431.913000', '161431.915000', '161431.918000', '161431.920000', '161431.923000', '161431.926000', '161431.928000', '161431.931000', '161431.933000', '161431.936000', '161431.939000', '161431.941000', '161431.944000', '161431.946000', '161431.949000', '161431.952000', '161431.954000', '161431.957000', '161431.959000', '161431.962000', '161431.965000', '161451.852000', '161452.031000', '161452.033000', '161452.036000', '161452.039000', '161452.041000', '161452.044000', '161452.047000', '161452.049000', '161452.052000', '161452.054000', '161452.057000', '161452.060000', '161452.062000', '161452.065000', '161452.068000', '161452.070000', '161452.073000', '161452.076000', '161452.078000', '161452.081000', '161452.083000', '161452.086000', '161452.089000', '161452.091000', '161452.094000', '161452.096000', '161452.099000', '161452.102000', '161452.104000', '161452.107000', '161452.109000', '161452.112000', '161452.115000', '161452.117000', '161452.120000', '161452.123000', '161452.148000', '161452.151000', '161452.154000', '161452.156000', '161452.159000', '161452.162000', '161511.852000', '161511.868000', '161511.870000', '161511.873000', '161511.875000', '161511.878000', '161511.881000', '161511.883000', '161511.886000', '161511.889000', '161511.891000', '161511.894000', '161511.902000', '161511.904000', '161511.907000', '161511.910000', '161511.912000', '161511.915000', '161511.922000', '161511.925000', '161511.960000', '161511.963000', '161511.966000', '161511.969000', '161511.971000', '161511.974000', '161511.977000', '161511.979000', '161511.982000', '161511.984000', '161511.987000', '161511.990000', '161511.992000', '161511.995000', '161511.998000', '161512.001000', '161512.004000', '161512.007000', '161512.009000', '161512.012000', '161512.015000', '161512.017000', '161512.020000', '161512.023000', '161531.850000', '161531.853000', '161531.856000', '161531.858000', '161531.861000', '161531.864000', '161531.866000', '161531.869000', '161531.872000', '161531.874000', '161531.877000', '161531.879000', '161531.890000', '161531.892000', '161531.895000', '161531.898000', '161531.901000', '161531.903000', '161531.906000', '161531.908000', '161531.911000', '161531.914000', '161531.916000', '161531.919000', '161531.922000', '161531.924000', '161531.927000', '161531.929000', '161531.932000', '161531.935000', '161531.937000', '161531.940000', '161531.943000', '161531.945000', '161531.948000', '161531.951000', '161531.953000', '161531.956000', '161531.959000', '161531.961000', '161531.964000', '161531.967000', '161531.969000', '161551.851000', '161551.880000', '161551.883000', '161551.885000', '161551.888000', '161551.891000', '161551.893000', '161551.896000', '161551.899000', '161551.901000', '161551.904000', '161551.906000', '161551.909000', '161551.912000', '161551.914000', '161551.917000', '161551.919000', '161551.922000', '161551.925000', '161551.927000', '161551.930000', '161551.933000', '161551.935000', '161551.938000', '161551.940000', '161551.943000', '161551.945000', '161551.948000', '161551.951000', '161551.954000', '161551.956000', '161551.959000', '161551.962000', '161551.964000', '161551.967000', '161551.970000', '161551.972000', '161551.975000', '161551.978000', '161551.980000', '161551.983000', '161551.986000', '161551.988000', '161551.991000', '161611.851000', '161611.869000', '161611.871000', '161611.874000', '161611.876000', '161611.879000', '161611.882000', '161611.884000', '161611.887000', '161611.889000', '161611.892000', '161611.895000', '161611.897000', '161611.900000', '161611.903000', '161611.905000', '161611.908000', '161611.910000', '161611.913000', '161611.916000', '161611.918000', '161611.921000', '161611.923000', '161611.926000', '161611.929000', '161611.931000', '161611.934000', '161611.937000', '161611.939000', '161611.942000', '161611.944000', '161611.947000', '161611.950000', '161611.952000', '161611.955000', '161611.958000', '161611.960000', '161611.963000', '161611.965000', '161611.968000', '161611.970000', '161611.973000', '161611.976000', '161631.851000', '161631.854000', '161631.857000', '161631.860000', '161631.862000', '161631.865000', '161631.867000', '161631.870000', '161631.873000', '161631.875000', '161631.878000', '161631.880000', '161631.883000', '161631.886000', '161631.888000', '161631.891000', '161631.894000', '161631.896000', '161631.899000', '161631.902000', '161631.904000', '161631.907000', '161631.909000', '161631.912000', '161631.915000', '161631.917000', '161631.920000', '161631.924000', '161631.927000', '161631.930000', '161631.932000', '161631.949000', '161631.952000', '161631.954000', '161631.957000', '161631.959000', '161631.962000', '161631.965000', '161631.967000', '161631.970000', '161631.972000', '161631.975000', '161631.978000', '161631.980000', '161651.852000', '161651.880000', '161651.883000', '161651.885000', '161651.888000', '161651.890000', '161651.893000', '161651.896000', '161651.899000', '161651.901000', '161651.904000', '161651.906000', '161651.909000', '161651.912000', '161651.915000', '161651.917000', '161651.920000', '161651.922000', '161651.925000', '161651.928000', '161651.930000', '161651.933000', '161651.936000', '161651.938000', '161651.941000', '161651.944000', '161651.947000', '161651.949000', '161651.952000', '161651.954000', '161651.957000', '161651.960000', '161651.962000', '161651.965000', '161651.968000', '161651.970000', '161651.973000', '161651.976000', '161651.978000', '161651.981000', '161651.983000', '161651.986000', '161651.989000', '161711.851000', '161711.872000', '161711.875000', '161711.878000', '161711.880000', '161711.883000', '161711.885000', '161711.888000', '161711.891000', '161711.893000', '161711.896000', '161711.898000', '161711.901000', '161711.904000', '161711.906000', '161711.909000', '161711.911000', '161711.914000', '161711.917000', '161711.919000', '161711.922000', '161711.925000', '161711.927000', '161711.930000', '161711.933000', '161711.935000', '161711.938000', '161711.941000', '161711.943000', '161711.946000', '161711.949000', '161711.951000', '161711.954000', '161711.956000', '161711.959000', '161711.962000', '161711.964000', '161711.967000', '161711.969000', '161711.972000', '161711.974000', '161711.977000', '161711.980000', '161711.982000', '161731.852000', '161731.855000', '161731.858000', '161731.860000', '161731.863000', '161731.866000', '161731.868000', '161731.871000', '161731.873000', '161731.876000', '161731.878000', '161731.881000', '161731.884000', '161731.886000', '161731.889000', '161731.892000', '161731.894000', '161731.897000', '161731.900000', '161731.902000', '161731.905000', '161731.908000', '161731.910000', '161731.913000', '161731.915000', '161731.918000', '161731.921000', '161731.923000', '161731.926000', '161731.929000', '161731.931000', '161731.934000', '161731.937000', '161731.939000', '161731.942000', '161731.945000', '161731.947000', '161731.950000', '161731.953000', '161731.955000', '161731.958000', '161731.960000', '161731.963000', '161751.851000', '161751.871000', '161751.874000', '161751.876000', '161751.879000', '161751.882000', '161751.884000', '161751.887000', '161751.889000', '161751.892000', '161751.895000', '161751.897000', '161751.900000', '161751.902000', '161751.905000', '161751.908000', '161751.910000', '161751.913000', '161751.915000', '161751.918000', '161751.921000', '161751.923000', '161751.926000', '161751.928000', '161751.931000', '161751.934000', '161751.936000', '161751.939000', '161751.941000', '161751.944000', '161751.947000', '161751.949000', '161751.952000', '161751.954000', '161751.957000', '161751.960000', '161751.962000', '161751.965000', '161751.967000', '161751.970000', '161751.973000', '161751.975000', '161751.986000', '161751.989000', '161811.851000', '161811.853000', '161811.856000', '161811.859000', '161811.861000', '161811.864000', '161811.866000', '161811.869000', '161811.871000', '161811.874000', '161811.877000', '161811.879000', '161811.882000', '161811.885000', '161811.887000', '161811.890000', '161811.900000', '161811.903000', '161811.905000', '161811.908000', '161811.910000', '161811.913000', '161811.915000', '161811.918000', '161811.921000', '161811.923000', '161811.926000', '161811.928000', '161811.931000', '161811.934000', '161811.936000', '161811.939000', '161811.941000', '161811.944000', '161811.946000', '161811.949000', '161811.952000', '161811.954000', '161811.957000', '161811.960000', '161811.962000', '161811.965000', '161811.967000', '161819.812000', '161819.815000', '161819.818000', '161819.820000', '161819.823000', '161819.826000', '161819.829000', '161819.832000', '161819.835000', '161819.838000', '161819.841000', '161819.844000', '161819.847000', '161819.850000', '161819.852000', '161819.855000', '161819.857000', '161819.860000'], 'InstanceCreationTime': ['161131.884000', '161131.887000', '161131.890000', '161131.893000', '161131.903000', '161131.906000', '161131.909000', '161131.912000', '161131.914000', '161131.917000', '161131.920000', '161131.922000', '161131.925000', '161131.928000', '161131.930000', '161131.933000', '161131.935000', '161131.938000', '161131.940000', '161131.943000', '161131.946000', '161131.948000', '161131.951000', '161131.953000', '161131.956000', '161131.958000', '161151.853000', '161151.856000', '161151.859000', '161151.861000', '161151.864000', '161151.867000', '161151.869000', '161151.872000', '161151.874000', '161151.877000', '161151.879000', '161151.882000', '161151.885000', '161151.887000', '161151.890000', '161151.892000', '161151.895000', '161151.897000', '161151.900000', '161151.902000', '161151.905000', '161151.908000', '161151.910000', '161151.913000', '161151.915000', '161151.918000', '161151.920000', '161151.923000', '161151.926000', '161151.928000', '161151.931000', '161151.934000', '161151.936000', '161151.939000', '161151.941000', '161151.944000', '161151.947000', '161151.949000', '161151.956000', '161151.958000', '161151.961000', '161151.964000', '161151.966000', '161151.978000', '161211.851000', '161211.854000', '161211.857000', '161211.859000', '161211.862000', '161211.864000', '161211.868000', '161211.871000', '161211.873000', '161211.876000', '161211.878000', '161211.881000', '161211.888000', '161211.891000', '161211.894000', '161211.896000', '161211.899000', '161211.901000', '161211.904000', '161211.907000', '161211.909000', '161211.912000', '161211.914000', '161211.917000', '161211.920000', '161211.922000', '161211.925000', '161211.928000', '161211.930000', '161211.933000', '161211.936000', '161211.938000', '161211.941000', '161211.944000', '161211.946000', '161211.949000', '161211.951000', '161211.954000', '161211.957000', '161211.959000', '161211.962000', '161211.964000', '161211.967000', '161211.969000', '161231.851000', '161231.855000', '161231.858000', '161231.860000', '161231.863000', '161231.865000', '161231.868000', '161231.871000', '161231.873000', '161231.876000', '161231.878000', '161231.881000', '161231.884000', '161231.886000', '161231.889000', '161231.891000', '161231.894000', '161231.897000', '161231.899000', '161231.902000', '161231.904000', '161231.907000', '161231.910000', '161231.912000', '161231.915000', '161231.917000', '161231.920000', '161231.923000', '161231.925000', '161231.928000', '161231.930000', '161231.933000', '161231.936000', '161231.938000', '161231.941000', '161231.943000', '161231.946000', '161231.948000', '161231.951000', '161231.954000', '161231.956000', '161231.959000', '161231.962000', '161251.852000', '161251.855000', '161251.857000', '161251.860000', '161251.862000', '161251.865000', '161251.868000', '161251.871000', '161251.873000', '161251.876000', '161251.879000', '161251.883000', '161251.886000', '161251.888000', '161251.891000', '161251.894000', '161251.896000', '161251.899000', '161251.902000', '161251.907000', '161251.909000', '161251.912000', '161251.915000', '161251.918000', '161251.920000', '161251.923000', '161251.926000', '161251.928000', '161251.931000', '161251.933000', '161251.936000', '161251.939000', '161251.941000', '161251.944000', '161251.947000', '161251.949000', '161251.952000', '161251.954000', '161251.957000', '161251.960000', '161251.962000', '161251.965000', '161251.968000', '161311.852000', '161311.855000', '161311.858000', '161311.860000', '161311.863000', '161311.866000', '161311.869000', '161311.871000', '161311.874000', '161311.876000', '161311.879000', '161311.882000', '161311.884000', '161311.887000', '161311.890000', '161311.892000', '161311.895000', '161311.898000', '161311.900000', '161311.903000', '161311.905000', '161311.908000', '161311.911000', '161311.914000', '161311.916000', '161311.919000', '161311.922000', '161311.924000', '161311.927000', '161311.930000', '161311.932000', '161311.935000', '161311.937000', '161311.940000', '161311.942000', '161311.945000', '161311.948000', '161311.950000', '161311.953000', '161311.955000', '161311.958000', '161311.961000', '161311.963000', '161311.966000', '161331.850000', '161331.853000', '161331.856000', '161331.858000', '161331.861000', '161331.864000', '161331.866000', '161331.869000', '161331.872000', '161331.874000', '161331.877000', '161331.880000', '161331.882000', '161331.885000', '161331.888000', '161331.890000', '161331.893000', '161331.896000', '161331.898000', '161331.901000', '161331.904000', '161331.907000', '161331.911000', '161331.913000', '161331.916000', '161331.919000', '161331.921000', '161331.924000', '161331.926000', '161331.929000', '161331.932000', '161331.934000', '161331.937000', '161331.940000', '161331.942000', '161331.945000', '161331.948000', '161331.950000', '161331.964000', '161331.967000', '161331.969000', '161331.972000', '161331.975000', '161351.850000', '161351.853000', '161351.856000', '161351.859000', '161351.861000', '161351.864000', '161351.867000', '161351.869000', '161351.872000', '161351.875000', '161351.877000', '161351.880000', '161351.883000', '161351.885000', '161351.888000', '161351.891000', '161351.893000', '161351.896000', '161351.898000', '161351.901000', '161351.904000', '161351.907000', '161351.909000', '161351.912000', '161351.914000', '161351.917000', '161351.920000', '161351.922000', '161351.925000', '161351.927000', '161351.930000', '161351.933000', '161351.935000', '161351.938000', '161351.941000', '161351.943000', '161351.946000', '161351.949000', '161351.952000', '161351.954000', '161351.957000', '161351.960000', '161351.962000', '161351.965000', '161411.851000', '161411.854000', '161411.857000', '161411.859000', '161411.878000', '161411.880000', '161411.883000', '161411.886000', '161411.888000', '161411.898000', '161411.900000', '161411.903000', '161411.906000', '161411.908000', '161411.911000', '161411.914000', '161411.916000', '161411.919000', '161411.922000', '161411.924000', '161411.927000', '161411.930000', '161411.932000', '161411.935000', '161411.938000', '161411.940000', '161411.943000', '161411.946000', '161411.948000', '161411.951000', '161411.954000', '161411.957000', '161411.959000', '161411.962000', '161411.965000', '161411.967000', '161411.970000', '161411.973000', '161411.976000', '161411.978000', '161411.981000', '161411.984000', '161411.987000', '161431.851000', '161431.854000', '161431.857000', '161431.860000', '161431.862000', '161431.865000', '161431.868000', '161431.870000', '161431.873000', '161431.876000', '161431.878000', '161431.881000', '161431.884000', '161431.886000', '161431.889000', '161431.892000', '161431.894000', '161431.897000', '161431.899000', '161431.902000', '161431.905000', '161431.907000', '161431.910000', '161431.913000', '161431.915000', '161431.918000', '161431.920000', '161431.923000', '161431.926000', '161431.928000', '161431.931000', '161431.933000', '161431.936000', '161431.939000', '161431.941000', '161431.944000', '161431.946000', '161431.949000', '161431.952000', '161431.954000', '161431.957000', '161431.959000', '161431.962000', '161431.965000', '161451.852000', '161452.031000', '161452.033000', '161452.036000', '161452.039000', '161452.041000', '161452.044000', '161452.047000', '161452.049000', '161452.052000', '161452.054000', '161452.057000', '161452.060000', '161452.062000', '161452.065000', '161452.068000', '161452.070000', '161452.073000', '161452.076000', '161452.078000', '161452.081000', '161452.083000', '161452.086000', '161452.089000', '161452.091000', '161452.094000', '161452.096000', '161452.099000', '161452.102000', '161452.104000', '161452.107000', '161452.109000', '161452.112000', '161452.115000', '161452.117000', '161452.120000', '161452.123000', '161452.148000', '161452.151000', '161452.154000', '161452.156000', '161452.159000', '161452.162000', '161511.852000', '161511.868000', '161511.870000', '161511.873000', '161511.875000', '161511.878000', '161511.881000', '161511.883000', '161511.886000', '161511.889000', '161511.891000', '161511.894000', '161511.902000', '161511.904000', '161511.907000', '161511.910000', '161511.912000', '161511.915000', '161511.922000', '161511.925000', '161511.960000', '161511.963000', '161511.966000', '161511.969000', '161511.971000', '161511.974000', '161511.977000', '161511.979000', '161511.982000', '161511.984000', '161511.987000', '161511.990000', '161511.992000', '161511.995000', '161511.998000', '161512.001000', '161512.004000', '161512.007000', '161512.009000', '161512.012000', '161512.015000', '161512.017000', '161512.020000', '161512.023000', '161531.850000', '161531.853000', '161531.856000', '161531.858000', '161531.861000', '161531.864000', '161531.866000', '161531.869000', '161531.872000', '161531.874000', '161531.877000', '161531.879000', '161531.890000', '161531.892000', '161531.895000', '161531.898000', '161531.901000', '161531.903000', '161531.906000', '161531.908000', '161531.911000', '161531.914000', '161531.916000', '161531.919000', '161531.922000', '161531.924000', '161531.927000', '161531.929000', '161531.932000', '161531.935000', '161531.937000', '161531.940000', '161531.943000', '161531.945000', '161531.948000', '161531.951000', '161531.953000', '161531.956000', '161531.959000', '161531.961000', '161531.964000', '161531.967000', '161531.969000', '161551.851000', '161551.880000', '161551.883000', '161551.885000', '161551.888000', '161551.891000', '161551.893000', '161551.896000', '161551.899000', '161551.901000', '161551.904000', '161551.906000', '161551.909000', '161551.912000', '161551.914000', '161551.917000', '161551.919000', '161551.922000', '161551.925000', '161551.927000', '161551.930000', '161551.933000', '161551.935000', '161551.938000', '161551.940000', '161551.943000', '161551.945000', '161551.948000', '161551.951000', '161551.954000', '161551.956000', '161551.959000', '161551.962000', '161551.964000', '161551.967000', '161551.970000', '161551.972000', '161551.975000', '161551.978000', '161551.980000', '161551.983000', '161551.986000', '161551.988000', '161551.991000', '161611.851000', '161611.869000', '161611.871000', '161611.874000', '161611.876000', '161611.879000', '161611.882000', '161611.884000', '161611.887000', '161611.889000', '161611.892000', '161611.895000', '161611.897000', '161611.900000', '161611.903000', '161611.905000', '161611.908000', '161611.910000', '161611.913000', '161611.916000', '161611.918000', '161611.921000', '161611.923000', '161611.926000', '161611.929000', '161611.931000', '161611.934000', '161611.937000', '161611.939000', '161611.942000', '161611.944000', '161611.947000', '161611.950000', '161611.952000', '161611.955000', '161611.958000', '161611.960000', '161611.963000', '161611.965000', '161611.968000', '161611.970000', '161611.973000', '161611.976000', '161631.851000', '161631.854000', '161631.857000', '161631.860000', '161631.862000', '161631.865000', '161631.867000', '161631.870000', '161631.873000', '161631.875000', '161631.878000', '161631.880000', '161631.883000', '161631.886000', '161631.888000', '161631.891000', '161631.894000', '161631.896000', '161631.899000', '161631.902000', '161631.904000', '161631.907000', '161631.909000', '161631.912000', '161631.915000', '161631.917000', '161631.920000', '161631.924000', '161631.927000', '161631.930000', '161631.932000', '161631.949000', '161631.952000', '161631.954000', '161631.957000', '161631.959000', '161631.962000', '161631.965000', '161631.967000', '161631.970000', '161631.972000', '161631.975000', '161631.978000', '161631.980000', '161651.852000', '161651.880000', '161651.883000', '161651.885000', '161651.888000', '161651.890000', '161651.893000', '161651.896000', '161651.899000', '161651.901000', '161651.904000', '161651.906000', '161651.909000', '161651.912000', '161651.915000', '161651.917000', '161651.920000', '161651.922000', '161651.925000', '161651.928000', '161651.930000', '161651.933000', '161651.936000', '161651.938000', '161651.941000', '161651.944000', '161651.947000', '161651.949000', '161651.952000', '161651.954000', '161651.957000', '161651.960000', '161651.962000', '161651.965000', '161651.968000', '161651.970000', '161651.973000', '161651.976000', '161651.978000', '161651.981000', '161651.983000', '161651.986000', '161651.989000', '161711.851000', '161711.872000', '161711.875000', '161711.878000', '161711.880000', '161711.883000', '161711.885000', '161711.888000', '161711.891000', '161711.893000', '161711.896000', '161711.898000', '161711.901000', '161711.904000', '161711.906000', '161711.909000', '161711.911000', '161711.914000', '161711.917000', '161711.919000', '161711.922000', '161711.925000', '161711.927000', '161711.930000', '161711.933000', '161711.935000', '161711.938000', '161711.941000', '161711.943000', '161711.946000', '161711.949000', '161711.951000', '161711.954000', '161711.956000', '161711.959000', '161711.962000', '161711.964000', '161711.967000', '161711.969000', '161711.972000', '161711.974000', '161711.977000', '161711.980000', '161711.982000', '161731.852000', '161731.855000', '161731.858000', '161731.860000', '161731.863000', '161731.866000', '161731.868000', '161731.871000', '161731.873000', '161731.876000', '161731.878000', '161731.881000', '161731.884000', '161731.886000', '161731.889000', '161731.892000', '161731.894000', '161731.897000', '161731.900000', '161731.902000', '161731.905000', '161731.908000', '161731.910000', '161731.913000', '161731.915000', '161731.918000', '161731.921000', '161731.923000', '161731.926000', '161731.929000', '161731.931000', '161731.934000', '161731.937000', '161731.939000', '161731.942000', '161731.945000', '161731.947000', '161731.950000', '161731.953000', '161731.955000', '161731.958000', '161731.960000', '161731.963000', '161751.851000', '161751.871000', '161751.874000', '161751.876000', '161751.879000', '161751.882000', '161751.884000', '161751.887000', '161751.889000', '161751.892000', '161751.895000', '161751.897000', '161751.900000', '161751.902000', '161751.905000', '161751.908000', '161751.910000', '161751.913000', '161751.915000', '161751.918000', '161751.921000', '161751.923000', '161751.926000', '161751.928000', '161751.931000', '161751.934000', '161751.936000', '161751.939000', '161751.941000', '161751.944000', '161751.947000', '161751.949000', '161751.952000', '161751.954000', '161751.957000', '161751.960000', '161751.962000', '161751.965000', '161751.967000', '161751.970000', '161751.973000', '161751.975000', '161751.986000', '161751.989000', '161811.851000', '161811.853000', '161811.856000', '161811.859000', '161811.861000', '161811.864000', '161811.866000', '161811.869000', '161811.871000', '161811.874000', '161811.877000', '161811.879000', '161811.882000', '161811.885000', '161811.887000', '161811.890000', '161811.900000', '161811.903000', '161811.905000', '161811.908000', '161811.910000', '161811.913000', '161811.915000', '161811.918000', '161811.921000', '161811.923000', '161811.926000', '161811.928000', '161811.931000', '161811.934000', '161811.936000', '161811.939000', '161811.941000', '161811.944000', '161811.946000', '161811.949000', '161811.952000', '161811.954000', '161811.957000', '161811.960000', '161811.962000', '161811.965000', '161811.967000', '161819.812000', '161819.815000', '161819.818000', '161819.820000', '161819.823000', '161819.826000', '161819.829000', '161819.832000', '161819.835000', '161819.838000', '161819.841000', '161819.844000', '161819.847000', '161819.850000', '161819.852000', '161819.855000', '161819.857000', '161819.860000'], 'InstanceNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914], 'LargestImagePixelValue': [10290, 9596, 12115, 9093, 13578, 9210, 13583, 11117, 14159, 10426, 8693, 10280, 7793, 11784, 7978, 13598, 10643, 13732, 9959, 12929, 9962, 12136, 9825, 8188, 9933, 7230, 12007, 8134, 13126, 10493, 11263, 9358, 7668, 11414, 7654, 13951, 10988, 14254, 10821, 11947, 9938, 8805, 12997, 8426, 13854, 10607, 13966, 11008, 10711, 11128, 7968, 12274, 8201, 13906, 11100, 14798, 10801, 12127, 10361, 8619, 12651, 8823, 13818, 9966, 13167, 10130, 8552, 11340, 7526, 13044, 9438, 13401, 9958, 12916, 11145, 14307, 10575, 10462, 10604, 9639, 11708, 9294, 12592, 7932, 12279, 8311, 12803, 9571, 13169, 10568, 11669, 9570, 8996, 10771, 8010, 13029, 9632, 13840, 10700, 13490, 9750, 9196, 9761, 7536, 12895, 9676, 13779, 10472, 13566, 10389, 11562, 10288, 9471, 12679, 8731, 12743, 8448, 13239, 10136, 13592, 10875, 11395, 9717, 7557, 10881, 7647, 13486, 10839, 12713, 9897, 7782, 11648, 8466, 14016, 11127, 13934, 10557, 13150, 10117, 10318, 12467, 8014, 13448, 9729, 13576, 11016, 14474, 10111, 7886, 10810, 8352, 12905, 9866, 8188, 12042, 8803, 13539, 10463, 11953, 10738, 8656, 13729, 9707, 13788, 10672, 14398, 10641, 8356, 11411, 9366, 11306, 9132, 7857, 11890, 12103, 9549, 8524, 9993, 7526, 14805, 11856, 12092, 11978, 9251, 15395, 11819, 15851, 11324, 8100, 12752, 8929, 12797, 9753, 10595, 10090, 7404, 11476, 8303, 12673, 9861, 12653, 10345, 8227, 10333, 7635, 12132, 7845, 12506, 8346, 13071, 8671, 12757, 9194, 12745, 8499, 12265, 8236, 13102, 8834, 12635, 9284, 13360, 10074, 13261, 11067, 15582, 11212, 14110, 10680, 13802, 11008, 8738, 11537, 7931, 12575, 8926, 13823, 10377, 13077, 10378, 13538, 10342, 13384, 10415, 13244, 9962, 13108, 10170, 12838, 9309, 12979, 9775, 13157, 9711, 9453, 10472, 7798, 11823, 8040, 13593, 10324, 13728, 10447, 13153, 10891, 13935, 11468, 15072, 10774, 13766, 10404, 12813, 11091, 8103, 12867, 9116, 13036, 10197, 13364, 10664, 13515, 11044, 14437, 9920, 9181, 11045, 8577, 13547, 9741, 13649, 10509, 13317, 10551, 15790, 10687, 8932, 9946, 7623, 11988, 8673, 13257, 10381, 9642, 9562, 7058, 12381, 9516, 11654, 10473, 7893, 13749, 10061, 13651, 10844, 9101, 14040, 8659, 10812, 9236, 7987, 9363, 10871, 8672, 15363, 11457, 9804, 15006, 11755, 15724, 10415, 7843, 12624, 8787, 14509, 10898, 8370, 12004, 8439, 6655, 10069, 8057, 10895, 10239, 8157, 13611, 9953, 14208, 11214, 15172, 11351, 15599, 10221, 13229, 10082, 14056, 9357, 8624, 9294, 7330, 11840, 8323, 13970, 9496, 13365, 9985, 9044, 11481, 7417, 13783, 9569, 13736, 10255, 9128, 11852, 8244, 13459, 9554, 7285, 11888, 8763, 14506, 11707, 13075, 10753, 8059, 13787, 10681, 14840, 11079, 16059, 10453, 13646, 11044, 7999, 11806, 7436, 12960, 9781, 13645, 10686, 13437, 10316, 9636, 9861, 7783, 12399, 8278, 13194, 9838, 13115, 10287, 8052, 11508, 7442, 13556, 10469, 14141, 11024, 12124, 10245, 9560, 12717, 9763, 13054, 8715, 12859, 8133, 13085, 8701, 13359, 8998, 12736, 9054, 12918, 10071, 13180, 9986, 9281, 9297, 7164, 12428, 8520, 14250, 10929, 13622, 10510, 13452, 10647, 13887, 10517, 8623, 10876, 7396, 12384, 8794, 13764, 10572, 13331, 10143, 13012, 9858, 12014, 10062, 8683, 10495, 7711, 12043, 8241, 12906, 9370, 13426, 9789, 12711, 9607, 12636, 9714, 9969, 10036, 7673, 11106, 7344, 13337, 10323, 13566, 10389, 13342, 10232, 11100, 10288, 7545, 12253, 7737, 13625, 10342, 13290, 10378, 8988, 11272, 8195, 13798, 10280, 14359, 11287, 14566, 10011, 8528, 10939, 7821, 13102, 9221, 12979, 9687, 11196, 9871, 7850, 12108, 7999, 13468, 10381, 13550, 10711, 11825, 10222, 7633, 12205, 8976, 13823, 10815, 14478, 9385, 7768, 11267, 7525, 13493, 10767, 13917, 10061, 12681, 9851, 10069, 10921, 7699, 12683, 8399, 12965, 9939, 12437, 10236, 11330, 9479, 8625, 10204, 7714, 12317, 7846, 13236, 9684, 13174, 9769, 13035, 9525, 11955, 9472, 9085, 11575, 7323, 12569, 8711, 13273, 10090, 14161, 10200, 12702, 9383, 9620, 10186, 7851, 12692, 8318, 12838, 9463, 12521, 10020, 10992, 10204, 7600, 12210, 7708, 13399, 9879, 14522, 10479, 8950, 9965, 7348, 12399, 8900, 13370, 10419, 14501, 9707, 9065, 11711, 7935, 13773, 10092, 7873, 12836, 9737, 14722, 10404, 11449, 10688, 9490, 12024, 9384, 13302, 8345, 12903, 9447, 11512, 9122, 10843, 9145, 6632, 10694, 7862, 12832, 9665, 11647, 9873, 7660, 12314, 8151, 13438, 10287, 14177, 9847, 13687, 9631, 13951, 9612, 15390, 9422, 12882, 8506, 10195, 9648, 7431, 12119, 7641, 12524, 9178, 11887, 8939, 8075, 11106, 7859, 13076, 9598, 12658, 9812, 10947, 12508, 8696, 13498, 9919, 13981, 10101, 14603, 10097, 7960, 9932, 7094, 12252, 8691, 12934, 10241, 12148, 9773, 7914, 10907, 7647, 13405, 10091, 13203, 10016, 11489, 9285, 7248, 11958, 9029, 8239, 8728, 7198, 13340, 10296, 11416, 10888, 8255, 14307, 11338, 14475, 11178, 14493, 10160, 13256, 11104, 9097, 12627, 8199, 12435, 9114, 11923, 9486, 8573, 10283, 7045, 12344, 8106, 13476, 10378, 13979, 10456, 12697, 9970, 12152, 10220, 8049, 12405, 8228, 12583, 9337, 13266, 10280, 9834, 10443, 7638, 12323, 8471, 12957, 9938, 14004, 10189, 13141, 9545, 7669, 10216, 8122, 12285, 8311, 12972, 8382, 12604, 9025, 12692, 9851, 12744, 9806, 8175, 9156, 7398, 11350, 8216, 13008, 10583, 12583, 9903, 8043, 10581, 7393, 13379, 10184, 13710, 10237, 13008, 9670, 8843, 10881, 7774, 11976, 7666, 12554, 9487, 13510, 9894, 12776, 9963, 11809, 9583, 7519, 10733, 7283, 12094, 8716, 12587, 9916, 12569, 9712, 10474, 9657, 9065, 11915, 8424, 13033, 8075, 13009, 9374, 13068, 10509, 12723, 9729, 10529, 9455, 8235, 12007, 8138, 13076, 9306, 12678, 9794, 13852, 10435, 14067, 9739, 9425, 10181, 7556, 12362, 8734, 12389, 9466, 12421, 9276, 8081, 11000, 7228, 12907, 9373, 13050, 10460, 10945, 11180, 7891, 13457, 9276, 13328, 10352, 13849, 10531, 8437, 12074, 8218, 13286, 10048, 12240, 10568, 8230, 13126, 9439, 11817, 9897, 7875, 12400, 9544, 13863, 10330, 11414, 10082, 10228, 12071, 9721, 12170, 8050, 12921, 8956, 12954, 10466, 14989, 9667, 8587, 9500, 7414, 11525, 8436, 12931, 10014, 11133, 9343, 7731, 10974, 7434, 13162, 10045, 13193, 10355, 13250, 9803, 14844, 10299, 13069, 9556, 7920, 10495, 7661, 13185, 8636, 12843, 9853, 12874, 9776, 12905, 9888, 7671], 'WindowCenter': [3931.0, 3916.0, 3933.0, 3890.0, 3931.0, 3900.0, 3931.0, 3909.0, 3930.0, 3897.0, 3876.0, 3897.0, 3865.0, 3919.0, 3878.0, 3933.0, 3910.0, 3931.0, 3910.0, 3918.0, 3911.0, 3921.0, 3911.0, 3890.0, 3910.0, 3880.0, 3932.0, 3903.0, 3944.0, 3925.0, 3923.0, 3913.0, 3893.0, 3935.0, 3893.0, 3959.0, 3937.0, 3958.0, 3936.0, 3935.0, 3928.0, 3916.0, 3948.0, 3904.0, 3945.0, 3925.0, 3945.0, 3937.0, 3924.0, 3934.0, 3891.0, 3933.0, 3904.0, 3945.0, 3937.0, 3956.0, 3924.0, 3934.0, 3923.0, 3903.0, 3946.0, 3902.0, 3943.0, 3912.0, 3933.0, 3923.0, 3903.0, 3934.0, 3892.0, 3945.0, 3914.0, 3945.0, 3927.0, 3948.0, 3940.0, 3957.0, 3924.0, 3923.0, 3923.0, 3911.0, 3933.0, 3900.0, 3934.0, 3888.0, 3923.0, 3889.0, 3932.0, 3911.0, 3933.0, 3923.0, 3922.0, 3912.0, 3900.0, 3922.0, 3890.0, 3944.0, 3912.0, 3944.0, 3912.0, 3930.0, 3911.0, 3901.0, 3912.0, 3891.0, 3945.0, 3913.0, 3945.0, 3924.0, 3943.0, 3912.0, 3921.0, 3912.0, 3903.0, 3935.0, 3890.0, 3934.0, 3893.0, 3945.0, 3925.0, 3948.0, 3927.0, 3923.0, 3912.0, 3879.0, 3922.0, 3894.0, 3945.0, 3936.0, 3945.0, 3925.0, 3894.0, 3937.0, 3905.0, 3958.0, 3937.0, 3956.0, 3924.0, 3945.0, 3924.0, 3923.0, 3935.0, 3890.0, 3932.0, 3901.0, 3933.0, 3913.0, 3942.0, 3909.0, 3878.0, 3910.0, 3890.0, 3931.0, 3912.0, 3902.0, 3933.0, 3903.0, 3945.0, 3923.0, 3934.0, 3924.0, 3903.0, 3944.0, 3911.0, 3944.0, 3922.0, 3943.0, 3912.0, 3891.0, 3924.0, 3904.0, 3924.0, 3914.0, 3905.0, 3935.0, 3936.0, 3914.0, 3915.0, 3924.0, 3907.0, 3958.0, 3936.0, 3934.0, 3935.0, 3916.0, 3958.0, 3937.0, 3955.0, 3911.0, 3880.0, 3919.0, 3889.0, 3919.0, 3899.0, 3910.0, 3910.0, 3877.0, 3919.0, 3890.0, 3931.0, 3911.0, 3931.0, 3913.0, 3890.0, 3909.0, 3879.0, 3920.0, 3889.0, 3932.0, 3889.0, 3933.0, 3890.0, 3930.0, 3899.0, 3931.0, 3888.0, 3920.0, 3890.0, 3945.0, 3902.0, 3945.0, 3914.0, 3946.0, 3926.0, 3947.0, 3936.0, 3957.0, 3926.0, 3944.0, 3924.0, 3944.0, 3924.0, 3901.0, 3922.0, 3890.0, 3935.0, 3914.0, 3946.0, 3924.0, 3946.0, 3925.0, 3947.0, 3926.0, 3946.0, 3924.0, 3944.0, 3913.0, 3934.0, 3914.0, 3933.0, 3901.0, 3933.0, 3912.0, 3943.0, 3914.0, 3913.0, 3924.0, 3893.0, 3935.0, 3892.0, 3947.0, 3924.0, 3945.0, 3924.0, 3945.0, 3926.0, 3957.0, 3935.0, 3954.0, 3923.0, 3942.0, 3923.0, 3933.0, 3923.0, 3892.0, 3932.0, 3900.0, 3931.0, 3912.0, 3944.0, 3926.0, 3943.0, 3924.0, 3942.0, 3911.0, 3900.0, 3923.0, 3901.0, 3933.0, 3899.0, 3931.0, 3910.0, 3931.0, 3913.0, 3941.0, 3912.0, 3888.0, 3898.0, 3876.0, 3921.0, 3901.0, 3944.0, 3924.0, 3911.0, 3911.0, 3880.0, 3945.0, 3916.0, 3935.0, 3936.0, 3906.0, 3958.0, 3927.0, 3960.0, 3939.0, 3917.0, 3950.0, 3917.0, 3938.0, 3916.0, 3903.0, 3916.0, 3936.0, 3917.0, 3969.0, 3938.0, 3915.0, 3960.0, 3935.0, 3942.0, 3912.0, 3879.0, 3920.0, 3888.0, 3943.0, 3910.0, 3881.0, 3920.0, 3891.0, 3872.0, 3913.0, 3906.0, 3936.0, 3928.0, 3894.0, 3948.0, 3914.0, 3947.0, 3928.0, 3946.0, 3924.0, 3942.0, 3901.0, 3921.0, 3911.0, 3930.0, 3901.0, 3888.0, 3898.0, 3881.0, 3922.0, 3890.0, 3943.0, 3901.0, 3930.0, 3911.0, 3900.0, 3924.0, 3880.0, 3942.0, 3912.0, 3943.0, 3913.0, 3904.0, 3924.0, 3892.0, 3943.0, 3912.0, 3882.0, 3935.0, 3915.0, 3959.0, 3937.0, 3946.0, 3925.0, 3893.0, 3947.0, 3925.0, 3945.0, 3911.0, 3942.0, 3912.0, 3929.0, 3909.0, 3877.0, 3909.0, 3865.0, 3929.0, 3900.0, 3930.0, 3909.0, 3929.0, 3899.0, 3897.0, 3899.0, 3877.0, 3931.0, 3889.0, 3930.0, 3912.0, 3932.0, 3913.0, 3891.0, 3923.0, 3880.0, 3947.0, 3924.0, 3945.0, 3926.0, 3932.0, 3925.0, 3913.0, 3934.0, 3911.0, 3933.0, 3889.0, 3933.0, 3889.0, 3933.0, 3890.0, 3932.0, 3889.0, 3920.0, 3889.0, 3931.0, 3910.0, 3931.0, 3914.0, 3901.0, 3902.0, 3880.0, 3945.0, 3902.0, 3957.0, 3924.0, 3945.0, 3924.0, 3945.0, 3914.0, 3943.0, 3925.0, 3890.0, 3911.0, 3880.0, 3933.0, 3901.0, 3943.0, 3911.0, 3933.0, 3912.0, 3944.0, 3913.0, 3932.0, 3914.0, 3901.0, 3922.0, 3891.0, 3933.0, 3902.0, 3934.0, 3902.0, 3944.0, 3911.0, 3934.0, 3912.0, 3933.0, 3915.0, 3914.0, 3923.0, 3891.0, 3925.0, 3893.0, 3946.0, 3924.0, 3946.0, 3924.0, 3946.0, 3926.0, 3923.0, 3924.0, 3893.0, 3933.0, 3893.0, 3945.0, 3924.0, 3945.0, 3926.0, 3904.0, 3937.0, 3903.0, 3945.0, 3924.0, 3946.0, 3925.0, 3944.0, 3912.0, 3901.0, 3925.0, 3890.0, 3944.0, 3911.0, 3942.0, 3914.0, 3933.0, 3924.0, 3903.0, 3935.0, 3904.0, 3945.0, 3927.0, 3947.0, 3925.0, 3935.0, 3923.0, 3892.0, 3934.0, 3904.0, 3948.0, 3926.0, 3955.0, 3913.0, 3892.0, 3923.0, 3895.0, 3945.0, 3924.0, 3944.0, 3913.0, 3932.0, 3924.0, 3913.0, 3924.0, 3892.0, 3945.0, 3901.0, 3944.0, 3914.0, 3934.0, 3924.0, 3923.0, 3912.0, 3902.0, 3922.0, 3892.0, 3935.0, 3890.0, 3945.0, 3914.0, 3944.0, 3914.0, 3944.0, 3914.0, 3936.0, 3913.0, 3903.0, 3936.0, 3882.0, 3934.0, 3903.0, 3945.0, 3924.0, 3944.0, 3912.0, 3931.0, 3914.0, 3912.0, 3922.0, 3891.0, 3945.0, 3902.0, 3932.0, 3912.0, 3945.0, 3924.0, 3923.0, 3924.0, 3891.0, 3933.0, 3891.0, 3945.0, 3913.0, 3954.0, 3925.0, 3901.0, 3915.0, 3880.0, 3946.0, 3914.0, 3947.0, 3928.0, 3957.0, 3927.0, 3914.0, 3934.0, 3892.0, 3946.0, 3924.0, 3904.0, 3948.0, 3914.0, 3955.0, 3925.0, 3921.0, 3925.0, 3911.0, 3935.0, 3900.0, 3934.0, 3889.0, 3930.0, 3900.0, 3920.0, 3903.0, 3920.0, 3912.0, 3870.0, 3923.0, 3904.0, 3948.0, 3927.0, 3936.0, 3927.0, 3893.0, 3947.0, 3906.0, 3957.0, 3926.0, 3948.0, 3916.0, 3947.0, 3915.0, 3946.0, 3913.0, 3954.0, 3902.0, 3930.0, 3901.0, 3910.0, 3913.0, 3879.0, 3933.0, 3890.0, 3932.0, 3901.0, 3921.0, 3913.0, 3892.0, 3935.0, 3904.0, 3946.0, 3927.0, 3946.0, 3928.0, 3927.0, 3939.0, 3902.0, 3945.0, 3912.0, 3942.0, 3912.0, 3944.0, 3911.0, 3877.0, 3900.0, 3867.0, 3921.0, 3902.0, 3932.0, 3912.0, 3920.0, 3911.0, 3877.0, 3922.0, 3880.0, 3933.0, 3911.0, 3931.0, 3900.0, 3921.0, 3903.0, 3880.0, 3922.0, 3903.0, 3891.0, 3905.0, 3894.0, 3958.0, 3928.0, 3936.0, 3940.0, 3908.0, 3964.0, 3927.0, 3948.0, 3926.0, 3941.0, 3913.0, 3933.0, 3923.0, 3890.0, 3922.0, 3890.0, 3921.0, 3901.0, 3922.0, 3913.0, 3901.0, 3913.0, 3881.0, 3934.0, 3904.0, 3947.0, 3925.0, 3947.0, 3926.0, 3933.0, 3913.0, 3922.0, 3913.0, 3881.0, 3934.0, 3890.0, 3932.0, 3902.0, 3934.0, 3915.0, 3913.0, 3913.0, 3880.0, 3934.0, 3890.0, 3934.0, 3913.0, 3933.0, 3914.0, 3931.0, 3901.0, 3878.0, 3911.0, 3891.0, 3923.0, 3889.0, 3933.0, 3888.0, 3920.0, 3888.0, 3922.0, 3901.0, 3920.0, 3900.0, 3877.0, 3899.0, 3869.0, 3921.0, 3892.0, 3934.0, 3924.0, 3933.0, 3913.0, 3889.0, 3924.0, 3881.0, 3945.0, 3912.0, 3933.0, 3912.0, 3933.0, 3913.0, 3903.0, 3911.0, 3878.0, 3921.0, 3881.0, 3920.0, 3900.0, 3932.0, 3899.0, 3920.0, 3900.0, 3920.0, 3899.0, 3868.0, 3910.0, 3868.0, 3922.0, 3902.0, 3934.0, 3915.0, 3932.0, 3914.0, 3911.0, 3915.0, 3902.0, 3924.0, 3891.0, 3932.0, 3891.0, 3933.0, 3903.0, 3934.0, 3913.0, 3933.0, 3913.0, 3910.0, 3914.0, 3892.0, 3935.0, 3891.0, 3934.0, 3901.0, 3934.0, 3914.0, 3934.0, 3914.0, 3931.0, 3903.0, 3902.0, 3912.0, 3881.0, 3934.0, 3902.0, 3932.0, 3913.0, 3932.0, 3903.0, 3892.0, 3924.0, 3883.0, 3944.0, 3916.0, 3945.0, 3926.0, 3923.0, 3925.0, 3892.0, 3946.0, 3902.0, 3946.0, 3916.0, 3946.0, 3925.0, 3893.0, 3922.0, 3892.0, 3932.0, 3913.0, 3932.0, 3924.0, 3892.0, 3935.0, 3903.0, 3922.0, 3914.0, 3894.0, 3936.0, 3914.0, 3946.0, 3914.0, 3922.0, 3914.0, 3913.0, 3925.0, 3900.0, 3922.0, 3878.0, 3920.0, 3892.0, 3921.0, 3911.0, 3941.0, 3901.0, 3888.0, 3900.0, 3880.0, 3921.0, 3891.0, 3932.0, 3914.0, 3922.0, 3914.0, 3891.0, 3926.0, 3882.0, 3947.0, 3914.0, 3935.0, 3912.0, 3936.0, 3913.0, 3946.0, 3914.0, 3933.0, 3901.0, 3878.0, 3912.0, 3880.0, 3934.0, 3890.0, 3934.0, 3900.0, 3921.0, 3912.0, 3930.0, 3901.0, 3878.0], 'WindowWidth': [8796.0, 8764.0, 8783.0, 8718.0, 8775.0, 8730.0, 8777.0, 8740.0, 8771.0, 8723.0, 8692.0, 8721.0, 8678.0, 8754.0, 8699.0, 8780.0, 8744.0, 8775.0, 8744.0, 8755.0, 8746.0, 8762.0, 8749.0, 8718.0, 8746.0, 8706.0, 8780.0, 8742.0, 8799.0, 8775.0, 8770.0, 8757.0, 8729.0, 8789.0, 8730.0, 8826.0, 8794.0, 8824.0, 8792.0, 8791.0, 8782.0, 8763.0, 8809.0, 8745.0, 8803.0, 8773.0, 8804.0, 8792.0, 8773.0, 8786.0, 8726.0, 8784.0, 8744.0, 8806.0, 8792.0, 8820.0, 8772.0, 8786.0, 8768.0, 8743.0, 8803.0, 8738.0, 8796.0, 8753.0, 8783.0, 8769.0, 8742.0, 8786.0, 8729.0, 8802.0, 8761.0, 8804.0, 8781.0, 8812.0, 8801.0, 8822.0, 8773.0, 8768.0, 8768.0, 8750.0, 8783.0, 8734.0, 8784.0, 8715.0, 8767.0, 8717.0, 8780.0, 8750.0, 8782.0, 8769.0, 8765.0, 8752.0, 8733.0, 8764.0, 8721.0, 8797.0, 8750.0, 8798.0, 8750.0, 8775.0, 8749.0, 8734.0, 8751.0, 8723.0, 8801.0, 8755.0, 8801.0, 8769.0, 8797.0, 8751.0, 8762.0, 8752.0, 8738.0, 8787.0, 8718.0, 8783.0, 8728.0, 8800.0, 8774.0, 8810.0, 8779.0, 8767.0, 8750.0, 8704.0, 8766.0, 8730.0, 8802.0, 8792.0, 8802.0, 8775.0, 8732.0, 8793.0, 8748.0, 8827.0, 8792.0, 8819.0, 8771.0, 8803.0, 8772.0, 8767.0, 8786.0, 8720.0, 8779.0, 8733.0, 8783.0, 8754.0, 8794.0, 8743.0, 8699.0, 8744.0, 8721.0, 8779.0, 8752.0, 8740.0, 8781.0, 8742.0, 8800.0, 8770.0, 8786.0, 8774.0, 8741.0, 8799.0, 8748.0, 8798.0, 8766.0, 8793.0, 8752.0, 8721.0, 8770.0, 8741.0, 8772.0, 8756.0, 8747.0, 8788.0, 8790.0, 8758.0, 8761.0, 8774.0, 8754.0, 8827.0, 8792.0, 8784.0, 8788.0, 8761.0, 8828.0, 8792.0, 8813.0, 8749.0, 8703.0, 8756.0, 8715.0, 8756.0, 8729.0, 8746.0, 8747.0, 8699.0, 8756.0, 8718.0, 8776.0, 8748.0, 8776.0, 8752.0, 8717.0, 8743.0, 8702.0, 8759.0, 8716.0, 8778.0, 8716.0, 8781.0, 8717.0, 8771.0, 8730.0, 8775.0, 8714.0, 8760.0, 8721.0, 8798.0, 8740.0, 8800.0, 8759.0, 8804.0, 8777.0, 8808.0, 8791.0, 8821.0, 8775.0, 8797.0, 8772.0, 8798.0, 8771.0, 8736.0, 8766.0, 8721.0, 8785.0, 8758.0, 8805.0, 8770.0, 8803.0, 8773.0, 8807.0, 8775.0, 8805.0, 8769.0, 8797.0, 8753.0, 8785.0, 8757.0, 8782.0, 8737.0, 8779.0, 8751.0, 8796.0, 8758.0, 8754.0, 8771.0, 8728.0, 8786.0, 8725.0, 8806.0, 8772.0, 8804.0, 8771.0, 8802.0, 8777.0, 8820.0, 8787.0, 8814.0, 8768.0, 8794.0, 8768.0, 8780.0, 8766.0, 8722.0, 8777.0, 8733.0, 8777.0, 8751.0, 8799.0, 8775.0, 8798.0, 8770.0, 8793.0, 8749.0, 8731.0, 8767.0, 8734.0, 8783.0, 8729.0, 8777.0, 8745.0, 8779.0, 8751.0, 8790.0, 8749.0, 8712.0, 8726.0, 8696.0, 8760.0, 8737.0, 8798.0, 8770.0, 8750.0, 8750.0, 8709.0, 8801.0, 8764.0, 8789.0, 8790.0, 8750.0, 8822.0, 8780.0, 8831.0, 8798.0, 8763.0, 8815.0, 8766.0, 8796.0, 8765.0, 8743.0, 8764.0, 8790.0, 8769.0, 8842.0, 8797.0, 8759.0, 8832.0, 8787.0, 8791.0, 8749.0, 8702.0, 8758.0, 8711.0, 8795.0, 8745.0, 8704.0, 8759.0, 8721.0, 8697.0, 8754.0, 8749.0, 8789.0, 8782.0, 8732.0, 8809.0, 8757.0, 8809.0, 8778.0, 8807.0, 8769.0, 8794.0, 8732.0, 8761.0, 8745.0, 8772.0, 8730.0, 8710.0, 8726.0, 8705.0, 8761.0, 8718.0, 8794.0, 8731.0, 8772.0, 8746.0, 8731.0, 8767.0, 8705.0, 8791.0, 8750.0, 8794.0, 8753.0, 8740.0, 8768.0, 8724.0, 8793.0, 8751.0, 8711.0, 8788.0, 8761.0, 8829.0, 8792.0, 8801.0, 8772.0, 8728.0, 8806.0, 8771.0, 8802.0, 8746.0, 8793.0, 8749.0, 8769.0, 8741.0, 8695.0, 8741.0, 8678.0, 8768.0, 8729.0, 8772.0, 8740.0, 8769.0, 8727.0, 8724.0, 8729.0, 8698.0, 8773.0, 8715.0, 8773.0, 8751.0, 8780.0, 8754.0, 8723.0, 8766.0, 8708.0, 8803.0, 8769.0, 8800.0, 8774.0, 8779.0, 8772.0, 8754.0, 8785.0, 8749.0, 8783.0, 8715.0, 8780.0, 8715.0, 8780.0, 8717.0, 8780.0, 8714.0, 8759.0, 8716.0, 8775.0, 8746.0, 8776.0, 8755.0, 8734.0, 8739.0, 8708.0, 8799.0, 8740.0, 8820.0, 8771.0, 8801.0, 8769.0, 8801.0, 8756.0, 8796.0, 8771.0, 8718.0, 8748.0, 8705.0, 8779.0, 8735.0, 8796.0, 8750.0, 8782.0, 8752.0, 8799.0, 8754.0, 8781.0, 8757.0, 8736.0, 8765.0, 8722.0, 8781.0, 8737.0, 8784.0, 8737.0, 8798.0, 8749.0, 8784.0, 8754.0, 8784.0, 8760.0, 8757.0, 8770.0, 8725.0, 8774.0, 8729.0, 8805.0, 8770.0, 8804.0, 8770.0, 8805.0, 8774.0, 8769.0, 8771.0, 8728.0, 8784.0, 8728.0, 8803.0, 8773.0, 8804.0, 8778.0, 8744.0, 8792.0, 8742.0, 8804.0, 8772.0, 8806.0, 8773.0, 8800.0, 8751.0, 8737.0, 8772.0, 8720.0, 8797.0, 8750.0, 8795.0, 8758.0, 8784.0, 8772.0, 8745.0, 8788.0, 8747.0, 8804.0, 8779.0, 8809.0, 8776.0, 8787.0, 8769.0, 8727.0, 8786.0, 8744.0, 8811.0, 8777.0, 8813.0, 8755.0, 8725.0, 8770.0, 8733.0, 8803.0, 8772.0, 8802.0, 8756.0, 8783.0, 8771.0, 8756.0, 8771.0, 8725.0, 8799.0, 8736.0, 8798.0, 8757.0, 8786.0, 8771.0, 8771.0, 8754.0, 8738.0, 8767.0, 8728.0, 8788.0, 8722.0, 8802.0, 8755.0, 8798.0, 8757.0, 8799.0, 8760.0, 8791.0, 8757.0, 8743.0, 8790.0, 8712.0, 8786.0, 8742.0, 8803.0, 8770.0, 8800.0, 8753.0, 8780.0, 8757.0, 8754.0, 8767.0, 8723.0, 8801.0, 8738.0, 8780.0, 8754.0, 8802.0, 8772.0, 8770.0, 8771.0, 8724.0, 8783.0, 8724.0, 8801.0, 8757.0, 8817.0, 8775.0, 8737.0, 8759.0, 8707.0, 8803.0, 8759.0, 8811.0, 8781.0, 8823.0, 8779.0, 8757.0, 8786.0, 8727.0, 8806.0, 8772.0, 8747.0, 8810.0, 8759.0, 8817.0, 8774.0, 8765.0, 8772.0, 8750.0, 8786.0, 8731.0, 8784.0, 8714.0, 8773.0, 8731.0, 8760.0, 8739.0, 8760.0, 8752.0, 8694.0, 8769.0, 8747.0, 8810.0, 8781.0, 8792.0, 8780.0, 8731.0, 8807.0, 8752.0, 8825.0, 8777.0, 8811.0, 8762.0, 8806.0, 8761.0, 8807.0, 8755.0, 8813.0, 8740.0, 8774.0, 8735.0, 8747.0, 8755.0, 8706.0, 8782.0, 8720.0, 8780.0, 8736.0, 8765.0, 8756.0, 8728.0, 8787.0, 8745.0, 8804.0, 8778.0, 8806.0, 8784.0, 8779.0, 8799.0, 8738.0, 8802.0, 8749.0, 8796.0, 8751.0, 8797.0, 8749.0, 8698.0, 8732.0, 8684.0, 8762.0, 8737.0, 8778.0, 8749.0, 8758.0, 8746.0, 8698.0, 8763.0, 8704.0, 8781.0, 8746.0, 8775.0, 8731.0, 8759.0, 8740.0, 8706.0, 8764.0, 8742.0, 8723.0, 8746.0, 8732.0, 8823.0, 8781.0, 8792.0, 8800.0, 8756.0, 8843.0, 8777.0, 8809.0, 8772.0, 8787.0, 8750.0, 8776.0, 8765.0, 8714.0, 8762.0, 8715.0, 8758.0, 8734.0, 8765.0, 8752.0, 8734.0, 8752.0, 8709.0, 8783.0, 8746.0, 8805.0, 8771.0, 8807.0, 8772.0, 8778.0, 8752.0, 8764.0, 8751.0, 8706.0, 8781.0, 8717.0, 8776.0, 8737.0, 8786.0, 8759.0, 8752.0, 8751.0, 8704.0, 8780.0, 8716.0, 8782.0, 8751.0, 8782.0, 8755.0, 8774.0, 8731.0, 8698.0, 8746.0, 8720.0, 8766.0, 8714.0, 8779.0, 8711.0, 8756.0, 8711.0, 8763.0, 8732.0, 8758.0, 8731.0, 8696.0, 8727.0, 8687.0, 8760.0, 8723.0, 8785.0, 8770.0, 8780.0, 8751.0, 8717.0, 8769.0, 8708.0, 8800.0, 8751.0, 8783.0, 8748.0, 8783.0, 8752.0, 8737.0, 8748.0, 8700.0, 8759.0, 8703.0, 8759.0, 8731.0, 8778.0, 8728.0, 8757.0, 8730.0, 8758.0, 8728.0, 8685.0, 8743.0, 8685.0, 8760.0, 8737.0, 8783.0, 8756.0, 8778.0, 8753.0, 8747.0, 8757.0, 8736.0, 8767.0, 8720.0, 8779.0, 8719.0, 8778.0, 8738.0, 8782.0, 8752.0, 8781.0, 8751.0, 8745.0, 8756.0, 8724.0, 8785.0, 8721.0, 8782.0, 8734.0, 8784.0, 8756.0, 8784.0, 8753.0, 8776.0, 8738.0, 8733.0, 8750.0, 8707.0, 8782.0, 8735.0, 8778.0, 8754.0, 8777.0, 8739.0, 8724.0, 8769.0, 8713.0, 8798.0, 8762.0, 8800.0, 8775.0, 8768.0, 8772.0, 8724.0, 8800.0, 8738.0, 8803.0, 8760.0, 8802.0, 8772.0, 8725.0, 8765.0, 8722.0, 8777.0, 8754.0, 8778.0, 8769.0, 8724.0, 8785.0, 8740.0, 8764.0, 8756.0, 8730.0, 8788.0, 8756.0, 8804.0, 8754.0, 8763.0, 8756.0, 8752.0, 8770.0, 8729.0, 8761.0, 8698.0, 8757.0, 8721.0, 8761.0, 8744.0, 8788.0, 8734.0, 8711.0, 8728.0, 8702.0, 8760.0, 8721.0, 8778.0, 8756.0, 8764.0, 8756.0, 8724.0, 8774.0, 8714.0, 8808.0, 8755.0, 8788.0, 8751.0, 8789.0, 8754.0, 8802.0, 8755.0, 8777.0, 8733.0, 8699.0, 8748.0, 8704.0, 8781.0, 8717.0, 8781.0, 8730.0, 8762.0, 8750.0, 8772.0, 8732.0, 8698.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.00021845733041575495</td></tr>
<tr><td colspan=3>aqi</td><td>0.01963843468271335</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>43.36507257814909</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.238955349934282</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.99508269010953</td></tr>
<tr><td colspan=3>efc</td><td>0.5033</td></tr>
<tr><td colspan=3>fber</td><td>3742.5884</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.09023939704734472</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>30</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>3.2822757111597376</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5367699083896444</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4616697594910373</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.825965932623722</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3226740330541746</td></tr>
<tr><td colspan=3>gcor</td><td>0.0079379</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.013164691627025604</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.0291720200330019</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>914</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.7477878697363907</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>17.7826</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>47.6006</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>211.8807</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>53.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>297169.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1055.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>395.107</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.2001</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>507.1897</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3065.2005</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3261.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>79375.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>925.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4048.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>870.1078</td></tr>
<tr><td colspan=3>tsnr</td><td>39.76645467267372</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>