=== 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-0103 --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-0103",
"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-0103_ses-03_task-social_acq-mb8_run-06_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-0103_ses-03_task-social_acq-mb8_run-06_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-06_session-03_subject-0103_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-0103/figures/sub-0103_ses-03_task-social_acq-mb8_run-06_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0103/figures/sub-0103_ses-03_task-social_acq-mb8_run-06_desc-stdev_bold.svg" target="_blank">sub-0103/figures/sub-0103_ses-03_task-social_acq-mb8_run-06_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-06_session-03_subject-0103_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-0103/figures/sub-0103_ses-03_task-social_acq-mb8_run-06_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0103/figures/sub-0103_ses-03_task-social_acq-mb8_run-06_desc-background_bold.svg" target="_blank">sub-0103/figures/sub-0103_ses-03_task-social_acq-mb8_run-06_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-06_session-03_subject-0103_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-0103/figures/sub-0103_ses-03_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0103/figures/sub-0103_ses-03_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" target="_blank">sub-0103/figures/sub-0103_ses-03_task-social_acq-mb8_run-06_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-06_session-03_subject-0103_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-0103/figures/sub-0103_ses-03_task-social_acq-mb8_run-06_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0103/figures/sub-0103_ses-03_task-social_acq-mb8_run-06_desc-carpet_bold.svg" target="_blank">sub-0103/figures/sub-0103_ses-03_task-social_acq-mb8_run-06_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-06_session-03_subject-0103_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-0103/figures/sub-0103_ses-03_task-social_acq-mb8_run-06_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0103/figures/sub-0103_ses-03_task-social_acq-mb8_run-06_desc-mean_bold.svg" target="_blank">sub-0103/figures/sub-0103_ses-03_task-social_acq-mb8_run-06_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-06_session-03_subject-0103_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-0103/figures/sub-0103_ses-03_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0103/figures/sub-0103_ses-03_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" target="_blank">sub-0103/figures/sub-0103_ses-03_task-social_acq-mb8_run-06_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-06_session-03_subject-0103_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-0103/figures/sub-0103_ses-03_task-social_acq-mb8_run-06_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0103/figures/sub-0103_ses-03_task-social_acq-mb8_run-06_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-0103/figures/sub-0103_ses-03_task-social_acq-mb8_run-06_desc-norm_bold.svg" target="_blank">sub-0103/figures/sub-0103_ses-03_task-social_acq-mb8_run-06_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-0103/ses-03/func/sub-0103_ses-03_task-social_acq-mb8_run-06_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>82c46dd0971bc885c47ad240997cb84f</td></tr>
|
|
</table>
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-1">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
|
|
Dataset Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-1" class="table table-sm table-striped">
|
|
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
|
|
<tr><td colspan=2>AcquisitionTime</td><td>21:15:57.955000</td></tr>
|
|
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
|
|
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
|
|
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
|
|
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
|
|
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
|
|
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
|
|
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
|
|
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
|
|
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
|
|
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
|
|
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
|
|
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
|
|
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.998195, 0.0408599, 0.0440112, -0.0336367, 0.987513, -0.153908]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-06_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.0820545</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-06_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>18</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4227, -7721, -7273, 230, -173, -190, -146, 81]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>social</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>241.318</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>81d11483-e69f-47c6-a975-53f9da0fec85||Sequence: R016 ve11e/master r/434b28f1; Aug 7 2019 18:53:46 by eja</td></tr>
|
|
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6780846118927, -0.09024490416049957, 0.13432583212852478, 109.98057556152344], [-0.1096242144703865, 2.649423837661743, -0.41080376505851746, -92.1328125], [0.11807893961668015, 0.4129231572151184, 2.66518235206604, -113.23271942138672], [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': ['211557.955000', '211558.415000', '211558.875000', '211559.335000', '211559.795000', '211600.255000', '211600.715000', '211601.175000', '211601.635000', '211602.095000', '211602.555000', '211603.015000', '211603.475000', '211603.935000', '211604.395000', '211604.855000', '211605.315000', '211605.775000', '211606.235000', '211606.695000', '211607.155000', '211607.615000', '211608.075000', '211608.535000', '211608.995000', '211609.455000', '211609.915000', '211610.375000', '211610.835000', '211611.295000', '211611.755000', '211612.215000', '211612.675000', '211613.135000', '211613.595000', '211614.055000', '211614.515000', '211614.975000', '211615.435000', '211615.895000', '211616.355000', '211616.815000', '211617.275000', '211617.735000', '211618.195000', '211618.655000', '211619.115000', '211619.575000', '211620.035000', '211620.495000', '211620.955000', '211621.415000', '211621.875000', '211622.335000', '211622.795000', '211623.255000', '211623.715000', '211624.175000', '211624.635000', '211625.095000', '211625.555000', '211626.015000', '211626.475000', '211626.935000', '211627.395000', '211627.855000', '211628.315000', '211628.775000', '211629.235000', '211629.695000', '211630.155000', '211630.615000', '211631.075000', '211631.535000', '211631.995000', '211632.455000', '211632.915000', '211633.375000', '211633.835000', '211634.295000', '211634.755000', '211635.215000', '211635.675000', '211636.135000', '211636.595000', '211637.055000', '211637.515000', '211637.975000', '211638.435000', '211638.895000', '211639.355000', '211639.815000', '211640.275000', '211640.735000', '211641.195000', '211641.655000', '211642.115000', '211642.575000', '211643.035000', '211643.495000', '211643.955000', '211644.415000', '211644.875000', '211645.335000', '211645.795000', '211646.255000', '211646.715000', '211647.175000', '211647.635000', '211648.095000', '211648.555000', '211649.015000', '211649.475000', '211649.935000', '211650.395000', '211650.855000', '211651.315000', '211651.775000', '211652.235000', '211652.695000', '211653.155000', '211653.615000', '211654.075000', '211654.535000', '211654.995000', '211655.455000', '211655.915000', '211656.375000', '211656.835000', '211657.295000', '211657.755000', '211658.215000', '211658.675000', '211659.135000', '211659.595000', '211700.055000', '211700.515000', '211700.975000', '211701.435000', '211701.895000', '211702.355000', '211702.815000', '211703.275000', '211703.735000', '211704.195000', '211704.655000', '211705.115000', '211705.575000', '211706.035000', '211706.495000', '211706.955000', '211707.415000', '211707.875000', '211708.335000', '211708.795000', '211709.255000', '211709.715000', '211710.175000', '211710.635000', '211711.095000', '211711.555000', '211712.015000', '211712.475000', '211712.935000', '211713.395000', '211713.855000', '211714.315000', '211714.775000', '211715.235000', '211715.695000', '211716.155000', '211716.615000', '211717.075000', '211717.535000', '211717.995000', '211718.455000', '211718.915000', '211719.375000', '211719.835000', '211720.295000', '211720.755000', '211721.215000', '211721.675000', '211722.135000', '211722.595000', '211723.055000', '211723.515000', '211723.975000', '211724.435000', '211724.895000', '211725.355000', '211725.815000', '211726.275000', '211726.735000', '211727.195000', '211727.655000', '211728.115000', '211728.575000', '211729.035000', '211729.495000', '211729.955000', '211730.415000', '211730.875000', '211731.335000', '211731.795000', '211732.255000', '211732.715000', '211733.175000', '211733.635000', '211734.095000', '211734.555000', '211735.015000', '211735.475000', '211735.935000', '211736.395000', '211736.855000', '211737.315000', '211737.775000', '211738.235000', '211738.695000', '211739.155000', '211739.615000', '211740.075000', '211740.535000', '211740.995000', '211741.455000', '211741.915000', '211742.375000', '211742.835000', '211743.295000', '211743.755000', '211744.215000', '211744.675000', '211745.135000', '211745.595000', '211746.055000', '211746.515000', '211746.975000', '211747.435000', '211747.895000', '211748.355000', '211748.815000', '211749.275000', '211749.735000', '211750.195000', '211750.655000', '211751.115000', '211751.575000', '211752.035000', '211752.495000', '211752.955000', '211753.415000', '211753.875000', '211754.335000', '211754.795000', '211755.255000', '211755.715000', '211756.175000', '211756.635000', '211757.095000', '211757.555000', '211758.015000', '211758.475000', '211758.935000', '211759.395000', '211759.855000', '211800.315000', '211800.775000', '211801.235000', '211801.695000', '211802.155000', '211802.615000', '211803.075000', '211803.535000', '211803.995000', '211804.455000', '211804.915000', '211805.375000', '211805.835000', '211806.295000', '211806.755000', '211807.215000', '211807.675000', '211808.135000', '211808.595000', '211809.055000', '211809.515000', '211809.975000', '211810.435000', '211810.895000', '211811.355000', '211811.815000', '211812.275000', '211812.735000', '211813.195000', '211813.655000', '211814.115000', '211814.575000', '211815.035000', '211815.495000', '211815.955000', '211816.415000', '211816.875000', '211817.335000', '211817.795000', '211818.255000', '211818.715000', '211819.175000', '211819.635000', '211820.095000', '211820.555000', '211821.015000', '211821.475000', '211821.935000', '211822.395000', '211822.855000', '211823.315000', '211823.775000', '211824.235000', '211824.695000', '211825.155000', '211825.615000', '211826.075000', '211826.535000', '211826.995000', '211827.455000', '211827.915000', '211828.375000', '211828.835000', '211829.295000', '211829.755000', '211830.215000', '211830.675000', '211831.135000', '211831.595000', '211832.055000', '211832.515000', '211832.975000', '211833.435000', '211833.895000', '211834.355000', '211834.815000', '211835.275000', '211835.735000', '211836.195000', '211836.655000', '211837.115000', '211837.575000', '211838.035000', '211838.495000', '211838.955000', '211839.415000', '211839.875000', '211840.335000', '211840.795000', '211841.255000', '211841.715000', '211842.175000', '211842.635000', '211843.095000', '211843.555000', '211844.015000', '211844.475000', '211844.935000', '211845.395000', '211845.855000', '211846.315000', '211846.775000', '211847.235000', '211847.695000', '211848.155000', '211848.615000', '211849.075000', '211849.535000', '211849.995000', '211850.455000', '211850.915000', '211851.375000', '211851.835000', '211852.295000', '211852.755000', '211853.215000', '211853.675000', '211854.135000', '211854.595000', '211855.055000', '211855.515000', '211855.975000', '211856.435000', '211856.895000', '211857.355000', '211857.815000', '211858.275000', '211858.735000', '211859.195000', '211859.655000', '211900.115000', '211900.575000', '211901.035000', '211901.495000', '211901.955000', '211902.415000', '211902.875000', '211903.335000', '211903.795000', '211904.255000', '211904.715000', '211905.175000', '211905.635000', '211906.095000', '211906.555000', '211907.015000', '211907.475000', '211907.935000', '211908.395000', '211908.855000', '211909.315000', '211909.775000', '211910.235000', '211910.695000', '211911.155000', '211911.615000', '211912.075000', '211912.535000', '211912.995000', '211913.455000', '211913.915000', '211914.375000', '211914.835000', '211915.295000', '211915.755000', '211916.215000', '211916.675000', '211917.135000', '211917.595000', '211918.055000', '211918.515000', '211918.975000', '211919.435000', '211919.895000', '211920.355000', '211920.815000', '211921.275000', '211921.735000', '211922.195000', '211922.655000', '211923.115000', '211923.575000', '211924.035000', '211924.495000', '211924.955000', '211925.415000', '211925.875000', '211926.335000', '211926.795000', '211927.255000', '211927.715000', '211928.175000', '211928.635000', '211929.095000', '211929.555000', '211930.015000', '211930.475000', '211930.935000', '211931.395000', '211931.855000', '211932.315000', '211932.775000', '211933.235000', '211933.695000', '211934.155000', '211934.615000', '211935.075000', '211935.535000', '211935.995000', '211936.455000', '211936.915000', '211937.375000', '211937.835000', '211938.295000', '211938.755000', '211939.215000', '211939.675000', '211940.135000', '211940.595000', '211941.055000', '211941.515000', '211941.975000', '211942.435000', '211942.895000', '211943.355000', '211943.815000', '211944.275000', '211944.735000', '211945.195000', '211945.655000', '211946.115000', '211946.575000', '211947.035000', '211947.495000', '211947.955000', '211948.415000', '211948.875000', '211949.335000', '211949.795000', '211950.255000', '211950.715000', '211951.175000', '211951.635000', '211952.095000', '211952.555000', '211953.015000', '211953.475000', '211953.935000', '211954.395000', '211954.855000', '211955.315000', '211955.775000', '211956.235000', '211956.695000', '211957.155000', '211957.615000', '211958.075000', '211958.535000', '211958.995000', '211959.455000', '211959.915000', '212000.375000', '212000.835000', '212001.295000', '212001.755000', '212002.215000', '212002.675000', '212003.135000', '212003.595000', '212004.055000', '212004.515000', '212004.975000', '212005.435000', '212005.895000', '212006.355000', '212006.815000', '212007.275000', '212007.735000', '212008.195000', '212008.655000', '212009.115000', '212009.575000', '212010.035000', '212010.495000', '212010.955000', '212011.415000', '212011.875000', '212012.335000', '212012.795000', '212013.255000', '212013.715000', '212014.175000', '212014.635000', '212015.095000', '212015.555000', '212016.015000', '212016.475000', '212016.935000', '212017.395000', '212017.855000', '212018.315000', '212018.775000', '212019.235000', '212019.695000', '212020.155000', '212020.615000', '212021.075000', '212021.535000', '212021.995000', '212022.455000', '212022.915000', '212023.375000', '212023.835000', '212024.295000', '212024.755000', '212025.215000', '212025.675000', '212026.135000', '212026.595000', '212027.055000', '212027.515000', '212027.975000', '212028.435000', '212028.895000', '212029.355000', '212029.815000', '212030.275000', '212030.735000', '212031.195000', '212031.655000', '212032.115000', '212032.575000', '212033.035000', '212033.495000', '212033.955000', '212034.415000', '212034.875000', '212035.335000', '212035.795000', '212036.255000', '212036.715000', '212037.175000', '212037.635000', '212038.095000', '212038.555000', '212039.015000', '212039.475000', '212039.935000', '212040.395000', '212040.855000', '212041.315000', '212041.775000', '212042.235000', '212042.695000', '212043.155000', '212043.615000', '212044.075000', '212044.535000', '212044.995000', '212045.455000', '212045.915000', '212046.375000', '212046.835000', '212047.295000', '212047.755000', '212048.215000', '212048.675000', '212049.135000', '212049.595000', '212050.055000', '212050.515000', '212050.975000', '212051.435000', '212051.895000', '212052.355000', '212052.815000', '212053.275000', '212053.735000', '212054.195000', '212054.655000', '212055.115000', '212055.575000', '212056.035000', '212056.495000', '212056.955000', '212057.415000', '212057.875000', '212058.335000', '212058.795000', '212059.255000', '212059.715000', '212100.175000', '212100.635000', '212101.095000', '212101.555000', '212102.015000', '212102.475000', '212102.935000', '212103.395000', '212103.855000', '212104.315000', '212104.775000', '212105.235000', '212105.695000', '212106.155000', '212106.615000', '212107.075000', '212107.535000', '212107.995000', '212108.455000', '212108.915000', '212109.375000', '212109.835000', '212110.295000', '212110.755000', '212111.215000', '212111.675000', '212112.135000', '212112.595000', '212113.055000', '212113.515000', '212113.975000', '212114.435000', '212114.895000', '212115.355000', '212115.815000', '212116.275000', '212116.735000', '212117.195000', '212117.655000', '212118.115000', '212118.575000', '212119.035000', '212119.495000', '212119.955000', '212120.415000', '212120.875000', '212121.335000', '212121.795000', '212122.255000', '212122.715000', '212123.175000', '212123.635000', '212124.095000', '212124.555000', '212125.015000', '212125.475000', '212125.935000', '212126.395000', '212126.855000', '212127.315000', '212127.775000', '212128.235000', '212128.695000', '212129.155000', '212129.615000', '212130.075000', '212130.535000', '212130.995000', '212131.455000', '212131.915000', '212132.375000', '212132.835000', '212133.295000', '212133.755000', '212134.215000', '212134.675000', '212135.135000', '212135.595000', '212136.055000', '212136.515000', '212136.975000', '212137.435000', '212137.895000', '212138.355000', '212138.815000', '212139.275000', '212139.735000', '212140.195000', '212140.655000', '212141.115000', '212141.575000', '212142.035000', '212142.495000', '212142.955000', '212143.415000', '212143.875000', '212144.335000', '212144.795000', '212145.255000', '212145.715000', '212146.175000', '212146.635000', '212147.095000', '212147.555000', '212148.015000', '212148.475000', '212148.935000', '212149.395000', '212149.855000', '212150.315000', '212150.775000', '212151.235000', '212151.695000', '212152.155000', '212152.615000', '212153.075000', '212153.535000', '212153.995000', '212154.455000', '212154.915000', '212155.375000', '212155.835000', '212156.295000', '212156.755000', '212157.215000', '212157.675000', '212158.135000', '212158.595000', '212159.055000', '212159.515000', '212159.975000', '212200.435000', '212200.895000', '212201.355000', '212201.815000', '212202.275000', '212202.735000', '212203.195000', '212203.655000', '212204.115000', '212204.575000', '212205.035000', '212205.495000', '212205.955000', '212206.415000', '212206.875000', '212207.335000', '212207.795000', '212208.255000', '212208.715000', '212209.175000', '212209.635000', '212210.095000', '212210.555000', '212211.015000', '212211.475000', '212211.935000', '212212.395000', '212212.855000', '212213.315000', '212213.775000', '212214.235000', '212214.695000', '212215.155000', '212215.615000', '212216.075000', '212216.535000', '212216.995000', '212217.455000', '212217.915000', '212218.375000', '212218.835000', '212219.295000', '212219.755000', '212220.215000', '212220.675000', '212221.135000', '212221.595000', '212222.055000', '212222.515000', '212222.975000', '212223.435000', '212223.895000', '212224.355000', '212224.815000', '212225.275000', '212225.735000', '212226.195000', '212226.655000', '212227.115000', '212227.575000', '212228.035000', '212228.495000', '212228.955000', '212229.415000', '212229.875000', '212230.335000', '212230.795000', '212231.255000', '212231.715000', '212232.175000', '212232.635000', '212233.095000', '212233.555000', '212234.015000', '212234.475000', '212234.935000', '212235.395000', '212235.855000', '212236.315000', '212236.775000', '212237.235000', '212237.695000', '212238.155000', '212238.615000'], 'ContentTime': ['211611.889000', '211611.892000', '211611.895000', '211611.897000', '211611.900000', '211611.903000', '211611.905000', '211611.908000', '211611.911000', '211611.913000', '211611.916000', '211611.918000', '211611.921000', '211611.923000', '211611.926000', '211611.929000', '211611.931000', '211611.934000', '211611.936000', '211611.939000', '211611.946000', '211611.949000', '211611.951000', '211611.954000', '211611.957000', '211611.959000', '211611.962000', '211611.964000', '211631.851000', '211631.854000', '211631.857000', '211631.859000', '211631.862000', '211631.865000', '211631.867000', '211631.870000', '211631.872000', '211631.875000', '211631.878000', '211631.880000', '211631.883000', '211631.886000', '211631.888000', '211631.891000', '211631.894000', '211631.897000', '211631.903000', '211631.905000', '211631.908000', '211631.911000', '211631.913000', '211631.916000', '211631.918000', '211631.921000', '211631.924000', '211631.926000', '211631.929000', '211631.931000', '211631.934000', '211631.937000', '211631.939000', '211631.942000', '211631.944000', '211631.947000', '211631.950000', '211631.952000', '211631.955000', '211631.957000', '211631.960000', '211631.963000', '211631.965000', '211631.968000', '211651.850000', '211651.853000', '211651.856000', '211651.859000', '211651.861000', '211651.864000', '211651.866000', '211651.869000', '211651.872000', '211651.881000', '211651.884000', '211651.886000', '211651.889000', '211651.892000', '211651.894000', '211651.897000', '211651.899000', '211651.902000', '211651.905000', '211651.907000', '211651.910000', '211651.912000', '211651.915000', '211651.917000', '211651.920000', '211651.923000', '211651.925000', '211651.928000', '211651.931000', '211651.933000', '211651.936000', '211651.938000', '211651.941000', '211651.944000', '211651.946000', '211651.949000', '211651.951000', '211651.954000', '211651.957000', '211651.959000', '211651.962000', '211651.965000', '211651.967000', '211711.850000', '211711.853000', '211711.856000', '211711.858000', '211711.863000', '211711.866000', '211711.868000', '211711.871000', '211711.874000', '211711.877000', '211711.880000', '211711.883000', '211711.885000', '211711.888000', '211711.891000', '211711.893000', '211711.896000', '211711.899000', '211711.901000', '211711.904000', '211711.907000', '211711.909000', '211711.912000', '211711.914000', '211711.917000', '211711.920000', '211711.922000', '211711.925000', '211711.928000', '211711.930000', '211711.933000', '211711.935000', '211711.938000', '211711.941000', '211711.943000', '211711.946000', '211711.949000', '211711.951000', '211711.954000', '211711.956000', '211711.959000', '211711.962000', '211711.964000', '211731.851000', '211731.854000', '211731.857000', '211731.860000', '211731.862000', '211731.865000', '211731.867000', '211731.870000', '211731.873000', '211731.876000', '211731.878000', '211731.881000', '211731.884000', '211731.886000', '211731.889000', '211731.891000', '211731.894000', '211731.897000', '211731.899000', '211731.902000', '211731.904000', '211731.907000', '211731.910000', '211731.912000', '211731.915000', '211731.918000', '211731.920000', '211731.923000', '211731.925000', '211731.928000', '211731.931000', '211731.933000', '211731.936000', '211731.939000', '211731.941000', '211731.944000', '211731.946000', '211731.949000', '211731.952000', '211731.954000', '211731.957000', '211731.960000', '211731.962000', '211731.965000', '211751.852000', '211751.855000', '211751.858000', '211751.861000', '211751.863000', '211751.866000', '211751.869000', '211751.871000', '211751.874000', '211751.877000', '211751.880000', '211751.883000', '211751.885000', '211751.888000', '211751.891000', '211751.893000', '211751.896000', '211751.899000', '211751.901000', '211751.904000', '211751.906000', '211751.909000', '211751.912000', '211751.914000', '211751.924000', '211751.926000', '211751.929000', '211751.931000', '211751.934000', '211751.937000', '211751.939000', '211751.942000', '211751.945000', '211751.947000', '211751.950000', '211751.952000', '211751.955000', '211751.958000', '211751.960000', '211751.963000', '211751.966000', '211751.968000', '211751.971000', '211811.852000', '211811.854000', '211811.857000', '211811.860000', '211811.862000', '211811.865000', '211811.868000', '211811.870000', '211811.873000', '211811.876000', '211811.878000', '211811.881000', '211811.883000', '211811.886000', '211811.888000', '211811.891000', '211811.894000', '211811.896000', '211811.899000', '211811.902000', '211811.905000', '211811.907000', '211811.910000', '211811.912000', '211811.915000', '211811.918000', '211811.920000', '211811.923000', '211811.926000', '211811.928000', '211811.931000', '211811.933000', '211811.936000', '211811.939000', '211811.941000', '211811.944000', '211811.947000', '211811.949000', '211811.952000', '211811.955000', '211811.957000', '211811.960000', '211811.963000', '211811.965000', '211831.851000', '211831.854000', '211831.857000', '211831.859000', '211831.863000', '211831.865000', '211831.868000', '211831.870000', '211831.873000', '211831.876000', '211831.878000', '211831.881000', '211831.884000', '211831.886000', '211831.889000', '211831.891000', '211831.894000', '211831.897000', '211831.899000', '211831.902000', '211831.905000', '211831.907000', '211831.910000', '211831.912000', '211831.915000', '211831.918000', '211831.920000', '211831.923000', '211831.926000', '211831.928000', '211831.931000', '211831.934000', '211831.936000', '211831.939000', '211831.942000', '211831.944000', '211831.947000', '211831.950000', '211831.952000', '211831.955000', '211831.957000', '211831.960000', '211831.963000', '211831.965000', '211851.851000', '211851.866000', '211851.868000', '211851.871000', '211851.874000', '211851.876000', '211851.879000', '211851.882000', '211851.885000', '211851.887000', '211851.890000', '211851.892000', '211851.895000', '211851.898000', '211851.900000', '211851.903000', '211851.905000', '211851.908000', '211851.911000', '211851.914000', '211851.916000', '211851.919000', '211851.922000', '211851.924000', '211851.927000', '211851.930000', '211851.932000', '211851.935000', '211851.938000', '211851.940000', '211851.943000', '211851.946000', '211851.948000', '211851.951000', '211851.954000', '211851.956000', '211851.959000', '211851.961000', '211851.964000', '211851.967000', '211851.969000', '211851.972000', '211851.975000', '211911.850000', '211911.854000', '211911.856000', '211911.859000', '211911.862000', '211911.864000', '211911.867000', '211911.870000', '211911.872000', '211911.875000', '211911.878000', '211911.880000', '211911.883000', '211911.886000', '211911.888000', '211911.891000', '211911.894000', '211911.896000', '211911.899000', '211911.901000', '211911.904000', '211911.907000', '211911.909000', '211911.912000', '211911.916000', '211911.919000', '211911.922000', '211911.925000', '211911.927000', '211911.930000', '211911.932000', '211911.935000', '211911.938000', '211911.940000', '211911.943000', '211911.946000', '211911.948000', '211911.951000', '211911.953000', '211911.956000', '211911.959000', '211911.961000', '211911.964000', '211931.851000', '211931.853000', '211931.856000', '211931.859000', '211931.862000', '211931.864000', '211931.867000', '211931.870000', '211931.872000', '211931.875000', '211931.878000', '211931.880000', '211931.883000', '211931.886000', '211931.888000', '211931.891000', '211931.894000', '211931.896000', '211931.899000', '211931.902000', '211931.929000', '211931.931000', '211931.934000', '211931.937000', '211931.939000', '211931.942000', '211931.945000', '211931.947000', '211931.950000', '211931.952000', '211931.955000', '211931.958000', '211931.960000', '211931.963000', '211931.966000', '211931.969000', '211931.971000', '211931.974000', '211931.976000', '211931.979000', '211931.982000', '211931.984000', '211931.987000', '211931.990000', '211951.852000', '211951.867000', '211951.870000', '211951.872000', '211951.875000', '211951.878000', '211951.882000', '211951.884000', '211951.887000', '211951.889000', '211951.892000', '211951.895000', '211951.897000', '211951.900000', '211951.903000', '211951.905000', '211951.908000', '211951.911000', '211951.913000', '211951.916000', '211951.919000', '211951.921000', '211951.924000', '211951.927000', '211951.929000', '211951.932000', '211951.935000', '211951.937000', '211951.940000', '211951.943000', '211951.945000', '211951.948000', '211951.951000', '211951.953000', '211951.956000', '211951.958000', '211951.961000', '211951.964000', '211951.966000', '211951.969000', '211951.972000', '211951.974000', '211951.977000', '212011.851000', '212011.858000', '212011.861000', '212011.863000', '212011.884000', '212011.887000', '212011.890000', '212011.892000', '212011.895000', '212011.898000', '212011.900000', '212011.903000', '212011.905000', '212011.908000', '212011.911000', '212011.913000', '212011.916000', '212011.919000', '212011.921000', '212011.924000', '212011.927000', '212011.929000', '212011.932000', '212011.934000', '212011.937000', '212011.940000', '212011.943000', '212011.945000', '212011.948000', '212011.951000', '212011.953000', '212011.956000', '212011.958000', '212011.961000', '212011.964000', '212011.966000', '212011.969000', '212011.972000', '212011.974000', '212011.977000', '212011.979000', '212011.982000', '212011.985000', '212011.987000', '212031.851000', '212031.860000', '212031.862000', '212031.865000', '212031.868000', '212031.870000', '212031.873000', '212031.876000', '212031.878000', '212031.881000', '212031.884000', '212031.886000', '212031.889000', '212031.892000', '212031.895000', '212031.898000', '212031.901000', '212031.904000', '212031.907000', '212031.910000', '212031.912000', '212031.915000', '212031.917000', '212031.920000', '212031.923000', '212031.926000', '212031.928000', '212031.931000', '212031.933000', '212031.937000', '212031.939000', '212031.942000', '212031.944000', '212031.947000', '212031.950000', '212031.953000', '212031.956000', '212031.959000', '212031.962000', '212031.965000', '212031.967000', '212031.970000', '212031.973000', '212051.852000', '212051.854000', '212051.857000', '212051.860000', '212051.862000', '212051.865000', '212051.868000', '212051.870000', '212051.873000', '212051.876000', '212051.878000', '212051.881000', '212051.884000', '212051.886000', '212051.889000', '212051.891000', '212051.894000', '212051.897000', '212051.899000', '212051.902000', '212051.905000', '212051.907000', '212051.910000', '212051.913000', '212051.915000', '212051.918000', '212051.921000', '212051.923000', '212051.926000', '212051.929000', '212051.932000', '212051.934000', '212051.937000', '212051.939000', '212051.942000', '212051.945000', '212051.947000', '212051.950000', '212051.953000', '212051.955000', '212051.958000', '212051.961000', '212051.963000', '212051.966000', '212111.852000', '212111.877000', '212111.880000', '212111.882000', '212111.885000', '212111.887000', '212111.890000', '212111.893000', '212111.896000', '212111.898000', '212111.901000', '212111.904000', '212111.907000', '212111.909000', '212111.912000', '212111.915000', '212111.917000', '212111.920000', '212111.923000', '212111.925000', '212111.928000', '212111.930000', '212111.933000', '212111.936000', '212111.938000', '212111.941000', '212111.944000', '212111.946000', '212111.949000', '212111.952000', '212111.955000', '212111.957000', '212111.960000', '212111.963000', '212111.965000', '212111.968000', '212111.971000', '212111.973000', '212111.976000', '212111.978000', '212111.981000', '212111.984000', '212111.987000', '212131.851000', '212131.854000', '212131.856000', '212131.859000', '212131.862000', '212131.864000', '212131.867000', '212131.870000', '212131.872000', '212131.875000', '212131.878000', '212131.880000', '212131.883000', '212131.886000', '212131.888000', '212131.891000', '212131.894000', '212131.896000', '212131.899000', '212131.902000', '212131.904000', '212131.907000', '212131.910000', '212131.912000', '212131.915000', '212131.918000', '212131.920000', '212131.923000', '212131.926000', '212131.929000', '212131.931000', '212131.934000', '212131.937000', '212131.939000', '212131.942000', '212131.944000', '212131.947000', '212131.950000', '212131.952000', '212131.955000', '212131.958000', '212131.960000', '212131.963000', '212131.966000', '212151.851000', '212151.854000', '212151.856000', '212151.859000', '212151.861000', '212151.864000', '212151.867000', '212151.869000', '212151.872000', '212151.875000', '212151.877000', '212151.880000', '212151.882000', '212151.885000', '212151.888000', '212151.890000', '212151.893000', '212151.896000', '212151.900000', '212151.903000', '212151.905000', '212151.908000', '212151.911000', '212151.913000', '212151.916000', '212151.919000', '212151.922000', '212151.925000', '212151.927000', '212151.930000', '212151.933000', '212151.935000', '212151.938000', '212151.941000', '212151.943000', '212151.946000', '212151.949000', '212151.951000', '212151.954000', '212151.957000', '212151.959000', '212151.962000', '212151.964000', '212211.852000', '212211.854000', '212211.857000', '212211.860000', '212211.863000', '212211.865000', '212211.868000', '212211.870000', '212211.873000', '212211.876000', '212211.878000', '212211.881000', '212211.884000', '212211.886000', '212211.889000', '212211.892000', '212211.894000', '212211.897000', '212211.899000', '212211.902000', '212211.905000', '212211.907000', '212211.910000', '212211.912000', '212211.915000', '212211.918000', '212211.921000', '212211.924000', '212211.926000', '212211.929000', '212211.932000', '212211.934000', '212211.937000', '212211.939000', '212211.942000', '212211.945000', '212211.947000', '212211.950000', '212211.953000', '212211.955000', '212211.958000', '212211.960000', '212211.963000', '212211.966000', '212231.851000', '212231.889000', '212231.892000', '212231.894000', '212231.897000', '212231.899000', '212231.902000', '212231.905000', '212231.907000', '212231.910000', '212231.913000', '212231.927000', '212231.929000', '212231.932000', '212231.935000', '212231.937000', '212231.940000', '212231.943000', '212231.945000', '212231.948000', '212231.951000', '212231.953000', '212231.956000', '212231.958000', '212231.961000', '212231.964000', '212231.966000', '212231.969000', '212231.972000', '212231.974000', '212231.977000', '212231.979000', '212231.982000', '212231.985000', '212231.987000', '212231.990000', '212231.992000', '212231.995000', '212231.998000', '212232.001000', '212232.004000', '212232.007000', '212232.009000', '212239.769000', '212239.772000', '212239.774000', '212239.777000', '212239.780000', '212239.782000', '212239.785000', '212239.788000', '212239.790000', '212239.793000', '212239.796000', '212239.798000', '212239.801000', '212239.804000', '212239.806000', '212239.809000', '212239.811000', '212239.814000'], 'InstanceCreationTime': ['211611.889000', '211611.892000', '211611.895000', '211611.897000', '211611.900000', '211611.903000', '211611.905000', '211611.908000', '211611.911000', '211611.913000', '211611.916000', '211611.918000', '211611.921000', '211611.923000', '211611.926000', '211611.929000', '211611.931000', '211611.934000', '211611.936000', '211611.939000', '211611.946000', '211611.949000', '211611.951000', '211611.954000', '211611.957000', '211611.959000', '211611.962000', '211611.964000', '211631.851000', '211631.854000', '211631.857000', '211631.859000', '211631.862000', '211631.865000', '211631.867000', '211631.870000', '211631.872000', '211631.875000', '211631.878000', '211631.880000', '211631.883000', '211631.886000', '211631.888000', '211631.891000', '211631.894000', '211631.897000', '211631.903000', '211631.905000', '211631.908000', '211631.911000', '211631.913000', '211631.916000', '211631.918000', '211631.921000', '211631.924000', '211631.926000', '211631.929000', '211631.931000', '211631.934000', '211631.937000', '211631.939000', '211631.942000', '211631.944000', '211631.947000', '211631.950000', '211631.952000', '211631.955000', '211631.957000', '211631.960000', '211631.963000', '211631.965000', '211631.968000', '211651.850000', '211651.853000', '211651.856000', '211651.859000', '211651.861000', '211651.864000', '211651.866000', '211651.869000', '211651.872000', '211651.881000', '211651.884000', '211651.886000', '211651.889000', '211651.892000', '211651.894000', '211651.897000', '211651.899000', '211651.902000', '211651.905000', '211651.907000', '211651.910000', '211651.912000', '211651.915000', '211651.917000', '211651.920000', '211651.923000', '211651.925000', '211651.928000', '211651.931000', '211651.933000', '211651.936000', '211651.938000', '211651.941000', '211651.944000', '211651.946000', '211651.949000', '211651.951000', '211651.954000', '211651.957000', '211651.959000', '211651.962000', '211651.965000', '211651.967000', '211711.850000', '211711.853000', '211711.856000', '211711.858000', '211711.863000', '211711.866000', '211711.868000', '211711.871000', '211711.874000', '211711.877000', '211711.880000', '211711.883000', '211711.885000', '211711.888000', '211711.891000', '211711.893000', '211711.896000', '211711.899000', '211711.901000', '211711.904000', '211711.907000', '211711.909000', '211711.912000', '211711.914000', '211711.917000', '211711.920000', '211711.922000', '211711.925000', '211711.928000', '211711.930000', '211711.933000', '211711.935000', '211711.938000', '211711.941000', '211711.943000', '211711.946000', '211711.949000', '211711.951000', '211711.954000', '211711.956000', '211711.959000', '211711.962000', '211711.964000', '211731.851000', '211731.854000', '211731.857000', '211731.860000', '211731.862000', '211731.865000', '211731.867000', '211731.870000', '211731.873000', '211731.876000', '211731.878000', '211731.881000', '211731.884000', '211731.886000', '211731.889000', '211731.891000', '211731.894000', '211731.897000', '211731.899000', '211731.902000', '211731.904000', '211731.907000', '211731.910000', '211731.912000', '211731.915000', '211731.918000', '211731.920000', '211731.923000', '211731.925000', '211731.928000', '211731.931000', '211731.933000', '211731.936000', '211731.939000', '211731.941000', '211731.944000', '211731.946000', '211731.949000', '211731.952000', '211731.954000', '211731.957000', '211731.960000', '211731.962000', '211731.965000', '211751.852000', '211751.855000', '211751.858000', '211751.861000', '211751.863000', '211751.866000', '211751.869000', '211751.871000', '211751.874000', '211751.877000', '211751.880000', '211751.883000', '211751.885000', '211751.888000', '211751.891000', '211751.893000', '211751.896000', '211751.899000', '211751.901000', '211751.904000', '211751.906000', '211751.909000', '211751.912000', '211751.914000', '211751.924000', '211751.926000', '211751.929000', '211751.931000', '211751.934000', '211751.937000', '211751.939000', '211751.942000', '211751.945000', '211751.947000', '211751.950000', '211751.952000', '211751.955000', '211751.958000', '211751.960000', '211751.963000', '211751.966000', '211751.968000', '211751.971000', '211811.852000', '211811.854000', '211811.857000', '211811.860000', '211811.862000', '211811.865000', '211811.868000', '211811.870000', '211811.873000', '211811.876000', '211811.878000', '211811.881000', '211811.883000', '211811.886000', '211811.888000', '211811.891000', '211811.894000', '211811.896000', '211811.899000', '211811.902000', '211811.905000', '211811.907000', '211811.910000', '211811.912000', '211811.915000', '211811.918000', '211811.920000', '211811.923000', '211811.926000', '211811.928000', '211811.931000', '211811.933000', '211811.936000', '211811.939000', '211811.941000', '211811.944000', '211811.947000', '211811.949000', '211811.952000', '211811.955000', '211811.957000', '211811.960000', '211811.963000', '211811.965000', '211831.851000', '211831.854000', '211831.857000', '211831.859000', '211831.863000', '211831.865000', '211831.868000', '211831.870000', '211831.873000', '211831.876000', '211831.878000', '211831.881000', '211831.884000', '211831.886000', '211831.889000', '211831.891000', '211831.894000', '211831.897000', '211831.899000', '211831.902000', '211831.905000', '211831.907000', '211831.910000', '211831.912000', '211831.915000', '211831.918000', '211831.920000', '211831.923000', '211831.926000', '211831.928000', '211831.931000', '211831.934000', '211831.936000', '211831.939000', '211831.942000', '211831.944000', '211831.947000', '211831.950000', '211831.952000', '211831.955000', '211831.957000', '211831.960000', '211831.963000', '211831.965000', '211851.851000', '211851.866000', '211851.868000', '211851.871000', '211851.874000', '211851.876000', '211851.879000', '211851.882000', '211851.885000', '211851.887000', '211851.890000', '211851.892000', '211851.895000', '211851.898000', '211851.900000', '211851.903000', '211851.905000', '211851.908000', '211851.911000', '211851.914000', '211851.916000', '211851.919000', '211851.922000', '211851.924000', '211851.927000', '211851.930000', '211851.932000', '211851.935000', '211851.938000', '211851.940000', '211851.943000', '211851.946000', '211851.948000', '211851.951000', '211851.954000', '211851.956000', '211851.959000', '211851.961000', '211851.964000', '211851.967000', '211851.969000', '211851.972000', '211851.975000', '211911.850000', '211911.854000', '211911.856000', '211911.859000', '211911.862000', '211911.864000', '211911.867000', '211911.870000', '211911.872000', '211911.875000', '211911.878000', '211911.880000', '211911.883000', '211911.886000', '211911.888000', '211911.891000', '211911.894000', '211911.896000', '211911.899000', '211911.901000', '211911.904000', '211911.907000', '211911.909000', '211911.912000', '211911.916000', '211911.919000', '211911.922000', '211911.925000', '211911.927000', '211911.930000', '211911.932000', '211911.935000', '211911.938000', '211911.940000', '211911.943000', '211911.946000', '211911.948000', '211911.951000', '211911.953000', '211911.956000', '211911.959000', '211911.961000', '211911.964000', '211931.851000', '211931.853000', '211931.856000', '211931.859000', '211931.862000', '211931.864000', '211931.867000', '211931.870000', '211931.872000', '211931.875000', '211931.878000', '211931.880000', '211931.883000', '211931.886000', '211931.888000', '211931.891000', '211931.894000', '211931.896000', '211931.899000', '211931.902000', '211931.929000', '211931.931000', '211931.934000', '211931.937000', '211931.939000', '211931.942000', '211931.945000', '211931.947000', '211931.950000', '211931.952000', '211931.955000', '211931.958000', '211931.960000', '211931.963000', '211931.966000', '211931.969000', '211931.971000', '211931.974000', '211931.976000', '211931.979000', '211931.982000', '211931.984000', '211931.987000', '211931.990000', '211951.852000', '211951.867000', '211951.870000', '211951.872000', '211951.875000', '211951.878000', '211951.882000', '211951.884000', '211951.887000', '211951.889000', '211951.892000', '211951.895000', '211951.897000', '211951.900000', '211951.903000', '211951.905000', '211951.908000', '211951.911000', '211951.913000', '211951.916000', '211951.919000', '211951.921000', '211951.924000', '211951.927000', '211951.929000', '211951.932000', '211951.935000', '211951.937000', '211951.940000', '211951.943000', '211951.945000', '211951.948000', '211951.951000', '211951.953000', '211951.956000', '211951.958000', '211951.961000', '211951.964000', '211951.966000', '211951.969000', '211951.972000', '211951.974000', '211951.977000', '212011.851000', '212011.858000', '212011.861000', '212011.863000', '212011.884000', '212011.887000', '212011.890000', '212011.892000', '212011.895000', '212011.898000', '212011.900000', '212011.903000', '212011.905000', '212011.908000', '212011.911000', '212011.913000', '212011.916000', '212011.919000', '212011.921000', '212011.924000', '212011.927000', '212011.929000', '212011.932000', '212011.934000', '212011.937000', '212011.940000', '212011.943000', '212011.945000', '212011.948000', '212011.951000', '212011.953000', '212011.956000', '212011.958000', '212011.961000', '212011.964000', '212011.966000', '212011.969000', '212011.972000', '212011.974000', '212011.977000', '212011.979000', '212011.982000', '212011.985000', '212011.987000', '212031.851000', '212031.860000', '212031.862000', '212031.865000', '212031.868000', '212031.870000', '212031.873000', '212031.876000', '212031.878000', '212031.881000', '212031.884000', '212031.886000', '212031.889000', '212031.892000', '212031.895000', '212031.898000', '212031.901000', '212031.904000', '212031.907000', '212031.910000', '212031.912000', '212031.915000', '212031.917000', '212031.920000', '212031.923000', '212031.926000', '212031.928000', '212031.931000', '212031.933000', '212031.937000', '212031.939000', '212031.942000', '212031.944000', '212031.947000', '212031.950000', '212031.953000', '212031.956000', '212031.959000', '212031.962000', '212031.965000', '212031.967000', '212031.970000', '212031.973000', '212051.852000', '212051.854000', '212051.857000', '212051.860000', '212051.862000', '212051.865000', '212051.868000', '212051.870000', '212051.873000', '212051.876000', '212051.878000', '212051.881000', '212051.884000', '212051.886000', '212051.889000', '212051.891000', '212051.894000', '212051.897000', '212051.899000', '212051.902000', '212051.905000', '212051.907000', '212051.910000', '212051.913000', '212051.915000', '212051.918000', '212051.921000', '212051.923000', '212051.926000', '212051.929000', '212051.932000', '212051.934000', '212051.937000', '212051.939000', '212051.942000', '212051.945000', '212051.947000', '212051.950000', '212051.953000', '212051.955000', '212051.958000', '212051.961000', '212051.963000', '212051.966000', '212111.852000', '212111.877000', '212111.880000', '212111.882000', '212111.885000', '212111.887000', '212111.890000', '212111.893000', '212111.896000', '212111.898000', '212111.901000', '212111.904000', '212111.907000', '212111.909000', '212111.912000', '212111.915000', '212111.917000', '212111.920000', '212111.923000', '212111.925000', '212111.928000', '212111.930000', '212111.933000', '212111.936000', '212111.938000', '212111.941000', '212111.944000', '212111.946000', '212111.949000', '212111.952000', '212111.955000', '212111.957000', '212111.960000', '212111.963000', '212111.965000', '212111.968000', '212111.971000', '212111.973000', '212111.976000', '212111.978000', '212111.981000', '212111.984000', '212111.987000', '212131.851000', '212131.854000', '212131.856000', '212131.859000', '212131.862000', '212131.864000', '212131.867000', '212131.870000', '212131.872000', '212131.875000', '212131.878000', '212131.880000', '212131.883000', '212131.886000', '212131.888000', '212131.891000', '212131.894000', '212131.896000', '212131.899000', '212131.902000', '212131.904000', '212131.907000', '212131.910000', '212131.912000', '212131.915000', '212131.918000', '212131.920000', '212131.923000', '212131.926000', '212131.929000', '212131.931000', '212131.934000', '212131.937000', '212131.939000', '212131.942000', '212131.944000', '212131.947000', '212131.950000', '212131.952000', '212131.955000', '212131.958000', '212131.960000', '212131.963000', '212131.966000', '212151.851000', '212151.854000', '212151.856000', '212151.859000', '212151.861000', '212151.864000', '212151.867000', '212151.869000', '212151.872000', '212151.875000', '212151.877000', '212151.880000', '212151.882000', '212151.885000', '212151.888000', '212151.890000', '212151.893000', '212151.896000', '212151.900000', '212151.903000', '212151.905000', '212151.908000', '212151.911000', '212151.913000', '212151.916000', '212151.919000', '212151.922000', '212151.925000', '212151.927000', '212151.930000', '212151.933000', '212151.935000', '212151.938000', '212151.941000', '212151.943000', '212151.946000', '212151.949000', '212151.951000', '212151.954000', '212151.957000', '212151.959000', '212151.962000', '212151.964000', '212211.852000', '212211.854000', '212211.857000', '212211.860000', '212211.863000', '212211.865000', '212211.868000', '212211.870000', '212211.873000', '212211.876000', '212211.878000', '212211.881000', '212211.884000', '212211.886000', '212211.889000', '212211.892000', '212211.894000', '212211.897000', '212211.899000', '212211.902000', '212211.905000', '212211.907000', '212211.910000', '212211.912000', '212211.915000', '212211.918000', '212211.921000', '212211.924000', '212211.926000', '212211.929000', '212211.932000', '212211.934000', '212211.937000', '212211.939000', '212211.942000', '212211.945000', '212211.947000', '212211.950000', '212211.953000', '212211.955000', '212211.958000', '212211.960000', '212211.963000', '212211.966000', '212231.851000', '212231.889000', '212231.892000', '212231.894000', '212231.897000', '212231.899000', '212231.902000', '212231.905000', '212231.907000', '212231.910000', '212231.913000', '212231.927000', '212231.929000', '212231.932000', '212231.935000', '212231.937000', '212231.940000', '212231.943000', '212231.945000', '212231.948000', '212231.951000', '212231.953000', '212231.956000', '212231.958000', '212231.961000', '212231.964000', '212231.966000', '212231.969000', '212231.972000', '212231.974000', '212231.977000', '212231.979000', '212231.982000', '212231.985000', '212231.987000', '212231.990000', '212231.992000', '212231.995000', '212231.998000', '212232.001000', '212232.004000', '212232.007000', '212232.009000', '212239.769000', '212239.772000', '212239.774000', '212239.777000', '212239.780000', '212239.782000', '212239.785000', '212239.788000', '212239.790000', '212239.793000', '212239.796000', '212239.798000', '212239.801000', '212239.804000', '212239.806000', '212239.809000', '212239.811000', '212239.814000'], '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': [10293, 10236, 6916, 7859, 8072, 7226, 9014, 7722, 7671, 10409, 7501, 9960, 7702, 8631, 11189, 9006, 9736, 6563, 7523, 6089, 7356, 9295, 6497, 7840, 7258, 7332, 6498, 7482, 6348, 8245, 10322, 7884, 9212, 6601, 7857, 6966, 8730, 10688, 8172, 8901, 11319, 9502, 9565, 7345, 6799, 6978, 7105, 8876, 10703, 7999, 9477, 11215, 8050, 9091, 7307, 6998, 7288, 6498, 6260, 7722, 6648, 6754, 8909, 7326, 10075, 8313, 8231, 9155, 8935, 9505, 12226, 8811, 9395, 12141, 8478, 10572, 7251, 8828, 8424, 7603, 7132, 7809, 7099, 9205, 7242, 7872, 9192, 7008, 8690, 6868, 8375, 6983, 8691, 8128, 8780, 11467, 7741, 9881, 7155, 9126, 6986, 7985, 6819, 7985, 11481, 9079, 10529, 8334, 9983, 7018, 9508, 12653, 9083, 8876, 12399, 7700, 9288, 7048, 7333, 8711, 7199, 8510, 6874, 8470, 6866, 7151, 7250, 10008, 10423, 8744, 9833, 7119, 8969, 7543, 9659, 11143, 8371, 9429, 11329, 8164, 9698, 6934, 7476, 9028, 7724, 8517, 6948, 8585, 6925, 7516, 7003, 7412, 10095, 7454, 7991, 9919, 7649, 8875, 7031, 8241, 7148, 8444, 7320, 8769, 11207, 9166, 9510, 11548, 7693, 10016, 7320, 8452, 7176, 8397, 10634, 8632, 9790, 7242, 7964, 7403, 8439, 7388, 6643, 8368, 6982, 9288, 11593, 9768, 8776, 11216, 7064, 8075, 10734, 7073, 8715, 11227, 7378, 6660, 7233, 6292, 7367, 9494, 10355, 7888, 8751, 6724, 7316, 6846, 7203, 8231, 11595, 8231, 9775, 6793, 8680, 5918, 7825, 5987, 7852, 9676, 8460, 7870, 9843, 6851, 8607, 11037, 7696, 9716, 10889, 8859, 9202, 6538, 7960, 11108, 7199, 8505, 10919, 7648, 8172, 6874, 5976, 7130, 9071, 10586, 8448, 8641, 11354, 8235, 10662, 7232, 8401, 10910, 8718, 8058, 10804, 7427, 8636, 6263, 7581, 6378, 7563, 10017, 12075, 8617, 10212, 6914, 7401, 8766, 7136, 8428, 6593, 8383, 10912, 7551, 8968, 6447, 7448, 6840, 7480, 9363, 11397, 8520, 10711, 7681, 9353, 6840, 8760, 10796, 7585, 9287, 11196, 8270, 9680, 7217, 8106, 7000, 8256, 10322, 8272, 9756, 6850, 7992, 6747, 7708, 10408, 7444, 8850, 6548, 7244, 6320, 7625, 10248, 10979, 8456, 9943, 7089, 8679, 6556, 8226, 7199, 8662, 10672, 8793, 10243, 6862, 7328, 6531, 7616, 9473, 6686, 7792, 6717, 6649, 6646, 8256, 6870, 8650, 10661, 8612, 10456, 7418, 7419, 8939, 7452, 9304, 7630, 10979, 9044, 7744, 7112, 6300, 7609, 10666, 12039, 8590, 8920, 6946, 6091, 7139, 9248, 11753, 7958, 9353, 6697, 7359, 6263, 7076, 8658, 7713, 8823, 11253, 7666, 10042, 7312, 9305, 6075, 9020, 6883, 8793, 10509, 8057, 10193, 6791, 8174, 6879, 7949, 10666, 7637, 9319, 6924, 7584, 6746, 8446, 7205, 8932, 10691, 8956, 9899, 7161, 7506, 8587, 12694, 8215, 10123, 7816, 8164, 6595, 7162, 6457, 7527, 9173, 9829, 8815, 10126, 7581, 8726, 6465, 7918, 6950, 8106, 10490, 8043, 9628, 6615, 8659, 6840, 8718, 10961, 8669, 8830, 10677, 7601, 9056, 6780, 7851, 10278, 7029, 8017, 10630, 7258, 9201, 6230, 7953, 10303, 7878, 8473, 8170, 7743, 6673, 7325, 6857, 7449, 10816, 11141, 9311, 10478, 7407, 8676, 11403, 8035, 9069, 6597, 8401, 6504, 7107, 6625, 7766, 10852, 8335, 8709, 10683, 7492, 8809, 6728, 7381, 7698, 7235, 9337, 6679, 8825, 6340, 7237, 6664, 7302, 9983, 8667, 7902, 10027, 6608, 8362, 6321, 7357, 9470, 7293, 7135, 8795, 6237, 7402, 6363, 7168, 8297, 10094, 6982, 8648, 6066, 7070, 8302, 7494, 8758, 6861, 8122, 6033, 8109, 11087, 8264, 9512, 7121, 7987, 6161, 8549, 10976, 11370, 9698, 10378, 6456, 7814, 6016, 8427, 11231, 8417, 8517, 11934, 7657, 9604, 7103, 8939, 11361, 8656, 9691, 8735, 7687, 6260, 6989, 8732, 7593, 8652, 10806, 8734, 10020, 6390, 7280, 9821, 6876, 8440, 10125, 7006, 9264, 10512, 7333, 9308, 6461, 8213, 6122, 7866, 11022, 8449, 8699, 7524, 6646, 7179, 6415, 7677, 10562, 9559, 8616, 7071, 6746, 8751, 7817, 7863, 10299, 7381, 8673, 5918, 7697, 6113, 8066, 9137, 7825, 10480, 8323, 9809, 7193, 9574, 11499, 8472, 9566, 11139, 7715, 9035, 6192, 8306, 12050, 7266, 9284, 6265, 7459, 6154, 7578, 6126, 8095, 9516, 7464, 7734, 9470, 6922, 7610, 6107, 6585, 8564, 10996, 8121, 9884, 6434, 7329, 5910, 7391, 6057, 7915, 9877, 7351, 7318, 9293, 6340, 8153, 10061, 6805, 7844, 10516, 6608, 8284, 6280, 7943, 6000, 7681, 7305, 7667, 8864, 7748, 8434, 7167, 9162, 6718, 9612, 7291, 10213, 12022, 10251, 12096, 8197, 10868, 12564, 11141, 10349, 10806, 7475, 6047, 6572, 6168, 7832, 10356, 12326, 9259, 10538, 6877, 7325, 5926, 7693, 6482, 8320, 7498, 9915, 11808, 9845, 8960, 8469, 7363, 9116, 6576, 8552, 10626, 7666, 9544, 8681, 7230, 5959, 6716, 5953, 7476, 8895, 8789, 7819, 9771, 6361, 8188, 8752, 6884, 8596, 6285, 7848, 6481, 7800, 6729, 8272, 6876, 9226, 10919, 9358, 10569, 11307, 8243, 10410, 6700, 9069, 11684, 7221, 9828, 11578, 8828, 9336, 6362, 7925, 6127, 7828, 6444, 8581, 6360, 8457, 10526, 7583, 9213, 10753, 8906, 9292, 6994, 8154, 10364, 7345, 8906, 11052, 8413, 8120, 7162, 5992, 7286, 9588, 7986, 9743, 8735, 8242, 10065, 6795, 8341, 10426, 8399, 9823, 11757, 7463, 6824, 6385, 8073, 7304, 8106, 9640, 8270, 9123, 9609, 6529, 8901, 10687, 7460, 9310, 9042, 7618, 6115, 6417, 8116, 7412, 8976, 7416, 7859, 6039, 6733, 6174, 7928, 9781, 11849, 8295, 7567, 10036, 7063, 9096, 5881, 7419, 8762, 7003, 8754, 6226, 7271, 6437, 7060, 10222, 12893, 9138, 10689, 11810, 7269, 9332, 6376, 7962, 9614, 6333, 7916, 9525, 6709, 8174, 6499, 7768, 7535, 7917, 9946, 7660, 9246, 11661, 7731, 10773, 6595, 8294, 7571, 9564, 11555, 9714, 9416, 7058, 6748, 8736, 6813, 9258, 6152, 8303, 5909, 8289, 10445, 8060, 7724, 9913, 7548, 9462, 6230, 7963, 6665, 8148, 10528, 7960, 9113, 7893, 6510, 8865, 11276, 7966, 8697, 10822], 'WindowCenter': [3959.0, 3931.0, 3875.0, 3895.0, 3880.0, 3883.0, 3905.0, 3882.0, 3882.0, 3912.0, 3881.0, 3900.0, 3883.0, 3893.0, 3912.0, 3891.0, 3903.0, 3859.0, 3870.0, 3848.0, 3881.0, 3902.0, 3860.0, 3882.0, 3870.0, 3880.0, 3860.0, 3884.0, 3874.0, 3908.0, 3930.0, 3897.0, 3906.0, 3873.0, 3895.0, 3874.0, 3907.0, 3905.0, 3883.0, 3893.0, 3901.0, 3903.0, 3890.0, 3881.0, 3860.0, 3884.0, 3886.0, 3908.0, 3916.0, 3883.0, 3894.0, 3901.0, 3871.0, 3906.0, 3871.0, 3872.0, 3870.0, 3848.0, 3861.0, 3883.0, 3874.0, 3887.0, 3921.0, 3913.0, 3931.0, 3911.0, 3911.0, 3922.0, 3911.0, 3908.0, 3918.0, 3883.0, 3893.0, 3901.0, 3882.0, 3902.0, 3860.0, 3894.0, 3894.0, 3883.0, 3872.0, 3882.0, 3874.0, 3906.0, 3871.0, 3883.0, 3893.0, 3875.0, 3894.0, 3874.0, 3894.0, 3887.0, 3909.0, 3884.0, 3896.0, 3915.0, 3871.0, 3904.0, 3874.0, 3905.0, 3874.0, 3883.0, 3861.0, 3884.0, 3927.0, 3895.0, 3913.0, 3894.0, 3902.0, 3872.0, 3905.0, 3914.0, 3880.0, 3880.0, 3898.0, 3868.0, 3878.0, 3845.0, 3856.0, 3865.0, 3860.0, 3879.0, 3861.0, 3881.0, 3874.0, 3873.0, 3886.0, 3919.0, 3916.0, 3895.0, 3890.0, 3862.0, 3891.0, 3884.0, 3906.0, 3902.0, 3881.0, 3891.0, 3900.0, 3870.0, 3890.0, 3857.0, 3858.0, 3877.0, 3868.0, 3881.0, 3860.0, 3892.0, 3860.0, 3872.0, 3870.0, 3884.0, 3905.0, 3870.0, 3881.0, 3891.0, 3871.0, 3890.0, 3871.0, 3893.0, 3886.0, 3895.0, 3901.0, 3922.0, 3928.0, 3907.0, 3907.0, 3915.0, 3884.0, 3904.0, 3873.0, 3881.0, 3873.0, 3896.0, 3916.0, 3896.0, 3904.0, 3885.0, 3893.0, 3885.0, 3895.0, 3899.0, 3902.0, 3921.0, 3898.0, 3932.0, 3942.0, 3906.0, 3893.0, 3901.0, 3858.0, 3869.0, 3898.0, 3858.0, 3880.0, 3899.0, 3869.0, 3857.0, 3871.0, 3859.0, 3883.0, 3905.0, 3901.0, 3881.0, 3892.0, 3860.0, 3871.0, 3859.0, 3881.0, 3894.0, 3912.0, 3893.0, 3903.0, 3860.0, 3880.0, 3839.0, 3880.0, 3863.0, 3896.0, 3917.0, 3894.0, 3882.0, 3902.0, 3861.0, 3892.0, 3900.0, 3869.0, 3901.0, 3899.0, 3890.0, 3888.0, 3849.0, 3881.0, 3900.0, 3857.0, 3879.0, 3900.0, 3870.0, 3880.0, 3871.0, 3862.0, 3887.0, 3919.0, 3914.0, 3894.0, 3895.0, 3914.0, 3895.0, 3902.0, 3883.0, 3895.0, 3913.0, 3879.0, 3881.0, 3900.0, 3869.0, 3879.0, 3859.0, 3880.0, 3860.0, 3883.0, 3904.0, 3911.0, 3881.0, 3901.0, 3857.0, 3858.0, 3878.0, 3858.0, 3878.0, 3858.0, 3881.0, 3900.0, 3869.0, 3878.0, 3848.0, 3870.0, 3858.0, 3871.0, 3893.0, 3900.0, 3880.0, 3899.0, 3870.0, 3888.0, 3859.0, 3891.0, 3899.0, 3868.0, 3890.0, 3898.0, 3880.0, 3888.0, 3870.0, 3879.0, 3871.0, 3892.0, 3901.0, 3881.0, 3901.0, 3859.0, 3880.0, 3860.0, 3883.0, 3912.0, 3872.0, 3890.0, 3860.0, 3870.0, 3860.0, 3883.0, 3914.0, 3901.0, 3881.0, 3890.0, 3859.0, 3890.0, 3861.0, 3891.0, 3884.0, 3906.0, 3914.0, 3893.0, 3903.0, 3861.0, 3870.0, 3859.0, 3882.0, 3903.0, 3860.0, 3882.0, 3860.0, 3861.0, 3874.0, 3908.0, 3888.0, 3920.0, 3916.0, 3895.0, 3915.0, 3871.0, 3872.0, 3890.0, 3871.0, 3891.0, 3883.0, 3926.0, 3906.0, 3882.0, 3873.0, 3860.0, 3883.0, 3914.0, 3913.0, 3881.0, 3877.0, 3869.0, 3848.0, 3872.0, 3904.0, 3910.0, 3881.0, 3902.0, 3860.0, 3870.0, 3859.0, 3873.0, 3891.0, 3883.0, 3904.0, 3912.0, 3883.0, 3903.0, 3873.0, 3895.0, 3840.0, 3890.0, 3873.0, 3908.0, 3914.0, 3883.0, 3902.0, 3860.0, 3879.0, 3859.0, 3882.0, 3901.0, 3870.0, 3890.0, 3859.0, 3869.0, 3872.0, 3892.0, 3885.0, 3907.0, 3913.0, 3892.0, 3891.0, 3856.0, 3858.0, 3880.0, 3898.0, 3868.0, 3900.0, 3856.0, 3868.0, 3845.0, 3858.0, 3846.0, 3881.0, 3904.0, 3891.0, 3892.0, 3901.0, 3870.0, 3879.0, 3861.0, 3882.0, 3884.0, 3896.0, 3914.0, 3884.0, 3903.0, 3874.0, 3893.0, 3875.0, 3907.0, 3916.0, 3882.0, 3894.0, 3902.0, 3870.0, 3878.0, 3859.0, 3881.0, 3901.0, 3858.0, 3880.0, 3900.0, 3858.0, 3887.0, 3849.0, 3881.0, 3900.0, 3879.0, 3882.0, 3880.0, 3881.0, 3860.0, 3871.0, 3860.0, 3883.0, 3927.0, 3913.0, 3892.0, 3900.0, 3870.0, 3891.0, 3898.0, 3868.0, 3890.0, 3857.0, 3880.0, 3848.0, 3870.0, 3859.0, 3883.0, 3915.0, 3880.0, 3892.0, 3901.0, 3858.0, 3878.0, 3858.0, 3870.0, 3869.0, 3882.0, 3903.0, 3860.0, 3892.0, 3849.0, 3872.0, 3861.0, 3884.0, 3905.0, 3892.0, 3883.0, 3902.0, 3860.0, 3881.0, 3861.0, 3884.0, 3905.0, 3871.0, 3873.0, 3894.0, 3852.0, 3884.0, 3863.0, 3885.0, 3896.0, 3903.0, 3874.0, 3895.0, 3852.0, 3887.0, 3895.0, 3887.0, 3907.0, 3888.0, 3908.0, 3877.0, 3910.0, 3930.0, 3898.0, 3907.0, 3874.0, 3894.0, 3863.0, 3907.0, 3918.0, 3916.0, 3906.0, 3904.0, 3862.0, 3880.0, 3863.0, 3893.0, 3913.0, 3868.0, 3868.0, 3899.0, 3869.0, 3887.0, 3860.0, 3891.0, 3899.0, 3880.0, 3890.0, 3866.0, 3858.0, 3846.0, 3858.0, 3878.0, 3870.0, 3893.0, 3902.0, 3881.0, 3889.0, 3847.0, 3869.0, 3888.0, 3846.0, 3868.0, 3886.0, 3858.0, 3890.0, 3887.0, 3858.0, 3877.0, 3848.0, 3879.0, 3849.0, 3893.0, 3902.0, 3894.0, 3906.0, 3896.0, 3873.0, 3898.0, 3877.0, 3899.0, 3929.0, 3903.0, 3892.0, 3859.0, 3860.0, 3893.0, 3870.0, 3880.0, 3901.0, 3858.0, 3877.0, 3838.0, 3881.0, 3849.0, 3893.0, 3903.0, 3884.0, 3914.0, 3894.0, 3903.0, 3874.0, 3905.0, 3912.0, 3881.0, 3891.0, 3899.0, 3870.0, 3880.0, 3852.0, 3893.0, 3910.0, 3869.0, 3890.0, 3848.0, 3871.0, 3850.0, 3884.0, 3863.0, 3896.0, 3917.0, 3884.0, 3882.0, 3903.0, 3860.0, 3870.0, 3848.0, 3860.0, 3893.0, 3899.0, 3881.0, 3901.0, 3847.0, 3870.0, 3838.0, 3872.0, 3862.0, 3894.0, 3918.0, 3884.0, 3885.0, 3903.0, 3864.0, 3896.0, 3903.0, 3874.0, 3895.0, 3912.0, 3873.0, 3894.0, 3874.0, 3895.0, 3864.0, 3897.0, 3894.0, 3909.0, 3918.0, 3910.0, 3909.0, 3900.0, 3918.0, 3886.0, 3916.0, 3887.0, 3919.0, 3926.0, 3917.0, 3914.0, 3882.0, 3914.0, 3911.0, 3901.0, 3891.0, 3887.0, 3857.0, 3833.0, 3857.0, 3848.0, 3881.0, 3904.0, 3912.0, 3891.0, 3901.0, 3860.0, 3869.0, 3848.0, 3869.0, 3861.0, 3890.0, 3883.0, 3916.0, 3913.0, 3891.0, 3880.0, 3878.0, 3858.0, 3877.0, 3846.0, 3877.0, 3887.0, 3857.0, 3889.0, 3866.0, 3867.0, 3836.0, 3859.0, 3850.0, 3883.0, 3904.0, 3891.0, 3881.0, 3901.0, 3863.0, 3893.0, 3893.0, 3872.0, 3891.0, 3862.0, 3908.0, 3878.0, 3898.0, 3888.0, 3920.0, 3902.0, 3934.0, 3932.0, 3908.0, 3917.0, 3913.0, 3882.0, 3900.0, 3859.0, 3891.0, 3899.0, 3869.0, 3902.0, 3899.0, 3878.0, 3876.0, 3848.0, 3867.0, 3850.0, 3880.0, 3861.0, 3892.0, 3862.0, 3895.0, 3913.0, 3871.0, 3903.0, 3903.0, 3891.0, 3890.0, 3871.0, 3882.0, 3902.0, 3869.0, 3893.0, 3902.0, 3882.0, 3881.0, 3873.0, 3865.0, 3899.0, 3916.0, 3896.0, 3916.0, 3894.0, 3882.0, 3903.0, 3871.0, 3892.0, 3902.0, 3881.0, 3902.0, 3909.0, 3871.0, 3859.0, 3861.0, 3881.0, 3885.0, 3896.0, 3904.0, 3895.0, 3903.0, 3890.0, 3861.0, 3904.0, 3901.0, 3872.0, 3904.0, 3891.0, 3882.0, 3850.0, 3862.0, 3882.0, 3884.0, 3907.0, 3886.0, 3896.0, 3865.0, 3874.0, 3866.0, 3898.0, 3919.0, 3916.0, 3895.0, 3886.0, 3903.0, 3872.0, 3892.0, 3851.0, 3885.0, 3892.0, 3874.0, 3895.0, 3863.0, 3884.0, 3862.0, 3884.0, 3917.0, 3925.0, 3892.0, 3903.0, 3899.0, 3859.0, 3889.0, 3850.0, 3882.0, 3890.0, 3861.0, 3882.0, 3902.0, 3872.0, 3894.0, 3874.0, 3893.0, 3897.0, 3909.0, 3916.0, 3884.0, 3906.0, 3914.0, 3883.0, 3902.0, 3861.0, 3881.0, 3886.0, 3919.0, 3914.0, 3905.0, 3890.0, 3846.0, 3848.0, 3878.0, 3859.0, 3893.0, 3849.0, 3881.0, 3838.0, 3892.0, 3902.0, 3869.0, 3871.0, 3888.0, 3869.0, 3889.0, 3849.0, 3879.0, 3872.0, 3896.0, 3913.0, 3883.0, 3891.0, 3868.0, 3849.0, 3878.0, 3898.0, 3869.0, 3878.0, 3898.0], 'WindowWidth': [8846.0, 8790.0, 8705.0, 8727.0, 8701.0, 8709.0, 8738.0, 8704.0, 8704.0, 8744.0, 8703.0, 8726.0, 8708.0, 8722.0, 8745.0, 8715.0, 8730.0, 8669.0, 8682.0, 8653.0, 8702.0, 8731.0, 8673.0, 8703.0, 8685.0, 8700.0, 8674.0, 8711.0, 8698.0, 8749.0, 8783.0, 8733.0, 8743.0, 8696.0, 8727.0, 8696.0, 8745.0, 8740.0, 8705.0, 8718.0, 8725.0, 8733.0, 8712.0, 8702.0, 8674.0, 8712.0, 8718.0, 8749.0, 8754.0, 8704.0, 8718.0, 8725.0, 8686.0, 8739.0, 8689.0, 8689.0, 8683.0, 8649.0, 8672.0, 8707.0, 8699.0, 8722.0, 8772.0, 8765.0, 8784.0, 8758.0, 8758.0, 8772.0, 8755.0, 8747.0, 8760.0, 8703.0, 8715.0, 8725.0, 8699.0, 8725.0, 8667.0, 8719.0, 8723.0, 8705.0, 8692.0, 8703.0, 8696.0, 8740.0, 8686.0, 8704.0, 8717.0, 8700.0, 8722.0, 8696.0, 8721.0, 8719.0, 8749.0, 8710.0, 8727.0, 8748.0, 8686.0, 8733.0, 8694.0, 8739.0, 8694.0, 8706.0, 8674.0, 8709.0, 8771.0, 8726.0, 8747.0, 8721.0, 8728.0, 8690.0, 8735.0, 8748.0, 8694.0, 8694.0, 8715.0, 8674.0, 8687.0, 8639.0, 8657.0, 8667.0, 8669.0, 8693.0, 8671.0, 8698.0, 8695.0, 8693.0, 8716.0, 8765.0, 8756.0, 8723.0, 8709.0, 8675.0, 8712.0, 8707.0, 8740.0, 8729.0, 8699.0, 8711.0, 8719.0, 8680.0, 8706.0, 8660.0, 8663.0, 8687.0, 8677.0, 8698.0, 8669.0, 8713.0, 8671.0, 8688.0, 8685.0, 8708.0, 8738.0, 8684.0, 8699.0, 8712.0, 8684.0, 8709.0, 8687.0, 8718.0, 8716.0, 8727.0, 8746.0, 8774.0, 8774.0, 8743.0, 8743.0, 8751.0, 8710.0, 8733.0, 8694.0, 8701.0, 8692.0, 8727.0, 8755.0, 8726.0, 8732.0, 8711.0, 8722.0, 8713.0, 8727.0, 8739.0, 8751.0, 8774.0, 8738.0, 8789.0, 8804.0, 8743.0, 8719.0, 8725.0, 8664.0, 8679.0, 8717.0, 8663.0, 8693.0, 8717.0, 8680.0, 8662.0, 8685.0, 8670.0, 8708.0, 8740.0, 8727.0, 8700.0, 8714.0, 8671.0, 8685.0, 8668.0, 8703.0, 8722.0, 8743.0, 8720.0, 8731.0, 8669.0, 8697.0, 8644.0, 8700.0, 8682.0, 8730.0, 8761.0, 8722.0, 8705.0, 8729.0, 8676.0, 8717.0, 8723.0, 8680.0, 8726.0, 8721.0, 8709.0, 8702.0, 8655.0, 8701.0, 8725.0, 8661.0, 8695.0, 8723.0, 8683.0, 8697.0, 8689.0, 8682.0, 8721.0, 8765.0, 8753.0, 8724.0, 8727.0, 8751.0, 8725.0, 8731.0, 8708.0, 8725.0, 8749.0, 8693.0, 8698.0, 8724.0, 8681.0, 8693.0, 8670.0, 8698.0, 8674.0, 8706.0, 8738.0, 8742.0, 8700.0, 8724.0, 8662.0, 8663.0, 8690.0, 8666.0, 8693.0, 8665.0, 8700.0, 8723.0, 8681.0, 8690.0, 8652.0, 8685.0, 8667.0, 8687.0, 8720.0, 8725.0, 8697.0, 8720.0, 8685.0, 8705.0, 8669.0, 8712.0, 8722.0, 8678.0, 8710.0, 8717.0, 8696.0, 8704.0, 8685.0, 8696.0, 8689.0, 8718.0, 8728.0, 8700.0, 8727.0, 8668.0, 8697.0, 8671.0, 8707.0, 8745.0, 8689.0, 8712.0, 8671.0, 8686.0, 8673.0, 8706.0, 8751.0, 8725.0, 8699.0, 8711.0, 8669.0, 8710.0, 8676.0, 8716.0, 8712.0, 8744.0, 8751.0, 8721.0, 8731.0, 8672.0, 8684.0, 8669.0, 8704.0, 8732.0, 8674.0, 8703.0, 8671.0, 8676.0, 8699.0, 8753.0, 8726.0, 8771.0, 8757.0, 8728.0, 8751.0, 8687.0, 8689.0, 8709.0, 8686.0, 8713.0, 8706.0, 8769.0, 8745.0, 8705.0, 8695.0, 8674.0, 8707.0, 8751.0, 8746.0, 8699.0, 8689.0, 8683.0, 8655.0, 8692.0, 8737.0, 8737.0, 8699.0, 8730.0, 8671.0, 8684.0, 8668.0, 8692.0, 8713.0, 8706.0, 8737.0, 8743.0, 8707.0, 8734.0, 8691.0, 8722.0, 8640.0, 8708.0, 8692.0, 8746.0, 8750.0, 8705.0, 8726.0, 8670.0, 8693.0, 8670.0, 8703.0, 8725.0, 8684.0, 8709.0, 8668.0, 8679.0, 8689.0, 8716.0, 8715.0, 8746.0, 8747.0, 8714.0, 8710.0, 8657.0, 8663.0, 8695.0, 8716.0, 8675.0, 8721.0, 8657.0, 8674.0, 8642.0, 8666.0, 8648.0, 8701.0, 8736.0, 8712.0, 8714.0, 8726.0, 8682.0, 8693.0, 8674.0, 8702.0, 8710.0, 8729.0, 8751.0, 8710.0, 8731.0, 8697.0, 8721.0, 8702.0, 8746.0, 8757.0, 8702.0, 8719.0, 8728.0, 8683.0, 8690.0, 8669.0, 8700.0, 8726.0, 8662.0, 8697.0, 8720.0, 8666.0, 8701.0, 8655.0, 8700.0, 8721.0, 8696.0, 8703.0, 8696.0, 8700.0, 8669.0, 8687.0, 8673.0, 8708.0, 8771.0, 8747.0, 8716.0, 8722.0, 8682.0, 8711.0, 8717.0, 8677.0, 8708.0, 8661.0, 8695.0, 8652.0, 8684.0, 8670.0, 8706.0, 8752.0, 8698.0, 8715.0, 8723.0, 8662.0, 8690.0, 8664.0, 8684.0, 8680.0, 8703.0, 8733.0, 8670.0, 8715.0, 8654.0, 8688.0, 8673.0, 8709.0, 8740.0, 8718.0, 8704.0, 8727.0, 8671.0, 8700.0, 8675.0, 8709.0, 8737.0, 8686.0, 8692.0, 8721.0, 8665.0, 8707.0, 8680.0, 8713.0, 8730.0, 8732.0, 8694.0, 8722.0, 8665.0, 8718.0, 8725.0, 8719.0, 8745.0, 8724.0, 8748.0, 8708.0, 8755.0, 8782.0, 8734.0, 8743.0, 8697.0, 8724.0, 8682.0, 8744.0, 8764.0, 8755.0, 8743.0, 8735.0, 8680.0, 8697.0, 8682.0, 8718.0, 8746.0, 8674.0, 8674.0, 8719.0, 8681.0, 8701.0, 8670.0, 8714.0, 8720.0, 8694.0, 8707.0, 8669.0, 8662.0, 8644.0, 8664.0, 8690.0, 8684.0, 8718.0, 8730.0, 8698.0, 8706.0, 8647.0, 8680.0, 8701.0, 8643.0, 8674.0, 8697.0, 8663.0, 8707.0, 8701.0, 8663.0, 8686.0, 8651.0, 8692.0, 8654.0, 8720.0, 8728.0, 8720.0, 8743.0, 8728.0, 8697.0, 8738.0, 8709.0, 8740.0, 8779.0, 8732.0, 8715.0, 8668.0, 8671.0, 8717.0, 8683.0, 8697.0, 8725.0, 8664.0, 8689.0, 8638.0, 8698.0, 8657.0, 8720.0, 8736.0, 8711.0, 8750.0, 8724.0, 8734.0, 8697.0, 8740.0, 8744.0, 8701.0, 8712.0, 8719.0, 8683.0, 8695.0, 8665.0, 8719.0, 8736.0, 8680.0, 8710.0, 8651.0, 8687.0, 8659.0, 8709.0, 8685.0, 8731.0, 8760.0, 8709.0, 8705.0, 8731.0, 8670.0, 8684.0, 8652.0, 8672.0, 8718.0, 8723.0, 8699.0, 8724.0, 8650.0, 8683.0, 8641.0, 8689.0, 8678.0, 8726.0, 8762.0, 8709.0, 8709.0, 8731.0, 8683.0, 8726.0, 8732.0, 8694.0, 8723.0, 8744.0, 8694.0, 8722.0, 8698.0, 8728.0, 8687.0, 8734.0, 8727.0, 8754.0, 8763.0, 8756.0, 8753.0, 8744.0, 8760.0, 8720.0, 8757.0, 8719.0, 8766.0, 8770.0, 8758.0, 8749.0, 8702.0, 8751.0, 8741.0, 8725.0, 8711.0, 8700.0, 8658.0, 8625.0, 8662.0, 8653.0, 8702.0, 8737.0, 8743.0, 8712.0, 8727.0, 8674.0, 8680.0, 8652.0, 8682.0, 8677.0, 8715.0, 8711.0, 8758.0, 8746.0, 8712.0, 8696.0, 8688.0, 8662.0, 8686.0, 8646.0, 8689.0, 8699.0, 8659.0, 8704.0, 8670.0, 8675.0, 8634.0, 8669.0, 8658.0, 8708.0, 8738.0, 8714.0, 8701.0, 8727.0, 8682.0, 8721.0, 8716.0, 8691.0, 8714.0, 8676.0, 8750.0, 8708.0, 8737.0, 8723.0, 8768.0, 8750.0, 8795.0, 8788.0, 8747.0, 8756.0, 8743.0, 8699.0, 8719.0, 8667.0, 8710.0, 8719.0, 8679.0, 8726.0, 8718.0, 8690.0, 8684.0, 8652.0, 8675.0, 8658.0, 8697.0, 8675.0, 8716.0, 8677.0, 8725.0, 8747.0, 8688.0, 8733.0, 8731.0, 8712.0, 8708.0, 8686.0, 8703.0, 8728.0, 8680.0, 8718.0, 8727.0, 8698.0, 8698.0, 8695.0, 8688.0, 8739.0, 8757.0, 8731.0, 8758.0, 8722.0, 8704.0, 8731.0, 8688.0, 8717.0, 8728.0, 8698.0, 8728.0, 8734.0, 8686.0, 8667.0, 8677.0, 8701.0, 8714.0, 8733.0, 8735.0, 8724.0, 8733.0, 8711.0, 8674.0, 8736.0, 8726.0, 8691.0, 8734.0, 8713.0, 8703.0, 8659.0, 8679.0, 8706.0, 8712.0, 8747.0, 8715.0, 8729.0, 8686.0, 8699.0, 8690.0, 8736.0, 8766.0, 8756.0, 8724.0, 8712.0, 8732.0, 8693.0, 8717.0, 8662.0, 8711.0, 8718.0, 8697.0, 8725.0, 8681.0, 8710.0, 8680.0, 8711.0, 8759.0, 8764.0, 8716.0, 8730.0, 8719.0, 8667.0, 8705.0, 8659.0, 8703.0, 8710.0, 8675.0, 8702.0, 8730.0, 8693.0, 8722.0, 8699.0, 8723.0, 8734.0, 8751.0, 8756.0, 8711.0, 8741.0, 8748.0, 8706.0, 8728.0, 8675.0, 8700.0, 8716.0, 8765.0, 8750.0, 8737.0, 8709.0, 8642.0, 8649.0, 8691.0, 8670.0, 8719.0, 8657.0, 8699.0, 8641.0, 8717.0, 8732.0, 8682.0, 8684.0, 8703.0, 8680.0, 8704.0, 8656.0, 8694.0, 8694.0, 8730.0, 8747.0, 8706.0, 8714.0, 8677.0, 8654.0, 8693.0, 8717.0, 8680.0, 8690.0, 8717.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.001432537313432836</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.03858802502870264</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.79425085235636</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2033604287356316</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9918447180689662</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4593</td></tr>
|
|
<tr><td colspan=3>fber</td><td>5249.7158</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.12227794142575094</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>133</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>15.269804822043628</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.650321290066211</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.6427742097186258</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7207822987678587</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.587407361712149</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0128906</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.010464961640536785</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.01899508759379387</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.9597231216101743</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>27.1924</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>38.9196</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>152.341</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>46.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>305998.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>690.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>298.8099</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.8265</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>450.8508</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3149.2592</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3339.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>70546.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1028.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4060.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>843.2348</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>35.58625497878529</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> |