=== 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-0089 --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-0089",
"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-0089_ses-02_task-faces_acq-mb8_run-01_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-0089_ses-02_task-faces_acq-mb8_run-01_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-01_session-02_subject-0089_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-0089/figures/sub-0089_ses-02_task-faces_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0089/figures/sub-0089_ses-02_task-faces_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0089/figures/sub-0089_ses-02_task-faces_acq-mb8_run-01_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-01_session-02_subject-0089_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-0089/figures/sub-0089_ses-02_task-faces_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0089/figures/sub-0089_ses-02_task-faces_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0089/figures/sub-0089_ses-02_task-faces_acq-mb8_run-01_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-01_session-02_subject-0089_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-0089/figures/sub-0089_ses-02_task-faces_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0089/figures/sub-0089_ses-02_task-faces_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0089/figures/sub-0089_ses-02_task-faces_acq-mb8_run-01_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-01_session-02_subject-0089_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-0089/figures/sub-0089_ses-02_task-faces_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0089/figures/sub-0089_ses-02_task-faces_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0089/figures/sub-0089_ses-02_task-faces_acq-mb8_run-01_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-01_session-02_subject-0089_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-0089/figures/sub-0089_ses-02_task-faces_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0089/figures/sub-0089_ses-02_task-faces_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0089/figures/sub-0089_ses-02_task-faces_acq-mb8_run-01_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-01_session-02_subject-0089_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-0089/figures/sub-0089_ses-02_task-faces_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0089/figures/sub-0089_ses-02_task-faces_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0089/figures/sub-0089_ses-02_task-faces_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-02_subject-0089_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-0089/figures/sub-0089_ses-02_task-faces_acq-mb8_run-01_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0089/figures/sub-0089_ses-02_task-faces_acq-mb8_run-01_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-0089/figures/sub-0089_ses-02_task-faces_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0089/figures/sub-0089_ses-02_task-faces_acq-mb8_run-01_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-0089/ses-02/func/sub-0089_ses-02_task-faces_acq-mb8_run-01_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>67cf3a2fe927d175a2f171b95755f8fe</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>14:58:45.797500</td></tr>
|
|
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
|
|
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
|
|
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
|
|
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
|
|
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
|
|
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
|
|
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
|
|
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
|
|
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
|
|
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
|
|
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
|
|
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
|
|
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.998641, -0.0187254, -0.0486261, 0.0338263, 0.942802, 0.331633]</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-01_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.101152</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-01_task-faces_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>16</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4131, -7798, -7292, 659, -35, -289, 60, 126]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>faces</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>236.2</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>3fd02bd7-19c9-4059-9e48-24be63b75b2d||Sequence: R016 ve11e/master r/434b28f1; Aug 7 2019 18:53:46 by eja</td></tr>
|
|
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6792821884155273, 0.09075354039669037, -0.10701389610767365, 110.86265563964844], [0.05023888126015663, 2.529468059539795, 0.898634672164917, -118.21314239501953], [-0.13046018779277802, -0.8897479772567749, 2.5438168048858643, -27.976985931396484], [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': ['145845.797500', '145846.257500', '145846.717500', '145847.177500', '145847.637500', '145848.097500', '145848.557500', '145849.017500', '145849.477500', '145849.937500', '145850.397500', '145850.857500', '145851.317500', '145851.777500', '145852.237500', '145852.697500', '145853.157500', '145853.617500', '145854.077500', '145854.537500', '145854.997500', '145855.457500', '145855.917500', '145856.377500', '145856.837500', '145857.297500', '145857.757500', '145858.217500', '145858.677500', '145859.137500', '145859.597500', '145900.057500', '145900.517500', '145900.977500', '145901.437500', '145901.897500', '145902.357500', '145902.817500', '145903.277500', '145903.737500', '145904.197500', '145904.657500', '145905.117500', '145905.577500', '145906.037500', '145906.497500', '145906.957500', '145907.417500', '145907.877500', '145908.337500', '145908.797500', '145909.257500', '145909.717500', '145910.177500', '145910.637500', '145911.097500', '145911.557500', '145912.017500', '145912.477500', '145912.937500', '145913.397500', '145913.857500', '145914.317500', '145914.777500', '145915.237500', '145915.697500', '145916.157500', '145916.617500', '145917.077500', '145917.537500', '145917.997500', '145918.457500', '145918.917500', '145919.377500', '145919.837500', '145920.297500', '145920.757500', '145921.217500', '145921.677500', '145922.137500', '145922.597500', '145923.057500', '145923.517500', '145923.977500', '145924.437500', '145924.897500', '145925.357500', '145925.817500', '145926.277500', '145926.737500', '145927.197500', '145927.657500', '145928.117500', '145928.577500', '145929.037500', '145929.497500', '145929.957500', '145930.417500', '145930.877500', '145931.337500', '145931.797500', '145932.257500', '145932.717500', '145933.177500', '145933.637500', '145934.097500', '145934.557500', '145935.017500', '145935.477500', '145935.937500', '145936.397500', '145936.857500', '145937.317500', '145937.777500', '145938.237500', '145938.697500', '145939.157500', '145939.617500', '145940.077500', '145940.537500', '145940.997500', '145941.457500', '145941.917500', '145942.377500', '145942.837500', '145943.297500', '145943.757500', '145944.217500', '145944.677500', '145945.137500', '145945.597500', '145946.057500', '145946.517500', '145946.977500', '145947.437500', '145947.897500', '145948.357500', '145948.817500', '145949.277500', '145949.737500', '145950.197500', '145950.657500', '145951.117500', '145951.577500', '145952.037500', '145952.497500', '145952.957500', '145953.417500', '145953.877500', '145954.337500', '145954.797500', '145955.257500', '145955.717500', '145956.177500', '145956.637500', '145957.097500', '145957.557500', '145958.017500', '145958.477500', '145958.937500', '145959.397500', '145959.857500', '150000.317500', '150000.777500', '150001.237500', '150001.697500', '150002.157500', '150002.617500', '150003.077500', '150003.537500', '150003.997500', '150004.457500', '150004.917500', '150005.377500', '150005.837500', '150006.297500', '150006.757500', '150007.217500', '150007.677500', '150008.137500', '150008.597500', '150009.057500', '150009.517500', '150009.977500', '150010.437500', '150010.897500', '150011.357500', '150011.817500', '150012.277500', '150012.737500', '150013.197500', '150013.657500', '150014.117500', '150014.577500', '150015.037500', '150015.497500', '150015.957500', '150016.417500', '150016.877500', '150017.337500', '150017.797500', '150018.257500', '150018.717500', '150019.177500', '150019.637500', '150020.097500', '150020.557500', '150021.017500', '150021.477500', '150021.937500', '150022.397500', '150022.857500', '150023.317500', '150023.777500', '150024.237500', '150024.697500', '150025.157500', '150025.617500', '150026.077500', '150026.537500', '150026.997500', '150027.457500', '150027.917500', '150028.377500', '150028.837500', '150029.297500', '150029.757500', '150030.217500', '150030.677500', '150031.137500', '150031.597500', '150032.057500', '150032.517500', '150032.977500', '150033.437500', '150033.897500', '150034.357500', '150034.817500', '150035.277500', '150035.737500', '150036.197500', '150036.657500', '150037.117500', '150037.577500', '150038.037500', '150038.497500', '150038.957500', '150039.417500', '150039.877500', '150040.337500', '150040.797500', '150041.257500', '150041.717500', '150042.177500', '150042.637500', '150043.097500', '150043.557500', '150044.017500', '150044.477500', '150044.937500', '150045.397500', '150045.857500', '150046.317500', '150046.777500', '150047.237500', '150047.697500', '150048.157500', '150048.617500', '150049.077500', '150049.537500', '150049.997500', '150050.457500', '150050.917500', '150051.377500', '150051.837500', '150052.297500', '150052.757500', '150053.217500', '150053.677500', '150054.137500', '150054.597500', '150055.057500', '150055.517500', '150055.977500', '150056.437500', '150056.897500', '150057.357500', '150057.817500', '150058.277500', '150058.737500', '150059.197500', '150059.657500', '150100.117500', '150100.577500', '150101.037500', '150101.497500', '150101.957500', '150102.417500', '150102.877500', '150103.337500', '150103.797500', '150104.257500', '150104.717500', '150105.177500', '150105.637500', '150106.097500', '150106.557500', '150107.017500', '150107.477500', '150107.937500', '150108.397500', '150108.857500', '150109.317500', '150109.777500', '150110.237500', '150110.697500', '150111.157500', '150111.617500', '150112.077500', '150112.537500', '150112.997500', '150113.457500', '150113.917500', '150114.377500', '150114.837500', '150115.297500', '150115.757500', '150116.217500', '150116.677500', '150117.137500', '150117.597500', '150118.057500', '150118.517500', '150118.977500', '150119.437500', '150119.897500', '150120.357500', '150120.817500', '150121.277500', '150121.737500', '150122.197500', '150122.657500', '150123.117500', '150123.577500', '150124.037500', '150124.497500', '150124.957500', '150125.417500', '150125.877500', '150126.337500', '150126.797500', '150127.257500', '150127.717500', '150128.177500', '150128.637500', '150129.097500', '150129.557500', '150130.017500', '150130.477500', '150130.937500', '150131.397500', '150131.857500', '150132.317500', '150132.777500', '150133.237500', '150133.697500', '150134.157500', '150134.617500', '150135.077500', '150135.537500', '150135.997500', '150136.457500', '150136.917500', '150137.377500', '150137.837500', '150138.297500', '150138.757500', '150139.217500', '150139.677500', '150140.137500', '150140.597500', '150141.057500', '150141.517500', '150141.977500', '150142.437500', '150142.897500', '150143.357500', '150143.817500', '150144.277500', '150144.737500', '150145.197500', '150145.657500', '150146.117500', '150146.577500', '150147.037500', '150147.497500', '150147.957500', '150148.417500', '150148.877500', '150149.337500', '150149.797500', '150150.257500', '150150.717500', '150151.177500', '150151.637500', '150152.097500', '150152.557500', '150153.017500', '150153.477500', '150153.937500', '150154.397500', '150154.857500', '150155.317500', '150155.777500', '150156.237500', '150156.697500', '150157.157500', '150157.617500', '150158.077500', '150158.537500', '150158.997500', '150159.457500', '150159.917500', '150200.377500', '150200.837500', '150201.297500', '150201.757500', '150202.217500', '150202.677500', '150203.137500', '150203.597500', '150204.057500', '150204.517500', '150204.977500', '150205.437500', '150205.897500', '150206.357500', '150206.817500', '150207.277500', '150207.737500', '150208.197500', '150208.657500', '150209.117500', '150209.577500', '150210.037500', '150210.497500', '150210.957500', '150211.417500', '150211.877500', '150212.337500', '150212.797500', '150213.257500', '150213.717500', '150214.177500', '150214.637500', '150215.097500', '150215.557500', '150216.017500', '150216.477500', '150216.937500', '150217.397500', '150217.857500', '150218.317500', '150218.777500', '150219.237500', '150219.697500', '150220.157500', '150220.617500', '150221.077500', '150221.537500', '150221.997500', '150222.457500', '150222.917500', '150223.377500', '150223.837500', '150224.297500', '150224.757500', '150225.217500', '150225.677500', '150226.137500', '150226.597500', '150227.057500', '150227.517500', '150227.977500', '150228.437500', '150228.897500', '150229.357500', '150229.817500', '150230.277500', '150230.737500', '150231.197500', '150231.657500', '150232.117500', '150232.577500', '150233.037500', '150233.497500', '150233.957500', '150234.417500', '150234.877500', '150235.337500', '150235.797500', '150236.257500', '150236.717500', '150237.177500', '150237.637500', '150238.097500', '150238.557500', '150239.017500', '150239.477500', '150239.937500', '150240.397500', '150240.857500', '150241.317500', '150241.777500', '150242.237500', '150242.697500', '150243.157500', '150243.617500', '150244.077500', '150244.537500', '150244.997500', '150245.457500', '150245.917500', '150246.377500', '150246.837500', '150247.297500', '150247.757500', '150248.217500', '150248.677500', '150249.137500', '150249.597500', '150250.057500', '150250.517500', '150250.977500', '150251.437500', '150251.897500', '150252.357500', '150252.817500', '150253.277500', '150253.737500', '150254.197500', '150254.657500', '150255.117500', '150255.577500', '150256.037500', '150256.497500', '150256.957500', '150257.417500', '150257.877500', '150258.337500', '150258.797500', '150259.257500', '150259.717500', '150300.177500', '150300.637500', '150301.097500', '150301.557500', '150302.017500', '150302.477500', '150302.937500', '150303.397500', '150303.857500', '150304.317500', '150304.777500', '150305.237500', '150305.697500', '150306.157500', '150306.617500', '150307.077500', '150307.537500', '150307.997500', '150308.457500', '150308.917500', '150309.377500', '150309.837500', '150310.297500', '150310.757500', '150311.217500', '150311.677500', '150312.137500', '150312.597500', '150313.057500', '150313.517500', '150313.977500', '150314.437500', '150314.897500', '150315.357500', '150315.817500', '150316.277500', '150316.737500', '150317.197500', '150317.657500', '150318.117500', '150318.577500', '150319.037500', '150319.497500', '150319.957500', '150320.417500', '150320.877500', '150321.337500', '150321.797500', '150322.257500', '150322.717500', '150323.177500', '150323.637500', '150324.097500', '150324.557500', '150325.017500', '150325.477500', '150325.937500', '150326.397500', '150326.857500', '150327.317500', '150327.777500', '150328.237500', '150328.697500', '150329.157500', '150329.617500', '150330.077500', '150330.537500', '150330.997500', '150331.457500', '150331.917500', '150332.377500', '150332.837500', '150333.297500', '150333.757500', '150334.217500', '150334.677500', '150335.137500', '150335.597500', '150336.057500', '150336.517500', '150336.977500', '150337.437500', '150337.897500', '150338.357500', '150338.817500', '150339.277500', '150339.737500', '150340.197500', '150340.657500', '150341.117500', '150341.577500', '150342.037500', '150342.497500', '150342.957500', '150343.417500', '150343.877500', '150344.337500', '150344.797500', '150345.257500', '150345.717500', '150346.177500', '150346.637500', '150347.097500', '150347.557500', '150348.017500', '150348.477500', '150348.937500', '150349.397500', '150349.857500', '150350.317500', '150350.777500', '150351.237500', '150351.697500', '150352.157500', '150352.617500', '150353.077500', '150353.537500', '150353.997500', '150354.457500', '150354.917500', '150355.377500', '150355.837500', '150356.297500', '150356.757500', '150357.217500', '150357.677500', '150358.137500', '150358.597500', '150359.057500', '150359.517500', '150359.977500', '150400.437500', '150400.897500', '150401.357500', '150401.817500', '150402.277500', '150402.737500', '150403.197500', '150403.657500', '150404.117500', '150404.577500', '150405.037500', '150405.497500', '150405.957500', '150406.417500', '150406.877500', '150407.337500', '150407.797500', '150408.257500', '150408.717500', '150409.177500', '150409.637500', '150410.097500', '150410.557500', '150411.017500', '150411.477500', '150411.937500', '150412.397500', '150412.857500', '150413.317500', '150413.777500', '150414.237500', '150414.697500', '150415.157500', '150415.617500', '150416.077500', '150416.537500', '150416.997500', '150417.457500', '150417.917500', '150418.377500', '150418.837500', '150419.297500', '150419.757500', '150420.217500', '150420.677500', '150421.137500', '150421.597500', '150422.057500', '150422.517500', '150422.977500', '150423.437500', '150423.897500', '150424.357500', '150424.817500', '150425.277500', '150425.737500', '150426.197500', '150426.657500', '150427.117500', '150427.577500', '150428.037500', '150428.497500', '150428.957500', '150429.417500', '150429.877500', '150430.337500', '150430.797500', '150431.257500', '150431.717500', '150432.177500', '150432.637500', '150433.097500', '150433.557500', '150434.017500', '150434.477500', '150434.937500', '150435.397500', '150435.857500', '150436.317500', '150436.777500', '150437.237500', '150437.697500', '150438.157500', '150438.617500', '150439.077500', '150439.537500', '150439.997500', '150440.457500', '150440.917500', '150441.377500', '150441.837500', '150442.297500', '150442.757500', '150443.217500', '150443.677500', '150444.137500', '150444.597500', '150445.057500', '150445.517500', '150445.977500', '150446.437500', '150446.897500', '150447.357500', '150447.817500', '150448.277500', '150448.737500', '150449.197500', '150449.657500', '150450.117500', '150450.577500', '150451.037500', '150451.497500', '150451.957500', '150452.417500', '150452.877500', '150453.337500', '150453.797500', '150454.257500', '150454.717500', '150455.177500', '150455.637500', '150456.097500', '150456.557500', '150457.017500', '150457.477500', '150457.937500', '150458.397500', '150458.857500', '150459.317500', '150459.777500', '150500.237500', '150500.697500', '150501.157500', '150501.617500', '150502.077500', '150502.537500', '150502.997500', '150503.457500', '150503.917500', '150504.377500', '150504.837500', '150505.297500', '150505.757500', '150506.217500', '150506.677500', '150507.137500', '150507.597500', '150508.057500', '150508.517500', '150508.977500', '150509.437500', '150509.897500', '150510.357500', '150510.817500', '150511.277500', '150511.737500', '150512.197500', '150512.657500', '150513.117500', '150513.577500', '150514.037500', '150514.497500', '150514.957500', '150515.417500', '150515.877500', '150516.337500', '150516.797500', '150517.257500', '150517.717500', '150518.177500', '150518.637500', '150519.097500', '150519.557500', '150520.017500', '150520.477500', '150520.937500', '150521.397500', '150521.857500', '150522.317500', '150522.777500', '150523.237500', '150523.697500', '150524.157500', '150524.617500', '150525.077500', '150525.537500', '150525.997500', '150526.457500', '150526.917500', '150527.377500', '150527.837500', '150528.297500', '150528.757500', '150529.217500', '150529.677500', '150530.137500', '150530.597500', '150531.057500', '150531.517500', '150531.977500', '150532.437500', '150532.897500', '150533.357500', '150533.817500', '150534.277500', '150534.737500', '150535.197500', '150535.657500', '150536.117500', '150536.577500', '150537.037500', '150537.497500', '150537.957500', '150538.417500', '150538.877500', '150539.337500', '150539.797500', '150540.257500', '150540.717500', '150541.177500', '150541.637500', '150542.097500', '150542.557500', '150543.017500', '150543.477500', '150543.937500', '150544.397500', '150544.857500', '150545.317500', '150545.777500'], 'ContentTime': ['145904.493000', '145904.496000', '145904.499000', '145904.502000', '145904.504000', '145904.507000', '145904.517000', '145904.520000', '145904.522000', '145904.525000', '145904.527000', '145904.530000', '145904.532000', '145904.535000', '145904.538000', '145904.540000', '145904.543000', '145904.546000', '145904.548000', '145904.551000', '145904.553000', '145904.556000', '145904.558000', '145904.561000', '145904.563000', '145904.566000', '145904.569000', '145904.571000', '145904.574000', '145904.577000', '145904.580000', '145904.583000', '145904.586000', '145904.588000', '145904.607000', '145904.610000', '145904.612000', '145924.467000', '145924.469000', '145924.472000', '145924.475000', '145924.477000', '145924.480000', '145924.482000', '145924.485000', '145924.488000', '145924.490000', '145924.493000', '145924.495000', '145924.499000', '145924.501000', '145924.504000', '145924.507000', '145924.509000', '145924.512000', '145924.539000', '145924.541000', '145924.544000', '145924.547000', '145924.549000', '145924.552000', '145924.554000', '145924.557000', '145924.559000', '145924.562000', '145924.564000', '145924.567000', '145924.570000', '145924.572000', '145924.575000', '145924.577000', '145924.580000', '145924.582000', '145924.585000', '145924.588000', '145924.590000', '145924.593000', '145924.595000', '145924.598000', '145924.600000', '145924.603000', '145944.466000', '145944.469000', '145944.472000', '145944.482000', '145944.485000', '145944.487000', '145944.490000', '145944.492000', '145944.495000', '145944.497000', '145944.500000', '145944.503000', '145944.505000', '145944.508000', '145944.510000', '145944.513000', '145944.516000', '145944.518000', '145944.521000', '145944.523000', '145944.526000', '145944.528000', '145944.531000', '145944.534000', '145944.536000', '145944.539000', '145944.541000', '145944.544000', '145944.547000', '145944.549000', '145944.552000', '145944.554000', '145944.557000', '145944.560000', '145944.562000', '145944.565000', '145944.567000', '145944.570000', '145944.572000', '145944.575000', '145944.577000', '145944.580000', '145944.583000', '150004.467000', '150004.469000', '150004.472000', '150004.475000', '150004.477000', '150004.480000', '150004.483000', '150004.485000', '150004.488000', '150004.490000', '150004.493000', '150004.496000', '150004.498000', '150004.501000', '150004.503000', '150004.506000', '150004.509000', '150004.511000', '150004.514000', '150004.516000', '150004.519000', '150004.522000', '150004.524000', '150004.527000', '150004.529000', '150004.532000', '150004.535000', '150004.537000', '150004.540000', '150004.542000', '150004.545000', '150004.548000', '150004.550000', '150004.553000', '150004.555000', '150004.558000', '150004.561000', '150004.563000', '150004.566000', '150004.568000', '150004.571000', '150004.574000', '150004.576000', '150004.579000', '150024.466000', '150024.469000', '150024.472000', '150024.475000', '150024.477000', '150024.480000', '150024.482000', '150024.485000', '150024.487000', '150024.490000', '150024.493000', '150024.495000', '150024.498000', '150024.500000', '150024.503000', '150024.506000', '150024.508000', '150024.511000', '150024.513000', '150024.516000', '150024.519000', '150024.522000', '150024.524000', '150024.527000', '150024.530000', '150024.532000', '150024.535000', '150024.537000', '150024.540000', '150024.543000', '150024.545000', '150024.548000', '150024.550000', '150024.553000', '150024.556000', '150024.558000', '150024.561000', '150024.563000', '150024.566000', '150024.569000', '150024.571000', '150024.574000', '150024.576000', '150044.467000', '150044.470000', '150044.473000', '150044.475000', '150044.478000', '150044.481000', '150044.483000', '150044.486000', '150044.488000', '150044.491000', '150044.494000', '150044.496000', '150044.499000', '150044.501000', '150044.504000', '150044.507000', '150044.509000', '150044.512000', '150044.514000', '150044.517000', '150044.519000', '150044.522000', '150044.525000', '150044.527000', '150044.530000', '150044.532000', '150044.535000', '150044.538000', '150044.540000', '150044.543000', '150044.546000', '150044.548000', '150044.551000', '150044.553000', '150044.556000', '150044.559000', '150044.561000', '150044.564000', '150044.566000', '150044.569000', '150044.572000', '150044.574000', '150044.577000', '150044.579000', '150104.467000', '150104.470000', '150104.473000', '150104.475000', '150104.478000', '150104.481000', '150104.483000', '150104.486000', '150104.488000', '150104.491000', '150104.494000', '150104.496000', '150104.499000', '150104.530000', '150104.533000', '150104.535000', '150104.538000', '150104.541000', '150104.543000', '150104.546000', '150104.548000', '150104.551000', '150104.554000', '150104.556000', '150104.559000', '150104.561000', '150104.564000', '150104.567000', '150104.569000', '150104.572000', '150104.574000', '150104.577000', '150104.580000', '150104.582000', '150104.585000', '150104.588000', '150104.590000', '150104.593000', '150104.595000', '150104.598000', '150104.601000', '150104.603000', '150104.606000', '150124.467000', '150124.470000', '150124.473000', '150124.475000', '150124.479000', '150124.482000', '150124.484000', '150124.487000', '150124.489000', '150124.492000', '150124.495000', '150124.497000', '150124.500000', '150124.503000', '150124.505000', '150124.508000', '150124.510000', '150124.513000', '150124.515000', '150124.518000', '150124.521000', '150124.523000', '150124.526000', '150124.528000', '150124.531000', '150124.534000', '150124.537000', '150124.540000', '150124.542000', '150124.545000', '150124.547000', '150124.550000', '150124.553000', '150124.555000', '150124.558000', '150124.560000', '150124.563000', '150124.566000', '150124.568000', '150124.571000', '150124.574000', '150124.576000', '150124.579000', '150124.582000', '150144.466000', '150144.469000', '150144.472000', '150144.475000', '150144.477000', '150144.480000', '150144.482000', '150144.485000', '150144.487000', '150144.490000', '150144.493000', '150144.495000', '150144.498000', '150144.500000', '150144.503000', '150144.506000', '150144.508000', '150144.511000', '150144.513000', '150144.516000', '150144.518000', '150144.521000', '150144.524000', '150144.526000', '150144.529000', '150144.531000', '150144.534000', '150144.537000', '150144.539000', '150144.542000', '150144.544000', '150144.547000', '150144.549000', '150144.552000', '150144.555000', '150144.557000', '150144.560000', '150144.562000', '150144.565000', '150144.568000', '150144.570000', '150144.573000', '150144.575000', '150204.467000', '150204.469000', '150204.472000', '150204.475000', '150204.477000', '150204.480000', '150204.482000', '150204.485000', '150204.487000', '150204.490000', '150204.493000', '150204.495000', '150204.498000', '150204.500000', '150204.503000', '150204.506000', '150204.508000', '150204.511000', '150204.513000', '150204.516000', '150204.518000', '150204.521000', '150204.524000', '150204.526000', '150204.529000', '150204.532000', '150204.534000', '150204.537000', '150204.540000', '150204.542000', '150204.545000', '150204.547000', '150204.550000', '150204.552000', '150204.555000', '150204.558000', '150204.560000', '150204.563000', '150204.565000', '150204.568000', '150204.571000', '150204.573000', '150204.576000', '150204.578000', '150224.467000', '150224.470000', '150224.472000', '150224.475000', '150224.477000', '150224.480000', '150224.483000', '150224.485000', '150224.488000', '150224.490000', '150224.493000', '150224.496000', '150224.498000', '150224.501000', '150224.503000', '150224.506000', '150224.509000', '150224.511000', '150224.514000', '150224.516000', '150224.519000', '150224.522000', '150224.524000', '150224.527000', '150224.529000', '150224.532000', '150224.535000', '150224.537000', '150224.540000', '150224.543000', '150224.545000', '150224.548000', '150224.550000', '150224.553000', '150224.556000', '150224.559000', '150224.561000', '150224.564000', '150224.567000', '150224.569000', '150224.572000', '150224.574000', '150224.577000', '150244.466000', '150244.469000', '150244.472000', '150244.475000', '150244.477000', '150244.480000', '150244.482000', '150244.485000', '150244.488000', '150244.505000', '150244.508000', '150244.510000', '150244.513000', '150244.516000', '150244.519000', '150244.522000', '150244.524000', '150244.527000', '150244.529000', '150244.532000', '150244.535000', '150244.537000', '150244.540000', '150244.543000', '150244.545000', '150244.548000', '150244.550000', '150244.553000', '150244.556000', '150244.558000', '150244.561000', '150244.563000', '150244.566000', '150244.568000', '150244.571000', '150244.574000', '150244.576000', '150244.579000', '150244.582000', '150244.584000', '150244.587000', '150244.590000', '150244.592000', '150244.595000', '150304.467000', '150304.470000', '150304.473000', '150304.476000', '150304.478000', '150304.481000', '150304.483000', '150304.486000', '150304.489000', '150304.491000', '150304.494000', '150304.497000', '150304.499000', '150304.502000', '150304.505000', '150304.507000', '150304.510000', '150304.512000', '150304.515000', '150304.517000', '150304.520000', '150304.523000', '150304.525000', '150304.528000', '150304.531000', '150304.533000', '150304.536000', '150304.538000', '150304.541000', '150304.543000', '150304.546000', '150304.549000', '150304.551000', '150304.554000', '150304.556000', '150304.559000', '150304.562000', '150304.564000', '150304.567000', '150304.569000', '150304.572000', '150304.575000', '150304.577000', '150324.467000', '150324.470000', '150324.473000', '150324.476000', '150324.478000', '150324.481000', '150324.484000', '150324.486000', '150324.489000', '150324.492000', '150324.495000', '150324.497000', '150324.500000', '150324.502000', '150324.505000', '150324.508000', '150324.510000', '150324.513000', '150324.516000', '150324.518000', '150324.521000', '150324.523000', '150324.526000', '150324.529000', '150324.531000', '150324.534000', '150324.536000', '150324.539000', '150324.541000', '150324.544000', '150324.547000', '150324.549000', '150324.552000', '150324.554000', '150324.557000', '150324.560000', '150324.562000', '150324.565000', '150324.568000', '150324.571000', '150324.574000', '150324.576000', '150324.579000', '150344.467000', '150344.470000', '150344.473000', '150344.476000', '150344.478000', '150344.481000', '150344.483000', '150344.486000', '150344.489000', '150344.491000', '150344.494000', '150344.496000', '150344.499000', '150344.502000', '150344.504000', '150344.507000', '150344.510000', '150344.512000', '150344.515000', '150344.517000', '150344.520000', '150344.523000', '150344.525000', '150344.528000', '150344.530000', '150344.533000', '150344.536000', '150344.538000', '150344.541000', '150344.543000', '150344.546000', '150344.548000', '150344.551000', '150344.554000', '150344.556000', '150344.559000', '150344.562000', '150344.564000', '150344.567000', '150344.569000', '150344.572000', '150344.575000', '150344.577000', '150344.580000', '150404.466000', '150404.469000', '150404.472000', '150404.475000', '150404.477000', '150404.480000', '150404.483000', '150404.485000', '150404.488000', '150404.490000', '150404.493000', '150404.496000', '150404.499000', '150404.501000', '150404.504000', '150404.507000', '150404.509000', '150404.512000', '150404.515000', '150404.517000', '150404.531000', '150404.534000', '150404.537000', '150404.540000', '150404.543000', '150404.546000', '150404.548000', '150404.551000', '150404.553000', '150404.557000', '150404.560000', '150404.562000', '150404.565000', '150404.568000', '150404.570000', '150404.573000', '150404.576000', '150404.578000', '150404.581000', '150404.584000', '150404.586000', '150404.589000', '150404.591000', '150424.466000', '150424.469000', '150424.472000', '150424.475000', '150424.477000', '150424.480000', '150424.490000', '150424.493000', '150424.495000', '150424.498000', '150424.500000', '150424.503000', '150424.505000', '150424.508000', '150424.511000', '150424.513000', '150424.516000', '150424.518000', '150424.521000', '150424.524000', '150424.526000', '150424.529000', '150424.532000', '150424.534000', '150424.537000', '150424.540000', '150424.542000', '150424.545000', '150424.547000', '150424.550000', '150424.553000', '150424.555000', '150424.558000', '150424.560000', '150424.563000', '150424.566000', '150424.568000', '150424.571000', '150424.574000', '150424.576000', '150424.579000', '150424.582000', '150424.584000', '150424.587000', '150444.467000', '150444.470000', '150444.472000', '150444.475000', '150444.478000', '150444.480000', '150444.485000', '150444.487000', '150444.490000', '150444.492000', '150444.495000', '150444.497000', '150444.500000', '150444.503000', '150444.505000', '150444.508000', '150444.510000', '150444.513000', '150444.516000', '150444.518000', '150444.521000', '150444.523000', '150444.526000', '150444.529000', '150444.531000', '150444.534000', '150444.536000', '150444.539000', '150444.541000', '150444.544000', '150444.547000', '150444.549000', '150444.552000', '150444.555000', '150444.557000', '150444.560000', '150444.562000', '150444.565000', '150444.568000', '150444.570000', '150444.573000', '150444.575000', '150444.578000', '150504.466000', '150504.469000', '150504.472000', '150504.474000', '150504.477000', '150504.480000', '150504.482000', '150504.485000', '150504.488000', '150504.490000', '150504.493000', '150504.495000', '150504.498000', '150504.501000', '150504.503000', '150504.506000', '150504.508000', '150504.511000', '150504.513000', '150504.516000', '150504.519000', '150504.521000', '150504.524000', '150504.526000', '150504.529000', '150504.532000', '150504.534000', '150504.537000', '150504.539000', '150504.542000', '150504.545000', '150504.547000', '150504.550000', '150504.552000', '150504.555000', '150504.558000', '150504.560000', '150504.563000', '150504.565000', '150504.568000', '150504.571000', '150504.573000', '150504.576000', '150504.578000', '150524.467000', '150524.470000', '150524.473000', '150524.476000', '150524.478000', '150524.481000', '150524.483000', '150524.486000', '150524.489000', '150524.491000', '150524.494000', '150524.496000', '150524.499000', '150524.502000', '150524.504000', '150524.507000', '150524.510000', '150524.512000', '150524.515000', '150524.518000', '150524.520000', '150524.523000', '150524.525000', '150524.528000', '150524.530000', '150524.533000', '150524.536000', '150524.539000', '150524.542000', '150524.545000', '150524.548000', '150524.550000', '150524.553000', '150524.555000', '150524.558000', '150524.561000', '150524.563000', '150524.566000', '150524.568000', '150524.571000', '150524.574000', '150524.576000', '150524.579000', '150544.467000', '150544.470000', '150544.473000', '150544.476000', '150544.478000', '150544.481000', '150544.483000', '150544.486000', '150544.489000', '150544.491000', '150544.494000', '150544.496000', '150544.499000', '150544.501000', '150544.504000', '150544.507000', '150544.509000', '150544.512000', '150544.515000', '150544.517000', '150544.520000', '150544.522000', '150544.525000', '150544.528000', '150544.530000', '150544.533000', '150544.535000', '150544.538000', '150544.540000', '150544.543000', '150544.546000', '150544.548000', '150544.551000', '150544.554000', '150544.556000', '150544.559000', '150544.562000', '150544.564000', '150544.567000', '150544.569000', '150544.572000', '150544.574000', '150544.577000', '150544.580000', '150547.555000', '150547.558000', '150547.561000', '150547.563000', '150547.566000', '150547.569000', '150547.572000'], 'InstanceCreationTime': ['145904.493000', '145904.496000', '145904.499000', '145904.502000', '145904.504000', '145904.507000', '145904.517000', '145904.520000', '145904.522000', '145904.525000', '145904.527000', '145904.530000', '145904.532000', '145904.535000', '145904.538000', '145904.540000', '145904.543000', '145904.546000', '145904.548000', '145904.551000', '145904.553000', '145904.556000', '145904.558000', '145904.561000', '145904.563000', '145904.566000', '145904.569000', '145904.571000', '145904.574000', '145904.577000', '145904.580000', '145904.583000', '145904.586000', '145904.588000', '145904.607000', '145904.610000', '145904.612000', '145924.467000', '145924.469000', '145924.472000', '145924.475000', '145924.477000', '145924.480000', '145924.482000', '145924.485000', '145924.488000', '145924.490000', '145924.493000', '145924.495000', '145924.499000', '145924.501000', '145924.504000', '145924.507000', '145924.509000', '145924.512000', '145924.539000', '145924.541000', '145924.544000', '145924.547000', '145924.549000', '145924.552000', '145924.554000', '145924.557000', '145924.559000', '145924.562000', '145924.564000', '145924.567000', '145924.570000', '145924.572000', '145924.575000', '145924.577000', '145924.580000', '145924.582000', '145924.585000', '145924.588000', '145924.590000', '145924.593000', '145924.595000', '145924.598000', '145924.600000', '145924.603000', '145944.466000', '145944.469000', '145944.472000', '145944.482000', '145944.485000', '145944.487000', '145944.490000', '145944.492000', '145944.495000', '145944.497000', '145944.500000', '145944.503000', '145944.505000', '145944.508000', '145944.510000', '145944.513000', '145944.516000', '145944.518000', '145944.521000', '145944.523000', '145944.526000', '145944.528000', '145944.531000', '145944.534000', '145944.536000', '145944.539000', '145944.541000', '145944.544000', '145944.547000', '145944.549000', '145944.552000', '145944.554000', '145944.557000', '145944.560000', '145944.562000', '145944.565000', '145944.567000', '145944.570000', '145944.572000', '145944.575000', '145944.577000', '145944.580000', '145944.583000', '150004.467000', '150004.469000', '150004.472000', '150004.475000', '150004.477000', '150004.480000', '150004.483000', '150004.485000', '150004.488000', '150004.490000', '150004.493000', '150004.496000', '150004.498000', '150004.501000', '150004.503000', '150004.506000', '150004.509000', '150004.511000', '150004.514000', '150004.516000', '150004.519000', '150004.522000', '150004.524000', '150004.527000', '150004.529000', '150004.532000', '150004.535000', '150004.537000', '150004.540000', '150004.542000', '150004.545000', '150004.548000', '150004.550000', '150004.553000', '150004.555000', '150004.558000', '150004.561000', '150004.563000', '150004.566000', '150004.568000', '150004.571000', '150004.574000', '150004.576000', '150004.579000', '150024.466000', '150024.469000', '150024.472000', '150024.475000', '150024.477000', '150024.480000', '150024.482000', '150024.485000', '150024.487000', '150024.490000', '150024.493000', '150024.495000', '150024.498000', '150024.500000', '150024.503000', '150024.506000', '150024.508000', '150024.511000', '150024.513000', '150024.516000', '150024.519000', '150024.522000', '150024.524000', '150024.527000', '150024.530000', '150024.532000', '150024.535000', '150024.537000', '150024.540000', '150024.543000', '150024.545000', '150024.548000', '150024.550000', '150024.553000', '150024.556000', '150024.558000', '150024.561000', '150024.563000', '150024.566000', '150024.569000', '150024.571000', '150024.574000', '150024.576000', '150044.467000', '150044.470000', '150044.473000', '150044.475000', '150044.478000', '150044.481000', '150044.483000', '150044.486000', '150044.488000', '150044.491000', '150044.494000', '150044.496000', '150044.499000', '150044.501000', '150044.504000', '150044.507000', '150044.509000', '150044.512000', '150044.514000', '150044.517000', '150044.519000', '150044.522000', '150044.525000', '150044.527000', '150044.530000', '150044.532000', '150044.535000', '150044.538000', '150044.540000', '150044.543000', '150044.546000', '150044.548000', '150044.551000', '150044.553000', '150044.556000', '150044.559000', '150044.561000', '150044.564000', '150044.566000', '150044.569000', '150044.572000', '150044.574000', '150044.577000', '150044.579000', '150104.467000', '150104.470000', '150104.473000', '150104.475000', '150104.478000', '150104.481000', '150104.483000', '150104.486000', '150104.488000', '150104.491000', '150104.494000', '150104.496000', '150104.499000', '150104.530000', '150104.533000', '150104.535000', '150104.538000', '150104.541000', '150104.543000', '150104.546000', '150104.548000', '150104.551000', '150104.554000', '150104.556000', '150104.559000', '150104.561000', '150104.564000', '150104.567000', '150104.569000', '150104.572000', '150104.574000', '150104.577000', '150104.580000', '150104.582000', '150104.585000', '150104.588000', '150104.590000', '150104.593000', '150104.595000', '150104.598000', '150104.601000', '150104.603000', '150104.606000', '150124.467000', '150124.470000', '150124.473000', '150124.475000', '150124.479000', '150124.482000', '150124.484000', '150124.487000', '150124.489000', '150124.492000', '150124.495000', '150124.497000', '150124.500000', '150124.503000', '150124.505000', '150124.508000', '150124.510000', '150124.513000', '150124.515000', '150124.518000', '150124.521000', '150124.523000', '150124.526000', '150124.528000', '150124.531000', '150124.534000', '150124.537000', '150124.540000', '150124.542000', '150124.545000', '150124.547000', '150124.550000', '150124.553000', '150124.555000', '150124.558000', '150124.560000', '150124.563000', '150124.566000', '150124.568000', '150124.571000', '150124.574000', '150124.576000', '150124.579000', '150124.582000', '150144.466000', '150144.469000', '150144.472000', '150144.475000', '150144.477000', '150144.480000', '150144.482000', '150144.485000', '150144.487000', '150144.490000', '150144.493000', '150144.495000', '150144.498000', '150144.500000', '150144.503000', '150144.506000', '150144.508000', '150144.511000', '150144.513000', '150144.516000', '150144.518000', '150144.521000', '150144.524000', '150144.526000', '150144.529000', '150144.531000', '150144.534000', '150144.537000', '150144.539000', '150144.542000', '150144.544000', '150144.547000', '150144.549000', '150144.552000', '150144.555000', '150144.557000', '150144.560000', '150144.562000', '150144.565000', '150144.568000', '150144.570000', '150144.573000', '150144.575000', '150204.467000', '150204.469000', '150204.472000', '150204.475000', '150204.477000', '150204.480000', '150204.482000', '150204.485000', '150204.487000', '150204.490000', '150204.493000', '150204.495000', '150204.498000', '150204.500000', '150204.503000', '150204.506000', '150204.508000', '150204.511000', '150204.513000', '150204.516000', '150204.518000', '150204.521000', '150204.524000', '150204.526000', '150204.529000', '150204.532000', '150204.534000', '150204.537000', '150204.540000', '150204.542000', '150204.545000', '150204.547000', '150204.550000', '150204.552000', '150204.555000', '150204.558000', '150204.560000', '150204.563000', '150204.565000', '150204.568000', '150204.571000', '150204.573000', '150204.576000', '150204.578000', '150224.467000', '150224.470000', '150224.472000', '150224.475000', '150224.477000', '150224.480000', '150224.483000', '150224.485000', '150224.488000', '150224.490000', '150224.493000', '150224.496000', '150224.498000', '150224.501000', '150224.503000', '150224.506000', '150224.509000', '150224.511000', '150224.514000', '150224.516000', '150224.519000', '150224.522000', '150224.524000', '150224.527000', '150224.529000', '150224.532000', '150224.535000', '150224.537000', '150224.540000', '150224.543000', '150224.545000', '150224.548000', '150224.550000', '150224.553000', '150224.556000', '150224.559000', '150224.561000', '150224.564000', '150224.567000', '150224.569000', '150224.572000', '150224.574000', '150224.577000', '150244.466000', '150244.469000', '150244.472000', '150244.475000', '150244.477000', '150244.480000', '150244.482000', '150244.485000', '150244.488000', '150244.505000', '150244.508000', '150244.510000', '150244.513000', '150244.516000', '150244.519000', '150244.522000', '150244.524000', '150244.527000', '150244.529000', '150244.532000', '150244.535000', '150244.537000', '150244.540000', '150244.543000', '150244.545000', '150244.548000', '150244.550000', '150244.553000', '150244.556000', '150244.558000', '150244.561000', '150244.563000', '150244.566000', '150244.568000', '150244.571000', '150244.574000', '150244.576000', '150244.579000', '150244.582000', '150244.584000', '150244.587000', '150244.590000', '150244.592000', '150244.595000', '150304.467000', '150304.470000', '150304.473000', '150304.476000', '150304.478000', '150304.481000', '150304.483000', '150304.486000', '150304.489000', '150304.491000', '150304.494000', '150304.497000', '150304.499000', '150304.502000', '150304.505000', '150304.507000', '150304.510000', '150304.512000', '150304.515000', '150304.517000', '150304.520000', '150304.523000', '150304.525000', '150304.528000', '150304.531000', '150304.533000', '150304.536000', '150304.538000', '150304.541000', '150304.543000', '150304.546000', '150304.549000', '150304.551000', '150304.554000', '150304.556000', '150304.559000', '150304.562000', '150304.564000', '150304.567000', '150304.569000', '150304.572000', '150304.575000', '150304.577000', '150324.467000', '150324.470000', '150324.473000', '150324.476000', '150324.478000', '150324.481000', '150324.484000', '150324.486000', '150324.489000', '150324.492000', '150324.495000', '150324.497000', '150324.500000', '150324.502000', '150324.505000', '150324.508000', '150324.510000', '150324.513000', '150324.516000', '150324.518000', '150324.521000', '150324.523000', '150324.526000', '150324.529000', '150324.531000', '150324.534000', '150324.536000', '150324.539000', '150324.541000', '150324.544000', '150324.547000', '150324.549000', '150324.552000', '150324.554000', '150324.557000', '150324.560000', '150324.562000', '150324.565000', '150324.568000', '150324.571000', '150324.574000', '150324.576000', '150324.579000', '150344.467000', '150344.470000', '150344.473000', '150344.476000', '150344.478000', '150344.481000', '150344.483000', '150344.486000', '150344.489000', '150344.491000', '150344.494000', '150344.496000', '150344.499000', '150344.502000', '150344.504000', '150344.507000', '150344.510000', '150344.512000', '150344.515000', '150344.517000', '150344.520000', '150344.523000', '150344.525000', '150344.528000', '150344.530000', '150344.533000', '150344.536000', '150344.538000', '150344.541000', '150344.543000', '150344.546000', '150344.548000', '150344.551000', '150344.554000', '150344.556000', '150344.559000', '150344.562000', '150344.564000', '150344.567000', '150344.569000', '150344.572000', '150344.575000', '150344.577000', '150344.580000', '150404.466000', '150404.469000', '150404.472000', '150404.475000', '150404.477000', '150404.480000', '150404.483000', '150404.485000', '150404.488000', '150404.490000', '150404.493000', '150404.496000', '150404.499000', '150404.501000', '150404.504000', '150404.507000', '150404.509000', '150404.512000', '150404.515000', '150404.517000', '150404.531000', '150404.534000', '150404.537000', '150404.540000', '150404.543000', '150404.546000', '150404.548000', '150404.551000', '150404.553000', '150404.557000', '150404.560000', '150404.562000', '150404.565000', '150404.568000', '150404.570000', '150404.573000', '150404.576000', '150404.578000', '150404.581000', '150404.584000', '150404.586000', '150404.589000', '150404.591000', '150424.466000', '150424.469000', '150424.472000', '150424.475000', '150424.477000', '150424.480000', '150424.490000', '150424.493000', '150424.495000', '150424.498000', '150424.500000', '150424.503000', '150424.505000', '150424.508000', '150424.511000', '150424.513000', '150424.516000', '150424.518000', '150424.521000', '150424.524000', '150424.526000', '150424.529000', '150424.532000', '150424.534000', '150424.537000', '150424.540000', '150424.542000', '150424.545000', '150424.547000', '150424.550000', '150424.553000', '150424.555000', '150424.558000', '150424.560000', '150424.563000', '150424.566000', '150424.568000', '150424.571000', '150424.574000', '150424.576000', '150424.579000', '150424.582000', '150424.584000', '150424.587000', '150444.467000', '150444.470000', '150444.472000', '150444.475000', '150444.478000', '150444.480000', '150444.485000', '150444.487000', '150444.490000', '150444.492000', '150444.495000', '150444.497000', '150444.500000', '150444.503000', '150444.505000', '150444.508000', '150444.510000', '150444.513000', '150444.516000', '150444.518000', '150444.521000', '150444.523000', '150444.526000', '150444.529000', '150444.531000', '150444.534000', '150444.536000', '150444.539000', '150444.541000', '150444.544000', '150444.547000', '150444.549000', '150444.552000', '150444.555000', '150444.557000', '150444.560000', '150444.562000', '150444.565000', '150444.568000', '150444.570000', '150444.573000', '150444.575000', '150444.578000', '150504.466000', '150504.469000', '150504.472000', '150504.474000', '150504.477000', '150504.480000', '150504.482000', '150504.485000', '150504.488000', '150504.490000', '150504.493000', '150504.495000', '150504.498000', '150504.501000', '150504.503000', '150504.506000', '150504.508000', '150504.511000', '150504.513000', '150504.516000', '150504.519000', '150504.521000', '150504.524000', '150504.526000', '150504.529000', '150504.532000', '150504.534000', '150504.537000', '150504.539000', '150504.542000', '150504.545000', '150504.547000', '150504.550000', '150504.552000', '150504.555000', '150504.558000', '150504.560000', '150504.563000', '150504.565000', '150504.568000', '150504.571000', '150504.573000', '150504.576000', '150504.578000', '150524.467000', '150524.470000', '150524.473000', '150524.476000', '150524.478000', '150524.481000', '150524.483000', '150524.486000', '150524.489000', '150524.491000', '150524.494000', '150524.496000', '150524.499000', '150524.502000', '150524.504000', '150524.507000', '150524.510000', '150524.512000', '150524.515000', '150524.518000', '150524.520000', '150524.523000', '150524.525000', '150524.528000', '150524.530000', '150524.533000', '150524.536000', '150524.539000', '150524.542000', '150524.545000', '150524.548000', '150524.550000', '150524.553000', '150524.555000', '150524.558000', '150524.561000', '150524.563000', '150524.566000', '150524.568000', '150524.571000', '150524.574000', '150524.576000', '150524.579000', '150544.467000', '150544.470000', '150544.473000', '150544.476000', '150544.478000', '150544.481000', '150544.483000', '150544.486000', '150544.489000', '150544.491000', '150544.494000', '150544.496000', '150544.499000', '150544.501000', '150544.504000', '150544.507000', '150544.509000', '150544.512000', '150544.515000', '150544.517000', '150544.520000', '150544.522000', '150544.525000', '150544.528000', '150544.530000', '150544.533000', '150544.535000', '150544.538000', '150544.540000', '150544.543000', '150544.546000', '150544.548000', '150544.551000', '150544.554000', '150544.556000', '150544.559000', '150544.562000', '150544.564000', '150544.567000', '150544.569000', '150544.572000', '150544.574000', '150544.577000', '150544.580000', '150547.555000', '150547.558000', '150547.561000', '150547.563000', '150547.566000', '150547.569000', '150547.572000'], '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': [10689, 15414, 7767, 12941, 7647, 11519, 7520, 10232, 8935, 8339, 8574, 9004, 8719, 12231, 8463, 12121, 7636, 11606, 7160, 11477, 7129, 11173, 7240, 11501, 7350, 11431, 7106, 11432, 7352, 11413, 7226, 11027, 7630, 11020, 7289, 10631, 7600, 10957, 8278, 11037, 8903, 8054, 8931, 7599, 9976, 7638, 10346, 7320, 11191, 7421, 11110, 7359, 11540, 8020, 10783, 8743, 10900, 9261, 11433, 9629, 7618, 10761, 7399, 10836, 7769, 10101, 7372, 10540, 7403, 11299, 7310, 12154, 8791, 11111, 8242, 8629, 8653, 8566, 9243, 7622, 9619, 7291, 10194, 7270, 10577, 7890, 10448, 7190, 10957, 7275, 11282, 7331, 11708, 7429, 9821, 8091, 11996, 7373, 11935, 8375, 11443, 7258, 11635, 7154, 11690, 7420, 11637, 7397, 11294, 7152, 11240, 7241, 12005, 7791, 9969, 7989, 8789, 8633, 8250, 10777, 7786, 9975, 7233, 10499, 7420, 10784, 7714, 10301, 7324, 10135, 7203, 10958, 7718, 10601, 7412, 10892, 7210, 11228, 7230, 11333, 7350, 11268, 7359, 11408, 7272, 11561, 7567, 11840, 7505, 11538, 7237, 11770, 7277, 12065, 7934, 8691, 8259, 8248, 8694, 10493, 9133, 9622, 9099, 9026, 8793, 9346, 8865, 8662, 9028, 8407, 8813, 9111, 8758, 10714, 8384, 8910, 8216, 8661, 8438, 8683, 8950, 8498, 8941, 8314, 9000, 8125, 9236, 8027, 11202, 7583, 10515, 7610, 10135, 7659, 10538, 8232, 10756, 7366, 10984, 7383, 11218, 8053, 11302, 7935, 10827, 7733, 10385, 7594, 9786, 7687, 10238, 7456, 10921, 7380, 11473, 7447, 11228, 8190, 10897, 7425, 11212, 7341, 11978, 7807, 11343, 7486, 10958, 8086, 11265, 8040, 10366, 8130, 8861, 8088, 8868, 8433, 10386, 9118, 7858, 9423, 7820, 9024, 7806, 11392, 7742, 10898, 7473, 11298, 7431, 10966, 7446, 11009, 7492, 10545, 7336, 10071, 8053, 10550, 8963, 7587, 11413, 7733, 11639, 8029, 11070, 7871, 10722, 7464, 10857, 7449, 10953, 7574, 11425, 7842, 10793, 7445, 11100, 7400, 11291, 8460, 9254, 8311, 8317, 8790, 8503, 9084, 7873, 10497, 8160, 11823, 7851, 11338, 8057, 9958, 7591, 10297, 7450, 11150, 7276, 12206, 8582, 10503, 7871, 9794, 8309, 10398, 8909, 10167, 9134, 8063, 11937, 7876, 11284, 8052, 10186, 7724, 10969, 7697, 10935, 7689, 11092, 7530, 10426, 7510, 10907, 8713, 10420, 9481, 7726, 11338, 7777, 9549, 7979, 11254, 7720, 11139, 7575, 11238, 7867, 11080, 8051, 11024, 7460, 11077, 7468, 11596, 8301, 9891, 8295, 8896, 8509, 10053, 8673, 9448, 8870, 7867, 11719, 7960, 11515, 7883, 9893, 7669, 10674, 7449, 10821, 7544, 11634, 7476, 11790, 7710, 10413, 7868, 8889, 8371, 9615, 9053, 8263, 9114, 8647, 9049, 8554, 9043, 7871, 11439, 7799, 10864, 7885, 10703, 8071, 10941, 7548, 10495, 7464, 11227, 7497, 11161, 7559, 10696, 7676, 11209, 7427, 11867, 8162, 11411, 7415, 11371, 7394, 11452, 7502, 11276, 7529, 10765, 7538, 11194, 7572, 11408, 8029, 11720, 7409, 11164, 7517, 10904, 7505, 11371, 7634, 10933, 7389, 10818, 7624, 11247, 8281, 11041, 7359, 11074, 7463, 11387, 7593, 11421, 7548, 10665, 7385, 11037, 7586, 10893, 7559, 10618, 7547, 10735, 7542, 10652, 7789, 10853, 8144, 10608, 7798, 10571, 8082, 10270, 7844, 10882, 7534, 11053, 7762, 10382, 8006, 10875, 7767, 11089, 7845, 10645, 7761, 10840, 7728, 10883, 7678, 10810, 8137, 10321, 8106, 10792, 7899, 11001, 7698, 10264, 8136, 10940, 7576, 10484, 7492, 10701, 7680, 10984, 7501, 10536, 7490, 10751, 7482, 11004, 7954, 10991, 7373, 10796, 7350, 11265, 7733, 10782, 7490, 10960, 7429, 10365, 7378, 9955, 11055, 8996, 10842, 9026, 8948, 8822, 10488, 8444, 10611, 8126, 10820, 8448, 10297, 8382, 10725, 8247, 10683, 8156, 10257, 8324, 10146, 8240, 10601, 8177, 10786, 8347, 10374, 8136, 9942, 7382, 10222, 7266, 10975, 8536, 10069, 8443, 9000, 8401, 9626, 8579, 11251, 8647, 8749, 12083, 8907, 11674, 8801, 10683, 8415, 10537, 7883, 10649, 7854, 11292, 8291, 11239, 7836, 10839, 8306, 10744, 10542, 8900, 11705, 8938, 11623, 8863, 10226, 8374, 9856, 7366, 9107, 10495, 8842, 10114, 8480, 11278, 8064, 10872, 8010, 10753, 8555, 11880, 8335, 10726, 8181, 10394, 8285, 10328, 8158, 10402, 7358, 10748, 7575, 11088, 8561, 8965, 11763, 9090, 10951, 9263, 11581, 9053, 10376, 8277, 9512, 7836, 10499, 7510, 11809, 9091, 10317, 8050, 9303, 8474, 8948, 10976, 8701, 10729, 8261, 9816, 7695, 10885, 11011, 8970, 10421, 8437, 10431, 8162, 10899, 8352, 11926, 8274, 9920, 7999, 13123, 7534, 12098, 7930, 8950, 12164, 8826, 10894, 8568, 9934, 7896, 11369, 7610, 10921, 8838, 11685, 9463, 8577, 11210, 8489, 10450, 8340, 9806, 8063, 11550, 8159, 8815, 7980, 8816, 11236, 8864, 11672, 8812, 11551, 8935, 10373, 8512, 10380, 8070, 10195, 7821, 10843, 7701, 10893, 9795, 8999, 11115, 8931, 8818, 8959, 11684, 8675, 11120, 8545, 10735, 8560, 10158, 8268, 11144, 7518, 10139, 9523, 8759, 10802, 8298, 10601, 7670, 10747, 8325, 10652, 11773, 9028, 10642, 8812, 10287, 8468, 11504, 7816, 11231, 7405, 10929, 8215, 11171, 11714, 8499, 10869, 8049, 10569, 8079, 10497, 7716, 10215, 7422, 9474, 7794, 8791, 11893, 8533, 10976, 7977, 11047, 7955, 10605, 7966, 10542, 7633, 10499, 7582, 10834, 7705, 10771, 7255, 11278, 7628, 9839, 11933, 8170, 11886, 7529, 11009, 7292, 12074, 8429, 12455, 8206, 9925, 8169, 13625, 8105, 12764, 8090, 12595, 7557, 12037, 7600, 11607, 7419, 12288, 7424, 11945, 9143, 8722, 12181, 8394, 11252, 8140, 10487, 8153, 11064, 8098, 11244, 8189, 12156, 8384, 12145, 8676, 11014, 8589, 8877, 8894, 8591, 8248, 11439, 7714, 11257, 7988, 11760, 7934, 11102, 7714, 10091, 7464, 10655, 7520, 12149, 8683, 12795, 11323, 8025, 11304, 11310, 8778, 9048, 13504, 8399, 12508, 10159, 8255, 11406, 7432, 11428, 7480, 10884, 7531, 11582, 7012, 11621, 6968, 11605, 7312, 10866, 7822, 11052, 7355, 11029, 7364, 11247, 7333, 11416, 7558, 11024, 7613, 8786, 8096, 8611, 11965, 7994, 11470, 7321, 11637, 7491, 11198, 7676, 11043, 7652, 11243, 7321, 10772, 7128, 10980, 7469, 11154, 7377, 11519, 7505, 10340, 7597, 8396, 12742, 7998, 12285, 8008, 12404, 8168, 11146, 7744, 11143, 7301, 9905, 7252, 11237, 7612, 11735, 7757, 9077, 8025, 9488, 8323, 9168, 10988, 9026, 11709, 8681, 12597, 8485, 11701, 7926, 11121], 'WindowCenter': [4072.0, 4086.0, 3988.0, 4049.0, 3984.0, 4011.0, 3971.0, 3999.0, 3991.0, 3980.0, 3992.0, 3991.0, 3993.0, 4021.0, 3981.0, 4019.0, 3970.0, 4020.0, 3960.0, 4020.0, 3959.0, 4010.0, 3970.0, 4020.0, 3971.0, 4020.0, 3960.0, 4020.0, 3970.0, 4020.0, 3971.0, 4021.0, 3982.0, 4010.0, 3971.0, 4011.0, 3982.0, 4022.0, 3994.0, 4011.0, 3992.0, 3981.0, 4003.0, 3981.0, 4013.0, 3970.0, 4012.0, 3970.0, 4021.0, 3970.0, 4021.0, 3971.0, 4022.0, 3981.0, 4010.0, 3992.0, 4010.0, 4003.0, 4010.0, 4002.0, 3968.0, 4011.0, 3958.0, 4012.0, 3970.0, 4011.0, 3969.0, 4010.0, 3971.0, 4021.0, 3972.0, 4033.0, 3992.0, 4021.0, 3991.0, 3989.0, 3991.0, 3990.0, 4002.0, 3970.0, 4002.0, 3969.0, 4012.0, 3970.0, 4013.0, 3980.0, 4011.0, 3960.0, 4011.0, 3969.0, 4021.0, 3970.0, 4020.0, 3971.0, 4000.0, 3983.0, 4022.0, 3973.0, 4021.0, 3980.0, 4009.0, 3959.0, 4009.0, 3958.0, 4018.0, 3958.0, 4009.0, 3958.0, 4009.0, 3959.0, 4020.0, 3971.0, 4021.0, 3971.0, 4001.0, 3981.0, 3990.0, 3993.0, 3991.0, 4023.0, 3970.0, 4012.0, 3970.0, 4012.0, 3970.0, 4013.0, 3970.0, 4001.0, 3958.0, 4000.0, 3958.0, 4011.0, 3969.0, 4010.0, 3958.0, 4009.0, 3970.0, 4020.0, 3971.0, 4021.0, 3970.0, 4021.0, 3970.0, 4021.0, 3970.0, 4023.0, 3970.0, 4020.0, 3971.0, 4020.0, 3970.0, 4020.0, 3971.0, 4021.0, 3981.0, 3990.0, 3981.0, 3980.0, 3992.0, 4011.0, 4001.0, 4000.0, 3991.0, 3989.0, 3990.0, 3989.0, 3990.0, 3979.0, 3990.0, 3979.0, 3990.0, 3988.0, 3990.0, 4009.0, 3980.0, 3989.0, 3980.0, 3990.0, 3992.0, 3990.0, 3992.0, 3990.0, 3991.0, 3980.0, 3991.0, 3980.0, 4002.0, 3980.0, 4022.0, 3970.0, 4012.0, 3971.0, 4012.0, 3981.0, 4012.0, 3980.0, 4012.0, 3970.0, 4010.0, 3970.0, 4023.0, 3969.0, 4024.0, 3969.0, 4011.0, 3969.0, 4001.0, 3970.0, 4011.0, 3970.0, 4012.0, 3972.0, 4022.0, 3972.0, 4023.0, 3971.0, 4022.0, 3981.0, 4011.0, 3971.0, 4010.0, 3970.0, 4020.0, 3970.0, 4010.0, 3971.0, 4010.0, 3981.0, 4021.0, 3981.0, 4011.0, 3982.0, 3991.0, 3981.0, 3990.0, 3992.0, 4012.0, 3992.0, 3980.0, 4001.0, 3969.0, 3991.0, 3969.0, 4022.0, 3969.0, 4010.0, 3969.0, 4010.0, 3970.0, 4010.0, 3970.0, 4010.0, 3959.0, 4010.0, 3970.0, 4000.0, 3981.0, 4010.0, 3991.0, 3969.0, 4022.0, 3970.0, 4022.0, 3980.0, 4021.0, 3969.0, 4012.0, 3970.0, 4011.0, 3970.0, 4010.0, 3970.0, 4021.0, 3980.0, 4010.0, 3970.0, 4010.0, 3971.0, 4010.0, 3981.0, 4000.0, 3991.0, 3980.0, 3992.0, 3990.0, 3991.0, 3980.0, 4012.0, 3980.0, 4032.0, 3980.0, 4024.0, 3982.0, 4013.0, 3971.0, 4012.0, 3972.0, 4022.0, 3973.0, 4033.0, 3993.0, 4012.0, 3982.0, 4011.0, 3992.0, 4011.0, 3992.0, 4011.0, 4003.0, 3980.0, 4032.0, 3980.0, 4023.0, 3980.0, 4012.0, 3982.0, 4023.0, 3971.0, 4021.0, 3981.0, 4023.0, 3982.0, 4012.0, 3973.0, 4022.0, 3993.0, 4012.0, 4003.0, 3971.0, 4023.0, 3970.0, 4002.0, 3969.0, 4022.0, 3970.0, 4021.0, 3981.0, 4021.0, 3982.0, 4022.0, 3981.0, 4011.0, 3971.0, 4013.0, 3972.0, 4021.0, 3982.0, 4001.0, 3981.0, 3990.0, 3991.0, 3999.0, 3991.0, 3989.0, 3990.0, 3969.0, 4021.0, 3979.0, 4021.0, 3981.0, 4012.0, 3970.0, 4011.0, 3971.0, 4011.0, 3982.0, 4021.0, 3971.0, 4021.0, 3982.0, 4011.0, 3982.0, 3991.0, 3993.0, 4003.0, 4003.0, 3981.0, 3992.0, 3991.0, 4003.0, 3991.0, 3994.0, 3981.0, 4023.0, 3971.0, 4023.0, 3981.0, 4014.0, 3981.0, 4023.0, 3971.0, 4012.0, 3971.0, 4022.0, 3972.0, 4022.0, 3983.0, 4012.0, 3983.0, 4022.0, 3972.0, 4022.0, 3982.0, 4022.0, 3971.0, 4021.0, 3971.0, 4022.0, 3959.0, 4010.0, 3970.0, 4010.0, 3973.0, 4021.0, 3982.0, 4022.0, 3982.0, 4024.0, 3974.0, 4022.0, 3972.0, 4011.0, 3971.0, 4021.0, 3971.0, 4011.0, 3972.0, 4022.0, 3983.0, 4022.0, 3993.0, 4012.0, 3972.0, 4011.0, 3971.0, 4021.0, 3970.0, 4011.0, 3969.0, 3999.0, 3960.0, 4010.0, 3970.0, 4011.0, 3971.0, 4012.0, 3973.0, 4012.0, 3982.0, 4012.0, 3982.0, 4012.0, 3982.0, 4012.0, 3973.0, 4012.0, 3980.0, 4001.0, 3969.0, 4010.0, 3970.0, 4011.0, 3970.0, 4001.0, 3980.0, 4013.0, 3971.0, 4021.0, 3982.0, 4012.0, 3984.0, 4023.0, 3982.0, 4012.0, 3971.0, 4012.0, 3971.0, 4012.0, 3981.0, 4012.0, 3981.0, 4010.0, 3970.0, 4011.0, 3980.0, 4011.0, 3971.0, 4011.0, 3973.0, 4014.0, 3971.0, 4013.0, 3972.0, 4012.0, 3971.0, 4012.0, 3972.0, 4012.0, 3983.0, 4012.0, 3972.0, 4011.0, 3971.0, 4011.0, 3970.0, 4010.0, 3960.0, 4010.0, 3971.0, 4001.0, 3972.0, 4001.0, 4023.0, 3992.0, 4023.0, 3991.0, 4003.0, 3991.0, 4012.0, 3981.0, 4012.0, 3982.0, 4012.0, 3982.0, 4012.0, 3981.0, 4012.0, 3982.0, 4012.0, 3981.0, 4012.0, 3981.0, 4012.0, 3981.0, 4011.0, 3981.0, 4010.0, 3981.0, 4001.0, 3970.0, 4001.0, 3972.0, 4013.0, 3972.0, 4012.0, 3993.0, 4001.0, 3982.0, 3990.0, 3981.0, 3990.0, 3994.0, 4010.0, 3981.0, 3980.0, 4022.0, 3991.0, 4022.0, 3991.0, 4012.0, 3981.0, 4012.0, 3982.0, 4012.0, 3983.0, 4024.0, 3983.0, 4011.0, 3972.0, 4010.0, 3982.0, 4010.0, 4011.0, 3990.0, 4021.0, 3991.0, 4022.0, 3991.0, 4011.0, 3981.0, 4001.0, 3972.0, 3992.0, 4024.0, 3992.0, 4013.0, 3992.0, 4024.0, 3982.0, 4012.0, 3982.0, 4012.0, 3980.0, 4022.0, 3979.0, 4001.0, 3979.0, 3999.0, 3979.0, 3999.0, 3971.0, 3999.0, 3970.0, 4010.0, 3971.0, 4010.0, 3992.0, 3992.0, 4022.0, 3992.0, 4025.0, 3991.0, 4024.0, 3980.0, 4001.0, 3981.0, 4003.0, 3972.0, 4011.0, 3972.0, 4022.0, 3992.0, 4001.0, 3981.0, 3990.0, 3981.0, 3980.0, 4012.0, 3980.0, 4011.0, 3981.0, 4001.0, 3972.0, 4011.0, 4013.0, 3992.0, 4012.0, 3981.0, 4012.0, 3981.0, 4011.0, 3981.0, 4023.0, 3982.0, 4000.0, 3981.0, 4031.0, 3970.0, 4019.0, 3971.0, 3980.0, 4020.0, 3990.0, 4011.0, 3993.0, 4002.0, 3983.0, 4023.0, 3983.0, 4013.0, 3993.0, 4023.0, 4002.0, 3980.0, 4011.0, 3980.0, 4010.0, 3980.0, 4000.0, 3970.0, 4011.0, 3980.0, 3992.0, 3981.0, 3990.0, 4022.0, 3990.0, 4022.0, 3990.0, 4021.0, 3991.0, 4011.0, 3991.0, 4011.0, 3983.0, 4012.0, 3982.0, 4014.0, 3983.0, 4022.0, 4013.0, 3992.0, 4024.0, 3991.0, 3995.0, 3991.0, 4023.0, 3981.0, 4012.0, 3980.0, 4011.0, 3991.0, 4001.0, 3981.0, 4011.0, 3971.0, 4010.0, 4002.0, 3993.0, 4025.0, 3982.0, 4012.0, 3983.0, 4023.0, 3993.0, 4014.0, 4025.0, 3992.0, 4012.0, 3991.0, 4014.0, 3981.0, 4022.0, 3971.0, 4011.0, 3971.0, 4011.0, 3982.0, 4012.0, 4022.0, 3981.0, 4010.0, 3970.0, 4010.0, 3970.0, 4000.0, 3971.0, 4000.0, 3961.0, 4000.0, 3972.0, 3992.0, 4023.0, 3980.0, 4011.0, 3970.0, 4012.0, 3969.0, 4011.0, 3970.0, 4000.0, 3961.0, 4000.0, 3968.0, 4011.0, 3969.0, 4011.0, 3974.0, 4022.0, 3971.0, 4000.0, 4022.0, 3980.0, 4032.0, 3971.0, 4012.0, 3972.0, 4024.0, 3982.0, 4021.0, 3981.0, 4002.0, 3981.0, 4030.0, 3970.0, 4020.0, 3969.0, 4007.0, 3957.0, 4007.0, 3958.0, 4008.0, 3959.0, 4019.0, 3959.0, 4009.0, 3990.0, 3979.0, 4021.0, 3980.0, 4022.0, 3983.0, 4024.0, 3983.0, 4024.0, 3982.0, 4023.0, 3982.0, 4034.0, 3981.0, 4023.0, 3980.0, 4012.0, 3979.0, 3991.0, 3990.0, 3991.0, 3980.0, 4022.0, 3971.0, 4022.0, 3981.0, 4033.0, 3983.0, 4024.0, 3983.0, 4014.0, 3974.0, 4013.0, 3984.0, 4034.0, 3997.0, 4033.0, 4024.0, 3970.0, 4012.0, 4023.0, 3994.0, 4006.0, 4045.0, 3983.0, 4022.0, 4001.0, 3980.0, 4022.0, 3960.0, 4023.0, 3960.0, 4012.0, 3971.0, 4012.0, 3950.0, 4009.0, 3949.0, 4009.0, 3960.0, 3998.0, 3959.0, 3999.0, 3959.0, 3999.0, 3959.0, 4010.0, 3962.0, 4009.0, 3960.0, 3999.0, 3959.0, 3979.0, 3970.0, 3980.0, 4022.0, 3969.0, 4011.0, 3960.0, 4011.0, 3959.0, 4011.0, 3971.0, 4013.0, 3958.0, 4009.0, 3960.0, 4009.0, 3950.0, 4011.0, 3960.0, 4010.0, 3960.0, 4010.0, 3960.0, 4000.0, 3971.0, 3980.0, 4033.0, 3972.0, 4022.0, 3970.0, 4033.0, 3983.0, 4012.0, 3960.0, 4012.0, 3961.0, 4002.0, 3961.0, 4011.0, 3972.0, 4021.0, 3972.0, 3991.0, 3982.0, 4001.0, 3982.0, 3991.0, 4014.0, 3992.0, 4035.0, 3993.0, 4037.0, 3992.0, 4034.0, 3983.0, 4022.0], 'WindowWidth': [9067.0, 9071.0, 8923.0, 9003.0, 8905.0, 8935.0, 8881.0, 8916.0, 8908.0, 8891.0, 8914.0, 8909.0, 8915.0, 8947.0, 8893.0, 8941.0, 8877.0, 8942.0, 8867.0, 8944.0, 8864.0, 8930.0, 8879.0, 8945.0, 8882.0, 8946.0, 8865.0, 8944.0, 8878.0, 8943.0, 8882.0, 8948.0, 8898.0, 8933.0, 8885.0, 8934.0, 8900.0, 8953.0, 8918.0, 8936.0, 8912.0, 8895.0, 8928.0, 8896.0, 8943.0, 8879.0, 8937.0, 8878.0, 8948.0, 8879.0, 8949.0, 8883.0, 8950.0, 8897.0, 8932.0, 8911.0, 8932.0, 8926.0, 8930.0, 8922.0, 8872.0, 8933.0, 8860.0, 8938.0, 8880.0, 8934.0, 8877.0, 8932.0, 8882.0, 8946.0, 8886.0, 8965.0, 8912.0, 8949.0, 8908.0, 8903.0, 8910.0, 8906.0, 8925.0, 8878.0, 8924.0, 8878.0, 8935.0, 8878.0, 8940.0, 8891.0, 8935.0, 8866.0, 8933.0, 8877.0, 8947.0, 8881.0, 8945.0, 8882.0, 8919.0, 8901.0, 8950.0, 8888.0, 8948.0, 8892.0, 8928.0, 8862.0, 8927.0, 8861.0, 8939.0, 8861.0, 8928.0, 8861.0, 8927.0, 8864.0, 8944.0, 8883.0, 8946.0, 8882.0, 8921.0, 8897.0, 8906.0, 8914.0, 8909.0, 8953.0, 8879.0, 8937.0, 8880.0, 8937.0, 8878.0, 8940.0, 8877.0, 8920.0, 8859.0, 8916.0, 8861.0, 8934.0, 8874.0, 8929.0, 8859.0, 8928.0, 8878.0, 8945.0, 8883.0, 8948.0, 8879.0, 8946.0, 8880.0, 8946.0, 8880.0, 8952.0, 8879.0, 8944.0, 8882.0, 8945.0, 8880.0, 8944.0, 8881.0, 8946.0, 8894.0, 8905.0, 8897.0, 8892.0, 8911.0, 8934.0, 8923.0, 8918.0, 8908.0, 8900.0, 8906.0, 8901.0, 8906.0, 8888.0, 8905.0, 8887.0, 8906.0, 8900.0, 8906.0, 8928.0, 8892.0, 8903.0, 8894.0, 8904.0, 8911.0, 8906.0, 8910.0, 8904.0, 8909.0, 8890.0, 8910.0, 8892.0, 8925.0, 8892.0, 8951.0, 8880.0, 8936.0, 8881.0, 8937.0, 8897.0, 8938.0, 8892.0, 8935.0, 8880.0, 8932.0, 8879.0, 8952.0, 8876.0, 8954.0, 8874.0, 8933.0, 8875.0, 8918.0, 8879.0, 8934.0, 8880.0, 8937.0, 8885.0, 8950.0, 8886.0, 8953.0, 8884.0, 8950.0, 8895.0, 8933.0, 8881.0, 8931.0, 8880.0, 8945.0, 8880.0, 8930.0, 8881.0, 8931.0, 8895.0, 8947.0, 8897.0, 8934.0, 8898.0, 8908.0, 8897.0, 8906.0, 8913.0, 8935.0, 8910.0, 8892.0, 8920.0, 8875.0, 8907.0, 8875.0, 8950.0, 8875.0, 8932.0, 8877.0, 8932.0, 8879.0, 8932.0, 8879.0, 8930.0, 8863.0, 8929.0, 8880.0, 8917.0, 8896.0, 8932.0, 8909.0, 8877.0, 8949.0, 8879.0, 8950.0, 8892.0, 8947.0, 8874.0, 8936.0, 8879.0, 8932.0, 8880.0, 8932.0, 8879.0, 8946.0, 8892.0, 8930.0, 8880.0, 8930.0, 8881.0, 8930.0, 8895.0, 8919.0, 8909.0, 8893.0, 8911.0, 8905.0, 8909.0, 8890.0, 8936.0, 8893.0, 8964.0, 8894.0, 8956.0, 8896.0, 8939.0, 8881.0, 8937.0, 8886.0, 8951.0, 8889.0, 8965.0, 8914.0, 8938.0, 8900.0, 8936.0, 8913.0, 8935.0, 8912.0, 8933.0, 8925.0, 8892.0, 8963.0, 8893.0, 8953.0, 8893.0, 8938.0, 8897.0, 8952.0, 8883.0, 8949.0, 8897.0, 8953.0, 8900.0, 8939.0, 8888.0, 8950.0, 8915.0, 8936.0, 8928.0, 8880.0, 8953.0, 8880.0, 8924.0, 8876.0, 8950.0, 8877.0, 8946.0, 8896.0, 8948.0, 8898.0, 8951.0, 8896.0, 8936.0, 8884.0, 8937.0, 8884.0, 8947.0, 8897.0, 8919.0, 8896.0, 8904.0, 8908.0, 8916.0, 8906.0, 8901.0, 8905.0, 8874.0, 8946.0, 8888.0, 8947.0, 8894.0, 8938.0, 8879.0, 8934.0, 8882.0, 8934.0, 8897.0, 8948.0, 8883.0, 8948.0, 8897.0, 8933.0, 8898.0, 8908.0, 8915.0, 8926.0, 8927.0, 8895.0, 8912.0, 8907.0, 8926.0, 8907.0, 8915.0, 8892.0, 8951.0, 8883.0, 8953.0, 8896.0, 8943.0, 8896.0, 8953.0, 8882.0, 8936.0, 8883.0, 8950.0, 8886.0, 8950.0, 8901.0, 8938.0, 8902.0, 8951.0, 8886.0, 8952.0, 8899.0, 8949.0, 8883.0, 8947.0, 8880.0, 8949.0, 8864.0, 8931.0, 8876.0, 8929.0, 8886.0, 8947.0, 8897.0, 8951.0, 8898.0, 8955.0, 8889.0, 8950.0, 8884.0, 8935.0, 8881.0, 8948.0, 8881.0, 8933.0, 8884.0, 8950.0, 8900.0, 8951.0, 8913.0, 8935.0, 8883.0, 8933.0, 8880.0, 8947.0, 8876.0, 8932.0, 8875.0, 8915.0, 8863.0, 8929.0, 8879.0, 8933.0, 8880.0, 8935.0, 8888.0, 8936.0, 8900.0, 8938.0, 8898.0, 8939.0, 8897.0, 8936.0, 8885.0, 8936.0, 8891.0, 8919.0, 8875.0, 8931.0, 8880.0, 8933.0, 8879.0, 8919.0, 8891.0, 8937.0, 8881.0, 8948.0, 8897.0, 8937.0, 8904.0, 8953.0, 8899.0, 8938.0, 8883.0, 8935.0, 8879.0, 8937.0, 8893.0, 8935.0, 8893.0, 8931.0, 8880.0, 8934.0, 8891.0, 8933.0, 8882.0, 8934.0, 8887.0, 8941.0, 8883.0, 8939.0, 8884.0, 8935.0, 8882.0, 8936.0, 8886.0, 8936.0, 8902.0, 8936.0, 8884.0, 8933.0, 8880.0, 8933.0, 8877.0, 8930.0, 8864.0, 8930.0, 8881.0, 8919.0, 8884.0, 8921.0, 8952.0, 8909.0, 8954.0, 8906.0, 8926.0, 8906.0, 8936.0, 8893.0, 8935.0, 8896.0, 8936.0, 8897.0, 8938.0, 8894.0, 8936.0, 8895.0, 8936.0, 8894.0, 8935.0, 8892.0, 8935.0, 8891.0, 8931.0, 8892.0, 8931.0, 8892.0, 8918.0, 8878.0, 8918.0, 8884.0, 8938.0, 8886.0, 8936.0, 8912.0, 8920.0, 8896.0, 8904.0, 8895.0, 8905.0, 8913.0, 8931.0, 8893.0, 8889.0, 8948.0, 8906.0, 8951.0, 8906.0, 8937.0, 8895.0, 8937.0, 8899.0, 8938.0, 8900.0, 8955.0, 8900.0, 8934.0, 8883.0, 8931.0, 8895.0, 8929.0, 8933.0, 8902.0, 8947.0, 8905.0, 8949.0, 8907.0, 8933.0, 8893.0, 8921.0, 8884.0, 8910.0, 8956.0, 8911.0, 8942.0, 8912.0, 8956.0, 8899.0, 8938.0, 8897.0, 8937.0, 8890.0, 8948.0, 8888.0, 8916.0, 8888.0, 8913.0, 8888.0, 8913.0, 8879.0, 8914.0, 8879.0, 8929.0, 8881.0, 8929.0, 8909.0, 8907.0, 8948.0, 8908.0, 8956.0, 8906.0, 8954.0, 8888.0, 8918.0, 8893.0, 8924.0, 8883.0, 8935.0, 8884.0, 8948.0, 8910.0, 8920.0, 8895.0, 8904.0, 8895.0, 8888.0, 8936.0, 8891.0, 8933.0, 8894.0, 8920.0, 8884.0, 8934.0, 8938.0, 8908.0, 8934.0, 8895.0, 8935.0, 8895.0, 8934.0, 8895.0, 8951.0, 8895.0, 8917.0, 8894.0, 8958.0, 8875.0, 8940.0, 8878.0, 8888.0, 8943.0, 8902.0, 8933.0, 8910.0, 8923.0, 8899.0, 8951.0, 8900.0, 8939.0, 8912.0, 8950.0, 8923.0, 8888.0, 8931.0, 8889.0, 8930.0, 8890.0, 8918.0, 8878.0, 8931.0, 8892.0, 8908.0, 8896.0, 8904.0, 8950.0, 8902.0, 8947.0, 8903.0, 8946.0, 8906.0, 8932.0, 8906.0, 8934.0, 8899.0, 8935.0, 8898.0, 8940.0, 8900.0, 8951.0, 8940.0, 8910.0, 8955.0, 8908.0, 8917.0, 8906.0, 8952.0, 8892.0, 8934.0, 8891.0, 8934.0, 8905.0, 8920.0, 8892.0, 8933.0, 8881.0, 8933.0, 8924.0, 8912.0, 8956.0, 8897.0, 8938.0, 8900.0, 8952.0, 8914.0, 8941.0, 8958.0, 8908.0, 8936.0, 8907.0, 8939.0, 8892.0, 8947.0, 8880.0, 8934.0, 8882.0, 8933.0, 8896.0, 8934.0, 8947.0, 8891.0, 8928.0, 8876.0, 8930.0, 8879.0, 8916.0, 8880.0, 8918.0, 8866.0, 8917.0, 8884.0, 8909.0, 8951.0, 8890.0, 8931.0, 8876.0, 8934.0, 8875.0, 8934.0, 8879.0, 8916.0, 8864.0, 8914.0, 8871.0, 8930.0, 8875.0, 8934.0, 8891.0, 8950.0, 8882.0, 8917.0, 8947.0, 8890.0, 8962.0, 8880.0, 8935.0, 8885.0, 8953.0, 8898.0, 8946.0, 8894.0, 8918.0, 8893.0, 8956.0, 8877.0, 8941.0, 8872.0, 8919.0, 8854.0, 8919.0, 8856.0, 8921.0, 8859.0, 8939.0, 8862.0, 8924.0, 8903.0, 8885.0, 8945.0, 8891.0, 8949.0, 8901.0, 8954.0, 8898.0, 8955.0, 8897.0, 8951.0, 8895.0, 8968.0, 8892.0, 8950.0, 8890.0, 8935.0, 8885.0, 8907.0, 8904.0, 8907.0, 8890.0, 8947.0, 8879.0, 8948.0, 8892.0, 8965.0, 8901.0, 8954.0, 8901.0, 8941.0, 8890.0, 8940.0, 8904.0, 8969.0, 8924.0, 8966.0, 8954.0, 8875.0, 8934.0, 8951.0, 8916.0, 8938.0, 8985.0, 8900.0, 8946.0, 8919.0, 8888.0, 8945.0, 8863.0, 8949.0, 8864.0, 8934.0, 8876.0, 8933.0, 8848.0, 8924.0, 8844.0, 8925.0, 8861.0, 8909.0, 8858.0, 8909.0, 8859.0, 8910.0, 8858.0, 8925.0, 8867.0, 8923.0, 8860.0, 8909.0, 8859.0, 8882.0, 8875.0, 8889.0, 8948.0, 8873.0, 8932.0, 8863.0, 8931.0, 8860.0, 8931.0, 8878.0, 8934.0, 8858.0, 8926.0, 8862.0, 8926.0, 8849.0, 8931.0, 8864.0, 8927.0, 8862.0, 8926.0, 8863.0, 8915.0, 8880.0, 8889.0, 8964.0, 8881.0, 8947.0, 8875.0, 8963.0, 8896.0, 8932.0, 8862.0, 8932.0, 8866.0, 8920.0, 8867.0, 8930.0, 8882.0, 8944.0, 8881.0, 8905.0, 8896.0, 8919.0, 8896.0, 8905.0, 8939.0, 8907.0, 8969.0, 8911.0, 8975.0, 8910.0, 8967.0, 8897.0, 8949.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.0002107912087912088</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.022059823956043955</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.263004944906484</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2223376772937293</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9629221775577553</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4504</td></tr>
|
|
<tr><td colspan=3>fber</td><td>6345.3896</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.07274887652846765</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>4</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>0.43956043956043955</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.506647492664861</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.46973930475319</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7551328434034232</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2950703298379698</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00314668</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.02114429697394371</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.02178112603724003</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>910</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.4495959774925566</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>36.8636</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>38.0866</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>174.3096</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>44.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>311018.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>836.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>350.9667</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>1.6599</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>558.5362</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3226.0597</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3472.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>65526.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>741.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4353.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1006.487</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>40.024628202663735</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> |