=== 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-0031 --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-0031",
"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-0031_ses-04_task-social_acq-mb8_run-03_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-0031_ses-04_task-social_acq-mb8_run-03_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-03_session-04_subject-0031_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-0031/figures/sub-0031_ses-04_task-social_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0031/figures/sub-0031_ses-04_task-social_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0031/figures/sub-0031_ses-04_task-social_acq-mb8_run-03_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-03_session-04_subject-0031_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-0031/figures/sub-0031_ses-04_task-social_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0031/figures/sub-0031_ses-04_task-social_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0031/figures/sub-0031_ses-04_task-social_acq-mb8_run-03_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-03_session-04_subject-0031_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-0031/figures/sub-0031_ses-04_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0031/figures/sub-0031_ses-04_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0031/figures/sub-0031_ses-04_task-social_acq-mb8_run-03_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-03_session-04_subject-0031_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-0031/figures/sub-0031_ses-04_task-social_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0031/figures/sub-0031_ses-04_task-social_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0031/figures/sub-0031_ses-04_task-social_acq-mb8_run-03_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-03_session-04_subject-0031_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-0031/figures/sub-0031_ses-04_task-social_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0031/figures/sub-0031_ses-04_task-social_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0031/figures/sub-0031_ses-04_task-social_acq-mb8_run-03_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-03_session-04_subject-0031_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-0031/figures/sub-0031_ses-04_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0031/figures/sub-0031_ses-04_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0031/figures/sub-0031_ses-04_task-social_acq-mb8_run-03_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-04_subject-0031_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-0031/figures/sub-0031_ses-04_task-social_acq-mb8_run-03_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0031/figures/sub-0031_ses-04_task-social_acq-mb8_run-03_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-0031/figures/sub-0031_ses-04_task-social_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0031/figures/sub-0031_ses-04_task-social_acq-mb8_run-03_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-0031/ses-04/func/sub-0031_ses-04_task-social_acq-mb8_run-03_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>91af403403cb6b3c70786d9ea5ef48dc</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:40:9.520000</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.999405, -0.0228089, -0.0258618, 0.0211091, 0.997714, -0.0641981]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-03_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.114717</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-03_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>16</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4150, -7711, -7209, 566, -55, -101, 38, 66]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>social</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>288.931</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>9b211ef3-8c88-4b57-b071-ab59ef5fd279||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.6813313961029053, 0.05663410201668739, -0.0736207589507103, 109.28140258789062], [0.06119472160935402, 2.676793336868286, -0.1717577576637268, -98.97832489013672], [-0.06938526779413223, 0.17223875224590302, 2.6935253143310547, -59.07655334472656], [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': ['134009.520000', '134009.980000', '134010.440000', '134010.900000', '134011.360000', '134011.820000', '134012.280000', '134012.740000', '134013.200000', '134013.660000', '134014.120000', '134014.580000', '134015.040000', '134015.500000', '134015.960000', '134016.420000', '134016.880000', '134017.340000', '134017.800000', '134018.260000', '134018.720000', '134019.180000', '134019.640000', '134020.100000', '134020.560000', '134021.020000', '134021.480000', '134021.940000', '134022.400000', '134022.860000', '134023.320000', '134023.780000', '134024.240000', '134024.700000', '134025.160000', '134025.620000', '134026.080000', '134026.540000', '134027.000000', '134027.460000', '134027.920000', '134028.380000', '134028.840000', '134029.300000', '134029.760000', '134030.220000', '134030.680000', '134031.140000', '134031.600000', '134032.060000', '134032.520000', '134032.980000', '134033.440000', '134033.900000', '134034.360000', '134034.820000', '134035.280000', '134035.740000', '134036.200000', '134036.660000', '134037.120000', '134037.580000', '134038.040000', '134038.500000', '134038.960000', '134039.420000', '134039.880000', '134040.340000', '134040.800000', '134041.260000', '134041.720000', '134042.180000', '134042.640000', '134043.100000', '134043.560000', '134044.020000', '134044.480000', '134044.940000', '134045.400000', '134045.860000', '134046.320000', '134046.780000', '134047.240000', '134047.700000', '134048.160000', '134048.620000', '134049.080000', '134049.540000', '134050.000000', '134050.460000', '134050.920000', '134051.380000', '134051.840000', '134052.300000', '134052.760000', '134053.220000', '134053.680000', '134054.140000', '134054.600000', '134055.060000', '134055.520000', '134055.980000', '134056.440000', '134056.900000', '134057.360000', '134057.820000', '134058.280000', '134058.740000', '134059.200000', '134059.660000', '134100.120000', '134100.580000', '134101.040000', '134101.500000', '134101.960000', '134102.420000', '134102.880000', '134103.340000', '134103.800000', '134104.260000', '134104.720000', '134105.180000', '134105.640000', '134106.100000', '134106.560000', '134107.020000', '134107.480000', '134107.940000', '134108.400000', '134108.860000', '134109.320000', '134109.780000', '134110.240000', '134110.700000', '134111.160000', '134111.620000', '134112.080000', '134112.540000', '134113.000000', '134113.460000', '134113.920000', '134114.380000', '134114.840000', '134115.300000', '134115.760000', '134116.220000', '134116.680000', '134117.140000', '134117.600000', '134118.060000', '134118.520000', '134118.980000', '134119.440000', '134119.900000', '134120.360000', '134120.820000', '134121.280000', '134121.740000', '134122.200000', '134122.660000', '134123.120000', '134123.580000', '134124.040000', '134124.500000', '134124.960000', '134125.420000', '134125.880000', '134126.340000', '134126.800000', '134127.260000', '134127.720000', '134128.180000', '134128.640000', '134129.100000', '134129.560000', '134130.020000', '134130.480000', '134130.940000', '134131.400000', '134131.860000', '134132.320000', '134132.780000', '134133.240000', '134133.700000', '134134.160000', '134134.620000', '134135.080000', '134135.540000', '134136.000000', '134136.460000', '134136.920000', '134137.380000', '134137.840000', '134138.300000', '134138.760000', '134139.220000', '134139.680000', '134140.140000', '134140.600000', '134141.060000', '134141.520000', '134141.980000', '134142.440000', '134142.900000', '134143.360000', '134143.820000', '134144.280000', '134144.740000', '134145.200000', '134145.660000', '134146.120000', '134146.580000', '134147.040000', '134147.500000', '134147.960000', '134148.420000', '134148.880000', '134149.340000', '134149.800000', '134150.260000', '134150.720000', '134151.180000', '134151.640000', '134152.100000', '134152.560000', '134153.020000', '134153.480000', '134153.940000', '134154.400000', '134154.860000', '134155.320000', '134155.780000', '134156.240000', '134156.700000', '134157.160000', '134157.620000', '134158.080000', '134158.540000', '134159.000000', '134159.460000', '134159.920000', '134200.380000', '134200.840000', '134201.300000', '134201.760000', '134202.220000', '134202.680000', '134203.140000', '134203.600000', '134204.060000', '134204.520000', '134204.980000', '134205.440000', '134205.900000', '134206.360000', '134206.820000', '134207.280000', '134207.740000', '134208.200000', '134208.660000', '134209.120000', '134209.580000', '134210.040000', '134210.500000', '134210.960000', '134211.420000', '134211.880000', '134212.340000', '134212.800000', '134213.260000', '134213.720000', '134214.180000', '134214.640000', '134215.100000', '134215.560000', '134216.020000', '134216.480000', '134216.940000', '134217.400000', '134217.860000', '134218.320000', '134218.780000', '134219.240000', '134219.700000', '134220.160000', '134220.620000', '134221.080000', '134221.540000', '134222.000000', '134222.460000', '134222.920000', '134223.380000', '134223.840000', '134224.300000', '134224.760000', '134225.220000', '134225.680000', '134226.140000', '134226.600000', '134227.060000', '134227.520000', '134227.980000', '134228.440000', '134228.900000', '134229.360000', '134229.820000', '134230.280000', '134230.740000', '134231.200000', '134231.660000', '134232.120000', '134232.580000', '134233.040000', '134233.500000', '134233.960000', '134234.420000', '134234.880000', '134235.340000', '134235.800000', '134236.260000', '134236.720000', '134237.180000', '134237.640000', '134238.100000', '134238.560000', '134239.020000', '134239.480000', '134239.940000', '134240.400000', '134240.860000', '134241.320000', '134241.780000', '134242.240000', '134242.700000', '134243.160000', '134243.620000', '134244.080000', '134244.540000', '134245.000000', '134245.460000', '134245.920000', '134246.380000', '134246.840000', '134247.300000', '134247.760000', '134248.220000', '134248.680000', '134249.140000', '134249.600000', '134250.060000', '134250.520000', '134250.980000', '134251.440000', '134251.900000', '134252.360000', '134252.820000', '134253.280000', '134253.740000', '134254.200000', '134254.660000', '134255.120000', '134255.580000', '134256.040000', '134256.500000', '134256.960000', '134257.420000', '134257.880000', '134258.340000', '134258.800000', '134259.260000', '134259.720000', '134300.180000', '134300.640000', '134301.100000', '134301.560000', '134302.020000', '134302.480000', '134302.940000', '134303.400000', '134303.860000', '134304.320000', '134304.780000', '134305.240000', '134305.700000', '134306.160000', '134306.620000', '134307.080000', '134307.540000', '134308.000000', '134308.460000', '134308.920000', '134309.380000', '134309.840000', '134310.300000', '134310.760000', '134311.220000', '134311.680000', '134312.140000', '134312.600000', '134313.060000', '134313.520000', '134313.980000', '134314.440000', '134314.900000', '134315.360000', '134315.820000', '134316.280000', '134316.740000', '134317.200000', '134317.660000', '134318.120000', '134318.580000', '134319.040000', '134319.500000', '134319.960000', '134320.420000', '134320.880000', '134321.340000', '134321.800000', '134322.260000', '134322.720000', '134323.180000', '134323.640000', '134324.100000', '134324.560000', '134325.020000', '134325.480000', '134325.940000', '134326.400000', '134326.860000', '134327.320000', '134327.780000', '134328.240000', '134328.700000', '134329.160000', '134329.620000', '134330.080000', '134330.540000', '134331.000000', '134331.460000', '134331.920000', '134332.380000', '134332.840000', '134333.300000', '134333.760000', '134334.220000', '134334.680000', '134335.140000', '134335.600000', '134336.060000', '134336.520000', '134336.980000', '134337.440000', '134337.900000', '134338.360000', '134338.820000', '134339.280000', '134339.740000', '134340.200000', '134340.660000', '134341.120000', '134341.580000', '134342.040000', '134342.500000', '134342.960000', '134343.420000', '134343.880000', '134344.340000', '134344.800000', '134345.260000', '134345.720000', '134346.180000', '134346.640000', '134347.100000', '134347.560000', '134348.020000', '134348.480000', '134348.940000', '134349.400000', '134349.860000', '134350.320000', '134350.780000', '134351.240000', '134351.700000', '134352.160000', '134352.620000', '134353.080000', '134353.540000', '134354.000000', '134354.460000', '134354.920000', '134355.380000', '134355.840000', '134356.300000', '134356.760000', '134357.220000', '134357.680000', '134358.140000', '134358.600000', '134359.060000', '134359.520000', '134359.980000', '134400.440000', '134400.900000', '134401.360000', '134401.820000', '134402.280000', '134402.740000', '134403.200000', '134403.660000', '134404.120000', '134404.580000', '134405.040000', '134405.500000', '134405.960000', '134406.420000', '134406.880000', '134407.340000', '134407.800000', '134408.260000', '134408.720000', '134409.180000', '134409.640000', '134410.100000', '134410.560000', '134411.020000', '134411.480000', '134411.940000', '134412.400000', '134412.860000', '134413.320000', '134413.780000', '134414.240000', '134414.700000', '134415.160000', '134415.620000', '134416.080000', '134416.540000', '134417.000000', '134417.460000', '134417.920000', '134418.380000', '134418.840000', '134419.300000', '134419.760000', '134420.220000', '134420.680000', '134421.140000', '134421.600000', '134422.060000', '134422.520000', '134422.980000', '134423.440000', '134423.900000', '134424.360000', '134424.820000', '134425.280000', '134425.740000', '134426.200000', '134426.660000', '134427.120000', '134427.580000', '134428.040000', '134428.500000', '134428.960000', '134429.420000', '134429.880000', '134430.340000', '134430.800000', '134431.260000', '134431.720000', '134432.180000', '134432.640000', '134433.100000', '134433.560000', '134434.020000', '134434.480000', '134434.940000', '134435.400000', '134435.860000', '134436.320000', '134436.780000', '134437.240000', '134437.700000', '134438.160000', '134438.620000', '134439.080000', '134439.540000', '134440.000000', '134440.460000', '134440.920000', '134441.380000', '134441.840000', '134442.300000', '134442.760000', '134443.220000', '134443.680000', '134444.140000', '134444.600000', '134445.060000', '134445.520000', '134445.980000', '134446.440000', '134446.900000', '134447.360000', '134447.820000', '134448.280000', '134448.740000', '134449.200000', '134449.660000', '134450.120000', '134450.580000', '134451.040000', '134451.500000', '134451.960000', '134452.420000', '134452.880000', '134453.340000', '134453.800000', '134454.260000', '134454.720000', '134455.180000', '134455.640000', '134456.100000', '134456.560000', '134457.020000', '134457.480000', '134457.940000', '134458.400000', '134458.860000', '134459.320000', '134459.780000', '134500.240000', '134500.700000', '134501.160000', '134501.620000', '134502.080000', '134502.540000', '134503.000000', '134503.460000', '134503.920000', '134504.380000', '134504.840000', '134505.300000', '134505.760000', '134506.220000', '134506.680000', '134507.140000', '134507.600000', '134508.060000', '134508.520000', '134508.980000', '134509.440000', '134509.900000', '134510.360000', '134510.820000', '134511.280000', '134511.740000', '134512.200000', '134512.660000', '134513.120000', '134513.580000', '134514.040000', '134514.500000', '134514.960000', '134515.420000', '134515.880000', '134516.340000', '134516.800000', '134517.260000', '134517.720000', '134518.180000', '134518.640000', '134519.100000', '134519.560000', '134520.020000', '134520.480000', '134520.940000', '134521.400000', '134521.860000', '134522.320000', '134522.780000', '134523.240000', '134523.700000', '134524.160000', '134524.620000', '134525.080000', '134525.540000', '134526.000000', '134526.460000', '134526.920000', '134527.380000', '134527.840000', '134528.300000', '134528.760000', '134529.220000', '134529.680000', '134530.140000', '134530.600000', '134531.060000', '134531.520000', '134531.980000', '134532.440000', '134532.900000', '134533.360000', '134533.820000', '134534.280000', '134534.740000', '134535.200000', '134535.660000', '134536.120000', '134536.580000', '134537.040000', '134537.500000', '134537.960000', '134538.420000', '134538.880000', '134539.340000', '134539.800000', '134540.260000', '134540.720000', '134541.180000', '134541.640000', '134542.100000', '134542.560000', '134543.020000', '134543.480000', '134543.940000', '134544.400000', '134544.860000', '134545.320000', '134545.780000', '134546.240000', '134546.700000', '134547.160000', '134547.620000', '134548.080000', '134548.540000', '134549.000000', '134549.460000', '134549.920000', '134550.380000', '134550.840000', '134551.300000', '134551.760000', '134552.220000', '134552.680000', '134553.140000', '134553.600000', '134554.060000', '134554.520000', '134554.980000', '134555.440000', '134555.900000', '134556.360000', '134556.820000', '134557.280000', '134557.740000', '134558.200000', '134558.660000', '134559.120000', '134559.580000', '134600.040000', '134600.500000', '134600.960000', '134601.420000', '134601.880000', '134602.340000', '134602.800000', '134603.260000', '134603.720000', '134604.180000', '134604.640000', '134605.100000', '134605.560000', '134606.020000', '134606.480000', '134606.940000', '134607.400000', '134607.860000', '134608.320000', '134608.780000', '134609.240000', '134609.700000', '134610.160000', '134610.620000', '134611.080000', '134611.540000', '134612.000000', '134612.460000', '134612.920000', '134613.380000', '134613.840000', '134614.300000', '134614.760000', '134615.220000', '134615.680000', '134616.140000', '134616.600000', '134617.060000', '134617.520000', '134617.980000', '134618.440000', '134618.900000', '134619.360000', '134619.820000', '134620.280000', '134620.740000', '134621.200000', '134621.660000', '134622.120000', '134622.580000', '134623.040000', '134623.500000', '134623.960000', '134624.420000', '134624.880000', '134625.340000', '134625.800000', '134626.260000', '134626.720000', '134627.180000', '134627.640000', '134628.100000', '134628.560000', '134629.020000', '134629.480000', '134629.940000', '134630.400000', '134630.860000', '134631.320000', '134631.780000', '134632.240000', '134632.700000', '134633.160000', '134633.620000', '134634.080000', '134634.540000', '134635.000000', '134635.460000', '134635.920000', '134636.380000', '134636.840000', '134637.300000', '134637.760000', '134638.220000', '134638.680000', '134639.140000', '134639.600000', '134640.060000', '134640.520000', '134640.980000', '134641.440000', '134641.900000', '134642.360000', '134642.820000', '134643.280000', '134643.740000', '134644.200000', '134644.660000', '134645.120000', '134645.580000', '134646.040000', '134646.500000', '134646.960000', '134647.420000', '134647.880000', '134648.340000', '134648.800000', '134649.260000', '134649.720000', '134650.180000'], 'ContentTime': ['134029.157000', '134029.160000', '134029.163000', '134029.166000', '134029.168000', '134029.171000', '134029.173000', '134029.176000', '134029.179000', '134029.181000', '134029.184000', '134029.186000', '134029.189000', '134029.192000', '134029.198000', '134029.200000', '134029.203000', '134029.205000', '134029.208000', '134029.211000', '134029.213000', '134029.216000', '134029.218000', '134029.221000', '134029.223000', '134029.226000', '134029.228000', '134029.231000', '134029.234000', '134029.236000', '134029.239000', '134029.241000', '134029.244000', '134029.247000', '134029.250000', '134029.253000', '134029.256000', '134029.258000', '134029.261000', '134049.122000', '134049.125000', '134049.128000', '134049.130000', '134049.133000', '134049.136000', '134049.138000', '134049.141000', '134049.143000', '134049.146000', '134049.148000', '134049.151000', '134049.153000', '134049.156000', '134049.158000', '134049.161000', '134049.163000', '134049.166000', '134049.169000', '134049.171000', '134049.174000', '134049.176000', '134049.179000', '134049.181000', '134049.184000', '134049.186000', '134049.189000', '134049.191000', '134049.194000', '134049.196000', '134049.199000', '134049.202000', '134049.204000', '134049.207000', '134049.210000', '134049.212000', '134049.215000', '134049.217000', '134049.220000', '134049.223000', '134049.225000', '134049.228000', '134049.230000', '134049.233000', '134109.122000', '134109.125000', '134109.128000', '134109.130000', '134109.133000', '134109.135000', '134109.138000', '134109.140000', '134109.143000', '134109.146000', '134109.148000', '134109.151000', '134109.153000', '134109.156000', '134109.159000', '134109.161000', '134109.164000', '134109.166000', '134109.169000', '134109.171000', '134109.174000', '134109.177000', '134109.179000', '134109.182000', '134109.184000', '134109.187000', '134109.189000', '134109.192000', '134109.194000', '134109.197000', '134109.199000', '134109.202000', '134109.204000', '134109.207000', '134109.210000', '134109.212000', '134109.215000', '134109.217000', '134109.220000', '134109.222000', '134109.225000', '134109.227000', '134109.230000', '134129.132000', '134129.135000', '134129.138000', '134129.140000', '134129.143000', '134129.146000', '134129.148000', '134129.151000', '134129.153000', '134129.156000', '134129.158000', '134129.161000', '134129.163000', '134129.166000', '134129.169000', '134129.171000', '134129.174000', '134129.176000', '134129.179000', '134129.181000', '134129.184000', '134129.186000', '134129.189000', '134129.191000', '134129.194000', '134129.196000', '134129.199000', '134129.202000', '134129.204000', '134129.207000', '134129.209000', '134129.212000', '134129.214000', '134129.217000', '134129.220000', '134129.222000', '134129.225000', '134129.227000', '134129.230000', '134129.232000', '134129.235000', '134129.238000', '134129.240000', '134129.243000', '134149.122000', '134149.125000', '134149.128000', '134149.130000', '134149.133000', '134149.136000', '134149.138000', '134149.141000', '134149.143000', '134149.146000', '134149.149000', '134149.151000', '134149.154000', '134149.156000', '134149.159000', '134149.161000', '134149.164000', '134149.166000', '134149.169000', '134149.172000', '134149.174000', '134149.177000', '134149.179000', '134149.182000', '134149.184000', '134149.187000', '134149.189000', '134149.192000', '134149.194000', '134149.197000', '134149.200000', '134149.202000', '134149.205000', '134149.207000', '134149.210000', '134149.212000', '134149.215000', '134149.217000', '134149.220000', '134149.222000', '134149.225000', '134149.228000', '134149.230000', '134209.122000', '134209.125000', '134209.128000', '134209.130000', '134209.133000', '134209.135000', '134209.138000', '134209.141000', '134209.143000', '134209.146000', '134209.148000', '134209.151000', '134209.154000', '134209.156000', '134209.159000', '134209.162000', '134209.164000', '134209.167000', '134209.169000', '134209.172000', '134209.174000', '134209.177000', '134209.180000', '134209.182000', '134209.185000', '134209.187000', '134209.190000', '134209.192000', '134209.195000', '134209.198000', '134209.200000', '134209.203000', '134209.206000', '134209.208000', '134209.211000', '134209.213000', '134209.216000', '134209.218000', '134209.221000', '134209.224000', '134209.226000', '134209.229000', '134209.231000', '134209.234000', '134229.122000', '134229.125000', '134229.128000', '134229.130000', '134229.133000', '134229.136000', '134229.138000', '134229.141000', '134229.143000', '134229.146000', '134229.149000', '134229.151000', '134229.154000', '134229.156000', '134229.159000', '134229.162000', '134229.164000', '134229.167000', '134229.169000', '134229.172000', '134229.174000', '134229.177000', '134229.180000', '134229.182000', '134229.185000', '134229.187000', '134229.190000', '134229.192000', '134229.195000', '134229.198000', '134229.200000', '134229.203000', '134229.205000', '134229.208000', '134229.210000', '134229.213000', '134229.216000', '134229.218000', '134229.221000', '134229.223000', '134229.226000', '134229.229000', '134229.231000', '134249.122000', '134249.125000', '134249.128000', '134249.130000', '134249.133000', '134249.136000', '134249.138000', '134249.141000', '134249.143000', '134249.150000', '134249.153000', '134249.156000', '134249.158000', '134249.161000', '134249.163000', '134249.166000', '134249.169000', '134249.171000', '134249.174000', '134249.176000', '134249.179000', '134249.182000', '134249.184000', '134249.187000', '134249.189000', '134249.192000', '134249.202000', '134249.204000', '134249.207000', '134249.210000', '134249.212000', '134249.215000', '134249.217000', '134249.220000', '134249.223000', '134249.225000', '134249.228000', '134249.230000', '134249.233000', '134249.251000', '134249.254000', '134249.256000', '134249.259000', '134249.261000', '134309.122000', '134309.125000', '134309.128000', '134309.130000', '134309.133000', '134309.135000', '134309.138000', '134309.141000', '134309.143000', '134309.146000', '134309.148000', '134309.151000', '134309.154000', '134309.156000', '134309.159000', '134309.161000', '134309.164000', '134309.166000', '134309.169000', '134309.172000', '134309.174000', '134309.177000', '134309.179000', '134309.182000', '134309.185000', '134309.187000', '134309.190000', '134309.192000', '134309.195000', '134309.197000', '134309.200000', '134309.203000', '134309.205000', '134309.208000', '134309.211000', '134309.213000', '134309.216000', '134309.218000', '134309.221000', '134309.224000', '134309.226000', '134309.229000', '134309.231000', '134329.122000', '134329.125000', '134329.128000', '134329.131000', '134329.133000', '134329.136000', '134329.139000', '134329.141000', '134329.144000', '134329.146000', '134329.149000', '134329.151000', '134329.154000', '134329.157000', '134329.159000', '134329.162000', '134329.164000', '134329.167000', '134329.169000', '134329.172000', '134329.175000', '134329.177000', '134329.180000', '134329.183000', '134329.185000', '134329.188000', '134329.190000', '134329.193000', '134329.196000', '134329.198000', '134329.201000', '134329.203000', '134329.206000', '134329.209000', '134329.211000', '134329.214000', '134329.216000', '134329.219000', '134329.222000', '134329.224000', '134329.227000', '134329.229000', '134329.232000', '134329.234000', '134349.122000', '134349.125000', '134349.128000', '134349.130000', '134349.133000', '134349.136000', '134349.138000', '134349.141000', '134349.143000', '134349.146000', '134349.149000', '134349.151000', '134349.154000', '134349.156000', '134349.159000', '134349.161000', '134349.164000', '134349.166000', '134349.169000', '134349.172000', '134349.174000', '134349.177000', '134349.179000', '134349.182000', '134349.184000', '134349.187000', '134349.190000', '134349.192000', '134349.195000', '134349.198000', '134349.200000', '134349.203000', '134349.205000', '134349.208000', '134349.211000', '134349.213000', '134349.216000', '134349.218000', '134349.221000', '134349.223000', '134349.226000', '134349.229000', '134349.231000', '134409.122000', '134409.125000', '134409.128000', '134409.130000', '134409.133000', '134409.136000', '134409.139000', '134409.142000', '134409.145000', '134409.147000', '134409.150000', '134409.153000', '134409.155000', '134409.158000', '134409.161000', '134409.163000', '134409.166000', '134409.168000', '134409.171000', '134409.174000', '134409.176000', '134409.179000', '134409.182000', '134409.185000', '134409.187000', '134409.190000', '134409.193000', '134409.195000', '134409.198000', '134409.201000', '134409.203000', '134409.206000', '134409.209000', '134409.211000', '134409.214000', '134409.216000', '134409.219000', '134409.222000', '134409.224000', '134409.227000', '134409.229000', '134409.232000', '134409.235000', '134429.122000', '134429.125000', '134429.128000', '134429.131000', '134429.133000', '134429.136000', '134429.139000', '134429.141000', '134429.144000', '134429.146000', '134429.149000', '134429.151000', '134429.154000', '134429.157000', '134429.159000', '134429.162000', '134429.165000', '134429.167000', '134429.170000', '134429.173000', '134429.175000', '134429.197000', '134429.200000', '134429.202000', '134429.205000', '134429.208000', '134429.210000', '134429.213000', '134429.215000', '134429.218000', '134429.221000', '134429.223000', '134429.226000', '134429.228000', '134429.231000', '134429.234000', '134429.236000', '134429.239000', '134429.241000', '134429.244000', '134429.246000', '134429.249000', '134429.252000', '134429.254000', '134449.122000', '134449.125000', '134449.128000', '134449.130000', '134449.133000', '134449.136000', '134449.139000', '134449.141000', '134449.144000', '134449.147000', '134449.150000', '134449.153000', '134449.156000', '134449.158000', '134449.161000', '134449.163000', '134449.166000', '134449.169000', '134449.171000', '134449.174000', '134449.176000', '134449.179000', '134449.182000', '134449.184000', '134449.187000', '134449.189000', '134449.192000', '134449.194000', '134449.197000', '134449.200000', '134449.202000', '134449.205000', '134449.207000', '134449.210000', '134449.212000', '134449.215000', '134449.218000', '134449.220000', '134449.223000', '134449.225000', '134449.228000', '134449.231000', '134449.233000', '134509.123000', '134509.125000', '134509.128000', '134509.131000', '134509.133000', '134509.136000', '134509.138000', '134509.141000', '134509.144000', '134509.146000', '134509.149000', '134509.151000', '134509.154000', '134509.157000', '134509.159000', '134509.162000', '134509.164000', '134509.167000', '134509.169000', '134509.172000', '134509.175000', '134509.177000', '134509.180000', '134509.183000', '134509.185000', '134509.188000', '134509.190000', '134509.193000', '134509.195000', '134509.198000', '134509.201000', '134509.203000', '134509.206000', '134509.208000', '134509.211000', '134509.214000', '134509.216000', '134509.219000', '134509.221000', '134509.224000', '134509.227000', '134509.229000', '134509.232000', '134509.234000', '134529.122000', '134529.125000', '134529.128000', '134529.131000', '134529.133000', '134529.136000', '134529.138000', '134529.141000', '134529.144000', '134529.146000', '134529.149000', '134529.151000', '134529.154000', '134529.156000', '134529.159000', '134529.161000', '134529.164000', '134529.167000', '134529.169000', '134529.172000', '134529.174000', '134529.177000', '134529.180000', '134529.183000', '134529.186000', '134529.189000', '134529.191000', '134529.194000', '134529.197000', '134529.199000', '134529.202000', '134529.204000', '134529.207000', '134529.209000', '134529.212000', '134529.215000', '134529.217000', '134529.220000', '134529.222000', '134529.226000', '134529.229000', '134529.232000', '134529.234000', '134549.122000', '134549.125000', '134549.128000', '134549.131000', '134549.133000', '134549.136000', '134549.138000', '134549.141000', '134549.144000', '134549.146000', '134549.149000', '134549.151000', '134549.154000', '134549.156000', '134549.159000', '134549.162000', '134549.164000', '134549.167000', '134549.169000', '134549.172000', '134549.174000', '134549.177000', '134549.180000', '134549.182000', '134549.185000', '134549.187000', '134549.190000', '134549.192000', '134549.195000', '134549.198000', '134549.200000', '134549.203000', '134549.206000', '134549.208000', '134549.211000', '134549.213000', '134549.216000', '134549.218000', '134549.221000', '134549.223000', '134549.226000', '134549.229000', '134549.231000', '134549.234000', '134609.122000', '134609.126000', '134609.128000', '134609.131000', '134609.133000', '134609.138000', '134609.140000', '134609.143000', '134609.146000', '134609.148000', '134609.151000', '134609.153000', '134609.156000', '134609.159000', '134609.161000', '134609.164000', '134609.167000', '134609.169000', '134609.172000', '134609.175000', '134609.177000', '134609.180000', '134609.182000', '134609.185000', '134609.188000', '134609.190000', '134609.193000', '134609.195000', '134609.198000', '134609.200000', '134609.203000', '134609.206000', '134609.208000', '134609.211000', '134609.213000', '134609.216000', '134609.218000', '134609.221000', '134609.223000', '134609.226000', '134609.229000', '134609.231000', '134609.234000', '134629.123000', '134629.126000', '134629.128000', '134629.131000', '134629.134000', '134629.136000', '134629.139000', '134629.141000', '134629.144000', '134629.146000', '134629.149000', '134629.152000', '134629.154000', '134629.157000', '134629.160000', '134629.162000', '134629.165000', '134629.168000', '134629.170000', '134629.173000', '134629.175000', '134629.178000', '134629.180000', '134629.183000', '134629.186000', '134629.188000', '134629.191000', '134629.194000', '134629.196000', '134629.199000', '134629.201000', '134629.204000', '134629.206000', '134629.209000', '134629.212000', '134629.214000', '134629.217000', '134629.220000', '134629.222000', '134629.225000', '134629.227000', '134629.230000', '134629.233000', '134629.235000', '134649.123000', '134649.125000', '134649.128000', '134649.131000', '134649.133000', '134649.136000', '134649.138000', '134649.141000', '134649.143000', '134649.146000', '134649.149000', '134649.151000', '134649.154000', '134649.156000', '134649.159000', '134649.162000', '134649.164000', '134649.167000', '134649.169000', '134649.172000', '134649.174000', '134649.177000', '134649.180000', '134649.182000', '134649.185000', '134649.187000', '134649.190000', '134649.193000', '134649.195000', '134649.198000', '134649.200000', '134649.203000', '134649.206000', '134649.208000', '134649.211000', '134649.214000', '134649.216000', '134649.219000', '134649.222000', '134649.224000', '134649.227000', '134649.229000', '134649.232000', '134651.983000', '134651.986000', '134651.988000', '134651.991000', '134651.994000', '134651.997000', '134652.000000'], 'InstanceCreationTime': ['134029.157000', '134029.160000', '134029.163000', '134029.166000', '134029.168000', '134029.171000', '134029.173000', '134029.176000', '134029.179000', '134029.181000', '134029.184000', '134029.186000', '134029.189000', '134029.192000', '134029.198000', '134029.200000', '134029.203000', '134029.205000', '134029.208000', '134029.211000', '134029.213000', '134029.216000', '134029.218000', '134029.221000', '134029.223000', '134029.226000', '134029.228000', '134029.231000', '134029.234000', '134029.236000', '134029.239000', '134029.241000', '134029.244000', '134029.247000', '134029.250000', '134029.253000', '134029.256000', '134029.258000', '134029.261000', '134049.122000', '134049.125000', '134049.128000', '134049.130000', '134049.133000', '134049.136000', '134049.138000', '134049.141000', '134049.143000', '134049.146000', '134049.148000', '134049.151000', '134049.153000', '134049.156000', '134049.158000', '134049.161000', '134049.163000', '134049.166000', '134049.169000', '134049.171000', '134049.174000', '134049.176000', '134049.179000', '134049.181000', '134049.184000', '134049.186000', '134049.189000', '134049.191000', '134049.194000', '134049.196000', '134049.199000', '134049.202000', '134049.204000', '134049.207000', '134049.210000', '134049.212000', '134049.215000', '134049.217000', '134049.220000', '134049.223000', '134049.225000', '134049.228000', '134049.230000', '134049.233000', '134109.122000', '134109.125000', '134109.128000', '134109.130000', '134109.133000', '134109.135000', '134109.138000', '134109.140000', '134109.143000', '134109.146000', '134109.148000', '134109.151000', '134109.153000', '134109.156000', '134109.159000', '134109.161000', '134109.164000', '134109.166000', '134109.169000', '134109.171000', '134109.174000', '134109.177000', '134109.179000', '134109.182000', '134109.184000', '134109.187000', '134109.189000', '134109.192000', '134109.194000', '134109.197000', '134109.199000', '134109.202000', '134109.204000', '134109.207000', '134109.210000', '134109.212000', '134109.215000', '134109.217000', '134109.220000', '134109.222000', '134109.225000', '134109.227000', '134109.230000', '134129.132000', '134129.135000', '134129.138000', '134129.140000', '134129.143000', '134129.146000', '134129.148000', '134129.151000', '134129.153000', '134129.156000', '134129.158000', '134129.161000', '134129.163000', '134129.166000', '134129.169000', '134129.171000', '134129.174000', '134129.176000', '134129.179000', '134129.181000', '134129.184000', '134129.186000', '134129.189000', '134129.191000', '134129.194000', '134129.196000', '134129.199000', '134129.202000', '134129.204000', '134129.207000', '134129.209000', '134129.212000', '134129.214000', '134129.217000', '134129.220000', '134129.222000', '134129.225000', '134129.227000', '134129.230000', '134129.232000', '134129.235000', '134129.238000', '134129.240000', '134129.243000', '134149.122000', '134149.125000', '134149.128000', '134149.130000', '134149.133000', '134149.136000', '134149.138000', '134149.141000', '134149.143000', '134149.146000', '134149.149000', '134149.151000', '134149.154000', '134149.156000', '134149.159000', '134149.161000', '134149.164000', '134149.166000', '134149.169000', '134149.172000', '134149.174000', '134149.177000', '134149.179000', '134149.182000', '134149.184000', '134149.187000', '134149.189000', '134149.192000', '134149.194000', '134149.197000', '134149.200000', '134149.202000', '134149.205000', '134149.207000', '134149.210000', '134149.212000', '134149.215000', '134149.217000', '134149.220000', '134149.222000', '134149.225000', '134149.228000', '134149.230000', '134209.122000', '134209.125000', '134209.128000', '134209.130000', '134209.133000', '134209.135000', '134209.138000', '134209.141000', '134209.143000', '134209.146000', '134209.148000', '134209.151000', '134209.154000', '134209.156000', '134209.159000', '134209.162000', '134209.164000', '134209.167000', '134209.169000', '134209.172000', '134209.174000', '134209.177000', '134209.180000', '134209.182000', '134209.185000', '134209.187000', '134209.190000', '134209.192000', '134209.195000', '134209.198000', '134209.200000', '134209.203000', '134209.206000', '134209.208000', '134209.211000', '134209.213000', '134209.216000', '134209.218000', '134209.221000', '134209.224000', '134209.226000', '134209.229000', '134209.231000', '134209.234000', '134229.122000', '134229.125000', '134229.128000', '134229.130000', '134229.133000', '134229.136000', '134229.138000', '134229.141000', '134229.143000', '134229.146000', '134229.149000', '134229.151000', '134229.154000', '134229.156000', '134229.159000', '134229.162000', '134229.164000', '134229.167000', '134229.169000', '134229.172000', '134229.174000', '134229.177000', '134229.180000', '134229.182000', '134229.185000', '134229.187000', '134229.190000', '134229.192000', '134229.195000', '134229.198000', '134229.200000', '134229.203000', '134229.205000', '134229.208000', '134229.210000', '134229.213000', '134229.216000', '134229.218000', '134229.221000', '134229.223000', '134229.226000', '134229.229000', '134229.231000', '134249.122000', '134249.125000', '134249.128000', '134249.130000', '134249.133000', '134249.136000', '134249.138000', '134249.141000', '134249.143000', '134249.150000', '134249.153000', '134249.156000', '134249.158000', '134249.161000', '134249.163000', '134249.166000', '134249.169000', '134249.171000', '134249.174000', '134249.176000', '134249.179000', '134249.182000', '134249.184000', '134249.187000', '134249.189000', '134249.192000', '134249.202000', '134249.204000', '134249.207000', '134249.210000', '134249.212000', '134249.215000', '134249.217000', '134249.220000', '134249.223000', '134249.225000', '134249.228000', '134249.230000', '134249.233000', '134249.251000', '134249.254000', '134249.256000', '134249.259000', '134249.261000', '134309.122000', '134309.125000', '134309.128000', '134309.130000', '134309.133000', '134309.135000', '134309.138000', '134309.141000', '134309.143000', '134309.146000', '134309.148000', '134309.151000', '134309.154000', '134309.156000', '134309.159000', '134309.161000', '134309.164000', '134309.166000', '134309.169000', '134309.172000', '134309.174000', '134309.177000', '134309.179000', '134309.182000', '134309.185000', '134309.187000', '134309.190000', '134309.192000', '134309.195000', '134309.197000', '134309.200000', '134309.203000', '134309.205000', '134309.208000', '134309.211000', '134309.213000', '134309.216000', '134309.218000', '134309.221000', '134309.224000', '134309.226000', '134309.229000', '134309.231000', '134329.122000', '134329.125000', '134329.128000', '134329.131000', '134329.133000', '134329.136000', '134329.139000', '134329.141000', '134329.144000', '134329.146000', '134329.149000', '134329.151000', '134329.154000', '134329.157000', '134329.159000', '134329.162000', '134329.164000', '134329.167000', '134329.169000', '134329.172000', '134329.175000', '134329.177000', '134329.180000', '134329.183000', '134329.185000', '134329.188000', '134329.190000', '134329.193000', '134329.196000', '134329.198000', '134329.201000', '134329.203000', '134329.206000', '134329.209000', '134329.211000', '134329.214000', '134329.216000', '134329.219000', '134329.222000', '134329.224000', '134329.227000', '134329.229000', '134329.232000', '134329.234000', '134349.122000', '134349.125000', '134349.128000', '134349.130000', '134349.133000', '134349.136000', '134349.138000', '134349.141000', '134349.143000', '134349.146000', '134349.149000', '134349.151000', '134349.154000', '134349.156000', '134349.159000', '134349.161000', '134349.164000', '134349.166000', '134349.169000', '134349.172000', '134349.174000', '134349.177000', '134349.179000', '134349.182000', '134349.184000', '134349.187000', '134349.190000', '134349.192000', '134349.195000', '134349.198000', '134349.200000', '134349.203000', '134349.205000', '134349.208000', '134349.211000', '134349.213000', '134349.216000', '134349.218000', '134349.221000', '134349.223000', '134349.226000', '134349.229000', '134349.231000', '134409.122000', '134409.125000', '134409.128000', '134409.130000', '134409.133000', '134409.136000', '134409.139000', '134409.142000', '134409.145000', '134409.147000', '134409.150000', '134409.153000', '134409.155000', '134409.158000', '134409.161000', '134409.163000', '134409.166000', '134409.168000', '134409.171000', '134409.174000', '134409.176000', '134409.179000', '134409.182000', '134409.185000', '134409.187000', '134409.190000', '134409.193000', '134409.195000', '134409.198000', '134409.201000', '134409.203000', '134409.206000', '134409.209000', '134409.211000', '134409.214000', '134409.216000', '134409.219000', '134409.222000', '134409.224000', '134409.227000', '134409.229000', '134409.232000', '134409.235000', '134429.122000', '134429.125000', '134429.128000', '134429.131000', '134429.133000', '134429.136000', '134429.139000', '134429.141000', '134429.144000', '134429.146000', '134429.149000', '134429.151000', '134429.154000', '134429.157000', '134429.159000', '134429.162000', '134429.165000', '134429.167000', '134429.170000', '134429.173000', '134429.175000', '134429.197000', '134429.200000', '134429.202000', '134429.205000', '134429.208000', '134429.210000', '134429.213000', '134429.215000', '134429.218000', '134429.221000', '134429.223000', '134429.226000', '134429.228000', '134429.231000', '134429.234000', '134429.236000', '134429.239000', '134429.241000', '134429.244000', '134429.246000', '134429.249000', '134429.252000', '134429.254000', '134449.122000', '134449.125000', '134449.128000', '134449.130000', '134449.133000', '134449.136000', '134449.139000', '134449.141000', '134449.144000', '134449.147000', '134449.150000', '134449.153000', '134449.156000', '134449.158000', '134449.161000', '134449.163000', '134449.166000', '134449.169000', '134449.171000', '134449.174000', '134449.176000', '134449.179000', '134449.182000', '134449.184000', '134449.187000', '134449.189000', '134449.192000', '134449.194000', '134449.197000', '134449.200000', '134449.202000', '134449.205000', '134449.207000', '134449.210000', '134449.212000', '134449.215000', '134449.218000', '134449.220000', '134449.223000', '134449.225000', '134449.228000', '134449.231000', '134449.233000', '134509.123000', '134509.125000', '134509.128000', '134509.131000', '134509.133000', '134509.136000', '134509.138000', '134509.141000', '134509.144000', '134509.146000', '134509.149000', '134509.151000', '134509.154000', '134509.157000', '134509.159000', '134509.162000', '134509.164000', '134509.167000', '134509.169000', '134509.172000', '134509.175000', '134509.177000', '134509.180000', '134509.183000', '134509.185000', '134509.188000', '134509.190000', '134509.193000', '134509.195000', '134509.198000', '134509.201000', '134509.203000', '134509.206000', '134509.208000', '134509.211000', '134509.214000', '134509.216000', '134509.219000', '134509.221000', '134509.224000', '134509.227000', '134509.229000', '134509.232000', '134509.234000', '134529.122000', '134529.125000', '134529.128000', '134529.131000', '134529.133000', '134529.136000', '134529.138000', '134529.141000', '134529.144000', '134529.146000', '134529.149000', '134529.151000', '134529.154000', '134529.156000', '134529.159000', '134529.161000', '134529.164000', '134529.167000', '134529.169000', '134529.172000', '134529.174000', '134529.177000', '134529.180000', '134529.183000', '134529.186000', '134529.189000', '134529.191000', '134529.194000', '134529.197000', '134529.199000', '134529.202000', '134529.204000', '134529.207000', '134529.209000', '134529.212000', '134529.215000', '134529.217000', '134529.220000', '134529.222000', '134529.226000', '134529.229000', '134529.232000', '134529.234000', '134549.122000', '134549.125000', '134549.128000', '134549.131000', '134549.133000', '134549.136000', '134549.138000', '134549.141000', '134549.144000', '134549.146000', '134549.149000', '134549.151000', '134549.154000', '134549.156000', '134549.159000', '134549.162000', '134549.164000', '134549.167000', '134549.169000', '134549.172000', '134549.174000', '134549.177000', '134549.180000', '134549.182000', '134549.185000', '134549.187000', '134549.190000', '134549.192000', '134549.195000', '134549.198000', '134549.200000', '134549.203000', '134549.206000', '134549.208000', '134549.211000', '134549.213000', '134549.216000', '134549.218000', '134549.221000', '134549.223000', '134549.226000', '134549.229000', '134549.231000', '134549.234000', '134609.122000', '134609.126000', '134609.128000', '134609.131000', '134609.133000', '134609.138000', '134609.140000', '134609.143000', '134609.146000', '134609.148000', '134609.151000', '134609.153000', '134609.156000', '134609.159000', '134609.161000', '134609.164000', '134609.167000', '134609.169000', '134609.172000', '134609.175000', '134609.177000', '134609.180000', '134609.182000', '134609.185000', '134609.188000', '134609.190000', '134609.193000', '134609.195000', '134609.198000', '134609.200000', '134609.203000', '134609.206000', '134609.208000', '134609.211000', '134609.213000', '134609.216000', '134609.218000', '134609.221000', '134609.223000', '134609.226000', '134609.229000', '134609.231000', '134609.234000', '134629.123000', '134629.126000', '134629.128000', '134629.131000', '134629.134000', '134629.136000', '134629.139000', '134629.141000', '134629.144000', '134629.146000', '134629.149000', '134629.152000', '134629.154000', '134629.157000', '134629.160000', '134629.162000', '134629.165000', '134629.168000', '134629.170000', '134629.173000', '134629.175000', '134629.178000', '134629.180000', '134629.183000', '134629.186000', '134629.188000', '134629.191000', '134629.194000', '134629.196000', '134629.199000', '134629.201000', '134629.204000', '134629.206000', '134629.209000', '134629.212000', '134629.214000', '134629.217000', '134629.220000', '134629.222000', '134629.225000', '134629.227000', '134629.230000', '134629.233000', '134629.235000', '134649.123000', '134649.125000', '134649.128000', '134649.131000', '134649.133000', '134649.136000', '134649.138000', '134649.141000', '134649.143000', '134649.146000', '134649.149000', '134649.151000', '134649.154000', '134649.156000', '134649.159000', '134649.162000', '134649.164000', '134649.167000', '134649.169000', '134649.172000', '134649.174000', '134649.177000', '134649.180000', '134649.182000', '134649.185000', '134649.187000', '134649.190000', '134649.193000', '134649.195000', '134649.198000', '134649.200000', '134649.203000', '134649.206000', '134649.208000', '134649.211000', '134649.214000', '134649.216000', '134649.219000', '134649.222000', '134649.224000', '134649.227000', '134649.229000', '134649.232000', '134651.983000', '134651.986000', '134651.988000', '134651.991000', '134651.994000', '134651.997000', '134652.000000'], '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': [15296, 9708, 16588, 9878, 16905, 11261, 10815, 12989, 10099, 13920, 9873, 9820, 17230, 9702, 9696, 12251, 9906, 15878, 9762, 14983, 9935, 14037, 9847, 17106, 9914, 17286, 10389, 12576, 11502, 10003, 16410, 11690, 13140, 11783, 9760, 16226, 10314, 19321, 12508, 15800, 12045, 10821, 11291, 10334, 15307, 10722, 18992, 11731, 14160, 11572, 10353, 14566, 10757, 18862, 11894, 9454, 13368, 10008, 16446, 11443, 10245, 16287, 10243, 11860, 11534, 9679, 17824, 11518, 14780, 13986, 10058, 18207, 10495, 12241, 13358, 10202, 20197, 13551, 9935, 12490, 9995, 18532, 11622, 11583, 14545, 10208, 14420, 10853, 9799, 15879, 10574, 13391, 12143, 9669, 16948, 11114, 12369, 13313, 11412, 19855, 11934, 12606, 12686, 10225, 17977, 12373, 17118, 11571, 9743, 15001, 10288, 19694, 12639, 10092, 13542, 10081, 17274, 10559, 12255, 13106, 9754, 17852, 10472, 11337, 12825, 10166, 19194, 13226, 9920, 13692, 10149, 12560, 11001, 10449, 16985, 10890, 16473, 11495, 9617, 14397, 9993, 18766, 12833, 14066, 10753, 9702, 13764, 10209, 18516, 12899, 9781, 15313, 10189, 9364, 12766, 9973, 19073, 13130, 9664, 13898, 9877, 18662, 12216, 15665, 12414, 9742, 13171, 9944, 17980, 11239, 14203, 12227, 9692, 15732, 10184, 15891, 11416, 10537, 17065, 10147, 13292, 10838, 10289, 16553, 11103, 11710, 13325, 9945, 16634, 10851, 10489, 14696, 10739, 19474, 10666, 11242, 12654, 10265, 17870, 10655, 18573, 11075, 12254, 12909, 10030, 17839, 10182, 12613, 11364, 10164, 16972, 11883, 12477, 11727, 9872, 16852, 10569, 12638, 13934, 9973, 18439, 10243, 10200, 14372, 10994, 20008, 13516, 10608, 12544, 10290, 17602, 11663, 18073, 12755, 10165, 12783, 9915, 18015, 11253, 13783, 12773, 9603, 16501, 10283, 10776, 12451, 10349, 19466, 12434, 9840, 13861, 10323, 15333, 11833, 10084, 16863, 10419, 12159, 11652, 10545, 16630, 12424, 19303, 11362, 13894, 11393, 10338, 15200, 11284, 18631, 10321, 10096, 11971, 10384, 17673, 12389, 10709, 11117, 10000, 17015, 10866, 9517, 14653, 10582, 10167, 14098, 10591, 12004, 13046, 10206, 16229, 11472, 12767, 13101, 11769, 17073, 11604, 19838, 10592, 10795, 12174, 10068, 17560, 12342, 10744, 12485, 9942, 15188, 10978, 10179, 15677, 10940, 14245, 11968, 9946, 16898, 10526, 19121, 12753, 13662, 14225, 9771, 16155, 10002, 18653, 11560, 13026, 12559, 9875, 16695, 10119, 13103, 10604, 10237, 16836, 10374, 13157, 10637, 9945, 15374, 11164, 19520, 12121, 13978, 11267, 10056, 14803, 10689, 19091, 11701, 17464, 11326, 12170, 11904, 10455, 16267, 10934, 18949, 10369, 10194, 12445, 9823, 17618, 12113, 10170, 11603, 9813, 17966, 11428, 12334, 14450, 9998, 17703, 10414, 16078, 12343, 14302, 13746, 10157, 15135, 10309, 17903, 10844, 17760, 12876, 10411, 12804, 10019, 16832, 10721, 12828, 12200, 9900, 16020, 9950, 17606, 11188, 12898, 12096, 9863, 16533, 10196, 13220, 11324, 10159, 15641, 10459, 18321, 10190, 12316, 12213, 10592, 15804, 10989, 18075, 10407, 18417, 12029, 15207, 12079, 10393, 13747, 9986, 16623, 10416, 19289, 12755, 12588, 11343, 10014, 12863, 10317, 17446, 12088, 11699, 10122, 9935, 13347, 10147, 17985, 11220, 15673, 10988, 10176, 13109, 10107, 18116, 12286, 16309, 11353, 10280, 12471, 10649, 16726, 12069, 19433, 10393, 12454, 10961, 10207, 14533, 10303, 16578, 10406, 16430, 10866, 11049, 12333, 9955, 17659, 10281, 11727, 11713, 9835, 14996, 10263, 17135, 10709, 16878, 10464, 16522, 9952, 16570, 10527, 17489, 11568, 17335, 10017, 16456, 10486, 14975, 11997, 9867, 12550, 9905, 15010, 10697, 13677, 11903, 10045, 16162, 10033, 18011, 11709, 13964, 12252, 12214, 16180, 9716, 16631, 10320, 18439, 12326, 13242, 12395, 9995, 14584, 10157, 18243, 11763, 11565, 13162, 10250, 17056, 12352, 10613, 15195, 10658, 17072, 12395, 10905, 15379, 10218, 16811, 10276, 17801, 11919, 19562, 14061, 11152, 10863, 9948, 13404, 10154, 17577, 11893, 11939, 12258, 9510, 16213, 10443, 12975, 11197, 10680, 15479, 10043, 17264, 10610, 18201, 13228, 16988, 12882, 9966, 11302, 10110, 16141, 11047, 20272, 12842, 9919, 11734, 9870, 16646, 10811, 12843, 11200, 10369, 14913, 11277, 20061, 12238, 12328, 12061, 10671, 15879, 10655, 19007, 13534, 18156, 10203, 17005, 10916, 16870, 12069, 18118, 13116, 10659, 10028, 9687, 12671, 10043, 17457, 12081, 10056, 12430, 9795, 17096, 11045, 13347, 11803, 11617, 16177, 9918, 16568, 10518, 17766, 12665, 18243, 11513, 16843, 10498, 16806, 11612, 15447, 12649, 9885, 13449, 9795, 16320, 11450, 10484, 15245, 10497, 16561, 10531, 11486, 11905, 12627, 15272, 9905, 17211, 9944, 17836, 11321, 15186, 13022, 10034, 14063, 9822, 17439, 11093, 18079, 13380, 9972, 12474, 9697, 16822, 10777, 20257, 13614, 10125, 13309, 9825, 17562, 10762, 11812, 13180, 10318, 18246, 9856, 11742, 11570, 10627, 16732, 11528, 18768, 10087, 16921, 11533, 14476, 12491, 10242, 13482, 9672, 16747, 10665, 13404, 12785, 9740, 17360, 9930, 12640, 11297, 10842, 16100, 11224, 18163, 10003, 17011, 10819, 18772, 13459, 16973, 12330, 10503, 10983, 10335, 14489, 10399, 18958, 12090, 13246, 10470, 10241, 13540, 10233, 18446, 11323, 12966, 10447, 10251, 14262, 10191, 18723, 11901, 12978, 11611, 10179, 14429, 10739, 18610, 11330, 18989, 10787, 11526, 12805, 10397, 18388, 13268, 11414, 10947, 10026, 15800, 10533, 19354, 13502, 11170, 11424, 9935, 15592, 10278, 18433, 12788, 13390, 11602, 10061, 14472, 10236, 19160, 12413, 11566, 11672, 9736, 15189, 10415, 17279, 12795, 10129, 14440, 9848, 17521, 11032, 15013, 11808, 10313, 16028, 9817, 17897, 11067, 12068, 12758, 10597, 18821, 10172, 16735, 11446, 12259, 12483, 10724, 18735, 10702, 17333, 10868, 11194, 12458, 10731, 18375, 11058, 12486, 10543, 10428, 15380, 11548, 20127, 12432, 11082, 11585, 10237, 17771, 11538, 16775, 12806, 10106, 14912, 10165, 18931, 12439, 12758, 13827, 9976, 16905, 10489, 13174, 11953, 10072, 17477, 10051, 11542, 10854, 10523, 17442, 11556, 12641, 10657, 10188, 15874, 11667, 20308, 14455, 13455, 11794, 10323, 14966, 11070, 20008, 11953, 12624, 10423, 10311, 13103, 10482, 19208, 11665, 10226, 10949, 10218, 16180, 10685, 12311, 12569, 9675, 16118, 10237, 18585, 12143, 14970, 13187, 10105, 14579, 9750, 16756, 10666], 'WindowCenter': [4673.0, 4596.0, 4641.0, 4590.0, 4640.0, 4590.0, 4576.0, 4596.0, 4577.0, 4617.0, 4576.0, 4565.0, 4626.0, 4567.0, 4577.0, 4599.0, 4578.0, 4628.0, 4578.0, 4618.0, 4578.0, 4620.0, 4579.0, 4640.0, 4578.0, 4638.0, 4578.0, 4598.0, 4597.0, 4591.0, 4637.0, 4611.0, 4620.0, 4600.0, 4592.0, 4639.0, 4589.0, 4648.0, 4609.0, 4629.0, 4600.0, 4589.0, 4590.0, 4589.0, 4628.0, 4588.0, 4649.0, 4601.0, 4617.0, 4599.0, 4579.0, 4628.0, 4599.0, 4651.0, 4598.0, 4579.0, 4620.0, 4579.0, 4638.0, 4600.0, 4589.0, 4643.0, 4591.0, 4609.0, 4599.0, 4581.0, 4649.0, 4611.0, 4628.0, 4634.0, 4591.0, 4649.0, 4591.0, 4597.0, 4606.0, 4588.0, 4661.0, 4609.0, 4579.0, 4607.0, 4580.0, 4647.0, 4598.0, 4599.0, 4632.0, 4591.0, 4630.0, 4599.0, 4590.0, 4639.0, 4589.0, 4622.0, 4610.0, 4589.0, 4640.0, 4600.0, 4609.0, 4619.0, 4611.0, 4663.0, 4599.0, 4609.0, 4607.0, 4577.0, 4637.0, 4610.0, 4639.0, 4597.0, 4577.0, 4618.0, 4577.0, 4648.0, 4599.0, 4576.0, 4607.0, 4587.0, 4637.0, 4586.0, 4598.0, 4619.0, 4577.0, 4640.0, 4590.0, 4597.0, 4607.0, 4589.0, 4649.0, 4621.0, 4580.0, 4618.0, 4591.0, 4608.0, 4597.0, 4588.0, 4652.0, 4602.0, 4640.0, 4599.0, 4579.0, 4618.0, 4579.0, 4648.0, 4609.0, 4619.0, 4588.0, 4578.0, 4617.0, 4586.0, 4646.0, 4620.0, 4589.0, 4628.0, 4589.0, 4579.0, 4610.0, 4589.0, 4661.0, 4622.0, 4589.0, 4620.0, 4589.0, 4649.0, 4611.0, 4630.0, 4611.0, 4579.0, 4607.0, 4577.0, 4637.0, 4599.0, 4618.0, 4598.0, 4578.0, 4627.0, 4586.0, 4627.0, 4586.0, 4589.0, 4636.0, 4579.0, 4605.0, 4586.0, 4587.0, 4626.0, 4597.0, 4599.0, 4607.0, 4579.0, 4627.0, 4587.0, 4587.0, 4627.0, 4590.0, 4649.0, 4589.0, 4597.0, 4606.0, 4577.0, 4640.0, 4589.0, 4637.0, 4597.0, 4598.0, 4605.0, 4590.0, 4637.0, 4577.0, 4607.0, 4596.0, 4577.0, 4636.0, 4610.0, 4608.0, 4598.0, 4588.0, 4636.0, 4586.0, 4607.0, 4620.0, 4589.0, 4648.0, 4589.0, 4588.0, 4628.0, 4599.0, 4662.0, 4620.0, 4589.0, 4607.0, 4589.0, 4637.0, 4597.0, 4650.0, 4607.0, 4588.0, 4608.0, 4578.0, 4634.0, 4585.0, 4618.0, 4608.0, 4578.0, 4628.0, 4587.0, 4586.0, 4606.0, 4587.0, 4662.0, 4608.0, 4590.0, 4618.0, 4588.0, 4627.0, 4596.0, 4590.0, 4640.0, 4590.0, 4598.0, 4599.0, 4588.0, 4628.0, 4610.0, 4652.0, 4600.0, 4607.0, 4586.0, 4575.0, 4616.0, 4587.0, 4637.0, 4588.0, 4577.0, 4596.0, 4577.0, 4639.0, 4610.0, 4588.0, 4598.0, 4579.0, 4639.0, 4600.0, 4578.0, 4628.0, 4589.0, 4590.0, 4632.0, 4598.0, 4622.0, 4623.0, 4591.0, 4642.0, 4611.0, 4608.0, 4620.0, 4611.0, 4640.0, 4599.0, 4650.0, 4577.0, 4585.0, 4596.0, 4577.0, 4636.0, 4609.0, 4598.0, 4608.0, 4589.0, 4628.0, 4588.0, 4589.0, 4629.0, 4600.0, 4632.0, 4610.0, 4591.0, 4641.0, 4591.0, 4649.0, 4610.0, 4618.0, 4621.0, 4578.0, 4627.0, 4578.0, 4637.0, 4596.0, 4605.0, 4609.0, 4578.0, 4627.0, 4588.0, 4606.0, 4586.0, 4588.0, 4640.0, 4590.0, 4619.0, 4589.0, 4579.0, 4629.0, 4600.0, 4661.0, 4612.0, 4631.0, 4600.0, 4578.0, 4628.0, 4589.0, 4663.0, 4612.0, 4650.0, 4600.0, 4597.0, 4597.0, 4587.0, 4629.0, 4590.0, 4647.0, 4589.0, 4575.0, 4596.0, 4577.0, 4638.0, 4609.0, 4588.0, 4610.0, 4590.0, 4650.0, 4600.0, 4611.0, 4633.0, 4591.0, 4649.0, 4601.0, 4629.0, 4609.0, 4618.0, 4620.0, 4579.0, 4619.0, 4579.0, 4635.0, 4586.0, 4625.0, 4608.0, 4575.0, 4597.0, 4576.0, 4624.0, 4586.0, 4595.0, 4609.0, 4578.0, 4628.0, 4581.0, 4636.0, 4597.0, 4608.0, 4609.0, 4589.0, 4639.0, 4590.0, 4608.0, 4596.0, 4577.0, 4629.0, 4590.0, 4650.0, 4591.0, 4609.0, 4609.0, 4589.0, 4641.0, 4601.0, 4640.0, 4591.0, 4639.0, 4599.0, 4617.0, 4597.0, 4579.0, 4607.0, 4577.0, 4626.0, 4575.0, 4636.0, 4606.0, 4599.0, 4587.0, 4576.0, 4595.0, 4577.0, 4637.0, 4598.0, 4599.0, 4589.0, 4577.0, 4607.0, 4578.0, 4639.0, 4600.0, 4629.0, 4589.0, 4589.0, 4609.0, 4578.0, 4652.0, 4611.0, 4629.0, 4599.0, 4578.0, 4597.0, 4587.0, 4627.0, 4611.0, 4647.0, 4578.0, 4598.0, 4587.0, 4577.0, 4617.0, 4590.0, 4641.0, 4591.0, 4628.0, 4588.0, 4588.0, 4608.0, 4591.0, 4652.0, 4603.0, 4611.0, 4610.0, 4592.0, 4632.0, 4591.0, 4654.0, 4592.0, 4642.0, 4590.0, 4629.0, 4579.0, 4625.0, 4577.0, 4638.0, 4589.0, 4626.0, 4576.0, 4614.0, 4576.0, 4617.0, 4597.0, 4576.0, 4596.0, 4589.0, 4627.0, 4590.0, 4618.0, 4611.0, 4604.0, 4642.0, 4593.0, 4651.0, 4611.0, 4620.0, 4610.0, 4612.0, 4642.0, 4581.0, 4640.0, 4590.0, 4638.0, 4609.0, 4609.0, 4609.0, 4579.0, 4627.0, 4590.0, 4650.0, 4609.0, 4611.0, 4621.0, 4603.0, 4653.0, 4613.0, 4600.0, 4630.0, 4591.0, 4641.0, 4609.0, 4600.0, 4630.0, 4590.0, 4639.0, 4577.0, 4637.0, 4600.0, 4637.0, 4619.0, 4587.0, 4587.0, 4578.0, 4607.0, 4578.0, 4635.0, 4597.0, 4611.0, 4598.0, 4581.0, 4639.0, 4602.0, 4620.0, 4600.0, 4603.0, 4643.0, 4592.0, 4641.0, 4590.0, 4638.0, 4609.0, 4640.0, 4609.0, 4580.0, 4588.0, 4576.0, 4627.0, 4587.0, 4650.0, 4609.0, 4579.0, 4599.0, 4590.0, 4637.0, 4599.0, 4609.0, 4599.0, 4589.0, 4630.0, 4600.0, 4664.0, 4611.0, 4611.0, 4610.0, 4589.0, 4628.0, 4589.0, 4638.0, 4608.0, 4638.0, 4577.0, 4626.0, 4576.0, 4624.0, 4593.0, 4624.0, 4608.0, 4576.0, 4576.0, 4578.0, 4606.0, 4587.0, 4637.0, 4610.0, 4591.0, 4610.0, 4593.0, 4652.0, 4612.0, 4622.0, 4611.0, 4614.0, 4642.0, 4592.0, 4642.0, 4590.0, 4638.0, 4609.0, 4650.0, 4598.0, 4638.0, 4589.0, 4636.0, 4599.0, 4627.0, 4623.0, 4589.0, 4618.0, 4590.0, 4639.0, 4598.0, 4589.0, 4642.0, 4602.0, 4641.0, 4601.0, 4599.0, 4609.0, 4609.0, 4631.0, 4591.0, 4639.0, 4579.0, 4637.0, 4588.0, 4617.0, 4620.0, 4579.0, 4618.0, 4578.0, 4636.0, 4598.0, 4637.0, 4619.0, 4578.0, 4606.0, 4576.0, 4636.0, 4587.0, 4646.0, 4618.0, 4576.0, 4607.0, 4578.0, 4636.0, 4586.0, 4595.0, 4607.0, 4588.0, 4638.0, 4578.0, 4597.0, 4597.0, 4586.0, 4638.0, 4599.0, 4648.0, 4577.0, 4626.0, 4598.0, 4616.0, 4607.0, 4577.0, 4607.0, 4576.0, 4635.0, 4587.0, 4605.0, 4619.0, 4579.0, 4640.0, 4590.0, 4608.0, 4598.0, 4589.0, 4639.0, 4599.0, 4649.0, 4579.0, 4637.0, 4587.0, 4636.0, 4609.0, 4641.0, 4607.0, 4587.0, 4587.0, 4577.0, 4616.0, 4575.0, 4649.0, 4608.0, 4608.0, 4586.0, 4576.0, 4606.0, 4577.0, 4650.0, 4600.0, 4608.0, 4587.0, 4576.0, 4616.0, 4589.0, 4651.0, 4610.0, 4619.0, 4598.0, 4589.0, 4618.0, 4588.0, 4651.0, 4599.0, 4647.0, 4588.0, 4597.0, 4606.0, 4575.0, 4647.0, 4609.0, 4598.0, 4589.0, 4578.0, 4627.0, 4587.0, 4646.0, 4631.0, 4599.0, 4596.0, 4589.0, 4627.0, 4589.0, 4637.0, 4610.0, 4618.0, 4598.0, 4579.0, 4617.0, 4577.0, 4646.0, 4609.0, 4598.0, 4597.0, 4578.0, 4627.0, 4601.0, 4638.0, 4609.0, 4589.0, 4629.0, 4591.0, 4638.0, 4600.0, 4629.0, 4598.0, 4592.0, 4640.0, 4588.0, 4648.0, 4599.0, 4608.0, 4608.0, 4601.0, 4650.0, 4589.0, 4638.0, 4597.0, 4596.0, 4596.0, 4586.0, 4650.0, 4586.0, 4636.0, 4586.0, 4584.0, 4594.0, 4584.0, 4648.0, 4587.0, 4608.0, 4586.0, 4586.0, 4625.0, 4586.0, 4659.0, 4608.0, 4598.0, 4598.0, 4577.0, 4636.0, 4597.0, 4641.0, 4608.0, 4588.0, 4627.0, 4587.0, 4645.0, 4598.0, 4610.0, 4608.0, 4579.0, 4634.0, 4588.0, 4607.0, 4596.0, 4588.0, 4638.0, 4589.0, 4597.0, 4587.0, 4586.0, 4648.0, 4601.0, 4609.0, 4588.0, 4588.0, 4628.0, 4597.0, 4662.0, 4618.0, 4607.0, 4585.0, 4575.0, 4617.0, 4585.0, 4648.0, 4596.0, 4594.0, 4586.0, 4576.0, 4605.0, 4575.0, 4659.0, 4598.0, 4588.0, 4586.0, 4587.0, 4636.0, 4588.0, 4610.0, 4610.0, 4589.0, 4638.0, 4590.0, 4648.0, 4610.0, 4618.0, 4621.0, 4589.0, 4628.0, 4579.0, 4639.0, 4585.0], 'WindowWidth': [10212.0, 10093.0, 10148.0, 10073.0, 10138.0, 10068.0, 10043.0, 10069.0, 10047.0, 10101.0, 10043.0, 10027.0, 10113.0, 10034.0, 10046.0, 10079.0, 10050.0, 10118.0, 10049.0, 10103.0, 10049.0, 10107.0, 10050.0, 10139.0, 10050.0, 10132.0, 10050.0, 10075.0, 10073.0, 10073.0, 10129.0, 10102.0, 10110.0, 10082.0, 10072.0, 10135.0, 10065.0, 10148.0, 10094.0, 10121.0, 10083.0, 10064.0, 10067.0, 10064.0, 10118.0, 10064.0, 10152.0, 10085.0, 10105.0, 10079.0, 10050.0, 10119.0, 10080.0, 10156.0, 10078.0, 10051.0, 10107.0, 10053.0, 10132.0, 10084.0, 10065.0, 10146.0, 10072.0, 10094.0, 10082.0, 10057.0, 10149.0, 10100.0, 10119.0, 10135.0, 10070.0, 10152.0, 10071.0, 10075.0, 10086.0, 10064.0, 10174.0, 10095.0, 10052.0, 10090.0, 10056.0, 10145.0, 10079.0, 10081.0, 10128.0, 10072.0, 10124.0, 10082.0, 10069.0, 10135.0, 10068.0, 10117.0, 10096.0, 10069.0, 10139.0, 10083.0, 10096.0, 10107.0, 10100.0, 10178.0, 10081.0, 10094.0, 10089.0, 10047.0, 10131.0, 10097.0, 10136.0, 10076.0, 10048.0, 10104.0, 10046.0, 10145.0, 10079.0, 10045.0, 10088.0, 10061.0, 10129.0, 10060.0, 10075.0, 10107.0, 10050.0, 10138.0, 10070.0, 10075.0, 10088.0, 10067.0, 10150.0, 10115.0, 10055.0, 10106.0, 10071.0, 10092.0, 10077.0, 10065.0, 10159.0, 10090.0, 10140.0, 10083.0, 10054.0, 10104.0, 10051.0, 10148.0, 10095.0, 10109.0, 10064.0, 10049.0, 10101.0, 10061.0, 10145.0, 10111.0, 10066.0, 10121.0, 10069.0, 10053.0, 10096.0, 10066.0, 10172.0, 10116.0, 10071.0, 10113.0, 10069.0, 10151.0, 10099.0, 10127.0, 10097.0, 10053.0, 10089.0, 10048.0, 10132.0, 10081.0, 10106.0, 10076.0, 10051.0, 10116.0, 10060.0, 10115.0, 10059.0, 10065.0, 10129.0, 10051.0, 10086.0, 10059.0, 10060.0, 10114.0, 10076.0, 10082.0, 10088.0, 10053.0, 10117.0, 10061.0, 10061.0, 10117.0, 10069.0, 10154.0, 10067.0, 10074.0, 10086.0, 10047.0, 10140.0, 10065.0, 10134.0, 10075.0, 10075.0, 10084.0, 10068.0, 10132.0, 10048.0, 10087.0, 10071.0, 10046.0, 10127.0, 10100.0, 10093.0, 10078.0, 10065.0, 10128.0, 10062.0, 10089.0, 10110.0, 10068.0, 10150.0, 10068.0, 10066.0, 10121.0, 10080.0, 10178.0, 10112.0, 10068.0, 10090.0, 10065.0, 10130.0, 10074.0, 10154.0, 10090.0, 10063.0, 10089.0, 10050.0, 10122.0, 10057.0, 10104.0, 10090.0, 10051.0, 10117.0, 10063.0, 10059.0, 10087.0, 10062.0, 10175.0, 10093.0, 10068.0, 10107.0, 10065.0, 10116.0, 10075.0, 10069.0, 10139.0, 10071.0, 10078.0, 10082.0, 10063.0, 10120.0, 10096.0, 10162.0, 10082.0, 10089.0, 10056.0, 10040.0, 10098.0, 10060.0, 10132.0, 10064.0, 10047.0, 10070.0, 10045.0, 10136.0, 10097.0, 10065.0, 10077.0, 10054.0, 10136.0, 10085.0, 10052.0, 10119.0, 10068.0, 10070.0, 10130.0, 10080.0, 10118.0, 10118.0, 10074.0, 10143.0, 10102.0, 10092.0, 10112.0, 10101.0, 10141.0, 10083.0, 10157.0, 10047.0, 10056.0, 10069.0, 10047.0, 10126.0, 10095.0, 10079.0, 10089.0, 10067.0, 10118.0, 10065.0, 10067.0, 10122.0, 10086.0, 10129.0, 10097.0, 10073.0, 10140.0, 10072.0, 10150.0, 10096.0, 10107.0, 10111.0, 10051.0, 10116.0, 10050.0, 10130.0, 10072.0, 10082.0, 10094.0, 10050.0, 10117.0, 10063.0, 10084.0, 10059.0, 10063.0, 10138.0, 10069.0, 10109.0, 10069.0, 10053.0, 10122.0, 10084.0, 10173.0, 10103.0, 10127.0, 10084.0, 10051.0, 10120.0, 10067.0, 10180.0, 10102.0, 10154.0, 10083.0, 10074.0, 10074.0, 10058.0, 10121.0, 10069.0, 10147.0, 10066.0, 10045.0, 10070.0, 10047.0, 10132.0, 10093.0, 10065.0, 10097.0, 10071.0, 10151.0, 10083.0, 10100.0, 10132.0, 10074.0, 10152.0, 10088.0, 10123.0, 10094.0, 10104.0, 10110.0, 10051.0, 10106.0, 10051.0, 10126.0, 10058.0, 10110.0, 10092.0, 10041.0, 10072.0, 10044.0, 10108.0, 10057.0, 10069.0, 10094.0, 10049.0, 10119.0, 10055.0, 10126.0, 10075.0, 10089.0, 10096.0, 10067.0, 10137.0, 10071.0, 10091.0, 10075.0, 10047.0, 10121.0, 10071.0, 10155.0, 10073.0, 10095.0, 10095.0, 10066.0, 10141.0, 10086.0, 10142.0, 10071.0, 10137.0, 10079.0, 10100.0, 10075.0, 10050.0, 10087.0, 10046.0, 10112.0, 10042.0, 10127.0, 10087.0, 10077.0, 10062.0, 10045.0, 10068.0, 10046.0, 10128.0, 10077.0, 10080.0, 10066.0, 10047.0, 10087.0, 10048.0, 10137.0, 10081.0, 10122.0, 10067.0, 10066.0, 10094.0, 10050.0, 10159.0, 10099.0, 10124.0, 10079.0, 10050.0, 10074.0, 10059.0, 10114.0, 10100.0, 10148.0, 10048.0, 10075.0, 10059.0, 10046.0, 10100.0, 10069.0, 10140.0, 10071.0, 10117.0, 10063.0, 10062.0, 10090.0, 10073.0, 10159.0, 10090.0, 10101.0, 10098.0, 10074.0, 10130.0, 10072.0, 10166.0, 10075.0, 10143.0, 10068.0, 10121.0, 10049.0, 10112.0, 10046.0, 10134.0, 10063.0, 10115.0, 10044.0, 10094.0, 10043.0, 10099.0, 10073.0, 10044.0, 10072.0, 10065.0, 10115.0, 10069.0, 10106.0, 10100.0, 10096.0, 10144.0, 10077.0, 10158.0, 10100.0, 10112.0, 10096.0, 10102.0, 10144.0, 10058.0, 10139.0, 10069.0, 10132.0, 10093.0, 10093.0, 10095.0, 10054.0, 10117.0, 10069.0, 10153.0, 10095.0, 10100.0, 10115.0, 10093.0, 10163.0, 10105.0, 10084.0, 10126.0, 10073.0, 10142.0, 10096.0, 10083.0, 10123.0, 10068.0, 10133.0, 10048.0, 10129.0, 10080.0, 10133.0, 10111.0, 10060.0, 10060.0, 10050.0, 10087.0, 10049.0, 10126.0, 10075.0, 10099.0, 10078.0, 10059.0, 10137.0, 10089.0, 10109.0, 10084.0, 10093.0, 10148.0, 10075.0, 10141.0, 10070.0, 10136.0, 10094.0, 10139.0, 10093.0, 10055.0, 10064.0, 10046.0, 10116.0, 10061.0, 10155.0, 10095.0, 10053.0, 10081.0, 10071.0, 10130.0, 10081.0, 10095.0, 10081.0, 10066.0, 10123.0, 10082.0, 10183.0, 10100.0, 10099.0, 10096.0, 10065.0, 10117.0, 10065.0, 10135.0, 10091.0, 10136.0, 10046.0, 10113.0, 10044.0, 10107.0, 10065.0, 10107.0, 10091.0, 10043.0, 10045.0, 10048.0, 10086.0, 10062.0, 10131.0, 10097.0, 10076.0, 10098.0, 10080.0, 10158.0, 10105.0, 10117.0, 10102.0, 10110.0, 10145.0, 10076.0, 10144.0, 10069.0, 10135.0, 10092.0, 10158.0, 10079.0, 10133.0, 10069.0, 10128.0, 10079.0, 10115.0, 10121.0, 10067.0, 10107.0, 10072.0, 10134.0, 10079.0, 10065.0, 10147.0, 10090.0, 10143.0, 10088.0, 10082.0, 10096.0, 10094.0, 10131.0, 10073.0, 10139.0, 10055.0, 10132.0, 10066.0, 10102.0, 10114.0, 10053.0, 10106.0, 10053.0, 10129.0, 10078.0, 10132.0, 10111.0, 10050.0, 10088.0, 10047.0, 10127.0, 10061.0, 10142.0, 10107.0, 10046.0, 10089.0, 10052.0, 10128.0, 10058.0, 10069.0, 10089.0, 10066.0, 10135.0, 10054.0, 10076.0, 10075.0, 10060.0, 10135.0, 10081.0, 10149.0, 10051.0, 10114.0, 10079.0, 10099.0, 10090.0, 10047.0, 10089.0, 10048.0, 10126.0, 10063.0, 10084.0, 10111.0, 10055.0, 10138.0, 10072.0, 10094.0, 10079.0, 10067.0, 10138.0, 10082.0, 10152.0, 10054.0, 10131.0, 10063.0, 10130.0, 10095.0, 10143.0, 10090.0, 10061.0, 10062.0, 10047.0, 10098.0, 10043.0, 10155.0, 10092.0, 10093.0, 10063.0, 10044.0, 10085.0, 10047.0, 10154.0, 10083.0, 10093.0, 10064.0, 10047.0, 10102.0, 10067.0, 10158.0, 10098.0, 10108.0, 10081.0, 10066.0, 10106.0, 10063.0, 10159.0, 10081.0, 10150.0, 10066.0, 10074.0, 10086.0, 10045.0, 10149.0, 10097.0, 10078.0, 10066.0, 10053.0, 10115.0, 10064.0, 10144.0, 10130.0, 10080.0, 10075.0, 10069.0, 10116.0, 10066.0, 10131.0, 10099.0, 10107.0, 10077.0, 10053.0, 10103.0, 10048.0, 10142.0, 10095.0, 10078.0, 10077.0, 10053.0, 10116.0, 10086.0, 10135.0, 10096.0, 10071.0, 10124.0, 10074.0, 10136.0, 10085.0, 10122.0, 10079.0, 10076.0, 10138.0, 10068.0, 10150.0, 10083.0, 10093.0, 10092.0, 10087.0, 10159.0, 10068.0, 10137.0, 10077.0, 10073.0, 10072.0, 10057.0, 10156.0, 10060.0, 10131.0, 10060.0, 10053.0, 10066.0, 10052.0, 10150.0, 10062.0, 10092.0, 10062.0, 10058.0, 10112.0, 10058.0, 10168.0, 10093.0, 10079.0, 10077.0, 10047.0, 10128.0, 10076.0, 10145.0, 10092.0, 10065.0, 10117.0, 10063.0, 10141.0, 10076.0, 10096.0, 10091.0, 10055.0, 10124.0, 10065.0, 10088.0, 10074.0, 10067.0, 10135.0, 10069.0, 10077.0, 10061.0, 10059.0, 10149.0, 10087.0, 10097.0, 10067.0, 10064.0, 10120.0, 10076.0, 10178.0, 10108.0, 10090.0, 10057.0, 10041.0, 10101.0, 10057.0, 10152.0, 10073.0, 10069.0, 10060.0, 10044.0, 10083.0, 10043.0, 10167.0, 10077.0, 10065.0, 10061.0, 10063.0, 10128.0, 10064.0, 10100.0, 10097.0, 10069.0, 10134.0, 10073.0, 10149.0, 10097.0, 10105.0, 10116.0, 10068.0, 10121.0, 10054.0, 10134.0, 10057.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.00029444827586206897</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.015881010344827588</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.26113894678939</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2801772884695042</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0032157543843494</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.5217</td></tr>
|
|
<tr><td colspan=3>fber</td><td>3288.1555</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.08890812790555282</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>36</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>4.137931034482759</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.2903452596431353</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.1919941295569694</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.502330576703426</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.17671107266901</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00539842</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.014425914734601974</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.035720862448215485</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>870</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>4.20597985096935</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>k</td><td>15.1828</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>65.8804</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>251.2002</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>68.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>289394.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>17.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>1228.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>446.8035</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>3.217</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>568.1213</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3759.8304</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3907.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>87150.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1557.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4889.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>928.9102</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>46.840339025482535</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> |