=== 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-0006 --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-0006",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
105 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
105 KiB
(Stored with Git Annex)
HTML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
|
|
<title>sub-0006_ses-04_task-social_acq-mb8_run-06_bold :: MRIQC's BOLD fMRI report</title>
|
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
|
|
|
|
<script>
|
|
var timestamp = Date.now()
|
|
|
|
function read_form() {
|
|
var ds = "<unset>";
|
|
var sub = "sub-0006_ses-04_task-social_acq-mb8_run-06_bold.nii.gz";
|
|
|
|
var artifacts = [];
|
|
$('#qcartifacts-group input:checked').each(function() {
|
|
artifacts.push($(this).attr('name'));
|
|
});
|
|
|
|
var rating = $('#qcslider').val();
|
|
var payload = {
|
|
'dataset': ds,
|
|
'subject': sub,
|
|
'rating': rating,
|
|
'artifacts': artifacts,
|
|
'time_sec': (Date.now() - timestamp) / 1000,
|
|
'confidence': $('#qcextra-confidence').val(),
|
|
'comments': $('#qcextra-comments').val()
|
|
};
|
|
|
|
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
|
|
$('#btn-download').attr('href', URL.createObjectURL(file));
|
|
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
|
|
return payload
|
|
};
|
|
|
|
function toggle_rating() {
|
|
if ($('#qcrating-menu').hasClass('d-none')) {
|
|
$('#qcrating-menu').removeClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', true);
|
|
} else {
|
|
$('#qcrating-menu').addClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', false);
|
|
}
|
|
};
|
|
|
|
$(window).on('load',function(){
|
|
var authorization = $('#btn-post').val()
|
|
if (authorization.includes("secret_token")) {
|
|
$('#btn-post').addClass('d-none');
|
|
};
|
|
timestamp = Date.now();
|
|
});
|
|
|
|
</script>
|
|
<style type="text/css">
|
|
/* The slider itself */
|
|
.slider {
|
|
-webkit-appearance: none; /* Override default CSS styles */
|
|
appearance: none;
|
|
margin-bottom: 8px;
|
|
margin-left: 10%;
|
|
width: 80%;
|
|
height: 5px; /* Specified height */
|
|
background: #d3d3d3; /* Grey background */
|
|
outline: none; /* Remove outline */
|
|
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
|
|
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
|
|
transition: opacity .2s;
|
|
}
|
|
|
|
/* Mouse-over effects */
|
|
.slider:hover {
|
|
opacity: 1; /* Fully shown on mouse-over */
|
|
}
|
|
|
|
.slider::-webkit-slider-thumb {
|
|
-webkit-appearance: none;
|
|
appearance: none;
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
.slider::-moz-range-thumb {
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body style="font-family: helvetica;">
|
|
<nav class="navbar fixed-top navbar-expand-lg bg-light">
|
|
<div class="container-fluid">
|
|
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
|
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
|
|
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
|
|
<li class="nav-item dropdown">
|
|
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
|
|
About
|
|
</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="#errors">Errors</a></li>
|
|
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="d-flex flex-row-reverse">
|
|
<div class="form-check form-switch align-self-center flex-fill me-4">
|
|
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
|
|
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
<noscript>
|
|
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
|
|
</noscript>
|
|
|
|
<div id="Basic echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-06_session-04_subject-0006_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-0006/figures/sub-0006_ses-04_task-social_acq-mb8_run-06_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0006/figures/sub-0006_ses-04_task-social_acq-mb8_run-06_desc-stdev_bold.svg" target="_blank">sub-0006/figures/sub-0006_ses-04_task-social_acq-mb8_run-06_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-06_session-04_subject-0006_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-0006/figures/sub-0006_ses-04_task-social_acq-mb8_run-06_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0006/figures/sub-0006_ses-04_task-social_acq-mb8_run-06_desc-background_bold.svg" target="_blank">sub-0006/figures/sub-0006_ses-04_task-social_acq-mb8_run-06_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-06_session-04_subject-0006_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-0006/figures/sub-0006_ses-04_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0006/figures/sub-0006_ses-04_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" target="_blank">sub-0006/figures/sub-0006_ses-04_task-social_acq-mb8_run-06_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-06_session-04_subject-0006_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-0006/figures/sub-0006_ses-04_task-social_acq-mb8_run-06_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0006/figures/sub-0006_ses-04_task-social_acq-mb8_run-06_desc-carpet_bold.svg" target="_blank">sub-0006/figures/sub-0006_ses-04_task-social_acq-mb8_run-06_desc-carpet_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-mean_run-06_session-04_subject-0006_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-0006/figures/sub-0006_ses-04_task-social_acq-mb8_run-06_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0006/figures/sub-0006_ses-04_task-social_acq-mb8_run-06_desc-mean_bold.svg" target="_blank">sub-0006/figures/sub-0006_ses-04_task-social_acq-mb8_run-06_desc-mean_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended reports shared across echos" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-06_session-04_subject-0006_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-0006/figures/sub-0006_ses-04_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0006/figures/sub-0006_ses-04_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" target="_blank">sub-0006/figures/sub-0006_ses-04_task-social_acq-mb8_run-06_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-06_session-04_subject-0006_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-0006/figures/sub-0006_ses-04_task-social_acq-mb8_run-06_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0006/figures/sub-0006_ses-04_task-social_acq-mb8_run-06_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0006/figures/sub-0006_ses-04_task-social_acq-mb8_run-06_desc-norm_bold.svg" target="_blank">sub-0006/figures/sub-0006_ses-04_task-social_acq-mb8_run-06_desc-norm_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="About" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">About</h1>
|
|
<div id="errors" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
|
|
</div>
|
|
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
|
|
reconstructing the provenance of the corresponding derivatives.
|
|
</p> <div class="accordion accordion-flush" id="about-metadata">
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-0">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
|
|
Provenance Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-0" class="table table-sm table-striped">
|
|
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
|
|
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0006/ses-04/func/sub-0006_ses-04_task-social_acq-mb8_run-06_bold.nii.gz</td></tr>
|
|
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
|
|
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
|
|
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
|
|
<tr><td colspan=2>md5sum</td><td>dea7bbc53952ed1902c5a175dea3b73f</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:52:51.982500</td></tr>
|
|
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
|
|
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
|
|
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
|
|
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
|
|
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
|
|
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
|
|
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
|
|
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
|
|
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
|
|
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
|
|
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
|
|
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
|
|
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999126, -0.0153387, 0.0388862, 0.0223244, 0.98227, -0.186137]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-06_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.0970193</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-06_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>30</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4144, -7709, -7286, 590, -72, -96, -28, 100]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>social</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>241.165</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>eaa99eec-71c5-446d-b46d-3ac45a2defa2||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
|
|
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.68058180809021, 0.059894680976867676, 0.09542237967252731, 108.20121765136719], [0.04115255922079086, 2.635359287261963, -0.5044735670089722, -82.50225830078125], [0.1043287143111229, 0.49939101934432983, 2.650735855102539, -90.53385925292969], [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': ['105251.982500', '105252.442500', '105252.902500', '105253.362500', '105253.822500', '105254.282500', '105254.742500', '105255.202500', '105255.662500', '105256.122500', '105256.582500', '105257.042500', '105257.502500', '105257.962500', '105258.422500', '105258.882500', '105259.342500', '105259.802500', '105300.262500', '105300.722500', '105301.182500', '105301.642500', '105302.102500', '105302.562500', '105303.022500', '105303.482500', '105303.942500', '105304.402500', '105304.862500', '105305.322500', '105305.782500', '105306.242500', '105306.702500', '105307.162500', '105307.622500', '105308.082500', '105308.542500', '105309.002500', '105309.462500', '105309.922500', '105310.382500', '105310.842500', '105311.302500', '105311.762500', '105312.222500', '105312.682500', '105313.142500', '105313.602500', '105314.062500', '105314.522500', '105314.982500', '105315.442500', '105315.902500', '105316.362500', '105316.822500', '105317.282500', '105317.742500', '105318.202500', '105318.662500', '105319.122500', '105319.582500', '105320.042500', '105320.502500', '105320.962500', '105321.422500', '105321.882500', '105322.342500', '105322.802500', '105323.262500', '105323.722500', '105324.182500', '105324.642500', '105325.102500', '105325.562500', '105326.022500', '105326.482500', '105326.942500', '105327.402500', '105327.862500', '105328.322500', '105328.782500', '105329.242500', '105329.702500', '105330.162500', '105330.622500', '105331.082500', '105331.542500', '105332.002500', '105332.462500', '105332.922500', '105333.382500', '105333.842500', '105334.302500', '105334.762500', '105335.222500', '105335.682500', '105336.142500', '105336.602500', '105337.062500', '105337.522500', '105337.982500', '105338.442500', '105338.902500', '105339.362500', '105339.822500', '105340.282500', '105340.742500', '105341.202500', '105341.662500', '105342.122500', '105342.582500', '105343.042500', '105343.502500', '105343.962500', '105344.422500', '105344.882500', '105345.342500', '105345.802500', '105346.262500', '105346.722500', '105347.182500', '105347.642500', '105348.102500', '105348.562500', '105349.022500', '105349.482500', '105349.942500', '105350.402500', '105350.862500', '105351.322500', '105351.782500', '105352.242500', '105352.702500', '105353.162500', '105353.622500', '105354.082500', '105354.542500', '105355.002500', '105355.462500', '105355.922500', '105356.382500', '105356.842500', '105357.302500', '105357.762500', '105358.222500', '105358.682500', '105359.142500', '105359.602500', '105400.062500', '105400.522500', '105400.982500', '105401.442500', '105401.902500', '105402.362500', '105402.822500', '105403.282500', '105403.742500', '105404.202500', '105404.662500', '105405.122500', '105405.582500', '105406.042500', '105406.502500', '105406.962500', '105407.422500', '105407.882500', '105408.342500', '105408.802500', '105409.262500', '105409.722500', '105410.182500', '105410.642500', '105411.102500', '105411.562500', '105412.022500', '105412.482500', '105412.942500', '105413.402500', '105413.862500', '105414.322500', '105414.782500', '105415.242500', '105415.702500', '105416.162500', '105416.622500', '105417.082500', '105417.542500', '105418.002500', '105418.462500', '105418.922500', '105419.382500', '105419.842500', '105420.302500', '105420.762500', '105421.222500', '105421.682500', '105422.142500', '105422.602500', '105423.062500', '105423.522500', '105423.982500', '105424.442500', '105424.902500', '105425.362500', '105425.822500', '105426.282500', '105426.742500', '105427.202500', '105427.662500', '105428.122500', '105428.582500', '105429.042500', '105429.502500', '105429.962500', '105430.422500', '105430.882500', '105431.342500', '105431.802500', '105432.262500', '105432.722500', '105433.182500', '105433.642500', '105434.102500', '105434.562500', '105435.022500', '105435.482500', '105435.942500', '105436.402500', '105436.862500', '105437.322500', '105437.782500', '105438.242500', '105438.702500', '105439.162500', '105439.622500', '105440.082500', '105440.542500', '105441.002500', '105441.462500', '105441.922500', '105442.382500', '105442.842500', '105443.302500', '105443.762500', '105444.222500', '105444.682500', '105445.142500', '105445.602500', '105446.062500', '105446.522500', '105446.982500', '105447.442500', '105447.902500', '105448.362500', '105448.822500', '105449.282500', '105449.742500', '105450.202500', '105450.662500', '105451.122500', '105451.582500', '105452.042500', '105452.502500', '105452.962500', '105453.422500', '105453.882500', '105454.342500', '105454.802500', '105455.262500', '105455.722500', '105456.182500', '105456.642500', '105457.102500', '105457.562500', '105458.022500', '105458.482500', '105458.942500', '105459.402500', '105459.862500', '105500.322500', '105500.782500', '105501.242500', '105501.702500', '105502.162500', '105502.622500', '105503.082500', '105503.542500', '105504.002500', '105504.462500', '105504.922500', '105505.382500', '105505.842500', '105506.302500', '105506.762500', '105507.222500', '105507.682500', '105508.142500', '105508.602500', '105509.062500', '105509.522500', '105509.982500', '105510.442500', '105510.902500', '105511.362500', '105511.822500', '105512.282500', '105512.742500', '105513.202500', '105513.662500', '105514.122500', '105514.582500', '105515.042500', '105515.502500', '105515.962500', '105516.422500', '105516.882500', '105517.342500', '105517.802500', '105518.262500', '105518.722500', '105519.182500', '105519.642500', '105520.102500', '105520.562500', '105521.022500', '105521.482500', '105521.942500', '105522.402500', '105522.862500', '105523.322500', '105523.782500', '105524.242500', '105524.702500', '105525.162500', '105525.622500', '105526.082500', '105526.542500', '105527.002500', '105527.462500', '105527.922500', '105528.382500', '105528.842500', '105529.302500', '105529.762500', '105530.222500', '105530.682500', '105531.142500', '105531.602500', '105532.062500', '105532.522500', '105532.982500', '105533.442500', '105533.902500', '105534.362500', '105534.822500', '105535.282500', '105535.742500', '105536.202500', '105536.662500', '105537.122500', '105537.582500', '105538.042500', '105538.502500', '105538.962500', '105539.422500', '105539.882500', '105540.342500', '105540.802500', '105541.262500', '105541.722500', '105542.182500', '105542.642500', '105543.102500', '105543.562500', '105544.022500', '105544.482500', '105544.942500', '105545.402500', '105545.862500', '105546.322500', '105546.782500', '105547.242500', '105547.702500', '105548.162500', '105548.622500', '105549.082500', '105549.542500', '105550.002500', '105550.462500', '105550.922500', '105551.382500', '105551.842500', '105552.302500', '105552.762500', '105553.222500', '105553.682500', '105554.142500', '105554.602500', '105555.062500', '105555.522500', '105555.982500', '105556.442500', '105556.902500', '105557.362500', '105557.822500', '105558.282500', '105558.742500', '105559.202500', '105559.662500', '105600.122500', '105600.582500', '105601.042500', '105601.502500', '105601.962500', '105602.422500', '105602.882500', '105603.342500', '105603.802500', '105604.262500', '105604.722500', '105605.182500', '105605.642500', '105606.102500', '105606.562500', '105607.022500', '105607.482500', '105607.942500', '105608.402500', '105608.862500', '105609.322500', '105609.782500', '105610.242500', '105610.702500', '105611.162500', '105611.622500', '105612.082500', '105612.542500', '105613.002500', '105613.462500', '105613.922500', '105614.382500', '105614.842500', '105615.302500', '105615.762500', '105616.222500', '105616.682500', '105617.142500', '105617.602500', '105618.062500', '105618.522500', '105618.982500', '105619.442500', '105619.902500', '105620.362500', '105620.822500', '105621.282500', '105621.742500', '105622.202500', '105622.662500', '105623.122500', '105623.582500', '105624.042500', '105624.502500', '105624.962500', '105625.422500', '105625.882500', '105626.342500', '105626.802500', '105627.262500', '105627.722500', '105628.182500', '105628.642500', '105629.102500', '105629.562500', '105630.022500', '105630.482500', '105630.942500', '105631.402500', '105631.862500', '105632.322500', '105632.782500', '105633.242500', '105633.702500', '105634.162500', '105634.622500', '105635.082500', '105635.542500', '105636.002500', '105636.462500', '105636.922500', '105637.382500', '105637.842500', '105638.302500', '105638.762500', '105639.222500', '105639.682500', '105640.142500', '105640.602500', '105641.062500', '105641.522500', '105641.982500', '105642.442500', '105642.902500', '105643.362500', '105643.822500', '105644.282500', '105644.742500', '105645.202500', '105645.662500', '105646.122500', '105646.582500', '105647.042500', '105647.502500', '105647.962500', '105648.422500', '105648.882500', '105649.342500', '105649.802500', '105650.262500', '105650.722500', '105651.182500', '105651.642500', '105652.102500', '105652.562500', '105653.022500', '105653.482500', '105653.942500', '105654.402500', '105654.862500', '105655.322500', '105655.782500', '105656.242500', '105656.702500', '105657.162500', '105657.622500', '105658.082500', '105658.542500', '105659.002500', '105659.462500', '105659.922500', '105700.382500', '105700.842500', '105701.302500', '105701.762500', '105702.222500', '105702.682500', '105703.142500', '105703.602500', '105704.062500', '105704.522500', '105704.982500', '105705.442500', '105705.902500', '105706.362500', '105706.822500', '105707.282500', '105707.742500', '105708.202500', '105708.662500', '105709.122500', '105709.582500', '105710.042500', '105710.502500', '105710.962500', '105711.422500', '105711.882500', '105712.342500', '105712.802500', '105713.262500', '105713.722500', '105714.182500', '105714.642500', '105715.102500', '105715.562500', '105716.022500', '105716.482500', '105716.942500', '105717.402500', '105717.862500', '105718.322500', '105718.782500', '105719.242500', '105719.702500', '105720.162500', '105720.622500', '105721.082500', '105721.542500', '105722.002500', '105722.462500', '105722.922500', '105723.382500', '105723.842500', '105724.302500', '105724.762500', '105725.222500', '105725.682500', '105726.142500', '105726.602500', '105727.062500', '105727.522500', '105727.982500', '105728.442500', '105728.902500', '105729.362500', '105729.822500', '105730.282500', '105730.742500', '105731.202500', '105731.662500', '105732.122500', '105732.582500', '105733.042500', '105733.502500', '105733.962500', '105734.422500', '105734.882500', '105735.342500', '105735.802500', '105736.262500', '105736.722500', '105737.182500', '105737.642500', '105738.102500', '105738.562500', '105739.022500', '105739.482500', '105739.942500', '105740.402500', '105740.862500', '105741.322500', '105741.782500', '105742.242500', '105742.702500', '105743.162500', '105743.622500', '105744.082500', '105744.542500', '105745.002500', '105745.462500', '105745.922500', '105746.382500', '105746.842500', '105747.302500', '105747.762500', '105748.222500', '105748.682500', '105749.142500', '105749.602500', '105750.062500', '105750.522500', '105750.982500', '105751.442500', '105751.902500', '105752.362500', '105752.822500', '105753.282500', '105753.742500', '105754.202500', '105754.662500', '105755.122500', '105755.582500', '105756.042500', '105756.502500', '105756.962500', '105757.422500', '105757.882500', '105758.342500', '105758.802500', '105759.262500', '105759.722500', '105800.182500', '105800.642500', '105801.102500', '105801.562500', '105802.022500', '105802.482500', '105802.942500', '105803.402500', '105803.862500', '105804.322500', '105804.782500', '105805.242500', '105805.702500', '105806.162500', '105806.622500', '105807.082500', '105807.542500', '105808.002500', '105808.462500', '105808.922500', '105809.382500', '105809.842500', '105810.302500', '105810.762500', '105811.222500', '105811.682500', '105812.142500', '105812.602500', '105813.062500', '105813.522500', '105813.982500', '105814.442500', '105814.902500', '105815.362500', '105815.822500', '105816.282500', '105816.742500', '105817.202500', '105817.662500', '105818.122500', '105818.582500', '105819.042500', '105819.502500', '105819.962500', '105820.422500', '105820.882500', '105821.342500', '105821.802500', '105822.262500', '105822.722500', '105823.182500', '105823.642500', '105824.102500', '105824.562500', '105825.022500', '105825.482500', '105825.942500', '105826.402500', '105826.862500', '105827.322500', '105827.782500', '105828.242500', '105828.702500', '105829.162500', '105829.622500', '105830.082500', '105830.542500', '105831.002500', '105831.462500', '105831.922500', '105832.382500', '105832.842500', '105833.302500', '105833.762500', '105834.222500', '105834.682500', '105835.142500', '105835.602500', '105836.062500', '105836.522500', '105836.982500', '105837.442500', '105837.902500', '105838.362500', '105838.822500', '105839.282500', '105839.742500', '105840.202500', '105840.662500', '105841.122500', '105841.582500', '105842.042500', '105842.502500', '105842.962500', '105843.422500', '105843.882500', '105844.342500', '105844.802500', '105845.262500', '105845.722500', '105846.182500', '105846.642500', '105847.102500', '105847.562500', '105848.022500', '105848.482500', '105848.942500', '105849.402500', '105849.862500', '105850.322500', '105850.782500', '105851.242500', '105851.702500', '105852.162500', '105852.622500', '105853.082500', '105853.542500', '105854.002500', '105854.462500', '105854.922500', '105855.382500', '105855.842500', '105856.302500', '105856.762500', '105857.222500', '105857.682500', '105858.142500', '105858.602500', '105859.062500', '105859.522500', '105859.982500', '105900.442500', '105900.902500', '105901.362500', '105901.822500', '105902.282500', '105902.742500', '105903.202500', '105903.662500', '105904.122500', '105904.582500', '105905.042500', '105905.502500', '105905.962500', '105906.422500', '105906.882500', '105907.342500', '105907.802500', '105908.262500', '105908.722500', '105909.182500', '105909.642500', '105910.102500', '105910.562500', '105911.022500', '105911.482500', '105911.942500', '105912.402500', '105912.862500', '105913.322500', '105913.782500', '105914.242500', '105914.702500', '105915.162500', '105915.622500', '105916.082500', '105916.542500', '105917.002500', '105917.462500', '105917.922500', '105918.382500', '105918.842500', '105919.302500', '105919.762500', '105920.222500', '105920.682500', '105921.142500', '105921.602500', '105922.062500', '105922.522500', '105922.982500', '105923.442500', '105923.902500', '105924.362500', '105924.822500', '105925.282500', '105925.742500', '105926.202500', '105926.662500', '105927.122500', '105927.582500', '105928.042500', '105928.502500', '105928.962500', '105929.422500', '105929.882500', '105930.342500', '105930.802500', '105931.262500', '105931.722500', '105932.182500', '105932.642500'], 'ContentTime': ['105313.555000', '105313.558000', '105313.561000', '105313.566000', '105313.569000', '105313.572000', '105313.575000', '105313.577000', '105313.580000', '105313.583000', '105313.586000', '105313.589000', '105313.592000', '105313.595000', '105313.598000', '105313.601000', '105313.603000', '105313.606000', '105313.609000', '105313.612000', '105313.615000', '105313.618000', '105313.621000', '105313.624000', '105313.626000', '105313.629000', '105313.632000', '105313.635000', '105313.638000', '105313.641000', '105313.644000', '105313.647000', '105313.650000', '105313.653000', '105313.656000', '105313.659000', '105313.661000', '105313.664000', '105313.667000', '105313.670000', '105313.678000', '105313.681000', '105313.684000', '105313.687000', '105313.689000', '105313.692000', '105333.509000', '105333.512000', '105333.515000', '105333.518000', '105333.521000', '105333.523000', '105333.526000', '105333.529000', '105333.532000', '105333.535000', '105333.538000', '105333.541000', '105333.544000', '105333.547000', '105333.550000', '105333.553000', '105333.556000', '105333.558000', '105333.561000', '105333.564000', '105333.567000', '105333.570000', '105333.573000', '105333.577000', '105333.580000', '105333.583000', '105333.586000', '105333.589000', '105333.592000', '105333.595000', '105333.598000', '105333.601000', '105333.604000', '105333.606000', '105333.609000', '105333.612000', '105333.615000', '105333.618000', '105333.621000', '105333.624000', '105333.627000', '105333.630000', '105333.633000', '105353.509000', '105353.512000', '105353.515000', '105353.518000', '105353.521000', '105353.523000', '105353.526000', '105353.529000', '105353.532000', '105353.535000', '105353.538000', '105353.541000', '105353.544000', '105353.547000', '105353.550000', '105353.552000', '105353.555000', '105353.558000', '105353.561000', '105353.564000', '105353.567000', '105353.570000', '105353.573000', '105353.576000', '105353.579000', '105353.582000', '105353.585000', '105353.587000', '105353.590000', '105353.593000', '105353.596000', '105353.599000', '105353.602000', '105353.605000', '105353.608000', '105353.610000', '105353.613000', '105353.632000', '105353.635000', '105353.638000', '105353.641000', '105353.644000', '105353.646000', '105353.655000', '105413.508000', '105413.511000', '105413.514000', '105413.517000', '105413.520000', '105413.522000', '105413.525000', '105413.528000', '105413.533000', '105413.536000', '105413.539000', '105413.542000', '105413.544000', '105413.547000', '105413.550000', '105413.553000', '105413.556000', '105413.559000', '105413.562000', '105413.565000', '105413.568000', '105413.571000', '105413.574000', '105413.577000', '105413.580000', '105413.583000', '105413.586000', '105413.590000', '105413.593000', '105413.596000', '105413.598000', '105413.601000', '105413.604000', '105413.607000', '105413.610000', '105413.613000', '105413.620000', '105413.623000', '105413.626000', '105413.628000', '105413.637000', '105413.640000', '105413.642000', '105433.508000', '105433.511000', '105433.514000', '105433.517000', '105433.520000', '105433.523000', '105433.525000', '105433.528000', '105433.531000', '105433.534000', '105433.537000', '105433.540000', '105433.543000', '105433.548000', '105433.551000', '105433.554000', '105433.557000', '105433.560000', '105433.563000', '105433.566000', '105433.569000', '105433.572000', '105433.575000', '105433.578000', '105433.580000', '105433.583000', '105433.586000', '105433.589000', '105433.592000', '105433.595000', '105433.598000', '105433.601000', '105433.603000', '105433.606000', '105433.609000', '105433.619000', '105433.622000', '105433.625000', '105433.628000', '105433.631000', '105433.634000', '105433.637000', '105433.640000', '105433.643000', '105453.509000', '105453.512000', '105453.515000', '105453.518000', '105453.521000', '105453.523000', '105453.526000', '105453.529000', '105453.532000', '105453.535000', '105453.538000', '105453.541000', '105453.544000', '105453.547000', '105453.550000', '105453.552000', '105453.555000', '105453.558000', '105453.561000', '105453.564000', '105453.567000', '105453.570000', '105453.573000', '105453.576000', '105453.579000', '105453.581000', '105453.584000', '105453.587000', '105453.590000', '105453.593000', '105453.596000', '105453.599000', '105453.602000', '105453.605000', '105453.607000', '105453.610000', '105453.613000', '105453.616000', '105453.619000', '105453.622000', '105453.627000', '105453.638000', '105453.640000', '105513.509000', '105513.512000', '105513.515000', '105513.518000', '105513.521000', '105513.524000', '105513.527000', '105513.529000', '105513.532000', '105513.535000', '105513.538000', '105513.541000', '105513.544000', '105513.547000', '105513.550000', '105513.553000', '105513.556000', '105513.559000', '105513.562000', '105513.565000', '105513.568000', '105513.571000', '105513.573000', '105513.576000', '105513.579000', '105513.582000', '105513.585000', '105513.588000', '105513.591000', '105513.594000', '105513.597000', '105513.600000', '105513.603000', '105513.606000', '105513.608000', '105513.611000', '105513.614000', '105513.617000', '105513.620000', '105513.623000', '105513.626000', '105513.629000', '105513.632000', '105513.635000', '105533.509000', '105533.512000', '105533.515000', '105533.518000', '105533.521000', '105533.524000', '105533.526000', '105533.529000', '105533.532000', '105533.535000', '105533.538000', '105533.541000', '105533.544000', '105533.547000', '105533.550000', '105533.552000', '105533.555000', '105533.558000', '105533.561000', '105533.564000', '105533.567000', '105533.572000', '105533.575000', '105533.578000', '105533.581000', '105533.584000', '105533.587000', '105533.590000', '105533.593000', '105533.595000', '105533.598000', '105533.601000', '105533.617000', '105533.620000', '105533.623000', '105533.626000', '105533.629000', '105533.634000', '105533.638000', '105533.641000', '105533.644000', '105533.647000', '105533.650000', '105553.509000', '105553.512000', '105553.515000', '105553.518000', '105553.521000', '105553.524000', '105553.527000', '105553.529000', '105553.532000', '105553.535000', '105553.538000', '105553.541000', '105553.544000', '105553.547000', '105553.550000', '105553.553000', '105553.556000', '105553.559000', '105553.562000', '105553.564000', '105553.567000', '105553.570000', '105553.573000', '105553.576000', '105553.579000', '105553.582000', '105553.585000', '105553.588000', '105553.591000', '105553.594000', '105553.597000', '105553.599000', '105553.602000', '105553.605000', '105553.608000', '105553.611000', '105553.614000', '105553.617000', '105553.620000', '105553.623000', '105553.626000', '105553.636000', '105553.639000', '105553.642000', '105613.509000', '105613.512000', '105613.515000', '105613.518000', '105613.521000', '105613.524000', '105613.527000', '105613.530000', '105613.533000', '105613.536000', '105613.538000', '105613.541000', '105613.544000', '105613.547000', '105613.550000', '105613.553000', '105613.556000', '105613.559000', '105613.562000', '105613.565000', '105613.568000', '105613.571000', '105613.574000', '105613.577000', '105613.579000', '105613.582000', '105613.585000', '105613.588000', '105613.591000', '105613.594000', '105613.597000', '105613.600000', '105613.603000', '105613.606000', '105613.609000', '105613.612000', '105613.615000', '105613.618000', '105613.620000', '105613.623000', '105613.626000', '105613.629000', '105613.632000', '105633.508000', '105633.511000', '105633.514000', '105633.517000', '105633.520000', '105633.523000', '105633.526000', '105633.529000', '105633.532000', '105633.534000', '105633.537000', '105633.540000', '105633.543000', '105633.546000', '105633.549000', '105633.552000', '105633.555000', '105633.558000', '105633.561000', '105633.564000', '105633.567000', '105633.570000', '105633.573000', '105633.576000', '105633.578000', '105633.581000', '105633.584000', '105633.587000', '105633.590000', '105633.593000', '105633.596000', '105633.599000', '105633.602000', '105633.605000', '105633.608000', '105633.611000', '105633.614000', '105633.617000', '105633.619000', '105633.622000', '105633.625000', '105633.628000', '105633.631000', '105633.634000', '105653.508000', '105653.511000', '105653.514000', '105653.517000', '105653.520000', '105653.523000', '105653.526000', '105653.529000', '105653.532000', '105653.535000', '105653.537000', '105653.540000', '105653.543000', '105653.546000', '105653.549000', '105653.552000', '105653.555000', '105653.558000', '105653.561000', '105653.564000', '105653.567000', '105653.570000', '105653.573000', '105653.576000', '105653.579000', '105653.582000', '105653.584000', '105653.587000', '105653.590000', '105653.593000', '105653.596000', '105653.599000', '105653.602000', '105653.605000', '105653.609000', '105653.612000', '105653.615000', '105653.618000', '105653.621000', '105653.624000', '105653.627000', '105653.630000', '105653.633000', '105713.509000', '105713.512000', '105713.515000', '105713.518000', '105713.521000', '105713.524000', '105713.527000', '105713.530000', '105713.533000', '105713.536000', '105713.539000', '105713.542000', '105713.545000', '105713.547000', '105713.551000', '105713.554000', '105713.557000', '105713.560000', '105713.563000', '105713.566000', '105713.569000', '105713.572000', '105713.575000', '105713.578000', '105713.581000', '105713.584000', '105713.587000', '105713.590000', '105713.607000', '105713.610000', '105713.613000', '105713.616000', '105713.619000', '105713.622000', '105713.625000', '105713.628000', '105713.631000', '105713.634000', '105713.637000', '105713.640000', '105713.643000', '105713.646000', '105713.649000', '105713.652000', '105733.509000', '105733.512000', '105733.515000', '105733.518000', '105733.521000', '105733.524000', '105733.527000', '105733.530000', '105733.533000', '105733.536000', '105733.539000', '105733.542000', '105733.545000', '105733.548000', '105733.551000', '105733.554000', '105733.556000', '105733.559000', '105733.562000', '105733.565000', '105733.568000', '105733.571000', '105733.574000', '105733.577000', '105733.580000', '105733.583000', '105733.586000', '105733.589000', '105733.591000', '105733.595000', '105733.597000', '105733.600000', '105733.603000', '105733.606000', '105733.609000', '105733.612000', '105733.615000', '105733.618000', '105733.621000', '105733.624000', '105733.627000', '105733.630000', '105733.633000', '105753.509000', '105753.512000', '105753.515000', '105753.518000', '105753.521000', '105753.524000', '105753.527000', '105753.530000', '105753.533000', '105753.535000', '105753.539000', '105753.541000', '105753.544000', '105753.547000', '105753.551000', '105753.553000', '105753.556000', '105753.559000', '105753.562000', '105753.565000', '105753.568000', '105753.571000', '105753.574000', '105753.577000', '105753.580000', '105753.583000', '105753.586000', '105753.589000', '105753.592000', '105753.595000', '105753.598000', '105753.601000', '105753.604000', '105753.607000', '105753.610000', '105753.613000', '105753.615000', '105753.618000', '105753.621000', '105753.624000', '105753.627000', '105753.630000', '105753.633000', '105753.636000', '105813.509000', '105813.512000', '105813.515000', '105813.518000', '105813.521000', '105813.524000', '105813.527000', '105813.530000', '105813.533000', '105813.536000', '105813.539000', '105813.542000', '105813.545000', '105813.548000', '105813.551000', '105813.553000', '105813.557000', '105813.560000', '105813.563000', '105813.565000', '105813.569000', '105813.572000', '105813.575000', '105813.577000', '105813.580000', '105813.583000', '105813.586000', '105813.589000', '105813.592000', '105813.595000', '105813.598000', '105813.601000', '105813.604000', '105813.607000', '105813.610000', '105813.612000', '105813.615000', '105813.618000', '105813.621000', '105813.624000', '105813.627000', '105813.630000', '105813.633000', '105833.509000', '105833.512000', '105833.515000', '105833.518000', '105833.521000', '105833.524000', '105833.527000', '105833.530000', '105833.533000', '105833.536000', '105833.539000', '105833.542000', '105833.545000', '105833.548000', '105833.551000', '105833.554000', '105833.556000', '105833.560000', '105833.562000', '105833.565000', '105833.568000', '105833.571000', '105833.574000', '105833.577000', '105833.580000', '105833.583000', '105833.586000', '105833.589000', '105833.592000', '105833.595000', '105833.598000', '105833.601000', '105833.604000', '105833.607000', '105833.610000', '105833.613000', '105833.616000', '105833.623000', '105833.625000', '105833.628000', '105833.631000', '105833.634000', '105833.637000', '105833.640000', '105853.508000', '105853.511000', '105853.514000', '105853.517000', '105853.520000', '105853.525000', '105853.528000', '105853.531000', '105853.534000', '105853.537000', '105853.540000', '105853.543000', '105853.546000', '105853.549000', '105853.552000', '105853.555000', '105853.558000', '105853.560000', '105853.563000', '105853.566000', '105853.569000', '105853.572000', '105853.575000', '105853.578000', '105853.581000', '105853.584000', '105853.587000', '105853.590000', '105853.593000', '105853.596000', '105853.599000', '105853.602000', '105853.604000', '105853.607000', '105853.610000', '105853.613000', '105853.616000', '105853.619000', '105853.622000', '105853.625000', '105853.628000', '105853.631000', '105853.634000', '105913.508000', '105913.511000', '105913.514000', '105913.517000', '105913.520000', '105913.523000', '105913.526000', '105913.529000', '105913.532000', '105913.535000', '105913.538000', '105913.541000', '105913.544000', '105913.547000', '105913.550000', '105913.553000', '105913.556000', '105913.559000', '105913.562000', '105913.565000', '105913.568000', '105913.571000', '105913.574000', '105913.577000', '105913.580000', '105913.583000', '105913.586000', '105913.589000', '105913.592000', '105913.594000', '105913.597000', '105913.600000', '105913.603000', '105913.606000', '105913.609000', '105913.612000', '105913.615000', '105913.618000', '105913.621000', '105913.623000', '105913.626000', '105913.629000', '105913.632000', '105933.332000', '105933.335000', '105933.338000', '105933.354000', '105933.357000', '105933.360000', '105933.365000', '105933.368000', '105933.371000', '105933.374000', '105933.377000', '105933.380000', '105933.383000', '105933.386000', '105933.389000', '105933.392000', '105933.396000', '105933.399000', '105933.402000', '105933.405000', '105933.408000', '105933.411000', '105933.414000', '105933.417000', '105933.420000', '105933.423000', '105933.426000', '105933.429000', '105933.431000', '105933.434000', '105933.437000', '105933.440000', '105933.443000', '105933.446000', '105933.449000', '105933.452000', '105933.455000', '105933.458000', '105933.461000', '105933.464000', '105933.467000', '105933.470000', '105933.473000', '105933.476000'], 'InstanceCreationTime': ['105313.555000', '105313.558000', '105313.561000', '105313.566000', '105313.569000', '105313.572000', '105313.575000', '105313.577000', '105313.580000', '105313.583000', '105313.586000', '105313.589000', '105313.592000', '105313.595000', '105313.598000', '105313.601000', '105313.603000', '105313.606000', '105313.609000', '105313.612000', '105313.615000', '105313.618000', '105313.621000', '105313.624000', '105313.626000', '105313.629000', '105313.632000', '105313.635000', '105313.638000', '105313.641000', '105313.644000', '105313.647000', '105313.650000', '105313.653000', '105313.656000', '105313.659000', '105313.661000', '105313.664000', '105313.667000', '105313.670000', '105313.678000', '105313.681000', '105313.684000', '105313.687000', '105313.689000', '105313.692000', '105333.509000', '105333.512000', '105333.515000', '105333.518000', '105333.521000', '105333.523000', '105333.526000', '105333.529000', '105333.532000', '105333.535000', '105333.538000', '105333.541000', '105333.544000', '105333.547000', '105333.550000', '105333.553000', '105333.556000', '105333.558000', '105333.561000', '105333.564000', '105333.567000', '105333.570000', '105333.573000', '105333.577000', '105333.580000', '105333.583000', '105333.586000', '105333.589000', '105333.592000', '105333.595000', '105333.598000', '105333.601000', '105333.604000', '105333.606000', '105333.609000', '105333.612000', '105333.615000', '105333.618000', '105333.621000', '105333.624000', '105333.627000', '105333.630000', '105333.633000', '105353.509000', '105353.512000', '105353.515000', '105353.518000', '105353.521000', '105353.523000', '105353.526000', '105353.529000', '105353.532000', '105353.535000', '105353.538000', '105353.541000', '105353.544000', '105353.547000', '105353.550000', '105353.552000', '105353.555000', '105353.558000', '105353.561000', '105353.564000', '105353.567000', '105353.570000', '105353.573000', '105353.576000', '105353.579000', '105353.582000', '105353.585000', '105353.587000', '105353.590000', '105353.593000', '105353.596000', '105353.599000', '105353.602000', '105353.605000', '105353.608000', '105353.610000', '105353.613000', '105353.632000', '105353.635000', '105353.638000', '105353.641000', '105353.644000', '105353.646000', '105353.655000', '105413.508000', '105413.511000', '105413.514000', '105413.517000', '105413.520000', '105413.522000', '105413.525000', '105413.528000', '105413.533000', '105413.536000', '105413.539000', '105413.542000', '105413.544000', '105413.547000', '105413.550000', '105413.553000', '105413.556000', '105413.559000', '105413.562000', '105413.565000', '105413.568000', '105413.571000', '105413.574000', '105413.577000', '105413.580000', '105413.583000', '105413.586000', '105413.590000', '105413.593000', '105413.596000', '105413.598000', '105413.601000', '105413.604000', '105413.607000', '105413.610000', '105413.613000', '105413.620000', '105413.623000', '105413.626000', '105413.628000', '105413.637000', '105413.640000', '105413.642000', '105433.508000', '105433.511000', '105433.514000', '105433.517000', '105433.520000', '105433.523000', '105433.525000', '105433.528000', '105433.531000', '105433.534000', '105433.537000', '105433.540000', '105433.543000', '105433.548000', '105433.551000', '105433.554000', '105433.557000', '105433.560000', '105433.563000', '105433.566000', '105433.569000', '105433.572000', '105433.575000', '105433.578000', '105433.580000', '105433.583000', '105433.586000', '105433.589000', '105433.592000', '105433.595000', '105433.598000', '105433.601000', '105433.603000', '105433.606000', '105433.609000', '105433.619000', '105433.622000', '105433.625000', '105433.628000', '105433.631000', '105433.634000', '105433.637000', '105433.640000', '105433.643000', '105453.509000', '105453.512000', '105453.515000', '105453.518000', '105453.521000', '105453.523000', '105453.526000', '105453.529000', '105453.532000', '105453.535000', '105453.538000', '105453.541000', '105453.544000', '105453.547000', '105453.550000', '105453.552000', '105453.555000', '105453.558000', '105453.561000', '105453.564000', '105453.567000', '105453.570000', '105453.573000', '105453.576000', '105453.579000', '105453.581000', '105453.584000', '105453.587000', '105453.590000', '105453.593000', '105453.596000', '105453.599000', '105453.602000', '105453.605000', '105453.607000', '105453.610000', '105453.613000', '105453.616000', '105453.619000', '105453.622000', '105453.627000', '105453.638000', '105453.640000', '105513.509000', '105513.512000', '105513.515000', '105513.518000', '105513.521000', '105513.524000', '105513.527000', '105513.529000', '105513.532000', '105513.535000', '105513.538000', '105513.541000', '105513.544000', '105513.547000', '105513.550000', '105513.553000', '105513.556000', '105513.559000', '105513.562000', '105513.565000', '105513.568000', '105513.571000', '105513.573000', '105513.576000', '105513.579000', '105513.582000', '105513.585000', '105513.588000', '105513.591000', '105513.594000', '105513.597000', '105513.600000', '105513.603000', '105513.606000', '105513.608000', '105513.611000', '105513.614000', '105513.617000', '105513.620000', '105513.623000', '105513.626000', '105513.629000', '105513.632000', '105513.635000', '105533.509000', '105533.512000', '105533.515000', '105533.518000', '105533.521000', '105533.524000', '105533.526000', '105533.529000', '105533.532000', '105533.535000', '105533.538000', '105533.541000', '105533.544000', '105533.547000', '105533.550000', '105533.552000', '105533.555000', '105533.558000', '105533.561000', '105533.564000', '105533.567000', '105533.572000', '105533.575000', '105533.578000', '105533.581000', '105533.584000', '105533.587000', '105533.590000', '105533.593000', '105533.595000', '105533.598000', '105533.601000', '105533.617000', '105533.620000', '105533.623000', '105533.626000', '105533.629000', '105533.634000', '105533.638000', '105533.641000', '105533.644000', '105533.647000', '105533.650000', '105553.509000', '105553.512000', '105553.515000', '105553.518000', '105553.521000', '105553.524000', '105553.527000', '105553.529000', '105553.532000', '105553.535000', '105553.538000', '105553.541000', '105553.544000', '105553.547000', '105553.550000', '105553.553000', '105553.556000', '105553.559000', '105553.562000', '105553.564000', '105553.567000', '105553.570000', '105553.573000', '105553.576000', '105553.579000', '105553.582000', '105553.585000', '105553.588000', '105553.591000', '105553.594000', '105553.597000', '105553.599000', '105553.602000', '105553.605000', '105553.608000', '105553.611000', '105553.614000', '105553.617000', '105553.620000', '105553.623000', '105553.626000', '105553.636000', '105553.639000', '105553.642000', '105613.509000', '105613.512000', '105613.515000', '105613.518000', '105613.521000', '105613.524000', '105613.527000', '105613.530000', '105613.533000', '105613.536000', '105613.538000', '105613.541000', '105613.544000', '105613.547000', '105613.550000', '105613.553000', '105613.556000', '105613.559000', '105613.562000', '105613.565000', '105613.568000', '105613.571000', '105613.574000', '105613.577000', '105613.579000', '105613.582000', '105613.585000', '105613.588000', '105613.591000', '105613.594000', '105613.597000', '105613.600000', '105613.603000', '105613.606000', '105613.609000', '105613.612000', '105613.615000', '105613.618000', '105613.620000', '105613.623000', '105613.626000', '105613.629000', '105613.632000', '105633.508000', '105633.511000', '105633.514000', '105633.517000', '105633.520000', '105633.523000', '105633.526000', '105633.529000', '105633.532000', '105633.534000', '105633.537000', '105633.540000', '105633.543000', '105633.546000', '105633.549000', '105633.552000', '105633.555000', '105633.558000', '105633.561000', '105633.564000', '105633.567000', '105633.570000', '105633.573000', '105633.576000', '105633.578000', '105633.581000', '105633.584000', '105633.587000', '105633.590000', '105633.593000', '105633.596000', '105633.599000', '105633.602000', '105633.605000', '105633.608000', '105633.611000', '105633.614000', '105633.617000', '105633.619000', '105633.622000', '105633.625000', '105633.628000', '105633.631000', '105633.634000', '105653.508000', '105653.511000', '105653.514000', '105653.517000', '105653.520000', '105653.523000', '105653.526000', '105653.529000', '105653.532000', '105653.535000', '105653.537000', '105653.540000', '105653.543000', '105653.546000', '105653.549000', '105653.552000', '105653.555000', '105653.558000', '105653.561000', '105653.564000', '105653.567000', '105653.570000', '105653.573000', '105653.576000', '105653.579000', '105653.582000', '105653.584000', '105653.587000', '105653.590000', '105653.593000', '105653.596000', '105653.599000', '105653.602000', '105653.605000', '105653.609000', '105653.612000', '105653.615000', '105653.618000', '105653.621000', '105653.624000', '105653.627000', '105653.630000', '105653.633000', '105713.509000', '105713.512000', '105713.515000', '105713.518000', '105713.521000', '105713.524000', '105713.527000', '105713.530000', '105713.533000', '105713.536000', '105713.539000', '105713.542000', '105713.545000', '105713.547000', '105713.551000', '105713.554000', '105713.557000', '105713.560000', '105713.563000', '105713.566000', '105713.569000', '105713.572000', '105713.575000', '105713.578000', '105713.581000', '105713.584000', '105713.587000', '105713.590000', '105713.607000', '105713.610000', '105713.613000', '105713.616000', '105713.619000', '105713.622000', '105713.625000', '105713.628000', '105713.631000', '105713.634000', '105713.637000', '105713.640000', '105713.643000', '105713.646000', '105713.649000', '105713.652000', '105733.509000', '105733.512000', '105733.515000', '105733.518000', '105733.521000', '105733.524000', '105733.527000', '105733.530000', '105733.533000', '105733.536000', '105733.539000', '105733.542000', '105733.545000', '105733.548000', '105733.551000', '105733.554000', '105733.556000', '105733.559000', '105733.562000', '105733.565000', '105733.568000', '105733.571000', '105733.574000', '105733.577000', '105733.580000', '105733.583000', '105733.586000', '105733.589000', '105733.591000', '105733.595000', '105733.597000', '105733.600000', '105733.603000', '105733.606000', '105733.609000', '105733.612000', '105733.615000', '105733.618000', '105733.621000', '105733.624000', '105733.627000', '105733.630000', '105733.633000', '105753.509000', '105753.512000', '105753.515000', '105753.518000', '105753.521000', '105753.524000', '105753.527000', '105753.530000', '105753.533000', '105753.535000', '105753.539000', '105753.541000', '105753.544000', '105753.547000', '105753.551000', '105753.553000', '105753.556000', '105753.559000', '105753.562000', '105753.565000', '105753.568000', '105753.571000', '105753.574000', '105753.577000', '105753.580000', '105753.583000', '105753.586000', '105753.589000', '105753.592000', '105753.595000', '105753.598000', '105753.601000', '105753.604000', '105753.607000', '105753.610000', '105753.613000', '105753.615000', '105753.618000', '105753.621000', '105753.624000', '105753.627000', '105753.630000', '105753.633000', '105753.636000', '105813.509000', '105813.512000', '105813.515000', '105813.518000', '105813.521000', '105813.524000', '105813.527000', '105813.530000', '105813.533000', '105813.536000', '105813.539000', '105813.542000', '105813.545000', '105813.548000', '105813.551000', '105813.553000', '105813.557000', '105813.560000', '105813.563000', '105813.565000', '105813.569000', '105813.572000', '105813.575000', '105813.577000', '105813.580000', '105813.583000', '105813.586000', '105813.589000', '105813.592000', '105813.595000', '105813.598000', '105813.601000', '105813.604000', '105813.607000', '105813.610000', '105813.612000', '105813.615000', '105813.618000', '105813.621000', '105813.624000', '105813.627000', '105813.630000', '105813.633000', '105833.509000', '105833.512000', '105833.515000', '105833.518000', '105833.521000', '105833.524000', '105833.527000', '105833.530000', '105833.533000', '105833.536000', '105833.539000', '105833.542000', '105833.545000', '105833.548000', '105833.551000', '105833.554000', '105833.556000', '105833.560000', '105833.562000', '105833.565000', '105833.568000', '105833.571000', '105833.574000', '105833.577000', '105833.580000', '105833.583000', '105833.586000', '105833.589000', '105833.592000', '105833.595000', '105833.598000', '105833.601000', '105833.604000', '105833.607000', '105833.610000', '105833.613000', '105833.616000', '105833.623000', '105833.625000', '105833.628000', '105833.631000', '105833.634000', '105833.637000', '105833.640000', '105853.508000', '105853.511000', '105853.514000', '105853.517000', '105853.520000', '105853.525000', '105853.528000', '105853.531000', '105853.534000', '105853.537000', '105853.540000', '105853.543000', '105853.546000', '105853.549000', '105853.552000', '105853.555000', '105853.558000', '105853.560000', '105853.563000', '105853.566000', '105853.569000', '105853.572000', '105853.575000', '105853.578000', '105853.581000', '105853.584000', '105853.587000', '105853.590000', '105853.593000', '105853.596000', '105853.599000', '105853.602000', '105853.604000', '105853.607000', '105853.610000', '105853.613000', '105853.616000', '105853.619000', '105853.622000', '105853.625000', '105853.628000', '105853.631000', '105853.634000', '105913.508000', '105913.511000', '105913.514000', '105913.517000', '105913.520000', '105913.523000', '105913.526000', '105913.529000', '105913.532000', '105913.535000', '105913.538000', '105913.541000', '105913.544000', '105913.547000', '105913.550000', '105913.553000', '105913.556000', '105913.559000', '105913.562000', '105913.565000', '105913.568000', '105913.571000', '105913.574000', '105913.577000', '105913.580000', '105913.583000', '105913.586000', '105913.589000', '105913.592000', '105913.594000', '105913.597000', '105913.600000', '105913.603000', '105913.606000', '105913.609000', '105913.612000', '105913.615000', '105913.618000', '105913.621000', '105913.623000', '105913.626000', '105913.629000', '105913.632000', '105933.332000', '105933.335000', '105933.338000', '105933.354000', '105933.357000', '105933.360000', '105933.365000', '105933.368000', '105933.371000', '105933.374000', '105933.377000', '105933.380000', '105933.383000', '105933.386000', '105933.389000', '105933.392000', '105933.396000', '105933.399000', '105933.402000', '105933.405000', '105933.408000', '105933.411000', '105933.414000', '105933.417000', '105933.420000', '105933.423000', '105933.426000', '105933.429000', '105933.431000', '105933.434000', '105933.437000', '105933.440000', '105933.443000', '105933.446000', '105933.449000', '105933.452000', '105933.455000', '105933.458000', '105933.461000', '105933.464000', '105933.467000', '105933.470000', '105933.473000', '105933.476000'], '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': [7658, 10898, 7233, 10298, 7100, 9594, 8272, 6799, 8500, 6780, 7666, 6802, 6203, 7394, 6747, 8863, 6802, 6486, 7273, 6632, 8661, 6898, 7539, 6906, 6902, 7321, 7011, 11734, 7508, 9182, 6876, 6431, 7456, 6576, 9513, 7011, 6842, 6872, 6470, 6659, 6732, 6652, 7149, 6846, 6715, 6605, 8102, 7469, 6633, 9544, 7571, 11733, 9064, 12941, 10595, 11854, 11514, 12418, 10431, 12068, 9597, 12158, 8901, 11973, 8696, 11530, 8610, 12327, 10535, 7358, 7232, 6917, 8620, 7089, 9333, 7306, 8630, 6948, 6717, 7126, 7210, 8848, 7331, 8217, 6967, 6796, 9771, 6969, 9195, 8726, 7754, 11360, 7031, 9552, 7138, 8644, 6795, 7628, 7734, 7294, 9175, 7062, 8480, 6969, 6598, 7154, 6693, 8551, 6788, 8513, 6816, 6746, 6922, 6739, 7969, 7121, 6722, 7850, 7356, 10434, 7261, 11644, 8237, 11001, 8477, 11401, 8255, 10720, 8509, 11997, 7458, 9320, 7433, 7853, 7316, 6890, 7276, 6732, 9520, 6884, 9078, 6897, 7771, 7081, 6423, 6845, 7113, 9667, 6797, 8386, 7075, 7248, 7080, 6559, 7616, 6797, 8508, 7071, 9562, 6765, 9570, 7134, 7554, 6925, 6901, 8325, 6923, 8482, 6958, 6660, 6951, 6814, 9643, 7109, 9716, 7358, 9982, 7709, 6577, 7439, 7570, 8190, 10255, 8367, 11415, 9144, 9398, 6751, 6609, 8619, 6880, 9266, 7014, 6406, 7284, 6824, 8830, 6841, 9474, 7227, 6671, 7712, 6926, 9307, 7010, 10633, 7553, 10606, 8523, 11758, 9736, 6896, 7304, 7065, 9167, 6562, 8332, 7017, 6831, 9390, 7396, 9953, 7173, 6575, 7353, 6932, 8733, 7075, 10036, 7342, 10562, 7125, 7135, 7363, 7087, 9208, 6949, 9969, 6857, 9030, 7290, 6615, 8394, 6874, 6730, 7644, 7398, 6618, 8268, 7009, 8631, 7335, 7048, 8556, 7538, 7400, 9636, 8410, 7980, 12822, 9684, 7838, 12292, 8827, 7950, 11856, 11045, 13358, 10610, 8197, 7271, 6992, 8594, 7099, 7062, 7247, 6971, 8118, 7216, 6971, 6372, 6552, 6528, 6359, 6620, 6479, 6316, 6879, 8003, 7351, 6306, 6737, 8496, 7688, 6980, 8787, 10332, 13680, 12073, 12996, 12134, 12408, 13614, 12201, 13008, 10922, 9664, 12243, 7900, 12457, 8213, 10676, 6969, 8530, 6802, 6597, 6905, 6729, 7912, 6839, 8071, 6649, 7113, 6621, 6965, 6781, 7161, 6787, 6926, 6774, 6448, 7320, 6348, 6525, 6799, 6654, 7644, 6760, 8935, 6939, 8614, 7093, 7064, 8391, 6992, 6625, 8436, 7204, 9646, 7788, 6695, 9162, 6816, 11353, 6992, 11300, 8224, 10679, 7568, 8250, 6983, 6951, 8913, 7062, 6854, 7522, 6729, 6190, 6975, 6705, 8150, 7103, 7264, 6947, 6835, 11110, 7488, 9981, 7939, 7433, 9033, 7816, 11326, 8851, 11742, 8865, 11888, 9322, 11486, 10251, 8550, 10945, 7609, 6791, 7538, 6936, 7845, 7109, 7518, 7274, 6426, 7143, 7241, 7908, 7127, 8163, 6928, 7844, 6968, 7584, 6681, 7634, 6967, 7542, 7039, 8234, 7062, 7001, 7017, 6799, 7328, 7129, 6516, 7129, 6478, 7315, 6812, 7145, 7607, 7562, 6661, 7857, 6390, 8889, 7203, 10739, 7298, 6466, 7721, 6663, 6508, 7372, 6804, 10298, 6883, 9411, 7172, 6938, 8284, 9046, 9369, 10760, 9211, 10687, 9227, 9184, 8664, 7016, 9692, 7107, 9183, 6882, 6831, 8632, 7054, 6503, 7148, 6560, 8797, 7006, 7295, 7113, 7260, 9378, 7465, 12258, 7970, 9440, 7459, 6554, 7836, 7024, 7353, 7028, 6843, 6462, 6770, 6706, 6580, 7113, 7369, 6699, 10727, 8062, 9311, 10912, 11533, 12352, 12328, 12424, 12520, 12354, 12541, 12311, 12576, 9887, 11789, 9493, 10175, 7019, 7525, 7427, 6677, 7612, 6876, 6675, 7017, 6965, 7634, 7044, 6660, 6660, 7928, 7047, 9510, 7500, 10444, 7432, 9499, 7030, 8375, 6930, 8039, 6736, 6716, 6716, 6859, 7166, 6864, 6733, 6357, 6701, 6571, 6210, 6411, 6649, 6447, 6441, 7005, 7133, 7003, 7933, 8293, 7098, 7903, 12636, 12456, 11229, 14437, 12830, 11806, 10034, 11756, 11959, 11718, 11354, 11527, 11537, 8138, 10554, 7125, 6967, 9010, 7068, 6799, 7128, 6757, 8585, 6849, 9155, 6929, 7449, 6770, 6682, 6779, 7271, 6685, 6948, 6972, 7063, 7362, 6826, 6858, 8448, 6882, 9967, 6866, 9455, 7238, 11303, 8106, 9821, 8223, 9173, 10381, 7713, 11114, 7859, 10953, 8107, 11081, 8619, 11162, 8225, 9425, 7981, 9407, 6932, 8288, 6720, 9252, 6956, 8911, 7292, 7014, 6609, 7177, 6610, 6191, 7132, 6939, 6213, 8759, 6869, 7928, 8201, 6978, 11941, 8571, 11578, 9220, 7141, 11570, 10060, 10894, 12218, 9765, 7271, 6474, 7791, 7570, 6545, 6534, 6797, 7065, 6537, 6581, 7724, 8289, 8351, 8086, 10483, 8424, 8067, 8405, 11649, 12247, 14358, 11090, 10185, 8822, 9630, 8524, 7977, 6964, 9830, 7832, 7331, 6895, 8753, 6950, 6894, 6785, 6691, 6533, 6740, 8156, 7241, 6606, 7882, 6740, 6622, 7413, 6846, 7077, 8041, 6876, 9670, 6690, 9971, 6873, 10036, 7191, 9635, 6932, 9738, 6933, 9064, 7120, 6653, 7032, 7009, 6377, 7041, 6743, 6360, 7282, 7057, 6589, 8168, 6867, 6573, 8860, 6611, 10274, 7561, 10026, 8778, 6816, 13099, 10773, 9933, 10983, 9373, 9333, 11606, 10683, 8115, 8780, 7393, 8875, 7885, 6956, 10130, 7660, 9524, 9309, 7879, 11418, 8308, 7761, 9763, 8065, 6835, 7464, 6681, 6671, 8584, 7838, 6910, 6543, 6287, 7539, 7198, 7483, 7844, 10314, 9457, 10672, 12145, 13285, 11464, 12749, 12422, 12103, 13549, 11009, 11891, 9625, 6901, 7949, 7451, 7145, 8255, 7081, 6710, 7966, 7131, 6634, 7235, 6712, 7700, 6977, 6778, 8000, 7302, 6544, 6524, 7456, 6814, 8158, 7172, 6944, 7599, 6819, 9447, 6883, 9773, 8490, 6915, 9479, 7732, 6825, 6340, 7500, 6958, 6796, 7936, 6688, 10297, 8144, 10999, 11301, 10208, 11768, 9323, 11361, 10287, 10393, 11053, 9145, 9546, 6800, 6893, 6478, 7166, 6372, 6443, 6806, 8150, 7311, 6702, 9048, 7427, 10986, 8833, 11156, 10217, 12275, 9003, 12328, 8866, 11202, 8596, 8559, 8614, 7028, 11057, 7349, 9201, 6937, 8424, 6910, 8051, 7097, 8421, 6979, 8274, 6967, 7971, 7115, 7724], 'WindowCenter': [4006.0, 4021.0, 3977.0, 3995.0, 3964.0, 3982.0, 3969.0, 3950.0, 3982.0, 3962.0, 3972.0, 3950.0, 3950.0, 3972.0, 3965.0, 3995.0, 3964.0, 3964.0, 3975.0, 3965.0, 3994.0, 3975.0, 3986.0, 3988.0, 4002.0, 3986.0, 3974.0, 4027.0, 4001.0, 4008.0, 3963.0, 3952.0, 3971.0, 3977.0, 3994.0, 3976.0, 3978.0, 3977.0, 3966.0, 3964.0, 3962.0, 3948.0, 3949.0, 3947.0, 3963.0, 3974.0, 3997.0, 3998.0, 3978.0, 4019.0, 4014.0, 4057.0, 4024.0, 4042.0, 4008.0, 4017.0, 4004.0, 4002.0, 3992.0, 4003.0, 3979.0, 3999.0, 3969.0, 4000.0, 3966.0, 3985.0, 3954.0, 3994.0, 3976.0, 3944.0, 3944.0, 3944.0, 3964.0, 3959.0, 3978.0, 3958.0, 3965.0, 3959.0, 3947.0, 3959.0, 3972.0, 3981.0, 3971.0, 3981.0, 3961.0, 3959.0, 3990.0, 3961.0, 3980.0, 3969.0, 3959.0, 3988.0, 3947.0, 3977.0, 3947.0, 3965.0, 3947.0, 3959.0, 3959.0, 3947.0, 3965.0, 3946.0, 3956.0, 3945.0, 3948.0, 3949.0, 3948.0, 3968.0, 3952.0, 3983.0, 3965.0, 3961.0, 3959.0, 3962.0, 3983.0, 3972.0, 3962.0, 3984.0, 3974.0, 4017.0, 3988.0, 4014.0, 3985.0, 4002.0, 3970.0, 4001.0, 3969.0, 3988.0, 3968.0, 4000.0, 3958.0, 3967.0, 3956.0, 3957.0, 3956.0, 3945.0, 3957.0, 3946.0, 3978.0, 3946.0, 3967.0, 3944.0, 3957.0, 3947.0, 3949.0, 3960.0, 3960.0, 3989.0, 3960.0, 3970.0, 3957.0, 3958.0, 3959.0, 3949.0, 3959.0, 3948.0, 3967.0, 3947.0, 3978.0, 3948.0, 3979.0, 3959.0, 3968.0, 3959.0, 3958.0, 3968.0, 3962.0, 3983.0, 3973.0, 3961.0, 3972.0, 3962.0, 3993.0, 3961.0, 3992.0, 3971.0, 3991.0, 3973.0, 3960.0, 3970.0, 3958.0, 3970.0, 3990.0, 3969.0, 3999.0, 3980.0, 3981.0, 3963.0, 3963.0, 3981.0, 3960.0, 3978.0, 3956.0, 3949.0, 3960.0, 3959.0, 3992.0, 3963.0, 3991.0, 3971.0, 3960.0, 3970.0, 3947.0, 3979.0, 3946.0, 3989.0, 3959.0, 3988.0, 3968.0, 3997.0, 3977.0, 3945.0, 3945.0, 3945.0, 3976.0, 3946.0, 3967.0, 3960.0, 3948.0, 3977.0, 3958.0, 3979.0, 3946.0, 3945.0, 3946.0, 3947.0, 3967.0, 3949.0, 3977.0, 3948.0, 3979.0, 3947.0, 3946.0, 3946.0, 3946.0, 3968.0, 3947.0, 3976.0, 3949.0, 3979.0, 3958.0, 3946.0, 3956.0, 3934.0, 3936.0, 3957.0, 3959.0, 3961.0, 3970.0, 3975.0, 3982.0, 3973.0, 3975.0, 3991.0, 3972.0, 3959.0, 3977.0, 3953.0, 3958.0, 3998.0, 3965.0, 3958.0, 3998.0, 3967.0, 3958.0, 3988.0, 3976.0, 3995.0, 3962.0, 3942.0, 3932.0, 3932.0, 3953.0, 3934.0, 3945.0, 3945.0, 3944.0, 3971.0, 3962.0, 3961.0, 3964.0, 3951.0, 3949.0, 3962.0, 3964.0, 3962.0, 3965.0, 3976.0, 3987.0, 3975.0, 3953.0, 3964.0, 3995.0, 3985.0, 3963.0, 3984.0, 3980.0, 4000.0, 3989.0, 3987.0, 3975.0, 3974.0, 3971.0, 3961.0, 3957.0, 3936.0, 3911.0, 3932.0, 3900.0, 3931.0, 3898.0, 3908.0, 3877.0, 3898.0, 3878.0, 3876.0, 3887.0, 3891.0, 3912.0, 3892.0, 3915.0, 3906.0, 3919.0, 3934.0, 3934.0, 3933.0, 3944.0, 3949.0, 3960.0, 3961.0, 3947.0, 3970.0, 3962.0, 3950.0, 3959.0, 3961.0, 3980.0, 3958.0, 3991.0, 3959.0, 3967.0, 3959.0, 3961.0, 3981.0, 3974.0, 3963.0, 3982.0, 3972.0, 3992.0, 3973.0, 3961.0, 3992.0, 3963.0, 4002.0, 3960.0, 3999.0, 3969.0, 3990.0, 3959.0, 3969.0, 3961.0, 3963.0, 3982.0, 3960.0, 3948.0, 3970.0, 3961.0, 3954.0, 3973.0, 3976.0, 3985.0, 3976.0, 3987.0, 3974.0, 3963.0, 4031.0, 3987.0, 4005.0, 3984.0, 3973.0, 3994.0, 3971.0, 4003.0, 3982.0, 4002.0, 3969.0, 3990.0, 3967.0, 3987.0, 3964.0, 3954.0, 3975.0, 3943.0, 3920.0, 3942.0, 3934.0, 3942.0, 3946.0, 3944.0, 3956.0, 3946.0, 3948.0, 3959.0, 3969.0, 3948.0, 3967.0, 3946.0, 3959.0, 3948.0, 3958.0, 3936.0, 3956.0, 3946.0, 3956.0, 3946.0, 3969.0, 3958.0, 3959.0, 3961.0, 3962.0, 3973.0, 3973.0, 3963.0, 3974.0, 3964.0, 3974.0, 3963.0, 3974.0, 3973.0, 3973.0, 3963.0, 3985.0, 3975.0, 3997.0, 3974.0, 4003.0, 3970.0, 3962.0, 3985.0, 3975.0, 3965.0, 3985.0, 3974.0, 4017.0, 3986.0, 4007.0, 3975.0, 3975.0, 3984.0, 3993.0, 3995.0, 4004.0, 3994.0, 4003.0, 3982.0, 3979.0, 3982.0, 3959.0, 3990.0, 3961.0, 3978.0, 3960.0, 3974.0, 3995.0, 3959.0, 3964.0, 3973.0, 3964.0, 3982.0, 3972.0, 3972.0, 3975.0, 3973.0, 3993.0, 3962.0, 4014.0, 3971.0, 3992.0, 3974.0, 3961.0, 3985.0, 3976.0, 3975.0, 3960.0, 3964.0, 3961.0, 3956.0, 3961.0, 3950.0, 3960.0, 3986.0, 3975.0, 4019.0, 3998.0, 3997.0, 4018.0, 4004.0, 4015.0, 4002.0, 3991.0, 3988.0, 3977.0, 3972.0, 3961.0, 3960.0, 3938.0, 3946.0, 3925.0, 3934.0, 3903.0, 3912.0, 3905.0, 3904.0, 3915.0, 3906.0, 3917.0, 3919.0, 3931.0, 3940.0, 3933.0, 3931.0, 3933.0, 3943.0, 3934.0, 3964.0, 3933.0, 3962.0, 3932.0, 3951.0, 3932.0, 3940.0, 3934.0, 3942.0, 3934.0, 3935.0, 3948.0, 3949.0, 3958.0, 3948.0, 3961.0, 3949.0, 3960.0, 3964.0, 3947.0, 3949.0, 3962.0, 3962.0, 3960.0, 3983.0, 3986.0, 3973.0, 3984.0, 3994.0, 3985.0, 3981.0, 4026.0, 4013.0, 3991.0, 4026.0, 4013.0, 3988.0, 3964.0, 3988.0, 3990.0, 3976.0, 3978.0, 3975.0, 3972.0, 3932.0, 3962.0, 3919.0, 3922.0, 3941.0, 3921.0, 3922.0, 3923.0, 3921.0, 3943.0, 3923.0, 3953.0, 3933.0, 3945.0, 3937.0, 3936.0, 3933.0, 3961.0, 3936.0, 3947.0, 3950.0, 3961.0, 3974.0, 3976.0, 3989.0, 3999.0, 3991.0, 4021.0, 3979.0, 4009.0, 3988.0, 4019.0, 3987.0, 4007.0, 3985.0, 3994.0, 4004.0, 3975.0, 4004.0, 3972.0, 4003.0, 3972.0, 4003.0, 3982.0, 4000.0, 3970.0, 3979.0, 3968.0, 3978.0, 3946.0, 3968.0, 3946.0, 3980.0, 3961.0, 3994.0, 3973.0, 3972.0, 3959.0, 3958.0, 3959.0, 3951.0, 3973.0, 3976.0, 3952.0, 3996.0, 3974.0, 3984.0, 3983.0, 3962.0, 4014.0, 3982.0, 4016.0, 3997.0, 3963.0, 3990.0, 3976.0, 3975.0, 3971.0, 3948.0, 3928.0, 3919.0, 3940.0, 3942.0, 3932.0, 3932.0, 3931.0, 3943.0, 3935.0, 3946.0, 3967.0, 3965.0, 3964.0, 3954.0, 3972.0, 3940.0, 3954.0, 3952.0, 3944.0, 3931.0, 3954.0, 3932.0, 3918.0, 3910.0, 3934.0, 3924.0, 3914.0, 3901.0, 3933.0, 3902.0, 3901.0, 3902.0, 3924.0, 3918.0, 3919.0, 3918.0, 3920.0, 3921.0, 3920.0, 3940.0, 3931.0, 3932.0, 3942.0, 3932.0, 3933.0, 3945.0, 3934.0, 3946.0, 3957.0, 3937.0, 3978.0, 3948.0, 3978.0, 3946.0, 3976.0, 3945.0, 3966.0, 3944.0, 3976.0, 3959.0, 3991.0, 3959.0, 3959.0, 3959.0, 3958.0, 3960.0, 3960.0, 3973.0, 3975.0, 3984.0, 3985.0, 3976.0, 3997.0, 3988.0, 3988.0, 4022.0, 3988.0, 4018.0, 3998.0, 4019.0, 4020.0, 4004.0, 4053.0, 4031.0, 4019.0, 4028.0, 4018.0, 4018.0, 4040.0, 4042.0, 4008.0, 4006.0, 3996.0, 4005.0, 4005.0, 3997.0, 4026.0, 3995.0, 4003.0, 3991.0, 3980.0, 4022.0, 3991.0, 3980.0, 4014.0, 4008.0, 3986.0, 3996.0, 3987.0, 3999.0, 4019.0, 4009.0, 4012.0, 3988.0, 4002.0, 4012.0, 4000.0, 4001.0, 4012.0, 4031.0, 4035.0, 4032.0, 4043.0, 4043.0, 4017.0, 4017.0, 4016.0, 4004.0, 4014.0, 3981.0, 3988.0, 3965.0, 3933.0, 3946.0, 3944.0, 3933.0, 3944.0, 3932.0, 3922.0, 3940.0, 3931.0, 3933.0, 3944.0, 3947.0, 3971.0, 3973.0, 3963.0, 3984.0, 3971.0, 3962.0, 3962.0, 3973.0, 3975.0, 3984.0, 3976.0, 3975.0, 3983.0, 3963.0, 4006.0, 3976.0, 4005.0, 3981.0, 3959.0, 3993.0, 3970.0, 3961.0, 3962.0, 3972.0, 3975.0, 3964.0, 3983.0, 3962.0, 3990.0, 3971.0, 4001.0, 4004.0, 3990.0, 4000.0, 3980.0, 3998.0, 3977.0, 3977.0, 4001.0, 3968.0, 3966.0, 3934.0, 3933.0, 3916.0, 3928.0, 3932.0, 3932.0, 3947.0, 3968.0, 3959.0, 3947.0, 3979.0, 3960.0, 3987.0, 3966.0, 3976.0, 3975.0, 3987.0, 3951.0, 3971.0, 3939.0, 3957.0, 3938.0, 3939.0, 3938.0, 3918.0, 3958.0, 3928.0, 3937.0, 3917.0, 3927.0, 3919.0, 3927.0, 3917.0, 3924.0, 3919.0, 3938.0, 3930.0, 3939.0, 3930.0, 3928.0], 'WindowWidth': [8960.0, 8968.0, 8901.0, 8920.0, 8877.0, 8896.0, 8875.0, 8849.0, 8898.0, 8869.0, 8882.0, 8852.0, 8854.0, 8886.0, 8881.0, 8918.0, 8877.0, 8880.0, 8893.0, 8880.0, 8917.0, 8895.0, 8908.0, 8916.0, 8945.0, 8913.0, 8892.0, 8967.0, 8939.0, 8945.0, 8876.0, 8857.0, 8882.0, 8898.0, 8917.0, 8896.0, 8905.0, 8900.0, 8884.0, 8879.0, 8871.0, 8846.0, 8846.0, 8842.0, 8874.0, 8897.0, 8929.0, 8933.0, 8907.0, 8963.0, 8966.0, 9027.0, 8978.0, 8998.0, 8942.0, 8956.0, 8930.0, 8925.0, 8910.0, 8928.0, 8888.0, 8916.0, 8875.0, 8916.0, 8865.0, 8888.0, 8847.0, 8902.0, 8880.0, 8833.0, 8833.0, 8835.0, 8862.0, 8861.0, 8885.0, 8859.0, 8867.0, 8865.0, 8847.0, 8868.0, 8886.0, 8896.0, 8885.0, 8898.0, 8871.0, 8864.0, 8909.0, 8867.0, 8892.0, 8877.0, 8864.0, 8899.0, 8843.0, 8882.0, 8841.0, 8865.0, 8843.0, 8861.0, 8862.0, 8842.0, 8862.0, 8838.0, 8850.0, 8837.0, 8843.0, 8847.0, 8846.0, 8872.0, 8854.0, 8900.0, 8881.0, 8870.0, 8865.0, 8874.0, 8903.0, 8890.0, 8874.0, 8905.0, 8893.0, 8956.0, 8918.0, 8949.0, 8906.0, 8927.0, 8879.0, 8921.0, 8879.0, 8901.0, 8876.0, 8919.0, 8858.0, 8869.0, 8855.0, 8856.0, 8855.0, 8838.0, 8859.0, 8843.0, 8885.0, 8843.0, 8871.0, 8838.0, 8856.0, 8843.0, 8850.0, 8866.0, 8865.0, 8905.0, 8867.0, 8878.0, 8859.0, 8860.0, 8863.0, 8849.0, 8862.0, 8847.0, 8870.0, 8845.0, 8886.0, 8846.0, 8889.0, 8864.0, 8876.0, 8863.0, 8860.0, 8874.0, 8873.0, 8902.0, 8891.0, 8870.0, 8888.0, 8874.0, 8915.0, 8870.0, 8911.0, 8883.0, 8909.0, 8889.0, 8868.0, 8881.0, 8862.0, 8879.0, 8905.0, 8878.0, 8916.0, 8891.0, 8896.0, 8877.0, 8878.0, 8898.0, 8868.0, 8889.0, 8856.0, 8850.0, 8867.0, 8864.0, 8914.0, 8877.0, 8912.0, 8883.0, 8867.0, 8879.0, 8846.0, 8889.0, 8844.0, 8903.0, 8864.0, 8902.0, 8873.0, 8911.0, 8883.0, 8838.0, 8837.0, 8837.0, 8880.0, 8840.0, 8870.0, 8865.0, 8847.0, 8884.0, 8859.0, 8887.0, 8840.0, 8838.0, 8840.0, 8841.0, 8870.0, 8848.0, 8883.0, 8845.0, 8887.0, 8841.0, 8839.0, 8837.0, 8837.0, 8868.0, 8839.0, 8880.0, 8847.0, 8891.0, 8858.0, 8838.0, 8851.0, 8819.0, 8823.0, 8856.0, 8862.0, 8869.0, 8879.0, 8897.0, 8901.0, 8890.0, 8897.0, 8913.0, 8887.0, 8861.0, 8881.0, 8843.0, 8857.0, 8910.0, 8864.0, 8855.0, 8910.0, 8867.0, 8854.0, 8897.0, 8877.0, 8901.0, 8852.0, 8824.0, 8812.0, 8812.0, 8843.0, 8817.0, 8835.0, 8837.0, 8836.0, 8883.0, 8869.0, 8872.0, 8878.0, 8855.0, 8845.0, 8872.0, 8875.0, 8870.0, 8881.0, 8896.0, 8911.0, 8892.0, 8859.0, 8875.0, 8919.0, 8906.0, 8873.0, 8904.0, 8889.0, 8920.0, 8902.0, 8895.0, 8876.0, 8869.0, 8865.0, 8845.0, 8834.0, 8800.0, 8759.0, 8788.0, 8741.0, 8783.0, 8735.0, 8748.0, 8706.0, 8735.0, 8711.0, 8707.0, 8723.0, 8732.0, 8764.0, 8740.0, 8772.0, 8763.0, 8787.0, 8818.0, 8816.0, 8816.0, 8833.0, 8846.0, 8866.0, 8867.0, 8843.0, 8879.0, 8874.0, 8854.0, 8862.0, 8869.0, 8897.0, 8864.0, 8911.0, 8863.0, 8868.0, 8861.0, 8867.0, 8897.0, 8890.0, 8875.0, 8898.0, 8882.0, 8911.0, 8886.0, 8871.0, 8912.0, 8873.0, 8923.0, 8865.0, 8917.0, 8874.0, 8903.0, 8861.0, 8875.0, 8866.0, 8874.0, 8897.0, 8866.0, 8848.0, 8879.0, 8870.0, 8865.0, 8890.0, 8898.0, 8909.0, 8897.0, 8914.0, 8892.0, 8876.0, 8979.0, 8914.0, 8932.0, 8902.0, 8887.0, 8917.0, 8883.0, 8928.0, 8895.0, 8923.0, 8873.0, 8904.0, 8866.0, 8895.0, 8857.0, 8844.0, 8872.0, 8827.0, 8794.0, 8825.0, 8817.0, 8827.0, 8838.0, 8836.0, 8853.0, 8841.0, 8846.0, 8860.0, 8874.0, 8844.0, 8871.0, 8840.0, 8858.0, 8842.0, 8857.0, 8825.0, 8852.0, 8840.0, 8853.0, 8842.0, 8874.0, 8861.0, 8862.0, 8867.0, 8872.0, 8887.0, 8889.0, 8877.0, 8893.0, 8880.0, 8893.0, 8876.0, 8891.0, 8890.0, 8888.0, 8875.0, 8907.0, 8902.0, 8928.0, 8892.0, 8929.0, 8881.0, 8873.0, 8907.0, 8898.0, 8883.0, 8910.0, 8898.0, 8956.0, 8913.0, 8939.0, 8896.0, 8894.0, 8906.0, 8918.0, 8921.0, 8932.0, 8916.0, 8926.0, 8897.0, 8891.0, 8899.0, 8863.0, 8905.0, 8869.0, 8887.0, 8867.0, 8897.0, 8920.0, 8865.0, 8881.0, 8889.0, 8878.0, 8899.0, 8888.0, 8887.0, 8895.0, 8890.0, 8914.0, 8871.0, 8943.0, 8881.0, 8912.0, 8894.0, 8872.0, 8913.0, 8900.0, 8897.0, 8869.0, 8878.0, 8871.0, 8858.0, 8870.0, 8852.0, 8866.0, 8913.0, 8898.0, 8960.0, 8931.0, 8928.0, 8956.0, 8930.0, 8948.0, 8923.0, 8909.0, 8896.0, 8880.0, 8865.0, 8850.0, 8843.0, 8809.0, 8817.0, 8787.0, 8797.0, 8755.0, 8766.0, 8760.0, 8760.0, 8776.0, 8767.0, 8782.0, 8788.0, 8807.0, 8821.0, 8816.0, 8810.0, 8816.0, 8828.0, 8817.0, 8858.0, 8814.0, 8854.0, 8810.0, 8836.0, 8811.0, 8819.0, 8817.0, 8825.0, 8818.0, 8825.0, 8848.0, 8849.0, 8859.0, 8846.0, 8868.0, 8849.0, 8866.0, 8878.0, 8845.0, 8850.0, 8873.0, 8876.0, 8869.0, 8908.0, 8917.0, 8893.0, 8908.0, 8922.0, 8912.0, 8903.0, 8971.0, 8945.0, 8909.0, 8969.0, 8942.0, 8898.0, 8860.0, 8896.0, 8901.0, 8880.0, 8878.0, 8869.0, 8863.0, 8806.0, 8846.0, 8789.0, 8793.0, 8817.0, 8792.0, 8793.0, 8796.0, 8793.0, 8824.0, 8799.0, 8838.0, 8813.0, 8833.0, 8826.0, 8826.0, 8816.0, 8865.0, 8825.0, 8842.0, 8849.0, 8868.0, 8891.0, 8898.0, 8922.0, 8933.0, 8927.0, 8966.0, 8907.0, 8946.0, 8918.0, 8959.0, 8915.0, 8941.0, 8907.0, 8917.0, 8933.0, 8892.0, 8932.0, 8886.0, 8929.0, 8885.0, 8927.0, 8898.0, 8919.0, 8878.0, 8888.0, 8872.0, 8887.0, 8840.0, 8873.0, 8842.0, 8889.0, 8870.0, 8919.0, 8891.0, 8888.0, 8865.0, 8861.0, 8863.0, 8858.0, 8888.0, 8898.0, 8862.0, 8923.0, 8894.0, 8907.0, 8903.0, 8873.0, 8943.0, 8898.0, 8953.0, 8929.0, 8871.0, 8904.0, 8880.0, 8874.0, 8861.0, 8826.0, 8802.0, 8790.0, 8821.0, 8827.0, 8817.0, 8815.0, 8815.0, 8831.0, 8825.0, 8840.0, 8872.0, 8866.0, 8866.0, 8848.0, 8870.0, 8823.0, 8850.0, 8844.0, 8814.0, 8794.0, 8834.0, 8795.0, 8769.0, 8759.0, 8799.0, 8784.0, 8772.0, 8751.0, 8794.0, 8750.0, 8751.0, 8754.0, 8785.0, 8784.0, 8788.0, 8785.0, 8792.0, 8794.0, 8792.0, 8818.0, 8807.0, 8813.0, 8824.0, 8813.0, 8817.0, 8834.0, 8821.0, 8836.0, 8854.0, 8827.0, 8882.0, 8842.0, 8882.0, 8840.0, 8879.0, 8837.0, 8865.0, 8835.0, 8880.0, 8862.0, 8911.0, 8865.0, 8865.0, 8865.0, 8862.0, 8868.0, 8869.0, 8892.0, 8898.0, 8907.0, 8911.0, 8901.0, 8930.0, 8919.0, 8919.0, 8971.0, 8921.0, 8960.0, 8933.0, 8963.0, 8969.0, 8953.0, 9014.0, 8985.0, 8963.0, 8973.0, 8962.0, 8961.0, 8995.0, 9001.0, 8951.0, 8945.0, 8935.0, 8942.0, 8944.0, 8939.0, 8974.0, 8929.0, 8934.0, 8913.0, 8900.0, 8958.0, 8916.0, 8900.0, 8951.0, 8952.0, 8922.0, 8937.0, 8925.0, 8943.0, 8968.0, 8954.0, 8964.0, 8924.0, 8949.0, 8963.0, 8943.0, 8941.0, 8958.0, 8986.0, 8993.0, 8986.0, 9002.0, 9003.0, 8959.0, 8955.0, 8953.0, 8930.0, 8946.0, 8890.0, 8895.0, 8860.0, 8814.0, 8834.0, 8830.0, 8814.0, 8829.0, 8812.0, 8799.0, 8821.0, 8811.0, 8816.0, 8832.0, 8844.0, 8882.0, 8891.0, 8877.0, 8906.0, 8884.0, 8872.0, 8877.0, 8892.0, 8897.0, 8906.0, 8897.0, 8895.0, 8905.0, 8874.0, 8942.0, 8899.0, 8936.0, 8894.0, 8863.0, 8912.0, 8880.0, 8871.0, 8873.0, 8886.0, 8895.0, 8878.0, 8903.0, 8871.0, 8908.0, 8882.0, 8921.0, 8934.0, 8905.0, 8921.0, 8890.0, 8914.0, 8880.0, 8882.0, 8921.0, 8871.0, 8863.0, 8819.0, 8813.0, 8784.0, 8802.0, 8813.0, 8812.0, 8845.0, 8875.0, 8862.0, 8842.0, 8887.0, 8862.0, 8896.0, 8865.0, 8877.0, 8877.0, 8896.0, 8833.0, 8860.0, 8813.0, 8835.0, 8812.0, 8812.0, 8812.0, 8784.0, 8837.0, 8797.0, 8808.0, 8783.0, 8796.0, 8787.0, 8794.0, 8782.0, 8790.0, 8788.0, 8813.0, 8805.0, 8815.0, 8807.0, 8802.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.008091204128440367</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.0386147241972477</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.010875066888595</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2801882122617685</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.133649672973593</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4973</td></tr>
|
|
<tr><td colspan=3>fber</td><td>4799.2808</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.16198688837812056</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>206</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>23.623853211009173</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.561024194212132</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4814578499283435</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.779218479192813</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.422396253515239</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0309542</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.0015157748712226748</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.03618960827589035</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>872</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>3.9103059387449384</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>12.1529</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>43.6416</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>201.1733</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>48.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>297660.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>1021.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>372.819</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.3664</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>498.5029</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3162.598</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3343.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>78884.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1072.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4137.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>854.9149</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>29.612078194040805</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> |