=== 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-0032 --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-0032",
"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-0032_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-0032_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-0032_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-0032/figures/sub-0032_ses-04_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0032/figures/sub-0032_ses-04_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0032/figures/sub-0032_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-0032_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-0032/figures/sub-0032_ses-04_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0032/figures/sub-0032_ses-04_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0032/figures/sub-0032_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-0032_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-0032/figures/sub-0032_ses-04_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0032/figures/sub-0032_ses-04_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0032/figures/sub-0032_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-0032_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-0032/figures/sub-0032_ses-04_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0032/figures/sub-0032_ses-04_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0032/figures/sub-0032_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-0032_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-0032/figures/sub-0032_ses-04_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0032/figures/sub-0032_ses-04_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0032/figures/sub-0032_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-0032_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-0032/figures/sub-0032_ses-04_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0032/figures/sub-0032_ses-04_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0032/figures/sub-0032_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-0032_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-0032/figures/sub-0032_ses-04_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0032/figures/sub-0032_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-0032/figures/sub-0032_ses-04_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0032/figures/sub-0032_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-0032/ses-04/func/sub-0032_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>1e8f99eaaa1878c95d843fd8c34b03d8</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>15:53:24.025000</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.996479, -0.0733198, 0.0406621, 0.0761501, 0.994414, -0.0730825]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-alignvideo_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.0941364</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>[4139, -7789, -7217, 595, -50, -224, 101, 63]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>245.156</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>9bda12b4-8602-450b-a903-65e47b37c8aa||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.673480749130249, 0.20430518686771393, 0.09470673650503159, 102.58418273925781], [0.19671177864074707, 2.6679413318634033, -0.2049884796142578, -102.51298522949219], [0.10909342020750046, 0.19607512652873993, 2.6905407905578613, -76.15666961669922], [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': ['155324.025000', '155324.485000', '155324.945000', '155325.405000', '155325.865000', '155326.325000', '155326.785000', '155327.245000', '155327.705000', '155328.165000', '155328.625000', '155329.085000', '155329.545000', '155330.005000', '155330.465000', '155330.925000', '155331.385000', '155331.845000', '155332.305000', '155332.765000', '155333.225000', '155333.685000', '155334.145000', '155334.605000', '155335.065000', '155335.525000', '155335.985000', '155336.445000', '155336.905000', '155337.365000', '155337.825000', '155338.285000', '155338.745000', '155339.205000', '155339.665000', '155340.125000', '155340.585000', '155341.045000', '155341.505000', '155341.965000', '155342.425000', '155342.885000', '155343.345000', '155343.805000', '155344.265000', '155344.725000', '155345.185000', '155345.645000', '155346.105000', '155346.565000', '155347.025000', '155347.485000', '155347.945000', '155348.405000', '155348.865000', '155349.325000', '155349.785000', '155350.245000', '155350.705000', '155351.165000', '155351.625000', '155352.085000', '155352.545000', '155353.005000', '155353.465000', '155353.925000', '155354.385000', '155354.845000', '155355.305000', '155355.765000', '155356.225000', '155356.685000', '155357.145000', '155357.605000', '155358.065000', '155358.525000', '155358.985000', '155359.445000', '155359.905000', '155400.365000', '155400.825000', '155401.285000', '155401.745000', '155402.205000', '155402.665000', '155403.125000', '155403.585000', '155404.045000', '155404.505000', '155404.965000', '155405.425000', '155405.885000', '155406.345000', '155406.805000', '155407.265000', '155407.725000', '155408.185000', '155408.645000', '155409.105000', '155409.565000', '155410.025000', '155410.485000', '155410.945000', '155411.405000', '155411.865000', '155412.325000', '155412.785000', '155413.245000', '155413.705000', '155414.165000', '155414.625000', '155415.085000', '155415.545000', '155416.005000', '155416.465000', '155416.925000', '155417.385000', '155417.845000', '155418.305000', '155418.765000', '155419.225000', '155419.685000', '155420.145000', '155420.605000', '155421.065000', '155421.525000', '155421.985000', '155422.445000', '155422.905000', '155423.365000', '155423.825000', '155424.285000', '155424.745000', '155425.205000', '155425.665000', '155426.125000', '155426.585000', '155427.045000', '155427.505000', '155427.965000', '155428.425000', '155428.885000', '155429.345000', '155429.805000', '155430.265000', '155430.725000', '155431.185000', '155431.645000', '155432.105000', '155432.565000', '155433.025000', '155433.485000', '155433.945000', '155434.405000', '155434.865000', '155435.325000', '155435.785000', '155436.245000', '155436.705000', '155437.165000', '155437.625000', '155438.085000', '155438.545000', '155439.005000', '155439.465000', '155439.925000', '155440.385000', '155440.845000', '155441.305000', '155441.765000', '155442.225000', '155442.685000', '155443.145000', '155443.605000', '155444.065000', '155444.525000', '155444.985000', '155445.445000', '155445.905000', '155446.365000', '155446.825000', '155447.285000', '155447.745000', '155448.205000', '155448.665000', '155449.125000', '155449.585000', '155450.045000', '155450.505000', '155450.965000', '155451.425000', '155451.885000', '155452.345000', '155452.805000', '155453.265000', '155453.725000', '155454.185000', '155454.645000', '155455.105000', '155455.565000', '155456.025000', '155456.485000', '155456.945000', '155457.405000', '155457.865000', '155458.325000', '155458.785000', '155459.245000', '155459.705000', '155500.165000', '155500.625000', '155501.085000', '155501.545000', '155502.005000', '155502.465000', '155502.925000', '155503.385000', '155503.845000', '155504.305000', '155504.765000', '155505.225000', '155505.685000', '155506.145000', '155506.605000', '155507.065000', '155507.525000', '155507.985000', '155508.445000', '155508.905000', '155509.365000', '155509.825000', '155510.285000', '155510.745000', '155511.205000', '155511.665000', '155512.125000', '155512.585000', '155513.045000', '155513.505000', '155513.965000', '155514.425000', '155514.885000', '155515.345000', '155515.805000', '155516.265000', '155516.725000', '155517.185000', '155517.645000', '155518.105000', '155518.565000', '155519.025000', '155519.485000', '155519.945000', '155520.405000', '155520.865000', '155521.325000', '155521.785000', '155522.245000', '155522.705000', '155523.165000', '155523.625000', '155524.085000', '155524.545000', '155525.005000', '155525.465000', '155525.925000', '155526.385000', '155526.845000', '155527.305000', '155527.765000', '155528.225000', '155528.685000', '155529.145000', '155529.605000', '155530.065000', '155530.525000', '155530.985000', '155531.445000', '155531.905000', '155532.365000', '155532.825000', '155533.285000', '155533.745000', '155534.205000', '155534.665000', '155535.125000', '155535.585000', '155536.045000', '155536.505000', '155536.965000', '155537.425000', '155537.885000', '155538.345000', '155538.805000', '155539.265000', '155539.725000', '155540.185000', '155540.645000', '155541.105000', '155541.565000', '155542.025000', '155542.485000', '155542.945000', '155543.405000', '155543.865000', '155544.325000', '155544.785000', '155545.245000', '155545.705000', '155546.165000', '155546.625000', '155547.085000', '155547.545000', '155548.005000', '155548.465000', '155548.925000', '155549.385000', '155549.845000', '155550.305000', '155550.765000', '155551.225000', '155551.685000', '155552.145000', '155552.605000', '155553.065000', '155553.525000', '155553.985000', '155554.445000', '155554.905000', '155555.365000', '155555.825000', '155556.285000', '155556.745000', '155557.205000', '155557.665000', '155558.125000', '155558.585000', '155559.045000', '155559.505000', '155559.965000', '155600.425000', '155600.885000', '155601.345000', '155601.805000', '155602.265000', '155602.725000', '155603.185000', '155603.645000', '155604.105000', '155604.565000', '155605.025000', '155605.485000', '155605.945000', '155606.405000', '155606.865000', '155607.325000', '155607.785000', '155608.245000', '155608.705000', '155609.165000', '155609.625000', '155610.085000', '155610.545000', '155611.005000', '155611.465000', '155611.925000', '155612.385000', '155612.845000', '155613.305000', '155613.765000', '155614.225000', '155614.685000', '155615.145000', '155615.605000', '155616.065000', '155616.525000', '155616.985000', '155617.445000', '155617.905000', '155618.365000', '155618.825000', '155619.285000', '155619.745000', '155620.205000', '155620.665000', '155621.125000', '155621.585000', '155622.045000', '155622.505000', '155622.965000', '155623.425000', '155623.885000', '155624.345000', '155624.805000', '155625.265000', '155625.725000', '155626.185000', '155626.645000', '155627.105000', '155627.565000', '155628.025000', '155628.485000', '155628.945000', '155629.405000', '155629.865000', '155630.325000', '155630.785000', '155631.245000', '155631.705000', '155632.165000', '155632.625000', '155633.085000', '155633.545000', '155634.005000', '155634.465000', '155634.925000', '155635.385000', '155635.845000', '155636.305000', '155636.765000', '155637.225000', '155637.685000', '155638.145000', '155638.605000', '155639.065000', '155639.525000', '155639.985000', '155640.445000', '155640.905000', '155641.365000', '155641.825000', '155642.285000', '155642.745000', '155643.205000', '155643.665000', '155644.125000', '155644.585000', '155645.045000', '155645.505000', '155645.965000', '155646.425000', '155646.885000', '155647.345000', '155647.805000', '155648.265000', '155648.725000', '155649.185000', '155649.645000', '155650.105000', '155650.565000', '155651.025000', '155651.485000', '155651.945000', '155652.405000', '155652.865000', '155653.325000', '155653.785000', '155654.245000', '155654.705000', '155655.165000', '155655.625000', '155656.085000', '155656.545000', '155657.005000', '155657.465000', '155657.925000', '155658.385000', '155658.845000', '155659.305000', '155659.765000', '155700.225000', '155700.685000', '155701.145000', '155701.605000', '155702.065000', '155702.525000', '155702.985000', '155703.445000', '155703.905000', '155704.365000', '155704.825000', '155705.285000', '155705.745000', '155706.205000', '155706.665000', '155707.125000', '155707.585000', '155708.045000', '155708.505000', '155708.965000', '155709.425000', '155709.885000', '155710.345000', '155710.805000', '155711.265000', '155711.725000', '155712.185000', '155712.645000', '155713.105000', '155713.565000', '155714.025000', '155714.485000', '155714.945000', '155715.405000', '155715.865000', '155716.325000', '155716.785000', '155717.245000', '155717.705000', '155718.165000', '155718.625000', '155719.085000', '155719.545000', '155720.005000', '155720.465000', '155720.925000', '155721.385000', '155721.845000', '155722.305000', '155722.765000', '155723.225000', '155723.685000', '155724.145000', '155724.605000', '155725.065000', '155725.525000', '155725.985000', '155726.445000', '155726.905000', '155727.365000', '155727.825000', '155728.285000', '155728.745000', '155729.205000', '155729.665000', '155730.125000', '155730.585000', '155731.045000', '155731.505000', '155731.965000', '155732.425000', '155732.885000', '155733.345000', '155733.805000', '155734.265000', '155734.725000', '155735.185000', '155735.645000', '155736.105000', '155736.565000', '155737.025000', '155737.485000', '155737.945000', '155738.405000', '155738.865000', '155739.325000', '155739.785000', '155740.245000', '155740.705000', '155741.165000', '155741.625000', '155742.085000', '155742.545000', '155743.005000', '155743.465000', '155743.925000', '155744.385000', '155744.845000', '155745.305000', '155745.765000', '155746.225000', '155746.685000', '155747.145000', '155747.605000', '155748.065000', '155748.525000', '155748.985000', '155749.445000', '155749.905000', '155750.365000', '155750.825000', '155751.285000', '155751.745000', '155752.205000', '155752.665000', '155753.125000', '155753.585000', '155754.045000', '155754.505000', '155754.965000', '155755.425000', '155755.885000', '155756.345000', '155756.805000', '155757.265000', '155757.725000', '155758.185000', '155758.645000', '155759.105000', '155759.565000', '155800.025000', '155800.485000', '155800.945000', '155801.405000', '155801.865000', '155802.325000', '155802.785000', '155803.245000', '155803.705000', '155804.165000', '155804.625000', '155805.085000', '155805.545000', '155806.005000', '155806.465000', '155806.925000', '155807.385000', '155807.845000', '155808.305000', '155808.765000', '155809.225000', '155809.685000', '155810.145000', '155810.605000', '155811.065000', '155811.525000', '155811.985000', '155812.445000', '155812.905000', '155813.365000', '155813.825000', '155814.285000', '155814.745000', '155815.205000', '155815.665000', '155816.125000', '155816.585000', '155817.045000', '155817.505000', '155817.965000', '155818.425000', '155818.885000', '155819.345000', '155819.805000', '155820.265000', '155820.725000', '155821.185000', '155821.645000', '155822.105000', '155822.565000', '155823.025000', '155823.485000', '155823.945000', '155824.405000', '155824.865000', '155825.325000', '155825.785000', '155826.245000', '155826.705000', '155827.165000', '155827.625000', '155828.085000', '155828.545000', '155829.005000', '155829.465000', '155829.925000', '155830.385000', '155830.845000', '155831.305000', '155831.765000', '155832.225000', '155832.685000', '155833.145000', '155833.605000', '155834.065000', '155834.525000', '155834.985000', '155835.445000', '155835.905000', '155836.365000', '155836.825000', '155837.285000', '155837.745000', '155838.205000', '155838.665000', '155839.125000', '155839.585000', '155840.045000', '155840.505000', '155840.965000', '155841.425000', '155841.885000', '155842.345000', '155842.805000', '155843.265000', '155843.725000', '155844.185000', '155844.645000', '155845.105000', '155845.565000', '155846.025000', '155846.485000', '155846.945000', '155847.405000', '155847.865000', '155848.325000', '155848.785000', '155849.245000', '155849.705000', '155850.165000', '155850.625000', '155851.085000', '155851.545000', '155852.005000', '155852.465000', '155852.925000', '155853.385000', '155853.845000', '155854.305000', '155854.765000', '155855.225000', '155855.685000', '155856.145000', '155856.605000', '155857.065000', '155857.525000', '155857.985000', '155858.445000', '155858.905000', '155859.365000', '155859.825000', '155900.285000', '155900.745000', '155901.205000', '155901.665000', '155902.125000', '155902.585000', '155903.045000', '155903.505000', '155903.965000', '155904.425000', '155904.885000', '155905.345000', '155905.805000', '155906.265000', '155906.725000', '155907.185000', '155907.645000', '155908.105000', '155908.565000', '155909.025000', '155909.485000', '155909.945000', '155910.405000', '155910.865000', '155911.325000', '155911.785000', '155912.245000', '155912.705000', '155913.165000', '155913.625000', '155914.085000', '155914.545000', '155915.005000', '155915.465000', '155915.925000', '155916.385000', '155916.845000', '155917.305000', '155917.765000', '155918.225000', '155918.685000', '155919.145000', '155919.605000', '155920.065000', '155920.525000', '155920.985000', '155921.445000', '155921.905000', '155922.365000', '155922.825000', '155923.285000', '155923.745000', '155924.205000', '155924.665000', '155925.125000', '155925.585000', '155926.045000', '155926.505000', '155926.965000', '155927.425000', '155927.885000', '155928.345000', '155928.805000', '155929.265000', '155929.725000', '155930.185000', '155930.645000', '155931.105000', '155931.565000', '155932.025000', '155932.485000', '155932.945000', '155933.405000', '155933.865000', '155934.325000', '155934.785000', '155935.245000', '155935.705000', '155936.165000', '155936.625000', '155937.085000', '155937.545000', '155938.005000', '155938.465000', '155938.925000', '155939.385000', '155939.845000', '155940.305000', '155940.765000', '155941.225000', '155941.685000', '155942.145000', '155942.605000', '155943.065000', '155943.525000', '155943.985000', '155944.445000', '155944.905000', '155945.365000', '155945.825000', '155946.285000', '155946.745000', '155947.205000', '155947.665000', '155948.125000', '155948.585000', '155949.045000', '155949.505000', '155949.965000', '155950.425000', '155950.885000', '155951.345000', '155951.805000', '155952.265000', '155952.725000', '155953.185000', '155953.645000', '155954.105000', '155954.565000', '155955.025000', '155955.485000', '155955.945000', '155956.405000', '155956.865000', '155957.325000', '155957.785000', '155958.245000', '155958.705000', '155959.165000', '155959.625000', '160000.085000', '160000.545000', '160001.005000', '160001.465000', '160001.925000', '160002.385000', '160002.845000', '160003.305000', '160003.765000', '160004.225000', '160004.685000', '160005.145000', '160005.605000', '160006.065000', '160006.525000', '160006.985000', '160007.445000', '160007.905000', '160008.365000', '160008.825000', '160009.285000', '160009.745000', '160010.205000', '160010.665000', '160011.125000', '160011.585000', '160012.045000', '160012.505000', '160012.965000', '160013.425000', '160013.885000', '160014.345000', '160014.805000', '160015.265000', '160015.725000', '160016.185000', '160016.645000', '160017.105000', '160017.565000', '160018.025000', '160018.485000', '160018.945000', '160019.405000', '160019.865000', '160020.325000', '160020.785000', '160021.245000', '160021.705000', '160022.165000', '160022.625000', '160023.085000', '160023.545000', '160024.005000', '160024.465000', '160024.925000', '160025.385000', '160025.845000', '160026.305000', '160026.765000', '160027.225000', '160027.685000', '160028.145000', '160028.605000', '160029.065000', '160029.525000'], 'ContentTime': ['155341.728000', '155341.731000', '155341.734000', '155341.737000', '155341.744000', '155341.747000', '155341.750000', '155341.753000', '155341.756000', '155341.759000', '155341.761000', '155341.764000', '155341.773000', '155341.776000', '155341.779000', '155341.782000', '155341.785000', '155341.787000', '155341.790000', '155341.793000', '155341.796000', '155341.798000', '155341.801000', '155341.804000', '155341.806000', '155341.809000', '155341.812000', '155341.815000', '155341.818000', '155341.820000', '155341.823000', '155341.825000', '155341.828000', '155341.831000', '155341.834000', '155341.837000', '155401.696000', '155401.699000', '155401.702000', '155401.705000', '155401.710000', '155401.713000', '155401.715000', '155401.718000', '155401.720000', '155401.723000', '155401.726000', '155401.728000', '155401.731000', '155401.733000', '155401.736000', '155401.738000', '155401.741000', '155401.743000', '155401.746000', '155401.749000', '155401.751000', '155401.754000', '155401.756000', '155401.759000', '155401.762000', '155401.764000', '155401.767000', '155401.769000', '155401.772000', '155401.774000', '155401.777000', '155401.780000', '155401.782000', '155401.785000', '155401.788000', '155401.791000', '155401.793000', '155401.796000', '155401.798000', '155401.801000', '155401.803000', '155401.806000', '155401.809000', '155401.811000', '155421.697000', '155421.700000', '155421.703000', '155421.711000', '155421.714000', '155421.716000', '155421.719000', '155421.721000', '155421.724000', '155421.727000', '155421.729000', '155421.732000', '155421.734000', '155421.737000', '155421.739000', '155421.742000', '155421.744000', '155421.747000', '155421.750000', '155421.752000', '155421.755000', '155421.758000', '155421.760000', '155421.763000', '155421.765000', '155421.768000', '155421.770000', '155421.773000', '155421.775000', '155421.778000', '155421.781000', '155421.783000', '155421.786000', '155421.788000', '155421.791000', '155421.794000', '155421.796000', '155421.799000', '155421.801000', '155421.804000', '155421.807000', '155421.809000', '155421.812000', '155421.814000', '155441.696000', '155441.699000', '155441.714000', '155441.717000', '155441.719000', '155441.722000', '155441.725000', '155441.727000', '155441.730000', '155441.732000', '155441.735000', '155441.737000', '155441.740000', '155441.742000', '155441.745000', '155441.748000', '155441.750000', '155441.753000', '155441.755000', '155441.758000', '155441.761000', '155441.763000', '155441.766000', '155441.768000', '155441.771000', '155441.773000', '155441.776000', '155441.778000', '155441.781000', '155441.784000', '155441.786000', '155441.789000', '155441.791000', '155441.794000', '155441.797000', '155441.799000', '155441.802000', '155441.804000', '155441.807000', '155441.810000', '155441.812000', '155441.815000', '155441.817000', '155501.696000', '155501.699000', '155501.702000', '155501.705000', '155501.707000', '155501.710000', '155501.712000', '155501.715000', '155501.717000', '155501.720000', '155501.723000', '155501.725000', '155501.728000', '155501.730000', '155501.733000', '155501.736000', '155501.738000', '155501.741000', '155501.743000', '155501.746000', '155501.749000', '155501.751000', '155501.754000', '155501.756000', '155501.759000', '155501.762000', '155501.764000', '155501.767000', '155501.769000', '155501.772000', '155501.775000', '155501.777000', '155501.780000', '155501.782000', '155501.785000', '155501.788000', '155501.790000', '155501.793000', '155501.795000', '155501.798000', '155501.845000', '155501.847000', '155501.850000', '155521.696000', '155521.699000', '155521.702000', '155521.705000', '155521.707000', '155521.710000', '155521.712000', '155521.715000', '155521.718000', '155521.720000', '155521.723000', '155521.726000', '155521.728000', '155521.731000', '155521.734000', '155521.736000', '155521.739000', '155521.742000', '155521.744000', '155521.747000', '155521.750000', '155521.752000', '155521.755000', '155521.758000', '155521.760000', '155521.763000', '155521.765000', '155521.768000', '155521.771000', '155521.773000', '155521.776000', '155521.778000', '155521.781000', '155521.784000', '155521.786000', '155521.789000', '155521.791000', '155521.794000', '155521.797000', '155521.799000', '155521.833000', '155521.835000', '155521.838000', '155521.841000', '155541.697000', '155541.699000', '155541.702000', '155541.705000', '155541.707000', '155541.710000', '155541.713000', '155541.715000', '155541.718000', '155541.720000', '155541.723000', '155541.726000', '155541.728000', '155541.731000', '155541.733000', '155541.736000', '155541.739000', '155541.741000', '155541.744000', '155541.747000', '155541.749000', '155541.752000', '155541.755000', '155541.757000', '155541.760000', '155541.762000', '155541.765000', '155541.768000', '155541.770000', '155541.773000', '155541.775000', '155541.778000', '155541.781000', '155541.783000', '155541.786000', '155541.788000', '155541.791000', '155541.793000', '155541.796000', '155541.799000', '155541.829000', '155541.832000', '155541.835000', '155541.837000', '155601.697000', '155601.699000', '155601.702000', '155601.705000', '155601.707000', '155601.710000', '155601.712000', '155601.715000', '155601.717000', '155601.720000', '155601.723000', '155601.725000', '155601.728000', '155601.730000', '155601.733000', '155601.736000', '155601.738000', '155601.741000', '155601.743000', '155601.746000', '155601.748000', '155601.751000', '155601.754000', '155601.756000', '155601.759000', '155601.762000', '155601.764000', '155601.767000', '155601.769000', '155601.772000', '155601.775000', '155601.777000', '155601.780000', '155601.782000', '155601.785000', '155601.787000', '155601.790000', '155601.793000', '155601.795000', '155601.798000', '155601.800000', '155601.815000', '155601.818000', '155621.696000', '155621.699000', '155621.702000', '155621.704000', '155621.707000', '155621.710000', '155621.713000', '155621.716000', '155621.719000', '155621.722000', '155621.724000', '155621.727000', '155621.730000', '155621.732000', '155621.735000', '155621.737000', '155621.740000', '155621.743000', '155621.745000', '155621.748000', '155621.750000', '155621.753000', '155621.755000', '155621.758000', '155621.761000', '155621.763000', '155621.766000', '155621.768000', '155621.771000', '155621.774000', '155621.776000', '155621.779000', '155621.781000', '155621.784000', '155621.787000', '155621.789000', '155621.792000', '155621.795000', '155621.797000', '155621.800000', '155621.802000', '155621.805000', '155621.808000', '155641.696000', '155641.698000', '155641.701000', '155641.704000', '155641.706000', '155641.709000', '155641.711000', '155641.714000', '155641.717000', '155641.719000', '155641.722000', '155641.724000', '155641.727000', '155641.730000', '155641.732000', '155641.735000', '155641.737000', '155641.740000', '155641.742000', '155641.745000', '155641.748000', '155641.750000', '155641.753000', '155641.755000', '155641.758000', '155641.760000', '155641.763000', '155641.766000', '155641.768000', '155641.771000', '155641.773000', '155641.776000', '155641.778000', '155641.781000', '155641.784000', '155641.786000', '155641.789000', '155641.791000', '155641.794000', '155641.796000', '155641.799000', '155641.802000', '155641.804000', '155641.807000', '155701.696000', '155701.699000', '155701.701000', '155701.704000', '155701.706000', '155701.709000', '155701.712000', '155701.714000', '155701.717000', '155701.719000', '155701.722000', '155701.725000', '155701.728000', '155701.731000', '155701.734000', '155701.738000', '155701.741000', '155701.744000', '155701.746000', '155701.749000', '155701.751000', '155701.754000', '155701.757000', '155701.759000', '155701.762000', '155701.765000', '155701.767000', '155701.770000', '155701.772000', '155701.775000', '155701.777000', '155701.780000', '155701.783000', '155701.785000', '155701.788000', '155701.790000', '155701.793000', '155701.796000', '155701.798000', '155701.801000', '155701.804000', '155701.806000', '155701.809000', '155721.697000', '155721.699000', '155721.702000', '155721.705000', '155721.707000', '155721.710000', '155721.712000', '155721.715000', '155721.717000', '155721.720000', '155721.723000', '155721.725000', '155721.728000', '155721.730000', '155721.733000', '155721.735000', '155721.738000', '155721.741000', '155721.743000', '155721.746000', '155721.748000', '155721.751000', '155721.753000', '155721.756000', '155721.759000', '155721.762000', '155721.764000', '155721.767000', '155721.769000', '155721.772000', '155721.774000', '155721.777000', '155721.779000', '155721.782000', '155721.785000', '155721.787000', '155721.790000', '155721.792000', '155721.795000', '155721.798000', '155721.800000', '155721.803000', '155721.805000', '155721.808000', '155741.697000', '155741.699000', '155741.702000', '155741.705000', '155741.707000', '155741.710000', '155741.712000', '155741.715000', '155741.717000', '155741.720000', '155741.723000', '155741.725000', '155741.728000', '155741.731000', '155741.733000', '155741.736000', '155741.738000', '155741.741000', '155741.743000', '155741.746000', '155741.749000', '155741.751000', '155741.754000', '155741.767000', '155741.770000', '155741.773000', '155741.775000', '155741.778000', '155741.780000', '155741.783000', '155741.785000', '155741.788000', '155741.791000', '155741.793000', '155741.796000', '155741.799000', '155741.801000', '155741.804000', '155741.806000', '155741.809000', '155741.812000', '155741.814000', '155741.817000', '155801.697000', '155801.700000', '155801.702000', '155801.705000', '155801.707000', '155801.710000', '155801.712000', '155801.715000', '155801.718000', '155801.720000', '155801.723000', '155801.726000', '155801.728000', '155801.731000', '155801.733000', '155801.736000', '155801.738000', '155801.741000', '155801.744000', '155801.746000', '155801.749000', '155801.751000', '155801.754000', '155801.757000', '155801.759000', '155801.762000', '155801.765000', '155801.767000', '155801.770000', '155801.772000', '155801.775000', '155801.777000', '155801.780000', '155801.783000', '155801.785000', '155801.788000', '155801.790000', '155801.793000', '155801.796000', '155801.798000', '155801.801000', '155801.803000', '155801.806000', '155801.809000', '155821.697000', '155821.699000', '155821.702000', '155821.705000', '155821.707000', '155821.710000', '155821.712000', '155821.715000', '155821.718000', '155821.720000', '155821.723000', '155821.725000', '155821.728000', '155821.730000', '155821.733000', '155821.736000', '155821.738000', '155821.741000', '155821.743000', '155821.746000', '155821.748000', '155821.751000', '155821.754000', '155821.757000', '155821.759000', '155821.762000', '155821.765000', '155821.768000', '155821.771000', '155821.774000', '155821.776000', '155821.779000', '155821.782000', '155821.784000', '155821.787000', '155821.789000', '155821.792000', '155821.795000', '155821.797000', '155821.800000', '155821.803000', '155821.805000', '155821.808000', '155841.697000', '155841.700000', '155841.702000', '155841.705000', '155841.707000', '155841.710000', '155841.712000', '155841.715000', '155841.718000', '155841.720000', '155841.723000', '155841.726000', '155841.728000', '155841.731000', '155841.733000', '155841.736000', '155841.739000', '155841.741000', '155841.744000', '155841.746000', '155841.749000', '155841.752000', '155841.754000', '155841.757000', '155841.760000', '155841.762000', '155841.765000', '155841.767000', '155841.770000', '155841.773000', '155841.775000', '155841.778000', '155841.780000', '155841.783000', '155841.785000', '155841.788000', '155841.791000', '155841.793000', '155841.796000', '155841.799000', '155841.801000', '155841.804000', '155841.806000', '155841.811000', '155901.696000', '155901.699000', '155901.701000', '155901.704000', '155901.707000', '155901.709000', '155901.712000', '155901.715000', '155901.717000', '155901.720000', '155901.722000', '155901.725000', '155901.728000', '155901.730000', '155901.733000', '155901.735000', '155901.738000', '155901.740000', '155901.743000', '155901.745000', '155901.748000', '155901.751000', '155901.753000', '155901.756000', '155901.758000', '155901.761000', '155901.764000', '155901.766000', '155901.769000', '155901.771000', '155901.774000', '155901.777000', '155901.779000', '155901.782000', '155901.784000', '155901.787000', '155901.790000', '155901.792000', '155901.795000', '155901.797000', '155901.800000', '155901.803000', '155901.805000', '155921.696000', '155921.699000', '155921.701000', '155921.704000', '155921.706000', '155921.709000', '155921.712000', '155921.714000', '155921.717000', '155921.719000', '155921.722000', '155921.725000', '155921.727000', '155921.730000', '155921.733000', '155921.735000', '155921.738000', '155921.740000', '155921.743000', '155921.745000', '155921.748000', '155921.751000', '155921.753000', '155921.756000', '155921.758000', '155921.761000', '155921.764000', '155921.766000', '155921.769000', '155921.771000', '155921.774000', '155921.777000', '155921.779000', '155921.782000', '155921.785000', '155921.787000', '155921.790000', '155921.792000', '155921.795000', '155921.798000', '155921.800000', '155921.803000', '155921.805000', '155921.808000', '155941.697000', '155941.699000', '155941.702000', '155941.705000', '155941.707000', '155941.710000', '155941.713000', '155941.715000', '155941.718000', '155941.720000', '155941.723000', '155941.726000', '155941.728000', '155941.731000', '155941.733000', '155941.736000', '155941.738000', '155941.741000', '155941.744000', '155941.746000', '155941.749000', '155941.752000', '155941.754000', '155941.757000', '155941.760000', '155941.762000', '155941.765000', '155941.767000', '155941.770000', '155941.773000', '155941.775000', '155941.778000', '155941.780000', '155941.783000', '155941.786000', '155941.788000', '155941.791000', '155941.793000', '155941.796000', '155941.799000', '155941.802000', '155941.805000', '155941.809000', '160001.697000', '160001.700000', '160001.702000', '160001.705000', '160001.707000', '160001.710000', '160001.713000', '160001.715000', '160001.718000', '160001.720000', '160001.723000', '160001.726000', '160001.728000', '160001.731000', '160001.733000', '160001.736000', '160001.738000', '160001.741000', '160001.744000', '160001.746000', '160001.749000', '160001.751000', '160001.754000', '160001.757000', '160001.759000', '160001.762000', '160001.764000', '160001.767000', '160001.770000', '160001.772000', '160001.775000', '160001.778000', '160001.780000', '160001.783000', '160001.786000', '160001.788000', '160001.791000', '160001.793000', '160001.796000', '160001.799000', '160001.801000', '160001.804000', '160001.806000', '160001.809000', '160021.697000', '160021.700000', '160021.702000', '160021.705000', '160021.708000', '160021.710000', '160021.713000', '160021.715000', '160021.718000', '160021.721000', '160021.723000', '160021.726000', '160021.728000', '160021.731000', '160021.734000', '160021.736000', '160021.739000', '160021.742000', '160021.744000', '160021.747000', '160021.749000', '160021.752000', '160021.754000', '160021.757000', '160021.760000', '160021.762000', '160021.765000', '160021.767000', '160021.770000', '160021.773000', '160021.775000', '160021.778000', '160021.780000', '160021.783000', '160021.786000', '160021.789000', '160021.791000', '160021.794000', '160021.796000', '160021.799000', '160021.802000', '160021.804000', '160021.807000', '160030.502000', '160030.505000', '160030.508000', '160030.511000', '160030.513000', '160030.516000', '160030.518000', '160030.521000', '160030.524000', '160030.526000', '160030.529000', '160030.531000', '160030.534000', '160030.536000', '160030.539000', '160030.542000', '160030.551000', '160030.554000', '160030.556000', '160030.559000'], 'InstanceCreationTime': ['155341.728000', '155341.731000', '155341.734000', '155341.737000', '155341.744000', '155341.747000', '155341.750000', '155341.753000', '155341.756000', '155341.759000', '155341.761000', '155341.764000', '155341.773000', '155341.776000', '155341.779000', '155341.782000', '155341.785000', '155341.787000', '155341.790000', '155341.793000', '155341.796000', '155341.798000', '155341.801000', '155341.804000', '155341.806000', '155341.809000', '155341.812000', '155341.815000', '155341.818000', '155341.820000', '155341.823000', '155341.825000', '155341.828000', '155341.831000', '155341.834000', '155341.837000', '155401.696000', '155401.699000', '155401.702000', '155401.705000', '155401.710000', '155401.713000', '155401.715000', '155401.718000', '155401.720000', '155401.723000', '155401.726000', '155401.728000', '155401.731000', '155401.733000', '155401.736000', '155401.738000', '155401.741000', '155401.743000', '155401.746000', '155401.749000', '155401.751000', '155401.754000', '155401.756000', '155401.759000', '155401.762000', '155401.764000', '155401.767000', '155401.769000', '155401.772000', '155401.774000', '155401.777000', '155401.780000', '155401.782000', '155401.785000', '155401.788000', '155401.791000', '155401.793000', '155401.796000', '155401.798000', '155401.801000', '155401.803000', '155401.806000', '155401.809000', '155401.811000', '155421.697000', '155421.700000', '155421.703000', '155421.711000', '155421.714000', '155421.716000', '155421.719000', '155421.721000', '155421.724000', '155421.727000', '155421.729000', '155421.732000', '155421.734000', '155421.737000', '155421.739000', '155421.742000', '155421.744000', '155421.747000', '155421.750000', '155421.752000', '155421.755000', '155421.758000', '155421.760000', '155421.763000', '155421.765000', '155421.768000', '155421.770000', '155421.773000', '155421.775000', '155421.778000', '155421.781000', '155421.783000', '155421.786000', '155421.788000', '155421.791000', '155421.794000', '155421.796000', '155421.799000', '155421.801000', '155421.804000', '155421.807000', '155421.809000', '155421.812000', '155421.814000', '155441.696000', '155441.699000', '155441.714000', '155441.717000', '155441.719000', '155441.722000', '155441.725000', '155441.727000', '155441.730000', '155441.732000', '155441.735000', '155441.737000', '155441.740000', '155441.742000', '155441.745000', '155441.748000', '155441.750000', '155441.753000', '155441.755000', '155441.758000', '155441.761000', '155441.763000', '155441.766000', '155441.768000', '155441.771000', '155441.773000', '155441.776000', '155441.778000', '155441.781000', '155441.784000', '155441.786000', '155441.789000', '155441.791000', '155441.794000', '155441.797000', '155441.799000', '155441.802000', '155441.804000', '155441.807000', '155441.810000', '155441.812000', '155441.815000', '155441.817000', '155501.696000', '155501.699000', '155501.702000', '155501.705000', '155501.707000', '155501.710000', '155501.712000', '155501.715000', '155501.717000', '155501.720000', '155501.723000', '155501.725000', '155501.728000', '155501.730000', '155501.733000', '155501.736000', '155501.738000', '155501.741000', '155501.743000', '155501.746000', '155501.749000', '155501.751000', '155501.754000', '155501.756000', '155501.759000', '155501.762000', '155501.764000', '155501.767000', '155501.769000', '155501.772000', '155501.775000', '155501.777000', '155501.780000', '155501.782000', '155501.785000', '155501.788000', '155501.790000', '155501.793000', '155501.795000', '155501.798000', '155501.845000', '155501.847000', '155501.850000', '155521.696000', '155521.699000', '155521.702000', '155521.705000', '155521.707000', '155521.710000', '155521.712000', '155521.715000', '155521.718000', '155521.720000', '155521.723000', '155521.726000', '155521.728000', '155521.731000', '155521.734000', '155521.736000', '155521.739000', '155521.742000', '155521.744000', '155521.747000', '155521.750000', '155521.752000', '155521.755000', '155521.758000', '155521.760000', '155521.763000', '155521.765000', '155521.768000', '155521.771000', '155521.773000', '155521.776000', '155521.778000', '155521.781000', '155521.784000', '155521.786000', '155521.789000', '155521.791000', '155521.794000', '155521.797000', '155521.799000', '155521.833000', '155521.835000', '155521.838000', '155521.841000', '155541.697000', '155541.699000', '155541.702000', '155541.705000', '155541.707000', '155541.710000', '155541.713000', '155541.715000', '155541.718000', '155541.720000', '155541.723000', '155541.726000', '155541.728000', '155541.731000', '155541.733000', '155541.736000', '155541.739000', '155541.741000', '155541.744000', '155541.747000', '155541.749000', '155541.752000', '155541.755000', '155541.757000', '155541.760000', '155541.762000', '155541.765000', '155541.768000', '155541.770000', '155541.773000', '155541.775000', '155541.778000', '155541.781000', '155541.783000', '155541.786000', '155541.788000', '155541.791000', '155541.793000', '155541.796000', '155541.799000', '155541.829000', '155541.832000', '155541.835000', '155541.837000', '155601.697000', '155601.699000', '155601.702000', '155601.705000', '155601.707000', '155601.710000', '155601.712000', '155601.715000', '155601.717000', '155601.720000', '155601.723000', '155601.725000', '155601.728000', '155601.730000', '155601.733000', '155601.736000', '155601.738000', '155601.741000', '155601.743000', '155601.746000', '155601.748000', '155601.751000', '155601.754000', '155601.756000', '155601.759000', '155601.762000', '155601.764000', '155601.767000', '155601.769000', '155601.772000', '155601.775000', '155601.777000', '155601.780000', '155601.782000', '155601.785000', '155601.787000', '155601.790000', '155601.793000', '155601.795000', '155601.798000', '155601.800000', '155601.815000', '155601.818000', '155621.696000', '155621.699000', '155621.702000', '155621.704000', '155621.707000', '155621.710000', '155621.713000', '155621.716000', '155621.719000', '155621.722000', '155621.724000', '155621.727000', '155621.730000', '155621.732000', '155621.735000', '155621.737000', '155621.740000', '155621.743000', '155621.745000', '155621.748000', '155621.750000', '155621.753000', '155621.755000', '155621.758000', '155621.761000', '155621.763000', '155621.766000', '155621.768000', '155621.771000', '155621.774000', '155621.776000', '155621.779000', '155621.781000', '155621.784000', '155621.787000', '155621.789000', '155621.792000', '155621.795000', '155621.797000', '155621.800000', '155621.802000', '155621.805000', '155621.808000', '155641.696000', '155641.698000', '155641.701000', '155641.704000', '155641.706000', '155641.709000', '155641.711000', '155641.714000', '155641.717000', '155641.719000', '155641.722000', '155641.724000', '155641.727000', '155641.730000', '155641.732000', '155641.735000', '155641.737000', '155641.740000', '155641.742000', '155641.745000', '155641.748000', '155641.750000', '155641.753000', '155641.755000', '155641.758000', '155641.760000', '155641.763000', '155641.766000', '155641.768000', '155641.771000', '155641.773000', '155641.776000', '155641.778000', '155641.781000', '155641.784000', '155641.786000', '155641.789000', '155641.791000', '155641.794000', '155641.796000', '155641.799000', '155641.802000', '155641.804000', '155641.807000', '155701.696000', '155701.699000', '155701.701000', '155701.704000', '155701.706000', '155701.709000', '155701.712000', '155701.714000', '155701.717000', '155701.719000', '155701.722000', '155701.725000', '155701.728000', '155701.731000', '155701.734000', '155701.738000', '155701.741000', '155701.744000', '155701.746000', '155701.749000', '155701.751000', '155701.754000', '155701.757000', '155701.759000', '155701.762000', '155701.765000', '155701.767000', '155701.770000', '155701.772000', '155701.775000', '155701.777000', '155701.780000', '155701.783000', '155701.785000', '155701.788000', '155701.790000', '155701.793000', '155701.796000', '155701.798000', '155701.801000', '155701.804000', '155701.806000', '155701.809000', '155721.697000', '155721.699000', '155721.702000', '155721.705000', '155721.707000', '155721.710000', '155721.712000', '155721.715000', '155721.717000', '155721.720000', '155721.723000', '155721.725000', '155721.728000', '155721.730000', '155721.733000', '155721.735000', '155721.738000', '155721.741000', '155721.743000', '155721.746000', '155721.748000', '155721.751000', '155721.753000', '155721.756000', '155721.759000', '155721.762000', '155721.764000', '155721.767000', '155721.769000', '155721.772000', '155721.774000', '155721.777000', '155721.779000', '155721.782000', '155721.785000', '155721.787000', '155721.790000', '155721.792000', '155721.795000', '155721.798000', '155721.800000', '155721.803000', '155721.805000', '155721.808000', '155741.697000', '155741.699000', '155741.702000', '155741.705000', '155741.707000', '155741.710000', '155741.712000', '155741.715000', '155741.717000', '155741.720000', '155741.723000', '155741.725000', '155741.728000', '155741.731000', '155741.733000', '155741.736000', '155741.738000', '155741.741000', '155741.743000', '155741.746000', '155741.749000', '155741.751000', '155741.754000', '155741.767000', '155741.770000', '155741.773000', '155741.775000', '155741.778000', '155741.780000', '155741.783000', '155741.785000', '155741.788000', '155741.791000', '155741.793000', '155741.796000', '155741.799000', '155741.801000', '155741.804000', '155741.806000', '155741.809000', '155741.812000', '155741.814000', '155741.817000', '155801.697000', '155801.700000', '155801.702000', '155801.705000', '155801.707000', '155801.710000', '155801.712000', '155801.715000', '155801.718000', '155801.720000', '155801.723000', '155801.726000', '155801.728000', '155801.731000', '155801.733000', '155801.736000', '155801.738000', '155801.741000', '155801.744000', '155801.746000', '155801.749000', '155801.751000', '155801.754000', '155801.757000', '155801.759000', '155801.762000', '155801.765000', '155801.767000', '155801.770000', '155801.772000', '155801.775000', '155801.777000', '155801.780000', '155801.783000', '155801.785000', '155801.788000', '155801.790000', '155801.793000', '155801.796000', '155801.798000', '155801.801000', '155801.803000', '155801.806000', '155801.809000', '155821.697000', '155821.699000', '155821.702000', '155821.705000', '155821.707000', '155821.710000', '155821.712000', '155821.715000', '155821.718000', '155821.720000', '155821.723000', '155821.725000', '155821.728000', '155821.730000', '155821.733000', '155821.736000', '155821.738000', '155821.741000', '155821.743000', '155821.746000', '155821.748000', '155821.751000', '155821.754000', '155821.757000', '155821.759000', '155821.762000', '155821.765000', '155821.768000', '155821.771000', '155821.774000', '155821.776000', '155821.779000', '155821.782000', '155821.784000', '155821.787000', '155821.789000', '155821.792000', '155821.795000', '155821.797000', '155821.800000', '155821.803000', '155821.805000', '155821.808000', '155841.697000', '155841.700000', '155841.702000', '155841.705000', '155841.707000', '155841.710000', '155841.712000', '155841.715000', '155841.718000', '155841.720000', '155841.723000', '155841.726000', '155841.728000', '155841.731000', '155841.733000', '155841.736000', '155841.739000', '155841.741000', '155841.744000', '155841.746000', '155841.749000', '155841.752000', '155841.754000', '155841.757000', '155841.760000', '155841.762000', '155841.765000', '155841.767000', '155841.770000', '155841.773000', '155841.775000', '155841.778000', '155841.780000', '155841.783000', '155841.785000', '155841.788000', '155841.791000', '155841.793000', '155841.796000', '155841.799000', '155841.801000', '155841.804000', '155841.806000', '155841.811000', '155901.696000', '155901.699000', '155901.701000', '155901.704000', '155901.707000', '155901.709000', '155901.712000', '155901.715000', '155901.717000', '155901.720000', '155901.722000', '155901.725000', '155901.728000', '155901.730000', '155901.733000', '155901.735000', '155901.738000', '155901.740000', '155901.743000', '155901.745000', '155901.748000', '155901.751000', '155901.753000', '155901.756000', '155901.758000', '155901.761000', '155901.764000', '155901.766000', '155901.769000', '155901.771000', '155901.774000', '155901.777000', '155901.779000', '155901.782000', '155901.784000', '155901.787000', '155901.790000', '155901.792000', '155901.795000', '155901.797000', '155901.800000', '155901.803000', '155901.805000', '155921.696000', '155921.699000', '155921.701000', '155921.704000', '155921.706000', '155921.709000', '155921.712000', '155921.714000', '155921.717000', '155921.719000', '155921.722000', '155921.725000', '155921.727000', '155921.730000', '155921.733000', '155921.735000', '155921.738000', '155921.740000', '155921.743000', '155921.745000', '155921.748000', '155921.751000', '155921.753000', '155921.756000', '155921.758000', '155921.761000', '155921.764000', '155921.766000', '155921.769000', '155921.771000', '155921.774000', '155921.777000', '155921.779000', '155921.782000', '155921.785000', '155921.787000', '155921.790000', '155921.792000', '155921.795000', '155921.798000', '155921.800000', '155921.803000', '155921.805000', '155921.808000', '155941.697000', '155941.699000', '155941.702000', '155941.705000', '155941.707000', '155941.710000', '155941.713000', '155941.715000', '155941.718000', '155941.720000', '155941.723000', '155941.726000', '155941.728000', '155941.731000', '155941.733000', '155941.736000', '155941.738000', '155941.741000', '155941.744000', '155941.746000', '155941.749000', '155941.752000', '155941.754000', '155941.757000', '155941.760000', '155941.762000', '155941.765000', '155941.767000', '155941.770000', '155941.773000', '155941.775000', '155941.778000', '155941.780000', '155941.783000', '155941.786000', '155941.788000', '155941.791000', '155941.793000', '155941.796000', '155941.799000', '155941.802000', '155941.805000', '155941.809000', '160001.697000', '160001.700000', '160001.702000', '160001.705000', '160001.707000', '160001.710000', '160001.713000', '160001.715000', '160001.718000', '160001.720000', '160001.723000', '160001.726000', '160001.728000', '160001.731000', '160001.733000', '160001.736000', '160001.738000', '160001.741000', '160001.744000', '160001.746000', '160001.749000', '160001.751000', '160001.754000', '160001.757000', '160001.759000', '160001.762000', '160001.764000', '160001.767000', '160001.770000', '160001.772000', '160001.775000', '160001.778000', '160001.780000', '160001.783000', '160001.786000', '160001.788000', '160001.791000', '160001.793000', '160001.796000', '160001.799000', '160001.801000', '160001.804000', '160001.806000', '160001.809000', '160021.697000', '160021.700000', '160021.702000', '160021.705000', '160021.708000', '160021.710000', '160021.713000', '160021.715000', '160021.718000', '160021.721000', '160021.723000', '160021.726000', '160021.728000', '160021.731000', '160021.734000', '160021.736000', '160021.739000', '160021.742000', '160021.744000', '160021.747000', '160021.749000', '160021.752000', '160021.754000', '160021.757000', '160021.760000', '160021.762000', '160021.765000', '160021.767000', '160021.770000', '160021.773000', '160021.775000', '160021.778000', '160021.780000', '160021.783000', '160021.786000', '160021.789000', '160021.791000', '160021.794000', '160021.796000', '160021.799000', '160021.802000', '160021.804000', '160021.807000', '160030.502000', '160030.505000', '160030.508000', '160030.511000', '160030.513000', '160030.516000', '160030.518000', '160030.521000', '160030.524000', '160030.526000', '160030.529000', '160030.531000', '160030.534000', '160030.536000', '160030.539000', '160030.542000', '160030.551000', '160030.554000', '160030.556000', '160030.559000'], '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': [12429, 8686, 11677, 9232, 14225, 8629, 12203, 8745, 11154, 8921, 14176, 8639, 15540, 9143, 14445, 8137, 7403, 8529, 9315, 8511, 9385, 8525, 10015, 8195, 9500, 13024, 8659, 11034, 9398, 13542, 9674, 14789, 9833, 13373, 9098, 8026, 8411, 8745, 8981, 9843, 9261, 9192, 9624, 9782, 9624, 9244, 9437, 9219, 8860, 9937, 8498, 9210, 8312, 9486, 12232, 9554, 7024, 10016, 8086, 9906, 9473, 10512, 7176, 10193, 6893, 10100, 9779, 9595, 9666, 9251, 9402, 9012, 9019, 7854, 10443, 9912, 10148, 10516, 10780, 7333, 10434, 6860, 10259, 7533, 10025, 11810, 11290, 15039, 10999, 12274, 10040, 11582, 10301, 8896, 7847, 8952, 10505, 9684, 9737, 10423, 10946, 8834, 10456, 9611, 12761, 10694, 10069, 10940, 10214, 8929, 8714, 9719, 9914, 9733, 9375, 9279, 8142, 8815, 9893, 9764, 9849, 9072, 10232, 7293, 9063, 9774, 9474, 9503, 9679, 9426, 8481, 11004, 7897, 9242, 9515, 9533, 10944, 8730, 10528, 7596, 9866, 9238, 9318, 13098, 11638, 13721, 10619, 15955, 10512, 11878, 11987, 12962, 10275, 10299, 9426, 8860, 11027, 10928, 12963, 10536, 10506, 8525, 10755, 8540, 13769, 9257, 14586, 10461, 14859, 9196, 9259, 8530, 9603, 9512, 8670, 7533, 8915, 10945, 8572, 9632, 9074, 10837, 8531, 8506, 7422, 8864, 7593, 8914, 6978, 9753, 7185, 9407, 7570, 9791, 9281, 9729, 10958, 10022, 11798, 9794, 11762, 8891, 16093, 10427, 11698, 11376, 8888, 10984, 9380, 9484, 9461, 9768, 8809, 8748, 10674, 10022, 10895, 9329, 9310, 8992, 9836, 7280, 8760, 9466, 9554, 10397, 9146, 10566, 7481, 8654, 9103, 9029, 10116, 9108, 9049, 9456, 10737, 8806, 7135, 9851, 6928, 10098, 9535, 10506, 12057, 11408, 10492, 9471, 13525, 8697, 9235, 12951, 8945, 12362, 9298, 9711, 7579, 8758, 10248, 8896, 11266, 9821, 8487, 7206, 8835, 7316, 9523, 7313, 9530, 10403, 9411, 10930, 10032, 8645, 7641, 8735, 10676, 8917, 11480, 8911, 8575, 10560, 9426, 9897, 8210, 8721, 7304, 8810, 9592, 8835, 10855, 7788, 8227, 9128, 8201, 9843, 7569, 11095, 6998, 10020, 7205, 9427, 7029, 9575, 6935, 9723, 7180, 9626, 10121, 8624, 11593, 9498, 10593, 7942, 9018, 13189, 8515, 12976, 8740, 9804, 10608, 10291, 11706, 8785, 11038, 8740, 11641, 9855, 12980, 8305, 8983, 9496, 8201, 11018, 8970, 8882, 7504, 8432, 10670, 8394, 10858, 6936, 8229, 9981, 8279, 10050, 8087, 8328, 7439, 7788, 9785, 8126, 9357, 7604, 8353, 6911, 11046, 6933, 8493, 7192, 8711, 10043, 9091, 9941, 7909, 11361, 7760, 8683, 11025, 8486, 9625, 8517, 10107, 7447, 8923, 9055, 7518, 9732, 7075, 9287, 7867, 9002, 9950, 7515, 9857, 8413, 10039, 6950, 8012, 6885, 7090, 9447, 10699, 12481, 11021, 10363, 9066, 10111, 15226, 13245, 12566, 13486, 14093, 10309, 9852, 9957, 9582, 16977, 14551, 13883, 11148, 12688, 11611, 8906, 12060, 8697, 17166, 11665, 11943, 8598, 10598, 10767, 9135, 11179, 9093, 10325, 8052, 9097, 9790, 8637, 10200, 8439, 9544, 9305, 10454, 8010, 8673, 8743, 8362, 9983, 8560, 10813, 7578, 8692, 7272, 9028, 8989, 9762, 8934, 9356, 8803, 6944, 10508, 7101, 9899, 7584, 9832, 8518, 8854, 9361, 8938, 9806, 7353, 9640, 7802, 9564, 11022, 9006, 10537, 9702, 9136, 8015, 9778, 10541, 8598, 10167, 8362, 9792, 7173, 9956, 7437, 10053, 7126, 10145, 6818, 9976, 9467, 9430, 10752, 9985, 11759, 8839, 12573, 8399, 9394, 12808, 8862, 13589, 9535, 8898, 12848, 8094, 11350, 7766, 8453, 8896, 9292, 9791, 8768, 9679, 6884, 8658, 7225, 8564, 9697, 8452, 10552, 9609, 8273, 6895, 8557, 9696, 8765, 10141, 8565, 9383, 9026, 8790, 8614, 9886, 8610, 10670, 9729, 10380, 10850, 13724, 10277, 9525, 8827, 8906, 13739, 8831, 12686, 10237, 9041, 13329, 8885, 10928, 7855, 9218, 7374, 8508, 9561, 8744, 9351, 7692, 8120, 10077, 8285, 10059, 7400, 8226, 7550, 8453, 7400, 8330, 9731, 7475, 10894, 8269, 8458, 9225, 9102, 9922, 8532, 10511, 7591, 7926, 7160, 8506, 10405, 7716, 11210, 7906, 8770, 9238, 8982, 10200, 6710, 10076, 6788, 9271, 8266, 9222, 12249, 8026, 9534, 6796, 9023, 8025, 9144, 10572, 8326, 11278, 7998, 8636, 7590, 9287, 8814, 8000, 9837, 7720, 11466, 7807, 8751, 8771, 8997, 11345, 7677, 11342, 7957, 8932, 11992, 8369, 10138, 8801, 10936, 7434, 9071, 7344, 9223, 9631, 8172, 11130, 7721, 8689, 8716, 9210, 9945, 7994, 9592, 7681, 11343, 7645, 8483, 8917, 8699, 11371, 8625, 9718, 6988, 9108, 7244, 8649, 7223, 7106, 7332, 7194, 9291, 7042, 9580, 8599, 7329, 13097, 6873, 9819, 7683, 11449, 10312, 11155, 11069, 9624, 9763, 8679, 8782, 8952, 12332, 11453, 11473, 8666, 7337, 8733, 8521, 8611, 9577, 11117, 9003, 9193, 8069, 11293, 8428, 7420, 8856, 9451, 11316, 9709, 8785, 8888, 8441, 9318, 8550, 9417, 9071, 9897, 10070, 8626, 9156, 9368, 8573, 9296, 8758, 10082, 10755, 8367, 9280, 8666, 6883, 9290, 8078, 6911, 12878, 9563, 7103, 8103, 8502, 9783, 9774, 10538, 9571, 9080, 13956, 9740, 13866, 10646, 10751, 8759, 9725, 16223, 10023, 9478, 9471, 9340, 8260, 11181, 12200, 11530, 10121, 8642, 12394, 10142, 13364, 10283, 13114, 10160, 10330, 8137, 8354, 9767, 10573, 8246, 9359, 8260, 9579, 9577, 9646, 9821, 9980, 9510, 9668, 8777, 8748, 8450, 7510, 8781, 9011, 9513, 7871, 9689, 9033, 9476, 8475, 8844, 8221, 11275, 9563, 11647, 10132, 8731, 8426, 9306, 9041, 10069, 10384, 11005, 11167, 10129, 9964, 9415, 9415, 10196, 9935, 10330, 13772, 9796, 9832, 10646, 8525, 10098, 8438, 13728, 10307, 16404, 10417, 13468, 8982, 13289, 9768, 12904, 10138, 10237, 10242, 13512, 9104, 13182, 9516, 9028, 9393, 9231, 9121, 10158, 10541, 9118, 9155, 8117, 11586, 9364, 9518, 9829, 8863, 8897, 8986, 7666, 10844, 6990, 9432, 7026, 9839, 10923, 10463, 9104, 9571, 6763, 10899, 7069, 10718, 8770, 11277, 10304, 12104, 9243, 10874, 9804, 10721, 11448, 14100, 12999, 13071, 11729, 10348, 10206, 10139, 11316, 9298, 11604, 8722, 9070, 8927, 9181, 8668, 12764, 8762, 11373, 8870, 11569, 8701, 13371, 9458, 13579, 10575, 13094, 9789, 13048, 9276, 9490, 9832, 8941, 9983, 9994, 9026, 9199, 8917, 8715, 9373, 9668, 10431, 9302, 9543, 9279, 9025, 9595, 8536, 13100, 9644, 13489, 10676, 13731, 10533, 8456, 8794, 9334, 8886, 12462, 9650, 12346, 10027, 11019], 'WindowCenter': [4547.0, 4470.0, 4494.0, 4460.0, 4495.0, 4421.0, 4459.0, 4406.0, 4435.0, 4416.0, 4466.0, 4406.0, 4476.0, 4430.0, 4478.0, 4394.0, 4387.0, 4405.0, 4413.0, 4404.0, 4415.0, 4406.0, 4439.0, 4408.0, 4429.0, 4468.0, 4419.0, 4437.0, 4418.0, 4468.0, 4429.0, 4477.0, 4439.0, 4481.0, 4430.0, 4423.0, 4422.0, 4421.0, 4432.0, 4444.0, 4443.0, 4432.0, 4443.0, 4455.0, 4442.0, 4445.0, 4443.0, 4444.0, 4431.0, 4443.0, 4419.0, 4444.0, 4435.0, 4457.0, 4486.0, 4457.0, 4416.0, 4481.0, 4451.0, 4481.0, 4457.0, 4468.0, 4407.0, 4482.0, 4420.0, 4482.0, 4469.0, 4471.0, 4471.0, 4460.0, 4447.0, 4447.0, 4447.0, 4426.0, 4467.0, 4469.0, 4482.0, 4481.0, 4490.0, 4429.0, 4479.0, 4419.0, 4481.0, 4429.0, 4471.0, 4489.0, 4481.0, 4535.0, 4482.0, 4477.0, 4457.0, 4478.0, 4454.0, 4434.0, 4412.0, 4434.0, 4466.0, 4469.0, 4457.0, 4466.0, 4462.0, 4433.0, 4453.0, 4456.0, 4485.0, 4478.0, 4469.0, 4479.0, 4468.0, 4448.0, 4450.0, 4445.0, 4457.0, 4445.0, 4434.0, 4446.0, 4415.0, 4434.0, 4442.0, 4443.0, 4442.0, 4432.0, 4443.0, 4401.0, 4433.0, 4442.0, 4455.0, 4455.0, 4468.0, 4445.0, 4446.0, 4476.0, 4436.0, 4457.0, 4481.0, 4472.0, 4492.0, 4461.0, 4491.0, 4441.0, 4471.0, 4459.0, 4459.0, 4498.0, 4478.0, 4496.0, 4467.0, 4504.0, 4454.0, 4463.0, 4463.0, 4472.0, 4453.0, 4441.0, 4430.0, 4419.0, 4451.0, 4450.0, 4469.0, 4439.0, 4438.0, 4408.0, 4436.0, 4406.0, 4466.0, 4418.0, 4466.0, 4437.0, 4478.0, 4428.0, 4414.0, 4405.0, 4415.0, 4414.0, 4407.0, 4400.0, 4420.0, 4436.0, 4408.0, 4429.0, 4431.0, 4449.0, 4419.0, 4419.0, 4399.0, 4429.0, 4411.0, 4444.0, 4415.0, 4456.0, 4417.0, 4457.0, 4428.0, 4466.0, 4459.0, 4459.0, 4479.0, 4468.0, 4489.0, 4469.0, 4464.0, 4434.0, 4491.0, 4442.0, 4463.0, 4462.0, 4420.0, 4437.0, 4419.0, 4427.0, 4428.0, 4442.0, 4418.0, 4420.0, 4438.0, 4440.0, 4449.0, 4430.0, 4429.0, 4432.0, 4453.0, 4390.0, 4421.0, 4431.0, 4441.0, 4439.0, 4431.0, 4440.0, 4389.0, 4421.0, 4418.0, 4431.0, 4452.0, 4447.0, 4446.0, 4468.0, 4474.0, 4446.0, 4404.0, 4457.0, 4416.0, 4469.0, 4459.0, 4480.0, 4489.0, 4491.0, 4480.0, 4457.0, 4484.0, 4421.0, 4434.0, 4472.0, 4433.0, 4461.0, 4431.0, 4431.0, 4388.0, 4408.0, 4427.0, 4419.0, 4462.0, 4453.0, 4433.0, 4403.0, 4433.0, 4401.0, 4442.0, 4401.0, 4443.0, 4453.0, 4445.0, 4465.0, 4456.0, 4435.0, 4414.0, 4435.0, 4452.0, 4433.0, 4463.0, 4433.0, 4424.0, 4451.0, 4433.0, 4442.0, 4411.0, 4422.0, 4389.0, 4433.0, 4431.0, 4432.0, 4452.0, 4413.0, 4424.0, 4432.0, 4424.0, 4442.0, 4413.0, 4463.0, 4405.0, 4468.0, 4430.0, 4472.0, 4432.0, 4484.0, 4435.0, 4473.0, 4421.0, 4472.0, 4480.0, 4463.0, 4491.0, 4461.0, 4483.0, 4427.0, 4449.0, 4486.0, 4436.0, 4486.0, 4436.0, 4457.0, 4455.0, 4456.0, 4463.0, 4424.0, 4452.0, 4423.0, 4463.0, 4443.0, 4473.0, 4412.0, 4422.0, 4429.0, 4409.0, 4438.0, 4419.0, 4420.0, 4388.0, 4409.0, 4437.0, 4398.0, 4437.0, 4376.0, 4408.0, 4426.0, 4408.0, 4428.0, 4398.0, 4409.0, 4400.0, 4414.0, 4442.0, 4423.0, 4431.0, 4414.0, 4423.0, 4405.0, 4476.0, 4418.0, 4449.0, 4418.0, 4449.0, 4468.0, 4449.0, 4457.0, 4427.0, 4477.0, 4416.0, 4449.0, 4466.0, 4449.0, 4458.0, 4448.0, 4468.0, 4416.0, 4447.0, 4434.0, 4415.0, 4456.0, 4406.0, 4447.0, 4425.0, 4447.0, 4456.0, 4428.0, 4470.0, 4463.0, 4480.0, 4419.0, 4437.0, 4430.0, 4428.0, 4482.0, 4491.0, 4514.0, 4492.0, 4483.0, 4460.0, 4480.0, 4506.0, 4499.0, 4487.0, 4486.0, 4495.0, 4453.0, 4442.0, 4440.0, 4443.0, 4491.0, 4481.0, 4468.0, 4448.0, 4457.0, 4434.0, 4405.0, 4443.0, 4395.0, 4474.0, 4434.0, 4444.0, 4406.0, 4423.0, 4421.0, 4402.0, 4421.0, 4391.0, 4410.0, 4380.0, 4390.0, 4401.0, 4390.0, 4409.0, 4392.0, 4401.0, 4412.0, 4424.0, 4383.0, 4406.0, 4403.0, 4395.0, 4424.0, 4407.0, 4448.0, 4398.0, 4420.0, 4400.0, 4444.0, 4432.0, 4453.0, 4432.0, 4442.0, 4432.0, 4404.0, 4464.0, 4403.0, 4456.0, 4425.0, 4468.0, 4461.0, 4472.0, 4460.0, 4459.0, 4469.0, 4418.0, 4469.0, 4427.0, 4469.0, 4478.0, 4460.0, 4481.0, 4470.0, 4459.0, 4427.0, 4458.0, 4465.0, 4435.0, 4455.0, 4424.0, 4456.0, 4418.0, 4469.0, 4430.0, 4470.0, 4419.0, 4482.0, 4421.0, 4482.0, 4460.0, 4461.0, 4480.0, 4470.0, 4478.0, 4449.0, 4487.0, 4424.0, 4435.0, 4473.0, 4435.0, 4484.0, 4443.0, 4433.0, 4471.0, 4411.0, 4451.0, 4401.0, 4424.0, 4433.0, 4433.0, 4440.0, 4422.0, 4443.0, 4390.0, 4434.0, 4401.0, 4423.0, 4444.0, 4449.0, 4466.0, 4445.0, 4424.0, 4403.0, 4435.0, 4442.0, 4433.0, 4452.0, 4434.0, 4445.0, 4446.0, 4436.0, 4448.0, 4467.0, 4448.0, 4466.0, 4457.0, 4454.0, 4466.0, 4496.0, 4455.0, 4444.0, 4421.0, 4421.0, 4458.0, 4408.0, 4459.0, 4440.0, 4419.0, 4456.0, 4407.0, 4425.0, 4384.0, 4404.0, 4361.0, 4394.0, 4413.0, 4394.0, 4405.0, 4374.0, 4395.0, 4413.0, 4395.0, 4425.0, 4387.0, 4407.0, 4397.0, 4410.0, 4400.0, 4422.0, 4441.0, 4403.0, 4463.0, 4423.0, 4435.0, 4444.0, 4446.0, 4456.0, 4447.0, 4467.0, 4415.0, 4426.0, 4403.0, 4435.0, 4454.0, 4425.0, 4477.0, 4427.0, 4448.0, 4447.0, 4446.0, 4455.0, 4396.0, 4456.0, 4396.0, 4459.0, 4437.0, 4458.0, 4487.0, 4440.0, 4460.0, 4407.0, 4447.0, 4425.0, 4447.0, 4465.0, 4437.0, 4491.0, 4439.0, 4438.0, 4416.0, 4447.0, 4435.0, 4427.0, 4456.0, 4428.0, 4489.0, 4429.0, 4450.0, 4448.0, 4460.0, 4475.0, 4427.0, 4477.0, 4425.0, 4447.0, 4475.0, 4437.0, 4455.0, 4436.0, 4466.0, 4416.0, 4445.0, 4403.0, 4445.0, 4444.0, 4435.0, 4476.0, 4427.0, 4437.0, 4435.0, 4447.0, 4455.0, 4427.0, 4444.0, 4414.0, 4465.0, 4416.0, 4448.0, 4435.0, 4436.0, 4448.0, 4453.0, 4444.0, 4393.0, 4433.0, 4416.0, 4423.0, 4415.0, 4419.0, 4430.0, 4433.0, 4484.0, 4444.0, 4471.0, 4488.0, 4457.0, 4524.0, 4423.0, 4469.0, 4428.0, 4490.0, 4465.0, 4478.0, 4465.0, 4446.0, 4443.0, 4424.0, 4422.0, 4433.0, 4459.0, 4450.0, 4448.0, 4409.0, 4387.0, 4408.0, 4406.0, 4403.0, 4416.0, 4447.0, 4420.0, 4428.0, 4411.0, 4448.0, 4408.0, 4399.0, 4429.0, 4430.0, 4462.0, 4442.0, 4421.0, 4430.0, 4410.0, 4429.0, 4419.0, 4431.0, 4419.0, 4440.0, 4440.0, 4420.0, 4429.0, 4430.0, 4408.0, 4430.0, 4420.0, 4453.0, 4453.0, 4437.0, 4442.0, 4432.0, 4403.0, 4442.0, 4425.0, 4417.0, 4496.0, 4457.0, 4418.0, 4439.0, 4451.0, 4467.0, 4469.0, 4480.0, 4460.0, 4460.0, 4510.0, 4460.0, 4496.0, 4468.0, 4465.0, 4437.0, 4444.0, 4515.0, 4458.0, 4456.0, 4446.0, 4445.0, 4426.0, 4465.0, 4474.0, 4476.0, 4455.0, 4434.0, 4473.0, 4454.0, 4482.0, 4454.0, 4484.0, 4455.0, 4453.0, 4413.0, 4425.0, 4455.0, 4453.0, 4412.0, 4433.0, 4422.0, 4442.0, 4443.0, 4446.0, 4455.0, 4454.0, 4442.0, 4444.0, 4421.0, 4419.0, 4411.0, 4400.0, 4423.0, 4420.0, 4431.0, 4411.0, 4456.0, 4445.0, 4456.0, 4436.0, 4446.0, 4437.0, 4476.0, 4471.0, 4488.0, 4470.0, 4448.0, 4439.0, 4459.0, 4447.0, 4469.0, 4468.0, 4468.0, 4467.0, 4467.0, 4455.0, 4447.0, 4444.0, 4466.0, 4455.0, 4454.0, 4481.0, 4444.0, 4442.0, 4441.0, 4421.0, 4438.0, 4410.0, 4470.0, 4441.0, 4489.0, 4440.0, 4466.0, 4418.0, 4467.0, 4428.0, 4458.0, 4440.0, 4439.0, 4441.0, 4467.0, 4429.0, 4467.0, 4429.0, 4420.0, 4430.0, 4420.0, 4431.0, 4439.0, 4439.0, 4419.0, 4418.0, 4398.0, 4446.0, 4416.0, 4427.0, 4439.0, 4417.0, 4430.0, 4418.0, 4398.0, 4449.0, 4390.0, 4442.0, 4405.0, 4481.0, 4487.0, 4477.0, 4444.0, 4454.0, 4421.0, 4490.0, 4420.0, 4478.0, 4459.0, 4489.0, 4482.0, 4501.0, 4472.0, 4479.0, 4469.0, 4467.0, 4477.0, 4497.0, 4484.0, 4474.0, 4473.0, 4441.0, 4440.0, 4439.0, 4448.0, 4418.0, 4447.0, 4408.0, 4416.0, 4416.0, 4415.0, 4407.0, 4455.0, 4406.0, 4446.0, 4415.0, 4445.0, 4405.0, 4452.0, 4426.0, 4454.0, 4436.0, 4454.0, 4426.0, 4454.0, 4414.0, 4425.0, 4427.0, 4405.0, 4426.0, 4424.0, 4415.0, 4414.0, 4406.0, 4406.0, 4416.0, 4414.0, 4435.0, 4404.0, 4414.0, 4414.0, 4417.0, 4413.0, 4407.0, 4465.0, 4428.0, 4467.0, 4450.0, 4478.0, 4450.0, 4409.0, 4420.0, 4427.0, 4419.0, 4458.0, 4429.0, 4459.0, 4440.0, 4450.0], 'WindowWidth': [9994.0, 9870.0, 9885.0, 9828.0, 9863.0, 9759.0, 9803.0, 9728.0, 9763.0, 9739.0, 9803.0, 9725.0, 9819.0, 9764.0, 9828.0, 9710.0, 9702.0, 9722.0, 9730.0, 9721.0, 9738.0, 9727.0, 9774.0, 9732.0, 9762.0, 9813.0, 9750.0, 9770.0, 9745.0, 9809.0, 9762.0, 9823.0, 9777.0, 9833.0, 9766.0, 9761.0, 9759.0, 9756.0, 9771.0, 9788.0, 9788.0, 9772.0, 9787.0, 9807.0, 9784.0, 9796.0, 9789.0, 9788.0, 9768.0, 9784.0, 9751.0, 9793.0, 9781.0, 9815.0, 9849.0, 9813.0, 9758.0, 9855.0, 9817.0, 9851.0, 9814.0, 9830.0, 9746.0, 9857.0, 9770.0, 9856.0, 9834.0, 9839.0, 9840.0, 9821.0, 9798.0, 9798.0, 9801.0, 9770.0, 9827.0, 9836.0, 9857.0, 9854.0, 9865.0, 9782.0, 9849.0, 9767.0, 9855.0, 9781.0, 9838.0, 9859.0, 9852.0, 9932.0, 9855.0, 9839.0, 9813.0, 9843.0, 9802.0, 9775.0, 9744.0, 9777.0, 9823.0, 9834.0, 9814.0, 9822.0, 9811.0, 9774.0, 9800.0, 9810.0, 9848.0, 9845.0, 9834.0, 9846.0, 9829.0, 9803.0, 9808.0, 9794.0, 9811.0, 9792.0, 9775.0, 9795.0, 9752.0, 9775.0, 9784.0, 9784.0, 9783.0, 9771.0, 9786.0, 9726.0, 9773.0, 9786.0, 9808.0, 9809.0, 9830.0, 9795.0, 9800.0, 9838.0, 9787.0, 9815.0, 9855.0, 9843.0, 9871.0, 9829.0, 9868.0, 9801.0, 9841.0, 9819.0, 9821.0, 9869.0, 9842.0, 9863.0, 9825.0, 9870.0, 9804.0, 9815.0, 9814.0, 9823.0, 9801.0, 9781.0, 9764.0, 9747.0, 9795.0, 9792.0, 9815.0, 9776.0, 9772.0, 9731.0, 9764.0, 9726.0, 9805.0, 9745.0, 9807.0, 9769.0, 9825.0, 9760.0, 9734.0, 9724.0, 9735.0, 9733.0, 9728.0, 9727.0, 9753.0, 9767.0, 9731.0, 9762.0, 9769.0, 9791.0, 9750.0, 9751.0, 9723.0, 9764.0, 9744.0, 9792.0, 9756.0, 9812.0, 9765.0, 9817.0, 9779.0, 9826.0, 9822.0, 9822.0, 9846.0, 9832.0, 9860.0, 9835.0, 9817.0, 9775.0, 9845.0, 9781.0, 9813.0, 9809.0, 9750.0, 9768.0, 9746.0, 9756.0, 9758.0, 9785.0, 9746.0, 9750.0, 9773.0, 9779.0, 9788.0, 9764.0, 9762.0, 9770.0, 9802.0, 9711.0, 9756.0, 9767.0, 9781.0, 9775.0, 9766.0, 9778.0, 9710.0, 9754.0, 9746.0, 9767.0, 9798.0, 9803.0, 9800.0, 9833.0, 9835.0, 9799.0, 9740.0, 9813.0, 9759.0, 9833.0, 9820.0, 9850.0, 9861.0, 9865.0, 9853.0, 9813.0, 9845.0, 9754.0, 9775.0, 9824.0, 9774.0, 9808.0, 9767.0, 9768.0, 9704.0, 9733.0, 9753.0, 9749.0, 9810.0, 9804.0, 9775.0, 9735.0, 9776.0, 9731.0, 9786.0, 9729.0, 9789.0, 9802.0, 9793.0, 9823.0, 9812.0, 9782.0, 9750.0, 9781.0, 9798.0, 9772.0, 9813.0, 9775.0, 9763.0, 9795.0, 9772.0, 9785.0, 9741.0, 9756.0, 9709.0, 9776.0, 9769.0, 9773.0, 9799.0, 9748.0, 9763.0, 9771.0, 9763.0, 9784.0, 9748.0, 9813.0, 9741.0, 9831.0, 9786.0, 9844.0, 9792.0, 9866.0, 9802.0, 9848.0, 9774.0, 9844.0, 9851.0, 9833.0, 9867.0, 9824.0, 9859.0, 9776.0, 9805.0, 9849.0, 9783.0, 9849.0, 9783.0, 9812.0, 9806.0, 9809.0, 9816.0, 9763.0, 9797.0, 9761.0, 9816.0, 9787.0, 9828.0, 9744.0, 9759.0, 9760.0, 9735.0, 9771.0, 9747.0, 9753.0, 9707.0, 9734.0, 9769.0, 9717.0, 9769.0, 9686.0, 9731.0, 9752.0, 9731.0, 9758.0, 9720.0, 9736.0, 9728.0, 9754.0, 9785.0, 9762.0, 9770.0, 9752.0, 9763.0, 9742.0, 9839.0, 9765.0, 9808.0, 9764.0, 9809.0, 9831.0, 9807.0, 9814.0, 9775.0, 9842.0, 9758.0, 9806.0, 9825.0, 9806.0, 9817.0, 9804.0, 9830.0, 9757.0, 9800.0, 9779.0, 9755.0, 9810.0, 9743.0, 9800.0, 9766.0, 9799.0, 9814.0, 9781.0, 9839.0, 9837.0, 9853.0, 9772.0, 9792.0, 9785.0, 9783.0, 9859.0, 9870.0, 9905.0, 9872.0, 9861.0, 9826.0, 9850.0, 9880.0, 9873.0, 9856.0, 9849.0, 9861.0, 9802.0, 9787.0, 9780.0, 9787.0, 9848.0, 9833.0, 9815.0, 9786.0, 9797.0, 9760.0, 9721.0, 9769.0, 9709.0, 9813.0, 9759.0, 9774.0, 9726.0, 9744.0, 9736.0, 9715.0, 9738.0, 9697.0, 9720.0, 9682.0, 9694.0, 9709.0, 9695.0, 9717.0, 9700.0, 9712.0, 9729.0, 9746.0, 9692.0, 9725.0, 9717.0, 9711.0, 9748.0, 9729.0, 9787.0, 9721.0, 9753.0, 9726.0, 9791.0, 9773.0, 9802.0, 9773.0, 9786.0, 9771.0, 9739.0, 9818.0, 9736.0, 9810.0, 9767.0, 9832.0, 9829.0, 9846.0, 9824.0, 9822.0, 9834.0, 9765.0, 9835.0, 9776.0, 9834.0, 9843.0, 9825.0, 9853.0, 9837.0, 9818.0, 9772.0, 9816.0, 9820.0, 9779.0, 9807.0, 9765.0, 9811.0, 9765.0, 9835.0, 9786.0, 9837.0, 9769.0, 9857.0, 9775.0, 9859.0, 9822.0, 9825.0, 9851.0, 9836.0, 9843.0, 9805.0, 9855.0, 9763.0, 9780.0, 9826.0, 9779.0, 9844.0, 9787.0, 9774.0, 9820.0, 9741.0, 9793.0, 9728.0, 9764.0, 9774.0, 9773.0, 9779.0, 9758.0, 9787.0, 9714.0, 9776.0, 9730.0, 9762.0, 9793.0, 9809.0, 9825.0, 9793.0, 9765.0, 9735.0, 9779.0, 9785.0, 9773.0, 9799.0, 9779.0, 9795.0, 9799.0, 9783.0, 9805.0, 9829.0, 9805.0, 9824.0, 9815.0, 9806.0, 9824.0, 9864.0, 9805.0, 9792.0, 9755.0, 9754.0, 9799.0, 9731.0, 9801.0, 9777.0, 9749.0, 9792.0, 9728.0, 9749.0, 9691.0, 9718.0, 9657.0, 9705.0, 9730.0, 9704.0, 9722.0, 9679.0, 9709.0, 9730.0, 9709.0, 9751.0, 9702.0, 9731.0, 9718.0, 9738.0, 9726.0, 9759.0, 9783.0, 9736.0, 9816.0, 9762.0, 9783.0, 9792.0, 9799.0, 9810.0, 9802.0, 9827.0, 9755.0, 9771.0, 9737.0, 9781.0, 9804.0, 9769.0, 9840.0, 9776.0, 9805.0, 9800.0, 9800.0, 9809.0, 9731.0, 9811.0, 9733.0, 9819.0, 9788.0, 9817.0, 9855.0, 9797.0, 9825.0, 9749.0, 9800.0, 9767.0, 9799.0, 9821.0, 9790.0, 9867.0, 9795.0, 9790.0, 9758.0, 9800.0, 9781.0, 9773.0, 9811.0, 9777.0, 9862.0, 9781.0, 9809.0, 9804.0, 9822.0, 9837.0, 9774.0, 9839.0, 9767.0, 9799.0, 9834.0, 9787.0, 9808.0, 9782.0, 9823.0, 9758.0, 9796.0, 9736.0, 9796.0, 9794.0, 9782.0, 9837.0, 9775.0, 9788.0, 9782.0, 9800.0, 9809.0, 9773.0, 9790.0, 9751.0, 9822.0, 9757.0, 9803.0, 9781.0, 9783.0, 9784.0, 9822.0, 9793.0, 9721.0, 9775.0, 9758.0, 9763.0, 9757.0, 9770.0, 9785.0, 9797.0, 9870.0, 9814.0, 9845.0, 9881.0, 9837.0, 9920.0, 9783.0, 9837.0, 9779.0, 9867.0, 9826.0, 9845.0, 9822.0, 9796.0, 9787.0, 9762.0, 9760.0, 9775.0, 9805.0, 9793.0, 9785.0, 9734.0, 9701.0, 9731.0, 9725.0, 9721.0, 9741.0, 9785.0, 9751.0, 9760.0, 9742.0, 9786.0, 9734.0, 9725.0, 9766.0, 9767.0, 9812.0, 9785.0, 9756.0, 9767.0, 9738.0, 9763.0, 9748.0, 9767.0, 9751.0, 9781.0, 9779.0, 9755.0, 9762.0, 9764.0, 9733.0, 9766.0, 9749.0, 9799.0, 9803.0, 9787.0, 9788.0, 9775.0, 9736.0, 9787.0, 9771.0, 9763.0, 9866.0, 9818.0, 9765.0, 9794.0, 9811.0, 9828.0, 9833.0, 9846.0, 9820.0, 9825.0, 9889.0, 9822.0, 9863.0, 9826.0, 9821.0, 9784.0, 9792.0, 9889.0, 9816.0, 9810.0, 9796.0, 9792.0, 9768.0, 9818.0, 9834.0, 9833.0, 9805.0, 9776.0, 9825.0, 9801.0, 9834.0, 9801.0, 9841.0, 9806.0, 9800.0, 9747.0, 9765.0, 9806.0, 9797.0, 9741.0, 9773.0, 9758.0, 9786.0, 9786.0, 9794.0, 9808.0, 9804.0, 9785.0, 9787.0, 9755.0, 9748.0, 9741.0, 9724.0, 9758.0, 9750.0, 9765.0, 9742.0, 9809.0, 9793.0, 9811.0, 9784.0, 9798.0, 9787.0, 9838.0, 9838.0, 9858.0, 9835.0, 9803.0, 9794.0, 9819.0, 9801.0, 9834.0, 9830.0, 9830.0, 9826.0, 9827.0, 9808.0, 9798.0, 9791.0, 9824.0, 9807.0, 9803.0, 9835.0, 9788.0, 9784.0, 9778.0, 9752.0, 9771.0, 9737.0, 9815.0, 9777.0, 9839.0, 9776.0, 9807.0, 9745.0, 9806.0, 9759.0, 9798.0, 9779.0, 9775.0, 9779.0, 9811.0, 9764.0, 9809.0, 9761.0, 9751.0, 9762.0, 9749.0, 9767.0, 9774.0, 9774.0, 9748.0, 9743.0, 9718.0, 9778.0, 9738.0, 9753.0, 9774.0, 9742.0, 9766.0, 9746.0, 9720.0, 9788.0, 9713.0, 9784.0, 9741.0, 9856.0, 9857.0, 9843.0, 9792.0, 9806.0, 9775.0, 9864.0, 9771.0, 9846.0, 9825.0, 9864.0, 9856.0, 9882.0, 9846.0, 9848.0, 9832.0, 9828.0, 9841.0, 9867.0, 9844.0, 9832.0, 9827.0, 9782.0, 9776.0, 9776.0, 9786.0, 9747.0, 9781.0, 9733.0, 9741.0, 9739.0, 9736.0, 9728.0, 9790.0, 9729.0, 9781.0, 9737.0, 9775.0, 9722.0, 9783.0, 9754.0, 9788.0, 9765.0, 9787.0, 9752.0, 9785.0, 9732.0, 9752.0, 9755.0, 9723.0, 9753.0, 9747.0, 9737.0, 9732.0, 9724.0, 9728.0, 9738.0, 9732.0, 9761.0, 9719.0, 9734.0, 9732.0, 9742.0, 9732.0, 9729.0, 9803.0, 9759.0, 9810.0, 9793.0, 9828.0, 9792.0, 9738.0, 9752.0, 9757.0, 9748.0, 9798.0, 9764.0, 9801.0, 9778.0, 9791.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.0018772186147186147</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.034624770562770565</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.862246380227624</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.210246968634886</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9868755149512471</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.488</td></tr>
|
|
<tr><td colspan=3>fber</td><td>3380.3325</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.11846762936542005</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>83</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>8.982683982683982</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5893628649589844</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5856053019907295</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.630746300914484</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.5517369919717403</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0174534</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>0.006534649524837732</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.011980028823018074</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>3.931109769036228</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>29.8398</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>64.1643</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>218.3823</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>66.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>299659.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>1011.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>436.2515</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.4742</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>621.5375</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3635.0199</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3813.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>76885.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1302.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4814.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>969.9488</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>31.794862392009236</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> |