=== 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-0131 --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-0131",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
107 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
107 KiB
(Stored with Git Annex)
HTML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
|
|
<title>sub-0131_ses-03_task-social_acq-mb8_run-05_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-0131_ses-03_task-social_acq-mb8_run-05_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-05_session-03_subject-0131_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-0131/figures/sub-0131_ses-03_task-social_acq-mb8_run-05_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0131/figures/sub-0131_ses-03_task-social_acq-mb8_run-05_desc-stdev_bold.svg" target="_blank">sub-0131/figures/sub-0131_ses-03_task-social_acq-mb8_run-05_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-05_session-03_subject-0131_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-0131/figures/sub-0131_ses-03_task-social_acq-mb8_run-05_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0131/figures/sub-0131_ses-03_task-social_acq-mb8_run-05_desc-background_bold.svg" target="_blank">sub-0131/figures/sub-0131_ses-03_task-social_acq-mb8_run-05_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-05_session-03_subject-0131_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-0131/figures/sub-0131_ses-03_task-social_acq-mb8_run-05_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0131/figures/sub-0131_ses-03_task-social_acq-mb8_run-05_desc-zoomed_bold.svg" target="_blank">sub-0131/figures/sub-0131_ses-03_task-social_acq-mb8_run-05_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-05_session-03_subject-0131_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-0131/figures/sub-0131_ses-03_task-social_acq-mb8_run-05_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0131/figures/sub-0131_ses-03_task-social_acq-mb8_run-05_desc-carpet_bold.svg" target="_blank">sub-0131/figures/sub-0131_ses-03_task-social_acq-mb8_run-05_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-05_session-03_subject-0131_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-0131/figures/sub-0131_ses-03_task-social_acq-mb8_run-05_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0131/figures/sub-0131_ses-03_task-social_acq-mb8_run-05_desc-mean_bold.svg" target="_blank">sub-0131/figures/sub-0131_ses-03_task-social_acq-mb8_run-05_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-05_session-03_subject-0131_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-0131/figures/sub-0131_ses-03_task-social_acq-mb8_run-05_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0131/figures/sub-0131_ses-03_task-social_acq-mb8_run-05_desc-brainmask_bold.svg" target="_blank">sub-0131/figures/sub-0131_ses-03_task-social_acq-mb8_run-05_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-05_session-03_subject-0131_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-0131/figures/sub-0131_ses-03_task-social_acq-mb8_run-05_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0131/figures/sub-0131_ses-03_task-social_acq-mb8_run-05_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-0131/figures/sub-0131_ses-03_task-social_acq-mb8_run-05_desc-norm_bold.svg" target="_blank">sub-0131/figures/sub-0131_ses-03_task-social_acq-mb8_run-05_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-0131/ses-03/func/sub-0131_ses-03_task-social_acq-mb8_run-05_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>40f4efa912511b3069656b9090c7cf22</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>21:28:59.517500</td></tr>
|
|
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
|
|
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
|
|
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
|
|
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
|
|
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
|
|
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
|
|
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
|
|
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
|
|
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
|
|
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
|
|
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
|
|
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
|
|
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.997541, -0.0287203, -0.06393, 0.032569, 0.997667, 0.0599971]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-05_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.095939</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-05_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>16</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4214, -7787, -7241, 416, -141, 45, 17, 115]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>social</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>233.119</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>8f7ed078-3a09-48cc-bafd-a220af97eb1d||Sequence: R016 ve11e/master r/434b28f1; Aug 7 2019 18:53:46 by eja</td></tr>
|
|
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6763296127319336, 0.08738034963607788, -0.16755592823028564, 109.14598083496094], [0.07705456763505936, 2.6766679286956787, 0.16721564531326294, -110.36207580566406], [-0.17151959240436554, -0.1609678566455841, 2.689602851867676, -50.98103713989258], [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': ['212859.517500', '212859.977500', '212900.437500', '212900.897500', '212901.357500', '212901.817500', '212902.277500', '212902.737500', '212903.197500', '212903.657500', '212904.117500', '212904.577500', '212905.037500', '212905.497500', '212905.957500', '212906.417500', '212906.877500', '212907.337500', '212907.797500', '212908.257500', '212908.717500', '212909.177500', '212909.637500', '212910.097500', '212910.557500', '212911.017500', '212911.477500', '212911.937500', '212912.397500', '212912.857500', '212913.317500', '212913.777500', '212914.237500', '212914.697500', '212915.157500', '212915.617500', '212916.077500', '212916.537500', '212916.997500', '212917.457500', '212917.917500', '212918.377500', '212918.837500', '212919.297500', '212919.757500', '212920.217500', '212920.677500', '212921.137500', '212921.597500', '212922.057500', '212922.517500', '212922.977500', '212923.437500', '212923.897500', '212924.357500', '212924.817500', '212925.277500', '212925.737500', '212926.197500', '212926.657500', '212927.117500', '212927.577500', '212928.037500', '212928.497500', '212928.957500', '212929.417500', '212929.877500', '212930.337500', '212930.797500', '212931.257500', '212931.717500', '212932.177500', '212932.637500', '212933.097500', '212933.557500', '212934.017500', '212934.477500', '212934.937500', '212935.397500', '212935.857500', '212936.317500', '212936.777500', '212937.237500', '212937.697500', '212938.157500', '212938.617500', '212939.077500', '212939.537500', '212939.997500', '212940.457500', '212940.917500', '212941.377500', '212941.837500', '212942.297500', '212942.757500', '212943.217500', '212943.677500', '212944.137500', '212944.597500', '212945.057500', '212945.517500', '212945.977500', '212946.437500', '212946.897500', '212947.357500', '212947.817500', '212948.277500', '212948.737500', '212949.197500', '212949.657500', '212950.117500', '212950.577500', '212951.037500', '212951.497500', '212951.957500', '212952.417500', '212952.877500', '212953.337500', '212953.797500', '212954.257500', '212954.717500', '212955.177500', '212955.637500', '212956.097500', '212956.557500', '212957.017500', '212957.477500', '212957.937500', '212958.397500', '212958.857500', '212959.317500', '212959.777500', '213000.237500', '213000.697500', '213001.157500', '213001.617500', '213002.077500', '213002.537500', '213002.997500', '213003.457500', '213003.917500', '213004.377500', '213004.837500', '213005.297500', '213005.757500', '213006.217500', '213006.677500', '213007.137500', '213007.597500', '213008.057500', '213008.517500', '213008.977500', '213009.437500', '213009.897500', '213010.357500', '213010.817500', '213011.277500', '213011.737500', '213012.197500', '213012.657500', '213013.117500', '213013.577500', '213014.037500', '213014.497500', '213014.957500', '213015.417500', '213015.877500', '213016.337500', '213016.797500', '213017.257500', '213017.717500', '213018.177500', '213018.637500', '213019.097500', '213019.557500', '213020.017500', '213020.477500', '213020.937500', '213021.397500', '213021.857500', '213022.317500', '213022.777500', '213023.237500', '213023.697500', '213024.157500', '213024.617500', '213025.077500', '213025.537500', '213025.997500', '213026.457500', '213026.917500', '213027.377500', '213027.837500', '213028.297500', '213028.757500', '213029.217500', '213029.677500', '213030.137500', '213030.597500', '213031.057500', '213031.517500', '213031.977500', '213032.437500', '213032.897500', '213033.357500', '213033.817500', '213034.277500', '213034.737500', '213035.197500', '213035.657500', '213036.117500', '213036.577500', '213037.037500', '213037.497500', '213037.957500', '213038.417500', '213038.877500', '213039.337500', '213039.797500', '213040.257500', '213040.717500', '213041.177500', '213041.637500', '213042.097500', '213042.557500', '213043.017500', '213043.477500', '213043.937500', '213044.397500', '213044.857500', '213045.317500', '213045.777500', '213046.237500', '213046.697500', '213047.157500', '213047.617500', '213048.077500', '213048.537500', '213048.997500', '213049.457500', '213049.917500', '213050.377500', '213050.837500', '213051.297500', '213051.757500', '213052.217500', '213052.677500', '213053.137500', '213053.597500', '213054.057500', '213054.517500', '213054.977500', '213055.437500', '213055.897500', '213056.357500', '213056.817500', '213057.277500', '213057.737500', '213058.197500', '213058.657500', '213059.117500', '213059.577500', '213100.037500', '213100.497500', '213100.957500', '213101.417500', '213101.877500', '213102.337500', '213102.797500', '213103.257500', '213103.717500', '213104.177500', '213104.637500', '213105.097500', '213105.557500', '213106.017500', '213106.477500', '213106.937500', '213107.397500', '213107.857500', '213108.317500', '213108.777500', '213109.237500', '213109.697500', '213110.157500', '213110.617500', '213111.077500', '213111.537500', '213111.997500', '213112.457500', '213112.917500', '213113.377500', '213113.837500', '213114.297500', '213114.757500', '213115.217500', '213115.677500', '213116.137500', '213116.597500', '213117.057500', '213117.517500', '213117.977500', '213118.437500', '213118.897500', '213119.357500', '213119.817500', '213120.277500', '213120.737500', '213121.197500', '213121.657500', '213122.117500', '213122.577500', '213123.037500', '213123.497500', '213123.957500', '213124.417500', '213124.877500', '213125.337500', '213125.797500', '213126.257500', '213126.717500', '213127.177500', '213127.637500', '213128.097500', '213128.557500', '213129.017500', '213129.477500', '213129.937500', '213130.397500', '213130.857500', '213131.317500', '213131.777500', '213132.237500', '213132.697500', '213133.157500', '213133.617500', '213134.077500', '213134.537500', '213134.997500', '213135.457500', '213135.917500', '213136.377500', '213136.837500', '213137.297500', '213137.757500', '213138.217500', '213138.677500', '213139.137500', '213139.597500', '213140.057500', '213140.517500', '213140.977500', '213141.437500', '213141.897500', '213142.357500', '213142.817500', '213143.277500', '213143.737500', '213144.197500', '213144.657500', '213145.117500', '213145.577500', '213146.037500', '213146.497500', '213146.957500', '213147.417500', '213147.877500', '213148.337500', '213148.797500', '213149.257500', '213149.717500', '213150.177500', '213150.637500', '213151.097500', '213151.557500', '213152.017500', '213152.477500', '213152.937500', '213153.397500', '213153.857500', '213154.317500', '213154.777500', '213155.237500', '213155.697500', '213156.157500', '213156.617500', '213157.077500', '213157.537500', '213157.997500', '213158.457500', '213158.917500', '213159.377500', '213159.837500', '213200.297500', '213200.757500', '213201.217500', '213201.677500', '213202.137500', '213202.597500', '213203.057500', '213203.517500', '213203.977500', '213204.437500', '213204.897500', '213205.357500', '213205.817500', '213206.277500', '213206.737500', '213207.197500', '213207.657500', '213208.117500', '213208.577500', '213209.037500', '213209.497500', '213209.957500', '213210.417500', '213210.877500', '213211.337500', '213211.797500', '213212.257500', '213212.717500', '213213.177500', '213213.637500', '213214.097500', '213214.557500', '213215.017500', '213215.477500', '213215.937500', '213216.397500', '213216.857500', '213217.317500', '213217.777500', '213218.237500', '213218.697500', '213219.157500', '213219.617500', '213220.077500', '213220.537500', '213220.997500', '213221.457500', '213221.917500', '213222.377500', '213222.837500', '213223.297500', '213223.757500', '213224.217500', '213224.677500', '213225.137500', '213225.597500', '213226.057500', '213226.517500', '213226.977500', '213227.437500', '213227.897500', '213228.357500', '213228.817500', '213229.277500', '213229.737500', '213230.197500', '213230.657500', '213231.117500', '213231.577500', '213232.037500', '213232.497500', '213232.957500', '213233.417500', '213233.877500', '213234.337500', '213234.797500', '213235.257500', '213235.717500', '213236.177500', '213236.637500', '213237.097500', '213237.557500', '213238.017500', '213238.477500', '213238.937500', '213239.397500', '213239.857500', '213240.317500', '213240.777500', '213241.237500', '213241.697500', '213242.157500', '213242.617500', '213243.077500', '213243.537500', '213243.997500', '213244.457500', '213244.917500', '213245.377500', '213245.837500', '213246.297500', '213246.757500', '213247.217500', '213247.677500', '213248.137500', '213248.597500', '213249.057500', '213249.517500', '213249.977500', '213250.437500', '213250.897500', '213251.357500', '213251.817500', '213252.277500', '213252.737500', '213253.197500', '213253.657500', '213254.117500', '213254.577500', '213255.037500', '213255.497500', '213255.957500', '213256.417500', '213256.877500', '213257.337500', '213257.797500', '213258.257500', '213258.717500', '213259.177500', '213259.637500', '213300.097500', '213300.557500', '213301.017500', '213301.477500', '213301.937500', '213302.397500', '213302.857500', '213303.317500', '213303.777500', '213304.237500', '213304.697500', '213305.157500', '213305.617500', '213306.077500', '213306.537500', '213306.997500', '213307.457500', '213307.917500', '213308.377500', '213308.837500', '213309.297500', '213309.757500', '213310.217500', '213310.677500', '213311.137500', '213311.597500', '213312.057500', '213312.517500', '213312.977500', '213313.437500', '213313.897500', '213314.357500', '213314.817500', '213315.277500', '213315.737500', '213316.197500', '213316.657500', '213317.117500', '213317.577500', '213318.037500', '213318.497500', '213318.957500', '213319.417500', '213319.877500', '213320.337500', '213320.797500', '213321.257500', '213321.717500', '213322.177500', '213322.637500', '213323.097500', '213323.557500', '213324.017500', '213324.477500', '213324.937500', '213325.397500', '213325.857500', '213326.317500', '213326.777500', '213327.237500', '213327.697500', '213328.157500', '213328.617500', '213329.077500', '213329.537500', '213329.997500', '213330.457500', '213330.917500', '213331.377500', '213331.837500', '213332.297500', '213332.757500', '213333.217500', '213333.677500', '213334.137500', '213334.597500', '213335.057500', '213335.517500', '213335.977500', '213336.437500', '213336.897500', '213337.357500', '213337.817500', '213338.277500', '213338.737500', '213339.197500', '213339.657500', '213340.117500', '213340.577500', '213341.037500', '213341.497500', '213341.957500', '213342.417500', '213342.877500', '213343.337500', '213343.797500', '213344.257500', '213344.717500', '213345.177500', '213345.637500', '213346.097500', '213346.557500', '213347.017500', '213347.477500', '213347.937500', '213348.397500', '213348.857500', '213349.317500', '213349.777500', '213350.237500', '213350.697500', '213351.157500', '213351.617500', '213352.077500', '213352.537500', '213352.997500', '213353.457500', '213353.917500', '213354.377500', '213354.837500', '213355.297500', '213355.757500', '213356.217500', '213356.677500', '213357.137500', '213357.597500', '213358.057500', '213358.517500', '213358.977500', '213359.437500', '213359.897500', '213400.357500', '213400.817500', '213401.277500', '213401.737500', '213402.197500', '213402.657500', '213403.117500', '213403.577500', '213404.037500', '213404.497500', '213404.957500', '213405.417500', '213405.877500', '213406.337500', '213406.797500', '213407.257500', '213407.717500', '213408.177500', '213408.637500', '213409.097500', '213409.557500', '213410.017500', '213410.477500', '213410.937500', '213411.397500', '213411.857500', '213412.317500', '213412.777500', '213413.237500', '213413.697500', '213414.157500', '213414.617500', '213415.077500', '213415.537500', '213415.997500', '213416.457500', '213416.917500', '213417.377500', '213417.837500', '213418.297500', '213418.757500', '213419.217500', '213419.677500', '213420.137500', '213420.597500', '213421.057500', '213421.517500', '213421.977500', '213422.437500', '213422.897500', '213423.357500', '213423.817500', '213424.277500', '213424.737500', '213425.197500', '213425.657500', '213426.117500', '213426.577500', '213427.037500', '213427.497500', '213427.957500', '213428.417500', '213428.877500', '213429.337500', '213429.797500', '213430.257500', '213430.717500', '213431.177500', '213431.637500', '213432.097500', '213432.557500', '213433.017500', '213433.477500', '213433.937500', '213434.397500', '213434.857500', '213435.317500', '213435.777500', '213436.237500', '213436.697500', '213437.157500', '213437.617500', '213438.077500', '213438.537500', '213438.997500', '213439.457500', '213439.917500', '213440.377500', '213440.837500', '213441.297500', '213441.757500', '213442.217500', '213442.677500', '213443.137500', '213443.597500', '213444.057500', '213444.517500', '213444.977500', '213445.437500', '213445.897500', '213446.357500', '213446.817500', '213447.277500', '213447.737500', '213448.197500', '213448.657500', '213449.117500', '213449.577500', '213450.037500', '213450.497500', '213450.957500', '213451.417500', '213451.877500', '213452.337500', '213452.797500', '213453.257500', '213453.717500', '213454.177500', '213454.637500', '213455.097500', '213455.557500', '213456.017500', '213456.477500', '213456.937500', '213457.397500', '213457.857500', '213458.317500', '213458.777500', '213459.237500', '213459.697500', '213500.157500', '213500.617500', '213501.077500', '213501.537500', '213501.997500', '213502.457500', '213502.917500', '213503.377500', '213503.837500', '213504.297500', '213504.757500', '213505.217500', '213505.677500', '213506.137500', '213506.597500', '213507.057500', '213507.517500', '213507.977500', '213508.437500', '213508.897500', '213509.357500', '213509.817500', '213510.277500', '213510.737500', '213511.197500', '213511.657500', '213512.117500', '213512.577500', '213513.037500', '213513.497500', '213513.957500', '213514.417500', '213514.877500', '213515.337500', '213515.797500', '213516.257500', '213516.717500', '213517.177500', '213517.637500', '213518.097500', '213518.557500', '213519.017500', '213519.477500', '213519.937500', '213520.397500', '213520.857500', '213521.317500', '213521.777500', '213522.237500', '213522.697500', '213523.157500', '213523.617500', '213524.077500', '213524.537500', '213524.997500', '213525.457500', '213525.917500', '213526.377500', '213526.837500', '213527.297500', '213527.757500', '213528.217500', '213528.677500', '213529.137500', '213529.597500', '213530.057500', '213530.517500', '213530.977500', '213531.437500', '213531.897500', '213532.357500', '213532.817500', '213533.277500', '213533.737500', '213534.197500', '213534.657500', '213535.117500', '213535.577500', '213536.037500', '213536.497500', '213536.957500', '213537.417500', '213537.877500', '213538.337500', '213538.797500', '213539.257500', '213539.717500', '213540.177500'], 'ContentTime': ['212919.952000', '212919.955000', '212919.958000', '212919.960000', '212919.963000', '212919.966000', '212919.968000', '212919.971000', '212919.973000', '212919.976000', '212919.978000', '212919.981000', '212919.983000', '212919.986000', '212919.989000', '212919.991000', '212919.994000', '212919.996000', '212920.000000', '212920.002000', '212920.005000', '212920.007000', '212920.010000', '212920.012000', '212920.015000', '212920.018000', '212920.025000', '212920.028000', '212920.030000', '212920.033000', '212920.035000', '212920.038000', '212920.040000', '212920.043000', '212920.046000', '212920.048000', '212920.051000', '212920.053000', '212920.056000', '212920.058000', '212920.061000', '212939.902000', '212939.905000', '212939.908000', '212939.910000', '212939.913000', '212939.915000', '212939.918000', '212939.921000', '212939.923000', '212939.926000', '212939.928000', '212939.931000', '212939.933000', '212939.936000', '212939.970000', '212939.973000', '212939.975000', '212939.978000', '212939.980000', '212939.983000', '212939.985000', '212939.988000', '212939.990000', '212939.993000', '212939.995000', '212939.998000', '212940.002000', '212940.004000', '212940.007000', '212940.009000', '212940.012000', '212940.014000', '212940.017000', '212940.019000', '212940.022000', '212940.024000', '212940.027000', '212940.030000', '212940.032000', '212940.035000', '212940.037000', '212940.040000', '212940.042000', '212940.045000', '212959.903000', '212959.905000', '212959.913000', '212959.915000', '212959.918000', '212959.920000', '212959.923000', '212959.925000', '212959.928000', '212959.931000', '212959.933000', '212959.936000', '212959.938000', '212959.941000', '212959.943000', '212959.946000', '212959.948000', '212959.951000', '212959.953000', '212959.956000', '212959.959000', '212959.961000', '212959.964000', '212959.966000', '212959.969000', '212959.971000', '212959.974000', '212959.976000', '212959.979000', '212959.981000', '212959.984000', '212959.987000', '212959.989000', '212959.992000', '212959.994000', '212959.997000', '213000.000000', '213000.003000', '213000.005000', '213000.008000', '213000.010000', '213000.013000', '213000.016000', '213019.904000', '213019.908000', '213019.910000', '213019.913000', '213019.915000', '213019.918000', '213019.920000', '213019.923000', '213019.925000', '213019.928000', '213019.931000', '213019.933000', '213019.936000', '213019.938000', '213019.941000', '213019.943000', '213019.946000', '213019.949000', '213019.951000', '213019.954000', '213019.957000', '213019.959000', '213019.962000', '213019.964000', '213019.967000', '213019.969000', '213019.972000', '213019.975000', '213019.977000', '213019.980000', '213019.982000', '213019.985000', '213019.993000', '213019.995000', '213019.998000', '213020.002000', '213020.004000', '213020.007000', '213020.009000', '213020.012000', '213020.014000', '213020.017000', '213020.020000', '213020.022000', '213039.902000', '213039.905000', '213039.908000', '213039.910000', '213039.913000', '213039.915000', '213039.918000', '213039.921000', '213039.923000', '213039.926000', '213039.928000', '213039.931000', '213039.933000', '213039.936000', '213039.939000', '213039.941000', '213039.944000', '213039.946000', '213039.949000', '213039.951000', '213039.954000', '213039.956000', '213039.959000', '213039.962000', '213039.964000', '213039.967000', '213039.969000', '213039.972000', '213039.975000', '213039.977000', '213039.980000', '213039.982000', '213039.985000', '213039.987000', '213039.990000', '213039.993000', '213039.995000', '213039.998000', '213040.001000', '213040.004000', '213040.006000', '213040.009000', '213040.012000', '213059.902000', '213059.905000', '213059.908000', '213059.910000', '213059.913000', '213059.916000', '213059.918000', '213059.921000', '213059.923000', '213059.926000', '213059.928000', '213059.931000', '213059.934000', '213059.936000', '213059.939000', '213059.942000', '213059.944000', '213059.947000', '213059.949000', '213059.952000', '213059.954000', '213059.957000', '213059.959000', '213059.962000', '213059.965000', '213059.967000', '213059.970000', '213059.972000', '213059.975000', '213059.977000', '213059.980000', '213059.983000', '213059.985000', '213059.988000', '213059.990000', '213059.993000', '213059.995000', '213059.998000', '213100.001000', '213100.004000', '213100.007000', '213100.009000', '213100.012000', '213100.014000', '213119.903000', '213119.906000', '213119.909000', '213119.912000', '213119.914000', '213119.917000', '213119.919000', '213119.922000', '213119.924000', '213119.935000', '213119.937000', '213119.940000', '213119.942000', '213119.945000', '213119.948000', '213119.950000', '213119.953000', '213119.955000', '213119.958000', '213119.961000', '213119.963000', '213119.966000', '213119.968000', '213119.971000', '213119.974000', '213119.976000', '213119.979000', '213119.981000', '213119.984000', '213119.987000', '213119.989000', '213119.992000', '213119.994000', '213119.997000', '213120.000000', '213120.003000', '213120.006000', '213120.008000', '213120.011000', '213120.013000', '213120.016000', '213120.018000', '213120.021000', '213139.902000', '213139.905000', '213139.908000', '213139.910000', '213139.913000', '213139.915000', '213139.918000', '213139.921000', '213139.923000', '213139.926000', '213139.929000', '213139.931000', '213139.934000', '213139.936000', '213139.940000', '213139.944000', '213139.947000', '213139.950000', '213139.952000', '213139.955000', '213139.957000', '213139.960000', '213139.963000', '213139.965000', '213139.968000', '213139.971000', '213139.973000', '213139.976000', '213139.978000', '213139.981000', '213139.983000', '213139.986000', '213139.989000', '213139.991000', '213139.994000', '213139.996000', '213140.000000', '213140.003000', '213140.005000', '213140.008000', '213140.010000', '213140.013000', '213140.016000', '213159.902000', '213159.905000', '213159.908000', '213159.910000', '213159.913000', '213159.916000', '213159.918000', '213159.921000', '213159.923000', '213159.926000', '213159.928000', '213159.931000', '213159.934000', '213159.936000', '213159.939000', '213159.941000', '213159.944000', '213159.947000', '213159.949000', '213159.952000', '213159.954000', '213159.957000', '213159.959000', '213159.962000', '213159.964000', '213159.967000', '213159.970000', '213159.972000', '213159.975000', '213159.977000', '213159.980000', '213159.983000', '213159.985000', '213159.988000', '213159.990000', '213159.993000', '213159.996000', '213159.998000', '213200.002000', '213200.004000', '213200.007000', '213200.010000', '213200.012000', '213200.015000', '213219.902000', '213219.905000', '213219.908000', '213219.910000', '213219.913000', '213219.916000', '213219.918000', '213219.921000', '213219.923000', '213219.926000', '213219.928000', '213219.932000', '213219.935000', '213219.938000', '213219.941000', '213219.943000', '213219.946000', '213219.949000', '213219.951000', '213219.954000', '213219.957000', '213219.959000', '213219.962000', '213219.964000', '213219.967000', '213219.970000', '213219.972000', '213219.975000', '213219.977000', '213219.980000', '213219.983000', '213219.985000', '213219.988000', '213219.991000', '213219.993000', '213219.996000', '213219.998000', '213220.002000', '213220.005000', '213220.007000', '213220.010000', '213220.013000', '213220.015000', '213239.902000', '213239.905000', '213239.908000', '213239.910000', '213239.913000', '213239.916000', '213239.918000', '213239.921000', '213239.923000', '213239.926000', '213239.929000', '213239.931000', '213239.934000', '213239.936000', '213239.939000', '213239.941000', '213239.944000', '213239.947000', '213239.949000', '213239.952000', '213239.954000', '213239.957000', '213239.959000', '213239.962000', '213239.965000', '213239.967000', '213239.970000', '213239.973000', '213239.975000', '213239.978000', '213239.980000', '213239.983000', '213239.985000', '213239.988000', '213239.990000', '213240.001000', '213240.003000', '213240.006000', '213240.009000', '213240.011000', '213240.014000', '213240.016000', '213240.019000', '213240.021000', '213259.902000', '213259.905000', '213259.908000', '213259.911000', '213259.913000', '213259.916000', '213259.918000', '213259.921000', '213259.923000', '213259.926000', '213259.929000', '213259.931000', '213259.934000', '213259.937000', '213259.940000', '213259.942000', '213259.945000', '213259.947000', '213259.950000', '213259.953000', '213259.955000', '213259.958000', '213259.960000', '213259.963000', '213259.966000', '213259.968000', '213259.971000', '213259.973000', '213259.976000', '213259.979000', '213259.982000', '213259.984000', '213259.987000', '213259.990000', '213259.992000', '213259.995000', '213259.998000', '213300.001000', '213300.004000', '213300.006000', '213300.009000', '213300.011000', '213300.014000', '213319.902000', '213319.905000', '213319.908000', '213319.910000', '213319.913000', '213319.916000', '213319.918000', '213319.921000', '213319.923000', '213319.926000', '213319.928000', '213319.931000', '213319.934000', '213319.936000', '213319.939000', '213319.941000', '213319.944000', '213319.946000', '213319.949000', '213319.952000', '213319.954000', '213319.957000', '213319.959000', '213319.962000', '213319.964000', '213319.967000', '213319.970000', '213319.972000', '213319.975000', '213319.977000', '213319.980000', '213319.983000', '213319.985000', '213319.988000', '213319.991000', '213319.993000', '213319.996000', '213319.998000', '213320.002000', '213320.004000', '213320.007000', '213320.010000', '213320.012000', '213320.015000', '213339.903000', '213339.906000', '213339.909000', '213339.911000', '213339.914000', '213339.917000', '213339.919000', '213339.922000', '213339.924000', '213339.927000', '213339.930000', '213339.932000', '213339.935000', '213339.937000', '213339.940000', '213339.942000', '213339.945000', '213339.948000', '213339.951000', '213339.954000', '213339.957000', '213339.960000', '213339.962000', '213339.965000', '213339.968000', '213339.970000', '213339.973000', '213339.975000', '213339.978000', '213339.981000', '213339.983000', '213339.986000', '213339.988000', '213339.991000', '213339.994000', '213339.996000', '213340.000000', '213340.002000', '213340.005000', '213340.008000', '213340.010000', '213340.013000', '213340.015000', '213359.903000', '213359.905000', '213359.908000', '213359.911000', '213359.913000', '213359.916000', '213359.918000', '213359.921000', '213359.924000', '213359.926000', '213359.929000', '213359.931000', '213359.934000', '213359.936000', '213359.939000', '213359.941000', '213359.944000', '213359.947000', '213359.949000', '213359.952000', '213359.954000', '213359.957000', '213359.959000', '213359.962000', '213359.965000', '213359.967000', '213359.970000', '213359.972000', '213359.975000', '213359.977000', '213359.980000', '213359.982000', '213359.985000', '213359.988000', '213359.990000', '213359.993000', '213359.995000', '213359.998000', '213400.001000', '213400.004000', '213400.007000', '213400.009000', '213400.012000', '213400.014000', '213419.903000', '213419.905000', '213419.908000', '213419.911000', '213419.913000', '213419.916000', '213419.919000', '213419.921000', '213419.924000', '213419.926000', '213419.929000', '213419.931000', '213419.934000', '213419.937000', '213419.939000', '213419.942000', '213419.953000', '213419.956000', '213419.959000', '213419.961000', '213419.964000', '213419.967000', '213419.969000', '213419.972000', '213419.974000', '213419.977000', '213419.980000', '213419.983000', '213419.985000', '213419.988000', '213419.991000', '213419.993000', '213419.996000', '213419.998000', '213420.002000', '213420.005000', '213420.007000', '213420.010000', '213420.012000', '213420.015000', '213420.018000', '213420.021000', '213420.024000', '213439.902000', '213439.905000', '213439.908000', '213439.911000', '213439.913000', '213439.916000', '213439.918000', '213439.921000', '213439.924000', '213439.926000', '213439.929000', '213439.931000', '213439.934000', '213439.936000', '213439.939000', '213439.942000', '213439.944000', '213439.947000', '213439.949000', '213439.952000', '213439.955000', '213439.957000', '213439.960000', '213439.962000', '213439.965000', '213439.968000', '213439.970000', '213439.973000', '213439.975000', '213439.978000', '213439.981000', '213439.983000', '213439.986000', '213439.989000', '213439.992000', '213439.994000', '213439.997000', '213440.001000', '213440.003000', '213440.006000', '213440.008000', '213440.011000', '213440.014000', '213440.016000', '213459.903000', '213459.905000', '213459.908000', '213459.911000', '213459.913000', '213459.916000', '213459.918000', '213459.921000', '213459.923000', '213459.926000', '213459.929000', '213459.931000', '213459.934000', '213459.937000', '213459.940000', '213459.944000', '213459.947000', '213459.950000', '213459.952000', '213459.955000', '213459.958000', '213459.960000', '213459.963000', '213459.965000', '213459.968000', '213459.970000', '213459.973000', '213459.976000', '213459.978000', '213459.981000', '213459.984000', '213459.986000', '213459.989000', '213459.991000', '213459.994000', '213459.997000', '213500.000000', '213500.003000', '213500.005000', '213500.008000', '213500.011000', '213500.013000', '213500.016000', '213519.903000', '213519.905000', '213519.908000', '213519.911000', '213519.913000', '213519.916000', '213519.918000', '213519.921000', '213519.923000', '213519.926000', '213519.928000', '213519.931000', '213519.934000', '213519.936000', '213519.939000', '213519.941000', '213519.944000', '213519.947000', '213519.949000', '213519.952000', '213519.954000', '213519.957000', '213519.959000', '213519.962000', '213519.964000', '213519.967000', '213519.970000', '213519.972000', '213519.975000', '213519.977000', '213519.980000', '213519.983000', '213519.985000', '213519.988000', '213519.990000', '213519.993000', '213519.995000', '213519.998000', '213520.001000', '213520.004000', '213520.007000', '213520.009000', '213520.012000', '213520.014000', '213539.902000', '213539.905000', '213539.908000', '213539.910000', '213539.913000', '213539.916000', '213539.918000', '213539.921000', '213539.923000', '213539.926000', '213539.928000', '213539.931000', '213539.934000', '213539.936000', '213539.939000', '213539.942000', '213539.944000', '213539.947000', '213539.949000', '213539.952000', '213539.954000', '213539.957000', '213539.960000', '213539.962000', '213539.965000', '213539.967000', '213539.970000', '213539.979000', '213539.981000', '213539.984000', '213539.987000', '213539.989000', '213539.992000', '213539.994000', '213539.997000', '213540.001000', '213540.003000', '213540.006000', '213540.009000', '213540.012000', '213540.014000', '213540.017000', '213540.019000', '213541.828000', '213541.832000', '213541.834000', '213541.837000', '213541.840000'], 'InstanceCreationTime': ['212919.952000', '212919.955000', '212919.958000', '212919.960000', '212919.963000', '212919.966000', '212919.968000', '212919.971000', '212919.973000', '212919.976000', '212919.978000', '212919.981000', '212919.983000', '212919.986000', '212919.989000', '212919.991000', '212919.994000', '212919.996000', '212920.000000', '212920.002000', '212920.005000', '212920.007000', '212920.010000', '212920.012000', '212920.015000', '212920.018000', '212920.025000', '212920.028000', '212920.030000', '212920.033000', '212920.035000', '212920.038000', '212920.040000', '212920.043000', '212920.046000', '212920.048000', '212920.051000', '212920.053000', '212920.056000', '212920.058000', '212920.061000', '212939.902000', '212939.905000', '212939.908000', '212939.910000', '212939.913000', '212939.915000', '212939.918000', '212939.921000', '212939.923000', '212939.926000', '212939.928000', '212939.931000', '212939.933000', '212939.936000', '212939.970000', '212939.973000', '212939.975000', '212939.978000', '212939.980000', '212939.983000', '212939.985000', '212939.988000', '212939.990000', '212939.993000', '212939.995000', '212939.998000', '212940.002000', '212940.004000', '212940.007000', '212940.009000', '212940.012000', '212940.014000', '212940.017000', '212940.019000', '212940.022000', '212940.024000', '212940.027000', '212940.030000', '212940.032000', '212940.035000', '212940.037000', '212940.040000', '212940.042000', '212940.045000', '212959.903000', '212959.905000', '212959.913000', '212959.915000', '212959.918000', '212959.920000', '212959.923000', '212959.925000', '212959.928000', '212959.931000', '212959.933000', '212959.936000', '212959.938000', '212959.941000', '212959.943000', '212959.946000', '212959.948000', '212959.951000', '212959.953000', '212959.956000', '212959.959000', '212959.961000', '212959.964000', '212959.966000', '212959.969000', '212959.971000', '212959.974000', '212959.976000', '212959.979000', '212959.981000', '212959.984000', '212959.987000', '212959.989000', '212959.992000', '212959.994000', '212959.997000', '213000.000000', '213000.003000', '213000.005000', '213000.008000', '213000.010000', '213000.013000', '213000.016000', '213019.904000', '213019.908000', '213019.910000', '213019.913000', '213019.915000', '213019.918000', '213019.920000', '213019.923000', '213019.925000', '213019.928000', '213019.931000', '213019.933000', '213019.936000', '213019.938000', '213019.941000', '213019.943000', '213019.946000', '213019.949000', '213019.951000', '213019.954000', '213019.957000', '213019.959000', '213019.962000', '213019.964000', '213019.967000', '213019.969000', '213019.972000', '213019.975000', '213019.977000', '213019.980000', '213019.982000', '213019.985000', '213019.993000', '213019.995000', '213019.998000', '213020.002000', '213020.004000', '213020.007000', '213020.009000', '213020.012000', '213020.014000', '213020.017000', '213020.020000', '213020.022000', '213039.902000', '213039.905000', '213039.908000', '213039.910000', '213039.913000', '213039.915000', '213039.918000', '213039.921000', '213039.923000', '213039.926000', '213039.928000', '213039.931000', '213039.933000', '213039.936000', '213039.939000', '213039.941000', '213039.944000', '213039.946000', '213039.949000', '213039.951000', '213039.954000', '213039.956000', '213039.959000', '213039.962000', '213039.964000', '213039.967000', '213039.969000', '213039.972000', '213039.975000', '213039.977000', '213039.980000', '213039.982000', '213039.985000', '213039.987000', '213039.990000', '213039.993000', '213039.995000', '213039.998000', '213040.001000', '213040.004000', '213040.006000', '213040.009000', '213040.012000', '213059.902000', '213059.905000', '213059.908000', '213059.910000', '213059.913000', '213059.916000', '213059.918000', '213059.921000', '213059.923000', '213059.926000', '213059.928000', '213059.931000', '213059.934000', '213059.936000', '213059.939000', '213059.942000', '213059.944000', '213059.947000', '213059.949000', '213059.952000', '213059.954000', '213059.957000', '213059.959000', '213059.962000', '213059.965000', '213059.967000', '213059.970000', '213059.972000', '213059.975000', '213059.977000', '213059.980000', '213059.983000', '213059.985000', '213059.988000', '213059.990000', '213059.993000', '213059.995000', '213059.998000', '213100.001000', '213100.004000', '213100.007000', '213100.009000', '213100.012000', '213100.014000', '213119.903000', '213119.906000', '213119.909000', '213119.912000', '213119.914000', '213119.917000', '213119.919000', '213119.922000', '213119.924000', '213119.935000', '213119.937000', '213119.940000', '213119.942000', '213119.945000', '213119.948000', '213119.950000', '213119.953000', '213119.955000', '213119.958000', '213119.961000', '213119.963000', '213119.966000', '213119.968000', '213119.971000', '213119.974000', '213119.976000', '213119.979000', '213119.981000', '213119.984000', '213119.987000', '213119.989000', '213119.992000', '213119.994000', '213119.997000', '213120.000000', '213120.003000', '213120.006000', '213120.008000', '213120.011000', '213120.013000', '213120.016000', '213120.018000', '213120.021000', '213139.902000', '213139.905000', '213139.908000', '213139.910000', '213139.913000', '213139.915000', '213139.918000', '213139.921000', '213139.923000', '213139.926000', '213139.929000', '213139.931000', '213139.934000', '213139.936000', '213139.940000', '213139.944000', '213139.947000', '213139.950000', '213139.952000', '213139.955000', '213139.957000', '213139.960000', '213139.963000', '213139.965000', '213139.968000', '213139.971000', '213139.973000', '213139.976000', '213139.978000', '213139.981000', '213139.983000', '213139.986000', '213139.989000', '213139.991000', '213139.994000', '213139.996000', '213140.000000', '213140.003000', '213140.005000', '213140.008000', '213140.010000', '213140.013000', '213140.016000', '213159.902000', '213159.905000', '213159.908000', '213159.910000', '213159.913000', '213159.916000', '213159.918000', '213159.921000', '213159.923000', '213159.926000', '213159.928000', '213159.931000', '213159.934000', '213159.936000', '213159.939000', '213159.941000', '213159.944000', '213159.947000', '213159.949000', '213159.952000', '213159.954000', '213159.957000', '213159.959000', '213159.962000', '213159.964000', '213159.967000', '213159.970000', '213159.972000', '213159.975000', '213159.977000', '213159.980000', '213159.983000', '213159.985000', '213159.988000', '213159.990000', '213159.993000', '213159.996000', '213159.998000', '213200.002000', '213200.004000', '213200.007000', '213200.010000', '213200.012000', '213200.015000', '213219.902000', '213219.905000', '213219.908000', '213219.910000', '213219.913000', '213219.916000', '213219.918000', '213219.921000', '213219.923000', '213219.926000', '213219.928000', '213219.932000', '213219.935000', '213219.938000', '213219.941000', '213219.943000', '213219.946000', '213219.949000', '213219.951000', '213219.954000', '213219.957000', '213219.959000', '213219.962000', '213219.964000', '213219.967000', '213219.970000', '213219.972000', '213219.975000', '213219.977000', '213219.980000', '213219.983000', '213219.985000', '213219.988000', '213219.991000', '213219.993000', '213219.996000', '213219.998000', '213220.002000', '213220.005000', '213220.007000', '213220.010000', '213220.013000', '213220.015000', '213239.902000', '213239.905000', '213239.908000', '213239.910000', '213239.913000', '213239.916000', '213239.918000', '213239.921000', '213239.923000', '213239.926000', '213239.929000', '213239.931000', '213239.934000', '213239.936000', '213239.939000', '213239.941000', '213239.944000', '213239.947000', '213239.949000', '213239.952000', '213239.954000', '213239.957000', '213239.959000', '213239.962000', '213239.965000', '213239.967000', '213239.970000', '213239.973000', '213239.975000', '213239.978000', '213239.980000', '213239.983000', '213239.985000', '213239.988000', '213239.990000', '213240.001000', '213240.003000', '213240.006000', '213240.009000', '213240.011000', '213240.014000', '213240.016000', '213240.019000', '213240.021000', '213259.902000', '213259.905000', '213259.908000', '213259.911000', '213259.913000', '213259.916000', '213259.918000', '213259.921000', '213259.923000', '213259.926000', '213259.929000', '213259.931000', '213259.934000', '213259.937000', '213259.940000', '213259.942000', '213259.945000', '213259.947000', '213259.950000', '213259.953000', '213259.955000', '213259.958000', '213259.960000', '213259.963000', '213259.966000', '213259.968000', '213259.971000', '213259.973000', '213259.976000', '213259.979000', '213259.982000', '213259.984000', '213259.987000', '213259.990000', '213259.992000', '213259.995000', '213259.998000', '213300.001000', '213300.004000', '213300.006000', '213300.009000', '213300.011000', '213300.014000', '213319.902000', '213319.905000', '213319.908000', '213319.910000', '213319.913000', '213319.916000', '213319.918000', '213319.921000', '213319.923000', '213319.926000', '213319.928000', '213319.931000', '213319.934000', '213319.936000', '213319.939000', '213319.941000', '213319.944000', '213319.946000', '213319.949000', '213319.952000', '213319.954000', '213319.957000', '213319.959000', '213319.962000', '213319.964000', '213319.967000', '213319.970000', '213319.972000', '213319.975000', '213319.977000', '213319.980000', '213319.983000', '213319.985000', '213319.988000', '213319.991000', '213319.993000', '213319.996000', '213319.998000', '213320.002000', '213320.004000', '213320.007000', '213320.010000', '213320.012000', '213320.015000', '213339.903000', '213339.906000', '213339.909000', '213339.911000', '213339.914000', '213339.917000', '213339.919000', '213339.922000', '213339.924000', '213339.927000', '213339.930000', '213339.932000', '213339.935000', '213339.937000', '213339.940000', '213339.942000', '213339.945000', '213339.948000', '213339.951000', '213339.954000', '213339.957000', '213339.960000', '213339.962000', '213339.965000', '213339.968000', '213339.970000', '213339.973000', '213339.975000', '213339.978000', '213339.981000', '213339.983000', '213339.986000', '213339.988000', '213339.991000', '213339.994000', '213339.996000', '213340.000000', '213340.002000', '213340.005000', '213340.008000', '213340.010000', '213340.013000', '213340.015000', '213359.903000', '213359.905000', '213359.908000', '213359.911000', '213359.913000', '213359.916000', '213359.918000', '213359.921000', '213359.924000', '213359.926000', '213359.929000', '213359.931000', '213359.934000', '213359.936000', '213359.939000', '213359.941000', '213359.944000', '213359.947000', '213359.949000', '213359.952000', '213359.954000', '213359.957000', '213359.959000', '213359.962000', '213359.965000', '213359.967000', '213359.970000', '213359.972000', '213359.975000', '213359.977000', '213359.980000', '213359.982000', '213359.985000', '213359.988000', '213359.990000', '213359.993000', '213359.995000', '213359.998000', '213400.001000', '213400.004000', '213400.007000', '213400.009000', '213400.012000', '213400.014000', '213419.903000', '213419.905000', '213419.908000', '213419.911000', '213419.913000', '213419.916000', '213419.919000', '213419.921000', '213419.924000', '213419.926000', '213419.929000', '213419.931000', '213419.934000', '213419.937000', '213419.939000', '213419.942000', '213419.953000', '213419.956000', '213419.959000', '213419.961000', '213419.964000', '213419.967000', '213419.969000', '213419.972000', '213419.974000', '213419.977000', '213419.980000', '213419.983000', '213419.985000', '213419.988000', '213419.991000', '213419.993000', '213419.996000', '213419.998000', '213420.002000', '213420.005000', '213420.007000', '213420.010000', '213420.012000', '213420.015000', '213420.018000', '213420.021000', '213420.024000', '213439.902000', '213439.905000', '213439.908000', '213439.911000', '213439.913000', '213439.916000', '213439.918000', '213439.921000', '213439.924000', '213439.926000', '213439.929000', '213439.931000', '213439.934000', '213439.936000', '213439.939000', '213439.942000', '213439.944000', '213439.947000', '213439.949000', '213439.952000', '213439.955000', '213439.957000', '213439.960000', '213439.962000', '213439.965000', '213439.968000', '213439.970000', '213439.973000', '213439.975000', '213439.978000', '213439.981000', '213439.983000', '213439.986000', '213439.989000', '213439.992000', '213439.994000', '213439.997000', '213440.001000', '213440.003000', '213440.006000', '213440.008000', '213440.011000', '213440.014000', '213440.016000', '213459.903000', '213459.905000', '213459.908000', '213459.911000', '213459.913000', '213459.916000', '213459.918000', '213459.921000', '213459.923000', '213459.926000', '213459.929000', '213459.931000', '213459.934000', '213459.937000', '213459.940000', '213459.944000', '213459.947000', '213459.950000', '213459.952000', '213459.955000', '213459.958000', '213459.960000', '213459.963000', '213459.965000', '213459.968000', '213459.970000', '213459.973000', '213459.976000', '213459.978000', '213459.981000', '213459.984000', '213459.986000', '213459.989000', '213459.991000', '213459.994000', '213459.997000', '213500.000000', '213500.003000', '213500.005000', '213500.008000', '213500.011000', '213500.013000', '213500.016000', '213519.903000', '213519.905000', '213519.908000', '213519.911000', '213519.913000', '213519.916000', '213519.918000', '213519.921000', '213519.923000', '213519.926000', '213519.928000', '213519.931000', '213519.934000', '213519.936000', '213519.939000', '213519.941000', '213519.944000', '213519.947000', '213519.949000', '213519.952000', '213519.954000', '213519.957000', '213519.959000', '213519.962000', '213519.964000', '213519.967000', '213519.970000', '213519.972000', '213519.975000', '213519.977000', '213519.980000', '213519.983000', '213519.985000', '213519.988000', '213519.990000', '213519.993000', '213519.995000', '213519.998000', '213520.001000', '213520.004000', '213520.007000', '213520.009000', '213520.012000', '213520.014000', '213539.902000', '213539.905000', '213539.908000', '213539.910000', '213539.913000', '213539.916000', '213539.918000', '213539.921000', '213539.923000', '213539.926000', '213539.928000', '213539.931000', '213539.934000', '213539.936000', '213539.939000', '213539.942000', '213539.944000', '213539.947000', '213539.949000', '213539.952000', '213539.954000', '213539.957000', '213539.960000', '213539.962000', '213539.965000', '213539.967000', '213539.970000', '213539.979000', '213539.981000', '213539.984000', '213539.987000', '213539.989000', '213539.992000', '213539.994000', '213539.997000', '213540.001000', '213540.003000', '213540.006000', '213540.009000', '213540.012000', '213540.014000', '213540.017000', '213540.019000', '213541.828000', '213541.832000', '213541.834000', '213541.837000', '213541.840000'], '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': [9956, 12767, 14468, 10696, 15114, 10736, 13662, 10622, 12766, 9641, 13231, 9100, 12209, 9258, 13001, 8902, 12548, 9603, 10858, 15017, 10626, 14956, 10607, 13898, 9791, 12546, 10332, 12431, 11363, 10031, 14088, 10811, 13352, 10548, 12863, 8960, 12440, 10646, 11909, 14861, 11051, 13790, 10410, 13041, 9573, 13217, 9117, 11253, 15719, 12079, 15161, 11917, 13804, 9392, 11433, 14397, 10614, 15512, 11696, 13924, 9508, 12373, 11790, 11068, 15836, 11638, 14671, 10933, 13460, 9752, 13582, 9334, 12350, 13305, 10972, 15985, 11344, 14840, 11290, 13771, 10369, 13953, 9065, 12678, 9248, 13188, 9695, 12602, 11315, 11408, 16093, 12124, 16133, 11795, 14739, 10981, 14242, 10820, 14537, 9568, 13549, 9477, 10886, 10214, 9127, 13024, 9295, 14920, 9810, 15633, 11574, 16045, 10906, 14589, 10703, 12538, 17276, 12681, 16127, 11154, 12748, 10448, 12716, 13336, 10732, 16077, 10798, 13355, 10447, 12938, 9345, 13016, 9234, 11920, 14479, 10858, 16059, 10975, 13698, 9880, 13525, 10802, 10801, 16359, 11913, 14030, 10792, 13595, 9079, 11882, 12076, 11431, 12483, 10450, 14258, 10917, 14510, 11108, 14983, 10688, 13953, 10509, 14559, 9375, 13531, 14106, 11136, 17013, 13334, 15975, 10166, 12746, 15419, 11461, 16144, 11771, 14653, 9489, 12591, 11450, 11507, 14905, 10675, 15363, 11377, 13903, 10272, 13766, 9073, 12748, 12475, 12233, 14252, 11069, 16814, 11810, 14789, 10666, 14627, 9726, 12274, 14355, 11816, 13338, 11037, 13999, 10820, 15157, 11743, 14343, 10632, 16482, 11452, 15591, 11784, 15845, 11103, 15153, 11222, 14686, 10826, 15325, 10129, 14421, 10593, 14742, 9407, 13405, 9636, 13853, 9873, 12716, 11400, 11562, 14380, 11187, 13998, 10102, 16302, 11648, 14878, 11213, 14902, 10028, 13622, 9453, 14012, 9027, 12129, 12480, 10944, 15724, 11719, 14980, 10668, 13656, 10282, 13391, 9434, 13254, 9008, 13453, 9387, 13677, 8942, 12606, 9350, 13969, 9724, 13672, 10221, 12411, 13507, 12628, 11715, 12081, 13609, 11521, 14301, 11916, 13172, 10801, 15185, 11259, 13710, 10712, 13963, 10266, 13192, 10467, 9954, 11273, 8313, 13360, 10544, 14956, 11140, 13640, 9704, 13720, 10730, 13852, 10848, 15833, 10869, 16738, 12147, 15599, 10681, 13948, 10549, 13572, 9473, 12988, 8839, 11316, 12843, 10964, 14500, 10649, 15423, 11058, 13952, 10847, 13866, 9600, 12628, 9044, 13922, 9723, 12850, 11850, 10876, 15747, 11757, 15756, 11095, 13902, 10585, 13810, 9917, 13845, 8948, 12632, 9852, 13752, 10052, 12508, 11628, 11148, 15146, 11550, 16113, 11475, 15007, 10786, 14419, 10012, 14079, 11979, 10561, 17009, 12315, 14550, 10580, 13591, 9459, 11976, 12734, 11259, 12304, 10286, 12447, 10239, 11629, 11132, 9160, 12153, 8727, 13103, 10690, 15061, 11545, 16188, 11383, 16633, 12105, 15510, 11960, 15523, 10162, 14034, 12329, 13533, 13963, 10722, 16583, 11871, 15298, 11390, 14672, 10301, 13685, 10370, 14325, 9501, 13422, 11442, 12460, 15051, 11403, 16928, 11206, 14583, 11305, 14707, 9745, 13182, 9172, 13513, 10135, 12482, 11416, 10362, 15238, 11568, 14770, 11059, 15359, 10970, 14488, 10886, 14795, 9548, 13017, 9924, 13162, 12124, 10854, 16289, 11597, 14831, 11204, 14212, 9054, 12393, 9199, 13104, 10154, 11357, 14640, 10834, 15930, 11577, 15136, 10587, 13115, 9476, 13067, 12797, 11292, 15241, 10633, 15007, 11165, 13731, 10789, 13888, 9732, 12860, 9308, 13965, 8915, 12922, 9455, 13615, 9834, 13209, 9533, 11783, 13183, 11685, 13968, 10460, 15813, 11316, 14700, 11214, 14947, 9837, 13744, 9631, 14492, 10240, 13314, 10044, 11332, 12680, 11604, 12416, 11051, 15108, 10929, 15756, 11655, 14635, 10238, 13905, 10536, 11557, 10014, 12726, 10676, 14559, 10030, 16121, 11536, 15725, 11073, 14635, 10283, 13699, 9973, 13764, 10734, 10680, 15699, 11459, 15121, 10743, 13496, 9806, 13430, 9616, 13215, 11380, 10586, 16415, 12245, 14696, 10975, 13669, 8956, 12911, 10743, 12316, 13167, 10457, 16301, 12056, 14116, 10593, 14035, 9493, 14023, 10609, 12969, 12032, 11028, 16689, 12275, 15380, 10904, 14087, 9943, 13680, 9539, 13358, 9523, 11817, 13986, 10867, 16125, 11718, 14680, 10785, 14406, 10015, 13555, 13714, 11338, 16801, 12690, 15533, 10857, 13927, 9957, 13897, 8968, 12600, 10687, 12214, 12889, 11022, 15720, 11268, 14913, 10894, 14386, 9622, 13835, 10401, 12663, 12355, 11633, 13096, 10717, 14985, 11458, 15855, 10779, 14965, 11102, 14588, 10655, 14920, 9206, 14271, 10202, 13998, 10133, 12682, 13585, 11686, 15669, 11608, 16162, 11272, 14428, 11328, 14694, 10128, 14212, 10707, 15006, 11054, 14760, 10381, 14969, 11170, 13580, 10760, 13984, 9868, 9305, 11789, 8977, 14741, 11396, 15228, 10025, 14842, 10865, 15932, 11256, 15717, 10098, 13437, 9893, 13998, 10439, 11286, 15324, 10932, 15663, 11496, 13890, 9786, 11848, 8956, 12402, 11168, 9878, 15392, 11090, 13205, 10327, 13164, 8804, 11670, 12697, 11375, 15170, 11115, 14879, 11033, 13721, 10537, 13849, 9653, 13018, 9369, 14086, 10599, 13571, 12400, 11032, 17133, 13007, 14883, 10866, 13493, 9678, 13069, 11966, 11843, 14182, 10369, 15942, 11867, 13842, 10550, 13955, 10320, 14095, 10347, 13732, 10022, 15119, 10843, 14568, 10661, 14496, 9470, 13852, 10165, 14342, 10475, 11920, 14322, 11241, 14682, 10973, 14919, 10547, 13855, 10664, 11250, 11033, 8948, 12638, 8782, 13309, 10712, 12185, 10655, 10031, 10909, 11823, 13093, 10746, 12402, 15256, 10886, 16529, 11429, 15542, 10809, 13425, 10533, 13650, 8887, 12010, 9775, 12847, 10109, 10858, 13531, 10166, 15467, 11423, 14019, 10114, 12878, 9975, 13151, 9075, 12543, 9323, 12449, 11745, 11631, 15045, 10505, 15570, 11504, 14183, 9911, 12841, 9371, 13382, 10755, 12125, 14526, 10867, 16082, 12055, 14230, 10127, 12888, 9194, 13540, 9604, 13140, 8764, 12451, 9154, 13093, 9194, 12698, 9125, 13738, 9728, 13938, 10143, 12379, 16182, 12109, 16451, 11384, 14372, 10179, 13829, 10354, 12482, 13453, 10759, 14830, 10855, 13968, 10002, 14697, 10823, 14341, 10827, 14063, 9820, 12936, 9686, 13520, 9785, 12235, 12421, 11360, 12375, 10822, 13060, 11427, 10146, 13592, 8849, 13647, 9808, 12683, 9873, 12296, 11421, 11003, 10940, 15604, 11143, 16284, 12583, 15358, 9996, 12594, 10060, 13585, 11116, 11208, 14355, 10315], 'WindowCenter': [5021.0, 5026.0, 5020.0, 5002.0, 5017.0, 4975.0, 4992.0, 4962.0, 4978.0, 4960.0, 4981.0, 4951.0, 4970.0, 4949.0, 4981.0, 4968.0, 4996.0, 4953.0, 4972.0, 4992.0, 4985.0, 5002.0, 4960.0, 4978.0, 4946.0, 4968.0, 4946.0, 4969.0, 4958.0, 4952.0, 4977.0, 4961.0, 4978.0, 4961.0, 5007.0, 4967.0, 4993.0, 4973.0, 4984.0, 4991.0, 4969.0, 4989.0, 4973.0, 4995.0, 4951.0, 5006.0, 4977.0, 4995.0, 5000.0, 4982.0, 4999.0, 4980.0, 4992.0, 4962.0, 4980.0, 4999.0, 4970.0, 4998.0, 4979.0, 4991.0, 4959.0, 4979.0, 4980.0, 4983.0, 5000.0, 4982.0, 5001.0, 4969.0, 4990.0, 4963.0, 4999.0, 4959.0, 4990.0, 4989.0, 4982.0, 5014.0, 4984.0, 5003.0, 4981.0, 5002.0, 4982.0, 5004.0, 4964.0, 4992.0, 4964.0, 5003.0, 4976.0, 5007.0, 4983.0, 4995.0, 5013.0, 4995.0, 5012.0, 4993.0, 5000.0, 4981.0, 5003.0, 4986.0, 5025.0, 4987.0, 5012.0, 4973.0, 4985.0, 4984.0, 4975.0, 5007.0, 4975.0, 5014.0, 4989.0, 5016.0, 4984.0, 5012.0, 4983.0, 5003.0, 4972.0, 4982.0, 5010.0, 4979.0, 4997.0, 4970.0, 4979.0, 4956.0, 4979.0, 4978.0, 4971.0, 5000.0, 4968.0, 4976.0, 4970.0, 4980.0, 4959.0, 4991.0, 4952.0, 4981.0, 4991.0, 4968.0, 4997.0, 4971.0, 4988.0, 4959.0, 4990.0, 4970.0, 4971.0, 5009.0, 4981.0, 4990.0, 4973.0, 4990.0, 4950.0, 4981.0, 4981.0, 4980.0, 4991.0, 4972.0, 4997.0, 4985.0, 5002.0, 4984.0, 5009.0, 4983.0, 5000.0, 4972.0, 5012.0, 4963.0, 5003.0, 4999.0, 4981.0, 5010.0, 4989.0, 5000.0, 4960.0, 4991.0, 5001.0, 4970.0, 4998.0, 4983.0, 5000.0, 4961.0, 4979.0, 4970.0, 4981.0, 4997.0, 4971.0, 5001.0, 4984.0, 4988.0, 4971.0, 4992.0, 4949.0, 4992.0, 4990.0, 4984.0, 4998.0, 4984.0, 5012.0, 4983.0, 5002.0, 4970.0, 5000.0, 4960.0, 4980.0, 5000.0, 4980.0, 4992.0, 4984.0, 5002.0, 4984.0, 5008.0, 4991.0, 4999.0, 4982.0, 5009.0, 4983.0, 5012.0, 4981.0, 5009.0, 4981.0, 4997.0, 4982.0, 5000.0, 4972.0, 4996.0, 4972.0, 5000.0, 4970.0, 4998.0, 4951.0, 4986.0, 4949.0, 4989.0, 4958.0, 4978.0, 4967.0, 4971.0, 4990.0, 4970.0, 5001.0, 4959.0, 4997.0, 4971.0, 4987.0, 4970.0, 4988.0, 4960.0, 4987.0, 4949.0, 4988.0, 4951.0, 4975.0, 4977.0, 4971.0, 5000.0, 4967.0, 4985.0, 4970.0, 4984.0, 4958.0, 4988.0, 4948.0, 4979.0, 4949.0, 4990.0, 4960.0, 4989.0, 4961.0, 4984.0, 4960.0, 5003.0, 4961.0, 5001.0, 4971.0, 4991.0, 4989.0, 4991.0, 4981.0, 4981.0, 4990.0, 4980.0, 4986.0, 4979.0, 4989.0, 4970.0, 4997.0, 4973.0, 4988.0, 4972.0, 4988.0, 4973.0, 5002.0, 4982.0, 4971.0, 4991.0, 4954.0, 4990.0, 4984.0, 5011.0, 4985.0, 5001.0, 4961.0, 5000.0, 4982.0, 5000.0, 4982.0, 4999.0, 4971.0, 5011.0, 4980.0, 4997.0, 4970.0, 4986.0, 4959.0, 4988.0, 4952.0, 4977.0, 4940.0, 4969.0, 4978.0, 4960.0, 4988.0, 4956.0, 4987.0, 4969.0, 4990.0, 4968.0, 4987.0, 4959.0, 4979.0, 4949.0, 4988.0, 4949.0, 4980.0, 4970.0, 4970.0, 4996.0, 4966.0, 4998.0, 4970.0, 4987.0, 4971.0, 4990.0, 4960.0, 4989.0, 4952.0, 4981.0, 4972.0, 5001.0, 4971.0, 4990.0, 4979.0, 4979.0, 5002.0, 4982.0, 5011.0, 4982.0, 5000.0, 4971.0, 5002.0, 4963.0, 5000.0, 4979.0, 4969.0, 5009.0, 4982.0, 4990.0, 4969.0, 4991.0, 4962.0, 4992.0, 4988.0, 4972.0, 4989.0, 4972.0, 4988.0, 4972.0, 5008.0, 4997.0, 4977.0, 5007.0, 4978.0, 5006.0, 5001.0, 5025.0, 4997.0, 5027.0, 4986.0, 5011.0, 4983.0, 5001.0, 4981.0, 5000.0, 4961.0, 4992.0, 4978.0, 4988.0, 4988.0, 4970.0, 4998.0, 4979.0, 4997.0, 4971.0, 4987.0, 4963.0, 4988.0, 4971.0, 4988.0, 4960.0, 4991.0, 4970.0, 4980.0, 4986.0, 4968.0, 5000.0, 4970.0, 4987.0, 4966.0, 4986.0, 4958.0, 4977.0, 4948.0, 4988.0, 4956.0, 4977.0, 4968.0, 4961.0, 4988.0, 4969.0, 4985.0, 4967.0, 4994.0, 4971.0, 4987.0, 4969.0, 4987.0, 4947.0, 4979.0, 4947.0, 4977.0, 4978.0, 4968.0, 4993.0, 4967.0, 4986.0, 4968.0, 4984.0, 4948.0, 4966.0, 4935.0, 4977.0, 4956.0, 4970.0, 4982.0, 4957.0, 4994.0, 4968.0, 4987.0, 4959.0, 4976.0, 4949.0, 4976.0, 4976.0, 4968.0, 4998.0, 4956.0, 4987.0, 4969.0, 4985.0, 4968.0, 4985.0, 4960.0, 4978.0, 4946.0, 4988.0, 4949.0, 4980.0, 4961.0, 4992.0, 4961.0, 4993.0, 4961.0, 4983.0, 4989.0, 4982.0, 4998.0, 4971.0, 4997.0, 4981.0, 5000.0, 4972.0, 5000.0, 4961.0, 4989.0, 4960.0, 4991.0, 4961.0, 4988.0, 4961.0, 4971.0, 4988.0, 4980.0, 4991.0, 4981.0, 5001.0, 4981.0, 5010.0, 4997.0, 5013.0, 4983.0, 5003.0, 4982.0, 4979.0, 4973.0, 4990.0, 4973.0, 5001.0, 4960.0, 5009.0, 4978.0, 5002.0, 4981.0, 5000.0, 4972.0, 4990.0, 4957.0, 4988.0, 4958.0, 4957.0, 5001.0, 4967.0, 5001.0, 4969.0, 4989.0, 4961.0, 4990.0, 4951.0, 4990.0, 4969.0, 4959.0, 4997.0, 4977.0, 4988.0, 4969.0, 4989.0, 4948.0, 4980.0, 4966.0, 4982.0, 4986.0, 4959.0, 4997.0, 4982.0, 4988.0, 4969.0, 4989.0, 4960.0, 4991.0, 4960.0, 4990.0, 4981.0, 4970.0, 5010.0, 4979.0, 4999.0, 4970.0, 4989.0, 4961.0, 4991.0, 4962.0, 4989.0, 4959.0, 4983.0, 5000.0, 4972.0, 5008.0, 4984.0, 4999.0, 4974.0, 4990.0, 4963.0, 4989.0, 4989.0, 4971.0, 5000.0, 4979.0, 4988.0, 4957.0, 4987.0, 4947.0, 4989.0, 4951.0, 4979.0, 4972.0, 4982.0, 4989.0, 4969.0, 5009.0, 4980.0, 5000.0, 4971.0, 5002.0, 4961.0, 4990.0, 4972.0, 4991.0, 4992.0, 4981.0, 4992.0, 4973.0, 5010.0, 4982.0, 5015.0, 4980.0, 5002.0, 4984.0, 5001.0, 4983.0, 5000.0, 4963.0, 5002.0, 4972.0, 5001.0, 4972.0, 4992.0, 4992.0, 4982.0, 4998.0, 4979.0, 5010.0, 4983.0, 5000.0, 4983.0, 5009.0, 4973.0, 5001.0, 4982.0, 5008.0, 4981.0, 5000.0, 4974.0, 5002.0, 4984.0, 5016.0, 4994.0, 5002.0, 4971.0, 4972.0, 4990.0, 4966.0, 5001.0, 4982.0, 5011.0, 4975.0, 4999.0, 4974.0, 5011.0, 4970.0, 5000.0, 4960.0, 4980.0, 4949.0, 4989.0, 4970.0, 4969.0, 4996.0, 4971.0, 4988.0, 4969.0, 4987.0, 4959.0, 4979.0, 4951.0, 4979.0, 4971.0, 4960.0, 4987.0, 4972.0, 4978.0, 4961.0, 4992.0, 4950.0, 4971.0, 4977.0, 4969.0, 4996.0, 4970.0, 4989.0, 4973.0, 4987.0, 4961.0, 4989.0, 4960.0, 4990.0, 4950.0, 4991.0, 4960.0, 4987.0, 4980.0, 4960.0, 5008.0, 4976.0, 4988.0, 4956.0, 4977.0, 4948.0, 4980.0, 4966.0, 4980.0, 4989.0, 4958.0, 4997.0, 4967.0, 4988.0, 4973.0, 4986.0, 4973.0, 5000.0, 4969.0, 4999.0, 4964.0, 5001.0, 4972.0, 4985.0, 4971.0, 4991.0, 4960.0, 4990.0, 4959.0, 4990.0, 4958.0, 4967.0, 4987.0, 4969.0, 4987.0, 4960.0, 4986.0, 4959.0, 4988.0, 4972.0, 4996.0, 4982.0, 4964.0, 4993.0, 4954.0, 4990.0, 4972.0, 4981.0, 4972.0, 4960.0, 4970.0, 4969.0, 4990.0, 4973.0, 4980.0, 5000.0, 4960.0, 4999.0, 4967.0, 4989.0, 4958.0, 4975.0, 4958.0, 4976.0, 4947.0, 4969.0, 4951.0, 4976.0, 4972.0, 4971.0, 4977.0, 4962.0, 4998.0, 4969.0, 4989.0, 4960.0, 4978.0, 4959.0, 4980.0, 4952.0, 4980.0, 4952.0, 4977.0, 4969.0, 4971.0, 4986.0, 4959.0, 4997.0, 4968.0, 4989.0, 4959.0, 4978.0, 4949.0, 4976.0, 4956.0, 4978.0, 4984.0, 4958.0, 4985.0, 4967.0, 4988.0, 4958.0, 4978.0, 4946.0, 4976.0, 4949.0, 4978.0, 4940.0, 4980.0, 4951.0, 4991.0, 4963.0, 4992.0, 4964.0, 4993.0, 4962.0, 4989.0, 4971.0, 4983.0, 4998.0, 4970.0, 4999.0, 4968.0, 4988.0, 4947.0, 4976.0, 4947.0, 4977.0, 4977.0, 4955.0, 4986.0, 4956.0, 4988.0, 4957.0, 4985.0, 4958.0, 4987.0, 4957.0, 4986.0, 4950.0, 4975.0, 4946.0, 4977.0, 4947.0, 4966.0, 4965.0, 4967.0, 4977.0, 4957.0, 4980.0, 4983.0, 4973.0, 5003.0, 4952.0, 4999.0, 4972.0, 4992.0, 4964.0, 4989.0, 4984.0, 4984.0, 4970.0, 4998.0, 4970.0, 4999.0, 4980.0, 4999.0, 4960.0, 4969.0, 4946.0, 4977.0, 4957.0, 4970.0, 4977.0, 4960.0], 'WindowWidth': [10922.0, 10913.0, 10892.0, 10869.0, 10883.0, 10816.0, 10835.0, 10793.0, 10812.0, 10789.0, 10816.0, 10778.0, 10802.0, 10773.0, 10818.0, 10813.0, 10847.0, 10780.0, 10806.0, 10836.0, 10836.0, 10848.0, 10784.0, 10807.0, 10760.0, 10794.0, 10761.0, 10794.0, 10780.0, 10775.0, 10807.0, 10788.0, 10810.0, 10791.0, 10864.0, 10811.0, 10839.0, 10812.0, 10824.0, 10832.0, 10799.0, 10827.0, 10809.0, 10841.0, 10778.0, 10863.0, 10829.0, 10849.0, 10846.0, 10818.0, 10841.0, 10816.0, 10835.0, 10794.0, 10819.0, 10844.0, 10804.0, 10841.0, 10815.0, 10833.0, 10787.0, 10816.0, 10817.0, 10823.0, 10847.0, 10823.0, 10847.0, 10804.0, 10833.0, 10801.0, 10846.0, 10791.0, 10833.0, 10832.0, 10824.0, 10870.0, 10830.0, 10854.0, 10824.0, 10852.0, 10827.0, 10858.0, 10804.0, 10839.0, 10802.0, 10855.0, 10820.0, 10864.0, 10828.0, 10848.0, 10873.0, 10845.0, 10867.0, 10842.0, 10847.0, 10823.0, 10856.0, 10839.0, 10892.0, 10842.0, 10869.0, 10818.0, 10834.0, 10833.0, 10821.0, 10864.0, 10821.0, 10873.0, 10842.0, 10876.0, 10831.0, 10868.0, 10828.0, 10855.0, 10809.0, 10822.0, 10861.0, 10814.0, 10838.0, 10803.0, 10815.0, 10780.0, 10813.0, 10810.0, 10804.0, 10845.0, 10797.0, 10808.0, 10803.0, 10817.0, 10787.0, 10834.0, 10782.0, 10822.0, 10833.0, 10800.0, 10840.0, 10804.0, 10828.0, 10787.0, 10829.0, 10802.0, 10805.0, 10857.0, 10819.0, 10832.0, 10811.0, 10831.0, 10776.0, 10820.0, 10817.0, 10818.0, 10835.0, 10809.0, 10841.0, 10831.0, 10853.0, 10828.0, 10858.0, 10828.0, 10849.0, 10812.0, 10867.0, 10801.0, 10855.0, 10845.0, 10822.0, 10863.0, 10830.0, 10848.0, 10792.0, 10832.0, 10846.0, 10803.0, 10839.0, 10822.0, 10846.0, 10792.0, 10816.0, 10802.0, 10819.0, 10840.0, 10807.0, 10847.0, 10827.0, 10830.0, 10807.0, 10837.0, 10775.0, 10838.0, 10833.0, 10825.0, 10843.0, 10826.0, 10867.0, 10825.0, 10852.0, 10805.0, 10847.0, 10791.0, 10819.0, 10846.0, 10819.0, 10837.0, 10828.0, 10850.0, 10829.0, 10859.0, 10836.0, 10848.0, 10825.0, 10860.0, 10827.0, 10865.0, 10821.0, 10860.0, 10821.0, 10840.0, 10822.0, 10846.0, 10811.0, 10838.0, 10809.0, 10848.0, 10805.0, 10841.0, 10779.0, 10824.0, 10772.0, 10828.0, 10786.0, 10813.0, 10797.0, 10805.0, 10830.0, 10802.0, 10846.0, 10789.0, 10838.0, 10806.0, 10825.0, 10804.0, 10826.0, 10790.0, 10825.0, 10772.0, 10824.0, 10777.0, 10806.0, 10809.0, 10803.0, 10845.0, 10797.0, 10820.0, 10802.0, 10818.0, 10786.0, 10826.0, 10773.0, 10814.0, 10775.0, 10833.0, 10792.0, 10831.0, 10795.0, 10827.0, 10792.0, 10852.0, 10793.0, 10848.0, 10806.0, 10835.0, 10831.0, 10835.0, 10821.0, 10821.0, 10831.0, 10817.0, 10824.0, 10814.0, 10829.0, 10804.0, 10838.0, 10809.0, 10826.0, 10808.0, 10829.0, 10814.0, 10855.0, 10825.0, 10811.0, 10840.0, 10790.0, 10835.0, 10830.0, 10864.0, 10832.0, 10850.0, 10796.0, 10848.0, 10824.0, 10848.0, 10824.0, 10846.0, 10806.0, 10861.0, 10815.0, 10839.0, 10804.0, 10822.0, 10786.0, 10825.0, 10779.0, 10810.0, 10760.0, 10799.0, 10810.0, 10788.0, 10825.0, 10780.0, 10821.0, 10800.0, 10828.0, 10798.0, 10824.0, 10788.0, 10814.0, 10773.0, 10826.0, 10773.0, 10816.0, 10801.0, 10802.0, 10836.0, 10794.0, 10839.0, 10803.0, 10824.0, 10806.0, 10832.0, 10790.0, 10829.0, 10781.0, 10821.0, 10810.0, 10847.0, 10807.0, 10832.0, 10815.0, 10817.0, 10850.0, 10820.0, 10862.0, 10822.0, 10845.0, 10806.0, 10852.0, 10796.0, 10846.0, 10816.0, 10802.0, 10857.0, 10820.0, 10829.0, 10803.0, 10833.0, 10797.0, 10840.0, 10828.0, 10807.0, 10830.0, 10813.0, 10830.0, 10811.0, 10871.0, 10854.0, 10824.0, 10866.0, 10831.0, 10864.0, 10864.0, 10890.0, 10853.0, 10896.0, 10834.0, 10866.0, 10826.0, 10850.0, 10820.0, 10846.0, 10793.0, 10836.0, 10812.0, 10825.0, 10827.0, 10803.0, 10841.0, 10815.0, 10838.0, 10805.0, 10825.0, 10796.0, 10827.0, 10807.0, 10828.0, 10794.0, 10833.0, 10801.0, 10816.0, 10823.0, 10799.0, 10844.0, 10801.0, 10823.0, 10793.0, 10820.0, 10785.0, 10809.0, 10770.0, 10827.0, 10781.0, 10810.0, 10797.0, 10789.0, 10825.0, 10799.0, 10821.0, 10797.0, 10831.0, 10805.0, 10825.0, 10800.0, 10825.0, 10769.0, 10812.0, 10766.0, 10808.0, 10810.0, 10799.0, 10828.0, 10794.0, 10820.0, 10795.0, 10818.0, 10771.0, 10793.0, 10749.0, 10807.0, 10780.0, 10803.0, 10813.0, 10782.0, 10831.0, 10796.0, 10822.0, 10785.0, 10807.0, 10771.0, 10806.0, 10806.0, 10797.0, 10839.0, 10779.0, 10822.0, 10798.0, 10818.0, 10801.0, 10820.0, 10789.0, 10813.0, 10768.0, 10826.0, 10775.0, 10817.0, 10791.0, 10835.0, 10793.0, 10838.0, 10794.0, 10825.0, 10831.0, 10822.0, 10841.0, 10808.0, 10840.0, 10821.0, 10845.0, 10809.0, 10847.0, 10794.0, 10830.0, 10790.0, 10833.0, 10792.0, 10827.0, 10792.0, 10807.0, 10827.0, 10817.0, 10834.0, 10824.0, 10852.0, 10823.0, 10863.0, 10855.0, 10870.0, 10829.0, 10857.0, 10826.0, 10819.0, 10813.0, 10833.0, 10812.0, 10847.0, 10791.0, 10858.0, 10813.0, 10850.0, 10821.0, 10844.0, 10810.0, 10832.0, 10782.0, 10825.0, 10783.0, 10783.0, 10844.0, 10795.0, 10845.0, 10802.0, 10827.0, 10792.0, 10831.0, 10777.0, 10829.0, 10800.0, 10788.0, 10840.0, 10809.0, 10825.0, 10802.0, 10826.0, 10772.0, 10818.0, 10794.0, 10821.0, 10823.0, 10788.0, 10840.0, 10819.0, 10827.0, 10804.0, 10829.0, 10790.0, 10834.0, 10789.0, 10830.0, 10819.0, 10803.0, 10862.0, 10815.0, 10842.0, 10805.0, 10831.0, 10793.0, 10834.0, 10793.0, 10828.0, 10789.0, 10824.0, 10846.0, 10808.0, 10858.0, 10828.0, 10845.0, 10813.0, 10832.0, 10796.0, 10829.0, 10829.0, 10805.0, 10845.0, 10813.0, 10823.0, 10782.0, 10823.0, 10767.0, 10825.0, 10778.0, 10816.0, 10806.0, 10821.0, 10829.0, 10803.0, 10858.0, 10820.0, 10846.0, 10806.0, 10849.0, 10795.0, 10832.0, 10807.0, 10834.0, 10834.0, 10823.0, 10836.0, 10814.0, 10862.0, 10823.0, 10872.0, 10822.0, 10851.0, 10828.0, 10849.0, 10827.0, 10848.0, 10799.0, 10853.0, 10808.0, 10848.0, 10811.0, 10836.0, 10837.0, 10824.0, 10844.0, 10817.0, 10860.0, 10825.0, 10845.0, 10825.0, 10859.0, 10814.0, 10849.0, 10825.0, 10858.0, 10822.0, 10849.0, 10815.0, 10851.0, 10830.0, 10879.0, 10847.0, 10852.0, 10809.0, 10815.0, 10834.0, 10806.0, 10850.0, 10825.0, 10866.0, 10818.0, 10845.0, 10815.0, 10863.0, 10805.0, 10845.0, 10788.0, 10818.0, 10771.0, 10826.0, 10802.0, 10801.0, 10837.0, 10804.0, 10823.0, 10798.0, 10823.0, 10787.0, 10814.0, 10775.0, 10812.0, 10803.0, 10791.0, 10823.0, 10806.0, 10813.0, 10790.0, 10833.0, 10778.0, 10805.0, 10810.0, 10801.0, 10836.0, 10803.0, 10827.0, 10808.0, 10824.0, 10791.0, 10827.0, 10792.0, 10831.0, 10777.0, 10832.0, 10788.0, 10826.0, 10816.0, 10789.0, 10854.0, 10806.0, 10823.0, 10779.0, 10808.0, 10769.0, 10815.0, 10793.0, 10817.0, 10827.0, 10785.0, 10837.0, 10796.0, 10825.0, 10810.0, 10822.0, 10810.0, 10847.0, 10804.0, 10845.0, 10800.0, 10847.0, 10807.0, 10821.0, 10807.0, 10832.0, 10789.0, 10831.0, 10786.0, 10828.0, 10783.0, 10796.0, 10823.0, 10798.0, 10823.0, 10787.0, 10820.0, 10785.0, 10825.0, 10810.0, 10851.0, 10825.0, 10803.0, 10841.0, 10789.0, 10834.0, 10810.0, 10819.0, 10808.0, 10791.0, 10803.0, 10800.0, 10831.0, 10810.0, 10817.0, 10844.0, 10787.0, 10840.0, 10794.0, 10826.0, 10781.0, 10804.0, 10780.0, 10806.0, 10769.0, 10800.0, 10774.0, 10805.0, 10808.0, 10804.0, 10809.0, 10793.0, 10839.0, 10801.0, 10827.0, 10788.0, 10811.0, 10787.0, 10816.0, 10780.0, 10817.0, 10779.0, 10810.0, 10799.0, 10804.0, 10821.0, 10786.0, 10836.0, 10797.0, 10827.0, 10789.0, 10813.0, 10771.0, 10807.0, 10776.0, 10809.0, 10814.0, 10781.0, 10818.0, 10792.0, 10822.0, 10784.0, 10809.0, 10765.0, 10808.0, 10772.0, 10810.0, 10759.0, 10814.0, 10777.0, 10833.0, 10800.0, 10837.0, 10801.0, 10838.0, 10794.0, 10831.0, 10807.0, 10824.0, 10842.0, 10800.0, 10841.0, 10795.0, 10824.0, 10766.0, 10804.0, 10765.0, 10807.0, 10805.0, 10773.0, 10815.0, 10778.0, 10826.0, 10782.0, 10818.0, 10783.0, 10822.0, 10781.0, 10818.0, 10772.0, 10807.0, 10763.0, 10806.0, 10766.0, 10792.0, 10788.0, 10793.0, 10808.0, 10781.0, 10813.0, 10825.0, 10812.0, 10855.0, 10784.0, 10845.0, 10811.0, 10836.0, 10800.0, 10833.0, 10830.0, 10827.0, 10802.0, 10841.0, 10801.0, 10842.0, 10813.0, 10842.0, 10789.0, 10798.0, 10762.0, 10805.0, 10779.0, 10799.0, 10806.0, 10786.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.011953126436781609</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.033528951034482765</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.98158430536249</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.3680000234292289</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.2002719022899897</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4852</td></tr>
|
|
<tr><td colspan=3>fber</td><td>5722.3716</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.09760066018728886</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>43</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>4.942528735632184</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4884034427193686</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4473943052859366</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6622790274354124</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.355536995436757</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00540405</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.0047109611332416534</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.023414919152855873</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>870</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>4.31940940989684</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>k</td><td>24.5339</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>52.7806</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>210.8961</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>58.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>295972.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>1017.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>423.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>3.3072</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>608.4669</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>4200.6607</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>4395.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>80572.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1800.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>5393.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1017.4939</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>36.07918563880958</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> |