=== 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-0131 --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-0131",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
107 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
107 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-0131_ses-04_task-social_acq-mb8_run-05_bold :: MRIQC's BOLD fMRI report</title>
|
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
|
|
|
|
<script>
|
|
var timestamp = Date.now()
|
|
|
|
function read_form() {
|
|
var ds = "<unset>";
|
|
var sub = "sub-0131_ses-04_task-social_acq-mb8_run-05_bold.nii.gz";
|
|
|
|
var artifacts = [];
|
|
$('#qcartifacts-group input:checked').each(function() {
|
|
artifacts.push($(this).attr('name'));
|
|
});
|
|
|
|
var rating = $('#qcslider').val();
|
|
var payload = {
|
|
'dataset': ds,
|
|
'subject': sub,
|
|
'rating': rating,
|
|
'artifacts': artifacts,
|
|
'time_sec': (Date.now() - timestamp) / 1000,
|
|
'confidence': $('#qcextra-confidence').val(),
|
|
'comments': $('#qcextra-comments').val()
|
|
};
|
|
|
|
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
|
|
$('#btn-download').attr('href', URL.createObjectURL(file));
|
|
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
|
|
return payload
|
|
};
|
|
|
|
function toggle_rating() {
|
|
if ($('#qcrating-menu').hasClass('d-none')) {
|
|
$('#qcrating-menu').removeClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', true);
|
|
} else {
|
|
$('#qcrating-menu').addClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', false);
|
|
}
|
|
};
|
|
|
|
$(window).on('load',function(){
|
|
var authorization = $('#btn-post').val()
|
|
if (authorization.includes("secret_token")) {
|
|
$('#btn-post').addClass('d-none');
|
|
};
|
|
timestamp = Date.now();
|
|
});
|
|
|
|
</script>
|
|
<style type="text/css">
|
|
/* The slider itself */
|
|
.slider {
|
|
-webkit-appearance: none; /* Override default CSS styles */
|
|
appearance: none;
|
|
margin-bottom: 8px;
|
|
margin-left: 10%;
|
|
width: 80%;
|
|
height: 5px; /* Specified height */
|
|
background: #d3d3d3; /* Grey background */
|
|
outline: none; /* Remove outline */
|
|
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
|
|
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
|
|
transition: opacity .2s;
|
|
}
|
|
|
|
/* Mouse-over effects */
|
|
.slider:hover {
|
|
opacity: 1; /* Fully shown on mouse-over */
|
|
}
|
|
|
|
.slider::-webkit-slider-thumb {
|
|
-webkit-appearance: none;
|
|
appearance: none;
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
.slider::-moz-range-thumb {
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body style="font-family: helvetica;">
|
|
<nav class="navbar fixed-top navbar-expand-lg bg-light">
|
|
<div class="container-fluid">
|
|
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
|
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
|
|
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
|
|
<li class="nav-item dropdown">
|
|
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
|
|
About
|
|
</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="#errors">Errors</a></li>
|
|
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="d-flex flex-row-reverse">
|
|
<div class="form-check form-switch align-self-center flex-fill me-4">
|
|
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
|
|
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
<noscript>
|
|
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
|
|
</noscript>
|
|
|
|
<div id="Basic echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-05_session-04_subject-0131_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-0131/figures/sub-0131_ses-04_task-social_acq-mb8_run-05_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0131/figures/sub-0131_ses-04_task-social_acq-mb8_run-05_desc-stdev_bold.svg" target="_blank">sub-0131/figures/sub-0131_ses-04_task-social_acq-mb8_run-05_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-05_session-04_subject-0131_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-0131/figures/sub-0131_ses-04_task-social_acq-mb8_run-05_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0131/figures/sub-0131_ses-04_task-social_acq-mb8_run-05_desc-background_bold.svg" target="_blank">sub-0131/figures/sub-0131_ses-04_task-social_acq-mb8_run-05_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-05_session-04_subject-0131_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-0131/figures/sub-0131_ses-04_task-social_acq-mb8_run-05_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0131/figures/sub-0131_ses-04_task-social_acq-mb8_run-05_desc-zoomed_bold.svg" target="_blank">sub-0131/figures/sub-0131_ses-04_task-social_acq-mb8_run-05_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-05_session-04_subject-0131_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-0131/figures/sub-0131_ses-04_task-social_acq-mb8_run-05_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0131/figures/sub-0131_ses-04_task-social_acq-mb8_run-05_desc-carpet_bold.svg" target="_blank">sub-0131/figures/sub-0131_ses-04_task-social_acq-mb8_run-05_desc-carpet_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-mean_run-05_session-04_subject-0131_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-0131/figures/sub-0131_ses-04_task-social_acq-mb8_run-05_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0131/figures/sub-0131_ses-04_task-social_acq-mb8_run-05_desc-mean_bold.svg" target="_blank">sub-0131/figures/sub-0131_ses-04_task-social_acq-mb8_run-05_desc-mean_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended reports shared across echos" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-05_session-04_subject-0131_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-0131/figures/sub-0131_ses-04_task-social_acq-mb8_run-05_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0131/figures/sub-0131_ses-04_task-social_acq-mb8_run-05_desc-brainmask_bold.svg" target="_blank">sub-0131/figures/sub-0131_ses-04_task-social_acq-mb8_run-05_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-05_session-04_subject-0131_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-0131/figures/sub-0131_ses-04_task-social_acq-mb8_run-05_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0131/figures/sub-0131_ses-04_task-social_acq-mb8_run-05_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0131/figures/sub-0131_ses-04_task-social_acq-mb8_run-05_desc-norm_bold.svg" target="_blank">sub-0131/figures/sub-0131_ses-04_task-social_acq-mb8_run-05_desc-norm_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="About" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">About</h1>
|
|
<div id="errors" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
|
|
</div>
|
|
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
|
|
reconstructing the provenance of the corresponding derivatives.
|
|
</p> <div class="accordion accordion-flush" id="about-metadata">
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-0">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
|
|
Provenance Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-0" class="table table-sm table-striped">
|
|
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
|
|
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0131/ses-04/func/sub-0131_ses-04_task-social_acq-mb8_run-05_bold.nii.gz</td></tr>
|
|
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
|
|
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
|
|
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
|
|
<tr><td colspan=2>md5sum</td><td>79ea64895bfb540766b5f3d82fe73759</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>21:51:26.527500</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.998908, 0.00498159, -0.0464476, -0.0012204, 0.996741, 0.0806562]</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.259</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-05_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.09794</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-05_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>22</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4211, -7794, -7258, 404, -166, 19, 2, 98]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>social</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>236.539</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>11ca470c-73d2-4992-98b9-fdf142e1c1ab||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.6799979209899902, -0.0032742468174546957, -0.1260846108198166, 113.48704528808594], [-0.01336523238569498, 2.6741838455200195, 0.21738091111183167, -106.43962860107422], [-0.12461543828248978, -0.21639464795589447, 2.688279628753662, -57.43107223510742], [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': ['215126.527500', '215126.987500', '215127.447500', '215127.907500', '215128.367500', '215128.827500', '215129.287500', '215129.747500', '215130.207500', '215130.667500', '215131.127500', '215131.587500', '215132.047500', '215132.507500', '215132.967500', '215133.427500', '215133.887500', '215134.347500', '215134.807500', '215135.267500', '215135.727500', '215136.187500', '215136.647500', '215137.107500', '215137.567500', '215138.027500', '215138.487500', '215138.947500', '215139.407500', '215139.867500', '215140.327500', '215140.787500', '215141.247500', '215141.707500', '215142.167500', '215142.627500', '215143.087500', '215143.547500', '215144.007500', '215144.467500', '215144.927500', '215145.387500', '215145.847500', '215146.307500', '215146.767500', '215147.227500', '215147.687500', '215148.147500', '215148.607500', '215149.067500', '215149.527500', '215149.987500', '215150.447500', '215150.907500', '215151.367500', '215151.827500', '215152.287500', '215152.747500', '215153.207500', '215153.667500', '215154.127500', '215154.587500', '215155.047500', '215155.507500', '215155.967500', '215156.427500', '215156.887500', '215157.347500', '215157.807500', '215158.267500', '215158.727500', '215159.187500', '215159.647500', '215200.107500', '215200.567500', '215201.027500', '215201.487500', '215201.947500', '215202.407500', '215202.867500', '215203.327500', '215203.787500', '215204.247500', '215204.707500', '215205.167500', '215205.627500', '215206.087500', '215206.547500', '215207.007500', '215207.467500', '215207.927500', '215208.387500', '215208.847500', '215209.307500', '215209.767500', '215210.227500', '215210.687500', '215211.147500', '215211.607500', '215212.067500', '215212.527500', '215212.987500', '215213.447500', '215213.907500', '215214.367500', '215214.827500', '215215.287500', '215215.747500', '215216.207500', '215216.667500', '215217.127500', '215217.587500', '215218.047500', '215218.507500', '215218.967500', '215219.427500', '215219.887500', '215220.347500', '215220.807500', '215221.267500', '215221.727500', '215222.187500', '215222.647500', '215223.107500', '215223.567500', '215224.027500', '215224.487500', '215224.947500', '215225.407500', '215225.867500', '215226.327500', '215226.787500', '215227.247500', '215227.707500', '215228.167500', '215228.627500', '215229.087500', '215229.547500', '215230.007500', '215230.467500', '215230.927500', '215231.387500', '215231.847500', '215232.307500', '215232.767500', '215233.227500', '215233.687500', '215234.147500', '215234.607500', '215235.067500', '215235.527500', '215235.987500', '215236.447500', '215236.907500', '215237.367500', '215237.827500', '215238.287500', '215238.747500', '215239.207500', '215239.667500', '215240.127500', '215240.587500', '215241.047500', '215241.507500', '215241.967500', '215242.427500', '215242.887500', '215243.347500', '215243.807500', '215244.267500', '215244.727500', '215245.187500', '215245.647500', '215246.107500', '215246.567500', '215247.027500', '215247.487500', '215247.947500', '215248.407500', '215248.867500', '215249.327500', '215249.787500', '215250.247500', '215250.707500', '215251.167500', '215251.627500', '215252.087500', '215252.547500', '215253.007500', '215253.467500', '215253.927500', '215254.387500', '215254.847500', '215255.307500', '215255.767500', '215256.227500', '215256.687500', '215257.147500', '215257.607500', '215258.067500', '215258.527500', '215258.987500', '215259.447500', '215259.907500', '215300.367500', '215300.827500', '215301.287500', '215301.747500', '215302.207500', '215302.667500', '215303.127500', '215303.587500', '215304.047500', '215304.507500', '215304.967500', '215305.427500', '215305.887500', '215306.347500', '215306.807500', '215307.267500', '215307.727500', '215308.187500', '215308.647500', '215309.107500', '215309.567500', '215310.027500', '215310.487500', '215310.947500', '215311.407500', '215311.867500', '215312.327500', '215312.787500', '215313.247500', '215313.707500', '215314.167500', '215314.627500', '215315.087500', '215315.547500', '215316.007500', '215316.467500', '215316.927500', '215317.387500', '215317.847500', '215318.307500', '215318.767500', '215319.227500', '215319.687500', '215320.147500', '215320.607500', '215321.067500', '215321.527500', '215321.987500', '215322.447500', '215322.907500', '215323.367500', '215323.827500', '215324.287500', '215324.747500', '215325.207500', '215325.667500', '215326.127500', '215326.587500', '215327.047500', '215327.507500', '215327.967500', '215328.427500', '215328.887500', '215329.347500', '215329.807500', '215330.267500', '215330.727500', '215331.187500', '215331.647500', '215332.107500', '215332.567500', '215333.027500', '215333.487500', '215333.947500', '215334.407500', '215334.867500', '215335.327500', '215335.787500', '215336.247500', '215336.707500', '215337.167500', '215337.627500', '215338.087500', '215338.547500', '215339.007500', '215339.467500', '215339.927500', '215340.387500', '215340.847500', '215341.307500', '215341.767500', '215342.227500', '215342.687500', '215343.147500', '215343.607500', '215344.067500', '215344.527500', '215344.987500', '215345.447500', '215345.907500', '215346.367500', '215346.827500', '215347.287500', '215347.747500', '215348.207500', '215348.667500', '215349.127500', '215349.587500', '215350.047500', '215350.507500', '215350.967500', '215351.427500', '215351.887500', '215352.347500', '215352.807500', '215353.267500', '215353.727500', '215354.187500', '215354.647500', '215355.107500', '215355.567500', '215356.027500', '215356.487500', '215356.947500', '215357.407500', '215357.867500', '215358.327500', '215358.787500', '215359.247500', '215359.707500', '215400.167500', '215400.627500', '215401.087500', '215401.547500', '215402.007500', '215402.467500', '215402.927500', '215403.387500', '215403.847500', '215404.307500', '215404.767500', '215405.227500', '215405.687500', '215406.147500', '215406.607500', '215407.067500', '215407.527500', '215407.987500', '215408.447500', '215408.907500', '215409.367500', '215409.827500', '215410.287500', '215410.747500', '215411.207500', '215411.667500', '215412.127500', '215412.587500', '215413.047500', '215413.507500', '215413.967500', '215414.427500', '215414.887500', '215415.347500', '215415.807500', '215416.267500', '215416.727500', '215417.187500', '215417.647500', '215418.107500', '215418.567500', '215419.027500', '215419.487500', '215419.947500', '215420.407500', '215420.867500', '215421.327500', '215421.787500', '215422.247500', '215422.707500', '215423.167500', '215423.627500', '215424.087500', '215424.547500', '215425.007500', '215425.467500', '215425.927500', '215426.387500', '215426.847500', '215427.307500', '215427.767500', '215428.227500', '215428.687500', '215429.147500', '215429.607500', '215430.067500', '215430.527500', '215430.987500', '215431.447500', '215431.907500', '215432.367500', '215432.827500', '215433.287500', '215433.747500', '215434.207500', '215434.667500', '215435.127500', '215435.587500', '215436.047500', '215436.507500', '215436.967500', '215437.427500', '215437.887500', '215438.347500', '215438.807500', '215439.267500', '215439.727500', '215440.187500', '215440.647500', '215441.107500', '215441.567500', '215442.027500', '215442.487500', '215442.947500', '215443.407500', '215443.867500', '215444.327500', '215444.787500', '215445.247500', '215445.707500', '215446.167500', '215446.627500', '215447.087500', '215447.547500', '215448.007500', '215448.467500', '215448.927500', '215449.387500', '215449.847500', '215450.307500', '215450.767500', '215451.227500', '215451.687500', '215452.147500', '215452.607500', '215453.067500', '215453.527500', '215453.987500', '215454.447500', '215454.907500', '215455.367500', '215455.827500', '215456.287500', '215456.747500', '215457.207500', '215457.667500', '215458.127500', '215458.587500', '215459.047500', '215459.507500', '215459.967500', '215500.427500', '215500.887500', '215501.347500', '215501.807500', '215502.267500', '215502.727500', '215503.187500', '215503.647500', '215504.107500', '215504.567500', '215505.027500', '215505.487500', '215505.947500', '215506.407500', '215506.867500', '215507.327500', '215507.787500', '215508.247500', '215508.707500', '215509.167500', '215509.627500', '215510.087500', '215510.547500', '215511.007500', '215511.467500', '215511.927500', '215512.387500', '215512.847500', '215513.307500', '215513.767500', '215514.227500', '215514.687500', '215515.147500', '215515.607500', '215516.067500', '215516.527500', '215516.987500', '215517.447500', '215517.907500', '215518.367500', '215518.827500', '215519.287500', '215519.747500', '215520.207500', '215520.667500', '215521.127500', '215521.587500', '215522.047500', '215522.507500', '215522.967500', '215523.427500', '215523.887500', '215524.347500', '215524.807500', '215525.267500', '215525.727500', '215526.187500', '215526.647500', '215527.107500', '215527.567500', '215528.027500', '215528.487500', '215528.947500', '215529.407500', '215529.867500', '215530.327500', '215530.787500', '215531.247500', '215531.707500', '215532.167500', '215532.627500', '215533.087500', '215533.547500', '215534.007500', '215534.467500', '215534.927500', '215535.387500', '215535.847500', '215536.307500', '215536.767500', '215537.227500', '215537.687500', '215538.147500', '215538.607500', '215539.067500', '215539.527500', '215539.987500', '215540.447500', '215540.907500', '215541.367500', '215541.827500', '215542.287500', '215542.747500', '215543.207500', '215543.667500', '215544.127500', '215544.587500', '215545.047500', '215545.507500', '215545.967500', '215546.427500', '215546.887500', '215547.347500', '215547.807500', '215548.267500', '215548.727500', '215549.187500', '215549.647500', '215550.107500', '215550.567500', '215551.027500', '215551.487500', '215551.947500', '215552.407500', '215552.867500', '215553.327500', '215553.787500', '215554.247500', '215554.707500', '215555.167500', '215555.627500', '215556.087500', '215556.547500', '215557.007500', '215557.467500', '215557.927500', '215558.387500', '215558.847500', '215559.307500', '215559.767500', '215600.227500', '215600.687500', '215601.147500', '215601.607500', '215602.067500', '215602.527500', '215602.987500', '215603.447500', '215603.907500', '215604.367500', '215604.827500', '215605.287500', '215605.747500', '215606.207500', '215606.667500', '215607.127500', '215607.587500', '215608.047500', '215608.507500', '215608.967500', '215609.427500', '215609.887500', '215610.347500', '215610.807500', '215611.267500', '215611.727500', '215612.187500', '215612.647500', '215613.107500', '215613.567500', '215614.027500', '215614.487500', '215614.947500', '215615.407500', '215615.867500', '215616.327500', '215616.787500', '215617.247500', '215617.707500', '215618.167500', '215618.627500', '215619.087500', '215619.547500', '215620.007500', '215620.467500', '215620.927500', '215621.387500', '215621.847500', '215622.307500', '215622.767500', '215623.227500', '215623.687500', '215624.147500', '215624.607500', '215625.067500', '215625.527500', '215625.987500', '215626.447500', '215626.907500', '215627.367500', '215627.827500', '215628.287500', '215628.747500', '215629.207500', '215629.667500', '215630.127500', '215630.587500', '215631.047500', '215631.507500', '215631.967500', '215632.427500', '215632.887500', '215633.347500', '215633.807500', '215634.267500', '215634.727500', '215635.187500', '215635.647500', '215636.107500', '215636.567500', '215637.027500', '215637.487500', '215637.947500', '215638.407500', '215638.867500', '215639.327500', '215639.787500', '215640.247500', '215640.707500', '215641.167500', '215641.627500', '215642.087500', '215642.547500', '215643.007500', '215643.467500', '215643.927500', '215644.387500', '215644.847500', '215645.307500', '215645.767500', '215646.227500', '215646.687500', '215647.147500', '215647.607500', '215648.067500', '215648.527500', '215648.987500', '215649.447500', '215649.907500', '215650.367500', '215650.827500', '215651.287500', '215651.747500', '215652.207500', '215652.667500', '215653.127500', '215653.587500', '215654.047500', '215654.507500', '215654.967500', '215655.427500', '215655.887500', '215656.347500', '215656.807500', '215657.267500', '215657.727500', '215658.187500', '215658.647500', '215659.107500', '215659.567500', '215700.027500', '215700.487500', '215700.947500', '215701.407500', '215701.867500', '215702.327500', '215702.787500', '215703.247500', '215703.707500', '215704.167500', '215704.627500', '215705.087500', '215705.547500', '215706.007500', '215706.467500', '215706.927500', '215707.387500', '215707.847500', '215708.307500', '215708.767500', '215709.227500', '215709.687500', '215710.147500', '215710.607500', '215711.067500', '215711.527500', '215711.987500', '215712.447500', '215712.907500', '215713.367500', '215713.827500', '215714.287500', '215714.747500', '215715.207500', '215715.667500', '215716.127500', '215716.587500', '215717.047500', '215717.507500', '215717.967500', '215718.427500', '215718.887500', '215719.347500', '215719.807500', '215720.267500', '215720.727500', '215721.187500', '215721.647500', '215722.107500', '215722.567500', '215723.027500', '215723.487500', '215723.947500', '215724.407500', '215724.867500', '215725.327500', '215725.787500', '215726.247500', '215726.707500', '215727.167500', '215727.627500', '215728.087500', '215728.547500', '215729.007500', '215729.467500', '215729.927500', '215730.387500', '215730.847500', '215731.307500', '215731.767500', '215732.227500', '215732.687500', '215733.147500', '215733.607500', '215734.067500', '215734.527500', '215734.987500', '215735.447500', '215735.907500', '215736.367500', '215736.827500', '215737.287500', '215737.747500', '215738.207500', '215738.667500', '215739.127500', '215739.587500', '215740.047500', '215740.507500', '215740.967500', '215741.427500', '215741.887500', '215742.347500', '215742.807500', '215743.267500', '215743.727500', '215744.187500', '215744.647500', '215745.107500', '215745.567500', '215746.027500', '215746.487500', '215746.947500', '215747.407500', '215747.867500', '215748.327500', '215748.787500', '215749.247500', '215749.707500', '215750.167500', '215750.627500', '215751.087500', '215751.547500', '215752.007500', '215752.467500', '215752.927500', '215753.387500', '215753.847500', '215754.307500', '215754.767500', '215755.227500', '215755.687500', '215756.147500', '215756.607500', '215757.067500', '215757.527500', '215757.987500', '215758.447500', '215758.907500', '215759.367500', '215759.827500', '215800.287500', '215800.747500', '215801.207500', '215801.667500', '215802.127500', '215802.587500', '215803.047500', '215803.507500', '215803.967500', '215804.427500', '215804.887500', '215805.347500', '215805.807500', '215806.267500', '215806.727500', '215807.187500'], 'ContentTime': ['215150.109000', '215150.112000', '215150.115000', '215150.118000', '215150.121000', '215150.123000', '215150.126000', '215150.128000', '215150.131000', '215150.133000', '215150.136000', '215150.138000', '215150.141000', '215150.158000', '215150.160000', '215150.163000', '215150.165000', '215150.168000', '215150.171000', '215150.173000', '215150.176000', '215150.178000', '215150.181000', '215150.183000', '215150.186000', '215150.189000', '215150.191000', '215150.194000', '215150.196000', '215150.199000', '215150.202000', '215150.204000', '215150.228000', '215150.231000', '215150.234000', '215150.236000', '215150.239000', '215150.241000', '215150.244000', '215150.247000', '215150.249000', '215150.252000', '215150.254000', '215150.257000', '215150.259000', '215150.262000', '215150.265000', '215150.267000', '215150.270000', '215210.044000', '215210.047000', '215210.050000', '215210.052000', '215210.055000', '215210.058000', '215210.060000', '215210.063000', '215210.065000', '215210.068000', '215210.070000', '215210.073000', '215210.075000', '215210.078000', '215210.080000', '215210.083000', '215210.085000', '215210.088000', '215210.091000', '215210.093000', '215210.096000', '215210.098000', '215210.101000', '215210.105000', '215210.108000', '215210.110000', '215210.113000', '215210.115000', '215210.118000', '215210.120000', '215210.123000', '215210.125000', '215210.128000', '215210.131000', '215210.133000', '215210.136000', '215210.138000', '215210.141000', '215210.143000', '215210.146000', '215210.148000', '215210.151000', '215210.153000', '215230.044000', '215230.047000', '215230.050000', '215230.052000', '215230.055000', '215230.058000', '215230.060000', '215230.063000', '215230.065000', '215230.068000', '215230.071000', '215230.073000', '215230.076000', '215230.078000', '215230.081000', '215230.083000', '215230.086000', '215230.089000', '215230.091000', '215230.094000', '215230.097000', '215230.099000', '215230.102000', '215230.104000', '215230.107000', '215230.109000', '215230.112000', '215230.114000', '215230.117000', '215230.119000', '215230.122000', '215230.124000', '215230.127000', '215230.130000', '215230.132000', '215230.135000', '215230.137000', '215230.145000', '215230.148000', '215230.150000', '215230.153000', '215230.155000', '215230.158000', '215250.044000', '215250.047000', '215250.050000', '215250.052000', '215250.055000', '215250.058000', '215250.060000', '215250.063000', '215250.065000', '215250.068000', '215250.070000', '215250.073000', '215250.075000', '215250.078000', '215250.080000', '215250.083000', '215250.086000', '215250.088000', '215250.119000', '215250.122000', '215250.125000', '215250.127000', '215250.130000', '215250.132000', '215250.135000', '215250.137000', '215250.140000', '215250.142000', '215250.145000', '215250.148000', '215250.150000', '215250.153000', '215250.155000', '215250.158000', '215250.161000', '215250.163000', '215250.166000', '215250.168000', '215250.171000', '215250.174000', '215250.176000', '215250.179000', '215250.181000', '215250.184000', '215310.045000', '215310.047000', '215310.050000', '215310.052000', '215310.055000', '215310.064000', '215310.067000', '215310.069000', '215310.072000', '215310.074000', '215310.077000', '215310.079000', '215310.082000', '215310.084000', '215310.087000', '215310.090000', '215310.092000', '215310.095000', '215310.097000', '215310.100000', '215310.102000', '215310.105000', '215310.108000', '215310.110000', '215310.113000', '215310.115000', '215310.118000', '215310.120000', '215310.123000', '215310.126000', '215310.128000', '215310.131000', '215310.133000', '215310.136000', '215310.138000', '215310.141000', '215310.143000', '215310.146000', '215310.149000', '215310.151000', '215310.154000', '215310.156000', '215310.159000', '215310.162000', '215330.044000', '215330.046000', '215330.049000', '215330.052000', '215330.054000', '215330.057000', '215330.059000', '215330.062000', '215330.065000', '215330.067000', '215330.070000', '215330.072000', '215330.075000', '215330.077000', '215330.080000', '215330.082000', '215330.085000', '215330.088000', '215330.090000', '215330.093000', '215330.095000', '215330.098000', '215330.100000', '215330.103000', '215330.105000', '215330.108000', '215330.111000', '215330.113000', '215330.116000', '215330.118000', '215330.121000', '215330.124000', '215330.132000', '215330.135000', '215330.137000', '215330.140000', '215330.142000', '215330.145000', '215330.148000', '215330.150000', '215330.153000', '215330.155000', '215330.158000', '215350.043000', '215350.046000', '215350.050000', '215350.053000', '215350.056000', '215350.059000', '215350.061000', '215350.064000', '215350.066000', '215350.069000', '215350.071000', '215350.074000', '215350.077000', '215350.079000', '215350.082000', '215350.084000', '215350.087000', '215350.089000', '215350.092000', '215350.095000', '215350.097000', '215350.100000', '215350.102000', '215350.105000', '215350.108000', '215350.110000', '215350.113000', '215350.116000', '215350.119000', '215350.122000', '215350.125000', '215350.128000', '215350.130000', '215350.133000', '215350.135000', '215350.138000', '215350.140000', '215350.143000', '215350.145000', '215350.148000', '215350.151000', '215350.153000', '215350.156000', '215410.045000', '215410.047000', '215410.050000', '215410.053000', '215410.055000', '215410.058000', '215410.060000', '215410.063000', '215410.065000', '215410.068000', '215410.071000', '215410.073000', '215410.076000', '215410.105000', '215410.108000', '215410.110000', '215410.113000', '215410.115000', '215410.118000', '215410.121000', '215410.123000', '215410.126000', '215410.128000', '215410.131000', '215410.133000', '215410.136000', '215410.139000', '215410.141000', '215410.144000', '215410.146000', '215410.149000', '215410.151000', '215410.154000', '215410.157000', '215410.159000', '215410.162000', '215410.164000', '215410.167000', '215410.169000', '215410.172000', '215410.174000', '215410.177000', '215410.179000', '215410.182000', '215430.044000', '215430.047000', '215430.050000', '215430.052000', '215430.055000', '215430.058000', '215430.060000', '215430.063000', '215430.065000', '215430.068000', '215430.070000', '215430.073000', '215430.076000', '215430.078000', '215430.081000', '215430.083000', '215430.086000', '215430.089000', '215430.091000', '215430.094000', '215430.096000', '215430.099000', '215430.101000', '215430.104000', '215430.107000', '215430.109000', '215430.112000', '215430.114000', '215430.117000', '215430.120000', '215430.122000', '215430.125000', '215430.127000', '215430.130000', '215430.133000', '215430.135000', '215430.138000', '215430.140000', '215430.143000', '215430.145000', '215430.148000', '215430.150000', '215430.153000', '215430.156000', '215450.044000', '215450.047000', '215450.050000', '215450.052000', '215450.055000', '215450.057000', '215450.060000', '215450.063000', '215450.065000', '215450.068000', '215450.070000', '215450.073000', '215450.075000', '215450.078000', '215450.081000', '215450.083000', '215450.086000', '215450.092000', '215450.095000', '215450.098000', '215450.100000', '215450.103000', '215450.105000', '215450.108000', '215450.110000', '215450.113000', '215450.115000', '215450.118000', '215450.130000', '215450.133000', '215450.135000', '215450.138000', '215450.140000', '215450.143000', '215450.146000', '215450.148000', '215450.151000', '215450.153000', '215450.156000', '215450.158000', '215450.161000', '215450.163000', '215450.166000', '215510.044000', '215510.047000', '215510.050000', '215510.052000', '215510.055000', '215510.058000', '215510.060000', '215510.063000', '215510.065000', '215510.068000', '215510.070000', '215510.073000', '215510.075000', '215510.078000', '215510.081000', '215510.083000', '215510.086000', '215510.089000', '215510.093000', '215510.095000', '215510.098000', '215510.101000', '215510.103000', '215510.106000', '215510.108000', '215510.111000', '215510.113000', '215510.116000', '215510.119000', '215510.121000', '215510.124000', '215510.127000', '215510.129000', '215510.132000', '215510.134000', '215510.137000', '215510.140000', '215510.142000', '215510.145000', '215510.148000', '215510.150000', '215510.153000', '215510.155000', '215530.044000', '215530.047000', '215530.050000', '215530.052000', '215530.055000', '215530.058000', '215530.061000', '215530.063000', '215530.066000', '215530.068000', '215530.071000', '215530.073000', '215530.076000', '215530.079000', '215530.081000', '215530.084000', '215530.086000', '215530.089000', '215530.092000', '215530.094000', '215530.097000', '215530.099000', '215530.102000', '215530.104000', '215530.107000', '215530.110000', '215530.112000', '215530.115000', '215530.118000', '215530.120000', '215530.123000', '215530.125000', '215530.128000', '215530.130000', '215530.133000', '215530.135000', '215530.138000', '215530.141000', '215530.143000', '215530.146000', '215530.152000', '215530.155000', '215530.157000', '215530.160000', '215550.043000', '215550.094000', '215550.097000', '215550.099000', '215550.102000', '215550.104000', '215550.107000', '215550.110000', '215550.112000', '215550.115000', '215550.117000', '215550.120000', '215550.122000', '215550.125000', '215550.128000', '215550.130000', '215550.133000', '215550.135000', '215550.138000', '215550.140000', '215550.143000', '215550.146000', '215550.148000', '215550.151000', '215550.153000', '215550.156000', '215550.159000', '215550.161000', '215550.164000', '215550.166000', '215550.169000', '215550.171000', '215550.174000', '215550.177000', '215550.179000', '215550.182000', '215550.184000', '215550.187000', '215550.189000', '215550.192000', '215550.195000', '215550.197000', '215550.200000', '215610.043000', '215610.046000', '215610.049000', '215610.051000', '215610.054000', '215610.057000', '215610.059000', '215610.062000', '215610.064000', '215610.067000', '215610.069000', '215610.072000', '215610.074000', '215610.077000', '215610.080000', '215610.082000', '215610.085000', '215610.087000', '215610.090000', '215610.092000', '215610.095000', '215610.098000', '215610.100000', '215610.103000', '215610.105000', '215610.108000', '215610.110000', '215610.113000', '215610.115000', '215610.118000', '215610.121000', '215610.123000', '215610.126000', '215610.128000', '215610.131000', '215610.133000', '215610.136000', '215610.139000', '215610.141000', '215610.144000', '215610.146000', '215610.149000', '215610.152000', '215610.154000', '215630.044000', '215630.047000', '215630.050000', '215630.052000', '215630.055000', '215630.058000', '215630.060000', '215630.063000', '215630.065000', '215630.086000', '215630.088000', '215630.092000', '215630.095000', '215630.098000', '215630.100000', '215630.103000', '215630.106000', '215630.108000', '215630.111000', '215630.113000', '215630.116000', '215630.118000', '215630.121000', '215630.123000', '215630.126000', '215630.129000', '215630.132000', '215630.135000', '215630.137000', '215630.140000', '215630.143000', '215630.146000', '215630.148000', '215630.151000', '215630.153000', '215630.156000', '215630.158000', '215630.161000', '215630.164000', '215630.166000', '215630.169000', '215630.172000', '215630.174000', '215650.044000', '215650.047000', '215650.050000', '215650.052000', '215650.055000', '215650.058000', '215650.060000', '215650.063000', '215650.065000', '215650.068000', '215650.071000', '215650.073000', '215650.076000', '215650.078000', '215650.081000', '215650.084000', '215650.086000', '215650.089000', '215650.091000', '215650.094000', '215650.097000', '215650.099000', '215650.102000', '215650.104000', '215650.107000', '215650.110000', '215650.112000', '215650.115000', '215650.117000', '215650.120000', '215650.123000', '215650.125000', '215650.128000', '215650.130000', '215650.133000', '215650.135000', '215650.138000', '215650.141000', '215650.143000', '215650.146000', '215650.148000', '215650.151000', '215650.153000', '215650.156000', '215710.044000', '215710.047000', '215710.050000', '215710.052000', '215710.055000', '215710.057000', '215710.060000', '215710.063000', '215710.065000', '215710.068000', '215710.070000', '215710.073000', '215710.076000', '215710.078000', '215710.081000', '215710.083000', '215710.086000', '215710.088000', '215710.091000', '215710.093000', '215710.096000', '215710.099000', '215710.101000', '215710.104000', '215710.108000', '215710.111000', '215710.114000', '215710.117000', '215710.120000', '215710.123000', '215710.125000', '215710.128000', '215710.130000', '215710.133000', '215710.136000', '215710.138000', '215710.141000', '215710.143000', '215710.146000', '215710.148000', '215710.151000', '215710.154000', '215710.156000', '215730.044000', '215730.047000', '215730.050000', '215730.053000', '215730.055000', '215730.058000', '215730.060000', '215730.063000', '215730.065000', '215730.068000', '215730.071000', '215730.073000', '215730.076000', '215730.078000', '215730.081000', '215730.083000', '215730.086000', '215730.089000', '215730.091000', '215730.094000', '215730.096000', '215730.099000', '215730.101000', '215730.104000', '215730.107000', '215730.109000', '215730.112000', '215730.114000', '215730.117000', '215730.119000', '215730.122000', '215730.124000', '215730.127000', '215730.130000', '215730.132000', '215730.135000', '215730.137000', '215730.140000', '215730.143000', '215730.145000', '215730.148000', '215730.150000', '215730.153000', '215730.155000', '215750.045000', '215750.047000', '215750.050000', '215750.053000', '215750.055000', '215750.058000', '215750.060000', '215750.063000', '215750.066000', '215750.068000', '215750.071000', '215750.073000', '215750.102000', '215750.104000', '215750.107000', '215750.109000', '215750.112000', '215750.115000', '215750.117000', '215750.120000', '215750.135000', '215750.137000', '215750.140000', '215750.142000', '215750.145000', '215750.148000', '215750.151000', '215750.154000', '215750.157000', '215750.160000', '215750.162000', '215750.165000', '215750.167000', '215750.171000', '215750.174000', '215750.177000', '215750.180000', '215750.182000', '215750.185000', '215750.187000', '215750.190000', '215750.193000', '215750.195000', '215808.499000', '215808.502000', '215808.505000', '215808.507000', '215808.510000', '215808.512000', '215808.515000', '215808.518000', '215808.520000', '215808.523000', '215808.526000', '215808.528000', '215808.531000', '215808.533000', '215808.536000', '215808.539000', '215808.542000', '215808.545000', '215808.548000', '215808.551000', '215808.553000', '215808.556000', '215808.559000', '215808.562000', '215808.564000', '215808.567000', '215808.570000', '215808.572000', '215808.575000', '215808.578000', '215808.582000', '215808.584000', '215808.588000', '215808.591000', '215808.594000', '215808.596000', '215808.599000', '215808.602000', '215808.605000', '215808.608000', '215808.611000'], 'InstanceCreationTime': ['215150.109000', '215150.112000', '215150.115000', '215150.118000', '215150.121000', '215150.123000', '215150.126000', '215150.128000', '215150.131000', '215150.133000', '215150.136000', '215150.138000', '215150.141000', '215150.158000', '215150.160000', '215150.163000', '215150.165000', '215150.168000', '215150.171000', '215150.173000', '215150.176000', '215150.178000', '215150.181000', '215150.183000', '215150.186000', '215150.189000', '215150.191000', '215150.194000', '215150.196000', '215150.199000', '215150.202000', '215150.204000', '215150.228000', '215150.231000', '215150.234000', '215150.236000', '215150.239000', '215150.241000', '215150.244000', '215150.247000', '215150.249000', '215150.252000', '215150.254000', '215150.257000', '215150.259000', '215150.262000', '215150.265000', '215150.267000', '215150.270000', '215210.044000', '215210.047000', '215210.050000', '215210.052000', '215210.055000', '215210.058000', '215210.060000', '215210.063000', '215210.065000', '215210.068000', '215210.070000', '215210.073000', '215210.075000', '215210.078000', '215210.080000', '215210.083000', '215210.085000', '215210.088000', '215210.091000', '215210.093000', '215210.096000', '215210.098000', '215210.101000', '215210.105000', '215210.108000', '215210.110000', '215210.113000', '215210.115000', '215210.118000', '215210.120000', '215210.123000', '215210.125000', '215210.128000', '215210.131000', '215210.133000', '215210.136000', '215210.138000', '215210.141000', '215210.143000', '215210.146000', '215210.148000', '215210.151000', '215210.153000', '215230.044000', '215230.047000', '215230.050000', '215230.052000', '215230.055000', '215230.058000', '215230.060000', '215230.063000', '215230.065000', '215230.068000', '215230.071000', '215230.073000', '215230.076000', '215230.078000', '215230.081000', '215230.083000', '215230.086000', '215230.089000', '215230.091000', '215230.094000', '215230.097000', '215230.099000', '215230.102000', '215230.104000', '215230.107000', '215230.109000', '215230.112000', '215230.114000', '215230.117000', '215230.119000', '215230.122000', '215230.124000', '215230.127000', '215230.130000', '215230.132000', '215230.135000', '215230.137000', '215230.145000', '215230.148000', '215230.150000', '215230.153000', '215230.155000', '215230.158000', '215250.044000', '215250.047000', '215250.050000', '215250.052000', '215250.055000', '215250.058000', '215250.060000', '215250.063000', '215250.065000', '215250.068000', '215250.070000', '215250.073000', '215250.075000', '215250.078000', '215250.080000', '215250.083000', '215250.086000', '215250.088000', '215250.119000', '215250.122000', '215250.125000', '215250.127000', '215250.130000', '215250.132000', '215250.135000', '215250.137000', '215250.140000', '215250.142000', '215250.145000', '215250.148000', '215250.150000', '215250.153000', '215250.155000', '215250.158000', '215250.161000', '215250.163000', '215250.166000', '215250.168000', '215250.171000', '215250.174000', '215250.176000', '215250.179000', '215250.181000', '215250.184000', '215310.045000', '215310.047000', '215310.050000', '215310.052000', '215310.055000', '215310.064000', '215310.067000', '215310.069000', '215310.072000', '215310.074000', '215310.077000', '215310.079000', '215310.082000', '215310.084000', '215310.087000', '215310.090000', '215310.092000', '215310.095000', '215310.097000', '215310.100000', '215310.102000', '215310.105000', '215310.108000', '215310.110000', '215310.113000', '215310.115000', '215310.118000', '215310.120000', '215310.123000', '215310.126000', '215310.128000', '215310.131000', '215310.133000', '215310.136000', '215310.138000', '215310.141000', '215310.143000', '215310.146000', '215310.149000', '215310.151000', '215310.154000', '215310.156000', '215310.159000', '215310.162000', '215330.044000', '215330.046000', '215330.049000', '215330.052000', '215330.054000', '215330.057000', '215330.059000', '215330.062000', '215330.065000', '215330.067000', '215330.070000', '215330.072000', '215330.075000', '215330.077000', '215330.080000', '215330.082000', '215330.085000', '215330.088000', '215330.090000', '215330.093000', '215330.095000', '215330.098000', '215330.100000', '215330.103000', '215330.105000', '215330.108000', '215330.111000', '215330.113000', '215330.116000', '215330.118000', '215330.121000', '215330.124000', '215330.132000', '215330.135000', '215330.137000', '215330.140000', '215330.142000', '215330.145000', '215330.148000', '215330.150000', '215330.153000', '215330.155000', '215330.158000', '215350.043000', '215350.046000', '215350.050000', '215350.053000', '215350.056000', '215350.059000', '215350.061000', '215350.064000', '215350.066000', '215350.069000', '215350.071000', '215350.074000', '215350.077000', '215350.079000', '215350.082000', '215350.084000', '215350.087000', '215350.089000', '215350.092000', '215350.095000', '215350.097000', '215350.100000', '215350.102000', '215350.105000', '215350.108000', '215350.110000', '215350.113000', '215350.116000', '215350.119000', '215350.122000', '215350.125000', '215350.128000', '215350.130000', '215350.133000', '215350.135000', '215350.138000', '215350.140000', '215350.143000', '215350.145000', '215350.148000', '215350.151000', '215350.153000', '215350.156000', '215410.045000', '215410.047000', '215410.050000', '215410.053000', '215410.055000', '215410.058000', '215410.060000', '215410.063000', '215410.065000', '215410.068000', '215410.071000', '215410.073000', '215410.076000', '215410.105000', '215410.108000', '215410.110000', '215410.113000', '215410.115000', '215410.118000', '215410.121000', '215410.123000', '215410.126000', '215410.128000', '215410.131000', '215410.133000', '215410.136000', '215410.139000', '215410.141000', '215410.144000', '215410.146000', '215410.149000', '215410.151000', '215410.154000', '215410.157000', '215410.159000', '215410.162000', '215410.164000', '215410.167000', '215410.169000', '215410.172000', '215410.174000', '215410.177000', '215410.179000', '215410.182000', '215430.044000', '215430.047000', '215430.050000', '215430.052000', '215430.055000', '215430.058000', '215430.060000', '215430.063000', '215430.065000', '215430.068000', '215430.070000', '215430.073000', '215430.076000', '215430.078000', '215430.081000', '215430.083000', '215430.086000', '215430.089000', '215430.091000', '215430.094000', '215430.096000', '215430.099000', '215430.101000', '215430.104000', '215430.107000', '215430.109000', '215430.112000', '215430.114000', '215430.117000', '215430.120000', '215430.122000', '215430.125000', '215430.127000', '215430.130000', '215430.133000', '215430.135000', '215430.138000', '215430.140000', '215430.143000', '215430.145000', '215430.148000', '215430.150000', '215430.153000', '215430.156000', '215450.044000', '215450.047000', '215450.050000', '215450.052000', '215450.055000', '215450.057000', '215450.060000', '215450.063000', '215450.065000', '215450.068000', '215450.070000', '215450.073000', '215450.075000', '215450.078000', '215450.081000', '215450.083000', '215450.086000', '215450.092000', '215450.095000', '215450.098000', '215450.100000', '215450.103000', '215450.105000', '215450.108000', '215450.110000', '215450.113000', '215450.115000', '215450.118000', '215450.130000', '215450.133000', '215450.135000', '215450.138000', '215450.140000', '215450.143000', '215450.146000', '215450.148000', '215450.151000', '215450.153000', '215450.156000', '215450.158000', '215450.161000', '215450.163000', '215450.166000', '215510.044000', '215510.047000', '215510.050000', '215510.052000', '215510.055000', '215510.058000', '215510.060000', '215510.063000', '215510.065000', '215510.068000', '215510.070000', '215510.073000', '215510.075000', '215510.078000', '215510.081000', '215510.083000', '215510.086000', '215510.089000', '215510.093000', '215510.095000', '215510.098000', '215510.101000', '215510.103000', '215510.106000', '215510.108000', '215510.111000', '215510.113000', '215510.116000', '215510.119000', '215510.121000', '215510.124000', '215510.127000', '215510.129000', '215510.132000', '215510.134000', '215510.137000', '215510.140000', '215510.142000', '215510.145000', '215510.148000', '215510.150000', '215510.153000', '215510.155000', '215530.044000', '215530.047000', '215530.050000', '215530.052000', '215530.055000', '215530.058000', '215530.061000', '215530.063000', '215530.066000', '215530.068000', '215530.071000', '215530.073000', '215530.076000', '215530.079000', '215530.081000', '215530.084000', '215530.086000', '215530.089000', '215530.092000', '215530.094000', '215530.097000', '215530.099000', '215530.102000', '215530.104000', '215530.107000', '215530.110000', '215530.112000', '215530.115000', '215530.118000', '215530.120000', '215530.123000', '215530.125000', '215530.128000', '215530.130000', '215530.133000', '215530.135000', '215530.138000', '215530.141000', '215530.143000', '215530.146000', '215530.152000', '215530.155000', '215530.157000', '215530.160000', '215550.043000', '215550.094000', '215550.097000', '215550.099000', '215550.102000', '215550.104000', '215550.107000', '215550.110000', '215550.112000', '215550.115000', '215550.117000', '215550.120000', '215550.122000', '215550.125000', '215550.128000', '215550.130000', '215550.133000', '215550.135000', '215550.138000', '215550.140000', '215550.143000', '215550.146000', '215550.148000', '215550.151000', '215550.153000', '215550.156000', '215550.159000', '215550.161000', '215550.164000', '215550.166000', '215550.169000', '215550.171000', '215550.174000', '215550.177000', '215550.179000', '215550.182000', '215550.184000', '215550.187000', '215550.189000', '215550.192000', '215550.195000', '215550.197000', '215550.200000', '215610.043000', '215610.046000', '215610.049000', '215610.051000', '215610.054000', '215610.057000', '215610.059000', '215610.062000', '215610.064000', '215610.067000', '215610.069000', '215610.072000', '215610.074000', '215610.077000', '215610.080000', '215610.082000', '215610.085000', '215610.087000', '215610.090000', '215610.092000', '215610.095000', '215610.098000', '215610.100000', '215610.103000', '215610.105000', '215610.108000', '215610.110000', '215610.113000', '215610.115000', '215610.118000', '215610.121000', '215610.123000', '215610.126000', '215610.128000', '215610.131000', '215610.133000', '215610.136000', '215610.139000', '215610.141000', '215610.144000', '215610.146000', '215610.149000', '215610.152000', '215610.154000', '215630.044000', '215630.047000', '215630.050000', '215630.052000', '215630.055000', '215630.058000', '215630.060000', '215630.063000', '215630.065000', '215630.086000', '215630.088000', '215630.092000', '215630.095000', '215630.098000', '215630.100000', '215630.103000', '215630.106000', '215630.108000', '215630.111000', '215630.113000', '215630.116000', '215630.118000', '215630.121000', '215630.123000', '215630.126000', '215630.129000', '215630.132000', '215630.135000', '215630.137000', '215630.140000', '215630.143000', '215630.146000', '215630.148000', '215630.151000', '215630.153000', '215630.156000', '215630.158000', '215630.161000', '215630.164000', '215630.166000', '215630.169000', '215630.172000', '215630.174000', '215650.044000', '215650.047000', '215650.050000', '215650.052000', '215650.055000', '215650.058000', '215650.060000', '215650.063000', '215650.065000', '215650.068000', '215650.071000', '215650.073000', '215650.076000', '215650.078000', '215650.081000', '215650.084000', '215650.086000', '215650.089000', '215650.091000', '215650.094000', '215650.097000', '215650.099000', '215650.102000', '215650.104000', '215650.107000', '215650.110000', '215650.112000', '215650.115000', '215650.117000', '215650.120000', '215650.123000', '215650.125000', '215650.128000', '215650.130000', '215650.133000', '215650.135000', '215650.138000', '215650.141000', '215650.143000', '215650.146000', '215650.148000', '215650.151000', '215650.153000', '215650.156000', '215710.044000', '215710.047000', '215710.050000', '215710.052000', '215710.055000', '215710.057000', '215710.060000', '215710.063000', '215710.065000', '215710.068000', '215710.070000', '215710.073000', '215710.076000', '215710.078000', '215710.081000', '215710.083000', '215710.086000', '215710.088000', '215710.091000', '215710.093000', '215710.096000', '215710.099000', '215710.101000', '215710.104000', '215710.108000', '215710.111000', '215710.114000', '215710.117000', '215710.120000', '215710.123000', '215710.125000', '215710.128000', '215710.130000', '215710.133000', '215710.136000', '215710.138000', '215710.141000', '215710.143000', '215710.146000', '215710.148000', '215710.151000', '215710.154000', '215710.156000', '215730.044000', '215730.047000', '215730.050000', '215730.053000', '215730.055000', '215730.058000', '215730.060000', '215730.063000', '215730.065000', '215730.068000', '215730.071000', '215730.073000', '215730.076000', '215730.078000', '215730.081000', '215730.083000', '215730.086000', '215730.089000', '215730.091000', '215730.094000', '215730.096000', '215730.099000', '215730.101000', '215730.104000', '215730.107000', '215730.109000', '215730.112000', '215730.114000', '215730.117000', '215730.119000', '215730.122000', '215730.124000', '215730.127000', '215730.130000', '215730.132000', '215730.135000', '215730.137000', '215730.140000', '215730.143000', '215730.145000', '215730.148000', '215730.150000', '215730.153000', '215730.155000', '215750.045000', '215750.047000', '215750.050000', '215750.053000', '215750.055000', '215750.058000', '215750.060000', '215750.063000', '215750.066000', '215750.068000', '215750.071000', '215750.073000', '215750.102000', '215750.104000', '215750.107000', '215750.109000', '215750.112000', '215750.115000', '215750.117000', '215750.120000', '215750.135000', '215750.137000', '215750.140000', '215750.142000', '215750.145000', '215750.148000', '215750.151000', '215750.154000', '215750.157000', '215750.160000', '215750.162000', '215750.165000', '215750.167000', '215750.171000', '215750.174000', '215750.177000', '215750.180000', '215750.182000', '215750.185000', '215750.187000', '215750.190000', '215750.193000', '215750.195000', '215808.499000', '215808.502000', '215808.505000', '215808.507000', '215808.510000', '215808.512000', '215808.515000', '215808.518000', '215808.520000', '215808.523000', '215808.526000', '215808.528000', '215808.531000', '215808.533000', '215808.536000', '215808.539000', '215808.542000', '215808.545000', '215808.548000', '215808.551000', '215808.553000', '215808.556000', '215808.559000', '215808.562000', '215808.564000', '215808.567000', '215808.570000', '215808.572000', '215808.575000', '215808.578000', '215808.582000', '215808.584000', '215808.588000', '215808.591000', '215808.594000', '215808.596000', '215808.599000', '215808.602000', '215808.605000', '215808.608000', '215808.611000'], 'InstanceNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872], 'LargestImagePixelValue': [11747, 9736, 15147, 17993, 12409, 15572, 10933, 12058, 16298, 11328, 14864, 10352, 14986, 10446, 15126, 10829, 14955, 10369, 14639, 10669, 14700, 11384, 14444, 10811, 13903, 10779, 15461, 11321, 15998, 11126, 14311, 10598, 13447, 10151, 13067, 9978, 12630, 9536, 12656, 9626, 11966, 9236, 12375, 9317, 12717, 9647, 12681, 9337, 12906, 8970, 13034, 8703, 13010, 9023, 11924, 13346, 10089, 15467, 11031, 13963, 9102, 11610, 8934, 11449, 8907, 11463, 9048, 11120, 8916, 11397, 8894, 11690, 9325, 11616, 9230, 12243, 11389, 12701, 12049, 12050, 15654, 11626, 15024, 11375, 14449, 11435, 12029, 14052, 9768, 14405, 10394, 15732, 12103, 16800, 12753, 17066, 12262, 16704, 12805, 16437, 12074, 15879, 10000, 15911, 12392, 13677, 14486, 11204, 16316, 11052, 15024, 10710, 14732, 10124, 13725, 8925, 13693, 9104, 14412, 9207, 13735, 9094, 12614, 11695, 11723, 15489, 11030, 15162, 10391, 14059, 9825, 14292, 9251, 13494, 9683, 13749, 10391, 13023, 9630, 14245, 10816, 16530, 12013, 16225, 12093, 15303, 10117, 16321, 12134, 13836, 13297, 11443, 14975, 10741, 15677, 11218, 14024, 10305, 12679, 10183, 11678, 11503, 10994, 11452, 14014, 10762, 15863, 11709, 14678, 10495, 13311, 9425, 12879, 9641, 12928, 9320, 12633, 9371, 14154, 10806, 14720, 10519, 14415, 10800, 14845, 16613, 12361, 16152, 10227, 14489, 16585, 12426, 15703, 10861, 12544, 16083, 10566, 13569, 8972, 11703, 13208, 9576, 14455, 9931, 12490, 9539, 12370, 9237, 11686, 8735, 11601, 9263, 12661, 9502, 12937, 9137, 14753, 9960, 14606, 10908, 14428, 12091, 14687, 9093, 14903, 11194, 14918, 13907, 10147, 14518, 9994, 15010, 11908, 15864, 11769, 14538, 10579, 14688, 11289, 14584, 10308, 13240, 9175, 14358, 11171, 12523, 10424, 11489, 10338, 11076, 11828, 11402, 10342, 11105, 10649, 12164, 10314, 12684, 8931, 12869, 8977, 13491, 10199, 13696, 10636, 12709, 11485, 12175, 11083, 12842, 9614, 12627, 9888, 13315, 9782, 13738, 9974, 13140, 10909, 12774, 15156, 12464, 15417, 11214, 12666, 11844, 9457, 13490, 9421, 13328, 10589, 9119, 12725, 9237, 11614, 10695, 10329, 14001, 10210, 15096, 12493, 15218, 16014, 14023, 15423, 13074, 11910, 13530, 10050, 14008, 11457, 15473, 10102, 11810, 10309, 9845, 13240, 8609, 13718, 8825, 13668, 9738, 13626, 9870, 13783, 9676, 13630, 10116, 13444, 8909, 11978, 8742, 12853, 8675, 12816, 8678, 12478, 8700, 13465, 9332, 13262, 9373, 12824, 9712, 13455, 9298, 13669, 8970, 13423, 9525, 14229, 10747, 13156, 9826, 10914, 11304, 9748, 13385, 8923, 13615, 9949, 13815, 11434, 13703, 12896, 10977, 15330, 10800, 14888, 11016, 13976, 9862, 12836, 9394, 12428, 9582, 9644, 9561, 9747, 11212, 12034, 12046, 9809, 12517, 10798, 12334, 15768, 13002, 16916, 12304, 15008, 10616, 15796, 10452, 13877, 12063, 11458, 15417, 11184, 13864, 10043, 12539, 9105, 11767, 9182, 9337, 10139, 8703, 12269, 9172, 12704, 14310, 12758, 17108, 11994, 15971, 10798, 15542, 14520, 11837, 16946, 11641, 13788, 10391, 14111, 10344, 13201, 9727, 12664, 9439, 13194, 9815, 13470, 9755, 13332, 9727, 14251, 10679, 14469, 10179, 12860, 9543, 13475, 9835, 13097, 10396, 10916, 12922, 10400, 14445, 10138, 14833, 10449, 13291, 9234, 13365, 10261, 11137, 13388, 9861, 15220, 11223, 14081, 9670, 12724, 9052, 13096, 8668, 12588, 8872, 11363, 10271, 11365, 8687, 11285, 8928, 11331, 8710, 12145, 8671, 12302, 8731, 13403, 10627, 15057, 11019, 14568, 11133, 15220, 11914, 15730, 11511, 14800, 10825, 15044, 11314, 14133, 9809, 13278, 9469, 13548, 10054, 14102, 9865, 12997, 8637, 13082, 10117, 12235, 15630, 11166, 15238, 10515, 13031, 9767, 13228, 9336, 13212, 9229, 12560, 9406, 13054, 9523, 13424, 8642, 12861, 8900, 14040, 12012, 12786, 16838, 11843, 14630, 9391, 13955, 12453, 11944, 16044, 11137, 13319, 9751, 12803, 9217, 12963, 9457, 13000, 9821, 11917, 9664, 12525, 10607, 15202, 11946, 15754, 12330, 16746, 12518, 15884, 12533, 15400, 10825, 15045, 9913, 16064, 11327, 14205, 10559, 12503, 11485, 12671, 11078, 12909, 9175, 14777, 9352, 11328, 10619, 9233, 14521, 9619, 9623, 13813, 10092, 8733, 13187, 17012, 11868, 14448, 9615, 12759, 13832, 10595, 15111, 11242, 14868, 11238, 14275, 10758, 13997, 10530, 14413, 11096, 14713, 10840, 14059, 9946, 13701, 10090, 14041, 10209, 13790, 10186, 12896, 10153, 13146, 9963, 12550, 9858, 11654, 9426, 12311, 9518, 12345, 9519, 12195, 9407, 12710, 9523, 12889, 9573, 12829, 9147, 13176, 9161, 12841, 8983, 12103, 9090, 12786, 8826, 12555, 9027, 11984, 8905, 13391, 8949, 13059, 9084, 13110, 8648, 14063, 9587, 13664, 9245, 13153, 9592, 13837, 9811, 14523, 10154, 14063, 10826, 14559, 10763, 14228, 10466, 14191, 10736, 14551, 10116, 14664, 11678, 14877, 10548, 9810, 13699, 9695, 9047, 10492, 8758, 10954, 10750, 12377, 11312, 17323, 13378, 15824, 10321, 14916, 10580, 13224, 15571, 10630, 15732, 10580, 13835, 9655, 11778, 15371, 11768, 12903, 9096, 11670, 9049, 11074, 8839, 11372, 8833, 8838, 10384, 9052, 12049, 10357, 13904, 10609, 14890, 12047, 15808, 10224, 15385, 11548, 14092, 17703, 13918, 16476, 11949, 13932, 10633, 14528, 11009, 12697, 10182, 9572, 12553, 9410, 14372, 9896, 14700, 10120, 14542, 10517, 15756, 10883, 13818, 11282, 12645, 14707, 12433, 15583, 11244, 15781, 11550, 14872, 11302, 14945, 10056, 13560, 8597, 13806, 8941, 13872, 8873, 13641, 10090, 11281, 12090, 8770, 13919, 9788, 14492, 10986, 16029, 12665, 15747, 11083, 15952, 10523, 13861, 14753, 12997, 17399, 12185, 13675, 9742, 13468, 9579, 14195, 9759, 14862, 11757, 9400, 12325, 8767, 10210, 10142, 9256, 12258, 9606, 14960, 10935, 16851, 12653, 16964, 11778, 16390, 11199, 17186, 11786, 16153, 12681, 15620, 12757, 10782, 12840, 10419, 13469, 11256, 13579, 11769, 14013, 13609, 11549, 15623, 12125, 14356, 11072, 14155, 9545, 13205, 9340, 12434, 9609, 12348, 9325, 12039, 9820, 12066, 10035, 13657, 10229, 14449, 11430, 16607, 12921, 14952, 12341, 10898, 14394, 10340, 15269, 11739, 16064, 12770, 11351, 15429, 12072, 16929, 13670, 17766, 13330, 17330, 11698, 17185, 11622, 16539, 11679, 14417, 14679, 11915, 16466, 12505, 14849], 'WindowCenter': [5058.0, 5033.0, 5071.0, 5052.0, 4995.0, 5005.0, 4962.0, 4981.0, 4999.0, 4969.0, 4979.0, 4948.0, 4977.0, 4946.0, 4976.0, 4944.0, 4961.0, 4932.0, 4950.0, 4934.0, 4962.0, 4943.0, 4963.0, 4935.0, 4952.0, 4944.0, 4963.0, 4932.0, 4960.0, 4931.0, 4951.0, 4932.0, 4951.0, 4933.0, 4951.0, 4933.0, 4952.0, 4924.0, 4951.0, 4932.0, 4943.0, 4935.0, 4955.0, 4937.0, 4963.0, 4947.0, 4966.0, 4937.0, 4967.0, 4940.0, 4976.0, 4939.0, 4966.0, 4939.0, 4969.0, 4976.0, 4961.0, 4989.0, 4967.0, 4987.0, 4951.0, 4968.0, 4950.0, 4970.0, 4951.0, 4981.0, 4963.0, 4983.0, 4965.0, 4997.0, 4977.0, 5007.0, 4989.0, 5006.0, 4979.0, 5020.0, 4997.0, 5018.0, 5009.0, 5007.0, 5027.0, 4998.0, 5015.0, 4997.0, 5015.0, 5009.0, 5020.0, 5029.0, 5001.0, 5016.0, 4999.0, 5026.0, 5006.0, 5026.0, 5007.0, 5013.0, 4997.0, 5017.0, 4994.0, 5013.0, 4984.0, 5002.0, 4952.0, 5002.0, 4970.0, 4978.0, 4989.0, 4957.0, 4987.0, 4959.0, 4987.0, 4958.0, 4988.0, 4961.0, 4978.0, 4940.0, 4990.0, 4941.0, 4989.0, 4951.0, 4990.0, 4951.0, 4979.0, 4969.0, 4970.0, 5000.0, 4972.0, 5000.0, 4984.0, 5004.0, 4973.0, 5002.0, 4965.0, 4990.0, 4975.0, 5004.0, 4986.0, 5005.0, 4988.0, 5016.0, 5000.0, 5027.0, 5008.0, 5028.0, 5008.0, 5014.0, 4974.0, 5016.0, 4983.0, 4993.0, 4991.0, 4972.0, 4987.0, 4972.0, 4999.0, 4970.0, 4990.0, 4960.0, 4980.0, 4963.0, 4971.0, 4972.0, 4971.0, 4982.0, 5002.0, 4973.0, 5001.0, 4971.0, 4989.0, 4975.0, 4988.0, 4951.0, 4992.0, 4964.0, 5004.0, 4978.0, 5005.0, 4990.0, 5017.0, 5000.0, 5019.0, 4999.0, 5019.0, 4987.0, 5018.0, 5015.0, 4995.0, 5004.0, 4963.0, 4993.0, 5000.0, 4970.0, 4989.0, 4960.0, 4970.0, 4987.0, 4959.0, 4967.0, 4926.0, 4966.0, 4978.0, 4949.0, 4985.0, 4958.0, 4978.0, 4962.0, 4991.0, 4974.0, 5005.0, 4978.0, 4997.0, 4989.0, 5005.0, 4989.0, 5018.0, 4978.0, 5018.0, 4989.0, 5018.0, 4988.0, 5019.0, 5008.0, 5016.0, 4967.0, 5013.0, 4985.0, 5014.0, 4994.0, 4974.0, 4992.0, 4963.0, 5003.0, 4972.0, 5002.0, 4983.0, 4978.0, 4959.0, 4979.0, 4958.0, 4976.0, 4949.0, 4967.0, 4950.0, 4978.0, 4947.0, 4967.0, 4948.0, 4957.0, 4935.0, 4957.0, 4955.0, 4959.0, 4948.0, 4958.0, 4947.0, 4968.0, 4948.0, 4969.0, 4937.0, 4968.0, 4939.0, 4980.0, 4949.0, 4979.0, 4962.0, 4968.0, 4957.0, 4969.0, 4959.0, 4968.0, 4964.0, 4981.0, 4960.0, 5004.0, 4961.0, 4990.0, 4960.0, 4980.0, 4960.0, 4983.0, 4991.0, 4983.0, 5001.0, 4970.0, 4980.0, 4984.0, 4962.0, 4990.0, 4965.0, 4991.0, 4975.0, 4967.0, 5007.0, 4992.0, 5008.0, 4999.0, 4990.0, 5017.0, 4988.0, 5018.0, 4996.0, 5017.0, 5018.0, 4996.0, 5003.0, 4994.0, 4982.0, 4991.0, 4963.0, 4989.0, 4972.0, 4990.0, 4962.0, 4970.0, 4959.0, 4961.0, 4992.0, 4955.0, 4992.0, 4951.0, 4992.0, 4964.0, 4992.0, 4976.0, 4992.0, 4963.0, 4992.0, 4960.0, 4992.0, 4953.0, 4971.0, 4943.0, 4981.0, 4952.0, 4980.0, 4941.0, 4979.0, 4942.0, 4982.0, 4952.0, 4981.0, 4951.0, 4979.0, 4951.0, 4979.0, 4952.0, 4990.0, 4950.0, 4979.0, 4952.0, 4990.0, 4971.0, 4993.0, 4963.0, 4971.0, 4983.0, 4963.0, 4994.0, 4965.0, 4992.0, 4961.0, 4993.0, 4970.0, 4991.0, 4980.0, 4959.0, 4988.0, 4961.0, 4988.0, 4960.0, 4988.0, 4961.0, 4967.0, 4960.0, 4991.0, 4964.0, 4975.0, 4976.0, 4975.0, 5008.0, 5007.0, 4996.0, 4988.0, 5006.0, 4985.0, 4998.0, 5015.0, 4994.0, 5015.0, 4983.0, 4991.0, 4961.0, 4991.0, 4961.0, 4979.0, 4969.0, 4970.0, 4987.0, 4957.0, 4977.0, 4947.0, 4977.0, 4950.0, 4980.0, 4964.0, 4976.0, 4986.0, 4967.0, 4996.0, 4978.0, 5009.0, 5016.0, 4997.0, 5016.0, 4984.0, 5003.0, 4973.0, 5002.0, 4979.0, 4971.0, 4999.0, 4957.0, 4967.0, 4949.0, 4975.0, 4948.0, 4978.0, 4949.0, 4966.0, 4949.0, 4978.0, 4959.0, 4991.0, 4960.0, 4978.0, 4952.0, 4990.0, 4961.0, 4990.0, 4961.0, 4966.0, 4948.0, 4979.0, 4948.0, 4968.0, 4947.0, 4945.0, 4964.0, 4947.0, 4976.0, 4947.0, 4974.0, 4946.0, 4966.0, 4926.0, 4965.0, 4946.0, 4946.0, 4963.0, 4936.0, 4974.0, 4955.0, 4965.0, 4935.0, 4965.0, 4936.0, 4966.0, 4938.0, 4968.0, 4938.0, 4968.0, 4959.0, 4970.0, 4953.0, 4982.0, 4953.0, 4984.0, 4965.0, 4993.0, 4968.0, 4995.0, 4965.0, 5004.0, 4986.0, 5015.0, 4986.0, 5001.0, 4985.0, 5001.0, 4985.0, 5014.0, 4984.0, 4992.0, 4972.0, 4989.0, 4970.0, 4991.0, 4961.0, 4977.0, 4951.0, 4980.0, 4949.0, 4979.0, 4961.0, 4979.0, 4940.0, 4979.0, 4960.0, 4969.0, 4987.0, 4957.0, 4986.0, 4956.0, 4966.0, 4950.0, 4975.0, 4951.0, 4978.0, 4961.0, 4980.0, 4963.0, 4990.0, 4974.0, 4992.0, 4954.0, 4994.0, 4954.0, 5004.0, 4982.0, 4991.0, 5012.0, 4982.0, 5002.0, 4968.0, 4991.0, 4980.0, 4969.0, 4998.0, 4971.0, 4989.0, 4963.0, 4990.0, 4974.0, 5002.0, 4977.0, 5014.0, 4990.0, 5006.0, 5000.0, 5006.0, 4999.0, 5028.0, 5008.0, 5026.0, 5008.0, 5014.0, 4996.0, 5014.0, 4984.0, 5003.0, 4970.0, 4992.0, 4948.0, 5000.0, 4959.0, 4990.0, 4959.0, 4968.0, 4957.0, 4978.0, 4969.0, 4980.0, 4936.0, 4989.0, 4962.0, 4983.0, 4972.0, 4964.0, 4991.0, 4962.0, 4962.0, 4978.0, 4950.0, 4951.0, 4993.0, 5001.0, 4972.0, 5004.0, 4952.0, 4981.0, 4977.0, 4948.0, 4977.0, 4958.0, 4977.0, 4946.0, 4965.0, 4934.0, 4952.0, 4922.0, 4951.0, 4931.0, 4949.0, 4921.0, 4927.0, 4906.0, 4926.0, 4909.0, 4936.0, 4909.0, 4935.0, 4908.0, 4925.0, 4919.0, 4939.0, 4934.0, 4940.0, 4921.0, 4930.0, 4923.0, 4942.0, 4936.0, 4954.0, 4934.0, 4953.0, 4948.0, 4966.0, 4949.0, 4968.0, 4949.0, 4966.0, 4940.0, 4978.0, 4939.0, 4967.0, 4940.0, 4967.0, 4938.0, 4979.0, 4940.0, 4979.0, 4949.0, 4969.0, 4940.0, 4991.0, 4949.0, 4980.0, 4951.0, 4979.0, 4953.0, 4991.0, 4963.0, 5003.0, 4965.0, 4993.0, 4976.0, 5004.0, 4977.0, 5003.0, 4974.0, 5004.0, 4986.0, 5003.0, 4984.0, 4993.0, 4974.0, 5005.0, 4972.0, 4993.0, 4988.0, 5004.0, 4998.0, 4991.0, 4974.0, 4962.0, 4993.0, 4939.0, 4966.0, 4975.0, 4968.0, 4986.0, 4987.0, 4997.0, 4987.0, 5015.0, 4984.0, 4994.0, 4950.0, 4979.0, 4951.0, 4982.0, 4978.0, 4949.0, 4976.0, 4936.0, 4966.0, 4925.0, 4955.0, 4964.0, 4945.0, 4955.0, 4928.0, 4959.0, 4940.0, 4956.0, 4941.0, 4972.0, 4966.0, 4964.0, 4976.0, 4955.0, 4985.0, 4978.0, 5004.0, 4975.0, 5006.0, 4986.0, 5004.0, 4964.0, 4993.0, 4959.0, 4992.0, 4989.0, 4969.0, 4987.0, 4959.0, 4966.0, 4951.0, 4977.0, 4960.0, 4979.0, 4960.0, 4950.0, 4984.0, 4953.0, 5001.0, 4976.0, 4991.0, 4963.0, 4994.0, 4962.0, 4991.0, 4962.0, 4980.0, 4947.0, 4970.0, 4977.0, 4968.0, 4988.0, 4959.0, 4976.0, 4959.0, 4978.0, 4948.0, 4977.0, 4950.0, 4967.0, 4940.0, 4979.0, 4938.0, 4977.0, 4951.0, 4989.0, 4960.0, 4970.0, 4980.0, 4954.0, 4992.0, 4974.0, 4991.0, 4975.0, 5004.0, 4983.0, 4992.0, 4971.0, 4989.0, 4949.0, 4980.0, 4977.0, 4967.0, 4988.0, 4956.0, 4966.0, 4949.0, 4981.0, 4939.0, 4964.0, 4938.0, 4991.0, 4970.0, 4951.0, 4968.0, 4943.0, 4964.0, 4963.0, 4953.0, 4971.0, 4954.0, 4992.0, 4964.0, 5002.0, 4973.0, 4992.0, 4962.0, 4993.0, 4950.0, 4990.0, 4948.0, 4965.0, 4958.0, 4967.0, 4958.0, 4937.0, 4956.0, 4935.0, 4954.0, 4933.0, 4943.0, 4933.0, 4955.0, 4941.0, 4932.0, 4952.0, 4943.0, 4951.0, 4935.0, 4953.0, 4923.0, 4952.0, 4926.0, 4945.0, 4938.0, 4957.0, 4940.0, 4958.0, 4952.0, 4960.0, 4953.0, 4969.0, 4949.0, 4979.0, 4962.0, 4989.0, 4972.0, 4991.0, 4971.0, 4961.0, 4991.0, 4953.0, 4993.0, 4971.0, 4991.0, 4984.0, 4974.0, 4992.0, 4974.0, 5002.0, 4982.0, 5002.0, 4971.0, 4990.0, 4959.0, 4989.0, 4946.0, 4975.0, 4947.0, 4954.0, 4952.0, 4943.0, 4962.0, 4944.0, 4964.0], 'WindowWidth': [10988.0, 10943.0, 10992.0, 10951.0, 10852.0, 10865.0, 10796.0, 10822.0, 10848.0, 10804.0, 10818.0, 10771.0, 10811.0, 10764.0, 10805.0, 10756.0, 10777.0, 10737.0, 10760.0, 10744.0, 10779.0, 10754.0, 10781.0, 10744.0, 10764.0, 10758.0, 10784.0, 10738.0, 10775.0, 10734.0, 10763.0, 10738.0, 10763.0, 10742.0, 10762.0, 10741.0, 10767.0, 10728.0, 10765.0, 10742.0, 10754.0, 10746.0, 10776.0, 10752.0, 10786.0, 10771.0, 10791.0, 10756.0, 10795.0, 10763.0, 10809.0, 10760.0, 10794.0, 10759.0, 10799.0, 10807.0, 10792.0, 10831.0, 10800.0, 10824.0, 10780.0, 10800.0, 10779.0, 10806.0, 10781.0, 10823.0, 10803.0, 10831.0, 10808.0, 10858.0, 10829.0, 10869.0, 10849.0, 10869.0, 10833.0, 10895.0, 10857.0, 10889.0, 10876.0, 10870.0, 10901.0, 10858.0, 10880.0, 10855.0, 10879.0, 10881.0, 10897.0, 10905.0, 10868.0, 10883.0, 10863.0, 10899.0, 10869.0, 10896.0, 10870.0, 10875.0, 10854.0, 10884.0, 10847.0, 10873.0, 10831.0, 10854.0, 10782.0, 10856.0, 10805.0, 10815.0, 10830.0, 10785.0, 10824.0, 10786.0, 10825.0, 10785.0, 10829.0, 10795.0, 10814.0, 10763.0, 10833.0, 10766.0, 10830.0, 10782.0, 10833.0, 10780.0, 10817.0, 10804.0, 10807.0, 10849.0, 10812.0, 10854.0, 10835.0, 10861.0, 10816.0, 10856.0, 10809.0, 10834.0, 10822.0, 10863.0, 10839.0, 10867.0, 10847.0, 10883.0, 10866.0, 10900.0, 10873.0, 10903.0, 10871.0, 10875.0, 10816.0, 10879.0, 10827.0, 10841.0, 10838.0, 10810.0, 10825.0, 10811.0, 10846.0, 10806.0, 10835.0, 10792.0, 10818.0, 10800.0, 10808.0, 10809.0, 10807.0, 10828.0, 10854.0, 10813.0, 10852.0, 10809.0, 10832.0, 10819.0, 10829.0, 10783.0, 10839.0, 10806.0, 10861.0, 10834.0, 10865.0, 10851.0, 10888.0, 10864.0, 10890.0, 10863.0, 10889.0, 10841.0, 10886.0, 10880.0, 10848.0, 10861.0, 10800.0, 10841.0, 10851.0, 10803.0, 10832.0, 10789.0, 10805.0, 10827.0, 10787.0, 10798.0, 10737.0, 10794.0, 10815.0, 10777.0, 10820.0, 10788.0, 10813.0, 10799.0, 10842.0, 10821.0, 10866.0, 10835.0, 10855.0, 10851.0, 10868.0, 10848.0, 10888.0, 10833.0, 10887.0, 10850.0, 10890.0, 10844.0, 10889.0, 10871.0, 10881.0, 10814.0, 10872.0, 10836.0, 10876.0, 10844.0, 10817.0, 10840.0, 10799.0, 10859.0, 10811.0, 10852.0, 10826.0, 10815.0, 10786.0, 10815.0, 10782.0, 10808.0, 10772.0, 10793.0, 10778.0, 10814.0, 10765.0, 10795.0, 10768.0, 10780.0, 10744.0, 10780.0, 10774.0, 10782.0, 10769.0, 10782.0, 10766.0, 10798.0, 10770.0, 10802.0, 10758.0, 10798.0, 10758.0, 10818.0, 10772.0, 10812.0, 10795.0, 10800.0, 10781.0, 10802.0, 10784.0, 10798.0, 10803.0, 10821.0, 10793.0, 10860.0, 10795.0, 10832.0, 10789.0, 10818.0, 10790.0, 10825.0, 10837.0, 10827.0, 10849.0, 10804.0, 10817.0, 10830.0, 10796.0, 10835.0, 10805.0, 10834.0, 10821.0, 10811.0, 10868.0, 10859.0, 10874.0, 10865.0, 10848.0, 10884.0, 10843.0, 10887.0, 10849.0, 10882.0, 10887.0, 10848.0, 10855.0, 10843.0, 10824.0, 10834.0, 10799.0, 10834.0, 10807.0, 10836.0, 10797.0, 10803.0, 10790.0, 10793.0, 10837.0, 10792.0, 10837.0, 10781.0, 10839.0, 10801.0, 10842.0, 10823.0, 10838.0, 10803.0, 10840.0, 10792.0, 10838.0, 10784.0, 10807.0, 10770.0, 10819.0, 10783.0, 10819.0, 10766.0, 10816.0, 10769.0, 10823.0, 10783.0, 10822.0, 10778.0, 10817.0, 10779.0, 10817.0, 10783.0, 10833.0, 10779.0, 10814.0, 10783.0, 10834.0, 10808.0, 10841.0, 10801.0, 10808.0, 10829.0, 10799.0, 10844.0, 10807.0, 10839.0, 10796.0, 10842.0, 10804.0, 10836.0, 10818.0, 10789.0, 10827.0, 10792.0, 10830.0, 10789.0, 10828.0, 10794.0, 10796.0, 10794.0, 10838.0, 10804.0, 10823.0, 10825.0, 10822.0, 10876.0, 10871.0, 10854.0, 10846.0, 10869.0, 10836.0, 10857.0, 10881.0, 10846.0, 10879.0, 10829.0, 10837.0, 10792.0, 10838.0, 10792.0, 10815.0, 10800.0, 10803.0, 10828.0, 10784.0, 10810.0, 10771.0, 10812.0, 10777.0, 10822.0, 10804.0, 10829.0, 10838.0, 10814.0, 10851.0, 10830.0, 10877.0, 10879.0, 10855.0, 10882.0, 10831.0, 10859.0, 10814.0, 10854.0, 10817.0, 10806.0, 10845.0, 10781.0, 10795.0, 10773.0, 10805.0, 10769.0, 10812.0, 10776.0, 10791.0, 10776.0, 10817.0, 10790.0, 10837.0, 10794.0, 10813.0, 10783.0, 10834.0, 10792.0, 10833.0, 10795.0, 10796.0, 10771.0, 10816.0, 10770.0, 10800.0, 10767.0, 10763.0, 10788.0, 10768.0, 10807.0, 10769.0, 10802.0, 10764.0, 10792.0, 10736.0, 10790.0, 10763.0, 10763.0, 10783.0, 10751.0, 10801.0, 10776.0, 10790.0, 10751.0, 10790.0, 10753.0, 10793.0, 10761.0, 10799.0, 10756.0, 10800.0, 10788.0, 10803.0, 10787.0, 10826.0, 10787.0, 10831.0, 10807.0, 10846.0, 10818.0, 10850.0, 10810.0, 10863.0, 10839.0, 10878.0, 10840.0, 10855.0, 10836.0, 10857.0, 10834.0, 10876.0, 10833.0, 10841.0, 10813.0, 10835.0, 10807.0, 10837.0, 10795.0, 10811.0, 10779.0, 10821.0, 10775.0, 10818.0, 10796.0, 10816.0, 10763.0, 10818.0, 10793.0, 10803.0, 10825.0, 10782.0, 10820.0, 10780.0, 10793.0, 10777.0, 10807.0, 10781.0, 10815.0, 10796.0, 10820.0, 10804.0, 10837.0, 10820.0, 10842.0, 10792.0, 10846.0, 10789.0, 10859.0, 10825.0, 10837.0, 10869.0, 10824.0, 10855.0, 10815.0, 10839.0, 10819.0, 10803.0, 10844.0, 10809.0, 10833.0, 10802.0, 10834.0, 10822.0, 10856.0, 10829.0, 10879.0, 10851.0, 10871.0, 10868.0, 10869.0, 10864.0, 10903.0, 10874.0, 10899.0, 10872.0, 10877.0, 10853.0, 10878.0, 10832.0, 10860.0, 10809.0, 10841.0, 10774.0, 10851.0, 10788.0, 10834.0, 10790.0, 10798.0, 10781.0, 10813.0, 10803.0, 10819.0, 10752.0, 10831.0, 10802.0, 10833.0, 10815.0, 10807.0, 10835.0, 10797.0, 10795.0, 10811.0, 10775.0, 10780.0, 10841.0, 10853.0, 10811.0, 10863.0, 10782.0, 10820.0, 10810.0, 10771.0, 10811.0, 10781.0, 10808.0, 10761.0, 10787.0, 10742.0, 10765.0, 10720.0, 10763.0, 10732.0, 10756.0, 10718.0, 10720.0, 10691.0, 10716.0, 10699.0, 10733.0, 10699.0, 10731.0, 10697.0, 10716.0, 10715.0, 10744.0, 10744.0, 10746.0, 10720.0, 10730.0, 10727.0, 10750.0, 10752.0, 10771.0, 10747.0, 10771.0, 10772.0, 10793.0, 10776.0, 10797.0, 10774.0, 10795.0, 10762.0, 10811.0, 10760.0, 10796.0, 10762.0, 10796.0, 10757.0, 10816.0, 10762.0, 10815.0, 10776.0, 10803.0, 10763.0, 10835.0, 10776.0, 10820.0, 10781.0, 10816.0, 10786.0, 10835.0, 10803.0, 10856.0, 10807.0, 10842.0, 10825.0, 10859.0, 10826.0, 10858.0, 10820.0, 10860.0, 10837.0, 10858.0, 10833.0, 10842.0, 10818.0, 10862.0, 10812.0, 10840.0, 10846.0, 10861.0, 10859.0, 10838.0, 10814.0, 10795.0, 10839.0, 10756.0, 10807.0, 10819.0, 10816.0, 10837.0, 10840.0, 10851.0, 10840.0, 10873.0, 10826.0, 10842.0, 10774.0, 10814.0, 10775.0, 10819.0, 10810.0, 10767.0, 10805.0, 10745.0, 10788.0, 10727.0, 10773.0, 10784.0, 10757.0, 10772.0, 10740.0, 10784.0, 10756.0, 10775.0, 10764.0, 10808.0, 10808.0, 10802.0, 10820.0, 10790.0, 10831.0, 10828.0, 10859.0, 10818.0, 10863.0, 10832.0, 10858.0, 10802.0, 10844.0, 10787.0, 10836.0, 10831.0, 10798.0, 10823.0, 10783.0, 10790.0, 10775.0, 10807.0, 10788.0, 10815.0, 10790.0, 10774.0, 10830.0, 10783.0, 10850.0, 10820.0, 10834.0, 10797.0, 10844.0, 10795.0, 10835.0, 10795.0, 10816.0, 10766.0, 10803.0, 10810.0, 10796.0, 10824.0, 10785.0, 10806.0, 10784.0, 10809.0, 10768.0, 10808.0, 10775.0, 10795.0, 10761.0, 10816.0, 10753.0, 10808.0, 10780.0, 10830.0, 10792.0, 10804.0, 10818.0, 10787.0, 10841.0, 10819.0, 10835.0, 10820.0, 10858.0, 10824.0, 10838.0, 10808.0, 10830.0, 10771.0, 10818.0, 10809.0, 10795.0, 10827.0, 10777.0, 10790.0, 10773.0, 10820.0, 10756.0, 10784.0, 10753.0, 10832.0, 10803.0, 10778.0, 10797.0, 10767.0, 10798.0, 10796.0, 10781.0, 10803.0, 10782.0, 10835.0, 10798.0, 10847.0, 10806.0, 10833.0, 10789.0, 10837.0, 10771.0, 10825.0, 10764.0, 10786.0, 10777.0, 10788.0, 10777.0, 10747.0, 10770.0, 10739.0, 10766.0, 10735.0, 10749.0, 10733.0, 10765.0, 10742.0, 10730.0, 10761.0, 10747.0, 10758.0, 10738.0, 10762.0, 10722.0, 10760.0, 10730.0, 10754.0, 10751.0, 10776.0, 10756.0, 10779.0, 10775.0, 10783.0, 10781.0, 10795.0, 10770.0, 10813.0, 10793.0, 10825.0, 10805.0, 10829.0, 10801.0, 10789.0, 10832.0, 10780.0, 10834.0, 10801.0, 10831.0, 10825.0, 10812.0, 10836.0, 10810.0, 10850.0, 10820.0, 10851.0, 10803.0, 10829.0, 10781.0, 10827.0, 10759.0, 10800.0, 10759.0, 10767.0, 10762.0, 10751.0, 10776.0, 10749.0, 10779.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.01795817762399077</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.040424631372549015</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>5</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.97970187260962</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.4672492633256329</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.294456392032331</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4876</td></tr>
|
|
<tr><td colspan=3>fber</td><td>6389.3784</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.11064187946009488</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>52</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>5.997693194925029</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.613007848606136</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.559331757162594</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.765047388621588</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.5146444000342263</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0203971</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.0040656342171132565</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.027262359857559204</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>867</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>4.361837646234044</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>k</td><td>25.2294</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>49.7381</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>211.0984</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>55.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>295057.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>1023.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>420.7483</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>3.6947</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>561.3883</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>4195.9205</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>4384.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>81487.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1772.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>5342.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1005.0748</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>34.95333735598251</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> |