=== 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-0051 --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-0051",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
107 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
107 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-0051_ses-01_task-social_acq-mb8_run-04_bold :: MRIQC's BOLD fMRI report</title>
|
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
|
|
|
|
<script>
|
|
var timestamp = Date.now()
|
|
|
|
function read_form() {
|
|
var ds = "<unset>";
|
|
var sub = "sub-0051_ses-01_task-social_acq-mb8_run-04_bold.nii.gz";
|
|
|
|
var artifacts = [];
|
|
$('#qcartifacts-group input:checked').each(function() {
|
|
artifacts.push($(this).attr('name'));
|
|
});
|
|
|
|
var rating = $('#qcslider').val();
|
|
var payload = {
|
|
'dataset': ds,
|
|
'subject': sub,
|
|
'rating': rating,
|
|
'artifacts': artifacts,
|
|
'time_sec': (Date.now() - timestamp) / 1000,
|
|
'confidence': $('#qcextra-confidence').val(),
|
|
'comments': $('#qcextra-comments').val()
|
|
};
|
|
|
|
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
|
|
$('#btn-download').attr('href', URL.createObjectURL(file));
|
|
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
|
|
return payload
|
|
};
|
|
|
|
function toggle_rating() {
|
|
if ($('#qcrating-menu').hasClass('d-none')) {
|
|
$('#qcrating-menu').removeClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', true);
|
|
} else {
|
|
$('#qcrating-menu').addClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', false);
|
|
}
|
|
};
|
|
|
|
$(window).on('load',function(){
|
|
var authorization = $('#btn-post').val()
|
|
if (authorization.includes("secret_token")) {
|
|
$('#btn-post').addClass('d-none');
|
|
};
|
|
timestamp = Date.now();
|
|
});
|
|
|
|
</script>
|
|
<style type="text/css">
|
|
/* The slider itself */
|
|
.slider {
|
|
-webkit-appearance: none; /* Override default CSS styles */
|
|
appearance: none;
|
|
margin-bottom: 8px;
|
|
margin-left: 10%;
|
|
width: 80%;
|
|
height: 5px; /* Specified height */
|
|
background: #d3d3d3; /* Grey background */
|
|
outline: none; /* Remove outline */
|
|
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
|
|
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
|
|
transition: opacity .2s;
|
|
}
|
|
|
|
/* Mouse-over effects */
|
|
.slider:hover {
|
|
opacity: 1; /* Fully shown on mouse-over */
|
|
}
|
|
|
|
.slider::-webkit-slider-thumb {
|
|
-webkit-appearance: none;
|
|
appearance: none;
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
.slider::-moz-range-thumb {
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body style="font-family: helvetica;">
|
|
<nav class="navbar fixed-top navbar-expand-lg bg-light">
|
|
<div class="container-fluid">
|
|
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
|
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
|
|
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
|
|
<li class="nav-item dropdown">
|
|
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
|
|
About
|
|
</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="#errors">Errors</a></li>
|
|
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="d-flex flex-row-reverse">
|
|
<div class="form-check form-switch align-self-center flex-fill me-4">
|
|
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
|
|
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
<noscript>
|
|
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
|
|
</noscript>
|
|
|
|
<div id="Basic echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-04_session-01_subject-0051_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-0051/figures/sub-0051_ses-01_task-social_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0051/figures/sub-0051_ses-01_task-social_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0051/figures/sub-0051_ses-01_task-social_acq-mb8_run-04_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-04_session-01_subject-0051_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-0051/figures/sub-0051_ses-01_task-social_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0051/figures/sub-0051_ses-01_task-social_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0051/figures/sub-0051_ses-01_task-social_acq-mb8_run-04_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-04_session-01_subject-0051_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-0051/figures/sub-0051_ses-01_task-social_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0051/figures/sub-0051_ses-01_task-social_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0051/figures/sub-0051_ses-01_task-social_acq-mb8_run-04_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-04_session-01_subject-0051_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-0051/figures/sub-0051_ses-01_task-social_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0051/figures/sub-0051_ses-01_task-social_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0051/figures/sub-0051_ses-01_task-social_acq-mb8_run-04_desc-carpet_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-mean_run-04_session-01_subject-0051_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-0051/figures/sub-0051_ses-01_task-social_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0051/figures/sub-0051_ses-01_task-social_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0051/figures/sub-0051_ses-01_task-social_acq-mb8_run-04_desc-mean_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended reports shared across echos" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-04_session-01_subject-0051_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-0051/figures/sub-0051_ses-01_task-social_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0051/figures/sub-0051_ses-01_task-social_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0051/figures/sub-0051_ses-01_task-social_acq-mb8_run-04_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-04_session-01_subject-0051_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-0051/figures/sub-0051_ses-01_task-social_acq-mb8_run-04_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0051/figures/sub-0051_ses-01_task-social_acq-mb8_run-04_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0051/figures/sub-0051_ses-01_task-social_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0051/figures/sub-0051_ses-01_task-social_acq-mb8_run-04_desc-norm_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="About" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">About</h1>
|
|
<div id="errors" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
|
|
</div>
|
|
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
|
|
reconstructing the provenance of the corresponding derivatives.
|
|
</p> <div class="accordion accordion-flush" id="about-metadata">
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-0">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
|
|
Provenance Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-0" class="table table-sm table-striped">
|
|
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
|
|
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0051/ses-01/func/sub-0051_ses-01_task-social_acq-mb8_run-04_bold.nii.gz</td></tr>
|
|
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
|
|
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
|
|
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
|
|
<tr><td colspan=2>md5sum</td><td>c56b2bf70d44ef4cad96b28bedb0f3a3</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:57:39.530000</td></tr>
|
|
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
|
|
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
|
|
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
|
|
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
|
|
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
|
|
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
|
|
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
|
|
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
|
|
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
|
|
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
|
|
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
|
|
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
|
|
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999685, -0.00163433, -0.0250532, 0.00680475, 0.978165, 0.207717]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-04_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.0967319</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-04_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>18</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4124, -7785, -7292, 587, -41, -77, -23, 136]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>social</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>251.747</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>83546eee-5dbe-46d7-a82c-752eaef7c8bc||Sequence: R016 ve11e/master r/434b28f1; Aug 7 2019 18:53:46 by eja</td></tr>
|
|
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6820812225341797, 0.01825665682554245, -0.06525011360645294, 115.36067962646484], [0.004384779371321201, 2.6243462562561035, 0.5611181259155273, -102.94536590576172], [-0.0672159343957901, -0.5572882890701294, 2.6402440071105957, -48.08995056152344], [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': ['105739.530000', '105739.990000', '105740.450000', '105740.910000', '105741.370000', '105741.830000', '105742.290000', '105742.750000', '105743.210000', '105743.670000', '105744.130000', '105744.590000', '105745.050000', '105745.510000', '105745.970000', '105746.430000', '105746.890000', '105747.350000', '105747.810000', '105748.270000', '105748.730000', '105749.190000', '105749.650000', '105750.110000', '105750.570000', '105751.030000', '105751.490000', '105751.950000', '105752.410000', '105752.870000', '105753.330000', '105753.790000', '105754.250000', '105754.710000', '105755.170000', '105755.630000', '105756.090000', '105756.550000', '105757.010000', '105757.470000', '105757.930000', '105758.390000', '105758.850000', '105759.310000', '105759.770000', '105800.230000', '105800.690000', '105801.150000', '105801.610000', '105802.070000', '105802.530000', '105802.990000', '105803.450000', '105803.910000', '105804.370000', '105804.830000', '105805.290000', '105805.750000', '105806.210000', '105806.670000', '105807.130000', '105807.590000', '105808.050000', '105808.510000', '105808.970000', '105809.430000', '105809.890000', '105810.350000', '105810.810000', '105811.270000', '105811.730000', '105812.190000', '105812.650000', '105813.110000', '105813.570000', '105814.030000', '105814.490000', '105814.950000', '105815.410000', '105815.870000', '105816.330000', '105816.790000', '105817.250000', '105817.710000', '105818.170000', '105818.630000', '105819.090000', '105819.550000', '105820.010000', '105820.470000', '105820.930000', '105821.390000', '105821.850000', '105822.310000', '105822.770000', '105823.230000', '105823.690000', '105824.150000', '105824.610000', '105825.070000', '105825.530000', '105825.990000', '105826.450000', '105826.910000', '105827.370000', '105827.830000', '105828.290000', '105828.750000', '105829.210000', '105829.670000', '105830.130000', '105830.590000', '105831.050000', '105831.510000', '105831.970000', '105832.430000', '105832.890000', '105833.350000', '105833.810000', '105834.270000', '105834.730000', '105835.190000', '105835.650000', '105836.110000', '105836.570000', '105837.030000', '105837.490000', '105837.950000', '105838.410000', '105838.870000', '105839.330000', '105839.790000', '105840.250000', '105840.710000', '105841.170000', '105841.630000', '105842.090000', '105842.550000', '105843.010000', '105843.470000', '105843.930000', '105844.390000', '105844.850000', '105845.310000', '105845.770000', '105846.230000', '105846.690000', '105847.150000', '105847.610000', '105848.070000', '105848.530000', '105848.990000', '105849.450000', '105849.910000', '105850.370000', '105850.830000', '105851.290000', '105851.750000', '105852.210000', '105852.670000', '105853.130000', '105853.590000', '105854.050000', '105854.510000', '105854.970000', '105855.430000', '105855.890000', '105856.350000', '105856.810000', '105857.270000', '105857.730000', '105858.190000', '105858.650000', '105859.110000', '105859.570000', '105900.030000', '105900.490000', '105900.950000', '105901.410000', '105901.870000', '105902.330000', '105902.790000', '105903.250000', '105903.710000', '105904.170000', '105904.630000', '105905.090000', '105905.550000', '105906.010000', '105906.470000', '105906.930000', '105907.390000', '105907.850000', '105908.310000', '105908.770000', '105909.230000', '105909.690000', '105910.150000', '105910.610000', '105911.070000', '105911.530000', '105911.990000', '105912.450000', '105912.910000', '105913.370000', '105913.830000', '105914.290000', '105914.750000', '105915.210000', '105915.670000', '105916.130000', '105916.590000', '105917.050000', '105917.510000', '105917.970000', '105918.430000', '105918.890000', '105919.350000', '105919.810000', '105920.270000', '105920.730000', '105921.190000', '105921.650000', '105922.110000', '105922.570000', '105923.030000', '105923.490000', '105923.950000', '105924.410000', '105924.870000', '105925.330000', '105925.790000', '105926.250000', '105926.710000', '105927.170000', '105927.630000', '105928.090000', '105928.550000', '105929.010000', '105929.470000', '105929.930000', '105930.390000', '105930.850000', '105931.310000', '105931.770000', '105932.230000', '105932.690000', '105933.150000', '105933.610000', '105934.070000', '105934.530000', '105934.990000', '105935.450000', '105935.910000', '105936.370000', '105936.830000', '105937.290000', '105937.750000', '105938.210000', '105938.670000', '105939.130000', '105939.590000', '105940.050000', '105940.510000', '105940.970000', '105941.430000', '105941.890000', '105942.350000', '105942.810000', '105943.270000', '105943.730000', '105944.190000', '105944.650000', '105945.110000', '105945.570000', '105946.030000', '105946.490000', '105946.950000', '105947.410000', '105947.870000', '105948.330000', '105948.790000', '105949.250000', '105949.710000', '105950.170000', '105950.630000', '105951.090000', '105951.550000', '105952.010000', '105952.470000', '105952.930000', '105953.390000', '105953.850000', '105954.310000', '105954.770000', '105955.230000', '105955.690000', '105956.150000', '105956.610000', '105957.070000', '105957.530000', '105957.990000', '105958.450000', '105958.910000', '105959.370000', '105959.830000', '110000.290000', '110000.750000', '110001.210000', '110001.670000', '110002.130000', '110002.590000', '110003.050000', '110003.510000', '110003.970000', '110004.430000', '110004.890000', '110005.350000', '110005.810000', '110006.270000', '110006.730000', '110007.190000', '110007.650000', '110008.110000', '110008.570000', '110009.030000', '110009.490000', '110009.950000', '110010.410000', '110010.870000', '110011.330000', '110011.790000', '110012.250000', '110012.710000', '110013.170000', '110013.630000', '110014.090000', '110014.550000', '110015.010000', '110015.470000', '110015.930000', '110016.390000', '110016.850000', '110017.310000', '110017.770000', '110018.230000', '110018.690000', '110019.150000', '110019.610000', '110020.070000', '110020.530000', '110020.990000', '110021.450000', '110021.910000', '110022.370000', '110022.830000', '110023.290000', '110023.750000', '110024.210000', '110024.670000', '110025.130000', '110025.590000', '110026.050000', '110026.510000', '110026.970000', '110027.430000', '110027.890000', '110028.350000', '110028.810000', '110029.270000', '110029.730000', '110030.190000', '110030.650000', '110031.110000', '110031.570000', '110032.030000', '110032.490000', '110032.950000', '110033.410000', '110033.870000', '110034.330000', '110034.790000', '110035.250000', '110035.710000', '110036.170000', '110036.630000', '110037.090000', '110037.550000', '110038.010000', '110038.470000', '110038.930000', '110039.390000', '110039.850000', '110040.310000', '110040.770000', '110041.230000', '110041.690000', '110042.150000', '110042.610000', '110043.070000', '110043.530000', '110043.990000', '110044.450000', '110044.910000', '110045.370000', '110045.830000', '110046.290000', '110046.750000', '110047.210000', '110047.670000', '110048.130000', '110048.590000', '110049.050000', '110049.510000', '110049.970000', '110050.430000', '110050.890000', '110051.350000', '110051.810000', '110052.270000', '110052.730000', '110053.190000', '110053.650000', '110054.110000', '110054.570000', '110055.030000', '110055.490000', '110055.950000', '110056.410000', '110056.870000', '110057.330000', '110057.790000', '110058.250000', '110058.710000', '110059.170000', '110059.630000', '110100.090000', '110100.550000', '110101.010000', '110101.470000', '110101.930000', '110102.390000', '110102.850000', '110103.310000', '110103.770000', '110104.230000', '110104.690000', '110105.150000', '110105.610000', '110106.070000', '110106.530000', '110106.990000', '110107.450000', '110107.910000', '110108.370000', '110108.830000', '110109.290000', '110109.750000', '110110.210000', '110110.670000', '110111.130000', '110111.590000', '110112.050000', '110112.510000', '110112.970000', '110113.430000', '110113.890000', '110114.350000', '110114.810000', '110115.270000', '110115.730000', '110116.190000', '110116.650000', '110117.110000', '110117.570000', '110118.030000', '110118.490000', '110118.950000', '110119.410000', '110119.870000', '110120.330000', '110120.790000', '110121.250000', '110121.710000', '110122.170000', '110122.630000', '110123.090000', '110123.550000', '110124.010000', '110124.470000', '110124.930000', '110125.390000', '110125.850000', '110126.310000', '110126.770000', '110127.230000', '110127.690000', '110128.150000', '110128.610000', '110129.070000', '110129.530000', '110129.990000', '110130.450000', '110130.910000', '110131.370000', '110131.830000', '110132.290000', '110132.750000', '110133.210000', '110133.670000', '110134.130000', '110134.590000', '110135.050000', '110135.510000', '110135.970000', '110136.430000', '110136.890000', '110137.350000', '110137.810000', '110138.270000', '110138.730000', '110139.190000', '110139.650000', '110140.110000', '110140.570000', '110141.030000', '110141.490000', '110141.950000', '110142.410000', '110142.870000', '110143.330000', '110143.790000', '110144.250000', '110144.710000', '110145.170000', '110145.630000', '110146.090000', '110146.550000', '110147.010000', '110147.470000', '110147.930000', '110148.390000', '110148.850000', '110149.310000', '110149.770000', '110150.230000', '110150.690000', '110151.150000', '110151.610000', '110152.070000', '110152.530000', '110152.990000', '110153.450000', '110153.910000', '110154.370000', '110154.830000', '110155.290000', '110155.750000', '110156.210000', '110156.670000', '110157.130000', '110157.590000', '110158.050000', '110158.510000', '110158.970000', '110159.430000', '110159.890000', '110200.350000', '110200.810000', '110201.270000', '110201.730000', '110202.190000', '110202.650000', '110203.110000', '110203.570000', '110204.030000', '110204.490000', '110204.950000', '110205.410000', '110205.870000', '110206.330000', '110206.790000', '110207.250000', '110207.710000', '110208.170000', '110208.630000', '110209.090000', '110209.550000', '110210.010000', '110210.470000', '110210.930000', '110211.390000', '110211.850000', '110212.310000', '110212.770000', '110213.230000', '110213.690000', '110214.150000', '110214.610000', '110215.070000', '110215.530000', '110215.990000', '110216.450000', '110216.910000', '110217.370000', '110217.830000', '110218.290000', '110218.750000', '110219.210000', '110219.670000', '110220.130000', '110220.590000', '110221.050000', '110221.510000', '110221.970000', '110222.430000', '110222.890000', '110223.350000', '110223.810000', '110224.270000', '110224.730000', '110225.190000', '110225.650000', '110226.110000', '110226.570000', '110227.030000', '110227.490000', '110227.950000', '110228.410000', '110228.870000', '110229.330000', '110229.790000', '110230.250000', '110230.710000', '110231.170000', '110231.630000', '110232.090000', '110232.550000', '110233.010000', '110233.470000', '110233.930000', '110234.390000', '110234.850000', '110235.310000', '110235.770000', '110236.230000', '110236.690000', '110237.150000', '110237.610000', '110238.070000', '110238.530000', '110238.990000', '110239.450000', '110239.910000', '110240.370000', '110240.830000', '110241.290000', '110241.750000', '110242.210000', '110242.670000', '110243.130000', '110243.590000', '110244.050000', '110244.510000', '110244.970000', '110245.430000', '110245.890000', '110246.350000', '110246.810000', '110247.270000', '110247.730000', '110248.190000', '110248.650000', '110249.110000', '110249.570000', '110250.030000', '110250.490000', '110250.950000', '110251.410000', '110251.870000', '110252.330000', '110252.790000', '110253.250000', '110253.710000', '110254.170000', '110254.630000', '110255.090000', '110255.550000', '110256.010000', '110256.470000', '110256.930000', '110257.390000', '110257.850000', '110258.310000', '110258.770000', '110259.230000', '110259.690000', '110300.150000', '110300.610000', '110301.070000', '110301.530000', '110301.990000', '110302.450000', '110302.910000', '110303.370000', '110303.830000', '110304.290000', '110304.750000', '110305.210000', '110305.670000', '110306.130000', '110306.590000', '110307.050000', '110307.510000', '110307.970000', '110308.430000', '110308.890000', '110309.350000', '110309.810000', '110310.270000', '110310.730000', '110311.190000', '110311.650000', '110312.110000', '110312.570000', '110313.030000', '110313.490000', '110313.950000', '110314.410000', '110314.870000', '110315.330000', '110315.790000', '110316.250000', '110316.710000', '110317.170000', '110317.630000', '110318.090000', '110318.550000', '110319.010000', '110319.470000', '110319.930000', '110320.390000', '110320.850000', '110321.310000', '110321.770000', '110322.230000', '110322.690000', '110323.150000', '110323.610000', '110324.070000', '110324.530000', '110324.990000', '110325.450000', '110325.910000', '110326.370000', '110326.830000', '110327.290000', '110327.750000', '110328.210000', '110328.670000', '110329.130000', '110329.590000', '110330.050000', '110330.510000', '110330.970000', '110331.430000', '110331.890000', '110332.350000', '110332.810000', '110333.270000', '110333.730000', '110334.190000', '110334.650000', '110335.110000', '110335.570000', '110336.030000', '110336.490000', '110336.950000', '110337.410000', '110337.870000', '110338.330000', '110338.790000', '110339.250000', '110339.710000', '110340.170000', '110340.630000', '110341.090000', '110341.550000', '110342.010000', '110342.470000', '110342.930000', '110343.390000', '110343.850000', '110344.310000', '110344.770000', '110345.230000', '110345.690000', '110346.150000', '110346.610000', '110347.070000', '110347.530000', '110347.990000', '110348.450000', '110348.910000', '110349.370000', '110349.830000', '110350.290000', '110350.750000', '110351.210000', '110351.670000', '110352.130000', '110352.590000', '110353.050000', '110353.510000', '110353.970000', '110354.430000', '110354.890000', '110355.350000', '110355.810000', '110356.270000', '110356.730000', '110357.190000', '110357.650000', '110358.110000', '110358.570000', '110359.030000', '110359.490000', '110359.950000', '110400.410000', '110400.870000', '110401.330000', '110401.790000', '110402.250000', '110402.710000', '110403.170000', '110403.630000', '110404.090000', '110404.550000', '110405.010000', '110405.470000', '110405.930000', '110406.390000', '110406.850000', '110407.310000', '110407.770000', '110408.230000', '110408.690000', '110409.150000', '110409.610000', '110410.070000', '110410.530000', '110410.990000', '110411.450000', '110411.910000', '110412.370000', '110412.830000', '110413.290000', '110413.750000', '110414.210000', '110414.670000', '110415.130000', '110415.590000', '110416.050000', '110416.510000', '110416.970000', '110417.430000', '110417.890000', '110418.350000', '110418.810000', '110419.270000', '110419.730000', '110420.190000'], 'ContentTime': ['105755.524000', '105755.527000', '105755.530000', '105755.533000', '105755.535000', '105755.538000', '105755.540000', '105755.543000', '105755.545000', '105755.548000', '105755.550000', '105755.553000', '105755.556000', '105755.558000', '105755.561000', '105755.563000', '105755.566000', '105755.568000', '105755.575000', '105755.578000', '105755.580000', '105755.583000', '105755.586000', '105755.588000', '105755.591000', '105755.593000', '105755.596000', '105755.598000', '105755.601000', '105755.604000', '105755.606000', '105755.609000', '105755.611000', '105815.503000', '105815.505000', '105815.508000', '105815.511000', '105815.513000', '105815.516000', '105815.518000', '105815.521000', '105815.523000', '105815.526000', '105815.528000', '105815.531000', '105815.533000', '105815.543000', '105815.546000', '105815.549000', '105815.552000', '105815.554000', '105815.557000', '105815.559000', '105815.562000', '105815.564000', '105815.567000', '105815.570000', '105815.572000', '105815.575000', '105815.577000', '105815.580000', '105815.582000', '105815.585000', '105815.587000', '105815.590000', '105815.593000', '105815.595000', '105815.598000', '105815.600000', '105815.603000', '105815.605000', '105815.608000', '105815.611000', '105815.613000', '105815.616000', '105815.618000', '105815.621000', '105835.502000', '105835.505000', '105835.508000', '105835.510000', '105835.513000', '105835.516000', '105835.524000', '105835.526000', '105835.529000', '105835.532000', '105835.534000', '105835.537000', '105835.540000', '105835.548000', '105835.550000', '105835.553000', '105835.556000', '105835.558000', '105835.561000', '105835.563000', '105835.566000', '105835.568000', '105835.571000', '105835.573000', '105835.576000', '105835.578000', '105835.581000', '105835.583000', '105835.586000', '105835.589000', '105835.592000', '105835.594000', '105835.597000', '105835.600000', '105835.602000', '105835.605000', '105835.608000', '105835.610000', '105835.613000', '105835.615000', '105835.618000', '105835.620000', '105835.623000', '105855.502000', '105855.505000', '105855.508000', '105855.511000', '105855.513000', '105855.516000', '105855.518000', '105855.521000', '105855.523000', '105855.526000', '105855.529000', '105855.531000', '105855.534000', '105855.536000', '105855.539000', '105855.542000', '105855.545000', '105855.547000', '105855.550000', '105855.552000', '105855.555000', '105855.557000', '105855.560000', '105855.563000', '105855.565000', '105855.568000', '105855.570000', '105855.573000', '105855.575000', '105855.578000', '105855.581000', '105855.583000', '105855.586000', '105855.588000', '105855.591000', '105855.593000', '105855.596000', '105855.599000', '105855.601000', '105855.604000', '105855.606000', '105855.609000', '105855.611000', '105855.614000', '105915.502000', '105915.505000', '105915.508000', '105915.510000', '105915.513000', '105915.515000', '105915.518000', '105915.521000', '105915.523000', '105915.526000', '105915.528000', '105915.531000', '105915.534000', '105915.536000', '105915.539000', '105915.541000', '105915.544000', '105915.546000', '105915.549000', '105915.551000', '105915.554000', '105915.557000', '105915.559000', '105915.562000', '105915.564000', '105915.567000', '105915.569000', '105915.572000', '105915.574000', '105915.577000', '105915.579000', '105915.582000', '105915.585000', '105915.587000', '105915.590000', '105915.592000', '105915.595000', '105915.598000', '105915.600000', '105915.603000', '105915.605000', '105915.608000', '105915.611000', '105935.503000', '105935.505000', '105935.508000', '105935.511000', '105935.513000', '105935.516000', '105935.518000', '105935.521000', '105935.523000', '105935.526000', '105935.528000', '105935.531000', '105935.534000', '105935.536000', '105935.539000', '105935.541000', '105935.544000', '105935.546000', '105935.549000', '105935.552000', '105935.554000', '105935.557000', '105935.559000', '105935.562000', '105935.564000', '105935.567000', '105935.570000', '105935.572000', '105935.575000', '105935.577000', '105935.580000', '105935.582000', '105935.585000', '105935.587000', '105935.590000', '105935.593000', '105935.595000', '105935.598000', '105935.600000', '105935.603000', '105935.605000', '105935.608000', '105935.611000', '105935.613000', '105955.503000', '105955.505000', '105955.508000', '105955.511000', '105955.513000', '105955.516000', '105955.518000', '105955.521000', '105955.524000', '105955.526000', '105955.529000', '105955.531000', '105955.534000', '105955.536000', '105955.539000', '105955.541000', '105955.544000', '105955.547000', '105955.549000', '105955.552000', '105955.554000', '105955.557000', '105955.560000', '105955.562000', '105955.565000', '105955.567000', '105955.570000', '105955.572000', '105955.575000', '105955.578000', '105955.580000', '105955.583000', '105955.585000', '105955.588000', '105955.591000', '105955.593000', '105955.596000', '105955.598000', '105955.601000', '105955.603000', '105955.606000', '105955.608000', '105955.611000', '110015.501000', '110015.504000', '110015.507000', '110015.540000', '110015.542000', '110015.545000', '110015.547000', '110015.550000', '110015.553000', '110015.555000', '110015.558000', '110015.560000', '110015.563000', '110015.565000', '110015.568000', '110015.571000', '110015.573000', '110015.576000', '110015.579000', '110015.581000', '110015.584000', '110015.587000', '110015.589000', '110015.592000', '110015.594000', '110015.597000', '110015.599000', '110015.602000', '110015.605000', '110015.607000', '110015.610000', '110015.613000', '110015.615000', '110015.618000', '110015.620000', '110015.623000', '110015.625000', '110015.628000', '110015.631000', '110015.633000', '110015.636000', '110015.638000', '110015.641000', '110015.643000', '110035.503000', '110035.505000', '110035.508000', '110035.511000', '110035.513000', '110035.516000', '110035.518000', '110035.521000', '110035.524000', '110035.526000', '110035.529000', '110035.531000', '110035.534000', '110035.536000', '110035.539000', '110035.542000', '110035.544000', '110035.547000', '110035.549000', '110035.552000', '110035.554000', '110035.557000', '110035.560000', '110035.562000', '110035.565000', '110035.567000', '110035.570000', '110035.572000', '110035.575000', '110035.577000', '110035.580000', '110035.583000', '110035.585000', '110035.588000', '110035.590000', '110035.593000', '110035.596000', '110035.598000', '110035.601000', '110035.603000', '110035.606000', '110035.608000', '110035.611000', '110055.503000', '110055.506000', '110055.508000', '110055.511000', '110055.514000', '110055.516000', '110055.519000', '110055.521000', '110055.524000', '110055.526000', '110055.529000', '110055.531000', '110055.534000', '110055.537000', '110055.539000', '110055.542000', '110055.545000', '110055.547000', '110055.550000', '110055.552000', '110055.555000', '110055.566000', '110055.569000', '110055.571000', '110055.574000', '110055.576000', '110055.579000', '110055.582000', '110055.584000', '110055.587000', '110055.590000', '110055.592000', '110055.595000', '110055.597000', '110055.600000', '110055.602000', '110055.605000', '110055.608000', '110055.610000', '110055.613000', '110055.615000', '110055.618000', '110055.621000', '110115.503000', '110115.506000', '110115.508000', '110115.511000', '110115.513000', '110115.516000', '110115.518000', '110115.521000', '110115.523000', '110115.526000', '110115.529000', '110115.531000', '110115.534000', '110115.536000', '110115.539000', '110115.541000', '110115.544000', '110115.547000', '110115.549000', '110115.552000', '110115.554000', '110115.557000', '110115.560000', '110115.562000', '110115.565000', '110115.567000', '110115.570000', '110115.572000', '110115.575000', '110115.578000', '110115.580000', '110115.583000', '110115.585000', '110115.588000', '110115.590000', '110115.593000', '110115.595000', '110115.598000', '110115.601000', '110115.603000', '110115.606000', '110115.608000', '110115.611000', '110115.614000', '110135.502000', '110135.505000', '110135.508000', '110135.511000', '110135.514000', '110135.516000', '110135.519000', '110135.521000', '110135.524000', '110135.527000', '110135.529000', '110135.532000', '110135.534000', '110135.537000', '110135.540000', '110135.542000', '110135.545000', '110135.547000', '110135.550000', '110135.553000', '110135.556000', '110135.559000', '110135.561000', '110135.564000', '110135.566000', '110135.570000', '110135.572000', '110135.575000', '110135.578000', '110135.580000', '110135.583000', '110135.586000', '110135.588000', '110135.591000', '110135.593000', '110135.596000', '110135.599000', '110135.601000', '110135.604000', '110135.606000', '110135.609000', '110135.611000', '110135.642000', '110155.502000', '110155.505000', '110155.508000', '110155.510000', '110155.513000', '110155.516000', '110155.518000', '110155.521000', '110155.523000', '110155.526000', '110155.528000', '110155.531000', '110155.534000', '110155.536000', '110155.539000', '110155.541000', '110155.544000', '110155.547000', '110155.549000', '110155.552000', '110155.554000', '110155.557000', '110155.560000', '110155.562000', '110155.565000', '110155.567000', '110155.570000', '110155.573000', '110155.575000', '110155.578000', '110155.580000', '110155.583000', '110155.586000', '110155.588000', '110155.591000', '110155.593000', '110155.596000', '110155.599000', '110155.601000', '110155.604000', '110155.606000', '110155.609000', '110155.612000', '110155.614000', '110215.503000', '110215.506000', '110215.508000', '110215.511000', '110215.514000', '110215.516000', '110215.519000', '110215.521000', '110215.524000', '110215.526000', '110215.529000', '110215.532000', '110215.534000', '110215.537000', '110215.539000', '110215.542000', '110215.545000', '110215.547000', '110215.550000', '110215.553000', '110215.555000', '110215.558000', '110215.560000', '110215.563000', '110215.566000', '110215.568000', '110215.571000', '110215.573000', '110215.576000', '110215.579000', '110215.581000', '110215.584000', '110215.586000', '110215.589000', '110215.592000', '110215.594000', '110215.597000', '110215.599000', '110215.602000', '110215.605000', '110215.607000', '110215.610000', '110215.613000', '110235.501000', '110235.504000', '110235.507000', '110235.509000', '110235.512000', '110235.515000', '110235.517000', '110235.520000', '110235.522000', '110235.525000', '110235.528000', '110235.531000', '110235.533000', '110235.536000', '110235.539000', '110235.541000', '110235.544000', '110235.547000', '110235.549000', '110235.552000', '110235.554000', '110235.557000', '110235.559000', '110235.562000', '110235.565000', '110235.567000', '110235.570000', '110235.572000', '110235.575000', '110235.578000', '110235.580000', '110235.583000', '110235.586000', '110235.588000', '110235.591000', '110235.593000', '110235.596000', '110235.599000', '110235.601000', '110235.604000', '110235.606000', '110235.609000', '110235.612000', '110235.614000', '110255.503000', '110255.505000', '110255.508000', '110255.511000', '110255.513000', '110255.516000', '110255.519000', '110255.521000', '110255.524000', '110255.526000', '110255.529000', '110255.532000', '110255.534000', '110255.537000', '110255.540000', '110255.543000', '110255.546000', '110255.549000', '110255.551000', '110255.554000', '110255.556000', '110255.559000', '110255.561000', '110255.564000', '110255.567000', '110255.569000', '110255.572000', '110255.574000', '110255.577000', '110255.580000', '110255.582000', '110255.585000', '110255.587000', '110255.590000', '110255.593000', '110255.595000', '110255.598000', '110255.600000', '110255.603000', '110255.605000', '110255.609000', '110255.612000', '110255.615000', '110315.503000', '110315.506000', '110315.508000', '110315.511000', '110315.513000', '110315.516000', '110315.519000', '110315.521000', '110315.524000', '110315.534000', '110315.537000', '110315.539000', '110315.542000', '110315.544000', '110315.547000', '110315.549000', '110315.552000', '110315.555000', '110315.557000', '110315.560000', '110315.562000', '110315.565000', '110315.567000', '110315.570000', '110315.573000', '110315.575000', '110315.578000', '110315.581000', '110315.583000', '110315.586000', '110315.588000', '110315.591000', '110315.594000', '110315.596000', '110315.599000', '110315.601000', '110315.604000', '110315.606000', '110315.609000', '110315.612000', '110315.614000', '110315.617000', '110315.620000', '110315.622000', '110335.503000', '110335.505000', '110335.508000', '110335.511000', '110335.513000', '110335.516000', '110335.518000', '110335.521000', '110335.524000', '110335.526000', '110335.529000', '110335.531000', '110335.534000', '110335.537000', '110335.539000', '110335.542000', '110335.545000', '110335.547000', '110335.550000', '110335.553000', '110335.555000', '110335.558000', '110335.561000', '110335.564000', '110335.566000', '110335.569000', '110335.572000', '110335.574000', '110335.577000', '110335.579000', '110335.583000', '110335.586000', '110335.589000', '110335.591000', '110335.594000', '110335.596000', '110335.599000', '110335.602000', '110335.604000', '110335.607000', '110335.609000', '110335.612000', '110335.614000', '110355.503000', '110355.505000', '110355.508000', '110355.511000', '110355.513000', '110355.516000', '110355.518000', '110355.521000', '110355.524000', '110355.526000', '110355.529000', '110355.531000', '110355.534000', '110355.536000', '110355.539000', '110355.541000', '110355.544000', '110355.547000', '110355.549000', '110355.552000', '110355.554000', '110355.557000', '110355.559000', '110355.562000', '110355.565000', '110355.567000', '110355.570000', '110355.573000', '110355.575000', '110355.578000', '110355.580000', '110355.583000', '110355.585000', '110355.588000', '110355.591000', '110355.593000', '110355.596000', '110355.599000', '110355.601000', '110355.604000', '110355.607000', '110355.609000', '110355.612000', '110355.614000', '110415.503000', '110415.505000', '110415.508000', '110415.511000', '110415.513000', '110415.516000', '110415.518000', '110415.521000', '110415.524000', '110415.526000', '110415.529000', '110415.531000', '110415.534000', '110415.536000', '110415.539000', '110415.542000', '110415.544000', '110415.547000', '110415.549000', '110415.552000', '110415.555000', '110415.557000', '110415.560000', '110415.562000', '110415.565000', '110415.567000', '110415.570000', '110415.573000', '110415.575000', '110415.578000', '110415.580000', '110415.583000', '110415.585000', '110415.588000', '110415.591000', '110415.593000', '110415.596000', '110415.598000', '110415.601000', '110415.604000', '110415.606000', '110415.609000', '110415.612000', '110421.123000', '110421.126000', '110421.129000', '110421.132000', '110421.134000', '110421.137000', '110421.140000', '110421.142000', '110421.145000', '110421.148000', '110421.151000', '110421.153000', '110421.156000'], 'InstanceCreationTime': ['105755.524000', '105755.527000', '105755.530000', '105755.533000', '105755.535000', '105755.538000', '105755.540000', '105755.543000', '105755.545000', '105755.548000', '105755.550000', '105755.553000', '105755.556000', '105755.558000', '105755.561000', '105755.563000', '105755.566000', '105755.568000', '105755.575000', '105755.578000', '105755.580000', '105755.583000', '105755.586000', '105755.588000', '105755.591000', '105755.593000', '105755.596000', '105755.598000', '105755.601000', '105755.604000', '105755.606000', '105755.609000', '105755.611000', '105815.503000', '105815.505000', '105815.508000', '105815.511000', '105815.513000', '105815.516000', '105815.518000', '105815.521000', '105815.523000', '105815.526000', '105815.528000', '105815.531000', '105815.533000', '105815.543000', '105815.546000', '105815.549000', '105815.552000', '105815.554000', '105815.557000', '105815.559000', '105815.562000', '105815.564000', '105815.567000', '105815.570000', '105815.572000', '105815.575000', '105815.577000', '105815.580000', '105815.582000', '105815.585000', '105815.587000', '105815.590000', '105815.593000', '105815.595000', '105815.598000', '105815.600000', '105815.603000', '105815.605000', '105815.608000', '105815.611000', '105815.613000', '105815.616000', '105815.618000', '105815.621000', '105835.502000', '105835.505000', '105835.508000', '105835.510000', '105835.513000', '105835.516000', '105835.524000', '105835.526000', '105835.529000', '105835.532000', '105835.534000', '105835.537000', '105835.540000', '105835.548000', '105835.550000', '105835.553000', '105835.556000', '105835.558000', '105835.561000', '105835.563000', '105835.566000', '105835.568000', '105835.571000', '105835.573000', '105835.576000', '105835.578000', '105835.581000', '105835.583000', '105835.586000', '105835.589000', '105835.592000', '105835.594000', '105835.597000', '105835.600000', '105835.602000', '105835.605000', '105835.608000', '105835.610000', '105835.613000', '105835.615000', '105835.618000', '105835.620000', '105835.623000', '105855.502000', '105855.505000', '105855.508000', '105855.511000', '105855.513000', '105855.516000', '105855.518000', '105855.521000', '105855.523000', '105855.526000', '105855.529000', '105855.531000', '105855.534000', '105855.536000', '105855.539000', '105855.542000', '105855.545000', '105855.547000', '105855.550000', '105855.552000', '105855.555000', '105855.557000', '105855.560000', '105855.563000', '105855.565000', '105855.568000', '105855.570000', '105855.573000', '105855.575000', '105855.578000', '105855.581000', '105855.583000', '105855.586000', '105855.588000', '105855.591000', '105855.593000', '105855.596000', '105855.599000', '105855.601000', '105855.604000', '105855.606000', '105855.609000', '105855.611000', '105855.614000', '105915.502000', '105915.505000', '105915.508000', '105915.510000', '105915.513000', '105915.515000', '105915.518000', '105915.521000', '105915.523000', '105915.526000', '105915.528000', '105915.531000', '105915.534000', '105915.536000', '105915.539000', '105915.541000', '105915.544000', '105915.546000', '105915.549000', '105915.551000', '105915.554000', '105915.557000', '105915.559000', '105915.562000', '105915.564000', '105915.567000', '105915.569000', '105915.572000', '105915.574000', '105915.577000', '105915.579000', '105915.582000', '105915.585000', '105915.587000', '105915.590000', '105915.592000', '105915.595000', '105915.598000', '105915.600000', '105915.603000', '105915.605000', '105915.608000', '105915.611000', '105935.503000', '105935.505000', '105935.508000', '105935.511000', '105935.513000', '105935.516000', '105935.518000', '105935.521000', '105935.523000', '105935.526000', '105935.528000', '105935.531000', '105935.534000', '105935.536000', '105935.539000', '105935.541000', '105935.544000', '105935.546000', '105935.549000', '105935.552000', '105935.554000', '105935.557000', '105935.559000', '105935.562000', '105935.564000', '105935.567000', '105935.570000', '105935.572000', '105935.575000', '105935.577000', '105935.580000', '105935.582000', '105935.585000', '105935.587000', '105935.590000', '105935.593000', '105935.595000', '105935.598000', '105935.600000', '105935.603000', '105935.605000', '105935.608000', '105935.611000', '105935.613000', '105955.503000', '105955.505000', '105955.508000', '105955.511000', '105955.513000', '105955.516000', '105955.518000', '105955.521000', '105955.524000', '105955.526000', '105955.529000', '105955.531000', '105955.534000', '105955.536000', '105955.539000', '105955.541000', '105955.544000', '105955.547000', '105955.549000', '105955.552000', '105955.554000', '105955.557000', '105955.560000', '105955.562000', '105955.565000', '105955.567000', '105955.570000', '105955.572000', '105955.575000', '105955.578000', '105955.580000', '105955.583000', '105955.585000', '105955.588000', '105955.591000', '105955.593000', '105955.596000', '105955.598000', '105955.601000', '105955.603000', '105955.606000', '105955.608000', '105955.611000', '110015.501000', '110015.504000', '110015.507000', '110015.540000', '110015.542000', '110015.545000', '110015.547000', '110015.550000', '110015.553000', '110015.555000', '110015.558000', '110015.560000', '110015.563000', '110015.565000', '110015.568000', '110015.571000', '110015.573000', '110015.576000', '110015.579000', '110015.581000', '110015.584000', '110015.587000', '110015.589000', '110015.592000', '110015.594000', '110015.597000', '110015.599000', '110015.602000', '110015.605000', '110015.607000', '110015.610000', '110015.613000', '110015.615000', '110015.618000', '110015.620000', '110015.623000', '110015.625000', '110015.628000', '110015.631000', '110015.633000', '110015.636000', '110015.638000', '110015.641000', '110015.643000', '110035.503000', '110035.505000', '110035.508000', '110035.511000', '110035.513000', '110035.516000', '110035.518000', '110035.521000', '110035.524000', '110035.526000', '110035.529000', '110035.531000', '110035.534000', '110035.536000', '110035.539000', '110035.542000', '110035.544000', '110035.547000', '110035.549000', '110035.552000', '110035.554000', '110035.557000', '110035.560000', '110035.562000', '110035.565000', '110035.567000', '110035.570000', '110035.572000', '110035.575000', '110035.577000', '110035.580000', '110035.583000', '110035.585000', '110035.588000', '110035.590000', '110035.593000', '110035.596000', '110035.598000', '110035.601000', '110035.603000', '110035.606000', '110035.608000', '110035.611000', '110055.503000', '110055.506000', '110055.508000', '110055.511000', '110055.514000', '110055.516000', '110055.519000', '110055.521000', '110055.524000', '110055.526000', '110055.529000', '110055.531000', '110055.534000', '110055.537000', '110055.539000', '110055.542000', '110055.545000', '110055.547000', '110055.550000', '110055.552000', '110055.555000', '110055.566000', '110055.569000', '110055.571000', '110055.574000', '110055.576000', '110055.579000', '110055.582000', '110055.584000', '110055.587000', '110055.590000', '110055.592000', '110055.595000', '110055.597000', '110055.600000', '110055.602000', '110055.605000', '110055.608000', '110055.610000', '110055.613000', '110055.615000', '110055.618000', '110055.621000', '110115.503000', '110115.506000', '110115.508000', '110115.511000', '110115.513000', '110115.516000', '110115.518000', '110115.521000', '110115.523000', '110115.526000', '110115.529000', '110115.531000', '110115.534000', '110115.536000', '110115.539000', '110115.541000', '110115.544000', '110115.547000', '110115.549000', '110115.552000', '110115.554000', '110115.557000', '110115.560000', '110115.562000', '110115.565000', '110115.567000', '110115.570000', '110115.572000', '110115.575000', '110115.578000', '110115.580000', '110115.583000', '110115.585000', '110115.588000', '110115.590000', '110115.593000', '110115.595000', '110115.598000', '110115.601000', '110115.603000', '110115.606000', '110115.608000', '110115.611000', '110115.614000', '110135.502000', '110135.505000', '110135.508000', '110135.511000', '110135.514000', '110135.516000', '110135.519000', '110135.521000', '110135.524000', '110135.527000', '110135.529000', '110135.532000', '110135.534000', '110135.537000', '110135.540000', '110135.542000', '110135.545000', '110135.547000', '110135.550000', '110135.553000', '110135.556000', '110135.559000', '110135.561000', '110135.564000', '110135.566000', '110135.570000', '110135.572000', '110135.575000', '110135.578000', '110135.580000', '110135.583000', '110135.586000', '110135.588000', '110135.591000', '110135.593000', '110135.596000', '110135.599000', '110135.601000', '110135.604000', '110135.606000', '110135.609000', '110135.611000', '110135.642000', '110155.502000', '110155.505000', '110155.508000', '110155.510000', '110155.513000', '110155.516000', '110155.518000', '110155.521000', '110155.523000', '110155.526000', '110155.528000', '110155.531000', '110155.534000', '110155.536000', '110155.539000', '110155.541000', '110155.544000', '110155.547000', '110155.549000', '110155.552000', '110155.554000', '110155.557000', '110155.560000', '110155.562000', '110155.565000', '110155.567000', '110155.570000', '110155.573000', '110155.575000', '110155.578000', '110155.580000', '110155.583000', '110155.586000', '110155.588000', '110155.591000', '110155.593000', '110155.596000', '110155.599000', '110155.601000', '110155.604000', '110155.606000', '110155.609000', '110155.612000', '110155.614000', '110215.503000', '110215.506000', '110215.508000', '110215.511000', '110215.514000', '110215.516000', '110215.519000', '110215.521000', '110215.524000', '110215.526000', '110215.529000', '110215.532000', '110215.534000', '110215.537000', '110215.539000', '110215.542000', '110215.545000', '110215.547000', '110215.550000', '110215.553000', '110215.555000', '110215.558000', '110215.560000', '110215.563000', '110215.566000', '110215.568000', '110215.571000', '110215.573000', '110215.576000', '110215.579000', '110215.581000', '110215.584000', '110215.586000', '110215.589000', '110215.592000', '110215.594000', '110215.597000', '110215.599000', '110215.602000', '110215.605000', '110215.607000', '110215.610000', '110215.613000', '110235.501000', '110235.504000', '110235.507000', '110235.509000', '110235.512000', '110235.515000', '110235.517000', '110235.520000', '110235.522000', '110235.525000', '110235.528000', '110235.531000', '110235.533000', '110235.536000', '110235.539000', '110235.541000', '110235.544000', '110235.547000', '110235.549000', '110235.552000', '110235.554000', '110235.557000', '110235.559000', '110235.562000', '110235.565000', '110235.567000', '110235.570000', '110235.572000', '110235.575000', '110235.578000', '110235.580000', '110235.583000', '110235.586000', '110235.588000', '110235.591000', '110235.593000', '110235.596000', '110235.599000', '110235.601000', '110235.604000', '110235.606000', '110235.609000', '110235.612000', '110235.614000', '110255.503000', '110255.505000', '110255.508000', '110255.511000', '110255.513000', '110255.516000', '110255.519000', '110255.521000', '110255.524000', '110255.526000', '110255.529000', '110255.532000', '110255.534000', '110255.537000', '110255.540000', '110255.543000', '110255.546000', '110255.549000', '110255.551000', '110255.554000', '110255.556000', '110255.559000', '110255.561000', '110255.564000', '110255.567000', '110255.569000', '110255.572000', '110255.574000', '110255.577000', '110255.580000', '110255.582000', '110255.585000', '110255.587000', '110255.590000', '110255.593000', '110255.595000', '110255.598000', '110255.600000', '110255.603000', '110255.605000', '110255.609000', '110255.612000', '110255.615000', '110315.503000', '110315.506000', '110315.508000', '110315.511000', '110315.513000', '110315.516000', '110315.519000', '110315.521000', '110315.524000', '110315.534000', '110315.537000', '110315.539000', '110315.542000', '110315.544000', '110315.547000', '110315.549000', '110315.552000', '110315.555000', '110315.557000', '110315.560000', '110315.562000', '110315.565000', '110315.567000', '110315.570000', '110315.573000', '110315.575000', '110315.578000', '110315.581000', '110315.583000', '110315.586000', '110315.588000', '110315.591000', '110315.594000', '110315.596000', '110315.599000', '110315.601000', '110315.604000', '110315.606000', '110315.609000', '110315.612000', '110315.614000', '110315.617000', '110315.620000', '110315.622000', '110335.503000', '110335.505000', '110335.508000', '110335.511000', '110335.513000', '110335.516000', '110335.518000', '110335.521000', '110335.524000', '110335.526000', '110335.529000', '110335.531000', '110335.534000', '110335.537000', '110335.539000', '110335.542000', '110335.545000', '110335.547000', '110335.550000', '110335.553000', '110335.555000', '110335.558000', '110335.561000', '110335.564000', '110335.566000', '110335.569000', '110335.572000', '110335.574000', '110335.577000', '110335.579000', '110335.583000', '110335.586000', '110335.589000', '110335.591000', '110335.594000', '110335.596000', '110335.599000', '110335.602000', '110335.604000', '110335.607000', '110335.609000', '110335.612000', '110335.614000', '110355.503000', '110355.505000', '110355.508000', '110355.511000', '110355.513000', '110355.516000', '110355.518000', '110355.521000', '110355.524000', '110355.526000', '110355.529000', '110355.531000', '110355.534000', '110355.536000', '110355.539000', '110355.541000', '110355.544000', '110355.547000', '110355.549000', '110355.552000', '110355.554000', '110355.557000', '110355.559000', '110355.562000', '110355.565000', '110355.567000', '110355.570000', '110355.573000', '110355.575000', '110355.578000', '110355.580000', '110355.583000', '110355.585000', '110355.588000', '110355.591000', '110355.593000', '110355.596000', '110355.599000', '110355.601000', '110355.604000', '110355.607000', '110355.609000', '110355.612000', '110355.614000', '110415.503000', '110415.505000', '110415.508000', '110415.511000', '110415.513000', '110415.516000', '110415.518000', '110415.521000', '110415.524000', '110415.526000', '110415.529000', '110415.531000', '110415.534000', '110415.536000', '110415.539000', '110415.542000', '110415.544000', '110415.547000', '110415.549000', '110415.552000', '110415.555000', '110415.557000', '110415.560000', '110415.562000', '110415.565000', '110415.567000', '110415.570000', '110415.573000', '110415.575000', '110415.578000', '110415.580000', '110415.583000', '110415.585000', '110415.588000', '110415.591000', '110415.593000', '110415.596000', '110415.598000', '110415.601000', '110415.604000', '110415.606000', '110415.609000', '110415.612000', '110421.123000', '110421.126000', '110421.129000', '110421.132000', '110421.134000', '110421.137000', '110421.140000', '110421.142000', '110421.145000', '110421.148000', '110421.151000', '110421.153000', '110421.156000'], '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': [19805, 14606, 12211, 13957, 11264, 17370, 12817, 15847, 15018, 12120, 15463, 12010, 15246, 13349, 13171, 16052, 12414, 17088, 13289, 17743, 13653, 14596, 15324, 13148, 16065, 11633, 16990, 13068, 17523, 13950, 12292, 15312, 11851, 17464, 13362, 13771, 14970, 11956, 18572, 12922, 12948, 14031, 10989, 17081, 15243, 20106, 14277, 11912, 12794, 10475, 16254, 12571, 18178, 13248, 12075, 14308, 11029, 16090, 12524, 17059, 13030, 16750, 12866, 17874, 12918, 13718, 13502, 13376, 14791, 11122, 14711, 11014, 15918, 12562, 18219, 13021, 12670, 13418, 9832, 15349, 12014, 12328, 15017, 11997, 14517, 12301, 11252, 16869, 13757, 18021, 13779, 15794, 13328, 19026, 14037, 16650, 13919, 12619, 13287, 11597, 14726, 11423, 15858, 12107, 15850, 11725, 14441, 12065, 15017, 13506, 12024, 14903, 10612, 16030, 11861, 16360, 12399, 16318, 12653, 16136, 12578, 16143, 12322, 16298, 12636, 16599, 13064, 16745, 12854, 15060, 12476, 14996, 13428, 14080, 14877, 11759, 15598, 14555, 15456, 18337, 15494, 12877, 15074, 11340, 17394, 14178, 15797, 14470, 11493, 16412, 12753, 18375, 15184, 18085, 13743, 17126, 12836, 16233, 14597, 14595, 16527, 12786, 17881, 13212, 15964, 13025, 15247, 11921, 14852, 12078, 18320, 13731, 12549, 13041, 13162, 13811, 15065, 14504, 11749, 14588, 12376, 16884, 11966, 19049, 13479, 18240, 12903, 13107, 11541, 15734, 12298, 18412, 13063, 12960, 12494, 10425, 12867, 10759, 15144, 11967, 16132, 12388, 12514, 14422, 13612, 15871, 11392, 16099, 12846, 16659, 13638, 19057, 14210, 12816, 13479, 10737, 15330, 11443, 16216, 14245, 12795, 17148, 12798, 15724, 13652, 12499, 12748, 11127, 17092, 12041, 14904, 11671, 14853, 11935, 15044, 11717, 14304, 11179, 12556, 16492, 12281, 16741, 13342, 15456, 11833, 14420, 11222, 14757, 11980, 14399, 12771, 16064, 11565, 16192, 12787, 16836, 13006, 17226, 13266, 16627, 12019, 15974, 11710, 15840, 12899, 16099, 12991, 16116, 11183, 15689, 12251, 16617, 12938, 17366, 12562, 16615, 12151, 15563, 11288, 15245, 11274, 14950, 10905, 14345, 11257, 15521, 12802, 15931, 11666, 16358, 11650, 15632, 11984, 15278, 11855, 14537, 12270, 12670, 16897, 12352, 15379, 11499, 14146, 10916, 13126, 10686, 13298, 11583, 13967, 11130, 14225, 12502, 13310, 17111, 13193, 15706, 12177, 14938, 11689, 15045, 12160, 16796, 12297, 12044, 12489, 11245, 15079, 11976, 16323, 12652, 15791, 12167, 18011, 15246, 12947, 15843, 11778, 14295, 13657, 12269, 18635, 13911, 14005, 13410, 12680, 14329, 20830, 13974, 16867, 13097, 16483, 12579, 12499, 12383, 10359, 13471, 10532, 14919, 11468, 15230, 11912, 15520, 11105, 14956, 11718, 14487, 11450, 14735, 11991, 14411, 11194, 14928, 12025, 16438, 12204, 15821, 14037, 12667, 13705, 11905, 14342, 14582, 14913, 11689, 14690, 10032, 15130, 11308, 15302, 12436, 13619, 11129, 16776, 12052, 15999, 12719, 14370, 10723, 13480, 10669, 12952, 11599, 14251, 10626, 14367, 10402, 15012, 10931, 15186, 12888, 13668, 14042, 14454, 12725, 14507, 10281, 14123, 11264, 15515, 11279, 15328, 16968, 12388, 16247, 12025, 15204, 11761, 14875, 12540, 15032, 11416, 14719, 11341, 15643, 11213, 13643, 16555, 12001, 14978, 11060, 12708, 14783, 11965, 15373, 11348, 12826, 10338, 11867, 11548, 11091, 14520, 12087, 17350, 13585, 17537, 14006, 12670, 14596, 12463, 17058, 12885, 17236, 12665, 16777, 12487, 16440, 12581, 17535, 13267, 12201, 14675, 10524, 16783, 12393, 17721, 12275, 17636, 11900, 16019, 11968, 15822, 11896, 12262, 13996, 10185, 12586, 10429, 9943, 13852, 11196, 16637, 12350, 16814, 13375, 16352, 12470, 16468, 12058, 14780, 14980, 12192, 17798, 12739, 12200, 13025, 10208, 13573, 11149, 10380, 14264, 11273, 16448, 13646, 17036, 13670, 17384, 12723, 14152, 12641, 18733, 14162, 14133, 18403, 12417, 16631, 11671, 13019, 11650, 11291, 13631, 10244, 14577, 11071, 15990, 12896, 16161, 14241, 12508, 16024, 12656, 15940, 11104, 15791, 11839, 16310, 13205, 16163, 12849, 15187, 11972, 14893, 11952, 15330, 12149, 15527, 12183, 16981, 12302, 16671, 12463, 13977, 12128, 17406, 11892, 15783, 12123, 15289, 12313, 15408, 11738, 16098, 12374, 14337, 12795, 13184, 15175, 10696, 17971, 13511, 12788, 13663, 11779, 19299, 14403, 14127, 16757, 12454, 17653, 12961, 17049, 21651, 14417, 16990, 12848, 13141, 11779, 10552, 13060, 11210, 15265, 12717, 16074, 11714, 10687, 13546, 13518, 15091, 12967, 11593, 18689, 15476, 19430, 13192, 11477, 11279, 12419, 16877, 12007, 11495, 13837, 11838, 17953, 13105, 12107, 15085, 12872, 16355, 12982, 9965, 14857, 10773, 13251, 15542, 11258, 15055, 12813, 16471, 13464, 12273, 12608, 10428, 15307, 11816, 11286, 13512, 10935, 15810, 12135, 14278, 14620, 12117, 12294, 11539, 11468, 12443, 14454, 11934, 18151, 13321, 14466, 10960, 14215, 10795, 13971, 10879, 12672, 10868, 11001, 12152, 12375, 9956, 12415, 9862, 13974, 11243, 16397, 11630, 14662, 13405, 14783, 11050, 13536, 12859, 12664, 17940, 12605, 15441, 12050, 14708, 11308, 13783, 11034, 13591, 10370, 13609, 10687, 13327, 9707, 13306, 10485, 13705, 10664, 14146, 11491, 15805, 11969, 14725, 11472, 14025, 11553, 12747, 13801, 10549, 14144, 10353, 15173, 11792, 16421, 12640, 15475, 11624, 14797, 11391, 15734, 12912, 16351, 12678, 11806, 13301, 10178, 15849, 12867, 15452, 12873, 11626, 14021, 11066, 15427, 10845, 15466, 11795, 16306, 12247, 12226, 11584, 9765, 12196, 9913, 12753, 16794, 12075, 15902, 12395, 15058, 11092, 10591, 10260, 9267, 12726, 10696, 15243, 12732, 12266, 15124, 10945, 15338, 11614, 15990, 19677, 15534, 16014, 11511, 13865, 10492, 13433, 10331, 13193, 11378, 12402, 10213, 12779, 11706, 12559, 13333, 13993, 11437, 13782, 10356, 13755, 10355, 14606, 11285, 14181, 12013, 16690, 12726, 11537, 12623, 9947, 16041, 13150, 16159, 15620, 12111, 16697, 11333, 16626, 11561, 14858, 10798, 14042, 11454, 15109, 11479, 13367, 12087, 10625, 14343, 10502, 10906, 11677, 10556, 14211, 11569, 9786, 14930, 12835, 17624, 13223, 10637, 13317, 10558, 15338, 11588, 15166, 10996, 13450, 18084, 12344, 14686, 11379, 13282, 10170, 12507, 9971, 12170, 10668, 12753, 10867, 13591, 10419, 14732, 11651, 16561, 13147, 14563, 16771, 14235, 13571, 14611, 13199, 14505, 13388, 15087, 13071, 16007, 11757, 16419, 13151, 18361, 15093, 13774], 'WindowCenter': [4661.0, 4613.0, 4579.0, 4586.0, 4555.0, 4594.0, 4575.0, 4595.0, 4586.0, 4564.0, 4595.0, 4576.0, 4593.0, 4585.0, 4574.0, 4597.0, 4577.0, 4607.0, 4588.0, 4605.0, 4588.0, 4587.0, 4597.0, 4576.0, 4596.0, 4566.0, 4597.0, 4577.0, 4607.0, 4587.0, 4577.0, 4597.0, 4579.0, 4623.0, 4618.0, 4602.0, 4588.0, 4567.0, 4608.0, 4588.0, 4577.0, 4590.0, 4569.0, 4621.0, 4599.0, 4632.0, 4589.0, 4566.0, 4575.0, 4556.0, 4595.0, 4577.0, 4606.0, 4577.0, 4577.0, 4599.0, 4571.0, 4609.0, 4579.0, 4597.0, 4576.0, 4597.0, 4576.0, 4606.0, 4566.0, 4574.0, 4575.0, 4574.0, 4584.0, 4568.0, 4585.0, 4556.0, 4584.0, 4564.0, 4606.0, 4576.0, 4564.0, 4575.0, 4544.0, 4584.0, 4566.0, 4578.0, 4598.0, 4580.0, 4610.0, 4591.0, 4582.0, 4620.0, 4603.0, 4636.0, 4605.0, 4610.0, 4591.0, 4609.0, 4589.0, 4596.0, 4577.0, 4563.0, 4563.0, 4552.0, 4573.0, 4552.0, 4595.0, 4565.0, 4595.0, 4566.0, 4585.0, 4576.0, 4586.0, 4576.0, 4565.0, 4587.0, 4556.0, 4597.0, 4566.0, 4597.0, 4565.0, 4596.0, 4564.0, 4586.0, 4565.0, 4595.0, 4564.0, 4584.0, 4565.0, 4594.0, 4576.0, 4597.0, 4578.0, 4597.0, 4578.0, 4595.0, 4589.0, 4588.0, 4600.0, 4579.0, 4610.0, 4587.0, 4599.0, 4618.0, 4612.0, 4590.0, 4600.0, 4567.0, 4609.0, 4602.0, 4610.0, 4613.0, 4594.0, 4624.0, 4604.0, 4634.0, 4615.0, 4623.0, 4605.0, 4626.0, 4580.0, 4602.0, 4587.0, 4586.0, 4586.0, 4555.0, 4584.0, 4552.0, 4572.0, 4551.0, 4571.0, 4552.0, 4571.0, 4577.0, 4606.0, 4577.0, 4575.0, 4578.0, 4574.0, 4589.0, 4598.0, 4602.0, 4567.0, 4587.0, 4566.0, 4607.0, 4568.0, 4606.0, 4575.0, 4596.0, 4563.0, 4561.0, 4552.0, 4568.0, 4552.0, 4590.0, 4548.0, 4548.0, 4559.0, 4539.0, 4559.0, 4554.0, 4580.0, 4563.0, 4592.0, 4576.0, 4577.0, 4588.0, 4586.0, 4597.0, 4578.0, 4596.0, 4575.0, 4608.0, 4588.0, 4607.0, 4588.0, 4578.0, 4576.0, 4556.0, 4596.0, 4567.0, 4597.0, 4584.0, 4565.0, 4593.0, 4561.0, 4571.0, 4560.0, 4550.0, 4549.0, 4541.0, 4578.0, 4550.0, 4568.0, 4548.0, 4568.0, 4548.0, 4570.0, 4549.0, 4559.0, 4539.0, 4564.0, 4579.0, 4551.0, 4569.0, 4559.0, 4568.0, 4550.0, 4570.0, 4553.0, 4582.0, 4551.0, 4585.0, 4574.0, 4596.0, 4566.0, 4605.0, 4588.0, 4610.0, 4590.0, 4620.0, 4590.0, 4610.0, 4590.0, 4610.0, 4581.0, 4610.0, 4579.0, 4612.0, 4607.0, 4614.0, 4572.0, 4598.0, 4579.0, 4599.0, 4590.0, 4607.0, 4577.0, 4598.0, 4567.0, 4586.0, 4553.0, 4585.0, 4554.0, 4584.0, 4555.0, 4584.0, 4554.0, 4584.0, 4577.0, 4596.0, 4579.0, 4595.0, 4568.0, 4596.0, 4566.0, 4586.0, 4565.0, 4586.0, 4565.0, 4576.0, 4594.0, 4562.0, 4574.0, 4541.0, 4562.0, 4539.0, 4560.0, 4530.0, 4561.0, 4552.0, 4572.0, 4551.0, 4573.0, 4563.0, 4562.0, 4582.0, 4560.0, 4572.0, 4551.0, 4571.0, 4551.0, 4571.0, 4564.0, 4594.0, 4564.0, 4564.0, 4576.0, 4566.0, 4597.0, 4578.0, 4610.0, 4590.0, 4610.0, 4595.0, 4623.0, 4601.0, 4582.0, 4601.0, 4580.0, 4599.0, 4589.0, 4580.0, 4623.0, 4601.0, 4588.0, 4589.0, 4589.0, 4599.0, 4619.0, 4575.0, 4584.0, 4563.0, 4583.0, 4563.0, 4562.0, 4561.0, 4541.0, 4571.0, 4557.0, 4585.0, 4553.0, 4583.0, 4563.0, 4582.0, 4554.0, 4584.0, 4552.0, 4573.0, 4551.0, 4572.0, 4552.0, 4573.0, 4554.0, 4583.0, 4576.0, 4607.0, 4579.0, 4598.0, 4599.0, 4577.0, 4602.0, 4578.0, 4601.0, 4597.0, 4599.0, 4594.0, 4600.0, 4562.0, 4587.0, 4558.0, 4586.0, 4578.0, 4574.0, 4555.0, 4584.0, 4565.0, 4586.0, 4565.0, 4575.0, 4543.0, 4563.0, 4541.0, 4561.0, 4540.0, 4571.0, 4543.0, 4573.0, 4554.0, 4585.0, 4555.0, 4586.0, 4562.0, 4563.0, 4561.0, 4572.0, 4550.0, 4560.0, 4544.0, 4570.0, 4554.0, 4583.0, 4552.0, 4585.0, 4582.0, 4552.0, 4570.0, 4550.0, 4569.0, 4538.0, 4558.0, 4550.0, 4569.0, 4551.0, 4568.0, 4552.0, 4581.0, 4539.0, 4561.0, 4579.0, 4549.0, 4558.0, 4537.0, 4560.0, 4557.0, 4551.0, 4558.0, 4528.0, 4547.0, 4528.0, 4564.0, 4580.0, 4581.0, 4600.0, 4594.0, 4623.0, 4590.0, 4596.0, 4587.0, 4576.0, 4599.0, 4579.0, 4610.0, 4580.0, 4624.0, 4594.0, 4612.0, 4579.0, 4597.0, 4566.0, 4595.0, 4576.0, 4566.0, 4586.0, 4558.0, 4596.0, 4565.0, 4594.0, 4553.0, 4582.0, 4541.0, 4571.0, 4541.0, 4569.0, 4553.0, 4551.0, 4569.0, 4542.0, 4571.0, 4553.0, 4545.0, 4586.0, 4568.0, 4608.0, 4577.0, 4607.0, 4588.0, 4599.0, 4579.0, 4596.0, 4565.0, 4586.0, 4573.0, 4553.0, 4592.0, 4563.0, 4551.0, 4561.0, 4541.0, 4571.0, 4565.0, 4569.0, 4600.0, 4569.0, 4611.0, 4591.0, 4626.0, 4605.0, 4610.0, 4578.0, 4587.0, 4592.0, 4626.0, 4578.0, 4578.0, 4596.0, 4553.0, 4568.0, 4526.0, 4545.0, 4537.0, 4538.0, 4560.0, 4529.0, 4571.0, 4554.0, 4594.0, 4578.0, 4584.0, 4573.0, 4564.0, 4597.0, 4565.0, 4598.0, 4570.0, 4597.0, 4565.0, 4569.0, 4561.0, 4581.0, 4575.0, 4572.0, 4553.0, 4572.0, 4551.0, 4571.0, 4550.0, 4569.0, 4551.0, 4579.0, 4551.0, 4570.0, 4551.0, 4558.0, 4550.0, 4578.0, 4540.0, 4567.0, 4550.0, 4569.0, 4552.0, 4569.0, 4565.0, 4594.0, 4576.0, 4585.0, 4589.0, 4589.0, 4611.0, 4571.0, 4609.0, 4578.0, 4566.0, 4589.0, 4583.0, 4631.0, 4603.0, 4602.0, 4611.0, 4582.0, 4609.0, 4579.0, 4614.0, 4648.0, 4606.0, 4597.0, 4550.0, 4549.0, 4539.0, 4529.0, 4563.0, 4542.0, 4597.0, 4590.0, 4597.0, 4568.0, 4557.0, 4586.0, 4576.0, 4586.0, 4589.0, 4557.0, 4607.0, 4587.0, 4608.0, 4575.0, 4553.0, 4541.0, 4562.0, 4593.0, 4563.0, 4553.0, 4572.0, 4553.0, 4594.0, 4563.0, 4551.0, 4570.0, 4550.0, 4581.0, 4562.0, 4531.0, 4571.0, 4552.0, 4574.0, 4570.0, 4542.0, 4560.0, 4551.0, 4572.0, 4563.0, 4562.0, 4561.0, 4544.0, 4583.0, 4553.0, 4543.0, 4562.0, 4542.0, 4571.0, 4539.0, 4560.0, 4548.0, 4539.0, 4538.0, 4527.0, 4525.0, 4524.0, 4532.0, 4523.0, 4563.0, 4534.0, 4542.0, 4525.0, 4554.0, 4537.0, 4556.0, 4527.0, 4549.0, 4527.0, 4527.0, 4547.0, 4549.0, 4530.0, 4561.0, 4545.0, 4585.0, 4579.0, 4610.0, 4567.0, 4588.0, 4577.0, 4587.0, 4555.0, 4576.0, 4563.0, 4564.0, 4595.0, 4552.0, 4570.0, 4550.0, 4561.0, 4540.0, 4558.0, 4540.0, 4559.0, 4528.0, 4558.0, 4530.0, 4572.0, 4531.0, 4560.0, 4530.0, 4560.0, 4530.0, 4572.0, 4551.0, 4581.0, 4552.0, 4572.0, 4555.0, 4573.0, 4568.0, 4587.0, 4585.0, 4556.0, 4574.0, 4545.0, 4586.0, 4565.0, 4595.0, 4577.0, 4584.0, 4555.0, 4585.0, 4555.0, 4596.0, 4579.0, 4599.0, 4589.0, 4566.0, 4576.0, 4545.0, 4595.0, 4579.0, 4597.0, 4578.0, 4567.0, 4588.0, 4554.0, 4585.0, 4542.0, 4573.0, 4553.0, 4582.0, 4552.0, 4562.0, 4554.0, 4531.0, 4551.0, 4530.0, 4561.0, 4569.0, 4539.0, 4569.0, 4537.0, 4558.0, 4539.0, 4539.0, 4540.0, 4532.0, 4561.0, 4554.0, 4596.0, 4589.0, 4579.0, 4612.0, 4571.0, 4600.0, 4569.0, 4600.0, 4609.0, 4585.0, 4584.0, 4555.0, 4563.0, 4543.0, 4561.0, 4530.0, 4561.0, 4542.0, 4563.0, 4542.0, 4564.0, 4552.0, 4562.0, 4561.0, 4574.0, 4552.0, 4587.0, 4543.0, 4574.0, 4544.0, 4575.0, 4554.0, 4586.0, 4566.0, 4596.0, 4575.0, 4564.0, 4577.0, 4547.0, 4597.0, 4578.0, 4597.0, 4598.0, 4579.0, 4599.0, 4568.0, 4596.0, 4568.0, 4585.0, 4544.0, 4561.0, 4541.0, 4569.0, 4540.0, 4558.0, 4550.0, 4542.0, 4588.0, 4559.0, 4569.0, 4565.0, 4544.0, 4572.0, 4540.0, 4519.0, 4570.0, 4563.0, 4596.0, 4564.0, 4530.0, 4560.0, 4540.0, 4569.0, 4539.0, 4571.0, 4528.0, 4561.0, 4579.0, 4538.0, 4545.0, 4525.0, 4544.0, 4514.0, 4535.0, 4514.0, 4536.0, 4526.0, 4559.0, 4540.0, 4572.0, 4554.0, 4584.0, 4578.0, 4609.0, 4576.0, 4587.0, 4595.0, 4587.0, 4575.0, 4587.0, 4576.0, 4589.0, 4575.0, 4597.0, 4576.0, 4598.0, 4579.0, 4622.0, 4620.0, 4635.0, 4615.0, 4605.0], 'WindowWidth': [10183.0, 10100.0, 10042.0, 10045.0, 10003.0, 10056.0, 10030.0, 10056.0, 10045.0, 10012.0, 10058.0, 10030.0, 10052.0, 10043.0, 10026.0, 10064.0, 10033.0, 10077.0, 10052.0, 10075.0, 10052.0, 10048.0, 10061.0, 10030.0, 10059.0, 10017.0, 10062.0, 10034.0, 10077.0, 10048.0, 10033.0, 10063.0, 10040.0, 10109.0, 10109.0, 10079.0, 10051.0, 10019.0, 10082.0, 10052.0, 10035.0, 10055.0, 10027.0, 10106.0, 10070.0, 10127.0, 10054.0, 10016.0, 10027.0, 10003.0, 10059.0, 10033.0, 10074.0, 10035.0, 10035.0, 10067.0, 10034.0, 10083.0, 10042.0, 10064.0, 10030.0, 10063.0, 10031.0, 10074.0, 10018.0, 10025.0, 10027.0, 10025.0, 10042.0, 10024.0, 10044.0, 10001.0, 10040.0, 10010.0, 10075.0, 10032.0, 10011.0, 10028.0, 9982.0, 10038.0, 10017.0, 10036.0, 10064.0, 10046.0, 10087.0, 10064.0, 10048.0, 10102.0, 10078.0, 10132.0, 10087.0, 10087.0, 10059.0, 10082.0, 10055.0, 10060.0, 10032.0, 10008.0, 10008.0, 9989.0, 10021.0, 9991.0, 10059.0, 10016.0, 10056.0, 10018.0, 10042.0, 10033.0, 10044.0, 10030.0, 10012.0, 10045.0, 10002.0, 10061.0, 10017.0, 10062.0, 10014.0, 10060.0, 10010.0, 10046.0, 10013.0, 10056.0, 10012.0, 10039.0, 10015.0, 10055.0, 10030.0, 10062.0, 10036.0, 10061.0, 10037.0, 10056.0, 10056.0, 10048.0, 10068.0, 10036.0, 10083.0, 10046.0, 10068.0, 10095.0, 10090.0, 10055.0, 10069.0, 10020.0, 10082.0, 10076.0, 10084.0, 10092.0, 10069.0, 10111.0, 10082.0, 10129.0, 10098.0, 10112.0, 10084.0, 10119.0, 10042.0, 10076.0, 10048.0, 10047.0, 10044.0, 9997.0, 10043.0, 9990.0, 10018.0, 9988.0, 10017.0, 9991.0, 10015.0, 10036.0, 10072.0, 10030.0, 10028.0, 10037.0, 10027.0, 10055.0, 10067.0, 10075.0, 10022.0, 10048.0, 10015.0, 10081.0, 10025.0, 10075.0, 10029.0, 10064.0, 10010.0, 10003.0, 9992.0, 10010.0, 9991.0, 10045.0, 9982.0, 9981.0, 10000.0, 9972.0, 10001.0, 10000.0, 10032.0, 10012.0, 10051.0, 10032.0, 10037.0, 10051.0, 10047.0, 10064.0, 10040.0, 10062.0, 10030.0, 10080.0, 10053.0, 10083.0, 10051.0, 10035.0, 10033.0, 10005.0, 10059.0, 10023.0, 10066.0, 10042.0, 10015.0, 10054.0, 10000.0, 10019.0, 10000.0, 9985.0, 9983.0, 9976.0, 10025.0, 9986.0, 10010.0, 9982.0, 10007.0, 9981.0, 10013.0, 9982.0, 9998.0, 9969.0, 10010.0, 10025.0, 9987.0, 10013.0, 9996.0, 10009.0, 9987.0, 10014.0, 9995.0, 10034.0, 9991.0, 10043.0, 10028.0, 10060.0, 10019.0, 10071.0, 10052.0, 10084.0, 10058.0, 10101.0, 10059.0, 10087.0, 10060.0, 10087.0, 10046.0, 10087.0, 10041.0, 10092.0, 10092.0, 10099.0, 10033.0, 10064.0, 10038.0, 10068.0, 10057.0, 10078.0, 10035.0, 10064.0, 10019.0, 10046.0, 9993.0, 10043.0, 9997.0, 10040.0, 10001.0, 10042.0, 9998.0, 10042.0, 10033.0, 10063.0, 10042.0, 10060.0, 10026.0, 10060.0, 10018.0, 10048.0, 10014.0, 10047.0, 10015.0, 10031.0, 10059.0, 10006.0, 10028.0, 9975.0, 10005.0, 9969.0, 9999.0, 9959.0, 10005.0, 9993.0, 10021.0, 9991.0, 10026.0, 10008.0, 10007.0, 10039.0, 10001.0, 10022.0, 9991.0, 10019.0, 9992.0, 10019.0, 10013.0, 10054.0, 10014.0, 10013.0, 10033.0, 10017.0, 10064.0, 10037.0, 10087.0, 10059.0, 10089.0, 10075.0, 10113.0, 10076.0, 10046.0, 10074.0, 10044.0, 10069.0, 10056.0, 10044.0, 10114.0, 10076.0, 10053.0, 10055.0, 10055.0, 10071.0, 10106.0, 10031.0, 10046.0, 10009.0, 10041.0, 10011.0, 10007.0, 10005.0, 9977.0, 10017.0, 10007.0, 10044.0, 9995.0, 10039.0, 10009.0, 10036.0, 9999.0, 10042.0, 9993.0, 10024.0, 9989.0, 10022.0, 9992.0, 10024.0, 9999.0, 10039.0, 10034.0, 10077.0, 10042.0, 10066.0, 10069.0, 10036.0, 10078.0, 10039.0, 10075.0, 10064.0, 10068.0, 10069.0, 10074.0, 10021.0, 10043.0, 10006.0, 10046.0, 10037.0, 10022.0, 9998.0, 10039.0, 10012.0, 10047.0, 10014.0, 10028.0, 9978.0, 10006.0, 9973.0, 10002.0, 9972.0, 10017.0, 9981.0, 10022.0, 9998.0, 10042.0, 10000.0, 10045.0, 10006.0, 10006.0, 10002.0, 10020.0, 9985.0, 10000.0, 9982.0, 10014.0, 9998.0, 10036.0, 9992.0, 10043.0, 10035.0, 9990.0, 10015.0, 9984.0, 10010.0, 9966.0, 9995.0, 9984.0, 10010.0, 9988.0, 10009.0, 9990.0, 10032.0, 9968.0, 10001.0, 10025.0, 9981.0, 9996.0, 9963.0, 10000.0, 9990.0, 9986.0, 9993.0, 9947.0, 9977.0, 9953.0, 10014.0, 10047.0, 10047.0, 10072.0, 10066.0, 10107.0, 10056.0, 10059.0, 10047.0, 10029.0, 10068.0, 10040.0, 10086.0, 10039.0, 10112.0, 10069.0, 10089.0, 10036.0, 10062.0, 10017.0, 10058.0, 10031.0, 10018.0, 10045.0, 10011.0, 10061.0, 10015.0, 10058.0, 9995.0, 10036.0, 9974.0, 10019.0, 9973.0, 10012.0, 9993.0, 9990.0, 10012.0, 9979.0, 10019.0, 9997.0, 9988.0, 10049.0, 10025.0, 10082.0, 10033.0, 10077.0, 10050.0, 10069.0, 10039.0, 10061.0, 10014.0, 10044.0, 10022.0, 9993.0, 10049.0, 10007.0, 9987.0, 10002.0, 9976.0, 10018.0, 10015.0, 10029.0, 10073.0, 10026.0, 10091.0, 10059.0, 10119.0, 10085.0, 10086.0, 10036.0, 10045.0, 10062.0, 10124.0, 10035.0, 10037.0, 10059.0, 9991.0, 10004.0, 9943.0, 9970.0, 9964.0, 9967.0, 10001.0, 9956.0, 10015.0, 9998.0, 10054.0, 10038.0, 10038.0, 10022.0, 10010.0, 10061.0, 10013.0, 10065.0, 10030.0, 10062.0, 10012.0, 10012.0, 10002.0, 10032.0, 10028.0, 10021.0, 9993.0, 10018.0, 9987.0, 10016.0, 9984.0, 10013.0, 9988.0, 10026.0, 9988.0, 10014.0, 9986.0, 9993.0, 9985.0, 10022.0, 9969.0, 10005.0, 9984.0, 10011.0, 9990.0, 10013.0, 10015.0, 10053.0, 10031.0, 10041.0, 10054.0, 10054.0, 10087.0, 10032.0, 10081.0, 10032.0, 10013.0, 10052.0, 10051.0, 10117.0, 10078.0, 10074.0, 10086.0, 10046.0, 10082.0, 10036.0, 10099.0, 10163.0, 10086.0, 10063.0, 9981.0, 9978.0, 9967.0, 9955.0, 10006.0, 9975.0, 10062.0, 10056.0, 10064.0, 10021.0, 10005.0, 10046.0, 10031.0, 10043.0, 10054.0, 10005.0, 10081.0, 10050.0, 10086.0, 10029.0, 9994.0, 9975.0, 10004.0, 10053.0, 10008.0, 9995.0, 10021.0, 9994.0, 10058.0, 10008.0, 9988.0, 10015.0, 9987.0, 10032.0, 10008.0, 9963.0, 10017.0, 9993.0, 10028.0, 10015.0, 9977.0, 9999.0, 9985.0, 10020.0, 10008.0, 10007.0, 10005.0, 9984.0, 10038.0, 9993.0, 9981.0, 10003.0, 9975.0, 10013.0, 9967.0, 9999.0, 9977.0, 9968.0, 9967.0, 9948.0, 9943.0, 9938.0, 9947.0, 9936.0, 9996.0, 9952.0, 9962.0, 9943.0, 9982.0, 9965.0, 9989.0, 9948.0, 9982.0, 9949.0, 9949.0, 9976.0, 9984.0, 9958.0, 10002.0, 9988.0, 10043.0, 10041.0, 10088.0, 10019.0, 10050.0, 10032.0, 10045.0, 9998.0, 10029.0, 10008.0, 10011.0, 10057.0, 9990.0, 10014.0, 9985.0, 10000.0, 9971.0, 9993.0, 9970.0, 9996.0, 9951.0, 9994.0, 9956.0, 10019.0, 9960.0, 9999.0, 9956.0, 9999.0, 9959.0, 10018.0, 9987.0, 10032.0, 9992.0, 10020.0, 9999.0, 10022.0, 10025.0, 10048.0, 10043.0, 10003.0, 10025.0, 9986.0, 10042.0, 10015.0, 10058.0, 10032.0, 10040.0, 9999.0, 10043.0, 9998.0, 10060.0, 10041.0, 10070.0, 10054.0, 10019.0, 10030.0, 9987.0, 10056.0, 10039.0, 10066.0, 10037.0, 10019.0, 10053.0, 9996.0, 10041.0, 9975.0, 10021.0, 9993.0, 10035.0, 9991.0, 10007.0, 9997.0, 9961.0, 9988.0, 9959.0, 10003.0, 10014.0, 9967.0, 10013.0, 9962.0, 9995.0, 9966.0, 9969.0, 9972.0, 9963.0, 10001.0, 9999.0, 10061.0, 10056.0, 10040.0, 10091.0, 10031.0, 10070.0, 10024.0, 10071.0, 10088.0, 10041.0, 10041.0, 10000.0, 10009.0, 9980.0, 10003.0, 9957.0, 10003.0, 9976.0, 10007.0, 9979.0, 10011.0, 9991.0, 10005.0, 10003.0, 10026.0, 9992.0, 10048.0, 9980.0, 10026.0, 9985.0, 10027.0, 9998.0, 10046.0, 10018.0, 10065.0, 10029.0, 10011.0, 10034.0, 9995.0, 10064.0, 10039.0, 10065.0, 10067.0, 10039.0, 10068.0, 10025.0, 10061.0, 10025.0, 10042.0, 9985.0, 10003.0, 9973.0, 10012.0, 9973.0, 9994.0, 9984.0, 9976.0, 10054.0, 10013.0, 10030.0, 10015.0, 9984.0, 10019.0, 9970.0, 9939.0, 10014.0, 10007.0, 10065.0, 10009.0, 9957.0, 9998.0, 9972.0, 10010.0, 9968.0, 10016.0, 9948.0, 10003.0, 10030.0, 9964.0, 9971.0, 9943.0, 9967.0, 9927.0, 9956.0, 9926.0, 9960.0, 9946.0, 9997.0, 9972.0, 10020.0, 10000.0, 10041.0, 10037.0, 10083.0, 10029.0, 10047.0, 10056.0, 10047.0, 10028.0, 10048.0, 10031.0, 10052.0, 10027.0, 10061.0, 10032.0, 10064.0, 10040.0, 10106.0, 10112.0, 10130.0, 10100.0, 10084.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.0014295177956371989</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.04133960482204364</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>42.06619014079312</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2010827922873555</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9917405075402296</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.5098</td></tr>
|
|
<tr><td colspan=3>fber</td><td>4193.104</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.21377682203488968</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>372</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>42.70952927669346</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3827207366968595</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.275518582111046</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.686558481402</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.186085146577532</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0119598</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01398847158998251</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.03630637750029564</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>871</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>4.191828123498317</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>32.1943</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>60.2267</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>236.1061</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>60.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>293022.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>1120.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>425.2715</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>3.2191</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>528.8105</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3733.5614</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3914.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>83522.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1424.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4791.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>933.7159</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>32.95938912779093</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> |