=== 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-04_bold :: MRIQC's BOLD fMRI report</title>
|
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
|
|
|
|
<script>
|
|
var timestamp = Date.now()
|
|
|
|
function read_form() {
|
|
var ds = "<unset>";
|
|
var sub = "sub-0074_ses-03_task-social_acq-mb8_run-04_bold.nii.gz";
|
|
|
|
var artifacts = [];
|
|
$('#qcartifacts-group input:checked').each(function() {
|
|
artifacts.push($(this).attr('name'));
|
|
});
|
|
|
|
var rating = $('#qcslider').val();
|
|
var payload = {
|
|
'dataset': ds,
|
|
'subject': sub,
|
|
'rating': rating,
|
|
'artifacts': artifacts,
|
|
'time_sec': (Date.now() - timestamp) / 1000,
|
|
'confidence': $('#qcextra-confidence').val(),
|
|
'comments': $('#qcextra-comments').val()
|
|
};
|
|
|
|
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
|
|
$('#btn-download').attr('href', URL.createObjectURL(file));
|
|
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
|
|
return payload
|
|
};
|
|
|
|
function toggle_rating() {
|
|
if ($('#qcrating-menu').hasClass('d-none')) {
|
|
$('#qcrating-menu').removeClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', true);
|
|
} else {
|
|
$('#qcrating-menu').addClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', false);
|
|
}
|
|
};
|
|
|
|
$(window).on('load',function(){
|
|
var authorization = $('#btn-post').val()
|
|
if (authorization.includes("secret_token")) {
|
|
$('#btn-post').addClass('d-none');
|
|
};
|
|
timestamp = Date.now();
|
|
});
|
|
|
|
</script>
|
|
<style type="text/css">
|
|
/* The slider itself */
|
|
.slider {
|
|
-webkit-appearance: none; /* Override default CSS styles */
|
|
appearance: none;
|
|
margin-bottom: 8px;
|
|
margin-left: 10%;
|
|
width: 80%;
|
|
height: 5px; /* Specified height */
|
|
background: #d3d3d3; /* Grey background */
|
|
outline: none; /* Remove outline */
|
|
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
|
|
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
|
|
transition: opacity .2s;
|
|
}
|
|
|
|
/* Mouse-over effects */
|
|
.slider:hover {
|
|
opacity: 1; /* Fully shown on mouse-over */
|
|
}
|
|
|
|
.slider::-webkit-slider-thumb {
|
|
-webkit-appearance: none;
|
|
appearance: none;
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
.slider::-moz-range-thumb {
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body style="font-family: helvetica;">
|
|
<nav class="navbar fixed-top navbar-expand-lg bg-light">
|
|
<div class="container-fluid">
|
|
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
|
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
|
|
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
|
|
<li class="nav-item dropdown">
|
|
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
|
|
About
|
|
</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="#errors">Errors</a></li>
|
|
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="d-flex flex-row-reverse">
|
|
<div class="form-check form-switch align-self-center flex-fill me-4">
|
|
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
|
|
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
<noscript>
|
|
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
|
|
</noscript>
|
|
|
|
<div id="Basic echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-04_session-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-04_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-04_desc-stdev_bold.svg" target="_blank">sub-0074/figures/sub-0074_ses-03_task-social_acq-mb8_run-04_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-04_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-04_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-04_desc-background_bold.svg" target="_blank">sub-0074/figures/sub-0074_ses-03_task-social_acq-mb8_run-04_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-04_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-04_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-04_desc-zoomed_bold.svg" target="_blank">sub-0074/figures/sub-0074_ses-03_task-social_acq-mb8_run-04_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-04_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-04_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-04_desc-carpet_bold.svg" target="_blank">sub-0074/figures/sub-0074_ses-03_task-social_acq-mb8_run-04_desc-carpet_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-mean_run-04_session-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-04_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-04_desc-mean_bold.svg" target="_blank">sub-0074/figures/sub-0074_ses-03_task-social_acq-mb8_run-04_desc-mean_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended reports shared across echos" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-04_session-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-04_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-04_desc-brainmask_bold.svg" target="_blank">sub-0074/figures/sub-0074_ses-03_task-social_acq-mb8_run-04_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-04_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-04_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0074/figures/sub-0074_ses-03_task-social_acq-mb8_run-04_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0074/figures/sub-0074_ses-03_task-social_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0074/figures/sub-0074_ses-03_task-social_acq-mb8_run-04_desc-norm_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="About" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">About</h1>
|
|
<div id="errors" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
|
|
</div>
|
|
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
|
|
reconstructing the provenance of the corresponding derivatives.
|
|
</p> <div class="accordion accordion-flush" id="about-metadata">
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-0">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
|
|
Provenance Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-0" class="table table-sm table-striped">
|
|
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
|
|
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0074/ses-03/func/sub-0074_ses-03_task-social_acq-mb8_run-04_bold.nii.gz</td></tr>
|
|
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
|
|
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
|
|
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
|
|
<tr><td colspan=2>md5sum</td><td>62e401d092c369cc5a2d8512f5a84b39</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:26:2.532500</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-04_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.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-04_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>14</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.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>social</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>228.088</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>1a918963-2352-4726-ba2c-b70b34dc7f0d||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': ['192602.532500', '192602.992500', '192603.452500', '192603.912500', '192604.372500', '192604.832500', '192605.292500', '192605.752500', '192606.212500', '192606.672500', '192607.132500', '192607.592500', '192608.052500', '192608.512500', '192608.972500', '192609.432500', '192609.892500', '192610.352500', '192610.812500', '192611.272500', '192611.732500', '192612.192500', '192612.652500', '192613.112500', '192613.572500', '192614.032500', '192614.492500', '192614.952500', '192615.412500', '192615.872500', '192616.332500', '192616.792500', '192617.252500', '192617.712500', '192618.172500', '192618.632500', '192619.092500', '192619.552500', '192620.012500', '192620.472500', '192620.932500', '192621.392500', '192621.852500', '192622.312500', '192622.772500', '192623.232500', '192623.692500', '192624.152500', '192624.612500', '192625.072500', '192625.532500', '192625.992500', '192626.452500', '192626.912500', '192627.372500', '192627.832500', '192628.292500', '192628.752500', '192629.212500', '192629.672500', '192630.132500', '192630.592500', '192631.052500', '192631.512500', '192631.972500', '192632.432500', '192632.892500', '192633.352500', '192633.812500', '192634.272500', '192634.732500', '192635.192500', '192635.652500', '192636.112500', '192636.572500', '192637.032500', '192637.492500', '192637.952500', '192638.412500', '192638.872500', '192639.332500', '192639.792500', '192640.252500', '192640.712500', '192641.172500', '192641.632500', '192642.092500', '192642.552500', '192643.012500', '192643.472500', '192643.932500', '192644.392500', '192644.852500', '192645.312500', '192645.772500', '192646.232500', '192646.692500', '192647.152500', '192647.612500', '192648.072500', '192648.532500', '192648.992500', '192649.452500', '192649.912500', '192650.372500', '192650.832500', '192651.292500', '192651.752500', '192652.212500', '192652.672500', '192653.132500', '192653.592500', '192654.052500', '192654.512500', '192654.972500', '192655.432500', '192655.892500', '192656.352500', '192656.812500', '192657.272500', '192657.732500', '192658.192500', '192658.652500', '192659.112500', '192659.572500', '192700.032500', '192700.492500', '192700.952500', '192701.412500', '192701.872500', '192702.332500', '192702.792500', '192703.252500', '192703.712500', '192704.172500', '192704.632500', '192705.092500', '192705.552500', '192706.012500', '192706.472500', '192706.932500', '192707.392500', '192707.852500', '192708.312500', '192708.772500', '192709.232500', '192709.692500', '192710.152500', '192710.612500', '192711.072500', '192711.532500', '192711.992500', '192712.452500', '192712.912500', '192713.372500', '192713.832500', '192714.292500', '192714.752500', '192715.212500', '192715.672500', '192716.132500', '192716.592500', '192717.052500', '192717.512500', '192717.972500', '192718.432500', '192718.892500', '192719.352500', '192719.812500', '192720.272500', '192720.732500', '192721.192500', '192721.652500', '192722.112500', '192722.572500', '192723.032500', '192723.492500', '192723.952500', '192724.412500', '192724.872500', '192725.332500', '192725.792500', '192726.252500', '192726.712500', '192727.172500', '192727.632500', '192728.092500', '192728.552500', '192729.012500', '192729.472500', '192729.932500', '192730.392500', '192730.852500', '192731.312500', '192731.772500', '192732.232500', '192732.692500', '192733.152500', '192733.612500', '192734.072500', '192734.532500', '192734.992500', '192735.452500', '192735.912500', '192736.372500', '192736.832500', '192737.292500', '192737.752500', '192738.212500', '192738.672500', '192739.132500', '192739.592500', '192740.052500', '192740.512500', '192740.972500', '192741.432500', '192741.892500', '192742.352500', '192742.812500', '192743.272500', '192743.732500', '192744.192500', '192744.652500', '192745.112500', '192745.572500', '192746.032500', '192746.492500', '192746.952500', '192747.412500', '192747.872500', '192748.332500', '192748.792500', '192749.252500', '192749.712500', '192750.172500', '192750.632500', '192751.092500', '192751.552500', '192752.012500', '192752.472500', '192752.932500', '192753.392500', '192753.852500', '192754.312500', '192754.772500', '192755.232500', '192755.692500', '192756.152500', '192756.612500', '192757.072500', '192757.532500', '192757.992500', '192758.452500', '192758.912500', '192759.372500', '192759.832500', '192800.292500', '192800.752500', '192801.212500', '192801.672500', '192802.132500', '192802.592500', '192803.052500', '192803.512500', '192803.972500', '192804.432500', '192804.892500', '192805.352500', '192805.812500', '192806.272500', '192806.732500', '192807.192500', '192807.652500', '192808.112500', '192808.572500', '192809.032500', '192809.492500', '192809.952500', '192810.412500', '192810.872500', '192811.332500', '192811.792500', '192812.252500', '192812.712500', '192813.172500', '192813.632500', '192814.092500', '192814.552500', '192815.012500', '192815.472500', '192815.932500', '192816.392500', '192816.852500', '192817.312500', '192817.772500', '192818.232500', '192818.692500', '192819.152500', '192819.612500', '192820.072500', '192820.532500', '192820.992500', '192821.452500', '192821.912500', '192822.372500', '192822.832500', '192823.292500', '192823.752500', '192824.212500', '192824.672500', '192825.132500', '192825.592500', '192826.052500', '192826.512500', '192826.972500', '192827.432500', '192827.892500', '192828.352500', '192828.812500', '192829.272500', '192829.732500', '192830.192500', '192830.652500', '192831.112500', '192831.572500', '192832.032500', '192832.492500', '192832.952500', '192833.412500', '192833.872500', '192834.332500', '192834.792500', '192835.252500', '192835.712500', '192836.172500', '192836.632500', '192837.092500', '192837.552500', '192838.012500', '192838.472500', '192838.932500', '192839.392500', '192839.852500', '192840.312500', '192840.772500', '192841.232500', '192841.692500', '192842.152500', '192842.612500', '192843.072500', '192843.532500', '192843.992500', '192844.452500', '192844.912500', '192845.372500', '192845.832500', '192846.292500', '192846.752500', '192847.212500', '192847.672500', '192848.132500', '192848.592500', '192849.052500', '192849.512500', '192849.972500', '192850.432500', '192850.892500', '192851.352500', '192851.812500', '192852.272500', '192852.732500', '192853.192500', '192853.652500', '192854.112500', '192854.572500', '192855.032500', '192855.492500', '192855.952500', '192856.412500', '192856.872500', '192857.332500', '192857.792500', '192858.252500', '192858.712500', '192859.172500', '192859.632500', '192900.092500', '192900.552500', '192901.012500', '192901.472500', '192901.932500', '192902.392500', '192902.852500', '192903.312500', '192903.772500', '192904.232500', '192904.692500', '192905.152500', '192905.612500', '192906.072500', '192906.532500', '192906.992500', '192907.452500', '192907.912500', '192908.372500', '192908.832500', '192909.292500', '192909.752500', '192910.212500', '192910.672500', '192911.132500', '192911.592500', '192912.052500', '192912.512500', '192912.972500', '192913.432500', '192913.892500', '192914.352500', '192914.812500', '192915.272500', '192915.732500', '192916.192500', '192916.652500', '192917.112500', '192917.572500', '192918.032500', '192918.492500', '192918.952500', '192919.412500', '192919.872500', '192920.332500', '192920.792500', '192921.252500', '192921.712500', '192922.172500', '192922.632500', '192923.092500', '192923.552500', '192924.012500', '192924.472500', '192924.932500', '192925.392500', '192925.852500', '192926.312500', '192926.772500', '192927.232500', '192927.692500', '192928.152500', '192928.612500', '192929.072500', '192929.532500', '192929.992500', '192930.452500', '192930.912500', '192931.372500', '192931.832500', '192932.292500', '192932.752500', '192933.212500', '192933.672500', '192934.132500', '192934.592500', '192935.052500', '192935.512500', '192935.972500', '192936.432500', '192936.892500', '192937.352500', '192937.812500', '192938.272500', '192938.732500', '192939.192500', '192939.652500', '192940.112500', '192940.572500', '192941.032500', '192941.492500', '192941.952500', '192942.412500', '192942.872500', '192943.332500', '192943.792500', '192944.252500', '192944.712500', '192945.172500', '192945.632500', '192946.092500', '192946.552500', '192947.012500', '192947.472500', '192947.932500', '192948.392500', '192948.852500', '192949.312500', '192949.772500', '192950.232500', '192950.692500', '192951.152500', '192951.612500', '192952.072500', '192952.532500', '192952.992500', '192953.452500', '192953.912500', '192954.372500', '192954.832500', '192955.292500', '192955.752500', '192956.212500', '192956.672500', '192957.132500', '192957.592500', '192958.052500', '192958.512500', '192958.972500', '192959.432500', '192959.892500', '193000.352500', '193000.812500', '193001.272500', '193001.732500', '193002.192500', '193002.652500', '193003.112500', '193003.572500', '193004.032500', '193004.492500', '193004.952500', '193005.412500', '193005.872500', '193006.332500', '193006.792500', '193007.252500', '193007.712500', '193008.172500', '193008.632500', '193009.092500', '193009.552500', '193010.012500', '193010.472500', '193010.932500', '193011.392500', '193011.852500', '193012.312500', '193012.772500', '193013.232500', '193013.692500', '193014.152500', '193014.612500', '193015.072500', '193015.532500', '193015.992500', '193016.452500', '193016.912500', '193017.372500', '193017.832500', '193018.292500', '193018.752500', '193019.212500', '193019.672500', '193020.132500', '193020.592500', '193021.052500', '193021.512500', '193021.972500', '193022.432500', '193022.892500', '193023.352500', '193023.812500', '193024.272500', '193024.732500', '193025.192500', '193025.652500', '193026.112500', '193026.572500', '193027.032500', '193027.492500', '193027.952500', '193028.412500', '193028.872500', '193029.332500', '193029.792500', '193030.252500', '193030.712500', '193031.172500', '193031.632500', '193032.092500', '193032.552500', '193033.012500', '193033.472500', '193033.932500', '193034.392500', '193034.852500', '193035.312500', '193035.772500', '193036.232500', '193036.692500', '193037.152500', '193037.612500', '193038.072500', '193038.532500', '193038.992500', '193039.452500', '193039.912500', '193040.372500', '193040.832500', '193041.292500', '193041.752500', '193042.212500', '193042.672500', '193043.132500', '193043.592500', '193044.052500', '193044.512500', '193044.972500', '193045.432500', '193045.892500', '193046.352500', '193046.812500', '193047.272500', '193047.732500', '193048.192500', '193048.652500', '193049.112500', '193049.572500', '193050.032500', '193050.492500', '193050.952500', '193051.412500', '193051.872500', '193052.332500', '193052.792500', '193053.252500', '193053.712500', '193054.172500', '193054.632500', '193055.092500', '193055.552500', '193056.012500', '193056.472500', '193056.932500', '193057.392500', '193057.852500', '193058.312500', '193058.772500', '193059.232500', '193059.692500', '193100.152500', '193100.612500', '193101.072500', '193101.532500', '193101.992500', '193102.452500', '193102.912500', '193103.372500', '193103.832500', '193104.292500', '193104.752500', '193105.212500', '193105.672500', '193106.132500', '193106.592500', '193107.052500', '193107.512500', '193107.972500', '193108.432500', '193108.892500', '193109.352500', '193109.812500', '193110.272500', '193110.732500', '193111.192500', '193111.652500', '193112.112500', '193112.572500', '193113.032500', '193113.492500', '193113.952500', '193114.412500', '193114.872500', '193115.332500', '193115.792500', '193116.252500', '193116.712500', '193117.172500', '193117.632500', '193118.092500', '193118.552500', '193119.012500', '193119.472500', '193119.932500', '193120.392500', '193120.852500', '193121.312500', '193121.772500', '193122.232500', '193122.692500', '193123.152500', '193123.612500', '193124.072500', '193124.532500', '193124.992500', '193125.452500', '193125.912500', '193126.372500', '193126.832500', '193127.292500', '193127.752500', '193128.212500', '193128.672500', '193129.132500', '193129.592500', '193130.052500', '193130.512500', '193130.972500', '193131.432500', '193131.892500', '193132.352500', '193132.812500', '193133.272500', '193133.732500', '193134.192500', '193134.652500', '193135.112500', '193135.572500', '193136.032500', '193136.492500', '193136.952500', '193137.412500', '193137.872500', '193138.332500', '193138.792500', '193139.252500', '193139.712500', '193140.172500', '193140.632500', '193141.092500', '193141.552500', '193142.012500', '193142.472500', '193142.932500', '193143.392500', '193143.852500', '193144.312500', '193144.772500', '193145.232500', '193145.692500', '193146.152500', '193146.612500', '193147.072500', '193147.532500', '193147.992500', '193148.452500', '193148.912500', '193149.372500', '193149.832500', '193150.292500', '193150.752500', '193151.212500', '193151.672500', '193152.132500', '193152.592500', '193153.052500', '193153.512500', '193153.972500', '193154.432500', '193154.892500', '193155.352500', '193155.812500', '193156.272500', '193156.732500', '193157.192500', '193157.652500', '193158.112500', '193158.572500', '193159.032500', '193159.492500', '193159.952500', '193200.412500', '193200.872500', '193201.332500', '193201.792500', '193202.252500', '193202.712500', '193203.172500', '193203.632500', '193204.092500', '193204.552500', '193205.012500', '193205.472500', '193205.932500', '193206.392500', '193206.852500', '193207.312500', '193207.772500', '193208.232500', '193208.692500', '193209.152500', '193209.612500', '193210.072500', '193210.532500', '193210.992500', '193211.452500', '193211.912500', '193212.372500', '193212.832500', '193213.292500', '193213.752500', '193214.212500', '193214.672500', '193215.132500', '193215.592500', '193216.052500', '193216.512500', '193216.972500', '193217.432500', '193217.892500', '193218.352500', '193218.812500', '193219.272500', '193219.732500', '193220.192500', '193220.652500', '193221.112500', '193221.572500', '193222.032500', '193222.492500', '193222.952500', '193223.412500', '193223.872500', '193224.332500', '193224.792500', '193225.252500', '193225.712500', '193226.172500', '193226.632500', '193227.092500', '193227.552500', '193228.012500', '193228.472500', '193228.932500', '193229.392500', '193229.852500', '193230.312500', '193230.772500', '193231.232500', '193231.692500', '193232.152500', '193232.612500', '193233.072500', '193233.532500', '193233.992500', '193234.452500', '193234.912500', '193235.372500', '193235.832500', '193236.292500', '193236.752500', '193237.212500', '193237.672500', '193238.132500', '193238.592500', '193239.052500', '193239.512500', '193239.972500', '193240.432500', '193240.892500', '193241.352500', '193241.812500', '193242.272500', '193242.732500', '193243.192500'], 'ContentTime': ['192624.870000', '192624.873000', '192624.876000', '192624.878000', '192624.881000', '192624.884000', '192624.886000', '192624.889000', '192624.891000', '192624.894000', '192624.896000', '192624.899000', '192624.904000', '192624.907000', '192624.909000', '192624.912000', '192624.914000', '192624.917000', '192624.919000', '192624.922000', '192624.925000', '192624.927000', '192624.930000', '192624.932000', '192624.935000', '192624.937000', '192624.940000', '192624.942000', '192624.945000', '192624.947000', '192624.950000', '192624.952000', '192624.955000', '192624.958000', '192624.960000', '192624.963000', '192624.965000', '192624.968000', '192624.970000', '192624.973000', '192624.975000', '192624.978000', '192624.981000', '192624.983000', '192624.986000', '192624.988000', '192644.831000', '192644.834000', '192644.837000', '192644.839000', '192644.842000', '192644.844000', '192644.847000', '192644.849000', '192644.852000', '192644.855000', '192644.857000', '192644.860000', '192644.862000', '192644.865000', '192644.867000', '192644.870000', '192644.873000', '192644.875000', '192644.878000', '192644.880000', '192644.883000', '192644.885000', '192644.888000', '192644.890000', '192644.893000', '192644.895000', '192644.898000', '192644.901000', '192644.903000', '192644.906000', '192644.908000', '192644.911000', '192644.913000', '192644.916000', '192644.919000', '192644.921000', '192644.924000', '192644.926000', '192644.929000', '192644.931000', '192644.934000', '192644.937000', '192644.945000', '192704.831000', '192704.834000', '192704.837000', '192704.839000', '192704.842000', '192704.844000', '192704.847000', '192704.850000', '192704.852000', '192704.855000', '192704.857000', '192704.860000', '192704.862000', '192704.865000', '192704.868000', '192704.870000', '192704.873000', '192704.875000', '192704.878000', '192704.880000', '192704.883000', '192704.885000', '192704.888000', '192704.890000', '192704.917000', '192704.920000', '192704.922000', '192704.925000', '192704.927000', '192704.930000', '192704.933000', '192704.935000', '192704.938000', '192704.940000', '192704.943000', '192704.945000', '192704.948000', '192704.950000', '192704.953000', '192704.956000', '192704.958000', '192704.961000', '192704.963000', '192704.966000', '192724.830000', '192724.833000', '192724.836000', '192724.838000', '192724.841000', '192724.843000', '192724.846000', '192724.849000', '192724.851000', '192724.854000', '192724.856000', '192724.859000', '192724.861000', '192724.864000', '192724.867000', '192724.869000', '192724.872000', '192724.874000', '192724.877000', '192724.879000', '192724.882000', '192724.885000', '192724.887000', '192724.890000', '192724.892000', '192724.895000', '192724.898000', '192724.900000', '192724.903000', '192724.905000', '192724.908000', '192724.910000', '192724.913000', '192724.915000', '192724.918000', '192724.920000', '192724.923000', '192724.929000', '192724.932000', '192724.934000', '192724.937000', '192724.939000', '192724.942000', '192744.830000', '192744.835000', '192744.838000', '192744.840000', '192744.843000', '192744.846000', '192744.848000', '192744.851000', '192744.854000', '192744.856000', '192744.859000', '192744.861000', '192744.864000', '192744.867000', '192744.869000', '192744.872000', '192744.874000', '192744.877000', '192744.879000', '192744.882000', '192744.885000', '192744.887000', '192744.890000', '192744.892000', '192744.895000', '192744.898000', '192744.900000', '192744.903000', '192744.905000', '192744.911000', '192744.914000', '192744.917000', '192744.919000', '192744.922000', '192744.924000', '192744.937000', '192744.940000', '192744.942000', '192744.945000', '192744.948000', '192744.950000', '192744.953000', '192744.955000', '192744.958000', '192804.830000', '192804.833000', '192804.836000', '192804.838000', '192804.841000', '192804.843000', '192804.846000', '192804.849000', '192804.851000', '192804.854000', '192804.856000', '192804.859000', '192804.861000', '192804.864000', '192804.867000', '192804.869000', '192804.872000', '192804.874000', '192804.877000', '192804.879000', '192804.882000', '192804.885000', '192804.887000', '192804.890000', '192804.892000', '192804.895000', '192804.897000', '192804.900000', '192804.902000', '192804.909000', '192804.912000', '192804.915000', '192804.917000', '192804.920000', '192804.922000', '192804.925000', '192804.928000', '192804.930000', '192804.933000', '192804.935000', '192804.938000', '192804.940000', '192804.943000', '192824.830000', '192824.833000', '192824.836000', '192824.838000', '192824.841000', '192824.844000', '192824.846000', '192824.849000', '192824.851000', '192824.854000', '192824.857000', '192824.859000', '192824.862000', '192824.864000', '192824.867000', '192824.869000', '192824.872000', '192824.874000', '192824.877000', '192824.880000', '192824.882000', '192824.885000', '192824.887000', '192824.890000', '192824.893000', '192824.895000', '192824.898000', '192824.900000', '192824.903000', '192824.905000', '192824.908000', '192824.910000', '192824.913000', '192824.916000', '192824.918000', '192824.921000', '192824.923000', '192824.926000', '192824.928000', '192824.931000', '192824.933000', '192824.936000', '192824.939000', '192824.941000', '192844.830000', '192844.833000', '192844.836000', '192844.839000', '192844.841000', '192844.844000', '192844.846000', '192844.849000', '192844.851000', '192844.854000', '192844.857000', '192844.859000', '192844.862000', '192844.864000', '192844.867000', '192844.869000', '192844.878000', '192844.880000', '192844.883000', '192844.886000', '192844.888000', '192844.891000', '192844.893000', '192844.896000', '192844.899000', '192844.901000', '192844.904000', '192844.906000', '192844.909000', '192844.911000', '192844.914000', '192844.916000', '192844.919000', '192844.922000', '192844.924000', '192844.927000', '192844.929000', '192844.932000', '192844.934000', '192844.937000', '192844.940000', '192844.942000', '192844.945000', '192904.832000', '192904.836000', '192904.838000', '192904.841000', '192904.843000', '192904.846000', '192904.849000', '192904.851000', '192904.854000', '192904.856000', '192904.859000', '192904.861000', '192904.864000', '192904.867000', '192904.869000', '192904.872000', '192904.874000', '192904.877000', '192904.879000', '192904.882000', '192904.885000', '192904.887000', '192904.890000', '192904.892000', '192904.895000', '192904.897000', '192904.900000', '192904.903000', '192904.905000', '192904.908000', '192904.910000', '192904.913000', '192904.916000', '192904.918000', '192904.921000', '192904.923000', '192904.926000', '192904.928000', '192904.931000', '192904.934000', '192904.936000', '192904.939000', '192904.941000', '192904.944000', '192924.831000', '192924.834000', '192924.837000', '192924.839000', '192924.842000', '192924.845000', '192924.847000', '192924.850000', '192924.852000', '192924.855000', '192924.858000', '192924.860000', '192924.863000', '192924.865000', '192924.868000', '192924.870000', '192924.873000', '192924.875000', '192924.878000', '192924.881000', '192924.883000', '192924.886000', '192924.888000', '192924.891000', '192924.893000', '192924.896000', '192924.899000', '192924.901000', '192924.904000', '192924.906000', '192924.909000', '192924.920000', '192924.922000', '192924.925000', '192924.928000', '192924.930000', '192924.933000', '192924.935000', '192924.938000', '192924.941000', '192924.943000', '192924.946000', '192924.948000', '192944.831000', '192944.833000', '192944.836000', '192944.839000', '192944.841000', '192944.844000', '192944.846000', '192944.849000', '192944.851000', '192944.854000', '192944.857000', '192944.859000', '192944.862000', '192944.864000', '192944.867000', '192944.869000', '192944.872000', '192944.875000', '192944.877000', '192944.880000', '192944.882000', '192944.885000', '192944.888000', '192944.891000', '192944.894000', '192944.897000', '192944.899000', '192944.902000', '192944.905000', '192944.907000', '192944.910000', '192944.913000', '192944.915000', '192944.918000', '192944.920000', '192944.923000', '192944.925000', '192944.928000', '192944.931000', '192944.933000', '192944.936000', '192944.938000', '192944.941000', '193004.830000', '193004.833000', '193004.842000', '193004.845000', '193004.847000', '193004.850000', '193004.853000', '193004.855000', '193004.858000', '193004.860000', '193004.863000', '193004.865000', '193004.868000', '193004.870000', '193004.873000', '193004.876000', '193004.878000', '193004.881000', '193004.883000', '193004.886000', '193004.889000', '193004.891000', '193004.894000', '193004.896000', '193004.899000', '193004.901000', '193004.904000', '193004.906000', '193004.909000', '193004.912000', '193004.914000', '193004.917000', '193004.919000', '193004.922000', '193004.925000', '193004.927000', '193004.930000', '193004.932000', '193004.935000', '193004.938000', '193004.940000', '193004.943000', '193004.945000', '193004.948000', '193024.831000', '193024.834000', '193024.837000', '193024.840000', '193024.842000', '193024.845000', '193024.848000', '193024.850000', '193024.853000', '193024.855000', '193024.858000', '193024.860000', '193024.863000', '193024.866000', '193024.868000', '193024.872000', '193024.875000', '193024.877000', '193024.880000', '193024.883000', '193024.885000', '193024.888000', '193024.890000', '193024.893000', '193024.896000', '193024.898000', '193024.901000', '193024.903000', '193024.906000', '193024.909000', '193024.911000', '193024.914000', '193024.916000', '193024.919000', '193024.921000', '193024.924000', '193024.927000', '193024.930000', '193024.932000', '193024.935000', '193024.937000', '193024.940000', '193024.943000', '193044.830000', '193044.833000', '193044.836000', '193044.839000', '193044.841000', '193044.844000', '193044.846000', '193044.849000', '193044.851000', '193044.854000', '193044.856000', '193044.859000', '193044.862000', '193044.864000', '193044.867000', '193044.869000', '193044.872000', '193044.875000', '193044.877000', '193044.880000', '193044.882000', '193044.885000', '193044.887000', '193044.890000', '193044.893000', '193044.895000', '193044.898000', '193044.900000', '193044.903000', '193044.906000', '193044.908000', '193044.911000', '193044.913000', '193044.916000', '193044.918000', '193044.921000', '193044.923000', '193044.926000', '193044.929000', '193044.931000', '193044.934000', '193044.936000', '193044.939000', '193044.941000', '193104.831000', '193104.833000', '193104.836000', '193104.839000', '193104.841000', '193104.844000', '193104.846000', '193104.849000', '193104.852000', '193104.854000', '193104.857000', '193104.859000', '193104.862000', '193104.865000', '193104.868000', '193104.870000', '193104.873000', '193104.875000', '193104.878000', '193104.881000', '193104.883000', '193104.886000', '193104.888000', '193104.891000', '193104.893000', '193104.896000', '193104.899000', '193104.901000', '193104.904000', '193104.906000', '193104.909000', '193104.911000', '193104.914000', '193104.916000', '193104.919000', '193104.922000', '193104.924000', '193104.927000', '193104.929000', '193104.932000', '193104.934000', '193104.937000', '193104.940000', '193124.831000', '193124.834000', '193124.837000', '193124.839000', '193124.842000', '193124.844000', '193124.847000', '193124.850000', '193124.852000', '193124.855000', '193124.857000', '193124.860000', '193124.863000', '193124.865000', '193124.868000', '193124.870000', '193124.873000', '193124.875000', '193124.878000', '193124.881000', '193124.883000', '193124.886000', '193124.888000', '193124.891000', '193124.898000', '193124.901000', '193124.904000', '193124.906000', '193124.909000', '193124.911000', '193124.914000', '193124.916000', '193124.919000', '193124.922000', '193124.924000', '193124.927000', '193124.929000', '193124.932000', '193124.934000', '193124.937000', '193124.940000', '193124.942000', '193124.945000', '193124.947000', '193144.832000', '193144.837000', '193144.840000', '193144.842000', '193144.845000', '193144.847000', '193144.850000', '193144.853000', '193144.855000', '193144.858000', '193144.860000', '193144.863000', '193144.866000', '193144.868000', '193144.871000', '193144.873000', '193144.876000', '193144.879000', '193144.882000', '193144.884000', '193144.887000', '193144.889000', '193144.892000', '193144.895000', '193144.897000', '193144.900000', '193144.902000', '193144.905000', '193144.908000', '193144.911000', '193144.914000', '193144.918000', '193144.921000', '193144.924000', '193144.927000', '193144.929000', '193144.932000', '193144.934000', '193144.937000', '193144.940000', '193144.942000', '193144.945000', '193144.947000', '193204.830000', '193204.833000', '193204.836000', '193204.838000', '193204.841000', '193204.844000', '193204.846000', '193204.849000', '193204.851000', '193204.854000', '193204.857000', '193204.859000', '193204.862000', '193204.864000', '193204.867000', '193204.869000', '193204.872000', '193204.875000', '193204.877000', '193204.880000', '193204.883000', '193204.885000', '193204.888000', '193204.892000', '193204.894000', '193204.897000', '193204.900000', '193204.902000', '193204.905000', '193204.907000', '193204.910000', '193204.912000', '193204.915000', '193204.918000', '193204.920000', '193204.923000', '193204.925000', '193204.928000', '193204.931000', '193204.933000', '193204.936000', '193204.938000', '193204.941000', '193204.944000', '193224.831000', '193224.833000', '193224.836000', '193224.839000', '193224.841000', '193224.844000', '193224.846000', '193224.849000', '193224.852000', '193224.855000', '193224.858000', '193224.860000', '193224.863000', '193224.866000', '193224.868000', '193224.871000', '193224.873000', '193224.876000', '193224.878000', '193224.881000', '193224.883000', '193224.886000', '193224.889000', '193224.901000', '193224.904000', '193224.907000', '193224.909000', '193224.912000', '193224.914000', '193224.917000', '193224.919000', '193224.922000', '193224.925000', '193224.927000', '193224.930000', '193224.932000', '193224.935000', '193224.938000', '193224.940000', '193224.943000', '193224.945000', '193224.948000', '193224.950000', '193244.641000', '193244.644000', '193244.647000', '193244.650000', '193244.652000', '193244.655000', '193244.657000', '193244.660000', '193244.663000', '193244.666000', '193244.668000', '193244.671000', '193244.674000', '193244.677000', '193244.685000', '193244.691000', '193244.697000', '193244.699000', '193244.702000', '193244.705000', '193244.707000', '193244.710000', '193244.714000', '193244.717000', '193244.720000', '193244.723000', '193244.725000', '193244.728000', '193244.731000', '193244.733000', '193244.736000', '193244.738000', '193244.741000', '193244.744000', '193244.746000', '193244.749000', '193244.752000', '193244.754000', '193244.757000', '193244.760000', '193244.762000', '193244.765000', '193244.767000', '193244.770000'], 'InstanceCreationTime': ['192624.870000', '192624.873000', '192624.876000', '192624.878000', '192624.881000', '192624.884000', '192624.886000', '192624.889000', '192624.891000', '192624.894000', '192624.896000', '192624.899000', '192624.904000', '192624.907000', '192624.909000', '192624.912000', '192624.914000', '192624.917000', '192624.919000', '192624.922000', '192624.925000', '192624.927000', '192624.930000', '192624.932000', '192624.935000', '192624.937000', '192624.940000', '192624.942000', '192624.945000', '192624.947000', '192624.950000', '192624.952000', '192624.955000', '192624.958000', '192624.960000', '192624.963000', '192624.965000', '192624.968000', '192624.970000', '192624.973000', '192624.975000', '192624.978000', '192624.981000', '192624.983000', '192624.986000', '192624.988000', '192644.831000', '192644.834000', '192644.837000', '192644.839000', '192644.842000', '192644.844000', '192644.847000', '192644.849000', '192644.852000', '192644.855000', '192644.857000', '192644.860000', '192644.862000', '192644.865000', '192644.867000', '192644.870000', '192644.873000', '192644.875000', '192644.878000', '192644.880000', '192644.883000', '192644.885000', '192644.888000', '192644.890000', '192644.893000', '192644.895000', '192644.898000', '192644.901000', '192644.903000', '192644.906000', '192644.908000', '192644.911000', '192644.913000', '192644.916000', '192644.919000', '192644.921000', '192644.924000', '192644.926000', '192644.929000', '192644.931000', '192644.934000', '192644.937000', '192644.945000', '192704.831000', '192704.834000', '192704.837000', '192704.839000', '192704.842000', '192704.844000', '192704.847000', '192704.850000', '192704.852000', '192704.855000', '192704.857000', '192704.860000', '192704.862000', '192704.865000', '192704.868000', '192704.870000', '192704.873000', '192704.875000', '192704.878000', '192704.880000', '192704.883000', '192704.885000', '192704.888000', '192704.890000', '192704.917000', '192704.920000', '192704.922000', '192704.925000', '192704.927000', '192704.930000', '192704.933000', '192704.935000', '192704.938000', '192704.940000', '192704.943000', '192704.945000', '192704.948000', '192704.950000', '192704.953000', '192704.956000', '192704.958000', '192704.961000', '192704.963000', '192704.966000', '192724.830000', '192724.833000', '192724.836000', '192724.838000', '192724.841000', '192724.843000', '192724.846000', '192724.849000', '192724.851000', '192724.854000', '192724.856000', '192724.859000', '192724.861000', '192724.864000', '192724.867000', '192724.869000', '192724.872000', '192724.874000', '192724.877000', '192724.879000', '192724.882000', '192724.885000', '192724.887000', '192724.890000', '192724.892000', '192724.895000', '192724.898000', '192724.900000', '192724.903000', '192724.905000', '192724.908000', '192724.910000', '192724.913000', '192724.915000', '192724.918000', '192724.920000', '192724.923000', '192724.929000', '192724.932000', '192724.934000', '192724.937000', '192724.939000', '192724.942000', '192744.830000', '192744.835000', '192744.838000', '192744.840000', '192744.843000', '192744.846000', '192744.848000', '192744.851000', '192744.854000', '192744.856000', '192744.859000', '192744.861000', '192744.864000', '192744.867000', '192744.869000', '192744.872000', '192744.874000', '192744.877000', '192744.879000', '192744.882000', '192744.885000', '192744.887000', '192744.890000', '192744.892000', '192744.895000', '192744.898000', '192744.900000', '192744.903000', '192744.905000', '192744.911000', '192744.914000', '192744.917000', '192744.919000', '192744.922000', '192744.924000', '192744.937000', '192744.940000', '192744.942000', '192744.945000', '192744.948000', '192744.950000', '192744.953000', '192744.955000', '192744.958000', '192804.830000', '192804.833000', '192804.836000', '192804.838000', '192804.841000', '192804.843000', '192804.846000', '192804.849000', '192804.851000', '192804.854000', '192804.856000', '192804.859000', '192804.861000', '192804.864000', '192804.867000', '192804.869000', '192804.872000', '192804.874000', '192804.877000', '192804.879000', '192804.882000', '192804.885000', '192804.887000', '192804.890000', '192804.892000', '192804.895000', '192804.897000', '192804.900000', '192804.902000', '192804.909000', '192804.912000', '192804.915000', '192804.917000', '192804.920000', '192804.922000', '192804.925000', '192804.928000', '192804.930000', '192804.933000', '192804.935000', '192804.938000', '192804.940000', '192804.943000', '192824.830000', '192824.833000', '192824.836000', '192824.838000', '192824.841000', '192824.844000', '192824.846000', '192824.849000', '192824.851000', '192824.854000', '192824.857000', '192824.859000', '192824.862000', '192824.864000', '192824.867000', '192824.869000', '192824.872000', '192824.874000', '192824.877000', '192824.880000', '192824.882000', '192824.885000', '192824.887000', '192824.890000', '192824.893000', '192824.895000', '192824.898000', '192824.900000', '192824.903000', '192824.905000', '192824.908000', '192824.910000', '192824.913000', '192824.916000', '192824.918000', '192824.921000', '192824.923000', '192824.926000', '192824.928000', '192824.931000', '192824.933000', '192824.936000', '192824.939000', '192824.941000', '192844.830000', '192844.833000', '192844.836000', '192844.839000', '192844.841000', '192844.844000', '192844.846000', '192844.849000', '192844.851000', '192844.854000', '192844.857000', '192844.859000', '192844.862000', '192844.864000', '192844.867000', '192844.869000', '192844.878000', '192844.880000', '192844.883000', '192844.886000', '192844.888000', '192844.891000', '192844.893000', '192844.896000', '192844.899000', '192844.901000', '192844.904000', '192844.906000', '192844.909000', '192844.911000', '192844.914000', '192844.916000', '192844.919000', '192844.922000', '192844.924000', '192844.927000', '192844.929000', '192844.932000', '192844.934000', '192844.937000', '192844.940000', '192844.942000', '192844.945000', '192904.832000', '192904.836000', '192904.838000', '192904.841000', '192904.843000', '192904.846000', '192904.849000', '192904.851000', '192904.854000', '192904.856000', '192904.859000', '192904.861000', '192904.864000', '192904.867000', '192904.869000', '192904.872000', '192904.874000', '192904.877000', '192904.879000', '192904.882000', '192904.885000', '192904.887000', '192904.890000', '192904.892000', '192904.895000', '192904.897000', '192904.900000', '192904.903000', '192904.905000', '192904.908000', '192904.910000', '192904.913000', '192904.916000', '192904.918000', '192904.921000', '192904.923000', '192904.926000', '192904.928000', '192904.931000', '192904.934000', '192904.936000', '192904.939000', '192904.941000', '192904.944000', '192924.831000', '192924.834000', '192924.837000', '192924.839000', '192924.842000', '192924.845000', '192924.847000', '192924.850000', '192924.852000', '192924.855000', '192924.858000', '192924.860000', '192924.863000', '192924.865000', '192924.868000', '192924.870000', '192924.873000', '192924.875000', '192924.878000', '192924.881000', '192924.883000', '192924.886000', '192924.888000', '192924.891000', '192924.893000', '192924.896000', '192924.899000', '192924.901000', '192924.904000', '192924.906000', '192924.909000', '192924.920000', '192924.922000', '192924.925000', '192924.928000', '192924.930000', '192924.933000', '192924.935000', '192924.938000', '192924.941000', '192924.943000', '192924.946000', '192924.948000', '192944.831000', '192944.833000', '192944.836000', '192944.839000', '192944.841000', '192944.844000', '192944.846000', '192944.849000', '192944.851000', '192944.854000', '192944.857000', '192944.859000', '192944.862000', '192944.864000', '192944.867000', '192944.869000', '192944.872000', '192944.875000', '192944.877000', '192944.880000', '192944.882000', '192944.885000', '192944.888000', '192944.891000', '192944.894000', '192944.897000', '192944.899000', '192944.902000', '192944.905000', '192944.907000', '192944.910000', '192944.913000', '192944.915000', '192944.918000', '192944.920000', '192944.923000', '192944.925000', '192944.928000', '192944.931000', '192944.933000', '192944.936000', '192944.938000', '192944.941000', '193004.830000', '193004.833000', '193004.842000', '193004.845000', '193004.847000', '193004.850000', '193004.853000', '193004.855000', '193004.858000', '193004.860000', '193004.863000', '193004.865000', '193004.868000', '193004.870000', '193004.873000', '193004.876000', '193004.878000', '193004.881000', '193004.883000', '193004.886000', '193004.889000', '193004.891000', '193004.894000', '193004.896000', '193004.899000', '193004.901000', '193004.904000', '193004.906000', '193004.909000', '193004.912000', '193004.914000', '193004.917000', '193004.919000', '193004.922000', '193004.925000', '193004.927000', '193004.930000', '193004.932000', '193004.935000', '193004.938000', '193004.940000', '193004.943000', '193004.945000', '193004.948000', '193024.831000', '193024.834000', '193024.837000', '193024.840000', '193024.842000', '193024.845000', '193024.848000', '193024.850000', '193024.853000', '193024.855000', '193024.858000', '193024.860000', '193024.863000', '193024.866000', '193024.868000', '193024.872000', '193024.875000', '193024.877000', '193024.880000', '193024.883000', '193024.885000', '193024.888000', '193024.890000', '193024.893000', '193024.896000', '193024.898000', '193024.901000', '193024.903000', '193024.906000', '193024.909000', '193024.911000', '193024.914000', '193024.916000', '193024.919000', '193024.921000', '193024.924000', '193024.927000', '193024.930000', '193024.932000', '193024.935000', '193024.937000', '193024.940000', '193024.943000', '193044.830000', '193044.833000', '193044.836000', '193044.839000', '193044.841000', '193044.844000', '193044.846000', '193044.849000', '193044.851000', '193044.854000', '193044.856000', '193044.859000', '193044.862000', '193044.864000', '193044.867000', '193044.869000', '193044.872000', '193044.875000', '193044.877000', '193044.880000', '193044.882000', '193044.885000', '193044.887000', '193044.890000', '193044.893000', '193044.895000', '193044.898000', '193044.900000', '193044.903000', '193044.906000', '193044.908000', '193044.911000', '193044.913000', '193044.916000', '193044.918000', '193044.921000', '193044.923000', '193044.926000', '193044.929000', '193044.931000', '193044.934000', '193044.936000', '193044.939000', '193044.941000', '193104.831000', '193104.833000', '193104.836000', '193104.839000', '193104.841000', '193104.844000', '193104.846000', '193104.849000', '193104.852000', '193104.854000', '193104.857000', '193104.859000', '193104.862000', '193104.865000', '193104.868000', '193104.870000', '193104.873000', '193104.875000', '193104.878000', '193104.881000', '193104.883000', '193104.886000', '193104.888000', '193104.891000', '193104.893000', '193104.896000', '193104.899000', '193104.901000', '193104.904000', '193104.906000', '193104.909000', '193104.911000', '193104.914000', '193104.916000', '193104.919000', '193104.922000', '193104.924000', '193104.927000', '193104.929000', '193104.932000', '193104.934000', '193104.937000', '193104.940000', '193124.831000', '193124.834000', '193124.837000', '193124.839000', '193124.842000', '193124.844000', '193124.847000', '193124.850000', '193124.852000', '193124.855000', '193124.857000', '193124.860000', '193124.863000', '193124.865000', '193124.868000', '193124.870000', '193124.873000', '193124.875000', '193124.878000', '193124.881000', '193124.883000', '193124.886000', '193124.888000', '193124.891000', '193124.898000', '193124.901000', '193124.904000', '193124.906000', '193124.909000', '193124.911000', '193124.914000', '193124.916000', '193124.919000', '193124.922000', '193124.924000', '193124.927000', '193124.929000', '193124.932000', '193124.934000', '193124.937000', '193124.940000', '193124.942000', '193124.945000', '193124.947000', '193144.832000', '193144.837000', '193144.840000', '193144.842000', '193144.845000', '193144.847000', '193144.850000', '193144.853000', '193144.855000', '193144.858000', '193144.860000', '193144.863000', '193144.866000', '193144.868000', '193144.871000', '193144.873000', '193144.876000', '193144.879000', '193144.882000', '193144.884000', '193144.887000', '193144.889000', '193144.892000', '193144.895000', '193144.897000', '193144.900000', '193144.902000', '193144.905000', '193144.908000', '193144.911000', '193144.914000', '193144.918000', '193144.921000', '193144.924000', '193144.927000', '193144.929000', '193144.932000', '193144.934000', '193144.937000', '193144.940000', '193144.942000', '193144.945000', '193144.947000', '193204.830000', '193204.833000', '193204.836000', '193204.838000', '193204.841000', '193204.844000', '193204.846000', '193204.849000', '193204.851000', '193204.854000', '193204.857000', '193204.859000', '193204.862000', '193204.864000', '193204.867000', '193204.869000', '193204.872000', '193204.875000', '193204.877000', '193204.880000', '193204.883000', '193204.885000', '193204.888000', '193204.892000', '193204.894000', '193204.897000', '193204.900000', '193204.902000', '193204.905000', '193204.907000', '193204.910000', '193204.912000', '193204.915000', '193204.918000', '193204.920000', '193204.923000', '193204.925000', '193204.928000', '193204.931000', '193204.933000', '193204.936000', '193204.938000', '193204.941000', '193204.944000', '193224.831000', '193224.833000', '193224.836000', '193224.839000', '193224.841000', '193224.844000', '193224.846000', '193224.849000', '193224.852000', '193224.855000', '193224.858000', '193224.860000', '193224.863000', '193224.866000', '193224.868000', '193224.871000', '193224.873000', '193224.876000', '193224.878000', '193224.881000', '193224.883000', '193224.886000', '193224.889000', '193224.901000', '193224.904000', '193224.907000', '193224.909000', '193224.912000', '193224.914000', '193224.917000', '193224.919000', '193224.922000', '193224.925000', '193224.927000', '193224.930000', '193224.932000', '193224.935000', '193224.938000', '193224.940000', '193224.943000', '193224.945000', '193224.948000', '193224.950000', '193244.641000', '193244.644000', '193244.647000', '193244.650000', '193244.652000', '193244.655000', '193244.657000', '193244.660000', '193244.663000', '193244.666000', '193244.668000', '193244.671000', '193244.674000', '193244.677000', '193244.685000', '193244.691000', '193244.697000', '193244.699000', '193244.702000', '193244.705000', '193244.707000', '193244.710000', '193244.714000', '193244.717000', '193244.720000', '193244.723000', '193244.725000', '193244.728000', '193244.731000', '193244.733000', '193244.736000', '193244.738000', '193244.741000', '193244.744000', '193244.746000', '193244.749000', '193244.752000', '193244.754000', '193244.757000', '193244.760000', '193244.762000', '193244.765000', '193244.767000', '193244.770000'], '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': [8797, 6452, 7134, 6448, 6786, 6231, 6380, 7742, 6243, 6704, 6241, 11106, 6156, 8908, 6484, 8537, 6564, 6838, 6748, 6509, 6885, 6549, 6893, 6404, 6709, 6759, 6845, 6687, 6787, 6359, 6297, 6304, 9631, 6193, 10899, 7259, 9258, 6265, 7198, 6369, 6964, 6362, 7251, 6237, 6987, 6220, 7002, 6388, 7781, 6657, 6891, 6511, 6674, 6269, 6328, 8942, 6245, 9670, 6194, 7962, 6474, 7691, 6497, 7113, 6504, 6795, 6419, 6932, 6441, 7685, 6526, 7066, 6460, 7032, 6713, 6375, 6621, 6148, 7003, 5979, 10468, 6087, 9029, 6491, 7827, 6144, 8165, 6105, 8274, 6670, 7532, 6488, 7431, 6528, 6991, 6713, 6763, 6741, 6144, 6888, 6057, 10089, 6208, 8141, 6488, 7130, 6547, 6696, 6380, 6547, 6650, 6082, 7659, 6080, 9174, 6057, 7908, 6451, 7455, 6553, 7082, 6542, 6679, 6727, 7072, 6664, 6440, 6280, 6422, 6362, 6274, 8092, 6265, 6752, 6364, 6327, 6534, 6906, 7181, 6390, 7924, 6470, 7582, 6274, 8171, 6333, 8655, 6380, 7637, 6354, 8131, 6374, 8090, 6456, 7356, 6897, 7020, 6950, 6722, 6126, 7121, 6428, 7674, 5952, 8111, 6063, 10612, 8329, 7252, 6435, 7936, 6249, 9183, 6614, 10167, 6610, 9459, 7283, 10696, 6663, 12260, 6942, 12193, 12253, 9209, 13278, 10829, 11203, 7753, 8554, 5865, 7284, 7912, 6574, 8688, 6302, 10207, 6179, 9179, 6256, 7617, 6071, 7363, 6098, 7298, 6080, 6374, 9980, 6060, 7333, 5922, 7150, 5872, 6825, 6185, 7176, 5949, 6898, 5953, 6706, 6046, 7123, 6162, 7526, 5957, 7455, 6102, 6870, 7145, 6697, 9492, 6223, 6129, 6424, 7090, 6423, 8926, 6439, 6724, 6123, 5887, 7285, 6186, 7823, 6228, 9318, 6642, 8973, 6125, 8917, 6256, 10132, 7201, 7399, 7544, 7586, 7674, 10290, 7112, 12377, 6956, 11473, 6090, 9567, 5947, 8619, 6326, 7311, 6034, 7434, 5888, 7235, 6272, 6830, 5970, 6876, 5977, 7079, 6973, 6923, 6372, 7001, 6153, 7083, 6077, 7287, 9587, 6306, 7530, 6720, 8432, 6964, 10655, 6546, 6372, 7115, 8246, 6723, 12313, 6267, 9327, 5875, 8480, 5859, 8440, 6632, 7331, 5902, 7411, 5945, 7591, 5935, 7964, 5863, 7543, 5955, 7492, 6038, 7865, 6155, 7753, 6087, 7578, 5931, 9117, 6349, 9723, 6024, 8777, 5924, 9756, 7063, 9670, 6011, 9381, 6027, 10064, 7410, 11853, 7220, 9613, 6118, 8423, 6162, 6197, 7884, 5916, 10434, 6124, 10818, 6050, 9462, 6178, 10034, 6221, 8047, 6173, 7444, 6017, 7275, 6527, 6494, 6138, 6109, 6933, 5987, 8343, 6175, 7406, 6087, 7734, 6005, 8023, 6260, 8272, 6207, 5901, 6638, 6023, 7053, 7080, 7265, 5851, 7616, 6248, 7940, 6480, 7918, 7473, 7376, 6123, 7484, 7597, 7220, 10052, 6655, 6884, 6622, 7578, 6658, 8592, 6586, 6543, 6943, 6980, 6856, 10497, 6296, 11190, 6580, 9693, 6058, 9412, 6034, 9149, 6913, 8523, 6056, 8788, 6088, 8049, 5937, 8124, 5985, 7921, 5991, 7275, 6328, 7648, 5928, 8760, 6161, 7425, 6534, 7573, 6915, 7415, 6241, 6909, 6309, 7687, 6240, 7949, 6116, 7936, 6195, 8308, 5902, 8936, 6577, 10103, 6483, 11107, 6272, 10075, 7298, 10634, 7505, 11184, 5817, 9011, 6390, 8777, 6328, 7451, 6211, 7591, 6437, 7066, 13084, 8364, 11000, 6010, 9373, 5820, 8330, 6439, 7275, 6107, 7225, 6129, 7259, 6267, 6683, 5942, 6811, 6094, 6535, 6371, 6795, 7653, 6273, 7663, 6470, 11558, 6090, 10890, 7376, 8995, 6087, 8833, 5910, 8183, 6149, 7981, 5945, 7454, 6105, 7383, 6167, 7408, 6051, 7226, 6358, 7344, 6145, 7073, 7012, 6792, 6255, 6974, 6122, 6571, 8304, 6748, 6730, 6650, 6299, 6604, 6331, 7237, 6680, 7523, 6541, 7815, 9988, 7482, 12533, 9329, 11948, 6463, 11455, 6060, 9685, 7946, 8968, 6220, 7872, 6411, 7745, 6327, 7121, 8187, 6457, 9927, 6317, 9981, 6170, 9782, 6200, 8535, 5986, 9680, 6000, 9642, 7477, 8685, 6065, 8956, 6083, 8591, 6181, 8798, 6166, 7543, 6246, 7612, 6462, 7424, 6643, 6682, 6803, 7001, 6552, 6853, 10285, 6630, 6864, 6588, 9251, 6117, 10489, 6201, 7934, 6181, 6867, 6610, 6695, 6822, 6862, 7350, 5909, 8228, 6081, 8259, 6234, 7837, 10034, 6966, 9483, 7044, 11757, 6712, 12120, 7369, 11953, 8852, 12573, 6866, 10459, 7300, 10944, 6446, 9886, 6006, 6985, 10710, 6240, 10110, 6252, 8307, 6032, 7395, 6137, 7299, 5951, 7080, 6095, 7231, 6076, 7289, 6377, 7320, 6084, 7223, 6074, 7408, 5953, 7499, 6137, 8187, 6140, 8001, 6220, 7598, 6327, 7171, 9029, 6540, 6047, 6264, 7275, 6141, 10055, 6103, 9422, 6176, 9864, 6097, 9047, 6208, 8541, 6674, 8435, 5961, 8790, 6052, 8694, 6312, 8341, 6098, 8525, 6254, 7993, 6365, 7834, 6165, 7418, 6293, 7419, 6552, 7985, 6348, 9062, 6201, 8740, 6289, 7879, 6368, 8313, 6212, 8949, 6163, 7713, 6233, 7754, 6243, 7576, 6184, 7733, 6197, 8377, 6235, 9185, 6405, 11949, 7332, 12739, 8082, 5910, 7286, 10697, 6436, 8976, 6291, 7875, 8016, 6965, 12624, 6788, 10788, 7668, 11664, 6275, 7916, 6173, 7671, 9262, 7713, 10425, 7195, 7755, 7409, 11621, 6944, 13009, 6502, 9825, 6258, 8618, 6317, 7975, 5913, 7192, 6033, 7236, 6012, 7133, 5985, 7258, 6196, 7199, 6436, 7199, 6514, 7100, 6012, 7171, 5913, 7220, 6092, 7325, 6324, 7084, 6487, 6855, 6253, 6892, 6147, 6978, 6065, 7572, 6178, 7643, 6526, 8627, 6322, 8288, 6278, 9001, 6517, 8428, 6209, 7983, 6018, 7967, 6035, 8077, 6282, 7891, 6192, 7490, 10110, 7393, 8286, 7147, 7641, 7434, 9761, 7253, 12611, 7056, 11749, 6241, 10087, 6171, 8983, 6083, 7284, 6027, 7148, 6331, 6283, 10163, 6295, 7328, 6002, 7659, 6044, 7624, 6089, 7388, 6183, 6920, 10930, 6079, 9290, 5915, 7466, 5940, 7383, 6262, 7274, 6744, 6340, 7231, 6421, 8803, 5893, 8350, 6129, 7080, 5927, 7327, 6143, 7485, 6028, 7604, 6240, 7465, 6116, 7046, 11458, 6190, 10174, 6364, 8206, 6063, 7537, 6109, 7526, 6008], 'WindowCenter': [3841.0, 3771.0, 3779.0, 3755.0, 3754.0, 3733.0, 3757.0, 3772.0, 3741.0, 3750.0, 3741.0, 3813.0, 3730.0, 3792.0, 3738.0, 3779.0, 3738.0, 3736.0, 3736.0, 3738.0, 3748.0, 3741.0, 3751.0, 3738.0, 3748.0, 3750.0, 3749.0, 3753.0, 3751.0, 3752.0, 3740.0, 3740.0, 3803.0, 3739.0, 3813.0, 3773.0, 3796.0, 3739.0, 3748.0, 3736.0, 3749.0, 3743.0, 3760.0, 3730.0, 3752.0, 3728.0, 3747.0, 3739.0, 3772.0, 3752.0, 3760.0, 3739.0, 3749.0, 3740.0, 3752.0, 3793.0, 3741.0, 3791.0, 3729.0, 3769.0, 3741.0, 3771.0, 3739.0, 3750.0, 3741.0, 3749.0, 3738.0, 3750.0, 3739.0, 3768.0, 3741.0, 3764.0, 3739.0, 3748.0, 3737.0, 3740.0, 3741.0, 3727.0, 3750.0, 3744.0, 3825.0, 3742.0, 3795.0, 3741.0, 3769.0, 3729.0, 3767.0, 3727.0, 3782.0, 3751.0, 3771.0, 3741.0, 3760.0, 3740.0, 3748.0, 3738.0, 3751.0, 3737.0, 3729.0, 3746.0, 3729.0, 3801.0, 3727.0, 3772.0, 3738.0, 3747.0, 3739.0, 3736.0, 3738.0, 3738.0, 3738.0, 3726.0, 3757.0, 3728.0, 3793.0, 3728.0, 3770.0, 3738.0, 3760.0, 3739.0, 3748.0, 3737.0, 3738.0, 3739.0, 3749.0, 3737.0, 3728.0, 3727.0, 3725.0, 3739.0, 3742.0, 3769.0, 3752.0, 3751.0, 3741.0, 3738.0, 3738.0, 3761.0, 3767.0, 3752.0, 3784.0, 3753.0, 3773.0, 3750.0, 3795.0, 3753.0, 3793.0, 3753.0, 3773.0, 3739.0, 3784.0, 3741.0, 3772.0, 3740.0, 3764.0, 3752.0, 3759.0, 3760.0, 3751.0, 3740.0, 3763.0, 3750.0, 3796.0, 3759.0, 3797.0, 3753.0, 3827.0, 3793.0, 3759.0, 3739.0, 3769.0, 3752.0, 3791.0, 3752.0, 3814.0, 3753.0, 3801.0, 3762.0, 3802.0, 3750.0, 3812.0, 3736.0, 3810.0, 3795.0, 3764.0, 3785.0, 3773.0, 3772.0, 3718.0, 3739.0, 3675.0, 3719.0, 3726.0, 3696.0, 3736.0, 3699.0, 3746.0, 3688.0, 3740.0, 3697.0, 3717.0, 3686.0, 3718.0, 3686.0, 3720.0, 3686.0, 3697.0, 3763.0, 3698.0, 3719.0, 3699.0, 3722.0, 3688.0, 3722.0, 3713.0, 3736.0, 3715.0, 3748.0, 3717.0, 3736.0, 3715.0, 3749.0, 3728.0, 3772.0, 3728.0, 3762.0, 3729.0, 3749.0, 3748.0, 3751.0, 3801.0, 3729.0, 3728.0, 3740.0, 3748.0, 3741.0, 3793.0, 3753.0, 3763.0, 3742.0, 3744.0, 3776.0, 3743.0, 3783.0, 3752.0, 3817.0, 3774.0, 3804.0, 3755.0, 3806.0, 3754.0, 3829.0, 3784.0, 3774.0, 3782.0, 3772.0, 3773.0, 3814.0, 3763.0, 3836.0, 3760.0, 3814.0, 3729.0, 3791.0, 3730.0, 3782.0, 3739.0, 3760.0, 3728.0, 3760.0, 3718.0, 3760.0, 3744.0, 3751.0, 3728.0, 3752.0, 3726.0, 3750.0, 3751.0, 3764.0, 3741.0, 3751.0, 3728.0, 3749.0, 3726.0, 3762.0, 3793.0, 3740.0, 3760.0, 3750.0, 3770.0, 3762.0, 3814.0, 3740.0, 3738.0, 3754.0, 3770.0, 3751.0, 3820.0, 3740.0, 3794.0, 3718.0, 3777.0, 3719.0, 3780.0, 3750.0, 3758.0, 3718.0, 3748.0, 3728.0, 3769.0, 3730.0, 3771.0, 3720.0, 3769.0, 3729.0, 3762.0, 3741.0, 3782.0, 3731.0, 3771.0, 3729.0, 3771.0, 3742.0, 3792.0, 3741.0, 3804.0, 3730.0, 3781.0, 3729.0, 3802.0, 3751.0, 3791.0, 3728.0, 3780.0, 3728.0, 3790.0, 3758.0, 3800.0, 3760.0, 3778.0, 3716.0, 3768.0, 3716.0, 3715.0, 3755.0, 3706.0, 3787.0, 3715.0, 3787.0, 3713.0, 3764.0, 3701.0, 3781.0, 3713.0, 3743.0, 3713.0, 3743.0, 3713.0, 3745.0, 3722.0, 3725.0, 3702.0, 3714.0, 3734.0, 3714.0, 3768.0, 3729.0, 3759.0, 3731.0, 3761.0, 3728.0, 3770.0, 3741.0, 3785.0, 3729.0, 3719.0, 3751.0, 3730.0, 3761.0, 3751.0, 3760.0, 3719.0, 3772.0, 3739.0, 3771.0, 3741.0, 3772.0, 3760.0, 3761.0, 3729.0, 3760.0, 3759.0, 3761.0, 3800.0, 3750.0, 3749.0, 3750.0, 3769.0, 3749.0, 3781.0, 3751.0, 3740.0, 3761.0, 3748.0, 3753.0, 3813.0, 3743.0, 3813.0, 3753.0, 3801.0, 3728.0, 3792.0, 3731.0, 3794.0, 3762.0, 3783.0, 3741.0, 3779.0, 3731.0, 3772.0, 3731.0, 3783.0, 3742.0, 3770.0, 3744.0, 3763.0, 3753.0, 3772.0, 3742.0, 3794.0, 3742.0, 3772.0, 3752.0, 3784.0, 3764.0, 3775.0, 3755.0, 3776.0, 3764.0, 3783.0, 3739.0, 3784.0, 3741.0, 3784.0, 3740.0, 3783.0, 3728.0, 3794.0, 3764.0, 3813.0, 3751.0, 3814.0, 3742.0, 3803.0, 3771.0, 3815.0, 3760.0, 3811.0, 3716.0, 3781.0, 3742.0, 3782.0, 3739.0, 3761.0, 3729.0, 3771.0, 3738.0, 3761.0, 3822.0, 3768.0, 3800.0, 3717.0, 3778.0, 3704.0, 3768.0, 3726.0, 3746.0, 3714.0, 3747.0, 3719.0, 3757.0, 3728.0, 3738.0, 3716.0, 3739.0, 3725.0, 3739.0, 3743.0, 3751.0, 3769.0, 3740.0, 3771.0, 3738.0, 3812.0, 3728.0, 3812.0, 3761.0, 3782.0, 3729.0, 3781.0, 3721.0, 3771.0, 3729.0, 3771.0, 3729.0, 3759.0, 3728.0, 3758.0, 3729.0, 3761.0, 3729.0, 3762.0, 3741.0, 3761.0, 3731.0, 3761.0, 3761.0, 3751.0, 3739.0, 3762.0, 3729.0, 3763.0, 3784.0, 3752.0, 3752.0, 3753.0, 3752.0, 3753.0, 3753.0, 3777.0, 3763.0, 3787.0, 3754.0, 3787.0, 3816.0, 3775.0, 3825.0, 3805.0, 3822.0, 3741.0, 3813.0, 3730.0, 3793.0, 3772.0, 3792.0, 3727.0, 3772.0, 3739.0, 3769.0, 3739.0, 3750.0, 3769.0, 3740.0, 3788.0, 3738.0, 3790.0, 3729.0, 3791.0, 3729.0, 3780.0, 3729.0, 3791.0, 3731.0, 3794.0, 3762.0, 3781.0, 3729.0, 3781.0, 3728.0, 3780.0, 3729.0, 3779.0, 3717.0, 3757.0, 3727.0, 3759.0, 3727.0, 3759.0, 3737.0, 3738.0, 3737.0, 3749.0, 3727.0, 3752.0, 3800.0, 3749.0, 3738.0, 3750.0, 3805.0, 3742.0, 3800.0, 3731.0, 3770.0, 3727.0, 3738.0, 3753.0, 3763.0, 3763.0, 3763.0, 3759.0, 3717.0, 3781.0, 3742.0, 3784.0, 3729.0, 3776.0, 3803.0, 3763.0, 3790.0, 3751.0, 3813.0, 3750.0, 3823.0, 3760.0, 3809.0, 3780.0, 3809.0, 3727.0, 3787.0, 3747.0, 3788.0, 3713.0, 3775.0, 3701.0, 3723.0, 3771.0, 3712.0, 3774.0, 3715.0, 3753.0, 3701.0, 3731.0, 3701.0, 3734.0, 3714.0, 3735.0, 3716.0, 3745.0, 3715.0, 3746.0, 3724.0, 3747.0, 3716.0, 3748.0, 3727.0, 3747.0, 3727.0, 3749.0, 3729.0, 3773.0, 3725.0, 3769.0, 3716.0, 3757.0, 3726.0, 3749.0, 3779.0, 3729.0, 3716.0, 3738.0, 3747.0, 3728.0, 3801.0, 3728.0, 3792.0, 3730.0, 3802.0, 3738.0, 3790.0, 3741.0, 3782.0, 3753.0, 3782.0, 3731.0, 3782.0, 3741.0, 3793.0, 3752.0, 3783.0, 3742.0, 3793.0, 3755.0, 3785.0, 3753.0, 3774.0, 3744.0, 3774.0, 3742.0, 3773.0, 3741.0, 3782.0, 3753.0, 3794.0, 3740.0, 3793.0, 3746.0, 3783.0, 3754.0, 3794.0, 3743.0, 3806.0, 3743.0, 3773.0, 3742.0, 3775.0, 3753.0, 3775.0, 3741.0, 3774.0, 3743.0, 3785.0, 3756.0, 3818.0, 3755.0, 3837.0, 3774.0, 3837.0, 3784.0, 3718.0, 3762.0, 3802.0, 3742.0, 3780.0, 3739.0, 3771.0, 3770.0, 3751.0, 3812.0, 3739.0, 3799.0, 3760.0, 3801.0, 3713.0, 3743.0, 3702.0, 3746.0, 3763.0, 3734.0, 3777.0, 3722.0, 3731.0, 3722.0, 3772.0, 3719.0, 3782.0, 3698.0, 3750.0, 3698.0, 3739.0, 3698.0, 3729.0, 3688.0, 3719.0, 3700.0, 3721.0, 3702.0, 3721.0, 3700.0, 3733.0, 3702.0, 3732.0, 3712.0, 3735.0, 3722.0, 3736.0, 3716.0, 3736.0, 3704.0, 3749.0, 3727.0, 3758.0, 3738.0, 3751.0, 3738.0, 3749.0, 3752.0, 3763.0, 3743.0, 3775.0, 3757.0, 3797.0, 3756.0, 3800.0, 3756.0, 3791.0, 3755.0, 3793.0, 3753.0, 3808.0, 3753.0, 3788.0, 3741.0, 3788.0, 3743.0, 3785.0, 3743.0, 3784.0, 3753.0, 3784.0, 3728.0, 3773.0, 3814.0, 3774.0, 3783.0, 3763.0, 3770.0, 3760.0, 3803.0, 3762.0, 3822.0, 3751.0, 3810.0, 3741.0, 3790.0, 3717.0, 3780.0, 3728.0, 3760.0, 3715.0, 3748.0, 3730.0, 3728.0, 3801.0, 3739.0, 3760.0, 3730.0, 3760.0, 3730.0, 3759.0, 3730.0, 3759.0, 3728.0, 3749.0, 3800.0, 3730.0, 3791.0, 3718.0, 3761.0, 3728.0, 3760.0, 3738.0, 3759.0, 3754.0, 3740.0, 3761.0, 3742.0, 3792.0, 3734.0, 3783.0, 3741.0, 3762.0, 3730.0, 3761.0, 3741.0, 3761.0, 3742.0, 3773.0, 3742.0, 3773.0, 3731.0, 3760.0, 3824.0, 3742.0, 3800.0, 3741.0, 3771.0, 3730.0, 3770.0, 3730.0, 3773.0, 3733.0], 'WindowWidth': [8631.0, 8518.0, 8519.0, 8479.0, 8474.0, 8443.0, 8479.0, 8492.0, 8451.0, 8460.0, 8449.0, 8544.0, 8433.0, 8517.0, 8441.0, 8496.0, 8437.0, 8434.0, 8432.0, 8439.0, 8452.0, 8447.0, 8460.0, 8441.0, 8454.0, 8459.0, 8456.0, 8468.0, 8462.0, 8466.0, 8448.0, 8448.0, 8530.0, 8446.0, 8547.0, 8495.0, 8524.0, 8444.0, 8454.0, 8435.0, 8458.0, 8451.0, 8471.0, 8432.0, 8462.0, 8428.0, 8450.0, 8445.0, 8490.0, 8464.0, 8472.0, 8443.0, 8456.0, 8447.0, 8466.0, 8519.0, 8449.0, 8514.0, 8431.0, 8483.0, 8447.0, 8488.0, 8444.0, 8457.0, 8447.0, 8458.0, 8441.0, 8458.0, 8445.0, 8482.0, 8447.0, 8482.0, 8444.0, 8454.0, 8438.0, 8446.0, 8448.0, 8427.0, 8458.0, 8461.0, 8568.0, 8455.0, 8525.0, 8451.0, 8482.0, 8431.0, 8478.0, 8427.0, 8501.0, 8462.0, 8488.0, 8446.0, 8470.0, 8445.0, 8453.0, 8439.0, 8460.0, 8438.0, 8429.0, 8448.0, 8429.0, 8524.0, 8424.0, 8487.0, 8438.0, 8451.0, 8442.0, 8436.0, 8439.0, 8442.0, 8439.0, 8424.0, 8464.0, 8426.0, 8516.0, 8426.0, 8485.0, 8442.0, 8471.0, 8440.0, 8452.0, 8436.0, 8438.0, 8441.0, 8456.0, 8436.0, 8427.0, 8422.0, 8420.0, 8443.0, 8451.0, 8485.0, 8468.0, 8461.0, 8449.0, 8444.0, 8443.0, 8476.0, 8490.0, 8467.0, 8511.0, 8470.0, 8495.0, 8464.0, 8527.0, 8469.0, 8522.0, 8469.0, 8494.0, 8444.0, 8510.0, 8449.0, 8490.0, 8444.0, 8479.0, 8461.0, 8469.0, 8474.0, 8465.0, 8448.0, 8481.0, 8463.0, 8532.0, 8490.0, 8538.0, 8476.0, 8573.0, 8522.0, 8470.0, 8444.0, 8482.0, 8467.0, 8512.0, 8466.0, 8549.0, 8467.0, 8527.0, 8476.0, 8529.0, 8457.0, 8543.0, 8432.0, 8536.0, 8507.0, 8463.0, 8490.0, 8470.0, 8468.0, 8389.0, 8418.0, 8330.0, 8391.0, 8398.0, 8357.0, 8409.0, 8366.0, 8423.0, 8351.0, 8420.0, 8361.0, 8387.0, 8347.0, 8390.0, 8348.0, 8396.0, 8346.0, 8365.0, 8454.0, 8369.0, 8394.0, 8370.0, 8402.0, 8356.0, 8405.0, 8397.0, 8432.0, 8405.0, 8450.0, 8407.0, 8433.0, 8405.0, 8454.0, 8428.0, 8487.0, 8426.0, 8475.0, 8428.0, 8456.0, 8452.0, 8462.0, 8527.0, 8431.0, 8427.0, 8445.0, 8455.0, 8450.0, 8521.0, 8471.0, 8483.0, 8457.0, 8461.0, 8504.0, 8458.0, 8510.0, 8471.0, 8560.0, 8502.0, 8542.0, 8477.0, 8545.0, 8473.0, 8578.0, 8514.0, 8498.0, 8507.0, 8493.0, 8494.0, 8550.0, 8482.0, 8584.0, 8474.0, 8546.0, 8430.0, 8512.0, 8432.0, 8502.0, 8442.0, 8470.0, 8428.0, 8471.0, 8415.0, 8472.0, 8454.0, 8460.0, 8427.0, 8462.0, 8424.0, 8459.0, 8460.0, 8482.0, 8447.0, 8461.0, 8427.0, 8457.0, 8424.0, 8478.0, 8517.0, 8445.0, 8469.0, 8458.0, 8482.0, 8477.0, 8546.0, 8448.0, 8440.0, 8466.0, 8483.0, 8461.0, 8553.0, 8446.0, 8518.0, 8414.0, 8489.0, 8416.0, 8497.0, 8458.0, 8464.0, 8414.0, 8452.0, 8425.0, 8483.0, 8433.0, 8488.0, 8419.0, 8484.0, 8430.0, 8475.0, 8451.0, 8504.0, 8436.0, 8488.0, 8432.0, 8487.0, 8452.0, 8518.0, 8451.0, 8535.0, 8434.0, 8498.0, 8430.0, 8530.0, 8461.0, 8511.0, 8426.0, 8495.0, 8426.0, 8508.0, 8466.0, 8521.0, 8469.0, 8487.0, 8405.0, 8474.0, 8406.0, 8404.0, 8456.0, 8393.0, 8501.0, 8402.0, 8499.0, 8396.0, 8462.0, 8378.0, 8493.0, 8396.0, 8435.0, 8395.0, 8435.0, 8396.0, 8442.0, 8409.0, 8413.0, 8380.0, 8399.0, 8424.0, 8400.0, 8475.0, 8428.0, 8467.0, 8432.0, 8472.0, 8426.0, 8482.0, 8449.0, 8510.0, 8431.0, 8416.0, 8461.0, 8432.0, 8474.0, 8461.0, 8473.0, 8417.0, 8489.0, 8444.0, 8487.0, 8445.0, 8488.0, 8471.0, 8473.0, 8428.0, 8471.0, 8466.0, 8473.0, 8523.0, 8459.0, 8455.0, 8458.0, 8481.0, 8456.0, 8500.0, 8460.0, 8446.0, 8475.0, 8454.0, 8466.0, 8543.0, 8453.0, 8545.0, 8466.0, 8527.0, 8430.0, 8515.0, 8435.0, 8520.0, 8479.0, 8505.0, 8450.0, 8497.0, 8436.0, 8490.0, 8437.0, 8505.0, 8453.0, 8487.0, 8455.0, 8479.0, 8467.0, 8493.0, 8455.0, 8524.0, 8454.0, 8493.0, 8467.0, 8512.0, 8484.0, 8500.0, 8476.0, 8507.0, 8489.0, 8509.0, 8445.0, 8510.0, 8451.0, 8510.0, 8448.0, 8507.0, 8431.0, 8523.0, 8485.0, 8548.0, 8467.0, 8549.0, 8453.0, 8534.0, 8492.0, 8550.0, 8474.0, 8541.0, 8411.0, 8499.0, 8451.0, 8504.0, 8442.0, 8473.0, 8427.0, 8486.0, 8439.0, 8475.0, 8557.0, 8479.0, 8520.0, 8408.0, 8489.0, 8388.0, 8477.0, 8418.0, 8445.0, 8400.0, 8446.0, 8412.0, 8464.0, 8425.0, 8439.0, 8407.0, 8442.0, 8418.0, 8441.0, 8450.0, 8460.0, 8482.0, 8446.0, 8486.0, 8441.0, 8540.0, 8428.0, 8542.0, 8474.0, 8501.0, 8430.0, 8497.0, 8420.0, 8485.0, 8431.0, 8484.0, 8429.0, 8468.0, 8427.0, 8467.0, 8432.0, 8475.0, 8431.0, 8475.0, 8447.0, 8475.0, 8433.0, 8477.0, 8475.0, 8462.0, 8443.0, 8477.0, 8430.0, 8481.0, 8507.0, 8466.0, 8465.0, 8468.0, 8466.0, 8469.0, 8469.0, 8508.0, 8484.0, 8520.0, 8473.0, 8518.0, 8555.0, 8501.0, 8566.0, 8537.0, 8559.0, 8449.0, 8544.0, 8432.0, 8519.0, 8489.0, 8516.0, 8425.0, 8487.0, 8443.0, 8481.0, 8442.0, 8457.0, 8480.0, 8444.0, 8505.0, 8439.0, 8508.0, 8431.0, 8511.0, 8431.0, 8496.0, 8431.0, 8511.0, 8435.0, 8521.0, 8476.0, 8499.0, 8431.0, 8498.0, 8427.0, 8497.0, 8428.0, 8494.0, 8411.0, 8461.0, 8421.0, 8464.0, 8421.0, 8468.0, 8436.0, 8439.0, 8435.0, 8454.0, 8424.0, 8463.0, 8522.0, 8456.0, 8438.0, 8460.0, 8538.0, 8453.0, 8525.0, 8437.0, 8484.0, 8424.0, 8438.0, 8468.0, 8486.0, 8485.0, 8483.0, 8470.0, 8413.0, 8500.0, 8454.0, 8508.0, 8432.0, 8497.0, 8530.0, 8479.0, 8512.0, 8462.0, 8545.0, 8458.0, 8558.0, 8471.0, 8534.0, 8495.0, 8532.0, 8420.0, 8499.0, 8446.0, 8502.0, 8395.0, 8478.0, 8374.0, 8406.0, 8466.0, 8391.0, 8476.0, 8400.0, 8447.0, 8377.0, 8415.0, 8377.0, 8424.0, 8400.0, 8429.0, 8403.0, 8439.0, 8402.0, 8443.0, 8415.0, 8449.0, 8406.0, 8449.0, 8423.0, 8449.0, 8423.0, 8454.0, 8428.0, 8488.0, 8419.0, 8480.0, 8407.0, 8461.0, 8418.0, 8454.0, 8490.0, 8427.0, 8405.0, 8439.0, 8450.0, 8428.0, 8526.0, 8428.0, 8514.0, 8434.0, 8529.0, 8442.0, 8512.0, 8451.0, 8503.0, 8467.0, 8502.0, 8436.0, 8502.0, 8450.0, 8521.0, 8467.0, 8504.0, 8453.0, 8520.0, 8476.0, 8512.0, 8470.0, 8496.0, 8459.0, 8497.0, 8452.0, 8491.0, 8451.0, 8507.0, 8471.0, 8524.0, 8449.0, 8521.0, 8461.0, 8506.0, 8472.0, 8526.0, 8455.0, 8541.0, 8458.0, 8495.0, 8452.0, 8498.0, 8469.0, 8499.0, 8450.0, 8496.0, 8454.0, 8512.0, 8481.0, 8563.0, 8477.0, 8587.0, 8501.0, 8585.0, 8510.0, 8415.0, 8477.0, 8530.0, 8451.0, 8498.0, 8440.0, 8485.0, 8482.0, 8458.0, 8543.0, 8442.0, 8521.0, 8467.0, 8523.0, 8396.0, 8436.0, 8379.0, 8440.0, 8460.0, 8422.0, 8482.0, 8404.0, 8414.0, 8402.0, 8469.0, 8396.0, 8481.0, 8366.0, 8435.0, 8365.0, 8421.0, 8367.0, 8408.0, 8355.0, 8395.0, 8372.0, 8400.0, 8379.0, 8402.0, 8375.0, 8421.0, 8381.0, 8420.0, 8393.0, 8427.0, 8409.0, 8431.0, 8403.0, 8429.0, 8387.0, 8452.0, 8425.0, 8466.0, 8438.0, 8457.0, 8440.0, 8455.0, 8468.0, 8484.0, 8457.0, 8503.0, 8481.0, 8539.0, 8484.0, 8543.0, 8477.0, 8518.0, 8475.0, 8523.0, 8472.0, 8546.0, 8467.0, 8518.0, 8450.0, 8515.0, 8454.0, 8513.0, 8458.0, 8512.0, 8467.0, 8507.0, 8429.0, 8493.0, 8551.0, 8496.0, 8508.0, 8479.0, 8486.0, 8471.0, 8529.0, 8478.0, 8557.0, 8461.0, 8536.0, 8446.0, 8509.0, 8409.0, 8497.0, 8425.0, 8468.0, 8403.0, 8449.0, 8427.0, 8424.0, 8524.0, 8443.0, 8469.0, 8430.0, 8469.0, 8431.0, 8468.0, 8433.0, 8469.0, 8426.0, 8457.0, 8523.0, 8430.0, 8513.0, 8416.0, 8474.0, 8428.0, 8470.0, 8439.0, 8471.0, 8468.0, 8447.0, 8474.0, 8451.0, 8516.0, 8443.0, 8508.0, 8451.0, 8476.0, 8434.0, 8475.0, 8449.0, 8476.0, 8454.0, 8494.0, 8451.0, 8494.0, 8435.0, 8475.0, 8562.0, 8452.0, 8523.0, 8447.0, 8485.0, 8432.0, 8484.0, 8433.0, 8492.0, 8439.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.002419735327963176</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.0205627749136939</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.821773977246636</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2339644133870964</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0436118362557603</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4575</td></tr>
|
|
<tr><td colspan=3>fber</td><td>5221.23</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.1022414875315068</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>57</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>6.5592635212888375</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3614528529114724</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.233292310390526</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5665179388094437</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.284548309534448</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0202018</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.016508975997567177</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.04221010580658913</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>869</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.8150918847198496</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>27.9979</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>36.5225</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>140.3957</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>44.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>305703.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>584.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>264.7173</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.1531</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>527.4719</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3024.9733</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3166.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>70841.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1048.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4034.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>829.8562</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>37.82901908457279</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> |