=== 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-0056 --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-0056",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
105 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
105 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-0056_ses-01_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-0056_ses-01_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-01_subject-0056_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-0056/figures/sub-0056_ses-01_task-social_acq-mb8_run-05_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0056/figures/sub-0056_ses-01_task-social_acq-mb8_run-05_desc-stdev_bold.svg" target="_blank">sub-0056/figures/sub-0056_ses-01_task-social_acq-mb8_run-05_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-05_session-01_subject-0056_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-0056/figures/sub-0056_ses-01_task-social_acq-mb8_run-05_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0056/figures/sub-0056_ses-01_task-social_acq-mb8_run-05_desc-background_bold.svg" target="_blank">sub-0056/figures/sub-0056_ses-01_task-social_acq-mb8_run-05_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-05_session-01_subject-0056_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-0056/figures/sub-0056_ses-01_task-social_acq-mb8_run-05_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0056/figures/sub-0056_ses-01_task-social_acq-mb8_run-05_desc-zoomed_bold.svg" target="_blank">sub-0056/figures/sub-0056_ses-01_task-social_acq-mb8_run-05_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-05_session-01_subject-0056_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-0056/figures/sub-0056_ses-01_task-social_acq-mb8_run-05_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0056/figures/sub-0056_ses-01_task-social_acq-mb8_run-05_desc-carpet_bold.svg" target="_blank">sub-0056/figures/sub-0056_ses-01_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-01_subject-0056_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-0056/figures/sub-0056_ses-01_task-social_acq-mb8_run-05_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0056/figures/sub-0056_ses-01_task-social_acq-mb8_run-05_desc-mean_bold.svg" target="_blank">sub-0056/figures/sub-0056_ses-01_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-01_subject-0056_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-0056/figures/sub-0056_ses-01_task-social_acq-mb8_run-05_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0056/figures/sub-0056_ses-01_task-social_acq-mb8_run-05_desc-brainmask_bold.svg" target="_blank">sub-0056/figures/sub-0056_ses-01_task-social_acq-mb8_run-05_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-05_session-01_subject-0056_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-0056/figures/sub-0056_ses-01_task-social_acq-mb8_run-05_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0056/figures/sub-0056_ses-01_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-0056/figures/sub-0056_ses-01_task-social_acq-mb8_run-05_desc-norm_bold.svg" target="_blank">sub-0056/figures/sub-0056_ses-01_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-0056/ses-01/func/sub-0056_ses-01_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>f152fc67674267571f035f2f7614075b</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>20:34:4.210000</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.999962, 0.0068788, 0.00527075, -0.00680668, 0.999885, -0.013582]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-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.0909174</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>20</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4153, -7753, -7225, 795, -14, -222, 36, 67]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>social</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>229.553</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>b6a35695-50e2-4d7a-aa8f-e078ee1a2caa||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.682826042175293, -0.018261820077896118, 0.014481631107628345, 113.79428100585938], [-0.018455326557159424, 2.6826171875, -0.0365731418132782, -98.05107879638672], [0.014141030609607697, 0.036439500749111176, 2.6997134685516357, -65.28993225097656], [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': ['203404.210000', '203404.670000', '203405.130000', '203405.590000', '203406.050000', '203406.510000', '203406.970000', '203407.430000', '203407.890000', '203408.350000', '203408.810000', '203409.270000', '203409.730000', '203410.190000', '203410.650000', '203411.110000', '203411.570000', '203412.030000', '203412.490000', '203412.950000', '203413.410000', '203413.870000', '203414.330000', '203414.790000', '203415.250000', '203415.710000', '203416.170000', '203416.630000', '203417.090000', '203417.550000', '203418.010000', '203418.470000', '203418.930000', '203419.390000', '203419.850000', '203420.310000', '203420.770000', '203421.230000', '203421.690000', '203422.150000', '203422.610000', '203423.070000', '203423.530000', '203423.990000', '203424.450000', '203424.910000', '203425.370000', '203425.830000', '203426.290000', '203426.750000', '203427.210000', '203427.670000', '203428.130000', '203428.590000', '203429.050000', '203429.510000', '203429.970000', '203430.430000', '203430.890000', '203431.350000', '203431.810000', '203432.270000', '203432.730000', '203433.190000', '203433.650000', '203434.110000', '203434.570000', '203435.030000', '203435.490000', '203435.950000', '203436.410000', '203436.870000', '203437.330000', '203437.790000', '203438.250000', '203438.710000', '203439.170000', '203439.630000', '203440.090000', '203440.550000', '203441.010000', '203441.470000', '203441.930000', '203442.390000', '203442.850000', '203443.310000', '203443.770000', '203444.230000', '203444.690000', '203445.150000', '203445.610000', '203446.070000', '203446.530000', '203446.990000', '203447.450000', '203447.910000', '203448.370000', '203448.830000', '203449.290000', '203449.750000', '203450.210000', '203450.670000', '203451.130000', '203451.590000', '203452.050000', '203452.510000', '203452.970000', '203453.430000', '203453.890000', '203454.350000', '203454.810000', '203455.270000', '203455.730000', '203456.190000', '203456.650000', '203457.110000', '203457.570000', '203458.030000', '203458.490000', '203458.950000', '203459.410000', '203459.870000', '203500.330000', '203500.790000', '203501.250000', '203501.710000', '203502.170000', '203502.630000', '203503.090000', '203503.550000', '203504.010000', '203504.470000', '203504.930000', '203505.390000', '203505.850000', '203506.310000', '203506.770000', '203507.230000', '203507.690000', '203508.150000', '203508.610000', '203509.070000', '203509.530000', '203509.990000', '203510.450000', '203510.910000', '203511.370000', '203511.830000', '203512.290000', '203512.750000', '203513.210000', '203513.670000', '203514.130000', '203514.590000', '203515.050000', '203515.510000', '203515.970000', '203516.430000', '203516.890000', '203517.350000', '203517.810000', '203518.270000', '203518.730000', '203519.190000', '203519.650000', '203520.110000', '203520.570000', '203521.030000', '203521.490000', '203521.950000', '203522.410000', '203522.870000', '203523.330000', '203523.790000', '203524.250000', '203524.710000', '203525.170000', '203525.630000', '203526.090000', '203526.550000', '203527.010000', '203527.470000', '203527.930000', '203528.390000', '203528.850000', '203529.310000', '203529.770000', '203530.230000', '203530.690000', '203531.150000', '203531.610000', '203532.070000', '203532.530000', '203532.990000', '203533.450000', '203533.910000', '203534.370000', '203534.830000', '203535.290000', '203535.750000', '203536.210000', '203536.670000', '203537.130000', '203537.590000', '203538.050000', '203538.510000', '203538.970000', '203539.430000', '203539.890000', '203540.350000', '203540.810000', '203541.270000', '203541.730000', '203542.190000', '203542.650000', '203543.110000', '203543.570000', '203544.030000', '203544.490000', '203544.950000', '203545.410000', '203545.870000', '203546.330000', '203546.790000', '203547.250000', '203547.710000', '203548.170000', '203548.630000', '203549.090000', '203549.550000', '203550.010000', '203550.470000', '203550.930000', '203551.390000', '203551.850000', '203552.310000', '203552.770000', '203553.230000', '203553.690000', '203554.150000', '203554.610000', '203555.070000', '203555.530000', '203555.990000', '203556.450000', '203556.910000', '203557.370000', '203557.830000', '203558.290000', '203558.750000', '203559.210000', '203559.670000', '203600.130000', '203600.590000', '203601.050000', '203601.510000', '203601.970000', '203602.430000', '203602.890000', '203603.350000', '203603.810000', '203604.270000', '203604.730000', '203605.190000', '203605.650000', '203606.110000', '203606.570000', '203607.030000', '203607.490000', '203607.950000', '203608.410000', '203608.870000', '203609.330000', '203609.790000', '203610.250000', '203610.710000', '203611.170000', '203611.630000', '203612.090000', '203612.550000', '203613.010000', '203613.470000', '203613.930000', '203614.390000', '203614.850000', '203615.310000', '203615.770000', '203616.230000', '203616.690000', '203617.150000', '203617.610000', '203618.070000', '203618.530000', '203618.990000', '203619.450000', '203619.910000', '203620.370000', '203620.830000', '203621.290000', '203621.750000', '203622.210000', '203622.670000', '203623.130000', '203623.590000', '203624.050000', '203624.510000', '203624.970000', '203625.430000', '203625.890000', '203626.350000', '203626.810000', '203627.270000', '203627.730000', '203628.190000', '203628.650000', '203629.110000', '203629.570000', '203630.030000', '203630.490000', '203630.950000', '203631.410000', '203631.870000', '203632.330000', '203632.790000', '203633.250000', '203633.710000', '203634.170000', '203634.630000', '203635.090000', '203635.550000', '203636.010000', '203636.470000', '203636.930000', '203637.390000', '203637.850000', '203638.310000', '203638.770000', '203639.230000', '203639.690000', '203640.150000', '203640.610000', '203641.070000', '203641.530000', '203641.990000', '203642.450000', '203642.910000', '203643.370000', '203643.830000', '203644.290000', '203644.750000', '203645.210000', '203645.670000', '203646.130000', '203646.590000', '203647.050000', '203647.510000', '203647.970000', '203648.430000', '203648.890000', '203649.350000', '203649.810000', '203650.270000', '203650.730000', '203651.190000', '203651.650000', '203652.110000', '203652.570000', '203653.030000', '203653.490000', '203653.950000', '203654.410000', '203654.870000', '203655.330000', '203655.790000', '203656.250000', '203656.710000', '203657.170000', '203657.630000', '203658.090000', '203658.550000', '203659.010000', '203659.470000', '203659.930000', '203700.390000', '203700.850000', '203701.310000', '203701.770000', '203702.230000', '203702.690000', '203703.150000', '203703.610000', '203704.070000', '203704.530000', '203704.990000', '203705.450000', '203705.910000', '203706.370000', '203706.830000', '203707.290000', '203707.750000', '203708.210000', '203708.670000', '203709.130000', '203709.590000', '203710.050000', '203710.510000', '203710.970000', '203711.430000', '203711.890000', '203712.350000', '203712.810000', '203713.270000', '203713.730000', '203714.190000', '203714.650000', '203715.110000', '203715.570000', '203716.030000', '203716.490000', '203716.950000', '203717.410000', '203717.870000', '203718.330000', '203718.790000', '203719.250000', '203719.710000', '203720.170000', '203720.630000', '203721.090000', '203721.550000', '203722.010000', '203722.470000', '203722.930000', '203723.390000', '203723.850000', '203724.310000', '203724.770000', '203725.230000', '203725.690000', '203726.150000', '203726.610000', '203727.070000', '203727.530000', '203727.990000', '203728.450000', '203728.910000', '203729.370000', '203729.830000', '203730.290000', '203730.750000', '203731.210000', '203731.670000', '203732.130000', '203732.590000', '203733.050000', '203733.510000', '203733.970000', '203734.430000', '203734.890000', '203735.350000', '203735.810000', '203736.270000', '203736.730000', '203737.190000', '203737.650000', '203738.110000', '203738.570000', '203739.030000', '203739.490000', '203739.950000', '203740.410000', '203740.870000', '203741.330000', '203741.790000', '203742.250000', '203742.710000', '203743.170000', '203743.630000', '203744.090000', '203744.550000', '203745.010000', '203745.470000', '203745.930000', '203746.390000', '203746.850000', '203747.310000', '203747.770000', '203748.230000', '203748.690000', '203749.150000', '203749.610000', '203750.070000', '203750.530000', '203750.990000', '203751.450000', '203751.910000', '203752.370000', '203752.830000', '203753.290000', '203753.750000', '203754.210000', '203754.670000', '203755.130000', '203755.590000', '203756.050000', '203756.510000', '203756.970000', '203757.430000', '203757.890000', '203758.350000', '203758.810000', '203759.270000', '203759.730000', '203800.190000', '203800.650000', '203801.110000', '203801.570000', '203802.030000', '203802.490000', '203802.950000', '203803.410000', '203803.870000', '203804.330000', '203804.790000', '203805.250000', '203805.710000', '203806.170000', '203806.630000', '203807.090000', '203807.550000', '203808.010000', '203808.470000', '203808.930000', '203809.390000', '203809.850000', '203810.310000', '203810.770000', '203811.230000', '203811.690000', '203812.150000', '203812.610000', '203813.070000', '203813.530000', '203813.990000', '203814.450000', '203814.910000', '203815.370000', '203815.830000', '203816.290000', '203816.750000', '203817.210000', '203817.670000', '203818.130000', '203818.590000', '203819.050000', '203819.510000', '203819.970000', '203820.430000', '203820.890000', '203821.350000', '203821.810000', '203822.270000', '203822.730000', '203823.190000', '203823.650000', '203824.110000', '203824.570000', '203825.030000', '203825.490000', '203825.950000', '203826.410000', '203826.870000', '203827.330000', '203827.790000', '203828.250000', '203828.710000', '203829.170000', '203829.630000', '203830.090000', '203830.550000', '203831.010000', '203831.470000', '203831.930000', '203832.390000', '203832.850000', '203833.310000', '203833.770000', '203834.230000', '203834.690000', '203835.150000', '203835.610000', '203836.070000', '203836.530000', '203836.990000', '203837.450000', '203837.910000', '203838.370000', '203838.830000', '203839.290000', '203839.750000', '203840.210000', '203840.670000', '203841.130000', '203841.590000', '203842.050000', '203842.510000', '203842.970000', '203843.430000', '203843.890000', '203844.350000', '203844.810000', '203845.270000', '203845.730000', '203846.190000', '203846.650000', '203847.110000', '203847.570000', '203848.030000', '203848.490000', '203848.950000', '203849.410000', '203849.870000', '203850.330000', '203850.790000', '203851.250000', '203851.710000', '203852.170000', '203852.630000', '203853.090000', '203853.550000', '203854.010000', '203854.470000', '203854.930000', '203855.390000', '203855.850000', '203856.310000', '203856.770000', '203857.230000', '203857.690000', '203858.150000', '203858.610000', '203859.070000', '203859.530000', '203859.990000', '203900.450000', '203900.910000', '203901.370000', '203901.830000', '203902.290000', '203902.750000', '203903.210000', '203903.670000', '203904.130000', '203904.590000', '203905.050000', '203905.510000', '203905.970000', '203906.430000', '203906.890000', '203907.350000', '203907.810000', '203908.270000', '203908.730000', '203909.190000', '203909.650000', '203910.110000', '203910.570000', '203911.030000', '203911.490000', '203911.950000', '203912.410000', '203912.870000', '203913.330000', '203913.790000', '203914.250000', '203914.710000', '203915.170000', '203915.630000', '203916.090000', '203916.550000', '203917.010000', '203917.470000', '203917.930000', '203918.390000', '203918.850000', '203919.310000', '203919.770000', '203920.230000', '203920.690000', '203921.150000', '203921.610000', '203922.070000', '203922.530000', '203922.990000', '203923.450000', '203923.910000', '203924.370000', '203924.830000', '203925.290000', '203925.750000', '203926.210000', '203926.670000', '203927.130000', '203927.590000', '203928.050000', '203928.510000', '203928.970000', '203929.430000', '203929.890000', '203930.350000', '203930.810000', '203931.270000', '203931.730000', '203932.190000', '203932.650000', '203933.110000', '203933.570000', '203934.030000', '203934.490000', '203934.950000', '203935.410000', '203935.870000', '203936.330000', '203936.790000', '203937.250000', '203937.710000', '203938.170000', '203938.630000', '203939.090000', '203939.550000', '203940.010000', '203940.470000', '203940.930000', '203941.390000', '203941.850000', '203942.310000', '203942.770000', '203943.230000', '203943.690000', '203944.150000', '203944.610000', '203945.070000', '203945.530000', '203945.990000', '203946.450000', '203946.910000', '203947.370000', '203947.830000', '203948.290000', '203948.750000', '203949.210000', '203949.670000', '203950.130000', '203950.590000', '203951.050000', '203951.510000', '203951.970000', '203952.430000', '203952.890000', '203953.350000', '203953.810000', '203954.270000', '203954.730000', '203955.190000', '203955.650000', '203956.110000', '203956.570000', '203957.030000', '203957.490000', '203957.950000', '203958.410000', '203958.870000', '203959.330000', '203959.790000', '204000.250000', '204000.710000', '204001.170000', '204001.630000', '204002.090000', '204002.550000', '204003.010000', '204003.470000', '204003.930000', '204004.390000', '204004.850000', '204005.310000', '204005.770000', '204006.230000', '204006.690000', '204007.150000', '204007.610000', '204008.070000', '204008.530000', '204008.990000', '204009.450000', '204009.910000', '204010.370000', '204010.830000', '204011.290000', '204011.750000', '204012.210000', '204012.670000', '204013.130000', '204013.590000', '204014.050000', '204014.510000', '204014.970000', '204015.430000', '204015.890000', '204016.350000', '204016.810000', '204017.270000', '204017.730000', '204018.190000', '204018.650000', '204019.110000', '204019.570000', '204020.030000', '204020.490000', '204020.950000', '204021.410000', '204021.870000', '204022.330000', '204022.790000', '204023.250000', '204023.710000', '204024.170000', '204024.630000', '204025.090000', '204025.550000', '204026.010000', '204026.470000', '204026.930000', '204027.390000', '204027.850000', '204028.310000', '204028.770000', '204029.230000', '204029.690000', '204030.150000', '204030.610000', '204031.070000', '204031.530000', '204031.990000', '204032.450000', '204032.910000', '204033.370000', '204033.830000', '204034.290000', '204034.750000', '204035.210000', '204035.670000', '204036.130000', '204036.590000', '204037.050000', '204037.510000', '204037.970000', '204038.430000', '204038.890000', '204039.350000', '204039.810000', '204040.270000', '204040.730000', '204041.190000', '204041.650000', '204042.110000', '204042.570000', '204043.030000', '204043.490000', '204043.950000', '204044.410000', '204044.870000'], 'ContentTime': ['203433.448000', '203433.451000', '203433.454000', '203433.457000', '203433.460000', '203433.462000', '203433.465000', '203433.467000', '203433.470000', '203433.472000', '203433.475000', '203433.478000', '203433.483000', '203433.485000', '203433.488000', '203433.491000', '203433.493000', '203433.496000', '203433.498000', '203433.501000', '203433.503000', '203433.506000', '203433.508000', '203433.511000', '203433.513000', '203433.516000', '203433.518000', '203433.521000', '203433.524000', '203433.526000', '203433.529000', '203433.531000', '203433.534000', '203433.537000', '203433.539000', '203433.542000', '203433.544000', '203433.547000', '203433.549000', '203433.552000', '203433.554000', '203433.557000', '203433.560000', '203433.562000', '203433.565000', '203433.568000', '203433.570000', '203433.573000', '203433.575000', '203433.578000', '203433.584000', '203433.586000', '203433.589000', '203433.591000', '203433.594000', '203433.597000', '203433.599000', '203433.602000', '203433.605000', '203433.607000', '203453.419000', '203453.421000', '203453.424000', '203453.427000', '203453.429000', '203453.432000', '203453.434000', '203453.437000', '203453.439000', '203453.442000', '203453.445000', '203453.447000', '203453.450000', '203453.452000', '203453.455000', '203453.457000', '203453.460000', '203453.463000', '203453.466000', '203453.469000', '203453.471000', '203453.474000', '203453.477000', '203453.480000', '203453.483000', '203453.486000', '203453.489000', '203453.491000', '203453.494000', '203453.496000', '203453.499000', '203453.501000', '203453.504000', '203453.507000', '203453.509000', '203453.512000', '203453.514000', '203453.517000', '203453.520000', '203453.522000', '203453.525000', '203453.527000', '203453.530000', '203513.418000', '203513.421000', '203513.424000', '203513.426000', '203513.429000', '203513.431000', '203513.434000', '203513.436000', '203513.439000', '203513.442000', '203513.444000', '203513.447000', '203513.449000', '203513.452000', '203513.454000', '203513.457000', '203513.460000', '203513.462000', '203513.465000', '203513.467000', '203513.470000', '203513.473000', '203513.475000', '203513.478000', '203513.480000', '203513.483000', '203513.485000', '203513.488000', '203513.491000', '203513.493000', '203513.496000', '203513.498000', '203513.501000', '203513.503000', '203513.506000', '203513.508000', '203513.511000', '203513.513000', '203513.516000', '203513.519000', '203513.521000', '203513.524000', '203513.526000', '203513.529000', '203533.419000', '203533.421000', '203533.424000', '203533.427000', '203533.429000', '203533.432000', '203533.435000', '203533.438000', '203533.441000', '203533.444000', '203533.446000', '203533.449000', '203533.451000', '203533.454000', '203533.456000', '203533.459000', '203533.462000', '203533.464000', '203533.467000', '203533.469000', '203533.472000', '203533.474000', '203533.477000', '203533.480000', '203533.482000', '203533.485000', '203533.487000', '203533.490000', '203533.492000', '203533.495000', '203533.498000', '203533.500000', '203533.503000', '203533.505000', '203533.508000', '203533.511000', '203533.528000', '203533.531000', '203533.533000', '203533.536000', '203533.539000', '203533.541000', '203533.544000', '203553.419000', '203553.421000', '203553.424000', '203553.427000', '203553.429000', '203553.432000', '203553.434000', '203553.437000', '203553.439000', '203553.442000', '203553.445000', '203553.447000', '203553.450000', '203553.452000', '203553.455000', '203553.458000', '203553.460000', '203553.463000', '203553.465000', '203553.468000', '203553.471000', '203553.473000', '203553.476000', '203553.478000', '203553.481000', '203553.484000', '203553.486000', '203553.489000', '203553.491000', '203553.494000', '203553.496000', '203553.499000', '203553.501000', '203553.504000', '203553.507000', '203553.509000', '203553.512000', '203553.514000', '203553.517000', '203553.520000', '203553.522000', '203553.525000', '203553.527000', '203553.530000', '203613.418000', '203613.421000', '203613.424000', '203613.426000', '203613.429000', '203613.432000', '203613.434000', '203613.437000', '203613.439000', '203613.442000', '203613.444000', '203613.447000', '203613.450000', '203613.453000', '203613.455000', '203613.458000', '203613.461000', '203613.463000', '203613.466000', '203613.469000', '203613.471000', '203613.474000', '203613.476000', '203613.479000', '203613.481000', '203613.484000', '203613.487000', '203613.489000', '203613.492000', '203613.494000', '203613.497000', '203613.499000', '203613.502000', '203613.505000', '203613.507000', '203613.510000', '203613.512000', '203613.515000', '203613.518000', '203613.521000', '203613.524000', '203613.526000', '203613.529000', '203633.419000', '203633.422000', '203633.424000', '203633.427000', '203633.429000', '203633.432000', '203633.435000', '203633.437000', '203633.440000', '203633.443000', '203633.445000', '203633.448000', '203633.450000', '203633.453000', '203633.455000', '203633.458000', '203633.461000', '203633.463000', '203633.466000', '203633.468000', '203633.471000', '203633.474000', '203633.476000', '203633.479000', '203633.481000', '203633.484000', '203633.487000', '203633.489000', '203633.492000', '203633.494000', '203633.497000', '203633.500000', '203633.502000', '203633.505000', '203633.507000', '203633.510000', '203633.512000', '203633.515000', '203633.518000', '203633.520000', '203633.523000', '203633.525000', '203633.528000', '203633.530000', '203653.418000', '203653.421000', '203653.424000', '203653.426000', '203653.429000', '203653.432000', '203653.434000', '203653.437000', '203653.440000', '203653.443000', '203653.445000', '203653.448000', '203653.451000', '203653.453000', '203653.456000', '203653.458000', '203653.461000', '203653.464000', '203653.466000', '203653.469000', '203653.471000', '203653.474000', '203653.477000', '203653.479000', '203653.482000', '203653.484000', '203653.487000', '203653.489000', '203653.492000', '203653.495000', '203653.497000', '203653.500000', '203653.502000', '203653.505000', '203653.508000', '203653.510000', '203653.513000', '203653.515000', '203653.518000', '203653.520000', '203653.523000', '203653.526000', '203653.528000', '203713.419000', '203713.421000', '203713.424000', '203713.427000', '203713.429000', '203713.432000', '203713.434000', '203713.437000', '203713.439000', '203713.442000', '203713.445000', '203713.447000', '203713.450000', '203713.452000', '203713.455000', '203713.457000', '203713.460000', '203713.463000', '203713.465000', '203713.468000', '203713.470000', '203713.473000', '203713.476000', '203713.478000', '203713.481000', '203713.483000', '203713.486000', '203713.488000', '203713.491000', '203713.494000', '203713.496000', '203713.499000', '203713.514000', '203713.516000', '203713.519000', '203713.521000', '203713.524000', '203713.527000', '203713.529000', '203713.532000', '203713.534000', '203713.537000', '203713.539000', '203713.542000', '203733.418000', '203733.421000', '203733.424000', '203733.427000', '203733.429000', '203733.432000', '203733.434000', '203733.437000', '203733.439000', '203733.442000', '203733.445000', '203733.447000', '203733.450000', '203733.452000', '203733.455000', '203733.458000', '203733.460000', '203733.463000', '203733.466000', '203733.468000', '203733.471000', '203733.473000', '203733.476000', '203733.478000', '203733.481000', '203733.483000', '203733.486000', '203733.489000', '203733.491000', '203733.494000', '203733.496000', '203733.499000', '203733.502000', '203733.505000', '203733.508000', '203733.511000', '203733.513000', '203733.516000', '203733.519000', '203733.521000', '203733.524000', '203733.526000', '203733.529000', '203753.419000', '203753.421000', '203753.424000', '203753.427000', '203753.429000', '203753.432000', '203753.434000', '203753.437000', '203753.440000', '203753.442000', '203753.445000', '203753.447000', '203753.450000', '203753.452000', '203753.455000', '203753.458000', '203753.460000', '203753.463000', '203753.465000', '203753.468000', '203753.471000', '203753.473000', '203753.476000', '203753.478000', '203753.481000', '203753.483000', '203753.486000', '203753.488000', '203753.491000', '203753.494000', '203753.496000', '203753.499000', '203753.501000', '203753.504000', '203753.507000', '203753.509000', '203753.512000', '203753.514000', '203753.517000', '203753.520000', '203753.522000', '203753.525000', '203753.527000', '203753.530000', '203813.418000', '203813.421000', '203813.424000', '203813.426000', '203813.429000', '203813.432000', '203813.434000', '203813.437000', '203813.439000', '203813.442000', '203813.445000', '203813.459000', '203813.461000', '203813.464000', '203813.467000', '203813.469000', '203813.472000', '203813.475000', '203813.477000', '203813.480000', '203813.482000', '203813.485000', '203813.487000', '203813.490000', '203813.493000', '203813.495000', '203813.498000', '203813.500000', '203813.503000', '203813.506000', '203813.508000', '203813.511000', '203813.514000', '203813.516000', '203813.519000', '203813.521000', '203813.524000', '203813.527000', '203813.529000', '203813.532000', '203813.534000', '203813.537000', '203813.539000', '203833.419000', '203833.421000', '203833.424000', '203833.427000', '203833.429000', '203833.432000', '203833.434000', '203833.437000', '203833.439000', '203833.442000', '203833.445000', '203833.447000', '203833.450000', '203833.452000', '203833.455000', '203833.457000', '203833.460000', '203833.463000', '203833.465000', '203833.468000', '203833.470000', '203833.473000', '203833.475000', '203833.478000', '203833.481000', '203833.483000', '203833.486000', '203833.488000', '203833.491000', '203833.493000', '203833.496000', '203833.499000', '203833.502000', '203833.504000', '203833.507000', '203833.509000', '203833.512000', '203833.514000', '203833.517000', '203833.520000', '203833.522000', '203833.525000', '203833.528000', '203833.530000', '203853.419000', '203853.421000', '203853.424000', '203853.427000', '203853.429000', '203853.432000', '203853.434000', '203853.437000', '203853.440000', '203853.442000', '203853.445000', '203853.447000', '203853.450000', '203853.452000', '203853.455000', '203853.458000', '203853.460000', '203853.463000', '203853.465000', '203853.468000', '203853.470000', '203853.473000', '203853.476000', '203853.478000', '203853.481000', '203853.483000', '203853.486000', '203853.489000', '203853.491000', '203853.494000', '203853.496000', '203853.499000', '203853.501000', '203853.504000', '203853.506000', '203853.509000', '203853.512000', '203853.514000', '203853.517000', '203853.519000', '203853.522000', '203853.525000', '203853.527000', '203913.419000', '203913.422000', '203913.424000', '203913.427000', '203913.429000', '203913.432000', '203913.435000', '203913.437000', '203913.440000', '203913.442000', '203913.445000', '203913.447000', '203913.450000', '203913.453000', '203913.455000', '203913.458000', '203913.460000', '203913.463000', '203913.466000', '203913.468000', '203913.471000', '203913.473000', '203913.476000', '203913.479000', '203913.481000', '203913.484000', '203913.486000', '203913.489000', '203913.492000', '203913.494000', '203913.497000', '203913.499000', '203913.502000', '203913.504000', '203913.507000', '203913.510000', '203913.512000', '203913.515000', '203913.518000', '203913.520000', '203913.523000', '203913.525000', '203913.528000', '203913.531000', '203933.419000', '203933.422000', '203933.424000', '203933.427000', '203933.430000', '203933.432000', '203933.435000', '203933.437000', '203933.440000', '203933.442000', '203933.445000', '203933.448000', '203933.450000', '203933.453000', '203933.456000', '203933.458000', '203933.461000', '203933.463000', '203933.466000', '203933.468000', '203933.471000', '203933.474000', '203933.476000', '203933.479000', '203933.481000', '203933.484000', '203933.487000', '203933.497000', '203933.500000', '203933.502000', '203933.505000', '203933.508000', '203933.510000', '203933.513000', '203933.515000', '203933.518000', '203933.520000', '203933.523000', '203933.526000', '203933.528000', '203933.531000', '203933.534000', '203933.536000', '203953.419000', '203953.421000', '203953.424000', '203953.427000', '203953.429000', '203953.432000', '203953.434000', '203953.437000', '203953.439000', '203953.442000', '203953.444000', '203953.447000', '203953.450000', '203953.452000', '203953.455000', '203953.457000', '203953.460000', '203953.463000', '203953.465000', '203953.468000', '203953.470000', '203953.473000', '203953.476000', '203953.478000', '203953.481000', '203953.483000', '203953.486000', '203953.489000', '203953.491000', '203953.494000', '203953.496000', '203953.499000', '203953.502000', '203953.504000', '203953.507000', '203953.509000', '203953.512000', '203953.515000', '203953.519000', '203953.521000', '203953.524000', '203953.526000', '203953.529000', '203953.532000', '204013.419000', '204013.421000', '204013.424000', '204013.427000', '204013.429000', '204013.432000', '204013.434000', '204013.437000', '204013.440000', '204013.442000', '204013.445000', '204013.448000', '204013.450000', '204013.453000', '204013.455000', '204013.458000', '204013.460000', '204013.463000', '204013.466000', '204013.468000', '204013.471000', '204013.473000', '204013.476000', '204013.478000', '204013.492000', '204013.495000', '204013.498000', '204013.500000', '204013.503000', '204013.505000', '204013.508000', '204013.510000', '204013.513000', '204013.516000', '204013.518000', '204013.521000', '204013.523000', '204013.526000', '204013.529000', '204013.531000', '204013.534000', '204013.536000', '204013.539000', '204033.419000', '204033.421000', '204033.424000', '204033.426000', '204033.429000', '204033.432000', '204033.434000', '204033.437000', '204033.439000', '204033.442000', '204033.445000', '204033.447000', '204033.450000', '204033.452000', '204033.455000', '204033.457000', '204033.460000', '204033.463000', '204033.465000', '204033.468000', '204033.470000', '204033.473000', '204033.475000', '204033.478000', '204033.481000', '204033.483000', '204033.486000', '204033.489000', '204033.491000', '204033.494000', '204033.496000', '204033.499000', '204033.502000', '204033.504000', '204033.507000', '204033.509000', '204033.512000', '204033.514000', '204033.517000', '204033.520000', '204033.522000', '204033.525000', '204033.527000', '204033.530000', '204046.707000', '204046.710000', '204046.713000', '204046.715000', '204046.718000', '204046.720000', '204046.723000', '204046.726000', '204046.728000', '204046.731000', '204046.733000', '204046.736000', '204046.739000', '204046.741000', '204046.744000', '204046.746000', '204046.749000', '204046.752000', '204046.754000', '204046.757000', '204046.759000', '204046.762000', '204046.765000', '204046.767000', '204046.770000', '204046.773000', '204046.775000', '204046.778000', '204046.781000'], 'InstanceCreationTime': ['203433.448000', '203433.451000', '203433.454000', '203433.457000', '203433.460000', '203433.462000', '203433.465000', '203433.467000', '203433.470000', '203433.472000', '203433.475000', '203433.478000', '203433.483000', '203433.485000', '203433.488000', '203433.491000', '203433.493000', '203433.496000', '203433.498000', '203433.501000', '203433.503000', '203433.506000', '203433.508000', '203433.511000', '203433.513000', '203433.516000', '203433.518000', '203433.521000', '203433.524000', '203433.526000', '203433.529000', '203433.531000', '203433.534000', '203433.537000', '203433.539000', '203433.542000', '203433.544000', '203433.547000', '203433.549000', '203433.552000', '203433.554000', '203433.557000', '203433.560000', '203433.562000', '203433.565000', '203433.568000', '203433.570000', '203433.573000', '203433.575000', '203433.578000', '203433.584000', '203433.586000', '203433.589000', '203433.591000', '203433.594000', '203433.597000', '203433.599000', '203433.602000', '203433.605000', '203433.607000', '203453.419000', '203453.421000', '203453.424000', '203453.427000', '203453.429000', '203453.432000', '203453.434000', '203453.437000', '203453.439000', '203453.442000', '203453.445000', '203453.447000', '203453.450000', '203453.452000', '203453.455000', '203453.457000', '203453.460000', '203453.463000', '203453.466000', '203453.469000', '203453.471000', '203453.474000', '203453.477000', '203453.480000', '203453.483000', '203453.486000', '203453.489000', '203453.491000', '203453.494000', '203453.496000', '203453.499000', '203453.501000', '203453.504000', '203453.507000', '203453.509000', '203453.512000', '203453.514000', '203453.517000', '203453.520000', '203453.522000', '203453.525000', '203453.527000', '203453.530000', '203513.418000', '203513.421000', '203513.424000', '203513.426000', '203513.429000', '203513.431000', '203513.434000', '203513.436000', '203513.439000', '203513.442000', '203513.444000', '203513.447000', '203513.449000', '203513.452000', '203513.454000', '203513.457000', '203513.460000', '203513.462000', '203513.465000', '203513.467000', '203513.470000', '203513.473000', '203513.475000', '203513.478000', '203513.480000', '203513.483000', '203513.485000', '203513.488000', '203513.491000', '203513.493000', '203513.496000', '203513.498000', '203513.501000', '203513.503000', '203513.506000', '203513.508000', '203513.511000', '203513.513000', '203513.516000', '203513.519000', '203513.521000', '203513.524000', '203513.526000', '203513.529000', '203533.419000', '203533.421000', '203533.424000', '203533.427000', '203533.429000', '203533.432000', '203533.435000', '203533.438000', '203533.441000', '203533.444000', '203533.446000', '203533.449000', '203533.451000', '203533.454000', '203533.456000', '203533.459000', '203533.462000', '203533.464000', '203533.467000', '203533.469000', '203533.472000', '203533.474000', '203533.477000', '203533.480000', '203533.482000', '203533.485000', '203533.487000', '203533.490000', '203533.492000', '203533.495000', '203533.498000', '203533.500000', '203533.503000', '203533.505000', '203533.508000', '203533.511000', '203533.528000', '203533.531000', '203533.533000', '203533.536000', '203533.539000', '203533.541000', '203533.544000', '203553.419000', '203553.421000', '203553.424000', '203553.427000', '203553.429000', '203553.432000', '203553.434000', '203553.437000', '203553.439000', '203553.442000', '203553.445000', '203553.447000', '203553.450000', '203553.452000', '203553.455000', '203553.458000', '203553.460000', '203553.463000', '203553.465000', '203553.468000', '203553.471000', '203553.473000', '203553.476000', '203553.478000', '203553.481000', '203553.484000', '203553.486000', '203553.489000', '203553.491000', '203553.494000', '203553.496000', '203553.499000', '203553.501000', '203553.504000', '203553.507000', '203553.509000', '203553.512000', '203553.514000', '203553.517000', '203553.520000', '203553.522000', '203553.525000', '203553.527000', '203553.530000', '203613.418000', '203613.421000', '203613.424000', '203613.426000', '203613.429000', '203613.432000', '203613.434000', '203613.437000', '203613.439000', '203613.442000', '203613.444000', '203613.447000', '203613.450000', '203613.453000', '203613.455000', '203613.458000', '203613.461000', '203613.463000', '203613.466000', '203613.469000', '203613.471000', '203613.474000', '203613.476000', '203613.479000', '203613.481000', '203613.484000', '203613.487000', '203613.489000', '203613.492000', '203613.494000', '203613.497000', '203613.499000', '203613.502000', '203613.505000', '203613.507000', '203613.510000', '203613.512000', '203613.515000', '203613.518000', '203613.521000', '203613.524000', '203613.526000', '203613.529000', '203633.419000', '203633.422000', '203633.424000', '203633.427000', '203633.429000', '203633.432000', '203633.435000', '203633.437000', '203633.440000', '203633.443000', '203633.445000', '203633.448000', '203633.450000', '203633.453000', '203633.455000', '203633.458000', '203633.461000', '203633.463000', '203633.466000', '203633.468000', '203633.471000', '203633.474000', '203633.476000', '203633.479000', '203633.481000', '203633.484000', '203633.487000', '203633.489000', '203633.492000', '203633.494000', '203633.497000', '203633.500000', '203633.502000', '203633.505000', '203633.507000', '203633.510000', '203633.512000', '203633.515000', '203633.518000', '203633.520000', '203633.523000', '203633.525000', '203633.528000', '203633.530000', '203653.418000', '203653.421000', '203653.424000', '203653.426000', '203653.429000', '203653.432000', '203653.434000', '203653.437000', '203653.440000', '203653.443000', '203653.445000', '203653.448000', '203653.451000', '203653.453000', '203653.456000', '203653.458000', '203653.461000', '203653.464000', '203653.466000', '203653.469000', '203653.471000', '203653.474000', '203653.477000', '203653.479000', '203653.482000', '203653.484000', '203653.487000', '203653.489000', '203653.492000', '203653.495000', '203653.497000', '203653.500000', '203653.502000', '203653.505000', '203653.508000', '203653.510000', '203653.513000', '203653.515000', '203653.518000', '203653.520000', '203653.523000', '203653.526000', '203653.528000', '203713.419000', '203713.421000', '203713.424000', '203713.427000', '203713.429000', '203713.432000', '203713.434000', '203713.437000', '203713.439000', '203713.442000', '203713.445000', '203713.447000', '203713.450000', '203713.452000', '203713.455000', '203713.457000', '203713.460000', '203713.463000', '203713.465000', '203713.468000', '203713.470000', '203713.473000', '203713.476000', '203713.478000', '203713.481000', '203713.483000', '203713.486000', '203713.488000', '203713.491000', '203713.494000', '203713.496000', '203713.499000', '203713.514000', '203713.516000', '203713.519000', '203713.521000', '203713.524000', '203713.527000', '203713.529000', '203713.532000', '203713.534000', '203713.537000', '203713.539000', '203713.542000', '203733.418000', '203733.421000', '203733.424000', '203733.427000', '203733.429000', '203733.432000', '203733.434000', '203733.437000', '203733.439000', '203733.442000', '203733.445000', '203733.447000', '203733.450000', '203733.452000', '203733.455000', '203733.458000', '203733.460000', '203733.463000', '203733.466000', '203733.468000', '203733.471000', '203733.473000', '203733.476000', '203733.478000', '203733.481000', '203733.483000', '203733.486000', '203733.489000', '203733.491000', '203733.494000', '203733.496000', '203733.499000', '203733.502000', '203733.505000', '203733.508000', '203733.511000', '203733.513000', '203733.516000', '203733.519000', '203733.521000', '203733.524000', '203733.526000', '203733.529000', '203753.419000', '203753.421000', '203753.424000', '203753.427000', '203753.429000', '203753.432000', '203753.434000', '203753.437000', '203753.440000', '203753.442000', '203753.445000', '203753.447000', '203753.450000', '203753.452000', '203753.455000', '203753.458000', '203753.460000', '203753.463000', '203753.465000', '203753.468000', '203753.471000', '203753.473000', '203753.476000', '203753.478000', '203753.481000', '203753.483000', '203753.486000', '203753.488000', '203753.491000', '203753.494000', '203753.496000', '203753.499000', '203753.501000', '203753.504000', '203753.507000', '203753.509000', '203753.512000', '203753.514000', '203753.517000', '203753.520000', '203753.522000', '203753.525000', '203753.527000', '203753.530000', '203813.418000', '203813.421000', '203813.424000', '203813.426000', '203813.429000', '203813.432000', '203813.434000', '203813.437000', '203813.439000', '203813.442000', '203813.445000', '203813.459000', '203813.461000', '203813.464000', '203813.467000', '203813.469000', '203813.472000', '203813.475000', '203813.477000', '203813.480000', '203813.482000', '203813.485000', '203813.487000', '203813.490000', '203813.493000', '203813.495000', '203813.498000', '203813.500000', '203813.503000', '203813.506000', '203813.508000', '203813.511000', '203813.514000', '203813.516000', '203813.519000', '203813.521000', '203813.524000', '203813.527000', '203813.529000', '203813.532000', '203813.534000', '203813.537000', '203813.539000', '203833.419000', '203833.421000', '203833.424000', '203833.427000', '203833.429000', '203833.432000', '203833.434000', '203833.437000', '203833.439000', '203833.442000', '203833.445000', '203833.447000', '203833.450000', '203833.452000', '203833.455000', '203833.457000', '203833.460000', '203833.463000', '203833.465000', '203833.468000', '203833.470000', '203833.473000', '203833.475000', '203833.478000', '203833.481000', '203833.483000', '203833.486000', '203833.488000', '203833.491000', '203833.493000', '203833.496000', '203833.499000', '203833.502000', '203833.504000', '203833.507000', '203833.509000', '203833.512000', '203833.514000', '203833.517000', '203833.520000', '203833.522000', '203833.525000', '203833.528000', '203833.530000', '203853.419000', '203853.421000', '203853.424000', '203853.427000', '203853.429000', '203853.432000', '203853.434000', '203853.437000', '203853.440000', '203853.442000', '203853.445000', '203853.447000', '203853.450000', '203853.452000', '203853.455000', '203853.458000', '203853.460000', '203853.463000', '203853.465000', '203853.468000', '203853.470000', '203853.473000', '203853.476000', '203853.478000', '203853.481000', '203853.483000', '203853.486000', '203853.489000', '203853.491000', '203853.494000', '203853.496000', '203853.499000', '203853.501000', '203853.504000', '203853.506000', '203853.509000', '203853.512000', '203853.514000', '203853.517000', '203853.519000', '203853.522000', '203853.525000', '203853.527000', '203913.419000', '203913.422000', '203913.424000', '203913.427000', '203913.429000', '203913.432000', '203913.435000', '203913.437000', '203913.440000', '203913.442000', '203913.445000', '203913.447000', '203913.450000', '203913.453000', '203913.455000', '203913.458000', '203913.460000', '203913.463000', '203913.466000', '203913.468000', '203913.471000', '203913.473000', '203913.476000', '203913.479000', '203913.481000', '203913.484000', '203913.486000', '203913.489000', '203913.492000', '203913.494000', '203913.497000', '203913.499000', '203913.502000', '203913.504000', '203913.507000', '203913.510000', '203913.512000', '203913.515000', '203913.518000', '203913.520000', '203913.523000', '203913.525000', '203913.528000', '203913.531000', '203933.419000', '203933.422000', '203933.424000', '203933.427000', '203933.430000', '203933.432000', '203933.435000', '203933.437000', '203933.440000', '203933.442000', '203933.445000', '203933.448000', '203933.450000', '203933.453000', '203933.456000', '203933.458000', '203933.461000', '203933.463000', '203933.466000', '203933.468000', '203933.471000', '203933.474000', '203933.476000', '203933.479000', '203933.481000', '203933.484000', '203933.487000', '203933.497000', '203933.500000', '203933.502000', '203933.505000', '203933.508000', '203933.510000', '203933.513000', '203933.515000', '203933.518000', '203933.520000', '203933.523000', '203933.526000', '203933.528000', '203933.531000', '203933.534000', '203933.536000', '203953.419000', '203953.421000', '203953.424000', '203953.427000', '203953.429000', '203953.432000', '203953.434000', '203953.437000', '203953.439000', '203953.442000', '203953.444000', '203953.447000', '203953.450000', '203953.452000', '203953.455000', '203953.457000', '203953.460000', '203953.463000', '203953.465000', '203953.468000', '203953.470000', '203953.473000', '203953.476000', '203953.478000', '203953.481000', '203953.483000', '203953.486000', '203953.489000', '203953.491000', '203953.494000', '203953.496000', '203953.499000', '203953.502000', '203953.504000', '203953.507000', '203953.509000', '203953.512000', '203953.515000', '203953.519000', '203953.521000', '203953.524000', '203953.526000', '203953.529000', '203953.532000', '204013.419000', '204013.421000', '204013.424000', '204013.427000', '204013.429000', '204013.432000', '204013.434000', '204013.437000', '204013.440000', '204013.442000', '204013.445000', '204013.448000', '204013.450000', '204013.453000', '204013.455000', '204013.458000', '204013.460000', '204013.463000', '204013.466000', '204013.468000', '204013.471000', '204013.473000', '204013.476000', '204013.478000', '204013.492000', '204013.495000', '204013.498000', '204013.500000', '204013.503000', '204013.505000', '204013.508000', '204013.510000', '204013.513000', '204013.516000', '204013.518000', '204013.521000', '204013.523000', '204013.526000', '204013.529000', '204013.531000', '204013.534000', '204013.536000', '204013.539000', '204033.419000', '204033.421000', '204033.424000', '204033.426000', '204033.429000', '204033.432000', '204033.434000', '204033.437000', '204033.439000', '204033.442000', '204033.445000', '204033.447000', '204033.450000', '204033.452000', '204033.455000', '204033.457000', '204033.460000', '204033.463000', '204033.465000', '204033.468000', '204033.470000', '204033.473000', '204033.475000', '204033.478000', '204033.481000', '204033.483000', '204033.486000', '204033.489000', '204033.491000', '204033.494000', '204033.496000', '204033.499000', '204033.502000', '204033.504000', '204033.507000', '204033.509000', '204033.512000', '204033.514000', '204033.517000', '204033.520000', '204033.522000', '204033.525000', '204033.527000', '204033.530000', '204046.707000', '204046.710000', '204046.713000', '204046.715000', '204046.718000', '204046.720000', '204046.723000', '204046.726000', '204046.728000', '204046.731000', '204046.733000', '204046.736000', '204046.739000', '204046.741000', '204046.744000', '204046.746000', '204046.749000', '204046.752000', '204046.754000', '204046.757000', '204046.759000', '204046.762000', '204046.765000', '204046.767000', '204046.770000', '204046.773000', '204046.775000', '204046.778000', '204046.781000'], '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': [9491, 8031, 7579, 7603, 7547, 7791, 7241, 9606, 7058, 6823, 7188, 6969, 7681, 6995, 9288, 7912, 8606, 8039, 7495, 7683, 7527, 8060, 7635, 9326, 7156, 9903, 7203, 9298, 7367, 7501, 7803, 7260, 7456, 7248, 7672, 7285, 6968, 7424, 7896, 7068, 9675, 7161, 10003, 7501, 9013, 7266, 9621, 7146, 9792, 7064, 9895, 7194, 10208, 7930, 9910, 7667, 7762, 7730, 10791, 7393, 10290, 7832, 7858, 7904, 8682, 7959, 9049, 7918, 7579, 7955, 7424, 8058, 7515, 7774, 8002, 7855, 7202, 7141, 7518, 9022, 7396, 9620, 7414, 8234, 7576, 8332, 7486, 7811, 7460, 8087, 7382, 8857, 7310, 9493, 7384, 10307, 7100, 10005, 7403, 8513, 7257, 7952, 7195, 9962, 6974, 10179, 7035, 8215, 7615, 8132, 7653, 9447, 7593, 10053, 7387, 7831, 7645, 7455, 7774, 7292, 8012, 7634, 7765, 7411, 7831, 7512, 8055, 7091, 9419, 7293, 9799, 7486, 9916, 7375, 8859, 6900, 9740, 6965, 10247, 7175, 10169, 7306, 9902, 7047, 7984, 7757, 9818, 7680, 9039, 8130, 9350, 7929, 10013, 7622, 10272, 6949, 10142, 7347, 8034, 7754, 7513, 8064, 9808, 7634, 8095, 7974, 7452, 7842, 7511, 8075, 9361, 8184, 8678, 8133, 7603, 7910, 8284, 8114, 9444, 7881, 7453, 7897, 7110, 7937, 7163, 7980, 7275, 7998, 7619, 8153, 7473, 8104, 7276, 9171, 7277, 9850, 7371, 8543, 7321, 8359, 7067, 9726, 7433, 8711, 7363, 8145, 7620, 8020, 7244, 8133, 7342, 7778, 7442, 7463, 7300, 9007, 7475, 9168, 7283, 10145, 7221, 9974, 7283, 10007, 7016, 10244, 6761, 9837, 7352, 9856, 7076, 10412, 7019, 9865, 7132, 9584, 7176, 9647, 7210, 9324, 7200, 9614, 7355, 9865, 7520, 8560, 7088, 9032, 7011, 10389, 7355, 9772, 6841, 10080, 7340, 10083, 7287, 10421, 7286, 9766, 7390, 9678, 7380, 9990, 7592, 8145, 8006, 7688, 8026, 10501, 7736, 9230, 8055, 9253, 7854, 9880, 7478, 8565, 7837, 8492, 7707, 9920, 7278, 8296, 7855, 7481, 7564, 7526, 8064, 7265, 6907, 7243, 8069, 7145, 8626, 7377, 8033, 7228, 7967, 7500, 7756, 7285, 7818, 7440, 7124, 7303, 7967, 6975, 9562, 7165, 9832, 6936, 9633, 7157, 9861, 7211, 9939, 7503, 8057, 7404, 9195, 7298, 8399, 7992, 7388, 7777, 7568, 7915, 8058, 8044, 7293, 7553, 7275, 9047, 7120, 10104, 7615, 8249, 7239, 7596, 7149, 9307, 7284, 9790, 7199, 9791, 7272, 9380, 7100, 9638, 7333, 9943, 6860, 10000, 6870, 10214, 6951, 10108, 6856, 9944, 7104, 10219, 7293, 10414, 7287, 10203, 7097, 10213, 7005, 10152, 6994, 10385, 6888, 10198, 7217, 9903, 6946, 9888, 7244, 10213, 7343, 9971, 7608, 9718, 7355, 9986, 6962, 9764, 7506, 9262, 7537, 9370, 7540, 9501, 7809, 7688, 7763, 7682, 7919, 8212, 8003, 7265, 8062, 7253, 7967, 7224, 8093, 7295, 8122, 7243, 8035, 7201, 8164, 7335, 8103, 7462, 8180, 7315, 7653, 7147, 7950, 7208, 8625, 6970, 8584, 7101, 9103, 7217, 9161, 7324, 9454, 7159, 9617, 7012, 9901, 7359, 9859, 7009, 10106, 7172, 10158, 7201, 10389, 6955, 10275, 6930, 10030, 6994, 10176, 7043, 10067, 7679, 9507, 7776, 9135, 7947, 8862, 7643, 7166, 7879, 7209, 7874, 7377, 7990, 7487, 8985, 7551, 8718, 7168, 8362, 7201, 8232, 6630, 7265, 6737, 9550, 6804, 8196, 7842, 7673, 8279, 7077, 8567, 6843, 9041, 7089, 9470, 7069, 9642, 7187, 9589, 6913, 10048, 7172, 9895, 7008, 9811, 7431, 9990, 7227, 9906, 7789, 8888, 7713, 9401, 7687, 9537, 7967, 7888, 7836, 7374, 8125, 8410, 8086, 6724, 7941, 7290, 8243, 7147, 8203, 7352, 7668, 7352, 8336, 7301, 9116, 6807, 9579, 6954, 9670, 7007, 9792, 6828, 9740, 7145, 9464, 7704, 9528, 8188, 8783, 8106, 8035, 8087, 8171, 8204, 7318, 7963, 6977, 8187, 7179, 8387, 7279, 7925, 7176, 8221, 7185, 8471, 7024, 9561, 7041, 9343, 6902, 9777, 7055, 10075, 7575, 9412, 7942, 9138, 8043, 9401, 7962, 9492, 7994, 9071, 8135, 9356, 7997, 9306, 8031, 8602, 8451, 7477, 8014, 7055, 8229, 6846, 8394, 6935, 7812, 7251, 8459, 7061, 9248, 6976, 9859, 6934, 9961, 6916, 9949, 7185, 9931, 7046, 9911, 6715, 9987, 7026, 10057, 6994, 9501, 7170, 9561, 7718, 9494, 8042, 9304, 8025, 8666, 7911, 9156, 8014, 9524, 8026, 9358, 7417, 10008, 7345, 9482, 7839, 8709, 7947, 9131, 7851, 9950, 7502, 9563, 7573, 9680, 7675, 9654, 7486, 9554, 7797, 9074, 7671, 9681, 7699, 9845, 7557, 8665, 8019, 8187, 7888, 8493, 8360, 7349, 8152, 7192, 8061, 7856, 8216, 7167, 7911, 7236, 7971, 6958, 7989, 7080, 8209, 7129, 8774, 6988, 9729, 6998, 9078, 7623, 8939, 7568, 9705, 7385, 9244, 8019, 9263, 7892, 9652, 7373, 9354, 7787, 8768, 7717, 9463, 7353, 9612, 7618, 7727, 7953, 7155, 7979, 7957, 8011, 7209, 8159, 7335, 8024, 7714, 8176, 10486, 7790, 9892, 7820, 9429, 7717, 9736, 7695, 9571, 7876, 9810, 7097, 10172, 7248, 9873, 7870, 8597, 7914, 8709, 7814, 8934, 8000, 7289, 7887, 7114, 8219, 8393, 8261, 7345, 8171, 6975, 8234, 8356, 8130, 10096, 8104, 8854, 8050, 7723, 8089, 7198, 7894, 7035, 7995, 6996, 8304, 7157, 8368, 7254, 8116, 7162, 8124, 7329, 7457, 6912, 7725, 6884, 8508, 7078, 9505, 7009, 10073, 6959, 9817, 6866, 10018, 6796, 10216, 6736, 10220, 7009, 10178, 7167, 10293, 6843, 9974, 6857, 9968, 7722, 9535, 7572, 9615, 7362, 8770, 8086, 8635, 7905, 8917, 8113, 8810, 8084, 8020, 8256, 8355, 8162, 8912, 8192, 7305, 8196, 7454, 8148, 8564, 8208, 7140, 7965, 6862, 8096, 7227, 8056, 7131, 7543, 6932, 8242, 7192, 9022, 7234, 9454, 6934, 9413, 7134, 9929, 6968, 9841, 6785, 9822, 7041, 10027, 7099, 10163, 7281, 9863, 7058, 10240, 7098, 10097, 6770, 10034, 6875, 9811, 7091, 10051, 6918, 9842, 7163, 9191, 7443, 9374, 7692, 8429, 7988, 7477, 7736, 8495, 7989, 8664, 8082, 7725, 8044, 8048, 8138, 7267, 8437, 7207, 8180, 7205, 8024], 'WindowCenter': [3980.0, 3957.0, 3934.0, 3932.0, 3930.0, 3930.0, 3920.0, 3949.0, 3916.0, 3909.0, 3920.0, 3920.0, 3931.0, 3920.0, 3951.0, 3943.0, 3938.0, 3929.0, 3920.0, 3920.0, 3918.0, 3929.0, 3916.0, 3936.0, 3908.0, 3947.0, 3916.0, 3938.0, 3920.0, 3920.0, 3929.0, 3919.0, 3920.0, 3918.0, 3916.0, 3917.0, 3908.0, 3918.0, 3927.0, 3919.0, 3950.0, 3908.0, 3949.0, 3918.0, 3938.0, 3916.0, 3939.0, 3906.0, 3948.0, 3907.0, 3946.0, 3904.0, 3946.0, 3917.0, 3937.0, 3914.0, 3914.0, 3917.0, 3947.0, 3905.0, 3936.0, 3917.0, 3914.0, 3917.0, 3925.0, 3916.0, 3925.0, 3916.0, 3914.0, 3916.0, 3906.0, 3917.0, 3905.0, 3916.0, 3914.0, 3916.0, 3904.0, 3906.0, 3905.0, 3925.0, 3906.0, 3937.0, 3904.0, 3913.0, 3904.0, 3913.0, 3906.0, 3902.0, 3905.0, 3915.0, 3904.0, 3924.0, 3903.0, 3936.0, 3906.0, 3945.0, 3906.0, 3944.0, 3905.0, 3925.0, 3905.0, 3915.0, 3906.0, 3947.0, 3907.0, 3946.0, 3907.0, 3927.0, 3917.0, 3917.0, 3918.0, 3937.0, 3915.0, 3936.0, 3906.0, 3916.0, 3915.0, 3905.0, 3915.0, 3905.0, 3916.0, 3916.0, 3915.0, 3905.0, 3916.0, 3905.0, 3916.0, 3906.0, 3937.0, 3914.0, 3949.0, 3917.0, 3948.0, 3917.0, 3935.0, 3906.0, 3937.0, 3907.0, 3946.0, 3905.0, 3948.0, 3906.0, 3936.0, 3907.0, 3914.0, 3916.0, 3936.0, 3916.0, 3927.0, 3916.0, 3925.0, 3916.0, 3935.0, 3915.0, 3934.0, 3894.0, 3935.0, 3905.0, 3913.0, 3915.0, 3904.0, 3917.0, 3934.0, 3915.0, 3915.0, 3915.0, 3904.0, 3915.0, 3906.0, 3916.0, 3934.0, 3915.0, 3924.0, 3915.0, 3903.0, 3915.0, 3914.0, 3913.0, 3933.0, 3915.0, 3904.0, 3913.0, 3893.0, 3914.0, 3904.0, 3916.0, 3905.0, 3915.0, 3914.0, 3916.0, 3904.0, 3915.0, 3905.0, 3936.0, 3906.0, 3947.0, 3905.0, 3925.0, 3906.0, 3925.0, 3906.0, 3937.0, 3905.0, 3927.0, 3904.0, 3915.0, 3905.0, 3914.0, 3903.0, 3915.0, 3905.0, 3904.0, 3905.0, 3906.0, 3906.0, 3926.0, 3917.0, 3937.0, 3906.0, 3947.0, 3915.0, 3948.0, 3905.0, 3947.0, 3906.0, 3936.0, 3897.0, 3937.0, 3916.0, 3937.0, 3905.0, 3946.0, 3894.0, 3934.0, 3893.0, 3935.0, 3894.0, 3936.0, 3906.0, 3925.0, 3905.0, 3936.0, 3905.0, 3936.0, 3916.0, 3925.0, 3905.0, 3925.0, 3906.0, 3946.0, 3905.0, 3937.0, 3906.0, 3935.0, 3906.0, 3937.0, 3903.0, 3945.0, 3905.0, 3935.0, 3904.0, 3936.0, 3905.0, 3936.0, 3917.0, 3915.0, 3916.0, 3914.0, 3916.0, 3947.0, 3915.0, 3924.0, 3916.0, 3936.0, 3915.0, 3935.0, 3906.0, 3923.0, 3915.0, 3924.0, 3905.0, 3935.0, 3905.0, 3913.0, 3915.0, 3904.0, 3916.0, 3916.0, 3917.0, 3904.0, 3907.0, 3916.0, 3917.0, 3907.0, 3927.0, 3907.0, 3915.0, 3906.0, 3915.0, 3905.0, 3916.0, 3905.0, 3904.0, 3906.0, 3905.0, 3907.0, 3914.0, 3906.0, 3937.0, 3908.0, 3948.0, 3907.0, 3949.0, 3907.0, 3947.0, 3916.0, 3948.0, 3918.0, 3917.0, 3907.0, 3938.0, 3917.0, 3926.0, 3915.0, 3907.0, 3918.0, 3918.0, 3927.0, 3916.0, 3916.0, 3902.0, 3914.0, 3906.0, 3926.0, 3906.0, 3949.0, 3906.0, 3927.0, 3905.0, 3915.0, 3906.0, 3937.0, 3907.0, 3937.0, 3895.0, 3935.0, 3905.0, 3925.0, 3894.0, 3936.0, 3905.0, 3936.0, 3895.0, 3935.0, 3896.0, 3946.0, 3905.0, 3936.0, 3895.0, 3936.0, 3894.0, 3934.0, 3904.0, 3934.0, 3904.0, 3934.0, 3893.0, 3934.0, 3893.0, 3932.0, 3893.0, 3933.0, 3893.0, 3934.0, 3904.0, 3934.0, 3894.0, 3933.0, 3905.0, 3934.0, 3905.0, 3935.0, 3901.0, 3935.0, 3904.0, 3935.0, 3905.0, 3936.0, 3906.0, 3925.0, 3905.0, 3925.0, 3906.0, 3924.0, 3906.0, 3905.0, 3906.0, 3904.0, 3917.0, 3915.0, 3914.0, 3905.0, 3917.0, 3907.0, 3917.0, 3905.0, 3916.0, 3905.0, 3916.0, 3906.0, 3916.0, 3905.0, 3916.0, 3906.0, 3915.0, 3905.0, 3914.0, 3905.0, 3904.0, 3903.0, 3916.0, 3906.0, 3925.0, 3906.0, 3925.0, 3906.0, 3926.0, 3906.0, 3936.0, 3906.0, 3936.0, 3906.0, 3935.0, 3904.0, 3936.0, 3907.0, 3936.0, 3904.0, 3936.0, 3907.0, 3937.0, 3907.0, 3937.0, 3906.0, 3935.0, 3905.0, 3935.0, 3895.0, 3936.0, 3895.0, 3935.0, 3916.0, 3935.0, 3905.0, 3924.0, 3915.0, 3925.0, 3906.0, 3902.0, 3917.0, 3906.0, 3918.0, 3917.0, 3917.0, 3906.0, 3927.0, 3917.0, 3926.0, 3895.0, 3916.0, 3906.0, 3915.0, 3894.0, 3905.0, 3891.0, 3934.0, 3895.0, 3913.0, 3917.0, 3917.0, 3917.0, 3906.0, 3927.0, 3896.0, 3926.0, 3906.0, 3935.0, 3895.0, 3936.0, 3895.0, 3936.0, 3895.0, 3935.0, 3894.0, 3935.0, 3903.0, 3937.0, 3906.0, 3936.0, 3907.0, 3934.0, 3905.0, 3924.0, 3916.0, 3924.0, 3905.0, 3925.0, 3915.0, 3914.0, 3905.0, 3905.0, 3917.0, 3915.0, 3916.0, 3894.0, 3915.0, 3905.0, 3915.0, 3896.0, 3916.0, 3906.0, 3916.0, 3904.0, 3915.0, 3906.0, 3927.0, 3894.0, 3936.0, 3905.0, 3935.0, 3907.0, 3937.0, 3895.0, 3936.0, 3906.0, 3937.0, 3917.0, 3936.0, 3927.0, 3923.0, 3914.0, 3915.0, 3917.0, 3915.0, 3916.0, 3905.0, 3915.0, 3905.0, 3915.0, 3905.0, 3924.0, 3905.0, 3916.0, 3906.0, 3913.0, 3894.0, 3916.0, 3896.0, 3934.0, 3895.0, 3925.0, 3906.0, 3936.0, 3905.0, 3936.0, 3917.0, 3925.0, 3914.0, 3924.0, 3915.0, 3925.0, 3916.0, 3924.0, 3912.0, 3913.0, 3915.0, 3923.0, 3904.0, 3924.0, 3915.0, 3914.0, 3915.0, 3892.0, 3903.0, 3892.0, 3914.0, 3883.0, 3915.0, 3893.0, 3903.0, 3904.0, 3915.0, 3895.0, 3925.0, 3905.0, 3935.0, 3894.0, 3936.0, 3906.0, 3936.0, 3908.0, 3936.0, 3896.0, 3937.0, 3895.0, 3935.0, 3906.0, 3935.0, 3896.0, 3935.0, 3895.0, 3935.0, 3916.0, 3935.0, 3917.0, 3926.0, 3916.0, 3925.0, 3915.0, 3925.0, 3916.0, 3936.0, 3916.0, 3925.0, 3903.0, 3935.0, 3904.0, 3935.0, 3915.0, 3926.0, 3916.0, 3925.0, 3916.0, 3935.0, 3905.0, 3935.0, 3906.0, 3936.0, 3905.0, 3935.0, 3905.0, 3926.0, 3906.0, 3924.0, 3903.0, 3924.0, 3905.0, 3934.0, 3903.0, 3914.0, 3915.0, 3914.0, 3916.0, 3914.0, 3916.0, 3905.0, 3915.0, 3894.0, 3914.0, 3915.0, 3916.0, 3894.0, 3915.0, 3905.0, 3915.0, 3894.0, 3915.0, 3894.0, 3914.0, 3905.0, 3925.0, 3906.0, 3938.0, 3907.0, 3938.0, 3918.0, 3936.0, 3918.0, 3938.0, 3918.0, 3937.0, 3918.0, 3935.0, 3917.0, 3936.0, 3905.0, 3936.0, 3918.0, 3926.0, 3917.0, 3937.0, 3906.0, 3936.0, 3917.0, 3914.0, 3916.0, 3906.0, 3917.0, 3915.0, 3918.0, 3906.0, 3917.0, 3904.0, 3916.0, 3914.0, 3927.0, 3946.0, 3916.0, 3936.0, 3903.0, 3925.0, 3905.0, 3935.0, 3905.0, 3925.0, 3915.0, 3935.0, 3892.0, 3935.0, 3906.0, 3935.0, 3917.0, 3925.0, 3915.0, 3924.0, 3916.0, 3925.0, 3916.0, 3904.0, 3916.0, 3906.0, 3925.0, 3916.0, 3926.0, 3905.0, 3926.0, 3894.0, 3915.0, 3915.0, 3916.0, 3935.0, 3915.0, 3924.0, 3915.0, 3902.0, 3915.0, 3891.0, 3915.0, 3894.0, 3915.0, 3903.0, 3924.0, 3905.0, 3926.0, 3905.0, 3916.0, 3906.0, 3915.0, 3906.0, 3905.0, 3904.0, 3916.0, 3904.0, 3925.0, 3906.0, 3937.0, 3906.0, 3936.0, 3906.0, 3936.0, 3895.0, 3937.0, 3895.0, 3935.0, 3894.0, 3935.0, 3894.0, 3935.0, 3894.0, 3935.0, 3895.0, 3934.0, 3895.0, 3935.0, 3905.0, 3935.0, 3905.0, 3924.0, 3905.0, 3913.0, 3915.0, 3914.0, 3916.0, 3925.0, 3916.0, 3925.0, 3915.0, 3915.0, 3915.0, 3914.0, 3916.0, 3924.0, 3915.0, 3902.0, 3914.0, 3893.0, 3915.0, 3914.0, 3915.0, 3894.0, 3915.0, 3894.0, 3915.0, 3902.0, 3916.0, 3903.0, 3916.0, 3905.0, 3915.0, 3906.0, 3926.0, 3906.0, 3936.0, 3905.0, 3936.0, 3903.0, 3934.0, 3906.0, 3936.0, 3895.0, 3936.0, 3905.0, 3936.0, 3906.0, 3936.0, 3906.0, 3933.0, 3895.0, 3935.0, 3895.0, 3935.0, 3893.0, 3935.0, 3894.0, 3934.0, 3892.0, 3935.0, 3894.0, 3935.0, 3904.0, 3936.0, 3904.0, 3934.0, 3917.0, 3916.0, 3917.0, 3903.0, 3916.0, 3926.0, 3916.0, 3915.0, 3916.0, 3903.0, 3913.0, 3915.0, 3914.0, 3903.0, 3915.0, 3904.0, 3915.0, 3905.0, 3914.0], 'WindowWidth': [8897.0, 8857.0, 8817.0, 8810.0, 8803.0, 8801.0, 8788.0, 8823.0, 8776.0, 8771.0, 8787.0, 8787.0, 8802.0, 8787.0, 8827.0, 8818.0, 8807.0, 8795.0, 8782.0, 8783.0, 8777.0, 8794.0, 8773.0, 8800.0, 8763.0, 8815.0, 8774.0, 8805.0, 8783.0, 8782.0, 8794.0, 8781.0, 8783.0, 8779.0, 8774.0, 8775.0, 8764.0, 8778.0, 8789.0, 8782.0, 8822.0, 8764.0, 8819.0, 8778.0, 8803.0, 8773.0, 8806.0, 8762.0, 8818.0, 8762.0, 8812.0, 8755.0, 8812.0, 8773.0, 8799.0, 8767.0, 8767.0, 8773.0, 8812.0, 8755.0, 8795.0, 8772.0, 8766.0, 8773.0, 8782.0, 8769.0, 8782.0, 8770.0, 8765.0, 8771.0, 8758.0, 8774.0, 8755.0, 8770.0, 8766.0, 8771.0, 8752.0, 8756.0, 8754.0, 8781.0, 8757.0, 8798.0, 8753.0, 8764.0, 8751.0, 8764.0, 8755.0, 8748.0, 8753.0, 8766.0, 8752.0, 8778.0, 8750.0, 8797.0, 8757.0, 8807.0, 8757.0, 8807.0, 8754.0, 8781.0, 8756.0, 8768.0, 8760.0, 8813.0, 8761.0, 8812.0, 8762.0, 8786.0, 8775.0, 8773.0, 8777.0, 8800.0, 8770.0, 8798.0, 8760.0, 8771.0, 8768.0, 8755.0, 8771.0, 8755.0, 8773.0, 8771.0, 8770.0, 8757.0, 8773.0, 8756.0, 8772.0, 8760.0, 8802.0, 8769.0, 8818.0, 8774.0, 8815.0, 8774.0, 8795.0, 8759.0, 8801.0, 8762.0, 8812.0, 8757.0, 8815.0, 8759.0, 8797.0, 8761.0, 8768.0, 8774.0, 8798.0, 8772.0, 8786.0, 8771.0, 8781.0, 8770.0, 8794.0, 8768.0, 8792.0, 8740.0, 8792.0, 8754.0, 8762.0, 8767.0, 8752.0, 8774.0, 8792.0, 8769.0, 8767.0, 8768.0, 8754.0, 8770.0, 8757.0, 8771.0, 8793.0, 8767.0, 8778.0, 8767.0, 8750.0, 8768.0, 8765.0, 8764.0, 8788.0, 8766.0, 8751.0, 8764.0, 8737.0, 8767.0, 8753.0, 8770.0, 8754.0, 8767.0, 8766.0, 8771.0, 8753.0, 8769.0, 8756.0, 8797.0, 8760.0, 8814.0, 8756.0, 8783.0, 8758.0, 8783.0, 8759.0, 8799.0, 8755.0, 8785.0, 8751.0, 8767.0, 8753.0, 8766.0, 8750.0, 8769.0, 8753.0, 8753.0, 8754.0, 8757.0, 8758.0, 8785.0, 8774.0, 8800.0, 8760.0, 8814.0, 8770.0, 8815.0, 8757.0, 8813.0, 8759.0, 8797.0, 8747.0, 8799.0, 8773.0, 8799.0, 8756.0, 8809.0, 8739.0, 8791.0, 8736.0, 8792.0, 8738.0, 8796.0, 8756.0, 8780.0, 8755.0, 8795.0, 8755.0, 8796.0, 8770.0, 8781.0, 8755.0, 8781.0, 8759.0, 8810.0, 8756.0, 8799.0, 8758.0, 8794.0, 8758.0, 8797.0, 8751.0, 8807.0, 8753.0, 8792.0, 8753.0, 8795.0, 8756.0, 8796.0, 8774.0, 8767.0, 8771.0, 8767.0, 8772.0, 8812.0, 8770.0, 8777.0, 8772.0, 8795.0, 8768.0, 8793.0, 8756.0, 8775.0, 8767.0, 8777.0, 8755.0, 8793.0, 8754.0, 8763.0, 8769.0, 8753.0, 8772.0, 8771.0, 8775.0, 8755.0, 8761.0, 8773.0, 8775.0, 8761.0, 8788.0, 8760.0, 8768.0, 8756.0, 8769.0, 8755.0, 8770.0, 8754.0, 8752.0, 8756.0, 8757.0, 8759.0, 8767.0, 8760.0, 8801.0, 8765.0, 8816.0, 8763.0, 8818.0, 8764.0, 8815.0, 8773.0, 8816.0, 8777.0, 8774.0, 8761.0, 8803.0, 8774.0, 8784.0, 8771.0, 8760.0, 8776.0, 8776.0, 8788.0, 8772.0, 8773.0, 8750.0, 8767.0, 8758.0, 8786.0, 8760.0, 8818.0, 8757.0, 8786.0, 8755.0, 8769.0, 8758.0, 8800.0, 8759.0, 8799.0, 8742.0, 8793.0, 8754.0, 8779.0, 8740.0, 8796.0, 8756.0, 8795.0, 8741.0, 8795.0, 8744.0, 8808.0, 8756.0, 8797.0, 8743.0, 8796.0, 8738.0, 8790.0, 8752.0, 8789.0, 8750.0, 8789.0, 8736.0, 8790.0, 8734.0, 8784.0, 8734.0, 8787.0, 8734.0, 8788.0, 8750.0, 8788.0, 8739.0, 8787.0, 8753.0, 8791.0, 8755.0, 8792.0, 8746.0, 8792.0, 8753.0, 8793.0, 8753.0, 8793.0, 8756.0, 8777.0, 8754.0, 8778.0, 8756.0, 8777.0, 8757.0, 8754.0, 8758.0, 8753.0, 8775.0, 8769.0, 8766.0, 8754.0, 8772.0, 8759.0, 8773.0, 8756.0, 8772.0, 8755.0, 8771.0, 8757.0, 8770.0, 8754.0, 8769.0, 8756.0, 8768.0, 8752.0, 8765.0, 8753.0, 8751.0, 8750.0, 8769.0, 8757.0, 8781.0, 8757.0, 8782.0, 8758.0, 8784.0, 8757.0, 8797.0, 8758.0, 8796.0, 8758.0, 8795.0, 8753.0, 8796.0, 8760.0, 8796.0, 8752.0, 8796.0, 8759.0, 8798.0, 8759.0, 8798.0, 8756.0, 8794.0, 8756.0, 8795.0, 8742.0, 8797.0, 8742.0, 8793.0, 8770.0, 8792.0, 8755.0, 8778.0, 8768.0, 8780.0, 8757.0, 8748.0, 8774.0, 8758.0, 8777.0, 8776.0, 8776.0, 8759.0, 8786.0, 8773.0, 8785.0, 8741.0, 8769.0, 8755.0, 8767.0, 8737.0, 8754.0, 8732.0, 8792.0, 8743.0, 8765.0, 8773.0, 8774.0, 8772.0, 8757.0, 8785.0, 8744.0, 8784.0, 8757.0, 8794.0, 8742.0, 8795.0, 8740.0, 8795.0, 8741.0, 8794.0, 8739.0, 8794.0, 8751.0, 8797.0, 8757.0, 8797.0, 8760.0, 8792.0, 8755.0, 8777.0, 8769.0, 8777.0, 8754.0, 8780.0, 8768.0, 8765.0, 8755.0, 8755.0, 8773.0, 8767.0, 8769.0, 8738.0, 8768.0, 8754.0, 8767.0, 8743.0, 8770.0, 8756.0, 8769.0, 8752.0, 8767.0, 8756.0, 8784.0, 8739.0, 8795.0, 8756.0, 8793.0, 8761.0, 8798.0, 8744.0, 8798.0, 8759.0, 8800.0, 8773.0, 8797.0, 8787.0, 8777.0, 8767.0, 8768.0, 8773.0, 8767.0, 8771.0, 8754.0, 8769.0, 8754.0, 8767.0, 8754.0, 8780.0, 8754.0, 8770.0, 8757.0, 8763.0, 8740.0, 8769.0, 8742.0, 8792.0, 8742.0, 8781.0, 8758.0, 8796.0, 8757.0, 8797.0, 8773.0, 8781.0, 8766.0, 8777.0, 8768.0, 8779.0, 8770.0, 8776.0, 8761.0, 8761.0, 8765.0, 8774.0, 8750.0, 8776.0, 8766.0, 8762.0, 8764.0, 8733.0, 8749.0, 8732.0, 8764.0, 8722.0, 8767.0, 8735.0, 8750.0, 8752.0, 8768.0, 8742.0, 8781.0, 8756.0, 8793.0, 8739.0, 8796.0, 8757.0, 8797.0, 8763.0, 8796.0, 8745.0, 8797.0, 8742.0, 8794.0, 8758.0, 8794.0, 8743.0, 8793.0, 8741.0, 8794.0, 8770.0, 8794.0, 8773.0, 8782.0, 8769.0, 8780.0, 8769.0, 8780.0, 8770.0, 8795.0, 8769.0, 8779.0, 8750.0, 8793.0, 8752.0, 8792.0, 8768.0, 8781.0, 8770.0, 8779.0, 8770.0, 8795.0, 8755.0, 8793.0, 8757.0, 8794.0, 8754.0, 8793.0, 8754.0, 8781.0, 8755.0, 8777.0, 8749.0, 8778.0, 8754.0, 8789.0, 8749.0, 8764.0, 8767.0, 8765.0, 8771.0, 8765.0, 8770.0, 8753.0, 8767.0, 8738.0, 8766.0, 8765.0, 8769.0, 8737.0, 8766.0, 8754.0, 8768.0, 8739.0, 8768.0, 8739.0, 8765.0, 8755.0, 8782.0, 8758.0, 8802.0, 8763.0, 8802.0, 8779.0, 8798.0, 8776.0, 8804.0, 8778.0, 8799.0, 8776.0, 8795.0, 8772.0, 8798.0, 8757.0, 8797.0, 8774.0, 8783.0, 8773.0, 8798.0, 8759.0, 8796.0, 8773.0, 8766.0, 8772.0, 8759.0, 8773.0, 8769.0, 8776.0, 8758.0, 8774.0, 8753.0, 8771.0, 8765.0, 8786.0, 8810.0, 8770.0, 8795.0, 8750.0, 8780.0, 8755.0, 8793.0, 8754.0, 8778.0, 8768.0, 8792.0, 8736.0, 8791.0, 8757.0, 8793.0, 8771.0, 8779.0, 8769.0, 8778.0, 8770.0, 8782.0, 8771.0, 8752.0, 8772.0, 8758.0, 8782.0, 8770.0, 8784.0, 8754.0, 8785.0, 8740.0, 8768.0, 8767.0, 8770.0, 8794.0, 8767.0, 8778.0, 8766.0, 8745.0, 8766.0, 8732.0, 8768.0, 8739.0, 8768.0, 8751.0, 8781.0, 8755.0, 8785.0, 8756.0, 8771.0, 8758.0, 8770.0, 8757.0, 8755.0, 8753.0, 8770.0, 8753.0, 8782.0, 8759.0, 8798.0, 8757.0, 8797.0, 8756.0, 8795.0, 8743.0, 8797.0, 8743.0, 8793.0, 8740.0, 8793.0, 8739.0, 8791.0, 8740.0, 8792.0, 8741.0, 8790.0, 8743.0, 8794.0, 8755.0, 8794.0, 8755.0, 8777.0, 8755.0, 8762.0, 8768.0, 8765.0, 8770.0, 8781.0, 8771.0, 8780.0, 8768.0, 8765.0, 8768.0, 8765.0, 8769.0, 8776.0, 8768.0, 8745.0, 8765.0, 8734.0, 8767.0, 8764.0, 8768.0, 8737.0, 8767.0, 8738.0, 8768.0, 8749.0, 8769.0, 8751.0, 8769.0, 8755.0, 8769.0, 8757.0, 8783.0, 8757.0, 8797.0, 8755.0, 8796.0, 8750.0, 8791.0, 8757.0, 8796.0, 8743.0, 8796.0, 8755.0, 8796.0, 8757.0, 8795.0, 8757.0, 8790.0, 8742.0, 8793.0, 8742.0, 8794.0, 8738.0, 8792.0, 8739.0, 8789.0, 8734.0, 8792.0, 8740.0, 8793.0, 8753.0, 8796.0, 8753.0, 8792.0, 8773.0, 8769.0, 8773.0, 8751.0, 8772.0, 8782.0, 8772.0, 8767.0, 8772.0, 8750.0, 8764.0, 8766.0, 8765.0, 8749.0, 8767.0, 8751.0, 8768.0, 8753.0, 8766.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.0004971149425287357</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.013565643252873563</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>35.59866362866511</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.1946244425201384</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.001747573670886</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4508</td></tr>
|
|
<tr><td colspan=3>fber</td><td>6121.2358</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.06632967783353302</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>0</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>0.0</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3825360410912286</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.324185580950734</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.522152212594478</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.301270329728474</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00367285</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.014002928510308266</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.020210234448313713</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>870</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>3.80092163360251</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>28.5039</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>33.4659</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>153.9306</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>43.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>308593.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>729.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>320.0645</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.1924</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>540.3064</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3183.3991</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3350.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>67951.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1064.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4219.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>881.3587</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>47.04565276927315</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> |