=== 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-0014 --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-0014",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
106 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
106 KiB
(Stored with Git Annex)
HTML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
|
|
<title>sub-0014_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-0014_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-0014_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-0014/figures/sub-0014_ses-04_task-social_acq-mb8_run-05_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0014/figures/sub-0014_ses-04_task-social_acq-mb8_run-05_desc-stdev_bold.svg" target="_blank">sub-0014/figures/sub-0014_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-0014_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-0014/figures/sub-0014_ses-04_task-social_acq-mb8_run-05_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0014/figures/sub-0014_ses-04_task-social_acq-mb8_run-05_desc-background_bold.svg" target="_blank">sub-0014/figures/sub-0014_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-0014_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-0014/figures/sub-0014_ses-04_task-social_acq-mb8_run-05_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0014/figures/sub-0014_ses-04_task-social_acq-mb8_run-05_desc-zoomed_bold.svg" target="_blank">sub-0014/figures/sub-0014_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-0014_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-0014/figures/sub-0014_ses-04_task-social_acq-mb8_run-05_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0014/figures/sub-0014_ses-04_task-social_acq-mb8_run-05_desc-carpet_bold.svg" target="_blank">sub-0014/figures/sub-0014_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-0014_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-0014/figures/sub-0014_ses-04_task-social_acq-mb8_run-05_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0014/figures/sub-0014_ses-04_task-social_acq-mb8_run-05_desc-mean_bold.svg" target="_blank">sub-0014/figures/sub-0014_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-0014_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-0014/figures/sub-0014_ses-04_task-social_acq-mb8_run-05_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0014/figures/sub-0014_ses-04_task-social_acq-mb8_run-05_desc-brainmask_bold.svg" target="_blank">sub-0014/figures/sub-0014_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-0014_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-0014/figures/sub-0014_ses-04_task-social_acq-mb8_run-05_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0014/figures/sub-0014_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-0014/figures/sub-0014_ses-04_task-social_acq-mb8_run-05_desc-norm_bold.svg" target="_blank">sub-0014/figures/sub-0014_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-0014/ses-04/func/sub-0014_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>6fb251d4f54c9bf993429757f6dedec3</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>16:26:47.087500</td></tr>
|
|
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
|
|
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
|
|
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
|
|
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
|
|
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
|
|
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
|
|
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
|
|
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
|
|
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
|
|
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
|
|
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
|
|
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
|
|
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.998139, 0.0506942, 0.0339003, -0.0489917, 0.997582, -0.0492936]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-05_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.0937489</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>20</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4151, -7758, -7264, 525, -85, -68, 56, 47]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>social</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>250.826</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>486adb0b-b477-4a43-8df4-f1bd9abcca2d||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
|
|
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6779332160949707, -0.1314411610364914, 0.09805664420127869, 115.45708465576172], [-0.13600872457027435, 2.6764397621154785, -0.1283607929944992, -81.21988677978516], [0.09095215052366257, 0.13225118815898895, 2.6951637268066406, -81.46595001220703], [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': ['162647.087500', '162647.547500', '162648.007500', '162648.467500', '162648.927500', '162649.387500', '162649.847500', '162650.307500', '162650.767500', '162651.227500', '162651.687500', '162652.147500', '162652.607500', '162653.067500', '162653.527500', '162653.987500', '162654.447500', '162654.907500', '162655.367500', '162655.827500', '162656.287500', '162656.747500', '162657.207500', '162657.667500', '162658.127500', '162658.587500', '162659.047500', '162659.507500', '162659.967500', '162700.427500', '162700.887500', '162701.347500', '162701.807500', '162702.267500', '162702.727500', '162703.187500', '162703.647500', '162704.107500', '162704.567500', '162705.027500', '162705.487500', '162705.947500', '162706.407500', '162706.867500', '162707.327500', '162707.787500', '162708.247500', '162708.707500', '162709.167500', '162709.627500', '162710.087500', '162710.547500', '162711.007500', '162711.467500', '162711.927500', '162712.387500', '162712.847500', '162713.307500', '162713.767500', '162714.227500', '162714.687500', '162715.147500', '162715.607500', '162716.067500', '162716.527500', '162716.987500', '162717.447500', '162717.907500', '162718.367500', '162718.827500', '162719.287500', '162719.747500', '162720.207500', '162720.667500', '162721.127500', '162721.587500', '162722.047500', '162722.507500', '162722.967500', '162723.427500', '162723.887500', '162724.347500', '162724.807500', '162725.267500', '162725.727500', '162726.187500', '162726.647500', '162727.107500', '162727.567500', '162728.027500', '162728.487500', '162728.947500', '162729.407500', '162729.867500', '162730.327500', '162730.787500', '162731.247500', '162731.707500', '162732.167500', '162732.627500', '162733.087500', '162733.547500', '162734.007500', '162734.467500', '162734.927500', '162735.387500', '162735.847500', '162736.307500', '162736.767500', '162737.227500', '162737.687500', '162738.147500', '162738.607500', '162739.067500', '162739.527500', '162739.987500', '162740.447500', '162740.907500', '162741.367500', '162741.827500', '162742.287500', '162742.747500', '162743.207500', '162743.667500', '162744.127500', '162744.587500', '162745.047500', '162745.507500', '162745.967500', '162746.427500', '162746.887500', '162747.347500', '162747.807500', '162748.267500', '162748.727500', '162749.187500', '162749.647500', '162750.107500', '162750.567500', '162751.027500', '162751.487500', '162751.947500', '162752.407500', '162752.867500', '162753.327500', '162753.787500', '162754.247500', '162754.707500', '162755.167500', '162755.627500', '162756.087500', '162756.547500', '162757.007500', '162757.467500', '162757.927500', '162758.387500', '162758.847500', '162759.307500', '162759.767500', '162800.227500', '162800.687500', '162801.147500', '162801.607500', '162802.067500', '162802.527500', '162802.987500', '162803.447500', '162803.907500', '162804.367500', '162804.827500', '162805.287500', '162805.747500', '162806.207500', '162806.667500', '162807.127500', '162807.587500', '162808.047500', '162808.507500', '162808.967500', '162809.427500', '162809.887500', '162810.347500', '162810.807500', '162811.267500', '162811.727500', '162812.187500', '162812.647500', '162813.107500', '162813.567500', '162814.027500', '162814.487500', '162814.947500', '162815.407500', '162815.867500', '162816.327500', '162816.787500', '162817.247500', '162817.707500', '162818.167500', '162818.627500', '162819.087500', '162819.547500', '162820.007500', '162820.467500', '162820.927500', '162821.387500', '162821.847500', '162822.307500', '162822.767500', '162823.227500', '162823.687500', '162824.147500', '162824.607500', '162825.067500', '162825.527500', '162825.987500', '162826.447500', '162826.907500', '162827.367500', '162827.827500', '162828.287500', '162828.747500', '162829.207500', '162829.667500', '162830.127500', '162830.587500', '162831.047500', '162831.507500', '162831.967500', '162832.427500', '162832.887500', '162833.347500', '162833.807500', '162834.267500', '162834.727500', '162835.187500', '162835.647500', '162836.107500', '162836.567500', '162837.027500', '162837.487500', '162837.947500', '162838.407500', '162838.867500', '162839.327500', '162839.787500', '162840.247500', '162840.707500', '162841.167500', '162841.627500', '162842.087500', '162842.547500', '162843.007500', '162843.467500', '162843.927500', '162844.387500', '162844.847500', '162845.307500', '162845.767500', '162846.227500', '162846.687500', '162847.147500', '162847.607500', '162848.067500', '162848.527500', '162848.987500', '162849.447500', '162849.907500', '162850.367500', '162850.827500', '162851.287500', '162851.747500', '162852.207500', '162852.667500', '162853.127500', '162853.587500', '162854.047500', '162854.507500', '162854.967500', '162855.427500', '162855.887500', '162856.347500', '162856.807500', '162857.267500', '162857.727500', '162858.187500', '162858.647500', '162859.107500', '162859.567500', '162900.027500', '162900.487500', '162900.947500', '162901.407500', '162901.867500', '162902.327500', '162902.787500', '162903.247500', '162903.707500', '162904.167500', '162904.627500', '162905.087500', '162905.547500', '162906.007500', '162906.467500', '162906.927500', '162907.387500', '162907.847500', '162908.307500', '162908.767500', '162909.227500', '162909.687500', '162910.147500', '162910.607500', '162911.067500', '162911.527500', '162911.987500', '162912.447500', '162912.907500', '162913.367500', '162913.827500', '162914.287500', '162914.747500', '162915.207500', '162915.667500', '162916.127500', '162916.587500', '162917.047500', '162917.507500', '162917.967500', '162918.427500', '162918.887500', '162919.347500', '162919.807500', '162920.267500', '162920.727500', '162921.187500', '162921.647500', '162922.107500', '162922.567500', '162923.027500', '162923.487500', '162923.947500', '162924.407500', '162924.867500', '162925.327500', '162925.787500', '162926.247500', '162926.707500', '162927.167500', '162927.627500', '162928.087500', '162928.547500', '162929.007500', '162929.467500', '162929.927500', '162930.387500', '162930.847500', '162931.307500', '162931.767500', '162932.227500', '162932.687500', '162933.147500', '162933.607500', '162934.067500', '162934.527500', '162934.987500', '162935.447500', '162935.907500', '162936.367500', '162936.827500', '162937.287500', '162937.747500', '162938.207500', '162938.667500', '162939.127500', '162939.587500', '162940.047500', '162940.507500', '162940.967500', '162941.427500', '162941.887500', '162942.347500', '162942.807500', '162943.267500', '162943.727500', '162944.187500', '162944.647500', '162945.107500', '162945.567500', '162946.027500', '162946.487500', '162946.947500', '162947.407500', '162947.867500', '162948.327500', '162948.787500', '162949.247500', '162949.707500', '162950.167500', '162950.627500', '162951.087500', '162951.547500', '162952.007500', '162952.467500', '162952.927500', '162953.387500', '162953.847500', '162954.307500', '162954.767500', '162955.227500', '162955.687500', '162956.147500', '162956.607500', '162957.067500', '162957.527500', '162957.987500', '162958.447500', '162958.907500', '162959.367500', '162959.827500', '163000.287500', '163000.747500', '163001.207500', '163001.667500', '163002.127500', '163002.587500', '163003.047500', '163003.507500', '163003.967500', '163004.427500', '163004.887500', '163005.347500', '163005.807500', '163006.267500', '163006.727500', '163007.187500', '163007.647500', '163008.107500', '163008.567500', '163009.027500', '163009.487500', '163009.947500', '163010.407500', '163010.867500', '163011.327500', '163011.787500', '163012.247500', '163012.707500', '163013.167500', '163013.627500', '163014.087500', '163014.547500', '163015.007500', '163015.467500', '163015.927500', '163016.387500', '163016.847500', '163017.307500', '163017.767500', '163018.227500', '163018.687500', '163019.147500', '163019.607500', '163020.067500', '163020.527500', '163020.987500', '163021.447500', '163021.907500', '163022.367500', '163022.827500', '163023.287500', '163023.747500', '163024.207500', '163024.667500', '163025.127500', '163025.587500', '163026.047500', '163026.507500', '163026.967500', '163027.427500', '163027.887500', '163028.347500', '163028.807500', '163029.267500', '163029.727500', '163030.187500', '163030.647500', '163031.107500', '163031.567500', '163032.027500', '163032.487500', '163032.947500', '163033.407500', '163033.867500', '163034.327500', '163034.787500', '163035.247500', '163035.707500', '163036.167500', '163036.627500', '163037.087500', '163037.547500', '163038.007500', '163038.467500', '163038.927500', '163039.387500', '163039.847500', '163040.307500', '163040.767500', '163041.227500', '163041.687500', '163042.147500', '163042.607500', '163043.067500', '163043.527500', '163043.987500', '163044.447500', '163044.907500', '163045.367500', '163045.827500', '163046.287500', '163046.747500', '163047.207500', '163047.667500', '163048.127500', '163048.587500', '163049.047500', '163049.507500', '163049.967500', '163050.427500', '163050.887500', '163051.347500', '163051.807500', '163052.267500', '163052.727500', '163053.187500', '163053.647500', '163054.107500', '163054.567500', '163055.027500', '163055.487500', '163055.947500', '163056.407500', '163056.867500', '163057.327500', '163057.787500', '163058.247500', '163058.707500', '163059.167500', '163059.627500', '163100.087500', '163100.547500', '163101.007500', '163101.467500', '163101.927500', '163102.387500', '163102.847500', '163103.307500', '163103.767500', '163104.227500', '163104.687500', '163105.147500', '163105.607500', '163106.067500', '163106.527500', '163106.987500', '163107.447500', '163107.907500', '163108.367500', '163108.827500', '163109.287500', '163109.747500', '163110.207500', '163110.667500', '163111.127500', '163111.587500', '163112.047500', '163112.507500', '163112.967500', '163113.427500', '163113.887500', '163114.347500', '163114.807500', '163115.267500', '163115.727500', '163116.187500', '163116.647500', '163117.107500', '163117.567500', '163118.027500', '163118.487500', '163118.947500', '163119.407500', '163119.867500', '163120.327500', '163120.787500', '163121.247500', '163121.707500', '163122.167500', '163122.627500', '163123.087500', '163123.547500', '163124.007500', '163124.467500', '163124.927500', '163125.387500', '163125.847500', '163126.307500', '163126.767500', '163127.227500', '163127.687500', '163128.147500', '163128.607500', '163129.067500', '163129.527500', '163129.987500', '163130.447500', '163130.907500', '163131.367500', '163131.827500', '163132.287500', '163132.747500', '163133.207500', '163133.667500', '163134.127500', '163134.587500', '163135.047500', '163135.507500', '163135.967500', '163136.427500', '163136.887500', '163137.347500', '163137.807500', '163138.267500', '163138.727500', '163139.187500', '163139.647500', '163140.107500', '163140.567500', '163141.027500', '163141.487500', '163141.947500', '163142.407500', '163142.867500', '163143.327500', '163143.787500', '163144.247500', '163144.707500', '163145.167500', '163145.627500', '163146.087500', '163146.547500', '163147.007500', '163147.467500', '163147.927500', '163148.387500', '163148.847500', '163149.307500', '163149.767500', '163150.227500', '163150.687500', '163151.147500', '163151.607500', '163152.067500', '163152.527500', '163152.987500', '163153.447500', '163153.907500', '163154.367500', '163154.827500', '163155.287500', '163155.747500', '163156.207500', '163156.667500', '163157.127500', '163157.587500', '163158.047500', '163158.507500', '163158.967500', '163159.427500', '163159.887500', '163200.347500', '163200.807500', '163201.267500', '163201.727500', '163202.187500', '163202.647500', '163203.107500', '163203.567500', '163204.027500', '163204.487500', '163204.947500', '163205.407500', '163205.867500', '163206.327500', '163206.787500', '163207.247500', '163207.707500', '163208.167500', '163208.627500', '163209.087500', '163209.547500', '163210.007500', '163210.467500', '163210.927500', '163211.387500', '163211.847500', '163212.307500', '163212.767500', '163213.227500', '163213.687500', '163214.147500', '163214.607500', '163215.067500', '163215.527500', '163215.987500', '163216.447500', '163216.907500', '163217.367500', '163217.827500', '163218.287500', '163218.747500', '163219.207500', '163219.667500', '163220.127500', '163220.587500', '163221.047500', '163221.507500', '163221.967500', '163222.427500', '163222.887500', '163223.347500', '163223.807500', '163224.267500', '163224.727500', '163225.187500', '163225.647500', '163226.107500', '163226.567500', '163227.027500', '163227.487500', '163227.947500', '163228.407500', '163228.867500', '163229.327500', '163229.787500', '163230.247500', '163230.707500', '163231.167500', '163231.627500', '163232.087500', '163232.547500', '163233.007500', '163233.467500', '163233.927500', '163234.387500', '163234.847500', '163235.307500', '163235.767500', '163236.227500', '163236.687500', '163237.147500', '163237.607500', '163238.067500', '163238.527500', '163238.987500', '163239.447500', '163239.907500', '163240.367500', '163240.827500', '163241.287500', '163241.747500', '163242.207500', '163242.667500', '163243.127500', '163243.587500', '163244.047500', '163244.507500', '163244.967500', '163245.427500', '163245.887500', '163246.347500', '163246.807500', '163247.267500', '163247.727500', '163248.187500', '163248.647500', '163249.107500', '163249.567500', '163250.027500', '163250.487500', '163250.947500', '163251.407500', '163251.867500', '163252.327500', '163252.787500', '163253.247500', '163253.707500', '163254.167500', '163254.627500', '163255.087500', '163255.547500', '163256.007500', '163256.467500', '163256.927500', '163257.387500', '163257.847500', '163258.307500', '163258.767500', '163259.227500', '163259.687500', '163300.147500', '163300.607500', '163301.067500', '163301.527500', '163301.987500', '163302.447500', '163302.907500', '163303.367500', '163303.827500', '163304.287500', '163304.747500', '163305.207500', '163305.667500', '163306.127500', '163306.587500', '163307.047500', '163307.507500', '163307.967500', '163308.427500', '163308.887500', '163309.347500', '163309.807500', '163310.267500', '163310.727500', '163311.187500', '163311.647500', '163312.107500', '163312.567500', '163313.027500', '163313.487500', '163313.947500', '163314.407500', '163314.867500', '163315.327500', '163315.787500', '163316.247500', '163316.707500', '163317.167500', '163317.627500', '163318.087500', '163318.547500', '163319.007500', '163319.467500', '163319.927500', '163320.387500', '163320.847500', '163321.307500', '163321.767500', '163322.227500', '163322.687500', '163323.147500', '163323.607500', '163324.067500', '163324.527500', '163324.987500', '163325.447500', '163325.907500', '163326.367500', '163326.827500', '163327.287500', '163327.747500'], 'ContentTime': ['162706.187000', '162706.190000', '162706.193000', '162706.196000', '162706.199000', '162706.202000', '162706.205000', '162706.208000', '162706.210000', '162706.213000', '162706.216000', '162706.219000', '162706.226000', '162706.229000', '162706.232000', '162706.234000', '162706.237000', '162706.240000', '162706.243000', '162706.246000', '162706.250000', '162706.252000', '162706.255000', '162706.258000', '162706.261000', '162706.263000', '162706.266000', '162706.281000', '162706.284000', '162706.287000', '162706.290000', '162706.293000', '162706.296000', '162706.298000', '162706.301000', '162706.304000', '162706.307000', '162706.309000', '162706.312000', '162726.152000', '162726.155000', '162726.160000', '162726.163000', '162726.166000', '162726.169000', '162726.172000', '162726.174000', '162726.177000', '162726.180000', '162726.183000', '162726.186000', '162726.197000', '162726.200000', '162726.203000', '162726.206000', '162726.209000', '162726.211000', '162726.214000', '162726.217000', '162726.220000', '162726.223000', '162726.225000', '162726.228000', '162726.231000', '162726.234000', '162726.236000', '162726.239000', '162726.242000', '162726.245000', '162726.248000', '162726.250000', '162726.253000', '162726.256000', '162726.259000', '162726.262000', '162726.264000', '162726.267000', '162726.270000', '162726.273000', '162726.276000', '162726.279000', '162726.281000', '162746.152000', '162746.155000', '162746.158000', '162746.160000', '162746.163000', '162746.166000', '162746.169000', '162746.172000', '162746.174000', '162746.177000', '162746.180000', '162746.183000', '162746.185000', '162746.188000', '162746.191000', '162746.194000', '162746.197000', '162746.200000', '162746.203000', '162746.205000', '162746.208000', '162746.211000', '162746.214000', '162746.216000', '162746.219000', '162746.222000', '162746.225000', '162746.228000', '162746.231000', '162746.233000', '162746.236000', '162746.239000', '162746.242000', '162746.245000', '162746.248000', '162746.250000', '162746.253000', '162746.256000', '162746.259000', '162746.261000', '162746.264000', '162746.267000', '162746.270000', '162746.273000', '162806.152000', '162806.155000', '162806.158000', '162806.161000', '162806.163000', '162806.166000', '162806.169000', '162806.172000', '162806.175000', '162806.178000', '162806.181000', '162806.183000', '162806.186000', '162806.189000', '162806.192000', '162806.195000', '162806.198000', '162806.201000', '162806.203000', '162806.206000', '162806.209000', '162806.212000', '162806.215000', '162806.218000', '162806.220000', '162806.223000', '162806.226000', '162806.229000', '162806.232000', '162806.235000', '162806.238000', '162806.240000', '162806.243000', '162806.246000', '162806.249000', '162806.252000', '162806.255000', '162806.257000', '162806.260000', '162806.263000', '162806.266000', '162806.269000', '162806.272000', '162826.152000', '162826.155000', '162826.158000', '162826.160000', '162826.163000', '162826.166000', '162826.169000', '162826.172000', '162826.175000', '162826.177000', '162826.180000', '162826.183000', '162826.186000', '162826.188000', '162826.191000', '162826.194000', '162826.197000', '162826.200000', '162826.203000', '162826.205000', '162826.208000', '162826.211000', '162826.214000', '162826.217000', '162826.219000', '162826.222000', '162826.225000', '162826.228000', '162826.231000', '162826.234000', '162826.237000', '162826.239000', '162826.242000', '162826.245000', '162826.248000', '162826.251000', '162826.254000', '162826.256000', '162826.259000', '162826.262000', '162826.265000', '162826.268000', '162826.271000', '162826.273000', '162846.152000', '162846.155000', '162846.158000', '162846.161000', '162846.163000', '162846.166000', '162846.169000', '162846.172000', '162846.175000', '162846.178000', '162846.180000', '162846.183000', '162846.186000', '162846.189000', '162846.192000', '162846.195000', '162846.198000', '162846.201000', '162846.203000', '162846.206000', '162846.209000', '162846.212000', '162846.215000', '162846.218000', '162846.221000', '162846.224000', '162846.227000', '162846.230000', '162846.233000', '162846.236000', '162846.239000', '162846.241000', '162846.244000', '162846.247000', '162846.250000', '162846.253000', '162846.255000', '162846.258000', '162846.261000', '162846.264000', '162846.266000', '162846.277000', '162846.279000', '162906.152000', '162906.155000', '162906.158000', '162906.160000', '162906.163000', '162906.166000', '162906.169000', '162906.172000', '162906.174000', '162906.186000', '162906.188000', '162906.191000', '162906.194000', '162906.197000', '162906.200000', '162906.203000', '162906.206000', '162906.209000', '162906.212000', '162906.214000', '162906.217000', '162906.220000', '162906.223000', '162906.226000', '162906.229000', '162906.232000', '162906.235000', '162906.237000', '162906.240000', '162906.243000', '162906.246000', '162906.249000', '162906.251000', '162906.254000', '162906.257000', '162906.260000', '162906.263000', '162906.266000', '162906.268000', '162906.271000', '162906.274000', '162906.277000', '162906.280000', '162906.283000', '162926.153000', '162926.156000', '162926.159000', '162926.162000', '162926.164000', '162926.167000', '162926.170000', '162926.173000', '162926.176000', '162926.178000', '162926.181000', '162926.184000', '162926.187000', '162926.190000', '162926.193000', '162926.196000', '162926.198000', '162926.201000', '162926.204000', '162926.207000', '162926.210000', '162926.212000', '162926.218000', '162926.221000', '162926.224000', '162926.227000', '162926.230000', '162926.233000', '162926.236000', '162926.239000', '162926.241000', '162926.244000', '162926.247000', '162926.250000', '162926.253000', '162926.255000', '162926.258000', '162926.261000', '162926.264000', '162926.267000', '162926.270000', '162926.272000', '162926.275000', '162946.152000', '162946.155000', '162946.158000', '162946.160000', '162946.163000', '162946.166000', '162946.169000', '162946.172000', '162946.175000', '162946.177000', '162946.180000', '162946.183000', '162946.186000', '162946.189000', '162946.192000', '162946.195000', '162946.198000', '162946.200000', '162946.203000', '162946.206000', '162946.209000', '162946.212000', '162946.215000', '162946.217000', '162946.220000', '162946.223000', '162946.226000', '162946.236000', '162946.239000', '162946.242000', '162946.245000', '162946.248000', '162946.250000', '162946.253000', '162946.256000', '162946.259000', '162946.262000', '162946.265000', '162946.268000', '162946.271000', '162946.273000', '162946.276000', '162946.279000', '162946.282000', '163006.152000', '163006.155000', '163006.158000', '163006.160000', '163006.163000', '163006.166000', '163006.169000', '163006.172000', '163006.176000', '163006.179000', '163006.182000', '163006.185000', '163006.187000', '163006.190000', '163006.193000', '163006.196000', '163006.199000', '163006.202000', '163006.204000', '163006.207000', '163006.210000', '163006.213000', '163006.216000', '163006.218000', '163006.221000', '163006.224000', '163006.227000', '163006.230000', '163006.233000', '163006.236000', '163006.241000', '163006.244000', '163006.247000', '163006.250000', '163006.252000', '163006.255000', '163006.258000', '163006.261000', '163006.264000', '163006.266000', '163006.269000', '163006.272000', '163006.275000', '163026.152000', '163026.155000', '163026.158000', '163026.161000', '163026.163000', '163026.166000', '163026.169000', '163026.172000', '163026.175000', '163026.178000', '163026.180000', '163026.183000', '163026.186000', '163026.189000', '163026.191000', '163026.194000', '163026.197000', '163026.200000', '163026.203000', '163026.206000', '163026.209000', '163026.211000', '163026.214000', '163026.233000', '163026.236000', '163026.239000', '163026.241000', '163026.244000', '163026.247000', '163026.250000', '163026.253000', '163026.255000', '163026.258000', '163026.261000', '163026.264000', '163026.267000', '163026.269000', '163026.272000', '163026.275000', '163026.278000', '163026.281000', '163026.284000', '163026.286000', '163026.289000', '163046.152000', '163046.155000', '163046.158000', '163046.160000', '163046.163000', '163046.166000', '163046.169000', '163046.172000', '163046.175000', '163046.178000', '163046.180000', '163046.183000', '163046.186000', '163046.189000', '163046.192000', '163046.194000', '163046.197000', '163046.200000', '163046.203000', '163046.206000', '163046.209000', '163046.212000', '163046.214000', '163046.217000', '163046.220000', '163046.223000', '163046.226000', '163046.229000', '163046.231000', '163046.234000', '163046.237000', '163046.240000', '163046.243000', '163046.246000', '163046.249000', '163046.251000', '163046.254000', '163046.257000', '163046.260000', '163046.263000', '163046.266000', '163046.269000', '163046.275000', '163106.152000', '163106.155000', '163106.158000', '163106.161000', '163106.163000', '163106.166000', '163106.169000', '163106.172000', '163106.175000', '163106.178000', '163106.181000', '163106.183000', '163106.186000', '163106.189000', '163106.192000', '163106.195000', '163106.198000', '163106.201000', '163106.203000', '163106.206000', '163106.209000', '163106.212000', '163106.215000', '163106.218000', '163106.221000', '163106.223000', '163106.226000', '163106.229000', '163106.232000', '163106.235000', '163106.238000', '163106.240000', '163106.243000', '163106.246000', '163106.249000', '163106.252000', '163106.255000', '163106.258000', '163106.260000', '163106.263000', '163106.266000', '163106.269000', '163106.272000', '163106.275000', '163126.152000', '163126.155000', '163126.158000', '163126.161000', '163126.164000', '163126.167000', '163126.170000', '163126.173000', '163126.175000', '163126.178000', '163126.181000', '163126.184000', '163126.187000', '163126.190000', '163126.192000', '163126.195000', '163126.198000', '163126.201000', '163126.204000', '163126.207000', '163126.210000', '163126.215000', '163126.218000', '163126.221000', '163126.223000', '163126.226000', '163126.229000', '163126.232000', '163126.235000', '163126.238000', '163126.241000', '163126.244000', '163126.246000', '163126.249000', '163126.252000', '163126.255000', '163126.258000', '163126.260000', '163126.263000', '163126.266000', '163126.269000', '163126.272000', '163126.275000', '163146.152000', '163146.155000', '163146.158000', '163146.161000', '163146.163000', '163146.166000', '163146.169000', '163146.172000', '163146.175000', '163146.178000', '163146.181000', '163146.184000', '163146.186000', '163146.189000', '163146.192000', '163146.195000', '163146.198000', '163146.201000', '163146.203000', '163146.206000', '163146.209000', '163146.212000', '163146.215000', '163146.218000', '163146.221000', '163146.223000', '163146.226000', '163146.229000', '163146.232000', '163146.235000', '163146.238000', '163146.241000', '163146.244000', '163146.246000', '163146.249000', '163146.252000', '163146.255000', '163146.258000', '163146.260000', '163146.263000', '163146.266000', '163146.269000', '163146.272000', '163146.275000', '163206.152000', '163206.155000', '163206.158000', '163206.160000', '163206.163000', '163206.166000', '163206.169000', '163206.172000', '163206.175000', '163206.178000', '163206.180000', '163206.183000', '163206.186000', '163206.189000', '163206.192000', '163206.195000', '163206.197000', '163206.200000', '163206.203000', '163206.206000', '163206.209000', '163206.212000', '163206.214000', '163206.217000', '163206.220000', '163206.223000', '163206.226000', '163206.229000', '163206.232000', '163206.234000', '163206.237000', '163206.240000', '163206.243000', '163206.246000', '163206.249000', '163206.252000', '163206.255000', '163206.258000', '163206.261000', '163206.263000', '163206.266000', '163206.269000', '163206.272000', '163226.152000', '163226.155000', '163226.158000', '163226.161000', '163226.163000', '163226.166000', '163226.169000', '163226.172000', '163226.175000', '163226.178000', '163226.180000', '163226.183000', '163226.186000', '163226.189000', '163226.192000', '163226.195000', '163226.198000', '163226.200000', '163226.203000', '163226.206000', '163226.209000', '163226.212000', '163226.215000', '163226.218000', '163226.220000', '163226.223000', '163226.226000', '163226.229000', '163226.232000', '163226.235000', '163226.238000', '163226.241000', '163226.244000', '163226.246000', '163226.251000', '163226.254000', '163226.257000', '163226.260000', '163226.262000', '163226.265000', '163226.268000', '163226.271000', '163226.274000', '163226.277000', '163246.152000', '163246.155000', '163246.158000', '163246.161000', '163246.164000', '163246.166000', '163246.169000', '163246.172000', '163246.175000', '163246.178000', '163246.180000', '163246.183000', '163246.186000', '163246.189000', '163246.192000', '163246.195000', '163246.198000', '163246.200000', '163246.203000', '163246.206000', '163246.209000', '163246.212000', '163246.215000', '163246.217000', '163246.220000', '163246.223000', '163246.226000', '163246.229000', '163246.232000', '163246.235000', '163246.237000', '163246.240000', '163246.243000', '163246.246000', '163246.249000', '163246.253000', '163246.256000', '163246.259000', '163246.262000', '163246.265000', '163246.268000', '163246.270000', '163246.273000', '163306.152000', '163306.155000', '163306.158000', '163306.161000', '163306.164000', '163306.166000', '163306.169000', '163306.172000', '163306.175000', '163306.178000', '163306.181000', '163306.183000', '163306.186000', '163306.189000', '163306.192000', '163306.195000', '163306.198000', '163306.201000', '163306.203000', '163306.206000', '163306.209000', '163306.212000', '163306.215000', '163306.218000', '163306.221000', '163306.224000', '163306.226000', '163306.229000', '163306.232000', '163306.235000', '163306.238000', '163306.241000', '163306.244000', '163306.246000', '163306.249000', '163306.252000', '163306.255000', '163306.258000', '163306.261000', '163306.263000', '163306.266000', '163306.269000', '163306.272000', '163306.275000', '163326.157000', '163326.160000', '163326.163000', '163326.165000', '163326.168000', '163326.171000', '163326.174000', '163326.177000', '163326.180000', '163326.183000', '163326.185000', '163326.188000', '163326.191000', '163326.194000', '163326.197000', '163326.200000', '163326.202000', '163326.205000', '163326.208000', '163326.211000', '163326.214000', '163326.217000', '163326.220000', '163326.222000', '163326.225000', '163326.228000', '163326.231000', '163326.234000', '163326.237000', '163326.240000', '163326.242000', '163326.245000', '163326.248000', '163326.251000', '163326.254000', '163326.257000', '163326.259000', '163326.262000', '163326.265000', '163326.268000', '163326.271000', '163326.274000', '163326.276000', '163329.162000', '163329.165000', '163329.168000', '163329.171000', '163329.174000', '163329.177000', '163329.180000'], 'InstanceCreationTime': ['162706.187000', '162706.190000', '162706.193000', '162706.196000', '162706.199000', '162706.202000', '162706.205000', '162706.208000', '162706.210000', '162706.213000', '162706.216000', '162706.219000', '162706.226000', '162706.229000', '162706.232000', '162706.234000', '162706.237000', '162706.240000', '162706.243000', '162706.246000', '162706.250000', '162706.252000', '162706.255000', '162706.258000', '162706.261000', '162706.263000', '162706.266000', '162706.281000', '162706.284000', '162706.287000', '162706.290000', '162706.293000', '162706.296000', '162706.298000', '162706.301000', '162706.304000', '162706.307000', '162706.309000', '162706.312000', '162726.152000', '162726.155000', '162726.160000', '162726.163000', '162726.166000', '162726.169000', '162726.172000', '162726.174000', '162726.177000', '162726.180000', '162726.183000', '162726.186000', '162726.197000', '162726.200000', '162726.203000', '162726.206000', '162726.209000', '162726.211000', '162726.214000', '162726.217000', '162726.220000', '162726.223000', '162726.225000', '162726.228000', '162726.231000', '162726.234000', '162726.236000', '162726.239000', '162726.242000', '162726.245000', '162726.248000', '162726.250000', '162726.253000', '162726.256000', '162726.259000', '162726.262000', '162726.264000', '162726.267000', '162726.270000', '162726.273000', '162726.276000', '162726.279000', '162726.281000', '162746.152000', '162746.155000', '162746.158000', '162746.160000', '162746.163000', '162746.166000', '162746.169000', '162746.172000', '162746.174000', '162746.177000', '162746.180000', '162746.183000', '162746.185000', '162746.188000', '162746.191000', '162746.194000', '162746.197000', '162746.200000', '162746.203000', '162746.205000', '162746.208000', '162746.211000', '162746.214000', '162746.216000', '162746.219000', '162746.222000', '162746.225000', '162746.228000', '162746.231000', '162746.233000', '162746.236000', '162746.239000', '162746.242000', '162746.245000', '162746.248000', '162746.250000', '162746.253000', '162746.256000', '162746.259000', '162746.261000', '162746.264000', '162746.267000', '162746.270000', '162746.273000', '162806.152000', '162806.155000', '162806.158000', '162806.161000', '162806.163000', '162806.166000', '162806.169000', '162806.172000', '162806.175000', '162806.178000', '162806.181000', '162806.183000', '162806.186000', '162806.189000', '162806.192000', '162806.195000', '162806.198000', '162806.201000', '162806.203000', '162806.206000', '162806.209000', '162806.212000', '162806.215000', '162806.218000', '162806.220000', '162806.223000', '162806.226000', '162806.229000', '162806.232000', '162806.235000', '162806.238000', '162806.240000', '162806.243000', '162806.246000', '162806.249000', '162806.252000', '162806.255000', '162806.257000', '162806.260000', '162806.263000', '162806.266000', '162806.269000', '162806.272000', '162826.152000', '162826.155000', '162826.158000', '162826.160000', '162826.163000', '162826.166000', '162826.169000', '162826.172000', '162826.175000', '162826.177000', '162826.180000', '162826.183000', '162826.186000', '162826.188000', '162826.191000', '162826.194000', '162826.197000', '162826.200000', '162826.203000', '162826.205000', '162826.208000', '162826.211000', '162826.214000', '162826.217000', '162826.219000', '162826.222000', '162826.225000', '162826.228000', '162826.231000', '162826.234000', '162826.237000', '162826.239000', '162826.242000', '162826.245000', '162826.248000', '162826.251000', '162826.254000', '162826.256000', '162826.259000', '162826.262000', '162826.265000', '162826.268000', '162826.271000', '162826.273000', '162846.152000', '162846.155000', '162846.158000', '162846.161000', '162846.163000', '162846.166000', '162846.169000', '162846.172000', '162846.175000', '162846.178000', '162846.180000', '162846.183000', '162846.186000', '162846.189000', '162846.192000', '162846.195000', '162846.198000', '162846.201000', '162846.203000', '162846.206000', '162846.209000', '162846.212000', '162846.215000', '162846.218000', '162846.221000', '162846.224000', '162846.227000', '162846.230000', '162846.233000', '162846.236000', '162846.239000', '162846.241000', '162846.244000', '162846.247000', '162846.250000', '162846.253000', '162846.255000', '162846.258000', '162846.261000', '162846.264000', '162846.266000', '162846.277000', '162846.279000', '162906.152000', '162906.155000', '162906.158000', '162906.160000', '162906.163000', '162906.166000', '162906.169000', '162906.172000', '162906.174000', '162906.186000', '162906.188000', '162906.191000', '162906.194000', '162906.197000', '162906.200000', '162906.203000', '162906.206000', '162906.209000', '162906.212000', '162906.214000', '162906.217000', '162906.220000', '162906.223000', '162906.226000', '162906.229000', '162906.232000', '162906.235000', '162906.237000', '162906.240000', '162906.243000', '162906.246000', '162906.249000', '162906.251000', '162906.254000', '162906.257000', '162906.260000', '162906.263000', '162906.266000', '162906.268000', '162906.271000', '162906.274000', '162906.277000', '162906.280000', '162906.283000', '162926.153000', '162926.156000', '162926.159000', '162926.162000', '162926.164000', '162926.167000', '162926.170000', '162926.173000', '162926.176000', '162926.178000', '162926.181000', '162926.184000', '162926.187000', '162926.190000', '162926.193000', '162926.196000', '162926.198000', '162926.201000', '162926.204000', '162926.207000', '162926.210000', '162926.212000', '162926.218000', '162926.221000', '162926.224000', '162926.227000', '162926.230000', '162926.233000', '162926.236000', '162926.239000', '162926.241000', '162926.244000', '162926.247000', '162926.250000', '162926.253000', '162926.255000', '162926.258000', '162926.261000', '162926.264000', '162926.267000', '162926.270000', '162926.272000', '162926.275000', '162946.152000', '162946.155000', '162946.158000', '162946.160000', '162946.163000', '162946.166000', '162946.169000', '162946.172000', '162946.175000', '162946.177000', '162946.180000', '162946.183000', '162946.186000', '162946.189000', '162946.192000', '162946.195000', '162946.198000', '162946.200000', '162946.203000', '162946.206000', '162946.209000', '162946.212000', '162946.215000', '162946.217000', '162946.220000', '162946.223000', '162946.226000', '162946.236000', '162946.239000', '162946.242000', '162946.245000', '162946.248000', '162946.250000', '162946.253000', '162946.256000', '162946.259000', '162946.262000', '162946.265000', '162946.268000', '162946.271000', '162946.273000', '162946.276000', '162946.279000', '162946.282000', '163006.152000', '163006.155000', '163006.158000', '163006.160000', '163006.163000', '163006.166000', '163006.169000', '163006.172000', '163006.176000', '163006.179000', '163006.182000', '163006.185000', '163006.187000', '163006.190000', '163006.193000', '163006.196000', '163006.199000', '163006.202000', '163006.204000', '163006.207000', '163006.210000', '163006.213000', '163006.216000', '163006.218000', '163006.221000', '163006.224000', '163006.227000', '163006.230000', '163006.233000', '163006.236000', '163006.241000', '163006.244000', '163006.247000', '163006.250000', '163006.252000', '163006.255000', '163006.258000', '163006.261000', '163006.264000', '163006.266000', '163006.269000', '163006.272000', '163006.275000', '163026.152000', '163026.155000', '163026.158000', '163026.161000', '163026.163000', '163026.166000', '163026.169000', '163026.172000', '163026.175000', '163026.178000', '163026.180000', '163026.183000', '163026.186000', '163026.189000', '163026.191000', '163026.194000', '163026.197000', '163026.200000', '163026.203000', '163026.206000', '163026.209000', '163026.211000', '163026.214000', '163026.233000', '163026.236000', '163026.239000', '163026.241000', '163026.244000', '163026.247000', '163026.250000', '163026.253000', '163026.255000', '163026.258000', '163026.261000', '163026.264000', '163026.267000', '163026.269000', '163026.272000', '163026.275000', '163026.278000', '163026.281000', '163026.284000', '163026.286000', '163026.289000', '163046.152000', '163046.155000', '163046.158000', '163046.160000', '163046.163000', '163046.166000', '163046.169000', '163046.172000', '163046.175000', '163046.178000', '163046.180000', '163046.183000', '163046.186000', '163046.189000', '163046.192000', '163046.194000', '163046.197000', '163046.200000', '163046.203000', '163046.206000', '163046.209000', '163046.212000', '163046.214000', '163046.217000', '163046.220000', '163046.223000', '163046.226000', '163046.229000', '163046.231000', '163046.234000', '163046.237000', '163046.240000', '163046.243000', '163046.246000', '163046.249000', '163046.251000', '163046.254000', '163046.257000', '163046.260000', '163046.263000', '163046.266000', '163046.269000', '163046.275000', '163106.152000', '163106.155000', '163106.158000', '163106.161000', '163106.163000', '163106.166000', '163106.169000', '163106.172000', '163106.175000', '163106.178000', '163106.181000', '163106.183000', '163106.186000', '163106.189000', '163106.192000', '163106.195000', '163106.198000', '163106.201000', '163106.203000', '163106.206000', '163106.209000', '163106.212000', '163106.215000', '163106.218000', '163106.221000', '163106.223000', '163106.226000', '163106.229000', '163106.232000', '163106.235000', '163106.238000', '163106.240000', '163106.243000', '163106.246000', '163106.249000', '163106.252000', '163106.255000', '163106.258000', '163106.260000', '163106.263000', '163106.266000', '163106.269000', '163106.272000', '163106.275000', '163126.152000', '163126.155000', '163126.158000', '163126.161000', '163126.164000', '163126.167000', '163126.170000', '163126.173000', '163126.175000', '163126.178000', '163126.181000', '163126.184000', '163126.187000', '163126.190000', '163126.192000', '163126.195000', '163126.198000', '163126.201000', '163126.204000', '163126.207000', '163126.210000', '163126.215000', '163126.218000', '163126.221000', '163126.223000', '163126.226000', '163126.229000', '163126.232000', '163126.235000', '163126.238000', '163126.241000', '163126.244000', '163126.246000', '163126.249000', '163126.252000', '163126.255000', '163126.258000', '163126.260000', '163126.263000', '163126.266000', '163126.269000', '163126.272000', '163126.275000', '163146.152000', '163146.155000', '163146.158000', '163146.161000', '163146.163000', '163146.166000', '163146.169000', '163146.172000', '163146.175000', '163146.178000', '163146.181000', '163146.184000', '163146.186000', '163146.189000', '163146.192000', '163146.195000', '163146.198000', '163146.201000', '163146.203000', '163146.206000', '163146.209000', '163146.212000', '163146.215000', '163146.218000', '163146.221000', '163146.223000', '163146.226000', '163146.229000', '163146.232000', '163146.235000', '163146.238000', '163146.241000', '163146.244000', '163146.246000', '163146.249000', '163146.252000', '163146.255000', '163146.258000', '163146.260000', '163146.263000', '163146.266000', '163146.269000', '163146.272000', '163146.275000', '163206.152000', '163206.155000', '163206.158000', '163206.160000', '163206.163000', '163206.166000', '163206.169000', '163206.172000', '163206.175000', '163206.178000', '163206.180000', '163206.183000', '163206.186000', '163206.189000', '163206.192000', '163206.195000', '163206.197000', '163206.200000', '163206.203000', '163206.206000', '163206.209000', '163206.212000', '163206.214000', '163206.217000', '163206.220000', '163206.223000', '163206.226000', '163206.229000', '163206.232000', '163206.234000', '163206.237000', '163206.240000', '163206.243000', '163206.246000', '163206.249000', '163206.252000', '163206.255000', '163206.258000', '163206.261000', '163206.263000', '163206.266000', '163206.269000', '163206.272000', '163226.152000', '163226.155000', '163226.158000', '163226.161000', '163226.163000', '163226.166000', '163226.169000', '163226.172000', '163226.175000', '163226.178000', '163226.180000', '163226.183000', '163226.186000', '163226.189000', '163226.192000', '163226.195000', '163226.198000', '163226.200000', '163226.203000', '163226.206000', '163226.209000', '163226.212000', '163226.215000', '163226.218000', '163226.220000', '163226.223000', '163226.226000', '163226.229000', '163226.232000', '163226.235000', '163226.238000', '163226.241000', '163226.244000', '163226.246000', '163226.251000', '163226.254000', '163226.257000', '163226.260000', '163226.262000', '163226.265000', '163226.268000', '163226.271000', '163226.274000', '163226.277000', '163246.152000', '163246.155000', '163246.158000', '163246.161000', '163246.164000', '163246.166000', '163246.169000', '163246.172000', '163246.175000', '163246.178000', '163246.180000', '163246.183000', '163246.186000', '163246.189000', '163246.192000', '163246.195000', '163246.198000', '163246.200000', '163246.203000', '163246.206000', '163246.209000', '163246.212000', '163246.215000', '163246.217000', '163246.220000', '163246.223000', '163246.226000', '163246.229000', '163246.232000', '163246.235000', '163246.237000', '163246.240000', '163246.243000', '163246.246000', '163246.249000', '163246.253000', '163246.256000', '163246.259000', '163246.262000', '163246.265000', '163246.268000', '163246.270000', '163246.273000', '163306.152000', '163306.155000', '163306.158000', '163306.161000', '163306.164000', '163306.166000', '163306.169000', '163306.172000', '163306.175000', '163306.178000', '163306.181000', '163306.183000', '163306.186000', '163306.189000', '163306.192000', '163306.195000', '163306.198000', '163306.201000', '163306.203000', '163306.206000', '163306.209000', '163306.212000', '163306.215000', '163306.218000', '163306.221000', '163306.224000', '163306.226000', '163306.229000', '163306.232000', '163306.235000', '163306.238000', '163306.241000', '163306.244000', '163306.246000', '163306.249000', '163306.252000', '163306.255000', '163306.258000', '163306.261000', '163306.263000', '163306.266000', '163306.269000', '163306.272000', '163306.275000', '163326.157000', '163326.160000', '163326.163000', '163326.165000', '163326.168000', '163326.171000', '163326.174000', '163326.177000', '163326.180000', '163326.183000', '163326.185000', '163326.188000', '163326.191000', '163326.194000', '163326.197000', '163326.200000', '163326.202000', '163326.205000', '163326.208000', '163326.211000', '163326.214000', '163326.217000', '163326.220000', '163326.222000', '163326.225000', '163326.228000', '163326.231000', '163326.234000', '163326.237000', '163326.240000', '163326.242000', '163326.245000', '163326.248000', '163326.251000', '163326.254000', '163326.257000', '163326.259000', '163326.262000', '163326.265000', '163326.268000', '163326.271000', '163326.274000', '163326.276000', '163329.162000', '163329.165000', '163329.168000', '163329.171000', '163329.174000', '163329.177000', '163329.180000'], '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': [10350, 10384, 9646, 13446, 12201, 15035, 11012, 12880, 9296, 11335, 9655, 11235, 10057, 15153, 10795, 13524, 9745, 11136, 9761, 10453, 10044, 10782, 10014, 13942, 9838, 10481, 9664, 8905, 9909, 9562, 9771, 12012, 10225, 12970, 9859, 9245, 10204, 9389, 10163, 9623, 10518, 9906, 9510, 9361, 9895, 9417, 10057, 10003, 9907, 9833, 9871, 10099, 9814, 9482, 10239, 10313, 9936, 10645, 9687, 13384, 9948, 11116, 10105, 10656, 10159, 11743, 10112, 15856, 9626, 8421, 9674, 10004, 9385, 10180, 11697, 9514, 14225, 10259, 11442, 9693, 10909, 9813, 11232, 10198, 14501, 10586, 14108, 9945, 9710, 10156, 9367, 9967, 9218, 10231, 9541, 10444, 10374, 9475, 9199, 9620, 8785, 9839, 10196, 9986, 10913, 9710, 8946, 9693, 8582, 9874, 10477, 11071, 9635, 10267, 10185, 10227, 9890, 12943, 9726, 9660, 9551, 10464, 9630, 9842, 10691, 9927, 15203, 9929, 13248, 9453, 10485, 9710, 8760, 9785, 9592, 9836, 9859, 9621, 9392, 9930, 9737, 10652, 9896, 12500, 10167, 10140, 9399, 9461, 9689, 8459, 9966, 10150, 9702, 9609, 9346, 10105, 10377, 10116, 11536, 9660, 14826, 9761, 11461, 10248, 9417, 10379, 10186, 9726, 13467, 9636, 10009, 9661, 9428, 9511, 9756, 11999, 9831, 12274, 9867, 10513, 9473, 11627, 9487, 13459, 9692, 10374, 9534, 9539, 9425, 9870, 11182, 9900, 10326, 9647, 9989, 9546, 9637, 10222, 10057, 13480, 9903, 11227, 9980, 10925, 9928, 13434, 10023, 15436, 9903, 11524, 9463, 9207, 9559, 8877, 9626, 10194, 10629, 10000, 9582, 9539, 9014, 9599, 9722, 9684, 9881, 9996, 9802, 10301, 10066, 10393, 10414, 14440, 10810, 14961, 9466, 12227, 9568, 11413, 9467, 9165, 9668, 9276, 9437, 10062, 8966, 9826, 9703, 10438, 10291, 9780, 10198, 11460, 10000, 14304, 10664, 10111, 9097, 9591, 8923, 9658, 9530, 9671, 9943, 9725, 9583, 9968, 10087, 10288, 9939, 12623, 9459, 11621, 9522, 8740, 9561, 10164, 10008, 9887, 12916, 9511, 10645, 9866, 10351, 10092, 13296, 10146, 14047, 9382, 12428, 9413, 11407, 9476, 11986, 9567, 11557, 9439, 9676, 9346, 10288, 9068, 9794, 9879, 9781, 9361, 9460, 9246, 9610, 9899, 10667, 10227, 14328, 9836, 10977, 9590, 10071, 9518, 9882, 11673, 9460, 13683, 9725, 12212, 9421, 10453, 9664, 9601, 9400, 9564, 10297, 9945, 10051, 9699, 11180, 9443, 14067, 9478, 10063, 9388, 9678, 9347, 9800, 12931, 9998, 12159, 9507, 11065, 9349, 10532, 9744, 10054, 9426, 10256, 9137, 10125, 9943, 10188, 10461, 9623, 8626, 9551, 9406, 9343, 9788, 9314, 10059, 11408, 9685, 12559, 9841, 9341, 9538, 10128, 10196, 14053, 9999, 13588, 9215, 10327, 9605, 8770, 9684, 10466, 9508, 9873, 10180, 10118, 10195, 9560, 12729, 9526, 8971, 9224, 10010, 9297, 10062, 9660, 10578, 11769, 9801, 9377, 9604, 9190, 10323, 9146, 10058, 9434, 9706, 10721, 9882, 9241, 9358, 9108, 9549, 8962, 9547, 9293, 10097, 9436, 10179, 9580, 12745, 9693, 14373, 9686, 12010, 9938, 11178, 9542, 14631, 9709, 12056, 9720, 10618, 9630, 11140, 10195, 14140, 10004, 11381, 9291, 10006, 9214, 9216, 9738, 10439, 9393, 10359, 9393, 9728, 9653, 9443, 10535, 9937, 12001, 9724, 11465, 9929, 9174, 9369, 9469, 10642, 10015, 11144, 9633, 11257, 9566, 9192, 9724, 9513, 9775, 10179, 9841, 9360, 10205, 9354, 11284, 9775, 11129, 14411, 10781, 14490, 11161, 12106, 9770, 9059, 9779, 9737, 10073, 10389, 9732, 9494, 9700, 10070, 9718, 10908, 9861, 12041, 9977, 9371, 9680, 10230, 9892, 9768, 10231, 9516, 9433, 9656, 12290, 9539, 10185, 10202, 9043, 9559, 9507, 10135, 9450, 9683, 9257, 9740, 9591, 9767, 10086, 9801, 9542, 10398, 9891, 11707, 10643, 9831, 14464, 12072, 12925, 9864, 10758, 9946, 12210, 12096, 14491, 9432, 10973, 10088, 9862, 10142, 9997, 11948, 10430, 15451, 12294, 15299, 9616, 12070, 10242, 10105, 9950, 10170, 10631, 9801, 9870, 10042, 10477, 9789, 10349, 10096, 14674, 9550, 11828, 9845, 10138, 9468, 9555, 9956, 9799, 10084, 10025, 9987, 9766, 10166, 10057, 9784, 9784, 9500, 9830, 9804, 10380, 10431, 10432, 10020, 9694, 10360, 9841, 9736, 10918, 9826, 9387, 10370, 9340, 10043, 10247, 10511, 9965, 11679, 9832, 10920, 9960, 12141, 9895, 13326, 9775, 10200, 9554, 10195, 10312, 10030, 9896, 12394, 10167, 13404, 10068, 11056, 9753, 10096, 10189, 10028, 10011, 11403, 9929, 9428, 10185, 9828, 10244, 9114, 10309, 9692, 9541, 9939, 9917, 10240, 8981, 9999, 10288, 10955, 11414, 12262, 10056, 9949, 9576, 10170, 10197, 13261, 10209, 12741, 9871, 10176, 10134, 9601, 10135, 13721, 10120, 12565, 10148, 9717, 9999, 9596, 10108, 9676, 9647, 9878, 10170, 9783, 9670, 9753, 10116, 9652, 12854, 9640, 10637, 10247, 9625, 10110, 9570, 10242, 9333, 10030, 10134, 9705, 9879, 9173, 9762, 9665, 10367, 13017, 9660, 9849, 9738, 10159, 10214, 10096, 9674, 9994, 9435, 10036, 10423, 10022, 10224, 9872, 10256, 9509, 10286, 9775, 10260, 10312, 10116, 9864, 13921, 11084, 15112, 11540, 13298, 9880, 10999, 9875, 10924, 9521, 13030, 10042, 9689, 10260, 10246, 10053, 10017, 12152, 9820, 9563, 10351, 9488, 10052, 9264, 9808, 9506, 13862, 9652, 9334, 10054, 9328, 10306, 9796, 10017, 9842, 11778, 9628, 10093, 10028, 10082, 9935, 10489, 9889, 10117, 13559, 10083, 10015, 10345, 9360, 10286, 9910, 9975, 9700, 9453, 10158, 10142, 9688, 11032, 9531, 14431, 9919, 13397, 9928, 9755, 10326, 10124, 9391, 10494, 9926, 10026, 10359, 10024, 9562, 10097, 9736, 9546, 10262, 9941, 9772, 10081, 9854, 13010, 10143, 11666, 9838, 13395, 14928, 10142, 14968, 9474, 11609, 10407, 10305, 9188, 10104, 9274, 10267, 10252, 10171, 10077, 9582, 9519, 10447, 9996, 10327, 10481, 9145, 10373, 9232, 10079, 9059, 13309, 10233, 10014, 9979, 9930, 10026, 11077, 9519, 15231, 10178, 11084, 9815, 9474, 9646, 10038, 9632, 11564, 9916, 9904, 10129, 9763, 10366, 9561, 10077, 9756, 9937, 9444, 9729, 10220, 9904, 10189, 9987, 10178, 9671, 9694, 9811, 10069, 9863, 10339, 9994, 10359, 12137, 10182, 10608, 10082, 11337, 9744, 9967], 'WindowCenter': [4181.0, 4164.0, 4152.0, 4179.0, 4157.0, 4163.0, 4131.0, 4138.0, 4107.0, 4115.0, 4105.0, 4116.0, 4107.0, 4145.0, 4117.0, 4124.0, 4093.0, 4102.0, 4094.0, 4102.0, 4103.0, 4103.0, 4103.0, 4133.0, 4104.0, 4104.0, 4105.0, 4093.0, 4118.0, 4116.0, 4120.0, 4139.0, 4118.0, 4138.0, 4106.0, 4094.0, 4103.0, 4095.0, 4104.0, 4106.0, 4116.0, 4106.0, 4105.0, 4106.0, 4117.0, 4107.0, 4118.0, 4118.0, 4118.0, 4118.0, 4117.0, 4117.0, 4118.0, 4107.0, 4117.0, 4118.0, 4121.0, 4129.0, 4109.0, 4149.0, 4107.0, 4115.0, 4115.0, 4115.0, 4117.0, 4127.0, 4116.0, 4157.0, 4105.0, 4085.0, 4106.0, 4106.0, 4107.0, 4117.0, 4140.0, 4119.0, 4149.0, 4118.0, 4127.0, 4108.0, 4117.0, 4116.0, 4115.0, 4118.0, 4148.0, 4117.0, 4134.0, 4105.0, 4091.0, 4103.0, 4104.0, 4103.0, 4103.0, 4116.0, 4116.0, 4129.0, 4116.0, 4118.0, 4106.0, 4119.0, 4108.0, 4131.0, 4131.0, 4132.0, 4129.0, 4119.0, 4107.0, 4118.0, 4109.0, 4119.0, 4129.0, 4128.0, 4107.0, 4116.0, 4118.0, 4117.0, 4119.0, 4148.0, 4121.0, 4107.0, 4108.0, 4117.0, 4106.0, 4104.0, 4115.0, 4104.0, 4147.0, 4104.0, 4134.0, 4105.0, 4114.0, 4104.0, 4094.0, 4117.0, 4105.0, 4106.0, 4106.0, 4104.0, 4094.0, 4105.0, 4094.0, 4117.0, 4118.0, 4126.0, 4105.0, 4105.0, 4105.0, 4105.0, 4107.0, 4097.0, 4119.0, 4119.0, 4120.0, 4118.0, 4107.0, 4117.0, 4117.0, 4118.0, 4130.0, 4119.0, 4159.0, 4117.0, 4126.0, 4118.0, 4105.0, 4117.0, 4118.0, 4118.0, 4148.0, 4117.0, 4118.0, 4119.0, 4105.0, 4119.0, 4120.0, 4140.0, 4118.0, 4137.0, 4118.0, 4117.0, 4117.0, 4126.0, 4119.0, 4147.0, 4120.0, 4118.0, 4106.0, 4117.0, 4107.0, 4118.0, 4129.0, 4119.0, 4117.0, 4118.0, 4118.0, 4119.0, 4120.0, 4130.0, 4120.0, 4152.0, 4118.0, 4127.0, 4105.0, 4115.0, 4106.0, 4138.0, 4108.0, 4146.0, 4105.0, 4112.0, 4092.0, 4091.0, 4091.0, 4093.0, 4104.0, 4103.0, 4114.0, 4105.0, 4103.0, 4106.0, 4093.0, 4105.0, 4117.0, 4119.0, 4118.0, 4119.0, 4120.0, 4118.0, 4118.0, 4118.0, 4130.0, 4149.0, 4130.0, 4148.0, 4107.0, 4125.0, 4105.0, 4115.0, 4106.0, 4104.0, 4105.0, 4107.0, 4107.0, 4131.0, 4121.0, 4145.0, 4132.0, 4142.0, 4131.0, 4121.0, 4131.0, 4139.0, 4121.0, 4161.0, 4117.0, 4117.0, 4095.0, 4105.0, 4094.0, 4106.0, 4105.0, 4105.0, 4105.0, 4105.0, 4106.0, 4105.0, 4116.0, 4118.0, 4118.0, 4138.0, 4107.0, 4126.0, 4106.0, 4095.0, 4105.0, 4117.0, 4118.0, 4117.0, 4139.0, 4107.0, 4115.0, 4105.0, 4105.0, 4117.0, 4138.0, 4106.0, 4135.0, 4096.0, 4124.0, 4094.0, 4112.0, 4105.0, 4124.0, 4106.0, 4112.0, 4093.0, 4103.0, 4104.0, 4117.0, 4105.0, 4131.0, 4119.0, 4130.0, 4120.0, 4118.0, 4108.0, 4118.0, 4120.0, 4129.0, 4130.0, 4161.0, 4123.0, 4128.0, 4119.0, 4118.0, 4118.0, 4120.0, 4141.0, 4118.0, 4149.0, 4107.0, 4126.0, 4106.0, 4115.0, 4118.0, 4108.0, 4107.0, 4106.0, 4115.0, 4117.0, 4115.0, 4117.0, 4138.0, 4119.0, 4148.0, 4107.0, 4116.0, 4105.0, 4105.0, 4108.0, 4119.0, 4140.0, 4117.0, 4126.0, 4106.0, 4114.0, 4107.0, 4128.0, 4120.0, 4117.0, 4108.0, 4116.0, 4094.0, 4115.0, 4104.0, 4128.0, 4127.0, 4117.0, 4107.0, 4118.0, 4118.0, 4119.0, 4119.0, 4120.0, 4131.0, 4142.0, 4119.0, 4150.0, 4119.0, 4108.0, 4107.0, 4117.0, 4128.0, 4149.0, 4118.0, 4138.0, 4107.0, 4116.0, 4106.0, 4107.0, 4118.0, 4117.0, 4107.0, 4117.0, 4116.0, 4118.0, 4119.0, 4120.0, 4137.0, 4120.0, 4107.0, 4109.0, 4118.0, 4107.0, 4120.0, 4121.0, 4119.0, 4129.0, 4106.0, 4096.0, 4103.0, 4096.0, 4103.0, 4105.0, 4105.0, 4106.0, 4106.0, 4126.0, 4118.0, 4118.0, 4119.0, 4119.0, 4132.0, 4122.0, 4135.0, 4132.0, 4133.0, 4122.0, 4132.0, 4132.0, 4152.0, 4120.0, 4150.0, 4108.0, 4126.0, 4107.0, 4129.0, 4108.0, 4147.0, 4105.0, 4124.0, 4106.0, 4113.0, 4104.0, 4115.0, 4115.0, 4135.0, 4104.0, 4113.0, 4095.0, 4104.0, 4104.0, 4104.0, 4119.0, 4118.0, 4106.0, 4116.0, 4105.0, 4106.0, 4105.0, 4106.0, 4117.0, 4119.0, 4141.0, 4109.0, 4127.0, 4106.0, 4107.0, 4107.0, 4119.0, 4114.0, 4105.0, 4125.0, 4116.0, 4125.0, 4106.0, 4105.0, 4117.0, 4119.0, 4129.0, 4144.0, 4144.0, 4147.0, 4157.0, 4146.0, 4156.0, 4145.0, 4155.0, 4164.0, 4133.0, 4161.0, 4128.0, 4128.0, 4106.0, 4095.0, 4105.0, 4105.0, 4104.0, 4105.0, 4091.0, 4092.0, 4092.0, 4103.0, 4106.0, 4115.0, 4104.0, 4124.0, 4102.0, 4092.0, 4092.0, 4104.0, 4106.0, 4106.0, 4104.0, 4093.0, 4091.0, 4092.0, 4110.0, 4092.0, 4102.0, 4104.0, 4093.0, 4106.0, 4114.0, 4114.0, 4104.0, 4119.0, 4117.0, 4130.0, 4133.0, 4144.0, 4155.0, 4146.0, 4148.0, 4146.0, 4145.0, 4156.0, 4143.0, 4134.0, 4162.0, 4140.0, 4137.0, 4117.0, 4115.0, 4106.0, 4138.0, 4140.0, 4148.0, 4108.0, 4117.0, 4117.0, 4117.0, 4116.0, 4119.0, 4128.0, 4118.0, 4147.0, 4126.0, 4146.0, 4095.0, 4112.0, 4104.0, 4103.0, 4104.0, 4104.0, 4104.0, 4093.0, 4093.0, 4091.0, 4102.0, 4104.0, 4104.0, 4105.0, 4135.0, 4092.0, 4112.0, 4093.0, 4101.0, 4106.0, 4105.0, 4118.0, 4103.0, 4106.0, 4105.0, 4105.0, 4105.0, 4104.0, 4117.0, 4117.0, 4120.0, 4107.0, 4117.0, 4107.0, 4117.0, 4117.0, 4128.0, 4122.0, 4107.0, 4118.0, 4116.0, 4106.0, 4127.0, 4116.0, 4106.0, 4117.0, 4120.0, 4131.0, 4132.0, 4142.0, 4132.0, 4142.0, 4134.0, 4131.0, 4120.0, 4140.0, 4119.0, 4149.0, 4116.0, 4117.0, 4106.0, 4114.0, 4115.0, 4116.0, 4117.0, 4138.0, 4116.0, 4137.0, 4105.0, 4114.0, 4108.0, 4107.0, 4119.0, 4105.0, 4107.0, 4114.0, 4103.0, 4095.0, 4114.0, 4102.0, 4116.0, 4105.0, 4129.0, 4132.0, 4120.0, 4132.0, 4133.0, 4134.0, 4121.0, 4132.0, 4132.0, 4142.0, 4139.0, 4141.0, 4118.0, 4118.0, 4105.0, 4114.0, 4116.0, 4136.0, 4117.0, 4137.0, 4115.0, 4115.0, 4115.0, 4118.0, 4117.0, 4145.0, 4115.0, 4125.0, 4105.0, 4104.0, 4114.0, 4105.0, 4114.0, 4105.0, 4104.0, 4103.0, 4104.0, 4102.0, 4091.0, 4104.0, 4116.0, 4120.0, 4137.0, 4103.0, 4113.0, 4105.0, 4101.0, 4115.0, 4103.0, 4117.0, 4118.0, 4129.0, 4130.0, 4118.0, 4130.0, 4119.0, 4132.0, 4132.0, 4132.0, 4151.0, 4118.0, 4119.0, 4107.0, 4115.0, 4105.0, 4115.0, 4104.0, 4104.0, 4103.0, 4118.0, 4114.0, 4115.0, 4127.0, 4129.0, 4143.0, 4130.0, 4132.0, 4130.0, 4130.0, 4131.0, 4130.0, 4131.0, 4163.0, 4131.0, 4150.0, 4126.0, 4124.0, 4103.0, 4101.0, 4103.0, 4113.0, 4104.0, 4133.0, 4104.0, 4104.0, 4104.0, 4114.0, 4116.0, 4117.0, 4135.0, 4116.0, 4105.0, 4117.0, 4104.0, 4103.0, 4106.0, 4118.0, 4105.0, 4136.0, 4104.0, 4105.0, 4104.0, 4103.0, 4114.0, 4117.0, 4118.0, 4120.0, 4138.0, 4118.0, 4118.0, 4119.0, 4118.0, 4118.0, 4129.0, 4118.0, 4116.0, 4134.0, 4113.0, 4104.0, 4114.0, 4115.0, 4115.0, 4116.0, 4118.0, 4119.0, 4118.0, 4128.0, 4117.0, 4121.0, 4142.0, 4121.0, 4150.0, 4106.0, 4136.0, 4105.0, 4103.0, 4119.0, 4118.0, 4106.0, 4117.0, 4105.0, 4115.0, 4113.0, 4116.0, 4116.0, 4116.0, 4118.0, 4129.0, 4143.0, 4144.0, 4146.0, 4145.0, 4148.0, 4165.0, 4145.0, 4154.0, 4135.0, 4169.0, 4162.0, 4118.0, 4148.0, 4103.0, 4114.0, 4100.0, 4102.0, 4105.0, 4116.0, 4102.0, 4114.0, 4113.0, 4114.0, 4116.0, 4116.0, 4119.0, 4127.0, 4119.0, 4128.0, 4126.0, 4105.0, 4115.0, 4108.0, 4118.0, 4095.0, 4138.0, 4115.0, 4103.0, 4103.0, 4101.0, 4103.0, 4114.0, 4103.0, 4144.0, 4102.0, 4101.0, 4089.0, 4089.0, 4104.0, 4103.0, 4102.0, 4112.0, 4104.0, 4102.0, 4102.0, 4091.0, 4101.0, 4093.0, 4103.0, 4103.0, 4103.0, 4090.0, 4093.0, 4101.0, 4102.0, 4116.0, 4103.0, 4130.0, 4119.0, 4120.0, 4118.0, 4120.0, 4117.0, 4117.0, 4106.0, 4116.0, 4139.0, 4133.0, 4131.0, 4120.0, 4125.0, 4116.0, 4119.0], 'WindowWidth': [9285.0, 9248.0, 9226.0, 9254.0, 9219.0, 9220.0, 9172.0, 9178.0, 9136.0, 9142.0, 9130.0, 9146.0, 9136.0, 9183.0, 9146.0, 9151.0, 9110.0, 9118.0, 9110.0, 9119.0, 9122.0, 9122.0, 9124.0, 9164.0, 9126.0, 9125.0, 9129.0, 9112.0, 9150.0, 9149.0, 9160.0, 9183.0, 9154.0, 9178.0, 9131.0, 9112.0, 9124.0, 9114.0, 9125.0, 9134.0, 9145.0, 9133.0, 9128.0, 9133.0, 9148.0, 9135.0, 9151.0, 9154.0, 9154.0, 9154.0, 9149.0, 9151.0, 9152.0, 9137.0, 9149.0, 9151.0, 9161.0, 9170.0, 9142.0, 9195.0, 9135.0, 9143.0, 9145.0, 9143.0, 9150.0, 9161.0, 9147.0, 9202.0, 9132.0, 9103.0, 9133.0, 9134.0, 9138.0, 9151.0, 9185.0, 9156.0, 9196.0, 9152.0, 9163.0, 9138.0, 9148.0, 9147.0, 9145.0, 9152.0, 9192.0, 9149.0, 9168.0, 9128.0, 9107.0, 9125.0, 9127.0, 9126.0, 9126.0, 9148.0, 9150.0, 9169.0, 9148.0, 9154.0, 9136.0, 9158.0, 9140.0, 9177.0, 9177.0, 9180.0, 9172.0, 9156.0, 9139.0, 9153.0, 9142.0, 9158.0, 9168.0, 9168.0, 9137.0, 9148.0, 9153.0, 9150.0, 9157.0, 9195.0, 9160.0, 9138.0, 9137.0, 9148.0, 9133.0, 9127.0, 9146.0, 9129.0, 9191.0, 9128.0, 9167.0, 9131.0, 9141.0, 9128.0, 9114.0, 9149.0, 9131.0, 9133.0, 9130.0, 9126.0, 9114.0, 9128.0, 9114.0, 9148.0, 9153.0, 9160.0, 9131.0, 9129.0, 9130.0, 9130.0, 9137.0, 9127.0, 9159.0, 9156.0, 9160.0, 9152.0, 9137.0, 9150.0, 9150.0, 9154.0, 9172.0, 9157.0, 9212.0, 9152.0, 9161.0, 9153.0, 9131.0, 9151.0, 9152.0, 9156.0, 9194.0, 9152.0, 9154.0, 9155.0, 9135.0, 9157.0, 9161.0, 9188.0, 9154.0, 9177.0, 9154.0, 9150.0, 9153.0, 9163.0, 9158.0, 9192.0, 9159.0, 9153.0, 9136.0, 9150.0, 9136.0, 9156.0, 9171.0, 9158.0, 9152.0, 9155.0, 9155.0, 9156.0, 9160.0, 9175.0, 9158.0, 9204.0, 9152.0, 9160.0, 9132.0, 9142.0, 9133.0, 9177.0, 9138.0, 9187.0, 9130.0, 9134.0, 9109.0, 9104.0, 9106.0, 9113.0, 9130.0, 9125.0, 9142.0, 9129.0, 9125.0, 9133.0, 9114.0, 9133.0, 9153.0, 9158.0, 9153.0, 9157.0, 9158.0, 9153.0, 9154.0, 9155.0, 9173.0, 9196.0, 9171.0, 9192.0, 9134.0, 9155.0, 9129.0, 9142.0, 9130.0, 9128.0, 9133.0, 9138.0, 9138.0, 9177.0, 9166.0, 9201.0, 9181.0, 9194.0, 9177.0, 9162.0, 9176.0, 9187.0, 9160.0, 9217.0, 9152.0, 9150.0, 9117.0, 9130.0, 9113.0, 9133.0, 9130.0, 9131.0, 9130.0, 9130.0, 9132.0, 9131.0, 9149.0, 9154.0, 9157.0, 9179.0, 9139.0, 9161.0, 9134.0, 9119.0, 9132.0, 9150.0, 9155.0, 9149.0, 9183.0, 9135.0, 9145.0, 9131.0, 9131.0, 9152.0, 9177.0, 9134.0, 9171.0, 9117.0, 9151.0, 9113.0, 9134.0, 9130.0, 9153.0, 9132.0, 9135.0, 9112.0, 9124.0, 9128.0, 9148.0, 9133.0, 9177.0, 9157.0, 9174.0, 9160.0, 9154.0, 9141.0, 9153.0, 9157.0, 9169.0, 9175.0, 9214.0, 9167.0, 9168.0, 9157.0, 9153.0, 9154.0, 9160.0, 9189.0, 9155.0, 9196.0, 9137.0, 9160.0, 9135.0, 9146.0, 9155.0, 9139.0, 9138.0, 9133.0, 9145.0, 9150.0, 9145.0, 9151.0, 9182.0, 9159.0, 9194.0, 9138.0, 9148.0, 9131.0, 9130.0, 9140.0, 9156.0, 9184.0, 9150.0, 9160.0, 9134.0, 9142.0, 9135.0, 9167.0, 9160.0, 9150.0, 9139.0, 9146.0, 9114.0, 9143.0, 9129.0, 9169.0, 9165.0, 9152.0, 9137.0, 9155.0, 9155.0, 9157.0, 9158.0, 9162.0, 9178.0, 9194.0, 9158.0, 9201.0, 9156.0, 9139.0, 9136.0, 9152.0, 9168.0, 9196.0, 9154.0, 9178.0, 9136.0, 9146.0, 9135.0, 9139.0, 9154.0, 9151.0, 9137.0, 9149.0, 9148.0, 9152.0, 9155.0, 9161.0, 9180.0, 9159.0, 9138.0, 9140.0, 9152.0, 9137.0, 9158.0, 9162.0, 9155.0, 9167.0, 9132.0, 9116.0, 9123.0, 9117.0, 9125.0, 9130.0, 9129.0, 9134.0, 9133.0, 9161.0, 9153.0, 9154.0, 9159.0, 9160.0, 9182.0, 9170.0, 9189.0, 9181.0, 9181.0, 9167.0, 9178.0, 9180.0, 9207.0, 9161.0, 9201.0, 9139.0, 9160.0, 9135.0, 9168.0, 9138.0, 9191.0, 9131.0, 9153.0, 9131.0, 9138.0, 9128.0, 9145.0, 9145.0, 9168.0, 9128.0, 9137.0, 9115.0, 9126.0, 9129.0, 9128.0, 9155.0, 9152.0, 9135.0, 9146.0, 9131.0, 9133.0, 9131.0, 9132.0, 9151.0, 9158.0, 9187.0, 9139.0, 9162.0, 9132.0, 9134.0, 9136.0, 9154.0, 9140.0, 9130.0, 9157.0, 9147.0, 9159.0, 9136.0, 9134.0, 9152.0, 9158.0, 9173.0, 9201.0, 9203.0, 9211.0, 9223.0, 9208.0, 9221.0, 9201.0, 9217.0, 9226.0, 9183.0, 9217.0, 9167.0, 9166.0, 9130.0, 9117.0, 9131.0, 9132.0, 9125.0, 9130.0, 9106.0, 9109.0, 9108.0, 9124.0, 9133.0, 9145.0, 9126.0, 9154.0, 9120.0, 9108.0, 9107.0, 9127.0, 9133.0, 9133.0, 9127.0, 9112.0, 9104.0, 9107.0, 9129.0, 9107.0, 9121.0, 9126.0, 9111.0, 9134.0, 9145.0, 9142.0, 9130.0, 9156.0, 9154.0, 9175.0, 9184.0, 9202.0, 9218.0, 9207.0, 9211.0, 9206.0, 9203.0, 9219.0, 9200.0, 9184.0, 9221.0, 9187.0, 9178.0, 9150.0, 9144.0, 9132.0, 9182.0, 9187.0, 9193.0, 9137.0, 9148.0, 9149.0, 9150.0, 9147.0, 9154.0, 9166.0, 9153.0, 9192.0, 9161.0, 9184.0, 9115.0, 9134.0, 9124.0, 9122.0, 9127.0, 9125.0, 9126.0, 9107.0, 9108.0, 9105.0, 9118.0, 9126.0, 9127.0, 9130.0, 9169.0, 9107.0, 9132.0, 9109.0, 9116.0, 9132.0, 9131.0, 9152.0, 9126.0, 9132.0, 9130.0, 9131.0, 9130.0, 9127.0, 9149.0, 9150.0, 9158.0, 9136.0, 9149.0, 9134.0, 9147.0, 9149.0, 9165.0, 9162.0, 9135.0, 9153.0, 9146.0, 9135.0, 9164.0, 9149.0, 9135.0, 9151.0, 9158.0, 9177.0, 9180.0, 9194.0, 9180.0, 9191.0, 9182.0, 9174.0, 9159.0, 9187.0, 9157.0, 9196.0, 9148.0, 9148.0, 9132.0, 9143.0, 9144.0, 9147.0, 9151.0, 9178.0, 9149.0, 9175.0, 9131.0, 9141.0, 9138.0, 9133.0, 9153.0, 9131.0, 9136.0, 9141.0, 9125.0, 9115.0, 9141.0, 9123.0, 9147.0, 9132.0, 9170.0, 9179.0, 9161.0, 9181.0, 9181.0, 9183.0, 9164.0, 9179.0, 9181.0, 9195.0, 9183.0, 9192.0, 9153.0, 9153.0, 9131.0, 9143.0, 9148.0, 9176.0, 9150.0, 9177.0, 9144.0, 9145.0, 9144.0, 9153.0, 9152.0, 9186.0, 9147.0, 9157.0, 9129.0, 9128.0, 9142.0, 9133.0, 9144.0, 9128.0, 9130.0, 9125.0, 9125.0, 9122.0, 9106.0, 9128.0, 9146.0, 9158.0, 9175.0, 9128.0, 9139.0, 9129.0, 9120.0, 9143.0, 9126.0, 9151.0, 9155.0, 9171.0, 9175.0, 9155.0, 9174.0, 9156.0, 9180.0, 9182.0, 9181.0, 9205.0, 9155.0, 9155.0, 9134.0, 9143.0, 9129.0, 9145.0, 9130.0, 9129.0, 9128.0, 9152.0, 9145.0, 9148.0, 9168.0, 9172.0, 9196.0, 9176.0, 9182.0, 9173.0, 9174.0, 9176.0, 9172.0, 9176.0, 9220.0, 9175.0, 9198.0, 9160.0, 9155.0, 9125.0, 9118.0, 9124.0, 9139.0, 9130.0, 9164.0, 9129.0, 9127.0, 9126.0, 9142.0, 9148.0, 9152.0, 9173.0, 9149.0, 9133.0, 9148.0, 9129.0, 9128.0, 9136.0, 9153.0, 9131.0, 9175.0, 9129.0, 9130.0, 9128.0, 9128.0, 9144.0, 9155.0, 9157.0, 9160.0, 9182.0, 9154.0, 9154.0, 9155.0, 9152.0, 9153.0, 9172.0, 9153.0, 9147.0, 9168.0, 9140.0, 9128.0, 9140.0, 9149.0, 9148.0, 9150.0, 9154.0, 9158.0, 9154.0, 9169.0, 9151.0, 9163.0, 9192.0, 9164.0, 9198.0, 9134.0, 9173.0, 9128.0, 9124.0, 9153.0, 9153.0, 9134.0, 9150.0, 9130.0, 9143.0, 9139.0, 9145.0, 9148.0, 9149.0, 9156.0, 9172.0, 9201.0, 9201.0, 9208.0, 9204.0, 9210.0, 9229.0, 9201.0, 9213.0, 9189.0, 9237.0, 9219.0, 9154.0, 9192.0, 9124.0, 9139.0, 9117.0, 9122.0, 9132.0, 9145.0, 9123.0, 9143.0, 9141.0, 9142.0, 9149.0, 9149.0, 9160.0, 9166.0, 9158.0, 9169.0, 9163.0, 9133.0, 9145.0, 9141.0, 9156.0, 9119.0, 9180.0, 9143.0, 9126.0, 9123.0, 9119.0, 9126.0, 9142.0, 9124.0, 9182.0, 9120.0, 9118.0, 9101.0, 9100.0, 9128.0, 9125.0, 9124.0, 9135.0, 9125.0, 9120.0, 9120.0, 9104.0, 9119.0, 9109.0, 9125.0, 9124.0, 9123.0, 9104.0, 9110.0, 9120.0, 9123.0, 9144.0, 9127.0, 9173.0, 9159.0, 9159.0, 9153.0, 9159.0, 9148.0, 9151.0, 9132.0, 9147.0, 9180.0, 9181.0, 9173.0, 9159.0, 9158.0, 9148.0, 9154.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.0006265668202764977</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.022651386405529952</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.129759835767</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.145941549215686</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9740138530795847</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.5067</td></tr>
|
|
<tr><td colspan=3>fber</td><td>3539.8384</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.08130614128915646</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>8</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>0.9216589861751152</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.6745346934908256</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.6455696641974313</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.92931202106885</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4487223952061967</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0108844</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.012642930261790752</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.026364317163825035</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>868</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>3.589761733011224</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>z</td><td>2.6999998092651367</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>k</td><td>18.0021</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>56.0092</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>234.449</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>58.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>296586.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>1200.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>428.663</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>1.8343</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>546.0656</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3243.3249</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3474.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>79958.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>857.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4345.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>967.7462</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>36.510172802140005</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> |