=== 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-0036 --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-0036",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
107 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
107 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-0036_ses-01_task-social_acq-mb8_run-04_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-0036_ses-01_task-social_acq-mb8_run-04_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-04_session-01_subject-0036_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-0036/figures/sub-0036_ses-01_task-social_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0036/figures/sub-0036_ses-01_task-social_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0036/figures/sub-0036_ses-01_task-social_acq-mb8_run-04_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-04_session-01_subject-0036_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-0036/figures/sub-0036_ses-01_task-social_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0036/figures/sub-0036_ses-01_task-social_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0036/figures/sub-0036_ses-01_task-social_acq-mb8_run-04_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-04_session-01_subject-0036_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-0036/figures/sub-0036_ses-01_task-social_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0036/figures/sub-0036_ses-01_task-social_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0036/figures/sub-0036_ses-01_task-social_acq-mb8_run-04_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-04_session-01_subject-0036_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-0036/figures/sub-0036_ses-01_task-social_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0036/figures/sub-0036_ses-01_task-social_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0036/figures/sub-0036_ses-01_task-social_acq-mb8_run-04_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-04_session-01_subject-0036_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-0036/figures/sub-0036_ses-01_task-social_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0036/figures/sub-0036_ses-01_task-social_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0036/figures/sub-0036_ses-01_task-social_acq-mb8_run-04_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-04_session-01_subject-0036_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-0036/figures/sub-0036_ses-01_task-social_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0036/figures/sub-0036_ses-01_task-social_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0036/figures/sub-0036_ses-01_task-social_acq-mb8_run-04_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-04_session-01_subject-0036_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-0036/figures/sub-0036_ses-01_task-social_acq-mb8_run-04_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0036/figures/sub-0036_ses-01_task-social_acq-mb8_run-04_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-0036/figures/sub-0036_ses-01_task-social_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0036/figures/sub-0036_ses-01_task-social_acq-mb8_run-04_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-0036/ses-01/func/sub-0036_ses-01_task-social_acq-mb8_run-04_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>a3e5cb5ab64c6483645273c13633f754</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:35:55.015000</td></tr>
|
|
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
|
|
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
|
|
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
|
|
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
|
|
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
|
|
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
|
|
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
|
|
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
|
|
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
|
|
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
|
|
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
|
|
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
|
|
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.998058, 0.0622678, -0.00176523, -0.0622679, 0.998059, 3.10083e-05]</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-04_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.141833</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-04_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>18</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4148, -7715, -7174, 535, -68, -41, 85, 71]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>social</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>323.927</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>5ba55cbf-5dc6-4843-a6b8-bb4e3c27f0d7||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
|
|
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6777164936065674, -0.16706013679504395, -0.004762074910104275, 122.21985626220703], [-0.1670600175857544, 2.677720546722412, -0.00021321581152733415, -74.5042724609375], [-0.004735972266644239, -8.319289918290451e-05, 2.699995756149292, -29.525524139404297], [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': ['093555.015000', '093555.475000', '093555.935000', '093556.395000', '093556.855000', '093557.315000', '093557.775000', '093558.235000', '093558.695000', '093559.155000', '093559.615000', '093600.075000', '093600.535000', '093600.995000', '093601.455000', '093601.915000', '093602.375000', '093602.835000', '093603.295000', '093603.755000', '093604.215000', '093604.675000', '093605.135000', '093605.595000', '093606.055000', '093606.515000', '093606.975000', '093607.435000', '093607.895000', '093608.355000', '093608.815000', '093609.275000', '093609.735000', '093610.195000', '093610.655000', '093611.115000', '093611.575000', '093612.035000', '093612.495000', '093612.955000', '093613.415000', '093613.875000', '093614.335000', '093614.795000', '093615.255000', '093615.715000', '093616.175000', '093616.635000', '093617.095000', '093617.555000', '093618.015000', '093618.475000', '093618.935000', '093619.395000', '093619.855000', '093620.315000', '093620.775000', '093621.235000', '093621.695000', '093622.155000', '093622.615000', '093623.075000', '093623.535000', '093623.995000', '093624.455000', '093624.915000', '093625.375000', '093625.835000', '093626.295000', '093626.755000', '093627.215000', '093627.675000', '093628.135000', '093628.595000', '093629.055000', '093629.515000', '093629.975000', '093630.435000', '093630.895000', '093631.355000', '093631.815000', '093632.275000', '093632.735000', '093633.195000', '093633.655000', '093634.115000', '093634.575000', '093635.035000', '093635.495000', '093635.955000', '093636.415000', '093636.875000', '093637.335000', '093637.795000', '093638.255000', '093638.715000', '093639.175000', '093639.635000', '093640.095000', '093640.555000', '093641.015000', '093641.475000', '093641.935000', '093642.395000', '093642.855000', '093643.315000', '093643.775000', '093644.235000', '093644.695000', '093645.155000', '093645.615000', '093646.075000', '093646.535000', '093646.995000', '093647.455000', '093647.915000', '093648.375000', '093648.835000', '093649.295000', '093649.755000', '093650.215000', '093650.675000', '093651.135000', '093651.595000', '093652.055000', '093652.515000', '093652.975000', '093653.435000', '093653.895000', '093654.355000', '093654.815000', '093655.275000', '093655.735000', '093656.195000', '093656.655000', '093657.115000', '093657.575000', '093658.035000', '093658.495000', '093658.955000', '093659.415000', '093659.875000', '093700.335000', '093700.795000', '093701.255000', '093701.715000', '093702.175000', '093702.635000', '093703.095000', '093703.555000', '093704.015000', '093704.475000', '093704.935000', '093705.395000', '093705.855000', '093706.315000', '093706.775000', '093707.235000', '093707.695000', '093708.155000', '093708.615000', '093709.075000', '093709.535000', '093709.995000', '093710.455000', '093710.915000', '093711.375000', '093711.835000', '093712.295000', '093712.755000', '093713.215000', '093713.675000', '093714.135000', '093714.595000', '093715.055000', '093715.515000', '093715.975000', '093716.435000', '093716.895000', '093717.355000', '093717.815000', '093718.275000', '093718.735000', '093719.195000', '093719.655000', '093720.115000', '093720.575000', '093721.035000', '093721.495000', '093721.955000', '093722.415000', '093722.875000', '093723.335000', '093723.795000', '093724.255000', '093724.715000', '093725.175000', '093725.635000', '093726.095000', '093726.555000', '093727.015000', '093727.475000', '093727.935000', '093728.395000', '093728.855000', '093729.315000', '093729.775000', '093730.235000', '093730.695000', '093731.155000', '093731.615000', '093732.075000', '093732.535000', '093732.995000', '093733.455000', '093733.915000', '093734.375000', '093734.835000', '093735.295000', '093735.755000', '093736.215000', '093736.675000', '093737.135000', '093737.595000', '093738.055000', '093738.515000', '093738.975000', '093739.435000', '093739.895000', '093740.355000', '093740.815000', '093741.275000', '093741.735000', '093742.195000', '093742.655000', '093743.115000', '093743.575000', '093744.035000', '093744.495000', '093744.955000', '093745.415000', '093745.875000', '093746.335000', '093746.795000', '093747.255000', '093747.715000', '093748.175000', '093748.635000', '093749.095000', '093749.555000', '093750.015000', '093750.475000', '093750.935000', '093751.395000', '093751.855000', '093752.315000', '093752.775000', '093753.235000', '093753.695000', '093754.155000', '093754.615000', '093755.075000', '093755.535000', '093755.995000', '093756.455000', '093756.915000', '093757.375000', '093757.835000', '093758.295000', '093758.755000', '093759.215000', '093759.675000', '093800.135000', '093800.595000', '093801.055000', '093801.515000', '093801.975000', '093802.435000', '093802.895000', '093803.355000', '093803.815000', '093804.275000', '093804.735000', '093805.195000', '093805.655000', '093806.115000', '093806.575000', '093807.035000', '093807.495000', '093807.955000', '093808.415000', '093808.875000', '093809.335000', '093809.795000', '093810.255000', '093810.715000', '093811.175000', '093811.635000', '093812.095000', '093812.555000', '093813.015000', '093813.475000', '093813.935000', '093814.395000', '093814.855000', '093815.315000', '093815.775000', '093816.235000', '093816.695000', '093817.155000', '093817.615000', '093818.075000', '093818.535000', '093818.995000', '093819.455000', '093819.915000', '093820.375000', '093820.835000', '093821.295000', '093821.755000', '093822.215000', '093822.675000', '093823.135000', '093823.595000', '093824.055000', '093824.515000', '093824.975000', '093825.435000', '093825.895000', '093826.355000', '093826.815000', '093827.275000', '093827.735000', '093828.195000', '093828.655000', '093829.115000', '093829.575000', '093830.035000', '093830.495000', '093830.955000', '093831.415000', '093831.875000', '093832.335000', '093832.795000', '093833.255000', '093833.715000', '093834.175000', '093834.635000', '093835.095000', '093835.555000', '093836.015000', '093836.475000', '093836.935000', '093837.395000', '093837.855000', '093838.315000', '093838.775000', '093839.235000', '093839.695000', '093840.155000', '093840.615000', '093841.075000', '093841.535000', '093841.995000', '093842.455000', '093842.915000', '093843.375000', '093843.835000', '093844.295000', '093844.755000', '093845.215000', '093845.675000', '093846.135000', '093846.595000', '093847.055000', '093847.515000', '093847.975000', '093848.435000', '093848.895000', '093849.355000', '093849.815000', '093850.275000', '093850.735000', '093851.195000', '093851.655000', '093852.115000', '093852.575000', '093853.035000', '093853.495000', '093853.955000', '093854.415000', '093854.875000', '093855.335000', '093855.795000', '093856.255000', '093856.715000', '093857.175000', '093857.635000', '093858.095000', '093858.555000', '093859.015000', '093859.475000', '093859.935000', '093900.395000', '093900.855000', '093901.315000', '093901.775000', '093902.235000', '093902.695000', '093903.155000', '093903.615000', '093904.075000', '093904.535000', '093904.995000', '093905.455000', '093905.915000', '093906.375000', '093906.835000', '093907.295000', '093907.755000', '093908.215000', '093908.675000', '093909.135000', '093909.595000', '093910.055000', '093910.515000', '093910.975000', '093911.435000', '093911.895000', '093912.355000', '093912.815000', '093913.275000', '093913.735000', '093914.195000', '093914.655000', '093915.115000', '093915.575000', '093916.035000', '093916.495000', '093916.955000', '093917.415000', '093917.875000', '093918.335000', '093918.795000', '093919.255000', '093919.715000', '093920.175000', '093920.635000', '093921.095000', '093921.555000', '093922.015000', '093922.475000', '093922.935000', '093923.395000', '093923.855000', '093924.315000', '093924.775000', '093925.235000', '093925.695000', '093926.155000', '093926.615000', '093927.075000', '093927.535000', '093927.995000', '093928.455000', '093928.915000', '093929.375000', '093929.835000', '093930.295000', '093930.755000', '093931.215000', '093931.675000', '093932.135000', '093932.595000', '093933.055000', '093933.515000', '093933.975000', '093934.435000', '093934.895000', '093935.355000', '093935.815000', '093936.275000', '093936.735000', '093937.195000', '093937.655000', '093938.115000', '093938.575000', '093939.035000', '093939.495000', '093939.955000', '093940.415000', '093940.875000', '093941.335000', '093941.795000', '093942.255000', '093942.715000', '093943.175000', '093943.635000', '093944.095000', '093944.555000', '093945.015000', '093945.475000', '093945.935000', '093946.395000', '093946.855000', '093947.315000', '093947.775000', '093948.235000', '093948.695000', '093949.155000', '093949.615000', '093950.075000', '093950.535000', '093950.995000', '093951.455000', '093951.915000', '093952.375000', '093952.835000', '093953.295000', '093953.755000', '093954.215000', '093954.675000', '093955.135000', '093955.595000', '093956.055000', '093956.515000', '093956.975000', '093957.435000', '093957.895000', '093958.355000', '093958.815000', '093959.275000', '093959.735000', '094000.195000', '094000.655000', '094001.115000', '094001.575000', '094002.035000', '094002.495000', '094002.955000', '094003.415000', '094003.875000', '094004.335000', '094004.795000', '094005.255000', '094005.715000', '094006.175000', '094006.635000', '094007.095000', '094007.555000', '094008.015000', '094008.475000', '094008.935000', '094009.395000', '094009.855000', '094010.315000', '094010.775000', '094011.235000', '094011.695000', '094012.155000', '094012.615000', '094013.075000', '094013.535000', '094013.995000', '094014.455000', '094014.915000', '094015.375000', '094015.835000', '094016.295000', '094016.755000', '094017.215000', '094017.675000', '094018.135000', '094018.595000', '094019.055000', '094019.515000', '094019.975000', '094020.435000', '094020.895000', '094021.355000', '094021.815000', '094022.275000', '094022.735000', '094023.195000', '094023.655000', '094024.115000', '094024.575000', '094025.035000', '094025.495000', '094025.955000', '094026.415000', '094026.875000', '094027.335000', '094027.795000', '094028.255000', '094028.715000', '094029.175000', '094029.635000', '094030.095000', '094030.555000', '094031.015000', '094031.475000', '094031.935000', '094032.395000', '094032.855000', '094033.315000', '094033.775000', '094034.235000', '094034.695000', '094035.155000', '094035.615000', '094036.075000', '094036.535000', '094036.995000', '094037.455000', '094037.915000', '094038.375000', '094038.835000', '094039.295000', '094039.755000', '094040.215000', '094040.675000', '094041.135000', '094041.595000', '094042.055000', '094042.515000', '094042.975000', '094043.435000', '094043.895000', '094044.355000', '094044.815000', '094045.275000', '094045.735000', '094046.195000', '094046.655000', '094047.115000', '094047.575000', '094048.035000', '094048.495000', '094048.955000', '094049.415000', '094049.875000', '094050.335000', '094050.795000', '094051.255000', '094051.715000', '094052.175000', '094052.635000', '094053.095000', '094053.555000', '094054.015000', '094054.475000', '094054.935000', '094055.395000', '094055.855000', '094056.315000', '094056.775000', '094057.235000', '094057.695000', '094058.155000', '094058.615000', '094059.075000', '094059.535000', '094059.995000', '094100.455000', '094100.915000', '094101.375000', '094101.835000', '094102.295000', '094102.755000', '094103.215000', '094103.675000', '094104.135000', '094104.595000', '094105.055000', '094105.515000', '094105.975000', '094106.435000', '094106.895000', '094107.355000', '094107.815000', '094108.275000', '094108.735000', '094109.195000', '094109.655000', '094110.115000', '094110.575000', '094111.035000', '094111.495000', '094111.955000', '094112.415000', '094112.875000', '094113.335000', '094113.795000', '094114.255000', '094114.715000', '094115.175000', '094115.635000', '094116.095000', '094116.555000', '094117.015000', '094117.475000', '094117.935000', '094118.395000', '094118.855000', '094119.315000', '094119.775000', '094120.235000', '094120.695000', '094121.155000', '094121.615000', '094122.075000', '094122.535000', '094122.995000', '094123.455000', '094123.915000', '094124.375000', '094124.835000', '094125.295000', '094125.755000', '094126.215000', '094126.675000', '094127.135000', '094127.595000', '094128.055000', '094128.515000', '094128.975000', '094129.435000', '094129.895000', '094130.355000', '094130.815000', '094131.275000', '094131.735000', '094132.195000', '094132.655000', '094133.115000', '094133.575000', '094134.035000', '094134.495000', '094134.955000', '094135.415000', '094135.875000', '094136.335000', '094136.795000', '094137.255000', '094137.715000', '094138.175000', '094138.635000', '094139.095000', '094139.555000', '094140.015000', '094140.475000', '094140.935000', '094141.395000', '094141.855000', '094142.315000', '094142.775000', '094143.235000', '094143.695000', '094144.155000', '094144.615000', '094145.075000', '094145.535000', '094145.995000', '094146.455000', '094146.915000', '094147.375000', '094147.835000', '094148.295000', '094148.755000', '094149.215000', '094149.675000', '094150.135000', '094150.595000', '094151.055000', '094151.515000', '094151.975000', '094152.435000', '094152.895000', '094153.355000', '094153.815000', '094154.275000', '094154.735000', '094155.195000', '094155.655000', '094156.115000', '094156.575000', '094157.035000', '094157.495000', '094157.955000', '094158.415000', '094158.875000', '094159.335000', '094159.795000', '094200.255000', '094200.715000', '094201.175000', '094201.635000', '094202.095000', '094202.555000', '094203.015000', '094203.475000', '094203.935000', '094204.395000', '094204.855000', '094205.315000', '094205.775000', '094206.235000', '094206.695000', '094207.155000', '094207.615000', '094208.075000', '094208.535000', '094208.995000', '094209.455000', '094209.915000', '094210.375000', '094210.835000', '094211.295000', '094211.755000', '094212.215000', '094212.675000', '094213.135000', '094213.595000', '094214.055000', '094214.515000', '094214.975000', '094215.435000', '094215.895000', '094216.355000', '094216.815000', '094217.275000', '094217.735000', '094218.195000', '094218.655000', '094219.115000', '094219.575000', '094220.035000', '094220.495000', '094220.955000', '094221.415000', '094221.875000', '094222.335000', '094222.795000', '094223.255000', '094223.715000', '094224.175000', '094224.635000', '094225.095000', '094225.555000', '094226.015000', '094226.475000', '094226.935000', '094227.395000', '094227.855000', '094228.315000', '094228.775000', '094229.235000', '094229.695000', '094230.155000', '094230.615000', '094231.075000', '094231.535000', '094231.995000', '094232.455000', '094232.915000', '094233.375000', '094233.835000', '094234.295000', '094234.755000', '094235.215000', '094235.675000'], 'ContentTime': ['093615.228000', '093615.232000', '093615.236000', '093615.239000', '093615.242000', '093615.245000', '093615.247000', '093615.250000', '093615.253000', '093615.256000', '093615.259000', '093615.261000', '093615.264000', '093615.267000', '093615.270000', '093615.273000', '093615.275000', '093615.278000', '093615.281000', '093615.284000', '093615.286000', '093615.289000', '093615.292000', '093615.295000', '093615.298000', '093615.300000', '093615.303000', '093615.306000', '093615.309000', '093615.312000', '093615.314000', '093615.317000', '093615.320000', '093615.323000', '093615.326000', '093615.328000', '093615.331000', '093615.334000', '093615.337000', '093615.340000', '093615.342000', '093615.345000', '093615.348000', '093635.194000', '093635.197000', '093635.200000', '093635.202000', '093635.205000', '093635.208000', '093635.211000', '093635.214000', '093635.216000', '093635.219000', '093635.222000', '093635.226000', '093635.231000', '093635.234000', '093635.237000', '093635.240000', '093635.242000', '093635.245000', '093635.248000', '093635.251000', '093635.253000', '093635.256000', '093635.259000', '093635.262000', '093635.265000', '093635.267000', '093635.270000', '093635.273000', '093635.276000', '093635.279000', '093635.281000', '093635.284000', '093635.287000', '093635.290000', '093635.292000', '093635.295000', '093635.298000', '093635.301000', '093635.303000', '093635.306000', '093635.309000', '093635.312000', '093635.315000', '093655.194000', '093655.197000', '093655.200000', '093655.202000', '093655.205000', '093655.208000', '093655.211000', '093655.213000', '093655.216000', '093655.219000', '093655.222000', '093655.225000', '093655.227000', '093655.230000', '093655.233000', '093655.236000', '093655.239000', '093655.241000', '093655.244000', '093655.247000', '093655.250000', '093655.252000', '093655.255000', '093655.258000', '093655.261000', '093655.263000', '093655.266000', '093655.269000', '093655.272000', '093655.275000', '093655.277000', '093655.280000', '093655.283000', '093655.286000', '093655.289000', '093655.291000', '093655.294000', '093655.297000', '093655.300000', '093655.303000', '093655.305000', '093655.308000', '093655.311000', '093655.314000', '093715.194000', '093715.197000', '093715.200000', '093715.202000', '093715.205000', '093715.208000', '093715.211000', '093715.214000', '093715.223000', '093715.226000', '093715.228000', '093715.231000', '093715.234000', '093715.237000', '093715.240000', '093715.242000', '093715.245000', '093715.248000', '093715.251000', '093715.254000', '093715.256000', '093715.259000', '093715.262000', '093715.265000', '093715.268000', '093715.290000', '093715.292000', '093715.295000', '093715.298000', '093715.301000', '093715.304000', '093715.306000', '093715.309000', '093715.312000', '093715.315000', '093715.317000', '093715.320000', '093715.323000', '093715.326000', '093715.329000', '093715.331000', '093715.334000', '093715.337000', '093735.194000', '093735.197000', '093735.200000', '093735.202000', '093735.205000', '093735.208000', '093735.211000', '093735.214000', '093735.216000', '093735.219000', '093735.222000', '093735.225000', '093735.228000', '093735.231000', '093735.233000', '093735.236000', '093735.239000', '093735.242000', '093735.244000', '093735.247000', '093735.250000', '093735.253000', '093735.256000', '093735.258000', '093735.261000', '093735.264000', '093735.267000', '093735.270000', '093735.272000', '093735.275000', '093735.278000', '093735.281000', '093735.283000', '093735.286000', '093735.289000', '093735.292000', '093735.295000', '093735.297000', '093735.300000', '093735.303000', '093735.306000', '093735.309000', '093735.312000', '093735.314000', '093755.194000', '093755.197000', '093755.200000', '093755.202000', '093755.206000', '093755.209000', '093755.212000', '093755.215000', '093755.217000', '093755.220000', '093755.223000', '093755.226000', '093755.229000', '093755.231000', '093755.234000', '093755.237000', '093755.240000', '093755.243000', '093755.245000', '093755.248000', '093755.251000', '093755.254000', '093755.257000', '093755.260000', '093755.263000', '093755.265000', '093755.268000', '093755.271000', '093755.274000', '093755.277000', '093755.280000', '093755.283000', '093755.286000', '093755.289000', '093755.292000', '093755.294000', '093755.297000', '093755.300000', '093755.303000', '093755.306000', '093755.309000', '093755.311000', '093755.314000', '093815.195000', '093815.198000', '093815.201000', '093815.203000', '093815.206000', '093815.209000', '093815.212000', '093815.215000', '093815.217000', '093815.220000', '093815.223000', '093815.226000', '093815.229000', '093815.231000', '093815.234000', '093815.237000', '093815.240000', '093815.243000', '093815.245000', '093815.248000', '093815.251000', '093815.254000', '093815.257000', '093815.259000', '093815.262000', '093815.265000', '093815.268000', '093815.270000', '093815.273000', '093815.276000', '093815.279000', '093815.282000', '093815.284000', '093815.287000', '093815.290000', '093815.293000', '093815.296000', '093815.299000', '093815.301000', '093815.304000', '093815.307000', '093815.310000', '093815.313000', '093815.315000', '093835.194000', '093835.197000', '093835.200000', '093835.203000', '093835.205000', '093835.208000', '093835.211000', '093835.214000', '093835.217000', '093835.219000', '093835.222000', '093835.225000', '093835.228000', '093835.231000', '093835.234000', '093835.236000', '093835.239000', '093835.242000', '093835.245000', '093835.248000', '093835.250000', '093835.253000', '093835.256000', '093835.259000', '093835.262000', '093835.265000', '093835.268000', '093835.270000', '093835.273000', '093835.276000', '093835.279000', '093835.281000', '093835.284000', '093835.287000', '093835.290000', '093835.293000', '093835.295000', '093835.298000', '093835.301000', '093835.304000', '093835.307000', '093835.310000', '093835.313000', '093855.194000', '093855.197000', '093855.200000', '093855.202000', '093855.205000', '093855.208000', '093855.211000', '093855.214000', '093855.217000', '093855.219000', '093855.222000', '093855.225000', '093855.228000', '093855.230000', '093855.233000', '093855.236000', '093855.239000', '093855.242000', '093855.244000', '093855.247000', '093855.250000', '093855.267000', '093855.270000', '093855.273000', '093855.276000', '093855.278000', '093855.281000', '093855.284000', '093855.287000', '093855.290000', '093855.292000', '093855.295000', '093855.298000', '093855.301000', '093855.304000', '093855.306000', '093855.309000', '093855.312000', '093855.315000', '093855.318000', '093855.320000', '093855.323000', '093855.326000', '093855.329000', '093915.194000', '093915.197000', '093915.200000', '093915.203000', '093915.205000', '093915.208000', '093915.211000', '093915.214000', '093915.217000', '093915.220000', '093915.222000', '093915.225000', '093915.228000', '093915.231000', '093915.234000', '093915.236000', '093915.239000', '093915.242000', '093915.246000', '093915.249000', '093915.252000', '093915.254000', '093915.257000', '093915.260000', '093915.263000', '093915.265000', '093915.268000', '093915.271000', '093915.274000', '093915.277000', '093915.280000', '093915.282000', '093915.285000', '093915.288000', '093915.291000', '093915.294000', '093915.296000', '093915.299000', '093915.302000', '093915.305000', '093915.308000', '093915.311000', '093915.314000', '093935.194000', '093935.197000', '093935.200000', '093935.202000', '093935.205000', '093935.208000', '093935.211000', '093935.214000', '093935.216000', '093935.219000', '093935.222000', '093935.225000', '093935.228000', '093935.230000', '093935.233000', '093935.236000', '093935.239000', '093935.242000', '093935.244000', '093935.247000', '093935.250000', '093935.253000', '093935.256000', '093935.259000', '093935.261000', '093935.264000', '093935.267000', '093935.270000', '093935.272000', '093935.275000', '093935.278000', '093935.281000', '093935.284000', '093935.287000', '093935.289000', '093935.292000', '093935.295000', '093935.298000', '093935.300000', '093935.303000', '093935.306000', '093935.309000', '093935.312000', '093935.314000', '093955.194000', '093955.197000', '093955.200000', '093955.203000', '093955.205000', '093955.208000', '093955.211000', '093955.214000', '093955.217000', '093955.219000', '093955.222000', '093955.225000', '093955.228000', '093955.231000', '093955.233000', '093955.236000', '093955.239000', '093955.242000', '093955.245000', '093955.247000', '093955.250000', '093955.253000', '093955.256000', '093955.259000', '093955.261000', '093955.264000', '093955.267000', '093955.270000', '093955.273000', '093955.276000', '093955.278000', '093955.281000', '093955.284000', '093955.287000', '093955.290000', '093955.292000', '093955.295000', '093955.298000', '093955.301000', '093955.304000', '093955.307000', '093955.309000', '093955.312000', '094015.194000', '094015.197000', '094015.200000', '094015.203000', '094015.206000', '094015.208000', '094015.211000', '094015.214000', '094015.217000', '094015.220000', '094015.222000', '094015.225000', '094015.228000', '094015.231000', '094015.234000', '094015.236000', '094015.239000', '094015.242000', '094015.245000', '094015.248000', '094015.250000', '094015.253000', '094015.256000', '094015.259000', '094015.262000', '094015.264000', '094015.267000', '094015.270000', '094015.273000', '094015.276000', '094015.278000', '094015.281000', '094015.284000', '094015.287000', '094015.290000', '094015.293000', '094015.295000', '094015.298000', '094015.301000', '094015.304000', '094015.307000', '094015.309000', '094015.312000', '094015.315000', '094035.194000', '094035.197000', '094035.200000', '094035.203000', '094035.206000', '094035.208000', '094035.211000', '094035.214000', '094035.217000', '094035.220000', '094035.222000', '094035.225000', '094035.228000', '094035.231000', '094035.234000', '094035.236000', '094035.239000', '094035.242000', '094035.245000', '094035.248000', '094035.251000', '094035.253000', '094035.256000', '094035.259000', '094035.262000', '094035.265000', '094035.267000', '094035.270000', '094035.273000', '094035.276000', '094035.279000', '094035.282000', '094035.285000', '094035.288000', '094035.291000', '094035.294000', '094035.297000', '094035.300000', '094035.302000', '094035.305000', '094035.308000', '094035.311000', '094035.314000', '094055.194000', '094055.197000', '094055.200000', '094055.203000', '094055.205000', '094055.208000', '094055.211000', '094055.214000', '094055.216000', '094055.219000', '094055.222000', '094055.225000', '094055.228000', '094055.230000', '094055.233000', '094055.236000', '094055.239000', '094055.242000', '094055.245000', '094055.248000', '094055.250000', '094055.253000', '094055.256000', '094055.259000', '094055.262000', '094055.264000', '094055.267000', '094055.270000', '094055.273000', '094055.276000', '094055.279000', '094055.281000', '094055.284000', '094055.287000', '094055.290000', '094055.292000', '094055.295000', '094055.298000', '094055.301000', '094055.304000', '094055.306000', '094055.309000', '094055.312000', '094055.315000', '094115.194000', '094115.197000', '094115.200000', '094115.203000', '094115.205000', '094115.208000', '094115.211000', '094115.214000', '094115.217000', '094115.219000', '094115.222000', '094115.225000', '094115.228000', '094115.231000', '094115.233000', '094115.236000', '094115.239000', '094115.242000', '094115.245000', '094115.247000', '094115.250000', '094115.253000', '094115.256000', '094115.259000', '094115.262000', '094115.264000', '094115.267000', '094115.270000', '094115.273000', '094115.276000', '094115.279000', '094115.281000', '094115.284000', '094115.287000', '094115.290000', '094115.293000', '094115.295000', '094115.298000', '094115.301000', '094115.304000', '094115.306000', '094115.309000', '094115.312000', '094135.194000', '094135.197000', '094135.200000', '094135.202000', '094135.205000', '094135.208000', '094135.211000', '094135.214000', '094135.216000', '094135.219000', '094135.222000', '094135.225000', '094135.228000', '094135.230000', '094135.233000', '094135.236000', '094135.239000', '094135.242000', '094135.245000', '094135.247000', '094135.250000', '094135.253000', '094135.256000', '094135.259000', '094135.261000', '094135.264000', '094135.267000', '094135.270000', '094135.273000', '094135.275000', '094135.278000', '094135.281000', '094135.284000', '094135.287000', '094135.289000', '094135.292000', '094135.295000', '094135.298000', '094135.301000', '094135.304000', '094135.306000', '094135.309000', '094135.312000', '094135.315000', '094155.194000', '094155.197000', '094155.200000', '094155.203000', '094155.205000', '094155.208000', '094155.211000', '094155.214000', '094155.217000', '094155.219000', '094155.222000', '094155.225000', '094155.242000', '094155.245000', '094155.248000', '094155.250000', '094155.253000', '094155.256000', '094155.260000', '094155.263000', '094155.266000', '094155.269000', '094155.272000', '094155.275000', '094155.277000', '094155.280000', '094155.283000', '094155.286000', '094155.289000', '094155.291000', '094155.294000', '094155.297000', '094155.300000', '094155.303000', '094155.306000', '094155.308000', '094155.311000', '094155.314000', '094155.317000', '094155.320000', '094155.324000', '094155.326000', '094155.329000', '094215.194000', '094215.197000', '094215.200000', '094215.202000', '094215.205000', '094215.208000', '094215.211000', '094215.213000', '094215.216000', '094215.219000', '094215.222000', '094215.225000', '094215.227000', '094215.230000', '094215.233000', '094215.236000', '094215.239000', '094215.241000', '094215.244000', '094215.247000', '094215.250000', '094215.253000', '094215.255000', '094215.258000', '094215.261000', '094215.264000', '094215.267000', '094215.269000', '094215.272000', '094215.275000', '094215.278000', '094215.281000', '094215.283000', '094215.286000', '094215.289000', '094215.292000', '094215.295000', '094215.298000', '094215.300000', '094215.303000', '094215.306000', '094215.309000', '094215.312000', '094215.315000', '094235.194000', '094235.197000', '094235.200000', '094235.203000', '094235.205000', '094235.208000', '094235.211000', '094235.214000', '094235.217000', '094235.219000', '094235.222000', '094235.225000', '094235.228000', '094235.231000', '094235.233000', '094235.236000', '094235.239000', '094235.242000', '094235.245000', '094235.247000', '094235.250000', '094235.253000', '094235.256000', '094235.259000', '094235.262000', '094235.264000', '094235.267000', '094235.270000', '094235.273000', '094235.276000', '094235.278000', '094235.281000', '094235.284000', '094235.287000', '094235.290000', '094235.293000', '094235.295000', '094235.298000', '094235.301000', '094235.304000', '094235.307000', '094235.310000', '094235.312000', '094236.376000', '094236.379000', '094236.383000'], 'InstanceCreationTime': ['093615.228000', '093615.232000', '093615.236000', '093615.239000', '093615.242000', '093615.245000', '093615.247000', '093615.250000', '093615.253000', '093615.256000', '093615.259000', '093615.261000', '093615.264000', '093615.267000', '093615.270000', '093615.273000', '093615.275000', '093615.278000', '093615.281000', '093615.284000', '093615.286000', '093615.289000', '093615.292000', '093615.295000', '093615.298000', '093615.300000', '093615.303000', '093615.306000', '093615.309000', '093615.312000', '093615.314000', '093615.317000', '093615.320000', '093615.323000', '093615.326000', '093615.328000', '093615.331000', '093615.334000', '093615.337000', '093615.340000', '093615.342000', '093615.345000', '093615.348000', '093635.194000', '093635.197000', '093635.200000', '093635.202000', '093635.205000', '093635.208000', '093635.211000', '093635.214000', '093635.216000', '093635.219000', '093635.222000', '093635.226000', '093635.231000', '093635.234000', '093635.237000', '093635.240000', '093635.242000', '093635.245000', '093635.248000', '093635.251000', '093635.253000', '093635.256000', '093635.259000', '093635.262000', '093635.265000', '093635.267000', '093635.270000', '093635.273000', '093635.276000', '093635.279000', '093635.281000', '093635.284000', '093635.287000', '093635.290000', '093635.292000', '093635.295000', '093635.298000', '093635.301000', '093635.303000', '093635.306000', '093635.309000', '093635.312000', '093635.315000', '093655.194000', '093655.197000', '093655.200000', '093655.202000', '093655.205000', '093655.208000', '093655.211000', '093655.213000', '093655.216000', '093655.219000', '093655.222000', '093655.225000', '093655.227000', '093655.230000', '093655.233000', '093655.236000', '093655.239000', '093655.241000', '093655.244000', '093655.247000', '093655.250000', '093655.252000', '093655.255000', '093655.258000', '093655.261000', '093655.263000', '093655.266000', '093655.269000', '093655.272000', '093655.275000', '093655.277000', '093655.280000', '093655.283000', '093655.286000', '093655.289000', '093655.291000', '093655.294000', '093655.297000', '093655.300000', '093655.303000', '093655.305000', '093655.308000', '093655.311000', '093655.314000', '093715.194000', '093715.197000', '093715.200000', '093715.202000', '093715.205000', '093715.208000', '093715.211000', '093715.214000', '093715.223000', '093715.226000', '093715.228000', '093715.231000', '093715.234000', '093715.237000', '093715.240000', '093715.242000', '093715.245000', '093715.248000', '093715.251000', '093715.254000', '093715.256000', '093715.259000', '093715.262000', '093715.265000', '093715.268000', '093715.290000', '093715.292000', '093715.295000', '093715.298000', '093715.301000', '093715.304000', '093715.306000', '093715.309000', '093715.312000', '093715.315000', '093715.317000', '093715.320000', '093715.323000', '093715.326000', '093715.329000', '093715.331000', '093715.334000', '093715.337000', '093735.194000', '093735.197000', '093735.200000', '093735.202000', '093735.205000', '093735.208000', '093735.211000', '093735.214000', '093735.216000', '093735.219000', '093735.222000', '093735.225000', '093735.228000', '093735.231000', '093735.233000', '093735.236000', '093735.239000', '093735.242000', '093735.244000', '093735.247000', '093735.250000', '093735.253000', '093735.256000', '093735.258000', '093735.261000', '093735.264000', '093735.267000', '093735.270000', '093735.272000', '093735.275000', '093735.278000', '093735.281000', '093735.283000', '093735.286000', '093735.289000', '093735.292000', '093735.295000', '093735.297000', '093735.300000', '093735.303000', '093735.306000', '093735.309000', '093735.312000', '093735.314000', '093755.194000', '093755.197000', '093755.200000', '093755.202000', '093755.206000', '093755.209000', '093755.212000', '093755.215000', '093755.217000', '093755.220000', '093755.223000', '093755.226000', '093755.229000', '093755.231000', '093755.234000', '093755.237000', '093755.240000', '093755.243000', '093755.245000', '093755.248000', '093755.251000', '093755.254000', '093755.257000', '093755.260000', '093755.263000', '093755.265000', '093755.268000', '093755.271000', '093755.274000', '093755.277000', '093755.280000', '093755.283000', '093755.286000', '093755.289000', '093755.292000', '093755.294000', '093755.297000', '093755.300000', '093755.303000', '093755.306000', '093755.309000', '093755.311000', '093755.314000', '093815.195000', '093815.198000', '093815.201000', '093815.203000', '093815.206000', '093815.209000', '093815.212000', '093815.215000', '093815.217000', '093815.220000', '093815.223000', '093815.226000', '093815.229000', '093815.231000', '093815.234000', '093815.237000', '093815.240000', '093815.243000', '093815.245000', '093815.248000', '093815.251000', '093815.254000', '093815.257000', '093815.259000', '093815.262000', '093815.265000', '093815.268000', '093815.270000', '093815.273000', '093815.276000', '093815.279000', '093815.282000', '093815.284000', '093815.287000', '093815.290000', '093815.293000', '093815.296000', '093815.299000', '093815.301000', '093815.304000', '093815.307000', '093815.310000', '093815.313000', '093815.315000', '093835.194000', '093835.197000', '093835.200000', '093835.203000', '093835.205000', '093835.208000', '093835.211000', '093835.214000', '093835.217000', '093835.219000', '093835.222000', '093835.225000', '093835.228000', '093835.231000', '093835.234000', '093835.236000', '093835.239000', '093835.242000', '093835.245000', '093835.248000', '093835.250000', '093835.253000', '093835.256000', '093835.259000', '093835.262000', '093835.265000', '093835.268000', '093835.270000', '093835.273000', '093835.276000', '093835.279000', '093835.281000', '093835.284000', '093835.287000', '093835.290000', '093835.293000', '093835.295000', '093835.298000', '093835.301000', '093835.304000', '093835.307000', '093835.310000', '093835.313000', '093855.194000', '093855.197000', '093855.200000', '093855.202000', '093855.205000', '093855.208000', '093855.211000', '093855.214000', '093855.217000', '093855.219000', '093855.222000', '093855.225000', '093855.228000', '093855.230000', '093855.233000', '093855.236000', '093855.239000', '093855.242000', '093855.244000', '093855.247000', '093855.250000', '093855.267000', '093855.270000', '093855.273000', '093855.276000', '093855.278000', '093855.281000', '093855.284000', '093855.287000', '093855.290000', '093855.292000', '093855.295000', '093855.298000', '093855.301000', '093855.304000', '093855.306000', '093855.309000', '093855.312000', '093855.315000', '093855.318000', '093855.320000', '093855.323000', '093855.326000', '093855.329000', '093915.194000', '093915.197000', '093915.200000', '093915.203000', '093915.205000', '093915.208000', '093915.211000', '093915.214000', '093915.217000', '093915.220000', '093915.222000', '093915.225000', '093915.228000', '093915.231000', '093915.234000', '093915.236000', '093915.239000', '093915.242000', '093915.246000', '093915.249000', '093915.252000', '093915.254000', '093915.257000', '093915.260000', '093915.263000', '093915.265000', '093915.268000', '093915.271000', '093915.274000', '093915.277000', '093915.280000', '093915.282000', '093915.285000', '093915.288000', '093915.291000', '093915.294000', '093915.296000', '093915.299000', '093915.302000', '093915.305000', '093915.308000', '093915.311000', '093915.314000', '093935.194000', '093935.197000', '093935.200000', '093935.202000', '093935.205000', '093935.208000', '093935.211000', '093935.214000', '093935.216000', '093935.219000', '093935.222000', '093935.225000', '093935.228000', '093935.230000', '093935.233000', '093935.236000', '093935.239000', '093935.242000', '093935.244000', '093935.247000', '093935.250000', '093935.253000', '093935.256000', '093935.259000', '093935.261000', '093935.264000', '093935.267000', '093935.270000', '093935.272000', '093935.275000', '093935.278000', '093935.281000', '093935.284000', '093935.287000', '093935.289000', '093935.292000', '093935.295000', '093935.298000', '093935.300000', '093935.303000', '093935.306000', '093935.309000', '093935.312000', '093935.314000', '093955.194000', '093955.197000', '093955.200000', '093955.203000', '093955.205000', '093955.208000', '093955.211000', '093955.214000', '093955.217000', '093955.219000', '093955.222000', '093955.225000', '093955.228000', '093955.231000', '093955.233000', '093955.236000', '093955.239000', '093955.242000', '093955.245000', '093955.247000', '093955.250000', '093955.253000', '093955.256000', '093955.259000', '093955.261000', '093955.264000', '093955.267000', '093955.270000', '093955.273000', '093955.276000', '093955.278000', '093955.281000', '093955.284000', '093955.287000', '093955.290000', '093955.292000', '093955.295000', '093955.298000', '093955.301000', '093955.304000', '093955.307000', '093955.309000', '093955.312000', '094015.194000', '094015.197000', '094015.200000', '094015.203000', '094015.206000', '094015.208000', '094015.211000', '094015.214000', '094015.217000', '094015.220000', '094015.222000', '094015.225000', '094015.228000', '094015.231000', '094015.234000', '094015.236000', '094015.239000', '094015.242000', '094015.245000', '094015.248000', '094015.250000', '094015.253000', '094015.256000', '094015.259000', '094015.262000', '094015.264000', '094015.267000', '094015.270000', '094015.273000', '094015.276000', '094015.278000', '094015.281000', '094015.284000', '094015.287000', '094015.290000', '094015.293000', '094015.295000', '094015.298000', '094015.301000', '094015.304000', '094015.307000', '094015.309000', '094015.312000', '094015.315000', '094035.194000', '094035.197000', '094035.200000', '094035.203000', '094035.206000', '094035.208000', '094035.211000', '094035.214000', '094035.217000', '094035.220000', '094035.222000', '094035.225000', '094035.228000', '094035.231000', '094035.234000', '094035.236000', '094035.239000', '094035.242000', '094035.245000', '094035.248000', '094035.251000', '094035.253000', '094035.256000', '094035.259000', '094035.262000', '094035.265000', '094035.267000', '094035.270000', '094035.273000', '094035.276000', '094035.279000', '094035.282000', '094035.285000', '094035.288000', '094035.291000', '094035.294000', '094035.297000', '094035.300000', '094035.302000', '094035.305000', '094035.308000', '094035.311000', '094035.314000', '094055.194000', '094055.197000', '094055.200000', '094055.203000', '094055.205000', '094055.208000', '094055.211000', '094055.214000', '094055.216000', '094055.219000', '094055.222000', '094055.225000', '094055.228000', '094055.230000', '094055.233000', '094055.236000', '094055.239000', '094055.242000', '094055.245000', '094055.248000', '094055.250000', '094055.253000', '094055.256000', '094055.259000', '094055.262000', '094055.264000', '094055.267000', '094055.270000', '094055.273000', '094055.276000', '094055.279000', '094055.281000', '094055.284000', '094055.287000', '094055.290000', '094055.292000', '094055.295000', '094055.298000', '094055.301000', '094055.304000', '094055.306000', '094055.309000', '094055.312000', '094055.315000', '094115.194000', '094115.197000', '094115.200000', '094115.203000', '094115.205000', '094115.208000', '094115.211000', '094115.214000', '094115.217000', '094115.219000', '094115.222000', '094115.225000', '094115.228000', '094115.231000', '094115.233000', '094115.236000', '094115.239000', '094115.242000', '094115.245000', '094115.247000', '094115.250000', '094115.253000', '094115.256000', '094115.259000', '094115.262000', '094115.264000', '094115.267000', '094115.270000', '094115.273000', '094115.276000', '094115.279000', '094115.281000', '094115.284000', '094115.287000', '094115.290000', '094115.293000', '094115.295000', '094115.298000', '094115.301000', '094115.304000', '094115.306000', '094115.309000', '094115.312000', '094135.194000', '094135.197000', '094135.200000', '094135.202000', '094135.205000', '094135.208000', '094135.211000', '094135.214000', '094135.216000', '094135.219000', '094135.222000', '094135.225000', '094135.228000', '094135.230000', '094135.233000', '094135.236000', '094135.239000', '094135.242000', '094135.245000', '094135.247000', '094135.250000', '094135.253000', '094135.256000', '094135.259000', '094135.261000', '094135.264000', '094135.267000', '094135.270000', '094135.273000', '094135.275000', '094135.278000', '094135.281000', '094135.284000', '094135.287000', '094135.289000', '094135.292000', '094135.295000', '094135.298000', '094135.301000', '094135.304000', '094135.306000', '094135.309000', '094135.312000', '094135.315000', '094155.194000', '094155.197000', '094155.200000', '094155.203000', '094155.205000', '094155.208000', '094155.211000', '094155.214000', '094155.217000', '094155.219000', '094155.222000', '094155.225000', '094155.242000', '094155.245000', '094155.248000', '094155.250000', '094155.253000', '094155.256000', '094155.260000', '094155.263000', '094155.266000', '094155.269000', '094155.272000', '094155.275000', '094155.277000', '094155.280000', '094155.283000', '094155.286000', '094155.289000', '094155.291000', '094155.294000', '094155.297000', '094155.300000', '094155.303000', '094155.306000', '094155.308000', '094155.311000', '094155.314000', '094155.317000', '094155.320000', '094155.324000', '094155.326000', '094155.329000', '094215.194000', '094215.197000', '094215.200000', '094215.202000', '094215.205000', '094215.208000', '094215.211000', '094215.213000', '094215.216000', '094215.219000', '094215.222000', '094215.225000', '094215.227000', '094215.230000', '094215.233000', '094215.236000', '094215.239000', '094215.241000', '094215.244000', '094215.247000', '094215.250000', '094215.253000', '094215.255000', '094215.258000', '094215.261000', '094215.264000', '094215.267000', '094215.269000', '094215.272000', '094215.275000', '094215.278000', '094215.281000', '094215.283000', '094215.286000', '094215.289000', '094215.292000', '094215.295000', '094215.298000', '094215.300000', '094215.303000', '094215.306000', '094215.309000', '094215.312000', '094215.315000', '094235.194000', '094235.197000', '094235.200000', '094235.203000', '094235.205000', '094235.208000', '094235.211000', '094235.214000', '094235.217000', '094235.219000', '094235.222000', '094235.225000', '094235.228000', '094235.231000', '094235.233000', '094235.236000', '094235.239000', '094235.242000', '094235.245000', '094235.247000', '094235.250000', '094235.253000', '094235.256000', '094235.259000', '094235.262000', '094235.264000', '094235.267000', '094235.270000', '094235.273000', '094235.276000', '094235.278000', '094235.281000', '094235.284000', '094235.287000', '094235.290000', '094235.293000', '094235.295000', '094235.298000', '094235.301000', '094235.304000', '094235.307000', '094235.310000', '094235.312000', '094236.376000', '094236.379000', '094236.383000'], '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': [20306, 13373, 17690, 11896, 14075, 24260, 14152, 19722, 15935, 16624, 13867, 17731, 13265, 18578, 14619, 19914, 12564, 17993, 12533, 14484, 21992, 12780, 22245, 15894, 18600, 13002, 16918, 11244, 16240, 22006, 13442, 22811, 13099, 19717, 14999, 18329, 13214, 16521, 12459, 17334, 11625, 15269, 11278, 15322, 15755, 16060, 19107, 13620, 23798, 14948, 21380, 15528, 18612, 13338, 17587, 12495, 18539, 12610, 17207, 11769, 15866, 20038, 13686, 21547, 15126, 19181, 12723, 18175, 12489, 15091, 11173, 14067, 23739, 14746, 20047, 14336, 17892, 11944, 17151, 13840, 13416, 22923, 12955, 18356, 14890, 18718, 14477, 15700, 12858, 10917, 15866, 23590, 15202, 18289, 12393, 14582, 17517, 12686, 20909, 15002, 17854, 11902, 13664, 16305, 12200, 21442, 15599, 17191, 11365, 15342, 21994, 13768, 20550, 14568, 16950, 11566, 15439, 24168, 14589, 19319, 12094, 16167, 23350, 12935, 19823, 12483, 15918, 13145, 12265, 20287, 13984, 18215, 11223, 15249, 16558, 12802, 21561, 15016, 18284, 12490, 16738, 11900, 15767, 10795, 14730, 9959, 13587, 14673, 13953, 12304, 13328, 22317, 13668, 22752, 13845, 17631, 11928, 15338, 11631, 13824, 11603, 16907, 13614, 19368, 13352, 15547, 14026, 24964, 13772, 17417, 14089, 12424, 24965, 12495, 17544, 11952, 14755, 13164, 11900, 22020, 12678, 17050, 11259, 13836, 10181, 16086, 21825, 13249, 21577, 13578, 18700, 13302, 19115, 13998, 20619, 12852, 16924, 20893, 11959, 23402, 12433, 17462, 12060, 15480, 11473, 14511, 11482, 12061, 22042, 13976, 18876, 12720, 15151, 12392, 14751, 13344, 13233, 23771, 12882, 17820, 13888, 15916, 12004, 13493, 23930, 13372, 18913, 12307, 15153, 14349, 12387, 21110, 12541, 15294, 13393, 12567, 22849, 12579, 15304, 22409, 12532, 17203, 12673, 13835, 22390, 13114, 16077, 12419, 14342, 22524, 12484, 17413, 12110, 14477, 11183, 12506, 11918, 12109, 12506, 15491, 20567, 13258, 24238, 13889, 16150, 18908, 12204, 20526, 12605, 14877, 12459, 11798, 21666, 12329, 15677, 12832, 13028, 16783, 12388, 18437, 11344, 16079, 12197, 12449, 12897, 14615, 11958, 14600, 11986, 14284, 11942, 14603, 13140, 14167, 12105, 12780, 20387, 14428, 20976, 12448, 22120, 14934, 18654, 12709, 14833, 12688, 12561, 21869, 12585, 18808, 12525, 16396, 12324, 13487, 17860, 12616, 20277, 13084, 16307, 12789, 12795, 23092, 12647, 18015, 12875, 14164, 13120, 12618, 20932, 14028, 16152, 12816, 13935, 13733, 12617, 22467, 13044, 15877, 12618, 13271, 23062, 12310, 18396, 13738, 16278, 13213, 13009, 19632, 12696, 19416, 13033, 16663, 12797, 12546, 23410, 12137, 17371, 11996, 14578, 11878, 14333, 22414, 12326, 20316, 12623, 16323, 11952, 14043, 18938, 12065, 20580, 13976, 16504, 12015, 13184, 11328, 12350, 13511, 12343, 12838, 13485, 23001, 12211, 19090, 12380, 14921, 16208, 12232, 20426, 12222, 16082, 12890, 12586, 21604, 12459, 16459, 12142, 13327, 16493, 12150, 18265, 11429, 15065, 18532, 11971, 17915, 11186, 16343, 15123, 12343, 21126, 13943, 17036, 12160, 12672, 21762, 12397, 17682, 12673, 12746, 22389, 12931, 15705, 12853, 12517, 12936, 13395, 15273, 12254, 10496, 14415, 12602, 16180, 24804, 13041, 20271, 12513, 16052, 12857, 13518, 23660, 12764, 18066, 12955, 15509, 12244, 12844, 23450, 13049, 17740, 13144, 14239, 11707, 12522, 21687, 13000, 19051, 13931, 15494, 12450, 13028, 21027, 12754, 17588, 14463, 15686, 13578, 12918, 22218, 12717, 15907, 12883, 13712, 21516, 12522, 17102, 13456, 14624, 12463, 13866, 15106, 12406, 18544, 13029, 15037, 12776, 12401, 20866, 12448, 18369, 12599, 15123, 17685, 12530, 19715, 12828, 17711, 12125, 11979, 20603, 12215, 16645, 12579, 13797, 11705, 12080, 20492, 12850, 16415, 12680, 13346, 20756, 12822, 17783, 12114, 16016, 12629, 15679, 12117, 19182, 12903, 17894, 12497, 16397, 12750, 12182, 19015, 12214, 17179, 11880, 15458, 11800, 12437, 14591, 12213, 23046, 14063, 18160, 12044, 15699, 12145, 12601, 15816, 11725, 18157, 12103, 17074, 12594, 19626, 14595, 22131, 13880, 16739, 13173, 13983, 15596, 18021, 15577, 23137, 13338, 19976, 15112, 17190, 11281, 15092, 19542, 12352, 20820, 15007, 17224, 11000, 16356, 12274, 15819, 12045, 14866, 16906, 13948, 23043, 16278, 18521, 13229, 14899, 18882, 13318, 22263, 14028, 18804, 12315, 16027, 16135, 11861, 21326, 13605, 18133, 12534, 14695, 19066, 11783, 20562, 14707, 17726, 12118, 14060, 23428, 12450, 18571, 11705, 15130, 13503, 11685, 20464, 14933, 18599, 13369, 12569, 15519, 14306, 19567, 12976, 19394, 13558, 13019, 15471, 12282, 18371, 21078, 13528, 19148, 13393, 15870, 13526, 13010, 20277, 15021, 17643, 12404, 15325, 12103, 13469, 19966, 15910, 18032, 12492, 16595, 13000, 13470, 21188, 15553, 17170, 11606, 14922, 16016, 13199, 20657, 14731, 18507, 12008, 16308, 12234, 13607, 21243, 15428, 18449, 12831, 15676, 18947, 12203, 19514, 14578, 17592, 12377, 14413, 22572, 13894, 18049, 12392, 16862, 20317, 13155, 18389, 12994, 16409, 12465, 13286, 20278, 14577, 16693, 11345, 15389, 17022, 12832, 18375, 14082, 16445, 11216, 16547, 13456, 13940, 10993, 15359, 10891, 13824, 12003, 17120, 14356, 21810, 14517, 17959, 24272, 13960, 19068, 12511, 16238, 15195, 13268, 23814, 15416, 19476, 12632, 17495, 11939, 15933, 18961, 14539, 23044, 13426, 20822, 14449, 17911, 13131, 17343, 12111, 18191, 12026, 17877, 13225, 17188, 12130, 17766, 12425, 18250, 12410, 16807, 12794, 15005, 12025, 14612, 15836, 14099, 21581, 12767, 20967, 15147, 18175, 11862, 15221, 14277, 12329, 22183, 14960, 17961, 11005, 16123, 12660, 14915, 17009, 11891, 21430, 13623, 17579, 11993, 14717, 12023, 12124, 21952, 14337, 18421, 11855, 14313, 13929, 12025, 21846, 14746, 17674, 12642, 17923, 11696, 16685, 11557, 18275, 13331, 19417, 13353, 18649, 18191, 12192, 20372, 14009, 15861, 11961, 13326, 21113, 13406, 17688, 12813, 15522, 11014, 13814, 18823, 12293, 19466, 12990, 16847, 12743, 12727, 21753, 14747, 17188, 12869, 12740, 21859, 14205, 17466, 12043, 14697, 21632, 12114, 18946, 11807, 15239, 23048, 12024, 18409, 11756, 12907, 20689, 11897, 17365, 11509, 12001, 18058, 12736, 16574, 10445, 13237, 23128, 12394, 18230, 13112, 14507, 10413, 11747, 22072, 12768, 17242, 11858, 13519, 22476, 12261, 17332, 11506, 13792, 13973, 11718, 20542, 11725, 15705, 11426, 14013, 17724, 12037], 'WindowCenter': [4887.0, 4821.0, 4836.0, 4785.0, 4800.0, 4849.0, 4788.0, 4830.0, 4811.0, 4811.0, 4790.0, 4816.0, 4788.0, 4816.0, 4802.0, 4830.0, 4781.0, 4819.0, 4778.0, 4788.0, 4826.0, 4769.0, 4831.0, 4794.0, 4803.0, 4761.0, 4794.0, 4744.0, 4782.0, 4812.0, 4764.0, 4825.0, 4760.0, 4801.0, 4784.0, 4791.0, 4767.0, 4792.0, 4764.0, 4803.0, 4752.0, 4792.0, 4752.0, 4793.0, 4793.0, 4798.0, 4812.0, 4778.0, 4834.0, 4796.0, 4825.0, 4797.0, 4804.0, 4776.0, 4802.0, 4767.0, 4804.0, 4764.0, 4795.0, 4753.0, 4794.0, 4812.0, 4777.0, 4824.0, 4786.0, 4804.0, 4778.0, 4806.0, 4764.0, 4785.0, 4756.0, 4784.0, 4834.0, 4787.0, 4814.0, 4787.0, 4803.0, 4768.0, 4804.0, 4774.0, 4779.0, 4824.0, 4787.0, 4820.0, 4798.0, 4816.0, 4798.0, 4811.0, 4790.0, 4771.0, 4821.0, 4851.0, 4809.0, 4819.0, 4778.0, 4802.0, 4807.0, 4778.0, 4828.0, 4798.0, 4820.0, 4769.0, 4788.0, 4794.0, 4778.0, 4842.0, 4809.0, 4819.0, 4770.0, 4799.0, 4848.0, 4803.0, 4840.0, 4799.0, 4809.0, 4771.0, 4813.0, 4854.0, 4797.0, 4822.0, 4767.0, 4798.0, 4840.0, 4771.0, 4816.0, 4765.0, 4786.0, 4762.0, 4753.0, 4815.0, 4773.0, 4818.0, 4768.0, 4798.0, 4807.0, 4777.0, 4825.0, 4787.0, 4806.0, 4777.0, 4798.0, 4769.0, 4800.0, 4762.0, 4789.0, 4749.0, 4779.0, 4786.0, 4788.0, 4767.0, 4778.0, 4828.0, 4776.0, 4841.0, 4788.0, 4808.0, 4783.0, 4796.0, 4769.0, 4799.0, 4769.0, 4819.0, 4791.0, 4830.0, 4803.0, 4824.0, 4816.0, 4863.0, 4791.0, 4822.0, 4790.0, 4779.0, 4845.0, 4767.0, 4806.0, 4769.0, 4789.0, 4781.0, 4769.0, 4825.0, 4781.0, 4809.0, 4765.0, 4797.0, 4770.0, 4823.0, 4852.0, 4802.0, 4850.0, 4804.0, 4829.0, 4804.0, 4829.0, 4804.0, 4831.0, 4781.0, 4808.0, 4830.0, 4782.0, 4852.0, 4782.0, 4807.0, 4755.0, 4786.0, 4755.0, 4773.0, 4740.0, 4755.0, 4817.0, 4789.0, 4814.0, 4763.0, 4783.0, 4763.0, 4784.0, 4776.0, 4779.0, 4833.0, 4776.0, 4817.0, 4790.0, 4796.0, 4764.0, 4774.0, 4825.0, 4777.0, 4817.0, 4767.0, 4789.0, 4773.0, 4755.0, 4813.0, 4754.0, 4783.0, 4760.0, 4752.0, 4810.0, 4752.0, 4783.0, 4814.0, 4750.0, 4790.0, 4749.0, 4773.0, 4825.0, 4766.0, 4782.0, 4764.0, 4785.0, 4821.0, 4767.0, 4793.0, 4764.0, 4784.0, 4757.0, 4777.0, 4765.0, 4767.0, 4776.0, 4799.0, 4827.0, 4781.0, 4839.0, 4775.0, 4784.0, 4795.0, 4753.0, 4803.0, 4753.0, 4765.0, 4740.0, 4740.0, 4803.0, 4747.0, 4768.0, 4748.0, 4761.0, 4776.0, 4750.0, 4804.0, 4759.0, 4796.0, 4779.0, 4780.0, 4767.0, 4786.0, 4771.0, 4801.0, 4770.0, 4803.0, 4773.0, 4807.0, 4793.0, 4808.0, 4781.0, 4793.0, 4832.0, 4804.0, 4829.0, 4770.0, 4832.0, 4800.0, 4810.0, 4768.0, 4788.0, 4765.0, 4772.0, 4826.0, 4765.0, 4804.0, 4763.0, 4797.0, 4764.0, 4777.0, 4804.0, 4766.0, 4817.0, 4776.0, 4795.0, 4766.0, 4765.0, 4826.0, 4765.0, 4807.0, 4767.0, 4772.0, 4752.0, 4753.0, 4814.0, 4774.0, 4781.0, 4763.0, 4775.0, 4773.0, 4767.0, 4828.0, 4766.0, 4784.0, 4766.0, 4765.0, 4824.0, 4769.0, 4804.0, 4773.0, 4794.0, 4763.0, 4777.0, 4809.0, 4765.0, 4804.0, 4769.0, 4795.0, 4752.0, 4766.0, 4825.0, 4765.0, 4806.0, 4767.0, 4798.0, 4755.0, 4793.0, 4825.0, 4765.0, 4816.0, 4758.0, 4785.0, 4752.0, 4776.0, 4803.0, 4768.0, 4814.0, 4775.0, 4791.0, 4766.0, 4777.0, 4755.0, 4765.0, 4774.0, 4766.0, 4777.0, 4788.0, 4839.0, 4781.0, 4815.0, 4767.0, 4786.0, 4797.0, 4754.0, 4803.0, 4756.0, 4785.0, 4780.0, 4766.0, 4824.0, 4764.0, 4795.0, 4777.0, 4788.0, 4805.0, 4767.0, 4819.0, 4773.0, 4801.0, 4818.0, 4768.0, 4816.0, 4758.0, 4810.0, 4800.0, 4779.0, 4827.0, 4791.0, 4807.0, 4769.0, 4781.0, 4828.0, 4767.0, 4805.0, 4765.0, 4768.0, 4831.0, 4770.0, 4800.0, 4781.0, 4771.0, 4752.0, 4753.0, 4758.0, 4742.0, 4734.0, 4788.0, 4771.0, 4825.0, 4852.0, 4781.0, 4818.0, 4765.0, 4786.0, 4754.0, 4764.0, 4826.0, 4755.0, 4780.0, 4738.0, 4758.0, 4737.0, 4738.0, 4804.0, 4737.0, 4769.0, 4734.0, 4747.0, 4714.0, 4734.0, 4789.0, 4752.0, 4786.0, 4756.0, 4756.0, 4733.0, 4752.0, 4796.0, 4748.0, 4778.0, 4758.0, 4768.0, 4763.0, 4755.0, 4811.0, 4751.0, 4780.0, 4749.0, 4775.0, 4816.0, 4752.0, 4781.0, 4762.0, 4772.0, 4763.0, 4775.0, 4783.0, 4768.0, 4818.0, 4779.0, 4798.0, 4795.0, 4795.0, 4829.0, 4778.0, 4807.0, 4766.0, 4789.0, 4797.0, 4767.0, 4815.0, 4789.0, 4806.0, 4765.0, 4764.0, 4814.0, 4765.0, 4795.0, 4765.0, 4776.0, 4752.0, 4764.0, 4826.0, 4780.0, 4795.0, 4776.0, 4777.0, 4815.0, 4777.0, 4816.0, 4781.0, 4810.0, 4779.0, 4797.0, 4794.0, 4842.0, 4793.0, 4819.0, 4783.0, 4821.0, 4780.0, 4779.0, 4817.0, 4778.0, 4820.0, 4781.0, 4815.0, 4770.0, 4778.0, 4786.0, 4780.0, 4841.0, 4790.0, 4808.0, 4771.0, 4826.0, 4779.0, 4782.0, 4801.0, 4772.0, 4809.0, 4772.0, 4814.0, 4781.0, 4819.0, 4795.0, 4821.0, 4820.0, 4814.0, 4771.0, 4779.0, 4786.0, 4798.0, 4790.0, 4816.0, 4766.0, 4794.0, 4776.0, 4796.0, 4743.0, 4798.0, 4804.0, 4767.0, 4813.0, 4775.0, 4790.0, 4745.0, 4793.0, 4768.0, 4797.0, 4777.0, 4804.0, 4809.0, 4801.0, 4852.0, 4811.0, 4819.0, 4779.0, 4814.0, 4821.0, 4791.0, 4841.0, 4788.0, 4821.0, 4779.0, 4809.0, 4807.0, 4772.0, 4829.0, 4786.0, 4817.0, 4781.0, 4798.0, 4815.0, 4766.0, 4828.0, 4796.0, 4817.0, 4767.0, 4787.0, 4838.0, 4776.0, 4817.0, 4784.0, 4800.0, 4774.0, 4769.0, 4813.0, 4785.0, 4817.0, 4778.0, 4779.0, 4809.0, 4799.0, 4827.0, 4789.0, 4829.0, 4790.0, 4787.0, 4800.0, 4782.0, 4821.0, 4830.0, 4776.0, 4819.0, 4777.0, 4808.0, 4775.0, 4777.0, 4814.0, 4799.0, 4808.0, 4764.0, 4785.0, 4762.0, 4776.0, 4830.0, 4796.0, 4804.0, 4770.0, 4805.0, 4776.0, 4791.0, 4830.0, 4796.0, 4809.0, 4753.0, 4799.0, 4805.0, 4792.0, 4841.0, 4798.0, 4828.0, 4780.0, 4810.0, 4776.0, 4793.0, 4828.0, 4798.0, 4820.0, 4778.0, 4802.0, 4815.0, 4765.0, 4815.0, 4783.0, 4807.0, 4763.0, 4788.0, 4825.0, 4773.0, 4804.0, 4761.0, 4804.0, 4814.0, 4767.0, 4795.0, 4763.0, 4782.0, 4750.0, 4773.0, 4814.0, 4783.0, 4791.0, 4742.0, 4783.0, 4791.0, 4777.0, 4802.0, 4788.0, 4805.0, 4767.0, 4822.0, 4788.0, 4771.0, 4741.0, 4759.0, 4744.0, 4776.0, 4766.0, 4806.0, 4807.0, 4856.0, 4820.0, 4837.0, 4857.0, 4794.0, 4818.0, 4771.0, 4797.0, 4785.0, 4766.0, 4829.0, 4770.0, 4791.0, 4739.0, 4781.0, 4728.0, 4758.0, 4776.0, 4749.0, 4787.0, 4735.0, 4775.0, 4741.0, 4763.0, 4734.0, 4762.0, 4737.0, 4776.0, 4740.0, 4775.0, 4748.0, 4777.0, 4738.0, 4781.0, 4748.0, 4788.0, 4749.0, 4780.0, 4749.0, 4771.0, 4766.0, 4786.0, 4782.0, 4778.0, 4814.0, 4765.0, 4826.0, 4798.0, 4821.0, 4767.0, 4797.0, 4786.0, 4783.0, 4843.0, 4801.0, 4811.0, 4746.0, 4788.0, 4778.0, 4787.0, 4796.0, 4768.0, 4827.0, 4789.0, 4808.0, 4767.0, 4789.0, 4765.0, 4768.0, 4827.0, 4786.0, 4808.0, 4760.0, 4786.0, 4773.0, 4770.0, 4825.0, 4791.0, 4819.0, 4794.0, 4817.0, 4768.0, 4812.0, 4773.0, 4831.0, 4792.0, 4832.0, 4793.0, 4822.0, 4810.0, 4773.0, 4822.0, 4778.0, 4790.0, 4753.0, 4782.0, 4826.0, 4774.0, 4806.0, 4779.0, 4794.0, 4754.0, 4791.0, 4828.0, 4780.0, 4834.0, 4790.0, 4820.0, 4783.0, 4794.0, 4832.0, 4793.0, 4812.0, 4768.0, 4767.0, 4830.0, 4777.0, 4800.0, 4755.0, 4787.0, 4828.0, 4770.0, 4806.0, 4756.0, 4788.0, 4825.0, 4757.0, 4804.0, 4745.0, 4770.0, 4805.0, 4753.0, 4796.0, 4772.0, 4770.0, 4794.0, 4762.0, 4796.0, 4748.0, 4772.0, 4827.0, 4759.0, 4794.0, 4779.0, 4787.0, 4747.0, 4768.0, 4827.0, 4783.0, 4808.0, 4770.0, 4791.0, 4839.0, 4769.0, 4813.0, 4770.0, 4788.0, 4791.0, 4771.0, 4826.0, 4768.0, 4802.0, 4769.0, 4794.0, 4822.0, 4773.0], 'WindowWidth': [10616.0, 10504.0, 10515.0, 10437.0, 10452.0, 10530.0, 10432.0, 10491.0, 10464.0, 10466.0, 10436.0, 10464.0, 10430.0, 10465.0, 10453.0, 10494.0, 10422.0, 10476.0, 10415.0, 10430.0, 10482.0, 10400.0, 10497.0, 10431.0, 10446.0, 10380.0, 10427.0, 10357.0, 10410.0, 10457.0, 10386.0, 10481.0, 10378.0, 10443.0, 10416.0, 10424.0, 10393.0, 10424.0, 10392.0, 10442.0, 10370.0, 10427.0, 10371.0, 10430.0, 10429.0, 10439.0, 10456.0, 10413.0, 10492.0, 10436.0, 10479.0, 10440.0, 10448.0, 10408.0, 10442.0, 10398.0, 10447.0, 10388.0, 10433.0, 10372.0, 10430.0, 10458.0, 10408.0, 10476.0, 10420.0, 10444.0, 10412.0, 10451.0, 10389.0, 10419.0, 10376.0, 10417.0, 10494.0, 10423.0, 10463.0, 10422.0, 10443.0, 10398.0, 10445.0, 10403.0, 10413.0, 10479.0, 10427.0, 10474.0, 10443.0, 10467.0, 10445.0, 10464.0, 10435.0, 10411.0, 10481.0, 10532.0, 10461.0, 10476.0, 10413.0, 10449.0, 10451.0, 10411.0, 10485.0, 10444.0, 10474.0, 10403.0, 10429.0, 10432.0, 10416.0, 10509.0, 10460.0, 10473.0, 10404.0, 10446.0, 10517.0, 10454.0, 10507.0, 10446.0, 10460.0, 10406.0, 10467.0, 10536.0, 10442.0, 10480.0, 10398.0, 10441.0, 10510.0, 10403.0, 10471.0, 10392.0, 10422.0, 10382.0, 10373.0, 10462.0, 10401.0, 10470.0, 10403.0, 10443.0, 10454.0, 10411.0, 10481.0, 10423.0, 10449.0, 10409.0, 10437.0, 10401.0, 10442.0, 10387.0, 10425.0, 10370.0, 10415.0, 10418.0, 10424.0, 10392.0, 10406.0, 10478.0, 10407.0, 10507.0, 10426.0, 10456.0, 10424.0, 10438.0, 10401.0, 10447.0, 10404.0, 10471.0, 10434.0, 10491.0, 10458.0, 10487.0, 10480.0, 10552.0, 10438.0, 10485.0, 10434.0, 10419.0, 10524.0, 10397.0, 10455.0, 10404.0, 10428.0, 10421.0, 10403.0, 10482.0, 10420.0, 10456.0, 10394.0, 10447.0, 10408.0, 10486.0, 10524.0, 10456.0, 10525.0, 10460.0, 10491.0, 10459.0, 10493.0, 10458.0, 10499.0, 10421.0, 10463.0, 10494.0, 10429.0, 10536.0, 10423.0, 10454.0, 10375.0, 10419.0, 10374.0, 10398.0, 10349.0, 10375.0, 10463.0, 10427.0, 10461.0, 10387.0, 10413.0, 10386.0, 10417.0, 10408.0, 10417.0, 10488.0, 10409.0, 10467.0, 10432.0, 10440.0, 10387.0, 10403.0, 10477.0, 10410.0, 10466.0, 10396.0, 10428.0, 10399.0, 10376.0, 10459.0, 10374.0, 10413.0, 10377.0, 10367.0, 10452.0, 10365.0, 10413.0, 10463.0, 10365.0, 10420.0, 10360.0, 10400.0, 10482.0, 10392.0, 10412.0, 10387.0, 10419.0, 10471.0, 10395.0, 10429.0, 10388.0, 10418.0, 10383.0, 10412.0, 10390.0, 10397.0, 10406.0, 10444.0, 10483.0, 10419.0, 10511.0, 10404.0, 10417.0, 10431.0, 10367.0, 10447.0, 10369.0, 10384.0, 10344.0, 10347.0, 10439.0, 10355.0, 10386.0, 10355.0, 10379.0, 10395.0, 10363.0, 10443.0, 10385.0, 10436.0, 10416.0, 10421.0, 10393.0, 10419.0, 10401.0, 10447.0, 10403.0, 10452.0, 10408.0, 10461.0, 10438.0, 10463.0, 10421.0, 10442.0, 10491.0, 10456.0, 10485.0, 10403.0, 10495.0, 10444.0, 10462.0, 10396.0, 10426.0, 10389.0, 10404.0, 10477.0, 10389.0, 10444.0, 10385.0, 10433.0, 10387.0, 10410.0, 10444.0, 10393.0, 10467.0, 10407.0, 10431.0, 10388.0, 10389.0, 10480.0, 10388.0, 10448.0, 10390.0, 10395.0, 10366.0, 10371.0, 10460.0, 10400.0, 10408.0, 10382.0, 10401.0, 10397.0, 10397.0, 10487.0, 10393.0, 10414.0, 10390.0, 10392.0, 10476.0, 10398.0, 10444.0, 10399.0, 10430.0, 10385.0, 10410.0, 10454.0, 10389.0, 10445.0, 10397.0, 10430.0, 10366.0, 10392.0, 10482.0, 10391.0, 10449.0, 10399.0, 10443.0, 10378.0, 10437.0, 10478.0, 10390.0, 10464.0, 10379.0, 10418.0, 10367.0, 10402.0, 10445.0, 10399.0, 10461.0, 10405.0, 10423.0, 10392.0, 10408.0, 10375.0, 10393.0, 10403.0, 10394.0, 10413.0, 10429.0, 10502.0, 10423.0, 10465.0, 10396.0, 10420.0, 10437.0, 10375.0, 10445.0, 10375.0, 10415.0, 10413.0, 10395.0, 10475.0, 10389.0, 10430.0, 10413.0, 10428.0, 10446.0, 10398.0, 10471.0, 10411.0, 10447.0, 10468.0, 10401.0, 10466.0, 10386.0, 10462.0, 10445.0, 10416.0, 10486.0, 10430.0, 10453.0, 10402.0, 10418.0, 10489.0, 10397.0, 10449.0, 10389.0, 10398.0, 10494.0, 10400.0, 10449.0, 10422.0, 10404.0, 10366.0, 10363.0, 10367.0, 10345.0, 10340.0, 10423.0, 10404.0, 10489.0, 10528.0, 10420.0, 10472.0, 10388.0, 10417.0, 10368.0, 10386.0, 10488.0, 10369.0, 10407.0, 10341.0, 10371.0, 10337.0, 10339.0, 10450.0, 10336.0, 10384.0, 10327.0, 10346.0, 10297.0, 10329.0, 10408.0, 10358.0, 10408.0, 10363.0, 10363.0, 10328.0, 10364.0, 10421.0, 10356.0, 10399.0, 10369.0, 10383.0, 10379.0, 10373.0, 10451.0, 10365.0, 10403.0, 10360.0, 10404.0, 10461.0, 10368.0, 10407.0, 10382.0, 10395.0, 10383.0, 10406.0, 10412.0, 10398.0, 10468.0, 10413.0, 10442.0, 10447.0, 10444.0, 10488.0, 10414.0, 10454.0, 10394.0, 10427.0, 10434.0, 10392.0, 10466.0, 10432.0, 10450.0, 10388.0, 10390.0, 10460.0, 10391.0, 10431.0, 10389.0, 10407.0, 10369.0, 10391.0, 10483.0, 10417.0, 10436.0, 10407.0, 10407.0, 10461.0, 10414.0, 10466.0, 10424.0, 10459.0, 10419.0, 10439.0, 10445.0, 10510.0, 10445.0, 10476.0, 10426.0, 10481.0, 10419.0, 10416.0, 10470.0, 10415.0, 10476.0, 10425.0, 10473.0, 10403.0, 10415.0, 10423.0, 10417.0, 10509.0, 10432.0, 10456.0, 10403.0, 10492.0, 10416.0, 10421.0, 10443.0, 10404.0, 10452.0, 10404.0, 10466.0, 10419.0, 10466.0, 10436.0, 10471.0, 10487.0, 10465.0, 10399.0, 10404.0, 10415.0, 10435.0, 10425.0, 10469.0, 10385.0, 10432.0, 10399.0, 10434.0, 10351.0, 10439.0, 10443.0, 10393.0, 10456.0, 10399.0, 10416.0, 10358.0, 10426.0, 10397.0, 10440.0, 10411.0, 10454.0, 10457.0, 10451.0, 10527.0, 10463.0, 10474.0, 10414.0, 10470.0, 10475.0, 10438.0, 10512.0, 10427.0, 10479.0, 10419.0, 10460.0, 10456.0, 10409.0, 10491.0, 10424.0, 10471.0, 10418.0, 10442.0, 10466.0, 10396.0, 10487.0, 10439.0, 10469.0, 10397.0, 10427.0, 10503.0, 10412.0, 10473.0, 10429.0, 10448.0, 10404.0, 10399.0, 10459.0, 10419.0, 10472.0, 10414.0, 10420.0, 10462.0, 10447.0, 10485.0, 10432.0, 10488.0, 10437.0, 10426.0, 10444.0, 10425.0, 10483.0, 10490.0, 10407.0, 10480.0, 10413.0, 10459.0, 10404.0, 10408.0, 10467.0, 10443.0, 10455.0, 10389.0, 10416.0, 10381.0, 10410.0, 10491.0, 10438.0, 10448.0, 10403.0, 10447.0, 10407.0, 10434.0, 10493.0, 10437.0, 10455.0, 10374.0, 10446.0, 10450.0, 10441.0, 10512.0, 10444.0, 10487.0, 10421.0, 10461.0, 10410.0, 10437.0, 10491.0, 10441.0, 10478.0, 10414.0, 10450.0, 10465.0, 10395.0, 10467.0, 10416.0, 10454.0, 10387.0, 10426.0, 10488.0, 10400.0, 10445.0, 10383.0, 10446.0, 10468.0, 10394.0, 10437.0, 10386.0, 10412.0, 10364.0, 10400.0, 10464.0, 10413.0, 10424.0, 10355.0, 10414.0, 10427.0, 10410.0, 10442.0, 10427.0, 10447.0, 10400.0, 10481.0, 10426.0, 10394.0, 10349.0, 10367.0, 10355.0, 10402.0, 10392.0, 10445.0, 10461.0, 10540.0, 10488.0, 10512.0, 10550.0, 10439.0, 10475.0, 10402.0, 10439.0, 10417.0, 10391.0, 10499.0, 10390.0, 10426.0, 10345.0, 10407.0, 10326.0, 10368.0, 10390.0, 10352.0, 10415.0, 10329.0, 10392.0, 10335.0, 10366.0, 10328.0, 10365.0, 10338.0, 10393.0, 10345.0, 10388.0, 10354.0, 10393.0, 10343.0, 10401.0, 10355.0, 10411.0, 10358.0, 10402.0, 10358.0, 10393.0, 10390.0, 10418.0, 10407.0, 10408.0, 10455.0, 10391.0, 10481.0, 10440.0, 10475.0, 10396.0, 10438.0, 10420.0, 10423.0, 10518.0, 10450.0, 10459.0, 10366.0, 10423.0, 10409.0, 10422.0, 10434.0, 10398.0, 10482.0, 10426.0, 10454.0, 10394.0, 10426.0, 10389.0, 10396.0, 10483.0, 10420.0, 10454.0, 10385.0, 10420.0, 10396.0, 10401.0, 10478.0, 10433.0, 10473.0, 10440.0, 10466.0, 10400.0, 10459.0, 10411.0, 10491.0, 10440.0, 10494.0, 10437.0, 10481.0, 10458.0, 10407.0, 10486.0, 10407.0, 10425.0, 10369.0, 10420.0, 10479.0, 10400.0, 10449.0, 10412.0, 10430.0, 10374.0, 10431.0, 10482.0, 10420.0, 10495.0, 10434.0, 10475.0, 10425.0, 10444.0, 10501.0, 10438.0, 10463.0, 10395.0, 10396.0, 10496.0, 10408.0, 10444.0, 10376.0, 10422.0, 10486.0, 10399.0, 10453.0, 10377.0, 10422.0, 10476.0, 10379.0, 10445.0, 10358.0, 10396.0, 10450.0, 10368.0, 10433.0, 10408.0, 10402.0, 10428.0, 10381.0, 10431.0, 10364.0, 10396.0, 10474.0, 10376.0, 10424.0, 10409.0, 10421.0, 10365.0, 10398.0, 10481.0, 10423.0, 10454.0, 10399.0, 10432.0, 10504.0, 10403.0, 10466.0, 10402.0, 10424.0, 10431.0, 10404.0, 10478.0, 10399.0, 10445.0, 10402.0, 10439.0, 10477.0, 10408.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.0016024367816091952</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.026732707471264366</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>42.408858844568485</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2368394920598387</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.019268050552359</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.5347</td></tr>
|
|
<tr><td colspan=3>fber</td><td>2698.2424</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.128687455209847</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>132</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>15.172413793103448</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.681770160078385</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5734767568253507</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.966722656540547</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.5051110668692576</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0134477</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01083427108824253</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.028120096772909164</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.786632370603238</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>15.8386</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>82.7565</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>308.0811</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>79.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>287887.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>17.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>1534.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>546.88</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.3155</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>607.3352</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3839.9458</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>4078.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>88657.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1192.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>5081.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1076.9403</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>34.01653882302344</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> |