=== 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-0005 --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-0005",
"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-0005_ses-03_task-social_acq-mb8_run-04_bold :: MRIQC's BOLD fMRI report</title>
|
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
|
|
|
|
<script>
|
|
var timestamp = Date.now()
|
|
|
|
function read_form() {
|
|
var ds = "<unset>";
|
|
var sub = "sub-0005_ses-03_task-social_acq-mb8_run-04_bold.nii.gz";
|
|
|
|
var artifacts = [];
|
|
$('#qcartifacts-group input:checked').each(function() {
|
|
artifacts.push($(this).attr('name'));
|
|
});
|
|
|
|
var rating = $('#qcslider').val();
|
|
var payload = {
|
|
'dataset': ds,
|
|
'subject': sub,
|
|
'rating': rating,
|
|
'artifacts': artifacts,
|
|
'time_sec': (Date.now() - timestamp) / 1000,
|
|
'confidence': $('#qcextra-confidence').val(),
|
|
'comments': $('#qcextra-comments').val()
|
|
};
|
|
|
|
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
|
|
$('#btn-download').attr('href', URL.createObjectURL(file));
|
|
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
|
|
return payload
|
|
};
|
|
|
|
function toggle_rating() {
|
|
if ($('#qcrating-menu').hasClass('d-none')) {
|
|
$('#qcrating-menu').removeClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', true);
|
|
} else {
|
|
$('#qcrating-menu').addClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', false);
|
|
}
|
|
};
|
|
|
|
$(window).on('load',function(){
|
|
var authorization = $('#btn-post').val()
|
|
if (authorization.includes("secret_token")) {
|
|
$('#btn-post').addClass('d-none');
|
|
};
|
|
timestamp = Date.now();
|
|
});
|
|
|
|
</script>
|
|
<style type="text/css">
|
|
/* The slider itself */
|
|
.slider {
|
|
-webkit-appearance: none; /* Override default CSS styles */
|
|
appearance: none;
|
|
margin-bottom: 8px;
|
|
margin-left: 10%;
|
|
width: 80%;
|
|
height: 5px; /* Specified height */
|
|
background: #d3d3d3; /* Grey background */
|
|
outline: none; /* Remove outline */
|
|
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
|
|
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
|
|
transition: opacity .2s;
|
|
}
|
|
|
|
/* Mouse-over effects */
|
|
.slider:hover {
|
|
opacity: 1; /* Fully shown on mouse-over */
|
|
}
|
|
|
|
.slider::-webkit-slider-thumb {
|
|
-webkit-appearance: none;
|
|
appearance: none;
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
.slider::-moz-range-thumb {
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body style="font-family: helvetica;">
|
|
<nav class="navbar fixed-top navbar-expand-lg bg-light">
|
|
<div class="container-fluid">
|
|
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
|
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
|
|
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
|
|
<li class="nav-item dropdown">
|
|
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
|
|
About
|
|
</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="#errors">Errors</a></li>
|
|
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="d-flex flex-row-reverse">
|
|
<div class="form-check form-switch align-self-center flex-fill me-4">
|
|
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
|
|
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
<noscript>
|
|
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
|
|
</noscript>
|
|
|
|
<div id="Basic echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-04_session-03_subject-0005_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-0005/figures/sub-0005_ses-03_task-social_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0005/figures/sub-0005_ses-03_task-social_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0005/figures/sub-0005_ses-03_task-social_acq-mb8_run-04_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-04_session-03_subject-0005_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-0005/figures/sub-0005_ses-03_task-social_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0005/figures/sub-0005_ses-03_task-social_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0005/figures/sub-0005_ses-03_task-social_acq-mb8_run-04_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-04_session-03_subject-0005_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-0005/figures/sub-0005_ses-03_task-social_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0005/figures/sub-0005_ses-03_task-social_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0005/figures/sub-0005_ses-03_task-social_acq-mb8_run-04_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-04_session-03_subject-0005_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-0005/figures/sub-0005_ses-03_task-social_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0005/figures/sub-0005_ses-03_task-social_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0005/figures/sub-0005_ses-03_task-social_acq-mb8_run-04_desc-carpet_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-mean_run-04_session-03_subject-0005_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-0005/figures/sub-0005_ses-03_task-social_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0005/figures/sub-0005_ses-03_task-social_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0005/figures/sub-0005_ses-03_task-social_acq-mb8_run-04_desc-mean_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended reports shared across echos" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-04_session-03_subject-0005_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-0005/figures/sub-0005_ses-03_task-social_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0005/figures/sub-0005_ses-03_task-social_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0005/figures/sub-0005_ses-03_task-social_acq-mb8_run-04_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-04_session-03_subject-0005_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-0005/figures/sub-0005_ses-03_task-social_acq-mb8_run-04_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0005/figures/sub-0005_ses-03_task-social_acq-mb8_run-04_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0005/figures/sub-0005_ses-03_task-social_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0005/figures/sub-0005_ses-03_task-social_acq-mb8_run-04_desc-norm_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="About" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">About</h1>
|
|
<div id="errors" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
|
|
</div>
|
|
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
|
|
reconstructing the provenance of the corresponding derivatives.
|
|
</p> <div class="accordion accordion-flush" id="about-metadata">
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-0">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
|
|
Provenance Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-0" class="table table-sm table-striped">
|
|
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
|
|
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0005/ses-03/func/sub-0005_ses-03_task-social_acq-mb8_run-04_bold.nii.gz</td></tr>
|
|
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
|
|
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
|
|
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
|
|
<tr><td colspan=2>md5sum</td><td>51fc51553e37b2d00818268fb8fedb53</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:50:21.725000</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.999698, 0.0101141, -0.0224029, -0.0104692, 0.999821, -0.0157909]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-04_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.0700845</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-04_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>18</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4140, -7776, -7322, 568, -73, -90, -52, 96]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>social</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>253.883</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>4b2f51fb-c1ee-493e-b1f6-68d5b53f781c||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.6821162700653076, -0.028088146820664406, -0.06004573032259941, 112.98143768310547], [-0.027135411277413368, 2.6824452877044678, -0.04325590655207634, -97.12892150878906], [-0.06010532006621361, 0.04236593097448349, 2.6989855766296387, -90.65601348876953], [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': ['155021.725000', '155022.185000', '155022.645000', '155023.105000', '155023.565000', '155024.025000', '155024.485000', '155024.945000', '155025.405000', '155025.865000', '155026.325000', '155026.785000', '155027.245000', '155027.705000', '155028.165000', '155028.625000', '155029.085000', '155029.545000', '155030.005000', '155030.465000', '155030.925000', '155031.385000', '155031.845000', '155032.305000', '155032.765000', '155033.225000', '155033.685000', '155034.145000', '155034.605000', '155035.065000', '155035.525000', '155035.985000', '155036.445000', '155036.905000', '155037.365000', '155037.825000', '155038.285000', '155038.745000', '155039.205000', '155039.665000', '155040.125000', '155040.585000', '155041.045000', '155041.505000', '155041.965000', '155042.425000', '155042.885000', '155043.345000', '155043.805000', '155044.265000', '155044.725000', '155045.185000', '155045.645000', '155046.105000', '155046.565000', '155047.025000', '155047.485000', '155047.945000', '155048.405000', '155048.865000', '155049.325000', '155049.785000', '155050.245000', '155050.705000', '155051.165000', '155051.625000', '155052.085000', '155052.545000', '155053.005000', '155053.465000', '155053.925000', '155054.385000', '155054.845000', '155055.305000', '155055.765000', '155056.225000', '155056.685000', '155057.145000', '155057.605000', '155058.065000', '155058.525000', '155058.985000', '155059.445000', '155059.905000', '155100.365000', '155100.825000', '155101.285000', '155101.745000', '155102.205000', '155102.665000', '155103.125000', '155103.585000', '155104.045000', '155104.505000', '155104.965000', '155105.425000', '155105.885000', '155106.345000', '155106.805000', '155107.265000', '155107.725000', '155108.185000', '155108.645000', '155109.105000', '155109.565000', '155110.025000', '155110.485000', '155110.945000', '155111.405000', '155111.865000', '155112.325000', '155112.785000', '155113.245000', '155113.705000', '155114.165000', '155114.625000', '155115.085000', '155115.545000', '155116.005000', '155116.465000', '155116.925000', '155117.385000', '155117.845000', '155118.305000', '155118.765000', '155119.225000', '155119.685000', '155120.145000', '155120.605000', '155121.065000', '155121.525000', '155121.985000', '155122.445000', '155122.905000', '155123.365000', '155123.825000', '155124.285000', '155124.745000', '155125.205000', '155125.665000', '155126.125000', '155126.585000', '155127.045000', '155127.505000', '155127.965000', '155128.425000', '155128.885000', '155129.345000', '155129.805000', '155130.265000', '155130.725000', '155131.185000', '155131.645000', '155132.105000', '155132.565000', '155133.025000', '155133.485000', '155133.945000', '155134.405000', '155134.865000', '155135.325000', '155135.785000', '155136.245000', '155136.705000', '155137.165000', '155137.625000', '155138.085000', '155138.545000', '155139.005000', '155139.465000', '155139.925000', '155140.385000', '155140.845000', '155141.305000', '155141.765000', '155142.225000', '155142.685000', '155143.145000', '155143.605000', '155144.065000', '155144.525000', '155144.985000', '155145.445000', '155145.905000', '155146.365000', '155146.825000', '155147.285000', '155147.745000', '155148.205000', '155148.665000', '155149.125000', '155149.585000', '155150.045000', '155150.505000', '155150.965000', '155151.425000', '155151.885000', '155152.345000', '155152.805000', '155153.265000', '155153.725000', '155154.185000', '155154.645000', '155155.105000', '155155.565000', '155156.025000', '155156.485000', '155156.945000', '155157.405000', '155157.865000', '155158.325000', '155158.785000', '155159.245000', '155159.705000', '155200.165000', '155200.625000', '155201.085000', '155201.545000', '155202.005000', '155202.465000', '155202.925000', '155203.385000', '155203.845000', '155204.305000', '155204.765000', '155205.225000', '155205.685000', '155206.145000', '155206.605000', '155207.065000', '155207.525000', '155207.985000', '155208.445000', '155208.905000', '155209.365000', '155209.825000', '155210.285000', '155210.745000', '155211.205000', '155211.665000', '155212.125000', '155212.585000', '155213.045000', '155213.505000', '155213.965000', '155214.425000', '155214.885000', '155215.345000', '155215.805000', '155216.265000', '155216.725000', '155217.185000', '155217.645000', '155218.105000', '155218.565000', '155219.025000', '155219.485000', '155219.945000', '155220.405000', '155220.865000', '155221.325000', '155221.785000', '155222.245000', '155222.705000', '155223.165000', '155223.625000', '155224.085000', '155224.545000', '155225.005000', '155225.465000', '155225.925000', '155226.385000', '155226.845000', '155227.305000', '155227.765000', '155228.225000', '155228.685000', '155229.145000', '155229.605000', '155230.065000', '155230.525000', '155230.985000', '155231.445000', '155231.905000', '155232.365000', '155232.825000', '155233.285000', '155233.745000', '155234.205000', '155234.665000', '155235.125000', '155235.585000', '155236.045000', '155236.505000', '155236.965000', '155237.425000', '155237.885000', '155238.345000', '155238.805000', '155239.265000', '155239.725000', '155240.185000', '155240.645000', '155241.105000', '155241.565000', '155242.025000', '155242.485000', '155242.945000', '155243.405000', '155243.865000', '155244.325000', '155244.785000', '155245.245000', '155245.705000', '155246.165000', '155246.625000', '155247.085000', '155247.545000', '155248.005000', '155248.465000', '155248.925000', '155249.385000', '155249.845000', '155250.305000', '155250.765000', '155251.225000', '155251.685000', '155252.145000', '155252.605000', '155253.065000', '155253.525000', '155253.985000', '155254.445000', '155254.905000', '155255.365000', '155255.825000', '155256.285000', '155256.745000', '155257.205000', '155257.665000', '155258.125000', '155258.585000', '155259.045000', '155259.505000', '155259.965000', '155300.425000', '155300.885000', '155301.345000', '155301.805000', '155302.265000', '155302.725000', '155303.185000', '155303.645000', '155304.105000', '155304.565000', '155305.025000', '155305.485000', '155305.945000', '155306.405000', '155306.865000', '155307.325000', '155307.785000', '155308.245000', '155308.705000', '155309.165000', '155309.625000', '155310.085000', '155310.545000', '155311.005000', '155311.465000', '155311.925000', '155312.385000', '155312.845000', '155313.305000', '155313.765000', '155314.225000', '155314.685000', '155315.145000', '155315.605000', '155316.065000', '155316.525000', '155316.985000', '155317.445000', '155317.905000', '155318.365000', '155318.825000', '155319.285000', '155319.745000', '155320.205000', '155320.665000', '155321.125000', '155321.585000', '155322.045000', '155322.505000', '155322.965000', '155323.425000', '155323.885000', '155324.345000', '155324.805000', '155325.265000', '155325.725000', '155326.185000', '155326.645000', '155327.105000', '155327.565000', '155328.025000', '155328.485000', '155328.945000', '155329.405000', '155329.865000', '155330.325000', '155330.785000', '155331.245000', '155331.705000', '155332.165000', '155332.625000', '155333.085000', '155333.545000', '155334.005000', '155334.465000', '155334.925000', '155335.385000', '155335.845000', '155336.305000', '155336.765000', '155337.225000', '155337.685000', '155338.145000', '155338.605000', '155339.065000', '155339.525000', '155339.985000', '155340.445000', '155340.905000', '155341.365000', '155341.825000', '155342.285000', '155342.745000', '155343.205000', '155343.665000', '155344.125000', '155344.585000', '155345.045000', '155345.505000', '155345.965000', '155346.425000', '155346.885000', '155347.345000', '155347.805000', '155348.265000', '155348.725000', '155349.185000', '155349.645000', '155350.105000', '155350.565000', '155351.025000', '155351.485000', '155351.945000', '155352.405000', '155352.865000', '155353.325000', '155353.785000', '155354.245000', '155354.705000', '155355.165000', '155355.625000', '155356.085000', '155356.545000', '155357.005000', '155357.465000', '155357.925000', '155358.385000', '155358.845000', '155359.305000', '155359.765000', '155400.225000', '155400.685000', '155401.145000', '155401.605000', '155402.065000', '155402.525000', '155402.985000', '155403.445000', '155403.905000', '155404.365000', '155404.825000', '155405.285000', '155405.745000', '155406.205000', '155406.665000', '155407.125000', '155407.585000', '155408.045000', '155408.505000', '155408.965000', '155409.425000', '155409.885000', '155410.345000', '155410.805000', '155411.265000', '155411.725000', '155412.185000', '155412.645000', '155413.105000', '155413.565000', '155414.025000', '155414.485000', '155414.945000', '155415.405000', '155415.865000', '155416.325000', '155416.785000', '155417.245000', '155417.705000', '155418.165000', '155418.625000', '155419.085000', '155419.545000', '155420.005000', '155420.465000', '155420.925000', '155421.385000', '155421.845000', '155422.305000', '155422.765000', '155423.225000', '155423.685000', '155424.145000', '155424.605000', '155425.065000', '155425.525000', '155425.985000', '155426.445000', '155426.905000', '155427.365000', '155427.825000', '155428.285000', '155428.745000', '155429.205000', '155429.665000', '155430.125000', '155430.585000', '155431.045000', '155431.505000', '155431.965000', '155432.425000', '155432.885000', '155433.345000', '155433.805000', '155434.265000', '155434.725000', '155435.185000', '155435.645000', '155436.105000', '155436.565000', '155437.025000', '155437.485000', '155437.945000', '155438.405000', '155438.865000', '155439.325000', '155439.785000', '155440.245000', '155440.705000', '155441.165000', '155441.625000', '155442.085000', '155442.545000', '155443.005000', '155443.465000', '155443.925000', '155444.385000', '155444.845000', '155445.305000', '155445.765000', '155446.225000', '155446.685000', '155447.145000', '155447.605000', '155448.065000', '155448.525000', '155448.985000', '155449.445000', '155449.905000', '155450.365000', '155450.825000', '155451.285000', '155451.745000', '155452.205000', '155452.665000', '155453.125000', '155453.585000', '155454.045000', '155454.505000', '155454.965000', '155455.425000', '155455.885000', '155456.345000', '155456.805000', '155457.265000', '155457.725000', '155458.185000', '155458.645000', '155459.105000', '155459.565000', '155500.025000', '155500.485000', '155500.945000', '155501.405000', '155501.865000', '155502.325000', '155502.785000', '155503.245000', '155503.705000', '155504.165000', '155504.625000', '155505.085000', '155505.545000', '155506.005000', '155506.465000', '155506.925000', '155507.385000', '155507.845000', '155508.305000', '155508.765000', '155509.225000', '155509.685000', '155510.145000', '155510.605000', '155511.065000', '155511.525000', '155511.985000', '155512.445000', '155512.905000', '155513.365000', '155513.825000', '155514.285000', '155514.745000', '155515.205000', '155515.665000', '155516.125000', '155516.585000', '155517.045000', '155517.505000', '155517.965000', '155518.425000', '155518.885000', '155519.345000', '155519.805000', '155520.265000', '155520.725000', '155521.185000', '155521.645000', '155522.105000', '155522.565000', '155523.025000', '155523.485000', '155523.945000', '155524.405000', '155524.865000', '155525.325000', '155525.785000', '155526.245000', '155526.705000', '155527.165000', '155527.625000', '155528.085000', '155528.545000', '155529.005000', '155529.465000', '155529.925000', '155530.385000', '155530.845000', '155531.305000', '155531.765000', '155532.225000', '155532.685000', '155533.145000', '155533.605000', '155534.065000', '155534.525000', '155534.985000', '155535.445000', '155535.905000', '155536.365000', '155536.825000', '155537.285000', '155537.745000', '155538.205000', '155538.665000', '155539.125000', '155539.585000', '155540.045000', '155540.505000', '155540.965000', '155541.425000', '155541.885000', '155542.345000', '155542.805000', '155543.265000', '155543.725000', '155544.185000', '155544.645000', '155545.105000', '155545.565000', '155546.025000', '155546.485000', '155546.945000', '155547.405000', '155547.865000', '155548.325000', '155548.785000', '155549.245000', '155549.705000', '155550.165000', '155550.625000', '155551.085000', '155551.545000', '155552.005000', '155552.465000', '155552.925000', '155553.385000', '155553.845000', '155554.305000', '155554.765000', '155555.225000', '155555.685000', '155556.145000', '155556.605000', '155557.065000', '155557.525000', '155557.985000', '155558.445000', '155558.905000', '155559.365000', '155559.825000', '155600.285000', '155600.745000', '155601.205000', '155601.665000', '155602.125000', '155602.585000', '155603.045000', '155603.505000', '155603.965000', '155604.425000', '155604.885000', '155605.345000', '155605.805000', '155606.265000', '155606.725000', '155607.185000', '155607.645000', '155608.105000', '155608.565000', '155609.025000', '155609.485000', '155609.945000', '155610.405000', '155610.865000', '155611.325000', '155611.785000', '155612.245000', '155612.705000', '155613.165000', '155613.625000', '155614.085000', '155614.545000', '155615.005000', '155615.465000', '155615.925000', '155616.385000', '155616.845000', '155617.305000', '155617.765000', '155618.225000', '155618.685000', '155619.145000', '155619.605000', '155620.065000', '155620.525000', '155620.985000', '155621.445000', '155621.905000', '155622.365000', '155622.825000', '155623.285000', '155623.745000', '155624.205000', '155624.665000', '155625.125000', '155625.585000', '155626.045000', '155626.505000', '155626.965000', '155627.425000', '155627.885000', '155628.345000', '155628.805000', '155629.265000', '155629.725000', '155630.185000', '155630.645000', '155631.105000', '155631.565000', '155632.025000', '155632.485000', '155632.945000', '155633.405000', '155633.865000', '155634.325000', '155634.785000', '155635.245000', '155635.705000', '155636.165000', '155636.625000', '155637.085000', '155637.545000', '155638.005000', '155638.465000', '155638.925000', '155639.385000', '155639.845000', '155640.305000', '155640.765000', '155641.225000', '155641.685000', '155642.145000', '155642.605000', '155643.065000', '155643.525000', '155643.985000', '155644.445000', '155644.905000', '155645.365000', '155645.825000', '155646.285000', '155646.745000', '155647.205000', '155647.665000', '155648.125000', '155648.585000', '155649.045000', '155649.505000', '155649.965000', '155650.425000', '155650.885000', '155651.345000', '155651.805000', '155652.265000', '155652.725000', '155653.185000', '155653.645000', '155654.105000', '155654.565000', '155655.025000', '155655.485000', '155655.945000', '155656.405000', '155656.865000', '155657.325000', '155657.785000', '155658.245000', '155658.705000', '155659.165000', '155659.625000', '155700.085000', '155700.545000', '155701.005000', '155701.465000', '155701.925000', '155702.385000'], 'ContentTime': ['155032.377000', '155032.380000', '155032.383000', '155032.386000', '155032.388000', '155032.391000', '155032.394000', '155032.397000', '155032.399000', '155032.402000', '155032.410000', '155032.413000', '155032.416000', '155032.418000', '155032.421000', '155032.424000', '155032.427000', '155032.438000', '155032.440000', '155032.443000', '155032.446000', '155032.449000', '155052.342000', '155052.345000', '155052.348000', '155052.353000', '155052.357000', '155052.360000', '155052.363000', '155052.365000', '155052.368000', '155052.371000', '155052.374000', '155052.377000', '155052.379000', '155052.388000', '155052.391000', '155052.394000', '155052.397000', '155052.399000', '155052.402000', '155052.405000', '155052.408000', '155052.410000', '155052.413000', '155052.416000', '155052.419000', '155052.422000', '155052.424000', '155052.427000', '155052.430000', '155052.433000', '155052.435000', '155052.438000', '155052.441000', '155052.444000', '155052.447000', '155052.449000', '155052.452000', '155052.455000', '155052.458000', '155052.460000', '155052.463000', '155052.466000', '155052.469000', '155112.342000', '155112.345000', '155112.347000', '155112.350000', '155112.353000', '155112.356000', '155112.359000', '155112.361000', '155112.364000', '155112.367000', '155112.370000', '155112.372000', '155112.375000', '155112.378000', '155112.381000', '155112.384000', '155112.386000', '155112.389000', '155112.392000', '155112.395000', '155112.398000', '155112.400000', '155112.403000', '155112.406000', '155112.409000', '155112.411000', '155112.414000', '155112.417000', '155112.420000', '155112.423000', '155112.425000', '155112.428000', '155112.431000', '155112.434000', '155112.436000', '155112.439000', '155112.442000', '155112.445000', '155112.447000', '155112.450000', '155112.453000', '155112.456000', '155112.458000', '155112.461000', '155132.342000', '155132.345000', '155132.348000', '155132.351000', '155132.353000', '155132.356000', '155132.360000', '155132.365000', '155132.374000', '155132.377000', '155132.379000', '155132.382000', '155132.385000', '155132.388000', '155132.391000', '155132.393000', '155132.396000', '155132.399000', '155132.402000', '155132.404000', '155132.407000', '155132.410000', '155132.413000', '155132.415000', '155132.418000', '155132.421000', '155132.424000', '155132.427000', '155132.429000', '155132.432000', '155132.435000', '155132.447000', '155132.450000', '155132.452000', '155132.455000', '155132.458000', '155132.461000', '155132.463000', '155132.466000', '155132.469000', '155132.472000', '155132.475000', '155132.477000', '155152.342000', '155152.345000', '155152.348000', '155152.351000', '155152.353000', '155152.356000', '155152.359000', '155152.362000', '155152.364000', '155152.367000', '155152.370000', '155152.373000', '155152.375000', '155152.378000', '155152.381000', '155152.384000', '155152.387000', '155152.390000', '155152.392000', '155152.395000', '155152.398000', '155152.401000', '155152.404000', '155152.406000', '155152.409000', '155152.412000', '155152.415000', '155152.417000', '155152.420000', '155152.423000', '155152.426000', '155152.429000', '155152.431000', '155152.434000', '155152.437000', '155152.440000', '155152.443000', '155152.445000', '155152.448000', '155152.451000', '155152.454000', '155152.456000', '155152.459000', '155152.462000', '155212.342000', '155212.345000', '155212.348000', '155212.350000', '155212.353000', '155212.356000', '155212.359000', '155212.362000', '155212.364000', '155212.367000', '155212.370000', '155212.373000', '155212.376000', '155212.378000', '155212.381000', '155212.384000', '155212.387000', '155212.390000', '155212.392000', '155212.395000', '155212.398000', '155212.401000', '155212.404000', '155212.406000', '155212.409000', '155212.412000', '155212.415000', '155212.418000', '155212.421000', '155212.424000', '155212.426000', '155212.429000', '155212.432000', '155212.435000', '155212.438000', '155212.440000', '155212.443000', '155212.446000', '155212.449000', '155212.451000', '155212.454000', '155212.457000', '155212.460000', '155232.342000', '155232.345000', '155232.348000', '155232.350000', '155232.353000', '155232.356000', '155232.359000', '155232.362000', '155232.364000', '155232.367000', '155232.370000', '155232.373000', '155232.375000', '155232.378000', '155232.381000', '155232.384000', '155232.387000', '155232.389000', '155232.392000', '155232.395000', '155232.398000', '155232.401000', '155232.403000', '155232.406000', '155232.409000', '155232.412000', '155232.415000', '155232.417000', '155232.420000', '155232.423000', '155232.426000', '155232.429000', '155232.431000', '155232.434000', '155232.437000', '155232.440000', '155232.442000', '155232.445000', '155232.448000', '155232.451000', '155232.453000', '155232.456000', '155232.459000', '155232.462000', '155252.342000', '155252.345000', '155252.348000', '155252.351000', '155252.353000', '155252.356000', '155252.359000', '155252.362000', '155252.365000', '155252.368000', '155252.370000', '155252.373000', '155252.376000', '155252.379000', '155252.382000', '155252.385000', '155252.387000', '155252.391000', '155252.393000', '155252.396000', '155252.399000', '155252.402000', '155252.405000', '155252.410000', '155252.413000', '155252.416000', '155252.419000', '155252.421000', '155252.424000', '155252.427000', '155252.430000', '155252.433000', '155252.435000', '155252.438000', '155252.441000', '155252.444000', '155252.447000', '155252.449000', '155252.452000', '155252.455000', '155252.458000', '155252.461000', '155252.463000', '155312.342000', '155312.345000', '155312.352000', '155312.355000', '155312.358000', '155312.360000', '155312.363000', '155312.366000', '155312.369000', '155312.371000', '155312.374000', '155312.377000', '155312.380000', '155312.383000', '155312.385000', '155312.388000', '155312.391000', '155312.394000', '155312.397000', '155312.399000', '155312.402000', '155312.405000', '155312.408000', '155312.410000', '155312.413000', '155312.416000', '155312.419000', '155312.435000', '155312.438000', '155312.441000', '155312.444000', '155312.447000', '155312.449000', '155312.452000', '155312.455000', '155312.458000', '155312.461000', '155312.463000', '155312.466000', '155312.469000', '155312.472000', '155312.475000', '155312.478000', '155312.480000', '155332.342000', '155332.345000', '155332.348000', '155332.350000', '155332.353000', '155332.356000', '155332.359000', '155332.362000', '155332.364000', '155332.367000', '155332.370000', '155332.373000', '155332.376000', '155332.378000', '155332.381000', '155332.384000', '155332.387000', '155332.390000', '155332.392000', '155332.395000', '155332.402000', '155332.405000', '155332.408000', '155332.411000', '155332.414000', '155332.417000', '155332.420000', '155332.422000', '155332.425000', '155332.428000', '155332.431000', '155332.434000', '155332.437000', '155332.439000', '155332.442000', '155332.445000', '155332.448000', '155332.450000', '155332.453000', '155332.456000', '155332.459000', '155332.462000', '155332.465000', '155352.342000', '155352.345000', '155352.348000', '155352.350000', '155352.353000', '155352.356000', '155352.359000', '155352.362000', '155352.364000', '155352.367000', '155352.370000', '155352.373000', '155352.380000', '155352.383000', '155352.385000', '155352.388000', '155352.391000', '155352.394000', '155352.397000', '155352.399000', '155352.402000', '155352.405000', '155352.408000', '155352.411000', '155352.413000', '155352.416000', '155352.419000', '155352.422000', '155352.425000', '155352.427000', '155352.430000', '155352.433000', '155352.436000', '155352.439000', '155352.441000', '155352.444000', '155352.447000', '155352.450000', '155352.452000', '155352.455000', '155352.458000', '155352.461000', '155352.464000', '155352.467000', '155412.342000', '155412.345000', '155412.348000', '155412.351000', '155412.354000', '155412.357000', '155412.359000', '155412.362000', '155412.365000', '155412.368000', '155412.371000', '155412.375000', '155412.377000', '155412.380000', '155412.383000', '155412.386000', '155412.389000', '155412.392000', '155412.394000', '155412.397000', '155412.400000', '155412.403000', '155412.405000', '155412.408000', '155412.411000', '155412.414000', '155412.417000', '155412.419000', '155412.422000', '155412.425000', '155412.428000', '155412.431000', '155412.434000', '155412.436000', '155412.439000', '155412.442000', '155412.445000', '155412.448000', '155412.451000', '155412.454000', '155412.457000', '155412.460000', '155412.463000', '155432.342000', '155432.345000', '155432.348000', '155432.350000', '155432.353000', '155432.356000', '155432.359000', '155432.361000', '155432.364000', '155432.367000', '155432.370000', '155432.373000', '155432.376000', '155432.378000', '155432.381000', '155432.384000', '155432.387000', '155432.389000', '155432.392000', '155432.395000', '155432.398000', '155432.401000', '155432.403000', '155432.406000', '155432.409000', '155432.412000', '155432.415000', '155432.417000', '155432.420000', '155432.423000', '155432.426000', '155432.429000', '155432.431000', '155432.434000', '155432.437000', '155432.440000', '155432.443000', '155432.445000', '155432.448000', '155432.457000', '155432.460000', '155432.462000', '155432.465000', '155432.468000', '155452.342000', '155452.345000', '155452.348000', '155452.351000', '155452.353000', '155452.356000', '155452.359000', '155452.362000', '155452.399000', '155452.402000', '155452.405000', '155452.408000', '155452.410000', '155452.413000', '155452.416000', '155452.419000', '155452.422000', '155452.424000', '155452.427000', '155452.430000', '155452.433000', '155452.436000', '155452.438000', '155452.441000', '155452.444000', '155452.447000', '155452.450000', '155452.452000', '155452.455000', '155452.458000', '155452.461000', '155452.464000', '155452.467000', '155452.470000', '155452.473000', '155452.475000', '155452.478000', '155452.481000', '155452.484000', '155452.487000', '155452.489000', '155452.492000', '155452.495000', '155512.342000', '155512.345000', '155512.348000', '155512.350000', '155512.353000', '155512.356000', '155512.359000', '155512.362000', '155512.364000', '155512.367000', '155512.370000', '155512.373000', '155512.376000', '155512.379000', '155512.381000', '155512.384000', '155512.387000', '155512.390000', '155512.393000', '155512.395000', '155512.398000', '155512.401000', '155512.404000', '155512.407000', '155512.409000', '155512.412000', '155512.415000', '155512.418000', '155512.421000', '155512.424000', '155512.426000', '155512.429000', '155512.432000', '155512.435000', '155512.438000', '155512.440000', '155512.443000', '155512.446000', '155512.449000', '155512.452000', '155512.454000', '155512.457000', '155512.460000', '155512.463000', '155532.342000', '155532.345000', '155532.348000', '155532.350000', '155532.353000', '155532.356000', '155532.359000', '155532.362000', '155532.365000', '155532.367000', '155532.370000', '155532.373000', '155532.376000', '155532.378000', '155532.381000', '155532.384000', '155532.387000', '155532.390000', '155532.393000', '155532.395000', '155532.398000', '155532.401000', '155532.404000', '155532.407000', '155532.410000', '155532.413000', '155532.416000', '155532.419000', '155532.422000', '155532.425000', '155532.427000', '155532.430000', '155532.433000', '155532.436000', '155532.439000', '155532.441000', '155532.444000', '155532.447000', '155532.450000', '155532.453000', '155532.455000', '155532.458000', '155532.461000', '155552.342000', '155552.345000', '155552.348000', '155552.350000', '155552.353000', '155552.356000', '155552.359000', '155552.362000', '155552.365000', '155552.367000', '155552.370000', '155552.373000', '155552.376000', '155552.379000', '155552.381000', '155552.384000', '155552.387000', '155552.390000', '155552.393000', '155552.395000', '155552.398000', '155552.401000', '155552.404000', '155552.407000', '155552.409000', '155552.412000', '155552.415000', '155552.418000', '155552.421000', '155552.424000', '155552.426000', '155552.429000', '155552.432000', '155552.435000', '155552.438000', '155552.440000', '155552.443000', '155552.446000', '155552.449000', '155552.452000', '155552.454000', '155552.457000', '155552.460000', '155552.463000', '155612.342000', '155612.345000', '155612.348000', '155612.351000', '155612.353000', '155612.356000', '155612.359000', '155612.362000', '155612.365000', '155612.368000', '155612.370000', '155612.373000', '155612.376000', '155612.379000', '155612.382000', '155612.384000', '155612.387000', '155612.390000', '155612.393000', '155612.402000', '155612.404000', '155612.407000', '155612.410000', '155612.413000', '155612.416000', '155612.418000', '155612.421000', '155612.424000', '155612.427000', '155612.430000', '155612.432000', '155612.435000', '155612.438000', '155612.441000', '155612.444000', '155612.447000', '155612.449000', '155612.452000', '155612.455000', '155612.458000', '155612.461000', '155612.463000', '155612.466000', '155632.342000', '155632.345000', '155632.348000', '155632.350000', '155632.353000', '155632.356000', '155632.359000', '155632.362000', '155632.364000', '155632.367000', '155632.370000', '155632.373000', '155632.375000', '155632.378000', '155632.381000', '155632.384000', '155632.387000', '155632.389000', '155632.392000', '155632.395000', '155632.398000', '155632.401000', '155632.403000', '155632.406000', '155632.409000', '155632.412000', '155632.415000', '155632.417000', '155632.420000', '155632.423000', '155632.426000', '155632.428000', '155632.431000', '155632.434000', '155632.437000', '155632.440000', '155632.442000', '155632.445000', '155632.448000', '155632.451000', '155632.453000', '155632.456000', '155632.459000', '155632.462000', '155652.342000', '155652.345000', '155652.348000', '155652.351000', '155652.353000', '155652.356000', '155652.359000', '155652.362000', '155652.364000', '155652.367000', '155652.370000', '155652.373000', '155652.376000', '155652.378000', '155652.381000', '155652.384000', '155652.387000', '155652.389000', '155652.392000', '155652.395000', '155652.398000', '155652.401000', '155652.403000', '155652.406000', '155652.409000', '155652.412000', '155652.414000', '155652.417000', '155652.420000', '155652.423000', '155652.426000', '155652.428000', '155652.431000', '155652.434000', '155652.437000', '155652.440000', '155652.442000', '155652.445000', '155652.449000', '155652.452000', '155652.454000', '155652.457000', '155652.460000', '155703.141000', '155703.145000', '155703.148000', '155703.152000', '155703.155000', '155703.158000', '155703.161000', '155703.164000', '155703.167000', '155703.170000', '155703.174000', '155703.177000', '155703.180000', '155703.183000', '155703.186000', '155703.188000', '155703.201000', '155703.203000', '155703.206000', '155703.210000', '155703.213000', '155703.216000', '155703.219000', '155703.222000'], 'InstanceCreationTime': ['155032.377000', '155032.380000', '155032.383000', '155032.386000', '155032.388000', '155032.391000', '155032.394000', '155032.397000', '155032.399000', '155032.402000', '155032.410000', '155032.413000', '155032.416000', '155032.418000', '155032.421000', '155032.424000', '155032.427000', '155032.438000', '155032.440000', '155032.443000', '155032.446000', '155032.449000', '155052.342000', '155052.345000', '155052.348000', '155052.353000', '155052.357000', '155052.360000', '155052.363000', '155052.365000', '155052.368000', '155052.371000', '155052.374000', '155052.377000', '155052.379000', '155052.388000', '155052.391000', '155052.394000', '155052.397000', '155052.399000', '155052.402000', '155052.405000', '155052.408000', '155052.410000', '155052.413000', '155052.416000', '155052.419000', '155052.422000', '155052.424000', '155052.427000', '155052.430000', '155052.433000', '155052.435000', '155052.438000', '155052.441000', '155052.444000', '155052.447000', '155052.449000', '155052.452000', '155052.455000', '155052.458000', '155052.460000', '155052.463000', '155052.466000', '155052.469000', '155112.342000', '155112.345000', '155112.347000', '155112.350000', '155112.353000', '155112.356000', '155112.359000', '155112.361000', '155112.364000', '155112.367000', '155112.370000', '155112.372000', '155112.375000', '155112.378000', '155112.381000', '155112.384000', '155112.386000', '155112.389000', '155112.392000', '155112.395000', '155112.398000', '155112.400000', '155112.403000', '155112.406000', '155112.409000', '155112.411000', '155112.414000', '155112.417000', '155112.420000', '155112.423000', '155112.425000', '155112.428000', '155112.431000', '155112.434000', '155112.436000', '155112.439000', '155112.442000', '155112.445000', '155112.447000', '155112.450000', '155112.453000', '155112.456000', '155112.458000', '155112.461000', '155132.342000', '155132.345000', '155132.348000', '155132.351000', '155132.353000', '155132.356000', '155132.360000', '155132.365000', '155132.374000', '155132.377000', '155132.379000', '155132.382000', '155132.385000', '155132.388000', '155132.391000', '155132.393000', '155132.396000', '155132.399000', '155132.402000', '155132.404000', '155132.407000', '155132.410000', '155132.413000', '155132.415000', '155132.418000', '155132.421000', '155132.424000', '155132.427000', '155132.429000', '155132.432000', '155132.435000', '155132.447000', '155132.450000', '155132.452000', '155132.455000', '155132.458000', '155132.461000', '155132.463000', '155132.466000', '155132.469000', '155132.472000', '155132.475000', '155132.477000', '155152.342000', '155152.345000', '155152.348000', '155152.351000', '155152.353000', '155152.356000', '155152.359000', '155152.362000', '155152.364000', '155152.367000', '155152.370000', '155152.373000', '155152.375000', '155152.378000', '155152.381000', '155152.384000', '155152.387000', '155152.390000', '155152.392000', '155152.395000', '155152.398000', '155152.401000', '155152.404000', '155152.406000', '155152.409000', '155152.412000', '155152.415000', '155152.417000', '155152.420000', '155152.423000', '155152.426000', '155152.429000', '155152.431000', '155152.434000', '155152.437000', '155152.440000', '155152.443000', '155152.445000', '155152.448000', '155152.451000', '155152.454000', '155152.456000', '155152.459000', '155152.462000', '155212.342000', '155212.345000', '155212.348000', '155212.350000', '155212.353000', '155212.356000', '155212.359000', '155212.362000', '155212.364000', '155212.367000', '155212.370000', '155212.373000', '155212.376000', '155212.378000', '155212.381000', '155212.384000', '155212.387000', '155212.390000', '155212.392000', '155212.395000', '155212.398000', '155212.401000', '155212.404000', '155212.406000', '155212.409000', '155212.412000', '155212.415000', '155212.418000', '155212.421000', '155212.424000', '155212.426000', '155212.429000', '155212.432000', '155212.435000', '155212.438000', '155212.440000', '155212.443000', '155212.446000', '155212.449000', '155212.451000', '155212.454000', '155212.457000', '155212.460000', '155232.342000', '155232.345000', '155232.348000', '155232.350000', '155232.353000', '155232.356000', '155232.359000', '155232.362000', '155232.364000', '155232.367000', '155232.370000', '155232.373000', '155232.375000', '155232.378000', '155232.381000', '155232.384000', '155232.387000', '155232.389000', '155232.392000', '155232.395000', '155232.398000', '155232.401000', '155232.403000', '155232.406000', '155232.409000', '155232.412000', '155232.415000', '155232.417000', '155232.420000', '155232.423000', '155232.426000', '155232.429000', '155232.431000', '155232.434000', '155232.437000', '155232.440000', '155232.442000', '155232.445000', '155232.448000', '155232.451000', '155232.453000', '155232.456000', '155232.459000', '155232.462000', '155252.342000', '155252.345000', '155252.348000', '155252.351000', '155252.353000', '155252.356000', '155252.359000', '155252.362000', '155252.365000', '155252.368000', '155252.370000', '155252.373000', '155252.376000', '155252.379000', '155252.382000', '155252.385000', '155252.387000', '155252.391000', '155252.393000', '155252.396000', '155252.399000', '155252.402000', '155252.405000', '155252.410000', '155252.413000', '155252.416000', '155252.419000', '155252.421000', '155252.424000', '155252.427000', '155252.430000', '155252.433000', '155252.435000', '155252.438000', '155252.441000', '155252.444000', '155252.447000', '155252.449000', '155252.452000', '155252.455000', '155252.458000', '155252.461000', '155252.463000', '155312.342000', '155312.345000', '155312.352000', '155312.355000', '155312.358000', '155312.360000', '155312.363000', '155312.366000', '155312.369000', '155312.371000', '155312.374000', '155312.377000', '155312.380000', '155312.383000', '155312.385000', '155312.388000', '155312.391000', '155312.394000', '155312.397000', '155312.399000', '155312.402000', '155312.405000', '155312.408000', '155312.410000', '155312.413000', '155312.416000', '155312.419000', '155312.435000', '155312.438000', '155312.441000', '155312.444000', '155312.447000', '155312.449000', '155312.452000', '155312.455000', '155312.458000', '155312.461000', '155312.463000', '155312.466000', '155312.469000', '155312.472000', '155312.475000', '155312.478000', '155312.480000', '155332.342000', '155332.345000', '155332.348000', '155332.350000', '155332.353000', '155332.356000', '155332.359000', '155332.362000', '155332.364000', '155332.367000', '155332.370000', '155332.373000', '155332.376000', '155332.378000', '155332.381000', '155332.384000', '155332.387000', '155332.390000', '155332.392000', '155332.395000', '155332.402000', '155332.405000', '155332.408000', '155332.411000', '155332.414000', '155332.417000', '155332.420000', '155332.422000', '155332.425000', '155332.428000', '155332.431000', '155332.434000', '155332.437000', '155332.439000', '155332.442000', '155332.445000', '155332.448000', '155332.450000', '155332.453000', '155332.456000', '155332.459000', '155332.462000', '155332.465000', '155352.342000', '155352.345000', '155352.348000', '155352.350000', '155352.353000', '155352.356000', '155352.359000', '155352.362000', '155352.364000', '155352.367000', '155352.370000', '155352.373000', '155352.380000', '155352.383000', '155352.385000', '155352.388000', '155352.391000', '155352.394000', '155352.397000', '155352.399000', '155352.402000', '155352.405000', '155352.408000', '155352.411000', '155352.413000', '155352.416000', '155352.419000', '155352.422000', '155352.425000', '155352.427000', '155352.430000', '155352.433000', '155352.436000', '155352.439000', '155352.441000', '155352.444000', '155352.447000', '155352.450000', '155352.452000', '155352.455000', '155352.458000', '155352.461000', '155352.464000', '155352.467000', '155412.342000', '155412.345000', '155412.348000', '155412.351000', '155412.354000', '155412.357000', '155412.359000', '155412.362000', '155412.365000', '155412.368000', '155412.371000', '155412.375000', '155412.377000', '155412.380000', '155412.383000', '155412.386000', '155412.389000', '155412.392000', '155412.394000', '155412.397000', '155412.400000', '155412.403000', '155412.405000', '155412.408000', '155412.411000', '155412.414000', '155412.417000', '155412.419000', '155412.422000', '155412.425000', '155412.428000', '155412.431000', '155412.434000', '155412.436000', '155412.439000', '155412.442000', '155412.445000', '155412.448000', '155412.451000', '155412.454000', '155412.457000', '155412.460000', '155412.463000', '155432.342000', '155432.345000', '155432.348000', '155432.350000', '155432.353000', '155432.356000', '155432.359000', '155432.361000', '155432.364000', '155432.367000', '155432.370000', '155432.373000', '155432.376000', '155432.378000', '155432.381000', '155432.384000', '155432.387000', '155432.389000', '155432.392000', '155432.395000', '155432.398000', '155432.401000', '155432.403000', '155432.406000', '155432.409000', '155432.412000', '155432.415000', '155432.417000', '155432.420000', '155432.423000', '155432.426000', '155432.429000', '155432.431000', '155432.434000', '155432.437000', '155432.440000', '155432.443000', '155432.445000', '155432.448000', '155432.457000', '155432.460000', '155432.462000', '155432.465000', '155432.468000', '155452.342000', '155452.345000', '155452.348000', '155452.351000', '155452.353000', '155452.356000', '155452.359000', '155452.362000', '155452.399000', '155452.402000', '155452.405000', '155452.408000', '155452.410000', '155452.413000', '155452.416000', '155452.419000', '155452.422000', '155452.424000', '155452.427000', '155452.430000', '155452.433000', '155452.436000', '155452.438000', '155452.441000', '155452.444000', '155452.447000', '155452.450000', '155452.452000', '155452.455000', '155452.458000', '155452.461000', '155452.464000', '155452.467000', '155452.470000', '155452.473000', '155452.475000', '155452.478000', '155452.481000', '155452.484000', '155452.487000', '155452.489000', '155452.492000', '155452.495000', '155512.342000', '155512.345000', '155512.348000', '155512.350000', '155512.353000', '155512.356000', '155512.359000', '155512.362000', '155512.364000', '155512.367000', '155512.370000', '155512.373000', '155512.376000', '155512.379000', '155512.381000', '155512.384000', '155512.387000', '155512.390000', '155512.393000', '155512.395000', '155512.398000', '155512.401000', '155512.404000', '155512.407000', '155512.409000', '155512.412000', '155512.415000', '155512.418000', '155512.421000', '155512.424000', '155512.426000', '155512.429000', '155512.432000', '155512.435000', '155512.438000', '155512.440000', '155512.443000', '155512.446000', '155512.449000', '155512.452000', '155512.454000', '155512.457000', '155512.460000', '155512.463000', '155532.342000', '155532.345000', '155532.348000', '155532.350000', '155532.353000', '155532.356000', '155532.359000', '155532.362000', '155532.365000', '155532.367000', '155532.370000', '155532.373000', '155532.376000', '155532.378000', '155532.381000', '155532.384000', '155532.387000', '155532.390000', '155532.393000', '155532.395000', '155532.398000', '155532.401000', '155532.404000', '155532.407000', '155532.410000', '155532.413000', '155532.416000', '155532.419000', '155532.422000', '155532.425000', '155532.427000', '155532.430000', '155532.433000', '155532.436000', '155532.439000', '155532.441000', '155532.444000', '155532.447000', '155532.450000', '155532.453000', '155532.455000', '155532.458000', '155532.461000', '155552.342000', '155552.345000', '155552.348000', '155552.350000', '155552.353000', '155552.356000', '155552.359000', '155552.362000', '155552.365000', '155552.367000', '155552.370000', '155552.373000', '155552.376000', '155552.379000', '155552.381000', '155552.384000', '155552.387000', '155552.390000', '155552.393000', '155552.395000', '155552.398000', '155552.401000', '155552.404000', '155552.407000', '155552.409000', '155552.412000', '155552.415000', '155552.418000', '155552.421000', '155552.424000', '155552.426000', '155552.429000', '155552.432000', '155552.435000', '155552.438000', '155552.440000', '155552.443000', '155552.446000', '155552.449000', '155552.452000', '155552.454000', '155552.457000', '155552.460000', '155552.463000', '155612.342000', '155612.345000', '155612.348000', '155612.351000', '155612.353000', '155612.356000', '155612.359000', '155612.362000', '155612.365000', '155612.368000', '155612.370000', '155612.373000', '155612.376000', '155612.379000', '155612.382000', '155612.384000', '155612.387000', '155612.390000', '155612.393000', '155612.402000', '155612.404000', '155612.407000', '155612.410000', '155612.413000', '155612.416000', '155612.418000', '155612.421000', '155612.424000', '155612.427000', '155612.430000', '155612.432000', '155612.435000', '155612.438000', '155612.441000', '155612.444000', '155612.447000', '155612.449000', '155612.452000', '155612.455000', '155612.458000', '155612.461000', '155612.463000', '155612.466000', '155632.342000', '155632.345000', '155632.348000', '155632.350000', '155632.353000', '155632.356000', '155632.359000', '155632.362000', '155632.364000', '155632.367000', '155632.370000', '155632.373000', '155632.375000', '155632.378000', '155632.381000', '155632.384000', '155632.387000', '155632.389000', '155632.392000', '155632.395000', '155632.398000', '155632.401000', '155632.403000', '155632.406000', '155632.409000', '155632.412000', '155632.415000', '155632.417000', '155632.420000', '155632.423000', '155632.426000', '155632.428000', '155632.431000', '155632.434000', '155632.437000', '155632.440000', '155632.442000', '155632.445000', '155632.448000', '155632.451000', '155632.453000', '155632.456000', '155632.459000', '155632.462000', '155652.342000', '155652.345000', '155652.348000', '155652.351000', '155652.353000', '155652.356000', '155652.359000', '155652.362000', '155652.364000', '155652.367000', '155652.370000', '155652.373000', '155652.376000', '155652.378000', '155652.381000', '155652.384000', '155652.387000', '155652.389000', '155652.392000', '155652.395000', '155652.398000', '155652.401000', '155652.403000', '155652.406000', '155652.409000', '155652.412000', '155652.414000', '155652.417000', '155652.420000', '155652.423000', '155652.426000', '155652.428000', '155652.431000', '155652.434000', '155652.437000', '155652.440000', '155652.442000', '155652.445000', '155652.449000', '155652.452000', '155652.454000', '155652.457000', '155652.460000', '155703.141000', '155703.145000', '155703.148000', '155703.152000', '155703.155000', '155703.158000', '155703.161000', '155703.164000', '155703.167000', '155703.170000', '155703.174000', '155703.177000', '155703.180000', '155703.183000', '155703.186000', '155703.188000', '155703.201000', '155703.203000', '155703.206000', '155703.210000', '155703.213000', '155703.216000', '155703.219000', '155703.222000'], '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': [9117, 11908, 8561, 11617, 8139, 10937, 7928, 9624, 7674, 8964, 7660, 8715, 7767, 9208, 7703, 9124, 7882, 9342, 8262, 8252, 8399, 8535, 8036, 9576, 7705, 12188, 8855, 12423, 9335, 11546, 7651, 11608, 7646, 10617, 13749, 8780, 12017, 8543, 9628, 7660, 9861, 7834, 8632, 8097, 9272, 7929, 12425, 7994, 8771, 7526, 9771, 8243, 11170, 7600, 10201, 7682, 12117, 8361, 11772, 7608, 10715, 7848, 10040, 7738, 8933, 7733, 8438, 7901, 11450, 9101, 13615, 9628, 12987, 16313, 11388, 12851, 9870, 11399, 7676, 9544, 7832, 8227, 11434, 7675, 10491, 7606, 9982, 7647, 7968, 12568, 8252, 10122, 7728, 8958, 7779, 9597, 7732, 8834, 8383, 8433, 8333, 13589, 11206, 14392, 11229, 13217, 8675, 12837, 9720, 12230, 12306, 9262, 15382, 10529, 12127, 7569, 10053, 7685, 9454, 7786, 9323, 7943, 9069, 13447, 8420, 8553, 7689, 7658, 9527, 7641, 11373, 7745, 11111, 7532, 10415, 7769, 8700, 12779, 8919, 11854, 7897, 13346, 11416, 13489, 8457, 8067, 8064, 9134, 8269, 7606, 8810, 15108, 12786, 13783, 10145, 12090, 7935, 9067, 13536, 7645, 11569, 7680, 9963, 7502, 9483, 7632, 10975, 8488, 12137, 10402, 12998, 10125, 9276, 14331, 7565, 11624, 7390, 8616, 7648, 7480, 10241, 7411, 9720, 10430, 7981, 9193, 7618, 10488, 7398, 9838, 7745, 9081, 7568, 7744, 13346, 7633, 11373, 13632, 8477, 11781, 7640, 7539, 7720, 7444, 10796, 7501, 10256, 7954, 9835, 7508, 9364, 7609, 9997, 7783, 11834, 9452, 11921, 7485, 11144, 14471, 10350, 11168, 14325, 9158, 11465, 7883, 7651, 10289, 7430, 9083, 8117, 8191, 8053, 7434, 8380, 7531, 10210, 7591, 7852, 11256, 8167, 11950, 7955, 12174, 8084, 8247, 13832, 10420, 11818, 7542, 9929, 14463, 8873, 12526, 8312, 7865, 9309, 7544, 10487, 7805, 8502, 10614, 7439, 10540, 7369, 10136, 7745, 7596, 12544, 7532, 12458, 7485, 10253, 7767, 7694, 11494, 7529, 10237, 7604, 10255, 7419, 10282, 7590, 10571, 8128, 9276, 7661, 8864, 14365, 10247, 12503, 7551, 11566, 7521, 8635, 12308, 7602, 12787, 7464, 11675, 7674, 10943, 7715, 8526, 13912, 10627, 12318, 7563, 12465, 7697, 11328, 7681, 9986, 7542, 10151, 7426, 10621, 7447, 11965, 15648, 12168, 10625, 7573, 9575, 7718, 8205, 8191, 8750, 7670, 8722, 8259, 7596, 8885, 7426, 11927, 8103, 9617, 8049, 8664, 8006, 7917, 10118, 7462, 8074, 7692, 11280, 7495, 11166, 14545, 11261, 11295, 7635, 7610, 12670, 7732, 8315, 12850, 7466, 8940, 8033, 8810, 11424, 7521, 11136, 7599, 9608, 8077, 7584, 12083, 7822, 8008, 12265, 7482, 12007, 7939, 7525, 12556, 7557, 10647, 7937, 9196, 8012, 7499, 12375, 7699, 11380, 7488, 9651, 7963, 7550, 12242, 7699, 12643, 9305, 11641, 7573, 9696, 14469, 9570, 11748, 7763, 9464, 7690, 8487, 7737, 9325, 7519, 10568, 13791, 11868, 12091, 7518, 10077, 7762, 7509, 7991, 7556, 10812, 7494, 11391, 7635, 9406, 7489, 7949, 12677, 7660, 12431, 7659, 8994, 7683, 7696, 7897, 7564, 12031, 8000, 11621, 7803, 11914, 7746, 8563, 14432, 10070, 11404, 7625, 7580, 9261, 7510, 11358, 7895, 10762, 9565, 7794, 11394, 7495, 12469, 7671, 11265, 7448, 10361, 7634, 10514, 7551, 10092, 7910, 9708, 9420, 8496, 9994, 7571, 13382, 8788, 11439, 7987, 10363, 7648, 8434, 7762, 7507, 11716, 7553, 11292, 7649, 10258, 7673, 9786, 7538, 9279, 7641, 9158, 7810, 8160, 8843, 7574, 11473, 11293, 9743, 10330, 8324, 14933, 11243, 13310, 12318, 9190, 7824, 7500, 7907, 7732, 9666, 7666, 10057, 7650, 12528, 8347, 12813, 8482, 8536, 14896, 8107, 12054, 7832, 7601, 8340, 7447, 10310, 7647, 9265, 8093, 7561, 8153, 7596, 11596, 7685, 7919, 12345, 8993, 11978, 7629, 12084, 7719, 8387, 14546, 11649, 10896, 7722, 8135, 11280, 7530, 11477, 7684, 8566, 7503, 8262, 8312, 7784, 9535, 7579, 12393, 8245, 12419, 10227, 8516, 15091, 11273, 11376, 7610, 9708, 7691, 8831, 10843, 13479, 13379, 9196, 8096, 8785, 8650, 7879, 12726, 8298, 8911, 10059, 7777, 11969, 7654, 9255, 11642, 7445, 12647, 7892, 9511, 7772, 7564, 7782, 8050, 12120, 7977, 11705, 7557, 8176, 12454, 9681, 12915, 8587, 11885, 8329, 8169, 16657, 10718, 12348, 7477, 9358, 8180, 7705, 7687, 8066, 7671, 8627, 7893, 9158, 14068, 11993, 12308, 7344, 9278, 10254, 7663, 10502, 7483, 7362, 7628, 7571, 9837, 7559, 7539, 10064, 7490, 9199, 7760, 9936, 7966, 7803, 10503, 7597, 10181, 7761, 7536, 11852, 7723, 10530, 12956, 8038, 11922, 7461, 9293, 7446, 9494, 7560, 9297, 7660, 9675, 7866, 9915, 8091, 7980, 12593, 9117, 12661, 9469, 11384, 7582, 8340, 10109, 7669, 12640, 8783, 11283, 7624, 9436, 8012, 7647, 9678, 7471, 8538, 7486, 8347, 7974, 8275, 8289, 8266, 9338, 7630, 11155, 14300, 12186, 13095, 9699, 12551, 10217, 8759, 12743, 8608, 10108, 7741, 7544, 10980, 7546, 9727, 7573, 8760, 7721, 9476, 8180, 7456, 9527, 7487, 8828, 7550, 9632, 7788, 9163, 7956, 9941, 8153, 8419, 14130, 8434, 9700, 7943, 9211, 8057, 7718, 11126, 7489, 12614, 9635, 11613, 7609, 11105, 7938, 8056, 8266, 8043, 14874, 8935, 13248, 7917, 9898, 7564, 9024, 7982, 7906, 11064, 7747, 10376, 7534, 12924, 8840, 11994, 10996, 8893, 8021, 7763, 12873, 7612, 10589, 9911, 7473, 11374, 7441, 11145, 7805, 7989, 11123, 7533, 11556, 7418, 12228, 7566, 11115, 13007, 8977, 12704, 8537, 9852, 7746, 8646, 7601, 9577, 7504, 9719, 7621, 11886, 9937, 11854, 7973, 11295, 11022, 8600, 13107, 9288, 9981, 7636, 8578, 10151, 7927, 7684, 7490, 7863, 7856, 11855, 7775, 12557, 8754, 10953, 7453, 8329, 7943, 7546, 11316, 7548, 9785, 7564, 8200, 8242, 7496, 10124, 7572, 8301, 8210, 7849, 10571, 7850, 9302, 7772, 7568, 8473, 7686, 10583, 7600, 10263, 7585, 10213, 7692, 8554, 8966, 7664, 13936, 10683, 12062, 7483, 11447, 7930, 12370, 8552, 11681, 7630, 12587, 8513, 11649, 8890, 11702, 8455, 10458, 7982, 11306, 8958, 10648, 8228, 12872, 8607, 12953, 10144, 12143], 'WindowCenter': [4747.0, 4755.0, 4702.0, 4726.0, 4674.0, 4700.0, 4663.0, 4680.0, 4663.0, 4668.0, 4661.0, 4671.0, 4661.0, 4681.0, 4662.0, 4681.0, 4673.0, 4694.0, 4673.0, 4675.0, 4674.0, 4684.0, 4674.0, 4718.0, 4675.0, 4720.0, 4694.0, 4721.0, 4691.0, 4710.0, 4662.0, 4711.0, 4662.0, 4702.0, 4731.0, 4682.0, 4710.0, 4669.0, 4681.0, 4661.0, 4702.0, 4676.0, 4684.0, 4676.0, 4693.0, 4675.0, 4720.0, 4684.0, 4683.0, 4665.0, 4692.0, 4673.0, 4699.0, 4662.0, 4700.0, 4675.0, 4743.0, 4688.0, 4737.0, 4686.0, 4718.0, 4689.0, 4692.0, 4675.0, 4693.0, 4677.0, 4685.0, 4689.0, 4728.0, 4699.0, 4747.0, 4707.0, 4738.0, 4748.0, 4704.0, 4712.0, 4681.0, 4701.0, 4665.0, 4693.0, 4662.0, 4672.0, 4702.0, 4663.0, 4691.0, 4663.0, 4693.0, 4664.0, 4673.0, 4711.0, 4672.0, 4703.0, 4674.0, 4683.0, 4675.0, 4693.0, 4687.0, 4696.0, 4685.0, 4686.0, 4688.0, 4747.0, 4727.0, 4748.0, 4718.0, 4724.0, 4686.0, 4725.0, 4694.0, 4713.0, 4700.0, 4681.0, 4727.0, 4690.0, 4697.0, 4648.0, 4678.0, 4660.0, 4680.0, 4662.0, 4682.0, 4673.0, 4695.0, 4733.0, 4674.0, 4682.0, 4661.0, 4662.0, 4691.0, 4660.0, 4697.0, 4662.0, 4700.0, 4661.0, 4700.0, 4660.0, 4671.0, 4708.0, 4679.0, 4709.0, 4672.0, 4747.0, 4725.0, 4731.0, 4671.0, 4670.0, 4672.0, 4689.0, 4669.0, 4647.0, 4680.0, 4718.0, 4707.0, 4718.0, 4678.0, 4698.0, 4646.0, 4657.0, 4705.0, 4638.0, 4685.0, 4635.0, 4663.0, 4637.0, 4676.0, 4660.0, 4698.0, 4682.0, 4709.0, 4688.0, 4709.0, 4676.0, 4656.0, 4705.0, 4634.0, 4672.0, 4622.0, 4642.0, 4634.0, 4635.0, 4663.0, 4635.0, 4666.0, 4676.0, 4648.0, 4668.0, 4650.0, 4686.0, 4649.0, 4677.0, 4648.0, 4667.0, 4649.0, 4651.0, 4708.0, 4650.0, 4699.0, 4706.0, 4658.0, 4686.0, 4646.0, 4636.0, 4636.0, 4637.0, 4688.0, 4650.0, 4678.0, 4661.0, 4678.0, 4650.0, 4680.0, 4662.0, 4690.0, 4661.0, 4711.0, 4682.0, 4701.0, 4652.0, 4700.0, 4720.0, 4677.0, 4688.0, 4706.0, 4656.0, 4674.0, 4635.0, 4636.0, 4664.0, 4635.0, 4665.0, 4646.0, 4658.0, 4659.0, 4650.0, 4671.0, 4664.0, 4703.0, 4663.0, 4674.0, 4701.0, 4672.0, 4711.0, 4662.0, 4712.0, 4650.0, 4662.0, 4720.0, 4691.0, 4699.0, 4650.0, 4681.0, 4717.0, 4669.0, 4708.0, 4658.0, 4649.0, 4667.0, 4648.0, 4688.0, 4647.0, 4670.0, 4689.0, 4651.0, 4689.0, 4650.0, 4690.0, 4649.0, 4650.0, 4709.0, 4651.0, 4707.0, 4639.0, 4678.0, 4649.0, 4650.0, 4697.0, 4650.0, 4690.0, 4662.0, 4691.0, 4653.0, 4701.0, 4665.0, 4704.0, 4673.0, 4684.0, 4664.0, 4683.0, 4720.0, 4692.0, 4708.0, 4649.0, 4698.0, 4649.0, 4659.0, 4699.0, 4650.0, 4707.0, 4640.0, 4699.0, 4650.0, 4689.0, 4648.0, 4669.0, 4708.0, 4689.0, 4696.0, 4649.0, 4697.0, 4647.0, 4688.0, 4650.0, 4680.0, 4651.0, 4678.0, 4650.0, 4689.0, 4652.0, 4701.0, 4730.0, 4698.0, 4677.0, 4648.0, 4666.0, 4637.0, 4659.0, 4670.0, 4672.0, 4649.0, 4660.0, 4660.0, 4651.0, 4670.0, 4652.0, 4713.0, 4662.0, 4680.0, 4658.0, 4670.0, 4649.0, 4659.0, 4690.0, 4652.0, 4660.0, 4663.0, 4700.0, 4664.0, 4704.0, 4722.0, 4692.0, 4689.0, 4649.0, 4662.0, 4708.0, 4650.0, 4659.0, 4707.0, 4649.0, 4667.0, 4660.0, 4682.0, 4699.0, 4661.0, 4699.0, 4660.0, 4680.0, 4661.0, 4661.0, 4710.0, 4650.0, 4661.0, 4697.0, 4641.0, 4700.0, 4646.0, 4649.0, 4699.0, 4649.0, 4689.0, 4659.0, 4669.0, 4659.0, 4650.0, 4707.0, 4649.0, 4699.0, 4638.0, 4677.0, 4648.0, 4648.0, 4697.0, 4649.0, 4698.0, 4669.0, 4698.0, 4648.0, 4679.0, 4717.0, 4667.0, 4686.0, 4648.0, 4666.0, 4648.0, 4656.0, 4659.0, 4679.0, 4662.0, 4704.0, 4719.0, 4700.0, 4696.0, 4639.0, 4667.0, 4647.0, 4638.0, 4648.0, 4649.0, 4686.0, 4639.0, 4701.0, 4651.0, 4670.0, 4639.0, 4651.0, 4709.0, 4649.0, 4699.0, 4639.0, 4658.0, 4638.0, 4636.0, 4648.0, 4651.0, 4699.0, 4650.0, 4689.0, 4650.0, 4700.0, 4650.0, 4661.0, 4719.0, 4679.0, 4688.0, 4637.0, 4638.0, 4657.0, 4638.0, 4675.0, 4646.0, 4678.0, 4666.0, 4638.0, 4685.0, 4637.0, 4696.0, 4637.0, 4687.0, 4638.0, 4678.0, 4648.0, 4687.0, 4649.0, 4678.0, 4647.0, 4679.0, 4679.0, 4670.0, 4677.0, 4649.0, 4707.0, 4657.0, 4686.0, 4635.0, 4665.0, 4635.0, 4645.0, 4634.0, 4636.0, 4686.0, 4638.0, 4676.0, 4638.0, 4677.0, 4651.0, 4678.0, 4662.0, 4681.0, 4652.0, 4680.0, 4664.0, 4674.0, 4683.0, 4665.0, 4717.0, 4706.0, 4685.0, 4682.0, 4663.0, 4721.0, 4691.0, 4710.0, 4687.0, 4659.0, 4637.0, 4638.0, 4647.0, 4651.0, 4679.0, 4652.0, 4680.0, 4651.0, 4711.0, 4660.0, 4709.0, 4660.0, 4659.0, 4707.0, 4647.0, 4698.0, 4636.0, 4637.0, 4647.0, 4639.0, 4678.0, 4650.0, 4669.0, 4650.0, 4651.0, 4650.0, 4653.0, 4701.0, 4650.0, 4652.0, 4700.0, 4661.0, 4689.0, 4640.0, 4699.0, 4640.0, 4659.0, 4707.0, 4688.0, 4677.0, 4637.0, 4648.0, 4676.0, 4638.0, 4686.0, 4651.0, 4659.0, 4640.0, 4658.0, 4661.0, 4664.0, 4681.0, 4652.0, 4711.0, 4663.0, 4710.0, 4679.0, 4659.0, 4708.0, 4678.0, 4676.0, 4636.0, 4656.0, 4638.0, 4669.0, 4701.0, 4730.0, 4717.0, 4680.0, 4659.0, 4667.0, 4666.0, 4657.0, 4706.0, 4656.0, 4668.0, 4675.0, 4650.0, 4698.0, 4649.0, 4669.0, 4685.0, 4626.0, 4694.0, 4635.0, 4655.0, 4634.0, 4637.0, 4637.0, 4649.0, 4686.0, 4636.0, 4676.0, 4623.0, 4636.0, 4673.0, 4655.0, 4672.0, 4634.0, 4663.0, 4620.0, 4633.0, 4713.0, 4652.0, 4670.0, 4609.0, 4628.0, 4621.0, 4612.0, 4609.0, 4621.0, 4613.0, 4634.0, 4624.0, 4645.0, 4683.0, 4663.0, 4673.0, 4613.0, 4644.0, 4651.0, 4613.0, 4651.0, 4614.0, 4625.0, 4637.0, 4634.0, 4664.0, 4623.0, 4624.0, 4653.0, 4625.0, 4655.0, 4637.0, 4665.0, 4648.0, 4641.0, 4677.0, 4640.0, 4679.0, 4650.0, 4652.0, 4700.0, 4651.0, 4681.0, 4698.0, 4649.0, 4687.0, 4640.0, 4668.0, 4640.0, 4669.0, 4652.0, 4671.0, 4663.0, 4682.0, 4663.0, 4681.0, 4663.0, 4664.0, 4711.0, 4673.0, 4708.0, 4671.0, 4690.0, 4650.0, 4661.0, 4680.0, 4651.0, 4709.0, 4662.0, 4690.0, 4641.0, 4670.0, 4649.0, 4651.0, 4670.0, 4639.0, 4671.0, 4652.0, 4662.0, 4663.0, 4674.0, 4663.0, 4663.0, 4683.0, 4664.0, 4703.0, 4723.0, 4702.0, 4709.0, 4671.0, 4700.0, 4667.0, 4658.0, 4697.0, 4647.0, 4665.0, 4637.0, 4639.0, 4676.0, 4639.0, 4668.0, 4638.0, 4658.0, 4650.0, 4679.0, 4660.0, 4653.0, 4679.0, 4652.0, 4671.0, 4664.0, 4682.0, 4663.0, 4683.0, 4665.0, 4694.0, 4662.0, 4675.0, 4722.0, 4663.0, 4682.0, 4651.0, 4671.0, 4651.0, 4651.0, 4691.0, 4653.0, 4701.0, 4681.0, 4690.0, 4652.0, 4690.0, 4664.0, 4663.0, 4662.0, 4661.0, 4720.0, 4671.0, 4709.0, 4650.0, 4680.0, 4650.0, 4668.0, 4648.0, 4659.0, 4689.0, 4650.0, 4679.0, 4650.0, 4698.0, 4669.0, 4697.0, 4678.0, 4656.0, 4637.0, 4637.0, 4694.0, 4637.0, 4677.0, 4665.0, 4628.0, 4686.0, 4626.0, 4676.0, 4637.0, 4647.0, 4677.0, 4639.0, 4687.0, 4639.0, 4687.0, 4638.0, 4688.0, 4695.0, 4656.0, 4696.0, 4647.0, 4666.0, 4637.0, 4646.0, 4636.0, 4666.0, 4639.0, 4668.0, 4649.0, 4699.0, 4680.0, 4699.0, 4649.0, 4690.0, 4677.0, 4657.0, 4696.0, 4658.0, 4665.0, 4623.0, 4631.0, 4649.0, 4635.0, 4634.0, 4635.0, 4636.0, 4645.0, 4695.0, 4652.0, 4753.0, 4686.0, 4691.0, 4640.0, 4648.0, 4645.0, 4636.0, 4674.0, 4636.0, 4667.0, 4636.0, 4648.0, 4646.0, 4639.0, 4677.0, 4638.0, 4647.0, 4646.0, 4648.0, 4677.0, 4647.0, 4668.0, 4637.0, 4639.0, 4648.0, 4648.0, 4678.0, 4650.0, 4677.0, 4647.0, 4679.0, 4638.0, 4659.0, 4657.0, 4649.0, 4706.0, 4679.0, 4686.0, 4638.0, 4687.0, 4660.0, 4699.0, 4660.0, 4697.0, 4652.0, 4700.0, 4671.0, 4689.0, 4671.0, 4700.0, 4661.0, 4678.0, 4649.0, 4688.0, 4660.0, 4679.0, 4650.0, 4697.0, 4658.0, 4698.0, 4677.0, 4686.0], 'WindowWidth': [10419.0, 10404.0, 10319.0, 10339.0, 10263.0, 10291.0, 10244.0, 10259.0, 10239.0, 10242.0, 10236.0, 10250.0, 10237.0, 10263.0, 10240.0, 10263.0, 10255.0, 10285.0, 10256.0, 10259.0, 10257.0, 10269.0, 10258.0, 10327.0, 10266.0, 10317.0, 10284.0, 10318.0, 10278.0, 10302.0, 10239.0, 10304.0, 10239.0, 10293.0, 10329.0, 10266.0, 10301.0, 10246.0, 10262.0, 10236.0, 10295.0, 10268.0, 10274.0, 10263.0, 10282.0, 10259.0, 10316.0, 10275.0, 10273.0, 10247.0, 10278.0, 10255.0, 10285.0, 10240.0, 10290.0, 10262.0, 10368.0, 10286.0, 10352.0, 10283.0, 10323.0, 10284.0, 10277.0, 10259.0, 10282.0, 10265.0, 10276.0, 10286.0, 10336.0, 10297.0, 10361.0, 10305.0, 10350.0, 10361.0, 10294.0, 10302.0, 10256.0, 10286.0, 10245.0, 10280.0, 10234.0, 10250.0, 10289.0, 10238.0, 10275.0, 10239.0, 10281.0, 10245.0, 10254.0, 10302.0, 10250.0, 10295.0, 10260.0, 10270.0, 10260.0, 10284.0, 10282.0, 10291.0, 10279.0, 10280.0, 10286.0, 10362.0, 10335.0, 10364.0, 10322.0, 10324.0, 10275.0, 10324.0, 10282.0, 10308.0, 10285.0, 10259.0, 10320.0, 10270.0, 10276.0, 10214.0, 10254.0, 10233.0, 10259.0, 10239.0, 10266.0, 10255.0, 10288.0, 10339.0, 10258.0, 10264.0, 10235.0, 10241.0, 10277.0, 10233.0, 10282.0, 10241.0, 10289.0, 10235.0, 10287.0, 10234.0, 10249.0, 10297.0, 10259.0, 10298.0, 10253.0, 10369.0, 10334.0, 10333.0, 10251.0, 10251.0, 10255.0, 10274.0, 10245.0, 10212.0, 10259.0, 10308.0, 10291.0, 10308.0, 10252.0, 10279.0, 10206.0, 10222.0, 10285.0, 10196.0, 10256.0, 10189.0, 10224.0, 10194.0, 10247.0, 10234.0, 10283.0, 10266.0, 10297.0, 10269.0, 10299.0, 10245.0, 10218.0, 10281.0, 10186.0, 10234.0, 10165.0, 10191.0, 10186.0, 10189.0, 10224.0, 10190.0, 10233.0, 10247.0, 10212.0, 10239.0, 10219.0, 10262.0, 10214.0, 10250.0, 10213.0, 10238.0, 10216.0, 10220.0, 10295.0, 10216.0, 10284.0, 10289.0, 10224.0, 10261.0, 10206.0, 10193.0, 10193.0, 10197.0, 10266.0, 10218.0, 10254.0, 10235.0, 10253.0, 10220.0, 10260.0, 10239.0, 10273.0, 10237.0, 10302.0, 10264.0, 10288.0, 10222.0, 10288.0, 10313.0, 10248.0, 10264.0, 10285.0, 10217.0, 10238.0, 10186.0, 10190.0, 10227.0, 10190.0, 10231.0, 10206.0, 10224.0, 10228.0, 10219.0, 10248.0, 10244.0, 10295.0, 10241.0, 10256.0, 10291.0, 10253.0, 10302.0, 10237.0, 10306.0, 10218.0, 10236.0, 10314.0, 10271.0, 10282.0, 10217.0, 10260.0, 10305.0, 10241.0, 10294.0, 10225.0, 10214.0, 10235.0, 10210.0, 10264.0, 10210.0, 10245.0, 10270.0, 10219.0, 10269.0, 10218.0, 10272.0, 10214.0, 10217.0, 10298.0, 10222.0, 10292.0, 10201.0, 10255.0, 10213.0, 10217.0, 10279.0, 10219.0, 10270.0, 10238.0, 10275.0, 10228.0, 10290.0, 10247.0, 10299.0, 10255.0, 10269.0, 10241.0, 10266.0, 10315.0, 10278.0, 10294.0, 10216.0, 10280.0, 10212.0, 10229.0, 10281.0, 10215.0, 10291.0, 10204.0, 10280.0, 10216.0, 10269.0, 10212.0, 10240.0, 10294.0, 10266.0, 10273.0, 10213.0, 10275.0, 10211.0, 10267.0, 10216.0, 10256.0, 10221.0, 10251.0, 10217.0, 10268.0, 10222.0, 10289.0, 10329.0, 10277.0, 10246.0, 10210.0, 10231.0, 10194.0, 10226.0, 10249.0, 10252.0, 10215.0, 10229.0, 10230.0, 10221.0, 10244.0, 10225.0, 10311.0, 10238.0, 10258.0, 10226.0, 10243.0, 10214.0, 10229.0, 10272.0, 10222.0, 10232.0, 10242.0, 10287.0, 10244.0, 10297.0, 10319.0, 10273.0, 10266.0, 10215.0, 10238.0, 10295.0, 10215.0, 10228.0, 10291.0, 10215.0, 10236.0, 10231.0, 10265.0, 10285.0, 10233.0, 10283.0, 10231.0, 10259.0, 10233.0, 10234.0, 10298.0, 10218.0, 10233.0, 10279.0, 10205.0, 10283.0, 10207.0, 10213.0, 10280.0, 10214.0, 10268.0, 10227.0, 10241.0, 10228.0, 10218.0, 10292.0, 10216.0, 10281.0, 10198.0, 10251.0, 10210.0, 10212.0, 10277.0, 10216.0, 10278.0, 10241.0, 10278.0, 10211.0, 10255.0, 10304.0, 10235.0, 10259.0, 10211.0, 10232.0, 10212.0, 10222.0, 10232.0, 10259.0, 10238.0, 10298.0, 10313.0, 10283.0, 10274.0, 10198.0, 10234.0, 10208.0, 10197.0, 10210.0, 10214.0, 10262.0, 10201.0, 10286.0, 10217.0, 10241.0, 10198.0, 10217.0, 10293.0, 10212.0, 10278.0, 10196.0, 10222.0, 10194.0, 10192.0, 10208.0, 10217.0, 10282.0, 10216.0, 10266.0, 10217.0, 10284.0, 10214.0, 10229.0, 10307.0, 10252.0, 10264.0, 10192.0, 10195.0, 10219.0, 10195.0, 10242.0, 10204.0, 10249.0, 10231.0, 10195.0, 10255.0, 10194.0, 10271.0, 10194.0, 10259.0, 10197.0, 10253.0, 10215.0, 10264.0, 10216.0, 10253.0, 10211.0, 10259.0, 10258.0, 10249.0, 10252.0, 10216.0, 10288.0, 10219.0, 10257.0, 10188.0, 10227.0, 10186.0, 10200.0, 10185.0, 10191.0, 10257.0, 10194.0, 10244.0, 10196.0, 10246.0, 10219.0, 10251.0, 10236.0, 10259.0, 10222.0, 10260.0, 10242.0, 10255.0, 10267.0, 10245.0, 10320.0, 10301.0, 10268.0, 10260.0, 10234.0, 10311.0, 10269.0, 10298.0, 10261.0, 10222.0, 10190.0, 10195.0, 10206.0, 10220.0, 10253.0, 10221.0, 10256.0, 10220.0, 10304.0, 10231.0, 10294.0, 10225.0, 10225.0, 10287.0, 10205.0, 10273.0, 10188.0, 10192.0, 10203.0, 10196.0, 10246.0, 10212.0, 10239.0, 10212.0, 10217.0, 10214.0, 10221.0, 10286.0, 10215.0, 10220.0, 10280.0, 10228.0, 10263.0, 10199.0, 10279.0, 10198.0, 10225.0, 10289.0, 10261.0, 10243.0, 10191.0, 10207.0, 10244.0, 10194.0, 10258.0, 10216.0, 10224.0, 10203.0, 10224.0, 10233.0, 10241.0, 10260.0, 10221.0, 10301.0, 10237.0, 10298.0, 10252.0, 10224.0, 10291.0, 10247.0, 10242.0, 10189.0, 10215.0, 10194.0, 10244.0, 10293.0, 10334.0, 10307.0, 10262.0, 10232.0, 10238.0, 10235.0, 10225.0, 10287.0, 10219.0, 10237.0, 10244.0, 10215.0, 10278.0, 10210.0, 10238.0, 10255.0, 10175.0, 10265.0, 10186.0, 10213.0, 10183.0, 10192.0, 10191.0, 10215.0, 10258.0, 10189.0, 10242.0, 10165.0, 10187.0, 10235.0, 10209.0, 10231.0, 10179.0, 10218.0, 10156.0, 10177.0, 10293.0, 10202.0, 10222.0, 10138.0, 10164.0, 10154.0, 10145.0, 10138.0, 10156.0, 10147.0, 10176.0, 10163.0, 10195.0, 10245.0, 10215.0, 10228.0, 10149.0, 10190.0, 10197.0, 10147.0, 10198.0, 10153.0, 10170.0, 10190.0, 10183.0, 10221.0, 10163.0, 10167.0, 10204.0, 10169.0, 10209.0, 10190.0, 10226.0, 10207.0, 10200.0, 10244.0, 10199.0, 10252.0, 10212.0, 10218.0, 10281.0, 10216.0, 10257.0, 10275.0, 10209.0, 10258.0, 10200.0, 10235.0, 10202.0, 10238.0, 10220.0, 10244.0, 10237.0, 10262.0, 10237.0, 10258.0, 10236.0, 10240.0, 10301.0, 10249.0, 10293.0, 10243.0, 10269.0, 10215.0, 10230.0, 10253.0, 10216.0, 10294.0, 10231.0, 10267.0, 10201.0, 10240.0, 10209.0, 10216.0, 10241.0, 10200.0, 10246.0, 10220.0, 10234.0, 10238.0, 10254.0, 10238.0, 10238.0, 10263.0, 10239.0, 10294.0, 10320.0, 10289.0, 10294.0, 10242.0, 10282.0, 10231.0, 10221.0, 10274.0, 10204.0, 10227.0, 10191.0, 10196.0, 10243.0, 10196.0, 10235.0, 10194.0, 10221.0, 10216.0, 10253.0, 10229.0, 10226.0, 10256.0, 10222.0, 10245.0, 10240.0, 10263.0, 10240.0, 10266.0, 10243.0, 10279.0, 10237.0, 10258.0, 10318.0, 10238.0, 10261.0, 10218.0, 10244.0, 10217.0, 10219.0, 10271.0, 10222.0, 10285.0, 10258.0, 10269.0, 10220.0, 10271.0, 10240.0, 10240.0, 10234.0, 10233.0, 10312.0, 10243.0, 10293.0, 10214.0, 10254.0, 10214.0, 10237.0, 10211.0, 10228.0, 10267.0, 10216.0, 10253.0, 10216.0, 10278.0, 10239.0, 10277.0, 10249.0, 10217.0, 10192.0, 10193.0, 10268.0, 10193.0, 10248.0, 10227.0, 10181.0, 10256.0, 10176.0, 10243.0, 10191.0, 10206.0, 10246.0, 10196.0, 10260.0, 10195.0, 10259.0, 10195.0, 10263.0, 10269.0, 10215.0, 10269.0, 10205.0, 10227.0, 10192.0, 10204.0, 10192.0, 10231.0, 10200.0, 10237.0, 10215.0, 10281.0, 10259.0, 10281.0, 10213.0, 10268.0, 10246.0, 10220.0, 10272.0, 10222.0, 10228.0, 10167.0, 10172.0, 10196.0, 10185.0, 10185.0, 10188.0, 10190.0, 10205.0, 10273.0, 10223.0, 10383.0, 10278.0, 10275.0, 10203.0, 10209.0, 10201.0, 10191.0, 10241.0, 10190.0, 10233.0, 10191.0, 10208.0, 10204.0, 10198.0, 10248.0, 10195.0, 10207.0, 10204.0, 10209.0, 10247.0, 10208.0, 10236.0, 10193.0, 10198.0, 10207.0, 10210.0, 10250.0, 10214.0, 10250.0, 10207.0, 10251.0, 10196.0, 10227.0, 10222.0, 10213.0, 10288.0, 10252.0, 10257.0, 10198.0, 10261.0, 10232.0, 10279.0, 10230.0, 10276.0, 10219.0, 10284.0, 10246.0, 10266.0, 10244.0, 10284.0, 10230.0, 10249.0, 10212.0, 10263.0, 10229.0, 10251.0, 10213.0, 10274.0, 10221.0, 10275.0, 10248.0, 10257.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.010931035673187572</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.03818288964326812</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>35.52994351453924</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2630365952419367</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.1281266331451607</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.493</td></tr>
|
|
<tr><td colspan=3>fber</td><td>6505.6128</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.12674948964117358</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>107</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>12.313003452243958</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.603610133005297</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.524537667083059</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6626964819709142</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.623596249961919</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00798415</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>0.007045884616672993</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.03345462679862976</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>869</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>4.131467082697708</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>24.5956</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>45.1503</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>208.3966</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>50.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>293742.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>993.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>422.8408</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.6004</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>607.9994</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3864.7417</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>4020.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>82802.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1590.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>5072.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>973.0141</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>30.978161515085958</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> |