=== 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-0004 --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-0004",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
106 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
106 KiB
(Stored with Git Annex)
HTML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
|
|
<title>sub-0004_ses-01_task-social_acq-mb8_run-05_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-0004_ses-01_task-social_acq-mb8_run-05_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-05_session-01_subject-0004_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-0004/figures/sub-0004_ses-01_task-social_acq-mb8_run-05_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0004/figures/sub-0004_ses-01_task-social_acq-mb8_run-05_desc-stdev_bold.svg" target="_blank">sub-0004/figures/sub-0004_ses-01_task-social_acq-mb8_run-05_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-05_session-01_subject-0004_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-0004/figures/sub-0004_ses-01_task-social_acq-mb8_run-05_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0004/figures/sub-0004_ses-01_task-social_acq-mb8_run-05_desc-background_bold.svg" target="_blank">sub-0004/figures/sub-0004_ses-01_task-social_acq-mb8_run-05_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-05_session-01_subject-0004_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-0004/figures/sub-0004_ses-01_task-social_acq-mb8_run-05_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0004/figures/sub-0004_ses-01_task-social_acq-mb8_run-05_desc-zoomed_bold.svg" target="_blank">sub-0004/figures/sub-0004_ses-01_task-social_acq-mb8_run-05_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-05_session-01_subject-0004_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-0004/figures/sub-0004_ses-01_task-social_acq-mb8_run-05_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0004/figures/sub-0004_ses-01_task-social_acq-mb8_run-05_desc-carpet_bold.svg" target="_blank">sub-0004/figures/sub-0004_ses-01_task-social_acq-mb8_run-05_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-05_session-01_subject-0004_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-0004/figures/sub-0004_ses-01_task-social_acq-mb8_run-05_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0004/figures/sub-0004_ses-01_task-social_acq-mb8_run-05_desc-mean_bold.svg" target="_blank">sub-0004/figures/sub-0004_ses-01_task-social_acq-mb8_run-05_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-05_session-01_subject-0004_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-0004/figures/sub-0004_ses-01_task-social_acq-mb8_run-05_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0004/figures/sub-0004_ses-01_task-social_acq-mb8_run-05_desc-brainmask_bold.svg" target="_blank">sub-0004/figures/sub-0004_ses-01_task-social_acq-mb8_run-05_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-05_session-01_subject-0004_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-0004/figures/sub-0004_ses-01_task-social_acq-mb8_run-05_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0004/figures/sub-0004_ses-01_task-social_acq-mb8_run-05_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-0004/figures/sub-0004_ses-01_task-social_acq-mb8_run-05_desc-norm_bold.svg" target="_blank">sub-0004/figures/sub-0004_ses-01_task-social_acq-mb8_run-05_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-0004/ses-01/func/sub-0004_ses-01_task-social_acq-mb8_run-05_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>77d4f2b562f4fc2bda65252e8bc64eb3</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:36:12.970000</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.999495, 0.0149046, -0.028062, -0.00959473, 0.983504, 0.18063]</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-05_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.0980213</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-05_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>22</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4132, -7773, -7257, 553, -67, -238, 52, 121]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>social</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>230.35</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>feaa00e5-450f-42a3-bf74-d5d9069346ac||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.681572198867798, -0.025741970166563988, -0.08178658038377762, 115.00567626953125], [-0.03998791426420212, 2.6386702060699463, 0.4867272675037384, -100.88549041748047], [-0.0752883329987526, -0.48461657762527466, 2.6545069217681885, -26.169879913330078], [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': ['103612.970000', '103613.430000', '103613.890000', '103614.350000', '103614.810000', '103615.270000', '103615.730000', '103616.190000', '103616.650000', '103617.110000', '103617.570000', '103618.030000', '103618.490000', '103618.950000', '103619.410000', '103619.870000', '103620.330000', '103620.790000', '103621.250000', '103621.710000', '103622.170000', '103622.630000', '103623.090000', '103623.550000', '103624.010000', '103624.470000', '103624.930000', '103625.390000', '103625.850000', '103626.310000', '103626.770000', '103627.230000', '103627.690000', '103628.150000', '103628.610000', '103629.070000', '103629.530000', '103629.990000', '103630.450000', '103630.910000', '103631.370000', '103631.830000', '103632.290000', '103632.750000', '103633.210000', '103633.670000', '103634.130000', '103634.590000', '103635.050000', '103635.510000', '103635.970000', '103636.430000', '103636.890000', '103637.350000', '103637.810000', '103638.270000', '103638.730000', '103639.190000', '103639.650000', '103640.110000', '103640.570000', '103641.030000', '103641.490000', '103641.950000', '103642.410000', '103642.870000', '103643.330000', '103643.790000', '103644.250000', '103644.710000', '103645.170000', '103645.630000', '103646.090000', '103646.550000', '103647.010000', '103647.470000', '103647.930000', '103648.390000', '103648.850000', '103649.310000', '103649.770000', '103650.230000', '103650.690000', '103651.150000', '103651.610000', '103652.070000', '103652.530000', '103652.990000', '103653.450000', '103653.910000', '103654.370000', '103654.830000', '103655.290000', '103655.750000', '103656.210000', '103656.670000', '103657.130000', '103657.590000', '103658.050000', '103658.510000', '103658.970000', '103659.430000', '103659.890000', '103700.350000', '103700.810000', '103701.270000', '103701.730000', '103702.190000', '103702.650000', '103703.110000', '103703.570000', '103704.030000', '103704.490000', '103704.950000', '103705.410000', '103705.870000', '103706.330000', '103706.790000', '103707.250000', '103707.710000', '103708.170000', '103708.630000', '103709.090000', '103709.550000', '103710.010000', '103710.470000', '103710.930000', '103711.390000', '103711.850000', '103712.310000', '103712.770000', '103713.230000', '103713.690000', '103714.150000', '103714.610000', '103715.070000', '103715.530000', '103715.990000', '103716.450000', '103716.910000', '103717.370000', '103717.830000', '103718.290000', '103718.750000', '103719.210000', '103719.670000', '103720.130000', '103720.590000', '103721.050000', '103721.510000', '103721.970000', '103722.430000', '103722.890000', '103723.350000', '103723.810000', '103724.270000', '103724.730000', '103725.190000', '103725.650000', '103726.110000', '103726.570000', '103727.030000', '103727.490000', '103727.950000', '103728.410000', '103728.870000', '103729.330000', '103729.790000', '103730.250000', '103730.710000', '103731.170000', '103731.630000', '103732.090000', '103732.550000', '103733.010000', '103733.470000', '103733.930000', '103734.390000', '103734.850000', '103735.310000', '103735.770000', '103736.230000', '103736.690000', '103737.150000', '103737.610000', '103738.070000', '103738.530000', '103738.990000', '103739.450000', '103739.910000', '103740.370000', '103740.830000', '103741.290000', '103741.750000', '103742.210000', '103742.670000', '103743.130000', '103743.590000', '103744.050000', '103744.510000', '103744.970000', '103745.430000', '103745.890000', '103746.350000', '103746.810000', '103747.270000', '103747.730000', '103748.190000', '103748.650000', '103749.110000', '103749.570000', '103750.030000', '103750.490000', '103750.950000', '103751.410000', '103751.870000', '103752.330000', '103752.790000', '103753.250000', '103753.710000', '103754.170000', '103754.630000', '103755.090000', '103755.550000', '103756.010000', '103756.470000', '103756.930000', '103757.390000', '103757.850000', '103758.310000', '103758.770000', '103759.230000', '103759.690000', '103800.150000', '103800.610000', '103801.070000', '103801.530000', '103801.990000', '103802.450000', '103802.910000', '103803.370000', '103803.830000', '103804.290000', '103804.750000', '103805.210000', '103805.670000', '103806.130000', '103806.590000', '103807.050000', '103807.510000', '103807.970000', '103808.430000', '103808.890000', '103809.350000', '103809.810000', '103810.270000', '103810.730000', '103811.190000', '103811.650000', '103812.110000', '103812.570000', '103813.030000', '103813.490000', '103813.950000', '103814.410000', '103814.870000', '103815.330000', '103815.790000', '103816.250000', '103816.710000', '103817.170000', '103817.630000', '103818.090000', '103818.550000', '103819.010000', '103819.470000', '103819.930000', '103820.390000', '103820.850000', '103821.310000', '103821.770000', '103822.230000', '103822.690000', '103823.150000', '103823.610000', '103824.070000', '103824.530000', '103824.990000', '103825.450000', '103825.910000', '103826.370000', '103826.830000', '103827.290000', '103827.750000', '103828.210000', '103828.670000', '103829.130000', '103829.590000', '103830.050000', '103830.510000', '103830.970000', '103831.430000', '103831.890000', '103832.350000', '103832.810000', '103833.270000', '103833.730000', '103834.190000', '103834.650000', '103835.110000', '103835.570000', '103836.030000', '103836.490000', '103836.950000', '103837.410000', '103837.870000', '103838.330000', '103838.790000', '103839.250000', '103839.710000', '103840.170000', '103840.630000', '103841.090000', '103841.550000', '103842.010000', '103842.470000', '103842.930000', '103843.390000', '103843.850000', '103844.310000', '103844.770000', '103845.230000', '103845.690000', '103846.150000', '103846.610000', '103847.070000', '103847.530000', '103847.990000', '103848.450000', '103848.910000', '103849.370000', '103849.830000', '103850.290000', '103850.750000', '103851.210000', '103851.670000', '103852.130000', '103852.590000', '103853.050000', '103853.510000', '103853.970000', '103854.430000', '103854.890000', '103855.350000', '103855.810000', '103856.270000', '103856.730000', '103857.190000', '103857.650000', '103858.110000', '103858.570000', '103859.030000', '103859.490000', '103859.950000', '103900.410000', '103900.870000', '103901.330000', '103901.790000', '103902.250000', '103902.710000', '103903.170000', '103903.630000', '103904.090000', '103904.550000', '103905.010000', '103905.470000', '103905.930000', '103906.390000', '103906.850000', '103907.310000', '103907.770000', '103908.230000', '103908.690000', '103909.150000', '103909.610000', '103910.070000', '103910.530000', '103910.990000', '103911.450000', '103911.910000', '103912.370000', '103912.830000', '103913.290000', '103913.750000', '103914.210000', '103914.670000', '103915.130000', '103915.590000', '103916.050000', '103916.510000', '103916.970000', '103917.430000', '103917.890000', '103918.350000', '103918.810000', '103919.270000', '103919.730000', '103920.190000', '103920.650000', '103921.110000', '103921.570000', '103922.030000', '103922.490000', '103922.950000', '103923.410000', '103923.870000', '103924.330000', '103924.790000', '103925.250000', '103925.710000', '103926.170000', '103926.630000', '103927.090000', '103927.550000', '103928.010000', '103928.470000', '103928.930000', '103929.390000', '103929.850000', '103930.310000', '103930.770000', '103931.230000', '103931.690000', '103932.150000', '103932.610000', '103933.070000', '103933.530000', '103933.990000', '103934.450000', '103934.910000', '103935.370000', '103935.830000', '103936.290000', '103936.750000', '103937.210000', '103937.670000', '103938.130000', '103938.590000', '103939.050000', '103939.510000', '103939.970000', '103940.430000', '103940.890000', '103941.350000', '103941.810000', '103942.270000', '103942.730000', '103943.190000', '103943.650000', '103944.110000', '103944.570000', '103945.030000', '103945.490000', '103945.950000', '103946.410000', '103946.870000', '103947.330000', '103947.790000', '103948.250000', '103948.710000', '103949.170000', '103949.630000', '103950.090000', '103950.550000', '103951.010000', '103951.470000', '103951.930000', '103952.390000', '103952.850000', '103953.310000', '103953.770000', '103954.230000', '103954.690000', '103955.150000', '103955.610000', '103956.070000', '103956.530000', '103956.990000', '103957.450000', '103957.910000', '103958.370000', '103958.830000', '103959.290000', '103959.750000', '104000.210000', '104000.670000', '104001.130000', '104001.590000', '104002.050000', '104002.510000', '104002.970000', '104003.430000', '104003.890000', '104004.350000', '104004.810000', '104005.270000', '104005.730000', '104006.190000', '104006.650000', '104007.110000', '104007.570000', '104008.030000', '104008.490000', '104008.950000', '104009.410000', '104009.870000', '104010.330000', '104010.790000', '104011.250000', '104011.710000', '104012.170000', '104012.630000', '104013.090000', '104013.550000', '104014.010000', '104014.470000', '104014.930000', '104015.390000', '104015.850000', '104016.310000', '104016.770000', '104017.230000', '104017.690000', '104018.150000', '104018.610000', '104019.070000', '104019.530000', '104019.990000', '104020.450000', '104020.910000', '104021.370000', '104021.830000', '104022.290000', '104022.750000', '104023.210000', '104023.670000', '104024.130000', '104024.590000', '104025.050000', '104025.510000', '104025.970000', '104026.430000', '104026.890000', '104027.350000', '104027.810000', '104028.270000', '104028.730000', '104029.190000', '104029.650000', '104030.110000', '104030.570000', '104031.030000', '104031.490000', '104031.950000', '104032.410000', '104032.870000', '104033.330000', '104033.790000', '104034.250000', '104034.710000', '104035.170000', '104035.630000', '104036.090000', '104036.550000', '104037.010000', '104037.470000', '104037.930000', '104038.390000', '104038.850000', '104039.310000', '104039.770000', '104040.230000', '104040.690000', '104041.150000', '104041.610000', '104042.070000', '104042.530000', '104042.990000', '104043.450000', '104043.910000', '104044.370000', '104044.830000', '104045.290000', '104045.750000', '104046.210000', '104046.670000', '104047.130000', '104047.590000', '104048.050000', '104048.510000', '104048.970000', '104049.430000', '104049.890000', '104050.350000', '104050.810000', '104051.270000', '104051.730000', '104052.190000', '104052.650000', '104053.110000', '104053.570000', '104054.030000', '104054.490000', '104054.950000', '104055.410000', '104055.870000', '104056.330000', '104056.790000', '104057.250000', '104057.710000', '104058.170000', '104058.630000', '104059.090000', '104059.550000', '104100.010000', '104100.470000', '104100.930000', '104101.390000', '104101.850000', '104102.310000', '104102.770000', '104103.230000', '104103.690000', '104104.150000', '104104.610000', '104105.070000', '104105.530000', '104105.990000', '104106.450000', '104106.910000', '104107.370000', '104107.830000', '104108.290000', '104108.750000', '104109.210000', '104109.670000', '104110.130000', '104110.590000', '104111.050000', '104111.510000', '104111.970000', '104112.430000', '104112.890000', '104113.350000', '104113.810000', '104114.270000', '104114.730000', '104115.190000', '104115.650000', '104116.110000', '104116.570000', '104117.030000', '104117.490000', '104117.950000', '104118.410000', '104118.870000', '104119.330000', '104119.790000', '104120.250000', '104120.710000', '104121.170000', '104121.630000', '104122.090000', '104122.550000', '104123.010000', '104123.470000', '104123.930000', '104124.390000', '104124.850000', '104125.310000', '104125.770000', '104126.230000', '104126.690000', '104127.150000', '104127.610000', '104128.070000', '104128.530000', '104128.990000', '104129.450000', '104129.910000', '104130.370000', '104130.830000', '104131.290000', '104131.750000', '104132.210000', '104132.670000', '104133.130000', '104133.590000', '104134.050000', '104134.510000', '104134.970000', '104135.430000', '104135.890000', '104136.350000', '104136.810000', '104137.270000', '104137.730000', '104138.190000', '104138.650000', '104139.110000', '104139.570000', '104140.030000', '104140.490000', '104140.950000', '104141.410000', '104141.870000', '104142.330000', '104142.790000', '104143.250000', '104143.710000', '104144.170000', '104144.630000', '104145.090000', '104145.550000', '104146.010000', '104146.470000', '104146.930000', '104147.390000', '104147.850000', '104148.310000', '104148.770000', '104149.230000', '104149.690000', '104150.150000', '104150.610000', '104151.070000', '104151.530000', '104151.990000', '104152.450000', '104152.910000', '104153.370000', '104153.830000', '104154.290000', '104154.750000', '104155.210000', '104155.670000', '104156.130000', '104156.590000', '104157.050000', '104157.510000', '104157.970000', '104158.430000', '104158.890000', '104159.350000', '104159.810000', '104200.270000', '104200.730000', '104201.190000', '104201.650000', '104202.110000', '104202.570000', '104203.030000', '104203.490000', '104203.950000', '104204.410000', '104204.870000', '104205.330000', '104205.790000', '104206.250000', '104206.710000', '104207.170000', '104207.630000', '104208.090000', '104208.550000', '104209.010000', '104209.470000', '104209.930000', '104210.390000', '104210.850000', '104211.310000', '104211.770000', '104212.230000', '104212.690000', '104213.150000', '104213.610000', '104214.070000', '104214.530000', '104214.990000', '104215.450000', '104215.910000', '104216.370000', '104216.830000', '104217.290000', '104217.750000', '104218.210000', '104218.670000', '104219.130000', '104219.590000', '104220.050000', '104220.510000', '104220.970000', '104221.430000', '104221.890000', '104222.350000', '104222.810000', '104223.270000', '104223.730000', '104224.190000', '104224.650000', '104225.110000', '104225.570000', '104226.030000', '104226.490000', '104226.950000', '104227.410000', '104227.870000', '104228.330000', '104228.790000', '104229.250000', '104229.710000', '104230.170000', '104230.630000', '104231.090000', '104231.550000', '104232.010000', '104232.470000', '104232.930000', '104233.390000', '104233.850000', '104234.310000', '104234.770000', '104235.230000', '104235.690000', '104236.150000', '104236.610000', '104237.070000', '104237.530000', '104237.990000', '104238.450000', '104238.910000', '104239.370000', '104239.830000', '104240.290000', '104240.750000', '104241.210000', '104241.670000', '104242.130000', '104242.590000', '104243.050000', '104243.510000', '104243.970000', '104244.430000', '104244.890000', '104245.350000', '104245.810000', '104246.270000', '104246.730000', '104247.190000', '104247.650000', '104248.110000', '104248.570000', '104249.030000', '104249.490000', '104249.950000', '104250.410000', '104250.870000', '104251.330000', '104251.790000', '104252.250000', '104252.710000', '104253.170000', '104253.630000'], 'ContentTime': ['103631.711000', '103631.722000', '103631.725000', '103631.728000', '103631.734000', '103631.737000', '103631.740000', '103631.743000', '103631.746000', '103631.749000', '103631.751000', '103631.754000', '103631.757000', '103631.760000', '103631.763000', '103631.769000', '103631.772000', '103631.775000', '103631.778000', '103631.780000', '103631.783000', '103631.786000', '103631.789000', '103631.792000', '103631.794000', '103631.797000', '103631.800000', '103631.803000', '103631.806000', '103631.808000', '103631.811000', '103631.814000', '103631.817000', '103631.820000', '103631.822000', '103631.825000', '103631.828000', '103631.831000', '103631.834000', '103651.678000', '103651.681000', '103651.684000', '103651.687000', '103651.689000', '103651.692000', '103651.695000', '103651.698000', '103651.701000', '103651.703000', '103651.706000', '103651.709000', '103651.712000', '103651.715000', '103651.717000', '103651.720000', '103651.723000', '103651.726000', '103651.729000', '103651.731000', '103651.734000', '103651.737000', '103651.740000', '103651.742000', '103651.745000', '103651.748000', '103651.751000', '103651.754000', '103651.756000', '103651.759000', '103651.762000', '103651.765000', '103651.768000', '103651.771000', '103651.773000', '103651.776000', '103651.779000', '103651.782000', '103651.784000', '103651.787000', '103651.790000', '103651.793000', '103651.796000', '103651.798000', '103711.678000', '103711.681000', '103711.684000', '103711.687000', '103711.689000', '103711.693000', '103711.696000', '103711.699000', '103711.702000', '103711.705000', '103711.707000', '103711.710000', '103711.713000', '103711.716000', '103711.719000', '103711.722000', '103711.724000', '103711.727000', '103711.730000', '103711.733000', '103711.736000', '103711.738000', '103711.741000', '103711.744000', '103711.747000', '103711.750000', '103711.753000', '103711.756000', '103711.759000', '103711.762000', '103711.764000', '103711.767000', '103711.770000', '103711.773000', '103711.776000', '103711.779000', '103711.782000', '103711.784000', '103711.787000', '103711.790000', '103711.793000', '103711.796000', '103711.799000', '103731.691000', '103731.694000', '103731.697000', '103731.705000', '103731.707000', '103731.710000', '103731.713000', '103731.716000', '103731.719000', '103731.721000', '103731.724000', '103731.727000', '103731.730000', '103731.733000', '103731.735000', '103731.738000', '103731.741000', '103731.744000', '103731.747000', '103731.750000', '103731.752000', '103731.755000', '103731.758000', '103731.761000', '103731.764000', '103731.766000', '103731.769000', '103731.772000', '103731.775000', '103731.778000', '103731.781000', '103731.783000', '103731.786000', '103731.789000', '103731.792000', '103731.795000', '103731.797000', '103731.800000', '103731.803000', '103731.806000', '103731.809000', '103731.812000', '103731.814000', '103731.817000', '103751.679000', '103751.682000', '103751.685000', '103751.688000', '103751.690000', '103751.693000', '103751.696000', '103751.699000', '103751.702000', '103751.704000', '103751.707000', '103751.710000', '103751.713000', '103751.716000', '103751.719000', '103751.721000', '103751.724000', '103751.727000', '103751.730000', '103751.733000', '103751.735000', '103751.738000', '103751.741000', '103751.744000', '103751.747000', '103751.750000', '103751.752000', '103751.755000', '103751.758000', '103751.761000', '103751.764000', '103751.767000', '103751.769000', '103751.772000', '103751.775000', '103751.778000', '103751.783000', '103751.787000', '103751.790000', '103751.792000', '103751.795000', '103751.798000', '103751.801000', '103811.679000', '103811.682000', '103811.685000', '103811.687000', '103811.690000', '103811.693000', '103811.696000', '103811.699000', '103811.702000', '103811.704000', '103811.707000', '103811.710000', '103811.713000', '103811.716000', '103811.719000', '103811.721000', '103811.724000', '103811.727000', '103811.730000', '103811.733000', '103811.735000', '103811.738000', '103811.741000', '103811.744000', '103811.747000', '103811.750000', '103811.753000', '103811.755000', '103811.758000', '103811.761000', '103811.764000', '103811.767000', '103811.770000', '103811.772000', '103811.775000', '103811.778000', '103811.781000', '103811.784000', '103811.786000', '103811.789000', '103811.792000', '103811.795000', '103811.798000', '103811.801000', '103831.678000', '103831.681000', '103831.684000', '103831.687000', '103831.690000', '103831.692000', '103831.695000', '103831.698000', '103831.701000', '103831.704000', '103831.706000', '103831.709000', '103831.712000', '103831.715000', '103831.718000', '103831.721000', '103831.724000', '103831.726000', '103831.729000', '103831.732000', '103831.736000', '103831.739000', '103831.741000', '103831.744000', '103831.747000', '103831.750000', '103831.753000', '103831.756000', '103831.759000', '103831.761000', '103831.764000', '103831.767000', '103831.770000', '103831.773000', '103831.775000', '103831.778000', '103831.781000', '103831.784000', '103831.787000', '103831.791000', '103831.796000', '103831.798000', '103831.801000', '103851.678000', '103851.681000', '103851.684000', '103851.687000', '103851.689000', '103851.692000', '103851.695000', '103851.698000', '103851.701000', '103851.704000', '103851.706000', '103851.709000', '103851.712000', '103851.715000', '103851.718000', '103851.721000', '103851.723000', '103851.726000', '103851.729000', '103851.732000', '103851.735000', '103851.738000', '103851.740000', '103851.743000', '103851.746000', '103851.749000', '103851.752000', '103851.755000', '103851.757000', '103851.760000', '103851.763000', '103851.766000', '103851.768000', '103851.771000', '103851.774000', '103851.777000', '103851.780000', '103851.783000', '103851.785000', '103851.802000', '103851.804000', '103851.807000', '103851.810000', '103851.813000', '103911.678000', '103911.681000', '103911.683000', '103911.686000', '103911.689000', '103911.692000', '103911.695000', '103911.698000', '103911.701000', '103911.703000', '103911.706000', '103911.709000', '103911.712000', '103911.715000', '103911.718000', '103911.721000', '103911.723000', '103911.726000', '103911.729000', '103911.732000', '103911.735000', '103911.738000', '103911.740000', '103911.743000', '103911.746000', '103911.749000', '103911.752000', '103911.754000', '103911.757000', '103911.760000', '103911.763000', '103911.766000', '103911.768000', '103911.771000', '103911.774000', '103911.777000', '103911.780000', '103911.782000', '103911.785000', '103911.788000', '103911.791000', '103911.794000', '103911.797000', '103931.678000', '103931.681000', '103931.683000', '103931.686000', '103931.689000', '103931.692000', '103931.695000', '103931.698000', '103931.701000', '103931.703000', '103931.706000', '103931.709000', '103931.712000', '103931.715000', '103931.718000', '103931.720000', '103931.723000', '103931.726000', '103931.729000', '103931.732000', '103931.735000', '103931.737000', '103931.740000', '103931.743000', '103931.746000', '103931.749000', '103931.752000', '103931.754000', '103931.757000', '103931.760000', '103931.763000', '103931.766000', '103931.769000', '103931.771000', '103931.774000', '103931.777000', '103931.780000', '103931.783000', '103931.785000', '103931.788000', '103931.791000', '103931.794000', '103931.797000', '103931.799000', '103951.679000', '103951.682000', '103951.685000', '103951.687000', '103951.690000', '103951.693000', '103951.696000', '103951.699000', '103951.702000', '103951.705000', '103951.708000', '103951.710000', '103951.713000', '103951.716000', '103951.719000', '103951.722000', '103951.724000', '103951.727000', '103951.730000', '103951.733000', '103951.736000', '103951.739000', '103951.742000', '103951.744000', '103951.747000', '103951.750000', '103951.753000', '103951.756000', '103951.758000', '103951.761000', '103951.764000', '103951.767000', '103951.770000', '103951.774000', '103951.777000', '103951.780000', '103951.783000', '103951.785000', '103951.788000', '103951.791000', '103951.794000', '103951.797000', '103951.800000', '104011.679000', '104011.682000', '104011.684000', '104011.692000', '104011.694000', '104011.697000', '104011.700000', '104011.703000', '104011.706000', '104011.709000', '104011.711000', '104011.714000', '104011.717000', '104011.720000', '104011.723000', '104011.726000', '104011.728000', '104011.731000', '104011.734000', '104011.737000', '104011.740000', '104011.743000', '104011.746000', '104011.748000', '104011.751000', '104011.754000', '104011.757000', '104011.760000', '104011.763000', '104011.765000', '104011.768000', '104011.771000', '104011.774000', '104011.777000', '104011.780000', '104011.782000', '104011.785000', '104011.788000', '104011.791000', '104011.794000', '104011.796000', '104011.799000', '104011.802000', '104011.805000', '104031.679000', '104031.682000', '104031.685000', '104031.687000', '104031.690000', '104031.693000', '104031.696000', '104031.699000', '104031.702000', '104031.705000', '104031.707000', '104031.710000', '104031.713000', '104031.716000', '104031.719000', '104031.722000', '104031.724000', '104031.727000', '104031.730000', '104031.733000', '104031.752000', '104031.755000', '104031.758000', '104031.761000', '104031.763000', '104031.766000', '104031.769000', '104031.772000', '104031.775000', '104031.778000', '104031.781000', '104031.783000', '104031.786000', '104031.789000', '104031.792000', '104031.795000', '104031.797000', '104031.800000', '104031.803000', '104031.806000', '104031.809000', '104031.812000', '104031.814000', '104051.678000', '104051.681000', '104051.684000', '104051.687000', '104051.689000', '104051.692000', '104051.695000', '104051.698000', '104051.701000', '104051.704000', '104051.707000', '104051.710000', '104051.712000', '104051.715000', '104051.718000', '104051.721000', '104051.724000', '104051.726000', '104051.729000', '104051.732000', '104051.735000', '104051.738000', '104051.741000', '104051.744000', '104051.746000', '104051.749000', '104051.752000', '104051.755000', '104051.758000', '104051.761000', '104051.763000', '104051.766000', '104051.769000', '104051.772000', '104051.775000', '104051.778000', '104051.781000', '104051.783000', '104051.786000', '104051.789000', '104051.792000', '104051.795000', '104051.798000', '104051.800000', '104111.678000', '104111.681000', '104111.684000', '104111.687000', '104111.690000', '104111.692000', '104111.695000', '104111.698000', '104111.701000', '104111.704000', '104111.706000', '104111.709000', '104111.712000', '104111.715000', '104111.718000', '104111.721000', '104111.724000', '104111.726000', '104111.729000', '104111.732000', '104111.735000', '104111.738000', '104111.741000', '104111.743000', '104111.746000', '104111.749000', '104111.752000', '104111.755000', '104111.758000', '104111.761000', '104111.763000', '104111.766000', '104111.769000', '104111.772000', '104111.775000', '104111.778000', '104111.781000', '104111.783000', '104111.786000', '104111.789000', '104111.792000', '104111.795000', '104111.798000', '104131.678000', '104131.681000', '104131.684000', '104131.686000', '104131.689000', '104131.692000', '104131.695000', '104131.698000', '104131.701000', '104131.704000', '104131.706000', '104131.709000', '104131.712000', '104131.715000', '104131.718000', '104131.720000', '104131.723000', '104131.726000', '104131.729000', '104131.732000', '104131.735000', '104131.738000', '104131.740000', '104131.743000', '104131.746000', '104131.749000', '104131.752000', '104131.755000', '104131.757000', '104131.760000', '104131.763000', '104131.766000', '104131.769000', '104131.772000', '104131.776000', '104131.778000', '104131.781000', '104131.784000', '104131.787000', '104131.790000', '104131.793000', '104131.796000', '104131.798000', '104131.801000', '104151.678000', '104151.681000', '104151.684000', '104151.687000', '104151.689000', '104151.692000', '104151.695000', '104151.698000', '104151.701000', '104151.704000', '104151.706000', '104151.709000', '104151.712000', '104151.715000', '104151.718000', '104151.721000', '104151.723000', '104151.726000', '104151.729000', '104151.732000', '104151.735000', '104151.738000', '104151.740000', '104151.743000', '104151.746000', '104151.749000', '104151.752000', '104151.755000', '104151.757000', '104151.760000', '104151.763000', '104151.783000', '104151.786000', '104151.788000', '104151.791000', '104151.794000', '104151.797000', '104151.800000', '104151.803000', '104151.806000', '104151.808000', '104151.811000', '104151.814000', '104211.679000', '104211.682000', '104211.685000', '104211.687000', '104211.692000', '104211.695000', '104211.698000', '104211.701000', '104211.704000', '104211.706000', '104211.709000', '104211.712000', '104211.715000', '104211.718000', '104211.721000', '104211.723000', '104211.726000', '104211.729000', '104211.732000', '104211.735000', '104211.738000', '104211.740000', '104211.743000', '104211.746000', '104211.749000', '104211.752000', '104211.754000', '104211.757000', '104211.760000', '104211.763000', '104211.766000', '104211.769000', '104211.772000', '104211.774000', '104211.777000', '104211.780000', '104211.783000', '104211.786000', '104211.788000', '104211.791000', '104211.794000', '104211.797000', '104211.800000', '104211.802000', '104231.679000', '104231.682000', '104231.685000', '104231.688000', '104231.690000', '104231.693000', '104231.696000', '104231.699000', '104231.702000', '104231.705000', '104231.708000', '104231.710000', '104231.713000', '104231.716000', '104231.719000', '104231.722000', '104231.725000', '104231.728000', '104231.730000', '104231.733000', '104231.736000', '104231.739000', '104231.742000', '104231.744000', '104231.747000', '104231.750000', '104231.753000', '104231.756000', '104231.758000', '104231.761000', '104231.764000', '104231.767000', '104231.770000', '104231.772000', '104231.775000', '104231.778000', '104231.781000', '104231.784000', '104231.787000', '104231.789000', '104231.792000', '104231.795000', '104231.798000', '104251.679000', '104251.683000', '104251.686000', '104251.689000', '104251.692000', '104251.695000', '104251.698000', '104251.701000', '104251.703000', '104251.706000', '104251.709000', '104251.712000', '104251.715000', '104251.718000', '104251.720000', '104251.723000', '104251.726000', '104251.729000', '104251.732000', '104251.735000', '104251.738000', '104251.740000', '104251.743000', '104251.746000', '104251.749000', '104251.751000', '104251.754000', '104251.757000', '104251.760000', '104251.763000', '104251.766000', '104251.769000', '104251.771000', '104251.774000', '104251.777000', '104251.780000', '104251.783000', '104251.785000', '104251.788000', '104251.791000', '104251.794000', '104251.797000', '104251.799000', '104254.507000', '104254.512000', '104254.515000', '104254.518000', '104254.533000', '104254.536000', '104254.540000'], 'InstanceCreationTime': ['103631.711000', '103631.722000', '103631.725000', '103631.728000', '103631.734000', '103631.737000', '103631.740000', '103631.743000', '103631.746000', '103631.749000', '103631.751000', '103631.754000', '103631.757000', '103631.760000', '103631.763000', '103631.769000', '103631.772000', '103631.775000', '103631.778000', '103631.780000', '103631.783000', '103631.786000', '103631.789000', '103631.792000', '103631.794000', '103631.797000', '103631.800000', '103631.803000', '103631.806000', '103631.808000', '103631.811000', '103631.814000', '103631.817000', '103631.820000', '103631.822000', '103631.825000', '103631.828000', '103631.831000', '103631.834000', '103651.678000', '103651.681000', '103651.684000', '103651.687000', '103651.689000', '103651.692000', '103651.695000', '103651.698000', '103651.701000', '103651.703000', '103651.706000', '103651.709000', '103651.712000', '103651.715000', '103651.717000', '103651.720000', '103651.723000', '103651.726000', '103651.729000', '103651.731000', '103651.734000', '103651.737000', '103651.740000', '103651.742000', '103651.745000', '103651.748000', '103651.751000', '103651.754000', '103651.756000', '103651.759000', '103651.762000', '103651.765000', '103651.768000', '103651.771000', '103651.773000', '103651.776000', '103651.779000', '103651.782000', '103651.784000', '103651.787000', '103651.790000', '103651.793000', '103651.796000', '103651.798000', '103711.678000', '103711.681000', '103711.684000', '103711.687000', '103711.689000', '103711.693000', '103711.696000', '103711.699000', '103711.702000', '103711.705000', '103711.707000', '103711.710000', '103711.713000', '103711.716000', '103711.719000', '103711.722000', '103711.724000', '103711.727000', '103711.730000', '103711.733000', '103711.736000', '103711.738000', '103711.741000', '103711.744000', '103711.747000', '103711.750000', '103711.753000', '103711.756000', '103711.759000', '103711.762000', '103711.764000', '103711.767000', '103711.770000', '103711.773000', '103711.776000', '103711.779000', '103711.782000', '103711.784000', '103711.787000', '103711.790000', '103711.793000', '103711.796000', '103711.799000', '103731.691000', '103731.694000', '103731.697000', '103731.705000', '103731.707000', '103731.710000', '103731.713000', '103731.716000', '103731.719000', '103731.721000', '103731.724000', '103731.727000', '103731.730000', '103731.733000', '103731.735000', '103731.738000', '103731.741000', '103731.744000', '103731.747000', '103731.750000', '103731.752000', '103731.755000', '103731.758000', '103731.761000', '103731.764000', '103731.766000', '103731.769000', '103731.772000', '103731.775000', '103731.778000', '103731.781000', '103731.783000', '103731.786000', '103731.789000', '103731.792000', '103731.795000', '103731.797000', '103731.800000', '103731.803000', '103731.806000', '103731.809000', '103731.812000', '103731.814000', '103731.817000', '103751.679000', '103751.682000', '103751.685000', '103751.688000', '103751.690000', '103751.693000', '103751.696000', '103751.699000', '103751.702000', '103751.704000', '103751.707000', '103751.710000', '103751.713000', '103751.716000', '103751.719000', '103751.721000', '103751.724000', '103751.727000', '103751.730000', '103751.733000', '103751.735000', '103751.738000', '103751.741000', '103751.744000', '103751.747000', '103751.750000', '103751.752000', '103751.755000', '103751.758000', '103751.761000', '103751.764000', '103751.767000', '103751.769000', '103751.772000', '103751.775000', '103751.778000', '103751.783000', '103751.787000', '103751.790000', '103751.792000', '103751.795000', '103751.798000', '103751.801000', '103811.679000', '103811.682000', '103811.685000', '103811.687000', '103811.690000', '103811.693000', '103811.696000', '103811.699000', '103811.702000', '103811.704000', '103811.707000', '103811.710000', '103811.713000', '103811.716000', '103811.719000', '103811.721000', '103811.724000', '103811.727000', '103811.730000', '103811.733000', '103811.735000', '103811.738000', '103811.741000', '103811.744000', '103811.747000', '103811.750000', '103811.753000', '103811.755000', '103811.758000', '103811.761000', '103811.764000', '103811.767000', '103811.770000', '103811.772000', '103811.775000', '103811.778000', '103811.781000', '103811.784000', '103811.786000', '103811.789000', '103811.792000', '103811.795000', '103811.798000', '103811.801000', '103831.678000', '103831.681000', '103831.684000', '103831.687000', '103831.690000', '103831.692000', '103831.695000', '103831.698000', '103831.701000', '103831.704000', '103831.706000', '103831.709000', '103831.712000', '103831.715000', '103831.718000', '103831.721000', '103831.724000', '103831.726000', '103831.729000', '103831.732000', '103831.736000', '103831.739000', '103831.741000', '103831.744000', '103831.747000', '103831.750000', '103831.753000', '103831.756000', '103831.759000', '103831.761000', '103831.764000', '103831.767000', '103831.770000', '103831.773000', '103831.775000', '103831.778000', '103831.781000', '103831.784000', '103831.787000', '103831.791000', '103831.796000', '103831.798000', '103831.801000', '103851.678000', '103851.681000', '103851.684000', '103851.687000', '103851.689000', '103851.692000', '103851.695000', '103851.698000', '103851.701000', '103851.704000', '103851.706000', '103851.709000', '103851.712000', '103851.715000', '103851.718000', '103851.721000', '103851.723000', '103851.726000', '103851.729000', '103851.732000', '103851.735000', '103851.738000', '103851.740000', '103851.743000', '103851.746000', '103851.749000', '103851.752000', '103851.755000', '103851.757000', '103851.760000', '103851.763000', '103851.766000', '103851.768000', '103851.771000', '103851.774000', '103851.777000', '103851.780000', '103851.783000', '103851.785000', '103851.802000', '103851.804000', '103851.807000', '103851.810000', '103851.813000', '103911.678000', '103911.681000', '103911.683000', '103911.686000', '103911.689000', '103911.692000', '103911.695000', '103911.698000', '103911.701000', '103911.703000', '103911.706000', '103911.709000', '103911.712000', '103911.715000', '103911.718000', '103911.721000', '103911.723000', '103911.726000', '103911.729000', '103911.732000', '103911.735000', '103911.738000', '103911.740000', '103911.743000', '103911.746000', '103911.749000', '103911.752000', '103911.754000', '103911.757000', '103911.760000', '103911.763000', '103911.766000', '103911.768000', '103911.771000', '103911.774000', '103911.777000', '103911.780000', '103911.782000', '103911.785000', '103911.788000', '103911.791000', '103911.794000', '103911.797000', '103931.678000', '103931.681000', '103931.683000', '103931.686000', '103931.689000', '103931.692000', '103931.695000', '103931.698000', '103931.701000', '103931.703000', '103931.706000', '103931.709000', '103931.712000', '103931.715000', '103931.718000', '103931.720000', '103931.723000', '103931.726000', '103931.729000', '103931.732000', '103931.735000', '103931.737000', '103931.740000', '103931.743000', '103931.746000', '103931.749000', '103931.752000', '103931.754000', '103931.757000', '103931.760000', '103931.763000', '103931.766000', '103931.769000', '103931.771000', '103931.774000', '103931.777000', '103931.780000', '103931.783000', '103931.785000', '103931.788000', '103931.791000', '103931.794000', '103931.797000', '103931.799000', '103951.679000', '103951.682000', '103951.685000', '103951.687000', '103951.690000', '103951.693000', '103951.696000', '103951.699000', '103951.702000', '103951.705000', '103951.708000', '103951.710000', '103951.713000', '103951.716000', '103951.719000', '103951.722000', '103951.724000', '103951.727000', '103951.730000', '103951.733000', '103951.736000', '103951.739000', '103951.742000', '103951.744000', '103951.747000', '103951.750000', '103951.753000', '103951.756000', '103951.758000', '103951.761000', '103951.764000', '103951.767000', '103951.770000', '103951.774000', '103951.777000', '103951.780000', '103951.783000', '103951.785000', '103951.788000', '103951.791000', '103951.794000', '103951.797000', '103951.800000', '104011.679000', '104011.682000', '104011.684000', '104011.692000', '104011.694000', '104011.697000', '104011.700000', '104011.703000', '104011.706000', '104011.709000', '104011.711000', '104011.714000', '104011.717000', '104011.720000', '104011.723000', '104011.726000', '104011.728000', '104011.731000', '104011.734000', '104011.737000', '104011.740000', '104011.743000', '104011.746000', '104011.748000', '104011.751000', '104011.754000', '104011.757000', '104011.760000', '104011.763000', '104011.765000', '104011.768000', '104011.771000', '104011.774000', '104011.777000', '104011.780000', '104011.782000', '104011.785000', '104011.788000', '104011.791000', '104011.794000', '104011.796000', '104011.799000', '104011.802000', '104011.805000', '104031.679000', '104031.682000', '104031.685000', '104031.687000', '104031.690000', '104031.693000', '104031.696000', '104031.699000', '104031.702000', '104031.705000', '104031.707000', '104031.710000', '104031.713000', '104031.716000', '104031.719000', '104031.722000', '104031.724000', '104031.727000', '104031.730000', '104031.733000', '104031.752000', '104031.755000', '104031.758000', '104031.761000', '104031.763000', '104031.766000', '104031.769000', '104031.772000', '104031.775000', '104031.778000', '104031.781000', '104031.783000', '104031.786000', '104031.789000', '104031.792000', '104031.795000', '104031.797000', '104031.800000', '104031.803000', '104031.806000', '104031.809000', '104031.812000', '104031.814000', '104051.678000', '104051.681000', '104051.684000', '104051.687000', '104051.689000', '104051.692000', '104051.695000', '104051.698000', '104051.701000', '104051.704000', '104051.707000', '104051.710000', '104051.712000', '104051.715000', '104051.718000', '104051.721000', '104051.724000', '104051.726000', '104051.729000', '104051.732000', '104051.735000', '104051.738000', '104051.741000', '104051.744000', '104051.746000', '104051.749000', '104051.752000', '104051.755000', '104051.758000', '104051.761000', '104051.763000', '104051.766000', '104051.769000', '104051.772000', '104051.775000', '104051.778000', '104051.781000', '104051.783000', '104051.786000', '104051.789000', '104051.792000', '104051.795000', '104051.798000', '104051.800000', '104111.678000', '104111.681000', '104111.684000', '104111.687000', '104111.690000', '104111.692000', '104111.695000', '104111.698000', '104111.701000', '104111.704000', '104111.706000', '104111.709000', '104111.712000', '104111.715000', '104111.718000', '104111.721000', '104111.724000', '104111.726000', '104111.729000', '104111.732000', '104111.735000', '104111.738000', '104111.741000', '104111.743000', '104111.746000', '104111.749000', '104111.752000', '104111.755000', '104111.758000', '104111.761000', '104111.763000', '104111.766000', '104111.769000', '104111.772000', '104111.775000', '104111.778000', '104111.781000', '104111.783000', '104111.786000', '104111.789000', '104111.792000', '104111.795000', '104111.798000', '104131.678000', '104131.681000', '104131.684000', '104131.686000', '104131.689000', '104131.692000', '104131.695000', '104131.698000', '104131.701000', '104131.704000', '104131.706000', '104131.709000', '104131.712000', '104131.715000', '104131.718000', '104131.720000', '104131.723000', '104131.726000', '104131.729000', '104131.732000', '104131.735000', '104131.738000', '104131.740000', '104131.743000', '104131.746000', '104131.749000', '104131.752000', '104131.755000', '104131.757000', '104131.760000', '104131.763000', '104131.766000', '104131.769000', '104131.772000', '104131.776000', '104131.778000', '104131.781000', '104131.784000', '104131.787000', '104131.790000', '104131.793000', '104131.796000', '104131.798000', '104131.801000', '104151.678000', '104151.681000', '104151.684000', '104151.687000', '104151.689000', '104151.692000', '104151.695000', '104151.698000', '104151.701000', '104151.704000', '104151.706000', '104151.709000', '104151.712000', '104151.715000', '104151.718000', '104151.721000', '104151.723000', '104151.726000', '104151.729000', '104151.732000', '104151.735000', '104151.738000', '104151.740000', '104151.743000', '104151.746000', '104151.749000', '104151.752000', '104151.755000', '104151.757000', '104151.760000', '104151.763000', '104151.783000', '104151.786000', '104151.788000', '104151.791000', '104151.794000', '104151.797000', '104151.800000', '104151.803000', '104151.806000', '104151.808000', '104151.811000', '104151.814000', '104211.679000', '104211.682000', '104211.685000', '104211.687000', '104211.692000', '104211.695000', '104211.698000', '104211.701000', '104211.704000', '104211.706000', '104211.709000', '104211.712000', '104211.715000', '104211.718000', '104211.721000', '104211.723000', '104211.726000', '104211.729000', '104211.732000', '104211.735000', '104211.738000', '104211.740000', '104211.743000', '104211.746000', '104211.749000', '104211.752000', '104211.754000', '104211.757000', '104211.760000', '104211.763000', '104211.766000', '104211.769000', '104211.772000', '104211.774000', '104211.777000', '104211.780000', '104211.783000', '104211.786000', '104211.788000', '104211.791000', '104211.794000', '104211.797000', '104211.800000', '104211.802000', '104231.679000', '104231.682000', '104231.685000', '104231.688000', '104231.690000', '104231.693000', '104231.696000', '104231.699000', '104231.702000', '104231.705000', '104231.708000', '104231.710000', '104231.713000', '104231.716000', '104231.719000', '104231.722000', '104231.725000', '104231.728000', '104231.730000', '104231.733000', '104231.736000', '104231.739000', '104231.742000', '104231.744000', '104231.747000', '104231.750000', '104231.753000', '104231.756000', '104231.758000', '104231.761000', '104231.764000', '104231.767000', '104231.770000', '104231.772000', '104231.775000', '104231.778000', '104231.781000', '104231.784000', '104231.787000', '104231.789000', '104231.792000', '104231.795000', '104231.798000', '104251.679000', '104251.683000', '104251.686000', '104251.689000', '104251.692000', '104251.695000', '104251.698000', '104251.701000', '104251.703000', '104251.706000', '104251.709000', '104251.712000', '104251.715000', '104251.718000', '104251.720000', '104251.723000', '104251.726000', '104251.729000', '104251.732000', '104251.735000', '104251.738000', '104251.740000', '104251.743000', '104251.746000', '104251.749000', '104251.751000', '104251.754000', '104251.757000', '104251.760000', '104251.763000', '104251.766000', '104251.769000', '104251.771000', '104251.774000', '104251.777000', '104251.780000', '104251.783000', '104251.785000', '104251.788000', '104251.791000', '104251.794000', '104251.797000', '104251.799000', '104254.507000', '104254.512000', '104254.515000', '104254.518000', '104254.533000', '104254.536000', '104254.540000'], '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': [8609, 12071, 8851, 11741, 10196, 11449, 8528, 8318, 11300, 9143, 12352, 8492, 12564, 8212, 11660, 11091, 10539, 13098, 8918, 11988, 8332, 11748, 13269, 11425, 14035, 9893, 13094, 8505, 11402, 8088, 12563, 9024, 10678, 12321, 8716, 11722, 8534, 11007, 11659, 10475, 11998, 9938, 13591, 10253, 12627, 9898, 13447, 10133, 14101, 10713, 14455, 9399, 13286, 11015, 10080, 12517, 8859, 11920, 7957, 10480, 12130, 9401, 11297, 8097, 10436, 9309, 9369, 12263, 10257, 11727, 9546, 7670, 7753, 9013, 8485, 11928, 8201, 11060, 8968, 10451, 13049, 8948, 12036, 10087, 10161, 13164, 8801, 11837, 12361, 10593, 12376, 8377, 12115, 8475, 10377, 13199, 9796, 13210, 9327, 9927, 8270, 8761, 10721, 9924, 12403, 9690, 12890, 9452, 12413, 9748, 13317, 9438, 12772, 8897, 11099, 13438, 10013, 12408, 8434, 11604, 11493, 8840, 12674, 16387, 15828, 9404, 8608, 7948, 10805, 9095, 11737, 8309, 11287, 8813, 11956, 8647, 13268, 12697, 11120, 8646, 10039, 9434, 10022, 12208, 9233, 11496, 8367, 10698, 12536, 10103, 12262, 8513, 11120, 9366, 10463, 13312, 9609, 11314, 8434, 9991, 9687, 9418, 11579, 9523, 12946, 9669, 11307, 8096, 11076, 8053, 11008, 8291, 11430, 8389, 11047, 8472, 11129, 7866, 12286, 8726, 11851, 12274, 10083, 13767, 9216, 12476, 9789, 10184, 13211, 10247, 13441, 10451, 13790, 10207, 14193, 11469, 10978, 9242, 9130, 10119, 11521, 11775, 14452, 10982, 13484, 8864, 12048, 12332, 10369, 13036, 9063, 12090, 10807, 10605, 12098, 8309, 11194, 12050, 10142, 11837, 8040, 9355, 9369, 8781, 11041, 8654, 9751, 8214, 10537, 8128, 10809, 8140, 10957, 8787, 10506, 12889, 9099, 11706, 9080, 11528, 10324, 11030, 10905, 9024, 12158, 8428, 11967, 9365, 10732, 11303, 10424, 8295, 10459, 9315, 11674, 10490, 12648, 8653, 12090, 9475, 12055, 12515, 12082, 14296, 12129, 14166, 11287, 10969, 11075, 12290, 10090, 13205, 10097, 13311, 13741, 14709, 12079, 10233, 12625, 9339, 12443, 9192, 12108, 10207, 14420, 13030, 15873, 13800, 14132, 9085, 11681, 9152, 11486, 14505, 10948, 12173, 8625, 11304, 11492, 10455, 11635, 8827, 12905, 12626, 10497, 8506, 9953, 9846, 9267, 12636, 8674, 11987, 8538, 11772, 8073, 11320, 9370, 10207, 13038, 10863, 12170, 8451, 10358, 8419, 11237, 8706, 11599, 9418, 12181, 11590, 11873, 10116, 12213, 8507, 11504, 9074, 12120, 9320, 12532, 12409, 11320, 13789, 10538, 12211, 9428, 11890, 9586, 11649, 13639, 10992, 12180, 8782, 11393, 9781, 10751, 11953, 9956, 12566, 8831, 11301, 8180, 10645, 12105, 10011, 11415, 8586, 10697, 12184, 10078, 11136, 8157, 10831, 12215, 10351, 11134, 8341, 10635, 11998, 10085, 11388, 8289, 10744, 11992, 10071, 11173, 8264, 10812, 11710, 9672, 12070, 9739, 10684, 8556, 10296, 8257, 9172, 9934, 8661, 11372, 8759, 11256, 8709, 11071, 13445, 10922, 12858, 10213, 12480, 10516, 11720, 13541, 10656, 13013, 10145, 10494, 8213, 13679, 11266, 13517, 11369, 12561, 8118, 10932, 7787, 13043, 8964, 13094, 11195, 10787, 14434, 9098, 12207, 13670, 10063, 13231, 9312, 11221, 14525, 10362, 13765, 13336, 10623, 14660, 10204, 13738, 8815, 11258, 8144, 10395, 8117, 11981, 8603, 12591, 8626, 11618, 8512, 11290, 8550, 11322, 10171, 10916, 10038, 9659, 10873, 9965, 13371, 9480, 12575, 8124, 11883, 9093, 12340, 9587, 12539, 9240, 12179, 9174, 13962, 10249, 14740, 11412, 12695, 10729, 14477, 13080, 11969, 15060, 11642, 13926, 12683, 11995, 14135, 10321, 12937, 14112, 11108, 12789, 9249, 11614, 12854, 10131, 11613, 9720, 10690, 11866, 9495, 12192, 9480, 10262, 11084, 10816, 11065, 9202, 12481, 9885, 10080, 9502, 10043, 11455, 14179, 10897, 12808, 8861, 10860, 13451, 9564, 12173, 8503, 13318, 9252, 10908, 13891, 9502, 13644, 10118, 15215, 12814, 10671, 8814, 12154, 8959, 11787, 9944, 10308, 13610, 9609, 13374, 9015, 13214, 9917, 12279, 10092, 13022, 10123, 14049, 9996, 13863, 12094, 9427, 10964, 14555, 10741, 11925, 14074, 10925, 13270, 9818, 11674, 14237, 9895, 10662, 8478, 10643, 11345, 11228, 13105, 9396, 11417, 8513, 11484, 8901, 11472, 9470, 12867, 10218, 11832, 8467, 12282, 8249, 12016, 11877, 10392, 12963, 8587, 10679, 10286, 10100, 12545, 9532, 12066, 8813, 11629, 8648, 10944, 11972, 10219, 12987, 8998, 12456, 8806, 13035, 8621, 12069, 8730, 11627, 8091, 10945, 8937, 9314, 10553, 9202, 11818, 10174, 12576, 11015, 14791, 12045, 11587, 13901, 11543, 15696, 16722, 13859, 16139, 12335, 14114, 11339, 13229, 9802, 11789, 12465, 11378, 13911, 10332, 12818, 10231, 11327, 12715, 9936, 10997, 8732, 9993, 12348, 9762, 11216, 8553, 11610, 8446, 11831, 9075, 9822, 10575, 8372, 11068, 8315, 13061, 8918, 13131, 9049, 13318, 9081, 12751, 13526, 11097, 14359, 9139, 13530, 9178, 13722, 13717, 12499, 13201, 12365, 15355, 11142, 14032, 9850, 12020, 9979, 10664, 14038, 9599, 12427, 8445, 11139, 11561, 9902, 12713, 8978, 12051, 8099, 12329, 8146, 14034, 10128, 13840, 8637, 12113, 8444, 12522, 8685, 11386, 8658, 9818, 12853, 9528, 13500, 8969, 12202, 12992, 10074, 13643, 9079, 12328, 11426, 10951, 14695, 10664, 14078, 9637, 13197, 8429, 12284, 9674, 11407, 12227, 10157, 13067, 9043, 12808, 8412, 13195, 9057, 13033, 8916, 12876, 8626, 10346, 10600, 9852, 11349, 10229, 10858, 10204, 11872, 11676, 11352, 13032, 15081, 12855, 13848, 11646, 14683, 10650, 15026, 15428, 11163, 13373, 10310, 11411, 13755, 9551, 12179, 9413, 10355, 13537, 8751, 11626, 11871, 9465, 12130, 8504, 10720, 8284, 9881, 8319, 9995, 8003, 10539, 8502, 11287, 10640, 11559, 13549, 10546, 12981, 9636, 12597, 10212, 12069, 13361, 11983, 13705, 9978, 14727, 10797, 13494, 8295, 12216, 8533, 11595, 8702, 12256, 11001, 11416, 13965, 10309, 13730, 9250, 13023, 9411, 12344, 9090, 11497, 8965, 12412, 9808, 13155, 10268, 13012, 10900, 12459, 12734, 12319, 14325, 10898, 14096, 9658, 13301, 9204, 12238, 8764, 12296, 9487, 12420, 9017, 12113, 9725, 11532, 11137, 9769, 11175, 10887, 12097, 9572, 11437, 14169, 14096, 12165, 15561, 11119, 14468, 13668, 12384, 16157, 11767, 14842, 11638, 12108, 15812, 11648, 13581], 'WindowCenter': [4724.0, 4746.0, 4683.0, 4722.0, 4688.0, 4710.0, 4652.0, 4656.0, 4682.0, 4666.0, 4703.0, 4654.0, 4704.0, 4653.0, 4696.0, 4683.0, 4684.0, 4701.0, 4652.0, 4682.0, 4641.0, 4695.0, 4703.0, 4707.0, 4714.0, 4687.0, 4716.0, 4667.0, 4691.0, 4655.0, 4713.0, 4666.0, 4686.0, 4704.0, 4667.0, 4733.0, 4681.0, 4698.0, 4696.0, 4699.0, 4695.0, 4679.0, 4704.0, 4676.0, 4684.0, 4665.0, 4690.0, 4663.0, 4690.0, 4657.0, 4687.0, 4627.0, 4665.0, 4632.0, 4632.0, 4649.0, 4610.0, 4653.0, 4593.0, 4643.0, 4649.0, 4623.0, 4643.0, 4603.0, 4643.0, 4634.0, 4637.0, 4691.0, 4672.0, 4690.0, 4671.0, 4631.0, 4643.0, 4650.0, 4666.0, 4692.0, 4655.0, 4697.0, 4665.0, 4699.0, 4715.0, 4667.0, 4704.0, 4674.0, 4672.0, 4690.0, 4642.0, 4708.0, 4705.0, 4695.0, 4702.0, 4630.0, 4680.0, 4629.0, 4658.0, 4688.0, 4661.0, 4701.0, 4663.0, 4686.0, 4653.0, 4657.0, 4684.0, 4677.0, 4694.0, 4680.0, 4705.0, 4668.0, 4693.0, 4666.0, 4704.0, 4656.0, 4692.0, 4641.0, 4671.0, 4690.0, 4651.0, 4689.0, 4630.0, 4681.0, 4684.0, 4666.0, 4703.0, 4737.0, 4725.0, 4665.0, 4651.0, 4641.0, 4696.0, 4667.0, 4696.0, 4657.0, 4696.0, 4670.0, 4708.0, 4668.0, 4743.0, 4733.0, 4699.0, 4655.0, 4674.0, 4654.0, 4674.0, 4695.0, 4665.0, 4685.0, 4646.0, 4686.0, 4692.0, 4672.0, 4680.0, 4643.0, 4682.0, 4651.0, 4671.0, 4690.0, 4652.0, 4681.0, 4642.0, 4700.0, 4665.0, 4677.0, 4681.0, 4663.0, 4706.0, 4677.0, 4683.0, 4646.0, 4696.0, 4660.0, 4710.0, 4683.0, 4721.0, 4670.0, 4695.0, 4672.0, 4722.0, 4669.0, 4718.0, 4670.0, 4722.0, 4708.0, 4688.0, 4716.0, 4668.0, 4743.0, 4688.0, 4698.0, 4731.0, 4699.0, 4716.0, 4687.0, 4715.0, 4687.0, 4716.0, 4697.0, 4712.0, 4695.0, 4678.0, 4700.0, 4708.0, 4710.0, 4716.0, 4685.0, 4693.0, 4641.0, 4683.0, 4678.0, 4661.0, 4689.0, 4639.0, 4678.0, 4658.0, 4658.0, 4665.0, 4617.0, 4669.0, 4666.0, 4659.0, 4675.0, 4645.0, 4676.0, 4664.0, 4665.0, 4680.0, 4654.0, 4674.0, 4668.0, 4686.0, 4658.0, 4701.0, 4657.0, 4700.0, 4669.0, 4700.0, 4705.0, 4669.0, 4696.0, 4667.0, 4710.0, 4687.0, 4726.0, 4701.0, 4681.0, 4707.0, 4671.0, 4722.0, 4704.0, 4714.0, 4712.0, 4702.0, 4672.0, 4702.0, 4691.0, 4725.0, 4727.0, 4759.0, 4698.0, 4735.0, 4693.0, 4734.0, 4734.0, 4736.0, 4755.0, 4749.0, 4753.0, 4724.0, 4711.0, 4725.0, 4706.0, 4687.0, 4714.0, 4687.0, 4730.0, 4728.0, 4741.0, 4706.0, 4684.0, 4716.0, 4667.0, 4694.0, 4640.0, 4684.0, 4661.0, 4703.0, 4694.0, 4717.0, 4704.0, 4677.0, 4614.0, 4640.0, 4607.0, 4641.0, 4658.0, 4630.0, 4641.0, 4598.0, 4640.0, 4626.0, 4630.0, 4665.0, 4636.0, 4665.0, 4651.0, 4630.0, 4598.0, 4646.0, 4634.0, 4623.0, 4648.0, 4613.0, 4653.0, 4631.0, 4667.0, 4619.0, 4668.0, 4637.0, 4660.0, 4675.0, 4659.0, 4680.0, 4645.0, 4672.0, 4631.0, 4684.0, 4642.0, 4685.0, 4652.0, 4683.0, 4683.0, 4683.0, 4665.0, 4682.0, 4643.0, 4684.0, 4655.0, 4697.0, 4669.0, 4709.0, 4693.0, 4684.0, 4694.0, 4662.0, 4679.0, 4638.0, 4671.0, 4638.0, 4670.0, 4677.0, 4659.0, 4667.0, 4629.0, 4682.0, 4663.0, 4672.0, 4668.0, 4650.0, 4682.0, 4653.0, 4671.0, 4618.0, 4658.0, 4668.0, 4649.0, 4669.0, 4628.0, 4659.0, 4668.0, 4647.0, 4658.0, 4616.0, 4668.0, 4668.0, 4659.0, 4671.0, 4630.0, 4672.0, 4679.0, 4673.0, 4682.0, 4642.0, 4684.0, 4683.0, 4663.0, 4683.0, 4644.0, 4683.0, 4694.0, 4691.0, 4732.0, 4688.0, 4699.0, 4669.0, 4699.0, 4680.0, 4690.0, 4689.0, 4694.0, 4721.0, 4683.0, 4723.0, 4687.0, 4737.0, 4745.0, 4727.0, 4733.0, 4691.0, 4721.0, 4703.0, 4723.0, 4730.0, 4701.0, 4734.0, 4716.0, 4717.0, 4685.0, 4747.0, 4722.0, 4745.0, 4727.0, 4739.0, 4675.0, 4711.0, 4663.0, 4729.0, 4669.0, 4719.0, 4699.0, 4699.0, 4729.0, 4656.0, 4699.0, 4690.0, 4663.0, 4690.0, 4636.0, 4670.0, 4701.0, 4675.0, 4705.0, 4679.0, 4661.0, 4685.0, 4657.0, 4664.0, 4612.0, 4641.0, 4604.0, 4644.0, 4617.0, 4666.0, 4642.0, 4678.0, 4630.0, 4682.0, 4643.0, 4681.0, 4628.0, 4658.0, 4661.0, 4659.0, 4638.0, 4637.0, 4660.0, 4660.0, 4701.0, 4663.0, 4690.0, 4631.0, 4704.0, 4678.0, 4720.0, 4680.0, 4706.0, 4677.0, 4717.0, 4694.0, 4744.0, 4705.0, 4731.0, 4725.0, 4722.0, 4704.0, 4735.0, 4711.0, 4687.0, 4707.0, 4674.0, 4694.0, 4668.0, 4657.0, 4668.0, 4634.0, 4667.0, 4664.0, 4644.0, 4653.0, 4613.0, 4644.0, 4654.0, 4635.0, 4641.0, 4625.0, 4649.0, 4668.0, 4662.0, 4682.0, 4652.0, 4661.0, 4671.0, 4674.0, 4688.0, 4668.0, 4697.0, 4678.0, 4677.0, 4680.0, 4678.0, 4711.0, 4729.0, 4705.0, 4734.0, 4671.0, 4689.0, 4697.0, 4694.0, 4709.0, 4673.0, 4720.0, 4665.0, 4701.0, 4719.0, 4668.0, 4704.0, 4677.0, 4739.0, 4723.0, 4687.0, 4656.0, 4697.0, 4670.0, 4697.0, 4665.0, 4687.0, 4707.0, 4676.0, 4721.0, 4680.0, 4731.0, 4700.0, 4719.0, 4699.0, 4732.0, 4699.0, 4738.0, 4702.0, 4733.0, 4699.0, 4657.0, 4687.0, 4701.0, 4664.0, 4673.0, 4680.0, 4651.0, 4668.0, 4635.0, 4659.0, 4677.0, 4662.0, 4659.0, 4627.0, 4660.0, 4667.0, 4671.0, 4677.0, 4638.0, 4656.0, 4639.0, 4679.0, 4656.0, 4693.0, 4680.0, 4718.0, 4700.0, 4706.0, 4658.0, 4696.0, 4647.0, 4708.0, 4696.0, 4677.0, 4719.0, 4686.0, 4714.0, 4698.0, 4700.0, 4717.0, 4677.0, 4708.0, 4678.0, 4709.0, 4658.0, 4698.0, 4708.0, 4690.0, 4717.0, 4679.0, 4732.0, 4705.0, 4743.0, 4695.0, 4732.0, 4683.0, 4712.0, 4672.0, 4709.0, 4692.0, 4694.0, 4728.0, 4732.0, 4762.0, 4741.0, 4760.0, 4752.0, 4793.0, 4766.0, 4737.0, 4756.0, 4726.0, 4756.0, 4754.0, 4733.0, 4740.0, 4698.0, 4717.0, 4688.0, 4693.0, 4652.0, 4678.0, 4681.0, 4685.0, 4692.0, 4661.0, 4691.0, 4661.0, 4682.0, 4690.0, 4663.0, 4697.0, 4654.0, 4674.0, 4692.0, 4673.0, 4694.0, 4681.0, 4724.0, 4698.0, 4735.0, 4698.0, 4706.0, 4716.0, 4696.0, 4740.0, 4700.0, 4747.0, 4696.0, 4744.0, 4698.0, 4759.0, 4710.0, 4749.0, 4746.0, 4727.0, 4743.0, 4692.0, 4731.0, 4682.0, 4735.0, 4729.0, 4722.0, 4720.0, 4721.0, 4727.0, 4699.0, 4717.0, 4676.0, 4705.0, 4675.0, 4686.0, 4715.0, 4677.0, 4707.0, 4657.0, 4709.0, 4710.0, 4691.0, 4716.0, 4692.0, 4730.0, 4670.0, 4731.0, 4673.0, 4753.0, 4713.0, 4752.0, 4696.0, 4734.0, 4683.0, 4730.0, 4686.0, 4722.0, 4682.0, 4716.0, 4733.0, 4714.0, 4756.0, 4696.0, 4736.0, 4744.0, 4704.0, 4742.0, 4691.0, 4732.0, 4712.0, 4714.0, 4741.0, 4704.0, 4739.0, 4687.0, 4729.0, 4659.0, 4718.0, 4676.0, 4707.0, 4705.0, 4687.0, 4716.0, 4681.0, 4742.0, 4685.0, 4742.0, 4692.0, 4743.0, 4695.0, 4732.0, 4693.0, 4727.0, 4739.0, 4728.0, 4750.0, 4740.0, 4751.0, 4742.0, 4751.0, 4750.0, 4740.0, 4762.0, 4759.0, 4737.0, 4737.0, 4718.0, 4733.0, 4680.0, 4719.0, 4703.0, 4663.0, 4681.0, 4636.0, 4658.0, 4664.0, 4627.0, 4668.0, 4627.0, 4646.0, 4676.0, 4627.0, 4684.0, 4682.0, 4650.0, 4681.0, 4645.0, 4686.0, 4645.0, 4672.0, 4645.0, 4677.0, 4648.0, 4699.0, 4671.0, 4711.0, 4701.0, 4713.0, 4731.0, 4703.0, 4720.0, 4691.0, 4713.0, 4693.0, 4722.0, 4720.0, 4724.0, 4740.0, 4705.0, 4752.0, 4714.0, 4732.0, 4674.0, 4732.0, 4683.0, 4727.0, 4696.0, 4745.0, 4715.0, 4736.0, 4743.0, 4715.0, 4745.0, 4695.0, 4744.0, 4707.0, 4758.0, 4711.0, 4762.0, 4722.0, 4759.0, 4731.0, 4760.0, 4716.0, 4747.0, 4727.0, 4750.0, 4745.0, 4736.0, 4743.0, 4714.0, 4743.0, 4694.0, 4733.0, 4692.0, 4733.0, 4683.0, 4758.0, 4718.0, 4743.0, 4707.0, 4747.0, 4732.0, 4761.0, 4761.0, 4743.0, 4764.0, 4766.0, 4765.0, 4737.0, 4757.0, 4799.0, 4775.0, 4766.0, 4784.0, 4728.0, 4759.0, 4736.0, 4736.0, 4744.0, 4702.0, 4732.0, 4688.0, 4698.0, 4716.0, 4686.0, 4704.0], 'WindowWidth': [10353.0, 10367.0, 10272.0, 10322.0, 10269.0, 10300.0, 10207.0, 10218.0, 10246.0, 10231.0, 10278.0, 10213.0, 10280.0, 10211.0, 10273.0, 10251.0, 10253.0, 10271.0, 10205.0, 10245.0, 10190.0, 10271.0, 10280.0, 10291.0, 10301.0, 10269.0, 10305.0, 10240.0, 10262.0, 10221.0, 10297.0, 10232.0, 10261.0, 10281.0, 10236.0, 10339.0, 10263.0, 10281.0, 10272.0, 10279.0, 10266.0, 10250.0, 10280.0, 10243.0, 10248.0, 10221.0, 10253.0, 10218.0, 10251.0, 10204.0, 10242.0, 10157.0, 10208.0, 10157.0, 10159.0, 10180.0, 10128.0, 10188.0, 10107.0, 10175.0, 10180.0, 10148.0, 10175.0, 10124.0, 10179.0, 10169.0, 10175.0, 10260.0, 10238.0, 10260.0, 10235.0, 10180.0, 10199.0, 10203.0, 10234.0, 10264.0, 10219.0, 10277.0, 10231.0, 10281.0, 10299.0, 10235.0, 10282.0, 10236.0, 10231.0, 10254.0, 10189.0, 10293.0, 10283.0, 10272.0, 10277.0, 10173.0, 10237.0, 10167.0, 10207.0, 10249.0, 10215.0, 10272.0, 10222.0, 10262.0, 10212.0, 10220.0, 10253.0, 10246.0, 10264.0, 10255.0, 10283.0, 10237.0, 10262.0, 10230.0, 10278.0, 10214.0, 10258.0, 10188.0, 10228.0, 10252.0, 10199.0, 10253.0, 10173.0, 10241.0, 10252.0, 10231.0, 10281.0, 10341.0, 10321.0, 10232.0, 10207.0, 10195.0, 10275.0, 10236.0, 10270.0, 10222.0, 10272.0, 10243.0, 10293.0, 10237.0, 10352.0, 10336.0, 10281.0, 10214.0, 10239.0, 10209.0, 10240.0, 10268.0, 10227.0, 10254.0, 10202.0, 10256.0, 10258.0, 10232.0, 10241.0, 10193.0, 10246.0, 10202.0, 10231.0, 10254.0, 10204.0, 10242.0, 10193.0, 10289.0, 10228.0, 10250.0, 10244.0, 10223.0, 10287.0, 10252.0, 10252.0, 10204.0, 10272.0, 10231.0, 10299.0, 10271.0, 10318.0, 10244.0, 10272.0, 10249.0, 10321.0, 10245.0, 10308.0, 10242.0, 10317.0, 10291.0, 10265.0, 10301.0, 10235.0, 10353.0, 10268.0, 10280.0, 10329.0, 10284.0, 10300.0, 10260.0, 10298.0, 10262.0, 10300.0, 10274.0, 10307.0, 10284.0, 10252.0, 10287.0, 10295.0, 10299.0, 10298.0, 10254.0, 10263.0, 10187.0, 10246.0, 10235.0, 10214.0, 10250.0, 10180.0, 10233.0, 10203.0, 10205.0, 10213.0, 10149.0, 10221.0, 10213.0, 10209.0, 10227.0, 10203.0, 10248.0, 10227.0, 10231.0, 10241.0, 10212.0, 10242.0, 10241.0, 10260.0, 10227.0, 10286.0, 10225.0, 10285.0, 10240.0, 10285.0, 10285.0, 10239.0, 10272.0, 10233.0, 10297.0, 10264.0, 10331.0, 10285.0, 10259.0, 10290.0, 10246.0, 10318.0, 10300.0, 10312.0, 10302.0, 10290.0, 10248.0, 10291.0, 10277.0, 10330.0, 10334.0, 10384.0, 10294.0, 10340.0, 10279.0, 10340.0, 10340.0, 10347.0, 10371.0, 10370.0, 10369.0, 10330.0, 10304.0, 10330.0, 10288.0, 10262.0, 10297.0, 10264.0, 10330.0, 10323.0, 10347.0, 10286.0, 10255.0, 10302.0, 10236.0, 10265.0, 10182.0, 10250.0, 10216.0, 10281.0, 10269.0, 10308.0, 10283.0, 10230.0, 10136.0, 10166.0, 10116.0, 10169.0, 10188.0, 10152.0, 10168.0, 10107.0, 10167.0, 10141.0, 10155.0, 10213.0, 10178.0, 10215.0, 10182.0, 10155.0, 10107.0, 10189.0, 10167.0, 10150.0, 10175.0, 10134.0, 10189.0, 10170.0, 10215.0, 10152.0, 10218.0, 10174.0, 10209.0, 10226.0, 10206.0, 10241.0, 10201.0, 10232.0, 10175.0, 10254.0, 10190.0, 10250.0, 10200.0, 10247.0, 10248.0, 10245.0, 10224.0, 10244.0, 10193.0, 10252.0, 10212.0, 10271.0, 10239.0, 10291.0, 10260.0, 10249.0, 10260.0, 10214.0, 10235.0, 10178.0, 10225.0, 10177.0, 10223.0, 10230.0, 10205.0, 10215.0, 10164.0, 10246.0, 10223.0, 10230.0, 10219.0, 10197.0, 10244.0, 10209.0, 10228.0, 10151.0, 10205.0, 10218.0, 10195.0, 10222.0, 10164.0, 10208.0, 10216.0, 10188.0, 10204.0, 10146.0, 10221.0, 10219.0, 10211.0, 10228.0, 10173.0, 10232.0, 10237.0, 10233.0, 10247.0, 10191.0, 10250.0, 10247.0, 10222.0, 10249.0, 10198.0, 10252.0, 10266.0, 10277.0, 10336.0, 10269.0, 10286.0, 10243.0, 10285.0, 10262.0, 10274.0, 10268.0, 10286.0, 10317.0, 10269.0, 10322.0, 10276.0, 10349.0, 10355.0, 10338.0, 10334.0, 10273.0, 10314.0, 10290.0, 10319.0, 10326.0, 10286.0, 10340.0, 10317.0, 10319.0, 10273.0, 10360.0, 10321.0, 10362.0, 10334.0, 10351.0, 10258.0, 10303.0, 10236.0, 10324.0, 10239.0, 10308.0, 10279.0, 10281.0, 10319.0, 10216.0, 10276.0, 10255.0, 10217.0, 10252.0, 10173.0, 10222.0, 10271.0, 10239.0, 10285.0, 10233.0, 10215.0, 10239.0, 10207.0, 10204.0, 10127.0, 10167.0, 10124.0, 10180.0, 10150.0, 10212.0, 10191.0, 10235.0, 10169.0, 10247.0, 10195.0, 10243.0, 10165.0, 10201.0, 10213.0, 10203.0, 10173.0, 10174.0, 10208.0, 10217.0, 10269.0, 10220.0, 10252.0, 10177.0, 10283.0, 10255.0, 10313.0, 10259.0, 10288.0, 10251.0, 10307.0, 10287.0, 10352.0, 10296.0, 10324.0, 10325.0, 10314.0, 10290.0, 10336.0, 10291.0, 10254.0, 10282.0, 10230.0, 10259.0, 10213.0, 10196.0, 10212.0, 10161.0, 10209.0, 10201.0, 10174.0, 10186.0, 10131.0, 10176.0, 10187.0, 10164.0, 10169.0, 10148.0, 10189.0, 10218.0, 10218.0, 10243.0, 10200.0, 10214.0, 10227.0, 10234.0, 10260.0, 10236.0, 10270.0, 10246.0, 10247.0, 10256.0, 10251.0, 10300.0, 10322.0, 10295.0, 10335.0, 10242.0, 10262.0, 10268.0, 10281.0, 10294.0, 10250.0, 10310.0, 10224.0, 10286.0, 10305.0, 10234.0, 10278.0, 10245.0, 10339.0, 10319.0, 10258.0, 10216.0, 10271.0, 10237.0, 10272.0, 10227.0, 10261.0, 10285.0, 10247.0, 10313.0, 10260.0, 10329.0, 10291.0, 10314.0, 10289.0, 10333.0, 10285.0, 10338.0, 10298.0, 10334.0, 10277.0, 10217.0, 10258.0, 10271.0, 10217.0, 10231.0, 10235.0, 10195.0, 10215.0, 10167.0, 10201.0, 10227.0, 10219.0, 10211.0, 10166.0, 10213.0, 10220.0, 10228.0, 10227.0, 10176.0, 10196.0, 10182.0, 10236.0, 10214.0, 10263.0, 10255.0, 10309.0, 10287.0, 10289.0, 10224.0, 10271.0, 10206.0, 10289.0, 10270.0, 10246.0, 10308.0, 10278.0, 10312.0, 10281.0, 10286.0, 10305.0, 10251.0, 10292.0, 10254.0, 10294.0, 10223.0, 10280.0, 10292.0, 10270.0, 10305.0, 10255.0, 10335.0, 10307.0, 10354.0, 10289.0, 10335.0, 10268.0, 10304.0, 10252.0, 10300.0, 10281.0, 10286.0, 10341.0, 10355.0, 10395.0, 10368.0, 10394.0, 10385.0, 10446.0, 10407.0, 10351.0, 10376.0, 10331.0, 10375.0, 10363.0, 10330.0, 10339.0, 10275.0, 10302.0, 10262.0, 10263.0, 10204.0, 10236.0, 10240.0, 10251.0, 10257.0, 10213.0, 10254.0, 10216.0, 10247.0, 10255.0, 10223.0, 10277.0, 10214.0, 10239.0, 10262.0, 10238.0, 10269.0, 10265.0, 10327.0, 10298.0, 10345.0, 10297.0, 10302.0, 10314.0, 10292.0, 10359.0, 10306.0, 10360.0, 10290.0, 10351.0, 10294.0, 10379.0, 10316.0, 10366.0, 10357.0, 10328.0, 10347.0, 10277.0, 10330.0, 10261.0, 10334.0, 10322.0, 10315.0, 10312.0, 10314.0, 10319.0, 10278.0, 10301.0, 10244.0, 10282.0, 10240.0, 10258.0, 10296.0, 10247.0, 10287.0, 10220.0, 10294.0, 10299.0, 10274.0, 10302.0, 10282.0, 10331.0, 10248.0, 10331.0, 10257.0, 10367.0, 10313.0, 10366.0, 10294.0, 10343.0, 10272.0, 10328.0, 10276.0, 10322.0, 10268.0, 10320.0, 10339.0, 10317.0, 10373.0, 10293.0, 10346.0, 10354.0, 10299.0, 10349.0, 10280.0, 10335.0, 10305.0, 10309.0, 10346.0, 10295.0, 10340.0, 10266.0, 10325.0, 10228.0, 10306.0, 10248.0, 10291.0, 10286.0, 10265.0, 10304.0, 10263.0, 10351.0, 10280.0, 10351.0, 10286.0, 10356.0, 10293.0, 10336.0, 10290.0, 10341.0, 10362.0, 10345.0, 10378.0, 10364.0, 10381.0, 10368.0, 10375.0, 10373.0, 10359.0, 10391.0, 10378.0, 10343.0, 10345.0, 10318.0, 10337.0, 10253.0, 10306.0, 10275.0, 10215.0, 10237.0, 10169.0, 10201.0, 10206.0, 10157.0, 10216.0, 10157.0, 10184.0, 10225.0, 10164.0, 10253.0, 10247.0, 10201.0, 10240.0, 10199.0, 10256.0, 10200.0, 10235.0, 10201.0, 10247.0, 10212.0, 10283.0, 10246.0, 10302.0, 10288.0, 10306.0, 10328.0, 10293.0, 10314.0, 10275.0, 10303.0, 10274.0, 10316.0, 10311.0, 10327.0, 10344.0, 10301.0, 10362.0, 10311.0, 10334.0, 10257.0, 10334.0, 10271.0, 10332.0, 10294.0, 10359.0, 10313.0, 10344.0, 10351.0, 10315.0, 10354.0, 10288.0, 10352.0, 10307.0, 10381.0, 10322.0, 10396.0, 10338.0, 10385.0, 10346.0, 10386.0, 10317.0, 10361.0, 10336.0, 10373.0, 10358.0, 10346.0, 10350.0, 10311.0, 10350.0, 10283.0, 10337.0, 10281.0, 10337.0, 10272.0, 10383.0, 10328.0, 10357.0, 10312.0, 10368.0, 10355.0, 10395.0, 10396.0, 10374.0, 10405.0, 10413.0, 10404.0, 10367.0, 10391.0, 10455.0, 10414.0, 10402.0, 10425.0, 10337.0, 10382.0, 10342.0, 10343.0, 10351.0, 10287.0, 10331.0, 10262.0, 10277.0, 10299.0, 10256.0, 10278.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.0034604137931034482</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.04091034229885058</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.013404582934385</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2338887336593771</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0438298197123133</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4802</td></tr>
|
|
<tr><td colspan=3>fber</td><td>6232.9775</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.1656706805889961</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>239</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>27.471264367816094</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5538358732265714</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5072505765861246</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.814023751090264</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.340233292003326</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.029112</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.006077703554183245</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.029342319816350937</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>870</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>3.7551135433943887</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>18.342</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>47.8625</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>198.7452</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>52.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>297767.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>941.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>374.4624</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.0649</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>640.2793</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3843.3737</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>4072.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>78777.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1195.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>5112.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1084.3811</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>29.213959363871254</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> |