=== Do not change lines below ===
{
"chain": [],
"cmd": "./code/containers/scripts/singularity_cmd exec code/containers/images/bids/bids-mriqc--24.0.2.sing mriqc sourcedata/raw . participant --participant-label sub-0013 --no-datalad-get --no-sub --verbose --nprocs 1 --mem 3000 --work-dir /tmp --float32 --verbose-reports",
"dsid": "2d58dd48-4166-4dc3-9cd1-64f3d0665a8c",
"exit": 0,
"extra_inputs": [
"code/containers/images/bids/bids-mriqc--24.0.2.sing"
],
"inputs": [
"sourcedata/raw/sub-0013",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
105 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
105 KiB
(Stored with Git Annex)
HTML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
|
|
<title>sub-0013_ses-04_task-social_acq-mb8_run-02_bold :: MRIQC's BOLD fMRI report</title>
|
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
|
|
|
|
<script>
|
|
var timestamp = Date.now()
|
|
|
|
function read_form() {
|
|
var ds = "<unset>";
|
|
var sub = "sub-0013_ses-04_task-social_acq-mb8_run-02_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-02_session-04_subject-0013_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">Standard deviation of signal through time</h3><p class="elem-caption">The voxel-wise standard deviation of the signal (variability along time).</p> <div class="reportlet">
|
|
<img class="svg-reportlet" src="./sub-0013/figures/sub-0013_ses-04_task-social_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0013/figures/sub-0013_ses-04_task-social_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0013/figures/sub-0013_ses-04_task-social_acq-mb8_run-02_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-02_session-04_subject-0013_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">View of the background of the voxel-wise average of the BOLD timeseries</h3><p class="elem-caption">This panel shows a mosaic enhancing the background around the head. Artifacts usually unveil themselves in the air surrounding the head, where no signal sources are present.</p> <div class="reportlet">
|
|
<img class="svg-reportlet" src="./sub-0013/figures/sub-0013_ses-04_task-social_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0013/figures/sub-0013_ses-04_task-social_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0013/figures/sub-0013_ses-04_task-social_acq-mb8_run-02_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-02_session-04_subject-0013_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series, zoomed-in covering just the brain</h3><p class="elem-caption">This panel shows a mosaic of the brain. This mosaic is the most suitable to screen head-motion intensity inhomogeneities, global/local noise, signal leakage (for example, from the eyeballs and across the phase-encoding axis), etc.</p> <div class="reportlet">
|
|
<img class="svg-reportlet" src="./sub-0013/figures/sub-0013_ses-04_task-social_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0013/figures/sub-0013_ses-04_task-social_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0013/figures/sub-0013_ses-04_task-social_acq-mb8_run-02_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-02_session-04_subject-0013_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">Carpetplot and nuisance signals</h3><p class="elem-caption">The so-called «carpetplot» may assist in assessing head-motion derived artifacts and respiation effects.</p> <div class="reportlet">
|
|
<img class="svg-reportlet" src="./sub-0013/figures/sub-0013_ses-04_task-social_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0013/figures/sub-0013_ses-04_task-social_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0013/figures/sub-0013_ses-04_task-social_acq-mb8_run-02_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-02_session-04_subject-0013_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series</h3><p class="elem-caption">The average signal calculated across the last axis (time).</p> <div class="reportlet">
|
|
<img class="svg-reportlet" src="./sub-0013/figures/sub-0013_ses-04_task-social_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0013/figures/sub-0013_ses-04_task-social_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0013/figures/sub-0013_ses-04_task-social_acq-mb8_run-02_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-02_session-04_subject-0013_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">Brain extraction performance</h3><p class="elem-caption">Brain mask as internally extracted by MRIQC. Defects on the brainmask could indicate problematic aspects of the image quality-wise.</p> <div class="reportlet">
|
|
<img class="svg-reportlet" src="./sub-0013/figures/sub-0013_ses-04_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0013/figures/sub-0013_ses-04_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0013/figures/sub-0013_ses-04_task-social_acq-mb8_run-02_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-04_subject-0013_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">Spatial normalization of the anatomical image</h3><p class="elem-caption">This panel shows a <em>quick-and-dirty</em> nonlinear registration into the <code>MNI152NLin2009cAsym</code> template accessed with <a href="https://templateflow.org/browse" target="_blank"><em>TemplateFlow</em></a>.</p> <div class="reportlet">
|
|
<object class="svg-reportlet" type="image/svg+xml" data="./sub-0013/figures/sub-0013_ses-04_task-social_acq-mb8_run-02_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0013/figures/sub-0013_ses-04_task-social_acq-mb8_run-02_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0013/figures/sub-0013_ses-04_task-social_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0013/figures/sub-0013_ses-04_task-social_acq-mb8_run-02_desc-norm_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="About" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">About</h1>
|
|
<div id="errors" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
|
|
</div>
|
|
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
|
|
reconstructing the provenance of the corresponding derivatives.
|
|
</p> <div class="accordion accordion-flush" id="about-metadata">
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-0">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
|
|
Provenance Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-0" class="table table-sm table-striped">
|
|
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
|
|
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0013/ses-04/func/sub-0013_ses-04_task-social_acq-mb8_run-02_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>2b3bc93818c8d348b2635283dcacfd44</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:31:7.557500</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.996657, -0.0794035, 0.0192398, 0.0735397, 0.974464, 0.212162]</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-02_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.075452</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-02_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>19</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4155, -7743, -7311, 524, -132, -303, 58, 47]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>social</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>233.567</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>16830e0c-bd71-4094-a4aa-0f75600344c8||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.673957586288452, 0.1973016858100891, 0.09610601514577866, 99.26786041259766], [0.21303372085094452, 2.614414691925049, 0.567101001739502, -119.24713897705078], [0.05161888152360916, -0.5692139863967896, 2.6380221843719482, -54.45292282104492], [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': ['103107.557500', '103108.017500', '103108.477500', '103108.937500', '103109.397500', '103109.857500', '103110.317500', '103110.777500', '103111.237500', '103111.697500', '103112.157500', '103112.617500', '103113.077500', '103113.537500', '103113.997500', '103114.457500', '103114.917500', '103115.377500', '103115.837500', '103116.297500', '103116.757500', '103117.217500', '103117.677500', '103118.137500', '103118.597500', '103119.057500', '103119.517500', '103119.977500', '103120.437500', '103120.897500', '103121.357500', '103121.817500', '103122.277500', '103122.737500', '103123.197500', '103123.657500', '103124.117500', '103124.577500', '103125.037500', '103125.497500', '103125.957500', '103126.417500', '103126.877500', '103127.337500', '103127.797500', '103128.257500', '103128.717500', '103129.177500', '103129.637500', '103130.097500', '103130.557500', '103131.017500', '103131.477500', '103131.937500', '103132.397500', '103132.857500', '103133.317500', '103133.777500', '103134.237500', '103134.697500', '103135.157500', '103135.617500', '103136.077500', '103136.537500', '103136.997500', '103137.457500', '103137.917500', '103138.377500', '103138.837500', '103139.297500', '103139.757500', '103140.217500', '103140.677500', '103141.137500', '103141.597500', '103142.057500', '103142.517500', '103142.977500', '103143.437500', '103143.897500', '103144.357500', '103144.817500', '103145.277500', '103145.737500', '103146.197500', '103146.657500', '103147.117500', '103147.577500', '103148.037500', '103148.497500', '103148.957500', '103149.417500', '103149.877500', '103150.337500', '103150.797500', '103151.257500', '103151.717500', '103152.177500', '103152.637500', '103153.097500', '103153.557500', '103154.017500', '103154.477500', '103154.937500', '103155.397500', '103155.857500', '103156.317500', '103156.777500', '103157.237500', '103157.697500', '103158.157500', '103158.617500', '103159.077500', '103159.537500', '103159.997500', '103200.457500', '103200.917500', '103201.377500', '103201.837500', '103202.297500', '103202.757500', '103203.217500', '103203.677500', '103204.137500', '103204.597500', '103205.057500', '103205.517500', '103205.977500', '103206.437500', '103206.897500', '103207.357500', '103207.817500', '103208.277500', '103208.737500', '103209.197500', '103209.657500', '103210.117500', '103210.577500', '103211.037500', '103211.497500', '103211.957500', '103212.417500', '103212.877500', '103213.337500', '103213.797500', '103214.257500', '103214.717500', '103215.177500', '103215.637500', '103216.097500', '103216.557500', '103217.017500', '103217.477500', '103217.937500', '103218.397500', '103218.857500', '103219.317500', '103219.777500', '103220.237500', '103220.697500', '103221.157500', '103221.617500', '103222.077500', '103222.537500', '103222.997500', '103223.457500', '103223.917500', '103224.377500', '103224.837500', '103225.297500', '103225.757500', '103226.217500', '103226.677500', '103227.137500', '103227.597500', '103228.057500', '103228.517500', '103228.977500', '103229.437500', '103229.897500', '103230.357500', '103230.817500', '103231.277500', '103231.737500', '103232.197500', '103232.657500', '103233.117500', '103233.577500', '103234.037500', '103234.497500', '103234.957500', '103235.417500', '103235.877500', '103236.337500', '103236.797500', '103237.257500', '103237.717500', '103238.177500', '103238.637500', '103239.097500', '103239.557500', '103240.017500', '103240.477500', '103240.937500', '103241.397500', '103241.857500', '103242.317500', '103242.777500', '103243.237500', '103243.697500', '103244.157500', '103244.617500', '103245.077500', '103245.537500', '103245.997500', '103246.457500', '103246.917500', '103247.377500', '103247.837500', '103248.297500', '103248.757500', '103249.217500', '103249.677500', '103250.137500', '103250.597500', '103251.057500', '103251.517500', '103251.977500', '103252.437500', '103252.897500', '103253.357500', '103253.817500', '103254.277500', '103254.737500', '103255.197500', '103255.657500', '103256.117500', '103256.577500', '103257.037500', '103257.497500', '103257.957500', '103258.417500', '103258.877500', '103259.337500', '103259.797500', '103300.257500', '103300.717500', '103301.177500', '103301.637500', '103302.097500', '103302.557500', '103303.017500', '103303.477500', '103303.937500', '103304.397500', '103304.857500', '103305.317500', '103305.777500', '103306.237500', '103306.697500', '103307.157500', '103307.617500', '103308.077500', '103308.537500', '103308.997500', '103309.457500', '103309.917500', '103310.377500', '103310.837500', '103311.297500', '103311.757500', '103312.217500', '103312.677500', '103313.137500', '103313.597500', '103314.057500', '103314.517500', '103314.977500', '103315.437500', '103315.897500', '103316.357500', '103316.817500', '103317.277500', '103317.737500', '103318.197500', '103318.657500', '103319.117500', '103319.577500', '103320.037500', '103320.497500', '103320.957500', '103321.417500', '103321.877500', '103322.337500', '103322.797500', '103323.257500', '103323.717500', '103324.177500', '103324.637500', '103325.097500', '103325.557500', '103326.017500', '103326.477500', '103326.937500', '103327.397500', '103327.857500', '103328.317500', '103328.777500', '103329.237500', '103329.697500', '103330.157500', '103330.617500', '103331.077500', '103331.537500', '103331.997500', '103332.457500', '103332.917500', '103333.377500', '103333.837500', '103334.297500', '103334.757500', '103335.217500', '103335.677500', '103336.137500', '103336.597500', '103337.057500', '103337.517500', '103337.977500', '103338.437500', '103338.897500', '103339.357500', '103339.817500', '103340.277500', '103340.737500', '103341.197500', '103341.657500', '103342.117500', '103342.577500', '103343.037500', '103343.497500', '103343.957500', '103344.417500', '103344.877500', '103345.337500', '103345.797500', '103346.257500', '103346.717500', '103347.177500', '103347.637500', '103348.097500', '103348.557500', '103349.017500', '103349.477500', '103349.937500', '103350.397500', '103350.857500', '103351.317500', '103351.777500', '103352.237500', '103352.697500', '103353.157500', '103353.617500', '103354.077500', '103354.537500', '103354.997500', '103355.457500', '103355.917500', '103356.377500', '103356.837500', '103357.297500', '103357.757500', '103358.217500', '103358.677500', '103359.137500', '103359.597500', '103400.057500', '103400.517500', '103400.977500', '103401.437500', '103401.897500', '103402.357500', '103402.817500', '103403.277500', '103403.737500', '103404.197500', '103404.657500', '103405.117500', '103405.577500', '103406.037500', '103406.497500', '103406.957500', '103407.417500', '103407.877500', '103408.337500', '103408.797500', '103409.257500', '103409.717500', '103410.177500', '103410.637500', '103411.097500', '103411.557500', '103412.017500', '103412.477500', '103412.937500', '103413.397500', '103413.857500', '103414.317500', '103414.777500', '103415.237500', '103415.697500', '103416.157500', '103416.617500', '103417.077500', '103417.537500', '103417.997500', '103418.457500', '103418.917500', '103419.377500', '103419.837500', '103420.297500', '103420.757500', '103421.217500', '103421.677500', '103422.137500', '103422.597500', '103423.057500', '103423.517500', '103423.977500', '103424.437500', '103424.897500', '103425.357500', '103425.817500', '103426.277500', '103426.737500', '103427.197500', '103427.657500', '103428.117500', '103428.577500', '103429.037500', '103429.497500', '103429.957500', '103430.417500', '103430.877500', '103431.337500', '103431.797500', '103432.257500', '103432.717500', '103433.177500', '103433.637500', '103434.097500', '103434.557500', '103435.017500', '103435.477500', '103435.937500', '103436.397500', '103436.857500', '103437.317500', '103437.777500', '103438.237500', '103438.697500', '103439.157500', '103439.617500', '103440.077500', '103440.537500', '103440.997500', '103441.457500', '103441.917500', '103442.377500', '103442.837500', '103443.297500', '103443.757500', '103444.217500', '103444.677500', '103445.137500', '103445.597500', '103446.057500', '103446.517500', '103446.977500', '103447.437500', '103447.897500', '103448.357500', '103448.817500', '103449.277500', '103449.737500', '103450.197500', '103450.657500', '103451.117500', '103451.577500', '103452.037500', '103452.497500', '103452.957500', '103453.417500', '103453.877500', '103454.337500', '103454.797500', '103455.257500', '103455.717500', '103456.177500', '103456.637500', '103457.097500', '103457.557500', '103458.017500', '103458.477500', '103458.937500', '103459.397500', '103459.857500', '103500.317500', '103500.777500', '103501.237500', '103501.697500', '103502.157500', '103502.617500', '103503.077500', '103503.537500', '103503.997500', '103504.457500', '103504.917500', '103505.377500', '103505.837500', '103506.297500', '103506.757500', '103507.217500', '103507.677500', '103508.137500', '103508.597500', '103509.057500', '103509.517500', '103509.977500', '103510.437500', '103510.897500', '103511.357500', '103511.817500', '103512.277500', '103512.737500', '103513.197500', '103513.657500', '103514.117500', '103514.577500', '103515.037500', '103515.497500', '103515.957500', '103516.417500', '103516.877500', '103517.337500', '103517.797500', '103518.257500', '103518.717500', '103519.177500', '103519.637500', '103520.097500', '103520.557500', '103521.017500', '103521.477500', '103521.937500', '103522.397500', '103522.857500', '103523.317500', '103523.777500', '103524.237500', '103524.697500', '103525.157500', '103525.617500', '103526.077500', '103526.537500', '103526.997500', '103527.457500', '103527.917500', '103528.377500', '103528.837500', '103529.297500', '103529.757500', '103530.217500', '103530.677500', '103531.137500', '103531.597500', '103532.057500', '103532.517500', '103532.977500', '103533.437500', '103533.897500', '103534.357500', '103534.817500', '103535.277500', '103535.737500', '103536.197500', '103536.657500', '103537.117500', '103537.577500', '103538.037500', '103538.497500', '103538.957500', '103539.417500', '103539.877500', '103540.337500', '103540.797500', '103541.257500', '103541.717500', '103542.177500', '103542.637500', '103543.097500', '103543.557500', '103544.017500', '103544.477500', '103544.937500', '103545.397500', '103545.857500', '103546.317500', '103546.777500', '103547.237500', '103547.697500', '103548.157500', '103548.617500', '103549.077500', '103549.537500', '103549.997500', '103550.457500', '103550.917500', '103551.377500', '103551.837500', '103552.297500', '103552.757500', '103553.217500', '103553.677500', '103554.137500', '103554.597500', '103555.057500', '103555.517500', '103555.977500', '103556.437500', '103556.897500', '103557.357500', '103557.817500', '103558.277500', '103558.737500', '103559.197500', '103559.657500', '103600.117500', '103600.577500', '103601.037500', '103601.497500', '103601.957500', '103602.417500', '103602.877500', '103603.337500', '103603.797500', '103604.257500', '103604.717500', '103605.177500', '103605.637500', '103606.097500', '103606.557500', '103607.017500', '103607.477500', '103607.937500', '103608.397500', '103608.857500', '103609.317500', '103609.777500', '103610.237500', '103610.697500', '103611.157500', '103611.617500', '103612.077500', '103612.537500', '103612.997500', '103613.457500', '103613.917500', '103614.377500', '103614.837500', '103615.297500', '103615.757500', '103616.217500', '103616.677500', '103617.137500', '103617.597500', '103618.057500', '103618.517500', '103618.977500', '103619.437500', '103619.897500', '103620.357500', '103620.817500', '103621.277500', '103621.737500', '103622.197500', '103622.657500', '103623.117500', '103623.577500', '103624.037500', '103624.497500', '103624.957500', '103625.417500', '103625.877500', '103626.337500', '103626.797500', '103627.257500', '103627.717500', '103628.177500', '103628.637500', '103629.097500', '103629.557500', '103630.017500', '103630.477500', '103630.937500', '103631.397500', '103631.857500', '103632.317500', '103632.777500', '103633.237500', '103633.697500', '103634.157500', '103634.617500', '103635.077500', '103635.537500', '103635.997500', '103636.457500', '103636.917500', '103637.377500', '103637.837500', '103638.297500', '103638.757500', '103639.217500', '103639.677500', '103640.137500', '103640.597500', '103641.057500', '103641.517500', '103641.977500', '103642.437500', '103642.897500', '103643.357500', '103643.817500', '103644.277500', '103644.737500', '103645.197500', '103645.657500', '103646.117500', '103646.577500', '103647.037500', '103647.497500', '103647.957500', '103648.417500', '103648.877500', '103649.337500', '103649.797500', '103650.257500', '103650.717500', '103651.177500', '103651.637500', '103652.097500', '103652.557500', '103653.017500', '103653.477500', '103653.937500', '103654.397500', '103654.857500', '103655.317500', '103655.777500', '103656.237500', '103656.697500', '103657.157500', '103657.617500', '103658.077500', '103658.537500', '103658.997500', '103659.457500', '103659.917500', '103700.377500', '103700.837500', '103701.297500', '103701.757500', '103702.217500', '103702.677500', '103703.137500', '103703.597500', '103704.057500', '103704.517500', '103704.977500', '103705.437500', '103705.897500', '103706.357500', '103706.817500', '103707.277500', '103707.737500', '103708.197500', '103708.657500', '103709.117500', '103709.577500', '103710.037500', '103710.497500', '103710.957500', '103711.417500', '103711.877500', '103712.337500', '103712.797500', '103713.257500', '103713.717500', '103714.177500', '103714.637500', '103715.097500', '103715.557500', '103716.017500', '103716.477500', '103716.937500', '103717.397500', '103717.857500', '103718.317500', '103718.777500', '103719.237500', '103719.697500', '103720.157500', '103720.617500', '103721.077500', '103721.537500', '103721.997500', '103722.457500', '103722.917500', '103723.377500', '103723.837500', '103724.297500', '103724.757500', '103725.217500', '103725.677500', '103726.137500', '103726.597500', '103727.057500', '103727.517500', '103727.977500', '103728.437500', '103728.897500', '103729.357500', '103729.817500', '103730.277500', '103730.737500', '103731.197500', '103731.657500', '103732.117500', '103732.577500', '103733.037500', '103733.497500', '103733.957500', '103734.417500', '103734.877500', '103735.337500', '103735.797500', '103736.257500', '103736.717500', '103737.177500', '103737.637500', '103738.097500', '103738.557500', '103739.017500', '103739.477500', '103739.937500', '103740.397500', '103740.857500', '103741.317500', '103741.777500', '103742.237500', '103742.697500', '103743.157500', '103743.617500', '103744.077500', '103744.537500', '103744.997500', '103745.457500', '103745.917500', '103746.377500', '103746.837500', '103747.297500', '103747.757500', '103748.217500'], 'ContentTime': ['103134.167000', '103134.173000', '103134.176000', '103134.179000', '103134.182000', '103134.185000', '103134.188000', '103134.191000', '103134.193000', '103134.196000', '103134.199000', '103134.202000', '103134.204000', '103134.207000', '103134.210000', '103134.220000', '103134.223000', '103134.225000', '103134.229000', '103134.232000', '103134.235000', '103134.238000', '103134.241000', '103134.244000', '103134.246000', '103134.249000', '103134.252000', '103134.255000', '103134.258000', '103134.261000', '103134.263000', '103134.266000', '103134.269000', '103134.272000', '103134.275000', '103134.278000', '103134.280000', '103134.283000', '103134.286000', '103134.289000', '103134.292000', '103134.295000', '103134.298000', '103134.300000', '103134.303000', '103134.306000', '103134.309000', '103134.312000', '103134.314000', '103134.317000', '103134.320000', '103134.323000', '103134.325000', '103134.328000', '103134.331000', '103134.361000', '103154.131000', '103154.134000', '103154.136000', '103154.139000', '103154.142000', '103154.145000', '103154.147000', '103154.150000', '103154.153000', '103154.156000', '103154.159000', '103154.161000', '103154.164000', '103154.167000', '103154.170000', '103154.173000', '103154.175000', '103154.178000', '103154.181000', '103154.184000', '103154.190000', '103154.193000', '103154.196000', '103154.199000', '103154.201000', '103154.204000', '103154.207000', '103154.210000', '103154.213000', '103154.215000', '103154.218000', '103154.221000', '103154.224000', '103154.226000', '103154.229000', '103154.232000', '103154.235000', '103154.237000', '103154.240000', '103154.243000', '103154.246000', '103154.248000', '103154.251000', '103154.254000', '103214.130000', '103214.133000', '103214.136000', '103214.138000', '103214.141000', '103214.144000', '103214.147000', '103214.149000', '103214.152000', '103214.155000', '103214.158000', '103214.161000', '103214.163000', '103214.166000', '103214.169000', '103214.172000', '103214.175000', '103214.177000', '103214.180000', '103214.183000', '103214.186000', '103214.189000', '103214.192000', '103214.194000', '103214.197000', '103214.200000', '103214.203000', '103214.206000', '103214.208000', '103214.211000', '103214.214000', '103214.223000', '103214.226000', '103214.229000', '103214.232000', '103214.235000', '103214.237000', '103214.240000', '103214.243000', '103214.246000', '103214.250000', '103214.253000', '103214.256000', '103234.130000', '103234.133000', '103234.136000', '103234.144000', '103234.147000', '103234.150000', '103234.153000', '103234.156000', '103234.159000', '103234.161000', '103234.164000', '103234.167000', '103234.170000', '103234.173000', '103234.176000', '103234.179000', '103234.181000', '103234.184000', '103234.187000', '103234.190000', '103234.192000', '103234.195000', '103234.198000', '103234.201000', '103234.203000', '103234.206000', '103234.209000', '103234.212000', '103234.215000', '103234.218000', '103234.220000', '103234.223000', '103234.226000', '103234.229000', '103234.231000', '103234.234000', '103234.237000', '103234.240000', '103234.242000', '103234.245000', '103234.248000', '103234.251000', '103234.254000', '103234.257000', '103254.130000', '103254.133000', '103254.136000', '103254.139000', '103254.142000', '103254.144000', '103254.147000', '103254.150000', '103254.153000', '103254.156000', '103254.159000', '103254.162000', '103254.165000', '103254.167000', '103254.170000', '103254.173000', '103254.176000', '103254.179000', '103254.181000', '103254.184000', '103254.187000', '103254.190000', '103254.192000', '103254.195000', '103254.198000', '103254.217000', '103254.219000', '103254.222000', '103254.233000', '103254.236000', '103254.239000', '103254.242000', '103254.245000', '103254.247000', '103254.250000', '103254.253000', '103254.256000', '103254.258000', '103254.261000', '103254.264000', '103254.267000', '103254.275000', '103254.280000', '103314.130000', '103314.133000', '103314.135000', '103314.138000', '103314.141000', '103314.144000', '103314.147000', '103314.149000', '103314.152000', '103314.155000', '103314.175000', '103314.178000', '103314.181000', '103314.184000', '103314.186000', '103314.189000', '103314.195000', '103314.198000', '103314.201000', '103314.203000', '103314.206000', '103314.209000', '103314.212000', '103314.214000', '103314.217000', '103314.220000', '103314.223000', '103314.226000', '103314.228000', '103314.231000', '103314.234000', '103314.237000', '103314.240000', '103314.242000', '103314.245000', '103314.248000', '103314.251000', '103314.260000', '103314.276000', '103314.279000', '103314.281000', '103314.284000', '103314.287000', '103314.290000', '103334.131000', '103334.134000', '103334.137000', '103334.139000', '103334.142000', '103334.145000', '103334.148000', '103334.151000', '103334.153000', '103334.156000', '103334.159000', '103334.162000', '103334.165000', '103334.168000', '103334.170000', '103334.173000', '103334.176000', '103334.179000', '103334.182000', '103334.184000', '103334.187000', '103334.190000', '103334.193000', '103334.196000', '103334.198000', '103334.201000', '103334.204000', '103334.207000', '103334.210000', '103334.212000', '103334.215000', '103334.218000', '103334.221000', '103334.224000', '103334.227000', '103334.229000', '103334.232000', '103334.235000', '103334.238000', '103334.241000', '103334.243000', '103334.246000', '103334.249000', '103354.131000', '103354.134000', '103354.137000', '103354.139000', '103354.142000', '103354.145000', '103354.148000', '103354.151000', '103354.153000', '103354.156000', '103354.216000', '103354.219000', '103354.222000', '103354.225000', '103354.227000', '103354.230000', '103354.233000', '103354.236000', '103354.238000', '103354.241000', '103354.244000', '103354.247000', '103354.250000', '103354.252000', '103354.255000', '103354.258000', '103354.261000', '103354.263000', '103354.266000', '103354.269000', '103354.272000', '103354.274000', '103354.277000', '103354.280000', '103354.283000', '103354.286000', '103354.288000', '103354.291000', '103354.294000', '103354.297000', '103354.300000', '103354.302000', '103354.305000', '103354.308000', '103414.131000', '103414.134000', '103414.137000', '103414.139000', '103414.142000', '103414.145000', '103414.148000', '103414.151000', '103414.153000', '103414.156000', '103414.159000', '103414.162000', '103414.165000', '103414.168000', '103414.170000', '103414.173000', '103414.176000', '103414.179000', '103414.181000', '103414.184000', '103414.187000', '103414.190000', '103414.193000', '103414.195000', '103414.198000', '103414.201000', '103414.204000', '103414.207000', '103414.215000', '103414.218000', '103414.220000', '103414.223000', '103414.226000', '103414.229000', '103414.231000', '103414.234000', '103414.237000', '103414.240000', '103414.243000', '103414.246000', '103414.249000', '103414.252000', '103414.255000', '103434.130000', '103434.133000', '103434.136000', '103434.139000', '103434.141000', '103434.144000', '103434.147000', '103434.150000', '103434.153000', '103434.156000', '103434.200000', '103434.203000', '103434.206000', '103434.209000', '103434.211000', '103434.214000', '103434.217000', '103434.220000', '103434.222000', '103434.225000', '103434.228000', '103434.231000', '103434.234000', '103434.236000', '103434.239000', '103434.242000', '103434.245000', '103434.248000', '103434.250000', '103434.253000', '103434.256000', '103434.259000', '103434.270000', '103434.272000', '103434.275000', '103434.278000', '103434.281000', '103434.284000', '103434.286000', '103434.289000', '103434.292000', '103434.295000', '103434.298000', '103434.300000', '103454.130000', '103454.133000', '103454.136000', '103454.139000', '103454.141000', '103454.144000', '103454.147000', '103454.150000', '103454.153000', '103454.155000', '103454.158000', '103454.161000', '103454.164000', '103454.166000', '103454.169000', '103454.172000', '103454.175000', '103454.178000', '103454.180000', '103454.198000', '103454.201000', '103454.203000', '103454.206000', '103454.209000', '103454.212000', '103454.215000', '103454.217000', '103454.220000', '103454.232000', '103454.235000', '103454.238000', '103454.241000', '103454.243000', '103454.246000', '103454.249000', '103454.252000', '103454.255000', '103454.258000', '103454.260000', '103454.263000', '103454.266000', '103454.269000', '103454.271000', '103514.130000', '103514.133000', '103514.136000', '103514.138000', '103514.141000', '103514.144000', '103514.147000', '103514.150000', '103514.152000', '103514.198000', '103514.201000', '103514.204000', '103514.206000', '103514.209000', '103514.212000', '103514.215000', '103514.218000', '103514.220000', '103514.223000', '103514.226000', '103514.229000', '103514.232000', '103514.234000', '103514.237000', '103514.240000', '103514.243000', '103514.245000', '103514.248000', '103514.251000', '103514.254000', '103514.257000', '103514.260000', '103514.262000', '103514.265000', '103514.268000', '103514.271000', '103514.273000', '103514.276000', '103514.279000', '103514.282000', '103514.285000', '103514.287000', '103514.290000', '103514.293000', '103534.130000', '103534.133000', '103534.136000', '103534.139000', '103534.141000', '103534.144000', '103534.147000', '103534.150000', '103534.153000', '103534.156000', '103534.158000', '103534.161000', '103534.164000', '103534.167000', '103534.170000', '103534.172000', '103534.175000', '103534.178000', '103534.181000', '103534.184000', '103534.187000', '103534.189000', '103534.192000', '103534.195000', '103534.198000', '103534.200000', '103534.203000', '103534.206000', '103534.209000', '103534.212000', '103534.214000', '103534.217000', '103534.220000', '103534.223000', '103534.226000', '103534.228000', '103534.231000', '103534.234000', '103534.237000', '103534.240000', '103534.242000', '103534.245000', '103534.248000', '103554.131000', '103554.134000', '103554.137000', '103554.139000', '103554.142000', '103554.145000', '103554.148000', '103554.151000', '103554.153000', '103554.156000', '103554.183000', '103554.186000', '103554.188000', '103554.191000', '103554.194000', '103554.197000', '103554.199000', '103554.202000', '103554.205000', '103554.208000', '103554.211000', '103554.213000', '103554.216000', '103554.219000', '103554.222000', '103554.224000', '103554.227000', '103554.230000', '103554.233000', '103554.236000', '103554.238000', '103554.241000', '103554.244000', '103554.247000', '103554.250000', '103554.253000', '103554.255000', '103554.258000', '103554.261000', '103554.264000', '103554.267000', '103554.269000', '103554.272000', '103614.131000', '103614.134000', '103614.137000', '103614.140000', '103614.142000', '103614.145000', '103614.148000', '103614.151000', '103614.154000', '103614.156000', '103614.159000', '103614.162000', '103614.165000', '103614.167000', '103614.170000', '103614.173000', '103614.176000', '103614.179000', '103614.181000', '103614.184000', '103614.187000', '103614.190000', '103614.193000', '103614.195000', '103614.198000', '103614.201000', '103614.204000', '103614.207000', '103614.209000', '103614.212000', '103614.215000', '103614.218000', '103614.221000', '103614.223000', '103614.226000', '103614.229000', '103614.232000', '103614.235000', '103614.237000', '103614.240000', '103614.243000', '103614.246000', '103614.249000', '103614.251000', '103634.131000', '103634.149000', '103634.152000', '103634.155000', '103634.158000', '103634.227000', '103634.230000', '103634.233000', '103634.236000', '103634.238000', '103634.241000', '103634.244000', '103634.247000', '103634.249000', '103634.252000', '103634.255000', '103634.258000', '103634.261000', '103634.264000', '103634.266000', '103634.269000', '103634.272000', '103634.275000', '103634.278000', '103634.280000', '103634.283000', '103634.286000', '103634.289000', '103634.291000', '103634.294000', '103634.297000', '103634.300000', '103634.303000', '103634.305000', '103634.308000', '103634.311000', '103634.314000', '103634.317000', '103634.319000', '103634.322000', '103634.325000', '103634.328000', '103634.331000', '103654.130000', '103654.133000', '103654.136000', '103654.138000', '103654.141000', '103654.144000', '103654.147000', '103654.150000', '103654.152000', '103654.155000', '103654.158000', '103654.161000', '103654.164000', '103654.166000', '103654.169000', '103654.172000', '103654.175000', '103654.178000', '103654.181000', '103654.183000', '103654.186000', '103654.189000', '103654.192000', '103654.195000', '103654.197000', '103654.200000', '103654.203000', '103654.206000', '103654.208000', '103654.211000', '103654.214000', '103654.217000', '103654.220000', '103654.223000', '103654.225000', '103654.228000', '103654.231000', '103654.234000', '103654.237000', '103654.240000', '103654.242000', '103654.245000', '103654.248000', '103654.251000', '103714.130000', '103714.133000', '103714.136000', '103714.139000', '103714.141000', '103714.144000', '103714.147000', '103714.150000', '103714.153000', '103714.155000', '103714.158000', '103714.220000', '103714.222000', '103714.225000', '103714.228000', '103714.231000', '103714.234000', '103714.236000', '103714.239000', '103714.242000', '103714.245000', '103714.248000', '103714.250000', '103714.253000', '103714.256000', '103714.259000', '103714.261000', '103714.264000', '103714.267000', '103714.270000', '103714.273000', '103714.275000', '103714.278000', '103714.281000', '103714.284000', '103714.287000', '103714.290000', '103714.292000', '103714.295000', '103714.298000', '103714.301000', '103714.303000', '103714.306000', '103734.130000', '103734.133000', '103734.136000', '103734.138000', '103734.141000', '103734.144000', '103734.147000', '103734.150000', '103734.152000', '103734.155000', '103734.158000', '103734.222000', '103734.225000', '103734.228000', '103734.231000', '103734.234000', '103734.236000', '103734.239000', '103734.242000', '103734.245000', '103734.248000', '103734.250000', '103734.253000', '103734.256000', '103734.259000', '103734.261000', '103734.264000', '103734.267000', '103734.270000', '103734.273000', '103734.276000', '103734.278000', '103734.281000', '103734.284000', '103734.287000', '103734.290000', '103734.292000', '103734.295000', '103734.298000', '103734.301000', '103734.303000', '103734.306000', '103734.309000', '103734.312000', '103749.174000', '103749.178000', '103749.182000', '103749.185000', '103749.188000', '103749.191000', '103749.195000', '103749.198000', '103749.201000', '103749.204000', '103749.208000', '103749.211000', '103749.214000', '103749.217000', '103749.220000', '103749.223000', '103749.226000', '103749.229000', '103749.232000', '103749.235000', '103749.238000', '103749.241000', '103749.244000', '103749.247000', '103749.250000', '103749.253000', '103749.260000', '103749.263000', '103749.265000', '103749.268000', '103749.271000', '103749.274000', '103749.277000'], 'InstanceCreationTime': ['103134.167000', '103134.173000', '103134.176000', '103134.179000', '103134.182000', '103134.185000', '103134.188000', '103134.191000', '103134.193000', '103134.196000', '103134.199000', '103134.202000', '103134.204000', '103134.207000', '103134.210000', '103134.220000', '103134.223000', '103134.225000', '103134.229000', '103134.232000', '103134.235000', '103134.238000', '103134.241000', '103134.244000', '103134.246000', '103134.249000', '103134.252000', '103134.255000', '103134.258000', '103134.261000', '103134.263000', '103134.266000', '103134.269000', '103134.272000', '103134.275000', '103134.278000', '103134.280000', '103134.283000', '103134.286000', '103134.289000', '103134.292000', '103134.295000', '103134.298000', '103134.300000', '103134.303000', '103134.306000', '103134.309000', '103134.312000', '103134.314000', '103134.317000', '103134.320000', '103134.323000', '103134.325000', '103134.328000', '103134.331000', '103134.361000', '103154.131000', '103154.134000', '103154.136000', '103154.139000', '103154.142000', '103154.145000', '103154.147000', '103154.150000', '103154.153000', '103154.156000', '103154.159000', '103154.161000', '103154.164000', '103154.167000', '103154.170000', '103154.173000', '103154.175000', '103154.178000', '103154.181000', '103154.184000', '103154.190000', '103154.193000', '103154.196000', '103154.199000', '103154.201000', '103154.204000', '103154.207000', '103154.210000', '103154.213000', '103154.215000', '103154.218000', '103154.221000', '103154.224000', '103154.226000', '103154.229000', '103154.232000', '103154.235000', '103154.237000', '103154.240000', '103154.243000', '103154.246000', '103154.248000', '103154.251000', '103154.254000', '103214.130000', '103214.133000', '103214.136000', '103214.138000', '103214.141000', '103214.144000', '103214.147000', '103214.149000', '103214.152000', '103214.155000', '103214.158000', '103214.161000', '103214.163000', '103214.166000', '103214.169000', '103214.172000', '103214.175000', '103214.177000', '103214.180000', '103214.183000', '103214.186000', '103214.189000', '103214.192000', '103214.194000', '103214.197000', '103214.200000', '103214.203000', '103214.206000', '103214.208000', '103214.211000', '103214.214000', '103214.223000', '103214.226000', '103214.229000', '103214.232000', '103214.235000', '103214.237000', '103214.240000', '103214.243000', '103214.246000', '103214.250000', '103214.253000', '103214.256000', '103234.130000', '103234.133000', '103234.136000', '103234.144000', '103234.147000', '103234.150000', '103234.153000', '103234.156000', '103234.159000', '103234.161000', '103234.164000', '103234.167000', '103234.170000', '103234.173000', '103234.176000', '103234.179000', '103234.181000', '103234.184000', '103234.187000', '103234.190000', '103234.192000', '103234.195000', '103234.198000', '103234.201000', '103234.203000', '103234.206000', '103234.209000', '103234.212000', '103234.215000', '103234.218000', '103234.220000', '103234.223000', '103234.226000', '103234.229000', '103234.231000', '103234.234000', '103234.237000', '103234.240000', '103234.242000', '103234.245000', '103234.248000', '103234.251000', '103234.254000', '103234.257000', '103254.130000', '103254.133000', '103254.136000', '103254.139000', '103254.142000', '103254.144000', '103254.147000', '103254.150000', '103254.153000', '103254.156000', '103254.159000', '103254.162000', '103254.165000', '103254.167000', '103254.170000', '103254.173000', '103254.176000', '103254.179000', '103254.181000', '103254.184000', '103254.187000', '103254.190000', '103254.192000', '103254.195000', '103254.198000', '103254.217000', '103254.219000', '103254.222000', '103254.233000', '103254.236000', '103254.239000', '103254.242000', '103254.245000', '103254.247000', '103254.250000', '103254.253000', '103254.256000', '103254.258000', '103254.261000', '103254.264000', '103254.267000', '103254.275000', '103254.280000', '103314.130000', '103314.133000', '103314.135000', '103314.138000', '103314.141000', '103314.144000', '103314.147000', '103314.149000', '103314.152000', '103314.155000', '103314.175000', '103314.178000', '103314.181000', '103314.184000', '103314.186000', '103314.189000', '103314.195000', '103314.198000', '103314.201000', '103314.203000', '103314.206000', '103314.209000', '103314.212000', '103314.214000', '103314.217000', '103314.220000', '103314.223000', '103314.226000', '103314.228000', '103314.231000', '103314.234000', '103314.237000', '103314.240000', '103314.242000', '103314.245000', '103314.248000', '103314.251000', '103314.260000', '103314.276000', '103314.279000', '103314.281000', '103314.284000', '103314.287000', '103314.290000', '103334.131000', '103334.134000', '103334.137000', '103334.139000', '103334.142000', '103334.145000', '103334.148000', '103334.151000', '103334.153000', '103334.156000', '103334.159000', '103334.162000', '103334.165000', '103334.168000', '103334.170000', '103334.173000', '103334.176000', '103334.179000', '103334.182000', '103334.184000', '103334.187000', '103334.190000', '103334.193000', '103334.196000', '103334.198000', '103334.201000', '103334.204000', '103334.207000', '103334.210000', '103334.212000', '103334.215000', '103334.218000', '103334.221000', '103334.224000', '103334.227000', '103334.229000', '103334.232000', '103334.235000', '103334.238000', '103334.241000', '103334.243000', '103334.246000', '103334.249000', '103354.131000', '103354.134000', '103354.137000', '103354.139000', '103354.142000', '103354.145000', '103354.148000', '103354.151000', '103354.153000', '103354.156000', '103354.216000', '103354.219000', '103354.222000', '103354.225000', '103354.227000', '103354.230000', '103354.233000', '103354.236000', '103354.238000', '103354.241000', '103354.244000', '103354.247000', '103354.250000', '103354.252000', '103354.255000', '103354.258000', '103354.261000', '103354.263000', '103354.266000', '103354.269000', '103354.272000', '103354.274000', '103354.277000', '103354.280000', '103354.283000', '103354.286000', '103354.288000', '103354.291000', '103354.294000', '103354.297000', '103354.300000', '103354.302000', '103354.305000', '103354.308000', '103414.131000', '103414.134000', '103414.137000', '103414.139000', '103414.142000', '103414.145000', '103414.148000', '103414.151000', '103414.153000', '103414.156000', '103414.159000', '103414.162000', '103414.165000', '103414.168000', '103414.170000', '103414.173000', '103414.176000', '103414.179000', '103414.181000', '103414.184000', '103414.187000', '103414.190000', '103414.193000', '103414.195000', '103414.198000', '103414.201000', '103414.204000', '103414.207000', '103414.215000', '103414.218000', '103414.220000', '103414.223000', '103414.226000', '103414.229000', '103414.231000', '103414.234000', '103414.237000', '103414.240000', '103414.243000', '103414.246000', '103414.249000', '103414.252000', '103414.255000', '103434.130000', '103434.133000', '103434.136000', '103434.139000', '103434.141000', '103434.144000', '103434.147000', '103434.150000', '103434.153000', '103434.156000', '103434.200000', '103434.203000', '103434.206000', '103434.209000', '103434.211000', '103434.214000', '103434.217000', '103434.220000', '103434.222000', '103434.225000', '103434.228000', '103434.231000', '103434.234000', '103434.236000', '103434.239000', '103434.242000', '103434.245000', '103434.248000', '103434.250000', '103434.253000', '103434.256000', '103434.259000', '103434.270000', '103434.272000', '103434.275000', '103434.278000', '103434.281000', '103434.284000', '103434.286000', '103434.289000', '103434.292000', '103434.295000', '103434.298000', '103434.300000', '103454.130000', '103454.133000', '103454.136000', '103454.139000', '103454.141000', '103454.144000', '103454.147000', '103454.150000', '103454.153000', '103454.155000', '103454.158000', '103454.161000', '103454.164000', '103454.166000', '103454.169000', '103454.172000', '103454.175000', '103454.178000', '103454.180000', '103454.198000', '103454.201000', '103454.203000', '103454.206000', '103454.209000', '103454.212000', '103454.215000', '103454.217000', '103454.220000', '103454.232000', '103454.235000', '103454.238000', '103454.241000', '103454.243000', '103454.246000', '103454.249000', '103454.252000', '103454.255000', '103454.258000', '103454.260000', '103454.263000', '103454.266000', '103454.269000', '103454.271000', '103514.130000', '103514.133000', '103514.136000', '103514.138000', '103514.141000', '103514.144000', '103514.147000', '103514.150000', '103514.152000', '103514.198000', '103514.201000', '103514.204000', '103514.206000', '103514.209000', '103514.212000', '103514.215000', '103514.218000', '103514.220000', '103514.223000', '103514.226000', '103514.229000', '103514.232000', '103514.234000', '103514.237000', '103514.240000', '103514.243000', '103514.245000', '103514.248000', '103514.251000', '103514.254000', '103514.257000', '103514.260000', '103514.262000', '103514.265000', '103514.268000', '103514.271000', '103514.273000', '103514.276000', '103514.279000', '103514.282000', '103514.285000', '103514.287000', '103514.290000', '103514.293000', '103534.130000', '103534.133000', '103534.136000', '103534.139000', '103534.141000', '103534.144000', '103534.147000', '103534.150000', '103534.153000', '103534.156000', '103534.158000', '103534.161000', '103534.164000', '103534.167000', '103534.170000', '103534.172000', '103534.175000', '103534.178000', '103534.181000', '103534.184000', '103534.187000', '103534.189000', '103534.192000', '103534.195000', '103534.198000', '103534.200000', '103534.203000', '103534.206000', '103534.209000', '103534.212000', '103534.214000', '103534.217000', '103534.220000', '103534.223000', '103534.226000', '103534.228000', '103534.231000', '103534.234000', '103534.237000', '103534.240000', '103534.242000', '103534.245000', '103534.248000', '103554.131000', '103554.134000', '103554.137000', '103554.139000', '103554.142000', '103554.145000', '103554.148000', '103554.151000', '103554.153000', '103554.156000', '103554.183000', '103554.186000', '103554.188000', '103554.191000', '103554.194000', '103554.197000', '103554.199000', '103554.202000', '103554.205000', '103554.208000', '103554.211000', '103554.213000', '103554.216000', '103554.219000', '103554.222000', '103554.224000', '103554.227000', '103554.230000', '103554.233000', '103554.236000', '103554.238000', '103554.241000', '103554.244000', '103554.247000', '103554.250000', '103554.253000', '103554.255000', '103554.258000', '103554.261000', '103554.264000', '103554.267000', '103554.269000', '103554.272000', '103614.131000', '103614.134000', '103614.137000', '103614.140000', '103614.142000', '103614.145000', '103614.148000', '103614.151000', '103614.154000', '103614.156000', '103614.159000', '103614.162000', '103614.165000', '103614.167000', '103614.170000', '103614.173000', '103614.176000', '103614.179000', '103614.181000', '103614.184000', '103614.187000', '103614.190000', '103614.193000', '103614.195000', '103614.198000', '103614.201000', '103614.204000', '103614.207000', '103614.209000', '103614.212000', '103614.215000', '103614.218000', '103614.221000', '103614.223000', '103614.226000', '103614.229000', '103614.232000', '103614.235000', '103614.237000', '103614.240000', '103614.243000', '103614.246000', '103614.249000', '103614.251000', '103634.131000', '103634.149000', '103634.152000', '103634.155000', '103634.158000', '103634.227000', '103634.230000', '103634.233000', '103634.236000', '103634.238000', '103634.241000', '103634.244000', '103634.247000', '103634.249000', '103634.252000', '103634.255000', '103634.258000', '103634.261000', '103634.264000', '103634.266000', '103634.269000', '103634.272000', '103634.275000', '103634.278000', '103634.280000', '103634.283000', '103634.286000', '103634.289000', '103634.291000', '103634.294000', '103634.297000', '103634.300000', '103634.303000', '103634.305000', '103634.308000', '103634.311000', '103634.314000', '103634.317000', '103634.319000', '103634.322000', '103634.325000', '103634.328000', '103634.331000', '103654.130000', '103654.133000', '103654.136000', '103654.138000', '103654.141000', '103654.144000', '103654.147000', '103654.150000', '103654.152000', '103654.155000', '103654.158000', '103654.161000', '103654.164000', '103654.166000', '103654.169000', '103654.172000', '103654.175000', '103654.178000', '103654.181000', '103654.183000', '103654.186000', '103654.189000', '103654.192000', '103654.195000', '103654.197000', '103654.200000', '103654.203000', '103654.206000', '103654.208000', '103654.211000', '103654.214000', '103654.217000', '103654.220000', '103654.223000', '103654.225000', '103654.228000', '103654.231000', '103654.234000', '103654.237000', '103654.240000', '103654.242000', '103654.245000', '103654.248000', '103654.251000', '103714.130000', '103714.133000', '103714.136000', '103714.139000', '103714.141000', '103714.144000', '103714.147000', '103714.150000', '103714.153000', '103714.155000', '103714.158000', '103714.220000', '103714.222000', '103714.225000', '103714.228000', '103714.231000', '103714.234000', '103714.236000', '103714.239000', '103714.242000', '103714.245000', '103714.248000', '103714.250000', '103714.253000', '103714.256000', '103714.259000', '103714.261000', '103714.264000', '103714.267000', '103714.270000', '103714.273000', '103714.275000', '103714.278000', '103714.281000', '103714.284000', '103714.287000', '103714.290000', '103714.292000', '103714.295000', '103714.298000', '103714.301000', '103714.303000', '103714.306000', '103734.130000', '103734.133000', '103734.136000', '103734.138000', '103734.141000', '103734.144000', '103734.147000', '103734.150000', '103734.152000', '103734.155000', '103734.158000', '103734.222000', '103734.225000', '103734.228000', '103734.231000', '103734.234000', '103734.236000', '103734.239000', '103734.242000', '103734.245000', '103734.248000', '103734.250000', '103734.253000', '103734.256000', '103734.259000', '103734.261000', '103734.264000', '103734.267000', '103734.270000', '103734.273000', '103734.276000', '103734.278000', '103734.281000', '103734.284000', '103734.287000', '103734.290000', '103734.292000', '103734.295000', '103734.298000', '103734.301000', '103734.303000', '103734.306000', '103734.309000', '103734.312000', '103749.174000', '103749.178000', '103749.182000', '103749.185000', '103749.188000', '103749.191000', '103749.195000', '103749.198000', '103749.201000', '103749.204000', '103749.208000', '103749.211000', '103749.214000', '103749.217000', '103749.220000', '103749.223000', '103749.226000', '103749.229000', '103749.232000', '103749.235000', '103749.238000', '103749.241000', '103749.244000', '103749.247000', '103749.250000', '103749.253000', '103749.260000', '103749.263000', '103749.265000', '103749.268000', '103749.271000', '103749.274000', '103749.277000'], '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': [12804, 9739, 11437, 8527, 9801, 7986, 9632, 8111, 8492, 8206, 8459, 8140, 8186, 8310, 7745, 12182, 8820, 10448, 8014, 8618, 8020, 8213, 9158, 8415, 8280, 7986, 10846, 7915, 8896, 8200, 8707, 8073, 8407, 8322, 8293, 8380, 7491, 8392, 8477, 8453, 8118, 8083, 8402, 8731, 7913, 10932, 8162, 11767, 8925, 12602, 10484, 11133, 9470, 8914, 10885, 8239, 10798, 8033, 8297, 8459, 7623, 12077, 11173, 10652, 13129, 8542, 7586, 9427, 9514, 7438, 11318, 8670, 7858, 11464, 8198, 7064, 9058, 8597, 7184, 8968, 8954, 7744, 10984, 8512, 7654, 9904, 7709, 8110, 9318, 7836, 9703, 9010, 7761, 11466, 8490, 7721, 8664, 7643, 8843, 8681, 7412, 8871, 7771, 8092, 7766, 7815, 8204, 7924, 8027, 7986, 8065, 8078, 8749, 8145, 7849, 9661, 7976, 10245, 9424, 8138, 10600, 8079, 12245, 9962, 10693, 9681, 7697, 9348, 8191, 10818, 13426, 10735, 10271, 9451, 7995, 7749, 11232, 9073, 7867, 10230, 7920, 8165, 7667, 7769, 8074, 8350, 8249, 7476, 9342, 8046, 7622, 8146, 7967, 8291, 8240, 9661, 8548, 7852, 8413, 7920, 8659, 7702, 8635, 8270, 9362, 8654, 7728, 8419, 8463, 8595, 9443, 7551, 8956, 7696, 9806, 7840, 10097, 9223, 8115, 8772, 7605, 8840, 7463, 9783, 7532, 9273, 7586, 10049, 8144, 9669, 7979, 7330, 8116, 7487, 8508, 8550, 8183, 7827, 9604, 9598, 11916, 9804, 8163, 8917, 7258, 7741, 8081, 7104, 10244, 7823, 10873, 8275, 11146, 8394, 10615, 8649, 9406, 8040, 7684, 7920, 7640, 7951, 11126, 8497, 10010, 7769, 8842, 7395, 8551, 7234, 8112, 7287, 8327, 7156, 8181, 7016, 7629, 10047, 7808, 9317, 7098, 8638, 7377, 7828, 9186, 7882, 10636, 7742, 8855, 7382, 8123, 7191, 8057, 7184, 8148, 7139, 7900, 7352, 7837, 9639, 8895, 9535, 8212, 9923, 8048, 10111, 7964, 9157, 8159, 9274, 8190, 10915, 9174, 10391, 8314, 11258, 10593, 7547, 8643, 7072, 7269, 8433, 9406, 11928, 9820, 11541, 11866, 12960, 10058, 7208, 7445, 7943, 7240, 8520, 7505, 7090, 7514, 6979, 8561, 7462, 10199, 7377, 9099, 7846, 9421, 7516, 7962, 7312, 9289, 8134, 7371, 9870, 8214, 8157, 8194, 9560, 9214, 7517, 8430, 6920, 8480, 7533, 8325, 7169, 9408, 7136, 8541, 7495, 8905, 7485, 9143, 7571, 9569, 7102, 8401, 7305, 7927, 7053, 8070, 8858, 8074, 9256, 7732, 10146, 8126, 10239, 7445, 8930, 7465, 8297, 7281, 7677, 8023, 7531, 9338, 7502, 8201, 7332, 8065, 7328, 7834, 10300, 7395, 9398, 7310, 8120, 9351, 7552, 9836, 7364, 8340, 7585, 7759, 8385, 7421, 8468, 7189, 7644, 7445, 7443, 9794, 7264, 7831, 10234, 7679, 8782, 7495, 8068, 7388, 7468, 7150, 7199, 7456, 7458, 9144, 7710, 9563, 7141, 9022, 7262, 8738, 8868, 8646, 9237, 7570, 8199, 7554, 10541, 8276, 9889, 7725, 11272, 7429, 10585, 7784, 9632, 7084, 8637, 7272, 10562, 7641, 8545, 7554, 7235, 8688, 7364, 8904, 8643, 7665, 9618, 7524, 10856, 8725, 12172, 9322, 9635, 9165, 7020, 8335, 7214, 7353, 8532, 7133, 7978, 7742, 7710, 8300, 7407, 8624, 7428, 9080, 7281, 9509, 7492, 8806, 7179, 8495, 7547, 8516, 7194, 8234, 7240, 8120, 7280, 8656, 7326, 10574, 7432, 9048, 7312, 10159, 7263, 9905, 7604, 8750, 7273, 8249, 8782, 7901, 7530, 7779, 7764, 7925, 10381, 7936, 10938, 7456, 9609, 7967, 10546, 8462, 7001, 8884, 7296, 9200, 8299, 8668, 10261, 10003, 9419, 8591, 8321, 7588, 8009, 10535, 8016, 11857, 7427, 9683, 7728, 10072, 7485, 8923, 7231, 8194, 7651, 8326, 7353, 9333, 7400, 8258, 7139, 10068, 7448, 10405, 7400, 9901, 7318, 8856, 7640, 9714, 7400, 10909, 7489, 10379, 7461, 9950, 7734, 9435, 7420, 8485, 7328, 7705, 10988, 7427, 10806, 7167, 9246, 7830, 8082, 8075, 7644, 11140, 7575, 10653, 7478, 8898, 7031, 10429, 7709, 9306, 7470, 8580, 7303, 9578, 7576, 9742, 7580, 8268, 11975, 7592, 10707, 7428, 9059, 7624, 8505, 7633, 8474, 7399, 8835, 7029, 8435, 7316, 8649, 7131, 9232, 9573, 8253, 11461, 7328, 10049, 7605, 8322, 7437, 7518, 8450, 7362, 10807, 7439, 8973, 7135, 8578, 7192, 8709, 7580, 7561, 11019, 7404, 9203, 7114, 8661, 7170, 8301, 7283, 7504, 8616, 7570, 10957, 7473, 10522, 6972, 9590, 7805, 11210, 9314, 9897, 7374, 9181, 7340, 10219, 7084, 10152, 8569, 8286, 7899, 7730, 11534, 7108, 8958, 7514, 8693, 7569, 8883, 7503, 8908, 7365, 7797, 11821, 7651, 9890, 7686, 8958, 7224, 8876, 7002, 8005, 9358, 7350, 7640, 7446, 9415, 7285, 10588, 7398, 9389, 7482, 8068, 7474, 7390, 7381, 9001, 7250, 8790, 7335, 9464, 8168, 7322, 8728, 11689, 7314, 9728, 8200, 9009, 10343, 8049, 7253, 9109, 7260, 8532, 9625, 7562, 11442, 7365, 9811, 7486, 8769, 7217, 8658, 7320, 8143, 10084, 7393, 9327, 7428, 10062, 7196, 9642, 7360, 9012, 7225, 8777, 7061, 8797, 7093, 7965, 11425, 7503, 10212, 7281, 9033, 7156, 9098, 8084, 7348, 11225, 7383, 9421, 7407, 10007, 7254, 9074, 7400, 8960, 7190, 9129, 7040, 8902, 9618, 7964, 8562, 7591, 8226, 7849, 11467, 7790, 10986, 7685, 9138, 6900, 9305, 7118, 9058, 7382, 8797, 8672, 8032, 9705, 7337, 11280, 7231, 9387, 8467, 8361, 9052, 7314, 10629, 7155, 9333, 7078, 8739, 9453, 7501, 10872, 7515, 9178, 7166, 8777, 7269, 7670, 8464, 7412, 9127, 7285, 8721, 7090, 9021, 7595, 7397, 9949, 6966, 8839, 7179, 8999, 7371, 8981, 9076, 7639, 10866, 7065, 9217, 7095, 8304, 7991, 7308, 10934, 7049, 9132, 6947, 8886, 7100, 8909, 10439, 7234, 8394, 7216, 8905, 7544, 10562, 7275, 9793, 6982, 9140, 7085, 8784, 11489, 7367, 10723, 7124, 9175, 6743, 7988, 11262, 7317, 10570, 7346, 9419, 7056, 8842, 6872, 8625, 6875, 11073, 8744, 10723, 9429, 7480, 12811, 8159, 7525, 8272, 7234, 8835, 8905, 8707, 8193, 8929, 8170, 9235, 7360, 10070, 7577, 9065, 8260, 7847, 7971, 7074, 9164, 7322, 7899, 8554, 7574, 9220], 'WindowCenter': [4444.0, 4399.0, 4404.0, 4361.0, 4379.0, 4348.0, 4368.0, 4336.0, 4357.0, 4345.0, 4344.0, 4335.0, 4347.0, 4344.0, 4336.0, 4384.0, 4356.0, 4364.0, 4334.0, 4345.0, 4335.0, 4345.0, 4352.0, 4344.0, 4343.0, 4346.0, 4373.0, 4333.0, 4343.0, 4343.0, 4343.0, 4333.0, 4345.0, 4346.0, 4357.0, 4357.0, 4348.0, 4360.0, 4360.0, 4385.0, 4373.0, 4375.0, 4384.0, 4385.0, 4374.0, 4404.0, 4373.0, 4402.0, 4372.0, 4401.0, 4381.0, 4377.0, 4367.0, 4356.0, 4376.0, 4345.0, 4375.0, 4347.0, 4345.0, 4347.0, 4352.0, 4390.0, 4380.0, 4377.0, 4386.0, 4344.0, 4335.0, 4355.0, 4367.0, 4325.0, 4364.0, 4344.0, 4334.0, 4374.0, 4332.0, 4310.0, 4328.0, 4328.0, 4299.0, 4341.0, 4331.0, 4321.0, 4362.0, 4331.0, 4323.0, 4353.0, 4321.0, 4332.0, 4352.0, 4333.0, 4352.0, 4354.0, 4323.0, 4360.0, 4330.0, 4320.0, 4329.0, 4321.0, 4340.0, 4330.0, 4310.0, 4330.0, 4320.0, 4333.0, 4335.0, 4346.0, 4358.0, 4346.0, 4347.0, 4359.0, 4359.0, 4349.0, 4358.0, 4358.0, 4360.0, 4380.0, 4362.0, 4379.0, 4369.0, 4348.0, 4377.0, 4346.0, 4384.0, 4365.0, 4364.0, 4353.0, 4325.0, 4345.0, 4338.0, 4369.0, 4379.0, 4357.0, 4356.0, 4345.0, 4325.0, 4325.0, 4354.0, 4322.0, 4312.0, 4353.0, 4321.0, 4332.0, 4322.0, 4309.0, 4318.0, 4317.0, 4317.0, 4322.0, 4338.0, 4318.0, 4318.0, 4318.0, 4320.0, 4329.0, 4332.0, 4339.0, 4329.0, 4318.0, 4330.0, 4320.0, 4329.0, 4320.0, 4356.0, 4344.0, 4341.0, 4341.0, 4333.0, 4343.0, 4354.0, 4368.0, 4376.0, 4333.0, 4352.0, 4333.0, 4361.0, 4344.0, 4376.0, 4363.0, 4331.0, 4340.0, 4331.0, 4365.0, 4334.0, 4361.0, 4333.0, 4351.0, 4331.0, 4376.0, 4345.0, 4363.0, 4343.0, 4333.0, 4343.0, 4322.0, 4342.0, 4333.0, 4335.0, 4325.0, 4357.0, 4357.0, 4376.0, 4355.0, 4334.0, 4345.0, 4325.0, 4326.0, 4332.0, 4311.0, 4350.0, 4320.0, 4350.0, 4329.0, 4357.0, 4330.0, 4347.0, 4328.0, 4327.0, 4316.0, 4294.0, 4305.0, 4293.0, 4306.0, 4333.0, 4314.0, 4325.0, 4307.0, 4325.0, 4306.0, 4326.0, 4306.0, 4305.0, 4305.0, 4316.0, 4307.0, 4329.0, 4307.0, 4321.0, 4362.0, 4320.0, 4338.0, 4308.0, 4329.0, 4306.0, 4318.0, 4338.0, 4329.0, 4349.0, 4320.0, 4339.0, 4319.0, 4330.0, 4323.0, 4342.0, 4323.0, 4333.0, 4322.0, 4345.0, 4322.0, 4333.0, 4364.0, 4353.0, 4351.0, 4342.0, 4349.0, 4330.0, 4351.0, 4331.0, 4351.0, 4332.0, 4351.0, 4330.0, 4362.0, 4352.0, 4349.0, 4335.0, 4363.0, 4353.0, 4323.0, 4329.0, 4315.0, 4324.0, 4334.0, 4343.0, 4365.0, 4354.0, 4365.0, 4365.0, 4372.0, 4347.0, 4307.0, 4293.0, 4314.0, 4295.0, 4313.0, 4306.0, 4297.0, 4307.0, 4310.0, 4343.0, 4321.0, 4347.0, 4307.0, 4324.0, 4305.0, 4312.0, 4295.0, 4316.0, 4308.0, 4340.0, 4331.0, 4334.0, 4362.0, 4329.0, 4316.0, 4315.0, 4325.0, 4326.0, 4294.0, 4314.0, 4295.0, 4315.0, 4306.0, 4316.0, 4296.0, 4337.0, 4307.0, 4328.0, 4320.0, 4339.0, 4319.0, 4340.0, 4320.0, 4337.0, 4324.0, 4331.0, 4320.0, 4331.0, 4309.0, 4333.0, 4340.0, 4331.0, 4340.0, 4331.0, 4363.0, 4333.0, 4361.0, 4323.0, 4342.0, 4321.0, 4331.0, 4310.0, 4320.0, 4319.0, 4322.0, 4341.0, 4323.0, 4331.0, 4320.0, 4332.0, 4310.0, 4331.0, 4351.0, 4321.0, 4341.0, 4309.0, 4321.0, 4338.0, 4318.0, 4350.0, 4320.0, 4330.0, 4320.0, 4332.0, 4328.0, 4321.0, 4343.0, 4310.0, 4332.0, 4321.0, 4334.0, 4363.0, 4321.0, 4334.0, 4351.0, 4321.0, 4330.0, 4320.0, 4331.0, 4333.0, 4335.0, 4323.0, 4325.0, 4333.0, 4336.0, 4364.0, 4348.0, 4365.0, 4338.0, 4366.0, 4348.0, 4358.0, 4356.0, 4356.0, 4354.0, 4335.0, 4344.0, 4346.0, 4376.0, 4345.0, 4364.0, 4335.0, 4373.0, 4324.0, 4363.0, 4322.0, 4342.0, 4303.0, 4334.0, 4314.0, 4353.0, 4324.0, 4335.0, 4324.0, 4315.0, 4335.0, 4317.0, 4334.0, 4335.0, 4313.0, 4333.0, 4313.0, 4363.0, 4344.0, 4372.0, 4342.0, 4339.0, 4328.0, 4309.0, 4316.0, 4308.0, 4321.0, 4329.0, 4311.0, 4331.0, 4335.0, 4334.0, 4343.0, 4320.0, 4330.0, 4321.0, 4339.0, 4322.0, 4352.0, 4310.0, 4342.0, 4312.0, 4329.0, 4321.0, 4353.0, 4325.0, 4343.0, 4324.0, 4344.0, 4335.0, 4355.0, 4335.0, 4376.0, 4337.0, 4355.0, 4337.0, 4366.0, 4336.0, 4355.0, 4322.0, 4332.0, 4310.0, 4331.0, 4330.0, 4331.0, 4320.0, 4321.0, 4320.0, 4332.0, 4350.0, 4321.0, 4349.0, 4311.0, 4342.0, 4323.0, 4354.0, 4334.0, 4313.0, 4343.0, 4325.0, 4342.0, 4344.0, 4341.0, 4352.0, 4350.0, 4342.0, 4330.0, 4331.0, 4307.0, 4318.0, 4337.0, 4307.0, 4346.0, 4295.0, 4323.0, 4306.0, 4335.0, 4308.0, 4326.0, 4307.0, 4315.0, 4319.0, 4342.0, 4334.0, 4352.0, 4324.0, 4341.0, 4324.0, 4362.0, 4336.0, 4376.0, 4323.0, 4353.0, 4323.0, 4355.0, 4336.0, 4352.0, 4335.0, 4373.0, 4336.0, 4374.0, 4324.0, 4364.0, 4323.0, 4341.0, 4309.0, 4331.0, 4309.0, 4322.0, 4349.0, 4310.0, 4350.0, 4310.0, 4340.0, 4308.0, 4318.0, 4318.0, 4308.0, 4358.0, 4319.0, 4348.0, 4308.0, 4319.0, 4313.0, 4361.0, 4322.0, 4340.0, 4322.0, 4342.0, 4335.0, 4352.0, 4335.0, 4353.0, 4319.0, 4332.0, 4371.0, 4321.0, 4348.0, 4309.0, 4341.0, 4320.0, 4328.0, 4319.0, 4328.0, 4308.0, 4340.0, 4309.0, 4344.0, 4323.0, 4341.0, 4324.0, 4355.0, 4365.0, 4334.0, 4359.0, 4309.0, 4337.0, 4306.0, 4329.0, 4307.0, 4322.0, 4330.0, 4320.0, 4359.0, 4321.0, 4340.0, 4323.0, 4342.0, 4312.0, 4343.0, 4320.0, 4323.0, 4360.0, 4321.0, 4353.0, 4323.0, 4342.0, 4312.0, 4343.0, 4321.0, 4323.0, 4342.0, 4333.0, 4374.0, 4325.0, 4365.0, 4316.0, 4357.0, 4334.0, 4363.0, 4340.0, 4350.0, 4311.0, 4340.0, 4310.0, 4339.0, 4300.0, 4351.0, 4318.0, 4319.0, 4306.0, 4308.0, 4345.0, 4285.0, 4326.0, 4295.0, 4315.0, 4307.0, 4338.0, 4307.0, 4329.0, 4297.0, 4320.0, 4359.0, 4319.0, 4337.0, 4309.0, 4328.0, 4309.0, 4330.0, 4310.0, 4334.0, 4341.0, 4322.0, 4321.0, 4323.0, 4340.0, 4323.0, 4363.0, 4323.0, 4354.0, 4323.0, 4348.0, 4350.0, 4338.0, 4336.0, 4355.0, 4336.0, 4369.0, 4348.0, 4378.0, 4358.0, 4348.0, 4370.0, 4386.0, 4324.0, 4355.0, 4344.0, 4355.0, 4363.0, 4333.0, 4322.0, 4342.0, 4309.0, 4330.0, 4337.0, 4321.0, 4358.0, 4309.0, 4350.0, 4309.0, 4328.0, 4309.0, 4329.0, 4308.0, 4319.0, 4347.0, 4309.0, 4327.0, 4309.0, 4337.0, 4309.0, 4339.0, 4308.0, 4328.0, 4308.0, 4328.0, 4308.0, 4329.0, 4308.0, 4331.0, 4358.0, 4310.0, 4349.0, 4321.0, 4340.0, 4309.0, 4342.0, 4319.0, 4321.0, 4358.0, 4321.0, 4348.0, 4323.0, 4362.0, 4347.0, 4366.0, 4336.0, 4353.0, 4323.0, 4363.0, 4335.0, 4366.0, 4365.0, 4333.0, 4343.0, 4333.0, 4340.0, 4343.0, 4371.0, 4334.0, 4372.0, 4332.0, 4339.0, 4320.0, 4351.0, 4312.0, 4342.0, 4322.0, 4341.0, 4329.0, 4329.0, 4338.0, 4309.0, 4360.0, 4309.0, 4338.0, 4317.0, 4317.0, 4326.0, 4306.0, 4336.0, 4296.0, 4327.0, 4295.0, 4327.0, 4334.0, 4307.0, 4346.0, 4308.0, 4335.0, 4296.0, 4329.0, 4306.0, 4318.0, 4317.0, 4310.0, 4338.0, 4320.0, 4339.0, 4324.0, 4352.0, 4318.0, 4321.0, 4363.0, 4324.0, 4340.0, 4311.0, 4342.0, 4321.0, 4355.0, 4342.0, 4333.0, 4374.0, 4323.0, 4340.0, 4308.0, 4332.0, 4318.0, 4319.0, 4359.0, 4309.0, 4351.0, 4320.0, 4343.0, 4310.0, 4353.0, 4373.0, 4322.0, 4339.0, 4321.0, 4341.0, 4332.0, 4373.0, 4322.0, 4362.0, 4321.0, 4353.0, 4310.0, 4342.0, 4360.0, 4309.0, 4359.0, 4296.0, 4337.0, 4285.0, 4317.0, 4345.0, 4307.0, 4346.0, 4306.0, 4325.0, 4296.0, 4326.0, 4296.0, 4330.0, 4300.0, 4376.0, 4357.0, 4374.0, 4367.0, 4335.0, 4386.0, 4343.0, 4332.0, 4331.0, 4321.0, 4341.0, 4340.0, 4330.0, 4318.0, 4328.0, 4316.0, 4324.0, 4296.0, 4334.0, 4306.0, 4325.0, 4316.0, 4305.0, 4316.0, 4308.0, 4325.0, 4307.0, 4316.0, 4328.0, 4317.0, 4327.0], 'WindowWidth': [9785.0, 9709.0, 9705.0, 9640.0, 9661.0, 9616.0, 9642.0, 9596.0, 9625.0, 9606.0, 9605.0, 9592.0, 9612.0, 9602.0, 9597.0, 9659.0, 9621.0, 9630.0, 9591.0, 9606.0, 9592.0, 9607.0, 9610.0, 9601.0, 9599.0, 9609.0, 9641.0, 9587.0, 9598.0, 9600.0, 9602.0, 9588.0, 9607.0, 9610.0, 9627.0, 9626.0, 9619.0, 9635.0, 9636.0, 9682.0, 9663.0, 9667.0, 9680.0, 9682.0, 9664.0, 9703.0, 9660.0, 9697.0, 9656.0, 9693.0, 9664.0, 9651.0, 9637.0, 9622.0, 9650.0, 9608.0, 9648.0, 9611.0, 9607.0, 9610.0, 9625.0, 9674.0, 9659.0, 9652.0, 9661.0, 9603.0, 9590.0, 9620.0, 9637.0, 9578.0, 9628.0, 9601.0, 9586.0, 9643.0, 9583.0, 9549.0, 9570.0, 9568.0, 9532.0, 9593.0, 9577.0, 9566.0, 9623.0, 9579.0, 9574.0, 9611.0, 9566.0, 9582.0, 9612.0, 9587.0, 9609.0, 9616.0, 9573.0, 9619.0, 9575.0, 9562.0, 9574.0, 9566.0, 9590.0, 9577.0, 9550.0, 9576.0, 9566.0, 9587.0, 9595.0, 9613.0, 9629.0, 9612.0, 9615.0, 9632.0, 9633.0, 9618.0, 9631.0, 9631.0, 9636.0, 9663.0, 9645.0, 9661.0, 9645.0, 9615.0, 9652.0, 9609.0, 9661.0, 9633.0, 9628.0, 9612.0, 9574.0, 9602.0, 9596.0, 9636.0, 9653.0, 9617.0, 9614.0, 9599.0, 9571.0, 9572.0, 9609.0, 9561.0, 9548.0, 9608.0, 9565.0, 9582.0, 9568.0, 9546.0, 9555.0, 9551.0, 9554.0, 9572.0, 9587.0, 9557.0, 9558.0, 9557.0, 9563.0, 9573.0, 9584.0, 9586.0, 9572.0, 9560.0, 9579.0, 9563.0, 9577.0, 9564.0, 9624.0, 9602.0, 9595.0, 9595.0, 9590.0, 9602.0, 9621.0, 9644.0, 9653.0, 9590.0, 9613.0, 9590.0, 9623.0, 9603.0, 9653.0, 9631.0, 9584.0, 9596.0, 9585.0, 9639.0, 9594.0, 9625.0, 9588.0, 9608.0, 9585.0, 9653.0, 9609.0, 9630.0, 9603.0, 9588.0, 9603.0, 9571.0, 9600.0, 9584.0, 9589.0, 9574.0, 9621.0, 9621.0, 9645.0, 9615.0, 9584.0, 9599.0, 9574.0, 9578.0, 9583.0, 9552.0, 9602.0, 9563.0, 9602.0, 9575.0, 9609.0, 9575.0, 9596.0, 9570.0, 9567.0, 9550.0, 9516.0, 9533.0, 9515.0, 9535.0, 9568.0, 9543.0, 9559.0, 9540.0, 9563.0, 9540.0, 9566.0, 9539.0, 9535.0, 9535.0, 9551.0, 9542.0, 9573.0, 9542.0, 9567.0, 9628.0, 9565.0, 9583.0, 9545.0, 9574.0, 9537.0, 9558.0, 9586.0, 9575.0, 9603.0, 9565.0, 9589.0, 9564.0, 9579.0, 9577.0, 9601.0, 9576.0, 9587.0, 9573.0, 9609.0, 9571.0, 9588.0, 9632.0, 9615.0, 9609.0, 9599.0, 9604.0, 9579.0, 9607.0, 9582.0, 9608.0, 9586.0, 9607.0, 9581.0, 9627.0, 9610.0, 9601.0, 9588.0, 9624.0, 9608.0, 9571.0, 9570.0, 9563.0, 9574.0, 9588.0, 9597.0, 9630.0, 9612.0, 9632.0, 9632.0, 9637.0, 9596.0, 9542.0, 9517.0, 9549.0, 9523.0, 9544.0, 9540.0, 9527.0, 9543.0, 9551.0, 9602.0, 9570.0, 9597.0, 9540.0, 9560.0, 9535.0, 9538.0, 9522.0, 9553.0, 9544.0, 9587.0, 9580.0, 9592.0, 9624.0, 9574.0, 9550.0, 9547.0, 9559.0, 9564.0, 9518.0, 9546.0, 9523.0, 9548.0, 9537.0, 9550.0, 9526.0, 9580.0, 9544.0, 9571.0, 9565.0, 9586.0, 9563.0, 9590.0, 9565.0, 9583.0, 9578.0, 9581.0, 9566.0, 9579.0, 9546.0, 9587.0, 9590.0, 9580.0, 9590.0, 9582.0, 9627.0, 9586.0, 9622.0, 9573.0, 9597.0, 9568.0, 9582.0, 9549.0, 9566.0, 9562.0, 9570.0, 9594.0, 9572.0, 9580.0, 9567.0, 9584.0, 9550.0, 9583.0, 9609.0, 9568.0, 9595.0, 9549.0, 9566.0, 9583.0, 9559.0, 9604.0, 9565.0, 9578.0, 9563.0, 9583.0, 9573.0, 9568.0, 9602.0, 9554.0, 9584.0, 9566.0, 9592.0, 9627.0, 9566.0, 9589.0, 9608.0, 9567.0, 9577.0, 9564.0, 9581.0, 9590.0, 9597.0, 9575.0, 9581.0, 9590.0, 9600.0, 9633.0, 9617.0, 9637.0, 9606.0, 9639.0, 9618.0, 9632.0, 9623.0, 9623.0, 9617.0, 9592.0, 9602.0, 9609.0, 9652.0, 9607.0, 9629.0, 9593.0, 9641.0, 9576.0, 9627.0, 9571.0, 9592.0, 9541.0, 9581.0, 9556.0, 9608.0, 9570.0, 9584.0, 9568.0, 9559.0, 9584.0, 9564.0, 9582.0, 9586.0, 9550.0, 9578.0, 9554.0, 9625.0, 9600.0, 9635.0, 9593.0, 9585.0, 9570.0, 9547.0, 9549.0, 9547.0, 9566.0, 9574.0, 9552.0, 9578.0, 9595.0, 9591.0, 9599.0, 9563.0, 9578.0, 9566.0, 9587.0, 9570.0, 9611.0, 9550.0, 9594.0, 9556.0, 9573.0, 9565.0, 9615.0, 9582.0, 9601.0, 9576.0, 9605.0, 9592.0, 9621.0, 9597.0, 9649.0, 9599.0, 9620.0, 9600.0, 9635.0, 9597.0, 9618.0, 9568.0, 9581.0, 9548.0, 9580.0, 9575.0, 9578.0, 9562.0, 9566.0, 9562.0, 9581.0, 9603.0, 9566.0, 9600.0, 9549.0, 9588.0, 9566.0, 9611.0, 9583.0, 9555.0, 9594.0, 9577.0, 9596.0, 9602.0, 9593.0, 9611.0, 9604.0, 9597.0, 9574.0, 9576.0, 9539.0, 9556.0, 9579.0, 9540.0, 9589.0, 9522.0, 9555.0, 9535.0, 9571.0, 9544.0, 9563.0, 9538.0, 9548.0, 9560.0, 9599.0, 9591.0, 9611.0, 9577.0, 9597.0, 9579.0, 9624.0, 9597.0, 9651.0, 9574.0, 9611.0, 9572.0, 9619.0, 9596.0, 9611.0, 9592.0, 9640.0, 9595.0, 9646.0, 9575.0, 9629.0, 9573.0, 9595.0, 9548.0, 9579.0, 9547.0, 9567.0, 9599.0, 9550.0, 9602.0, 9548.0, 9590.0, 9543.0, 9557.0, 9555.0, 9544.0, 9611.0, 9560.0, 9598.0, 9542.0, 9555.0, 9558.0, 9622.0, 9570.0, 9590.0, 9572.0, 9598.0, 9593.0, 9612.0, 9593.0, 9614.0, 9558.0, 9582.0, 9634.0, 9564.0, 9597.0, 9548.0, 9594.0, 9563.0, 9572.0, 9560.0, 9569.0, 9546.0, 9592.0, 9548.0, 9603.0, 9575.0, 9595.0, 9575.0, 9620.0, 9633.0, 9589.0, 9614.0, 9546.0, 9579.0, 9535.0, 9572.0, 9540.0, 9569.0, 9575.0, 9566.0, 9614.0, 9566.0, 9589.0, 9574.0, 9598.0, 9555.0, 9598.0, 9564.0, 9570.0, 9615.0, 9566.0, 9612.0, 9574.0, 9595.0, 9556.0, 9599.0, 9569.0, 9574.0, 9598.0, 9589.0, 9642.0, 9578.0, 9628.0, 9563.0, 9624.0, 9590.0, 9627.0, 9590.0, 9603.0, 9550.0, 9587.0, 9548.0, 9585.0, 9535.0, 9604.0, 9555.0, 9559.0, 9536.0, 9539.0, 9586.0, 9507.0, 9564.0, 9520.0, 9546.0, 9540.0, 9584.0, 9540.0, 9572.0, 9526.0, 9562.0, 9612.0, 9558.0, 9579.0, 9546.0, 9568.0, 9546.0, 9575.0, 9549.0, 9590.0, 9594.0, 9569.0, 9567.0, 9573.0, 9591.0, 9573.0, 9627.0, 9571.0, 9615.0, 9572.0, 9614.0, 9622.0, 9602.0, 9596.0, 9619.0, 9599.0, 9647.0, 9619.0, 9655.0, 9629.0, 9615.0, 9649.0, 9665.0, 9575.0, 9616.0, 9603.0, 9619.0, 9627.0, 9585.0, 9572.0, 9598.0, 9548.0, 9577.0, 9582.0, 9564.0, 9610.0, 9546.0, 9603.0, 9547.0, 9571.0, 9546.0, 9573.0, 9542.0, 9561.0, 9593.0, 9545.0, 9567.0, 9548.0, 9582.0, 9546.0, 9586.0, 9545.0, 9571.0, 9543.0, 9569.0, 9545.0, 9575.0, 9545.0, 9579.0, 9613.0, 9550.0, 9602.0, 9565.0, 9589.0, 9549.0, 9598.0, 9561.0, 9567.0, 9612.0, 9566.0, 9601.0, 9575.0, 9625.0, 9615.0, 9642.0, 9600.0, 9616.0, 9579.0, 9630.0, 9597.0, 9639.0, 9634.0, 9588.0, 9598.0, 9588.0, 9593.0, 9603.0, 9637.0, 9589.0, 9640.0, 9584.0, 9590.0, 9568.0, 9607.0, 9557.0, 9598.0, 9571.0, 9593.0, 9574.0, 9576.0, 9585.0, 9549.0, 9615.0, 9544.0, 9584.0, 9553.0, 9553.0, 9564.0, 9538.0, 9577.0, 9525.0, 9566.0, 9523.0, 9568.0, 9573.0, 9541.0, 9590.0, 9543.0, 9576.0, 9527.0, 9575.0, 9539.0, 9558.0, 9554.0, 9550.0, 9586.0, 9565.0, 9590.0, 9577.0, 9613.0, 9559.0, 9569.0, 9628.0, 9579.0, 9593.0, 9555.0, 9597.0, 9570.0, 9619.0, 9596.0, 9587.0, 9645.0, 9573.0, 9593.0, 9546.0, 9583.0, 9560.0, 9563.0, 9615.0, 9550.0, 9609.0, 9569.0, 9599.0, 9552.0, 9615.0, 9644.0, 9571.0, 9590.0, 9571.0, 9596.0, 9587.0, 9642.0, 9574.0, 9624.0, 9570.0, 9614.0, 9552.0, 9598.0, 9618.0, 9549.0, 9615.0, 9525.0, 9581.0, 9510.0, 9555.0, 9589.0, 9541.0, 9591.0, 9538.0, 9563.0, 9524.0, 9566.0, 9527.0, 9576.0, 9538.0, 9649.0, 9625.0, 9646.0, 9639.0, 9593.0, 9658.0, 9602.0, 9585.0, 9581.0, 9567.0, 9595.0, 9590.0, 9576.0, 9557.0, 9571.0, 9551.0, 9558.0, 9524.0, 9572.0, 9539.0, 9563.0, 9552.0, 9535.0, 9552.0, 9544.0, 9564.0, 9540.0, 9550.0, 9571.0, 9556.0, 9567.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.002077060849598163</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.038188899425947186</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.0319744811379</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2315413767126433</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0036403343448277</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4645</td></tr>
|
|
<tr><td colspan=3>fber</td><td>6612.5439</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.11461272266300829</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>82</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>9.41446613088404</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4510939305326236</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.442664396307797</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.63731002803072</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2733073672593545</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0109945</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.011325127445161343</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.023598192259669304</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>871</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>3.8641600283788744</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>23.6755</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>41.7393</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>166.6314</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>47.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>302173.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>745.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>321.5807</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.4701</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>545.434</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3555.5979</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3786.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>74371.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1098.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4631.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>979.7665</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>34.12566680833697</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> |