=== 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-0033 --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-0033",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
105 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
105 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-0033_ses-04_task-social_acq-mb8_run-06_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-0033_ses-04_task-social_acq-mb8_run-06_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-06_session-04_subject-0033_suffix-bold_task-social" 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-0033/figures/sub-0033_ses-04_task-social_acq-mb8_run-06_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0033/figures/sub-0033_ses-04_task-social_acq-mb8_run-06_desc-stdev_bold.svg" target="_blank">sub-0033/figures/sub-0033_ses-04_task-social_acq-mb8_run-06_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-06_session-04_subject-0033_suffix-bold_task-social" 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-0033/figures/sub-0033_ses-04_task-social_acq-mb8_run-06_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0033/figures/sub-0033_ses-04_task-social_acq-mb8_run-06_desc-background_bold.svg" target="_blank">sub-0033/figures/sub-0033_ses-04_task-social_acq-mb8_run-06_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-06_session-04_subject-0033_suffix-bold_task-social" 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-0033/figures/sub-0033_ses-04_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0033/figures/sub-0033_ses-04_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" target="_blank">sub-0033/figures/sub-0033_ses-04_task-social_acq-mb8_run-06_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-06_session-04_subject-0033_suffix-bold_task-social" 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-0033/figures/sub-0033_ses-04_task-social_acq-mb8_run-06_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0033/figures/sub-0033_ses-04_task-social_acq-mb8_run-06_desc-carpet_bold.svg" target="_blank">sub-0033/figures/sub-0033_ses-04_task-social_acq-mb8_run-06_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-06_session-04_subject-0033_suffix-bold_task-social" 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-0033/figures/sub-0033_ses-04_task-social_acq-mb8_run-06_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0033/figures/sub-0033_ses-04_task-social_acq-mb8_run-06_desc-mean_bold.svg" target="_blank">sub-0033/figures/sub-0033_ses-04_task-social_acq-mb8_run-06_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-06_session-04_subject-0033_suffix-bold_task-social" 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-0033/figures/sub-0033_ses-04_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0033/figures/sub-0033_ses-04_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" target="_blank">sub-0033/figures/sub-0033_ses-04_task-social_acq-mb8_run-06_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-06_session-04_subject-0033_suffix-bold_task-social" 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-0033/figures/sub-0033_ses-04_task-social_acq-mb8_run-06_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0033/figures/sub-0033_ses-04_task-social_acq-mb8_run-06_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-0033/figures/sub-0033_ses-04_task-social_acq-mb8_run-06_desc-norm_bold.svg" target="_blank">sub-0033/figures/sub-0033_ses-04_task-social_acq-mb8_run-06_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-0033/ses-04/func/sub-0033_ses-04_task-social_acq-mb8_run-06_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>37ba3c8841d7712e3a39574d7196ada5</td></tr>
|
|
</table>
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-1">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
|
|
Dataset Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-1" class="table table-sm table-striped">
|
|
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
|
|
<tr><td colspan=2>AcquisitionTime</td><td>11:28:21.632500</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.999273, 0.0169042, 0.0341761, -0.0148256, 0.998077, -0.0601839]</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-06_task-social_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.104251</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-06_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>22</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4162, -7732, -7262, 441, -70, -31, 23, 63]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>social</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>290.949</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>2fb34136-19cf-4c57-a7fd-85501294f6e6||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.680975914001465, -0.03977610915899277, 0.09484487771987915, 110.62857055664062], [-0.04535277187824249, 2.6777682304382324, -0.16101045906543732, -82.45999908447266], [0.09169194102287292, 0.16146913170814514, 2.693525552749634, -84.77753448486328], [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, 872]</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], 'AcquisitionTime': ['112821.632500', '112822.092500', '112822.552500', '112823.012500', '112823.472500', '112823.932500', '112824.392500', '112824.852500', '112825.312500', '112825.772500', '112826.232500', '112826.692500', '112827.152500', '112827.612500', '112828.072500', '112828.532500', '112828.992500', '112829.452500', '112829.912500', '112830.372500', '112830.832500', '112831.292500', '112831.752500', '112832.212500', '112832.672500', '112833.132500', '112833.592500', '112834.052500', '112834.512500', '112834.972500', '112835.432500', '112835.892500', '112836.352500', '112836.812500', '112837.272500', '112837.732500', '112838.192500', '112838.652500', '112839.112500', '112839.572500', '112840.032500', '112840.492500', '112840.952500', '112841.412500', '112841.872500', '112842.332500', '112842.792500', '112843.252500', '112843.712500', '112844.172500', '112844.632500', '112845.092500', '112845.552500', '112846.012500', '112846.472500', '112846.932500', '112847.392500', '112847.852500', '112848.312500', '112848.772500', '112849.232500', '112849.692500', '112850.152500', '112850.612500', '112851.072500', '112851.532500', '112851.992500', '112852.452500', '112852.912500', '112853.372500', '112853.832500', '112854.292500', '112854.752500', '112855.212500', '112855.672500', '112856.132500', '112856.592500', '112857.052500', '112857.512500', '112857.972500', '112858.432500', '112858.892500', '112859.352500', '112859.812500', '112900.272500', '112900.732500', '112901.192500', '112901.652500', '112902.112500', '112902.572500', '112903.032500', '112903.492500', '112903.952500', '112904.412500', '112904.872500', '112905.332500', '112905.792500', '112906.252500', '112906.712500', '112907.172500', '112907.632500', '112908.092500', '112908.552500', '112909.012500', '112909.472500', '112909.932500', '112910.392500', '112910.852500', '112911.312500', '112911.772500', '112912.232500', '112912.692500', '112913.152500', '112913.612500', '112914.072500', '112914.532500', '112914.992500', '112915.452500', '112915.912500', '112916.372500', '112916.832500', '112917.292500', '112917.752500', '112918.212500', '112918.672500', '112919.132500', '112919.592500', '112920.052500', '112920.512500', '112920.972500', '112921.432500', '112921.892500', '112922.352500', '112922.812500', '112923.272500', '112923.732500', '112924.192500', '112924.652500', '112925.112500', '112925.572500', '112926.032500', '112926.492500', '112926.952500', '112927.412500', '112927.872500', '112928.332500', '112928.792500', '112929.252500', '112929.712500', '112930.172500', '112930.632500', '112931.092500', '112931.552500', '112932.012500', '112932.472500', '112932.932500', '112933.392500', '112933.852500', '112934.312500', '112934.772500', '112935.232500', '112935.692500', '112936.152500', '112936.612500', '112937.072500', '112937.532500', '112937.992500', '112938.452500', '112938.912500', '112939.372500', '112939.832500', '112940.292500', '112940.752500', '112941.212500', '112941.672500', '112942.132500', '112942.592500', '112943.052500', '112943.512500', '112943.972500', '112944.432500', '112944.892500', '112945.352500', '112945.812500', '112946.272500', '112946.732500', '112947.192500', '112947.652500', '112948.112500', '112948.572500', '112949.032500', '112949.492500', '112949.952500', '112950.412500', '112950.872500', '112951.332500', '112951.792500', '112952.252500', '112952.712500', '112953.172500', '112953.632500', '112954.092500', '112954.552500', '112955.012500', '112955.472500', '112955.932500', '112956.392500', '112956.852500', '112957.312500', '112957.772500', '112958.232500', '112958.692500', '112959.152500', '112959.612500', '113000.072500', '113000.532500', '113000.992500', '113001.452500', '113001.912500', '113002.372500', '113002.832500', '113003.292500', '113003.752500', '113004.212500', '113004.672500', '113005.132500', '113005.592500', '113006.052500', '113006.512500', '113006.972500', '113007.432500', '113007.892500', '113008.352500', '113008.812500', '113009.272500', '113009.732500', '113010.192500', '113010.652500', '113011.112500', '113011.572500', '113012.032500', '113012.492500', '113012.952500', '113013.412500', '113013.872500', '113014.332500', '113014.792500', '113015.252500', '113015.712500', '113016.172500', '113016.632500', '113017.092500', '113017.552500', '113018.012500', '113018.472500', '113018.932500', '113019.392500', '113019.852500', '113020.312500', '113020.772500', '113021.232500', '113021.692500', '113022.152500', '113022.612500', '113023.072500', '113023.532500', '113023.992500', '113024.452500', '113024.912500', '113025.372500', '113025.832500', '113026.292500', '113026.752500', '113027.212500', '113027.672500', '113028.132500', '113028.592500', '113029.052500', '113029.512500', '113029.972500', '113030.432500', '113030.892500', '113031.352500', '113031.812500', '113032.272500', '113032.732500', '113033.192500', '113033.652500', '113034.112500', '113034.572500', '113035.032500', '113035.492500', '113035.952500', '113036.412500', '113036.872500', '113037.332500', '113037.792500', '113038.252500', '113038.712500', '113039.172500', '113039.632500', '113040.092500', '113040.552500', '113041.012500', '113041.472500', '113041.932500', '113042.392500', '113042.852500', '113043.312500', '113043.772500', '113044.232500', '113044.692500', '113045.152500', '113045.612500', '113046.072500', '113046.532500', '113046.992500', '113047.452500', '113047.912500', '113048.372500', '113048.832500', '113049.292500', '113049.752500', '113050.212500', '113050.672500', '113051.132500', '113051.592500', '113052.052500', '113052.512500', '113052.972500', '113053.432500', '113053.892500', '113054.352500', '113054.812500', '113055.272500', '113055.732500', '113056.192500', '113056.652500', '113057.112500', '113057.572500', '113058.032500', '113058.492500', '113058.952500', '113059.412500', '113059.872500', '113100.332500', '113100.792500', '113101.252500', '113101.712500', '113102.172500', '113102.632500', '113103.092500', '113103.552500', '113104.012500', '113104.472500', '113104.932500', '113105.392500', '113105.852500', '113106.312500', '113106.772500', '113107.232500', '113107.692500', '113108.152500', '113108.612500', '113109.072500', '113109.532500', '113109.992500', '113110.452500', '113110.912500', '113111.372500', '113111.832500', '113112.292500', '113112.752500', '113113.212500', '113113.672500', '113114.132500', '113114.592500', '113115.052500', '113115.512500', '113115.972500', '113116.432500', '113116.892500', '113117.352500', '113117.812500', '113118.272500', '113118.732500', '113119.192500', '113119.652500', '113120.112500', '113120.572500', '113121.032500', '113121.492500', '113121.952500', '113122.412500', '113122.872500', '113123.332500', '113123.792500', '113124.252500', '113124.712500', '113125.172500', '113125.632500', '113126.092500', '113126.552500', '113127.012500', '113127.472500', '113127.932500', '113128.392500', '113128.852500', '113129.312500', '113129.772500', '113130.232500', '113130.692500', '113131.152500', '113131.612500', '113132.072500', '113132.532500', '113132.992500', '113133.452500', '113133.912500', '113134.372500', '113134.832500', '113135.292500', '113135.752500', '113136.212500', '113136.672500', '113137.132500', '113137.592500', '113138.052500', '113138.512500', '113138.972500', '113139.432500', '113139.892500', '113140.352500', '113140.812500', '113141.272500', '113141.732500', '113142.192500', '113142.652500', '113143.112500', '113143.572500', '113144.032500', '113144.492500', '113144.952500', '113145.412500', '113145.872500', '113146.332500', '113146.792500', '113147.252500', '113147.712500', '113148.172500', '113148.632500', '113149.092500', '113149.552500', '113150.012500', '113150.472500', '113150.932500', '113151.392500', '113151.852500', '113152.312500', '113152.772500', '113153.232500', '113153.692500', '113154.152500', '113154.612500', '113155.072500', '113155.532500', '113155.992500', '113156.452500', '113156.912500', '113157.372500', '113157.832500', '113158.292500', '113158.752500', '113159.212500', '113159.672500', '113200.132500', '113200.592500', '113201.052500', '113201.512500', '113201.972500', '113202.432500', '113202.892500', '113203.352500', '113203.812500', '113204.272500', '113204.732500', '113205.192500', '113205.652500', '113206.112500', '113206.572500', '113207.032500', '113207.492500', '113207.952500', '113208.412500', '113208.872500', '113209.332500', '113209.792500', '113210.252500', '113210.712500', '113211.172500', '113211.632500', '113212.092500', '113212.552500', '113213.012500', '113213.472500', '113213.932500', '113214.392500', '113214.852500', '113215.312500', '113215.772500', '113216.232500', '113216.692500', '113217.152500', '113217.612500', '113218.072500', '113218.532500', '113218.992500', '113219.452500', '113219.912500', '113220.372500', '113220.832500', '113221.292500', '113221.752500', '113222.212500', '113222.672500', '113223.132500', '113223.592500', '113224.052500', '113224.512500', '113224.972500', '113225.432500', '113225.892500', '113226.352500', '113226.812500', '113227.272500', '113227.732500', '113228.192500', '113228.652500', '113229.112500', '113229.572500', '113230.032500', '113230.492500', '113230.952500', '113231.412500', '113231.872500', '113232.332500', '113232.792500', '113233.252500', '113233.712500', '113234.172500', '113234.632500', '113235.092500', '113235.552500', '113236.012500', '113236.472500', '113236.932500', '113237.392500', '113237.852500', '113238.312500', '113238.772500', '113239.232500', '113239.692500', '113240.152500', '113240.612500', '113241.072500', '113241.532500', '113241.992500', '113242.452500', '113242.912500', '113243.372500', '113243.832500', '113244.292500', '113244.752500', '113245.212500', '113245.672500', '113246.132500', '113246.592500', '113247.052500', '113247.512500', '113247.972500', '113248.432500', '113248.892500', '113249.352500', '113249.812500', '113250.272500', '113250.732500', '113251.192500', '113251.652500', '113252.112500', '113252.572500', '113253.032500', '113253.492500', '113253.952500', '113254.412500', '113254.872500', '113255.332500', '113255.792500', '113256.252500', '113256.712500', '113257.172500', '113257.632500', '113258.092500', '113258.552500', '113259.012500', '113259.472500', '113259.932500', '113300.392500', '113300.852500', '113301.312500', '113301.772500', '113302.232500', '113302.692500', '113303.152500', '113303.612500', '113304.072500', '113304.532500', '113304.992500', '113305.452500', '113305.912500', '113306.372500', '113306.832500', '113307.292500', '113307.752500', '113308.212500', '113308.672500', '113309.132500', '113309.592500', '113310.052500', '113310.512500', '113310.972500', '113311.432500', '113311.892500', '113312.352500', '113312.812500', '113313.272500', '113313.732500', '113314.192500', '113314.652500', '113315.112500', '113315.572500', '113316.032500', '113316.492500', '113316.952500', '113317.412500', '113317.872500', '113318.332500', '113318.792500', '113319.252500', '113319.712500', '113320.172500', '113320.632500', '113321.092500', '113321.552500', '113322.012500', '113322.472500', '113322.932500', '113323.392500', '113323.852500', '113324.312500', '113324.772500', '113325.232500', '113325.692500', '113326.152500', '113326.612500', '113327.072500', '113327.532500', '113327.992500', '113328.452500', '113328.912500', '113329.372500', '113329.832500', '113330.292500', '113330.752500', '113331.212500', '113331.672500', '113332.132500', '113332.592500', '113333.052500', '113333.512500', '113333.972500', '113334.432500', '113334.892500', '113335.352500', '113335.812500', '113336.272500', '113336.732500', '113337.192500', '113337.652500', '113338.112500', '113338.572500', '113339.032500', '113339.492500', '113339.952500', '113340.412500', '113340.872500', '113341.332500', '113341.792500', '113342.252500', '113342.712500', '113343.172500', '113343.632500', '113344.092500', '113344.552500', '113345.012500', '113345.472500', '113345.932500', '113346.392500', '113346.852500', '113347.312500', '113347.772500', '113348.232500', '113348.692500', '113349.152500', '113349.612500', '113350.072500', '113350.532500', '113350.992500', '113351.452500', '113351.912500', '113352.372500', '113352.832500', '113353.292500', '113353.752500', '113354.212500', '113354.672500', '113355.132500', '113355.592500', '113356.052500', '113356.512500', '113356.972500', '113357.432500', '113357.892500', '113358.352500', '113358.812500', '113359.272500', '113359.732500', '113400.192500', '113400.652500', '113401.112500', '113401.572500', '113402.032500', '113402.492500', '113402.952500', '113403.412500', '113403.872500', '113404.332500', '113404.792500', '113405.252500', '113405.712500', '113406.172500', '113406.632500', '113407.092500', '113407.552500', '113408.012500', '113408.472500', '113408.932500', '113409.392500', '113409.852500', '113410.312500', '113410.772500', '113411.232500', '113411.692500', '113412.152500', '113412.612500', '113413.072500', '113413.532500', '113413.992500', '113414.452500', '113414.912500', '113415.372500', '113415.832500', '113416.292500', '113416.752500', '113417.212500', '113417.672500', '113418.132500', '113418.592500', '113419.052500', '113419.512500', '113419.972500', '113420.432500', '113420.892500', '113421.352500', '113421.812500', '113422.272500', '113422.732500', '113423.192500', '113423.652500', '113424.112500', '113424.572500', '113425.032500', '113425.492500', '113425.952500', '113426.412500', '113426.872500', '113427.332500', '113427.792500', '113428.252500', '113428.712500', '113429.172500', '113429.632500', '113430.092500', '113430.552500', '113431.012500', '113431.472500', '113431.932500', '113432.392500', '113432.852500', '113433.312500', '113433.772500', '113434.232500', '113434.692500', '113435.152500', '113435.612500', '113436.072500', '113436.532500', '113436.992500', '113437.452500', '113437.912500', '113438.372500', '113438.832500', '113439.292500', '113439.752500', '113440.212500', '113440.672500', '113441.132500', '113441.592500', '113442.052500', '113442.512500', '113442.972500', '113443.432500', '113443.892500', '113444.352500', '113444.812500', '113445.272500', '113445.732500', '113446.192500', '113446.652500', '113447.112500', '113447.572500', '113448.032500', '113448.492500', '113448.952500', '113449.412500', '113449.872500', '113450.332500', '113450.792500', '113451.252500', '113451.712500', '113452.172500', '113452.632500', '113453.092500', '113453.552500', '113454.012500', '113454.472500', '113454.932500', '113455.392500', '113455.852500', '113456.312500', '113456.772500', '113457.232500', '113457.692500', '113458.152500', '113458.612500', '113459.072500', '113459.532500', '113459.992500', '113500.452500', '113500.912500', '113501.372500', '113501.832500', '113502.292500'], 'ContentTime': ['112841.725000', '112841.729000', '112841.731000', '112841.734000', '112841.737000', '112841.739000', '112841.742000', '112841.744000', '112841.747000', '112841.749000', '112841.752000', '112841.754000', '112841.757000', '112841.760000', '112841.762000', '112841.765000', '112841.767000', '112841.770000', '112841.772000', '112841.775000', '112841.778000', '112841.780000', '112841.786000', '112841.789000', '112841.792000', '112841.794000', '112841.797000', '112841.799000', '112841.802000', '112841.804000', '112841.807000', '112841.810000', '112841.812000', '112841.815000', '112841.817000', '112841.820000', '112841.822000', '112841.825000', '112841.827000', '112841.830000', '112841.832000', '112841.835000', '112901.697000', '112901.699000', '112901.702000', '112901.705000', '112901.707000', '112901.710000', '112901.712000', '112901.715000', '112901.717000', '112901.720000', '112901.722000', '112901.725000', '112901.727000', '112901.730000', '112901.733000', '112901.735000', '112901.738000', '112901.740000', '112901.743000', '112901.746000', '112901.748000', '112901.751000', '112901.753000', '112901.756000', '112901.759000', '112901.761000', '112901.764000', '112901.766000', '112901.769000', '112901.772000', '112901.774000', '112901.777000', '112901.779000', '112901.782000', '112901.784000', '112901.787000', '112901.789000', '112901.792000', '112901.794000', '112901.797000', '112901.800000', '112901.802000', '112901.822000', '112921.697000', '112921.699000', '112921.702000', '112921.705000', '112921.707000', '112921.710000', '112921.712000', '112921.715000', '112921.717000', '112921.720000', '112921.722000', '112921.725000', '112921.728000', '112921.730000', '112921.733000', '112921.735000', '112921.738000', '112921.740000', '112921.743000', '112921.746000', '112921.748000', '112921.751000', '112921.754000', '112921.757000', '112921.760000', '112921.763000', '112921.765000', '112921.768000', '112921.770000', '112921.773000', '112921.776000', '112921.778000', '112921.781000', '112921.783000', '112921.786000', '112921.791000', '112921.793000', '112921.796000', '112921.799000', '112921.801000', '112921.804000', '112921.806000', '112921.809000', '112941.697000', '112941.699000', '112941.702000', '112941.705000', '112941.707000', '112941.710000', '112941.712000', '112941.715000', '112941.717000', '112941.720000', '112941.723000', '112941.725000', '112941.728000', '112941.730000', '112941.733000', '112941.736000', '112941.738000', '112941.741000', '112941.743000', '112941.746000', '112941.749000', '112941.751000', '112941.754000', '112941.756000', '112941.759000', '112941.761000', '112941.764000', '112941.767000', '112941.769000', '112941.772000', '112941.774000', '112941.777000', '112941.780000', '112941.782000', '112941.788000', '112941.790000', '112941.793000', '112941.795000', '112941.798000', '112941.800000', '112941.803000', '112941.806000', '112941.808000', '112941.811000', '113001.696000', '113001.699000', '113001.702000', '113001.705000', '113001.707000', '113001.710000', '113001.713000', '113001.715000', '113001.718000', '113001.720000', '113001.723000', '113001.726000', '113001.728000', '113001.731000', '113001.733000', '113001.736000', '113001.738000', '113001.741000', '113001.744000', '113001.746000', '113001.749000', '113001.751000', '113001.754000', '113001.756000', '113001.759000', '113001.762000', '113001.764000', '113001.767000', '113001.770000', '113001.772000', '113001.775000', '113001.777000', '113001.780000', '113001.782000', '113001.785000', '113001.787000', '113001.790000', '113001.793000', '113001.795000', '113001.798000', '113001.801000', '113001.803000', '113001.806000', '113001.808000', '113021.696000', '113021.698000', '113021.701000', '113021.704000', '113021.706000', '113021.709000', '113021.711000', '113021.714000', '113021.717000', '113021.719000', '113021.722000', '113021.725000', '113021.727000', '113021.730000', '113021.732000', '113021.735000', '113021.737000', '113021.740000', '113021.742000', '113021.745000', '113021.748000', '113021.750000', '113021.753000', '113021.755000', '113021.758000', '113021.761000', '113021.763000', '113021.766000', '113021.768000', '113021.771000', '113021.773000', '113021.776000', '113021.779000', '113021.781000', '113021.784000', '113021.786000', '113021.789000', '113021.791000', '113021.794000', '113021.797000', '113021.799000', '113021.802000', '113021.805000', '113041.696000', '113041.698000', '113041.701000', '113041.704000', '113041.706000', '113041.709000', '113041.711000', '113041.714000', '113041.716000', '113041.728000', '113041.730000', '113041.733000', '113041.735000', '113041.738000', '113041.741000', '113041.743000', '113041.746000', '113041.748000', '113041.751000', '113041.753000', '113041.756000', '113041.758000', '113041.761000', '113041.764000', '113041.766000', '113041.769000', '113041.772000', '113041.774000', '113041.777000', '113041.779000', '113041.782000', '113041.784000', '113041.787000', '113041.789000', '113041.792000', '113041.795000', '113041.797000', '113041.800000', '113041.802000', '113041.805000', '113041.808000', '113041.810000', '113041.813000', '113041.815000', '113101.697000', '113101.699000', '113101.702000', '113101.704000', '113101.707000', '113101.710000', '113101.712000', '113101.715000', '113101.718000', '113101.720000', '113101.723000', '113101.725000', '113101.728000', '113101.730000', '113101.733000', '113101.736000', '113101.738000', '113101.741000', '113101.743000', '113101.746000', '113101.748000', '113101.751000', '113101.753000', '113101.756000', '113101.759000', '113101.761000', '113101.764000', '113101.766000', '113101.769000', '113101.771000', '113101.774000', '113101.777000', '113101.779000', '113101.782000', '113101.784000', '113101.787000', '113101.789000', '113101.792000', '113101.795000', '113101.797000', '113101.800000', '113101.802000', '113101.805000', '113121.697000', '113121.700000', '113121.702000', '113121.705000', '113121.707000', '113121.710000', '113121.712000', '113121.715000', '113121.718000', '113121.720000', '113121.723000', '113121.726000', '113121.728000', '113121.731000', '113121.733000', '113121.736000', '113121.738000', '113121.741000', '113121.744000', '113121.746000', '113121.749000', '113121.752000', '113121.754000', '113121.757000', '113121.760000', '113121.762000', '113121.765000', '113121.767000', '113121.770000', '113121.773000', '113121.775000', '113121.778000', '113121.780000', '113121.783000', '113121.786000', '113121.788000', '113121.791000', '113121.793000', '113121.796000', '113121.799000', '113121.801000', '113121.804000', '113121.806000', '113121.809000', '113141.697000', '113141.700000', '113141.702000', '113141.705000', '113141.708000', '113141.710000', '113141.713000', '113141.715000', '113141.718000', '113141.721000', '113141.723000', '113141.726000', '113141.728000', '113141.731000', '113141.733000', '113141.736000', '113141.739000', '113141.741000', '113141.744000', '113141.746000', '113141.749000', '113141.752000', '113141.754000', '113141.757000', '113141.759000', '113141.762000', '113141.765000', '113141.767000', '113141.770000', '113141.772000', '113141.775000', '113141.777000', '113141.780000', '113141.783000', '113141.785000', '113141.788000', '113141.790000', '113141.793000', '113141.796000', '113141.798000', '113141.801000', '113141.804000', '113141.806000', '113201.697000', '113201.700000', '113201.702000', '113201.705000', '113201.707000', '113201.710000', '113201.713000', '113201.715000', '113201.718000', '113201.720000', '113201.723000', '113201.726000', '113201.728000', '113201.731000', '113201.734000', '113201.736000', '113201.739000', '113201.741000', '113201.744000', '113201.746000', '113201.749000', '113201.752000', '113201.754000', '113201.757000', '113201.759000', '113201.762000', '113201.764000', '113201.767000', '113201.770000', '113201.772000', '113201.775000', '113201.777000', '113201.780000', '113201.783000', '113201.794000', '113201.797000', '113201.800000', '113201.802000', '113201.805000', '113201.807000', '113201.810000', '113201.813000', '113201.815000', '113201.818000', '113221.697000', '113221.699000', '113221.702000', '113221.705000', '113221.707000', '113221.710000', '113221.713000', '113221.715000', '113221.718000', '113221.720000', '113221.723000', '113221.725000', '113221.728000', '113221.731000', '113221.733000', '113221.736000', '113221.739000', '113221.741000', '113221.744000', '113221.746000', '113221.749000', '113221.752000', '113221.754000', '113221.757000', '113221.759000', '113221.762000', '113221.764000', '113221.767000', '113221.770000', '113221.772000', '113221.775000', '113221.777000', '113221.780000', '113221.783000', '113221.785000', '113221.788000', '113221.790000', '113221.793000', '113221.795000', '113221.798000', '113221.801000', '113221.803000', '113221.806000', '113241.696000', '113241.699000', '113241.701000', '113241.704000', '113241.707000', '113241.710000', '113241.712000', '113241.715000', '113241.717000', '113241.720000', '113241.723000', '113241.725000', '113241.728000', '113241.731000', '113241.734000', '113241.737000', '113241.740000', '113241.742000', '113241.745000', '113241.748000', '113241.750000', '113241.753000', '113241.755000', '113241.758000', '113241.761000', '113241.763000', '113241.766000', '113241.768000', '113241.771000', '113241.774000', '113241.776000', '113241.779000', '113241.781000', '113241.784000', '113241.787000', '113241.789000', '113241.792000', '113241.795000', '113241.797000', '113241.800000', '113241.803000', '113241.805000', '113241.808000', '113301.696000', '113301.699000', '113301.701000', '113301.704000', '113301.707000', '113301.709000', '113301.712000', '113301.714000', '113301.717000', '113301.720000', '113301.722000', '113301.725000', '113301.727000', '113301.730000', '113301.732000', '113301.735000', '113301.738000', '113301.740000', '113301.743000', '113301.746000', '113301.748000', '113301.751000', '113301.753000', '113301.756000', '113301.758000', '113301.761000', '113301.763000', '113301.766000', '113301.769000', '113301.771000', '113301.774000', '113301.776000', '113301.779000', '113301.782000', '113301.784000', '113301.787000', '113301.789000', '113301.792000', '113301.795000', '113301.797000', '113301.800000', '113301.802000', '113301.805000', '113301.807000', '113321.697000', '113321.699000', '113321.702000', '113321.705000', '113321.707000', '113321.710000', '113321.713000', '113321.715000', '113321.718000', '113321.720000', '113321.723000', '113321.726000', '113321.728000', '113321.731000', '113321.733000', '113321.736000', '113321.739000', '113321.741000', '113321.744000', '113321.747000', '113321.749000', '113321.752000', '113321.754000', '113321.757000', '113321.759000', '113321.762000', '113321.765000', '113321.767000', '113321.770000', '113321.772000', '113321.775000', '113321.778000', '113321.780000', '113321.783000', '113321.786000', '113321.788000', '113321.791000', '113321.793000', '113321.796000', '113321.799000', '113321.801000', '113321.804000', '113321.806000', '113321.809000', '113341.697000', '113341.712000', '113341.715000', '113341.717000', '113341.720000', '113341.723000', '113341.725000', '113341.728000', '113341.730000', '113341.733000', '113341.735000', '113341.738000', '113341.741000', '113341.743000', '113341.746000', '113341.748000', '113341.751000', '113341.754000', '113341.756000', '113341.759000', '113341.762000', '113341.764000', '113341.767000', '113341.769000', '113341.772000', '113341.774000', '113341.777000', '113341.780000', '113341.782000', '113341.785000', '113341.787000', '113341.790000', '113341.793000', '113341.795000', '113341.798000', '113341.800000', '113341.803000', '113341.806000', '113341.808000', '113341.811000', '113341.813000', '113341.816000', '113341.818000', '113401.697000', '113401.700000', '113401.702000', '113401.705000', '113401.708000', '113401.710000', '113401.713000', '113401.715000', '113401.718000', '113401.721000', '113401.723000', '113401.726000', '113401.728000', '113401.731000', '113401.734000', '113401.736000', '113401.739000', '113401.741000', '113401.746000', '113401.748000', '113401.751000', '113401.754000', '113401.756000', '113401.759000', '113401.761000', '113401.764000', '113401.766000', '113401.769000', '113401.773000', '113401.776000', '113401.779000', '113401.781000', '113401.784000', '113401.786000', '113401.789000', '113401.792000', '113401.794000', '113401.797000', '113401.799000', '113401.802000', '113401.805000', '113401.807000', '113401.810000', '113421.697000', '113421.700000', '113421.702000', '113421.705000', '113421.707000', '113421.710000', '113421.712000', '113421.715000', '113421.717000', '113421.720000', '113421.723000', '113421.725000', '113421.728000', '113421.730000', '113421.733000', '113421.736000', '113421.738000', '113421.741000', '113421.743000', '113421.746000', '113421.749000', '113421.751000', '113421.754000', '113421.756000', '113421.759000', '113421.761000', '113421.764000', '113421.767000', '113421.769000', '113421.772000', '113421.775000', '113421.777000', '113421.780000', '113421.782000', '113421.785000', '113421.787000', '113421.790000', '113421.793000', '113421.795000', '113421.798000', '113421.800000', '113421.803000', '113421.805000', '113421.808000', '113441.697000', '113441.700000', '113441.702000', '113441.705000', '113441.707000', '113441.710000', '113441.713000', '113441.715000', '113441.718000', '113441.720000', '113441.723000', '113441.725000', '113441.728000', '113441.731000', '113441.733000', '113441.736000', '113441.738000', '113441.741000', '113441.744000', '113441.746000', '113441.749000', '113441.751000', '113441.754000', '113441.757000', '113441.759000', '113441.762000', '113441.764000', '113441.767000', '113441.770000', '113441.772000', '113441.775000', '113441.777000', '113441.780000', '113441.783000', '113441.785000', '113441.788000', '113441.790000', '113441.793000', '113441.796000', '113441.798000', '113441.801000', '113441.804000', '113441.806000', '113501.696000', '113501.699000', '113501.701000', '113501.704000', '113501.707000', '113501.709000', '113501.712000', '113501.714000', '113501.717000', '113501.720000', '113501.722000', '113501.725000', '113501.727000', '113501.740000', '113501.743000', '113501.745000', '113501.748000', '113501.751000', '113501.753000', '113501.756000', '113501.758000', '113501.761000', '113501.764000', '113501.766000', '113501.769000', '113501.771000', '113501.774000', '113501.777000', '113501.779000', '113501.782000', '113501.784000', '113501.787000', '113501.790000', '113501.792000', '113501.795000', '113501.797000', '113501.800000', '113501.803000', '113501.805000', '113501.808000', '113501.810000', '113501.813000', '113501.816000', '113501.818000', '113503.364000', '113503.366000', '113503.369000', '113503.372000'], 'InstanceCreationTime': ['112841.725000', '112841.729000', '112841.731000', '112841.734000', '112841.737000', '112841.739000', '112841.742000', '112841.744000', '112841.747000', '112841.749000', '112841.752000', '112841.754000', '112841.757000', '112841.760000', '112841.762000', '112841.765000', '112841.767000', '112841.770000', '112841.772000', '112841.775000', '112841.778000', '112841.780000', '112841.786000', '112841.789000', '112841.792000', '112841.794000', '112841.797000', '112841.799000', '112841.802000', '112841.804000', '112841.807000', '112841.810000', '112841.812000', '112841.815000', '112841.817000', '112841.820000', '112841.822000', '112841.825000', '112841.827000', '112841.830000', '112841.832000', '112841.835000', '112901.697000', '112901.699000', '112901.702000', '112901.705000', '112901.707000', '112901.710000', '112901.712000', '112901.715000', '112901.717000', '112901.720000', '112901.722000', '112901.725000', '112901.727000', '112901.730000', '112901.733000', '112901.735000', '112901.738000', '112901.740000', '112901.743000', '112901.746000', '112901.748000', '112901.751000', '112901.753000', '112901.756000', '112901.759000', '112901.761000', '112901.764000', '112901.766000', '112901.769000', '112901.772000', '112901.774000', '112901.777000', '112901.779000', '112901.782000', '112901.784000', '112901.787000', '112901.789000', '112901.792000', '112901.794000', '112901.797000', '112901.800000', '112901.802000', '112901.822000', '112921.697000', '112921.699000', '112921.702000', '112921.705000', '112921.707000', '112921.710000', '112921.712000', '112921.715000', '112921.717000', '112921.720000', '112921.722000', '112921.725000', '112921.728000', '112921.730000', '112921.733000', '112921.735000', '112921.738000', '112921.740000', '112921.743000', '112921.746000', '112921.748000', '112921.751000', '112921.754000', '112921.757000', '112921.760000', '112921.763000', '112921.765000', '112921.768000', '112921.770000', '112921.773000', '112921.776000', '112921.778000', '112921.781000', '112921.783000', '112921.786000', '112921.791000', '112921.793000', '112921.796000', '112921.799000', '112921.801000', '112921.804000', '112921.806000', '112921.809000', '112941.697000', '112941.699000', '112941.702000', '112941.705000', '112941.707000', '112941.710000', '112941.712000', '112941.715000', '112941.717000', '112941.720000', '112941.723000', '112941.725000', '112941.728000', '112941.730000', '112941.733000', '112941.736000', '112941.738000', '112941.741000', '112941.743000', '112941.746000', '112941.749000', '112941.751000', '112941.754000', '112941.756000', '112941.759000', '112941.761000', '112941.764000', '112941.767000', '112941.769000', '112941.772000', '112941.774000', '112941.777000', '112941.780000', '112941.782000', '112941.788000', '112941.790000', '112941.793000', '112941.795000', '112941.798000', '112941.800000', '112941.803000', '112941.806000', '112941.808000', '112941.811000', '113001.696000', '113001.699000', '113001.702000', '113001.705000', '113001.707000', '113001.710000', '113001.713000', '113001.715000', '113001.718000', '113001.720000', '113001.723000', '113001.726000', '113001.728000', '113001.731000', '113001.733000', '113001.736000', '113001.738000', '113001.741000', '113001.744000', '113001.746000', '113001.749000', '113001.751000', '113001.754000', '113001.756000', '113001.759000', '113001.762000', '113001.764000', '113001.767000', '113001.770000', '113001.772000', '113001.775000', '113001.777000', '113001.780000', '113001.782000', '113001.785000', '113001.787000', '113001.790000', '113001.793000', '113001.795000', '113001.798000', '113001.801000', '113001.803000', '113001.806000', '113001.808000', '113021.696000', '113021.698000', '113021.701000', '113021.704000', '113021.706000', '113021.709000', '113021.711000', '113021.714000', '113021.717000', '113021.719000', '113021.722000', '113021.725000', '113021.727000', '113021.730000', '113021.732000', '113021.735000', '113021.737000', '113021.740000', '113021.742000', '113021.745000', '113021.748000', '113021.750000', '113021.753000', '113021.755000', '113021.758000', '113021.761000', '113021.763000', '113021.766000', '113021.768000', '113021.771000', '113021.773000', '113021.776000', '113021.779000', '113021.781000', '113021.784000', '113021.786000', '113021.789000', '113021.791000', '113021.794000', '113021.797000', '113021.799000', '113021.802000', '113021.805000', '113041.696000', '113041.698000', '113041.701000', '113041.704000', '113041.706000', '113041.709000', '113041.711000', '113041.714000', '113041.716000', '113041.728000', '113041.730000', '113041.733000', '113041.735000', '113041.738000', '113041.741000', '113041.743000', '113041.746000', '113041.748000', '113041.751000', '113041.753000', '113041.756000', '113041.758000', '113041.761000', '113041.764000', '113041.766000', '113041.769000', '113041.772000', '113041.774000', '113041.777000', '113041.779000', '113041.782000', '113041.784000', '113041.787000', '113041.789000', '113041.792000', '113041.795000', '113041.797000', '113041.800000', '113041.802000', '113041.805000', '113041.808000', '113041.810000', '113041.813000', '113041.815000', '113101.697000', '113101.699000', '113101.702000', '113101.704000', '113101.707000', '113101.710000', '113101.712000', '113101.715000', '113101.718000', '113101.720000', '113101.723000', '113101.725000', '113101.728000', '113101.730000', '113101.733000', '113101.736000', '113101.738000', '113101.741000', '113101.743000', '113101.746000', '113101.748000', '113101.751000', '113101.753000', '113101.756000', '113101.759000', '113101.761000', '113101.764000', '113101.766000', '113101.769000', '113101.771000', '113101.774000', '113101.777000', '113101.779000', '113101.782000', '113101.784000', '113101.787000', '113101.789000', '113101.792000', '113101.795000', '113101.797000', '113101.800000', '113101.802000', '113101.805000', '113121.697000', '113121.700000', '113121.702000', '113121.705000', '113121.707000', '113121.710000', '113121.712000', '113121.715000', '113121.718000', '113121.720000', '113121.723000', '113121.726000', '113121.728000', '113121.731000', '113121.733000', '113121.736000', '113121.738000', '113121.741000', '113121.744000', '113121.746000', '113121.749000', '113121.752000', '113121.754000', '113121.757000', '113121.760000', '113121.762000', '113121.765000', '113121.767000', '113121.770000', '113121.773000', '113121.775000', '113121.778000', '113121.780000', '113121.783000', '113121.786000', '113121.788000', '113121.791000', '113121.793000', '113121.796000', '113121.799000', '113121.801000', '113121.804000', '113121.806000', '113121.809000', '113141.697000', '113141.700000', '113141.702000', '113141.705000', '113141.708000', '113141.710000', '113141.713000', '113141.715000', '113141.718000', '113141.721000', '113141.723000', '113141.726000', '113141.728000', '113141.731000', '113141.733000', '113141.736000', '113141.739000', '113141.741000', '113141.744000', '113141.746000', '113141.749000', '113141.752000', '113141.754000', '113141.757000', '113141.759000', '113141.762000', '113141.765000', '113141.767000', '113141.770000', '113141.772000', '113141.775000', '113141.777000', '113141.780000', '113141.783000', '113141.785000', '113141.788000', '113141.790000', '113141.793000', '113141.796000', '113141.798000', '113141.801000', '113141.804000', '113141.806000', '113201.697000', '113201.700000', '113201.702000', '113201.705000', '113201.707000', '113201.710000', '113201.713000', '113201.715000', '113201.718000', '113201.720000', '113201.723000', '113201.726000', '113201.728000', '113201.731000', '113201.734000', '113201.736000', '113201.739000', '113201.741000', '113201.744000', '113201.746000', '113201.749000', '113201.752000', '113201.754000', '113201.757000', '113201.759000', '113201.762000', '113201.764000', '113201.767000', '113201.770000', '113201.772000', '113201.775000', '113201.777000', '113201.780000', '113201.783000', '113201.794000', '113201.797000', '113201.800000', '113201.802000', '113201.805000', '113201.807000', '113201.810000', '113201.813000', '113201.815000', '113201.818000', '113221.697000', '113221.699000', '113221.702000', '113221.705000', '113221.707000', '113221.710000', '113221.713000', '113221.715000', '113221.718000', '113221.720000', '113221.723000', '113221.725000', '113221.728000', '113221.731000', '113221.733000', '113221.736000', '113221.739000', '113221.741000', '113221.744000', '113221.746000', '113221.749000', '113221.752000', '113221.754000', '113221.757000', '113221.759000', '113221.762000', '113221.764000', '113221.767000', '113221.770000', '113221.772000', '113221.775000', '113221.777000', '113221.780000', '113221.783000', '113221.785000', '113221.788000', '113221.790000', '113221.793000', '113221.795000', '113221.798000', '113221.801000', '113221.803000', '113221.806000', '113241.696000', '113241.699000', '113241.701000', '113241.704000', '113241.707000', '113241.710000', '113241.712000', '113241.715000', '113241.717000', '113241.720000', '113241.723000', '113241.725000', '113241.728000', '113241.731000', '113241.734000', '113241.737000', '113241.740000', '113241.742000', '113241.745000', '113241.748000', '113241.750000', '113241.753000', '113241.755000', '113241.758000', '113241.761000', '113241.763000', '113241.766000', '113241.768000', '113241.771000', '113241.774000', '113241.776000', '113241.779000', '113241.781000', '113241.784000', '113241.787000', '113241.789000', '113241.792000', '113241.795000', '113241.797000', '113241.800000', '113241.803000', '113241.805000', '113241.808000', '113301.696000', '113301.699000', '113301.701000', '113301.704000', '113301.707000', '113301.709000', '113301.712000', '113301.714000', '113301.717000', '113301.720000', '113301.722000', '113301.725000', '113301.727000', '113301.730000', '113301.732000', '113301.735000', '113301.738000', '113301.740000', '113301.743000', '113301.746000', '113301.748000', '113301.751000', '113301.753000', '113301.756000', '113301.758000', '113301.761000', '113301.763000', '113301.766000', '113301.769000', '113301.771000', '113301.774000', '113301.776000', '113301.779000', '113301.782000', '113301.784000', '113301.787000', '113301.789000', '113301.792000', '113301.795000', '113301.797000', '113301.800000', '113301.802000', '113301.805000', '113301.807000', '113321.697000', '113321.699000', '113321.702000', '113321.705000', '113321.707000', '113321.710000', '113321.713000', '113321.715000', '113321.718000', '113321.720000', '113321.723000', '113321.726000', '113321.728000', '113321.731000', '113321.733000', '113321.736000', '113321.739000', '113321.741000', '113321.744000', '113321.747000', '113321.749000', '113321.752000', '113321.754000', '113321.757000', '113321.759000', '113321.762000', '113321.765000', '113321.767000', '113321.770000', '113321.772000', '113321.775000', '113321.778000', '113321.780000', '113321.783000', '113321.786000', '113321.788000', '113321.791000', '113321.793000', '113321.796000', '113321.799000', '113321.801000', '113321.804000', '113321.806000', '113321.809000', '113341.697000', '113341.712000', '113341.715000', '113341.717000', '113341.720000', '113341.723000', '113341.725000', '113341.728000', '113341.730000', '113341.733000', '113341.735000', '113341.738000', '113341.741000', '113341.743000', '113341.746000', '113341.748000', '113341.751000', '113341.754000', '113341.756000', '113341.759000', '113341.762000', '113341.764000', '113341.767000', '113341.769000', '113341.772000', '113341.774000', '113341.777000', '113341.780000', '113341.782000', '113341.785000', '113341.787000', '113341.790000', '113341.793000', '113341.795000', '113341.798000', '113341.800000', '113341.803000', '113341.806000', '113341.808000', '113341.811000', '113341.813000', '113341.816000', '113341.818000', '113401.697000', '113401.700000', '113401.702000', '113401.705000', '113401.708000', '113401.710000', '113401.713000', '113401.715000', '113401.718000', '113401.721000', '113401.723000', '113401.726000', '113401.728000', '113401.731000', '113401.734000', '113401.736000', '113401.739000', '113401.741000', '113401.746000', '113401.748000', '113401.751000', '113401.754000', '113401.756000', '113401.759000', '113401.761000', '113401.764000', '113401.766000', '113401.769000', '113401.773000', '113401.776000', '113401.779000', '113401.781000', '113401.784000', '113401.786000', '113401.789000', '113401.792000', '113401.794000', '113401.797000', '113401.799000', '113401.802000', '113401.805000', '113401.807000', '113401.810000', '113421.697000', '113421.700000', '113421.702000', '113421.705000', '113421.707000', '113421.710000', '113421.712000', '113421.715000', '113421.717000', '113421.720000', '113421.723000', '113421.725000', '113421.728000', '113421.730000', '113421.733000', '113421.736000', '113421.738000', '113421.741000', '113421.743000', '113421.746000', '113421.749000', '113421.751000', '113421.754000', '113421.756000', '113421.759000', '113421.761000', '113421.764000', '113421.767000', '113421.769000', '113421.772000', '113421.775000', '113421.777000', '113421.780000', '113421.782000', '113421.785000', '113421.787000', '113421.790000', '113421.793000', '113421.795000', '113421.798000', '113421.800000', '113421.803000', '113421.805000', '113421.808000', '113441.697000', '113441.700000', '113441.702000', '113441.705000', '113441.707000', '113441.710000', '113441.713000', '113441.715000', '113441.718000', '113441.720000', '113441.723000', '113441.725000', '113441.728000', '113441.731000', '113441.733000', '113441.736000', '113441.738000', '113441.741000', '113441.744000', '113441.746000', '113441.749000', '113441.751000', '113441.754000', '113441.757000', '113441.759000', '113441.762000', '113441.764000', '113441.767000', '113441.770000', '113441.772000', '113441.775000', '113441.777000', '113441.780000', '113441.783000', '113441.785000', '113441.788000', '113441.790000', '113441.793000', '113441.796000', '113441.798000', '113441.801000', '113441.804000', '113441.806000', '113501.696000', '113501.699000', '113501.701000', '113501.704000', '113501.707000', '113501.709000', '113501.712000', '113501.714000', '113501.717000', '113501.720000', '113501.722000', '113501.725000', '113501.727000', '113501.740000', '113501.743000', '113501.745000', '113501.748000', '113501.751000', '113501.753000', '113501.756000', '113501.758000', '113501.761000', '113501.764000', '113501.766000', '113501.769000', '113501.771000', '113501.774000', '113501.777000', '113501.779000', '113501.782000', '113501.784000', '113501.787000', '113501.790000', '113501.792000', '113501.795000', '113501.797000', '113501.800000', '113501.803000', '113501.805000', '113501.808000', '113501.810000', '113501.813000', '113501.816000', '113501.818000', '113503.364000', '113503.366000', '113503.369000', '113503.372000'], '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], 'LargestImagePixelValue': [9756, 12777, 8053, 9567, 8312, 10171, 7315, 10736, 7537, 10489, 7928, 9393, 8712, 7976, 10040, 8254, 9351, 8284, 9075, 7650, 8731, 8662, 7550, 10848, 8101, 9016, 7054, 7516, 7174, 7632, 9602, 7091, 9492, 7486, 9217, 7350, 8455, 7135, 7289, 7288, 7061, 8847, 7271, 8938, 9527, 13694, 10360, 15283, 10559, 9021, 7973, 12644, 8054, 7982, 8312, 7456, 12085, 8178, 10287, 7855, 7451, 8015, 7511, 10110, 7642, 13731, 9186, 13805, 7918, 8849, 7130, 8094, 8740, 7172, 13692, 7629, 9900, 7827, 8167, 7871, 7307, 7817, 7572, 10847, 7969, 8786, 7863, 7941, 7947, 7404, 11353, 7381, 10944, 7476, 8074, 7151, 8073, 9731, 7224, 12585, 7454, 8558, 7923, 8986, 7538, 8781, 7659, 7513, 8587, 7359, 9191, 7752, 8052, 7568, 7892, 7404, 7609, 9150, 7953, 11978, 7728, 10873, 7717, 7554, 7443, 7122, 12445, 7537, 11965, 8067, 7879, 7892, 7481, 12003, 7880, 10448, 7831, 8133, 8512, 7286, 11045, 7881, 8764, 8251, 8376, 7851, 7489, 7358, 7460, 9014, 7813, 9273, 7929, 8379, 7727, 7534, 7725, 7520, 7611, 7424, 10798, 8216, 10190, 8077, 9539, 8294, 8356, 7835, 7688, 10781, 7686, 15359, 10330, 14720, 9826, 10475, 7371, 8018, 7875, 7434, 12111, 7699, 13429, 8994, 10520, 7312, 8077, 7822, 7454, 9229, 7445, 10585, 7881, 8880, 7560, 7353, 7300, 7189, 8763, 7754, 9370, 7670, 8218, 6971, 7326, 7276, 7397, 10197, 7703, 9695, 7239, 9039, 8342, 7516, 7226, 7801, 9448, 7826, 9474, 7839, 10012, 7177, 7515, 7595, 7657, 8504, 7662, 12131, 7916, 13029, 10224, 10949, 8299, 8175, 8320, 8392, 13951, 10140, 14211, 7965, 14054, 8411, 10890, 7504, 8722, 8879, 8161, 14924, 13401, 13904, 11425, 7022, 8043, 7093, 9827, 8690, 7454, 12748, 7542, 14157, 7927, 11816, 7658, 9411, 8475, 10356, 11670, 11640, 13849, 11698, 15525, 13456, 18514, 14123, 12365, 7961, 8286, 7209, 10045, 8172, 9404, 8118, 8708, 7634, 8581, 8152, 7742, 9575, 8223, 9377, 8364, 9003, 8498, 8860, 7772, 8778, 7844, 8320, 8984, 7606, 9746, 7556, 9585, 7496, 9074, 7704, 7855, 8515, 7272, 9526, 8274, 9023, 7361, 8358, 8138, 7997, 10499, 7801, 9785, 7601, 8007, 6923, 8614, 7789, 7800, 9641, 7410, 11685, 7416, 8344, 7126, 9255, 7084, 8133, 8480, 7483, 12793, 8682, 13311, 7384, 9534, 8314, 9226, 7576, 8578, 11990, 11252, 16993, 13924, 14611, 9180, 10201, 7446, 7661, 9140, 7494, 15639, 8482, 14362, 7249, 9278, 7369, 7691, 8449, 7315, 16580, 8689, 12877, 7167, 7541, 7162, 7135, 8101, 6807, 9883, 7103, 9531, 6950, 7825, 7245, 7036, 7666, 6787, 10182, 7050, 8234, 6918, 7244, 7043, 6868, 7290, 6567, 9852, 7003, 9528, 7012, 7665, 6924, 6819, 9761, 6748, 10359, 7570, 9761, 8217, 9717, 6858, 6888, 7447, 6763, 10163, 6904, 9815, 7302, 8798, 7889, 7861, 7253, 6615, 7839, 7056, 10096, 7350, 11280, 7598, 10171, 6864, 8454, 7091, 7740, 9021, 8227, 14070, 9348, 11386, 6987, 10428, 6976, 10070, 8238, 10584, 8928, 8898, 14251, 7975, 16025, 8471, 9972, 8227, 7776, 9453, 6740, 10964, 7144, 9256, 7470, 7740, 7497, 7568, 9835, 6968, 8230, 6833, 8246, 7330, 7921, 7214, 6944, 9778, 7217, 9949, 7238, 7078, 7089, 6880, 7086, 7166, 9289, 7207, 10004, 7592, 8169, 6875, 7200, 7657, 6832, 10361, 7580, 11906, 8022, 8117, 6727, 7254, 7246, 7520, 7270, 7830, 7829, 7359, 10508, 9770, 14603, 11174, 8405, 7436, 8172, 7249, 7045, 7954, 8458, 9909, 12691, 11119, 12050, 11890, 12573, 11828, 12389, 12348, 10081, 9667, 7420, 7450, 7145, 7124, 6730, 7175, 6794, 7303, 8017, 7343, 9749, 9515, 13024, 7984, 7216, 8001, 7575, 9947, 7559, 9374, 8011, 8125, 8086, 8364, 8085, 7680, 8065, 7747, 9504, 8196, 8943, 8221, 8486, 7778, 10437, 8340, 8244, 7340, 7420, 8612, 7336, 10773, 7538, 9511, 8024, 8135, 8218, 11662, 8245, 7442, 8245, 7648, 9714, 8067, 8956, 7845, 8154, 7821, 7460, 9445, 7339, 10139, 8019, 8313, 7141, 8190, 7598, 7722, 9456, 7461, 9487, 7885, 8337, 7251, 7886, 7155, 7488, 9017, 7193, 9019, 7687, 8466, 7331, 8248, 8288, 7539, 9509, 7294, 8731, 7050, 9220, 7054, 8509, 7786, 7435, 11186, 7472, 8768, 7399, 9601, 7387, 8062, 7712, 7657, 9379, 8609, 14763, 9882, 12793, 8381, 10775, 8216, 10362, 9664, 9586, 8026, 7321, 11117, 8071, 12250, 8104, 13154, 10990, 12097, 7760, 7104, 8127, 7707, 9204, 7674, 13252, 7986, 11274, 7876, 8008, 7853, 7660, 7944, 7547, 13321, 7587, 13949, 7674, 11905, 7447, 8817, 6873, 7427, 8785, 7347, 11217, 7883, 9919, 8081, 8139, 7963, 7828, 7523, 7707, 7920, 7502, 8306, 7742, 10882, 8042, 11268, 7915, 8659, 8237, 7684, 7974, 7709, 11978, 7340, 12875, 8869, 10265, 7706, 8190, 7633, 7437, 8373, 7515, 12600, 7281, 9285, 7705, 9679, 6881, 7123, 7754, 6999, 10088, 8284, 10492, 7509, 7550, 6796, 7271, 8894, 7166, 10787, 8008, 9775, 7866, 8795, 6673, 7478, 7056, 6895, 10216, 7796, 9904, 7029, 7630, 7165, 7149, 7995, 7089, 10506, 7158, 9015, 7186, 8177, 7920, 6842, 9111, 6674, 10638, 7500, 8651, 7170, 7693, 9127, 7857, 9219, 7079, 10917, 7383, 10287, 8022, 10552, 9031, 9756, 7084, 6713, 7113, 7087, 9782, 7165, 12972, 9025, 12447, 7378, 8996, 7390, 7998, 9482, 8850, 13653, 8191, 14141, 7966, 10737, 8402, 8982, 9140, 8163, 10807, 6799, 11433, 7132, 9495, 7417, 8307, 6905, 8669, 7139, 7508, 8211, 7139, 9313, 7497, 9983, 7536, 7747, 7316, 7779, 7173, 8768, 8014, 7043, 11375, 7145, 11579, 7414, 10385, 7531, 8400, 8918, 8607, 15102, 9394, 14983, 8547, 9269, 7377, 7644, 9758, 6877, 13279, 8322, 13417, 8325, 8235, 7776, 8096, 10527, 7696, 13032, 8220, 10385, 8163, 7613, 8436, 7557, 10260, 7560, 8428, 7908, 7573, 8335, 7604, 8770, 7787, 11569, 8521, 8933, 7829, 7616, 7854, 7927, 8991, 7945, 9264, 7693, 8448, 7949, 7500, 7729, 7729], 'WindowCenter': [4528.0, 4534.0, 4476.0, 4485.0, 4473.0, 4481.0, 4460.0, 4489.0, 4461.0, 4479.0, 4473.0, 4483.0, 4471.0, 4473.0, 4492.0, 4471.0, 4483.0, 4473.0, 4483.0, 4475.0, 4486.0, 4487.0, 4477.0, 4505.0, 4488.0, 4487.0, 4479.0, 4477.0, 4478.0, 4489.0, 4499.0, 4481.0, 4499.0, 4492.0, 4512.0, 4495.0, 4503.0, 4496.0, 4504.0, 4504.0, 4493.0, 4526.0, 4520.0, 4519.0, 4532.0, 4549.0, 4518.0, 4559.0, 4514.0, 4504.0, 4495.0, 4523.0, 4482.0, 4480.0, 4491.0, 4483.0, 4523.0, 4493.0, 4513.0, 4506.0, 4493.0, 4494.0, 4484.0, 4514.0, 4495.0, 4532.0, 4505.0, 4532.0, 4494.0, 4501.0, 4482.0, 4481.0, 4491.0, 4481.0, 4518.0, 4479.0, 4498.0, 4479.0, 4490.0, 4492.0, 4481.0, 4490.0, 4481.0, 4508.0, 4490.0, 4488.0, 4489.0, 4479.0, 4490.0, 4481.0, 4509.0, 4480.0, 4508.0, 4479.0, 4477.0, 4478.0, 4491.0, 4503.0, 4481.0, 4521.0, 4482.0, 4489.0, 4490.0, 4497.0, 4492.0, 4500.0, 4490.0, 4492.0, 4500.0, 4492.0, 4502.0, 4492.0, 4492.0, 4494.0, 4495.0, 4491.0, 4493.0, 4517.0, 4506.0, 4537.0, 4508.0, 4537.0, 4507.0, 4504.0, 4495.0, 4493.0, 4531.0, 4508.0, 4533.0, 4494.0, 4504.0, 4505.0, 4494.0, 4519.0, 4491.0, 4508.0, 4489.0, 4492.0, 4502.0, 4492.0, 4522.0, 4492.0, 4501.0, 4502.0, 4493.0, 4501.0, 4494.0, 4495.0, 4495.0, 4502.0, 4491.0, 4503.0, 4504.0, 4505.0, 4505.0, 4495.0, 4504.0, 4503.0, 4493.0, 4493.0, 4522.0, 4507.0, 4524.0, 4506.0, 4517.0, 4518.0, 4505.0, 4506.0, 4494.0, 4524.0, 4493.0, 4555.0, 4527.0, 4544.0, 4513.0, 4512.0, 4492.0, 4492.0, 4489.0, 4480.0, 4534.0, 4492.0, 4532.0, 4504.0, 4523.0, 4493.0, 4490.0, 4490.0, 4480.0, 4499.0, 4481.0, 4512.0, 4494.0, 4501.0, 4494.0, 4494.0, 4495.0, 4493.0, 4504.0, 4491.0, 4514.0, 4505.0, 4506.0, 4495.0, 4495.0, 4504.0, 4508.0, 4525.0, 4505.0, 4524.0, 4508.0, 4516.0, 4518.0, 4496.0, 4494.0, 4506.0, 4513.0, 4503.0, 4513.0, 4507.0, 4529.0, 4498.0, 4506.0, 4506.0, 4506.0, 4516.0, 4505.0, 4535.0, 4521.0, 4550.0, 4531.0, 4528.0, 4495.0, 4509.0, 4494.0, 4495.0, 4548.0, 4517.0, 4547.0, 4512.0, 4546.0, 4505.0, 4513.0, 4482.0, 4475.0, 4472.0, 4462.0, 4525.0, 4515.0, 4526.0, 4507.0, 4467.0, 4489.0, 4480.0, 4508.0, 4487.0, 4479.0, 4519.0, 4490.0, 4541.0, 4503.0, 4531.0, 4491.0, 4499.0, 4488.0, 4509.0, 4517.0, 4511.0, 4528.0, 4509.0, 4525.0, 4502.0, 4536.0, 4503.0, 4491.0, 4459.0, 4457.0, 4451.0, 4469.0, 4459.0, 4469.0, 4462.0, 4471.0, 4463.0, 4473.0, 4474.0, 4463.0, 4486.0, 4475.0, 4484.0, 4476.0, 4485.0, 4486.0, 4486.0, 4477.0, 4488.0, 4476.0, 4478.0, 4487.0, 4477.0, 4498.0, 4479.0, 4497.0, 4478.0, 4499.0, 4491.0, 4494.0, 4503.0, 4493.0, 4513.0, 4503.0, 4504.0, 4493.0, 4502.0, 4504.0, 4504.0, 4526.0, 4507.0, 4516.0, 4504.0, 4502.0, 4493.0, 4502.0, 4505.0, 4504.0, 4526.0, 4507.0, 4548.0, 4508.0, 4506.0, 4509.0, 4526.0, 4513.0, 4520.0, 4529.0, 4508.0, 4561.0, 4528.0, 4560.0, 4521.0, 4538.0, 4521.0, 4517.0, 4504.0, 4517.0, 4549.0, 4544.0, 4578.0, 4555.0, 4550.0, 4508.0, 4516.0, 4497.0, 4498.0, 4517.0, 4496.0, 4559.0, 4507.0, 4558.0, 4497.0, 4505.0, 4484.0, 4482.0, 4491.0, 4484.0, 4555.0, 4495.0, 4523.0, 4484.0, 4481.0, 4471.0, 4469.0, 4491.0, 4471.0, 4503.0, 4483.0, 4502.0, 4484.0, 4480.0, 4483.0, 4481.0, 4478.0, 4473.0, 4513.0, 4485.0, 4504.0, 4495.0, 4482.0, 4494.0, 4484.0, 4496.0, 4497.0, 4527.0, 4497.0, 4517.0, 4498.0, 4507.0, 4496.0, 4495.0, 4525.0, 4496.0, 4528.0, 4508.0, 4527.0, 4520.0, 4528.0, 4497.0, 4497.0, 4507.0, 4498.0, 4526.0, 4497.0, 4526.0, 4509.0, 4518.0, 4509.0, 4519.0, 4511.0, 4499.0, 4508.0, 4509.0, 4537.0, 4509.0, 4541.0, 4520.0, 4539.0, 4510.0, 4517.0, 4506.0, 4506.0, 4515.0, 4519.0, 4558.0, 4527.0, 4540.0, 4508.0, 4536.0, 4495.0, 4524.0, 4506.0, 4522.0, 4516.0, 4514.0, 4544.0, 4503.0, 4553.0, 4492.0, 4509.0, 4489.0, 4490.0, 4511.0, 4481.0, 4509.0, 4480.0, 4499.0, 4489.0, 4492.0, 4493.0, 4492.0, 4526.0, 4493.0, 4506.0, 4493.0, 4505.0, 4494.0, 4503.0, 4492.0, 4493.0, 4527.0, 4508.0, 4527.0, 4508.0, 4495.0, 4507.0, 4495.0, 4497.0, 4496.0, 4528.0, 4509.0, 4528.0, 4520.0, 4518.0, 4508.0, 4508.0, 4508.0, 4497.0, 4540.0, 4519.0, 4548.0, 4521.0, 4520.0, 4510.0, 4505.0, 4521.0, 4518.0, 4492.0, 4501.0, 4489.0, 4490.0, 4494.0, 4503.0, 4563.0, 4529.0, 4523.0, 4512.0, 4524.0, 4489.0, 4500.0, 4487.0, 4514.0, 4524.0, 4530.0, 4518.0, 4518.0, 4516.0, 4516.0, 4518.0, 4543.0, 4543.0, 4522.0, 4495.0, 4462.0, 4463.0, 4465.0, 4461.0, 4467.0, 4478.0, 4481.0, 4492.0, 4487.0, 4504.0, 4496.0, 4497.0, 4516.0, 4484.0, 4472.0, 4474.0, 4474.0, 4491.0, 4474.0, 4494.0, 4488.0, 4487.0, 4487.0, 4489.0, 4487.0, 4486.0, 4486.0, 4487.0, 4507.0, 4498.0, 4498.0, 4501.0, 4513.0, 4494.0, 4524.0, 4492.0, 4490.0, 4477.0, 4488.0, 4499.0, 4490.0, 4521.0, 4502.0, 4525.0, 4501.0, 4489.0, 4499.0, 4519.0, 4488.0, 4488.0, 4498.0, 4489.0, 4509.0, 4500.0, 4499.0, 4500.0, 4500.0, 4488.0, 4488.0, 4511.0, 4487.0, 4507.0, 4499.0, 4498.0, 4492.0, 4501.0, 4501.0, 4503.0, 4522.0, 4505.0, 4525.0, 4503.0, 4501.0, 4502.0, 4502.0, 4492.0, 4505.0, 4515.0, 4503.0, 4513.0, 4516.0, 4517.0, 4507.0, 4518.0, 4517.0, 4518.0, 4538.0, 4507.0, 4517.0, 4508.0, 4530.0, 4497.0, 4514.0, 4507.0, 4506.0, 4538.0, 4506.0, 4518.0, 4506.0, 4526.0, 4507.0, 4514.0, 4516.0, 4517.0, 4531.0, 4517.0, 4575.0, 4518.0, 4523.0, 4509.0, 4513.0, 4506.0, 4517.0, 4515.0, 4517.0, 4508.0, 4497.0, 4525.0, 4492.0, 4524.0, 4495.0, 4535.0, 4516.0, 4524.0, 4494.0, 4482.0, 4493.0, 4481.0, 4503.0, 4495.0, 4532.0, 4493.0, 4513.0, 4493.0, 4492.0, 4480.0, 4480.0, 4482.0, 4481.0, 4533.0, 4493.0, 4532.0, 4481.0, 4509.0, 4479.0, 4488.0, 4470.0, 4467.0, 4489.0, 4480.0, 4508.0, 4482.0, 4499.0, 4490.0, 4490.0, 4492.0, 4492.0, 4492.0, 4494.0, 4493.0, 4493.0, 4503.0, 4494.0, 4528.0, 4509.0, 4538.0, 4506.0, 4504.0, 4506.0, 4494.0, 4505.0, 4495.0, 4535.0, 4495.0, 4537.0, 4519.0, 4526.0, 4506.0, 4505.0, 4506.0, 4496.0, 4508.0, 4496.0, 4547.0, 4506.0, 4531.0, 4508.0, 4515.0, 4494.0, 4491.0, 4492.0, 4479.0, 4514.0, 4506.0, 4526.0, 4496.0, 4503.0, 4495.0, 4494.0, 4513.0, 4492.0, 4522.0, 4506.0, 4526.0, 4508.0, 4518.0, 4497.0, 4506.0, 4506.0, 4504.0, 4526.0, 4505.0, 4522.0, 4498.0, 4508.0, 4506.0, 4508.0, 4520.0, 4511.0, 4538.0, 4508.0, 4524.0, 4508.0, 4518.0, 4520.0, 4510.0, 4532.0, 4510.0, 4537.0, 4509.0, 4517.0, 4509.0, 4507.0, 4529.0, 4520.0, 4529.0, 4509.0, 4537.0, 4508.0, 4527.0, 4518.0, 4538.0, 4530.0, 4527.0, 4508.0, 4494.0, 4498.0, 4495.0, 4528.0, 4498.0, 4559.0, 4517.0, 4548.0, 4504.0, 4515.0, 4496.0, 4501.0, 4513.0, 4515.0, 4545.0, 4505.0, 4543.0, 4505.0, 4520.0, 4502.0, 4500.0, 4500.0, 4490.0, 4522.0, 4481.0, 4518.0, 4481.0, 4499.0, 4478.0, 4488.0, 4481.0, 4502.0, 4480.0, 4491.0, 4504.0, 4493.0, 4513.0, 4495.0, 4525.0, 4519.0, 4508.0, 4507.0, 4506.0, 4506.0, 4518.0, 4516.0, 4507.0, 4549.0, 4508.0, 4538.0, 4507.0, 4526.0, 4507.0, 4506.0, 4516.0, 4515.0, 4558.0, 4514.0, 4554.0, 4504.0, 4513.0, 4492.0, 4493.0, 4512.0, 4483.0, 4546.0, 4519.0, 4549.0, 4495.0, 4482.0, 4470.0, 4480.0, 4510.0, 4483.0, 4534.0, 4506.0, 4514.0, 4505.0, 4494.0, 4493.0, 4492.0, 4512.0, 4492.0, 4491.0, 4492.0, 4493.0, 4504.0, 4496.0, 4516.0, 4499.0, 4524.0, 4508.0, 4504.0, 4496.0, 4494.0, 4494.0, 4496.0, 4507.0, 4506.0, 4516.0, 4509.0, 4507.0, 4520.0, 4509.0, 4507.0, 4495.0], 'WindowWidth': [9957.0, 9951.0, 9863.0, 9871.0, 9850.0, 9860.0, 9832.0, 9869.0, 9835.0, 9856.0, 9853.0, 9864.0, 9848.0, 9853.0, 9879.0, 9850.0, 9864.0, 9855.0, 9866.0, 9859.0, 9874.0, 9879.0, 9865.0, 9903.0, 9882.0, 9878.0, 9871.0, 9867.0, 9869.0, 9884.0, 9898.0, 9876.0, 9898.0, 9895.0, 9922.0, 9901.0, 9912.0, 9907.0, 9915.0, 9915.0, 9900.0, 9950.0, 9945.0, 9938.0, 9960.0, 9976.0, 9931.0, 9987.0, 9923.0, 9906.0, 9896.0, 9930.0, 9875.0, 9870.0, 9887.0, 9878.0, 9932.0, 9893.0, 9919.0, 9917.0, 9895.0, 9893.0, 9881.0, 9922.0, 9900.0, 9946.0, 9911.0, 9946.0, 9896.0, 9902.0, 9878.0, 9873.0, 9886.0, 9872.0, 9921.0, 9869.0, 9894.0, 9870.0, 9887.0, 9887.0, 9873.0, 9887.0, 9874.0, 9907.0, 9885.0, 9880.0, 9884.0, 9869.0, 9885.0, 9875.0, 9912.0, 9872.0, 9907.0, 9869.0, 9865.0, 9868.0, 9886.0, 9906.0, 9874.0, 9929.0, 9878.0, 9885.0, 9886.0, 9892.0, 9891.0, 9900.0, 9889.0, 9893.0, 9904.0, 9893.0, 9906.0, 9895.0, 9894.0, 9899.0, 9899.0, 9894.0, 9898.0, 9934.0, 9920.0, 9961.0, 9924.0, 9959.0, 9922.0, 9914.0, 9900.0, 9896.0, 9946.0, 9925.0, 9950.0, 9897.0, 9911.0, 9914.0, 9898.0, 9928.0, 9890.0, 9910.0, 9887.0, 9892.0, 9906.0, 9892.0, 9933.0, 9895.0, 9904.0, 9906.0, 9894.0, 9906.0, 9898.0, 9901.0, 9900.0, 9909.0, 9894.0, 9909.0, 9913.0, 9916.0, 9916.0, 9901.0, 9916.0, 9912.0, 9898.0, 9898.0, 9933.0, 9919.0, 9940.0, 9921.0, 9932.0, 9937.0, 9916.0, 9917.0, 9899.0, 9939.0, 9898.0, 9985.0, 9945.0, 9968.0, 9924.0, 9921.0, 9894.0, 9892.0, 9886.0, 9875.0, 9950.0, 9893.0, 9947.0, 9910.0, 9936.0, 9896.0, 9889.0, 9888.0, 9874.0, 9899.0, 9876.0, 9919.0, 9897.0, 9904.0, 9896.0, 9896.0, 9900.0, 9898.0, 9911.0, 9894.0, 9925.0, 9917.0, 9918.0, 9903.0, 9903.0, 9917.0, 9923.0, 9944.0, 9918.0, 9941.0, 9924.0, 9932.0, 9936.0, 9905.0, 9901.0, 9918.0, 9925.0, 9912.0, 9924.0, 9922.0, 9954.0, 9912.0, 9921.0, 9923.0, 9922.0, 9933.0, 9918.0, 9958.0, 9947.0, 9979.0, 9953.0, 9944.0, 9894.0, 9920.0, 9895.0, 9897.0, 9973.0, 9928.0, 9972.0, 9932.0, 9971.0, 9913.0, 9920.0, 9880.0, 9854.0, 9849.0, 9832.0, 9924.0, 9912.0, 9929.0, 9906.0, 9852.0, 9883.0, 9875.0, 9910.0, 9879.0, 9870.0, 9925.0, 9888.0, 9958.0, 9913.0, 9946.0, 9891.0, 9899.0, 9883.0, 9911.0, 9920.0, 9913.0, 9931.0, 9909.0, 9925.0, 9889.0, 9939.0, 9890.0, 9870.0, 9827.0, 9821.0, 9814.0, 9838.0, 9828.0, 9840.0, 9834.0, 9845.0, 9838.0, 9851.0, 9854.0, 9838.0, 9871.0, 9856.0, 9868.0, 9859.0, 9869.0, 9873.0, 9871.0, 9862.0, 9876.0, 9861.0, 9865.0, 9878.0, 9865.0, 9893.0, 9870.0, 9892.0, 9870.0, 9896.0, 9889.0, 9895.0, 9909.0, 9896.0, 9921.0, 9909.0, 9909.0, 9895.0, 9905.0, 9911.0, 9913.0, 9943.0, 9920.0, 9930.0, 9915.0, 9907.0, 9897.0, 9908.0, 9914.0, 9914.0, 9944.0, 9921.0, 9978.0, 9923.0, 9919.0, 9928.0, 9947.0, 9938.0, 9944.0, 9956.0, 9927.0, 10000.0, 9952.0, 9997.0, 9948.0, 9968.0, 9945.0, 9934.0, 9915.0, 9935.0, 9982.0, 9979.0, 10031.0, 9989.0, 9978.0, 9916.0, 9925.0, 9901.0, 9904.0, 9930.0, 9899.0, 9988.0, 9919.0, 9988.0, 9903.0, 9908.0, 9879.0, 9874.0, 9885.0, 9877.0, 9977.0, 9895.0, 9932.0, 9879.0, 9872.0, 9860.0, 9856.0, 9885.0, 9859.0, 9904.0, 9879.0, 9903.0, 9880.0, 9870.0, 9878.0, 9873.0, 9869.0, 9865.0, 9918.0, 9884.0, 9911.0, 9900.0, 9878.0, 9899.0, 9885.0, 9906.0, 9906.0, 9947.0, 9907.0, 9933.0, 9910.0, 9919.0, 9904.0, 9902.0, 9942.0, 9905.0, 9948.0, 9924.0, 9947.0, 9940.0, 9949.0, 9907.0, 9907.0, 9920.0, 9909.0, 9945.0, 9907.0, 9945.0, 9928.0, 9936.0, 9926.0, 9940.0, 9933.0, 9916.0, 9927.0, 9929.0, 9965.0, 9928.0, 9973.0, 9945.0, 9970.0, 9932.0, 9938.0, 9923.0, 9920.0, 9933.0, 9940.0, 9995.0, 9949.0, 9970.0, 9925.0, 9961.0, 9905.0, 9940.0, 9920.0, 9939.0, 9934.0, 9928.0, 9970.0, 9912.0, 9978.0, 9895.0, 9913.0, 9887.0, 9888.0, 9918.0, 9877.0, 9914.0, 9877.0, 9899.0, 9888.0, 9892.0, 9895.0, 9895.0, 9945.0, 9898.0, 9919.0, 9901.0, 9915.0, 9899.0, 9911.0, 9897.0, 9899.0, 9949.0, 9923.0, 9948.0, 9924.0, 9904.0, 9926.0, 9906.0, 9908.0, 9907.0, 9953.0, 9928.0, 9952.0, 9947.0, 9940.0, 9929.0, 9926.0, 9926.0, 9910.0, 9970.0, 9941.0, 9981.0, 9947.0, 9944.0, 9935.0, 9922.0, 9948.0, 9943.0, 9897.0, 9907.0, 9886.0, 9889.0, 9885.0, 9899.0, 9998.0, 9948.0, 9948.0, 9932.0, 9948.0, 9889.0, 9914.0, 9880.0, 9931.0, 9942.0, 9946.0, 9926.0, 9923.0, 9918.0, 9917.0, 9926.0, 9972.0, 9969.0, 9937.0, 9887.0, 9840.0, 9841.0, 9847.0, 9836.0, 9855.0, 9872.0, 9879.0, 9897.0, 9881.0, 9915.0, 9891.0, 9893.0, 9917.0, 9872.0, 9853.0, 9857.0, 9856.0, 9879.0, 9858.0, 9884.0, 9883.0, 9882.0, 9881.0, 9886.0, 9882.0, 9878.0, 9880.0, 9883.0, 9910.0, 9899.0, 9897.0, 9905.0, 9924.0, 9898.0, 9938.0, 9891.0, 9886.0, 9868.0, 9882.0, 9900.0, 9889.0, 9931.0, 9909.0, 9945.0, 9907.0, 9885.0, 9898.0, 9926.0, 9883.0, 9884.0, 9896.0, 9886.0, 9912.0, 9904.0, 9900.0, 9904.0, 9902.0, 9885.0, 9885.0, 9918.0, 9882.0, 9909.0, 9903.0, 9897.0, 9895.0, 9905.0, 9908.0, 9911.0, 9938.0, 9916.0, 9944.0, 9914.0, 9908.0, 9910.0, 9911.0, 9899.0, 9916.0, 9931.0, 9915.0, 9928.0, 9937.0, 9936.0, 9925.0, 9938.0, 9939.0, 9941.0, 9968.0, 9926.0, 9938.0, 9931.0, 9956.0, 9909.0, 9929.0, 9923.0, 9922.0, 9965.0, 9920.0, 9940.0, 9923.0, 9947.0, 9924.0, 9932.0, 9937.0, 9940.0, 9961.0, 9934.0, 10024.0, 9930.0, 9930.0, 9922.0, 9918.0, 9913.0, 9927.0, 9924.0, 9929.0, 9922.0, 9904.0, 9939.0, 9892.0, 9934.0, 9898.0, 9952.0, 9925.0, 9935.0, 9896.0, 9878.0, 9893.0, 9873.0, 9907.0, 9896.0, 9946.0, 9894.0, 9920.0, 9896.0, 9890.0, 9872.0, 9871.0, 9875.0, 9873.0, 9946.0, 9892.0, 9946.0, 9874.0, 9910.0, 9871.0, 9881.0, 9859.0, 9852.0, 9884.0, 9871.0, 9909.0, 9875.0, 9895.0, 9887.0, 9886.0, 9893.0, 9893.0, 9894.0, 9897.0, 9896.0, 9898.0, 9911.0, 9901.0, 9949.0, 9926.0, 9961.0, 9919.0, 9912.0, 9916.0, 9899.0, 9915.0, 9901.0, 9956.0, 9902.0, 9959.0, 9938.0, 9944.0, 9919.0, 9915.0, 9919.0, 9903.0, 9921.0, 9905.0, 9979.0, 9921.0, 9959.0, 9924.0, 9929.0, 9899.0, 9891.0, 9893.0, 9875.0, 9926.0, 9918.0, 9945.0, 9905.0, 9912.0, 9905.0, 9902.0, 9927.0, 9896.0, 9936.0, 9919.0, 9944.0, 9924.0, 9935.0, 9911.0, 9920.0, 9921.0, 9918.0, 9946.0, 9918.0, 9939.0, 9912.0, 9925.0, 9921.0, 9926.0, 9945.0, 9932.0, 9967.0, 9927.0, 9945.0, 9928.0, 9940.0, 9944.0, 9934.0, 9963.0, 9932.0, 9966.0, 9929.0, 9936.0, 9928.0, 9926.0, 9957.0, 9947.0, 9958.0, 9929.0, 9966.0, 9925.0, 9949.0, 9940.0, 9967.0, 9958.0, 9950.0, 9928.0, 9905.0, 9911.0, 9904.0, 9950.0, 9910.0, 9996.0, 9937.0, 9980.0, 9918.0, 9930.0, 9905.0, 9907.0, 9925.0, 9931.0, 9972.0, 9915.0, 9967.0, 9914.0, 9929.0, 9905.0, 9899.0, 9900.0, 9886.0, 9931.0, 9875.0, 9925.0, 9875.0, 9899.0, 9872.0, 9885.0, 9879.0, 9909.0, 9877.0, 9893.0, 9914.0, 9899.0, 9923.0, 9902.0, 9943.0, 9944.0, 9925.0, 9924.0, 9920.0, 9922.0, 9937.0, 9935.0, 9923.0, 9982.0, 9926.0, 9967.0, 9925.0, 9946.0, 9923.0, 9918.0, 9931.0, 9930.0, 9990.0, 9927.0, 9982.0, 9914.0, 9924.0, 9894.0, 9898.0, 9922.0, 9884.0, 9975.0, 9941.0, 9976.0, 9894.0, 9871.0, 9854.0, 9868.0, 9910.0, 9877.0, 9948.0, 9914.0, 9922.0, 9912.0, 9894.0, 9894.0, 9893.0, 9919.0, 9893.0, 9890.0, 9894.0, 9894.0, 9914.0, 9903.0, 9930.0, 9908.0, 9939.0, 9920.0, 9911.0, 9903.0, 9897.0, 9898.0, 9901.0, 9919.0, 9917.0, 9929.0, 9928.0, 9918.0, 9942.0, 9927.0, 9922.0, 9903.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.005204013761467889</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.05388562167431193</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.43882556135476</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.1473581204362793</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0514179187830088</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.512</td></tr>
|
|
<tr><td colspan=3>fber</td><td>6154.4492</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.18619142651908355</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>140</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>16.05504587155963</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5222021806740726</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3986676700840337</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6840500269163514</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4838888450218333</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.010557</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>0.017304057255387306</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.04576592519879341</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>872</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>4.8332750005443454</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>22.8814</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>44.7824</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>230.308</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>49.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>290745.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>1112.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>474.9205</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>3.6698</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>476.2056</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3710.2579</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3848.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>85799.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1924.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4663.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>796.1429</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>29.42388012818992</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> |