=== 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-0053 --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-0053",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
108 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
108 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-0053_ses-02_task-faces_acq-mb8_run-03_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-0053_ses-02_task-faces_acq-mb8_run-03_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-03_session-02_subject-0053_suffix-bold_task-faces" 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-0053/figures/sub-0053_ses-02_task-faces_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0053/figures/sub-0053_ses-02_task-faces_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0053/figures/sub-0053_ses-02_task-faces_acq-mb8_run-03_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-03_session-02_subject-0053_suffix-bold_task-faces" 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-0053/figures/sub-0053_ses-02_task-faces_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0053/figures/sub-0053_ses-02_task-faces_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0053/figures/sub-0053_ses-02_task-faces_acq-mb8_run-03_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-03_session-02_subject-0053_suffix-bold_task-faces" 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-0053/figures/sub-0053_ses-02_task-faces_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0053/figures/sub-0053_ses-02_task-faces_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0053/figures/sub-0053_ses-02_task-faces_acq-mb8_run-03_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-03_session-02_subject-0053_suffix-bold_task-faces" 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-0053/figures/sub-0053_ses-02_task-faces_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0053/figures/sub-0053_ses-02_task-faces_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0053/figures/sub-0053_ses-02_task-faces_acq-mb8_run-03_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-03_session-02_subject-0053_suffix-bold_task-faces" 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-0053/figures/sub-0053_ses-02_task-faces_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0053/figures/sub-0053_ses-02_task-faces_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0053/figures/sub-0053_ses-02_task-faces_acq-mb8_run-03_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-03_session-02_subject-0053_suffix-bold_task-faces" 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-0053/figures/sub-0053_ses-02_task-faces_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0053/figures/sub-0053_ses-02_task-faces_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0053/figures/sub-0053_ses-02_task-faces_acq-mb8_run-03_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-02_subject-0053_suffix-bold_task-faces" 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-0053/figures/sub-0053_ses-02_task-faces_acq-mb8_run-03_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0053/figures/sub-0053_ses-02_task-faces_acq-mb8_run-03_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-0053/figures/sub-0053_ses-02_task-faces_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0053/figures/sub-0053_ses-02_task-faces_acq-mb8_run-03_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-0053/ses-02/func/sub-0053_ses-02_task-faces_acq-mb8_run-03_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>7ff988abaee6900c4cc8f8bfdc62e697</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>11:44:39.445000</td></tr>
|
|
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
|
|
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
|
|
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
|
|
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
|
|
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
|
|
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
|
|
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
|
|
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
|
|
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
|
|
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
|
|
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
|
|
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
|
|
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.997101, -0.00636226, -0.0758181, 0.00435068, 0.999635, -0.0266673]</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-03_task-faces_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.0852519</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-03_task-faces_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>20</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4133, -7721, -7266, 545, -60, -39, -100, 81]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>faces</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>250.339</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>506e48cc-a705-43e7-b294-cf5804f1e4ea||Sequence: R016 ve11e/master r/434b28f1; Aug 7 2019 18:53:46 by eja</td></tr>
|
|
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.675150156021118, 0.011672562919557095, -0.205092191696167, 113.85657501220703], [0.017069470137357712, 2.6819472312927246, -0.07090232521295547, -87.59136199951172], [-0.20341439545154572, 0.07154636085033417, 2.69126558303833, -66.59545135498047], [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': ['114439.445000', '114439.905000', '114440.365000', '114440.825000', '114441.285000', '114441.745000', '114442.205000', '114442.665000', '114443.125000', '114443.585000', '114444.045000', '114444.505000', '114444.965000', '114445.425000', '114445.885000', '114446.345000', '114446.805000', '114447.265000', '114447.725000', '114448.185000', '114448.645000', '114449.105000', '114449.565000', '114450.025000', '114450.485000', '114450.945000', '114451.405000', '114451.865000', '114452.325000', '114452.785000', '114453.245000', '114453.705000', '114454.165000', '114454.625000', '114455.085000', '114455.545000', '114456.005000', '114456.465000', '114456.925000', '114457.385000', '114457.845000', '114458.305000', '114458.765000', '114459.225000', '114459.685000', '114500.145000', '114500.605000', '114501.065000', '114501.525000', '114501.985000', '114502.445000', '114502.905000', '114503.365000', '114503.825000', '114504.285000', '114504.745000', '114505.205000', '114505.665000', '114506.125000', '114506.585000', '114507.045000', '114507.505000', '114507.965000', '114508.425000', '114508.885000', '114509.345000', '114509.805000', '114510.265000', '114510.725000', '114511.185000', '114511.645000', '114512.105000', '114512.565000', '114513.025000', '114513.485000', '114513.945000', '114514.405000', '114514.865000', '114515.325000', '114515.785000', '114516.245000', '114516.705000', '114517.165000', '114517.625000', '114518.085000', '114518.545000', '114519.005000', '114519.465000', '114519.925000', '114520.385000', '114520.845000', '114521.305000', '114521.765000', '114522.225000', '114522.685000', '114523.145000', '114523.605000', '114524.065000', '114524.525000', '114524.985000', '114525.445000', '114525.905000', '114526.365000', '114526.825000', '114527.285000', '114527.745000', '114528.205000', '114528.665000', '114529.125000', '114529.585000', '114530.045000', '114530.505000', '114530.965000', '114531.425000', '114531.885000', '114532.345000', '114532.805000', '114533.265000', '114533.725000', '114534.185000', '114534.645000', '114535.105000', '114535.565000', '114536.025000', '114536.485000', '114536.945000', '114537.405000', '114537.865000', '114538.325000', '114538.785000', '114539.245000', '114539.705000', '114540.165000', '114540.625000', '114541.085000', '114541.545000', '114542.005000', '114542.465000', '114542.925000', '114543.385000', '114543.845000', '114544.305000', '114544.765000', '114545.225000', '114545.685000', '114546.145000', '114546.605000', '114547.065000', '114547.525000', '114547.985000', '114548.445000', '114548.905000', '114549.365000', '114549.825000', '114550.285000', '114550.745000', '114551.205000', '114551.665000', '114552.125000', '114552.585000', '114553.045000', '114553.505000', '114553.965000', '114554.425000', '114554.885000', '114555.345000', '114555.805000', '114556.265000', '114556.725000', '114557.185000', '114557.645000', '114558.105000', '114558.565000', '114559.025000', '114559.485000', '114559.945000', '114600.405000', '114600.865000', '114601.325000', '114601.785000', '114602.245000', '114602.705000', '114603.165000', '114603.625000', '114604.085000', '114604.545000', '114605.005000', '114605.465000', '114605.925000', '114606.385000', '114606.845000', '114607.305000', '114607.765000', '114608.225000', '114608.685000', '114609.145000', '114609.605000', '114610.065000', '114610.525000', '114610.985000', '114611.445000', '114611.905000', '114612.365000', '114612.825000', '114613.285000', '114613.745000', '114614.205000', '114614.665000', '114615.125000', '114615.585000', '114616.045000', '114616.505000', '114616.965000', '114617.425000', '114617.885000', '114618.345000', '114618.805000', '114619.265000', '114619.725000', '114620.185000', '114620.645000', '114621.105000', '114621.565000', '114622.025000', '114622.485000', '114622.945000', '114623.405000', '114623.865000', '114624.325000', '114624.785000', '114625.245000', '114625.705000', '114626.165000', '114626.625000', '114627.085000', '114627.545000', '114628.005000', '114628.465000', '114628.925000', '114629.385000', '114629.845000', '114630.305000', '114630.765000', '114631.225000', '114631.685000', '114632.145000', '114632.605000', '114633.065000', '114633.525000', '114633.985000', '114634.445000', '114634.905000', '114635.365000', '114635.825000', '114636.285000', '114636.745000', '114637.205000', '114637.665000', '114638.125000', '114638.585000', '114639.045000', '114639.505000', '114639.965000', '114640.425000', '114640.885000', '114641.345000', '114641.805000', '114642.265000', '114642.725000', '114643.185000', '114643.645000', '114644.105000', '114644.565000', '114645.025000', '114645.485000', '114645.945000', '114646.405000', '114646.865000', '114647.325000', '114647.785000', '114648.245000', '114648.705000', '114649.165000', '114649.625000', '114650.085000', '114650.545000', '114651.005000', '114651.465000', '114651.925000', '114652.385000', '114652.845000', '114653.305000', '114653.765000', '114654.225000', '114654.685000', '114655.145000', '114655.605000', '114656.065000', '114656.525000', '114656.985000', '114657.445000', '114657.905000', '114658.365000', '114658.825000', '114659.285000', '114659.745000', '114700.205000', '114700.665000', '114701.125000', '114701.585000', '114702.045000', '114702.505000', '114702.965000', '114703.425000', '114703.885000', '114704.345000', '114704.805000', '114705.265000', '114705.725000', '114706.185000', '114706.645000', '114707.105000', '114707.565000', '114708.025000', '114708.485000', '114708.945000', '114709.405000', '114709.865000', '114710.325000', '114710.785000', '114711.245000', '114711.705000', '114712.165000', '114712.625000', '114713.085000', '114713.545000', '114714.005000', '114714.465000', '114714.925000', '114715.385000', '114715.845000', '114716.305000', '114716.765000', '114717.225000', '114717.685000', '114718.145000', '114718.605000', '114719.065000', '114719.525000', '114719.985000', '114720.445000', '114720.905000', '114721.365000', '114721.825000', '114722.285000', '114722.745000', '114723.205000', '114723.665000', '114724.125000', '114724.585000', '114725.045000', '114725.505000', '114725.965000', '114726.425000', '114726.885000', '114727.345000', '114727.805000', '114728.265000', '114728.725000', '114729.185000', '114729.645000', '114730.105000', '114730.565000', '114731.025000', '114731.485000', '114731.945000', '114732.405000', '114732.865000', '114733.325000', '114733.785000', '114734.245000', '114734.705000', '114735.165000', '114735.625000', '114736.085000', '114736.545000', '114737.005000', '114737.465000', '114737.925000', '114738.385000', '114738.845000', '114739.305000', '114739.765000', '114740.225000', '114740.685000', '114741.145000', '114741.605000', '114742.065000', '114742.525000', '114742.985000', '114743.445000', '114743.905000', '114744.365000', '114744.825000', '114745.285000', '114745.745000', '114746.205000', '114746.665000', '114747.125000', '114747.585000', '114748.045000', '114748.505000', '114748.965000', '114749.425000', '114749.885000', '114750.345000', '114750.805000', '114751.265000', '114751.725000', '114752.185000', '114752.645000', '114753.105000', '114753.565000', '114754.025000', '114754.485000', '114754.945000', '114755.405000', '114755.865000', '114756.325000', '114756.785000', '114757.245000', '114757.705000', '114758.165000', '114758.625000', '114759.085000', '114759.545000', '114800.005000', '114800.465000', '114800.925000', '114801.385000', '114801.845000', '114802.305000', '114802.765000', '114803.225000', '114803.685000', '114804.145000', '114804.605000', '114805.065000', '114805.525000', '114805.985000', '114806.445000', '114806.905000', '114807.365000', '114807.825000', '114808.285000', '114808.745000', '114809.205000', '114809.665000', '114810.125000', '114810.585000', '114811.045000', '114811.505000', '114811.965000', '114812.425000', '114812.885000', '114813.345000', '114813.805000', '114814.265000', '114814.725000', '114815.185000', '114815.645000', '114816.105000', '114816.565000', '114817.025000', '114817.485000', '114817.945000', '114818.405000', '114818.865000', '114819.325000', '114819.785000', '114820.245000', '114820.705000', '114821.165000', '114821.625000', '114822.085000', '114822.545000', '114823.005000', '114823.465000', '114823.925000', '114824.385000', '114824.845000', '114825.305000', '114825.765000', '114826.225000', '114826.685000', '114827.145000', '114827.605000', '114828.065000', '114828.525000', '114828.985000', '114829.445000', '114829.905000', '114830.365000', '114830.825000', '114831.285000', '114831.745000', '114832.205000', '114832.665000', '114833.125000', '114833.585000', '114834.045000', '114834.505000', '114834.965000', '114835.425000', '114835.885000', '114836.345000', '114836.805000', '114837.265000', '114837.725000', '114838.185000', '114838.645000', '114839.105000', '114839.565000', '114840.025000', '114840.485000', '114840.945000', '114841.405000', '114841.865000', '114842.325000', '114842.785000', '114843.245000', '114843.705000', '114844.165000', '114844.625000', '114845.085000', '114845.545000', '114846.005000', '114846.465000', '114846.925000', '114847.385000', '114847.845000', '114848.305000', '114848.765000', '114849.225000', '114849.685000', '114850.145000', '114850.605000', '114851.065000', '114851.525000', '114851.985000', '114852.445000', '114852.905000', '114853.365000', '114853.825000', '114854.285000', '114854.745000', '114855.205000', '114855.665000', '114856.125000', '114856.585000', '114857.045000', '114857.505000', '114857.965000', '114858.425000', '114858.885000', '114859.345000', '114859.805000', '114900.265000', '114900.725000', '114901.185000', '114901.645000', '114902.105000', '114902.565000', '114903.025000', '114903.485000', '114903.945000', '114904.405000', '114904.865000', '114905.325000', '114905.785000', '114906.245000', '114906.705000', '114907.165000', '114907.625000', '114908.085000', '114908.545000', '114909.005000', '114909.465000', '114909.925000', '114910.385000', '114910.845000', '114911.305000', '114911.765000', '114912.225000', '114912.685000', '114913.145000', '114913.605000', '114914.065000', '114914.525000', '114914.985000', '114915.445000', '114915.905000', '114916.365000', '114916.825000', '114917.285000', '114917.745000', '114918.205000', '114918.665000', '114919.125000', '114919.585000', '114920.045000', '114920.505000', '114920.965000', '114921.425000', '114921.885000', '114922.345000', '114922.805000', '114923.265000', '114923.725000', '114924.185000', '114924.645000', '114925.105000', '114925.565000', '114926.025000', '114926.485000', '114926.945000', '114927.405000', '114927.865000', '114928.325000', '114928.785000', '114929.245000', '114929.705000', '114930.165000', '114930.625000', '114931.085000', '114931.545000', '114932.005000', '114932.465000', '114932.925000', '114933.385000', '114933.845000', '114934.305000', '114934.765000', '114935.225000', '114935.685000', '114936.145000', '114936.605000', '114937.065000', '114937.525000', '114937.985000', '114938.445000', '114938.905000', '114939.365000', '114939.825000', '114940.285000', '114940.745000', '114941.205000', '114941.665000', '114942.125000', '114942.585000', '114943.045000', '114943.505000', '114943.965000', '114944.425000', '114944.885000', '114945.345000', '114945.805000', '114946.265000', '114946.725000', '114947.185000', '114947.645000', '114948.105000', '114948.565000', '114949.025000', '114949.485000', '114949.945000', '114950.405000', '114950.865000', '114951.325000', '114951.785000', '114952.245000', '114952.705000', '114953.165000', '114953.625000', '114954.085000', '114954.545000', '114955.005000', '114955.465000', '114955.925000', '114956.385000', '114956.845000', '114957.305000', '114957.765000', '114958.225000', '114958.685000', '114959.145000', '114959.605000', '115000.065000', '115000.525000', '115000.985000', '115001.445000', '115001.905000', '115002.365000', '115002.825000', '115003.285000', '115003.745000', '115004.205000', '115004.665000', '115005.125000', '115005.585000', '115006.045000', '115006.505000', '115006.965000', '115007.425000', '115007.885000', '115008.345000', '115008.805000', '115009.265000', '115009.725000', '115010.185000', '115010.645000', '115011.105000', '115011.565000', '115012.025000', '115012.485000', '115012.945000', '115013.405000', '115013.865000', '115014.325000', '115014.785000', '115015.245000', '115015.705000', '115016.165000', '115016.625000', '115017.085000', '115017.545000', '115018.005000', '115018.465000', '115018.925000', '115019.385000', '115019.845000', '115020.305000', '115020.765000', '115021.225000', '115021.685000', '115022.145000', '115022.605000', '115023.065000', '115023.525000', '115023.985000', '115024.445000', '115024.905000', '115025.365000', '115025.825000', '115026.285000', '115026.745000', '115027.205000', '115027.665000', '115028.125000', '115028.585000', '115029.045000', '115029.505000', '115029.965000', '115030.425000', '115030.885000', '115031.345000', '115031.805000', '115032.265000', '115032.725000', '115033.185000', '115033.645000', '115034.105000', '115034.565000', '115035.025000', '115035.485000', '115035.945000', '115036.405000', '115036.865000', '115037.325000', '115037.785000', '115038.245000', '115038.705000', '115039.165000', '115039.625000', '115040.085000', '115040.545000', '115041.005000', '115041.465000', '115041.925000', '115042.385000', '115042.845000', '115043.305000', '115043.765000', '115044.225000', '115044.685000', '115045.145000', '115045.605000', '115046.065000', '115046.525000', '115046.985000', '115047.445000', '115047.905000', '115048.365000', '115048.825000', '115049.285000', '115049.745000', '115050.205000', '115050.665000', '115051.125000', '115051.585000', '115052.045000', '115052.505000', '115052.965000', '115053.425000', '115053.885000', '115054.345000', '115054.805000', '115055.265000', '115055.725000', '115056.185000', '115056.645000', '115057.105000', '115057.565000', '115058.025000', '115058.485000', '115058.945000', '115059.405000', '115059.865000', '115100.325000', '115100.785000', '115101.245000', '115101.705000', '115102.165000', '115102.625000', '115103.085000', '115103.545000', '115104.005000', '115104.465000', '115104.925000', '115105.385000', '115105.845000', '115106.305000', '115106.765000', '115107.225000', '115107.685000', '115108.145000', '115108.605000', '115109.065000', '115109.525000', '115109.985000', '115110.445000', '115110.905000', '115111.365000', '115111.825000', '115112.285000', '115112.745000', '115113.205000', '115113.665000', '115114.125000', '115114.585000', '115115.045000', '115115.505000', '115115.965000', '115116.425000', '115116.885000', '115117.345000', '115117.805000', '115118.265000', '115118.725000', '115119.185000', '115119.645000', '115120.105000', '115120.565000', '115121.025000', '115121.485000', '115121.945000', '115122.405000', '115122.865000', '115123.325000', '115123.785000', '115124.245000', '115124.705000', '115125.165000', '115125.625000', '115126.085000', '115126.545000', '115127.005000', '115127.465000', '115127.925000', '115128.385000', '115128.845000', '115129.305000', '115129.765000', '115130.225000', '115130.685000', '115131.145000', '115131.605000', '115132.065000', '115132.525000', '115132.985000', '115133.445000', '115133.905000', '115134.365000', '115134.825000', '115135.285000', '115135.745000', '115136.205000', '115136.665000', '115137.125000', '115137.585000', '115138.045000', '115138.505000', '115138.965000', '115139.425000'], 'ContentTime': ['114453.665000', '114453.668000', '114453.671000', '114453.673000', '114453.676000', '114453.679000', '114453.681000', '114453.684000', '114453.686000', '114453.689000', '114453.692000', '114453.694000', '114453.697000', '114453.699000', '114453.702000', '114453.705000', '114453.707000', '114453.710000', '114453.718000', '114453.720000', '114453.723000', '114453.726000', '114453.728000', '114453.731000', '114453.733000', '114453.736000', '114453.738000', '114453.751000', '114453.753000', '114513.655000', '114513.659000', '114513.661000', '114513.669000', '114513.672000', '114513.674000', '114513.677000', '114513.679000', '114513.682000', '114513.684000', '114513.687000', '114513.689000', '114513.692000', '114513.695000', '114513.697000', '114513.700000', '114513.705000', '114513.707000', '114513.710000', '114513.712000', '114513.715000', '114513.717000', '114513.720000', '114513.722000', '114513.725000', '114513.728000', '114513.730000', '114513.733000', '114513.735000', '114513.738000', '114513.740000', '114513.743000', '114513.745000', '114513.748000', '114513.751000', '114513.753000', '114513.756000', '114513.758000', '114513.761000', '114513.763000', '114513.766000', '114513.769000', '114513.771000', '114513.774000', '114533.635000', '114533.638000', '114533.641000', '114533.643000', '114533.646000', '114533.649000', '114533.651000', '114533.654000', '114533.657000', '114533.659000', '114533.662000', '114533.665000', '114533.667000', '114533.670000', '114533.672000', '114533.675000', '114533.678000', '114533.680000', '114533.683000', '114533.685000', '114533.688000', '114533.690000', '114533.693000', '114533.696000', '114533.698000', '114533.701000', '114533.703000', '114533.706000', '114533.708000', '114533.711000', '114533.713000', '114533.716000', '114533.719000', '114533.721000', '114533.724000', '114533.726000', '114533.729000', '114533.731000', '114533.736000', '114533.738000', '114533.741000', '114533.743000', '114533.746000', '114553.635000', '114553.638000', '114553.641000', '114553.643000', '114553.646000', '114553.649000', '114553.651000', '114553.654000', '114553.657000', '114553.659000', '114553.662000', '114553.664000', '114553.667000', '114553.670000', '114553.672000', '114553.675000', '114553.677000', '114553.680000', '114553.682000', '114553.685000', '114553.688000', '114553.690000', '114553.693000', '114553.695000', '114553.698000', '114553.701000', '114553.703000', '114553.706000', '114553.708000', '114553.711000', '114553.713000', '114553.716000', '114553.718000', '114553.721000', '114553.724000', '114553.726000', '114553.729000', '114553.731000', '114553.734000', '114553.736000', '114553.739000', '114553.742000', '114553.744000', '114553.747000', '114613.635000', '114613.638000', '114613.641000', '114613.644000', '114613.646000', '114613.649000', '114613.651000', '114613.654000', '114613.656000', '114613.659000', '114613.662000', '114613.664000', '114613.667000', '114613.669000', '114613.672000', '114613.675000', '114613.677000', '114613.680000', '114613.683000', '114613.685000', '114613.688000', '114613.690000', '114613.693000', '114613.696000', '114613.698000', '114613.701000', '114613.703000', '114613.706000', '114613.709000', '114613.711000', '114613.714000', '114613.716000', '114613.719000', '114613.721000', '114613.724000', '114613.727000', '114613.729000', '114613.732000', '114613.734000', '114613.737000', '114613.739000', '114613.742000', '114613.745000', '114633.636000', '114633.639000', '114633.642000', '114633.645000', '114633.647000', '114633.650000', '114633.653000', '114633.655000', '114633.658000', '114633.660000', '114633.663000', '114633.666000', '114633.668000', '114633.671000', '114633.674000', '114633.676000', '114633.679000', '114633.681000', '114633.684000', '114633.687000', '114633.689000', '114633.692000', '114633.695000', '114633.697000', '114633.700000', '114633.702000', '114633.705000', '114633.708000', '114633.710000', '114633.713000', '114633.715000', '114633.718000', '114633.721000', '114633.723000', '114633.726000', '114633.728000', '114633.731000', '114633.743000', '114633.746000', '114633.748000', '114633.751000', '114633.753000', '114633.756000', '114653.635000', '114653.638000', '114653.641000', '114653.644000', '114653.646000', '114653.649000', '114653.651000', '114653.654000', '114653.656000', '114653.659000', '114653.662000', '114653.664000', '114653.667000', '114653.669000', '114653.672000', '114653.675000', '114653.677000', '114653.680000', '114653.683000', '114653.685000', '114653.688000', '114653.690000', '114653.693000', '114653.696000', '114653.698000', '114653.701000', '114653.703000', '114653.706000', '114653.708000', '114653.711000', '114653.714000', '114653.716000', '114653.719000', '114653.721000', '114653.724000', '114653.727000', '114653.729000', '114653.732000', '114653.734000', '114653.737000', '114653.740000', '114653.742000', '114653.745000', '114653.747000', '114713.635000', '114713.638000', '114713.641000', '114713.644000', '114713.646000', '114713.649000', '114713.652000', '114713.654000', '114713.657000', '114713.659000', '114713.669000', '114713.672000', '114713.674000', '114713.677000', '114713.680000', '114713.683000', '114713.685000', '114713.688000', '114713.691000', '114713.693000', '114713.696000', '114713.699000', '114713.701000', '114713.704000', '114713.706000', '114713.709000', '114713.712000', '114713.714000', '114713.717000', '114713.719000', '114713.722000', '114713.725000', '114713.727000', '114713.730000', '114713.732000', '114713.735000', '114713.737000', '114713.740000', '114713.743000', '114713.745000', '114713.748000', '114713.750000', '114713.753000', '114713.755000', '114733.635000', '114733.638000', '114733.641000', '114733.643000', '114733.646000', '114733.649000', '114733.651000', '114733.654000', '114733.657000', '114733.659000', '114733.662000', '114733.665000', '114733.667000', '114733.670000', '114733.672000', '114733.675000', '114733.678000', '114733.680000', '114733.683000', '114733.686000', '114733.688000', '114733.691000', '114733.693000', '114733.696000', '114733.699000', '114733.701000', '114733.704000', '114733.706000', '114733.709000', '114733.712000', '114733.714000', '114733.717000', '114733.719000', '114733.722000', '114733.725000', '114733.727000', '114733.730000', '114733.732000', '114733.735000', '114733.737000', '114733.740000', '114733.743000', '114733.745000', '114753.635000', '114753.638000', '114753.641000', '114753.643000', '114753.646000', '114753.649000', '114753.651000', '114753.654000', '114753.657000', '114753.659000', '114753.662000', '114753.664000', '114753.667000', '114753.670000', '114753.672000', '114753.675000', '114753.677000', '114753.680000', '114753.683000', '114753.685000', '114753.688000', '114753.690000', '114753.693000', '114753.696000', '114753.698000', '114753.701000', '114753.705000', '114753.708000', '114753.710000', '114753.713000', '114753.716000', '114753.718000', '114753.721000', '114753.724000', '114753.726000', '114753.729000', '114753.731000', '114753.734000', '114753.737000', '114753.739000', '114753.742000', '114753.744000', '114753.747000', '114813.635000', '114813.638000', '114813.641000', '114813.643000', '114813.646000', '114813.649000', '114813.651000', '114813.654000', '114813.657000', '114813.659000', '114813.662000', '114813.664000', '114813.667000', '114813.670000', '114813.672000', '114813.675000', '114813.678000', '114813.680000', '114813.683000', '114813.694000', '114813.697000', '114813.699000', '114813.702000', '114813.704000', '114813.707000', '114813.710000', '114813.712000', '114813.715000', '114813.718000', '114813.720000', '114813.723000', '114813.725000', '114813.728000', '114813.731000', '114813.733000', '114813.736000', '114813.738000', '114813.741000', '114813.743000', '114813.746000', '114813.749000', '114813.751000', '114813.754000', '114813.756000', '114833.636000', '114833.639000', '114833.641000', '114833.644000', '114833.647000', '114833.649000', '114833.652000', '114833.655000', '114833.657000', '114833.660000', '114833.663000', '114833.665000', '114833.669000', '114833.672000', '114833.675000', '114833.677000', '114833.680000', '114833.683000', '114833.685000', '114833.688000', '114833.691000', '114833.693000', '114833.696000', '114833.699000', '114833.701000', '114833.704000', '114833.706000', '114833.709000', '114833.712000', '114833.714000', '114833.717000', '114833.719000', '114833.722000', '114833.725000', '114833.728000', '114833.730000', '114833.733000', '114833.736000', '114833.739000', '114833.742000', '114833.744000', '114833.747000', '114833.750000', '114853.637000', '114853.639000', '114853.642000', '114853.645000', '114853.648000', '114853.650000', '114853.653000', '114853.656000', '114853.658000', '114853.661000', '114853.663000', '114853.666000', '114853.669000', '114853.672000', '114853.674000', '114853.677000', '114853.679000', '114853.682000', '114853.685000', '114853.687000', '114853.690000', '114853.693000', '114853.695000', '114853.698000', '114853.700000', '114853.703000', '114853.706000', '114853.708000', '114853.711000', '114853.713000', '114853.716000', '114853.719000', '114853.721000', '114853.724000', '114853.726000', '114853.729000', '114853.732000', '114853.734000', '114853.737000', '114853.739000', '114853.742000', '114853.744000', '114853.747000', '114853.750000', '114913.635000', '114913.639000', '114913.641000', '114913.644000', '114913.646000', '114913.649000', '114913.652000', '114913.654000', '114913.657000', '114913.660000', '114913.662000', '114913.665000', '114913.667000', '114913.670000', '114913.673000', '114913.676000', '114913.680000', '114913.682000', '114913.685000', '114913.688000', '114913.690000', '114913.693000', '114913.695000', '114913.698000', '114913.701000', '114913.703000', '114913.706000', '114913.709000', '114913.711000', '114913.714000', '114913.717000', '114913.719000', '114913.722000', '114913.724000', '114913.727000', '114913.730000', '114913.732000', '114913.735000', '114913.738000', '114913.741000', '114913.743000', '114913.746000', '114913.748000', '114933.635000', '114933.638000', '114933.641000', '114933.644000', '114933.646000', '114933.649000', '114933.652000', '114933.654000', '114933.657000', '114933.659000', '114933.662000', '114933.665000', '114933.667000', '114933.670000', '114933.673000', '114933.675000', '114933.678000', '114933.680000', '114933.683000', '114933.686000', '114933.688000', '114933.691000', '114933.693000', '114933.696000', '114933.699000', '114933.701000', '114933.704000', '114933.707000', '114933.709000', '114933.712000', '114933.714000', '114933.717000', '114933.720000', '114933.722000', '114933.725000', '114933.727000', '114933.730000', '114933.733000', '114933.735000', '114933.738000', '114933.740000', '114933.743000', '114933.746000', '114933.748000', '114953.635000', '114953.638000', '114953.641000', '114953.643000', '114953.646000', '114953.649000', '114953.651000', '114953.654000', '114953.657000', '114953.659000', '114953.662000', '114953.664000', '114953.667000', '114953.670000', '114953.672000', '114953.675000', '114953.678000', '114953.680000', '114953.683000', '114953.685000', '114953.688000', '114953.691000', '114953.693000', '114953.696000', '114953.698000', '114953.701000', '114953.704000', '114953.706000', '114953.710000', '114953.713000', '114953.716000', '114953.719000', '114953.722000', '114953.724000', '114953.727000', '114953.729000', '114953.732000', '114953.735000', '114953.737000', '114953.740000', '114953.742000', '114953.745000', '114953.748000', '115013.635000', '115013.639000', '115013.642000', '115013.644000', '115013.647000', '115013.650000', '115013.652000', '115013.655000', '115013.657000', '115013.660000', '115013.663000', '115013.665000', '115013.668000', '115013.671000', '115013.673000', '115013.676000', '115013.679000', '115013.681000', '115013.684000', '115013.687000', '115013.689000', '115013.692000', '115013.695000', '115013.697000', '115013.700000', '115013.703000', '115013.705000', '115013.708000', '115013.710000', '115013.713000', '115013.716000', '115013.718000', '115013.721000', '115013.723000', '115013.726000', '115013.729000', '115013.731000', '115013.734000', '115013.736000', '115013.739000', '115013.742000', '115013.744000', '115013.747000', '115013.751000', '115033.636000', '115033.638000', '115033.641000', '115033.644000', '115033.646000', '115033.649000', '115033.651000', '115033.654000', '115033.657000', '115033.659000', '115033.662000', '115033.664000', '115033.667000', '115033.670000', '115033.672000', '115033.675000', '115033.677000', '115033.680000', '115033.683000', '115033.685000', '115033.688000', '115033.690000', '115033.693000', '115033.695000', '115033.698000', '115033.701000', '115033.703000', '115033.706000', '115033.708000', '115033.711000', '115033.714000', '115033.716000', '115033.719000', '115033.722000', '115033.724000', '115033.727000', '115033.730000', '115033.732000', '115033.735000', '115033.737000', '115033.740000', '115033.743000', '115033.745000', '115053.637000', '115053.639000', '115053.642000', '115053.645000', '115053.648000', '115053.650000', '115053.653000', '115053.656000', '115053.658000', '115053.661000', '115053.663000', '115053.666000', '115053.669000', '115053.671000', '115053.674000', '115053.676000', '115053.679000', '115053.682000', '115053.684000', '115053.687000', '115053.689000', '115053.692000', '115053.695000', '115053.697000', '115053.700000', '115053.702000', '115053.705000', '115053.708000', '115053.710000', '115053.713000', '115053.716000', '115053.718000', '115053.721000', '115053.723000', '115053.726000', '115053.728000', '115053.731000', '115053.734000', '115053.736000', '115053.739000', '115053.742000', '115053.744000', '115053.747000', '115053.749000', '115113.637000', '115113.640000', '115113.642000', '115113.645000', '115113.648000', '115113.650000', '115113.653000', '115113.655000', '115113.658000', '115113.661000', '115113.663000', '115113.666000', '115113.669000', '115113.671000', '115113.674000', '115113.676000', '115113.679000', '115113.682000', '115113.684000', '115113.687000', '115113.690000', '115113.692000', '115113.695000', '115113.697000', '115113.700000', '115113.703000', '115113.705000', '115113.708000', '115113.710000', '115113.713000', '115113.716000', '115113.718000', '115113.721000', '115113.723000', '115113.726000', '115113.729000', '115113.731000', '115113.734000', '115113.736000', '115113.739000', '115113.742000', '115113.744000', '115113.747000', '115133.635000', '115133.638000', '115133.641000', '115133.644000', '115133.647000', '115133.649000', '115133.652000', '115133.654000', '115133.657000', '115133.659000', '115133.662000', '115133.665000', '115133.667000', '115133.670000', '115133.673000', '115133.675000', '115133.678000', '115133.680000', '115133.683000', '115133.686000', '115133.688000', '115133.691000', '115133.693000', '115133.696000', '115133.699000', '115133.701000', '115133.704000', '115133.707000', '115133.709000', '115133.712000', '115133.715000', '115133.717000', '115133.720000', '115133.722000', '115133.725000', '115133.728000', '115133.730000', '115133.733000', '115133.736000', '115133.738000', '115133.741000', '115133.743000', '115133.746000', '115133.749000', '115140.372000', '115140.375000', '115140.378000', '115140.380000', '115140.383000', '115140.386000', '115140.388000', '115140.391000', '115140.393000', '115140.396000', '115140.399000', '115140.401000', '115140.404000', '115140.407000', '115140.409000'], 'InstanceCreationTime': ['114453.665000', '114453.668000', '114453.671000', '114453.673000', '114453.676000', '114453.679000', '114453.681000', '114453.684000', '114453.686000', '114453.689000', '114453.692000', '114453.694000', '114453.697000', '114453.699000', '114453.702000', '114453.705000', '114453.707000', '114453.710000', '114453.718000', '114453.720000', '114453.723000', '114453.726000', '114453.728000', '114453.731000', '114453.733000', '114453.736000', '114453.738000', '114453.751000', '114453.753000', '114513.655000', '114513.659000', '114513.661000', '114513.669000', '114513.672000', '114513.674000', '114513.677000', '114513.679000', '114513.682000', '114513.684000', '114513.687000', '114513.689000', '114513.692000', '114513.695000', '114513.697000', '114513.700000', '114513.705000', '114513.707000', '114513.710000', '114513.712000', '114513.715000', '114513.717000', '114513.720000', '114513.722000', '114513.725000', '114513.728000', '114513.730000', '114513.733000', '114513.735000', '114513.738000', '114513.740000', '114513.743000', '114513.745000', '114513.748000', '114513.751000', '114513.753000', '114513.756000', '114513.758000', '114513.761000', '114513.763000', '114513.766000', '114513.769000', '114513.771000', '114513.774000', '114533.635000', '114533.638000', '114533.641000', '114533.643000', '114533.646000', '114533.649000', '114533.651000', '114533.654000', '114533.657000', '114533.659000', '114533.662000', '114533.665000', '114533.667000', '114533.670000', '114533.672000', '114533.675000', '114533.678000', '114533.680000', '114533.683000', '114533.685000', '114533.688000', '114533.690000', '114533.693000', '114533.696000', '114533.698000', '114533.701000', '114533.703000', '114533.706000', '114533.708000', '114533.711000', '114533.713000', '114533.716000', '114533.719000', '114533.721000', '114533.724000', '114533.726000', '114533.729000', '114533.731000', '114533.736000', '114533.738000', '114533.741000', '114533.743000', '114533.746000', '114553.635000', '114553.638000', '114553.641000', '114553.643000', '114553.646000', '114553.649000', '114553.651000', '114553.654000', '114553.657000', '114553.659000', '114553.662000', '114553.664000', '114553.667000', '114553.670000', '114553.672000', '114553.675000', '114553.677000', '114553.680000', '114553.682000', '114553.685000', '114553.688000', '114553.690000', '114553.693000', '114553.695000', '114553.698000', '114553.701000', '114553.703000', '114553.706000', '114553.708000', '114553.711000', '114553.713000', '114553.716000', '114553.718000', '114553.721000', '114553.724000', '114553.726000', '114553.729000', '114553.731000', '114553.734000', '114553.736000', '114553.739000', '114553.742000', '114553.744000', '114553.747000', '114613.635000', '114613.638000', '114613.641000', '114613.644000', '114613.646000', '114613.649000', '114613.651000', '114613.654000', '114613.656000', '114613.659000', '114613.662000', '114613.664000', '114613.667000', '114613.669000', '114613.672000', '114613.675000', '114613.677000', '114613.680000', '114613.683000', '114613.685000', '114613.688000', '114613.690000', '114613.693000', '114613.696000', '114613.698000', '114613.701000', '114613.703000', '114613.706000', '114613.709000', '114613.711000', '114613.714000', '114613.716000', '114613.719000', '114613.721000', '114613.724000', '114613.727000', '114613.729000', '114613.732000', '114613.734000', '114613.737000', '114613.739000', '114613.742000', '114613.745000', '114633.636000', '114633.639000', '114633.642000', '114633.645000', '114633.647000', '114633.650000', '114633.653000', '114633.655000', '114633.658000', '114633.660000', '114633.663000', '114633.666000', '114633.668000', '114633.671000', '114633.674000', '114633.676000', '114633.679000', '114633.681000', '114633.684000', '114633.687000', '114633.689000', '114633.692000', '114633.695000', '114633.697000', '114633.700000', '114633.702000', '114633.705000', '114633.708000', '114633.710000', '114633.713000', '114633.715000', '114633.718000', '114633.721000', '114633.723000', '114633.726000', '114633.728000', '114633.731000', '114633.743000', '114633.746000', '114633.748000', '114633.751000', '114633.753000', '114633.756000', '114653.635000', '114653.638000', '114653.641000', '114653.644000', '114653.646000', '114653.649000', '114653.651000', '114653.654000', '114653.656000', '114653.659000', '114653.662000', '114653.664000', '114653.667000', '114653.669000', '114653.672000', '114653.675000', '114653.677000', '114653.680000', '114653.683000', '114653.685000', '114653.688000', '114653.690000', '114653.693000', '114653.696000', '114653.698000', '114653.701000', '114653.703000', '114653.706000', '114653.708000', '114653.711000', '114653.714000', '114653.716000', '114653.719000', '114653.721000', '114653.724000', '114653.727000', '114653.729000', '114653.732000', '114653.734000', '114653.737000', '114653.740000', '114653.742000', '114653.745000', '114653.747000', '114713.635000', '114713.638000', '114713.641000', '114713.644000', '114713.646000', '114713.649000', '114713.652000', '114713.654000', '114713.657000', '114713.659000', '114713.669000', '114713.672000', '114713.674000', '114713.677000', '114713.680000', '114713.683000', '114713.685000', '114713.688000', '114713.691000', '114713.693000', '114713.696000', '114713.699000', '114713.701000', '114713.704000', '114713.706000', '114713.709000', '114713.712000', '114713.714000', '114713.717000', '114713.719000', '114713.722000', '114713.725000', '114713.727000', '114713.730000', '114713.732000', '114713.735000', '114713.737000', '114713.740000', '114713.743000', '114713.745000', '114713.748000', '114713.750000', '114713.753000', '114713.755000', '114733.635000', '114733.638000', '114733.641000', '114733.643000', '114733.646000', '114733.649000', '114733.651000', '114733.654000', '114733.657000', '114733.659000', '114733.662000', '114733.665000', '114733.667000', '114733.670000', '114733.672000', '114733.675000', '114733.678000', '114733.680000', '114733.683000', '114733.686000', '114733.688000', '114733.691000', '114733.693000', '114733.696000', '114733.699000', '114733.701000', '114733.704000', '114733.706000', '114733.709000', '114733.712000', '114733.714000', '114733.717000', '114733.719000', '114733.722000', '114733.725000', '114733.727000', '114733.730000', '114733.732000', '114733.735000', '114733.737000', '114733.740000', '114733.743000', '114733.745000', '114753.635000', '114753.638000', '114753.641000', '114753.643000', '114753.646000', '114753.649000', '114753.651000', '114753.654000', '114753.657000', '114753.659000', '114753.662000', '114753.664000', '114753.667000', '114753.670000', '114753.672000', '114753.675000', '114753.677000', '114753.680000', '114753.683000', '114753.685000', '114753.688000', '114753.690000', '114753.693000', '114753.696000', '114753.698000', '114753.701000', '114753.705000', '114753.708000', '114753.710000', '114753.713000', '114753.716000', '114753.718000', '114753.721000', '114753.724000', '114753.726000', '114753.729000', '114753.731000', '114753.734000', '114753.737000', '114753.739000', '114753.742000', '114753.744000', '114753.747000', '114813.635000', '114813.638000', '114813.641000', '114813.643000', '114813.646000', '114813.649000', '114813.651000', '114813.654000', '114813.657000', '114813.659000', '114813.662000', '114813.664000', '114813.667000', '114813.670000', '114813.672000', '114813.675000', '114813.678000', '114813.680000', '114813.683000', '114813.694000', '114813.697000', '114813.699000', '114813.702000', '114813.704000', '114813.707000', '114813.710000', '114813.712000', '114813.715000', '114813.718000', '114813.720000', '114813.723000', '114813.725000', '114813.728000', '114813.731000', '114813.733000', '114813.736000', '114813.738000', '114813.741000', '114813.743000', '114813.746000', '114813.749000', '114813.751000', '114813.754000', '114813.756000', '114833.636000', '114833.639000', '114833.641000', '114833.644000', '114833.647000', '114833.649000', '114833.652000', '114833.655000', '114833.657000', '114833.660000', '114833.663000', '114833.665000', '114833.669000', '114833.672000', '114833.675000', '114833.677000', '114833.680000', '114833.683000', '114833.685000', '114833.688000', '114833.691000', '114833.693000', '114833.696000', '114833.699000', '114833.701000', '114833.704000', '114833.706000', '114833.709000', '114833.712000', '114833.714000', '114833.717000', '114833.719000', '114833.722000', '114833.725000', '114833.728000', '114833.730000', '114833.733000', '114833.736000', '114833.739000', '114833.742000', '114833.744000', '114833.747000', '114833.750000', '114853.637000', '114853.639000', '114853.642000', '114853.645000', '114853.648000', '114853.650000', '114853.653000', '114853.656000', '114853.658000', '114853.661000', '114853.663000', '114853.666000', '114853.669000', '114853.672000', '114853.674000', '114853.677000', '114853.679000', '114853.682000', '114853.685000', '114853.687000', '114853.690000', '114853.693000', '114853.695000', '114853.698000', '114853.700000', '114853.703000', '114853.706000', '114853.708000', '114853.711000', '114853.713000', '114853.716000', '114853.719000', '114853.721000', '114853.724000', '114853.726000', '114853.729000', '114853.732000', '114853.734000', '114853.737000', '114853.739000', '114853.742000', '114853.744000', '114853.747000', '114853.750000', '114913.635000', '114913.639000', '114913.641000', '114913.644000', '114913.646000', '114913.649000', '114913.652000', '114913.654000', '114913.657000', '114913.660000', '114913.662000', '114913.665000', '114913.667000', '114913.670000', '114913.673000', '114913.676000', '114913.680000', '114913.682000', '114913.685000', '114913.688000', '114913.690000', '114913.693000', '114913.695000', '114913.698000', '114913.701000', '114913.703000', '114913.706000', '114913.709000', '114913.711000', '114913.714000', '114913.717000', '114913.719000', '114913.722000', '114913.724000', '114913.727000', '114913.730000', '114913.732000', '114913.735000', '114913.738000', '114913.741000', '114913.743000', '114913.746000', '114913.748000', '114933.635000', '114933.638000', '114933.641000', '114933.644000', '114933.646000', '114933.649000', '114933.652000', '114933.654000', '114933.657000', '114933.659000', '114933.662000', '114933.665000', '114933.667000', '114933.670000', '114933.673000', '114933.675000', '114933.678000', '114933.680000', '114933.683000', '114933.686000', '114933.688000', '114933.691000', '114933.693000', '114933.696000', '114933.699000', '114933.701000', '114933.704000', '114933.707000', '114933.709000', '114933.712000', '114933.714000', '114933.717000', '114933.720000', '114933.722000', '114933.725000', '114933.727000', '114933.730000', '114933.733000', '114933.735000', '114933.738000', '114933.740000', '114933.743000', '114933.746000', '114933.748000', '114953.635000', '114953.638000', '114953.641000', '114953.643000', '114953.646000', '114953.649000', '114953.651000', '114953.654000', '114953.657000', '114953.659000', '114953.662000', '114953.664000', '114953.667000', '114953.670000', '114953.672000', '114953.675000', '114953.678000', '114953.680000', '114953.683000', '114953.685000', '114953.688000', '114953.691000', '114953.693000', '114953.696000', '114953.698000', '114953.701000', '114953.704000', '114953.706000', '114953.710000', '114953.713000', '114953.716000', '114953.719000', '114953.722000', '114953.724000', '114953.727000', '114953.729000', '114953.732000', '114953.735000', '114953.737000', '114953.740000', '114953.742000', '114953.745000', '114953.748000', '115013.635000', '115013.639000', '115013.642000', '115013.644000', '115013.647000', '115013.650000', '115013.652000', '115013.655000', '115013.657000', '115013.660000', '115013.663000', '115013.665000', '115013.668000', '115013.671000', '115013.673000', '115013.676000', '115013.679000', '115013.681000', '115013.684000', '115013.687000', '115013.689000', '115013.692000', '115013.695000', '115013.697000', '115013.700000', '115013.703000', '115013.705000', '115013.708000', '115013.710000', '115013.713000', '115013.716000', '115013.718000', '115013.721000', '115013.723000', '115013.726000', '115013.729000', '115013.731000', '115013.734000', '115013.736000', '115013.739000', '115013.742000', '115013.744000', '115013.747000', '115013.751000', '115033.636000', '115033.638000', '115033.641000', '115033.644000', '115033.646000', '115033.649000', '115033.651000', '115033.654000', '115033.657000', '115033.659000', '115033.662000', '115033.664000', '115033.667000', '115033.670000', '115033.672000', '115033.675000', '115033.677000', '115033.680000', '115033.683000', '115033.685000', '115033.688000', '115033.690000', '115033.693000', '115033.695000', '115033.698000', '115033.701000', '115033.703000', '115033.706000', '115033.708000', '115033.711000', '115033.714000', '115033.716000', '115033.719000', '115033.722000', '115033.724000', '115033.727000', '115033.730000', '115033.732000', '115033.735000', '115033.737000', '115033.740000', '115033.743000', '115033.745000', '115053.637000', '115053.639000', '115053.642000', '115053.645000', '115053.648000', '115053.650000', '115053.653000', '115053.656000', '115053.658000', '115053.661000', '115053.663000', '115053.666000', '115053.669000', '115053.671000', '115053.674000', '115053.676000', '115053.679000', '115053.682000', '115053.684000', '115053.687000', '115053.689000', '115053.692000', '115053.695000', '115053.697000', '115053.700000', '115053.702000', '115053.705000', '115053.708000', '115053.710000', '115053.713000', '115053.716000', '115053.718000', '115053.721000', '115053.723000', '115053.726000', '115053.728000', '115053.731000', '115053.734000', '115053.736000', '115053.739000', '115053.742000', '115053.744000', '115053.747000', '115053.749000', '115113.637000', '115113.640000', '115113.642000', '115113.645000', '115113.648000', '115113.650000', '115113.653000', '115113.655000', '115113.658000', '115113.661000', '115113.663000', '115113.666000', '115113.669000', '115113.671000', '115113.674000', '115113.676000', '115113.679000', '115113.682000', '115113.684000', '115113.687000', '115113.690000', '115113.692000', '115113.695000', '115113.697000', '115113.700000', '115113.703000', '115113.705000', '115113.708000', '115113.710000', '115113.713000', '115113.716000', '115113.718000', '115113.721000', '115113.723000', '115113.726000', '115113.729000', '115113.731000', '115113.734000', '115113.736000', '115113.739000', '115113.742000', '115113.744000', '115113.747000', '115133.635000', '115133.638000', '115133.641000', '115133.644000', '115133.647000', '115133.649000', '115133.652000', '115133.654000', '115133.657000', '115133.659000', '115133.662000', '115133.665000', '115133.667000', '115133.670000', '115133.673000', '115133.675000', '115133.678000', '115133.680000', '115133.683000', '115133.686000', '115133.688000', '115133.691000', '115133.693000', '115133.696000', '115133.699000', '115133.701000', '115133.704000', '115133.707000', '115133.709000', '115133.712000', '115133.715000', '115133.717000', '115133.720000', '115133.722000', '115133.725000', '115133.728000', '115133.730000', '115133.733000', '115133.736000', '115133.738000', '115133.741000', '115133.743000', '115133.746000', '115133.749000', '115140.372000', '115140.375000', '115140.378000', '115140.380000', '115140.383000', '115140.386000', '115140.388000', '115140.391000', '115140.393000', '115140.396000', '115140.399000', '115140.401000', '115140.404000', '115140.407000', '115140.409000'], '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': [6799, 6620, 6780, 6870, 6783, 8393, 6303, 8098, 6167, 7442, 6452, 6989, 6566, 6681, 8281, 6351, 8364, 6471, 6475, 7804, 6499, 7595, 6092, 6351, 7756, 6227, 7768, 6430, 7093, 6301, 6604, 6215, 6481, 8133, 6276, 8218, 6539, 7018, 6637, 6746, 8624, 6231, 7848, 6460, 6202, 6866, 6640, 8115, 6216, 6607, 6319, 6482, 7656, 6476, 8222, 6342, 7046, 6457, 6654, 7502, 6568, 8121, 6191, 7691, 6379, 6549, 7788, 6589, 7922, 6333, 6874, 6208, 6349, 7553, 6168, 7833, 6505, 6496, 6279, 6371, 7965, 6279, 8157, 6402, 6423, 6240, 6317, 8043, 6424, 7776, 6593, 6699, 6144, 6501, 8099, 6635, 7269, 6394, 6319, 7859, 6413, 8373, 6227, 7271, 6196, 6725, 7643, 6436, 7682, 6271, 6811, 6512, 6598, 7628, 6475, 7461, 6388, 7355, 6395, 6281, 7749, 6346, 8058, 6429, 6658, 6520, 6340, 8048, 6250, 8136, 6590, 6486, 6349, 6458, 7865, 6412, 7144, 6314, 6659, 6367, 6331, 8152, 6499, 7310, 6396, 6403, 7082, 6241, 8384, 6351, 7483, 6629, 6448, 6231, 6409, 8082, 6318, 7981, 6284, 6360, 6263, 6407, 7357, 6434, 7585, 6204, 6827, 6143, 6323, 6934, 6345, 8079, 6365, 7130, 6182, 6195, 8534, 6342, 8194, 6294, 6678, 6288, 6408, 7760, 6459, 7296, 6410, 6630, 6419, 6252, 8273, 6387, 7928, 6215, 6695, 7994, 6419, 8422, 6389, 6874, 6172, 6660, 7712, 6396, 7861, 6539, 6509, 6264, 6287, 7722, 6499, 7656, 6372, 6440, 6208, 6432, 8032, 6379, 8122, 6357, 6311, 6343, 6449, 8105, 6574, 7493, 6735, 6265, 6092, 6766, 7895, 6403, 6533, 6337, 6416, 7646, 6358, 8375, 6272, 6578, 6322, 6293, 7808, 6354, 7899, 6373, 7100, 6461, 6274, 7524, 6338, 7793, 6324, 6840, 6220, 6333, 7703, 6535, 7821, 6328, 6768, 6280, 6505, 7868, 6318, 8148, 6297, 6220, 6298, 6741, 7297, 6488, 8365, 6332, 8056, 6182, 6880, 6426, 6428, 6420, 8008, 6441, 8150, 7198, 6245, 9084, 6211, 6800, 6479, 6381, 6821, 6155, 7484, 6331, 7629, 6526, 6875, 6251, 6492, 6125, 6541, 6275, 6224, 8370, 6326, 7751, 6591, 6739, 6515, 6480, 8484, 6279, 8919, 6360, 8736, 6461, 6041, 6341, 6291, 6538, 8276, 6441, 7314, 9200, 6120, 8234, 6407, 6488, 7535, 6396, 8546, 6706, 7453, 6367, 6382, 8776, 6295, 8520, 6253, 7558, 6450, 6314, 9100, 6249, 8179, 6570, 6491, 6743, 6338, 8462, 6504, 7598, 6343, 6261, 6387, 6396, 8305, 6602, 7100, 6442, 6285, 6309, 6686, 7969, 6540, 6878, 6424, 6535, 8619, 6304, 7859, 6613, 6156, 6041, 6368, 7140, 6256, 6619, 6059, 6503, 8143, 6332, 7338, 6137, 6459, 8679, 6395, 7070, 6202, 6525, 8429, 6448, 7876, 6633, 6304, 6042, 6622, 7741, 6398, 6581, 6481, 6488, 6682, 6498, 8375, 6669, 7188, 6190, 6786, 7202, 6599, 8218, 6314, 7680, 6171, 6376, 8862, 6331, 6854, 6391, 6444, 6569, 6456, 7972, 6384, 7428, 6501, 6295, 6571, 6495, 7930, 6434, 7799, 6440, 7127, 6497, 6676, 6301, 6808, 6510, 8206, 6489, 8206, 6419, 7856, 7805, 6359, 8803, 6503, 7316, 6442, 6835, 8283, 6480, 7134, 6605, 6691, 5989, 6507, 7207, 6436, 7677, 6234, 6230, 6295, 6336, 7197, 6492, 8006, 6355, 7831, 6437, 6562, 6191, 6149, 8447, 6314, 7737, 6360, 6908, 6130, 6355, 8285, 6178, 7766, 6371, 6991, 6220, 6447, 8878, 6291, 8702, 6341, 7182, 6265, 6248, 9030, 6251, 8372, 6366, 6701, 6419, 6116, 8638, 6301, 7746, 6370, 6808, 6230, 6238, 7420, 6327, 7829, 6296, 6896, 6206, 6470, 8376, 6453, 8332, 6467, 6480, 6389, 6544, 8444, 6221, 8251, 6106, 6791, 6319, 6289, 8243, 6396, 8161, 6322, 7224, 6448, 6404, 7435, 6453, 8106, 6338, 7414, 6433, 6892, 7665, 6117, 8773, 6367, 7334, 6540, 6431, 6511, 6318, 8601, 6234, 8274, 6358, 6633, 6461, 6589, 7663, 6148, 8050, 6242, 8047, 6720, 6359, 6571, 6330, 7219, 6202, 7649, 6585, 7376, 6338, 6440, 6412, 6513, 8560, 6263, 7983, 6418, 6390, 8144, 6235, 8561, 6189, 7106, 6572, 6145, 7316, 6343, 7449, 6327, 6515, 6117, 6335, 7211, 6382, 8029, 6284, 6407, 6538, 6369, 8915, 6227, 8312, 6249, 6698, 7582, 6185, 9323, 6070, 7668, 6368, 6391, 7460, 6257, 8419, 6356, 7654, 6440, 6273, 8096, 6463, 8013, 6501, 6858, 6218, 6332, 8695, 6665, 7352, 6611, 6514, 6457, 6305, 8196, 6467, 8180, 6284, 6374, 6048, 6443, 8220, 6480, 7255, 6593, 6926, 6218, 6524, 8997, 6266, 7628, 6227, 6657, 7468, 6528, 9049, 6368, 7561, 6074, 6640, 6117, 6286, 7951, 6395, 8450, 6196, 8454, 6528, 6902, 6185, 6481, 8490, 6500, 7713, 6606, 7137, 6332, 6266, 6065, 6355, 8615, 6378, 7589, 6477, 7021, 6356, 6722, 7919, 6275, 9136, 6087, 8037, 6134, 7120, 6372, 6224, 7478, 6157, 8178, 6216, 7950, 6285, 6945, 6131, 6268, 7887, 6362, 8668, 6332, 7508, 6204, 6232, 7900, 6167, 8104, 6184, 6491, 6134, 6596, 7335, 6219, 7729, 6220, 6793, 6219, 6344, 8312, 6273, 8470, 6574, 7157, 8079, 6241, 8561, 6145, 7151, 6243, 6770, 6912, 6290, 7749, 6282, 6598, 6282, 6343, 7844, 6287, 8651, 6321, 7562, 6393, 6347, 8566, 6293, 8285, 6624, 6894, 6555, 6313, 7662, 6284, 7541, 6308, 6720, 6163, 6480, 8121, 6917, 8369, 6492, 7456, 6576, 6644, 7680, 6343, 8492, 6426, 7605, 6464, 6332, 6252, 6568, 8080, 6560, 7683, 6563, 6686, 6140, 6333, 7557, 6290, 7987, 6389, 7234, 6347, 6287, 6176, 6303, 7762, 6286, 7577, 6380, 6950, 7176, 6503, 8837, 6617, 8230, 6282, 6452, 8055, 6216, 8463, 6272, 6864, 6321, 6161, 7578, 6201, 7284, 6132, 6391, 6166, 6130, 8124, 6322, 7949, 6172, 6902, 6278, 6244, 8596, 6093, 7530, 6443, 6376, 8416, 6328, 8154, 6222, 6471, 6370, 6291, 7823, 6239, 7848, 6184, 6229, 6154, 6277, 8306, 6216, 8086, 6471, 7462, 6333, 6493, 8412, 6386, 8076, 6476, 7070, 6367, 6590, 7586, 6584, 8677, 6304, 6871, 6293, 6624, 7601, 6642, 8277, 6398, 7583, 6520, 6418, 6224, 6347, 7838, 6491, 7126, 6656, 6489, 6336, 6466, 7575, 6444, 8267, 6588, 7889, 6380, 6487, 6578, 6507, 7741, 6459, 7296, 6412, 6431, 8155, 6216, 8544, 6608, 7420, 6321, 6301, 7866, 6541], 'WindowCenter': [3573.0, 3558.0, 3569.0, 3570.0, 3567.0, 3573.0, 3541.0, 3562.0, 3530.0, 3549.0, 3527.0, 3537.0, 3538.0, 3541.0, 3573.0, 3530.0, 3560.0, 3527.0, 3528.0, 3547.0, 3526.0, 3547.0, 3514.0, 3527.0, 3548.0, 3516.0, 3548.0, 3528.0, 3549.0, 3539.0, 3539.0, 3517.0, 3529.0, 3560.0, 3529.0, 3560.0, 3527.0, 3539.0, 3527.0, 3528.0, 3557.0, 3516.0, 3547.0, 3525.0, 3516.0, 3526.0, 3526.0, 3546.0, 3514.0, 3524.0, 3514.0, 3527.0, 3548.0, 3526.0, 3559.0, 3527.0, 3536.0, 3525.0, 3525.0, 3536.0, 3527.0, 3558.0, 3516.0, 3547.0, 3526.0, 3526.0, 3546.0, 3526.0, 3547.0, 3524.0, 3526.0, 3515.0, 3527.0, 3547.0, 3515.0, 3548.0, 3525.0, 3526.0, 3513.0, 3526.0, 3546.0, 3526.0, 3560.0, 3527.0, 3526.0, 3513.0, 3526.0, 3546.0, 3527.0, 3548.0, 3526.0, 3539.0, 3527.0, 3528.0, 3559.0, 3536.0, 3547.0, 3526.0, 3528.0, 3558.0, 3526.0, 3559.0, 3516.0, 3549.0, 3515.0, 3525.0, 3546.0, 3525.0, 3548.0, 3527.0, 3526.0, 3526.0, 3537.0, 3548.0, 3525.0, 3536.0, 3527.0, 3548.0, 3526.0, 3527.0, 3547.0, 3526.0, 3548.0, 3525.0, 3526.0, 3514.0, 3527.0, 3548.0, 3527.0, 3547.0, 3536.0, 3526.0, 3525.0, 3526.0, 3546.0, 3526.0, 3536.0, 3527.0, 3538.0, 3526.0, 3527.0, 3559.0, 3526.0, 3547.0, 3526.0, 3527.0, 3538.0, 3528.0, 3560.0, 3527.0, 3548.0, 3525.0, 3527.0, 3515.0, 3526.0, 3557.0, 3526.0, 3560.0, 3526.0, 3526.0, 3526.0, 3526.0, 3536.0, 3526.0, 3548.0, 3527.0, 3539.0, 3527.0, 3539.0, 3549.0, 3528.0, 3559.0, 3526.0, 3538.0, 3515.0, 3527.0, 3558.0, 3528.0, 3558.0, 3526.0, 3537.0, 3524.0, 3526.0, 3546.0, 3526.0, 3548.0, 3527.0, 3539.0, 3527.0, 3528.0, 3559.0, 3527.0, 3558.0, 3515.0, 3539.0, 3558.0, 3525.0, 3559.0, 3526.0, 3537.0, 3514.0, 3525.0, 3534.0, 3525.0, 3547.0, 3526.0, 3526.0, 3525.0, 3526.0, 3548.0, 3525.0, 3547.0, 3525.0, 3527.0, 3516.0, 3527.0, 3559.0, 3528.0, 3558.0, 3542.0, 3541.0, 3541.0, 3541.0, 3560.0, 3537.0, 3547.0, 3536.0, 3527.0, 3527.0, 3537.0, 3557.0, 3526.0, 3527.0, 3526.0, 3539.0, 3562.0, 3540.0, 3559.0, 3526.0, 3527.0, 3526.0, 3527.0, 3547.0, 3525.0, 3548.0, 3527.0, 3537.0, 3527.0, 3527.0, 3548.0, 3527.0, 3548.0, 3526.0, 3537.0, 3516.0, 3530.0, 3549.0, 3527.0, 3548.0, 3526.0, 3526.0, 3525.0, 3527.0, 3546.0, 3526.0, 3559.0, 3526.0, 3516.0, 3526.0, 3537.0, 3547.0, 3527.0, 3571.0, 3541.0, 3562.0, 3529.0, 3551.0, 3540.0, 3528.0, 3527.0, 3559.0, 3528.0, 3562.0, 3538.0, 3527.0, 3569.0, 3503.0, 3523.0, 3512.0, 3512.0, 3524.0, 3514.0, 3534.0, 3525.0, 3545.0, 3525.0, 3535.0, 3526.0, 3527.0, 3516.0, 3528.0, 3539.0, 3528.0, 3559.0, 3527.0, 3548.0, 3537.0, 3539.0, 3528.0, 3529.0, 3585.0, 3541.0, 3570.0, 3514.0, 3555.0, 3511.0, 3526.0, 3527.0, 3538.0, 3541.0, 3571.0, 3539.0, 3550.0, 3570.0, 3515.0, 3556.0, 3513.0, 3512.0, 3533.0, 3512.0, 3555.0, 3523.0, 3534.0, 3512.0, 3512.0, 3543.0, 3510.0, 3542.0, 3498.0, 3520.0, 3498.0, 3498.0, 3540.0, 3497.0, 3529.0, 3507.0, 3498.0, 3508.0, 3509.0, 3530.0, 3498.0, 3518.0, 3497.0, 3497.0, 3498.0, 3510.0, 3530.0, 3509.0, 3519.0, 3508.0, 3510.0, 3509.0, 3511.0, 3531.0, 3511.0, 3521.0, 3510.0, 3512.0, 3556.0, 3526.0, 3545.0, 3537.0, 3515.0, 3513.0, 3524.0, 3523.0, 3524.0, 3525.0, 3514.0, 3526.0, 3547.0, 3539.0, 3549.0, 3515.0, 3528.0, 3558.0, 3524.0, 3536.0, 3514.0, 3526.0, 3559.0, 3527.0, 3559.0, 3538.0, 3539.0, 3516.0, 3537.0, 3547.0, 3527.0, 3553.0, 3542.0, 3554.0, 3551.0, 3540.0, 3571.0, 3539.0, 3538.0, 3528.0, 3539.0, 3549.0, 3539.0, 3571.0, 3528.0, 3560.0, 3528.0, 3527.0, 3568.0, 3526.0, 3536.0, 3525.0, 3526.0, 3537.0, 3529.0, 3560.0, 3539.0, 3550.0, 3539.0, 3544.0, 3541.0, 3544.0, 3560.0, 3540.0, 3563.0, 3541.0, 3552.0, 3540.0, 3551.0, 3541.0, 3541.0, 3554.0, 3600.0, 3557.0, 3587.0, 3541.0, 3562.0, 3548.0, 3527.0, 3569.0, 3528.0, 3550.0, 3526.0, 3525.0, 3557.0, 3526.0, 3536.0, 3525.0, 3525.0, 3514.0, 3542.0, 3548.0, 3528.0, 3548.0, 3528.0, 3529.0, 3528.0, 3540.0, 3538.0, 3529.0, 3560.0, 3529.0, 3550.0, 3540.0, 3541.0, 3529.0, 3529.0, 3561.0, 3529.0, 3561.0, 3529.0, 3540.0, 3529.0, 3541.0, 3572.0, 3529.0, 3561.0, 3529.0, 3551.0, 3530.0, 3542.0, 3572.0, 3530.0, 3573.0, 3529.0, 3539.0, 3527.0, 3527.0, 3569.0, 3528.0, 3560.0, 3527.0, 3538.0, 3527.0, 3516.0, 3558.0, 3526.0, 3546.0, 3526.0, 3526.0, 3515.0, 3517.0, 3548.0, 3528.0, 3547.0, 3540.0, 3552.0, 3529.0, 3539.0, 3560.0, 3539.0, 3571.0, 3527.0, 3526.0, 3539.0, 3541.0, 3558.0, 3516.0, 3558.0, 3515.0, 3525.0, 3514.0, 3526.0, 3556.0, 3526.0, 3558.0, 3525.0, 3536.0, 3527.0, 3527.0, 3548.0, 3526.0, 3558.0, 3526.0, 3547.0, 3515.0, 3537.0, 3547.0, 3515.0, 3557.0, 3514.0, 3534.0, 3513.0, 3514.0, 3513.0, 3526.0, 3556.0, 3515.0, 3558.0, 3525.0, 3525.0, 3514.0, 3526.0, 3545.0, 3515.0, 3548.0, 3527.0, 3548.0, 3526.0, 3527.0, 3525.0, 3527.0, 3547.0, 3514.0, 3549.0, 3538.0, 3549.0, 3527.0, 3528.0, 3528.0, 3528.0, 3559.0, 3526.0, 3559.0, 3526.0, 3528.0, 3558.0, 3515.0, 3558.0, 3516.0, 3537.0, 3525.0, 3514.0, 3534.0, 3514.0, 3536.0, 3525.0, 3527.0, 3516.0, 3528.0, 3548.0, 3539.0, 3560.0, 3527.0, 3527.0, 3526.0, 3528.0, 3569.0, 3517.0, 3559.0, 3527.0, 3538.0, 3548.0, 3517.0, 3569.0, 3516.0, 3547.0, 3526.0, 3526.0, 3535.0, 3526.0, 3557.0, 3525.0, 3548.0, 3527.0, 3527.0, 3558.0, 3526.0, 3558.0, 3526.0, 3538.0, 3516.0, 3527.0, 3569.0, 3527.0, 3537.0, 3526.0, 3527.0, 3526.0, 3528.0, 3560.0, 3528.0, 3560.0, 3528.0, 3539.0, 3517.0, 3528.0, 3587.0, 3554.0, 3565.0, 3552.0, 3549.0, 3527.0, 3528.0, 3568.0, 3527.0, 3547.0, 3516.0, 3539.0, 3551.0, 3554.0, 3583.0, 3553.0, 3560.0, 3528.0, 3525.0, 3501.0, 3524.0, 3543.0, 3514.0, 3557.0, 3515.0, 3557.0, 3526.0, 3536.0, 3514.0, 3538.0, 3557.0, 3524.0, 3546.0, 3526.0, 3536.0, 3525.0, 3526.0, 3515.0, 3526.0, 3556.0, 3525.0, 3547.0, 3525.0, 3549.0, 3539.0, 3538.0, 3560.0, 3542.0, 3584.0, 3515.0, 3545.0, 3502.0, 3537.0, 3527.0, 3530.0, 3549.0, 3517.0, 3558.0, 3516.0, 3547.0, 3515.0, 3537.0, 3515.0, 3528.0, 3559.0, 3528.0, 3560.0, 3528.0, 3550.0, 3517.0, 3516.0, 3547.0, 3515.0, 3548.0, 3517.0, 3528.0, 3516.0, 3540.0, 3549.0, 3517.0, 3549.0, 3517.0, 3539.0, 3517.0, 3530.0, 3560.0, 3529.0, 3560.0, 3528.0, 3538.0, 3548.0, 3516.0, 3558.0, 3517.0, 3538.0, 3527.0, 3527.0, 3538.0, 3528.0, 3549.0, 3528.0, 3539.0, 3528.0, 3541.0, 3561.0, 3530.0, 3572.0, 3541.0, 3562.0, 3529.0, 3529.0, 3559.0, 3528.0, 3560.0, 3539.0, 3539.0, 3527.0, 3529.0, 3550.0, 3528.0, 3549.0, 3528.0, 3540.0, 3518.0, 3542.0, 3588.0, 3578.0, 3585.0, 3540.0, 3548.0, 3536.0, 3539.0, 3560.0, 3539.0, 3570.0, 3527.0, 3548.0, 3527.0, 3526.0, 3525.0, 3538.0, 3546.0, 3538.0, 3563.0, 3538.0, 3527.0, 3514.0, 3527.0, 3547.0, 3526.0, 3547.0, 3527.0, 3548.0, 3527.0, 3527.0, 3515.0, 3528.0, 3560.0, 3529.0, 3550.0, 3528.0, 3539.0, 3539.0, 3529.0, 3570.0, 3528.0, 3560.0, 3527.0, 3527.0, 3546.0, 3514.0, 3545.0, 3514.0, 3525.0, 3514.0, 3516.0, 3548.0, 3515.0, 3536.0, 3515.0, 3527.0, 3516.0, 3528.0, 3559.0, 3528.0, 3560.0, 3517.0, 3539.0, 3527.0, 3527.0, 3559.0, 3515.0, 3548.0, 3526.0, 3527.0, 3557.0, 3516.0, 3560.0, 3516.0, 3516.0, 3515.0, 3527.0, 3549.0, 3518.0, 3560.0, 3517.0, 3518.0, 3517.0, 3528.0, 3558.0, 3518.0, 3561.0, 3530.0, 3567.0, 3542.0, 3541.0, 3572.0, 3540.0, 3560.0, 3527.0, 3538.0, 3528.0, 3538.0, 3547.0, 3538.0, 3572.0, 3526.0, 3526.0, 3525.0, 3525.0, 3547.0, 3526.0, 3558.0, 3526.0, 3548.0, 3526.0, 3528.0, 3516.0, 3526.0, 3546.0, 3527.0, 3538.0, 3539.0, 3540.0, 3540.0, 3541.0, 3560.0, 3528.0, 3559.0, 3538.0, 3559.0, 3554.0, 3542.0, 3554.0, 3543.0, 3564.0, 3530.0, 3552.0, 3529.0, 3531.0, 3560.0, 3517.0, 3560.0, 3527.0, 3539.0, 3516.0, 3525.0, 3547.0, 3515.0], 'WindowWidth': [8124.0, 8094.0, 8108.0, 8111.0, 8101.0, 8100.0, 8053.0, 8081.0, 8033.0, 8058.0, 8027.0, 8040.0, 8041.0, 8052.0, 8095.0, 8033.0, 8073.0, 8026.0, 8027.0, 8051.0, 8021.0, 8049.0, 8004.0, 8025.0, 8053.0, 8011.0, 8053.0, 8029.0, 8057.0, 8045.0, 8046.0, 8012.0, 8031.0, 8073.0, 8031.0, 8073.0, 8026.0, 8043.0, 8024.0, 8027.0, 8064.0, 8009.0, 8051.0, 8019.0, 8007.0, 8022.0, 8021.0, 8046.0, 8002.0, 8017.0, 8003.0, 8027.0, 8054.0, 8023.0, 8070.0, 8026.0, 8035.0, 8019.0, 8020.0, 8034.0, 8024.0, 8069.0, 8008.0, 8051.0, 8023.0, 8023.0, 8048.0, 8020.0, 8051.0, 8018.0, 8023.0, 8006.0, 8025.0, 8050.0, 8006.0, 8053.0, 8021.0, 8021.0, 8002.0, 8023.0, 8049.0, 8023.0, 8072.0, 8026.0, 8021.0, 8001.0, 8021.0, 8047.0, 8024.0, 8053.0, 8021.0, 8044.0, 8027.0, 8028.0, 8069.0, 8036.0, 8051.0, 8022.0, 8029.0, 8066.0, 8021.0, 8068.0, 8009.0, 8055.0, 8006.0, 8020.0, 8046.0, 8021.0, 8053.0, 8024.0, 8023.0, 8025.0, 8041.0, 8054.0, 8021.0, 8035.0, 8024.0, 8055.0, 8022.0, 8026.0, 8052.0, 8023.0, 8054.0, 8019.0, 8022.0, 8003.0, 8026.0, 8052.0, 8024.0, 8051.0, 8036.0, 8023.0, 8020.0, 8022.0, 8047.0, 8022.0, 8038.0, 8025.0, 8041.0, 8023.0, 8027.0, 8070.0, 8025.0, 8051.0, 8021.0, 8028.0, 8044.0, 8030.0, 8074.0, 8025.0, 8053.0, 8021.0, 8025.0, 8009.0, 8024.0, 8065.0, 8023.0, 8073.0, 8023.0, 8025.0, 8023.0, 8023.0, 8035.0, 8023.0, 8054.0, 8027.0, 8045.0, 8028.0, 8045.0, 8059.0, 8029.0, 8070.0, 8025.0, 8041.0, 8008.0, 8028.0, 8068.0, 8027.0, 8068.0, 8024.0, 8040.0, 8019.0, 8022.0, 8047.0, 8023.0, 8055.0, 8027.0, 8046.0, 8026.0, 8029.0, 8070.0, 8025.0, 8068.0, 8009.0, 8044.0, 8067.0, 8022.0, 8068.0, 8022.0, 8038.0, 8003.0, 8020.0, 8029.0, 8019.0, 8050.0, 8021.0, 8023.0, 8019.0, 8023.0, 8054.0, 8021.0, 8050.0, 8019.0, 8024.0, 8010.0, 8027.0, 8069.0, 8027.0, 8068.0, 8055.0, 8052.0, 8055.0, 8053.0, 8073.0, 8041.0, 8053.0, 8037.0, 8029.0, 8027.0, 8041.0, 8067.0, 8024.0, 8026.0, 8025.0, 8047.0, 8083.0, 8048.0, 8069.0, 8021.0, 8024.0, 8022.0, 8024.0, 8048.0, 8020.0, 8053.0, 8024.0, 8039.0, 8023.0, 8028.0, 8055.0, 8025.0, 8053.0, 8022.0, 8038.0, 8009.0, 8034.0, 8057.0, 8028.0, 8056.0, 8022.0, 8022.0, 8018.0, 8027.0, 8049.0, 8023.0, 8070.0, 8024.0, 8011.0, 8023.0, 8040.0, 8053.0, 8028.0, 8089.0, 8053.0, 8078.0, 8035.0, 8065.0, 8051.0, 8029.0, 8028.0, 8069.0, 8029.0, 8081.0, 8041.0, 8024.0, 8083.0, 7987.0, 8011.0, 7997.0, 7999.0, 8016.0, 8004.0, 8031.0, 8019.0, 8045.0, 8019.0, 8034.0, 8024.0, 8028.0, 8011.0, 8030.0, 8044.0, 8032.0, 8071.0, 8026.0, 8054.0, 8039.0, 8044.0, 8028.0, 8032.0, 8117.0, 8052.0, 8084.0, 8003.0, 8055.0, 7994.0, 8023.0, 8027.0, 8044.0, 8053.0, 8092.0, 8045.0, 8060.0, 8087.0, 8007.0, 8060.0, 7998.0, 7998.0, 8024.0, 7996.0, 8056.0, 8011.0, 8027.0, 7997.0, 7997.0, 8037.0, 7991.0, 8034.0, 7971.0, 8001.0, 7969.0, 7972.0, 8026.0, 7968.0, 8010.0, 7981.0, 7972.0, 7984.0, 7988.0, 8015.0, 7971.0, 7998.0, 7969.0, 7970.0, 7970.0, 7990.0, 8016.0, 7988.0, 8001.0, 7986.0, 7990.0, 7989.0, 7993.0, 8021.0, 7993.0, 8007.0, 7991.0, 7999.0, 8063.0, 8022.0, 8046.0, 8038.0, 8009.0, 8002.0, 8016.0, 8014.0, 8018.0, 8021.0, 8005.0, 8023.0, 8051.0, 8045.0, 8058.0, 8007.0, 8028.0, 8067.0, 8018.0, 8035.0, 8002.0, 8022.0, 8068.0, 8028.0, 8069.0, 8042.0, 8046.0, 8011.0, 8040.0, 8051.0, 8028.0, 8074.0, 8058.0, 8075.0, 8067.0, 8049.0, 8090.0, 8046.0, 8044.0, 8028.0, 8047.0, 8059.0, 8045.0, 8090.0, 8030.0, 8074.0, 8030.0, 8027.0, 8078.0, 8022.0, 8037.0, 8018.0, 8022.0, 8037.0, 8032.0, 8075.0, 8044.0, 8062.0, 8045.0, 8061.0, 8050.0, 8062.0, 8072.0, 8049.0, 8085.0, 8052.0, 8064.0, 8050.0, 8066.0, 8051.0, 8051.0, 8075.0, 8147.0, 8085.0, 8123.0, 8053.0, 8081.0, 8056.0, 8026.0, 8083.0, 8029.0, 8062.0, 8021.0, 8019.0, 8065.0, 8024.0, 8036.0, 8019.0, 8022.0, 8005.0, 8058.0, 8053.0, 8027.0, 8055.0, 8029.0, 8032.0, 8030.0, 8047.0, 8042.0, 8031.0, 8075.0, 8030.0, 8059.0, 8048.0, 8051.0, 8032.0, 8032.0, 8076.0, 8031.0, 8077.0, 8032.0, 8047.0, 8031.0, 8052.0, 8093.0, 8034.0, 8075.0, 8032.0, 8063.0, 8037.0, 8056.0, 8092.0, 8034.0, 8095.0, 8032.0, 8044.0, 8026.0, 8027.0, 8081.0, 8028.0, 8073.0, 8025.0, 8042.0, 8024.0, 8010.0, 8066.0, 8024.0, 8049.0, 8023.0, 8024.0, 8007.0, 8013.0, 8056.0, 8029.0, 8053.0, 8050.0, 8069.0, 8034.0, 8045.0, 8074.0, 8048.0, 8091.0, 8027.0, 8023.0, 8045.0, 8051.0, 8067.0, 8009.0, 8067.0, 8006.0, 8022.0, 8004.0, 8021.0, 8061.0, 8022.0, 8066.0, 8020.0, 8035.0, 8024.0, 8027.0, 8053.0, 8024.0, 8066.0, 8021.0, 8051.0, 8006.0, 8039.0, 8051.0, 8006.0, 8063.0, 8002.0, 8029.0, 8000.0, 8002.0, 8000.0, 8021.0, 8061.0, 8006.0, 8064.0, 8021.0, 8020.0, 8002.0, 8020.0, 8046.0, 8007.0, 8052.0, 8027.0, 8053.0, 8021.0, 8026.0, 8021.0, 8025.0, 8050.0, 8006.0, 8056.0, 8043.0, 8058.0, 8026.0, 8031.0, 8029.0, 8028.0, 8069.0, 8022.0, 8069.0, 8021.0, 8027.0, 8068.0, 8006.0, 8066.0, 8010.0, 8040.0, 8018.0, 8004.0, 8030.0, 8002.0, 8035.0, 8019.0, 8026.0, 8010.0, 8028.0, 8056.0, 8047.0, 8074.0, 8027.0, 8027.0, 8023.0, 8028.0, 8082.0, 8012.0, 8071.0, 8025.0, 8042.0, 8054.0, 8013.0, 8083.0, 8010.0, 8052.0, 8022.0, 8021.0, 8033.0, 8024.0, 8064.0, 8020.0, 8053.0, 8026.0, 8027.0, 8066.0, 8021.0, 8067.0, 8024.0, 8042.0, 8009.0, 8027.0, 8084.0, 8025.0, 8037.0, 8023.0, 8024.0, 8023.0, 8029.0, 8072.0, 8029.0, 8072.0, 8029.0, 8045.0, 8012.0, 8029.0, 8125.0, 8077.0, 8092.0, 8068.0, 8059.0, 8027.0, 8029.0, 8081.0, 8026.0, 8053.0, 8009.0, 8045.0, 8065.0, 8076.0, 8111.0, 8076.0, 8075.0, 8029.0, 8018.0, 7982.0, 8017.0, 8039.0, 8003.0, 8063.0, 8008.0, 8064.0, 8023.0, 8037.0, 8006.0, 8046.0, 8064.0, 8018.0, 8051.0, 8023.0, 8036.0, 8020.0, 8025.0, 8008.0, 8024.0, 8062.0, 8020.0, 8051.0, 8021.0, 8059.0, 8046.0, 8042.0, 8077.0, 8055.0, 8109.0, 8006.0, 8043.0, 7982.0, 8038.0, 8024.0, 8034.0, 8055.0, 8011.0, 8065.0, 8008.0, 8050.0, 8005.0, 8037.0, 8006.0, 8029.0, 8069.0, 8027.0, 8071.0, 8029.0, 8059.0, 8012.0, 8009.0, 8049.0, 8006.0, 8052.0, 8011.0, 8027.0, 8008.0, 8047.0, 8058.0, 8014.0, 8055.0, 8012.0, 8043.0, 8012.0, 8033.0, 8071.0, 8029.0, 8073.0, 8026.0, 8041.0, 8052.0, 8008.0, 8065.0, 8011.0, 8040.0, 8022.0, 8025.0, 8042.0, 8028.0, 8057.0, 8027.0, 8043.0, 8028.0, 8051.0, 8077.0, 8034.0, 8091.0, 8050.0, 8079.0, 8033.0, 8032.0, 8068.0, 8028.0, 8073.0, 8043.0, 8044.0, 8025.0, 8031.0, 8059.0, 8029.0, 8056.0, 8027.0, 8046.0, 8015.0, 8056.0, 8129.0, 8116.0, 8117.0, 8051.0, 8056.0, 8037.0, 8046.0, 8074.0, 8044.0, 8086.0, 8027.0, 8055.0, 8025.0, 8025.0, 8024.0, 8041.0, 8050.0, 8044.0, 8083.0, 8038.0, 8024.0, 8001.0, 8024.0, 8049.0, 8021.0, 8050.0, 8023.0, 8053.0, 8023.0, 8025.0, 8009.0, 8030.0, 8073.0, 8030.0, 8060.0, 8028.0, 8044.0, 8044.0, 8032.0, 8085.0, 8027.0, 8073.0, 8026.0, 8023.0, 8045.0, 8003.0, 8042.0, 8000.0, 8018.0, 8001.0, 8008.0, 8053.0, 8007.0, 8036.0, 8008.0, 8025.0, 8010.0, 8030.0, 8070.0, 8029.0, 8072.0, 8013.0, 8045.0, 8025.0, 8025.0, 8069.0, 8007.0, 8054.0, 8023.0, 8025.0, 8063.0, 8007.0, 8070.0, 8010.0, 8008.0, 8004.0, 8023.0, 8055.0, 8014.0, 8070.0, 8013.0, 8015.0, 8011.0, 8029.0, 8067.0, 8014.0, 8073.0, 8033.0, 8097.0, 8056.0, 8051.0, 8094.0, 8049.0, 8074.0, 8027.0, 8042.0, 8030.0, 8042.0, 8052.0, 8041.0, 8092.0, 8024.0, 8022.0, 8018.0, 8020.0, 8050.0, 8022.0, 8066.0, 8022.0, 8052.0, 8022.0, 8029.0, 8009.0, 8022.0, 8049.0, 8028.0, 8042.0, 8043.0, 8050.0, 8051.0, 8051.0, 8074.0, 8029.0, 8071.0, 8043.0, 8071.0, 8076.0, 8055.0, 8073.0, 8054.0, 8082.0, 8033.0, 8063.0, 8032.0, 8035.0, 8071.0, 8011.0, 8069.0, 8022.0, 8040.0, 8007.0, 8019.0, 8049.0, 8004.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.003972101210121011</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.026364954785478546</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>5</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.3100448349009</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.203755199515418</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0635126061894271</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4766</td></tr>
|
|
<tr><td colspan=3>fber</td><td>3759.1584</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.0938845984637874</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>62</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>6.82068206820682</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.572161513762216</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.516758849086702</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.801451660480915</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3982740317190308</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00827542</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.0031130968127399683</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.025938063859939575</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>909</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.5703922979931986</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>23.7373</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>42.7386</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>143.957</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>48.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>300036.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>627.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>258.3551</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>1.8142</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>495.1175</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>2737.1205</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>2913.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>76508.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>728.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>3674.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>815.8714</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>33.10759758960921</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> |