=== 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-0037 --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-0037",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
106 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
106 KiB
(Stored with Git Annex)
HTML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
|
|
<title>sub-0037_ses-01_task-social_acq-mb8_run-01_bold :: MRIQC's BOLD fMRI report</title>
|
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
|
|
|
|
<script>
|
|
var timestamp = Date.now()
|
|
|
|
function read_form() {
|
|
var ds = "<unset>";
|
|
var sub = "sub-0037_ses-01_task-social_acq-mb8_run-01_bold.nii.gz";
|
|
|
|
var artifacts = [];
|
|
$('#qcartifacts-group input:checked').each(function() {
|
|
artifacts.push($(this).attr('name'));
|
|
});
|
|
|
|
var rating = $('#qcslider').val();
|
|
var payload = {
|
|
'dataset': ds,
|
|
'subject': sub,
|
|
'rating': rating,
|
|
'artifacts': artifacts,
|
|
'time_sec': (Date.now() - timestamp) / 1000,
|
|
'confidence': $('#qcextra-confidence').val(),
|
|
'comments': $('#qcextra-comments').val()
|
|
};
|
|
|
|
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
|
|
$('#btn-download').attr('href', URL.createObjectURL(file));
|
|
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
|
|
return payload
|
|
};
|
|
|
|
function toggle_rating() {
|
|
if ($('#qcrating-menu').hasClass('d-none')) {
|
|
$('#qcrating-menu').removeClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', true);
|
|
} else {
|
|
$('#qcrating-menu').addClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', false);
|
|
}
|
|
};
|
|
|
|
$(window).on('load',function(){
|
|
var authorization = $('#btn-post').val()
|
|
if (authorization.includes("secret_token")) {
|
|
$('#btn-post').addClass('d-none');
|
|
};
|
|
timestamp = Date.now();
|
|
});
|
|
|
|
</script>
|
|
<style type="text/css">
|
|
/* The slider itself */
|
|
.slider {
|
|
-webkit-appearance: none; /* Override default CSS styles */
|
|
appearance: none;
|
|
margin-bottom: 8px;
|
|
margin-left: 10%;
|
|
width: 80%;
|
|
height: 5px; /* Specified height */
|
|
background: #d3d3d3; /* Grey background */
|
|
outline: none; /* Remove outline */
|
|
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
|
|
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
|
|
transition: opacity .2s;
|
|
}
|
|
|
|
/* Mouse-over effects */
|
|
.slider:hover {
|
|
opacity: 1; /* Fully shown on mouse-over */
|
|
}
|
|
|
|
.slider::-webkit-slider-thumb {
|
|
-webkit-appearance: none;
|
|
appearance: none;
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
.slider::-moz-range-thumb {
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body style="font-family: helvetica;">
|
|
<nav class="navbar fixed-top navbar-expand-lg bg-light">
|
|
<div class="container-fluid">
|
|
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
|
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
|
|
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
|
|
<li class="nav-item dropdown">
|
|
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
|
|
About
|
|
</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="#errors">Errors</a></li>
|
|
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="d-flex flex-row-reverse">
|
|
<div class="form-check form-switch align-self-center flex-fill me-4">
|
|
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
|
|
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
<noscript>
|
|
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
|
|
</noscript>
|
|
|
|
<div id="Basic echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-01_session-01_subject-0037_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-0037/figures/sub-0037_ses-01_task-social_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0037/figures/sub-0037_ses-01_task-social_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0037/figures/sub-0037_ses-01_task-social_acq-mb8_run-01_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-01_session-01_subject-0037_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-0037/figures/sub-0037_ses-01_task-social_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0037/figures/sub-0037_ses-01_task-social_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0037/figures/sub-0037_ses-01_task-social_acq-mb8_run-01_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-01_session-01_subject-0037_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-0037/figures/sub-0037_ses-01_task-social_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0037/figures/sub-0037_ses-01_task-social_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0037/figures/sub-0037_ses-01_task-social_acq-mb8_run-01_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-01_session-01_subject-0037_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-0037/figures/sub-0037_ses-01_task-social_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0037/figures/sub-0037_ses-01_task-social_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0037/figures/sub-0037_ses-01_task-social_acq-mb8_run-01_desc-carpet_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-mean_run-01_session-01_subject-0037_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-0037/figures/sub-0037_ses-01_task-social_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0037/figures/sub-0037_ses-01_task-social_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0037/figures/sub-0037_ses-01_task-social_acq-mb8_run-01_desc-mean_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended reports shared across echos" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-01_session-01_subject-0037_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-0037/figures/sub-0037_ses-01_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0037/figures/sub-0037_ses-01_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0037/figures/sub-0037_ses-01_task-social_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-01_subject-0037_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-0037/figures/sub-0037_ses-01_task-social_acq-mb8_run-01_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0037/figures/sub-0037_ses-01_task-social_acq-mb8_run-01_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0037/figures/sub-0037_ses-01_task-social_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0037/figures/sub-0037_ses-01_task-social_acq-mb8_run-01_desc-norm_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="About" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">About</h1>
|
|
<div id="errors" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
|
|
</div>
|
|
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
|
|
reconstructing the provenance of the corresponding derivatives.
|
|
</p> <div class="accordion accordion-flush" id="about-metadata">
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-0">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
|
|
Provenance Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-0" class="table table-sm table-striped">
|
|
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
|
|
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0037/ses-01/func/sub-0037_ses-01_task-social_acq-mb8_run-01_bold.nii.gz</td></tr>
|
|
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
|
|
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
|
|
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
|
|
<tr><td colspan=2>md5sum</td><td>6388b3efb8e3f5a43423d7e104264873</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>11:08:39.130000</td></tr>
|
|
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
|
|
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
|
|
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
|
|
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
|
|
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
|
|
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
|
|
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
|
|
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
|
|
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
|
|
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
|
|
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
|
|
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
|
|
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.99971, 0.00475741, 0.0236088, -0.00401315, 0.999497, -0.0314728]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.100322</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>12</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4155, -7749, -7250, 613, -58, -182, 40, 39]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>social</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>269.307</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>dea1f9b7-0684-4844-8d10-ec46d17adeff||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
|
|
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6821486949920654, -0.010766974650323391, 0.06411605328321457, 112.11647033691406], [-0.012763788923621178, 2.6815762519836426, -0.08469603955745697, -81.9780044555664], [0.06334080547094345, 0.08443916589021683, 2.697909355163574, -77.32073974609375], [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': ['110839.130000', '110839.590000', '110840.050000', '110840.510000', '110840.970000', '110841.430000', '110841.890000', '110842.350000', '110842.810000', '110843.270000', '110843.730000', '110844.190000', '110844.650000', '110845.110000', '110845.570000', '110846.030000', '110846.490000', '110846.950000', '110847.410000', '110847.870000', '110848.330000', '110848.790000', '110849.250000', '110849.710000', '110850.170000', '110850.630000', '110851.090000', '110851.550000', '110852.010000', '110852.470000', '110852.930000', '110853.390000', '110853.850000', '110854.310000', '110854.770000', '110855.230000', '110855.690000', '110856.150000', '110856.610000', '110857.070000', '110857.530000', '110857.990000', '110858.450000', '110858.910000', '110859.370000', '110859.830000', '110900.290000', '110900.750000', '110901.210000', '110901.670000', '110902.130000', '110902.590000', '110903.050000', '110903.510000', '110903.970000', '110904.430000', '110904.890000', '110905.350000', '110905.810000', '110906.270000', '110906.730000', '110907.190000', '110907.650000', '110908.110000', '110908.570000', '110909.030000', '110909.490000', '110909.950000', '110910.410000', '110910.870000', '110911.330000', '110911.790000', '110912.250000', '110912.710000', '110913.170000', '110913.630000', '110914.090000', '110914.550000', '110915.010000', '110915.470000', '110915.930000', '110916.390000', '110916.850000', '110917.310000', '110917.770000', '110918.230000', '110918.690000', '110919.150000', '110919.610000', '110920.070000', '110920.530000', '110920.990000', '110921.450000', '110921.910000', '110922.370000', '110922.830000', '110923.290000', '110923.750000', '110924.210000', '110924.670000', '110925.130000', '110925.590000', '110926.050000', '110926.510000', '110926.970000', '110927.430000', '110927.890000', '110928.350000', '110928.810000', '110929.270000', '110929.730000', '110930.190000', '110930.650000', '110931.110000', '110931.570000', '110932.030000', '110932.490000', '110932.950000', '110933.410000', '110933.870000', '110934.330000', '110934.790000', '110935.250000', '110935.710000', '110936.170000', '110936.630000', '110937.090000', '110937.550000', '110938.010000', '110938.470000', '110938.930000', '110939.390000', '110939.850000', '110940.310000', '110940.770000', '110941.230000', '110941.690000', '110942.150000', '110942.610000', '110943.070000', '110943.530000', '110943.990000', '110944.450000', '110944.910000', '110945.370000', '110945.830000', '110946.290000', '110946.750000', '110947.210000', '110947.670000', '110948.130000', '110948.590000', '110949.050000', '110949.510000', '110949.970000', '110950.430000', '110950.890000', '110951.350000', '110951.810000', '110952.270000', '110952.730000', '110953.190000', '110953.650000', '110954.110000', '110954.570000', '110955.030000', '110955.490000', '110955.950000', '110956.410000', '110956.870000', '110957.330000', '110957.790000', '110958.250000', '110958.710000', '110959.170000', '110959.630000', '111000.090000', '111000.550000', '111001.010000', '111001.470000', '111001.930000', '111002.390000', '111002.850000', '111003.310000', '111003.770000', '111004.230000', '111004.690000', '111005.150000', '111005.610000', '111006.070000', '111006.530000', '111006.990000', '111007.450000', '111007.910000', '111008.370000', '111008.830000', '111009.290000', '111009.750000', '111010.210000', '111010.670000', '111011.130000', '111011.590000', '111012.050000', '111012.510000', '111012.970000', '111013.430000', '111013.890000', '111014.350000', '111014.810000', '111015.270000', '111015.730000', '111016.190000', '111016.650000', '111017.110000', '111017.570000', '111018.030000', '111018.490000', '111018.950000', '111019.410000', '111019.870000', '111020.330000', '111020.790000', '111021.250000', '111021.710000', '111022.170000', '111022.630000', '111023.090000', '111023.550000', '111024.010000', '111024.470000', '111024.930000', '111025.390000', '111025.850000', '111026.310000', '111026.770000', '111027.230000', '111027.690000', '111028.150000', '111028.610000', '111029.070000', '111029.530000', '111029.990000', '111030.450000', '111030.910000', '111031.370000', '111031.830000', '111032.290000', '111032.750000', '111033.210000', '111033.670000', '111034.130000', '111034.590000', '111035.050000', '111035.510000', '111035.970000', '111036.430000', '111036.890000', '111037.350000', '111037.810000', '111038.270000', '111038.730000', '111039.190000', '111039.650000', '111040.110000', '111040.570000', '111041.030000', '111041.490000', '111041.950000', '111042.410000', '111042.870000', '111043.330000', '111043.790000', '111044.250000', '111044.710000', '111045.170000', '111045.630000', '111046.090000', '111046.550000', '111047.010000', '111047.470000', '111047.930000', '111048.390000', '111048.850000', '111049.310000', '111049.770000', '111050.230000', '111050.690000', '111051.150000', '111051.610000', '111052.070000', '111052.530000', '111052.990000', '111053.450000', '111053.910000', '111054.370000', '111054.830000', '111055.290000', '111055.750000', '111056.210000', '111056.670000', '111057.130000', '111057.590000', '111058.050000', '111058.510000', '111058.970000', '111059.430000', '111059.890000', '111100.350000', '111100.810000', '111101.270000', '111101.730000', '111102.190000', '111102.650000', '111103.110000', '111103.570000', '111104.030000', '111104.490000', '111104.950000', '111105.410000', '111105.870000', '111106.330000', '111106.790000', '111107.250000', '111107.710000', '111108.170000', '111108.630000', '111109.090000', '111109.550000', '111110.010000', '111110.470000', '111110.930000', '111111.390000', '111111.850000', '111112.310000', '111112.770000', '111113.230000', '111113.690000', '111114.150000', '111114.610000', '111115.070000', '111115.530000', '111115.990000', '111116.450000', '111116.910000', '111117.370000', '111117.830000', '111118.290000', '111118.750000', '111119.210000', '111119.670000', '111120.130000', '111120.590000', '111121.050000', '111121.510000', '111121.970000', '111122.430000', '111122.890000', '111123.350000', '111123.810000', '111124.270000', '111124.730000', '111125.190000', '111125.650000', '111126.110000', '111126.570000', '111127.030000', '111127.490000', '111127.950000', '111128.410000', '111128.870000', '111129.330000', '111129.790000', '111130.250000', '111130.710000', '111131.170000', '111131.630000', '111132.090000', '111132.550000', '111133.010000', '111133.470000', '111133.930000', '111134.390000', '111134.850000', '111135.310000', '111135.770000', '111136.230000', '111136.690000', '111137.150000', '111137.610000', '111138.070000', '111138.530000', '111138.990000', '111139.450000', '111139.910000', '111140.370000', '111140.830000', '111141.290000', '111141.750000', '111142.210000', '111142.670000', '111143.130000', '111143.590000', '111144.050000', '111144.510000', '111144.970000', '111145.430000', '111145.890000', '111146.350000', '111146.810000', '111147.270000', '111147.730000', '111148.190000', '111148.650000', '111149.110000', '111149.570000', '111150.030000', '111150.490000', '111150.950000', '111151.410000', '111151.870000', '111152.330000', '111152.790000', '111153.250000', '111153.710000', '111154.170000', '111154.630000', '111155.090000', '111155.550000', '111156.010000', '111156.470000', '111156.930000', '111157.390000', '111157.850000', '111158.310000', '111158.770000', '111159.230000', '111159.690000', '111200.150000', '111200.610000', '111201.070000', '111201.530000', '111201.990000', '111202.450000', '111202.910000', '111203.370000', '111203.830000', '111204.290000', '111204.750000', '111205.210000', '111205.670000', '111206.130000', '111206.590000', '111207.050000', '111207.510000', '111207.970000', '111208.430000', '111208.890000', '111209.350000', '111209.810000', '111210.270000', '111210.730000', '111211.190000', '111211.650000', '111212.110000', '111212.570000', '111213.030000', '111213.490000', '111213.950000', '111214.410000', '111214.870000', '111215.330000', '111215.790000', '111216.250000', '111216.710000', '111217.170000', '111217.630000', '111218.090000', '111218.550000', '111219.010000', '111219.470000', '111219.930000', '111220.390000', '111220.850000', '111221.310000', '111221.770000', '111222.230000', '111222.690000', '111223.150000', '111223.610000', '111224.070000', '111224.530000', '111224.990000', '111225.450000', '111225.910000', '111226.370000', '111226.830000', '111227.290000', '111227.750000', '111228.210000', '111228.670000', '111229.130000', '111229.590000', '111230.050000', '111230.510000', '111230.970000', '111231.430000', '111231.890000', '111232.350000', '111232.810000', '111233.270000', '111233.730000', '111234.190000', '111234.650000', '111235.110000', '111235.570000', '111236.030000', '111236.490000', '111236.950000', '111237.410000', '111237.870000', '111238.330000', '111238.790000', '111239.250000', '111239.710000', '111240.170000', '111240.630000', '111241.090000', '111241.550000', '111242.010000', '111242.470000', '111242.930000', '111243.390000', '111243.850000', '111244.310000', '111244.770000', '111245.230000', '111245.690000', '111246.150000', '111246.610000', '111247.070000', '111247.530000', '111247.990000', '111248.450000', '111248.910000', '111249.370000', '111249.830000', '111250.290000', '111250.750000', '111251.210000', '111251.670000', '111252.130000', '111252.590000', '111253.050000', '111253.510000', '111253.970000', '111254.430000', '111254.890000', '111255.350000', '111255.810000', '111256.270000', '111256.730000', '111257.190000', '111257.650000', '111258.110000', '111258.570000', '111259.030000', '111259.490000', '111259.950000', '111300.410000', '111300.870000', '111301.330000', '111301.790000', '111302.250000', '111302.710000', '111303.170000', '111303.630000', '111304.090000', '111304.550000', '111305.010000', '111305.470000', '111305.930000', '111306.390000', '111306.850000', '111307.310000', '111307.770000', '111308.230000', '111308.690000', '111309.150000', '111309.610000', '111310.070000', '111310.530000', '111310.990000', '111311.450000', '111311.910000', '111312.370000', '111312.830000', '111313.290000', '111313.750000', '111314.210000', '111314.670000', '111315.130000', '111315.590000', '111316.050000', '111316.510000', '111316.970000', '111317.430000', '111317.890000', '111318.350000', '111318.810000', '111319.270000', '111319.730000', '111320.190000', '111320.650000', '111321.110000', '111321.570000', '111322.030000', '111322.490000', '111322.950000', '111323.410000', '111323.870000', '111324.330000', '111324.790000', '111325.250000', '111325.710000', '111326.170000', '111326.630000', '111327.090000', '111327.550000', '111328.010000', '111328.470000', '111328.930000', '111329.390000', '111329.850000', '111330.310000', '111330.770000', '111331.230000', '111331.690000', '111332.150000', '111332.610000', '111333.070000', '111333.530000', '111333.990000', '111334.450000', '111334.910000', '111335.370000', '111335.830000', '111336.290000', '111336.750000', '111337.210000', '111337.670000', '111338.130000', '111338.590000', '111339.050000', '111339.510000', '111339.970000', '111340.430000', '111340.890000', '111341.350000', '111341.810000', '111342.270000', '111342.730000', '111343.190000', '111343.650000', '111344.110000', '111344.570000', '111345.030000', '111345.490000', '111345.950000', '111346.410000', '111346.870000', '111347.330000', '111347.790000', '111348.250000', '111348.710000', '111349.170000', '111349.630000', '111350.090000', '111350.550000', '111351.010000', '111351.470000', '111351.930000', '111352.390000', '111352.850000', '111353.310000', '111353.770000', '111354.230000', '111354.690000', '111355.150000', '111355.610000', '111356.070000', '111356.530000', '111356.990000', '111357.450000', '111357.910000', '111358.370000', '111358.830000', '111359.290000', '111359.750000', '111400.210000', '111400.670000', '111401.130000', '111401.590000', '111402.050000', '111402.510000', '111402.970000', '111403.430000', '111403.890000', '111404.350000', '111404.810000', '111405.270000', '111405.730000', '111406.190000', '111406.650000', '111407.110000', '111407.570000', '111408.030000', '111408.490000', '111408.950000', '111409.410000', '111409.870000', '111410.330000', '111410.790000', '111411.250000', '111411.710000', '111412.170000', '111412.630000', '111413.090000', '111413.550000', '111414.010000', '111414.470000', '111414.930000', '111415.390000', '111415.850000', '111416.310000', '111416.770000', '111417.230000', '111417.690000', '111418.150000', '111418.610000', '111419.070000', '111419.530000', '111419.990000', '111420.450000', '111420.910000', '111421.370000', '111421.830000', '111422.290000', '111422.750000', '111423.210000', '111423.670000', '111424.130000', '111424.590000', '111425.050000', '111425.510000', '111425.970000', '111426.430000', '111426.890000', '111427.350000', '111427.810000', '111428.270000', '111428.730000', '111429.190000', '111429.650000', '111430.110000', '111430.570000', '111431.030000', '111431.490000', '111431.950000', '111432.410000', '111432.870000', '111433.330000', '111433.790000', '111434.250000', '111434.710000', '111435.170000', '111435.630000', '111436.090000', '111436.550000', '111437.010000', '111437.470000', '111437.930000', '111438.390000', '111438.850000', '111439.310000', '111439.770000', '111440.230000', '111440.690000', '111441.150000', '111441.610000', '111442.070000', '111442.530000', '111442.990000', '111443.450000', '111443.910000', '111444.370000', '111444.830000', '111445.290000', '111445.750000', '111446.210000', '111446.670000', '111447.130000', '111447.590000', '111448.050000', '111448.510000', '111448.970000', '111449.430000', '111449.890000', '111450.350000', '111450.810000', '111451.270000', '111451.730000', '111452.190000', '111452.650000', '111453.110000', '111453.570000', '111454.030000', '111454.490000', '111454.950000', '111455.410000', '111455.870000', '111456.330000', '111456.790000', '111457.250000', '111457.710000', '111458.170000', '111458.630000', '111459.090000', '111459.550000', '111500.010000', '111500.470000', '111500.930000', '111501.390000', '111501.850000', '111502.310000', '111502.770000', '111503.230000', '111503.690000', '111504.150000', '111504.610000', '111505.070000', '111505.530000', '111505.990000', '111506.450000', '111506.910000', '111507.370000', '111507.830000', '111508.290000', '111508.750000', '111509.210000', '111509.670000', '111510.130000', '111510.590000', '111511.050000', '111511.510000', '111511.970000', '111512.430000', '111512.890000', '111513.350000', '111513.810000', '111514.270000', '111514.730000', '111515.190000', '111515.650000', '111516.110000', '111516.570000', '111517.030000', '111517.490000', '111517.950000', '111518.410000', '111518.870000', '111519.330000', '111519.790000'], 'ContentTime': ['110855.231000', '110855.235000', '110855.238000', '110855.241000', '110855.243000', '110855.246000', '110855.249000', '110855.252000', '110855.255000', '110855.257000', '110855.267000', '110855.269000', '110855.272000', '110855.275000', '110855.278000', '110855.281000', '110855.284000', '110855.286000', '110855.289000', '110855.292000', '110855.295000', '110855.311000', '110855.314000', '110855.321000', '110855.324000', '110855.327000', '110855.330000', '110855.337000', '110855.340000', '110855.343000', '110855.346000', '110855.349000', '110915.194000', '110915.197000', '110915.200000', '110915.202000', '110915.205000', '110915.208000', '110915.211000', '110915.213000', '110915.216000', '110915.219000', '110915.222000', '110915.225000', '110915.227000', '110915.230000', '110915.233000', '110915.236000', '110915.238000', '110915.241000', '110915.245000', '110915.248000', '110915.251000', '110915.254000', '110915.256000', '110915.259000', '110915.262000', '110915.265000', '110915.268000', '110915.270000', '110915.273000', '110915.276000', '110915.279000', '110915.282000', '110915.284000', '110915.287000', '110915.290000', '110915.293000', '110915.295000', '110915.298000', '110915.301000', '110915.304000', '110915.307000', '110915.309000', '110915.312000', '110915.315000', '110935.194000', '110935.197000', '110935.200000', '110935.202000', '110935.205000', '110935.208000', '110935.211000', '110935.214000', '110935.216000', '110935.219000', '110935.222000', '110935.225000', '110935.241000', '110935.244000', '110935.247000', '110935.250000', '110935.254000', '110935.257000', '110935.260000', '110935.262000', '110935.265000', '110935.268000', '110935.271000', '110935.274000', '110935.276000', '110935.279000', '110935.282000', '110935.285000', '110935.287000', '110935.290000', '110935.293000', '110935.296000', '110935.299000', '110935.301000', '110935.304000', '110935.307000', '110935.310000', '110935.313000', '110935.315000', '110935.318000', '110935.321000', '110935.324000', '110935.326000', '110955.194000', '110955.197000', '110955.200000', '110955.202000', '110955.205000', '110955.208000', '110955.211000', '110955.214000', '110955.216000', '110955.219000', '110955.222000', '110955.225000', '110955.228000', '110955.230000', '110955.233000', '110955.236000', '110955.239000', '110955.242000', '110955.244000', '110955.247000', '110955.250000', '110955.253000', '110955.256000', '110955.258000', '110955.261000', '110955.264000', '110955.267000', '110955.269000', '110955.272000', '110955.275000', '110955.278000', '110955.281000', '110955.283000', '110955.286000', '110955.289000', '110955.292000', '110955.295000', '110955.298000', '110955.300000', '110955.303000', '110955.306000', '110955.309000', '110955.311000', '110955.314000', '111015.195000', '111015.199000', '111015.202000', '111015.205000', '111015.208000', '111015.210000', '111015.213000', '111015.216000', '111015.219000', '111015.222000', '111015.225000', '111015.228000', '111015.231000', '111015.234000', '111015.236000', '111015.239000', '111015.242000', '111015.245000', '111015.248000', '111015.250000', '111015.254000', '111015.256000', '111015.259000', '111015.262000', '111015.265000', '111015.268000', '111015.271000', '111015.274000', '111015.277000', '111015.280000', '111015.282000', '111015.285000', '111015.288000', '111015.291000', '111015.294000', '111015.297000', '111015.300000', '111015.303000', '111015.305000', '111015.308000', '111015.311000', '111015.314000', '111015.317000', '111035.194000', '111035.197000', '111035.200000', '111035.202000', '111035.205000', '111035.208000', '111035.211000', '111035.214000', '111035.216000', '111035.219000', '111035.222000', '111035.225000', '111035.228000', '111035.230000', '111035.233000', '111035.236000', '111035.239000', '111035.242000', '111035.244000', '111035.247000', '111035.250000', '111035.253000', '111035.256000', '111035.258000', '111035.261000', '111035.264000', '111035.267000', '111035.270000', '111035.272000', '111035.275000', '111035.278000', '111035.281000', '111035.283000', '111035.286000', '111035.304000', '111035.307000', '111035.310000', '111035.312000', '111035.315000', '111035.318000', '111035.321000', '111035.324000', '111035.326000', '111035.329000', '111055.194000', '111055.197000', '111055.200000', '111055.202000', '111055.205000', '111055.208000', '111055.211000', '111055.214000', '111055.217000', '111055.219000', '111055.222000', '111055.225000', '111055.228000', '111055.230000', '111055.233000', '111055.236000', '111055.239000', '111055.242000', '111055.245000', '111055.247000', '111055.250000', '111055.253000', '111055.256000', '111055.259000', '111055.261000', '111055.264000', '111055.267000', '111055.270000', '111055.273000', '111055.275000', '111055.278000', '111055.281000', '111055.284000', '111055.287000', '111055.290000', '111055.293000', '111055.296000', '111055.299000', '111055.302000', '111055.304000', '111055.307000', '111055.310000', '111055.313000', '111115.194000', '111115.197000', '111115.200000', '111115.202000', '111115.205000', '111115.208000', '111115.211000', '111115.213000', '111115.216000', '111115.219000', '111115.222000', '111115.225000', '111115.227000', '111115.230000', '111115.233000', '111115.236000', '111115.239000', '111115.241000', '111115.244000', '111115.247000', '111115.250000', '111115.253000', '111115.255000', '111115.258000', '111115.261000', '111115.264000', '111115.267000', '111115.270000', '111115.272000', '111115.275000', '111115.278000', '111115.281000', '111115.284000', '111115.286000', '111115.289000', '111115.292000', '111115.295000', '111115.298000', '111115.300000', '111115.303000', '111115.306000', '111115.309000', '111115.311000', '111115.314000', '111135.194000', '111135.197000', '111135.200000', '111135.202000', '111135.205000', '111135.208000', '111135.211000', '111135.214000', '111135.216000', '111135.219000', '111135.222000', '111135.225000', '111135.228000', '111135.230000', '111135.235000', '111135.238000', '111135.241000', '111135.244000', '111135.247000', '111135.250000', '111135.252000', '111135.255000', '111135.258000', '111135.261000', '111135.264000', '111135.266000', '111135.269000', '111135.272000', '111135.275000', '111135.278000', '111135.280000', '111135.283000', '111135.286000', '111135.289000', '111135.292000', '111135.295000', '111135.297000', '111135.301000', '111135.306000', '111135.309000', '111135.312000', '111135.315000', '111135.318000', '111155.194000', '111155.197000', '111155.200000', '111155.203000', '111155.205000', '111155.208000', '111155.211000', '111155.214000', '111155.217000', '111155.220000', '111155.222000', '111155.225000', '111155.228000', '111155.231000', '111155.233000', '111155.236000', '111155.239000', '111155.242000', '111155.245000', '111155.247000', '111155.250000', '111155.253000', '111155.256000', '111155.259000', '111155.261000', '111155.264000', '111155.267000', '111155.270000', '111155.273000', '111155.275000', '111155.278000', '111155.281000', '111155.284000', '111155.287000', '111155.289000', '111155.293000', '111155.296000', '111155.299000', '111155.302000', '111155.305000', '111155.308000', '111155.310000', '111155.313000', '111155.316000', '111215.194000', '111215.197000', '111215.200000', '111215.202000', '111215.205000', '111215.208000', '111215.211000', '111215.214000', '111215.216000', '111215.219000', '111215.222000', '111215.225000', '111215.227000', '111215.230000', '111215.233000', '111215.249000', '111215.252000', '111215.255000', '111215.258000', '111215.260000', '111215.263000', '111215.266000', '111215.269000', '111215.271000', '111215.274000', '111215.277000', '111215.280000', '111215.283000', '111215.285000', '111215.288000', '111215.291000', '111215.294000', '111215.297000', '111215.299000', '111215.302000', '111215.305000', '111215.309000', '111215.312000', '111215.315000', '111215.318000', '111215.321000', '111215.324000', '111215.326000', '111235.194000', '111235.197000', '111235.200000', '111235.202000', '111235.205000', '111235.208000', '111235.211000', '111235.214000', '111235.216000', '111235.219000', '111235.222000', '111235.225000', '111235.228000', '111235.230000', '111235.233000', '111235.236000', '111235.239000', '111235.242000', '111235.245000', '111235.247000', '111235.250000', '111235.253000', '111235.256000', '111235.259000', '111235.261000', '111235.264000', '111235.267000', '111235.270000', '111235.273000', '111235.275000', '111235.278000', '111235.281000', '111235.284000', '111235.287000', '111235.289000', '111235.292000', '111235.295000', '111235.298000', '111235.300000', '111235.303000', '111235.306000', '111235.309000', '111235.312000', '111235.314000', '111255.194000', '111255.197000', '111255.200000', '111255.202000', '111255.205000', '111255.208000', '111255.211000', '111255.214000', '111255.216000', '111255.219000', '111255.222000', '111255.225000', '111255.228000', '111255.231000', '111255.233000', '111255.236000', '111255.239000', '111255.242000', '111255.245000', '111255.247000', '111255.250000', '111255.253000', '111255.256000', '111255.259000', '111255.262000', '111255.264000', '111255.267000', '111255.271000', '111255.274000', '111255.277000', '111255.280000', '111255.283000', '111255.286000', '111255.288000', '111255.291000', '111255.294000', '111255.297000', '111255.300000', '111255.302000', '111255.305000', '111255.308000', '111255.311000', '111255.314000', '111315.194000', '111315.197000', '111315.199000', '111315.202000', '111315.205000', '111315.208000', '111315.211000', '111315.213000', '111315.216000', '111315.219000', '111315.222000', '111315.225000', '111315.228000', '111315.230000', '111315.233000', '111315.236000', '111315.239000', '111315.242000', '111315.245000', '111315.247000', '111315.250000', '111315.253000', '111315.256000', '111315.259000', '111315.261000', '111315.264000', '111315.267000', '111315.270000', '111315.273000', '111315.276000', '111315.278000', '111315.281000', '111315.284000', '111315.287000', '111315.290000', '111315.292000', '111315.295000', '111315.298000', '111315.301000', '111315.303000', '111315.306000', '111315.309000', '111315.312000', '111315.315000', '111335.194000', '111335.197000', '111335.200000', '111335.202000', '111335.205000', '111335.208000', '111335.211000', '111335.214000', '111335.217000', '111335.219000', '111335.222000', '111335.226000', '111335.228000', '111335.231000', '111335.234000', '111335.237000', '111335.240000', '111335.242000', '111335.245000', '111335.248000', '111335.251000', '111335.254000', '111335.256000', '111335.259000', '111335.262000', '111335.265000', '111335.268000', '111335.271000', '111335.273000', '111335.276000', '111335.279000', '111335.282000', '111335.284000', '111335.287000', '111335.290000', '111335.293000', '111335.296000', '111335.299000', '111335.301000', '111335.304000', '111335.316000', '111335.319000', '111335.322000', '111355.194000', '111355.197000', '111355.200000', '111355.202000', '111355.205000', '111355.208000', '111355.211000', '111355.214000', '111355.217000', '111355.219000', '111355.222000', '111355.225000', '111355.228000', '111355.231000', '111355.233000', '111355.236000', '111355.239000', '111355.242000', '111355.245000', '111355.247000', '111355.250000', '111355.253000', '111355.256000', '111355.259000', '111355.262000', '111355.264000', '111355.267000', '111355.270000', '111355.273000', '111355.276000', '111355.279000', '111355.281000', '111355.284000', '111355.287000', '111355.290000', '111355.293000', '111355.295000', '111355.298000', '111355.301000', '111355.304000', '111355.307000', '111355.309000', '111355.312000', '111355.315000', '111415.194000', '111415.197000', '111415.200000', '111415.203000', '111415.205000', '111415.208000', '111415.211000', '111415.214000', '111415.216000', '111415.219000', '111415.222000', '111415.225000', '111415.228000', '111415.231000', '111415.233000', '111415.236000', '111415.239000', '111415.242000', '111415.245000', '111415.248000', '111415.250000', '111415.253000', '111415.256000', '111415.259000', '111415.262000', '111415.265000', '111415.267000', '111415.270000', '111415.273000', '111415.276000', '111415.279000', '111415.281000', '111415.284000', '111415.287000', '111415.290000', '111415.293000', '111415.295000', '111415.298000', '111415.301000', '111415.304000', '111415.307000', '111415.310000', '111415.314000', '111435.194000', '111435.197000', '111435.200000', '111435.202000', '111435.205000', '111435.208000', '111435.211000', '111435.214000', '111435.216000', '111435.219000', '111435.222000', '111435.225000', '111435.228000', '111435.231000', '111435.233000', '111435.236000', '111435.239000', '111435.242000', '111435.245000', '111435.247000', '111435.250000', '111435.253000', '111435.256000', '111435.259000', '111435.262000', '111435.264000', '111435.267000', '111435.270000', '111435.273000', '111435.276000', '111435.279000', '111435.282000', '111435.285000', '111435.287000', '111435.290000', '111435.293000', '111435.296000', '111435.299000', '111435.302000', '111435.304000', '111435.307000', '111435.310000', '111435.313000', '111435.316000', '111455.194000', '111455.197000', '111455.200000', '111455.203000', '111455.205000', '111455.208000', '111455.211000', '111455.214000', '111455.217000', '111455.219000', '111455.222000', '111455.225000', '111455.228000', '111455.231000', '111455.235000', '111455.238000', '111455.240000', '111455.243000', '111455.246000', '111455.249000', '111455.252000', '111455.255000', '111455.257000', '111455.260000', '111455.263000', '111455.266000', '111455.269000', '111455.271000', '111455.274000', '111455.277000', '111455.280000', '111455.283000', '111455.285000', '111455.288000', '111455.291000', '111455.294000', '111455.297000', '111455.300000', '111455.302000', '111455.305000', '111455.308000', '111455.311000', '111455.314000', '111515.194000', '111515.197000', '111515.200000', '111515.203000', '111515.205000', '111515.208000', '111515.211000', '111515.214000', '111515.217000', '111515.219000', '111515.222000', '111515.225000', '111515.228000', '111515.231000', '111515.234000', '111515.236000', '111515.239000', '111515.242000', '111515.245000', '111515.247000', '111515.250000', '111515.253000', '111515.256000', '111515.259000', '111515.262000', '111515.264000', '111515.267000', '111515.270000', '111515.273000', '111515.276000', '111515.278000', '111515.281000', '111515.284000', '111515.287000', '111515.290000', '111515.292000', '111515.295000', '111515.298000', '111515.301000', '111515.304000', '111515.306000', '111515.309000', '111515.312000', '111521.212000', '111521.216000', '111521.219000', '111521.222000', '111521.225000', '111521.228000', '111521.231000', '111521.234000', '111521.238000', '111521.241000', '111521.244000', '111521.247000', '111521.250000', '111521.253000'], 'InstanceCreationTime': ['110855.231000', '110855.235000', '110855.238000', '110855.241000', '110855.243000', '110855.246000', '110855.249000', '110855.252000', '110855.255000', '110855.257000', '110855.267000', '110855.269000', '110855.272000', '110855.275000', '110855.278000', '110855.281000', '110855.284000', '110855.286000', '110855.289000', '110855.292000', '110855.295000', '110855.311000', '110855.314000', '110855.321000', '110855.324000', '110855.327000', '110855.330000', '110855.337000', '110855.340000', '110855.343000', '110855.346000', '110855.349000', '110915.194000', '110915.197000', '110915.200000', '110915.202000', '110915.205000', '110915.208000', '110915.211000', '110915.213000', '110915.216000', '110915.219000', '110915.222000', '110915.225000', '110915.227000', '110915.230000', '110915.233000', '110915.236000', '110915.238000', '110915.241000', '110915.245000', '110915.248000', '110915.251000', '110915.254000', '110915.256000', '110915.259000', '110915.262000', '110915.265000', '110915.268000', '110915.270000', '110915.273000', '110915.276000', '110915.279000', '110915.282000', '110915.284000', '110915.287000', '110915.290000', '110915.293000', '110915.295000', '110915.298000', '110915.301000', '110915.304000', '110915.307000', '110915.309000', '110915.312000', '110915.315000', '110935.194000', '110935.197000', '110935.200000', '110935.202000', '110935.205000', '110935.208000', '110935.211000', '110935.214000', '110935.216000', '110935.219000', '110935.222000', '110935.225000', '110935.241000', '110935.244000', '110935.247000', '110935.250000', '110935.254000', '110935.257000', '110935.260000', '110935.262000', '110935.265000', '110935.268000', '110935.271000', '110935.274000', '110935.276000', '110935.279000', '110935.282000', '110935.285000', '110935.287000', '110935.290000', '110935.293000', '110935.296000', '110935.299000', '110935.301000', '110935.304000', '110935.307000', '110935.310000', '110935.313000', '110935.315000', '110935.318000', '110935.321000', '110935.324000', '110935.326000', '110955.194000', '110955.197000', '110955.200000', '110955.202000', '110955.205000', '110955.208000', '110955.211000', '110955.214000', '110955.216000', '110955.219000', '110955.222000', '110955.225000', '110955.228000', '110955.230000', '110955.233000', '110955.236000', '110955.239000', '110955.242000', '110955.244000', '110955.247000', '110955.250000', '110955.253000', '110955.256000', '110955.258000', '110955.261000', '110955.264000', '110955.267000', '110955.269000', '110955.272000', '110955.275000', '110955.278000', '110955.281000', '110955.283000', '110955.286000', '110955.289000', '110955.292000', '110955.295000', '110955.298000', '110955.300000', '110955.303000', '110955.306000', '110955.309000', '110955.311000', '110955.314000', '111015.195000', '111015.199000', '111015.202000', '111015.205000', '111015.208000', '111015.210000', '111015.213000', '111015.216000', '111015.219000', '111015.222000', '111015.225000', '111015.228000', '111015.231000', '111015.234000', '111015.236000', '111015.239000', '111015.242000', '111015.245000', '111015.248000', '111015.250000', '111015.254000', '111015.256000', '111015.259000', '111015.262000', '111015.265000', '111015.268000', '111015.271000', '111015.274000', '111015.277000', '111015.280000', '111015.282000', '111015.285000', '111015.288000', '111015.291000', '111015.294000', '111015.297000', '111015.300000', '111015.303000', '111015.305000', '111015.308000', '111015.311000', '111015.314000', '111015.317000', '111035.194000', '111035.197000', '111035.200000', '111035.202000', '111035.205000', '111035.208000', '111035.211000', '111035.214000', '111035.216000', '111035.219000', '111035.222000', '111035.225000', '111035.228000', '111035.230000', '111035.233000', '111035.236000', '111035.239000', '111035.242000', '111035.244000', '111035.247000', '111035.250000', '111035.253000', '111035.256000', '111035.258000', '111035.261000', '111035.264000', '111035.267000', '111035.270000', '111035.272000', '111035.275000', '111035.278000', '111035.281000', '111035.283000', '111035.286000', '111035.304000', '111035.307000', '111035.310000', '111035.312000', '111035.315000', '111035.318000', '111035.321000', '111035.324000', '111035.326000', '111035.329000', '111055.194000', '111055.197000', '111055.200000', '111055.202000', '111055.205000', '111055.208000', '111055.211000', '111055.214000', '111055.217000', '111055.219000', '111055.222000', '111055.225000', '111055.228000', '111055.230000', '111055.233000', '111055.236000', '111055.239000', '111055.242000', '111055.245000', '111055.247000', '111055.250000', '111055.253000', '111055.256000', '111055.259000', '111055.261000', '111055.264000', '111055.267000', '111055.270000', '111055.273000', '111055.275000', '111055.278000', '111055.281000', '111055.284000', '111055.287000', '111055.290000', '111055.293000', '111055.296000', '111055.299000', '111055.302000', '111055.304000', '111055.307000', '111055.310000', '111055.313000', '111115.194000', '111115.197000', '111115.200000', '111115.202000', '111115.205000', '111115.208000', '111115.211000', '111115.213000', '111115.216000', '111115.219000', '111115.222000', '111115.225000', '111115.227000', '111115.230000', '111115.233000', '111115.236000', '111115.239000', '111115.241000', '111115.244000', '111115.247000', '111115.250000', '111115.253000', '111115.255000', '111115.258000', '111115.261000', '111115.264000', '111115.267000', '111115.270000', '111115.272000', '111115.275000', '111115.278000', '111115.281000', '111115.284000', '111115.286000', '111115.289000', '111115.292000', '111115.295000', '111115.298000', '111115.300000', '111115.303000', '111115.306000', '111115.309000', '111115.311000', '111115.314000', '111135.194000', '111135.197000', '111135.200000', '111135.202000', '111135.205000', '111135.208000', '111135.211000', '111135.214000', '111135.216000', '111135.219000', '111135.222000', '111135.225000', '111135.228000', '111135.230000', '111135.235000', '111135.238000', '111135.241000', '111135.244000', '111135.247000', '111135.250000', '111135.252000', '111135.255000', '111135.258000', '111135.261000', '111135.264000', '111135.266000', '111135.269000', '111135.272000', '111135.275000', '111135.278000', '111135.280000', '111135.283000', '111135.286000', '111135.289000', '111135.292000', '111135.295000', '111135.297000', '111135.301000', '111135.306000', '111135.309000', '111135.312000', '111135.315000', '111135.318000', '111155.194000', '111155.197000', '111155.200000', '111155.203000', '111155.205000', '111155.208000', '111155.211000', '111155.214000', '111155.217000', '111155.220000', '111155.222000', '111155.225000', '111155.228000', '111155.231000', '111155.233000', '111155.236000', '111155.239000', '111155.242000', '111155.245000', '111155.247000', '111155.250000', '111155.253000', '111155.256000', '111155.259000', '111155.261000', '111155.264000', '111155.267000', '111155.270000', '111155.273000', '111155.275000', '111155.278000', '111155.281000', '111155.284000', '111155.287000', '111155.289000', '111155.293000', '111155.296000', '111155.299000', '111155.302000', '111155.305000', '111155.308000', '111155.310000', '111155.313000', '111155.316000', '111215.194000', '111215.197000', '111215.200000', '111215.202000', '111215.205000', '111215.208000', '111215.211000', '111215.214000', '111215.216000', '111215.219000', '111215.222000', '111215.225000', '111215.227000', '111215.230000', '111215.233000', '111215.249000', '111215.252000', '111215.255000', '111215.258000', '111215.260000', '111215.263000', '111215.266000', '111215.269000', '111215.271000', '111215.274000', '111215.277000', '111215.280000', '111215.283000', '111215.285000', '111215.288000', '111215.291000', '111215.294000', '111215.297000', '111215.299000', '111215.302000', '111215.305000', '111215.309000', '111215.312000', '111215.315000', '111215.318000', '111215.321000', '111215.324000', '111215.326000', '111235.194000', '111235.197000', '111235.200000', '111235.202000', '111235.205000', '111235.208000', '111235.211000', '111235.214000', '111235.216000', '111235.219000', '111235.222000', '111235.225000', '111235.228000', '111235.230000', '111235.233000', '111235.236000', '111235.239000', '111235.242000', '111235.245000', '111235.247000', '111235.250000', '111235.253000', '111235.256000', '111235.259000', '111235.261000', '111235.264000', '111235.267000', '111235.270000', '111235.273000', '111235.275000', '111235.278000', '111235.281000', '111235.284000', '111235.287000', '111235.289000', '111235.292000', '111235.295000', '111235.298000', '111235.300000', '111235.303000', '111235.306000', '111235.309000', '111235.312000', '111235.314000', '111255.194000', '111255.197000', '111255.200000', '111255.202000', '111255.205000', '111255.208000', '111255.211000', '111255.214000', '111255.216000', '111255.219000', '111255.222000', '111255.225000', '111255.228000', '111255.231000', '111255.233000', '111255.236000', '111255.239000', '111255.242000', '111255.245000', '111255.247000', '111255.250000', '111255.253000', '111255.256000', '111255.259000', '111255.262000', '111255.264000', '111255.267000', '111255.271000', '111255.274000', '111255.277000', '111255.280000', '111255.283000', '111255.286000', '111255.288000', '111255.291000', '111255.294000', '111255.297000', '111255.300000', '111255.302000', '111255.305000', '111255.308000', '111255.311000', '111255.314000', '111315.194000', '111315.197000', '111315.199000', '111315.202000', '111315.205000', '111315.208000', '111315.211000', '111315.213000', '111315.216000', '111315.219000', '111315.222000', '111315.225000', '111315.228000', '111315.230000', '111315.233000', '111315.236000', '111315.239000', '111315.242000', '111315.245000', '111315.247000', '111315.250000', '111315.253000', '111315.256000', '111315.259000', '111315.261000', '111315.264000', '111315.267000', '111315.270000', '111315.273000', '111315.276000', '111315.278000', '111315.281000', '111315.284000', '111315.287000', '111315.290000', '111315.292000', '111315.295000', '111315.298000', '111315.301000', '111315.303000', '111315.306000', '111315.309000', '111315.312000', '111315.315000', '111335.194000', '111335.197000', '111335.200000', '111335.202000', '111335.205000', '111335.208000', '111335.211000', '111335.214000', '111335.217000', '111335.219000', '111335.222000', '111335.226000', '111335.228000', '111335.231000', '111335.234000', '111335.237000', '111335.240000', '111335.242000', '111335.245000', '111335.248000', '111335.251000', '111335.254000', '111335.256000', '111335.259000', '111335.262000', '111335.265000', '111335.268000', '111335.271000', '111335.273000', '111335.276000', '111335.279000', '111335.282000', '111335.284000', '111335.287000', '111335.290000', '111335.293000', '111335.296000', '111335.299000', '111335.301000', '111335.304000', '111335.316000', '111335.319000', '111335.322000', '111355.194000', '111355.197000', '111355.200000', '111355.202000', '111355.205000', '111355.208000', '111355.211000', '111355.214000', '111355.217000', '111355.219000', '111355.222000', '111355.225000', '111355.228000', '111355.231000', '111355.233000', '111355.236000', '111355.239000', '111355.242000', '111355.245000', '111355.247000', '111355.250000', '111355.253000', '111355.256000', '111355.259000', '111355.262000', '111355.264000', '111355.267000', '111355.270000', '111355.273000', '111355.276000', '111355.279000', '111355.281000', '111355.284000', '111355.287000', '111355.290000', '111355.293000', '111355.295000', '111355.298000', '111355.301000', '111355.304000', '111355.307000', '111355.309000', '111355.312000', '111355.315000', '111415.194000', '111415.197000', '111415.200000', '111415.203000', '111415.205000', '111415.208000', '111415.211000', '111415.214000', '111415.216000', '111415.219000', '111415.222000', '111415.225000', '111415.228000', '111415.231000', '111415.233000', '111415.236000', '111415.239000', '111415.242000', '111415.245000', '111415.248000', '111415.250000', '111415.253000', '111415.256000', '111415.259000', '111415.262000', '111415.265000', '111415.267000', '111415.270000', '111415.273000', '111415.276000', '111415.279000', '111415.281000', '111415.284000', '111415.287000', '111415.290000', '111415.293000', '111415.295000', '111415.298000', '111415.301000', '111415.304000', '111415.307000', '111415.310000', '111415.314000', '111435.194000', '111435.197000', '111435.200000', '111435.202000', '111435.205000', '111435.208000', '111435.211000', '111435.214000', '111435.216000', '111435.219000', '111435.222000', '111435.225000', '111435.228000', '111435.231000', '111435.233000', '111435.236000', '111435.239000', '111435.242000', '111435.245000', '111435.247000', '111435.250000', '111435.253000', '111435.256000', '111435.259000', '111435.262000', '111435.264000', '111435.267000', '111435.270000', '111435.273000', '111435.276000', '111435.279000', '111435.282000', '111435.285000', '111435.287000', '111435.290000', '111435.293000', '111435.296000', '111435.299000', '111435.302000', '111435.304000', '111435.307000', '111435.310000', '111435.313000', '111435.316000', '111455.194000', '111455.197000', '111455.200000', '111455.203000', '111455.205000', '111455.208000', '111455.211000', '111455.214000', '111455.217000', '111455.219000', '111455.222000', '111455.225000', '111455.228000', '111455.231000', '111455.235000', '111455.238000', '111455.240000', '111455.243000', '111455.246000', '111455.249000', '111455.252000', '111455.255000', '111455.257000', '111455.260000', '111455.263000', '111455.266000', '111455.269000', '111455.271000', '111455.274000', '111455.277000', '111455.280000', '111455.283000', '111455.285000', '111455.288000', '111455.291000', '111455.294000', '111455.297000', '111455.300000', '111455.302000', '111455.305000', '111455.308000', '111455.311000', '111455.314000', '111515.194000', '111515.197000', '111515.200000', '111515.203000', '111515.205000', '111515.208000', '111515.211000', '111515.214000', '111515.217000', '111515.219000', '111515.222000', '111515.225000', '111515.228000', '111515.231000', '111515.234000', '111515.236000', '111515.239000', '111515.242000', '111515.245000', '111515.247000', '111515.250000', '111515.253000', '111515.256000', '111515.259000', '111515.262000', '111515.264000', '111515.267000', '111515.270000', '111515.273000', '111515.276000', '111515.278000', '111515.281000', '111515.284000', '111515.287000', '111515.290000', '111515.292000', '111515.295000', '111515.298000', '111515.301000', '111515.304000', '111515.306000', '111515.309000', '111515.312000', '111521.212000', '111521.216000', '111521.219000', '111521.222000', '111521.225000', '111521.228000', '111521.231000', '111521.234000', '111521.238000', '111521.241000', '111521.244000', '111521.247000', '111521.250000', '111521.253000'], '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': [10598, 10683, 11397, 10693, 11454, 10961, 11735, 11030, 14449, 11139, 12368, 12112, 11036, 10596, 10965, 9862, 10973, 10598, 11011, 11099, 13310, 11454, 11183, 10765, 11297, 14193, 10925, 11047, 11715, 11016, 10819, 10847, 11051, 10512, 10984, 11124, 11068, 10865, 10206, 11124, 10211, 11336, 12825, 10745, 10862, 11102, 10975, 12653, 11105, 11080, 10090, 11207, 14351, 10670, 12214, 10770, 10977, 13652, 11174, 11636, 10147, 11051, 10633, 10917, 12988, 10868, 10578, 10699, 11271, 14747, 10756, 11549, 10911, 11210, 13478, 11159, 11687, 10965, 10910, 10091, 11069, 9134, 11089, 10833, 10400, 10990, 10163, 11242, 10314, 11069, 10619, 10612, 11028, 11373, 10995, 9797, 10948, 10245, 10931, 10846, 11161, 10909, 11471, 11021, 10191, 10937, 9695, 10884, 9588, 10616, 10432, 10707, 10070, 10716, 9580, 10885, 13200, 10675, 13170, 10109, 10866, 9946, 10819, 9386, 10764, 9748, 10787, 9348, 10878, 9743, 10881, 9188, 10912, 10378, 10875, 10041, 10949, 13377, 11098, 14829, 10886, 12831, 10224, 10926, 14107, 10825, 11522, 10213, 10816, 10707, 10812, 9893, 10845, 9468, 10567, 9751, 10799, 9120, 10784, 10490, 9671, 11089, 12763, 10775, 10440, 10937, 11112, 10278, 11058, 9767, 10663, 9785, 11035, 14028, 10615, 10783, 9657, 10773, 9898, 10793, 9499, 10753, 11219, 9946, 10563, 9870, 10840, 9269, 10988, 10714, 9918, 10555, 10921, 10706, 11240, 10618, 10714, 10849, 10727, 10340, 10643, 10328, 10463, 10582, 10305, 10504, 9707, 10663, 9515, 10891, 13083, 9527, 10805, 14859, 10897, 11667, 9615, 10722, 14056, 10671, 11432, 10301, 10891, 13113, 10605, 10875, 9682, 10780, 11157, 10993, 10492, 9572, 10711, 12294, 10721, 10561, 9988, 10759, 10213, 10953, 10305, 10160, 10868, 10744, 10694, 12079, 10619, 11206, 10526, 9154, 10684, 10445, 10252, 10790, 11324, 9576, 10749, 11647, 11010, 10620, 10683, 10875, 12708, 10700, 12032, 9992, 10731, 9294, 10819, 8631, 10541, 10487, 10353, 10644, 9830, 10494, 12927, 10354, 10853, 9361, 10996, 14517, 10642, 11441, 10297, 10762, 14778, 10913, 11812, 9810, 10862, 9559, 10772, 10462, 10204, 10670, 9876, 10857, 11541, 10340, 10761, 10610, 10569, 12024, 10647, 10511, 10224, 10736, 10042, 10487, 10751, 10274, 10619, 9529, 10683, 10845, 9562, 10878, 14059, 10008, 10759, 12637, 10562, 11047, 10640, 10994, 9804, 10727, 13117, 10496, 10997, 10140, 10932, 9367, 10787, 13974, 10176, 10821, 10075, 10969, 12147, 10637, 10726, 9929, 10814, 9919, 10966, 12590, 10762, 11526, 10215, 10685, 9403, 11074, 12950, 11060, 11000, 10593, 10650, 9869, 11085, 8543, 11020, 10380, 10011, 10657, 10263, 10897, 10578, 11040, 10469, 10277, 10796, 12176, 10913, 9439, 10729, 10870, 9610, 11101, 13241, 9934, 10960, 10837, 10928, 10721, 9761, 10975, 10032, 10954, 12207, 9973, 10655, 12395, 10989, 12213, 10007, 10846, 9984, 10716, 10448, 10598, 10790, 10250, 10733, 9843, 10606, 12408, 10565, 10859, 10782, 10694, 12659, 9986, 10728, 9615, 10905, 10441, 10320, 10535, 10380, 10796, 11021, 10125, 10453, 10172, 10531, 12366, 10179, 11137, 13999, 10560, 10960, 9716, 11139, 14026, 10352, 10652, 9681, 10676, 10588, 10613, 10698, 12298, 10860, 12228, 10625, 10802, 10368, 10803, 13271, 10652, 11882, 10301, 10804, 10278, 10793, 13155, 9941, 10843, 10094, 10982, 11101, 10743, 10232, 9695, 10847, 9095, 11012, 10443, 10681, 10910, 12307, 10673, 9965, 10509, 10757, 10081, 10861, 11053, 10466, 10679, 9960, 10991, 12496, 9954, 10711, 9904, 10696, 9833, 10648, 11518, 10383, 10549, 11794, 10585, 14835, 10846, 11190, 9711, 11063, 13898, 10053, 10238, 9468, 10892, 9630, 10903, 9128, 10494, 11621, 9998, 10574, 9125, 10463, 9401, 10874, 9828, 10720, 10017, 11129, 14389, 11608, 12475, 9473, 10927, 13759, 10003, 10590, 10292, 10423, 10278, 10784, 9356, 10387, 10398, 10120, 10691, 9941, 10965, 10279, 10378, 10130, 10169, 10587, 10410, 10610, 10097, 10327, 10093, 10218, 10414, 10801, 10529, 10566, 10153, 10492, 10805, 10441, 11186, 10537, 10500, 10493, 10417, 10168, 10445, 10655, 10334, 10284, 12945, 10572, 12068, 10176, 10867, 13687, 10474, 11438, 10605, 10819, 12118, 10202, 10489, 10272, 10625, 9603, 10140, 10501, 11969, 10293, 13425, 10246, 10877, 13021, 10614, 11287, 9518, 10279, 10217, 10036, 10498, 10440, 10287, 10449, 10076, 10769, 10505, 10108, 10255, 10401, 10678, 9416, 10361, 10275, 9997, 10281, 13031, 10078, 10633, 12711, 10300, 11656, 9572, 10555, 14920, 10002, 10627, 10579, 10405, 13290, 9956, 10714, 10104, 10258, 12455, 10163, 10470, 10402, 10635, 13937, 10133, 10552, 10921, 10450, 12106, 10146, 10622, 10256, 10252, 10119, 10156, 10687, 9589, 10470, 10234, 10758, 10311, 10143, 10584, 10110, 10366, 10321, 10396, 10246, 11643, 10250, 10848, 10307, 10404, 13288, 10261, 11680, 10381, 10516, 11496, 10341, 12215, 10514, 10568, 10069, 10301, 10949, 10186, 10428, 10441, 10782, 11623, 10190, 9974, 10510, 10605, 10425, 10535, 10518, 10785, 10294, 10251, 10384, 12156, 10271, 10502, 9959, 10544, 13773, 10438, 11901, 10341, 10286, 10677, 10620, 13265, 10428, 10196, 12272, 10272, 11473, 10333, 10660, 13180, 10326, 11321, 10300, 10283, 13139, 10096, 10457, 9726, 10090, 11156, 10141, 10546, 10308, 10551, 10235, 10335, 13112, 10250, 10233, 10228, 10463, 14067, 10176, 10328, 10262, 10381, 10148, 10083, 11615, 10448, 10184, 10436, 10168, 13156, 10249, 9956, 10311, 10252, 11098, 10333, 10468, 11123, 10333, 12531, 10118, 10484, 10431, 10442, 13032, 10210, 10976, 10527, 10417, 10541, 10436, 12679, 10305, 10028, 10321, 10278, 11959, 10268, 11208, 10209, 10484, 10241, 10452, 12955, 10277, 11610, 10133, 10396, 10226, 10497, 13562, 10334, 11435, 10559, 10424, 12880, 10263, 11326, 10041, 10328, 10057, 10395, 12376, 10265, 9961, 10367, 10342, 9905, 10393, 9932, 10511, 10387, 10243, 10451, 10182, 10502, 10145, 13416, 10217, 11944, 10580, 10158, 12192, 10518, 9755, 10325, 10214, 10415, 10247, 13901, 10392, 10988, 9533, 10124, 12469, 10290, 9966, 10236, 10469, 11280, 10420, 9957, 10360, 10235, 9635, 10314, 10205, 10925, 10256, 12892, 10499, 10733, 10375, 10346, 13776, 10477, 10858, 10734, 10404, 12252, 10297, 10939, 10188, 10481, 10493, 10305, 10213, 10763, 10094, 10353], 'WindowCenter': [3845.0, 3830.0, 3839.0, 3828.0, 3839.0, 3828.0, 3837.0, 3826.0, 3847.0, 3825.0, 3825.0, 3824.0, 3814.0, 3814.0, 3825.0, 3815.0, 3827.0, 3814.0, 3825.0, 3826.0, 3836.0, 3836.0, 3827.0, 3827.0, 3839.0, 3847.0, 3826.0, 3826.0, 3824.0, 3825.0, 3826.0, 3827.0, 3826.0, 3839.0, 3840.0, 3826.0, 3837.0, 3827.0, 3828.0, 3839.0, 3828.0, 3841.0, 3849.0, 3839.0, 3829.0, 3828.0, 3829.0, 3848.0, 3839.0, 3838.0, 3816.0, 3827.0, 3847.0, 3827.0, 3837.0, 3827.0, 3826.0, 3835.0, 3813.0, 3813.0, 3802.0, 3815.0, 3813.0, 3814.0, 3834.0, 3813.0, 3814.0, 3801.0, 3811.0, 3832.0, 3812.0, 3811.0, 3813.0, 3824.0, 3832.0, 3811.0, 3810.0, 3812.0, 3810.0, 3812.0, 3824.0, 3801.0, 3823.0, 3813.0, 3813.0, 3823.0, 3814.0, 3826.0, 3813.0, 3825.0, 3814.0, 3814.0, 3814.0, 3824.0, 3825.0, 3813.0, 3826.0, 3813.0, 3825.0, 3824.0, 3824.0, 3825.0, 3825.0, 3824.0, 3814.0, 3826.0, 3816.0, 3836.0, 3815.0, 3827.0, 3828.0, 3829.0, 3829.0, 3839.0, 3829.0, 3839.0, 3849.0, 3827.0, 3848.0, 3815.0, 3825.0, 3814.0, 3825.0, 3804.0, 3824.0, 3813.0, 3826.0, 3816.0, 3827.0, 3816.0, 3828.0, 3815.0, 3827.0, 3827.0, 3826.0, 3818.0, 3827.0, 3847.0, 3825.0, 3846.0, 3814.0, 3824.0, 3802.0, 3813.0, 3832.0, 3811.0, 3810.0, 3801.0, 3810.0, 3812.0, 3811.0, 3812.0, 3823.0, 3814.0, 3826.0, 3817.0, 3839.0, 3818.0, 3839.0, 3828.0, 3816.0, 3827.0, 3838.0, 3827.0, 3827.0, 3838.0, 3836.0, 3826.0, 3827.0, 3816.0, 3827.0, 3827.0, 3839.0, 3848.0, 3826.0, 3826.0, 3814.0, 3827.0, 3816.0, 3827.0, 3815.0, 3837.0, 3825.0, 3814.0, 3815.0, 3815.0, 3826.0, 3804.0, 3826.0, 3814.0, 3813.0, 3812.0, 3824.0, 3814.0, 3824.0, 3825.0, 3814.0, 3813.0, 3823.0, 3814.0, 3825.0, 3813.0, 3825.0, 3823.0, 3813.0, 3825.0, 3817.0, 3826.0, 3815.0, 3838.0, 3847.0, 3803.0, 3825.0, 3845.0, 3824.0, 3824.0, 3802.0, 3812.0, 3832.0, 3812.0, 3822.0, 3812.0, 3822.0, 3831.0, 3811.0, 3813.0, 3801.0, 3812.0, 3822.0, 3812.0, 3811.0, 3799.0, 3812.0, 3822.0, 3812.0, 3811.0, 3813.0, 3822.0, 3810.0, 3823.0, 3801.0, 3811.0, 3812.0, 3811.0, 3812.0, 3822.0, 3812.0, 3812.0, 3813.0, 3801.0, 3825.0, 3825.0, 3813.0, 3812.0, 3824.0, 3803.0, 3824.0, 3824.0, 3824.0, 3812.0, 3811.0, 3811.0, 3822.0, 3811.0, 3821.0, 3802.0, 3811.0, 3803.0, 3823.0, 3793.0, 3824.0, 3824.0, 3826.0, 3824.0, 3812.0, 3824.0, 3835.0, 3814.0, 3823.0, 3802.0, 3823.0, 3844.0, 3814.0, 3823.0, 3811.0, 3812.0, 3843.0, 3813.0, 3822.0, 3801.0, 3822.0, 3800.0, 3810.0, 3809.0, 3811.0, 3812.0, 3812.0, 3823.0, 3822.0, 3813.0, 3823.0, 3811.0, 3811.0, 3821.0, 3812.0, 3812.0, 3815.0, 3825.0, 3812.0, 3813.0, 3813.0, 3813.0, 3813.0, 3813.0, 3825.0, 3824.0, 3802.0, 3823.0, 3845.0, 3801.0, 3811.0, 3823.0, 3813.0, 3823.0, 3824.0, 3822.0, 3812.0, 3823.0, 3833.0, 3812.0, 3812.0, 3813.0, 3824.0, 3802.0, 3824.0, 3844.0, 3813.0, 3814.0, 3813.0, 3823.0, 3821.0, 3811.0, 3812.0, 3813.0, 3822.0, 3814.0, 3824.0, 3832.0, 3812.0, 3823.0, 3812.0, 3812.0, 3801.0, 3823.0, 3820.0, 3810.0, 3810.0, 3799.0, 3800.0, 3799.0, 3811.0, 3778.0, 3810.0, 3797.0, 3799.0, 3798.0, 3798.0, 3810.0, 3811.0, 3811.0, 3798.0, 3799.0, 3810.0, 3820.0, 3811.0, 3800.0, 3824.0, 3823.0, 3801.0, 3823.0, 3833.0, 3813.0, 3812.0, 3811.0, 3813.0, 3812.0, 3801.0, 3812.0, 3801.0, 3812.0, 3822.0, 3801.0, 3812.0, 3823.0, 3812.0, 3821.0, 3800.0, 3811.0, 3802.0, 3811.0, 3812.0, 3824.0, 3822.0, 3812.0, 3822.0, 3812.0, 3824.0, 3834.0, 3824.0, 3824.0, 3811.0, 3812.0, 3833.0, 3802.0, 3812.0, 3801.0, 3823.0, 3811.0, 3811.0, 3812.0, 3825.0, 3836.0, 3822.0, 3813.0, 3823.0, 3814.0, 3814.0, 3834.0, 3814.0, 3825.0, 3832.0, 3811.0, 3812.0, 3801.0, 3823.0, 3843.0, 3812.0, 3812.0, 3800.0, 3813.0, 3811.0, 3824.0, 3824.0, 3833.0, 3813.0, 3823.0, 3813.0, 3822.0, 3812.0, 3812.0, 3833.0, 3812.0, 3822.0, 3814.0, 3823.0, 3812.0, 3811.0, 3832.0, 3800.0, 3810.0, 3812.0, 3825.0, 3820.0, 3811.0, 3810.0, 3800.0, 3812.0, 3790.0, 3812.0, 3809.0, 3810.0, 3811.0, 3821.0, 3811.0, 3801.0, 3811.0, 3811.0, 3812.0, 3823.0, 3823.0, 3813.0, 3813.0, 3812.0, 3824.0, 3821.0, 3813.0, 3825.0, 3814.0, 3813.0, 3813.0, 3826.0, 3824.0, 3813.0, 3813.0, 3823.0, 3813.0, 3845.0, 3813.0, 3823.0, 3802.0, 3823.0, 3830.0, 3800.0, 3800.0, 3799.0, 3810.0, 3801.0, 3823.0, 3801.0, 3823.0, 3823.0, 3813.0, 3812.0, 3801.0, 3812.0, 3801.0, 3825.0, 3829.0, 3826.0, 3816.0, 3840.0, 3847.0, 3826.0, 3824.0, 3802.0, 3813.0, 3830.0, 3800.0, 3810.0, 3800.0, 3811.0, 3812.0, 3812.0, 3789.0, 3800.0, 3799.0, 3800.0, 3799.0, 3800.0, 3812.0, 3810.0, 3812.0, 3812.0, 3813.0, 3811.0, 3813.0, 3813.0, 3812.0, 3813.0, 3813.0, 3814.0, 3813.0, 3825.0, 3823.0, 3813.0, 3814.0, 3825.0, 3825.0, 3826.0, 3825.0, 3813.0, 3814.0, 3813.0, 3814.0, 3814.0, 3813.0, 3812.0, 3812.0, 3812.0, 3834.0, 3814.0, 3824.0, 3812.0, 3814.0, 3832.0, 3812.0, 3822.0, 3812.0, 3813.0, 3821.0, 3812.0, 3811.0, 3811.0, 3813.0, 3802.0, 3813.0, 3813.0, 3823.0, 3812.0, 3834.0, 3813.0, 3824.0, 3821.0, 3810.0, 3810.0, 3789.0, 3801.0, 3799.0, 3800.0, 3810.0, 3812.0, 3813.0, 3810.0, 3812.0, 3823.0, 3810.0, 3811.0, 3812.0, 3813.0, 3814.0, 3801.0, 3813.0, 3814.0, 3802.0, 3812.0, 3832.0, 3812.0, 3813.0, 3822.0, 3800.0, 3812.0, 3800.0, 3813.0, 3832.0, 3799.0, 3799.0, 3798.0, 3800.0, 3818.0, 3799.0, 3799.0, 3798.0, 3798.0, 3819.0, 3800.0, 3809.0, 3811.0, 3812.0, 3831.0, 3800.0, 3800.0, 3810.0, 3800.0, 3818.0, 3800.0, 3810.0, 3797.0, 3798.0, 3798.0, 3799.0, 3810.0, 3800.0, 3810.0, 3809.0, 3810.0, 3811.0, 3812.0, 3823.0, 3812.0, 3813.0, 3811.0, 3812.0, 3814.0, 3823.0, 3816.0, 3823.0, 3812.0, 3812.0, 3833.0, 3813.0, 3823.0, 3813.0, 3812.0, 3822.0, 3811.0, 3822.0, 3811.0, 3811.0, 3800.0, 3800.0, 3810.0, 3811.0, 3810.0, 3812.0, 3823.0, 3810.0, 3810.0, 3800.0, 3810.0, 3811.0, 3811.0, 3812.0, 3809.0, 3810.0, 3800.0, 3810.0, 3811.0, 3821.0, 3811.0, 3811.0, 3799.0, 3811.0, 3832.0, 3811.0, 3821.0, 3812.0, 3812.0, 3823.0, 3823.0, 3832.0, 3811.0, 3812.0, 3822.0, 3813.0, 3823.0, 3813.0, 3824.0, 3832.0, 3811.0, 3812.0, 3801.0, 3811.0, 3831.0, 3810.0, 3811.0, 3799.0, 3810.0, 3821.0, 3811.0, 3812.0, 3825.0, 3823.0, 3812.0, 3812.0, 3834.0, 3813.0, 3812.0, 3813.0, 3824.0, 3832.0, 3812.0, 3800.0, 3811.0, 3812.0, 3812.0, 3813.0, 3821.0, 3812.0, 3812.0, 3812.0, 3812.0, 3833.0, 3812.0, 3800.0, 3812.0, 3812.0, 3811.0, 3813.0, 3812.0, 3811.0, 3811.0, 3822.0, 3812.0, 3811.0, 3810.0, 3810.0, 3820.0, 3800.0, 3809.0, 3810.0, 3810.0, 3810.0, 3810.0, 3832.0, 3812.0, 3801.0, 3812.0, 3813.0, 3821.0, 3811.0, 3810.0, 3812.0, 3812.0, 3811.0, 3812.0, 3833.0, 3812.0, 3822.0, 3812.0, 3811.0, 3799.0, 3811.0, 3832.0, 3802.0, 3810.0, 3810.0, 3810.0, 3819.0, 3801.0, 3809.0, 3800.0, 3798.0, 3799.0, 3800.0, 3819.0, 3811.0, 3799.0, 3811.0, 3812.0, 3810.0, 3812.0, 3813.0, 3811.0, 3813.0, 3812.0, 3813.0, 3812.0, 3812.0, 3812.0, 3833.0, 3811.0, 3822.0, 3811.0, 3811.0, 3821.0, 3812.0, 3801.0, 3814.0, 3812.0, 3813.0, 3814.0, 3833.0, 3813.0, 3812.0, 3800.0, 3810.0, 3820.0, 3813.0, 3802.0, 3813.0, 3823.0, 3821.0, 3810.0, 3800.0, 3800.0, 3811.0, 3800.0, 3812.0, 3800.0, 3811.0, 3812.0, 3833.0, 3812.0, 3812.0, 3811.0, 3812.0, 3833.0, 3812.0, 3810.0, 3812.0, 3812.0, 3821.0, 3811.0, 3810.0, 3800.0, 3811.0, 3810.0, 3812.0, 3800.0, 3810.0, 3810.0, 3812.0], 'WindowWidth': [8630.0, 8598.0, 8607.0, 8589.0, 8607.0, 8590.0, 8601.0, 8582.0, 8614.0, 8579.0, 8581.0, 8579.0, 8562.0, 8562.0, 8579.0, 8566.0, 8585.0, 8566.0, 8579.0, 8583.0, 8599.0, 8597.0, 8586.0, 8589.0, 8606.0, 8616.0, 8583.0, 8582.0, 8580.0, 8579.0, 8582.0, 8586.0, 8584.0, 8607.0, 8608.0, 8587.0, 8601.0, 8587.0, 8590.0, 8605.0, 8592.0, 8612.0, 8621.0, 8607.0, 8593.0, 8591.0, 8592.0, 8618.0, 8605.0, 8604.0, 8570.0, 8584.0, 8615.0, 8588.0, 8598.0, 8584.0, 8583.0, 8595.0, 8561.0, 8561.0, 8544.0, 8567.0, 8560.0, 8562.0, 8589.0, 8561.0, 8561.0, 8541.0, 8554.0, 8587.0, 8559.0, 8555.0, 8560.0, 8575.0, 8586.0, 8552.0, 8553.0, 8555.0, 8550.0, 8557.0, 8577.0, 8544.0, 8575.0, 8561.0, 8563.0, 8576.0, 8566.0, 8582.0, 8565.0, 8581.0, 8565.0, 8563.0, 8564.0, 8578.0, 8578.0, 8563.0, 8583.0, 8564.0, 8582.0, 8579.0, 8577.0, 8579.0, 8582.0, 8579.0, 8566.0, 8585.0, 8571.0, 8600.0, 8569.0, 8588.0, 8590.0, 8593.0, 8594.0, 8607.0, 8596.0, 8607.0, 8621.0, 8586.0, 8617.0, 8569.0, 8581.0, 8566.0, 8581.0, 8551.0, 8579.0, 8565.0, 8584.0, 8571.0, 8588.0, 8572.0, 8588.0, 8570.0, 8588.0, 8589.0, 8586.0, 8576.0, 8588.0, 8615.0, 8580.0, 8613.0, 8565.0, 8577.0, 8544.0, 8560.0, 8585.0, 8553.0, 8553.0, 8542.0, 8551.0, 8560.0, 8557.0, 8561.0, 8577.0, 8567.0, 8586.0, 8576.0, 8608.0, 8580.0, 8608.0, 8592.0, 8571.0, 8587.0, 8605.0, 8587.0, 8588.0, 8603.0, 8601.0, 8586.0, 8588.0, 8573.0, 8589.0, 8588.0, 8605.0, 8618.0, 8584.0, 8586.0, 8566.0, 8587.0, 8570.0, 8587.0, 8571.0, 8602.0, 8584.0, 8567.0, 8569.0, 8569.0, 8582.0, 8552.0, 8583.0, 8566.0, 8563.0, 8561.0, 8579.0, 8563.0, 8580.0, 8582.0, 8565.0, 8561.0, 8575.0, 8565.0, 8581.0, 8565.0, 8581.0, 8576.0, 8564.0, 8580.0, 8573.0, 8585.0, 8571.0, 8604.0, 8618.0, 8551.0, 8581.0, 8611.0, 8580.0, 8578.0, 8544.0, 8558.0, 8588.0, 8560.0, 8571.0, 8561.0, 8574.0, 8584.0, 8556.0, 8563.0, 8544.0, 8560.0, 8573.0, 8560.0, 8555.0, 8538.0, 8557.0, 8574.0, 8559.0, 8557.0, 8563.0, 8574.0, 8556.0, 8574.0, 8544.0, 8557.0, 8559.0, 8558.0, 8558.0, 8572.0, 8560.0, 8560.0, 8563.0, 8546.0, 8583.0, 8583.0, 8563.0, 8560.0, 8579.0, 8548.0, 8578.0, 8579.0, 8579.0, 8560.0, 8556.0, 8555.0, 8574.0, 8554.0, 8569.0, 8546.0, 8557.0, 8547.0, 8576.0, 8537.0, 8580.0, 8581.0, 8586.0, 8581.0, 8562.0, 8578.0, 8595.0, 8567.0, 8578.0, 8549.0, 8575.0, 8604.0, 8563.0, 8576.0, 8557.0, 8557.0, 8605.0, 8563.0, 8571.0, 8544.0, 8572.0, 8541.0, 8554.0, 8552.0, 8557.0, 8558.0, 8561.0, 8576.0, 8575.0, 8562.0, 8574.0, 8556.0, 8557.0, 8571.0, 8559.0, 8562.0, 8569.0, 8583.0, 8561.0, 8562.0, 8562.0, 8563.0, 8563.0, 8562.0, 8582.0, 8581.0, 8549.0, 8576.0, 8607.0, 8544.0, 8558.0, 8577.0, 8560.0, 8578.0, 8579.0, 8575.0, 8559.0, 8573.0, 8589.0, 8561.0, 8560.0, 8564.0, 8580.0, 8547.0, 8578.0, 8607.0, 8563.0, 8563.0, 8565.0, 8576.0, 8572.0, 8557.0, 8561.0, 8564.0, 8574.0, 8568.0, 8579.0, 8588.0, 8558.0, 8576.0, 8560.0, 8559.0, 8544.0, 8573.0, 8568.0, 8553.0, 8554.0, 8537.0, 8539.0, 8537.0, 8556.0, 8510.0, 8551.0, 8533.0, 8536.0, 8536.0, 8535.0, 8552.0, 8554.0, 8556.0, 8535.0, 8537.0, 8553.0, 8568.0, 8557.0, 8541.0, 8578.0, 8576.0, 8545.0, 8576.0, 8590.0, 8562.0, 8560.0, 8559.0, 8561.0, 8562.0, 8545.0, 8560.0, 8544.0, 8561.0, 8574.0, 8544.0, 8560.0, 8577.0, 8558.0, 8570.0, 8541.0, 8555.0, 8546.0, 8556.0, 8561.0, 8580.0, 8573.0, 8561.0, 8574.0, 8561.0, 8579.0, 8594.0, 8581.0, 8580.0, 8558.0, 8559.0, 8589.0, 8546.0, 8559.0, 8544.0, 8574.0, 8556.0, 8560.0, 8558.0, 8583.0, 8600.0, 8576.0, 8565.0, 8578.0, 8568.0, 8565.0, 8594.0, 8566.0, 8581.0, 8589.0, 8556.0, 8561.0, 8544.0, 8576.0, 8603.0, 8561.0, 8559.0, 8543.0, 8564.0, 8561.0, 8579.0, 8581.0, 8594.0, 8563.0, 8578.0, 8563.0, 8575.0, 8560.0, 8558.0, 8591.0, 8558.0, 8574.0, 8566.0, 8575.0, 8559.0, 8557.0, 8586.0, 8543.0, 8555.0, 8563.0, 8581.0, 8571.0, 8557.0, 8556.0, 8541.0, 8558.0, 8528.0, 8559.0, 8553.0, 8554.0, 8556.0, 8570.0, 8555.0, 8544.0, 8558.0, 8557.0, 8561.0, 8576.0, 8577.0, 8562.0, 8563.0, 8561.0, 8578.0, 8571.0, 8562.0, 8582.0, 8566.0, 8562.0, 8564.0, 8584.0, 8582.0, 8563.0, 8564.0, 8577.0, 8562.0, 8609.0, 8564.0, 8577.0, 8546.0, 8574.0, 8583.0, 8539.0, 8541.0, 8540.0, 8553.0, 8546.0, 8576.0, 8546.0, 8576.0, 8577.0, 8564.0, 8558.0, 8541.0, 8557.0, 8545.0, 8581.0, 8593.0, 8585.0, 8574.0, 8611.0, 8620.0, 8587.0, 8579.0, 8545.0, 8561.0, 8581.0, 8538.0, 8552.0, 8540.0, 8554.0, 8559.0, 8558.0, 8524.0, 8541.0, 8538.0, 8541.0, 8536.0, 8540.0, 8558.0, 8555.0, 8560.0, 8560.0, 8563.0, 8557.0, 8562.0, 8563.0, 8559.0, 8561.0, 8563.0, 8564.0, 8561.0, 8581.0, 8577.0, 8562.0, 8566.0, 8582.0, 8582.0, 8583.0, 8583.0, 8563.0, 8565.0, 8561.0, 8564.0, 8565.0, 8564.0, 8562.0, 8558.0, 8560.0, 8594.0, 8563.0, 8580.0, 8561.0, 8565.0, 8588.0, 8560.0, 8573.0, 8561.0, 8562.0, 8571.0, 8558.0, 8558.0, 8558.0, 8563.0, 8548.0, 8563.0, 8564.0, 8576.0, 8560.0, 8592.0, 8562.0, 8576.0, 8572.0, 8553.0, 8553.0, 8523.0, 8541.0, 8538.0, 8541.0, 8554.0, 8559.0, 8560.0, 8554.0, 8560.0, 8575.0, 8556.0, 8555.0, 8559.0, 8562.0, 8565.0, 8546.0, 8562.0, 8563.0, 8546.0, 8559.0, 8588.0, 8561.0, 8564.0, 8575.0, 8541.0, 8561.0, 8540.0, 8561.0, 8586.0, 8538.0, 8537.0, 8535.0, 8537.0, 8564.0, 8538.0, 8538.0, 8535.0, 8535.0, 8564.0, 8540.0, 8551.0, 8558.0, 8558.0, 8583.0, 8540.0, 8540.0, 8553.0, 8539.0, 8562.0, 8541.0, 8552.0, 8534.0, 8535.0, 8536.0, 8540.0, 8554.0, 8541.0, 8556.0, 8553.0, 8556.0, 8556.0, 8559.0, 8577.0, 8560.0, 8564.0, 8560.0, 8561.0, 8564.0, 8579.0, 8570.0, 8578.0, 8560.0, 8562.0, 8594.0, 8564.0, 8577.0, 8562.0, 8560.0, 8573.0, 8556.0, 8574.0, 8558.0, 8558.0, 8540.0, 8540.0, 8554.0, 8558.0, 8555.0, 8560.0, 8575.0, 8557.0, 8555.0, 8543.0, 8555.0, 8557.0, 8557.0, 8558.0, 8554.0, 8554.0, 8542.0, 8555.0, 8556.0, 8571.0, 8557.0, 8558.0, 8540.0, 8558.0, 8588.0, 8559.0, 8571.0, 8562.0, 8559.0, 8578.0, 8579.0, 8590.0, 8559.0, 8562.0, 8577.0, 8563.0, 8577.0, 8566.0, 8580.0, 8588.0, 8556.0, 8562.0, 8543.0, 8557.0, 8585.0, 8555.0, 8555.0, 8539.0, 8555.0, 8571.0, 8559.0, 8562.0, 8583.0, 8577.0, 8561.0, 8562.0, 8595.0, 8564.0, 8562.0, 8563.0, 8579.0, 8588.0, 8559.0, 8543.0, 8557.0, 8560.0, 8561.0, 8563.0, 8573.0, 8561.0, 8560.0, 8561.0, 8562.0, 8589.0, 8559.0, 8542.0, 8561.0, 8560.0, 8558.0, 8563.0, 8560.0, 8559.0, 8556.0, 8575.0, 8559.0, 8559.0, 8554.0, 8554.0, 8568.0, 8541.0, 8552.0, 8556.0, 8554.0, 8554.0, 8555.0, 8588.0, 8560.0, 8546.0, 8561.0, 8563.0, 8571.0, 8558.0, 8556.0, 8562.0, 8560.0, 8557.0, 8560.0, 8590.0, 8559.0, 8573.0, 8560.0, 8558.0, 8539.0, 8557.0, 8588.0, 8545.0, 8556.0, 8554.0, 8555.0, 8567.0, 8542.0, 8551.0, 8541.0, 8536.0, 8538.0, 8539.0, 8565.0, 8556.0, 8539.0, 8559.0, 8561.0, 8555.0, 8561.0, 8563.0, 8559.0, 8562.0, 8561.0, 8564.0, 8560.0, 8559.0, 8559.0, 8591.0, 8558.0, 8574.0, 8557.0, 8557.0, 8571.0, 8559.0, 8545.0, 8566.0, 8561.0, 8562.0, 8566.0, 8592.0, 8563.0, 8561.0, 8540.0, 8555.0, 8570.0, 8561.0, 8546.0, 8564.0, 8578.0, 8571.0, 8555.0, 8543.0, 8542.0, 8555.0, 8541.0, 8561.0, 8542.0, 8557.0, 8560.0, 8591.0, 8559.0, 8561.0, 8557.0, 8561.0, 8590.0, 8561.0, 8554.0, 8560.0, 8560.0, 8572.0, 8557.0, 8557.0, 8541.0, 8556.0, 8554.0, 8558.0, 8540.0, 8554.0, 8556.0, 8560.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.00023052752293577984</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.02173747282110092</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.57047643569457</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.1822334698737078</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9821171799425942</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4959</td></tr>
|
|
<tr><td colspan=3>fber</td><td>4068.7478</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.08002282494724305</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>3</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>0.3440366972477064</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.406887509408527</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3955591247036017</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.650881027707162</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.174222375814818</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00605089</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.013969194144010544</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.031326912343502045</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>872</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>3.9503729911278875</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.6999998092651367</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>k</td><td>24.0158</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>45.7498</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>193.7544</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>50.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>299389.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>920.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>356.5225</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.5125</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>461.6728</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3023.1926</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3181.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>77155.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1090.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>3965.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>805.2352</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>38.878442671964876</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> |