=== 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-0025 --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-0025",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
106 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
106 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-0025_ses-04_task-social_acq-mb8_run-06_bold :: MRIQC's BOLD fMRI report</title>
|
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
|
|
|
|
<script>
|
|
var timestamp = Date.now()
|
|
|
|
function read_form() {
|
|
var ds = "<unset>";
|
|
var sub = "sub-0025_ses-04_task-social_acq-mb8_run-06_bold.nii.gz";
|
|
|
|
var artifacts = [];
|
|
$('#qcartifacts-group input:checked').each(function() {
|
|
artifacts.push($(this).attr('name'));
|
|
});
|
|
|
|
var rating = $('#qcslider').val();
|
|
var payload = {
|
|
'dataset': ds,
|
|
'subject': sub,
|
|
'rating': rating,
|
|
'artifacts': artifacts,
|
|
'time_sec': (Date.now() - timestamp) / 1000,
|
|
'confidence': $('#qcextra-confidence').val(),
|
|
'comments': $('#qcextra-comments').val()
|
|
};
|
|
|
|
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
|
|
$('#btn-download').attr('href', URL.createObjectURL(file));
|
|
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
|
|
return payload
|
|
};
|
|
|
|
function toggle_rating() {
|
|
if ($('#qcrating-menu').hasClass('d-none')) {
|
|
$('#qcrating-menu').removeClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', true);
|
|
} else {
|
|
$('#qcrating-menu').addClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', false);
|
|
}
|
|
};
|
|
|
|
$(window).on('load',function(){
|
|
var authorization = $('#btn-post').val()
|
|
if (authorization.includes("secret_token")) {
|
|
$('#btn-post').addClass('d-none');
|
|
};
|
|
timestamp = Date.now();
|
|
});
|
|
|
|
</script>
|
|
<style type="text/css">
|
|
/* The slider itself */
|
|
.slider {
|
|
-webkit-appearance: none; /* Override default CSS styles */
|
|
appearance: none;
|
|
margin-bottom: 8px;
|
|
margin-left: 10%;
|
|
width: 80%;
|
|
height: 5px; /* Specified height */
|
|
background: #d3d3d3; /* Grey background */
|
|
outline: none; /* Remove outline */
|
|
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
|
|
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
|
|
transition: opacity .2s;
|
|
}
|
|
|
|
/* Mouse-over effects */
|
|
.slider:hover {
|
|
opacity: 1; /* Fully shown on mouse-over */
|
|
}
|
|
|
|
.slider::-webkit-slider-thumb {
|
|
-webkit-appearance: none;
|
|
appearance: none;
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
.slider::-moz-range-thumb {
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body style="font-family: helvetica;">
|
|
<nav class="navbar fixed-top navbar-expand-lg bg-light">
|
|
<div class="container-fluid">
|
|
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
|
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
|
|
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
|
|
<li class="nav-item dropdown">
|
|
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
|
|
About
|
|
</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="#errors">Errors</a></li>
|
|
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="d-flex flex-row-reverse">
|
|
<div class="form-check form-switch align-self-center flex-fill me-4">
|
|
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
|
|
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
<noscript>
|
|
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
|
|
</noscript>
|
|
|
|
<div id="Basic echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-06_session-04_subject-0025_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-0025/figures/sub-0025_ses-04_task-social_acq-mb8_run-06_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0025/figures/sub-0025_ses-04_task-social_acq-mb8_run-06_desc-stdev_bold.svg" target="_blank">sub-0025/figures/sub-0025_ses-04_task-social_acq-mb8_run-06_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-06_session-04_subject-0025_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-0025/figures/sub-0025_ses-04_task-social_acq-mb8_run-06_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0025/figures/sub-0025_ses-04_task-social_acq-mb8_run-06_desc-background_bold.svg" target="_blank">sub-0025/figures/sub-0025_ses-04_task-social_acq-mb8_run-06_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-06_session-04_subject-0025_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-0025/figures/sub-0025_ses-04_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0025/figures/sub-0025_ses-04_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" target="_blank">sub-0025/figures/sub-0025_ses-04_task-social_acq-mb8_run-06_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-06_session-04_subject-0025_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-0025/figures/sub-0025_ses-04_task-social_acq-mb8_run-06_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0025/figures/sub-0025_ses-04_task-social_acq-mb8_run-06_desc-carpet_bold.svg" target="_blank">sub-0025/figures/sub-0025_ses-04_task-social_acq-mb8_run-06_desc-carpet_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-mean_run-06_session-04_subject-0025_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-0025/figures/sub-0025_ses-04_task-social_acq-mb8_run-06_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0025/figures/sub-0025_ses-04_task-social_acq-mb8_run-06_desc-mean_bold.svg" target="_blank">sub-0025/figures/sub-0025_ses-04_task-social_acq-mb8_run-06_desc-mean_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended reports shared across echos" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-06_session-04_subject-0025_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-0025/figures/sub-0025_ses-04_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0025/figures/sub-0025_ses-04_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" target="_blank">sub-0025/figures/sub-0025_ses-04_task-social_acq-mb8_run-06_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-06_session-04_subject-0025_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-0025/figures/sub-0025_ses-04_task-social_acq-mb8_run-06_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0025/figures/sub-0025_ses-04_task-social_acq-mb8_run-06_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0025/figures/sub-0025_ses-04_task-social_acq-mb8_run-06_desc-norm_bold.svg" target="_blank">sub-0025/figures/sub-0025_ses-04_task-social_acq-mb8_run-06_desc-norm_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="About" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">About</h1>
|
|
<div id="errors" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
|
|
</div>
|
|
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
|
|
reconstructing the provenance of the corresponding derivatives.
|
|
</p> <div class="accordion accordion-flush" id="about-metadata">
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-0">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
|
|
Provenance Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-0" class="table table-sm table-striped">
|
|
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
|
|
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0025/ses-04/func/sub-0025_ses-04_task-social_acq-mb8_run-06_bold.nii.gz</td></tr>
|
|
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
|
|
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
|
|
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
|
|
<tr><td colspan=2>md5sum</td><td>e85deb7b8b8d327f2d9fd3d055dd01b1</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>12:31:10.552500</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.99922, 0.0221494, 0.0326986, -0.02285, 0.999514, 0.0212076]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-06_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.104211</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-06_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>22</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4136, -7758, -7227, 542, -63, -137, -32, 22]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>social</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>301.387</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>cfdb0a6b-3ab7-4f3f-96c7-97ffc3f66cbf||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.680833578109741, -0.061304789036512375, 0.08697506040334702, 113.9730224609375], [-0.059425342828035355, 2.6816227436065674, 0.05923321843147278, -78.80175018310547], [0.08772799372673035, -0.05689847469329834, 2.697948694229126, -67.36090850830078], [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': ['123110.552500', '123111.012500', '123111.472500', '123111.932500', '123112.392500', '123112.852500', '123113.312500', '123113.772500', '123114.232500', '123114.692500', '123115.152500', '123115.612500', '123116.072500', '123116.532500', '123116.992500', '123117.452500', '123117.912500', '123118.372500', '123118.832500', '123119.292500', '123119.752500', '123120.212500', '123120.672500', '123121.132500', '123121.592500', '123122.052500', '123122.512500', '123122.972500', '123123.432500', '123123.892500', '123124.352500', '123124.812500', '123125.272500', '123125.732500', '123126.192500', '123126.652500', '123127.112500', '123127.572500', '123128.032500', '123128.492500', '123128.952500', '123129.412500', '123129.872500', '123130.332500', '123130.792500', '123131.252500', '123131.712500', '123132.172500', '123132.632500', '123133.092500', '123133.552500', '123134.012500', '123134.472500', '123134.932500', '123135.392500', '123135.852500', '123136.312500', '123136.772500', '123137.232500', '123137.692500', '123138.152500', '123138.612500', '123139.072500', '123139.532500', '123139.992500', '123140.452500', '123140.912500', '123141.372500', '123141.832500', '123142.292500', '123142.752500', '123143.212500', '123143.672500', '123144.132500', '123144.592500', '123145.052500', '123145.512500', '123145.972500', '123146.432500', '123146.892500', '123147.352500', '123147.812500', '123148.272500', '123148.732500', '123149.192500', '123149.652500', '123150.112500', '123150.572500', '123151.032500', '123151.492500', '123151.952500', '123152.412500', '123152.872500', '123153.332500', '123153.792500', '123154.252500', '123154.712500', '123155.172500', '123155.632500', '123156.092500', '123156.552500', '123157.012500', '123157.472500', '123157.932500', '123158.392500', '123158.852500', '123159.312500', '123159.772500', '123200.232500', '123200.692500', '123201.152500', '123201.612500', '123202.072500', '123202.532500', '123202.992500', '123203.452500', '123203.912500', '123204.372500', '123204.832500', '123205.292500', '123205.752500', '123206.212500', '123206.672500', '123207.132500', '123207.592500', '123208.052500', '123208.512500', '123208.972500', '123209.432500', '123209.892500', '123210.352500', '123210.812500', '123211.272500', '123211.732500', '123212.192500', '123212.652500', '123213.112500', '123213.572500', '123214.032500', '123214.492500', '123214.952500', '123215.412500', '123215.872500', '123216.332500', '123216.792500', '123217.252500', '123217.712500', '123218.172500', '123218.632500', '123219.092500', '123219.552500', '123220.012500', '123220.472500', '123220.932500', '123221.392500', '123221.852500', '123222.312500', '123222.772500', '123223.232500', '123223.692500', '123224.152500', '123224.612500', '123225.072500', '123225.532500', '123225.992500', '123226.452500', '123226.912500', '123227.372500', '123227.832500', '123228.292500', '123228.752500', '123229.212500', '123229.672500', '123230.132500', '123230.592500', '123231.052500', '123231.512500', '123231.972500', '123232.432500', '123232.892500', '123233.352500', '123233.812500', '123234.272500', '123234.732500', '123235.192500', '123235.652500', '123236.112500', '123236.572500', '123237.032500', '123237.492500', '123237.952500', '123238.412500', '123238.872500', '123239.332500', '123239.792500', '123240.252500', '123240.712500', '123241.172500', '123241.632500', '123242.092500', '123242.552500', '123243.012500', '123243.472500', '123243.932500', '123244.392500', '123244.852500', '123245.312500', '123245.772500', '123246.232500', '123246.692500', '123247.152500', '123247.612500', '123248.072500', '123248.532500', '123248.992500', '123249.452500', '123249.912500', '123250.372500', '123250.832500', '123251.292500', '123251.752500', '123252.212500', '123252.672500', '123253.132500', '123253.592500', '123254.052500', '123254.512500', '123254.972500', '123255.432500', '123255.892500', '123256.352500', '123256.812500', '123257.272500', '123257.732500', '123258.192500', '123258.652500', '123259.112500', '123259.572500', '123300.032500', '123300.492500', '123300.952500', '123301.412500', '123301.872500', '123302.332500', '123302.792500', '123303.252500', '123303.712500', '123304.172500', '123304.632500', '123305.092500', '123305.552500', '123306.012500', '123306.472500', '123306.932500', '123307.392500', '123307.852500', '123308.312500', '123308.772500', '123309.232500', '123309.692500', '123310.152500', '123310.612500', '123311.072500', '123311.532500', '123311.992500', '123312.452500', '123312.912500', '123313.372500', '123313.832500', '123314.292500', '123314.752500', '123315.212500', '123315.672500', '123316.132500', '123316.592500', '123317.052500', '123317.512500', '123317.972500', '123318.432500', '123318.892500', '123319.352500', '123319.812500', '123320.272500', '123320.732500', '123321.192500', '123321.652500', '123322.112500', '123322.572500', '123323.032500', '123323.492500', '123323.952500', '123324.412500', '123324.872500', '123325.332500', '123325.792500', '123326.252500', '123326.712500', '123327.172500', '123327.632500', '123328.092500', '123328.552500', '123329.012500', '123329.472500', '123329.932500', '123330.392500', '123330.852500', '123331.312500', '123331.772500', '123332.232500', '123332.692500', '123333.152500', '123333.612500', '123334.072500', '123334.532500', '123334.992500', '123335.452500', '123335.912500', '123336.372500', '123336.832500', '123337.292500', '123337.752500', '123338.212500', '123338.672500', '123339.132500', '123339.592500', '123340.052500', '123340.512500', '123340.972500', '123341.432500', '123341.892500', '123342.352500', '123342.812500', '123343.272500', '123343.732500', '123344.192500', '123344.652500', '123345.112500', '123345.572500', '123346.032500', '123346.492500', '123346.952500', '123347.412500', '123347.872500', '123348.332500', '123348.792500', '123349.252500', '123349.712500', '123350.172500', '123350.632500', '123351.092500', '123351.552500', '123352.012500', '123352.472500', '123352.932500', '123353.392500', '123353.852500', '123354.312500', '123354.772500', '123355.232500', '123355.692500', '123356.152500', '123356.612500', '123357.072500', '123357.532500', '123357.992500', '123358.452500', '123358.912500', '123359.372500', '123359.832500', '123400.292500', '123400.752500', '123401.212500', '123401.672500', '123402.132500', '123402.592500', '123403.052500', '123403.512500', '123403.972500', '123404.432500', '123404.892500', '123405.352500', '123405.812500', '123406.272500', '123406.732500', '123407.192500', '123407.652500', '123408.112500', '123408.572500', '123409.032500', '123409.492500', '123409.952500', '123410.412500', '123410.872500', '123411.332500', '123411.792500', '123412.252500', '123412.712500', '123413.172500', '123413.632500', '123414.092500', '123414.552500', '123415.012500', '123415.472500', '123415.932500', '123416.392500', '123416.852500', '123417.312500', '123417.772500', '123418.232500', '123418.692500', '123419.152500', '123419.612500', '123420.072500', '123420.532500', '123420.992500', '123421.452500', '123421.912500', '123422.372500', '123422.832500', '123423.292500', '123423.752500', '123424.212500', '123424.672500', '123425.132500', '123425.592500', '123426.052500', '123426.512500', '123426.972500', '123427.432500', '123427.892500', '123428.352500', '123428.812500', '123429.272500', '123429.732500', '123430.192500', '123430.652500', '123431.112500', '123431.572500', '123432.032500', '123432.492500', '123432.952500', '123433.412500', '123433.872500', '123434.332500', '123434.792500', '123435.252500', '123435.712500', '123436.172500', '123436.632500', '123437.092500', '123437.552500', '123438.012500', '123438.472500', '123438.932500', '123439.392500', '123439.852500', '123440.312500', '123440.772500', '123441.232500', '123441.692500', '123442.152500', '123442.612500', '123443.072500', '123443.532500', '123443.992500', '123444.452500', '123444.912500', '123445.372500', '123445.832500', '123446.292500', '123446.752500', '123447.212500', '123447.672500', '123448.132500', '123448.592500', '123449.052500', '123449.512500', '123449.972500', '123450.432500', '123450.892500', '123451.352500', '123451.812500', '123452.272500', '123452.732500', '123453.192500', '123453.652500', '123454.112500', '123454.572500', '123455.032500', '123455.492500', '123455.952500', '123456.412500', '123456.872500', '123457.332500', '123457.792500', '123458.252500', '123458.712500', '123459.172500', '123459.632500', '123500.092500', '123500.552500', '123501.012500', '123501.472500', '123501.932500', '123502.392500', '123502.852500', '123503.312500', '123503.772500', '123504.232500', '123504.692500', '123505.152500', '123505.612500', '123506.072500', '123506.532500', '123506.992500', '123507.452500', '123507.912500', '123508.372500', '123508.832500', '123509.292500', '123509.752500', '123510.212500', '123510.672500', '123511.132500', '123511.592500', '123512.052500', '123512.512500', '123512.972500', '123513.432500', '123513.892500', '123514.352500', '123514.812500', '123515.272500', '123515.732500', '123516.192500', '123516.652500', '123517.112500', '123517.572500', '123518.032500', '123518.492500', '123518.952500', '123519.412500', '123519.872500', '123520.332500', '123520.792500', '123521.252500', '123521.712500', '123522.172500', '123522.632500', '123523.092500', '123523.552500', '123524.012500', '123524.472500', '123524.932500', '123525.392500', '123525.852500', '123526.312500', '123526.772500', '123527.232500', '123527.692500', '123528.152500', '123528.612500', '123529.072500', '123529.532500', '123529.992500', '123530.452500', '123530.912500', '123531.372500', '123531.832500', '123532.292500', '123532.752500', '123533.212500', '123533.672500', '123534.132500', '123534.592500', '123535.052500', '123535.512500', '123535.972500', '123536.432500', '123536.892500', '123537.352500', '123537.812500', '123538.272500', '123538.732500', '123539.192500', '123539.652500', '123540.112500', '123540.572500', '123541.032500', '123541.492500', '123541.952500', '123542.412500', '123542.872500', '123543.332500', '123543.792500', '123544.252500', '123544.712500', '123545.172500', '123545.632500', '123546.092500', '123546.552500', '123547.012500', '123547.472500', '123547.932500', '123548.392500', '123548.852500', '123549.312500', '123549.772500', '123550.232500', '123550.692500', '123551.152500', '123551.612500', '123552.072500', '123552.532500', '123552.992500', '123553.452500', '123553.912500', '123554.372500', '123554.832500', '123555.292500', '123555.752500', '123556.212500', '123556.672500', '123557.132500', '123557.592500', '123558.052500', '123558.512500', '123558.972500', '123559.432500', '123559.892500', '123600.352500', '123600.812500', '123601.272500', '123601.732500', '123602.192500', '123602.652500', '123603.112500', '123603.572500', '123604.032500', '123604.492500', '123604.952500', '123605.412500', '123605.872500', '123606.332500', '123606.792500', '123607.252500', '123607.712500', '123608.172500', '123608.632500', '123609.092500', '123609.552500', '123610.012500', '123610.472500', '123610.932500', '123611.392500', '123611.852500', '123612.312500', '123612.772500', '123613.232500', '123613.692500', '123614.152500', '123614.612500', '123615.072500', '123615.532500', '123615.992500', '123616.452500', '123616.912500', '123617.372500', '123617.832500', '123618.292500', '123618.752500', '123619.212500', '123619.672500', '123620.132500', '123620.592500', '123621.052500', '123621.512500', '123621.972500', '123622.432500', '123622.892500', '123623.352500', '123623.812500', '123624.272500', '123624.732500', '123625.192500', '123625.652500', '123626.112500', '123626.572500', '123627.032500', '123627.492500', '123627.952500', '123628.412500', '123628.872500', '123629.332500', '123629.792500', '123630.252500', '123630.712500', '123631.172500', '123631.632500', '123632.092500', '123632.552500', '123633.012500', '123633.472500', '123633.932500', '123634.392500', '123634.852500', '123635.312500', '123635.772500', '123636.232500', '123636.692500', '123637.152500', '123637.612500', '123638.072500', '123638.532500', '123638.992500', '123639.452500', '123639.912500', '123640.372500', '123640.832500', '123641.292500', '123641.752500', '123642.212500', '123642.672500', '123643.132500', '123643.592500', '123644.052500', '123644.512500', '123644.972500', '123645.432500', '123645.892500', '123646.352500', '123646.812500', '123647.272500', '123647.732500', '123648.192500', '123648.652500', '123649.112500', '123649.572500', '123650.032500', '123650.492500', '123650.952500', '123651.412500', '123651.872500', '123652.332500', '123652.792500', '123653.252500', '123653.712500', '123654.172500', '123654.632500', '123655.092500', '123655.552500', '123656.012500', '123656.472500', '123656.932500', '123657.392500', '123657.852500', '123658.312500', '123658.772500', '123659.232500', '123659.692500', '123700.152500', '123700.612500', '123701.072500', '123701.532500', '123701.992500', '123702.452500', '123702.912500', '123703.372500', '123703.832500', '123704.292500', '123704.752500', '123705.212500', '123705.672500', '123706.132500', '123706.592500', '123707.052500', '123707.512500', '123707.972500', '123708.432500', '123708.892500', '123709.352500', '123709.812500', '123710.272500', '123710.732500', '123711.192500', '123711.652500', '123712.112500', '123712.572500', '123713.032500', '123713.492500', '123713.952500', '123714.412500', '123714.872500', '123715.332500', '123715.792500', '123716.252500', '123716.712500', '123717.172500', '123717.632500', '123718.092500', '123718.552500', '123719.012500', '123719.472500', '123719.932500', '123720.392500', '123720.852500', '123721.312500', '123721.772500', '123722.232500', '123722.692500', '123723.152500', '123723.612500', '123724.072500', '123724.532500', '123724.992500', '123725.452500', '123725.912500', '123726.372500', '123726.832500', '123727.292500', '123727.752500', '123728.212500', '123728.672500', '123729.132500', '123729.592500', '123730.052500', '123730.512500', '123730.972500', '123731.432500', '123731.892500', '123732.352500', '123732.812500', '123733.272500', '123733.732500', '123734.192500', '123734.652500', '123735.112500', '123735.572500', '123736.032500', '123736.492500', '123736.952500', '123737.412500', '123737.872500', '123738.332500', '123738.792500', '123739.252500', '123739.712500', '123740.172500', '123740.632500', '123741.092500', '123741.552500', '123742.012500', '123742.472500', '123742.932500', '123743.392500', '123743.852500', '123744.312500', '123744.772500', '123745.232500', '123745.692500', '123746.152500', '123746.612500', '123747.072500', '123747.532500', '123747.992500', '123748.452500', '123748.912500', '123749.372500', '123749.832500', '123750.292500', '123750.752500', '123751.212500'], 'ContentTime': ['123138.018000', '123138.022000', '123138.024000', '123138.027000', '123138.030000', '123138.033000', '123138.036000', '123138.039000', '123138.041000', '123138.044000', '123138.047000', '123138.050000', '123138.053000', '123138.056000', '123138.058000', '123138.061000', '123138.064000', '123138.067000', '123138.070000', '123138.073000', '123138.075000', '123138.078000', '123138.081000', '123138.084000', '123138.094000', '123138.096000', '123138.099000', '123138.102000', '123138.105000', '123138.108000', '123138.111000', '123138.113000', '123138.116000', '123138.119000', '123138.122000', '123138.125000', '123138.127000', '123138.130000', '123138.133000', '123138.136000', '123138.139000', '123138.142000', '123138.144000', '123138.147000', '123138.150000', '123138.158000', '123138.161000', '123138.164000', '123138.166000', '123138.169000', '123138.172000', '123138.175000', '123138.178000', '123138.181000', '123138.183000', '123138.186000', '123138.189000', '123138.192000', '123157.979000', '123157.982000', '123157.985000', '123157.988000', '123157.991000', '123157.999000', '123158.002000', '123158.004000', '123158.007000', '123158.010000', '123158.013000', '123158.016000', '123158.019000', '123158.021000', '123158.024000', '123158.027000', '123158.030000', '123158.033000', '123158.036000', '123158.038000', '123158.041000', '123158.044000', '123158.047000', '123158.050000', '123158.052000', '123158.055000', '123158.058000', '123158.061000', '123158.064000', '123158.067000', '123158.069000', '123158.072000', '123158.075000', '123158.078000', '123158.081000', '123158.083000', '123158.087000', '123158.089000', '123158.092000', '123158.095000', '123158.098000', '123158.101000', '123158.104000', '123158.106000', '123217.979000', '123217.982000', '123217.985000', '123217.988000', '123217.990000', '123217.993000', '123217.996000', '123218.000000', '123218.003000', '123218.005000', '123218.012000', '123218.015000', '123218.018000', '123218.021000', '123218.024000', '123218.026000', '123218.029000', '123218.032000', '123218.035000', '123218.038000', '123218.041000', '123218.044000', '123218.047000', '123218.050000', '123218.053000', '123218.055000', '123218.058000', '123218.061000', '123218.064000', '123218.067000', '123218.070000', '123218.072000', '123218.075000', '123218.078000', '123218.081000', '123218.084000', '123218.087000', '123218.090000', '123218.092000', '123218.095000', '123218.098000', '123218.101000', '123218.104000', '123237.979000', '123237.987000', '123237.990000', '123237.993000', '123237.996000', '123237.998000', '123238.002000', '123238.005000', '123238.008000', '123238.011000', '123238.014000', '123238.016000', '123238.019000', '123238.022000', '123238.025000', '123238.028000', '123238.031000', '123238.033000', '123238.036000', '123238.039000', '123238.042000', '123238.045000', '123238.048000', '123238.050000', '123238.066000', '123238.069000', '123238.072000', '123238.075000', '123238.077000', '123238.080000', '123238.083000', '123238.086000', '123238.089000', '123238.091000', '123238.094000', '123238.097000', '123238.100000', '123238.103000', '123238.106000', '123238.109000', '123238.111000', '123238.114000', '123238.117000', '123238.120000', '123257.979000', '123257.982000', '123257.986000', '123257.989000', '123257.991000', '123257.994000', '123257.997000', '123258.001000', '123258.004000', '123258.007000', '123258.010000', '123258.012000', '123258.015000', '123258.018000', '123258.021000', '123258.024000', '123258.027000', '123258.029000', '123258.032000', '123258.035000', '123258.038000', '123258.041000', '123258.044000', '123258.047000', '123258.049000', '123258.052000', '123258.055000', '123258.058000', '123258.070000', '123258.073000', '123258.076000', '123258.079000', '123258.082000', '123258.084000', '123258.087000', '123258.090000', '123258.093000', '123258.096000', '123258.104000', '123258.107000', '123258.110000', '123258.112000', '123258.115000', '123317.979000', '123317.991000', '123317.994000', '123317.996000', '123318.000000', '123318.003000', '123318.006000', '123318.009000', '123318.012000', '123318.015000', '123318.018000', '123318.020000', '123318.023000', '123318.026000', '123318.029000', '123318.032000', '123318.034000', '123318.037000', '123318.040000', '123318.043000', '123318.046000', '123318.049000', '123318.052000', '123318.055000', '123318.057000', '123318.060000', '123318.063000', '123318.066000', '123318.069000', '123318.071000', '123318.075000', '123318.077000', '123318.080000', '123318.083000', '123318.086000', '123318.089000', '123318.092000', '123318.094000', '123318.097000', '123318.100000', '123318.103000', '123318.106000', '123318.109000', '123318.111000', '123337.979000', '123337.982000', '123337.985000', '123337.988000', '123337.991000', '123337.993000', '123337.996000', '123338.000000', '123338.011000', '123338.013000', '123338.016000', '123338.019000', '123338.022000', '123338.025000', '123338.027000', '123338.030000', '123338.033000', '123338.036000', '123338.039000', '123338.042000', '123338.045000', '123338.048000', '123338.050000', '123338.053000', '123338.056000', '123338.059000', '123338.062000', '123338.065000', '123338.068000', '123338.071000', '123338.074000', '123338.076000', '123338.079000', '123338.082000', '123338.085000', '123338.088000', '123338.090000', '123338.093000', '123338.096000', '123338.099000', '123338.102000', '123338.105000', '123338.108000', '123357.979000', '123357.982000', '123357.984000', '123357.987000', '123357.990000', '123357.993000', '123357.996000', '123358.000000', '123358.003000', '123358.006000', '123358.008000', '123358.011000', '123358.014000', '123358.017000', '123358.020000', '123358.023000', '123358.026000', '123358.028000', '123358.031000', '123358.034000', '123358.037000', '123358.040000', '123358.042000', '123358.045000', '123358.048000', '123358.051000', '123358.054000', '123358.056000', '123358.059000', '123358.062000', '123358.065000', '123358.068000', '123358.071000', '123358.074000', '123358.076000', '123358.079000', '123358.082000', '123358.085000', '123358.088000', '123358.091000', '123358.094000', '123358.096000', '123358.099000', '123358.102000', '123417.979000', '123417.982000', '123417.985000', '123417.987000', '123417.990000', '123418.006000', '123418.009000', '123418.012000', '123418.014000', '123418.017000', '123418.020000', '123418.024000', '123418.027000', '123418.030000', '123418.037000', '123418.040000', '123418.043000', '123418.046000', '123418.049000', '123418.052000', '123418.055000', '123418.057000', '123418.060000', '123418.063000', '123418.066000', '123418.069000', '123418.072000', '123418.074000', '123418.077000', '123418.080000', '123418.083000', '123418.088000', '123418.092000', '123418.096000', '123418.099000', '123418.101000', '123418.104000', '123418.107000', '123418.110000', '123418.113000', '123418.116000', '123418.118000', '123418.121000', '123437.979000', '123437.982000', '123437.985000', '123437.988000', '123437.991000', '123437.994000', '123437.996000', '123438.000000', '123438.003000', '123438.006000', '123438.009000', '123438.012000', '123438.015000', '123438.017000', '123438.020000', '123438.023000', '123438.026000', '123438.029000', '123438.031000', '123438.034000', '123438.037000', '123438.040000', '123438.043000', '123438.046000', '123438.049000', '123438.051000', '123438.054000', '123438.057000', '123438.060000', '123438.063000', '123438.066000', '123438.069000', '123438.071000', '123438.074000', '123438.077000', '123438.080000', '123438.083000', '123438.085000', '123438.088000', '123438.091000', '123438.094000', '123438.097000', '123438.100000', '123438.103000', '123457.979000', '123457.982000', '123457.985000', '123457.988000', '123457.990000', '123457.993000', '123457.996000', '123458.000000', '123458.003000', '123458.006000', '123458.009000', '123458.011000', '123458.014000', '123458.017000', '123458.020000', '123458.023000', '123458.026000', '123458.029000', '123458.031000', '123458.034000', '123458.037000', '123458.040000', '123458.043000', '123458.045000', '123458.048000', '123458.051000', '123458.054000', '123458.057000', '123458.060000', '123458.063000', '123458.065000', '123458.068000', '123458.071000', '123458.074000', '123458.077000', '123458.080000', '123458.083000', '123458.086000', '123458.088000', '123458.091000', '123458.094000', '123458.097000', '123458.100000', '123517.979000', '123517.982000', '123517.985000', '123517.988000', '123517.990000', '123517.993000', '123517.996000', '123518.000000', '123518.003000', '123518.006000', '123518.009000', '123518.011000', '123518.014000', '123518.017000', '123518.020000', '123518.023000', '123518.026000', '123518.029000', '123518.032000', '123518.034000', '123518.037000', '123518.040000', '123518.043000', '123518.046000', '123518.049000', '123518.051000', '123518.054000', '123518.057000', '123518.060000', '123518.063000', '123518.066000', '123518.069000', '123518.071000', '123518.074000', '123518.077000', '123518.080000', '123518.083000', '123518.086000', '123518.089000', '123518.091000', '123518.094000', '123518.097000', '123518.100000', '123518.103000', '123537.979000', '123537.982000', '123537.985000', '123537.988000', '123537.991000', '123537.993000', '123537.996000', '123538.000000', '123538.003000', '123538.006000', '123538.012000', '123538.015000', '123538.018000', '123538.021000', '123538.024000', '123538.027000', '123538.030000', '123538.033000', '123538.035000', '123538.038000', '123538.041000', '123538.044000', '123538.047000', '123538.049000', '123538.052000', '123538.055000', '123538.058000', '123538.062000', '123538.065000', '123538.068000', '123538.084000', '123538.087000', '123538.090000', '123538.092000', '123538.095000', '123538.098000', '123538.101000', '123538.104000', '123538.106000', '123538.109000', '123538.115000', '123538.118000', '123538.121000', '123557.979000', '123557.982000', '123557.985000', '123557.988000', '123557.990000', '123557.993000', '123557.996000', '123558.000000', '123558.003000', '123558.006000', '123558.009000', '123558.011000', '123558.014000', '123558.017000', '123558.020000', '123558.023000', '123558.026000', '123558.029000', '123558.032000', '123558.035000', '123558.037000', '123558.040000', '123558.043000', '123558.046000', '123558.049000', '123558.052000', '123558.055000', '123558.057000', '123558.060000', '123558.063000', '123558.066000', '123558.069000', '123558.072000', '123558.075000', '123558.077000', '123558.080000', '123558.083000', '123558.086000', '123558.089000', '123558.091000', '123558.094000', '123558.097000', '123558.100000', '123558.103000', '123617.979000', '123617.982000', '123617.985000', '123617.988000', '123617.990000', '123617.993000', '123617.996000', '123618.000000', '123618.003000', '123618.006000', '123618.008000', '123618.011000', '123618.014000', '123618.017000', '123618.020000', '123618.023000', '123618.026000', '123618.029000', '123618.031000', '123618.034000', '123618.037000', '123618.040000', '123618.043000', '123618.046000', '123618.048000', '123618.051000', '123618.054000', '123618.057000', '123618.060000', '123618.063000', '123618.065000', '123618.069000', '123618.071000', '123618.074000', '123618.077000', '123618.080000', '123618.083000', '123618.085000', '123618.088000', '123618.091000', '123618.094000', '123618.097000', '123618.100000', '123637.979000', '123637.982000', '123637.985000', '123637.988000', '123637.991000', '123637.993000', '123637.996000', '123638.000000', '123638.003000', '123638.006000', '123638.008000', '123638.011000', '123638.014000', '123638.017000', '123638.020000', '123638.023000', '123638.026000', '123638.028000', '123638.031000', '123638.034000', '123638.037000', '123638.040000', '123638.043000', '123638.045000', '123638.048000', '123638.051000', '123638.054000', '123638.057000', '123638.060000', '123638.063000', '123638.065000', '123638.068000', '123638.071000', '123638.074000', '123638.077000', '123638.080000', '123638.083000', '123638.085000', '123638.088000', '123638.091000', '123638.094000', '123638.097000', '123638.099000', '123638.102000', '123657.979000', '123657.982000', '123657.985000', '123657.988000', '123657.990000', '123657.993000', '123657.996000', '123658.000000', '123658.003000', '123658.005000', '123658.008000', '123658.011000', '123658.014000', '123658.017000', '123658.020000', '123658.023000', '123658.025000', '123658.028000', '123658.031000', '123658.034000', '123658.037000', '123658.049000', '123658.052000', '123658.054000', '123658.057000', '123658.060000', '123658.063000', '123658.066000', '123658.069000', '123658.071000', '123658.074000', '123658.077000', '123658.080000', '123658.083000', '123658.086000', '123658.088000', '123658.091000', '123658.094000', '123658.098000', '123658.101000', '123658.104000', '123658.107000', '123658.110000', '123717.979000', '123717.982000', '123717.985000', '123717.988000', '123717.990000', '123717.993000', '123717.996000', '123718.000000', '123718.003000', '123718.005000', '123718.008000', '123718.011000', '123718.014000', '123718.017000', '123718.020000', '123718.023000', '123718.025000', '123718.028000', '123718.031000', '123718.034000', '123718.037000', '123718.040000', '123718.042000', '123718.045000', '123718.048000', '123718.051000', '123718.054000', '123718.057000', '123718.059000', '123718.063000', '123718.065000', '123718.068000', '123718.071000', '123718.082000', '123718.085000', '123718.088000', '123718.090000', '123718.093000', '123718.096000', '123718.099000', '123718.102000', '123718.105000', '123718.107000', '123718.110000', '123737.979000', '123737.982000', '123737.985000', '123737.988000', '123737.997000', '123738.000000', '123738.003000', '123738.006000', '123738.009000', '123738.012000', '123738.015000', '123738.017000', '123738.020000', '123738.023000', '123738.026000', '123738.029000', '123738.032000', '123738.035000', '123738.037000', '123738.040000', '123738.043000', '123738.046000', '123738.049000', '123738.051000', '123738.054000', '123738.057000', '123738.060000', '123738.063000', '123738.066000', '123738.068000', '123738.071000', '123738.074000', '123738.077000', '123738.080000', '123738.083000', '123738.085000', '123738.088000', '123738.091000', '123738.094000', '123738.097000', '123738.100000', '123738.102000', '123738.105000', '123752.041000', '123752.045000', '123752.049000', '123752.052000', '123752.063000', '123752.068000', '123752.071000', '123752.075000', '123752.078000', '123752.081000', '123752.084000', '123752.087000', '123752.090000', '123752.092000', '123752.095000', '123752.098000', '123752.101000', '123752.110000', '123752.113000', '123752.115000', '123752.119000', '123752.122000', '123752.124000', '123752.127000', '123752.130000', '123752.133000', '123752.136000', '123752.139000', '123752.141000', '123752.144000', '123752.147000'], 'InstanceCreationTime': ['123138.018000', '123138.022000', '123138.024000', '123138.027000', '123138.030000', '123138.033000', '123138.036000', '123138.039000', '123138.041000', '123138.044000', '123138.047000', '123138.050000', '123138.053000', '123138.056000', '123138.058000', '123138.061000', '123138.064000', '123138.067000', '123138.070000', '123138.073000', '123138.075000', '123138.078000', '123138.081000', '123138.084000', '123138.094000', '123138.096000', '123138.099000', '123138.102000', '123138.105000', '123138.108000', '123138.111000', '123138.113000', '123138.116000', '123138.119000', '123138.122000', '123138.125000', '123138.127000', '123138.130000', '123138.133000', '123138.136000', '123138.139000', '123138.142000', '123138.144000', '123138.147000', '123138.150000', '123138.158000', '123138.161000', '123138.164000', '123138.166000', '123138.169000', '123138.172000', '123138.175000', '123138.178000', '123138.181000', '123138.183000', '123138.186000', '123138.189000', '123138.192000', '123157.979000', '123157.982000', '123157.985000', '123157.988000', '123157.991000', '123157.999000', '123158.002000', '123158.004000', '123158.007000', '123158.010000', '123158.013000', '123158.016000', '123158.019000', '123158.021000', '123158.024000', '123158.027000', '123158.030000', '123158.033000', '123158.036000', '123158.038000', '123158.041000', '123158.044000', '123158.047000', '123158.050000', '123158.052000', '123158.055000', '123158.058000', '123158.061000', '123158.064000', '123158.067000', '123158.069000', '123158.072000', '123158.075000', '123158.078000', '123158.081000', '123158.083000', '123158.087000', '123158.089000', '123158.092000', '123158.095000', '123158.098000', '123158.101000', '123158.104000', '123158.106000', '123217.979000', '123217.982000', '123217.985000', '123217.988000', '123217.990000', '123217.993000', '123217.996000', '123218.000000', '123218.003000', '123218.005000', '123218.012000', '123218.015000', '123218.018000', '123218.021000', '123218.024000', '123218.026000', '123218.029000', '123218.032000', '123218.035000', '123218.038000', '123218.041000', '123218.044000', '123218.047000', '123218.050000', '123218.053000', '123218.055000', '123218.058000', '123218.061000', '123218.064000', '123218.067000', '123218.070000', '123218.072000', '123218.075000', '123218.078000', '123218.081000', '123218.084000', '123218.087000', '123218.090000', '123218.092000', '123218.095000', '123218.098000', '123218.101000', '123218.104000', '123237.979000', '123237.987000', '123237.990000', '123237.993000', '123237.996000', '123237.998000', '123238.002000', '123238.005000', '123238.008000', '123238.011000', '123238.014000', '123238.016000', '123238.019000', '123238.022000', '123238.025000', '123238.028000', '123238.031000', '123238.033000', '123238.036000', '123238.039000', '123238.042000', '123238.045000', '123238.048000', '123238.050000', '123238.066000', '123238.069000', '123238.072000', '123238.075000', '123238.077000', '123238.080000', '123238.083000', '123238.086000', '123238.089000', '123238.091000', '123238.094000', '123238.097000', '123238.100000', '123238.103000', '123238.106000', '123238.109000', '123238.111000', '123238.114000', '123238.117000', '123238.120000', '123257.979000', '123257.982000', '123257.986000', '123257.989000', '123257.991000', '123257.994000', '123257.997000', '123258.001000', '123258.004000', '123258.007000', '123258.010000', '123258.012000', '123258.015000', '123258.018000', '123258.021000', '123258.024000', '123258.027000', '123258.029000', '123258.032000', '123258.035000', '123258.038000', '123258.041000', '123258.044000', '123258.047000', '123258.049000', '123258.052000', '123258.055000', '123258.058000', '123258.070000', '123258.073000', '123258.076000', '123258.079000', '123258.082000', '123258.084000', '123258.087000', '123258.090000', '123258.093000', '123258.096000', '123258.104000', '123258.107000', '123258.110000', '123258.112000', '123258.115000', '123317.979000', '123317.991000', '123317.994000', '123317.996000', '123318.000000', '123318.003000', '123318.006000', '123318.009000', '123318.012000', '123318.015000', '123318.018000', '123318.020000', '123318.023000', '123318.026000', '123318.029000', '123318.032000', '123318.034000', '123318.037000', '123318.040000', '123318.043000', '123318.046000', '123318.049000', '123318.052000', '123318.055000', '123318.057000', '123318.060000', '123318.063000', '123318.066000', '123318.069000', '123318.071000', '123318.075000', '123318.077000', '123318.080000', '123318.083000', '123318.086000', '123318.089000', '123318.092000', '123318.094000', '123318.097000', '123318.100000', '123318.103000', '123318.106000', '123318.109000', '123318.111000', '123337.979000', '123337.982000', '123337.985000', '123337.988000', '123337.991000', '123337.993000', '123337.996000', '123338.000000', '123338.011000', '123338.013000', '123338.016000', '123338.019000', '123338.022000', '123338.025000', '123338.027000', '123338.030000', '123338.033000', '123338.036000', '123338.039000', '123338.042000', '123338.045000', '123338.048000', '123338.050000', '123338.053000', '123338.056000', '123338.059000', '123338.062000', '123338.065000', '123338.068000', '123338.071000', '123338.074000', '123338.076000', '123338.079000', '123338.082000', '123338.085000', '123338.088000', '123338.090000', '123338.093000', '123338.096000', '123338.099000', '123338.102000', '123338.105000', '123338.108000', '123357.979000', '123357.982000', '123357.984000', '123357.987000', '123357.990000', '123357.993000', '123357.996000', '123358.000000', '123358.003000', '123358.006000', '123358.008000', '123358.011000', '123358.014000', '123358.017000', '123358.020000', '123358.023000', '123358.026000', '123358.028000', '123358.031000', '123358.034000', '123358.037000', '123358.040000', '123358.042000', '123358.045000', '123358.048000', '123358.051000', '123358.054000', '123358.056000', '123358.059000', '123358.062000', '123358.065000', '123358.068000', '123358.071000', '123358.074000', '123358.076000', '123358.079000', '123358.082000', '123358.085000', '123358.088000', '123358.091000', '123358.094000', '123358.096000', '123358.099000', '123358.102000', '123417.979000', '123417.982000', '123417.985000', '123417.987000', '123417.990000', '123418.006000', '123418.009000', '123418.012000', '123418.014000', '123418.017000', '123418.020000', '123418.024000', '123418.027000', '123418.030000', '123418.037000', '123418.040000', '123418.043000', '123418.046000', '123418.049000', '123418.052000', '123418.055000', '123418.057000', '123418.060000', '123418.063000', '123418.066000', '123418.069000', '123418.072000', '123418.074000', '123418.077000', '123418.080000', '123418.083000', '123418.088000', '123418.092000', '123418.096000', '123418.099000', '123418.101000', '123418.104000', '123418.107000', '123418.110000', '123418.113000', '123418.116000', '123418.118000', '123418.121000', '123437.979000', '123437.982000', '123437.985000', '123437.988000', '123437.991000', '123437.994000', '123437.996000', '123438.000000', '123438.003000', '123438.006000', '123438.009000', '123438.012000', '123438.015000', '123438.017000', '123438.020000', '123438.023000', '123438.026000', '123438.029000', '123438.031000', '123438.034000', '123438.037000', '123438.040000', '123438.043000', '123438.046000', '123438.049000', '123438.051000', '123438.054000', '123438.057000', '123438.060000', '123438.063000', '123438.066000', '123438.069000', '123438.071000', '123438.074000', '123438.077000', '123438.080000', '123438.083000', '123438.085000', '123438.088000', '123438.091000', '123438.094000', '123438.097000', '123438.100000', '123438.103000', '123457.979000', '123457.982000', '123457.985000', '123457.988000', '123457.990000', '123457.993000', '123457.996000', '123458.000000', '123458.003000', '123458.006000', '123458.009000', '123458.011000', '123458.014000', '123458.017000', '123458.020000', '123458.023000', '123458.026000', '123458.029000', '123458.031000', '123458.034000', '123458.037000', '123458.040000', '123458.043000', '123458.045000', '123458.048000', '123458.051000', '123458.054000', '123458.057000', '123458.060000', '123458.063000', '123458.065000', '123458.068000', '123458.071000', '123458.074000', '123458.077000', '123458.080000', '123458.083000', '123458.086000', '123458.088000', '123458.091000', '123458.094000', '123458.097000', '123458.100000', '123517.979000', '123517.982000', '123517.985000', '123517.988000', '123517.990000', '123517.993000', '123517.996000', '123518.000000', '123518.003000', '123518.006000', '123518.009000', '123518.011000', '123518.014000', '123518.017000', '123518.020000', '123518.023000', '123518.026000', '123518.029000', '123518.032000', '123518.034000', '123518.037000', '123518.040000', '123518.043000', '123518.046000', '123518.049000', '123518.051000', '123518.054000', '123518.057000', '123518.060000', '123518.063000', '123518.066000', '123518.069000', '123518.071000', '123518.074000', '123518.077000', '123518.080000', '123518.083000', '123518.086000', '123518.089000', '123518.091000', '123518.094000', '123518.097000', '123518.100000', '123518.103000', '123537.979000', '123537.982000', '123537.985000', '123537.988000', '123537.991000', '123537.993000', '123537.996000', '123538.000000', '123538.003000', '123538.006000', '123538.012000', '123538.015000', '123538.018000', '123538.021000', '123538.024000', '123538.027000', '123538.030000', '123538.033000', '123538.035000', '123538.038000', '123538.041000', '123538.044000', '123538.047000', '123538.049000', '123538.052000', '123538.055000', '123538.058000', '123538.062000', '123538.065000', '123538.068000', '123538.084000', '123538.087000', '123538.090000', '123538.092000', '123538.095000', '123538.098000', '123538.101000', '123538.104000', '123538.106000', '123538.109000', '123538.115000', '123538.118000', '123538.121000', '123557.979000', '123557.982000', '123557.985000', '123557.988000', '123557.990000', '123557.993000', '123557.996000', '123558.000000', '123558.003000', '123558.006000', '123558.009000', '123558.011000', '123558.014000', '123558.017000', '123558.020000', '123558.023000', '123558.026000', '123558.029000', '123558.032000', '123558.035000', '123558.037000', '123558.040000', '123558.043000', '123558.046000', '123558.049000', '123558.052000', '123558.055000', '123558.057000', '123558.060000', '123558.063000', '123558.066000', '123558.069000', '123558.072000', '123558.075000', '123558.077000', '123558.080000', '123558.083000', '123558.086000', '123558.089000', '123558.091000', '123558.094000', '123558.097000', '123558.100000', '123558.103000', '123617.979000', '123617.982000', '123617.985000', '123617.988000', '123617.990000', '123617.993000', '123617.996000', '123618.000000', '123618.003000', '123618.006000', '123618.008000', '123618.011000', '123618.014000', '123618.017000', '123618.020000', '123618.023000', '123618.026000', '123618.029000', '123618.031000', '123618.034000', '123618.037000', '123618.040000', '123618.043000', '123618.046000', '123618.048000', '123618.051000', '123618.054000', '123618.057000', '123618.060000', '123618.063000', '123618.065000', '123618.069000', '123618.071000', '123618.074000', '123618.077000', '123618.080000', '123618.083000', '123618.085000', '123618.088000', '123618.091000', '123618.094000', '123618.097000', '123618.100000', '123637.979000', '123637.982000', '123637.985000', '123637.988000', '123637.991000', '123637.993000', '123637.996000', '123638.000000', '123638.003000', '123638.006000', '123638.008000', '123638.011000', '123638.014000', '123638.017000', '123638.020000', '123638.023000', '123638.026000', '123638.028000', '123638.031000', '123638.034000', '123638.037000', '123638.040000', '123638.043000', '123638.045000', '123638.048000', '123638.051000', '123638.054000', '123638.057000', '123638.060000', '123638.063000', '123638.065000', '123638.068000', '123638.071000', '123638.074000', '123638.077000', '123638.080000', '123638.083000', '123638.085000', '123638.088000', '123638.091000', '123638.094000', '123638.097000', '123638.099000', '123638.102000', '123657.979000', '123657.982000', '123657.985000', '123657.988000', '123657.990000', '123657.993000', '123657.996000', '123658.000000', '123658.003000', '123658.005000', '123658.008000', '123658.011000', '123658.014000', '123658.017000', '123658.020000', '123658.023000', '123658.025000', '123658.028000', '123658.031000', '123658.034000', '123658.037000', '123658.049000', '123658.052000', '123658.054000', '123658.057000', '123658.060000', '123658.063000', '123658.066000', '123658.069000', '123658.071000', '123658.074000', '123658.077000', '123658.080000', '123658.083000', '123658.086000', '123658.088000', '123658.091000', '123658.094000', '123658.098000', '123658.101000', '123658.104000', '123658.107000', '123658.110000', '123717.979000', '123717.982000', '123717.985000', '123717.988000', '123717.990000', '123717.993000', '123717.996000', '123718.000000', '123718.003000', '123718.005000', '123718.008000', '123718.011000', '123718.014000', '123718.017000', '123718.020000', '123718.023000', '123718.025000', '123718.028000', '123718.031000', '123718.034000', '123718.037000', '123718.040000', '123718.042000', '123718.045000', '123718.048000', '123718.051000', '123718.054000', '123718.057000', '123718.059000', '123718.063000', '123718.065000', '123718.068000', '123718.071000', '123718.082000', '123718.085000', '123718.088000', '123718.090000', '123718.093000', '123718.096000', '123718.099000', '123718.102000', '123718.105000', '123718.107000', '123718.110000', '123737.979000', '123737.982000', '123737.985000', '123737.988000', '123737.997000', '123738.000000', '123738.003000', '123738.006000', '123738.009000', '123738.012000', '123738.015000', '123738.017000', '123738.020000', '123738.023000', '123738.026000', '123738.029000', '123738.032000', '123738.035000', '123738.037000', '123738.040000', '123738.043000', '123738.046000', '123738.049000', '123738.051000', '123738.054000', '123738.057000', '123738.060000', '123738.063000', '123738.066000', '123738.068000', '123738.071000', '123738.074000', '123738.077000', '123738.080000', '123738.083000', '123738.085000', '123738.088000', '123738.091000', '123738.094000', '123738.097000', '123738.100000', '123738.102000', '123738.105000', '123752.041000', '123752.045000', '123752.049000', '123752.052000', '123752.063000', '123752.068000', '123752.071000', '123752.075000', '123752.078000', '123752.081000', '123752.084000', '123752.087000', '123752.090000', '123752.092000', '123752.095000', '123752.098000', '123752.101000', '123752.110000', '123752.113000', '123752.115000', '123752.119000', '123752.122000', '123752.124000', '123752.127000', '123752.130000', '123752.133000', '123752.136000', '123752.139000', '123752.141000', '123752.144000', '123752.147000'], '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': [13487, 14418, 13455, 11918, 14039, 13177, 15864, 13960, 12496, 13883, 13276, 15356, 14109, 14306, 12683, 12860, 16424, 13867, 14239, 14304, 12630, 16109, 12722, 13015, 14773, 12239, 14943, 13469, 15302, 12721, 12641, 17288, 12853, 12839, 13376, 12690, 12621, 13750, 13654, 14451, 14301, 12804, 13808, 15176, 13748, 14205, 18313, 13565, 17784, 13718, 14866, 13055, 15426, 13170, 14692, 13751, 12833, 12282, 11333, 17577, 12725, 11131, 13007, 12358, 15003, 13383, 14466, 14386, 12430, 14835, 12988, 12611, 15073, 12355, 11711, 12011, 11981, 13667, 13315, 11646, 13935, 13008, 15362, 13776, 14332, 13258, 11733, 16366, 13246, 11911, 12782, 12148, 14396, 13000, 13706, 12005, 12454, 16093, 11949, 11809, 15716, 13032, 11683, 11707, 11776, 13605, 12485, 12654, 12634, 13820, 18054, 12885, 14066, 12513, 10965, 12302, 11913, 13628, 13295, 13610, 12599, 13500, 12946, 12255, 13313, 12478, 13927, 12518, 17717, 12553, 11233, 13033, 11665, 12873, 12460, 16707, 13300, 13937, 12371, 12473, 12808, 11698, 11793, 15951, 11949, 11879, 12294, 11861, 14050, 12260, 11221, 16499, 12802, 13378, 12258, 11391, 11743, 12409, 13824, 11424, 12311, 15857, 11994, 12541, 13431, 12382, 13943, 12689, 14827, 12097, 13142, 12553, 14424, 18439, 13271, 14595, 12240, 11876, 13310, 12760, 12115, 15701, 12741, 11917, 14985, 12483, 11449, 16326, 11582, 11666, 13228, 12891, 12487, 12673, 12478, 15311, 11887, 12324, 13670, 13246, 13663, 12699, 12960, 17031, 13115, 13190, 13013, 12658, 14656, 13510, 13509, 13341, 11700, 16255, 13025, 13921, 12913, 11494, 13916, 13242, 13730, 13293, 12030, 14701, 12963, 13226, 13317, 12076, 16331, 12051, 12049, 15560, 13363, 12080, 13069, 12697, 12669, 12091, 11914, 12224, 14179, 12373, 11313, 11828, 12776, 14618, 12205, 12645, 13855, 12473, 13251, 12804, 16448, 12726, 12447, 15940, 13328, 12095, 17236, 13646, 12620, 12829, 12326, 13880, 12754, 12781, 13388, 13264, 12490, 13724, 13048, 13791, 13933, 13348, 13880, 13511, 13445, 17601, 13516, 14418, 13313, 11622, 12124, 12521, 14747, 12652, 13643, 13214, 12156, 16197, 13690, 13747, 15850, 13164, 13255, 14359, 12838, 14207, 12706, 11083, 12633, 12098, 13437, 11700, 12643, 14294, 13547, 11314, 13586, 10935, 13445, 12285, 13006, 16673, 18204, 13248, 14214, 14356, 12689, 14297, 12380, 11221, 15568, 12829, 11255, 16534, 12089, 11724, 12115, 12356, 14201, 12143, 11969, 16475, 11980, 11328, 12134, 12572, 13779, 13002, 11734, 16525, 13403, 13431, 13065, 11508, 16354, 13445, 13218, 13028, 12549, 16808, 13444, 12704, 13144, 12212, 15522, 12968, 11727, 17352, 13622, 12889, 12953, 11581, 12779, 12694, 16219, 12613, 12385, 13340, 12951, 15664, 12927, 11894, 16846, 13301, 14138, 12999, 12349, 13730, 12537, 17073, 11893, 12114, 16431, 13810, 12037, 12675, 12256, 15396, 12900, 12119, 13380, 12448, 13633, 13319, 14156, 13373, 12853, 13277, 14812, 13383, 16079, 13875, 12661, 17140, 14115, 11705, 14422, 13192, 13026, 12641, 11836, 16393, 11107, 11526, 10739, 10881, 14127, 12206, 10739, 16832, 12871, 14549, 12322, 11958, 13576, 11779, 12848, 12380, 16735, 12349, 12926, 13903, 12499, 13313, 12325, 16411, 12476, 11768, 12159, 12443, 17934, 13504, 13805, 12905, 11794, 16656, 12210, 12312, 16493, 12552, 13877, 12757, 11275, 16216, 13471, 12953, 12356, 12688, 13351, 12547, 11630, 12950, 12331, 12902, 11476, 13446, 12995, 13314, 17879, 12287, 12230, 16497, 13369, 11467, 13103, 12802, 13818, 13010, 11668, 14726, 12688, 15720, 12848, 11959, 13024, 12866, 14571, 12112, 11960, 16647, 12117, 11886, 13129, 12011, 12827, 12737, 11548, 12654, 12393, 12395, 13073, 15558, 12913, 13471, 12444, 12220, 16114, 12497, 12927, 13349, 11678, 15010, 12945, 13572, 12399, 11943, 12731, 12933, 15758, 13028, 11982, 15839, 12461, 12480, 12536, 12386, 12746, 12774, 15633, 12396, 12449, 16789, 13172, 12467, 13051, 13615, 14648, 14242, 12377, 12943, 12577, 13910, 12829, 13784, 12737, 13551, 12278, 11817, 11816, 13126, 12341, 13182, 11982, 17633, 12940, 11385, 16031, 12648, 11283, 15659, 12970, 14587, 12387, 11645, 13433, 12260, 12005, 12829, 13832, 11164, 12209, 17378, 13160, 14103, 13452, 12449, 13146, 12385, 12716, 16142, 11545, 11768, 17421, 13556, 13614, 12430, 11999, 13737, 12673, 11510, 17336, 13021, 13819, 12874, 11859, 12842, 12322, 16041, 12310, 12050, 12366, 12106, 17559, 13101, 13911, 12793, 11976, 15321, 11499, 12161, 15063, 11394, 12364, 15253, 12129, 12217, 11680, 11380, 13102, 12966, 12912, 16497, 13624, 12862, 12313, 11876, 12130, 12373, 14191, 15022, 11018, 15129, 16340, 10929, 11517, 11009, 11014, 14293, 11385, 10943, 12396, 11702, 15026, 10961, 11356, 17854, 11641, 14917, 11410, 11632, 17790, 11954, 11688, 15479, 12013, 13450, 11088, 11919, 15049, 12213, 13012, 11899, 12244, 16366, 12032, 11354, 11763, 12066, 13795, 11801, 11747, 14975, 12746, 10743, 12889, 12620, 12332, 12908, 12161, 11482, 13377, 12051, 12782, 12172, 13177, 13126, 16330, 13815, 12506, 13671, 12703, 13486, 13048, 14431, 13915, 13229, 13944, 16180, 13241, 13328, 16854, 13458, 13064, 12989, 13717, 13769, 13569, 15738, 13702, 12664, 12569, 13461, 15202, 12890, 13078, 13165, 13809, 15184, 12696, 12715, 12398, 13216, 16837, 14265, 13416, 13245, 13154, 16219, 13259, 13887, 13890, 12731, 15009, 13490, 14354, 12677, 12775, 16492, 13256, 12442, 13462, 13748, 12541, 13773, 12797, 16135, 14666, 12242, 12815, 13645, 15760, 13304, 12701, 12412, 14046, 15410, 13991, 13036, 13857, 13719, 15915, 13268, 12754, 12612, 14401, 16860, 14533, 14302, 14456, 13383, 13380, 13461, 13301, 13014, 13164, 13597, 17977, 14218, 13538, 14728, 14159, 12242, 12496, 13266, 16284, 14602, 13557, 14012, 12573, 13674, 14077, 15863, 13734, 14263, 13370, 13207, 14135, 12952, 14184, 13698, 15952, 12728, 13102, 13892, 13400, 14505, 13467, 13189, 13868, 14820, 13552, 13121, 13614, 14614, 13723, 17517, 14227, 12948, 14856, 13624, 13037, 12155, 13457, 15223, 13812, 13140, 13560, 12346, 16480, 13615, 14233, 13839, 13054, 14137, 13081, 13567, 13320, 12478, 14049, 16572, 13919, 14773, 13648, 13533, 15970, 13331, 12382, 13464, 12586, 13674, 12904, 13644, 13991, 14732, 13673, 14036, 12592, 14291, 13097, 14257, 14014, 13854, 16955, 13685, 12615, 14551, 13210, 15976, 14710, 13877], 'WindowCenter': [4424.0, 4415.0, 4406.0, 4384.0, 4389.0, 4378.0, 4400.0, 4388.0, 4379.0, 4402.0, 4396.0, 4399.0, 4386.0, 4387.0, 4365.0, 4377.0, 4399.0, 4388.0, 4390.0, 4386.0, 4366.0, 4386.0, 4365.0, 4376.0, 4389.0, 4377.0, 4397.0, 4379.0, 4389.0, 4366.0, 4377.0, 4409.0, 4377.0, 4376.0, 4375.0, 4377.0, 4367.0, 4374.0, 4389.0, 4386.0, 4399.0, 4392.0, 4412.0, 4427.0, 4418.0, 4404.0, 4411.0, 4379.0, 4397.0, 4375.0, 4385.0, 4387.0, 4387.0, 4391.0, 4400.0, 4390.0, 4378.0, 4377.0, 4369.0, 4396.0, 4363.0, 4352.0, 4362.0, 4362.0, 4385.0, 4386.0, 4399.0, 4387.0, 4373.0, 4383.0, 4360.0, 4362.0, 4373.0, 4361.0, 4363.0, 4377.0, 4376.0, 4384.0, 4373.0, 4352.0, 4375.0, 4373.0, 4398.0, 4387.0, 4398.0, 4378.0, 4364.0, 4398.0, 4377.0, 4367.0, 4375.0, 4379.0, 4386.0, 4375.0, 4387.0, 4363.0, 4363.0, 4385.0, 4353.0, 4354.0, 4385.0, 4373.0, 4352.0, 4349.0, 4350.0, 4373.0, 4361.0, 4363.0, 4376.0, 4386.0, 4397.0, 4365.0, 4374.0, 4361.0, 4340.0, 4350.0, 4349.0, 4362.0, 4374.0, 4373.0, 4378.0, 4378.0, 4374.0, 4364.0, 4372.0, 4362.0, 4374.0, 4375.0, 4412.0, 4381.0, 4355.0, 4373.0, 4366.0, 4367.0, 4377.0, 4396.0, 4376.0, 4387.0, 4367.0, 4363.0, 4361.0, 4352.0, 4355.0, 4387.0, 4362.0, 4364.0, 4377.0, 4362.0, 4374.0, 4365.0, 4352.0, 4396.0, 4377.0, 4376.0, 4379.0, 4368.0, 4380.0, 4377.0, 4376.0, 4354.0, 4365.0, 4396.0, 4367.0, 4379.0, 4391.0, 4382.0, 4388.0, 4375.0, 4389.0, 4376.0, 4380.0, 4379.0, 4403.0, 4424.0, 4390.0, 4389.0, 4363.0, 4351.0, 4362.0, 4350.0, 4363.0, 4386.0, 4364.0, 4362.0, 4375.0, 4352.0, 4352.0, 4369.0, 4339.0, 4350.0, 4362.0, 4361.0, 4360.0, 4362.0, 4363.0, 4382.0, 4354.0, 4365.0, 4374.0, 4378.0, 4385.0, 4377.0, 4376.0, 4400.0, 4362.0, 4365.0, 4363.0, 4363.0, 4384.0, 4373.0, 4375.0, 4375.0, 4364.0, 4397.0, 4375.0, 4376.0, 4363.0, 4353.0, 4373.0, 4374.0, 4374.0, 4376.0, 4366.0, 4386.0, 4374.0, 4374.0, 4373.0, 4363.0, 4388.0, 4354.0, 4351.0, 4383.0, 4360.0, 4350.0, 4361.0, 4346.0, 4348.0, 4336.0, 4341.0, 4351.0, 4373.0, 4365.0, 4352.0, 4355.0, 4377.0, 4389.0, 4369.0, 4378.0, 4389.0, 4382.0, 4393.0, 4391.0, 4401.0, 4368.0, 4365.0, 4387.0, 4377.0, 4367.0, 4399.0, 4388.0, 4377.0, 4373.0, 4361.0, 4375.0, 4363.0, 4374.0, 4375.0, 4378.0, 4378.0, 4388.0, 4391.0, 4389.0, 4390.0, 4376.0, 4389.0, 4378.0, 4389.0, 4415.0, 4381.0, 4390.0, 4391.0, 4379.0, 4366.0, 4368.0, 4387.0, 4378.0, 4387.0, 4378.0, 4378.0, 4408.0, 4388.0, 4373.0, 4385.0, 4361.0, 4365.0, 4373.0, 4365.0, 4372.0, 4372.0, 4353.0, 4360.0, 4374.0, 4362.0, 4363.0, 4364.0, 4374.0, 4376.0, 4367.0, 4390.0, 4372.0, 4403.0, 4394.0, 4392.0, 4416.0, 4411.0, 4379.0, 4382.0, 4377.0, 4365.0, 4376.0, 4363.0, 4352.0, 4373.0, 4348.0, 4340.0, 4384.0, 4353.0, 4353.0, 4363.0, 4361.0, 4372.0, 4348.0, 4350.0, 4370.0, 4351.0, 4341.0, 4353.0, 4365.0, 4373.0, 4365.0, 4366.0, 4395.0, 4378.0, 4376.0, 4379.0, 4371.0, 4400.0, 4379.0, 4377.0, 4375.0, 4366.0, 4398.0, 4376.0, 4377.0, 4375.0, 4366.0, 4384.0, 4365.0, 4364.0, 4398.0, 4377.0, 4375.0, 4376.0, 4367.0, 4377.0, 4378.0, 4398.0, 4368.0, 4380.0, 4378.0, 4378.0, 4397.0, 4376.0, 4366.0, 4396.0, 4378.0, 4378.0, 4376.0, 4378.0, 4377.0, 4366.0, 4386.0, 4352.0, 4353.0, 4385.0, 4376.0, 4365.0, 4364.0, 4351.0, 4377.0, 4365.0, 4355.0, 4375.0, 4365.0, 4377.0, 4374.0, 4385.0, 4377.0, 4376.0, 4377.0, 4387.0, 4388.0, 4401.0, 4378.0, 4365.0, 4397.0, 4374.0, 4364.0, 4370.0, 4360.0, 4349.0, 4333.0, 4325.0, 4384.0, 4369.0, 4368.0, 4343.0, 4341.0, 4371.0, 4391.0, 4408.0, 4425.0, 4391.0, 4398.0, 4377.0, 4366.0, 4388.0, 4376.0, 4378.0, 4377.0, 4399.0, 4378.0, 4381.0, 4390.0, 4379.0, 4401.0, 4393.0, 4401.0, 4380.0, 4367.0, 4365.0, 4379.0, 4411.0, 4402.0, 4402.0, 4390.0, 4377.0, 4398.0, 4364.0, 4364.0, 4386.0, 4364.0, 4375.0, 4374.0, 4356.0, 4383.0, 4361.0, 4363.0, 4351.0, 4363.0, 4361.0, 4363.0, 4354.0, 4363.0, 4365.0, 4374.0, 4365.0, 4388.0, 4379.0, 4387.0, 4411.0, 4368.0, 4368.0, 4396.0, 4376.0, 4367.0, 4377.0, 4378.0, 4376.0, 4372.0, 4364.0, 4386.0, 4365.0, 4385.0, 4375.0, 4364.0, 4363.0, 4360.0, 4372.0, 4350.0, 4349.0, 4385.0, 4350.0, 4350.0, 4374.0, 4363.0, 4361.0, 4362.0, 4351.0, 4362.0, 4377.0, 4377.0, 4390.0, 4413.0, 4393.0, 4389.0, 4377.0, 4367.0, 4398.0, 4377.0, 4379.0, 4402.0, 4382.0, 4401.0, 4378.0, 4388.0, 4377.0, 4368.0, 4389.0, 4392.0, 4414.0, 4389.0, 4367.0, 4386.0, 4367.0, 4368.0, 4366.0, 4379.0, 4389.0, 4389.0, 4402.0, 4366.0, 4368.0, 4396.0, 4365.0, 4366.0, 4376.0, 4387.0, 4387.0, 4389.0, 4378.0, 4377.0, 4377.0, 4389.0, 4381.0, 4390.0, 4379.0, 4416.0, 4393.0, 4381.0, 4366.0, 4378.0, 4377.0, 4379.0, 4381.0, 4412.0, 4368.0, 4354.0, 4386.0, 4361.0, 4342.0, 4375.0, 4363.0, 4375.0, 4361.0, 4353.0, 4373.0, 4367.0, 4364.0, 4377.0, 4387.0, 4355.0, 4376.0, 4409.0, 4391.0, 4403.0, 4392.0, 4379.0, 4389.0, 4394.0, 4392.0, 4404.0, 4368.0, 4370.0, 4401.0, 4381.0, 4389.0, 4376.0, 4366.0, 4374.0, 4361.0, 4352.0, 4387.0, 4375.0, 4378.0, 4378.0, 4366.0, 4390.0, 4377.0, 4387.0, 4362.0, 4367.0, 4379.0, 4376.0, 4407.0, 4375.0, 4375.0, 4361.0, 4352.0, 4374.0, 4350.0, 4353.0, 4373.0, 4351.0, 4361.0, 4373.0, 4352.0, 4353.0, 4353.0, 4351.0, 4376.0, 4376.0, 4390.0, 4411.0, 4390.0, 4379.0, 4370.0, 4370.0, 4378.0, 4358.0, 4368.0, 4373.0, 4346.0, 4374.0, 4371.0, 4343.0, 4354.0, 4355.0, 4353.0, 4371.0, 4351.0, 4340.0, 4362.0, 4352.0, 4372.0, 4339.0, 4339.0, 4381.0, 4335.0, 4371.0, 4341.0, 4337.0, 4372.0, 4324.0, 4326.0, 4358.0, 4334.0, 4333.0, 4323.0, 4325.0, 4343.0, 4334.0, 4336.0, 4324.0, 4337.0, 4353.0, 4334.0, 4324.0, 4323.0, 4334.0, 4335.0, 4324.0, 4325.0, 4357.0, 4336.0, 4325.0, 4336.0, 4338.0, 4335.0, 4350.0, 4349.0, 4338.0, 4358.0, 4352.0, 4360.0, 4354.0, 4362.0, 4366.0, 4385.0, 4377.0, 4365.0, 4388.0, 4379.0, 4388.0, 4381.0, 4389.0, 4390.0, 4392.0, 4402.0, 4400.0, 4379.0, 4377.0, 4394.0, 4376.0, 4376.0, 4380.0, 4389.0, 4402.0, 4405.0, 4410.0, 4387.0, 4376.0, 4377.0, 4387.0, 4400.0, 4392.0, 4393.0, 4402.0, 4401.0, 4414.0, 4390.0, 4389.0, 4377.0, 4392.0, 4413.0, 4401.0, 4394.0, 4389.0, 4389.0, 4398.0, 4378.0, 4389.0, 4387.0, 4378.0, 4387.0, 4375.0, 4376.0, 4364.0, 4363.0, 4387.0, 4363.0, 4362.0, 4361.0, 4372.0, 4362.0, 4360.0, 4361.0, 4384.0, 4381.0, 4365.0, 4365.0, 4377.0, 4389.0, 4375.0, 4377.0, 4361.0, 4375.0, 4387.0, 4374.0, 4376.0, 4375.0, 4374.0, 4386.0, 4375.0, 4366.0, 4366.0, 4385.0, 4397.0, 4390.0, 4389.0, 4388.0, 4379.0, 4388.0, 4389.0, 4404.0, 4406.0, 4391.0, 4392.0, 4413.0, 4401.0, 4394.0, 4400.0, 4377.0, 4365.0, 4362.0, 4377.0, 4394.0, 4387.0, 4389.0, 4401.0, 4378.0, 4376.0, 4388.0, 4386.0, 4376.0, 4389.0, 4387.0, 4389.0, 4399.0, 4377.0, 4387.0, 4377.0, 4399.0, 4376.0, 4378.0, 4376.0, 4389.0, 4387.0, 4377.0, 4377.0, 4388.0, 4389.0, 4390.0, 4389.0, 4378.0, 4374.0, 4391.0, 4416.0, 4389.0, 4366.0, 4372.0, 4371.0, 4335.0, 4335.0, 4360.0, 4383.0, 4355.0, 4335.0, 4359.0, 4349.0, 4394.0, 4402.0, 4416.0, 4390.0, 4379.0, 4386.0, 4376.0, 4376.0, 4375.0, 4362.0, 4385.0, 4395.0, 4386.0, 4388.0, 4376.0, 4377.0, 4387.0, 4362.0, 4350.0, 4359.0, 4351.0, 4374.0, 4365.0, 4376.0, 4388.0, 4400.0, 4402.0, 4415.0, 4389.0, 4388.0, 4376.0, 4389.0, 4388.0, 4390.0, 4412.0, 4401.0, 4378.0, 4387.0, 4377.0, 4412.0, 4413.0, 4391.0], 'WindowWidth': [9741.0, 9718.0, 9697.0, 9666.0, 9669.0, 9648.0, 9685.0, 9658.0, 9651.0, 9692.0, 9682.0, 9683.0, 9657.0, 9659.0, 9623.0, 9643.0, 9683.0, 9659.0, 9669.0, 9654.0, 9627.0, 9658.0, 9621.0, 9643.0, 9658.0, 9644.0, 9676.0, 9645.0, 9666.0, 9627.0, 9642.0, 9699.0, 9644.0, 9644.0, 9635.0, 9639.0, 9627.0, 9634.0, 9657.0, 9656.0, 9675.0, 9676.0, 9705.0, 9736.0, 9718.0, 9700.0, 9709.0, 9652.0, 9681.0, 9640.0, 9655.0, 9659.0, 9659.0, 9666.0, 9683.0, 9667.0, 9648.0, 9644.0, 9636.0, 9677.0, 9616.0, 9601.0, 9614.0, 9617.0, 9657.0, 9654.0, 9680.0, 9661.0, 9634.0, 9650.0, 9612.0, 9613.0, 9637.0, 9611.0, 9619.0, 9643.0, 9643.0, 9653.0, 9628.0, 9603.0, 9639.0, 9634.0, 9678.0, 9659.0, 9679.0, 9645.0, 9624.0, 9684.0, 9642.0, 9630.0, 9640.0, 9648.0, 9660.0, 9639.0, 9658.0, 9622.0, 9619.0, 9659.0, 9603.0, 9608.0, 9659.0, 9631.0, 9603.0, 9589.0, 9594.0, 9632.0, 9613.0, 9619.0, 9639.0, 9659.0, 9678.0, 9625.0, 9638.0, 9610.0, 9582.0, 9594.0, 9593.0, 9616.0, 9630.0, 9632.0, 9642.0, 9650.0, 9636.0, 9623.0, 9629.0, 9616.0, 9629.0, 9638.0, 9708.0, 9655.0, 9612.0, 9630.0, 9625.0, 9628.0, 9641.0, 9677.0, 9640.0, 9661.0, 9630.0, 9616.0, 9614.0, 9598.0, 9606.0, 9658.0, 9617.0, 9625.0, 9641.0, 9618.0, 9637.0, 9618.0, 9605.0, 9671.0, 9640.0, 9642.0, 9647.0, 9636.0, 9651.0, 9644.0, 9646.0, 9607.0, 9623.0, 9674.0, 9629.0, 9651.0, 9663.0, 9656.0, 9664.0, 9637.0, 9665.0, 9642.0, 9651.0, 9651.0, 9697.0, 9730.0, 9670.0, 9667.0, 9618.0, 9598.0, 9616.0, 9596.0, 9616.0, 9659.0, 9618.0, 9617.0, 9638.0, 9597.0, 9599.0, 9626.0, 9579.0, 9597.0, 9616.0, 9611.0, 9612.0, 9612.0, 9614.0, 9646.0, 9603.0, 9623.0, 9637.0, 9643.0, 9655.0, 9641.0, 9644.0, 9681.0, 9619.0, 9629.0, 9619.0, 9616.0, 9649.0, 9632.0, 9638.0, 9633.0, 9624.0, 9675.0, 9637.0, 9643.0, 9617.0, 9605.0, 9634.0, 9631.0, 9636.0, 9636.0, 9626.0, 9658.0, 9634.0, 9639.0, 9628.0, 9616.0, 9660.0, 9602.0, 9598.0, 9649.0, 9606.0, 9591.0, 9611.0, 9585.0, 9586.0, 9571.0, 9578.0, 9596.0, 9632.0, 9619.0, 9601.0, 9606.0, 9638.0, 9664.0, 9631.0, 9649.0, 9659.0, 9656.0, 9669.0, 9667.0, 9689.0, 9630.0, 9623.0, 9663.0, 9638.0, 9628.0, 9684.0, 9661.0, 9645.0, 9630.0, 9612.0, 9640.0, 9619.0, 9631.0, 9640.0, 9641.0, 9647.0, 9657.0, 9663.0, 9663.0, 9659.0, 9640.0, 9658.0, 9646.0, 9661.0, 9713.0, 9653.0, 9669.0, 9668.0, 9651.0, 9629.0, 9630.0, 9659.0, 9642.0, 9660.0, 9643.0, 9648.0, 9697.0, 9656.0, 9636.0, 9656.0, 9613.0, 9624.0, 9635.0, 9618.0, 9630.0, 9628.0, 9605.0, 9609.0, 9634.0, 9616.0, 9615.0, 9618.0, 9638.0, 9639.0, 9629.0, 9660.0, 9643.0, 9685.0, 9675.0, 9672.0, 9722.0, 9707.0, 9651.0, 9661.0, 9645.0, 9622.0, 9644.0, 9618.0, 9601.0, 9633.0, 9588.0, 9579.0, 9650.0, 9600.0, 9605.0, 9617.0, 9613.0, 9631.0, 9587.0, 9592.0, 9626.0, 9594.0, 9584.0, 9602.0, 9618.0, 9633.0, 9620.0, 9623.0, 9669.0, 9641.0, 9643.0, 9647.0, 9639.0, 9680.0, 9644.0, 9644.0, 9638.0, 9627.0, 9679.0, 9639.0, 9646.0, 9634.0, 9624.0, 9653.0, 9620.0, 9621.0, 9677.0, 9640.0, 9640.0, 9641.0, 9630.0, 9638.0, 9640.0, 9676.0, 9627.0, 9651.0, 9644.0, 9643.0, 9675.0, 9638.0, 9627.0, 9672.0, 9643.0, 9648.0, 9640.0, 9649.0, 9640.0, 9624.0, 9662.0, 9600.0, 9603.0, 9657.0, 9636.0, 9621.0, 9615.0, 9598.0, 9644.0, 9619.0, 9611.0, 9632.0, 9623.0, 9640.0, 9633.0, 9654.0, 9641.0, 9643.0, 9643.0, 9661.0, 9658.0, 9692.0, 9646.0, 9624.0, 9676.0, 9632.0, 9621.0, 9624.0, 9608.0, 9590.0, 9556.0, 9547.0, 9647.0, 9631.0, 9629.0, 9587.0, 9579.0, 9629.0, 9672.0, 9710.0, 9730.0, 9666.0, 9678.0, 9642.0, 9627.0, 9657.0, 9641.0, 9644.0, 9644.0, 9686.0, 9646.0, 9657.0, 9662.0, 9652.0, 9682.0, 9677.0, 9688.0, 9651.0, 9635.0, 9625.0, 9650.0, 9706.0, 9685.0, 9691.0, 9667.0, 9648.0, 9683.0, 9622.0, 9626.0, 9660.0, 9620.0, 9640.0, 9633.0, 9611.0, 9650.0, 9610.0, 9618.0, 9597.0, 9614.0, 9615.0, 9614.0, 9606.0, 9617.0, 9625.0, 9637.0, 9628.0, 9660.0, 9647.0, 9659.0, 9711.0, 9633.0, 9633.0, 9675.0, 9637.0, 9631.0, 9641.0, 9644.0, 9641.0, 9628.0, 9625.0, 9658.0, 9623.0, 9658.0, 9636.0, 9621.0, 9617.0, 9609.0, 9632.0, 9593.0, 9594.0, 9654.0, 9594.0, 9597.0, 9630.0, 9615.0, 9611.0, 9612.0, 9598.0, 9612.0, 9641.0, 9645.0, 9664.0, 9702.0, 9669.0, 9665.0, 9642.0, 9628.0, 9678.0, 9642.0, 9649.0, 9685.0, 9661.0, 9683.0, 9645.0, 9662.0, 9642.0, 9635.0, 9663.0, 9667.0, 9708.0, 9661.0, 9630.0, 9658.0, 9626.0, 9634.0, 9624.0, 9647.0, 9663.0, 9663.0, 9688.0, 9625.0, 9627.0, 9674.0, 9620.0, 9626.0, 9640.0, 9654.0, 9660.0, 9656.0, 9643.0, 9640.0, 9644.0, 9657.0, 9653.0, 9662.0, 9650.0, 9711.0, 9678.0, 9653.0, 9630.0, 9648.0, 9646.0, 9648.0, 9653.0, 9710.0, 9630.0, 9607.0, 9660.0, 9610.0, 9587.0, 9637.0, 9616.0, 9635.0, 9610.0, 9604.0, 9629.0, 9627.0, 9625.0, 9644.0, 9662.0, 9610.0, 9641.0, 9695.0, 9666.0, 9688.0, 9666.0, 9652.0, 9665.0, 9676.0, 9671.0, 9702.0, 9633.0, 9640.0, 9696.0, 9652.0, 9667.0, 9641.0, 9627.0, 9636.0, 9608.0, 9601.0, 9659.0, 9635.0, 9645.0, 9641.0, 9628.0, 9666.0, 9640.0, 9657.0, 9617.0, 9631.0, 9645.0, 9641.0, 9693.0, 9638.0, 9642.0, 9614.0, 9600.0, 9637.0, 9595.0, 9602.0, 9636.0, 9597.0, 9610.0, 9630.0, 9597.0, 9600.0, 9603.0, 9598.0, 9639.0, 9642.0, 9667.0, 9702.0, 9667.0, 9653.0, 9637.0, 9638.0, 9648.0, 9612.0, 9631.0, 9633.0, 9595.0, 9642.0, 9630.0, 9590.0, 9611.0, 9609.0, 9604.0, 9632.0, 9598.0, 9583.0, 9616.0, 9600.0, 9634.0, 9577.0, 9582.0, 9642.0, 9572.0, 9631.0, 9582.0, 9576.0, 9634.0, 9550.0, 9555.0, 9605.0, 9563.0, 9560.0, 9546.0, 9549.0, 9574.0, 9561.0, 9568.0, 9546.0, 9568.0, 9593.0, 9561.0, 9551.0, 9544.0, 9560.0, 9567.0, 9545.0, 9550.0, 9598.0, 9564.0, 9552.0, 9565.0, 9570.0, 9568.0, 9587.0, 9588.0, 9574.0, 9601.0, 9599.0, 9606.0, 9603.0, 9610.0, 9620.0, 9652.0, 9637.0, 9625.0, 9657.0, 9647.0, 9656.0, 9653.0, 9660.0, 9666.0, 9669.0, 9685.0, 9685.0, 9646.0, 9643.0, 9668.0, 9639.0, 9643.0, 9647.0, 9662.0, 9683.0, 9688.0, 9698.0, 9655.0, 9645.0, 9641.0, 9656.0, 9685.0, 9667.0, 9673.0, 9686.0, 9685.0, 9709.0, 9664.0, 9665.0, 9644.0, 9669.0, 9710.0, 9682.0, 9678.0, 9661.0, 9662.0, 9679.0, 9644.0, 9666.0, 9654.0, 9645.0, 9661.0, 9635.0, 9643.0, 9615.0, 9617.0, 9658.0, 9614.0, 9614.0, 9609.0, 9626.0, 9615.0, 9608.0, 9612.0, 9650.0, 9639.0, 9622.0, 9620.0, 9638.0, 9662.0, 9634.0, 9642.0, 9613.0, 9633.0, 9658.0, 9632.0, 9639.0, 9635.0, 9632.0, 9655.0, 9633.0, 9624.0, 9622.0, 9650.0, 9674.0, 9661.0, 9665.0, 9656.0, 9645.0, 9657.0, 9659.0, 9689.0, 9700.0, 9669.0, 9670.0, 9710.0, 9683.0, 9679.0, 9683.0, 9639.0, 9624.0, 9614.0, 9639.0, 9669.0, 9655.0, 9664.0, 9677.0, 9645.0, 9641.0, 9653.0, 9656.0, 9640.0, 9664.0, 9656.0, 9665.0, 9674.0, 9646.0, 9661.0, 9642.0, 9681.0, 9639.0, 9647.0, 9639.0, 9660.0, 9654.0, 9643.0, 9642.0, 9657.0, 9659.0, 9668.0, 9664.0, 9647.0, 9635.0, 9667.0, 9722.0, 9662.0, 9625.0, 9630.0, 9623.0, 9568.0, 9564.0, 9608.0, 9645.0, 9592.0, 9564.0, 9605.0, 9592.0, 9665.0, 9685.0, 9716.0, 9665.0, 9649.0, 9654.0, 9642.0, 9640.0, 9635.0, 9618.0, 9649.0, 9670.0, 9655.0, 9667.0, 9638.0, 9639.0, 9658.0, 9612.0, 9596.0, 9606.0, 9598.0, 9631.0, 9623.0, 9638.0, 9662.0, 9681.0, 9687.0, 9709.0, 9663.0, 9656.0, 9639.0, 9660.0, 9660.0, 9664.0, 9706.0, 9680.0, 9649.0, 9652.0, 9643.0, 9703.0, 9700.0, 9672.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.0009975632183908045</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.029991945632183905</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>44.889242174453386</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2662243154545494</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0089162835443046</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.5228</td></tr>
|
|
<tr><td colspan=3>fber</td><td>3001.3779</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.1107976431412037</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>68</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>7.816091954022989</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.288888275299676</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.1954754022012417</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5385857576572173</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.1326036660405676</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0147992</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.005394460633397102</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.024663934484124184</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.195076176782439</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>k</td><td>30.2088</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>67.9628</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>244.5385</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>67.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>290553.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>1165.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>435.7732</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.831</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>509.2757</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3506.1689</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3679.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>85991.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1399.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4535.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>876.9754</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>34.96061257319525</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> |