=== 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-0046 --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-0046",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
111 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
111 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-0046_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-0046_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-0046_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-0046/figures/sub-0046_ses-04_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0046/figures/sub-0046_ses-04_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0046/figures/sub-0046_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-0046_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-0046/figures/sub-0046_ses-04_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0046/figures/sub-0046_ses-04_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0046/figures/sub-0046_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-0046_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-0046/figures/sub-0046_ses-04_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0046/figures/sub-0046_ses-04_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0046/figures/sub-0046_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-0046_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-0046/figures/sub-0046_ses-04_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0046/figures/sub-0046_ses-04_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0046/figures/sub-0046_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-0046_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-0046/figures/sub-0046_ses-04_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0046/figures/sub-0046_ses-04_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0046/figures/sub-0046_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-0046_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-0046/figures/sub-0046_ses-04_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0046/figures/sub-0046_ses-04_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0046/figures/sub-0046_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-0046_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-0046/figures/sub-0046_ses-04_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0046/figures/sub-0046_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-0046/figures/sub-0046_ses-04_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0046/figures/sub-0046_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-0046/ses-04/func/sub-0046_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>92821085ce372885648c71f0d51b7a3c</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>17:07:31.585000</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.998484, -0.0484906, -0.0260561, 0.0498821, 0.9972, 0.0557143]</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.113231</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>[4131, -7757, -7277, 551, -81, -41, -26, 81]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>261.932</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>9846c548-6204-42d1-93c4-0bc4ddc09b21||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.678858757019043, 0.13383008539676666, -0.06286010891199112, 108.96863555908203], [0.1300966441631317, 2.675414562225342, 0.15370972454547882, -104.6334457397461], [-0.06990659981966019, -0.14947731792926788, 2.694888114929199, -61.196720123291016], [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': ['170731.585000', '170732.045000', '170732.505000', '170732.965000', '170733.425000', '170733.885000', '170734.345000', '170734.805000', '170735.265000', '170735.725000', '170736.185000', '170736.645000', '170737.105000', '170737.565000', '170738.025000', '170738.485000', '170738.945000', '170739.405000', '170739.865000', '170740.325000', '170740.785000', '170741.245000', '170741.705000', '170742.165000', '170742.625000', '170743.085000', '170743.545000', '170744.005000', '170744.465000', '170744.925000', '170745.385000', '170745.845000', '170746.305000', '170746.765000', '170747.225000', '170747.685000', '170748.145000', '170748.605000', '170749.065000', '170749.525000', '170749.985000', '170750.445000', '170750.905000', '170751.365000', '170751.825000', '170752.285000', '170752.745000', '170753.205000', '170753.665000', '170754.125000', '170754.585000', '170755.045000', '170755.505000', '170755.965000', '170756.425000', '170756.885000', '170757.345000', '170757.805000', '170758.265000', '170758.725000', '170759.185000', '170759.645000', '170800.105000', '170800.565000', '170801.025000', '170801.485000', '170801.945000', '170802.405000', '170802.865000', '170803.325000', '170803.785000', '170804.245000', '170804.705000', '170805.165000', '170805.625000', '170806.085000', '170806.545000', '170807.005000', '170807.465000', '170807.925000', '170808.385000', '170808.845000', '170809.305000', '170809.765000', '170810.225000', '170810.685000', '170811.145000', '170811.605000', '170812.065000', '170812.525000', '170812.985000', '170813.445000', '170813.905000', '170814.365000', '170814.825000', '170815.285000', '170815.745000', '170816.205000', '170816.665000', '170817.125000', '170817.585000', '170818.045000', '170818.505000', '170818.965000', '170819.425000', '170819.885000', '170820.345000', '170820.805000', '170821.265000', '170821.725000', '170822.185000', '170822.645000', '170823.105000', '170823.565000', '170824.025000', '170824.485000', '170824.945000', '170825.405000', '170825.865000', '170826.325000', '170826.785000', '170827.245000', '170827.705000', '170828.165000', '170828.625000', '170829.085000', '170829.545000', '170830.005000', '170830.465000', '170830.925000', '170831.385000', '170831.845000', '170832.305000', '170832.765000', '170833.225000', '170833.685000', '170834.145000', '170834.605000', '170835.065000', '170835.525000', '170835.985000', '170836.445000', '170836.905000', '170837.365000', '170837.825000', '170838.285000', '170838.745000', '170839.205000', '170839.665000', '170840.125000', '170840.585000', '170841.045000', '170841.505000', '170841.965000', '170842.425000', '170842.885000', '170843.345000', '170843.805000', '170844.265000', '170844.725000', '170845.185000', '170845.645000', '170846.105000', '170846.565000', '170847.025000', '170847.485000', '170847.945000', '170848.405000', '170848.865000', '170849.325000', '170849.785000', '170850.245000', '170850.705000', '170851.165000', '170851.625000', '170852.085000', '170852.545000', '170853.005000', '170853.465000', '170853.925000', '170854.385000', '170854.845000', '170855.305000', '170855.765000', '170856.225000', '170856.685000', '170857.145000', '170857.605000', '170858.065000', '170858.525000', '170858.985000', '170859.445000', '170859.905000', '170900.365000', '170900.825000', '170901.285000', '170901.745000', '170902.205000', '170902.665000', '170903.125000', '170903.585000', '170904.045000', '170904.505000', '170904.965000', '170905.425000', '170905.885000', '170906.345000', '170906.805000', '170907.265000', '170907.725000', '170908.185000', '170908.645000', '170909.105000', '170909.565000', '170910.025000', '170910.485000', '170910.945000', '170911.405000', '170911.865000', '170912.325000', '170912.785000', '170913.245000', '170913.705000', '170914.165000', '170914.625000', '170915.085000', '170915.545000', '170916.005000', '170916.465000', '170916.925000', '170917.385000', '170917.845000', '170918.305000', '170918.765000', '170919.225000', '170919.685000', '170920.145000', '170920.605000', '170921.065000', '170921.525000', '170921.985000', '170922.445000', '170922.905000', '170923.365000', '170923.825000', '170924.285000', '170924.745000', '170925.205000', '170925.665000', '170926.125000', '170926.585000', '170927.045000', '170927.505000', '170927.965000', '170928.425000', '170928.885000', '170929.345000', '170929.805000', '170930.265000', '170930.725000', '170931.185000', '170931.645000', '170932.105000', '170932.565000', '170933.025000', '170933.485000', '170933.945000', '170934.405000', '170934.865000', '170935.325000', '170935.785000', '170936.245000', '170936.705000', '170937.165000', '170937.625000', '170938.085000', '170938.545000', '170939.005000', '170939.465000', '170939.925000', '170940.385000', '170940.845000', '170941.305000', '170941.765000', '170942.225000', '170942.685000', '170943.145000', '170943.605000', '170944.065000', '170944.525000', '170944.985000', '170945.445000', '170945.905000', '170946.365000', '170946.825000', '170947.285000', '170947.745000', '170948.205000', '170948.665000', '170949.125000', '170949.585000', '170950.045000', '170950.505000', '170950.965000', '170951.425000', '170951.885000', '170952.345000', '170952.805000', '170953.265000', '170953.725000', '170954.185000', '170954.645000', '170955.105000', '170955.565000', '170956.025000', '170956.485000', '170956.945000', '170957.405000', '170957.865000', '170958.325000', '170958.785000', '170959.245000', '170959.705000', '171000.165000', '171000.625000', '171001.085000', '171001.545000', '171002.005000', '171002.465000', '171002.925000', '171003.385000', '171003.845000', '171004.305000', '171004.765000', '171005.225000', '171005.685000', '171006.145000', '171006.605000', '171007.065000', '171007.525000', '171007.985000', '171008.445000', '171008.905000', '171009.365000', '171009.825000', '171010.285000', '171010.745000', '171011.205000', '171011.665000', '171012.125000', '171012.585000', '171013.045000', '171013.505000', '171013.965000', '171014.425000', '171014.885000', '171015.345000', '171015.805000', '171016.265000', '171016.725000', '171017.185000', '171017.645000', '171018.105000', '171018.565000', '171019.025000', '171019.485000', '171019.945000', '171020.405000', '171020.865000', '171021.325000', '171021.785000', '171022.245000', '171022.705000', '171023.165000', '171023.625000', '171024.085000', '171024.545000', '171025.005000', '171025.465000', '171025.925000', '171026.385000', '171026.845000', '171027.305000', '171027.765000', '171028.225000', '171028.685000', '171029.145000', '171029.605000', '171030.065000', '171030.525000', '171030.985000', '171031.445000', '171031.905000', '171032.365000', '171032.825000', '171033.285000', '171033.745000', '171034.205000', '171034.665000', '171035.125000', '171035.585000', '171036.045000', '171036.505000', '171036.965000', '171037.425000', '171037.885000', '171038.345000', '171038.805000', '171039.265000', '171039.725000', '171040.185000', '171040.645000', '171041.105000', '171041.565000', '171042.025000', '171042.485000', '171042.945000', '171043.405000', '171043.865000', '171044.325000', '171044.785000', '171045.245000', '171045.705000', '171046.165000', '171046.625000', '171047.085000', '171047.545000', '171048.005000', '171048.465000', '171048.925000', '171049.385000', '171049.845000', '171050.305000', '171050.765000', '171051.225000', '171051.685000', '171052.145000', '171052.605000', '171053.065000', '171053.525000', '171053.985000', '171054.445000', '171054.905000', '171055.365000', '171055.825000', '171056.285000', '171056.745000', '171057.205000', '171057.665000', '171058.125000', '171058.585000', '171059.045000', '171059.505000', '171059.965000', '171100.425000', '171100.885000', '171101.345000', '171101.805000', '171102.265000', '171102.725000', '171103.185000', '171103.645000', '171104.105000', '171104.565000', '171105.025000', '171105.485000', '171105.945000', '171106.405000', '171106.865000', '171107.325000', '171107.785000', '171108.245000', '171108.705000', '171109.165000', '171109.625000', '171110.085000', '171110.545000', '171111.005000', '171111.465000', '171111.925000', '171112.385000', '171112.845000', '171113.305000', '171113.765000', '171114.225000', '171114.685000', '171115.145000', '171115.605000', '171116.065000', '171116.525000', '171116.985000', '171117.445000', '171117.905000', '171118.365000', '171118.825000', '171119.285000', '171119.745000', '171120.205000', '171120.665000', '171121.125000', '171121.585000', '171122.045000', '171122.505000', '171122.965000', '171123.425000', '171123.885000', '171124.345000', '171124.805000', '171125.265000', '171125.725000', '171126.185000', '171126.645000', '171127.105000', '171127.565000', '171128.025000', '171128.485000', '171128.945000', '171129.405000', '171129.865000', '171130.325000', '171130.785000', '171131.245000', '171131.705000', '171132.165000', '171132.625000', '171133.085000', '171133.545000', '171134.005000', '171134.465000', '171134.925000', '171135.385000', '171135.845000', '171136.305000', '171136.765000', '171137.225000', '171137.685000', '171138.145000', '171138.605000', '171139.065000', '171139.525000', '171139.985000', '171140.445000', '171140.905000', '171141.365000', '171141.825000', '171142.285000', '171142.745000', '171143.205000', '171143.665000', '171144.125000', '171144.585000', '171145.045000', '171145.505000', '171145.965000', '171146.425000', '171146.885000', '171147.345000', '171147.805000', '171148.265000', '171148.725000', '171149.185000', '171149.645000', '171150.105000', '171150.565000', '171151.025000', '171151.485000', '171151.945000', '171152.405000', '171152.865000', '171153.325000', '171153.785000', '171154.245000', '171154.705000', '171155.165000', '171155.625000', '171156.085000', '171156.545000', '171157.005000', '171157.465000', '171157.925000', '171158.385000', '171158.845000', '171159.305000', '171159.765000', '171200.225000', '171200.685000', '171201.145000', '171201.605000', '171202.065000', '171202.525000', '171202.985000', '171203.445000', '171203.905000', '171204.365000', '171204.825000', '171205.285000', '171205.745000', '171206.205000', '171206.665000', '171207.125000', '171207.585000', '171208.045000', '171208.505000', '171208.965000', '171209.425000', '171209.885000', '171210.345000', '171210.805000', '171211.265000', '171211.725000', '171212.185000', '171212.645000', '171213.105000', '171213.565000', '171214.025000', '171214.485000', '171214.945000', '171215.405000', '171215.865000', '171216.325000', '171216.785000', '171217.245000', '171217.705000', '171218.165000', '171218.625000', '171219.085000', '171219.545000', '171220.005000', '171220.465000', '171220.925000', '171221.385000', '171221.845000', '171222.305000', '171222.765000', '171223.225000', '171223.685000', '171224.145000', '171224.605000', '171225.065000', '171225.525000', '171225.985000', '171226.445000', '171226.905000', '171227.365000', '171227.825000', '171228.285000', '171228.745000', '171229.205000', '171229.665000', '171230.125000', '171230.585000', '171231.045000', '171231.505000', '171231.965000', '171232.425000', '171232.885000', '171233.345000', '171233.805000', '171234.265000', '171234.725000', '171235.185000', '171235.645000', '171236.105000', '171236.565000', '171237.025000', '171237.485000', '171237.945000', '171238.405000', '171238.865000', '171239.325000', '171239.785000', '171240.245000', '171240.705000', '171241.165000', '171241.625000', '171242.085000', '171242.545000', '171243.005000', '171243.465000', '171243.925000', '171244.385000', '171244.845000', '171245.305000', '171245.765000', '171246.225000', '171246.685000', '171247.145000', '171247.605000', '171248.065000', '171248.525000', '171248.985000', '171249.445000', '171249.905000', '171250.365000', '171250.825000', '171251.285000', '171251.745000', '171252.205000', '171252.665000', '171253.125000', '171253.585000', '171254.045000', '171254.505000', '171254.965000', '171255.425000', '171255.885000', '171256.345000', '171256.805000', '171257.265000', '171257.725000', '171258.185000', '171258.645000', '171259.105000', '171259.565000', '171300.025000', '171300.485000', '171300.945000', '171301.405000', '171301.865000', '171302.325000', '171302.785000', '171303.245000', '171303.705000', '171304.165000', '171304.625000', '171305.085000', '171305.545000', '171306.005000', '171306.465000', '171306.925000', '171307.385000', '171307.845000', '171308.305000', '171308.765000', '171309.225000', '171309.685000', '171310.145000', '171310.605000', '171311.065000', '171311.525000', '171311.985000', '171312.445000', '171312.905000', '171313.365000', '171313.825000', '171314.285000', '171314.745000', '171315.205000', '171315.665000', '171316.125000', '171316.585000', '171317.045000', '171317.505000', '171317.965000', '171318.425000', '171318.885000', '171319.345000', '171319.805000', '171320.265000', '171320.725000', '171321.185000', '171321.645000', '171322.105000', '171322.565000', '171323.025000', '171323.485000', '171323.945000', '171324.405000', '171324.865000', '171325.325000', '171325.785000', '171326.245000', '171326.705000', '171327.165000', '171327.625000', '171328.085000', '171328.545000', '171329.005000', '171329.465000', '171329.925000', '171330.385000', '171330.845000', '171331.305000', '171331.765000', '171332.225000', '171332.685000', '171333.145000', '171333.605000', '171334.065000', '171334.525000', '171334.985000', '171335.445000', '171335.905000', '171336.365000', '171336.825000', '171337.285000', '171337.745000', '171338.205000', '171338.665000', '171339.125000', '171339.585000', '171340.045000', '171340.505000', '171340.965000', '171341.425000', '171341.885000', '171342.345000', '171342.805000', '171343.265000', '171343.725000', '171344.185000', '171344.645000', '171345.105000', '171345.565000', '171346.025000', '171346.485000', '171346.945000', '171347.405000', '171347.865000', '171348.325000', '171348.785000', '171349.245000', '171349.705000', '171350.165000', '171350.625000', '171351.085000', '171351.545000', '171352.005000', '171352.465000', '171352.925000', '171353.385000', '171353.845000', '171354.305000', '171354.765000', '171355.225000', '171355.685000', '171356.145000', '171356.605000', '171357.065000', '171357.525000', '171357.985000', '171358.445000', '171358.905000', '171359.365000', '171359.825000', '171400.285000', '171400.745000', '171401.205000', '171401.665000', '171402.125000', '171402.585000', '171403.045000', '171403.505000', '171403.965000', '171404.425000', '171404.885000', '171405.345000', '171405.805000', '171406.265000', '171406.725000', '171407.185000', '171407.645000', '171408.105000', '171408.565000', '171409.025000', '171409.485000', '171409.945000', '171410.405000', '171410.865000', '171411.325000', '171411.785000', '171412.245000', '171412.705000', '171413.165000', '171413.625000', '171414.085000', '171414.545000', '171415.005000', '171415.465000', '171415.925000', '171416.385000', '171416.845000', '171417.305000', '171417.765000', '171418.225000', '171418.685000', '171419.145000', '171419.605000', '171420.065000', '171420.525000', '171420.985000', '171421.445000', '171421.905000', '171422.365000', '171422.825000', '171423.285000', '171423.745000', '171424.205000', '171424.665000', '171425.125000', '171425.585000', '171426.045000', '171426.505000', '171426.965000', '171427.425000', '171427.885000', '171428.345000', '171428.805000', '171429.265000', '171429.725000', '171430.185000', '171430.645000', '171431.105000', '171431.565000', '171432.025000', '171432.485000', '171432.945000', '171433.405000', '171433.865000', '171434.325000', '171434.785000', '171435.245000', '171435.705000', '171436.165000', '171436.625000', '171437.085000'], 'ContentTime': ['170753.681000', '170753.684000', '170753.687000', '170753.690000', '170753.693000', '170753.695000', '170753.698000', '170753.700000', '170753.703000', '170753.705000', '170753.708000', '170753.711000', '170753.713000', '170753.723000', '170753.725000', '170753.728000', '170753.731000', '170753.734000', '170753.736000', '170753.739000', '170753.742000', '170753.744000', '170753.747000', '170753.750000', '170753.752000', '170753.755000', '170753.757000', '170753.760000', '170753.763000', '170753.765000', '170753.768000', '170753.771000', '170753.773000', '170753.776000', '170753.778000', '170753.781000', '170753.783000', '170753.786000', '170753.788000', '170753.791000', '170753.794000', '170753.830000', '170753.833000', '170753.837000', '170753.839000', '170813.636000', '170813.639000', '170813.642000', '170813.645000', '170813.647000', '170813.650000', '170813.652000', '170813.655000', '170813.657000', '170813.660000', '170813.663000', '170813.665000', '170813.668000', '170813.670000', '170813.673000', '170813.675000', '170813.678000', '170813.680000', '170813.683000', '170813.686000', '170813.688000', '170813.691000', '170813.693000', '170813.703000', '170813.706000', '170813.708000', '170813.711000', '170813.714000', '170813.716000', '170813.719000', '170813.721000', '170813.724000', '170813.726000', '170813.729000', '170813.732000', '170813.734000', '170813.737000', '170813.739000', '170813.742000', '170813.744000', '170813.747000', '170813.749000', '170813.758000', '170833.636000', '170833.639000', '170833.642000', '170833.644000', '170833.647000', '170833.650000', '170833.652000', '170833.655000', '170833.657000', '170833.660000', '170833.663000', '170833.665000', '170833.669000', '170833.671000', '170833.674000', '170833.676000', '170833.679000', '170833.681000', '170833.684000', '170833.687000', '170833.689000', '170833.692000', '170833.694000', '170833.697000', '170833.700000', '170833.702000', '170833.705000', '170833.707000', '170833.710000', '170833.713000', '170833.715000', '170833.718000', '170833.720000', '170833.726000', '170833.729000', '170833.731000', '170833.734000', '170833.737000', '170833.739000', '170833.742000', '170833.744000', '170833.747000', '170833.750000', '170833.752000', '170853.636000', '170853.638000', '170853.641000', '170853.644000', '170853.646000', '170853.649000', '170853.651000', '170853.654000', '170853.656000', '170853.659000', '170853.662000', '170853.664000', '170853.667000', '170853.669000', '170853.672000', '170853.675000', '170853.677000', '170853.680000', '170853.682000', '170853.685000', '170853.688000', '170853.690000', '170853.693000', '170853.695000', '170853.698000', '170853.701000', '170853.703000', '170853.706000', '170853.714000', '170853.716000', '170853.719000', '170853.721000', '170853.724000', '170853.726000', '170853.729000', '170853.732000', '170853.734000', '170853.737000', '170853.739000', '170853.742000', '170853.744000', '170853.747000', '170853.750000', '170913.636000', '170913.638000', '170913.641000', '170913.644000', '170913.646000', '170913.649000', '170913.651000', '170913.654000', '170913.656000', '170913.659000', '170913.662000', '170913.664000', '170913.667000', '170913.669000', '170913.672000', '170913.675000', '170913.677000', '170913.680000', '170913.682000', '170913.685000', '170913.687000', '170913.690000', '170913.693000', '170913.695000', '170913.698000', '170913.700000', '170913.703000', '170913.706000', '170913.708000', '170913.711000', '170913.713000', '170913.720000', '170913.723000', '170913.726000', '170913.728000', '170913.731000', '170913.733000', '170913.736000', '170913.739000', '170913.741000', '170913.744000', '170913.746000', '170913.749000', '170913.752000', '170933.635000', '170933.638000', '170933.641000', '170933.644000', '170933.646000', '170933.649000', '170933.651000', '170933.654000', '170933.656000', '170933.659000', '170933.662000', '170933.664000', '170933.667000', '170933.669000', '170933.672000', '170933.675000', '170933.677000', '170933.680000', '170933.682000', '170933.685000', '170933.687000', '170933.690000', '170933.693000', '170933.695000', '170933.698000', '170933.700000', '170933.703000', '170933.705000', '170933.713000', '170933.715000', '170933.718000', '170933.720000', '170933.723000', '170933.726000', '170933.728000', '170933.741000', '170933.744000', '170933.747000', '170933.749000', '170933.752000', '170933.754000', '170933.757000', '170933.760000', '170953.635000', '170953.638000', '170953.641000', '170953.643000', '170953.646000', '170953.649000', '170953.652000', '170953.655000', '170953.658000', '170953.660000', '170953.663000', '170953.666000', '170953.668000', '170953.671000', '170953.674000', '170953.676000', '170953.679000', '170953.681000', '170953.684000', '170953.686000', '170953.689000', '170953.692000', '170953.694000', '170953.697000', '170953.700000', '170953.702000', '170953.705000', '170953.708000', '170953.710000', '170953.713000', '170953.716000', '170953.718000', '170953.721000', '170953.723000', '170953.726000', '170953.729000', '170953.731000', '170953.734000', '170953.737000', '170953.739000', '170953.742000', '170953.744000', '170953.747000', '171013.635000', '171013.638000', '171013.641000', '171013.643000', '171013.646000', '171013.649000', '171013.651000', '171013.654000', '171013.657000', '171013.659000', '171013.662000', '171013.664000', '171013.667000', '171013.670000', '171013.672000', '171013.675000', '171013.677000', '171013.680000', '171013.683000', '171013.685000', '171013.688000', '171013.691000', '171013.693000', '171013.696000', '171013.698000', '171013.701000', '171013.704000', '171013.706000', '171013.709000', '171013.711000', '171013.714000', '171013.717000', '171013.719000', '171013.722000', '171013.725000', '171013.727000', '171013.730000', '171013.733000', '171013.735000', '171013.738000', '171013.741000', '171013.743000', '171013.746000', '171013.748000', '171033.636000', '171033.639000', '171033.642000', '171033.645000', '171033.647000', '171033.650000', '171033.652000', '171033.655000', '171033.658000', '171033.660000', '171033.664000', '171033.667000', '171033.669000', '171033.674000', '171033.676000', '171033.679000', '171033.681000', '171033.684000', '171033.687000', '171033.689000', '171033.692000', '171033.694000', '171033.697000', '171033.700000', '171033.702000', '171033.705000', '171033.707000', '171033.710000', '171033.713000', '171033.715000', '171033.718000', '171033.720000', '171033.723000', '171033.726000', '171033.728000', '171033.731000', '171033.733000', '171033.736000', '171033.739000', '171033.741000', '171033.744000', '171033.746000', '171033.749000', '171053.636000', '171053.639000', '171053.642000', '171053.644000', '171053.647000', '171053.650000', '171053.652000', '171053.655000', '171053.658000', '171053.660000', '171053.663000', '171053.665000', '171053.668000', '171053.671000', '171053.673000', '171053.676000', '171053.678000', '171053.681000', '171053.684000', '171053.686000', '171053.689000', '171053.692000', '171053.694000', '171053.697000', '171053.699000', '171053.702000', '171053.705000', '171053.707000', '171053.710000', '171053.712000', '171053.715000', '171053.718000', '171053.720000', '171053.728000', '171053.731000', '171053.733000', '171053.736000', '171053.738000', '171053.741000', '171053.744000', '171053.746000', '171053.749000', '171053.751000', '171053.754000', '171113.635000', '171113.638000', '171113.641000', '171113.653000', '171113.656000', '171113.659000', '171113.662000', '171113.665000', '171113.667000', '171113.670000', '171113.672000', '171113.675000', '171113.678000', '171113.680000', '171113.683000', '171113.685000', '171113.688000', '171113.692000', '171113.695000', '171113.698000', '171113.700000', '171113.703000', '171113.706000', '171113.708000', '171113.711000', '171113.714000', '171113.716000', '171113.719000', '171113.722000', '171113.724000', '171113.727000', '171113.729000', '171113.732000', '171113.735000', '171113.737000', '171113.740000', '171113.742000', '171113.745000', '171113.748000', '171113.751000', '171113.753000', '171113.756000', '171113.758000', '171133.636000', '171133.638000', '171133.641000', '171133.644000', '171133.647000', '171133.649000', '171133.652000', '171133.654000', '171133.657000', '171133.659000', '171133.662000', '171133.665000', '171133.668000', '171133.670000', '171133.673000', '171133.675000', '171133.678000', '171133.681000', '171133.683000', '171133.686000', '171133.689000', '171133.691000', '171133.694000', '171133.697000', '171133.699000', '171133.702000', '171133.704000', '171133.707000', '171133.717000', '171133.719000', '171133.722000', '171133.725000', '171133.727000', '171133.730000', '171133.733000', '171133.735000', '171133.738000', '171133.740000', '171133.743000', '171133.746000', '171133.748000', '171133.751000', '171133.753000', '171133.756000', '171153.635000', '171153.639000', '171153.641000', '171153.644000', '171153.647000', '171153.649000', '171153.652000', '171153.654000', '171153.657000', '171153.660000', '171153.662000', '171153.665000', '171153.667000', '171153.670000', '171153.672000', '171153.675000', '171153.678000', '171153.680000', '171153.683000', '171153.685000', '171153.688000', '171153.691000', '171153.693000', '171153.696000', '171153.698000', '171153.701000', '171153.704000', '171153.706000', '171153.709000', '171153.712000', '171153.714000', '171153.717000', '171153.719000', '171153.722000', '171153.725000', '171153.727000', '171153.730000', '171153.732000', '171153.735000', '171153.737000', '171153.740000', '171153.743000', '171153.745000', '171213.636000', '171213.638000', '171213.642000', '171213.645000', '171213.647000', '171213.650000', '171213.653000', '171213.655000', '171213.658000', '171213.660000', '171213.663000', '171213.665000', '171213.668000', '171213.671000', '171213.673000', '171213.676000', '171213.678000', '171213.681000', '171213.684000', '171213.686000', '171213.689000', '171213.691000', '171213.694000', '171213.697000', '171213.699000', '171213.702000', '171213.704000', '171213.707000', '171213.709000', '171213.712000', '171213.715000', '171213.717000', '171213.720000', '171213.722000', '171213.725000', '171213.728000', '171213.730000', '171213.733000', '171213.736000', '171213.738000', '171213.741000', '171213.743000', '171213.746000', '171213.749000', '171233.636000', '171233.639000', '171233.641000', '171233.644000', '171233.647000', '171233.649000', '171233.652000', '171233.654000', '171233.657000', '171233.659000', '171233.662000', '171233.665000', '171233.667000', '171233.670000', '171233.672000', '171233.675000', '171233.678000', '171233.680000', '171233.683000', '171233.685000', '171233.688000', '171233.691000', '171233.693000', '171233.696000', '171233.699000', '171233.701000', '171233.704000', '171233.706000', '171233.709000', '171233.712000', '171233.715000', '171233.717000', '171233.720000', '171233.722000', '171233.725000', '171233.728000', '171233.732000', '171233.735000', '171233.737000', '171233.740000', '171233.743000', '171233.745000', '171233.759000', '171253.636000', '171253.640000', '171253.642000', '171253.645000', '171253.647000', '171253.650000', '171253.653000', '171253.655000', '171253.658000', '171253.660000', '171253.663000', '171253.666000', '171253.668000', '171253.675000', '171253.678000', '171253.681000', '171253.683000', '171253.686000', '171253.688000', '171253.691000', '171253.694000', '171253.696000', '171253.699000', '171253.701000', '171253.704000', '171253.707000', '171253.709000', '171253.712000', '171253.714000', '171253.717000', '171253.720000', '171253.722000', '171253.725000', '171253.729000', '171253.732000', '171253.735000', '171253.737000', '171253.740000', '171253.742000', '171253.745000', '171253.747000', '171253.750000', '171253.753000', '171253.755000', '171313.636000', '171313.639000', '171313.642000', '171313.645000', '171313.647000', '171313.650000', '171313.653000', '171313.655000', '171313.658000', '171313.661000', '171313.663000', '171313.666000', '171313.668000', '171313.671000', '171313.674000', '171313.676000', '171313.679000', '171313.681000', '171313.684000', '171313.687000', '171313.689000', '171313.692000', '171313.694000', '171313.697000', '171313.700000', '171313.702000', '171313.705000', '171313.707000', '171313.710000', '171313.713000', '171313.715000', '171313.718000', '171313.721000', '171313.723000', '171313.726000', '171313.729000', '171313.731000', '171313.734000', '171313.737000', '171313.739000', '171313.742000', '171313.745000', '171313.747000', '171333.636000', '171333.638000', '171333.641000', '171333.644000', '171333.647000', '171333.649000', '171333.652000', '171333.655000', '171333.657000', '171333.660000', '171333.662000', '171333.665000', '171333.668000', '171333.670000', '171333.673000', '171333.675000', '171333.678000', '171333.681000', '171333.683000', '171333.686000', '171333.689000', '171333.691000', '171333.694000', '171333.696000', '171333.699000', '171333.701000', '171333.704000', '171333.707000', '171333.709000', '171333.712000', '171333.714000', '171333.717000', '171333.720000', '171333.722000', '171333.725000', '171333.727000', '171333.730000', '171333.733000', '171333.735000', '171333.738000', '171333.740000', '171333.743000', '171333.746000', '171333.748000', '171353.636000', '171353.639000', '171353.641000', '171353.644000', '171353.647000', '171353.649000', '171353.652000', '171353.655000', '171353.657000', '171353.660000', '171353.663000', '171353.665000', '171353.668000', '171353.670000', '171353.673000', '171353.676000', '171353.678000', '171353.681000', '171353.684000', '171353.686000', '171353.689000', '171353.691000', '171353.694000', '171353.697000', '171353.699000', '171353.702000', '171353.705000', '171353.707000', '171353.710000', '171353.712000', '171353.715000', '171353.718000', '171353.720000', '171353.723000', '171353.726000', '171353.728000', '171353.731000', '171353.733000', '171353.771000', '171353.774000', '171353.777000', '171353.780000', '171353.782000', '171413.636000', '171413.638000', '171413.641000', '171413.644000', '171413.646000', '171413.649000', '171413.651000', '171413.654000', '171413.657000', '171413.659000', '171413.662000', '171413.664000', '171413.667000', '171413.670000', '171413.672000', '171413.675000', '171413.677000', '171413.680000', '171413.682000', '171413.685000', '171413.688000', '171413.690000', '171413.693000', '171413.696000', '171413.699000', '171413.701000', '171413.704000', '171413.706000', '171413.709000', '171413.712000', '171413.714000', '171413.717000', '171413.719000', '171413.722000', '171413.724000', '171413.727000', '171413.730000', '171413.732000', '171413.735000', '171413.738000', '171413.740000', '171413.743000', '171413.745000', '171413.748000', '171433.636000', '171433.639000', '171433.641000', '171433.644000', '171433.646000', '171433.649000', '171433.652000', '171433.654000', '171433.657000', '171433.660000', '171433.662000', '171433.665000', '171433.667000', '171433.670000', '171433.673000', '171433.675000', '171433.678000', '171433.680000', '171433.683000', '171433.686000', '171433.688000', '171433.691000', '171433.694000', '171433.696000', '171433.699000', '171433.701000', '171433.704000', '171433.707000', '171433.709000', '171433.712000', '171433.715000', '171433.717000', '171433.720000', '171433.722000', '171433.725000', '171433.728000', '171433.730000', '171433.733000', '171433.736000', '171433.738000', '171433.741000', '171433.744000', '171433.746000', '171438.796000', '171438.799000', '171438.802000', '171438.804000', '171438.807000', '171438.810000', '171438.812000', '171438.815000', '171438.818000', '171438.821000', '171438.824000', '171438.826000'], 'InstanceCreationTime': ['170753.681000', '170753.684000', '170753.687000', '170753.690000', '170753.693000', '170753.695000', '170753.698000', '170753.700000', '170753.703000', '170753.705000', '170753.708000', '170753.711000', '170753.713000', '170753.723000', '170753.725000', '170753.728000', '170753.731000', '170753.734000', '170753.736000', '170753.739000', '170753.742000', '170753.744000', '170753.747000', '170753.750000', '170753.752000', '170753.755000', '170753.757000', '170753.760000', '170753.763000', '170753.765000', '170753.768000', '170753.771000', '170753.773000', '170753.776000', '170753.778000', '170753.781000', '170753.783000', '170753.786000', '170753.788000', '170753.791000', '170753.794000', '170753.830000', '170753.833000', '170753.837000', '170753.839000', '170813.636000', '170813.639000', '170813.642000', '170813.645000', '170813.647000', '170813.650000', '170813.652000', '170813.655000', '170813.657000', '170813.660000', '170813.663000', '170813.665000', '170813.668000', '170813.670000', '170813.673000', '170813.675000', '170813.678000', '170813.680000', '170813.683000', '170813.686000', '170813.688000', '170813.691000', '170813.693000', '170813.703000', '170813.706000', '170813.708000', '170813.711000', '170813.714000', '170813.716000', '170813.719000', '170813.721000', '170813.724000', '170813.726000', '170813.729000', '170813.732000', '170813.734000', '170813.737000', '170813.739000', '170813.742000', '170813.744000', '170813.747000', '170813.749000', '170813.758000', '170833.636000', '170833.639000', '170833.642000', '170833.644000', '170833.647000', '170833.650000', '170833.652000', '170833.655000', '170833.657000', '170833.660000', '170833.663000', '170833.665000', '170833.669000', '170833.671000', '170833.674000', '170833.676000', '170833.679000', '170833.681000', '170833.684000', '170833.687000', '170833.689000', '170833.692000', '170833.694000', '170833.697000', '170833.700000', '170833.702000', '170833.705000', '170833.707000', '170833.710000', '170833.713000', '170833.715000', '170833.718000', '170833.720000', '170833.726000', '170833.729000', '170833.731000', '170833.734000', '170833.737000', '170833.739000', '170833.742000', '170833.744000', '170833.747000', '170833.750000', '170833.752000', '170853.636000', '170853.638000', '170853.641000', '170853.644000', '170853.646000', '170853.649000', '170853.651000', '170853.654000', '170853.656000', '170853.659000', '170853.662000', '170853.664000', '170853.667000', '170853.669000', '170853.672000', '170853.675000', '170853.677000', '170853.680000', '170853.682000', '170853.685000', '170853.688000', '170853.690000', '170853.693000', '170853.695000', '170853.698000', '170853.701000', '170853.703000', '170853.706000', '170853.714000', '170853.716000', '170853.719000', '170853.721000', '170853.724000', '170853.726000', '170853.729000', '170853.732000', '170853.734000', '170853.737000', '170853.739000', '170853.742000', '170853.744000', '170853.747000', '170853.750000', '170913.636000', '170913.638000', '170913.641000', '170913.644000', '170913.646000', '170913.649000', '170913.651000', '170913.654000', '170913.656000', '170913.659000', '170913.662000', '170913.664000', '170913.667000', '170913.669000', '170913.672000', '170913.675000', '170913.677000', '170913.680000', '170913.682000', '170913.685000', '170913.687000', '170913.690000', '170913.693000', '170913.695000', '170913.698000', '170913.700000', '170913.703000', '170913.706000', '170913.708000', '170913.711000', '170913.713000', '170913.720000', '170913.723000', '170913.726000', '170913.728000', '170913.731000', '170913.733000', '170913.736000', '170913.739000', '170913.741000', '170913.744000', '170913.746000', '170913.749000', '170913.752000', '170933.635000', '170933.638000', '170933.641000', '170933.644000', '170933.646000', '170933.649000', '170933.651000', '170933.654000', '170933.656000', '170933.659000', '170933.662000', '170933.664000', '170933.667000', '170933.669000', '170933.672000', '170933.675000', '170933.677000', '170933.680000', '170933.682000', '170933.685000', '170933.687000', '170933.690000', '170933.693000', '170933.695000', '170933.698000', '170933.700000', '170933.703000', '170933.705000', '170933.713000', '170933.715000', '170933.718000', '170933.720000', '170933.723000', '170933.726000', '170933.728000', '170933.741000', '170933.744000', '170933.747000', '170933.749000', '170933.752000', '170933.754000', '170933.757000', '170933.760000', '170953.635000', '170953.638000', '170953.641000', '170953.643000', '170953.646000', '170953.649000', '170953.652000', '170953.655000', '170953.658000', '170953.660000', '170953.663000', '170953.666000', '170953.668000', '170953.671000', '170953.674000', '170953.676000', '170953.679000', '170953.681000', '170953.684000', '170953.686000', '170953.689000', '170953.692000', '170953.694000', '170953.697000', '170953.700000', '170953.702000', '170953.705000', '170953.708000', '170953.710000', '170953.713000', '170953.716000', '170953.718000', '170953.721000', '170953.723000', '170953.726000', '170953.729000', '170953.731000', '170953.734000', '170953.737000', '170953.739000', '170953.742000', '170953.744000', '170953.747000', '171013.635000', '171013.638000', '171013.641000', '171013.643000', '171013.646000', '171013.649000', '171013.651000', '171013.654000', '171013.657000', '171013.659000', '171013.662000', '171013.664000', '171013.667000', '171013.670000', '171013.672000', '171013.675000', '171013.677000', '171013.680000', '171013.683000', '171013.685000', '171013.688000', '171013.691000', '171013.693000', '171013.696000', '171013.698000', '171013.701000', '171013.704000', '171013.706000', '171013.709000', '171013.711000', '171013.714000', '171013.717000', '171013.719000', '171013.722000', '171013.725000', '171013.727000', '171013.730000', '171013.733000', '171013.735000', '171013.738000', '171013.741000', '171013.743000', '171013.746000', '171013.748000', '171033.636000', '171033.639000', '171033.642000', '171033.645000', '171033.647000', '171033.650000', '171033.652000', '171033.655000', '171033.658000', '171033.660000', '171033.664000', '171033.667000', '171033.669000', '171033.674000', '171033.676000', '171033.679000', '171033.681000', '171033.684000', '171033.687000', '171033.689000', '171033.692000', '171033.694000', '171033.697000', '171033.700000', '171033.702000', '171033.705000', '171033.707000', '171033.710000', '171033.713000', '171033.715000', '171033.718000', '171033.720000', '171033.723000', '171033.726000', '171033.728000', '171033.731000', '171033.733000', '171033.736000', '171033.739000', '171033.741000', '171033.744000', '171033.746000', '171033.749000', '171053.636000', '171053.639000', '171053.642000', '171053.644000', '171053.647000', '171053.650000', '171053.652000', '171053.655000', '171053.658000', '171053.660000', '171053.663000', '171053.665000', '171053.668000', '171053.671000', '171053.673000', '171053.676000', '171053.678000', '171053.681000', '171053.684000', '171053.686000', '171053.689000', '171053.692000', '171053.694000', '171053.697000', '171053.699000', '171053.702000', '171053.705000', '171053.707000', '171053.710000', '171053.712000', '171053.715000', '171053.718000', '171053.720000', '171053.728000', '171053.731000', '171053.733000', '171053.736000', '171053.738000', '171053.741000', '171053.744000', '171053.746000', '171053.749000', '171053.751000', '171053.754000', '171113.635000', '171113.638000', '171113.641000', '171113.653000', '171113.656000', '171113.659000', '171113.662000', '171113.665000', '171113.667000', '171113.670000', '171113.672000', '171113.675000', '171113.678000', '171113.680000', '171113.683000', '171113.685000', '171113.688000', '171113.692000', '171113.695000', '171113.698000', '171113.700000', '171113.703000', '171113.706000', '171113.708000', '171113.711000', '171113.714000', '171113.716000', '171113.719000', '171113.722000', '171113.724000', '171113.727000', '171113.729000', '171113.732000', '171113.735000', '171113.737000', '171113.740000', '171113.742000', '171113.745000', '171113.748000', '171113.751000', '171113.753000', '171113.756000', '171113.758000', '171133.636000', '171133.638000', '171133.641000', '171133.644000', '171133.647000', '171133.649000', '171133.652000', '171133.654000', '171133.657000', '171133.659000', '171133.662000', '171133.665000', '171133.668000', '171133.670000', '171133.673000', '171133.675000', '171133.678000', '171133.681000', '171133.683000', '171133.686000', '171133.689000', '171133.691000', '171133.694000', '171133.697000', '171133.699000', '171133.702000', '171133.704000', '171133.707000', '171133.717000', '171133.719000', '171133.722000', '171133.725000', '171133.727000', '171133.730000', '171133.733000', '171133.735000', '171133.738000', '171133.740000', '171133.743000', '171133.746000', '171133.748000', '171133.751000', '171133.753000', '171133.756000', '171153.635000', '171153.639000', '171153.641000', '171153.644000', '171153.647000', '171153.649000', '171153.652000', '171153.654000', '171153.657000', '171153.660000', '171153.662000', '171153.665000', '171153.667000', '171153.670000', '171153.672000', '171153.675000', '171153.678000', '171153.680000', '171153.683000', '171153.685000', '171153.688000', '171153.691000', '171153.693000', '171153.696000', '171153.698000', '171153.701000', '171153.704000', '171153.706000', '171153.709000', '171153.712000', '171153.714000', '171153.717000', '171153.719000', '171153.722000', '171153.725000', '171153.727000', '171153.730000', '171153.732000', '171153.735000', '171153.737000', '171153.740000', '171153.743000', '171153.745000', '171213.636000', '171213.638000', '171213.642000', '171213.645000', '171213.647000', '171213.650000', '171213.653000', '171213.655000', '171213.658000', '171213.660000', '171213.663000', '171213.665000', '171213.668000', '171213.671000', '171213.673000', '171213.676000', '171213.678000', '171213.681000', '171213.684000', '171213.686000', '171213.689000', '171213.691000', '171213.694000', '171213.697000', '171213.699000', '171213.702000', '171213.704000', '171213.707000', '171213.709000', '171213.712000', '171213.715000', '171213.717000', '171213.720000', '171213.722000', '171213.725000', '171213.728000', '171213.730000', '171213.733000', '171213.736000', '171213.738000', '171213.741000', '171213.743000', '171213.746000', '171213.749000', '171233.636000', '171233.639000', '171233.641000', '171233.644000', '171233.647000', '171233.649000', '171233.652000', '171233.654000', '171233.657000', '171233.659000', '171233.662000', '171233.665000', '171233.667000', '171233.670000', '171233.672000', '171233.675000', '171233.678000', '171233.680000', '171233.683000', '171233.685000', '171233.688000', '171233.691000', '171233.693000', '171233.696000', '171233.699000', '171233.701000', '171233.704000', '171233.706000', '171233.709000', '171233.712000', '171233.715000', '171233.717000', '171233.720000', '171233.722000', '171233.725000', '171233.728000', '171233.732000', '171233.735000', '171233.737000', '171233.740000', '171233.743000', '171233.745000', '171233.759000', '171253.636000', '171253.640000', '171253.642000', '171253.645000', '171253.647000', '171253.650000', '171253.653000', '171253.655000', '171253.658000', '171253.660000', '171253.663000', '171253.666000', '171253.668000', '171253.675000', '171253.678000', '171253.681000', '171253.683000', '171253.686000', '171253.688000', '171253.691000', '171253.694000', '171253.696000', '171253.699000', '171253.701000', '171253.704000', '171253.707000', '171253.709000', '171253.712000', '171253.714000', '171253.717000', '171253.720000', '171253.722000', '171253.725000', '171253.729000', '171253.732000', '171253.735000', '171253.737000', '171253.740000', '171253.742000', '171253.745000', '171253.747000', '171253.750000', '171253.753000', '171253.755000', '171313.636000', '171313.639000', '171313.642000', '171313.645000', '171313.647000', '171313.650000', '171313.653000', '171313.655000', '171313.658000', '171313.661000', '171313.663000', '171313.666000', '171313.668000', '171313.671000', '171313.674000', '171313.676000', '171313.679000', '171313.681000', '171313.684000', '171313.687000', '171313.689000', '171313.692000', '171313.694000', '171313.697000', '171313.700000', '171313.702000', '171313.705000', '171313.707000', '171313.710000', '171313.713000', '171313.715000', '171313.718000', '171313.721000', '171313.723000', '171313.726000', '171313.729000', '171313.731000', '171313.734000', '171313.737000', '171313.739000', '171313.742000', '171313.745000', '171313.747000', '171333.636000', '171333.638000', '171333.641000', '171333.644000', '171333.647000', '171333.649000', '171333.652000', '171333.655000', '171333.657000', '171333.660000', '171333.662000', '171333.665000', '171333.668000', '171333.670000', '171333.673000', '171333.675000', '171333.678000', '171333.681000', '171333.683000', '171333.686000', '171333.689000', '171333.691000', '171333.694000', '171333.696000', '171333.699000', '171333.701000', '171333.704000', '171333.707000', '171333.709000', '171333.712000', '171333.714000', '171333.717000', '171333.720000', '171333.722000', '171333.725000', '171333.727000', '171333.730000', '171333.733000', '171333.735000', '171333.738000', '171333.740000', '171333.743000', '171333.746000', '171333.748000', '171353.636000', '171353.639000', '171353.641000', '171353.644000', '171353.647000', '171353.649000', '171353.652000', '171353.655000', '171353.657000', '171353.660000', '171353.663000', '171353.665000', '171353.668000', '171353.670000', '171353.673000', '171353.676000', '171353.678000', '171353.681000', '171353.684000', '171353.686000', '171353.689000', '171353.691000', '171353.694000', '171353.697000', '171353.699000', '171353.702000', '171353.705000', '171353.707000', '171353.710000', '171353.712000', '171353.715000', '171353.718000', '171353.720000', '171353.723000', '171353.726000', '171353.728000', '171353.731000', '171353.733000', '171353.771000', '171353.774000', '171353.777000', '171353.780000', '171353.782000', '171413.636000', '171413.638000', '171413.641000', '171413.644000', '171413.646000', '171413.649000', '171413.651000', '171413.654000', '171413.657000', '171413.659000', '171413.662000', '171413.664000', '171413.667000', '171413.670000', '171413.672000', '171413.675000', '171413.677000', '171413.680000', '171413.682000', '171413.685000', '171413.688000', '171413.690000', '171413.693000', '171413.696000', '171413.699000', '171413.701000', '171413.704000', '171413.706000', '171413.709000', '171413.712000', '171413.714000', '171413.717000', '171413.719000', '171413.722000', '171413.724000', '171413.727000', '171413.730000', '171413.732000', '171413.735000', '171413.738000', '171413.740000', '171413.743000', '171413.745000', '171413.748000', '171433.636000', '171433.639000', '171433.641000', '171433.644000', '171433.646000', '171433.649000', '171433.652000', '171433.654000', '171433.657000', '171433.660000', '171433.662000', '171433.665000', '171433.667000', '171433.670000', '171433.673000', '171433.675000', '171433.678000', '171433.680000', '171433.683000', '171433.686000', '171433.688000', '171433.691000', '171433.694000', '171433.696000', '171433.699000', '171433.701000', '171433.704000', '171433.707000', '171433.709000', '171433.712000', '171433.715000', '171433.717000', '171433.720000', '171433.722000', '171433.725000', '171433.728000', '171433.730000', '171433.733000', '171433.736000', '171433.738000', '171433.741000', '171433.744000', '171433.746000', '171438.796000', '171438.799000', '171438.802000', '171438.804000', '171438.807000', '171438.810000', '171438.812000', '171438.815000', '171438.818000', '171438.821000', '171438.824000', '171438.826000'], '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': [13015, 12866, 11526, 7803, 12360, 8400, 13503, 10431, 16494, 10272, 8053, 10430, 8181, 11325, 7447, 12782, 9412, 9519, 10155, 8499, 11110, 9018, 13633, 10222, 9383, 11040, 7632, 13708, 10832, 15037, 12240, 13831, 10355, 8653, 12851, 9075, 16765, 11627, 15712, 10020, 8960, 11733, 8775, 15647, 11436, 13346, 10658, 7662, 13223, 10408, 9490, 12984, 11446, 19501, 12954, 11461, 12487, 9379, 16374, 10448, 7770, 13419, 10883, 19568, 12766, 11270, 12392, 7894, 12697, 8596, 13916, 10181, 17459, 10879, 13577, 10189, 12396, 10351, 12845, 10070, 8171, 10057, 8145, 11105, 8115, 11409, 7803, 13537, 9928, 12651, 10080, 12966, 10060, 14350, 10276, 11951, 10039, 8743, 11003, 8354, 12788, 9487, 14434, 9817, 12339, 9967, 8126, 11925, 7387, 13919, 11043, 14173, 10740, 8105, 12757, 9019, 15757, 14096, 19155, 12494, 9754, 11979, 8197, 13024, 10354, 16596, 12892, 15738, 10654, 8287, 11556, 7858, 14024, 10422, 15964, 10160, 11640, 10505, 9327, 12538, 8039, 14741, 9724, 14653, 9424, 10400, 10993, 7803, 11841, 8838, 12378, 10064, 16373, 10255, 8171, 11516, 8677, 12450, 10136, 10066, 11606, 7719, 12567, 9411, 9559, 10263, 7659, 14050, 11094, 11639, 11572, 8703, 17244, 9939, 11158, 11051, 9138, 14775, 9879, 17278, 10730, 14688, 10425, 13709, 10683, 16622, 12631, 15968, 10126, 13562, 9887, 12547, 9819, 11931, 9985, 7949, 10400, 8153, 11189, 8532, 11632, 7785, 12598, 9237, 11748, 9938, 12353, 9791, 12424, 10116, 10728, 10652, 8162, 11409, 7910, 12333, 7726, 14442, 8526, 13468, 9765, 12039, 10028, 13315, 10265, 17622, 9947, 10488, 10863, 8230, 11534, 8039, 12163, 7679, 14915, 9983, 12674, 10038, 12980, 9989, 14704, 10043, 10365, 11359, 7494, 11669, 8672, 12556, 9483, 14561, 10702, 13984, 9760, 13221, 9987, 13270, 10052, 16676, 10074, 11030, 10532, 8019, 11335, 8191, 12048, 7637, 14570, 9996, 13092, 9821, 12858, 9842, 13299, 9823, 16851, 9817, 12041, 10367, 13295, 10142, 16429, 10162, 12376, 10609, 8277, 11180, 8227, 11714, 7668, 12926, 8048, 15041, 9411, 12411, 9638, 12634, 9846, 13615, 10215, 13435, 9344, 8294, 10879, 7326, 11539, 9494, 13362, 11273, 18316, 11409, 13227, 14616, 9616, 14919, 9499, 7680, 12725, 10035, 17547, 10853, 12312, 11944, 7658, 12684, 8144, 13228, 10469, 17741, 11413, 14269, 10397, 12573, 9679, 9101, 10715, 8155, 12405, 8323, 12735, 10200, 8010, 9836, 7563, 11909, 9287, 13858, 10585, 10481, 12370, 7949, 12975, 9824, 15511, 10965, 19148, 13124, 15450, 11233, 10410, 11951, 7840, 17071, 10146, 16283, 10548, 14812, 10274, 7415, 11875, 8461, 12030, 9981, 7653, 12381, 9053, 10291, 9762, 8145, 12129, 7368, 14100, 10674, 16102, 9704, 9767, 10794, 7931, 12459, 8662, 9942, 9844, 8289, 13501, 9854, 14070, 9625, 8143, 10979, 7689, 12515, 9526, 15040, 10336, 7873, 10963, 7398, 12215, 9448, 14603, 10157, 7863, 10895, 8138, 12516, 7632, 14295, 8741, 12864, 9345, 13281, 9971, 16731, 10399, 11946, 11266, 8464, 12336, 7811, 14356, 9243, 17119, 10297, 14292, 10431, 14536, 10612, 10448, 12392, 7774, 12736, 8064, 13370, 9879, 16817, 11057, 14654, 10454, 13997, 10242, 16087, 10809, 10454, 11151, 8105, 12004, 7622, 13001, 10156, 14050, 10501, 13476, 9694, 10185, 10882, 8779, 13339, 7656, 12726, 8843, 12752, 9615, 13452, 10383, 15151, 10300, 15413, 9771, 13759, 9979, 14183, 10026, 11626, 10576, 7821, 11614, 7854, 12077, 7550, 13424, 9739, 13221, 9675, 12769, 9846, 13318, 10236, 15158, 9391, 9315, 9706, 7798, 11272, 8255, 12212, 7799, 12138, 8051, 12601, 9111, 13174, 10352, 15534, 11161, 16189, 9680, 13651, 10224, 13583, 12001, 8026, 12939, 7884, 13346, 9314, 17476, 12590, 17983, 10450, 14876, 10338, 11589, 11867, 8077, 13038, 8525, 12299, 10014, 13084, 10310, 14042, 10325, 10986, 11751, 7770, 12270, 8890, 12782, 10357, 14358, 10251, 10624, 10989, 7919, 12247, 7592, 13464, 8872, 15364, 12211, 15472, 10378, 13169, 10091, 14546, 10379, 14776, 10153, 8739, 11245, 8388, 12020, 7499, 13535, 10310, 15362, 9799, 8162, 10781, 7800, 13122, 10059, 14928, 9728, 8010, 11773, 8130, 13254, 9716, 10014, 11945, 12482, 19222, 13375, 9918, 12410, 9755, 9361, 11455, 10417, 18908, 13379, 10312, 11991, 7743, 13264, 8949, 13085, 8439, 14377, 9212, 16261, 10608, 12071, 10333, 11899, 10413, 13647, 11066, 15732, 10153, 10961, 9989, 7873, 10571, 7821, 12016, 7554, 13169, 10337, 12126, 10076, 13126, 10168, 12995, 10246, 9695, 9769, 7629, 11361, 7890, 12109, 7947, 14205, 10452, 13513, 10764, 13719, 10290, 15465, 10550, 13014, 10857, 8015, 12096, 8019, 12948, 10152, 14214, 11213, 16334, 10155, 8181, 11457, 7306, 13141, 9494, 14540, 10802, 14517, 9919, 8265, 11142, 7909, 13185, 8133, 14322, 10344, 12879, 10089, 14224, 10010, 12908, 11667, 8311, 12324, 7514, 12363, 7407, 12709, 9436, 13936, 10230, 13110, 9992, 12756, 9892, 12144, 10133, 7881, 11178, 7928, 11541, 9186, 11724, 8168, 13035, 8611, 12554, 9878, 12660, 10048, 12840, 10148, 14410, 9713, 7682, 10280, 7453, 12211, 9969, 8938, 10537, 7463, 12511, 10433, 9258, 11087, 9817, 15067, 10530, 7410, 13393, 9576, 16941, 10622, 14761, 11341, 13638, 17978, 11175, 16809, 11119, 17955, 11915, 15128, 11187, 11572, 15296, 8550, 13197, 10248, 11069, 10013, 7934, 13922, 9818, 13578, 10171, 10088, 10201, 8099, 13056, 8493, 13569, 10122, 13860, 10108, 10660, 11837, 7537, 13193, 10059, 10158, 10670, 7339, 13719, 11200, 8723, 14991, 10759, 10068, 10852, 7650, 13640, 10851, 13977, 13793, 8880, 14430, 10501, 13871, 10438, 13462, 12046, 7629, 12839, 8074, 12644, 10348, 13948, 11147, 15710, 10278, 13611, 10115, 13450, 10066, 11157, 10089, 7734, 10782, 7949, 11265, 8082, 11638, 7636, 11812, 7483, 11997, 8178, 12600, 9425, 12354, 9574, 12486, 9674, 12747, 9718, 12509, 9124, 8688, 10787, 9755, 11403, 11627, 11496, 7937, 11661, 7706, 12101, 7626, 14946, 9404, 12714, 9374, 12641, 9474, 15033, 9891, 12303, 9645, 11189, 9964, 8400, 12444, 8665, 12404, 10212, 15066, 9997, 12614, 11960, 7605, 11986, 9024, 14001, 10809, 16632, 13972, 18908, 11746, 10882, 10742, 7708, 14374, 12581, 18059, 9941, 13361, 9863, 11918, 10902, 9368, 14780, 9818, 12326, 10118, 12346, 9588, 14948, 9891, 9731, 11544, 7948, 11222, 8368, 15867, 9627, 15797, 9284, 12367, 10165, 10558, 10821, 7613, 11177, 9117, 12766, 10306, 7624, 12555, 9944, 8073, 10446, 8547, 10671, 9719, 7758, 14107, 11314, 9403, 12427, 9673, 18367, 10360, 9787], 'WindowCenter': [4700.0, 4671.0, 4647.0, 4585.0, 4640.0, 4592.0, 4640.0, 4620.0, 4660.0, 4624.0, 4607.0, 4633.0, 4604.0, 4634.0, 4583.0, 4640.0, 4625.0, 4623.0, 4636.0, 4618.0, 4647.0, 4601.0, 4637.0, 4624.0, 4601.0, 4618.0, 4580.0, 4650.0, 4621.0, 4649.0, 4629.0, 4640.0, 4608.0, 4589.0, 4628.0, 4588.0, 4663.0, 4618.0, 4648.0, 4610.0, 4599.0, 4617.0, 4588.0, 4650.0, 4621.0, 4638.0, 4621.0, 4584.0, 4641.0, 4627.0, 4614.0, 4642.0, 4634.0, 4681.0, 4642.0, 4635.0, 4644.0, 4602.0, 4661.0, 4621.0, 4581.0, 4641.0, 4620.0, 4672.0, 4627.0, 4608.0, 4618.0, 4567.0, 4618.0, 4576.0, 4627.0, 4597.0, 4645.0, 4594.0, 4615.0, 4594.0, 4614.0, 4597.0, 4626.0, 4598.0, 4577.0, 4594.0, 4567.0, 4617.0, 4577.0, 4619.0, 4570.0, 4637.0, 4600.0, 4627.0, 4608.0, 4630.0, 4610.0, 4647.0, 4609.0, 4628.0, 4608.0, 4589.0, 4618.0, 4591.0, 4641.0, 4612.0, 4649.0, 4609.0, 4641.0, 4609.0, 4580.0, 4630.0, 4582.0, 4653.0, 4633.0, 4650.0, 4630.0, 4593.0, 4640.0, 4600.0, 4662.0, 4650.0, 4669.0, 4629.0, 4598.0, 4631.0, 4589.0, 4636.0, 4607.0, 4657.0, 4638.0, 4659.0, 4608.0, 4578.0, 4618.0, 4579.0, 4652.0, 4610.0, 4657.0, 4608.0, 4616.0, 4606.0, 4586.0, 4639.0, 4580.0, 4650.0, 4610.0, 4648.0, 4597.0, 4617.0, 4618.0, 4565.0, 4617.0, 4587.0, 4628.0, 4611.0, 4659.0, 4612.0, 4579.0, 4629.0, 4598.0, 4627.0, 4608.0, 4608.0, 4633.0, 4582.0, 4640.0, 4611.0, 4615.0, 4621.0, 4592.0, 4650.0, 4631.0, 4630.0, 4618.0, 4592.0, 4670.0, 4614.0, 4621.0, 4618.0, 4597.0, 4649.0, 4598.0, 4657.0, 4607.0, 4648.0, 4607.0, 4624.0, 4595.0, 4646.0, 4614.0, 4635.0, 4595.0, 4624.0, 4586.0, 4612.0, 4596.0, 4616.0, 4593.0, 4563.0, 4607.0, 4564.0, 4605.0, 4574.0, 4615.0, 4565.0, 4618.0, 4596.0, 4618.0, 4597.0, 4625.0, 4610.0, 4627.0, 4610.0, 4619.0, 4607.0, 4589.0, 4617.0, 4578.0, 4628.0, 4566.0, 4637.0, 4576.0, 4626.0, 4596.0, 4617.0, 4597.0, 4626.0, 4608.0, 4656.0, 4596.0, 4608.0, 4606.0, 4576.0, 4618.0, 4576.0, 4627.0, 4566.0, 4646.0, 4600.0, 4626.0, 4608.0, 4638.0, 4608.0, 4646.0, 4608.0, 4608.0, 4618.0, 4568.0, 4621.0, 4591.0, 4629.0, 4598.0, 4648.0, 4608.0, 4638.0, 4609.0, 4637.0, 4610.0, 4637.0, 4611.0, 4659.0, 4610.0, 4619.0, 4618.0, 4578.0, 4617.0, 4590.0, 4627.0, 4578.0, 4649.0, 4608.0, 4639.0, 4608.0, 4639.0, 4608.0, 4638.0, 4609.0, 4659.0, 4609.0, 4630.0, 4611.0, 4640.0, 4610.0, 4656.0, 4609.0, 4625.0, 4608.0, 4587.0, 4620.0, 4588.0, 4630.0, 4580.0, 4638.0, 4581.0, 4650.0, 4598.0, 4632.0, 4609.0, 4628.0, 4625.0, 4665.0, 4611.0, 4641.0, 4601.0, 4568.0, 4598.0, 4558.0, 4606.0, 4589.0, 4631.0, 4609.0, 4670.0, 4634.0, 4653.0, 4664.0, 4612.0, 4648.0, 4598.0, 4582.0, 4641.0, 4622.0, 4686.0, 4636.0, 4643.0, 4634.0, 4596.0, 4644.0, 4593.0, 4638.0, 4607.0, 4660.0, 4620.0, 4638.0, 4611.0, 4630.0, 4609.0, 4599.0, 4621.0, 4579.0, 4641.0, 4592.0, 4641.0, 4610.0, 4583.0, 4612.0, 4593.0, 4644.0, 4613.0, 4652.0, 4621.0, 4637.0, 4640.0, 4593.0, 4653.0, 4625.0, 4661.0, 4632.0, 4683.0, 4643.0, 4653.0, 4620.0, 4608.0, 4618.0, 4580.0, 4670.0, 4607.0, 4659.0, 4616.0, 4648.0, 4610.0, 4580.0, 4630.0, 4603.0, 4653.0, 4621.0, 4576.0, 4637.0, 4584.0, 4605.0, 4595.0, 4576.0, 4641.0, 4568.0, 4648.0, 4610.0, 4648.0, 4597.0, 4608.0, 4619.0, 4577.0, 4637.0, 4599.0, 4608.0, 4607.0, 4588.0, 4638.0, 4611.0, 4649.0, 4610.0, 4590.0, 4619.0, 4579.0, 4655.0, 4623.0, 4664.0, 4626.0, 4592.0, 4631.0, 4580.0, 4639.0, 4613.0, 4661.0, 4622.0, 4592.0, 4631.0, 4590.0, 4639.0, 4579.0, 4663.0, 4591.0, 4639.0, 4599.0, 4639.0, 4609.0, 4658.0, 4622.0, 4629.0, 4621.0, 4588.0, 4627.0, 4567.0, 4648.0, 4598.0, 4659.0, 4609.0, 4648.0, 4606.0, 4637.0, 4610.0, 4606.0, 4627.0, 4568.0, 4626.0, 4578.0, 4637.0, 4598.0, 4656.0, 4618.0, 4647.0, 4606.0, 4636.0, 4606.0, 4646.0, 4607.0, 4605.0, 4614.0, 4576.0, 4624.0, 4566.0, 4625.0, 4606.0, 4636.0, 4618.0, 4636.0, 4597.0, 4607.0, 4617.0, 4586.0, 4636.0, 4566.0, 4627.0, 4586.0, 4626.0, 4597.0, 4635.0, 4606.0, 4645.0, 4608.0, 4645.0, 4596.0, 4635.0, 4597.0, 4635.0, 4595.0, 4614.0, 4605.0, 4566.0, 4616.0, 4577.0, 4625.0, 4568.0, 4637.0, 4598.0, 4636.0, 4597.0, 4628.0, 4608.0, 4637.0, 4608.0, 4646.0, 4598.0, 4597.0, 4597.0, 4567.0, 4618.0, 4587.0, 4630.0, 4567.0, 4628.0, 4579.0, 4627.0, 4599.0, 4637.0, 4608.0, 4647.0, 4618.0, 4657.0, 4598.0, 4636.0, 4607.0, 4636.0, 4628.0, 4575.0, 4625.0, 4576.0, 4636.0, 4598.0, 4657.0, 4626.0, 4656.0, 4606.0, 4635.0, 4595.0, 4614.0, 4616.0, 4565.0, 4627.0, 4578.0, 4615.0, 4597.0, 4625.0, 4606.0, 4635.0, 4607.0, 4616.0, 4618.0, 4566.0, 4625.0, 4587.0, 4625.0, 4607.0, 4637.0, 4607.0, 4606.0, 4607.0, 4578.0, 4627.0, 4577.0, 4637.0, 4589.0, 4646.0, 4615.0, 4645.0, 4595.0, 4626.0, 4595.0, 4635.0, 4595.0, 4633.0, 4593.0, 4573.0, 4604.0, 4574.0, 4613.0, 4557.0, 4635.0, 4606.0, 4645.0, 4606.0, 4588.0, 4617.0, 4577.0, 4638.0, 4607.0, 4649.0, 4608.0, 4579.0, 4628.0, 4580.0, 4650.0, 4624.0, 4622.0, 4641.0, 4640.0, 4693.0, 4638.0, 4623.0, 4641.0, 4626.0, 4614.0, 4641.0, 4631.0, 4680.0, 4638.0, 4605.0, 4628.0, 4578.0, 4638.0, 4597.0, 4636.0, 4588.0, 4635.0, 4584.0, 4646.0, 4605.0, 4613.0, 4593.0, 4613.0, 4603.0, 4633.0, 4605.0, 4643.0, 4598.0, 4605.0, 4594.0, 4574.0, 4606.0, 4567.0, 4615.0, 4567.0, 4625.0, 4606.0, 4626.0, 4607.0, 4635.0, 4608.0, 4635.0, 4607.0, 4596.0, 4597.0, 4577.0, 4618.0, 4577.0, 4627.0, 4579.0, 4648.0, 4619.0, 4637.0, 4617.0, 4636.0, 4608.0, 4646.0, 4607.0, 4636.0, 4616.0, 4577.0, 4627.0, 4579.0, 4626.0, 4607.0, 4638.0, 4619.0, 4657.0, 4607.0, 4587.0, 4628.0, 4578.0, 4637.0, 4611.0, 4648.0, 4619.0, 4647.0, 4609.0, 4589.0, 4617.0, 4579.0, 4637.0, 4578.0, 4648.0, 4607.0, 4637.0, 4608.0, 4648.0, 4610.0, 4627.0, 4617.0, 4576.0, 4625.0, 4568.0, 4628.0, 4566.0, 4625.0, 4596.0, 4636.0, 4606.0, 4637.0, 4608.0, 4636.0, 4608.0, 4626.0, 4607.0, 4576.0, 4617.0, 4579.0, 4617.0, 4598.0, 4627.0, 4577.0, 4637.0, 4587.0, 4627.0, 4606.0, 4626.0, 4607.0, 4636.0, 4609.0, 4647.0, 4623.0, 4582.0, 4620.0, 4579.0, 4642.0, 4622.0, 4613.0, 4636.0, 4597.0, 4669.0, 4665.0, 4628.0, 4630.0, 4622.0, 4665.0, 4625.0, 4572.0, 4642.0, 4628.0, 4675.0, 4624.0, 4665.0, 4647.0, 4627.0, 4662.0, 4621.0, 4657.0, 4617.0, 4656.0, 4617.0, 4635.0, 4618.0, 4616.0, 4649.0, 4576.0, 4625.0, 4596.0, 4615.0, 4599.0, 4580.0, 4638.0, 4596.0, 4638.0, 4608.0, 4595.0, 4597.0, 4578.0, 4638.0, 4588.0, 4638.0, 4609.0, 4638.0, 4608.0, 4608.0, 4621.0, 4567.0, 4628.0, 4610.0, 4622.0, 4619.0, 4584.0, 4650.0, 4630.0, 4590.0, 4662.0, 4621.0, 4612.0, 4623.0, 4582.0, 4638.0, 4619.0, 4650.0, 4650.0, 4588.0, 4638.0, 4607.0, 4637.0, 4609.0, 4641.0, 4629.0, 4566.0, 4626.0, 4566.0, 4626.0, 4607.0, 4637.0, 4605.0, 4646.0, 4596.0, 4625.0, 4597.0, 4625.0, 4597.0, 4605.0, 4595.0, 4565.0, 4605.0, 4565.0, 4606.0, 4566.0, 4617.0, 4565.0, 4615.0, 4567.0, 4617.0, 4577.0, 4628.0, 4586.0, 4627.0, 4598.0, 4627.0, 4598.0, 4628.0, 4609.0, 4627.0, 4598.0, 4588.0, 4618.0, 4598.0, 4630.0, 4622.0, 4618.0, 4578.0, 4628.0, 4567.0, 4628.0, 4578.0, 4649.0, 4599.0, 4628.0, 4598.0, 4627.0, 4600.0, 4649.0, 4600.0, 4628.0, 4608.0, 4618.0, 4610.0, 4589.0, 4643.0, 4602.0, 4640.0, 4620.0, 4660.0, 4610.0, 4640.0, 4633.0, 4580.0, 4632.0, 4599.0, 4638.0, 4619.0, 4659.0, 4640.0, 4668.0, 4617.0, 4607.0, 4606.0, 4567.0, 4649.0, 4630.0, 4667.0, 4608.0, 4637.0, 4596.0, 4617.0, 4606.0, 4597.0, 4650.0, 4596.0, 4627.0, 4608.0, 4625.0, 4597.0, 4645.0, 4597.0, 4596.0, 4615.0, 4567.0, 4605.0, 4576.0, 4646.0, 4598.0, 4646.0, 4586.0, 4626.0, 4607.0, 4611.0, 4633.0, 4570.0, 4608.0, 4563.0, 4601.0, 4598.0, 4593.0, 4640.0, 4612.0, 4593.0, 4634.0, 4601.0, 4617.0, 4608.0, 4568.0, 4650.0, 4634.0, 4602.0, 4643.0, 4615.0, 4671.0, 4622.0, 4610.0], 'WindowWidth': [10266.0, 10208.0, 10167.0, 10079.0, 10146.0, 10082.0, 10144.0, 10119.0, 10171.0, 10130.0, 10115.0, 10140.0, 10103.0, 10139.0, 10073.0, 10144.0, 10134.0, 10128.0, 10149.0, 10129.0, 10165.0, 10093.0, 10136.0, 10126.0, 10089.0, 10111.0, 10063.0, 10158.0, 10119.0, 10158.0, 10128.0, 10144.0, 10099.0, 10073.0, 10126.0, 10071.0, 10177.0, 10109.0, 10151.0, 10099.0, 10086.0, 10109.0, 10070.0, 10157.0, 10117.0, 10137.0, 10118.0, 10072.0, 10149.0, 10132.0, 10111.0, 10148.0, 10140.0, 10207.0, 10146.0, 10140.0, 10153.0, 10092.0, 10176.0, 10118.0, 10064.0, 10146.0, 10116.0, 10193.0, 10122.0, 10093.0, 10106.0, 10037.0, 10106.0, 10049.0, 10119.0, 10076.0, 10144.0, 10068.0, 10098.0, 10072.0, 10096.0, 10078.0, 10115.0, 10079.0, 10048.0, 10071.0, 10038.0, 10104.0, 10054.0, 10110.0, 10047.0, 10135.0, 10084.0, 10120.0, 10095.0, 10125.0, 10101.0, 10149.0, 10099.0, 10124.0, 10096.0, 10070.0, 10109.0, 10075.0, 10143.0, 10105.0, 10155.0, 10100.0, 10145.0, 10100.0, 10061.0, 10129.0, 10069.0, 10166.0, 10140.0, 10158.0, 10130.0, 10082.0, 10143.0, 10090.0, 10176.0, 10157.0, 10186.0, 10127.0, 10082.0, 10130.0, 10073.0, 10134.0, 10096.0, 10166.0, 10140.0, 10166.0, 10096.0, 10054.0, 10108.0, 10058.0, 10161.0, 10102.0, 10164.0, 10097.0, 10105.0, 10092.0, 10063.0, 10143.0, 10061.0, 10157.0, 10102.0, 10150.0, 10081.0, 10109.0, 10111.0, 10034.0, 10106.0, 10068.0, 10122.0, 10105.0, 10171.0, 10106.0, 10056.0, 10128.0, 10087.0, 10122.0, 10099.0, 10097.0, 10138.0, 10065.0, 10145.0, 10106.0, 10115.0, 10119.0, 10083.0, 10159.0, 10135.0, 10128.0, 10110.0, 10080.0, 10185.0, 10109.0, 10116.0, 10110.0, 10080.0, 10156.0, 10082.0, 10165.0, 10095.0, 10150.0, 10092.0, 10113.0, 10073.0, 10145.0, 10098.0, 10129.0, 10072.0, 10110.0, 10059.0, 10093.0, 10075.0, 10101.0, 10069.0, 10027.0, 10090.0, 10032.0, 10086.0, 10044.0, 10101.0, 10035.0, 10106.0, 10077.0, 10107.0, 10080.0, 10117.0, 10100.0, 10122.0, 10102.0, 10111.0, 10094.0, 10072.0, 10108.0, 10056.0, 10122.0, 10039.0, 10136.0, 10049.0, 10117.0, 10078.0, 10107.0, 10080.0, 10119.0, 10098.0, 10158.0, 10079.0, 10095.0, 10092.0, 10051.0, 10108.0, 10051.0, 10122.0, 10039.0, 10148.0, 10086.0, 10120.0, 10097.0, 10136.0, 10096.0, 10148.0, 10098.0, 10095.0, 10111.0, 10046.0, 10116.0, 10076.0, 10125.0, 10086.0, 10152.0, 10099.0, 10138.0, 10100.0, 10136.0, 10101.0, 10136.0, 10105.0, 10167.0, 10101.0, 10112.0, 10110.0, 10058.0, 10109.0, 10074.0, 10124.0, 10058.0, 10156.0, 10098.0, 10140.0, 10100.0, 10140.0, 10099.0, 10138.0, 10103.0, 10168.0, 10099.0, 10129.0, 10104.0, 10141.0, 10101.0, 10161.0, 10098.0, 10117.0, 10097.0, 10069.0, 10115.0, 10073.0, 10130.0, 10064.0, 10139.0, 10065.0, 10158.0, 10085.0, 10133.0, 10101.0, 10126.0, 10129.0, 10189.0, 10106.0, 10140.0, 10088.0, 10035.0, 10074.0, 10021.0, 10083.0, 10066.0, 10127.0, 10095.0, 10186.0, 10142.0, 10164.0, 10183.0, 10110.0, 10152.0, 10084.0, 10070.0, 10145.0, 10123.0, 10217.0, 10149.0, 10151.0, 10141.0, 10092.0, 10155.0, 10084.0, 10141.0, 10094.0, 10172.0, 10111.0, 10137.0, 10099.0, 10129.0, 10101.0, 10089.0, 10118.0, 10059.0, 10146.0, 10082.0, 10146.0, 10100.0, 10068.0, 10110.0, 10088.0, 10156.0, 10114.0, 10165.0, 10122.0, 10145.0, 10147.0, 10086.0, 10168.0, 10131.0, 10178.0, 10136.0, 10213.0, 10152.0, 10162.0, 10115.0, 10097.0, 10110.0, 10063.0, 10187.0, 10095.0, 10169.0, 10107.0, 10150.0, 10102.0, 10063.0, 10133.0, 10102.0, 10172.0, 10122.0, 10054.0, 10137.0, 10062.0, 10088.0, 10075.0, 10052.0, 10148.0, 10045.0, 10154.0, 10103.0, 10153.0, 10082.0, 10099.0, 10115.0, 10054.0, 10137.0, 10089.0, 10099.0, 10096.0, 10071.0, 10141.0, 10108.0, 10156.0, 10105.0, 10078.0, 10116.0, 10061.0, 10175.0, 10128.0, 10184.0, 10132.0, 10081.0, 10133.0, 10065.0, 10143.0, 10113.0, 10176.0, 10121.0, 10083.0, 10133.0, 10077.0, 10144.0, 10062.0, 10181.0, 10078.0, 10142.0, 10090.0, 10142.0, 10103.0, 10168.0, 10122.0, 10127.0, 10117.0, 10072.0, 10123.0, 10042.0, 10156.0, 10083.0, 10170.0, 10099.0, 10154.0, 10094.0, 10135.0, 10101.0, 10092.0, 10122.0, 10044.0, 10120.0, 10056.0, 10134.0, 10082.0, 10163.0, 10109.0, 10150.0, 10091.0, 10132.0, 10092.0, 10145.0, 10095.0, 10089.0, 10099.0, 10053.0, 10113.0, 10036.0, 10118.0, 10092.0, 10133.0, 10110.0, 10134.0, 10081.0, 10095.0, 10108.0, 10065.0, 10135.0, 10039.0, 10121.0, 10067.0, 10119.0, 10080.0, 10130.0, 10093.0, 10145.0, 10095.0, 10146.0, 10079.0, 10130.0, 10079.0, 10129.0, 10077.0, 10100.0, 10087.0, 10038.0, 10105.0, 10054.0, 10117.0, 10043.0, 10134.0, 10081.0, 10132.0, 10083.0, 10122.0, 10096.0, 10133.0, 10099.0, 10146.0, 10083.0, 10083.0, 10083.0, 10042.0, 10111.0, 10069.0, 10130.0, 10041.0, 10125.0, 10061.0, 10121.0, 10087.0, 10135.0, 10099.0, 10152.0, 10112.0, 10164.0, 10084.0, 10134.0, 10095.0, 10132.0, 10125.0, 10049.0, 10117.0, 10051.0, 10132.0, 10082.0, 10164.0, 10120.0, 10163.0, 10091.0, 10130.0, 10075.0, 10100.0, 10104.0, 10034.0, 10123.0, 10053.0, 10103.0, 10081.0, 10117.0, 10092.0, 10131.0, 10095.0, 10104.0, 10109.0, 10038.0, 10117.0, 10068.0, 10117.0, 10095.0, 10136.0, 10095.0, 10092.0, 10093.0, 10057.0, 10122.0, 10056.0, 10134.0, 10070.0, 10147.0, 10103.0, 10144.0, 10075.0, 10119.0, 10075.0, 10128.0, 10076.0, 10124.0, 10070.0, 10042.0, 10085.0, 10046.0, 10098.0, 10026.0, 10129.0, 10092.0, 10145.0, 10093.0, 10070.0, 10109.0, 10057.0, 10140.0, 10099.0, 10154.0, 10098.0, 10060.0, 10126.0, 10065.0, 10162.0, 10131.0, 10125.0, 10151.0, 10149.0, 10230.0, 10143.0, 10126.0, 10147.0, 10137.0, 10119.0, 10150.0, 10139.0, 10209.0, 10141.0, 10090.0, 10127.0, 10061.0, 10140.0, 10084.0, 10135.0, 10071.0, 10134.0, 10058.0, 10147.0, 10086.0, 10098.0, 10071.0, 10097.0, 10084.0, 10125.0, 10089.0, 10138.0, 10080.0, 10089.0, 10073.0, 10046.0, 10091.0, 10040.0, 10103.0, 10039.0, 10116.0, 10092.0, 10121.0, 10097.0, 10132.0, 10097.0, 10132.0, 10095.0, 10080.0, 10081.0, 10055.0, 10109.0, 10054.0, 10122.0, 10060.0, 10153.0, 10113.0, 10137.0, 10109.0, 10135.0, 10098.0, 10148.0, 10097.0, 10132.0, 10106.0, 10055.0, 10122.0, 10059.0, 10121.0, 10098.0, 10137.0, 10115.0, 10164.0, 10096.0, 10071.0, 10125.0, 10061.0, 10138.0, 10106.0, 10156.0, 10115.0, 10153.0, 10100.0, 10074.0, 10110.0, 10059.0, 10139.0, 10058.0, 10155.0, 10098.0, 10139.0, 10098.0, 10152.0, 10101.0, 10123.0, 10109.0, 10052.0, 10118.0, 10043.0, 10123.0, 10039.0, 10118.0, 10081.0, 10134.0, 10092.0, 10136.0, 10098.0, 10135.0, 10099.0, 10121.0, 10098.0, 10054.0, 10109.0, 10059.0, 10109.0, 10083.0, 10121.0, 10053.0, 10137.0, 10069.0, 10121.0, 10093.0, 10120.0, 10097.0, 10135.0, 10102.0, 10150.0, 10129.0, 10070.0, 10119.0, 10063.0, 10148.0, 10125.0, 10116.0, 10147.0, 10101.0, 10199.0, 10201.0, 10144.0, 10131.0, 10122.0, 10186.0, 10129.0, 10049.0, 10147.0, 10136.0, 10203.0, 10125.0, 10184.0, 10163.0, 10116.0, 10179.0, 10113.0, 10162.0, 10105.0, 10162.0, 10106.0, 10130.0, 10111.0, 10102.0, 10155.0, 10049.0, 10112.0, 10073.0, 10102.0, 10085.0, 10061.0, 10136.0, 10076.0, 10135.0, 10093.0, 10073.0, 10077.0, 10055.0, 10138.0, 10069.0, 10138.0, 10099.0, 10137.0, 10097.0, 10095.0, 10115.0, 10039.0, 10123.0, 10103.0, 10121.0, 10114.0, 10070.0, 10159.0, 10129.0, 10074.0, 10177.0, 10117.0, 10109.0, 10122.0, 10068.0, 10140.0, 10113.0, 10154.0, 10158.0, 10069.0, 10139.0, 10095.0, 10135.0, 10099.0, 10143.0, 10125.0, 10036.0, 10117.0, 10036.0, 10117.0, 10093.0, 10132.0, 10088.0, 10145.0, 10074.0, 10113.0, 10078.0, 10114.0, 10078.0, 10084.0, 10072.0, 10034.0, 10087.0, 10034.0, 10088.0, 10035.0, 10105.0, 10035.0, 10101.0, 10041.0, 10106.0, 10055.0, 10121.0, 10064.0, 10118.0, 10082.0, 10118.0, 10083.0, 10124.0, 10100.0, 10122.0, 10084.0, 10072.0, 10111.0, 10084.0, 10130.0, 10116.0, 10110.0, 10056.0, 10124.0, 10042.0, 10125.0, 10057.0, 10155.0, 10084.0, 10124.0, 10083.0, 10122.0, 10090.0, 10155.0, 10087.0, 10127.0, 10099.0, 10111.0, 10102.0, 10074.0, 10152.0, 10093.0, 10146.0, 10118.0, 10172.0, 10104.0, 10145.0, 10138.0, 10062.0, 10133.0, 10088.0, 10141.0, 10114.0, 10173.0, 10143.0, 10182.0, 10106.0, 10093.0, 10092.0, 10039.0, 10155.0, 10130.0, 10179.0, 10096.0, 10134.0, 10079.0, 10107.0, 10091.0, 10080.0, 10158.0, 10079.0, 10122.0, 10095.0, 10118.0, 10081.0, 10143.0, 10081.0, 10076.0, 10101.0, 10038.0, 10089.0, 10051.0, 10145.0, 10080.0, 10146.0, 10063.0, 10118.0, 10093.0, 10100.0, 10138.0, 10044.0, 10089.0, 10022.0, 10070.0, 10079.0, 10085.0, 10144.0, 10108.0, 10083.0, 10142.0, 10092.0, 10109.0, 10099.0, 10043.0, 10160.0, 10141.0, 10094.0, 10152.0, 10114.0, 10191.0, 10123.0, 10098.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.001456742424242424</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.02398849199134199</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.04261654550381</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2033593949945816</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0143649549837475</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.5207</td></tr>
|
|
<tr><td colspan=3>fber</td><td>2688.2612</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.11480570076196536</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>107</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>11.58008658008658</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.558795063076665</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.503415213041203</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.69014039040751</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4828295857812814</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00534671</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>0.003590602893382311</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.023036496713757515</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.994812738902353</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>12.9532</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>76.285</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>260.1263</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>76.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>291173.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>17.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>1234.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>447.1409</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.5451</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>595.5504</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3747.4371</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3951.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>85371.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1369.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4893.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>989.0268</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>36.50417572329752</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> |