=== 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-0002 --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-0002",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
109 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
109 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-0002_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-0002_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-0002_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-0002/figures/sub-0002_ses-02_task-faces_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0002/figures/sub-0002_ses-02_task-faces_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0002/figures/sub-0002_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-0002_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-0002/figures/sub-0002_ses-02_task-faces_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0002/figures/sub-0002_ses-02_task-faces_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0002/figures/sub-0002_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-0002_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-0002/figures/sub-0002_ses-02_task-faces_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0002/figures/sub-0002_ses-02_task-faces_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0002/figures/sub-0002_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-0002_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-0002/figures/sub-0002_ses-02_task-faces_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0002/figures/sub-0002_ses-02_task-faces_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0002/figures/sub-0002_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-0002_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-0002/figures/sub-0002_ses-02_task-faces_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0002/figures/sub-0002_ses-02_task-faces_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0002/figures/sub-0002_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-0002_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-0002/figures/sub-0002_ses-02_task-faces_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0002/figures/sub-0002_ses-02_task-faces_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0002/figures/sub-0002_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-0002_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-0002/figures/sub-0002_ses-02_task-faces_acq-mb8_run-03_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0002/figures/sub-0002_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-0002/figures/sub-0002_ses-02_task-faces_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0002/figures/sub-0002_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-0002/ses-02/func/sub-0002_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>e80b58523358b7526032ceda9d5bbe78</td></tr>
|
|
</table>
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-1">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
|
|
Dataset Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-1" class="table table-sm table-striped">
|
|
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
|
|
<tr><td colspan=2>AcquisitionTime</td><td>10:47:10.000000</td></tr>
|
|
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
|
|
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
|
|
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
|
|
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
|
|
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
|
|
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
|
|
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
|
|
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
|
|
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
|
|
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
|
|
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
|
|
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
|
|
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.99987, 0.0124882, 0.0101578, -0.0134381, 0.99494, 0.0995647]</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.0941411</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>[4114, -7807, -7210, 458, -117, -201, 38, 83]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>faces</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>258.587</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>fc43b311-37ad-4f70-be85-d0f3c67ef5f0||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
|
|
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.682579278945923, -0.03605342656373978, 0.02393023855984211, 112.63350677490234], [-0.03350486978888512, 2.6693522930145264, 0.26915839314460754, -95.83737182617188], [0.027252711355686188, -0.2671247720718384, 2.68644380569458, -12.366846084594727], [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': ['104710.000000', '104710.460000', '104710.920000', '104711.380000', '104711.840000', '104712.300000', '104712.760000', '104713.220000', '104713.680000', '104714.140000', '104714.600000', '104715.060000', '104715.520000', '104715.980000', '104716.440000', '104716.900000', '104717.360000', '104717.820000', '104718.280000', '104718.740000', '104719.200000', '104719.660000', '104720.120000', '104720.580000', '104721.040000', '104721.500000', '104721.960000', '104722.420000', '104722.880000', '104723.340000', '104723.800000', '104724.260000', '104724.720000', '104725.180000', '104725.640000', '104726.100000', '104726.560000', '104727.020000', '104727.480000', '104727.940000', '104728.400000', '104728.860000', '104729.320000', '104729.780000', '104730.240000', '104730.700000', '104731.160000', '104731.620000', '104732.080000', '104732.540000', '104733.000000', '104733.460000', '104733.920000', '104734.380000', '104734.840000', '104735.300000', '104735.760000', '104736.220000', '104736.680000', '104737.140000', '104737.600000', '104738.060000', '104738.520000', '104738.980000', '104739.440000', '104739.900000', '104740.360000', '104740.820000', '104741.280000', '104741.740000', '104742.200000', '104742.660000', '104743.120000', '104743.580000', '104744.040000', '104744.500000', '104744.960000', '104745.420000', '104745.880000', '104746.340000', '104746.800000', '104747.260000', '104747.720000', '104748.180000', '104748.640000', '104749.100000', '104749.560000', '104750.020000', '104750.480000', '104750.940000', '104751.400000', '104751.860000', '104752.320000', '104752.780000', '104753.240000', '104753.700000', '104754.160000', '104754.620000', '104755.080000', '104755.540000', '104756.000000', '104756.460000', '104756.920000', '104757.380000', '104757.840000', '104758.300000', '104758.760000', '104759.220000', '104759.680000', '104800.140000', '104800.600000', '104801.060000', '104801.520000', '104801.980000', '104802.440000', '104802.900000', '104803.360000', '104803.820000', '104804.280000', '104804.740000', '104805.200000', '104805.660000', '104806.120000', '104806.580000', '104807.040000', '104807.500000', '104807.960000', '104808.420000', '104808.880000', '104809.340000', '104809.800000', '104810.260000', '104810.720000', '104811.180000', '104811.640000', '104812.100000', '104812.560000', '104813.020000', '104813.480000', '104813.940000', '104814.400000', '104814.860000', '104815.320000', '104815.780000', '104816.240000', '104816.700000', '104817.160000', '104817.620000', '104818.080000', '104818.540000', '104819.000000', '104819.460000', '104819.920000', '104820.380000', '104820.840000', '104821.300000', '104821.760000', '104822.220000', '104822.680000', '104823.140000', '104823.600000', '104824.060000', '104824.520000', '104824.980000', '104825.440000', '104825.900000', '104826.360000', '104826.820000', '104827.280000', '104827.740000', '104828.200000', '104828.660000', '104829.120000', '104829.580000', '104830.040000', '104830.500000', '104830.960000', '104831.420000', '104831.880000', '104832.340000', '104832.800000', '104833.260000', '104833.720000', '104834.180000', '104834.640000', '104835.100000', '104835.560000', '104836.020000', '104836.480000', '104836.940000', '104837.400000', '104837.860000', '104838.320000', '104838.780000', '104839.240000', '104839.700000', '104840.160000', '104840.620000', '104841.080000', '104841.540000', '104842.000000', '104842.460000', '104842.920000', '104843.380000', '104843.840000', '104844.300000', '104844.760000', '104845.220000', '104845.680000', '104846.140000', '104846.600000', '104847.060000', '104847.520000', '104847.980000', '104848.440000', '104848.900000', '104849.360000', '104849.820000', '104850.280000', '104850.740000', '104851.200000', '104851.660000', '104852.120000', '104852.580000', '104853.040000', '104853.500000', '104853.960000', '104854.420000', '104854.880000', '104855.340000', '104855.800000', '104856.260000', '104856.720000', '104857.180000', '104857.640000', '104858.100000', '104858.560000', '104859.020000', '104859.480000', '104859.940000', '104900.400000', '104900.860000', '104901.320000', '104901.780000', '104902.240000', '104902.700000', '104903.160000', '104903.620000', '104904.080000', '104904.540000', '104905.000000', '104905.460000', '104905.920000', '104906.380000', '104906.840000', '104907.300000', '104907.760000', '104908.220000', '104908.680000', '104909.140000', '104909.600000', '104910.060000', '104910.520000', '104910.980000', '104911.440000', '104911.900000', '104912.360000', '104912.820000', '104913.280000', '104913.740000', '104914.200000', '104914.660000', '104915.120000', '104915.580000', '104916.040000', '104916.500000', '104916.960000', '104917.420000', '104917.880000', '104918.340000', '104918.800000', '104919.260000', '104919.720000', '104920.180000', '104920.640000', '104921.100000', '104921.560000', '104922.020000', '104922.480000', '104922.940000', '104923.400000', '104923.860000', '104924.320000', '104924.780000', '104925.240000', '104925.700000', '104926.160000', '104926.620000', '104927.080000', '104927.540000', '104928.000000', '104928.460000', '104928.920000', '104929.380000', '104929.840000', '104930.300000', '104930.760000', '104931.220000', '104931.680000', '104932.140000', '104932.600000', '104933.060000', '104933.520000', '104933.980000', '104934.440000', '104934.900000', '104935.360000', '104935.820000', '104936.280000', '104936.740000', '104937.200000', '104937.660000', '104938.120000', '104938.580000', '104939.040000', '104939.500000', '104939.960000', '104940.420000', '104940.880000', '104941.340000', '104941.800000', '104942.260000', '104942.720000', '104943.180000', '104943.640000', '104944.100000', '104944.560000', '104945.020000', '104945.480000', '104945.940000', '104946.400000', '104946.860000', '104947.320000', '104947.780000', '104948.240000', '104948.700000', '104949.160000', '104949.620000', '104950.080000', '104950.540000', '104951.000000', '104951.460000', '104951.920000', '104952.380000', '104952.840000', '104953.300000', '104953.760000', '104954.220000', '104954.680000', '104955.140000', '104955.600000', '104956.060000', '104956.520000', '104956.980000', '104957.440000', '104957.900000', '104958.360000', '104958.820000', '104959.280000', '104959.740000', '105000.200000', '105000.660000', '105001.120000', '105001.580000', '105002.040000', '105002.500000', '105002.960000', '105003.420000', '105003.880000', '105004.340000', '105004.800000', '105005.260000', '105005.720000', '105006.180000', '105006.640000', '105007.100000', '105007.560000', '105008.020000', '105008.480000', '105008.940000', '105009.400000', '105009.860000', '105010.320000', '105010.780000', '105011.240000', '105011.700000', '105012.160000', '105012.620000', '105013.080000', '105013.540000', '105014.000000', '105014.460000', '105014.920000', '105015.380000', '105015.840000', '105016.300000', '105016.760000', '105017.220000', '105017.680000', '105018.140000', '105018.600000', '105019.060000', '105019.520000', '105019.980000', '105020.440000', '105020.900000', '105021.360000', '105021.820000', '105022.280000', '105022.740000', '105023.200000', '105023.660000', '105024.120000', '105024.580000', '105025.040000', '105025.500000', '105025.960000', '105026.420000', '105026.880000', '105027.340000', '105027.800000', '105028.260000', '105028.720000', '105029.180000', '105029.640000', '105030.100000', '105030.560000', '105031.020000', '105031.480000', '105031.940000', '105032.400000', '105032.860000', '105033.320000', '105033.780000', '105034.240000', '105034.700000', '105035.160000', '105035.620000', '105036.080000', '105036.540000', '105037.000000', '105037.460000', '105037.920000', '105038.380000', '105038.840000', '105039.300000', '105039.760000', '105040.220000', '105040.680000', '105041.140000', '105041.600000', '105042.060000', '105042.520000', '105042.980000', '105043.440000', '105043.900000', '105044.360000', '105044.820000', '105045.280000', '105045.740000', '105046.200000', '105046.660000', '105047.120000', '105047.580000', '105048.040000', '105048.500000', '105048.960000', '105049.420000', '105049.880000', '105050.340000', '105050.800000', '105051.260000', '105051.720000', '105052.180000', '105052.640000', '105053.100000', '105053.560000', '105054.020000', '105054.480000', '105054.940000', '105055.400000', '105055.860000', '105056.320000', '105056.780000', '105057.240000', '105057.700000', '105058.160000', '105058.620000', '105059.080000', '105059.540000', '105100.000000', '105100.460000', '105100.920000', '105101.380000', '105101.840000', '105102.300000', '105102.760000', '105103.220000', '105103.680000', '105104.140000', '105104.600000', '105105.060000', '105105.520000', '105105.980000', '105106.440000', '105106.900000', '105107.360000', '105107.820000', '105108.280000', '105108.740000', '105109.200000', '105109.660000', '105110.120000', '105110.580000', '105111.040000', '105111.500000', '105111.960000', '105112.420000', '105112.880000', '105113.340000', '105113.800000', '105114.260000', '105114.720000', '105115.180000', '105115.640000', '105116.100000', '105116.560000', '105117.020000', '105117.480000', '105117.940000', '105118.400000', '105118.860000', '105119.320000', '105119.780000', '105120.240000', '105120.700000', '105121.160000', '105121.620000', '105122.080000', '105122.540000', '105123.000000', '105123.460000', '105123.920000', '105124.380000', '105124.840000', '105125.300000', '105125.760000', '105126.220000', '105126.680000', '105127.140000', '105127.600000', '105128.060000', '105128.520000', '105128.980000', '105129.440000', '105129.900000', '105130.360000', '105130.820000', '105131.280000', '105131.740000', '105132.200000', '105132.660000', '105133.120000', '105133.580000', '105134.040000', '105134.500000', '105134.960000', '105135.420000', '105135.880000', '105136.340000', '105136.800000', '105137.260000', '105137.720000', '105138.180000', '105138.640000', '105139.100000', '105139.560000', '105140.020000', '105140.480000', '105140.940000', '105141.400000', '105141.860000', '105142.320000', '105142.780000', '105143.240000', '105143.700000', '105144.160000', '105144.620000', '105145.080000', '105145.540000', '105146.000000', '105146.460000', '105146.920000', '105147.380000', '105147.840000', '105148.300000', '105148.760000', '105149.220000', '105149.680000', '105150.140000', '105150.600000', '105151.060000', '105151.520000', '105151.980000', '105152.440000', '105152.900000', '105153.360000', '105153.820000', '105154.280000', '105154.740000', '105155.200000', '105155.660000', '105156.120000', '105156.580000', '105157.040000', '105157.500000', '105157.960000', '105158.420000', '105158.880000', '105159.340000', '105159.800000', '105200.260000', '105200.720000', '105201.180000', '105201.640000', '105202.100000', '105202.560000', '105203.020000', '105203.480000', '105203.940000', '105204.400000', '105204.860000', '105205.320000', '105205.780000', '105206.240000', '105206.700000', '105207.160000', '105207.620000', '105208.080000', '105208.540000', '105209.000000', '105209.460000', '105209.920000', '105210.380000', '105210.840000', '105211.300000', '105211.760000', '105212.220000', '105212.680000', '105213.140000', '105213.600000', '105214.060000', '105214.520000', '105214.980000', '105215.440000', '105215.900000', '105216.360000', '105216.820000', '105217.280000', '105217.740000', '105218.200000', '105218.660000', '105219.120000', '105219.580000', '105220.040000', '105220.500000', '105220.960000', '105221.420000', '105221.880000', '105222.340000', '105222.800000', '105223.260000', '105223.720000', '105224.180000', '105224.640000', '105225.100000', '105225.560000', '105226.020000', '105226.480000', '105226.940000', '105227.400000', '105227.860000', '105228.320000', '105228.780000', '105229.240000', '105229.700000', '105230.160000', '105230.620000', '105231.080000', '105231.540000', '105232.000000', '105232.460000', '105232.920000', '105233.380000', '105233.840000', '105234.300000', '105234.760000', '105235.220000', '105235.680000', '105236.140000', '105236.600000', '105237.060000', '105237.520000', '105237.980000', '105238.440000', '105238.900000', '105239.360000', '105239.820000', '105240.280000', '105240.740000', '105241.200000', '105241.660000', '105242.120000', '105242.580000', '105243.040000', '105243.500000', '105243.960000', '105244.420000', '105244.880000', '105245.340000', '105245.800000', '105246.260000', '105246.720000', '105247.180000', '105247.640000', '105248.100000', '105248.560000', '105249.020000', '105249.480000', '105249.940000', '105250.400000', '105250.860000', '105251.320000', '105251.780000', '105252.240000', '105252.700000', '105253.160000', '105253.620000', '105254.080000', '105254.540000', '105255.000000', '105255.460000', '105255.920000', '105256.380000', '105256.840000', '105257.300000', '105257.760000', '105258.220000', '105258.680000', '105259.140000', '105259.600000', '105300.060000', '105300.520000', '105300.980000', '105301.440000', '105301.900000', '105302.360000', '105302.820000', '105303.280000', '105303.740000', '105304.200000', '105304.660000', '105305.120000', '105305.580000', '105306.040000', '105306.500000', '105306.960000', '105307.420000', '105307.880000', '105308.340000', '105308.800000', '105309.260000', '105309.720000', '105310.180000', '105310.640000', '105311.100000', '105311.560000', '105312.020000', '105312.480000', '105312.940000', '105313.400000', '105313.860000', '105314.320000', '105314.780000', '105315.240000', '105315.700000', '105316.160000', '105316.620000', '105317.080000', '105317.540000', '105318.000000', '105318.460000', '105318.920000', '105319.380000', '105319.840000', '105320.300000', '105320.760000', '105321.220000', '105321.680000', '105322.140000', '105322.600000', '105323.060000', '105323.520000', '105323.980000', '105324.440000', '105324.900000', '105325.360000', '105325.820000', '105326.280000', '105326.740000', '105327.200000', '105327.660000', '105328.120000', '105328.580000', '105329.040000', '105329.500000', '105329.960000', '105330.420000', '105330.880000', '105331.340000', '105331.800000', '105332.260000', '105332.720000', '105333.180000', '105333.640000', '105334.100000', '105334.560000', '105335.020000', '105335.480000', '105335.940000', '105336.400000', '105336.860000', '105337.320000', '105337.780000', '105338.240000', '105338.700000', '105339.160000', '105339.620000', '105340.080000', '105340.540000', '105341.000000', '105341.460000', '105341.920000', '105342.380000', '105342.840000', '105343.300000', '105343.760000', '105344.220000', '105344.680000', '105345.140000', '105345.600000', '105346.060000', '105346.520000', '105346.980000', '105347.440000', '105347.900000', '105348.360000', '105348.820000', '105349.280000', '105349.740000', '105350.200000', '105350.660000', '105351.120000', '105351.580000', '105352.040000', '105352.500000', '105352.960000', '105353.420000', '105353.880000', '105354.340000', '105354.800000', '105355.260000', '105355.720000', '105356.180000', '105356.640000', '105357.100000', '105357.560000', '105358.020000', '105358.480000', '105358.940000', '105359.400000', '105359.860000', '105400.320000', '105400.780000', '105401.240000', '105401.700000', '105402.160000', '105402.620000', '105403.080000', '105403.540000', '105404.000000', '105404.460000', '105404.920000', '105405.380000', '105405.840000', '105406.300000', '105406.760000', '105407.220000', '105407.680000', '105408.140000', '105408.600000', '105409.060000', '105409.520000', '105409.980000'], 'ContentTime': ['104734.264000', '104734.267000', '104734.270000', '104734.273000', '104734.276000', '104734.279000', '104734.282000', '104734.284000', '104734.287000', '104734.290000', '104734.293000', '104734.296000', '104734.299000', '104734.302000', '104734.304000', '104734.307000', '104734.310000', '104734.313000', '104734.316000', '104734.319000', '104734.321000', '104734.324000', '104734.327000', '104734.330000', '104734.333000', '104734.336000', '104734.338000', '104734.341000', '104734.344000', '104734.347000', '104734.350000', '104734.355000', '104734.357000', '104734.360000', '104734.363000', '104734.366000', '104734.369000', '104734.371000', '104734.374000', '104734.377000', '104734.380000', '104734.383000', '104734.386000', '104734.389000', '104734.392000', '104734.394000', '104734.424000', '104734.427000', '104734.430000', '104734.433000', '104734.436000', '104734.439000', '104754.230000', '104754.233000', '104754.236000', '104754.239000', '104754.242000', '104754.244000', '104754.247000', '104754.250000', '104754.253000', '104754.256000', '104754.258000', '104754.261000', '104754.264000', '104754.267000', '104754.270000', '104754.273000', '104754.276000', '104754.278000', '104754.281000', '104754.290000', '104754.293000', '104754.296000', '104754.298000', '104754.301000', '104754.304000', '104754.307000', '104754.310000', '104754.312000', '104754.315000', '104754.318000', '104754.321000', '104754.324000', '104754.327000', '104754.330000', '104754.332000', '104754.335000', '104754.338000', '104754.341000', '104754.344000', '104754.347000', '104754.351000', '104754.354000', '104754.357000', '104814.230000', '104814.233000', '104814.236000', '104814.239000', '104814.242000', '104814.245000', '104814.247000', '104814.250000', '104814.253000', '104814.256000', '104814.259000', '104814.261000', '104814.264000', '104814.267000', '104814.270000', '104814.273000', '104814.276000', '104814.279000', '104814.281000', '104814.284000', '104814.287000', '104814.290000', '104814.293000', '104814.295000', '104814.298000', '104814.301000', '104814.304000', '104814.307000', '104814.310000', '104814.313000', '104814.315000', '104814.329000', '104814.332000', '104814.335000', '104814.338000', '104814.341000', '104814.344000', '104814.351000', '104814.354000', '104814.357000', '104814.360000', '104814.363000', '104814.365000', '104814.368000', '104834.231000', '104834.234000', '104834.237000', '104834.240000', '104834.243000', '104834.246000', '104834.248000', '104834.251000', '104834.254000', '104834.257000', '104834.260000', '104834.263000', '104834.265000', '104834.268000', '104834.271000', '104834.274000', '104834.277000', '104834.280000', '104834.282000', '104834.285000', '104834.288000', '104834.291000', '104834.294000', '104834.297000', '104834.299000', '104834.303000', '104834.306000', '104834.313000', '104834.316000', '104834.319000', '104834.322000', '104834.325000', '104834.328000', '104834.330000', '104834.333000', '104834.336000', '104834.339000', '104834.342000', '104834.344000', '104834.347000', '104834.350000', '104834.353000', '104834.356000', '104854.231000', '104854.234000', '104854.237000', '104854.240000', '104854.243000', '104854.245000', '104854.248000', '104854.251000', '104854.254000', '104854.257000', '104854.260000', '104854.262000', '104854.265000', '104854.268000', '104854.271000', '104854.274000', '104854.277000', '104854.280000', '104854.283000', '104854.285000', '104854.288000', '104854.291000', '104854.294000', '104854.297000', '104854.300000', '104854.302000', '104854.305000', '104854.308000', '104854.311000', '104854.314000', '104854.317000', '104854.319000', '104854.322000', '104854.325000', '104854.328000', '104854.331000', '104854.334000', '104854.336000', '104854.339000', '104854.342000', '104854.345000', '104854.348000', '104854.351000', '104854.353000', '104914.231000', '104914.234000', '104914.237000', '104914.240000', '104914.243000', '104914.245000', '104914.248000', '104914.251000', '104914.254000', '104914.257000', '104914.260000', '104914.263000', '104914.265000', '104914.268000', '104914.271000', '104914.274000', '104914.277000', '104914.280000', '104914.283000', '104914.285000', '104914.288000', '104914.291000', '104914.294000', '104914.297000', '104914.300000', '104914.302000', '104914.305000', '104914.308000', '104914.311000', '104914.314000', '104914.317000', '104914.320000', '104914.322000', '104914.325000', '104914.328000', '104914.331000', '104914.334000', '104914.337000', '104914.340000', '104914.342000', '104914.354000', '104914.356000', '104914.359000', '104934.231000', '104934.234000', '104934.237000', '104934.240000', '104934.242000', '104934.245000', '104934.248000', '104934.251000', '104934.254000', '104934.257000', '104934.260000', '104934.262000', '104934.265000', '104934.268000', '104934.271000', '104934.274000', '104934.277000', '104934.279000', '104934.282000', '104934.285000', '104934.288000', '104934.291000', '104934.294000', '104934.297000', '104934.299000', '104934.302000', '104934.305000', '104934.308000', '104934.311000', '104934.314000', '104934.317000', '104934.319000', '104934.322000', '104934.325000', '104934.328000', '104934.331000', '104934.333000', '104934.336000', '104934.339000', '104934.342000', '104934.345000', '104934.348000', '104934.351000', '104934.353000', '104954.230000', '104954.233000', '104954.236000', '104954.239000', '104954.242000', '104954.245000', '104954.247000', '104954.250000', '104954.253000', '104954.256000', '104954.259000', '104954.262000', '104954.264000', '104954.267000', '104954.270000', '104954.273000', '104954.276000', '104954.279000', '104954.282000', '104954.284000', '104954.287000', '104954.290000', '104954.293000', '104954.296000', '104954.299000', '104954.302000', '104954.314000', '104954.317000', '104954.320000', '104954.323000', '104954.326000', '104954.328000', '104954.331000', '104954.334000', '104954.337000', '104954.341000', '104954.344000', '104954.347000', '104954.350000', '104954.353000', '104954.355000', '104954.358000', '104954.361000', '105014.230000', '105014.233000', '105014.236000', '105014.239000', '105014.241000', '105014.244000', '105014.247000', '105014.250000', '105014.253000', '105014.256000', '105014.259000', '105014.262000', '105014.264000', '105014.267000', '105014.270000', '105014.273000', '105014.276000', '105014.279000', '105014.282000', '105014.285000', '105014.287000', '105014.290000', '105014.293000', '105014.296000', '105014.299000', '105014.301000', '105014.305000', '105014.307000', '105014.310000', '105014.313000', '105014.316000', '105014.319000', '105014.321000', '105014.324000', '105014.327000', '105014.330000', '105014.333000', '105014.336000', '105014.339000', '105014.341000', '105014.344000', '105014.347000', '105014.350000', '105014.353000', '105034.230000', '105034.233000', '105034.236000', '105034.239000', '105034.243000', '105034.245000', '105034.248000', '105034.251000', '105034.254000', '105034.257000', '105034.260000', '105034.263000', '105034.266000', '105034.269000', '105034.271000', '105034.274000', '105034.277000', '105034.280000', '105034.283000', '105034.286000', '105034.289000', '105034.291000', '105034.294000', '105034.297000', '105034.300000', '105034.303000', '105034.306000', '105034.309000', '105034.311000', '105034.314000', '105034.317000', '105034.320000', '105034.323000', '105034.326000', '105034.328000', '105034.331000', '105034.334000', '105034.337000', '105034.340000', '105034.343000', '105034.346000', '105034.348000', '105034.351000', '105054.231000', '105054.234000', '105054.237000', '105054.240000', '105054.243000', '105054.246000', '105054.248000', '105054.251000', '105054.254000', '105054.257000', '105054.260000', '105054.263000', '105054.265000', '105054.268000', '105054.271000', '105054.274000', '105054.277000', '105054.280000', '105054.282000', '105054.285000', '105054.288000', '105054.291000', '105054.294000', '105054.297000', '105054.300000', '105054.310000', '105054.313000', '105054.316000', '105054.319000', '105054.322000', '105054.325000', '105054.328000', '105054.330000', '105054.333000', '105054.336000', '105054.339000', '105054.342000', '105054.345000', '105054.348000', '105054.350000', '105054.353000', '105054.356000', '105054.359000', '105054.362000', '105114.231000', '105114.234000', '105114.237000', '105114.240000', '105114.243000', '105114.245000', '105114.248000', '105114.251000', '105114.254000', '105114.257000', '105114.260000', '105114.270000', '105114.273000', '105114.276000', '105114.279000', '105114.282000', '105114.285000', '105114.287000', '105114.290000', '105114.293000', '105114.296000', '105114.299000', '105114.302000', '105114.305000', '105114.308000', '105114.310000', '105114.313000', '105114.316000', '105114.319000', '105114.322000', '105114.325000', '105114.328000', '105114.330000', '105114.333000', '105114.336000', '105114.339000', '105114.342000', '105114.345000', '105114.347000', '105114.350000', '105114.353000', '105114.356000', '105114.359000', '105134.231000', '105134.234000', '105134.237000', '105134.240000', '105134.243000', '105134.245000', '105134.248000', '105134.251000', '105134.271000', '105134.273000', '105134.276000', '105134.279000', '105134.282000', '105134.285000', '105134.288000', '105134.290000', '105134.293000', '105134.296000', '105134.299000', '105134.302000', '105134.305000', '105134.308000', '105134.311000', '105134.314000', '105134.317000', '105134.320000', '105134.323000', '105134.325000', '105134.328000', '105134.331000', '105134.334000', '105134.337000', '105134.340000', '105134.342000', '105134.345000', '105134.348000', '105134.351000', '105134.354000', '105134.357000', '105134.360000', '105134.363000', '105134.365000', '105134.368000', '105134.371000', '105154.230000', '105154.233000', '105154.236000', '105154.239000', '105154.242000', '105154.245000', '105154.248000', '105154.250000', '105154.253000', '105154.256000', '105154.259000', '105154.262000', '105154.265000', '105154.268000', '105154.270000', '105154.273000', '105154.276000', '105154.279000', '105154.282000', '105154.285000', '105154.288000', '105154.290000', '105154.293000', '105154.296000', '105154.299000', '105154.302000', '105154.305000', '105154.308000', '105154.310000', '105154.313000', '105154.316000', '105154.319000', '105154.322000', '105154.325000', '105154.328000', '105154.331000', '105154.333000', '105154.336000', '105154.339000', '105154.342000', '105154.345000', '105154.348000', '105154.351000', '105214.230000', '105214.234000', '105214.236000', '105214.239000', '105214.242000', '105214.245000', '105214.248000', '105214.251000', '105214.254000', '105214.257000', '105214.260000', '105214.262000', '105214.265000', '105214.268000', '105214.271000', '105214.274000', '105214.277000', '105214.280000', '105214.283000', '105214.286000', '105214.289000', '105214.292000', '105214.295000', '105214.297000', '105214.300000', '105214.303000', '105214.306000', '105214.309000', '105214.312000', '105214.315000', '105214.317000', '105214.320000', '105214.323000', '105214.326000', '105214.329000', '105214.332000', '105214.335000', '105214.337000', '105214.340000', '105214.343000', '105214.346000', '105214.349000', '105214.352000', '105234.230000', '105234.233000', '105234.236000', '105234.239000', '105234.242000', '105234.245000', '105234.248000', '105234.250000', '105234.253000', '105234.256000', '105234.259000', '105234.262000', '105234.265000', '105234.268000', '105234.270000', '105234.273000', '105234.276000', '105234.279000', '105234.282000', '105234.285000', '105234.288000', '105234.291000', '105234.297000', '105234.300000', '105234.303000', '105234.306000', '105234.309000', '105234.312000', '105234.314000', '105234.317000', '105234.320000', '105234.323000', '105234.326000', '105234.329000', '105234.332000', '105234.335000', '105234.337000', '105234.340000', '105234.343000', '105234.346000', '105234.349000', '105234.352000', '105234.355000', '105234.358000', '105254.230000', '105254.233000', '105254.236000', '105254.239000', '105254.242000', '105254.245000', '105254.248000', '105254.250000', '105254.254000', '105254.258000', '105254.262000', '105254.265000', '105254.267000', '105254.271000', '105254.274000', '105254.279000', '105254.282000', '105254.285000', '105254.288000', '105254.302000', '105254.305000', '105254.308000', '105254.311000', '105254.314000', '105254.316000', '105254.319000', '105254.322000', '105254.325000', '105254.328000', '105254.331000', '105254.334000', '105254.336000', '105254.339000', '105254.342000', '105254.345000', '105254.348000', '105254.351000', '105254.354000', '105254.356000', '105254.359000', '105254.362000', '105254.365000', '105254.368000', '105314.231000', '105314.234000', '105314.237000', '105314.240000', '105314.243000', '105314.246000', '105314.249000', '105314.251000', '105314.254000', '105314.257000', '105314.260000', '105314.263000', '105314.266000', '105314.269000', '105314.271000', '105314.274000', '105314.277000', '105314.280000', '105314.283000', '105314.286000', '105314.288000', '105314.291000', '105314.294000', '105314.297000', '105314.300000', '105314.303000', '105314.305000', '105314.308000', '105314.311000', '105314.314000', '105314.317000', '105314.320000', '105314.323000', '105314.326000', '105314.328000', '105314.331000', '105314.334000', '105314.337000', '105314.340000', '105314.343000', '105314.345000', '105314.348000', '105314.351000', '105314.354000', '105334.231000', '105334.234000', '105334.237000', '105334.240000', '105334.243000', '105334.246000', '105334.248000', '105334.251000', '105334.254000', '105334.257000', '105334.260000', '105334.263000', '105334.266000', '105334.269000', '105334.272000', '105334.274000', '105334.279000', '105334.284000', '105334.287000', '105334.290000', '105334.293000', '105334.295000', '105334.298000', '105334.301000', '105334.304000', '105334.307000', '105334.310000', '105334.312000', '105334.315000', '105334.318000', '105334.321000', '105334.324000', '105334.327000', '105334.330000', '105334.332000', '105334.335000', '105334.338000', '105334.341000', '105334.344000', '105334.347000', '105334.349000', '105334.352000', '105334.355000', '105354.231000', '105354.234000', '105354.237000', '105354.240000', '105354.243000', '105354.246000', '105354.248000', '105354.251000', '105354.254000', '105354.257000', '105354.260000', '105354.263000', '105354.266000', '105354.268000', '105354.271000', '105354.274000', '105354.277000', '105354.280000', '105354.283000', '105354.286000', '105354.289000', '105354.291000', '105354.294000', '105354.297000', '105354.300000', '105354.303000', '105354.306000', '105354.308000', '105354.311000', '105354.314000', '105354.317000', '105354.320000', '105354.323000', '105354.326000', '105354.329000', '105354.331000', '105354.334000', '105354.337000', '105354.340000', '105354.343000', '105354.346000', '105354.349000', '105354.351000', '105354.354000', '105410.686000', '105410.689000', '105410.692000', '105410.695000', '105410.699000', '105410.702000', '105410.705000', '105410.707000', '105410.710000', '105410.713000', '105410.716000', '105410.719000', '105410.722000', '105410.725000', '105410.728000', '105410.731000', '105410.734000', '105410.737000', '105410.740000', '105410.742000', '105410.745000', '105410.748000', '105410.751000', '105410.754000', '105410.757000', '105410.760000', '105410.763000', '105410.766000', '105410.769000', '105410.772000', '105410.786000', '105410.789000', '105410.792000', '105410.795000', '105410.797000', '105410.800000'], 'InstanceCreationTime': ['104734.264000', '104734.267000', '104734.270000', '104734.273000', '104734.276000', '104734.279000', '104734.282000', '104734.284000', '104734.287000', '104734.290000', '104734.293000', '104734.296000', '104734.299000', '104734.302000', '104734.304000', '104734.307000', '104734.310000', '104734.313000', '104734.316000', '104734.319000', '104734.321000', '104734.324000', '104734.327000', '104734.330000', '104734.333000', '104734.336000', '104734.338000', '104734.341000', '104734.344000', '104734.347000', '104734.350000', '104734.355000', '104734.357000', '104734.360000', '104734.363000', '104734.366000', '104734.369000', '104734.371000', '104734.374000', '104734.377000', '104734.380000', '104734.383000', '104734.386000', '104734.389000', '104734.392000', '104734.394000', '104734.424000', '104734.427000', '104734.430000', '104734.433000', '104734.436000', '104734.439000', '104754.230000', '104754.233000', '104754.236000', '104754.239000', '104754.242000', '104754.244000', '104754.247000', '104754.250000', '104754.253000', '104754.256000', '104754.258000', '104754.261000', '104754.264000', '104754.267000', '104754.270000', '104754.273000', '104754.276000', '104754.278000', '104754.281000', '104754.290000', '104754.293000', '104754.296000', '104754.298000', '104754.301000', '104754.304000', '104754.307000', '104754.310000', '104754.312000', '104754.315000', '104754.318000', '104754.321000', '104754.324000', '104754.327000', '104754.330000', '104754.332000', '104754.335000', '104754.338000', '104754.341000', '104754.344000', '104754.347000', '104754.351000', '104754.354000', '104754.357000', '104814.230000', '104814.233000', '104814.236000', '104814.239000', '104814.242000', '104814.245000', '104814.247000', '104814.250000', '104814.253000', '104814.256000', '104814.259000', '104814.261000', '104814.264000', '104814.267000', '104814.270000', '104814.273000', '104814.276000', '104814.279000', '104814.281000', '104814.284000', '104814.287000', '104814.290000', '104814.293000', '104814.295000', '104814.298000', '104814.301000', '104814.304000', '104814.307000', '104814.310000', '104814.313000', '104814.315000', '104814.329000', '104814.332000', '104814.335000', '104814.338000', '104814.341000', '104814.344000', '104814.351000', '104814.354000', '104814.357000', '104814.360000', '104814.363000', '104814.365000', '104814.368000', '104834.231000', '104834.234000', '104834.237000', '104834.240000', '104834.243000', '104834.246000', '104834.248000', '104834.251000', '104834.254000', '104834.257000', '104834.260000', '104834.263000', '104834.265000', '104834.268000', '104834.271000', '104834.274000', '104834.277000', '104834.280000', '104834.282000', '104834.285000', '104834.288000', '104834.291000', '104834.294000', '104834.297000', '104834.299000', '104834.303000', '104834.306000', '104834.313000', '104834.316000', '104834.319000', '104834.322000', '104834.325000', '104834.328000', '104834.330000', '104834.333000', '104834.336000', '104834.339000', '104834.342000', '104834.344000', '104834.347000', '104834.350000', '104834.353000', '104834.356000', '104854.231000', '104854.234000', '104854.237000', '104854.240000', '104854.243000', '104854.245000', '104854.248000', '104854.251000', '104854.254000', '104854.257000', '104854.260000', '104854.262000', '104854.265000', '104854.268000', '104854.271000', '104854.274000', '104854.277000', '104854.280000', '104854.283000', '104854.285000', '104854.288000', '104854.291000', '104854.294000', '104854.297000', '104854.300000', '104854.302000', '104854.305000', '104854.308000', '104854.311000', '104854.314000', '104854.317000', '104854.319000', '104854.322000', '104854.325000', '104854.328000', '104854.331000', '104854.334000', '104854.336000', '104854.339000', '104854.342000', '104854.345000', '104854.348000', '104854.351000', '104854.353000', '104914.231000', '104914.234000', '104914.237000', '104914.240000', '104914.243000', '104914.245000', '104914.248000', '104914.251000', '104914.254000', '104914.257000', '104914.260000', '104914.263000', '104914.265000', '104914.268000', '104914.271000', '104914.274000', '104914.277000', '104914.280000', '104914.283000', '104914.285000', '104914.288000', '104914.291000', '104914.294000', '104914.297000', '104914.300000', '104914.302000', '104914.305000', '104914.308000', '104914.311000', '104914.314000', '104914.317000', '104914.320000', '104914.322000', '104914.325000', '104914.328000', '104914.331000', '104914.334000', '104914.337000', '104914.340000', '104914.342000', '104914.354000', '104914.356000', '104914.359000', '104934.231000', '104934.234000', '104934.237000', '104934.240000', '104934.242000', '104934.245000', '104934.248000', '104934.251000', '104934.254000', '104934.257000', '104934.260000', '104934.262000', '104934.265000', '104934.268000', '104934.271000', '104934.274000', '104934.277000', '104934.279000', '104934.282000', '104934.285000', '104934.288000', '104934.291000', '104934.294000', '104934.297000', '104934.299000', '104934.302000', '104934.305000', '104934.308000', '104934.311000', '104934.314000', '104934.317000', '104934.319000', '104934.322000', '104934.325000', '104934.328000', '104934.331000', '104934.333000', '104934.336000', '104934.339000', '104934.342000', '104934.345000', '104934.348000', '104934.351000', '104934.353000', '104954.230000', '104954.233000', '104954.236000', '104954.239000', '104954.242000', '104954.245000', '104954.247000', '104954.250000', '104954.253000', '104954.256000', '104954.259000', '104954.262000', '104954.264000', '104954.267000', '104954.270000', '104954.273000', '104954.276000', '104954.279000', '104954.282000', '104954.284000', '104954.287000', '104954.290000', '104954.293000', '104954.296000', '104954.299000', '104954.302000', '104954.314000', '104954.317000', '104954.320000', '104954.323000', '104954.326000', '104954.328000', '104954.331000', '104954.334000', '104954.337000', '104954.341000', '104954.344000', '104954.347000', '104954.350000', '104954.353000', '104954.355000', '104954.358000', '104954.361000', '105014.230000', '105014.233000', '105014.236000', '105014.239000', '105014.241000', '105014.244000', '105014.247000', '105014.250000', '105014.253000', '105014.256000', '105014.259000', '105014.262000', '105014.264000', '105014.267000', '105014.270000', '105014.273000', '105014.276000', '105014.279000', '105014.282000', '105014.285000', '105014.287000', '105014.290000', '105014.293000', '105014.296000', '105014.299000', '105014.301000', '105014.305000', '105014.307000', '105014.310000', '105014.313000', '105014.316000', '105014.319000', '105014.321000', '105014.324000', '105014.327000', '105014.330000', '105014.333000', '105014.336000', '105014.339000', '105014.341000', '105014.344000', '105014.347000', '105014.350000', '105014.353000', '105034.230000', '105034.233000', '105034.236000', '105034.239000', '105034.243000', '105034.245000', '105034.248000', '105034.251000', '105034.254000', '105034.257000', '105034.260000', '105034.263000', '105034.266000', '105034.269000', '105034.271000', '105034.274000', '105034.277000', '105034.280000', '105034.283000', '105034.286000', '105034.289000', '105034.291000', '105034.294000', '105034.297000', '105034.300000', '105034.303000', '105034.306000', '105034.309000', '105034.311000', '105034.314000', '105034.317000', '105034.320000', '105034.323000', '105034.326000', '105034.328000', '105034.331000', '105034.334000', '105034.337000', '105034.340000', '105034.343000', '105034.346000', '105034.348000', '105034.351000', '105054.231000', '105054.234000', '105054.237000', '105054.240000', '105054.243000', '105054.246000', '105054.248000', '105054.251000', '105054.254000', '105054.257000', '105054.260000', '105054.263000', '105054.265000', '105054.268000', '105054.271000', '105054.274000', '105054.277000', '105054.280000', '105054.282000', '105054.285000', '105054.288000', '105054.291000', '105054.294000', '105054.297000', '105054.300000', '105054.310000', '105054.313000', '105054.316000', '105054.319000', '105054.322000', '105054.325000', '105054.328000', '105054.330000', '105054.333000', '105054.336000', '105054.339000', '105054.342000', '105054.345000', '105054.348000', '105054.350000', '105054.353000', '105054.356000', '105054.359000', '105054.362000', '105114.231000', '105114.234000', '105114.237000', '105114.240000', '105114.243000', '105114.245000', '105114.248000', '105114.251000', '105114.254000', '105114.257000', '105114.260000', '105114.270000', '105114.273000', '105114.276000', '105114.279000', '105114.282000', '105114.285000', '105114.287000', '105114.290000', '105114.293000', '105114.296000', '105114.299000', '105114.302000', '105114.305000', '105114.308000', '105114.310000', '105114.313000', '105114.316000', '105114.319000', '105114.322000', '105114.325000', '105114.328000', '105114.330000', '105114.333000', '105114.336000', '105114.339000', '105114.342000', '105114.345000', '105114.347000', '105114.350000', '105114.353000', '105114.356000', '105114.359000', '105134.231000', '105134.234000', '105134.237000', '105134.240000', '105134.243000', '105134.245000', '105134.248000', '105134.251000', '105134.271000', '105134.273000', '105134.276000', '105134.279000', '105134.282000', '105134.285000', '105134.288000', '105134.290000', '105134.293000', '105134.296000', '105134.299000', '105134.302000', '105134.305000', '105134.308000', '105134.311000', '105134.314000', '105134.317000', '105134.320000', '105134.323000', '105134.325000', '105134.328000', '105134.331000', '105134.334000', '105134.337000', '105134.340000', '105134.342000', '105134.345000', '105134.348000', '105134.351000', '105134.354000', '105134.357000', '105134.360000', '105134.363000', '105134.365000', '105134.368000', '105134.371000', '105154.230000', '105154.233000', '105154.236000', '105154.239000', '105154.242000', '105154.245000', '105154.248000', '105154.250000', '105154.253000', '105154.256000', '105154.259000', '105154.262000', '105154.265000', '105154.268000', '105154.270000', '105154.273000', '105154.276000', '105154.279000', '105154.282000', '105154.285000', '105154.288000', '105154.290000', '105154.293000', '105154.296000', '105154.299000', '105154.302000', '105154.305000', '105154.308000', '105154.310000', '105154.313000', '105154.316000', '105154.319000', '105154.322000', '105154.325000', '105154.328000', '105154.331000', '105154.333000', '105154.336000', '105154.339000', '105154.342000', '105154.345000', '105154.348000', '105154.351000', '105214.230000', '105214.234000', '105214.236000', '105214.239000', '105214.242000', '105214.245000', '105214.248000', '105214.251000', '105214.254000', '105214.257000', '105214.260000', '105214.262000', '105214.265000', '105214.268000', '105214.271000', '105214.274000', '105214.277000', '105214.280000', '105214.283000', '105214.286000', '105214.289000', '105214.292000', '105214.295000', '105214.297000', '105214.300000', '105214.303000', '105214.306000', '105214.309000', '105214.312000', '105214.315000', '105214.317000', '105214.320000', '105214.323000', '105214.326000', '105214.329000', '105214.332000', '105214.335000', '105214.337000', '105214.340000', '105214.343000', '105214.346000', '105214.349000', '105214.352000', '105234.230000', '105234.233000', '105234.236000', '105234.239000', '105234.242000', '105234.245000', '105234.248000', '105234.250000', '105234.253000', '105234.256000', '105234.259000', '105234.262000', '105234.265000', '105234.268000', '105234.270000', '105234.273000', '105234.276000', '105234.279000', '105234.282000', '105234.285000', '105234.288000', '105234.291000', '105234.297000', '105234.300000', '105234.303000', '105234.306000', '105234.309000', '105234.312000', '105234.314000', '105234.317000', '105234.320000', '105234.323000', '105234.326000', '105234.329000', '105234.332000', '105234.335000', '105234.337000', '105234.340000', '105234.343000', '105234.346000', '105234.349000', '105234.352000', '105234.355000', '105234.358000', '105254.230000', '105254.233000', '105254.236000', '105254.239000', '105254.242000', '105254.245000', '105254.248000', '105254.250000', '105254.254000', '105254.258000', '105254.262000', '105254.265000', '105254.267000', '105254.271000', '105254.274000', '105254.279000', '105254.282000', '105254.285000', '105254.288000', '105254.302000', '105254.305000', '105254.308000', '105254.311000', '105254.314000', '105254.316000', '105254.319000', '105254.322000', '105254.325000', '105254.328000', '105254.331000', '105254.334000', '105254.336000', '105254.339000', '105254.342000', '105254.345000', '105254.348000', '105254.351000', '105254.354000', '105254.356000', '105254.359000', '105254.362000', '105254.365000', '105254.368000', '105314.231000', '105314.234000', '105314.237000', '105314.240000', '105314.243000', '105314.246000', '105314.249000', '105314.251000', '105314.254000', '105314.257000', '105314.260000', '105314.263000', '105314.266000', '105314.269000', '105314.271000', '105314.274000', '105314.277000', '105314.280000', '105314.283000', '105314.286000', '105314.288000', '105314.291000', '105314.294000', '105314.297000', '105314.300000', '105314.303000', '105314.305000', '105314.308000', '105314.311000', '105314.314000', '105314.317000', '105314.320000', '105314.323000', '105314.326000', '105314.328000', '105314.331000', '105314.334000', '105314.337000', '105314.340000', '105314.343000', '105314.345000', '105314.348000', '105314.351000', '105314.354000', '105334.231000', '105334.234000', '105334.237000', '105334.240000', '105334.243000', '105334.246000', '105334.248000', '105334.251000', '105334.254000', '105334.257000', '105334.260000', '105334.263000', '105334.266000', '105334.269000', '105334.272000', '105334.274000', '105334.279000', '105334.284000', '105334.287000', '105334.290000', '105334.293000', '105334.295000', '105334.298000', '105334.301000', '105334.304000', '105334.307000', '105334.310000', '105334.312000', '105334.315000', '105334.318000', '105334.321000', '105334.324000', '105334.327000', '105334.330000', '105334.332000', '105334.335000', '105334.338000', '105334.341000', '105334.344000', '105334.347000', '105334.349000', '105334.352000', '105334.355000', '105354.231000', '105354.234000', '105354.237000', '105354.240000', '105354.243000', '105354.246000', '105354.248000', '105354.251000', '105354.254000', '105354.257000', '105354.260000', '105354.263000', '105354.266000', '105354.268000', '105354.271000', '105354.274000', '105354.277000', '105354.280000', '105354.283000', '105354.286000', '105354.289000', '105354.291000', '105354.294000', '105354.297000', '105354.300000', '105354.303000', '105354.306000', '105354.308000', '105354.311000', '105354.314000', '105354.317000', '105354.320000', '105354.323000', '105354.326000', '105354.329000', '105354.331000', '105354.334000', '105354.337000', '105354.340000', '105354.343000', '105354.346000', '105354.349000', '105354.351000', '105354.354000', '105410.686000', '105410.689000', '105410.692000', '105410.695000', '105410.699000', '105410.702000', '105410.705000', '105410.707000', '105410.710000', '105410.713000', '105410.716000', '105410.719000', '105410.722000', '105410.725000', '105410.728000', '105410.731000', '105410.734000', '105410.737000', '105410.740000', '105410.742000', '105410.745000', '105410.748000', '105410.751000', '105410.754000', '105410.757000', '105410.760000', '105410.763000', '105410.766000', '105410.769000', '105410.772000', '105410.786000', '105410.789000', '105410.792000', '105410.795000', '105410.797000', '105410.800000'], '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': [14193, 11202, 11084, 12350, 8610, 10443, 8685, 12549, 8670, 12764, 8891, 13912, 8760, 10675, 8519, 8337, 8450, 9985, 8523, 10672, 8656, 10468, 8363, 8636, 8340, 8779, 8371, 8933, 6969, 8784, 7835, 9007, 8838, 9128, 8907, 6694, 8820, 7707, 8922, 8090, 8922, 8546, 9207, 8915, 9870, 8862, 9024, 8803, 12358, 8910, 12827, 12350, 9043, 12714, 8828, 11520, 8844, 13329, 10004, 13126, 10286, 12730, 9808, 10931, 8442, 9756, 8283, 11016, 8166, 11559, 8477, 13207, 8281, 8640, 8155, 8632, 8131, 9276, 9025, 8877, 8826, 6828, 8792, 8164, 9150, 9259, 9044, 8981, 8081, 8589, 8627, 8509, 10910, 13350, 9842, 13350, 9929, 9720, 8549, 8297, 13737, 8306, 13918, 8482, 13496, 9448, 10054, 8364, 9999, 8368, 11193, 8218, 10567, 8288, 10806, 8092, 8574, 7407, 8747, 7799, 8660, 8250, 8638, 8781, 8541, 9086, 7928, 8758, 8417, 8873, 8631, 8506, 8925, 7792, 9175, 10555, 8788, 8796, 7592, 8863, 7818, 8987, 8298, 9049, 11397, 9797, 9010, 11291, 8899, 12775, 9533, 13428, 10706, 12569, 9848, 12806, 9421, 11884, 8294, 9998, 8492, 10411, 8310, 9618, 8785, 10400, 9080, 11005, 8521, 8445, 8608, 9265, 8604, 9912, 8627, 8716, 8440, 8834, 6869, 9059, 7622, 8895, 9014, 9139, 11321, 9046, 9438, 8743, 10361, 8704, 11917, 8799, 11827, 8821, 11195, 8735, 12691, 9039, 9252, 10795, 9035, 8750, 8682, 8946, 11378, 8975, 13610, 9169, 13592, 8848, 9937, 8645, 10723, 8938, 12450, 8808, 9984, 8858, 8497, 9108, 10539, 9424, 8682, 9011, 8851, 7590, 9239, 8467, 9209, 13200, 9136, 11865, 8811, 10080, 8966, 12362, 10199, 10192, 13099, 8683, 9879, 8719, 9272, 8874, 8978, 6922, 8858, 7641, 8924, 6353, 8998, 6961, 9108, 8137, 9055, 6944, 9051, 6841, 8961, 8725, 9002, 8802, 9017, 9007, 9134, 9572, 8994, 7512, 8939, 7583, 8945, 8295, 8982, 8364, 9055, 12292, 9228, 9681, 9241, 8325, 9153, 10182, 9193, 14086, 10341, 12176, 9780, 11306, 9029, 10499, 9061, 12183, 9313, 11974, 9837, 13173, 10102, 9094, 8132, 9114, 8024, 8891, 9587, 9066, 11986, 9269, 12931, 9161, 10027, 8928, 7892, 9250, 7874, 9219, 8196, 9186, 8814, 6348, 8951, 7418, 9054, 7541, 9040, 7792, 9315, 9936, 9342, 9201, 10869, 9235, 10443, 8843, 13063, 10631, 12925, 10200, 12363, 9452, 11768, 8929, 9995, 8777, 10889, 8836, 11376, 9160, 11199, 8901, 9013, 8871, 8647, 8800, 8827, 8740, 8888, 8516, 9298, 8243, 9040, 8835, 9265, 8822, 9093, 8365, 9285, 8167, 9278, 9169, 8251, 9069, 6322, 8856, 7237, 9066, 7443, 9151, 8055, 9290, 9085, 9241, 8581, 9252, 8575, 8970, 9287, 9051, 9218, 9239, 8607, 11175, 8882, 9062, 8926, 8465, 9100, 10842, 9145, 12563, 9140, 13426, 9507, 8863, 8950, 8926, 10610, 9080, 12382, 9443, 12713, 9798, 9156, 7378, 8886, 8620, 9188, 12193, 9161, 13898, 9148, 13057, 10255, 11508, 9010, 8392, 9018, 10490, 8863, 12406, 9223, 9333, 12720, 9036, 9552, 8854, 8898, 8480, 9093, 13984, 9218, 13592, 10444, 8935, 8379, 8808, 11983, 8994, 13536, 8848, 12252, 10221, 12085, 9131, 8032, 9112, 8151, 8992, 8318, 9022, 8306, 9133, 6720, 9159, 8187, 9339, 9235, 7612, 9239, 8230, 9277, 8354, 8987, 9593, 9040, 11908, 9329, 9197, 10896, 9244, 9819, 9225, 12773, 9570, 10965, 13483, 9254, 13250, 8965, 8958, 8529, 8999, 8610, 9026, 8690, 9008, 8626, 9115, 8679, 9104, 7706, 9200, 9907, 9355, 9080, 8019, 9135, 8189, 9008, 12248, 9035, 13007, 9196, 12874, 9098, 11390, 9106, 9700, 8942, 10709, 9206, 11006, 9206, 11965, 9118, 7433, 8992, 7577, 8882, 7625, 9111, 7875, 9089, 7869, 9075, 8846, 9016, 8462, 8938, 8823, 8698, 8643, 8872, 8822, 8036, 8901, 7659, 9087, 7872, 9094, 9752, 8711, 9203, 11193, 9013, 12091, 8948, 12984, 8993, 12038, 8852, 11816, 8816, 12693, 8990, 9250, 8728, 8411, 8693, 10535, 8851, 9855, 8959, 9999, 8946, 10435, 8873, 8378, 8822, 6824, 8978, 8932, 9196, 8962, 8949, 9062, 11113, 8771, 13344, 8874, 12405, 8980, 12595, 8905, 11086, 8722, 8282, 8595, 8641, 8668, 9137, 12805, 8664, 10833, 8316, 8751, 8854, 8425, 14398, 10923, 8730, 11089, 7434, 8353, 11097, 8553, 8749, 14527, 10685, 12906, 9958, 8465, 10121, 8270, 12419, 8195, 12756, 8419, 12871, 8369, 9133, 8182, 8959, 7750, 8865, 8698, 6849, 9216, 9431, 7953, 8812, 9151, 8542, 8817, 10896, 9119, 12234, 10021, 8844, 8666, 8585, 11895, 8817, 12920, 8700, 12797, 8672, 9819, 8407, 8788, 7102, 8803, 7981, 9007, 8405, 9055, 8906, 7222, 8847, 7775, 8784, 8569, 8844, 9454, 8984, 11859, 8916, 8672, 8561, 8788, 8657, 9404, 8650, 8865, 10037, 8808, 7881, 8876, 7771, 8832, 8199, 8924, 8519, 8969, 10278, 8976, 10236, 8832, 8808, 8562, 8704, 8354, 10239, 8641, 12221, 9539, 9673, 9465, 8816, 9569, 8717, 11229, 8504, 10996, 8645, 10643, 8954, 11764, 8915, 8701, 8565, 8724, 8630, 8593, 8712, 8827, 10332, 8901, 11564, 8836, 8360, 8602, 8817, 8501, 8655, 10736, 8844, 11977, 8961, 11717, 8813, 8168, 8558, 8580, 8691, 8837, 8564, 8941, 11256, 8941, 9603, 9102, 8686, 9058, 8578, 7015, 9091, 11000, 8837, 8930, 8240, 8689, 8869, 14696, 12475, 10314, 12178, 8534, 12431, 10065, 12282, 9105, 12356, 8364, 12589, 8511, 12365, 8361, 8446, 8328, 9368, 8463, 10012, 8615, 9703, 8884, 10422, 8487, 8804, 8531, 9010, 7036, 8939, 7993, 8736, 8582, 9018, 9059, 6888, 9133, 8340, 8898, 8769, 8641, 8885, 8552, 9314, 11728, 9391, 9020, 8041, 8854, 8921, 8429, 8615, 12103, 10391, 12096, 9809, 8872, 8641, 8873, 10545, 12557, 9912, 9219, 8191, 8875, 7623, 8932, 8105, 8814, 8075, 8867, 7810, 8738, 7844, 8940, 8043, 8984, 9842, 8941, 8429, 8677, 8564, 8686, 8507, 8618, 8994, 11406, 9242, 9452, 8073, 8671, 8537, 7859, 8765, 14248, 11753, 13551, 9940, 8657, 9012, 8551, 12101, 10500, 10484, 11161, 8720, 8542, 11030, 8508, 8464, 8568, 8020, 8704, 6950, 8724, 6753, 8788, 8085, 9021, 8318, 9087, 8681, 8762, 8889, 8805, 8732, 8797, 8717, 8967, 8969, 6914, 8935, 8467, 8728, 8798, 8931, 8963, 8873, 6951, 8783, 7091, 8809, 7516, 8794, 8063, 9001, 8887, 8031, 8835, 10738, 12893, 10587, 11839], 'WindowCenter': [3874.0, 3838.0, 3812.0, 3809.0, 3763.0, 3782.0, 3762.0, 3793.0, 3748.0, 3792.0, 3760.0, 3791.0, 3747.0, 3768.0, 3745.0, 3733.0, 3746.0, 3755.0, 3744.0, 3755.0, 3746.0, 3765.0, 3746.0, 3745.0, 3746.0, 3746.0, 3747.0, 3757.0, 3739.0, 3761.0, 3750.0, 3772.0, 3771.0, 3772.0, 3772.0, 3740.0, 3784.0, 3775.0, 3785.0, 3763.0, 3786.0, 3789.0, 3799.0, 3787.0, 3797.0, 3786.0, 3785.0, 3786.0, 3807.0, 3786.0, 3806.0, 3807.0, 3775.0, 3806.0, 3773.0, 3781.0, 3760.0, 3790.0, 3760.0, 3780.0, 3759.0, 3778.0, 3757.0, 3753.0, 3733.0, 3742.0, 3733.0, 3753.0, 3732.0, 3764.0, 3732.0, 3764.0, 3732.0, 3733.0, 3721.0, 3733.0, 3733.0, 3771.0, 3757.0, 3757.0, 3757.0, 3725.0, 3756.0, 3746.0, 3768.0, 3769.0, 3760.0, 3770.0, 3761.0, 3760.0, 3759.0, 3760.0, 3780.0, 3793.0, 3770.0, 3792.0, 3770.0, 3757.0, 3748.0, 3748.0, 3790.0, 3747.0, 3790.0, 3735.0, 3765.0, 3742.0, 3730.0, 3720.0, 3728.0, 3722.0, 3752.0, 3721.0, 3752.0, 3733.0, 3751.0, 3719.0, 3730.0, 3708.0, 3730.0, 3719.0, 3743.0, 3745.0, 3746.0, 3759.0, 3759.0, 3758.0, 3747.0, 3747.0, 3746.0, 3758.0, 3760.0, 3761.0, 3771.0, 3762.0, 3773.0, 3783.0, 3773.0, 3761.0, 3750.0, 3771.0, 3750.0, 3774.0, 3762.0, 3772.0, 3795.0, 3785.0, 3775.0, 3783.0, 3773.0, 3792.0, 3784.0, 3805.0, 3783.0, 3783.0, 3761.0, 3778.0, 3747.0, 3753.0, 3734.0, 3756.0, 3746.0, 3752.0, 3721.0, 3742.0, 3746.0, 3754.0, 3732.0, 3754.0, 3732.0, 3730.0, 3733.0, 3743.0, 3745.0, 3755.0, 3747.0, 3747.0, 3746.0, 3757.0, 3729.0, 3760.0, 3737.0, 3758.0, 3771.0, 3771.0, 3780.0, 3759.0, 3759.0, 3760.0, 3768.0, 3760.0, 3781.0, 3759.0, 3779.0, 3759.0, 3768.0, 3759.0, 3780.0, 3759.0, 3758.0, 3780.0, 3760.0, 3759.0, 3772.0, 3773.0, 3793.0, 3772.0, 3805.0, 3760.0, 3792.0, 3747.0, 3756.0, 3734.0, 3755.0, 3745.0, 3779.0, 3745.0, 3744.0, 3743.0, 3758.0, 3745.0, 3766.0, 3757.0, 3745.0, 3745.0, 3744.0, 3747.0, 3758.0, 3759.0, 3770.0, 3791.0, 3758.0, 3768.0, 3745.0, 3755.0, 3732.0, 3765.0, 3754.0, 3755.0, 3765.0, 3733.0, 3753.0, 3744.0, 3744.0, 3743.0, 3743.0, 3711.0, 3744.0, 3734.0, 3755.0, 3716.0, 3759.0, 3739.0, 3760.0, 3749.0, 3758.0, 3727.0, 3758.0, 3727.0, 3758.0, 3761.0, 3773.0, 3772.0, 3772.0, 3772.0, 3771.0, 3770.0, 3759.0, 3738.0, 3760.0, 3750.0, 3773.0, 3763.0, 3785.0, 3773.0, 3772.0, 3792.0, 3773.0, 3784.0, 3784.0, 3772.0, 3784.0, 3783.0, 3773.0, 3805.0, 3783.0, 3793.0, 3771.0, 3780.0, 3758.0, 3767.0, 3759.0, 3791.0, 3757.0, 3779.0, 3758.0, 3779.0, 3768.0, 3745.0, 3733.0, 3741.0, 3721.0, 3744.0, 3756.0, 3744.0, 3766.0, 3745.0, 3765.0, 3743.0, 3741.0, 3732.0, 3731.0, 3743.0, 3720.0, 3744.0, 3745.0, 3757.0, 3756.0, 3713.0, 3756.0, 3736.0, 3758.0, 3748.0, 3770.0, 3748.0, 3770.0, 3783.0, 3772.0, 3771.0, 3781.0, 3770.0, 3780.0, 3773.0, 3793.0, 3782.0, 3793.0, 3769.0, 3768.0, 3746.0, 3765.0, 3731.0, 3742.0, 3732.0, 3766.0, 3730.0, 3753.0, 3742.0, 3752.0, 3730.0, 3730.0, 3729.0, 3729.0, 3729.0, 3730.0, 3730.0, 3732.0, 3731.0, 3744.0, 3733.0, 3743.0, 3743.0, 3744.0, 3743.0, 3745.0, 3734.0, 3758.0, 3746.0, 3758.0, 3757.0, 3748.0, 3759.0, 3726.0, 3769.0, 3750.0, 3773.0, 3764.0, 3783.0, 3775.0, 3785.0, 3773.0, 3784.0, 3772.0, 3773.0, 3772.0, 3797.0, 3785.0, 3783.0, 3797.0, 3797.0, 3773.0, 3807.0, 3784.0, 3772.0, 3772.0, 3775.0, 3788.0, 3794.0, 3785.0, 3819.0, 3799.0, 3817.0, 3785.0, 3772.0, 3772.0, 3785.0, 3782.0, 3773.0, 3806.0, 3786.0, 3806.0, 3783.0, 3770.0, 3739.0, 3759.0, 3758.0, 3770.0, 3793.0, 3771.0, 3804.0, 3771.0, 3793.0, 3770.0, 3779.0, 3747.0, 3734.0, 3743.0, 3753.0, 3745.0, 3766.0, 3756.0, 3757.0, 3778.0, 3746.0, 3742.0, 3744.0, 3743.0, 3733.0, 3742.0, 3775.0, 3745.0, 3776.0, 3755.0, 3730.0, 3721.0, 3732.0, 3766.0, 3729.0, 3763.0, 3730.0, 3753.0, 3739.0, 3750.0, 3715.0, 3706.0, 3715.0, 3705.0, 3715.0, 3717.0, 3716.0, 3717.0, 3727.0, 3698.0, 3743.0, 3731.0, 3743.0, 3743.0, 3733.0, 3755.0, 3745.0, 3767.0, 3746.0, 3759.0, 3757.0, 3759.0, 3779.0, 3758.0, 3758.0, 3768.0, 3744.0, 3756.0, 3745.0, 3778.0, 3745.0, 3755.0, 3776.0, 3745.0, 3776.0, 3744.0, 3732.0, 3732.0, 3730.0, 3731.0, 3742.0, 3744.0, 3743.0, 3744.0, 3743.0, 3744.0, 3744.0, 3734.0, 3758.0, 3768.0, 3758.0, 3760.0, 3750.0, 3759.0, 3747.0, 3772.0, 3791.0, 3758.0, 3793.0, 3760.0, 3780.0, 3747.0, 3767.0, 3744.0, 3745.0, 3744.0, 3757.0, 3744.0, 3767.0, 3745.0, 3766.0, 3743.0, 3721.0, 3743.0, 3722.0, 3757.0, 3748.0, 3770.0, 3746.0, 3771.0, 3762.0, 3771.0, 3757.0, 3759.0, 3747.0, 3770.0, 3772.0, 3773.0, 3772.0, 3784.0, 3772.0, 3760.0, 3771.0, 3749.0, 3785.0, 3761.0, 3784.0, 3797.0, 3787.0, 3786.0, 3795.0, 3773.0, 3793.0, 3773.0, 3815.0, 3773.0, 3793.0, 3761.0, 3795.0, 3772.0, 3792.0, 3758.0, 3758.0, 3746.0, 3746.0, 3746.0, 3780.0, 3757.0, 3768.0, 3758.0, 3769.0, 3757.0, 3767.0, 3746.0, 3745.0, 3755.0, 3726.0, 3759.0, 3759.0, 3771.0, 3761.0, 3761.0, 3759.0, 3795.0, 3760.0, 3791.0, 3759.0, 3793.0, 3759.0, 3779.0, 3745.0, 3753.0, 3733.0, 3731.0, 3732.0, 3731.0, 3744.0, 3745.0, 3777.0, 3746.0, 3765.0, 3733.0, 3743.0, 3745.0, 3734.0, 3777.0, 3767.0, 3746.0, 3766.0, 3724.0, 3734.0, 3765.0, 3747.0, 3747.0, 3789.0, 3757.0, 3765.0, 3743.0, 3721.0, 3741.0, 3720.0, 3751.0, 3718.0, 3752.0, 3720.0, 3750.0, 3718.0, 3716.0, 3718.0, 3741.0, 3722.0, 3743.0, 3744.0, 3714.0, 3759.0, 3772.0, 3750.0, 3772.0, 3770.0, 3759.0, 3773.0, 3794.0, 3774.0, 3793.0, 3770.0, 3759.0, 3748.0, 3748.0, 3779.0, 3758.0, 3779.0, 3748.0, 3780.0, 3748.0, 3757.0, 3748.0, 3760.0, 3741.0, 3771.0, 3762.0, 3773.0, 3761.0, 3772.0, 3772.0, 3750.0, 3772.0, 3765.0, 3787.0, 3774.0, 3787.0, 3798.0, 3788.0, 3795.0, 3775.0, 3762.0, 3775.0, 3776.0, 3775.0, 3775.0, 3777.0, 3775.0, 3785.0, 3763.0, 3751.0, 3761.0, 3750.0, 3785.0, 3776.0, 3775.0, 3776.0, 3787.0, 3785.0, 3774.0, 3785.0, 3774.0, 3774.0, 3788.0, 3776.0, 3774.0, 3784.0, 3778.0, 3809.0, 3787.0, 3773.0, 3771.0, 3762.0, 3785.0, 3774.0, 3794.0, 3760.0, 3781.0, 3763.0, 3794.0, 3785.0, 3794.0, 3762.0, 3758.0, 3761.0, 3761.0, 3775.0, 3774.0, 3772.0, 3773.0, 3796.0, 3786.0, 3794.0, 3775.0, 3760.0, 3761.0, 3771.0, 3777.0, 3774.0, 3796.0, 3786.0, 3807.0, 3773.0, 3793.0, 3760.0, 3748.0, 3761.0, 3758.0, 3760.0, 3760.0, 3761.0, 3773.0, 3795.0, 3773.0, 3770.0, 3761.0, 3760.0, 3774.0, 3761.0, 3740.0, 3771.0, 3795.0, 3773.0, 3775.0, 3774.0, 3763.0, 3774.0, 3816.0, 3795.0, 3773.0, 3794.0, 3762.0, 3781.0, 3760.0, 3781.0, 3747.0, 3780.0, 3736.0, 3767.0, 3723.0, 3751.0, 3709.0, 3707.0, 3718.0, 3728.0, 3718.0, 3740.0, 3719.0, 3742.0, 3732.0, 3751.0, 3730.0, 3717.0, 3718.0, 3730.0, 3711.0, 3743.0, 3734.0, 3745.0, 3746.0, 3758.0, 3757.0, 3725.0, 3746.0, 3733.0, 3757.0, 3758.0, 3759.0, 3757.0, 3749.0, 3758.0, 3779.0, 3760.0, 3758.0, 3748.0, 3758.0, 3756.0, 3774.0, 3773.0, 3804.0, 3784.0, 3793.0, 3772.0, 3758.0, 3748.0, 3747.0, 3771.0, 3780.0, 3758.0, 3745.0, 3748.0, 3758.0, 3737.0, 3757.0, 3735.0, 3757.0, 3736.0, 3760.0, 3749.0, 3772.0, 3749.0, 3773.0, 3762.0, 3772.0, 3772.0, 3762.0, 3747.0, 3749.0, 3748.0, 3759.0, 3759.0, 3760.0, 3761.0, 3792.0, 3772.0, 3772.0, 3760.0, 3761.0, 3760.0, 3750.0, 3761.0, 3805.0, 3795.0, 3794.0, 3761.0, 3746.0, 3748.0, 3745.0, 3779.0, 3756.0, 3756.0, 3753.0, 3735.0, 3744.0, 3755.0, 3730.0, 3720.0, 3718.0, 3718.0, 3730.0, 3711.0, 3732.0, 3711.0, 3745.0, 3745.0, 3756.0, 3745.0, 3757.0, 3747.0, 3747.0, 3757.0, 3761.0, 3759.0, 3760.0, 3760.0, 3771.0, 3760.0, 3739.0, 3761.0, 3760.0, 3760.0, 3771.0, 3772.0, 3772.0, 3772.0, 3751.0, 3772.0, 3750.0, 3785.0, 3776.0, 3786.0, 3776.0, 3799.0, 3787.0, 3778.0, 3787.0, 3809.0, 3808.0, 3798.0, 3808.0], 'WindowWidth': [8661.0, 8597.0, 8546.0, 8538.0, 8464.0, 8487.0, 8457.0, 8504.0, 8433.0, 8500.0, 8451.0, 8497.0, 8429.0, 8456.0, 8422.0, 8404.0, 8425.0, 8437.0, 8422.0, 8437.0, 8428.0, 8450.0, 8427.0, 8422.0, 8425.0, 8425.0, 8431.0, 8444.0, 8425.0, 8456.0, 8441.0, 8473.0, 8469.0, 8475.0, 8472.0, 8429.0, 8496.0, 8486.0, 8496.0, 8464.0, 8502.0, 8513.0, 8524.0, 8505.0, 8515.0, 8501.0, 8499.0, 8499.0, 8529.0, 8500.0, 8528.0, 8530.0, 8481.0, 8527.0, 8475.0, 8482.0, 8454.0, 8496.0, 8452.0, 8480.0, 8448.0, 8472.0, 8442.0, 8430.0, 8404.0, 8412.0, 8402.0, 8428.0, 8400.0, 8446.0, 8401.0, 8444.0, 8401.0, 8401.0, 8384.0, 8401.0, 8403.0, 8471.0, 8446.0, 8444.0, 8444.0, 8401.0, 8441.0, 8430.0, 8460.0, 8465.0, 8454.0, 8469.0, 8459.0, 8456.0, 8453.0, 8455.0, 8481.0, 8502.0, 8466.0, 8499.0, 8466.0, 8443.0, 8433.0, 8432.0, 8494.0, 8428.0, 8495.0, 8410.0, 8451.0, 8413.0, 8392.0, 8379.0, 8387.0, 8385.0, 8426.0, 8382.0, 8425.0, 8403.0, 8423.0, 8378.0, 8392.0, 8361.0, 8393.0, 8380.0, 8419.0, 8426.0, 8427.0, 8450.0, 8451.0, 8445.0, 8430.0, 8430.0, 8426.0, 8448.0, 8456.0, 8458.0, 8471.0, 8462.0, 8476.0, 8490.0, 8476.0, 8456.0, 8440.0, 8469.0, 8443.0, 8479.0, 8461.0, 8475.0, 8508.0, 8495.0, 8483.0, 8488.0, 8475.0, 8500.0, 8494.0, 8525.0, 8488.0, 8490.0, 8454.0, 8474.0, 8428.0, 8430.0, 8405.0, 8437.0, 8426.0, 8427.0, 8382.0, 8416.0, 8426.0, 8433.0, 8400.0, 8429.0, 8399.0, 8394.0, 8402.0, 8415.0, 8422.0, 8437.0, 8430.0, 8429.0, 8428.0, 8444.0, 8409.0, 8450.0, 8416.0, 8447.0, 8471.0, 8469.0, 8476.0, 8449.0, 8449.0, 8451.0, 8460.0, 8452.0, 8480.0, 8450.0, 8475.0, 8448.0, 8459.0, 8451.0, 8478.0, 8450.0, 8447.0, 8478.0, 8453.0, 8450.0, 8474.0, 8478.0, 8503.0, 8475.0, 8524.0, 8453.0, 8499.0, 8431.0, 8440.0, 8404.0, 8435.0, 8421.0, 8479.0, 8421.0, 8418.0, 8416.0, 8447.0, 8425.0, 8454.0, 8444.0, 8425.0, 8424.0, 8420.0, 8433.0, 8449.0, 8452.0, 8467.0, 8495.0, 8445.0, 8458.0, 8421.0, 8435.0, 8400.0, 8449.0, 8434.0, 8436.0, 8451.0, 8403.0, 8432.0, 8423.0, 8419.0, 8417.0, 8415.0, 8374.0, 8419.0, 8406.0, 8439.0, 8390.0, 8450.0, 8425.0, 8454.0, 8437.0, 8446.0, 8403.0, 8444.0, 8402.0, 8447.0, 8457.0, 8476.0, 8473.0, 8474.0, 8474.0, 8469.0, 8466.0, 8450.0, 8420.0, 8452.0, 8441.0, 8479.0, 8463.0, 8496.0, 8478.0, 8476.0, 8501.0, 8477.0, 8495.0, 8494.0, 8475.0, 8492.0, 8489.0, 8475.0, 8523.0, 8491.0, 8503.0, 8470.0, 8479.0, 8448.0, 8457.0, 8452.0, 8499.0, 8447.0, 8477.0, 8448.0, 8479.0, 8460.0, 8424.0, 8404.0, 8412.0, 8385.0, 8421.0, 8440.0, 8421.0, 8454.0, 8423.0, 8450.0, 8416.0, 8412.0, 8399.0, 8398.0, 8418.0, 8383.0, 8421.0, 8423.0, 8442.0, 8439.0, 8381.0, 8441.0, 8415.0, 8448.0, 8434.0, 8467.0, 8437.0, 8469.0, 8490.0, 8476.0, 8472.0, 8485.0, 8466.0, 8478.0, 8478.0, 8503.0, 8485.0, 8503.0, 8464.0, 8461.0, 8426.0, 8447.0, 8399.0, 8411.0, 8399.0, 8452.0, 8395.0, 8431.0, 8413.0, 8427.0, 8391.0, 8394.0, 8389.0, 8392.0, 8390.0, 8394.0, 8393.0, 8399.0, 8397.0, 8421.0, 8404.0, 8418.0, 8415.0, 8420.0, 8416.0, 8423.0, 8406.0, 8444.0, 8428.0, 8448.0, 8444.0, 8433.0, 8448.0, 8404.0, 8465.0, 8441.0, 8477.0, 8467.0, 8490.0, 8483.0, 8499.0, 8477.0, 8492.0, 8472.0, 8474.0, 8473.0, 8517.0, 8497.0, 8491.0, 8518.0, 8516.0, 8477.0, 8527.0, 8493.0, 8474.0, 8475.0, 8485.0, 8505.0, 8505.0, 8495.0, 8549.0, 8523.0, 8546.0, 8495.0, 8472.0, 8472.0, 8498.0, 8488.0, 8476.0, 8527.0, 8501.0, 8527.0, 8491.0, 8468.0, 8426.0, 8449.0, 8448.0, 8467.0, 8502.0, 8469.0, 8520.0, 8471.0, 8503.0, 8467.0, 8477.0, 8431.0, 8407.0, 8419.0, 8432.0, 8426.0, 8453.0, 8441.0, 8443.0, 8473.0, 8427.0, 8417.0, 8421.0, 8418.0, 8405.0, 8415.0, 8466.0, 8424.0, 8470.0, 8436.0, 8396.0, 8383.0, 8399.0, 8452.0, 8391.0, 8444.0, 8396.0, 8429.0, 8404.0, 8419.0, 8365.0, 8354.0, 8362.0, 8353.0, 8364.0, 8372.0, 8367.0, 8373.0, 8384.0, 8354.0, 8417.0, 8399.0, 8419.0, 8418.0, 8405.0, 8436.0, 8424.0, 8461.0, 8429.0, 8449.0, 8443.0, 8452.0, 8478.0, 8448.0, 8446.0, 8459.0, 8421.0, 8439.0, 8423.0, 8474.0, 8421.0, 8437.0, 8467.0, 8424.0, 8465.0, 8421.0, 8398.0, 8400.0, 8393.0, 8399.0, 8414.0, 8420.0, 8418.0, 8421.0, 8416.0, 8420.0, 8420.0, 8411.0, 8446.0, 8459.0, 8448.0, 8453.0, 8441.0, 8450.0, 8434.0, 8474.0, 8499.0, 8450.0, 8504.0, 8454.0, 8480.0, 8429.0, 8456.0, 8420.0, 8421.0, 8419.0, 8441.0, 8420.0, 8455.0, 8421.0, 8450.0, 8417.0, 8384.0, 8416.0, 8389.0, 8442.0, 8435.0, 8466.0, 8428.0, 8472.0, 8460.0, 8469.0, 8446.0, 8449.0, 8430.0, 8466.0, 8475.0, 8476.0, 8476.0, 8492.0, 8473.0, 8454.0, 8468.0, 8436.0, 8498.0, 8461.0, 8496.0, 8517.0, 8502.0, 8498.0, 8509.0, 8478.0, 8501.0, 8478.0, 8538.0, 8477.0, 8504.0, 8457.0, 8512.0, 8473.0, 8501.0, 8447.0, 8444.0, 8427.0, 8427.0, 8428.0, 8480.0, 8445.0, 8460.0, 8449.0, 8465.0, 8443.0, 8456.0, 8425.0, 8424.0, 8438.0, 8401.0, 8450.0, 8451.0, 8468.0, 8456.0, 8458.0, 8450.0, 8508.0, 8455.0, 8500.0, 8449.0, 8503.0, 8451.0, 8478.0, 8421.0, 8431.0, 8402.0, 8397.0, 8401.0, 8399.0, 8422.0, 8423.0, 8471.0, 8428.0, 8452.0, 8407.0, 8418.0, 8425.0, 8409.0, 8471.0, 8458.0, 8426.0, 8454.0, 8395.0, 8406.0, 8450.0, 8431.0, 8428.0, 8491.0, 8443.0, 8450.0, 8415.0, 8381.0, 8409.0, 8378.0, 8423.0, 8372.0, 8425.0, 8379.0, 8417.0, 8373.0, 8368.0, 8373.0, 8411.0, 8389.0, 8419.0, 8421.0, 8382.0, 8449.0, 8473.0, 8439.0, 8474.0, 8466.0, 8450.0, 8473.0, 8505.0, 8477.0, 8502.0, 8467.0, 8448.0, 8430.0, 8431.0, 8474.0, 8445.0, 8476.0, 8432.0, 8475.0, 8431.0, 8441.0, 8431.0, 8450.0, 8429.0, 8469.0, 8459.0, 8478.0, 8457.0, 8472.0, 8471.0, 8440.0, 8471.0, 8468.0, 8504.0, 8478.0, 8500.0, 8518.0, 8504.0, 8509.0, 8480.0, 8458.0, 8480.0, 8483.0, 8482.0, 8480.0, 8488.0, 8481.0, 8492.0, 8459.0, 8442.0, 8456.0, 8441.0, 8496.0, 8486.0, 8482.0, 8486.0, 8499.0, 8493.0, 8478.0, 8492.0, 8477.0, 8478.0, 8505.0, 8484.0, 8480.0, 8492.0, 8490.0, 8534.0, 8500.0, 8475.0, 8468.0, 8457.0, 8493.0, 8478.0, 8503.0, 8454.0, 8482.0, 8460.0, 8507.0, 8496.0, 8507.0, 8459.0, 8447.0, 8455.0, 8456.0, 8483.0, 8478.0, 8473.0, 8477.0, 8513.0, 8500.0, 8509.0, 8481.0, 8455.0, 8457.0, 8470.0, 8489.0, 8479.0, 8509.0, 8497.0, 8529.0, 8478.0, 8502.0, 8453.0, 8434.0, 8455.0, 8447.0, 8452.0, 8451.0, 8456.0, 8474.0, 8507.0, 8474.0, 8465.0, 8454.0, 8453.0, 8479.0, 8456.0, 8429.0, 8472.0, 8509.0, 8480.0, 8482.0, 8480.0, 8464.0, 8478.0, 8539.0, 8511.0, 8476.0, 8505.0, 8460.0, 8483.0, 8453.0, 8484.0, 8428.0, 8480.0, 8414.0, 8457.0, 8387.0, 8421.0, 8360.0, 8355.0, 8372.0, 8386.0, 8374.0, 8408.0, 8376.0, 8413.0, 8399.0, 8422.0, 8393.0, 8370.0, 8374.0, 8393.0, 8371.0, 8418.0, 8408.0, 8424.0, 8429.0, 8448.0, 8443.0, 8396.0, 8424.0, 8404.0, 8444.0, 8445.0, 8449.0, 8443.0, 8435.0, 8445.0, 8476.0, 8452.0, 8447.0, 8434.0, 8446.0, 8443.0, 8479.0, 8475.0, 8522.0, 8493.0, 8504.0, 8472.0, 8447.0, 8434.0, 8429.0, 8467.0, 8477.0, 8447.0, 8421.0, 8431.0, 8448.0, 8419.0, 8443.0, 8412.0, 8442.0, 8413.0, 8453.0, 8439.0, 8473.0, 8437.0, 8475.0, 8461.0, 8474.0, 8471.0, 8456.0, 8431.0, 8434.0, 8431.0, 8450.0, 8448.0, 8451.0, 8456.0, 8500.0, 8472.0, 8474.0, 8455.0, 8456.0, 8452.0, 8439.0, 8457.0, 8524.0, 8510.0, 8505.0, 8453.0, 8426.0, 8433.0, 8422.0, 8475.0, 8436.0, 8441.0, 8429.0, 8410.0, 8421.0, 8435.0, 8394.0, 8379.0, 8374.0, 8373.0, 8394.0, 8369.0, 8401.0, 8372.0, 8423.0, 8425.0, 8440.0, 8424.0, 8441.0, 8428.0, 8430.0, 8443.0, 8454.0, 8451.0, 8453.0, 8453.0, 8469.0, 8454.0, 8426.0, 8455.0, 8454.0, 8453.0, 8469.0, 8473.0, 8472.0, 8473.0, 8444.0, 8474.0, 8443.0, 8497.0, 8489.0, 8502.0, 8488.0, 8523.0, 8505.0, 8494.0, 8503.0, 8536.0, 8533.0, 8521.0, 8535.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.0003466739606126915</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.019926497045951858</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.19207508369109</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2225904713800655</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9897226907667036</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4425</td></tr>
|
|
<tr><td colspan=3>fber</td><td>7000.667</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.11316966410613251</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>69</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>7.549234135667396</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.49239386000014</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.400207033683696</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7857486608553037</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2912258854614205</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0373202</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.015348737128078938</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.02136179991066456</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>914</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.7803777025957683</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>30.518</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>29.4769</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>139.2171</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>38.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>310377.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>611.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>298.3521</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.1032</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>475.2211</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3016.6932</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3206.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>66167.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>943.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>3982.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>848.057</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>41.37493981642183</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> |