=== 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-03_task-social_acq-mb8_run-01_bold :: MRIQC's BOLD fMRI report</title>
|
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
|
|
|
|
<script>
|
|
var timestamp = Date.now()
|
|
|
|
function read_form() {
|
|
var ds = "<unset>";
|
|
var sub = "sub-0033_ses-03_task-social_acq-mb8_run-01_bold.nii.gz";
|
|
|
|
var artifacts = [];
|
|
$('#qcartifacts-group input:checked').each(function() {
|
|
artifacts.push($(this).attr('name'));
|
|
});
|
|
|
|
var rating = $('#qcslider').val();
|
|
var payload = {
|
|
'dataset': ds,
|
|
'subject': sub,
|
|
'rating': rating,
|
|
'artifacts': artifacts,
|
|
'time_sec': (Date.now() - timestamp) / 1000,
|
|
'confidence': $('#qcextra-confidence').val(),
|
|
'comments': $('#qcextra-comments').val()
|
|
};
|
|
|
|
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
|
|
$('#btn-download').attr('href', URL.createObjectURL(file));
|
|
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
|
|
return payload
|
|
};
|
|
|
|
function toggle_rating() {
|
|
if ($('#qcrating-menu').hasClass('d-none')) {
|
|
$('#qcrating-menu').removeClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', true);
|
|
} else {
|
|
$('#qcrating-menu').addClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', false);
|
|
}
|
|
};
|
|
|
|
$(window).on('load',function(){
|
|
var authorization = $('#btn-post').val()
|
|
if (authorization.includes("secret_token")) {
|
|
$('#btn-post').addClass('d-none');
|
|
};
|
|
timestamp = Date.now();
|
|
});
|
|
|
|
</script>
|
|
<style type="text/css">
|
|
/* The slider itself */
|
|
.slider {
|
|
-webkit-appearance: none; /* Override default CSS styles */
|
|
appearance: none;
|
|
margin-bottom: 8px;
|
|
margin-left: 10%;
|
|
width: 80%;
|
|
height: 5px; /* Specified height */
|
|
background: #d3d3d3; /* Grey background */
|
|
outline: none; /* Remove outline */
|
|
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
|
|
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
|
|
transition: opacity .2s;
|
|
}
|
|
|
|
/* Mouse-over effects */
|
|
.slider:hover {
|
|
opacity: 1; /* Fully shown on mouse-over */
|
|
}
|
|
|
|
.slider::-webkit-slider-thumb {
|
|
-webkit-appearance: none;
|
|
appearance: none;
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
.slider::-moz-range-thumb {
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body style="font-family: helvetica;">
|
|
<nav class="navbar fixed-top navbar-expand-lg bg-light">
|
|
<div class="container-fluid">
|
|
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
|
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
|
|
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
|
|
<li class="nav-item dropdown">
|
|
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
|
|
About
|
|
</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="#errors">Errors</a></li>
|
|
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="d-flex flex-row-reverse">
|
|
<div class="form-check form-switch align-self-center flex-fill me-4">
|
|
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
|
|
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
<noscript>
|
|
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
|
|
</noscript>
|
|
|
|
<div id="Basic echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-01_session-03_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-03_task-social_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0033/figures/sub-0033_ses-03_task-social_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0033/figures/sub-0033_ses-03_task-social_acq-mb8_run-01_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-01_session-03_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-03_task-social_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0033/figures/sub-0033_ses-03_task-social_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0033/figures/sub-0033_ses-03_task-social_acq-mb8_run-01_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-01_session-03_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-03_task-social_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0033/figures/sub-0033_ses-03_task-social_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0033/figures/sub-0033_ses-03_task-social_acq-mb8_run-01_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-01_session-03_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-03_task-social_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0033/figures/sub-0033_ses-03_task-social_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0033/figures/sub-0033_ses-03_task-social_acq-mb8_run-01_desc-carpet_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-mean_run-01_session-03_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-03_task-social_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0033/figures/sub-0033_ses-03_task-social_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0033/figures/sub-0033_ses-03_task-social_acq-mb8_run-01_desc-mean_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended reports shared across echos" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-01_session-03_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-03_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0033/figures/sub-0033_ses-03_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0033/figures/sub-0033_ses-03_task-social_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-03_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-03_task-social_acq-mb8_run-01_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0033/figures/sub-0033_ses-03_task-social_acq-mb8_run-01_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0033/figures/sub-0033_ses-03_task-social_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0033/figures/sub-0033_ses-03_task-social_acq-mb8_run-01_desc-norm_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="About" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">About</h1>
|
|
<div id="errors" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
|
|
</div>
|
|
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
|
|
reconstructing the provenance of the corresponding derivatives.
|
|
</p> <div class="accordion accordion-flush" id="about-metadata">
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-0">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
|
|
Provenance Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-0" class="table table-sm table-striped">
|
|
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
|
|
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0033/ses-03/func/sub-0033_ses-03_task-social_acq-mb8_run-01_bold.nii.gz</td></tr>
|
|
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
|
|
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
|
|
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
|
|
<tr><td colspan=2>md5sum</td><td>60cc068c3c1c544fef3a18f8d91fc65a</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:05:12.490000</td></tr>
|
|
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
|
|
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
|
|
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
|
|
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
|
|
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
|
|
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
|
|
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
|
|
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
|
|
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
|
|
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
|
|
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
|
|
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
|
|
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.998818, 0.0175943, 0.0453215, -0.0118548, 0.99222, -0.123929]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-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.837798</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>8</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4156, -7727, -7249, 401, -33, -43, -31, 99]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 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>287.891</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>27041956-39bc-4d8d-bd62-341b5da4eab9||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
|
|
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6797542572021484, -0.03180546313524246, 0.1273033618927002, 109.80828094482422], [-0.04720412939786911, 2.6620545387268066, -0.33276134729385376, -81.04300689697266], [0.1215943992137909, 0.33249181509017944, 2.6763901710510254, -82.84429168701172], [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': ['110512.490000', '110512.950000', '110513.410000', '110513.870000', '110514.330000', '110514.790000', '110515.250000', '110515.710000', '110516.170000', '110516.630000', '110517.090000', '110517.550000', '110518.010000', '110518.470000', '110518.930000', '110519.390000', '110519.850000', '110520.310000', '110520.770000', '110521.230000', '110521.690000', '110522.150000', '110522.610000', '110523.070000', '110523.530000', '110523.990000', '110524.450000', '110524.910000', '110525.370000', '110525.830000', '110526.290000', '110526.750000', '110527.210000', '110527.670000', '110528.130000', '110528.590000', '110529.050000', '110529.510000', '110529.970000', '110530.430000', '110530.890000', '110531.350000', '110531.810000', '110532.270000', '110532.730000', '110533.190000', '110533.650000', '110534.110000', '110534.570000', '110535.030000', '110535.490000', '110535.950000', '110536.410000', '110536.870000', '110537.330000', '110537.790000', '110538.250000', '110538.710000', '110539.170000', '110539.630000', '110540.090000', '110540.550000', '110541.010000', '110541.470000', '110541.930000', '110542.390000', '110542.850000', '110543.310000', '110543.770000', '110544.230000', '110544.690000', '110545.150000', '110545.610000', '110546.070000', '110546.530000', '110546.990000', '110547.450000', '110547.910000', '110548.370000', '110548.830000', '110549.290000', '110549.750000', '110550.210000', '110550.670000', '110551.130000', '110551.590000', '110552.050000', '110552.510000', '110552.970000', '110553.430000', '110553.890000', '110554.350000', '110554.810000', '110555.270000', '110555.730000', '110556.190000', '110556.650000', '110557.110000', '110557.570000', '110558.030000', '110558.490000', '110558.950000', '110559.410000', '110559.870000', '110600.330000', '110600.790000', '110601.250000', '110601.710000', '110602.170000', '110602.630000', '110603.090000', '110603.550000', '110604.010000', '110604.470000', '110604.930000', '110605.390000', '110605.850000', '110606.310000', '110606.770000', '110607.230000', '110607.690000', '110608.150000', '110608.610000', '110609.070000', '110609.530000', '110609.990000', '110610.450000', '110610.910000', '110611.370000', '110611.830000', '110612.290000', '110612.750000', '110613.210000', '110613.670000', '110614.130000', '110614.590000', '110615.050000', '110615.510000', '110615.970000', '110616.430000', '110616.890000', '110617.350000', '110617.810000', '110618.270000', '110618.730000', '110619.190000', '110619.650000', '110620.110000', '110620.570000', '110621.030000', '110621.490000', '110621.950000', '110622.410000', '110622.870000', '110623.330000', '110623.790000', '110624.250000', '110624.710000', '110625.170000', '110625.630000', '110626.090000', '110626.550000', '110627.010000', '110627.470000', '110627.930000', '110628.390000', '110628.850000', '110629.310000', '110629.770000', '110630.230000', '110630.690000', '110631.150000', '110631.610000', '110632.070000', '110632.530000', '110632.990000', '110633.450000', '110633.910000', '110634.370000', '110634.830000', '110635.290000', '110635.750000', '110636.210000', '110636.670000', '110637.130000', '110637.590000', '110638.050000', '110638.510000', '110638.970000', '110639.430000', '110639.890000', '110640.350000', '110640.810000', '110641.270000', '110641.730000', '110642.190000', '110642.650000', '110643.110000', '110643.570000', '110644.030000', '110644.490000', '110644.950000', '110645.410000', '110645.870000', '110646.330000', '110646.790000', '110647.250000', '110647.710000', '110648.170000', '110648.630000', '110649.090000', '110649.550000', '110650.010000', '110650.470000', '110650.930000', '110651.390000', '110651.850000', '110652.310000', '110652.770000', '110653.230000', '110653.690000', '110654.150000', '110654.610000', '110655.070000', '110655.530000', '110655.990000', '110656.450000', '110656.910000', '110657.370000', '110657.830000', '110658.290000', '110658.750000', '110659.210000', '110659.670000', '110700.130000', '110700.590000', '110701.050000', '110701.510000', '110701.970000', '110702.430000', '110702.890000', '110703.350000', '110703.810000', '110704.270000', '110704.730000', '110705.190000', '110705.650000', '110706.110000', '110706.570000', '110707.030000', '110707.490000', '110707.950000', '110708.410000', '110708.870000', '110709.330000', '110709.790000', '110710.250000', '110710.710000', '110711.170000', '110711.630000', '110712.090000', '110712.550000', '110713.010000', '110713.470000', '110713.930000', '110714.390000', '110714.850000', '110715.310000', '110715.770000', '110716.230000', '110716.690000', '110717.150000', '110717.610000', '110718.070000', '110718.530000', '110718.990000', '110719.450000', '110719.910000', '110720.370000', '110720.830000', '110721.290000', '110721.750000', '110722.210000', '110722.670000', '110723.130000', '110723.590000', '110724.050000', '110724.510000', '110724.970000', '110725.430000', '110725.890000', '110726.350000', '110726.810000', '110727.270000', '110727.730000', '110728.190000', '110728.650000', '110729.110000', '110729.570000', '110730.030000', '110730.490000', '110730.950000', '110731.410000', '110731.870000', '110732.330000', '110732.790000', '110733.250000', '110733.710000', '110734.170000', '110734.630000', '110735.090000', '110735.550000', '110736.010000', '110736.470000', '110736.930000', '110737.390000', '110737.850000', '110738.310000', '110738.770000', '110739.230000', '110739.690000', '110740.150000', '110740.610000', '110741.070000', '110741.530000', '110741.990000', '110742.450000', '110742.910000', '110743.370000', '110743.830000', '110744.290000', '110744.750000', '110745.210000', '110745.670000', '110746.130000', '110746.590000', '110747.050000', '110747.510000', '110747.970000', '110748.430000', '110748.890000', '110749.350000', '110749.810000', '110750.270000', '110750.730000', '110751.190000', '110751.650000', '110752.110000', '110752.570000', '110753.030000', '110753.490000', '110753.950000', '110754.410000', '110754.870000', '110755.330000', '110755.790000', '110756.250000', '110756.710000', '110757.170000', '110757.630000', '110758.090000', '110758.550000', '110759.010000', '110759.470000', '110759.930000', '110800.390000', '110800.850000', '110801.310000', '110801.770000', '110802.230000', '110802.690000', '110803.150000', '110803.610000', '110804.070000', '110804.530000', '110804.990000', '110805.450000', '110805.910000', '110806.370000', '110806.830000', '110807.290000', '110807.750000', '110808.210000', '110808.670000', '110809.130000', '110809.590000', '110810.050000', '110810.510000', '110810.970000', '110811.430000', '110811.890000', '110812.350000', '110812.810000', '110813.270000', '110813.730000', '110814.190000', '110814.650000', '110815.110000', '110815.570000', '110816.030000', '110816.490000', '110816.950000', '110817.410000', '110817.870000', '110818.330000', '110818.790000', '110819.250000', '110819.710000', '110820.170000', '110820.630000', '110821.090000', '110821.550000', '110822.010000', '110822.470000', '110822.930000', '110823.390000', '110823.850000', '110824.310000', '110824.770000', '110825.230000', '110825.690000', '110826.150000', '110826.610000', '110827.070000', '110827.530000', '110827.990000', '110828.450000', '110828.910000', '110829.370000', '110829.830000', '110830.290000', '110830.750000', '110831.210000', '110831.670000', '110832.130000', '110832.590000', '110833.050000', '110833.510000', '110833.970000', '110834.430000', '110834.890000', '110835.350000', '110835.810000', '110836.270000', '110836.730000', '110837.190000', '110837.650000', '110838.110000', '110838.570000', '110839.030000', '110839.490000', '110839.950000', '110840.410000', '110840.870000', '110841.330000', '110841.790000', '110842.250000', '110842.710000', '110843.170000', '110843.630000', '110844.090000', '110844.550000', '110845.010000', '110845.470000', '110845.930000', '110846.390000', '110846.850000', '110847.310000', '110847.770000', '110848.230000', '110848.690000', '110849.150000', '110849.610000', '110850.070000', '110850.530000', '110850.990000', '110851.450000', '110851.910000', '110852.370000', '110852.830000', '110853.290000', '110853.750000', '110854.210000', '110854.670000', '110855.130000', '110855.590000', '110856.050000', '110856.510000', '110856.970000', '110857.430000', '110857.890000', '110858.350000', '110858.810000', '110859.270000', '110859.730000', '110900.190000', '110900.650000', '110901.110000', '110901.570000', '110902.030000', '110902.490000', '110902.950000', '110903.410000', '110903.870000', '110904.330000', '110904.790000', '110905.250000', '110905.710000', '110906.170000', '110906.630000', '110907.090000', '110907.550000', '110908.010000', '110908.470000', '110908.930000', '110909.390000', '110909.850000', '110910.310000', '110910.770000', '110911.230000', '110911.690000', '110912.150000', '110912.610000', '110913.070000', '110913.530000', '110913.990000', '110914.450000', '110914.910000', '110915.370000', '110915.830000', '110916.290000', '110916.750000', '110917.210000', '110917.670000', '110918.130000', '110918.590000', '110919.050000', '110919.510000', '110919.970000', '110920.430000', '110920.890000', '110921.350000', '110921.810000', '110922.270000', '110922.730000', '110923.190000', '110923.650000', '110924.110000', '110924.570000', '110925.030000', '110925.490000', '110925.950000', '110926.410000', '110926.870000', '110927.330000', '110927.790000', '110928.250000', '110928.710000', '110929.170000', '110929.630000', '110930.090000', '110930.550000', '110931.010000', '110931.470000', '110931.930000', '110932.390000', '110932.850000', '110933.310000', '110933.770000', '110934.230000', '110934.690000', '110935.150000', '110935.610000', '110936.070000', '110936.530000', '110936.990000', '110937.450000', '110937.910000', '110938.370000', '110938.830000', '110939.290000', '110939.750000', '110940.210000', '110940.670000', '110941.130000', '110941.590000', '110942.050000', '110942.510000', '110942.970000', '110943.430000', '110943.890000', '110944.350000', '110944.810000', '110945.270000', '110945.730000', '110946.190000', '110946.650000', '110947.110000', '110947.570000', '110948.030000', '110948.490000', '110948.950000', '110949.410000', '110949.870000', '110950.330000', '110950.790000', '110951.250000', '110951.710000', '110952.170000', '110952.630000', '110953.090000', '110953.550000', '110954.010000', '110954.470000', '110954.930000', '110955.390000', '110955.850000', '110956.310000', '110956.770000', '110957.230000', '110957.690000', '110958.150000', '110958.610000', '110959.070000', '110959.530000', '110959.990000', '111000.450000', '111000.910000', '111001.370000', '111001.830000', '111002.290000', '111002.750000', '111003.210000', '111003.670000', '111004.130000', '111004.590000', '111005.050000', '111005.510000', '111005.970000', '111006.430000', '111006.890000', '111007.350000', '111007.810000', '111008.270000', '111008.730000', '111009.190000', '111009.650000', '111010.110000', '111010.570000', '111011.030000', '111011.490000', '111011.950000', '111012.410000', '111012.870000', '111013.330000', '111013.790000', '111014.250000', '111014.710000', '111015.170000', '111015.630000', '111016.090000', '111016.550000', '111017.010000', '111017.470000', '111017.930000', '111018.390000', '111018.850000', '111019.310000', '111019.770000', '111020.230000', '111020.690000', '111021.150000', '111021.610000', '111022.070000', '111022.530000', '111022.990000', '111023.450000', '111023.910000', '111024.370000', '111024.830000', '111025.290000', '111025.750000', '111026.210000', '111026.670000', '111027.130000', '111027.590000', '111028.050000', '111028.510000', '111028.970000', '111029.430000', '111029.890000', '111030.350000', '111030.810000', '111031.270000', '111031.730000', '111032.190000', '111032.650000', '111033.110000', '111033.570000', '111034.030000', '111034.490000', '111034.950000', '111035.410000', '111035.870000', '111036.330000', '111036.790000', '111037.250000', '111037.710000', '111038.170000', '111038.630000', '111039.090000', '111039.550000', '111040.010000', '111040.470000', '111040.930000', '111041.390000', '111041.850000', '111042.310000', '111042.770000', '111043.230000', '111043.690000', '111044.150000', '111044.610000', '111045.070000', '111045.530000', '111045.990000', '111046.450000', '111046.910000', '111047.370000', '111047.830000', '111048.290000', '111048.750000', '111049.210000', '111049.670000', '111050.130000', '111050.590000', '111051.050000', '111051.510000', '111051.970000', '111052.430000', '111052.890000', '111053.350000', '111053.810000', '111054.270000', '111054.730000', '111055.190000', '111055.650000', '111056.110000', '111056.570000', '111057.030000', '111057.490000', '111057.950000', '111058.410000', '111058.870000', '111059.330000', '111059.790000', '111100.250000', '111100.710000', '111101.170000', '111101.630000', '111102.090000', '111102.550000', '111103.010000', '111103.470000', '111103.930000', '111104.390000', '111104.850000', '111105.310000', '111105.770000', '111106.230000', '111106.690000', '111107.150000', '111107.610000', '111108.070000', '111108.530000', '111108.990000', '111109.450000', '111109.910000', '111110.370000', '111110.830000', '111111.290000', '111111.750000', '111112.210000', '111112.670000', '111113.130000', '111113.590000', '111114.050000', '111114.510000', '111114.970000', '111115.430000', '111115.890000', '111116.350000', '111116.810000', '111117.270000', '111117.730000', '111118.190000', '111118.650000', '111119.110000', '111119.570000', '111120.030000', '111120.490000', '111120.950000', '111121.410000', '111121.870000', '111122.330000', '111122.790000', '111123.250000', '111123.710000', '111124.170000', '111124.630000', '111125.090000', '111125.550000', '111126.010000', '111126.470000', '111126.930000', '111127.390000', '111127.850000', '111128.310000', '111128.770000', '111129.230000', '111129.690000', '111130.150000', '111130.610000', '111131.070000', '111131.530000', '111131.990000', '111132.450000', '111132.910000', '111133.370000', '111133.830000', '111134.290000', '111134.750000', '111135.210000', '111135.670000', '111136.130000', '111136.590000', '111137.050000', '111137.510000', '111137.970000', '111138.430000', '111138.890000', '111139.350000', '111139.810000', '111140.270000', '111140.730000', '111141.190000', '111141.650000', '111142.110000', '111142.570000', '111143.030000', '111143.490000', '111143.950000', '111144.410000', '111144.870000', '111145.330000', '111145.790000', '111146.250000', '111146.710000', '111147.170000', '111147.630000', '111148.090000', '111148.550000', '111149.010000', '111149.470000', '111149.930000', '111150.390000', '111150.850000', '111151.310000', '111151.770000', '111152.230000', '111152.690000', '111153.150000'], 'ContentTime': ['110535.640000', '110535.644000', '110535.652000', '110535.655000', '110535.658000', '110535.660000', '110535.663000', '110535.666000', '110535.669000', '110535.672000', '110535.675000', '110535.678000', '110535.681000', '110535.684000', '110535.686000', '110535.689000', '110535.692000', '110535.695000', '110535.698000', '110535.701000', '110535.704000', '110535.707000', '110535.709000', '110535.712000', '110535.715000', '110535.718000', '110535.721000', '110535.724000', '110535.727000', '110535.730000', '110535.732000', '110535.735000', '110535.738000', '110535.741000', '110535.744000', '110535.747000', '110535.750000', '110535.753000', '110535.756000', '110535.758000', '110535.761000', '110535.774000', '110535.777000', '110535.780000', '110535.783000', '110535.786000', '110535.788000', '110535.791000', '110535.794000', '110555.600000', '110555.603000', '110555.606000', '110555.609000', '110555.612000', '110555.615000', '110555.628000', '110555.631000', '110555.634000', '110555.637000', '110555.640000', '110555.643000', '110555.646000', '110555.649000', '110555.651000', '110555.654000', '110555.657000', '110555.660000', '110555.663000', '110555.666000', '110555.669000', '110555.672000', '110555.679000', '110555.682000', '110555.684000', '110555.687000', '110555.694000', '110555.697000', '110555.700000', '110555.703000', '110555.706000', '110555.709000', '110555.712000', '110555.715000', '110555.717000', '110555.720000', '110555.723000', '110555.726000', '110555.729000', '110555.732000', '110555.735000', '110555.737000', '110555.740000', '110615.600000', '110615.603000', '110615.606000', '110615.609000', '110615.612000', '110615.614000', '110615.617000', '110615.620000', '110615.623000', '110615.626000', '110615.629000', '110615.632000', '110615.635000', '110615.638000', '110615.640000', '110615.643000', '110615.646000', '110615.649000', '110615.652000', '110615.655000', '110615.658000', '110615.661000', '110615.663000', '110615.666000', '110615.669000', '110615.672000', '110615.675000', '110615.678000', '110615.681000', '110615.683000', '110615.686000', '110615.722000', '110615.725000', '110615.728000', '110615.731000', '110615.733000', '110615.736000', '110615.739000', '110615.742000', '110615.745000', '110615.748000', '110615.750000', '110615.753000', '110615.756000', '110635.600000', '110635.603000', '110635.606000', '110635.609000', '110635.612000', '110635.615000', '110635.618000', '110635.620000', '110635.623000', '110635.626000', '110635.629000', '110635.632000', '110635.635000', '110635.638000', '110635.641000', '110635.645000', '110635.648000', '110635.651000', '110635.654000', '110635.656000', '110635.659000', '110635.662000', '110635.665000', '110635.668000', '110635.671000', '110635.674000', '110635.677000', '110635.679000', '110635.682000', '110635.685000', '110635.688000', '110635.691000', '110635.694000', '110635.697000', '110635.700000', '110635.703000', '110635.714000', '110635.717000', '110635.720000', '110635.723000', '110635.726000', '110635.729000', '110635.732000', '110655.599000', '110655.602000', '110655.605000', '110655.608000', '110655.611000', '110655.613000', '110655.616000', '110655.619000', '110655.622000', '110655.625000', '110655.628000', '110655.631000', '110655.634000', '110655.637000', '110655.639000', '110655.642000', '110655.645000', '110655.648000', '110655.651000', '110655.654000', '110655.657000', '110655.660000', '110655.663000', '110655.665000', '110655.668000', '110655.671000', '110655.674000', '110655.677000', '110655.680000', '110655.683000', '110655.686000', '110655.688000', '110655.691000', '110655.694000', '110655.697000', '110655.706000', '110655.719000', '110655.722000', '110655.725000', '110655.728000', '110655.730000', '110655.733000', '110655.736000', '110655.739000', '110715.600000', '110715.604000', '110715.607000', '110715.610000', '110715.613000', '110715.616000', '110715.619000', '110715.621000', '110715.624000', '110715.627000', '110715.630000', '110715.633000', '110715.636000', '110715.639000', '110715.642000', '110715.645000', '110715.647000', '110715.650000', '110715.653000', '110715.656000', '110715.659000', '110715.717000', '110715.720000', '110715.723000', '110715.726000', '110715.729000', '110715.732000', '110715.735000', '110715.737000', '110715.740000', '110715.743000', '110715.746000', '110715.749000', '110715.752000', '110715.755000', '110715.758000', '110715.761000', '110715.763000', '110715.766000', '110715.769000', '110715.772000', '110715.775000', '110715.778000', '110735.600000', '110735.603000', '110735.618000', '110735.620000', '110735.623000', '110735.626000', '110735.629000', '110735.632000', '110735.635000', '110735.638000', '110735.640000', '110735.643000', '110735.646000', '110735.649000', '110735.652000', '110735.655000', '110735.658000', '110735.661000', '110735.664000', '110735.667000', '110735.669000', '110735.672000', '110735.675000', '110735.678000', '110735.681000', '110735.684000', '110735.687000', '110735.689000', '110735.692000', '110735.695000', '110735.698000', '110735.708000', '110735.711000', '110735.714000', '110735.717000', '110735.720000', '110735.723000', '110735.726000', '110735.728000', '110735.731000', '110735.734000', '110735.737000', '110735.740000', '110735.743000', '110755.600000', '110755.603000', '110755.606000', '110755.616000', '110755.619000', '110755.621000', '110755.624000', '110755.627000', '110755.630000', '110755.633000', '110755.636000', '110755.639000', '110755.642000', '110755.645000', '110755.647000', '110755.650000', '110755.653000', '110755.656000', '110755.659000', '110755.662000', '110755.665000', '110755.668000', '110755.671000', '110755.673000', '110755.676000', '110755.679000', '110755.682000', '110755.693000', '110755.696000', '110755.699000', '110755.702000', '110755.705000', '110755.708000', '110755.724000', '110755.727000', '110755.730000', '110755.732000', '110755.735000', '110755.738000', '110755.741000', '110755.744000', '110755.747000', '110755.750000', '110815.600000', '110815.603000', '110815.606000', '110815.609000', '110815.612000', '110815.615000', '110815.617000', '110815.620000', '110815.623000', '110815.626000', '110815.629000', '110815.632000', '110815.635000', '110815.638000', '110815.641000', '110815.644000', '110815.646000', '110815.649000', '110815.652000', '110815.655000', '110815.658000', '110815.661000', '110815.664000', '110815.667000', '110815.670000', '110815.673000', '110815.675000', '110815.678000', '110815.681000', '110815.684000', '110815.687000', '110815.690000', '110815.693000', '110815.696000', '110815.699000', '110815.702000', '110815.705000', '110815.707000', '110815.710000', '110815.713000', '110815.716000', '110815.719000', '110815.722000', '110815.725000', '110835.600000', '110835.603000', '110835.606000', '110835.609000', '110835.612000', '110835.615000', '110835.617000', '110835.620000', '110835.623000', '110835.626000', '110835.629000', '110835.632000', '110835.635000', '110835.638000', '110835.641000', '110835.645000', '110835.647000', '110835.650000', '110835.653000', '110835.656000', '110835.659000', '110835.662000', '110835.665000', '110835.668000', '110835.670000', '110835.673000', '110835.676000', '110835.679000', '110835.682000', '110835.685000', '110835.688000', '110835.691000', '110835.694000', '110835.697000', '110835.700000', '110835.703000', '110835.706000', '110835.709000', '110835.712000', '110835.715000', '110835.717000', '110835.720000', '110835.723000', '110855.600000', '110855.603000', '110855.606000', '110855.609000', '110855.612000', '110855.615000', '110855.618000', '110855.621000', '110855.623000', '110855.626000', '110855.629000', '110855.632000', '110855.635000', '110855.638000', '110855.641000', '110855.644000', '110855.647000', '110855.650000', '110855.653000', '110855.656000', '110855.659000', '110855.661000', '110855.664000', '110855.667000', '110855.670000', '110855.673000', '110855.676000', '110855.679000', '110855.682000', '110855.685000', '110855.688000', '110855.690000', '110855.693000', '110855.696000', '110855.699000', '110855.702000', '110855.705000', '110855.708000', '110855.711000', '110855.714000', '110855.716000', '110855.734000', '110855.737000', '110855.739000', '110915.599000', '110915.602000', '110915.605000', '110915.608000', '110915.611000', '110915.614000', '110915.617000', '110915.619000', '110915.622000', '110915.625000', '110915.628000', '110915.631000', '110915.634000', '110915.637000', '110915.640000', '110915.642000', '110915.645000', '110915.648000', '110915.651000', '110915.654000', '110915.657000', '110915.660000', '110915.663000', '110915.665000', '110915.668000', '110915.671000', '110915.674000', '110915.677000', '110915.680000', '110915.683000', '110915.686000', '110915.689000', '110915.692000', '110915.694000', '110915.697000', '110915.700000', '110915.703000', '110915.706000', '110915.710000', '110915.713000', '110915.716000', '110915.719000', '110915.724000', '110935.600000', '110935.603000', '110935.606000', '110935.609000', '110935.612000', '110935.615000', '110935.618000', '110935.620000', '110935.623000', '110935.626000', '110935.629000', '110935.632000', '110935.635000', '110935.638000', '110935.641000', '110935.644000', '110935.646000', '110935.649000', '110935.652000', '110935.655000', '110935.658000', '110935.661000', '110935.664000', '110935.666000', '110935.669000', '110935.672000', '110935.675000', '110935.678000', '110935.681000', '110935.684000', '110935.687000', '110935.690000', '110935.698000', '110935.701000', '110935.704000', '110935.707000', '110935.709000', '110935.712000', '110935.715000', '110935.718000', '110935.721000', '110935.724000', '110935.727000', '110935.730000', '110955.600000', '110955.603000', '110955.606000', '110955.609000', '110955.612000', '110955.615000', '110955.618000', '110955.620000', '110955.623000', '110955.626000', '110955.629000', '110955.632000', '110955.635000', '110955.638000', '110955.641000', '110955.644000', '110955.646000', '110955.649000', '110955.652000', '110955.655000', '110955.658000', '110955.661000', '110955.664000', '110955.667000', '110955.669000', '110955.672000', '110955.675000', '110955.679000', '110955.682000', '110955.685000', '110955.688000', '110955.691000', '110955.694000', '110955.696000', '110955.699000', '110955.702000', '110955.705000', '110955.708000', '110955.711000', '110955.714000', '110955.717000', '110955.720000', '110955.723000', '111015.600000', '111015.603000', '111015.606000', '111015.609000', '111015.612000', '111015.615000', '111015.617000', '111015.620000', '111015.623000', '111015.626000', '111015.629000', '111015.632000', '111015.635000', '111015.638000', '111015.641000', '111015.643000', '111015.646000', '111015.649000', '111015.652000', '111015.655000', '111015.658000', '111015.661000', '111015.664000', '111015.667000', '111015.670000', '111015.672000', '111015.675000', '111015.678000', '111015.681000', '111015.684000', '111015.687000', '111015.690000', '111015.693000', '111015.696000', '111015.698000', '111015.701000', '111015.704000', '111015.707000', '111015.710000', '111015.713000', '111015.716000', '111015.719000', '111015.722000', '111015.724000', '111035.600000', '111035.603000', '111035.606000', '111035.609000', '111035.612000', '111035.615000', '111035.618000', '111035.621000', '111035.639000', '111035.642000', '111035.644000', '111035.647000', '111035.650000', '111035.653000', '111035.656000', '111035.659000', '111035.662000', '111035.665000', '111035.667000', '111035.670000', '111035.673000', '111035.676000', '111035.679000', '111035.682000', '111035.685000', '111035.688000', '111035.690000', '111035.693000', '111035.696000', '111035.699000', '111035.702000', '111035.705000', '111035.708000', '111035.711000', '111035.714000', '111035.717000', '111035.719000', '111035.722000', '111035.725000', '111035.728000', '111035.731000', '111035.734000', '111035.737000', '111055.600000', '111055.603000', '111055.606000', '111055.609000', '111055.612000', '111055.615000', '111055.618000', '111055.621000', '111055.623000', '111055.626000', '111055.629000', '111055.632000', '111055.635000', '111055.638000', '111055.641000', '111055.644000', '111055.646000', '111055.649000', '111055.652000', '111055.655000', '111055.658000', '111055.661000', '111055.664000', '111055.667000', '111055.670000', '111055.673000', '111055.676000', '111055.678000', '111055.681000', '111055.684000', '111055.687000', '111055.690000', '111055.693000', '111055.696000', '111055.699000', '111055.702000', '111055.704000', '111055.707000', '111055.710000', '111055.713000', '111055.716000', '111055.719000', '111055.722000', '111055.725000', '111115.599000', '111115.602000', '111115.605000', '111115.608000', '111115.611000', '111115.614000', '111115.617000', '111115.620000', '111115.623000', '111115.625000', '111115.628000', '111115.631000', '111115.634000', '111115.637000', '111115.640000', '111115.643000', '111115.646000', '111115.649000', '111115.652000', '111115.654000', '111115.657000', '111115.660000', '111115.663000', '111115.666000', '111115.669000', '111115.672000', '111115.675000', '111115.678000', '111115.680000', '111115.683000', '111115.686000', '111115.689000', '111115.692000', '111115.695000', '111115.698000', '111115.701000', '111115.704000', '111115.707000', '111115.710000', '111115.712000', '111115.717000', '111115.720000', '111115.723000', '111135.600000', '111135.603000', '111135.607000', '111135.610000', '111135.613000', '111135.616000', '111135.619000', '111135.622000', '111135.625000', '111135.628000', '111135.631000', '111135.634000', '111135.637000', '111135.639000', '111135.642000', '111135.645000', '111135.648000', '111135.651000', '111135.654000', '111135.657000', '111135.660000', '111135.663000', '111135.665000', '111135.668000', '111135.671000', '111135.674000', '111135.677000', '111135.680000', '111135.683000', '111135.686000', '111135.689000', '111135.692000', '111135.694000', '111135.697000', '111135.700000', '111135.703000', '111135.706000', '111135.709000', '111135.712000', '111135.715000', '111135.718000', '111135.720000', '111135.723000', '111135.726000', '111154.006000', '111154.010000', '111154.013000', '111154.016000', '111154.019000', '111154.023000', '111154.025000', '111154.028000', '111154.031000', '111154.035000', '111154.038000', '111154.041000', '111154.044000', '111154.046000', '111154.049000', '111154.052000', '111154.055000', '111154.058000', '111154.061000', '111154.071000', '111154.074000', '111154.077000', '111154.080000', '111154.083000', '111154.086000', '111154.089000', '111154.092000', '111154.095000', '111154.098000', '111154.101000', '111154.104000', '111154.107000', '111154.110000', '111154.113000', '111154.116000', '111154.119000', '111154.122000', '111154.125000', '111154.128000', '111154.131000'], 'InstanceCreationTime': ['110535.640000', '110535.644000', '110535.652000', '110535.655000', '110535.658000', '110535.660000', '110535.663000', '110535.666000', '110535.669000', '110535.672000', '110535.675000', '110535.678000', '110535.681000', '110535.684000', '110535.686000', '110535.689000', '110535.692000', '110535.695000', '110535.698000', '110535.701000', '110535.704000', '110535.707000', '110535.709000', '110535.712000', '110535.715000', '110535.718000', '110535.721000', '110535.724000', '110535.727000', '110535.730000', '110535.732000', '110535.735000', '110535.738000', '110535.741000', '110535.744000', '110535.747000', '110535.750000', '110535.753000', '110535.756000', '110535.758000', '110535.761000', '110535.774000', '110535.777000', '110535.780000', '110535.783000', '110535.786000', '110535.788000', '110535.791000', '110535.794000', '110555.600000', '110555.603000', '110555.606000', '110555.609000', '110555.612000', '110555.615000', '110555.628000', '110555.631000', '110555.634000', '110555.637000', '110555.640000', '110555.643000', '110555.646000', '110555.649000', '110555.651000', '110555.654000', '110555.657000', '110555.660000', '110555.663000', '110555.666000', '110555.669000', '110555.672000', '110555.679000', '110555.682000', '110555.684000', '110555.687000', '110555.694000', '110555.697000', '110555.700000', '110555.703000', '110555.706000', '110555.709000', '110555.712000', '110555.715000', '110555.717000', '110555.720000', '110555.723000', '110555.726000', '110555.729000', '110555.732000', '110555.735000', '110555.737000', '110555.740000', '110615.600000', '110615.603000', '110615.606000', '110615.609000', '110615.612000', '110615.614000', '110615.617000', '110615.620000', '110615.623000', '110615.626000', '110615.629000', '110615.632000', '110615.635000', '110615.638000', '110615.640000', '110615.643000', '110615.646000', '110615.649000', '110615.652000', '110615.655000', '110615.658000', '110615.661000', '110615.663000', '110615.666000', '110615.669000', '110615.672000', '110615.675000', '110615.678000', '110615.681000', '110615.683000', '110615.686000', '110615.722000', '110615.725000', '110615.728000', '110615.731000', '110615.733000', '110615.736000', '110615.739000', '110615.742000', '110615.745000', '110615.748000', '110615.750000', '110615.753000', '110615.756000', '110635.600000', '110635.603000', '110635.606000', '110635.609000', '110635.612000', '110635.615000', '110635.618000', '110635.620000', '110635.623000', '110635.626000', '110635.629000', '110635.632000', '110635.635000', '110635.638000', '110635.641000', '110635.645000', '110635.648000', '110635.651000', '110635.654000', '110635.656000', '110635.659000', '110635.662000', '110635.665000', '110635.668000', '110635.671000', '110635.674000', '110635.677000', '110635.679000', '110635.682000', '110635.685000', '110635.688000', '110635.691000', '110635.694000', '110635.697000', '110635.700000', '110635.703000', '110635.714000', '110635.717000', '110635.720000', '110635.723000', '110635.726000', '110635.729000', '110635.732000', '110655.599000', '110655.602000', '110655.605000', '110655.608000', '110655.611000', '110655.613000', '110655.616000', '110655.619000', '110655.622000', '110655.625000', '110655.628000', '110655.631000', '110655.634000', '110655.637000', '110655.639000', '110655.642000', '110655.645000', '110655.648000', '110655.651000', '110655.654000', '110655.657000', '110655.660000', '110655.663000', '110655.665000', '110655.668000', '110655.671000', '110655.674000', '110655.677000', '110655.680000', '110655.683000', '110655.686000', '110655.688000', '110655.691000', '110655.694000', '110655.697000', '110655.706000', '110655.719000', '110655.722000', '110655.725000', '110655.728000', '110655.730000', '110655.733000', '110655.736000', '110655.739000', '110715.600000', '110715.604000', '110715.607000', '110715.610000', '110715.613000', '110715.616000', '110715.619000', '110715.621000', '110715.624000', '110715.627000', '110715.630000', '110715.633000', '110715.636000', '110715.639000', '110715.642000', '110715.645000', '110715.647000', '110715.650000', '110715.653000', '110715.656000', '110715.659000', '110715.717000', '110715.720000', '110715.723000', '110715.726000', '110715.729000', '110715.732000', '110715.735000', '110715.737000', '110715.740000', '110715.743000', '110715.746000', '110715.749000', '110715.752000', '110715.755000', '110715.758000', '110715.761000', '110715.763000', '110715.766000', '110715.769000', '110715.772000', '110715.775000', '110715.778000', '110735.600000', '110735.603000', '110735.618000', '110735.620000', '110735.623000', '110735.626000', '110735.629000', '110735.632000', '110735.635000', '110735.638000', '110735.640000', '110735.643000', '110735.646000', '110735.649000', '110735.652000', '110735.655000', '110735.658000', '110735.661000', '110735.664000', '110735.667000', '110735.669000', '110735.672000', '110735.675000', '110735.678000', '110735.681000', '110735.684000', '110735.687000', '110735.689000', '110735.692000', '110735.695000', '110735.698000', '110735.708000', '110735.711000', '110735.714000', '110735.717000', '110735.720000', '110735.723000', '110735.726000', '110735.728000', '110735.731000', '110735.734000', '110735.737000', '110735.740000', '110735.743000', '110755.600000', '110755.603000', '110755.606000', '110755.616000', '110755.619000', '110755.621000', '110755.624000', '110755.627000', '110755.630000', '110755.633000', '110755.636000', '110755.639000', '110755.642000', '110755.645000', '110755.647000', '110755.650000', '110755.653000', '110755.656000', '110755.659000', '110755.662000', '110755.665000', '110755.668000', '110755.671000', '110755.673000', '110755.676000', '110755.679000', '110755.682000', '110755.693000', '110755.696000', '110755.699000', '110755.702000', '110755.705000', '110755.708000', '110755.724000', '110755.727000', '110755.730000', '110755.732000', '110755.735000', '110755.738000', '110755.741000', '110755.744000', '110755.747000', '110755.750000', '110815.600000', '110815.603000', '110815.606000', '110815.609000', '110815.612000', '110815.615000', '110815.617000', '110815.620000', '110815.623000', '110815.626000', '110815.629000', '110815.632000', '110815.635000', '110815.638000', '110815.641000', '110815.644000', '110815.646000', '110815.649000', '110815.652000', '110815.655000', '110815.658000', '110815.661000', '110815.664000', '110815.667000', '110815.670000', '110815.673000', '110815.675000', '110815.678000', '110815.681000', '110815.684000', '110815.687000', '110815.690000', '110815.693000', '110815.696000', '110815.699000', '110815.702000', '110815.705000', '110815.707000', '110815.710000', '110815.713000', '110815.716000', '110815.719000', '110815.722000', '110815.725000', '110835.600000', '110835.603000', '110835.606000', '110835.609000', '110835.612000', '110835.615000', '110835.617000', '110835.620000', '110835.623000', '110835.626000', '110835.629000', '110835.632000', '110835.635000', '110835.638000', '110835.641000', '110835.645000', '110835.647000', '110835.650000', '110835.653000', '110835.656000', '110835.659000', '110835.662000', '110835.665000', '110835.668000', '110835.670000', '110835.673000', '110835.676000', '110835.679000', '110835.682000', '110835.685000', '110835.688000', '110835.691000', '110835.694000', '110835.697000', '110835.700000', '110835.703000', '110835.706000', '110835.709000', '110835.712000', '110835.715000', '110835.717000', '110835.720000', '110835.723000', '110855.600000', '110855.603000', '110855.606000', '110855.609000', '110855.612000', '110855.615000', '110855.618000', '110855.621000', '110855.623000', '110855.626000', '110855.629000', '110855.632000', '110855.635000', '110855.638000', '110855.641000', '110855.644000', '110855.647000', '110855.650000', '110855.653000', '110855.656000', '110855.659000', '110855.661000', '110855.664000', '110855.667000', '110855.670000', '110855.673000', '110855.676000', '110855.679000', '110855.682000', '110855.685000', '110855.688000', '110855.690000', '110855.693000', '110855.696000', '110855.699000', '110855.702000', '110855.705000', '110855.708000', '110855.711000', '110855.714000', '110855.716000', '110855.734000', '110855.737000', '110855.739000', '110915.599000', '110915.602000', '110915.605000', '110915.608000', '110915.611000', '110915.614000', '110915.617000', '110915.619000', '110915.622000', '110915.625000', '110915.628000', '110915.631000', '110915.634000', '110915.637000', '110915.640000', '110915.642000', '110915.645000', '110915.648000', '110915.651000', '110915.654000', '110915.657000', '110915.660000', '110915.663000', '110915.665000', '110915.668000', '110915.671000', '110915.674000', '110915.677000', '110915.680000', '110915.683000', '110915.686000', '110915.689000', '110915.692000', '110915.694000', '110915.697000', '110915.700000', '110915.703000', '110915.706000', '110915.710000', '110915.713000', '110915.716000', '110915.719000', '110915.724000', '110935.600000', '110935.603000', '110935.606000', '110935.609000', '110935.612000', '110935.615000', '110935.618000', '110935.620000', '110935.623000', '110935.626000', '110935.629000', '110935.632000', '110935.635000', '110935.638000', '110935.641000', '110935.644000', '110935.646000', '110935.649000', '110935.652000', '110935.655000', '110935.658000', '110935.661000', '110935.664000', '110935.666000', '110935.669000', '110935.672000', '110935.675000', '110935.678000', '110935.681000', '110935.684000', '110935.687000', '110935.690000', '110935.698000', '110935.701000', '110935.704000', '110935.707000', '110935.709000', '110935.712000', '110935.715000', '110935.718000', '110935.721000', '110935.724000', '110935.727000', '110935.730000', '110955.600000', '110955.603000', '110955.606000', '110955.609000', '110955.612000', '110955.615000', '110955.618000', '110955.620000', '110955.623000', '110955.626000', '110955.629000', '110955.632000', '110955.635000', '110955.638000', '110955.641000', '110955.644000', '110955.646000', '110955.649000', '110955.652000', '110955.655000', '110955.658000', '110955.661000', '110955.664000', '110955.667000', '110955.669000', '110955.672000', '110955.675000', '110955.679000', '110955.682000', '110955.685000', '110955.688000', '110955.691000', '110955.694000', '110955.696000', '110955.699000', '110955.702000', '110955.705000', '110955.708000', '110955.711000', '110955.714000', '110955.717000', '110955.720000', '110955.723000', '111015.600000', '111015.603000', '111015.606000', '111015.609000', '111015.612000', '111015.615000', '111015.617000', '111015.620000', '111015.623000', '111015.626000', '111015.629000', '111015.632000', '111015.635000', '111015.638000', '111015.641000', '111015.643000', '111015.646000', '111015.649000', '111015.652000', '111015.655000', '111015.658000', '111015.661000', '111015.664000', '111015.667000', '111015.670000', '111015.672000', '111015.675000', '111015.678000', '111015.681000', '111015.684000', '111015.687000', '111015.690000', '111015.693000', '111015.696000', '111015.698000', '111015.701000', '111015.704000', '111015.707000', '111015.710000', '111015.713000', '111015.716000', '111015.719000', '111015.722000', '111015.724000', '111035.600000', '111035.603000', '111035.606000', '111035.609000', '111035.612000', '111035.615000', '111035.618000', '111035.621000', '111035.639000', '111035.642000', '111035.644000', '111035.647000', '111035.650000', '111035.653000', '111035.656000', '111035.659000', '111035.662000', '111035.665000', '111035.667000', '111035.670000', '111035.673000', '111035.676000', '111035.679000', '111035.682000', '111035.685000', '111035.688000', '111035.690000', '111035.693000', '111035.696000', '111035.699000', '111035.702000', '111035.705000', '111035.708000', '111035.711000', '111035.714000', '111035.717000', '111035.719000', '111035.722000', '111035.725000', '111035.728000', '111035.731000', '111035.734000', '111035.737000', '111055.600000', '111055.603000', '111055.606000', '111055.609000', '111055.612000', '111055.615000', '111055.618000', '111055.621000', '111055.623000', '111055.626000', '111055.629000', '111055.632000', '111055.635000', '111055.638000', '111055.641000', '111055.644000', '111055.646000', '111055.649000', '111055.652000', '111055.655000', '111055.658000', '111055.661000', '111055.664000', '111055.667000', '111055.670000', '111055.673000', '111055.676000', '111055.678000', '111055.681000', '111055.684000', '111055.687000', '111055.690000', '111055.693000', '111055.696000', '111055.699000', '111055.702000', '111055.704000', '111055.707000', '111055.710000', '111055.713000', '111055.716000', '111055.719000', '111055.722000', '111055.725000', '111115.599000', '111115.602000', '111115.605000', '111115.608000', '111115.611000', '111115.614000', '111115.617000', '111115.620000', '111115.623000', '111115.625000', '111115.628000', '111115.631000', '111115.634000', '111115.637000', '111115.640000', '111115.643000', '111115.646000', '111115.649000', '111115.652000', '111115.654000', '111115.657000', '111115.660000', '111115.663000', '111115.666000', '111115.669000', '111115.672000', '111115.675000', '111115.678000', '111115.680000', '111115.683000', '111115.686000', '111115.689000', '111115.692000', '111115.695000', '111115.698000', '111115.701000', '111115.704000', '111115.707000', '111115.710000', '111115.712000', '111115.717000', '111115.720000', '111115.723000', '111135.600000', '111135.603000', '111135.607000', '111135.610000', '111135.613000', '111135.616000', '111135.619000', '111135.622000', '111135.625000', '111135.628000', '111135.631000', '111135.634000', '111135.637000', '111135.639000', '111135.642000', '111135.645000', '111135.648000', '111135.651000', '111135.654000', '111135.657000', '111135.660000', '111135.663000', '111135.665000', '111135.668000', '111135.671000', '111135.674000', '111135.677000', '111135.680000', '111135.683000', '111135.686000', '111135.689000', '111135.692000', '111135.694000', '111135.697000', '111135.700000', '111135.703000', '111135.706000', '111135.709000', '111135.712000', '111135.715000', '111135.718000', '111135.720000', '111135.723000', '111135.726000', '111154.006000', '111154.010000', '111154.013000', '111154.016000', '111154.019000', '111154.023000', '111154.025000', '111154.028000', '111154.031000', '111154.035000', '111154.038000', '111154.041000', '111154.044000', '111154.046000', '111154.049000', '111154.052000', '111154.055000', '111154.058000', '111154.061000', '111154.071000', '111154.074000', '111154.077000', '111154.080000', '111154.083000', '111154.086000', '111154.089000', '111154.092000', '111154.095000', '111154.098000', '111154.101000', '111154.104000', '111154.107000', '111154.110000', '111154.113000', '111154.116000', '111154.119000', '111154.122000', '111154.125000', '111154.128000', '111154.131000'], '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': [11219, 8101, 9540, 8582, 9506, 9253, 8533, 11122, 9884, 12239, 8186, 9844, 7818, 8187, 9216, 7027, 9763, 7645, 9521, 9176, 7415, 11093, 8464, 10656, 8436, 11202, 9110, 11753, 9424, 8878, 7694, 6946, 8255, 7067, 10408, 8470, 6901, 8079, 7248, 10093, 7310, 8342, 9341, 7214, 11115, 9061, 9816, 7894, 7024, 9944, 7986, 11000, 9420, 12110, 12120, 11257, 13057, 9594, 7311, 9869, 8985, 10100, 14253, 13539, 14254, 13809, 10537, 8461, 8514, 6947, 10212, 8929, 8741, 12079, 9295, 10156, 8015, 7124, 9870, 6912, 10957, 9199, 13528, 9777, 6805, 8435, 7224, 10056, 6957, 10880, 7490, 11181, 9553, 12717, 9045, 6690, 8893, 7188, 10163, 7180, 10583, 7110, 11319, 7824, 10330, 8095, 10108, 7966, 8260, 8451, 7259, 9551, 6961, 10492, 7083, 10237, 7013, 10641, 8797, 8221, 9394, 8546, 13078, 8614, 6641, 8694, 6955, 10507, 9233, 7835, 11213, 10142, 8171, 8122, 7270, 10520, 7875, 13103, 11745, 14316, 9621, 6713, 9244, 7114, 11105, 9463, 7858, 10149, 7443, 7999, 7800, 6734, 10667, 8801, 9683, 8951, 6792, 8219, 6774, 8886, 7427, 9003, 7435, 8925, 7571, 8785, 7479, 8648, 6829, 8521, 7060, 8560, 6844, 9699, 7340, 9517, 6786, 10097, 7036, 10644, 7962, 11022, 8565, 10620, 8464, 10213, 7721, 10422, 7740, 10897, 8245, 10976, 8541, 9957, 7540, 10221, 7785, 10627, 8464, 9974, 8763, 7779, 8927, 7952, 13205, 10470, 13438, 9250, 10009, 8177, 10441, 9021, 9712, 9382, 8436, 10301, 10011, 13679, 11730, 12043, 14096, 11506, 13730, 9257, 11510, 8902, 11365, 8580, 11724, 10263, 13164, 14578, 11775, 9420, 7182, 6892, 9233, 7863, 8232, 9606, 7493, 11544, 9931, 7671, 8846, 7648, 11140, 9233, 10345, 9100, 8614, 8694, 7478, 9724, 7272, 9455, 7394, 11067, 8196, 11394, 8731, 10991, 9271, 9387, 8443, 6967, 9005, 6915, 9980, 6886, 8718, 7531, 6970, 8070, 9524, 8565, 10723, 8782, 11124, 8677, 11162, 7137, 10921, 6868, 9899, 6992, 9214, 6835, 9259, 6850, 10002, 6794, 10710, 8559, 9749, 7672, 9939, 8212, 10840, 8397, 11348, 7451, 10780, 7490, 10308, 8607, 9097, 7055, 9871, 8213, 8710, 8610, 7673, 9521, 6885, 10120, 7612, 9912, 7657, 8675, 8641, 9121, 9397, 12414, 12137, 13353, 10914, 8801, 9390, 8493, 8955, 7863, 9478, 8536, 11058, 8944, 9644, 7043, 9209, 6776, 10649, 6893, 10749, 7312, 10375, 7754, 10603, 8268, 9760, 8471, 8638, 8530, 7501, 9051, 7925, 9219, 7362, 9544, 6540, 10016, 7392, 10766, 8356, 10545, 8374, 9595, 8120, 6508, 7410, 6954, 7986, 8277, 8908, 9385, 9032, 9817, 10102, 8640, 8615, 6826, 8329, 7130, 9733, 8905, 13137, 11608, 13752, 8578, 6767, 8318, 7080, 10333, 7107, 10869, 7811, 10960, 7486, 10614, 6868, 10223, 8101, 11280, 8988, 10868, 9262, 11738, 8838, 7932, 7821, 7014, 9296, 7973, 8471, 7107, 9150, 6927, 9101, 7122, 9587, 7491, 9188, 7124, 8854, 7362, 8936, 7269, 9175, 7740, 8441, 7009, 9125, 7248, 9296, 7376, 9744, 8527, 9808, 7754, 9141, 7436, 10469, 7513, 10042, 8816, 8328, 8771, 7049, 8536, 7328, 9926, 8875, 8357, 9452, 8784, 10171, 9019, 11190, 9177, 11395, 9364, 11755, 10210, 13129, 11260, 13170, 9468, 10337, 7719, 10288, 7906, 10728, 7991, 10701, 7966, 10626, 7824, 10347, 7563, 10513, 8504, 9895, 8549, 6630, 7702, 7155, 9158, 7118, 9784, 7607, 9991, 7907, 9569, 6836, 10044, 7033, 10682, 7460, 10607, 9218, 9857, 7415, 10089, 8263, 9675, 8660, 8861, 8448, 6556, 7423, 8542, 8082, 9744, 8145, 10030, 8487, 11434, 9690, 13442, 8683, 9400, 7431, 8525, 8728, 8618, 9273, 8207, 9161, 8230, 9045, 7569, 7917, 7705, 7156, 8834, 7197, 8636, 6901, 8425, 6896, 9170, 7428, 9295, 8447, 8099, 7100, 7452, 6935, 8689, 7368, 9453, 8357, 9515, 7111, 8812, 6598, 9352, 9119, 8960, 9501, 8404, 8151, 7320, 9393, 7668, 10913, 9113, 12231, 10717, 13327, 12722, 12512, 11296, 10925, 9802, 8733, 9039, 7685, 9530, 8007, 9392, 6827, 9023, 6982, 9632, 7348, 9761, 7901, 8564, 7577, 8603, 8260, 9551, 7920, 9785, 7797, 9474, 7470, 9852, 7225, 9535, 7572, 10186, 7921, 8963, 6874, 9914, 7397, 10147, 7549, 9741, 7584, 9225, 7489, 9566, 7314, 10324, 7575, 10362, 8092, 9759, 8461, 8344, 8004, 6859, 8700, 7391, 9829, 7716, 10088, 7853, 10156, 8820, 9795, 8472, 10956, 8111, 10346, 8790, 11116, 8644, 11689, 12460, 10974, 13455, 9965, 10763, 8182, 9830, 8348, 8906, 7430, 7421, 7529, 6969, 9266, 7897, 8517, 6974, 8755, 6995, 9183, 7196, 8867, 10277, 8776, 10018, 7798, 9183, 7350, 9533, 8070, 9823, 8501, 9563, 7700, 9679, 7916, 9440, 9293, 8527, 8791, 7621, 9267, 6827, 9209, 7039, 9792, 7591, 9886, 6949, 9751, 8042, 9632, 7498, 10533, 7081, 9698, 7543, 9224, 8566, 8837, 9605, 8729, 11965, 10252, 13471, 10845, 12921, 8514, 8904, 7634, 9667, 8357, 10025, 8282, 10791, 9053, 10197, 7898, 9308, 7677, 9435, 9086, 9147, 8147, 6794, 8215, 6970, 8895, 7153, 9442, 7187, 9444, 6969, 9419, 7195, 10084, 7827, 9856, 7869, 9657, 8050, 9532, 7960, 8751, 9031, 7805, 8510, 7319, 9129, 6994, 9342, 7321, 9408, 7868, 10083, 7582, 7904, 7709, 8024, 9143, 9910, 9691, 8791, 8469, 7242, 8857, 7172, 9435, 7827, 10265, 8550, 12292, 10730, 13624, 11709, 10357, 7770, 6745, 9201, 7172, 9990, 7655, 11257, 9808, 11749, 9543, 7941, 9411, 7800, 9715, 8803, 11239, 12076, 11124, 9425, 9237, 7650, 8953, 6977, 10052, 8442, 9162, 7442, 7048, 8640, 6863, 9123, 7418, 9899, 7806, 9009, 7413, 8512, 6870, 8964, 6962, 9593, 7201, 9524, 7479, 9704, 7462, 9917, 7362, 9348, 7274, 9710, 8134, 10357, 8076, 10006, 7739, 10127, 7592, 9897, 7990, 10998, 9122, 11889, 9499, 10968, 8384, 10795, 8015, 10664, 8361, 10717, 9000, 11074, 9135, 9397, 9422, 7047, 8555, 6975, 9683, 7807, 10082, 8140, 9817, 8233, 9846, 8264, 10032, 8281, 10851, 8810, 11780, 8927, 9665, 8722], 'WindowCenter': [4388.0, 4344.0, 4349.0, 4336.0, 4332.0, 4332.0, 4319.0, 4342.0, 4343.0, 4351.0, 4311.0, 4329.0, 4298.0, 4306.0, 4331.0, 4300.0, 4331.0, 4313.0, 4319.0, 4320.0, 4298.0, 4328.0, 4308.0, 4327.0, 4295.0, 4313.0, 4304.0, 4323.0, 4322.0, 4306.0, 4309.0, 4297.0, 4308.0, 4285.0, 4325.0, 4308.0, 4300.0, 4310.0, 4311.0, 4342.0, 4324.0, 4323.0, 4335.0, 4313.0, 4355.0, 4348.0, 4333.0, 4322.0, 4301.0, 4329.0, 4308.0, 4328.0, 4319.0, 4338.0, 4353.0, 4342.0, 4363.0, 4330.0, 4298.0, 4316.0, 4306.0, 4317.0, 4349.0, 4349.0, 4362.0, 4350.0, 4327.0, 4292.0, 4292.0, 4271.0, 4299.0, 4291.0, 4292.0, 4324.0, 4292.0, 4314.0, 4295.0, 4283.0, 4302.0, 4271.0, 4312.0, 4303.0, 4323.0, 4302.0, 4271.0, 4293.0, 4282.0, 4301.0, 4270.0, 4311.0, 4282.0, 4311.0, 4304.0, 4320.0, 4290.0, 4270.0, 4303.0, 4284.0, 4311.0, 4271.0, 4313.0, 4271.0, 4324.0, 4295.0, 4316.0, 4294.0, 4313.0, 4295.0, 4294.0, 4294.0, 4284.0, 4315.0, 4286.0, 4316.0, 4287.0, 4327.0, 4287.0, 4315.0, 4305.0, 4294.0, 4306.0, 4307.0, 4348.0, 4307.0, 4285.0, 4294.0, 4285.0, 4326.0, 4306.0, 4297.0, 4329.0, 4319.0, 4308.0, 4295.0, 4286.0, 4313.0, 4282.0, 4335.0, 4327.0, 4333.0, 4302.0, 4272.0, 4302.0, 4281.0, 4310.0, 4302.0, 4281.0, 4302.0, 4271.0, 4292.0, 4282.0, 4273.0, 4312.0, 4307.0, 4303.0, 4306.0, 4285.0, 4306.0, 4273.0, 4303.0, 4280.0, 4293.0, 4270.0, 4292.0, 4280.0, 4290.0, 4267.0, 4290.0, 4269.0, 4291.0, 4269.0, 4290.0, 4270.0, 4302.0, 4282.0, 4302.0, 4284.0, 4315.0, 4285.0, 4313.0, 4296.0, 4325.0, 4307.0, 4327.0, 4309.0, 4328.0, 4311.0, 4329.0, 4309.0, 4326.0, 4308.0, 4339.0, 4322.0, 4331.0, 4311.0, 4330.0, 4310.0, 4328.0, 4321.0, 4328.0, 4322.0, 4308.0, 4319.0, 4295.0, 4346.0, 4328.0, 4363.0, 4330.0, 4330.0, 4308.0, 4325.0, 4306.0, 4313.0, 4317.0, 4306.0, 4326.0, 4316.0, 4348.0, 4324.0, 4322.0, 4334.0, 4310.0, 4333.0, 4291.0, 4298.0, 4275.0, 4295.0, 4275.0, 4294.0, 4285.0, 4305.0, 4330.0, 4304.0, 4285.0, 4251.0, 4253.0, 4271.0, 4263.0, 4274.0, 4287.0, 4254.0, 4308.0, 4300.0, 4267.0, 4286.0, 4264.0, 4291.0, 4273.0, 4269.0, 4274.0, 4259.0, 4272.0, 4251.0, 4271.0, 4249.0, 4269.0, 4238.0, 4266.0, 4243.0, 4274.0, 4257.0, 4266.0, 4258.0, 4256.0, 4260.0, 4250.0, 4269.0, 4238.0, 4281.0, 4253.0, 4274.0, 4265.0, 4265.0, 4279.0, 4297.0, 4290.0, 4309.0, 4290.0, 4309.0, 4288.0, 4297.0, 4257.0, 4295.0, 4254.0, 4287.0, 4254.0, 4287.0, 4257.0, 4287.0, 4269.0, 4300.0, 4269.0, 4310.0, 4293.0, 4300.0, 4293.0, 4313.0, 4304.0, 4321.0, 4291.0, 4323.0, 4294.0, 4324.0, 4285.0, 4314.0, 4304.0, 4303.0, 4284.0, 4314.0, 4303.0, 4303.0, 4307.0, 4307.0, 4318.0, 4287.0, 4328.0, 4308.0, 4328.0, 4296.0, 4305.0, 4304.0, 4304.0, 4318.0, 4333.0, 4336.0, 4335.0, 4324.0, 4301.0, 4302.0, 4289.0, 4288.0, 4277.0, 4301.0, 4289.0, 4311.0, 4288.0, 4301.0, 4271.0, 4287.0, 4257.0, 4296.0, 4254.0, 4297.0, 4266.0, 4298.0, 4279.0, 4299.0, 4292.0, 4300.0, 4292.0, 4289.0, 4290.0, 4269.0, 4293.0, 4290.0, 4302.0, 4281.0, 4303.0, 4274.0, 4313.0, 4281.0, 4310.0, 4293.0, 4314.0, 4305.0, 4301.0, 4293.0, 4274.0, 4299.0, 4286.0, 4294.0, 4290.0, 4303.0, 4302.0, 4306.0, 4312.0, 4313.0, 4293.0, 4304.0, 4272.0, 4290.0, 4268.0, 4302.0, 4300.0, 4332.0, 4322.0, 4334.0, 4303.0, 4282.0, 4293.0, 4281.0, 4310.0, 4282.0, 4311.0, 4282.0, 4310.0, 4280.0, 4310.0, 4257.0, 4300.0, 4277.0, 4298.0, 4275.0, 4295.0, 4288.0, 4306.0, 4278.0, 4265.0, 4266.0, 4254.0, 4287.0, 4277.0, 4276.0, 4267.0, 4287.0, 4267.0, 4287.0, 4268.0, 4300.0, 4282.0, 4304.0, 4285.0, 4304.0, 4283.0, 4305.0, 4284.0, 4307.0, 4283.0, 4294.0, 4284.0, 4304.0, 4283.0, 4305.0, 4284.0, 4316.0, 4306.0, 4316.0, 4283.0, 4304.0, 4295.0, 4325.0, 4285.0, 4313.0, 4318.0, 4306.0, 4320.0, 4298.0, 4319.0, 4309.0, 4329.0, 4319.0, 4307.0, 4331.0, 4322.0, 4330.0, 4320.0, 4328.0, 4317.0, 4327.0, 4306.0, 4326.0, 4314.0, 4336.0, 4323.0, 4335.0, 4301.0, 4303.0, 4267.0, 4286.0, 4266.0, 4296.0, 4265.0, 4298.0, 4265.0, 4299.0, 4268.0, 4286.0, 4268.0, 4296.0, 4278.0, 4286.0, 4289.0, 4269.0, 4281.0, 4280.0, 4300.0, 4269.0, 4313.0, 4282.0, 4316.0, 4281.0, 4304.0, 4285.0, 4315.0, 4270.0, 4311.0, 4282.0, 4313.0, 4302.0, 4314.0, 4283.0, 4310.0, 4291.0, 4301.0, 4294.0, 4291.0, 4291.0, 4259.0, 4282.0, 4291.0, 4282.0, 4301.0, 4280.0, 4301.0, 4289.0, 4312.0, 4290.0, 4319.0, 4277.0, 4288.0, 4254.0, 4264.0, 4262.0, 4263.0, 4271.0, 4262.0, 4272.0, 4264.0, 4274.0, 4266.0, 4264.0, 4267.0, 4266.0, 4289.0, 4269.0, 4289.0, 4282.0, 4292.0, 4271.0, 4301.0, 4280.0, 4302.0, 4280.0, 4281.0, 4272.0, 4282.0, 4281.0, 4291.0, 4280.0, 4314.0, 4292.0, 4316.0, 4286.0, 4317.0, 4298.0, 4316.0, 4317.0, 4317.0, 4317.0, 4309.0, 4309.0, 4284.0, 4304.0, 4297.0, 4325.0, 4304.0, 4321.0, 4300.0, 4320.0, 4308.0, 4306.0, 4295.0, 4285.0, 4273.0, 4259.0, 4261.0, 4249.0, 4273.0, 4263.0, 4272.0, 4254.0, 4274.0, 4253.0, 4283.0, 4264.0, 4286.0, 4279.0, 4288.0, 4280.0, 4289.0, 4291.0, 4300.0, 4292.0, 4301.0, 4283.0, 4303.0, 4271.0, 4302.0, 4282.0, 4302.0, 4282.0, 4300.0, 4280.0, 4302.0, 4284.0, 4312.0, 4281.0, 4300.0, 4283.0, 4303.0, 4295.0, 4302.0, 4284.0, 4313.0, 4283.0, 4300.0, 4280.0, 4300.0, 4294.0, 4301.0, 4295.0, 4294.0, 4294.0, 4284.0, 4316.0, 4296.0, 4316.0, 4296.0, 4326.0, 4309.0, 4328.0, 4332.0, 4319.0, 4308.0, 4326.0, 4295.0, 4314.0, 4292.0, 4311.0, 4280.0, 4309.0, 4309.0, 4298.0, 4319.0, 4287.0, 4295.0, 4278.0, 4284.0, 4277.0, 4274.0, 4268.0, 4267.0, 4278.0, 4269.0, 4302.0, 4293.0, 4294.0, 4283.0, 4303.0, 4271.0, 4301.0, 4270.0, 4303.0, 4311.0, 4306.0, 4302.0, 4284.0, 4303.0, 4284.0, 4302.0, 4293.0, 4301.0, 4303.0, 4303.0, 4284.0, 4303.0, 4295.0, 4301.0, 4304.0, 4293.0, 4293.0, 4293.0, 4304.0, 4284.0, 4317.0, 4297.0, 4325.0, 4295.0, 4316.0, 4285.0, 4318.0, 4307.0, 4320.0, 4285.0, 4325.0, 4284.0, 4314.0, 4295.0, 4305.0, 4305.0, 4303.0, 4317.0, 4308.0, 4341.0, 4326.0, 4338.0, 4326.0, 4335.0, 4305.0, 4304.0, 4293.0, 4301.0, 4292.0, 4302.0, 4293.0, 4312.0, 4294.0, 4311.0, 4279.0, 4288.0, 4278.0, 4286.0, 4290.0, 4288.0, 4279.0, 4269.0, 4289.0, 4267.0, 4288.0, 4266.0, 4302.0, 4267.0, 4287.0, 4268.0, 4288.0, 4269.0, 4298.0, 4281.0, 4299.0, 4292.0, 4300.0, 4292.0, 4301.0, 4294.0, 4291.0, 4305.0, 4295.0, 4304.0, 4296.0, 4316.0, 4284.0, 4315.0, 4295.0, 4304.0, 4308.0, 4326.0, 4297.0, 4306.0, 4297.0, 4306.0, 4316.0, 4316.0, 4329.0, 4306.0, 4308.0, 4297.0, 4320.0, 4299.0, 4317.0, 4295.0, 4328.0, 4308.0, 4339.0, 4328.0, 4348.0, 4338.0, 4328.0, 4307.0, 4285.0, 4306.0, 4283.0, 4314.0, 4295.0, 4325.0, 4327.0, 4325.0, 4316.0, 4295.0, 4305.0, 4282.0, 4301.0, 4303.0, 4324.0, 4323.0, 4313.0, 4290.0, 4288.0, 4269.0, 4290.0, 4268.0, 4301.0, 4292.0, 4300.0, 4282.0, 4270.0, 4292.0, 4269.0, 4290.0, 4269.0, 4301.0, 4282.0, 4291.0, 4270.0, 4291.0, 4271.0, 4303.0, 4284.0, 4314.0, 4284.0, 4314.0, 4295.0, 4315.0, 4298.0, 4316.0, 4298.0, 4318.0, 4298.0, 4315.0, 4307.0, 4315.0, 4307.0, 4316.0, 4297.0, 4316.0, 4296.0, 4315.0, 4294.0, 4315.0, 4303.0, 4325.0, 4302.0, 4313.0, 4291.0, 4313.0, 4282.0, 4313.0, 4293.0, 4313.0, 4305.0, 4311.0, 4305.0, 4291.0, 4303.0, 4274.0, 4306.0, 4301.0, 4328.0, 4309.0, 4327.0, 4309.0, 4328.0, 4310.0, 4329.0, 4310.0, 4318.0, 4311.0, 4326.0, 4309.0, 4336.0, 4305.0, 4303.0, 4305.0], 'WindowWidth': [9675.0, 9606.0, 9604.0, 9581.0, 9569.0, 9567.0, 9545.0, 9578.0, 9581.0, 9589.0, 9533.0, 9558.0, 9512.0, 9521.0, 9562.0, 9518.0, 9562.0, 9540.0, 9542.0, 9544.0, 9513.0, 9554.0, 9525.0, 9550.0, 9503.0, 9524.0, 9515.0, 9539.0, 9548.0, 9521.0, 9528.0, 9511.0, 9524.0, 9492.0, 9545.0, 9529.0, 9519.0, 9531.0, 9538.0, 9580.0, 9560.0, 9555.0, 9573.0, 9541.0, 9600.0, 9597.0, 9568.0, 9553.0, 9522.0, 9558.0, 9527.0, 9554.0, 9545.0, 9568.0, 9595.0, 9578.0, 9610.0, 9559.0, 9513.0, 9535.0, 9523.0, 9536.0, 9582.0, 9583.0, 9607.0, 9585.0, 9547.0, 9498.0, 9493.0, 9464.0, 9499.0, 9489.0, 9493.0, 9537.0, 9490.0, 9526.0, 9502.0, 9486.0, 9507.0, 9463.0, 9520.0, 9508.0, 9535.0, 9508.0, 9464.0, 9495.0, 9482.0, 9504.0, 9460.0, 9517.0, 9479.0, 9517.0, 9507.0, 9527.0, 9487.0, 9462.0, 9511.0, 9486.0, 9519.0, 9465.0, 9521.0, 9465.0, 9539.0, 9501.0, 9528.0, 9499.0, 9524.0, 9505.0, 9500.0, 9501.0, 9487.0, 9530.0, 9490.0, 9532.0, 9494.0, 9548.0, 9496.0, 9529.0, 9516.0, 9502.0, 9521.0, 9522.0, 9580.0, 9524.0, 9491.0, 9499.0, 9491.0, 9546.0, 9519.0, 9507.0, 9554.0, 9538.0, 9525.0, 9506.0, 9491.0, 9525.0, 9479.0, 9557.0, 9545.0, 9549.0, 9506.0, 9468.0, 9507.0, 9480.0, 9514.0, 9510.0, 9478.0, 9508.0, 9465.0, 9496.0, 9481.0, 9472.0, 9522.0, 9521.0, 9511.0, 9517.0, 9491.0, 9519.0, 9471.0, 9511.0, 9475.0, 9496.0, 9463.0, 9493.0, 9474.0, 9488.0, 9454.0, 9488.0, 9460.0, 9491.0, 9459.0, 9489.0, 9463.0, 9507.0, 9481.0, 9509.0, 9489.0, 9530.0, 9491.0, 9525.0, 9507.0, 9544.0, 9524.0, 9548.0, 9529.0, 9550.0, 9534.0, 9557.0, 9529.0, 9547.0, 9527.0, 9568.0, 9551.0, 9558.0, 9534.0, 9561.0, 9534.0, 9554.0, 9548.0, 9554.0, 9553.0, 9528.0, 9541.0, 9504.0, 9577.0, 9554.0, 9612.0, 9560.0, 9561.0, 9527.0, 9544.0, 9521.0, 9527.0, 9538.0, 9523.0, 9550.0, 9533.0, 9579.0, 9543.0, 9535.0, 9556.0, 9517.0, 9549.0, 9491.0, 9495.0, 9462.0, 9488.0, 9463.0, 9485.0, 9474.0, 9500.0, 9545.0, 9499.0, 9474.0, 9425.0, 9426.0, 9450.0, 9442.0, 9459.0, 9481.0, 9430.0, 9513.0, 9501.0, 9454.0, 9479.0, 9448.0, 9477.0, 9454.0, 9446.0, 9455.0, 9433.0, 9453.0, 9423.0, 9450.0, 9419.0, 9444.0, 9402.0, 9433.0, 9402.0, 9444.0, 9424.0, 9435.0, 9427.0, 9423.0, 9434.0, 9421.0, 9446.0, 9402.0, 9463.0, 9430.0, 9461.0, 9451.0, 9450.0, 9474.0, 9494.0, 9490.0, 9511.0, 9489.0, 9511.0, 9483.0, 9493.0, 9440.0, 9488.0, 9433.0, 9478.0, 9433.0, 9482.0, 9440.0, 9482.0, 9459.0, 9504.0, 9461.0, 9517.0, 9496.0, 9504.0, 9502.0, 9527.0, 9517.0, 9534.0, 9495.0, 9539.0, 9503.0, 9544.0, 9490.0, 9528.0, 9514.0, 9515.0, 9491.0, 9528.0, 9514.0, 9514.0, 9525.0, 9526.0, 9542.0, 9498.0, 9553.0, 9528.0, 9556.0, 9510.0, 9517.0, 9515.0, 9514.0, 9540.0, 9554.0, 9559.0, 9556.0, 9541.0, 9507.0, 9510.0, 9486.0, 9485.0, 9468.0, 9505.0, 9487.0, 9518.0, 9483.0, 9504.0, 9465.0, 9484.0, 9440.0, 9491.0, 9434.0, 9493.0, 9452.0, 9497.0, 9474.0, 9501.0, 9496.0, 9503.0, 9494.0, 9488.0, 9490.0, 9460.0, 9496.0, 9490.0, 9509.0, 9478.0, 9510.0, 9476.0, 9525.0, 9483.0, 9518.0, 9500.0, 9525.0, 9519.0, 9507.0, 9500.0, 9475.0, 9515.0, 9495.0, 9503.0, 9491.0, 9513.0, 9510.0, 9521.0, 9524.0, 9523.0, 9497.0, 9515.0, 9469.0, 9492.0, 9460.0, 9509.0, 9504.0, 9553.0, 9535.0, 9553.0, 9512.0, 9486.0, 9498.0, 9481.0, 9520.0, 9483.0, 9521.0, 9483.0, 9518.0, 9479.0, 9518.0, 9442.0, 9503.0, 9470.0, 9497.0, 9461.0, 9489.0, 9484.0, 9504.0, 9468.0, 9448.0, 9449.0, 9432.0, 9481.0, 9464.0, 9465.0, 9455.0, 9481.0, 9455.0, 9483.0, 9459.0, 9504.0, 9481.0, 9516.0, 9488.0, 9515.0, 9487.0, 9518.0, 9489.0, 9521.0, 9485.0, 9502.0, 9490.0, 9516.0, 9486.0, 9516.0, 9488.0, 9534.0, 9519.0, 9533.0, 9482.0, 9514.0, 9507.0, 9545.0, 9491.0, 9526.0, 9540.0, 9519.0, 9544.0, 9513.0, 9545.0, 9533.0, 9558.0, 9544.0, 9524.0, 9562.0, 9552.0, 9559.0, 9543.0, 9553.0, 9536.0, 9552.0, 9517.0, 9549.0, 9525.0, 9560.0, 9539.0, 9559.0, 9504.0, 9508.0, 9455.0, 9477.0, 9449.0, 9490.0, 9446.0, 9492.0, 9448.0, 9498.0, 9455.0, 9478.0, 9455.0, 9491.0, 9469.0, 9478.0, 9485.0, 9459.0, 9480.0, 9479.0, 9503.0, 9462.0, 9525.0, 9482.0, 9532.0, 9478.0, 9513.0, 9490.0, 9528.0, 9465.0, 9521.0, 9481.0, 9525.0, 9509.0, 9528.0, 9486.0, 9517.0, 9494.0, 9504.0, 9500.0, 9490.0, 9493.0, 9450.0, 9482.0, 9492.0, 9482.0, 9505.0, 9479.0, 9506.0, 9488.0, 9521.0, 9484.0, 9527.0, 9466.0, 9480.0, 9431.0, 9443.0, 9437.0, 9439.0, 9449.0, 9438.0, 9450.0, 9446.0, 9457.0, 9450.0, 9446.0, 9453.0, 9452.0, 9487.0, 9459.0, 9487.0, 9481.0, 9497.0, 9465.0, 9506.0, 9477.0, 9508.0, 9475.0, 9479.0, 9466.0, 9484.0, 9481.0, 9493.0, 9479.0, 9527.0, 9495.0, 9534.0, 9493.0, 9538.0, 9515.0, 9535.0, 9538.0, 9537.0, 9539.0, 9531.0, 9527.0, 9486.0, 9514.0, 9509.0, 9546.0, 9512.0, 9533.0, 9501.0, 9528.0, 9510.0, 9502.0, 9485.0, 9470.0, 9452.0, 9430.0, 9435.0, 9418.0, 9456.0, 9440.0, 9453.0, 9430.0, 9457.0, 9431.0, 9470.0, 9447.0, 9476.0, 9473.0, 9483.0, 9477.0, 9488.0, 9494.0, 9504.0, 9496.0, 9506.0, 9484.0, 9508.0, 9465.0, 9505.0, 9480.0, 9506.0, 9482.0, 9501.0, 9475.0, 9510.0, 9489.0, 9523.0, 9481.0, 9504.0, 9486.0, 9512.0, 9503.0, 9507.0, 9487.0, 9527.0, 9485.0, 9503.0, 9478.0, 9503.0, 9502.0, 9507.0, 9504.0, 9497.0, 9500.0, 9490.0, 9536.0, 9512.0, 9534.0, 9509.0, 9549.0, 9530.0, 9554.0, 9567.0, 9541.0, 9526.0, 9549.0, 9505.0, 9528.0, 9494.0, 9518.0, 9473.0, 9516.0, 9511.0, 9497.0, 9527.0, 9480.0, 9490.0, 9468.0, 9471.0, 9466.0, 9460.0, 9456.0, 9454.0, 9470.0, 9460.0, 9509.0, 9497.0, 9498.0, 9485.0, 9514.0, 9467.0, 9507.0, 9463.0, 9511.0, 9520.0, 9519.0, 9508.0, 9487.0, 9514.0, 9488.0, 9509.0, 9499.0, 9506.0, 9513.0, 9510.0, 9487.0, 9511.0, 9503.0, 9507.0, 9516.0, 9496.0, 9498.0, 9497.0, 9514.0, 9490.0, 9537.0, 9514.0, 9547.0, 9507.0, 9533.0, 9493.0, 9541.0, 9525.0, 9545.0, 9492.0, 9546.0, 9490.0, 9530.0, 9504.0, 9518.0, 9518.0, 9513.0, 9538.0, 9526.0, 9573.0, 9547.0, 9565.0, 9545.0, 9560.0, 9520.0, 9518.0, 9500.0, 9508.0, 9495.0, 9508.0, 9500.0, 9522.0, 9499.0, 9521.0, 9475.0, 9487.0, 9470.0, 9476.0, 9489.0, 9482.0, 9472.0, 9460.0, 9488.0, 9457.0, 9484.0, 9453.0, 9507.0, 9454.0, 9483.0, 9459.0, 9486.0, 9462.0, 9500.0, 9480.0, 9502.0, 9495.0, 9506.0, 9497.0, 9507.0, 9500.0, 9495.0, 9519.0, 9505.0, 9517.0, 9508.0, 9534.0, 9491.0, 9533.0, 9507.0, 9517.0, 9527.0, 9549.0, 9511.0, 9524.0, 9513.0, 9522.0, 9536.0, 9536.0, 9557.0, 9522.0, 9525.0, 9512.0, 9547.0, 9519.0, 9540.0, 9505.0, 9555.0, 9526.0, 9572.0, 9552.0, 9583.0, 9567.0, 9554.0, 9528.0, 9495.0, 9520.0, 9487.0, 9531.0, 9505.0, 9547.0, 9553.0, 9545.0, 9534.0, 9505.0, 9518.0, 9483.0, 9508.0, 9509.0, 9542.0, 9536.0, 9524.0, 9488.0, 9483.0, 9458.0, 9491.0, 9458.0, 9506.0, 9494.0, 9503.0, 9482.0, 9465.0, 9493.0, 9459.0, 9488.0, 9459.0, 9504.0, 9479.0, 9492.0, 9461.0, 9492.0, 9465.0, 9513.0, 9487.0, 9528.0, 9488.0, 9529.0, 9505.0, 9529.0, 9512.0, 9534.0, 9513.0, 9542.0, 9516.0, 9533.0, 9523.0, 9531.0, 9524.0, 9533.0, 9510.0, 9534.0, 9509.0, 9531.0, 9502.0, 9530.0, 9510.0, 9543.0, 9508.0, 9525.0, 9493.0, 9523.0, 9480.0, 9525.0, 9498.0, 9526.0, 9515.0, 9521.0, 9513.0, 9490.0, 9509.0, 9470.0, 9520.0, 9521.0, 9557.0, 9533.0, 9552.0, 9530.0, 9553.0, 9533.0, 9556.0, 9532.0, 9540.0, 9535.0, 9550.0, 9527.0, 9561.0, 9518.0, 9513.0, 9516.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.0006867931034482759</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.02459720850574713</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.897195554867615</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2105266299999997</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0065604500575362</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.5392</td></tr>
|
|
<tr><td colspan=3>fber</td><td>3235.782</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.1148606004851217</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>56</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>6.436781609195402</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3630841424955946</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.2973976724984984</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.524317757997393</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2675369969908927</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0205217</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.005991287995129824</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.031670063734054565</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>870</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.476737495811738</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>13.9929</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>62.5368</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>241.63</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>63.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>283111.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>1159.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>428.7826</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>3.3476</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>474.4754</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3446.2002</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3577.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>93433.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1621.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4422.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>799.0151</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>38.50663221383002</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> |