=== 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-0031 --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-0031",
"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-0031_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-0031_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-0031_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-0031/figures/sub-0031_ses-04_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0031/figures/sub-0031_ses-04_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0031/figures/sub-0031_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-0031_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-0031/figures/sub-0031_ses-04_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0031/figures/sub-0031_ses-04_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0031/figures/sub-0031_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-0031_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-0031/figures/sub-0031_ses-04_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0031/figures/sub-0031_ses-04_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0031/figures/sub-0031_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-0031_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-0031/figures/sub-0031_ses-04_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0031/figures/sub-0031_ses-04_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0031/figures/sub-0031_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-0031_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-0031/figures/sub-0031_ses-04_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0031/figures/sub-0031_ses-04_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0031/figures/sub-0031_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-0031_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-0031/figures/sub-0031_ses-04_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0031/figures/sub-0031_ses-04_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0031/figures/sub-0031_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-0031_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-0031/figures/sub-0031_ses-04_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0031/figures/sub-0031_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-0031/figures/sub-0031_ses-04_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0031/figures/sub-0031_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-0031/ses-04/func/sub-0031_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>f8abb14b9f15afb3f2486ffeaf8bda7d</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>14:22:27.745000</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.999819, -0.0168471, -0.00884364, 0.0164046, 0.998716, -0.0479227]</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.114759</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>[4150, -7710, -7209, 571, -55, -95, 36, 66]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>288.931</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>bbca7cc5-83fa-4449-8547-00cbaa1201c9||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.682441234588623, 0.04401247575879097, -0.026027053594589233, 108.9990234375], [0.04519958421587944, 2.679482936859131, -0.12897615134716034, -99.60911560058594], [-0.023726847022771835, 0.12857310473918915, 2.6967921257019043, -57.655147552490234], [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': ['142227.745000', '142228.205000', '142228.665000', '142229.125000', '142229.585000', '142230.045000', '142230.505000', '142230.965000', '142231.425000', '142231.885000', '142232.345000', '142232.805000', '142233.265000', '142233.725000', '142234.185000', '142234.645000', '142235.105000', '142235.565000', '142236.025000', '142236.485000', '142236.945000', '142237.405000', '142237.865000', '142238.325000', '142238.785000', '142239.245000', '142239.705000', '142240.165000', '142240.625000', '142241.085000', '142241.545000', '142242.005000', '142242.465000', '142242.925000', '142243.385000', '142243.845000', '142244.305000', '142244.765000', '142245.225000', '142245.685000', '142246.145000', '142246.605000', '142247.065000', '142247.525000', '142247.985000', '142248.445000', '142248.905000', '142249.365000', '142249.825000', '142250.285000', '142250.745000', '142251.205000', '142251.665000', '142252.125000', '142252.585000', '142253.045000', '142253.505000', '142253.965000', '142254.425000', '142254.885000', '142255.345000', '142255.805000', '142256.265000', '142256.725000', '142257.185000', '142257.645000', '142258.105000', '142258.565000', '142259.025000', '142259.485000', '142259.945000', '142300.405000', '142300.865000', '142301.325000', '142301.785000', '142302.245000', '142302.705000', '142303.165000', '142303.625000', '142304.085000', '142304.545000', '142305.005000', '142305.465000', '142305.925000', '142306.385000', '142306.845000', '142307.305000', '142307.765000', '142308.225000', '142308.685000', '142309.145000', '142309.605000', '142310.065000', '142310.525000', '142310.985000', '142311.445000', '142311.905000', '142312.365000', '142312.825000', '142313.285000', '142313.745000', '142314.205000', '142314.665000', '142315.125000', '142315.585000', '142316.045000', '142316.505000', '142316.965000', '142317.425000', '142317.885000', '142318.345000', '142318.805000', '142319.265000', '142319.725000', '142320.185000', '142320.645000', '142321.105000', '142321.565000', '142322.025000', '142322.485000', '142322.945000', '142323.405000', '142323.865000', '142324.325000', '142324.785000', '142325.245000', '142325.705000', '142326.165000', '142326.625000', '142327.085000', '142327.545000', '142328.005000', '142328.465000', '142328.925000', '142329.385000', '142329.845000', '142330.305000', '142330.765000', '142331.225000', '142331.685000', '142332.145000', '142332.605000', '142333.065000', '142333.525000', '142333.985000', '142334.445000', '142334.905000', '142335.365000', '142335.825000', '142336.285000', '142336.745000', '142337.205000', '142337.665000', '142338.125000', '142338.585000', '142339.045000', '142339.505000', '142339.965000', '142340.425000', '142340.885000', '142341.345000', '142341.805000', '142342.265000', '142342.725000', '142343.185000', '142343.645000', '142344.105000', '142344.565000', '142345.025000', '142345.485000', '142345.945000', '142346.405000', '142346.865000', '142347.325000', '142347.785000', '142348.245000', '142348.705000', '142349.165000', '142349.625000', '142350.085000', '142350.545000', '142351.005000', '142351.465000', '142351.925000', '142352.385000', '142352.845000', '142353.305000', '142353.765000', '142354.225000', '142354.685000', '142355.145000', '142355.605000', '142356.065000', '142356.525000', '142356.985000', '142357.445000', '142357.905000', '142358.365000', '142358.825000', '142359.285000', '142359.745000', '142400.205000', '142400.665000', '142401.125000', '142401.585000', '142402.045000', '142402.505000', '142402.965000', '142403.425000', '142403.885000', '142404.345000', '142404.805000', '142405.265000', '142405.725000', '142406.185000', '142406.645000', '142407.105000', '142407.565000', '142408.025000', '142408.485000', '142408.945000', '142409.405000', '142409.865000', '142410.325000', '142410.785000', '142411.245000', '142411.705000', '142412.165000', '142412.625000', '142413.085000', '142413.545000', '142414.005000', '142414.465000', '142414.925000', '142415.385000', '142415.845000', '142416.305000', '142416.765000', '142417.225000', '142417.685000', '142418.145000', '142418.605000', '142419.065000', '142419.525000', '142419.985000', '142420.445000', '142420.905000', '142421.365000', '142421.825000', '142422.285000', '142422.745000', '142423.205000', '142423.665000', '142424.125000', '142424.585000', '142425.045000', '142425.505000', '142425.965000', '142426.425000', '142426.885000', '142427.345000', '142427.805000', '142428.265000', '142428.725000', '142429.185000', '142429.645000', '142430.105000', '142430.565000', '142431.025000', '142431.485000', '142431.945000', '142432.405000', '142432.865000', '142433.325000', '142433.785000', '142434.245000', '142434.705000', '142435.165000', '142435.625000', '142436.085000', '142436.545000', '142437.005000', '142437.465000', '142437.925000', '142438.385000', '142438.845000', '142439.305000', '142439.765000', '142440.225000', '142440.685000', '142441.145000', '142441.605000', '142442.065000', '142442.525000', '142442.985000', '142443.445000', '142443.905000', '142444.365000', '142444.825000', '142445.285000', '142445.745000', '142446.205000', '142446.665000', '142447.125000', '142447.585000', '142448.045000', '142448.505000', '142448.965000', '142449.425000', '142449.885000', '142450.345000', '142450.805000', '142451.265000', '142451.725000', '142452.185000', '142452.645000', '142453.105000', '142453.565000', '142454.025000', '142454.485000', '142454.945000', '142455.405000', '142455.865000', '142456.325000', '142456.785000', '142457.245000', '142457.705000', '142458.165000', '142458.625000', '142459.085000', '142459.545000', '142500.005000', '142500.465000', '142500.925000', '142501.385000', '142501.845000', '142502.305000', '142502.765000', '142503.225000', '142503.685000', '142504.145000', '142504.605000', '142505.065000', '142505.525000', '142505.985000', '142506.445000', '142506.905000', '142507.365000', '142507.825000', '142508.285000', '142508.745000', '142509.205000', '142509.665000', '142510.125000', '142510.585000', '142511.045000', '142511.505000', '142511.965000', '142512.425000', '142512.885000', '142513.345000', '142513.805000', '142514.265000', '142514.725000', '142515.185000', '142515.645000', '142516.105000', '142516.565000', '142517.025000', '142517.485000', '142517.945000', '142518.405000', '142518.865000', '142519.325000', '142519.785000', '142520.245000', '142520.705000', '142521.165000', '142521.625000', '142522.085000', '142522.545000', '142523.005000', '142523.465000', '142523.925000', '142524.385000', '142524.845000', '142525.305000', '142525.765000', '142526.225000', '142526.685000', '142527.145000', '142527.605000', '142528.065000', '142528.525000', '142528.985000', '142529.445000', '142529.905000', '142530.365000', '142530.825000', '142531.285000', '142531.745000', '142532.205000', '142532.665000', '142533.125000', '142533.585000', '142534.045000', '142534.505000', '142534.965000', '142535.425000', '142535.885000', '142536.345000', '142536.805000', '142537.265000', '142537.725000', '142538.185000', '142538.645000', '142539.105000', '142539.565000', '142540.025000', '142540.485000', '142540.945000', '142541.405000', '142541.865000', '142542.325000', '142542.785000', '142543.245000', '142543.705000', '142544.165000', '142544.625000', '142545.085000', '142545.545000', '142546.005000', '142546.465000', '142546.925000', '142547.385000', '142547.845000', '142548.305000', '142548.765000', '142549.225000', '142549.685000', '142550.145000', '142550.605000', '142551.065000', '142551.525000', '142551.985000', '142552.445000', '142552.905000', '142553.365000', '142553.825000', '142554.285000', '142554.745000', '142555.205000', '142555.665000', '142556.125000', '142556.585000', '142557.045000', '142557.505000', '142557.965000', '142558.425000', '142558.885000', '142559.345000', '142559.805000', '142600.265000', '142600.725000', '142601.185000', '142601.645000', '142602.105000', '142602.565000', '142603.025000', '142603.485000', '142603.945000', '142604.405000', '142604.865000', '142605.325000', '142605.785000', '142606.245000', '142606.705000', '142607.165000', '142607.625000', '142608.085000', '142608.545000', '142609.005000', '142609.465000', '142609.925000', '142610.385000', '142610.845000', '142611.305000', '142611.765000', '142612.225000', '142612.685000', '142613.145000', '142613.605000', '142614.065000', '142614.525000', '142614.985000', '142615.445000', '142615.905000', '142616.365000', '142616.825000', '142617.285000', '142617.745000', '142618.205000', '142618.665000', '142619.125000', '142619.585000', '142620.045000', '142620.505000', '142620.965000', '142621.425000', '142621.885000', '142622.345000', '142622.805000', '142623.265000', '142623.725000', '142624.185000', '142624.645000', '142625.105000', '142625.565000', '142626.025000', '142626.485000', '142626.945000', '142627.405000', '142627.865000', '142628.325000', '142628.785000', '142629.245000', '142629.705000', '142630.165000', '142630.625000', '142631.085000', '142631.545000', '142632.005000', '142632.465000', '142632.925000', '142633.385000', '142633.845000', '142634.305000', '142634.765000', '142635.225000', '142635.685000', '142636.145000', '142636.605000', '142637.065000', '142637.525000', '142637.985000', '142638.445000', '142638.905000', '142639.365000', '142639.825000', '142640.285000', '142640.745000', '142641.205000', '142641.665000', '142642.125000', '142642.585000', '142643.045000', '142643.505000', '142643.965000', '142644.425000', '142644.885000', '142645.345000', '142645.805000', '142646.265000', '142646.725000', '142647.185000', '142647.645000', '142648.105000', '142648.565000', '142649.025000', '142649.485000', '142649.945000', '142650.405000', '142650.865000', '142651.325000', '142651.785000', '142652.245000', '142652.705000', '142653.165000', '142653.625000', '142654.085000', '142654.545000', '142655.005000', '142655.465000', '142655.925000', '142656.385000', '142656.845000', '142657.305000', '142657.765000', '142658.225000', '142658.685000', '142659.145000', '142659.605000', '142700.065000', '142700.525000', '142700.985000', '142701.445000', '142701.905000', '142702.365000', '142702.825000', '142703.285000', '142703.745000', '142704.205000', '142704.665000', '142705.125000', '142705.585000', '142706.045000', '142706.505000', '142706.965000', '142707.425000', '142707.885000', '142708.345000', '142708.805000', '142709.265000', '142709.725000', '142710.185000', '142710.645000', '142711.105000', '142711.565000', '142712.025000', '142712.485000', '142712.945000', '142713.405000', '142713.865000', '142714.325000', '142714.785000', '142715.245000', '142715.705000', '142716.165000', '142716.625000', '142717.085000', '142717.545000', '142718.005000', '142718.465000', '142718.925000', '142719.385000', '142719.845000', '142720.305000', '142720.765000', '142721.225000', '142721.685000', '142722.145000', '142722.605000', '142723.065000', '142723.525000', '142723.985000', '142724.445000', '142724.905000', '142725.365000', '142725.825000', '142726.285000', '142726.745000', '142727.205000', '142727.665000', '142728.125000', '142728.585000', '142729.045000', '142729.505000', '142729.965000', '142730.425000', '142730.885000', '142731.345000', '142731.805000', '142732.265000', '142732.725000', '142733.185000', '142733.645000', '142734.105000', '142734.565000', '142735.025000', '142735.485000', '142735.945000', '142736.405000', '142736.865000', '142737.325000', '142737.785000', '142738.245000', '142738.705000', '142739.165000', '142739.625000', '142740.085000', '142740.545000', '142741.005000', '142741.465000', '142741.925000', '142742.385000', '142742.845000', '142743.305000', '142743.765000', '142744.225000', '142744.685000', '142745.145000', '142745.605000', '142746.065000', '142746.525000', '142746.985000', '142747.445000', '142747.905000', '142748.365000', '142748.825000', '142749.285000', '142749.745000', '142750.205000', '142750.665000', '142751.125000', '142751.585000', '142752.045000', '142752.505000', '142752.965000', '142753.425000', '142753.885000', '142754.345000', '142754.805000', '142755.265000', '142755.725000', '142756.185000', '142756.645000', '142757.105000', '142757.565000', '142758.025000', '142758.485000', '142758.945000', '142759.405000', '142759.865000', '142800.325000', '142800.785000', '142801.245000', '142801.705000', '142802.165000', '142802.625000', '142803.085000', '142803.545000', '142804.005000', '142804.465000', '142804.925000', '142805.385000', '142805.845000', '142806.305000', '142806.765000', '142807.225000', '142807.685000', '142808.145000', '142808.605000', '142809.065000', '142809.525000', '142809.985000', '142810.445000', '142810.905000', '142811.365000', '142811.825000', '142812.285000', '142812.745000', '142813.205000', '142813.665000', '142814.125000', '142814.585000', '142815.045000', '142815.505000', '142815.965000', '142816.425000', '142816.885000', '142817.345000', '142817.805000', '142818.265000', '142818.725000', '142819.185000', '142819.645000', '142820.105000', '142820.565000', '142821.025000', '142821.485000', '142821.945000', '142822.405000', '142822.865000', '142823.325000', '142823.785000', '142824.245000', '142824.705000', '142825.165000', '142825.625000', '142826.085000', '142826.545000', '142827.005000', '142827.465000', '142827.925000', '142828.385000', '142828.845000', '142829.305000', '142829.765000', '142830.225000', '142830.685000', '142831.145000', '142831.605000', '142832.065000', '142832.525000', '142832.985000', '142833.445000', '142833.905000', '142834.365000', '142834.825000', '142835.285000', '142835.745000', '142836.205000', '142836.665000', '142837.125000', '142837.585000', '142838.045000', '142838.505000', '142838.965000', '142839.425000', '142839.885000', '142840.345000', '142840.805000', '142841.265000', '142841.725000', '142842.185000', '142842.645000', '142843.105000', '142843.565000', '142844.025000', '142844.485000', '142844.945000', '142845.405000', '142845.865000', '142846.325000', '142846.785000', '142847.245000', '142847.705000', '142848.165000', '142848.625000', '142849.085000', '142849.545000', '142850.005000', '142850.465000', '142850.925000', '142851.385000', '142851.845000', '142852.305000', '142852.765000', '142853.225000', '142853.685000', '142854.145000', '142854.605000', '142855.065000', '142855.525000', '142855.985000', '142856.445000', '142856.905000', '142857.365000', '142857.825000', '142858.285000', '142858.745000', '142859.205000', '142859.665000', '142900.125000', '142900.585000', '142901.045000', '142901.505000', '142901.965000', '142902.425000', '142902.885000', '142903.345000', '142903.805000', '142904.265000', '142904.725000', '142905.185000', '142905.645000', '142906.105000', '142906.565000', '142907.025000', '142907.485000', '142907.945000', '142908.405000', '142908.865000', '142909.325000', '142909.785000', '142910.245000', '142910.705000', '142911.165000', '142911.625000', '142912.085000', '142912.545000', '142913.005000', '142913.465000', '142913.925000', '142914.385000', '142914.845000', '142915.305000', '142915.765000', '142916.225000', '142916.685000', '142917.145000', '142917.605000', '142918.065000', '142918.525000', '142918.985000', '142919.445000', '142919.905000', '142920.365000', '142920.825000', '142921.285000', '142921.745000', '142922.205000', '142922.665000', '142923.125000', '142923.585000', '142924.045000', '142924.505000', '142924.965000', '142925.425000', '142925.885000', '142926.345000', '142926.805000', '142927.265000', '142927.725000', '142928.185000', '142928.645000', '142929.105000', '142929.565000', '142930.025000', '142930.485000', '142930.945000', '142931.405000', '142931.865000', '142932.325000', '142932.785000', '142933.245000'], 'ContentTime': ['142249.330000', '142249.333000', '142249.335000', '142249.338000', '142249.341000', '142249.343000', '142249.346000', '142249.349000', '142249.357000', '142249.360000', '142249.363000', '142249.365000', '142249.368000', '142249.371000', '142249.373000', '142249.376000', '142249.378000', '142249.381000', '142249.383000', '142249.386000', '142249.388000', '142249.391000', '142249.394000', '142249.396000', '142249.399000', '142249.402000', '142249.404000', '142249.407000', '142249.409000', '142249.412000', '142249.415000', '142249.417000', '142249.420000', '142249.422000', '142249.425000', '142249.427000', '142249.430000', '142249.433000', '142249.435000', '142249.438000', '142249.440000', '142249.443000', '142249.446000', '142249.448000', '142249.451000', '142309.295000', '142309.298000', '142309.301000', '142309.303000', '142309.306000', '142309.309000', '142309.311000', '142309.314000', '142309.316000', '142309.319000', '142309.321000', '142309.324000', '142309.326000', '142309.329000', '142309.332000', '142309.334000', '142309.337000', '142309.339000', '142309.342000', '142309.345000', '142309.347000', '142309.350000', '142309.352000', '142309.355000', '142309.358000', '142309.360000', '142309.363000', '142309.365000', '142309.368000', '142309.370000', '142309.373000', '142309.375000', '142309.378000', '142309.381000', '142309.383000', '142309.386000', '142309.388000', '142309.391000', '142309.394000', '142309.396000', '142309.409000', '142309.412000', '142309.415000', '142329.295000', '142329.298000', '142329.301000', '142329.303000', '142329.306000', '142329.309000', '142329.311000', '142329.314000', '142329.316000', '142329.319000', '142329.335000', '142329.337000', '142329.340000', '142329.342000', '142329.345000', '142329.347000', '142329.350000', '142329.353000', '142329.355000', '142329.358000', '142329.360000', '142329.363000', '142329.366000', '142329.368000', '142329.371000', '142329.373000', '142329.376000', '142329.378000', '142329.381000', '142329.383000', '142329.386000', '142329.388000', '142329.391000', '142329.394000', '142329.396000', '142329.399000', '142329.401000', '142329.404000', '142329.407000', '142329.409000', '142329.412000', '142329.414000', '142329.417000', '142329.422000', '142349.295000', '142349.298000', '142349.301000', '142349.304000', '142349.306000', '142349.309000', '142349.311000', '142349.314000', '142349.317000', '142349.319000', '142349.322000', '142349.324000', '142349.327000', '142349.330000', '142349.332000', '142349.335000', '142349.337000', '142349.340000', '142349.343000', '142349.345000', '142349.348000', '142349.355000', '142349.357000', '142349.360000', '142349.363000', '142349.365000', '142349.368000', '142349.371000', '142349.373000', '142349.376000', '142349.378000', '142349.381000', '142349.383000', '142349.386000', '142349.389000', '142349.391000', '142349.394000', '142349.397000', '142349.399000', '142349.402000', '142349.405000', '142349.408000', '142349.411000', '142409.295000', '142409.298000', '142409.301000', '142409.303000', '142409.306000', '142409.308000', '142409.311000', '142409.314000', '142409.316000', '142409.319000', '142409.321000', '142409.324000', '142409.326000', '142409.329000', '142409.332000', '142409.334000', '142409.337000', '142409.339000', '142409.342000', '142409.344000', '142409.347000', '142409.349000', '142409.352000', '142409.355000', '142409.357000', '142409.360000', '142409.363000', '142409.365000', '142409.368000', '142409.370000', '142409.373000', '142409.375000', '142409.378000', '142409.380000', '142409.383000', '142409.386000', '142409.388000', '142409.391000', '142409.393000', '142409.396000', '142409.398000', '142409.401000', '142409.404000', '142409.406000', '142429.295000', '142429.298000', '142429.301000', '142429.304000', '142429.306000', '142429.309000', '142429.311000', '142429.314000', '142429.317000', '142429.319000', '142429.322000', '142429.324000', '142429.327000', '142429.330000', '142429.332000', '142429.335000', '142429.337000', '142429.340000', '142429.343000', '142429.345000', '142429.348000', '142429.350000', '142429.353000', '142429.356000', '142429.358000', '142429.361000', '142429.364000', '142429.366000', '142429.373000', '142429.376000', '142429.378000', '142429.381000', '142429.383000', '142429.386000', '142429.389000', '142429.391000', '142429.394000', '142429.396000', '142429.399000', '142429.402000', '142429.404000', '142429.407000', '142429.409000', '142449.295000', '142449.298000', '142449.301000', '142449.303000', '142449.306000', '142449.309000', '142449.311000', '142449.314000', '142449.316000', '142449.319000', '142449.321000', '142449.324000', '142449.326000', '142449.329000', '142449.332000', '142449.334000', '142449.337000', '142449.340000', '142449.342000', '142449.345000', '142449.347000', '142449.350000', '142449.353000', '142449.355000', '142449.358000', '142449.360000', '142449.363000', '142449.366000', '142449.368000', '142449.371000', '142449.374000', '142449.376000', '142449.379000', '142449.381000', '142449.384000', '142449.387000', '142449.389000', '142449.392000', '142449.395000', '142449.397000', '142449.400000', '142449.402000', '142449.405000', '142449.407000', '142509.295000', '142509.298000', '142509.301000', '142509.303000', '142509.306000', '142509.321000', '142509.324000', '142509.326000', '142509.329000', '142509.331000', '142509.334000', '142509.337000', '142509.339000', '142509.342000', '142509.344000', '142509.347000', '142509.349000', '142509.352000', '142509.355000', '142509.357000', '142509.360000', '142509.363000', '142509.365000', '142509.368000', '142509.370000', '142509.373000', '142509.375000', '142509.378000', '142509.381000', '142509.383000', '142509.386000', '142509.389000', '142509.391000', '142509.394000', '142509.396000', '142509.399000', '142509.402000', '142509.404000', '142509.407000', '142509.409000', '142509.412000', '142509.415000', '142509.417000', '142529.295000', '142529.298000', '142529.301000', '142529.303000', '142529.306000', '142529.309000', '142529.311000', '142529.314000', '142529.316000', '142529.319000', '142529.322000', '142529.324000', '142529.327000', '142529.329000', '142529.332000', '142529.334000', '142529.337000', '142529.340000', '142529.342000', '142529.345000', '142529.348000', '142529.350000', '142529.353000', '142529.355000', '142529.358000', '142529.360000', '142529.363000', '142529.366000', '142529.368000', '142529.371000', '142529.373000', '142529.401000', '142529.404000', '142529.406000', '142529.409000', '142529.412000', '142529.414000', '142529.417000', '142529.419000', '142529.422000', '142529.424000', '142529.427000', '142529.429000', '142529.432000', '142549.295000', '142549.298000', '142549.301000', '142549.303000', '142549.306000', '142549.309000', '142549.311000', '142549.314000', '142549.316000', '142549.319000', '142549.321000', '142549.324000', '142549.326000', '142549.329000', '142549.332000', '142549.334000', '142549.337000', '142549.339000', '142549.342000', '142549.344000', '142549.347000', '142549.350000', '142549.352000', '142549.355000', '142549.357000', '142549.360000', '142549.362000', '142549.365000', '142549.367000', '142549.370000', '142549.373000', '142549.375000', '142549.378000', '142549.380000', '142549.383000', '142549.385000', '142549.388000', '142549.391000', '142549.393000', '142549.396000', '142549.399000', '142549.401000', '142549.404000', '142609.295000', '142609.298000', '142609.301000', '142609.304000', '142609.306000', '142609.309000', '142609.311000', '142609.314000', '142609.318000', '142609.321000', '142609.323000', '142609.326000', '142609.328000', '142609.331000', '142609.333000', '142609.336000', '142609.338000', '142609.341000', '142609.344000', '142609.346000', '142609.349000', '142609.351000', '142609.354000', '142609.356000', '142609.359000', '142609.362000', '142609.364000', '142609.367000', '142609.370000', '142609.373000', '142609.375000', '142609.378000', '142609.381000', '142609.383000', '142609.386000', '142609.388000', '142609.391000', '142609.393000', '142609.396000', '142609.399000', '142609.401000', '142609.404000', '142609.406000', '142609.409000', '142629.295000', '142629.298000', '142629.301000', '142629.304000', '142629.306000', '142629.309000', '142629.311000', '142629.314000', '142629.317000', '142629.319000', '142629.322000', '142629.324000', '142629.327000', '142629.330000', '142629.332000', '142629.335000', '142629.337000', '142629.340000', '142629.343000', '142629.345000', '142629.348000', '142629.351000', '142629.353000', '142629.356000', '142629.358000', '142629.361000', '142629.363000', '142629.366000', '142629.369000', '142629.371000', '142629.374000', '142629.377000', '142629.379000', '142629.382000', '142629.384000', '142629.387000', '142629.389000', '142629.392000', '142629.395000', '142629.397000', '142629.400000', '142629.402000', '142629.405000', '142649.295000', '142649.298000', '142649.301000', '142649.303000', '142649.306000', '142649.309000', '142649.311000', '142649.314000', '142649.317000', '142649.319000', '142649.322000', '142649.324000', '142649.327000', '142649.330000', '142649.332000', '142649.335000', '142649.338000', '142649.340000', '142649.343000', '142649.345000', '142649.348000', '142649.351000', '142649.353000', '142649.356000', '142649.358000', '142649.361000', '142649.364000', '142649.366000', '142649.369000', '142649.371000', '142649.374000', '142649.376000', '142649.379000', '142649.382000', '142649.384000', '142649.387000', '142649.389000', '142649.392000', '142649.395000', '142649.397000', '142649.400000', '142649.402000', '142649.405000', '142709.295000', '142709.298000', '142709.301000', '142709.303000', '142709.306000', '142709.309000', '142709.311000', '142709.314000', '142709.316000', '142709.319000', '142709.322000', '142709.324000', '142709.327000', '142709.329000', '142709.332000', '142709.335000', '142709.337000', '142709.340000', '142709.343000', '142709.345000', '142709.348000', '142709.350000', '142709.353000', '142709.355000', '142709.358000', '142709.361000', '142709.363000', '142709.366000', '142709.369000', '142709.371000', '142709.374000', '142709.376000', '142709.379000', '142709.382000', '142709.384000', '142709.387000', '142709.389000', '142709.392000', '142709.394000', '142709.397000', '142709.400000', '142709.403000', '142709.405000', '142709.408000', '142729.296000', '142729.299000', '142729.302000', '142729.304000', '142729.307000', '142729.310000', '142729.312000', '142729.315000', '142729.317000', '142729.320000', '142729.322000', '142729.325000', '142729.328000', '142729.330000', '142729.333000', '142729.336000', '142729.338000', '142729.341000', '142729.343000', '142729.346000', '142729.348000', '142729.351000', '142729.354000', '142729.358000', '142729.361000', '142729.364000', '142729.366000', '142729.369000', '142729.372000', '142729.374000', '142729.377000', '142729.379000', '142729.382000', '142729.384000', '142729.387000', '142729.390000', '142729.392000', '142729.395000', '142729.397000', '142729.400000', '142729.402000', '142729.405000', '142729.408000', '142749.295000', '142749.298000', '142749.301000', '142749.304000', '142749.306000', '142749.309000', '142749.311000', '142749.314000', '142749.316000', '142749.319000', '142749.322000', '142749.324000', '142749.327000', '142749.329000', '142749.332000', '142749.335000', '142749.337000', '142749.340000', '142749.343000', '142749.345000', '142749.348000', '142749.350000', '142749.353000', '142749.355000', '142749.358000', '142749.361000', '142749.363000', '142749.366000', '142749.368000', '142749.371000', '142749.374000', '142749.376000', '142749.379000', '142749.381000', '142749.386000', '142749.389000', '142749.391000', '142749.394000', '142749.396000', '142749.399000', '142749.402000', '142749.404000', '142749.407000', '142749.409000', '142809.295000', '142809.298000', '142809.301000', '142809.303000', '142809.306000', '142809.308000', '142809.311000', '142809.314000', '142809.316000', '142809.319000', '142809.321000', '142809.324000', '142809.339000', '142809.342000', '142809.345000', '142809.347000', '142809.350000', '142809.352000', '142809.355000', '142809.358000', '142809.360000', '142809.363000', '142809.365000', '142809.368000', '142809.371000', '142809.373000', '142809.376000', '142809.378000', '142809.381000', '142809.384000', '142809.386000', '142809.389000', '142809.391000', '142809.394000', '142809.396000', '142809.399000', '142809.401000', '142809.404000', '142809.407000', '142809.409000', '142809.412000', '142809.414000', '142809.417000', '142829.295000', '142829.298000', '142829.301000', '142829.304000', '142829.306000', '142829.309000', '142829.311000', '142829.314000', '142829.317000', '142829.319000', '142829.322000', '142829.324000', '142829.327000', '142829.330000', '142829.332000', '142829.335000', '142829.337000', '142829.340000', '142829.342000', '142829.345000', '142829.348000', '142829.350000', '142829.353000', '142829.356000', '142829.358000', '142829.361000', '142829.363000', '142829.366000', '142829.368000', '142829.371000', '142829.374000', '142829.376000', '142829.379000', '142829.381000', '142829.384000', '142829.387000', '142829.389000', '142829.392000', '142829.395000', '142829.397000', '142829.400000', '142829.402000', '142829.405000', '142829.408000', '142849.296000', '142849.298000', '142849.301000', '142849.304000', '142849.306000', '142849.309000', '142849.311000', '142849.314000', '142849.316000', '142849.319000', '142849.322000', '142849.324000', '142849.327000', '142849.329000', '142849.332000', '142849.335000', '142849.337000', '142849.340000', '142849.342000', '142849.345000', '142849.348000', '142849.351000', '142849.354000', '142849.357000', '142849.359000', '142849.362000', '142849.365000', '142849.367000', '142849.370000', '142849.372000', '142849.375000', '142849.378000', '142849.380000', '142849.383000', '142849.385000', '142849.388000', '142849.390000', '142849.393000', '142849.398000', '142849.400000', '142849.403000', '142849.406000', '142849.408000', '142909.295000', '142909.298000', '142909.301000', '142909.303000', '142909.306000', '142909.309000', '142909.311000', '142909.314000', '142909.316000', '142909.319000', '142909.322000', '142909.324000', '142909.327000', '142909.329000', '142909.332000', '142909.334000', '142909.337000', '142909.339000', '142909.342000', '142909.345000', '142909.347000', '142909.350000', '142909.352000', '142909.355000', '142909.357000', '142909.360000', '142909.363000', '142909.365000', '142909.368000', '142909.371000', '142909.373000', '142909.376000', '142909.378000', '142909.381000', '142909.384000', '142909.386000', '142909.389000', '142909.391000', '142909.394000', '142909.396000', '142909.399000', '142909.402000', '142909.404000', '142909.407000', '142929.296000', '142929.299000', '142929.301000', '142929.304000', '142929.306000', '142929.309000', '142929.311000', '142929.314000', '142929.331000', '142929.334000', '142929.337000', '142929.339000', '142929.342000', '142929.345000', '142929.347000', '142929.350000', '142929.352000', '142929.355000', '142929.358000', '142929.360000', '142929.363000', '142929.365000', '142929.368000', '142929.371000', '142929.374000', '142929.378000', '142929.381000', '142929.383000', '142929.386000', '142929.388000', '142929.391000', '142929.394000', '142929.397000', '142929.399000', '142929.402000', '142929.404000', '142929.408000', '142929.410000', '142929.413000', '142929.416000', '142929.418000', '142929.421000', '142929.423000', '142934.419000', '142934.422000', '142934.425000', '142934.427000', '142934.430000', '142934.432000', '142934.435000', '142934.438000', '142934.440000', '142934.443000', '142934.445000', '142934.448000'], 'InstanceCreationTime': ['142249.330000', '142249.333000', '142249.335000', '142249.338000', '142249.341000', '142249.343000', '142249.346000', '142249.349000', '142249.357000', '142249.360000', '142249.363000', '142249.365000', '142249.368000', '142249.371000', '142249.373000', '142249.376000', '142249.378000', '142249.381000', '142249.383000', '142249.386000', '142249.388000', '142249.391000', '142249.394000', '142249.396000', '142249.399000', '142249.402000', '142249.404000', '142249.407000', '142249.409000', '142249.412000', '142249.415000', '142249.417000', '142249.420000', '142249.422000', '142249.425000', '142249.427000', '142249.430000', '142249.433000', '142249.435000', '142249.438000', '142249.440000', '142249.443000', '142249.446000', '142249.448000', '142249.451000', '142309.295000', '142309.298000', '142309.301000', '142309.303000', '142309.306000', '142309.309000', '142309.311000', '142309.314000', '142309.316000', '142309.319000', '142309.321000', '142309.324000', '142309.326000', '142309.329000', '142309.332000', '142309.334000', '142309.337000', '142309.339000', '142309.342000', '142309.345000', '142309.347000', '142309.350000', '142309.352000', '142309.355000', '142309.358000', '142309.360000', '142309.363000', '142309.365000', '142309.368000', '142309.370000', '142309.373000', '142309.375000', '142309.378000', '142309.381000', '142309.383000', '142309.386000', '142309.388000', '142309.391000', '142309.394000', '142309.396000', '142309.409000', '142309.412000', '142309.415000', '142329.295000', '142329.298000', '142329.301000', '142329.303000', '142329.306000', '142329.309000', '142329.311000', '142329.314000', '142329.316000', '142329.319000', '142329.335000', '142329.337000', '142329.340000', '142329.342000', '142329.345000', '142329.347000', '142329.350000', '142329.353000', '142329.355000', '142329.358000', '142329.360000', '142329.363000', '142329.366000', '142329.368000', '142329.371000', '142329.373000', '142329.376000', '142329.378000', '142329.381000', '142329.383000', '142329.386000', '142329.388000', '142329.391000', '142329.394000', '142329.396000', '142329.399000', '142329.401000', '142329.404000', '142329.407000', '142329.409000', '142329.412000', '142329.414000', '142329.417000', '142329.422000', '142349.295000', '142349.298000', '142349.301000', '142349.304000', '142349.306000', '142349.309000', '142349.311000', '142349.314000', '142349.317000', '142349.319000', '142349.322000', '142349.324000', '142349.327000', '142349.330000', '142349.332000', '142349.335000', '142349.337000', '142349.340000', '142349.343000', '142349.345000', '142349.348000', '142349.355000', '142349.357000', '142349.360000', '142349.363000', '142349.365000', '142349.368000', '142349.371000', '142349.373000', '142349.376000', '142349.378000', '142349.381000', '142349.383000', '142349.386000', '142349.389000', '142349.391000', '142349.394000', '142349.397000', '142349.399000', '142349.402000', '142349.405000', '142349.408000', '142349.411000', '142409.295000', '142409.298000', '142409.301000', '142409.303000', '142409.306000', '142409.308000', '142409.311000', '142409.314000', '142409.316000', '142409.319000', '142409.321000', '142409.324000', '142409.326000', '142409.329000', '142409.332000', '142409.334000', '142409.337000', '142409.339000', '142409.342000', '142409.344000', '142409.347000', '142409.349000', '142409.352000', '142409.355000', '142409.357000', '142409.360000', '142409.363000', '142409.365000', '142409.368000', '142409.370000', '142409.373000', '142409.375000', '142409.378000', '142409.380000', '142409.383000', '142409.386000', '142409.388000', '142409.391000', '142409.393000', '142409.396000', '142409.398000', '142409.401000', '142409.404000', '142409.406000', '142429.295000', '142429.298000', '142429.301000', '142429.304000', '142429.306000', '142429.309000', '142429.311000', '142429.314000', '142429.317000', '142429.319000', '142429.322000', '142429.324000', '142429.327000', '142429.330000', '142429.332000', '142429.335000', '142429.337000', '142429.340000', '142429.343000', '142429.345000', '142429.348000', '142429.350000', '142429.353000', '142429.356000', '142429.358000', '142429.361000', '142429.364000', '142429.366000', '142429.373000', '142429.376000', '142429.378000', '142429.381000', '142429.383000', '142429.386000', '142429.389000', '142429.391000', '142429.394000', '142429.396000', '142429.399000', '142429.402000', '142429.404000', '142429.407000', '142429.409000', '142449.295000', '142449.298000', '142449.301000', '142449.303000', '142449.306000', '142449.309000', '142449.311000', '142449.314000', '142449.316000', '142449.319000', '142449.321000', '142449.324000', '142449.326000', '142449.329000', '142449.332000', '142449.334000', '142449.337000', '142449.340000', '142449.342000', '142449.345000', '142449.347000', '142449.350000', '142449.353000', '142449.355000', '142449.358000', '142449.360000', '142449.363000', '142449.366000', '142449.368000', '142449.371000', '142449.374000', '142449.376000', '142449.379000', '142449.381000', '142449.384000', '142449.387000', '142449.389000', '142449.392000', '142449.395000', '142449.397000', '142449.400000', '142449.402000', '142449.405000', '142449.407000', '142509.295000', '142509.298000', '142509.301000', '142509.303000', '142509.306000', '142509.321000', '142509.324000', '142509.326000', '142509.329000', '142509.331000', '142509.334000', '142509.337000', '142509.339000', '142509.342000', '142509.344000', '142509.347000', '142509.349000', '142509.352000', '142509.355000', '142509.357000', '142509.360000', '142509.363000', '142509.365000', '142509.368000', '142509.370000', '142509.373000', '142509.375000', '142509.378000', '142509.381000', '142509.383000', '142509.386000', '142509.389000', '142509.391000', '142509.394000', '142509.396000', '142509.399000', '142509.402000', '142509.404000', '142509.407000', '142509.409000', '142509.412000', '142509.415000', '142509.417000', '142529.295000', '142529.298000', '142529.301000', '142529.303000', '142529.306000', '142529.309000', '142529.311000', '142529.314000', '142529.316000', '142529.319000', '142529.322000', '142529.324000', '142529.327000', '142529.329000', '142529.332000', '142529.334000', '142529.337000', '142529.340000', '142529.342000', '142529.345000', '142529.348000', '142529.350000', '142529.353000', '142529.355000', '142529.358000', '142529.360000', '142529.363000', '142529.366000', '142529.368000', '142529.371000', '142529.373000', '142529.401000', '142529.404000', '142529.406000', '142529.409000', '142529.412000', '142529.414000', '142529.417000', '142529.419000', '142529.422000', '142529.424000', '142529.427000', '142529.429000', '142529.432000', '142549.295000', '142549.298000', '142549.301000', '142549.303000', '142549.306000', '142549.309000', '142549.311000', '142549.314000', '142549.316000', '142549.319000', '142549.321000', '142549.324000', '142549.326000', '142549.329000', '142549.332000', '142549.334000', '142549.337000', '142549.339000', '142549.342000', '142549.344000', '142549.347000', '142549.350000', '142549.352000', '142549.355000', '142549.357000', '142549.360000', '142549.362000', '142549.365000', '142549.367000', '142549.370000', '142549.373000', '142549.375000', '142549.378000', '142549.380000', '142549.383000', '142549.385000', '142549.388000', '142549.391000', '142549.393000', '142549.396000', '142549.399000', '142549.401000', '142549.404000', '142609.295000', '142609.298000', '142609.301000', '142609.304000', '142609.306000', '142609.309000', '142609.311000', '142609.314000', '142609.318000', '142609.321000', '142609.323000', '142609.326000', '142609.328000', '142609.331000', '142609.333000', '142609.336000', '142609.338000', '142609.341000', '142609.344000', '142609.346000', '142609.349000', '142609.351000', '142609.354000', '142609.356000', '142609.359000', '142609.362000', '142609.364000', '142609.367000', '142609.370000', '142609.373000', '142609.375000', '142609.378000', '142609.381000', '142609.383000', '142609.386000', '142609.388000', '142609.391000', '142609.393000', '142609.396000', '142609.399000', '142609.401000', '142609.404000', '142609.406000', '142609.409000', '142629.295000', '142629.298000', '142629.301000', '142629.304000', '142629.306000', '142629.309000', '142629.311000', '142629.314000', '142629.317000', '142629.319000', '142629.322000', '142629.324000', '142629.327000', '142629.330000', '142629.332000', '142629.335000', '142629.337000', '142629.340000', '142629.343000', '142629.345000', '142629.348000', '142629.351000', '142629.353000', '142629.356000', '142629.358000', '142629.361000', '142629.363000', '142629.366000', '142629.369000', '142629.371000', '142629.374000', '142629.377000', '142629.379000', '142629.382000', '142629.384000', '142629.387000', '142629.389000', '142629.392000', '142629.395000', '142629.397000', '142629.400000', '142629.402000', '142629.405000', '142649.295000', '142649.298000', '142649.301000', '142649.303000', '142649.306000', '142649.309000', '142649.311000', '142649.314000', '142649.317000', '142649.319000', '142649.322000', '142649.324000', '142649.327000', '142649.330000', '142649.332000', '142649.335000', '142649.338000', '142649.340000', '142649.343000', '142649.345000', '142649.348000', '142649.351000', '142649.353000', '142649.356000', '142649.358000', '142649.361000', '142649.364000', '142649.366000', '142649.369000', '142649.371000', '142649.374000', '142649.376000', '142649.379000', '142649.382000', '142649.384000', '142649.387000', '142649.389000', '142649.392000', '142649.395000', '142649.397000', '142649.400000', '142649.402000', '142649.405000', '142709.295000', '142709.298000', '142709.301000', '142709.303000', '142709.306000', '142709.309000', '142709.311000', '142709.314000', '142709.316000', '142709.319000', '142709.322000', '142709.324000', '142709.327000', '142709.329000', '142709.332000', '142709.335000', '142709.337000', '142709.340000', '142709.343000', '142709.345000', '142709.348000', '142709.350000', '142709.353000', '142709.355000', '142709.358000', '142709.361000', '142709.363000', '142709.366000', '142709.369000', '142709.371000', '142709.374000', '142709.376000', '142709.379000', '142709.382000', '142709.384000', '142709.387000', '142709.389000', '142709.392000', '142709.394000', '142709.397000', '142709.400000', '142709.403000', '142709.405000', '142709.408000', '142729.296000', '142729.299000', '142729.302000', '142729.304000', '142729.307000', '142729.310000', '142729.312000', '142729.315000', '142729.317000', '142729.320000', '142729.322000', '142729.325000', '142729.328000', '142729.330000', '142729.333000', '142729.336000', '142729.338000', '142729.341000', '142729.343000', '142729.346000', '142729.348000', '142729.351000', '142729.354000', '142729.358000', '142729.361000', '142729.364000', '142729.366000', '142729.369000', '142729.372000', '142729.374000', '142729.377000', '142729.379000', '142729.382000', '142729.384000', '142729.387000', '142729.390000', '142729.392000', '142729.395000', '142729.397000', '142729.400000', '142729.402000', '142729.405000', '142729.408000', '142749.295000', '142749.298000', '142749.301000', '142749.304000', '142749.306000', '142749.309000', '142749.311000', '142749.314000', '142749.316000', '142749.319000', '142749.322000', '142749.324000', '142749.327000', '142749.329000', '142749.332000', '142749.335000', '142749.337000', '142749.340000', '142749.343000', '142749.345000', '142749.348000', '142749.350000', '142749.353000', '142749.355000', '142749.358000', '142749.361000', '142749.363000', '142749.366000', '142749.368000', '142749.371000', '142749.374000', '142749.376000', '142749.379000', '142749.381000', '142749.386000', '142749.389000', '142749.391000', '142749.394000', '142749.396000', '142749.399000', '142749.402000', '142749.404000', '142749.407000', '142749.409000', '142809.295000', '142809.298000', '142809.301000', '142809.303000', '142809.306000', '142809.308000', '142809.311000', '142809.314000', '142809.316000', '142809.319000', '142809.321000', '142809.324000', '142809.339000', '142809.342000', '142809.345000', '142809.347000', '142809.350000', '142809.352000', '142809.355000', '142809.358000', '142809.360000', '142809.363000', '142809.365000', '142809.368000', '142809.371000', '142809.373000', '142809.376000', '142809.378000', '142809.381000', '142809.384000', '142809.386000', '142809.389000', '142809.391000', '142809.394000', '142809.396000', '142809.399000', '142809.401000', '142809.404000', '142809.407000', '142809.409000', '142809.412000', '142809.414000', '142809.417000', '142829.295000', '142829.298000', '142829.301000', '142829.304000', '142829.306000', '142829.309000', '142829.311000', '142829.314000', '142829.317000', '142829.319000', '142829.322000', '142829.324000', '142829.327000', '142829.330000', '142829.332000', '142829.335000', '142829.337000', '142829.340000', '142829.342000', '142829.345000', '142829.348000', '142829.350000', '142829.353000', '142829.356000', '142829.358000', '142829.361000', '142829.363000', '142829.366000', '142829.368000', '142829.371000', '142829.374000', '142829.376000', '142829.379000', '142829.381000', '142829.384000', '142829.387000', '142829.389000', '142829.392000', '142829.395000', '142829.397000', '142829.400000', '142829.402000', '142829.405000', '142829.408000', '142849.296000', '142849.298000', '142849.301000', '142849.304000', '142849.306000', '142849.309000', '142849.311000', '142849.314000', '142849.316000', '142849.319000', '142849.322000', '142849.324000', '142849.327000', '142849.329000', '142849.332000', '142849.335000', '142849.337000', '142849.340000', '142849.342000', '142849.345000', '142849.348000', '142849.351000', '142849.354000', '142849.357000', '142849.359000', '142849.362000', '142849.365000', '142849.367000', '142849.370000', '142849.372000', '142849.375000', '142849.378000', '142849.380000', '142849.383000', '142849.385000', '142849.388000', '142849.390000', '142849.393000', '142849.398000', '142849.400000', '142849.403000', '142849.406000', '142849.408000', '142909.295000', '142909.298000', '142909.301000', '142909.303000', '142909.306000', '142909.309000', '142909.311000', '142909.314000', '142909.316000', '142909.319000', '142909.322000', '142909.324000', '142909.327000', '142909.329000', '142909.332000', '142909.334000', '142909.337000', '142909.339000', '142909.342000', '142909.345000', '142909.347000', '142909.350000', '142909.352000', '142909.355000', '142909.357000', '142909.360000', '142909.363000', '142909.365000', '142909.368000', '142909.371000', '142909.373000', '142909.376000', '142909.378000', '142909.381000', '142909.384000', '142909.386000', '142909.389000', '142909.391000', '142909.394000', '142909.396000', '142909.399000', '142909.402000', '142909.404000', '142909.407000', '142929.296000', '142929.299000', '142929.301000', '142929.304000', '142929.306000', '142929.309000', '142929.311000', '142929.314000', '142929.331000', '142929.334000', '142929.337000', '142929.339000', '142929.342000', '142929.345000', '142929.347000', '142929.350000', '142929.352000', '142929.355000', '142929.358000', '142929.360000', '142929.363000', '142929.365000', '142929.368000', '142929.371000', '142929.374000', '142929.378000', '142929.381000', '142929.383000', '142929.386000', '142929.388000', '142929.391000', '142929.394000', '142929.397000', '142929.399000', '142929.402000', '142929.404000', '142929.408000', '142929.410000', '142929.413000', '142929.416000', '142929.418000', '142929.421000', '142929.423000', '142934.419000', '142934.422000', '142934.425000', '142934.427000', '142934.430000', '142934.432000', '142934.435000', '142934.438000', '142934.440000', '142934.443000', '142934.445000', '142934.448000'], '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': [9993, 17031, 11092, 13760, 11434, 10112, 13186, 10188, 16075, 10863, 13049, 12027, 9917, 13789, 9548, 15359, 9949, 16413, 11657, 17123, 10503, 15142, 10937, 15828, 10899, 10953, 12081, 9815, 13762, 9771, 15897, 10317, 13991, 11665, 9734, 13718, 9698, 16220, 10063, 16859, 12055, 12974, 10537, 8794, 12002, 9777, 15374, 10768, 16321, 9904, 15938, 11007, 12375, 11796, 10027, 14645, 10758, 15471, 10427, 16582, 11586, 17558, 10774, 11212, 10475, 9457, 12897, 9805, 15752, 9727, 16533, 10817, 13078, 10776, 10576, 13225, 10081, 14953, 9653, 15729, 10562, 18016, 11718, 10974, 10178, 8843, 13247, 9735, 15533, 10554, 16121, 10446, 13468, 10161, 10443, 10334, 9568, 15097, 9534, 16893, 10303, 11187, 11374, 9440, 14439, 9663, 16084, 9716, 15702, 10406, 11696, 11868, 9293, 17081, 11138, 14648, 10439, 9358, 14053, 10093, 16683, 10243, 18312, 11911, 14767, 10960, 9744, 10551, 9473, 12769, 9836, 16933, 11241, 16719, 11090, 9640, 12118, 10084, 15309, 10209, 16296, 10553, 11154, 10344, 10001, 13690, 10427, 16367, 11208, 15215, 10641, 9119, 12201, 10323, 15859, 10811, 11231, 10747, 10153, 15142, 9543, 17450, 10899, 11435, 12875, 10026, 15854, 10648, 11037, 11425, 9470, 16616, 10415, 11368, 11181, 9934, 16585, 10888, 10864, 13889, 9834, 14562, 11466, 10181, 16900, 11038, 9592, 14289, 10644, 9434, 14434, 9908, 16163, 10187, 16852, 10601, 12161, 10880, 9410, 15169, 9143, 17231, 10138, 9784, 13134, 10269, 16063, 10939, 16006, 11871, 9563, 14199, 9620, 16706, 10083, 17140, 11182, 11050, 12456, 9850, 15095, 9519, 16711, 10615, 12306, 11525, 9481, 15816, 9184, 17064, 10664, 14739, 11143, 13933, 12052, 9042, 13202, 9468, 14498, 9314, 15418, 9549, 17389, 9550, 16631, 9697, 16097, 10354, 12665, 10532, 9094, 14004, 9199, 15928, 9496, 16295, 9784, 15418, 9955, 15094, 9760, 15246, 9756, 14765, 9471, 15840, 10077, 15983, 9316, 15870, 9746, 15485, 10797, 16268, 10163, 12391, 10174, 10213, 11832, 10646, 14225, 9203, 14948, 9157, 14395, 11118, 13130, 14223, 14065, 8959, 13405, 9273, 14912, 9359, 16715, 9988, 16573, 9433, 16312, 10194, 16525, 11191, 18160, 12312, 10754, 11729, 9204, 13785, 9443, 15489, 9429, 16391, 9828, 16501, 9371, 16226, 9894, 16300, 10616, 16649, 10080, 15969, 10333, 14745, 10503, 12283, 11111, 9107, 13450, 9363, 14507, 9702, 15803, 11969, 13454, 9518, 15255, 9771, 15213, 9928, 16057, 9941, 16859, 10925, 16594, 10141, 14514, 9935, 12525, 10971, 12705, 12868, 9109, 13180, 9697, 14564, 9792, 16394, 10661, 17526, 10861, 13435, 10278, 10041, 12834, 9970, 15582, 9602, 16506, 9525, 16038, 10342, 17019, 11272, 12070, 12405, 9720, 13894, 9448, 16095, 9916, 15693, 11311, 9574, 14050, 9321, 16109, 9711, 17468, 11600, 12795, 11954, 9396, 14309, 9352, 16341, 10569, 18226, 12067, 12632, 10389, 9671, 14680, 9511, 17329, 11611, 10749, 11111, 9651, 15374, 10095, 16755, 11321, 16524, 10400, 12965, 10563, 13016, 11147, 11419, 13411, 9476, 14304, 9884, 16534, 10526, 17735, 11506, 11610, 10560, 9610, 14547, 9382, 15692, 9893, 16313, 10262, 15479, 10453, 13231, 11555, 9312, 14289, 9666, 15602, 9365, 16400, 10816, 15774, 11487, 8579, 14495, 10175, 15161, 10591, 9158, 14956, 9325, 16595, 9295, 14489, 10490, 15735, 10957, 15740, 11204, 17926, 13144, 15823, 10691, 9193, 11893, 9398, 14625, 9440, 14654, 10734, 9120, 11901, 9246, 14511, 9668, 14068, 12646, 13368, 9130, 13424, 9527, 14541, 9211, 16270, 10724, 16380, 9508, 16932, 10502, 12925, 11073, 10594, 13461, 9876, 15489, 9842, 16436, 10852, 18060, 11143, 13117, 10849, 10109, 12698, 10215, 15227, 10363, 15928, 10473, 16321, 10425, 18172, 11621, 10113, 10765, 9453, 13521, 9266, 16267, 10904, 16807, 10113, 14266, 10311, 9508, 14104, 10185, 16504, 10593, 18633, 12277, 13062, 11114, 9596, 11288, 10376, 12239, 13582, 14192, 9421, 12920, 9575, 14127, 9630, 15757, 10716, 16425, 10341, 10405, 10449, 9727, 11404, 10151, 14364, 9629, 15329, 9574, 15443, 9667, 15691, 10961, 16315, 9673, 15450, 10183, 15796, 11082, 16592, 11867, 15628, 10879, 10420, 10669, 9104, 12515, 9883, 14492, 9198, 15322, 9819, 15172, 9330, 14624, 9600, 15062, 9802, 14755, 9542, 15042, 9580, 15880, 10135, 15319, 9678, 15180, 10388, 16541, 11326, 16987, 10760, 16927, 10489, 16503, 10718, 15108, 11585, 9961, 10401, 9465, 12395, 9235, 14018, 9663, 15723, 10140, 16989, 10097, 13858, 10750, 13346, 10826, 14025, 12594, 9020, 11837, 8948, 12426, 10465, 12397, 12081, 14207, 10003, 14079, 9793, 15211, 9761, 15673, 10794, 17742, 10477, 12358, 10767, 10867, 11698, 13124, 13714, 9493, 13365, 9581, 14384, 9822, 15392, 10214, 15647, 9996, 15530, 9954, 17720, 11254, 15220, 11789, 8739, 11870, 9258, 14504, 9600, 14931, 9671, 15816, 9753, 15516, 9676, 14923, 9956, 15836, 11040, 16217, 9658, 15284, 9999, 16380, 10821, 12955, 11664, 9837, 12907, 9699, 14963, 10179, 16314, 11355, 17432, 10711, 15806, 11268, 16154, 11465, 15700, 11480, 9770, 11152, 9178, 11900, 10045, 14095, 9907, 16122, 10647, 16523, 11073, 10846, 11206, 10343, 16035, 9936, 15137, 11324, 10101, 13615, 10220, 17029, 11140, 11277, 12825, 10638, 14704, 10086, 17267, 10853, 14170, 12018, 9851, 13074, 10583, 16824, 10262, 15218, 11479, 10061, 13375, 10054, 15887, 10829, 11432, 10973, 10076, 16226, 10216, 16299, 10332, 16951, 11028, 18412, 12327, 13495, 10902, 8902, 11114, 9591, 16723, 15475, 13562, 10630, 9971, 11538, 10229, 14769, 11368, 14071, 10950, 10733, 12147, 17849, 11599, 19349, 11091, 17605, 11165, 14795, 12391, 10572, 12860, 10419, 16610, 10815, 13615, 11558, 12546, 12178, 18915, 11101, 16281, 11278, 15140, 10826, 13675, 10270, 11906, 10212, 11547, 10204, 12829, 10373, 13886, 9934, 12713, 10282, 9625, 11051, 9239, 14031, 11813, 10141, 17052, 9545, 15066, 10258, 11143, 12255, 10983, 9955, 10298, 8910, 10805, 11686, 10790, 13919, 11027, 15093, 11201, 13245, 12754, 9378, 11345, 9405, 12317, 10018, 12831, 10715, 12627, 11302, 11429, 10457, 15118, 9469, 15202, 9021, 16336, 10118, 17873, 11285, 18414, 12393, 15835, 11156, 10844, 10685, 11652, 10740, 16836, 10841, 18963, 12278, 13963, 10364, 10650, 10733, 10162, 11313, 9901, 15127, 9975, 17060, 11051, 12978, 11388, 9651, 15716, 10060, 14353, 10674, 9884, 12412, 11342, 13041, 9777, 13499, 9714, 15392, 9875, 18302, 11914, 9474, 11104, 9429, 15437, 10082, 18243, 11079, 14078, 11771, 9591, 13429, 9789, 16020, 9307, 17134, 11384, 12902, 12155, 9577, 15359, 10139, 11883, 10737, 9698, 15054, 10034, 18053], 'WindowCenter': [4664.0, 4708.0, 4654.0, 4663.0, 4629.0, 4618.0, 4634.0, 4605.0, 4652.0, 4613.0, 4634.0, 4637.0, 4604.0, 4644.0, 4604.0, 4652.0, 4603.0, 4652.0, 4628.0, 4664.0, 4616.0, 4642.0, 4612.0, 4643.0, 4601.0, 4613.0, 4621.0, 4602.0, 4633.0, 4591.0, 4651.0, 4604.0, 4643.0, 4624.0, 4592.0, 4632.0, 4592.0, 4653.0, 4604.0, 4652.0, 4624.0, 4621.0, 4601.0, 4581.0, 4611.0, 4589.0, 4641.0, 4613.0, 4651.0, 4591.0, 4641.0, 4601.0, 4612.0, 4612.0, 4591.0, 4630.0, 4600.0, 4628.0, 4599.0, 4638.0, 4613.0, 4650.0, 4600.0, 4599.0, 4599.0, 4589.0, 4620.0, 4591.0, 4640.0, 4592.0, 4649.0, 4601.0, 4618.0, 4600.0, 4603.0, 4620.0, 4602.0, 4640.0, 4591.0, 4640.0, 4601.0, 4664.0, 4623.0, 4612.0, 4602.0, 4581.0, 4621.0, 4591.0, 4654.0, 4615.0, 4653.0, 4614.0, 4657.0, 4618.0, 4614.0, 4602.0, 4594.0, 4655.0, 4604.0, 4665.0, 4616.0, 4613.0, 4623.0, 4594.0, 4656.0, 4606.0, 4655.0, 4606.0, 4654.0, 4614.0, 4623.0, 4623.0, 4605.0, 4668.0, 4626.0, 4644.0, 4614.0, 4605.0, 4643.0, 4604.0, 4652.0, 4603.0, 4662.0, 4624.0, 4643.0, 4614.0, 4591.0, 4602.0, 4591.0, 4619.0, 4589.0, 4652.0, 4611.0, 4652.0, 4610.0, 4590.0, 4609.0, 4589.0, 4628.0, 4589.0, 4653.0, 4602.0, 4613.0, 4601.0, 4601.0, 4629.0, 4600.0, 4651.0, 4613.0, 4641.0, 4604.0, 4591.0, 4621.0, 4603.0, 4652.0, 4625.0, 4613.0, 4611.0, 4615.0, 4642.0, 4604.0, 4663.0, 4613.0, 4626.0, 4634.0, 4605.0, 4653.0, 4613.0, 4612.0, 4611.0, 4592.0, 4666.0, 4615.0, 4625.0, 4624.0, 4604.0, 4663.0, 4616.0, 4627.0, 4645.0, 4605.0, 4645.0, 4625.0, 4616.0, 4664.0, 4612.0, 4593.0, 4631.0, 4614.0, 4593.0, 4643.0, 4607.0, 4652.0, 4603.0, 4653.0, 4614.0, 4623.0, 4603.0, 4591.0, 4642.0, 4593.0, 4652.0, 4603.0, 4603.0, 4632.0, 4603.0, 4653.0, 4612.0, 4656.0, 4624.0, 4593.0, 4632.0, 4592.0, 4653.0, 4603.0, 4651.0, 4612.0, 4615.0, 4623.0, 4606.0, 4644.0, 4605.0, 4654.0, 4614.0, 4623.0, 4625.0, 4607.0, 4656.0, 4609.0, 4666.0, 4616.0, 4645.0, 4626.0, 4644.0, 4637.0, 4595.0, 4634.0, 4594.0, 4642.0, 4594.0, 4654.0, 4593.0, 4666.0, 4605.0, 4653.0, 4605.0, 4652.0, 4607.0, 4632.0, 4616.0, 4596.0, 4645.0, 4608.0, 4666.0, 4607.0, 4666.0, 4606.0, 4644.0, 4606.0, 4645.0, 4604.0, 4643.0, 4593.0, 4641.0, 4591.0, 4653.0, 4603.0, 4653.0, 4592.0, 4640.0, 4603.0, 4641.0, 4615.0, 4652.0, 4614.0, 4634.0, 4614.0, 4603.0, 4624.0, 4616.0, 4657.0, 4606.0, 4656.0, 4606.0, 4646.0, 4614.0, 4634.0, 4644.0, 4646.0, 4593.0, 4634.0, 4605.0, 4654.0, 4595.0, 4654.0, 4605.0, 4665.0, 4606.0, 4654.0, 4615.0, 4653.0, 4615.0, 4663.0, 4637.0, 4616.0, 4625.0, 4605.0, 4635.0, 4593.0, 4653.0, 4593.0, 4655.0, 4604.0, 4653.0, 4594.0, 4652.0, 4602.0, 4651.0, 4603.0, 4653.0, 4604.0, 4653.0, 4615.0, 4642.0, 4614.0, 4635.0, 4625.0, 4595.0, 4645.0, 4608.0, 4657.0, 4605.0, 4656.0, 4625.0, 4633.0, 4605.0, 4654.0, 4605.0, 4653.0, 4603.0, 4652.0, 4603.0, 4652.0, 4616.0, 4654.0, 4604.0, 4644.0, 4615.0, 4623.0, 4612.0, 4622.0, 4634.0, 4593.0, 4634.0, 4605.0, 4642.0, 4603.0, 4653.0, 4613.0, 4653.0, 4615.0, 4644.0, 4603.0, 4602.0, 4633.0, 4603.0, 4654.0, 4604.0, 4653.0, 4604.0, 4653.0, 4603.0, 4651.0, 4612.0, 4625.0, 4624.0, 4604.0, 4633.0, 4604.0, 4652.0, 4603.0, 4652.0, 4625.0, 4604.0, 4643.0, 4605.0, 4666.0, 4605.0, 4663.0, 4625.0, 4647.0, 4625.0, 4607.0, 4655.0, 4605.0, 4653.0, 4615.0, 4676.0, 4636.0, 4635.0, 4604.0, 4606.0, 4642.0, 4603.0, 4665.0, 4625.0, 4614.0, 4625.0, 4607.0, 4653.0, 4603.0, 4653.0, 4626.0, 4654.0, 4615.0, 4633.0, 4603.0, 4632.0, 4612.0, 4613.0, 4633.0, 4604.0, 4643.0, 4603.0, 4653.0, 4602.0, 4665.0, 4625.0, 4624.0, 4614.0, 4593.0, 4642.0, 4592.0, 4643.0, 4605.0, 4654.0, 4618.0, 4654.0, 4616.0, 4632.0, 4625.0, 4594.0, 4644.0, 4605.0, 4654.0, 4593.0, 4652.0, 4614.0, 4656.0, 4625.0, 4596.0, 4646.0, 4616.0, 4667.0, 4630.0, 4607.0, 4657.0, 4606.0, 4667.0, 4619.0, 4668.0, 4627.0, 4653.0, 4614.0, 4653.0, 4614.0, 4653.0, 4624.0, 4642.0, 4602.0, 4592.0, 4611.0, 4594.0, 4641.0, 4604.0, 4643.0, 4629.0, 4607.0, 4637.0, 4609.0, 4659.0, 4605.0, 4646.0, 4634.0, 4647.0, 4595.0, 4635.0, 4607.0, 4643.0, 4593.0, 4653.0, 4616.0, 4654.0, 4606.0, 4653.0, 4613.0, 4622.0, 4613.0, 4615.0, 4634.0, 4605.0, 4643.0, 4604.0, 4652.0, 4615.0, 4664.0, 4615.0, 4634.0, 4613.0, 4601.0, 4622.0, 4603.0, 4643.0, 4603.0, 4653.0, 4604.0, 4642.0, 4614.0, 4661.0, 4613.0, 4603.0, 4613.0, 4604.0, 4634.0, 4607.0, 4653.0, 4602.0, 4654.0, 4617.0, 4646.0, 4616.0, 4605.0, 4645.0, 4617.0, 4656.0, 4615.0, 4663.0, 4626.0, 4633.0, 4614.0, 4593.0, 4614.0, 4591.0, 4611.0, 4622.0, 4634.0, 4591.0, 4622.0, 4593.0, 4631.0, 4590.0, 4639.0, 4614.0, 4652.0, 4604.0, 4603.0, 4614.0, 4603.0, 4614.0, 4604.0, 4657.0, 4606.0, 4667.0, 4607.0, 4654.0, 4604.0, 4655.0, 4617.0, 4656.0, 4606.0, 4654.0, 4605.0, 4642.0, 4612.0, 4652.0, 4627.0, 4644.0, 4614.0, 4602.0, 4602.0, 4581.0, 4623.0, 4605.0, 4644.0, 4604.0, 4655.0, 4616.0, 4643.0, 4592.0, 4643.0, 4593.0, 4644.0, 4605.0, 4642.0, 4591.0, 4641.0, 4593.0, 4654.0, 4603.0, 4642.0, 4605.0, 4641.0, 4602.0, 4650.0, 4616.0, 4652.0, 4614.0, 4663.0, 4614.0, 4651.0, 4613.0, 4645.0, 4624.0, 4604.0, 4615.0, 4592.0, 4623.0, 4592.0, 4632.0, 4592.0, 4653.0, 4605.0, 4665.0, 4617.0, 4644.0, 4618.0, 4635.0, 4615.0, 4644.0, 4635.0, 4594.0, 4624.0, 4595.0, 4623.0, 4601.0, 4622.0, 4612.0, 4643.0, 4603.0, 4643.0, 4603.0, 4644.0, 4603.0, 4643.0, 4614.0, 4663.0, 4614.0, 4634.0, 4615.0, 4613.0, 4623.0, 4635.0, 4635.0, 4604.0, 4645.0, 4605.0, 4643.0, 4602.0, 4643.0, 4604.0, 4643.0, 4604.0, 4652.0, 4604.0, 4653.0, 4613.0, 4643.0, 4625.0, 4596.0, 4624.0, 4593.0, 4642.0, 4603.0, 4644.0, 4606.0, 4655.0, 4606.0, 4656.0, 4607.0, 4643.0, 4603.0, 4653.0, 4614.0, 4654.0, 4604.0, 4642.0, 4604.0, 4651.0, 4614.0, 4634.0, 4625.0, 4603.0, 4634.0, 4605.0, 4655.0, 4617.0, 4654.0, 4628.0, 4665.0, 4617.0, 4654.0, 4625.0, 4653.0, 4625.0, 4652.0, 4613.0, 4604.0, 4614.0, 4592.0, 4611.0, 4591.0, 4632.0, 4591.0, 4653.0, 4603.0, 4652.0, 4614.0, 4610.0, 4612.0, 4603.0, 4665.0, 4606.0, 4642.0, 4613.0, 4615.0, 4634.0, 4604.0, 4651.0, 4614.0, 4624.0, 4623.0, 4613.0, 4642.0, 4604.0, 4651.0, 4612.0, 4644.0, 4623.0, 4603.0, 4635.0, 4613.0, 4651.0, 4602.0, 4640.0, 4612.0, 4604.0, 4635.0, 4605.0, 4653.0, 4615.0, 4622.0, 4613.0, 4605.0, 4669.0, 4617.0, 4665.0, 4615.0, 4653.0, 4615.0, 4662.0, 4636.0, 4634.0, 4614.0, 4593.0, 4627.0, 4602.0, 4651.0, 4652.0, 4642.0, 4613.0, 4614.0, 4622.0, 4612.0, 4641.0, 4625.0, 4647.0, 4627.0, 4628.0, 4637.0, 4668.0, 4627.0, 4663.0, 4602.0, 4651.0, 4602.0, 4630.0, 4612.0, 4589.0, 4598.0, 4576.0, 4626.0, 4587.0, 4605.0, 4586.0, 4584.0, 4585.0, 4626.0, 4574.0, 4613.0, 4574.0, 4603.0, 4573.0, 4593.0, 4563.0, 4571.0, 4561.0, 4573.0, 4564.0, 4595.0, 4576.0, 4618.0, 4588.0, 4608.0, 4589.0, 4579.0, 4611.0, 4592.0, 4645.0, 4612.0, 4605.0, 4654.0, 4594.0, 4644.0, 4602.0, 4612.0, 4610.0, 4601.0, 4591.0, 4592.0, 4581.0, 4614.0, 4612.0, 4616.0, 4634.0, 4616.0, 4655.0, 4614.0, 4635.0, 4625.0, 4593.0, 4613.0, 4592.0, 4622.0, 4593.0, 4623.0, 4603.0, 4624.0, 4614.0, 4626.0, 4602.0, 4645.0, 4595.0, 4643.0, 4594.0, 4653.0, 4616.0, 4676.0, 4627.0, 4676.0, 4639.0, 4654.0, 4628.0, 4615.0, 4616.0, 4625.0, 4619.0, 4665.0, 4615.0, 4665.0, 4627.0, 4647.0, 4605.0, 4615.0, 4615.0, 4604.0, 4628.0, 4608.0, 4656.0, 4605.0, 4664.0, 4626.0, 4636.0, 4625.0, 4595.0, 4643.0, 4604.0, 4645.0, 4613.0, 4604.0, 4625.0, 4612.0, 4622.0, 4593.0, 4623.0, 4591.0, 4643.0, 4602.0, 4651.0, 4612.0, 4592.0, 4613.0, 4593.0, 4652.0, 4615.0, 4676.0, 4626.0, 4643.0, 4626.0, 4604.0, 4634.0, 4606.0, 4653.0, 4604.0, 4665.0, 4625.0, 4635.0, 4624.0, 4605.0, 4656.0, 4615.0, 4624.0, 4626.0, 4604.0, 4655.0, 4606.0, 4665.0], 'WindowWidth': [10226.0, 10275.0, 10191.0, 10199.0, 10145.0, 10126.0, 10142.0, 10104.0, 10164.0, 10114.0, 10143.0, 10152.0, 10103.0, 10154.0, 10103.0, 10165.0, 10098.0, 10163.0, 10140.0, 10184.0, 10117.0, 10149.0, 10109.0, 10150.0, 10091.0, 10111.0, 10118.0, 10093.0, 10135.0, 10078.0, 10160.0, 10098.0, 10151.0, 10128.0, 10081.0, 10134.0, 10082.0, 10167.0, 10103.0, 10166.0, 10130.0, 10118.0, 10091.0, 10065.0, 10102.0, 10073.0, 10145.0, 10110.0, 10163.0, 10078.0, 10145.0, 10091.0, 10104.0, 10108.0, 10076.0, 10130.0, 10089.0, 10125.0, 10086.0, 10140.0, 10111.0, 10157.0, 10088.0, 10086.0, 10084.0, 10070.0, 10112.0, 10078.0, 10145.0, 10080.0, 10156.0, 10090.0, 10109.0, 10087.0, 10094.0, 10115.0, 10093.0, 10144.0, 10079.0, 10144.0, 10092.0, 10184.0, 10125.0, 10110.0, 10094.0, 10065.0, 10117.0, 10078.0, 10166.0, 10116.0, 10167.0, 10114.0, 10181.0, 10125.0, 10113.0, 10094.0, 10085.0, 10173.0, 10101.0, 10186.0, 10118.0, 10111.0, 10125.0, 10085.0, 10176.0, 10106.0, 10174.0, 10107.0, 10170.0, 10115.0, 10124.0, 10124.0, 10103.0, 10199.0, 10134.0, 10156.0, 10113.0, 10103.0, 10152.0, 10099.0, 10165.0, 10097.0, 10179.0, 10128.0, 10154.0, 10115.0, 10076.0, 10095.0, 10078.0, 10112.0, 10072.0, 10167.0, 10106.0, 10162.0, 10103.0, 10077.0, 10099.0, 10070.0, 10125.0, 10070.0, 10165.0, 10095.0, 10110.0, 10093.0, 10091.0, 10128.0, 10087.0, 10160.0, 10112.0, 10148.0, 10100.0, 10079.0, 10119.0, 10097.0, 10162.0, 10133.0, 10110.0, 10106.0, 10115.0, 10150.0, 10101.0, 10178.0, 10110.0, 10133.0, 10142.0, 10103.0, 10167.0, 10114.0, 10108.0, 10107.0, 10082.0, 10191.0, 10117.0, 10133.0, 10127.0, 10100.0, 10181.0, 10120.0, 10136.0, 10156.0, 10105.0, 10158.0, 10133.0, 10120.0, 10186.0, 10107.0, 10081.0, 10132.0, 10114.0, 10083.0, 10150.0, 10105.0, 10163.0, 10097.0, 10167.0, 10113.0, 10122.0, 10096.0, 10078.0, 10150.0, 10082.0, 10163.0, 10096.0, 10097.0, 10134.0, 10097.0, 10165.0, 10110.0, 10174.0, 10127.0, 10083.0, 10135.0, 10082.0, 10165.0, 10098.0, 10161.0, 10107.0, 10116.0, 10123.0, 10104.0, 10152.0, 10102.0, 10167.0, 10115.0, 10125.0, 10131.0, 10110.0, 10174.0, 10113.0, 10189.0, 10121.0, 10159.0, 10133.0, 10155.0, 10150.0, 10089.0, 10139.0, 10085.0, 10148.0, 10088.0, 10167.0, 10084.0, 10189.0, 10102.0, 10167.0, 10103.0, 10164.0, 10105.0, 10136.0, 10118.0, 10094.0, 10157.0, 10111.0, 10188.0, 10109.0, 10188.0, 10105.0, 10157.0, 10105.0, 10160.0, 10100.0, 10151.0, 10083.0, 10146.0, 10077.0, 10165.0, 10096.0, 10166.0, 10082.0, 10144.0, 10097.0, 10147.0, 10117.0, 10163.0, 10115.0, 10141.0, 10115.0, 10097.0, 10127.0, 10120.0, 10177.0, 10108.0, 10176.0, 10108.0, 10161.0, 10114.0, 10141.0, 10154.0, 10160.0, 10085.0, 10141.0, 10104.0, 10169.0, 10090.0, 10168.0, 10105.0, 10187.0, 10106.0, 10170.0, 10118.0, 10165.0, 10116.0, 10181.0, 10152.0, 10119.0, 10131.0, 10103.0, 10142.0, 10085.0, 10166.0, 10083.0, 10174.0, 10099.0, 10167.0, 10087.0, 10162.0, 10094.0, 10161.0, 10097.0, 10166.0, 10102.0, 10169.0, 10118.0, 10151.0, 10115.0, 10144.0, 10131.0, 10090.0, 10158.0, 10111.0, 10175.0, 10103.0, 10177.0, 10128.0, 10140.0, 10102.0, 10168.0, 10105.0, 10167.0, 10097.0, 10161.0, 10096.0, 10166.0, 10119.0, 10172.0, 10101.0, 10157.0, 10119.0, 10124.0, 10108.0, 10121.0, 10141.0, 10083.0, 10141.0, 10104.0, 10149.0, 10096.0, 10164.0, 10111.0, 10170.0, 10115.0, 10156.0, 10100.0, 10094.0, 10137.0, 10098.0, 10168.0, 10100.0, 10167.0, 10100.0, 10165.0, 10100.0, 10162.0, 10109.0, 10130.0, 10129.0, 10100.0, 10139.0, 10101.0, 10163.0, 10098.0, 10162.0, 10133.0, 10101.0, 10152.0, 10103.0, 10187.0, 10105.0, 10182.0, 10132.0, 10166.0, 10132.0, 10109.0, 10171.0, 10104.0, 10166.0, 10117.0, 10206.0, 10149.0, 10145.0, 10101.0, 10103.0, 10149.0, 10098.0, 10186.0, 10132.0, 10116.0, 10131.0, 10108.0, 10165.0, 10099.0, 10167.0, 10136.0, 10171.0, 10116.0, 10138.0, 10098.0, 10135.0, 10108.0, 10110.0, 10138.0, 10102.0, 10153.0, 10098.0, 10166.0, 10095.0, 10190.0, 10130.0, 10128.0, 10114.0, 10084.0, 10148.0, 10080.0, 10152.0, 10101.0, 10171.0, 10125.0, 10171.0, 10119.0, 10137.0, 10131.0, 10086.0, 10156.0, 10104.0, 10167.0, 10085.0, 10164.0, 10114.0, 10176.0, 10132.0, 10094.0, 10158.0, 10122.0, 10193.0, 10146.0, 10111.0, 10178.0, 10105.0, 10194.0, 10131.0, 10198.0, 10137.0, 10169.0, 10116.0, 10167.0, 10115.0, 10169.0, 10124.0, 10148.0, 10093.0, 10080.0, 10106.0, 10086.0, 10146.0, 10100.0, 10152.0, 10142.0, 10109.0, 10150.0, 10116.0, 10181.0, 10103.0, 10159.0, 10139.0, 10164.0, 10087.0, 10142.0, 10107.0, 10151.0, 10082.0, 10164.0, 10117.0, 10172.0, 10106.0, 10167.0, 10112.0, 10120.0, 10109.0, 10115.0, 10139.0, 10102.0, 10151.0, 10099.0, 10162.0, 10117.0, 10186.0, 10116.0, 10140.0, 10111.0, 10092.0, 10120.0, 10095.0, 10151.0, 10097.0, 10164.0, 10099.0, 10146.0, 10112.0, 10175.0, 10111.0, 10095.0, 10112.0, 10100.0, 10140.0, 10109.0, 10166.0, 10094.0, 10168.0, 10122.0, 10161.0, 10117.0, 10102.0, 10156.0, 10123.0, 10173.0, 10115.0, 10182.0, 10132.0, 10137.0, 10113.0, 10083.0, 10111.0, 10075.0, 10104.0, 10120.0, 10139.0, 10077.0, 10120.0, 10082.0, 10129.0, 10072.0, 10140.0, 10113.0, 10163.0, 10099.0, 10096.0, 10114.0, 10096.0, 10112.0, 10099.0, 10177.0, 10106.0, 10192.0, 10111.0, 10168.0, 10100.0, 10172.0, 10121.0, 10177.0, 10107.0, 10169.0, 10100.0, 10149.0, 10107.0, 10163.0, 10131.0, 10152.0, 10114.0, 10096.0, 10094.0, 10064.0, 10123.0, 10102.0, 10154.0, 10101.0, 10173.0, 10121.0, 10152.0, 10080.0, 10150.0, 10084.0, 10156.0, 10102.0, 10148.0, 10077.0, 10145.0, 10082.0, 10168.0, 10098.0, 10150.0, 10101.0, 10147.0, 10095.0, 10158.0, 10119.0, 10164.0, 10115.0, 10182.0, 10115.0, 10159.0, 10112.0, 10158.0, 10129.0, 10099.0, 10115.0, 10082.0, 10123.0, 10080.0, 10135.0, 10081.0, 10167.0, 10102.0, 10186.0, 10123.0, 10156.0, 10122.0, 10141.0, 10116.0, 10154.0, 10144.0, 10086.0, 10127.0, 10090.0, 10124.0, 10092.0, 10120.0, 10106.0, 10153.0, 10096.0, 10153.0, 10099.0, 10151.0, 10095.0, 10150.0, 10115.0, 10180.0, 10115.0, 10143.0, 10117.0, 10109.0, 10124.0, 10143.0, 10146.0, 10099.0, 10159.0, 10104.0, 10152.0, 10093.0, 10153.0, 10098.0, 10154.0, 10100.0, 10163.0, 10100.0, 10164.0, 10111.0, 10150.0, 10130.0, 10090.0, 10126.0, 10085.0, 10150.0, 10098.0, 10154.0, 10103.0, 10171.0, 10106.0, 10176.0, 10111.0, 10154.0, 10098.0, 10166.0, 10112.0, 10170.0, 10102.0, 10150.0, 10100.0, 10160.0, 10113.0, 10138.0, 10130.0, 10098.0, 10141.0, 10106.0, 10169.0, 10120.0, 10169.0, 10142.0, 10190.0, 10121.0, 10171.0, 10130.0, 10164.0, 10128.0, 10164.0, 10112.0, 10103.0, 10114.0, 10080.0, 10106.0, 10078.0, 10132.0, 10080.0, 10168.0, 10098.0, 10165.0, 10115.0, 10104.0, 10106.0, 10098.0, 10189.0, 10106.0, 10152.0, 10110.0, 10117.0, 10140.0, 10100.0, 10161.0, 10113.0, 10129.0, 10123.0, 10112.0, 10149.0, 10099.0, 10159.0, 10107.0, 10153.0, 10125.0, 10096.0, 10141.0, 10112.0, 10160.0, 10094.0, 10143.0, 10107.0, 10099.0, 10140.0, 10103.0, 10168.0, 10116.0, 10122.0, 10110.0, 10103.0, 10198.0, 10122.0, 10188.0, 10119.0, 10165.0, 10115.0, 10177.0, 10148.0, 10142.0, 10113.0, 10086.0, 10138.0, 10098.0, 10164.0, 10168.0, 10154.0, 10115.0, 10118.0, 10127.0, 10113.0, 10150.0, 10129.0, 10164.0, 10139.0, 10138.0, 10152.0, 10196.0, 10133.0, 10182.0, 10092.0, 10163.0, 10088.0, 10128.0, 10103.0, 10067.0, 10077.0, 10045.0, 10115.0, 10061.0, 10081.0, 10055.0, 10051.0, 10056.0, 10113.0, 10038.0, 10090.0, 10036.0, 10075.0, 10037.0, 10062.0, 10021.0, 10030.0, 10016.0, 10035.0, 10024.0, 10067.0, 10047.0, 10107.0, 10067.0, 10091.0, 10067.0, 10055.0, 10103.0, 10078.0, 10155.0, 10105.0, 10099.0, 10166.0, 10081.0, 10150.0, 10092.0, 10104.0, 10098.0, 10086.0, 10072.0, 10077.0, 10060.0, 10109.0, 10106.0, 10115.0, 10138.0, 10116.0, 10171.0, 10112.0, 10139.0, 10127.0, 10082.0, 10108.0, 10078.0, 10119.0, 10081.0, 10123.0, 10095.0, 10125.0, 10113.0, 10130.0, 10093.0, 10152.0, 10086.0, 10151.0, 10085.0, 10165.0, 10123.0, 10201.0, 10137.0, 10203.0, 10153.0, 10169.0, 10136.0, 10117.0, 10119.0, 10129.0, 10124.0, 10187.0, 10117.0, 10188.0, 10133.0, 10158.0, 10102.0, 10115.0, 10116.0, 10100.0, 10138.0, 10110.0, 10171.0, 10102.0, 10184.0, 10131.0, 10148.0, 10128.0, 10085.0, 10151.0, 10098.0, 10154.0, 10111.0, 10100.0, 10129.0, 10108.0, 10121.0, 10081.0, 10122.0, 10077.0, 10150.0, 10093.0, 10162.0, 10107.0, 10079.0, 10108.0, 10084.0, 10163.0, 10116.0, 10202.0, 10135.0, 10152.0, 10132.0, 10100.0, 10141.0, 10104.0, 10167.0, 10102.0, 10187.0, 10130.0, 10141.0, 10129.0, 10103.0, 10172.0, 10118.0, 10129.0, 10133.0, 10101.0, 10170.0, 10106.0, 10189.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.0006376789587852496</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.017737689804772236</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.7199910107709</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2688940407274703</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0052225785016282</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.5205</td></tr>
|
|
<tr><td colspan=3>fber</td><td>3462.9175</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.09307613330991618</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>42</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>4.55531453362256</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3182124527880883</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.2267174014563746</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5299123942276425</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.1980075626802487</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00885741</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.012454517185688019</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.035853318870067596</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>922</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>4.19374041933335</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.6999998092651367</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>k</td><td>14.1673</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>64.5849</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>250.0603</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>67.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>289572.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>1227.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>444.5195</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>3.0962</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>580.3374</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3779.4075</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3925.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>86972.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1584.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4925.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>935.9133</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>42.9194291846361</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> |