=== 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-0102 --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-0102",
"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-0102_ses-03_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-0102_ses-03_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-03_subject-0102_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-0102/figures/sub-0102_ses-03_task-social_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0102/figures/sub-0102_ses-03_task-social_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0102/figures/sub-0102_ses-03_task-social_acq-mb8_run-04_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-04_session-03_subject-0102_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-0102/figures/sub-0102_ses-03_task-social_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0102/figures/sub-0102_ses-03_task-social_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0102/figures/sub-0102_ses-03_task-social_acq-mb8_run-04_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-04_session-03_subject-0102_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-0102/figures/sub-0102_ses-03_task-social_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0102/figures/sub-0102_ses-03_task-social_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0102/figures/sub-0102_ses-03_task-social_acq-mb8_run-04_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-04_session-03_subject-0102_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-0102/figures/sub-0102_ses-03_task-social_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0102/figures/sub-0102_ses-03_task-social_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0102/figures/sub-0102_ses-03_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-03_subject-0102_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-0102/figures/sub-0102_ses-03_task-social_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0102/figures/sub-0102_ses-03_task-social_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0102/figures/sub-0102_ses-03_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-03_subject-0102_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-0102/figures/sub-0102_ses-03_task-social_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0102/figures/sub-0102_ses-03_task-social_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0102/figures/sub-0102_ses-03_task-social_acq-mb8_run-04_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-04_session-03_subject-0102_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-0102/figures/sub-0102_ses-03_task-social_acq-mb8_run-04_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0102/figures/sub-0102_ses-03_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-0102/figures/sub-0102_ses-03_task-social_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0102/figures/sub-0102_ses-03_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-0102/ses-03/func/sub-0102_ses-03_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>a8569de937717356f0b9c78604aa4608</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>13:29:40.495000</td></tr>
|
|
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
|
|
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
|
|
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
|
|
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
|
|
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
|
|
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
|
|
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
|
|
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
|
|
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
|
|
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
|
|
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
|
|
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
|
|
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.997954, -0.0639181, -0.00135592, 0.0638352, 0.997381, -0.0340054]</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.259</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.102817</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>14</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4227, -7816, -7246, 193, -126, -105, -77, 110]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>social</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>255.014</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>7b567164-3644-44de-ac23-51ace2ec979f||Sequence: R016 ve11e/master r/434b28f1; Aug 7 2019 18:53:46 by eja</td></tr>
|
|
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.677438259124756, 0.1712651401758194, -0.009520009160041809, 107.71919250488281], [0.17148761451244354, 2.6758999824523926, -0.09139318019151688, -93.42142486572266], [-0.003637824673205614, 0.09123413264751434, 2.6984360218048096, -61.35944366455078], [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': ['132940.495000', '132940.955000', '132941.415000', '132941.875000', '132942.335000', '132942.795000', '132943.255000', '132943.715000', '132944.175000', '132944.635000', '132945.095000', '132945.555000', '132946.015000', '132946.475000', '132946.935000', '132947.395000', '132947.855000', '132948.315000', '132948.775000', '132949.235000', '132949.695000', '132950.155000', '132950.615000', '132951.075000', '132951.535000', '132951.995000', '132952.455000', '132952.915000', '132953.375000', '132953.835000', '132954.295000', '132954.755000', '132955.215000', '132955.675000', '132956.135000', '132956.595000', '132957.055000', '132957.515000', '132957.975000', '132958.435000', '132958.895000', '132959.355000', '132959.815000', '133000.275000', '133000.735000', '133001.195000', '133001.655000', '133002.115000', '133002.575000', '133003.035000', '133003.495000', '133003.955000', '133004.415000', '133004.875000', '133005.335000', '133005.795000', '133006.255000', '133006.715000', '133007.175000', '133007.635000', '133008.095000', '133008.555000', '133009.015000', '133009.475000', '133009.935000', '133010.395000', '133010.855000', '133011.315000', '133011.775000', '133012.235000', '133012.695000', '133013.155000', '133013.615000', '133014.075000', '133014.535000', '133014.995000', '133015.455000', '133015.915000', '133016.375000', '133016.835000', '133017.295000', '133017.755000', '133018.215000', '133018.675000', '133019.135000', '133019.595000', '133020.055000', '133020.515000', '133020.975000', '133021.435000', '133021.895000', '133022.355000', '133022.815000', '133023.275000', '133023.735000', '133024.195000', '133024.655000', '133025.115000', '133025.575000', '133026.035000', '133026.495000', '133026.955000', '133027.415000', '133027.875000', '133028.335000', '133028.795000', '133029.255000', '133029.715000', '133030.175000', '133030.635000', '133031.095000', '133031.555000', '133032.015000', '133032.475000', '133032.935000', '133033.395000', '133033.855000', '133034.315000', '133034.775000', '133035.235000', '133035.695000', '133036.155000', '133036.615000', '133037.075000', '133037.535000', '133037.995000', '133038.455000', '133038.915000', '133039.375000', '133039.835000', '133040.295000', '133040.755000', '133041.215000', '133041.675000', '133042.135000', '133042.595000', '133043.055000', '133043.515000', '133043.975000', '133044.435000', '133044.895000', '133045.355000', '133045.815000', '133046.275000', '133046.735000', '133047.195000', '133047.655000', '133048.115000', '133048.575000', '133049.035000', '133049.495000', '133049.955000', '133050.415000', '133050.875000', '133051.335000', '133051.795000', '133052.255000', '133052.715000', '133053.175000', '133053.635000', '133054.095000', '133054.555000', '133055.015000', '133055.475000', '133055.935000', '133056.395000', '133056.855000', '133057.315000', '133057.775000', '133058.235000', '133058.695000', '133059.155000', '133059.615000', '133100.075000', '133100.535000', '133100.995000', '133101.455000', '133101.915000', '133102.375000', '133102.835000', '133103.295000', '133103.755000', '133104.215000', '133104.675000', '133105.135000', '133105.595000', '133106.055000', '133106.515000', '133106.975000', '133107.435000', '133107.895000', '133108.355000', '133108.815000', '133109.275000', '133109.735000', '133110.195000', '133110.655000', '133111.115000', '133111.575000', '133112.035000', '133112.495000', '133112.955000', '133113.415000', '133113.875000', '133114.335000', '133114.795000', '133115.255000', '133115.715000', '133116.175000', '133116.635000', '133117.095000', '133117.555000', '133118.015000', '133118.475000', '133118.935000', '133119.395000', '133119.855000', '133120.315000', '133120.775000', '133121.235000', '133121.695000', '133122.155000', '133122.615000', '133123.075000', '133123.535000', '133123.995000', '133124.455000', '133124.915000', '133125.375000', '133125.835000', '133126.295000', '133126.755000', '133127.215000', '133127.675000', '133128.135000', '133128.595000', '133129.055000', '133129.515000', '133129.975000', '133130.435000', '133130.895000', '133131.355000', '133131.815000', '133132.275000', '133132.735000', '133133.195000', '133133.655000', '133134.115000', '133134.575000', '133135.035000', '133135.495000', '133135.955000', '133136.415000', '133136.875000', '133137.335000', '133137.795000', '133138.255000', '133138.715000', '133139.175000', '133139.635000', '133140.095000', '133140.555000', '133141.015000', '133141.475000', '133141.935000', '133142.395000', '133142.855000', '133143.315000', '133143.775000', '133144.235000', '133144.695000', '133145.155000', '133145.615000', '133146.075000', '133146.535000', '133146.995000', '133147.455000', '133147.915000', '133148.375000', '133148.835000', '133149.295000', '133149.755000', '133150.215000', '133150.675000', '133151.135000', '133151.595000', '133152.055000', '133152.515000', '133152.975000', '133153.435000', '133153.895000', '133154.355000', '133154.815000', '133155.275000', '133155.735000', '133156.195000', '133156.655000', '133157.115000', '133157.575000', '133158.035000', '133158.495000', '133158.955000', '133159.415000', '133159.875000', '133200.335000', '133200.795000', '133201.255000', '133201.715000', '133202.175000', '133202.635000', '133203.095000', '133203.555000', '133204.015000', '133204.475000', '133204.935000', '133205.395000', '133205.855000', '133206.315000', '133206.775000', '133207.235000', '133207.695000', '133208.155000', '133208.615000', '133209.075000', '133209.535000', '133209.995000', '133210.455000', '133210.915000', '133211.375000', '133211.835000', '133212.295000', '133212.755000', '133213.215000', '133213.675000', '133214.135000', '133214.595000', '133215.055000', '133215.515000', '133215.975000', '133216.435000', '133216.895000', '133217.355000', '133217.815000', '133218.275000', '133218.735000', '133219.195000', '133219.655000', '133220.115000', '133220.575000', '133221.035000', '133221.495000', '133221.955000', '133222.415000', '133222.875000', '133223.335000', '133223.795000', '133224.255000', '133224.715000', '133225.175000', '133225.635000', '133226.095000', '133226.555000', '133227.015000', '133227.475000', '133227.935000', '133228.395000', '133228.855000', '133229.315000', '133229.775000', '133230.235000', '133230.695000', '133231.155000', '133231.615000', '133232.075000', '133232.535000', '133232.995000', '133233.455000', '133233.915000', '133234.375000', '133234.835000', '133235.295000', '133235.755000', '133236.215000', '133236.675000', '133237.135000', '133237.595000', '133238.055000', '133238.515000', '133238.975000', '133239.435000', '133239.895000', '133240.355000', '133240.815000', '133241.275000', '133241.735000', '133242.195000', '133242.655000', '133243.115000', '133243.575000', '133244.035000', '133244.495000', '133244.955000', '133245.415000', '133245.875000', '133246.335000', '133246.795000', '133247.255000', '133247.715000', '133248.175000', '133248.635000', '133249.095000', '133249.555000', '133250.015000', '133250.475000', '133250.935000', '133251.395000', '133251.855000', '133252.315000', '133252.775000', '133253.235000', '133253.695000', '133254.155000', '133254.615000', '133255.075000', '133255.535000', '133255.995000', '133256.455000', '133256.915000', '133257.375000', '133257.835000', '133258.295000', '133258.755000', '133259.215000', '133259.675000', '133300.135000', '133300.595000', '133301.055000', '133301.515000', '133301.975000', '133302.435000', '133302.895000', '133303.355000', '133303.815000', '133304.275000', '133304.735000', '133305.195000', '133305.655000', '133306.115000', '133306.575000', '133307.035000', '133307.495000', '133307.955000', '133308.415000', '133308.875000', '133309.335000', '133309.795000', '133310.255000', '133310.715000', '133311.175000', '133311.635000', '133312.095000', '133312.555000', '133313.015000', '133313.475000', '133313.935000', '133314.395000', '133314.855000', '133315.315000', '133315.775000', '133316.235000', '133316.695000', '133317.155000', '133317.615000', '133318.075000', '133318.535000', '133318.995000', '133319.455000', '133319.915000', '133320.375000', '133320.835000', '133321.295000', '133321.755000', '133322.215000', '133322.675000', '133323.135000', '133323.595000', '133324.055000', '133324.515000', '133324.975000', '133325.435000', '133325.895000', '133326.355000', '133326.815000', '133327.275000', '133327.735000', '133328.195000', '133328.655000', '133329.115000', '133329.575000', '133330.035000', '133330.495000', '133330.955000', '133331.415000', '133331.875000', '133332.335000', '133332.795000', '133333.255000', '133333.715000', '133334.175000', '133334.635000', '133335.095000', '133335.555000', '133336.015000', '133336.475000', '133336.935000', '133337.395000', '133337.855000', '133338.315000', '133338.775000', '133339.235000', '133339.695000', '133340.155000', '133340.615000', '133341.075000', '133341.535000', '133341.995000', '133342.455000', '133342.915000', '133343.375000', '133343.835000', '133344.295000', '133344.755000', '133345.215000', '133345.675000', '133346.135000', '133346.595000', '133347.055000', '133347.515000', '133347.975000', '133348.435000', '133348.895000', '133349.355000', '133349.815000', '133350.275000', '133350.735000', '133351.195000', '133351.655000', '133352.115000', '133352.575000', '133353.035000', '133353.495000', '133353.955000', '133354.415000', '133354.875000', '133355.335000', '133355.795000', '133356.255000', '133356.715000', '133357.175000', '133357.635000', '133358.095000', '133358.555000', '133359.015000', '133359.475000', '133359.935000', '133400.395000', '133400.855000', '133401.315000', '133401.775000', '133402.235000', '133402.695000', '133403.155000', '133403.615000', '133404.075000', '133404.535000', '133404.995000', '133405.455000', '133405.915000', '133406.375000', '133406.835000', '133407.295000', '133407.755000', '133408.215000', '133408.675000', '133409.135000', '133409.595000', '133410.055000', '133410.515000', '133410.975000', '133411.435000', '133411.895000', '133412.355000', '133412.815000', '133413.275000', '133413.735000', '133414.195000', '133414.655000', '133415.115000', '133415.575000', '133416.035000', '133416.495000', '133416.955000', '133417.415000', '133417.875000', '133418.335000', '133418.795000', '133419.255000', '133419.715000', '133420.175000', '133420.635000', '133421.095000', '133421.555000', '133422.015000', '133422.475000', '133422.935000', '133423.395000', '133423.855000', '133424.315000', '133424.775000', '133425.235000', '133425.695000', '133426.155000', '133426.615000', '133427.075000', '133427.535000', '133427.995000', '133428.455000', '133428.915000', '133429.375000', '133429.835000', '133430.295000', '133430.755000', '133431.215000', '133431.675000', '133432.135000', '133432.595000', '133433.055000', '133433.515000', '133433.975000', '133434.435000', '133434.895000', '133435.355000', '133435.815000', '133436.275000', '133436.735000', '133437.195000', '133437.655000', '133438.115000', '133438.575000', '133439.035000', '133439.495000', '133439.955000', '133440.415000', '133440.875000', '133441.335000', '133441.795000', '133442.255000', '133442.715000', '133443.175000', '133443.635000', '133444.095000', '133444.555000', '133445.015000', '133445.475000', '133445.935000', '133446.395000', '133446.855000', '133447.315000', '133447.775000', '133448.235000', '133448.695000', '133449.155000', '133449.615000', '133450.075000', '133450.535000', '133450.995000', '133451.455000', '133451.915000', '133452.375000', '133452.835000', '133453.295000', '133453.755000', '133454.215000', '133454.675000', '133455.135000', '133455.595000', '133456.055000', '133456.515000', '133456.975000', '133457.435000', '133457.895000', '133458.355000', '133458.815000', '133459.275000', '133459.735000', '133500.195000', '133500.655000', '133501.115000', '133501.575000', '133502.035000', '133502.495000', '133502.955000', '133503.415000', '133503.875000', '133504.335000', '133504.795000', '133505.255000', '133505.715000', '133506.175000', '133506.635000', '133507.095000', '133507.555000', '133508.015000', '133508.475000', '133508.935000', '133509.395000', '133509.855000', '133510.315000', '133510.775000', '133511.235000', '133511.695000', '133512.155000', '133512.615000', '133513.075000', '133513.535000', '133513.995000', '133514.455000', '133514.915000', '133515.375000', '133515.835000', '133516.295000', '133516.755000', '133517.215000', '133517.675000', '133518.135000', '133518.595000', '133519.055000', '133519.515000', '133519.975000', '133520.435000', '133520.895000', '133521.355000', '133521.815000', '133522.275000', '133522.735000', '133523.195000', '133523.655000', '133524.115000', '133524.575000', '133525.035000', '133525.495000', '133525.955000', '133526.415000', '133526.875000', '133527.335000', '133527.795000', '133528.255000', '133528.715000', '133529.175000', '133529.635000', '133530.095000', '133530.555000', '133531.015000', '133531.475000', '133531.935000', '133532.395000', '133532.855000', '133533.315000', '133533.775000', '133534.235000', '133534.695000', '133535.155000', '133535.615000', '133536.075000', '133536.535000', '133536.995000', '133537.455000', '133537.915000', '133538.375000', '133538.835000', '133539.295000', '133539.755000', '133540.215000', '133540.675000', '133541.135000', '133541.595000', '133542.055000', '133542.515000', '133542.975000', '133543.435000', '133543.895000', '133544.355000', '133544.815000', '133545.275000', '133545.735000', '133546.195000', '133546.655000', '133547.115000', '133547.575000', '133548.035000', '133548.495000', '133548.955000', '133549.415000', '133549.875000', '133550.335000', '133550.795000', '133551.255000', '133551.715000', '133552.175000', '133552.635000', '133553.095000', '133553.555000', '133554.015000', '133554.475000', '133554.935000', '133555.395000', '133555.855000', '133556.315000', '133556.775000', '133557.235000', '133557.695000', '133558.155000', '133558.615000', '133559.075000', '133559.535000', '133559.995000', '133600.455000', '133600.915000', '133601.375000', '133601.835000', '133602.295000', '133602.755000', '133603.215000', '133603.675000', '133604.135000', '133604.595000', '133605.055000', '133605.515000', '133605.975000', '133606.435000', '133606.895000', '133607.355000', '133607.815000', '133608.275000', '133608.735000', '133609.195000', '133609.655000', '133610.115000', '133610.575000', '133611.035000', '133611.495000', '133611.955000', '133612.415000', '133612.875000', '133613.335000', '133613.795000', '133614.255000', '133614.715000', '133615.175000', '133615.635000', '133616.095000', '133616.555000', '133617.015000', '133617.475000', '133617.935000', '133618.395000', '133618.855000', '133619.315000', '133619.775000', '133620.235000', '133620.695000', '133621.155000'], 'ContentTime': ['132953.056000', '132953.059000', '132953.062000', '132953.064000', '132953.074000', '132953.076000', '132953.079000', '132953.081000', '132953.084000', '132953.087000', '132953.089000', '132953.095000', '132953.098000', '132953.101000', '132953.103000', '132953.106000', '132953.108000', '132953.116000', '132953.119000', '132953.122000', '132953.125000', '132953.128000', '132953.131000', '132953.133000', '132953.136000', '133013.029000', '133013.032000', '133013.035000', '133013.037000', '133013.040000', '133013.042000', '133013.045000', '133013.048000', '133013.050000', '133013.053000', '133013.055000', '133013.058000', '133013.061000', '133013.063000', '133013.066000', '133013.075000', '133013.088000', '133013.090000', '133013.093000', '133013.095000', '133013.098000', '133013.101000', '133013.103000', '133013.106000', '133013.108000', '133013.111000', '133013.114000', '133013.122000', '133013.125000', '133013.127000', '133013.130000', '133013.133000', '133013.135000', '133013.138000', '133013.140000', '133013.143000', '133013.145000', '133013.148000', '133013.151000', '133013.153000', '133013.156000', '133013.158000', '133013.161000', '133013.164000', '133033.029000', '133033.032000', '133033.035000', '133033.037000', '133033.040000', '133033.043000', '133033.046000', '133033.048000', '133033.051000', '133033.053000', '133033.056000', '133033.059000', '133033.061000', '133033.064000', '133033.066000', '133033.069000', '133033.072000', '133033.074000', '133033.077000', '133033.079000', '133033.082000', '133033.085000', '133033.087000', '133033.090000', '133033.092000', '133033.095000', '133033.098000', '133033.100000', '133033.103000', '133033.106000', '133033.108000', '133033.111000', '133033.113000', '133033.116000', '133033.118000', '133033.121000', '133033.124000', '133033.126000', '133033.129000', '133033.131000', '133033.134000', '133033.137000', '133033.139000', '133053.029000', '133053.032000', '133053.034000', '133053.037000', '133053.040000', '133053.043000', '133053.049000', '133053.051000', '133053.054000', '133053.057000', '133053.059000', '133053.062000', '133053.064000', '133053.067000', '133053.070000', '133053.072000', '133053.075000', '133053.078000', '133053.080000', '133053.083000', '133053.085000', '133053.088000', '133053.090000', '133053.093000', '133053.096000', '133053.098000', '133053.101000', '133053.104000', '133053.106000', '133053.109000', '133053.112000', '133053.114000', '133053.117000', '133053.119000', '133053.122000', '133053.124000', '133053.127000', '133053.130000', '133053.132000', '133053.135000', '133053.137000', '133053.149000', '133053.151000', '133053.154000', '133113.029000', '133113.032000', '133113.035000', '133113.038000', '133113.040000', '133113.043000', '133113.045000', '133113.048000', '133113.051000', '133113.053000', '133113.056000', '133113.058000', '133113.061000', '133113.064000', '133113.066000', '133113.069000', '133113.072000', '133113.074000', '133113.077000', '133113.079000', '133113.082000', '133113.085000', '133113.087000', '133113.090000', '133113.092000', '133113.095000', '133113.098000', '133113.100000', '133113.103000', '133113.106000', '133113.108000', '133113.111000', '133113.113000', '133113.116000', '133113.118000', '133113.127000', '133113.130000', '133113.132000', '133113.135000', '133113.138000', '133113.140000', '133113.143000', '133113.146000', '133133.029000', '133133.032000', '133133.035000', '133133.037000', '133133.040000', '133133.043000', '133133.045000', '133133.048000', '133133.051000', '133133.053000', '133133.056000', '133133.058000', '133133.061000', '133133.064000', '133133.066000', '133133.069000', '133133.072000', '133133.074000', '133133.077000', '133133.079000', '133133.082000', '133133.085000', '133133.087000', '133133.090000', '133133.092000', '133133.095000', '133133.098000', '133133.100000', '133133.103000', '133133.106000', '133133.108000', '133133.111000', '133133.114000', '133133.116000', '133133.119000', '133133.121000', '133133.124000', '133133.127000', '133133.129000', '133133.132000', '133133.135000', '133133.137000', '133133.140000', '133133.142000', '133153.029000', '133153.032000', '133153.035000', '133153.038000', '133153.040000', '133153.043000', '133153.045000', '133153.048000', '133153.051000', '133153.053000', '133153.056000', '133153.085000', '133153.087000', '133153.090000', '133153.093000', '133153.095000', '133153.098000', '133153.100000', '133153.103000', '133153.106000', '133153.108000', '133153.111000', '133153.113000', '133153.116000', '133153.119000', '133153.121000', '133153.124000', '133153.127000', '133153.129000', '133153.132000', '133153.134000', '133153.137000', '133153.140000', '133153.142000', '133153.145000', '133153.148000', '133153.150000', '133153.153000', '133153.156000', '133153.158000', '133153.161000', '133153.163000', '133153.166000', '133213.029000', '133213.032000', '133213.035000', '133213.038000', '133213.040000', '133213.043000', '133213.045000', '133213.048000', '133213.051000', '133213.053000', '133213.056000', '133213.059000', '133213.062000', '133213.064000', '133213.067000', '133213.069000', '133213.072000', '133213.075000', '133213.077000', '133213.080000', '133213.089000', '133213.091000', '133213.094000', '133213.097000', '133213.099000', '133213.102000', '133213.105000', '133213.107000', '133213.110000', '133213.112000', '133213.115000', '133213.126000', '133213.128000', '133213.131000', '133213.133000', '133213.136000', '133213.139000', '133213.141000', '133213.144000', '133213.147000', '133213.149000', '133213.152000', '133213.154000', '133213.157000', '133233.029000', '133233.032000', '133233.035000', '133233.037000', '133233.040000', '133233.043000', '133233.045000', '133233.048000', '133233.051000', '133233.053000', '133233.056000', '133233.059000', '133233.061000', '133233.064000', '133233.066000', '133233.069000', '133233.072000', '133233.074000', '133233.077000', '133233.079000', '133233.082000', '133233.085000', '133233.087000', '133233.090000', '133233.093000', '133233.095000', '133233.098000', '133233.101000', '133233.103000', '133233.106000', '133233.108000', '133233.111000', '133233.114000', '133233.116000', '133233.119000', '133233.121000', '133233.124000', '133233.127000', '133233.129000', '133233.132000', '133233.135000', '133233.137000', '133233.140000', '133253.029000', '133253.032000', '133253.035000', '133253.037000', '133253.040000', '133253.043000', '133253.045000', '133253.048000', '133253.050000', '133253.053000', '133253.056000', '133253.058000', '133253.061000', '133253.064000', '133253.066000', '133253.069000', '133253.072000', '133253.074000', '133253.077000', '133253.080000', '133253.082000', '133253.085000', '133253.087000', '133253.090000', '133253.093000', '133253.095000', '133253.098000', '133253.101000', '133253.103000', '133253.106000', '133253.109000', '133253.111000', '133253.114000', '133253.116000', '133253.119000', '133253.122000', '133253.124000', '133253.127000', '133253.130000', '133253.132000', '133253.135000', '133253.137000', '133253.140000', '133253.143000', '133313.028000', '133313.031000', '133313.034000', '133313.036000', '133313.039000', '133313.042000', '133313.044000', '133313.047000', '133313.050000', '133313.052000', '133313.055000', '133313.057000', '133313.060000', '133313.063000', '133313.065000', '133313.068000', '133313.071000', '133313.073000', '133313.076000', '133313.078000', '133313.081000', '133313.084000', '133313.086000', '133313.089000', '133313.092000', '133313.094000', '133313.097000', '133313.099000', '133313.102000', '133313.105000', '133313.107000', '133313.110000', '133313.113000', '133313.115000', '133313.118000', '133313.120000', '133313.134000', '133313.137000', '133313.139000', '133313.142000', '133313.145000', '133313.147000', '133313.150000', '133333.030000', '133333.033000', '133333.035000', '133333.038000', '133333.041000', '133333.044000', '133333.047000', '133333.050000', '133333.052000', '133333.055000', '133333.057000', '133333.060000', '133333.063000', '133333.065000', '133333.068000', '133333.070000', '133333.073000', '133333.076000', '133333.078000', '133333.081000', '133333.084000', '133333.086000', '133333.089000', '133333.091000', '133333.095000', '133333.098000', '133333.101000', '133333.103000', '133333.106000', '133333.109000', '133333.111000', '133333.114000', '133333.116000', '133333.119000', '133333.122000', '133333.124000', '133333.127000', '133333.130000', '133333.132000', '133333.135000', '133333.137000', '133333.140000', '133333.143000', '133333.145000', '133353.029000', '133353.032000', '133353.035000', '133353.038000', '133353.040000', '133353.043000', '133353.045000', '133353.048000', '133353.051000', '133353.053000', '133353.056000', '133353.059000', '133353.061000', '133353.064000', '133353.066000', '133353.069000', '133353.072000', '133353.074000', '133353.077000', '133353.080000', '133353.082000', '133353.085000', '133353.087000', '133353.090000', '133353.093000', '133353.095000', '133353.098000', '133353.100000', '133353.103000', '133353.106000', '133353.108000', '133353.111000', '133353.113000', '133353.116000', '133353.119000', '133353.121000', '133353.124000', '133353.127000', '133353.129000', '133353.132000', '133353.135000', '133353.137000', '133353.140000', '133413.029000', '133413.032000', '133413.035000', '133413.037000', '133413.040000', '133413.043000', '133413.045000', '133413.048000', '133413.051000', '133413.053000', '133413.056000', '133413.058000', '133413.061000', '133413.064000', '133413.066000', '133413.069000', '133413.072000', '133413.074000', '133413.077000', '133413.080000', '133413.082000', '133413.085000', '133413.087000', '133413.090000', '133413.093000', '133413.095000', '133413.098000', '133413.100000', '133413.103000', '133413.106000', '133413.108000', '133413.111000', '133413.114000', '133413.122000', '133413.125000', '133413.128000', '133413.130000', '133413.133000', '133413.136000', '133413.138000', '133413.141000', '133413.143000', '133413.146000', '133413.149000', '133433.030000', '133433.033000', '133433.035000', '133433.038000', '133433.041000', '133433.043000', '133433.046000', '133433.049000', '133433.051000', '133433.054000', '133433.056000', '133433.059000', '133433.062000', '133433.064000', '133433.067000', '133433.070000', '133433.072000', '133433.075000', '133433.078000', '133433.080000', '133433.083000', '133433.085000', '133433.088000', '133433.091000', '133433.093000', '133433.096000', '133433.099000', '133433.101000', '133433.104000', '133433.106000', '133433.109000', '133433.112000', '133433.114000', '133433.117000', '133433.120000', '133433.122000', '133433.125000', '133433.127000', '133433.130000', '133433.132000', '133433.135000', '133433.138000', '133433.140000', '133453.029000', '133453.032000', '133453.035000', '133453.038000', '133453.040000', '133453.043000', '133453.045000', '133453.048000', '133453.051000', '133453.053000', '133453.056000', '133453.059000', '133453.061000', '133453.064000', '133453.067000', '133453.069000', '133453.072000', '133453.074000', '133453.092000', '133453.095000', '133453.098000', '133453.100000', '133453.103000', '133453.106000', '133453.108000', '133453.111000', '133453.114000', '133453.116000', '133453.119000', '133453.122000', '133453.124000', '133453.127000', '133453.130000', '133453.132000', '133453.135000', '133453.138000', '133453.140000', '133453.143000', '133453.146000', '133453.148000', '133453.151000', '133453.154000', '133453.157000', '133513.029000', '133513.032000', '133513.035000', '133513.038000', '133513.041000', '133513.050000', '133513.053000', '133513.055000', '133513.058000', '133513.060000', '133513.063000', '133513.066000', '133513.068000', '133513.071000', '133513.074000', '133513.076000', '133513.079000', '133513.081000', '133513.084000', '133513.087000', '133513.090000', '133513.092000', '133513.095000', '133513.098000', '133513.100000', '133513.103000', '133513.106000', '133513.108000', '133513.111000', '133513.114000', '133513.116000', '133513.119000', '133513.122000', '133513.124000', '133513.127000', '133513.130000', '133513.132000', '133513.135000', '133513.137000', '133513.140000', '133513.143000', '133513.145000', '133513.148000', '133513.151000', '133533.029000', '133533.032000', '133533.035000', '133533.039000', '133533.043000', '133533.045000', '133533.048000', '133533.051000', '133533.053000', '133533.056000', '133533.059000', '133533.061000', '133533.064000', '133533.066000', '133533.069000', '133533.072000', '133533.075000', '133533.077000', '133533.080000', '133533.082000', '133533.085000', '133533.088000', '133533.090000', '133533.093000', '133533.096000', '133533.098000', '133533.101000', '133533.103000', '133533.106000', '133533.109000', '133533.111000', '133533.114000', '133533.117000', '133533.119000', '133533.122000', '133533.124000', '133533.127000', '133533.130000', '133533.132000', '133533.135000', '133533.138000', '133533.140000', '133533.143000', '133553.029000', '133553.033000', '133553.035000', '133553.038000', '133553.040000', '133553.043000', '133553.046000', '133553.048000', '133553.051000', '133553.054000', '133553.056000', '133553.059000', '133553.061000', '133553.064000', '133553.067000', '133553.069000', '133553.072000', '133553.075000', '133553.077000', '133553.080000', '133553.082000', '133553.085000', '133553.088000', '133553.090000', '133553.093000', '133553.095000', '133553.098000', '133553.100000', '133553.103000', '133553.106000', '133553.108000', '133553.111000', '133553.113000', '133553.116000', '133553.119000', '133553.121000', '133553.124000', '133553.127000', '133553.129000', '133553.132000', '133553.134000', '133553.137000', '133553.140000', '133553.142000', '133613.030000', '133613.032000', '133613.035000', '133613.038000', '133613.040000', '133613.043000', '133613.045000', '133613.048000', '133613.051000', '133613.053000', '133613.056000', '133613.059000', '133613.061000', '133613.064000', '133613.067000', '133613.070000', '133613.073000', '133613.075000', '133613.078000', '133613.081000', '133613.083000', '133613.086000', '133613.088000', '133613.091000', '133613.094000', '133613.096000', '133613.099000', '133613.101000', '133613.104000', '133613.115000', '133613.118000', '133613.121000', '133613.123000', '133613.126000', '133613.129000', '133613.132000', '133613.134000', '133613.137000', '133613.140000', '133613.142000', '133613.145000', '133613.148000', '133613.150000', '133622.315000', '133622.318000', '133622.321000', '133622.324000', '133622.326000', '133622.329000', '133622.331000', '133622.334000', '133622.337000', '133622.339000', '133622.342000', '133622.346000', '133622.349000', '133622.352000', '133622.355000', '133622.358000', '133622.360000', '133622.365000', '133622.368000', '133622.371000', '133622.376000'], 'InstanceCreationTime': ['132953.056000', '132953.059000', '132953.062000', '132953.064000', '132953.074000', '132953.076000', '132953.079000', '132953.081000', '132953.084000', '132953.087000', '132953.089000', '132953.095000', '132953.098000', '132953.101000', '132953.103000', '132953.106000', '132953.108000', '132953.116000', '132953.119000', '132953.122000', '132953.125000', '132953.128000', '132953.131000', '132953.133000', '132953.136000', '133013.029000', '133013.032000', '133013.035000', '133013.037000', '133013.040000', '133013.042000', '133013.045000', '133013.048000', '133013.050000', '133013.053000', '133013.055000', '133013.058000', '133013.061000', '133013.063000', '133013.066000', '133013.075000', '133013.088000', '133013.090000', '133013.093000', '133013.095000', '133013.098000', '133013.101000', '133013.103000', '133013.106000', '133013.108000', '133013.111000', '133013.114000', '133013.122000', '133013.125000', '133013.127000', '133013.130000', '133013.133000', '133013.135000', '133013.138000', '133013.140000', '133013.143000', '133013.145000', '133013.148000', '133013.151000', '133013.153000', '133013.156000', '133013.158000', '133013.161000', '133013.164000', '133033.029000', '133033.032000', '133033.035000', '133033.037000', '133033.040000', '133033.043000', '133033.046000', '133033.048000', '133033.051000', '133033.053000', '133033.056000', '133033.059000', '133033.061000', '133033.064000', '133033.066000', '133033.069000', '133033.072000', '133033.074000', '133033.077000', '133033.079000', '133033.082000', '133033.085000', '133033.087000', '133033.090000', '133033.092000', '133033.095000', '133033.098000', '133033.100000', '133033.103000', '133033.106000', '133033.108000', '133033.111000', '133033.113000', '133033.116000', '133033.118000', '133033.121000', '133033.124000', '133033.126000', '133033.129000', '133033.131000', '133033.134000', '133033.137000', '133033.139000', '133053.029000', '133053.032000', '133053.034000', '133053.037000', '133053.040000', '133053.043000', '133053.049000', '133053.051000', '133053.054000', '133053.057000', '133053.059000', '133053.062000', '133053.064000', '133053.067000', '133053.070000', '133053.072000', '133053.075000', '133053.078000', '133053.080000', '133053.083000', '133053.085000', '133053.088000', '133053.090000', '133053.093000', '133053.096000', '133053.098000', '133053.101000', '133053.104000', '133053.106000', '133053.109000', '133053.112000', '133053.114000', '133053.117000', '133053.119000', '133053.122000', '133053.124000', '133053.127000', '133053.130000', '133053.132000', '133053.135000', '133053.137000', '133053.149000', '133053.151000', '133053.154000', '133113.029000', '133113.032000', '133113.035000', '133113.038000', '133113.040000', '133113.043000', '133113.045000', '133113.048000', '133113.051000', '133113.053000', '133113.056000', '133113.058000', '133113.061000', '133113.064000', '133113.066000', '133113.069000', '133113.072000', '133113.074000', '133113.077000', '133113.079000', '133113.082000', '133113.085000', '133113.087000', '133113.090000', '133113.092000', '133113.095000', '133113.098000', '133113.100000', '133113.103000', '133113.106000', '133113.108000', '133113.111000', '133113.113000', '133113.116000', '133113.118000', '133113.127000', '133113.130000', '133113.132000', '133113.135000', '133113.138000', '133113.140000', '133113.143000', '133113.146000', '133133.029000', '133133.032000', '133133.035000', '133133.037000', '133133.040000', '133133.043000', '133133.045000', '133133.048000', '133133.051000', '133133.053000', '133133.056000', '133133.058000', '133133.061000', '133133.064000', '133133.066000', '133133.069000', '133133.072000', '133133.074000', '133133.077000', '133133.079000', '133133.082000', '133133.085000', '133133.087000', '133133.090000', '133133.092000', '133133.095000', '133133.098000', '133133.100000', '133133.103000', '133133.106000', '133133.108000', '133133.111000', '133133.114000', '133133.116000', '133133.119000', '133133.121000', '133133.124000', '133133.127000', '133133.129000', '133133.132000', '133133.135000', '133133.137000', '133133.140000', '133133.142000', '133153.029000', '133153.032000', '133153.035000', '133153.038000', '133153.040000', '133153.043000', '133153.045000', '133153.048000', '133153.051000', '133153.053000', '133153.056000', '133153.085000', '133153.087000', '133153.090000', '133153.093000', '133153.095000', '133153.098000', '133153.100000', '133153.103000', '133153.106000', '133153.108000', '133153.111000', '133153.113000', '133153.116000', '133153.119000', '133153.121000', '133153.124000', '133153.127000', '133153.129000', '133153.132000', '133153.134000', '133153.137000', '133153.140000', '133153.142000', '133153.145000', '133153.148000', '133153.150000', '133153.153000', '133153.156000', '133153.158000', '133153.161000', '133153.163000', '133153.166000', '133213.029000', '133213.032000', '133213.035000', '133213.038000', '133213.040000', '133213.043000', '133213.045000', '133213.048000', '133213.051000', '133213.053000', '133213.056000', '133213.059000', '133213.062000', '133213.064000', '133213.067000', '133213.069000', '133213.072000', '133213.075000', '133213.077000', '133213.080000', '133213.089000', '133213.091000', '133213.094000', '133213.097000', '133213.099000', '133213.102000', '133213.105000', '133213.107000', '133213.110000', '133213.112000', '133213.115000', '133213.126000', '133213.128000', '133213.131000', '133213.133000', '133213.136000', '133213.139000', '133213.141000', '133213.144000', '133213.147000', '133213.149000', '133213.152000', '133213.154000', '133213.157000', '133233.029000', '133233.032000', '133233.035000', '133233.037000', '133233.040000', '133233.043000', '133233.045000', '133233.048000', '133233.051000', '133233.053000', '133233.056000', '133233.059000', '133233.061000', '133233.064000', '133233.066000', '133233.069000', '133233.072000', '133233.074000', '133233.077000', '133233.079000', '133233.082000', '133233.085000', '133233.087000', '133233.090000', '133233.093000', '133233.095000', '133233.098000', '133233.101000', '133233.103000', '133233.106000', '133233.108000', '133233.111000', '133233.114000', '133233.116000', '133233.119000', '133233.121000', '133233.124000', '133233.127000', '133233.129000', '133233.132000', '133233.135000', '133233.137000', '133233.140000', '133253.029000', '133253.032000', '133253.035000', '133253.037000', '133253.040000', '133253.043000', '133253.045000', '133253.048000', '133253.050000', '133253.053000', '133253.056000', '133253.058000', '133253.061000', '133253.064000', '133253.066000', '133253.069000', '133253.072000', '133253.074000', '133253.077000', '133253.080000', '133253.082000', '133253.085000', '133253.087000', '133253.090000', '133253.093000', '133253.095000', '133253.098000', '133253.101000', '133253.103000', '133253.106000', '133253.109000', '133253.111000', '133253.114000', '133253.116000', '133253.119000', '133253.122000', '133253.124000', '133253.127000', '133253.130000', '133253.132000', '133253.135000', '133253.137000', '133253.140000', '133253.143000', '133313.028000', '133313.031000', '133313.034000', '133313.036000', '133313.039000', '133313.042000', '133313.044000', '133313.047000', '133313.050000', '133313.052000', '133313.055000', '133313.057000', '133313.060000', '133313.063000', '133313.065000', '133313.068000', '133313.071000', '133313.073000', '133313.076000', '133313.078000', '133313.081000', '133313.084000', '133313.086000', '133313.089000', '133313.092000', '133313.094000', '133313.097000', '133313.099000', '133313.102000', '133313.105000', '133313.107000', '133313.110000', '133313.113000', '133313.115000', '133313.118000', '133313.120000', '133313.134000', '133313.137000', '133313.139000', '133313.142000', '133313.145000', '133313.147000', '133313.150000', '133333.030000', '133333.033000', '133333.035000', '133333.038000', '133333.041000', '133333.044000', '133333.047000', '133333.050000', '133333.052000', '133333.055000', '133333.057000', '133333.060000', '133333.063000', '133333.065000', '133333.068000', '133333.070000', '133333.073000', '133333.076000', '133333.078000', '133333.081000', '133333.084000', '133333.086000', '133333.089000', '133333.091000', '133333.095000', '133333.098000', '133333.101000', '133333.103000', '133333.106000', '133333.109000', '133333.111000', '133333.114000', '133333.116000', '133333.119000', '133333.122000', '133333.124000', '133333.127000', '133333.130000', '133333.132000', '133333.135000', '133333.137000', '133333.140000', '133333.143000', '133333.145000', '133353.029000', '133353.032000', '133353.035000', '133353.038000', '133353.040000', '133353.043000', '133353.045000', '133353.048000', '133353.051000', '133353.053000', '133353.056000', '133353.059000', '133353.061000', '133353.064000', '133353.066000', '133353.069000', '133353.072000', '133353.074000', '133353.077000', '133353.080000', '133353.082000', '133353.085000', '133353.087000', '133353.090000', '133353.093000', '133353.095000', '133353.098000', '133353.100000', '133353.103000', '133353.106000', '133353.108000', '133353.111000', '133353.113000', '133353.116000', '133353.119000', '133353.121000', '133353.124000', '133353.127000', '133353.129000', '133353.132000', '133353.135000', '133353.137000', '133353.140000', '133413.029000', '133413.032000', '133413.035000', '133413.037000', '133413.040000', '133413.043000', '133413.045000', '133413.048000', '133413.051000', '133413.053000', '133413.056000', '133413.058000', '133413.061000', '133413.064000', '133413.066000', '133413.069000', '133413.072000', '133413.074000', '133413.077000', '133413.080000', '133413.082000', '133413.085000', '133413.087000', '133413.090000', '133413.093000', '133413.095000', '133413.098000', '133413.100000', '133413.103000', '133413.106000', '133413.108000', '133413.111000', '133413.114000', '133413.122000', '133413.125000', '133413.128000', '133413.130000', '133413.133000', '133413.136000', '133413.138000', '133413.141000', '133413.143000', '133413.146000', '133413.149000', '133433.030000', '133433.033000', '133433.035000', '133433.038000', '133433.041000', '133433.043000', '133433.046000', '133433.049000', '133433.051000', '133433.054000', '133433.056000', '133433.059000', '133433.062000', '133433.064000', '133433.067000', '133433.070000', '133433.072000', '133433.075000', '133433.078000', '133433.080000', '133433.083000', '133433.085000', '133433.088000', '133433.091000', '133433.093000', '133433.096000', '133433.099000', '133433.101000', '133433.104000', '133433.106000', '133433.109000', '133433.112000', '133433.114000', '133433.117000', '133433.120000', '133433.122000', '133433.125000', '133433.127000', '133433.130000', '133433.132000', '133433.135000', '133433.138000', '133433.140000', '133453.029000', '133453.032000', '133453.035000', '133453.038000', '133453.040000', '133453.043000', '133453.045000', '133453.048000', '133453.051000', '133453.053000', '133453.056000', '133453.059000', '133453.061000', '133453.064000', '133453.067000', '133453.069000', '133453.072000', '133453.074000', '133453.092000', '133453.095000', '133453.098000', '133453.100000', '133453.103000', '133453.106000', '133453.108000', '133453.111000', '133453.114000', '133453.116000', '133453.119000', '133453.122000', '133453.124000', '133453.127000', '133453.130000', '133453.132000', '133453.135000', '133453.138000', '133453.140000', '133453.143000', '133453.146000', '133453.148000', '133453.151000', '133453.154000', '133453.157000', '133513.029000', '133513.032000', '133513.035000', '133513.038000', '133513.041000', '133513.050000', '133513.053000', '133513.055000', '133513.058000', '133513.060000', '133513.063000', '133513.066000', '133513.068000', '133513.071000', '133513.074000', '133513.076000', '133513.079000', '133513.081000', '133513.084000', '133513.087000', '133513.090000', '133513.092000', '133513.095000', '133513.098000', '133513.100000', '133513.103000', '133513.106000', '133513.108000', '133513.111000', '133513.114000', '133513.116000', '133513.119000', '133513.122000', '133513.124000', '133513.127000', '133513.130000', '133513.132000', '133513.135000', '133513.137000', '133513.140000', '133513.143000', '133513.145000', '133513.148000', '133513.151000', '133533.029000', '133533.032000', '133533.035000', '133533.039000', '133533.043000', '133533.045000', '133533.048000', '133533.051000', '133533.053000', '133533.056000', '133533.059000', '133533.061000', '133533.064000', '133533.066000', '133533.069000', '133533.072000', '133533.075000', '133533.077000', '133533.080000', '133533.082000', '133533.085000', '133533.088000', '133533.090000', '133533.093000', '133533.096000', '133533.098000', '133533.101000', '133533.103000', '133533.106000', '133533.109000', '133533.111000', '133533.114000', '133533.117000', '133533.119000', '133533.122000', '133533.124000', '133533.127000', '133533.130000', '133533.132000', '133533.135000', '133533.138000', '133533.140000', '133533.143000', '133553.029000', '133553.033000', '133553.035000', '133553.038000', '133553.040000', '133553.043000', '133553.046000', '133553.048000', '133553.051000', '133553.054000', '133553.056000', '133553.059000', '133553.061000', '133553.064000', '133553.067000', '133553.069000', '133553.072000', '133553.075000', '133553.077000', '133553.080000', '133553.082000', '133553.085000', '133553.088000', '133553.090000', '133553.093000', '133553.095000', '133553.098000', '133553.100000', '133553.103000', '133553.106000', '133553.108000', '133553.111000', '133553.113000', '133553.116000', '133553.119000', '133553.121000', '133553.124000', '133553.127000', '133553.129000', '133553.132000', '133553.134000', '133553.137000', '133553.140000', '133553.142000', '133613.030000', '133613.032000', '133613.035000', '133613.038000', '133613.040000', '133613.043000', '133613.045000', '133613.048000', '133613.051000', '133613.053000', '133613.056000', '133613.059000', '133613.061000', '133613.064000', '133613.067000', '133613.070000', '133613.073000', '133613.075000', '133613.078000', '133613.081000', '133613.083000', '133613.086000', '133613.088000', '133613.091000', '133613.094000', '133613.096000', '133613.099000', '133613.101000', '133613.104000', '133613.115000', '133613.118000', '133613.121000', '133613.123000', '133613.126000', '133613.129000', '133613.132000', '133613.134000', '133613.137000', '133613.140000', '133613.142000', '133613.145000', '133613.148000', '133613.150000', '133622.315000', '133622.318000', '133622.321000', '133622.324000', '133622.326000', '133622.329000', '133622.331000', '133622.334000', '133622.337000', '133622.339000', '133622.342000', '133622.346000', '133622.349000', '133622.352000', '133622.355000', '133622.358000', '133622.360000', '133622.365000', '133622.368000', '133622.371000', '133622.376000'], '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': [17224, 11941, 16796, 12170, 15774, 13087, 14500, 11896, 13964, 12196, 14746, 12129, 14939, 12268, 15681, 12435, 14549, 12071, 15118, 11777, 12658, 11781, 10475, 11746, 10573, 11853, 12860, 12053, 15406, 12107, 11748, 11770, 12274, 14314, 12349, 16185, 12024, 11728, 11817, 12099, 17716, 13467, 17756, 14009, 11391, 15354, 11345, 10757, 19174, 19737, 21488, 20135, 10730, 10231, 10686, 10645, 10413, 13405, 10991, 13368, 10949, 11613, 13367, 11344, 13976, 12196, 12106, 13161, 9909, 14427, 11633, 11868, 13683, 11054, 11423, 11871, 12257, 13662, 10869, 14645, 9859, 9816, 12464, 10431, 12309, 10966, 11208, 14688, 12233, 16443, 11200, 13983, 10526, 9894, 10729, 10709, 12238, 9917, 13633, 11234, 15772, 11227, 12892, 11715, 11296, 11769, 11558, 12637, 11732, 14198, 11980, 15485, 12113, 11265, 12726, 12127, 13242, 11672, 16144, 12101, 11489, 16185, 11399, 16950, 13215, 17586, 14011, 11065, 18490, 13877, 11936, 17376, 11672, 16915, 11961, 15883, 11745, 14980, 11658, 14458, 11741, 14582, 11749, 14632, 11782, 15490, 12164, 11878, 12270, 12232, 15011, 12176, 10564, 12176, 11594, 12590, 11966, 14899, 12095, 17672, 12313, 10622, 12182, 11723, 12008, 11928, 13022, 11949, 14700, 11766, 13646, 12302, 11581, 12625, 11768, 13989, 12031, 15188, 12140, 16242, 12021, 17498, 12298, 16917, 12245, 12341, 14119, 12073, 17763, 13027, 13707, 17815, 13020, 20003, 14827, 10109, 8436, 9158, 11935, 11350, 13494, 11880, 14973, 11369, 17686, 12778, 19164, 13775, 18039, 14701, 13853, 14501, 10867, 18569, 12474, 17589, 13382, 10812, 15727, 11907, 16154, 12318, 11855, 11992, 11618, 12028, 11837, 11633, 12468, 11017, 13801, 11727, 14653, 11079, 11118, 13659, 11375, 11593, 11617, 11328, 13349, 11141, 9473, 9814, 10151, 13251, 10312, 13172, 10777, 13552, 11410, 11093, 11815, 10205, 11707, 10733, 14428, 11081, 9417, 13736, 11286, 11130, 13186, 10135, 17462, 13106, 9465, 9914, 8071, 11340, 9938, 16279, 13032, 17633, 13244, 12728, 14036, 12622, 17833, 14364, 18286, 13779, 17127, 12835, 13164, 12488, 9613, 13468, 10218, 13716, 11093, 13661, 9917, 9579, 9844, 9132, 10429, 16368, 17333, 16339, 10217, 9114, 9978, 8315, 9188, 8740, 9964, 8726, 12837, 11350, 12430, 13292, 10392, 18018, 12363, 10692, 11760, 11144, 13866, 12838, 17208, 14264, 19860, 16973, 20282, 15898, 11869, 18436, 13281, 19214, 12350, 10886, 10738, 11315, 17106, 12658, 21108, 16593, 11581, 16759, 12731, 10784, 9069, 10651, 17326, 13805, 14986, 10773, 16066, 12624, 9544, 14534, 11514, 17925, 14552, 10688, 15381, 11747, 14639, 13449, 10353, 14147, 12040, 10468, 10787, 11831, 11474, 10965, 11369, 11749, 10725, 11191, 11994, 10951, 11242, 11848, 10612, 11822, 11880, 12368, 11015, 11578, 13443, 11806, 11897, 13554, 11872, 16417, 12874, 11638, 11952, 11776, 12254, 11676, 12721, 10890, 13309, 11754, 11054, 13974, 12071, 12491, 18500, 15917, 16630, 19636, 14424, 10555, 14223, 13158, 13718, 9235, 14634, 8157, 12581, 9565, 9448, 14891, 12067, 18459, 14927, 14593, 16716, 13422, 19027, 14209, 17289, 14756, 13163, 18530, 11670, 16275, 12097, 11864, 13622, 9122, 15959, 10893, 15482, 11694, 15347, 11202, 11557, 12096, 9937, 13798, 9406, 15210, 9634, 15848, 11666, 14948, 11847, 8788, 10602, 11021, 11337, 12579, 12242, 13319, 12467, 13640, 12765, 13566, 11603, 13405, 12867, 13853, 13940, 12233, 15488, 10149, 17929, 12111, 18229, 12673, 10178, 19537, 13399, 9851, 8455, 14816, 9178, 10287, 14980, 12224, 16223, 13318, 14650, 15137, 12458, 15644, 10940, 16646, 14450, 16769, 13990, 14146, 17152, 12327, 17936, 13525, 16591, 13421, 11961, 12862, 10416, 14687, 10276, 14696, 10113, 14017, 9672, 13382, 9367, 13829, 11553, 13436, 11450, 10044, 9175, 9330, 9719, 8091, 11566, 9867, 14693, 11299, 15338, 10817, 15099, 10310, 15447, 10493, 15569, 11216, 14213, 11954, 15605, 13837, 17551, 14516, 12336, 9848, 10164, 13012, 8761, 14649, 11333, 14983, 12693, 15502, 13486, 10362, 16258, 10422, 16610, 12191, 16961, 12523, 12069, 14360, 11528, 16766, 11224, 16902, 11673, 13717, 9999, 13476, 11979, 14902, 12203, 16658, 12488, 16435, 12879, 15145, 12950, 11063, 15085, 10105, 16793, 10385, 17005, 11925, 15223, 12118, 14222, 11299, 10548, 11208, 9409, 12798, 9581, 13533, 11312, 13146, 10805, 9897, 10847, 9232, 13107, 10655, 13817, 12115, 11649, 10361, 10274, 11678, 9330, 13557, 10538, 15204, 12905, 15895, 12396, 10446, 12304, 7976, 13370, 10441, 14413, 12110, 15366, 12734, 15940, 12114, 10393, 11883, 13476, 11932, 16922, 11969, 14990, 11982, 13026, 13377, 15469, 14304, 12860, 16004, 10020, 16291, 13536, 18067, 13587, 9687, 13611, 9006, 13379, 10388, 14331, 10867, 8565, 11732, 10550, 11453, 11665, 10327, 14500, 11473, 9883, 14834, 11194, 17476, 14615, 16831, 16555, 9942, 14833, 10580, 14642, 11472, 15048, 12460, 15027, 13405, 9415, 16931, 12708, 16165, 14439, 9319, 16294, 12829, 10522, 8413, 10458, 9063, 11938, 11105, 19378, 14263, 16886, 18856, 13832, 18850, 15631, 19414, 15235, 14386, 19232, 14671, 19490, 14118, 11756, 17033, 12504, 18026, 12361, 9364, 14753, 9967, 15850, 11911, 13816, 11557, 10211, 13737, 9311, 15783, 10584, 15355, 11578, 15141, 11655, 11253, 10691, 8656, 13057, 9343, 14026, 10875, 13554, 13702, 9688, 15209, 9111, 14438, 10227, 15356, 11102, 15287, 12540, 15785, 12820, 15023, 11475, 16227, 11549, 17071, 10098, 15678, 12081, 15790, 12058, 13633, 12940, 11043, 14870, 10701, 13851, 16573, 13116, 21089, 12534, 18007, 12376, 16817, 12255, 16275, 11933, 16208, 10813, 16791, 10225, 15836, 10402, 15486, 9813, 15408, 9628, 14832, 9394, 14237, 9764, 13916, 10645, 14516, 8641, 12471, 8811, 12547, 8508, 12931, 9316, 13882, 9751, 13709, 10402, 13523, 10511, 13679, 11232, 13974, 11199, 12858, 10608, 9180, 14214, 10761, 16184, 12104, 8513, 11737, 8433, 14009, 10012, 14940, 12057, 17917, 14152, 17076, 11329, 16694, 11544, 15785, 12475, 17286, 14107, 16686, 14963, 15534, 15245, 13629, 18233, 12752, 19105, 15248, 17416, 14943, 9335, 16621, 12964, 15973, 15945, 10766, 17174, 10927, 15994, 12438, 14204, 11987, 14745, 12124, 18837, 14092, 18685, 14618, 16658, 14254, 16133, 15412, 16236, 18011, 13580, 20290, 15790, 20278, 15550, 18435], 'WindowCenter': [4834.0, 4779.0, 4794.0, 4753.0, 4769.0, 4747.0, 4744.0, 4723.0, 4741.0, 4722.0, 4752.0, 4747.0, 4752.0, 4733.0, 4752.0, 4723.0, 4730.0, 4722.0, 4738.0, 4722.0, 4721.0, 4722.0, 4701.0, 4722.0, 4704.0, 4723.0, 4722.0, 4726.0, 4753.0, 4723.0, 4722.0, 4723.0, 4734.0, 4754.0, 4733.0, 4752.0, 4721.0, 4722.0, 4722.0, 4721.0, 4764.0, 4732.0, 4751.0, 4732.0, 4712.0, 4741.0, 4701.0, 4702.0, 4775.0, 4781.0, 4791.0, 4777.0, 4692.0, 4681.0, 4693.0, 4689.0, 4679.0, 4706.0, 4677.0, 4705.0, 4698.0, 4696.0, 4704.0, 4684.0, 4704.0, 4706.0, 4697.0, 4654.0, 4583.0, 4666.0, 4665.0, 4663.0, 4670.0, 4649.0, 4651.0, 4663.0, 4656.0, 4713.0, 4763.0, 4777.0, 4712.0, 4699.0, 4717.0, 4697.0, 4706.0, 4709.0, 4711.0, 4741.0, 4721.0, 4751.0, 4713.0, 4729.0, 4699.0, 4688.0, 4696.0, 4698.0, 4748.0, 4727.0, 4754.0, 4724.0, 4751.0, 4724.0, 4732.0, 4722.0, 4723.0, 4734.0, 4725.0, 4735.0, 4735.0, 4756.0, 4737.0, 4765.0, 4736.0, 4724.0, 4732.0, 4723.0, 4733.0, 4725.0, 4763.0, 4735.0, 4725.0, 4776.0, 4726.0, 4775.0, 4748.0, 4776.0, 4758.0, 4727.0, 4789.0, 4746.0, 4725.0, 4762.0, 4714.0, 4776.0, 4721.0, 4750.0, 4709.0, 4738.0, 4698.0, 4728.0, 4708.0, 4728.0, 4708.0, 4751.0, 4723.0, 4738.0, 4708.0, 4707.0, 4707.0, 4707.0, 4738.0, 4709.0, 4697.0, 4719.0, 4708.0, 4718.0, 4708.0, 4739.0, 4709.0, 4750.0, 4710.0, 4699.0, 4706.0, 4708.0, 4718.0, 4720.0, 4731.0, 4722.0, 4750.0, 4724.0, 4744.0, 4734.0, 4722.0, 4732.0, 4720.0, 4742.0, 4721.0, 4752.0, 4723.0, 4751.0, 4723.0, 4762.0, 4722.0, 4762.0, 4723.0, 4710.0, 4728.0, 4708.0, 4760.0, 4730.0, 4721.0, 4766.0, 4726.0, 4762.0, 4731.0, 4678.0, 4658.0, 4690.0, 4721.0, 4698.0, 4728.0, 4697.0, 4726.0, 4694.0, 4750.0, 4706.0, 4744.0, 4701.0, 4719.0, 4700.0, 4688.0, 4687.0, 4659.0, 4719.0, 4676.0, 4705.0, 4675.0, 4655.0, 4695.0, 4664.0, 4695.0, 4664.0, 4663.0, 4663.0, 4665.0, 4676.0, 4679.0, 4679.0, 4691.0, 4683.0, 4701.0, 4691.0, 4713.0, 4694.0, 4695.0, 4712.0, 4692.0, 4718.0, 4721.0, 4668.0, 4663.0, 4664.0, 4659.0, 4643.0, 4656.0, 4670.0, 4656.0, 4685.0, 4667.0, 4673.0, 4649.0, 4684.0, 4735.0, 4754.0, 4746.0, 4709.0, 4727.0, 4700.0, 4669.0, 4721.0, 4702.0, 4698.0, 4720.0, 4703.0, 4760.0, 4737.0, 4707.0, 4708.0, 4676.0, 4724.0, 4718.0, 4786.0, 4758.0, 4796.0, 4757.0, 4746.0, 4756.0, 4735.0, 4773.0, 4754.0, 4762.0, 4731.0, 4749.0, 4707.0, 4715.0, 4706.0, 4676.0, 4717.0, 4686.0, 4727.0, 4697.0, 4725.0, 4688.0, 4689.0, 4687.0, 4678.0, 4723.0, 4763.0, 4760.0, 4763.0, 4702.0, 4691.0, 4700.0, 4682.0, 4704.0, 4696.0, 4715.0, 4698.0, 4747.0, 4738.0, 4749.0, 4757.0, 4726.0, 4776.0, 4747.0, 4712.0, 4724.0, 4711.0, 4731.0, 4718.0, 4749.0, 4729.0, 4773.0, 4751.0, 4759.0, 4726.0, 4680.0, 4720.0, 4689.0, 4731.0, 4679.0, 4658.0, 4669.0, 4667.0, 4711.0, 4692.0, 4743.0, 4709.0, 4649.0, 4686.0, 4642.0, 4630.0, 4616.0, 4651.0, 4714.0, 4668.0, 4662.0, 4627.0, 4655.0, 4636.0, 4620.0, 4658.0, 4638.0, 4686.0, 4667.0, 4628.0, 4670.0, 4656.0, 4670.0, 4660.0, 4631.0, 4662.0, 4651.0, 4631.0, 4629.0, 4639.0, 4642.0, 4641.0, 4653.0, 4665.0, 4655.0, 4667.0, 4666.0, 4670.0, 4670.0, 4681.0, 4671.0, 4681.0, 4693.0, 4707.0, 4698.0, 4697.0, 4716.0, 4695.0, 4696.0, 4729.0, 4708.0, 4737.0, 4717.0, 4707.0, 4706.0, 4709.0, 4707.0, 4722.0, 4732.0, 4723.0, 4743.0, 4724.0, 4722.0, 4752.0, 4745.0, 4735.0, 4779.0, 4747.0, 4756.0, 4780.0, 4731.0, 4688.0, 4719.0, 4694.0, 4702.0, 4672.0, 4689.0, 4662.0, 4680.0, 4673.0, 4664.0, 4714.0, 4682.0, 4729.0, 4710.0, 4700.0, 4709.0, 4688.0, 4718.0, 4687.0, 4705.0, 4684.0, 4662.0, 4702.0, 4640.0, 4679.0, 4650.0, 4650.0, 4668.0, 4621.0, 4681.0, 4640.0, 4681.0, 4663.0, 4681.0, 4651.0, 4652.0, 4664.0, 4643.0, 4684.0, 4636.0, 4707.0, 4647.0, 4717.0, 4679.0, 4721.0, 4689.0, 4649.0, 4670.0, 4681.0, 4680.0, 4702.0, 4703.0, 4713.0, 4703.0, 4712.0, 4704.0, 4713.0, 4696.0, 4715.0, 4715.0, 4714.0, 4723.0, 4703.0, 4724.0, 4684.0, 4748.0, 4708.0, 4744.0, 4702.0, 4685.0, 4755.0, 4716.0, 4672.0, 4666.0, 4749.0, 4674.0, 4683.0, 4723.0, 4703.0, 4743.0, 4722.0, 4732.0, 4733.0, 4701.0, 4732.0, 4693.0, 4730.0, 4709.0, 4729.0, 4710.0, 4696.0, 4718.0, 4674.0, 4714.0, 4685.0, 4692.0, 4682.0, 4663.0, 4671.0, 4641.0, 4681.0, 4639.0, 4680.0, 4639.0, 4680.0, 4641.0, 4673.0, 4630.0, 4681.0, 4665.0, 4682.0, 4667.0, 4653.0, 4656.0, 4658.0, 4667.0, 4649.0, 4690.0, 4680.0, 4722.0, 4702.0, 4734.0, 4694.0, 4722.0, 4685.0, 4721.0, 4684.0, 4722.0, 4694.0, 4712.0, 4705.0, 4734.0, 4725.0, 4745.0, 4725.0, 4714.0, 4687.0, 4684.0, 4711.0, 4663.0, 4724.0, 4692.0, 4722.0, 4701.0, 4720.0, 4714.0, 4681.0, 4733.0, 4682.0, 4734.0, 4704.0, 4742.0, 4705.0, 4701.0, 4725.0, 4705.0, 4744.0, 4694.0, 4747.0, 4693.0, 4712.0, 4683.0, 4712.0, 4700.0, 4721.0, 4703.0, 4730.0, 4691.0, 4717.0, 4688.0, 4707.0, 4686.0, 4666.0, 4704.0, 4654.0, 4716.0, 4653.0, 4716.0, 4673.0, 4704.0, 4675.0, 4696.0, 4675.0, 4667.0, 4677.0, 4658.0, 4698.0, 4669.0, 4701.0, 4691.0, 4698.0, 4692.0, 4684.0, 4690.0, 4684.0, 4713.0, 4694.0, 4734.0, 4717.0, 4706.0, 4694.0, 4696.0, 4706.0, 4689.0, 4727.0, 4707.0, 4748.0, 4726.0, 4745.0, 4718.0, 4695.0, 4714.0, 4668.0, 4727.0, 4705.0, 4735.0, 4718.0, 4737.0, 4726.0, 4746.0, 4717.0, 4697.0, 4717.0, 4727.0, 4715.0, 4758.0, 4716.0, 4746.0, 4716.0, 4729.0, 4727.0, 4746.0, 4738.0, 4719.0, 4744.0, 4682.0, 4735.0, 4713.0, 4744.0, 4724.0, 4684.0, 4737.0, 4686.0, 4726.0, 4694.0, 4723.0, 4709.0, 4691.0, 4720.0, 4709.0, 4719.0, 4719.0, 4711.0, 4749.0, 4721.0, 4700.0, 4739.0, 4710.0, 4772.0, 4749.0, 4763.0, 4762.0, 4688.0, 4737.0, 4695.0, 4724.0, 4705.0, 4734.0, 4719.0, 4735.0, 4727.0, 4691.0, 4761.0, 4730.0, 4747.0, 4725.0, 4677.0, 4724.0, 4704.0, 4672.0, 4597.0, 4674.0, 4652.0, 4694.0, 4682.0, 4742.0, 4713.0, 4733.0, 4742.0, 4700.0, 4731.0, 4721.0, 4729.0, 4698.0, 4687.0, 4719.0, 4683.0, 4712.0, 4671.0, 4652.0, 4691.0, 4658.0, 4699.0, 4659.0, 4630.0, 4681.0, 4644.0, 4700.0, 4664.0, 4682.0, 4662.0, 4657.0, 4684.0, 4646.0, 4705.0, 4667.0, 4719.0, 4691.0, 4707.0, 4678.0, 4675.0, 4667.0, 4649.0, 4700.0, 4672.0, 4724.0, 4695.0, 4724.0, 4726.0, 4685.0, 4734.0, 4673.0, 4722.0, 4683.0, 4734.0, 4696.0, 4735.0, 4706.0, 4734.0, 4715.0, 4735.0, 4705.0, 4744.0, 4695.0, 4746.0, 4685.0, 4737.0, 4706.0, 4737.0, 4705.0, 4725.0, 4716.0, 4696.0, 4736.0, 4695.0, 4726.0, 4745.0, 4717.0, 4767.0, 4703.0, 4745.0, 4714.0, 4745.0, 4704.0, 4734.0, 4703.0, 4732.0, 4681.0, 4732.0, 4670.0, 4723.0, 4681.0, 4720.0, 4671.0, 4723.0, 4672.0, 4723.0, 4660.0, 4711.0, 4673.0, 4711.0, 4683.0, 4723.0, 4661.0, 4704.0, 4675.0, 4705.0, 4665.0, 4716.0, 4689.0, 4725.0, 4690.0, 4726.0, 4708.0, 4727.0, 4709.0, 4738.0, 4723.0, 4743.0, 4723.0, 4731.0, 4710.0, 4700.0, 4752.0, 4722.0, 4763.0, 4733.0, 4703.0, 4733.0, 4694.0, 4755.0, 4714.0, 4754.0, 4735.0, 4773.0, 4752.0, 4766.0, 4723.0, 4763.0, 4722.0, 4762.0, 4732.0, 4771.0, 4740.0, 4761.0, 4752.0, 4752.0, 4762.0, 4743.0, 4772.0, 4728.0, 4770.0, 4754.0, 4763.0, 4740.0, 4682.0, 4750.0, 4732.0, 4748.0, 4754.0, 4712.0, 4758.0, 4700.0, 4739.0, 4718.0, 4729.0, 4719.0, 4738.0, 4720.0, 4755.0, 4728.0, 4755.0, 4727.0, 4736.0, 4714.0, 4724.0, 4713.0, 4723.0, 4732.0, 4688.0, 4732.0, 4698.0, 4729.0, 4699.0, 4717.0], 'WindowWidth': [10522.0, 10431.0, 10440.0, 10380.0, 10397.0, 10361.0, 10351.0, 10321.0, 10341.0, 10316.0, 10360.0, 10362.0, 10360.0, 10334.0, 10359.0, 10320.0, 10324.0, 10314.0, 10331.0, 10315.0, 10313.0, 10316.0, 10285.0, 10315.0, 10289.0, 10316.0, 10314.0, 10323.0, 10357.0, 10319.0, 10316.0, 10319.0, 10336.0, 10367.0, 10333.0, 10360.0, 10314.0, 10316.0, 10317.0, 10311.0, 10378.0, 10329.0, 10357.0, 10327.0, 10298.0, 10339.0, 10280.0, 10286.0, 10399.0, 10433.0, 10445.0, 10411.0, 10272.0, 10253.0, 10274.0, 10261.0, 10247.0, 10279.0, 10240.0, 10279.0, 10278.0, 10271.0, 10278.0, 10251.0, 10274.0, 10284.0, 10269.0, 10184.0, 10062.0, 10197.0, 10210.0, 10202.0, 10208.0, 10177.0, 10182.0, 10204.0, 10186.0, 10290.0, 10398.0, 10407.0, 10307.0, 10282.0, 10304.0, 10277.0, 10285.0, 10296.0, 10299.0, 10344.0, 10315.0, 10356.0, 10306.0, 10322.0, 10281.0, 10262.0, 10272.0, 10279.0, 10363.0, 10335.0, 10365.0, 10324.0, 10356.0, 10323.0, 10329.0, 10317.0, 10321.0, 10338.0, 10326.0, 10338.0, 10340.0, 10371.0, 10345.0, 10384.0, 10343.0, 10323.0, 10333.0, 10318.0, 10335.0, 10326.0, 10378.0, 10338.0, 10325.0, 10400.0, 10328.0, 10397.0, 10360.0, 10399.0, 10376.0, 10331.0, 10423.0, 10356.0, 10324.0, 10371.0, 10307.0, 10396.0, 10313.0, 10352.0, 10294.0, 10331.0, 10276.0, 10316.0, 10289.0, 10316.0, 10291.0, 10355.0, 10320.0, 10331.0, 10290.0, 10286.0, 10285.0, 10287.0, 10332.0, 10294.0, 10276.0, 10305.0, 10290.0, 10303.0, 10290.0, 10334.0, 10293.0, 10353.0, 10295.0, 10279.0, 10286.0, 10289.0, 10305.0, 10309.0, 10326.0, 10316.0, 10355.0, 10323.0, 10351.0, 10337.0, 10316.0, 10330.0, 10313.0, 10343.0, 10315.0, 10359.0, 10319.0, 10360.0, 10321.0, 10375.0, 10318.0, 10372.0, 10318.0, 10294.0, 10319.0, 10290.0, 10367.0, 10327.0, 10310.0, 10382.0, 10322.0, 10376.0, 10323.0, 10243.0, 10218.0, 10270.0, 10313.0, 10277.0, 10320.0, 10271.0, 10311.0, 10264.0, 10351.0, 10284.0, 10340.0, 10272.0, 10297.0, 10269.0, 10245.0, 10246.0, 10205.0, 10293.0, 10229.0, 10270.0, 10225.0, 10197.0, 10253.0, 10208.0, 10254.0, 10208.0, 10205.0, 10208.0, 10212.0, 10226.0, 10236.0, 10237.0, 10256.0, 10246.0, 10271.0, 10257.0, 10289.0, 10265.0, 10268.0, 10289.0, 10264.0, 10310.0, 10315.0, 10217.0, 10192.0, 10208.0, 10208.0, 10174.0, 10195.0, 10207.0, 10197.0, 10238.0, 10216.0, 10216.0, 10178.0, 10247.0, 10339.0, 10388.0, 10365.0, 10298.0, 10315.0, 10277.0, 10235.0, 10309.0, 10284.0, 10274.0, 10309.0, 10290.0, 10368.0, 10342.0, 10303.0, 10306.0, 10258.0, 10323.0, 10323.0, 10418.0, 10384.0, 10435.0, 10380.0, 10358.0, 10373.0, 10340.0, 10397.0, 10365.0, 10378.0, 10329.0, 10350.0, 10290.0, 10297.0, 10284.0, 10245.0, 10299.0, 10257.0, 10314.0, 10276.0, 10310.0, 10264.0, 10265.0, 10260.0, 10252.0, 10324.0, 10379.0, 10374.0, 10384.0, 10291.0, 10274.0, 10287.0, 10265.0, 10297.0, 10289.0, 10313.0, 10295.0, 10361.0, 10350.0, 10366.0, 10377.0, 10331.0, 10404.0, 10363.0, 10305.0, 10323.0, 10303.0, 10331.0, 10307.0, 10356.0, 10324.0, 10398.0, 10362.0, 10371.0, 10316.0, 10241.0, 10302.0, 10252.0, 10319.0, 10239.0, 10205.0, 10221.0, 10214.0, 10283.0, 10256.0, 10335.0, 10279.0, 10186.0, 10232.0, 10162.0, 10149.0, 10139.0, 10192.0, 10292.0, 10211.0, 10194.0, 10143.0, 10178.0, 10154.0, 10137.0, 10185.0, 10161.0, 10228.0, 10202.0, 10151.0, 10207.0, 10195.0, 10208.0, 10195.0, 10155.0, 10196.0, 10184.0, 10156.0, 10150.0, 10162.0, 10169.0, 10168.0, 10186.0, 10206.0, 10194.0, 10213.0, 10213.0, 10222.0, 10222.0, 10238.0, 10227.0, 10239.0, 10260.0, 10288.0, 10274.0, 10271.0, 10295.0, 10268.0, 10268.0, 10320.0, 10290.0, 10330.0, 10302.0, 10287.0, 10285.0, 10290.0, 10287.0, 10313.0, 10330.0, 10322.0, 10350.0, 10322.0, 10319.0, 10360.0, 10356.0, 10339.0, 10410.0, 10359.0, 10368.0, 10418.0, 10326.0, 10259.0, 10303.0, 10261.0, 10269.0, 10242.0, 10239.0, 10233.0, 10236.0, 10236.0, 10220.0, 10288.0, 10243.0, 10309.0, 10280.0, 10267.0, 10285.0, 10250.0, 10301.0, 10248.0, 10271.0, 10240.0, 10203.0, 10266.0, 10170.0, 10226.0, 10182.0, 10181.0, 10205.0, 10145.0, 10225.0, 10172.0, 10227.0, 10206.0, 10229.0, 10190.0, 10190.0, 10207.0, 10180.0, 10235.0, 10174.0, 10272.0, 10190.0, 10287.0, 10241.0, 10298.0, 10256.0, 10200.0, 10229.0, 10245.0, 10245.0, 10275.0, 10275.0, 10293.0, 10277.0, 10290.0, 10280.0, 10293.0, 10272.0, 10298.0, 10297.0, 10295.0, 10308.0, 10279.0, 10310.0, 10253.0, 10348.0, 10293.0, 10341.0, 10278.0, 10260.0, 10363.0, 10302.0, 10239.0, 10234.0, 10357.0, 10242.0, 10251.0, 10305.0, 10281.0, 10342.0, 10310.0, 10324.0, 10329.0, 10277.0, 10320.0, 10270.0, 10320.0, 10284.0, 10319.0, 10288.0, 10263.0, 10297.0, 10225.0, 10286.0, 10240.0, 10250.0, 10235.0, 10210.0, 10215.0, 10174.0, 10226.0, 10170.0, 10225.0, 10170.0, 10224.0, 10174.0, 10219.0, 10162.0, 10231.0, 10213.0, 10235.0, 10217.0, 10195.0, 10205.0, 10210.0, 10224.0, 10201.0, 10259.0, 10247.0, 10307.0, 10279.0, 10323.0, 10270.0, 10306.0, 10258.0, 10304.0, 10254.0, 10305.0, 10267.0, 10291.0, 10286.0, 10324.0, 10314.0, 10346.0, 10313.0, 10298.0, 10265.0, 10256.0, 10289.0, 10227.0, 10309.0, 10264.0, 10306.0, 10276.0, 10304.0, 10295.0, 10248.0, 10324.0, 10251.0, 10328.0, 10284.0, 10340.0, 10285.0, 10278.0, 10315.0, 10286.0, 10343.0, 10267.0, 10350.0, 10266.0, 10289.0, 10252.0, 10290.0, 10276.0, 10305.0, 10281.0, 10316.0, 10260.0, 10292.0, 10250.0, 10276.0, 10246.0, 10218.0, 10267.0, 10199.0, 10284.0, 10196.0, 10285.0, 10225.0, 10268.0, 10231.0, 10259.0, 10231.0, 10221.0, 10236.0, 10211.0, 10265.0, 10228.0, 10271.0, 10260.0, 10268.0, 10265.0, 10256.0, 10263.0, 10259.0, 10296.0, 10270.0, 10328.0, 10307.0, 10289.0, 10273.0, 10277.0, 10291.0, 10271.0, 10320.0, 10294.0, 10351.0, 10319.0, 10345.0, 10308.0, 10274.0, 10300.0, 10241.0, 10320.0, 10289.0, 10330.0, 10308.0, 10334.0, 10318.0, 10346.0, 10306.0, 10279.0, 10307.0, 10321.0, 10304.0, 10367.0, 10306.0, 10346.0, 10305.0, 10325.0, 10321.0, 10346.0, 10335.0, 10310.0, 10340.0, 10252.0, 10329.0, 10295.0, 10344.0, 10312.0, 10259.0, 10338.0, 10264.0, 10314.0, 10271.0, 10308.0, 10298.0, 10276.0, 10312.0, 10299.0, 10313.0, 10314.0, 10307.0, 10357.0, 10318.0, 10289.0, 10339.0, 10301.0, 10391.0, 10354.0, 10377.0, 10379.0, 10268.0, 10331.0, 10273.0, 10309.0, 10286.0, 10326.0, 10308.0, 10327.0, 10319.0, 10274.0, 10372.0, 10329.0, 10348.0, 10316.0, 10246.0, 10309.0, 10278.0, 10229.0, 10104.0, 10243.0, 10204.0, 10269.0, 10247.0, 10329.0, 10291.0, 10318.0, 10333.0, 10268.0, 10326.0, 10303.0, 10317.0, 10268.0, 10246.0, 10299.0, 10235.0, 10283.0, 10217.0, 10187.0, 10243.0, 10194.0, 10254.0, 10198.0, 10159.0, 10228.0, 10181.0, 10255.0, 10210.0, 10231.0, 10206.0, 10203.0, 10237.0, 10189.0, 10267.0, 10225.0, 10300.0, 10259.0, 10275.0, 10237.0, 10231.0, 10222.0, 10202.0, 10269.0, 10236.0, 10308.0, 10273.0, 10312.0, 10316.0, 10261.0, 10323.0, 10238.0, 10305.0, 10252.0, 10324.0, 10274.0, 10327.0, 10288.0, 10325.0, 10300.0, 10325.0, 10285.0, 10337.0, 10270.0, 10344.0, 10257.0, 10332.0, 10287.0, 10330.0, 10284.0, 10311.0, 10298.0, 10274.0, 10327.0, 10271.0, 10315.0, 10341.0, 10303.0, 10377.0, 10281.0, 10343.0, 10297.0, 10339.0, 10282.0, 10324.0, 10280.0, 10318.0, 10247.0, 10318.0, 10229.0, 10304.0, 10245.0, 10299.0, 10232.0, 10303.0, 10235.0, 10303.0, 10217.0, 10287.0, 10236.0, 10289.0, 10252.0, 10306.0, 10222.0, 10280.0, 10242.0, 10284.0, 10232.0, 10302.0, 10268.0, 10316.0, 10271.0, 10317.0, 10295.0, 10320.0, 10299.0, 10336.0, 10321.0, 10350.0, 10323.0, 10329.0, 10301.0, 10289.0, 10361.0, 10322.0, 10380.0, 10336.0, 10297.0, 10339.0, 10286.0, 10367.0, 10311.0, 10366.0, 10340.0, 10394.0, 10362.0, 10385.0, 10322.0, 10378.0, 10321.0, 10375.0, 10333.0, 10389.0, 10343.0, 10373.0, 10358.0, 10360.0, 10375.0, 10351.0, 10390.0, 10323.0, 10389.0, 10364.0, 10377.0, 10340.0, 10259.0, 10351.0, 10329.0, 10346.0, 10361.0, 10303.0, 10367.0, 10283.0, 10339.0, 10310.0, 10322.0, 10310.0, 10334.0, 10312.0, 10358.0, 10319.0, 10356.0, 10317.0, 10329.0, 10295.0, 10309.0, 10293.0, 10302.0, 10317.0, 10247.0, 10319.0, 10262.0, 10311.0, 10263.0, 10290.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.006991856978085352</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.10788794705882354</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>5</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.65479053464198</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.1258862893764436</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9878663504734414</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.5195</td></tr>
|
|
<tr><td colspan=3>fber</td><td>3284.5859</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.18920147628043057</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>233</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>26.874279123414073</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.6382517325833406</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.558142757190942</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7548421161376275</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.601770324421453</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.013191</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.0023746469523757696</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.019727423787117004</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>867</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>4.326732230283843</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>k</td><td>13.0809</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>69.8738</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>272.0095</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>70.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>293083.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>1297.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>480.7838</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.8605</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>575.6493</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3869.6554</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>4026.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>83461.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1683.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4992.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>930.4888</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>19.969089375576004</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> |