=== 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-0035 --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-0035",
"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-0035_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-0035_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-0035_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-0035/figures/sub-0035_ses-04_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0035/figures/sub-0035_ses-04_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0035/figures/sub-0035_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-0035_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-0035/figures/sub-0035_ses-04_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0035/figures/sub-0035_ses-04_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0035/figures/sub-0035_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-0035_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-0035/figures/sub-0035_ses-04_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0035/figures/sub-0035_ses-04_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0035/figures/sub-0035_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-0035_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-0035/figures/sub-0035_ses-04_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0035/figures/sub-0035_ses-04_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0035/figures/sub-0035_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-0035_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-0035/figures/sub-0035_ses-04_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0035/figures/sub-0035_ses-04_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0035/figures/sub-0035_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-0035_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-0035/figures/sub-0035_ses-04_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0035/figures/sub-0035_ses-04_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0035/figures/sub-0035_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-0035_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-0035/figures/sub-0035_ses-04_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0035/figures/sub-0035_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-0035/figures/sub-0035_ses-04_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0035/figures/sub-0035_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-0035/ses-04/func/sub-0035_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>98084348d4e771a2b62b5a7be9d0e09d</td></tr>
|
|
</table>
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-1">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
|
|
Dataset Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-1" class="table table-sm table-striped">
|
|
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
|
|
<tr><td colspan=2>AcquisitionTime</td><td>12:31:7.332500</td></tr>
|
|
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
|
|
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
|
|
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
|
|
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
|
|
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
|
|
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
|
|
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
|
|
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
|
|
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
|
|
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
|
|
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
|
|
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
|
|
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.985803, -0.0617618, 0.156135, 0.0371815, 0.987103, 0.155709]</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_brain_imaging_center</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.0886914</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>32</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4159, -7743, -7276, 658, -38, -141, 98, 81]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>246.838</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>e8d9b897-f4ea-446c-9e3b-e9d93ebb3a0d||Sequence: R016 ve11e/master r/434b28f1; Aug 7 2019 18:53:46 by eja</td></tr>
|
|
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6448371410369873, 0.09975530952215195, 0.4420933127403259, 97.42694854736328], [0.16570240259170532, 2.648325204849243, 0.39877066016197205, -109.77986145019531], [0.4188990294933319, -0.4177553057670593, 2.633540391921997, -76.68709564208984], [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': ['123107.332500', '123107.792500', '123108.252500', '123108.712500', '123109.172500', '123109.632500', '123110.092500', '123110.552500', '123111.012500', '123111.472500', '123111.932500', '123112.392500', '123112.852500', '123113.312500', '123113.772500', '123114.232500', '123114.692500', '123115.152500', '123115.612500', '123116.072500', '123116.532500', '123116.992500', '123117.452500', '123117.912500', '123118.372500', '123118.832500', '123119.292500', '123119.752500', '123120.212500', '123120.672500', '123121.132500', '123121.592500', '123122.052500', '123122.512500', '123122.972500', '123123.432500', '123123.892500', '123124.352500', '123124.812500', '123125.272500', '123125.732500', '123126.192500', '123126.652500', '123127.112500', '123127.572500', '123128.032500', '123128.492500', '123128.952500', '123129.412500', '123129.872500', '123130.332500', '123130.792500', '123131.252500', '123131.712500', '123132.172500', '123132.632500', '123133.092500', '123133.552500', '123134.012500', '123134.472500', '123134.932500', '123135.392500', '123135.852500', '123136.312500', '123136.772500', '123137.232500', '123137.692500', '123138.152500', '123138.612500', '123139.072500', '123139.532500', '123139.992500', '123140.452500', '123140.912500', '123141.372500', '123141.832500', '123142.292500', '123142.752500', '123143.212500', '123143.672500', '123144.132500', '123144.592500', '123145.052500', '123145.512500', '123145.972500', '123146.432500', '123146.892500', '123147.352500', '123147.812500', '123148.272500', '123148.732500', '123149.192500', '123149.652500', '123150.112500', '123150.572500', '123151.032500', '123151.492500', '123151.952500', '123152.412500', '123152.872500', '123153.332500', '123153.792500', '123154.252500', '123154.712500', '123155.172500', '123155.632500', '123156.092500', '123156.552500', '123157.012500', '123157.472500', '123157.932500', '123158.392500', '123158.852500', '123159.312500', '123159.772500', '123200.232500', '123200.692500', '123201.152500', '123201.612500', '123202.072500', '123202.532500', '123202.992500', '123203.452500', '123203.912500', '123204.372500', '123204.832500', '123205.292500', '123205.752500', '123206.212500', '123206.672500', '123207.132500', '123207.592500', '123208.052500', '123208.512500', '123208.972500', '123209.432500', '123209.892500', '123210.352500', '123210.812500', '123211.272500', '123211.732500', '123212.192500', '123212.652500', '123213.112500', '123213.572500', '123214.032500', '123214.492500', '123214.952500', '123215.412500', '123215.872500', '123216.332500', '123216.792500', '123217.252500', '123217.712500', '123218.172500', '123218.632500', '123219.092500', '123219.552500', '123220.012500', '123220.472500', '123220.932500', '123221.392500', '123221.852500', '123222.312500', '123222.772500', '123223.232500', '123223.692500', '123224.152500', '123224.612500', '123225.072500', '123225.532500', '123225.992500', '123226.452500', '123226.912500', '123227.372500', '123227.832500', '123228.292500', '123228.752500', '123229.212500', '123229.672500', '123230.132500', '123230.592500', '123231.052500', '123231.512500', '123231.972500', '123232.432500', '123232.892500', '123233.352500', '123233.812500', '123234.272500', '123234.732500', '123235.192500', '123235.652500', '123236.112500', '123236.572500', '123237.032500', '123237.492500', '123237.952500', '123238.412500', '123238.872500', '123239.332500', '123239.792500', '123240.252500', '123240.712500', '123241.172500', '123241.632500', '123242.092500', '123242.552500', '123243.012500', '123243.472500', '123243.932500', '123244.392500', '123244.852500', '123245.312500', '123245.772500', '123246.232500', '123246.692500', '123247.152500', '123247.612500', '123248.072500', '123248.532500', '123248.992500', '123249.452500', '123249.912500', '123250.372500', '123250.832500', '123251.292500', '123251.752500', '123252.212500', '123252.672500', '123253.132500', '123253.592500', '123254.052500', '123254.512500', '123254.972500', '123255.432500', '123255.892500', '123256.352500', '123256.812500', '123257.272500', '123257.732500', '123258.192500', '123258.652500', '123259.112500', '123259.572500', '123300.032500', '123300.492500', '123300.952500', '123301.412500', '123301.872500', '123302.332500', '123302.792500', '123303.252500', '123303.712500', '123304.172500', '123304.632500', '123305.092500', '123305.552500', '123306.012500', '123306.472500', '123306.932500', '123307.392500', '123307.852500', '123308.312500', '123308.772500', '123309.232500', '123309.692500', '123310.152500', '123310.612500', '123311.072500', '123311.532500', '123311.992500', '123312.452500', '123312.912500', '123313.372500', '123313.832500', '123314.292500', '123314.752500', '123315.212500', '123315.672500', '123316.132500', '123316.592500', '123317.052500', '123317.512500', '123317.972500', '123318.432500', '123318.892500', '123319.352500', '123319.812500', '123320.272500', '123320.732500', '123321.192500', '123321.652500', '123322.112500', '123322.572500', '123323.032500', '123323.492500', '123323.952500', '123324.412500', '123324.872500', '123325.332500', '123325.792500', '123326.252500', '123326.712500', '123327.172500', '123327.632500', '123328.092500', '123328.552500', '123329.012500', '123329.472500', '123329.932500', '123330.392500', '123330.852500', '123331.312500', '123331.772500', '123332.232500', '123332.692500', '123333.152500', '123333.612500', '123334.072500', '123334.532500', '123334.992500', '123335.452500', '123335.912500', '123336.372500', '123336.832500', '123337.292500', '123337.752500', '123338.212500', '123338.672500', '123339.132500', '123339.592500', '123340.052500', '123340.512500', '123340.972500', '123341.432500', '123341.892500', '123342.352500', '123342.812500', '123343.272500', '123343.732500', '123344.192500', '123344.652500', '123345.112500', '123345.572500', '123346.032500', '123346.492500', '123346.952500', '123347.412500', '123347.872500', '123348.332500', '123348.792500', '123349.252500', '123349.712500', '123350.172500', '123350.632500', '123351.092500', '123351.552500', '123352.012500', '123352.472500', '123352.932500', '123353.392500', '123353.852500', '123354.312500', '123354.772500', '123355.232500', '123355.692500', '123356.152500', '123356.612500', '123357.072500', '123357.532500', '123357.992500', '123358.452500', '123358.912500', '123359.372500', '123359.832500', '123400.292500', '123400.752500', '123401.212500', '123401.672500', '123402.132500', '123402.592500', '123403.052500', '123403.512500', '123403.972500', '123404.432500', '123404.892500', '123405.352500', '123405.812500', '123406.272500', '123406.732500', '123407.192500', '123407.652500', '123408.112500', '123408.572500', '123409.032500', '123409.492500', '123409.952500', '123410.412500', '123410.872500', '123411.332500', '123411.792500', '123412.252500', '123412.712500', '123413.172500', '123413.632500', '123414.092500', '123414.552500', '123415.012500', '123415.472500', '123415.932500', '123416.392500', '123416.852500', '123417.312500', '123417.772500', '123418.232500', '123418.692500', '123419.152500', '123419.612500', '123420.072500', '123420.532500', '123420.992500', '123421.452500', '123421.912500', '123422.372500', '123422.832500', '123423.292500', '123423.752500', '123424.212500', '123424.672500', '123425.132500', '123425.592500', '123426.052500', '123426.512500', '123426.972500', '123427.432500', '123427.892500', '123428.352500', '123428.812500', '123429.272500', '123429.732500', '123430.192500', '123430.652500', '123431.112500', '123431.572500', '123432.032500', '123432.492500', '123432.952500', '123433.412500', '123433.872500', '123434.332500', '123434.792500', '123435.252500', '123435.712500', '123436.172500', '123436.632500', '123437.092500', '123437.552500', '123438.012500', '123438.472500', '123438.932500', '123439.392500', '123439.852500', '123440.312500', '123440.772500', '123441.232500', '123441.692500', '123442.152500', '123442.612500', '123443.072500', '123443.532500', '123443.992500', '123444.452500', '123444.912500', '123445.372500', '123445.832500', '123446.292500', '123446.752500', '123447.212500', '123447.672500', '123448.132500', '123448.592500', '123449.052500', '123449.512500', '123449.972500', '123450.432500', '123450.892500', '123451.352500', '123451.812500', '123452.272500', '123452.732500', '123453.192500', '123453.652500', '123454.112500', '123454.572500', '123455.032500', '123455.492500', '123455.952500', '123456.412500', '123456.872500', '123457.332500', '123457.792500', '123458.252500', '123458.712500', '123459.172500', '123459.632500', '123500.092500', '123500.552500', '123501.012500', '123501.472500', '123501.932500', '123502.392500', '123502.852500', '123503.312500', '123503.772500', '123504.232500', '123504.692500', '123505.152500', '123505.612500', '123506.072500', '123506.532500', '123506.992500', '123507.452500', '123507.912500', '123508.372500', '123508.832500', '123509.292500', '123509.752500', '123510.212500', '123510.672500', '123511.132500', '123511.592500', '123512.052500', '123512.512500', '123512.972500', '123513.432500', '123513.892500', '123514.352500', '123514.812500', '123515.272500', '123515.732500', '123516.192500', '123516.652500', '123517.112500', '123517.572500', '123518.032500', '123518.492500', '123518.952500', '123519.412500', '123519.872500', '123520.332500', '123520.792500', '123521.252500', '123521.712500', '123522.172500', '123522.632500', '123523.092500', '123523.552500', '123524.012500', '123524.472500', '123524.932500', '123525.392500', '123525.852500', '123526.312500', '123526.772500', '123527.232500', '123527.692500', '123528.152500', '123528.612500', '123529.072500', '123529.532500', '123529.992500', '123530.452500', '123530.912500', '123531.372500', '123531.832500', '123532.292500', '123532.752500', '123533.212500', '123533.672500', '123534.132500', '123534.592500', '123535.052500', '123535.512500', '123535.972500', '123536.432500', '123536.892500', '123537.352500', '123537.812500', '123538.272500', '123538.732500', '123539.192500', '123539.652500', '123540.112500', '123540.572500', '123541.032500', '123541.492500', '123541.952500', '123542.412500', '123542.872500', '123543.332500', '123543.792500', '123544.252500', '123544.712500', '123545.172500', '123545.632500', '123546.092500', '123546.552500', '123547.012500', '123547.472500', '123547.932500', '123548.392500', '123548.852500', '123549.312500', '123549.772500', '123550.232500', '123550.692500', '123551.152500', '123551.612500', '123552.072500', '123552.532500', '123552.992500', '123553.452500', '123553.912500', '123554.372500', '123554.832500', '123555.292500', '123555.752500', '123556.212500', '123556.672500', '123557.132500', '123557.592500', '123558.052500', '123558.512500', '123558.972500', '123559.432500', '123559.892500', '123600.352500', '123600.812500', '123601.272500', '123601.732500', '123602.192500', '123602.652500', '123603.112500', '123603.572500', '123604.032500', '123604.492500', '123604.952500', '123605.412500', '123605.872500', '123606.332500', '123606.792500', '123607.252500', '123607.712500', '123608.172500', '123608.632500', '123609.092500', '123609.552500', '123610.012500', '123610.472500', '123610.932500', '123611.392500', '123611.852500', '123612.312500', '123612.772500', '123613.232500', '123613.692500', '123614.152500', '123614.612500', '123615.072500', '123615.532500', '123615.992500', '123616.452500', '123616.912500', '123617.372500', '123617.832500', '123618.292500', '123618.752500', '123619.212500', '123619.672500', '123620.132500', '123620.592500', '123621.052500', '123621.512500', '123621.972500', '123622.432500', '123622.892500', '123623.352500', '123623.812500', '123624.272500', '123624.732500', '123625.192500', '123625.652500', '123626.112500', '123626.572500', '123627.032500', '123627.492500', '123627.952500', '123628.412500', '123628.872500', '123629.332500', '123629.792500', '123630.252500', '123630.712500', '123631.172500', '123631.632500', '123632.092500', '123632.552500', '123633.012500', '123633.472500', '123633.932500', '123634.392500', '123634.852500', '123635.312500', '123635.772500', '123636.232500', '123636.692500', '123637.152500', '123637.612500', '123638.072500', '123638.532500', '123638.992500', '123639.452500', '123639.912500', '123640.372500', '123640.832500', '123641.292500', '123641.752500', '123642.212500', '123642.672500', '123643.132500', '123643.592500', '123644.052500', '123644.512500', '123644.972500', '123645.432500', '123645.892500', '123646.352500', '123646.812500', '123647.272500', '123647.732500', '123648.192500', '123648.652500', '123649.112500', '123649.572500', '123650.032500', '123650.492500', '123650.952500', '123651.412500', '123651.872500', '123652.332500', '123652.792500', '123653.252500', '123653.712500', '123654.172500', '123654.632500', '123655.092500', '123655.552500', '123656.012500', '123656.472500', '123656.932500', '123657.392500', '123657.852500', '123658.312500', '123658.772500', '123659.232500', '123659.692500', '123700.152500', '123700.612500', '123701.072500', '123701.532500', '123701.992500', '123702.452500', '123702.912500', '123703.372500', '123703.832500', '123704.292500', '123704.752500', '123705.212500', '123705.672500', '123706.132500', '123706.592500', '123707.052500', '123707.512500', '123707.972500', '123708.432500', '123708.892500', '123709.352500', '123709.812500', '123710.272500', '123710.732500', '123711.192500', '123711.652500', '123712.112500', '123712.572500', '123713.032500', '123713.492500', '123713.952500', '123714.412500', '123714.872500', '123715.332500', '123715.792500', '123716.252500', '123716.712500', '123717.172500', '123717.632500', '123718.092500', '123718.552500', '123719.012500', '123719.472500', '123719.932500', '123720.392500', '123720.852500', '123721.312500', '123721.772500', '123722.232500', '123722.692500', '123723.152500', '123723.612500', '123724.072500', '123724.532500', '123724.992500', '123725.452500', '123725.912500', '123726.372500', '123726.832500', '123727.292500', '123727.752500', '123728.212500', '123728.672500', '123729.132500', '123729.592500', '123730.052500', '123730.512500', '123730.972500', '123731.432500', '123731.892500', '123732.352500', '123732.812500', '123733.272500', '123733.732500', '123734.192500', '123734.652500', '123735.112500', '123735.572500', '123736.032500', '123736.492500', '123736.952500', '123737.412500', '123737.872500', '123738.332500', '123738.792500', '123739.252500', '123739.712500', '123740.172500', '123740.632500', '123741.092500', '123741.552500', '123742.012500', '123742.472500', '123742.932500', '123743.392500', '123743.852500', '123744.312500', '123744.772500', '123745.232500', '123745.692500', '123746.152500', '123746.612500', '123747.072500', '123747.532500', '123747.992500', '123748.452500', '123748.912500', '123749.372500', '123749.832500', '123750.292500', '123750.752500', '123751.212500', '123751.672500', '123752.132500', '123752.592500', '123753.052500', '123753.512500', '123753.972500', '123754.432500', '123754.892500', '123755.352500', '123755.812500', '123756.272500', '123756.732500', '123757.192500', '123757.652500', '123758.112500', '123758.572500', '123759.032500', '123759.492500', '123759.952500', '123800.412500', '123800.872500', '123801.332500', '123801.792500', '123802.252500', '123802.712500', '123803.172500', '123803.632500', '123804.092500', '123804.552500', '123805.012500', '123805.472500', '123805.932500', '123806.392500', '123806.852500', '123807.312500', '123807.772500', '123808.232500', '123808.692500', '123809.152500', '123809.612500', '123810.072500', '123810.532500', '123810.992500', '123811.452500', '123811.912500', '123812.372500', '123812.832500'], 'ContentTime': ['123132.813000', '123132.818000', '123132.821000', '123132.825000', '123132.827000', '123132.830000', '123132.833000', '123132.836000', '123132.839000', '123132.842000', '123132.845000', '123132.848000', '123132.851000', '123132.853000', '123132.856000', '123132.859000', '123132.861000', '123132.864000', '123132.867000', '123132.870000', '123132.872000', '123132.875000', '123132.878000', '123132.890000', '123132.893000', '123132.895000', '123132.898000', '123132.901000', '123132.903000', '123132.906000', '123132.909000', '123132.911000', '123132.914000', '123132.917000', '123132.919000', '123132.922000', '123132.925000', '123132.927000', '123132.930000', '123132.933000', '123132.936000', '123132.947000', '123132.949000', '123132.952000', '123132.955000', '123132.957000', '123132.960000', '123132.962000', '123132.965000', '123132.968000', '123132.971000', '123132.974000', '123152.773000', '123152.776000', '123152.779000', '123152.781000', '123152.784000', '123152.787000', '123152.789000', '123152.792000', '123152.795000', '123152.797000', '123152.800000', '123152.802000', '123152.805000', '123152.808000', '123152.810000', '123152.815000', '123152.817000', '123152.820000', '123152.823000', '123152.825000', '123152.828000', '123152.830000', '123152.833000', '123152.836000', '123152.854000', '123152.856000', '123152.859000', '123152.861000', '123152.864000', '123152.867000', '123152.869000', '123152.872000', '123152.874000', '123152.877000', '123152.880000', '123152.882000', '123152.885000', '123152.887000', '123152.890000', '123152.893000', '123152.895000', '123152.898000', '123152.900000', '123152.903000', '123212.773000', '123212.776000', '123212.779000', '123212.781000', '123212.784000', '123212.787000', '123212.789000', '123212.792000', '123212.795000', '123212.797000', '123212.800000', '123212.803000', '123212.807000', '123212.809000', '123212.813000', '123212.816000', '123212.819000', '123212.821000', '123212.824000', '123212.826000', '123212.829000', '123212.832000', '123212.834000', '123212.842000', '123212.844000', '123212.847000', '123212.849000', '123212.852000', '123212.855000', '123212.857000', '123212.860000', '123212.863000', '123212.866000', '123212.868000', '123212.871000', '123212.874000', '123212.876000', '123212.879000', '123212.881000', '123212.884000', '123212.887000', '123212.889000', '123212.892000', '123232.774000', '123232.776000', '123232.779000', '123232.782000', '123232.784000', '123232.787000', '123232.789000', '123232.792000', '123232.795000', '123232.797000', '123232.835000', '123232.838000', '123232.840000', '123232.843000', '123232.846000', '123232.848000', '123232.851000', '123232.854000', '123232.856000', '123232.859000', '123232.862000', '123232.864000', '123232.867000', '123232.869000', '123232.876000', '123232.878000', '123232.881000', '123232.884000', '123232.886000', '123232.889000', '123232.891000', '123232.894000', '123232.897000', '123232.899000', '123232.902000', '123232.905000', '123232.907000', '123232.910000', '123232.913000', '123232.915000', '123232.918000', '123232.920000', '123232.923000', '123232.926000', '123252.772000', '123252.776000', '123252.778000', '123252.781000', '123252.784000', '123252.786000', '123252.789000', '123252.791000', '123252.794000', '123252.797000', '123252.800000', '123252.803000', '123252.806000', '123252.809000', '123252.812000', '123252.814000', '123252.817000', '123252.820000', '123252.822000', '123252.825000', '123252.828000', '123252.830000', '123252.833000', '123252.836000', '123252.838000', '123252.841000', '123252.844000', '123252.847000', '123252.850000', '123252.852000', '123252.855000', '123252.858000', '123252.860000', '123252.863000', '123252.865000', '123252.868000', '123252.871000', '123252.873000', '123252.876000', '123252.879000', '123252.881000', '123252.884000', '123252.886000', '123312.773000', '123312.775000', '123312.778000', '123312.781000', '123312.783000', '123312.786000', '123312.789000', '123312.791000', '123312.794000', '123312.797000', '123312.799000', '123312.802000', '123312.805000', '123312.807000', '123312.810000', '123312.813000', '123312.815000', '123312.818000', '123312.821000', '123312.823000', '123312.826000', '123312.829000', '123312.831000', '123312.834000', '123312.837000', '123312.839000', '123312.842000', '123312.844000', '123312.860000', '123312.862000', '123312.865000', '123312.867000', '123312.870000', '123312.879000', '123312.882000', '123312.884000', '123312.887000', '123312.889000', '123312.892000', '123312.895000', '123312.897000', '123312.900000', '123312.903000', '123312.905000', '123332.772000', '123332.775000', '123332.778000', '123332.780000', '123332.783000', '123332.786000', '123332.788000', '123332.791000', '123332.794000', '123332.796000', '123332.799000', '123332.842000', '123332.845000', '123332.847000', '123332.850000', '123332.853000', '123332.856000', '123332.859000', '123332.861000', '123332.864000', '123332.867000', '123332.869000', '123332.872000', '123332.875000', '123332.877000', '123332.880000', '123332.883000', '123332.885000', '123332.888000', '123332.891000', '123332.894000', '123332.896000', '123332.899000', '123332.901000', '123332.904000', '123332.907000', '123332.909000', '123332.912000', '123332.915000', '123332.917000', '123332.920000', '123332.923000', '123332.925000', '123352.774000', '123352.777000', '123352.780000', '123352.782000', '123352.785000', '123352.788000', '123352.794000', '123352.796000', '123352.799000', '123352.802000', '123352.804000', '123352.807000', '123352.810000', '123352.812000', '123352.815000', '123352.817000', '123352.820000', '123352.823000', '123352.825000', '123352.828000', '123352.831000', '123352.833000', '123352.836000', '123352.838000', '123352.841000', '123352.844000', '123352.846000', '123352.849000', '123352.851000', '123352.854000', '123352.857000', '123352.859000', '123352.862000', '123352.865000', '123352.867000', '123352.870000', '123352.872000', '123352.875000', '123352.878000', '123352.880000', '123352.883000', '123352.886000', '123352.888000', '123352.891000', '123412.773000', '123412.776000', '123412.779000', '123412.781000', '123412.784000', '123412.787000', '123412.789000', '123412.792000', '123412.794000', '123412.797000', '123412.836000', '123412.839000', '123412.842000', '123412.844000', '123412.847000', '123412.850000', '123412.852000', '123412.855000', '123412.858000', '123412.860000', '123412.863000', '123412.866000', '123412.868000', '123412.871000', '123412.874000', '123412.876000', '123412.879000', '123412.882000', '123412.884000', '123412.887000', '123412.889000', '123412.892000', '123412.895000', '123412.897000', '123412.900000', '123412.903000', '123412.905000', '123412.908000', '123412.910000', '123412.913000', '123412.916000', '123412.919000', '123412.921000', '123432.773000', '123432.776000', '123432.779000', '123432.782000', '123432.784000', '123432.787000', '123432.790000', '123432.792000', '123432.795000', '123432.798000', '123432.817000', '123432.819000', '123432.822000', '123432.825000', '123432.827000', '123432.830000', '123432.833000', '123432.835000', '123432.838000', '123432.840000', '123432.843000', '123432.846000', '123432.852000', '123432.855000', '123432.858000', '123432.861000', '123432.863000', '123432.866000', '123432.869000', '123432.871000', '123432.874000', '123432.876000', '123432.879000', '123432.882000', '123432.884000', '123432.887000', '123432.889000', '123432.892000', '123432.895000', '123432.897000', '123432.900000', '123432.903000', '123432.905000', '123432.908000', '123452.773000', '123452.776000', '123452.779000', '123452.782000', '123452.784000', '123452.787000', '123452.790000', '123452.792000', '123452.795000', '123452.810000', '123452.854000', '123452.856000', '123452.859000', '123452.861000', '123452.864000', '123452.867000', '123452.869000', '123452.872000', '123452.875000', '123452.877000', '123452.880000', '123452.883000', '123452.885000', '123452.888000', '123452.892000', '123452.896000', '123452.898000', '123452.901000', '123452.904000', '123452.906000', '123452.909000', '123452.912000', '123452.914000', '123452.917000', '123452.920000', '123452.922000', '123452.925000', '123452.927000', '123452.930000', '123452.933000', '123452.935000', '123452.938000', '123452.940000', '123512.773000', '123512.775000', '123512.778000', '123512.781000', '123512.784000', '123512.786000', '123512.789000', '123512.792000', '123512.794000', '123512.797000', '123513.034000', '123513.036000', '123513.039000', '123513.042000', '123513.044000', '123513.047000', '123513.050000', '123513.052000', '123513.055000', '123513.058000', '123513.060000', '123513.063000', '123513.065000', '123513.068000', '123513.071000', '123513.074000', '123513.076000', '123513.079000', '123513.081000', '123513.084000', '123513.087000', '123513.089000', '123513.092000', '123513.095000', '123513.097000', '123513.100000', '123513.102000', '123513.105000', '123513.108000', '123513.110000', '123513.113000', '123513.116000', '123513.122000', '123513.125000', '123532.772000', '123532.775000', '123532.778000', '123532.781000', '123532.783000', '123532.786000', '123532.789000', '123532.791000', '123532.794000', '123532.797000', '123532.799000', '123532.841000', '123532.843000', '123532.846000', '123532.849000', '123532.851000', '123532.854000', '123532.857000', '123532.859000', '123532.862000', '123532.864000', '123532.867000', '123532.870000', '123532.872000', '123532.875000', '123532.878000', '123532.880000', '123532.883000', '123532.885000', '123532.888000', '123532.891000', '123532.894000', '123532.896000', '123532.899000', '123532.902000', '123532.905000', '123532.907000', '123532.910000', '123532.913000', '123532.915000', '123532.918000', '123532.921000', '123532.923000', '123552.773000', '123552.775000', '123552.778000', '123552.781000', '123552.783000', '123552.786000', '123552.789000', '123552.791000', '123552.794000', '123552.797000', '123552.800000', '123552.802000', '123552.805000', '123552.807000', '123552.810000', '123552.813000', '123552.815000', '123552.818000', '123552.821000', '123552.823000', '123552.826000', '123552.828000', '123552.831000', '123552.834000', '123552.836000', '123552.839000', '123552.842000', '123552.844000', '123552.847000', '123552.849000', '123552.852000', '123552.855000', '123552.857000', '123552.860000', '123552.863000', '123552.865000', '123552.868000', '123552.870000', '123552.873000', '123552.876000', '123552.878000', '123552.881000', '123552.884000', '123552.886000', '123612.774000', '123612.777000', '123612.779000', '123612.782000', '123612.785000', '123612.787000', '123612.790000', '123612.792000', '123612.795000', '123612.798000', '123612.800000', '123612.846000', '123612.849000', '123612.852000', '123612.854000', '123612.857000', '123612.860000', '123612.862000', '123612.865000', '123612.868000', '123612.870000', '123612.873000', '123612.876000', '123612.878000', '123612.881000', '123612.884000', '123612.886000', '123612.889000', '123612.892000', '123612.894000', '123612.897000', '123612.900000', '123612.903000', '123612.905000', '123612.917000', '123612.919000', '123612.922000', '123612.925000', '123612.927000', '123612.930000', '123612.933000', '123612.936000', '123612.943000', '123632.774000', '123632.777000', '123632.779000', '123632.782000', '123632.784000', '123632.787000', '123632.790000', '123632.792000', '123632.795000', '123632.798000', '123632.829000', '123632.832000', '123632.834000', '123632.837000', '123632.840000', '123632.842000', '123632.845000', '123632.847000', '123632.850000', '123632.853000', '123632.855000', '123632.858000', '123632.861000', '123632.863000', '123632.868000', '123632.871000', '123632.873000', '123632.876000', '123632.878000', '123632.881000', '123632.884000', '123632.886000', '123632.889000', '123632.892000', '123632.894000', '123632.897000', '123632.899000', '123632.902000', '123632.905000', '123632.907000', '123632.914000', '123632.917000', '123632.919000', '123632.922000', '123652.774000', '123652.776000', '123652.779000', '123652.782000', '123652.785000', '123652.787000', '123652.790000', '123652.793000', '123652.795000', '123652.798000', '123652.845000', '123652.848000', '123652.850000', '123652.853000', '123652.855000', '123652.858000', '123652.861000', '123652.863000', '123652.867000', '123652.869000', '123652.872000', '123652.875000', '123652.877000', '123652.880000', '123652.882000', '123652.885000', '123652.888000', '123652.890000', '123652.893000', '123652.895000', '123652.898000', '123652.901000', '123652.903000', '123652.906000', '123652.909000', '123652.911000', '123652.914000', '123652.917000', '123652.919000', '123652.922000', '123652.925000', '123652.927000', '123652.930000', '123712.774000', '123712.777000', '123712.779000', '123712.782000', '123712.785000', '123712.787000', '123712.790000', '123712.792000', '123712.795000', '123712.798000', '123712.839000', '123712.842000', '123712.844000', '123712.847000', '123712.850000', '123712.852000', '123712.855000', '123712.858000', '123712.860000', '123712.863000', '123712.865000', '123712.868000', '123712.871000', '123712.873000', '123712.876000', '123712.879000', '123712.881000', '123712.884000', '123712.887000', '123712.889000', '123712.892000', '123712.894000', '123712.897000', '123712.900000', '123712.902000', '123712.905000', '123712.908000', '123712.910000', '123712.913000', '123712.915000', '123712.918000', '123712.921000', '123712.923000', '123712.926000', '123732.772000', '123732.775000', '123732.779000', '123732.781000', '123732.784000', '123732.786000', '123732.790000', '123732.792000', '123732.795000', '123732.797000', '123732.847000', '123732.850000', '123732.852000', '123732.855000', '123732.858000', '123732.860000', '123732.863000', '123732.865000', '123732.868000', '123732.871000', '123732.873000', '123732.876000', '123732.879000', '123732.881000', '123732.884000', '123732.886000', '123732.889000', '123732.892000', '123732.894000', '123732.897000', '123732.900000', '123732.902000', '123732.905000', '123732.908000', '123732.910000', '123732.913000', '123732.915000', '123732.918000', '123732.921000', '123732.924000', '123732.926000', '123732.929000', '123732.932000', '123752.773000', '123752.775000', '123752.790000', '123752.793000', '123752.795000', '123752.798000', '123752.849000', '123752.852000', '123752.854000', '123752.857000', '123752.859000', '123752.862000', '123752.865000', '123752.867000', '123752.870000', '123752.873000', '123752.875000', '123752.878000', '123752.880000', '123752.883000', '123752.886000', '123752.888000', '123752.891000', '123752.894000', '123752.896000', '123752.899000', '123752.901000', '123752.904000', '123752.907000', '123752.909000', '123752.912000', '123752.915000', '123752.917000', '123752.920000', '123752.922000', '123752.925000', '123752.928000', '123752.930000', '123752.933000', '123752.935000', '123752.938000', '123752.941000', '123752.944000', '123752.946000', '123812.772000', '123812.775000', '123812.778000', '123812.781000', '123812.783000', '123812.786000', '123812.789000', '123812.791000', '123812.794000', '123812.796000', '123812.799000', '123812.852000', '123812.855000', '123812.858000', '123812.860000', '123812.863000', '123812.866000', '123812.868000', '123812.871000', '123812.874000', '123812.876000', '123812.879000', '123812.881000', '123812.884000', '123812.887000', '123812.889000', '123812.892000', '123812.895000', '123812.897000', '123812.900000', '123812.903000', '123812.905000', '123812.908000', '123812.911000', '123812.913000', '123812.916000', '123812.918000', '123812.921000', '123812.924000', '123812.926000', '123812.929000', '123812.931000', '123812.934000', '123814.330000', '123814.333000', '123814.336000', '123814.338000'], 'InstanceCreationTime': ['123132.813000', '123132.818000', '123132.821000', '123132.825000', '123132.827000', '123132.830000', '123132.833000', '123132.836000', '123132.839000', '123132.842000', '123132.845000', '123132.848000', '123132.851000', '123132.853000', '123132.856000', '123132.859000', '123132.861000', '123132.864000', '123132.867000', '123132.870000', '123132.872000', '123132.875000', '123132.878000', '123132.890000', '123132.893000', '123132.895000', '123132.898000', '123132.901000', '123132.903000', '123132.906000', '123132.909000', '123132.911000', '123132.914000', '123132.917000', '123132.919000', '123132.922000', '123132.925000', '123132.927000', '123132.930000', '123132.933000', '123132.936000', '123132.947000', '123132.949000', '123132.952000', '123132.955000', '123132.957000', '123132.960000', '123132.962000', '123132.965000', '123132.968000', '123132.971000', '123132.974000', '123152.773000', '123152.776000', '123152.779000', '123152.781000', '123152.784000', '123152.787000', '123152.789000', '123152.792000', '123152.795000', '123152.797000', '123152.800000', '123152.802000', '123152.805000', '123152.808000', '123152.810000', '123152.815000', '123152.817000', '123152.820000', '123152.823000', '123152.825000', '123152.828000', '123152.830000', '123152.833000', '123152.836000', '123152.854000', '123152.856000', '123152.859000', '123152.861000', '123152.864000', '123152.867000', '123152.869000', '123152.872000', '123152.874000', '123152.877000', '123152.880000', '123152.882000', '123152.885000', '123152.887000', '123152.890000', '123152.893000', '123152.895000', '123152.898000', '123152.900000', '123152.903000', '123212.773000', '123212.776000', '123212.779000', '123212.781000', '123212.784000', '123212.787000', '123212.789000', '123212.792000', '123212.795000', '123212.797000', '123212.800000', '123212.803000', '123212.807000', '123212.809000', '123212.813000', '123212.816000', '123212.819000', '123212.821000', '123212.824000', '123212.826000', '123212.829000', '123212.832000', '123212.834000', '123212.842000', '123212.844000', '123212.847000', '123212.849000', '123212.852000', '123212.855000', '123212.857000', '123212.860000', '123212.863000', '123212.866000', '123212.868000', '123212.871000', '123212.874000', '123212.876000', '123212.879000', '123212.881000', '123212.884000', '123212.887000', '123212.889000', '123212.892000', '123232.774000', '123232.776000', '123232.779000', '123232.782000', '123232.784000', '123232.787000', '123232.789000', '123232.792000', '123232.795000', '123232.797000', '123232.835000', '123232.838000', '123232.840000', '123232.843000', '123232.846000', '123232.848000', '123232.851000', '123232.854000', '123232.856000', '123232.859000', '123232.862000', '123232.864000', '123232.867000', '123232.869000', '123232.876000', '123232.878000', '123232.881000', '123232.884000', '123232.886000', '123232.889000', '123232.891000', '123232.894000', '123232.897000', '123232.899000', '123232.902000', '123232.905000', '123232.907000', '123232.910000', '123232.913000', '123232.915000', '123232.918000', '123232.920000', '123232.923000', '123232.926000', '123252.772000', '123252.776000', '123252.778000', '123252.781000', '123252.784000', '123252.786000', '123252.789000', '123252.791000', '123252.794000', '123252.797000', '123252.800000', '123252.803000', '123252.806000', '123252.809000', '123252.812000', '123252.814000', '123252.817000', '123252.820000', '123252.822000', '123252.825000', '123252.828000', '123252.830000', '123252.833000', '123252.836000', '123252.838000', '123252.841000', '123252.844000', '123252.847000', '123252.850000', '123252.852000', '123252.855000', '123252.858000', '123252.860000', '123252.863000', '123252.865000', '123252.868000', '123252.871000', '123252.873000', '123252.876000', '123252.879000', '123252.881000', '123252.884000', '123252.886000', '123312.773000', '123312.775000', '123312.778000', '123312.781000', '123312.783000', '123312.786000', '123312.789000', '123312.791000', '123312.794000', '123312.797000', '123312.799000', '123312.802000', '123312.805000', '123312.807000', '123312.810000', '123312.813000', '123312.815000', '123312.818000', '123312.821000', '123312.823000', '123312.826000', '123312.829000', '123312.831000', '123312.834000', '123312.837000', '123312.839000', '123312.842000', '123312.844000', '123312.860000', '123312.862000', '123312.865000', '123312.867000', '123312.870000', '123312.879000', '123312.882000', '123312.884000', '123312.887000', '123312.889000', '123312.892000', '123312.895000', '123312.897000', '123312.900000', '123312.903000', '123312.905000', '123332.772000', '123332.775000', '123332.778000', '123332.780000', '123332.783000', '123332.786000', '123332.788000', '123332.791000', '123332.794000', '123332.796000', '123332.799000', '123332.842000', '123332.845000', '123332.847000', '123332.850000', '123332.853000', '123332.856000', '123332.859000', '123332.861000', '123332.864000', '123332.867000', '123332.869000', '123332.872000', '123332.875000', '123332.877000', '123332.880000', '123332.883000', '123332.885000', '123332.888000', '123332.891000', '123332.894000', '123332.896000', '123332.899000', '123332.901000', '123332.904000', '123332.907000', '123332.909000', '123332.912000', '123332.915000', '123332.917000', '123332.920000', '123332.923000', '123332.925000', '123352.774000', '123352.777000', '123352.780000', '123352.782000', '123352.785000', '123352.788000', '123352.794000', '123352.796000', '123352.799000', '123352.802000', '123352.804000', '123352.807000', '123352.810000', '123352.812000', '123352.815000', '123352.817000', '123352.820000', '123352.823000', '123352.825000', '123352.828000', '123352.831000', '123352.833000', '123352.836000', '123352.838000', '123352.841000', '123352.844000', '123352.846000', '123352.849000', '123352.851000', '123352.854000', '123352.857000', '123352.859000', '123352.862000', '123352.865000', '123352.867000', '123352.870000', '123352.872000', '123352.875000', '123352.878000', '123352.880000', '123352.883000', '123352.886000', '123352.888000', '123352.891000', '123412.773000', '123412.776000', '123412.779000', '123412.781000', '123412.784000', '123412.787000', '123412.789000', '123412.792000', '123412.794000', '123412.797000', '123412.836000', '123412.839000', '123412.842000', '123412.844000', '123412.847000', '123412.850000', '123412.852000', '123412.855000', '123412.858000', '123412.860000', '123412.863000', '123412.866000', '123412.868000', '123412.871000', '123412.874000', '123412.876000', '123412.879000', '123412.882000', '123412.884000', '123412.887000', '123412.889000', '123412.892000', '123412.895000', '123412.897000', '123412.900000', '123412.903000', '123412.905000', '123412.908000', '123412.910000', '123412.913000', '123412.916000', '123412.919000', '123412.921000', '123432.773000', '123432.776000', '123432.779000', '123432.782000', '123432.784000', '123432.787000', '123432.790000', '123432.792000', '123432.795000', '123432.798000', '123432.817000', '123432.819000', '123432.822000', '123432.825000', '123432.827000', '123432.830000', '123432.833000', '123432.835000', '123432.838000', '123432.840000', '123432.843000', '123432.846000', '123432.852000', '123432.855000', '123432.858000', '123432.861000', '123432.863000', '123432.866000', '123432.869000', '123432.871000', '123432.874000', '123432.876000', '123432.879000', '123432.882000', '123432.884000', '123432.887000', '123432.889000', '123432.892000', '123432.895000', '123432.897000', '123432.900000', '123432.903000', '123432.905000', '123432.908000', '123452.773000', '123452.776000', '123452.779000', '123452.782000', '123452.784000', '123452.787000', '123452.790000', '123452.792000', '123452.795000', '123452.810000', '123452.854000', '123452.856000', '123452.859000', '123452.861000', '123452.864000', '123452.867000', '123452.869000', '123452.872000', '123452.875000', '123452.877000', '123452.880000', '123452.883000', '123452.885000', '123452.888000', '123452.892000', '123452.896000', '123452.898000', '123452.901000', '123452.904000', '123452.906000', '123452.909000', '123452.912000', '123452.914000', '123452.917000', '123452.920000', '123452.922000', '123452.925000', '123452.927000', '123452.930000', '123452.933000', '123452.935000', '123452.938000', '123452.940000', '123512.773000', '123512.775000', '123512.778000', '123512.781000', '123512.784000', '123512.786000', '123512.789000', '123512.792000', '123512.794000', '123512.797000', '123513.034000', '123513.036000', '123513.039000', '123513.042000', '123513.044000', '123513.047000', '123513.050000', '123513.052000', '123513.055000', '123513.058000', '123513.060000', '123513.063000', '123513.065000', '123513.068000', '123513.071000', '123513.074000', '123513.076000', '123513.079000', '123513.081000', '123513.084000', '123513.087000', '123513.089000', '123513.092000', '123513.095000', '123513.097000', '123513.100000', '123513.102000', '123513.105000', '123513.108000', '123513.110000', '123513.113000', '123513.116000', '123513.122000', '123513.125000', '123532.772000', '123532.775000', '123532.778000', '123532.781000', '123532.783000', '123532.786000', '123532.789000', '123532.791000', '123532.794000', '123532.797000', '123532.799000', '123532.841000', '123532.843000', '123532.846000', '123532.849000', '123532.851000', '123532.854000', '123532.857000', '123532.859000', '123532.862000', '123532.864000', '123532.867000', '123532.870000', '123532.872000', '123532.875000', '123532.878000', '123532.880000', '123532.883000', '123532.885000', '123532.888000', '123532.891000', '123532.894000', '123532.896000', '123532.899000', '123532.902000', '123532.905000', '123532.907000', '123532.910000', '123532.913000', '123532.915000', '123532.918000', '123532.921000', '123532.923000', '123552.773000', '123552.775000', '123552.778000', '123552.781000', '123552.783000', '123552.786000', '123552.789000', '123552.791000', '123552.794000', '123552.797000', '123552.800000', '123552.802000', '123552.805000', '123552.807000', '123552.810000', '123552.813000', '123552.815000', '123552.818000', '123552.821000', '123552.823000', '123552.826000', '123552.828000', '123552.831000', '123552.834000', '123552.836000', '123552.839000', '123552.842000', '123552.844000', '123552.847000', '123552.849000', '123552.852000', '123552.855000', '123552.857000', '123552.860000', '123552.863000', '123552.865000', '123552.868000', '123552.870000', '123552.873000', '123552.876000', '123552.878000', '123552.881000', '123552.884000', '123552.886000', '123612.774000', '123612.777000', '123612.779000', '123612.782000', '123612.785000', '123612.787000', '123612.790000', '123612.792000', '123612.795000', '123612.798000', '123612.800000', '123612.846000', '123612.849000', '123612.852000', '123612.854000', '123612.857000', '123612.860000', '123612.862000', '123612.865000', '123612.868000', '123612.870000', '123612.873000', '123612.876000', '123612.878000', '123612.881000', '123612.884000', '123612.886000', '123612.889000', '123612.892000', '123612.894000', '123612.897000', '123612.900000', '123612.903000', '123612.905000', '123612.917000', '123612.919000', '123612.922000', '123612.925000', '123612.927000', '123612.930000', '123612.933000', '123612.936000', '123612.943000', '123632.774000', '123632.777000', '123632.779000', '123632.782000', '123632.784000', '123632.787000', '123632.790000', '123632.792000', '123632.795000', '123632.798000', '123632.829000', '123632.832000', '123632.834000', '123632.837000', '123632.840000', '123632.842000', '123632.845000', '123632.847000', '123632.850000', '123632.853000', '123632.855000', '123632.858000', '123632.861000', '123632.863000', '123632.868000', '123632.871000', '123632.873000', '123632.876000', '123632.878000', '123632.881000', '123632.884000', '123632.886000', '123632.889000', '123632.892000', '123632.894000', '123632.897000', '123632.899000', '123632.902000', '123632.905000', '123632.907000', '123632.914000', '123632.917000', '123632.919000', '123632.922000', '123652.774000', '123652.776000', '123652.779000', '123652.782000', '123652.785000', '123652.787000', '123652.790000', '123652.793000', '123652.795000', '123652.798000', '123652.845000', '123652.848000', '123652.850000', '123652.853000', '123652.855000', '123652.858000', '123652.861000', '123652.863000', '123652.867000', '123652.869000', '123652.872000', '123652.875000', '123652.877000', '123652.880000', '123652.882000', '123652.885000', '123652.888000', '123652.890000', '123652.893000', '123652.895000', '123652.898000', '123652.901000', '123652.903000', '123652.906000', '123652.909000', '123652.911000', '123652.914000', '123652.917000', '123652.919000', '123652.922000', '123652.925000', '123652.927000', '123652.930000', '123712.774000', '123712.777000', '123712.779000', '123712.782000', '123712.785000', '123712.787000', '123712.790000', '123712.792000', '123712.795000', '123712.798000', '123712.839000', '123712.842000', '123712.844000', '123712.847000', '123712.850000', '123712.852000', '123712.855000', '123712.858000', '123712.860000', '123712.863000', '123712.865000', '123712.868000', '123712.871000', '123712.873000', '123712.876000', '123712.879000', '123712.881000', '123712.884000', '123712.887000', '123712.889000', '123712.892000', '123712.894000', '123712.897000', '123712.900000', '123712.902000', '123712.905000', '123712.908000', '123712.910000', '123712.913000', '123712.915000', '123712.918000', '123712.921000', '123712.923000', '123712.926000', '123732.772000', '123732.775000', '123732.779000', '123732.781000', '123732.784000', '123732.786000', '123732.790000', '123732.792000', '123732.795000', '123732.797000', '123732.847000', '123732.850000', '123732.852000', '123732.855000', '123732.858000', '123732.860000', '123732.863000', '123732.865000', '123732.868000', '123732.871000', '123732.873000', '123732.876000', '123732.879000', '123732.881000', '123732.884000', '123732.886000', '123732.889000', '123732.892000', '123732.894000', '123732.897000', '123732.900000', '123732.902000', '123732.905000', '123732.908000', '123732.910000', '123732.913000', '123732.915000', '123732.918000', '123732.921000', '123732.924000', '123732.926000', '123732.929000', '123732.932000', '123752.773000', '123752.775000', '123752.790000', '123752.793000', '123752.795000', '123752.798000', '123752.849000', '123752.852000', '123752.854000', '123752.857000', '123752.859000', '123752.862000', '123752.865000', '123752.867000', '123752.870000', '123752.873000', '123752.875000', '123752.878000', '123752.880000', '123752.883000', '123752.886000', '123752.888000', '123752.891000', '123752.894000', '123752.896000', '123752.899000', '123752.901000', '123752.904000', '123752.907000', '123752.909000', '123752.912000', '123752.915000', '123752.917000', '123752.920000', '123752.922000', '123752.925000', '123752.928000', '123752.930000', '123752.933000', '123752.935000', '123752.938000', '123752.941000', '123752.944000', '123752.946000', '123812.772000', '123812.775000', '123812.778000', '123812.781000', '123812.783000', '123812.786000', '123812.789000', '123812.791000', '123812.794000', '123812.796000', '123812.799000', '123812.852000', '123812.855000', '123812.858000', '123812.860000', '123812.863000', '123812.866000', '123812.868000', '123812.871000', '123812.874000', '123812.876000', '123812.879000', '123812.881000', '123812.884000', '123812.887000', '123812.889000', '123812.892000', '123812.895000', '123812.897000', '123812.900000', '123812.903000', '123812.905000', '123812.908000', '123812.911000', '123812.913000', '123812.916000', '123812.918000', '123812.921000', '123812.924000', '123812.926000', '123812.929000', '123812.931000', '123812.934000', '123814.330000', '123814.333000', '123814.336000', '123814.338000'], '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': [13875, 11304, 10120, 9183, 9151, 11135, 8619, 13549, 9560, 13419, 8720, 12077, 8683, 10989, 9551, 10876, 8646, 9898, 7935, 8951, 12245, 8859, 13915, 8367, 11392, 8663, 10767, 8688, 12123, 8607, 8877, 11952, 8543, 13962, 9605, 13660, 10378, 10134, 15314, 10559, 13765, 10951, 9170, 12797, 8638, 11974, 9508, 9738, 12443, 7987, 11823, 8919, 11091, 8415, 9718, 8787, 8063, 11687, 8863, 11072, 9035, 9092, 13262, 8894, 11780, 9138, 10538, 10541, 8445, 12845, 8963, 11516, 9209, 10833, 14125, 8293, 12559, 9315, 11670, 8228, 9881, 11451, 8409, 12772, 10037, 11050, 9127, 8550, 12577, 8796, 11565, 9961, 9950, 14998, 8617, 12264, 8336, 10498, 8261, 10016, 8025, 9968, 8361, 10383, 8359, 10361, 10196, 8989, 13439, 9676, 14576, 12068, 11571, 15476, 9415, 13910, 10727, 13967, 12144, 8876, 12222, 8182, 13200, 10897, 13100, 8941, 12027, 8674, 10944, 10428, 13337, 9636, 9522, 10752, 8800, 12711, 10506, 14622, 10234, 13181, 9339, 11349, 8833, 11322, 8514, 9659, 7967, 10807, 8122, 7744, 8495, 7718, 11040, 8533, 12594, 12797, 12709, 14774, 10953, 13722, 10376, 14188, 11617, 15191, 12482, 14995, 10827, 8564, 9763, 8821, 11135, 9772, 8204, 13899, 9175, 7565, 9716, 14954, 14925, 14845, 16361, 15584, 13636, 15663, 14274, 13391, 12220, 9650, 14645, 10283, 12593, 11353, 13293, 10082, 16345, 9359, 13216, 9846, 11082, 9093, 9962, 8160, 8774, 7340, 8176, 10324, 8704, 10529, 8839, 11081, 8063, 8896, 12389, 9042, 11507, 8660, 9353, 12090, 8905, 13260, 8778, 10923, 11392, 8789, 11536, 11267, 8893, 13863, 8891, 11116, 13647, 9309, 11663, 12990, 8726, 12672, 8424, 9156, 13220, 8820, 11081, 10019, 8961, 13527, 8687, 9721, 13892, 9119, 10713, 14792, 10409, 12372, 8214, 8464, 12507, 8523, 10099, 13494, 9704, 11083, 14774, 8603, 12164, 10771, 8340, 12884, 9172, 10714, 12743, 8191, 11894, 8788, 9245, 14341, 9151, 11081, 15028, 8456, 11557, 8967, 8758, 12744, 8011, 11129, 12995, 8579, 10902, 15024, 9226, 12321, 11667, 7953, 11945, 11003, 8071, 12451, 12046, 8525, 12746, 7746, 9665, 11010, 8507, 12590, 8857, 11553, 7868, 9575, 12921, 10824, 9463, 14900, 10685, 11312, 15333, 8847, 12371, 15135, 9928, 12538, 16863, 8951, 12456, 13648, 8451, 11469, 8842, 8835, 13325, 8253, 11738, 7844, 10077, 13206, 8822, 11401, 9036, 9528, 10859, 9499, 7530, 10718, 7469, 10684, 7764, 11048, 10038, 11323, 13234, 9921, 14495, 9562, 13461, 14927, 12361, 13882, 12979, 15327, 12980, 12798, 11609, 8888, 11324, 8592, 13693, 10870, 14959, 10705, 10547, 10233, 11382, 13258, 10730, 10009, 10179, 11082, 9744, 13941, 9103, 12122, 9497, 11631, 9145, 10920, 8659, 10715, 8706, 10807, 8756, 10965, 8966, 11066, 8764, 10845, 8306, 10966, 8483, 12277, 8930, 10611, 8699, 10641, 8223, 12174, 8882, 12203, 8716, 11411, 8361, 12274, 8744, 13120, 11075, 14268, 8752, 13520, 8701, 12302, 9365, 13000, 10128, 13620, 9043, 11924, 8775, 10856, 14647, 10165, 14260, 12359, 13967, 9063, 11440, 8505, 9439, 10685, 8250, 12254, 9588, 12057, 9388, 10998, 8525, 9094, 13478, 8711, 11755, 9187, 10624, 13913, 8658, 11939, 10629, 9667, 14035, 10501, 10326, 13367, 10001, 11596, 8655, 9148, 12324, 8457, 11157, 9014, 10593, 7988, 8951, 7651, 8697, 12449, 7979, 12139, 9060, 9814, 13355, 10828, 13783, 9178, 9656, 12979, 8075, 11687, 8999, 11342, 10915, 10897, 9849, 10446, 8059, 11369, 8978, 12456, 15428, 10917, 12062, 14267, 8692, 13371, 8918, 11473, 9344, 9094, 14585, 10155, 11551, 15049, 10548, 11763, 15266, 9002, 11634, 8027, 8576, 11710, 8452, 10255, 7808, 8533, 11240, 8852, 10276, 10519, 8455, 11604, 8511, 9675, 13681, 8773, 11891, 8330, 9175, 11579, 8460, 11634, 8742, 10617, 8301, 8411, 12575, 9357, 11392, 8063, 8988, 10686, 8292, 11170, 8667, 10953, 8004, 9353, 9631, 8222, 12374, 9310, 11303, 9239, 9002, 13940, 9187, 13674, 12805, 11446, 16031, 8738, 13440, 10116, 10273, 15470, 9968, 13981, 8720, 10473, 13289, 8643, 12449, 9344, 10800, 13701, 8373, 12729, 8949, 11174, 11455, 9223, 13456, 8462, 11510, 11639, 8308, 12852, 9271, 11090, 8051, 8916, 12073, 8421, 10981, 9015, 9614, 12839, 8735, 11262, 10221, 8973, 12890, 8323, 12563, 8557, 11144, 9463, 9230, 12397, 8180, 12184, 8586, 11211, 8956, 10290, 12239, 9074, 12884, 8851, 11694, 9781, 10430, 7900, 9431, 8964, 8631, 9855, 10321, 8464, 9266, 9623, 8710, 13144, 9838, 13262, 8940, 12623, 8848, 12109, 9641, 12686, 9281, 12002, 9567, 11467, 8819, 11568, 9186, 11220, 8391, 10071, 13542, 9065, 12962, 10130, 11881, 8431, 10962, 7963, 9997, 9069, 9864, 9015, 9490, 10400, 9036, 13760, 9783, 13055, 10725, 10081, 13405, 9571, 12218, 13906, 10321, 14163, 8541, 12272, 8748, 10724, 13560, 8975, 12177, 7962, 10113, 12261, 8428, 11508, 8815, 9360, 12669, 8621, 10390, 12931, 9005, 12786, 8564, 10829, 11321, 8247, 12528, 9171, 10913, 13019, 8120, 12400, 9411, 11372, 8891, 10665, 8491, 11532, 8815, 8630, 9519, 8218, 11792, 9937, 15788, 11877, 15661, 12865, 9997, 12463, 9707, 16308, 15373, 15793, 13778, 15396, 11246, 12752, 9773, 12292, 10079, 13292, 10024, 15706, 11315, 11269, 14168, 10077, 13387, 8342, 11904, 8976, 11156, 9267, 10843, 7964, 9707, 8612, 8838, 8506, 8432, 10918, 8658, 10089, 8801, 8415, 8665, 8305, 8743, 9165, 8758, 10842, 9370, 9548, 8967, 12599, 8365, 11725, 9622, 12126, 9049, 11593, 8375, 10102, 8561, 12399, 8996, 12330, 8658, 11600, 9152, 12862, 9440, 13869, 11450, 14503, 9434, 13402, 9289, 12722, 10029, 14094, 13586, 10566, 15047, 9198, 13434, 9000, 11690, 9655, 11835, 11105, 9446, 12156, 8541, 12108, 8881, 11221, 8725, 10457, 9465, 9040, 12371, 8868, 10822, 9769, 9043, 14154, 8799, 11589, 8350, 9944, 12157, 8772, 11998, 8702, 10821, 8348, 8297, 11790, 8387, 10715, 8206, 8538, 11990, 8391, 10955, 10776, 8606, 12782, 8229, 9086, 8443, 7625, 8358, 9873, 7980, 12225, 9110, 13432, 11099, 9528, 14471, 9627, 14569, 13934, 12993, 16438, 10598, 15492, 11840, 11966, 14798, 13049, 14746, 9296, 12408, 9864, 10678, 14546, 12161, 13847, 9423, 11571, 8490, 10505, 10919, 11098, 14217, 9084, 14147, 8648, 11969, 8963, 10467, 12926, 9504, 13218, 8479, 11897, 8680, 11308, 9068, 11288, 8307, 10338, 8412, 7870, 8584, 7808, 10992, 8294, 10336, 9679, 11589, 10031, 13324, 10806, 14751, 12573, 14956, 12368, 14508, 12292, 14844, 12516], 'WindowCenter': [4614.0, 4551.0, 4540.0, 4516.0, 4503.0, 4520.0, 4492.0, 4540.0, 4501.0, 4538.0, 4489.0, 4529.0, 4488.0, 4518.0, 4511.0, 4521.0, 4491.0, 4510.0, 4492.0, 4502.0, 4530.0, 4502.0, 4552.0, 4502.0, 4530.0, 4502.0, 4522.0, 4503.0, 4541.0, 4500.0, 4502.0, 4529.0, 4503.0, 4552.0, 4500.0, 4550.0, 4510.0, 4509.0, 4549.0, 4507.0, 4537.0, 4507.0, 4487.0, 4526.0, 4475.0, 4516.0, 4484.0, 4484.0, 4513.0, 4464.0, 4503.0, 4475.0, 4507.0, 4476.0, 4495.0, 4475.0, 4467.0, 4515.0, 4488.0, 4518.0, 4486.0, 4489.0, 4528.0, 4487.0, 4518.0, 4485.0, 4507.0, 4507.0, 4477.0, 4526.0, 4488.0, 4518.0, 4486.0, 4517.0, 4537.0, 4477.0, 4527.0, 4497.0, 4517.0, 4487.0, 4509.0, 4517.0, 4477.0, 4528.0, 4498.0, 4518.0, 4497.0, 4486.0, 4526.0, 4488.0, 4530.0, 4509.0, 4510.0, 4550.0, 4488.0, 4529.0, 4489.0, 4521.0, 4504.0, 4522.0, 4505.0, 4534.0, 4506.0, 4536.0, 4519.0, 4548.0, 4538.0, 4527.0, 4567.0, 4524.0, 4578.0, 4542.0, 4533.0, 4563.0, 4499.0, 4537.0, 4520.0, 4538.0, 4516.0, 4476.0, 4515.0, 4477.0, 4525.0, 4518.0, 4525.0, 4487.0, 4517.0, 4477.0, 4505.0, 4505.0, 4527.0, 4485.0, 4484.0, 4505.0, 4474.0, 4513.0, 4496.0, 4536.0, 4494.0, 4513.0, 4471.0, 4490.0, 4474.0, 4517.0, 4473.0, 4483.0, 4451.0, 4491.0, 4450.0, 4464.0, 4473.0, 4468.0, 4517.0, 4490.0, 4541.0, 4552.0, 4555.0, 4564.0, 4520.0, 4539.0, 4497.0, 4526.0, 4503.0, 4533.0, 4502.0, 4534.0, 4506.0, 4474.0, 4508.0, 4487.0, 4491.0, 4480.0, 4461.0, 4533.0, 4471.0, 4452.0, 4471.0, 4535.0, 4547.0, 4548.0, 4542.0, 4544.0, 4523.0, 4535.0, 4522.0, 4510.0, 4500.0, 4470.0, 4508.0, 4467.0, 4475.0, 4464.0, 4482.0, 4452.0, 4491.0, 4429.0, 4469.0, 4440.0, 4448.0, 4430.0, 4439.0, 4431.0, 4432.0, 4413.0, 4435.0, 4466.0, 4456.0, 4477.0, 4472.0, 4500.0, 4463.0, 4486.0, 4514.0, 4487.0, 4529.0, 4501.0, 4500.0, 4529.0, 4512.0, 4539.0, 4489.0, 4521.0, 4518.0, 4490.0, 4544.0, 4530.0, 4502.0, 4549.0, 4490.0, 4530.0, 4539.0, 4498.0, 4533.0, 4539.0, 4490.0, 4540.0, 4489.0, 4500.0, 4539.0, 4500.0, 4531.0, 4508.0, 4503.0, 4553.0, 4501.0, 4511.0, 4551.0, 4488.0, 4508.0, 4548.0, 4510.0, 4527.0, 4478.0, 4478.0, 4528.0, 4478.0, 4507.0, 4537.0, 4500.0, 4519.0, 4546.0, 4477.0, 4528.0, 4507.0, 4477.0, 4528.0, 4488.0, 4508.0, 4527.0, 4478.0, 4517.0, 4477.0, 4499.0, 4552.0, 4488.0, 4518.0, 4547.0, 4466.0, 4517.0, 4487.0, 4501.0, 4539.0, 4480.0, 4520.0, 4539.0, 4487.0, 4518.0, 4549.0, 4498.0, 4527.0, 4517.0, 4477.0, 4528.0, 4506.0, 4466.0, 4540.0, 4527.0, 4476.0, 4527.0, 4466.0, 4498.0, 4519.0, 4489.0, 4553.0, 4502.0, 4532.0, 4490.0, 4511.0, 4541.0, 4518.0, 4500.0, 4550.0, 4508.0, 4507.0, 4546.0, 4474.0, 4516.0, 4535.0, 4485.0, 4527.0, 4555.0, 4474.0, 4513.0, 4522.0, 4464.0, 4504.0, 4484.0, 4489.0, 4537.0, 4476.0, 4516.0, 4477.0, 4497.0, 4526.0, 4485.0, 4529.0, 4513.0, 4512.0, 4521.0, 4510.0, 4481.0, 4519.0, 4469.0, 4519.0, 4470.0, 4532.0, 4512.0, 4531.0, 4553.0, 4512.0, 4550.0, 4526.0, 4552.0, 4550.0, 4530.0, 4552.0, 4545.0, 4547.0, 4536.0, 4538.0, 4516.0, 4474.0, 4493.0, 4462.0, 4511.0, 4480.0, 4519.0, 4478.0, 4478.0, 4467.0, 4489.0, 4510.0, 4479.0, 4467.0, 4466.0, 4475.0, 4456.0, 4507.0, 4447.0, 4486.0, 4456.0, 4476.0, 4457.0, 4477.0, 4449.0, 4477.0, 4461.0, 4492.0, 4477.0, 4508.0, 4489.0, 4507.0, 4479.0, 4507.0, 4479.0, 4519.0, 4492.0, 4544.0, 4502.0, 4536.0, 4491.0, 4507.0, 4478.0, 4528.0, 4489.0, 4529.0, 4490.0, 4530.0, 4492.0, 4531.0, 4493.0, 4542.0, 4523.0, 4551.0, 4491.0, 4538.0, 4490.0, 4528.0, 4488.0, 4540.0, 4510.0, 4538.0, 4477.0, 4517.0, 4475.0, 4507.0, 4536.0, 4496.0, 4538.0, 4518.0, 4524.0, 4462.0, 4502.0, 4463.0, 4474.0, 4481.0, 4453.0, 4503.0, 4482.0, 4504.0, 4461.0, 4493.0, 4461.0, 4462.0, 4511.0, 4461.0, 4502.0, 4470.0, 4482.0, 4511.0, 4460.0, 4490.0, 4480.0, 4470.0, 4510.0, 4468.0, 4469.0, 4500.0, 4469.0, 4479.0, 4448.0, 4459.0, 4499.0, 4449.0, 4492.0, 4475.0, 4519.0, 4478.0, 4489.0, 4469.0, 4489.0, 4528.0, 4469.0, 4530.0, 4489.0, 4511.0, 4542.0, 4510.0, 4538.0, 4475.0, 4486.0, 4526.0, 4467.0, 4516.0, 4501.0, 4520.0, 4533.0, 4545.0, 4546.0, 4544.0, 4517.0, 4556.0, 4527.0, 4558.0, 4576.0, 4522.0, 4528.0, 4534.0, 4474.0, 4524.0, 4474.0, 4503.0, 4483.0, 4474.0, 4533.0, 4481.0, 4491.0, 4521.0, 4467.0, 4488.0, 4506.0, 4445.0, 4475.0, 4435.0, 4445.0, 4483.0, 4447.0, 4478.0, 4439.0, 4461.0, 4491.0, 4470.0, 4493.0, 4480.0, 4461.0, 4503.0, 4462.0, 4483.0, 4521.0, 4461.0, 4503.0, 4462.0, 4474.0, 4505.0, 4477.0, 4518.0, 4475.0, 4507.0, 4476.0, 4479.0, 4530.0, 4500.0, 4531.0, 4477.0, 4489.0, 4508.0, 4489.0, 4532.0, 4502.0, 4532.0, 4480.0, 4511.0, 4509.0, 4492.0, 4553.0, 4512.0, 4534.0, 4500.0, 4501.0, 4550.0, 4501.0, 4553.0, 4530.0, 4532.0, 4558.0, 4478.0, 4525.0, 4495.0, 4498.0, 4548.0, 4497.0, 4536.0, 4475.0, 4494.0, 4525.0, 4475.0, 4515.0, 4475.0, 4505.0, 4523.0, 4464.0, 4514.0, 4474.0, 4505.0, 4504.0, 4473.0, 4514.0, 4462.0, 4503.0, 4504.0, 4464.0, 4512.0, 4473.0, 4492.0, 4452.0, 4473.0, 4515.0, 4476.0, 4506.0, 4476.0, 4486.0, 4514.0, 4464.0, 4503.0, 4495.0, 4489.0, 4524.0, 4465.0, 4514.0, 4475.0, 4506.0, 4485.0, 4486.0, 4516.0, 4465.0, 4513.0, 4477.0, 4506.0, 4477.0, 4496.0, 4516.0, 4475.0, 4515.0, 4474.0, 4516.0, 4496.0, 4496.0, 4464.0, 4484.0, 4476.0, 4476.0, 4498.0, 4510.0, 4478.0, 4488.0, 4497.0, 4487.0, 4526.0, 4510.0, 4537.0, 4487.0, 4527.0, 4486.0, 4516.0, 4497.0, 4528.0, 4487.0, 4515.0, 4486.0, 4503.0, 4476.0, 4517.0, 4486.0, 4504.0, 4464.0, 4482.0, 4523.0, 4474.0, 4513.0, 4483.0, 4502.0, 4453.0, 4492.0, 4451.0, 4481.0, 4473.0, 4497.0, 4474.0, 4496.0, 4506.0, 4485.0, 4537.0, 4497.0, 4529.0, 4505.0, 4496.0, 4525.0, 4484.0, 4514.0, 4523.0, 4494.0, 4522.0, 4463.0, 4513.0, 4473.0, 4506.0, 4526.0, 4475.0, 4512.0, 4464.0, 4495.0, 4516.0, 4476.0, 4518.0, 4475.0, 4485.0, 4526.0, 4476.0, 4509.0, 4526.0, 4487.0, 4526.0, 4477.0, 4507.0, 4504.0, 4476.0, 4529.0, 4501.0, 4509.0, 4538.0, 4508.0, 4555.0, 4513.0, 4543.0, 4500.0, 4518.0, 4491.0, 4543.0, 4516.0, 4502.0, 4523.0, 4508.0, 4558.0, 4553.0, 4601.0, 4580.0, 4608.0, 4576.0, 4547.0, 4569.0, 4524.0, 4578.0, 4564.0, 4552.0, 4525.0, 4524.0, 4480.0, 4487.0, 4458.0, 4475.0, 4454.0, 4483.0, 4443.0, 4494.0, 4451.0, 4451.0, 4470.0, 4439.0, 4470.0, 4419.0, 4460.0, 4430.0, 4460.0, 4429.0, 4449.0, 4422.0, 4442.0, 4431.0, 4431.0, 4432.0, 4435.0, 4465.0, 4447.0, 4468.0, 4458.0, 4450.0, 4462.0, 4460.0, 4473.0, 4486.0, 4488.0, 4518.0, 4500.0, 4498.0, 4489.0, 4528.0, 4478.0, 4517.0, 4500.0, 4529.0, 4502.0, 4543.0, 4478.0, 4496.0, 4476.0, 4529.0, 4490.0, 4528.0, 4490.0, 4531.0, 4501.0, 4542.0, 4515.0, 4553.0, 4531.0, 4538.0, 4489.0, 4527.0, 4487.0, 4527.0, 4496.0, 4538.0, 4526.0, 4496.0, 4535.0, 4473.0, 4513.0, 4462.0, 4492.0, 4470.0, 4491.0, 4480.0, 4471.0, 4489.0, 4451.0, 4490.0, 4459.0, 4491.0, 4448.0, 4480.0, 4468.0, 4461.0, 4500.0, 4460.0, 4482.0, 4469.0, 4462.0, 4512.0, 4451.0, 4489.0, 4449.0, 4470.0, 4501.0, 4462.0, 4504.0, 4463.0, 4494.0, 4463.0, 4465.0, 4505.0, 4464.0, 4506.0, 4465.0, 4476.0, 4506.0, 4492.0, 4547.0, 4521.0, 4492.0, 4540.0, 4481.0, 4504.0, 4492.0, 4482.0, 4505.0, 4523.0, 4507.0, 4557.0, 4519.0, 4568.0, 4536.0, 4515.0, 4554.0, 4501.0, 4552.0, 4543.0, 4529.0, 4549.0, 4498.0, 4548.0, 4503.0, 4504.0, 4524.0, 4515.0, 4522.0, 4471.0, 4498.0, 4470.0, 4480.0, 4512.0, 4488.0, 4510.0, 4459.0, 4488.0, 4449.0, 4481.0, 4480.0, 4493.0, 4509.0, 4460.0, 4507.0, 4461.0, 4489.0, 4459.0, 4481.0, 4498.0, 4470.0, 4500.0, 4449.0, 4487.0, 4461.0, 4505.0, 4474.0, 4490.0, 4447.0, 4465.0, 4449.0, 4451.0, 4473.0, 4481.0, 4533.0, 4492.0, 4510.0, 4512.0, 4519.0, 4500.0, 4528.0, 4508.0, 4551.0, 4516.0, 4538.0, 4515.0, 4498.0, 4486.0, 4507.0, 4487.0], 'WindowWidth': [10117.0, 10004.0, 9983.0, 9942.0, 9916.0, 9932.0, 9897.0, 9961.0, 9908.0, 9953.0, 9889.0, 9946.0, 9888.0, 9928.0, 9922.0, 9937.0, 9896.0, 9922.0, 9899.0, 9910.0, 9948.0, 9912.0, 9982.0, 9915.0, 9949.0, 9912.0, 9940.0, 9914.0, 9961.0, 9909.0, 9912.0, 9943.0, 9913.0, 9986.0, 9907.0, 9975.0, 9917.0, 9916.0, 9976.0, 9910.0, 9953.0, 9911.0, 9883.0, 9937.0, 9864.0, 9920.0, 9873.0, 9873.0, 9910.0, 9845.0, 9898.0, 9862.0, 9909.0, 9864.0, 9893.0, 9866.0, 9857.0, 9920.0, 9887.0, 9929.0, 9883.0, 9888.0, 9944.0, 9883.0, 9926.0, 9876.0, 9908.0, 9909.0, 9869.0, 9937.0, 9885.0, 9930.0, 9881.0, 9925.0, 9950.0, 9870.0, 9938.0, 9898.0, 9927.0, 9887.0, 9915.0, 9925.0, 9870.0, 9941.0, 9898.0, 9926.0, 9897.0, 9882.0, 9937.0, 9887.0, 9949.0, 9918.0, 9921.0, 9979.0, 9886.0, 9946.0, 9893.0, 9939.0, 9919.0, 9942.0, 9928.0, 9962.0, 9929.0, 9970.0, 9950.0, 9988.0, 9973.0, 9958.0, 10014.0, 9948.0, 10028.0, 9969.0, 9956.0, 10003.0, 9902.0, 9954.0, 9932.0, 9953.0, 9920.0, 9866.0, 9919.0, 9868.0, 9933.0, 9928.0, 9935.0, 9885.0, 9921.0, 9869.0, 9905.0, 9905.0, 9935.0, 9876.0, 9875.0, 9902.0, 9859.0, 9914.0, 9891.0, 9952.0, 9885.0, 9910.0, 9851.0, 9876.0, 9861.0, 9926.0, 9859.0, 9871.0, 9824.0, 9877.0, 9820.0, 9848.0, 9859.0, 9860.0, 9926.0, 9895.0, 9963.0, 9984.0, 9992.0, 10002.0, 9933.0, 9958.0, 9896.0, 9933.0, 9896.0, 9939.0, 9893.0, 9939.0, 9905.0, 9866.0, 9916.0, 9885.0, 9879.0, 9864.0, 9840.0, 9945.0, 9855.0, 9831.0, 9855.0, 9946.0, 9973.0, 9975.0, 9957.0, 9960.0, 9928.0, 9947.0, 9925.0, 9901.0, 9887.0, 9846.0, 9897.0, 9836.0, 9842.0, 9826.0, 9848.0, 9805.0, 9862.0, 9772.0, 9827.0, 9787.0, 9796.0, 9776.0, 9788.0, 9778.0, 9784.0, 9760.0, 9792.0, 9836.0, 9825.0, 9855.0, 9853.0, 9892.0, 9843.0, 9879.0, 9917.0, 9882.0, 9944.0, 9913.0, 9907.0, 9947.0, 9929.0, 9959.0, 9890.0, 9935.0, 9929.0, 9891.0, 9976.0, 9946.0, 9913.0, 9974.0, 9891.0, 9947.0, 9960.0, 9899.0, 9955.0, 9956.0, 9892.0, 9961.0, 9890.0, 9908.0, 9961.0, 9906.0, 9951.0, 9917.0, 9916.0, 9985.0, 9910.0, 9921.0, 9979.0, 9886.0, 9914.0, 9972.0, 9919.0, 9937.0, 9871.0, 9873.0, 9940.0, 9872.0, 9912.0, 9953.0, 9904.0, 9929.0, 9964.0, 9870.0, 9939.0, 9908.0, 9869.0, 9940.0, 9886.0, 9914.0, 9940.0, 9872.0, 9925.0, 9868.0, 9901.0, 9983.0, 9885.0, 9924.0, 9967.0, 9855.0, 9923.0, 9884.0, 9912.0, 9960.0, 9880.0, 9934.0, 9959.0, 9886.0, 9929.0, 9974.0, 9900.0, 9939.0, 9925.0, 9872.0, 9940.0, 9908.0, 9857.0, 9962.0, 9936.0, 9868.0, 9938.0, 9856.0, 9899.0, 9934.0, 9893.0, 9987.0, 9915.0, 9953.0, 9898.0, 9923.0, 9965.0, 9928.0, 9904.0, 9978.0, 9911.0, 9909.0, 9967.0, 9863.0, 9920.0, 9949.0, 9876.0, 9938.0, 9977.0, 9860.0, 9912.0, 9924.0, 9845.0, 9901.0, 9876.0, 9891.0, 9955.0, 9869.0, 9923.0, 9873.0, 9897.0, 9937.0, 9880.0, 9946.0, 9932.0, 9926.0, 9935.0, 9922.0, 9883.0, 9931.0, 9866.0, 9931.0, 9866.0, 9953.0, 9926.0, 9953.0, 9984.0, 9925.0, 9977.0, 9953.0, 9981.0, 9974.0, 9945.0, 9985.0, 9976.0, 9973.0, 9951.0, 9956.0, 9919.0, 9858.0, 9883.0, 9838.0, 9904.0, 9859.0, 9913.0, 9852.0, 9853.0, 9838.0, 9869.0, 9901.0, 9856.0, 9836.0, 9835.0, 9845.0, 9820.0, 9896.0, 9812.0, 9861.0, 9821.0, 9848.0, 9822.0, 9849.0, 9817.0, 9852.0, 9836.0, 9880.0, 9870.0, 9914.0, 9889.0, 9908.0, 9875.0, 9909.0, 9874.0, 9928.0, 9899.0, 9973.0, 9913.0, 9967.0, 9895.0, 9908.0, 9870.0, 9942.0, 9890.0, 9943.0, 9894.0, 9945.0, 9897.0, 9948.0, 9900.0, 9967.0, 9939.0, 9978.0, 9895.0, 9955.0, 9892.0, 9939.0, 9886.0, 9960.0, 9917.0, 9953.0, 9869.0, 9920.0, 9863.0, 9907.0, 9947.0, 9891.0, 9955.0, 9925.0, 9927.0, 9840.0, 9894.0, 9842.0, 9858.0, 9865.0, 9829.0, 9897.0, 9867.0, 9899.0, 9836.0, 9881.0, 9837.0, 9838.0, 9905.0, 9835.0, 9891.0, 9848.0, 9866.0, 9905.0, 9834.0, 9875.0, 9858.0, 9844.0, 9901.0, 9838.0, 9842.0, 9887.0, 9842.0, 9856.0, 9813.0, 9830.0, 9884.0, 9817.0, 9878.0, 9862.0, 9933.0, 9874.0, 9889.0, 9861.0, 9891.0, 9939.0, 9861.0, 9943.0, 9889.0, 9920.0, 9967.0, 9918.0, 9954.0, 9862.0, 9878.0, 9933.0, 9856.0, 9921.0, 9910.0, 9931.0, 9961.0, 9983.0, 9987.0, 9982.0, 9950.0, 9998.0, 9961.0, 10004.0, 10034.0, 9943.0, 9942.0, 9946.0, 9863.0, 9930.0, 9862.0, 9901.0, 9871.0, 9861.0, 9943.0, 9865.0, 9879.0, 9924.0, 9839.0, 9869.0, 9891.0, 9805.0, 9847.0, 9791.0, 9806.0, 9857.0, 9814.0, 9857.0, 9807.0, 9838.0, 9879.0, 9851.0, 9884.0, 9865.0, 9839.0, 9897.0, 9840.0, 9873.0, 9922.0, 9840.0, 9897.0, 9840.0, 9859.0, 9905.0, 9871.0, 9927.0, 9867.0, 9910.0, 9866.0, 9876.0, 9950.0, 9906.0, 9951.0, 9872.0, 9889.0, 9913.0, 9891.0, 9955.0, 9916.0, 9955.0, 9880.0, 9924.0, 9919.0, 9900.0, 9987.0, 9928.0, 9958.0, 9907.0, 9909.0, 9977.0, 9910.0, 9985.0, 9948.0, 9950.0, 9986.0, 9872.0, 9935.0, 9890.0, 9899.0, 9970.0, 9894.0, 9947.0, 9864.0, 9888.0, 9932.0, 9865.0, 9919.0, 9863.0, 9902.0, 9923.0, 9844.0, 9912.0, 9859.0, 9903.0, 9898.0, 9856.0, 9915.0, 9841.0, 9896.0, 9902.0, 9849.0, 9912.0, 9856.0, 9879.0, 9828.0, 9855.0, 9918.0, 9868.0, 9907.0, 9864.0, 9876.0, 9915.0, 9845.0, 9898.0, 9888.0, 9887.0, 9930.0, 9850.0, 9913.0, 9862.0, 9909.0, 9876.0, 9880.0, 9918.0, 9849.0, 9912.0, 9869.0, 9909.0, 9867.0, 9892.0, 9918.0, 9862.0, 9919.0, 9861.0, 9922.0, 9894.0, 9891.0, 9849.0, 9875.0, 9865.0, 9868.0, 9900.0, 9920.0, 9873.0, 9887.0, 9899.0, 9885.0, 9938.0, 9919.0, 9953.0, 9884.0, 9938.0, 9881.0, 9921.0, 9897.0, 9939.0, 9880.0, 9915.0, 9879.0, 9897.0, 9864.0, 9923.0, 9876.0, 9900.0, 9847.0, 9868.0, 9928.0, 9859.0, 9911.0, 9869.0, 9893.0, 9828.0, 9878.0, 9822.0, 9866.0, 9859.0, 9897.0, 9862.0, 9892.0, 9905.0, 9877.0, 9949.0, 9896.0, 9943.0, 9903.0, 9893.0, 9933.0, 9872.0, 9917.0, 9923.0, 9884.0, 9924.0, 9843.0, 9910.0, 9859.0, 9907.0, 9937.0, 9863.0, 9910.0, 9846.0, 9889.0, 9922.0, 9868.0, 9928.0, 9864.0, 9877.0, 9934.0, 9865.0, 9915.0, 9935.0, 9886.0, 9934.0, 9868.0, 9910.0, 9903.0, 9868.0, 9941.0, 9906.0, 9913.0, 9952.0, 9931.0, 9990.0, 9931.0, 9971.0, 9908.0, 9928.0, 9898.0, 9969.0, 9939.0, 9914.0, 9944.0, 9932.0, 9999.0, 10007.0, 10080.0, 10047.0, 10079.0, 10034.0, 9991.0, 10023.0, 9950.0, 10038.0, 10004.0, 9990.0, 9933.0, 9928.0, 9861.0, 9866.0, 9825.0, 9846.0, 9815.0, 9852.0, 9795.0, 9866.0, 9802.0, 9804.0, 9826.0, 9783.0, 9828.0, 9758.0, 9815.0, 9775.0, 9813.0, 9773.0, 9799.0, 9769.0, 9792.0, 9776.0, 9779.0, 9782.0, 9790.0, 9830.0, 9812.0, 9840.0, 9828.0, 9822.0, 9839.0, 9836.0, 9858.0, 9881.0, 9887.0, 9926.0, 9903.0, 9899.0, 9888.0, 9940.0, 9871.0, 9922.0, 9902.0, 9941.0, 9909.0, 9972.0, 9870.0, 9889.0, 9866.0, 9941.0, 9889.0, 9939.0, 9890.0, 9948.0, 9908.0, 9967.0, 9934.0, 9985.0, 9948.0, 9954.0, 9886.0, 9937.0, 9881.0, 9935.0, 9892.0, 9951.0, 9931.0, 9889.0, 9944.0, 9855.0, 9909.0, 9836.0, 9878.0, 9847.0, 9877.0, 9858.0, 9847.0, 9872.0, 9820.0, 9871.0, 9830.0, 9875.0, 9813.0, 9859.0, 9843.0, 9835.0, 9889.0, 9832.0, 9865.0, 9845.0, 9838.0, 9907.0, 9821.0, 9871.0, 9817.0, 9847.0, 9893.0, 9838.0, 9897.0, 9840.0, 9885.0, 9842.0, 9846.0, 9902.0, 9847.0, 9906.0, 9848.0, 9864.0, 9904.0, 9898.0, 9985.0, 9936.0, 9899.0, 9959.0, 9881.0, 9919.0, 9899.0, 9886.0, 9924.0, 9947.0, 9927.0, 9999.0, 9945.0, 10010.0, 9964.0, 9933.0, 9987.0, 9907.0, 9980.0, 9967.0, 9940.0, 9972.0, 9894.0, 9967.0, 9896.0, 9897.0, 9927.0, 9914.0, 9921.0, 9849.0, 9884.0, 9842.0, 9859.0, 9906.0, 9867.0, 9901.0, 9830.0, 9868.0, 9814.0, 9862.0, 9859.0, 9882.0, 9896.0, 9830.0, 9894.0, 9833.0, 9869.0, 9828.0, 9861.0, 9881.0, 9845.0, 9886.0, 9814.0, 9862.0, 9836.0, 9904.0, 9860.0, 9871.0, 9812.0, 9832.0, 9816.0, 9825.0, 9860.0, 9882.0, 9958.0, 9899.0, 9921.0, 9925.0, 9929.0, 9903.0, 9941.0, 9912.0, 9979.0, 9920.0, 9957.0, 9913.0, 9879.0, 9860.0, 9891.0, 9862.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.0026370021645021648</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.02670870779220779</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>42.16796061640303</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2943636508017355</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0371320016143022</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.5085</td></tr>
|
|
<tr><td colspan=3>fber</td><td>3604.9768</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.09886403206082689</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>65</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>7.034632034632034</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4184534689725057</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3201042174116777</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.631145119086794</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3041110704190455</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0282465</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.02431461773812771</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.0564095713198185</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>924</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>4.07430673298361</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>13.8553</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>63.6091</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>239.8106</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>64.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>295017.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>17.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>1115.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>412.7408</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.5993</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>589.5078</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3702.2493</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3872.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>81527.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1418.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4828.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>950.3399</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>34.8111728169024</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> |