=== Do not change lines below ===
{
"chain": [],
"cmd": "./code/containers/scripts/singularity_cmd exec code/containers/images/bids/bids-mriqc--24.0.2.sing mriqc sourcedata/raw . participant --participant-label sub-0013 --no-datalad-get --no-sub --verbose --nprocs 1 --mem 3000 --work-dir /tmp --float32 --verbose-reports",
"dsid": "2d58dd48-4166-4dc3-9cd1-64f3d0665a8c",
"exit": 0,
"extra_inputs": [
"code/containers/images/bids/bids-mriqc--24.0.2.sing"
],
"inputs": [
"sourcedata/raw/sub-0013",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
106 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
106 KiB
(Stored with Git Annex)
HTML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
|
|
<title>sub-0013_ses-01_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-0013_ses-01_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-01_subject-0013_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">Standard deviation of signal through time</h3><p class="elem-caption">The voxel-wise standard deviation of the signal (variability along time).</p> <div class="reportlet">
|
|
<img class="svg-reportlet" src="./sub-0013/figures/sub-0013_ses-01_task-social_acq-mb8_run-06_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0013/figures/sub-0013_ses-01_task-social_acq-mb8_run-06_desc-stdev_bold.svg" target="_blank">sub-0013/figures/sub-0013_ses-01_task-social_acq-mb8_run-06_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-06_session-01_subject-0013_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">View of the background of the voxel-wise average of the BOLD timeseries</h3><p class="elem-caption">This panel shows a mosaic enhancing the background around the head. Artifacts usually unveil themselves in the air surrounding the head, where no signal sources are present.</p> <div class="reportlet">
|
|
<img class="svg-reportlet" src="./sub-0013/figures/sub-0013_ses-01_task-social_acq-mb8_run-06_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0013/figures/sub-0013_ses-01_task-social_acq-mb8_run-06_desc-background_bold.svg" target="_blank">sub-0013/figures/sub-0013_ses-01_task-social_acq-mb8_run-06_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-06_session-01_subject-0013_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series, zoomed-in covering just the brain</h3><p class="elem-caption">This panel shows a mosaic of the brain. This mosaic is the most suitable to screen head-motion intensity inhomogeneities, global/local noise, signal leakage (for example, from the eyeballs and across the phase-encoding axis), etc.</p> <div class="reportlet">
|
|
<img class="svg-reportlet" src="./sub-0013/figures/sub-0013_ses-01_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0013/figures/sub-0013_ses-01_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" target="_blank">sub-0013/figures/sub-0013_ses-01_task-social_acq-mb8_run-06_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-06_session-01_subject-0013_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">Carpetplot and nuisance signals</h3><p class="elem-caption">The so-called «carpetplot» may assist in assessing head-motion derived artifacts and respiation effects.</p> <div class="reportlet">
|
|
<img class="svg-reportlet" src="./sub-0013/figures/sub-0013_ses-01_task-social_acq-mb8_run-06_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0013/figures/sub-0013_ses-01_task-social_acq-mb8_run-06_desc-carpet_bold.svg" target="_blank">sub-0013/figures/sub-0013_ses-01_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-01_subject-0013_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series</h3><p class="elem-caption">The average signal calculated across the last axis (time).</p> <div class="reportlet">
|
|
<img class="svg-reportlet" src="./sub-0013/figures/sub-0013_ses-01_task-social_acq-mb8_run-06_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0013/figures/sub-0013_ses-01_task-social_acq-mb8_run-06_desc-mean_bold.svg" target="_blank">sub-0013/figures/sub-0013_ses-01_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-01_subject-0013_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">Brain extraction performance</h3><p class="elem-caption">Brain mask as internally extracted by MRIQC. Defects on the brainmask could indicate problematic aspects of the image quality-wise.</p> <div class="reportlet">
|
|
<img class="svg-reportlet" src="./sub-0013/figures/sub-0013_ses-01_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0013/figures/sub-0013_ses-01_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" target="_blank">sub-0013/figures/sub-0013_ses-01_task-social_acq-mb8_run-06_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-06_session-01_subject-0013_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">Spatial normalization of the anatomical image</h3><p class="elem-caption">This panel shows a <em>quick-and-dirty</em> nonlinear registration into the <code>MNI152NLin2009cAsym</code> template accessed with <a href="https://templateflow.org/browse" target="_blank"><em>TemplateFlow</em></a>.</p> <div class="reportlet">
|
|
<object class="svg-reportlet" type="image/svg+xml" data="./sub-0013/figures/sub-0013_ses-01_task-social_acq-mb8_run-06_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0013/figures/sub-0013_ses-01_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-0013/figures/sub-0013_ses-01_task-social_acq-mb8_run-06_desc-norm_bold.svg" target="_blank">sub-0013/figures/sub-0013_ses-01_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-0013/ses-01/func/sub-0013_ses-01_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>60a1ef27cfd1627a6b352ba95ab568fe</td></tr>
|
|
</table>
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-1">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
|
|
Dataset Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-1" class="table table-sm table-striped">
|
|
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
|
|
<tr><td colspan=2>AcquisitionTime</td><td>10:45:48.162500</td></tr>
|
|
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
|
|
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
|
|
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
|
|
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
|
|
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
|
|
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
|
|
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
|
|
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
|
|
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
|
|
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
|
|
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
|
|
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
|
|
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999342, -0.0303217, 0.0198919, 0.0310564, 0.998805, -0.0377283]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>dartmouth_brain_imaging_center</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.0953377</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>24</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4136, -7743, -7206, 596, -167, -73, 61, 47]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>social</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>248.235</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>9cb87bfa-20a3-485e-bd71-20b3a315622c||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
|
|
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.681162118911743, 0.08332211524248123, 0.05055532231926918, 111.98036193847656], [0.08135098218917847, 2.6797215938568115, -0.10346739739179611, -85.8604965209961], [0.05336863920092583, 0.10122228413820267, 2.697542905807495, -50.54878616333008], [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': ['104548.162500', '104548.622500', '104549.082500', '104549.542500', '104550.002500', '104550.462500', '104550.922500', '104551.382500', '104551.842500', '104552.302500', '104552.762500', '104553.222500', '104553.682500', '104554.142500', '104554.602500', '104555.062500', '104555.522500', '104555.982500', '104556.442500', '104556.902500', '104557.362500', '104557.822500', '104558.282500', '104558.742500', '104559.202500', '104559.662500', '104600.122500', '104600.582500', '104601.042500', '104601.502500', '104601.962500', '104602.422500', '104602.882500', '104603.342500', '104603.802500', '104604.262500', '104604.722500', '104605.182500', '104605.642500', '104606.102500', '104606.562500', '104607.022500', '104607.482500', '104607.942500', '104608.402500', '104608.862500', '104609.322500', '104609.782500', '104610.242500', '104610.702500', '104611.162500', '104611.622500', '104612.082500', '104612.542500', '104613.002500', '104613.462500', '104613.922500', '104614.382500', '104614.842500', '104615.302500', '104615.762500', '104616.222500', '104616.682500', '104617.142500', '104617.602500', '104618.062500', '104618.522500', '104618.982500', '104619.442500', '104619.902500', '104620.362500', '104620.822500', '104621.282500', '104621.742500', '104622.202500', '104622.662500', '104623.122500', '104623.582500', '104624.042500', '104624.502500', '104624.962500', '104625.422500', '104625.882500', '104626.342500', '104626.802500', '104627.262500', '104627.722500', '104628.182500', '104628.642500', '104629.102500', '104629.562500', '104630.022500', '104630.482500', '104630.942500', '104631.402500', '104631.862500', '104632.322500', '104632.782500', '104633.242500', '104633.702500', '104634.162500', '104634.622500', '104635.082500', '104635.542500', '104636.002500', '104636.462500', '104636.922500', '104637.382500', '104637.842500', '104638.302500', '104638.762500', '104639.222500', '104639.682500', '104640.142500', '104640.602500', '104641.062500', '104641.522500', '104641.982500', '104642.442500', '104642.902500', '104643.362500', '104643.822500', '104644.282500', '104644.742500', '104645.202500', '104645.662500', '104646.122500', '104646.582500', '104647.042500', '104647.502500', '104647.962500', '104648.422500', '104648.882500', '104649.342500', '104649.802500', '104650.262500', '104650.722500', '104651.182500', '104651.642500', '104652.102500', '104652.562500', '104653.022500', '104653.482500', '104653.942500', '104654.402500', '104654.862500', '104655.322500', '104655.782500', '104656.242500', '104656.702500', '104657.162500', '104657.622500', '104658.082500', '104658.542500', '104659.002500', '104659.462500', '104659.922500', '104700.382500', '104700.842500', '104701.302500', '104701.762500', '104702.222500', '104702.682500', '104703.142500', '104703.602500', '104704.062500', '104704.522500', '104704.982500', '104705.442500', '104705.902500', '104706.362500', '104706.822500', '104707.282500', '104707.742500', '104708.202500', '104708.662500', '104709.122500', '104709.582500', '104710.042500', '104710.502500', '104710.962500', '104711.422500', '104711.882500', '104712.342500', '104712.802500', '104713.262500', '104713.722500', '104714.182500', '104714.642500', '104715.102500', '104715.562500', '104716.022500', '104716.482500', '104716.942500', '104717.402500', '104717.862500', '104718.322500', '104718.782500', '104719.242500', '104719.702500', '104720.162500', '104720.622500', '104721.082500', '104721.542500', '104722.002500', '104722.462500', '104722.922500', '104723.382500', '104723.842500', '104724.302500', '104724.762500', '104725.222500', '104725.682500', '104726.142500', '104726.602500', '104727.062500', '104727.522500', '104727.982500', '104728.442500', '104728.902500', '104729.362500', '104729.822500', '104730.282500', '104730.742500', '104731.202500', '104731.662500', '104732.122500', '104732.582500', '104733.042500', '104733.502500', '104733.962500', '104734.422500', '104734.882500', '104735.342500', '104735.802500', '104736.262500', '104736.722500', '104737.182500', '104737.642500', '104738.102500', '104738.562500', '104739.022500', '104739.482500', '104739.942500', '104740.402500', '104740.862500', '104741.322500', '104741.782500', '104742.242500', '104742.702500', '104743.162500', '104743.622500', '104744.082500', '104744.542500', '104745.002500', '104745.462500', '104745.922500', '104746.382500', '104746.842500', '104747.302500', '104747.762500', '104748.222500', '104748.682500', '104749.142500', '104749.602500', '104750.062500', '104750.522500', '104750.982500', '104751.442500', '104751.902500', '104752.362500', '104752.822500', '104753.282500', '104753.742500', '104754.202500', '104754.662500', '104755.122500', '104755.582500', '104756.042500', '104756.502500', '104756.962500', '104757.422500', '104757.882500', '104758.342500', '104758.802500', '104759.262500', '104759.722500', '104800.182500', '104800.642500', '104801.102500', '104801.562500', '104802.022500', '104802.482500', '104802.942500', '104803.402500', '104803.862500', '104804.322500', '104804.782500', '104805.242500', '104805.702500', '104806.162500', '104806.622500', '104807.082500', '104807.542500', '104808.002500', '104808.462500', '104808.922500', '104809.382500', '104809.842500', '104810.302500', '104810.762500', '104811.222500', '104811.682500', '104812.142500', '104812.602500', '104813.062500', '104813.522500', '104813.982500', '104814.442500', '104814.902500', '104815.362500', '104815.822500', '104816.282500', '104816.742500', '104817.202500', '104817.662500', '104818.122500', '104818.582500', '104819.042500', '104819.502500', '104819.962500', '104820.422500', '104820.882500', '104821.342500', '104821.802500', '104822.262500', '104822.722500', '104823.182500', '104823.642500', '104824.102500', '104824.562500', '104825.022500', '104825.482500', '104825.942500', '104826.402500', '104826.862500', '104827.322500', '104827.782500', '104828.242500', '104828.702500', '104829.162500', '104829.622500', '104830.082500', '104830.542500', '104831.002500', '104831.462500', '104831.922500', '104832.382500', '104832.842500', '104833.302500', '104833.762500', '104834.222500', '104834.682500', '104835.142500', '104835.602500', '104836.062500', '104836.522500', '104836.982500', '104837.442500', '104837.902500', '104838.362500', '104838.822500', '104839.282500', '104839.742500', '104840.202500', '104840.662500', '104841.122500', '104841.582500', '104842.042500', '104842.502500', '104842.962500', '104843.422500', '104843.882500', '104844.342500', '104844.802500', '104845.262500', '104845.722500', '104846.182500', '104846.642500', '104847.102500', '104847.562500', '104848.022500', '104848.482500', '104848.942500', '104849.402500', '104849.862500', '104850.322500', '104850.782500', '104851.242500', '104851.702500', '104852.162500', '104852.622500', '104853.082500', '104853.542500', '104854.002500', '104854.462500', '104854.922500', '104855.382500', '104855.842500', '104856.302500', '104856.762500', '104857.222500', '104857.682500', '104858.142500', '104858.602500', '104859.062500', '104859.522500', '104859.982500', '104900.442500', '104900.902500', '104901.362500', '104901.822500', '104902.282500', '104902.742500', '104903.202500', '104903.662500', '104904.122500', '104904.582500', '104905.042500', '104905.502500', '104905.962500', '104906.422500', '104906.882500', '104907.342500', '104907.802500', '104908.262500', '104908.722500', '104909.182500', '104909.642500', '104910.102500', '104910.562500', '104911.022500', '104911.482500', '104911.942500', '104912.402500', '104912.862500', '104913.322500', '104913.782500', '104914.242500', '104914.702500', '104915.162500', '104915.622500', '104916.082500', '104916.542500', '104917.002500', '104917.462500', '104917.922500', '104918.382500', '104918.842500', '104919.302500', '104919.762500', '104920.222500', '104920.682500', '104921.142500', '104921.602500', '104922.062500', '104922.522500', '104922.982500', '104923.442500', '104923.902500', '104924.362500', '104924.822500', '104925.282500', '104925.742500', '104926.202500', '104926.662500', '104927.122500', '104927.582500', '104928.042500', '104928.502500', '104928.962500', '104929.422500', '104929.882500', '104930.342500', '104930.802500', '104931.262500', '104931.722500', '104932.182500', '104932.642500', '104933.102500', '104933.562500', '104934.022500', '104934.482500', '104934.942500', '104935.402500', '104935.862500', '104936.322500', '104936.782500', '104937.242500', '104937.702500', '104938.162500', '104938.622500', '104939.082500', '104939.542500', '104940.002500', '104940.462500', '104940.922500', '104941.382500', '104941.842500', '104942.302500', '104942.762500', '104943.222500', '104943.682500', '104944.142500', '104944.602500', '104945.062500', '104945.522500', '104945.982500', '104946.442500', '104946.902500', '104947.362500', '104947.822500', '104948.282500', '104948.742500', '104949.202500', '104949.662500', '104950.122500', '104950.582500', '104951.042500', '104951.502500', '104951.962500', '104952.422500', '104952.882500', '104953.342500', '104953.802500', '104954.262500', '104954.722500', '104955.182500', '104955.642500', '104956.102500', '104956.562500', '104957.022500', '104957.482500', '104957.942500', '104958.402500', '104958.862500', '104959.322500', '104959.782500', '105000.242500', '105000.702500', '105001.162500', '105001.622500', '105002.082500', '105002.542500', '105003.002500', '105003.462500', '105003.922500', '105004.382500', '105004.842500', '105005.302500', '105005.762500', '105006.222500', '105006.682500', '105007.142500', '105007.602500', '105008.062500', '105008.522500', '105008.982500', '105009.442500', '105009.902500', '105010.362500', '105010.822500', '105011.282500', '105011.742500', '105012.202500', '105012.662500', '105013.122500', '105013.582500', '105014.042500', '105014.502500', '105014.962500', '105015.422500', '105015.882500', '105016.342500', '105016.802500', '105017.262500', '105017.722500', '105018.182500', '105018.642500', '105019.102500', '105019.562500', '105020.022500', '105020.482500', '105020.942500', '105021.402500', '105021.862500', '105022.322500', '105022.782500', '105023.242500', '105023.702500', '105024.162500', '105024.622500', '105025.082500', '105025.542500', '105026.002500', '105026.462500', '105026.922500', '105027.382500', '105027.842500', '105028.302500', '105028.762500', '105029.222500', '105029.682500', '105030.142500', '105030.602500', '105031.062500', '105031.522500', '105031.982500', '105032.442500', '105032.902500', '105033.362500', '105033.822500', '105034.282500', '105034.742500', '105035.202500', '105035.662500', '105036.122500', '105036.582500', '105037.042500', '105037.502500', '105037.962500', '105038.422500', '105038.882500', '105039.342500', '105039.802500', '105040.262500', '105040.722500', '105041.182500', '105041.642500', '105042.102500', '105042.562500', '105043.022500', '105043.482500', '105043.942500', '105044.402500', '105044.862500', '105045.322500', '105045.782500', '105046.242500', '105046.702500', '105047.162500', '105047.622500', '105048.082500', '105048.542500', '105049.002500', '105049.462500', '105049.922500', '105050.382500', '105050.842500', '105051.302500', '105051.762500', '105052.222500', '105052.682500', '105053.142500', '105053.602500', '105054.062500', '105054.522500', '105054.982500', '105055.442500', '105055.902500', '105056.362500', '105056.822500', '105057.282500', '105057.742500', '105058.202500', '105058.662500', '105059.122500', '105059.582500', '105100.042500', '105100.502500', '105100.962500', '105101.422500', '105101.882500', '105102.342500', '105102.802500', '105103.262500', '105103.722500', '105104.182500', '105104.642500', '105105.102500', '105105.562500', '105106.022500', '105106.482500', '105106.942500', '105107.402500', '105107.862500', '105108.322500', '105108.782500', '105109.242500', '105109.702500', '105110.162500', '105110.622500', '105111.082500', '105111.542500', '105112.002500', '105112.462500', '105112.922500', '105113.382500', '105113.842500', '105114.302500', '105114.762500', '105115.222500', '105115.682500', '105116.142500', '105116.602500', '105117.062500', '105117.522500', '105117.982500', '105118.442500', '105118.902500', '105119.362500', '105119.822500', '105120.282500', '105120.742500', '105121.202500', '105121.662500', '105122.122500', '105122.582500', '105123.042500', '105123.502500', '105123.962500', '105124.422500', '105124.882500', '105125.342500', '105125.802500', '105126.262500', '105126.722500', '105127.182500', '105127.642500', '105128.102500', '105128.562500', '105129.022500', '105129.482500', '105129.942500', '105130.402500', '105130.862500', '105131.322500', '105131.782500', '105132.242500', '105132.702500', '105133.162500', '105133.622500', '105134.082500', '105134.542500', '105135.002500', '105135.462500', '105135.922500', '105136.382500', '105136.842500', '105137.302500', '105137.762500', '105138.222500', '105138.682500', '105139.142500', '105139.602500', '105140.062500', '105140.522500', '105140.982500', '105141.442500', '105141.902500', '105142.362500', '105142.822500', '105143.282500', '105143.742500', '105144.202500', '105144.662500', '105145.122500', '105145.582500', '105146.042500', '105146.502500', '105146.962500', '105147.422500', '105147.882500', '105148.342500', '105148.802500', '105149.262500', '105149.722500', '105150.182500', '105150.642500', '105151.102500', '105151.562500', '105152.022500', '105152.482500', '105152.942500', '105153.402500', '105153.862500', '105154.322500', '105154.782500', '105155.242500', '105155.702500', '105156.162500', '105156.622500', '105157.082500', '105157.542500', '105158.002500', '105158.462500', '105158.922500', '105159.382500', '105159.842500', '105200.302500', '105200.762500', '105201.222500', '105201.682500', '105202.142500', '105202.602500', '105203.062500', '105203.522500', '105203.982500', '105204.442500', '105204.902500', '105205.362500', '105205.822500', '105206.282500', '105206.742500', '105207.202500', '105207.662500', '105208.122500', '105208.582500', '105209.042500', '105209.502500', '105209.962500', '105210.422500', '105210.882500', '105211.342500', '105211.802500', '105212.262500', '105212.722500', '105213.182500', '105213.642500', '105214.102500', '105214.562500', '105215.022500', '105215.482500', '105215.942500', '105216.402500', '105216.862500', '105217.322500', '105217.782500', '105218.242500', '105218.702500', '105219.162500', '105219.622500', '105220.082500', '105220.542500', '105221.002500', '105221.462500', '105221.922500', '105222.382500', '105222.842500', '105223.302500', '105223.762500', '105224.222500', '105224.682500', '105225.142500', '105225.602500', '105226.062500', '105226.522500', '105226.982500', '105227.442500', '105227.902500', '105228.362500', '105228.822500'], 'ContentTime': ['104613.885000', '104613.889000', '104613.892000', '104613.895000', '104613.898000', '104613.900000', '104613.903000', '104613.906000', '104613.909000', '104613.912000', '104613.915000', '104613.918000', '104613.921000', '104613.924000', '104613.927000', '104613.930000', '104613.932000', '104613.935000', '104613.938000', '104613.941000', '104613.944000', '104613.947000', '104613.949000', '104613.952000', '104613.955000', '104613.958000', '104613.961000', '104613.970000', '104613.973000', '104613.978000', '104613.981000', '104613.984000', '104613.986000', '104613.989000', '104613.992000', '104613.995000', '104613.998000', '104614.002000', '104614.004000', '104614.007000', '104614.010000', '104614.013000', '104614.016000', '104614.019000', '104614.021000', '104614.024000', '104614.027000', '104614.030000', '104614.033000', '104614.036000', '104614.038000', '104614.041000', '104614.044000', '104633.854000', '104633.857000', '104633.860000', '104633.863000', '104633.867000', '104633.870000', '104633.872000', '104633.875000', '104633.878000', '104633.881000', '104633.884000', '104633.887000', '104633.890000', '104633.892000', '104633.895000', '104633.898000', '104633.901000', '104633.904000', '104633.907000', '104633.909000', '104633.912000', '104633.915000', '104633.918000', '104633.921000', '104633.924000', '104633.927000', '104633.929000', '104633.932000', '104633.935000', '104633.938000', '104633.941000', '104633.944000', '104633.947000', '104633.949000', '104633.952000', '104633.955000', '104633.958000', '104633.961000', '104633.964000', '104633.966000', '104633.969000', '104633.972000', '104633.975000', '104633.978000', '104653.853000', '104653.856000', '104653.859000', '104653.862000', '104653.865000', '104653.869000', '104653.872000', '104653.875000', '104653.878000', '104653.880000', '104653.883000', '104653.886000', '104653.889000', '104653.892000', '104653.895000', '104653.898000', '104653.900000', '104653.903000', '104653.906000', '104653.909000', '104653.912000', '104653.915000', '104653.923000', '104653.926000', '104653.928000', '104653.931000', '104653.934000', '104653.937000', '104653.940000', '104653.943000', '104653.946000', '104653.949000', '104653.951000', '104653.954000', '104653.957000', '104653.960000', '104653.963000', '104653.965000', '104653.968000', '104653.971000', '104653.974000', '104653.977000', '104653.980000', '104713.853000', '104713.856000', '104713.859000', '104713.862000', '104713.865000', '104713.867000', '104713.870000', '104713.873000', '104713.876000', '104713.879000', '104713.882000', '104713.885000', '104713.888000', '104713.890000', '104713.893000', '104713.896000', '104713.899000', '104713.902000', '104713.905000', '104713.908000', '104713.911000', '104713.914000', '104713.917000', '104713.919000', '104713.922000', '104713.929000', '104713.932000', '104713.935000', '104713.938000', '104713.941000', '104713.944000', '104713.947000', '104713.950000', '104713.952000', '104713.955000', '104713.958000', '104713.961000', '104713.964000', '104713.967000', '104713.969000', '104713.972000', '104713.975000', '104713.978000', '104713.981000', '104733.853000', '104733.856000', '104733.859000', '104733.862000', '104733.865000', '104733.868000', '104733.870000', '104733.873000', '104733.876000', '104733.879000', '104733.882000', '104733.885000', '104733.888000', '104733.891000', '104733.894000', '104733.897000', '104733.899000', '104733.903000', '104733.905000', '104733.908000', '104733.911000', '104733.914000', '104733.917000', '104733.920000', '104733.923000', '104733.925000', '104733.928000', '104733.931000', '104733.934000', '104733.937000', '104733.940000', '104733.943000', '104733.948000', '104733.952000', '104733.955000', '104733.958000', '104733.961000', '104733.964000', '104733.966000', '104733.969000', '104733.972000', '104733.975000', '104733.978000', '104753.853000', '104753.856000', '104753.859000', '104753.862000', '104753.864000', '104753.867000', '104753.870000', '104753.873000', '104753.876000', '104753.879000', '104753.882000', '104753.885000', '104753.888000', '104753.890000', '104753.894000', '104753.896000', '104753.899000', '104753.902000', '104753.905000', '104753.908000', '104753.911000', '104753.914000', '104753.917000', '104753.919000', '104753.922000', '104753.925000', '104753.928000', '104753.943000', '104753.946000', '104753.949000', '104753.952000', '104753.955000', '104753.958000', '104753.961000', '104753.964000', '104753.966000', '104753.969000', '104753.972000', '104753.975000', '104753.978000', '104753.981000', '104753.984000', '104753.987000', '104753.989000', '104813.853000', '104813.856000', '104813.859000', '104813.862000', '104813.865000', '104813.868000', '104813.870000', '104813.873000', '104813.876000', '104813.879000', '104813.882000', '104813.885000', '104813.888000', '104813.891000', '104813.894000', '104813.897000', '104813.900000', '104813.904000', '104813.908000', '104813.910000', '104813.913000', '104813.916000', '104813.919000', '104813.922000', '104813.925000', '104813.928000', '104813.931000', '104813.934000', '104813.936000', '104813.939000', '104813.942000', '104813.945000', '104813.948000', '104813.951000', '104813.953000', '104813.956000', '104813.959000', '104813.963000', '104813.968000', '104813.971000', '104813.974000', '104813.977000', '104813.980000', '104833.853000', '104833.856000', '104833.859000', '104833.862000', '104833.865000', '104833.868000', '104833.871000', '104833.874000', '104833.877000', '104833.880000', '104833.883000', '104833.886000', '104833.889000', '104833.892000', '104833.895000', '104833.897000', '104833.900000', '104833.903000', '104833.906000', '104833.909000', '104833.912000', '104833.914000', '104833.917000', '104833.920000', '104833.923000', '104833.926000', '104833.929000', '104833.932000', '104833.935000', '104833.937000', '104833.940000', '104833.943000', '104833.946000', '104833.949000', '104833.952000', '104833.954000', '104833.957000', '104833.960000', '104833.963000', '104833.966000', '104833.969000', '104833.971000', '104833.974000', '104833.977000', '104853.854000', '104853.857000', '104853.860000', '104853.863000', '104853.866000', '104853.868000', '104853.871000', '104853.874000', '104853.877000', '104853.880000', '104853.883000', '104853.886000', '104853.889000', '104853.892000', '104853.895000', '104853.897000', '104853.900000', '104853.903000', '104853.906000', '104853.909000', '104853.912000', '104853.914000', '104853.917000', '104853.920000', '104853.923000', '104853.926000', '104853.929000', '104853.932000', '104853.935000', '104853.937000', '104853.940000', '104853.943000', '104853.946000', '104853.949000', '104853.952000', '104853.955000', '104853.957000', '104853.960000', '104853.963000', '104853.966000', '104853.969000', '104853.972000', '104853.975000', '104913.853000', '104913.856000', '104913.859000', '104913.862000', '104913.865000', '104913.868000', '104913.870000', '104913.873000', '104913.876000', '104913.879000', '104913.882000', '104913.885000', '104913.888000', '104913.891000', '104913.893000', '104913.896000', '104913.899000', '104913.902000', '104913.905000', '104913.908000', '104913.911000', '104913.913000', '104913.916000', '104913.919000', '104913.922000', '104913.925000', '104913.928000', '104913.931000', '104913.934000', '104913.943000', '104913.946000', '104913.949000', '104913.952000', '104913.954000', '104913.957000', '104913.960000', '104913.963000', '104913.966000', '104913.969000', '104913.972000', '104913.974000', '104913.977000', '104913.980000', '104913.983000', '104933.853000', '104933.856000', '104933.859000', '104933.862000', '104933.865000', '104933.867000', '104933.871000', '104933.873000', '104933.894000', '104933.897000', '104933.900000', '104933.903000', '104933.906000', '104933.909000', '104933.912000', '104933.914000', '104933.917000', '104933.920000', '104933.923000', '104933.926000', '104933.929000', '104933.932000', '104933.935000', '104933.938000', '104933.941000', '104933.945000', '104933.948000', '104933.950000', '104933.953000', '104933.956000', '104933.959000', '104933.962000', '104933.965000', '104933.968000', '104933.971000', '104933.973000', '104933.976000', '104933.979000', '104933.982000', '104933.985000', '104933.988000', '104933.991000', '104933.994000', '104953.853000', '104953.856000', '104953.859000', '104953.862000', '104953.865000', '104953.867000', '104953.870000', '104953.873000', '104953.876000', '104953.879000', '104953.882000', '104953.885000', '104953.888000', '104953.891000', '104953.894000', '104953.897000', '104953.900000', '104953.902000', '104953.905000', '104953.908000', '104953.911000', '104953.914000', '104953.917000', '104953.920000', '104953.923000', '104953.925000', '104953.928000', '104953.931000', '104953.934000', '104953.937000', '104953.940000', '104953.942000', '104953.945000', '104953.948000', '104953.951000', '104953.954000', '104953.957000', '104953.960000', '104953.963000', '104953.965000', '104953.968000', '104953.971000', '104953.974000', '104953.977000', '105013.853000', '105013.856000', '105013.859000', '105013.862000', '105013.865000', '105013.868000', '105013.871000', '105013.874000', '105013.876000', '105013.879000', '105013.882000', '105013.885000', '105013.888000', '105013.891000', '105013.894000', '105013.897000', '105013.900000', '105013.903000', '105013.905000', '105013.908000', '105013.911000', '105013.914000', '105013.917000', '105013.920000', '105013.923000', '105013.926000', '105013.929000', '105013.931000', '105013.934000', '105013.937000', '105013.940000', '105013.943000', '105013.946000', '105013.949000', '105013.952000', '105013.955000', '105013.957000', '105013.960000', '105013.963000', '105013.966000', '105013.969000', '105013.972000', '105013.975000', '105033.853000', '105033.856000', '105033.859000', '105033.862000', '105033.865000', '105033.867000', '105033.871000', '105033.874000', '105033.876000', '105033.879000', '105033.882000', '105033.885000', '105033.888000', '105033.891000', '105033.895000', '105033.897000', '105033.900000', '105033.903000', '105033.906000', '105033.909000', '105033.912000', '105033.915000', '105033.918000', '105033.920000', '105033.923000', '105033.926000', '105033.929000', '105033.932000', '105033.935000', '105033.938000', '105033.941000', '105033.943000', '105033.946000', '105033.949000', '105033.952000', '105033.955000', '105033.958000', '105033.961000', '105033.963000', '105033.966000', '105033.969000', '105033.972000', '105033.975000', '105033.978000', '105053.853000', '105053.856000', '105053.859000', '105053.862000', '105053.865000', '105053.868000', '105053.870000', '105053.873000', '105053.876000', '105053.879000', '105053.882000', '105053.885000', '105053.888000', '105053.891000', '105053.894000', '105053.896000', '105053.899000', '105053.902000', '105053.905000', '105053.908000', '105053.911000', '105053.914000', '105053.917000', '105053.919000', '105053.922000', '105053.925000', '105053.928000', '105053.931000', '105053.934000', '105053.936000', '105053.939000', '105053.942000', '105053.945000', '105053.965000', '105053.967000', '105053.970000', '105053.973000', '105053.976000', '105053.980000', '105053.983000', '105053.986000', '105053.989000', '105053.992000', '105113.854000', '105113.857000', '105113.860000', '105113.863000', '105113.866000', '105113.869000', '105113.872000', '105113.874000', '105113.877000', '105113.880000', '105113.883000', '105113.886000', '105113.889000', '105113.892000', '105113.895000', '105113.897000', '105113.904000', '105113.907000', '105113.910000', '105113.913000', '105113.915000', '105113.918000', '105113.921000', '105113.924000', '105113.927000', '105113.930000', '105113.932000', '105113.935000', '105113.938000', '105113.941000', '105113.944000', '105113.948000', '105113.951000', '105113.954000', '105113.957000', '105113.959000', '105113.962000', '105113.965000', '105113.968000', '105113.971000', '105113.974000', '105113.976000', '105113.979000', '105113.982000', '105133.853000', '105133.856000', '105133.859000', '105133.862000', '105133.865000', '105133.868000', '105133.870000', '105133.873000', '105133.876000', '105133.879000', '105133.882000', '105133.885000', '105133.888000', '105133.891000', '105133.894000', '105133.896000', '105133.899000', '105133.902000', '105133.905000', '105133.908000', '105133.911000', '105133.914000', '105133.917000', '105133.919000', '105133.922000', '105133.925000', '105133.928000', '105133.931000', '105133.934000', '105133.936000', '105133.939000', '105133.942000', '105133.947000', '105133.950000', '105133.953000', '105133.955000', '105133.958000', '105133.961000', '105133.964000', '105133.967000', '105133.970000', '105133.973000', '105133.975000', '105153.854000', '105153.857000', '105153.860000', '105153.863000', '105153.866000', '105153.872000', '105153.875000', '105153.878000', '105153.881000', '105153.884000', '105153.887000', '105153.890000', '105153.893000', '105153.896000', '105153.898000', '105153.901000', '105153.904000', '105153.907000', '105153.910000', '105153.913000', '105153.916000', '105153.919000', '105153.922000', '105153.924000', '105153.927000', '105153.930000', '105153.933000', '105153.936000', '105153.939000', '105153.941000', '105153.944000', '105153.947000', '105153.950000', '105153.953000', '105153.956000', '105153.959000', '105153.961000', '105153.964000', '105153.967000', '105153.970000', '105153.973000', '105153.976000', '105153.979000', '105213.853000', '105213.856000', '105213.859000', '105213.862000', '105213.865000', '105213.868000', '105213.871000', '105213.874000', '105213.877000', '105213.879000', '105213.882000', '105213.885000', '105213.888000', '105213.891000', '105213.894000', '105213.897000', '105213.900000', '105213.903000', '105213.906000', '105213.909000', '105213.912000', '105213.914000', '105213.917000', '105213.920000', '105213.923000', '105213.926000', '105213.929000', '105213.932000', '105213.935000', '105213.937000', '105213.940000', '105213.943000', '105213.946000', '105213.949000', '105213.952000', '105213.955000', '105213.957000', '105213.960000', '105213.963000', '105213.966000', '105213.969000', '105213.972000', '105213.975000', '105213.977000', '105230.240000', '105230.245000', '105230.250000', '105230.256000', '105230.260000', '105230.266000', '105230.271000', '105230.274000', '105230.277000', '105230.280000', '105230.283000', '105230.286000', '105230.289000', '105230.292000', '105230.295000', '105230.298000', '105230.301000', '105230.304000', '105230.307000', '105230.310000', '105230.313000', '105230.316000', '105230.318000', '105230.322000', '105230.324000', '105230.327000', '105230.330000', '105230.333000', '105230.336000', '105230.339000', '105230.342000', '105230.345000', '105230.348000', '105230.351000', '105230.353000', '105230.356000'], 'InstanceCreationTime': ['104613.885000', '104613.889000', '104613.892000', '104613.895000', '104613.898000', '104613.900000', '104613.903000', '104613.906000', '104613.909000', '104613.912000', '104613.915000', '104613.918000', '104613.921000', '104613.924000', '104613.927000', '104613.930000', '104613.932000', '104613.935000', '104613.938000', '104613.941000', '104613.944000', '104613.947000', '104613.949000', '104613.952000', '104613.955000', '104613.958000', '104613.961000', '104613.970000', '104613.973000', '104613.978000', '104613.981000', '104613.984000', '104613.986000', '104613.989000', '104613.992000', '104613.995000', '104613.998000', '104614.002000', '104614.004000', '104614.007000', '104614.010000', '104614.013000', '104614.016000', '104614.019000', '104614.021000', '104614.024000', '104614.027000', '104614.030000', '104614.033000', '104614.036000', '104614.038000', '104614.041000', '104614.044000', '104633.854000', '104633.857000', '104633.860000', '104633.863000', '104633.867000', '104633.870000', '104633.872000', '104633.875000', '104633.878000', '104633.881000', '104633.884000', '104633.887000', '104633.890000', '104633.892000', '104633.895000', '104633.898000', '104633.901000', '104633.904000', '104633.907000', '104633.909000', '104633.912000', '104633.915000', '104633.918000', '104633.921000', '104633.924000', '104633.927000', '104633.929000', '104633.932000', '104633.935000', '104633.938000', '104633.941000', '104633.944000', '104633.947000', '104633.949000', '104633.952000', '104633.955000', '104633.958000', '104633.961000', '104633.964000', '104633.966000', '104633.969000', '104633.972000', '104633.975000', '104633.978000', '104653.853000', '104653.856000', '104653.859000', '104653.862000', '104653.865000', '104653.869000', '104653.872000', '104653.875000', '104653.878000', '104653.880000', '104653.883000', '104653.886000', '104653.889000', '104653.892000', '104653.895000', '104653.898000', '104653.900000', '104653.903000', '104653.906000', '104653.909000', '104653.912000', '104653.915000', '104653.923000', '104653.926000', '104653.928000', '104653.931000', '104653.934000', '104653.937000', '104653.940000', '104653.943000', '104653.946000', '104653.949000', '104653.951000', '104653.954000', '104653.957000', '104653.960000', '104653.963000', '104653.965000', '104653.968000', '104653.971000', '104653.974000', '104653.977000', '104653.980000', '104713.853000', '104713.856000', '104713.859000', '104713.862000', '104713.865000', '104713.867000', '104713.870000', '104713.873000', '104713.876000', '104713.879000', '104713.882000', '104713.885000', '104713.888000', '104713.890000', '104713.893000', '104713.896000', '104713.899000', '104713.902000', '104713.905000', '104713.908000', '104713.911000', '104713.914000', '104713.917000', '104713.919000', '104713.922000', '104713.929000', '104713.932000', '104713.935000', '104713.938000', '104713.941000', '104713.944000', '104713.947000', '104713.950000', '104713.952000', '104713.955000', '104713.958000', '104713.961000', '104713.964000', '104713.967000', '104713.969000', '104713.972000', '104713.975000', '104713.978000', '104713.981000', '104733.853000', '104733.856000', '104733.859000', '104733.862000', '104733.865000', '104733.868000', '104733.870000', '104733.873000', '104733.876000', '104733.879000', '104733.882000', '104733.885000', '104733.888000', '104733.891000', '104733.894000', '104733.897000', '104733.899000', '104733.903000', '104733.905000', '104733.908000', '104733.911000', '104733.914000', '104733.917000', '104733.920000', '104733.923000', '104733.925000', '104733.928000', '104733.931000', '104733.934000', '104733.937000', '104733.940000', '104733.943000', '104733.948000', '104733.952000', '104733.955000', '104733.958000', '104733.961000', '104733.964000', '104733.966000', '104733.969000', '104733.972000', '104733.975000', '104733.978000', '104753.853000', '104753.856000', '104753.859000', '104753.862000', '104753.864000', '104753.867000', '104753.870000', '104753.873000', '104753.876000', '104753.879000', '104753.882000', '104753.885000', '104753.888000', '104753.890000', '104753.894000', '104753.896000', '104753.899000', '104753.902000', '104753.905000', '104753.908000', '104753.911000', '104753.914000', '104753.917000', '104753.919000', '104753.922000', '104753.925000', '104753.928000', '104753.943000', '104753.946000', '104753.949000', '104753.952000', '104753.955000', '104753.958000', '104753.961000', '104753.964000', '104753.966000', '104753.969000', '104753.972000', '104753.975000', '104753.978000', '104753.981000', '104753.984000', '104753.987000', '104753.989000', '104813.853000', '104813.856000', '104813.859000', '104813.862000', '104813.865000', '104813.868000', '104813.870000', '104813.873000', '104813.876000', '104813.879000', '104813.882000', '104813.885000', '104813.888000', '104813.891000', '104813.894000', '104813.897000', '104813.900000', '104813.904000', '104813.908000', '104813.910000', '104813.913000', '104813.916000', '104813.919000', '104813.922000', '104813.925000', '104813.928000', '104813.931000', '104813.934000', '104813.936000', '104813.939000', '104813.942000', '104813.945000', '104813.948000', '104813.951000', '104813.953000', '104813.956000', '104813.959000', '104813.963000', '104813.968000', '104813.971000', '104813.974000', '104813.977000', '104813.980000', '104833.853000', '104833.856000', '104833.859000', '104833.862000', '104833.865000', '104833.868000', '104833.871000', '104833.874000', '104833.877000', '104833.880000', '104833.883000', '104833.886000', '104833.889000', '104833.892000', '104833.895000', '104833.897000', '104833.900000', '104833.903000', '104833.906000', '104833.909000', '104833.912000', '104833.914000', '104833.917000', '104833.920000', '104833.923000', '104833.926000', '104833.929000', '104833.932000', '104833.935000', '104833.937000', '104833.940000', '104833.943000', '104833.946000', '104833.949000', '104833.952000', '104833.954000', '104833.957000', '104833.960000', '104833.963000', '104833.966000', '104833.969000', '104833.971000', '104833.974000', '104833.977000', '104853.854000', '104853.857000', '104853.860000', '104853.863000', '104853.866000', '104853.868000', '104853.871000', '104853.874000', '104853.877000', '104853.880000', '104853.883000', '104853.886000', '104853.889000', '104853.892000', '104853.895000', '104853.897000', '104853.900000', '104853.903000', '104853.906000', '104853.909000', '104853.912000', '104853.914000', '104853.917000', '104853.920000', '104853.923000', '104853.926000', '104853.929000', '104853.932000', '104853.935000', '104853.937000', '104853.940000', '104853.943000', '104853.946000', '104853.949000', '104853.952000', '104853.955000', '104853.957000', '104853.960000', '104853.963000', '104853.966000', '104853.969000', '104853.972000', '104853.975000', '104913.853000', '104913.856000', '104913.859000', '104913.862000', '104913.865000', '104913.868000', '104913.870000', '104913.873000', '104913.876000', '104913.879000', '104913.882000', '104913.885000', '104913.888000', '104913.891000', '104913.893000', '104913.896000', '104913.899000', '104913.902000', '104913.905000', '104913.908000', '104913.911000', '104913.913000', '104913.916000', '104913.919000', '104913.922000', '104913.925000', '104913.928000', '104913.931000', '104913.934000', '104913.943000', '104913.946000', '104913.949000', '104913.952000', '104913.954000', '104913.957000', '104913.960000', '104913.963000', '104913.966000', '104913.969000', '104913.972000', '104913.974000', '104913.977000', '104913.980000', '104913.983000', '104933.853000', '104933.856000', '104933.859000', '104933.862000', '104933.865000', '104933.867000', '104933.871000', '104933.873000', '104933.894000', '104933.897000', '104933.900000', '104933.903000', '104933.906000', '104933.909000', '104933.912000', '104933.914000', '104933.917000', '104933.920000', '104933.923000', '104933.926000', '104933.929000', '104933.932000', '104933.935000', '104933.938000', '104933.941000', '104933.945000', '104933.948000', '104933.950000', '104933.953000', '104933.956000', '104933.959000', '104933.962000', '104933.965000', '104933.968000', '104933.971000', '104933.973000', '104933.976000', '104933.979000', '104933.982000', '104933.985000', '104933.988000', '104933.991000', '104933.994000', '104953.853000', '104953.856000', '104953.859000', '104953.862000', '104953.865000', '104953.867000', '104953.870000', '104953.873000', '104953.876000', '104953.879000', '104953.882000', '104953.885000', '104953.888000', '104953.891000', '104953.894000', '104953.897000', '104953.900000', '104953.902000', '104953.905000', '104953.908000', '104953.911000', '104953.914000', '104953.917000', '104953.920000', '104953.923000', '104953.925000', '104953.928000', '104953.931000', '104953.934000', '104953.937000', '104953.940000', '104953.942000', '104953.945000', '104953.948000', '104953.951000', '104953.954000', '104953.957000', '104953.960000', '104953.963000', '104953.965000', '104953.968000', '104953.971000', '104953.974000', '104953.977000', '105013.853000', '105013.856000', '105013.859000', '105013.862000', '105013.865000', '105013.868000', '105013.871000', '105013.874000', '105013.876000', '105013.879000', '105013.882000', '105013.885000', '105013.888000', '105013.891000', '105013.894000', '105013.897000', '105013.900000', '105013.903000', '105013.905000', '105013.908000', '105013.911000', '105013.914000', '105013.917000', '105013.920000', '105013.923000', '105013.926000', '105013.929000', '105013.931000', '105013.934000', '105013.937000', '105013.940000', '105013.943000', '105013.946000', '105013.949000', '105013.952000', '105013.955000', '105013.957000', '105013.960000', '105013.963000', '105013.966000', '105013.969000', '105013.972000', '105013.975000', '105033.853000', '105033.856000', '105033.859000', '105033.862000', '105033.865000', '105033.867000', '105033.871000', '105033.874000', '105033.876000', '105033.879000', '105033.882000', '105033.885000', '105033.888000', '105033.891000', '105033.895000', '105033.897000', '105033.900000', '105033.903000', '105033.906000', '105033.909000', '105033.912000', '105033.915000', '105033.918000', '105033.920000', '105033.923000', '105033.926000', '105033.929000', '105033.932000', '105033.935000', '105033.938000', '105033.941000', '105033.943000', '105033.946000', '105033.949000', '105033.952000', '105033.955000', '105033.958000', '105033.961000', '105033.963000', '105033.966000', '105033.969000', '105033.972000', '105033.975000', '105033.978000', '105053.853000', '105053.856000', '105053.859000', '105053.862000', '105053.865000', '105053.868000', '105053.870000', '105053.873000', '105053.876000', '105053.879000', '105053.882000', '105053.885000', '105053.888000', '105053.891000', '105053.894000', '105053.896000', '105053.899000', '105053.902000', '105053.905000', '105053.908000', '105053.911000', '105053.914000', '105053.917000', '105053.919000', '105053.922000', '105053.925000', '105053.928000', '105053.931000', '105053.934000', '105053.936000', '105053.939000', '105053.942000', '105053.945000', '105053.965000', '105053.967000', '105053.970000', '105053.973000', '105053.976000', '105053.980000', '105053.983000', '105053.986000', '105053.989000', '105053.992000', '105113.854000', '105113.857000', '105113.860000', '105113.863000', '105113.866000', '105113.869000', '105113.872000', '105113.874000', '105113.877000', '105113.880000', '105113.883000', '105113.886000', '105113.889000', '105113.892000', '105113.895000', '105113.897000', '105113.904000', '105113.907000', '105113.910000', '105113.913000', '105113.915000', '105113.918000', '105113.921000', '105113.924000', '105113.927000', '105113.930000', '105113.932000', '105113.935000', '105113.938000', '105113.941000', '105113.944000', '105113.948000', '105113.951000', '105113.954000', '105113.957000', '105113.959000', '105113.962000', '105113.965000', '105113.968000', '105113.971000', '105113.974000', '105113.976000', '105113.979000', '105113.982000', '105133.853000', '105133.856000', '105133.859000', '105133.862000', '105133.865000', '105133.868000', '105133.870000', '105133.873000', '105133.876000', '105133.879000', '105133.882000', '105133.885000', '105133.888000', '105133.891000', '105133.894000', '105133.896000', '105133.899000', '105133.902000', '105133.905000', '105133.908000', '105133.911000', '105133.914000', '105133.917000', '105133.919000', '105133.922000', '105133.925000', '105133.928000', '105133.931000', '105133.934000', '105133.936000', '105133.939000', '105133.942000', '105133.947000', '105133.950000', '105133.953000', '105133.955000', '105133.958000', '105133.961000', '105133.964000', '105133.967000', '105133.970000', '105133.973000', '105133.975000', '105153.854000', '105153.857000', '105153.860000', '105153.863000', '105153.866000', '105153.872000', '105153.875000', '105153.878000', '105153.881000', '105153.884000', '105153.887000', '105153.890000', '105153.893000', '105153.896000', '105153.898000', '105153.901000', '105153.904000', '105153.907000', '105153.910000', '105153.913000', '105153.916000', '105153.919000', '105153.922000', '105153.924000', '105153.927000', '105153.930000', '105153.933000', '105153.936000', '105153.939000', '105153.941000', '105153.944000', '105153.947000', '105153.950000', '105153.953000', '105153.956000', '105153.959000', '105153.961000', '105153.964000', '105153.967000', '105153.970000', '105153.973000', '105153.976000', '105153.979000', '105213.853000', '105213.856000', '105213.859000', '105213.862000', '105213.865000', '105213.868000', '105213.871000', '105213.874000', '105213.877000', '105213.879000', '105213.882000', '105213.885000', '105213.888000', '105213.891000', '105213.894000', '105213.897000', '105213.900000', '105213.903000', '105213.906000', '105213.909000', '105213.912000', '105213.914000', '105213.917000', '105213.920000', '105213.923000', '105213.926000', '105213.929000', '105213.932000', '105213.935000', '105213.937000', '105213.940000', '105213.943000', '105213.946000', '105213.949000', '105213.952000', '105213.955000', '105213.957000', '105213.960000', '105213.963000', '105213.966000', '105213.969000', '105213.972000', '105213.975000', '105213.977000', '105230.240000', '105230.245000', '105230.250000', '105230.256000', '105230.260000', '105230.266000', '105230.271000', '105230.274000', '105230.277000', '105230.280000', '105230.283000', '105230.286000', '105230.289000', '105230.292000', '105230.295000', '105230.298000', '105230.301000', '105230.304000', '105230.307000', '105230.310000', '105230.313000', '105230.316000', '105230.318000', '105230.322000', '105230.324000', '105230.327000', '105230.330000', '105230.333000', '105230.336000', '105230.339000', '105230.342000', '105230.345000', '105230.348000', '105230.351000', '105230.353000', '105230.356000'], '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': [9124, 7835, 11950, 8708, 12698, 8126, 11658, 9511, 11124, 10052, 9182, 13580, 8511, 14369, 9644, 12533, 9982, 12189, 8375, 7914, 8958, 8899, 10616, 8834, 8735, 9235, 9048, 12482, 8949, 9164, 9590, 8982, 9893, 9762, 9147, 11658, 9042, 14960, 9980, 9763, 10416, 9053, 9642, 8927, 7685, 9702, 8462, 10653, 9712, 9537, 12971, 11519, 14693, 12884, 9222, 8786, 12109, 9434, 8098, 15192, 9971, 10818, 11437, 8303, 13104, 8902, 12865, 11539, 9202, 14148, 10235, 8521, 11175, 8283, 7707, 9471, 9333, 9487, 10395, 10692, 10756, 9132, 14970, 10778, 12770, 13918, 11285, 11937, 9878, 8950, 11525, 9336, 12103, 10840, 10550, 13768, 9632, 13679, 8959, 10050, 7574, 7916, 9956, 8559, 10294, 10018, 8349, 11895, 12043, 11724, 14547, 13890, 11181, 16407, 9522, 18264, 11361, 13585, 9794, 7856, 10231, 9042, 10469, 9022, 11860, 9691, 14983, 10021, 10013, 10157, 8657, 11848, 8898, 11403, 9210, 10035, 8425, 9736, 9866, 9819, 8784, 9260, 9044, 12758, 9326, 15122, 9538, 8514, 9715, 8374, 10127, 12921, 9982, 12128, 9862, 10443, 8990, 10811, 11298, 9469, 13057, 9596, 10733, 10379, 8030, 8880, 9471, 10208, 10841, 13834, 9411, 17824, 9296, 15421, 10713, 14255, 9311, 13528, 9349, 12382, 9352, 12349, 9134, 14459, 8934, 8415, 10031, 8349, 10144, 8788, 10173, 13440, 8965, 11426, 9109, 10603, 9583, 10394, 8127, 9826, 10494, 8761, 12840, 9420, 11484, 8092, 10291, 8520, 9246, 13988, 9688, 12153, 10654, 9210, 10420, 8046, 11306, 8720, 10198, 10372, 8307, 14019, 10578, 11745, 8928, 7135, 6297, 10811, 10998, 13022, 8394, 8452, 9700, 8501, 13418, 10651, 7350, 12100, 11236, 14368, 17986, 13236, 11953, 14624, 9679, 16591, 10299, 14472, 10852, 12153, 13135, 10199, 17609, 14349, 11892, 12884, 9191, 7895, 9726, 8464, 12103, 8600, 8240, 11725, 8612, 11219, 10777, 9108, 12944, 10315, 13113, 12649, 8617, 8530, 9577, 7857, 11259, 9004, 8709, 12909, 8926, 7742, 10435, 10215, 12019, 16875, 11402, 8084, 10525, 13026, 16326, 18614, 15287, 11107, 9659, 12030, 8562, 7375, 9455, 7910, 10699, 8578, 12930, 11630, 10295, 14863, 11040, 8009, 8203, 10765, 8474, 8441, 10656, 8190, 8799, 10713, 8330, 8028, 12419, 9698, 8752, 11247, 13956, 9670, 8205, 8525, 10129, 8152, 7907, 9650, 10010, 7879, 9419, 11412, 10110, 14343, 12420, 8321, 9052, 12992, 10289, 8447, 7791, 9112, 8298, 8541, 7963, 11780, 9095, 8614, 11753, 13477, 12841, 12905, 17767, 12302, 17343, 11019, 14005, 9092, 10524, 13585, 9072, 8272, 7741, 8534, 7332, 11343, 8142, 10677, 8160, 7788, 9394, 8491, 11672, 8645, 13330, 10114, 16234, 12309, 8358, 11906, 8634, 10749, 9075, 13899, 8871, 13716, 9357, 14952, 10407, 11090, 9141, 8028, 12430, 8177, 11666, 8190, 13108, 8579, 14689, 10143, 10150, 8724, 8291, 10928, 8078, 13020, 13254, 15858, 12858, 9746, 9002, 8193, 7669, 10158, 8462, 11106, 8951, 9993, 8372, 9915, 8941, 9980, 12561, 9574, 14777, 8221, 14438, 10925, 14101, 9671, 8585, 7887, 8580, 7989, 11288, 7818, 9371, 7524, 7865, 12442, 7683, 10198, 7998, 9660, 8438, 9597, 7814, 10122, 7765, 8157, 8152, 11273, 8760, 8110, 10942, 7830, 9731, 7678, 8233, 13285, 7865, 10664, 8235, 8713, 14330, 8027, 9711, 7738, 8460, 8142, 7797, 7825, 8406, 11412, 7726, 8266, 8202, 14917, 10887, 10832, 7391, 8412, 11054, 8331, 8018, 7482, 7776, 9631, 14357, 8783, 14616, 7747, 9722, 9759, 9299, 14321, 13722, 12217, 10797, 8026, 8854, 8258, 7936, 12155, 8764, 13919, 9203, 13461, 9339, 16339, 9254, 13641, 9106, 13645, 13880, 15343, 12583, 16427, 9290, 11023, 8408, 10464, 8302, 10493, 7213, 9056, 8369, 8516, 11598, 7888, 11870, 8496, 9970, 8677, 8781, 16339, 9998, 12658, 8195, 7134, 8596, 11325, 7540, 11024, 8425, 8593, 12876, 9387, 12800, 10017, 11377, 7789, 9144, 8352, 7902, 12243, 8262, 10436, 10344, 7758, 11418, 7923, 9500, 13047, 7247, 9339, 7918, 7650, 10726, 12679, 14009, 13198, 9724, 8005, 11854, 10265, 9846, 9421, 18506, 8544, 9988, 7934, 9171, 12766, 8359, 12489, 9089, 10388, 10981, 8105, 14428, 8159, 13433, 8775, 13864, 9159, 10213, 8975, 9222, 9397, 13481, 7677, 11341, 8594, 10230, 7885, 10112, 8213, 11921, 9035, 13003, 9545, 10053, 7215, 9051, 8486, 9273, 12614, 7475, 13214, 9838, 11863, 7243, 8319, 7921, 10104, 8249, 8795, 7937, 8102, 10610, 8107, 7787, 9466, 8557, 12519, 8343, 13800, 10567, 13687, 11930, 11476, 12319, 16573, 10856, 13452, 8300, 12189, 8043, 11021, 8343, 10476, 8227, 11927, 11318, 13038, 9223, 9398, 7860, 7389, 8270, 7653, 8897, 7647, 7975, 12239, 7626, 10551, 7559, 9223, 7943, 8746, 9336, 7471, 12514, 7921, 12663, 8203, 9372, 7319, 8204, 8858, 7772, 13176, 8971, 14575, 8363, 9451, 8594, 7730, 8896, 10919, 7255, 9337, 7429, 8137, 8063, 7829, 11940, 7471, 11975, 7812, 9706, 7803, 11410, 8480, 13488, 12660, 13199, 11767, 8179, 9677, 8179, 10634, 12017, 9205, 16581, 9721, 15297, 9642, 9873, 7577, 8495, 7501, 8779, 8665, 9733, 9662, 12298, 7877, 7744, 9788, 7978, 7770, 11819, 9873, 8055, 16356, 10651, 17163, 10361, 15431, 8801, 15456, 8712, 14294, 8630, 14374, 8110, 11890, 8096, 11865, 11077, 9774, 13150, 7946, 8031, 8079, 7659, 8522, 8149, 10141, 8095, 9826, 8799, 10192, 7833, 11441, 10814, 12723, 11508, 15253, 8524, 11046, 7995, 7877, 11119, 13555, 7710, 12145, 8072, 8812, 9046, 8205, 11623, 8143, 12965, 10106, 17373, 8574, 8433, 8064, 6839, 8261, 7347, 11073, 7971, 9762, 7932, 9567, 7997, 11629, 8710, 13798, 13496, 14024, 14398, 11556, 14034, 8877, 12693, 8751, 10892, 10479, 7741, 12870, 7005, 10220, 8107, 8652, 8774, 8182, 9155, 8751, 9172, 10405, 8477, 11543, 8218, 9332, 8372, 9560, 8382, 11259, 7379, 14778, 7831, 13607, 10652, 15388, 11834, 13216, 8460, 11849, 7671, 10021, 9371, 9178, 11419, 7190, 12509, 9125, 13147, 12211, 9476, 9538, 7633, 13342, 7509, 9771, 7674, 8445, 8336, 8371, 11083, 7722, 9484, 8234, 7919, 10615], 'WindowCenter': [4179.0, 4149.0, 4176.0, 4144.0, 4184.0, 4132.0, 4157.0, 4136.0, 4148.0, 4124.0, 4126.0, 4142.0, 4113.0, 4154.0, 4112.0, 4143.0, 4122.0, 4131.0, 4097.0, 4087.0, 4110.0, 4123.0, 4135.0, 4126.0, 4116.0, 4123.0, 4126.0, 4156.0, 4128.0, 4125.0, 4134.0, 4127.0, 4135.0, 4135.0, 4125.0, 4145.0, 4139.0, 4181.0, 4137.0, 4136.0, 4134.0, 4113.0, 4124.0, 4113.0, 4096.0, 4128.0, 4119.0, 4139.0, 4130.0, 4128.0, 4161.0, 4153.0, 4169.0, 4157.0, 4127.0, 4129.0, 4156.0, 4125.0, 4106.0, 4168.0, 4136.0, 4132.0, 4144.0, 4114.0, 4155.0, 4112.0, 4141.0, 4136.0, 4112.0, 4143.0, 4121.0, 4101.0, 4133.0, 4111.0, 4106.0, 4136.0, 4142.0, 4137.0, 4151.0, 4148.0, 4147.0, 4140.0, 4181.0, 4150.0, 4156.0, 4157.0, 4134.0, 4134.0, 4123.0, 4114.0, 4134.0, 4113.0, 4134.0, 4120.0, 4120.0, 4130.0, 4110.0, 4140.0, 4113.0, 4113.0, 4089.0, 4090.0, 4107.0, 4099.0, 4121.0, 4123.0, 4101.0, 4145.0, 4147.0, 4145.0, 4160.0, 4131.0, 4123.0, 4139.0, 4109.0, 4151.0, 4119.0, 4127.0, 4097.0, 4087.0, 4109.0, 4109.0, 4122.0, 4112.0, 4146.0, 4123.0, 4151.0, 4126.0, 4122.0, 4124.0, 4114.0, 4133.0, 4117.0, 4134.0, 4113.0, 4126.0, 4102.0, 4123.0, 4122.0, 4121.0, 4112.0, 4113.0, 4115.0, 4143.0, 4113.0, 4141.0, 4109.0, 4087.0, 4109.0, 4089.0, 4120.0, 4128.0, 4112.0, 4119.0, 4109.0, 4111.0, 4113.0, 4123.0, 4121.0, 4112.0, 4136.0, 4102.0, 4123.0, 4114.0, 4096.0, 4106.0, 4112.0, 4111.0, 4124.0, 4141.0, 4101.0, 4148.0, 4098.0, 4137.0, 4108.0, 4114.0, 4084.0, 4114.0, 4082.0, 4113.0, 4087.0, 4115.0, 4086.0, 4126.0, 4086.0, 4078.0, 4107.0, 4087.0, 4107.0, 4085.0, 4109.0, 4126.0, 4099.0, 4119.0, 4086.0, 4109.0, 4096.0, 4107.0, 4074.0, 4107.0, 4104.0, 4097.0, 4128.0, 4100.0, 4118.0, 4087.0, 4107.0, 4087.0, 4098.0, 4126.0, 4096.0, 4119.0, 4106.0, 4099.0, 4102.0, 4073.0, 4104.0, 4086.0, 4106.0, 4092.0, 4074.0, 4129.0, 4105.0, 4108.0, 4082.0, 4023.0, 4041.0, 4089.0, 4092.0, 4113.0, 4085.0, 4085.0, 4109.0, 4097.0, 4139.0, 4120.0, 4091.0, 4133.0, 4117.0, 4127.0, 4139.0, 4115.0, 4104.0, 4137.0, 4098.0, 4124.0, 4084.0, 4113.0, 4093.0, 4090.0, 4104.0, 4071.0, 4114.0, 4100.0, 4091.0, 4102.0, 4071.0, 4048.0, 4083.0, 4065.0, 4104.0, 4073.0, 4073.0, 4105.0, 4074.0, 4094.0, 4094.0, 4073.0, 4104.0, 4080.0, 4101.0, 4104.0, 4074.0, 4074.0, 4094.0, 4066.0, 4099.0, 4074.0, 4073.0, 4108.0, 4088.0, 4079.0, 4109.0, 4099.0, 4120.0, 4129.0, 4106.0, 4079.0, 4099.0, 4104.0, 4125.0, 4128.0, 4115.0, 4091.0, 4084.0, 4100.0, 4072.0, 4048.0, 4070.0, 4061.0, 4080.0, 4059.0, 4086.0, 4092.0, 4080.0, 4111.0, 4091.0, 4050.0, 4058.0, 4078.0, 4049.0, 4048.0, 4081.0, 4061.0, 4061.0, 4091.0, 4061.0, 4058.0, 4105.0, 4083.0, 4063.0, 4081.0, 4099.0, 4070.0, 4063.0, 4062.0, 4079.0, 4063.0, 4062.0, 4083.0, 4084.0, 4076.0, 4084.0, 4106.0, 4111.0, 4129.0, 4115.0, 4086.0, 4088.0, 4107.0, 4082.0, 4062.0, 4053.0, 4086.0, 4075.0, 4086.0, 4076.0, 4109.0, 4088.0, 4079.0, 4121.0, 4121.0, 4117.0, 4110.0, 4130.0, 4095.0, 4113.0, 4067.0, 4075.0, 4048.0, 4055.0, 4076.0, 4043.0, 4059.0, 4049.0, 4072.0, 4063.0, 4094.0, 4076.0, 4092.0, 4076.0, 4061.0, 4083.0, 4087.0, 4104.0, 4076.0, 4115.0, 4081.0, 4126.0, 4105.0, 4074.0, 4115.0, 4088.0, 4106.0, 4088.0, 4114.0, 4075.0, 4115.0, 4085.0, 4114.0, 4095.0, 4090.0, 4083.0, 4077.0, 4114.0, 4089.0, 4105.0, 4076.0, 4116.0, 4084.0, 4126.0, 4110.0, 4099.0, 4089.0, 4079.0, 4099.0, 4081.0, 4109.0, 4109.0, 4131.0, 4108.0, 4089.0, 4074.0, 4065.0, 4054.0, 4084.0, 4060.0, 4096.0, 4059.0, 4085.0, 4062.0, 4082.0, 4072.0, 4081.0, 4090.0, 4069.0, 4090.0, 4048.0, 4085.0, 4062.0, 4085.0, 4068.0, 4060.0, 4061.0, 4057.0, 4061.0, 4087.0, 4051.0, 4071.0, 4050.0, 4064.0, 4113.0, 4063.0, 4093.0, 4072.0, 4083.0, 4071.0, 4084.0, 4064.0, 4091.0, 4079.0, 4086.0, 4091.0, 4124.0, 4088.0, 4074.0, 4090.0, 4067.0, 4099.0, 4065.0, 4076.0, 4117.0, 4073.0, 4094.0, 4058.0, 4071.0, 4113.0, 4052.0, 4083.0, 4048.0, 4072.0, 4064.0, 4076.0, 4074.0, 4083.0, 4103.0, 4062.0, 4071.0, 4086.0, 4140.0, 4096.0, 4096.0, 4065.0, 4092.0, 4107.0, 4085.0, 4079.0, 4078.0, 4089.0, 4123.0, 4138.0, 4091.0, 4129.0, 4078.0, 4101.0, 4099.0, 4091.0, 4121.0, 4121.0, 4094.0, 4083.0, 4053.0, 4076.0, 4081.0, 4080.0, 4123.0, 4091.0, 4108.0, 4078.0, 4108.0, 4088.0, 4128.0, 4085.0, 4107.0, 4063.0, 4105.0, 4090.0, 4089.0, 4076.0, 4099.0, 4058.0, 4068.0, 4049.0, 4068.0, 4061.0, 4068.0, 4026.0, 4046.0, 4045.0, 4059.0, 4076.0, 4045.0, 4077.0, 4046.0, 4057.0, 4048.0, 4048.0, 4097.0, 4055.0, 4078.0, 4049.0, 4040.0, 4071.0, 4079.0, 4049.0, 4080.0, 4048.0, 4061.0, 4090.0, 4072.0, 4091.0, 4081.0, 4090.0, 4052.0, 4071.0, 4050.0, 4051.0, 4080.0, 4046.0, 4077.0, 4068.0, 4049.0, 4077.0, 4046.0, 4069.0, 4088.0, 4044.0, 4062.0, 4038.0, 4019.0, 4066.0, 4074.0, 4077.0, 4076.0, 4057.0, 4048.0, 4089.0, 4078.0, 4069.0, 4056.0, 4108.0, 4047.0, 4066.0, 4045.0, 4069.0, 4087.0, 4060.0, 4087.0, 4044.0, 4063.0, 4061.0, 4033.0, 4085.0, 4032.0, 4074.0, 4046.0, 4087.0, 4056.0, 4066.0, 4060.0, 4066.0, 4083.0, 4097.0, 4049.0, 4079.0, 4059.0, 4079.0, 4063.0, 4081.0, 4072.0, 4088.0, 4070.0, 4101.0, 4081.0, 4081.0, 4048.0, 4073.0, 4061.0, 4072.0, 4088.0, 4052.0, 4101.0, 4083.0, 4093.0, 4055.0, 4066.0, 4040.0, 4072.0, 4059.0, 4061.0, 4051.0, 4064.0, 4096.0, 4075.0, 4064.0, 4086.0, 4065.0, 4104.0, 4064.0, 4107.0, 4080.0, 4092.0, 4079.0, 4069.0, 4078.0, 4099.0, 4066.0, 4070.0, 4035.0, 4065.0, 4037.0, 4064.0, 4046.0, 4066.0, 4036.0, 4068.0, 4065.0, 4077.0, 4054.0, 4057.0, 4046.0, 4038.0, 4058.0, 4048.0, 4071.0, 4047.0, 4064.0, 4098.0, 4050.0, 4081.0, 4052.0, 4071.0, 4048.0, 4058.0, 4068.0, 4048.0, 4087.0, 4060.0, 4098.0, 4060.0, 4068.0, 4050.0, 4059.0, 4072.0, 4061.0, 4102.0, 4068.0, 4109.0, 4063.0, 4081.0, 4083.0, 4064.0, 4096.0, 4106.0, 4065.0, 4085.0, 4065.0, 4075.0, 4074.0, 4078.0, 4114.0, 4077.0, 4116.0, 4077.0, 4095.0, 4075.0, 4105.0, 4088.0, 4128.0, 4127.0, 4117.0, 4102.0, 4074.0, 4081.0, 4060.0, 4080.0, 4088.0, 4069.0, 4111.0, 4071.0, 4113.0, 4069.0, 4064.0, 4049.0, 4057.0, 4035.0, 4076.0, 4086.0, 4084.0, 4083.0, 4104.0, 4065.0, 4066.0, 4086.0, 4067.0, 4056.0, 4108.0, 4083.0, 4063.0, 4114.0, 4083.0, 4112.0, 4083.0, 4103.0, 4056.0, 4087.0, 4045.0, 4074.0, 4037.0, 4076.0, 4032.0, 4063.0, 4035.0, 4064.0, 4065.0, 4052.0, 4084.0, 4046.0, 4047.0, 4061.0, 4059.0, 4067.0, 4064.0, 4081.0, 4063.0, 4081.0, 4076.0, 4091.0, 4066.0, 4104.0, 4091.0, 4091.0, 4080.0, 4099.0, 4046.0, 4079.0, 4045.0, 4058.0, 4092.0, 4102.0, 4050.0, 4086.0, 4047.0, 4058.0, 4056.0, 4048.0, 4079.0, 4051.0, 4088.0, 4068.0, 4107.0, 4047.0, 4045.0, 4046.0, 4026.0, 4045.0, 4040.0, 4080.0, 4059.0, 4080.0, 4059.0, 4069.0, 4063.0, 4090.0, 4073.0, 4103.0, 4100.0, 4102.0, 4101.0, 4080.0, 4085.0, 4058.0, 4077.0, 4047.0, 4069.0, 4066.0, 4038.0, 4086.0, 4027.0, 4063.0, 4046.0, 4042.0, 4046.0, 4044.0, 4056.0, 4046.0, 4057.0, 4065.0, 4048.0, 4080.0, 4056.0, 4070.0, 4061.0, 4061.0, 4048.0, 4075.0, 4041.0, 4099.0, 4041.0, 4088.0, 4080.0, 4100.0, 4079.0, 4076.0, 4046.0, 4074.0, 4036.0, 4056.0, 4055.0, 4057.0, 4061.0, 4024.0, 4076.0, 4051.0, 4089.0, 4078.0, 4056.0, 4055.0, 4034.0, 4086.0, 4023.0, 4057.0, 4033.0, 4045.0, 4046.0, 4058.0, 4076.0, 4045.0, 4070.0, 4058.0, 4060.0, 4105.0], 'WindowWidth': [9279.0, 9234.0, 9262.0, 9219.0, 9270.0, 9198.0, 9221.0, 9191.0, 9209.0, 9170.0, 9174.0, 9190.0, 9153.0, 9209.0, 9149.0, 9191.0, 9164.0, 9173.0, 9127.0, 9112.0, 9144.0, 9168.0, 9185.0, 9177.0, 9161.0, 9168.0, 9175.0, 9219.0, 9182.0, 9175.0, 9184.0, 9178.0, 9185.0, 9188.0, 9173.0, 9202.0, 9199.0, 9260.0, 9195.0, 9187.0, 9183.0, 9154.0, 9167.0, 9150.0, 9131.0, 9176.0, 9166.0, 9192.0, 9183.0, 9178.0, 9229.0, 9220.0, 9235.0, 9217.0, 9175.0, 9181.0, 9215.0, 9172.0, 9148.0, 9236.0, 9189.0, 9178.0, 9196.0, 9156.0, 9213.0, 9150.0, 9187.0, 9186.0, 9145.0, 9190.0, 9158.0, 9132.0, 9178.0, 9150.0, 9152.0, 9191.0, 9207.0, 9193.0, 9216.0, 9208.0, 9205.0, 9201.0, 9257.0, 9216.0, 9215.0, 9219.0, 9183.0, 9179.0, 9165.0, 9154.0, 9182.0, 9151.0, 9183.0, 9155.0, 9156.0, 9167.0, 9141.0, 9183.0, 9150.0, 9145.0, 9115.0, 9111.0, 9133.0, 9126.0, 9158.0, 9162.0, 9133.0, 9196.0, 9205.0, 9197.0, 9227.0, 9167.0, 9162.0, 9178.0, 9140.0, 9198.0, 9151.0, 9156.0, 9117.0, 9107.0, 9139.0, 9142.0, 9161.0, 9151.0, 9200.0, 9167.0, 9201.0, 9171.0, 9162.0, 9166.0, 9153.0, 9178.0, 9162.0, 9182.0, 9151.0, 9171.0, 9134.0, 9166.0, 9161.0, 9162.0, 9150.0, 9151.0, 9159.0, 9194.0, 9153.0, 9185.0, 9140.0, 9108.0, 9139.0, 9112.0, 9158.0, 9162.0, 9143.0, 9150.0, 9138.0, 9141.0, 9149.0, 9160.0, 9154.0, 9142.0, 9182.0, 9130.0, 9158.0, 9148.0, 9126.0, 9141.0, 9150.0, 9141.0, 9164.0, 9183.0, 9131.0, 9191.0, 9121.0, 9175.0, 9132.0, 9137.0, 9098.0, 9135.0, 9092.0, 9133.0, 9103.0, 9137.0, 9100.0, 9157.0, 9104.0, 9092.0, 9132.0, 9106.0, 9132.0, 9101.0, 9138.0, 9156.0, 9123.0, 9151.0, 9104.0, 9141.0, 9117.0, 9131.0, 9085.0, 9131.0, 9123.0, 9120.0, 9166.0, 9124.0, 9147.0, 9107.0, 9134.0, 9104.0, 9121.0, 9157.0, 9119.0, 9152.0, 9127.0, 9120.0, 9118.0, 9083.0, 9122.0, 9100.0, 9129.0, 9103.0, 9084.0, 9166.0, 9127.0, 9132.0, 9090.0, 8992.0, 9033.0, 9090.0, 9102.0, 9135.0, 9100.0, 9100.0, 9138.0, 9122.0, 9181.0, 9156.0, 9119.0, 9174.0, 9146.0, 9158.0, 9184.0, 9140.0, 9122.0, 9174.0, 9121.0, 9152.0, 9095.0, 9130.0, 9102.0, 9092.0, 9120.0, 9068.0, 9139.0, 9111.0, 9094.0, 9113.0, 9071.0, 9035.0, 9088.0, 9066.0, 9120.0, 9078.0, 9079.0, 9124.0, 9082.0, 9107.0, 9106.0, 9074.0, 9119.0, 9082.0, 9108.0, 9118.0, 9078.0, 9081.0, 9108.0, 9071.0, 9114.0, 9078.0, 9074.0, 9128.0, 9103.0, 9095.0, 9134.0, 9121.0, 9148.0, 9166.0, 9124.0, 9092.0, 9117.0, 9122.0, 9153.0, 9162.0, 9133.0, 9098.0, 9092.0, 9113.0, 9076.0, 9038.0, 9067.0, 9057.0, 9078.0, 9052.0, 9084.0, 9099.0, 9081.0, 9124.0, 9095.0, 9040.0, 9048.0, 9072.0, 9037.0, 9032.0, 9081.0, 9055.0, 9055.0, 9098.0, 9061.0, 9050.0, 9121.0, 9089.0, 9060.0, 9081.0, 9106.0, 9067.0, 9062.0, 9058.0, 9080.0, 9063.0, 9063.0, 9091.0, 9092.0, 9087.0, 9095.0, 9129.0, 9139.0, 9162.0, 9138.0, 9100.0, 9102.0, 9122.0, 9083.0, 9057.0, 9045.0, 9096.0, 9082.0, 9097.0, 9084.0, 9128.0, 9101.0, 9091.0, 9148.0, 9152.0, 9143.0, 9133.0, 9169.0, 9107.0, 9133.0, 9054.0, 9062.0, 9030.0, 9032.0, 9064.0, 9017.0, 9050.0, 9037.0, 9073.0, 9068.0, 9104.0, 9087.0, 9101.0, 9085.0, 9060.0, 9092.0, 9101.0, 9123.0, 9087.0, 9137.0, 9087.0, 9149.0, 9121.0, 9082.0, 9137.0, 9107.0, 9127.0, 9105.0, 9134.0, 9081.0, 9134.0, 9094.0, 9135.0, 9109.0, 9096.0, 9090.0, 9088.0, 9137.0, 9108.0, 9123.0, 9086.0, 9138.0, 9096.0, 9155.0, 9135.0, 9119.0, 9107.0, 9093.0, 9118.0, 9095.0, 9131.0, 9133.0, 9164.0, 9126.0, 9103.0, 9078.0, 9067.0, 9048.0, 9089.0, 9052.0, 9107.0, 9050.0, 9092.0, 9057.0, 9084.0, 9069.0, 9084.0, 9095.0, 9061.0, 9089.0, 9032.0, 9079.0, 9042.0, 9078.0, 9059.0, 9055.0, 9057.0, 9048.0, 9059.0, 9088.0, 9044.0, 9071.0, 9043.0, 9067.0, 9134.0, 9067.0, 9106.0, 9077.0, 9092.0, 9075.0, 9095.0, 9067.0, 9100.0, 9096.0, 9104.0, 9118.0, 9165.0, 9105.0, 9083.0, 9098.0, 9075.0, 9121.0, 9071.0, 9088.0, 9141.0, 9079.0, 9109.0, 9054.0, 9072.0, 9128.0, 9045.0, 9090.0, 9040.0, 9076.0, 9065.0, 9089.0, 9082.0, 9097.0, 9120.0, 9063.0, 9076.0, 9102.0, 9182.0, 9113.0, 9112.0, 9074.0, 9119.0, 9130.0, 9101.0, 9093.0, 9095.0, 9113.0, 9166.0, 9178.0, 9113.0, 9161.0, 9092.0, 9126.0, 9121.0, 9111.0, 9149.0, 9147.0, 9100.0, 9079.0, 9041.0, 9078.0, 9093.0, 9092.0, 9152.0, 9111.0, 9123.0, 9085.0, 9127.0, 9102.0, 9158.0, 9095.0, 9125.0, 9056.0, 9120.0, 9089.0, 9091.0, 9063.0, 9101.0, 9041.0, 9056.0, 9036.0, 9058.0, 9054.0, 9057.0, 8999.0, 9026.0, 9022.0, 9050.0, 9068.0, 9025.0, 9071.0, 9025.0, 9042.0, 9030.0, 9030.0, 9096.0, 9035.0, 9070.0, 9036.0, 9028.0, 9072.0, 9077.0, 9038.0, 9083.0, 9031.0, 9054.0, 9093.0, 9069.0, 9098.0, 9082.0, 9092.0, 9046.0, 9071.0, 9036.0, 9043.0, 9077.0, 9026.0, 9072.0, 9058.0, 9036.0, 9073.0, 9029.0, 9064.0, 9086.0, 9034.0, 9052.0, 9015.0, 8976.0, 9050.0, 9065.0, 9066.0, 9063.0, 9039.0, 9034.0, 9090.0, 9076.0, 9063.0, 9043.0, 9120.0, 9031.0, 9058.0, 9027.0, 9068.0, 9087.0, 9055.0, 9087.0, 9021.0, 9047.0, 9040.0, 9006.0, 9079.0, 9003.0, 9062.0, 9028.0, 9082.0, 9041.0, 9053.0, 9053.0, 9059.0, 9090.0, 9100.0, 9036.0, 9075.0, 9049.0, 9075.0, 9062.0, 9086.0, 9075.0, 9092.0, 9068.0, 9112.0, 9084.0, 9082.0, 9036.0, 9075.0, 9054.0, 9072.0, 9089.0, 9046.0, 9111.0, 9088.0, 9100.0, 9054.0, 9067.0, 9022.0, 9066.0, 9047.0, 9052.0, 9039.0, 9062.0, 9109.0, 9083.0, 9069.0, 9095.0, 9063.0, 9118.0, 9063.0, 9127.0, 9078.0, 9100.0, 9073.0, 9060.0, 9069.0, 9107.0, 9050.0, 9051.0, 9005.0, 9047.0, 9013.0, 9046.0, 9024.0, 9054.0, 9010.0, 9058.0, 9050.0, 9068.0, 9034.0, 9046.0, 9031.0, 9023.0, 9050.0, 9038.0, 9071.0, 9035.0, 9066.0, 9106.0, 9044.0, 9083.0, 9045.0, 9069.0, 9034.0, 9049.0, 9061.0, 9039.0, 9088.0, 9056.0, 9105.0, 9057.0, 9065.0, 9042.0, 9054.0, 9073.0, 9060.0, 9115.0, 9065.0, 9123.0, 9063.0, 9086.0, 9094.0, 9070.0, 9116.0, 9128.0, 9073.0, 9096.0, 9070.0, 9085.0, 9083.0, 9095.0, 9138.0, 9094.0, 9144.0, 9091.0, 9110.0, 9087.0, 9126.0, 9107.0, 9162.0, 9162.0, 9141.0, 9117.0, 9080.0, 9085.0, 9055.0, 9085.0, 9088.0, 9065.0, 9123.0, 9070.0, 9132.0, 9066.0, 9054.0, 9039.0, 9047.0, 9016.0, 9084.0, 9101.0, 9095.0, 9091.0, 9116.0, 9067.0, 9069.0, 9095.0, 9069.0, 9054.0, 9125.0, 9089.0, 9062.0, 9133.0, 9088.0, 9128.0, 9089.0, 9113.0, 9042.0, 9082.0, 9024.0, 9059.0, 9013.0, 9063.0, 9004.0, 9042.0, 9008.0, 9045.0, 9046.0, 9025.0, 9078.0, 9027.0, 9032.0, 9055.0, 9057.0, 9063.0, 9064.0, 9084.0, 9061.0, 9084.0, 9085.0, 9100.0, 9072.0, 9122.0, 9098.0, 9096.0, 9077.0, 9105.0, 9027.0, 9074.0, 9027.0, 9049.0, 9099.0, 9111.0, 9042.0, 9083.0, 9032.0, 9047.0, 9041.0, 9034.0, 9075.0, 9040.0, 9088.0, 9059.0, 9115.0, 9029.0, 9024.0, 9030.0, 9004.0, 9028.0, 9026.0, 9081.0, 9055.0, 9080.0, 9053.0, 9066.0, 9062.0, 9097.0, 9076.0, 9114.0, 9112.0, 9112.0, 9113.0, 9078.0, 9082.0, 9045.0, 9069.0, 9027.0, 9060.0, 9050.0, 9020.0, 9080.0, 9004.0, 9047.0, 9028.0, 9019.0, 9028.0, 9023.0, 9041.0, 9028.0, 9041.0, 9054.0, 9033.0, 9077.0, 9046.0, 9065.0, 9055.0, 9051.0, 9034.0, 9065.0, 9027.0, 9103.0, 9026.0, 9089.0, 9079.0, 9110.0, 9075.0, 9067.0, 9026.0, 9061.0, 9014.0, 9039.0, 9034.0, 9041.0, 9040.0, 8995.0, 9066.0, 9029.0, 9090.0, 9069.0, 9039.0, 9036.0, 9011.0, 9077.0, 8994.0, 9041.0, 9007.0, 9027.0, 9025.0, 9048.0, 9068.0, 9029.0, 9064.0, 9049.0, 9057.0, 9123.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.004532114942528736</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.07787320632183908</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>42.65650216955124</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.1940334675258915</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0224490726927504</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.47</td></tr>
|
|
<tr><td colspan=3>fber</td><td>5651.1328</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.22846359545142125</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>333</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>38.275862068965516</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5007120428447966</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4788711227172886</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.696350026623097</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.326914979194004</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0172986</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.009918437339365482</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.017778439447283745</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>870</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>4.14165575276022</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>z</td><td>2.6999998092651367</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>k</td><td>30.9093</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>40.5211</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>168.9747</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>47.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>303111.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>746.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>338.266</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.8308</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>466.9191</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3313.5922</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3498.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>73433.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1225.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4264.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>844.584</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>24.25923504587263</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> |