=== 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-0020 --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-0020",
"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-0020_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-0020_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-0020_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-0020/figures/sub-0020_ses-04_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0020/figures/sub-0020_ses-04_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0020/figures/sub-0020_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-0020_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-0020/figures/sub-0020_ses-04_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0020/figures/sub-0020_ses-04_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0020/figures/sub-0020_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-0020_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-0020/figures/sub-0020_ses-04_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0020/figures/sub-0020_ses-04_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0020/figures/sub-0020_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-0020_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-0020/figures/sub-0020_ses-04_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0020/figures/sub-0020_ses-04_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0020/figures/sub-0020_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-0020_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-0020/figures/sub-0020_ses-04_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0020/figures/sub-0020_ses-04_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0020/figures/sub-0020_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-0020_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-0020/figures/sub-0020_ses-04_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0020/figures/sub-0020_ses-04_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0020/figures/sub-0020_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-0020_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-0020/figures/sub-0020_ses-04_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0020/figures/sub-0020_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-0020/figures/sub-0020_ses-04_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0020/figures/sub-0020_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-0020/ses-04/func/sub-0020_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>900d606648d4c6db273b80e6e2371708</td></tr>
|
|
</table>
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-1">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
|
|
Dataset Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-1" class="table table-sm table-striped">
|
|
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
|
|
<tr><td colspan=2>AcquisitionTime</td><td>12:36:48.630000</td></tr>
|
|
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
|
|
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
|
|
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
|
|
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
|
|
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
|
|
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
|
|
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
|
|
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
|
|
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
|
|
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
|
|
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
|
|
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
|
|
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999279, 0.0258002, 0.0278372, -0.0286106, 0.993976, 0.105799]</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.0974825</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>[4158, -7771, -7218, 573, -108, -191, 101, 63]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>256.656</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>9a1d4c16-d906-4c06-bc15-eb711f2e44df||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
|
|
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6809937953948975, -0.07676009833812714, 0.06733762472867966, 114.14798736572266], [-0.0692201778292656, 2.666764497756958, 0.28760144114494324, -92.06105041503906], [0.07468514889478683, -0.2838505804538727, 2.6837940216064453, -40.09811019897461], [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': ['123648.630000', '123649.090000', '123649.550000', '123650.010000', '123650.470000', '123650.930000', '123651.390000', '123651.850000', '123652.310000', '123652.770000', '123653.230000', '123653.690000', '123654.150000', '123654.610000', '123655.070000', '123655.530000', '123655.990000', '123656.450000', '123656.910000', '123657.370000', '123657.830000', '123658.290000', '123658.750000', '123659.210000', '123659.670000', '123700.130000', '123700.590000', '123701.050000', '123701.510000', '123701.970000', '123702.430000', '123702.890000', '123703.350000', '123703.810000', '123704.270000', '123704.730000', '123705.190000', '123705.650000', '123706.110000', '123706.570000', '123707.030000', '123707.490000', '123707.950000', '123708.410000', '123708.870000', '123709.330000', '123709.790000', '123710.250000', '123710.710000', '123711.170000', '123711.630000', '123712.090000', '123712.550000', '123713.010000', '123713.470000', '123713.930000', '123714.390000', '123714.850000', '123715.310000', '123715.770000', '123716.230000', '123716.690000', '123717.150000', '123717.610000', '123718.070000', '123718.530000', '123718.990000', '123719.450000', '123719.910000', '123720.370000', '123720.830000', '123721.290000', '123721.750000', '123722.210000', '123722.670000', '123723.130000', '123723.590000', '123724.050000', '123724.510000', '123724.970000', '123725.430000', '123725.890000', '123726.350000', '123726.810000', '123727.270000', '123727.730000', '123728.190000', '123728.650000', '123729.110000', '123729.570000', '123730.030000', '123730.490000', '123730.950000', '123731.410000', '123731.870000', '123732.330000', '123732.790000', '123733.250000', '123733.710000', '123734.170000', '123734.630000', '123735.090000', '123735.550000', '123736.010000', '123736.470000', '123736.930000', '123737.390000', '123737.850000', '123738.310000', '123738.770000', '123739.230000', '123739.690000', '123740.150000', '123740.610000', '123741.070000', '123741.530000', '123741.990000', '123742.450000', '123742.910000', '123743.370000', '123743.830000', '123744.290000', '123744.750000', '123745.210000', '123745.670000', '123746.130000', '123746.590000', '123747.050000', '123747.510000', '123747.970000', '123748.430000', '123748.890000', '123749.350000', '123749.810000', '123750.270000', '123750.730000', '123751.190000', '123751.650000', '123752.110000', '123752.570000', '123753.030000', '123753.490000', '123753.950000', '123754.410000', '123754.870000', '123755.330000', '123755.790000', '123756.250000', '123756.710000', '123757.170000', '123757.630000', '123758.090000', '123758.550000', '123759.010000', '123759.470000', '123759.930000', '123800.390000', '123800.850000', '123801.310000', '123801.770000', '123802.230000', '123802.690000', '123803.150000', '123803.610000', '123804.070000', '123804.530000', '123804.990000', '123805.450000', '123805.910000', '123806.370000', '123806.830000', '123807.290000', '123807.750000', '123808.210000', '123808.670000', '123809.130000', '123809.590000', '123810.050000', '123810.510000', '123810.970000', '123811.430000', '123811.890000', '123812.350000', '123812.810000', '123813.270000', '123813.730000', '123814.190000', '123814.650000', '123815.110000', '123815.570000', '123816.030000', '123816.490000', '123816.950000', '123817.410000', '123817.870000', '123818.330000', '123818.790000', '123819.250000', '123819.710000', '123820.170000', '123820.630000', '123821.090000', '123821.550000', '123822.010000', '123822.470000', '123822.930000', '123823.390000', '123823.850000', '123824.310000', '123824.770000', '123825.230000', '123825.690000', '123826.150000', '123826.610000', '123827.070000', '123827.530000', '123827.990000', '123828.450000', '123828.910000', '123829.370000', '123829.830000', '123830.290000', '123830.750000', '123831.210000', '123831.670000', '123832.130000', '123832.590000', '123833.050000', '123833.510000', '123833.970000', '123834.430000', '123834.890000', '123835.350000', '123835.810000', '123836.270000', '123836.730000', '123837.190000', '123837.650000', '123838.110000', '123838.570000', '123839.030000', '123839.490000', '123839.950000', '123840.410000', '123840.870000', '123841.330000', '123841.790000', '123842.250000', '123842.710000', '123843.170000', '123843.630000', '123844.090000', '123844.550000', '123845.010000', '123845.470000', '123845.930000', '123846.390000', '123846.850000', '123847.310000', '123847.770000', '123848.230000', '123848.690000', '123849.150000', '123849.610000', '123850.070000', '123850.530000', '123850.990000', '123851.450000', '123851.910000', '123852.370000', '123852.830000', '123853.290000', '123853.750000', '123854.210000', '123854.670000', '123855.130000', '123855.590000', '123856.050000', '123856.510000', '123856.970000', '123857.430000', '123857.890000', '123858.350000', '123858.810000', '123859.270000', '123859.730000', '123900.190000', '123900.650000', '123901.110000', '123901.570000', '123902.030000', '123902.490000', '123902.950000', '123903.410000', '123903.870000', '123904.330000', '123904.790000', '123905.250000', '123905.710000', '123906.170000', '123906.630000', '123907.090000', '123907.550000', '123908.010000', '123908.470000', '123908.930000', '123909.390000', '123909.850000', '123910.310000', '123910.770000', '123911.230000', '123911.690000', '123912.150000', '123912.610000', '123913.070000', '123913.530000', '123913.990000', '123914.450000', '123914.910000', '123915.370000', '123915.830000', '123916.290000', '123916.750000', '123917.210000', '123917.670000', '123918.130000', '123918.590000', '123919.050000', '123919.510000', '123919.970000', '123920.430000', '123920.890000', '123921.350000', '123921.810000', '123922.270000', '123922.730000', '123923.190000', '123923.650000', '123924.110000', '123924.570000', '123925.030000', '123925.490000', '123925.950000', '123926.410000', '123926.870000', '123927.330000', '123927.790000', '123928.250000', '123928.710000', '123929.170000', '123929.630000', '123930.090000', '123930.550000', '123931.010000', '123931.470000', '123931.930000', '123932.390000', '123932.850000', '123933.310000', '123933.770000', '123934.230000', '123934.690000', '123935.150000', '123935.610000', '123936.070000', '123936.530000', '123936.990000', '123937.450000', '123937.910000', '123938.370000', '123938.830000', '123939.290000', '123939.750000', '123940.210000', '123940.670000', '123941.130000', '123941.590000', '123942.050000', '123942.510000', '123942.970000', '123943.430000', '123943.890000', '123944.350000', '123944.810000', '123945.270000', '123945.730000', '123946.190000', '123946.650000', '123947.110000', '123947.570000', '123948.030000', '123948.490000', '123948.950000', '123949.410000', '123949.870000', '123950.330000', '123950.790000', '123951.250000', '123951.710000', '123952.170000', '123952.630000', '123953.090000', '123953.550000', '123954.010000', '123954.470000', '123954.930000', '123955.390000', '123955.850000', '123956.310000', '123956.770000', '123957.230000', '123957.690000', '123958.150000', '123958.610000', '123959.070000', '123959.530000', '123959.990000', '124000.450000', '124000.910000', '124001.370000', '124001.830000', '124002.290000', '124002.750000', '124003.210000', '124003.670000', '124004.130000', '124004.590000', '124005.050000', '124005.510000', '124005.970000', '124006.430000', '124006.890000', '124007.350000', '124007.810000', '124008.270000', '124008.730000', '124009.190000', '124009.650000', '124010.110000', '124010.570000', '124011.030000', '124011.490000', '124011.950000', '124012.410000', '124012.870000', '124013.330000', '124013.790000', '124014.250000', '124014.710000', '124015.170000', '124015.630000', '124016.090000', '124016.550000', '124017.010000', '124017.470000', '124017.930000', '124018.390000', '124018.850000', '124019.310000', '124019.770000', '124020.230000', '124020.690000', '124021.150000', '124021.610000', '124022.070000', '124022.530000', '124022.990000', '124023.450000', '124023.910000', '124024.370000', '124024.830000', '124025.290000', '124025.750000', '124026.210000', '124026.670000', '124027.130000', '124027.590000', '124028.050000', '124028.510000', '124028.970000', '124029.430000', '124029.890000', '124030.350000', '124030.810000', '124031.270000', '124031.730000', '124032.190000', '124032.650000', '124033.110000', '124033.570000', '124034.030000', '124034.490000', '124034.950000', '124035.410000', '124035.870000', '124036.330000', '124036.790000', '124037.250000', '124037.710000', '124038.170000', '124038.630000', '124039.090000', '124039.550000', '124040.010000', '124040.470000', '124040.930000', '124041.390000', '124041.850000', '124042.310000', '124042.770000', '124043.230000', '124043.690000', '124044.150000', '124044.610000', '124045.070000', '124045.530000', '124045.990000', '124046.450000', '124046.910000', '124047.370000', '124047.830000', '124048.290000', '124048.750000', '124049.210000', '124049.670000', '124050.130000', '124050.590000', '124051.050000', '124051.510000', '124051.970000', '124052.430000', '124052.890000', '124053.350000', '124053.810000', '124054.270000', '124054.730000', '124055.190000', '124055.650000', '124056.110000', '124056.570000', '124057.030000', '124057.490000', '124057.950000', '124058.410000', '124058.870000', '124059.330000', '124059.790000', '124100.250000', '124100.710000', '124101.170000', '124101.630000', '124102.090000', '124102.550000', '124103.010000', '124103.470000', '124103.930000', '124104.390000', '124104.850000', '124105.310000', '124105.770000', '124106.230000', '124106.690000', '124107.150000', '124107.610000', '124108.070000', '124108.530000', '124108.990000', '124109.450000', '124109.910000', '124110.370000', '124110.830000', '124111.290000', '124111.750000', '124112.210000', '124112.670000', '124113.130000', '124113.590000', '124114.050000', '124114.510000', '124114.970000', '124115.430000', '124115.890000', '124116.350000', '124116.810000', '124117.270000', '124117.730000', '124118.190000', '124118.650000', '124119.110000', '124119.570000', '124120.030000', '124120.490000', '124120.950000', '124121.410000', '124121.870000', '124122.330000', '124122.790000', '124123.250000', '124123.710000', '124124.170000', '124124.630000', '124125.090000', '124125.550000', '124126.010000', '124126.470000', '124126.930000', '124127.390000', '124127.850000', '124128.310000', '124128.770000', '124129.230000', '124129.690000', '124130.150000', '124130.610000', '124131.070000', '124131.530000', '124131.990000', '124132.450000', '124132.910000', '124133.370000', '124133.830000', '124134.290000', '124134.750000', '124135.210000', '124135.670000', '124136.130000', '124136.590000', '124137.050000', '124137.510000', '124137.970000', '124138.430000', '124138.890000', '124139.350000', '124139.810000', '124140.270000', '124140.730000', '124141.190000', '124141.650000', '124142.110000', '124142.570000', '124143.030000', '124143.490000', '124143.950000', '124144.410000', '124144.870000', '124145.330000', '124145.790000', '124146.250000', '124146.710000', '124147.170000', '124147.630000', '124148.090000', '124148.550000', '124149.010000', '124149.470000', '124149.930000', '124150.390000', '124150.850000', '124151.310000', '124151.770000', '124152.230000', '124152.690000', '124153.150000', '124153.610000', '124154.070000', '124154.530000', '124154.990000', '124155.450000', '124155.910000', '124156.370000', '124156.830000', '124157.290000', '124157.750000', '124158.210000', '124158.670000', '124159.130000', '124159.590000', '124200.050000', '124200.510000', '124200.970000', '124201.430000', '124201.890000', '124202.350000', '124202.810000', '124203.270000', '124203.730000', '124204.190000', '124204.650000', '124205.110000', '124205.570000', '124206.030000', '124206.490000', '124206.950000', '124207.410000', '124207.870000', '124208.330000', '124208.790000', '124209.250000', '124209.710000', '124210.170000', '124210.630000', '124211.090000', '124211.550000', '124212.010000', '124212.470000', '124212.930000', '124213.390000', '124213.850000', '124214.310000', '124214.770000', '124215.230000', '124215.690000', '124216.150000', '124216.610000', '124217.070000', '124217.530000', '124217.990000', '124218.450000', '124218.910000', '124219.370000', '124219.830000', '124220.290000', '124220.750000', '124221.210000', '124221.670000', '124222.130000', '124222.590000', '124223.050000', '124223.510000', '124223.970000', '124224.430000', '124224.890000', '124225.350000', '124225.810000', '124226.270000', '124226.730000', '124227.190000', '124227.650000', '124228.110000', '124228.570000', '124229.030000', '124229.490000', '124229.950000', '124230.410000', '124230.870000', '124231.330000', '124231.790000', '124232.250000', '124232.710000', '124233.170000', '124233.630000', '124234.090000', '124234.550000', '124235.010000', '124235.470000', '124235.930000', '124236.390000', '124236.850000', '124237.310000', '124237.770000', '124238.230000', '124238.690000', '124239.150000', '124239.610000', '124240.070000', '124240.530000', '124240.990000', '124241.450000', '124241.910000', '124242.370000', '124242.830000', '124243.290000', '124243.750000', '124244.210000', '124244.670000', '124245.130000', '124245.590000', '124246.050000', '124246.510000', '124246.970000', '124247.430000', '124247.890000', '124248.350000', '124248.810000', '124249.270000', '124249.730000', '124250.190000', '124250.650000', '124251.110000', '124251.570000', '124252.030000', '124252.490000', '124252.950000', '124253.410000', '124253.870000', '124254.330000', '124254.790000', '124255.250000', '124255.710000', '124256.170000', '124256.630000', '124257.090000', '124257.550000', '124258.010000', '124258.470000', '124258.930000', '124259.390000', '124259.850000', '124300.310000', '124300.770000', '124301.230000', '124301.690000', '124302.150000', '124302.610000', '124303.070000', '124303.530000', '124303.990000', '124304.450000', '124304.910000', '124305.370000', '124305.830000', '124306.290000', '124306.750000', '124307.210000', '124307.670000', '124308.130000', '124308.590000', '124309.050000', '124309.510000', '124309.970000', '124310.430000', '124310.890000', '124311.350000', '124311.810000', '124312.270000', '124312.730000', '124313.190000', '124313.650000', '124314.110000', '124314.570000', '124315.030000', '124315.490000', '124315.950000', '124316.410000', '124316.870000', '124317.330000', '124317.790000', '124318.250000', '124318.710000', '124319.170000', '124319.630000', '124320.090000', '124320.550000', '124321.010000', '124321.470000', '124321.930000', '124322.390000', '124322.850000', '124323.310000', '124323.770000', '124324.230000', '124324.690000', '124325.150000', '124325.610000', '124326.070000', '124326.530000', '124326.990000', '124327.450000', '124327.910000', '124328.370000', '124328.830000', '124329.290000', '124329.750000', '124330.210000', '124330.670000', '124331.130000', '124331.590000', '124332.050000', '124332.510000', '124332.970000', '124333.430000', '124333.890000', '124334.350000', '124334.810000', '124335.270000', '124335.730000', '124336.190000', '124336.650000', '124337.110000', '124337.570000', '124338.030000', '124338.490000', '124338.950000', '124339.410000', '124339.870000', '124340.330000', '124340.790000', '124341.250000', '124341.710000', '124342.170000', '124342.630000', '124343.090000', '124343.550000', '124344.010000', '124344.470000', '124344.930000', '124345.390000', '124345.850000', '124346.310000', '124346.770000', '124347.230000', '124347.690000', '124348.150000', '124348.610000', '124349.070000', '124349.530000', '124349.990000', '124350.450000', '124350.910000', '124351.370000', '124351.830000', '124352.290000', '124352.750000', '124353.210000', '124353.670000', '124354.130000'], 'ContentTime': ['123706.322000', '123706.325000', '123706.328000', '123706.337000', '123706.340000', '123706.343000', '123706.345000', '123706.348000', '123706.351000', '123706.354000', '123706.358000', '123706.361000', '123706.364000', '123706.377000', '123706.380000', '123706.383000', '123706.386000', '123706.389000', '123706.392000', '123706.395000', '123706.408000', '123706.411000', '123706.414000', '123706.417000', '123706.420000', '123706.422000', '123706.426000', '123706.428000', '123706.431000', '123706.434000', '123706.437000', '123706.440000', '123706.443000', '123706.446000', '123706.449000', '123706.452000', '123706.455000', '123726.271000', '123726.274000', '123726.277000', '123726.280000', '123726.282000', '123726.285000', '123726.292000', '123726.295000', '123726.297000', '123726.300000', '123726.303000', '123726.306000', '123726.309000', '123726.311000', '123726.314000', '123726.317000', '123726.320000', '123726.323000', '123726.326000', '123726.328000', '123726.331000', '123726.334000', '123726.337000', '123726.339000', '123726.342000', '123726.345000', '123726.349000', '123726.352000', '123726.355000', '123726.358000', '123726.361000', '123726.364000', '123726.367000', '123726.370000', '123726.372000', '123726.375000', '123726.378000', '123726.381000', '123726.384000', '123726.387000', '123726.389000', '123726.392000', '123726.395000', '123746.272000', '123746.275000', '123746.277000', '123746.296000', '123746.299000', '123746.302000', '123746.305000', '123746.308000', '123746.310000', '123746.315000', '123746.318000', '123746.321000', '123746.324000', '123746.326000', '123746.338000', '123746.341000', '123746.344000', '123746.347000', '123746.350000', '123746.352000', '123746.355000', '123746.358000', '123746.361000', '123746.363000', '123746.366000', '123746.369000', '123746.372000', '123746.375000', '123746.378000', '123746.380000', '123746.383000', '123746.386000', '123746.389000', '123746.392000', '123746.395000', '123746.398000', '123746.401000', '123746.404000', '123746.406000', '123746.409000', '123746.412000', '123746.415000', '123746.418000', '123746.420000', '123806.271000', '123806.274000', '123806.277000', '123806.280000', '123806.282000', '123806.285000', '123806.288000', '123806.291000', '123806.294000', '123806.297000', '123806.299000', '123806.302000', '123806.305000', '123806.308000', '123806.311000', '123806.314000', '123806.316000', '123806.319000', '123806.322000', '123806.325000', '123806.328000', '123806.331000', '123806.342000', '123806.345000', '123806.348000', '123806.351000', '123806.353000', '123806.356000', '123806.359000', '123806.362000', '123806.365000', '123806.368000', '123806.370000', '123806.373000', '123806.376000', '123806.379000', '123806.382000', '123806.384000', '123806.387000', '123806.390000', '123806.393000', '123806.396000', '123806.399000', '123826.271000', '123826.274000', '123826.277000', '123826.280000', '123826.282000', '123826.285000', '123826.288000', '123826.291000', '123826.294000', '123826.297000', '123826.299000', '123826.302000', '123826.305000', '123826.308000', '123826.311000', '123826.314000', '123826.317000', '123826.320000', '123826.322000', '123826.325000', '123826.328000', '123826.331000', '123826.334000', '123826.337000', '123826.339000', '123826.342000', '123826.345000', '123826.348000', '123826.351000', '123826.353000', '123826.356000', '123826.359000', '123826.362000', '123826.365000', '123826.368000', '123826.371000', '123826.373000', '123826.376000', '123826.379000', '123826.382000', '123826.385000', '123826.387000', '123826.390000', '123826.393000', '123846.271000', '123846.274000', '123846.277000', '123846.280000', '123846.283000', '123846.285000', '123846.288000', '123846.291000', '123846.294000', '123846.297000', '123846.299000', '123846.302000', '123846.305000', '123846.308000', '123846.311000', '123846.314000', '123846.316000', '123846.319000', '123846.322000', '123846.325000', '123846.328000', '123846.331000', '123846.334000', '123846.336000', '123846.346000', '123846.349000', '123846.351000', '123846.354000', '123846.357000', '123846.360000', '123846.363000', '123846.366000', '123846.368000', '123846.371000', '123846.374000', '123846.377000', '123846.380000', '123846.383000', '123846.385000', '123846.389000', '123846.392000', '123846.395000', '123846.398000', '123906.271000', '123906.274000', '123906.277000', '123906.279000', '123906.282000', '123906.285000', '123906.288000', '123906.291000', '123906.294000', '123906.297000', '123906.299000', '123906.302000', '123906.305000', '123906.308000', '123906.311000', '123906.314000', '123906.317000', '123906.319000', '123906.322000', '123906.325000', '123906.328000', '123906.331000', '123906.334000', '123906.336000', '123906.339000', '123906.342000', '123906.345000', '123906.348000', '123906.351000', '123906.354000', '123906.357000', '123906.359000', '123906.362000', '123906.365000', '123906.368000', '123906.371000', '123906.374000', '123906.376000', '123906.379000', '123906.382000', '123906.385000', '123906.388000', '123906.391000', '123906.409000', '123926.271000', '123926.274000', '123926.277000', '123926.280000', '123926.283000', '123926.285000', '123926.288000', '123926.291000', '123926.294000', '123926.297000', '123926.299000', '123926.302000', '123926.305000', '123926.308000', '123926.311000', '123926.314000', '123926.317000', '123926.319000', '123926.322000', '123926.325000', '123926.328000', '123926.331000', '123926.334000', '123926.336000', '123926.339000', '123926.342000', '123926.345000', '123926.348000', '123926.351000', '123926.353000', '123926.356000', '123926.359000', '123926.362000', '123926.365000', '123926.367000', '123926.370000', '123926.373000', '123926.376000', '123926.379000', '123926.382000', '123926.384000', '123926.387000', '123926.390000', '123946.271000', '123946.274000', '123946.277000', '123946.280000', '123946.282000', '123946.285000', '123946.288000', '123946.291000', '123946.294000', '123946.297000', '123946.299000', '123946.302000', '123946.305000', '123946.308000', '123946.311000', '123946.314000', '123946.317000', '123946.319000', '123946.322000', '123946.325000', '123946.328000', '123946.331000', '123946.334000', '123946.337000', '123946.339000', '123946.342000', '123946.345000', '123946.348000', '123946.351000', '123946.354000', '123946.357000', '123946.359000', '123946.362000', '123946.365000', '123946.368000', '123946.371000', '123946.373000', '123946.376000', '123946.379000', '123946.387000', '123946.390000', '123946.393000', '123946.396000', '123946.398000', '124006.272000', '124006.275000', '124006.278000', '124006.281000', '124006.284000', '124006.286000', '124006.289000', '124006.292000', '124006.295000', '124006.298000', '124006.301000', '124006.303000', '124006.306000', '124006.309000', '124006.312000', '124006.315000', '124006.317000', '124006.320000', '124006.323000', '124006.326000', '124006.329000', '124006.332000', '124006.335000', '124006.337000', '124006.340000', '124006.343000', '124006.346000', '124006.349000', '124006.352000', '124006.355000', '124006.358000', '124006.360000', '124006.363000', '124006.366000', '124006.369000', '124006.372000', '124006.374000', '124006.377000', '124006.380000', '124006.383000', '124006.386000', '124006.389000', '124006.392000', '124026.271000', '124026.274000', '124026.277000', '124026.280000', '124026.283000', '124026.286000', '124026.289000', '124026.292000', '124026.294000', '124026.297000', '124026.300000', '124026.303000', '124026.306000', '124026.309000', '124026.311000', '124026.314000', '124026.317000', '124026.320000', '124026.323000', '124026.326000', '124026.329000', '124026.331000', '124026.334000', '124026.337000', '124026.340000', '124026.343000', '124026.346000', '124026.349000', '124026.351000', '124026.354000', '124026.357000', '124026.360000', '124026.363000', '124026.366000', '124026.368000', '124026.371000', '124026.374000', '124026.377000', '124026.380000', '124026.383000', '124026.386000', '124026.389000', '124026.392000', '124046.271000', '124046.274000', '124046.277000', '124046.280000', '124046.282000', '124046.285000', '124046.288000', '124046.291000', '124046.294000', '124046.297000', '124046.299000', '124046.302000', '124046.305000', '124046.308000', '124046.311000', '124046.314000', '124046.316000', '124046.319000', '124046.322000', '124046.330000', '124046.333000', '124046.336000', '124046.339000', '124046.341000', '124046.344000', '124046.360000', '124046.363000', '124046.366000', '124046.369000', '124046.371000', '124046.374000', '124046.377000', '124046.380000', '124046.383000', '124046.386000', '124046.388000', '124046.391000', '124046.394000', '124046.397000', '124046.400000', '124046.403000', '124046.406000', '124046.409000', '124046.411000', '124106.271000', '124106.274000', '124106.277000', '124106.280000', '124106.283000', '124106.286000', '124106.289000', '124106.292000', '124106.295000', '124106.298000', '124106.301000', '124106.303000', '124106.306000', '124106.309000', '124106.312000', '124106.315000', '124106.318000', '124106.321000', '124106.324000', '124106.327000', '124106.329000', '124106.332000', '124106.335000', '124106.338000', '124106.341000', '124106.343000', '124106.346000', '124106.349000', '124106.352000', '124106.355000', '124106.358000', '124106.360000', '124106.363000', '124106.366000', '124106.369000', '124106.372000', '124106.375000', '124106.377000', '124106.380000', '124106.383000', '124106.386000', '124106.389000', '124106.392000', '124126.271000', '124126.274000', '124126.277000', '124126.280000', '124126.282000', '124126.285000', '124126.288000', '124126.291000', '124126.294000', '124126.297000', '124126.300000', '124126.302000', '124126.305000', '124126.308000', '124126.311000', '124126.314000', '124126.316000', '124126.319000', '124126.322000', '124126.325000', '124126.328000', '124126.331000', '124126.334000', '124126.337000', '124126.339000', '124126.342000', '124126.345000', '124126.348000', '124126.351000', '124126.353000', '124126.356000', '124126.359000', '124126.362000', '124126.365000', '124126.368000', '124126.371000', '124126.380000', '124126.383000', '124126.386000', '124126.389000', '124126.391000', '124126.394000', '124126.397000', '124126.400000', '124146.271000', '124146.274000', '124146.277000', '124146.280000', '124146.282000', '124146.285000', '124146.288000', '124146.291000', '124146.294000', '124146.297000', '124146.300000', '124146.303000', '124146.305000', '124146.308000', '124146.311000', '124146.314000', '124146.317000', '124146.320000', '124146.323000', '124146.326000', '124146.329000', '124146.332000', '124146.334000', '124146.337000', '124146.340000', '124146.343000', '124146.346000', '124146.349000', '124146.351000', '124146.354000', '124146.357000', '124146.360000', '124146.368000', '124146.371000', '124146.374000', '124146.377000', '124146.380000', '124146.383000', '124146.385000', '124146.388000', '124146.391000', '124146.394000', '124146.397000', '124206.271000', '124206.274000', '124206.277000', '124206.280000', '124206.283000', '124206.285000', '124206.288000', '124206.291000', '124206.294000', '124206.297000', '124206.300000', '124206.303000', '124206.305000', '124206.308000', '124206.311000', '124206.314000', '124206.317000', '124206.319000', '124206.322000', '124206.325000', '124206.328000', '124206.331000', '124206.334000', '124206.337000', '124206.339000', '124206.342000', '124206.345000', '124206.348000', '124206.351000', '124206.354000', '124206.357000', '124206.359000', '124206.362000', '124206.365000', '124206.368000', '124206.371000', '124206.374000', '124206.377000', '124206.379000', '124206.382000', '124206.385000', '124206.388000', '124206.391000', '124206.394000', '124226.272000', '124226.275000', '124226.278000', '124226.281000', '124226.284000', '124226.286000', '124226.289000', '124226.292000', '124226.295000', '124226.298000', '124226.301000', '124226.304000', '124226.307000', '124226.309000', '124226.312000', '124226.315000', '124226.318000', '124226.321000', '124226.325000', '124226.330000', '124226.334000', '124226.337000', '124226.339000', '124226.342000', '124226.345000', '124226.348000', '124226.351000', '124226.354000', '124226.356000', '124226.359000', '124226.362000', '124226.365000', '124226.368000', '124226.371000', '124226.374000', '124226.377000', '124226.379000', '124226.382000', '124226.385000', '124226.388000', '124226.391000', '124226.393000', '124226.396000', '124246.271000', '124246.274000', '124246.277000', '124246.280000', '124246.283000', '124246.285000', '124246.288000', '124246.291000', '124246.294000', '124246.297000', '124246.300000', '124246.303000', '124246.305000', '124246.308000', '124246.311000', '124246.314000', '124246.333000', '124246.336000', '124246.339000', '124246.342000', '124246.345000', '124246.348000', '124246.351000', '124246.353000', '124246.356000', '124246.359000', '124246.362000', '124246.365000', '124246.368000', '124246.370000', '124246.373000', '124246.376000', '124246.379000', '124246.382000', '124246.385000', '124246.387000', '124246.390000', '124246.393000', '124246.396000', '124246.399000', '124246.402000', '124246.405000', '124246.408000', '124246.410000', '124306.271000', '124306.274000', '124306.277000', '124306.280000', '124306.283000', '124306.286000', '124306.288000', '124306.291000', '124306.294000', '124306.297000', '124306.300000', '124306.303000', '124306.306000', '124306.309000', '124306.311000', '124306.314000', '124306.317000', '124306.320000', '124306.323000', '124306.326000', '124306.329000', '124306.331000', '124306.334000', '124306.337000', '124306.340000', '124306.343000', '124306.346000', '124306.349000', '124306.352000', '124306.354000', '124306.357000', '124306.360000', '124306.363000', '124306.366000', '124306.369000', '124306.372000', '124306.375000', '124306.377000', '124306.380000', '124306.383000', '124306.386000', '124306.389000', '124306.392000', '124326.271000', '124326.274000', '124326.277000', '124326.280000', '124326.283000', '124326.285000', '124326.288000', '124326.291000', '124326.294000', '124326.297000', '124326.300000', '124326.303000', '124326.305000', '124326.308000', '124326.311000', '124326.314000', '124326.317000', '124326.320000', '124326.323000', '124326.325000', '124326.328000', '124326.331000', '124326.334000', '124326.337000', '124326.340000', '124326.342000', '124326.345000', '124326.348000', '124326.351000', '124326.354000', '124326.357000', '124326.360000', '124326.363000', '124326.365000', '124326.368000', '124326.371000', '124326.374000', '124326.377000', '124326.380000', '124326.382000', '124326.385000', '124326.388000', '124326.391000', '124326.394000', '124346.271000', '124346.274000', '124346.288000', '124346.290000', '124346.293000', '124346.296000', '124346.299000', '124346.303000', '124346.306000', '124346.309000', '124346.312000', '124346.315000', '124346.318000', '124346.321000', '124346.323000', '124346.326000', '124346.329000', '124346.332000', '124346.335000', '124346.338000', '124346.341000', '124346.344000', '124346.346000', '124346.349000', '124346.352000', '124346.355000', '124346.358000', '124346.361000', '124346.364000', '124346.367000', '124346.370000', '124346.373000', '124346.376000', '124346.379000', '124346.382000', '124346.385000', '124346.387000', '124346.390000', '124346.393000', '124346.396000', '124346.399000', '124346.402000', '124346.404000', '124355.160000', '124355.164000', '124355.166000', '124355.169000', '124355.172000', '124355.175000', '124355.178000', '124355.181000', '124355.184000', '124355.187000', '124355.189000', '124355.192000', '124355.195000', '124355.198000', '124355.201000', '124355.204000', '124355.207000', '124355.210000', '124355.212000', '124355.215000'], 'InstanceCreationTime': ['123706.322000', '123706.325000', '123706.328000', '123706.337000', '123706.340000', '123706.343000', '123706.345000', '123706.348000', '123706.351000', '123706.354000', '123706.358000', '123706.361000', '123706.364000', '123706.377000', '123706.380000', '123706.383000', '123706.386000', '123706.389000', '123706.392000', '123706.395000', '123706.408000', '123706.411000', '123706.414000', '123706.417000', '123706.420000', '123706.422000', '123706.426000', '123706.428000', '123706.431000', '123706.434000', '123706.437000', '123706.440000', '123706.443000', '123706.446000', '123706.449000', '123706.452000', '123706.455000', '123726.271000', '123726.274000', '123726.277000', '123726.280000', '123726.282000', '123726.285000', '123726.292000', '123726.295000', '123726.297000', '123726.300000', '123726.303000', '123726.306000', '123726.309000', '123726.311000', '123726.314000', '123726.317000', '123726.320000', '123726.323000', '123726.326000', '123726.328000', '123726.331000', '123726.334000', '123726.337000', '123726.339000', '123726.342000', '123726.345000', '123726.349000', '123726.352000', '123726.355000', '123726.358000', '123726.361000', '123726.364000', '123726.367000', '123726.370000', '123726.372000', '123726.375000', '123726.378000', '123726.381000', '123726.384000', '123726.387000', '123726.389000', '123726.392000', '123726.395000', '123746.272000', '123746.275000', '123746.277000', '123746.296000', '123746.299000', '123746.302000', '123746.305000', '123746.308000', '123746.310000', '123746.315000', '123746.318000', '123746.321000', '123746.324000', '123746.326000', '123746.338000', '123746.341000', '123746.344000', '123746.347000', '123746.350000', '123746.352000', '123746.355000', '123746.358000', '123746.361000', '123746.363000', '123746.366000', '123746.369000', '123746.372000', '123746.375000', '123746.378000', '123746.380000', '123746.383000', '123746.386000', '123746.389000', '123746.392000', '123746.395000', '123746.398000', '123746.401000', '123746.404000', '123746.406000', '123746.409000', '123746.412000', '123746.415000', '123746.418000', '123746.420000', '123806.271000', '123806.274000', '123806.277000', '123806.280000', '123806.282000', '123806.285000', '123806.288000', '123806.291000', '123806.294000', '123806.297000', '123806.299000', '123806.302000', '123806.305000', '123806.308000', '123806.311000', '123806.314000', '123806.316000', '123806.319000', '123806.322000', '123806.325000', '123806.328000', '123806.331000', '123806.342000', '123806.345000', '123806.348000', '123806.351000', '123806.353000', '123806.356000', '123806.359000', '123806.362000', '123806.365000', '123806.368000', '123806.370000', '123806.373000', '123806.376000', '123806.379000', '123806.382000', '123806.384000', '123806.387000', '123806.390000', '123806.393000', '123806.396000', '123806.399000', '123826.271000', '123826.274000', '123826.277000', '123826.280000', '123826.282000', '123826.285000', '123826.288000', '123826.291000', '123826.294000', '123826.297000', '123826.299000', '123826.302000', '123826.305000', '123826.308000', '123826.311000', '123826.314000', '123826.317000', '123826.320000', '123826.322000', '123826.325000', '123826.328000', '123826.331000', '123826.334000', '123826.337000', '123826.339000', '123826.342000', '123826.345000', '123826.348000', '123826.351000', '123826.353000', '123826.356000', '123826.359000', '123826.362000', '123826.365000', '123826.368000', '123826.371000', '123826.373000', '123826.376000', '123826.379000', '123826.382000', '123826.385000', '123826.387000', '123826.390000', '123826.393000', '123846.271000', '123846.274000', '123846.277000', '123846.280000', '123846.283000', '123846.285000', '123846.288000', '123846.291000', '123846.294000', '123846.297000', '123846.299000', '123846.302000', '123846.305000', '123846.308000', '123846.311000', '123846.314000', '123846.316000', '123846.319000', '123846.322000', '123846.325000', '123846.328000', '123846.331000', '123846.334000', '123846.336000', '123846.346000', '123846.349000', '123846.351000', '123846.354000', '123846.357000', '123846.360000', '123846.363000', '123846.366000', '123846.368000', '123846.371000', '123846.374000', '123846.377000', '123846.380000', '123846.383000', '123846.385000', '123846.389000', '123846.392000', '123846.395000', '123846.398000', '123906.271000', '123906.274000', '123906.277000', '123906.279000', '123906.282000', '123906.285000', '123906.288000', '123906.291000', '123906.294000', '123906.297000', '123906.299000', '123906.302000', '123906.305000', '123906.308000', '123906.311000', '123906.314000', '123906.317000', '123906.319000', '123906.322000', '123906.325000', '123906.328000', '123906.331000', '123906.334000', '123906.336000', '123906.339000', '123906.342000', '123906.345000', '123906.348000', '123906.351000', '123906.354000', '123906.357000', '123906.359000', '123906.362000', '123906.365000', '123906.368000', '123906.371000', '123906.374000', '123906.376000', '123906.379000', '123906.382000', '123906.385000', '123906.388000', '123906.391000', '123906.409000', '123926.271000', '123926.274000', '123926.277000', '123926.280000', '123926.283000', '123926.285000', '123926.288000', '123926.291000', '123926.294000', '123926.297000', '123926.299000', '123926.302000', '123926.305000', '123926.308000', '123926.311000', '123926.314000', '123926.317000', '123926.319000', '123926.322000', '123926.325000', '123926.328000', '123926.331000', '123926.334000', '123926.336000', '123926.339000', '123926.342000', '123926.345000', '123926.348000', '123926.351000', '123926.353000', '123926.356000', '123926.359000', '123926.362000', '123926.365000', '123926.367000', '123926.370000', '123926.373000', '123926.376000', '123926.379000', '123926.382000', '123926.384000', '123926.387000', '123926.390000', '123946.271000', '123946.274000', '123946.277000', '123946.280000', '123946.282000', '123946.285000', '123946.288000', '123946.291000', '123946.294000', '123946.297000', '123946.299000', '123946.302000', '123946.305000', '123946.308000', '123946.311000', '123946.314000', '123946.317000', '123946.319000', '123946.322000', '123946.325000', '123946.328000', '123946.331000', '123946.334000', '123946.337000', '123946.339000', '123946.342000', '123946.345000', '123946.348000', '123946.351000', '123946.354000', '123946.357000', '123946.359000', '123946.362000', '123946.365000', '123946.368000', '123946.371000', '123946.373000', '123946.376000', '123946.379000', '123946.387000', '123946.390000', '123946.393000', '123946.396000', '123946.398000', '124006.272000', '124006.275000', '124006.278000', '124006.281000', '124006.284000', '124006.286000', '124006.289000', '124006.292000', '124006.295000', '124006.298000', '124006.301000', '124006.303000', '124006.306000', '124006.309000', '124006.312000', '124006.315000', '124006.317000', '124006.320000', '124006.323000', '124006.326000', '124006.329000', '124006.332000', '124006.335000', '124006.337000', '124006.340000', '124006.343000', '124006.346000', '124006.349000', '124006.352000', '124006.355000', '124006.358000', '124006.360000', '124006.363000', '124006.366000', '124006.369000', '124006.372000', '124006.374000', '124006.377000', '124006.380000', '124006.383000', '124006.386000', '124006.389000', '124006.392000', '124026.271000', '124026.274000', '124026.277000', '124026.280000', '124026.283000', '124026.286000', '124026.289000', '124026.292000', '124026.294000', '124026.297000', '124026.300000', '124026.303000', '124026.306000', '124026.309000', '124026.311000', '124026.314000', '124026.317000', '124026.320000', '124026.323000', '124026.326000', '124026.329000', '124026.331000', '124026.334000', '124026.337000', '124026.340000', '124026.343000', '124026.346000', '124026.349000', '124026.351000', '124026.354000', '124026.357000', '124026.360000', '124026.363000', '124026.366000', '124026.368000', '124026.371000', '124026.374000', '124026.377000', '124026.380000', '124026.383000', '124026.386000', '124026.389000', '124026.392000', '124046.271000', '124046.274000', '124046.277000', '124046.280000', '124046.282000', '124046.285000', '124046.288000', '124046.291000', '124046.294000', '124046.297000', '124046.299000', '124046.302000', '124046.305000', '124046.308000', '124046.311000', '124046.314000', '124046.316000', '124046.319000', '124046.322000', '124046.330000', '124046.333000', '124046.336000', '124046.339000', '124046.341000', '124046.344000', '124046.360000', '124046.363000', '124046.366000', '124046.369000', '124046.371000', '124046.374000', '124046.377000', '124046.380000', '124046.383000', '124046.386000', '124046.388000', '124046.391000', '124046.394000', '124046.397000', '124046.400000', '124046.403000', '124046.406000', '124046.409000', '124046.411000', '124106.271000', '124106.274000', '124106.277000', '124106.280000', '124106.283000', '124106.286000', '124106.289000', '124106.292000', '124106.295000', '124106.298000', '124106.301000', '124106.303000', '124106.306000', '124106.309000', '124106.312000', '124106.315000', '124106.318000', '124106.321000', '124106.324000', '124106.327000', '124106.329000', '124106.332000', '124106.335000', '124106.338000', '124106.341000', '124106.343000', '124106.346000', '124106.349000', '124106.352000', '124106.355000', '124106.358000', '124106.360000', '124106.363000', '124106.366000', '124106.369000', '124106.372000', '124106.375000', '124106.377000', '124106.380000', '124106.383000', '124106.386000', '124106.389000', '124106.392000', '124126.271000', '124126.274000', '124126.277000', '124126.280000', '124126.282000', '124126.285000', '124126.288000', '124126.291000', '124126.294000', '124126.297000', '124126.300000', '124126.302000', '124126.305000', '124126.308000', '124126.311000', '124126.314000', '124126.316000', '124126.319000', '124126.322000', '124126.325000', '124126.328000', '124126.331000', '124126.334000', '124126.337000', '124126.339000', '124126.342000', '124126.345000', '124126.348000', '124126.351000', '124126.353000', '124126.356000', '124126.359000', '124126.362000', '124126.365000', '124126.368000', '124126.371000', '124126.380000', '124126.383000', '124126.386000', '124126.389000', '124126.391000', '124126.394000', '124126.397000', '124126.400000', '124146.271000', '124146.274000', '124146.277000', '124146.280000', '124146.282000', '124146.285000', '124146.288000', '124146.291000', '124146.294000', '124146.297000', '124146.300000', '124146.303000', '124146.305000', '124146.308000', '124146.311000', '124146.314000', '124146.317000', '124146.320000', '124146.323000', '124146.326000', '124146.329000', '124146.332000', '124146.334000', '124146.337000', '124146.340000', '124146.343000', '124146.346000', '124146.349000', '124146.351000', '124146.354000', '124146.357000', '124146.360000', '124146.368000', '124146.371000', '124146.374000', '124146.377000', '124146.380000', '124146.383000', '124146.385000', '124146.388000', '124146.391000', '124146.394000', '124146.397000', '124206.271000', '124206.274000', '124206.277000', '124206.280000', '124206.283000', '124206.285000', '124206.288000', '124206.291000', '124206.294000', '124206.297000', '124206.300000', '124206.303000', '124206.305000', '124206.308000', '124206.311000', '124206.314000', '124206.317000', '124206.319000', '124206.322000', '124206.325000', '124206.328000', '124206.331000', '124206.334000', '124206.337000', '124206.339000', '124206.342000', '124206.345000', '124206.348000', '124206.351000', '124206.354000', '124206.357000', '124206.359000', '124206.362000', '124206.365000', '124206.368000', '124206.371000', '124206.374000', '124206.377000', '124206.379000', '124206.382000', '124206.385000', '124206.388000', '124206.391000', '124206.394000', '124226.272000', '124226.275000', '124226.278000', '124226.281000', '124226.284000', '124226.286000', '124226.289000', '124226.292000', '124226.295000', '124226.298000', '124226.301000', '124226.304000', '124226.307000', '124226.309000', '124226.312000', '124226.315000', '124226.318000', '124226.321000', '124226.325000', '124226.330000', '124226.334000', '124226.337000', '124226.339000', '124226.342000', '124226.345000', '124226.348000', '124226.351000', '124226.354000', '124226.356000', '124226.359000', '124226.362000', '124226.365000', '124226.368000', '124226.371000', '124226.374000', '124226.377000', '124226.379000', '124226.382000', '124226.385000', '124226.388000', '124226.391000', '124226.393000', '124226.396000', '124246.271000', '124246.274000', '124246.277000', '124246.280000', '124246.283000', '124246.285000', '124246.288000', '124246.291000', '124246.294000', '124246.297000', '124246.300000', '124246.303000', '124246.305000', '124246.308000', '124246.311000', '124246.314000', '124246.333000', '124246.336000', '124246.339000', '124246.342000', '124246.345000', '124246.348000', '124246.351000', '124246.353000', '124246.356000', '124246.359000', '124246.362000', '124246.365000', '124246.368000', '124246.370000', '124246.373000', '124246.376000', '124246.379000', '124246.382000', '124246.385000', '124246.387000', '124246.390000', '124246.393000', '124246.396000', '124246.399000', '124246.402000', '124246.405000', '124246.408000', '124246.410000', '124306.271000', '124306.274000', '124306.277000', '124306.280000', '124306.283000', '124306.286000', '124306.288000', '124306.291000', '124306.294000', '124306.297000', '124306.300000', '124306.303000', '124306.306000', '124306.309000', '124306.311000', '124306.314000', '124306.317000', '124306.320000', '124306.323000', '124306.326000', '124306.329000', '124306.331000', '124306.334000', '124306.337000', '124306.340000', '124306.343000', '124306.346000', '124306.349000', '124306.352000', '124306.354000', '124306.357000', '124306.360000', '124306.363000', '124306.366000', '124306.369000', '124306.372000', '124306.375000', '124306.377000', '124306.380000', '124306.383000', '124306.386000', '124306.389000', '124306.392000', '124326.271000', '124326.274000', '124326.277000', '124326.280000', '124326.283000', '124326.285000', '124326.288000', '124326.291000', '124326.294000', '124326.297000', '124326.300000', '124326.303000', '124326.305000', '124326.308000', '124326.311000', '124326.314000', '124326.317000', '124326.320000', '124326.323000', '124326.325000', '124326.328000', '124326.331000', '124326.334000', '124326.337000', '124326.340000', '124326.342000', '124326.345000', '124326.348000', '124326.351000', '124326.354000', '124326.357000', '124326.360000', '124326.363000', '124326.365000', '124326.368000', '124326.371000', '124326.374000', '124326.377000', '124326.380000', '124326.382000', '124326.385000', '124326.388000', '124326.391000', '124326.394000', '124346.271000', '124346.274000', '124346.288000', '124346.290000', '124346.293000', '124346.296000', '124346.299000', '124346.303000', '124346.306000', '124346.309000', '124346.312000', '124346.315000', '124346.318000', '124346.321000', '124346.323000', '124346.326000', '124346.329000', '124346.332000', '124346.335000', '124346.338000', '124346.341000', '124346.344000', '124346.346000', '124346.349000', '124346.352000', '124346.355000', '124346.358000', '124346.361000', '124346.364000', '124346.367000', '124346.370000', '124346.373000', '124346.376000', '124346.379000', '124346.382000', '124346.385000', '124346.387000', '124346.390000', '124346.393000', '124346.396000', '124346.399000', '124346.402000', '124346.404000', '124355.160000', '124355.164000', '124355.166000', '124355.169000', '124355.172000', '124355.175000', '124355.178000', '124355.181000', '124355.184000', '124355.187000', '124355.189000', '124355.192000', '124355.195000', '124355.198000', '124355.201000', '124355.204000', '124355.207000', '124355.210000', '124355.212000', '124355.215000'], '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': [11899, 11656, 11250, 11166, 11382, 11809, 9497, 9471, 10646, 11603, 11801, 11359, 10979, 10800, 13379, 11858, 17309, 12952, 19165, 13583, 15988, 11543, 13783, 11976, 13049, 15551, 11702, 14694, 11418, 12553, 10718, 11012, 10523, 10605, 10719, 10545, 10635, 10729, 14951, 12348, 11269, 14342, 11106, 12678, 10419, 12782, 17395, 12137, 12660, 11321, 11533, 17040, 11163, 12301, 16451, 11102, 12207, 10832, 10345, 10523, 10794, 13465, 11173, 10723, 10824, 10748, 13893, 10863, 11486, 12915, 11071, 11826, 10076, 11030, 10862, 11056, 11758, 17557, 11489, 12255, 10611, 11316, 14918, 11187, 11469, 11521, 10266, 11114, 11293, 18604, 11524, 11588, 14823, 10864, 11783, 13641, 10550, 11357, 10889, 11202, 12553, 11154, 11104, 11089, 10420, 11289, 11634, 18178, 11280, 12570, 15672, 11005, 12639, 11142, 11302, 10868, 10580, 10158, 10594, 9899, 12418, 9812, 11648, 10353, 12043, 11363, 11667, 16609, 11174, 13600, 8990, 12115, 9729, 13664, 11171, 16040, 13202, 17106, 12962, 16545, 10104, 14624, 17252, 13931, 13558, 10927, 11843, 8809, 11144, 8051, 10276, 8331, 9737, 8245, 9481, 8165, 9434, 8752, 9988, 9286, 9527, 11032, 10273, 11414, 10839, 13202, 9819, 12586, 9953, 11579, 10316, 12498, 10207, 12437, 8500, 13440, 19497, 11848, 13423, 17951, 12004, 13077, 16210, 11121, 13251, 9200, 11980, 8882, 12046, 10021, 15248, 10454, 11368, 9779, 11151, 17425, 11508, 12207, 9751, 10458, 13287, 9584, 11188, 15913, 11262, 11777, 11625, 10895, 14488, 10269, 11842, 8674, 11663, 10383, 10749, 10193, 11076, 9920, 11192, 10216, 11562, 9336, 13871, 10062, 13493, 8158, 11334, 14203, 10700, 11747, 9667, 10569, 8845, 10564, 9670, 11460, 10225, 8752, 11280, 8475, 13062, 9910, 13022, 18034, 11044, 13001, 15479, 11416, 12508, 8423, 11247, 9536, 10743, 9362, 10132, 8352, 9449, 11545, 9495, 10321, 9715, 9886, 8001, 10622, 14709, 11010, 11815, 8634, 11579, 15100, 10880, 13821, 9936, 11898, 8086, 11494, 10431, 11336, 13438, 11117, 13210, 10970, 11767, 8888, 11606, 16630, 10669, 12744, 18817, 11683, 12390, 16477, 11212, 12311, 8736, 10312, 13116, 10358, 11031, 9368, 7629, 9438, 10751, 8273, 9921, 10092, 10106, 11241, 10287, 12580, 9313, 12338, 9021, 14079, 13909, 15450, 20778, 14901, 12514, 15170, 13257, 11036, 14148, 9310, 11630, 8274, 10179, 10177, 9996, 9696, 9340, 10611, 8335, 10316, 13502, 10132, 11188, 7895, 10757, 12056, 10335, 11549, 10141, 11345, 8576, 11243, 15977, 11161, 11869, 8679, 12060, 10097, 11770, 9920, 11330, 15042, 16976, 12107, 14209, 11002, 11101, 10133, 10836, 10375, 11266, 10425, 12499, 11288, 15917, 10358, 14162, 10218, 16220, 10027, 14742, 9758, 13799, 15425, 12567, 16895, 11867, 13154, 9758, 11522, 16247, 11492, 11518, 10385, 10595, 9637, 10821, 8788, 10903, 8597, 11470, 12132, 11303, 13334, 10908, 12316, 9438, 12690, 8517, 11891, 9045, 11372, 9467, 11868, 9524, 12481, 8540, 12318, 14915, 12326, 14359, 11225, 13594, 19539, 13223, 14314, 9939, 12600, 8785, 11406, 13385, 10735, 12388, 10161, 10493, 10698, 7830, 10771, 13659, 15006, 10589, 14130, 10748, 13789, 11577, 8559, 12684, 8664, 11814, 9681, 11210, 9396, 11540, 9016, 14459, 11802, 17461, 13418, 19839, 13578, 17406, 12742, 16091, 11951, 13745, 11386, 13208, 9339, 12663, 8199, 11676, 14250, 9966, 11484, 8979, 10346, 7831, 9799, 7906, 8875, 8332, 8434, 7997, 8886, 8061, 9559, 8806, 9299, 8749, 9990, 8808, 11274, 12508, 12550, 17459, 12641, 14882, 19263, 12326, 14218, 13103, 11567, 13439, 10991, 11360, 8759, 11361, 8175, 11419, 12168, 10906, 12882, 19994, 11828, 13138, 15083, 10736, 13125, 9763, 11389, 7735, 11136, 14115, 14478, 10045, 13469, 10066, 12136, 17083, 11372, 12749, 16747, 11361, 13376, 17509, 10863, 13012, 13484, 10695, 13054, 10201, 11218, 8945, 10896, 8782, 10315, 13480, 14666, 10143, 13517, 16134, 10260, 13160, 8309, 10818, 13532, 10586, 10730, 9707, 10859, 14301, 10154, 12270, 13829, 11138, 12383, 10801, 8021, 10457, 12217, 9816, 10256, 14917, 9386, 11551, 8836, 11347, 8341, 11297, 14402, 14712, 11299, 15301, 10061, 12128, 13297, 11678, 14379, 11056, 12299, 9668, 12291, 8777, 12892, 17141, 11171, 12464, 15712, 11059, 11679, 8844, 11142, 8098, 10440, 10173, 9556, 10243, 8639, 9706, 11743, 9343, 10371, 8374, 9959, 11605, 10203, 10140, 12132, 10935, 9387, 9182, 10143, 9554, 9840, 12252, 9428, 10116, 14359, 10111, 12326, 19427, 12252, 12244, 12081, 10801, 14149, 10684, 12137, 8578, 11841, 8187, 12228, 8822, 12347, 9734, 14066, 9529, 15027, 9640, 13510, 19359, 12322, 12388, 9331, 11550, 13841, 11351, 11755, 10759, 10186, 9175, 10261, 8054, 10857, 12011, 10369, 11760, 9554, 11086, 8905, 11732, 8986, 12935, 8571, 13629, 8973, 13708, 11974, 14413, 9130, 14210, 15641, 12125, 15902, 11758, 13895, 11171, 13360, 10629, 13146, 9072, 12986, 9425, 12555, 15245, 12043, 13443, 9716, 12038, 8220, 11448, 8457, 11913, 8655, 11729, 7568, 11216, 8207, 11791, 12860, 11271, 12075, 10368, 11839, 16023, 11012, 12470, 9169, 11421, 7532, 10706, 7971, 10947, 7574, 10854, 7801, 10449, 9192, 10545, 9987, 12373, 19313, 11804, 12423, 14244, 12333, 15970, 11705, 14054, 9749, 12623, 8455, 12603, 15336, 12049, 15235, 11668, 14105, 10858, 12476, 10626, 12546, 10976, 12912, 10387, 13313, 9449, 13439, 8519, 13576, 17968, 11982, 13925, 9786, 12236, 8854, 11767, 8753, 11836, 9788, 11358, 10081, 11254, 10414, 12225, 11799, 16049, 12186, 13986, 10569, 12536, 11066, 13511, 11723, 13989, 10600, 13449, 9790, 13810, 18078, 13393, 13826, 9728, 12162, 14876, 11248, 11167, 9639, 10152, 8832, 9874, 8935, 10325, 8843, 10206, 11883, 10033, 11295, 9217, 11376, 9110, 11042, 11623, 11344, 13110, 11246, 11608, 10643, 11680, 9421, 11674, 17264, 11545, 13278, 11360, 11316, 14836, 10554, 11623, 8411, 11429, 14139, 11810, 11065, 8363, 11114, 14137, 13796, 11219, 13913, 9470, 11486, 14355, 9486, 11588, 13914, 9817, 11569, 14344, 9406, 10999, 13107, 9045, 10620, 12068, 8788, 10358, 8140, 9833, 8407, 10000, 11795, 10061, 10970, 10153, 11655, 18839, 12766, 10068, 9767, 11111, 10497, 12221, 13994, 13840, 17507, 12926, 15396, 19226, 14001, 13858, 9917, 11985, 7994, 11320, 10256, 11168, 9559, 10806, 12368, 10355, 11265, 10757, 11369, 9333, 12077, 17692, 12562, 12195, 8861, 11540, 8126, 11340, 8051, 11168, 8233, 11544, 8183, 11236, 14951, 9272, 10619, 13679, 11277, 12219, 8544, 12078, 10276, 12338, 13477, 11645, 11889, 10478, 11766, 9093, 12287, 8533, 12253, 16025, 9674, 12565, 13999], 'WindowCenter': [4608.0, 4597.0, 4572.0, 4582.0, 4569.0, 4568.0, 4538.0, 4549.0, 4559.0, 4581.0, 4581.0, 4569.0, 4559.0, 4559.0, 4591.0, 4581.0, 4622.0, 4592.0, 4621.0, 4579.0, 4587.0, 4555.0, 4576.0, 4543.0, 4552.0, 4570.0, 4540.0, 4561.0, 4542.0, 4549.0, 4530.0, 4530.0, 4543.0, 4545.0, 4556.0, 4557.0, 4557.0, 4559.0, 4599.0, 4579.0, 4568.0, 4586.0, 4554.0, 4552.0, 4529.0, 4562.0, 4582.0, 4564.0, 4563.0, 4543.0, 4552.0, 4582.0, 4540.0, 4551.0, 4579.0, 4541.0, 4550.0, 4542.0, 4530.0, 4530.0, 4541.0, 4562.0, 4553.0, 4543.0, 4542.0, 4544.0, 4572.0, 4544.0, 4554.0, 4561.0, 4543.0, 4565.0, 4532.0, 4542.0, 4541.0, 4552.0, 4554.0, 4593.0, 4553.0, 4552.0, 4541.0, 4553.0, 4582.0, 4542.0, 4553.0, 4554.0, 4543.0, 4554.0, 4554.0, 4607.0, 4554.0, 4551.0, 4571.0, 4529.0, 4539.0, 4548.0, 4528.0, 4541.0, 4529.0, 4541.0, 4550.0, 4542.0, 4540.0, 4554.0, 4543.0, 4552.0, 4553.0, 4590.0, 4539.0, 4550.0, 4569.0, 4528.0, 4536.0, 4539.0, 4541.0, 4542.0, 4541.0, 4546.0, 4556.0, 4536.0, 4565.0, 4546.0, 4566.0, 4557.0, 4565.0, 4543.0, 4542.0, 4583.0, 4541.0, 4561.0, 4512.0, 4551.0, 4521.0, 4560.0, 4541.0, 4581.0, 4560.0, 4581.0, 4549.0, 4568.0, 4517.0, 4546.0, 4566.0, 4547.0, 4533.0, 4511.0, 4511.0, 4481.0, 4512.0, 4473.0, 4517.0, 4486.0, 4508.0, 4498.0, 4519.0, 4500.0, 4534.0, 4522.0, 4544.0, 4522.0, 4534.0, 4555.0, 4557.0, 4566.0, 4556.0, 4588.0, 4547.0, 4563.0, 4534.0, 4553.0, 4545.0, 4565.0, 4547.0, 4576.0, 4526.0, 4586.0, 4617.0, 4553.0, 4573.0, 4580.0, 4539.0, 4548.0, 4556.0, 4525.0, 4535.0, 4508.0, 4549.0, 4520.0, 4550.0, 4532.0, 4581.0, 4541.0, 4552.0, 4543.0, 4551.0, 4579.0, 4538.0, 4538.0, 4507.0, 4529.0, 4548.0, 4519.0, 4537.0, 4565.0, 4525.0, 4535.0, 4524.0, 4513.0, 4543.0, 4502.0, 4512.0, 4484.0, 4525.0, 4517.0, 4526.0, 4517.0, 4526.0, 4517.0, 4526.0, 4517.0, 4527.0, 4509.0, 4559.0, 4518.0, 4548.0, 4488.0, 4538.0, 4558.0, 4531.0, 4550.0, 4520.0, 4529.0, 4512.0, 4531.0, 4533.0, 4552.0, 4543.0, 4524.0, 4553.0, 4514.0, 4574.0, 4532.0, 4562.0, 4593.0, 4530.0, 4561.0, 4569.0, 4538.0, 4536.0, 4487.0, 4526.0, 4505.0, 4540.0, 4519.0, 4541.0, 4511.0, 4534.0, 4551.0, 4545.0, 4556.0, 4546.0, 4546.0, 4514.0, 4555.0, 4585.0, 4556.0, 4554.0, 4512.0, 4552.0, 4570.0, 4542.0, 4561.0, 4519.0, 4552.0, 4501.0, 4551.0, 4540.0, 4553.0, 4571.0, 4554.0, 4572.0, 4554.0, 4565.0, 4535.0, 4566.0, 4595.0, 4542.0, 4562.0, 4590.0, 4550.0, 4549.0, 4579.0, 4540.0, 4548.0, 4498.0, 4543.0, 4572.0, 4543.0, 4552.0, 4534.0, 4517.0, 4546.0, 4553.0, 4501.0, 4533.0, 4543.0, 4546.0, 4564.0, 4557.0, 4576.0, 4536.0, 4564.0, 4524.0, 4573.0, 4571.0, 4583.0, 4605.0, 4558.0, 4537.0, 4557.0, 4534.0, 4515.0, 4545.0, 4495.0, 4526.0, 4484.0, 4516.0, 4516.0, 4519.0, 4518.0, 4521.0, 4541.0, 4500.0, 4532.0, 4561.0, 4529.0, 4540.0, 4500.0, 4541.0, 4563.0, 4544.0, 4551.0, 4543.0, 4553.0, 4513.0, 4555.0, 4582.0, 4553.0, 4562.0, 4512.0, 4564.0, 4545.0, 4563.0, 4534.0, 4553.0, 4586.0, 4595.0, 4554.0, 4561.0, 4532.0, 4541.0, 4531.0, 4542.0, 4542.0, 4551.0, 4545.0, 4564.0, 4544.0, 4583.0, 4532.0, 4573.0, 4534.0, 4582.0, 4533.0, 4569.0, 4519.0, 4559.0, 4569.0, 4549.0, 4568.0, 4537.0, 4547.0, 4506.0, 4536.0, 4568.0, 4538.0, 4527.0, 4518.0, 4527.0, 4518.0, 4528.0, 4500.0, 4540.0, 4499.0, 4551.0, 4549.0, 4552.0, 4561.0, 4541.0, 4564.0, 4523.0, 4562.0, 4513.0, 4552.0, 4521.0, 4551.0, 4534.0, 4564.0, 4534.0, 4564.0, 4514.0, 4565.0, 4583.0, 4563.0, 4572.0, 4542.0, 4562.0, 4592.0, 4549.0, 4559.0, 4518.0, 4537.0, 4498.0, 4538.0, 4572.0, 4542.0, 4550.0, 4530.0, 4530.0, 4542.0, 4492.0, 4542.0, 4570.0, 4570.0, 4531.0, 4571.0, 4544.0, 4562.0, 4543.0, 4501.0, 4562.0, 4512.0, 4563.0, 4521.0, 4554.0, 4533.0, 4568.0, 4525.0, 4575.0, 4542.0, 4581.0, 4549.0, 4579.0, 4538.0, 4557.0, 4525.0, 4543.0, 4513.0, 4522.0, 4513.0, 4511.0, 4470.0, 4510.0, 4459.0, 4500.0, 4529.0, 4491.0, 4498.0, 4481.0, 4515.0, 4463.0, 4505.0, 4475.0, 4493.0, 4485.0, 4487.0, 4500.0, 4524.0, 4517.0, 4547.0, 4539.0, 4537.0, 4539.0, 4547.0, 4538.0, 4559.0, 4567.0, 4578.0, 4596.0, 4566.0, 4586.0, 4594.0, 4552.0, 4561.0, 4549.0, 4539.0, 4548.0, 4529.0, 4552.0, 4525.0, 4553.0, 4514.0, 4564.0, 4564.0, 4556.0, 4577.0, 4605.0, 4554.0, 4562.0, 4570.0, 4543.0, 4562.0, 4532.0, 4551.0, 4502.0, 4555.0, 4585.0, 4584.0, 4534.0, 4572.0, 4534.0, 4564.0, 4594.0, 4555.0, 4574.0, 4582.0, 4551.0, 4561.0, 4580.0, 4529.0, 4560.0, 4558.0, 4529.0, 4548.0, 4529.0, 4551.0, 4534.0, 4553.0, 4522.0, 4544.0, 4573.0, 4571.0, 4531.0, 4562.0, 4594.0, 4542.0, 4559.0, 4498.0, 4539.0, 4557.0, 4540.0, 4540.0, 4531.0, 4541.0, 4570.0, 4531.0, 4561.0, 4572.0, 4552.0, 4560.0, 4541.0, 4500.0, 4541.0, 4550.0, 4519.0, 4543.0, 4596.0, 4534.0, 4552.0, 4524.0, 4554.0, 4514.0, 4555.0, 4586.0, 4571.0, 4541.0, 4582.0, 4519.0, 4538.0, 4547.0, 4539.0, 4583.0, 4552.0, 4548.0, 4517.0, 4537.0, 4497.0, 4547.0, 4577.0, 4527.0, 4536.0, 4555.0, 4525.0, 4536.0, 4495.0, 4525.0, 4485.0, 4526.0, 4527.0, 4531.0, 4542.0, 4511.0, 4532.0, 4551.0, 4532.0, 4542.0, 4511.0, 4543.0, 4552.0, 4542.0, 4544.0, 4562.0, 4566.0, 4536.0, 4546.0, 4555.0, 4533.0, 4544.0, 4575.0, 4534.0, 4544.0, 4584.0, 4545.0, 4575.0, 4605.0, 4563.0, 4552.0, 4550.0, 4541.0, 4560.0, 4530.0, 4551.0, 4510.0, 4551.0, 4511.0, 4562.0, 4523.0, 4563.0, 4534.0, 4574.0, 4534.0, 4583.0, 4521.0, 4562.0, 4593.0, 4550.0, 4549.0, 4507.0, 4538.0, 4557.0, 4539.0, 4538.0, 4540.0, 4530.0, 4535.0, 4532.0, 4501.0, 4542.0, 4589.0, 4557.0, 4553.0, 4532.0, 4541.0, 4536.0, 4563.0, 4522.0, 4562.0, 4525.0, 4586.0, 4522.0, 4572.0, 4551.0, 4571.0, 4522.0, 4572.0, 4570.0, 4549.0, 4567.0, 4539.0, 4559.0, 4539.0, 4558.0, 4528.0, 4548.0, 4506.0, 4548.0, 4507.0, 4537.0, 4556.0, 4536.0, 4547.0, 4507.0, 4536.0, 4498.0, 4539.0, 4498.0, 4549.0, 4508.0, 4551.0, 4516.0, 4552.0, 4511.0, 4563.0, 4562.0, 4552.0, 4551.0, 4531.0, 4551.0, 4581.0, 4542.0, 4564.0, 4521.0, 4550.0, 4491.0, 4541.0, 4515.0, 4554.0, 4516.0, 4556.0, 4517.0, 4558.0, 4561.0, 4569.0, 4561.0, 4590.0, 4619.0, 4566.0, 4564.0, 4571.0, 4552.0, 4579.0, 4552.0, 4571.0, 4520.0, 4550.0, 4488.0, 4549.0, 4569.0, 4550.0, 4568.0, 4540.0, 4558.0, 4529.0, 4549.0, 4542.0, 4550.0, 4541.0, 4549.0, 4530.0, 4559.0, 4519.0, 4548.0, 4497.0, 4547.0, 4577.0, 4537.0, 4560.0, 4517.0, 4537.0, 4508.0, 4537.0, 4511.0, 4550.0, 4530.0, 4551.0, 4533.0, 4542.0, 4542.0, 4552.0, 4552.0, 4584.0, 4565.0, 4561.0, 4531.0, 4538.0, 4529.0, 4549.0, 4540.0, 4559.0, 4518.0, 4548.0, 4505.0, 4548.0, 4568.0, 4536.0, 4534.0, 4492.0, 4522.0, 4532.0, 4512.0, 4512.0, 4492.0, 4503.0, 4495.0, 4516.0, 4507.0, 4519.0, 4508.0, 4531.0, 4539.0, 4531.0, 4540.0, 4521.0, 4540.0, 4510.0, 4541.0, 4540.0, 4552.0, 4560.0, 4542.0, 4541.0, 4543.0, 4551.0, 4524.0, 4553.0, 4592.0, 4553.0, 4563.0, 4565.0, 4552.0, 4571.0, 4531.0, 4540.0, 4499.0, 4564.0, 4583.0, 4553.0, 4542.0, 4502.0, 4553.0, 4573.0, 4573.0, 4542.0, 4571.0, 4518.0, 4540.0, 4558.0, 4520.0, 4550.0, 4558.0, 4517.0, 4539.0, 4559.0, 4508.0, 4539.0, 4558.0, 4509.0, 4530.0, 4549.0, 4510.0, 4543.0, 4503.0, 4545.0, 4515.0, 4546.0, 4575.0, 4558.0, 4567.0, 4558.0, 4569.0, 4606.0, 4576.0, 4533.0, 4532.0, 4552.0, 4541.0, 4552.0, 4573.0, 4574.0, 4582.0, 4552.0, 4572.0, 4580.0, 4559.0, 4546.0, 4505.0, 4526.0, 4474.0, 4525.0, 4519.0, 4537.0, 4508.0, 4529.0, 4548.0, 4531.0, 4541.0, 4541.0, 4540.0, 4510.0, 4549.0, 4581.0, 4551.0, 4539.0, 4508.0, 4538.0, 4487.0, 4527.0, 4487.0, 4538.0, 4501.0, 4541.0, 4502.0, 4542.0, 4598.0, 4535.0, 4531.0, 4558.0, 4529.0, 4537.0, 4496.0, 4538.0, 4518.0, 4538.0, 4547.0, 4539.0, 4538.0, 4528.0, 4538.0, 4510.0, 4538.0, 4498.0, 4549.0, 4569.0, 4507.0, 4548.0, 4556.0], 'WindowWidth': [10100.0, 10082.0, 10038.0, 10050.0, 10026.0, 10024.0, 9982.0, 9999.0, 10014.0, 10050.0, 10047.0, 10026.0, 10014.0, 10012.0, 10062.0, 10049.0, 10108.0, 10065.0, 10109.0, 10040.0, 10049.0, 9998.0, 10033.0, 9980.0, 9991.0, 10014.0, 9969.0, 10001.0, 9975.0, 9982.0, 9957.0, 9959.0, 9980.0, 9989.0, 10004.0, 10007.0, 10007.0, 10013.0, 10071.0, 10043.0, 10026.0, 10049.0, 9996.0, 9990.0, 9957.0, 10002.0, 10034.0, 10012.0, 10008.0, 9979.0, 9992.0, 10036.0, 9971.0, 9987.0, 10025.0, 9972.0, 9984.0, 9980.0, 9959.0, 9958.0, 9977.0, 10005.0, 9997.0, 9980.0, 9979.0, 9984.0, 10020.0, 9984.0, 9997.0, 10003.0, 9979.0, 10017.0, 9965.0, 9978.0, 9976.0, 9994.0, 9999.0, 10055.0, 9995.0, 9992.0, 9975.0, 9995.0, 10033.0, 9977.0, 9995.0, 10000.0, 9983.0, 10000.0, 10002.0, 10082.0, 10001.0, 9989.0, 10018.0, 9954.0, 9969.0, 9979.0, 9952.0, 9974.0, 9955.0, 9974.0, 9987.0, 9977.0, 9975.0, 9998.0, 9981.0, 9993.0, 9995.0, 10046.0, 9970.0, 9988.0, 10011.0, 9953.0, 9961.0, 9970.0, 9976.0, 9977.0, 9976.0, 9992.0, 10007.0, 9976.0, 10015.0, 9991.0, 10018.0, 10009.0, 10015.0, 9979.0, 9976.0, 10038.0, 9975.0, 10000.0, 9935.0, 9988.0, 9947.0, 10000.0, 9976.0, 10032.0, 10002.0, 10032.0, 9981.0, 10011.0, 9934.0, 9973.0, 10004.0, 9973.0, 9952.0, 9918.0, 9916.0, 9877.0, 9918.0, 9869.0, 9934.0, 9893.0, 9925.0, 9913.0, 9944.0, 9920.0, 9971.0, 9955.0, 9985.0, 9953.0, 9972.0, 10004.0, 10009.0, 10017.0, 10004.0, 10054.0, 9997.0, 10010.0, 9971.0, 9994.0, 9988.0, 10017.0, 9995.0, 10032.0, 9965.0, 10047.0, 10098.0, 9998.0, 10022.0, 10032.0, 9968.0, 9978.0, 9989.0, 9943.0, 9957.0, 9929.0, 9985.0, 9950.0, 9989.0, 9970.0, 10033.0, 9979.0, 9994.0, 9985.0, 9993.0, 10027.0, 9964.0, 9965.0, 9925.0, 9957.0, 9982.0, 9942.0, 9967.0, 10006.0, 9947.0, 9959.0, 9941.0, 9924.0, 9965.0, 9906.0, 9918.0, 9883.0, 9943.0, 9936.0, 9947.0, 9938.0, 9947.0, 9937.0, 9946.0, 9935.0, 9948.0, 9927.0, 9997.0, 9939.0, 9979.0, 9899.0, 9967.0, 9991.0, 9961.0, 9987.0, 9945.0, 9954.0, 9936.0, 9962.0, 9969.0, 9994.0, 9984.0, 9961.0, 9998.0, 9946.0, 10026.0, 9965.0, 10004.0, 10055.0, 9958.0, 10002.0, 10013.0, 9966.0, 9960.0, 9894.0, 9946.0, 9918.0, 9972.0, 9944.0, 9978.0, 9937.0, 9972.0, 9994.0, 9991.0, 10007.0, 9993.0, 9991.0, 9949.0, 10002.0, 10044.0, 10003.0, 9999.0, 9939.0, 9994.0, 10017.0, 9977.0, 10004.0, 9943.0, 9989.0, 9923.0, 9990.0, 9974.0, 9996.0, 10020.0, 10000.0, 10023.0, 10000.0, 10016.0, 9980.0, 10018.0, 10059.0, 9980.0, 10007.0, 10049.0, 9988.0, 9987.0, 10028.0, 9972.0, 9982.0, 9912.0, 9984.0, 10026.0, 9985.0, 9994.0, 9975.0, 9958.0, 9995.0, 9997.0, 9923.0, 9969.0, 9985.0, 9994.0, 10017.0, 10009.0, 10035.0, 9980.0, 10014.0, 9958.0, 10024.0, 10020.0, 10039.0, 10080.0, 9999.0, 9964.0, 9991.0, 9953.0, 9929.0, 9969.0, 9903.0, 9944.0, 9887.0, 9932.0, 9935.0, 9943.0, 9940.0, 9949.0, 9978.0, 9920.0, 9965.0, 10002.0, 9957.0, 9971.0, 9919.0, 9978.0, 10011.0, 9988.0, 9992.0, 9984.0, 9996.0, 9943.0, 10003.0, 10036.0, 9996.0, 10008.0, 9941.0, 10013.0, 9989.0, 10009.0, 9971.0, 9997.0, 10046.0, 10063.0, 9998.0, 10005.0, 9962.0, 9973.0, 9963.0, 9977.0, 9981.0, 9991.0, 9987.0, 10010.0, 9984.0, 10037.0, 9963.0, 10021.0, 9971.0, 10036.0, 9967.0, 10013.0, 9942.0, 9994.0, 10009.0, 9982.0, 10013.0, 9963.0, 9977.0, 9920.0, 9960.0, 10010.0, 9964.0, 9947.0, 9937.0, 9949.0, 9940.0, 9954.0, 9919.0, 9971.0, 9916.0, 9988.0, 9987.0, 9991.0, 10000.0, 9975.0, 10014.0, 9955.0, 10007.0, 9942.0, 9991.0, 9950.0, 9990.0, 9972.0, 10012.0, 9973.0, 10013.0, 9945.0, 10017.0, 10042.0, 10010.0, 10019.0, 9977.0, 10008.0, 10054.0, 9986.0, 9995.0, 9938.0, 9962.0, 9911.0, 9966.0, 10024.0, 9980.0, 9986.0, 9959.0, 9957.0, 9981.0, 9913.0, 9980.0, 10016.0, 10017.0, 9963.0, 10016.0, 9985.0, 10007.0, 9978.0, 9918.0, 10006.0, 9941.0, 10011.0, 9951.0, 10002.0, 9974.0, 10025.0, 9962.0, 10030.0, 9980.0, 10032.0, 9980.0, 10029.0, 9962.0, 9992.0, 9940.0, 9964.0, 9922.0, 9934.0, 9919.0, 9914.0, 9857.0, 9913.0, 9843.0, 9900.0, 9935.0, 9886.0, 9892.0, 9878.0, 9933.0, 9859.0, 9914.0, 9876.0, 9897.0, 9890.0, 9894.0, 9920.0, 9959.0, 9955.0, 9994.0, 9986.0, 9980.0, 9986.0, 9995.0, 9983.0, 10012.0, 10023.0, 10035.0, 10062.0, 10018.0, 10047.0, 10057.0, 9990.0, 10004.0, 9983.0, 9969.0, 9979.0, 9955.0, 9993.0, 9963.0, 9995.0, 9945.0, 10013.0, 10012.0, 10004.0, 10037.0, 10074.0, 10000.0, 10007.0, 10015.0, 9980.0, 10008.0, 9967.0, 9990.0, 9929.0, 10005.0, 10046.0, 10042.0, 9974.0, 10020.0, 9972.0, 10012.0, 10060.0, 10003.0, 10027.0, 10039.0, 9991.0, 10005.0, 10034.0, 9958.0, 10001.0, 9994.0, 9956.0, 9980.0, 9958.0, 9990.0, 9976.0, 9998.0, 9956.0, 9989.0, 10028.0, 10020.0, 9963.0, 10007.0, 10057.0, 9983.0, 9997.0, 9916.0, 9971.0, 9996.0, 9977.0, 9974.0, 9966.0, 9980.0, 10017.0, 9964.0, 10006.0, 10026.0, 9997.0, 10002.0, 9980.0, 9923.0, 9980.0, 9990.0, 9945.0, 9984.0, 10064.0, 9976.0, 9995.0, 9961.0, 10001.0, 9950.0, 10003.0, 10051.0, 10019.0, 9977.0, 10036.0, 9944.0, 9968.0, 9977.0, 9971.0, 10041.0, 9995.0, 9982.0, 9937.0, 9964.0, 9910.0, 9977.0, 10024.0, 9951.0, 9960.0, 9989.0, 9946.0, 9961.0, 9907.0, 9946.0, 9893.0, 9951.0, 9952.0, 9966.0, 9982.0, 9938.0, 9970.0, 9993.0, 9969.0, 9981.0, 9940.0, 9985.0, 9997.0, 9984.0, 9988.0, 10007.0, 10022.0, 9981.0, 9996.0, 10006.0, 9972.0, 9989.0, 10032.0, 9974.0, 9987.0, 10041.0, 9991.0, 10031.0, 10078.0, 10013.0, 9992.0, 9988.0, 9975.0, 10001.0, 9959.0, 9988.0, 9933.0, 9989.0, 9939.0, 10009.0, 9958.0, 10011.0, 9975.0, 10028.0, 9972.0, 10038.0, 9949.0, 10004.0, 10058.0, 9988.0, 9984.0, 9924.0, 9966.0, 9991.0, 9971.0, 9969.0, 9972.0, 9959.0, 9980.0, 9966.0, 9923.0, 9980.0, 10062.0, 10011.0, 9998.0, 9969.0, 9976.0, 9980.0, 10012.0, 9953.0, 10008.0, 9964.0, 10047.0, 9954.0, 10019.0, 9989.0, 10019.0, 9952.0, 10020.0, 10016.0, 9983.0, 10010.0, 9971.0, 9998.0, 9971.0, 9996.0, 9953.0, 9982.0, 9922.0, 9979.0, 9922.0, 9963.0, 9990.0, 9963.0, 9978.0, 9921.0, 9960.0, 9915.0, 9970.0, 9916.0, 9984.0, 9930.0, 9991.0, 9955.0, 9994.0, 9939.0, 10010.0, 10009.0, 9993.0, 9992.0, 9964.0, 9990.0, 10032.0, 9979.0, 10013.0, 9950.0, 9989.0, 9910.0, 9977.0, 9952.0, 9998.0, 9952.0, 10008.0, 9958.0, 10013.0, 10023.0, 10030.0, 10023.0, 10061.0, 10101.0, 10018.0, 10011.0, 10017.0, 9992.0, 10028.0, 9990.0, 10018.0, 9946.0, 9984.0, 9899.0, 9982.0, 10015.0, 9986.0, 10011.0, 9973.0, 9995.0, 9954.0, 9983.0, 9980.0, 9986.0, 9976.0, 9983.0, 9959.0, 9997.0, 9944.0, 9981.0, 9909.0, 9977.0, 10022.0, 9963.0, 10000.0, 9936.0, 9963.0, 9928.0, 9963.0, 9938.0, 9989.0, 9962.0, 9990.0, 9968.0, 9978.0, 9979.0, 9993.0, 9993.0, 10040.0, 10016.0, 10001.0, 9960.0, 9965.0, 9955.0, 9983.0, 9970.0, 9995.0, 9939.0, 9978.0, 9917.0, 9979.0, 10011.0, 9959.0, 9951.0, 9892.0, 9932.0, 9946.0, 9919.0, 9917.0, 9893.0, 9910.0, 9900.0, 9932.0, 9923.0, 9941.0, 9926.0, 9960.0, 9969.0, 9960.0, 9972.0, 9947.0, 9971.0, 9930.0, 9975.0, 9972.0, 9992.0, 10004.0, 9980.0, 9974.0, 9980.0, 9990.0, 9957.0, 9998.0, 10050.0, 9993.0, 10010.0, 10016.0, 9994.0, 10017.0, 9961.0, 9972.0, 9917.0, 10012.0, 10039.0, 9995.0, 9978.0, 9924.0, 9995.0, 10026.0, 10025.0, 9980.0, 10016.0, 9941.0, 9971.0, 9994.0, 9946.0, 9988.0, 9994.0, 9938.0, 9970.0, 9997.0, 9927.0, 9971.0, 9994.0, 9927.0, 9958.0, 9982.0, 9935.0, 9982.0, 9929.0, 9990.0, 9949.0, 9993.0, 10033.0, 10014.0, 10023.0, 10013.0, 10029.0, 10083.0, 10036.0, 9968.0, 9965.0, 9993.0, 9978.0, 9993.0, 10023.0, 10026.0, 10037.0, 9992.0, 10019.0, 10033.0, 9997.0, 9974.0, 9917.0, 9945.0, 9874.0, 9944.0, 9941.0, 9962.0, 9924.0, 9956.0, 9980.0, 9962.0, 9977.0, 9975.0, 9971.0, 9931.0, 9982.0, 10034.0, 9991.0, 9968.0, 9926.0, 9966.0, 9897.0, 9947.0, 9895.0, 9966.0, 9922.0, 9974.0, 9924.0, 9980.0, 10068.0, 9979.0, 9961.0, 9993.0, 9954.0, 9961.0, 9906.0, 9963.0, 9938.0, 9963.0, 9978.0, 9968.0, 9964.0, 9953.0, 9967.0, 9932.0, 9966.0, 9911.0, 9982.0, 10012.0, 9922.0, 9978.0, 9990.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.003004308855291577</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.024443683801295895</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.821394224432446</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2469594883675674</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0525061032108103</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4883</td></tr>
|
|
<tr><td colspan=3>fber</td><td>5040.7417</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.11830378879169394</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>101</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>10.907127429805616</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.7216346181240834</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.6889774813443266</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.989574565086625</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4863518079412987</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0159133</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.00933750532567501</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.033491101115942</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>926</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>3.542963720065698</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>k</td><td>17.7961</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>52.3106</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>199.801</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>55.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>295071.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>922.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>359.2671</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>1.8442</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>609.5269</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3645.9688</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3915.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>81473.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>899.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4896.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1105.0003</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>36.38899593788665</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> |