=== 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-0064 --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-0064",
"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-0064_ses-01_task-social_acq-mb8_run-01_bold :: MRIQC's BOLD fMRI report</title>
|
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
|
|
|
|
<script>
|
|
var timestamp = Date.now()
|
|
|
|
function read_form() {
|
|
var ds = "<unset>";
|
|
var sub = "sub-0064_ses-01_task-social_acq-mb8_run-01_bold.nii.gz";
|
|
|
|
var artifacts = [];
|
|
$('#qcartifacts-group input:checked').each(function() {
|
|
artifacts.push($(this).attr('name'));
|
|
});
|
|
|
|
var rating = $('#qcslider').val();
|
|
var payload = {
|
|
'dataset': ds,
|
|
'subject': sub,
|
|
'rating': rating,
|
|
'artifacts': artifacts,
|
|
'time_sec': (Date.now() - timestamp) / 1000,
|
|
'confidence': $('#qcextra-confidence').val(),
|
|
'comments': $('#qcextra-comments').val()
|
|
};
|
|
|
|
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
|
|
$('#btn-download').attr('href', URL.createObjectURL(file));
|
|
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
|
|
return payload
|
|
};
|
|
|
|
function toggle_rating() {
|
|
if ($('#qcrating-menu').hasClass('d-none')) {
|
|
$('#qcrating-menu').removeClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', true);
|
|
} else {
|
|
$('#qcrating-menu').addClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', false);
|
|
}
|
|
};
|
|
|
|
$(window).on('load',function(){
|
|
var authorization = $('#btn-post').val()
|
|
if (authorization.includes("secret_token")) {
|
|
$('#btn-post').addClass('d-none');
|
|
};
|
|
timestamp = Date.now();
|
|
});
|
|
|
|
</script>
|
|
<style type="text/css">
|
|
/* The slider itself */
|
|
.slider {
|
|
-webkit-appearance: none; /* Override default CSS styles */
|
|
appearance: none;
|
|
margin-bottom: 8px;
|
|
margin-left: 10%;
|
|
width: 80%;
|
|
height: 5px; /* Specified height */
|
|
background: #d3d3d3; /* Grey background */
|
|
outline: none; /* Remove outline */
|
|
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
|
|
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
|
|
transition: opacity .2s;
|
|
}
|
|
|
|
/* Mouse-over effects */
|
|
.slider:hover {
|
|
opacity: 1; /* Fully shown on mouse-over */
|
|
}
|
|
|
|
.slider::-webkit-slider-thumb {
|
|
-webkit-appearance: none;
|
|
appearance: none;
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
.slider::-moz-range-thumb {
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body style="font-family: helvetica;">
|
|
<nav class="navbar fixed-top navbar-expand-lg bg-light">
|
|
<div class="container-fluid">
|
|
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
|
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
|
|
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
|
|
<li class="nav-item dropdown">
|
|
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
|
|
About
|
|
</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="#errors">Errors</a></li>
|
|
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="d-flex flex-row-reverse">
|
|
<div class="form-check form-switch align-self-center flex-fill me-4">
|
|
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
|
|
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
<noscript>
|
|
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
|
|
</noscript>
|
|
|
|
<div id="Basic echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-01_session-01_subject-0064_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-0064/figures/sub-0064_ses-01_task-social_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0064/figures/sub-0064_ses-01_task-social_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0064/figures/sub-0064_ses-01_task-social_acq-mb8_run-01_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-01_session-01_subject-0064_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-0064/figures/sub-0064_ses-01_task-social_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0064/figures/sub-0064_ses-01_task-social_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0064/figures/sub-0064_ses-01_task-social_acq-mb8_run-01_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-01_session-01_subject-0064_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-0064/figures/sub-0064_ses-01_task-social_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0064/figures/sub-0064_ses-01_task-social_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0064/figures/sub-0064_ses-01_task-social_acq-mb8_run-01_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-01_session-01_subject-0064_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-0064/figures/sub-0064_ses-01_task-social_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0064/figures/sub-0064_ses-01_task-social_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0064/figures/sub-0064_ses-01_task-social_acq-mb8_run-01_desc-carpet_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-mean_run-01_session-01_subject-0064_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-0064/figures/sub-0064_ses-01_task-social_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0064/figures/sub-0064_ses-01_task-social_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0064/figures/sub-0064_ses-01_task-social_acq-mb8_run-01_desc-mean_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended reports shared across echos" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-01_session-01_subject-0064_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-0064/figures/sub-0064_ses-01_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0064/figures/sub-0064_ses-01_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0064/figures/sub-0064_ses-01_task-social_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-01_subject-0064_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-0064/figures/sub-0064_ses-01_task-social_acq-mb8_run-01_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0064/figures/sub-0064_ses-01_task-social_acq-mb8_run-01_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0064/figures/sub-0064_ses-01_task-social_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0064/figures/sub-0064_ses-01_task-social_acq-mb8_run-01_desc-norm_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="About" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">About</h1>
|
|
<div id="errors" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
|
|
</div>
|
|
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
|
|
reconstructing the provenance of the corresponding derivatives.
|
|
</p> <div class="accordion accordion-flush" id="about-metadata">
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-0">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
|
|
Provenance Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-0" class="table table-sm table-striped">
|
|
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
|
|
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0064/ses-01/func/sub-0064_ses-01_task-social_acq-mb8_run-01_bold.nii.gz</td></tr>
|
|
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
|
|
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
|
|
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
|
|
<tr><td colspan=2>md5sum</td><td>2d1a1480232c7ddde8cd272d42107d58</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>09:11:15.480000</td></tr>
|
|
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
|
|
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
|
|
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
|
|
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
|
|
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
|
|
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
|
|
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
|
|
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
|
|
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
|
|
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
|
|
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
|
|
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
|
|
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999979, 0.00277927, -0.00588939, -0.00226886, 0.996381, 0.0849663]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.0895572</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>12</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4131, -7733, -7215, 631, -88, -92, -16, 128]</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.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>social</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>220.272</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>cea92d6f-ca20-4fb1-a9a9-3578ab6055af||Sequence: R016 ve11e/master r/434b28f1; Aug 7 2019 18:53:46 by eja</td></tr>
|
|
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6828699111938477, -0.0060871965251863, -0.016481388360261917, 110.96304321289062], [-0.007456585299223661, 2.673218011856079, 0.2293679565191269, -95.1138916015625], [-0.01580079272389412, -0.22795826196670532, 2.6901893615722656, -44.75593185424805], [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': ['091115.480000', '091115.940000', '091116.400000', '091116.860000', '091117.320000', '091117.780000', '091118.240000', '091118.700000', '091119.160000', '091119.620000', '091120.080000', '091120.540000', '091121.000000', '091121.460000', '091121.920000', '091122.380000', '091122.840000', '091123.300000', '091123.760000', '091124.220000', '091124.680000', '091125.140000', '091125.600000', '091126.060000', '091126.520000', '091126.980000', '091127.440000', '091127.900000', '091128.360000', '091128.820000', '091129.280000', '091129.740000', '091130.200000', '091130.660000', '091131.120000', '091131.580000', '091132.040000', '091132.500000', '091132.960000', '091133.420000', '091133.880000', '091134.340000', '091134.800000', '091135.260000', '091135.720000', '091136.180000', '091136.640000', '091137.100000', '091137.560000', '091138.020000', '091138.480000', '091138.940000', '091139.400000', '091139.860000', '091140.320000', '091140.780000', '091141.240000', '091141.700000', '091142.160000', '091142.620000', '091143.080000', '091143.540000', '091144.000000', '091144.460000', '091144.920000', '091145.380000', '091145.840000', '091146.300000', '091146.760000', '091147.220000', '091147.680000', '091148.140000', '091148.600000', '091149.060000', '091149.520000', '091149.980000', '091150.440000', '091150.900000', '091151.360000', '091151.820000', '091152.280000', '091152.740000', '091153.200000', '091153.660000', '091154.120000', '091154.580000', '091155.040000', '091155.500000', '091155.960000', '091156.420000', '091156.880000', '091157.340000', '091157.800000', '091158.260000', '091158.720000', '091159.180000', '091159.640000', '091200.100000', '091200.560000', '091201.020000', '091201.480000', '091201.940000', '091202.400000', '091202.860000', '091203.320000', '091203.780000', '091204.240000', '091204.700000', '091205.160000', '091205.620000', '091206.080000', '091206.540000', '091207.000000', '091207.460000', '091207.920000', '091208.380000', '091208.840000', '091209.300000', '091209.760000', '091210.220000', '091210.680000', '091211.140000', '091211.600000', '091212.060000', '091212.520000', '091212.980000', '091213.440000', '091213.900000', '091214.360000', '091214.820000', '091215.280000', '091215.740000', '091216.200000', '091216.660000', '091217.120000', '091217.580000', '091218.040000', '091218.500000', '091218.960000', '091219.420000', '091219.880000', '091220.340000', '091220.800000', '091221.260000', '091221.720000', '091222.180000', '091222.640000', '091223.100000', '091223.560000', '091224.020000', '091224.480000', '091224.940000', '091225.400000', '091225.860000', '091226.320000', '091226.780000', '091227.240000', '091227.700000', '091228.160000', '091228.620000', '091229.080000', '091229.540000', '091230.000000', '091230.460000', '091230.920000', '091231.380000', '091231.840000', '091232.300000', '091232.760000', '091233.220000', '091233.680000', '091234.140000', '091234.600000', '091235.060000', '091235.520000', '091235.980000', '091236.440000', '091236.900000', '091237.360000', '091237.820000', '091238.280000', '091238.740000', '091239.200000', '091239.660000', '091240.120000', '091240.580000', '091241.040000', '091241.500000', '091241.960000', '091242.420000', '091242.880000', '091243.340000', '091243.800000', '091244.260000', '091244.720000', '091245.180000', '091245.640000', '091246.100000', '091246.560000', '091247.020000', '091247.480000', '091247.940000', '091248.400000', '091248.860000', '091249.320000', '091249.780000', '091250.240000', '091250.700000', '091251.160000', '091251.620000', '091252.080000', '091252.540000', '091253.000000', '091253.460000', '091253.920000', '091254.380000', '091254.840000', '091255.300000', '091255.760000', '091256.220000', '091256.680000', '091257.140000', '091257.600000', '091258.060000', '091258.520000', '091258.980000', '091259.440000', '091259.900000', '091300.360000', '091300.820000', '091301.280000', '091301.740000', '091302.200000', '091302.660000', '091303.120000', '091303.580000', '091304.040000', '091304.500000', '091304.960000', '091305.420000', '091305.880000', '091306.340000', '091306.800000', '091307.260000', '091307.720000', '091308.180000', '091308.640000', '091309.100000', '091309.560000', '091310.020000', '091310.480000', '091310.940000', '091311.400000', '091311.860000', '091312.320000', '091312.780000', '091313.240000', '091313.700000', '091314.160000', '091314.620000', '091315.080000', '091315.540000', '091316.000000', '091316.460000', '091316.920000', '091317.380000', '091317.840000', '091318.300000', '091318.760000', '091319.220000', '091319.680000', '091320.140000', '091320.600000', '091321.060000', '091321.520000', '091321.980000', '091322.440000', '091322.900000', '091323.360000', '091323.820000', '091324.280000', '091324.740000', '091325.200000', '091325.660000', '091326.120000', '091326.580000', '091327.040000', '091327.500000', '091327.960000', '091328.420000', '091328.880000', '091329.340000', '091329.800000', '091330.260000', '091330.720000', '091331.180000', '091331.640000', '091332.100000', '091332.560000', '091333.020000', '091333.480000', '091333.940000', '091334.400000', '091334.860000', '091335.320000', '091335.780000', '091336.240000', '091336.700000', '091337.160000', '091337.620000', '091338.080000', '091338.540000', '091339.000000', '091339.460000', '091339.920000', '091340.380000', '091340.840000', '091341.300000', '091341.760000', '091342.220000', '091342.680000', '091343.140000', '091343.600000', '091344.060000', '091344.520000', '091344.980000', '091345.440000', '091345.900000', '091346.360000', '091346.820000', '091347.280000', '091347.740000', '091348.200000', '091348.660000', '091349.120000', '091349.580000', '091350.040000', '091350.500000', '091350.960000', '091351.420000', '091351.880000', '091352.340000', '091352.800000', '091353.260000', '091353.720000', '091354.180000', '091354.640000', '091355.100000', '091355.560000', '091356.020000', '091356.480000', '091356.940000', '091357.400000', '091357.860000', '091358.320000', '091358.780000', '091359.240000', '091359.700000', '091400.160000', '091400.620000', '091401.080000', '091401.540000', '091402.000000', '091402.460000', '091402.920000', '091403.380000', '091403.840000', '091404.300000', '091404.760000', '091405.220000', '091405.680000', '091406.140000', '091406.600000', '091407.060000', '091407.520000', '091407.980000', '091408.440000', '091408.900000', '091409.360000', '091409.820000', '091410.280000', '091410.740000', '091411.200000', '091411.660000', '091412.120000', '091412.580000', '091413.040000', '091413.500000', '091413.960000', '091414.420000', '091414.880000', '091415.340000', '091415.800000', '091416.260000', '091416.720000', '091417.180000', '091417.640000', '091418.100000', '091418.560000', '091419.020000', '091419.480000', '091419.940000', '091420.400000', '091420.860000', '091421.320000', '091421.780000', '091422.240000', '091422.700000', '091423.160000', '091423.620000', '091424.080000', '091424.540000', '091425.000000', '091425.460000', '091425.920000', '091426.380000', '091426.840000', '091427.300000', '091427.760000', '091428.220000', '091428.680000', '091429.140000', '091429.600000', '091430.060000', '091430.520000', '091430.980000', '091431.440000', '091431.900000', '091432.360000', '091432.820000', '091433.280000', '091433.740000', '091434.200000', '091434.660000', '091435.120000', '091435.580000', '091436.040000', '091436.500000', '091436.960000', '091437.420000', '091437.880000', '091438.340000', '091438.800000', '091439.260000', '091439.720000', '091440.180000', '091440.640000', '091441.100000', '091441.560000', '091442.020000', '091442.480000', '091442.940000', '091443.400000', '091443.860000', '091444.320000', '091444.780000', '091445.240000', '091445.700000', '091446.160000', '091446.620000', '091447.080000', '091447.540000', '091448.000000', '091448.460000', '091448.920000', '091449.380000', '091449.840000', '091450.300000', '091450.760000', '091451.220000', '091451.680000', '091452.140000', '091452.600000', '091453.060000', '091453.520000', '091453.980000', '091454.440000', '091454.900000', '091455.360000', '091455.820000', '091456.280000', '091456.740000', '091457.200000', '091457.660000', '091458.120000', '091458.580000', '091459.040000', '091459.500000', '091459.960000', '091500.420000', '091500.880000', '091501.340000', '091501.800000', '091502.260000', '091502.720000', '091503.180000', '091503.640000', '091504.100000', '091504.560000', '091505.020000', '091505.480000', '091505.940000', '091506.400000', '091506.860000', '091507.320000', '091507.780000', '091508.240000', '091508.700000', '091509.160000', '091509.620000', '091510.080000', '091510.540000', '091511.000000', '091511.460000', '091511.920000', '091512.380000', '091512.840000', '091513.300000', '091513.760000', '091514.220000', '091514.680000', '091515.140000', '091515.600000', '091516.060000', '091516.520000', '091516.980000', '091517.440000', '091517.900000', '091518.360000', '091518.820000', '091519.280000', '091519.740000', '091520.200000', '091520.660000', '091521.120000', '091521.580000', '091522.040000', '091522.500000', '091522.960000', '091523.420000', '091523.880000', '091524.340000', '091524.800000', '091525.260000', '091525.720000', '091526.180000', '091526.640000', '091527.100000', '091527.560000', '091528.020000', '091528.480000', '091528.940000', '091529.400000', '091529.860000', '091530.320000', '091530.780000', '091531.240000', '091531.700000', '091532.160000', '091532.620000', '091533.080000', '091533.540000', '091534.000000', '091534.460000', '091534.920000', '091535.380000', '091535.840000', '091536.300000', '091536.760000', '091537.220000', '091537.680000', '091538.140000', '091538.600000', '091539.060000', '091539.520000', '091539.980000', '091540.440000', '091540.900000', '091541.360000', '091541.820000', '091542.280000', '091542.740000', '091543.200000', '091543.660000', '091544.120000', '091544.580000', '091545.040000', '091545.500000', '091545.960000', '091546.420000', '091546.880000', '091547.340000', '091547.800000', '091548.260000', '091548.720000', '091549.180000', '091549.640000', '091550.100000', '091550.560000', '091551.020000', '091551.480000', '091551.940000', '091552.400000', '091552.860000', '091553.320000', '091553.780000', '091554.240000', '091554.700000', '091555.160000', '091555.620000', '091556.080000', '091556.540000', '091557.000000', '091557.460000', '091557.920000', '091558.380000', '091558.840000', '091559.300000', '091559.760000', '091600.220000', '091600.680000', '091601.140000', '091601.600000', '091602.060000', '091602.520000', '091602.980000', '091603.440000', '091603.900000', '091604.360000', '091604.820000', '091605.280000', '091605.740000', '091606.200000', '091606.660000', '091607.120000', '091607.580000', '091608.040000', '091608.500000', '091608.960000', '091609.420000', '091609.880000', '091610.340000', '091610.800000', '091611.260000', '091611.720000', '091612.180000', '091612.640000', '091613.100000', '091613.560000', '091614.020000', '091614.480000', '091614.940000', '091615.400000', '091615.860000', '091616.320000', '091616.780000', '091617.240000', '091617.700000', '091618.160000', '091618.620000', '091619.080000', '091619.540000', '091620.000000', '091620.460000', '091620.920000', '091621.380000', '091621.840000', '091622.300000', '091622.760000', '091623.220000', '091623.680000', '091624.140000', '091624.600000', '091625.060000', '091625.520000', '091625.980000', '091626.440000', '091626.900000', '091627.360000', '091627.820000', '091628.280000', '091628.740000', '091629.200000', '091629.660000', '091630.120000', '091630.580000', '091631.040000', '091631.500000', '091631.960000', '091632.420000', '091632.880000', '091633.340000', '091633.800000', '091634.260000', '091634.720000', '091635.180000', '091635.640000', '091636.100000', '091636.560000', '091637.020000', '091637.480000', '091637.940000', '091638.400000', '091638.860000', '091639.320000', '091639.780000', '091640.240000', '091640.700000', '091641.160000', '091641.620000', '091642.080000', '091642.540000', '091643.000000', '091643.460000', '091643.920000', '091644.380000', '091644.840000', '091645.300000', '091645.760000', '091646.220000', '091646.680000', '091647.140000', '091647.600000', '091648.060000', '091648.520000', '091648.980000', '091649.440000', '091649.900000', '091650.360000', '091650.820000', '091651.280000', '091651.740000', '091652.200000', '091652.660000', '091653.120000', '091653.580000', '091654.040000', '091654.500000', '091654.960000', '091655.420000', '091655.880000', '091656.340000', '091656.800000', '091657.260000', '091657.720000', '091658.180000', '091658.640000', '091659.100000', '091659.560000', '091700.020000', '091700.480000', '091700.940000', '091701.400000', '091701.860000', '091702.320000', '091702.780000', '091703.240000', '091703.700000', '091704.160000', '091704.620000', '091705.080000', '091705.540000', '091706.000000', '091706.460000', '091706.920000', '091707.380000', '091707.840000', '091708.300000', '091708.760000', '091709.220000', '091709.680000', '091710.140000', '091710.600000', '091711.060000', '091711.520000', '091711.980000', '091712.440000', '091712.900000', '091713.360000', '091713.820000', '091714.280000', '091714.740000', '091715.200000', '091715.660000', '091716.120000', '091716.580000', '091717.040000', '091717.500000', '091717.960000', '091718.420000', '091718.880000', '091719.340000', '091719.800000', '091720.260000', '091720.720000', '091721.180000', '091721.640000', '091722.100000', '091722.560000', '091723.020000', '091723.480000', '091723.940000', '091724.400000', '091724.860000', '091725.320000', '091725.780000', '091726.240000', '091726.700000', '091727.160000', '091727.620000', '091728.080000', '091728.540000', '091729.000000', '091729.460000', '091729.920000', '091730.380000', '091730.840000', '091731.300000', '091731.760000', '091732.220000', '091732.680000', '091733.140000', '091733.600000', '091734.060000', '091734.520000', '091734.980000', '091735.440000', '091735.900000', '091736.360000', '091736.820000', '091737.280000', '091737.740000', '091738.200000', '091738.660000', '091739.120000', '091739.580000', '091740.040000', '091740.500000', '091740.960000', '091741.420000', '091741.880000', '091742.340000', '091742.800000', '091743.260000', '091743.720000', '091744.180000', '091744.640000', '091745.100000', '091745.560000', '091746.020000', '091746.480000', '091746.940000', '091747.400000', '091747.860000', '091748.320000', '091748.780000', '091749.240000', '091749.700000', '091750.160000', '091750.620000', '091751.080000', '091751.540000', '091752.000000', '091752.460000', '091752.920000', '091753.380000', '091753.840000', '091754.300000', '091754.760000', '091755.220000', '091755.680000', '091756.140000'], 'ContentTime': ['091133.751000', '091133.754000', '091133.756000', '091133.759000', '091133.762000', '091133.764000', '091133.767000', '091133.769000', '091133.772000', '091133.775000', '091133.777000', '091133.780000', '091133.782000', '091133.785000', '091133.788000', '091133.790000', '091133.793000', '091133.796000', '091133.798000', '091133.801000', '091133.804000', '091133.806000', '091133.809000', '091133.812000', '091133.814000', '091133.817000', '091133.819000', '091133.822000', '091133.825000', '091133.827000', '091133.830000', '091133.833000', '091133.843000', '091133.846000', '091133.858000', '091133.861000', '091133.864000', '091153.656000', '091153.659000', '091153.662000', '091153.665000', '091153.667000', '091153.670000', '091153.672000', '091153.675000', '091153.678000', '091153.680000', '091153.683000', '091153.686000', '091153.688000', '091153.691000', '091153.693000', '091153.696000', '091153.699000', '091153.701000', '091153.704000', '091153.707000', '091153.709000', '091153.712000', '091153.714000', '091153.717000', '091153.720000', '091153.722000', '091153.725000', '091153.727000', '091153.730000', '091153.733000', '091153.735000', '091153.738000', '091153.741000', '091153.743000', '091153.746000', '091153.749000', '091153.751000', '091153.754000', '091153.756000', '091153.759000', '091153.761000', '091153.764000', '091153.767000', '091213.658000', '091213.661000', '091213.664000', '091213.667000', '091213.669000', '091213.672000', '091213.675000', '091213.677000', '091213.680000', '091213.682000', '091213.685000', '091213.688000', '091213.690000', '091213.693000', '091213.698000', '091213.700000', '091213.703000', '091213.706000', '091213.708000', '091213.711000', '091213.714000', '091213.716000', '091213.719000', '091213.721000', '091213.724000', '091213.727000', '091213.729000', '091213.732000', '091213.734000', '091213.737000', '091213.740000', '091213.742000', '091213.745000', '091213.748000', '091213.751000', '091213.753000', '091213.756000', '091213.758000', '091213.761000', '091213.763000', '091213.766000', '091213.769000', '091213.771000', '091213.774000', '091233.656000', '091233.659000', '091233.662000', '091233.665000', '091233.667000', '091233.670000', '091233.673000', '091233.675000', '091233.678000', '091233.680000', '091233.683000', '091233.686000', '091233.688000', '091233.691000', '091233.694000', '091233.696000', '091233.719000', '091233.722000', '091233.724000', '091233.727000', '091233.730000', '091233.732000', '091233.735000', '091233.737000', '091233.740000', '091233.743000', '091233.745000', '091233.748000', '091233.750000', '091233.753000', '091233.760000', '091233.763000', '091233.766000', '091233.768000', '091233.771000', '091233.774000', '091233.776000', '091233.779000', '091233.782000', '091233.784000', '091233.787000', '091233.790000', '091233.792000', '091253.655000', '091253.658000', '091253.661000', '091253.664000', '091253.666000', '091253.669000', '091253.671000', '091253.674000', '091253.677000', '091253.679000', '091253.682000', '091253.685000', '091253.687000', '091253.690000', '091253.693000', '091253.695000', '091253.698000', '091253.700000', '091253.703000', '091253.706000', '091253.708000', '091253.711000', '091253.713000', '091253.716000', '091253.719000', '091253.721000', '091253.724000', '091253.726000', '091253.729000', '091253.732000', '091253.734000', '091253.737000', '091253.740000', '091253.742000', '091253.745000', '091253.747000', '091253.750000', '091253.753000', '091253.755000', '091253.758000', '091253.761000', '091253.763000', '091253.766000', '091253.768000', '091313.657000', '091313.660000', '091313.662000', '091313.665000', '091313.668000', '091313.670000', '091313.673000', '091313.676000', '091313.678000', '091313.681000', '091313.683000', '091313.686000', '091313.689000', '091313.691000', '091313.694000', '091313.697000', '091313.699000', '091313.702000', '091313.705000', '091313.707000', '091313.710000', '091313.713000', '091313.715000', '091313.718000', '091313.720000', '091313.723000', '091313.726000', '091313.728000', '091313.731000', '091313.734000', '091313.736000', '091313.739000', '091313.741000', '091313.744000', '091313.747000', '091313.755000', '091313.758000', '091313.760000', '091313.763000', '091313.766000', '091313.768000', '091313.771000', '091313.773000', '091333.656000', '091333.659000', '091333.662000', '091333.664000', '091333.667000', '091333.670000', '091333.672000', '091333.675000', '091333.678000', '091333.680000', '091333.683000', '091333.686000', '091333.688000', '091333.691000', '091333.694000', '091333.697000', '091333.700000', '091333.703000', '091333.706000', '091333.708000', '091333.711000', '091333.713000', '091333.716000', '091333.719000', '091333.721000', '091333.724000', '091333.727000', '091333.729000', '091333.732000', '091333.735000', '091333.737000', '091333.740000', '091333.743000', '091333.745000', '091333.748000', '091333.750000', '091333.753000', '091333.756000', '091333.759000', '091333.761000', '091333.764000', '091333.766000', '091333.769000', '091333.772000', '091353.657000', '091353.659000', '091353.662000', '091353.665000', '091353.667000', '091353.670000', '091353.673000', '091353.675000', '091353.678000', '091353.680000', '091353.683000', '091353.686000', '091353.688000', '091353.691000', '091353.694000', '091353.696000', '091353.699000', '091353.702000', '091353.704000', '091353.707000', '091353.710000', '091353.712000', '091353.715000', '091353.718000', '091353.720000', '091353.723000', '091353.725000', '091353.728000', '091353.731000', '091353.733000', '091353.736000', '091353.738000', '091353.741000', '091353.744000', '091353.746000', '091353.749000', '091353.752000', '091353.754000', '091353.757000', '091353.759000', '091353.762000', '091353.765000', '091353.767000', '091413.657000', '091413.659000', '091413.662000', '091413.665000', '091413.668000', '091413.670000', '091413.673000', '091413.676000', '091413.678000', '091413.681000', '091413.684000', '091413.686000', '091413.704000', '091413.707000', '091413.709000', '091413.712000', '091413.715000', '091413.717000', '091413.720000', '091413.722000', '091413.725000', '091413.728000', '091413.730000', '091413.733000', '091413.735000', '091413.738000', '091413.741000', '091413.744000', '091413.746000', '091413.749000', '091413.752000', '091413.754000', '091413.757000', '091413.759000', '091413.762000', '091413.765000', '091413.767000', '091413.770000', '091413.773000', '091413.775000', '091413.778000', '091413.781000', '091413.783000', '091433.657000', '091433.660000', '091433.662000', '091433.665000', '091433.668000', '091433.670000', '091433.673000', '091433.676000', '091433.678000', '091433.681000', '091433.683000', '091433.686000', '091433.689000', '091433.691000', '091433.694000', '091433.697000', '091433.699000', '091433.702000', '091433.704000', '091433.707000', '091433.710000', '091433.712000', '091433.715000', '091433.718000', '091433.720000', '091433.723000', '091433.726000', '091433.728000', '091433.731000', '091433.733000', '091433.736000', '091433.739000', '091433.741000', '091433.744000', '091433.746000', '091433.749000', '091433.752000', '091433.755000', '091433.757000', '091433.760000', '091433.762000', '091433.765000', '091433.768000', '091433.770000', '091453.656000', '091453.659000', '091453.662000', '091453.665000', '091453.667000', '091453.670000', '091453.673000', '091453.675000', '091453.678000', '091453.680000', '091453.683000', '091453.686000', '091453.688000', '091453.691000', '091453.694000', '091453.696000', '091453.699000', '091453.702000', '091453.705000', '091453.708000', '091453.710000', '091453.713000', '091453.715000', '091453.718000', '091453.721000', '091453.723000', '091453.726000', '091453.729000', '091453.731000', '091453.734000', '091453.738000', '091453.741000', '091453.744000', '091453.746000', '091453.749000', '091453.751000', '091453.754000', '091453.757000', '091453.759000', '091453.762000', '091453.765000', '091453.767000', '091453.770000', '091513.656000', '091513.658000', '091513.661000', '091513.664000', '091513.667000', '091513.669000', '091513.672000', '091513.675000', '091513.677000', '091513.680000', '091513.683000', '091513.685000', '091513.688000', '091513.691000', '091513.693000', '091513.696000', '091513.699000', '091513.701000', '091513.704000', '091513.710000', '091513.713000', '091513.716000', '091513.718000', '091513.721000', '091513.724000', '091513.726000', '091513.729000', '091513.732000', '091513.734000', '091513.737000', '091513.739000', '091513.742000', '091513.745000', '091513.747000', '091513.750000', '091513.753000', '091513.755000', '091513.758000', '091513.760000', '091513.763000', '091513.766000', '091513.769000', '091513.771000', '091513.774000', '091533.657000', '091533.660000', '091533.662000', '091533.665000', '091533.668000', '091533.670000', '091533.673000', '091533.675000', '091533.678000', '091533.681000', '091533.683000', '091533.686000', '091533.689000', '091533.691000', '091533.694000', '091533.697000', '091533.699000', '091533.702000', '091533.705000', '091533.707000', '091533.710000', '091533.712000', '091533.715000', '091533.718000', '091533.720000', '091533.723000', '091533.726000', '091533.728000', '091533.731000', '091533.734000', '091533.736000', '091533.739000', '091533.741000', '091533.744000', '091533.747000', '091533.749000', '091533.752000', '091533.768000', '091533.770000', '091533.773000', '091533.776000', '091533.779000', '091533.782000', '091553.657000', '091553.659000', '091553.662000', '091553.665000', '091553.667000', '091553.670000', '091553.673000', '091553.675000', '091553.678000', '091553.681000', '091553.683000', '091553.686000', '091553.689000', '091553.691000', '091553.694000', '091553.697000', '091553.699000', '091553.702000', '091553.705000', '091553.707000', '091553.710000', '091553.712000', '091553.715000', '091553.718000', '091553.720000', '091553.723000', '091553.726000', '091553.728000', '091553.731000', '091553.734000', '091553.737000', '091553.739000', '091553.742000', '091553.744000', '091553.747000', '091553.750000', '091553.752000', '091553.755000', '091553.758000', '091553.760000', '091553.763000', '091553.766000', '091553.768000', '091553.771000', '091613.657000', '091613.659000', '091613.662000', '091613.665000', '091613.667000', '091613.670000', '091613.673000', '091613.675000', '091613.678000', '091613.681000', '091613.683000', '091613.686000', '091613.688000', '091613.691000', '091613.694000', '091613.696000', '091613.699000', '091613.702000', '091613.705000', '091613.707000', '091613.719000', '091613.722000', '091613.724000', '091613.727000', '091613.729000', '091613.732000', '091613.735000', '091613.737000', '091613.740000', '091613.743000', '091613.745000', '091613.748000', '091613.751000', '091613.753000', '091613.756000', '091613.759000', '091613.761000', '091613.764000', '091613.767000', '091613.769000', '091613.772000', '091613.774000', '091613.777000', '091633.657000', '091633.660000', '091633.663000', '091633.665000', '091633.668000', '091633.671000', '091633.673000', '091633.676000', '091633.679000', '091633.681000', '091633.684000', '091633.687000', '091633.689000', '091633.692000', '091633.695000', '091633.697000', '091633.700000', '091633.703000', '091633.705000', '091633.708000', '091633.711000', '091633.713000', '091633.716000', '091633.719000', '091633.721000', '091633.724000', '091633.727000', '091633.729000', '091633.732000', '091633.735000', '091633.737000', '091633.740000', '091633.742000', '091633.745000', '091633.748000', '091633.750000', '091633.753000', '091633.755000', '091633.758000', '091633.761000', '091633.763000', '091633.766000', '091633.769000', '091633.771000', '091653.657000', '091653.659000', '091653.662000', '091653.665000', '091653.668000', '091653.670000', '091653.673000', '091653.675000', '091653.678000', '091653.681000', '091653.683000', '091653.686000', '091653.688000', '091653.691000', '091653.694000', '091653.696000', '091653.699000', '091653.702000', '091653.704000', '091653.707000', '091653.710000', '091653.713000', '091653.715000', '091653.718000', '091653.721000', '091653.723000', '091653.726000', '091653.728000', '091653.731000', '091653.734000', '091653.736000', '091653.739000', '091653.742000', '091653.744000', '091653.747000', '091653.750000', '091653.752000', '091653.755000', '091653.757000', '091653.760000', '091653.763000', '091653.765000', '091653.768000', '091713.657000', '091713.660000', '091713.662000', '091713.665000', '091713.668000', '091713.684000', '091713.687000', '091713.689000', '091713.692000', '091713.695000', '091713.697000', '091713.700000', '091713.703000', '091713.705000', '091713.708000', '091713.711000', '091713.714000', '091713.716000', '091713.719000', '091713.721000', '091713.724000', '091713.727000', '091713.729000', '091713.732000', '091713.735000', '091713.737000', '091713.740000', '091713.743000', '091713.746000', '091713.749000', '091713.751000', '091713.754000', '091713.757000', '091713.759000', '091713.762000', '091713.764000', '091713.767000', '091713.770000', '091713.772000', '091713.775000', '091713.778000', '091713.780000', '091713.783000', '091713.786000', '091733.656000', '091733.659000', '091733.661000', '091733.664000', '091733.667000', '091733.669000', '091733.672000', '091733.675000', '091733.677000', '091733.681000', '091733.684000', '091733.687000', '091733.689000', '091733.692000', '091733.695000', '091733.697000', '091733.700000', '091733.702000', '091733.705000', '091733.708000', '091733.711000', '091733.713000', '091733.716000', '091733.718000', '091733.721000', '091733.724000', '091733.726000', '091733.729000', '091733.731000', '091733.734000', '091733.737000', '091733.739000', '091733.742000', '091733.744000', '091733.747000', '091733.750000', '091733.752000', '091733.755000', '091733.758000', '091733.761000', '091733.763000', '091733.766000', '091733.768000', '091753.656000', '091753.659000', '091753.662000', '091753.665000', '091753.667000', '091753.670000', '091753.673000', '091753.675000', '091753.678000', '091753.685000', '091753.688000', '091753.690000', '091753.693000', '091753.695000', '091753.698000', '091753.701000', '091753.703000', '091753.706000', '091753.709000', '091753.711000', '091753.714000', '091753.717000', '091753.719000', '091753.722000', '091753.724000', '091753.727000', '091753.730000', '091753.732000', '091753.735000', '091753.738000', '091753.740000', '091753.743000', '091753.745000', '091753.748000', '091753.751000', '091753.753000', '091753.756000', '091753.759000', '091753.761000', '091753.764000', '091753.767000', '091753.775000', '091753.777000', '091753.780000', '091757.688000', '091757.691000', '091757.695000', '091757.698000', '091757.701000', '091757.704000', '091757.707000', '091757.710000', '091757.712000'], 'InstanceCreationTime': ['091133.751000', '091133.754000', '091133.756000', '091133.759000', '091133.762000', '091133.764000', '091133.767000', '091133.769000', '091133.772000', '091133.775000', '091133.777000', '091133.780000', '091133.782000', '091133.785000', '091133.788000', '091133.790000', '091133.793000', '091133.796000', '091133.798000', '091133.801000', '091133.804000', '091133.806000', '091133.809000', '091133.812000', '091133.814000', '091133.817000', '091133.819000', '091133.822000', '091133.825000', '091133.827000', '091133.830000', '091133.833000', '091133.843000', '091133.846000', '091133.858000', '091133.861000', '091133.864000', '091153.656000', '091153.659000', '091153.662000', '091153.665000', '091153.667000', '091153.670000', '091153.672000', '091153.675000', '091153.678000', '091153.680000', '091153.683000', '091153.686000', '091153.688000', '091153.691000', '091153.693000', '091153.696000', '091153.699000', '091153.701000', '091153.704000', '091153.707000', '091153.709000', '091153.712000', '091153.714000', '091153.717000', '091153.720000', '091153.722000', '091153.725000', '091153.727000', '091153.730000', '091153.733000', '091153.735000', '091153.738000', '091153.741000', '091153.743000', '091153.746000', '091153.749000', '091153.751000', '091153.754000', '091153.756000', '091153.759000', '091153.761000', '091153.764000', '091153.767000', '091213.658000', '091213.661000', '091213.664000', '091213.667000', '091213.669000', '091213.672000', '091213.675000', '091213.677000', '091213.680000', '091213.682000', '091213.685000', '091213.688000', '091213.690000', '091213.693000', '091213.698000', '091213.700000', '091213.703000', '091213.706000', '091213.708000', '091213.711000', '091213.714000', '091213.716000', '091213.719000', '091213.721000', '091213.724000', '091213.727000', '091213.729000', '091213.732000', '091213.734000', '091213.737000', '091213.740000', '091213.742000', '091213.745000', '091213.748000', '091213.751000', '091213.753000', '091213.756000', '091213.758000', '091213.761000', '091213.763000', '091213.766000', '091213.769000', '091213.771000', '091213.774000', '091233.656000', '091233.659000', '091233.662000', '091233.665000', '091233.667000', '091233.670000', '091233.673000', '091233.675000', '091233.678000', '091233.680000', '091233.683000', '091233.686000', '091233.688000', '091233.691000', '091233.694000', '091233.696000', '091233.719000', '091233.722000', '091233.724000', '091233.727000', '091233.730000', '091233.732000', '091233.735000', '091233.737000', '091233.740000', '091233.743000', '091233.745000', '091233.748000', '091233.750000', '091233.753000', '091233.760000', '091233.763000', '091233.766000', '091233.768000', '091233.771000', '091233.774000', '091233.776000', '091233.779000', '091233.782000', '091233.784000', '091233.787000', '091233.790000', '091233.792000', '091253.655000', '091253.658000', '091253.661000', '091253.664000', '091253.666000', '091253.669000', '091253.671000', '091253.674000', '091253.677000', '091253.679000', '091253.682000', '091253.685000', '091253.687000', '091253.690000', '091253.693000', '091253.695000', '091253.698000', '091253.700000', '091253.703000', '091253.706000', '091253.708000', '091253.711000', '091253.713000', '091253.716000', '091253.719000', '091253.721000', '091253.724000', '091253.726000', '091253.729000', '091253.732000', '091253.734000', '091253.737000', '091253.740000', '091253.742000', '091253.745000', '091253.747000', '091253.750000', '091253.753000', '091253.755000', '091253.758000', '091253.761000', '091253.763000', '091253.766000', '091253.768000', '091313.657000', '091313.660000', '091313.662000', '091313.665000', '091313.668000', '091313.670000', '091313.673000', '091313.676000', '091313.678000', '091313.681000', '091313.683000', '091313.686000', '091313.689000', '091313.691000', '091313.694000', '091313.697000', '091313.699000', '091313.702000', '091313.705000', '091313.707000', '091313.710000', '091313.713000', '091313.715000', '091313.718000', '091313.720000', '091313.723000', '091313.726000', '091313.728000', '091313.731000', '091313.734000', '091313.736000', '091313.739000', '091313.741000', '091313.744000', '091313.747000', '091313.755000', '091313.758000', '091313.760000', '091313.763000', '091313.766000', '091313.768000', '091313.771000', '091313.773000', '091333.656000', '091333.659000', '091333.662000', '091333.664000', '091333.667000', '091333.670000', '091333.672000', '091333.675000', '091333.678000', '091333.680000', '091333.683000', '091333.686000', '091333.688000', '091333.691000', '091333.694000', '091333.697000', '091333.700000', '091333.703000', '091333.706000', '091333.708000', '091333.711000', '091333.713000', '091333.716000', '091333.719000', '091333.721000', '091333.724000', '091333.727000', '091333.729000', '091333.732000', '091333.735000', '091333.737000', '091333.740000', '091333.743000', '091333.745000', '091333.748000', '091333.750000', '091333.753000', '091333.756000', '091333.759000', '091333.761000', '091333.764000', '091333.766000', '091333.769000', '091333.772000', '091353.657000', '091353.659000', '091353.662000', '091353.665000', '091353.667000', '091353.670000', '091353.673000', '091353.675000', '091353.678000', '091353.680000', '091353.683000', '091353.686000', '091353.688000', '091353.691000', '091353.694000', '091353.696000', '091353.699000', '091353.702000', '091353.704000', '091353.707000', '091353.710000', '091353.712000', '091353.715000', '091353.718000', '091353.720000', '091353.723000', '091353.725000', '091353.728000', '091353.731000', '091353.733000', '091353.736000', '091353.738000', '091353.741000', '091353.744000', '091353.746000', '091353.749000', '091353.752000', '091353.754000', '091353.757000', '091353.759000', '091353.762000', '091353.765000', '091353.767000', '091413.657000', '091413.659000', '091413.662000', '091413.665000', '091413.668000', '091413.670000', '091413.673000', '091413.676000', '091413.678000', '091413.681000', '091413.684000', '091413.686000', '091413.704000', '091413.707000', '091413.709000', '091413.712000', '091413.715000', '091413.717000', '091413.720000', '091413.722000', '091413.725000', '091413.728000', '091413.730000', '091413.733000', '091413.735000', '091413.738000', '091413.741000', '091413.744000', '091413.746000', '091413.749000', '091413.752000', '091413.754000', '091413.757000', '091413.759000', '091413.762000', '091413.765000', '091413.767000', '091413.770000', '091413.773000', '091413.775000', '091413.778000', '091413.781000', '091413.783000', '091433.657000', '091433.660000', '091433.662000', '091433.665000', '091433.668000', '091433.670000', '091433.673000', '091433.676000', '091433.678000', '091433.681000', '091433.683000', '091433.686000', '091433.689000', '091433.691000', '091433.694000', '091433.697000', '091433.699000', '091433.702000', '091433.704000', '091433.707000', '091433.710000', '091433.712000', '091433.715000', '091433.718000', '091433.720000', '091433.723000', '091433.726000', '091433.728000', '091433.731000', '091433.733000', '091433.736000', '091433.739000', '091433.741000', '091433.744000', '091433.746000', '091433.749000', '091433.752000', '091433.755000', '091433.757000', '091433.760000', '091433.762000', '091433.765000', '091433.768000', '091433.770000', '091453.656000', '091453.659000', '091453.662000', '091453.665000', '091453.667000', '091453.670000', '091453.673000', '091453.675000', '091453.678000', '091453.680000', '091453.683000', '091453.686000', '091453.688000', '091453.691000', '091453.694000', '091453.696000', '091453.699000', '091453.702000', '091453.705000', '091453.708000', '091453.710000', '091453.713000', '091453.715000', '091453.718000', '091453.721000', '091453.723000', '091453.726000', '091453.729000', '091453.731000', '091453.734000', '091453.738000', '091453.741000', '091453.744000', '091453.746000', '091453.749000', '091453.751000', '091453.754000', '091453.757000', '091453.759000', '091453.762000', '091453.765000', '091453.767000', '091453.770000', '091513.656000', '091513.658000', '091513.661000', '091513.664000', '091513.667000', '091513.669000', '091513.672000', '091513.675000', '091513.677000', '091513.680000', '091513.683000', '091513.685000', '091513.688000', '091513.691000', '091513.693000', '091513.696000', '091513.699000', '091513.701000', '091513.704000', '091513.710000', '091513.713000', '091513.716000', '091513.718000', '091513.721000', '091513.724000', '091513.726000', '091513.729000', '091513.732000', '091513.734000', '091513.737000', '091513.739000', '091513.742000', '091513.745000', '091513.747000', '091513.750000', '091513.753000', '091513.755000', '091513.758000', '091513.760000', '091513.763000', '091513.766000', '091513.769000', '091513.771000', '091513.774000', '091533.657000', '091533.660000', '091533.662000', '091533.665000', '091533.668000', '091533.670000', '091533.673000', '091533.675000', '091533.678000', '091533.681000', '091533.683000', '091533.686000', '091533.689000', '091533.691000', '091533.694000', '091533.697000', '091533.699000', '091533.702000', '091533.705000', '091533.707000', '091533.710000', '091533.712000', '091533.715000', '091533.718000', '091533.720000', '091533.723000', '091533.726000', '091533.728000', '091533.731000', '091533.734000', '091533.736000', '091533.739000', '091533.741000', '091533.744000', '091533.747000', '091533.749000', '091533.752000', '091533.768000', '091533.770000', '091533.773000', '091533.776000', '091533.779000', '091533.782000', '091553.657000', '091553.659000', '091553.662000', '091553.665000', '091553.667000', '091553.670000', '091553.673000', '091553.675000', '091553.678000', '091553.681000', '091553.683000', '091553.686000', '091553.689000', '091553.691000', '091553.694000', '091553.697000', '091553.699000', '091553.702000', '091553.705000', '091553.707000', '091553.710000', '091553.712000', '091553.715000', '091553.718000', '091553.720000', '091553.723000', '091553.726000', '091553.728000', '091553.731000', '091553.734000', '091553.737000', '091553.739000', '091553.742000', '091553.744000', '091553.747000', '091553.750000', '091553.752000', '091553.755000', '091553.758000', '091553.760000', '091553.763000', '091553.766000', '091553.768000', '091553.771000', '091613.657000', '091613.659000', '091613.662000', '091613.665000', '091613.667000', '091613.670000', '091613.673000', '091613.675000', '091613.678000', '091613.681000', '091613.683000', '091613.686000', '091613.688000', '091613.691000', '091613.694000', '091613.696000', '091613.699000', '091613.702000', '091613.705000', '091613.707000', '091613.719000', '091613.722000', '091613.724000', '091613.727000', '091613.729000', '091613.732000', '091613.735000', '091613.737000', '091613.740000', '091613.743000', '091613.745000', '091613.748000', '091613.751000', '091613.753000', '091613.756000', '091613.759000', '091613.761000', '091613.764000', '091613.767000', '091613.769000', '091613.772000', '091613.774000', '091613.777000', '091633.657000', '091633.660000', '091633.663000', '091633.665000', '091633.668000', '091633.671000', '091633.673000', '091633.676000', '091633.679000', '091633.681000', '091633.684000', '091633.687000', '091633.689000', '091633.692000', '091633.695000', '091633.697000', '091633.700000', '091633.703000', '091633.705000', '091633.708000', '091633.711000', '091633.713000', '091633.716000', '091633.719000', '091633.721000', '091633.724000', '091633.727000', '091633.729000', '091633.732000', '091633.735000', '091633.737000', '091633.740000', '091633.742000', '091633.745000', '091633.748000', '091633.750000', '091633.753000', '091633.755000', '091633.758000', '091633.761000', '091633.763000', '091633.766000', '091633.769000', '091633.771000', '091653.657000', '091653.659000', '091653.662000', '091653.665000', '091653.668000', '091653.670000', '091653.673000', '091653.675000', '091653.678000', '091653.681000', '091653.683000', '091653.686000', '091653.688000', '091653.691000', '091653.694000', '091653.696000', '091653.699000', '091653.702000', '091653.704000', '091653.707000', '091653.710000', '091653.713000', '091653.715000', '091653.718000', '091653.721000', '091653.723000', '091653.726000', '091653.728000', '091653.731000', '091653.734000', '091653.736000', '091653.739000', '091653.742000', '091653.744000', '091653.747000', '091653.750000', '091653.752000', '091653.755000', '091653.757000', '091653.760000', '091653.763000', '091653.765000', '091653.768000', '091713.657000', '091713.660000', '091713.662000', '091713.665000', '091713.668000', '091713.684000', '091713.687000', '091713.689000', '091713.692000', '091713.695000', '091713.697000', '091713.700000', '091713.703000', '091713.705000', '091713.708000', '091713.711000', '091713.714000', '091713.716000', '091713.719000', '091713.721000', '091713.724000', '091713.727000', '091713.729000', '091713.732000', '091713.735000', '091713.737000', '091713.740000', '091713.743000', '091713.746000', '091713.749000', '091713.751000', '091713.754000', '091713.757000', '091713.759000', '091713.762000', '091713.764000', '091713.767000', '091713.770000', '091713.772000', '091713.775000', '091713.778000', '091713.780000', '091713.783000', '091713.786000', '091733.656000', '091733.659000', '091733.661000', '091733.664000', '091733.667000', '091733.669000', '091733.672000', '091733.675000', '091733.677000', '091733.681000', '091733.684000', '091733.687000', '091733.689000', '091733.692000', '091733.695000', '091733.697000', '091733.700000', '091733.702000', '091733.705000', '091733.708000', '091733.711000', '091733.713000', '091733.716000', '091733.718000', '091733.721000', '091733.724000', '091733.726000', '091733.729000', '091733.731000', '091733.734000', '091733.737000', '091733.739000', '091733.742000', '091733.744000', '091733.747000', '091733.750000', '091733.752000', '091733.755000', '091733.758000', '091733.761000', '091733.763000', '091733.766000', '091733.768000', '091753.656000', '091753.659000', '091753.662000', '091753.665000', '091753.667000', '091753.670000', '091753.673000', '091753.675000', '091753.678000', '091753.685000', '091753.688000', '091753.690000', '091753.693000', '091753.695000', '091753.698000', '091753.701000', '091753.703000', '091753.706000', '091753.709000', '091753.711000', '091753.714000', '091753.717000', '091753.719000', '091753.722000', '091753.724000', '091753.727000', '091753.730000', '091753.732000', '091753.735000', '091753.738000', '091753.740000', '091753.743000', '091753.745000', '091753.748000', '091753.751000', '091753.753000', '091753.756000', '091753.759000', '091753.761000', '091753.764000', '091753.767000', '091753.775000', '091753.777000', '091753.780000', '091757.688000', '091757.691000', '091757.695000', '091757.698000', '091757.701000', '091757.704000', '091757.707000', '091757.710000', '091757.712000'], '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': [8390, 11377, 12029, 9395, 7903, 11040, 10558, 8155, 11386, 16524, 8807, 7767, 7849, 10447, 8923, 9088, 9077, 16166, 13547, 9607, 17686, 12939, 12350, 17121, 8538, 8055, 7984, 8726, 8194, 8371, 7961, 9196, 9172, 8163, 10436, 10485, 8169, 13490, 9149, 7861, 7845, 10335, 10619, 8502, 13908, 7893, 14279, 9606, 10045, 11191, 9103, 12136, 7722, 7658, 9808, 7932, 8538, 10264, 7663, 7871, 9725, 7570, 7651, 10981, 9518, 8722, 12735, 9175, 7826, 9950, 10074, 7856, 10875, 11245, 10102, 7844, 8421, 9374, 10578, 7882, 11664, 9963, 7858, 11261, 10962, 8826, 15414, 13254, 9603, 8154, 11369, 10359, 8802, 7889, 10026, 9076, 7696, 8162, 11022, 10167, 7931, 11594, 9684, 7702, 9462, 9927, 8330, 7608, 10502, 9873, 8010, 7801, 11505, 9036, 7887, 9560, 9952, 9803, 7683, 10730, 10996, 10286, 11838, 14473, 9352, 7759, 7729, 11162, 10986, 7918, 13954, 10926, 7709, 11838, 11389, 9223, 14642, 10442, 7669, 8555, 10908, 7787, 11405, 7833, 10413, 8913, 7863, 8473, 9615, 8286, 7906, 10920, 10489, 9102, 15735, 12707, 9021, 14267, 8746, 10000, 10660, 7924, 14440, 13054, 10591, 14582, 10192, 7832, 11482, 10016, 7606, 11701, 10613, 7922, 11042, 8927, 9720, 14277, 9481, 8896, 13273, 15894, 14222, 10311, 12112, 11443, 11270, 14105, 10033, 12122, 7873, 12279, 7776, 11128, 9019, 7884, 9880, 9483, 7647, 7863, 10423, 9345, 10496, 11937, 8896, 13386, 10098, 13976, 9896, 13827, 8350, 11596, 10945, 8135, 12916, 10248, 8042, 11609, 8104, 9420, 12041, 8921, 12214, 11388, 7818, 13530, 11407, 17214, 13168, 14772, 9046, 7507, 11732, 9942, 7503, 10374, 7449, 11248, 8666, 8220, 9334, 7668, 11716, 8457, 10407, 10097, 7879, 13282, 10408, 10761, 13886, 10085, 15473, 8143, 10311, 9306, 7782, 12060, 11097, 8778, 11505, 8589, 7796, 10464, 10187, 7780, 11859, 7568, 12982, 10957, 9137, 11824, 10455, 9733, 17232, 13443, 8948, 9782, 10662, 7900, 11715, 8452, 10930, 7928, 11516, 9310, 7772, 9940, 9776, 7781, 10094, 8216, 10497, 12123, 9291, 14994, 8166, 13355, 10847, 11993, 10914, 11801, 10620, 8612, 9707, 8119, 11673, 8238, 10457, 10661, 8107, 12209, 8457, 7970, 10221, 9344, 7718, 9708, 7761, 13596, 10357, 10297, 10326, 8152, 14720, 8130, 13453, 10959, 8033, 11556, 7825, 10614, 10514, 8061, 13141, 12655, 8352, 12440, 9422, 8195, 11546, 8175, 11622, 8462, 7924, 11020, 8277, 12093, 9543, 7943, 12529, 8144, 12190, 11192, 10171, 12363, 8627, 14182, 8315, 14698, 9298, 11559, 11231, 8265, 12461, 8244, 9173, 10545, 8159, 12284, 8487, 11389, 9640, 10689, 10746, 9143, 8921, 8457, 10771, 8094, 12099, 8179, 12032, 11509, 8335, 9476, 8048, 10256, 10403, 8071, 11066, 8132, 12606, 8411, 10169, 11477, 8769, 15535, 9726, 15815, 8426, 13465, 8892, 12785, 9959, 7778, 9159, 8090, 11439, 8035, 11095, 10025, 8007, 9628, 8003, 12966, 8092, 12320, 10717, 8787, 10639, 7923, 9861, 10058, 7924, 10152, 7818, 13406, 7754, 11480, 8226, 7568, 11158, 7595, 9767, 9491, 8029, 12595, 11183, 8746, 11681, 9051, 9388, 10986, 8254, 10116, 8359, 11177, 8224, 13484, 10346, 7845, 9511, 7720, 8929, 8976, 7660, 11535, 8204, 10329, 10464, 8399, 11543, 8076, 13677, 9662, 11361, 11056, 8290, 15463, 8311, 9219, 9822, 7893, 10870, 7983, 12517, 8559, 11323, 10302, 7977, 12067, 8006, 8627, 8918, 7929, 12586, 10178, 9661, 12123, 8215, 13997, 9718, 9501, 11433, 8045, 14917, 8216, 14392, 8018, 14053, 8429, 11120, 8616, 8348, 11271, 8851, 7868, 11035, 8361, 7827, 10146, 8148, 12118, 9320, 12073, 10616, 8254, 10796, 8111, 14500, 8562, 13387, 11476, 9364, 14656, 8121, 9850, 8478, 7851, 12149, 8229, 10805, 10705, 8720, 12470, 9469, 8019, 9917, 8222, 12620, 9699, 11158, 10343, 8485, 9743, 8303, 11716, 7834, 13098, 8369, 13522, 10531, 9206, 11681, 8077, 10319, 9647, 8385, 9615, 8154, 11084, 8371, 12234, 8157, 11659, 8215, 13517, 8242, 10005, 8596, 8238, 10624, 8353, 11155, 8744, 11085, 9154, 10637, 9925, 8427, 9120, 8045, 12284, 8501, 9924, 11093, 10474, 9843, 8863, 10066, 7896, 9781, 7952, 11669, 7854, 11073, 10136, 9013, 10216, 8260, 13347, 7838, 12526, 10664, 8075, 13396, 8193, 15210, 13015, 15137, 10842, 10271, 11023, 7986, 10333, 8358, 12426, 8150, 12346, 8321, 12052, 8263, 11497, 8468, 10591, 9055, 8011, 10700, 7810, 9901, 7945, 10473, 8181, 11753, 8311, 12045, 8417, 7964, 9272, 7943, 11745, 9260, 7944, 9566, 7811, 12079, 8412, 12361, 8843, 12334, 9097, 11230, 10086, 8236, 11867, 8403, 14128, 8387, 11572, 9679, 11835, 8606, 12802, 9274, 11352, 9600, 7726, 9178, 8024, 10608, 8226, 7535, 9541, 7939, 10468, 8003, 11265, 8042, 11990, 8144, 13145, 9079, 11269, 9936, 9180, 10644, 8658, 9812, 7855, 10766, 8124, 11680, 8284, 11589, 9242, 8571, 9767, 7846, 10033, 8036, 10258, 7751, 9888, 8984, 10018, 7944, 9525, 8571, 10752, 8428, 11425, 8085, 13042, 8693, 8469, 9232, 7758, 10195, 8006, 10976, 8068, 10194, 8278, 10768, 8468, 11866, 8385, 10498, 9790, 8271, 11141, 8216, 10082, 8523, 7890, 10109, 8174, 9902, 9007, 7996, 11209, 8354, 12598, 9387, 9556, 10388, 7875, 9522, 8275, 12233, 8176, 15452, 8576, 10372, 8206, 8440, 10113, 8836, 8466, 9281, 8616, 11117, 8970, 8153, 9871, 8427, 11644, 9042, 10038, 9358, 8168, 13471, 8385, 14371, 8428, 13691, 8478, 12374, 8230, 12910, 8410, 12010, 8422, 9570, 9329, 8302, 11181, 8116, 9981, 8878, 7977, 9988, 8151, 9705, 8107, 12683, 8146, 11491, 8794, 10755, 9725, 9972, 10106, 8182, 10887, 8010, 10069, 9398, 8201, 9926, 7968, 11631, 8341, 10089, 9438, 7954, 10600, 9464, 8258, 11651, 8655, 8146, 10621, 10036, 8245, 10519, 8500, 13358, 8096, 12266, 10438, 8461, 11199, 8409, 8223, 10404, 8458, 13516, 10957, 15686, 11865, 16407, 8262, 8363, 10171, 8369, 10121, 8368, 10264, 8217, 10604, 8161, 10868, 8173, 11569, 8386, 11693, 8522, 10638, 9474, 8497, 10141, 8080, 9898, 8208, 10497, 8482, 11515, 8511, 10420, 8692], 'WindowCenter': [4371.0, 4388.0, 4384.0, 4353.0, 4331.0, 4359.0, 4348.0, 4317.0, 4357.0, 4387.0, 4326.0, 4316.0, 4326.0, 4346.0, 4324.0, 4339.0, 4350.0, 4388.0, 4366.0, 4324.0, 4374.0, 4368.0, 4356.0, 4372.0, 4310.0, 4301.0, 4312.0, 4322.0, 4323.0, 4325.0, 4327.0, 4338.0, 4347.0, 4352.0, 4373.0, 4375.0, 4343.0, 4378.0, 4337.0, 4317.0, 4327.0, 4349.0, 4359.0, 4327.0, 4368.0, 4327.0, 4364.0, 4337.0, 4336.0, 4346.0, 4324.0, 4356.0, 4318.0, 4317.0, 4350.0, 4329.0, 4340.0, 4358.0, 4330.0, 4330.0, 4350.0, 4331.0, 4343.0, 4374.0, 4377.0, 4356.0, 4394.0, 4363.0, 4346.0, 4365.0, 4363.0, 4342.0, 4366.0, 4372.0, 4363.0, 4359.0, 4358.0, 4366.0, 4377.0, 4354.0, 4388.0, 4364.0, 4344.0, 4377.0, 4375.0, 4353.0, 4395.0, 4380.0, 4353.0, 4341.0, 4373.0, 4361.0, 4343.0, 4330.0, 4349.0, 4339.0, 4329.0, 4343.0, 4361.0, 4360.0, 4331.0, 4371.0, 4353.0, 4333.0, 4352.0, 4348.0, 4329.0, 4330.0, 4363.0, 4365.0, 4346.0, 4345.0, 4386.0, 4365.0, 4356.0, 4376.0, 4376.0, 4373.0, 4343.0, 4374.0, 4389.0, 4366.0, 4375.0, 4391.0, 4354.0, 4334.0, 4334.0, 4371.0, 4375.0, 4332.0, 4393.0, 4363.0, 4335.0, 4375.0, 4374.0, 4339.0, 4384.0, 4358.0, 4330.0, 4342.0, 4364.0, 4332.0, 4362.0, 4333.0, 4360.0, 4353.0, 4345.0, 4347.0, 4363.0, 4356.0, 4355.0, 4389.0, 4379.0, 4359.0, 4417.0, 4399.0, 4357.0, 4397.0, 4345.0, 4350.0, 4352.0, 4333.0, 4382.0, 4373.0, 4352.0, 4382.0, 4348.0, 4332.0, 4361.0, 4351.0, 4320.0, 4359.0, 4362.0, 4332.0, 4372.0, 4353.0, 4365.0, 4402.0, 4361.0, 4353.0, 4396.0, 4390.0, 4379.0, 4352.0, 4372.0, 4370.0, 4359.0, 4368.0, 4323.0, 4345.0, 4306.0, 4345.0, 4306.0, 4344.0, 4338.0, 4329.0, 4349.0, 4347.0, 4332.0, 4341.0, 4363.0, 4350.0, 4364.0, 4382.0, 4351.0, 4384.0, 4349.0, 4380.0, 4338.0, 4364.0, 4314.0, 4346.0, 4333.0, 4314.0, 4356.0, 4337.0, 4317.0, 4357.0, 4315.0, 4336.0, 4357.0, 4337.0, 4385.0, 4373.0, 4334.0, 4382.0, 4370.0, 4376.0, 4360.0, 4378.0, 4340.0, 4321.0, 4368.0, 4362.0, 4322.0, 4350.0, 4318.0, 4357.0, 4341.0, 4344.0, 4365.0, 4356.0, 4397.0, 4353.0, 4374.0, 4363.0, 4330.0, 4383.0, 4364.0, 4362.0, 4383.0, 4350.0, 4378.0, 4331.0, 4350.0, 4340.0, 4331.0, 4368.0, 4356.0, 4342.0, 4360.0, 4341.0, 4331.0, 4362.0, 4360.0, 4330.0, 4384.0, 4345.0, 4394.0, 4375.0, 4353.0, 4384.0, 4364.0, 4351.0, 4401.0, 4383.0, 4342.0, 4359.0, 4363.0, 4344.0, 4369.0, 4332.0, 4363.0, 4332.0, 4355.0, 4338.0, 4318.0, 4351.0, 4363.0, 4347.0, 4374.0, 4356.0, 4375.0, 4386.0, 4357.0, 4393.0, 4343.0, 4385.0, 4364.0, 4361.0, 4348.0, 4345.0, 4347.0, 4317.0, 4327.0, 4319.0, 4356.0, 4326.0, 4344.0, 4346.0, 4329.0, 4368.0, 4343.0, 4341.0, 4362.0, 4351.0, 4332.0, 4363.0, 4335.0, 4394.0, 4362.0, 4366.0, 4364.0, 4341.0, 4390.0, 4333.0, 4382.0, 4375.0, 4330.0, 4374.0, 4333.0, 4376.0, 4370.0, 4341.0, 4382.0, 4381.0, 4358.0, 4393.0, 4353.0, 4342.0, 4360.0, 4340.0, 4372.0, 4332.0, 4331.0, 4360.0, 4344.0, 4383.0, 4364.0, 4343.0, 4372.0, 4331.0, 4370.0, 4363.0, 4350.0, 4372.0, 4329.0, 4368.0, 4326.0, 4380.0, 4339.0, 4346.0, 4333.0, 4304.0, 4343.0, 4314.0, 4324.0, 4336.0, 4316.0, 4355.0, 4326.0, 4357.0, 4338.0, 4345.0, 4347.0, 4326.0, 4324.0, 4317.0, 4346.0, 4328.0, 4356.0, 4330.0, 4370.0, 4360.0, 4328.0, 4350.0, 4330.0, 4351.0, 4360.0, 4330.0, 4373.0, 4342.0, 4382.0, 4343.0, 4363.0, 4388.0, 4358.0, 4405.0, 4367.0, 4406.0, 4343.0, 4394.0, 4354.0, 4369.0, 4350.0, 4331.0, 4339.0, 4329.0, 4372.0, 4343.0, 4359.0, 4362.0, 4342.0, 4352.0, 4333.0, 4382.0, 4333.0, 4372.0, 4361.0, 4342.0, 4361.0, 4344.0, 4362.0, 4363.0, 4332.0, 4352.0, 4331.0, 4382.0, 4330.0, 4372.0, 4353.0, 4342.0, 4374.0, 4343.0, 4362.0, 4351.0, 4333.0, 4371.0, 4372.0, 4343.0, 4371.0, 4352.0, 4352.0, 4372.0, 4331.0, 4361.0, 4339.0, 4363.0, 4341.0, 4380.0, 4362.0, 4333.0, 4351.0, 4330.0, 4353.0, 4354.0, 4346.0, 4386.0, 4356.0, 4375.0, 4376.0, 4356.0, 4384.0, 4356.0, 4394.0, 4365.0, 4374.0, 4374.0, 4344.0, 4394.0, 4343.0, 4352.0, 4361.0, 4342.0, 4362.0, 4343.0, 4383.0, 4353.0, 4372.0, 4364.0, 4344.0, 4385.0, 4344.0, 4355.0, 4353.0, 4347.0, 4384.0, 4375.0, 4365.0, 4385.0, 4357.0, 4395.0, 4366.0, 4365.0, 4374.0, 4344.0, 4392.0, 4342.0, 4381.0, 4331.0, 4380.0, 4329.0, 4359.0, 4330.0, 4341.0, 4360.0, 4337.0, 4332.0, 4373.0, 4355.0, 4346.0, 4376.0, 4358.0, 4385.0, 4367.0, 4386.0, 4376.0, 4353.0, 4374.0, 4344.0, 4392.0, 4342.0, 4394.0, 4373.0, 4353.0, 4380.0, 4329.0, 4352.0, 4340.0, 4341.0, 4371.0, 4342.0, 4358.0, 4362.0, 4355.0, 4383.0, 4355.0, 4343.0, 4362.0, 4340.0, 4371.0, 4351.0, 4361.0, 4348.0, 4330.0, 4350.0, 4332.0, 4361.0, 4319.0, 4369.0, 4317.0, 4357.0, 4337.0, 4327.0, 4345.0, 4318.0, 4337.0, 4338.0, 4328.0, 4338.0, 4320.0, 4358.0, 4328.0, 4356.0, 4317.0, 4359.0, 4319.0, 4366.0, 4319.0, 4338.0, 4327.0, 4329.0, 4349.0, 4332.0, 4361.0, 4343.0, 4362.0, 4352.0, 4364.0, 4365.0, 4355.0, 4355.0, 4333.0, 4373.0, 4342.0, 4351.0, 4363.0, 4349.0, 4349.0, 4329.0, 4350.0, 4329.0, 4350.0, 4342.0, 4372.0, 4343.0, 4361.0, 4362.0, 4342.0, 4362.0, 4343.0, 4394.0, 4343.0, 4382.0, 4363.0, 4329.0, 4377.0, 4331.0, 4378.0, 4360.0, 4366.0, 4335.0, 4336.0, 4333.0, 4305.0, 4323.0, 4304.0, 4343.0, 4305.0, 4354.0, 4316.0, 4355.0, 4315.0, 4358.0, 4328.0, 4347.0, 4336.0, 4331.0, 4349.0, 4320.0, 4350.0, 4330.0, 4361.0, 4343.0, 4360.0, 4333.0, 4370.0, 4331.0, 4332.0, 4349.0, 4334.0, 4371.0, 4354.0, 4343.0, 4363.0, 4346.0, 4387.0, 4357.0, 4385.0, 4366.0, 4384.0, 4355.0, 4374.0, 4376.0, 4347.0, 4375.0, 4344.0, 4393.0, 4341.0, 4362.0, 4353.0, 4360.0, 4342.0, 4360.0, 4341.0, 4348.0, 4340.0, 4318.0, 4339.0, 4330.0, 4362.0, 4342.0, 4334.0, 4364.0, 4345.0, 4376.0, 4356.0, 4376.0, 4345.0, 4374.0, 4346.0, 4398.0, 4367.0, 4372.0, 4352.0, 4340.0, 4361.0, 4341.0, 4350.0, 4331.0, 4372.0, 4344.0, 4372.0, 4343.0, 4359.0, 4352.0, 4342.0, 4362.0, 4344.0, 4362.0, 4330.0, 4362.0, 4320.0, 4353.0, 4339.0, 4350.0, 4329.0, 4350.0, 4342.0, 4360.0, 4342.0, 4374.0, 4343.0, 4381.0, 4343.0, 4356.0, 4364.0, 4344.0, 4363.0, 4343.0, 4374.0, 4346.0, 4362.0, 4343.0, 4362.0, 4343.0, 4371.0, 4342.0, 4364.0, 4363.0, 4342.0, 4373.0, 4344.0, 4363.0, 4352.0, 4345.0, 4376.0, 4355.0, 4364.0, 4353.0, 4344.0, 4373.0, 4343.0, 4384.0, 4354.0, 4354.0, 4363.0, 4333.0, 4354.0, 4343.0, 4370.0, 4331.0, 4378.0, 4328.0, 4348.0, 4330.0, 4342.0, 4359.0, 4350.0, 4341.0, 4352.0, 4353.0, 4371.0, 4353.0, 4344.0, 4375.0, 4357.0, 4384.0, 4368.0, 4364.0, 4354.0, 4343.0, 4386.0, 4346.0, 4395.0, 4343.0, 4379.0, 4330.0, 4358.0, 4317.0, 4357.0, 4316.0, 4358.0, 4318.0, 4336.0, 4337.0, 4327.0, 4358.0, 4330.0, 4350.0, 4342.0, 4330.0, 4351.0, 4331.0, 4351.0, 4332.0, 4374.0, 4334.0, 4370.0, 4343.0, 4362.0, 4351.0, 4350.0, 4361.0, 4331.0, 4375.0, 4345.0, 4362.0, 4352.0, 4342.0, 4362.0, 4345.0, 4373.0, 4353.0, 4373.0, 4365.0, 4347.0, 4363.0, 4353.0, 4344.0, 4372.0, 4342.0, 4342.0, 4361.0, 4364.0, 4344.0, 4362.0, 4342.0, 4382.0, 4334.0, 4370.0, 4361.0, 4342.0, 4370.0, 4328.0, 4329.0, 4350.0, 4327.0, 4383.0, 4351.0, 4369.0, 4347.0, 4364.0, 4315.0, 4314.0, 4335.0, 4316.0, 4333.0, 4313.0, 4321.0, 4315.0, 4335.0, 4317.0, 4335.0, 4314.0, 4344.0, 4315.0, 4342.0, 4314.0, 4334.0, 4336.0, 4316.0, 4334.0, 4317.0, 4334.0, 4316.0, 4346.0, 4326.0, 4344.0, 4327.0, 4334.0, 4328.0], 'WindowWidth': [9665.0, 9679.0, 9666.0, 9620.0, 9584.0, 9617.0, 9600.0, 9560.0, 9612.0, 9652.0, 9570.0, 9560.0, 9572.0, 9594.0, 9565.0, 9591.0, 9612.0, 9659.0, 9620.0, 9561.0, 9631.0, 9630.0, 9608.0, 9625.0, 9536.0, 9527.0, 9545.0, 9558.0, 9561.0, 9568.0, 9574.0, 9590.0, 9603.0, 9619.0, 9647.0, 9652.0, 9606.0, 9645.0, 9585.0, 9559.0, 9573.0, 9604.0, 9620.0, 9574.0, 9629.0, 9573.0, 9619.0, 9584.0, 9581.0, 9594.0, 9564.0, 9611.0, 9563.0, 9559.0, 9604.0, 9579.0, 9597.0, 9616.0, 9583.0, 9585.0, 9611.0, 9586.0, 9607.0, 9651.0, 9660.0, 9629.0, 9675.0, 9632.0, 9613.0, 9636.0, 9630.0, 9603.0, 9635.0, 9640.0, 9632.0, 9637.0, 9632.0, 9639.0, 9656.0, 9622.0, 9671.0, 9636.0, 9608.0, 9654.0, 9650.0, 9618.0, 9675.0, 9649.0, 9614.0, 9602.0, 9645.0, 9624.0, 9601.0, 9581.0, 9604.0, 9592.0, 9580.0, 9603.0, 9625.0, 9624.0, 9585.0, 9639.0, 9616.0, 9589.0, 9612.0, 9604.0, 9581.0, 9581.0, 9631.0, 9637.0, 9614.0, 9610.0, 9667.0, 9639.0, 9629.0, 9656.0, 9655.0, 9648.0, 9607.0, 9650.0, 9674.0, 9640.0, 9647.0, 9665.0, 9618.0, 9590.0, 9591.0, 9638.0, 9647.0, 9587.0, 9672.0, 9630.0, 9595.0, 9647.0, 9645.0, 9592.0, 9656.0, 9617.0, 9582.0, 9600.0, 9630.0, 9586.0, 9626.0, 9588.0, 9621.0, 9616.0, 9608.0, 9613.0, 9634.0, 9629.0, 9625.0, 9676.0, 9662.0, 9633.0, 9712.0, 9691.0, 9631.0, 9683.0, 9608.0, 9609.0, 9612.0, 9586.0, 9651.0, 9642.0, 9611.0, 9653.0, 9604.0, 9587.0, 9624.0, 9609.0, 9567.0, 9618.0, 9626.0, 9588.0, 9644.0, 9620.0, 9639.0, 9684.0, 9627.0, 9622.0, 9679.0, 9666.0, 9646.0, 9612.0, 9640.0, 9636.0, 9616.0, 9628.0, 9558.0, 9590.0, 9537.0, 9588.0, 9541.0, 9590.0, 9588.0, 9577.0, 9604.0, 9601.0, 9588.0, 9600.0, 9630.0, 9612.0, 9634.0, 9660.0, 9611.0, 9660.0, 9606.0, 9647.0, 9586.0, 9618.0, 9550.0, 9591.0, 9573.0, 9550.0, 9606.0, 9584.0, 9557.0, 9611.0, 9555.0, 9583.0, 9612.0, 9588.0, 9663.0, 9644.0, 9594.0, 9653.0, 9636.0, 9639.0, 9618.0, 9642.0, 9592.0, 9568.0, 9629.0, 9626.0, 9572.0, 9607.0, 9563.0, 9615.0, 9598.0, 9606.0, 9637.0, 9632.0, 9685.0, 9621.0, 9648.0, 9631.0, 9582.0, 9654.0, 9630.0, 9625.0, 9657.0, 9608.0, 9645.0, 9581.0, 9606.0, 9592.0, 9584.0, 9630.0, 9612.0, 9597.0, 9621.0, 9599.0, 9588.0, 9629.0, 9624.0, 9585.0, 9664.0, 9615.0, 9677.0, 9650.0, 9616.0, 9659.0, 9631.0, 9612.0, 9679.0, 9655.0, 9600.0, 9621.0, 9631.0, 9607.0, 9634.0, 9584.0, 9631.0, 9587.0, 9608.0, 9587.0, 9563.0, 9611.0, 9631.0, 9619.0, 9649.0, 9627.0, 9649.0, 9667.0, 9626.0, 9674.0, 9605.0, 9661.0, 9631.0, 9622.0, 9602.0, 9592.0, 9597.0, 9555.0, 9568.0, 9560.0, 9608.0, 9569.0, 9591.0, 9598.0, 9577.0, 9631.0, 9603.0, 9600.0, 9628.0, 9613.0, 9589.0, 9632.0, 9596.0, 9674.0, 9630.0, 9636.0, 9633.0, 9600.0, 9665.0, 9589.0, 9653.0, 9648.0, 9582.0, 9644.0, 9592.0, 9654.0, 9639.0, 9598.0, 9653.0, 9654.0, 9630.0, 9674.0, 9617.0, 9601.0, 9621.0, 9596.0, 9641.0, 9586.0, 9584.0, 9623.0, 9606.0, 9659.0, 9635.0, 9606.0, 9640.0, 9583.0, 9632.0, 9629.0, 9606.0, 9639.0, 9575.0, 9626.0, 9570.0, 9648.0, 9592.0, 9591.0, 9571.0, 9532.0, 9584.0, 9547.0, 9559.0, 9578.0, 9552.0, 9605.0, 9570.0, 9611.0, 9589.0, 9592.0, 9597.0, 9568.0, 9564.0, 9557.0, 9597.0, 9575.0, 9610.0, 9582.0, 9634.0, 9621.0, 9577.0, 9607.0, 9582.0, 9611.0, 9621.0, 9582.0, 9642.0, 9603.0, 9655.0, 9607.0, 9631.0, 9675.0, 9631.0, 9690.0, 9642.0, 9695.0, 9604.0, 9675.0, 9619.0, 9633.0, 9610.0, 9583.0, 9591.0, 9578.0, 9639.0, 9603.0, 9619.0, 9627.0, 9601.0, 9614.0, 9589.0, 9653.0, 9590.0, 9639.0, 9625.0, 9599.0, 9626.0, 9605.0, 9628.0, 9631.0, 9587.0, 9614.0, 9584.0, 9654.0, 9585.0, 9640.0, 9621.0, 9606.0, 9648.0, 9605.0, 9628.0, 9613.0, 9588.0, 9636.0, 9639.0, 9603.0, 9638.0, 9615.0, 9614.0, 9641.0, 9585.0, 9625.0, 9594.0, 9629.0, 9599.0, 9648.0, 9626.0, 9590.0, 9613.0, 9585.0, 9618.0, 9622.0, 9613.0, 9668.0, 9629.0, 9651.0, 9654.0, 9628.0, 9665.0, 9628.0, 9674.0, 9639.0, 9647.0, 9647.0, 9605.0, 9675.0, 9605.0, 9615.0, 9627.0, 9601.0, 9630.0, 9605.0, 9659.0, 9619.0, 9641.0, 9633.0, 9607.0, 9666.0, 9609.0, 9626.0, 9620.0, 9615.0, 9662.0, 9651.0, 9637.0, 9666.0, 9631.0, 9679.0, 9640.0, 9635.0, 9647.0, 9606.0, 9669.0, 9601.0, 9651.0, 9581.0, 9646.0, 9577.0, 9617.0, 9580.0, 9597.0, 9621.0, 9590.0, 9589.0, 9646.0, 9624.0, 9617.0, 9657.0, 9636.0, 9665.0, 9645.0, 9665.0, 9654.0, 9621.0, 9647.0, 9608.0, 9669.0, 9603.0, 9674.0, 9646.0, 9617.0, 9651.0, 9583.0, 9614.0, 9598.0, 9600.0, 9638.0, 9599.0, 9616.0, 9626.0, 9622.0, 9660.0, 9621.0, 9603.0, 9628.0, 9598.0, 9638.0, 9612.0, 9624.0, 9605.0, 9579.0, 9607.0, 9585.0, 9623.0, 9566.0, 9630.0, 9559.0, 9610.0, 9583.0, 9568.0, 9594.0, 9562.0, 9583.0, 9587.0, 9575.0, 9589.0, 9567.0, 9615.0, 9574.0, 9611.0, 9560.0, 9616.0, 9562.0, 9623.0, 9562.0, 9585.0, 9572.0, 9576.0, 9603.0, 9586.0, 9624.0, 9604.0, 9627.0, 9616.0, 9632.0, 9639.0, 9626.0, 9623.0, 9590.0, 9642.0, 9600.0, 9608.0, 9628.0, 9603.0, 9605.0, 9576.0, 9606.0, 9578.0, 9607.0, 9603.0, 9642.0, 9605.0, 9625.0, 9627.0, 9599.0, 9629.0, 9606.0, 9674.0, 9607.0, 9656.0, 9632.0, 9581.0, 9643.0, 9584.0, 9644.0, 9619.0, 9621.0, 9578.0, 9581.0, 9573.0, 9535.0, 9557.0, 9533.0, 9585.0, 9537.0, 9601.0, 9555.0, 9605.0, 9554.0, 9613.0, 9573.0, 9596.0, 9584.0, 9583.0, 9606.0, 9568.0, 9608.0, 9582.0, 9625.0, 9602.0, 9619.0, 9589.0, 9634.0, 9583.0, 9585.0, 9606.0, 9592.0, 9637.0, 9619.0, 9604.0, 9633.0, 9614.0, 9668.0, 9630.0, 9664.0, 9643.0, 9660.0, 9622.0, 9647.0, 9655.0, 9612.0, 9650.0, 9606.0, 9672.0, 9598.0, 9625.0, 9615.0, 9621.0, 9600.0, 9618.0, 9596.0, 9601.0, 9594.0, 9564.0, 9592.0, 9583.0, 9627.0, 9602.0, 9593.0, 9635.0, 9613.0, 9654.0, 9629.0, 9654.0, 9610.0, 9649.0, 9614.0, 9688.0, 9644.0, 9642.0, 9614.0, 9594.0, 9625.0, 9597.0, 9610.0, 9585.0, 9643.0, 9609.0, 9643.0, 9605.0, 9619.0, 9613.0, 9601.0, 9628.0, 9608.0, 9627.0, 9583.0, 9627.0, 9569.0, 9616.0, 9591.0, 9608.0, 9578.0, 9608.0, 9599.0, 9622.0, 9601.0, 9649.0, 9604.0, 9652.0, 9603.0, 9626.0, 9637.0, 9609.0, 9632.0, 9606.0, 9647.0, 9616.0, 9631.0, 9603.0, 9629.0, 9604.0, 9639.0, 9603.0, 9633.0, 9631.0, 9600.0, 9645.0, 9607.0, 9631.0, 9616.0, 9612.0, 9654.0, 9625.0, 9634.0, 9621.0, 9610.0, 9647.0, 9606.0, 9662.0, 9620.0, 9620.0, 9632.0, 9592.0, 9621.0, 9606.0, 9635.0, 9583.0, 9644.0, 9576.0, 9600.0, 9580.0, 9603.0, 9621.0, 9610.0, 9598.0, 9615.0, 9618.0, 9640.0, 9619.0, 9609.0, 9653.0, 9633.0, 9664.0, 9650.0, 9634.0, 9622.0, 9604.0, 9666.0, 9614.0, 9678.0, 9605.0, 9649.0, 9579.0, 9616.0, 9558.0, 9612.0, 9555.0, 9613.0, 9560.0, 9582.0, 9586.0, 9572.0, 9615.0, 9583.0, 9608.0, 9601.0, 9582.0, 9613.0, 9583.0, 9611.0, 9586.0, 9645.0, 9594.0, 9636.0, 9603.0, 9625.0, 9613.0, 9608.0, 9626.0, 9584.0, 9651.0, 9611.0, 9628.0, 9616.0, 9600.0, 9630.0, 9609.0, 9647.0, 9621.0, 9647.0, 9639.0, 9616.0, 9631.0, 9617.0, 9606.0, 9639.0, 9600.0, 9600.0, 9626.0, 9633.0, 9605.0, 9629.0, 9601.0, 9656.0, 9592.0, 9634.0, 9624.0, 9601.0, 9637.0, 9581.0, 9580.0, 9609.0, 9574.0, 9660.0, 9609.0, 9631.0, 9595.0, 9618.0, 9551.0, 9548.0, 9577.0, 9554.0, 9573.0, 9547.0, 9555.0, 9550.0, 9579.0, 9558.0, 9578.0, 9552.0, 9589.0, 9553.0, 9584.0, 9550.0, 9575.0, 9582.0, 9554.0, 9578.0, 9557.0, 9579.0, 9556.0, 9595.0, 9569.0, 9589.0, 9571.0, 9577.0, 9573.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.002976367816091954</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.05510487505747127</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.5719187071001</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.210565369228998</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9650098188032219</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4457</td></tr>
|
|
<tr><td colspan=3>fber</td><td>8196.4355</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.11788042448421471</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>91</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>10.459770114942529</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4417039353674848</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3557145801990242</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6370491189460314</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3323481069573986</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00891931</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.009853525087237358</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.025743382051587105</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>3.9988077415727807</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>32.1067</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>34.8735</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>153.0766</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>42.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>307047.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>718.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>329.954</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.5766</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>550.4696</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3625.0033</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3815.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>69497.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1308.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4732.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>954.0275</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>30.578070844057947</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> |