=== 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-0041 --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-0041",
"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-0041_ses-03_task-social_acq-mb8_run-03_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-0041_ses-03_task-social_acq-mb8_run-03_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-03_session-03_subject-0041_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-0041/figures/sub-0041_ses-03_task-social_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0041/figures/sub-0041_ses-03_task-social_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0041/figures/sub-0041_ses-03_task-social_acq-mb8_run-03_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-03_session-03_subject-0041_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-0041/figures/sub-0041_ses-03_task-social_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0041/figures/sub-0041_ses-03_task-social_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0041/figures/sub-0041_ses-03_task-social_acq-mb8_run-03_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-03_session-03_subject-0041_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-0041/figures/sub-0041_ses-03_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0041/figures/sub-0041_ses-03_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0041/figures/sub-0041_ses-03_task-social_acq-mb8_run-03_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-03_session-03_subject-0041_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-0041/figures/sub-0041_ses-03_task-social_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0041/figures/sub-0041_ses-03_task-social_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0041/figures/sub-0041_ses-03_task-social_acq-mb8_run-03_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-03_session-03_subject-0041_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-0041/figures/sub-0041_ses-03_task-social_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0041/figures/sub-0041_ses-03_task-social_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0041/figures/sub-0041_ses-03_task-social_acq-mb8_run-03_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-03_session-03_subject-0041_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-0041/figures/sub-0041_ses-03_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0041/figures/sub-0041_ses-03_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0041/figures/sub-0041_ses-03_task-social_acq-mb8_run-03_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-03_subject-0041_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-0041/figures/sub-0041_ses-03_task-social_acq-mb8_run-03_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0041/figures/sub-0041_ses-03_task-social_acq-mb8_run-03_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-0041/figures/sub-0041_ses-03_task-social_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0041/figures/sub-0041_ses-03_task-social_acq-mb8_run-03_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-0041/ses-03/func/sub-0041_ses-03_task-social_acq-mb8_run-03_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>7199ba971b5d020a1f177c361488550d</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>15:57:38.570000</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.991932, -0.126743, -0.0027433, 0.126366, 0.986781, 0.101461]</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-03_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.0869479</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-03_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>14</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4137, -7777, -7358, 442, -78, -200, -59, 87]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>social</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>238.723</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>f038a40d-02d2-4dec-a1f6-ed3c78e6b4f0||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.661280393600464, 0.3390296995639801, 0.027411505579948425, 94.84638977050781], [0.34004247188568115, 2.6474621295928955, 0.27266979217529297, -113.75614166259766], [-0.007360085844993591, -0.27221179008483887, 2.686056613922119, -60.217525482177734], [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': ['155738.570000', '155739.030000', '155739.490000', '155739.950000', '155740.410000', '155740.870000', '155741.330000', '155741.790000', '155742.250000', '155742.710000', '155743.170000', '155743.630000', '155744.090000', '155744.550000', '155745.010000', '155745.470000', '155745.930000', '155746.390000', '155746.850000', '155747.310000', '155747.770000', '155748.230000', '155748.690000', '155749.150000', '155749.610000', '155750.070000', '155750.530000', '155750.990000', '155751.450000', '155751.910000', '155752.370000', '155752.830000', '155753.290000', '155753.750000', '155754.210000', '155754.670000', '155755.130000', '155755.590000', '155756.050000', '155756.510000', '155756.970000', '155757.430000', '155757.890000', '155758.350000', '155758.810000', '155759.270000', '155759.730000', '155800.190000', '155800.650000', '155801.110000', '155801.570000', '155802.030000', '155802.490000', '155802.950000', '155803.410000', '155803.870000', '155804.330000', '155804.790000', '155805.250000', '155805.710000', '155806.170000', '155806.630000', '155807.090000', '155807.550000', '155808.010000', '155808.470000', '155808.930000', '155809.390000', '155809.850000', '155810.310000', '155810.770000', '155811.230000', '155811.690000', '155812.150000', '155812.610000', '155813.070000', '155813.530000', '155813.990000', '155814.450000', '155814.910000', '155815.370000', '155815.830000', '155816.290000', '155816.750000', '155817.210000', '155817.670000', '155818.130000', '155818.590000', '155819.050000', '155819.510000', '155819.970000', '155820.430000', '155820.890000', '155821.350000', '155821.810000', '155822.270000', '155822.730000', '155823.190000', '155823.650000', '155824.110000', '155824.570000', '155825.030000', '155825.490000', '155825.950000', '155826.410000', '155826.870000', '155827.330000', '155827.790000', '155828.250000', '155828.710000', '155829.170000', '155829.630000', '155830.090000', '155830.550000', '155831.010000', '155831.470000', '155831.930000', '155832.390000', '155832.850000', '155833.310000', '155833.770000', '155834.230000', '155834.690000', '155835.150000', '155835.610000', '155836.070000', '155836.530000', '155836.990000', '155837.450000', '155837.910000', '155838.370000', '155838.830000', '155839.290000', '155839.750000', '155840.210000', '155840.670000', '155841.130000', '155841.590000', '155842.050000', '155842.510000', '155842.970000', '155843.430000', '155843.890000', '155844.350000', '155844.810000', '155845.270000', '155845.730000', '155846.190000', '155846.650000', '155847.110000', '155847.570000', '155848.030000', '155848.490000', '155848.950000', '155849.410000', '155849.870000', '155850.330000', '155850.790000', '155851.250000', '155851.710000', '155852.170000', '155852.630000', '155853.090000', '155853.550000', '155854.010000', '155854.470000', '155854.930000', '155855.390000', '155855.850000', '155856.310000', '155856.770000', '155857.230000', '155857.690000', '155858.150000', '155858.610000', '155859.070000', '155859.530000', '155859.990000', '155900.450000', '155900.910000', '155901.370000', '155901.830000', '155902.290000', '155902.750000', '155903.210000', '155903.670000', '155904.130000', '155904.590000', '155905.050000', '155905.510000', '155905.970000', '155906.430000', '155906.890000', '155907.350000', '155907.810000', '155908.270000', '155908.730000', '155909.190000', '155909.650000', '155910.110000', '155910.570000', '155911.030000', '155911.490000', '155911.950000', '155912.410000', '155912.870000', '155913.330000', '155913.790000', '155914.250000', '155914.710000', '155915.170000', '155915.630000', '155916.090000', '155916.550000', '155917.010000', '155917.470000', '155917.930000', '155918.390000', '155918.850000', '155919.310000', '155919.770000', '155920.230000', '155920.690000', '155921.150000', '155921.610000', '155922.070000', '155922.530000', '155922.990000', '155923.450000', '155923.910000', '155924.370000', '155924.830000', '155925.290000', '155925.750000', '155926.210000', '155926.670000', '155927.130000', '155927.590000', '155928.050000', '155928.510000', '155928.970000', '155929.430000', '155929.890000', '155930.350000', '155930.810000', '155931.270000', '155931.730000', '155932.190000', '155932.650000', '155933.110000', '155933.570000', '155934.030000', '155934.490000', '155934.950000', '155935.410000', '155935.870000', '155936.330000', '155936.790000', '155937.250000', '155937.710000', '155938.170000', '155938.630000', '155939.090000', '155939.550000', '155940.010000', '155940.470000', '155940.930000', '155941.390000', '155941.850000', '155942.310000', '155942.770000', '155943.230000', '155943.690000', '155944.150000', '155944.610000', '155945.070000', '155945.530000', '155945.990000', '155946.450000', '155946.910000', '155947.370000', '155947.830000', '155948.290000', '155948.750000', '155949.210000', '155949.670000', '155950.130000', '155950.590000', '155951.050000', '155951.510000', '155951.970000', '155952.430000', '155952.890000', '155953.350000', '155953.810000', '155954.270000', '155954.730000', '155955.190000', '155955.650000', '155956.110000', '155956.570000', '155957.030000', '155957.490000', '155957.950000', '155958.410000', '155958.870000', '155959.330000', '155959.790000', '160000.250000', '160000.710000', '160001.170000', '160001.630000', '160002.090000', '160002.550000', '160003.010000', '160003.470000', '160003.930000', '160004.390000', '160004.850000', '160005.310000', '160005.770000', '160006.230000', '160006.690000', '160007.150000', '160007.610000', '160008.070000', '160008.530000', '160008.990000', '160009.450000', '160009.910000', '160010.370000', '160010.830000', '160011.290000', '160011.750000', '160012.210000', '160012.670000', '160013.130000', '160013.590000', '160014.050000', '160014.510000', '160014.970000', '160015.430000', '160015.890000', '160016.350000', '160016.810000', '160017.270000', '160017.730000', '160018.190000', '160018.650000', '160019.110000', '160019.570000', '160020.030000', '160020.490000', '160020.950000', '160021.410000', '160021.870000', '160022.330000', '160022.790000', '160023.250000', '160023.710000', '160024.170000', '160024.630000', '160025.090000', '160025.550000', '160026.010000', '160026.470000', '160026.930000', '160027.390000', '160027.850000', '160028.310000', '160028.770000', '160029.230000', '160029.690000', '160030.150000', '160030.610000', '160031.070000', '160031.530000', '160031.990000', '160032.450000', '160032.910000', '160033.370000', '160033.830000', '160034.290000', '160034.750000', '160035.210000', '160035.670000', '160036.130000', '160036.590000', '160037.050000', '160037.510000', '160037.970000', '160038.430000', '160038.890000', '160039.350000', '160039.810000', '160040.270000', '160040.730000', '160041.190000', '160041.650000', '160042.110000', '160042.570000', '160043.030000', '160043.490000', '160043.950000', '160044.410000', '160044.870000', '160045.330000', '160045.790000', '160046.250000', '160046.710000', '160047.170000', '160047.630000', '160048.090000', '160048.550000', '160049.010000', '160049.470000', '160049.930000', '160050.390000', '160050.850000', '160051.310000', '160051.770000', '160052.230000', '160052.690000', '160053.150000', '160053.610000', '160054.070000', '160054.530000', '160054.990000', '160055.450000', '160055.910000', '160056.370000', '160056.830000', '160057.290000', '160057.750000', '160058.210000', '160058.670000', '160059.130000', '160059.590000', '160100.050000', '160100.510000', '160100.970000', '160101.430000', '160101.890000', '160102.350000', '160102.810000', '160103.270000', '160103.730000', '160104.190000', '160104.650000', '160105.110000', '160105.570000', '160106.030000', '160106.490000', '160106.950000', '160107.410000', '160107.870000', '160108.330000', '160108.790000', '160109.250000', '160109.710000', '160110.170000', '160110.630000', '160111.090000', '160111.550000', '160112.010000', '160112.470000', '160112.930000', '160113.390000', '160113.850000', '160114.310000', '160114.770000', '160115.230000', '160115.690000', '160116.150000', '160116.610000', '160117.070000', '160117.530000', '160117.990000', '160118.450000', '160118.910000', '160119.370000', '160119.830000', '160120.290000', '160120.750000', '160121.210000', '160121.670000', '160122.130000', '160122.590000', '160123.050000', '160123.510000', '160123.970000', '160124.430000', '160124.890000', '160125.350000', '160125.810000', '160126.270000', '160126.730000', '160127.190000', '160127.650000', '160128.110000', '160128.570000', '160129.030000', '160129.490000', '160129.950000', '160130.410000', '160130.870000', '160131.330000', '160131.790000', '160132.250000', '160132.710000', '160133.170000', '160133.630000', '160134.090000', '160134.550000', '160135.010000', '160135.470000', '160135.930000', '160136.390000', '160136.850000', '160137.310000', '160137.770000', '160138.230000', '160138.690000', '160139.150000', '160139.610000', '160140.070000', '160140.530000', '160140.990000', '160141.450000', '160141.910000', '160142.370000', '160142.830000', '160143.290000', '160143.750000', '160144.210000', '160144.670000', '160145.130000', '160145.590000', '160146.050000', '160146.510000', '160146.970000', '160147.430000', '160147.890000', '160148.350000', '160148.810000', '160149.270000', '160149.730000', '160150.190000', '160150.650000', '160151.110000', '160151.570000', '160152.030000', '160152.490000', '160152.950000', '160153.410000', '160153.870000', '160154.330000', '160154.790000', '160155.250000', '160155.710000', '160156.170000', '160156.630000', '160157.090000', '160157.550000', '160158.010000', '160158.470000', '160158.930000', '160159.390000', '160159.850000', '160200.310000', '160200.770000', '160201.230000', '160201.690000', '160202.150000', '160202.610000', '160203.070000', '160203.530000', '160203.990000', '160204.450000', '160204.910000', '160205.370000', '160205.830000', '160206.290000', '160206.750000', '160207.210000', '160207.670000', '160208.130000', '160208.590000', '160209.050000', '160209.510000', '160209.970000', '160210.430000', '160210.890000', '160211.350000', '160211.810000', '160212.270000', '160212.730000', '160213.190000', '160213.650000', '160214.110000', '160214.570000', '160215.030000', '160215.490000', '160215.950000', '160216.410000', '160216.870000', '160217.330000', '160217.790000', '160218.250000', '160218.710000', '160219.170000', '160219.630000', '160220.090000', '160220.550000', '160221.010000', '160221.470000', '160221.930000', '160222.390000', '160222.850000', '160223.310000', '160223.770000', '160224.230000', '160224.690000', '160225.150000', '160225.610000', '160226.070000', '160226.530000', '160226.990000', '160227.450000', '160227.910000', '160228.370000', '160228.830000', '160229.290000', '160229.750000', '160230.210000', '160230.670000', '160231.130000', '160231.590000', '160232.050000', '160232.510000', '160232.970000', '160233.430000', '160233.890000', '160234.350000', '160234.810000', '160235.270000', '160235.730000', '160236.190000', '160236.650000', '160237.110000', '160237.570000', '160238.030000', '160238.490000', '160238.950000', '160239.410000', '160239.870000', '160240.330000', '160240.790000', '160241.250000', '160241.710000', '160242.170000', '160242.630000', '160243.090000', '160243.550000', '160244.010000', '160244.470000', '160244.930000', '160245.390000', '160245.850000', '160246.310000', '160246.770000', '160247.230000', '160247.690000', '160248.150000', '160248.610000', '160249.070000', '160249.530000', '160249.990000', '160250.450000', '160250.910000', '160251.370000', '160251.830000', '160252.290000', '160252.750000', '160253.210000', '160253.670000', '160254.130000', '160254.590000', '160255.050000', '160255.510000', '160255.970000', '160256.430000', '160256.890000', '160257.350000', '160257.810000', '160258.270000', '160258.730000', '160259.190000', '160259.650000', '160300.110000', '160300.570000', '160301.030000', '160301.490000', '160301.950000', '160302.410000', '160302.870000', '160303.330000', '160303.790000', '160304.250000', '160304.710000', '160305.170000', '160305.630000', '160306.090000', '160306.550000', '160307.010000', '160307.470000', '160307.930000', '160308.390000', '160308.850000', '160309.310000', '160309.770000', '160310.230000', '160310.690000', '160311.150000', '160311.610000', '160312.070000', '160312.530000', '160312.990000', '160313.450000', '160313.910000', '160314.370000', '160314.830000', '160315.290000', '160315.750000', '160316.210000', '160316.670000', '160317.130000', '160317.590000', '160318.050000', '160318.510000', '160318.970000', '160319.430000', '160319.890000', '160320.350000', '160320.810000', '160321.270000', '160321.730000', '160322.190000', '160322.650000', '160323.110000', '160323.570000', '160324.030000', '160324.490000', '160324.950000', '160325.410000', '160325.870000', '160326.330000', '160326.790000', '160327.250000', '160327.710000', '160328.170000', '160328.630000', '160329.090000', '160329.550000', '160330.010000', '160330.470000', '160330.930000', '160331.390000', '160331.850000', '160332.310000', '160332.770000', '160333.230000', '160333.690000', '160334.150000', '160334.610000', '160335.070000', '160335.530000', '160335.990000', '160336.450000', '160336.910000', '160337.370000', '160337.830000', '160338.290000', '160338.750000', '160339.210000', '160339.670000', '160340.130000', '160340.590000', '160341.050000', '160341.510000', '160341.970000', '160342.430000', '160342.890000', '160343.350000', '160343.810000', '160344.270000', '160344.730000', '160345.190000', '160345.650000', '160346.110000', '160346.570000', '160347.030000', '160347.490000', '160347.950000', '160348.410000', '160348.870000', '160349.330000', '160349.790000', '160350.250000', '160350.710000', '160351.170000', '160351.630000', '160352.090000', '160352.550000', '160353.010000', '160353.470000', '160353.930000', '160354.390000', '160354.850000', '160355.310000', '160355.770000', '160356.230000', '160356.690000', '160357.150000', '160357.610000', '160358.070000', '160358.530000', '160358.990000', '160359.450000', '160359.910000', '160400.370000', '160400.830000', '160401.290000', '160401.750000', '160402.210000', '160402.670000', '160403.130000', '160403.590000', '160404.050000', '160404.510000', '160404.970000', '160405.430000', '160405.890000', '160406.350000', '160406.810000', '160407.270000', '160407.730000', '160408.190000', '160408.650000', '160409.110000', '160409.570000', '160410.030000', '160410.490000', '160410.950000', '160411.410000', '160411.870000', '160412.330000', '160412.790000', '160413.250000', '160413.710000', '160414.170000', '160414.630000', '160415.090000', '160415.550000', '160416.010000', '160416.470000', '160416.930000', '160417.390000', '160417.850000', '160418.310000', '160418.770000', '160419.230000'], 'ContentTime': ['155800.412000', '155800.416000', '155800.419000', '155800.422000', '155800.424000', '155800.427000', '155800.430000', '155800.433000', '155800.435000', '155800.438000', '155800.441000', '155800.444000', '155800.447000', '155800.450000', '155800.452000', '155800.455000', '155800.458000', '155800.461000', '155800.463000', '155800.466000', '155800.469000', '155800.472000', '155800.475000', '155800.477000', '155800.480000', '155800.483000', '155800.486000', '155800.489000', '155800.491000', '155800.494000', '155800.497000', '155800.500000', '155800.503000', '155800.506000', '155800.509000', '155800.511000', '155800.514000', '155800.517000', '155800.520000', '155800.523000', '155800.525000', '155800.528000', '155800.531000', '155800.534000', '155800.537000', '155800.545000', '155820.376000', '155820.379000', '155820.382000', '155820.384000', '155820.387000', '155820.390000', '155820.393000', '155820.396000', '155820.398000', '155820.401000', '155820.404000', '155820.407000', '155820.409000', '155820.412000', '155820.415000', '155820.418000', '155820.421000', '155820.423000', '155820.426000', '155820.429000', '155820.432000', '155820.434000', '155820.437000', '155820.444000', '155820.447000', '155820.450000', '155820.453000', '155820.455000', '155820.458000', '155820.470000', '155820.473000', '155820.476000', '155820.482000', '155820.485000', '155820.487000', '155820.490000', '155820.493000', '155820.496000', '155820.499000', '155820.501000', '155820.504000', '155820.507000', '155820.510000', '155840.376000', '155840.379000', '155840.382000', '155840.384000', '155840.387000', '155840.390000', '155840.393000', '155840.396000', '155840.398000', '155840.401000', '155840.404000', '155840.407000', '155840.410000', '155840.413000', '155840.415000', '155840.418000', '155840.421000', '155840.424000', '155840.427000', '155840.430000', '155840.432000', '155840.435000', '155840.438000', '155840.441000', '155840.444000', '155840.447000', '155840.449000', '155840.452000', '155840.455000', '155840.458000', '155840.461000', '155840.463000', '155840.466000', '155840.469000', '155840.472000', '155840.474000', '155840.477000', '155840.480000', '155840.483000', '155840.486000', '155840.489000', '155840.491000', '155840.494000', '155840.497000', '155900.375000', '155900.378000', '155900.381000', '155900.383000', '155900.386000', '155900.389000', '155900.392000', '155900.395000', '155900.398000', '155900.400000', '155900.403000', '155900.406000', '155900.409000', '155900.411000', '155900.414000', '155900.417000', '155900.420000', '155900.423000', '155900.425000', '155900.428000', '155900.431000', '155900.434000', '155900.438000', '155900.441000', '155900.444000', '155900.447000', '155900.450000', '155900.453000', '155900.455000', '155900.458000', '155900.461000', '155900.464000', '155900.467000', '155900.469000', '155900.472000', '155900.475000', '155900.478000', '155900.481000', '155900.484000', '155900.486000', '155900.506000', '155900.509000', '155900.511000', '155920.375000', '155920.378000', '155920.381000', '155920.383000', '155920.386000', '155920.389000', '155920.392000', '155920.395000', '155920.397000', '155920.400000', '155920.403000', '155920.406000', '155920.409000', '155920.411000', '155920.414000', '155920.417000', '155920.420000', '155920.423000', '155920.425000', '155920.428000', '155920.431000', '155920.434000', '155920.437000', '155920.439000', '155920.442000', '155920.445000', '155920.448000', '155920.459000', '155920.461000', '155920.464000', '155920.467000', '155920.470000', '155920.473000', '155920.475000', '155920.478000', '155920.481000', '155920.484000', '155920.487000', '155920.490000', '155920.492000', '155920.495000', '155920.498000', '155920.501000', '155920.503000', '155940.375000', '155940.378000', '155940.381000', '155940.383000', '155940.386000', '155940.389000', '155940.392000', '155940.395000', '155940.397000', '155940.400000', '155940.403000', '155940.406000', '155940.409000', '155940.411000', '155940.414000', '155940.417000', '155940.420000', '155940.422000', '155940.425000', '155940.428000', '155940.431000', '155940.434000', '155940.436000', '155940.439000', '155940.442000', '155940.445000', '155940.448000', '155940.450000', '155940.453000', '155940.456000', '155940.459000', '155940.462000', '155940.465000', '155940.467000', '155940.470000', '155940.473000', '155940.476000', '155940.479000', '155940.481000', '155940.484000', '155940.487000', '155940.496000', '155940.499000', '160000.375000', '160000.378000', '160000.381000', '160000.383000', '160000.386000', '160000.389000', '160000.392000', '160000.395000', '160000.397000', '160000.400000', '160000.403000', '160000.406000', '160000.409000', '160000.411000', '160000.414000', '160000.417000', '160000.420000', '160000.423000', '160000.425000', '160000.445000', '160000.448000', '160000.451000', '160000.454000', '160000.457000', '160000.459000', '160000.462000', '160000.465000', '160000.468000', '160000.471000', '160000.473000', '160000.476000', '160000.479000', '160000.482000', '160000.485000', '160000.487000', '160000.490000', '160000.493000', '160000.496000', '160000.499000', '160000.501000', '160000.504000', '160000.507000', '160000.510000', '160000.513000', '160020.375000', '160020.378000', '160020.381000', '160020.384000', '160020.386000', '160020.389000', '160020.392000', '160020.395000', '160020.398000', '160020.400000', '160020.403000', '160020.406000', '160020.409000', '160020.412000', '160020.415000', '160020.417000', '160020.420000', '160020.423000', '160020.426000', '160020.429000', '160020.432000', '160020.434000', '160020.437000', '160020.440000', '160020.443000', '160020.445000', '160020.448000', '160020.451000', '160020.454000', '160020.457000', '160020.460000', '160020.463000', '160020.465000', '160020.468000', '160020.471000', '160020.476000', '160020.478000', '160020.481000', '160020.484000', '160020.487000', '160020.490000', '160020.493000', '160020.495000', '160040.376000', '160040.379000', '160040.382000', '160040.384000', '160040.387000', '160040.390000', '160040.393000', '160040.396000', '160040.398000', '160040.401000', '160040.404000', '160040.407000', '160040.409000', '160040.412000', '160040.415000', '160040.418000', '160040.421000', '160040.424000', '160040.426000', '160040.429000', '160040.432000', '160040.435000', '160040.438000', '160040.441000', '160040.443000', '160040.446000', '160040.449000', '160040.452000', '160040.455000', '160040.457000', '160040.460000', '160040.463000', '160040.466000', '160040.469000', '160040.472000', '160040.474000', '160040.477000', '160040.480000', '160040.483000', '160040.486000', '160040.488000', '160040.491000', '160040.494000', '160040.497000', '160100.376000', '160100.379000', '160100.382000', '160100.385000', '160100.387000', '160100.390000', '160100.393000', '160100.396000', '160100.399000', '160100.408000', '160100.410000', '160100.413000', '160100.416000', '160100.419000', '160100.422000', '160100.424000', '160100.427000', '160100.430000', '160100.433000', '160100.436000', '160100.438000', '160100.441000', '160100.444000', '160100.447000', '160100.450000', '160100.452000', '160100.455000', '160100.458000', '160100.461000', '160100.464000', '160100.466000', '160100.469000', '160100.472000', '160100.475000', '160100.478000', '160100.480000', '160100.483000', '160100.486000', '160100.489000', '160100.492000', '160100.494000', '160100.497000', '160100.500000', '160120.375000', '160120.378000', '160120.381000', '160120.384000', '160120.387000', '160120.390000', '160120.393000', '160120.395000', '160120.398000', '160120.401000', '160120.404000', '160120.407000', '160120.409000', '160120.412000', '160120.415000', '160120.418000', '160120.421000', '160120.423000', '160120.426000', '160120.429000', '160120.432000', '160120.435000', '160120.437000', '160120.440000', '160120.443000', '160120.446000', '160120.449000', '160120.451000', '160120.454000', '160120.457000', '160120.460000', '160120.463000', '160120.466000', '160120.469000', '160120.471000', '160120.474000', '160120.477000', '160120.480000', '160120.483000', '160120.485000', '160120.488000', '160120.491000', '160120.494000', '160140.375000', '160140.378000', '160140.381000', '160140.384000', '160140.387000', '160140.389000', '160140.392000', '160140.395000', '160140.398000', '160140.401000', '160140.403000', '160140.406000', '160140.409000', '160140.412000', '160140.415000', '160140.417000', '160140.433000', '160140.435000', '160140.438000', '160140.441000', '160140.444000', '160140.447000', '160140.450000', '160140.452000', '160140.455000', '160140.458000', '160140.461000', '160140.464000', '160140.466000', '160140.469000', '160140.472000', '160140.475000', '160140.478000', '160140.481000', '160140.483000', '160140.486000', '160140.489000', '160140.492000', '160140.499000', '160140.502000', '160140.505000', '160140.508000', '160140.512000', '160140.515000', '160200.375000', '160200.378000', '160200.381000', '160200.383000', '160200.386000', '160200.389000', '160200.392000', '160200.395000', '160200.397000', '160200.400000', '160200.403000', '160200.406000', '160200.409000', '160200.411000', '160200.414000', '160200.417000', '160200.420000', '160200.423000', '160200.426000', '160200.428000', '160200.431000', '160200.434000', '160200.437000', '160200.440000', '160200.442000', '160200.445000', '160200.448000', '160200.451000', '160200.454000', '160200.457000', '160200.459000', '160200.462000', '160200.465000', '160200.468000', '160200.471000', '160200.473000', '160200.476000', '160200.479000', '160200.482000', '160200.485000', '160200.488000', '160200.490000', '160200.493000', '160200.496000', '160220.375000', '160220.378000', '160220.381000', '160220.384000', '160220.386000', '160220.389000', '160220.392000', '160220.395000', '160220.398000', '160220.400000', '160220.403000', '160220.406000', '160220.409000', '160220.412000', '160220.414000', '160220.417000', '160220.420000', '160220.423000', '160220.426000', '160220.428000', '160220.431000', '160220.434000', '160220.437000', '160220.440000', '160220.442000', '160220.445000', '160220.448000', '160220.451000', '160220.454000', '160220.457000', '160220.459000', '160220.462000', '160220.465000', '160220.468000', '160220.471000', '160220.474000', '160220.476000', '160220.479000', '160220.482000', '160220.485000', '160220.488000', '160220.490000', '160220.493000', '160240.375000', '160240.378000', '160240.381000', '160240.384000', '160240.386000', '160240.389000', '160240.392000', '160240.395000', '160240.398000', '160240.401000', '160240.404000', '160240.407000', '160240.410000', '160240.413000', '160240.415000', '160240.418000', '160240.421000', '160240.424000', '160240.427000', '160240.429000', '160240.432000', '160240.435000', '160240.438000', '160240.441000', '160240.443000', '160240.446000', '160240.449000', '160240.452000', '160240.455000', '160240.458000', '160240.461000', '160240.463000', '160240.466000', '160240.469000', '160240.472000', '160240.475000', '160240.477000', '160240.480000', '160240.483000', '160240.486000', '160240.489000', '160240.492000', '160240.494000', '160300.376000', '160300.379000', '160300.382000', '160300.385000', '160300.387000', '160300.390000', '160300.393000', '160300.396000', '160300.399000', '160300.401000', '160300.404000', '160300.407000', '160300.410000', '160300.413000', '160300.416000', '160300.418000', '160300.421000', '160300.424000', '160300.427000', '160300.430000', '160300.432000', '160300.435000', '160300.438000', '160300.441000', '160300.444000', '160300.446000', '160300.462000', '160300.465000', '160300.467000', '160300.470000', '160300.473000', '160300.476000', '160300.479000', '160300.481000', '160300.484000', '160300.487000', '160300.490000', '160300.493000', '160300.496000', '160300.498000', '160300.501000', '160300.504000', '160300.507000', '160300.510000', '160320.376000', '160320.379000', '160320.382000', '160320.385000', '160320.388000', '160320.391000', '160320.394000', '160320.396000', '160320.399000', '160320.402000', '160320.405000', '160320.408000', '160320.411000', '160320.414000', '160320.416000', '160320.419000', '160320.422000', '160320.425000', '160320.428000', '160320.430000', '160320.433000', '160320.436000', '160320.439000', '160320.442000', '160320.444000', '160320.447000', '160320.450000', '160320.453000', '160320.456000', '160320.459000', '160320.461000', '160320.464000', '160320.467000', '160320.470000', '160320.473000', '160320.475000', '160320.478000', '160320.481000', '160320.484000', '160320.487000', '160320.490000', '160320.492000', '160320.495000', '160340.375000', '160340.378000', '160340.381000', '160340.384000', '160340.387000', '160340.389000', '160340.392000', '160340.395000', '160340.398000', '160340.401000', '160340.404000', '160340.406000', '160340.409000', '160340.412000', '160340.415000', '160340.418000', '160340.420000', '160340.423000', '160340.426000', '160340.429000', '160340.432000', '160340.434000', '160340.437000', '160340.440000', '160340.443000', '160340.446000', '160340.449000', '160340.451000', '160340.454000', '160340.457000', '160340.460000', '160340.463000', '160340.466000', '160340.470000', '160340.473000', '160340.476000', '160340.478000', '160340.481000', '160340.484000', '160340.487000', '160340.490000', '160340.493000', '160340.495000', '160340.498000', '160400.375000', '160400.378000', '160400.381000', '160400.384000', '160400.386000', '160400.389000', '160400.392000', '160400.395000', '160400.398000', '160400.400000', '160400.403000', '160400.406000', '160400.409000', '160400.413000', '160400.416000', '160400.419000', '160400.422000', '160400.425000', '160400.427000', '160400.430000', '160400.433000', '160400.436000', '160400.439000', '160400.441000', '160400.444000', '160400.447000', '160400.450000', '160400.453000', '160400.455000', '160400.458000', '160400.461000', '160400.464000', '160400.467000', '160400.470000', '160400.472000', '160400.475000', '160400.478000', '160400.481000', '160400.484000', '160400.486000', '160400.489000', '160400.492000', '160400.495000', '160420.252000', '160420.255000', '160420.259000', '160420.262000', '160420.265000', '160420.268000', '160420.271000', '160420.274000', '160420.277000', '160420.280000', '160420.283000', '160420.286000', '160420.289000', '160420.292000', '160420.295000', '160420.298000', '160420.301000', '160420.304000', '160420.307000', '160420.309000', '160420.312000', '160420.315000', '160420.318000', '160420.321000', '160420.324000', '160420.327000', '160420.329000', '160420.332000', '160420.335000', '160420.338000', '160420.341000', '160420.344000', '160420.346000', '160420.349000', '160420.352000', '160420.356000', '160420.359000', '160420.372000', '160420.376000', '160420.378000', '160420.381000', '160420.384000', '160420.387000', '160420.390000'], 'InstanceCreationTime': ['155800.412000', '155800.416000', '155800.419000', '155800.422000', '155800.424000', '155800.427000', '155800.430000', '155800.433000', '155800.435000', '155800.438000', '155800.441000', '155800.444000', '155800.447000', '155800.450000', '155800.452000', '155800.455000', '155800.458000', '155800.461000', '155800.463000', '155800.466000', '155800.469000', '155800.472000', '155800.475000', '155800.477000', '155800.480000', '155800.483000', '155800.486000', '155800.489000', '155800.491000', '155800.494000', '155800.497000', '155800.500000', '155800.503000', '155800.506000', '155800.509000', '155800.511000', '155800.514000', '155800.517000', '155800.520000', '155800.523000', '155800.525000', '155800.528000', '155800.531000', '155800.534000', '155800.537000', '155800.545000', '155820.376000', '155820.379000', '155820.382000', '155820.384000', '155820.387000', '155820.390000', '155820.393000', '155820.396000', '155820.398000', '155820.401000', '155820.404000', '155820.407000', '155820.409000', '155820.412000', '155820.415000', '155820.418000', '155820.421000', '155820.423000', '155820.426000', '155820.429000', '155820.432000', '155820.434000', '155820.437000', '155820.444000', '155820.447000', '155820.450000', '155820.453000', '155820.455000', '155820.458000', '155820.470000', '155820.473000', '155820.476000', '155820.482000', '155820.485000', '155820.487000', '155820.490000', '155820.493000', '155820.496000', '155820.499000', '155820.501000', '155820.504000', '155820.507000', '155820.510000', '155840.376000', '155840.379000', '155840.382000', '155840.384000', '155840.387000', '155840.390000', '155840.393000', '155840.396000', '155840.398000', '155840.401000', '155840.404000', '155840.407000', '155840.410000', '155840.413000', '155840.415000', '155840.418000', '155840.421000', '155840.424000', '155840.427000', '155840.430000', '155840.432000', '155840.435000', '155840.438000', '155840.441000', '155840.444000', '155840.447000', '155840.449000', '155840.452000', '155840.455000', '155840.458000', '155840.461000', '155840.463000', '155840.466000', '155840.469000', '155840.472000', '155840.474000', '155840.477000', '155840.480000', '155840.483000', '155840.486000', '155840.489000', '155840.491000', '155840.494000', '155840.497000', '155900.375000', '155900.378000', '155900.381000', '155900.383000', '155900.386000', '155900.389000', '155900.392000', '155900.395000', '155900.398000', '155900.400000', '155900.403000', '155900.406000', '155900.409000', '155900.411000', '155900.414000', '155900.417000', '155900.420000', '155900.423000', '155900.425000', '155900.428000', '155900.431000', '155900.434000', '155900.438000', '155900.441000', '155900.444000', '155900.447000', '155900.450000', '155900.453000', '155900.455000', '155900.458000', '155900.461000', '155900.464000', '155900.467000', '155900.469000', '155900.472000', '155900.475000', '155900.478000', '155900.481000', '155900.484000', '155900.486000', '155900.506000', '155900.509000', '155900.511000', '155920.375000', '155920.378000', '155920.381000', '155920.383000', '155920.386000', '155920.389000', '155920.392000', '155920.395000', '155920.397000', '155920.400000', '155920.403000', '155920.406000', '155920.409000', '155920.411000', '155920.414000', '155920.417000', '155920.420000', '155920.423000', '155920.425000', '155920.428000', '155920.431000', '155920.434000', '155920.437000', '155920.439000', '155920.442000', '155920.445000', '155920.448000', '155920.459000', '155920.461000', '155920.464000', '155920.467000', '155920.470000', '155920.473000', '155920.475000', '155920.478000', '155920.481000', '155920.484000', '155920.487000', '155920.490000', '155920.492000', '155920.495000', '155920.498000', '155920.501000', '155920.503000', '155940.375000', '155940.378000', '155940.381000', '155940.383000', '155940.386000', '155940.389000', '155940.392000', '155940.395000', '155940.397000', '155940.400000', '155940.403000', '155940.406000', '155940.409000', '155940.411000', '155940.414000', '155940.417000', '155940.420000', '155940.422000', '155940.425000', '155940.428000', '155940.431000', '155940.434000', '155940.436000', '155940.439000', '155940.442000', '155940.445000', '155940.448000', '155940.450000', '155940.453000', '155940.456000', '155940.459000', '155940.462000', '155940.465000', '155940.467000', '155940.470000', '155940.473000', '155940.476000', '155940.479000', '155940.481000', '155940.484000', '155940.487000', '155940.496000', '155940.499000', '160000.375000', '160000.378000', '160000.381000', '160000.383000', '160000.386000', '160000.389000', '160000.392000', '160000.395000', '160000.397000', '160000.400000', '160000.403000', '160000.406000', '160000.409000', '160000.411000', '160000.414000', '160000.417000', '160000.420000', '160000.423000', '160000.425000', '160000.445000', '160000.448000', '160000.451000', '160000.454000', '160000.457000', '160000.459000', '160000.462000', '160000.465000', '160000.468000', '160000.471000', '160000.473000', '160000.476000', '160000.479000', '160000.482000', '160000.485000', '160000.487000', '160000.490000', '160000.493000', '160000.496000', '160000.499000', '160000.501000', '160000.504000', '160000.507000', '160000.510000', '160000.513000', '160020.375000', '160020.378000', '160020.381000', '160020.384000', '160020.386000', '160020.389000', '160020.392000', '160020.395000', '160020.398000', '160020.400000', '160020.403000', '160020.406000', '160020.409000', '160020.412000', '160020.415000', '160020.417000', '160020.420000', '160020.423000', '160020.426000', '160020.429000', '160020.432000', '160020.434000', '160020.437000', '160020.440000', '160020.443000', '160020.445000', '160020.448000', '160020.451000', '160020.454000', '160020.457000', '160020.460000', '160020.463000', '160020.465000', '160020.468000', '160020.471000', '160020.476000', '160020.478000', '160020.481000', '160020.484000', '160020.487000', '160020.490000', '160020.493000', '160020.495000', '160040.376000', '160040.379000', '160040.382000', '160040.384000', '160040.387000', '160040.390000', '160040.393000', '160040.396000', '160040.398000', '160040.401000', '160040.404000', '160040.407000', '160040.409000', '160040.412000', '160040.415000', '160040.418000', '160040.421000', '160040.424000', '160040.426000', '160040.429000', '160040.432000', '160040.435000', '160040.438000', '160040.441000', '160040.443000', '160040.446000', '160040.449000', '160040.452000', '160040.455000', '160040.457000', '160040.460000', '160040.463000', '160040.466000', '160040.469000', '160040.472000', '160040.474000', '160040.477000', '160040.480000', '160040.483000', '160040.486000', '160040.488000', '160040.491000', '160040.494000', '160040.497000', '160100.376000', '160100.379000', '160100.382000', '160100.385000', '160100.387000', '160100.390000', '160100.393000', '160100.396000', '160100.399000', '160100.408000', '160100.410000', '160100.413000', '160100.416000', '160100.419000', '160100.422000', '160100.424000', '160100.427000', '160100.430000', '160100.433000', '160100.436000', '160100.438000', '160100.441000', '160100.444000', '160100.447000', '160100.450000', '160100.452000', '160100.455000', '160100.458000', '160100.461000', '160100.464000', '160100.466000', '160100.469000', '160100.472000', '160100.475000', '160100.478000', '160100.480000', '160100.483000', '160100.486000', '160100.489000', '160100.492000', '160100.494000', '160100.497000', '160100.500000', '160120.375000', '160120.378000', '160120.381000', '160120.384000', '160120.387000', '160120.390000', '160120.393000', '160120.395000', '160120.398000', '160120.401000', '160120.404000', '160120.407000', '160120.409000', '160120.412000', '160120.415000', '160120.418000', '160120.421000', '160120.423000', '160120.426000', '160120.429000', '160120.432000', '160120.435000', '160120.437000', '160120.440000', '160120.443000', '160120.446000', '160120.449000', '160120.451000', '160120.454000', '160120.457000', '160120.460000', '160120.463000', '160120.466000', '160120.469000', '160120.471000', '160120.474000', '160120.477000', '160120.480000', '160120.483000', '160120.485000', '160120.488000', '160120.491000', '160120.494000', '160140.375000', '160140.378000', '160140.381000', '160140.384000', '160140.387000', '160140.389000', '160140.392000', '160140.395000', '160140.398000', '160140.401000', '160140.403000', '160140.406000', '160140.409000', '160140.412000', '160140.415000', '160140.417000', '160140.433000', '160140.435000', '160140.438000', '160140.441000', '160140.444000', '160140.447000', '160140.450000', '160140.452000', '160140.455000', '160140.458000', '160140.461000', '160140.464000', '160140.466000', '160140.469000', '160140.472000', '160140.475000', '160140.478000', '160140.481000', '160140.483000', '160140.486000', '160140.489000', '160140.492000', '160140.499000', '160140.502000', '160140.505000', '160140.508000', '160140.512000', '160140.515000', '160200.375000', '160200.378000', '160200.381000', '160200.383000', '160200.386000', '160200.389000', '160200.392000', '160200.395000', '160200.397000', '160200.400000', '160200.403000', '160200.406000', '160200.409000', '160200.411000', '160200.414000', '160200.417000', '160200.420000', '160200.423000', '160200.426000', '160200.428000', '160200.431000', '160200.434000', '160200.437000', '160200.440000', '160200.442000', '160200.445000', '160200.448000', '160200.451000', '160200.454000', '160200.457000', '160200.459000', '160200.462000', '160200.465000', '160200.468000', '160200.471000', '160200.473000', '160200.476000', '160200.479000', '160200.482000', '160200.485000', '160200.488000', '160200.490000', '160200.493000', '160200.496000', '160220.375000', '160220.378000', '160220.381000', '160220.384000', '160220.386000', '160220.389000', '160220.392000', '160220.395000', '160220.398000', '160220.400000', '160220.403000', '160220.406000', '160220.409000', '160220.412000', '160220.414000', '160220.417000', '160220.420000', '160220.423000', '160220.426000', '160220.428000', '160220.431000', '160220.434000', '160220.437000', '160220.440000', '160220.442000', '160220.445000', '160220.448000', '160220.451000', '160220.454000', '160220.457000', '160220.459000', '160220.462000', '160220.465000', '160220.468000', '160220.471000', '160220.474000', '160220.476000', '160220.479000', '160220.482000', '160220.485000', '160220.488000', '160220.490000', '160220.493000', '160240.375000', '160240.378000', '160240.381000', '160240.384000', '160240.386000', '160240.389000', '160240.392000', '160240.395000', '160240.398000', '160240.401000', '160240.404000', '160240.407000', '160240.410000', '160240.413000', '160240.415000', '160240.418000', '160240.421000', '160240.424000', '160240.427000', '160240.429000', '160240.432000', '160240.435000', '160240.438000', '160240.441000', '160240.443000', '160240.446000', '160240.449000', '160240.452000', '160240.455000', '160240.458000', '160240.461000', '160240.463000', '160240.466000', '160240.469000', '160240.472000', '160240.475000', '160240.477000', '160240.480000', '160240.483000', '160240.486000', '160240.489000', '160240.492000', '160240.494000', '160300.376000', '160300.379000', '160300.382000', '160300.385000', '160300.387000', '160300.390000', '160300.393000', '160300.396000', '160300.399000', '160300.401000', '160300.404000', '160300.407000', '160300.410000', '160300.413000', '160300.416000', '160300.418000', '160300.421000', '160300.424000', '160300.427000', '160300.430000', '160300.432000', '160300.435000', '160300.438000', '160300.441000', '160300.444000', '160300.446000', '160300.462000', '160300.465000', '160300.467000', '160300.470000', '160300.473000', '160300.476000', '160300.479000', '160300.481000', '160300.484000', '160300.487000', '160300.490000', '160300.493000', '160300.496000', '160300.498000', '160300.501000', '160300.504000', '160300.507000', '160300.510000', '160320.376000', '160320.379000', '160320.382000', '160320.385000', '160320.388000', '160320.391000', '160320.394000', '160320.396000', '160320.399000', '160320.402000', '160320.405000', '160320.408000', '160320.411000', '160320.414000', '160320.416000', '160320.419000', '160320.422000', '160320.425000', '160320.428000', '160320.430000', '160320.433000', '160320.436000', '160320.439000', '160320.442000', '160320.444000', '160320.447000', '160320.450000', '160320.453000', '160320.456000', '160320.459000', '160320.461000', '160320.464000', '160320.467000', '160320.470000', '160320.473000', '160320.475000', '160320.478000', '160320.481000', '160320.484000', '160320.487000', '160320.490000', '160320.492000', '160320.495000', '160340.375000', '160340.378000', '160340.381000', '160340.384000', '160340.387000', '160340.389000', '160340.392000', '160340.395000', '160340.398000', '160340.401000', '160340.404000', '160340.406000', '160340.409000', '160340.412000', '160340.415000', '160340.418000', '160340.420000', '160340.423000', '160340.426000', '160340.429000', '160340.432000', '160340.434000', '160340.437000', '160340.440000', '160340.443000', '160340.446000', '160340.449000', '160340.451000', '160340.454000', '160340.457000', '160340.460000', '160340.463000', '160340.466000', '160340.470000', '160340.473000', '160340.476000', '160340.478000', '160340.481000', '160340.484000', '160340.487000', '160340.490000', '160340.493000', '160340.495000', '160340.498000', '160400.375000', '160400.378000', '160400.381000', '160400.384000', '160400.386000', '160400.389000', '160400.392000', '160400.395000', '160400.398000', '160400.400000', '160400.403000', '160400.406000', '160400.409000', '160400.413000', '160400.416000', '160400.419000', '160400.422000', '160400.425000', '160400.427000', '160400.430000', '160400.433000', '160400.436000', '160400.439000', '160400.441000', '160400.444000', '160400.447000', '160400.450000', '160400.453000', '160400.455000', '160400.458000', '160400.461000', '160400.464000', '160400.467000', '160400.470000', '160400.472000', '160400.475000', '160400.478000', '160400.481000', '160400.484000', '160400.486000', '160400.489000', '160400.492000', '160400.495000', '160420.252000', '160420.255000', '160420.259000', '160420.262000', '160420.265000', '160420.268000', '160420.271000', '160420.274000', '160420.277000', '160420.280000', '160420.283000', '160420.286000', '160420.289000', '160420.292000', '160420.295000', '160420.298000', '160420.301000', '160420.304000', '160420.307000', '160420.309000', '160420.312000', '160420.315000', '160420.318000', '160420.321000', '160420.324000', '160420.327000', '160420.329000', '160420.332000', '160420.335000', '160420.338000', '160420.341000', '160420.344000', '160420.346000', '160420.349000', '160420.352000', '160420.356000', '160420.359000', '160420.372000', '160420.376000', '160420.378000', '160420.381000', '160420.384000', '160420.387000', '160420.390000'], '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': [10264, 13167, 11033, 9961, 14389, 10615, 9861, 10739, 9844, 12766, 10772, 9281, 11090, 9687, 13619, 10564, 11204, 11043, 9600, 13589, 10584, 10861, 10540, 9550, 14234, 10182, 11514, 10684, 9618, 12948, 10144, 12281, 10446, 9729, 11016, 10098, 12942, 10178, 11763, 10796, 10028, 13864, 10522, 11391, 10927, 9694, 13915, 10124, 12833, 10690, 9632, 13637, 10170, 12891, 10753, 9664, 12813, 9930, 13267, 10638, 9776, 11080, 9907, 13162, 10260, 12248, 11808, 9896, 13131, 10570, 10137, 12346, 10004, 12923, 10694, 9683, 11984, 10250, 12291, 10320, 10065, 11257, 10143, 13111, 10378, 10580, 11155, 10074, 14026, 10548, 10741, 11826, 10057, 12971, 10681, 10047, 12489, 10199, 13063, 10656, 9677, 11534, 10333, 13256, 10705, 9691, 14012, 10317, 11968, 11116, 10009, 12834, 10463, 10393, 11052, 9966, 12918, 10497, 10433, 10953, 10169, 13396, 10476, 12061, 10614, 9670, 13829, 10521, 12752, 10799, 9790, 14017, 10705, 11583, 11532, 10119, 13014, 10751, 9738, 14218, 10312, 12238, 11110, 9800, 12566, 10346, 9917, 10928, 9881, 10629, 10415, 10529, 10842, 10025, 12428, 10345, 11510, 10780, 10297, 12300, 10635, 10083, 13193, 10521, 13288, 10690, 9932, 14162, 10685, 11246, 11329, 10147, 12616, 10608, 9945, 10976, 10015, 12951, 10591, 9759, 11554, 10242, 12358, 10789, 9737, 12704, 10472, 12815, 10395, 10724, 10295, 11287, 10971, 10745, 13360, 13967, 10485, 11520, 11746, 10570, 11858, 11016, 10066, 13519, 10878, 12284, 11188, 10055, 12874, 10796, 10286, 10995, 10231, 12699, 10708, 11436, 10765, 10138, 11969, 10411, 11738, 11078, 9953, 10388, 10374, 12490, 10740, 11117, 11455, 10347, 12682, 10841, 10708, 12031, 10346, 12703, 11103, 10089, 11398, 10330, 12467, 10522, 10167, 11165, 10304, 11727, 10659, 9957, 11403, 10430, 10663, 10779, 9865, 10867, 10280, 13527, 10753, 9952, 13087, 10389, 12058, 11103, 10369, 12831, 10982, 10060, 13502, 10762, 10074, 11404, 10469, 12015, 10795, 9814, 12731, 10768, 9829, 10915, 10412, 10686, 10783, 9987, 10582, 10476, 10447, 10969, 10020, 12138, 10555, 13756, 10898, 10307, 13245, 10647, 11690, 11294, 10452, 12316, 10799, 10357, 12311, 10884, 14159, 10643, 10267, 13823, 10722, 11667, 11167, 10285, 11996, 10863, 10306, 11081, 10369, 11010, 11072, 10452, 12612, 10910, 11939, 10894, 10424, 13408, 10956, 11493, 11211, 10482, 13265, 10793, 10532, 10821, 11676, 11307, 10674, 12642, 11321, 10456, 13396, 11088, 10608, 11866, 10746, 11962, 11154, 10329, 11839, 10625, 12361, 11000, 10300, 12071, 10622, 13063, 11108, 10166, 13368, 10975, 11338, 11251, 10470, 12094, 11086, 10092, 11519, 10545, 11579, 10901, 10340, 11618, 10569, 10547, 11142, 10362, 11542, 10584, 11423, 10991, 10323, 11628, 10600, 12183, 10950, 10307, 12171, 10939, 14050, 11234, 10497, 13194, 11168, 11776, 11407, 10779, 12618, 10951, 10465, 11546, 10552, 12277, 11133, 10529, 13598, 10811, 11883, 11506, 10577, 11911, 11039, 10465, 11477, 10605, 12256, 11059, 10053, 11363, 10490, 12955, 10819, 12072, 11257, 10370, 13690, 11043, 11066, 11383, 10567, 11831, 11063, 10486, 12556, 10977, 11670, 11084, 10317, 10601, 10690, 11063, 11114, 10183, 11086, 10709, 11321, 11237, 10235, 12941, 10839, 13221, 11241, 10496, 13900, 11082, 11041, 11752, 10560, 12485, 11137, 10522, 12055, 10892, 11728, 10993, 10531, 11418, 10496, 11253, 10588, 11913, 10946, 10478, 10759, 10788, 14262, 11018, 10505, 13176, 10817, 13008, 11396, 10558, 11936, 10950, 11495, 11269, 11016, 11263, 10984, 11063, 10674, 12938, 11035, 11475, 11525, 10724, 12052, 11007, 10367, 12637, 10764, 14328, 11011, 10348, 13115, 10868, 12819, 11135, 10636, 11715, 11026, 9980, 11251, 10586, 11896, 10511, 11287, 10689, 11469, 10670, 11561, 11094, 10532, 12865, 11040, 10487, 13031, 11079, 10092, 14047, 10817, 12796, 11545, 10558, 12166, 10923, 10144, 12868, 10557, 12279, 10766, 10163, 12401, 10766, 13204, 11110, 10412, 12639, 11011, 9977, 10412, 10578, 13152, 11166, 10366, 12098, 10734, 10359, 11321, 10608, 10726, 11069, 10351, 11657, 10796, 10473, 11088, 10557, 11572, 9275, 10680, 11256, 11897, 11066, 11699, 14643, 11081, 10755, 12816, 11094, 11140, 13672, 11144, 13045, 11558, 11059, 12055, 11290, 9840, 11532, 10627, 11824, 11123, 11814, 11316, 11028, 12274, 11345, 10729, 11750, 10964, 12371, 11227, 10636, 13184, 11065, 13668, 11268, 10809, 13090, 11264, 10770, 11766, 10887, 10934, 11226, 10707, 11214, 11038, 12897, 11223, 10713, 11919, 11043, 13194, 11169, 10793, 12554, 11032, 12375, 11325, 10823, 13165, 11050, 11676, 11745, 10973, 12481, 11138, 10855, 11569, 10877, 12497, 11307, 10848, 10980, 11089, 11783, 11212, 10801, 11587, 11207, 12261, 11529, 10742, 10786, 11276, 11720, 11299, 10916, 11649, 11197, 11143, 10954, 11801, 11171, 13565, 11406, 10874, 12403, 11249, 13307, 11487, 11046, 12514, 11427, 11130, 11942, 11181, 12868, 11291, 10655, 12012, 11245, 13155, 11330, 10549, 11078, 11064, 10760, 11308, 10907, 11750, 11046, 11695, 11229, 10866, 10937, 11064, 14535, 11181, 10668, 12648, 11087, 12192, 11634, 10949, 11098, 11371, 10464, 10703, 11075, 11461, 11288, 10789, 11445, 11041, 11682, 11367, 10658, 12862, 10923, 11898, 11562, 10923, 12219, 11381, 10848, 12086, 11150, 11050, 11537, 10923, 11751, 11159, 10570, 11598, 11023, 11112, 11330, 10987, 11376, 11113, 13796, 11312, 11020, 13202, 11404, 11023, 12241, 11126, 11840, 11571, 10853, 12036, 11372, 12273, 11502, 10837, 11624, 11211, 10485, 11536, 10940, 12577, 11363, 10880, 13193, 11325, 11673, 11770, 10963, 14483, 11201, 10795, 12259, 11349, 11359, 10952, 11145, 13776, 11293, 10849, 12489, 11254, 10811, 11765, 10990, 10957, 11367, 10880, 11451, 10919, 12085, 11179, 10884, 11788, 10836, 13054, 11246, 10909, 12071, 11191, 11849, 11160, 10778, 11922, 11068, 12764, 11274, 10962, 12486, 11279, 12341, 11552, 11047, 12077, 11321, 11918, 11622, 11051, 12104, 11382, 10897, 11802, 11155, 11367, 11347, 10449, 11770, 11531, 11381, 10992, 12547, 11125, 13270, 11533, 11014, 12689, 11041, 12546, 11698, 10994, 11396, 11293, 10533, 11161, 10932, 11375, 11360, 10578, 11691, 10955, 11354, 11009, 11012, 11111, 13385, 11261, 10846, 12965, 11130, 13202, 11692, 10922, 12660, 11575, 10689, 11473, 11135, 10963, 11129, 11587, 11183], 'WindowCenter': [4397.0, 4401.0, 4376.0, 4365.0, 4381.0, 4362.0, 4352.0, 4350.0, 4350.0, 4369.0, 4349.0, 4340.0, 4359.0, 4339.0, 4367.0, 4347.0, 4358.0, 4347.0, 4339.0, 4366.0, 4347.0, 4348.0, 4347.0, 4338.0, 4367.0, 4348.0, 4362.0, 4350.0, 4350.0, 4368.0, 4347.0, 4368.0, 4360.0, 4349.0, 4346.0, 4350.0, 4369.0, 4349.0, 4360.0, 4348.0, 4339.0, 4369.0, 4348.0, 4359.0, 4348.0, 4339.0, 4368.0, 4349.0, 4369.0, 4348.0, 4338.0, 4368.0, 4349.0, 4369.0, 4348.0, 4338.0, 4368.0, 4350.0, 4369.0, 4348.0, 4349.0, 4359.0, 4349.0, 4370.0, 4347.0, 4370.0, 4356.0, 4339.0, 4358.0, 4348.0, 4338.0, 4356.0, 4338.0, 4357.0, 4348.0, 4338.0, 4346.0, 4337.0, 4357.0, 4348.0, 4347.0, 4346.0, 4348.0, 4369.0, 4350.0, 4361.0, 4358.0, 4350.0, 4380.0, 4349.0, 4350.0, 4358.0, 4338.0, 4369.0, 4348.0, 4339.0, 4357.0, 4337.0, 4357.0, 4347.0, 4338.0, 4346.0, 4338.0, 4368.0, 4347.0, 4338.0, 4369.0, 4346.0, 4358.0, 4347.0, 4338.0, 4357.0, 4349.0, 4348.0, 4346.0, 4338.0, 4368.0, 4349.0, 4349.0, 4348.0, 4348.0, 4370.0, 4358.0, 4371.0, 4350.0, 4351.0, 4368.0, 4348.0, 4370.0, 4360.0, 4349.0, 4379.0, 4350.0, 4360.0, 4359.0, 4349.0, 4357.0, 4347.0, 4337.0, 4367.0, 4337.0, 4353.0, 4345.0, 4338.0, 4357.0, 4337.0, 4336.0, 4345.0, 4337.0, 4345.0, 4348.0, 4349.0, 4348.0, 4349.0, 4368.0, 4351.0, 4361.0, 4349.0, 4349.0, 4358.0, 4350.0, 4349.0, 4369.0, 4350.0, 4368.0, 4348.0, 4349.0, 4367.0, 4348.0, 4359.0, 4348.0, 4347.0, 4357.0, 4348.0, 4349.0, 4349.0, 4350.0, 4370.0, 4350.0, 4340.0, 4358.0, 4350.0, 4360.0, 4360.0, 4352.0, 4370.0, 4350.0, 4370.0, 4351.0, 4363.0, 4364.0, 4375.0, 4375.0, 4378.0, 4410.0, 4397.0, 4364.0, 4363.0, 4349.0, 4349.0, 4349.0, 4348.0, 4338.0, 4356.0, 4346.0, 4359.0, 4347.0, 4336.0, 4356.0, 4345.0, 4335.0, 4347.0, 4348.0, 4357.0, 4349.0, 4360.0, 4350.0, 4352.0, 4371.0, 4361.0, 4359.0, 4361.0, 4351.0, 4351.0, 4352.0, 4371.0, 4361.0, 4362.0, 4360.0, 4349.0, 4358.0, 4348.0, 4349.0, 4358.0, 4337.0, 4357.0, 4346.0, 4338.0, 4347.0, 4338.0, 4357.0, 4336.0, 4335.0, 4346.0, 4337.0, 4346.0, 4345.0, 4335.0, 4346.0, 4348.0, 4346.0, 4349.0, 4348.0, 4347.0, 4350.0, 4371.0, 4349.0, 4339.0, 4359.0, 4339.0, 4359.0, 4347.0, 4338.0, 4355.0, 4337.0, 4338.0, 4357.0, 4347.0, 4335.0, 4345.0, 4337.0, 4357.0, 4345.0, 4338.0, 4357.0, 4347.0, 4350.0, 4347.0, 4348.0, 4348.0, 4347.0, 4350.0, 4347.0, 4361.0, 4361.0, 4361.0, 4352.0, 4371.0, 4351.0, 4371.0, 4350.0, 4351.0, 4369.0, 4351.0, 4360.0, 4349.0, 4350.0, 4360.0, 4350.0, 4349.0, 4358.0, 4349.0, 4370.0, 4347.0, 4349.0, 4368.0, 4348.0, 4357.0, 4348.0, 4349.0, 4356.0, 4348.0, 4349.0, 4360.0, 4351.0, 4360.0, 4360.0, 4361.0, 4371.0, 4362.0, 4371.0, 4361.0, 4362.0, 4369.0, 4350.0, 4361.0, 4358.0, 4349.0, 4370.0, 4361.0, 4360.0, 4362.0, 4373.0, 4362.0, 4363.0, 4370.0, 4361.0, 4364.0, 4371.0, 4361.0, 4350.0, 4358.0, 4361.0, 4360.0, 4349.0, 4350.0, 4359.0, 4349.0, 4358.0, 4347.0, 4336.0, 4347.0, 4348.0, 4356.0, 4347.0, 4338.0, 4357.0, 4347.0, 4348.0, 4347.0, 4349.0, 4357.0, 4347.0, 4349.0, 4348.0, 4348.0, 4346.0, 4348.0, 4349.0, 4359.0, 4350.0, 4348.0, 4359.0, 4350.0, 4360.0, 4351.0, 4360.0, 4350.0, 4349.0, 4359.0, 4351.0, 4358.0, 4349.0, 4350.0, 4359.0, 4359.0, 4381.0, 4348.0, 4350.0, 4359.0, 4350.0, 4360.0, 4360.0, 4350.0, 4357.0, 4349.0, 4350.0, 4360.0, 4348.0, 4357.0, 4348.0, 4349.0, 4369.0, 4349.0, 4357.0, 4348.0, 4348.0, 4358.0, 4349.0, 4350.0, 4356.0, 4349.0, 4359.0, 4349.0, 4340.0, 4360.0, 4349.0, 4368.0, 4361.0, 4372.0, 4361.0, 4351.0, 4368.0, 4350.0, 4361.0, 4349.0, 4349.0, 4359.0, 4347.0, 4347.0, 4355.0, 4348.0, 4348.0, 4347.0, 4349.0, 4347.0, 4349.0, 4349.0, 4360.0, 4351.0, 4360.0, 4351.0, 4360.0, 4358.0, 4351.0, 4359.0, 4349.0, 4370.0, 4349.0, 4349.0, 4366.0, 4347.0, 4348.0, 4347.0, 4335.0, 4358.0, 4347.0, 4348.0, 4357.0, 4348.0, 4360.0, 4349.0, 4350.0, 4357.0, 4361.0, 4372.0, 4365.0, 4374.0, 4363.0, 4364.0, 4362.0, 4363.0, 4381.0, 4351.0, 4350.0, 4371.0, 4350.0, 4371.0, 4360.0, 4351.0, 4357.0, 4349.0, 4360.0, 4359.0, 4350.0, 4362.0, 4362.0, 4362.0, 4364.0, 4372.0, 4361.0, 4362.0, 4360.0, 4350.0, 4359.0, 4349.0, 4350.0, 4358.0, 4348.0, 4369.0, 4338.0, 4339.0, 4357.0, 4348.0, 4356.0, 4347.0, 4348.0, 4347.0, 4348.0, 4337.0, 4345.0, 4349.0, 4357.0, 4349.0, 4374.0, 4377.0, 4374.0, 4375.0, 4376.0, 4362.0, 4351.0, 4372.0, 4350.0, 4353.0, 4372.0, 4360.0, 4351.0, 4369.0, 4348.0, 4359.0, 4336.0, 4336.0, 4356.0, 4336.0, 4337.0, 4357.0, 4348.0, 4346.0, 4345.0, 4337.0, 4345.0, 4336.0, 4356.0, 4335.0, 4336.0, 4345.0, 4334.0, 4336.0, 4336.0, 4337.0, 4355.0, 4333.0, 4336.0, 4346.0, 4336.0, 4337.0, 4346.0, 4338.0, 4345.0, 4348.0, 4348.0, 4356.0, 4359.0, 4350.0, 4360.0, 4351.0, 4371.0, 4367.0, 4378.0, 4389.0, 4390.0, 4390.0, 4402.0, 4410.0, 4378.0, 4366.0, 4373.0, 4352.0, 4362.0, 4371.0, 4350.0, 4371.0, 4349.0, 4359.0, 4359.0, 4350.0, 4340.0, 4360.0, 4351.0, 4358.0, 4361.0, 4362.0, 4361.0, 4362.0, 4361.0, 4362.0, 4363.0, 4362.0, 4363.0, 4372.0, 4361.0, 4352.0, 4371.0, 4362.0, 4372.0, 4347.0, 4349.0, 4359.0, 4348.0, 4350.0, 4359.0, 4350.0, 4349.0, 4349.0, 4351.0, 4350.0, 4360.0, 4372.0, 4361.0, 4363.0, 4362.0, 4363.0, 4384.0, 4363.0, 4363.0, 4372.0, 4363.0, 4374.0, 4363.0, 4363.0, 4372.0, 4361.0, 4362.0, 4361.0, 4350.0, 4360.0, 4351.0, 4351.0, 4360.0, 4362.0, 4360.0, 4360.0, 4362.0, 4349.0, 4362.0, 4360.0, 4361.0, 4362.0, 4360.0, 4362.0, 4359.0, 4361.0, 4362.0, 4351.0, 4362.0, 4362.0, 4363.0, 4362.0, 4360.0, 4363.0, 4361.0, 4363.0, 4375.0, 4376.0, 4384.0, 4375.0, 4366.0, 4374.0, 4364.0, 4383.0, 4363.0, 4364.0, 4373.0, 4362.0, 4363.0, 4360.0, 4361.0, 4371.0, 4362.0, 4352.0, 4360.0, 4361.0, 4369.0, 4350.0, 4351.0, 4348.0, 4360.0, 4351.0, 4362.0, 4362.0, 4361.0, 4361.0, 4362.0, 4362.0, 4363.0, 4362.0, 4362.0, 4382.0, 4351.0, 4351.0, 4371.0, 4361.0, 4360.0, 4349.0, 4350.0, 4349.0, 4360.0, 4349.0, 4349.0, 4360.0, 4360.0, 4346.0, 4349.0, 4349.0, 4360.0, 4361.0, 4361.0, 4352.0, 4369.0, 4351.0, 4362.0, 4360.0, 4351.0, 4361.0, 4360.0, 4351.0, 4359.0, 4361.0, 4362.0, 4361.0, 4361.0, 4361.0, 4362.0, 4361.0, 4373.0, 4362.0, 4363.0, 4363.0, 4365.0, 4373.0, 4364.0, 4384.0, 4362.0, 4363.0, 4371.0, 4362.0, 4352.0, 4360.0, 4361.0, 4361.0, 4360.0, 4362.0, 4361.0, 4362.0, 4372.0, 4362.0, 4363.0, 4362.0, 4361.0, 4364.0, 4363.0, 4364.0, 4374.0, 4363.0, 4364.0, 4372.0, 4363.0, 4364.0, 4362.0, 4362.0, 4382.0, 4351.0, 4362.0, 4360.0, 4360.0, 4362.0, 4349.0, 4361.0, 4372.0, 4351.0, 4350.0, 4360.0, 4360.0, 4349.0, 4360.0, 4349.0, 4350.0, 4360.0, 4361.0, 4361.0, 4362.0, 4361.0, 4351.0, 4361.0, 4361.0, 4362.0, 4371.0, 4361.0, 4362.0, 4373.0, 4360.0, 4372.0, 4362.0, 4363.0, 4373.0, 4363.0, 4372.0, 4362.0, 4364.0, 4373.0, 4364.0, 4372.0, 4363.0, 4364.0, 4373.0, 4364.0, 4374.0, 4363.0, 4364.0, 4373.0, 4373.0, 4364.0, 4362.0, 4363.0, 4373.0, 4364.0, 4362.0, 4361.0, 4360.0, 4372.0, 4375.0, 4374.0, 4362.0, 4373.0, 4361.0, 4362.0, 4372.0, 4362.0, 4362.0, 4358.0, 4351.0, 4351.0, 4351.0, 4350.0, 4349.0, 4348.0, 4358.0, 4359.0, 4351.0, 4360.0, 4349.0, 4360.0, 4363.0, 4363.0, 4375.0, 4385.0, 4362.0, 4364.0, 4373.0, 4363.0, 4372.0, 4361.0, 4352.0, 4371.0, 4361.0, 4352.0, 4349.0, 4350.0, 4347.0, 4350.0, 4361.0, 4362.0], 'WindowWidth': [9711.0, 9706.0, 9661.0, 9642.0, 9659.0, 9632.0, 9618.0, 9613.0, 9612.0, 9636.0, 9610.0, 9598.0, 9622.0, 9597.0, 9631.0, 9602.0, 9621.0, 9606.0, 9597.0, 9627.0, 9603.0, 9606.0, 9604.0, 9593.0, 9631.0, 9608.0, 9632.0, 9612.0, 9612.0, 9635.0, 9607.0, 9634.0, 9628.0, 9612.0, 9604.0, 9613.0, 9638.0, 9610.0, 9626.0, 9606.0, 9596.0, 9638.0, 9607.0, 9624.0, 9605.0, 9595.0, 9635.0, 9609.0, 9637.0, 9604.0, 9594.0, 9634.0, 9609.0, 9636.0, 9605.0, 9595.0, 9633.0, 9614.0, 9636.0, 9608.0, 9611.0, 9623.0, 9611.0, 9640.0, 9607.0, 9640.0, 9617.0, 9595.0, 9620.0, 9605.0, 9592.0, 9614.0, 9592.0, 9618.0, 9605.0, 9591.0, 9599.0, 9591.0, 9616.0, 9608.0, 9606.0, 9603.0, 9608.0, 9638.0, 9613.0, 9628.0, 9622.0, 9612.0, 9653.0, 9609.0, 9611.0, 9620.0, 9593.0, 9635.0, 9605.0, 9594.0, 9615.0, 9591.0, 9617.0, 9603.0, 9592.0, 9601.0, 9591.0, 9634.0, 9604.0, 9594.0, 9635.0, 9603.0, 9622.0, 9602.0, 9593.0, 9618.0, 9608.0, 9607.0, 9601.0, 9593.0, 9632.0, 9608.0, 9610.0, 9604.0, 9608.0, 9639.0, 9624.0, 9641.0, 9614.0, 9615.0, 9635.0, 9609.0, 9642.0, 9625.0, 9611.0, 9651.0, 9611.0, 9627.0, 9623.0, 9607.0, 9617.0, 9600.0, 9590.0, 9629.0, 9589.0, 9608.0, 9595.0, 9591.0, 9616.0, 9589.0, 9587.0, 9596.0, 9591.0, 9600.0, 9607.0, 9608.0, 9606.0, 9611.0, 9634.0, 9614.0, 9628.0, 9608.0, 9612.0, 9621.0, 9613.0, 9611.0, 9636.0, 9611.0, 9636.0, 9606.0, 9609.0, 9630.0, 9603.0, 9621.0, 9605.0, 9604.0, 9617.0, 9604.0, 9608.0, 9608.0, 9611.0, 9639.0, 9612.0, 9599.0, 9621.0, 9612.0, 9625.0, 9627.0, 9620.0, 9639.0, 9612.0, 9640.0, 9617.0, 9635.0, 9640.0, 9654.0, 9656.0, 9665.0, 9711.0, 9690.0, 9637.0, 9634.0, 9607.0, 9607.0, 9607.0, 9603.0, 9589.0, 9612.0, 9600.0, 9620.0, 9601.0, 9585.0, 9611.0, 9597.0, 9584.0, 9602.0, 9604.0, 9617.0, 9607.0, 9624.0, 9610.0, 9616.0, 9643.0, 9629.0, 9625.0, 9626.0, 9615.0, 9617.0, 9617.0, 9643.0, 9627.0, 9631.0, 9626.0, 9608.0, 9619.0, 9604.0, 9608.0, 9617.0, 9588.0, 9616.0, 9598.0, 9591.0, 9602.0, 9592.0, 9615.0, 9584.0, 9584.0, 9598.0, 9588.0, 9599.0, 9597.0, 9584.0, 9598.0, 9604.0, 9601.0, 9607.0, 9607.0, 9607.0, 9611.0, 9642.0, 9605.0, 9595.0, 9621.0, 9593.0, 9620.0, 9600.0, 9590.0, 9612.0, 9586.0, 9589.0, 9615.0, 9600.0, 9584.0, 9595.0, 9587.0, 9615.0, 9596.0, 9589.0, 9614.0, 9601.0, 9610.0, 9603.0, 9604.0, 9605.0, 9605.0, 9610.0, 9604.0, 9627.0, 9630.0, 9629.0, 9619.0, 9642.0, 9614.0, 9643.0, 9610.0, 9614.0, 9637.0, 9613.0, 9626.0, 9607.0, 9611.0, 9624.0, 9609.0, 9609.0, 9618.0, 9607.0, 9639.0, 9602.0, 9608.0, 9632.0, 9604.0, 9617.0, 9604.0, 9607.0, 9615.0, 9605.0, 9609.0, 9624.0, 9613.0, 9626.0, 9625.0, 9628.0, 9642.0, 9631.0, 9644.0, 9627.0, 9628.0, 9638.0, 9611.0, 9627.0, 9620.0, 9608.0, 9640.0, 9629.0, 9626.0, 9633.0, 9650.0, 9632.0, 9632.0, 9641.0, 9627.0, 9635.0, 9642.0, 9626.0, 9613.0, 9622.0, 9627.0, 9625.0, 9608.0, 9611.0, 9620.0, 9607.0, 9619.0, 9602.0, 9588.0, 9601.0, 9603.0, 9614.0, 9601.0, 9590.0, 9614.0, 9601.0, 9605.0, 9602.0, 9605.0, 9613.0, 9601.0, 9606.0, 9602.0, 9604.0, 9599.0, 9603.0, 9610.0, 9622.0, 9611.0, 9604.0, 9622.0, 9612.0, 9623.0, 9613.0, 9623.0, 9609.0, 9609.0, 9621.0, 9612.0, 9618.0, 9606.0, 9610.0, 9620.0, 9623.0, 9654.0, 9606.0, 9610.0, 9621.0, 9608.0, 9624.0, 9622.0, 9609.0, 9616.0, 9607.0, 9612.0, 9623.0, 9606.0, 9618.0, 9603.0, 9608.0, 9633.0, 9606.0, 9617.0, 9602.0, 9604.0, 9618.0, 9607.0, 9609.0, 9615.0, 9608.0, 9620.0, 9606.0, 9598.0, 9624.0, 9609.0, 9632.0, 9625.0, 9642.0, 9626.0, 9614.0, 9633.0, 9609.0, 9626.0, 9607.0, 9607.0, 9619.0, 9601.0, 9601.0, 9611.0, 9603.0, 9604.0, 9601.0, 9606.0, 9602.0, 9607.0, 9606.0, 9622.0, 9612.0, 9622.0, 9612.0, 9624.0, 9620.0, 9611.0, 9621.0, 9606.0, 9638.0, 9604.0, 9606.0, 9626.0, 9599.0, 9603.0, 9599.0, 9584.0, 9615.0, 9598.0, 9604.0, 9615.0, 9607.0, 9622.0, 9606.0, 9611.0, 9618.0, 9628.0, 9645.0, 9639.0, 9650.0, 9633.0, 9635.0, 9630.0, 9631.0, 9655.0, 9612.0, 9613.0, 9640.0, 9610.0, 9639.0, 9622.0, 9611.0, 9617.0, 9605.0, 9623.0, 9620.0, 9610.0, 9628.0, 9631.0, 9630.0, 9635.0, 9646.0, 9626.0, 9629.0, 9621.0, 9609.0, 9620.0, 9607.0, 9610.0, 9617.0, 9603.0, 9634.0, 9589.0, 9592.0, 9615.0, 9602.0, 9612.0, 9599.0, 9603.0, 9600.0, 9601.0, 9588.0, 9595.0, 9607.0, 9618.0, 9610.0, 9652.0, 9660.0, 9652.0, 9656.0, 9657.0, 9629.0, 9613.0, 9643.0, 9610.0, 9617.0, 9645.0, 9626.0, 9614.0, 9635.0, 9602.0, 9619.0, 9581.0, 9582.0, 9614.0, 9582.0, 9587.0, 9613.0, 9602.0, 9598.0, 9595.0, 9586.0, 9594.0, 9582.0, 9611.0, 9580.0, 9583.0, 9595.0, 9578.0, 9585.0, 9583.0, 9585.0, 9610.0, 9577.0, 9584.0, 9596.0, 9583.0, 9586.0, 9595.0, 9588.0, 9596.0, 9603.0, 9605.0, 9615.0, 9621.0, 9608.0, 9622.0, 9613.0, 9643.0, 9648.0, 9661.0, 9681.0, 9683.0, 9681.0, 9702.0, 9713.0, 9659.0, 9639.0, 9645.0, 9612.0, 9627.0, 9637.0, 9608.0, 9639.0, 9606.0, 9620.0, 9619.0, 9608.0, 9593.0, 9623.0, 9612.0, 9619.0, 9625.0, 9629.0, 9626.0, 9628.0, 9626.0, 9627.0, 9632.0, 9629.0, 9631.0, 9642.0, 9625.0, 9616.0, 9640.0, 9627.0, 9642.0, 9602.0, 9607.0, 9620.0, 9604.0, 9609.0, 9619.0, 9608.0, 9606.0, 9605.0, 9612.0, 9610.0, 9624.0, 9641.0, 9626.0, 9632.0, 9629.0, 9631.0, 9661.0, 9632.0, 9632.0, 9642.0, 9631.0, 9648.0, 9631.0, 9632.0, 9641.0, 9625.0, 9630.0, 9624.0, 9610.0, 9623.0, 9610.0, 9613.0, 9622.0, 9628.0, 9624.0, 9623.0, 9629.0, 9608.0, 9627.0, 9623.0, 9626.0, 9628.0, 9624.0, 9627.0, 9622.0, 9625.0, 9628.0, 9612.0, 9629.0, 9628.0, 9631.0, 9630.0, 9625.0, 9632.0, 9629.0, 9635.0, 9653.0, 9657.0, 9667.0, 9653.0, 9641.0, 9650.0, 9636.0, 9662.0, 9631.0, 9635.0, 9646.0, 9628.0, 9631.0, 9624.0, 9626.0, 9640.0, 9627.0, 9616.0, 9622.0, 9623.0, 9634.0, 9608.0, 9612.0, 9604.0, 9623.0, 9612.0, 9628.0, 9631.0, 9627.0, 9628.0, 9630.0, 9630.0, 9633.0, 9629.0, 9629.0, 9656.0, 9611.0, 9612.0, 9640.0, 9625.0, 9623.0, 9606.0, 9610.0, 9607.0, 9622.0, 9608.0, 9604.0, 9623.0, 9623.0, 9602.0, 9607.0, 9607.0, 9623.0, 9628.0, 9624.0, 9615.0, 9636.0, 9613.0, 9630.0, 9623.0, 9612.0, 9624.0, 9622.0, 9611.0, 9621.0, 9625.0, 9630.0, 9626.0, 9626.0, 9625.0, 9629.0, 9627.0, 9645.0, 9631.0, 9632.0, 9633.0, 9637.0, 9646.0, 9635.0, 9664.0, 9629.0, 9631.0, 9642.0, 9628.0, 9615.0, 9621.0, 9624.0, 9624.0, 9622.0, 9626.0, 9626.0, 9628.0, 9643.0, 9629.0, 9633.0, 9629.0, 9627.0, 9634.0, 9632.0, 9635.0, 9647.0, 9631.0, 9634.0, 9642.0, 9632.0, 9634.0, 9628.0, 9628.0, 9657.0, 9612.0, 9629.0, 9625.0, 9624.0, 9628.0, 9605.0, 9625.0, 9640.0, 9610.0, 9609.0, 9621.0, 9622.0, 9606.0, 9621.0, 9608.0, 9609.0, 9623.0, 9626.0, 9626.0, 9630.0, 9627.0, 9611.0, 9627.0, 9626.0, 9629.0, 9641.0, 9625.0, 9629.0, 9646.0, 9625.0, 9643.0, 9628.0, 9632.0, 9647.0, 9634.0, 9646.0, 9628.0, 9635.0, 9646.0, 9635.0, 9645.0, 9631.0, 9633.0, 9645.0, 9635.0, 9651.0, 9631.0, 9634.0, 9645.0, 9645.0, 9634.0, 9628.0, 9630.0, 9647.0, 9634.0, 9631.0, 9625.0, 9624.0, 9643.0, 9652.0, 9650.0, 9631.0, 9647.0, 9625.0, 9629.0, 9641.0, 9626.0, 9627.0, 9616.0, 9611.0, 9610.0, 9610.0, 9610.0, 9606.0, 9604.0, 9619.0, 9619.0, 9610.0, 9621.0, 9606.0, 9624.0, 9632.0, 9632.0, 9653.0, 9667.0, 9629.0, 9634.0, 9645.0, 9630.0, 9644.0, 9625.0, 9613.0, 9640.0, 9626.0, 9613.0, 9606.0, 9607.0, 9603.0, 9609.0, 9624.0, 9630.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.00022056451612903222</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.022405251036866358</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>34.774954121764694</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.1525757612456764</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9733573556516714</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4755</td></tr>
|
|
<tr><td colspan=3>fber</td><td>6011.7876</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.08156656150014972</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>9</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>1.0368663594470047</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5339463214707862</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4732280319427398</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8084887512222285</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.32012218124739</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00817416</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01722920872271061</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.023293055593967438</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.6793367274334643</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>k</td><td>32.1966</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>43.1526</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>183.8055</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>49.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>299397.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>877.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>356.6988</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.0665</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>502.1273</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3514.8019</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3789.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>77147.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>940.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4627.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1029.7985</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>43.299801647430286</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> |