=== 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-0013 --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-0013",
"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-0013_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-0013_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-0013_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-0013/figures/sub-0013_ses-04_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0013/figures/sub-0013_ses-04_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0013/figures/sub-0013_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-0013_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-0013/figures/sub-0013_ses-04_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0013/figures/sub-0013_ses-04_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0013/figures/sub-0013_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-0013_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-0013/figures/sub-0013_ses-04_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0013/figures/sub-0013_ses-04_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0013/figures/sub-0013_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-0013_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-0013/figures/sub-0013_ses-04_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0013/figures/sub-0013_ses-04_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0013/figures/sub-0013_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-0013_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-0013/figures/sub-0013_ses-04_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0013/figures/sub-0013_ses-04_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0013/figures/sub-0013_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-0013_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-0013/figures/sub-0013_ses-04_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0013/figures/sub-0013_ses-04_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0013/figures/sub-0013_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-0013_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-0013/figures/sub-0013_ses-04_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0013/figures/sub-0013_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-0013/figures/sub-0013_ses-04_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0013/figures/sub-0013_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-0013/ses-04/func/sub-0013_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>a6be07884f0cd617dbee0dd23c9c043d</td></tr>
|
|
</table>
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-1">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
|
|
Dataset Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-1" class="table table-sm table-striped">
|
|
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
|
|
<tr><td colspan=2>AcquisitionTime</td><td>11:19:53.690000</td></tr>
|
|
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
|
|
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
|
|
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
|
|
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
|
|
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
|
|
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
|
|
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
|
|
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
|
|
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
|
|
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
|
|
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
|
|
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
|
|
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.995651, -0.0862777, 0.0351368, 0.0757372, 0.969293, 0.233957]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-alignvideo_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.0754793</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>37</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4155, -7742, -7314, 535, -131, -325, 52, 47]</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.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>233.567</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>b6fa3b0c-bcab-4bb1-a7b9-a1d54e10bfcb||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
|
|
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.671259641647339, 0.20319747924804688, 0.14645640552043915, 98.14231872558594], [0.23147685825824738, 2.600541353225708, 0.62175053358078, -120.07915496826172], [0.09426955133676529, -0.6276882886886597, 2.623352289199829, -57.474910736083984], [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': ['111953.690000', '111954.150000', '111954.610000', '111955.070000', '111955.530000', '111955.990000', '111956.450000', '111956.910000', '111957.370000', '111957.830000', '111958.290000', '111958.750000', '111959.210000', '111959.670000', '112000.130000', '112000.590000', '112001.050000', '112001.510000', '112001.970000', '112002.430000', '112002.890000', '112003.350000', '112003.810000', '112004.270000', '112004.730000', '112005.190000', '112005.650000', '112006.110000', '112006.570000', '112007.030000', '112007.490000', '112007.950000', '112008.410000', '112008.870000', '112009.330000', '112009.790000', '112010.250000', '112010.710000', '112011.170000', '112011.630000', '112012.090000', '112012.550000', '112013.010000', '112013.470000', '112013.930000', '112014.390000', '112014.850000', '112015.310000', '112015.770000', '112016.230000', '112016.690000', '112017.150000', '112017.610000', '112018.070000', '112018.530000', '112018.990000', '112019.450000', '112019.910000', '112020.370000', '112020.830000', '112021.290000', '112021.750000', '112022.210000', '112022.670000', '112023.130000', '112023.590000', '112024.050000', '112024.510000', '112024.970000', '112025.430000', '112025.890000', '112026.350000', '112026.810000', '112027.270000', '112027.730000', '112028.190000', '112028.650000', '112029.110000', '112029.570000', '112030.030000', '112030.490000', '112030.950000', '112031.410000', '112031.870000', '112032.330000', '112032.790000', '112033.250000', '112033.710000', '112034.170000', '112034.630000', '112035.090000', '112035.550000', '112036.010000', '112036.470000', '112036.930000', '112037.390000', '112037.850000', '112038.310000', '112038.770000', '112039.230000', '112039.690000', '112040.150000', '112040.610000', '112041.070000', '112041.530000', '112041.990000', '112042.450000', '112042.910000', '112043.370000', '112043.830000', '112044.290000', '112044.750000', '112045.210000', '112045.670000', '112046.130000', '112046.590000', '112047.050000', '112047.510000', '112047.970000', '112048.430000', '112048.890000', '112049.350000', '112049.810000', '112050.270000', '112050.730000', '112051.190000', '112051.650000', '112052.110000', '112052.570000', '112053.030000', '112053.490000', '112053.950000', '112054.410000', '112054.870000', '112055.330000', '112055.790000', '112056.250000', '112056.710000', '112057.170000', '112057.630000', '112058.090000', '112058.550000', '112059.010000', '112059.470000', '112059.930000', '112100.390000', '112100.850000', '112101.310000', '112101.770000', '112102.230000', '112102.690000', '112103.150000', '112103.610000', '112104.070000', '112104.530000', '112104.990000', '112105.450000', '112105.910000', '112106.370000', '112106.830000', '112107.290000', '112107.750000', '112108.210000', '112108.670000', '112109.130000', '112109.590000', '112110.050000', '112110.510000', '112110.970000', '112111.430000', '112111.890000', '112112.350000', '112112.810000', '112113.270000', '112113.730000', '112114.190000', '112114.650000', '112115.110000', '112115.570000', '112116.030000', '112116.490000', '112116.950000', '112117.410000', '112117.870000', '112118.330000', '112118.790000', '112119.250000', '112119.710000', '112120.170000', '112120.630000', '112121.090000', '112121.550000', '112122.010000', '112122.470000', '112122.930000', '112123.390000', '112123.850000', '112124.310000', '112124.770000', '112125.230000', '112125.690000', '112126.150000', '112126.610000', '112127.070000', '112127.530000', '112127.990000', '112128.450000', '112128.910000', '112129.370000', '112129.830000', '112130.290000', '112130.750000', '112131.210000', '112131.670000', '112132.130000', '112132.590000', '112133.050000', '112133.510000', '112133.970000', '112134.430000', '112134.890000', '112135.350000', '112135.810000', '112136.270000', '112136.730000', '112137.190000', '112137.650000', '112138.110000', '112138.570000', '112139.030000', '112139.490000', '112139.950000', '112140.410000', '112140.870000', '112141.330000', '112141.790000', '112142.250000', '112142.710000', '112143.170000', '112143.630000', '112144.090000', '112144.550000', '112145.010000', '112145.470000', '112145.930000', '112146.390000', '112146.850000', '112147.310000', '112147.770000', '112148.230000', '112148.690000', '112149.150000', '112149.610000', '112150.070000', '112150.530000', '112150.990000', '112151.450000', '112151.910000', '112152.370000', '112152.830000', '112153.290000', '112153.750000', '112154.210000', '112154.670000', '112155.130000', '112155.590000', '112156.050000', '112156.510000', '112156.970000', '112157.430000', '112157.890000', '112158.350000', '112158.810000', '112159.270000', '112159.730000', '112200.190000', '112200.650000', '112201.110000', '112201.570000', '112202.030000', '112202.490000', '112202.950000', '112203.410000', '112203.870000', '112204.330000', '112204.790000', '112205.250000', '112205.710000', '112206.170000', '112206.630000', '112207.090000', '112207.550000', '112208.010000', '112208.470000', '112208.930000', '112209.390000', '112209.850000', '112210.310000', '112210.770000', '112211.230000', '112211.690000', '112212.150000', '112212.610000', '112213.070000', '112213.530000', '112213.990000', '112214.450000', '112214.910000', '112215.370000', '112215.830000', '112216.290000', '112216.750000', '112217.210000', '112217.670000', '112218.130000', '112218.590000', '112219.050000', '112219.510000', '112219.970000', '112220.430000', '112220.890000', '112221.350000', '112221.810000', '112222.270000', '112222.730000', '112223.190000', '112223.650000', '112224.110000', '112224.570000', '112225.030000', '112225.490000', '112225.950000', '112226.410000', '112226.870000', '112227.330000', '112227.790000', '112228.250000', '112228.710000', '112229.170000', '112229.630000', '112230.090000', '112230.550000', '112231.010000', '112231.470000', '112231.930000', '112232.390000', '112232.850000', '112233.310000', '112233.770000', '112234.230000', '112234.690000', '112235.150000', '112235.610000', '112236.070000', '112236.530000', '112236.990000', '112237.450000', '112237.910000', '112238.370000', '112238.830000', '112239.290000', '112239.750000', '112240.210000', '112240.670000', '112241.130000', '112241.590000', '112242.050000', '112242.510000', '112242.970000', '112243.430000', '112243.890000', '112244.350000', '112244.810000', '112245.270000', '112245.730000', '112246.190000', '112246.650000', '112247.110000', '112247.570000', '112248.030000', '112248.490000', '112248.950000', '112249.410000', '112249.870000', '112250.330000', '112250.790000', '112251.250000', '112251.710000', '112252.170000', '112252.630000', '112253.090000', '112253.550000', '112254.010000', '112254.470000', '112254.930000', '112255.390000', '112255.850000', '112256.310000', '112256.770000', '112257.230000', '112257.690000', '112258.150000', '112258.610000', '112259.070000', '112259.530000', '112259.990000', '112300.450000', '112300.910000', '112301.370000', '112301.830000', '112302.290000', '112302.750000', '112303.210000', '112303.670000', '112304.130000', '112304.590000', '112305.050000', '112305.510000', '112305.970000', '112306.430000', '112306.890000', '112307.350000', '112307.810000', '112308.270000', '112308.730000', '112309.190000', '112309.650000', '112310.110000', '112310.570000', '112311.030000', '112311.490000', '112311.950000', '112312.410000', '112312.870000', '112313.330000', '112313.790000', '112314.250000', '112314.710000', '112315.170000', '112315.630000', '112316.090000', '112316.550000', '112317.010000', '112317.470000', '112317.930000', '112318.390000', '112318.850000', '112319.310000', '112319.770000', '112320.230000', '112320.690000', '112321.150000', '112321.610000', '112322.070000', '112322.530000', '112322.990000', '112323.450000', '112323.910000', '112324.370000', '112324.830000', '112325.290000', '112325.750000', '112326.210000', '112326.670000', '112327.130000', '112327.590000', '112328.050000', '112328.510000', '112328.970000', '112329.430000', '112329.890000', '112330.350000', '112330.810000', '112331.270000', '112331.730000', '112332.190000', '112332.650000', '112333.110000', '112333.570000', '112334.030000', '112334.490000', '112334.950000', '112335.410000', '112335.870000', '112336.330000', '112336.790000', '112337.250000', '112337.710000', '112338.170000', '112338.630000', '112339.090000', '112339.550000', '112340.010000', '112340.470000', '112340.930000', '112341.390000', '112341.850000', '112342.310000', '112342.770000', '112343.230000', '112343.690000', '112344.150000', '112344.610000', '112345.070000', '112345.530000', '112345.990000', '112346.450000', '112346.910000', '112347.370000', '112347.830000', '112348.290000', '112348.750000', '112349.210000', '112349.670000', '112350.130000', '112350.590000', '112351.050000', '112351.510000', '112351.970000', '112352.430000', '112352.890000', '112353.350000', '112353.810000', '112354.270000', '112354.730000', '112355.190000', '112355.650000', '112356.110000', '112356.570000', '112357.030000', '112357.490000', '112357.950000', '112358.410000', '112358.870000', '112359.330000', '112359.790000', '112400.250000', '112400.710000', '112401.170000', '112401.630000', '112402.090000', '112402.550000', '112403.010000', '112403.470000', '112403.930000', '112404.390000', '112404.850000', '112405.310000', '112405.770000', '112406.230000', '112406.690000', '112407.150000', '112407.610000', '112408.070000', '112408.530000', '112408.990000', '112409.450000', '112409.910000', '112410.370000', '112410.830000', '112411.290000', '112411.750000', '112412.210000', '112412.670000', '112413.130000', '112413.590000', '112414.050000', '112414.510000', '112414.970000', '112415.430000', '112415.890000', '112416.350000', '112416.810000', '112417.270000', '112417.730000', '112418.190000', '112418.650000', '112419.110000', '112419.570000', '112420.030000', '112420.490000', '112420.950000', '112421.410000', '112421.870000', '112422.330000', '112422.790000', '112423.250000', '112423.710000', '112424.170000', '112424.630000', '112425.090000', '112425.550000', '112426.010000', '112426.470000', '112426.930000', '112427.390000', '112427.850000', '112428.310000', '112428.770000', '112429.230000', '112429.690000', '112430.150000', '112430.610000', '112431.070000', '112431.530000', '112431.990000', '112432.450000', '112432.910000', '112433.370000', '112433.830000', '112434.290000', '112434.750000', '112435.210000', '112435.670000', '112436.130000', '112436.590000', '112437.050000', '112437.510000', '112437.970000', '112438.430000', '112438.890000', '112439.350000', '112439.810000', '112440.270000', '112440.730000', '112441.190000', '112441.650000', '112442.110000', '112442.570000', '112443.030000', '112443.490000', '112443.950000', '112444.410000', '112444.870000', '112445.330000', '112445.790000', '112446.250000', '112446.710000', '112447.170000', '112447.630000', '112448.090000', '112448.550000', '112449.010000', '112449.470000', '112449.930000', '112450.390000', '112450.850000', '112451.310000', '112451.770000', '112452.230000', '112452.690000', '112453.150000', '112453.610000', '112454.070000', '112454.530000', '112454.990000', '112455.450000', '112455.910000', '112456.370000', '112456.830000', '112457.290000', '112457.750000', '112458.210000', '112458.670000', '112459.130000', '112459.590000', '112500.050000', '112500.510000', '112500.970000', '112501.430000', '112501.890000', '112502.350000', '112502.810000', '112503.270000', '112503.730000', '112504.190000', '112504.650000', '112505.110000', '112505.570000', '112506.030000', '112506.490000', '112506.950000', '112507.410000', '112507.870000', '112508.330000', '112508.790000', '112509.250000', '112509.710000', '112510.170000', '112510.630000', '112511.090000', '112511.550000', '112512.010000', '112512.470000', '112512.930000', '112513.390000', '112513.850000', '112514.310000', '112514.770000', '112515.230000', '112515.690000', '112516.150000', '112516.610000', '112517.070000', '112517.530000', '112517.990000', '112518.450000', '112518.910000', '112519.370000', '112519.830000', '112520.290000', '112520.750000', '112521.210000', '112521.670000', '112522.130000', '112522.590000', '112523.050000', '112523.510000', '112523.970000', '112524.430000', '112524.890000', '112525.350000', '112525.810000', '112526.270000', '112526.730000', '112527.190000', '112527.650000', '112528.110000', '112528.570000', '112529.030000', '112529.490000', '112529.950000', '112530.410000', '112530.870000', '112531.330000', '112531.790000', '112532.250000', '112532.710000', '112533.170000', '112533.630000', '112534.090000', '112534.550000', '112535.010000', '112535.470000', '112535.930000', '112536.390000', '112536.850000', '112537.310000', '112537.770000', '112538.230000', '112538.690000', '112539.150000', '112539.610000', '112540.070000', '112540.530000', '112540.990000', '112541.450000', '112541.910000', '112542.370000', '112542.830000', '112543.290000', '112543.750000', '112544.210000', '112544.670000', '112545.130000', '112545.590000', '112546.050000', '112546.510000', '112546.970000', '112547.430000', '112547.890000', '112548.350000', '112548.810000', '112549.270000', '112549.730000', '112550.190000', '112550.650000', '112551.110000', '112551.570000', '112552.030000', '112552.490000', '112552.950000', '112553.410000', '112553.870000', '112554.330000', '112554.790000', '112555.250000', '112555.710000', '112556.170000', '112556.630000', '112557.090000', '112557.550000', '112558.010000', '112558.470000', '112558.930000', '112559.390000', '112559.850000', '112600.310000', '112600.770000', '112601.230000', '112601.690000', '112602.150000', '112602.610000', '112603.070000', '112603.530000', '112603.990000', '112604.450000', '112604.910000', '112605.370000', '112605.830000', '112606.290000', '112606.750000', '112607.210000', '112607.670000', '112608.130000', '112608.590000', '112609.050000', '112609.510000', '112609.970000', '112610.430000', '112610.890000', '112611.350000', '112611.810000', '112612.270000', '112612.730000', '112613.190000', '112613.650000', '112614.110000', '112614.570000', '112615.030000', '112615.490000', '112615.950000', '112616.410000', '112616.870000', '112617.330000', '112617.790000', '112618.250000', '112618.710000', '112619.170000', '112619.630000', '112620.090000', '112620.550000', '112621.010000', '112621.470000', '112621.930000', '112622.390000', '112622.850000', '112623.310000', '112623.770000', '112624.230000', '112624.690000', '112625.150000', '112625.610000', '112626.070000', '112626.530000', '112626.990000', '112627.450000', '112627.910000', '112628.370000', '112628.830000', '112629.290000', '112629.750000', '112630.210000', '112630.670000', '112631.130000', '112631.590000', '112632.050000', '112632.510000', '112632.970000', '112633.430000', '112633.890000', '112634.350000', '112634.810000', '112635.270000', '112635.730000', '112636.190000', '112636.650000', '112637.110000', '112637.570000', '112638.030000', '112638.490000', '112638.950000', '112639.410000', '112639.870000', '112640.330000', '112640.790000', '112641.250000', '112641.710000', '112642.170000', '112642.630000', '112643.090000', '112643.550000', '112644.010000', '112644.470000', '112644.930000', '112645.390000', '112645.850000', '112646.310000', '112646.770000', '112647.230000', '112647.690000', '112648.150000', '112648.610000', '112649.070000', '112649.530000', '112649.990000', '112650.450000', '112650.910000', '112651.370000', '112651.830000', '112652.290000', '112652.750000', '112653.210000', '112653.670000', '112654.130000', '112654.590000', '112655.050000', '112655.510000', '112655.970000', '112656.430000', '112656.890000', '112657.350000', '112657.810000', '112658.270000', '112658.730000', '112659.190000'], 'ContentTime': ['112014.165000', '112014.168000', '112014.171000', '112014.174000', '112014.177000', '112014.180000', '112014.183000', '112014.186000', '112014.189000', '112014.192000', '112014.195000', '112014.198000', '112014.200000', '112014.203000', '112014.206000', '112014.209000', '112014.212000', '112014.215000', '112014.218000', '112014.221000', '112014.224000', '112014.226000', '112014.229000', '112014.232000', '112014.235000', '112014.238000', '112014.241000', '112014.244000', '112014.247000', '112014.250000', '112014.253000', '112014.256000', '112014.265000', '112014.268000', '112014.271000', '112014.274000', '112014.277000', '112014.279000', '112014.282000', '112014.285000', '112014.288000', '112014.291000', '112014.294000', '112034.131000', '112034.134000', '112034.136000', '112034.139000', '112034.142000', '112034.145000', '112034.148000', '112034.151000', '112034.154000', '112034.157000', '112034.193000', '112034.196000', '112034.199000', '112034.202000', '112034.205000', '112034.208000', '112034.211000', '112034.213000', '112034.216000', '112034.219000', '112034.222000', '112034.225000', '112034.228000', '112034.231000', '112034.233000', '112034.236000', '112034.239000', '112034.242000', '112034.244000', '112034.247000', '112034.250000', '112034.253000', '112034.256000', '112034.258000', '112034.261000', '112034.264000', '112034.267000', '112034.270000', '112034.273000', '112034.276000', '112034.279000', '112034.282000', '112034.284000', '112034.287000', '112054.130000', '112054.133000', '112054.136000', '112054.138000', '112054.141000', '112054.144000', '112054.147000', '112054.149000', '112054.152000', '112054.155000', '112054.158000', '112054.161000', '112054.164000', '112054.166000', '112054.169000', '112054.172000', '112054.175000', '112054.177000', '112054.180000', '112054.183000', '112054.186000', '112054.188000', '112054.191000', '112054.194000', '112054.197000', '112054.200000', '112054.202000', '112054.205000', '112054.208000', '112054.211000', '112054.213000', '112054.216000', '112054.219000', '112054.222000', '112054.225000', '112054.229000', '112054.232000', '112054.235000', '112054.238000', '112054.241000', '112054.243000', '112054.246000', '112054.249000', '112114.130000', '112114.133000', '112114.135000', '112114.138000', '112114.141000', '112114.144000', '112114.146000', '112114.149000', '112114.152000', '112114.155000', '112114.172000', '112114.185000', '112114.188000', '112114.190000', '112114.193000', '112114.196000', '112114.199000', '112114.202000', '112114.204000', '112114.207000', '112114.210000', '112114.213000', '112114.216000', '112114.218000', '112114.221000', '112114.224000', '112114.227000', '112114.230000', '112114.232000', '112114.235000', '112114.238000', '112114.241000', '112114.244000', '112114.247000', '112114.249000', '112114.261000', '112114.264000', '112114.267000', '112114.269000', '112114.272000', '112114.275000', '112114.278000', '112114.281000', '112114.284000', '112134.130000', '112134.133000', '112134.136000', '112134.139000', '112134.141000', '112134.144000', '112134.147000', '112134.150000', '112134.152000', '112134.155000', '112134.159000', '112134.162000', '112134.164000', '112134.167000', '112134.170000', '112134.173000', '112134.176000', '112134.178000', '112134.181000', '112134.184000', '112134.187000', '112134.190000', '112134.192000', '112134.195000', '112134.198000', '112134.201000', '112134.204000', '112134.206000', '112134.209000', '112134.212000', '112134.215000', '112134.218000', '112134.221000', '112134.223000', '112134.226000', '112134.229000', '112134.232000', '112134.234000', '112134.242000', '112134.245000', '112134.248000', '112134.251000', '112134.254000', '112154.130000', '112154.133000', '112154.136000', '112154.138000', '112154.141000', '112154.144000', '112154.147000', '112154.150000', '112154.152000', '112154.155000', '112154.158000', '112154.161000', '112154.164000', '112154.167000', '112154.170000', '112154.172000', '112154.175000', '112154.178000', '112154.181000', '112154.184000', '112154.186000', '112154.189000', '112154.192000', '112154.195000', '112154.198000', '112154.200000', '112154.203000', '112154.206000', '112154.209000', '112154.211000', '112154.214000', '112154.223000', '112154.226000', '112154.228000', '112154.231000', '112154.234000', '112154.237000', '112154.240000', '112154.242000', '112154.245000', '112154.248000', '112154.251000', '112154.254000', '112154.256000', '112214.131000', '112214.134000', '112214.136000', '112214.139000', '112214.142000', '112214.145000', '112214.148000', '112214.151000', '112214.153000', '112214.156000', '112214.173000', '112214.176000', '112214.178000', '112214.181000', '112214.184000', '112214.187000', '112214.189000', '112214.192000', '112214.195000', '112214.198000', '112214.200000', '112214.203000', '112214.206000', '112214.209000', '112214.212000', '112214.214000', '112214.217000', '112214.220000', '112214.223000', '112214.226000', '112214.228000', '112214.231000', '112214.234000', '112214.237000', '112214.239000', '112214.242000', '112214.245000', '112214.248000', '112214.251000', '112214.254000', '112214.256000', '112214.259000', '112214.262000', '112234.131000', '112234.134000', '112234.137000', '112234.139000', '112234.142000', '112234.145000', '112234.148000', '112234.151000', '112234.153000', '112234.156000', '112234.203000', '112234.206000', '112234.209000', '112234.212000', '112234.214000', '112234.217000', '112234.220000', '112234.223000', '112234.225000', '112234.228000', '112234.231000', '112234.234000', '112234.237000', '112234.240000', '112234.243000', '112234.245000', '112234.248000', '112234.251000', '112234.254000', '112234.256000', '112234.259000', '112234.262000', '112234.265000', '112234.268000', '112234.270000', '112234.273000', '112234.276000', '112234.279000', '112234.282000', '112234.284000', '112234.287000', '112234.290000', '112234.293000', '112254.131000', '112254.134000', '112254.137000', '112254.139000', '112254.142000', '112254.145000', '112254.163000', '112254.196000', '112254.199000', '112254.202000', '112254.204000', '112254.207000', '112254.210000', '112254.213000', '112254.215000', '112254.218000', '112254.221000', '112254.224000', '112254.226000', '112254.229000', '112254.232000', '112254.235000', '112254.238000', '112254.240000', '112254.243000', '112254.246000', '112254.249000', '112254.252000', '112254.255000', '112254.257000', '112254.260000', '112254.263000', '112254.266000', '112254.268000', '112254.271000', '112254.274000', '112254.277000', '112254.280000', '112254.283000', '112254.285000', '112254.288000', '112254.291000', '112254.294000', '112254.297000', '112314.130000', '112314.133000', '112314.136000', '112314.139000', '112314.142000', '112314.145000', '112314.147000', '112314.150000', '112314.153000', '112314.156000', '112314.178000', '112314.180000', '112314.183000', '112314.186000', '112314.189000', '112314.191000', '112314.194000', '112314.197000', '112314.200000', '112314.203000', '112314.206000', '112314.208000', '112314.211000', '112314.214000', '112314.217000', '112314.219000', '112314.222000', '112314.225000', '112314.228000', '112314.231000', '112314.233000', '112314.236000', '112314.239000', '112314.242000', '112314.245000', '112314.248000', '112314.250000', '112314.253000', '112314.256000', '112314.259000', '112314.262000', '112314.264000', '112314.267000', '112334.130000', '112334.133000', '112334.135000', '112334.138000', '112334.141000', '112334.144000', '112334.147000', '112334.150000', '112334.153000', '112334.155000', '112334.158000', '112334.212000', '112334.214000', '112334.217000', '112334.220000', '112334.223000', '112334.225000', '112334.228000', '112334.231000', '112334.234000', '112334.237000', '112334.239000', '112334.242000', '112334.245000', '112334.248000', '112334.251000', '112334.254000', '112334.256000', '112334.259000', '112334.262000', '112334.265000', '112334.268000', '112334.271000', '112334.273000', '112334.276000', '112334.279000', '112334.282000', '112334.284000', '112334.287000', '112334.290000', '112334.293000', '112334.296000', '112334.298000', '112334.301000', '112354.130000', '112354.133000', '112354.136000', '112354.139000', '112354.141000', '112354.144000', '112354.147000', '112354.150000', '112354.153000', '112354.156000', '112354.221000', '112354.224000', '112354.227000', '112354.230000', '112354.232000', '112354.235000', '112354.238000', '112354.241000', '112354.244000', '112354.247000', '112354.249000', '112354.252000', '112354.255000', '112354.258000', '112354.261000', '112354.263000', '112354.266000', '112354.269000', '112354.272000', '112354.275000', '112354.278000', '112354.280000', '112354.283000', '112354.286000', '112354.289000', '112354.292000', '112354.294000', '112354.297000', '112354.300000', '112354.303000', '112354.306000', '112354.308000', '112354.311000', '112414.130000', '112414.133000', '112414.136000', '112414.139000', '112414.141000', '112414.144000', '112414.147000', '112414.156000', '112414.206000', '112414.208000', '112414.211000', '112414.214000', '112414.217000', '112414.220000', '112414.222000', '112414.225000', '112414.228000', '112414.231000', '112414.234000', '112414.237000', '112414.240000', '112414.242000', '112414.245000', '112414.248000', '112414.251000', '112414.254000', '112414.257000', '112414.259000', '112414.262000', '112414.265000', '112414.268000', '112414.285000', '112414.288000', '112414.291000', '112414.294000', '112414.297000', '112414.299000', '112414.302000', '112414.305000', '112414.308000', '112414.311000', '112414.313000', '112414.316000', '112414.319000', '112434.131000', '112434.134000', '112434.137000', '112434.140000', '112434.143000', '112434.145000', '112434.148000', '112434.151000', '112434.154000', '112434.158000', '112434.196000', '112434.199000', '112434.202000', '112434.204000', '112434.207000', '112434.210000', '112434.213000', '112434.216000', '112434.219000', '112434.222000', '112434.225000', '112434.227000', '112434.230000', '112434.233000', '112434.236000', '112434.239000', '112434.241000', '112434.244000', '112434.247000', '112434.250000', '112434.253000', '112434.256000', '112434.258000', '112434.261000', '112434.264000', '112434.267000', '112434.270000', '112434.272000', '112434.275000', '112434.278000', '112434.281000', '112434.284000', '112434.287000', '112454.131000', '112454.134000', '112454.137000', '112454.140000', '112454.143000', '112454.145000', '112454.148000', '112454.151000', '112454.154000', '112454.157000', '112454.222000', '112454.225000', '112454.227000', '112454.230000', '112454.233000', '112454.236000', '112454.239000', '112454.242000', '112454.244000', '112454.247000', '112454.250000', '112454.253000', '112454.256000', '112454.258000', '112454.261000', '112454.264000', '112454.267000', '112454.269000', '112454.272000', '112454.275000', '112454.278000', '112454.281000', '112454.284000', '112454.287000', '112454.289000', '112454.292000', '112454.295000', '112454.298000', '112454.301000', '112454.303000', '112454.306000', '112454.309000', '112454.312000', '112454.314000', '112514.131000', '112514.134000', '112514.137000', '112514.140000', '112514.142000', '112514.145000', '112514.148000', '112514.151000', '112514.154000', '112514.156000', '112514.282000', '112514.285000', '112514.287000', '112514.290000', '112514.293000', '112514.296000', '112514.299000', '112514.302000', '112514.304000', '112514.308000', '112514.311000', '112514.314000', '112514.317000', '112514.320000', '112514.322000', '112514.325000', '112514.328000', '112514.331000', '112514.334000', '112514.336000', '112514.339000', '112514.342000', '112514.347000', '112514.350000', '112514.352000', '112514.355000', '112514.358000', '112514.361000', '112514.364000', '112514.366000', '112514.369000', '112514.372000', '112514.375000', '112534.130000', '112534.133000', '112534.136000', '112534.139000', '112534.141000', '112534.144000', '112534.147000', '112534.150000', '112534.153000', '112534.156000', '112534.213000', '112534.216000', '112534.219000', '112534.222000', '112534.225000', '112534.227000', '112534.230000', '112534.233000', '112534.236000', '112534.246000', '112534.249000', '112534.252000', '112534.254000', '112534.257000', '112534.260000', '112534.263000', '112534.266000', '112534.268000', '112534.271000', '112534.274000', '112534.277000', '112534.280000', '112534.282000', '112534.285000', '112534.288000', '112534.291000', '112534.294000', '112534.296000', '112534.299000', '112534.302000', '112534.305000', '112534.307000', '112534.310000', '112534.313000', '112554.130000', '112554.133000', '112554.136000', '112554.140000', '112554.143000', '112554.146000', '112554.149000', '112554.152000', '112554.155000', '112554.157000', '112554.215000', '112554.218000', '112554.220000', '112554.223000', '112554.226000', '112554.229000', '112554.232000', '112554.234000', '112554.237000', '112554.240000', '112554.243000', '112554.246000', '112554.249000', '112554.251000', '112554.254000', '112554.257000', '112554.260000', '112554.263000', '112554.266000', '112554.269000', '112554.271000', '112554.274000', '112554.277000', '112554.280000', '112554.283000', '112554.285000', '112554.288000', '112554.291000', '112554.294000', '112554.297000', '112554.299000', '112554.302000', '112554.305000', '112614.130000', '112614.133000', '112614.136000', '112614.139000', '112614.141000', '112614.144000', '112614.147000', '112614.150000', '112614.153000', '112614.155000', '112614.158000', '112614.225000', '112614.227000', '112614.230000', '112614.233000', '112614.236000', '112614.238000', '112614.241000', '112614.244000', '112614.247000', '112614.250000', '112614.252000', '112614.255000', '112614.258000', '112614.261000', '112614.264000', '112614.266000', '112614.269000', '112614.272000', '112614.275000', '112614.278000', '112614.280000', '112614.283000', '112614.286000', '112614.289000', '112614.292000', '112614.294000', '112614.297000', '112614.300000', '112614.303000', '112614.306000', '112614.309000', '112614.311000', '112614.314000', '112634.130000', '112634.133000', '112634.136000', '112634.138000', '112634.141000', '112634.144000', '112634.147000', '112634.150000', '112634.153000', '112634.156000', '112634.193000', '112634.196000', '112634.199000', '112634.202000', '112634.205000', '112634.207000', '112634.210000', '112634.215000', '112634.219000', '112634.222000', '112634.225000', '112634.228000', '112634.231000', '112634.233000', '112634.236000', '112634.239000', '112634.242000', '112634.245000', '112634.248000', '112634.251000', '112634.254000', '112634.256000', '112634.259000', '112634.262000', '112634.265000', '112634.268000', '112634.270000', '112634.273000', '112634.276000', '112634.279000', '112634.282000', '112634.284000', '112634.287000', '112654.131000', '112654.134000', '112654.137000', '112654.139000', '112654.142000', '112654.145000', '112654.148000', '112654.151000', '112654.153000', '112654.156000', '112654.225000', '112654.228000', '112654.231000', '112654.233000', '112654.236000', '112654.239000', '112654.242000', '112654.245000', '112654.247000', '112654.252000', '112654.255000', '112654.258000', '112654.261000', '112654.270000', '112654.273000', '112654.275000', '112654.278000', '112654.281000', '112654.284000', '112654.287000', '112654.290000', '112654.293000', '112654.295000', '112654.298000', '112654.301000', '112654.304000', '112654.307000', '112654.310000', '112654.312000', '112654.315000', '112654.318000', '112654.321000', '112654.324000', '112654.327000', '112700.037000', '112700.041000', '112700.044000', '112700.047000', '112700.050000', '112700.053000', '112700.055000', '112700.058000', '112700.061000', '112700.085000', '112700.088000', '112700.091000', '112700.094000'], 'InstanceCreationTime': ['112014.165000', '112014.168000', '112014.171000', '112014.174000', '112014.177000', '112014.180000', '112014.183000', '112014.186000', '112014.189000', '112014.192000', '112014.195000', '112014.198000', '112014.200000', '112014.203000', '112014.206000', '112014.209000', '112014.212000', '112014.215000', '112014.218000', '112014.221000', '112014.224000', '112014.226000', '112014.229000', '112014.232000', '112014.235000', '112014.238000', '112014.241000', '112014.244000', '112014.247000', '112014.250000', '112014.253000', '112014.256000', '112014.265000', '112014.268000', '112014.271000', '112014.274000', '112014.277000', '112014.279000', '112014.282000', '112014.285000', '112014.288000', '112014.291000', '112014.294000', '112034.131000', '112034.134000', '112034.136000', '112034.139000', '112034.142000', '112034.145000', '112034.148000', '112034.151000', '112034.154000', '112034.157000', '112034.193000', '112034.196000', '112034.199000', '112034.202000', '112034.205000', '112034.208000', '112034.211000', '112034.213000', '112034.216000', '112034.219000', '112034.222000', '112034.225000', '112034.228000', '112034.231000', '112034.233000', '112034.236000', '112034.239000', '112034.242000', '112034.244000', '112034.247000', '112034.250000', '112034.253000', '112034.256000', '112034.258000', '112034.261000', '112034.264000', '112034.267000', '112034.270000', '112034.273000', '112034.276000', '112034.279000', '112034.282000', '112034.284000', '112034.287000', '112054.130000', '112054.133000', '112054.136000', '112054.138000', '112054.141000', '112054.144000', '112054.147000', '112054.149000', '112054.152000', '112054.155000', '112054.158000', '112054.161000', '112054.164000', '112054.166000', '112054.169000', '112054.172000', '112054.175000', '112054.177000', '112054.180000', '112054.183000', '112054.186000', '112054.188000', '112054.191000', '112054.194000', '112054.197000', '112054.200000', '112054.202000', '112054.205000', '112054.208000', '112054.211000', '112054.213000', '112054.216000', '112054.219000', '112054.222000', '112054.225000', '112054.229000', '112054.232000', '112054.235000', '112054.238000', '112054.241000', '112054.243000', '112054.246000', '112054.249000', '112114.130000', '112114.133000', '112114.135000', '112114.138000', '112114.141000', '112114.144000', '112114.146000', '112114.149000', '112114.152000', '112114.155000', '112114.172000', '112114.185000', '112114.188000', '112114.190000', '112114.193000', '112114.196000', '112114.199000', '112114.202000', '112114.204000', '112114.207000', '112114.210000', '112114.213000', '112114.216000', '112114.218000', '112114.221000', '112114.224000', '112114.227000', '112114.230000', '112114.232000', '112114.235000', '112114.238000', '112114.241000', '112114.244000', '112114.247000', '112114.249000', '112114.261000', '112114.264000', '112114.267000', '112114.269000', '112114.272000', '112114.275000', '112114.278000', '112114.281000', '112114.284000', '112134.130000', '112134.133000', '112134.136000', '112134.139000', '112134.141000', '112134.144000', '112134.147000', '112134.150000', '112134.152000', '112134.155000', '112134.159000', '112134.162000', '112134.164000', '112134.167000', '112134.170000', '112134.173000', '112134.176000', '112134.178000', '112134.181000', '112134.184000', '112134.187000', '112134.190000', '112134.192000', '112134.195000', '112134.198000', '112134.201000', '112134.204000', '112134.206000', '112134.209000', '112134.212000', '112134.215000', '112134.218000', '112134.221000', '112134.223000', '112134.226000', '112134.229000', '112134.232000', '112134.234000', '112134.242000', '112134.245000', '112134.248000', '112134.251000', '112134.254000', '112154.130000', '112154.133000', '112154.136000', '112154.138000', '112154.141000', '112154.144000', '112154.147000', '112154.150000', '112154.152000', '112154.155000', '112154.158000', '112154.161000', '112154.164000', '112154.167000', '112154.170000', '112154.172000', '112154.175000', '112154.178000', '112154.181000', '112154.184000', '112154.186000', '112154.189000', '112154.192000', '112154.195000', '112154.198000', '112154.200000', '112154.203000', '112154.206000', '112154.209000', '112154.211000', '112154.214000', '112154.223000', '112154.226000', '112154.228000', '112154.231000', '112154.234000', '112154.237000', '112154.240000', '112154.242000', '112154.245000', '112154.248000', '112154.251000', '112154.254000', '112154.256000', '112214.131000', '112214.134000', '112214.136000', '112214.139000', '112214.142000', '112214.145000', '112214.148000', '112214.151000', '112214.153000', '112214.156000', '112214.173000', '112214.176000', '112214.178000', '112214.181000', '112214.184000', '112214.187000', '112214.189000', '112214.192000', '112214.195000', '112214.198000', '112214.200000', '112214.203000', '112214.206000', '112214.209000', '112214.212000', '112214.214000', '112214.217000', '112214.220000', '112214.223000', '112214.226000', '112214.228000', '112214.231000', '112214.234000', '112214.237000', '112214.239000', '112214.242000', '112214.245000', '112214.248000', '112214.251000', '112214.254000', '112214.256000', '112214.259000', '112214.262000', '112234.131000', '112234.134000', '112234.137000', '112234.139000', '112234.142000', '112234.145000', '112234.148000', '112234.151000', '112234.153000', '112234.156000', '112234.203000', '112234.206000', '112234.209000', '112234.212000', '112234.214000', '112234.217000', '112234.220000', '112234.223000', '112234.225000', '112234.228000', '112234.231000', '112234.234000', '112234.237000', '112234.240000', '112234.243000', '112234.245000', '112234.248000', '112234.251000', '112234.254000', '112234.256000', '112234.259000', '112234.262000', '112234.265000', '112234.268000', '112234.270000', '112234.273000', '112234.276000', '112234.279000', '112234.282000', '112234.284000', '112234.287000', '112234.290000', '112234.293000', '112254.131000', '112254.134000', '112254.137000', '112254.139000', '112254.142000', '112254.145000', '112254.163000', '112254.196000', '112254.199000', '112254.202000', '112254.204000', '112254.207000', '112254.210000', '112254.213000', '112254.215000', '112254.218000', '112254.221000', '112254.224000', '112254.226000', '112254.229000', '112254.232000', '112254.235000', '112254.238000', '112254.240000', '112254.243000', '112254.246000', '112254.249000', '112254.252000', '112254.255000', '112254.257000', '112254.260000', '112254.263000', '112254.266000', '112254.268000', '112254.271000', '112254.274000', '112254.277000', '112254.280000', '112254.283000', '112254.285000', '112254.288000', '112254.291000', '112254.294000', '112254.297000', '112314.130000', '112314.133000', '112314.136000', '112314.139000', '112314.142000', '112314.145000', '112314.147000', '112314.150000', '112314.153000', '112314.156000', '112314.178000', '112314.180000', '112314.183000', '112314.186000', '112314.189000', '112314.191000', '112314.194000', '112314.197000', '112314.200000', '112314.203000', '112314.206000', '112314.208000', '112314.211000', '112314.214000', '112314.217000', '112314.219000', '112314.222000', '112314.225000', '112314.228000', '112314.231000', '112314.233000', '112314.236000', '112314.239000', '112314.242000', '112314.245000', '112314.248000', '112314.250000', '112314.253000', '112314.256000', '112314.259000', '112314.262000', '112314.264000', '112314.267000', '112334.130000', '112334.133000', '112334.135000', '112334.138000', '112334.141000', '112334.144000', '112334.147000', '112334.150000', '112334.153000', '112334.155000', '112334.158000', '112334.212000', '112334.214000', '112334.217000', '112334.220000', '112334.223000', '112334.225000', '112334.228000', '112334.231000', '112334.234000', '112334.237000', '112334.239000', '112334.242000', '112334.245000', '112334.248000', '112334.251000', '112334.254000', '112334.256000', '112334.259000', '112334.262000', '112334.265000', '112334.268000', '112334.271000', '112334.273000', '112334.276000', '112334.279000', '112334.282000', '112334.284000', '112334.287000', '112334.290000', '112334.293000', '112334.296000', '112334.298000', '112334.301000', '112354.130000', '112354.133000', '112354.136000', '112354.139000', '112354.141000', '112354.144000', '112354.147000', '112354.150000', '112354.153000', '112354.156000', '112354.221000', '112354.224000', '112354.227000', '112354.230000', '112354.232000', '112354.235000', '112354.238000', '112354.241000', '112354.244000', '112354.247000', '112354.249000', '112354.252000', '112354.255000', '112354.258000', '112354.261000', '112354.263000', '112354.266000', '112354.269000', '112354.272000', '112354.275000', '112354.278000', '112354.280000', '112354.283000', '112354.286000', '112354.289000', '112354.292000', '112354.294000', '112354.297000', '112354.300000', '112354.303000', '112354.306000', '112354.308000', '112354.311000', '112414.130000', '112414.133000', '112414.136000', '112414.139000', '112414.141000', '112414.144000', '112414.147000', '112414.156000', '112414.206000', '112414.208000', '112414.211000', '112414.214000', '112414.217000', '112414.220000', '112414.222000', '112414.225000', '112414.228000', '112414.231000', '112414.234000', '112414.237000', '112414.240000', '112414.242000', '112414.245000', '112414.248000', '112414.251000', '112414.254000', '112414.257000', '112414.259000', '112414.262000', '112414.265000', '112414.268000', '112414.285000', '112414.288000', '112414.291000', '112414.294000', '112414.297000', '112414.299000', '112414.302000', '112414.305000', '112414.308000', '112414.311000', '112414.313000', '112414.316000', '112414.319000', '112434.131000', '112434.134000', '112434.137000', '112434.140000', '112434.143000', '112434.145000', '112434.148000', '112434.151000', '112434.154000', '112434.158000', '112434.196000', '112434.199000', '112434.202000', '112434.204000', '112434.207000', '112434.210000', '112434.213000', '112434.216000', '112434.219000', '112434.222000', '112434.225000', '112434.227000', '112434.230000', '112434.233000', '112434.236000', '112434.239000', '112434.241000', '112434.244000', '112434.247000', '112434.250000', '112434.253000', '112434.256000', '112434.258000', '112434.261000', '112434.264000', '112434.267000', '112434.270000', '112434.272000', '112434.275000', '112434.278000', '112434.281000', '112434.284000', '112434.287000', '112454.131000', '112454.134000', '112454.137000', '112454.140000', '112454.143000', '112454.145000', '112454.148000', '112454.151000', '112454.154000', '112454.157000', '112454.222000', '112454.225000', '112454.227000', '112454.230000', '112454.233000', '112454.236000', '112454.239000', '112454.242000', '112454.244000', '112454.247000', '112454.250000', '112454.253000', '112454.256000', '112454.258000', '112454.261000', '112454.264000', '112454.267000', '112454.269000', '112454.272000', '112454.275000', '112454.278000', '112454.281000', '112454.284000', '112454.287000', '112454.289000', '112454.292000', '112454.295000', '112454.298000', '112454.301000', '112454.303000', '112454.306000', '112454.309000', '112454.312000', '112454.314000', '112514.131000', '112514.134000', '112514.137000', '112514.140000', '112514.142000', '112514.145000', '112514.148000', '112514.151000', '112514.154000', '112514.156000', '112514.282000', '112514.285000', '112514.287000', '112514.290000', '112514.293000', '112514.296000', '112514.299000', '112514.302000', '112514.304000', '112514.308000', '112514.311000', '112514.314000', '112514.317000', '112514.320000', '112514.322000', '112514.325000', '112514.328000', '112514.331000', '112514.334000', '112514.336000', '112514.339000', '112514.342000', '112514.347000', '112514.350000', '112514.352000', '112514.355000', '112514.358000', '112514.361000', '112514.364000', '112514.366000', '112514.369000', '112514.372000', '112514.375000', '112534.130000', '112534.133000', '112534.136000', '112534.139000', '112534.141000', '112534.144000', '112534.147000', '112534.150000', '112534.153000', '112534.156000', '112534.213000', '112534.216000', '112534.219000', '112534.222000', '112534.225000', '112534.227000', '112534.230000', '112534.233000', '112534.236000', '112534.246000', '112534.249000', '112534.252000', '112534.254000', '112534.257000', '112534.260000', '112534.263000', '112534.266000', '112534.268000', '112534.271000', '112534.274000', '112534.277000', '112534.280000', '112534.282000', '112534.285000', '112534.288000', '112534.291000', '112534.294000', '112534.296000', '112534.299000', '112534.302000', '112534.305000', '112534.307000', '112534.310000', '112534.313000', '112554.130000', '112554.133000', '112554.136000', '112554.140000', '112554.143000', '112554.146000', '112554.149000', '112554.152000', '112554.155000', '112554.157000', '112554.215000', '112554.218000', '112554.220000', '112554.223000', '112554.226000', '112554.229000', '112554.232000', '112554.234000', '112554.237000', '112554.240000', '112554.243000', '112554.246000', '112554.249000', '112554.251000', '112554.254000', '112554.257000', '112554.260000', '112554.263000', '112554.266000', '112554.269000', '112554.271000', '112554.274000', '112554.277000', '112554.280000', '112554.283000', '112554.285000', '112554.288000', '112554.291000', '112554.294000', '112554.297000', '112554.299000', '112554.302000', '112554.305000', '112614.130000', '112614.133000', '112614.136000', '112614.139000', '112614.141000', '112614.144000', '112614.147000', '112614.150000', '112614.153000', '112614.155000', '112614.158000', '112614.225000', '112614.227000', '112614.230000', '112614.233000', '112614.236000', '112614.238000', '112614.241000', '112614.244000', '112614.247000', '112614.250000', '112614.252000', '112614.255000', '112614.258000', '112614.261000', '112614.264000', '112614.266000', '112614.269000', '112614.272000', '112614.275000', '112614.278000', '112614.280000', '112614.283000', '112614.286000', '112614.289000', '112614.292000', '112614.294000', '112614.297000', '112614.300000', '112614.303000', '112614.306000', '112614.309000', '112614.311000', '112614.314000', '112634.130000', '112634.133000', '112634.136000', '112634.138000', '112634.141000', '112634.144000', '112634.147000', '112634.150000', '112634.153000', '112634.156000', '112634.193000', '112634.196000', '112634.199000', '112634.202000', '112634.205000', '112634.207000', '112634.210000', '112634.215000', '112634.219000', '112634.222000', '112634.225000', '112634.228000', '112634.231000', '112634.233000', '112634.236000', '112634.239000', '112634.242000', '112634.245000', '112634.248000', '112634.251000', '112634.254000', '112634.256000', '112634.259000', '112634.262000', '112634.265000', '112634.268000', '112634.270000', '112634.273000', '112634.276000', '112634.279000', '112634.282000', '112634.284000', '112634.287000', '112654.131000', '112654.134000', '112654.137000', '112654.139000', '112654.142000', '112654.145000', '112654.148000', '112654.151000', '112654.153000', '112654.156000', '112654.225000', '112654.228000', '112654.231000', '112654.233000', '112654.236000', '112654.239000', '112654.242000', '112654.245000', '112654.247000', '112654.252000', '112654.255000', '112654.258000', '112654.261000', '112654.270000', '112654.273000', '112654.275000', '112654.278000', '112654.281000', '112654.284000', '112654.287000', '112654.290000', '112654.293000', '112654.295000', '112654.298000', '112654.301000', '112654.304000', '112654.307000', '112654.310000', '112654.312000', '112654.315000', '112654.318000', '112654.321000', '112654.324000', '112654.327000', '112700.037000', '112700.041000', '112700.044000', '112700.047000', '112700.050000', '112700.053000', '112700.055000', '112700.058000', '112700.061000', '112700.085000', '112700.088000', '112700.091000', '112700.094000'], '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': [14865, 8894, 12511, 8169, 10266, 8067, 9592, 10511, 8734, 11643, 8087, 10886, 7897, 9908, 10327, 8384, 12010, 8239, 10230, 8132, 8853, 11945, 7964, 10936, 7907, 9588, 10786, 7707, 10498, 8047, 9066, 9960, 8227, 11188, 7710, 9312, 8360, 8511, 11420, 7939, 9965, 8039, 9004, 8707, 8031, 12826, 7948, 11522, 8193, 9198, 9473, 8524, 12268, 8578, 11380, 8254, 9825, 10641, 8350, 11770, 8391, 10666, 8358, 9425, 11183, 8159, 10902, 8004, 9079, 9848, 8524, 11663, 7757, 9939, 8305, 9365, 9161, 8007, 11259, 8126, 11328, 8270, 9584, 9967, 8130, 11813, 8421, 10289, 8428, 9351, 9774, 8017, 11264, 8366, 9984, 8573, 8975, 12277, 8001, 10837, 7998, 9954, 8319, 8950, 13215, 7862, 11050, 8378, 9434, 8156, 9102, 13232, 7920, 11420, 8266, 10335, 7937, 9881, 8286, 9836, 8824, 9466, 13224, 8350, 10332, 12796, 8635, 11716, 8590, 8808, 8618, 7923, 10968, 7882, 10959, 8323, 11166, 8949, 8399, 11770, 8223, 9581, 12548, 8446, 10217, 7854, 9378, 8011, 9573, 8317, 9599, 10707, 8640, 11549, 8041, 10511, 8074, 9945, 11128, 8995, 12222, 8190, 10646, 8029, 9225, 9998, 8671, 12431, 7857, 10868, 7831, 9892, 8138, 9321, 10329, 7988, 11583, 8139, 9934, 8159, 9343, 10342, 7943, 11349, 8641, 10196, 10769, 8136, 10252, 8024, 8272, 10913, 7650, 9632, 7857, 8879, 11662, 7875, 10254, 8639, 7980, 11185, 8025, 10063, 8199, 8607, 11352, 7996, 9153, 12169, 8042, 11775, 8511, 10850, 10876, 8346, 10477, 8141, 8879, 9677, 7810, 10742, 7718, 9662, 8006, 9304, 10936, 8388, 11472, 8085, 10045, 8251, 8784, 12327, 8896, 11226, 8179, 9861, 9156, 8060, 11315, 8090, 9837, 8209, 8508, 9890, 8033, 10624, 7810, 9325, 8258, 9497, 10047, 8421, 11970, 8219, 9412, 11820, 7889, 11400, 8091, 9584, 8408, 9183, 10272, 7677, 10800, 7906, 9928, 8264, 8781, 11753, 7918, 11038, 7870, 10313, 8680, 9022, 10964, 7972, 11130, 8231, 9654, 13151, 8094, 10635, 7835, 9141, 8485, 8028, 10735, 7757, 9739, 8125, 9214, 8622, 7971, 10506, 7858, 9980, 8320, 9809, 8501, 9103, 11408, 8506, 12524, 8445, 10727, 8509, 9605, 11948, 8455, 11945, 8536, 11447, 8156, 9866, 8265, 9131, 12340, 8404, 11234, 8054, 9548, 8536, 8483, 11245, 7725, 9987, 8177, 9546, 8189, 8929, 12427, 7978, 10578, 7702, 10398, 8279, 10278, 8482, 9041, 11300, 8178, 11571, 7818, 9698, 12698, 8115, 11500, 8361, 10699, 7782, 9638, 8037, 9427, 12797, 8373, 11088, 9001, 8870, 11860, 8569, 11541, 8157, 9432, 8140, 8607, 9692, 9025, 13099, 8297, 10027, 11724, 8782, 11957, 7981, 11514, 8146, 9565, 8136, 9213, 11285, 8122, 11966, 8473, 10731, 7693, 9531, 8109, 8110, 11585, 7955, 11805, 8216, 9921, 8274, 8919, 12053, 8130, 12210, 8600, 9924, 7888, 9395, 10320, 8074, 13170, 8488, 11440, 7740, 10447, 8061, 10665, 8772, 8160, 11882, 7589, 9721, 7822, 9162, 8060, 7919, 9534, 7817, 11514, 8144, 11105, 8235, 9983, 8460, 9029, 13015, 8645, 12398, 8873, 10350, 8054, 9850, 11315, 8335, 12397, 8667, 10817, 7955, 9559, 8937, 8442, 11862, 8509, 10766, 7836, 9504, 8207, 8989, 12648, 8293, 11728, 8427, 10213, 8058, 9104, 11230, 8233, 11859, 8282, 10390, 8060, 9107, 10371, 8230, 10936, 7777, 9829, 8318, 8939, 12457, 8178, 11359, 8086, 9611, 8503, 8597, 12832, 7902, 11084, 8022, 10045, 8569, 8650, 11080, 7926, 10708, 8011, 10112, 8582, 8645, 13212, 8230, 11597, 8321, 9584, 8344, 8166, 11201, 8033, 10604, 8329, 9179, 9272, 7963, 11160, 8178, 10049, 8562, 9191, 8362, 8421, 10872, 8362, 9198, 9966, 8174, 10964, 8191, 9909, 8630, 8829, 9875, 8124, 11044, 8560, 10791, 8883, 9077, 12199, 8146, 11027, 8406, 9783, 8635, 9218, 12236, 8401, 10136, 8684, 8600, 10704, 7999, 10563, 7920, 9425, 8560, 8666, 10400, 8219, 10518, 8087, 9701, 8512, 9025, 10124, 8590, 11665, 8212, 11225, 8724, 8867, 11818, 8310, 11132, 8213, 9008, 8863, 9044, 8274, 8551, 8855, 11003, 10846, 8770, 8004, 10374, 8366, 9950, 9529, 9399, 8285, 9129, 8222, 9214, 8559, 8466, 13066, 8170, 13120, 8076, 11013, 7825, 9708, 8351, 8825, 11774, 8220, 11985, 8165, 10001, 8430, 8922, 13714, 9187, 11186, 8623, 10036, 8378, 9096, 8452, 8603, 10405, 8289, 13253, 8141, 10438, 8323, 10200, 8825, 8913, 12393, 8080, 10390, 7979, 9764, 9467, 8794, 11895, 8070, 9400, 8501, 8652, 10620, 8315, 10228, 7888, 9233, 8450, 8702, 11273, 7923, 10249, 7995, 8967, 8525, 8684, 9872, 7908, 12024, 8503, 10217, 8310, 9310, 10052, 8091, 12775, 8958, 10446, 8202, 9368, 9477, 8443, 12543, 8828, 10428, 8093, 9187, 9423, 8196, 12132, 8745, 9759, 8532, 9401, 11779, 7827, 10736, 8197, 8989, 8589, 8737, 10667, 7862, 10090, 8356, 8924, 8658, 8191, 10468, 7886, 9620, 8384, 8522, 11168, 8179, 10876, 8069, 9593, 8473, 8821, 13152, 8426, 11880, 8202, 9431, 8391, 8267, 11344, 8087, 9901, 8133, 9436, 8223, 8953, 12405, 8404, 10764, 8650, 9016, 10869, 7823, 11008, 7887, 10309, 8443, 9170, 8651, 8459, 11109, 8071, 10735, 8255, 9181, 8204, 8636, 12380, 8120, 11127, 8211, 9789, 9212, 8562, 9713, 8389, 12345, 8329, 11706, 8323, 11468, 8171, 9764, 13436, 8672, 10778, 8488, 8591, 12604, 8338, 10149, 8065, 8951, 10692, 7727, 10044, 8428, 7888, 8951, 7869, 10088, 7827, 10312, 8733, 8286, 12113, 7922, 10614, 8096, 10168, 8281, 9449, 10430, 8901, 13046, 8396, 10460, 7988, 9469, 9392, 8321, 12008, 8654, 11080, 8016, 9485, 9635, 8170, 11621, 8485, 10286, 8224, 9341, 9215, 8036, 10504, 7921, 9997, 7804, 9705, 8280, 8069, 9823, 7923, 10812, 8223, 10887, 8169, 9530, 8347, 9021, 12616, 8271, 11822, 8959, 10761, 8119, 9362, 10580, 8515, 12022, 8867, 11047, 8007, 9434, 8815, 8185, 11223, 8580, 10613, 7921, 9231, 8688, 8083, 10862, 7894, 10757, 8232, 10425, 8135, 9203, 11912, 8278, 11383, 8174, 10361, 9125, 9135, 10977, 8039, 11425, 8051, 10205, 8094, 8975, 12182, 8567, 11363, 7662, 9918, 7942, 9325, 8237, 8836, 9094, 7877, 11433, 7883, 10759, 8481, 9036, 9248, 8520, 11980, 8576, 11321, 8195, 9818, 8729, 8923, 10626, 7922, 11176, 8244, 11208, 8062, 9232, 8363, 8507, 11028, 8021, 11377, 8186, 9684, 8197, 8608, 11902, 7978, 10923, 8268, 10025, 8088, 9124, 8303, 8223, 9234, 8163, 13353, 9004, 9082], 'WindowCenter': [4429.0, 4365.0, 4391.0, 4338.0, 4358.0, 4325.0, 4347.0, 4345.0, 4335.0, 4365.0, 4325.0, 4355.0, 4313.0, 4345.0, 4344.0, 4325.0, 4364.0, 4325.0, 4355.0, 4314.0, 4334.0, 4364.0, 4314.0, 4354.0, 4312.0, 4343.0, 4352.0, 4312.0, 4342.0, 4312.0, 4335.0, 4342.0, 4325.0, 4353.0, 4313.0, 4333.0, 4323.0, 4334.0, 4364.0, 4313.0, 4344.0, 4325.0, 4337.0, 4335.0, 4328.0, 4376.0, 4327.0, 4368.0, 4327.0, 4348.0, 4345.0, 4336.0, 4376.0, 4336.0, 4366.0, 4323.0, 4345.0, 4342.0, 4325.0, 4364.0, 4324.0, 4354.0, 4323.0, 4335.0, 4353.0, 4314.0, 4352.0, 4311.0, 4335.0, 4342.0, 4323.0, 4353.0, 4314.0, 4345.0, 4322.0, 4335.0, 4333.0, 4325.0, 4354.0, 4325.0, 4381.0, 4324.0, 4345.0, 4343.0, 4326.0, 4365.0, 4326.0, 4354.0, 4326.0, 4347.0, 4345.0, 4326.0, 4365.0, 4335.0, 4357.0, 4335.0, 4350.0, 4378.0, 4328.0, 4356.0, 4326.0, 4357.0, 4325.0, 4347.0, 4375.0, 4326.0, 4366.0, 4337.0, 4346.0, 4339.0, 4349.0, 4388.0, 4326.0, 4366.0, 4325.0, 4355.0, 4327.0, 4356.0, 4325.0, 4357.0, 4336.0, 4348.0, 4378.0, 4324.0, 4346.0, 4361.0, 4323.0, 4353.0, 4309.0, 4320.0, 4308.0, 4311.0, 4351.0, 4326.0, 4355.0, 4325.0, 4367.0, 4321.0, 4313.0, 4366.0, 4309.0, 4320.0, 4350.0, 4310.0, 4329.0, 4310.0, 4331.0, 4315.0, 4345.0, 4324.0, 4346.0, 4356.0, 4336.0, 4364.0, 4316.0, 4354.0, 4324.0, 4345.0, 4353.0, 4324.0, 4352.0, 4312.0, 4343.0, 4310.0, 4334.0, 4331.0, 4323.0, 4351.0, 4313.0, 4342.0, 4304.0, 4333.0, 4311.0, 4335.0, 4343.0, 4314.0, 4353.0, 4315.0, 4345.0, 4314.0, 4334.0, 4341.0, 4314.0, 4355.0, 4323.0, 4347.0, 4343.0, 4312.0, 4344.0, 4299.0, 4313.0, 4342.0, 4303.0, 4332.0, 4314.0, 4336.0, 4354.0, 4313.0, 4344.0, 4322.0, 4314.0, 4355.0, 4315.0, 4345.0, 4323.0, 4336.0, 4356.0, 4313.0, 4335.0, 4353.0, 4315.0, 4364.0, 4325.0, 4358.0, 4354.0, 4323.0, 4343.0, 4310.0, 4334.0, 4344.0, 4315.0, 4355.0, 4325.0, 4346.0, 4326.0, 4360.0, 4366.0, 4326.0, 4365.0, 4315.0, 4345.0, 4323.0, 4337.0, 4365.0, 4333.0, 4353.0, 4311.0, 4343.0, 4322.0, 4314.0, 4353.0, 4312.0, 4344.0, 4313.0, 4325.0, 4344.0, 4326.0, 4344.0, 4314.0, 4334.0, 4323.0, 4348.0, 4344.0, 4326.0, 4365.0, 4322.0, 4334.0, 4351.0, 4313.0, 4353.0, 4312.0, 4333.0, 4324.0, 4346.0, 4344.0, 4315.0, 4355.0, 4325.0, 4356.0, 4326.0, 4336.0, 4364.0, 4325.0, 4355.0, 4325.0, 4357.0, 4325.0, 4336.0, 4354.0, 4325.0, 4355.0, 4313.0, 4344.0, 4363.0, 4313.0, 4342.0, 4314.0, 4335.0, 4323.0, 4324.0, 4354.0, 4313.0, 4346.0, 4325.0, 4348.0, 4335.0, 4326.0, 4355.0, 4326.0, 4357.0, 4338.0, 4358.0, 4336.0, 4349.0, 4367.0, 4337.0, 4379.0, 4327.0, 4370.0, 4336.0, 4348.0, 4364.0, 4325.0, 4367.0, 4336.0, 4366.0, 4326.0, 4347.0, 4324.0, 4347.0, 4364.0, 4324.0, 4356.0, 4315.0, 4345.0, 4323.0, 4326.0, 4354.0, 4315.0, 4347.0, 4325.0, 4346.0, 4324.0, 4336.0, 4364.0, 4326.0, 4356.0, 4328.0, 4356.0, 4324.0, 4371.0, 4349.0, 4349.0, 4366.0, 4337.0, 4369.0, 4315.0, 4346.0, 4363.0, 4313.0, 4354.0, 4326.0, 4356.0, 4316.0, 4347.0, 4324.0, 4347.0, 4363.0, 4312.0, 4354.0, 4322.0, 4322.0, 4352.0, 4323.0, 4353.0, 4299.0, 4334.0, 4300.0, 4321.0, 4330.0, 4324.0, 4365.0, 4312.0, 4332.0, 4338.0, 4309.0, 4340.0, 4311.0, 4352.0, 4299.0, 4320.0, 4298.0, 4321.0, 4339.0, 4313.0, 4352.0, 4311.0, 4341.0, 4302.0, 4332.0, 4313.0, 4314.0, 4353.0, 4314.0, 4365.0, 4324.0, 4344.0, 4311.0, 4334.0, 4363.0, 4314.0, 4363.0, 4325.0, 4332.0, 4301.0, 4334.0, 4343.0, 4312.0, 4361.0, 4323.0, 4353.0, 4303.0, 4342.0, 4326.0, 4356.0, 4324.0, 4325.0, 4354.0, 4314.0, 4344.0, 4313.0, 4346.0, 4325.0, 4327.0, 4347.0, 4329.0, 4368.0, 4327.0, 4369.0, 4327.0, 4357.0, 4326.0, 4337.0, 4376.0, 4336.0, 4366.0, 4324.0, 4343.0, 4311.0, 4343.0, 4341.0, 4313.0, 4359.0, 4321.0, 4352.0, 4312.0, 4333.0, 4322.0, 4324.0, 4353.0, 4323.0, 4352.0, 4303.0, 4334.0, 4323.0, 4336.0, 4364.0, 4325.0, 4363.0, 4323.0, 4345.0, 4313.0, 4335.0, 4353.0, 4323.0, 4353.0, 4324.0, 4344.0, 4313.0, 4336.0, 4344.0, 4326.0, 4354.0, 4313.0, 4344.0, 4324.0, 4337.0, 4365.0, 4324.0, 4354.0, 4313.0, 4344.0, 4324.0, 4336.0, 4363.0, 4325.0, 4355.0, 4325.0, 4345.0, 4335.0, 4336.0, 4364.0, 4325.0, 4356.0, 4327.0, 4356.0, 4336.0, 4338.0, 4375.0, 4325.0, 4366.0, 4324.0, 4347.0, 4324.0, 4326.0, 4354.0, 4316.0, 4355.0, 4324.0, 4336.0, 4333.0, 4325.0, 4355.0, 4324.0, 4346.0, 4323.0, 4347.0, 4324.0, 4336.0, 4357.0, 4325.0, 4335.0, 4345.0, 4325.0, 4355.0, 4326.0, 4346.0, 4325.0, 4338.0, 4346.0, 4328.0, 4368.0, 4336.0, 4367.0, 4336.0, 4337.0, 4366.0, 4325.0, 4356.0, 4325.0, 4346.0, 4323.0, 4346.0, 4363.0, 4324.0, 4345.0, 4336.0, 4337.0, 4353.0, 4325.0, 4343.0, 4314.0, 4334.0, 4336.0, 4336.0, 4354.0, 4326.0, 4355.0, 4327.0, 4347.0, 4337.0, 4348.0, 4357.0, 4336.0, 4364.0, 4326.0, 4357.0, 4324.0, 4336.0, 4353.0, 4324.0, 4369.0, 4339.0, 4347.0, 4335.0, 4348.0, 4337.0, 4336.0, 4335.0, 4355.0, 4342.0, 4322.0, 4326.0, 4356.0, 4323.0, 4343.0, 4331.0, 4332.0, 4310.0, 4332.0, 4312.0, 4332.0, 4322.0, 4324.0, 4373.0, 4324.0, 4375.0, 4327.0, 4366.0, 4327.0, 4348.0, 4326.0, 4347.0, 4364.0, 4325.0, 4365.0, 4325.0, 4346.0, 4323.0, 4336.0, 4373.0, 4334.0, 4354.0, 4324.0, 4345.0, 4325.0, 4335.0, 4324.0, 4335.0, 4355.0, 4325.0, 4374.0, 4326.0, 4355.0, 4325.0, 4355.0, 4333.0, 4335.0, 4363.0, 4313.0, 4343.0, 4313.0, 4343.0, 4332.0, 4323.0, 4352.0, 4312.0, 4331.0, 4320.0, 4322.0, 4340.0, 4312.0, 4342.0, 4313.0, 4333.0, 4322.0, 4336.0, 4355.0, 4326.0, 4345.0, 4326.0, 4336.0, 4335.0, 4337.0, 4356.0, 4328.0, 4366.0, 4337.0, 4357.0, 4325.0, 4346.0, 4344.0, 4325.0, 4375.0, 4336.0, 4345.0, 4324.0, 4335.0, 4344.0, 4325.0, 4366.0, 4335.0, 4344.0, 4311.0, 4333.0, 4331.0, 4325.0, 4364.0, 4323.0, 4332.0, 4321.0, 4334.0, 4351.0, 4314.0, 4353.0, 4323.0, 4333.0, 4323.0, 4334.0, 4353.0, 4313.0, 4356.0, 4322.0, 4334.0, 4323.0, 4325.0, 4345.0, 4312.0, 4343.0, 4322.0, 4336.0, 4353.0, 4324.0, 4354.0, 4315.0, 4345.0, 4312.0, 4334.0, 4375.0, 4324.0, 4355.0, 4314.0, 4334.0, 4312.0, 4324.0, 4355.0, 4325.0, 4344.0, 4315.0, 4335.0, 4324.0, 4337.0, 4367.0, 4325.0, 4355.0, 4322.0, 4323.0, 4353.0, 4314.0, 4342.0, 4312.0, 4344.0, 4314.0, 4334.0, 4336.0, 4351.0, 4366.0, 4325.0, 4355.0, 4325.0, 4335.0, 4312.0, 4324.0, 4363.0, 4314.0, 4354.0, 4312.0, 4334.0, 4321.0, 4322.0, 4332.0, 4313.0, 4351.0, 4313.0, 4353.0, 4313.0, 4366.0, 4313.0, 4334.0, 4351.0, 4310.0, 4341.0, 4309.0, 4310.0, 4349.0, 4299.0, 4330.0, 4300.0, 4324.0, 4330.0, 4314.0, 4345.0, 4311.0, 4312.0, 4321.0, 4313.0, 4342.0, 4303.0, 4346.0, 4323.0, 4324.0, 4353.0, 4315.0, 4344.0, 4314.0, 4344.0, 4314.0, 4345.0, 4343.0, 4324.0, 4365.0, 4314.0, 4343.0, 4312.0, 4334.0, 4333.0, 4326.0, 4364.0, 4323.0, 4354.0, 4302.0, 4334.0, 4320.0, 4313.0, 4352.0, 4311.0, 4332.0, 4310.0, 4323.0, 4320.0, 4311.0, 4342.0, 4313.0, 4332.0, 4315.0, 4346.0, 4325.0, 4325.0, 4343.0, 4325.0, 4355.0, 4326.0, 4358.0, 4337.0, 4348.0, 4325.0, 4337.0, 4366.0, 4326.0, 4367.0, 4335.0, 4354.0, 4314.0, 4334.0, 4342.0, 4324.0, 4365.0, 4323.0, 4353.0, 4314.0, 4335.0, 4322.0, 4323.0, 4354.0, 4324.0, 4343.0, 4312.0, 4333.0, 4321.0, 4326.0, 4353.0, 4324.0, 4353.0, 4324.0, 4355.0, 4313.0, 4335.0, 4352.0, 4313.0, 4353.0, 4323.0, 4344.0, 4321.0, 4333.0, 4342.0, 4312.0, 4351.0, 4311.0, 4342.0, 4300.0, 4323.0, 4351.0, 4321.0, 4340.0, 4302.0, 4342.0, 4313.0, 4334.0, 4312.0, 4333.0, 4321.0, 4313.0, 4353.0, 4315.0, 4356.0, 4324.0, 4334.0, 4332.0, 4323.0, 4352.0, 4324.0, 4354.0, 4311.0, 4333.0, 4311.0, 4322.0, 4340.0, 4312.0, 4342.0, 4312.0, 4352.0, 4312.0, 4322.0, 4310.0, 4322.0, 4341.0, 4313.0, 4353.0, 4311.0, 4334.0, 4311.0, 4322.0, 4350.0, 4312.0, 4354.0, 4323.0, 4332.0, 4314.0, 4335.0, 4323.0, 4325.0, 4334.0, 4326.0, 4374.0, 4335.0, 4334.0], 'WindowWidth': [9742.0, 9644.0, 9671.0, 9593.0, 9620.0, 9570.0, 9603.0, 9596.0, 9582.0, 9623.0, 9569.0, 9609.0, 9548.0, 9595.0, 9591.0, 9569.0, 9619.0, 9569.0, 9609.0, 9550.0, 9579.0, 9619.0, 9551.0, 9606.0, 9545.0, 9590.0, 9599.0, 9548.0, 9588.0, 9546.0, 9582.0, 9588.0, 9566.0, 9603.0, 9550.0, 9578.0, 9563.0, 9581.0, 9620.0, 9550.0, 9593.0, 9568.0, 9587.0, 9582.0, 9578.0, 9640.0, 9577.0, 9634.0, 9574.0, 9604.0, 9596.0, 9586.0, 9643.0, 9585.0, 9627.0, 9563.0, 9597.0, 9589.0, 9567.0, 9619.0, 9565.0, 9606.0, 9563.0, 9582.0, 9603.0, 9551.0, 9601.0, 9544.0, 9582.0, 9587.0, 9564.0, 9604.0, 9553.0, 9594.0, 9560.0, 9581.0, 9575.0, 9568.0, 9607.0, 9570.0, 9658.0, 9567.0, 9597.0, 9591.0, 9570.0, 9622.0, 9570.0, 9607.0, 9569.0, 9600.0, 9595.0, 9572.0, 9623.0, 9584.0, 9615.0, 9582.0, 9613.0, 9651.0, 9578.0, 9611.0, 9572.0, 9615.0, 9568.0, 9603.0, 9639.0, 9573.0, 9626.0, 9587.0, 9602.0, 9596.0, 9606.0, 9662.0, 9573.0, 9625.0, 9571.0, 9609.0, 9576.0, 9612.0, 9568.0, 9614.0, 9585.0, 9606.0, 9645.0, 9565.0, 9596.0, 9611.0, 9559.0, 9605.0, 9535.0, 9551.0, 9532.0, 9541.0, 9597.0, 9572.0, 9610.0, 9570.0, 9627.0, 9557.0, 9547.0, 9626.0, 9533.0, 9552.0, 9593.0, 9539.0, 9565.0, 9541.0, 9569.0, 9554.0, 9595.0, 9567.0, 9598.0, 9615.0, 9585.0, 9621.0, 9555.0, 9607.0, 9565.0, 9596.0, 9601.0, 9563.0, 9599.0, 9544.0, 9590.0, 9539.0, 9577.0, 9567.0, 9559.0, 9596.0, 9549.0, 9585.0, 9534.0, 9573.0, 9540.0, 9578.0, 9586.0, 9548.0, 9601.0, 9551.0, 9593.0, 9548.0, 9577.0, 9583.0, 9550.0, 9606.0, 9562.0, 9598.0, 9586.0, 9545.0, 9590.0, 9521.0, 9544.0, 9583.0, 9531.0, 9573.0, 9550.0, 9584.0, 9604.0, 9548.0, 9592.0, 9556.0, 9551.0, 9605.0, 9553.0, 9596.0, 9562.0, 9582.0, 9609.0, 9546.0, 9580.0, 9602.0, 9553.0, 9617.0, 9568.0, 9615.0, 9606.0, 9562.0, 9588.0, 9540.0, 9577.0, 9592.0, 9556.0, 9608.0, 9571.0, 9599.0, 9571.0, 9625.0, 9627.0, 9571.0, 9622.0, 9555.0, 9597.0, 9560.0, 9585.0, 9623.0, 9576.0, 9603.0, 9544.0, 9590.0, 9557.0, 9548.0, 9599.0, 9545.0, 9589.0, 9546.0, 9566.0, 9591.0, 9569.0, 9591.0, 9551.0, 9578.0, 9561.0, 9599.0, 9592.0, 9571.0, 9623.0, 9560.0, 9577.0, 9597.0, 9546.0, 9600.0, 9545.0, 9575.0, 9564.0, 9597.0, 9592.0, 9556.0, 9608.0, 9569.0, 9612.0, 9569.0, 9587.0, 9622.0, 9570.0, 9609.0, 9568.0, 9614.0, 9568.0, 9584.0, 9606.0, 9569.0, 9608.0, 9548.0, 9591.0, 9617.0, 9550.0, 9587.0, 9551.0, 9583.0, 9561.0, 9566.0, 9606.0, 9552.0, 9598.0, 9570.0, 9604.0, 9582.0, 9574.0, 9611.0, 9573.0, 9615.0, 9591.0, 9618.0, 9586.0, 9609.0, 9630.0, 9590.0, 9648.0, 9573.0, 9638.0, 9584.0, 9604.0, 9621.0, 9570.0, 9629.0, 9584.0, 9625.0, 9571.0, 9601.0, 9565.0, 9600.0, 9622.0, 9566.0, 9611.0, 9553.0, 9594.0, 9562.0, 9570.0, 9605.0, 9555.0, 9599.0, 9568.0, 9598.0, 9566.0, 9585.0, 9620.0, 9570.0, 9611.0, 9577.0, 9615.0, 9567.0, 9642.0, 9610.0, 9607.0, 9626.0, 9588.0, 9634.0, 9553.0, 9600.0, 9617.0, 9550.0, 9604.0, 9571.0, 9610.0, 9559.0, 9601.0, 9568.0, 9601.0, 9616.0, 9544.0, 9605.0, 9555.0, 9557.0, 9596.0, 9558.0, 9600.0, 9522.0, 9576.0, 9524.0, 9556.0, 9567.0, 9563.0, 9624.0, 9543.0, 9573.0, 9573.0, 9536.0, 9578.0, 9542.0, 9598.0, 9522.0, 9551.0, 9520.0, 9555.0, 9578.0, 9547.0, 9600.0, 9542.0, 9580.0, 9530.0, 9572.0, 9547.0, 9551.0, 9605.0, 9551.0, 9620.0, 9565.0, 9594.0, 9543.0, 9579.0, 9615.0, 9552.0, 9616.0, 9567.0, 9573.0, 9528.0, 9575.0, 9588.0, 9545.0, 9608.0, 9560.0, 9601.0, 9534.0, 9585.0, 9571.0, 9613.0, 9563.0, 9567.0, 9604.0, 9551.0, 9591.0, 9549.0, 9598.0, 9569.0, 9575.0, 9602.0, 9580.0, 9632.0, 9577.0, 9635.0, 9574.0, 9614.0, 9570.0, 9588.0, 9639.0, 9582.0, 9625.0, 9563.0, 9590.0, 9542.0, 9589.0, 9583.0, 9548.0, 9607.0, 9556.0, 9599.0, 9544.0, 9575.0, 9559.0, 9564.0, 9602.0, 9562.0, 9599.0, 9535.0, 9579.0, 9562.0, 9583.0, 9619.0, 9567.0, 9617.0, 9563.0, 9595.0, 9547.0, 9580.0, 9603.0, 9562.0, 9602.0, 9562.0, 9591.0, 9548.0, 9583.0, 9591.0, 9567.0, 9604.0, 9550.0, 9593.0, 9566.0, 9587.0, 9621.0, 9566.0, 9606.0, 9551.0, 9594.0, 9563.0, 9584.0, 9616.0, 9567.0, 9608.0, 9569.0, 9597.0, 9581.0, 9585.0, 9622.0, 9570.0, 9612.0, 9573.0, 9613.0, 9582.0, 9591.0, 9637.0, 9570.0, 9625.0, 9566.0, 9599.0, 9564.0, 9570.0, 9608.0, 9557.0, 9609.0, 9565.0, 9584.0, 9575.0, 9568.0, 9609.0, 9565.0, 9598.0, 9563.0, 9599.0, 9566.0, 9586.0, 9616.0, 9568.0, 9581.0, 9592.0, 9568.0, 9608.0, 9571.0, 9599.0, 9569.0, 9589.0, 9597.0, 9575.0, 9630.0, 9585.0, 9630.0, 9582.0, 9587.0, 9626.0, 9569.0, 9611.0, 9568.0, 9597.0, 9562.0, 9596.0, 9618.0, 9564.0, 9593.0, 9583.0, 9587.0, 9602.0, 9568.0, 9590.0, 9552.0, 9580.0, 9582.0, 9586.0, 9606.0, 9572.0, 9608.0, 9573.0, 9600.0, 9586.0, 9605.0, 9614.0, 9583.0, 9620.0, 9571.0, 9615.0, 9564.0, 9583.0, 9601.0, 9563.0, 9637.0, 9594.0, 9606.0, 9582.0, 9604.0, 9590.0, 9588.0, 9581.0, 9609.0, 9584.0, 9556.0, 9570.0, 9614.0, 9561.0, 9589.0, 9568.0, 9571.0, 9540.0, 9570.0, 9545.0, 9573.0, 9560.0, 9567.0, 9630.0, 9567.0, 9637.0, 9575.0, 9627.0, 9576.0, 9604.0, 9573.0, 9602.0, 9621.0, 9570.0, 9622.0, 9570.0, 9600.0, 9564.0, 9584.0, 9632.0, 9577.0, 9605.0, 9564.0, 9595.0, 9567.0, 9582.0, 9566.0, 9583.0, 9609.0, 9570.0, 9634.0, 9571.0, 9608.0, 9568.0, 9610.0, 9575.0, 9580.0, 9616.0, 9550.0, 9589.0, 9547.0, 9590.0, 9571.0, 9561.0, 9599.0, 9546.0, 9571.0, 9553.0, 9560.0, 9581.0, 9545.0, 9585.0, 9548.0, 9575.0, 9559.0, 9582.0, 9607.0, 9570.0, 9595.0, 9570.0, 9585.0, 9583.0, 9588.0, 9613.0, 9577.0, 9626.0, 9588.0, 9613.0, 9568.0, 9599.0, 9592.0, 9569.0, 9635.0, 9582.0, 9594.0, 9565.0, 9581.0, 9592.0, 9568.0, 9625.0, 9579.0, 9590.0, 9544.0, 9576.0, 9571.0, 9565.0, 9618.0, 9560.0, 9574.0, 9555.0, 9578.0, 9598.0, 9551.0, 9604.0, 9561.0, 9576.0, 9561.0, 9579.0, 9603.0, 9550.0, 9611.0, 9560.0, 9577.0, 9561.0, 9567.0, 9593.0, 9547.0, 9590.0, 9559.0, 9584.0, 9602.0, 9566.0, 9606.0, 9554.0, 9595.0, 9545.0, 9580.0, 9635.0, 9563.0, 9608.0, 9549.0, 9578.0, 9545.0, 9565.0, 9610.0, 9568.0, 9591.0, 9554.0, 9581.0, 9566.0, 9587.0, 9627.0, 9567.0, 9608.0, 9557.0, 9562.0, 9603.0, 9551.0, 9587.0, 9547.0, 9591.0, 9549.0, 9579.0, 9584.0, 9615.0, 9625.0, 9568.0, 9610.0, 9567.0, 9581.0, 9546.0, 9565.0, 9616.0, 9552.0, 9605.0, 9546.0, 9577.0, 9556.0, 9558.0, 9571.0, 9547.0, 9596.0, 9546.0, 9602.0, 9547.0, 9627.0, 9547.0, 9577.0, 9595.0, 9536.0, 9581.0, 9535.0, 9536.0, 9589.0, 9521.0, 9564.0, 9524.0, 9562.0, 9566.0, 9551.0, 9596.0, 9541.0, 9544.0, 9554.0, 9549.0, 9585.0, 9535.0, 9596.0, 9561.0, 9563.0, 9601.0, 9551.0, 9590.0, 9550.0, 9592.0, 9548.0, 9594.0, 9589.0, 9563.0, 9621.0, 9550.0, 9588.0, 9546.0, 9576.0, 9575.0, 9568.0, 9619.0, 9561.0, 9602.0, 9530.0, 9577.0, 9551.0, 9545.0, 9598.0, 9540.0, 9570.0, 9538.0, 9559.0, 9550.0, 9542.0, 9586.0, 9547.0, 9571.0, 9555.0, 9598.0, 9566.0, 9569.0, 9589.0, 9570.0, 9610.0, 9572.0, 9616.0, 9586.0, 9603.0, 9568.0, 9587.0, 9623.0, 9572.0, 9629.0, 9581.0, 9606.0, 9551.0, 9580.0, 9585.0, 9567.0, 9622.0, 9561.0, 9601.0, 9548.0, 9579.0, 9558.0, 9561.0, 9608.0, 9566.0, 9589.0, 9546.0, 9577.0, 9555.0, 9571.0, 9605.0, 9567.0, 9604.0, 9567.0, 9611.0, 9549.0, 9580.0, 9600.0, 9547.0, 9600.0, 9560.0, 9592.0, 9556.0, 9575.0, 9586.0, 9546.0, 9597.0, 9542.0, 9584.0, 9524.0, 9563.0, 9597.0, 9555.0, 9579.0, 9531.0, 9587.0, 9549.0, 9577.0, 9545.0, 9574.0, 9556.0, 9548.0, 9601.0, 9553.0, 9612.0, 9565.0, 9579.0, 9571.0, 9561.0, 9600.0, 9565.0, 9605.0, 9542.0, 9573.0, 9540.0, 9558.0, 9580.0, 9544.0, 9584.0, 9544.0, 9600.0, 9545.0, 9558.0, 9538.0, 9557.0, 9583.0, 9548.0, 9602.0, 9543.0, 9576.0, 9541.0, 9559.0, 9593.0, 9544.0, 9604.0, 9561.0, 9572.0, 9550.0, 9580.0, 9562.0, 9567.0, 9579.0, 9572.0, 9635.0, 9581.0, 9579.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.0015382231852654389</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.025578943445287106</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.71918557060738</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2109028248047722</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9864017365184382</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4707</td></tr>
|
|
<tr><td colspan=3>fber</td><td>5621.3008</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.06839003860780948</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>11</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>1.191765980498375</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4539283827858775</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4408193963517855</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6379287552886956</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.283036996717153</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00486036</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.015815608203411102</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.022587280720472336</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>923</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>3.743274575981429</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>35.9891</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>45.543</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>179.5362</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>50.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>301476.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>805.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>346.9391</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.2371</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>562.2411</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3526.7391</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3766.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>75068.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1003.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4628.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1006.0643</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>39.72438717773184</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> |