=== 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-0100 --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-0100",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
110 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
110 KiB
(Stored with Git Annex)
HTML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
|
|
<title>sub-0100_ses-02_task-alignvideo_acq-mb8_run-04_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-0100_ses-02_task-alignvideo_acq-mb8_run-04_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-04_session-02_subject-0100_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-0100/figures/sub-0100_ses-02_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0100/figures/sub-0100_ses-02_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0100/figures/sub-0100_ses-02_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-04_session-02_subject-0100_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-0100/figures/sub-0100_ses-02_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0100/figures/sub-0100_ses-02_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0100/figures/sub-0100_ses-02_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-04_session-02_subject-0100_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-0100/figures/sub-0100_ses-02_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0100/figures/sub-0100_ses-02_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0100/figures/sub-0100_ses-02_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-04_session-02_subject-0100_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-0100/figures/sub-0100_ses-02_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0100/figures/sub-0100_ses-02_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0100/figures/sub-0100_ses-02_task-alignvideo_acq-mb8_run-04_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-04_session-02_subject-0100_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-0100/figures/sub-0100_ses-02_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0100/figures/sub-0100_ses-02_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0100/figures/sub-0100_ses-02_task-alignvideo_acq-mb8_run-04_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-04_session-02_subject-0100_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-0100/figures/sub-0100_ses-02_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0100/figures/sub-0100_ses-02_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0100/figures/sub-0100_ses-02_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-04_session-02_subject-0100_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-0100/figures/sub-0100_ses-02_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0100/figures/sub-0100_ses-02_task-alignvideo_acq-mb8_run-04_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-0100/figures/sub-0100_ses-02_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0100/figures/sub-0100_ses-02_task-alignvideo_acq-mb8_run-04_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-0100/ses-02/func/sub-0100_ses-02_task-alignvideo_acq-mb8_run-04_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>d26450e8bb712454c73dfab61aa488eb</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:43:19.772500</td></tr>
|
|
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
|
|
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
|
|
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
|
|
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
|
|
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
|
|
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
|
|
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
|
|
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
|
|
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
|
|
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
|
|
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
|
|
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
|
|
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.99857, 0.0526658, -0.00913109, -0.0533815, 0.991343, -0.119955]</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.259</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-04_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.11532</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-04_task-alignvideo_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>36</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4219, -7780, -7244, 133, -183, -65, 79, 116]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>304.5</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>24952150-b29b-49fa-be85-7f2ffebc8d3f||Sequence: R016 ve11e/master r/434b28f1; Aug 7 2019 18:53:46 by eja</td></tr>
|
|
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.679091453552246, -0.14321863651275635, -0.007383260410279036, 121.9364013671875], [-0.14129844307899475, 2.659701347351074, -0.3247305750846863, -89.35602569580078], [-0.024498051032423973, 0.32182952761650085, 2.6803908348083496, -96.81303405761719], [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, 914]</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], 'AcquisitionTime': ['124319.772500', '124320.232500', '124320.692500', '124321.152500', '124321.612500', '124322.072500', '124322.532500', '124322.992500', '124323.452500', '124323.912500', '124324.372500', '124324.832500', '124325.292500', '124325.752500', '124326.212500', '124326.672500', '124327.132500', '124327.592500', '124328.052500', '124328.512500', '124328.972500', '124329.432500', '124329.892500', '124330.352500', '124330.812500', '124331.272500', '124331.732500', '124332.192500', '124332.652500', '124333.112500', '124333.572500', '124334.032500', '124334.492500', '124334.952500', '124335.412500', '124335.872500', '124336.332500', '124336.792500', '124337.252500', '124337.712500', '124338.172500', '124338.632500', '124339.092500', '124339.552500', '124340.012500', '124340.472500', '124340.932500', '124341.392500', '124341.852500', '124342.312500', '124342.772500', '124343.232500', '124343.692500', '124344.152500', '124344.612500', '124345.072500', '124345.532500', '124345.992500', '124346.452500', '124346.912500', '124347.372500', '124347.832500', '124348.292500', '124348.752500', '124349.212500', '124349.672500', '124350.132500', '124350.592500', '124351.052500', '124351.512500', '124351.972500', '124352.432500', '124352.892500', '124353.352500', '124353.812500', '124354.272500', '124354.732500', '124355.192500', '124355.652500', '124356.112500', '124356.572500', '124357.032500', '124357.492500', '124357.952500', '124358.412500', '124358.872500', '124359.332500', '124359.792500', '124400.252500', '124400.712500', '124401.172500', '124401.632500', '124402.092500', '124402.552500', '124403.012500', '124403.472500', '124403.932500', '124404.392500', '124404.852500', '124405.312500', '124405.772500', '124406.232500', '124406.692500', '124407.152500', '124407.612500', '124408.072500', '124408.532500', '124408.992500', '124409.452500', '124409.912500', '124410.372500', '124410.832500', '124411.292500', '124411.752500', '124412.212500', '124412.672500', '124413.132500', '124413.592500', '124414.052500', '124414.512500', '124414.972500', '124415.432500', '124415.892500', '124416.352500', '124416.812500', '124417.272500', '124417.732500', '124418.192500', '124418.652500', '124419.112500', '124419.572500', '124420.032500', '124420.492500', '124420.952500', '124421.412500', '124421.872500', '124422.332500', '124422.792500', '124423.252500', '124423.712500', '124424.172500', '124424.632500', '124425.092500', '124425.552500', '124426.012500', '124426.472500', '124426.932500', '124427.392500', '124427.852500', '124428.312500', '124428.772500', '124429.232500', '124429.692500', '124430.152500', '124430.612500', '124431.072500', '124431.532500', '124431.992500', '124432.452500', '124432.912500', '124433.372500', '124433.832500', '124434.292500', '124434.752500', '124435.212500', '124435.672500', '124436.132500', '124436.592500', '124437.052500', '124437.512500', '124437.972500', '124438.432500', '124438.892500', '124439.352500', '124439.812500', '124440.272500', '124440.732500', '124441.192500', '124441.652500', '124442.112500', '124442.572500', '124443.032500', '124443.492500', '124443.952500', '124444.412500', '124444.872500', '124445.332500', '124445.792500', '124446.252500', '124446.712500', '124447.172500', '124447.632500', '124448.092500', '124448.552500', '124449.012500', '124449.472500', '124449.932500', '124450.392500', '124450.852500', '124451.312500', '124451.772500', '124452.232500', '124452.692500', '124453.152500', '124453.612500', '124454.072500', '124454.532500', '124454.992500', '124455.452500', '124455.912500', '124456.372500', '124456.832500', '124457.292500', '124457.752500', '124458.212500', '124458.672500', '124459.132500', '124459.592500', '124500.052500', '124500.512500', '124500.972500', '124501.432500', '124501.892500', '124502.352500', '124502.812500', '124503.272500', '124503.732500', '124504.192500', '124504.652500', '124505.112500', '124505.572500', '124506.032500', '124506.492500', '124506.952500', '124507.412500', '124507.872500', '124508.332500', '124508.792500', '124509.252500', '124509.712500', '124510.172500', '124510.632500', '124511.092500', '124511.552500', '124512.012500', '124512.472500', '124512.932500', '124513.392500', '124513.852500', '124514.312500', '124514.772500', '124515.232500', '124515.692500', '124516.152500', '124516.612500', '124517.072500', '124517.532500', '124517.992500', '124518.452500', '124518.912500', '124519.372500', '124519.832500', '124520.292500', '124520.752500', '124521.212500', '124521.672500', '124522.132500', '124522.592500', '124523.052500', '124523.512500', '124523.972500', '124524.432500', '124524.892500', '124525.352500', '124525.812500', '124526.272500', '124526.732500', '124527.192500', '124527.652500', '124528.112500', '124528.572500', '124529.032500', '124529.492500', '124529.952500', '124530.412500', '124530.872500', '124531.332500', '124531.792500', '124532.252500', '124532.712500', '124533.172500', '124533.632500', '124534.092500', '124534.552500', '124535.012500', '124535.472500', '124535.932500', '124536.392500', '124536.852500', '124537.312500', '124537.772500', '124538.232500', '124538.692500', '124539.152500', '124539.612500', '124540.072500', '124540.532500', '124540.992500', '124541.452500', '124541.912500', '124542.372500', '124542.832500', '124543.292500', '124543.752500', '124544.212500', '124544.672500', '124545.132500', '124545.592500', '124546.052500', '124546.512500', '124546.972500', '124547.432500', '124547.892500', '124548.352500', '124548.812500', '124549.272500', '124549.732500', '124550.192500', '124550.652500', '124551.112500', '124551.572500', '124552.032500', '124552.492500', '124552.952500', '124553.412500', '124553.872500', '124554.332500', '124554.792500', '124555.252500', '124555.712500', '124556.172500', '124556.632500', '124557.092500', '124557.552500', '124558.012500', '124558.472500', '124558.932500', '124559.392500', '124559.852500', '124600.312500', '124600.772500', '124601.232500', '124601.692500', '124602.152500', '124602.612500', '124603.072500', '124603.532500', '124603.992500', '124604.452500', '124604.912500', '124605.372500', '124605.832500', '124606.292500', '124606.752500', '124607.212500', '124607.672500', '124608.132500', '124608.592500', '124609.052500', '124609.512500', '124609.972500', '124610.432500', '124610.892500', '124611.352500', '124611.812500', '124612.272500', '124612.732500', '124613.192500', '124613.652500', '124614.112500', '124614.572500', '124615.032500', '124615.492500', '124615.952500', '124616.412500', '124616.872500', '124617.332500', '124617.792500', '124618.252500', '124618.712500', '124619.172500', '124619.632500', '124620.092500', '124620.552500', '124621.012500', '124621.472500', '124621.932500', '124622.392500', '124622.852500', '124623.312500', '124623.772500', '124624.232500', '124624.692500', '124625.152500', '124625.612500', '124626.072500', '124626.532500', '124626.992500', '124627.452500', '124627.912500', '124628.372500', '124628.832500', '124629.292500', '124629.752500', '124630.212500', '124630.672500', '124631.132500', '124631.592500', '124632.052500', '124632.512500', '124632.972500', '124633.432500', '124633.892500', '124634.352500', '124634.812500', '124635.272500', '124635.732500', '124636.192500', '124636.652500', '124637.112500', '124637.572500', '124638.032500', '124638.492500', '124638.952500', '124639.412500', '124639.872500', '124640.332500', '124640.792500', '124641.252500', '124641.712500', '124642.172500', '124642.632500', '124643.092500', '124643.552500', '124644.012500', '124644.472500', '124644.932500', '124645.392500', '124645.852500', '124646.312500', '124646.772500', '124647.232500', '124647.692500', '124648.152500', '124648.612500', '124649.072500', '124649.532500', '124649.992500', '124650.452500', '124650.912500', '124651.372500', '124651.832500', '124652.292500', '124652.752500', '124653.212500', '124653.672500', '124654.132500', '124654.592500', '124655.052500', '124655.512500', '124655.972500', '124656.432500', '124656.892500', '124657.352500', '124657.812500', '124658.272500', '124658.732500', '124659.192500', '124659.652500', '124700.112500', '124700.572500', '124701.032500', '124701.492500', '124701.952500', '124702.412500', '124702.872500', '124703.332500', '124703.792500', '124704.252500', '124704.712500', '124705.172500', '124705.632500', '124706.092500', '124706.552500', '124707.012500', '124707.472500', '124707.932500', '124708.392500', '124708.852500', '124709.312500', '124709.772500', '124710.232500', '124710.692500', '124711.152500', '124711.612500', '124712.072500', '124712.532500', '124712.992500', '124713.452500', '124713.912500', '124714.372500', '124714.832500', '124715.292500', '124715.752500', '124716.212500', '124716.672500', '124717.132500', '124717.592500', '124718.052500', '124718.512500', '124718.972500', '124719.432500', '124719.892500', '124720.352500', '124720.812500', '124721.272500', '124721.732500', '124722.192500', '124722.652500', '124723.112500', '124723.572500', '124724.032500', '124724.492500', '124724.952500', '124725.412500', '124725.872500', '124726.332500', '124726.792500', '124727.252500', '124727.712500', '124728.172500', '124728.632500', '124729.092500', '124729.552500', '124730.012500', '124730.472500', '124730.932500', '124731.392500', '124731.852500', '124732.312500', '124732.772500', '124733.232500', '124733.692500', '124734.152500', '124734.612500', '124735.072500', '124735.532500', '124735.992500', '124736.452500', '124736.912500', '124737.372500', '124737.832500', '124738.292500', '124738.752500', '124739.212500', '124739.672500', '124740.132500', '124740.592500', '124741.052500', '124741.512500', '124741.972500', '124742.432500', '124742.892500', '124743.352500', '124743.812500', '124744.272500', '124744.732500', '124745.192500', '124745.652500', '124746.112500', '124746.572500', '124747.032500', '124747.492500', '124747.952500', '124748.412500', '124748.872500', '124749.332500', '124749.792500', '124750.252500', '124750.712500', '124751.172500', '124751.632500', '124752.092500', '124752.552500', '124753.012500', '124753.472500', '124753.932500', '124754.392500', '124754.852500', '124755.312500', '124755.772500', '124756.232500', '124756.692500', '124757.152500', '124757.612500', '124758.072500', '124758.532500', '124758.992500', '124759.452500', '124759.912500', '124800.372500', '124800.832500', '124801.292500', '124801.752500', '124802.212500', '124802.672500', '124803.132500', '124803.592500', '124804.052500', '124804.512500', '124804.972500', '124805.432500', '124805.892500', '124806.352500', '124806.812500', '124807.272500', '124807.732500', '124808.192500', '124808.652500', '124809.112500', '124809.572500', '124810.032500', '124810.492500', '124810.952500', '124811.412500', '124811.872500', '124812.332500', '124812.792500', '124813.252500', '124813.712500', '124814.172500', '124814.632500', '124815.092500', '124815.552500', '124816.012500', '124816.472500', '124816.932500', '124817.392500', '124817.852500', '124818.312500', '124818.772500', '124819.232500', '124819.692500', '124820.152500', '124820.612500', '124821.072500', '124821.532500', '124821.992500', '124822.452500', '124822.912500', '124823.372500', '124823.832500', '124824.292500', '124824.752500', '124825.212500', '124825.672500', '124826.132500', '124826.592500', '124827.052500', '124827.512500', '124827.972500', '124828.432500', '124828.892500', '124829.352500', '124829.812500', '124830.272500', '124830.732500', '124831.192500', '124831.652500', '124832.112500', '124832.572500', '124833.032500', '124833.492500', '124833.952500', '124834.412500', '124834.872500', '124835.332500', '124835.792500', '124836.252500', '124836.712500', '124837.172500', '124837.632500', '124838.092500', '124838.552500', '124839.012500', '124839.472500', '124839.932500', '124840.392500', '124840.852500', '124841.312500', '124841.772500', '124842.232500', '124842.692500', '124843.152500', '124843.612500', '124844.072500', '124844.532500', '124844.992500', '124845.452500', '124845.912500', '124846.372500', '124846.832500', '124847.292500', '124847.752500', '124848.212500', '124848.672500', '124849.132500', '124849.592500', '124850.052500', '124850.512500', '124850.972500', '124851.432500', '124851.892500', '124852.352500', '124852.812500', '124853.272500', '124853.732500', '124854.192500', '124854.652500', '124855.112500', '124855.572500', '124856.032500', '124856.492500', '124856.952500', '124857.412500', '124857.872500', '124858.332500', '124858.792500', '124859.252500', '124859.712500', '124900.172500', '124900.632500', '124901.092500', '124901.552500', '124902.012500', '124902.472500', '124902.932500', '124903.392500', '124903.852500', '124904.312500', '124904.772500', '124905.232500', '124905.692500', '124906.152500', '124906.612500', '124907.072500', '124907.532500', '124907.992500', '124908.452500', '124908.912500', '124909.372500', '124909.832500', '124910.292500', '124910.752500', '124911.212500', '124911.672500', '124912.132500', '124912.592500', '124913.052500', '124913.512500', '124913.972500', '124914.432500', '124914.892500', '124915.352500', '124915.812500', '124916.272500', '124916.732500', '124917.192500', '124917.652500', '124918.112500', '124918.572500', '124919.032500', '124919.492500', '124919.952500', '124920.412500', '124920.872500', '124921.332500', '124921.792500', '124922.252500', '124922.712500', '124923.172500', '124923.632500', '124924.092500', '124924.552500', '124925.012500', '124925.472500', '124925.932500', '124926.392500', '124926.852500', '124927.312500', '124927.772500', '124928.232500', '124928.692500', '124929.152500', '124929.612500', '124930.072500', '124930.532500', '124930.992500', '124931.452500', '124931.912500', '124932.372500', '124932.832500', '124933.292500', '124933.752500', '124934.212500', '124934.672500', '124935.132500', '124935.592500', '124936.052500', '124936.512500', '124936.972500', '124937.432500', '124937.892500', '124938.352500', '124938.812500', '124939.272500', '124939.732500', '124940.192500', '124940.652500', '124941.112500', '124941.572500', '124942.032500', '124942.492500', '124942.952500', '124943.412500', '124943.872500', '124944.332500', '124944.792500', '124945.252500', '124945.712500', '124946.172500', '124946.632500', '124947.092500', '124947.552500', '124948.012500', '124948.472500', '124948.932500', '124949.392500', '124949.852500', '124950.312500', '124950.772500', '124951.232500', '124951.692500', '124952.152500', '124952.612500', '124953.072500', '124953.532500', '124953.992500', '124954.452500', '124954.912500', '124955.372500', '124955.832500', '124956.292500', '124956.752500', '124957.212500', '124957.672500', '124958.132500', '124958.592500', '124959.052500', '124959.512500', '124959.972500', '125000.432500', '125000.892500', '125001.352500', '125001.812500', '125002.272500', '125002.732500', '125003.192500', '125003.652500', '125004.112500', '125004.572500', '125005.032500', '125005.492500', '125005.952500', '125006.412500', '125006.872500', '125007.332500', '125007.792500', '125008.252500', '125008.712500', '125009.172500', '125009.632500', '125010.092500', '125010.552500', '125011.012500', '125011.472500', '125011.932500', '125012.392500', '125012.852500', '125013.312500', '125013.772500', '125014.232500', '125014.692500', '125015.152500', '125015.612500', '125016.072500', '125016.532500', '125016.992500', '125017.452500', '125017.912500', '125018.372500', '125018.832500', '125019.292500', '125019.752500'], 'ContentTime': ['124338.682000', '124338.685000', '124338.688000', '124338.690000', '124338.693000', '124338.695000', '124338.698000', '124338.700000', '124338.703000', '124338.711000', '124338.713000', '124338.716000', '124338.718000', '124338.721000', '124338.723000', '124338.726000', '124338.728000', '124338.731000', '124338.733000', '124338.736000', '124338.738000', '124338.741000', '124338.744000', '124338.746000', '124338.752000', '124338.755000', '124338.757000', '124338.760000', '124338.763000', '124338.765000', '124338.768000', '124338.770000', '124338.773000', '124338.775000', '124338.778000', '124338.781000', '124338.783000', '124338.786000', '124358.643000', '124358.647000', '124358.650000', '124358.653000', '124358.656000', '124358.658000', '124358.661000', '124358.664000', '124358.666000', '124358.669000', '124358.671000', '124358.675000', '124358.677000', '124358.680000', '124358.682000', '124358.685000', '124358.688000', '124358.690000', '124358.693000', '124358.695000', '124358.698000', '124358.700000', '124358.703000', '124358.706000', '124358.709000', '124358.712000', '124358.715000', '124358.717000', '124358.720000', '124358.723000', '124358.725000', '124358.728000', '124358.730000', '124358.733000', '124358.736000', '124358.738000', '124358.741000', '124358.743000', '124358.746000', '124358.748000', '124358.751000', '124358.754000', '124358.756000', '124418.643000', '124418.646000', '124418.649000', '124418.652000', '124418.654000', '124418.657000', '124418.659000', '124418.662000', '124418.664000', '124418.667000', '124418.670000', '124418.672000', '124418.678000', '124418.681000', '124418.684000', '124418.686000', '124418.689000', '124418.692000', '124418.694000', '124418.697000', '124418.699000', '124418.702000', '124418.704000', '124418.707000', '124418.710000', '124418.712000', '124418.715000', '124418.717000', '124418.720000', '124418.723000', '124418.725000', '124418.728000', '124418.730000', '124418.733000', '124418.736000', '124418.738000', '124418.741000', '124418.743000', '124418.746000', '124418.748000', '124418.751000', '124418.754000', '124418.756000', '124418.759000', '124438.643000', '124438.646000', '124438.649000', '124438.652000', '124438.654000', '124438.657000', '124438.659000', '124438.662000', '124438.664000', '124438.667000', '124438.670000', '124438.672000', '124438.675000', '124438.677000', '124438.680000', '124438.682000', '124438.685000', '124438.688000', '124438.691000', '124438.694000', '124438.697000', '124438.699000', '124438.702000', '124438.704000', '124438.707000', '124438.710000', '124438.712000', '124438.715000', '124438.717000', '124438.720000', '124438.723000', '124438.725000', '124438.728000', '124438.730000', '124438.733000', '124438.735000', '124438.738000', '124438.741000', '124438.743000', '124438.746000', '124438.748000', '124438.751000', '124438.757000', '124458.643000', '124458.646000', '124458.648000', '124458.651000', '124458.653000', '124458.656000', '124458.658000', '124458.661000', '124458.664000', '124458.666000', '124458.669000', '124458.672000', '124458.675000', '124458.677000', '124458.680000', '124458.710000', '124458.713000', '124458.715000', '124458.718000', '124458.720000', '124458.723000', '124458.726000', '124458.728000', '124458.731000', '124458.733000', '124458.736000', '124458.738000', '124458.741000', '124458.743000', '124458.746000', '124458.749000', '124458.751000', '124458.754000', '124458.757000', '124458.759000', '124458.762000', '124458.764000', '124458.767000', '124458.769000', '124458.772000', '124458.775000', '124458.777000', '124458.780000', '124458.782000', '124518.642000', '124518.645000', '124518.648000', '124518.650000', '124518.653000', '124518.655000', '124518.658000', '124518.661000', '124518.663000', '124518.666000', '124518.668000', '124518.671000', '124518.673000', '124518.676000', '124518.679000', '124518.681000', '124518.684000', '124518.686000', '124518.689000', '124518.692000', '124518.694000', '124518.697000', '124518.699000', '124518.702000', '124518.705000', '124518.708000', '124518.711000', '124518.714000', '124518.717000', '124518.719000', '124518.722000', '124518.724000', '124518.727000', '124518.729000', '124518.732000', '124518.734000', '124518.738000', '124518.740000', '124518.743000', '124518.746000', '124518.748000', '124518.751000', '124518.754000', '124538.643000', '124538.645000', '124538.648000', '124538.651000', '124538.653000', '124538.656000', '124538.658000', '124538.661000', '124538.664000', '124538.666000', '124538.669000', '124538.671000', '124538.674000', '124538.676000', '124538.679000', '124538.682000', '124538.684000', '124538.687000', '124538.689000', '124538.692000', '124538.695000', '124538.697000', '124538.700000', '124538.702000', '124538.705000', '124538.707000', '124538.710000', '124538.713000', '124538.715000', '124538.718000', '124538.721000', '124538.723000', '124538.726000', '124538.728000', '124538.731000', '124538.734000', '124538.736000', '124538.739000', '124538.741000', '124538.744000', '124538.747000', '124538.749000', '124538.752000', '124538.755000', '124558.644000', '124558.646000', '124558.649000', '124558.652000', '124558.654000', '124558.657000', '124558.659000', '124558.662000', '124558.665000', '124558.667000', '124558.670000', '124558.672000', '124558.675000', '124558.677000', '124558.680000', '124558.683000', '124558.685000', '124558.688000', '124558.690000', '124558.693000', '124558.696000', '124558.698000', '124558.701000', '124558.704000', '124558.706000', '124558.709000', '124558.712000', '124558.714000', '124558.717000', '124558.720000', '124558.722000', '124558.725000', '124558.727000', '124558.730000', '124558.732000', '124558.735000', '124558.738000', '124558.740000', '124558.743000', '124558.745000', '124558.748000', '124558.758000', '124558.760000', '124618.643000', '124618.646000', '124618.649000', '124618.651000', '124618.654000', '124618.657000', '124618.659000', '124618.662000', '124618.664000', '124618.667000', '124618.669000', '124618.672000', '124618.675000', '124618.677000', '124618.680000', '124618.682000', '124618.685000', '124618.688000', '124618.690000', '124618.693000', '124618.695000', '124618.698000', '124618.701000', '124618.703000', '124618.706000', '124618.708000', '124618.711000', '124618.713000', '124618.716000', '124618.719000', '124618.721000', '124618.724000', '124618.727000', '124618.729000', '124618.732000', '124618.734000', '124618.737000', '124618.739000', '124618.742000', '124618.744000', '124618.747000', '124618.750000', '124618.752000', '124618.755000', '124638.644000', '124638.646000', '124638.649000', '124638.652000', '124638.654000', '124638.657000', '124638.659000', '124638.662000', '124638.665000', '124638.667000', '124638.679000', '124638.682000', '124638.685000', '124638.687000', '124638.690000', '124638.693000', '124638.695000', '124638.698000', '124638.700000', '124638.703000', '124638.706000', '124638.708000', '124638.711000', '124638.714000', '124638.716000', '124638.719000', '124638.721000', '124638.724000', '124638.726000', '124638.729000', '124638.732000', '124638.734000', '124638.737000', '124638.739000', '124638.742000', '124638.745000', '124638.747000', '124638.750000', '124638.752000', '124638.755000', '124638.758000', '124638.760000', '124638.763000', '124658.644000', '124658.647000', '124658.649000', '124658.652000', '124658.654000', '124658.657000', '124658.659000', '124658.662000', '124658.665000', '124658.667000', '124658.670000', '124658.672000', '124658.675000', '124658.678000', '124658.680000', '124658.683000', '124658.685000', '124658.688000', '124658.690000', '124658.693000', '124658.696000', '124658.698000', '124658.701000', '124658.703000', '124658.706000', '124658.709000', '124658.711000', '124658.714000', '124658.716000', '124658.719000', '124658.722000', '124658.724000', '124658.727000', '124658.730000', '124658.733000', '124658.735000', '124658.738000', '124658.740000', '124658.743000', '124658.746000', '124658.748000', '124658.751000', '124658.754000', '124658.756000', '124718.643000', '124718.645000', '124718.648000', '124718.651000', '124718.653000', '124718.656000', '124718.658000', '124718.661000', '124718.664000', '124718.666000', '124718.669000', '124718.671000', '124718.674000', '124718.676000', '124718.679000', '124718.682000', '124718.684000', '124718.687000', '124718.689000', '124718.692000', '124718.694000', '124718.697000', '124718.700000', '124718.702000', '124718.705000', '124718.707000', '124718.710000', '124718.713000', '124718.715000', '124718.718000', '124718.720000', '124718.723000', '124718.726000', '124718.728000', '124718.731000', '124718.733000', '124718.736000', '124718.739000', '124718.741000', '124718.744000', '124718.747000', '124718.749000', '124718.752000', '124738.643000', '124738.645000', '124738.648000', '124738.651000', '124738.653000', '124738.656000', '124738.658000', '124738.661000', '124738.664000', '124738.666000', '124738.669000', '124738.672000', '124738.674000', '124738.677000', '124738.679000', '124738.682000', '124738.684000', '124738.687000', '124738.690000', '124738.692000', '124738.695000', '124738.697000', '124738.700000', '124738.703000', '124738.705000', '124738.708000', '124738.710000', '124738.713000', '124738.715000', '124738.718000', '124738.721000', '124738.723000', '124738.726000', '124738.728000', '124738.731000', '124738.734000', '124738.736000', '124738.739000', '124738.741000', '124738.744000', '124738.747000', '124738.749000', '124738.752000', '124738.754000', '124758.643000', '124758.645000', '124758.648000', '124758.651000', '124758.653000', '124758.656000', '124758.658000', '124758.661000', '124758.664000', '124758.666000', '124758.669000', '124758.671000', '124758.674000', '124758.676000', '124758.679000', '124758.682000', '124758.684000', '124758.687000', '124758.689000', '124758.692000', '124758.695000', '124758.697000', '124758.700000', '124758.703000', '124758.705000', '124758.708000', '124758.710000', '124758.713000', '124758.715000', '124758.718000', '124758.721000', '124758.723000', '124758.726000', '124758.728000', '124758.731000', '124758.755000', '124758.758000', '124758.760000', '124758.763000', '124758.766000', '124758.768000', '124758.771000', '124758.773000', '124818.644000', '124818.646000', '124818.649000', '124818.652000', '124818.654000', '124818.657000', '124818.660000', '124818.662000', '124818.665000', '124818.668000', '124818.670000', '124818.673000', '124818.675000', '124818.678000', '124818.681000', '124818.683000', '124818.686000', '124818.688000', '124818.691000', '124818.693000', '124818.696000', '124818.699000', '124818.701000', '124818.704000', '124818.706000', '124818.709000', '124818.711000', '124818.714000', '124818.717000', '124818.719000', '124818.722000', '124818.724000', '124818.727000', '124818.730000', '124818.732000', '124818.735000', '124818.737000', '124818.740000', '124818.743000', '124818.745000', '124818.748000', '124818.750000', '124818.753000', '124818.756000', '124838.643000', '124838.646000', '124838.649000', '124838.652000', '124838.654000', '124838.657000', '124838.659000', '124838.662000', '124838.665000', '124838.667000', '124838.670000', '124838.675000', '124838.677000', '124838.680000', '124838.682000', '124838.685000', '124838.687000', '124838.690000', '124838.693000', '124838.695000', '124838.698000', '124838.700000', '124838.703000', '124838.706000', '124838.708000', '124838.711000', '124838.713000', '124838.716000', '124838.718000', '124838.721000', '124838.724000', '124838.726000', '124838.729000', '124838.731000', '124838.734000', '124838.737000', '124838.739000', '124838.742000', '124838.744000', '124838.747000', '124838.750000', '124838.752000', '124838.755000', '124858.644000', '124858.646000', '124858.649000', '124858.652000', '124858.654000', '124858.657000', '124858.660000', '124858.662000', '124858.665000', '124858.667000', '124858.670000', '124858.673000', '124858.675000', '124858.678000', '124858.680000', '124858.683000', '124858.686000', '124858.688000', '124858.691000', '124858.694000', '124858.696000', '124858.699000', '124858.701000', '124858.704000', '124858.707000', '124858.709000', '124858.712000', '124858.714000', '124858.717000', '124858.719000', '124858.722000', '124858.725000', '124858.727000', '124858.730000', '124858.732000', '124858.735000', '124858.738000', '124858.740000', '124858.743000', '124858.745000', '124858.748000', '124858.751000', '124858.753000', '124858.756000', '124918.644000', '124918.646000', '124918.649000', '124918.652000', '124918.654000', '124918.657000', '124918.660000', '124918.663000', '124918.665000', '124918.668000', '124918.670000', '124918.673000', '124918.675000', '124918.678000', '124918.681000', '124918.683000', '124918.686000', '124918.689000', '124918.691000', '124918.694000', '124918.696000', '124918.699000', '124918.701000', '124918.704000', '124918.707000', '124918.709000', '124918.712000', '124918.715000', '124918.717000', '124918.720000', '124918.722000', '124918.725000', '124918.728000', '124918.730000', '124918.733000', '124918.735000', '124918.738000', '124918.741000', '124918.743000', '124918.746000', '124918.748000', '124918.751000', '124918.753000', '124938.643000', '124938.645000', '124938.648000', '124938.651000', '124938.653000', '124938.656000', '124938.658000', '124938.661000', '124938.664000', '124938.666000', '124938.669000', '124938.671000', '124938.674000', '124938.677000', '124938.679000', '124938.682000', '124938.685000', '124938.687000', '124938.690000', '124938.692000', '124938.695000', '124938.698000', '124938.700000', '124938.703000', '124938.705000', '124938.708000', '124938.710000', '124938.713000', '124938.716000', '124938.718000', '124938.721000', '124938.723000', '124938.726000', '124938.729000', '124938.731000', '124938.734000', '124938.736000', '124938.739000', '124938.741000', '124938.744000', '124938.747000', '124938.749000', '124938.752000', '124938.754000', '124958.643000', '124958.645000', '124958.648000', '124958.651000', '124958.653000', '124958.656000', '124958.658000', '124958.661000', '124958.663000', '124958.666000', '124958.669000', '124958.671000', '124958.674000', '124958.676000', '124958.679000', '124958.682000', '124958.684000', '124958.687000', '124958.689000', '124958.692000', '124958.694000', '124958.697000', '124958.700000', '124958.702000', '124958.705000', '124958.707000', '124958.710000', '124958.712000', '124958.715000', '124958.717000', '124958.720000', '124958.723000', '124958.725000', '124958.728000', '124958.730000', '124958.733000', '124958.736000', '124958.738000', '124958.741000', '124958.743000', '124958.746000', '124958.749000', '124958.751000', '125018.643000', '125018.646000', '125018.648000', '125018.651000', '125018.653000', '125018.656000', '125018.659000', '125018.662000', '125018.665000', '125018.667000', '125018.670000', '125018.672000', '125018.675000', '125018.678000', '125018.680000', '125018.683000', '125018.686000', '125018.688000', '125018.691000', '125018.693000', '125018.696000', '125018.698000', '125018.701000', '125018.704000', '125018.706000', '125018.709000', '125018.711000', '125018.714000', '125018.717000', '125018.720000', '125018.722000', '125018.725000', '125018.727000', '125018.730000', '125018.733000', '125018.735000', '125018.738000', '125018.740000', '125018.743000', '125018.745000', '125018.748000', '125018.751000', '125018.753000', '125018.756000', '125021.367000', '125021.370000', '125021.373000', '125021.376000', '125021.378000', '125021.381000'], 'InstanceCreationTime': ['124338.682000', '124338.685000', '124338.688000', '124338.690000', '124338.693000', '124338.695000', '124338.698000', '124338.700000', '124338.703000', '124338.711000', '124338.713000', '124338.716000', '124338.718000', '124338.721000', '124338.723000', '124338.726000', '124338.728000', '124338.731000', '124338.733000', '124338.736000', '124338.738000', '124338.741000', '124338.744000', '124338.746000', '124338.752000', '124338.755000', '124338.757000', '124338.760000', '124338.763000', '124338.765000', '124338.768000', '124338.770000', '124338.773000', '124338.775000', '124338.778000', '124338.781000', '124338.783000', '124338.786000', '124358.643000', '124358.647000', '124358.650000', '124358.653000', '124358.656000', '124358.658000', '124358.661000', '124358.664000', '124358.666000', '124358.669000', '124358.671000', '124358.675000', '124358.677000', '124358.680000', '124358.682000', '124358.685000', '124358.688000', '124358.690000', '124358.693000', '124358.695000', '124358.698000', '124358.700000', '124358.703000', '124358.706000', '124358.709000', '124358.712000', '124358.715000', '124358.717000', '124358.720000', '124358.723000', '124358.725000', '124358.728000', '124358.730000', '124358.733000', '124358.736000', '124358.738000', '124358.741000', '124358.743000', '124358.746000', '124358.748000', '124358.751000', '124358.754000', '124358.756000', '124418.643000', '124418.646000', '124418.649000', '124418.652000', '124418.654000', '124418.657000', '124418.659000', '124418.662000', '124418.664000', '124418.667000', '124418.670000', '124418.672000', '124418.678000', '124418.681000', '124418.684000', '124418.686000', '124418.689000', '124418.692000', '124418.694000', '124418.697000', '124418.699000', '124418.702000', '124418.704000', '124418.707000', '124418.710000', '124418.712000', '124418.715000', '124418.717000', '124418.720000', '124418.723000', '124418.725000', '124418.728000', '124418.730000', '124418.733000', '124418.736000', '124418.738000', '124418.741000', '124418.743000', '124418.746000', '124418.748000', '124418.751000', '124418.754000', '124418.756000', '124418.759000', '124438.643000', '124438.646000', '124438.649000', '124438.652000', '124438.654000', '124438.657000', '124438.659000', '124438.662000', '124438.664000', '124438.667000', '124438.670000', '124438.672000', '124438.675000', '124438.677000', '124438.680000', '124438.682000', '124438.685000', '124438.688000', '124438.691000', '124438.694000', '124438.697000', '124438.699000', '124438.702000', '124438.704000', '124438.707000', '124438.710000', '124438.712000', '124438.715000', '124438.717000', '124438.720000', '124438.723000', '124438.725000', '124438.728000', '124438.730000', '124438.733000', '124438.735000', '124438.738000', '124438.741000', '124438.743000', '124438.746000', '124438.748000', '124438.751000', '124438.757000', '124458.643000', '124458.646000', '124458.648000', '124458.651000', '124458.653000', '124458.656000', '124458.658000', '124458.661000', '124458.664000', '124458.666000', '124458.669000', '124458.672000', '124458.675000', '124458.677000', '124458.680000', '124458.710000', '124458.713000', '124458.715000', '124458.718000', '124458.720000', '124458.723000', '124458.726000', '124458.728000', '124458.731000', '124458.733000', '124458.736000', '124458.738000', '124458.741000', '124458.743000', '124458.746000', '124458.749000', '124458.751000', '124458.754000', '124458.757000', '124458.759000', '124458.762000', '124458.764000', '124458.767000', '124458.769000', '124458.772000', '124458.775000', '124458.777000', '124458.780000', '124458.782000', '124518.642000', '124518.645000', '124518.648000', '124518.650000', '124518.653000', '124518.655000', '124518.658000', '124518.661000', '124518.663000', '124518.666000', '124518.668000', '124518.671000', '124518.673000', '124518.676000', '124518.679000', '124518.681000', '124518.684000', '124518.686000', '124518.689000', '124518.692000', '124518.694000', '124518.697000', '124518.699000', '124518.702000', '124518.705000', '124518.708000', '124518.711000', '124518.714000', '124518.717000', '124518.719000', '124518.722000', '124518.724000', '124518.727000', '124518.729000', '124518.732000', '124518.734000', '124518.738000', '124518.740000', '124518.743000', '124518.746000', '124518.748000', '124518.751000', '124518.754000', '124538.643000', '124538.645000', '124538.648000', '124538.651000', '124538.653000', '124538.656000', '124538.658000', '124538.661000', '124538.664000', '124538.666000', '124538.669000', '124538.671000', '124538.674000', '124538.676000', '124538.679000', '124538.682000', '124538.684000', '124538.687000', '124538.689000', '124538.692000', '124538.695000', '124538.697000', '124538.700000', '124538.702000', '124538.705000', '124538.707000', '124538.710000', '124538.713000', '124538.715000', '124538.718000', '124538.721000', '124538.723000', '124538.726000', '124538.728000', '124538.731000', '124538.734000', '124538.736000', '124538.739000', '124538.741000', '124538.744000', '124538.747000', '124538.749000', '124538.752000', '124538.755000', '124558.644000', '124558.646000', '124558.649000', '124558.652000', '124558.654000', '124558.657000', '124558.659000', '124558.662000', '124558.665000', '124558.667000', '124558.670000', '124558.672000', '124558.675000', '124558.677000', '124558.680000', '124558.683000', '124558.685000', '124558.688000', '124558.690000', '124558.693000', '124558.696000', '124558.698000', '124558.701000', '124558.704000', '124558.706000', '124558.709000', '124558.712000', '124558.714000', '124558.717000', '124558.720000', '124558.722000', '124558.725000', '124558.727000', '124558.730000', '124558.732000', '124558.735000', '124558.738000', '124558.740000', '124558.743000', '124558.745000', '124558.748000', '124558.758000', '124558.760000', '124618.643000', '124618.646000', '124618.649000', '124618.651000', '124618.654000', '124618.657000', '124618.659000', '124618.662000', '124618.664000', '124618.667000', '124618.669000', '124618.672000', '124618.675000', '124618.677000', '124618.680000', '124618.682000', '124618.685000', '124618.688000', '124618.690000', '124618.693000', '124618.695000', '124618.698000', '124618.701000', '124618.703000', '124618.706000', '124618.708000', '124618.711000', '124618.713000', '124618.716000', '124618.719000', '124618.721000', '124618.724000', '124618.727000', '124618.729000', '124618.732000', '124618.734000', '124618.737000', '124618.739000', '124618.742000', '124618.744000', '124618.747000', '124618.750000', '124618.752000', '124618.755000', '124638.644000', '124638.646000', '124638.649000', '124638.652000', '124638.654000', '124638.657000', '124638.659000', '124638.662000', '124638.665000', '124638.667000', '124638.679000', '124638.682000', '124638.685000', '124638.687000', '124638.690000', '124638.693000', '124638.695000', '124638.698000', '124638.700000', '124638.703000', '124638.706000', '124638.708000', '124638.711000', '124638.714000', '124638.716000', '124638.719000', '124638.721000', '124638.724000', '124638.726000', '124638.729000', '124638.732000', '124638.734000', '124638.737000', '124638.739000', '124638.742000', '124638.745000', '124638.747000', '124638.750000', '124638.752000', '124638.755000', '124638.758000', '124638.760000', '124638.763000', '124658.644000', '124658.647000', '124658.649000', '124658.652000', '124658.654000', '124658.657000', '124658.659000', '124658.662000', '124658.665000', '124658.667000', '124658.670000', '124658.672000', '124658.675000', '124658.678000', '124658.680000', '124658.683000', '124658.685000', '124658.688000', '124658.690000', '124658.693000', '124658.696000', '124658.698000', '124658.701000', '124658.703000', '124658.706000', '124658.709000', '124658.711000', '124658.714000', '124658.716000', '124658.719000', '124658.722000', '124658.724000', '124658.727000', '124658.730000', '124658.733000', '124658.735000', '124658.738000', '124658.740000', '124658.743000', '124658.746000', '124658.748000', '124658.751000', '124658.754000', '124658.756000', '124718.643000', '124718.645000', '124718.648000', '124718.651000', '124718.653000', '124718.656000', '124718.658000', '124718.661000', '124718.664000', '124718.666000', '124718.669000', '124718.671000', '124718.674000', '124718.676000', '124718.679000', '124718.682000', '124718.684000', '124718.687000', '124718.689000', '124718.692000', '124718.694000', '124718.697000', '124718.700000', '124718.702000', '124718.705000', '124718.707000', '124718.710000', '124718.713000', '124718.715000', '124718.718000', '124718.720000', '124718.723000', '124718.726000', '124718.728000', '124718.731000', '124718.733000', '124718.736000', '124718.739000', '124718.741000', '124718.744000', '124718.747000', '124718.749000', '124718.752000', '124738.643000', '124738.645000', '124738.648000', '124738.651000', '124738.653000', '124738.656000', '124738.658000', '124738.661000', '124738.664000', '124738.666000', '124738.669000', '124738.672000', '124738.674000', '124738.677000', '124738.679000', '124738.682000', '124738.684000', '124738.687000', '124738.690000', '124738.692000', '124738.695000', '124738.697000', '124738.700000', '124738.703000', '124738.705000', '124738.708000', '124738.710000', '124738.713000', '124738.715000', '124738.718000', '124738.721000', '124738.723000', '124738.726000', '124738.728000', '124738.731000', '124738.734000', '124738.736000', '124738.739000', '124738.741000', '124738.744000', '124738.747000', '124738.749000', '124738.752000', '124738.754000', '124758.643000', '124758.645000', '124758.648000', '124758.651000', '124758.653000', '124758.656000', '124758.658000', '124758.661000', '124758.664000', '124758.666000', '124758.669000', '124758.671000', '124758.674000', '124758.676000', '124758.679000', '124758.682000', '124758.684000', '124758.687000', '124758.689000', '124758.692000', '124758.695000', '124758.697000', '124758.700000', '124758.703000', '124758.705000', '124758.708000', '124758.710000', '124758.713000', '124758.715000', '124758.718000', '124758.721000', '124758.723000', '124758.726000', '124758.728000', '124758.731000', '124758.755000', '124758.758000', '124758.760000', '124758.763000', '124758.766000', '124758.768000', '124758.771000', '124758.773000', '124818.644000', '124818.646000', '124818.649000', '124818.652000', '124818.654000', '124818.657000', '124818.660000', '124818.662000', '124818.665000', '124818.668000', '124818.670000', '124818.673000', '124818.675000', '124818.678000', '124818.681000', '124818.683000', '124818.686000', '124818.688000', '124818.691000', '124818.693000', '124818.696000', '124818.699000', '124818.701000', '124818.704000', '124818.706000', '124818.709000', '124818.711000', '124818.714000', '124818.717000', '124818.719000', '124818.722000', '124818.724000', '124818.727000', '124818.730000', '124818.732000', '124818.735000', '124818.737000', '124818.740000', '124818.743000', '124818.745000', '124818.748000', '124818.750000', '124818.753000', '124818.756000', '124838.643000', '124838.646000', '124838.649000', '124838.652000', '124838.654000', '124838.657000', '124838.659000', '124838.662000', '124838.665000', '124838.667000', '124838.670000', '124838.675000', '124838.677000', '124838.680000', '124838.682000', '124838.685000', '124838.687000', '124838.690000', '124838.693000', '124838.695000', '124838.698000', '124838.700000', '124838.703000', '124838.706000', '124838.708000', '124838.711000', '124838.713000', '124838.716000', '124838.718000', '124838.721000', '124838.724000', '124838.726000', '124838.729000', '124838.731000', '124838.734000', '124838.737000', '124838.739000', '124838.742000', '124838.744000', '124838.747000', '124838.750000', '124838.752000', '124838.755000', '124858.644000', '124858.646000', '124858.649000', '124858.652000', '124858.654000', '124858.657000', '124858.660000', '124858.662000', '124858.665000', '124858.667000', '124858.670000', '124858.673000', '124858.675000', '124858.678000', '124858.680000', '124858.683000', '124858.686000', '124858.688000', '124858.691000', '124858.694000', '124858.696000', '124858.699000', '124858.701000', '124858.704000', '124858.707000', '124858.709000', '124858.712000', '124858.714000', '124858.717000', '124858.719000', '124858.722000', '124858.725000', '124858.727000', '124858.730000', '124858.732000', '124858.735000', '124858.738000', '124858.740000', '124858.743000', '124858.745000', '124858.748000', '124858.751000', '124858.753000', '124858.756000', '124918.644000', '124918.646000', '124918.649000', '124918.652000', '124918.654000', '124918.657000', '124918.660000', '124918.663000', '124918.665000', '124918.668000', '124918.670000', '124918.673000', '124918.675000', '124918.678000', '124918.681000', '124918.683000', '124918.686000', '124918.689000', '124918.691000', '124918.694000', '124918.696000', '124918.699000', '124918.701000', '124918.704000', '124918.707000', '124918.709000', '124918.712000', '124918.715000', '124918.717000', '124918.720000', '124918.722000', '124918.725000', '124918.728000', '124918.730000', '124918.733000', '124918.735000', '124918.738000', '124918.741000', '124918.743000', '124918.746000', '124918.748000', '124918.751000', '124918.753000', '124938.643000', '124938.645000', '124938.648000', '124938.651000', '124938.653000', '124938.656000', '124938.658000', '124938.661000', '124938.664000', '124938.666000', '124938.669000', '124938.671000', '124938.674000', '124938.677000', '124938.679000', '124938.682000', '124938.685000', '124938.687000', '124938.690000', '124938.692000', '124938.695000', '124938.698000', '124938.700000', '124938.703000', '124938.705000', '124938.708000', '124938.710000', '124938.713000', '124938.716000', '124938.718000', '124938.721000', '124938.723000', '124938.726000', '124938.729000', '124938.731000', '124938.734000', '124938.736000', '124938.739000', '124938.741000', '124938.744000', '124938.747000', '124938.749000', '124938.752000', '124938.754000', '124958.643000', '124958.645000', '124958.648000', '124958.651000', '124958.653000', '124958.656000', '124958.658000', '124958.661000', '124958.663000', '124958.666000', '124958.669000', '124958.671000', '124958.674000', '124958.676000', '124958.679000', '124958.682000', '124958.684000', '124958.687000', '124958.689000', '124958.692000', '124958.694000', '124958.697000', '124958.700000', '124958.702000', '124958.705000', '124958.707000', '124958.710000', '124958.712000', '124958.715000', '124958.717000', '124958.720000', '124958.723000', '124958.725000', '124958.728000', '124958.730000', '124958.733000', '124958.736000', '124958.738000', '124958.741000', '124958.743000', '124958.746000', '124958.749000', '124958.751000', '125018.643000', '125018.646000', '125018.648000', '125018.651000', '125018.653000', '125018.656000', '125018.659000', '125018.662000', '125018.665000', '125018.667000', '125018.670000', '125018.672000', '125018.675000', '125018.678000', '125018.680000', '125018.683000', '125018.686000', '125018.688000', '125018.691000', '125018.693000', '125018.696000', '125018.698000', '125018.701000', '125018.704000', '125018.706000', '125018.709000', '125018.711000', '125018.714000', '125018.717000', '125018.720000', '125018.722000', '125018.725000', '125018.727000', '125018.730000', '125018.733000', '125018.735000', '125018.738000', '125018.740000', '125018.743000', '125018.745000', '125018.748000', '125018.751000', '125018.753000', '125018.756000', '125021.367000', '125021.370000', '125021.373000', '125021.376000', '125021.378000', '125021.381000'], '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], 'LargestImagePixelValue': [12217, 12493, 14778, 17694, 13306, 9864, 11232, 10566, 9781, 12082, 10969, 11187, 11627, 11032, 11151, 9787, 10510, 10723, 10899, 10714, 11072, 11176, 14091, 14014, 13596, 18217, 12519, 11996, 13059, 10486, 12107, 12392, 10593, 13377, 11231, 12134, 13124, 10477, 10137, 12116, 10125, 15699, 11924, 13097, 11212, 10632, 9954, 11790, 10642, 11587, 10994, 10986, 11626, 10506, 10142, 11563, 10517, 12801, 11086, 11193, 16010, 11324, 15910, 15348, 11269, 18287, 14113, 11443, 12960, 11255, 14127, 15486, 14019, 16584, 11289, 10914, 10711, 11273, 9894, 12098, 10565, 10180, 10426, 10907, 10974, 10887, 11111, 11682, 10858, 10456, 11479, 10880, 16545, 13381, 10764, 15826, 12318, 15330, 14374, 10586, 16499, 15782, 16294, 14578, 10793, 9855, 11333, 10759, 14380, 11305, 10248, 11072, 10861, 11163, 11352, 11014, 10074, 10598, 10742, 10980, 10379, 11072, 16026, 12300, 12880, 12763, 14343, 19208, 17126, 12092, 10923, 10711, 12331, 18206, 18815, 15746, 12296, 10130, 9967, 11793, 10903, 9687, 11058, 9805, 9084, 10663, 10785, 10997, 13055, 11868, 13363, 15401, 11666, 10094, 15124, 12076, 16702, 12215, 12332, 15006, 10598, 14131, 11897, 16206, 18034, 12264, 9857, 11703, 10851, 10694, 11140, 13261, 11699, 10010, 10211, 10787, 10328, 10631, 10562, 10792, 12504, 10605, 12219, 11914, 10097, 12771, 11951, 10918, 16389, 12017, 12511, 18861, 15105, 11507, 12422, 9926, 16371, 14818, 12197, 11887, 10937, 9922, 11837, 9573, 12801, 10477, 10575, 10812, 10420, 10624, 11374, 10782, 11566, 10507, 10979, 11131, 10890, 13687, 11847, 10835, 15396, 13819, 20592, 17215, 12768, 11133, 11909, 10488, 17848, 16726, 14730, 11523, 11261, 10644, 10958, 10589, 10804, 10911, 11231, 11135, 11276, 10408, 10842, 11733, 10765, 11422, 13102, 10893, 10707, 12244, 10958, 19318, 16242, 10619, 10268, 11146, 10578, 15032, 14626, 20887, 15784, 10559, 9908, 10650, 9685, 12135, 10852, 10924, 10917, 10489, 12063, 10805, 11167, 11758, 10722, 10181, 15893, 19109, 19159, 14305, 11988, 19161, 19283, 21696, 15612, 11494, 10419, 11952, 10061, 10826, 12361, 10349, 9997, 12414, 10469, 10230, 10560, 10471, 10909, 13993, 11874, 15850, 11621, 10650, 9816, 12239, 11134, 11110, 11742, 9903, 12254, 10763, 10566, 12489, 10442, 10737, 11931, 10663, 14713, 12919, 19564, 19222, 12986, 10386, 12631, 10321, 16114, 16192, 14941, 12194, 10301, 10338, 12255, 10582, 11798, 11311, 11127, 11435, 10509, 9588, 11112, 10567, 10935, 13176, 13875, 14482, 11926, 11119, 11257, 11550, 18785, 19408, 14060, 12072, 11163, 9393, 12272, 12651, 11910, 11286, 9865, 9979, 10820, 10974, 11633, 10588, 11856, 12757, 10336, 16215, 11683, 14441, 19916, 13350, 10941, 12204, 13277, 20560, 15499, 10563, 10014, 10622, 9860, 10484, 10527, 9854, 10840, 10730, 14016, 14622, 10606, 9332, 10846, 10399, 10247, 11500, 11981, 15902, 18397, 13905, 12061, 11514, 10531, 14668, 12214, 10671, 18747, 13099, 16404, 19110, 16331, 18933, 15722, 10235, 9584, 10823, 11607, 9537, 11326, 10989, 11564, 11855, 10595, 9905, 13503, 13471, 15227, 17195, 10670, 9472, 10084, 11406, 10351, 12852, 12013, 15779, 19179, 16634, 15220, 10810, 11091, 10311, 11142, 13743, 20154, 18273, 14128, 11343, 11771, 10556, 10430, 11624, 15152, 19999, 16136, 13379, 11681, 11429, 10284, 10079, 11988, 10851, 14729, 14816, 17943, 13557, 10329, 9573, 10373, 11515, 11145, 18284, 17240, 17691, 12524, 11534, 9806, 10715, 11570, 13463, 20600, 15647, 10398, 9164, 10811, 10898, 10270, 11160, 11588, 10341, 12608, 11235, 10293, 14875, 13447, 15712, 13495, 11417, 9337, 12226, 12208, 15468, 18494, 17135, 19074, 12208, 10499, 8740, 11112, 11019, 10432, 10779, 11429, 10340, 11280, 10708, 10408, 9560, 10813, 10823, 11773, 13080, 13853, 17957, 11893, 9946, 11542, 11757, 11665, 14365, 11106, 14547, 12430, 10128, 18409, 10521, 10272, 10471, 10871, 10148, 15026, 11688, 14145, 10545, 10700, 9078, 12492, 11187, 16358, 16564, 11515, 11102, 11621, 11936, 19248, 13579, 10440, 9009, 12077, 10408, 10456, 12518, 10120, 13018, 12242, 10301, 14744, 11890, 12644, 20634, 15983, 11914, 10953, 12130, 10606, 11207, 12536, 15114, 19219, 16879, 12585, 10390, 10466, 9906, 10501, 11049, 10430, 11721, 10892, 10421, 14488, 10469, 9464, 9887, 11295, 10035, 14418, 16620, 18370, 12384, 10394, 9589, 11983, 9730, 14198, 12136, 11373, 15491, 12087, 17149, 18584, 15313, 16179, 11940, 10515, 9293, 12305, 12059, 10238, 12221, 13999, 14827, 12543, 10467, 10557, 12066, 10652, 19526, 15049, 9986, 10191, 11983, 9706, 11865, 11893, 9227, 12073, 11096, 10116, 13561, 15411, 16237, 10962, 10400, 9568, 11508, 10656, 12286, 12121, 10913, 9426, 12273, 10552, 16929, 15125, 19438, 20538, 16438, 9824, 10169, 11651, 10606, 12425, 13264, 17099, 16588, 10903, 10355, 10377, 11278, 10361, 11559, 11437, 10284, 12505, 10712, 11346, 12446, 10474, 10002, 12226, 10191, 16290, 11964, 10459, 10638, 11729, 10428, 13638, 12366, 12664, 11000, 9227, 12442, 10305, 16768, 11269, 10277, 10049, 10775, 10073, 10893, 10918, 12572, 11502, 10741, 10266, 11000, 10638, 12866, 12635, 10576, 16342, 14538, 14121, 17156, 12324, 10480, 18164, 13053, 11596, 16105, 12115, 16940, 15018, 11252, 9911, 12014, 10988, 17957, 12036, 10903, 9632, 11900, 10647, 12676, 11821, 10414, 9142, 11128, 10247, 9325, 10926, 10501, 13379, 13939, 11454, 14673, 15972, 16194, 13143, 12306, 10342, 12283, 16950, 12474, 10223, 12515, 9881, 15402, 13420, 10263, 10608, 10518, 9360, 11512, 10930, 17047, 14959, 11722, 9559, 10242, 10760, 9995, 10628, 11692, 10814, 13256, 11389, 10702, 14465, 11515, 10314, 10276, 12164, 10055, 13241, 12211, 10946, 18517, 17210, 14146, 12021, 12377, 10377, 10810, 11228, 16651, 20448, 11715, 10088, 10229, 11565, 10833, 9025, 10219, 10847, 11222, 9802, 10531, 10473, 9597, 11362, 10851, 10789, 15161, 12674, 18686, 18353, 13867, 10719, 11097, 12050, 13166, 18116, 19030, 20915, 16479, 12675, 10395, 11776, 11222, 9857, 12022, 10243, 16981, 12085, 10548, 10675, 12468, 9904, 13623, 12087, 9912, 9684, 12429, 10831, 11198, 12553, 10182, 15537, 12580, 10293, 10469, 12704, 10284, 10840, 12812, 10580, 12084, 12609, 10111, 19181, 15864, 14243, 11378, 11473, 10624, 10546, 11914, 10174, 15530, 10362, 9989, 10067, 10626, 9897, 10602, 10708, 9790, 12936, 12165, 10185, 16231, 12962, 10344, 12070, 12604, 10420, 14276, 14129, 16610, 17177, 12636, 10935, 19836, 16515, 11628, 10493, 11869, 10198, 12772, 11034, 9494, 11016, 10533, 9287, 11916, 10358, 9388, 11904, 9920, 15295, 11458], 'WindowCenter': [5151.0, 5116.0, 5128.0, 5128.0, 5074.0, 5023.0, 5054.0, 5034.0, 5022.0, 5051.0, 5056.0, 5058.0, 5066.0, 5058.0, 5054.0, 5034.0, 5045.0, 5055.0, 5045.0, 5033.0, 5043.0, 5045.0, 5084.0, 5085.0, 5076.0, 5113.0, 5065.0, 5041.0, 5049.0, 5020.0, 5037.0, 5048.0, 5032.0, 5085.0, 5054.0, 5065.0, 5074.0, 5033.0, 5020.0, 5065.0, 5043.0, 5103.0, 5053.0, 5073.0, 5054.0, 5034.0, 5024.0, 5053.0, 5045.0, 5054.0, 5060.0, 5058.0, 5054.0, 5046.0, 5034.0, 5054.0, 5044.0, 5063.0, 5056.0, 5056.0, 5105.0, 5057.0, 5105.0, 5096.0, 5058.0, 5138.0, 5097.0, 5051.0, 5062.0, 5057.0, 5094.0, 5103.0, 5083.0, 5101.0, 5043.0, 5041.0, 5019.0, 5053.0, 5022.0, 5062.0, 5048.0, 5045.0, 5034.0, 5053.0, 5045.0, 5058.0, 5058.0, 5066.0, 5067.0, 5061.0, 5069.0, 5074.0, 5129.0, 5098.0, 5059.0, 5118.0, 5078.0, 5105.0, 5084.0, 5059.0, 5115.0, 5105.0, 5115.0, 5081.0, 5027.0, 5023.0, 5052.0, 5044.0, 5094.0, 5056.0, 5034.0, 5050.0, 5055.0, 5069.0, 5056.0, 5057.0, 5050.0, 5071.0, 5071.0, 5058.0, 5064.0, 5081.0, 5130.0, 5076.0, 5065.0, 5089.0, 5109.0, 5180.0, 5158.0, 5038.0, 5015.0, 5016.0, 5048.0, 5094.0, 5120.0, 5090.0, 5049.0, 5032.0, 5030.0, 5063.0, 5057.0, 5025.0, 5052.0, 5034.0, 5026.0, 5047.0, 5054.0, 5059.0, 5101.0, 5082.0, 5100.0, 5106.0, 5055.0, 5047.0, 5095.0, 5065.0, 5102.0, 5064.0, 5063.0, 5095.0, 5031.0, 5095.0, 5065.0, 5114.0, 5110.0, 5051.0, 5018.0, 5049.0, 5043.0, 5032.0, 5053.0, 5070.0, 5064.0, 5036.0, 5033.0, 5043.0, 5020.0, 5029.0, 5044.0, 5045.0, 5075.0, 5047.0, 5077.0, 5067.0, 5049.0, 5075.0, 5065.0, 5045.0, 5101.0, 5089.0, 5077.0, 5135.0, 5107.0, 5054.0, 5074.0, 5033.0, 5089.0, 5091.0, 5050.0, 5037.0, 5029.0, 5018.0, 5049.0, 5021.0, 5070.0, 5030.0, 5029.0, 5038.0, 5041.0, 5057.0, 5066.0, 5055.0, 5065.0, 5061.0, 5069.0, 5081.0, 5082.0, 5098.0, 5065.0, 5070.0, 5117.0, 5095.0, 5146.0, 5115.0, 5062.0, 5029.0, 5064.0, 5042.0, 5122.0, 5104.0, 5081.0, 5040.0, 5053.0, 5041.0, 5056.0, 5043.0, 5043.0, 5058.0, 5056.0, 5068.0, 5056.0, 5047.0, 5069.0, 5079.0, 5074.0, 5071.0, 5101.0, 5071.0, 5045.0, 5063.0, 5040.0, 5106.0, 5113.0, 5045.0, 5033.0, 5055.0, 5044.0, 5091.0, 5076.0, 5129.0, 5102.0, 5046.0, 5020.0, 5030.0, 5012.0, 5064.0, 5046.0, 5058.0, 5071.0, 5059.0, 5066.0, 5058.0, 5057.0, 5054.0, 5058.0, 5059.0, 5116.0, 5137.0, 5112.0, 5084.0, 5054.0, 5122.0, 5123.0, 5130.0, 5079.0, 5026.0, 5006.0, 5038.0, 5011.0, 5017.0, 5046.0, 5019.0, 5020.0, 5049.0, 5032.0, 5020.0, 5045.0, 5046.0, 5042.0, 5078.0, 5050.0, 5098.0, 5037.0, 5031.0, 5021.0, 5051.0, 5041.0, 5032.0, 5050.0, 5024.0, 5054.0, 5045.0, 5033.0, 5048.0, 5032.0, 5031.0, 5049.0, 5059.0, 5106.0, 5088.0, 5145.0, 5136.0, 5071.0, 5021.0, 5063.0, 5035.0, 5092.0, 5116.0, 5093.0, 5052.0, 5023.0, 5021.0, 5064.0, 5045.0, 5051.0, 5055.0, 5055.0, 5054.0, 5046.0, 5026.0, 5056.0, 5061.0, 5071.0, 5099.0, 5100.0, 5095.0, 5054.0, 5044.0, 5058.0, 5079.0, 5137.0, 5148.0, 5086.0, 5052.0, 5057.0, 5026.0, 5062.0, 5087.0, 5064.0, 5054.0, 5035.0, 5034.0, 5058.0, 5059.0, 5068.0, 5059.0, 5068.0, 5074.0, 5048.0, 5116.0, 5091.0, 5097.0, 5148.0, 5086.0, 5056.0, 5075.0, 5087.0, 5142.0, 5116.0, 5044.0, 5023.0, 5033.0, 5023.0, 5034.0, 5047.0, 5037.0, 5060.0, 5058.0, 5106.0, 5106.0, 5061.0, 5028.0, 5044.0, 5047.0, 5048.0, 5067.0, 5081.0, 5129.0, 5141.0, 5099.0, 5078.0, 5081.0, 5048.0, 5093.0, 5064.0, 5036.0, 5122.0, 5090.0, 5131.0, 5150.0, 5129.0, 5123.0, 5079.0, 5010.0, 4969.0, 4990.0, 5024.0, 5012.0, 5031.0, 5018.0, 5029.0, 5041.0, 5021.0, 5010.0, 5056.0, 5057.0, 5077.0, 5108.0, 5045.0, 5024.0, 5030.0, 5054.0, 5048.0, 5075.0, 5068.0, 5107.0, 5124.0, 5104.0, 5094.0, 5032.0, 5030.0, 5020.0, 5027.0, 5072.0, 5121.0, 5115.0, 5084.0, 5030.0, 5029.0, 5019.0, 5018.0, 5040.0, 5080.0, 5119.0, 5091.0, 5071.0, 5040.0, 5040.0, 5019.0, 5010.0, 5040.0, 5033.0, 5082.0, 5082.0, 5124.0, 5061.0, 5034.0, 4998.0, 4994.0, 5025.0, 5028.0, 5096.0, 5097.0, 5110.0, 5050.0, 5029.0, 5009.0, 5033.0, 5040.0, 5060.0, 5134.0, 5091.0, 5021.0, 5000.0, 5019.0, 5031.0, 5022.0, 5043.0, 5044.0, 5034.0, 5065.0, 5057.0, 5061.0, 5096.0, 5086.0, 5105.0, 5072.0, 5043.0, 5002.0, 5050.0, 5067.0, 5105.0, 5123.0, 5102.0, 5121.0, 5048.0, 5032.0, 4991.0, 5026.0, 5033.0, 5034.0, 5044.0, 5055.0, 5062.0, 5069.0, 5048.0, 5049.0, 5037.0, 5057.0, 5073.0, 5081.0, 5100.0, 5098.0, 5140.0, 5070.0, 5039.0, 5055.0, 5056.0, 5046.0, 5086.0, 5058.0, 5085.0, 5078.0, 5051.0, 5125.0, 5037.0, 5035.0, 5045.0, 5071.0, 5060.0, 5117.0, 5079.0, 5096.0, 5046.0, 5050.0, 5019.0, 5065.0, 5060.0, 5120.0, 5119.0, 5057.0, 5058.0, 5064.0, 5067.0, 5132.0, 5083.0, 5046.0, 5013.0, 5064.0, 5047.0, 5045.0, 5079.0, 5061.0, 5085.0, 5079.0, 5050.0, 5109.0, 5078.0, 5088.0, 5133.0, 5117.0, 5056.0, 5045.0, 5050.0, 5033.0, 5044.0, 5077.0, 5095.0, 5123.0, 5114.0, 5060.0, 5020.0, 5019.0, 5019.0, 5030.0, 5054.0, 5046.0, 5068.0, 5071.0, 5071.0, 5107.0, 5060.0, 5038.0, 5036.0, 5068.0, 5036.0, 5095.0, 5130.0, 5128.0, 5067.0, 5037.0, 5015.0, 5043.0, 5012.0, 5071.0, 5053.0, 5042.0, 5094.0, 5067.0, 5113.0, 5122.0, 5103.0, 5102.0, 5039.0, 5020.0, 4999.0, 5040.0, 5042.0, 5036.0, 5066.0, 5084.0, 5081.0, 5051.0, 5033.0, 5046.0, 5063.0, 5045.0, 5120.0, 5093.0, 5025.0, 5023.0, 5043.0, 5012.0, 5042.0, 5044.0, 5000.0, 5041.0, 5032.0, 5037.0, 5074.0, 5091.0, 5101.0, 5029.0, 5045.0, 5024.0, 5052.0, 5047.0, 5079.0, 5066.0, 5047.0, 5017.0, 5065.0, 5037.0, 5129.0, 5097.0, 5124.0, 5136.0, 5104.0, 5023.0, 5020.0, 5040.0, 5047.0, 5063.0, 5070.0, 5114.0, 5114.0, 5044.0, 5033.0, 5021.0, 5042.0, 5033.0, 5054.0, 5055.0, 5035.0, 5064.0, 5043.0, 5045.0, 5064.0, 5035.0, 5023.0, 5081.0, 5060.0, 5116.0, 5069.0, 5047.0, 5033.0, 5068.0, 5057.0, 5097.0, 5079.0, 5064.0, 5044.0, 5027.0, 5075.0, 5047.0, 5112.0, 5053.0, 5032.0, 5022.0, 5042.0, 5034.0, 5055.0, 5058.0, 5090.0, 5069.0, 5060.0, 5047.0, 5059.0, 5058.0, 5076.0, 5076.0, 5048.0, 5114.0, 5097.0, 5097.0, 5125.0, 5077.0, 5047.0, 5123.0, 5074.0, 5054.0, 5103.0, 5077.0, 5115.0, 5095.0, 5045.0, 5035.0, 5064.0, 5052.0, 5123.0, 5063.0, 5042.0, 5009.0, 5051.0, 5056.0, 5087.0, 5067.0, 5058.0, 5028.0, 5070.0, 5049.0, 5025.0, 5058.0, 5060.0, 5088.0, 5098.0, 5069.0, 5109.0, 5129.0, 5131.0, 5076.0, 5064.0, 5061.0, 5076.0, 5127.0, 5078.0, 5035.0, 5077.0, 5048.0, 5105.0, 5097.0, 5047.0, 5046.0, 5033.0, 5025.0, 5067.0, 5060.0, 5123.0, 5101.0, 5062.0, 5011.0, 5044.0, 5054.0, 5036.0, 5044.0, 5053.0, 5043.0, 5074.0, 5055.0, 5047.0, 5094.0, 5055.0, 5045.0, 5032.0, 5061.0, 5022.0, 5073.0, 5064.0, 5059.0, 5125.0, 5124.0, 5095.0, 5052.0, 5051.0, 5032.0, 5041.0, 5040.0, 5101.0, 5133.0, 5051.0, 5032.0, 5020.0, 5051.0, 5043.0, 5015.0, 5059.0, 5057.0, 5071.0, 5049.0, 5047.0, 5047.0, 5048.0, 5068.0, 5060.0, 5060.0, 5122.0, 5091.0, 5149.0, 5138.0, 5098.0, 5035.0, 5043.0, 5065.0, 5076.0, 5124.0, 5124.0, 5134.0, 5102.0, 5062.0, 5019.0, 5026.0, 5029.0, 5009.0, 5036.0, 5018.0, 5101.0, 5050.0, 5032.0, 5031.0, 5073.0, 5034.0, 5081.0, 5062.0, 5033.0, 5011.0, 5062.0, 5045.0, 5044.0, 5060.0, 5050.0, 5103.0, 5064.0, 5034.0, 5031.0, 5060.0, 5034.0, 5057.0, 5075.0, 5047.0, 5063.0, 5078.0, 5049.0, 5136.0, 5114.0, 5095.0, 5042.0, 5041.0, 5032.0, 5031.0, 5064.0, 5048.0, 5116.0, 5047.0, 5037.0, 5048.0, 5058.0, 5048.0, 5045.0, 5046.0, 5049.0, 5101.0, 5091.0, 5062.0, 5129.0, 5089.0, 5051.0, 5080.0, 5078.0, 5049.0, 5098.0, 5100.0, 5128.0, 5126.0, 5079.0, 5071.0, 5147.0, 5127.0, 5056.0, 5032.0, 5063.0, 5048.0, 5075.0, 5066.0, 5039.0, 5044.0, 5057.0, 5038.0, 5078.0, 5049.0, 5027.0, 5066.0, 5049.0, 5117.0, 5068.0], 'WindowWidth': [11199.0, 11118.0, 11116.0, 11096.0, 11007.0, 10933.0, 10976.0, 10947.0, 10925.0, 10964.0, 10977.0, 10981.0, 10990.0, 10984.0, 10971.0, 10943.0, 10957.0, 10971.0, 10957.0, 10936.0, 10951.0, 10956.0, 11010.0, 11011.0, 10998.0, 11052.0, 10983.0, 10944.0, 10953.0, 10915.0, 10933.0, 10952.0, 10935.0, 11016.0, 10971.0, 10988.0, 10996.0, 10938.0, 10915.0, 10990.0, 10959.0, 11039.0, 10969.0, 10993.0, 10967.0, 10939.0, 10925.0, 10963.0, 10957.0, 10970.0, 10987.0, 10979.0, 10965.0, 10960.0, 10942.0, 10968.0, 10955.0, 10981.0, 10974.0, 10975.0, 11044.0, 10979.0, 11043.0, 11030.0, 10983.0, 11099.0, 11034.0, 10965.0, 10976.0, 10983.0, 11031.0, 11040.0, 11009.0, 11031.0, 10952.0, 10946.0, 10914.0, 10969.0, 10925.0, 10980.0, 10967.0, 10959.0, 10941.0, 10974.0, 10960.0, 10984.0, 10982.0, 10990.0, 10998.0, 10994.0, 10999.0, 11016.0, 11084.0, 11041.0, 10985.0, 11067.0, 11008.0, 11043.0, 11012.0, 10986.0, 11062.0, 11045.0, 11056.0, 11003.0, 10923.0, 10926.0, 10968.0, 10958.0, 11026.0, 10974.0, 10941.0, 10965.0, 10974.0, 11000.0, 10977.0, 10978.0, 10978.0, 11006.0, 11006.0, 10982.0, 11002.0, 11021.0, 11089.0, 11005.0, 10987.0, 11027.0, 11056.0, 11185.0, 11141.0, 10931.0, 10895.0, 10903.0, 10950.0, 11016.0, 11056.0, 11010.0, 10953.0, 10935.0, 10939.0, 10983.0, 10982.0, 10934.0, 10963.0, 10944.0, 10936.0, 10965.0, 10974.0, 10985.0, 11050.0, 11023.0, 11043.0, 11045.0, 10973.0, 10966.0, 11028.0, 10986.0, 11034.0, 10984.0, 10981.0, 11029.0, 10937.0, 11033.0, 10989.0, 11057.0, 11046.0, 10962.0, 10912.0, 10954.0, 10951.0, 10938.0, 10971.0, 10995.0, 10986.0, 10949.0, 10939.0, 10951.0, 10916.0, 10929.0, 10958.0, 10961.0, 11000.0, 10967.0, 11007.0, 10993.0, 10972.0, 11003.0, 10990.0, 10960.0, 11036.0, 11031.0, 11010.0, 11095.0, 11048.0, 10969.0, 10999.0, 10942.0, 11015.0, 11020.0, 10958.0, 10936.0, 10928.0, 10915.0, 10956.0, 10924.0, 10988.0, 10931.0, 10928.0, 10940.0, 10952.0, 10980.0, 10992.0, 10975.0, 10989.0, 10993.0, 11000.0, 11023.0, 11023.0, 11038.0, 10985.0, 11004.0, 11067.0, 11034.0, 11107.0, 11057.0, 10976.0, 10925.0, 10985.0, 10954.0, 11066.0, 11039.0, 11003.0, 10944.0, 10968.0, 10951.0, 10977.0, 10954.0, 10952.0, 10983.0, 10979.0, 10997.0, 10975.0, 10965.0, 11001.0, 11014.0, 11014.0, 11005.0, 11050.0, 11007.0, 10960.0, 10980.0, 10946.0, 11038.0, 11053.0, 10959.0, 10939.0, 10974.0, 10960.0, 11021.0, 10990.0, 11071.0, 11034.0, 10962.0, 10916.0, 10929.0, 10905.0, 10979.0, 10958.0, 10980.0, 11004.0, 10984.0, 10987.0, 10981.0, 10980.0, 10970.0, 10983.0, 10989.0, 11067.0, 11092.0, 11046.0, 11008.0, 10971.0, 11070.0, 11070.0, 11075.0, 10993.0, 10918.0, 10891.0, 10938.0, 10905.0, 10908.0, 10946.0, 10913.0, 10917.0, 10954.0, 10935.0, 10916.0, 10961.0, 10966.0, 10955.0, 10999.0, 10960.0, 11022.0, 10939.0, 10935.0, 10919.0, 10957.0, 10945.0, 10934.0, 10959.0, 10927.0, 10966.0, 10958.0, 10938.0, 10956.0, 10937.0, 10934.0, 10959.0, 10989.0, 11049.0, 11028.0, 11105.0, 11089.0, 10990.0, 10917.0, 10981.0, 10946.0, 11022.0, 11061.0, 11022.0, 10962.0, 10922.0, 10918.0, 10984.0, 10960.0, 10964.0, 10972.0, 10972.0, 10972.0, 10962.0, 10937.0, 10976.0, 10994.0, 11009.0, 11046.0, 11047.0, 11027.0, 10970.0, 10955.0, 10983.0, 11016.0, 11096.0, 11114.0, 11017.0, 10962.0, 10979.0, 10938.0, 10982.0, 11021.0, 10986.0, 10971.0, 10945.0, 10944.0, 10983.0, 10986.0, 10997.0, 10987.0, 10997.0, 11003.0, 10969.0, 11061.0, 11037.0, 11037.0, 11114.0, 11018.0, 10980.0, 11005.0, 11026.0, 11097.0, 11062.0, 10956.0, 10925.0, 10937.0, 10925.0, 10940.0, 10963.0, 10951.0, 10990.0, 10986.0, 11049.0, 11048.0, 10989.0, 10938.0, 10955.0, 10964.0, 10968.0, 10995.0, 11019.0, 11086.0, 11103.0, 11038.0, 11007.0, 11017.0, 10966.0, 11022.0, 10983.0, 10946.0, 11067.0, 11032.0, 11093.0, 11122.0, 11083.0, 11064.0, 10992.0, 10894.0, 10823.0, 10850.0, 10908.0, 10902.0, 10924.0, 10901.0, 10922.0, 10937.0, 10912.0, 10898.0, 10961.0, 10962.0, 10989.0, 11038.0, 10955.0, 10926.0, 10928.0, 10966.0, 10964.0, 10999.0, 10994.0, 11045.0, 11071.0, 11038.0, 11020.0, 10932.0, 10924.0, 10914.0, 10923.0, 10991.0, 11066.0, 11056.0, 11007.0, 10926.0, 10922.0, 10907.0, 10911.0, 10941.0, 10997.0, 11060.0, 11017.0, 10986.0, 10940.0, 10940.0, 10910.0, 10900.0, 10941.0, 10935.0, 11006.0, 11005.0, 11066.0, 10972.0, 10941.0, 10878.0, 10867.0, 10913.0, 10923.0, 11018.0, 11019.0, 11040.0, 10951.0, 10920.0, 10896.0, 10937.0, 10941.0, 10970.0, 11081.0, 11013.0, 10916.0, 10885.0, 10911.0, 10929.0, 10921.0, 10951.0, 10953.0, 10941.0, 10984.0, 10979.0, 10992.0, 11035.0, 11021.0, 11042.0, 10990.0, 10950.0, 10894.0, 10959.0, 10993.0, 11044.0, 11068.0, 11033.0, 11056.0, 10953.0, 10932.0, 10875.0, 10919.0, 10937.0, 10942.0, 10955.0, 10970.0, 10994.0, 10998.0, 10969.0, 10970.0, 10952.0, 10978.0, 11014.0, 11024.0, 11047.0, 11041.0, 11102.0, 11000.0, 10954.0, 10970.0, 10973.0, 10958.0, 11016.0, 10979.0, 11012.0, 11011.0, 10980.0, 11075.0, 10950.0, 10944.0, 10960.0, 11010.0, 10993.0, 11068.0, 11014.0, 11032.0, 10960.0, 10972.0, 10928.0, 10985.0, 10985.0, 11071.0, 11066.0, 10977.0, 10981.0, 10988.0, 10993.0, 11080.0, 11008.0, 10962.0, 10913.0, 10986.0, 10965.0, 10961.0, 11015.0, 10990.0, 11018.0, 11013.0, 10972.0, 11056.0, 11011.0, 11024.0, 11087.0, 11064.0, 10973.0, 10958.0, 10959.0, 10936.0, 10955.0, 11004.0, 11030.0, 11071.0, 11053.0, 10971.0, 10917.0, 10914.0, 10915.0, 10931.0, 10971.0, 10961.0, 10996.0, 11008.0, 11008.0, 11054.0, 10990.0, 10956.0, 10949.0, 10999.0, 10949.0, 11030.0, 11087.0, 11077.0, 10987.0, 10947.0, 10912.0, 10947.0, 10904.0, 10985.0, 10962.0, 10947.0, 11024.0, 10991.0, 11051.0, 11067.0, 11038.0, 11031.0, 10939.0, 10912.0, 10884.0, 10942.0, 10944.0, 10948.0, 10988.0, 11010.0, 10998.0, 10957.0, 10938.0, 10963.0, 10981.0, 10959.0, 11061.0, 11023.0, 10927.0, 10923.0, 10949.0, 10904.0, 10946.0, 10950.0, 10888.0, 10942.0, 10932.0, 10948.0, 10997.0, 11015.0, 11029.0, 10925.0, 10960.0, 10932.0, 10966.0, 10965.0, 11011.0, 10985.0, 10960.0, 10919.0, 10983.0, 10947.0, 11081.0, 11034.0, 11068.0, 11091.0, 11036.0, 10922.0, 10914.0, 10943.0, 10966.0, 10983.0, 10990.0, 11053.0, 11053.0, 10955.0, 10936.0, 10917.0, 10949.0, 10939.0, 10970.0, 10971.0, 10944.0, 10983.0, 10955.0, 10958.0, 10982.0, 10945.0, 10927.0, 11020.0, 10991.0, 11061.0, 11001.0, 10964.0, 10938.0, 10995.0, 10984.0, 11036.0, 11011.0, 10982.0, 10954.0, 10940.0, 11004.0, 10967.0, 11049.0, 10968.0, 10937.0, 10922.0, 10950.0, 10944.0, 10974.0, 10984.0, 11031.0, 11000.0, 10989.0, 10969.0, 10986.0, 10982.0, 11003.0, 11005.0, 10967.0, 11056.0, 11036.0, 11034.0, 11070.0, 11005.0, 10966.0, 11067.0, 10998.0, 10970.0, 11037.0, 11010.0, 11059.0, 11027.0, 10957.0, 10951.0, 10988.0, 10973.0, 11068.0, 10980.0, 10952.0, 10904.0, 10964.0, 10981.0, 11023.0, 10996.0, 10981.0, 10940.0, 11001.0, 10971.0, 10935.0, 10982.0, 10988.0, 11024.0, 11040.0, 10999.0, 11057.0, 11087.0, 11088.0, 11003.0, 10984.0, 10994.0, 11005.0, 11081.0, 11009.0, 10943.0, 11007.0, 10971.0, 11049.0, 11035.0, 10963.0, 10961.0, 10939.0, 10933.0, 10996.0, 10990.0, 11071.0, 11034.0, 10977.0, 10903.0, 10954.0, 10970.0, 10947.0, 10956.0, 10964.0, 10952.0, 10996.0, 10972.0, 10963.0, 11027.0, 10972.0, 10958.0, 10937.0, 10974.0, 10923.0, 10994.0, 10983.0, 10985.0, 11077.0, 11072.0, 11028.0, 10962.0, 10957.0, 10937.0, 10948.0, 10948.0, 11031.0, 11082.0, 10960.0, 10935.0, 10916.0, 10962.0, 10951.0, 10917.0, 10985.0, 10982.0, 11006.0, 10969.0, 10962.0, 10965.0, 10974.0, 10996.0, 10986.0, 10987.0, 11079.0, 11035.0, 11112.0, 11095.0, 11035.0, 10941.0, 10950.0, 10986.0, 11002.0, 11075.0, 11071.0, 11085.0, 11032.0, 10974.0, 10909.0, 10915.0, 10924.0, 10897.0, 10930.0, 10911.0, 11030.0, 10955.0, 10932.0, 10934.0, 10996.0, 10944.0, 11004.0, 10978.0, 10940.0, 10906.0, 10977.0, 10958.0, 10956.0, 10974.0, 10972.0, 11037.0, 10982.0, 10941.0, 10934.0, 10970.0, 10940.0, 10981.0, 11003.0, 10966.0, 10981.0, 11012.0, 10975.0, 11095.0, 11059.0, 11029.0, 10949.0, 10946.0, 10934.0, 10934.0, 10986.0, 10970.0, 11061.0, 10964.0, 10951.0, 10973.0, 10985.0, 10969.0, 10958.0, 10964.0, 10972.0, 11049.0, 11034.0, 10995.0, 11082.0, 11027.0, 10978.0, 11015.0, 11011.0, 10970.0, 11039.0, 11045.0, 11079.0, 11073.0, 11014.0, 11008.0, 11113.0, 11081.0, 10977.0, 10936.0, 10984.0, 10971.0, 11004.0, 10997.0, 10956.0, 10957.0, 10982.0, 10959.0, 11013.0, 10970.0, 10937.0, 10990.0, 10972.0, 11064.0, 10996.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.0006805598243688254</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.03104986180021954</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>44.7746741117582</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.1900316814395602</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9971245706483527</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.5371</td></tr>
|
|
<tr><td colspan=3>fber</td><td>2454.3542</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.23555722161330783</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>483</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>53.01866081229418</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3730925733473693</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.2694654913462715</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5269641215706624</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3228481071251745</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0112667</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.010706662200391293</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.04096376523375511</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>911</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>4.144317813041646</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>18.7023</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>90.8456</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>304.5215</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>87.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>285443.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>20.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>1354.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>520.5688</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.8045</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>648.317</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>4201.6742</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>4331.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>91101.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1836.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>5567.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1045.0396</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>32.65299656428397</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> |