=== 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-0093 --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-0093",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
110 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
110 KiB
(Stored with Git Annex)
HTML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
|
|
<title>sub-0093_ses-04_task-alignvideo_acq-mb8_run-02_bold :: MRIQC's BOLD fMRI report</title>
|
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
|
|
|
|
<script>
|
|
var timestamp = Date.now()
|
|
|
|
function read_form() {
|
|
var ds = "<unset>";
|
|
var sub = "sub-0093_ses-04_task-alignvideo_acq-mb8_run-02_bold.nii.gz";
|
|
|
|
var artifacts = [];
|
|
$('#qcartifacts-group input:checked').each(function() {
|
|
artifacts.push($(this).attr('name'));
|
|
});
|
|
|
|
var rating = $('#qcslider').val();
|
|
var payload = {
|
|
'dataset': ds,
|
|
'subject': sub,
|
|
'rating': rating,
|
|
'artifacts': artifacts,
|
|
'time_sec': (Date.now() - timestamp) / 1000,
|
|
'confidence': $('#qcextra-confidence').val(),
|
|
'comments': $('#qcextra-comments').val()
|
|
};
|
|
|
|
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
|
|
$('#btn-download').attr('href', URL.createObjectURL(file));
|
|
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
|
|
return payload
|
|
};
|
|
|
|
function toggle_rating() {
|
|
if ($('#qcrating-menu').hasClass('d-none')) {
|
|
$('#qcrating-menu').removeClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', true);
|
|
} else {
|
|
$('#qcrating-menu').addClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', false);
|
|
}
|
|
};
|
|
|
|
$(window).on('load',function(){
|
|
var authorization = $('#btn-post').val()
|
|
if (authorization.includes("secret_token")) {
|
|
$('#btn-post').addClass('d-none');
|
|
};
|
|
timestamp = Date.now();
|
|
});
|
|
|
|
</script>
|
|
<style type="text/css">
|
|
/* The slider itself */
|
|
.slider {
|
|
-webkit-appearance: none; /* Override default CSS styles */
|
|
appearance: none;
|
|
margin-bottom: 8px;
|
|
margin-left: 10%;
|
|
width: 80%;
|
|
height: 5px; /* Specified height */
|
|
background: #d3d3d3; /* Grey background */
|
|
outline: none; /* Remove outline */
|
|
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
|
|
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
|
|
transition: opacity .2s;
|
|
}
|
|
|
|
/* Mouse-over effects */
|
|
.slider:hover {
|
|
opacity: 1; /* Fully shown on mouse-over */
|
|
}
|
|
|
|
.slider::-webkit-slider-thumb {
|
|
-webkit-appearance: none;
|
|
appearance: none;
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
.slider::-moz-range-thumb {
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body style="font-family: helvetica;">
|
|
<nav class="navbar fixed-top navbar-expand-lg bg-light">
|
|
<div class="container-fluid">
|
|
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
|
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
|
|
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
|
|
<li class="nav-item dropdown">
|
|
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
|
|
About
|
|
</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="#errors">Errors</a></li>
|
|
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="d-flex flex-row-reverse">
|
|
<div class="form-check form-switch align-self-center flex-fill me-4">
|
|
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
|
|
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
<noscript>
|
|
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
|
|
</noscript>
|
|
|
|
<div id="Basic echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-02_session-04_subject-0093_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-0093/figures/sub-0093_ses-04_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0093/figures/sub-0093_ses-04_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0093/figures/sub-0093_ses-04_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-02_session-04_subject-0093_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-0093/figures/sub-0093_ses-04_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0093/figures/sub-0093_ses-04_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0093/figures/sub-0093_ses-04_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-02_session-04_subject-0093_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-0093/figures/sub-0093_ses-04_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0093/figures/sub-0093_ses-04_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0093/figures/sub-0093_ses-04_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-02_session-04_subject-0093_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 «carpetplot» may assist in assessing head-motion derived artifacts and respiation effects.</p> <div class="reportlet">
|
|
<img class="svg-reportlet" src="./sub-0093/figures/sub-0093_ses-04_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0093/figures/sub-0093_ses-04_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0093/figures/sub-0093_ses-04_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-mean_run-02_session-04_subject-0093_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-0093/figures/sub-0093_ses-04_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0093/figures/sub-0093_ses-04_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0093/figures/sub-0093_ses-04_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended reports shared across echos" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-02_session-04_subject-0093_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-0093/figures/sub-0093_ses-04_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0093/figures/sub-0093_ses-04_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0093/figures/sub-0093_ses-04_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-04_subject-0093_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-0093/figures/sub-0093_ses-04_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0093/figures/sub-0093_ses-04_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0093/figures/sub-0093_ses-04_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0093/figures/sub-0093_ses-04_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="About" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">About</h1>
|
|
<div id="errors" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
|
|
</div>
|
|
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
|
|
reconstructing the provenance of the corresponding derivatives.
|
|
</p> <div class="accordion accordion-flush" id="about-metadata">
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-0">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
|
|
Provenance Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-0" class="table table-sm table-striped">
|
|
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
|
|
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0093/ses-04/func/sub-0093_ses-04_task-alignvideo_acq-mb8_run-02_bold.nii.gz</td></tr>
|
|
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
|
|
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
|
|
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
|
|
<tr><td colspan=2>md5sum</td><td>0f7899eb22208fd417959c5b413fd877</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:47:49.625000</td></tr>
|
|
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
|
|
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
|
|
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
|
|
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
|
|
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
|
|
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
|
|
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
|
|
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
|
|
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
|
|
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
|
|
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
|
|
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
|
|
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999952, -0.00334601, -0.00916788, 0.00541033, 0.971883, 0.235403]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-alignvideo_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.102868</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-alignvideo_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>36</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4243, -7854, -7181, 374, -75, -265, 19, 67]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>222.861</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>ac2d2fe0-6ad0-4956-8979-4f9c4d4bcc97||Sequence: R016 ve11e/master r/434b28f1; Aug 7 2019 18:53:46 by eja</td></tr>
|
|
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6827991008758545, 0.0145155293866992, -0.021930603310465813, 113.03199005126953], [0.008977105841040611, 2.6074905395507812, 0.6356909871101379, -104.07601165771484], [-0.02459675259888172, -0.6315683126449585, 2.6240077018737793, -22.23416519165039], [0.0, 0.0, 0.0, 1.0]]</td></tr>
|
|
<tr><td>dcmmeta</td><td>reorient_transform</td><td>[[0.0, -1.0, 0.0, 81.0], [1.0, 0.0, 0.0, 0.0], [0.0, 0.0, 1.0, 0.0], [0.0, 0.0, 0.0, 1.0]]</td></tr>
|
|
<tr><td>dcmmeta</td><td>shape</td><td>[82, 82, 56, 926]</td></tr>
|
|
<tr><td>dcmmeta</td><td>slice_dim</td><td>2</td></tr>
|
|
<tr><td>dcmmeta</td><td>version</td><td>0.6</td></tr>
|
|
<tr><td colspan=2>time</td><td>{'samples': {'AcquisitionNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926], 'AcquisitionTime': ['164749.625000', '164750.085000', '164750.545000', '164751.005000', '164751.465000', '164751.925000', '164752.385000', '164752.845000', '164753.305000', '164753.765000', '164754.225000', '164754.685000', '164755.145000', '164755.605000', '164756.065000', '164756.525000', '164756.985000', '164757.445000', '164757.905000', '164758.365000', '164758.825000', '164759.285000', '164759.745000', '164800.205000', '164800.665000', '164801.125000', '164801.585000', '164802.045000', '164802.505000', '164802.965000', '164803.425000', '164803.885000', '164804.345000', '164804.805000', '164805.265000', '164805.725000', '164806.185000', '164806.645000', '164807.105000', '164807.565000', '164808.025000', '164808.485000', '164808.945000', '164809.405000', '164809.865000', '164810.325000', '164810.785000', '164811.245000', '164811.705000', '164812.165000', '164812.625000', '164813.085000', '164813.545000', '164814.005000', '164814.465000', '164814.925000', '164815.385000', '164815.845000', '164816.305000', '164816.765000', '164817.225000', '164817.685000', '164818.145000', '164818.605000', '164819.065000', '164819.525000', '164819.985000', '164820.445000', '164820.905000', '164821.365000', '164821.825000', '164822.285000', '164822.745000', '164823.205000', '164823.665000', '164824.125000', '164824.585000', '164825.045000', '164825.505000', '164825.965000', '164826.425000', '164826.885000', '164827.345000', '164827.805000', '164828.265000', '164828.725000', '164829.185000', '164829.645000', '164830.105000', '164830.565000', '164831.025000', '164831.485000', '164831.945000', '164832.405000', '164832.865000', '164833.325000', '164833.785000', '164834.245000', '164834.705000', '164835.165000', '164835.625000', '164836.085000', '164836.545000', '164837.005000', '164837.465000', '164837.925000', '164838.385000', '164838.845000', '164839.305000', '164839.765000', '164840.225000', '164840.685000', '164841.145000', '164841.605000', '164842.065000', '164842.525000', '164842.985000', '164843.445000', '164843.905000', '164844.365000', '164844.825000', '164845.285000', '164845.745000', '164846.205000', '164846.665000', '164847.125000', '164847.585000', '164848.045000', '164848.505000', '164848.965000', '164849.425000', '164849.885000', '164850.345000', '164850.805000', '164851.265000', '164851.725000', '164852.185000', '164852.645000', '164853.105000', '164853.565000', '164854.025000', '164854.485000', '164854.945000', '164855.405000', '164855.865000', '164856.325000', '164856.785000', '164857.245000', '164857.705000', '164858.165000', '164858.625000', '164859.085000', '164859.545000', '164900.005000', '164900.465000', '164900.925000', '164901.385000', '164901.845000', '164902.305000', '164902.765000', '164903.225000', '164903.685000', '164904.145000', '164904.605000', '164905.065000', '164905.525000', '164905.985000', '164906.445000', '164906.905000', '164907.365000', '164907.825000', '164908.285000', '164908.745000', '164909.205000', '164909.665000', '164910.125000', '164910.585000', '164911.045000', '164911.505000', '164911.965000', '164912.425000', '164912.885000', '164913.345000', '164913.805000', '164914.265000', '164914.725000', '164915.185000', '164915.645000', '164916.105000', '164916.565000', '164917.025000', '164917.485000', '164917.945000', '164918.405000', '164918.865000', '164919.325000', '164919.785000', '164920.245000', '164920.705000', '164921.165000', '164921.625000', '164922.085000', '164922.545000', '164923.005000', '164923.465000', '164923.925000', '164924.385000', '164924.845000', '164925.305000', '164925.765000', '164926.225000', '164926.685000', '164927.145000', '164927.605000', '164928.065000', '164928.525000', '164928.985000', '164929.445000', '164929.905000', '164930.365000', '164930.825000', '164931.285000', '164931.745000', '164932.205000', '164932.665000', '164933.125000', '164933.585000', '164934.045000', '164934.505000', '164934.965000', '164935.425000', '164935.885000', '164936.345000', '164936.805000', '164937.265000', '164937.725000', '164938.185000', '164938.645000', '164939.105000', '164939.565000', '164940.025000', '164940.485000', '164940.945000', '164941.405000', '164941.865000', '164942.325000', '164942.785000', '164943.245000', '164943.705000', '164944.165000', '164944.625000', '164945.085000', '164945.545000', '164946.005000', '164946.465000', '164946.925000', '164947.385000', '164947.845000', '164948.305000', '164948.765000', '164949.225000', '164949.685000', '164950.145000', '164950.605000', '164951.065000', '164951.525000', '164951.985000', '164952.445000', '164952.905000', '164953.365000', '164953.825000', '164954.285000', '164954.745000', '164955.205000', '164955.665000', '164956.125000', '164956.585000', '164957.045000', '164957.505000', '164957.965000', '164958.425000', '164958.885000', '164959.345000', '164959.805000', '165000.265000', '165000.725000', '165001.185000', '165001.645000', '165002.105000', '165002.565000', '165003.025000', '165003.485000', '165003.945000', '165004.405000', '165004.865000', '165005.325000', '165005.785000', '165006.245000', '165006.705000', '165007.165000', '165007.625000', '165008.085000', '165008.545000', '165009.005000', '165009.465000', '165009.925000', '165010.385000', '165010.845000', '165011.305000', '165011.765000', '165012.225000', '165012.685000', '165013.145000', '165013.605000', '165014.065000', '165014.525000', '165014.985000', '165015.445000', '165015.905000', '165016.365000', '165016.825000', '165017.285000', '165017.745000', '165018.205000', '165018.665000', '165019.125000', '165019.585000', '165020.045000', '165020.505000', '165020.965000', '165021.425000', '165021.885000', '165022.345000', '165022.805000', '165023.265000', '165023.725000', '165024.185000', '165024.645000', '165025.105000', '165025.565000', '165026.025000', '165026.485000', '165026.945000', '165027.405000', '165027.865000', '165028.325000', '165028.785000', '165029.245000', '165029.705000', '165030.165000', '165030.625000', '165031.085000', '165031.545000', '165032.005000', '165032.465000', '165032.925000', '165033.385000', '165033.845000', '165034.305000', '165034.765000', '165035.225000', '165035.685000', '165036.145000', '165036.605000', '165037.065000', '165037.525000', '165037.985000', '165038.445000', '165038.905000', '165039.365000', '165039.825000', '165040.285000', '165040.745000', '165041.205000', '165041.665000', '165042.125000', '165042.585000', '165043.045000', '165043.505000', '165043.965000', '165044.425000', '165044.885000', '165045.345000', '165045.805000', '165046.265000', '165046.725000', '165047.185000', '165047.645000', '165048.105000', '165048.565000', '165049.025000', '165049.485000', '165049.945000', '165050.405000', '165050.865000', '165051.325000', '165051.785000', '165052.245000', '165052.705000', '165053.165000', '165053.625000', '165054.085000', '165054.545000', '165055.005000', '165055.465000', '165055.925000', '165056.385000', '165056.845000', '165057.305000', '165057.765000', '165058.225000', '165058.685000', '165059.145000', '165059.605000', '165100.065000', '165100.525000', '165100.985000', '165101.445000', '165101.905000', '165102.365000', '165102.825000', '165103.285000', '165103.745000', '165104.205000', '165104.665000', '165105.125000', '165105.585000', '165106.045000', '165106.505000', '165106.965000', '165107.425000', '165107.885000', '165108.345000', '165108.805000', '165109.265000', '165109.725000', '165110.185000', '165110.645000', '165111.105000', '165111.565000', '165112.025000', '165112.485000', '165112.945000', '165113.405000', '165113.865000', '165114.325000', '165114.785000', '165115.245000', '165115.705000', '165116.165000', '165116.625000', '165117.085000', '165117.545000', '165118.005000', '165118.465000', '165118.925000', '165119.385000', '165119.845000', '165120.305000', '165120.765000', '165121.225000', '165121.685000', '165122.145000', '165122.605000', '165123.065000', '165123.525000', '165123.985000', '165124.445000', '165124.905000', '165125.365000', '165125.825000', '165126.285000', '165126.745000', '165127.205000', '165127.665000', '165128.125000', '165128.585000', '165129.045000', '165129.505000', '165129.965000', '165130.425000', '165130.885000', '165131.345000', '165131.805000', '165132.265000', '165132.725000', '165133.185000', '165133.645000', '165134.105000', '165134.565000', '165135.025000', '165135.485000', '165135.945000', '165136.405000', '165136.865000', '165137.325000', '165137.785000', '165138.245000', '165138.705000', '165139.165000', '165139.625000', '165140.085000', '165140.545000', '165141.005000', '165141.465000', '165141.925000', '165142.385000', '165142.845000', '165143.305000', '165143.765000', '165144.225000', '165144.685000', '165145.145000', '165145.605000', '165146.065000', '165146.525000', '165146.985000', '165147.445000', '165147.905000', '165148.365000', '165148.825000', '165149.285000', '165149.745000', '165150.205000', '165150.665000', '165151.125000', '165151.585000', '165152.045000', '165152.505000', '165152.965000', '165153.425000', '165153.885000', '165154.345000', '165154.805000', '165155.265000', '165155.725000', '165156.185000', '165156.645000', '165157.105000', '165157.565000', '165158.025000', '165158.485000', '165158.945000', '165159.405000', '165159.865000', '165200.325000', '165200.785000', '165201.245000', '165201.705000', '165202.165000', '165202.625000', '165203.085000', '165203.545000', '165204.005000', '165204.465000', '165204.925000', '165205.385000', '165205.845000', '165206.305000', '165206.765000', '165207.225000', '165207.685000', '165208.145000', '165208.605000', '165209.065000', '165209.525000', '165209.985000', '165210.445000', '165210.905000', '165211.365000', '165211.825000', '165212.285000', '165212.745000', '165213.205000', '165213.665000', '165214.125000', '165214.585000', '165215.045000', '165215.505000', '165215.965000', '165216.425000', '165216.885000', '165217.345000', '165217.805000', '165218.265000', '165218.725000', '165219.185000', '165219.645000', '165220.105000', '165220.565000', '165221.025000', '165221.485000', '165221.945000', '165222.405000', '165222.865000', '165223.325000', '165223.785000', '165224.245000', '165224.705000', '165225.165000', '165225.625000', '165226.085000', '165226.545000', '165227.005000', '165227.465000', '165227.925000', '165228.385000', '165228.845000', '165229.305000', '165229.765000', '165230.225000', '165230.685000', '165231.145000', '165231.605000', '165232.065000', '165232.525000', '165232.985000', '165233.445000', '165233.905000', '165234.365000', '165234.825000', '165235.285000', '165235.745000', '165236.205000', '165236.665000', '165237.125000', '165237.585000', '165238.045000', '165238.505000', '165238.965000', '165239.425000', '165239.885000', '165240.345000', '165240.805000', '165241.265000', '165241.725000', '165242.185000', '165242.645000', '165243.105000', '165243.565000', '165244.025000', '165244.485000', '165244.945000', '165245.405000', '165245.865000', '165246.325000', '165246.785000', '165247.245000', '165247.705000', '165248.165000', '165248.625000', '165249.085000', '165249.545000', '165250.005000', '165250.465000', '165250.925000', '165251.385000', '165251.845000', '165252.305000', '165252.765000', '165253.225000', '165253.685000', '165254.145000', '165254.605000', '165255.065000', '165255.525000', '165255.985000', '165256.445000', '165256.905000', '165257.365000', '165257.825000', '165258.285000', '165258.745000', '165259.205000', '165259.665000', '165300.125000', '165300.585000', '165301.045000', '165301.505000', '165301.965000', '165302.425000', '165302.885000', '165303.345000', '165303.805000', '165304.265000', '165304.725000', '165305.185000', '165305.645000', '165306.105000', '165306.565000', '165307.025000', '165307.485000', '165307.945000', '165308.405000', '165308.865000', '165309.325000', '165309.785000', '165310.245000', '165310.705000', '165311.165000', '165311.625000', '165312.085000', '165312.545000', '165313.005000', '165313.465000', '165313.925000', '165314.385000', '165314.845000', '165315.305000', '165315.765000', '165316.225000', '165316.685000', '165317.145000', '165317.605000', '165318.065000', '165318.525000', '165318.985000', '165319.445000', '165319.905000', '165320.365000', '165320.825000', '165321.285000', '165321.745000', '165322.205000', '165322.665000', '165323.125000', '165323.585000', '165324.045000', '165324.505000', '165324.965000', '165325.425000', '165325.885000', '165326.345000', '165326.805000', '165327.265000', '165327.725000', '165328.185000', '165328.645000', '165329.105000', '165329.565000', '165330.025000', '165330.485000', '165330.945000', '165331.405000', '165331.865000', '165332.325000', '165332.785000', '165333.245000', '165333.705000', '165334.165000', '165334.625000', '165335.085000', '165335.545000', '165336.005000', '165336.465000', '165336.925000', '165337.385000', '165337.845000', '165338.305000', '165338.765000', '165339.225000', '165339.685000', '165340.145000', '165340.605000', '165341.065000', '165341.525000', '165341.985000', '165342.445000', '165342.905000', '165343.365000', '165343.825000', '165344.285000', '165344.745000', '165345.205000', '165345.665000', '165346.125000', '165346.585000', '165347.045000', '165347.505000', '165347.965000', '165348.425000', '165348.885000', '165349.345000', '165349.805000', '165350.265000', '165350.725000', '165351.185000', '165351.645000', '165352.105000', '165352.565000', '165353.025000', '165353.485000', '165353.945000', '165354.405000', '165354.865000', '165355.325000', '165355.785000', '165356.245000', '165356.705000', '165357.165000', '165357.625000', '165358.085000', '165358.545000', '165359.005000', '165359.465000', '165359.925000', '165400.385000', '165400.845000', '165401.305000', '165401.765000', '165402.225000', '165402.685000', '165403.145000', '165403.605000', '165404.065000', '165404.525000', '165404.985000', '165405.445000', '165405.905000', '165406.365000', '165406.825000', '165407.285000', '165407.745000', '165408.205000', '165408.665000', '165409.125000', '165409.585000', '165410.045000', '165410.505000', '165410.965000', '165411.425000', '165411.885000', '165412.345000', '165412.805000', '165413.265000', '165413.725000', '165414.185000', '165414.645000', '165415.105000', '165415.565000', '165416.025000', '165416.485000', '165416.945000', '165417.405000', '165417.865000', '165418.325000', '165418.785000', '165419.245000', '165419.705000', '165420.165000', '165420.625000', '165421.085000', '165421.545000', '165422.005000', '165422.465000', '165422.925000', '165423.385000', '165423.845000', '165424.305000', '165424.765000', '165425.225000', '165425.685000', '165426.145000', '165426.605000', '165427.065000', '165427.525000', '165427.985000', '165428.445000', '165428.905000', '165429.365000', '165429.825000', '165430.285000', '165430.745000', '165431.205000', '165431.665000', '165432.125000', '165432.585000', '165433.045000', '165433.505000', '165433.965000', '165434.425000', '165434.885000', '165435.345000', '165435.805000', '165436.265000', '165436.725000', '165437.185000', '165437.645000', '165438.105000', '165438.565000', '165439.025000', '165439.485000', '165439.945000', '165440.405000', '165440.865000', '165441.325000', '165441.785000', '165442.245000', '165442.705000', '165443.165000', '165443.625000', '165444.085000', '165444.545000', '165445.005000', '165445.465000', '165445.925000', '165446.385000', '165446.845000', '165447.305000', '165447.765000', '165448.225000', '165448.685000', '165449.145000', '165449.605000', '165450.065000', '165450.525000', '165450.985000', '165451.445000', '165451.905000', '165452.365000', '165452.825000', '165453.285000', '165453.745000', '165454.205000', '165454.665000', '165455.125000'], 'ContentTime': ['164811.716000', '164811.719000', '164811.722000', '164811.724000', '164811.727000', '164811.730000', '164811.732000', '164811.735000', '164811.737000', '164811.740000', '164811.742000', '164811.745000', '164811.748000', '164811.750000', '164811.753000', '164811.755000', '164811.758000', '164811.769000', '164811.772000', '164811.775000', '164811.777000', '164811.780000', '164811.783000', '164811.785000', '164811.788000', '164811.791000', '164811.793000', '164811.796000', '164811.798000', '164811.801000', '164811.804000', '164811.806000', '164811.809000', '164811.811000', '164811.814000', '164811.816000', '164811.819000', '164811.822000', '164811.824000', '164811.827000', '164811.829000', '164811.832000', '164811.835000', '164811.837000', '164811.840000', '164811.850000', '164831.686000', '164831.689000', '164831.692000', '164831.694000', '164831.697000', '164831.699000', '164831.702000', '164831.705000', '164831.707000', '164831.710000', '164831.712000', '164831.715000', '164831.718000', '164831.720000', '164831.723000', '164831.725000', '164831.728000', '164831.730000', '164831.733000', '164831.735000', '164831.738000', '164831.741000', '164831.743000', '164831.746000', '164831.748000', '164831.751000', '164831.754000', '164831.756000', '164831.759000', '164831.761000', '164831.764000', '164831.766000', '164831.769000', '164831.772000', '164831.774000', '164831.777000', '164831.780000', '164831.782000', '164831.785000', '164831.788000', '164831.791000', '164831.793000', '164831.796000', '164851.686000', '164851.689000', '164851.692000', '164851.694000', '164851.697000', '164851.700000', '164851.702000', '164851.705000', '164851.707000', '164851.710000', '164851.713000', '164851.715000', '164851.718000', '164851.721000', '164851.723000', '164851.726000', '164851.728000', '164851.731000', '164851.734000', '164851.736000', '164851.739000', '164851.742000', '164851.744000', '164851.747000', '164851.749000', '164851.752000', '164851.755000', '164851.757000', '164851.760000', '164851.762000', '164851.765000', '164851.767000', '164851.770000', '164851.777000', '164851.780000', '164851.782000', '164851.785000', '164851.809000', '164851.812000', '164851.815000', '164851.817000', '164851.820000', '164851.822000', '164851.825000', '164911.685000', '164911.688000', '164911.691000', '164911.693000', '164911.696000', '164911.699000', '164911.701000', '164911.704000', '164911.706000', '164911.709000', '164911.712000', '164911.714000', '164911.717000', '164911.719000', '164911.722000', '164911.725000', '164911.727000', '164911.730000', '164911.732000', '164911.735000', '164911.738000', '164911.740000', '164911.743000', '164911.746000', '164911.748000', '164911.751000', '164911.753000', '164911.756000', '164911.759000', '164911.761000', '164911.764000', '164911.767000', '164911.769000', '164911.772000', '164911.775000', '164911.777000', '164911.780000', '164911.782000', '164911.785000', '164911.788000', '164911.790000', '164911.793000', '164911.796000', '164931.686000', '164931.690000', '164931.693000', '164931.695000', '164931.698000', '164931.701000', '164931.703000', '164931.706000', '164931.708000', '164931.711000', '164931.714000', '164931.716000', '164931.719000', '164931.721000', '164931.724000', '164931.727000', '164931.729000', '164931.732000', '164931.734000', '164931.737000', '164931.740000', '164931.742000', '164931.745000', '164931.748000', '164931.750000', '164931.753000', '164931.756000', '164931.758000', '164931.761000', '164931.763000', '164931.766000', '164931.769000', '164931.771000', '164931.774000', '164931.777000', '164931.779000', '164931.782000', '164931.794000', '164931.797000', '164931.799000', '164931.802000', '164931.805000', '164931.807000', '164951.687000', '164951.690000', '164951.692000', '164951.695000', '164951.697000', '164951.700000', '164951.702000', '164951.705000', '164951.708000', '164951.710000', '164951.713000', '164951.715000', '164951.718000', '164951.721000', '164951.723000', '164951.726000', '164951.728000', '164951.731000', '164951.734000', '164951.736000', '164951.739000', '164951.741000', '164951.744000', '164951.747000', '164951.749000', '164951.752000', '164951.754000', '164951.757000', '164951.760000', '164951.762000', '164951.765000', '164951.767000', '164951.770000', '164951.773000', '164951.775000', '164951.778000', '164951.780000', '164951.783000', '164951.786000', '164951.788000', '164951.791000', '164951.794000', '164951.803000', '164951.806000', '165011.687000', '165011.689000', '165011.692000', '165011.695000', '165011.697000', '165011.700000', '165011.703000', '165011.705000', '165011.708000', '165011.711000', '165011.713000', '165011.716000', '165011.719000', '165011.721000', '165011.724000', '165011.727000', '165011.729000', '165011.732000', '165011.734000', '165011.737000', '165011.740000', '165011.742000', '165011.745000', '165011.748000', '165011.750000', '165011.753000', '165011.755000', '165011.758000', '165011.761000', '165011.763000', '165011.766000', '165011.769000', '165011.771000', '165011.774000', '165011.776000', '165011.779000', '165011.782000', '165011.784000', '165011.787000', '165011.789000', '165011.792000', '165011.794000', '165011.797000', '165011.800000', '165031.687000', '165031.689000', '165031.692000', '165031.695000', '165031.697000', '165031.700000', '165031.703000', '165031.705000', '165031.708000', '165031.710000', '165031.713000', '165031.715000', '165031.718000', '165031.721000', '165031.724000', '165031.726000', '165031.729000', '165031.732000', '165031.742000', '165031.745000', '165031.755000', '165031.758000', '165031.760000', '165031.763000', '165031.765000', '165031.768000', '165031.771000', '165031.773000', '165031.776000', '165031.779000', '165031.781000', '165031.784000', '165031.787000', '165031.789000', '165031.792000', '165031.795000', '165031.797000', '165031.800000', '165031.802000', '165031.805000', '165031.808000', '165031.810000', '165031.813000', '165051.686000', '165051.689000', '165051.692000', '165051.695000', '165051.697000', '165051.700000', '165051.702000', '165051.705000', '165051.707000', '165051.710000', '165051.713000', '165051.715000', '165051.718000', '165051.720000', '165051.723000', '165051.726000', '165051.728000', '165051.731000', '165051.734000', '165051.736000', '165051.739000', '165051.741000', '165051.744000', '165051.746000', '165051.749000', '165051.752000', '165051.754000', '165051.757000', '165051.759000', '165051.762000', '165051.765000', '165051.767000', '165051.770000', '165051.772000', '165051.775000', '165051.778000', '165051.780000', '165051.783000', '165051.785000', '165051.788000', '165051.790000', '165051.793000', '165051.796000', '165051.798000', '165111.687000', '165111.689000', '165111.692000', '165111.695000', '165111.698000', '165111.700000', '165111.703000', '165111.705000', '165111.708000', '165111.710000', '165111.713000', '165111.716000', '165111.718000', '165111.721000', '165111.724000', '165111.726000', '165111.729000', '165111.732000', '165111.734000', '165111.737000', '165111.739000', '165111.742000', '165111.745000', '165111.747000', '165111.750000', '165111.752000', '165111.755000', '165111.758000', '165111.760000', '165111.763000', '165111.766000', '165111.768000', '165111.771000', '165111.774000', '165111.776000', '165111.779000', '165111.781000', '165111.784000', '165111.786000', '165111.796000', '165111.799000', '165111.802000', '165111.804000', '165131.685000', '165131.688000', '165131.691000', '165131.694000', '165131.696000', '165131.699000', '165131.702000', '165131.704000', '165131.707000', '165131.709000', '165131.712000', '165131.714000', '165131.717000', '165131.720000', '165131.722000', '165131.725000', '165131.727000', '165131.730000', '165131.733000', '165131.735000', '165131.738000', '165131.740000', '165131.743000', '165131.746000', '165131.748000', '165131.751000', '165131.753000', '165131.756000', '165131.759000', '165131.761000', '165131.764000', '165131.767000', '165131.769000', '165131.772000', '165131.774000', '165131.777000', '165131.779000', '165131.782000', '165131.785000', '165131.787000', '165131.790000', '165131.793000', '165131.795000', '165131.798000', '165151.686000', '165151.688000', '165151.691000', '165151.694000', '165151.696000', '165151.699000', '165151.702000', '165151.704000', '165151.707000', '165151.709000', '165151.712000', '165151.714000', '165151.717000', '165151.720000', '165151.722000', '165151.725000', '165151.728000', '165151.730000', '165151.733000', '165151.735000', '165151.738000', '165151.741000', '165151.743000', '165151.746000', '165151.748000', '165151.751000', '165151.754000', '165151.756000', '165151.759000', '165151.762000', '165151.764000', '165151.767000', '165151.769000', '165151.772000', '165151.774000', '165151.777000', '165151.780000', '165151.782000', '165151.785000', '165151.787000', '165151.790000', '165151.793000', '165151.795000', '165211.700000', '165211.703000', '165211.706000', '165211.709000', '165211.712000', '165211.714000', '165211.717000', '165211.719000', '165211.722000', '165211.725000', '165211.727000', '165211.730000', '165211.732000', '165211.735000', '165211.738000', '165211.740000', '165211.743000', '165211.746000', '165211.748000', '165211.751000', '165211.753000', '165211.756000', '165211.759000', '165211.762000', '165211.764000', '165211.767000', '165211.769000', '165211.772000', '165211.775000', '165211.777000', '165211.780000', '165211.783000', '165211.785000', '165211.788000', '165211.790000', '165211.793000', '165211.796000', '165211.798000', '165211.801000', '165211.803000', '165211.806000', '165211.808000', '165211.811000', '165211.814000', '165231.687000', '165231.690000', '165231.692000', '165231.695000', '165231.697000', '165231.700000', '165231.703000', '165231.705000', '165231.708000', '165231.710000', '165231.713000', '165231.716000', '165231.718000', '165231.721000', '165231.723000', '165231.726000', '165231.729000', '165231.731000', '165231.734000', '165231.736000', '165231.739000', '165231.742000', '165231.744000', '165231.747000', '165231.750000', '165231.752000', '165231.755000', '165231.757000', '165231.760000', '165231.763000', '165231.765000', '165231.768000', '165231.771000', '165231.773000', '165231.776000', '165231.778000', '165231.781000', '165231.784000', '165231.786000', '165231.789000', '165231.791000', '165231.794000', '165231.797000', '165251.686000', '165251.689000', '165251.692000', '165251.695000', '165251.697000', '165251.700000', '165251.702000', '165251.705000', '165251.708000', '165251.710000', '165251.713000', '165251.715000', '165251.718000', '165251.721000', '165251.723000', '165251.726000', '165251.728000', '165251.731000', '165251.734000', '165251.736000', '165251.739000', '165251.741000', '165251.744000', '165251.747000', '165251.749000', '165251.752000', '165251.755000', '165251.757000', '165251.760000', '165251.762000', '165251.765000', '165251.768000', '165251.770000', '165251.773000', '165251.775000', '165251.778000', '165251.781000', '165251.783000', '165251.786000', '165251.788000', '165251.791000', '165251.794000', '165251.796000', '165251.799000', '165311.687000', '165311.690000', '165311.692000', '165311.695000', '165311.697000', '165311.700000', '165311.703000', '165311.705000', '165311.708000', '165311.711000', '165311.713000', '165311.716000', '165311.719000', '165311.721000', '165311.724000', '165311.726000', '165311.729000', '165311.732000', '165311.734000', '165311.737000', '165311.740000', '165311.742000', '165311.747000', '165311.749000', '165311.752000', '165311.755000', '165311.757000', '165311.760000', '165311.763000', '165311.765000', '165311.768000', '165311.771000', '165311.773000', '165311.776000', '165311.778000', '165311.781000', '165311.783000', '165311.786000', '165311.789000', '165311.791000', '165311.794000', '165311.797000', '165311.799000', '165331.686000', '165331.689000', '165331.692000', '165331.695000', '165331.697000', '165331.700000', '165331.703000', '165331.705000', '165331.708000', '165331.710000', '165331.713000', '165331.715000', '165331.718000', '165331.721000', '165331.723000', '165331.726000', '165331.728000', '165331.731000', '165331.734000', '165331.737000', '165331.740000', '165331.743000', '165331.746000', '165331.749000', '165331.752000', '165331.763000', '165331.766000', '165331.768000', '165331.771000', '165331.773000', '165331.776000', '165331.779000', '165331.781000', '165331.784000', '165331.786000', '165331.789000', '165331.792000', '165331.794000', '165331.797000', '165331.800000', '165331.802000', '165331.805000', '165331.808000', '165351.685000', '165351.688000', '165351.691000', '165351.694000', '165351.696000', '165351.699000', '165351.702000', '165351.705000', '165351.707000', '165351.710000', '165351.713000', '165351.715000', '165351.718000', '165351.721000', '165351.723000', '165351.726000', '165351.728000', '165351.731000', '165351.734000', '165351.736000', '165351.739000', '165351.741000', '165351.744000', '165351.747000', '165351.749000', '165351.752000', '165351.755000', '165351.757000', '165351.760000', '165351.762000', '165351.765000', '165351.768000', '165351.770000', '165351.773000', '165351.775000', '165351.778000', '165351.781000', '165351.783000', '165351.786000', '165351.788000', '165351.791000', '165351.794000', '165351.796000', '165351.799000', '165411.686000', '165411.696000', '165411.698000', '165411.701000', '165411.703000', '165411.706000', '165411.709000', '165411.712000', '165411.714000', '165411.717000', '165411.720000', '165411.722000', '165411.725000', '165411.728000', '165411.730000', '165411.733000', '165411.735000', '165411.738000', '165411.741000', '165411.743000', '165411.746000', '165411.749000', '165411.751000', '165411.754000', '165411.756000', '165411.759000', '165411.762000', '165411.764000', '165411.767000', '165411.770000', '165411.772000', '165411.775000', '165411.778000', '165411.780000', '165411.783000', '165411.785000', '165411.788000', '165411.791000', '165411.793000', '165411.796000', '165411.799000', '165411.801000', '165411.804000', '165411.807000', '165431.686000', '165431.689000', '165431.692000', '165431.694000', '165431.697000', '165431.700000', '165431.702000', '165431.705000', '165431.708000', '165431.710000', '165431.713000', '165431.716000', '165431.718000', '165431.721000', '165431.723000', '165431.726000', '165431.728000', '165431.731000', '165431.734000', '165431.736000', '165431.739000', '165431.741000', '165431.744000', '165431.747000', '165431.749000', '165431.752000', '165431.754000', '165431.757000', '165431.760000', '165431.762000', '165431.765000', '165431.767000', '165431.770000', '165431.773000', '165431.775000', '165431.778000', '165431.781000', '165431.783000', '165431.786000', '165431.788000', '165431.791000', '165431.793000', '165431.796000', '165451.686000', '165451.689000', '165451.692000', '165451.695000', '165451.697000', '165451.700000', '165451.703000', '165451.705000', '165451.708000', '165451.711000', '165451.713000', '165451.716000', '165451.718000', '165451.721000', '165451.724000', '165451.726000', '165451.729000', '165451.731000', '165451.734000', '165451.737000', '165451.739000', '165451.742000', '165451.745000', '165451.747000', '165451.750000', '165451.752000', '165451.756000', '165451.759000', '165451.762000', '165451.764000', '165451.767000', '165451.770000', '165451.772000', '165451.775000', '165451.778000', '165451.780000', '165451.800000', '165451.803000', '165451.805000', '165451.808000', '165451.810000', '165451.813000', '165451.815000', '165456.321000', '165456.324000', '165456.326000', '165456.329000', '165456.332000', '165456.334000', '165456.337000', '165456.339000', '165456.342000', '165456.345000', '165456.347000'], 'InstanceCreationTime': ['164811.716000', '164811.719000', '164811.722000', '164811.724000', '164811.727000', '164811.730000', '164811.732000', '164811.735000', '164811.737000', '164811.740000', '164811.742000', '164811.745000', '164811.748000', '164811.750000', '164811.753000', '164811.755000', '164811.758000', '164811.769000', '164811.772000', '164811.775000', '164811.777000', '164811.780000', '164811.783000', '164811.785000', '164811.788000', '164811.791000', '164811.793000', '164811.796000', '164811.798000', '164811.801000', '164811.804000', '164811.806000', '164811.809000', '164811.811000', '164811.814000', '164811.816000', '164811.819000', '164811.822000', '164811.824000', '164811.827000', '164811.829000', '164811.832000', '164811.835000', '164811.837000', '164811.840000', '164811.850000', '164831.686000', '164831.689000', '164831.692000', '164831.694000', '164831.697000', '164831.699000', '164831.702000', '164831.705000', '164831.707000', '164831.710000', '164831.712000', '164831.715000', '164831.718000', '164831.720000', '164831.723000', '164831.725000', '164831.728000', '164831.730000', '164831.733000', '164831.735000', '164831.738000', '164831.741000', '164831.743000', '164831.746000', '164831.748000', '164831.751000', '164831.754000', '164831.756000', '164831.759000', '164831.761000', '164831.764000', '164831.766000', '164831.769000', '164831.772000', '164831.774000', '164831.777000', '164831.780000', '164831.782000', '164831.785000', '164831.788000', '164831.791000', '164831.793000', '164831.796000', '164851.686000', '164851.689000', '164851.692000', '164851.694000', '164851.697000', '164851.700000', '164851.702000', '164851.705000', '164851.707000', '164851.710000', '164851.713000', '164851.715000', '164851.718000', '164851.721000', '164851.723000', '164851.726000', '164851.728000', '164851.731000', '164851.734000', '164851.736000', '164851.739000', '164851.742000', '164851.744000', '164851.747000', '164851.749000', '164851.752000', '164851.755000', '164851.757000', '164851.760000', '164851.762000', '164851.765000', '164851.767000', '164851.770000', '164851.777000', '164851.780000', '164851.782000', '164851.785000', '164851.809000', '164851.812000', '164851.815000', '164851.817000', '164851.820000', '164851.822000', '164851.825000', '164911.685000', '164911.688000', '164911.691000', '164911.693000', '164911.696000', '164911.699000', '164911.701000', '164911.704000', '164911.706000', '164911.709000', '164911.712000', '164911.714000', '164911.717000', '164911.719000', '164911.722000', '164911.725000', '164911.727000', '164911.730000', '164911.732000', '164911.735000', '164911.738000', '164911.740000', '164911.743000', '164911.746000', '164911.748000', '164911.751000', '164911.753000', '164911.756000', '164911.759000', '164911.761000', '164911.764000', '164911.767000', '164911.769000', '164911.772000', '164911.775000', '164911.777000', '164911.780000', '164911.782000', '164911.785000', '164911.788000', '164911.790000', '164911.793000', '164911.796000', '164931.686000', '164931.690000', '164931.693000', '164931.695000', '164931.698000', '164931.701000', '164931.703000', '164931.706000', '164931.708000', '164931.711000', '164931.714000', '164931.716000', '164931.719000', '164931.721000', '164931.724000', '164931.727000', '164931.729000', '164931.732000', '164931.734000', '164931.737000', '164931.740000', '164931.742000', '164931.745000', '164931.748000', '164931.750000', '164931.753000', '164931.756000', '164931.758000', '164931.761000', '164931.763000', '164931.766000', '164931.769000', '164931.771000', '164931.774000', '164931.777000', '164931.779000', '164931.782000', '164931.794000', '164931.797000', '164931.799000', '164931.802000', '164931.805000', '164931.807000', '164951.687000', '164951.690000', '164951.692000', '164951.695000', '164951.697000', '164951.700000', '164951.702000', '164951.705000', '164951.708000', '164951.710000', '164951.713000', '164951.715000', '164951.718000', '164951.721000', '164951.723000', '164951.726000', '164951.728000', '164951.731000', '164951.734000', '164951.736000', '164951.739000', '164951.741000', '164951.744000', '164951.747000', '164951.749000', '164951.752000', '164951.754000', '164951.757000', '164951.760000', '164951.762000', '164951.765000', '164951.767000', '164951.770000', '164951.773000', '164951.775000', '164951.778000', '164951.780000', '164951.783000', '164951.786000', '164951.788000', '164951.791000', '164951.794000', '164951.803000', '164951.806000', '165011.687000', '165011.689000', '165011.692000', '165011.695000', '165011.697000', '165011.700000', '165011.703000', '165011.705000', '165011.708000', '165011.711000', '165011.713000', '165011.716000', '165011.719000', '165011.721000', '165011.724000', '165011.727000', '165011.729000', '165011.732000', '165011.734000', '165011.737000', '165011.740000', '165011.742000', '165011.745000', '165011.748000', '165011.750000', '165011.753000', '165011.755000', '165011.758000', '165011.761000', '165011.763000', '165011.766000', '165011.769000', '165011.771000', '165011.774000', '165011.776000', '165011.779000', '165011.782000', '165011.784000', '165011.787000', '165011.789000', '165011.792000', '165011.794000', '165011.797000', '165011.800000', '165031.687000', '165031.689000', '165031.692000', '165031.695000', '165031.697000', '165031.700000', '165031.703000', '165031.705000', '165031.708000', '165031.710000', '165031.713000', '165031.715000', '165031.718000', '165031.721000', '165031.724000', '165031.726000', '165031.729000', '165031.732000', '165031.742000', '165031.745000', '165031.755000', '165031.758000', '165031.760000', '165031.763000', '165031.765000', '165031.768000', '165031.771000', '165031.773000', '165031.776000', '165031.779000', '165031.781000', '165031.784000', '165031.787000', '165031.789000', '165031.792000', '165031.795000', '165031.797000', '165031.800000', '165031.802000', '165031.805000', '165031.808000', '165031.810000', '165031.813000', '165051.686000', '165051.689000', '165051.692000', '165051.695000', '165051.697000', '165051.700000', '165051.702000', '165051.705000', '165051.707000', '165051.710000', '165051.713000', '165051.715000', '165051.718000', '165051.720000', '165051.723000', '165051.726000', '165051.728000', '165051.731000', '165051.734000', '165051.736000', '165051.739000', '165051.741000', '165051.744000', '165051.746000', '165051.749000', '165051.752000', '165051.754000', '165051.757000', '165051.759000', '165051.762000', '165051.765000', '165051.767000', '165051.770000', '165051.772000', '165051.775000', '165051.778000', '165051.780000', '165051.783000', '165051.785000', '165051.788000', '165051.790000', '165051.793000', '165051.796000', '165051.798000', '165111.687000', '165111.689000', '165111.692000', '165111.695000', '165111.698000', '165111.700000', '165111.703000', '165111.705000', '165111.708000', '165111.710000', '165111.713000', '165111.716000', '165111.718000', '165111.721000', '165111.724000', '165111.726000', '165111.729000', '165111.732000', '165111.734000', '165111.737000', '165111.739000', '165111.742000', '165111.745000', '165111.747000', '165111.750000', '165111.752000', '165111.755000', '165111.758000', '165111.760000', '165111.763000', '165111.766000', '165111.768000', '165111.771000', '165111.774000', '165111.776000', '165111.779000', '165111.781000', '165111.784000', '165111.786000', '165111.796000', '165111.799000', '165111.802000', '165111.804000', '165131.685000', '165131.688000', '165131.691000', '165131.694000', '165131.696000', '165131.699000', '165131.702000', '165131.704000', '165131.707000', '165131.709000', '165131.712000', '165131.714000', '165131.717000', '165131.720000', '165131.722000', '165131.725000', '165131.727000', '165131.730000', '165131.733000', '165131.735000', '165131.738000', '165131.740000', '165131.743000', '165131.746000', '165131.748000', '165131.751000', '165131.753000', '165131.756000', '165131.759000', '165131.761000', '165131.764000', '165131.767000', '165131.769000', '165131.772000', '165131.774000', '165131.777000', '165131.779000', '165131.782000', '165131.785000', '165131.787000', '165131.790000', '165131.793000', '165131.795000', '165131.798000', '165151.686000', '165151.688000', '165151.691000', '165151.694000', '165151.696000', '165151.699000', '165151.702000', '165151.704000', '165151.707000', '165151.709000', '165151.712000', '165151.714000', '165151.717000', '165151.720000', '165151.722000', '165151.725000', '165151.728000', '165151.730000', '165151.733000', '165151.735000', '165151.738000', '165151.741000', '165151.743000', '165151.746000', '165151.748000', '165151.751000', '165151.754000', '165151.756000', '165151.759000', '165151.762000', '165151.764000', '165151.767000', '165151.769000', '165151.772000', '165151.774000', '165151.777000', '165151.780000', '165151.782000', '165151.785000', '165151.787000', '165151.790000', '165151.793000', '165151.795000', '165211.700000', '165211.703000', '165211.706000', '165211.709000', '165211.712000', '165211.714000', '165211.717000', '165211.719000', '165211.722000', '165211.725000', '165211.727000', '165211.730000', '165211.732000', '165211.735000', '165211.738000', '165211.740000', '165211.743000', '165211.746000', '165211.748000', '165211.751000', '165211.753000', '165211.756000', '165211.759000', '165211.762000', '165211.764000', '165211.767000', '165211.769000', '165211.772000', '165211.775000', '165211.777000', '165211.780000', '165211.783000', '165211.785000', '165211.788000', '165211.790000', '165211.793000', '165211.796000', '165211.798000', '165211.801000', '165211.803000', '165211.806000', '165211.808000', '165211.811000', '165211.814000', '165231.687000', '165231.690000', '165231.692000', '165231.695000', '165231.697000', '165231.700000', '165231.703000', '165231.705000', '165231.708000', '165231.710000', '165231.713000', '165231.716000', '165231.718000', '165231.721000', '165231.723000', '165231.726000', '165231.729000', '165231.731000', '165231.734000', '165231.736000', '165231.739000', '165231.742000', '165231.744000', '165231.747000', '165231.750000', '165231.752000', '165231.755000', '165231.757000', '165231.760000', '165231.763000', '165231.765000', '165231.768000', '165231.771000', '165231.773000', '165231.776000', '165231.778000', '165231.781000', '165231.784000', '165231.786000', '165231.789000', '165231.791000', '165231.794000', '165231.797000', '165251.686000', '165251.689000', '165251.692000', '165251.695000', '165251.697000', '165251.700000', '165251.702000', '165251.705000', '165251.708000', '165251.710000', '165251.713000', '165251.715000', '165251.718000', '165251.721000', '165251.723000', '165251.726000', '165251.728000', '165251.731000', '165251.734000', '165251.736000', '165251.739000', '165251.741000', '165251.744000', '165251.747000', '165251.749000', '165251.752000', '165251.755000', '165251.757000', '165251.760000', '165251.762000', '165251.765000', '165251.768000', '165251.770000', '165251.773000', '165251.775000', '165251.778000', '165251.781000', '165251.783000', '165251.786000', '165251.788000', '165251.791000', '165251.794000', '165251.796000', '165251.799000', '165311.687000', '165311.690000', '165311.692000', '165311.695000', '165311.697000', '165311.700000', '165311.703000', '165311.705000', '165311.708000', '165311.711000', '165311.713000', '165311.716000', '165311.719000', '165311.721000', '165311.724000', '165311.726000', '165311.729000', '165311.732000', '165311.734000', '165311.737000', '165311.740000', '165311.742000', '165311.747000', '165311.749000', '165311.752000', '165311.755000', '165311.757000', '165311.760000', '165311.763000', '165311.765000', '165311.768000', '165311.771000', '165311.773000', '165311.776000', '165311.778000', '165311.781000', '165311.783000', '165311.786000', '165311.789000', '165311.791000', '165311.794000', '165311.797000', '165311.799000', '165331.686000', '165331.689000', '165331.692000', '165331.695000', '165331.697000', '165331.700000', '165331.703000', '165331.705000', '165331.708000', '165331.710000', '165331.713000', '165331.715000', '165331.718000', '165331.721000', '165331.723000', '165331.726000', '165331.728000', '165331.731000', '165331.734000', '165331.737000', '165331.740000', '165331.743000', '165331.746000', '165331.749000', '165331.752000', '165331.763000', '165331.766000', '165331.768000', '165331.771000', '165331.773000', '165331.776000', '165331.779000', '165331.781000', '165331.784000', '165331.786000', '165331.789000', '165331.792000', '165331.794000', '165331.797000', '165331.800000', '165331.802000', '165331.805000', '165331.808000', '165351.685000', '165351.688000', '165351.691000', '165351.694000', '165351.696000', '165351.699000', '165351.702000', '165351.705000', '165351.707000', '165351.710000', '165351.713000', '165351.715000', '165351.718000', '165351.721000', '165351.723000', '165351.726000', '165351.728000', '165351.731000', '165351.734000', '165351.736000', '165351.739000', '165351.741000', '165351.744000', '165351.747000', '165351.749000', '165351.752000', '165351.755000', '165351.757000', '165351.760000', '165351.762000', '165351.765000', '165351.768000', '165351.770000', '165351.773000', '165351.775000', '165351.778000', '165351.781000', '165351.783000', '165351.786000', '165351.788000', '165351.791000', '165351.794000', '165351.796000', '165351.799000', '165411.686000', '165411.696000', '165411.698000', '165411.701000', '165411.703000', '165411.706000', '165411.709000', '165411.712000', '165411.714000', '165411.717000', '165411.720000', '165411.722000', '165411.725000', '165411.728000', '165411.730000', '165411.733000', '165411.735000', '165411.738000', '165411.741000', '165411.743000', '165411.746000', '165411.749000', '165411.751000', '165411.754000', '165411.756000', '165411.759000', '165411.762000', '165411.764000', '165411.767000', '165411.770000', '165411.772000', '165411.775000', '165411.778000', '165411.780000', '165411.783000', '165411.785000', '165411.788000', '165411.791000', '165411.793000', '165411.796000', '165411.799000', '165411.801000', '165411.804000', '165411.807000', '165431.686000', '165431.689000', '165431.692000', '165431.694000', '165431.697000', '165431.700000', '165431.702000', '165431.705000', '165431.708000', '165431.710000', '165431.713000', '165431.716000', '165431.718000', '165431.721000', '165431.723000', '165431.726000', '165431.728000', '165431.731000', '165431.734000', '165431.736000', '165431.739000', '165431.741000', '165431.744000', '165431.747000', '165431.749000', '165431.752000', '165431.754000', '165431.757000', '165431.760000', '165431.762000', '165431.765000', '165431.767000', '165431.770000', '165431.773000', '165431.775000', '165431.778000', '165431.781000', '165431.783000', '165431.786000', '165431.788000', '165431.791000', '165431.793000', '165431.796000', '165451.686000', '165451.689000', '165451.692000', '165451.695000', '165451.697000', '165451.700000', '165451.703000', '165451.705000', '165451.708000', '165451.711000', '165451.713000', '165451.716000', '165451.718000', '165451.721000', '165451.724000', '165451.726000', '165451.729000', '165451.731000', '165451.734000', '165451.737000', '165451.739000', '165451.742000', '165451.745000', '165451.747000', '165451.750000', '165451.752000', '165451.756000', '165451.759000', '165451.762000', '165451.764000', '165451.767000', '165451.770000', '165451.772000', '165451.775000', '165451.778000', '165451.780000', '165451.800000', '165451.803000', '165451.805000', '165451.808000', '165451.810000', '165451.813000', '165451.815000', '165456.321000', '165456.324000', '165456.326000', '165456.329000', '165456.332000', '165456.334000', '165456.337000', '165456.339000', '165456.342000', '165456.345000', '165456.347000'], 'InstanceNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926], 'LargestImagePixelValue': [9272, 15366, 10911, 11361, 10577, 8568, 12476, 8717, 12245, 9561, 8891, 11112, 8145, 13276, 11453, 8986, 11219, 7965, 9424, 8812, 7933, 10622, 8015, 9260, 8893, 7752, 12845, 8942, 11099, 9453, 8150, 9905, 7856, 12241, 9260, 8776, 12233, 8131, 12142, 8525, 7922, 10458, 8228, 14462, 9317, 8129, 10412, 8239, 14137, 11774, 9270, 10861, 8008, 12133, 10181, 9006, 13249, 8178, 10590, 8932, 7726, 11988, 8802, 12891, 9393, 8131, 10788, 8029, 10972, 10632, 8028, 14637, 9727, 8893, 9214, 7830, 12113, 10085, 9346, 13690, 8394, 8464, 8870, 7689, 12458, 10627, 11754, 13606, 8765, 12360, 8737, 8369, 10669, 8468, 12310, 10805, 8636, 9761, 8097, 7770, 10418, 8197, 14370, 9973, 8201, 11081, 8120, 12424, 9791, 8314, 13458, 9092, 12736, 9632, 8231, 11503, 8108, 12741, 9265, 8305, 10912, 8286, 13311, 9961, 8833, 10451, 7641, 11735, 8875, 8228, 10590, 8200, 11040, 9038, 7952, 11183, 8475, 9103, 9748, 7637, 14369, 9025, 8306, 10558, 8004, 11343, 10625, 8226, 14461, 8914, 8282, 9388, 8723, 9141, 13289, 9158, 10369, 9485, 8126, 11725, 9406, 11293, 12658, 9141, 13377, 9500, 8372, 10819, 8765, 14983, 12477, 9766, 10743, 8593, 12819, 10187, 11494, 14708, 9376, 11745, 8480, 10510, 8749, 7743, 11266, 8514, 13004, 8246, 7989, 9213, 7461, 12398, 8987, 13930, 9291, 8364, 8490, 7769, 11796, 9870, 8505, 11760, 8128, 10190, 9633, 7943, 13530, 11240, 11679, 10559, 8227, 11515, 8688, 8141, 10797, 9338, 12746, 10680, 8398, 11835, 8317, 7660, 11810, 10411, 12760, 10772, 8094, 12653, 9032, 8197, 9241, 8163, 13861, 12080, 8755, 12127, 8622, 8104, 9050, 8155, 10524, 12431, 8947, 12508, 9148, 7784, 11611, 8869, 7911, 10056, 8514, 11687, 10383, 8009, 11972, 8459, 7779, 9823, 8553, 11644, 11836, 8179, 12649, 8697, 8146, 9365, 7760, 11867, 8697, 8387, 9036, 7708, 11546, 9256, 13208, 12365, 9056, 12151, 8161, 7756, 8338, 7848, 10255, 8051, 11335, 8526, 7958, 9043, 7559, 12649, 8842, 14144, 9552, 8554, 9447, 8346, 10750, 8097, 13875, 10168, 11129, 9892, 8387, 10733, 8063, 12529, 8910, 10910, 11100, 9079, 13671, 8690, 10403, 8735, 8305, 9555, 7653, 11709, 8912, 10883, 10271, 8685, 10519, 7840, 11748, 8842, 8457, 11574, 8543, 13142, 8434, 8162, 9025, 7622, 12334, 8994, 12999, 9681, 8615, 10581, 8106, 12603, 9433, 8594, 10314, 7857, 12661, 10005, 10458, 11485, 8338, 12078, 8802, 8215, 9085, 7601, 12207, 9341, 12063, 9218, 8270, 10445, 7955, 12903, 10633, 8866, 10641, 7841, 10076, 8501, 7685, 12408, 10172, 11161, 9518, 7968, 11666, 8584, 8745, 9693, 7997, 13906, 10322, 11318, 10094, 8344, 11120, 8736, 10021, 9487, 8065, 10812, 8274, 7953, 11624, 11782, 8760, 14275, 8993, 8068, 10287, 8084, 7844, 11173, 9904, 12959, 10416, 8462, 12360, 9143, 8047, 10466, 8480, 11464, 10515, 8288, 12381, 8512, 7908, 8830, 7838, 12706, 9428, 8465, 9230, 7858, 11614, 8987, 8291, 11808, 7834, 11070, 8413, 8078, 9991, 7874, 11929, 9455, 10022, 11051, 7843, 11791, 8371, 8269, 9357, 7837, 12481, 10017, 8653, 9753, 7908, 11605, 8712, 8422, 10081, 8088, 13059, 8991, 8069, 8749, 7758, 11491, 8994, 12017, 10489, 8091, 11899, 8662, 7947, 8877, 7868, 13113, 10444, 10009, 9356, 8000, 11533, 8544, 8881, 10569, 8183, 13509, 9004, 8549, 9031, 8003, 10855, 8360, 10546, 9593, 8221, 10023, 7748, 9974, 8522, 7802, 11469, 8119, 12897, 9485, 8182, 9978, 8090, 11297, 9421, 8237, 12518, 8356, 11175, 9666, 8209, 10371, 8066, 12921, 11211, 9008, 11113, 8031, 10267, 9026, 7933, 11775, 8699, 14240, 10044, 8301, 9334, 7814, 11719, 9488, 9694, 11832, 8014, 11531, 8329, 8118, 8489, 7873, 12591, 10256, 9771, 9458, 7820, 11199, 8538, 9111, 10098, 7954, 13596, 8522, 8103, 8811, 7864, 11411, 9031, 8012, 12463, 8346, 12015, 9229, 8187, 10270, 8058, 13547, 11344, 9970, 9865, 7910, 11264, 8550, 10506, 10664, 8601, 13141, 8178, 11442, 8732, 7947, 9436, 7992, 13333, 10692, 8675, 10189, 8036, 7992, 8352, 7778, 12235, 9906, 8509, 10883, 7939, 11199, 8992, 8071, 11971, 8861, 13120, 9653, 8513, 10135, 8157, 12111, 9085, 7912, 10758, 8211, 13199, 8745, 7970, 8767, 7581, 10667, 8597, 11105, 11386, 8334, 12137, 8488, 8323, 8531, 7783, 12341, 10327, 8729, 9833, 8325, 11253, 8688, 8032, 11216, 7975, 12505, 8872, 8008, 9201, 7840, 13057, 11956, 11150, 9155, 7901, 10611, 8457, 7863, 10104, 8415, 13281, 8758, 8240, 9376, 8224, 12203, 10832, 9075, 11244, 8221, 11807, 9280, 8032, 10028, 8410, 13922, 12190, 9078, 10568, 8298, 7850, 8619, 7675, 11683, 9092, 8184, 9587, 8330, 10089, 8709, 7727, 11712, 8849, 11994, 9434, 8162, 10132, 7912, 13198, 10607, 8664, 9496, 7905, 10896, 8488, 7990, 9999, 8200, 13887, 9639, 8153, 9933, 8197, 10758, 11195, 8266, 12687, 8488, 7950, 9548, 8115, 10724, 9650, 8524, 12047, 7995, 7860, 8235, 7714, 11975, 11233, 10598, 9419, 7764, 10316, 8656, 7817, 11111, 10686, 12292, 9617, 7835, 11260, 9221, 8234, 9667, 8063, 13481, 10823, 8515, 9218, 8103, 11616, 9191, 8291, 11818, 8275, 11356, 9612, 8131, 10846, 8215, 10954, 10598, 8419, 11018, 8135, 8105, 8575, 7958, 11464, 9267, 8361, 9872, 8312, 8066, 8212, 7794, 11508, 8746, 8215, 10020, 8202, 9643, 11612, 10234, 12000, 8382, 7663, 8187, 8108, 8164, 12155, 11692, 8257, 10235, 8306, 8156, 8536, 8089, 12709, 12890, 11477, 10187, 8218, 10073, 8645, 7944, 10651, 8965, 13736, 9114, 8253, 8990, 7837, 10491, 8443, 13602, 11243, 8390, 9024, 8066, 10677, 8583, 12716, 10892, 8519, 9130, 8328, 10262, 8115, 12426, 9257, 9930, 8615, 8235, 8496, 8077, 11492, 8862, 8266, 8434, 7694, 9485, 8453, 11921, 10199, 7970, 8525, 7744, 10081, 8531, 8172, 11785, 8423, 9840, 8602, 7875, 9359, 7600, 7557, 13445, 8977, 11834, 8943, 8542, 9257, 8179, 12695, 12371, 9470, 10082, 8346, 8838, 9230, 8016, 12549, 10007, 9134, 8999, 8138, 12011, 9947, 10410, 12866, 9422, 11875, 9787, 8317, 10459, 8423, 10735, 11361, 8503, 12801, 8481, 7892, 8688, 8003, 10596, 8694, 9242, 10623, 8154, 10349, 8294, 7923, 9288, 8104, 11309, 8649, 7934, 9426, 8244, 7939, 9199, 8315, 13208, 8939, 8165, 8763, 8202, 11627, 11773, 9937, 12663, 8431, 8153, 8216, 7900, 10283, 10078, 8472, 13040, 9328, 7877, 8496, 8117], 'WindowCenter': [4481.0, 4515.0, 4473.0, 4469.0, 4447.0, 4415.0, 4454.0, 4413.0, 4452.0, 4422.0, 4411.0, 4431.0, 4402.0, 4451.0, 4443.0, 4413.0, 4443.0, 4404.0, 4422.0, 4413.0, 4404.0, 4444.0, 4416.0, 4435.0, 4427.0, 4407.0, 4477.0, 4439.0, 4467.0, 4449.0, 4418.0, 4446.0, 4417.0, 4465.0, 4438.0, 4428.0, 4479.0, 4430.0, 4479.0, 4439.0, 4417.0, 4447.0, 4428.0, 4488.0, 4440.0, 4419.0, 4448.0, 4429.0, 4488.0, 4471.0, 4450.0, 4470.0, 4419.0, 4466.0, 4448.0, 4427.0, 4478.0, 4428.0, 4457.0, 4437.0, 4406.0, 4466.0, 4438.0, 4477.0, 4439.0, 4418.0, 4457.0, 4418.0, 4445.0, 4447.0, 4418.0, 4488.0, 4450.0, 4439.0, 4438.0, 4407.0, 4455.0, 4446.0, 4437.0, 4477.0, 4418.0, 4417.0, 4438.0, 4407.0, 4465.0, 4448.0, 4457.0, 4478.0, 4429.0, 4467.0, 4427.0, 4416.0, 4444.0, 4415.0, 4455.0, 4447.0, 4428.0, 4447.0, 4418.0, 4406.0, 4446.0, 4428.0, 4487.0, 4448.0, 4428.0, 4457.0, 4417.0, 4465.0, 4436.0, 4415.0, 4476.0, 4427.0, 4466.0, 4437.0, 4415.0, 4454.0, 4405.0, 4463.0, 4426.0, 4415.0, 4446.0, 4415.0, 4475.0, 4447.0, 4426.0, 4446.0, 4406.0, 4455.0, 4426.0, 4416.0, 4447.0, 4428.0, 4457.0, 4440.0, 4431.0, 4469.0, 4430.0, 4438.0, 4448.0, 4420.0, 4490.0, 4441.0, 4430.0, 4460.0, 4431.0, 4469.0, 4460.0, 4430.0, 4501.0, 4441.0, 4430.0, 4449.0, 4441.0, 4451.0, 4503.0, 4465.0, 4474.0, 4464.0, 4444.0, 4481.0, 4452.0, 4470.0, 4493.0, 4453.0, 4491.0, 4451.0, 4429.0, 4458.0, 4428.0, 4487.0, 4469.0, 4437.0, 4457.0, 4416.0, 4453.0, 4435.0, 4444.0, 4476.0, 4425.0, 4455.0, 4415.0, 4432.0, 4413.0, 4392.0, 4444.0, 4415.0, 4464.0, 4415.0, 4404.0, 4424.0, 4393.0, 4453.0, 4425.0, 4464.0, 4425.0, 4414.0, 4414.0, 4403.0, 4453.0, 4435.0, 4426.0, 4466.0, 4418.0, 4447.0, 4437.0, 4405.0, 4476.0, 4458.0, 4457.0, 4448.0, 4418.0, 4456.0, 4426.0, 4405.0, 4444.0, 4437.0, 4467.0, 4448.0, 4428.0, 4467.0, 4417.0, 4405.0, 4455.0, 4448.0, 4477.0, 4458.0, 4418.0, 4477.0, 4427.0, 4415.0, 4423.0, 4415.0, 4464.0, 4456.0, 4426.0, 4466.0, 4427.0, 4416.0, 4424.0, 4405.0, 4444.0, 4466.0, 4428.0, 4467.0, 4438.0, 4418.0, 4456.0, 4425.0, 4404.0, 4422.0, 4414.0, 4454.0, 4436.0, 4416.0, 4465.0, 4416.0, 4405.0, 4423.0, 4414.0, 4453.0, 4456.0, 4416.0, 4466.0, 4427.0, 4416.0, 4425.0, 4405.0, 4453.0, 4415.0, 4414.0, 4425.0, 4405.0, 4444.0, 4426.0, 4467.0, 4468.0, 4428.0, 4466.0, 4417.0, 4406.0, 4415.0, 4416.0, 4446.0, 4418.0, 4458.0, 4440.0, 4429.0, 4439.0, 4408.0, 4478.0, 4439.0, 4477.0, 4449.0, 4426.0, 4437.0, 4415.0, 4445.0, 4415.0, 4476.0, 4448.0, 4456.0, 4436.0, 4415.0, 4444.0, 4404.0, 4452.0, 4416.0, 4443.0, 4457.0, 4426.0, 4477.0, 4429.0, 4457.0, 4428.0, 4427.0, 4436.0, 4406.0, 4455.0, 4428.0, 4456.0, 4449.0, 4439.0, 4459.0, 4429.0, 4466.0, 4428.0, 4417.0, 4469.0, 4429.0, 4479.0, 4431.0, 4429.0, 4438.0, 4408.0, 4468.0, 4440.0, 4479.0, 4451.0, 4440.0, 4459.0, 4419.0, 4467.0, 4438.0, 4427.0, 4447.0, 4418.0, 4467.0, 4448.0, 4447.0, 4468.0, 4428.0, 4467.0, 4427.0, 4415.0, 4426.0, 4406.0, 4466.0, 4438.0, 4467.0, 4439.0, 4428.0, 4447.0, 4417.0, 4466.0, 4448.0, 4427.0, 4448.0, 4419.0, 4447.0, 4428.0, 4418.0, 4480.0, 4462.0, 4481.0, 4462.0, 4432.0, 4480.0, 4441.0, 4428.0, 4449.0, 4419.0, 4490.0, 4461.0, 4470.0, 4460.0, 4428.0, 4455.0, 4415.0, 4435.0, 4425.0, 4405.0, 4445.0, 4416.0, 4416.0, 4456.0, 4469.0, 4429.0, 4488.0, 4439.0, 4418.0, 4447.0, 4417.0, 4416.0, 4457.0, 4449.0, 4478.0, 4459.0, 4428.0, 4478.0, 4437.0, 4415.0, 4444.0, 4427.0, 4456.0, 4447.0, 4428.0, 4467.0, 4428.0, 4415.0, 4424.0, 4404.0, 4464.0, 4426.0, 4415.0, 4426.0, 4416.0, 4455.0, 4427.0, 4416.0, 4467.0, 4418.0, 4457.0, 4427.0, 4416.0, 4436.0, 4417.0, 4455.0, 4438.0, 4447.0, 4458.0, 4419.0, 4468.0, 4429.0, 4427.0, 4436.0, 4407.0, 4467.0, 4449.0, 4429.0, 4449.0, 4429.0, 4468.0, 4428.0, 4415.0, 4447.0, 4418.0, 4478.0, 4439.0, 4418.0, 4429.0, 4408.0, 4455.0, 4438.0, 4468.0, 4459.0, 4420.0, 4468.0, 4439.0, 4417.0, 4427.0, 4417.0, 4477.0, 4459.0, 4448.0, 4438.0, 4418.0, 4467.0, 4427.0, 4425.0, 4446.0, 4417.0, 4477.0, 4439.0, 4428.0, 4438.0, 4417.0, 4445.0, 4416.0, 4445.0, 4437.0, 4428.0, 4448.0, 4419.0, 4448.0, 4428.0, 4418.0, 4469.0, 4431.0, 4480.0, 4451.0, 4431.0, 4460.0, 4430.0, 4457.0, 4440.0, 4430.0, 4481.0, 4442.0, 4471.0, 4451.0, 4430.0, 4448.0, 4418.0, 4467.0, 4459.0, 4439.0, 4469.0, 4419.0, 4447.0, 4438.0, 4417.0, 4467.0, 4428.0, 4487.0, 4449.0, 4428.0, 4437.0, 4407.0, 4455.0, 4437.0, 4436.0, 4468.0, 4419.0, 4468.0, 4428.0, 4417.0, 4426.0, 4417.0, 4467.0, 4449.0, 4448.0, 4448.0, 4408.0, 4457.0, 4427.0, 4425.0, 4446.0, 4417.0, 4477.0, 4429.0, 4427.0, 4439.0, 4419.0, 4456.0, 4439.0, 4418.0, 4479.0, 4430.0, 4479.0, 4439.0, 4428.0, 4447.0, 4417.0, 4476.0, 4459.0, 4437.0, 4448.0, 4417.0, 4457.0, 4427.0, 4444.0, 4447.0, 4417.0, 4467.0, 4418.0, 4457.0, 4427.0, 4416.0, 4425.0, 4405.0, 4464.0, 4447.0, 4427.0, 4447.0, 4429.0, 4417.0, 4417.0, 4407.0, 4467.0, 4450.0, 4429.0, 4460.0, 4430.0, 4457.0, 4428.0, 4417.0, 4457.0, 4428.0, 4466.0, 4438.0, 4427.0, 4446.0, 4416.0, 4455.0, 4426.0, 4405.0, 4446.0, 4417.0, 4476.0, 4428.0, 4416.0, 4426.0, 4406.0, 4445.0, 4427.0, 4457.0, 4469.0, 4430.0, 4480.0, 4440.0, 4429.0, 4428.0, 4407.0, 4467.0, 4460.0, 4429.0, 4460.0, 4431.0, 4469.0, 4440.0, 4418.0, 4469.0, 4420.0, 4478.0, 4440.0, 4418.0, 4438.0, 4418.0, 4478.0, 4470.0, 4459.0, 4440.0, 4430.0, 4458.0, 4427.0, 4417.0, 4448.0, 4430.0, 4489.0, 4441.0, 4430.0, 4450.0, 4429.0, 4468.0, 4460.0, 4439.0, 4459.0, 4429.0, 4468.0, 4438.0, 4417.0, 4437.0, 4428.0, 4478.0, 4470.0, 4439.0, 4459.0, 4429.0, 4416.0, 4426.0, 4406.0, 4467.0, 4439.0, 4429.0, 4450.0, 4431.0, 4459.0, 4429.0, 4408.0, 4468.0, 4439.0, 4466.0, 4439.0, 4428.0, 4447.0, 4418.0, 4477.0, 4459.0, 4427.0, 4437.0, 4417.0, 4456.0, 4426.0, 4416.0, 4448.0, 4429.0, 4489.0, 4451.0, 4430.0, 4448.0, 4428.0, 4457.0, 4459.0, 4430.0, 4479.0, 4440.0, 4430.0, 4449.0, 4419.0, 4457.0, 4439.0, 4428.0, 4468.0, 4419.0, 4418.0, 4417.0, 4407.0, 4467.0, 4469.0, 4459.0, 4440.0, 4420.0, 4449.0, 4428.0, 4407.0, 4458.0, 4460.0, 4479.0, 4450.0, 4420.0, 4458.0, 4438.0, 4415.0, 4436.0, 4407.0, 4476.0, 4458.0, 4427.0, 4437.0, 4417.0, 4455.0, 4425.0, 4404.0, 4454.0, 4415.0, 4444.0, 4424.0, 4404.0, 4443.0, 4415.0, 4443.0, 4445.0, 4416.0, 4445.0, 4406.0, 4415.0, 4415.0, 4416.0, 4456.0, 4438.0, 4428.0, 4448.0, 4429.0, 4418.0, 4429.0, 4419.0, 4468.0, 4440.0, 4429.0, 4449.0, 4430.0, 4449.0, 4482.0, 4473.0, 4493.0, 4444.0, 4432.0, 4431.0, 4430.0, 4431.0, 4481.0, 4484.0, 4444.0, 4473.0, 4444.0, 4432.0, 4441.0, 4430.0, 4479.0, 4480.0, 4471.0, 4461.0, 4431.0, 4460.0, 4440.0, 4418.0, 4459.0, 4441.0, 4490.0, 4441.0, 4430.0, 4439.0, 4418.0, 4446.0, 4427.0, 4478.0, 4459.0, 4428.0, 4426.0, 4417.0, 4445.0, 4415.0, 4464.0, 4446.0, 4414.0, 4425.0, 4413.0, 4434.0, 4404.0, 4453.0, 4425.0, 4434.0, 4425.0, 4414.0, 4414.0, 4415.0, 4455.0, 4427.0, 4417.0, 4427.0, 4407.0, 4436.0, 4417.0, 4466.0, 4459.0, 4429.0, 4439.0, 4420.0, 4457.0, 4439.0, 4429.0, 4480.0, 4441.0, 4460.0, 4441.0, 4430.0, 4449.0, 4429.0, 4418.0, 4491.0, 4452.0, 4482.0, 4453.0, 4442.0, 4450.0, 4430.0, 4479.0, 4481.0, 4451.0, 4460.0, 4431.0, 4438.0, 4439.0, 4418.0, 4479.0, 4450.0, 4438.0, 4439.0, 4419.0, 4467.0, 4448.0, 4446.0, 4479.0, 4440.0, 4469.0, 4448.0, 4418.0, 4446.0, 4416.0, 4444.0, 4456.0, 4416.0, 4467.0, 4427.0, 4417.0, 4426.0, 4405.0, 4434.0, 4416.0, 4424.0, 4446.0, 4417.0, 4447.0, 4417.0, 4417.0, 4427.0, 4418.0, 4456.0, 4416.0, 4416.0, 4426.0, 4416.0, 4416.0, 4438.0, 4428.0, 4480.0, 4441.0, 4430.0, 4430.0, 4418.0, 4457.0, 4470.0, 4449.0, 4480.0, 4431.0, 4430.0, 4430.0, 4419.0, 4447.0, 4448.0, 4428.0, 4480.0, 4452.0, 4431.0, 4440.0, 4430.0], 'WindowWidth': [9868.0, 9902.0, 9837.0, 9821.0, 9789.0, 9741.0, 9789.0, 9733.0, 9783.0, 9744.0, 9727.0, 9752.0, 9715.0, 9779.0, 9775.0, 9734.0, 9774.0, 9724.0, 9745.0, 9734.0, 9722.0, 9777.0, 9744.0, 9768.0, 9759.0, 9732.0, 9826.0, 9780.0, 9815.0, 9792.0, 9749.0, 9785.0, 9745.0, 9807.0, 9776.0, 9761.0, 9832.0, 9770.0, 9834.0, 9781.0, 9746.0, 9786.0, 9763.0, 9843.0, 9782.0, 9751.0, 9788.0, 9765.0, 9844.0, 9825.0, 9798.0, 9822.0, 9752.0, 9808.0, 9787.0, 9759.0, 9828.0, 9762.0, 9800.0, 9773.0, 9730.0, 9811.0, 9777.0, 9827.0, 9780.0, 9751.0, 9800.0, 9749.0, 9780.0, 9787.0, 9747.0, 9845.0, 9795.0, 9779.0, 9777.0, 9734.0, 9792.0, 9783.0, 9771.0, 9826.0, 9751.0, 9748.0, 9775.0, 9733.0, 9806.0, 9788.0, 9800.0, 9832.0, 9765.0, 9814.0, 9761.0, 9741.0, 9776.0, 9739.0, 9791.0, 9786.0, 9762.0, 9788.0, 9751.0, 9730.0, 9783.0, 9761.0, 9838.0, 9790.0, 9761.0, 9797.0, 9744.0, 9806.0, 9768.0, 9739.0, 9821.0, 9759.0, 9809.0, 9772.0, 9740.0, 9789.0, 9725.0, 9800.0, 9753.0, 9737.0, 9781.0, 9740.0, 9819.0, 9786.0, 9757.0, 9783.0, 9730.0, 9792.0, 9757.0, 9743.0, 9783.0, 9763.0, 9802.0, 9783.0, 9773.0, 9821.0, 9769.0, 9777.0, 9791.0, 9756.0, 9850.0, 9787.0, 9770.0, 9808.0, 9771.0, 9820.0, 9810.0, 9770.0, 9866.0, 9786.0, 9771.0, 9794.0, 9786.0, 9799.0, 9873.0, 9825.0, 9836.0, 9823.0, 9796.0, 9840.0, 9801.0, 9823.0, 9861.0, 9805.0, 9855.0, 9800.0, 9767.0, 9801.0, 9761.0, 9841.0, 9821.0, 9773.0, 9798.0, 9741.0, 9786.0, 9765.0, 9776.0, 9825.0, 9753.0, 9791.0, 9740.0, 9758.0, 9733.0, 9702.0, 9774.0, 9738.0, 9804.0, 9741.0, 9723.0, 9749.0, 9706.0, 9787.0, 9751.0, 9802.0, 9753.0, 9737.0, 9736.0, 9721.0, 9786.0, 9768.0, 9757.0, 9812.0, 9750.0, 9786.0, 9771.0, 9726.0, 9823.0, 9804.0, 9801.0, 9789.0, 9749.0, 9797.0, 9757.0, 9725.0, 9777.0, 9773.0, 9812.0, 9790.0, 9763.0, 9814.0, 9747.0, 9726.0, 9794.0, 9788.0, 9827.0, 9805.0, 9751.0, 9827.0, 9760.0, 9738.0, 9747.0, 9738.0, 9803.0, 9798.0, 9757.0, 9811.0, 9760.0, 9743.0, 9751.0, 9724.0, 9776.0, 9811.0, 9761.0, 9813.0, 9777.0, 9749.0, 9796.0, 9754.0, 9721.0, 9743.0, 9734.0, 9788.0, 9767.0, 9742.0, 9808.0, 9744.0, 9727.0, 9744.0, 9735.0, 9787.0, 9797.0, 9743.0, 9811.0, 9759.0, 9741.0, 9752.0, 9723.0, 9785.0, 9737.0, 9734.0, 9751.0, 9725.0, 9775.0, 9756.0, 9814.0, 9818.0, 9761.0, 9811.0, 9746.0, 9729.0, 9741.0, 9740.0, 9782.0, 9748.0, 9801.0, 9782.0, 9768.0, 9779.0, 9736.0, 9828.0, 9777.0, 9827.0, 9790.0, 9756.0, 9770.0, 9739.0, 9779.0, 9740.0, 9822.0, 9788.0, 9795.0, 9769.0, 9739.0, 9776.0, 9723.0, 9785.0, 9740.0, 9773.0, 9798.0, 9757.0, 9828.0, 9765.0, 9802.0, 9764.0, 9759.0, 9769.0, 9728.0, 9792.0, 9762.0, 9796.0, 9792.0, 9780.0, 9806.0, 9766.0, 9810.0, 9760.0, 9745.0, 9818.0, 9766.0, 9834.0, 9772.0, 9768.0, 9776.0, 9734.0, 9816.0, 9780.0, 9832.0, 9799.0, 9782.0, 9806.0, 9752.0, 9813.0, 9776.0, 9758.0, 9786.0, 9748.0, 9810.0, 9787.0, 9786.0, 9817.0, 9763.0, 9812.0, 9759.0, 9739.0, 9755.0, 9727.0, 9810.0, 9777.0, 9814.0, 9780.0, 9763.0, 9786.0, 9746.0, 9807.0, 9788.0, 9759.0, 9789.0, 9752.0, 9787.0, 9763.0, 9750.0, 9837.0, 9817.0, 9842.0, 9819.0, 9779.0, 9839.0, 9786.0, 9764.0, 9791.0, 9753.0, 9850.0, 9815.0, 9823.0, 9810.0, 9764.0, 9793.0, 9739.0, 9763.0, 9750.0, 9725.0, 9778.0, 9741.0, 9742.0, 9795.0, 9819.0, 9766.0, 9845.0, 9779.0, 9751.0, 9785.0, 9746.0, 9742.0, 9799.0, 9793.0, 9830.0, 9807.0, 9764.0, 9828.0, 9772.0, 9739.0, 9775.0, 9757.0, 9795.0, 9788.0, 9762.0, 9815.0, 9760.0, 9740.0, 9750.0, 9722.0, 9803.0, 9757.0, 9740.0, 9755.0, 9743.0, 9792.0, 9758.0, 9743.0, 9813.0, 9750.0, 9801.0, 9761.0, 9744.0, 9770.0, 9745.0, 9794.0, 9776.0, 9786.0, 9804.0, 9752.0, 9817.0, 9765.0, 9760.0, 9770.0, 9731.0, 9811.0, 9794.0, 9765.0, 9794.0, 9768.0, 9816.0, 9762.0, 9740.0, 9787.0, 9748.0, 9828.0, 9779.0, 9751.0, 9765.0, 9735.0, 9794.0, 9776.0, 9815.0, 9807.0, 9754.0, 9817.0, 9780.0, 9747.0, 9758.0, 9744.0, 9825.0, 9805.0, 9789.0, 9777.0, 9751.0, 9812.0, 9758.0, 9751.0, 9784.0, 9746.0, 9827.0, 9778.0, 9762.0, 9775.0, 9746.0, 9781.0, 9744.0, 9780.0, 9775.0, 9762.0, 9788.0, 9754.0, 9788.0, 9763.0, 9749.0, 9820.0, 9771.0, 9835.0, 9801.0, 9772.0, 9809.0, 9768.0, 9799.0, 9782.0, 9766.0, 9839.0, 9789.0, 9826.0, 9800.0, 9768.0, 9788.0, 9748.0, 9811.0, 9807.0, 9777.0, 9818.0, 9753.0, 9788.0, 9776.0, 9745.0, 9813.0, 9763.0, 9842.0, 9793.0, 9761.0, 9773.0, 9731.0, 9792.0, 9773.0, 9769.0, 9817.0, 9752.0, 9816.0, 9764.0, 9745.0, 9756.0, 9745.0, 9811.0, 9792.0, 9788.0, 9791.0, 9737.0, 9798.0, 9758.0, 9751.0, 9783.0, 9746.0, 9828.0, 9765.0, 9762.0, 9779.0, 9752.0, 9797.0, 9778.0, 9749.0, 9833.0, 9768.0, 9833.0, 9781.0, 9761.0, 9784.0, 9744.0, 9824.0, 9805.0, 9773.0, 9788.0, 9746.0, 9797.0, 9757.0, 9775.0, 9785.0, 9743.0, 9813.0, 9749.0, 9799.0, 9760.0, 9741.0, 9750.0, 9725.0, 9804.0, 9787.0, 9759.0, 9788.0, 9767.0, 9748.0, 9746.0, 9734.0, 9815.0, 9797.0, 9767.0, 9809.0, 9769.0, 9802.0, 9764.0, 9744.0, 9798.0, 9761.0, 9810.0, 9776.0, 9758.0, 9783.0, 9742.0, 9792.0, 9755.0, 9724.0, 9782.0, 9744.0, 9824.0, 9762.0, 9744.0, 9757.0, 9729.0, 9778.0, 9761.0, 9799.0, 9821.0, 9768.0, 9836.0, 9784.0, 9767.0, 9762.0, 9733.0, 9813.0, 9809.0, 9767.0, 9809.0, 9772.0, 9821.0, 9782.0, 9749.0, 9819.0, 9755.0, 9831.0, 9782.0, 9750.0, 9776.0, 9749.0, 9829.0, 9823.0, 9807.0, 9782.0, 9769.0, 9802.0, 9759.0, 9744.0, 9790.0, 9768.0, 9847.0, 9786.0, 9771.0, 9796.0, 9766.0, 9815.0, 9808.0, 9778.0, 9807.0, 9766.0, 9816.0, 9776.0, 9746.0, 9772.0, 9763.0, 9828.0, 9824.0, 9780.0, 9805.0, 9766.0, 9744.0, 9755.0, 9730.0, 9812.0, 9780.0, 9767.0, 9796.0, 9773.0, 9808.0, 9766.0, 9733.0, 9815.0, 9778.0, 9812.0, 9779.0, 9762.0, 9786.0, 9748.0, 9826.0, 9805.0, 9759.0, 9773.0, 9746.0, 9794.0, 9757.0, 9742.0, 9789.0, 9767.0, 9848.0, 9801.0, 9770.0, 9791.0, 9763.0, 9798.0, 9807.0, 9769.0, 9833.0, 9784.0, 9769.0, 9792.0, 9751.0, 9797.0, 9777.0, 9760.0, 9814.0, 9751.0, 9748.0, 9748.0, 9734.0, 9815.0, 9820.0, 9807.0, 9783.0, 9756.0, 9792.0, 9764.0, 9732.0, 9801.0, 9809.0, 9834.0, 9798.0, 9755.0, 9803.0, 9775.0, 9738.0, 9766.0, 9730.0, 9825.0, 9803.0, 9760.0, 9773.0, 9745.0, 9792.0, 9751.0, 9721.0, 9790.0, 9737.0, 9774.0, 9749.0, 9721.0, 9773.0, 9736.0, 9773.0, 9781.0, 9742.0, 9780.0, 9729.0, 9738.0, 9739.0, 9742.0, 9795.0, 9776.0, 9762.0, 9788.0, 9766.0, 9751.0, 9767.0, 9753.0, 9818.0, 9784.0, 9767.0, 9793.0, 9769.0, 9792.0, 9843.0, 9833.0, 9860.0, 9796.0, 9778.0, 9772.0, 9769.0, 9771.0, 9839.0, 9849.0, 9796.0, 9834.0, 9795.0, 9775.0, 9785.0, 9769.0, 9834.0, 9840.0, 9824.0, 9813.0, 9773.0, 9809.0, 9781.0, 9749.0, 9807.0, 9784.0, 9850.0, 9787.0, 9769.0, 9780.0, 9748.0, 9784.0, 9760.0, 9828.0, 9807.0, 9762.0, 9759.0, 9746.0, 9778.0, 9740.0, 9801.0, 9782.0, 9737.0, 9753.0, 9733.0, 9761.0, 9722.0, 9787.0, 9753.0, 9764.0, 9753.0, 9738.0, 9737.0, 9740.0, 9793.0, 9761.0, 9745.0, 9761.0, 9733.0, 9768.0, 9747.0, 9810.0, 9807.0, 9766.0, 9779.0, 9755.0, 9802.0, 9781.0, 9766.0, 9838.0, 9788.0, 9811.0, 9786.0, 9770.0, 9792.0, 9769.0, 9750.0, 9854.0, 9804.0, 9843.0, 9808.0, 9789.0, 9795.0, 9767.0, 9832.0, 9839.0, 9797.0, 9809.0, 9771.0, 9776.0, 9777.0, 9747.0, 9831.0, 9795.0, 9776.0, 9778.0, 9752.0, 9810.0, 9787.0, 9783.0, 9833.0, 9783.0, 9819.0, 9790.0, 9747.0, 9780.0, 9740.0, 9772.0, 9794.0, 9741.0, 9811.0, 9758.0, 9744.0, 9754.0, 9725.0, 9760.0, 9739.0, 9750.0, 9783.0, 9746.0, 9784.0, 9746.0, 9743.0, 9756.0, 9746.0, 9793.0, 9743.0, 9744.0, 9756.0, 9743.0, 9743.0, 9774.0, 9764.0, 9835.0, 9786.0, 9770.0, 9767.0, 9748.0, 9799.0, 9820.0, 9791.0, 9836.0, 9772.0, 9769.0, 9768.0, 9752.0, 9784.0, 9788.0, 9762.0, 9837.0, 9800.0, 9772.0, 9782.0, 9768.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.00038410810810810805</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.01642177708108108</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.746930109967494</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2073635947727273</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0050568878571429</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4505</td></tr>
|
|
<tr><td colspan=3>fber</td><td>6406.2588</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.08626012936569741</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>6</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>0.6486486486486487</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.447090967751865</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.39806757918925</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6277868464395886</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3154184776267566</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00810476</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.012448358349502087</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.018798302859067917</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>925</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.586857586648508</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>k</td><td>20.8182</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>41.7901</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>160.3548</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>49.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>305470.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>739.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>307.5623</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>1.704</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>639.6011</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3643.8614</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3895.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>71074.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1006.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4884.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1085.9011</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>43.01579677127302</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> |