=== 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-0002 --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-0002",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
105 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
105 KiB
(Stored with Git Annex)
HTML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
|
|
<title>sub-0002_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-0002_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-0002_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-0002/figures/sub-0002_ses-01_task-social_acq-mb8_run-06_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0002/figures/sub-0002_ses-01_task-social_acq-mb8_run-06_desc-stdev_bold.svg" target="_blank">sub-0002/figures/sub-0002_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-0002_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-0002/figures/sub-0002_ses-01_task-social_acq-mb8_run-06_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0002/figures/sub-0002_ses-01_task-social_acq-mb8_run-06_desc-background_bold.svg" target="_blank">sub-0002/figures/sub-0002_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-0002_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-0002/figures/sub-0002_ses-01_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0002/figures/sub-0002_ses-01_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" target="_blank">sub-0002/figures/sub-0002_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-0002_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-0002/figures/sub-0002_ses-01_task-social_acq-mb8_run-06_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0002/figures/sub-0002_ses-01_task-social_acq-mb8_run-06_desc-carpet_bold.svg" target="_blank">sub-0002/figures/sub-0002_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-0002_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-0002/figures/sub-0002_ses-01_task-social_acq-mb8_run-06_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0002/figures/sub-0002_ses-01_task-social_acq-mb8_run-06_desc-mean_bold.svg" target="_blank">sub-0002/figures/sub-0002_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-0002_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-0002/figures/sub-0002_ses-01_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0002/figures/sub-0002_ses-01_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" target="_blank">sub-0002/figures/sub-0002_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-0002_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-0002/figures/sub-0002_ses-01_task-social_acq-mb8_run-06_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0002/figures/sub-0002_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-0002/figures/sub-0002_ses-01_task-social_acq-mb8_run-06_desc-norm_bold.svg" target="_blank">sub-0002/figures/sub-0002_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-0002/ses-01/func/sub-0002_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>d6daa36281d574c2fc49852cc2cede59</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:29:39.950000</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.995306, -0.0321507, 0.0912771, 0.00990197, 0.972084, 0.234426]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-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.0712836</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>22</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4156, -7784, -7285, 498, -89, -320, 40, 71]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>social</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>233.707</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>480a856e-1ee6-40f8-b590-abd99d959791||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.6703343391418457, 0.0265662744641304, 0.2599179148674011, 109.67444610595703], [0.08625806123018265, 2.6080291271209717, 0.6275385618209839, -108.73139190673828], [0.24488967657089233, -0.6289473176002502, 2.613166332244873, -43.26124572753906], [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': ['102939.950000', '102940.410000', '102940.870000', '102941.330000', '102941.790000', '102942.250000', '102942.710000', '102943.170000', '102943.630000', '102944.090000', '102944.550000', '102945.010000', '102945.470000', '102945.930000', '102946.390000', '102946.850000', '102947.310000', '102947.770000', '102948.230000', '102948.690000', '102949.150000', '102949.610000', '102950.070000', '102950.530000', '102950.990000', '102951.450000', '102951.910000', '102952.370000', '102952.830000', '102953.290000', '102953.750000', '102954.210000', '102954.670000', '102955.130000', '102955.590000', '102956.050000', '102956.510000', '102956.970000', '102957.430000', '102957.890000', '102958.350000', '102958.810000', '102959.270000', '102959.730000', '103000.190000', '103000.650000', '103001.110000', '103001.570000', '103002.030000', '103002.490000', '103002.950000', '103003.410000', '103003.870000', '103004.330000', '103004.790000', '103005.250000', '103005.710000', '103006.170000', '103006.630000', '103007.090000', '103007.550000', '103008.010000', '103008.470000', '103008.930000', '103009.390000', '103009.850000', '103010.310000', '103010.770000', '103011.230000', '103011.690000', '103012.150000', '103012.610000', '103013.070000', '103013.530000', '103013.990000', '103014.450000', '103014.910000', '103015.370000', '103015.830000', '103016.290000', '103016.750000', '103017.210000', '103017.670000', '103018.130000', '103018.590000', '103019.050000', '103019.510000', '103019.970000', '103020.430000', '103020.890000', '103021.350000', '103021.810000', '103022.270000', '103022.730000', '103023.190000', '103023.650000', '103024.110000', '103024.570000', '103025.030000', '103025.490000', '103025.950000', '103026.410000', '103026.870000', '103027.330000', '103027.790000', '103028.250000', '103028.710000', '103029.170000', '103029.630000', '103030.090000', '103030.550000', '103031.010000', '103031.470000', '103031.930000', '103032.390000', '103032.850000', '103033.310000', '103033.770000', '103034.230000', '103034.690000', '103035.150000', '103035.610000', '103036.070000', '103036.530000', '103036.990000', '103037.450000', '103037.910000', '103038.370000', '103038.830000', '103039.290000', '103039.750000', '103040.210000', '103040.670000', '103041.130000', '103041.590000', '103042.050000', '103042.510000', '103042.970000', '103043.430000', '103043.890000', '103044.350000', '103044.810000', '103045.270000', '103045.730000', '103046.190000', '103046.650000', '103047.110000', '103047.570000', '103048.030000', '103048.490000', '103048.950000', '103049.410000', '103049.870000', '103050.330000', '103050.790000', '103051.250000', '103051.710000', '103052.170000', '103052.630000', '103053.090000', '103053.550000', '103054.010000', '103054.470000', '103054.930000', '103055.390000', '103055.850000', '103056.310000', '103056.770000', '103057.230000', '103057.690000', '103058.150000', '103058.610000', '103059.070000', '103059.530000', '103059.990000', '103100.450000', '103100.910000', '103101.370000', '103101.830000', '103102.290000', '103102.750000', '103103.210000', '103103.670000', '103104.130000', '103104.590000', '103105.050000', '103105.510000', '103105.970000', '103106.430000', '103106.890000', '103107.350000', '103107.810000', '103108.270000', '103108.730000', '103109.190000', '103109.650000', '103110.110000', '103110.570000', '103111.030000', '103111.490000', '103111.950000', '103112.410000', '103112.870000', '103113.330000', '103113.790000', '103114.250000', '103114.710000', '103115.170000', '103115.630000', '103116.090000', '103116.550000', '103117.010000', '103117.470000', '103117.930000', '103118.390000', '103118.850000', '103119.310000', '103119.770000', '103120.230000', '103120.690000', '103121.150000', '103121.610000', '103122.070000', '103122.530000', '103122.990000', '103123.450000', '103123.910000', '103124.370000', '103124.830000', '103125.290000', '103125.750000', '103126.210000', '103126.670000', '103127.130000', '103127.590000', '103128.050000', '103128.510000', '103128.970000', '103129.430000', '103129.890000', '103130.350000', '103130.810000', '103131.270000', '103131.730000', '103132.190000', '103132.650000', '103133.110000', '103133.570000', '103134.030000', '103134.490000', '103134.950000', '103135.410000', '103135.870000', '103136.330000', '103136.790000', '103137.250000', '103137.710000', '103138.170000', '103138.630000', '103139.090000', '103139.550000', '103140.010000', '103140.470000', '103140.930000', '103141.390000', '103141.850000', '103142.310000', '103142.770000', '103143.230000', '103143.690000', '103144.150000', '103144.610000', '103145.070000', '103145.530000', '103145.990000', '103146.450000', '103146.910000', '103147.370000', '103147.830000', '103148.290000', '103148.750000', '103149.210000', '103149.670000', '103150.130000', '103150.590000', '103151.050000', '103151.510000', '103151.970000', '103152.430000', '103152.890000', '103153.350000', '103153.810000', '103154.270000', '103154.730000', '103155.190000', '103155.650000', '103156.110000', '103156.570000', '103157.030000', '103157.490000', '103157.950000', '103158.410000', '103158.870000', '103159.330000', '103159.790000', '103200.250000', '103200.710000', '103201.170000', '103201.630000', '103202.090000', '103202.550000', '103203.010000', '103203.470000', '103203.930000', '103204.390000', '103204.850000', '103205.310000', '103205.770000', '103206.230000', '103206.690000', '103207.150000', '103207.610000', '103208.070000', '103208.530000', '103208.990000', '103209.450000', '103209.910000', '103210.370000', '103210.830000', '103211.290000', '103211.750000', '103212.210000', '103212.670000', '103213.130000', '103213.590000', '103214.050000', '103214.510000', '103214.970000', '103215.430000', '103215.890000', '103216.350000', '103216.810000', '103217.270000', '103217.730000', '103218.190000', '103218.650000', '103219.110000', '103219.570000', '103220.030000', '103220.490000', '103220.950000', '103221.410000', '103221.870000', '103222.330000', '103222.790000', '103223.250000', '103223.710000', '103224.170000', '103224.630000', '103225.090000', '103225.550000', '103226.010000', '103226.470000', '103226.930000', '103227.390000', '103227.850000', '103228.310000', '103228.770000', '103229.230000', '103229.690000', '103230.150000', '103230.610000', '103231.070000', '103231.530000', '103231.990000', '103232.450000', '103232.910000', '103233.370000', '103233.830000', '103234.290000', '103234.750000', '103235.210000', '103235.670000', '103236.130000', '103236.590000', '103237.050000', '103237.510000', '103237.970000', '103238.430000', '103238.890000', '103239.350000', '103239.810000', '103240.270000', '103240.730000', '103241.190000', '103241.650000', '103242.110000', '103242.570000', '103243.030000', '103243.490000', '103243.950000', '103244.410000', '103244.870000', '103245.330000', '103245.790000', '103246.250000', '103246.710000', '103247.170000', '103247.630000', '103248.090000', '103248.550000', '103249.010000', '103249.470000', '103249.930000', '103250.390000', '103250.850000', '103251.310000', '103251.770000', '103252.230000', '103252.690000', '103253.150000', '103253.610000', '103254.070000', '103254.530000', '103254.990000', '103255.450000', '103255.910000', '103256.370000', '103256.830000', '103257.290000', '103257.750000', '103258.210000', '103258.670000', '103259.130000', '103259.590000', '103300.050000', '103300.510000', '103300.970000', '103301.430000', '103301.890000', '103302.350000', '103302.810000', '103303.270000', '103303.730000', '103304.190000', '103304.650000', '103305.110000', '103305.570000', '103306.030000', '103306.490000', '103306.950000', '103307.410000', '103307.870000', '103308.330000', '103308.790000', '103309.250000', '103309.710000', '103310.170000', '103310.630000', '103311.090000', '103311.550000', '103312.010000', '103312.470000', '103312.930000', '103313.390000', '103313.850000', '103314.310000', '103314.770000', '103315.230000', '103315.690000', '103316.150000', '103316.610000', '103317.070000', '103317.530000', '103317.990000', '103318.450000', '103318.910000', '103319.370000', '103319.830000', '103320.290000', '103320.750000', '103321.210000', '103321.670000', '103322.130000', '103322.590000', '103323.050000', '103323.510000', '103323.970000', '103324.430000', '103324.890000', '103325.350000', '103325.810000', '103326.270000', '103326.730000', '103327.190000', '103327.650000', '103328.110000', '103328.570000', '103329.030000', '103329.490000', '103329.950000', '103330.410000', '103330.870000', '103331.330000', '103331.790000', '103332.250000', '103332.710000', '103333.170000', '103333.630000', '103334.090000', '103334.550000', '103335.010000', '103335.470000', '103335.930000', '103336.390000', '103336.850000', '103337.310000', '103337.770000', '103338.230000', '103338.690000', '103339.150000', '103339.610000', '103340.070000', '103340.530000', '103340.990000', '103341.450000', '103341.910000', '103342.370000', '103342.830000', '103343.290000', '103343.750000', '103344.210000', '103344.670000', '103345.130000', '103345.590000', '103346.050000', '103346.510000', '103346.970000', '103347.430000', '103347.890000', '103348.350000', '103348.810000', '103349.270000', '103349.730000', '103350.190000', '103350.650000', '103351.110000', '103351.570000', '103352.030000', '103352.490000', '103352.950000', '103353.410000', '103353.870000', '103354.330000', '103354.790000', '103355.250000', '103355.710000', '103356.170000', '103356.630000', '103357.090000', '103357.550000', '103358.010000', '103358.470000', '103358.930000', '103359.390000', '103359.850000', '103400.310000', '103400.770000', '103401.230000', '103401.690000', '103402.150000', '103402.610000', '103403.070000', '103403.530000', '103403.990000', '103404.450000', '103404.910000', '103405.370000', '103405.830000', '103406.290000', '103406.750000', '103407.210000', '103407.670000', '103408.130000', '103408.590000', '103409.050000', '103409.510000', '103409.970000', '103410.430000', '103410.890000', '103411.350000', '103411.810000', '103412.270000', '103412.730000', '103413.190000', '103413.650000', '103414.110000', '103414.570000', '103415.030000', '103415.490000', '103415.950000', '103416.410000', '103416.870000', '103417.330000', '103417.790000', '103418.250000', '103418.710000', '103419.170000', '103419.630000', '103420.090000', '103420.550000', '103421.010000', '103421.470000', '103421.930000', '103422.390000', '103422.850000', '103423.310000', '103423.770000', '103424.230000', '103424.690000', '103425.150000', '103425.610000', '103426.070000', '103426.530000', '103426.990000', '103427.450000', '103427.910000', '103428.370000', '103428.830000', '103429.290000', '103429.750000', '103430.210000', '103430.670000', '103431.130000', '103431.590000', '103432.050000', '103432.510000', '103432.970000', '103433.430000', '103433.890000', '103434.350000', '103434.810000', '103435.270000', '103435.730000', '103436.190000', '103436.650000', '103437.110000', '103437.570000', '103438.030000', '103438.490000', '103438.950000', '103439.410000', '103439.870000', '103440.330000', '103440.790000', '103441.250000', '103441.710000', '103442.170000', '103442.630000', '103443.090000', '103443.550000', '103444.010000', '103444.470000', '103444.930000', '103445.390000', '103445.850000', '103446.310000', '103446.770000', '103447.230000', '103447.690000', '103448.150000', '103448.610000', '103449.070000', '103449.530000', '103449.990000', '103450.450000', '103450.910000', '103451.370000', '103451.830000', '103452.290000', '103452.750000', '103453.210000', '103453.670000', '103454.130000', '103454.590000', '103455.050000', '103455.510000', '103455.970000', '103456.430000', '103456.890000', '103457.350000', '103457.810000', '103458.270000', '103458.730000', '103459.190000', '103459.650000', '103500.110000', '103500.570000', '103501.030000', '103501.490000', '103501.950000', '103502.410000', '103502.870000', '103503.330000', '103503.790000', '103504.250000', '103504.710000', '103505.170000', '103505.630000', '103506.090000', '103506.550000', '103507.010000', '103507.470000', '103507.930000', '103508.390000', '103508.850000', '103509.310000', '103509.770000', '103510.230000', '103510.690000', '103511.150000', '103511.610000', '103512.070000', '103512.530000', '103512.990000', '103513.450000', '103513.910000', '103514.370000', '103514.830000', '103515.290000', '103515.750000', '103516.210000', '103516.670000', '103517.130000', '103517.590000', '103518.050000', '103518.510000', '103518.970000', '103519.430000', '103519.890000', '103520.350000', '103520.810000', '103521.270000', '103521.730000', '103522.190000', '103522.650000', '103523.110000', '103523.570000', '103524.030000', '103524.490000', '103524.950000', '103525.410000', '103525.870000', '103526.330000', '103526.790000', '103527.250000', '103527.710000', '103528.170000', '103528.630000', '103529.090000', '103529.550000', '103530.010000', '103530.470000', '103530.930000', '103531.390000', '103531.850000', '103532.310000', '103532.770000', '103533.230000', '103533.690000', '103534.150000', '103534.610000', '103535.070000', '103535.530000', '103535.990000', '103536.450000', '103536.910000', '103537.370000', '103537.830000', '103538.290000', '103538.750000', '103539.210000', '103539.670000', '103540.130000', '103540.590000', '103541.050000', '103541.510000', '103541.970000', '103542.430000', '103542.890000', '103543.350000', '103543.810000', '103544.270000', '103544.730000', '103545.190000', '103545.650000', '103546.110000', '103546.570000', '103547.030000', '103547.490000', '103547.950000', '103548.410000', '103548.870000', '103549.330000', '103549.790000', '103550.250000', '103550.710000', '103551.170000', '103551.630000', '103552.090000', '103552.550000', '103553.010000', '103553.470000', '103553.930000', '103554.390000', '103554.850000', '103555.310000', '103555.770000', '103556.230000', '103556.690000', '103557.150000', '103557.610000', '103558.070000', '103558.530000', '103558.990000', '103559.450000', '103559.910000', '103600.370000', '103600.830000', '103601.290000', '103601.750000', '103602.210000', '103602.670000', '103603.130000', '103603.590000', '103604.050000', '103604.510000', '103604.970000', '103605.430000', '103605.890000', '103606.350000', '103606.810000', '103607.270000', '103607.730000', '103608.190000', '103608.650000', '103609.110000', '103609.570000', '103610.030000', '103610.490000', '103610.950000', '103611.410000', '103611.870000', '103612.330000', '103612.790000', '103613.250000', '103613.710000', '103614.170000', '103614.630000', '103615.090000', '103615.550000', '103616.010000', '103616.470000', '103616.930000', '103617.390000', '103617.850000', '103618.310000', '103618.770000', '103619.230000', '103619.690000', '103620.150000', '103620.610000'], 'ContentTime': ['103009.279000', '103009.283000', '103009.286000', '103009.294000', '103009.297000', '103009.300000', '103009.302000', '103009.305000', '103009.308000', '103009.311000', '103009.314000', '103009.316000', '103009.319000', '103009.322000', '103009.325000', '103009.328000', '103009.331000', '103009.333000', '103009.336000', '103009.339000', '103009.342000', '103009.346000', '103009.348000', '103009.351000', '103009.354000', '103009.357000', '103009.360000', '103009.363000', '103009.365000', '103009.368000', '103009.371000', '103009.374000', '103009.377000', '103009.379000', '103009.382000', '103009.385000', '103009.388000', '103009.391000', '103009.393000', '103009.396000', '103009.399000', '103009.402000', '103009.405000', '103009.408000', '103009.411000', '103009.415000', '103009.418000', '103009.421000', '103009.424000', '103009.427000', '103009.445000', '103009.448000', '103009.451000', '103009.453000', '103009.456000', '103009.459000', '103009.462000', '103009.465000', '103009.467000', '103009.470000', '103009.473000', '103009.476000', '103029.247000', '103029.250000', '103029.253000', '103029.256000', '103029.258000', '103029.261000', '103029.264000', '103029.267000', '103029.270000', '103029.273000', '103029.276000', '103029.278000', '103029.281000', '103029.284000', '103029.287000', '103029.290000', '103029.292000', '103029.295000', '103029.298000', '103029.301000', '103029.304000', '103029.306000', '103029.309000', '103029.312000', '103029.315000', '103029.318000', '103029.321000', '103029.323000', '103029.326000', '103029.329000', '103029.332000', '103029.335000', '103029.337000', '103029.340000', '103029.343000', '103029.346000', '103029.364000', '103029.366000', '103029.369000', '103029.372000', '103029.377000', '103029.380000', '103029.383000', '103029.386000', '103049.247000', '103049.250000', '103049.252000', '103049.255000', '103049.258000', '103049.261000', '103049.264000', '103049.267000', '103049.270000', '103049.272000', '103049.275000', '103049.278000', '103049.281000', '103049.284000', '103049.286000', '103049.289000', '103049.292000', '103049.295000', '103049.298000', '103049.300000', '103049.303000', '103049.306000', '103049.309000', '103049.312000', '103049.315000', '103049.317000', '103049.320000', '103049.323000', '103049.326000', '103049.329000', '103049.331000', '103049.334000', '103049.337000', '103049.340000', '103049.343000', '103049.346000', '103049.349000', '103049.351000', '103049.354000', '103049.357000', '103049.360000', '103049.363000', '103049.365000', '103109.247000', '103109.250000', '103109.253000', '103109.256000', '103109.258000', '103109.261000', '103109.264000', '103109.267000', '103109.270000', '103109.273000', '103109.275000', '103109.278000', '103109.281000', '103109.284000', '103109.287000', '103109.290000', '103109.292000', '103109.295000', '103109.298000', '103109.301000', '103109.304000', '103109.307000', '103109.309000', '103109.312000', '103109.315000', '103109.318000', '103109.321000', '103109.324000', '103109.326000', '103109.329000', '103109.332000', '103109.335000', '103109.338000', '103109.341000', '103109.343000', '103109.346000', '103109.349000', '103109.352000', '103109.355000', '103109.358000', '103109.360000', '103109.363000', '103109.366000', '103109.369000', '103129.247000', '103129.250000', '103129.253000', '103129.256000', '103129.259000', '103129.261000', '103129.264000', '103129.267000', '103129.270000', '103129.273000', '103129.276000', '103129.287000', '103129.290000', '103129.293000', '103129.296000', '103129.299000', '103129.302000', '103129.304000', '103129.307000', '103129.310000', '103129.313000', '103129.316000', '103129.319000', '103129.322000', '103129.324000', '103129.327000', '103129.330000', '103129.333000', '103129.336000', '103129.338000', '103129.341000', '103129.344000', '103129.347000', '103129.350000', '103129.353000', '103129.356000', '103129.358000', '103129.361000', '103129.364000', '103129.367000', '103129.370000', '103129.372000', '103129.375000', '103149.246000', '103149.249000', '103149.252000', '103149.254000', '103149.257000', '103149.260000', '103149.263000', '103149.266000', '103149.269000', '103149.271000', '103149.274000', '103149.277000', '103149.280000', '103149.283000', '103149.286000', '103149.289000', '103149.292000', '103149.294000', '103149.302000', '103149.305000', '103149.308000', '103149.311000', '103149.314000', '103149.316000', '103149.319000', '103149.322000', '103149.325000', '103149.328000', '103149.331000', '103149.334000', '103149.336000', '103149.339000', '103149.342000', '103149.345000', '103149.348000', '103149.351000', '103149.354000', '103149.357000', '103149.359000', '103149.362000', '103149.365000', '103149.368000', '103149.371000', '103149.374000', '103209.247000', '103209.250000', '103209.253000', '103209.256000', '103209.258000', '103209.261000', '103209.264000', '103209.267000', '103209.270000', '103209.273000', '103209.276000', '103209.278000', '103209.281000', '103209.284000', '103209.287000', '103209.290000', '103209.292000', '103209.295000', '103209.298000', '103209.301000', '103209.304000', '103209.307000', '103209.310000', '103209.312000', '103209.315000', '103209.318000', '103209.321000', '103209.324000', '103209.327000', '103209.329000', '103209.332000', '103209.346000', '103209.349000', '103209.351000', '103209.354000', '103209.357000', '103209.360000', '103209.363000', '103209.366000', '103209.368000', '103209.371000', '103209.374000', '103209.377000', '103229.247000', '103229.250000', '103229.254000', '103229.258000', '103229.261000', '103229.264000', '103229.267000', '103229.270000', '103229.272000', '103229.275000', '103229.278000', '103229.281000', '103229.284000', '103229.287000', '103229.289000', '103229.292000', '103229.295000', '103229.298000', '103229.301000', '103229.304000', '103229.307000', '103229.309000', '103229.312000', '103229.315000', '103229.318000', '103229.321000', '103229.323000', '103229.326000', '103229.329000', '103229.332000', '103229.335000', '103229.338000', '103229.341000', '103229.344000', '103229.346000', '103229.349000', '103229.352000', '103229.355000', '103229.358000', '103229.361000', '103229.363000', '103229.366000', '103229.369000', '103249.247000', '103249.250000', '103249.253000', '103249.256000', '103249.259000', '103249.261000', '103249.264000', '103249.267000', '103249.270000', '103249.273000', '103249.276000', '103249.278000', '103249.281000', '103249.284000', '103249.287000', '103249.290000', '103249.293000', '103249.296000', '103249.299000', '103249.301000', '103249.304000', '103249.307000', '103249.310000', '103249.313000', '103249.316000', '103249.318000', '103249.321000', '103249.324000', '103249.327000', '103249.330000', '103249.333000', '103249.336000', '103249.338000', '103249.341000', '103249.344000', '103249.347000', '103249.350000', '103249.353000', '103249.356000', '103249.359000', '103249.361000', '103249.364000', '103249.367000', '103249.370000', '103309.247000', '103309.250000', '103309.253000', '103309.256000', '103309.259000', '103309.261000', '103309.264000', '103309.269000', '103309.273000', '103309.276000', '103309.278000', '103309.281000', '103309.304000', '103309.307000', '103309.310000', '103309.313000', '103309.316000', '103309.319000', '103309.322000', '103309.324000', '103309.327000', '103309.330000', '103309.333000', '103309.336000', '103309.338000', '103309.341000', '103309.344000', '103309.347000', '103309.350000', '103309.353000', '103309.356000', '103309.358000', '103309.361000', '103309.364000', '103309.367000', '103309.370000', '103309.372000', '103309.375000', '103309.378000', '103309.381000', '103309.384000', '103309.387000', '103309.390000', '103329.247000', '103329.250000', '103329.253000', '103329.256000', '103329.259000', '103329.262000', '103329.264000', '103329.267000', '103329.270000', '103329.273000', '103329.276000', '103329.279000', '103329.281000', '103329.284000', '103329.287000', '103329.290000', '103329.293000', '103329.296000', '103329.299000', '103329.301000', '103329.304000', '103329.307000', '103329.310000', '103329.313000', '103329.316000', '103329.319000', '103329.321000', '103329.324000', '103329.327000', '103329.330000', '103329.333000', '103329.336000', '103329.339000', '103329.342000', '103329.344000', '103329.347000', '103329.350000', '103329.353000', '103329.356000', '103329.358000', '103329.361000', '103329.364000', '103329.367000', '103329.370000', '103349.247000', '103349.250000', '103349.253000', '103349.256000', '103349.259000', '103349.262000', '103349.264000', '103349.267000', '103349.270000', '103349.273000', '103349.276000', '103349.279000', '103349.282000', '103349.298000', '103349.301000', '103349.304000', '103349.307000', '103349.310000', '103349.312000', '103349.315000', '103349.318000', '103349.321000', '103349.324000', '103349.327000', '103349.329000', '103349.332000', '103349.335000', '103349.344000', '103349.346000', '103349.349000', '103349.352000', '103349.355000', '103349.358000', '103349.361000', '103349.364000', '103349.366000', '103349.369000', '103349.372000', '103349.375000', '103349.378000', '103349.380000', '103349.384000', '103349.386000', '103409.246000', '103409.249000', '103409.252000', '103409.255000', '103409.258000', '103409.260000', '103409.263000', '103409.266000', '103409.269000', '103409.272000', '103409.275000', '103409.277000', '103409.281000', '103409.283000', '103409.286000', '103409.289000', '103409.292000', '103409.295000', '103409.298000', '103409.300000', '103409.303000', '103409.306000', '103409.309000', '103409.312000', '103409.315000', '103409.318000', '103409.320000', '103409.323000', '103409.326000', '103409.329000', '103409.332000', '103409.335000', '103409.338000', '103409.340000', '103409.343000', '103409.346000', '103409.349000', '103409.352000', '103409.355000', '103409.357000', '103409.360000', '103409.363000', '103409.366000', '103409.369000', '103429.247000', '103429.250000', '103429.253000', '103429.256000', '103429.259000', '103429.261000', '103429.264000', '103429.267000', '103429.270000', '103429.273000', '103429.276000', '103429.279000', '103429.281000', '103429.284000', '103429.287000', '103429.290000', '103429.293000', '103429.296000', '103429.300000', '103429.302000', '103429.305000', '103429.308000', '103429.311000', '103429.314000', '103429.317000', '103429.320000', '103429.322000', '103429.325000', '103429.328000', '103429.331000', '103429.334000', '103429.337000', '103429.340000', '103429.342000', '103429.345000', '103429.348000', '103429.351000', '103429.354000', '103429.357000', '103429.359000', '103429.362000', '103429.366000', '103429.369000', '103449.247000', '103449.250000', '103449.253000', '103449.256000', '103449.259000', '103449.261000', '103449.264000', '103449.267000', '103449.270000', '103449.273000', '103449.276000', '103449.279000', '103449.281000', '103449.284000', '103449.287000', '103449.290000', '103449.293000', '103449.296000', '103449.298000', '103449.301000', '103449.304000', '103449.307000', '103449.310000', '103449.313000', '103449.316000', '103449.319000', '103449.322000', '103449.325000', '103449.327000', '103449.330000', '103449.333000', '103449.336000', '103449.339000', '103449.341000', '103449.344000', '103449.347000', '103449.350000', '103449.353000', '103449.356000', '103449.359000', '103449.362000', '103449.364000', '103449.367000', '103449.370000', '103509.247000', '103509.250000', '103509.253000', '103509.257000', '103509.260000', '103509.263000', '103509.266000', '103509.268000', '103509.271000', '103509.274000', '103509.277000', '103509.280000', '103509.283000', '103509.286000', '103509.288000', '103509.291000', '103509.294000', '103509.297000', '103509.300000', '103509.303000', '103509.305000', '103509.308000', '103509.311000', '103509.314000', '103509.317000', '103509.320000', '103509.323000', '103509.326000', '103509.328000', '103509.331000', '103509.334000', '103509.337000', '103509.340000', '103509.343000', '103509.346000', '103509.348000', '103509.351000', '103509.354000', '103509.370000', '103509.373000', '103509.375000', '103509.378000', '103509.381000', '103529.247000', '103529.250000', '103529.253000', '103529.256000', '103529.259000', '103529.262000', '103529.265000', '103529.267000', '103529.270000', '103529.273000', '103529.276000', '103529.279000', '103529.282000', '103529.284000', '103529.287000', '103529.290000', '103529.293000', '103529.296000', '103529.299000', '103529.302000', '103529.304000', '103529.307000', '103529.310000', '103529.315000', '103529.318000', '103529.321000', '103529.324000', '103529.326000', '103529.329000', '103529.332000', '103529.335000', '103529.338000', '103529.341000', '103529.344000', '103529.346000', '103529.349000', '103529.352000', '103529.355000', '103529.358000', '103529.361000', '103529.364000', '103529.366000', '103529.369000', '103529.372000', '103549.247000', '103549.250000', '103549.253000', '103549.256000', '103549.259000', '103549.261000', '103549.264000', '103549.267000', '103549.270000', '103549.273000', '103549.276000', '103549.278000', '103549.281000', '103549.284000', '103549.287000', '103549.290000', '103549.293000', '103549.295000', '103549.298000', '103549.301000', '103549.304000', '103549.307000', '103549.310000', '103549.312000', '103549.315000', '103549.318000', '103549.321000', '103549.324000', '103549.327000', '103549.330000', '103549.334000', '103549.338000', '103549.341000', '103549.344000', '103549.347000', '103549.350000', '103549.352000', '103549.355000', '103549.358000', '103549.361000', '103549.364000', '103549.367000', '103549.370000', '103609.247000', '103609.250000', '103609.253000', '103609.256000', '103609.259000', '103609.262000', '103609.264000', '103609.267000', '103609.270000', '103609.273000', '103609.276000', '103609.279000', '103609.281000', '103609.284000', '103609.287000', '103609.290000', '103609.293000', '103609.296000', '103609.298000', '103609.301000', '103609.304000', '103609.307000', '103609.310000', '103609.313000', '103609.315000', '103609.318000', '103609.321000', '103609.324000', '103609.327000', '103609.330000', '103609.333000', '103609.335000', '103609.338000', '103609.341000', '103609.344000', '103609.347000', '103609.350000', '103609.352000', '103609.355000', '103609.358000', '103609.361000', '103609.364000', '103609.367000', '103609.369000', '103621.587000', '103621.590000', '103621.593000', '103621.607000', '103621.610000', '103621.613000', '103621.618000', '103621.624000', '103621.628000', '103621.631000', '103621.633000', '103621.636000', '103621.639000', '103621.642000', '103621.645000', '103621.648000', '103621.651000', '103621.654000', '103621.656000', '103621.659000', '103621.662000', '103621.665000', '103621.668000', '103621.671000', '103621.674000', '103621.677000', '103621.680000'], 'InstanceCreationTime': ['103009.279000', '103009.283000', '103009.286000', '103009.294000', '103009.297000', '103009.300000', '103009.302000', '103009.305000', '103009.308000', '103009.311000', '103009.314000', '103009.316000', '103009.319000', '103009.322000', '103009.325000', '103009.328000', '103009.331000', '103009.333000', '103009.336000', '103009.339000', '103009.342000', '103009.346000', '103009.348000', '103009.351000', '103009.354000', '103009.357000', '103009.360000', '103009.363000', '103009.365000', '103009.368000', '103009.371000', '103009.374000', '103009.377000', '103009.379000', '103009.382000', '103009.385000', '103009.388000', '103009.391000', '103009.393000', '103009.396000', '103009.399000', '103009.402000', '103009.405000', '103009.408000', '103009.411000', '103009.415000', '103009.418000', '103009.421000', '103009.424000', '103009.427000', '103009.445000', '103009.448000', '103009.451000', '103009.453000', '103009.456000', '103009.459000', '103009.462000', '103009.465000', '103009.467000', '103009.470000', '103009.473000', '103009.476000', '103029.247000', '103029.250000', '103029.253000', '103029.256000', '103029.258000', '103029.261000', '103029.264000', '103029.267000', '103029.270000', '103029.273000', '103029.276000', '103029.278000', '103029.281000', '103029.284000', '103029.287000', '103029.290000', '103029.292000', '103029.295000', '103029.298000', '103029.301000', '103029.304000', '103029.306000', '103029.309000', '103029.312000', '103029.315000', '103029.318000', '103029.321000', '103029.323000', '103029.326000', '103029.329000', '103029.332000', '103029.335000', '103029.337000', '103029.340000', '103029.343000', '103029.346000', '103029.364000', '103029.366000', '103029.369000', '103029.372000', '103029.377000', '103029.380000', '103029.383000', '103029.386000', '103049.247000', '103049.250000', '103049.252000', '103049.255000', '103049.258000', '103049.261000', '103049.264000', '103049.267000', '103049.270000', '103049.272000', '103049.275000', '103049.278000', '103049.281000', '103049.284000', '103049.286000', '103049.289000', '103049.292000', '103049.295000', '103049.298000', '103049.300000', '103049.303000', '103049.306000', '103049.309000', '103049.312000', '103049.315000', '103049.317000', '103049.320000', '103049.323000', '103049.326000', '103049.329000', '103049.331000', '103049.334000', '103049.337000', '103049.340000', '103049.343000', '103049.346000', '103049.349000', '103049.351000', '103049.354000', '103049.357000', '103049.360000', '103049.363000', '103049.365000', '103109.247000', '103109.250000', '103109.253000', '103109.256000', '103109.258000', '103109.261000', '103109.264000', '103109.267000', '103109.270000', '103109.273000', '103109.275000', '103109.278000', '103109.281000', '103109.284000', '103109.287000', '103109.290000', '103109.292000', '103109.295000', '103109.298000', '103109.301000', '103109.304000', '103109.307000', '103109.309000', '103109.312000', '103109.315000', '103109.318000', '103109.321000', '103109.324000', '103109.326000', '103109.329000', '103109.332000', '103109.335000', '103109.338000', '103109.341000', '103109.343000', '103109.346000', '103109.349000', '103109.352000', '103109.355000', '103109.358000', '103109.360000', '103109.363000', '103109.366000', '103109.369000', '103129.247000', '103129.250000', '103129.253000', '103129.256000', '103129.259000', '103129.261000', '103129.264000', '103129.267000', '103129.270000', '103129.273000', '103129.276000', '103129.287000', '103129.290000', '103129.293000', '103129.296000', '103129.299000', '103129.302000', '103129.304000', '103129.307000', '103129.310000', '103129.313000', '103129.316000', '103129.319000', '103129.322000', '103129.324000', '103129.327000', '103129.330000', '103129.333000', '103129.336000', '103129.338000', '103129.341000', '103129.344000', '103129.347000', '103129.350000', '103129.353000', '103129.356000', '103129.358000', '103129.361000', '103129.364000', '103129.367000', '103129.370000', '103129.372000', '103129.375000', '103149.246000', '103149.249000', '103149.252000', '103149.254000', '103149.257000', '103149.260000', '103149.263000', '103149.266000', '103149.269000', '103149.271000', '103149.274000', '103149.277000', '103149.280000', '103149.283000', '103149.286000', '103149.289000', '103149.292000', '103149.294000', '103149.302000', '103149.305000', '103149.308000', '103149.311000', '103149.314000', '103149.316000', '103149.319000', '103149.322000', '103149.325000', '103149.328000', '103149.331000', '103149.334000', '103149.336000', '103149.339000', '103149.342000', '103149.345000', '103149.348000', '103149.351000', '103149.354000', '103149.357000', '103149.359000', '103149.362000', '103149.365000', '103149.368000', '103149.371000', '103149.374000', '103209.247000', '103209.250000', '103209.253000', '103209.256000', '103209.258000', '103209.261000', '103209.264000', '103209.267000', '103209.270000', '103209.273000', '103209.276000', '103209.278000', '103209.281000', '103209.284000', '103209.287000', '103209.290000', '103209.292000', '103209.295000', '103209.298000', '103209.301000', '103209.304000', '103209.307000', '103209.310000', '103209.312000', '103209.315000', '103209.318000', '103209.321000', '103209.324000', '103209.327000', '103209.329000', '103209.332000', '103209.346000', '103209.349000', '103209.351000', '103209.354000', '103209.357000', '103209.360000', '103209.363000', '103209.366000', '103209.368000', '103209.371000', '103209.374000', '103209.377000', '103229.247000', '103229.250000', '103229.254000', '103229.258000', '103229.261000', '103229.264000', '103229.267000', '103229.270000', '103229.272000', '103229.275000', '103229.278000', '103229.281000', '103229.284000', '103229.287000', '103229.289000', '103229.292000', '103229.295000', '103229.298000', '103229.301000', '103229.304000', '103229.307000', '103229.309000', '103229.312000', '103229.315000', '103229.318000', '103229.321000', '103229.323000', '103229.326000', '103229.329000', '103229.332000', '103229.335000', '103229.338000', '103229.341000', '103229.344000', '103229.346000', '103229.349000', '103229.352000', '103229.355000', '103229.358000', '103229.361000', '103229.363000', '103229.366000', '103229.369000', '103249.247000', '103249.250000', '103249.253000', '103249.256000', '103249.259000', '103249.261000', '103249.264000', '103249.267000', '103249.270000', '103249.273000', '103249.276000', '103249.278000', '103249.281000', '103249.284000', '103249.287000', '103249.290000', '103249.293000', '103249.296000', '103249.299000', '103249.301000', '103249.304000', '103249.307000', '103249.310000', '103249.313000', '103249.316000', '103249.318000', '103249.321000', '103249.324000', '103249.327000', '103249.330000', '103249.333000', '103249.336000', '103249.338000', '103249.341000', '103249.344000', '103249.347000', '103249.350000', '103249.353000', '103249.356000', '103249.359000', '103249.361000', '103249.364000', '103249.367000', '103249.370000', '103309.247000', '103309.250000', '103309.253000', '103309.256000', '103309.259000', '103309.261000', '103309.264000', '103309.269000', '103309.273000', '103309.276000', '103309.278000', '103309.281000', '103309.304000', '103309.307000', '103309.310000', '103309.313000', '103309.316000', '103309.319000', '103309.322000', '103309.324000', '103309.327000', '103309.330000', '103309.333000', '103309.336000', '103309.338000', '103309.341000', '103309.344000', '103309.347000', '103309.350000', '103309.353000', '103309.356000', '103309.358000', '103309.361000', '103309.364000', '103309.367000', '103309.370000', '103309.372000', '103309.375000', '103309.378000', '103309.381000', '103309.384000', '103309.387000', '103309.390000', '103329.247000', '103329.250000', '103329.253000', '103329.256000', '103329.259000', '103329.262000', '103329.264000', '103329.267000', '103329.270000', '103329.273000', '103329.276000', '103329.279000', '103329.281000', '103329.284000', '103329.287000', '103329.290000', '103329.293000', '103329.296000', '103329.299000', '103329.301000', '103329.304000', '103329.307000', '103329.310000', '103329.313000', '103329.316000', '103329.319000', '103329.321000', '103329.324000', '103329.327000', '103329.330000', '103329.333000', '103329.336000', '103329.339000', '103329.342000', '103329.344000', '103329.347000', '103329.350000', '103329.353000', '103329.356000', '103329.358000', '103329.361000', '103329.364000', '103329.367000', '103329.370000', '103349.247000', '103349.250000', '103349.253000', '103349.256000', '103349.259000', '103349.262000', '103349.264000', '103349.267000', '103349.270000', '103349.273000', '103349.276000', '103349.279000', '103349.282000', '103349.298000', '103349.301000', '103349.304000', '103349.307000', '103349.310000', '103349.312000', '103349.315000', '103349.318000', '103349.321000', '103349.324000', '103349.327000', '103349.329000', '103349.332000', '103349.335000', '103349.344000', '103349.346000', '103349.349000', '103349.352000', '103349.355000', '103349.358000', '103349.361000', '103349.364000', '103349.366000', '103349.369000', '103349.372000', '103349.375000', '103349.378000', '103349.380000', '103349.384000', '103349.386000', '103409.246000', '103409.249000', '103409.252000', '103409.255000', '103409.258000', '103409.260000', '103409.263000', '103409.266000', '103409.269000', '103409.272000', '103409.275000', '103409.277000', '103409.281000', '103409.283000', '103409.286000', '103409.289000', '103409.292000', '103409.295000', '103409.298000', '103409.300000', '103409.303000', '103409.306000', '103409.309000', '103409.312000', '103409.315000', '103409.318000', '103409.320000', '103409.323000', '103409.326000', '103409.329000', '103409.332000', '103409.335000', '103409.338000', '103409.340000', '103409.343000', '103409.346000', '103409.349000', '103409.352000', '103409.355000', '103409.357000', '103409.360000', '103409.363000', '103409.366000', '103409.369000', '103429.247000', '103429.250000', '103429.253000', '103429.256000', '103429.259000', '103429.261000', '103429.264000', '103429.267000', '103429.270000', '103429.273000', '103429.276000', '103429.279000', '103429.281000', '103429.284000', '103429.287000', '103429.290000', '103429.293000', '103429.296000', '103429.300000', '103429.302000', '103429.305000', '103429.308000', '103429.311000', '103429.314000', '103429.317000', '103429.320000', '103429.322000', '103429.325000', '103429.328000', '103429.331000', '103429.334000', '103429.337000', '103429.340000', '103429.342000', '103429.345000', '103429.348000', '103429.351000', '103429.354000', '103429.357000', '103429.359000', '103429.362000', '103429.366000', '103429.369000', '103449.247000', '103449.250000', '103449.253000', '103449.256000', '103449.259000', '103449.261000', '103449.264000', '103449.267000', '103449.270000', '103449.273000', '103449.276000', '103449.279000', '103449.281000', '103449.284000', '103449.287000', '103449.290000', '103449.293000', '103449.296000', '103449.298000', '103449.301000', '103449.304000', '103449.307000', '103449.310000', '103449.313000', '103449.316000', '103449.319000', '103449.322000', '103449.325000', '103449.327000', '103449.330000', '103449.333000', '103449.336000', '103449.339000', '103449.341000', '103449.344000', '103449.347000', '103449.350000', '103449.353000', '103449.356000', '103449.359000', '103449.362000', '103449.364000', '103449.367000', '103449.370000', '103509.247000', '103509.250000', '103509.253000', '103509.257000', '103509.260000', '103509.263000', '103509.266000', '103509.268000', '103509.271000', '103509.274000', '103509.277000', '103509.280000', '103509.283000', '103509.286000', '103509.288000', '103509.291000', '103509.294000', '103509.297000', '103509.300000', '103509.303000', '103509.305000', '103509.308000', '103509.311000', '103509.314000', '103509.317000', '103509.320000', '103509.323000', '103509.326000', '103509.328000', '103509.331000', '103509.334000', '103509.337000', '103509.340000', '103509.343000', '103509.346000', '103509.348000', '103509.351000', '103509.354000', '103509.370000', '103509.373000', '103509.375000', '103509.378000', '103509.381000', '103529.247000', '103529.250000', '103529.253000', '103529.256000', '103529.259000', '103529.262000', '103529.265000', '103529.267000', '103529.270000', '103529.273000', '103529.276000', '103529.279000', '103529.282000', '103529.284000', '103529.287000', '103529.290000', '103529.293000', '103529.296000', '103529.299000', '103529.302000', '103529.304000', '103529.307000', '103529.310000', '103529.315000', '103529.318000', '103529.321000', '103529.324000', '103529.326000', '103529.329000', '103529.332000', '103529.335000', '103529.338000', '103529.341000', '103529.344000', '103529.346000', '103529.349000', '103529.352000', '103529.355000', '103529.358000', '103529.361000', '103529.364000', '103529.366000', '103529.369000', '103529.372000', '103549.247000', '103549.250000', '103549.253000', '103549.256000', '103549.259000', '103549.261000', '103549.264000', '103549.267000', '103549.270000', '103549.273000', '103549.276000', '103549.278000', '103549.281000', '103549.284000', '103549.287000', '103549.290000', '103549.293000', '103549.295000', '103549.298000', '103549.301000', '103549.304000', '103549.307000', '103549.310000', '103549.312000', '103549.315000', '103549.318000', '103549.321000', '103549.324000', '103549.327000', '103549.330000', '103549.334000', '103549.338000', '103549.341000', '103549.344000', '103549.347000', '103549.350000', '103549.352000', '103549.355000', '103549.358000', '103549.361000', '103549.364000', '103549.367000', '103549.370000', '103609.247000', '103609.250000', '103609.253000', '103609.256000', '103609.259000', '103609.262000', '103609.264000', '103609.267000', '103609.270000', '103609.273000', '103609.276000', '103609.279000', '103609.281000', '103609.284000', '103609.287000', '103609.290000', '103609.293000', '103609.296000', '103609.298000', '103609.301000', '103609.304000', '103609.307000', '103609.310000', '103609.313000', '103609.315000', '103609.318000', '103609.321000', '103609.324000', '103609.327000', '103609.330000', '103609.333000', '103609.335000', '103609.338000', '103609.341000', '103609.344000', '103609.347000', '103609.350000', '103609.352000', '103609.355000', '103609.358000', '103609.361000', '103609.364000', '103609.367000', '103609.369000', '103621.587000', '103621.590000', '103621.593000', '103621.607000', '103621.610000', '103621.613000', '103621.618000', '103621.624000', '103621.628000', '103621.631000', '103621.633000', '103621.636000', '103621.639000', '103621.642000', '103621.645000', '103621.648000', '103621.651000', '103621.654000', '103621.656000', '103621.659000', '103621.662000', '103621.665000', '103621.668000', '103621.671000', '103621.674000', '103621.677000', '103621.680000'], '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': [11758, 13392, 9149, 10910, 7507, 10933, 9308, 10989, 8107, 11388, 9140, 11351, 9348, 12891, 9290, 9881, 7925, 10557, 8755, 10370, 8898, 9996, 8504, 11291, 8567, 10326, 7166, 8961, 7222, 8266, 9113, 7665, 11160, 8872, 11959, 8658, 10610, 8727, 12050, 9088, 14633, 11001, 12098, 9253, 14301, 11040, 12835, 9670, 13164, 10605, 14380, 9798, 11136, 9136, 12781, 9593, 11694, 9759, 11180, 9120, 11386, 8941, 10970, 8742, 10893, 8828, 11254, 8895, 9947, 9734, 8059, 11462, 9502, 11722, 10098, 9873, 10963, 13059, 10265, 13110, 9576, 10205, 9079, 10437, 10330, 8174, 11933, 9454, 13488, 9355, 14131, 9238, 8874, 10287, 8449, 11410, 9338, 9621, 10522, 13116, 10215, 12319, 10461, 11557, 9264, 10470, 9330, 12356, 10114, 8730, 10211, 8606, 10341, 8875, 8142, 9221, 9491, 8973, 8829, 7781, 7387, 12332, 9396, 16707, 11754, 10917, 11156, 9694, 10230, 13125, 16103, 16316, 12722, 9718, 12521, 9448, 9918, 17455, 11850, 10958, 16855, 12127, 10126, 12704, 10735, 8922, 11776, 10013, 14066, 10411, 9547, 11604, 9064, 11319, 10203, 8296, 9813, 9335, 8067, 10189, 9110, 10150, 9526, 10627, 9635, 11629, 9486, 10867, 12615, 10672, 14686, 11234, 11036, 10368, 11626, 8261, 9052, 9119, 10428, 14177, 10115, 10996, 9699, 9883, 13421, 9742, 9801, 9157, 9914, 12230, 9566, 10013, 9826, 9944, 11854, 9430, 9756, 9211, 10058, 12432, 9502, 9225, 8442, 9695, 8238, 8376, 8751, 11378, 8674, 9583, 13114, 8782, 10658, 9249, 10869, 8483, 9230, 8293, 9082, 8400, 8317, 10579, 8992, 11119, 11597, 9335, 12175, 9866, 12804, 10183, 13028, 15167, 11177, 14187, 11300, 11221, 9849, 9738, 8034, 9536, 8032, 9753, 8082, 8017, 8760, 7694, 7733, 7343, 7981, 11768, 9566, 12926, 10744, 12019, 10176, 12174, 9778, 14340, 11729, 12416, 15706, 11195, 13498, 10982, 13137, 13103, 9952, 12008, 9105, 9022, 9019, 8929, 11031, 8800, 9590, 8565, 8711, 9386, 8636, 11297, 9028, 10222, 8907, 9600, 8303, 9575, 8428, 9498, 8199, 10105, 8212, 9099, 7845, 11019, 8130, 11018, 8151, 10303, 8235, 10291, 8559, 10636, 8442, 11425, 11783, 9602, 12862, 9014, 9919, 8354, 9036, 9742, 8724, 11643, 8633, 10765, 8484, 10421, 8100, 8014, 8718, 7395, 9645, 7301, 10938, 12371, 9414, 11105, 8726, 9038, 12048, 8695, 10455, 7736, 8669, 11027, 8425, 10929, 8136, 9318, 8135, 8862, 11967, 8141, 9454, 8021, 8970, 7505, 9885, 7855, 9999, 9425, 8857, 11450, 8415, 10929, 8201, 8397, 7695, 9079, 8754, 7337, 9175, 7962, 10025, 7680, 11048, 8583, 11609, 11337, 10941, 8822, 9990, 11135, 9920, 16140, 10838, 11386, 10981, 9214, 12797, 8324, 9337, 8068, 8554, 7490, 9092, 7274, 9639, 11948, 9041, 10591, 7432, 8697, 11048, 7961, 9380, 7816, 9218, 7823, 10405, 8224, 10599, 11879, 8539, 10821, 7917, 9103, 7604, 9037, 13680, 9264, 10890, 8152, 9535, 12608, 8552, 10358, 9280, 8732, 7592, 8309, 9800, 8912, 12016, 8961, 10527, 9696, 9443, 8965, 8468, 12006, 8319, 10189, 12900, 9846, 12595, 8798, 8989, 12029, 8490, 10358, 8310, 10442, 8328, 9057, 10020, 8261, 10226, 8267, 9669, 7898, 9596, 10264, 9084, 11573, 7791, 8911, 11782, 8364, 9899, 7727, 9442, 8881, 9462, 11648, 8478, 9674, 8216, 8887, 7522, 10372, 8237, 8786, 13122, 8526, 9148, 11114, 8239, 10637, 7713, 8698, 7197, 8749, 12434, 7796, 10136, 7940, 8714, 11004, 7759, 10026, 8190, 9597, 7664, 9888, 10889, 8658, 11524, 8617, 8994, 11725, 8564, 10313, 8353, 9906, 7534, 8703, 12928, 8592, 9693, 9162, 8148, 10837, 7998, 9672, 7968, 11137, 8229, 8777, 13270, 8174, 9898, 8019, 8330, 7397, 9087, 13131, 8957, 9854, 12246, 8255, 10174, 7952, 8333, 10655, 7845, 9759, 7595, 8799, 7644, 9154, 9541, 8206, 10672, 7772, 9284, 7492, 9044, 7454, 9906, 8582, 8997, 11531, 8381, 9968, 10325, 8746, 9795, 8798, 12839, 8347, 10027, 13567, 8603, 11086, 8245, 9358, 7597, 9083, 9449, 8793, 11848, 8136, 8964, 12975, 8471, 10045, 8719, 8499, 11039, 8154, 10035, 7602, 9886, 7784, 9860, 8319, 8692, 11392, 9054, 9905, 8154, 9955, 11035, 8684, 12377, 8335, 9701, 9852, 8534, 8039, 8638, 12425, 8659, 10036, 12724, 8195, 10504, 7924, 8415, 7840, 8749, 11894, 8180, 10040, 8899, 8515, 10848, 8346, 9600, 7975, 8221, 7374, 7851, 11383, 8031, 10769, 8345, 8856, 11451, 8609, 10516, 7719, 9808, 7611, 9079, 13378, 8968, 11137, 9957, 8560, 9323, 8107, 7431, 8142, 11285, 7992, 9202, 13265, 8691, 9856, 8478, 8465, 10324, 7887, 8554, 7889, 10817, 7568, 9426, 11291, 8458, 10376, 8108, 7651, 8105, 12266, 8125, 10106, 11661, 8558, 12447, 8197, 8925, 10458, 8541, 10838, 7984, 9894, 7936, 8646, 11043, 8624, 10172, 8682, 10401, 7749, 8713, 13681, 9028, 9983, 8762, 8362, 11511, 8743, 9367, 8249, 8445, 7694, 8298, 10775, 8738, 9746, 9863, 8070, 11428, 8194, 9362, 7883, 10192, 7756, 8432, 11926, 8540, 9747, 8331, 8231, 9061, 8272, 8818, 8306, 12519, 8752, 9538, 11052, 8651, 11095, 7929, 8475, 8163, 11904, 7924, 9055, 12626, 9113, 11357, 7912, 9111, 7541, 10258, 7857, 9648, 9851, 8798, 12076, 8661, 9636, 7714, 10045, 7522, 9090, 9814, 8344, 12041, 8436, 9236, 7627, 9332, 8101, 8805, 11225, 7953, 9847, 7893, 8587, 10583, 7767, 9375, 7611, 9624, 7779, 8604, 11298, 8005, 9727, 7593, 8631, 7883, 9346, 12632, 8101, 9915, 9620, 7713, 10571, 7964, 9260, 8143, 8161, 7911, 8784, 7803, 10016, 7798, 8671, 9479, 8176, 8712, 8152, 8136, 8361, 12076, 9037, 11141, 13060, 9857, 12906, 11041, 11302, 7934, 8589, 7702, 9665, 8373, 9386, 11817, 8407, 10727, 8078, 9484, 7904, 10587, 7770, 9594, 10413, 9018, 11062, 8213, 9288, 8556, 8203, 10695, 7887, 9241, 8500, 7932, 10405, 7719, 9960, 8150, 9931, 8185, 8378, 11035, 8512, 9840, 8162, 8819, 7815, 8906, 8815, 9236, 12625, 10234, 11320, 8909, 9374, 8356, 7977, 7980, 9830, 10726, 9146, 13041, 9389, 9999, 8896, 8508, 7509, 8456, 13633], 'WindowCenter': [4563.0, 4555.0, 4488.0, 4494.0, 4418.0, 4469.0, 4448.0, 4464.0, 4423.0, 4473.0, 4445.0, 4463.0, 4457.0, 4484.0, 4444.0, 4463.0, 4435.0, 4463.0, 4434.0, 4462.0, 4442.0, 4467.0, 4458.0, 4488.0, 4461.0, 4462.0, 4424.0, 4446.0, 4416.0, 4434.0, 4467.0, 4475.0, 4527.0, 4497.0, 4547.0, 4497.0, 4514.0, 4474.0, 4510.0, 4516.0, 4577.0, 4520.0, 4500.0, 4483.0, 4522.0, 4503.0, 4535.0, 4496.0, 4522.0, 4491.0, 4506.0, 4467.0, 4476.0, 4457.0, 4497.0, 4469.0, 4488.0, 4469.0, 4477.0, 4458.0, 4487.0, 4457.0, 4476.0, 4471.0, 4499.0, 4493.0, 4499.0, 4483.0, 4503.0, 4493.0, 4477.0, 4553.0, 4524.0, 4537.0, 4518.0, 4508.0, 4504.0, 4510.0, 4479.0, 4508.0, 4478.0, 4490.0, 4471.0, 4489.0, 4480.0, 4475.0, 4524.0, 4494.0, 4533.0, 4484.0, 4545.0, 4495.0, 4472.0, 4502.0, 4462.0, 4499.0, 4472.0, 4467.0, 4480.0, 4508.0, 4493.0, 4513.0, 4468.0, 4475.0, 4472.0, 4488.0, 4466.0, 4507.0, 4490.0, 4482.0, 4501.0, 4471.0, 4503.0, 4485.0, 4474.0, 4505.0, 4507.0, 4509.0, 4498.0, 4465.0, 4362.0, 4526.0, 4473.0, 4505.0, 4477.0, 4480.0, 4491.0, 4485.0, 4358.0, 4566.0, 4552.0, 4514.0, 4477.0, 4436.0, 4476.0, 4448.0, 4445.0, 4507.0, 4475.0, 4479.0, 4518.0, 4496.0, 4466.0, 4482.0, 4462.0, 4430.0, 4459.0, 4453.0, 4483.0, 4476.0, 4467.0, 4504.0, 4449.0, 4464.0, 4456.0, 4412.0, 4464.0, 4480.0, 4463.0, 4516.0, 4487.0, 4504.0, 4509.0, 4505.0, 4485.0, 4517.0, 4487.0, 4507.0, 4514.0, 4494.0, 4522.0, 4507.0, 4504.0, 4493.0, 4501.0, 4437.0, 4444.0, 4472.0, 4491.0, 4519.0, 4479.0, 4501.0, 4480.0, 4492.0, 4520.0, 4491.0, 4480.0, 4457.0, 4467.0, 4498.0, 4467.0, 4490.0, 4466.0, 4480.0, 4498.0, 4469.0, 4468.0, 4470.0, 4467.0, 4509.0, 4494.0, 4482.0, 4462.0, 4469.0, 4474.0, 4461.0, 4475.0, 4500.0, 4473.0, 4484.0, 4523.0, 4476.0, 4503.0, 4498.0, 4514.0, 4473.0, 4483.0, 4463.0, 4484.0, 4489.0, 4488.0, 4505.0, 4499.0, 4529.0, 4528.0, 4498.0, 4525.0, 4496.0, 4514.0, 4494.0, 4526.0, 4524.0, 4490.0, 4499.0, 4492.0, 4489.0, 4468.0, 4469.0, 4449.0, 4466.0, 4449.0, 4482.0, 4462.0, 4462.0, 4473.0, 4451.0, 4461.0, 4426.0, 4454.0, 4487.0, 4470.0, 4497.0, 4491.0, 4503.0, 4494.0, 4514.0, 4486.0, 4526.0, 4505.0, 4491.0, 4497.0, 4455.0, 4475.0, 4441.0, 4461.0, 4460.0, 4430.0, 4449.0, 4411.0, 4420.0, 4407.0, 4419.0, 4436.0, 4408.0, 4428.0, 4420.0, 4422.0, 4432.0, 4435.0, 4476.0, 4448.0, 4467.0, 4474.0, 4483.0, 4452.0, 4482.0, 4452.0, 4472.0, 4453.0, 4479.0, 4453.0, 4485.0, 4468.0, 4505.0, 4455.0, 4506.0, 4480.0, 4508.0, 4479.0, 4495.0, 4466.0, 4492.0, 4451.0, 4503.0, 4491.0, 4472.0, 4501.0, 4461.0, 4469.0, 4438.0, 4458.0, 4458.0, 4461.0, 4487.0, 4476.0, 4490.0, 4473.0, 4491.0, 4452.0, 4452.0, 4465.0, 4444.0, 4497.0, 4457.0, 4504.0, 4513.0, 4499.0, 4493.0, 4451.0, 4476.0, 4514.0, 4463.0, 4492.0, 4428.0, 4460.0, 4491.0, 4437.0, 4479.0, 4439.0, 4456.0, 4440.0, 4460.0, 4489.0, 4463.0, 4493.0, 4452.0, 4458.0, 4443.0, 4482.0, 4451.0, 4470.0, 4460.0, 4462.0, 4491.0, 4466.0, 4489.0, 4465.0, 4437.0, 4429.0, 4444.0, 4458.0, 4452.0, 4519.0, 4501.0, 4532.0, 4480.0, 4526.0, 4473.0, 4501.0, 4490.0, 4502.0, 4461.0, 4484.0, 4515.0, 4495.0, 4545.0, 4492.0, 4489.0, 4477.0, 4457.0, 4485.0, 4459.0, 4455.0, 4437.0, 4444.0, 4439.0, 4455.0, 4440.0, 4490.0, 4497.0, 4470.0, 4501.0, 4450.0, 4470.0, 4500.0, 4460.0, 4469.0, 4451.0, 4493.0, 4464.0, 4502.0, 4472.0, 4504.0, 4539.0, 4487.0, 4504.0, 4475.0, 4487.0, 4452.0, 4485.0, 4522.0, 4482.0, 4502.0, 4463.0, 4482.0, 4511.0, 4484.0, 4505.0, 4496.0, 4485.0, 4452.0, 4460.0, 4504.0, 4484.0, 4512.0, 4472.0, 4516.0, 4508.0, 4520.0, 4510.0, 4489.0, 4513.0, 4487.0, 4491.0, 4513.0, 4481.0, 4500.0, 4472.0, 4484.0, 4500.0, 4458.0, 4488.0, 4459.0, 4489.0, 4444.0, 4469.0, 4477.0, 4458.0, 4478.0, 4461.0, 4481.0, 4462.0, 4493.0, 4491.0, 4460.0, 4501.0, 4453.0, 4472.0, 4498.0, 4448.0, 4465.0, 4436.0, 4468.0, 4482.0, 4481.0, 4487.0, 4462.0, 4495.0, 4475.0, 4482.0, 4465.0, 4492.0, 4462.0, 4460.0, 4507.0, 4457.0, 4468.0, 4500.0, 4460.0, 4503.0, 4464.0, 4460.0, 4429.0, 4471.0, 4496.0, 4436.0, 4475.0, 4436.0, 4460.0, 4501.0, 4465.0, 4505.0, 4473.0, 4480.0, 4450.0, 4494.0, 4502.0, 4474.0, 4502.0, 4460.0, 4484.0, 4526.0, 4487.0, 4502.0, 4462.0, 4479.0, 4437.0, 4459.0, 4497.0, 4458.0, 4493.0, 4483.0, 4463.0, 4503.0, 4462.0, 4468.0, 4447.0, 4487.0, 4435.0, 4458.0, 4496.0, 4448.0, 4492.0, 4461.0, 4448.0, 4426.0, 4470.0, 4508.0, 4456.0, 4477.0, 4482.0, 4432.0, 4462.0, 4434.0, 4443.0, 4473.0, 4447.0, 4476.0, 4436.0, 4454.0, 4436.0, 4479.0, 4478.0, 4471.0, 4513.0, 4477.0, 4492.0, 4453.0, 4471.0, 4441.0, 4491.0, 4459.0, 4471.0, 4498.0, 4461.0, 4493.0, 4492.0, 4471.0, 4479.0, 4459.0, 4498.0, 4446.0, 4467.0, 4494.0, 4446.0, 4487.0, 4448.0, 4457.0, 4437.0, 4458.0, 4467.0, 4473.0, 4496.0, 4435.0, 4456.0, 4494.0, 4435.0, 4476.0, 4458.0, 4472.0, 4488.0, 4448.0, 4490.0, 4449.0, 4477.0, 4450.0, 4504.0, 4461.0, 4471.0, 4504.0, 4474.0, 4482.0, 4452.0, 4480.0, 4479.0, 4446.0, 4498.0, 4446.0, 4456.0, 4466.0, 4459.0, 4437.0, 4459.0, 4497.0, 4471.0, 4480.0, 4506.0, 4458.0, 4489.0, 4450.0, 4448.0, 4447.0, 4472.0, 4509.0, 4459.0, 4479.0, 4456.0, 4458.0, 4486.0, 4460.0, 4492.0, 4463.0, 4473.0, 4452.0, 4463.0, 4514.0, 4474.0, 4503.0, 4476.0, 4497.0, 4515.0, 4474.0, 4490.0, 4454.0, 4480.0, 4440.0, 4471.0, 4511.0, 4460.0, 4501.0, 4478.0, 4458.0, 4457.0, 4448.0, 4441.0, 4462.0, 4499.0, 4450.0, 4479.0, 4506.0, 4457.0, 4477.0, 4461.0, 4472.0, 4501.0, 4460.0, 4459.0, 4449.0, 4487.0, 4438.0, 4481.0, 4514.0, 4488.0, 4503.0, 4461.0, 4451.0, 4461.0, 4498.0, 4451.0, 4492.0, 4487.0, 4447.0, 4508.0, 4459.0, 4469.0, 4476.0, 4445.0, 4473.0, 4434.0, 4462.0, 4434.0, 4457.0, 4486.0, 4458.0, 4501.0, 4472.0, 4488.0, 4437.0, 4449.0, 4494.0, 4456.0, 4467.0, 4445.0, 4447.0, 4497.0, 4459.0, 4493.0, 4460.0, 4449.0, 4438.0, 4459.0, 4489.0, 4458.0, 4479.0, 4504.0, 4465.0, 4502.0, 4462.0, 4484.0, 4466.0, 4492.0, 4440.0, 4460.0, 4498.0, 4460.0, 4494.0, 4476.0, 4473.0, 4483.0, 4473.0, 4471.0, 4471.0, 4511.0, 4472.0, 4507.0, 4513.0, 4486.0, 4515.0, 4463.0, 4459.0, 4461.0, 4498.0, 4437.0, 4456.0, 4496.0, 4459.0, 4489.0, 4450.0, 4458.0, 4438.0, 4475.0, 4447.0, 4467.0, 4476.0, 4459.0, 4498.0, 4456.0, 4455.0, 4425.0, 4466.0, 4438.0, 4456.0, 4453.0, 4445.0, 4486.0, 4446.0, 4444.0, 4425.0, 4457.0, 4425.0, 4444.0, 4472.0, 4434.0, 4464.0, 4447.0, 4459.0, 4490.0, 4463.0, 4471.0, 4451.0, 4468.0, 4437.0, 4457.0, 4475.0, 4451.0, 4481.0, 4452.0, 4472.0, 4453.0, 4485.0, 4509.0, 4463.0, 4492.0, 4480.0, 4463.0, 4501.0, 4489.0, 4484.0, 4463.0, 4462.0, 4465.0, 4471.0, 4479.0, 4504.0, 4490.0, 4510.0, 4521.0, 4502.0, 4489.0, 4476.0, 4467.0, 4475.0, 4514.0, 4475.0, 4504.0, 4513.0, 4483.0, 4525.0, 4504.0, 4488.0, 4437.0, 4445.0, 4425.0, 4455.0, 4433.0, 4456.0, 4486.0, 4448.0, 4488.0, 4439.0, 4480.0, 4450.0, 4476.0, 4425.0, 4456.0, 4464.0, 4446.0, 4476.0, 4448.0, 4456.0, 4435.0, 4436.0, 4488.0, 4437.0, 4467.0, 4459.0, 4462.0, 4492.0, 4441.0, 4479.0, 4450.0, 4480.0, 4449.0, 4460.0, 4488.0, 4484.0, 4504.0, 4474.0, 4485.0, 4452.0, 4498.0, 4487.0, 4499.0, 4528.0, 4495.0, 4518.0, 4488.0, 4498.0, 4489.0, 4477.0, 4477.0, 4491.0, 4514.0, 4487.0, 4513.0, 4470.0, 4481.0, 4474.0, 4486.0, 4456.0, 4480.0, 4524.0], 'WindowWidth': [10001.0, 9977.0, 9869.0, 9869.0, 9754.0, 9818.0, 9788.0, 9807.0, 9749.0, 9817.0, 9780.0, 9804.0, 9802.0, 9831.0, 9779.0, 9807.0, 9773.0, 9806.0, 9767.0, 9803.0, 9775.0, 9820.0, 9810.0, 9849.0, 9819.0, 9801.0, 9769.0, 9782.0, 9743.0, 9769.0, 9822.0, 9851.0, 9922.0, 9883.0, 9956.0, 9888.0, 9901.0, 9846.0, 9888.0, 9924.0, 10009.0, 9915.0, 9871.0, 9853.0, 9906.0, 9880.0, 9934.0, 9877.0, 9906.0, 9859.0, 9874.0, 9820.0, 9830.0, 9807.0, 9859.0, 9824.0, 9848.0, 9824.0, 9834.0, 9809.0, 9845.0, 9806.0, 9829.0, 9836.0, 9873.0, 9874.0, 9874.0, 9860.0, 9888.0, 9875.0, 9860.0, 9975.0, 9934.0, 9939.0, 9909.0, 9897.0, 9884.0, 9881.0, 9839.0, 9880.0, 9840.0, 9859.0, 9834.0, 9855.0, 9844.0, 9849.0, 9913.0, 9871.0, 9924.0, 9857.0, 9945.0, 9876.0, 9838.0, 9879.0, 9825.0, 9868.0, 9835.0, 9819.0, 9841.0, 9876.0, 9868.0, 9892.0, 9817.0, 9825.0, 9835.0, 9850.0, 9819.0, 9881.0, 9860.0, 9857.0, 9881.0, 9841.0, 9885.0, 9863.0, 9849.0, 9895.0, 9902.0, 9909.0, 9892.0, 9840.0, 9644.0, 9918.0, 9833.0, 9864.0, 9828.0, 9839.0, 9855.0, 9855.0, 9605.0, 9994.0, 9956.0, 9886.0, 9820.0, 9761.0, 9822.0, 9783.0, 9774.0, 9870.0, 9826.0, 9837.0, 9891.0, 9859.0, 9814.0, 9828.0, 9802.0, 9755.0, 9793.0, 9789.0, 9830.0, 9827.0, 9818.0, 9877.0, 9793.0, 9801.0, 9791.0, 9729.0, 9809.0, 9844.0, 9828.0, 9905.0, 9866.0, 9884.0, 9898.0, 9886.0, 9857.0, 9905.0, 9863.0, 9891.0, 9895.0, 9870.0, 9907.0, 9891.0, 9885.0, 9868.0, 9871.0, 9777.0, 9782.0, 9836.0, 9861.0, 9898.0, 9840.0, 9875.0, 9843.0, 9862.0, 9899.0, 9863.0, 9844.0, 9806.0, 9821.0, 9864.0, 9822.0, 9860.0, 9819.0, 9844.0, 9867.0, 9828.0, 9823.0, 9832.0, 9820.0, 9884.0, 9871.0, 9851.0, 9822.0, 9827.0, 9845.0, 9818.0, 9847.0, 9871.0, 9840.0, 9858.0, 9906.0, 9848.0, 9882.0, 9885.0, 9900.0, 9840.0, 9853.0, 9826.0, 9857.0, 9876.0, 9869.0, 9889.0, 9889.0, 9930.0, 9926.0, 9883.0, 9917.0, 9876.0, 9897.0, 9867.0, 9920.0, 9911.0, 9855.0, 9866.0, 9862.0, 9853.0, 9820.0, 9827.0, 9802.0, 9822.0, 9804.0, 9854.0, 9829.0, 9828.0, 9845.0, 9814.0, 9829.0, 9768.0, 9815.0, 9842.0, 9821.0, 9856.0, 9854.0, 9876.0, 9864.0, 9892.0, 9859.0, 9914.0, 9878.0, 9854.0, 9854.0, 9789.0, 9821.0, 9765.0, 9790.0, 9787.0, 9745.0, 9773.0, 9722.0, 9734.0, 9713.0, 9734.0, 9751.0, 9716.0, 9744.0, 9737.0, 9745.0, 9758.0, 9769.0, 9825.0, 9791.0, 9816.0, 9839.0, 9849.0, 9805.0, 9845.0, 9805.0, 9831.0, 9808.0, 9837.0, 9808.0, 9858.0, 9839.0, 9881.0, 9816.0, 9886.0, 9860.0, 9896.0, 9856.0, 9869.0, 9831.0, 9860.0, 9804.0, 9875.0, 9857.0, 9833.0, 9869.0, 9814.0, 9821.0, 9778.0, 9806.0, 9804.0, 9817.0, 9842.0, 9845.0, 9853.0, 9838.0, 9859.0, 9807.0, 9808.0, 9828.0, 9799.0, 9879.0, 9824.0, 9882.0, 9892.0, 9882.0, 9862.0, 9800.0, 9843.0, 9899.0, 9823.0, 9860.0, 9769.0, 9814.0, 9858.0, 9776.0, 9838.0, 9786.0, 9803.0, 9789.0, 9815.0, 9853.0, 9827.0, 9869.0, 9810.0, 9809.0, 9797.0, 9849.0, 9804.0, 9827.0, 9811.0, 9818.0, 9857.0, 9835.0, 9852.0, 9831.0, 9773.0, 9766.0, 9777.0, 9811.0, 9815.0, 9919.0, 9898.0, 9938.0, 9864.0, 9917.0, 9842.0, 9876.0, 9859.0, 9878.0, 9818.0, 9854.0, 9900.0, 9872.0, 9948.0, 9864.0, 9856.0, 9831.0, 9806.0, 9841.0, 9814.0, 9799.0, 9776.0, 9783.0, 9790.0, 9804.0, 9792.0, 9861.0, 9865.0, 9834.0, 9876.0, 9809.0, 9833.0, 9874.0, 9821.0, 9829.0, 9809.0, 9871.0, 9832.0, 9879.0, 9840.0, 9885.0, 9944.0, 9868.0, 9885.0, 9850.0, 9866.0, 9810.0, 9860.0, 9905.0, 9851.0, 9879.0, 9828.0, 9851.0, 9891.0, 9860.0, 9892.0, 9881.0, 9865.0, 9812.0, 9821.0, 9890.0, 9860.0, 9893.0, 9838.0, 9906.0, 9899.0, 9920.0, 9908.0, 9876.0, 9897.0, 9869.0, 9861.0, 9896.0, 9848.0, 9871.0, 9839.0, 9858.0, 9872.0, 9813.0, 9856.0, 9817.0, 9855.0, 9786.0, 9829.0, 9837.0, 9813.0, 9837.0, 9822.0, 9848.0, 9827.0, 9872.0, 9861.0, 9815.0, 9875.0, 9815.0, 9836.0, 9865.0, 9796.0, 9816.0, 9780.0, 9825.0, 9853.0, 9847.0, 9847.0, 9826.0, 9875.0, 9848.0, 9852.0, 9834.0, 9865.0, 9825.0, 9818.0, 9878.0, 9809.0, 9826.0, 9875.0, 9819.0, 9885.0, 9835.0, 9818.0, 9774.0, 9837.0, 9862.0, 9779.0, 9830.0, 9779.0, 9816.0, 9878.0, 9836.0, 9890.0, 9845.0, 9846.0, 9806.0, 9873.0, 9880.0, 9844.0, 9878.0, 9816.0, 9857.0, 9921.0, 9870.0, 9881.0, 9824.0, 9841.0, 9782.0, 9815.0, 9864.0, 9812.0, 9871.0, 9857.0, 9830.0, 9885.0, 9824.0, 9826.0, 9796.0, 9849.0, 9775.0, 9813.0, 9860.0, 9799.0, 9865.0, 9823.0, 9799.0, 9765.0, 9830.0, 9881.0, 9806.0, 9836.0, 9834.0, 9767.0, 9807.0, 9772.0, 9786.0, 9826.0, 9798.0, 9836.0, 9782.0, 9802.0, 9779.0, 9846.0, 9842.0, 9838.0, 9900.0, 9861.0, 9871.0, 9818.0, 9836.0, 9797.0, 9862.0, 9815.0, 9835.0, 9868.0, 9821.0, 9867.0, 9867.0, 9837.0, 9842.0, 9816.0, 9866.0, 9792.0, 9822.0, 9857.0, 9792.0, 9848.0, 9800.0, 9809.0, 9783.0, 9811.0, 9822.0, 9843.0, 9863.0, 9775.0, 9805.0, 9855.0, 9776.0, 9833.0, 9816.0, 9841.0, 9856.0, 9803.0, 9861.0, 9802.0, 9837.0, 9807.0, 9888.0, 9823.0, 9838.0, 9884.0, 9843.0, 9850.0, 9810.0, 9845.0, 9839.0, 9792.0, 9865.0, 9792.0, 9804.0, 9820.0, 9812.0, 9780.0, 9816.0, 9865.0, 9837.0, 9847.0, 9876.0, 9814.0, 9857.0, 9806.0, 9799.0, 9796.0, 9840.0, 9886.0, 9818.0, 9843.0, 9809.0, 9813.0, 9849.0, 9821.0, 9871.0, 9832.0, 9848.0, 9815.0, 9831.0, 9902.0, 9847.0, 9883.0, 9854.0, 9884.0, 9904.0, 9845.0, 9860.0, 9817.0, 9843.0, 9791.0, 9834.0, 9893.0, 9818.0, 9876.0, 9840.0, 9813.0, 9810.0, 9799.0, 9796.0, 9828.0, 9872.0, 9805.0, 9845.0, 9875.0, 9809.0, 9836.0, 9823.0, 9843.0, 9880.0, 9821.0, 9817.0, 9806.0, 9851.0, 9786.0, 9851.0, 9902.0, 9874.0, 9883.0, 9823.0, 9810.0, 9824.0, 9867.0, 9809.0, 9865.0, 9852.0, 9793.0, 9883.0, 9820.0, 9829.0, 9833.0, 9791.0, 9825.0, 9775.0, 9806.0, 9773.0, 9811.0, 9845.0, 9813.0, 9879.0, 9841.0, 9855.0, 9781.0, 9798.0, 9853.0, 9804.0, 9821.0, 9789.0, 9796.0, 9867.0, 9816.0, 9874.0, 9820.0, 9802.0, 9788.0, 9818.0, 9858.0, 9815.0, 9844.0, 9891.0, 9837.0, 9876.0, 9826.0, 9860.0, 9838.0, 9865.0, 9792.0, 9819.0, 9869.0, 9821.0, 9874.0, 9855.0, 9846.0, 9857.0, 9844.0, 9837.0, 9839.0, 9893.0, 9839.0, 9896.0, 9899.0, 9869.0, 9906.0, 9830.0, 9817.0, 9822.0, 9869.0, 9782.0, 9808.0, 9863.0, 9817.0, 9857.0, 9804.0, 9814.0, 9785.0, 9831.0, 9798.0, 9823.0, 9836.0, 9815.0, 9869.0, 9808.0, 9801.0, 9764.0, 9818.0, 9783.0, 9803.0, 9797.0, 9790.0, 9847.0, 9793.0, 9785.0, 9761.0, 9809.0, 9761.0, 9785.0, 9820.0, 9772.0, 9813.0, 9797.0, 9816.0, 9862.0, 9833.0, 9834.0, 9810.0, 9827.0, 9780.0, 9807.0, 9831.0, 9806.0, 9852.0, 9814.0, 9838.0, 9814.0, 9861.0, 9885.0, 9828.0, 9866.0, 9844.0, 9831.0, 9878.0, 9877.0, 9859.0, 9829.0, 9826.0, 9834.0, 9837.0, 9864.0, 9888.0, 9881.0, 9908.0, 9924.0, 9898.0, 9873.0, 9853.0, 9839.0, 9847.0, 9899.0, 9847.0, 9886.0, 9896.0, 9853.0, 9917.0, 9884.0, 9853.0, 9781.0, 9788.0, 9761.0, 9799.0, 9766.0, 9802.0, 9845.0, 9799.0, 9851.0, 9787.0, 9846.0, 9804.0, 9828.0, 9759.0, 9799.0, 9810.0, 9788.0, 9829.0, 9798.0, 9803.0, 9770.0, 9776.0, 9852.0, 9781.0, 9821.0, 9814.0, 9826.0, 9864.0, 9792.0, 9840.0, 9803.0, 9845.0, 9800.0, 9819.0, 9852.0, 9861.0, 9887.0, 9845.0, 9859.0, 9814.0, 9886.0, 9867.0, 9887.0, 9922.0, 9870.0, 9910.0, 9869.0, 9884.0, 9878.0, 9854.0, 9856.0, 9863.0, 9901.0, 9865.0, 9895.0, 9831.0, 9846.0, 9842.0, 9863.0, 9823.0, 9860.0, 9909.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.02116909403669725</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.09997677373853209</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.37596405191736</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.177256661676234</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.154517286509758</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4452</td></tr>
|
|
<tr><td colspan=3>fber</td><td>7489.1157</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.315319355025123</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>409</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>46.903669724770644</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.801715446014233</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.605024392436833</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>3.1224182891921104</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.6777036564137555</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0103598</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.012381640262901783</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.03343682736158371</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>872</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>3.7455611879355257</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>k</td><td>22.9535</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>38.262</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>161.3631</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>46.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>308469.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>685.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>305.0109</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>1.5869</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>590.0156</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3693.8707</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3980.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>68075.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1135.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4853.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1062.5833</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>20.161684177815914</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> |