=== 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-0013 --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-0013",
"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-0013_ses-03_task-social_acq-mb8_run-04_bold :: MRIQC's BOLD fMRI report</title>
|
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
|
|
|
|
<script>
|
|
var timestamp = Date.now()
|
|
|
|
function read_form() {
|
|
var ds = "<unset>";
|
|
var sub = "sub-0013_ses-03_task-social_acq-mb8_run-04_bold.nii.gz";
|
|
|
|
var artifacts = [];
|
|
$('#qcartifacts-group input:checked').each(function() {
|
|
artifacts.push($(this).attr('name'));
|
|
});
|
|
|
|
var rating = $('#qcslider').val();
|
|
var payload = {
|
|
'dataset': ds,
|
|
'subject': sub,
|
|
'rating': rating,
|
|
'artifacts': artifacts,
|
|
'time_sec': (Date.now() - timestamp) / 1000,
|
|
'confidence': $('#qcextra-confidence').val(),
|
|
'comments': $('#qcextra-comments').val()
|
|
};
|
|
|
|
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
|
|
$('#btn-download').attr('href', URL.createObjectURL(file));
|
|
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
|
|
return payload
|
|
};
|
|
|
|
function toggle_rating() {
|
|
if ($('#qcrating-menu').hasClass('d-none')) {
|
|
$('#qcrating-menu').removeClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', true);
|
|
} else {
|
|
$('#qcrating-menu').addClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', false);
|
|
}
|
|
};
|
|
|
|
$(window).on('load',function(){
|
|
var authorization = $('#btn-post').val()
|
|
if (authorization.includes("secret_token")) {
|
|
$('#btn-post').addClass('d-none');
|
|
};
|
|
timestamp = Date.now();
|
|
});
|
|
|
|
</script>
|
|
<style type="text/css">
|
|
/* The slider itself */
|
|
.slider {
|
|
-webkit-appearance: none; /* Override default CSS styles */
|
|
appearance: none;
|
|
margin-bottom: 8px;
|
|
margin-left: 10%;
|
|
width: 80%;
|
|
height: 5px; /* Specified height */
|
|
background: #d3d3d3; /* Grey background */
|
|
outline: none; /* Remove outline */
|
|
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
|
|
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
|
|
transition: opacity .2s;
|
|
}
|
|
|
|
/* Mouse-over effects */
|
|
.slider:hover {
|
|
opacity: 1; /* Fully shown on mouse-over */
|
|
}
|
|
|
|
.slider::-webkit-slider-thumb {
|
|
-webkit-appearance: none;
|
|
appearance: none;
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
.slider::-moz-range-thumb {
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body style="font-family: helvetica;">
|
|
<nav class="navbar fixed-top navbar-expand-lg bg-light">
|
|
<div class="container-fluid">
|
|
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
|
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
|
|
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
|
|
<li class="nav-item dropdown">
|
|
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
|
|
About
|
|
</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="#errors">Errors</a></li>
|
|
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="d-flex flex-row-reverse">
|
|
<div class="form-check form-switch align-self-center flex-fill me-4">
|
|
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
|
|
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
<noscript>
|
|
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
|
|
</noscript>
|
|
|
|
<div id="Basic echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-04_session-03_subject-0013_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-0013/figures/sub-0013_ses-03_task-social_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0013/figures/sub-0013_ses-03_task-social_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0013/figures/sub-0013_ses-03_task-social_acq-mb8_run-04_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-04_session-03_subject-0013_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-0013/figures/sub-0013_ses-03_task-social_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0013/figures/sub-0013_ses-03_task-social_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0013/figures/sub-0013_ses-03_task-social_acq-mb8_run-04_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-04_session-03_subject-0013_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-0013/figures/sub-0013_ses-03_task-social_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0013/figures/sub-0013_ses-03_task-social_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0013/figures/sub-0013_ses-03_task-social_acq-mb8_run-04_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-04_session-03_subject-0013_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-0013/figures/sub-0013_ses-03_task-social_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0013/figures/sub-0013_ses-03_task-social_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0013/figures/sub-0013_ses-03_task-social_acq-mb8_run-04_desc-carpet_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-mean_run-04_session-03_subject-0013_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-0013/figures/sub-0013_ses-03_task-social_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0013/figures/sub-0013_ses-03_task-social_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0013/figures/sub-0013_ses-03_task-social_acq-mb8_run-04_desc-mean_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended reports shared across echos" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-04_session-03_subject-0013_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-0013/figures/sub-0013_ses-03_task-social_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0013/figures/sub-0013_ses-03_task-social_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0013/figures/sub-0013_ses-03_task-social_acq-mb8_run-04_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-04_session-03_subject-0013_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-0013/figures/sub-0013_ses-03_task-social_acq-mb8_run-04_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0013/figures/sub-0013_ses-03_task-social_acq-mb8_run-04_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0013/figures/sub-0013_ses-03_task-social_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0013/figures/sub-0013_ses-03_task-social_acq-mb8_run-04_desc-norm_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="About" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">About</h1>
|
|
<div id="errors" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
|
|
</div>
|
|
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
|
|
reconstructing the provenance of the corresponding derivatives.
|
|
</p> <div class="accordion accordion-flush" id="about-metadata">
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-0">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
|
|
Provenance Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-0" class="table table-sm table-striped">
|
|
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
|
|
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0013/ses-03/func/sub-0013_ses-03_task-social_acq-mb8_run-04_bold.nii.gz</td></tr>
|
|
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
|
|
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
|
|
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
|
|
<tr><td colspan=2>md5sum</td><td>425285eae7cd37ba60174f43d051a7f9</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>10:19:14.445000</td></tr>
|
|
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
|
|
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
|
|
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
|
|
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
|
|
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
|
|
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
|
|
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
|
|
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
|
|
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
|
|
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
|
|
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
|
|
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
|
|
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.99647, 0.0826215, 0.0149018, -0.0829754, 0.942179, 0.324675]</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-04_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.0975402</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-04_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>14</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4138, -7782, -7243, 427, -158, -167, 54, 41]</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.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 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>251.33</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>ed3b8b3b-2751-4ccd-8b61-e87c7c4fd0e4||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
|
|
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.673454999923706, -0.22261697053909302, -0.0345195010304451, 125.21573638916016], [-0.22166745364665985, 2.5277974605560303, 0.8768657445907593, -88.23226928710938], [0.03998032584786415, -0.8710789084434509, 2.553412437438965, -9.392427444458008], [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': ['101914.445000', '101914.905000', '101915.365000', '101915.825000', '101916.285000', '101916.745000', '101917.205000', '101917.665000', '101918.125000', '101918.585000', '101919.045000', '101919.505000', '101919.965000', '101920.425000', '101920.885000', '101921.345000', '101921.805000', '101922.265000', '101922.725000', '101923.185000', '101923.645000', '101924.105000', '101924.565000', '101925.025000', '101925.485000', '101925.945000', '101926.405000', '101926.865000', '101927.325000', '101927.785000', '101928.245000', '101928.705000', '101929.165000', '101929.625000', '101930.085000', '101930.545000', '101931.005000', '101931.465000', '101931.925000', '101932.385000', '101932.845000', '101933.305000', '101933.765000', '101934.225000', '101934.685000', '101935.145000', '101935.605000', '101936.065000', '101936.525000', '101936.985000', '101937.445000', '101937.905000', '101938.365000', '101938.825000', '101939.285000', '101939.745000', '101940.205000', '101940.665000', '101941.125000', '101941.585000', '101942.045000', '101942.505000', '101942.965000', '101943.425000', '101943.885000', '101944.345000', '101944.805000', '101945.265000', '101945.725000', '101946.185000', '101946.645000', '101947.105000', '101947.565000', '101948.025000', '101948.485000', '101948.945000', '101949.405000', '101949.865000', '101950.325000', '101950.785000', '101951.245000', '101951.705000', '101952.165000', '101952.625000', '101953.085000', '101953.545000', '101954.005000', '101954.465000', '101954.925000', '101955.385000', '101955.845000', '101956.305000', '101956.765000', '101957.225000', '101957.685000', '101958.145000', '101958.605000', '101959.065000', '101959.525000', '101959.985000', '102000.445000', '102000.905000', '102001.365000', '102001.825000', '102002.285000', '102002.745000', '102003.205000', '102003.665000', '102004.125000', '102004.585000', '102005.045000', '102005.505000', '102005.965000', '102006.425000', '102006.885000', '102007.345000', '102007.805000', '102008.265000', '102008.725000', '102009.185000', '102009.645000', '102010.105000', '102010.565000', '102011.025000', '102011.485000', '102011.945000', '102012.405000', '102012.865000', '102013.325000', '102013.785000', '102014.245000', '102014.705000', '102015.165000', '102015.625000', '102016.085000', '102016.545000', '102017.005000', '102017.465000', '102017.925000', '102018.385000', '102018.845000', '102019.305000', '102019.765000', '102020.225000', '102020.685000', '102021.145000', '102021.605000', '102022.065000', '102022.525000', '102022.985000', '102023.445000', '102023.905000', '102024.365000', '102024.825000', '102025.285000', '102025.745000', '102026.205000', '102026.665000', '102027.125000', '102027.585000', '102028.045000', '102028.505000', '102028.965000', '102029.425000', '102029.885000', '102030.345000', '102030.805000', '102031.265000', '102031.725000', '102032.185000', '102032.645000', '102033.105000', '102033.565000', '102034.025000', '102034.485000', '102034.945000', '102035.405000', '102035.865000', '102036.325000', '102036.785000', '102037.245000', '102037.705000', '102038.165000', '102038.625000', '102039.085000', '102039.545000', '102040.005000', '102040.465000', '102040.925000', '102041.385000', '102041.845000', '102042.305000', '102042.765000', '102043.225000', '102043.685000', '102044.145000', '102044.605000', '102045.065000', '102045.525000', '102045.985000', '102046.445000', '102046.905000', '102047.365000', '102047.825000', '102048.285000', '102048.745000', '102049.205000', '102049.665000', '102050.125000', '102050.585000', '102051.045000', '102051.505000', '102051.965000', '102052.425000', '102052.885000', '102053.345000', '102053.805000', '102054.265000', '102054.725000', '102055.185000', '102055.645000', '102056.105000', '102056.565000', '102057.025000', '102057.485000', '102057.945000', '102058.405000', '102058.865000', '102059.325000', '102059.785000', '102100.245000', '102100.705000', '102101.165000', '102101.625000', '102102.085000', '102102.545000', '102103.005000', '102103.465000', '102103.925000', '102104.385000', '102104.845000', '102105.305000', '102105.765000', '102106.225000', '102106.685000', '102107.145000', '102107.605000', '102108.065000', '102108.525000', '102108.985000', '102109.445000', '102109.905000', '102110.365000', '102110.825000', '102111.285000', '102111.745000', '102112.205000', '102112.665000', '102113.125000', '102113.585000', '102114.045000', '102114.505000', '102114.965000', '102115.425000', '102115.885000', '102116.345000', '102116.805000', '102117.265000', '102117.725000', '102118.185000', '102118.645000', '102119.105000', '102119.565000', '102120.025000', '102120.485000', '102120.945000', '102121.405000', '102121.865000', '102122.325000', '102122.785000', '102123.245000', '102123.705000', '102124.165000', '102124.625000', '102125.085000', '102125.545000', '102126.005000', '102126.465000', '102126.925000', '102127.385000', '102127.845000', '102128.305000', '102128.765000', '102129.225000', '102129.685000', '102130.145000', '102130.605000', '102131.065000', '102131.525000', '102131.985000', '102132.445000', '102132.905000', '102133.365000', '102133.825000', '102134.285000', '102134.745000', '102135.205000', '102135.665000', '102136.125000', '102136.585000', '102137.045000', '102137.505000', '102137.965000', '102138.425000', '102138.885000', '102139.345000', '102139.805000', '102140.265000', '102140.725000', '102141.185000', '102141.645000', '102142.105000', '102142.565000', '102143.025000', '102143.485000', '102143.945000', '102144.405000', '102144.865000', '102145.325000', '102145.785000', '102146.245000', '102146.705000', '102147.165000', '102147.625000', '102148.085000', '102148.545000', '102149.005000', '102149.465000', '102149.925000', '102150.385000', '102150.845000', '102151.305000', '102151.765000', '102152.225000', '102152.685000', '102153.145000', '102153.605000', '102154.065000', '102154.525000', '102154.985000', '102155.445000', '102155.905000', '102156.365000', '102156.825000', '102157.285000', '102157.745000', '102158.205000', '102158.665000', '102159.125000', '102159.585000', '102200.045000', '102200.505000', '102200.965000', '102201.425000', '102201.885000', '102202.345000', '102202.805000', '102203.265000', '102203.725000', '102204.185000', '102204.645000', '102205.105000', '102205.565000', '102206.025000', '102206.485000', '102206.945000', '102207.405000', '102207.865000', '102208.325000', '102208.785000', '102209.245000', '102209.705000', '102210.165000', '102210.625000', '102211.085000', '102211.545000', '102212.005000', '102212.465000', '102212.925000', '102213.385000', '102213.845000', '102214.305000', '102214.765000', '102215.225000', '102215.685000', '102216.145000', '102216.605000', '102217.065000', '102217.525000', '102217.985000', '102218.445000', '102218.905000', '102219.365000', '102219.825000', '102220.285000', '102220.745000', '102221.205000', '102221.665000', '102222.125000', '102222.585000', '102223.045000', '102223.505000', '102223.965000', '102224.425000', '102224.885000', '102225.345000', '102225.805000', '102226.265000', '102226.725000', '102227.185000', '102227.645000', '102228.105000', '102228.565000', '102229.025000', '102229.485000', '102229.945000', '102230.405000', '102230.865000', '102231.325000', '102231.785000', '102232.245000', '102232.705000', '102233.165000', '102233.625000', '102234.085000', '102234.545000', '102235.005000', '102235.465000', '102235.925000', '102236.385000', '102236.845000', '102237.305000', '102237.765000', '102238.225000', '102238.685000', '102239.145000', '102239.605000', '102240.065000', '102240.525000', '102240.985000', '102241.445000', '102241.905000', '102242.365000', '102242.825000', '102243.285000', '102243.745000', '102244.205000', '102244.665000', '102245.125000', '102245.585000', '102246.045000', '102246.505000', '102246.965000', '102247.425000', '102247.885000', '102248.345000', '102248.805000', '102249.265000', '102249.725000', '102250.185000', '102250.645000', '102251.105000', '102251.565000', '102252.025000', '102252.485000', '102252.945000', '102253.405000', '102253.865000', '102254.325000', '102254.785000', '102255.245000', '102255.705000', '102256.165000', '102256.625000', '102257.085000', '102257.545000', '102258.005000', '102258.465000', '102258.925000', '102259.385000', '102259.845000', '102300.305000', '102300.765000', '102301.225000', '102301.685000', '102302.145000', '102302.605000', '102303.065000', '102303.525000', '102303.985000', '102304.445000', '102304.905000', '102305.365000', '102305.825000', '102306.285000', '102306.745000', '102307.205000', '102307.665000', '102308.125000', '102308.585000', '102309.045000', '102309.505000', '102309.965000', '102310.425000', '102310.885000', '102311.345000', '102311.805000', '102312.265000', '102312.725000', '102313.185000', '102313.645000', '102314.105000', '102314.565000', '102315.025000', '102315.485000', '102315.945000', '102316.405000', '102316.865000', '102317.325000', '102317.785000', '102318.245000', '102318.705000', '102319.165000', '102319.625000', '102320.085000', '102320.545000', '102321.005000', '102321.465000', '102321.925000', '102322.385000', '102322.845000', '102323.305000', '102323.765000', '102324.225000', '102324.685000', '102325.145000', '102325.605000', '102326.065000', '102326.525000', '102326.985000', '102327.445000', '102327.905000', '102328.365000', '102328.825000', '102329.285000', '102329.745000', '102330.205000', '102330.665000', '102331.125000', '102331.585000', '102332.045000', '102332.505000', '102332.965000', '102333.425000', '102333.885000', '102334.345000', '102334.805000', '102335.265000', '102335.725000', '102336.185000', '102336.645000', '102337.105000', '102337.565000', '102338.025000', '102338.485000', '102338.945000', '102339.405000', '102339.865000', '102340.325000', '102340.785000', '102341.245000', '102341.705000', '102342.165000', '102342.625000', '102343.085000', '102343.545000', '102344.005000', '102344.465000', '102344.925000', '102345.385000', '102345.845000', '102346.305000', '102346.765000', '102347.225000', '102347.685000', '102348.145000', '102348.605000', '102349.065000', '102349.525000', '102349.985000', '102350.445000', '102350.905000', '102351.365000', '102351.825000', '102352.285000', '102352.745000', '102353.205000', '102353.665000', '102354.125000', '102354.585000', '102355.045000', '102355.505000', '102355.965000', '102356.425000', '102356.885000', '102357.345000', '102357.805000', '102358.265000', '102358.725000', '102359.185000', '102359.645000', '102400.105000', '102400.565000', '102401.025000', '102401.485000', '102401.945000', '102402.405000', '102402.865000', '102403.325000', '102403.785000', '102404.245000', '102404.705000', '102405.165000', '102405.625000', '102406.085000', '102406.545000', '102407.005000', '102407.465000', '102407.925000', '102408.385000', '102408.845000', '102409.305000', '102409.765000', '102410.225000', '102410.685000', '102411.145000', '102411.605000', '102412.065000', '102412.525000', '102412.985000', '102413.445000', '102413.905000', '102414.365000', '102414.825000', '102415.285000', '102415.745000', '102416.205000', '102416.665000', '102417.125000', '102417.585000', '102418.045000', '102418.505000', '102418.965000', '102419.425000', '102419.885000', '102420.345000', '102420.805000', '102421.265000', '102421.725000', '102422.185000', '102422.645000', '102423.105000', '102423.565000', '102424.025000', '102424.485000', '102424.945000', '102425.405000', '102425.865000', '102426.325000', '102426.785000', '102427.245000', '102427.705000', '102428.165000', '102428.625000', '102429.085000', '102429.545000', '102430.005000', '102430.465000', '102430.925000', '102431.385000', '102431.845000', '102432.305000', '102432.765000', '102433.225000', '102433.685000', '102434.145000', '102434.605000', '102435.065000', '102435.525000', '102435.985000', '102436.445000', '102436.905000', '102437.365000', '102437.825000', '102438.285000', '102438.745000', '102439.205000', '102439.665000', '102440.125000', '102440.585000', '102441.045000', '102441.505000', '102441.965000', '102442.425000', '102442.885000', '102443.345000', '102443.805000', '102444.265000', '102444.725000', '102445.185000', '102445.645000', '102446.105000', '102446.565000', '102447.025000', '102447.485000', '102447.945000', '102448.405000', '102448.865000', '102449.325000', '102449.785000', '102450.245000', '102450.705000', '102451.165000', '102451.625000', '102452.085000', '102452.545000', '102453.005000', '102453.465000', '102453.925000', '102454.385000', '102454.845000', '102455.305000', '102455.765000', '102456.225000', '102456.685000', '102457.145000', '102457.605000', '102458.065000', '102458.525000', '102458.985000', '102459.445000', '102459.905000', '102500.365000', '102500.825000', '102501.285000', '102501.745000', '102502.205000', '102502.665000', '102503.125000', '102503.585000', '102504.045000', '102504.505000', '102504.965000', '102505.425000', '102505.885000', '102506.345000', '102506.805000', '102507.265000', '102507.725000', '102508.185000', '102508.645000', '102509.105000', '102509.565000', '102510.025000', '102510.485000', '102510.945000', '102511.405000', '102511.865000', '102512.325000', '102512.785000', '102513.245000', '102513.705000', '102514.165000', '102514.625000', '102515.085000', '102515.545000', '102516.005000', '102516.465000', '102516.925000', '102517.385000', '102517.845000', '102518.305000', '102518.765000', '102519.225000', '102519.685000', '102520.145000', '102520.605000', '102521.065000', '102521.525000', '102521.985000', '102522.445000', '102522.905000', '102523.365000', '102523.825000', '102524.285000', '102524.745000', '102525.205000', '102525.665000', '102526.125000', '102526.585000', '102527.045000', '102527.505000', '102527.965000', '102528.425000', '102528.885000', '102529.345000', '102529.805000', '102530.265000', '102530.725000', '102531.185000', '102531.645000', '102532.105000', '102532.565000', '102533.025000', '102533.485000', '102533.945000', '102534.405000', '102534.865000', '102535.325000', '102535.785000', '102536.245000', '102536.705000', '102537.165000', '102537.625000', '102538.085000', '102538.545000', '102539.005000', '102539.465000', '102539.925000', '102540.385000', '102540.845000', '102541.305000', '102541.765000', '102542.225000', '102542.685000', '102543.145000', '102543.605000', '102544.065000', '102544.525000', '102544.985000', '102545.445000', '102545.905000', '102546.365000', '102546.825000', '102547.285000', '102547.745000', '102548.205000', '102548.665000', '102549.125000', '102549.585000', '102550.045000', '102550.505000', '102550.965000', '102551.425000', '102551.885000', '102552.345000', '102552.805000', '102553.265000', '102553.725000', '102554.185000', '102554.645000', '102555.105000'], 'ContentTime': ['101943.135000', '101943.138000', '101943.141000', '101943.144000', '101943.147000', '101943.150000', '101943.153000', '101943.156000', '101943.158000', '101943.161000', '101943.164000', '101943.167000', '101943.170000', '101943.173000', '101943.176000', '101943.178000', '101943.181000', '101943.193000', '101943.195000', '101943.198000', '101943.201000', '101943.204000', '101943.207000', '101943.210000', '101943.212000', '101943.215000', '101943.218000', '101943.221000', '101943.224000', '101943.226000', '101943.229000', '101943.232000', '101943.235000', '101943.238000', '101943.240000', '101943.243000', '101943.246000', '101943.249000', '101943.252000', '101943.255000', '101943.257000', '101943.260000', '101943.263000', '101943.266000', '101943.269000', '101943.271000', '101943.274000', '101943.277000', '101943.280000', '101943.283000', '101943.285000', '101943.288000', '101943.291000', '101943.294000', '101943.297000', '101943.300000', '101943.302000', '101943.305000', '101943.308000', '101943.311000', '102003.112000', '102003.115000', '102003.118000', '102003.126000', '102003.129000', '102003.132000', '102003.134000', '102003.137000', '102003.140000', '102003.143000', '102003.146000', '102003.149000', '102003.151000', '102003.154000', '102003.157000', '102003.160000', '102003.163000', '102003.166000', '102003.168000', '102003.171000', '102003.174000', '102003.177000', '102003.180000', '102003.182000', '102003.185000', '102003.188000', '102003.191000', '102003.194000', '102003.196000', '102003.199000', '102003.202000', '102003.205000', '102003.208000', '102003.211000', '102003.213000', '102003.216000', '102003.219000', '102003.222000', '102003.225000', '102003.227000', '102003.230000', '102003.233000', '102003.236000', '102023.112000', '102023.115000', '102023.118000', '102023.120000', '102023.123000', '102023.126000', '102023.129000', '102023.132000', '102023.135000', '102023.138000', '102023.140000', '102023.143000', '102023.149000', '102023.152000', '102023.155000', '102023.157000', '102023.160000', '102023.163000', '102023.166000', '102023.169000', '102023.172000', '102023.174000', '102023.177000', '102023.180000', '102023.183000', '102023.186000', '102023.189000', '102023.191000', '102023.194000', '102023.197000', '102023.200000', '102023.203000', '102023.205000', '102023.208000', '102023.211000', '102023.214000', '102023.217000', '102023.231000', '102023.233000', '102023.236000', '102023.239000', '102023.242000', '102023.245000', '102023.248000', '102043.112000', '102043.115000', '102043.118000', '102043.121000', '102043.124000', '102043.126000', '102043.129000', '102043.132000', '102043.135000', '102043.138000', '102043.141000', '102043.143000', '102043.146000', '102043.149000', '102043.152000', '102043.155000', '102043.158000', '102043.160000', '102043.163000', '102043.166000', '102043.169000', '102043.172000', '102043.175000', '102043.177000', '102043.180000', '102043.183000', '102043.186000', '102043.189000', '102043.192000', '102043.194000', '102043.197000', '102043.200000', '102043.203000', '102043.206000', '102043.209000', '102043.211000', '102043.214000', '102043.217000', '102043.220000', '102043.223000', '102043.226000', '102043.228000', '102043.232000', '102103.112000', '102103.115000', '102103.118000', '102103.121000', '102103.123000', '102103.126000', '102103.129000', '102103.132000', '102103.135000', '102103.138000', '102103.140000', '102103.143000', '102103.146000', '102103.149000', '102103.152000', '102103.155000', '102103.158000', '102103.161000', '102103.164000', '102103.166000', '102103.169000', '102103.172000', '102103.175000', '102103.178000', '102103.180000', '102103.183000', '102103.186000', '102103.189000', '102103.192000', '102103.195000', '102103.198000', '102103.201000', '102103.204000', '102103.206000', '102103.209000', '102103.212000', '102103.215000', '102103.218000', '102103.221000', '102103.223000', '102103.226000', '102103.229000', '102103.232000', '102103.235000', '102123.111000', '102123.114000', '102123.117000', '102123.120000', '102123.122000', '102123.125000', '102123.128000', '102123.131000', '102123.134000', '102123.137000', '102123.139000', '102123.142000', '102123.145000', '102123.148000', '102123.151000', '102123.154000', '102123.157000', '102123.159000', '102123.162000', '102123.165000', '102123.168000', '102123.171000', '102123.174000', '102123.176000', '102123.179000', '102123.182000', '102123.185000', '102123.188000', '102123.191000', '102123.193000', '102123.196000', '102123.199000', '102123.202000', '102123.205000', '102123.207000', '102123.210000', '102123.213000', '102123.216000', '102123.219000', '102123.222000', '102123.224000', '102123.227000', '102123.230000', '102143.111000', '102143.114000', '102143.117000', '102143.119000', '102143.122000', '102143.125000', '102143.128000', '102143.131000', '102143.134000', '102143.137000', '102143.139000', '102143.142000', '102143.145000', '102143.148000', '102143.151000', '102143.154000', '102143.156000', '102143.159000', '102143.162000', '102143.165000', '102143.168000', '102143.171000', '102143.174000', '102143.176000', '102143.179000', '102143.182000', '102143.185000', '102143.188000', '102143.191000', '102143.194000', '102143.196000', '102143.199000', '102143.202000', '102143.205000', '102143.208000', '102143.211000', '102143.213000', '102143.216000', '102143.219000', '102143.222000', '102143.225000', '102143.228000', '102143.230000', '102143.233000', '102203.111000', '102203.114000', '102203.117000', '102203.123000', '102203.126000', '102203.129000', '102203.131000', '102203.134000', '102203.137000', '102203.140000', '102203.143000', '102203.146000', '102203.149000', '102203.151000', '102203.154000', '102203.157000', '102203.160000', '102203.163000', '102203.174000', '102203.177000', '102203.180000', '102203.183000', '102203.186000', '102203.189000', '102203.191000', '102203.194000', '102203.197000', '102203.200000', '102203.203000', '102203.206000', '102203.209000', '102203.211000', '102203.214000', '102203.217000', '102203.220000', '102203.223000', '102203.226000', '102203.228000', '102203.231000', '102203.234000', '102203.237000', '102203.240000', '102203.243000', '102223.112000', '102223.115000', '102223.118000', '102223.121000', '102223.123000', '102223.126000', '102223.129000', '102223.132000', '102223.135000', '102223.138000', '102223.140000', '102223.143000', '102223.147000', '102223.153000', '102223.156000', '102223.158000', '102223.161000', '102223.164000', '102223.167000', '102223.170000', '102223.173000', '102223.176000', '102223.178000', '102223.181000', '102223.184000', '102223.187000', '102223.190000', '102223.193000', '102223.195000', '102223.198000', '102223.201000', '102223.204000', '102223.207000', '102223.210000', '102223.212000', '102223.215000', '102223.218000', '102223.221000', '102223.224000', '102223.226000', '102223.229000', '102223.232000', '102223.235000', '102243.112000', '102243.115000', '102243.118000', '102243.121000', '102243.124000', '102243.127000', '102243.129000', '102243.132000', '102243.135000', '102243.138000', '102243.141000', '102243.144000', '102243.146000', '102243.149000', '102243.152000', '102243.155000', '102243.158000', '102243.161000', '102243.163000', '102243.166000', '102243.169000', '102243.172000', '102243.175000', '102243.177000', '102243.180000', '102243.183000', '102243.186000', '102243.189000', '102243.192000', '102243.195000', '102243.202000', '102243.204000', '102243.207000', '102243.210000', '102243.213000', '102243.216000', '102243.219000', '102243.222000', '102243.224000', '102243.227000', '102243.230000', '102243.233000', '102243.236000', '102243.238000', '102303.112000', '102303.115000', '102303.118000', '102303.121000', '102303.124000', '102303.127000', '102303.130000', '102303.132000', '102303.135000', '102303.138000', '102303.141000', '102303.144000', '102303.147000', '102303.150000', '102303.153000', '102303.155000', '102303.158000', '102303.161000', '102303.164000', '102303.167000', '102303.170000', '102303.172000', '102303.175000', '102303.178000', '102303.181000', '102303.184000', '102303.187000', '102303.190000', '102303.193000', '102303.196000', '102303.198000', '102303.201000', '102303.204000', '102303.207000', '102303.210000', '102303.213000', '102303.215000', '102303.218000', '102303.221000', '102303.224000', '102303.227000', '102303.230000', '102303.233000', '102323.112000', '102323.115000', '102323.118000', '102323.121000', '102323.123000', '102323.126000', '102323.129000', '102323.132000', '102323.135000', '102323.138000', '102323.141000', '102323.143000', '102323.146000', '102323.149000', '102323.152000', '102323.155000', '102323.158000', '102323.160000', '102323.163000', '102323.166000', '102323.169000', '102323.172000', '102323.175000', '102323.178000', '102323.186000', '102323.189000', '102323.192000', '102323.195000', '102323.197000', '102323.200000', '102323.203000', '102323.206000', '102323.209000', '102323.212000', '102323.214000', '102323.217000', '102323.220000', '102323.223000', '102323.226000', '102323.228000', '102323.231000', '102323.234000', '102323.237000', '102323.240000', '102343.125000', '102343.128000', '102343.131000', '102343.134000', '102343.137000', '102343.140000', '102343.143000', '102343.145000', '102343.148000', '102343.151000', '102343.155000', '102343.159000', '102343.162000', '102343.165000', '102343.168000', '102343.171000', '102343.174000', '102343.176000', '102343.179000', '102343.182000', '102343.185000', '102343.188000', '102343.191000', '102343.194000', '102343.196000', '102343.199000', '102343.202000', '102343.205000', '102343.208000', '102343.210000', '102343.213000', '102343.216000', '102343.219000', '102343.222000', '102343.225000', '102343.227000', '102343.230000', '102343.233000', '102343.236000', '102343.239000', '102343.241000', '102343.244000', '102343.247000', '102403.111000', '102403.114000', '102403.117000', '102403.120000', '102403.122000', '102403.125000', '102403.128000', '102403.131000', '102403.134000', '102403.137000', '102403.139000', '102403.142000', '102403.145000', '102403.148000', '102403.151000', '102403.154000', '102403.157000', '102403.159000', '102403.162000', '102403.165000', '102403.168000', '102403.171000', '102403.173000', '102403.176000', '102403.179000', '102403.182000', '102403.185000', '102403.188000', '102403.191000', '102403.193000', '102403.196000', '102403.199000', '102403.202000', '102403.205000', '102403.208000', '102403.211000', '102403.213000', '102403.216000', '102403.219000', '102403.222000', '102403.225000', '102403.228000', '102403.230000', '102403.233000', '102423.111000', '102423.114000', '102423.117000', '102423.120000', '102423.123000', '102423.125000', '102423.128000', '102423.131000', '102423.134000', '102423.137000', '102423.140000', '102423.143000', '102423.145000', '102423.148000', '102423.151000', '102423.154000', '102423.157000', '102423.160000', '102423.163000', '102423.166000', '102423.169000', '102423.172000', '102423.175000', '102423.177000', '102423.180000', '102423.183000', '102423.186000', '102423.189000', '102423.192000', '102423.195000', '102423.198000', '102423.200000', '102423.203000', '102423.206000', '102423.209000', '102423.212000', '102423.215000', '102423.217000', '102423.220000', '102423.223000', '102423.226000', '102423.229000', '102423.232000', '102443.112000', '102443.115000', '102443.118000', '102443.121000', '102443.123000', '102443.126000', '102443.129000', '102443.132000', '102443.135000', '102443.137000', '102443.140000', '102443.143000', '102443.146000', '102443.149000', '102443.152000', '102443.155000', '102443.157000', '102443.160000', '102443.163000', '102443.166000', '102443.169000', '102443.172000', '102443.174000', '102443.177000', '102443.180000', '102443.183000', '102443.186000', '102443.189000', '102443.192000', '102443.194000', '102443.197000', '102443.200000', '102443.203000', '102443.206000', '102443.209000', '102443.212000', '102443.214000', '102443.217000', '102443.220000', '102443.223000', '102443.226000', '102443.229000', '102443.232000', '102443.234000', '102503.112000', '102503.115000', '102503.118000', '102503.121000', '102503.123000', '102503.126000', '102503.129000', '102503.132000', '102503.135000', '102503.137000', '102503.140000', '102503.162000', '102503.165000', '102503.168000', '102503.171000', '102503.174000', '102503.177000', '102503.180000', '102503.182000', '102503.185000', '102503.191000', '102503.195000', '102503.197000', '102503.200000', '102503.203000', '102503.206000', '102503.209000', '102503.212000', '102503.215000', '102503.218000', '102503.221000', '102503.224000', '102503.226000', '102503.229000', '102503.232000', '102503.235000', '102503.238000', '102503.241000', '102503.243000', '102503.246000', '102503.249000', '102503.252000', '102503.255000', '102523.112000', '102523.115000', '102523.118000', '102523.121000', '102523.124000', '102523.126000', '102523.131000', '102523.134000', '102523.136000', '102523.139000', '102523.142000', '102523.145000', '102523.148000', '102523.151000', '102523.153000', '102523.156000', '102523.159000', '102523.162000', '102523.165000', '102523.168000', '102523.171000', '102523.173000', '102523.176000', '102523.179000', '102523.182000', '102523.185000', '102523.188000', '102523.190000', '102523.193000', '102523.196000', '102523.199000', '102523.204000', '102523.207000', '102523.209000', '102523.212000', '102523.215000', '102523.218000', '102523.221000', '102523.224000', '102523.227000', '102523.230000', '102523.232000', '102523.235000', '102523.238000', '102543.112000', '102543.115000', '102543.118000', '102543.121000', '102543.124000', '102543.126000', '102543.129000', '102543.132000', '102543.135000', '102543.138000', '102543.141000', '102543.144000', '102543.148000', '102543.150000', '102543.153000', '102543.156000', '102543.159000', '102543.162000', '102543.165000', '102543.167000', '102543.170000', '102543.173000', '102543.176000', '102543.179000', '102543.182000', '102543.184000', '102543.187000', '102543.190000', '102543.193000', '102543.196000', '102543.199000', '102543.202000', '102543.205000', '102543.208000', '102543.213000', '102543.216000', '102543.219000', '102543.222000', '102543.225000', '102543.228000', '102543.231000', '102543.234000', '102543.236000', '102556.596000', '102556.599000', '102556.602000', '102556.605000', '102556.608000', '102556.611000', '102556.614000', '102556.617000', '102556.620000', '102556.624000', '102556.629000', '102556.633000', '102556.636000', '102556.640000', '102556.643000', '102556.646000', '102556.650000', '102556.654000', '102556.657000', '102556.660000', '102556.663000', '102556.666000', '102556.669000', '102556.672000', '102556.675000', '102556.677000', '102556.680000', '102556.683000', '102556.686000', '102556.689000'], 'InstanceCreationTime': ['101943.135000', '101943.138000', '101943.141000', '101943.144000', '101943.147000', '101943.150000', '101943.153000', '101943.156000', '101943.158000', '101943.161000', '101943.164000', '101943.167000', '101943.170000', '101943.173000', '101943.176000', '101943.178000', '101943.181000', '101943.193000', '101943.195000', '101943.198000', '101943.201000', '101943.204000', '101943.207000', '101943.210000', '101943.212000', '101943.215000', '101943.218000', '101943.221000', '101943.224000', '101943.226000', '101943.229000', '101943.232000', '101943.235000', '101943.238000', '101943.240000', '101943.243000', '101943.246000', '101943.249000', '101943.252000', '101943.255000', '101943.257000', '101943.260000', '101943.263000', '101943.266000', '101943.269000', '101943.271000', '101943.274000', '101943.277000', '101943.280000', '101943.283000', '101943.285000', '101943.288000', '101943.291000', '101943.294000', '101943.297000', '101943.300000', '101943.302000', '101943.305000', '101943.308000', '101943.311000', '102003.112000', '102003.115000', '102003.118000', '102003.126000', '102003.129000', '102003.132000', '102003.134000', '102003.137000', '102003.140000', '102003.143000', '102003.146000', '102003.149000', '102003.151000', '102003.154000', '102003.157000', '102003.160000', '102003.163000', '102003.166000', '102003.168000', '102003.171000', '102003.174000', '102003.177000', '102003.180000', '102003.182000', '102003.185000', '102003.188000', '102003.191000', '102003.194000', '102003.196000', '102003.199000', '102003.202000', '102003.205000', '102003.208000', '102003.211000', '102003.213000', '102003.216000', '102003.219000', '102003.222000', '102003.225000', '102003.227000', '102003.230000', '102003.233000', '102003.236000', '102023.112000', '102023.115000', '102023.118000', '102023.120000', '102023.123000', '102023.126000', '102023.129000', '102023.132000', '102023.135000', '102023.138000', '102023.140000', '102023.143000', '102023.149000', '102023.152000', '102023.155000', '102023.157000', '102023.160000', '102023.163000', '102023.166000', '102023.169000', '102023.172000', '102023.174000', '102023.177000', '102023.180000', '102023.183000', '102023.186000', '102023.189000', '102023.191000', '102023.194000', '102023.197000', '102023.200000', '102023.203000', '102023.205000', '102023.208000', '102023.211000', '102023.214000', '102023.217000', '102023.231000', '102023.233000', '102023.236000', '102023.239000', '102023.242000', '102023.245000', '102023.248000', '102043.112000', '102043.115000', '102043.118000', '102043.121000', '102043.124000', '102043.126000', '102043.129000', '102043.132000', '102043.135000', '102043.138000', '102043.141000', '102043.143000', '102043.146000', '102043.149000', '102043.152000', '102043.155000', '102043.158000', '102043.160000', '102043.163000', '102043.166000', '102043.169000', '102043.172000', '102043.175000', '102043.177000', '102043.180000', '102043.183000', '102043.186000', '102043.189000', '102043.192000', '102043.194000', '102043.197000', '102043.200000', '102043.203000', '102043.206000', '102043.209000', '102043.211000', '102043.214000', '102043.217000', '102043.220000', '102043.223000', '102043.226000', '102043.228000', '102043.232000', '102103.112000', '102103.115000', '102103.118000', '102103.121000', '102103.123000', '102103.126000', '102103.129000', '102103.132000', '102103.135000', '102103.138000', '102103.140000', '102103.143000', '102103.146000', '102103.149000', '102103.152000', '102103.155000', '102103.158000', '102103.161000', '102103.164000', '102103.166000', '102103.169000', '102103.172000', '102103.175000', '102103.178000', '102103.180000', '102103.183000', '102103.186000', '102103.189000', '102103.192000', '102103.195000', '102103.198000', '102103.201000', '102103.204000', '102103.206000', '102103.209000', '102103.212000', '102103.215000', '102103.218000', '102103.221000', '102103.223000', '102103.226000', '102103.229000', '102103.232000', '102103.235000', '102123.111000', '102123.114000', '102123.117000', '102123.120000', '102123.122000', '102123.125000', '102123.128000', '102123.131000', '102123.134000', '102123.137000', '102123.139000', '102123.142000', '102123.145000', '102123.148000', '102123.151000', '102123.154000', '102123.157000', '102123.159000', '102123.162000', '102123.165000', '102123.168000', '102123.171000', '102123.174000', '102123.176000', '102123.179000', '102123.182000', '102123.185000', '102123.188000', '102123.191000', '102123.193000', '102123.196000', '102123.199000', '102123.202000', '102123.205000', '102123.207000', '102123.210000', '102123.213000', '102123.216000', '102123.219000', '102123.222000', '102123.224000', '102123.227000', '102123.230000', '102143.111000', '102143.114000', '102143.117000', '102143.119000', '102143.122000', '102143.125000', '102143.128000', '102143.131000', '102143.134000', '102143.137000', '102143.139000', '102143.142000', '102143.145000', '102143.148000', '102143.151000', '102143.154000', '102143.156000', '102143.159000', '102143.162000', '102143.165000', '102143.168000', '102143.171000', '102143.174000', '102143.176000', '102143.179000', '102143.182000', '102143.185000', '102143.188000', '102143.191000', '102143.194000', '102143.196000', '102143.199000', '102143.202000', '102143.205000', '102143.208000', '102143.211000', '102143.213000', '102143.216000', '102143.219000', '102143.222000', '102143.225000', '102143.228000', '102143.230000', '102143.233000', '102203.111000', '102203.114000', '102203.117000', '102203.123000', '102203.126000', '102203.129000', '102203.131000', '102203.134000', '102203.137000', '102203.140000', '102203.143000', '102203.146000', '102203.149000', '102203.151000', '102203.154000', '102203.157000', '102203.160000', '102203.163000', '102203.174000', '102203.177000', '102203.180000', '102203.183000', '102203.186000', '102203.189000', '102203.191000', '102203.194000', '102203.197000', '102203.200000', '102203.203000', '102203.206000', '102203.209000', '102203.211000', '102203.214000', '102203.217000', '102203.220000', '102203.223000', '102203.226000', '102203.228000', '102203.231000', '102203.234000', '102203.237000', '102203.240000', '102203.243000', '102223.112000', '102223.115000', '102223.118000', '102223.121000', '102223.123000', '102223.126000', '102223.129000', '102223.132000', '102223.135000', '102223.138000', '102223.140000', '102223.143000', '102223.147000', '102223.153000', '102223.156000', '102223.158000', '102223.161000', '102223.164000', '102223.167000', '102223.170000', '102223.173000', '102223.176000', '102223.178000', '102223.181000', '102223.184000', '102223.187000', '102223.190000', '102223.193000', '102223.195000', '102223.198000', '102223.201000', '102223.204000', '102223.207000', '102223.210000', '102223.212000', '102223.215000', '102223.218000', '102223.221000', '102223.224000', '102223.226000', '102223.229000', '102223.232000', '102223.235000', '102243.112000', '102243.115000', '102243.118000', '102243.121000', '102243.124000', '102243.127000', '102243.129000', '102243.132000', '102243.135000', '102243.138000', '102243.141000', '102243.144000', '102243.146000', '102243.149000', '102243.152000', '102243.155000', '102243.158000', '102243.161000', '102243.163000', '102243.166000', '102243.169000', '102243.172000', '102243.175000', '102243.177000', '102243.180000', '102243.183000', '102243.186000', '102243.189000', '102243.192000', '102243.195000', '102243.202000', '102243.204000', '102243.207000', '102243.210000', '102243.213000', '102243.216000', '102243.219000', '102243.222000', '102243.224000', '102243.227000', '102243.230000', '102243.233000', '102243.236000', '102243.238000', '102303.112000', '102303.115000', '102303.118000', '102303.121000', '102303.124000', '102303.127000', '102303.130000', '102303.132000', '102303.135000', '102303.138000', '102303.141000', '102303.144000', '102303.147000', '102303.150000', '102303.153000', '102303.155000', '102303.158000', '102303.161000', '102303.164000', '102303.167000', '102303.170000', '102303.172000', '102303.175000', '102303.178000', '102303.181000', '102303.184000', '102303.187000', '102303.190000', '102303.193000', '102303.196000', '102303.198000', '102303.201000', '102303.204000', '102303.207000', '102303.210000', '102303.213000', '102303.215000', '102303.218000', '102303.221000', '102303.224000', '102303.227000', '102303.230000', '102303.233000', '102323.112000', '102323.115000', '102323.118000', '102323.121000', '102323.123000', '102323.126000', '102323.129000', '102323.132000', '102323.135000', '102323.138000', '102323.141000', '102323.143000', '102323.146000', '102323.149000', '102323.152000', '102323.155000', '102323.158000', '102323.160000', '102323.163000', '102323.166000', '102323.169000', '102323.172000', '102323.175000', '102323.178000', '102323.186000', '102323.189000', '102323.192000', '102323.195000', '102323.197000', '102323.200000', '102323.203000', '102323.206000', '102323.209000', '102323.212000', '102323.214000', '102323.217000', '102323.220000', '102323.223000', '102323.226000', '102323.228000', '102323.231000', '102323.234000', '102323.237000', '102323.240000', '102343.125000', '102343.128000', '102343.131000', '102343.134000', '102343.137000', '102343.140000', '102343.143000', '102343.145000', '102343.148000', '102343.151000', '102343.155000', '102343.159000', '102343.162000', '102343.165000', '102343.168000', '102343.171000', '102343.174000', '102343.176000', '102343.179000', '102343.182000', '102343.185000', '102343.188000', '102343.191000', '102343.194000', '102343.196000', '102343.199000', '102343.202000', '102343.205000', '102343.208000', '102343.210000', '102343.213000', '102343.216000', '102343.219000', '102343.222000', '102343.225000', '102343.227000', '102343.230000', '102343.233000', '102343.236000', '102343.239000', '102343.241000', '102343.244000', '102343.247000', '102403.111000', '102403.114000', '102403.117000', '102403.120000', '102403.122000', '102403.125000', '102403.128000', '102403.131000', '102403.134000', '102403.137000', '102403.139000', '102403.142000', '102403.145000', '102403.148000', '102403.151000', '102403.154000', '102403.157000', '102403.159000', '102403.162000', '102403.165000', '102403.168000', '102403.171000', '102403.173000', '102403.176000', '102403.179000', '102403.182000', '102403.185000', '102403.188000', '102403.191000', '102403.193000', '102403.196000', '102403.199000', '102403.202000', '102403.205000', '102403.208000', '102403.211000', '102403.213000', '102403.216000', '102403.219000', '102403.222000', '102403.225000', '102403.228000', '102403.230000', '102403.233000', '102423.111000', '102423.114000', '102423.117000', '102423.120000', '102423.123000', '102423.125000', '102423.128000', '102423.131000', '102423.134000', '102423.137000', '102423.140000', '102423.143000', '102423.145000', '102423.148000', '102423.151000', '102423.154000', '102423.157000', '102423.160000', '102423.163000', '102423.166000', '102423.169000', '102423.172000', '102423.175000', '102423.177000', '102423.180000', '102423.183000', '102423.186000', '102423.189000', '102423.192000', '102423.195000', '102423.198000', '102423.200000', '102423.203000', '102423.206000', '102423.209000', '102423.212000', '102423.215000', '102423.217000', '102423.220000', '102423.223000', '102423.226000', '102423.229000', '102423.232000', '102443.112000', '102443.115000', '102443.118000', '102443.121000', '102443.123000', '102443.126000', '102443.129000', '102443.132000', '102443.135000', '102443.137000', '102443.140000', '102443.143000', '102443.146000', '102443.149000', '102443.152000', '102443.155000', '102443.157000', '102443.160000', '102443.163000', '102443.166000', '102443.169000', '102443.172000', '102443.174000', '102443.177000', '102443.180000', '102443.183000', '102443.186000', '102443.189000', '102443.192000', '102443.194000', '102443.197000', '102443.200000', '102443.203000', '102443.206000', '102443.209000', '102443.212000', '102443.214000', '102443.217000', '102443.220000', '102443.223000', '102443.226000', '102443.229000', '102443.232000', '102443.234000', '102503.112000', '102503.115000', '102503.118000', '102503.121000', '102503.123000', '102503.126000', '102503.129000', '102503.132000', '102503.135000', '102503.137000', '102503.140000', '102503.162000', '102503.165000', '102503.168000', '102503.171000', '102503.174000', '102503.177000', '102503.180000', '102503.182000', '102503.185000', '102503.191000', '102503.195000', '102503.197000', '102503.200000', '102503.203000', '102503.206000', '102503.209000', '102503.212000', '102503.215000', '102503.218000', '102503.221000', '102503.224000', '102503.226000', '102503.229000', '102503.232000', '102503.235000', '102503.238000', '102503.241000', '102503.243000', '102503.246000', '102503.249000', '102503.252000', '102503.255000', '102523.112000', '102523.115000', '102523.118000', '102523.121000', '102523.124000', '102523.126000', '102523.131000', '102523.134000', '102523.136000', '102523.139000', '102523.142000', '102523.145000', '102523.148000', '102523.151000', '102523.153000', '102523.156000', '102523.159000', '102523.162000', '102523.165000', '102523.168000', '102523.171000', '102523.173000', '102523.176000', '102523.179000', '102523.182000', '102523.185000', '102523.188000', '102523.190000', '102523.193000', '102523.196000', '102523.199000', '102523.204000', '102523.207000', '102523.209000', '102523.212000', '102523.215000', '102523.218000', '102523.221000', '102523.224000', '102523.227000', '102523.230000', '102523.232000', '102523.235000', '102523.238000', '102543.112000', '102543.115000', '102543.118000', '102543.121000', '102543.124000', '102543.126000', '102543.129000', '102543.132000', '102543.135000', '102543.138000', '102543.141000', '102543.144000', '102543.148000', '102543.150000', '102543.153000', '102543.156000', '102543.159000', '102543.162000', '102543.165000', '102543.167000', '102543.170000', '102543.173000', '102543.176000', '102543.179000', '102543.182000', '102543.184000', '102543.187000', '102543.190000', '102543.193000', '102543.196000', '102543.199000', '102543.202000', '102543.205000', '102543.208000', '102543.213000', '102543.216000', '102543.219000', '102543.222000', '102543.225000', '102543.228000', '102543.231000', '102543.234000', '102543.236000', '102556.596000', '102556.599000', '102556.602000', '102556.605000', '102556.608000', '102556.611000', '102556.614000', '102556.617000', '102556.620000', '102556.624000', '102556.629000', '102556.633000', '102556.636000', '102556.640000', '102556.643000', '102556.646000', '102556.650000', '102556.654000', '102556.657000', '102556.660000', '102556.663000', '102556.666000', '102556.669000', '102556.672000', '102556.675000', '102556.677000', '102556.680000', '102556.683000', '102556.686000', '102556.689000'], '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': [13718, 8218, 10005, 7676, 7720, 10254, 7042, 9396, 10298, 7063, 10574, 7455, 9201, 7415, 6991, 9459, 7143, 8753, 8524, 7153, 10112, 7008, 8712, 8690, 7128, 10995, 7329, 10558, 7257, 8845, 8864, 7214, 10594, 7618, 10206, 11632, 7820, 11023, 7250, 9521, 10414, 8003, 11430, 7288, 8460, 11592, 7187, 9904, 7495, 7974, 10228, 7282, 8909, 7609, 8061, 10641, 7584, 10002, 7777, 8086, 10778, 7171, 10084, 8340, 8185, 11837, 7321, 9391, 7420, 8348, 11501, 7838, 9655, 7462, 7725, 10009, 7166, 9845, 7212, 8839, 10450, 7210, 9765, 7328, 9440, 10600, 8231, 12030, 8009, 7527, 7428, 10082, 7442, 10846, 7302, 9057, 9816, 7298, 10526, 7414, 9850, 11405, 8036, 11743, 7740, 9809, 8700, 8018, 12339, 8145, 9634, 8057, 7769, 10346, 7269, 9610, 8586, 7363, 9753, 7240, 8860, 7358, 8823, 8414, 7502, 10192, 7218, 8962, 7707, 7271, 10530, 7594, 9421, 7501, 8262, 8920, 7134, 9986, 7513, 9729, 7592, 7798, 11165, 7265, 9303, 7830, 8841, 13124, 7727, 10034, 7533, 8787, 10340, 7202, 11011, 7471, 9214, 8197, 7458, 9957, 7425, 9275, 9284, 7172, 10356, 7431, 9305, 7535, 7312, 10137, 7433, 10122, 8633, 8494, 12041, 7202, 10227, 7692, 9494, 13559, 8390, 10890, 7558, 8711, 10393, 7222, 10197, 7551, 9514, 10182, 7359, 10036, 7218, 9204, 7975, 7294, 10773, 7695, 8974, 7726, 7273, 9936, 7508, 9506, 9361, 7567, 10517, 7181, 8779, 7689, 7431, 11122, 7431, 10220, 7493, 8834, 10583, 7403, 10759, 7525, 9519, 10685, 7314, 10693, 7384, 8967, 12339, 7596, 10336, 7614, 8137, 11002, 7303, 9682, 7514, 8468, 11706, 7488, 9914, 7191, 9016, 9127, 7349, 10580, 7270, 9165, 7755, 7271, 10190, 7361, 9845, 9938, 7580, 10687, 7100, 8966, 7772, 7422, 10676, 7693, 9164, 7545, 7278, 9966, 7161, 9770, 7368, 8123, 7419, 7585, 8747, 7209, 10459, 7496, 9805, 7959, 7866, 10935, 7505, 10139, 9020, 8019, 11418, 7355, 10699, 8655, 8124, 11157, 7261, 9589, 7515, 8620, 13221, 7774, 10141, 7296, 8772, 10435, 7281, 10121, 7457, 9098, 11225, 7203, 9581, 7318, 8421, 9289, 7197, 10476, 7345, 8797, 7401, 6866, 10157, 7474, 10362, 8489, 9678, 10033, 8348, 6739, 8387, 8846, 7523, 10922, 7536, 10189, 9706, 8005, 12753, 7881, 10048, 7268, 7794, 11373, 7132, 10090, 7355, 8969, 11377, 7331, 10424, 7298, 8567, 11643, 7360, 10430, 7256, 8936, 10545, 7457, 10557, 7060, 7916, 8860, 7022, 10715, 7388, 9566, 7171, 7968, 9290, 7269, 9580, 7434, 8937, 11099, 7360, 9843, 7426, 8379, 7609, 7513, 10512, 7017, 9166, 7331, 8262, 11581, 7966, 9745, 7144, 7515, 10483, 7463, 10496, 8232, 8305, 11489, 7258, 9521, 7670, 7362, 10946, 7365, 9710, 10184, 7420, 10319, 7376, 8204, 7870, 7171, 10903, 7416, 10434, 7844, 8163, 10865, 7526, 10555, 8269, 8151, 10736, 7062, 9442, 7476, 7951, 11229, 7545, 9485, 7223, 7562, 10218, 7161, 9946, 9377, 7493, 10583, 6957, 8548, 10314, 7169, 9943, 6969, 8016, 10688, 7289, 9363, 7003, 7488, 9787, 7373, 9953, 7763, 8654, 10532, 7047, 9942, 7187, 9266, 7295, 8829, 11871, 7793, 10267, 7476, 9149, 9573, 7298, 10680, 7392, 9615, 8051, 7445, 10948, 7181, 10269, 8583, 8915, 9171, 7401, 6987, 7905, 11091, 7345, 10588, 7731, 9774, 10805, 7416, 8610, 7198, 10121, 7335, 9247, 7979, 7090, 10709, 7621, 9846, 7140, 7988, 7160, 7295, 9821, 6880, 10285, 7666, 9171, 7067, 8114, 10890, 7264, 10544, 7494, 8550, 11562, 7663, 10243, 7055, 7627, 11565, 7069, 10397, 7222, 8829, 7075, 7461, 11137, 7015, 9979, 7448, 8912, 12478, 7212, 9417, 7177, 9592, 7331, 9963, 8050, 8737, 11945, 7397, 10202, 7287, 9775, 7440, 9890, 9430, 8268, 9235, 7484, 10860, 7596, 10817, 11027, 7717, 11041, 7468, 9168, 7832, 7418, 10826, 7389, 9143, 7328, 7095, 9668, 6866, 8583, 7220, 7011, 10192, 7021, 9507, 7004, 7678, 7891, 7127, 10115, 7355, 10027, 7526, 7695, 10877, 7056, 10092, 9658, 7379, 11031, 6998, 8333, 11113, 7507, 10473, 7632, 8250, 8411, 6844, 10059, 7040, 9003, 8180, 7429, 10673, 8118, 9416, 7449, 7115, 11049, 7484, 10566, 8911, 7960, 7044, 6983, 10210, 6937, 9723, 7553, 8079, 10767, 7172, 9602, 7330, 7463, 10551, 7275, 10411, 9896, 7561, 10458, 6763, 7676, 8708, 7042, 10277, 6752, 7909, 7508, 6949, 9579, 7280, 8987, 7577, 7914, 11075, 7398, 10096, 7049, 9302, 10072, 8457, 11699, 7817, 9516, 8322, 7221, 11470, 7344, 10534, 9955, 7477, 10775, 7185, 9297, 6900, 8407, 11019, 7430, 9739, 7062, 7864, 10766, 7083, 10952, 7662, 8532, 9236, 7332, 10434, 7708, 10599, 12527, 9343, 11075, 7408, 10435, 7165, 9261, 7294, 7920, 10585, 7275, 10199, 7683, 8163, 11311, 7481, 10238, 7559, 7780, 10868, 7203, 9638, 7296, 7818, 10416, 7120, 8669, 6881, 7365, 8321, 6928, 9701, 6898, 9699, 7231, 10001, 8453, 7728, 10931, 7204, 10005, 7363, 7701, 11259, 7583, 9628, 7050, 7719, 10252, 7036, 8798, 7357, 7289, 8178, 6935, 9659, 6989, 7606, 10319, 7266, 9862, 7007, 7965, 9172, 7063, 9999, 7151, 8911, 7917, 7303, 9721, 7068, 9576, 7201, 8790, 10891, 7270, 10651, 7331, 10263, 7803, 8975, 10376, 7461, 10825, 7317, 10416, 7545, 9203, 12352, 8130, 11080, 7333, 8225, 9263, 7148, 10468, 7078, 8779, 10838, 7414, 10076, 6935, 7817, 9130, 7342, 10110, 7022, 8295, 8649, 7153, 9986, 7056, 8899, 7933, 7181, 10001, 7039, 8241, 7568, 7334, 10408, 7795, 8933, 7499, 7220, 10404, 7188, 10351, 7658, 8226, 10988, 7268, 10384, 7138, 8770, 11163, 7407, 10793, 8394, 8220, 11346, 7113, 9511, 7551, 7205, 10762, 7292, 9744, 9956, 7239, 10342, 7055, 8099, 10328, 7460, 9399, 6964, 7371, 9486, 7464, 7772, 7081, 6968, 9933, 7302, 8972, 7541, 7249, 10572, 7072, 9851, 10109, 7300, 10826, 6841, 8161, 9169, 7119, 10810, 7742, 9077, 8894, 7107, 10466, 6884, 8875, 10469, 7332, 10684, 7409, 8006, 11361, 7383, 10163, 7522], 'WindowCenter': [4210.0, 4134.0, 4153.0, 4095.0, 4106.0, 4136.0, 4085.0, 4126.0, 4134.0, 4085.0, 4134.0, 4095.0, 4127.0, 4092.0, 4086.0, 4124.0, 4086.0, 4128.0, 4115.0, 4099.0, 4150.0, 4098.0, 4128.0, 4126.0, 4098.0, 4159.0, 4108.0, 4159.0, 4109.0, 4141.0, 4129.0, 4109.0, 4149.0, 4109.0, 4152.0, 4158.0, 4108.0, 4147.0, 4096.0, 4128.0, 4134.0, 4105.0, 4147.0, 4083.0, 4104.0, 4144.0, 4083.0, 4135.0, 4094.0, 4105.0, 4135.0, 4095.0, 4127.0, 4105.0, 4118.0, 4149.0, 4108.0, 4140.0, 4107.0, 4118.0, 4147.0, 4086.0, 4137.0, 4106.0, 4117.0, 4147.0, 4084.0, 4125.0, 4083.0, 4116.0, 4146.0, 4096.0, 4127.0, 4084.0, 4095.0, 4133.0, 4085.0, 4138.0, 4097.0, 4129.0, 4148.0, 4096.0, 4137.0, 4095.0, 4139.0, 4150.0, 4119.0, 4170.0, 4119.0, 4108.0, 4109.0, 4151.0, 4110.0, 4161.0, 4099.0, 4129.0, 4135.0, 4098.0, 4150.0, 4096.0, 4140.0, 4146.0, 4106.0, 4145.0, 4091.0, 4123.0, 4099.0, 4091.0, 4143.0, 4092.0, 4113.0, 4090.0, 4078.0, 4119.0, 4069.0, 4112.0, 4089.0, 4070.0, 4109.0, 4080.0, 4110.0, 4080.0, 4112.0, 4102.0, 4083.0, 4122.0, 4081.0, 4114.0, 4081.0, 4095.0, 4135.0, 4093.0, 4113.0, 4095.0, 4116.0, 4113.0, 4085.0, 4133.0, 4094.0, 4137.0, 4107.0, 4107.0, 4145.0, 4096.0, 4138.0, 4106.0, 4139.0, 4168.0, 4107.0, 4139.0, 4107.0, 4127.0, 4147.0, 4098.0, 4149.0, 4096.0, 4128.0, 4105.0, 4096.0, 4135.0, 4095.0, 4127.0, 4127.0, 4097.0, 4148.0, 4108.0, 4138.0, 4108.0, 4109.0, 4147.0, 4108.0, 4152.0, 4127.0, 4129.0, 4157.0, 4098.0, 4148.0, 4094.0, 4140.0, 4168.0, 4117.0, 4147.0, 4095.0, 4116.0, 4134.0, 4084.0, 4134.0, 4093.0, 4137.0, 4135.0, 4095.0, 4135.0, 4095.0, 4127.0, 4103.0, 4095.0, 4147.0, 4095.0, 4127.0, 4094.0, 4096.0, 4135.0, 4094.0, 4137.0, 4126.0, 4107.0, 4148.0, 4096.0, 4128.0, 4095.0, 4097.0, 4148.0, 4109.0, 4149.0, 4095.0, 4128.0, 4146.0, 4098.0, 4148.0, 4107.0, 4138.0, 4146.0, 4095.0, 4148.0, 4093.0, 4128.0, 4167.0, 4106.0, 4136.0, 4106.0, 4108.0, 4146.0, 4097.0, 4138.0, 4096.0, 4119.0, 4157.0, 4095.0, 4137.0, 4097.0, 4127.0, 4126.0, 4095.0, 4147.0, 4096.0, 4128.0, 4096.0, 4097.0, 4136.0, 4095.0, 4139.0, 4136.0, 4106.0, 4135.0, 4084.0, 4127.0, 4094.0, 4095.0, 4145.0, 4107.0, 4128.0, 4104.0, 4097.0, 4137.0, 4097.0, 4149.0, 4097.0, 4119.0, 4107.0, 4109.0, 4128.0, 4111.0, 4160.0, 4109.0, 4151.0, 4119.0, 4121.0, 4149.0, 4097.0, 4152.0, 4129.0, 4120.0, 4158.0, 4096.0, 4150.0, 4116.0, 4108.0, 4145.0, 4094.0, 4137.0, 4094.0, 4116.0, 4167.0, 4095.0, 4136.0, 4095.0, 4116.0, 4134.0, 4095.0, 4148.0, 4096.0, 4126.0, 4145.0, 4095.0, 4126.0, 4093.0, 4115.0, 4127.0, 4099.0, 4148.0, 4097.0, 4129.0, 4096.0, 4089.0, 4149.0, 4109.0, 4162.0, 4131.0, 4152.0, 4149.0, 4130.0, 4100.0, 4131.0, 4128.0, 4109.0, 4149.0, 4106.0, 4150.0, 4126.0, 4119.0, 4158.0, 4106.0, 4137.0, 4083.0, 4092.0, 4142.0, 4072.0, 4124.0, 4083.0, 4115.0, 4134.0, 4083.0, 4134.0, 4082.0, 4103.0, 4132.0, 4071.0, 4121.0, 4067.0, 4102.0, 4120.0, 4080.0, 4121.0, 4070.0, 4092.0, 4100.0, 4071.0, 4133.0, 4083.0, 4124.0, 4083.0, 4105.0, 4124.0, 4096.0, 4136.0, 4095.0, 4129.0, 4147.0, 4096.0, 4136.0, 4095.0, 4118.0, 4106.0, 4108.0, 4147.0, 4097.0, 4140.0, 4096.0, 4119.0, 4159.0, 4119.0, 4140.0, 4098.0, 4110.0, 4145.0, 4099.0, 4151.0, 4117.0, 4119.0, 4158.0, 4098.0, 4139.0, 4106.0, 4098.0, 4149.0, 4098.0, 4141.0, 4149.0, 4099.0, 4148.0, 4097.0, 4117.0, 4105.0, 4097.0, 4160.0, 4109.0, 4150.0, 4107.0, 4119.0, 4147.0, 4107.0, 4147.0, 4117.0, 4108.0, 4145.0, 4085.0, 4137.0, 4094.0, 4107.0, 4147.0, 4096.0, 4137.0, 4096.0, 4107.0, 4134.0, 4084.0, 4138.0, 4125.0, 4094.0, 4137.0, 4085.0, 4116.0, 4135.0, 4085.0, 4136.0, 4083.0, 4108.0, 4146.0, 4097.0, 4126.0, 4083.0, 4095.0, 4136.0, 4096.0, 4151.0, 4119.0, 4128.0, 4147.0, 4095.0, 4137.0, 4099.0, 4140.0, 4096.0, 4128.0, 4160.0, 4109.0, 4150.0, 4098.0, 4139.0, 4137.0, 4097.0, 4147.0, 4096.0, 4137.0, 4105.0, 4097.0, 4147.0, 4086.0, 4150.0, 4131.0, 4141.0, 4136.0, 4108.0, 4098.0, 4120.0, 4159.0, 4108.0, 4151.0, 4121.0, 4153.0, 4148.0, 4096.0, 4117.0, 4086.0, 4147.0, 4096.0, 4127.0, 4103.0, 4086.0, 4148.0, 4095.0, 4137.0, 4085.0, 4104.0, 4084.0, 4096.0, 4134.0, 4086.0, 4148.0, 4095.0, 4125.0, 4084.0, 4107.0, 4146.0, 4094.0, 4136.0, 4083.0, 4116.0, 4145.0, 4095.0, 4135.0, 4073.0, 4095.0, 4156.0, 4083.0, 4136.0, 4096.0, 4127.0, 4085.0, 4097.0, 4146.0, 4098.0, 4151.0, 4109.0, 4140.0, 4169.0, 4096.0, 4136.0, 4099.0, 4137.0, 4110.0, 4149.0, 4118.0, 4132.0, 4160.0, 4108.0, 4148.0, 4098.0, 4149.0, 4107.0, 4150.0, 4129.0, 4118.0, 4126.0, 4098.0, 4150.0, 4094.0, 4149.0, 4135.0, 4095.0, 4133.0, 4083.0, 4115.0, 4082.0, 4083.0, 4133.0, 4083.0, 4123.0, 4083.0, 4084.0, 4124.0, 4075.0, 4116.0, 4093.0, 4087.0, 4148.0, 4098.0, 4136.0, 4097.0, 4108.0, 4105.0, 4096.0, 4147.0, 4097.0, 4138.0, 4096.0, 4107.0, 4146.0, 4082.0, 4135.0, 4125.0, 4094.0, 4135.0, 4084.0, 4117.0, 4146.0, 4095.0, 4137.0, 4095.0, 4116.0, 4104.0, 4086.0, 4136.0, 4084.0, 4128.0, 4115.0, 4098.0, 4146.0, 4106.0, 4127.0, 4095.0, 4087.0, 4146.0, 4094.0, 4148.0, 4114.0, 4105.0, 4086.0, 4097.0, 4147.0, 4097.0, 4138.0, 4108.0, 4120.0, 4148.0, 4097.0, 4138.0, 4095.0, 4097.0, 4147.0, 4096.0, 4148.0, 4137.0, 4095.0, 4146.0, 4075.0, 4094.0, 4114.0, 4083.0, 4137.0, 4075.0, 4107.0, 4095.0, 4098.0, 4136.0, 4108.0, 4141.0, 4107.0, 4121.0, 4160.0, 4110.0, 4149.0, 4096.0, 4140.0, 4138.0, 4119.0, 4157.0, 4106.0, 4136.0, 4104.0, 4096.0, 4157.0, 4097.0, 4148.0, 4136.0, 4095.0, 4146.0, 4085.0, 4126.0, 4085.0, 4117.0, 4146.0, 4097.0, 4137.0, 4085.0, 4106.0, 4145.0, 4096.0, 4147.0, 4105.0, 4127.0, 4128.0, 4096.0, 4148.0, 4094.0, 4149.0, 4170.0, 4153.0, 4159.0, 4097.0, 4147.0, 4084.0, 4127.0, 4094.0, 4107.0, 4136.0, 4095.0, 4137.0, 4093.0, 4105.0, 4142.0, 4083.0, 4122.0, 4079.0, 4080.0, 4120.0, 4068.0, 4111.0, 4068.0, 4091.0, 4132.0, 4071.0, 4102.0, 4070.0, 4092.0, 4103.0, 4084.0, 4125.0, 4085.0, 4135.0, 4093.0, 4138.0, 4104.0, 4096.0, 4135.0, 4082.0, 4125.0, 4081.0, 4095.0, 4145.0, 4092.0, 4126.0, 4081.0, 4093.0, 4134.0, 4082.0, 4116.0, 4095.0, 4097.0, 4115.0, 4097.0, 4136.0, 4084.0, 4106.0, 4134.0, 4108.0, 4137.0, 4085.0, 4119.0, 4125.0, 4096.0, 4147.0, 4087.0, 4129.0, 4107.0, 4106.0, 4136.0, 4098.0, 4151.0, 4109.0, 4130.0, 4160.0, 4107.0, 4148.0, 4097.0, 4150.0, 4107.0, 4129.0, 4148.0, 4109.0, 4148.0, 4098.0, 4148.0, 4104.0, 4139.0, 4159.0, 4107.0, 4147.0, 4095.0, 4116.0, 4124.0, 4084.0, 4134.0, 4083.0, 4116.0, 4146.0, 4095.0, 4136.0, 4084.0, 4107.0, 4124.0, 4095.0, 4149.0, 4086.0, 4117.0, 4115.0, 4097.0, 4137.0, 4097.0, 4138.0, 4117.0, 4099.0, 4137.0, 4096.0, 4118.0, 4106.0, 4109.0, 4158.0, 4106.0, 4139.0, 4097.0, 4111.0, 4146.0, 4096.0, 4149.0, 4107.0, 4118.0, 4147.0, 4096.0, 4150.0, 4086.0, 4126.0, 4146.0, 4096.0, 4147.0, 4105.0, 4115.0, 4134.0, 4084.0, 4125.0, 4092.0, 4093.0, 4134.0, 4082.0, 4135.0, 4124.0, 4094.0, 4134.0, 4083.0, 4116.0, 4132.0, 4094.0, 4126.0, 4082.0, 4096.0, 4134.0, 4097.0, 4106.0, 4096.0, 4098.0, 4147.0, 4107.0, 4128.0, 4106.0, 4108.0, 4148.0, 4098.0, 4151.0, 4136.0, 4097.0, 4147.0, 4085.0, 4116.0, 4124.0, 4095.0, 4148.0, 4107.0, 4127.0, 4125.0, 4097.0, 4147.0, 4096.0, 4129.0, 4148.0, 4095.0, 4147.0, 4097.0, 4118.0, 4156.0, 4108.0, 4151.0, 4122.0], 'WindowWidth': [9320.0, 9203.0, 9223.0, 9136.0, 9151.0, 9189.0, 9118.0, 9176.0, 9182.0, 9121.0, 9183.0, 9131.0, 9176.0, 9125.0, 9121.0, 9169.0, 9121.0, 9181.0, 9159.0, 9143.0, 9212.0, 9142.0, 9183.0, 9176.0, 9142.0, 9224.0, 9156.0, 9226.0, 9158.0, 9201.0, 9183.0, 9157.0, 9211.0, 9157.0, 9218.0, 9221.0, 9153.0, 9205.0, 9133.0, 9178.0, 9180.0, 9144.0, 9204.0, 9113.0, 9141.0, 9194.0, 9113.0, 9185.0, 9129.0, 9146.0, 9185.0, 9133.0, 9177.0, 9147.0, 9167.0, 9209.0, 9154.0, 9198.0, 9150.0, 9167.0, 9203.0, 9120.0, 9192.0, 9145.0, 9164.0, 9202.0, 9115.0, 9172.0, 9112.0, 9162.0, 9203.0, 9134.0, 9175.0, 9114.0, 9132.0, 9181.0, 9120.0, 9196.0, 9141.0, 9184.0, 9207.0, 9135.0, 9189.0, 9133.0, 9196.0, 9213.0, 9170.0, 9241.0, 9171.0, 9156.0, 9161.0, 9216.0, 9163.0, 9230.0, 9143.0, 9184.0, 9186.0, 9142.0, 9212.0, 9136.0, 9199.0, 9201.0, 9147.0, 9196.0, 9119.0, 9163.0, 9125.0, 9120.0, 9192.0, 9119.0, 9149.0, 9113.0, 9098.0, 9152.0, 9086.0, 9145.0, 9112.0, 9088.0, 9137.0, 9102.0, 9142.0, 9103.0, 9149.0, 9135.0, 9113.0, 9161.0, 9106.0, 9153.0, 9105.0, 9131.0, 9184.0, 9124.0, 9150.0, 9129.0, 9160.0, 9153.0, 9117.0, 9181.0, 9130.0, 9190.0, 9149.0, 9150.0, 9199.0, 9136.0, 9195.0, 9148.0, 9199.0, 9235.0, 9153.0, 9197.0, 9151.0, 9179.0, 9205.0, 9141.0, 9210.0, 9135.0, 9180.0, 9143.0, 9134.0, 9186.0, 9133.0, 9179.0, 9178.0, 9140.0, 9209.0, 9154.0, 9195.0, 9153.0, 9157.0, 9207.0, 9157.0, 9220.0, 9180.0, 9185.0, 9220.0, 9140.0, 9208.0, 9130.0, 9198.0, 9234.0, 9163.0, 9201.0, 9129.0, 9162.0, 9181.0, 9115.0, 9182.0, 9126.0, 9190.0, 9183.0, 9132.0, 9184.0, 9131.0, 9177.0, 9140.0, 9133.0, 9204.0, 9131.0, 9175.0, 9128.0, 9134.0, 9184.0, 9129.0, 9190.0, 9175.0, 9151.0, 9205.0, 9137.0, 9179.0, 9131.0, 9138.0, 9206.0, 9157.0, 9210.0, 9135.0, 9181.0, 9201.0, 9140.0, 9207.0, 9150.0, 9193.0, 9201.0, 9133.0, 9205.0, 9128.0, 9181.0, 9232.0, 9148.0, 9189.0, 9148.0, 9152.0, 9202.0, 9137.0, 9193.0, 9134.0, 9169.0, 9219.0, 9134.0, 9189.0, 9137.0, 9179.0, 9174.0, 9133.0, 9205.0, 9134.0, 9180.0, 9134.0, 9137.0, 9189.0, 9132.0, 9198.0, 9188.0, 9148.0, 9186.0, 9117.0, 9176.0, 9129.0, 9133.0, 9200.0, 9151.0, 9180.0, 9141.0, 9139.0, 9190.0, 9138.0, 9212.0, 9138.0, 9173.0, 9154.0, 9158.0, 9182.0, 9163.0, 9227.0, 9158.0, 9217.0, 9170.0, 9175.0, 9212.0, 9140.0, 9220.0, 9184.0, 9171.0, 9220.0, 9136.0, 9213.0, 9161.0, 9152.0, 9201.0, 9131.0, 9189.0, 9129.0, 9162.0, 9229.0, 9132.0, 9186.0, 9132.0, 9160.0, 9181.0, 9133.0, 9208.0, 9136.0, 9175.0, 9197.0, 9133.0, 9175.0, 9128.0, 9161.0, 9175.0, 9143.0, 9208.0, 9139.0, 9183.0, 9133.0, 9131.0, 9208.0, 9158.0, 9236.0, 9190.0, 9219.0, 9211.0, 9188.0, 9149.0, 9189.0, 9182.0, 9157.0, 9211.0, 9148.0, 9212.0, 9173.0, 9169.0, 9221.0, 9147.0, 9191.0, 9111.0, 9122.0, 9186.0, 9095.0, 9165.0, 9110.0, 9155.0, 9177.0, 9109.0, 9178.0, 9106.0, 9136.0, 9172.0, 9089.0, 9156.0, 9079.0, 9133.0, 9153.0, 9102.0, 9156.0, 9088.0, 9120.0, 9126.0, 9093.0, 9177.0, 9113.0, 9168.0, 9114.0, 9146.0, 9167.0, 9134.0, 9188.0, 9132.0, 9184.0, 9205.0, 9134.0, 9188.0, 9131.0, 9167.0, 9148.0, 9156.0, 9206.0, 9139.0, 9198.0, 9136.0, 9170.0, 9226.0, 9170.0, 9200.0, 9141.0, 9159.0, 9202.0, 9142.0, 9217.0, 9165.0, 9169.0, 9221.0, 9140.0, 9196.0, 9148.0, 9142.0, 9210.0, 9140.0, 9203.0, 9210.0, 9142.0, 9208.0, 9138.0, 9165.0, 9146.0, 9140.0, 9228.0, 9157.0, 9212.0, 9151.0, 9170.0, 9205.0, 9151.0, 9206.0, 9163.0, 9152.0, 9200.0, 9119.0, 9190.0, 9130.0, 9150.0, 9204.0, 9134.0, 9190.0, 9133.0, 9150.0, 9183.0, 9116.0, 9193.0, 9169.0, 9130.0, 9189.0, 9119.0, 9160.0, 9183.0, 9118.0, 9187.0, 9113.0, 9153.0, 9202.0, 9137.0, 9175.0, 9116.0, 9135.0, 9189.0, 9137.0, 9219.0, 9171.0, 9181.0, 9203.0, 9135.0, 9191.0, 9144.0, 9200.0, 9136.0, 9183.0, 9225.0, 9158.0, 9212.0, 9142.0, 9198.0, 9190.0, 9139.0, 9204.0, 9134.0, 9192.0, 9146.0, 9137.0, 9204.0, 9123.0, 9215.0, 9190.0, 9203.0, 9189.0, 9156.0, 9145.0, 9176.0, 9223.0, 9156.0, 9216.0, 9177.0, 9224.0, 9208.0, 9135.0, 9162.0, 9123.0, 9203.0, 9135.0, 9178.0, 9140.0, 9121.0, 9206.0, 9133.0, 9189.0, 9120.0, 9143.0, 9117.0, 9136.0, 9185.0, 9124.0, 9207.0, 9133.0, 9172.0, 9118.0, 9152.0, 9200.0, 9128.0, 9186.0, 9110.0, 9160.0, 9198.0, 9130.0, 9183.0, 9098.0, 9131.0, 9217.0, 9116.0, 9185.0, 9135.0, 9178.0, 9119.0, 9139.0, 9203.0, 9144.0, 9216.0, 9159.0, 9201.0, 9237.0, 9137.0, 9191.0, 9144.0, 9193.0, 9161.0, 9213.0, 9169.0, 9191.0, 9228.0, 9155.0, 9208.0, 9142.0, 9210.0, 9154.0, 9213.0, 9181.0, 9168.0, 9176.0, 9141.0, 9212.0, 9130.0, 9210.0, 9184.0, 9130.0, 9178.0, 9112.0, 9156.0, 9109.0, 9112.0, 9180.0, 9112.0, 9165.0, 9111.0, 9116.0, 9167.0, 9105.0, 9161.0, 9125.0, 9124.0, 9208.0, 9142.0, 9189.0, 9137.0, 9154.0, 9145.0, 9135.0, 9206.0, 9137.0, 9193.0, 9133.0, 9151.0, 9200.0, 9111.0, 9187.0, 9169.0, 9129.0, 9183.0, 9116.0, 9163.0, 9198.0, 9129.0, 9189.0, 9131.0, 9161.0, 9141.0, 9121.0, 9186.0, 9118.0, 9180.0, 9158.0, 9140.0, 9203.0, 9148.0, 9177.0, 9131.0, 9125.0, 9200.0, 9130.0, 9207.0, 9156.0, 9146.0, 9123.0, 9139.0, 9204.0, 9138.0, 9196.0, 9153.0, 9173.0, 9210.0, 9140.0, 9196.0, 9132.0, 9138.0, 9204.0, 9134.0, 9207.0, 9188.0, 9133.0, 9200.0, 9104.0, 9130.0, 9156.0, 9116.0, 9189.0, 9105.0, 9151.0, 9134.0, 9143.0, 9191.0, 9156.0, 9202.0, 9154.0, 9176.0, 9228.0, 9159.0, 9210.0, 9136.0, 9199.0, 9193.0, 9168.0, 9221.0, 9148.0, 9188.0, 9140.0, 9134.0, 9218.0, 9138.0, 9208.0, 9186.0, 9133.0, 9199.0, 9120.0, 9176.0, 9117.0, 9164.0, 9203.0, 9137.0, 9190.0, 9120.0, 9149.0, 9199.0, 9136.0, 9203.0, 9147.0, 9180.0, 9180.0, 9135.0, 9208.0, 9129.0, 9212.0, 9241.0, 9225.0, 9223.0, 9137.0, 9205.0, 9118.0, 9177.0, 9130.0, 9152.0, 9186.0, 9131.0, 9189.0, 9126.0, 9144.0, 9191.0, 9110.0, 9163.0, 9100.0, 9102.0, 9156.0, 9085.0, 9145.0, 9084.0, 9119.0, 9175.0, 9093.0, 9134.0, 9091.0, 9124.0, 9138.0, 9117.0, 9171.0, 9120.0, 9186.0, 9128.0, 9194.0, 9141.0, 9134.0, 9186.0, 9111.0, 9172.0, 9107.0, 9130.0, 9200.0, 9124.0, 9174.0, 9107.0, 9128.0, 9180.0, 9112.0, 9161.0, 9133.0, 9138.0, 9158.0, 9139.0, 9189.0, 9117.0, 9148.0, 9184.0, 9154.0, 9191.0, 9121.0, 9170.0, 9173.0, 9136.0, 9204.0, 9124.0, 9183.0, 9152.0, 9152.0, 9192.0, 9142.0, 9216.0, 9160.0, 9188.0, 9226.0, 9155.0, 9208.0, 9138.0, 9212.0, 9152.0, 9183.0, 9207.0, 9159.0, 9209.0, 9142.0, 9209.0, 9145.0, 9196.0, 9224.0, 9150.0, 9205.0, 9132.0, 9162.0, 9168.0, 9116.0, 9184.0, 9113.0, 9163.0, 9201.0, 9133.0, 9188.0, 9116.0, 9150.0, 9169.0, 9135.0, 9212.0, 9122.0, 9165.0, 9159.0, 9138.0, 9192.0, 9140.0, 9197.0, 9165.0, 9143.0, 9191.0, 9137.0, 9169.0, 9149.0, 9158.0, 9223.0, 9152.0, 9196.0, 9139.0, 9163.0, 9205.0, 9136.0, 9212.0, 9151.0, 9170.0, 9207.0, 9137.0, 9214.0, 9123.0, 9176.0, 9202.0, 9136.0, 9207.0, 9145.0, 9159.0, 9183.0, 9114.0, 9171.0, 9121.0, 9127.0, 9183.0, 9110.0, 9187.0, 9169.0, 9130.0, 9182.0, 9114.0, 9162.0, 9179.0, 9131.0, 9176.0, 9112.0, 9134.0, 9183.0, 9138.0, 9150.0, 9135.0, 9144.0, 9207.0, 9153.0, 9182.0, 9149.0, 9156.0, 9207.0, 9139.0, 9217.0, 9188.0, 9137.0, 9203.0, 9119.0, 9163.0, 9172.0, 9135.0, 9208.0, 9152.0, 9179.0, 9172.0, 9137.0, 9205.0, 9136.0, 9184.0, 9208.0, 9135.0, 9208.0, 9139.0, 9168.0, 9217.0, 9154.0, 9217.0, 9181.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.0001504707233065442</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.02376867841561424</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.90084217125288</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.1447678988735634</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9620004940000009</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4724</td></tr>
|
|
<tr><td colspan=3>fber</td><td>4361.8813</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.08234911119378871</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>7</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>0.8036739380022963</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.473730337429847</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.466522668466244</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6670387545946594</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2876295892286374</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00754102</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01891014724969864</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.018307683989405632</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>871</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.7124411454692647</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>36.0466</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>50.1531</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>176.2548</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>54.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>302272.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>733.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>339.1301</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.3143</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>535.3854</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3314.0863</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3536.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>74272.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>931.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4381.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>952.4666</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>39.49326407496119</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> |