ds005256-mriqc/sub-0001_ses-02_task-alignvideo_acq-mb8_run-04_bold.html
Felix Hoffstaedter beb7b5a9d5 [DATALAD RUNCMD] Compute MRIQC for sub-0001
=== 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-0001 --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-0001",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-18 16:08:28 +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-0001_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-0001_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-0001_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-0001/figures/sub-0001_ses-02_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0001/figures/sub-0001_ses-02_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0001/figures/sub-0001_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-0001_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-0001/figures/sub-0001_ses-02_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0001/figures/sub-0001_ses-02_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0001/figures/sub-0001_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-0001_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-0001/figures/sub-0001_ses-02_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0001/figures/sub-0001_ses-02_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0001/figures/sub-0001_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-0001_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-0001/figures/sub-0001_ses-02_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0001/figures/sub-0001_ses-02_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0001/figures/sub-0001_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-0001_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-0001/figures/sub-0001_ses-02_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0001/figures/sub-0001_ses-02_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0001/figures/sub-0001_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-0001_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-0001/figures/sub-0001_ses-02_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0001/figures/sub-0001_ses-02_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0001/figures/sub-0001_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-0001_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-0001/figures/sub-0001_ses-02_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0001/figures/sub-0001_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-0001/figures/sub-0001_ses-02_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0001/figures/sub-0001_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-0001/ses-02/func/sub-0001_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>1b70d9fbbbf69558e4649376178e4437</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:37:56.612500</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_VE11C_LATEST_20160120</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.999529, -0.0256919, 0.0168116, 0.0207626, 0.968958, 0.246353]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-04_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0887704</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>40</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4148, -7776, -7243, 478, -33, -220, 25, 52]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>239.727</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>c8b9338f-f4f2-423f-b48a-1045c2ecb23b||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.681662082672119, 0.05570449307560921, 0.061071332544088364, 107.42967224121094], [0.068929523229599, 2.5996429920196533, 0.6638964414596558, -106.04852294921875], [0.04510430991649628, -0.6609464883804321, 2.6163928508758545, -27.814489364624023], [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': ['163756.612500', '163757.072500', '163757.532500', '163757.992500', '163758.452500', '163758.912500', '163759.372500', '163759.832500', '163800.292500', '163800.752500', '163801.212500', '163801.672500', '163802.132500', '163802.592500', '163803.052500', '163803.512500', '163803.972500', '163804.432500', '163804.892500', '163805.352500', '163805.812500', '163806.272500', '163806.732500', '163807.192500', '163807.652500', '163808.112500', '163808.572500', '163809.032500', '163809.492500', '163809.952500', '163810.412500', '163810.872500', '163811.332500', '163811.792500', '163812.252500', '163812.712500', '163813.172500', '163813.632500', '163814.092500', '163814.552500', '163815.012500', '163815.472500', '163815.932500', '163816.392500', '163816.852500', '163817.312500', '163817.772500', '163818.232500', '163818.692500', '163819.152500', '163819.612500', '163820.072500', '163820.532500', '163820.992500', '163821.452500', '163821.912500', '163822.372500', '163822.832500', '163823.292500', '163823.752500', '163824.212500', '163824.672500', '163825.132500', '163825.592500', '163826.052500', '163826.512500', '163826.972500', '163827.432500', '163827.892500', '163828.352500', '163828.812500', '163829.272500', '163829.732500', '163830.192500', '163830.652500', '163831.112500', '163831.572500', '163832.032500', '163832.492500', '163832.952500', '163833.412500', '163833.872500', '163834.332500', '163834.792500', '163835.252500', '163835.712500', '163836.172500', '163836.632500', '163837.092500', '163837.552500', '163838.012500', '163838.472500', '163838.932500', '163839.392500', '163839.852500', '163840.312500', '163840.772500', '163841.232500', '163841.692500', '163842.152500', '163842.612500', '163843.072500', '163843.532500', '163843.992500', '163844.452500', '163844.912500', '163845.372500', '163845.832500', '163846.292500', '163846.752500', '163847.212500', '163847.672500', '163848.132500', '163848.592500', '163849.052500', '163849.512500', '163849.972500', '163850.432500', '163850.892500', '163851.352500', '163851.812500', '163852.272500', '163852.732500', '163853.192500', '163853.652500', '163854.112500', '163854.572500', '163855.032500', '163855.492500', '163855.952500', '163856.412500', '163856.872500', '163857.332500', '163857.792500', '163858.252500', '163858.712500', '163859.172500', '163859.632500', '163900.092500', '163900.552500', '163901.012500', '163901.472500', '163901.932500', '163902.392500', '163902.852500', '163903.312500', '163903.772500', '163904.232500', '163904.692500', '163905.152500', '163905.612500', '163906.072500', '163906.532500', '163906.992500', '163907.452500', '163907.912500', '163908.372500', '163908.832500', '163909.292500', '163909.752500', '163910.212500', '163910.672500', '163911.132500', '163911.592500', '163912.052500', '163912.512500', '163912.972500', '163913.432500', '163913.892500', '163914.352500', '163914.812500', '163915.272500', '163915.732500', '163916.192500', '163916.652500', '163917.112500', '163917.572500', '163918.032500', '163918.492500', '163918.952500', '163919.412500', '163919.872500', '163920.332500', '163920.792500', '163921.252500', '163921.712500', '163922.172500', '163922.632500', '163923.092500', '163923.552500', '163924.012500', '163924.472500', '163924.932500', '163925.392500', '163925.852500', '163926.312500', '163926.772500', '163927.232500', '163927.692500', '163928.152500', '163928.612500', '163929.072500', '163929.532500', '163929.992500', '163930.452500', '163930.912500', '163931.372500', '163931.832500', '163932.292500', '163932.752500', '163933.212500', '163933.672500', '163934.132500', '163934.592500', '163935.052500', '163935.512500', '163935.972500', '163936.432500', '163936.892500', '163937.352500', '163937.812500', '163938.272500', '163938.732500', '163939.192500', '163939.652500', '163940.112500', '163940.572500', '163941.032500', '163941.492500', '163941.952500', '163942.412500', '163942.872500', '163943.332500', '163943.792500', '163944.252500', '163944.712500', '163945.172500', '163945.632500', '163946.092500', '163946.552500', '163947.012500', '163947.472500', '163947.932500', '163948.392500', '163948.852500', '163949.312500', '163949.772500', '163950.232500', '163950.692500', '163951.152500', '163951.612500', '163952.072500', '163952.532500', '163952.992500', '163953.452500', '163953.912500', '163954.372500', '163954.832500', '163955.292500', '163955.752500', '163956.212500', '163956.672500', '163957.132500', '163957.592500', '163958.052500', '163958.512500', '163958.972500', '163959.432500', '163959.892500', '164000.352500', '164000.812500', '164001.272500', '164001.732500', '164002.192500', '164002.652500', '164003.112500', '164003.572500', '164004.032500', '164004.492500', '164004.952500', '164005.412500', '164005.872500', '164006.332500', '164006.792500', '164007.252500', '164007.712500', '164008.172500', '164008.632500', '164009.092500', '164009.552500', '164010.012500', '164010.472500', '164010.932500', '164011.392500', '164011.852500', '164012.312500', '164012.772500', '164013.232500', '164013.692500', '164014.152500', '164014.612500', '164015.072500', '164015.532500', '164015.992500', '164016.452500', '164016.912500', '164017.372500', '164017.832500', '164018.292500', '164018.752500', '164019.212500', '164019.672500', '164020.132500', '164020.592500', '164021.052500', '164021.512500', '164021.972500', '164022.432500', '164022.892500', '164023.352500', '164023.812500', '164024.272500', '164024.732500', '164025.192500', '164025.652500', '164026.112500', '164026.572500', '164027.032500', '164027.492500', '164027.952500', '164028.412500', '164028.872500', '164029.332500', '164029.792500', '164030.252500', '164030.712500', '164031.172500', '164031.632500', '164032.092500', '164032.552500', '164033.012500', '164033.472500', '164033.932500', '164034.392500', '164034.852500', '164035.312500', '164035.772500', '164036.232500', '164036.692500', '164037.152500', '164037.612500', '164038.072500', '164038.532500', '164038.992500', '164039.452500', '164039.912500', '164040.372500', '164040.832500', '164041.292500', '164041.752500', '164042.212500', '164042.672500', '164043.132500', '164043.592500', '164044.052500', '164044.512500', '164044.972500', '164045.432500', '164045.892500', '164046.352500', '164046.812500', '164047.272500', '164047.732500', '164048.192500', '164048.652500', '164049.112500', '164049.572500', '164050.032500', '164050.492500', '164050.952500', '164051.412500', '164051.872500', '164052.332500', '164052.792500', '164053.252500', '164053.712500', '164054.172500', '164054.632500', '164055.092500', '164055.552500', '164056.012500', '164056.472500', '164056.932500', '164057.392500', '164057.852500', '164058.312500', '164058.772500', '164059.232500', '164059.692500', '164100.152500', '164100.612500', '164101.072500', '164101.532500', '164101.992500', '164102.452500', '164102.912500', '164103.372500', '164103.832500', '164104.292500', '164104.752500', '164105.212500', '164105.672500', '164106.132500', '164106.592500', '164107.052500', '164107.512500', '164107.972500', '164108.432500', '164108.892500', '164109.352500', '164109.812500', '164110.272500', '164110.732500', '164111.192500', '164111.652500', '164112.112500', '164112.572500', '164113.032500', '164113.492500', '164113.952500', '164114.412500', '164114.872500', '164115.332500', '164115.792500', '164116.252500', '164116.712500', '164117.172500', '164117.632500', '164118.092500', '164118.552500', '164119.012500', '164119.472500', '164119.932500', '164120.392500', '164120.852500', '164121.312500', '164121.772500', '164122.232500', '164122.692500', '164123.152500', '164123.612500', '164124.072500', '164124.532500', '164124.992500', '164125.452500', '164125.912500', '164126.372500', '164126.832500', '164127.292500', '164127.752500', '164128.212500', '164128.672500', '164129.132500', '164129.592500', '164130.052500', '164130.512500', '164130.972500', '164131.432500', '164131.892500', '164132.352500', '164132.812500', '164133.272500', '164133.732500', '164134.192500', '164134.652500', '164135.112500', '164135.572500', '164136.032500', '164136.492500', '164136.952500', '164137.412500', '164137.872500', '164138.332500', '164138.792500', '164139.252500', '164139.712500', '164140.172500', '164140.632500', '164141.092500', '164141.552500', '164142.012500', '164142.472500', '164142.932500', '164143.392500', '164143.852500', '164144.312500', '164144.772500', '164145.232500', '164145.692500', '164146.152500', '164146.612500', '164147.072500', '164147.532500', '164147.992500', '164148.452500', '164148.912500', '164149.372500', '164149.832500', '164150.292500', '164150.752500', '164151.212500', '164151.672500', '164152.132500', '164152.592500', '164153.052500', '164153.512500', '164153.972500', '164154.432500', '164154.892500', '164155.352500', '164155.812500', '164156.272500', '164156.732500', '164157.192500', '164157.652500', '164158.112500', '164158.572500', '164159.032500', '164159.492500', '164159.952500', '164200.412500', '164200.872500', '164201.332500', '164201.792500', '164202.252500', '164202.712500', '164203.172500', '164203.632500', '164204.092500', '164204.552500', '164205.012500', '164205.472500', '164205.932500', '164206.392500', '164206.852500', '164207.312500', '164207.772500', '164208.232500', '164208.692500', '164209.152500', '164209.612500', '164210.072500', '164210.532500', '164210.992500', '164211.452500', '164211.912500', '164212.372500', '164212.832500', '164213.292500', '164213.752500', '164214.212500', '164214.672500', '164215.132500', '164215.592500', '164216.052500', '164216.512500', '164216.972500', '164217.432500', '164217.892500', '164218.352500', '164218.812500', '164219.272500', '164219.732500', '164220.192500', '164220.652500', '164221.112500', '164221.572500', '164222.032500', '164222.492500', '164222.952500', '164223.412500', '164223.872500', '164224.332500', '164224.792500', '164225.252500', '164225.712500', '164226.172500', '164226.632500', '164227.092500', '164227.552500', '164228.012500', '164228.472500', '164228.932500', '164229.392500', '164229.852500', '164230.312500', '164230.772500', '164231.232500', '164231.692500', '164232.152500', '164232.612500', '164233.072500', '164233.532500', '164233.992500', '164234.452500', '164234.912500', '164235.372500', '164235.832500', '164236.292500', '164236.752500', '164237.212500', '164237.672500', '164238.132500', '164238.592500', '164239.052500', '164239.512500', '164239.972500', '164240.432500', '164240.892500', '164241.352500', '164241.812500', '164242.272500', '164242.732500', '164243.192500', '164243.652500', '164244.112500', '164244.572500', '164245.032500', '164245.492500', '164245.952500', '164246.412500', '164246.872500', '164247.332500', '164247.792500', '164248.252500', '164248.712500', '164249.172500', '164249.632500', '164250.092500', '164250.552500', '164251.012500', '164251.472500', '164251.932500', '164252.392500', '164252.852500', '164253.312500', '164253.772500', '164254.232500', '164254.692500', '164255.152500', '164255.612500', '164256.072500', '164256.532500', '164256.992500', '164257.452500', '164257.912500', '164258.372500', '164258.832500', '164259.292500', '164259.752500', '164300.212500', '164300.672500', '164301.132500', '164301.592500', '164302.052500', '164302.512500', '164302.972500', '164303.432500', '164303.892500', '164304.352500', '164304.812500', '164305.272500', '164305.732500', '164306.192500', '164306.652500', '164307.112500', '164307.572500', '164308.032500', '164308.492500', '164308.952500', '164309.412500', '164309.872500', '164310.332500', '164310.792500', '164311.252500', '164311.712500', '164312.172500', '164312.632500', '164313.092500', '164313.552500', '164314.012500', '164314.472500', '164314.932500', '164315.392500', '164315.852500', '164316.312500', '164316.772500', '164317.232500', '164317.692500', '164318.152500', '164318.612500', '164319.072500', '164319.532500', '164319.992500', '164320.452500', '164320.912500', '164321.372500', '164321.832500', '164322.292500', '164322.752500', '164323.212500', '164323.672500', '164324.132500', '164324.592500', '164325.052500', '164325.512500', '164325.972500', '164326.432500', '164326.892500', '164327.352500', '164327.812500', '164328.272500', '164328.732500', '164329.192500', '164329.652500', '164330.112500', '164330.572500', '164331.032500', '164331.492500', '164331.952500', '164332.412500', '164332.872500', '164333.332500', '164333.792500', '164334.252500', '164334.712500', '164335.172500', '164335.632500', '164336.092500', '164336.552500', '164337.012500', '164337.472500', '164337.932500', '164338.392500', '164338.852500', '164339.312500', '164339.772500', '164340.232500', '164340.692500', '164341.152500', '164341.612500', '164342.072500', '164342.532500', '164342.992500', '164343.452500', '164343.912500', '164344.372500', '164344.832500', '164345.292500', '164345.752500', '164346.212500', '164346.672500', '164347.132500', '164347.592500', '164348.052500', '164348.512500', '164348.972500', '164349.432500', '164349.892500', '164350.352500', '164350.812500', '164351.272500', '164351.732500', '164352.192500', '164352.652500', '164353.112500', '164353.572500', '164354.032500', '164354.492500', '164354.952500', '164355.412500', '164355.872500', '164356.332500', '164356.792500', '164357.252500', '164357.712500', '164358.172500', '164358.632500', '164359.092500', '164359.552500', '164400.012500', '164400.472500', '164400.932500', '164401.392500', '164401.852500', '164402.312500', '164402.772500', '164403.232500', '164403.692500', '164404.152500', '164404.612500', '164405.072500', '164405.532500', '164405.992500', '164406.452500', '164406.912500', '164407.372500', '164407.832500', '164408.292500', '164408.752500', '164409.212500', '164409.672500', '164410.132500', '164410.592500', '164411.052500', '164411.512500', '164411.972500', '164412.432500', '164412.892500', '164413.352500', '164413.812500', '164414.272500', '164414.732500', '164415.192500', '164415.652500', '164416.112500', '164416.572500', '164417.032500', '164417.492500', '164417.952500', '164418.412500', '164418.872500', '164419.332500', '164419.792500', '164420.252500', '164420.712500', '164421.172500', '164421.632500', '164422.092500', '164422.552500', '164423.012500', '164423.472500', '164423.932500', '164424.392500', '164424.852500', '164425.312500', '164425.772500', '164426.232500', '164426.692500', '164427.152500', '164427.612500', '164428.072500', '164428.532500', '164428.992500', '164429.452500', '164429.912500', '164430.372500', '164430.832500', '164431.292500', '164431.752500', '164432.212500', '164432.672500', '164433.132500', '164433.592500', '164434.052500', '164434.512500', '164434.972500', '164435.432500', '164435.892500', '164436.352500', '164436.812500', '164437.272500', '164437.732500', '164438.192500', '164438.652500', '164439.112500', '164439.572500', '164440.032500', '164440.492500', '164440.952500', '164441.412500', '164441.872500', '164442.332500', '164442.792500', '164443.252500', '164443.712500', '164444.172500', '164444.632500', '164445.092500', '164445.552500', '164446.012500', '164446.472500', '164446.932500', '164447.392500', '164447.852500', '164448.312500', '164448.772500', '164449.232500', '164449.692500', '164450.152500', '164450.612500', '164451.072500', '164451.532500', '164451.992500', '164452.452500', '164452.912500', '164453.372500', '164453.832500', '164454.292500', '164454.752500', '164455.212500', '164455.672500', '164456.132500', '164456.592500'], 'ContentTime': ['163815.626000', '163815.633000', '163815.636000', '163815.639000', '163815.642000', '163815.645000', '163815.648000', '163815.651000', '163815.654000', '163815.657000', '163815.660000', '163815.663000', '163815.666000', '163815.669000', '163815.672000', '163815.674000', '163815.677000', '163815.680000', '163815.683000', '163815.686000', '163815.689000', '163815.695000', '163815.698000', '163815.700000', '163815.703000', '163815.706000', '163815.709000', '163815.712000', '163815.715000', '163815.718000', '163815.721000', '163815.724000', '163815.726000', '163815.729000', '163815.732000', '163815.735000', '163815.738000', '163815.742000', '163815.745000', '163815.748000', '163835.590000', '163835.593000', '163835.596000', '163835.599000', '163835.602000', '163835.605000', '163835.608000', '163835.610000', '163835.613000', '163835.616000', '163835.619000', '163835.622000', '163835.625000', '163835.628000', '163835.631000', '163835.634000', '163835.637000', '163835.640000', '163835.642000', '163835.645000', '163835.648000', '163835.651000', '163835.654000', '163835.657000', '163835.660000', '163835.663000', '163835.666000', '163835.668000', '163835.671000', '163835.674000', '163835.677000', '163835.680000', '163835.683000', '163835.686000', '163835.689000', '163835.692000', '163835.695000', '163835.698000', '163835.701000', '163835.703000', '163835.706000', '163835.709000', '163835.712000', '163835.715000', '163855.590000', '163855.593000', '163855.602000', '163855.605000', '163855.608000', '163855.611000', '163855.614000', '163855.616000', '163855.619000', '163855.622000', '163855.625000', '163855.628000', '163855.631000', '163855.634000', '163855.637000', '163855.640000', '163855.643000', '163855.646000', '163855.649000', '163855.651000', '163855.654000', '163855.657000', '163855.660000', '163855.663000', '163855.666000', '163855.669000', '163855.672000', '163855.675000', '163855.691000', '163855.694000', '163855.697000', '163855.700000', '163855.703000', '163855.706000', '163855.713000', '163855.716000', '163855.719000', '163855.722000', '163855.725000', '163855.728000', '163855.730000', '163855.733000', '163855.736000', '163915.590000', '163915.593000', '163915.596000', '163915.599000', '163915.602000', '163915.605000', '163915.610000', '163915.613000', '163915.625000', '163915.628000', '163915.631000', '163915.649000', '163915.659000', '163915.662000', '163915.665000', '163915.668000', '163915.671000', '163915.674000', '163915.677000', '163915.680000', '163915.683000', '163915.686000', '163915.689000', '163915.692000', '163915.695000', '163915.698000', '163915.700000', '163915.703000', '163915.706000', '163915.709000', '163915.712000', '163915.715000', '163915.718000', '163915.721000', '163915.724000', '163915.727000', '163915.730000', '163915.733000', '163915.736000', '163915.738000', '163915.741000', '163915.744000', '163915.747000', '163935.590000', '163935.593000', '163935.596000', '163935.599000', '163935.602000', '163935.605000', '163935.608000', '163935.611000', '163935.614000', '163935.617000', '163935.619000', '163935.622000', '163935.625000', '163935.628000', '163935.631000', '163935.634000', '163935.637000', '163935.640000', '163935.643000', '163935.646000', '163935.649000', '163935.652000', '163935.655000', '163935.665000', '163935.667000', '163935.670000', '163935.673000', '163935.677000', '163935.680000', '163935.682000', '163935.685000', '163935.688000', '163935.691000', '163935.694000', '163935.697000', '163935.700000', '163935.703000', '163935.706000', '163935.709000', '163935.712000', '163935.715000', '163935.718000', '163935.721000', '163935.724000', '163955.589000', '163955.592000', '163955.595000', '163955.608000', '163955.612000', '163955.615000', '163955.618000', '163955.621000', '163955.624000', '163955.627000', '163955.630000', '163955.633000', '163955.636000', '163955.639000', '163955.642000', '163955.645000', '163955.648000', '163955.651000', '163955.654000', '163955.657000', '163955.660000', '163955.663000', '163955.666000', '163955.669000', '163955.672000', '163955.675000', '163955.678000', '163955.681000', '163955.684000', '163955.687000', '163955.689000', '163955.692000', '163955.695000', '163955.698000', '163955.701000', '163955.704000', '163955.707000', '163955.710000', '163955.713000', '163955.716000', '163955.719000', '163955.722000', '163955.725000', '164015.589000', '164015.592000', '164015.595000', '164015.598000', '164015.601000', '164015.604000', '164015.607000', '164015.610000', '164015.613000', '164015.616000', '164015.619000', '164015.622000', '164015.625000', '164015.628000', '164015.631000', '164015.634000', '164015.637000', '164015.640000', '164015.643000', '164015.646000', '164015.648000', '164015.651000', '164015.654000', '164015.657000', '164015.660000', '164015.663000', '164015.666000', '164015.669000', '164015.672000', '164015.675000', '164015.678000', '164015.681000', '164015.684000', '164015.687000', '164015.690000', '164015.693000', '164015.696000', '164015.699000', '164015.702000', '164015.705000', '164015.708000', '164015.711000', '164015.714000', '164015.717000', '164035.589000', '164035.592000', '164035.595000', '164035.598000', '164035.601000', '164035.604000', '164035.607000', '164035.610000', '164035.613000', '164035.616000', '164035.619000', '164035.622000', '164035.625000', '164035.628000', '164035.631000', '164035.634000', '164035.637000', '164035.640000', '164035.643000', '164035.647000', '164035.650000', '164035.653000', '164035.656000', '164035.659000', '164035.675000', '164035.678000', '164035.681000', '164035.684000', '164035.687000', '164035.690000', '164035.693000', '164035.696000', '164035.699000', '164035.702000', '164035.705000', '164035.708000', '164035.711000', '164035.713000', '164035.717000', '164035.720000', '164035.722000', '164035.725000', '164035.729000', '164055.590000', '164055.593000', '164055.596000', '164055.599000', '164055.602000', '164055.605000', '164055.608000', '164055.611000', '164055.614000', '164055.617000', '164055.620000', '164055.623000', '164055.626000', '164055.629000', '164055.632000', '164055.635000', '164055.643000', '164055.646000', '164055.649000', '164055.652000', '164055.654000', '164055.658000', '164055.661000', '164055.664000', '164055.667000', '164055.670000', '164055.673000', '164055.676000', '164055.678000', '164055.681000', '164055.684000', '164055.687000', '164055.690000', '164055.693000', '164055.696000', '164055.699000', '164055.702000', '164055.705000', '164055.708000', '164055.711000', '164055.714000', '164055.717000', '164055.720000', '164055.723000', '164115.590000', '164115.593000', '164115.596000', '164115.599000', '164115.602000', '164115.605000', '164115.608000', '164115.611000', '164115.614000', '164115.617000', '164115.620000', '164115.630000', '164115.633000', '164115.636000', '164115.639000', '164115.642000', '164115.645000', '164115.648000', '164115.651000', '164115.654000', '164115.657000', '164115.660000', '164115.663000', '164115.666000', '164115.669000', '164115.672000', '164115.675000', '164115.678000', '164115.681000', '164115.684000', '164115.687000', '164115.690000', '164115.693000', '164115.696000', '164115.699000', '164115.702000', '164115.705000', '164115.708000', '164115.711000', '164115.714000', '164115.717000', '164115.720000', '164115.723000', '164135.590000', '164135.593000', '164135.596000', '164135.599000', '164135.602000', '164135.605000', '164135.608000', '164135.611000', '164135.614000', '164135.617000', '164135.620000', '164135.623000', '164135.626000', '164135.629000', '164135.632000', '164135.635000', '164135.638000', '164135.641000', '164135.644000', '164135.647000', '164135.650000', '164135.653000', '164135.656000', '164135.659000', '164135.662000', '164135.665000', '164135.668000', '164135.671000', '164135.674000', '164135.677000', '164135.680000', '164135.682000', '164135.686000', '164135.688000', '164135.691000', '164135.694000', '164135.697000', '164135.700000', '164135.703000', '164135.706000', '164135.709000', '164135.716000', '164135.719000', '164135.722000', '164155.590000', '164155.593000', '164155.596000', '164155.599000', '164155.602000', '164155.605000', '164155.608000', '164155.611000', '164155.615000', '164155.619000', '164155.622000', '164155.625000', '164155.628000', '164155.631000', '164155.634000', '164155.637000', '164155.640000', '164155.642000', '164155.646000', '164155.648000', '164155.651000', '164155.654000', '164155.664000', '164155.667000', '164155.670000', '164155.673000', '164155.676000', '164155.679000', '164155.683000', '164155.686000', '164155.689000', '164155.692000', '164155.695000', '164155.698000', '164155.701000', '164155.704000', '164155.707000', '164155.710000', '164155.713000', '164155.716000', '164155.718000', '164155.721000', '164155.724000', '164215.589000', '164215.592000', '164215.595000', '164215.598000', '164215.601000', '164215.604000', '164215.620000', '164215.623000', '164215.626000', '164215.629000', '164215.632000', '164215.635000', '164215.638000', '164215.640000', '164215.643000', '164215.652000', '164215.654000', '164215.657000', '164215.660000', '164215.663000', '164215.666000', '164215.669000', '164215.672000', '164215.675000', '164215.678000', '164215.681000', '164215.684000', '164215.687000', '164215.690000', '164215.693000', '164215.696000', '164215.699000', '164215.702000', '164215.705000', '164215.708000', '164215.711000', '164215.714000', '164215.717000', '164215.720000', '164215.723000', '164215.726000', '164215.729000', '164215.732000', '164215.735000', '164235.589000', '164235.592000', '164235.595000', '164235.598000', '164235.601000', '164235.604000', '164235.607000', '164235.610000', '164235.613000', '164235.616000', '164235.619000', '164235.622000', '164235.624000', '164235.627000', '164235.630000', '164235.633000', '164235.636000', '164235.639000', '164235.642000', '164235.645000', '164235.648000', '164235.651000', '164235.654000', '164235.657000', '164235.660000', '164235.663000', '164235.666000', '164235.668000', '164235.671000', '164235.674000', '164235.677000', '164235.680000', '164235.683000', '164235.686000', '164235.689000', '164235.692000', '164235.695000', '164235.698000', '164235.701000', '164235.705000', '164235.708000', '164235.711000', '164235.714000', '164255.589000', '164255.594000', '164255.597000', '164255.600000', '164255.603000', '164255.606000', '164255.608000', '164255.611000', '164255.614000', '164255.617000', '164255.620000', '164255.623000', '164255.626000', '164255.629000', '164255.632000', '164255.635000', '164255.638000', '164255.641000', '164255.644000', '164255.647000', '164255.649000', '164255.652000', '164255.655000', '164255.658000', '164255.661000', '164255.664000', '164255.667000', '164255.670000', '164255.673000', '164255.676000', '164255.679000', '164255.682000', '164255.685000', '164255.688000', '164255.691000', '164255.694000', '164255.697000', '164255.700000', '164255.703000', '164255.706000', '164255.709000', '164255.712000', '164255.715000', '164255.718000', '164315.590000', '164315.593000', '164315.596000', '164315.599000', '164315.602000', '164315.605000', '164315.608000', '164315.611000', '164315.614000', '164315.617000', '164315.620000', '164315.623000', '164315.626000', '164315.629000', '164315.632000', '164315.635000', '164315.638000', '164315.641000', '164315.644000', '164315.646000', '164315.649000', '164315.653000', '164315.657000', '164315.660000', '164315.663000', '164315.672000', '164315.675000', '164315.678000', '164315.681000', '164315.684000', '164315.687000', '164315.690000', '164315.693000', '164315.696000', '164315.699000', '164315.702000', '164315.705000', '164315.708000', '164315.711000', '164315.714000', '164315.717000', '164315.722000', '164315.726000', '164335.590000', '164335.593000', '164335.596000', '164335.599000', '164335.602000', '164335.605000', '164335.608000', '164335.611000', '164335.614000', '164335.617000', '164335.620000', '164335.623000', '164335.626000', '164335.629000', '164335.632000', '164335.635000', '164335.638000', '164335.641000', '164335.644000', '164335.647000', '164335.650000', '164335.653000', '164335.656000', '164335.659000', '164335.662000', '164335.665000', '164335.668000', '164335.670000', '164335.673000', '164335.676000', '164335.679000', '164335.697000', '164335.700000', '164335.703000', '164335.706000', '164335.709000', '164335.712000', '164335.715000', '164335.718000', '164335.721000', '164335.724000', '164335.727000', '164335.730000', '164335.733000', '164355.590000', '164355.593000', '164355.596000', '164355.599000', '164355.602000', '164355.605000', '164355.608000', '164355.611000', '164355.614000', '164355.617000', '164355.620000', '164355.623000', '164355.626000', '164355.629000', '164355.632000', '164355.635000', '164355.638000', '164355.641000', '164355.643000', '164355.646000', '164355.649000', '164355.652000', '164355.655000', '164355.658000', '164355.661000', '164355.664000', '164355.667000', '164355.670000', '164355.673000', '164355.676000', '164355.679000', '164355.681000', '164355.684000', '164355.687000', '164355.690000', '164355.693000', '164355.696000', '164355.699000', '164355.702000', '164355.705000', '164355.708000', '164355.711000', '164355.714000', '164415.590000', '164415.593000', '164415.596000', '164415.599000', '164415.602000', '164415.605000', '164415.608000', '164415.611000', '164415.614000', '164415.617000', '164415.620000', '164415.623000', '164415.626000', '164415.628000', '164415.631000', '164415.634000', '164415.637000', '164415.640000', '164415.643000', '164415.646000', '164415.649000', '164415.652000', '164415.655000', '164415.658000', '164415.661000', '164415.664000', '164415.667000', '164415.669000', '164415.672000', '164415.675000', '164415.678000', '164415.681000', '164415.684000', '164415.687000', '164415.690000', '164415.693000', '164415.696000', '164415.699000', '164415.702000', '164415.705000', '164415.708000', '164415.711000', '164415.714000', '164415.717000', '164435.589000', '164435.592000', '164435.595000', '164435.598000', '164435.601000', '164435.604000', '164435.607000', '164435.610000', '164435.613000', '164435.616000', '164435.618000', '164435.621000', '164435.624000', '164435.627000', '164435.630000', '164435.633000', '164435.636000', '164435.639000', '164435.642000', '164435.645000', '164435.648000', '164435.651000', '164435.653000', '164435.656000', '164435.659000', '164435.662000', '164435.665000', '164435.668000', '164435.671000', '164435.674000', '164435.677000', '164435.680000', '164435.683000', '164435.686000', '164435.689000', '164435.693000', '164435.696000', '164435.699000', '164435.702000', '164435.705000', '164435.707000', '164435.710000', '164435.713000', '164455.589000', '164455.592000', '164455.595000', '164455.598000', '164455.601000', '164455.604000', '164455.607000', '164455.610000', '164455.613000', '164455.615000', '164455.618000', '164455.621000', '164455.624000', '164455.627000', '164455.630000', '164455.633000', '164455.636000', '164455.639000', '164455.642000', '164455.645000', '164455.648000', '164455.651000', '164455.654000', '164455.657000', '164455.660000', '164455.663000', '164455.666000', '164455.669000', '164455.672000', '164455.675000', '164455.678000', '164455.681000', '164455.684000', '164455.687000', '164455.690000', '164455.693000', '164455.696000', '164455.699000', '164455.701000', '164455.704000', '164455.707000', '164455.710000', '164455.729000', '164455.732000', '164457.445000', '164457.449000', '164457.451000', '164457.454000'], 'InstanceCreationTime': ['163815.626000', '163815.633000', '163815.636000', '163815.639000', '163815.642000', '163815.645000', '163815.648000', '163815.651000', '163815.654000', '163815.657000', '163815.660000', '163815.663000', '163815.666000', '163815.669000', '163815.672000', '163815.674000', '163815.677000', '163815.680000', '163815.683000', '163815.686000', '163815.689000', '163815.695000', '163815.698000', '163815.700000', '163815.703000', '163815.706000', '163815.709000', '163815.712000', '163815.715000', '163815.718000', '163815.721000', '163815.724000', '163815.726000', '163815.729000', '163815.732000', '163815.735000', '163815.738000', '163815.742000', '163815.745000', '163815.748000', '163835.590000', '163835.593000', '163835.596000', '163835.599000', '163835.602000', '163835.605000', '163835.608000', '163835.610000', '163835.613000', '163835.616000', '163835.619000', '163835.622000', '163835.625000', '163835.628000', '163835.631000', '163835.634000', '163835.637000', '163835.640000', '163835.642000', '163835.645000', '163835.648000', '163835.651000', '163835.654000', '163835.657000', '163835.660000', '163835.663000', '163835.666000', '163835.668000', '163835.671000', '163835.674000', '163835.677000', '163835.680000', '163835.683000', '163835.686000', '163835.689000', '163835.692000', '163835.695000', '163835.698000', '163835.701000', '163835.703000', '163835.706000', '163835.709000', '163835.712000', '163835.715000', '163855.590000', '163855.593000', '163855.602000', '163855.605000', '163855.608000', '163855.611000', '163855.614000', '163855.616000', '163855.619000', '163855.622000', '163855.625000', '163855.628000', '163855.631000', '163855.634000', '163855.637000', '163855.640000', '163855.643000', '163855.646000', '163855.649000', '163855.651000', '163855.654000', '163855.657000', '163855.660000', '163855.663000', '163855.666000', '163855.669000', '163855.672000', '163855.675000', '163855.691000', '163855.694000', '163855.697000', '163855.700000', '163855.703000', '163855.706000', '163855.713000', '163855.716000', '163855.719000', '163855.722000', '163855.725000', '163855.728000', '163855.730000', '163855.733000', '163855.736000', '163915.590000', '163915.593000', '163915.596000', '163915.599000', '163915.602000', '163915.605000', '163915.610000', '163915.613000', '163915.625000', '163915.628000', '163915.631000', '163915.649000', '163915.659000', '163915.662000', '163915.665000', '163915.668000', '163915.671000', '163915.674000', '163915.677000', '163915.680000', '163915.683000', '163915.686000', '163915.689000', '163915.692000', '163915.695000', '163915.698000', '163915.700000', '163915.703000', '163915.706000', '163915.709000', '163915.712000', '163915.715000', '163915.718000', '163915.721000', '163915.724000', '163915.727000', '163915.730000', '163915.733000', '163915.736000', '163915.738000', '163915.741000', '163915.744000', '163915.747000', '163935.590000', '163935.593000', '163935.596000', '163935.599000', '163935.602000', '163935.605000', '163935.608000', '163935.611000', '163935.614000', '163935.617000', '163935.619000', '163935.622000', '163935.625000', '163935.628000', '163935.631000', '163935.634000', '163935.637000', '163935.640000', '163935.643000', '163935.646000', '163935.649000', '163935.652000', '163935.655000', '163935.665000', '163935.667000', '163935.670000', '163935.673000', '163935.677000', '163935.680000', '163935.682000', '163935.685000', '163935.688000', '163935.691000', '163935.694000', '163935.697000', '163935.700000', '163935.703000', '163935.706000', '163935.709000', '163935.712000', '163935.715000', '163935.718000', '163935.721000', '163935.724000', '163955.589000', '163955.592000', '163955.595000', '163955.608000', '163955.612000', '163955.615000', '163955.618000', '163955.621000', '163955.624000', '163955.627000', '163955.630000', '163955.633000', '163955.636000', '163955.639000', '163955.642000', '163955.645000', '163955.648000', '163955.651000', '163955.654000', '163955.657000', '163955.660000', '163955.663000', '163955.666000', '163955.669000', '163955.672000', '163955.675000', '163955.678000', '163955.681000', '163955.684000', '163955.687000', '163955.689000', '163955.692000', '163955.695000', '163955.698000', '163955.701000', '163955.704000', '163955.707000', '163955.710000', '163955.713000', '163955.716000', '163955.719000', '163955.722000', '163955.725000', '164015.589000', '164015.592000', '164015.595000', '164015.598000', '164015.601000', '164015.604000', '164015.607000', '164015.610000', '164015.613000', '164015.616000', '164015.619000', '164015.622000', '164015.625000', '164015.628000', '164015.631000', '164015.634000', '164015.637000', '164015.640000', '164015.643000', '164015.646000', '164015.648000', '164015.651000', '164015.654000', '164015.657000', '164015.660000', '164015.663000', '164015.666000', '164015.669000', '164015.672000', '164015.675000', '164015.678000', '164015.681000', '164015.684000', '164015.687000', '164015.690000', '164015.693000', '164015.696000', '164015.699000', '164015.702000', '164015.705000', '164015.708000', '164015.711000', '164015.714000', '164015.717000', '164035.589000', '164035.592000', '164035.595000', '164035.598000', '164035.601000', '164035.604000', '164035.607000', '164035.610000', '164035.613000', '164035.616000', '164035.619000', '164035.622000', '164035.625000', '164035.628000', '164035.631000', '164035.634000', '164035.637000', '164035.640000', '164035.643000', '164035.647000', '164035.650000', '164035.653000', '164035.656000', '164035.659000', '164035.675000', '164035.678000', '164035.681000', '164035.684000', '164035.687000', '164035.690000', '164035.693000', '164035.696000', '164035.699000', '164035.702000', '164035.705000', '164035.708000', '164035.711000', '164035.713000', '164035.717000', '164035.720000', '164035.722000', '164035.725000', '164035.729000', '164055.590000', '164055.593000', '164055.596000', '164055.599000', '164055.602000', '164055.605000', '164055.608000', '164055.611000', '164055.614000', '164055.617000', '164055.620000', '164055.623000', '164055.626000', '164055.629000', '164055.632000', '164055.635000', '164055.643000', '164055.646000', '164055.649000', '164055.652000', '164055.654000', '164055.658000', '164055.661000', '164055.664000', '164055.667000', '164055.670000', '164055.673000', '164055.676000', '164055.678000', '164055.681000', '164055.684000', '164055.687000', '164055.690000', '164055.693000', '164055.696000', '164055.699000', '164055.702000', '164055.705000', '164055.708000', '164055.711000', '164055.714000', '164055.717000', '164055.720000', '164055.723000', '164115.590000', '164115.593000', '164115.596000', '164115.599000', '164115.602000', '164115.605000', '164115.608000', '164115.611000', '164115.614000', '164115.617000', '164115.620000', '164115.630000', '164115.633000', '164115.636000', '164115.639000', '164115.642000', '164115.645000', '164115.648000', '164115.651000', '164115.654000', '164115.657000', '164115.660000', '164115.663000', '164115.666000', '164115.669000', '164115.672000', '164115.675000', '164115.678000', '164115.681000', '164115.684000', '164115.687000', '164115.690000', '164115.693000', '164115.696000', '164115.699000', '164115.702000', '164115.705000', '164115.708000', '164115.711000', '164115.714000', '164115.717000', '164115.720000', '164115.723000', '164135.590000', '164135.593000', '164135.596000', '164135.599000', '164135.602000', '164135.605000', '164135.608000', '164135.611000', '164135.614000', '164135.617000', '164135.620000', '164135.623000', '164135.626000', '164135.629000', '164135.632000', '164135.635000', '164135.638000', '164135.641000', '164135.644000', '164135.647000', '164135.650000', '164135.653000', '164135.656000', '164135.659000', '164135.662000', '164135.665000', '164135.668000', '164135.671000', '164135.674000', '164135.677000', '164135.680000', '164135.682000', '164135.686000', '164135.688000', '164135.691000', '164135.694000', '164135.697000', '164135.700000', '164135.703000', '164135.706000', '164135.709000', '164135.716000', '164135.719000', '164135.722000', '164155.590000', '164155.593000', '164155.596000', '164155.599000', '164155.602000', '164155.605000', '164155.608000', '164155.611000', '164155.615000', '164155.619000', '164155.622000', '164155.625000', '164155.628000', '164155.631000', '164155.634000', '164155.637000', '164155.640000', '164155.642000', '164155.646000', '164155.648000', '164155.651000', '164155.654000', '164155.664000', '164155.667000', '164155.670000', '164155.673000', '164155.676000', '164155.679000', '164155.683000', '164155.686000', '164155.689000', '164155.692000', '164155.695000', '164155.698000', '164155.701000', '164155.704000', '164155.707000', '164155.710000', '164155.713000', '164155.716000', '164155.718000', '164155.721000', '164155.724000', '164215.589000', '164215.592000', '164215.595000', '164215.598000', '164215.601000', '164215.604000', '164215.620000', '164215.623000', '164215.626000', '164215.629000', '164215.632000', '164215.635000', '164215.638000', '164215.640000', '164215.643000', '164215.652000', '164215.654000', '164215.657000', '164215.660000', '164215.663000', '164215.666000', '164215.669000', '164215.672000', '164215.675000', '164215.678000', '164215.681000', '164215.684000', '164215.687000', '164215.690000', '164215.693000', '164215.696000', '164215.699000', '164215.702000', '164215.705000', '164215.708000', '164215.711000', '164215.714000', '164215.717000', '164215.720000', '164215.723000', '164215.726000', '164215.729000', '164215.732000', '164215.735000', '164235.589000', '164235.592000', '164235.595000', '164235.598000', '164235.601000', '164235.604000', '164235.607000', '164235.610000', '164235.613000', '164235.616000', '164235.619000', '164235.622000', '164235.624000', '164235.627000', '164235.630000', '164235.633000', '164235.636000', '164235.639000', '164235.642000', '164235.645000', '164235.648000', '164235.651000', '164235.654000', '164235.657000', '164235.660000', '164235.663000', '164235.666000', '164235.668000', '164235.671000', '164235.674000', '164235.677000', '164235.680000', '164235.683000', '164235.686000', '164235.689000', '164235.692000', '164235.695000', '164235.698000', '164235.701000', '164235.705000', '164235.708000', '164235.711000', '164235.714000', '164255.589000', '164255.594000', '164255.597000', '164255.600000', '164255.603000', '164255.606000', '164255.608000', '164255.611000', '164255.614000', '164255.617000', '164255.620000', '164255.623000', '164255.626000', '164255.629000', '164255.632000', '164255.635000', '164255.638000', '164255.641000', '164255.644000', '164255.647000', '164255.649000', '164255.652000', '164255.655000', '164255.658000', '164255.661000', '164255.664000', '164255.667000', '164255.670000', '164255.673000', '164255.676000', '164255.679000', '164255.682000', '164255.685000', '164255.688000', '164255.691000', '164255.694000', '164255.697000', '164255.700000', '164255.703000', '164255.706000', '164255.709000', '164255.712000', '164255.715000', '164255.718000', '164315.590000', '164315.593000', '164315.596000', '164315.599000', '164315.602000', '164315.605000', '164315.608000', '164315.611000', '164315.614000', '164315.617000', '164315.620000', '164315.623000', '164315.626000', '164315.629000', '164315.632000', '164315.635000', '164315.638000', '164315.641000', '164315.644000', '164315.646000', '164315.649000', '164315.653000', '164315.657000', '164315.660000', '164315.663000', '164315.672000', '164315.675000', '164315.678000', '164315.681000', '164315.684000', '164315.687000', '164315.690000', '164315.693000', '164315.696000', '164315.699000', '164315.702000', '164315.705000', '164315.708000', '164315.711000', '164315.714000', '164315.717000', '164315.722000', '164315.726000', '164335.590000', '164335.593000', '164335.596000', '164335.599000', '164335.602000', '164335.605000', '164335.608000', '164335.611000', '164335.614000', '164335.617000', '164335.620000', '164335.623000', '164335.626000', '164335.629000', '164335.632000', '164335.635000', '164335.638000', '164335.641000', '164335.644000', '164335.647000', '164335.650000', '164335.653000', '164335.656000', '164335.659000', '164335.662000', '164335.665000', '164335.668000', '164335.670000', '164335.673000', '164335.676000', '164335.679000', '164335.697000', '164335.700000', '164335.703000', '164335.706000', '164335.709000', '164335.712000', '164335.715000', '164335.718000', '164335.721000', '164335.724000', '164335.727000', '164335.730000', '164335.733000', '164355.590000', '164355.593000', '164355.596000', '164355.599000', '164355.602000', '164355.605000', '164355.608000', '164355.611000', '164355.614000', '164355.617000', '164355.620000', '164355.623000', '164355.626000', '164355.629000', '164355.632000', '164355.635000', '164355.638000', '164355.641000', '164355.643000', '164355.646000', '164355.649000', '164355.652000', '164355.655000', '164355.658000', '164355.661000', '164355.664000', '164355.667000', '164355.670000', '164355.673000', '164355.676000', '164355.679000', '164355.681000', '164355.684000', '164355.687000', '164355.690000', '164355.693000', '164355.696000', '164355.699000', '164355.702000', '164355.705000', '164355.708000', '164355.711000', '164355.714000', '164415.590000', '164415.593000', '164415.596000', '164415.599000', '164415.602000', '164415.605000', '164415.608000', '164415.611000', '164415.614000', '164415.617000', '164415.620000', '164415.623000', '164415.626000', '164415.628000', '164415.631000', '164415.634000', '164415.637000', '164415.640000', '164415.643000', '164415.646000', '164415.649000', '164415.652000', '164415.655000', '164415.658000', '164415.661000', '164415.664000', '164415.667000', '164415.669000', '164415.672000', '164415.675000', '164415.678000', '164415.681000', '164415.684000', '164415.687000', '164415.690000', '164415.693000', '164415.696000', '164415.699000', '164415.702000', '164415.705000', '164415.708000', '164415.711000', '164415.714000', '164415.717000', '164435.589000', '164435.592000', '164435.595000', '164435.598000', '164435.601000', '164435.604000', '164435.607000', '164435.610000', '164435.613000', '164435.616000', '164435.618000', '164435.621000', '164435.624000', '164435.627000', '164435.630000', '164435.633000', '164435.636000', '164435.639000', '164435.642000', '164435.645000', '164435.648000', '164435.651000', '164435.653000', '164435.656000', '164435.659000', '164435.662000', '164435.665000', '164435.668000', '164435.671000', '164435.674000', '164435.677000', '164435.680000', '164435.683000', '164435.686000', '164435.689000', '164435.693000', '164435.696000', '164435.699000', '164435.702000', '164435.705000', '164435.707000', '164435.710000', '164435.713000', '164455.589000', '164455.592000', '164455.595000', '164455.598000', '164455.601000', '164455.604000', '164455.607000', '164455.610000', '164455.613000', '164455.615000', '164455.618000', '164455.621000', '164455.624000', '164455.627000', '164455.630000', '164455.633000', '164455.636000', '164455.639000', '164455.642000', '164455.645000', '164455.648000', '164455.651000', '164455.654000', '164455.657000', '164455.660000', '164455.663000', '164455.666000', '164455.669000', '164455.672000', '164455.675000', '164455.678000', '164455.681000', '164455.684000', '164455.687000', '164455.690000', '164455.693000', '164455.696000', '164455.699000', '164455.701000', '164455.704000', '164455.707000', '164455.710000', '164455.729000', '164455.732000', '164457.445000', '164457.449000', '164457.451000', '164457.454000'], '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': [10908, 11132, 14375, 10900, 11317, 11767, 10050, 11284, 10910, 9981, 11499, 10884, 9912, 10838, 10981, 11210, 10225, 11140, 10818, 10004, 11188, 11151, 9677, 11119, 10836, 10151, 10849, 10875, 10087, 11013, 10496, 10151, 11198, 10677, 10535, 10953, 10779, 9707, 10952, 11094, 9812, 10819, 10836, 9684, 10547, 10405, 10263, 10599, 10923, 10289, 10965, 11088, 10425, 10485, 10882, 11074, 9562, 10958, 10683, 10207, 11036, 10961, 10275, 10956, 10958, 9660, 10688, 10892, 10598, 11104, 12055, 10520, 10572, 11307, 9403, 10671, 11369, 9912, 10634, 10277, 10245, 10611, 10553, 9993, 10951, 11006, 11244, 10507, 11126, 10846, 10593, 10909, 10653, 10542, 10676, 10643, 9917, 10676, 10775, 9896, 10899, 10832, 9844, 10749, 12816, 10451, 10869, 10596, 10988, 10744, 10491, 10082, 10763, 10609, 10098, 11068, 10340, 10712, 10656, 10280, 9630, 10834, 10203, 10536, 9599, 9683, 10483, 10731, 10494, 10575, 10778, 10478, 10961, 10998, 10915, 10594, 11017, 10140, 9915, 10724, 10192, 10647, 10847, 10724, 9535, 10653, 10548, 10148, 11220, 9951, 10352, 11074, 11279, 10137, 10992, 10279, 10557, 10842, 10187, 10529, 10797, 10622, 10911, 10966, 9813, 10837, 10962, 10696, 10788, 10782, 9975, 11310, 10489, 10056, 10859, 10890, 9331, 10678, 10678, 10845, 10914, 10554, 9953, 10831, 11915, 10020, 10951, 11647, 10666, 10967, 11706, 9677, 10684, 9686, 9723, 10361, 9632, 9736, 10295, 10760, 9910, 10467, 10876, 10737, 10277, 10511, 10759, 9432, 10537, 10554, 9571, 10344, 10995, 9687, 10185, 9740, 9842, 9826, 10474, 11193, 10224, 9398, 9915, 9891, 10720, 11266, 10079, 10793, 10597, 10362, 10841, 11339, 9419, 10757, 10920, 9705, 10649, 13834, 9997, 10381, 12053, 9838, 10434, 11999, 9700, 10243, 11188, 9443, 10173, 10211, 9556, 9931, 10583, 10184, 10165, 10585, 10920, 9992, 10330, 10740, 9662, 10721, 11183, 9780, 10224, 10981, 9777, 10091, 10053, 9798, 10140, 10498, 11346, 9931, 10772, 10711, 10383, 10760, 10930, 9519, 10586, 10680, 10179, 10735, 10916, 9411, 10557, 11417, 10272, 10411, 10628, 9793, 10932, 11940, 10602, 9910, 10725, 9613, 10198, 11408, 9708, 10226, 10635, 9778, 10487, 11417, 9244, 10379, 12102, 10410, 10155, 11517, 9505, 10289, 11038, 9544, 10362, 12395, 10103, 10172, 11312, 9695, 10331, 10772, 9933, 10506, 11724, 10399, 10586, 10605, 9501, 10340, 10302, 10073, 10062, 10304, 10058, 10162, 10505, 9885, 10217, 10707, 10191, 9810, 10601, 9642, 10362, 11002, 9937, 10173, 11059, 10204, 10189, 11132, 9726, 10416, 11410, 10420, 10262, 11010, 9677, 10833, 10694, 10115, 10416, 10933, 9945, 10509, 11470, 9992, 10296, 11972, 10329, 10959, 10741, 9780, 10511, 11342, 9875, 10255, 11666, 10004, 10434, 10642, 10008, 10807, 11389, 10131, 10482, 11557, 10177, 9885, 10643, 9691, 10518, 12135, 10609, 10578, 11732, 9919, 10411, 12015, 10378, 10194, 11728, 10151, 10046, 10519, 9958, 10744, 12236, 10285, 9802, 10566, 9762, 10315, 10451, 9840, 10560, 10994, 10281, 10086, 10274, 10066, 11267, 10012, 9855, 11277, 10538, 10044, 10875, 9950, 10416, 11344, 10839, 9942, 10522, 10305, 10069, 10511, 10443, 9837, 11047, 10952, 10045, 10715, 11934, 10078, 10932, 11013, 9997, 9649, 10618, 10072, 10698, 10864, 10099, 9812, 10199, 9782, 10930, 10788, 9992, 11149, 9976, 10179, 11496, 10763, 10082, 11131, 10375, 9967, 10796, 9842, 9777, 10211, 11062, 10081, 10050, 10113, 9935, 10536, 10958, 10347, 10935, 11333, 9897, 9739, 10589, 9918, 10689, 12234, 10142, 9441, 10305, 9900, 10161, 11304, 9999, 10972, 11125, 10038, 9968, 10861, 9812, 10638, 12072, 10169, 10735, 11687, 10147, 10457, 11765, 10162, 10387, 11475, 9768, 10652, 11442, 10027, 10339, 11513, 10067, 10550, 11463, 9812, 10516, 11090, 10389, 10353, 10107, 9649, 10505, 11603, 9953, 10504, 11054, 10183, 10615, 11493, 10070, 10290, 11600, 10087, 10221, 11855, 10007, 11455, 9915, 10195, 11278, 10442, 9968, 11221, 9929, 9986, 11049, 10301, 10387, 11773, 10663, 10136, 11051, 9696, 10287, 11054, 10110, 10472, 11666, 10013, 10566, 11480, 9931, 10536, 11992, 10215, 10511, 11668, 9745, 10313, 11279, 9911, 10327, 10539, 10522, 11135, 9937, 11085, 9836, 10427, 12491, 10341, 10252, 11529, 10366, 10169, 10995, 9592, 9435, 10620, 9920, 10657, 10581, 9915, 11654, 10782, 10103, 11590, 10166, 11318, 10255, 10300, 11313, 10786, 9987, 11858, 10036, 10244, 11184, 10001, 10128, 10847, 9550, 11709, 10145, 10147, 11061, 10181, 10689, 10318, 10571, 11804, 10339, 10616, 9669, 10926, 10617, 11361, 9215, 10986, 11491, 11160, 10172, 11037, 11230, 11584, 10765, 9602, 11169, 10810, 10280, 10479, 10901, 10287, 9405, 10057, 11103, 10786, 9338, 9792, 10674, 8873, 10890, 9098, 9965, 11754, 13234, 9902, 11729, 12493, 10141, 11731, 11665, 9990, 11851, 11470, 11783, 11294, 9815, 10184, 11294, 10313, 10018, 11280, 10194, 9918, 11384, 11229, 10216, 11447, 9567, 11128, 8241, 9514, 10684, 10034, 10819, 9918, 10262, 11256, 12291, 9463, 11346, 11336, 9675, 11264, 10775, 10768, 11122, 10976, 14774, 11717, 12974, 14437, 12246, 11060, 10894, 11596, 11228, 14938, 11576, 11068, 14350, 11765, 11139, 12608, 11567, 11237, 11983, 11438, 11345, 10580, 11939, 11169, 9820, 11463, 11027, 9303, 10655, 10997, 10205, 11333, 11516, 10054, 11110, 11130, 9596, 11324, 11372, 10296, 10176, 11013, 10745, 11056, 11464, 10198, 10840, 10751, 9929, 11000, 11062, 10734, 11003, 9479, 10028, 11026, 10346, 10043, 10775, 10229, 10074, 11238, 10543, 10816, 11116, 10555, 10715, 11221, 10500, 10821, 11243, 10959, 10996, 10913, 10794, 9731, 10901, 10887, 10257, 11296, 10956, 10265, 11135, 10973, 10456, 11185, 11130, 10469, 11091, 10800, 10148, 10678, 10121, 9871, 10736, 10930, 11451, 11108, 11435, 11208, 11086, 11063, 11098, 11021, 11241, 11299, 10817, 11555, 11027, 10908, 11487, 11441, 10940, 11199, 11375, 10588, 11022, 11319, 10800, 11232, 11367, 10418, 10951, 11448, 10173, 11269, 11421, 10528, 11139, 11699, 10425, 10877, 11240, 10653, 10192, 9609, 10461, 10146, 10979, 10188, 9923, 10139, 10573, 10349, 10864, 10381, 10648, 10519, 10888, 11081, 9569, 10963, 10525, 10292, 10329, 9894, 9839, 10710, 10647, 10355, 10804, 10900, 10949, 11225, 10641, 9733, 10867, 11156, 10917, 10739, 9299, 9811, 10845, 10298, 10378, 10949, 10038, 9753, 10869, 10657, 10536, 10623, 11243, 11018, 11245, 11330, 10832, 10988, 11434, 10948, 10353, 11401, 10723, 10837, 11264, 11121, 10252, 11158, 11407, 10982, 10754, 10459, 10627, 9868], 'WindowCenter': [3945.0, 3941.0, 3947.0, 3913.0, 3912.0, 3911.0, 3901.0, 3912.0, 3899.0, 3887.0, 3898.0, 3887.0, 3876.0, 3897.0, 3896.0, 3909.0, 3899.0, 3909.0, 3898.0, 3889.0, 3898.0, 3898.0, 3888.0, 3911.0, 3911.0, 3902.0, 3911.0, 3899.0, 3900.0, 3911.0, 3900.0, 3913.0, 3923.0, 3900.0, 3902.0, 3913.0, 3899.0, 3901.0, 3912.0, 3912.0, 3901.0, 3913.0, 3911.0, 3901.0, 3911.0, 3900.0, 3902.0, 3915.0, 3913.0, 3900.0, 3911.0, 3912.0, 3899.0, 3911.0, 3912.0, 3923.0, 3903.0, 3913.0, 3911.0, 3912.0, 3913.0, 3912.0, 3902.0, 3925.0, 3925.0, 3904.0, 3913.0, 3912.0, 3912.0, 3912.0, 3921.0, 3913.0, 3914.0, 3911.0, 3891.0, 3901.0, 3909.0, 3889.0, 3900.0, 3900.0, 3900.0, 3900.0, 3901.0, 3889.0, 3911.0, 3910.0, 3910.0, 3912.0, 3911.0, 3899.0, 3900.0, 3900.0, 3898.0, 3899.0, 3912.0, 3911.0, 3901.0, 3911.0, 3910.0, 3900.0, 3910.0, 3898.0, 3899.0, 3911.0, 3922.0, 3901.0, 3910.0, 3899.0, 3910.0, 3899.0, 3897.0, 3900.0, 3912.0, 3900.0, 3899.0, 3909.0, 3899.0, 3900.0, 3900.0, 3900.0, 3901.0, 3912.0, 3899.0, 3899.0, 3890.0, 3888.0, 3898.0, 3898.0, 3898.0, 3913.0, 3912.0, 3900.0, 3911.0, 3910.0, 3898.0, 3910.0, 3913.0, 3911.0, 3901.0, 3912.0, 3900.0, 3911.0, 3911.0, 3898.0, 3889.0, 3913.0, 3900.0, 3901.0, 3913.0, 3900.0, 3901.0, 3911.0, 3910.0, 3900.0, 3900.0, 3888.0, 3899.0, 3899.0, 3887.0, 3899.0, 3911.0, 3899.0, 3899.0, 3899.0, 3887.0, 3899.0, 3899.0, 3899.0, 3909.0, 3899.0, 3888.0, 3909.0, 3898.0, 3887.0, 3899.0, 3910.0, 3889.0, 3899.0, 3898.0, 3910.0, 3910.0, 3898.0, 3899.0, 3911.0, 3911.0, 3901.0, 3911.0, 3909.0, 3899.0, 3910.0, 3909.0, 3899.0, 3899.0, 3889.0, 3888.0, 3899.0, 3887.0, 3900.0, 3912.0, 3910.0, 3888.0, 3899.0, 3899.0, 3898.0, 3912.0, 3913.0, 3909.0, 3889.0, 3911.0, 3900.0, 3900.0, 3912.0, 3910.0, 3901.0, 3913.0, 3901.0, 3901.0, 3914.0, 3913.0, 3912.0, 3912.0, 3890.0, 3901.0, 3913.0, 3924.0, 3912.0, 3903.0, 3912.0, 3901.0, 3911.0, 3912.0, 3912.0, 3890.0, 3911.0, 3910.0, 3888.0, 3900.0, 3930.0, 3900.0, 3900.0, 3909.0, 3899.0, 3900.0, 3908.0, 3889.0, 3901.0, 3910.0, 3888.0, 3899.0, 3898.0, 3889.0, 3901.0, 3910.0, 3899.0, 3899.0, 3899.0, 3897.0, 3900.0, 3911.0, 3898.0, 3888.0, 3909.0, 3897.0, 3898.0, 3900.0, 3910.0, 3899.0, 3900.0, 3888.0, 3887.0, 3898.0, 3898.0, 3909.0, 3899.0, 3898.0, 3897.0, 3899.0, 3898.0, 3898.0, 3888.0, 3910.0, 3897.0, 3898.0, 3899.0, 3896.0, 3887.0, 3898.0, 3908.0, 3900.0, 3899.0, 3899.0, 3888.0, 3926.0, 3922.0, 3911.0, 3901.0, 3899.0, 3889.0, 3901.0, 3909.0, 3901.0, 3901.0, 3899.0, 3900.0, 3911.0, 3909.0, 3889.0, 3900.0, 3908.0, 3899.0, 3900.0, 3908.0, 3888.0, 3899.0, 3897.0, 3887.0, 3898.0, 3908.0, 3898.0, 3899.0, 3897.0, 3887.0, 3887.0, 3895.0, 3885.0, 3896.0, 3906.0, 3897.0, 3900.0, 3897.0, 3886.0, 3897.0, 3885.0, 3886.0, 3898.0, 3886.0, 3886.0, 3898.0, 3885.0, 3886.0, 3898.0, 3897.0, 3898.0, 3888.0, 3897.0, 3887.0, 3898.0, 3896.0, 3887.0, 3899.0, 3909.0, 3898.0, 3899.0, 3909.0, 3888.0, 3898.0, 3908.0, 3899.0, 3899.0, 3897.0, 3888.0, 3910.0, 3898.0, 3899.0, 3899.0, 3898.0, 3887.0, 3897.0, 3907.0, 3887.0, 3899.0, 3908.0, 3899.0, 3909.0, 3909.0, 3900.0, 3899.0, 3908.0, 3900.0, 3901.0, 3909.0, 3900.0, 3899.0, 3898.0, 3899.0, 3898.0, 3908.0, 3899.0, 3901.0, 3909.0, 3899.0, 3887.0, 3897.0, 3889.0, 3898.0, 3919.0, 3899.0, 3899.0, 3908.0, 3899.0, 3899.0, 3919.0, 3900.0, 3899.0, 3908.0, 3899.0, 3887.0, 3897.0, 3899.0, 3910.0, 3920.0, 3899.0, 3898.0, 3898.0, 3900.0, 3898.0, 3898.0, 3899.0, 3898.0, 3910.0, 3900.0, 3899.0, 3899.0, 3899.0, 3898.0, 3888.0, 3899.0, 3909.0, 3899.0, 3900.0, 3900.0, 3899.0, 3900.0, 3908.0, 3899.0, 3900.0, 3898.0, 3898.0, 3888.0, 3897.0, 3898.0, 3899.0, 3898.0, 3897.0, 3888.0, 3898.0, 3909.0, 3899.0, 3898.0, 3898.0, 3888.0, 3886.0, 3898.0, 3899.0, 3899.0, 3898.0, 3900.0, 3888.0, 3899.0, 3900.0, 3910.0, 3910.0, 3900.0, 3909.0, 3887.0, 3899.0, 3908.0, 3898.0, 3900.0, 3909.0, 3898.0, 3900.0, 3897.0, 3898.0, 3900.0, 3898.0, 3910.0, 3900.0, 3899.0, 3898.0, 3899.0, 3898.0, 3899.0, 3900.0, 3900.0, 3908.0, 3889.0, 3888.0, 3898.0, 3899.0, 3899.0, 3920.0, 3900.0, 3889.0, 3899.0, 3900.0, 3899.0, 3909.0, 3901.0, 3910.0, 3910.0, 3900.0, 3899.0, 3899.0, 3900.0, 3910.0, 3921.0, 3901.0, 3911.0, 3909.0, 3899.0, 3899.0, 3908.0, 3911.0, 3911.0, 3908.0, 3899.0, 3899.0, 3908.0, 3899.0, 3899.0, 3909.0, 3900.0, 3900.0, 3909.0, 3899.0, 3899.0, 3897.0, 3898.0, 3911.0, 3899.0, 3889.0, 3910.0, 3908.0, 3899.0, 3910.0, 3911.0, 3900.0, 3900.0, 3909.0, 3900.0, 3899.0, 3908.0, 3900.0, 3912.0, 3921.0, 3901.0, 3910.0, 3902.0, 3912.0, 3910.0, 3911.0, 3913.0, 3922.0, 3900.0, 3901.0, 3910.0, 3911.0, 3912.0, 3921.0, 3912.0, 3913.0, 3911.0, 3902.0, 3902.0, 3910.0, 3900.0, 3912.0, 3911.0, 3889.0, 3900.0, 3909.0, 3900.0, 3900.0, 3922.0, 3901.0, 3900.0, 3909.0, 3890.0, 3899.0, 3909.0, 3902.0, 3901.0, 3911.0, 3900.0, 3911.0, 3901.0, 3910.0, 3901.0, 3912.0, 3920.0, 3900.0, 3902.0, 3911.0, 3913.0, 3914.0, 3911.0, 3902.0, 3890.0, 3900.0, 3901.0, 3900.0, 3900.0, 3902.0, 3912.0, 3913.0, 3903.0, 3911.0, 3901.0, 3910.0, 3889.0, 3900.0, 3899.0, 3911.0, 3903.0, 3912.0, 3901.0, 3901.0, 3911.0, 3901.0, 3902.0, 3914.0, 3891.0, 3911.0, 3902.0, 3900.0, 3911.0, 3902.0, 3901.0, 3902.0, 3915.0, 3924.0, 3917.0, 3916.0, 3892.0, 3915.0, 3915.0, 3925.0, 3892.0, 3915.0, 3925.0, 3915.0, 3915.0, 3916.0, 3915.0, 3925.0, 3913.0, 3892.0, 3914.0, 3913.0, 3906.0, 3915.0, 3903.0, 3903.0, 3892.0, 3903.0, 3914.0, 3913.0, 3920.0, 3916.0, 3931.0, 3921.0, 3954.0, 3920.0, 3931.0, 3942.0, 3940.0, 3894.0, 3914.0, 3914.0, 3891.0, 3913.0, 3902.0, 3889.0, 3912.0, 3926.0, 3914.0, 3902.0, 3877.0, 3890.0, 3901.0, 3888.0, 3878.0, 3901.0, 3890.0, 3888.0, 3927.0, 3929.0, 3892.0, 3913.0, 3879.0, 3913.0, 3870.0, 3880.0, 3889.0, 3879.0, 3903.0, 3889.0, 3904.0, 3916.0, 3925.0, 3894.0, 3915.0, 3916.0, 3892.0, 3914.0, 3915.0, 3914.0, 3915.0, 3915.0, 3932.0, 3910.0, 3923.0, 3920.0, 3911.0, 3899.0, 3885.0, 3896.0, 3898.0, 3916.0, 3884.0, 3886.0, 3906.0, 3897.0, 3886.0, 3893.0, 3885.0, 3885.0, 3881.0, 3883.0, 3883.0, 3873.0, 3895.0, 3897.0, 3874.0, 3896.0, 3886.0, 3863.0, 3885.0, 3886.0, 3874.0, 3896.0, 3897.0, 3887.0, 3910.0, 3899.0, 3876.0, 3898.0, 3898.0, 3886.0, 3888.0, 3900.0, 3899.0, 3911.0, 3911.0, 3890.0, 3901.0, 3901.0, 3890.0, 3912.0, 3913.0, 3911.0, 3901.0, 3890.0, 3891.0, 3911.0, 3901.0, 3891.0, 3914.0, 3902.0, 3901.0, 3912.0, 3901.0, 3912.0, 3913.0, 3901.0, 3914.0, 3912.0, 3901.0, 3912.0, 3913.0, 3900.0, 3901.0, 3912.0, 3912.0, 3891.0, 3912.0, 3911.0, 3902.0, 3913.0, 3901.0, 3903.0, 3926.0, 3912.0, 3903.0, 3913.0, 3910.0, 3901.0, 3912.0, 3912.0, 3903.0, 3901.0, 3902.0, 3889.0, 3911.0, 3901.0, 3911.0, 3913.0, 3911.0, 3900.0, 3911.0, 3900.0, 3898.0, 3900.0, 3912.0, 3913.0, 3912.0, 3912.0, 3899.0, 3900.0, 3911.0, 3909.0, 3899.0, 3913.0, 3912.0, 3902.0, 3900.0, 3909.0, 3912.0, 3911.0, 3910.0, 3901.0, 3913.0, 3912.0, 3902.0, 3912.0, 3910.0, 3912.0, 3912.0, 3923.0, 3915.0, 3914.0, 3913.0, 3913.0, 3902.0, 3902.0, 3913.0, 3913.0, 3926.0, 3915.0, 3903.0, 3903.0, 3914.0, 3901.0, 3913.0, 3915.0, 3913.0, 3902.0, 3913.0, 3912.0, 3891.0, 3913.0, 3913.0, 3915.0, 3914.0, 3902.0, 3901.0, 3912.0, 3901.0, 3914.0, 3925.0, 3913.0, 3900.0, 3912.0, 3901.0, 3890.0, 3911.0, 3912.0, 3912.0, 3911.0, 3889.0, 3900.0, 3912.0, 3902.0, 3913.0, 3913.0, 3902.0, 3891.0, 3912.0, 3901.0, 3899.0, 3912.0, 3914.0, 3900.0, 3911.0, 3900.0, 3899.0, 3900.0, 3911.0, 3901.0, 3901.0, 3910.0, 3899.0, 3899.0, 3899.0, 3898.0, 3888.0, 3912.0, 3912.0, 3912.0, 3912.0, 3901.0, 3911.0, 3901.0], 'WindowWidth': [8820.0, 8806.0, 8804.0, 8750.0, 8748.0, 8743.0, 8732.0, 8747.0, 8723.0, 8704.0, 8721.0, 8703.0, 8688.0, 8717.0, 8716.0, 8738.0, 8725.0, 8737.0, 8720.0, 8709.0, 8722.0, 8721.0, 8709.0, 8744.0, 8746.0, 8734.0, 8745.0, 8723.0, 8728.0, 8745.0, 8728.0, 8749.0, 8764.0, 8729.0, 8733.0, 8748.0, 8725.0, 8731.0, 8747.0, 8749.0, 8733.0, 8749.0, 8744.0, 8730.0, 8746.0, 8728.0, 8733.0, 8758.0, 8752.0, 8728.0, 8744.0, 8746.0, 8725.0, 8744.0, 8750.0, 8767.0, 8740.0, 8751.0, 8746.0, 8750.0, 8751.0, 8747.0, 8734.0, 8771.0, 8772.0, 8742.0, 8751.0, 8747.0, 8747.0, 8748.0, 8758.0, 8749.0, 8754.0, 8745.0, 8716.0, 8731.0, 8738.0, 8713.0, 8729.0, 8729.0, 8727.0, 8729.0, 8731.0, 8711.0, 8744.0, 8743.0, 8744.0, 8747.0, 8743.0, 8726.0, 8729.0, 8728.0, 8723.0, 8727.0, 8749.0, 8748.0, 8733.0, 8744.0, 8740.0, 8729.0, 8743.0, 8723.0, 8726.0, 8745.0, 8762.0, 8731.0, 8743.0, 8725.0, 8741.0, 8726.0, 8720.0, 8726.0, 8748.0, 8728.0, 8725.0, 8739.0, 8725.0, 8727.0, 8729.0, 8727.0, 8733.0, 8747.0, 8725.0, 8724.0, 8715.0, 8709.0, 8723.0, 8724.0, 8722.0, 8750.0, 8747.0, 8728.0, 8744.0, 8742.0, 8723.0, 8742.0, 8750.0, 8748.0, 8733.0, 8747.0, 8730.0, 8746.0, 8744.0, 8722.0, 8712.0, 8751.0, 8730.0, 8731.0, 8750.0, 8727.0, 8731.0, 8747.0, 8744.0, 8729.0, 8729.0, 8710.0, 8726.0, 8725.0, 8706.0, 8724.0, 8747.0, 8727.0, 8726.0, 8725.0, 8707.0, 8724.0, 8725.0, 8726.0, 8740.0, 8724.0, 8709.0, 8738.0, 8721.0, 8707.0, 8724.0, 8741.0, 8714.0, 8724.0, 8722.0, 8742.0, 8741.0, 8722.0, 8725.0, 8745.0, 8745.0, 8731.0, 8745.0, 8741.0, 8727.0, 8741.0, 8741.0, 8728.0, 8726.0, 8712.0, 8709.0, 8725.0, 8708.0, 8729.0, 8748.0, 8742.0, 8710.0, 8728.0, 8726.0, 8721.0, 8749.0, 8754.0, 8739.0, 8715.0, 8745.0, 8727.0, 8731.0, 8750.0, 8746.0, 8735.0, 8754.0, 8734.0, 8735.0, 8757.0, 8755.0, 8748.0, 8750.0, 8719.0, 8734.0, 8752.0, 8771.0, 8750.0, 8738.0, 8750.0, 8731.0, 8747.0, 8750.0, 8748.0, 8716.0, 8745.0, 8743.0, 8712.0, 8730.0, 8769.0, 8730.0, 8731.0, 8740.0, 8727.0, 8729.0, 8737.0, 8713.0, 8732.0, 8742.0, 8711.0, 8727.0, 8722.0, 8713.0, 8736.0, 8744.0, 8725.0, 8728.0, 8726.0, 8721.0, 8731.0, 8746.0, 8724.0, 8711.0, 8741.0, 8721.0, 8723.0, 8729.0, 8742.0, 8726.0, 8728.0, 8711.0, 8708.0, 8725.0, 8723.0, 8740.0, 8726.0, 8724.0, 8721.0, 8725.0, 8722.0, 8720.0, 8710.0, 8744.0, 8720.0, 8722.0, 8725.0, 8718.0, 8706.0, 8724.0, 8738.0, 8728.0, 8728.0, 8725.0, 8710.0, 8777.0, 8763.0, 8745.0, 8731.0, 8725.0, 8715.0, 8732.0, 8739.0, 8731.0, 8733.0, 8728.0, 8729.0, 8744.0, 8739.0, 8713.0, 8729.0, 8736.0, 8728.0, 8731.0, 8738.0, 8710.0, 8724.0, 8719.0, 8707.0, 8724.0, 8735.0, 8723.0, 8726.0, 8720.0, 8706.0, 8707.0, 8713.0, 8701.0, 8717.0, 8729.0, 8720.0, 8729.0, 8720.0, 8705.0, 8720.0, 8701.0, 8704.0, 8725.0, 8704.0, 8705.0, 8722.0, 8701.0, 8705.0, 8721.0, 8720.0, 8724.0, 8711.0, 8720.0, 8708.0, 8724.0, 8719.0, 8706.0, 8726.0, 8741.0, 8724.0, 8726.0, 8738.0, 8710.0, 8724.0, 8737.0, 8725.0, 8726.0, 8720.0, 8709.0, 8741.0, 8724.0, 8727.0, 8727.0, 8723.0, 8708.0, 8721.0, 8731.0, 8708.0, 8725.0, 8737.0, 8726.0, 8740.0, 8738.0, 8730.0, 8728.0, 8736.0, 8728.0, 8732.0, 8740.0, 8728.0, 8725.0, 8722.0, 8727.0, 8724.0, 8736.0, 8728.0, 8733.0, 8738.0, 8725.0, 8708.0, 8719.0, 8712.0, 8723.0, 8752.0, 8726.0, 8727.0, 8736.0, 8726.0, 8726.0, 8752.0, 8731.0, 8726.0, 8735.0, 8725.0, 8708.0, 8719.0, 8724.0, 8742.0, 8756.0, 8727.0, 8724.0, 8723.0, 8728.0, 8722.0, 8722.0, 8725.0, 8724.0, 8744.0, 8730.0, 8725.0, 8726.0, 8727.0, 8722.0, 8710.0, 8727.0, 8739.0, 8726.0, 8729.0, 8728.0, 8727.0, 8729.0, 8738.0, 8726.0, 8729.0, 8722.0, 8721.0, 8709.0, 8718.0, 8722.0, 8725.0, 8723.0, 8719.0, 8708.0, 8721.0, 8739.0, 8726.0, 8722.0, 8721.0, 8708.0, 8704.0, 8721.0, 8728.0, 8726.0, 8724.0, 8729.0, 8710.0, 8727.0, 8729.0, 8744.0, 8744.0, 8730.0, 8740.0, 8709.0, 8727.0, 8735.0, 8722.0, 8730.0, 8739.0, 8723.0, 8728.0, 8720.0, 8724.0, 8728.0, 8724.0, 8743.0, 8729.0, 8725.0, 8724.0, 8727.0, 8722.0, 8726.0, 8730.0, 8727.0, 8736.0, 8712.0, 8708.0, 8721.0, 8725.0, 8727.0, 8754.0, 8728.0, 8713.0, 8726.0, 8730.0, 8726.0, 8740.0, 8733.0, 8744.0, 8742.0, 8729.0, 8725.0, 8724.0, 8729.0, 8745.0, 8760.0, 8733.0, 8745.0, 8739.0, 8727.0, 8725.0, 8734.0, 8746.0, 8747.0, 8736.0, 8726.0, 8725.0, 8735.0, 8725.0, 8725.0, 8740.0, 8730.0, 8729.0, 8739.0, 8725.0, 8725.0, 8719.0, 8724.0, 8748.0, 8727.0, 8714.0, 8742.0, 8736.0, 8726.0, 8742.0, 8746.0, 8732.0, 8729.0, 8739.0, 8729.0, 8727.0, 8737.0, 8731.0, 8751.0, 8760.0, 8733.0, 8743.0, 8735.0, 8750.0, 8744.0, 8745.0, 8754.0, 8762.0, 8730.0, 8733.0, 8741.0, 8747.0, 8750.0, 8760.0, 8750.0, 8751.0, 8747.0, 8735.0, 8736.0, 8740.0, 8729.0, 8749.0, 8745.0, 8713.0, 8728.0, 8737.0, 8728.0, 8729.0, 8760.0, 8731.0, 8729.0, 8739.0, 8714.0, 8726.0, 8739.0, 8734.0, 8733.0, 8746.0, 8729.0, 8743.0, 8733.0, 8740.0, 8732.0, 8749.0, 8757.0, 8727.0, 8735.0, 8746.0, 8752.0, 8752.0, 8744.0, 8733.0, 8717.0, 8728.0, 8731.0, 8727.0, 8728.0, 8732.0, 8746.0, 8752.0, 8738.0, 8742.0, 8729.0, 8739.0, 8710.0, 8727.0, 8724.0, 8743.0, 8734.0, 8745.0, 8731.0, 8728.0, 8741.0, 8729.0, 8733.0, 8752.0, 8717.0, 8742.0, 8732.0, 8727.0, 8742.0, 8732.0, 8729.0, 8732.0, 8756.0, 8765.0, 8762.0, 8758.0, 8720.0, 8756.0, 8754.0, 8766.0, 8720.0, 8755.0, 8770.0, 8754.0, 8755.0, 8758.0, 8754.0, 8766.0, 8748.0, 8719.0, 8749.0, 8746.0, 8743.0, 8753.0, 8734.0, 8734.0, 8720.0, 8732.0, 8751.0, 8749.0, 8772.0, 8758.0, 8786.0, 8777.0, 8825.0, 8772.0, 8788.0, 8805.0, 8798.0, 8725.0, 8749.0, 8751.0, 8713.0, 8745.0, 8731.0, 8709.0, 8742.0, 8770.0, 8751.0, 8729.0, 8689.0, 8710.0, 8726.0, 8705.0, 8692.0, 8725.0, 8710.0, 8705.0, 8772.0, 8779.0, 8718.0, 8747.0, 8695.0, 8745.0, 8686.0, 8696.0, 8706.0, 8692.0, 8734.0, 8708.0, 8738.0, 8757.0, 8766.0, 8724.0, 8754.0, 8758.0, 8718.0, 8750.0, 8754.0, 8750.0, 8753.0, 8754.0, 8773.0, 8737.0, 8761.0, 8751.0, 8740.0, 8721.0, 8696.0, 8712.0, 8717.0, 8740.0, 8693.0, 8698.0, 8726.0, 8716.0, 8698.0, 8702.0, 8693.0, 8694.0, 8685.0, 8689.0, 8691.0, 8676.0, 8712.0, 8715.0, 8680.0, 8711.0, 8697.0, 8665.0, 8696.0, 8699.0, 8679.0, 8711.0, 8716.0, 8704.0, 8740.0, 8723.0, 8687.0, 8718.0, 8719.0, 8699.0, 8706.0, 8723.0, 8721.0, 8741.0, 8742.0, 8711.0, 8729.0, 8730.0, 8712.0, 8745.0, 8748.0, 8744.0, 8729.0, 8713.0, 8714.0, 8744.0, 8727.0, 8715.0, 8752.0, 8736.0, 8731.0, 8747.0, 8729.0, 8746.0, 8749.0, 8731.0, 8752.0, 8748.0, 8729.0, 8746.0, 8749.0, 8726.0, 8728.0, 8745.0, 8747.0, 8718.0, 8747.0, 8741.0, 8733.0, 8750.0, 8729.0, 8735.0, 8773.0, 8747.0, 8735.0, 8749.0, 8741.0, 8731.0, 8745.0, 8747.0, 8736.0, 8731.0, 8733.0, 8712.0, 8743.0, 8730.0, 8741.0, 8750.0, 8744.0, 8726.0, 8741.0, 8727.0, 8720.0, 8726.0, 8745.0, 8749.0, 8746.0, 8744.0, 8725.0, 8727.0, 8742.0, 8735.0, 8725.0, 8749.0, 8747.0, 8731.0, 8728.0, 8737.0, 8744.0, 8743.0, 8738.0, 8729.0, 8749.0, 8747.0, 8732.0, 8745.0, 8740.0, 8747.0, 8747.0, 8763.0, 8757.0, 8751.0, 8749.0, 8749.0, 8732.0, 8734.0, 8750.0, 8752.0, 8773.0, 8755.0, 8737.0, 8736.0, 8752.0, 8732.0, 8749.0, 8757.0, 8749.0, 8733.0, 8750.0, 8745.0, 8716.0, 8748.0, 8750.0, 8757.0, 8753.0, 8734.0, 8731.0, 8748.0, 8730.0, 8753.0, 8770.0, 8749.0, 8727.0, 8746.0, 8729.0, 8712.0, 8743.0, 8749.0, 8745.0, 8743.0, 8711.0, 8727.0, 8746.0, 8732.0, 8750.0, 8749.0, 8732.0, 8716.0, 8746.0, 8728.0, 8724.0, 8747.0, 8751.0, 8726.0, 8742.0, 8726.0, 8721.0, 8724.0, 8740.0, 8729.0, 8729.0, 8739.0, 8720.0, 8721.0, 8723.0, 8719.0, 8708.0, 8745.0, 8746.0, 8745.0, 8745.0, 8728.0, 8743.0, 8729.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.000834451754385965</td></tr>
<tr><td colspan=3>aqi</td><td>0.021666104495614034</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>35.80388018718992</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1683364400878142</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9870020323600438</td></tr>
<tr><td colspan=3>efc</td><td>0.4676</td></tr>
<tr><td colspan=3>fber</td><td>5614.0767</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07819928591662503</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>16</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.7543859649122806</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.6222204037260477</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.570860211433189</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.885989931192638</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.409811068552316</td></tr>
<tr><td colspan=3>gcor</td><td>0.00804996</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.015290790237486362</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.01823495142161846</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>912</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.329273532329011</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>40.8636</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>38.8907</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>174.6691</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>44.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>304298.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>849.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>343.7169</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.3691</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>532.5597</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3037.7988</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3313.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>72246.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>601.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4136.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>995.1051</td></tr>
<tr><td colspan=3>tsnr</td><td>38.88730348914396</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>