=== 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-0004 --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-0004",
"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-0004_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-0004_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-0004_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-0004/figures/sub-0004_ses-02_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0004/figures/sub-0004_ses-02_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0004/figures/sub-0004_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-0004_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-0004/figures/sub-0004_ses-02_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0004/figures/sub-0004_ses-02_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0004/figures/sub-0004_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-0004_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-0004/figures/sub-0004_ses-02_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0004/figures/sub-0004_ses-02_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0004/figures/sub-0004_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-0004_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-0004/figures/sub-0004_ses-02_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0004/figures/sub-0004_ses-02_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0004/figures/sub-0004_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-0004_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-0004/figures/sub-0004_ses-02_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0004/figures/sub-0004_ses-02_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0004/figures/sub-0004_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-0004_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-0004/figures/sub-0004_ses-02_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0004/figures/sub-0004_ses-02_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0004/figures/sub-0004_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-0004_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-0004/figures/sub-0004_ses-02_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0004/figures/sub-0004_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-0004/figures/sub-0004_ses-02_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0004/figures/sub-0004_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-0004/ses-02/func/sub-0004_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>3b27721dd0b560d4969c73e93973eac5</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>10:51:53.400000</td></tr>
|
|
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
|
|
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
|
|
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
|
|
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
|
|
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
|
|
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
|
|
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
|
|
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
|
|
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
|
|
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
|
|
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
|
|
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
|
|
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.99988, 0.00678569, -0.0139418, -0.00558445, 0.996411, 0.0844624]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-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.0888487</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>26</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4140, -7748, -7256, 580, -93, -151, 46, 108]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>222.625</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>1f29d7da-4f43-454a-81db-62a2a95e258a||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
|
|
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6826043128967285, -0.014982668682932854, -0.039055146276950836, 111.86400604248047], [-0.01820550300180912, 2.673297882080078, 0.22781087458133698, -103.58810424804688], [-0.03740474954247475, -0.22660645842552185, 2.6900887489318848, -32.05398178100586], [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': ['105153.400000', '105153.860000', '105154.320000', '105154.780000', '105155.240000', '105155.700000', '105156.160000', '105156.620000', '105157.080000', '105157.540000', '105158.000000', '105158.460000', '105158.920000', '105159.380000', '105159.840000', '105200.300000', '105200.760000', '105201.220000', '105201.680000', '105202.140000', '105202.600000', '105203.060000', '105203.520000', '105203.980000', '105204.440000', '105204.900000', '105205.360000', '105205.820000', '105206.280000', '105206.740000', '105207.200000', '105207.660000', '105208.120000', '105208.580000', '105209.040000', '105209.500000', '105209.960000', '105210.420000', '105210.880000', '105211.340000', '105211.800000', '105212.260000', '105212.720000', '105213.180000', '105213.640000', '105214.100000', '105214.560000', '105215.020000', '105215.480000', '105215.940000', '105216.400000', '105216.860000', '105217.320000', '105217.780000', '105218.240000', '105218.700000', '105219.160000', '105219.620000', '105220.080000', '105220.540000', '105221.000000', '105221.460000', '105221.920000', '105222.380000', '105222.840000', '105223.300000', '105223.760000', '105224.220000', '105224.680000', '105225.140000', '105225.600000', '105226.060000', '105226.520000', '105226.980000', '105227.440000', '105227.900000', '105228.360000', '105228.820000', '105229.280000', '105229.740000', '105230.200000', '105230.660000', '105231.120000', '105231.580000', '105232.040000', '105232.500000', '105232.960000', '105233.420000', '105233.880000', '105234.340000', '105234.800000', '105235.260000', '105235.720000', '105236.180000', '105236.640000', '105237.100000', '105237.560000', '105238.020000', '105238.480000', '105238.940000', '105239.400000', '105239.860000', '105240.320000', '105240.780000', '105241.240000', '105241.700000', '105242.160000', '105242.620000', '105243.080000', '105243.540000', '105244.000000', '105244.460000', '105244.920000', '105245.380000', '105245.840000', '105246.300000', '105246.760000', '105247.220000', '105247.680000', '105248.140000', '105248.600000', '105249.060000', '105249.520000', '105249.980000', '105250.440000', '105250.900000', '105251.360000', '105251.820000', '105252.280000', '105252.740000', '105253.200000', '105253.660000', '105254.120000', '105254.580000', '105255.040000', '105255.500000', '105255.960000', '105256.420000', '105256.880000', '105257.340000', '105257.800000', '105258.260000', '105258.720000', '105259.180000', '105259.640000', '105300.100000', '105300.560000', '105301.020000', '105301.480000', '105301.940000', '105302.400000', '105302.860000', '105303.320000', '105303.780000', '105304.240000', '105304.700000', '105305.160000', '105305.620000', '105306.080000', '105306.540000', '105307.000000', '105307.460000', '105307.920000', '105308.380000', '105308.840000', '105309.300000', '105309.760000', '105310.220000', '105310.680000', '105311.140000', '105311.600000', '105312.060000', '105312.520000', '105312.980000', '105313.440000', '105313.900000', '105314.360000', '105314.820000', '105315.280000', '105315.740000', '105316.200000', '105316.660000', '105317.120000', '105317.580000', '105318.040000', '105318.500000', '105318.960000', '105319.420000', '105319.880000', '105320.340000', '105320.800000', '105321.260000', '105321.720000', '105322.180000', '105322.640000', '105323.100000', '105323.560000', '105324.020000', '105324.480000', '105324.940000', '105325.400000', '105325.860000', '105326.320000', '105326.780000', '105327.240000', '105327.700000', '105328.160000', '105328.620000', '105329.080000', '105329.540000', '105330.000000', '105330.460000', '105330.920000', '105331.380000', '105331.840000', '105332.300000', '105332.760000', '105333.220000', '105333.680000', '105334.140000', '105334.600000', '105335.060000', '105335.520000', '105335.980000', '105336.440000', '105336.900000', '105337.360000', '105337.820000', '105338.280000', '105338.740000', '105339.200000', '105339.660000', '105340.120000', '105340.580000', '105341.040000', '105341.500000', '105341.960000', '105342.420000', '105342.880000', '105343.340000', '105343.800000', '105344.260000', '105344.720000', '105345.180000', '105345.640000', '105346.100000', '105346.560000', '105347.020000', '105347.480000', '105347.940000', '105348.400000', '105348.860000', '105349.320000', '105349.780000', '105350.240000', '105350.700000', '105351.160000', '105351.620000', '105352.080000', '105352.540000', '105353.000000', '105353.460000', '105353.920000', '105354.380000', '105354.840000', '105355.300000', '105355.760000', '105356.220000', '105356.680000', '105357.140000', '105357.600000', '105358.060000', '105358.520000', '105358.980000', '105359.440000', '105359.900000', '105400.360000', '105400.820000', '105401.280000', '105401.740000', '105402.200000', '105402.660000', '105403.120000', '105403.580000', '105404.040000', '105404.500000', '105404.960000', '105405.420000', '105405.880000', '105406.340000', '105406.800000', '105407.260000', '105407.720000', '105408.180000', '105408.640000', '105409.100000', '105409.560000', '105410.020000', '105410.480000', '105410.940000', '105411.400000', '105411.860000', '105412.320000', '105412.780000', '105413.240000', '105413.700000', '105414.160000', '105414.620000', '105415.080000', '105415.540000', '105416.000000', '105416.460000', '105416.920000', '105417.380000', '105417.840000', '105418.300000', '105418.760000', '105419.220000', '105419.680000', '105420.140000', '105420.600000', '105421.060000', '105421.520000', '105421.980000', '105422.440000', '105422.900000', '105423.360000', '105423.820000', '105424.280000', '105424.740000', '105425.200000', '105425.660000', '105426.120000', '105426.580000', '105427.040000', '105427.500000', '105427.960000', '105428.420000', '105428.880000', '105429.340000', '105429.800000', '105430.260000', '105430.720000', '105431.180000', '105431.640000', '105432.100000', '105432.560000', '105433.020000', '105433.480000', '105433.940000', '105434.400000', '105434.860000', '105435.320000', '105435.780000', '105436.240000', '105436.700000', '105437.160000', '105437.620000', '105438.080000', '105438.540000', '105439.000000', '105439.460000', '105439.920000', '105440.380000', '105440.840000', '105441.300000', '105441.760000', '105442.220000', '105442.680000', '105443.140000', '105443.600000', '105444.060000', '105444.520000', '105444.980000', '105445.440000', '105445.900000', '105446.360000', '105446.820000', '105447.280000', '105447.740000', '105448.200000', '105448.660000', '105449.120000', '105449.580000', '105450.040000', '105450.500000', '105450.960000', '105451.420000', '105451.880000', '105452.340000', '105452.800000', '105453.260000', '105453.720000', '105454.180000', '105454.640000', '105455.100000', '105455.560000', '105456.020000', '105456.480000', '105456.940000', '105457.400000', '105457.860000', '105458.320000', '105458.780000', '105459.240000', '105459.700000', '105500.160000', '105500.620000', '105501.080000', '105501.540000', '105502.000000', '105502.460000', '105502.920000', '105503.380000', '105503.840000', '105504.300000', '105504.760000', '105505.220000', '105505.680000', '105506.140000', '105506.600000', '105507.060000', '105507.520000', '105507.980000', '105508.440000', '105508.900000', '105509.360000', '105509.820000', '105510.280000', '105510.740000', '105511.200000', '105511.660000', '105512.120000', '105512.580000', '105513.040000', '105513.500000', '105513.960000', '105514.420000', '105514.880000', '105515.340000', '105515.800000', '105516.260000', '105516.720000', '105517.180000', '105517.640000', '105518.100000', '105518.560000', '105519.020000', '105519.480000', '105519.940000', '105520.400000', '105520.860000', '105521.320000', '105521.780000', '105522.240000', '105522.700000', '105523.160000', '105523.620000', '105524.080000', '105524.540000', '105525.000000', '105525.460000', '105525.920000', '105526.380000', '105526.840000', '105527.300000', '105527.760000', '105528.220000', '105528.680000', '105529.140000', '105529.600000', '105530.060000', '105530.520000', '105530.980000', '105531.440000', '105531.900000', '105532.360000', '105532.820000', '105533.280000', '105533.740000', '105534.200000', '105534.660000', '105535.120000', '105535.580000', '105536.040000', '105536.500000', '105536.960000', '105537.420000', '105537.880000', '105538.340000', '105538.800000', '105539.260000', '105539.720000', '105540.180000', '105540.640000', '105541.100000', '105541.560000', '105542.020000', '105542.480000', '105542.940000', '105543.400000', '105543.860000', '105544.320000', '105544.780000', '105545.240000', '105545.700000', '105546.160000', '105546.620000', '105547.080000', '105547.540000', '105548.000000', '105548.460000', '105548.920000', '105549.380000', '105549.840000', '105550.300000', '105550.760000', '105551.220000', '105551.680000', '105552.140000', '105552.600000', '105553.060000', '105553.520000', '105553.980000', '105554.440000', '105554.900000', '105555.360000', '105555.820000', '105556.280000', '105556.740000', '105557.200000', '105557.660000', '105558.120000', '105558.580000', '105559.040000', '105559.500000', '105559.960000', '105600.420000', '105600.880000', '105601.340000', '105601.800000', '105602.260000', '105602.720000', '105603.180000', '105603.640000', '105604.100000', '105604.560000', '105605.020000', '105605.480000', '105605.940000', '105606.400000', '105606.860000', '105607.320000', '105607.780000', '105608.240000', '105608.700000', '105609.160000', '105609.620000', '105610.080000', '105610.540000', '105611.000000', '105611.460000', '105611.920000', '105612.380000', '105612.840000', '105613.300000', '105613.760000', '105614.220000', '105614.680000', '105615.140000', '105615.600000', '105616.060000', '105616.520000', '105616.980000', '105617.440000', '105617.900000', '105618.360000', '105618.820000', '105619.280000', '105619.740000', '105620.200000', '105620.660000', '105621.120000', '105621.580000', '105622.040000', '105622.500000', '105622.960000', '105623.420000', '105623.880000', '105624.340000', '105624.800000', '105625.260000', '105625.720000', '105626.180000', '105626.640000', '105627.100000', '105627.560000', '105628.020000', '105628.480000', '105628.940000', '105629.400000', '105629.860000', '105630.320000', '105630.780000', '105631.240000', '105631.700000', '105632.160000', '105632.620000', '105633.080000', '105633.540000', '105634.000000', '105634.460000', '105634.920000', '105635.380000', '105635.840000', '105636.300000', '105636.760000', '105637.220000', '105637.680000', '105638.140000', '105638.600000', '105639.060000', '105639.520000', '105639.980000', '105640.440000', '105640.900000', '105641.360000', '105641.820000', '105642.280000', '105642.740000', '105643.200000', '105643.660000', '105644.120000', '105644.580000', '105645.040000', '105645.500000', '105645.960000', '105646.420000', '105646.880000', '105647.340000', '105647.800000', '105648.260000', '105648.720000', '105649.180000', '105649.640000', '105650.100000', '105650.560000', '105651.020000', '105651.480000', '105651.940000', '105652.400000', '105652.860000', '105653.320000', '105653.780000', '105654.240000', '105654.700000', '105655.160000', '105655.620000', '105656.080000', '105656.540000', '105657.000000', '105657.460000', '105657.920000', '105658.380000', '105658.840000', '105659.300000', '105659.760000', '105700.220000', '105700.680000', '105701.140000', '105701.600000', '105702.060000', '105702.520000', '105702.980000', '105703.440000', '105703.900000', '105704.360000', '105704.820000', '105705.280000', '105705.740000', '105706.200000', '105706.660000', '105707.120000', '105707.580000', '105708.040000', '105708.500000', '105708.960000', '105709.420000', '105709.880000', '105710.340000', '105710.800000', '105711.260000', '105711.720000', '105712.180000', '105712.640000', '105713.100000', '105713.560000', '105714.020000', '105714.480000', '105714.940000', '105715.400000', '105715.860000', '105716.320000', '105716.780000', '105717.240000', '105717.700000', '105718.160000', '105718.620000', '105719.080000', '105719.540000', '105720.000000', '105720.460000', '105720.920000', '105721.380000', '105721.840000', '105722.300000', '105722.760000', '105723.220000', '105723.680000', '105724.140000', '105724.600000', '105725.060000', '105725.520000', '105725.980000', '105726.440000', '105726.900000', '105727.360000', '105727.820000', '105728.280000', '105728.740000', '105729.200000', '105729.660000', '105730.120000', '105730.580000', '105731.040000', '105731.500000', '105731.960000', '105732.420000', '105732.880000', '105733.340000', '105733.800000', '105734.260000', '105734.720000', '105735.180000', '105735.640000', '105736.100000', '105736.560000', '105737.020000', '105737.480000', '105737.940000', '105738.400000', '105738.860000', '105739.320000', '105739.780000', '105740.240000', '105740.700000', '105741.160000', '105741.620000', '105742.080000', '105742.540000', '105743.000000', '105743.460000', '105743.920000', '105744.380000', '105744.840000', '105745.300000', '105745.760000', '105746.220000', '105746.680000', '105747.140000', '105747.600000', '105748.060000', '105748.520000', '105748.980000', '105749.440000', '105749.900000', '105750.360000', '105750.820000', '105751.280000', '105751.740000', '105752.200000', '105752.660000', '105753.120000', '105753.580000', '105754.040000', '105754.500000', '105754.960000', '105755.420000', '105755.880000', '105756.340000', '105756.800000', '105757.260000', '105757.720000', '105758.180000', '105758.640000', '105759.100000', '105759.560000', '105800.020000', '105800.480000', '105800.940000', '105801.400000', '105801.860000', '105802.320000', '105802.780000', '105803.240000', '105803.700000', '105804.160000', '105804.620000', '105805.080000', '105805.540000', '105806.000000', '105806.460000', '105806.920000', '105807.380000', '105807.840000', '105808.300000', '105808.760000', '105809.220000', '105809.680000', '105810.140000', '105810.600000', '105811.060000', '105811.520000', '105811.980000', '105812.440000', '105812.900000', '105813.360000', '105813.820000', '105814.280000', '105814.740000', '105815.200000', '105815.660000', '105816.120000', '105816.580000', '105817.040000', '105817.500000', '105817.960000', '105818.420000', '105818.880000', '105819.340000', '105819.800000', '105820.260000', '105820.720000', '105821.180000', '105821.640000', '105822.100000', '105822.560000', '105823.020000', '105823.480000', '105823.940000', '105824.400000', '105824.860000', '105825.320000', '105825.780000', '105826.240000', '105826.700000', '105827.160000', '105827.620000', '105828.080000', '105828.540000', '105829.000000', '105829.460000', '105829.920000', '105830.380000', '105830.840000', '105831.300000', '105831.760000', '105832.220000', '105832.680000', '105833.140000', '105833.600000', '105834.060000', '105834.520000', '105834.980000', '105835.440000', '105835.900000', '105836.360000', '105836.820000', '105837.280000', '105837.740000', '105838.200000', '105838.660000', '105839.120000', '105839.580000', '105840.040000', '105840.500000', '105840.960000', '105841.420000', '105841.880000', '105842.340000', '105842.800000', '105843.260000', '105843.720000', '105844.180000', '105844.640000', '105845.100000', '105845.560000', '105846.020000', '105846.480000', '105846.940000', '105847.400000', '105847.860000', '105848.320000', '105848.780000', '105849.240000', '105849.700000', '105850.160000', '105850.620000', '105851.080000', '105851.540000', '105852.000000', '105852.460000', '105852.920000', '105853.380000'], 'ContentTime': ['105222.141000', '105222.145000', '105222.148000', '105222.150000', '105222.153000', '105222.156000', '105222.159000', '105222.162000', '105222.165000', '105222.168000', '105222.171000', '105222.174000', '105222.177000', '105222.205000', '105222.208000', '105222.211000', '105222.214000', '105222.217000', '105222.224000', '105222.227000', '105222.230000', '105222.232000', '105222.235000', '105222.238000', '105222.241000', '105222.244000', '105222.247000', '105222.250000', '105222.253000', '105222.255000', '105222.258000', '105222.261000', '105222.264000', '105222.267000', '105222.270000', '105222.272000', '105222.275000', '105222.278000', '105222.281000', '105222.284000', '105222.287000', '105222.289000', '105222.292000', '105222.295000', '105222.298000', '105222.301000', '105222.310000', '105222.312000', '105222.315000', '105222.318000', '105222.321000', '105222.324000', '105222.327000', '105222.330000', '105222.332000', '105222.335000', '105222.338000', '105222.341000', '105222.344000', '105222.347000', '105242.089000', '105242.092000', '105242.095000', '105242.098000', '105242.100000', '105242.103000', '105242.106000', '105242.109000', '105242.112000', '105242.115000', '105242.118000', '105242.121000', '105242.124000', '105242.127000', '105242.132000', '105242.135000', '105242.138000', '105242.141000', '105242.144000', '105242.147000', '105242.149000', '105242.152000', '105242.155000', '105242.158000', '105242.195000', '105242.198000', '105242.201000', '105242.203000', '105242.206000', '105242.209000', '105242.212000', '105242.215000', '105242.218000', '105242.220000', '105242.223000', '105242.226000', '105242.229000', '105242.232000', '105242.235000', '105242.238000', '105242.241000', '105242.243000', '105242.246000', '105242.249000', '105302.089000', '105302.092000', '105302.095000', '105302.098000', '105302.101000', '105302.104000', '105302.107000', '105302.110000', '105302.113000', '105302.116000', '105302.119000', '105302.121000', '105302.124000', '105302.127000', '105302.130000', '105302.133000', '105302.136000', '105302.139000', '105302.141000', '105302.144000', '105302.147000', '105302.150000', '105302.153000', '105302.156000', '105302.159000', '105302.242000', '105302.244000', '105302.247000', '105302.250000', '105302.256000', '105302.259000', '105302.262000', '105302.264000', '105302.268000', '105302.270000', '105302.273000', '105302.276000', '105302.279000', '105302.282000', '105302.285000', '105302.288000', '105302.291000', '105302.294000', '105322.088000', '105322.091000', '105322.094000', '105322.097000', '105322.100000', '105322.103000', '105322.106000', '105322.108000', '105322.111000', '105322.114000', '105322.117000', '105322.120000', '105322.123000', '105322.126000', '105322.129000', '105322.132000', '105322.135000', '105322.138000', '105322.141000', '105322.144000', '105322.147000', '105322.149000', '105322.152000', '105322.155000', '105322.158000', '105322.161000', '105322.164000', '105322.167000', '105322.170000', '105322.173000', '105322.176000', '105322.179000', '105322.188000', '105322.191000', '105322.194000', '105322.197000', '105322.200000', '105322.203000', '105322.206000', '105322.209000', '105322.212000', '105322.214000', '105322.217000', '105322.220000', '105342.089000', '105342.092000', '105342.095000', '105342.098000', '105342.101000', '105342.104000', '105342.107000', '105342.110000', '105342.113000', '105342.116000', '105342.119000', '105342.122000', '105342.124000', '105342.127000', '105342.131000', '105342.133000', '105342.136000', '105342.139000', '105342.142000', '105342.145000', '105342.148000', '105342.152000', '105342.155000', '105342.157000', '105342.239000', '105342.242000', '105342.245000', '105342.248000', '105342.250000', '105342.253000', '105342.256000', '105342.259000', '105342.262000', '105342.265000', '105342.268000', '105342.271000', '105342.274000', '105342.276000', '105342.279000', '105342.282000', '105342.285000', '105342.288000', '105342.291000', '105402.089000', '105402.092000', '105402.095000', '105402.098000', '105402.101000', '105402.104000', '105402.119000', '105402.122000', '105402.125000', '105402.128000', '105402.131000', '105402.134000', '105402.137000', '105402.140000', '105402.143000', '105402.146000', '105402.149000', '105402.152000', '105402.155000', '105402.158000', '105402.327000', '105402.330000', '105402.333000', '105402.336000', '105402.339000', '105402.342000', '105402.344000', '105402.347000', '105402.350000', '105402.353000', '105402.356000', '105402.359000', '105402.362000', '105402.365000', '105402.368000', '105402.371000', '105402.374000', '105402.377000', '105402.380000', '105402.393000', '105402.396000', '105402.399000', '105402.402000', '105402.405000', '105422.089000', '105422.092000', '105422.095000', '105422.098000', '105422.101000', '105422.104000', '105422.107000', '105422.110000', '105422.113000', '105422.116000', '105422.119000', '105422.121000', '105422.124000', '105422.127000', '105422.130000', '105422.133000', '105422.136000', '105422.139000', '105422.142000', '105422.145000', '105422.148000', '105422.151000', '105422.154000', '105422.158000', '105422.204000', '105422.207000', '105422.210000', '105422.213000', '105422.216000', '105422.218000', '105422.221000', '105422.224000', '105422.227000', '105422.230000', '105422.233000', '105422.236000', '105422.239000', '105422.242000', '105422.245000', '105422.248000', '105422.251000', '105422.254000', '105422.257000', '105442.089000', '105442.092000', '105442.095000', '105442.098000', '105442.101000', '105442.104000', '105442.107000', '105442.109000', '105442.112000', '105442.115000', '105442.118000', '105442.121000', '105442.124000', '105442.127000', '105442.130000', '105442.133000', '105442.135000', '105442.138000', '105442.141000', '105442.144000', '105442.147000', '105442.150000', '105442.153000', '105442.156000', '105442.159000', '105442.162000', '105442.165000', '105442.168000', '105442.171000', '105442.174000', '105442.177000', '105442.180000', '105442.183000', '105442.186000', '105442.189000', '105442.192000', '105442.194000', '105442.197000', '105442.200000', '105442.203000', '105442.206000', '105442.209000', '105442.212000', '105442.215000', '105502.089000', '105502.092000', '105502.095000', '105502.098000', '105502.101000', '105502.104000', '105502.107000', '105502.110000', '105502.114000', '105502.116000', '105502.119000', '105502.122000', '105502.125000', '105502.128000', '105502.131000', '105502.134000', '105502.137000', '105502.140000', '105502.143000', '105502.146000', '105502.149000', '105502.151000', '105502.154000', '105502.157000', '105502.203000', '105502.206000', '105502.209000', '105502.211000', '105502.214000', '105502.219000', '105502.224000', '105502.227000', '105502.230000', '105502.233000', '105502.236000', '105502.238000', '105502.241000', '105502.244000', '105502.247000', '105502.250000', '105502.253000', '105502.256000', '105502.258000', '105522.089000', '105522.092000', '105522.095000', '105522.098000', '105522.101000', '105522.104000', '105522.107000', '105522.109000', '105522.112000', '105522.115000', '105522.118000', '105522.121000', '105522.124000', '105522.127000', '105522.130000', '105522.133000', '105522.136000', '105522.138000', '105522.141000', '105522.144000', '105522.147000', '105522.150000', '105522.153000', '105522.156000', '105522.178000', '105522.181000', '105522.187000', '105522.190000', '105522.192000', '105522.195000', '105522.198000', '105522.219000', '105522.221000', '105522.224000', '105522.227000', '105522.230000', '105522.233000', '105522.236000', '105522.239000', '105522.242000', '105522.244000', '105522.247000', '105522.250000', '105522.253000', '105542.088000', '105542.091000', '105542.094000', '105542.097000', '105542.100000', '105542.103000', '105542.106000', '105542.109000', '105542.111000', '105542.114000', '105542.117000', '105542.120000', '105542.123000', '105542.126000', '105542.129000', '105542.132000', '105542.135000', '105542.138000', '105542.141000', '105542.143000', '105542.146000', '105542.149000', '105542.152000', '105542.155000', '105542.158000', '105542.161000', '105542.164000', '105542.167000', '105542.169000', '105542.172000', '105542.175000', '105542.178000', '105542.181000', '105542.184000', '105542.187000', '105542.190000', '105542.193000', '105542.195000', '105542.198000', '105542.201000', '105542.204000', '105542.207000', '105542.211000', '105602.089000', '105602.092000', '105602.095000', '105602.098000', '105602.101000', '105602.104000', '105602.106000', '105602.109000', '105602.112000', '105602.115000', '105602.118000', '105602.121000', '105602.124000', '105602.127000', '105602.130000', '105602.132000', '105602.135000', '105602.138000', '105602.141000', '105602.144000', '105602.147000', '105602.150000', '105602.153000', '105602.156000', '105602.209000', '105602.212000', '105602.214000', '105602.217000', '105602.220000', '105602.223000', '105602.226000', '105602.229000', '105602.232000', '105602.235000', '105602.237000', '105602.240000', '105602.243000', '105602.246000', '105602.249000', '105602.252000', '105602.255000', '105602.257000', '105602.260000', '105602.263000', '105622.089000', '105622.092000', '105622.095000', '105622.098000', '105622.101000', '105622.104000', '105622.107000', '105622.110000', '105622.113000', '105622.116000', '105622.119000', '105622.122000', '105622.124000', '105622.127000', '105622.130000', '105622.133000', '105622.136000', '105622.139000', '105622.142000', '105622.145000', '105622.148000', '105622.152000', '105622.155000', '105622.158000', '105622.197000', '105622.199000', '105622.202000', '105622.207000', '105622.211000', '105622.214000', '105622.217000', '105622.220000', '105622.223000', '105622.226000', '105622.228000', '105622.231000', '105622.234000', '105622.237000', '105622.240000', '105622.243000', '105622.246000', '105622.248000', '105622.251000', '105642.089000', '105642.092000', '105642.095000', '105642.098000', '105642.101000', '105642.104000', '105642.107000', '105642.109000', '105642.112000', '105642.115000', '105642.118000', '105642.121000', '105642.124000', '105642.127000', '105642.130000', '105642.133000', '105642.136000', '105642.139000', '105642.141000', '105642.144000', '105642.147000', '105642.150000', '105642.153000', '105642.156000', '105642.202000', '105642.205000', '105642.208000', '105642.211000', '105642.214000', '105642.217000', '105642.220000', '105642.223000', '105642.225000', '105642.228000', '105642.231000', '105642.234000', '105642.237000', '105642.240000', '105642.243000', '105642.246000', '105642.249000', '105642.252000', '105642.255000', '105642.258000', '105702.089000', '105702.092000', '105702.095000', '105702.098000', '105702.101000', '105702.104000', '105702.107000', '105702.109000', '105702.112000', '105702.115000', '105702.118000', '105702.121000', '105702.130000', '105702.133000', '105702.136000', '105702.139000', '105702.142000', '105702.145000', '105702.148000', '105702.151000', '105702.154000', '105702.157000', '105702.180000', '105702.182000', '105702.185000', '105702.188000', '105702.191000', '105702.194000', '105702.197000', '105702.200000', '105702.203000', '105702.206000', '105702.209000', '105702.212000', '105702.215000', '105702.218000', '105702.221000', '105702.224000', '105702.227000', '105702.230000', '105702.232000', '105702.236000', '105702.239000', '105722.089000', '105722.092000', '105722.095000', '105722.098000', '105722.101000', '105722.104000', '105722.107000', '105722.109000', '105722.112000', '105722.115000', '105722.118000', '105722.121000', '105722.124000', '105722.127000', '105722.130000', '105722.133000', '105722.135000', '105722.138000', '105722.141000', '105722.144000', '105722.147000', '105722.150000', '105722.153000', '105722.156000', '105722.159000', '105722.162000', '105722.165000', '105722.168000', '105722.170000', '105722.173000', '105722.176000', '105722.179000', '105722.182000', '105722.185000', '105722.188000', '105722.191000', '105722.194000', '105722.197000', '105722.200000', '105722.203000', '105722.206000', '105722.209000', '105722.212000', '105722.215000', '105742.089000', '105742.092000', '105742.095000', '105742.098000', '105742.101000', '105742.104000', '105742.107000', '105742.110000', '105742.113000', '105742.116000', '105742.118000', '105742.121000', '105742.124000', '105742.127000', '105742.130000', '105742.133000', '105742.136000', '105742.139000', '105742.142000', '105742.144000', '105742.147000', '105742.150000', '105742.153000', '105742.156000', '105742.198000', '105742.201000', '105742.204000', '105742.207000', '105742.210000', '105742.213000', '105742.216000', '105742.219000', '105742.222000', '105742.225000', '105742.227000', '105742.230000', '105742.233000', '105742.236000', '105742.239000', '105742.242000', '105742.245000', '105742.248000', '105742.251000', '105802.088000', '105802.091000', '105802.094000', '105802.097000', '105802.100000', '105802.103000', '105802.106000', '105802.109000', '105802.112000', '105802.115000', '105802.118000', '105802.120000', '105802.123000', '105802.126000', '105802.129000', '105802.132000', '105802.135000', '105802.138000', '105802.141000', '105802.144000', '105802.147000', '105802.150000', '105802.153000', '105802.156000', '105802.179000', '105802.182000', '105802.185000', '105802.188000', '105802.191000', '105802.194000', '105802.197000', '105802.199000', '105802.202000', '105802.205000', '105802.208000', '105802.211000', '105802.214000', '105802.217000', '105802.220000', '105802.223000', '105802.226000', '105802.229000', '105802.232000', '105802.234000', '105822.089000', '105822.092000', '105822.095000', '105822.098000', '105822.101000', '105822.104000', '105822.107000', '105822.110000', '105822.113000', '105822.116000', '105822.119000', '105822.122000', '105822.125000', '105822.127000', '105822.130000', '105822.133000', '105822.136000', '105822.139000', '105822.142000', '105822.145000', '105822.148000', '105822.151000', '105822.171000', '105822.193000', '105822.196000', '105822.199000', '105822.202000', '105822.205000', '105822.208000', '105822.211000', '105822.213000', '105822.216000', '105822.219000', '105822.222000', '105822.225000', '105822.228000', '105822.231000', '105822.234000', '105822.237000', '105822.240000', '105822.243000', '105822.246000', '105822.249000', '105842.089000', '105842.092000', '105842.096000', '105842.101000', '105842.105000', '105842.108000', '105842.111000', '105842.114000', '105842.133000', '105842.136000', '105842.139000', '105842.141000', '105842.144000', '105842.147000', '105842.150000', '105842.153000', '105842.156000', '105842.159000', '105842.162000', '105842.165000', '105842.168000', '105842.171000', '105842.174000', '105842.177000', '105842.180000', '105842.183000', '105842.186000', '105842.188000', '105842.191000', '105842.194000', '105842.197000', '105842.200000', '105842.203000', '105842.206000', '105842.209000', '105842.212000', '105842.215000', '105842.218000', '105842.220000', '105842.223000', '105842.226000', '105842.229000', '105842.232000', '105854.534000', '105854.537000', '105854.540000', '105854.551000', '105854.554000', '105854.557000', '105854.560000', '105854.563000', '105854.566000', '105854.569000', '105854.572000', '105854.575000', '105854.578000', '105854.581000', '105854.584000', '105854.587000', '105854.590000', '105854.592000', '105854.595000', '105854.598000', '105854.601000', '105854.604000', '105854.607000', '105854.610000', '105854.613000', '105854.616000', '105854.619000', '105854.622000'], 'InstanceCreationTime': ['105222.141000', '105222.145000', '105222.148000', '105222.150000', '105222.153000', '105222.156000', '105222.159000', '105222.162000', '105222.165000', '105222.168000', '105222.171000', '105222.174000', '105222.177000', '105222.205000', '105222.208000', '105222.211000', '105222.214000', '105222.217000', '105222.224000', '105222.227000', '105222.230000', '105222.232000', '105222.235000', '105222.238000', '105222.241000', '105222.244000', '105222.247000', '105222.250000', '105222.253000', '105222.255000', '105222.258000', '105222.261000', '105222.264000', '105222.267000', '105222.270000', '105222.272000', '105222.275000', '105222.278000', '105222.281000', '105222.284000', '105222.287000', '105222.289000', '105222.292000', '105222.295000', '105222.298000', '105222.301000', '105222.310000', '105222.312000', '105222.315000', '105222.318000', '105222.321000', '105222.324000', '105222.327000', '105222.330000', '105222.332000', '105222.335000', '105222.338000', '105222.341000', '105222.344000', '105222.347000', '105242.089000', '105242.092000', '105242.095000', '105242.098000', '105242.100000', '105242.103000', '105242.106000', '105242.109000', '105242.112000', '105242.115000', '105242.118000', '105242.121000', '105242.124000', '105242.127000', '105242.132000', '105242.135000', '105242.138000', '105242.141000', '105242.144000', '105242.147000', '105242.149000', '105242.152000', '105242.155000', '105242.158000', '105242.195000', '105242.198000', '105242.201000', '105242.203000', '105242.206000', '105242.209000', '105242.212000', '105242.215000', '105242.218000', '105242.220000', '105242.223000', '105242.226000', '105242.229000', '105242.232000', '105242.235000', '105242.238000', '105242.241000', '105242.243000', '105242.246000', '105242.249000', '105302.089000', '105302.092000', '105302.095000', '105302.098000', '105302.101000', '105302.104000', '105302.107000', '105302.110000', '105302.113000', '105302.116000', '105302.119000', '105302.121000', '105302.124000', '105302.127000', '105302.130000', '105302.133000', '105302.136000', '105302.139000', '105302.141000', '105302.144000', '105302.147000', '105302.150000', '105302.153000', '105302.156000', '105302.159000', '105302.242000', '105302.244000', '105302.247000', '105302.250000', '105302.256000', '105302.259000', '105302.262000', '105302.264000', '105302.268000', '105302.270000', '105302.273000', '105302.276000', '105302.279000', '105302.282000', '105302.285000', '105302.288000', '105302.291000', '105302.294000', '105322.088000', '105322.091000', '105322.094000', '105322.097000', '105322.100000', '105322.103000', '105322.106000', '105322.108000', '105322.111000', '105322.114000', '105322.117000', '105322.120000', '105322.123000', '105322.126000', '105322.129000', '105322.132000', '105322.135000', '105322.138000', '105322.141000', '105322.144000', '105322.147000', '105322.149000', '105322.152000', '105322.155000', '105322.158000', '105322.161000', '105322.164000', '105322.167000', '105322.170000', '105322.173000', '105322.176000', '105322.179000', '105322.188000', '105322.191000', '105322.194000', '105322.197000', '105322.200000', '105322.203000', '105322.206000', '105322.209000', '105322.212000', '105322.214000', '105322.217000', '105322.220000', '105342.089000', '105342.092000', '105342.095000', '105342.098000', '105342.101000', '105342.104000', '105342.107000', '105342.110000', '105342.113000', '105342.116000', '105342.119000', '105342.122000', '105342.124000', '105342.127000', '105342.131000', '105342.133000', '105342.136000', '105342.139000', '105342.142000', '105342.145000', '105342.148000', '105342.152000', '105342.155000', '105342.157000', '105342.239000', '105342.242000', '105342.245000', '105342.248000', '105342.250000', '105342.253000', '105342.256000', '105342.259000', '105342.262000', '105342.265000', '105342.268000', '105342.271000', '105342.274000', '105342.276000', '105342.279000', '105342.282000', '105342.285000', '105342.288000', '105342.291000', '105402.089000', '105402.092000', '105402.095000', '105402.098000', '105402.101000', '105402.104000', '105402.119000', '105402.122000', '105402.125000', '105402.128000', '105402.131000', '105402.134000', '105402.137000', '105402.140000', '105402.143000', '105402.146000', '105402.149000', '105402.152000', '105402.155000', '105402.158000', '105402.327000', '105402.330000', '105402.333000', '105402.336000', '105402.339000', '105402.342000', '105402.344000', '105402.347000', '105402.350000', '105402.353000', '105402.356000', '105402.359000', '105402.362000', '105402.365000', '105402.368000', '105402.371000', '105402.374000', '105402.377000', '105402.380000', '105402.393000', '105402.396000', '105402.399000', '105402.402000', '105402.405000', '105422.089000', '105422.092000', '105422.095000', '105422.098000', '105422.101000', '105422.104000', '105422.107000', '105422.110000', '105422.113000', '105422.116000', '105422.119000', '105422.121000', '105422.124000', '105422.127000', '105422.130000', '105422.133000', '105422.136000', '105422.139000', '105422.142000', '105422.145000', '105422.148000', '105422.151000', '105422.154000', '105422.158000', '105422.204000', '105422.207000', '105422.210000', '105422.213000', '105422.216000', '105422.218000', '105422.221000', '105422.224000', '105422.227000', '105422.230000', '105422.233000', '105422.236000', '105422.239000', '105422.242000', '105422.245000', '105422.248000', '105422.251000', '105422.254000', '105422.257000', '105442.089000', '105442.092000', '105442.095000', '105442.098000', '105442.101000', '105442.104000', '105442.107000', '105442.109000', '105442.112000', '105442.115000', '105442.118000', '105442.121000', '105442.124000', '105442.127000', '105442.130000', '105442.133000', '105442.135000', '105442.138000', '105442.141000', '105442.144000', '105442.147000', '105442.150000', '105442.153000', '105442.156000', '105442.159000', '105442.162000', '105442.165000', '105442.168000', '105442.171000', '105442.174000', '105442.177000', '105442.180000', '105442.183000', '105442.186000', '105442.189000', '105442.192000', '105442.194000', '105442.197000', '105442.200000', '105442.203000', '105442.206000', '105442.209000', '105442.212000', '105442.215000', '105502.089000', '105502.092000', '105502.095000', '105502.098000', '105502.101000', '105502.104000', '105502.107000', '105502.110000', '105502.114000', '105502.116000', '105502.119000', '105502.122000', '105502.125000', '105502.128000', '105502.131000', '105502.134000', '105502.137000', '105502.140000', '105502.143000', '105502.146000', '105502.149000', '105502.151000', '105502.154000', '105502.157000', '105502.203000', '105502.206000', '105502.209000', '105502.211000', '105502.214000', '105502.219000', '105502.224000', '105502.227000', '105502.230000', '105502.233000', '105502.236000', '105502.238000', '105502.241000', '105502.244000', '105502.247000', '105502.250000', '105502.253000', '105502.256000', '105502.258000', '105522.089000', '105522.092000', '105522.095000', '105522.098000', '105522.101000', '105522.104000', '105522.107000', '105522.109000', '105522.112000', '105522.115000', '105522.118000', '105522.121000', '105522.124000', '105522.127000', '105522.130000', '105522.133000', '105522.136000', '105522.138000', '105522.141000', '105522.144000', '105522.147000', '105522.150000', '105522.153000', '105522.156000', '105522.178000', '105522.181000', '105522.187000', '105522.190000', '105522.192000', '105522.195000', '105522.198000', '105522.219000', '105522.221000', '105522.224000', '105522.227000', '105522.230000', '105522.233000', '105522.236000', '105522.239000', '105522.242000', '105522.244000', '105522.247000', '105522.250000', '105522.253000', '105542.088000', '105542.091000', '105542.094000', '105542.097000', '105542.100000', '105542.103000', '105542.106000', '105542.109000', '105542.111000', '105542.114000', '105542.117000', '105542.120000', '105542.123000', '105542.126000', '105542.129000', '105542.132000', '105542.135000', '105542.138000', '105542.141000', '105542.143000', '105542.146000', '105542.149000', '105542.152000', '105542.155000', '105542.158000', '105542.161000', '105542.164000', '105542.167000', '105542.169000', '105542.172000', '105542.175000', '105542.178000', '105542.181000', '105542.184000', '105542.187000', '105542.190000', '105542.193000', '105542.195000', '105542.198000', '105542.201000', '105542.204000', '105542.207000', '105542.211000', '105602.089000', '105602.092000', '105602.095000', '105602.098000', '105602.101000', '105602.104000', '105602.106000', '105602.109000', '105602.112000', '105602.115000', '105602.118000', '105602.121000', '105602.124000', '105602.127000', '105602.130000', '105602.132000', '105602.135000', '105602.138000', '105602.141000', '105602.144000', '105602.147000', '105602.150000', '105602.153000', '105602.156000', '105602.209000', '105602.212000', '105602.214000', '105602.217000', '105602.220000', '105602.223000', '105602.226000', '105602.229000', '105602.232000', '105602.235000', '105602.237000', '105602.240000', '105602.243000', '105602.246000', '105602.249000', '105602.252000', '105602.255000', '105602.257000', '105602.260000', '105602.263000', '105622.089000', '105622.092000', '105622.095000', '105622.098000', '105622.101000', '105622.104000', '105622.107000', '105622.110000', '105622.113000', '105622.116000', '105622.119000', '105622.122000', '105622.124000', '105622.127000', '105622.130000', '105622.133000', '105622.136000', '105622.139000', '105622.142000', '105622.145000', '105622.148000', '105622.152000', '105622.155000', '105622.158000', '105622.197000', '105622.199000', '105622.202000', '105622.207000', '105622.211000', '105622.214000', '105622.217000', '105622.220000', '105622.223000', '105622.226000', '105622.228000', '105622.231000', '105622.234000', '105622.237000', '105622.240000', '105622.243000', '105622.246000', '105622.248000', '105622.251000', '105642.089000', '105642.092000', '105642.095000', '105642.098000', '105642.101000', '105642.104000', '105642.107000', '105642.109000', '105642.112000', '105642.115000', '105642.118000', '105642.121000', '105642.124000', '105642.127000', '105642.130000', '105642.133000', '105642.136000', '105642.139000', '105642.141000', '105642.144000', '105642.147000', '105642.150000', '105642.153000', '105642.156000', '105642.202000', '105642.205000', '105642.208000', '105642.211000', '105642.214000', '105642.217000', '105642.220000', '105642.223000', '105642.225000', '105642.228000', '105642.231000', '105642.234000', '105642.237000', '105642.240000', '105642.243000', '105642.246000', '105642.249000', '105642.252000', '105642.255000', '105642.258000', '105702.089000', '105702.092000', '105702.095000', '105702.098000', '105702.101000', '105702.104000', '105702.107000', '105702.109000', '105702.112000', '105702.115000', '105702.118000', '105702.121000', '105702.130000', '105702.133000', '105702.136000', '105702.139000', '105702.142000', '105702.145000', '105702.148000', '105702.151000', '105702.154000', '105702.157000', '105702.180000', '105702.182000', '105702.185000', '105702.188000', '105702.191000', '105702.194000', '105702.197000', '105702.200000', '105702.203000', '105702.206000', '105702.209000', '105702.212000', '105702.215000', '105702.218000', '105702.221000', '105702.224000', '105702.227000', '105702.230000', '105702.232000', '105702.236000', '105702.239000', '105722.089000', '105722.092000', '105722.095000', '105722.098000', '105722.101000', '105722.104000', '105722.107000', '105722.109000', '105722.112000', '105722.115000', '105722.118000', '105722.121000', '105722.124000', '105722.127000', '105722.130000', '105722.133000', '105722.135000', '105722.138000', '105722.141000', '105722.144000', '105722.147000', '105722.150000', '105722.153000', '105722.156000', '105722.159000', '105722.162000', '105722.165000', '105722.168000', '105722.170000', '105722.173000', '105722.176000', '105722.179000', '105722.182000', '105722.185000', '105722.188000', '105722.191000', '105722.194000', '105722.197000', '105722.200000', '105722.203000', '105722.206000', '105722.209000', '105722.212000', '105722.215000', '105742.089000', '105742.092000', '105742.095000', '105742.098000', '105742.101000', '105742.104000', '105742.107000', '105742.110000', '105742.113000', '105742.116000', '105742.118000', '105742.121000', '105742.124000', '105742.127000', '105742.130000', '105742.133000', '105742.136000', '105742.139000', '105742.142000', '105742.144000', '105742.147000', '105742.150000', '105742.153000', '105742.156000', '105742.198000', '105742.201000', '105742.204000', '105742.207000', '105742.210000', '105742.213000', '105742.216000', '105742.219000', '105742.222000', '105742.225000', '105742.227000', '105742.230000', '105742.233000', '105742.236000', '105742.239000', '105742.242000', '105742.245000', '105742.248000', '105742.251000', '105802.088000', '105802.091000', '105802.094000', '105802.097000', '105802.100000', '105802.103000', '105802.106000', '105802.109000', '105802.112000', '105802.115000', '105802.118000', '105802.120000', '105802.123000', '105802.126000', '105802.129000', '105802.132000', '105802.135000', '105802.138000', '105802.141000', '105802.144000', '105802.147000', '105802.150000', '105802.153000', '105802.156000', '105802.179000', '105802.182000', '105802.185000', '105802.188000', '105802.191000', '105802.194000', '105802.197000', '105802.199000', '105802.202000', '105802.205000', '105802.208000', '105802.211000', '105802.214000', '105802.217000', '105802.220000', '105802.223000', '105802.226000', '105802.229000', '105802.232000', '105802.234000', '105822.089000', '105822.092000', '105822.095000', '105822.098000', '105822.101000', '105822.104000', '105822.107000', '105822.110000', '105822.113000', '105822.116000', '105822.119000', '105822.122000', '105822.125000', '105822.127000', '105822.130000', '105822.133000', '105822.136000', '105822.139000', '105822.142000', '105822.145000', '105822.148000', '105822.151000', '105822.171000', '105822.193000', '105822.196000', '105822.199000', '105822.202000', '105822.205000', '105822.208000', '105822.211000', '105822.213000', '105822.216000', '105822.219000', '105822.222000', '105822.225000', '105822.228000', '105822.231000', '105822.234000', '105822.237000', '105822.240000', '105822.243000', '105822.246000', '105822.249000', '105842.089000', '105842.092000', '105842.096000', '105842.101000', '105842.105000', '105842.108000', '105842.111000', '105842.114000', '105842.133000', '105842.136000', '105842.139000', '105842.141000', '105842.144000', '105842.147000', '105842.150000', '105842.153000', '105842.156000', '105842.159000', '105842.162000', '105842.165000', '105842.168000', '105842.171000', '105842.174000', '105842.177000', '105842.180000', '105842.183000', '105842.186000', '105842.188000', '105842.191000', '105842.194000', '105842.197000', '105842.200000', '105842.203000', '105842.206000', '105842.209000', '105842.212000', '105842.215000', '105842.218000', '105842.220000', '105842.223000', '105842.226000', '105842.229000', '105842.232000', '105854.534000', '105854.537000', '105854.540000', '105854.551000', '105854.554000', '105854.557000', '105854.560000', '105854.563000', '105854.566000', '105854.569000', '105854.572000', '105854.575000', '105854.578000', '105854.581000', '105854.584000', '105854.587000', '105854.590000', '105854.592000', '105854.595000', '105854.598000', '105854.601000', '105854.604000', '105854.607000', '105854.610000', '105854.613000', '105854.616000', '105854.619000', '105854.622000'], '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': [9072, 9278, 8804, 9125, 8738, 9500, 9140, 8645, 8760, 8872, 8518, 10254, 8513, 9435, 8519, 8788, 8142, 8496, 8188, 9065, 8534, 8392, 8229, 8600, 8187, 8616, 8336, 8682, 8784, 8635, 10963, 8691, 12012, 10329, 10824, 9036, 10476, 8605, 10709, 9203, 10652, 8838, 10672, 8815, 11430, 8239, 10156, 8584, 9743, 8397, 9594, 8632, 9697, 8268, 8456, 8277, 9151, 8650, 11573, 8898, 10275, 8597, 9978, 8620, 10243, 8651, 10471, 8533, 11002, 8474, 8711, 8437, 8933, 9137, 9260, 11869, 8832, 8527, 8808, 10223, 8804, 12138, 8857, 11098, 9168, 10760, 9011, 10404, 8493, 10439, 8236, 8911, 8356, 9114, 8634, 8834, 11017, 9109, 8685, 8369, 8494, 8861, 10957, 8971, 11849, 9174, 8850, 8725, 9817, 8976, 11319, 8968, 11668, 10105, 9321, 8845, 8744, 8976, 10313, 8926, 10988, 8872, 10962, 8857, 11538, 9561, 9969, 8692, 8693, 8978, 8575, 10665, 9213, 11994, 9107, 12626, 8756, 9539, 8909, 8794, 8957, 8711, 9082, 8482, 10499, 8799, 9952, 8620, 11117, 8786, 11778, 8740, 8411, 9001, 8811, 10180, 8544, 12175, 10665, 11831, 10778, 8549, 8822, 8387, 9266, 8661, 12372, 8753, 9933, 8590, 9034, 8796, 8608, 10924, 8867, 12767, 8973, 10375, 9051, 10870, 8786, 10584, 8966, 10470, 8941, 8653, 8884, 8781, 10190, 8824, 11661, 8836, 12418, 8609, 10691, 9006, 11523, 8907, 11627, 8974, 10602, 8928, 10510, 9085, 10452, 8753, 9826, 8386, 8863, 8116, 8413, 8067, 8885, 8285, 8886, 10894, 9294, 10547, 9124, 11280, 9039, 11355, 8903, 10385, 8817, 10052, 8756, 10491, 8689, 11149, 8761, 9902, 8445, 10838, 8324, 9211, 8268, 8575, 8500, 8801, 12409, 9312, 12008, 8874, 11130, 8783, 11538, 8490, 9038, 8311, 8806, 8309, 9078, 8548, 8996, 8193, 8275, 8242, 8850, 8367, 11595, 8567, 12297, 8553, 10161, 8116, 9246, 12216, 11684, 12067, 8701, 12478, 8602, 11330, 8420, 11939, 8759, 8903, 8332, 8725, 8068, 8915, 9247, 8579, 8347, 9079, 8672, 8745, 11178, 8888, 8791, 9062, 11850, 9165, 12487, 10370, 8617, 8805, 8597, 8828, 8464, 8906, 8870, 10819, 8619, 10666, 8732, 11377, 8968, 12351, 10402, 10258, 8718, 8863, 8824, 9592, 8817, 12849, 8836, 9640, 8813, 9972, 9352, 11747, 8876, 12815, 9365, 12242, 8897, 9734, 9354, 10716, 9177, 10928, 9224, 11372, 9549, 8483, 8696, 8570, 8668, 8562, 9478, 8731, 12372, 8838, 10537, 8780, 11092, 9018, 10646, 8623, 11508, 8622, 8503, 8986, 9007, 11782, 9158, 11193, 9234, 8157, 9350, 8585, 10757, 8671, 8667, 13234, 9939, 14646, 9154, 10822, 8465, 10721, 8761, 12400, 8700, 9797, 9545, 8499, 9125, 8775, 9152, 8877, 9108, 8656, 8489, 8579, 10567, 9186, 10057, 8327, 9067, 8257, 8773, 12402, 10469, 9477, 9065, 10684, 8790, 11985, 9396, 11989, 9101, 10261, 8903, 9847, 8832, 10544, 8589, 8919, 8400, 9086, 8906, 9087, 12075, 9042, 11216, 9214, 10375, 8742, 9586, 8616, 9498, 8343, 9119, 8696, 8781, 11968, 9042, 11981, 8645, 10022, 8675, 9257, 8623, 8789, 12049, 8977, 11515, 8985, 10135, 8852, 9506, 8725, 8595, 8587, 8911, 11280, 8827, 11639, 8646, 9800, 8479, 8729, 8331, 8833, 12025, 9180, 11369, 8729, 10991, 8529, 10220, 8538, 10361, 8556, 8907, 8473, 8720, 10226, 8962, 11860, 9464, 10612, 8680, 10332, 8581, 9382, 9276, 9215, 12209, 8877, 11199, 9092, 10736, 8642, 11006, 8513, 9338, 8623, 9232, 8460, 9017, 11944, 9185, 11973, 9219, 10907, 9020, 10650, 8537, 10500, 8799, 11112, 8433, 8974, 8238, 8747, 10235, 8950, 12339, 9178, 11435, 8675, 10005, 8753, 10465, 8433, 9032, 8609, 8876, 8385, 8600, 8486, 8497, 9921, 8707, 11368, 8761, 11967, 9139, 8265, 8834, 9110, 8707, 10954, 8564, 12428, 8637, 11497, 8616, 9709, 8216, 9476, 8424, 8776, 8509, 8661, 8539, 8624, 8201, 8573, 8391, 8786, 8371, 9017, 9602, 8561, 11272, 8883, 11041, 8884, 11988, 8662, 11347, 8481, 9917, 8315, 9742, 8547, 9221, 9151, 9609, 8510, 8092, 8639, 8258, 8654, 8612, 8598, 10602, 8662, 10127, 8270, 10614, 8939, 8805, 9420, 8726, 14283, 8710, 10717, 8702, 10201, 8994, 10376, 8697, 9125, 8383, 8587, 9492, 8621, 10959, 8700, 8806, 8723, 9551, 8760, 11180, 8818, 11678, 9281, 11543, 8927, 10998, 8502, 11012, 8490, 11437, 8965, 11654, 8982, 12555, 8851, 8398, 8731, 8394, 8848, 8294, 9078, 8682, 9147, 8681, 10326, 8715, 11840, 9595, 12013, 9316, 8115, 8928, 8920, 8952, 11243, 8800, 11187, 8322, 11698, 8825, 11192, 8735, 9239, 8789, 8278, 8467, 8358, 8562, 8276, 9602, 8914, 9134, 11355, 10238, 10842, 9014, 8156, 8629, 8501, 9099, 12030, 8929, 12366, 8991, 11838, 8609, 11930, 9946, 10840, 8873, 8142, 9019, 8351, 9085, 10647, 9130, 11480, 8636, 11008, 8864, 11801, 9600, 12416, 10778, 11273, 8781, 8392, 8685, 9928, 8575, 10326, 8721, 10656, 8669, 11087, 8548, 10807, 8562, 10366, 9044, 9870, 8894, 9702, 8667, 8578, 10751, 8440, 9797, 8400, 10240, 8634, 11114, 8682, 11384, 8654, 11347, 8666, 10792, 8747, 12485, 8916, 12107, 8971, 8311, 8943, 9089, 8587, 9220, 8721, 12305, 8921, 11781, 8846, 11797, 8970, 12153, 8823, 12839, 8774, 13332, 8909, 12987, 8426, 11050, 8915, 8796, 8989, 8607, 12265, 8894, 12744, 8596, 9149, 8887, 8617, 8702, 8295, 8994, 8657, 8844, 8706, 8961, 8893, 9075, 8772, 11683, 8888, 11203, 8629, 9195, 8877, 8441, 8737, 8168, 8794, 8434, 9007, 8725, 11736, 8857, 11864, 8638, 10259, 8925, 11512, 9245, 11817, 9035, 11834, 9592, 10203, 8795, 8447, 9023, 8439, 8877, 8599, 10990, 8803, 10838, 8751, 11558, 8756, 11730, 9854, 12109, 10166, 10245, 8790, 9634, 8598, 8943, 8909, 10210, 10368, 8403, 9421, 8980, 10924, 8977, 11303, 8838, 10831, 9301, 10072, 8713, 8320, 8995, 8877, 11393, 8918, 11314, 9305, 8719, 9878, 8794, 10807, 8895, 10225, 8599, 8542, 9384, 8520, 13467, 10090, 10348, 8743, 8609, 8319, 8665, 10363, 8739, 9231, 8734, 8716, 9763, 8704, 11160, 8827, 12454, 10096, 9269, 8756, 8620, 8641, 8623, 10376, 9098, 10800, 8856, 14299, 9718, 12237, 9001, 8271, 8703, 8561, 10292, 8911, 13668, 9135, 9835, 8422, 8785, 9117, 8705, 8541, 11938, 9126, 12160, 10380, 8372, 8464, 8788, 11328, 8879, 11814, 10078, 8347, 8643, 8595, 10419, 8597], 'WindowCenter': [4791.0, 4776.0, 4762.0, 4762.0, 4725.0, 4744.0, 4746.0, 4738.0, 4764.0, 4787.0, 4761.0, 4765.0, 4736.0, 4770.0, 4763.0, 4748.0, 4725.0, 4732.0, 4736.0, 4747.0, 4748.0, 4735.0, 4738.0, 4748.0, 4739.0, 4748.0, 4740.0, 4751.0, 4747.0, 4751.0, 4767.0, 4750.0, 4786.0, 4741.0, 4752.0, 4735.0, 4763.0, 4738.0, 4765.0, 4758.0, 4778.0, 4760.0, 4778.0, 4775.0, 4790.0, 4738.0, 4780.0, 4749.0, 4784.0, 4751.0, 4759.0, 4747.0, 4756.0, 4727.0, 4735.0, 4736.0, 4749.0, 4749.0, 4788.0, 4748.0, 4765.0, 4748.0, 4757.0, 4734.0, 4757.0, 4735.0, 4767.0, 4738.0, 4764.0, 4726.0, 4735.0, 4725.0, 4734.0, 4734.0, 4745.0, 4772.0, 4735.0, 4721.0, 4734.0, 4753.0, 4735.0, 4773.0, 4736.0, 4764.0, 4745.0, 4764.0, 4736.0, 4755.0, 4736.0, 4764.0, 4726.0, 4746.0, 4724.0, 4743.0, 4733.0, 4747.0, 4768.0, 4748.0, 4737.0, 4737.0, 4735.0, 4749.0, 4766.0, 4749.0, 4788.0, 4757.0, 4748.0, 4749.0, 4756.0, 4749.0, 4765.0, 4749.0, 4775.0, 4767.0, 4746.0, 4748.0, 4734.0, 4748.0, 4756.0, 4746.0, 4765.0, 4736.0, 4764.0, 4736.0, 4775.0, 4745.0, 4754.0, 4734.0, 4734.0, 4745.0, 4735.0, 4763.0, 4746.0, 4774.0, 4735.0, 4775.0, 4739.0, 4745.0, 4736.0, 4735.0, 4746.0, 4738.0, 4749.0, 4737.0, 4767.0, 4747.0, 4754.0, 4740.0, 4776.0, 4739.0, 4777.0, 4737.0, 4723.0, 4747.0, 4747.0, 4763.0, 4748.0, 4786.0, 4768.0, 4775.0, 4766.0, 4736.0, 4733.0, 4723.0, 4733.0, 4723.0, 4771.0, 4723.0, 4742.0, 4723.0, 4732.0, 4733.0, 4722.0, 4764.0, 4735.0, 4784.0, 4735.0, 4752.0, 4734.0, 4751.0, 4724.0, 4751.0, 4734.0, 4752.0, 4733.0, 4724.0, 4732.0, 4723.0, 4742.0, 4731.0, 4762.0, 4734.0, 4769.0, 4722.0, 4752.0, 4732.0, 4761.0, 4732.0, 4759.0, 4732.0, 4751.0, 4731.0, 4751.0, 4733.0, 4751.0, 4733.0, 4752.0, 4724.0, 4734.0, 4721.0, 4733.0, 4723.0, 4745.0, 4723.0, 4745.0, 4765.0, 4747.0, 4766.0, 4757.0, 4775.0, 4746.0, 4777.0, 4748.0, 4766.0, 4759.0, 4770.0, 4750.0, 4778.0, 4750.0, 4777.0, 4748.0, 4768.0, 4739.0, 4780.0, 4738.0, 4759.0, 4738.0, 4750.0, 4749.0, 4759.0, 4786.0, 4758.0, 4785.0, 4746.0, 4775.0, 4737.0, 4777.0, 4747.0, 4746.0, 4737.0, 4747.0, 4738.0, 4761.0, 4749.0, 4761.0, 4750.0, 4751.0, 4751.0, 4771.0, 4765.0, 4805.0, 4766.0, 4804.0, 4764.0, 4782.0, 4742.0, 4762.0, 4789.0, 4790.0, 4787.0, 4738.0, 4785.0, 4736.0, 4765.0, 4727.0, 4775.0, 4736.0, 4735.0, 4723.0, 4735.0, 4724.0, 4746.0, 4747.0, 4736.0, 4737.0, 4748.0, 4746.0, 4750.0, 4776.0, 4748.0, 4737.0, 4749.0, 4776.0, 4761.0, 4788.0, 4772.0, 4750.0, 4761.0, 4749.0, 4760.0, 4750.0, 4762.0, 4762.0, 4779.0, 4750.0, 4780.0, 4748.0, 4777.0, 4738.0, 4788.0, 4756.0, 4754.0, 4723.0, 4733.0, 4733.0, 4742.0, 4736.0, 4782.0, 4734.0, 4744.0, 4733.0, 4741.0, 4732.0, 4761.0, 4732.0, 4771.0, 4732.0, 4760.0, 4732.0, 4731.0, 4731.0, 4738.0, 4730.0, 4747.0, 4732.0, 4761.0, 4741.0, 4721.0, 4720.0, 4720.0, 4719.0, 4720.0, 4741.0, 4721.0, 4771.0, 4731.0, 4750.0, 4720.0, 4751.0, 4721.0, 4739.0, 4721.0, 4761.0, 4720.0, 4723.0, 4744.0, 4744.0, 4763.0, 4733.0, 4750.0, 4734.0, 4714.0, 4733.0, 4731.0, 4763.0, 4733.0, 4734.0, 4783.0, 4744.0, 4779.0, 4732.0, 4750.0, 4708.0, 4749.0, 4721.0, 4769.0, 4722.0, 4741.0, 4742.0, 4721.0, 4733.0, 4732.0, 4744.0, 4745.0, 4745.0, 4748.0, 4748.0, 4747.0, 4778.0, 4747.0, 4755.0, 4726.0, 4738.0, 4724.0, 4736.0, 4773.0, 4753.0, 4743.0, 4734.0, 4752.0, 4724.0, 4762.0, 4745.0, 4775.0, 4735.0, 4753.0, 4734.0, 4741.0, 4735.0, 4754.0, 4734.0, 4733.0, 4724.0, 4733.0, 4732.0, 4735.0, 4772.0, 4734.0, 4763.0, 4734.0, 4752.0, 4724.0, 4743.0, 4733.0, 4745.0, 4724.0, 4736.0, 4732.0, 4734.0, 4762.0, 4736.0, 4774.0, 4734.0, 4743.0, 4723.0, 4735.0, 4721.0, 4736.0, 4772.0, 4735.0, 4762.0, 4734.0, 4753.0, 4733.0, 4744.0, 4723.0, 4736.0, 4723.0, 4735.0, 4763.0, 4735.0, 4764.0, 4725.0, 4745.0, 4724.0, 4736.0, 4724.0, 4746.0, 4776.0, 4747.0, 4764.0, 4736.0, 4765.0, 4734.0, 4755.0, 4736.0, 4754.0, 4735.0, 4745.0, 4735.0, 4748.0, 4765.0, 4748.0, 4787.0, 4760.0, 4768.0, 4739.0, 4758.0, 4735.0, 4746.0, 4735.0, 4746.0, 4774.0, 4736.0, 4761.0, 4735.0, 4752.0, 4724.0, 4763.0, 4725.0, 4733.0, 4722.0, 4732.0, 4723.0, 4735.0, 4763.0, 4744.0, 4773.0, 4744.0, 4762.0, 4736.0, 4754.0, 4735.0, 4755.0, 4736.0, 4765.0, 4726.0, 4735.0, 4726.0, 4736.0, 4751.0, 4735.0, 4773.0, 4745.0, 4762.0, 4735.0, 4742.0, 4723.0, 4754.0, 4724.0, 4733.0, 4722.0, 4732.0, 4723.0, 4724.0, 4722.0, 4722.0, 4742.0, 4733.0, 4762.0, 4736.0, 4776.0, 4747.0, 4726.0, 4745.0, 4736.0, 4736.0, 4765.0, 4737.0, 4775.0, 4736.0, 4764.0, 4727.0, 4744.0, 4713.0, 4734.0, 4714.0, 4723.0, 4722.0, 4725.0, 4724.0, 4736.0, 4725.0, 4737.0, 4726.0, 4738.0, 4726.0, 4749.0, 4747.0, 4739.0, 4766.0, 4739.0, 4767.0, 4737.0, 4765.0, 4727.0, 4764.0, 4727.0, 4744.0, 4724.0, 4743.0, 4737.0, 4747.0, 4760.0, 4771.0, 4761.0, 4740.0, 4753.0, 4751.0, 4752.0, 4754.0, 4754.0, 4771.0, 4752.0, 4760.0, 4741.0, 4770.0, 4753.0, 4751.0, 4754.0, 4744.0, 4812.0, 4743.0, 4770.0, 4740.0, 4758.0, 4739.0, 4757.0, 4738.0, 4738.0, 4729.0, 4740.0, 4750.0, 4740.0, 4770.0, 4736.0, 4739.0, 4742.0, 4758.0, 4753.0, 4782.0, 4752.0, 4778.0, 4751.0, 4781.0, 4740.0, 4759.0, 4738.0, 4758.0, 4729.0, 4766.0, 4738.0, 4768.0, 4739.0, 4777.0, 4741.0, 4731.0, 4739.0, 4727.0, 4740.0, 4730.0, 4752.0, 4742.0, 4749.0, 4741.0, 4771.0, 4753.0, 4793.0, 4765.0, 4791.0, 4762.0, 4732.0, 4750.0, 4739.0, 4740.0, 4765.0, 4736.0, 4768.0, 4728.0, 4766.0, 4739.0, 4767.0, 4737.0, 4746.0, 4740.0, 4739.0, 4740.0, 4741.0, 4753.0, 4741.0, 4763.0, 4750.0, 4754.0, 4771.0, 4763.0, 4768.0, 4741.0, 4729.0, 4740.0, 4728.0, 4739.0, 4777.0, 4741.0, 4777.0, 4738.0, 4778.0, 4741.0, 4777.0, 4760.0, 4769.0, 4749.0, 4730.0, 4751.0, 4741.0, 4761.0, 4783.0, 4765.0, 4792.0, 4754.0, 4780.0, 4753.0, 4780.0, 4763.0, 4791.0, 4772.0, 4780.0, 4741.0, 4730.0, 4739.0, 4747.0, 4739.0, 4758.0, 4739.0, 4758.0, 4741.0, 4769.0, 4737.0, 4755.0, 4728.0, 4757.0, 4738.0, 4745.0, 4738.0, 4749.0, 4740.0, 4738.0, 4771.0, 4742.0, 4760.0, 4739.0, 4758.0, 4739.0, 4768.0, 4741.0, 4777.0, 4739.0, 4768.0, 4740.0, 4766.0, 4737.0, 4776.0, 4738.0, 4777.0, 4749.0, 4753.0, 4765.0, 4764.0, 4755.0, 4762.0, 4765.0, 4794.0, 4752.0, 4780.0, 4750.0, 4780.0, 4750.0, 4789.0, 4750.0, 4788.0, 4729.0, 4786.0, 4726.0, 4763.0, 4713.0, 4740.0, 4724.0, 4710.0, 4713.0, 4713.0, 4761.0, 4722.0, 4760.0, 4710.0, 4721.0, 4712.0, 4701.0, 4711.0, 4700.0, 4721.0, 4710.0, 4721.0, 4711.0, 4721.0, 4722.0, 4721.0, 4721.0, 4762.0, 4732.0, 4754.0, 4723.0, 4734.0, 4737.0, 4726.0, 4736.0, 4726.0, 4738.0, 4726.0, 4737.0, 4737.0, 4776.0, 4736.0, 4775.0, 4737.0, 4754.0, 4737.0, 4766.0, 4748.0, 4777.0, 4751.0, 4777.0, 4760.0, 4758.0, 4739.0, 4738.0, 4749.0, 4752.0, 4761.0, 4752.0, 4781.0, 4754.0, 4779.0, 4754.0, 4792.0, 4754.0, 4791.0, 4772.0, 4790.0, 4771.0, 4757.0, 4739.0, 4748.0, 4738.0, 4738.0, 4749.0, 4758.0, 4758.0, 4727.0, 4748.0, 4746.0, 4766.0, 4746.0, 4766.0, 4750.0, 4768.0, 4760.0, 4760.0, 4749.0, 4737.0, 4747.0, 4746.0, 4777.0, 4749.0, 4778.0, 4751.0, 4739.0, 4759.0, 4750.0, 4767.0, 4749.0, 4757.0, 4738.0, 4736.0, 4747.0, 4737.0, 4798.0, 4758.0, 4757.0, 4738.0, 4737.0, 4735.0, 4748.0, 4769.0, 4752.0, 4761.0, 4750.0, 4751.0, 4771.0, 4750.0, 4777.0, 4751.0, 4787.0, 4768.0, 4749.0, 4738.0, 4737.0, 4736.0, 4737.0, 4755.0, 4735.0, 4754.0, 4737.0, 4793.0, 4747.0, 4775.0, 4735.0, 4724.0, 4721.0, 4724.0, 4754.0, 4745.0, 4795.0, 4748.0, 4744.0, 4724.0, 4736.0, 4746.0, 4738.0, 4738.0, 4779.0, 4761.0, 4786.0, 4756.0, 4728.0, 4727.0, 4726.0, 4765.0, 4738.0, 4765.0, 4746.0, 4725.0, 4725.0, 4725.0, 4743.0, 4724.0], 'WindowWidth': [10488.0, 10454.0, 10427.0, 10423.0, 10360.0, 10384.0, 10389.0, 10384.0, 10432.0, 10469.0, 10422.0, 10414.0, 10378.0, 10432.0, 10425.0, 10398.0, 10362.0, 10365.0, 10375.0, 10390.0, 10393.0, 10374.0, 10381.0, 10394.0, 10385.0, 10397.0, 10385.0, 10402.0, 10392.0, 10402.0, 10419.0, 10401.0, 10443.0, 10371.0, 10387.0, 10371.0, 10408.0, 10380.0, 10414.0, 10408.0, 10436.0, 10415.0, 10440.0, 10444.0, 10455.0, 10382.0, 10445.0, 10400.0, 10456.0, 10405.0, 10412.0, 10392.0, 10404.0, 10362.0, 10373.0, 10376.0, 10395.0, 10396.0, 10451.0, 10395.0, 10415.0, 10394.0, 10404.0, 10371.0, 10403.0, 10372.0, 10417.0, 10380.0, 10412.0, 10361.0, 10373.0, 10356.0, 10370.0, 10367.0, 10385.0, 10418.0, 10371.0, 10349.0, 10369.0, 10392.0, 10371.0, 10421.0, 10374.0, 10408.0, 10385.0, 10409.0, 10374.0, 10398.0, 10375.0, 10411.0, 10361.0, 10388.0, 10358.0, 10383.0, 10368.0, 10392.0, 10420.0, 10395.0, 10380.0, 10380.0, 10373.0, 10397.0, 10417.0, 10397.0, 10447.0, 10407.0, 10396.0, 10398.0, 10403.0, 10396.0, 10414.0, 10395.0, 10428.0, 10419.0, 10388.0, 10393.0, 10372.0, 10393.0, 10403.0, 10390.0, 10413.0, 10374.0, 10408.0, 10374.0, 10424.0, 10386.0, 10396.0, 10369.0, 10369.0, 10384.0, 10372.0, 10408.0, 10387.0, 10424.0, 10373.0, 10427.0, 10383.0, 10385.0, 10375.0, 10372.0, 10389.0, 10382.0, 10398.0, 10377.0, 10420.0, 10392.0, 10399.0, 10385.0, 10432.0, 10383.0, 10434.0, 10376.0, 10353.0, 10389.0, 10392.0, 10411.0, 10394.0, 10444.0, 10422.0, 10428.0, 10414.0, 10373.0, 10366.0, 10352.0, 10366.0, 10353.0, 10414.0, 10353.0, 10377.0, 10352.0, 10364.0, 10366.0, 10351.0, 10410.0, 10371.0, 10436.0, 10371.0, 10391.0, 10367.0, 10386.0, 10352.0, 10386.0, 10368.0, 10390.0, 10366.0, 10353.0, 10363.0, 10351.0, 10375.0, 10360.0, 10405.0, 10369.0, 10411.0, 10349.0, 10387.0, 10363.0, 10403.0, 10364.0, 10398.0, 10364.0, 10387.0, 10361.0, 10387.0, 10367.0, 10388.0, 10367.0, 10391.0, 10355.0, 10370.0, 10351.0, 10369.0, 10355.0, 10387.0, 10355.0, 10388.0, 10412.0, 10393.0, 10416.0, 10406.0, 10429.0, 10391.0, 10434.0, 10396.0, 10419.0, 10412.0, 10426.0, 10402.0, 10437.0, 10400.0, 10434.0, 10396.0, 10423.0, 10385.0, 10442.0, 10384.0, 10411.0, 10383.0, 10400.0, 10397.0, 10413.0, 10444.0, 10407.0, 10440.0, 10390.0, 10426.0, 10379.0, 10434.0, 10392.0, 10389.0, 10379.0, 10392.0, 10381.0, 10418.0, 10399.0, 10417.0, 10402.0, 10403.0, 10405.0, 10434.0, 10432.0, 10487.0, 10434.0, 10483.0, 10428.0, 10449.0, 10392.0, 10421.0, 10451.0, 10454.0, 10446.0, 10380.0, 10440.0, 10374.0, 10413.0, 10363.0, 10427.0, 10373.0, 10372.0, 10354.0, 10370.0, 10356.0, 10392.0, 10392.0, 10376.0, 10378.0, 10394.0, 10391.0, 10400.0, 10431.0, 10395.0, 10380.0, 10398.0, 10431.0, 10416.0, 10452.0, 10434.0, 10403.0, 10418.0, 10402.0, 10417.0, 10402.0, 10421.0, 10420.0, 10442.0, 10402.0, 10441.0, 10397.0, 10434.0, 10380.0, 10448.0, 10400.0, 10396.0, 10353.0, 10365.0, 10365.0, 10377.0, 10373.0, 10433.0, 10368.0, 10383.0, 10365.0, 10373.0, 10363.0, 10399.0, 10364.0, 10417.0, 10364.0, 10399.0, 10362.0, 10360.0, 10360.0, 10366.0, 10357.0, 10377.0, 10364.0, 10399.0, 10374.0, 10346.0, 10343.0, 10343.0, 10342.0, 10343.0, 10375.0, 10346.0, 10415.0, 10360.0, 10384.0, 10344.0, 10386.0, 10346.0, 10366.0, 10348.0, 10401.0, 10345.0, 10351.0, 10383.0, 10385.0, 10406.0, 10363.0, 10382.0, 10366.0, 10339.0, 10364.0, 10362.0, 10406.0, 10366.0, 10368.0, 10437.0, 10381.0, 10423.0, 10360.0, 10381.0, 10325.0, 10380.0, 10346.0, 10410.0, 10349.0, 10374.0, 10376.0, 10347.0, 10365.0, 10366.0, 10386.0, 10387.0, 10388.0, 10395.0, 10394.0, 10393.0, 10436.0, 10391.0, 10401.0, 10360.0, 10379.0, 10355.0, 10373.0, 10420.0, 10394.0, 10378.0, 10368.0, 10389.0, 10355.0, 10403.0, 10384.0, 10424.0, 10370.0, 10393.0, 10369.0, 10375.0, 10370.0, 10397.0, 10369.0, 10365.0, 10354.0, 10366.0, 10362.0, 10372.0, 10418.0, 10368.0, 10406.0, 10367.0, 10390.0, 10354.0, 10379.0, 10367.0, 10386.0, 10356.0, 10373.0, 10363.0, 10369.0, 10403.0, 10372.0, 10422.0, 10367.0, 10379.0, 10352.0, 10370.0, 10348.0, 10373.0, 10418.0, 10371.0, 10404.0, 10368.0, 10392.0, 10367.0, 10383.0, 10352.0, 10372.0, 10353.0, 10370.0, 10405.0, 10370.0, 10410.0, 10357.0, 10384.0, 10356.0, 10374.0, 10355.0, 10388.0, 10429.0, 10390.0, 10410.0, 10373.0, 10411.0, 10369.0, 10399.0, 10372.0, 10397.0, 10371.0, 10387.0, 10374.0, 10395.0, 10415.0, 10397.0, 10448.0, 10413.0, 10421.0, 10384.0, 10407.0, 10370.0, 10387.0, 10370.0, 10387.0, 10422.0, 10371.0, 10402.0, 10369.0, 10389.0, 10354.0, 10406.0, 10355.0, 10365.0, 10350.0, 10363.0, 10351.0, 10369.0, 10407.0, 10384.0, 10421.0, 10383.0, 10404.0, 10373.0, 10396.0, 10371.0, 10399.0, 10374.0, 10413.0, 10361.0, 10372.0, 10360.0, 10374.0, 10390.0, 10374.0, 10421.0, 10385.0, 10405.0, 10370.0, 10378.0, 10353.0, 10396.0, 10354.0, 10366.0, 10349.0, 10361.0, 10348.0, 10353.0, 10348.0, 10350.0, 10377.0, 10368.0, 10406.0, 10376.0, 10428.0, 10392.0, 10361.0, 10386.0, 10374.0, 10374.0, 10412.0, 10377.0, 10424.0, 10372.0, 10406.0, 10359.0, 10380.0, 10337.0, 10366.0, 10337.0, 10349.0, 10347.0, 10357.0, 10354.0, 10373.0, 10357.0, 10373.0, 10358.0, 10377.0, 10360.0, 10395.0, 10388.0, 10379.0, 10412.0, 10379.0, 10415.0, 10374.0, 10410.0, 10359.0, 10407.0, 10358.0, 10378.0, 10353.0, 10378.0, 10376.0, 10391.0, 10416.0, 10431.0, 10419.0, 10389.0, 10407.0, 10403.0, 10406.0, 10409.0, 10410.0, 10429.0, 10404.0, 10410.0, 10384.0, 10422.0, 10403.0, 10399.0, 10407.0, 10394.0, 10484.0, 10391.0, 10425.0, 10384.0, 10402.0, 10380.0, 10401.0, 10376.0, 10374.0, 10365.0, 10383.0, 10396.0, 10381.0, 10422.0, 10375.0, 10380.0, 10388.0, 10406.0, 10405.0, 10442.0, 10403.0, 10435.0, 10399.0, 10439.0, 10381.0, 10403.0, 10376.0, 10401.0, 10364.0, 10412.0, 10376.0, 10416.0, 10381.0, 10429.0, 10383.0, 10371.0, 10381.0, 10360.0, 10382.0, 10369.0, 10400.0, 10386.0, 10391.0, 10387.0, 10427.0, 10406.0, 10459.0, 10426.0, 10454.0, 10415.0, 10374.0, 10397.0, 10379.0, 10382.0, 10411.0, 10371.0, 10415.0, 10362.0, 10411.0, 10377.0, 10412.0, 10375.0, 10386.0, 10381.0, 10382.0, 10385.0, 10389.0, 10407.0, 10387.0, 10420.0, 10398.0, 10407.0, 10426.0, 10419.0, 10419.0, 10384.0, 10367.0, 10382.0, 10363.0, 10380.0, 10428.0, 10384.0, 10429.0, 10378.0, 10431.0, 10383.0, 10430.0, 10411.0, 10419.0, 10395.0, 10372.0, 10400.0, 10387.0, 10418.0, 10447.0, 10426.0, 10457.0, 10409.0, 10441.0, 10406.0, 10439.0, 10420.0, 10455.0, 10430.0, 10436.0, 10385.0, 10369.0, 10381.0, 10389.0, 10379.0, 10403.0, 10380.0, 10404.0, 10384.0, 10418.0, 10376.0, 10397.0, 10362.0, 10399.0, 10376.0, 10383.0, 10379.0, 10393.0, 10383.0, 10380.0, 10426.0, 10388.0, 10410.0, 10383.0, 10405.0, 10380.0, 10419.0, 10385.0, 10429.0, 10380.0, 10418.0, 10380.0, 10414.0, 10376.0, 10426.0, 10377.0, 10430.0, 10395.0, 10409.0, 10430.0, 10428.0, 10413.0, 10418.0, 10429.0, 10463.0, 10403.0, 10436.0, 10397.0, 10436.0, 10399.0, 10449.0, 10396.0, 10445.0, 10364.0, 10440.0, 10356.0, 10400.0, 10331.0, 10366.0, 10346.0, 10325.0, 10331.0, 10331.0, 10396.0, 10345.0, 10394.0, 10325.0, 10340.0, 10328.0, 10312.0, 10327.0, 10311.0, 10341.0, 10325.0, 10341.0, 10328.0, 10342.0, 10344.0, 10341.0, 10343.0, 10399.0, 10362.0, 10390.0, 10351.0, 10365.0, 10373.0, 10357.0, 10373.0, 10358.0, 10377.0, 10360.0, 10375.0, 10375.0, 10427.0, 10372.0, 10425.0, 10375.0, 10396.0, 10376.0, 10412.0, 10391.0, 10429.0, 10400.0, 10432.0, 10410.0, 10406.0, 10382.0, 10381.0, 10398.0, 10407.0, 10416.0, 10405.0, 10442.0, 10409.0, 10440.0, 10410.0, 10457.0, 10410.0, 10454.0, 10431.0, 10452.0, 10429.0, 10406.0, 10383.0, 10392.0, 10379.0, 10378.0, 10396.0, 10405.0, 10406.0, 10363.0, 10392.0, 10389.0, 10414.0, 10389.0, 10415.0, 10397.0, 10419.0, 10412.0, 10411.0, 10396.0, 10378.0, 10390.0, 10390.0, 10430.0, 10396.0, 10435.0, 10401.0, 10383.0, 10409.0, 10397.0, 10416.0, 10394.0, 10403.0, 10379.0, 10373.0, 10391.0, 10378.0, 10461.0, 10406.0, 10404.0, 10379.0, 10379.0, 10374.0, 10396.0, 10425.0, 10407.0, 10418.0, 10402.0, 10404.0, 10429.0, 10399.0, 10434.0, 10403.0, 10446.0, 10420.0, 10395.0, 10380.0, 10376.0, 10375.0, 10374.0, 10397.0, 10369.0, 10395.0, 10373.0, 10447.0, 10387.0, 10426.0, 10370.0, 10354.0, 10349.0, 10354.0, 10396.0, 10387.0, 10452.0, 10392.0, 10382.0, 10353.0, 10372.0, 10387.0, 10381.0, 10381.0, 10436.0, 10415.0, 10444.0, 10402.0, 10364.0, 10359.0, 10357.0, 10408.0, 10378.0, 10410.0, 10386.0, 10354.0, 10352.0, 10352.0, 10375.0, 10351.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.0007214786418400876</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.02009906002190581</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>35.55155917226971</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2052572939254396</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9950591618750007</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4767</td></tr>
|
|
<tr><td colspan=3>fber</td><td>6919.7104</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.07014161137840236</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>10</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>1.095290251916758</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4428405445859696</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4013438518384103</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6831741178463258</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.244003664073173</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0100031</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.004465671721845865</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.03613903000950813</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>913</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>3.7254260467529368</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>k</td><td>17.6848</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>44.3449</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>195.7773</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>50.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>297805.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>928.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>378.2362</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.0448</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>656.9419</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3928.457</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>4151.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>78739.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1207.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>5260.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1114.2279</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>39.926472960505635</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> |