=== 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-0074 --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-0074",
"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-0074_ses-03_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-0074_ses-03_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-03_subject-0074_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-0074/figures/sub-0074_ses-03_task-social_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0074/figures/sub-0074_ses-03_task-social_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0074/figures/sub-0074_ses-03_task-social_acq-mb8_run-02_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-02_session-03_subject-0074_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-0074/figures/sub-0074_ses-03_task-social_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0074/figures/sub-0074_ses-03_task-social_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0074/figures/sub-0074_ses-03_task-social_acq-mb8_run-02_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-02_session-03_subject-0074_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-0074/figures/sub-0074_ses-03_task-social_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0074/figures/sub-0074_ses-03_task-social_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0074/figures/sub-0074_ses-03_task-social_acq-mb8_run-02_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-02_session-03_subject-0074_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-0074/figures/sub-0074_ses-03_task-social_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0074/figures/sub-0074_ses-03_task-social_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0074/figures/sub-0074_ses-03_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-03_subject-0074_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-0074/figures/sub-0074_ses-03_task-social_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0074/figures/sub-0074_ses-03_task-social_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0074/figures/sub-0074_ses-03_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-03_subject-0074_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-0074/figures/sub-0074_ses-03_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0074/figures/sub-0074_ses-03_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0074/figures/sub-0074_ses-03_task-social_acq-mb8_run-02_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-03_subject-0074_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-0074/figures/sub-0074_ses-03_task-social_acq-mb8_run-02_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0074/figures/sub-0074_ses-03_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-0074/figures/sub-0074_ses-03_task-social_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0074/figures/sub-0074_ses-03_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-0074/ses-03/func/sub-0074_ses-03_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>5f303b54bf14d34b45b203a333faa5e3</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>19:11:43.387500</td></tr>
|
|
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
|
|
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
|
|
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
|
|
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
|
|
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
|
|
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
|
|
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
|
|
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
|
|
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
|
|
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
|
|
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
|
|
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
|
|
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.993898, -0.075553, 0.08037, 0.06828, 0.993627, 0.0896876]</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.0856565</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>10</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4177, -7744, -7273, 629, -126, -253, -142, 66]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>social</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>228.088</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>f104b2cd-428a-4145-806c-4b9f2c58071e||Sequence: R016 ve11e/master r/434b28f1; Aug 7 2019 18:53:46 by eja</td></tr>
|
|
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6665544509887695, 0.18319012224674225, 0.23391161859035492, 91.65484619140625], [0.20270316302776337, 2.665827751159668, 0.22586211562156677, -107.57952880859375], [0.2156268209218979, -0.2406252920627594, 2.680349111557007, -77.5068588256836], [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': ['191143.387500', '191143.847500', '191144.307500', '191144.767500', '191145.227500', '191145.687500', '191146.147500', '191146.607500', '191147.067500', '191147.527500', '191147.987500', '191148.447500', '191148.907500', '191149.367500', '191149.827500', '191150.287500', '191150.747500', '191151.207500', '191151.667500', '191152.127500', '191152.587500', '191153.047500', '191153.507500', '191153.967500', '191154.427500', '191154.887500', '191155.347500', '191155.807500', '191156.267500', '191156.727500', '191157.187500', '191157.647500', '191158.107500', '191158.567500', '191159.027500', '191159.487500', '191159.947500', '191200.407500', '191200.867500', '191201.327500', '191201.787500', '191202.247500', '191202.707500', '191203.167500', '191203.627500', '191204.087500', '191204.547500', '191205.007500', '191205.467500', '191205.927500', '191206.387500', '191206.847500', '191207.307500', '191207.767500', '191208.227500', '191208.687500', '191209.147500', '191209.607500', '191210.067500', '191210.527500', '191210.987500', '191211.447500', '191211.907500', '191212.367500', '191212.827500', '191213.287500', '191213.747500', '191214.207500', '191214.667500', '191215.127500', '191215.587500', '191216.047500', '191216.507500', '191216.967500', '191217.427500', '191217.887500', '191218.347500', '191218.807500', '191219.267500', '191219.727500', '191220.187500', '191220.647500', '191221.107500', '191221.567500', '191222.027500', '191222.487500', '191222.947500', '191223.407500', '191223.867500', '191224.327500', '191224.787500', '191225.247500', '191225.707500', '191226.167500', '191226.627500', '191227.087500', '191227.547500', '191228.007500', '191228.467500', '191228.927500', '191229.387500', '191229.847500', '191230.307500', '191230.767500', '191231.227500', '191231.687500', '191232.147500', '191232.607500', '191233.067500', '191233.527500', '191233.987500', '191234.447500', '191234.907500', '191235.367500', '191235.827500', '191236.287500', '191236.747500', '191237.207500', '191237.667500', '191238.127500', '191238.587500', '191239.047500', '191239.507500', '191239.967500', '191240.427500', '191240.887500', '191241.347500', '191241.807500', '191242.267500', '191242.727500', '191243.187500', '191243.647500', '191244.107500', '191244.567500', '191245.027500', '191245.487500', '191245.947500', '191246.407500', '191246.867500', '191247.327500', '191247.787500', '191248.247500', '191248.707500', '191249.167500', '191249.627500', '191250.087500', '191250.547500', '191251.007500', '191251.467500', '191251.927500', '191252.387500', '191252.847500', '191253.307500', '191253.767500', '191254.227500', '191254.687500', '191255.147500', '191255.607500', '191256.067500', '191256.527500', '191256.987500', '191257.447500', '191257.907500', '191258.367500', '191258.827500', '191259.287500', '191259.747500', '191300.207500', '191300.667500', '191301.127500', '191301.587500', '191302.047500', '191302.507500', '191302.967500', '191303.427500', '191303.887500', '191304.347500', '191304.807500', '191305.267500', '191305.727500', '191306.187500', '191306.647500', '191307.107500', '191307.567500', '191308.027500', '191308.487500', '191308.947500', '191309.407500', '191309.867500', '191310.327500', '191310.787500', '191311.247500', '191311.707500', '191312.167500', '191312.627500', '191313.087500', '191313.547500', '191314.007500', '191314.467500', '191314.927500', '191315.387500', '191315.847500', '191316.307500', '191316.767500', '191317.227500', '191317.687500', '191318.147500', '191318.607500', '191319.067500', '191319.527500', '191319.987500', '191320.447500', '191320.907500', '191321.367500', '191321.827500', '191322.287500', '191322.747500', '191323.207500', '191323.667500', '191324.127500', '191324.587500', '191325.047500', '191325.507500', '191325.967500', '191326.427500', '191326.887500', '191327.347500', '191327.807500', '191328.267500', '191328.727500', '191329.187500', '191329.647500', '191330.107500', '191330.567500', '191331.027500', '191331.487500', '191331.947500', '191332.407500', '191332.867500', '191333.327500', '191333.787500', '191334.247500', '191334.707500', '191335.167500', '191335.627500', '191336.087500', '191336.547500', '191337.007500', '191337.467500', '191337.927500', '191338.387500', '191338.847500', '191339.307500', '191339.767500', '191340.227500', '191340.687500', '191341.147500', '191341.607500', '191342.067500', '191342.527500', '191342.987500', '191343.447500', '191343.907500', '191344.367500', '191344.827500', '191345.287500', '191345.747500', '191346.207500', '191346.667500', '191347.127500', '191347.587500', '191348.047500', '191348.507500', '191348.967500', '191349.427500', '191349.887500', '191350.347500', '191350.807500', '191351.267500', '191351.727500', '191352.187500', '191352.647500', '191353.107500', '191353.567500', '191354.027500', '191354.487500', '191354.947500', '191355.407500', '191355.867500', '191356.327500', '191356.787500', '191357.247500', '191357.707500', '191358.167500', '191358.627500', '191359.087500', '191359.547500', '191400.007500', '191400.467500', '191400.927500', '191401.387500', '191401.847500', '191402.307500', '191402.767500', '191403.227500', '191403.687500', '191404.147500', '191404.607500', '191405.067500', '191405.527500', '191405.987500', '191406.447500', '191406.907500', '191407.367500', '191407.827500', '191408.287500', '191408.747500', '191409.207500', '191409.667500', '191410.127500', '191410.587500', '191411.047500', '191411.507500', '191411.967500', '191412.427500', '191412.887500', '191413.347500', '191413.807500', '191414.267500', '191414.727500', '191415.187500', '191415.647500', '191416.107500', '191416.567500', '191417.027500', '191417.487500', '191417.947500', '191418.407500', '191418.867500', '191419.327500', '191419.787500', '191420.247500', '191420.707500', '191421.167500', '191421.627500', '191422.087500', '191422.547500', '191423.007500', '191423.467500', '191423.927500', '191424.387500', '191424.847500', '191425.307500', '191425.767500', '191426.227500', '191426.687500', '191427.147500', '191427.607500', '191428.067500', '191428.527500', '191428.987500', '191429.447500', '191429.907500', '191430.367500', '191430.827500', '191431.287500', '191431.747500', '191432.207500', '191432.667500', '191433.127500', '191433.587500', '191434.047500', '191434.507500', '191434.967500', '191435.427500', '191435.887500', '191436.347500', '191436.807500', '191437.267500', '191437.727500', '191438.187500', '191438.647500', '191439.107500', '191439.567500', '191440.027500', '191440.487500', '191440.947500', '191441.407500', '191441.867500', '191442.327500', '191442.787500', '191443.247500', '191443.707500', '191444.167500', '191444.627500', '191445.087500', '191445.547500', '191446.007500', '191446.467500', '191446.927500', '191447.387500', '191447.847500', '191448.307500', '191448.767500', '191449.227500', '191449.687500', '191450.147500', '191450.607500', '191451.067500', '191451.527500', '191451.987500', '191452.447500', '191452.907500', '191453.367500', '191453.827500', '191454.287500', '191454.747500', '191455.207500', '191455.667500', '191456.127500', '191456.587500', '191457.047500', '191457.507500', '191457.967500', '191458.427500', '191458.887500', '191459.347500', '191459.807500', '191500.267500', '191500.727500', '191501.187500', '191501.647500', '191502.107500', '191502.567500', '191503.027500', '191503.487500', '191503.947500', '191504.407500', '191504.867500', '191505.327500', '191505.787500', '191506.247500', '191506.707500', '191507.167500', '191507.627500', '191508.087500', '191508.547500', '191509.007500', '191509.467500', '191509.927500', '191510.387500', '191510.847500', '191511.307500', '191511.767500', '191512.227500', '191512.687500', '191513.147500', '191513.607500', '191514.067500', '191514.527500', '191514.987500', '191515.447500', '191515.907500', '191516.367500', '191516.827500', '191517.287500', '191517.747500', '191518.207500', '191518.667500', '191519.127500', '191519.587500', '191520.047500', '191520.507500', '191520.967500', '191521.427500', '191521.887500', '191522.347500', '191522.807500', '191523.267500', '191523.727500', '191524.187500', '191524.647500', '191525.107500', '191525.567500', '191526.027500', '191526.487500', '191526.947500', '191527.407500', '191527.867500', '191528.327500', '191528.787500', '191529.247500', '191529.707500', '191530.167500', '191530.627500', '191531.087500', '191531.547500', '191532.007500', '191532.467500', '191532.927500', '191533.387500', '191533.847500', '191534.307500', '191534.767500', '191535.227500', '191535.687500', '191536.147500', '191536.607500', '191537.067500', '191537.527500', '191537.987500', '191538.447500', '191538.907500', '191539.367500', '191539.827500', '191540.287500', '191540.747500', '191541.207500', '191541.667500', '191542.127500', '191542.587500', '191543.047500', '191543.507500', '191543.967500', '191544.427500', '191544.887500', '191545.347500', '191545.807500', '191546.267500', '191546.727500', '191547.187500', '191547.647500', '191548.107500', '191548.567500', '191549.027500', '191549.487500', '191549.947500', '191550.407500', '191550.867500', '191551.327500', '191551.787500', '191552.247500', '191552.707500', '191553.167500', '191553.627500', '191554.087500', '191554.547500', '191555.007500', '191555.467500', '191555.927500', '191556.387500', '191556.847500', '191557.307500', '191557.767500', '191558.227500', '191558.687500', '191559.147500', '191559.607500', '191600.067500', '191600.527500', '191600.987500', '191601.447500', '191601.907500', '191602.367500', '191602.827500', '191603.287500', '191603.747500', '191604.207500', '191604.667500', '191605.127500', '191605.587500', '191606.047500', '191606.507500', '191606.967500', '191607.427500', '191607.887500', '191608.347500', '191608.807500', '191609.267500', '191609.727500', '191610.187500', '191610.647500', '191611.107500', '191611.567500', '191612.027500', '191612.487500', '191612.947500', '191613.407500', '191613.867500', '191614.327500', '191614.787500', '191615.247500', '191615.707500', '191616.167500', '191616.627500', '191617.087500', '191617.547500', '191618.007500', '191618.467500', '191618.927500', '191619.387500', '191619.847500', '191620.307500', '191620.767500', '191621.227500', '191621.687500', '191622.147500', '191622.607500', '191623.067500', '191623.527500', '191623.987500', '191624.447500', '191624.907500', '191625.367500', '191625.827500', '191626.287500', '191626.747500', '191627.207500', '191627.667500', '191628.127500', '191628.587500', '191629.047500', '191629.507500', '191629.967500', '191630.427500', '191630.887500', '191631.347500', '191631.807500', '191632.267500', '191632.727500', '191633.187500', '191633.647500', '191634.107500', '191634.567500', '191635.027500', '191635.487500', '191635.947500', '191636.407500', '191636.867500', '191637.327500', '191637.787500', '191638.247500', '191638.707500', '191639.167500', '191639.627500', '191640.087500', '191640.547500', '191641.007500', '191641.467500', '191641.927500', '191642.387500', '191642.847500', '191643.307500', '191643.767500', '191644.227500', '191644.687500', '191645.147500', '191645.607500', '191646.067500', '191646.527500', '191646.987500', '191647.447500', '191647.907500', '191648.367500', '191648.827500', '191649.287500', '191649.747500', '191650.207500', '191650.667500', '191651.127500', '191651.587500', '191652.047500', '191652.507500', '191652.967500', '191653.427500', '191653.887500', '191654.347500', '191654.807500', '191655.267500', '191655.727500', '191656.187500', '191656.647500', '191657.107500', '191657.567500', '191658.027500', '191658.487500', '191658.947500', '191659.407500', '191659.867500', '191700.327500', '191700.787500', '191701.247500', '191701.707500', '191702.167500', '191702.627500', '191703.087500', '191703.547500', '191704.007500', '191704.467500', '191704.927500', '191705.387500', '191705.847500', '191706.307500', '191706.767500', '191707.227500', '191707.687500', '191708.147500', '191708.607500', '191709.067500', '191709.527500', '191709.987500', '191710.447500', '191710.907500', '191711.367500', '191711.827500', '191712.287500', '191712.747500', '191713.207500', '191713.667500', '191714.127500', '191714.587500', '191715.047500', '191715.507500', '191715.967500', '191716.427500', '191716.887500', '191717.347500', '191717.807500', '191718.267500', '191718.727500', '191719.187500', '191719.647500', '191720.107500', '191720.567500', '191721.027500', '191721.487500', '191721.947500', '191722.407500', '191722.867500', '191723.327500', '191723.787500', '191724.247500', '191724.707500', '191725.167500', '191725.627500', '191726.087500', '191726.547500', '191727.007500', '191727.467500', '191727.927500', '191728.387500', '191728.847500', '191729.307500', '191729.767500', '191730.227500', '191730.687500', '191731.147500', '191731.607500', '191732.067500', '191732.527500', '191732.987500', '191733.447500', '191733.907500', '191734.367500', '191734.827500', '191735.287500', '191735.747500', '191736.207500', '191736.667500', '191737.127500', '191737.587500', '191738.047500', '191738.507500', '191738.967500', '191739.427500', '191739.887500', '191740.347500', '191740.807500', '191741.267500', '191741.727500', '191742.187500', '191742.647500', '191743.107500', '191743.567500', '191744.027500', '191744.487500', '191744.947500', '191745.407500', '191745.867500', '191746.327500', '191746.787500', '191747.247500', '191747.707500', '191748.167500', '191748.627500', '191749.087500', '191749.547500', '191750.007500', '191750.467500', '191750.927500', '191751.387500', '191751.847500', '191752.307500', '191752.767500', '191753.227500', '191753.687500', '191754.147500', '191754.607500', '191755.067500', '191755.527500', '191755.987500', '191756.447500', '191756.907500', '191757.367500', '191757.827500', '191758.287500', '191758.747500', '191759.207500', '191759.667500', '191800.127500', '191800.587500', '191801.047500', '191801.507500', '191801.967500', '191802.427500', '191802.887500', '191803.347500', '191803.807500', '191804.267500', '191804.727500', '191805.187500', '191805.647500', '191806.107500', '191806.567500', '191807.027500', '191807.487500', '191807.947500', '191808.407500', '191808.867500', '191809.327500', '191809.787500', '191810.247500', '191810.707500', '191811.167500', '191811.627500', '191812.087500', '191812.547500', '191813.007500', '191813.467500', '191813.927500', '191814.387500', '191814.847500', '191815.307500', '191815.767500', '191816.227500', '191816.687500', '191817.147500', '191817.607500', '191818.067500', '191818.527500', '191818.987500', '191819.447500', '191819.907500', '191820.367500', '191820.827500', '191821.287500', '191821.747500', '191822.207500', '191822.667500', '191823.127500', '191823.587500', '191824.047500'], 'ContentTime': ['191204.689000', '191204.692000', '191204.694000', '191204.697000', '191204.699000', '191204.702000', '191204.705000', '191204.707000', '191204.710000', '191204.712000', '191204.715000', '191204.717000', '191204.720000', '191204.723000', '191204.732000', '191204.734000', '191204.737000', '191204.739000', '191204.742000', '191204.745000', '191204.747000', '191204.750000', '191204.753000', '191204.755000', '191204.758000', '191204.760000', '191204.763000', '191204.765000', '191204.768000', '191204.771000', '191204.774000', '191204.776000', '191204.779000', '191204.782000', '191204.784000', '191204.787000', '191204.789000', '191204.792000', '191204.794000', '191204.797000', '191204.799000', '191204.802000', '191204.805000', '191224.651000', '191224.654000', '191224.657000', '191224.659000', '191224.662000', '191224.665000', '191224.667000', '191224.670000', '191224.672000', '191224.675000', '191224.678000', '191224.680000', '191224.683000', '191224.685000', '191224.688000', '191224.691000', '191224.693000', '191224.696000', '191224.698000', '191224.701000', '191224.704000', '191224.707000', '191224.709000', '191224.712000', '191224.714000', '191224.717000', '191224.719000', '191224.722000', '191224.724000', '191224.727000', '191224.730000', '191224.732000', '191224.735000', '191224.737000', '191224.740000', '191224.743000', '191224.745000', '191224.748000', '191224.750000', '191224.753000', '191224.755000', '191224.758000', '191224.760000', '191224.763000', '191244.651000', '191244.654000', '191244.657000', '191244.659000', '191244.662000', '191244.664000', '191244.667000', '191244.669000', '191244.672000', '191244.674000', '191244.677000', '191244.680000', '191244.682000', '191244.685000', '191244.687000', '191244.690000', '191244.692000', '191244.695000', '191244.697000', '191244.700000', '191244.702000', '191244.705000', '191244.707000', '191244.710000', '191244.713000', '191244.715000', '191244.718000', '191244.720000', '191244.723000', '191244.725000', '191244.728000', '191244.730000', '191244.733000', '191244.735000', '191244.738000', '191244.740000', '191244.743000', '191244.746000', '191244.748000', '191244.751000', '191244.754000', '191244.763000', '191244.766000', '191304.652000', '191304.655000', '191304.658000', '191304.660000', '191304.663000', '191304.665000', '191304.668000', '191304.670000', '191304.673000', '191304.675000', '191304.678000', '191304.681000', '191304.683000', '191304.686000', '191304.688000', '191304.691000', '191304.694000', '191304.696000', '191304.699000', '191304.701000', '191304.704000', '191304.706000', '191304.709000', '191304.711000', '191304.714000', '191304.716000', '191304.719000', '191304.722000', '191304.724000', '191304.727000', '191304.729000', '191304.732000', '191304.734000', '191304.737000', '191304.739000', '191304.742000', '191304.749000', '191304.752000', '191304.754000', '191304.766000', '191304.769000', '191304.772000', '191304.774000', '191304.777000', '191324.652000', '191324.655000', '191324.658000', '191324.660000', '191324.663000', '191324.665000', '191324.668000', '191324.670000', '191324.673000', '191324.676000', '191324.678000', '191324.681000', '191324.684000', '191324.686000', '191324.689000', '191324.691000', '191324.694000', '191324.696000', '191324.699000', '191324.702000', '191324.704000', '191324.707000', '191324.709000', '191324.712000', '191324.714000', '191324.717000', '191324.719000', '191324.722000', '191324.724000', '191324.727000', '191324.730000', '191324.732000', '191324.735000', '191324.737000', '191324.740000', '191324.742000', '191324.745000', '191324.747000', '191324.750000', '191324.752000', '191324.755000', '191324.758000', '191324.760000', '191344.651000', '191344.654000', '191344.657000', '191344.659000', '191344.662000', '191344.664000', '191344.667000', '191344.670000', '191344.672000', '191344.675000', '191344.677000', '191344.680000', '191344.682000', '191344.685000', '191344.688000', '191344.690000', '191344.693000', '191344.695000', '191344.698000', '191344.700000', '191344.703000', '191344.706000', '191344.708000', '191344.711000', '191344.713000', '191344.716000', '191344.718000', '191344.721000', '191344.723000', '191344.726000', '191344.728000', '191344.731000', '191344.734000', '191344.736000', '191344.739000', '191344.741000', '191344.744000', '191344.746000', '191344.749000', '191344.751000', '191344.754000', '191344.757000', '191344.759000', '191344.762000', '191404.652000', '191404.654000', '191404.657000', '191404.659000', '191404.662000', '191404.665000', '191404.667000', '191404.670000', '191404.672000', '191404.675000', '191404.678000', '191404.680000', '191404.683000', '191404.685000', '191404.688000', '191404.690000', '191404.693000', '191404.695000', '191404.698000', '191404.700000', '191404.703000', '191404.706000', '191404.708000', '191404.711000', '191404.713000', '191404.716000', '191404.718000', '191404.721000', '191404.723000', '191404.726000', '191404.729000', '191404.731000', '191404.734000', '191404.736000', '191404.739000', '191404.741000', '191404.744000', '191404.747000', '191404.749000', '191404.752000', '191404.754000', '191404.757000', '191404.759000', '191424.651000', '191424.654000', '191424.657000', '191424.659000', '191424.662000', '191424.664000', '191424.667000', '191424.670000', '191424.672000', '191424.675000', '191424.677000', '191424.680000', '191424.683000', '191424.685000', '191424.688000', '191424.690000', '191424.693000', '191424.696000', '191424.698000', '191424.701000', '191424.703000', '191424.706000', '191424.708000', '191424.711000', '191424.714000', '191424.716000', '191424.719000', '191424.725000', '191424.728000', '191424.730000', '191424.733000', '191424.735000', '191424.738000', '191424.740000', '191424.743000', '191424.746000', '191424.748000', '191424.751000', '191424.753000', '191424.756000', '191424.758000', '191424.761000', '191424.764000', '191424.766000', '191444.652000', '191444.654000', '191444.657000', '191444.659000', '191444.662000', '191444.665000', '191444.667000', '191444.670000', '191444.672000', '191444.675000', '191444.677000', '191444.680000', '191444.683000', '191444.685000', '191444.688000', '191444.690000', '191444.693000', '191444.696000', '191444.698000', '191444.701000', '191444.703000', '191444.706000', '191444.708000', '191444.711000', '191444.713000', '191444.716000', '191444.719000', '191444.721000', '191444.724000', '191444.726000', '191444.729000', '191444.731000', '191444.734000', '191444.737000', '191444.751000', '191444.753000', '191444.756000', '191444.759000', '191444.761000', '191444.764000', '191444.766000', '191444.769000', '191444.771000', '191504.652000', '191504.655000', '191504.657000', '191504.660000', '191504.662000', '191504.665000', '191504.668000', '191504.670000', '191504.673000', '191504.676000', '191504.678000', '191504.681000', '191504.683000', '191504.686000', '191504.688000', '191504.691000', '191504.694000', '191504.696000', '191504.699000', '191504.701000', '191504.704000', '191504.707000', '191504.709000', '191504.712000', '191504.714000', '191504.717000', '191504.719000', '191504.722000', '191504.725000', '191504.727000', '191504.730000', '191504.732000', '191504.735000', '191504.737000', '191504.740000', '191504.743000', '191504.745000', '191504.748000', '191504.750000', '191504.753000', '191504.756000', '191504.758000', '191504.761000', '191504.763000', '191524.652000', '191524.655000', '191524.658000', '191524.661000', '191524.663000', '191524.666000', '191524.668000', '191524.671000', '191524.674000', '191524.676000', '191524.679000', '191524.681000', '191524.684000', '191524.686000', '191524.689000', '191524.692000', '191524.694000', '191524.697000', '191524.699000', '191524.702000', '191524.704000', '191524.707000', '191524.709000', '191524.712000', '191524.715000', '191524.717000', '191524.720000', '191524.722000', '191524.725000', '191524.727000', '191524.730000', '191524.732000', '191524.735000', '191524.738000', '191524.740000', '191524.743000', '191524.745000', '191524.748000', '191524.750000', '191524.753000', '191524.755000', '191524.758000', '191524.761000', '191544.652000', '191544.655000', '191544.658000', '191544.661000', '191544.663000', '191544.666000', '191544.668000', '191544.671000', '191544.673000', '191544.676000', '191544.679000', '191544.681000', '191544.684000', '191544.686000', '191544.689000', '191544.692000', '191544.694000', '191544.697000', '191544.700000', '191544.702000', '191544.705000', '191544.708000', '191544.710000', '191544.713000', '191544.715000', '191544.718000', '191544.721000', '191544.723000', '191544.726000', '191544.728000', '191544.731000', '191544.734000', '191544.736000', '191544.739000', '191544.741000', '191544.744000', '191544.746000', '191544.749000', '191544.752000', '191544.754000', '191544.757000', '191544.759000', '191544.762000', '191544.764000', '191604.651000', '191604.654000', '191604.657000', '191604.659000', '191604.662000', '191604.665000', '191604.667000', '191604.670000', '191604.672000', '191604.675000', '191604.678000', '191604.680000', '191604.683000', '191604.685000', '191604.688000', '191604.690000', '191604.693000', '191604.696000', '191604.698000', '191604.701000', '191604.704000', '191604.706000', '191604.709000', '191604.711000', '191604.714000', '191604.716000', '191604.719000', '191604.722000', '191604.724000', '191604.727000', '191604.730000', '191604.732000', '191604.735000', '191604.737000', '191604.740000', '191604.742000', '191604.745000', '191604.748000', '191604.750000', '191604.753000', '191604.755000', '191604.758000', '191604.761000', '191624.651000', '191624.654000', '191624.664000', '191624.667000', '191624.670000', '191624.672000', '191624.675000', '191624.677000', '191624.680000', '191624.682000', '191624.685000', '191624.688000', '191624.690000', '191624.693000', '191624.695000', '191624.698000', '191624.701000', '191624.703000', '191624.707000', '191624.710000', '191624.713000', '191624.715000', '191624.718000', '191624.720000', '191624.723000', '191624.726000', '191624.728000', '191624.731000', '191624.733000', '191624.736000', '191624.739000', '191624.741000', '191624.744000', '191624.746000', '191624.749000', '191624.751000', '191624.754000', '191624.756000', '191624.759000', '191624.762000', '191624.764000', '191624.767000', '191624.769000', '191644.652000', '191644.655000', '191644.657000', '191644.660000', '191644.662000', '191644.665000', '191644.667000', '191644.670000', '191644.672000', '191644.675000', '191644.678000', '191644.680000', '191644.683000', '191644.685000', '191644.688000', '191644.690000', '191644.693000', '191644.696000', '191644.698000', '191644.701000', '191644.703000', '191644.706000', '191644.709000', '191644.711000', '191644.714000', '191644.716000', '191644.719000', '191644.721000', '191644.724000', '191644.727000', '191644.729000', '191644.732000', '191644.734000', '191644.737000', '191644.739000', '191644.742000', '191644.745000', '191644.747000', '191644.750000', '191644.752000', '191644.755000', '191644.757000', '191644.760000', '191644.763000', '191704.652000', '191704.654000', '191704.657000', '191704.660000', '191704.662000', '191704.665000', '191704.667000', '191704.670000', '191704.673000', '191704.676000', '191704.679000', '191704.681000', '191704.684000', '191704.686000', '191704.689000', '191704.693000', '191704.695000', '191704.698000', '191704.700000', '191704.703000', '191704.711000', '191704.714000', '191704.716000', '191704.719000', '191704.721000', '191704.724000', '191704.726000', '191704.729000', '191704.732000', '191704.734000', '191704.737000', '191704.739000', '191704.742000', '191704.745000', '191704.748000', '191704.750000', '191704.753000', '191704.755000', '191704.758000', '191704.760000', '191704.763000', '191704.766000', '191704.768000', '191724.652000', '191724.655000', '191724.657000', '191724.660000', '191724.662000', '191724.665000', '191724.667000', '191724.670000', '191724.673000', '191724.675000', '191724.678000', '191724.680000', '191724.683000', '191724.685000', '191724.688000', '191724.691000', '191724.694000', '191724.696000', '191724.699000', '191724.701000', '191724.704000', '191724.706000', '191724.709000', '191724.712000', '191724.714000', '191724.717000', '191724.719000', '191724.722000', '191724.725000', '191724.727000', '191724.730000', '191724.732000', '191724.735000', '191724.738000', '191724.740000', '191724.743000', '191724.745000', '191724.748000', '191724.751000', '191724.753000', '191724.756000', '191724.758000', '191724.761000', '191724.763000', '191744.652000', '191744.655000', '191744.658000', '191744.660000', '191744.663000', '191744.666000', '191744.668000', '191744.671000', '191744.673000', '191744.676000', '191744.678000', '191744.681000', '191744.684000', '191744.686000', '191744.689000', '191744.692000', '191744.695000', '191744.698000', '191744.700000', '191744.703000', '191744.705000', '191744.708000', '191744.711000', '191744.713000', '191744.716000', '191744.718000', '191744.721000', '191744.759000', '191744.762000', '191744.764000', '191744.767000', '191744.770000', '191744.772000', '191744.775000', '191744.778000', '191744.780000', '191744.783000', '191744.785000', '191744.788000', '191744.791000', '191744.793000', '191744.796000', '191744.798000', '191804.652000', '191804.654000', '191804.657000', '191804.660000', '191804.662000', '191804.665000', '191804.667000', '191804.670000', '191804.672000', '191804.675000', '191804.678000', '191804.680000', '191804.683000', '191804.685000', '191804.688000', '191804.691000', '191804.693000', '191804.696000', '191804.698000', '191804.701000', '191804.703000', '191804.706000', '191804.708000', '191804.711000', '191804.714000', '191804.716000', '191804.719000', '191804.721000', '191804.724000', '191804.727000', '191804.729000', '191804.732000', '191804.734000', '191804.737000', '191804.739000', '191804.742000', '191804.744000', '191804.747000', '191804.750000', '191804.752000', '191804.755000', '191804.757000', '191804.760000', '191804.763000', '191824.651000', '191824.654000', '191824.657000', '191824.659000', '191824.662000', '191824.665000', '191824.667000', '191824.670000', '191824.672000', '191824.675000', '191824.678000', '191824.680000', '191824.683000', '191824.685000', '191824.688000', '191824.690000', '191824.693000', '191824.695000', '191824.698000', '191824.701000', '191824.703000', '191824.706000', '191824.708000', '191824.711000', '191824.713000', '191824.716000', '191824.719000', '191824.722000', '191824.724000', '191824.727000', '191824.730000', '191824.733000', '191824.736000', '191824.739000', '191824.741000', '191824.744000', '191824.746000', '191824.749000', '191824.752000', '191824.754000', '191824.757000', '191824.759000', '191824.762000', '191825.605000', '191825.608000', '191825.611000'], 'InstanceCreationTime': ['191204.689000', '191204.692000', '191204.694000', '191204.697000', '191204.699000', '191204.702000', '191204.705000', '191204.707000', '191204.710000', '191204.712000', '191204.715000', '191204.717000', '191204.720000', '191204.723000', '191204.732000', '191204.734000', '191204.737000', '191204.739000', '191204.742000', '191204.745000', '191204.747000', '191204.750000', '191204.753000', '191204.755000', '191204.758000', '191204.760000', '191204.763000', '191204.765000', '191204.768000', '191204.771000', '191204.774000', '191204.776000', '191204.779000', '191204.782000', '191204.784000', '191204.787000', '191204.789000', '191204.792000', '191204.794000', '191204.797000', '191204.799000', '191204.802000', '191204.805000', '191224.651000', '191224.654000', '191224.657000', '191224.659000', '191224.662000', '191224.665000', '191224.667000', '191224.670000', '191224.672000', '191224.675000', '191224.678000', '191224.680000', '191224.683000', '191224.685000', '191224.688000', '191224.691000', '191224.693000', '191224.696000', '191224.698000', '191224.701000', '191224.704000', '191224.707000', '191224.709000', '191224.712000', '191224.714000', '191224.717000', '191224.719000', '191224.722000', '191224.724000', '191224.727000', '191224.730000', '191224.732000', '191224.735000', '191224.737000', '191224.740000', '191224.743000', '191224.745000', '191224.748000', '191224.750000', '191224.753000', '191224.755000', '191224.758000', '191224.760000', '191224.763000', '191244.651000', '191244.654000', '191244.657000', '191244.659000', '191244.662000', '191244.664000', '191244.667000', '191244.669000', '191244.672000', '191244.674000', '191244.677000', '191244.680000', '191244.682000', '191244.685000', '191244.687000', '191244.690000', '191244.692000', '191244.695000', '191244.697000', '191244.700000', '191244.702000', '191244.705000', '191244.707000', '191244.710000', '191244.713000', '191244.715000', '191244.718000', '191244.720000', '191244.723000', '191244.725000', '191244.728000', '191244.730000', '191244.733000', '191244.735000', '191244.738000', '191244.740000', '191244.743000', '191244.746000', '191244.748000', '191244.751000', '191244.754000', '191244.763000', '191244.766000', '191304.652000', '191304.655000', '191304.658000', '191304.660000', '191304.663000', '191304.665000', '191304.668000', '191304.670000', '191304.673000', '191304.675000', '191304.678000', '191304.681000', '191304.683000', '191304.686000', '191304.688000', '191304.691000', '191304.694000', '191304.696000', '191304.699000', '191304.701000', '191304.704000', '191304.706000', '191304.709000', '191304.711000', '191304.714000', '191304.716000', '191304.719000', '191304.722000', '191304.724000', '191304.727000', '191304.729000', '191304.732000', '191304.734000', '191304.737000', '191304.739000', '191304.742000', '191304.749000', '191304.752000', '191304.754000', '191304.766000', '191304.769000', '191304.772000', '191304.774000', '191304.777000', '191324.652000', '191324.655000', '191324.658000', '191324.660000', '191324.663000', '191324.665000', '191324.668000', '191324.670000', '191324.673000', '191324.676000', '191324.678000', '191324.681000', '191324.684000', '191324.686000', '191324.689000', '191324.691000', '191324.694000', '191324.696000', '191324.699000', '191324.702000', '191324.704000', '191324.707000', '191324.709000', '191324.712000', '191324.714000', '191324.717000', '191324.719000', '191324.722000', '191324.724000', '191324.727000', '191324.730000', '191324.732000', '191324.735000', '191324.737000', '191324.740000', '191324.742000', '191324.745000', '191324.747000', '191324.750000', '191324.752000', '191324.755000', '191324.758000', '191324.760000', '191344.651000', '191344.654000', '191344.657000', '191344.659000', '191344.662000', '191344.664000', '191344.667000', '191344.670000', '191344.672000', '191344.675000', '191344.677000', '191344.680000', '191344.682000', '191344.685000', '191344.688000', '191344.690000', '191344.693000', '191344.695000', '191344.698000', '191344.700000', '191344.703000', '191344.706000', '191344.708000', '191344.711000', '191344.713000', '191344.716000', '191344.718000', '191344.721000', '191344.723000', '191344.726000', '191344.728000', '191344.731000', '191344.734000', '191344.736000', '191344.739000', '191344.741000', '191344.744000', '191344.746000', '191344.749000', '191344.751000', '191344.754000', '191344.757000', '191344.759000', '191344.762000', '191404.652000', '191404.654000', '191404.657000', '191404.659000', '191404.662000', '191404.665000', '191404.667000', '191404.670000', '191404.672000', '191404.675000', '191404.678000', '191404.680000', '191404.683000', '191404.685000', '191404.688000', '191404.690000', '191404.693000', '191404.695000', '191404.698000', '191404.700000', '191404.703000', '191404.706000', '191404.708000', '191404.711000', '191404.713000', '191404.716000', '191404.718000', '191404.721000', '191404.723000', '191404.726000', '191404.729000', '191404.731000', '191404.734000', '191404.736000', '191404.739000', '191404.741000', '191404.744000', '191404.747000', '191404.749000', '191404.752000', '191404.754000', '191404.757000', '191404.759000', '191424.651000', '191424.654000', '191424.657000', '191424.659000', '191424.662000', '191424.664000', '191424.667000', '191424.670000', '191424.672000', '191424.675000', '191424.677000', '191424.680000', '191424.683000', '191424.685000', '191424.688000', '191424.690000', '191424.693000', '191424.696000', '191424.698000', '191424.701000', '191424.703000', '191424.706000', '191424.708000', '191424.711000', '191424.714000', '191424.716000', '191424.719000', '191424.725000', '191424.728000', '191424.730000', '191424.733000', '191424.735000', '191424.738000', '191424.740000', '191424.743000', '191424.746000', '191424.748000', '191424.751000', '191424.753000', '191424.756000', '191424.758000', '191424.761000', '191424.764000', '191424.766000', '191444.652000', '191444.654000', '191444.657000', '191444.659000', '191444.662000', '191444.665000', '191444.667000', '191444.670000', '191444.672000', '191444.675000', '191444.677000', '191444.680000', '191444.683000', '191444.685000', '191444.688000', '191444.690000', '191444.693000', '191444.696000', '191444.698000', '191444.701000', '191444.703000', '191444.706000', '191444.708000', '191444.711000', '191444.713000', '191444.716000', '191444.719000', '191444.721000', '191444.724000', '191444.726000', '191444.729000', '191444.731000', '191444.734000', '191444.737000', '191444.751000', '191444.753000', '191444.756000', '191444.759000', '191444.761000', '191444.764000', '191444.766000', '191444.769000', '191444.771000', '191504.652000', '191504.655000', '191504.657000', '191504.660000', '191504.662000', '191504.665000', '191504.668000', '191504.670000', '191504.673000', '191504.676000', '191504.678000', '191504.681000', '191504.683000', '191504.686000', '191504.688000', '191504.691000', '191504.694000', '191504.696000', '191504.699000', '191504.701000', '191504.704000', '191504.707000', '191504.709000', '191504.712000', '191504.714000', '191504.717000', '191504.719000', '191504.722000', '191504.725000', '191504.727000', '191504.730000', '191504.732000', '191504.735000', '191504.737000', '191504.740000', '191504.743000', '191504.745000', '191504.748000', '191504.750000', '191504.753000', '191504.756000', '191504.758000', '191504.761000', '191504.763000', '191524.652000', '191524.655000', '191524.658000', '191524.661000', '191524.663000', '191524.666000', '191524.668000', '191524.671000', '191524.674000', '191524.676000', '191524.679000', '191524.681000', '191524.684000', '191524.686000', '191524.689000', '191524.692000', '191524.694000', '191524.697000', '191524.699000', '191524.702000', '191524.704000', '191524.707000', '191524.709000', '191524.712000', '191524.715000', '191524.717000', '191524.720000', '191524.722000', '191524.725000', '191524.727000', '191524.730000', '191524.732000', '191524.735000', '191524.738000', '191524.740000', '191524.743000', '191524.745000', '191524.748000', '191524.750000', '191524.753000', '191524.755000', '191524.758000', '191524.761000', '191544.652000', '191544.655000', '191544.658000', '191544.661000', '191544.663000', '191544.666000', '191544.668000', '191544.671000', '191544.673000', '191544.676000', '191544.679000', '191544.681000', '191544.684000', '191544.686000', '191544.689000', '191544.692000', '191544.694000', '191544.697000', '191544.700000', '191544.702000', '191544.705000', '191544.708000', '191544.710000', '191544.713000', '191544.715000', '191544.718000', '191544.721000', '191544.723000', '191544.726000', '191544.728000', '191544.731000', '191544.734000', '191544.736000', '191544.739000', '191544.741000', '191544.744000', '191544.746000', '191544.749000', '191544.752000', '191544.754000', '191544.757000', '191544.759000', '191544.762000', '191544.764000', '191604.651000', '191604.654000', '191604.657000', '191604.659000', '191604.662000', '191604.665000', '191604.667000', '191604.670000', '191604.672000', '191604.675000', '191604.678000', '191604.680000', '191604.683000', '191604.685000', '191604.688000', '191604.690000', '191604.693000', '191604.696000', '191604.698000', '191604.701000', '191604.704000', '191604.706000', '191604.709000', '191604.711000', '191604.714000', '191604.716000', '191604.719000', '191604.722000', '191604.724000', '191604.727000', '191604.730000', '191604.732000', '191604.735000', '191604.737000', '191604.740000', '191604.742000', '191604.745000', '191604.748000', '191604.750000', '191604.753000', '191604.755000', '191604.758000', '191604.761000', '191624.651000', '191624.654000', '191624.664000', '191624.667000', '191624.670000', '191624.672000', '191624.675000', '191624.677000', '191624.680000', '191624.682000', '191624.685000', '191624.688000', '191624.690000', '191624.693000', '191624.695000', '191624.698000', '191624.701000', '191624.703000', '191624.707000', '191624.710000', '191624.713000', '191624.715000', '191624.718000', '191624.720000', '191624.723000', '191624.726000', '191624.728000', '191624.731000', '191624.733000', '191624.736000', '191624.739000', '191624.741000', '191624.744000', '191624.746000', '191624.749000', '191624.751000', '191624.754000', '191624.756000', '191624.759000', '191624.762000', '191624.764000', '191624.767000', '191624.769000', '191644.652000', '191644.655000', '191644.657000', '191644.660000', '191644.662000', '191644.665000', '191644.667000', '191644.670000', '191644.672000', '191644.675000', '191644.678000', '191644.680000', '191644.683000', '191644.685000', '191644.688000', '191644.690000', '191644.693000', '191644.696000', '191644.698000', '191644.701000', '191644.703000', '191644.706000', '191644.709000', '191644.711000', '191644.714000', '191644.716000', '191644.719000', '191644.721000', '191644.724000', '191644.727000', '191644.729000', '191644.732000', '191644.734000', '191644.737000', '191644.739000', '191644.742000', '191644.745000', '191644.747000', '191644.750000', '191644.752000', '191644.755000', '191644.757000', '191644.760000', '191644.763000', '191704.652000', '191704.654000', '191704.657000', '191704.660000', '191704.662000', '191704.665000', '191704.667000', '191704.670000', '191704.673000', '191704.676000', '191704.679000', '191704.681000', '191704.684000', '191704.686000', '191704.689000', '191704.693000', '191704.695000', '191704.698000', '191704.700000', '191704.703000', '191704.711000', '191704.714000', '191704.716000', '191704.719000', '191704.721000', '191704.724000', '191704.726000', '191704.729000', '191704.732000', '191704.734000', '191704.737000', '191704.739000', '191704.742000', '191704.745000', '191704.748000', '191704.750000', '191704.753000', '191704.755000', '191704.758000', '191704.760000', '191704.763000', '191704.766000', '191704.768000', '191724.652000', '191724.655000', '191724.657000', '191724.660000', '191724.662000', '191724.665000', '191724.667000', '191724.670000', '191724.673000', '191724.675000', '191724.678000', '191724.680000', '191724.683000', '191724.685000', '191724.688000', '191724.691000', '191724.694000', '191724.696000', '191724.699000', '191724.701000', '191724.704000', '191724.706000', '191724.709000', '191724.712000', '191724.714000', '191724.717000', '191724.719000', '191724.722000', '191724.725000', '191724.727000', '191724.730000', '191724.732000', '191724.735000', '191724.738000', '191724.740000', '191724.743000', '191724.745000', '191724.748000', '191724.751000', '191724.753000', '191724.756000', '191724.758000', '191724.761000', '191724.763000', '191744.652000', '191744.655000', '191744.658000', '191744.660000', '191744.663000', '191744.666000', '191744.668000', '191744.671000', '191744.673000', '191744.676000', '191744.678000', '191744.681000', '191744.684000', '191744.686000', '191744.689000', '191744.692000', '191744.695000', '191744.698000', '191744.700000', '191744.703000', '191744.705000', '191744.708000', '191744.711000', '191744.713000', '191744.716000', '191744.718000', '191744.721000', '191744.759000', '191744.762000', '191744.764000', '191744.767000', '191744.770000', '191744.772000', '191744.775000', '191744.778000', '191744.780000', '191744.783000', '191744.785000', '191744.788000', '191744.791000', '191744.793000', '191744.796000', '191744.798000', '191804.652000', '191804.654000', '191804.657000', '191804.660000', '191804.662000', '191804.665000', '191804.667000', '191804.670000', '191804.672000', '191804.675000', '191804.678000', '191804.680000', '191804.683000', '191804.685000', '191804.688000', '191804.691000', '191804.693000', '191804.696000', '191804.698000', '191804.701000', '191804.703000', '191804.706000', '191804.708000', '191804.711000', '191804.714000', '191804.716000', '191804.719000', '191804.721000', '191804.724000', '191804.727000', '191804.729000', '191804.732000', '191804.734000', '191804.737000', '191804.739000', '191804.742000', '191804.744000', '191804.747000', '191804.750000', '191804.752000', '191804.755000', '191804.757000', '191804.760000', '191804.763000', '191824.651000', '191824.654000', '191824.657000', '191824.659000', '191824.662000', '191824.665000', '191824.667000', '191824.670000', '191824.672000', '191824.675000', '191824.678000', '191824.680000', '191824.683000', '191824.685000', '191824.688000', '191824.690000', '191824.693000', '191824.695000', '191824.698000', '191824.701000', '191824.703000', '191824.706000', '191824.708000', '191824.711000', '191824.713000', '191824.716000', '191824.719000', '191824.722000', '191824.724000', '191824.727000', '191824.730000', '191824.733000', '191824.736000', '191824.739000', '191824.741000', '191824.744000', '191824.746000', '191824.749000', '191824.752000', '191824.754000', '191824.757000', '191824.759000', '191824.762000', '191825.605000', '191825.608000', '191825.611000'], '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': [7018, 9153, 7180, 8651, 11428, 7538, 11267, 7876, 10175, 7271, 9665, 7298, 8832, 7060, 8316, 14289, 7497, 10539, 7827, 9235, 7047, 8956, 15489, 7273, 10602, 7427, 8818, 6866, 7921, 13299, 7411, 9212, 7083, 8559, 7001, 7710, 10841, 7566, 8972, 7435, 8630, 7597, 9134, 7154, 7658, 10531, 7692, 9968, 7815, 9284, 7098, 8439, 6870, 7717, 11861, 7305, 9647, 7222, 8539, 6934, 8151, 7333, 7324, 10884, 7552, 8977, 7013, 8577, 7316, 7819, 10082, 7320, 9841, 7307, 8786, 7692, 8633, 7014, 8478, 6991, 7498, 10401, 7376, 10217, 7623, 9945, 7173, 9197, 7276, 9127, 6771, 8398, 7011, 7648, 12206, 7531, 10464, 8025, 10527, 7140, 9428, 7473, 9004, 7018, 8786, 6761, 8740, 9010, 8113, 12977, 7330, 10629, 6856, 9457, 7158, 8846, 6883, 7839, 6881, 7291, 11565, 7043, 9636, 6969, 8354, 6864, 8516, 8382, 7549, 12071, 6957, 8500, 6759, 8557, 7458, 9107, 7357, 8202, 6655, 8317, 8331, 7775, 11690, 7512, 9759, 7009, 9387, 7220, 9288, 7139, 8932, 6758, 8643, 13998, 7178, 10973, 8287, 8998, 6799, 8389, 6542, 7684, 8893, 7352, 8345, 7172, 9149, 7234, 9432, 7406, 8510, 6854, 8615, 6980, 8899, 7325, 8201, 10499, 7283, 10546, 7116, 8914, 7508, 8548, 7341, 8281, 9293, 7320, 9845, 7540, 8288, 7178, 8819, 7111, 8783, 7539, 8842, 7445, 8555, 7086, 8440, 11566, 7766, 10105, 7291, 8996, 7390, 8910, 7367, 8512, 7287, 7607, 10460, 7199, 9366, 7307, 8580, 7658, 8527, 7604, 8524, 7648, 8679, 7664, 11339, 7855, 9042, 7554, 9206, 7757, 9156, 8181, 8507, 8238, 7809, 11863, 8007, 9036, 8091, 7760, 7585, 8629, 7846, 8716, 7911, 8548, 7614, 8721, 7233, 8192, 12581, 7822, 8611, 7615, 9269, 7729, 9351, 7591, 8490, 7357, 8348, 8545, 7576, 10062, 7730, 8237, 7677, 8982, 7443, 8504, 12274, 7642, 9244, 7308, 8395, 7862, 7611, 9857, 7569, 8460, 7528, 8486, 7464, 7637, 9516, 7464, 8306, 7577, 8832, 7773, 8375, 7316, 8388, 10218, 7697, 10451, 7766, 8249, 7610, 8578, 7370, 7911, 10732, 7556, 7625, 7523, 8512, 7674, 8576, 7488, 8135, 7110, 7826, 7880, 7423, 11173, 7691, 8236, 7420, 8306, 7378, 8792, 7646, 8551, 7383, 8541, 7124, 7841, 12082, 7703, 8647, 7387, 8074, 7392, 8794, 7740, 8507, 7257, 8393, 7274, 8357, 11391, 7862, 9592, 7511, 8482, 7349, 9461, 7354, 8708, 7381, 8419, 6853, 8032, 11855, 7549, 9113, 7610, 8356, 7121, 8874, 7922, 7890, 10679, 7499, 8507, 7364, 9144, 7426, 8895, 8490, 7637, 10600, 7423, 9183, 7459, 8857, 6989, 8576, 6921, 7670, 10016, 7399, 8636, 7184, 8684, 6813, 8758, 12414, 7532, 9060, 7419, 8530, 7016, 8099, 11305, 7469, 8674, 7365, 8392, 6911, 8567, 7399, 7552, 10207, 7327, 8668, 6840, 9145, 6877, 8682, 9712, 7962, 9622, 7452, 8480, 7221, 9280, 7512, 9109, 7034, 9236, 6789, 8903, 8654, 8444, 8404, 7854, 11648, 7872, 9549, 7718, 8698, 7156, 9102, 7157, 9265, 7233, 8495, 6969, 7945, 11527, 7732, 9299, 7555, 8697, 6996, 9229, 6822, 9015, 7093, 8919, 7037, 8956, 6613, 8857, 7695, 8643, 10032, 8304, 12372, 7853, 9974, 7193, 9360, 7207, 8484, 9004, 7515, 10253, 7273, 9085, 7420, 8411, 6924, 8745, 6988, 7781, 10794, 7633, 8304, 7334, 8403, 6989, 8192, 7332, 7934, 7231, 8344, 6756, 9125, 6836, 8643, 10668, 7388, 11924, 7046, 9265, 6840, 8714, 11882, 7241, 10379, 6793, 9260, 6813, 8734, 11401, 7298, 8271, 6892, 8819, 7120, 8885, 7008, 8137, 9036, 7450, 10246, 7172, 9211, 6959, 8371, 6493, 7818, 10650, 7557, 8402, 7181, 8140, 6711, 8337, 10184, 7399, 8611, 7412, 8487, 6765, 8604, 7354, 7783, 10344, 7302, 8645, 6946, 8921, 7036, 8327, 11168, 7609, 8418, 7032, 8964, 7265, 9198, 7069, 8337, 6497, 8733, 7309, 8070, 11856, 7779, 9417, 7501, 8944, 7276, 9273, 7244, 8646, 6863, 8962, 6713, 8475, 11241, 7889, 9447, 7569, 9196, 6919, 9422, 6992, 9050, 6957, 7962, 11614, 7451, 9172, 7175, 8673, 6794, 8809, 6571, 8071, 11941, 7649, 8811, 7341, 8580, 6701, 9112, 6753, 8654, 6904, 8155, 7462, 7710, 11016, 7647, 8707, 7455, 8330, 6669, 8889, 6869, 9034, 6968, 8128, 8797, 7423, 9929, 7299, 8752, 7378, 8138, 6838, 9136, 6626, 9314, 7082, 8721, 6863, 8055, 10924, 7892, 9823, 7691, 8139, 7188, 9064, 7750, 9189, 8062, 10509, 7522, 6762, 7734, 7430, 8131, 8413, 7555, 10216, 7215, 9984, 6769, 10082, 7061, 11505, 8564, 8531, 13445, 9866, 13518, 10217, 12343, 9645, 10972, 6353, 7251, 6433, 6760, 6518, 7575, 6488, 8747, 7841, 6988, 8264, 6458, 8189, 6600, 7783, 6346, 6796, 6078, 7216, 6446, 8245, 6364, 6481, 6254, 6716, 6607, 6530, 10660, 6478, 7558, 6629, 8637, 6296, 7368, 6284, 7213, 6108, 7944, 5976, 7426, 6499, 7001, 6375, 6452, 6492, 6515, 7882, 6497, 10434, 6612, 8505, 6843, 8379, 6346, 7427, 6210, 7325, 6521, 6553, 6598, 6465, 7783, 6469, 8943, 6372, 7899, 6478, 7242, 6549, 6730, 7136, 6468, 9837, 6349, 7837, 6271, 7271, 6230, 6925, 6555, 6502, 8464, 6336, 9352, 6507, 7673, 6359, 7231, 6691, 7154, 6827, 6579, 7351, 6522, 9346, 6721, 7565, 6332, 7304, 6580, 6910, 7166, 6867, 9026, 6616, 9407, 6629, 8589, 6610, 7650, 6529, 7256, 6433, 7503, 6826, 7331, 7341, 6830, 9884, 6642, 10839, 6713, 8824, 6460, 7596, 6649, 6846, 7412, 6242, 8866, 6713, 10114, 6561, 8755, 6639, 8035, 6388, 7850, 6075, 7479, 6314, 6853, 6851, 6640, 6826, 6489, 7036, 6597, 8062, 6549, 10363, 6586, 7949, 6631, 7712, 6351, 7434, 6282, 6970, 6798, 6652, 6978, 6539, 10194, 6771, 7743, 6704, 7591, 6138, 7434, 6447, 7019, 7159, 6538, 10233, 6683, 8209, 6531, 6814, 6219, 6796, 6313, 6699, 6854, 6675, 6822, 6326, 10129, 6646, 8578, 6442, 7504, 6151, 7367, 6341, 7160, 6475, 6579, 6872, 6611, 7004, 6286, 9984, 6431, 7749], 'WindowCenter': [3801.0, 3834.0, 3777.0, 3806.0, 3837.0, 3784.0, 3825.0, 3782.0, 3797.0, 3770.0, 3798.0, 3759.0, 3791.0, 3745.0, 3780.0, 3828.0, 3756.0, 3793.0, 3752.0, 3780.0, 3744.0, 3777.0, 3815.0, 3759.0, 3797.0, 3746.0, 3776.0, 3719.0, 3766.0, 3808.0, 3746.0, 3776.0, 3745.0, 3767.0, 3733.0, 3757.0, 3795.0, 3751.0, 3761.0, 3747.0, 3767.0, 3749.0, 3778.0, 3734.0, 3755.0, 3779.0, 3745.0, 3770.0, 3748.0, 3777.0, 3730.0, 3755.0, 3713.0, 3742.0, 3793.0, 3737.0, 3772.0, 3743.0, 3766.0, 3732.0, 3754.0, 3745.0, 3743.0, 3785.0, 3743.0, 3765.0, 3732.0, 3762.0, 3744.0, 3741.0, 3780.0, 3745.0, 3773.0, 3740.0, 3764.0, 3758.0, 3766.0, 3739.0, 3766.0, 3729.0, 3758.0, 3797.0, 3757.0, 3800.0, 3757.0, 3787.0, 3747.0, 3788.0, 3758.0, 3787.0, 3737.0, 3778.0, 3742.0, 3755.0, 3812.0, 3767.0, 3798.0, 3768.0, 3796.0, 3747.0, 3779.0, 3753.0, 3775.0, 3747.0, 3775.0, 3735.0, 3772.0, 3777.0, 3767.0, 3810.0, 3756.0, 3782.0, 3738.0, 3770.0, 3743.0, 3776.0, 3731.0, 3755.0, 3730.0, 3745.0, 3793.0, 3740.0, 3786.0, 3746.0, 3761.0, 3734.0, 3778.0, 3764.0, 3756.0, 3809.0, 3744.0, 3765.0, 3734.0, 3774.0, 3758.0, 3790.0, 3759.0, 3769.0, 3737.0, 3780.0, 3770.0, 3767.0, 3822.0, 3762.0, 3788.0, 3747.0, 3788.0, 3758.0, 3786.0, 3748.0, 3777.0, 3736.0, 3780.0, 3806.0, 3748.0, 3787.0, 3754.0, 3764.0, 3716.0, 3755.0, 3710.0, 3756.0, 3778.0, 3743.0, 3750.0, 3729.0, 3764.0, 3745.0, 3776.0, 3745.0, 3762.0, 3733.0, 3766.0, 3729.0, 3776.0, 3745.0, 3766.0, 3785.0, 3740.0, 3774.0, 3735.0, 3764.0, 3746.0, 3762.0, 3730.0, 3755.0, 3765.0, 3730.0, 3776.0, 3743.0, 3754.0, 3735.0, 3763.0, 3734.0, 3767.0, 3756.0, 3777.0, 3747.0, 3767.0, 3746.0, 3763.0, 3799.0, 3755.0, 3787.0, 3746.0, 3777.0, 3744.0, 3779.0, 3757.0, 3780.0, 3745.0, 3753.0, 3796.0, 3748.0, 3777.0, 3758.0, 3780.0, 3767.0, 3792.0, 3773.0, 3790.0, 3771.0, 3792.0, 3786.0, 3824.0, 3785.0, 3793.0, 3771.0, 3792.0, 3767.0, 3791.0, 3782.0, 3780.0, 3766.0, 3760.0, 3811.0, 3770.0, 3778.0, 3771.0, 3759.0, 3771.0, 3778.0, 3771.0, 3781.0, 3764.0, 3780.0, 3769.0, 3790.0, 3754.0, 3781.0, 3822.0, 3766.0, 3774.0, 3764.0, 3790.0, 3759.0, 3786.0, 3758.0, 3781.0, 3746.0, 3767.0, 3763.0, 3759.0, 3790.0, 3769.0, 3764.0, 3756.0, 3776.0, 3744.0, 3774.0, 3809.0, 3756.0, 3777.0, 3746.0, 3767.0, 3756.0, 3750.0, 3772.0, 3755.0, 3767.0, 3755.0, 3768.0, 3746.0, 3757.0, 3778.0, 3748.0, 3764.0, 3750.0, 3779.0, 3757.0, 3769.0, 3759.0, 3767.0, 3788.0, 3757.0, 3788.0, 3755.0, 3764.0, 3755.0, 3762.0, 3743.0, 3766.0, 3789.0, 3756.0, 3746.0, 3754.0, 3766.0, 3755.0, 3766.0, 3743.0, 3769.0, 3739.0, 3754.0, 3767.0, 3758.0, 3798.0, 3760.0, 3766.0, 3758.0, 3763.0, 3759.0, 3780.0, 3756.0, 3780.0, 3743.0, 3778.0, 3741.0, 3764.0, 3810.0, 3759.0, 3766.0, 3749.0, 3756.0, 3755.0, 3779.0, 3764.0, 3778.0, 3757.0, 3781.0, 3756.0, 3781.0, 3811.0, 3771.0, 3783.0, 3758.0, 3779.0, 3760.0, 3799.0, 3762.0, 3779.0, 3757.0, 3780.0, 3737.0, 3769.0, 3804.0, 3760.0, 3779.0, 3753.0, 3770.0, 3747.0, 3774.0, 3754.0, 3762.0, 3786.0, 3744.0, 3766.0, 3744.0, 3771.0, 3746.0, 3792.0, 3767.0, 3768.0, 3797.0, 3757.0, 3779.0, 3758.0, 3777.0, 3745.0, 3780.0, 3748.0, 3769.0, 3789.0, 3759.0, 3780.0, 3749.0, 3775.0, 3738.0, 3782.0, 3809.0, 3762.0, 3781.0, 3757.0, 3780.0, 3746.0, 3768.0, 3796.0, 3756.0, 3781.0, 3749.0, 3769.0, 3748.0, 3779.0, 3748.0, 3757.0, 3797.0, 3757.0, 3772.0, 3739.0, 3791.0, 3734.0, 3773.0, 3791.0, 3782.0, 3789.0, 3760.0, 3781.0, 3761.0, 3791.0, 3773.0, 3795.0, 3763.0, 3794.0, 3743.0, 3787.0, 3774.0, 3783.0, 3782.0, 3781.0, 3811.0, 3782.0, 3804.0, 3765.0, 3780.0, 3762.0, 3784.0, 3762.0, 3802.0, 3762.0, 3791.0, 3761.0, 3779.0, 3811.0, 3772.0, 3791.0, 3772.0, 3773.0, 3751.0, 3790.0, 3749.0, 3791.0, 3761.0, 3789.0, 3758.0, 3791.0, 3751.0, 3789.0, 3766.0, 3794.0, 3794.0, 3783.0, 3822.0, 3771.0, 3791.0, 3741.0, 3791.0, 3747.0, 3778.0, 3778.0, 3756.0, 3789.0, 3742.0, 3776.0, 3747.0, 3766.0, 3733.0, 3776.0, 3745.0, 3759.0, 3796.0, 3768.0, 3769.0, 3758.0, 3768.0, 3757.0, 3782.0, 3773.0, 3779.0, 3771.0, 3779.0, 3764.0, 3806.0, 3757.0, 3795.0, 3813.0, 3774.0, 3816.0, 3760.0, 3793.0, 3739.0, 3779.0, 3805.0, 3760.0, 3786.0, 3737.0, 3777.0, 3735.0, 3780.0, 3800.0, 3753.0, 3768.0, 3749.0, 3778.0, 3745.0, 3772.0, 3748.0, 3771.0, 3774.0, 3759.0, 3790.0, 3748.0, 3777.0, 3732.0, 3767.0, 3724.0, 3759.0, 3781.0, 3757.0, 3769.0, 3749.0, 3767.0, 3737.0, 3767.0, 3789.0, 3759.0, 3765.0, 3741.0, 3776.0, 3737.0, 3781.0, 3752.0, 3757.0, 3782.0, 3756.0, 3779.0, 3746.0, 3781.0, 3745.0, 3782.0, 3801.0, 3761.0, 3770.0, 3750.0, 3780.0, 3759.0, 3789.0, 3748.0, 3779.0, 3739.0, 3782.0, 3760.0, 3770.0, 3824.0, 3773.0, 3788.0, 3772.0, 3789.0, 3760.0, 3792.0, 3759.0, 3780.0, 3745.0, 3793.0, 3740.0, 3781.0, 3813.0, 3767.0, 3788.0, 3771.0, 3794.0, 3743.0, 3790.0, 3747.0, 3792.0, 3749.0, 3772.0, 3808.0, 3757.0, 3790.0, 3747.0, 3781.0, 3749.0, 3792.0, 3739.0, 3770.0, 3810.0, 3770.0, 3781.0, 3761.0, 3780.0, 3736.0, 3781.0, 3739.0, 3781.0, 3746.0, 3772.0, 3758.0, 3765.0, 3800.0, 3767.0, 3781.0, 3762.0, 3782.0, 3748.0, 3790.0, 3751.0, 3794.0, 3747.0, 3780.0, 3782.0, 3764.0, 3802.0, 3759.0, 3780.0, 3764.0, 3769.0, 3752.0, 3788.0, 3753.0, 3795.0, 3763.0, 3790.0, 3752.0, 3780.0, 3810.0, 3777.0, 3801.0, 3774.0, 3769.0, 3745.0, 3787.0, 3784.0, 3802.0, 3783.0, 3813.0, 3774.0, 3747.0, 3784.0, 3767.0, 3798.0, 3793.0, 3782.0, 3813.0, 3774.0, 3815.0, 3752.0, 3802.0, 3746.0, 3811.0, 3770.0, 3769.0, 3798.0, 3774.0, 3793.0, 3774.0, 3786.0, 3766.0, 3774.0, 3701.0, 3719.0, 3699.0, 3703.0, 3696.0, 3729.0, 3700.0, 3753.0, 3727.0, 3721.0, 3737.0, 3698.0, 3737.0, 3708.0, 3729.0, 3708.0, 3705.0, 3703.0, 3734.0, 3710.0, 3765.0, 3718.0, 3714.0, 3709.0, 3725.0, 3722.0, 3726.0, 3802.0, 3741.0, 3759.0, 3746.0, 3775.0, 3739.0, 3745.0, 3726.0, 3746.0, 3715.0, 3767.0, 3716.0, 3759.0, 3725.0, 3762.0, 3741.0, 3739.0, 3739.0, 3736.0, 3773.0, 3740.0, 3800.0, 3751.0, 3780.0, 3749.0, 3769.0, 3739.0, 3758.0, 3727.0, 3756.0, 3724.0, 3740.0, 3739.0, 3738.0, 3757.0, 3739.0, 3790.0, 3740.0, 3773.0, 3742.0, 3756.0, 3741.0, 3755.0, 3750.0, 3741.0, 3798.0, 3735.0, 3758.0, 3740.0, 3772.0, 3730.0, 3761.0, 3744.0, 3751.0, 3781.0, 3741.0, 3791.0, 3744.0, 3771.0, 3741.0, 3761.0, 3749.0, 3760.0, 3750.0, 3754.0, 3758.0, 3743.0, 3792.0, 3753.0, 3772.0, 3741.0, 3760.0, 3749.0, 3762.0, 3761.0, 3751.0, 3795.0, 3753.0, 3796.0, 3757.0, 3783.0, 3751.0, 3770.0, 3752.0, 3761.0, 3738.0, 3765.0, 3751.0, 3773.0, 3765.0, 3752.0, 3802.0, 3754.0, 3802.0, 3749.0, 3782.0, 3739.0, 3760.0, 3739.0, 3752.0, 3761.0, 3739.0, 3782.0, 3750.0, 3800.0, 3750.0, 3779.0, 3751.0, 3770.0, 3738.0, 3765.0, 3730.0, 3760.0, 3736.0, 3746.0, 3748.0, 3751.0, 3750.0, 3740.0, 3750.0, 3752.0, 3770.0, 3739.0, 3797.0, 3751.0, 3769.0, 3750.0, 3760.0, 3735.0, 3760.0, 3738.0, 3749.0, 3734.0, 3739.0, 3751.0, 3738.0, 3801.0, 3750.0, 3760.0, 3747.0, 3756.0, 3729.0, 3757.0, 3739.0, 3759.0, 3749.0, 3739.0, 3789.0, 3738.0, 3769.0, 3739.0, 3737.0, 3724.0, 3738.0, 3738.0, 3738.0, 3739.0, 3747.0, 3738.0, 3740.0, 3798.0, 3738.0, 3781.0, 3739.0, 3758.0, 3728.0, 3758.0, 3739.0, 3749.0, 3738.0, 3736.0, 3733.0, 3750.0, 3746.0, 3739.0, 3804.0, 3741.0, 3767.0], 'WindowWidth': [8567.0, 8605.0, 8517.0, 8553.0, 8590.0, 8515.0, 8569.0, 8506.0, 8519.0, 8486.0, 8521.0, 8470.0, 8512.0, 8445.0, 8497.0, 8561.0, 8462.0, 8507.0, 8451.0, 8494.0, 8440.0, 8488.0, 8541.0, 8466.0, 8513.0, 8444.0, 8483.0, 8399.0, 8472.0, 8530.0, 8444.0, 8483.0, 8440.0, 8472.0, 8423.0, 8460.0, 8507.0, 8446.0, 8457.0, 8445.0, 8472.0, 8441.0, 8488.0, 8425.0, 8455.0, 8480.0, 8441.0, 8469.0, 8440.0, 8486.0, 8416.0, 8452.0, 8386.0, 8434.0, 8501.0, 8424.0, 8471.0, 8436.0, 8467.0, 8418.0, 8451.0, 8440.0, 8437.0, 8491.0, 8434.0, 8465.0, 8419.0, 8460.0, 8436.0, 8432.0, 8481.0, 8441.0, 8475.0, 8430.0, 8466.0, 8463.0, 8470.0, 8428.0, 8470.0, 8414.0, 8464.0, 8516.0, 8463.0, 8522.0, 8463.0, 8499.0, 8450.0, 8504.0, 8467.0, 8502.0, 8435.0, 8491.0, 8438.0, 8459.0, 8540.0, 8478.0, 8518.0, 8481.0, 8513.0, 8448.0, 8493.0, 8453.0, 8484.0, 8449.0, 8485.0, 8430.0, 8478.0, 8488.0, 8475.0, 8534.0, 8460.0, 8490.0, 8436.0, 8472.0, 8438.0, 8484.0, 8420.0, 8454.0, 8416.0, 8443.0, 8503.0, 8434.0, 8498.0, 8444.0, 8459.0, 8431.0, 8490.0, 8466.0, 8460.0, 8534.0, 8443.0, 8469.0, 8429.0, 8481.0, 8468.0, 8511.0, 8469.0, 8481.0, 8436.0, 8495.0, 8480.0, 8476.0, 8557.0, 8476.0, 8505.0, 8451.0, 8505.0, 8466.0, 8502.0, 8453.0, 8489.0, 8433.0, 8495.0, 8528.0, 8448.0, 8501.0, 8452.0, 8464.0, 8393.0, 8452.0, 8388.0, 8458.0, 8487.0, 8435.0, 8442.0, 8415.0, 8463.0, 8442.0, 8482.0, 8442.0, 8463.0, 8425.0, 8470.0, 8415.0, 8484.0, 8441.0, 8471.0, 8493.0, 8430.0, 8478.0, 8426.0, 8463.0, 8441.0, 8459.0, 8414.0, 8453.0, 8463.0, 8415.0, 8479.0, 8436.0, 8452.0, 8427.0, 8464.0, 8426.0, 8472.0, 8458.0, 8487.0, 8447.0, 8474.0, 8444.0, 8464.0, 8517.0, 8457.0, 8499.0, 8445.0, 8486.0, 8441.0, 8492.0, 8460.0, 8493.0, 8443.0, 8453.0, 8510.0, 8451.0, 8487.0, 8465.0, 8495.0, 8478.0, 8517.0, 8493.0, 8512.0, 8489.0, 8517.0, 8514.0, 8563.0, 8513.0, 8519.0, 8488.0, 8517.0, 8478.0, 8514.0, 8503.0, 8498.0, 8475.0, 8469.0, 8538.0, 8482.0, 8491.0, 8485.0, 8467.0, 8487.0, 8492.0, 8485.0, 8500.0, 8473.0, 8498.0, 8482.0, 8511.0, 8459.0, 8501.0, 8555.0, 8476.0, 8485.0, 8472.0, 8510.0, 8466.0, 8501.0, 8464.0, 8497.0, 8447.0, 8475.0, 8465.0, 8465.0, 8508.0, 8482.0, 8469.0, 8461.0, 8486.0, 8442.0, 8483.0, 8533.0, 8459.0, 8487.0, 8443.0, 8471.0, 8455.0, 8445.0, 8475.0, 8454.0, 8472.0, 8455.0, 8474.0, 8444.0, 8461.0, 8488.0, 8450.0, 8467.0, 8445.0, 8492.0, 8462.0, 8480.0, 8466.0, 8476.0, 8503.0, 8461.0, 8503.0, 8456.0, 8467.0, 8454.0, 8461.0, 8437.0, 8471.0, 8504.0, 8458.0, 8442.0, 8451.0, 8469.0, 8453.0, 8471.0, 8438.0, 8478.0, 8431.0, 8454.0, 8473.0, 8465.0, 8517.0, 8469.0, 8472.0, 8465.0, 8467.0, 8467.0, 8494.0, 8459.0, 8497.0, 8439.0, 8491.0, 8435.0, 8467.0, 8535.0, 8466.0, 8471.0, 8452.0, 8458.0, 8458.0, 8492.0, 8470.0, 8490.0, 8463.0, 8498.0, 8460.0, 8501.0, 8541.0, 8487.0, 8493.0, 8466.0, 8492.0, 8472.0, 8525.0, 8476.0, 8494.0, 8462.0, 8495.0, 8436.0, 8481.0, 8521.0, 8469.0, 8494.0, 8455.0, 8481.0, 8448.0, 8481.0, 8454.0, 8464.0, 8497.0, 8441.0, 8471.0, 8442.0, 8476.0, 8446.0, 8513.0, 8473.0, 8480.0, 8514.0, 8462.0, 8492.0, 8466.0, 8488.0, 8444.0, 8496.0, 8451.0, 8480.0, 8507.0, 8470.0, 8497.0, 8453.0, 8485.0, 8438.0, 8500.0, 8533.0, 8465.0, 8497.0, 8461.0, 8493.0, 8447.0, 8477.0, 8511.0, 8460.0, 8497.0, 8454.0, 8480.0, 8450.0, 8493.0, 8450.0, 8463.0, 8515.0, 8463.0, 8478.0, 8441.0, 8510.0, 8430.0, 8483.0, 8512.0, 8504.0, 8507.0, 8472.0, 8499.0, 8475.0, 8514.0, 8496.0, 8524.0, 8479.0, 8521.0, 8443.0, 8505.0, 8485.0, 8507.0, 8502.0, 8501.0, 8539.0, 8502.0, 8535.0, 8476.0, 8498.0, 8475.0, 8499.0, 8475.0, 8529.0, 8477.0, 8514.0, 8473.0, 8496.0, 8538.0, 8488.0, 8513.0, 8489.0, 8483.0, 8459.0, 8509.0, 8455.0, 8512.0, 8473.0, 8509.0, 8467.0, 8514.0, 8461.0, 8508.0, 8476.0, 8521.0, 8512.0, 8504.0, 8555.0, 8485.0, 8511.0, 8437.0, 8513.0, 8449.0, 8491.0, 8490.0, 8459.0, 8505.0, 8438.0, 8486.0, 8445.0, 8471.0, 8424.0, 8484.0, 8442.0, 8467.0, 8512.0, 8480.0, 8479.0, 8466.0, 8478.0, 8463.0, 8503.0, 8495.0, 8499.0, 8491.0, 8499.0, 8484.0, 8541.0, 8469.0, 8527.0, 8547.0, 8496.0, 8553.0, 8473.0, 8518.0, 8441.0, 8494.0, 8526.0, 8468.0, 8500.0, 8434.0, 8489.0, 8428.0, 8495.0, 8521.0, 8452.0, 8477.0, 8453.0, 8490.0, 8445.0, 8477.0, 8449.0, 8485.0, 8482.0, 8466.0, 8505.0, 8450.0, 8489.0, 8422.0, 8473.0, 8413.0, 8465.0, 8486.0, 8461.0, 8479.0, 8451.0, 8474.0, 8435.0, 8474.0, 8504.0, 8467.0, 8470.0, 8435.0, 8486.0, 8436.0, 8497.0, 8450.0, 8463.0, 8490.0, 8459.0, 8492.0, 8446.0, 8498.0, 8443.0, 8501.0, 8522.0, 8471.0, 8480.0, 8457.0, 8494.0, 8465.0, 8506.0, 8453.0, 8495.0, 8442.0, 8503.0, 8471.0, 8485.0, 8560.0, 8492.0, 8506.0, 8490.0, 8509.0, 8472.0, 8516.0, 8470.0, 8499.0, 8446.0, 8517.0, 8444.0, 8500.0, 8543.0, 8479.0, 8505.0, 8488.0, 8519.0, 8442.0, 8510.0, 8450.0, 8514.0, 8454.0, 8487.0, 8532.0, 8463.0, 8509.0, 8451.0, 8499.0, 8455.0, 8514.0, 8440.0, 8483.0, 8536.0, 8483.0, 8497.0, 8471.0, 8496.0, 8434.0, 8496.0, 8440.0, 8499.0, 8447.0, 8488.0, 8466.0, 8473.0, 8524.0, 8480.0, 8500.0, 8477.0, 8501.0, 8456.0, 8510.0, 8459.0, 8520.0, 8451.0, 8499.0, 8502.0, 8480.0, 8529.0, 8472.0, 8499.0, 8473.0, 8483.0, 8465.0, 8508.0, 8465.0, 8524.0, 8479.0, 8512.0, 8462.0, 8500.0, 8539.0, 8494.0, 8528.0, 8494.0, 8483.0, 8448.0, 8508.0, 8513.0, 8531.0, 8510.0, 8546.0, 8496.0, 8453.0, 8512.0, 8481.0, 8534.0, 8521.0, 8507.0, 8547.0, 8497.0, 8554.0, 8466.0, 8534.0, 8449.0, 8540.0, 8480.0, 8479.0, 8514.0, 8476.0, 8501.0, 8476.0, 8492.0, 8465.0, 8474.0, 8372.0, 8394.0, 8364.0, 8367.0, 8360.0, 8406.0, 8369.0, 8444.0, 8402.0, 8399.0, 8415.0, 8364.0, 8415.0, 8379.0, 8408.0, 8381.0, 8375.0, 8383.0, 8422.0, 8389.0, 8470.0, 8399.0, 8396.0, 8385.0, 8413.0, 8406.0, 8418.0, 8528.0, 8447.0, 8468.0, 8448.0, 8486.0, 8441.0, 8443.0, 8421.0, 8447.0, 8404.0, 8473.0, 8406.0, 8464.0, 8418.0, 8476.0, 8445.0, 8443.0, 8445.0, 8439.0, 8488.0, 8444.0, 8523.0, 8462.0, 8497.0, 8456.0, 8481.0, 8441.0, 8465.0, 8424.0, 8462.0, 8416.0, 8445.0, 8442.0, 8440.0, 8464.0, 8445.0, 8511.0, 8447.0, 8490.0, 8450.0, 8464.0, 8452.0, 8472.0, 8457.0, 8449.0, 8518.0, 8434.0, 8467.0, 8447.0, 8491.0, 8433.0, 8476.0, 8457.0, 8465.0, 8499.0, 8448.0, 8513.0, 8454.0, 8487.0, 8449.0, 8474.0, 8457.0, 8473.0, 8459.0, 8467.0, 8468.0, 8455.0, 8516.0, 8468.0, 8492.0, 8450.0, 8474.0, 8458.0, 8478.0, 8474.0, 8463.0, 8523.0, 8468.0, 8525.0, 8470.0, 8506.0, 8464.0, 8488.0, 8467.0, 8476.0, 8444.0, 8485.0, 8463.0, 8493.0, 8484.0, 8464.0, 8530.0, 8467.0, 8529.0, 8457.0, 8501.0, 8442.0, 8470.0, 8442.0, 8466.0, 8475.0, 8443.0, 8500.0, 8459.0, 8523.0, 8459.0, 8494.0, 8461.0, 8483.0, 8440.0, 8474.0, 8431.0, 8469.0, 8437.0, 8451.0, 8455.0, 8462.0, 8458.0, 8446.0, 8457.0, 8463.0, 8483.0, 8444.0, 8518.0, 8460.0, 8481.0, 8458.0, 8469.0, 8433.0, 8469.0, 8439.0, 8454.0, 8428.0, 8442.0, 8458.0, 8440.0, 8524.0, 8458.0, 8469.0, 8452.0, 8463.0, 8428.0, 8465.0, 8442.0, 8471.0, 8454.0, 8442.0, 8506.0, 8438.0, 8481.0, 8441.0, 8436.0, 8417.0, 8439.0, 8440.0, 8440.0, 8442.0, 8451.0, 8440.0, 8445.0, 8519.0, 8441.0, 8498.0, 8442.0, 8466.0, 8426.0, 8466.0, 8441.0, 8454.0, 8438.0, 8436.0, 8429.0, 8459.0, 8450.0, 8444.0, 8533.0, 8448.0, 8479.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.009322701149425287</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.04701385195402299</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>42.170205993268155</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2125817529113905</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.014865551024166</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4556</td></tr>
|
|
<tr><td colspan=3>fber</td><td>5429.9658</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.10649390976670331</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>47</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>5.402298850574713</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4186505740413176</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.28325640010838</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5904433018753825</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.38225202014019</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00631629</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.015541773289442062</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.038882844150066376</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>870</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>3.8389795731904846</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.6999998092651367</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>k</td><td>29.2102</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>35.4563</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>136.3349</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>43.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>305821.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>562.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>257.7585</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.1182</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>515.0848</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3011.1992</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3159.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>70723.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1037.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4001.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>822.8691</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>28.30065628909506</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> |