=== 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-0079 --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-0079",
"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-0079_ses-04_task-social_acq-mb8_run-01_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-0079_ses-04_task-social_acq-mb8_run-01_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-01_session-04_subject-0079_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-0079/figures/sub-0079_ses-04_task-social_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0079/figures/sub-0079_ses-04_task-social_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0079/figures/sub-0079_ses-04_task-social_acq-mb8_run-01_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-01_session-04_subject-0079_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-0079/figures/sub-0079_ses-04_task-social_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0079/figures/sub-0079_ses-04_task-social_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0079/figures/sub-0079_ses-04_task-social_acq-mb8_run-01_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-01_session-04_subject-0079_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-0079/figures/sub-0079_ses-04_task-social_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0079/figures/sub-0079_ses-04_task-social_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0079/figures/sub-0079_ses-04_task-social_acq-mb8_run-01_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-01_session-04_subject-0079_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-0079/figures/sub-0079_ses-04_task-social_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0079/figures/sub-0079_ses-04_task-social_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0079/figures/sub-0079_ses-04_task-social_acq-mb8_run-01_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-01_session-04_subject-0079_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-0079/figures/sub-0079_ses-04_task-social_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0079/figures/sub-0079_ses-04_task-social_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0079/figures/sub-0079_ses-04_task-social_acq-mb8_run-01_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-01_session-04_subject-0079_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-0079/figures/sub-0079_ses-04_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0079/figures/sub-0079_ses-04_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0079/figures/sub-0079_ses-04_task-social_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-04_subject-0079_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-0079/figures/sub-0079_ses-04_task-social_acq-mb8_run-01_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0079/figures/sub-0079_ses-04_task-social_acq-mb8_run-01_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-0079/figures/sub-0079_ses-04_task-social_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0079/figures/sub-0079_ses-04_task-social_acq-mb8_run-01_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-0079/ses-04/func/sub-0079_ses-04_task-social_acq-mb8_run-01_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>7a9f3b89633f13fede56531b1631fb38</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>12:37:49.707500</td></tr>
|
|
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
|
|
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
|
|
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
|
|
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
|
|
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
|
|
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
|
|
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
|
|
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
|
|
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
|
|
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
|
|
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
|
|
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
|
|
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.99958, 0.0289634, 0.000597829, -0.0289684, 0.999148, 0.0293822]</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-01_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.101043</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-01_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>12</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4158, -7753, -7273, 484, 22, -95, 31, 54]</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.769</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>2f26bacb-2b18-4b46-a709-5bbbcdbadf7e||Sequence: R016 ve11e/master r/434b28f1; Aug 7 2019 18:53:46 by eja</td></tr>
|
|
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6818008422851562, -0.07772020995616913, -0.0006849534693174064, 115.65560913085938], [-0.07770664244890213, 2.6806421279907227, 0.07934527099132538, -92.53898620605469], [0.0016039317706599832, -0.07883016020059586, 2.698833703994751, -68.0265121459961], [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': ['123749.707500', '123750.167500', '123750.627500', '123751.087500', '123751.547500', '123752.007500', '123752.467500', '123752.927500', '123753.387500', '123753.847500', '123754.307500', '123754.767500', '123755.227500', '123755.687500', '123756.147500', '123756.607500', '123757.067500', '123757.527500', '123757.987500', '123758.447500', '123758.907500', '123759.367500', '123759.827500', '123800.287500', '123800.747500', '123801.207500', '123801.667500', '123802.127500', '123802.587500', '123803.047500', '123803.507500', '123803.967500', '123804.427500', '123804.887500', '123805.347500', '123805.807500', '123806.267500', '123806.727500', '123807.187500', '123807.647500', '123808.107500', '123808.567500', '123809.027500', '123809.487500', '123809.947500', '123810.407500', '123810.867500', '123811.327500', '123811.787500', '123812.247500', '123812.707500', '123813.167500', '123813.627500', '123814.087500', '123814.547500', '123815.007500', '123815.467500', '123815.927500', '123816.387500', '123816.847500', '123817.307500', '123817.767500', '123818.227500', '123818.687500', '123819.147500', '123819.607500', '123820.067500', '123820.527500', '123820.987500', '123821.447500', '123821.907500', '123822.367500', '123822.827500', '123823.287500', '123823.747500', '123824.207500', '123824.667500', '123825.127500', '123825.587500', '123826.047500', '123826.507500', '123826.967500', '123827.427500', '123827.887500', '123828.347500', '123828.807500', '123829.267500', '123829.727500', '123830.187500', '123830.647500', '123831.107500', '123831.567500', '123832.027500', '123832.487500', '123832.947500', '123833.407500', '123833.867500', '123834.327500', '123834.787500', '123835.247500', '123835.707500', '123836.167500', '123836.627500', '123837.087500', '123837.547500', '123838.007500', '123838.467500', '123838.927500', '123839.387500', '123839.847500', '123840.307500', '123840.767500', '123841.227500', '123841.687500', '123842.147500', '123842.607500', '123843.067500', '123843.527500', '123843.987500', '123844.447500', '123844.907500', '123845.367500', '123845.827500', '123846.287500', '123846.747500', '123847.207500', '123847.667500', '123848.127500', '123848.587500', '123849.047500', '123849.507500', '123849.967500', '123850.427500', '123850.887500', '123851.347500', '123851.807500', '123852.267500', '123852.727500', '123853.187500', '123853.647500', '123854.107500', '123854.567500', '123855.027500', '123855.487500', '123855.947500', '123856.407500', '123856.867500', '123857.327500', '123857.787500', '123858.247500', '123858.707500', '123859.167500', '123859.627500', '123900.087500', '123900.547500', '123901.007500', '123901.467500', '123901.927500', '123902.387500', '123902.847500', '123903.307500', '123903.767500', '123904.227500', '123904.687500', '123905.147500', '123905.607500', '123906.067500', '123906.527500', '123906.987500', '123907.447500', '123907.907500', '123908.367500', '123908.827500', '123909.287500', '123909.747500', '123910.207500', '123910.667500', '123911.127500', '123911.587500', '123912.047500', '123912.507500', '123912.967500', '123913.427500', '123913.887500', '123914.347500', '123914.807500', '123915.267500', '123915.727500', '123916.187500', '123916.647500', '123917.107500', '123917.567500', '123918.027500', '123918.487500', '123918.947500', '123919.407500', '123919.867500', '123920.327500', '123920.787500', '123921.247500', '123921.707500', '123922.167500', '123922.627500', '123923.087500', '123923.547500', '123924.007500', '123924.467500', '123924.927500', '123925.387500', '123925.847500', '123926.307500', '123926.767500', '123927.227500', '123927.687500', '123928.147500', '123928.607500', '123929.067500', '123929.527500', '123929.987500', '123930.447500', '123930.907500', '123931.367500', '123931.827500', '123932.287500', '123932.747500', '123933.207500', '123933.667500', '123934.127500', '123934.587500', '123935.047500', '123935.507500', '123935.967500', '123936.427500', '123936.887500', '123937.347500', '123937.807500', '123938.267500', '123938.727500', '123939.187500', '123939.647500', '123940.107500', '123940.567500', '123941.027500', '123941.487500', '123941.947500', '123942.407500', '123942.867500', '123943.327500', '123943.787500', '123944.247500', '123944.707500', '123945.167500', '123945.627500', '123946.087500', '123946.547500', '123947.007500', '123947.467500', '123947.927500', '123948.387500', '123948.847500', '123949.307500', '123949.767500', '123950.227500', '123950.687500', '123951.147500', '123951.607500', '123952.067500', '123952.527500', '123952.987500', '123953.447500', '123953.907500', '123954.367500', '123954.827500', '123955.287500', '123955.747500', '123956.207500', '123956.667500', '123957.127500', '123957.587500', '123958.047500', '123958.507500', '123958.967500', '123959.427500', '123959.887500', '124000.347500', '124000.807500', '124001.267500', '124001.727500', '124002.187500', '124002.647500', '124003.107500', '124003.567500', '124004.027500', '124004.487500', '124004.947500', '124005.407500', '124005.867500', '124006.327500', '124006.787500', '124007.247500', '124007.707500', '124008.167500', '124008.627500', '124009.087500', '124009.547500', '124010.007500', '124010.467500', '124010.927500', '124011.387500', '124011.847500', '124012.307500', '124012.767500', '124013.227500', '124013.687500', '124014.147500', '124014.607500', '124015.067500', '124015.527500', '124015.987500', '124016.447500', '124016.907500', '124017.367500', '124017.827500', '124018.287500', '124018.747500', '124019.207500', '124019.667500', '124020.127500', '124020.587500', '124021.047500', '124021.507500', '124021.967500', '124022.427500', '124022.887500', '124023.347500', '124023.807500', '124024.267500', '124024.727500', '124025.187500', '124025.647500', '124026.107500', '124026.567500', '124027.027500', '124027.487500', '124027.947500', '124028.407500', '124028.867500', '124029.327500', '124029.787500', '124030.247500', '124030.707500', '124031.167500', '124031.627500', '124032.087500', '124032.547500', '124033.007500', '124033.467500', '124033.927500', '124034.387500', '124034.847500', '124035.307500', '124035.767500', '124036.227500', '124036.687500', '124037.147500', '124037.607500', '124038.067500', '124038.527500', '124038.987500', '124039.447500', '124039.907500', '124040.367500', '124040.827500', '124041.287500', '124041.747500', '124042.207500', '124042.667500', '124043.127500', '124043.587500', '124044.047500', '124044.507500', '124044.967500', '124045.427500', '124045.887500', '124046.347500', '124046.807500', '124047.267500', '124047.727500', '124048.187500', '124048.647500', '124049.107500', '124049.567500', '124050.027500', '124050.487500', '124050.947500', '124051.407500', '124051.867500', '124052.327500', '124052.787500', '124053.247500', '124053.707500', '124054.167500', '124054.627500', '124055.087500', '124055.547500', '124056.007500', '124056.467500', '124056.927500', '124057.387500', '124057.847500', '124058.307500', '124058.767500', '124059.227500', '124059.687500', '124100.147500', '124100.607500', '124101.067500', '124101.527500', '124101.987500', '124102.447500', '124102.907500', '124103.367500', '124103.827500', '124104.287500', '124104.747500', '124105.207500', '124105.667500', '124106.127500', '124106.587500', '124107.047500', '124107.507500', '124107.967500', '124108.427500', '124108.887500', '124109.347500', '124109.807500', '124110.267500', '124110.727500', '124111.187500', '124111.647500', '124112.107500', '124112.567500', '124113.027500', '124113.487500', '124113.947500', '124114.407500', '124114.867500', '124115.327500', '124115.787500', '124116.247500', '124116.707500', '124117.167500', '124117.627500', '124118.087500', '124118.547500', '124119.007500', '124119.467500', '124119.927500', '124120.387500', '124120.847500', '124121.307500', '124121.767500', '124122.227500', '124122.687500', '124123.147500', '124123.607500', '124124.067500', '124124.527500', '124124.987500', '124125.447500', '124125.907500', '124126.367500', '124126.827500', '124127.287500', '124127.747500', '124128.207500', '124128.667500', '124129.127500', '124129.587500', '124130.047500', '124130.507500', '124130.967500', '124131.427500', '124131.887500', '124132.347500', '124132.807500', '124133.267500', '124133.727500', '124134.187500', '124134.647500', '124135.107500', '124135.567500', '124136.027500', '124136.487500', '124136.947500', '124137.407500', '124137.867500', '124138.327500', '124138.787500', '124139.247500', '124139.707500', '124140.167500', '124140.627500', '124141.087500', '124141.547500', '124142.007500', '124142.467500', '124142.927500', '124143.387500', '124143.847500', '124144.307500', '124144.767500', '124145.227500', '124145.687500', '124146.147500', '124146.607500', '124147.067500', '124147.527500', '124147.987500', '124148.447500', '124148.907500', '124149.367500', '124149.827500', '124150.287500', '124150.747500', '124151.207500', '124151.667500', '124152.127500', '124152.587500', '124153.047500', '124153.507500', '124153.967500', '124154.427500', '124154.887500', '124155.347500', '124155.807500', '124156.267500', '124156.727500', '124157.187500', '124157.647500', '124158.107500', '124158.567500', '124159.027500', '124159.487500', '124159.947500', '124200.407500', '124200.867500', '124201.327500', '124201.787500', '124202.247500', '124202.707500', '124203.167500', '124203.627500', '124204.087500', '124204.547500', '124205.007500', '124205.467500', '124205.927500', '124206.387500', '124206.847500', '124207.307500', '124207.767500', '124208.227500', '124208.687500', '124209.147500', '124209.607500', '124210.067500', '124210.527500', '124210.987500', '124211.447500', '124211.907500', '124212.367500', '124212.827500', '124213.287500', '124213.747500', '124214.207500', '124214.667500', '124215.127500', '124215.587500', '124216.047500', '124216.507500', '124216.967500', '124217.427500', '124217.887500', '124218.347500', '124218.807500', '124219.267500', '124219.727500', '124220.187500', '124220.647500', '124221.107500', '124221.567500', '124222.027500', '124222.487500', '124222.947500', '124223.407500', '124223.867500', '124224.327500', '124224.787500', '124225.247500', '124225.707500', '124226.167500', '124226.627500', '124227.087500', '124227.547500', '124228.007500', '124228.467500', '124228.927500', '124229.387500', '124229.847500', '124230.307500', '124230.767500', '124231.227500', '124231.687500', '124232.147500', '124232.607500', '124233.067500', '124233.527500', '124233.987500', '124234.447500', '124234.907500', '124235.367500', '124235.827500', '124236.287500', '124236.747500', '124237.207500', '124237.667500', '124238.127500', '124238.587500', '124239.047500', '124239.507500', '124239.967500', '124240.427500', '124240.887500', '124241.347500', '124241.807500', '124242.267500', '124242.727500', '124243.187500', '124243.647500', '124244.107500', '124244.567500', '124245.027500', '124245.487500', '124245.947500', '124246.407500', '124246.867500', '124247.327500', '124247.787500', '124248.247500', '124248.707500', '124249.167500', '124249.627500', '124250.087500', '124250.547500', '124251.007500', '124251.467500', '124251.927500', '124252.387500', '124252.847500', '124253.307500', '124253.767500', '124254.227500', '124254.687500', '124255.147500', '124255.607500', '124256.067500', '124256.527500', '124256.987500', '124257.447500', '124257.907500', '124258.367500', '124258.827500', '124259.287500', '124259.747500', '124300.207500', '124300.667500', '124301.127500', '124301.587500', '124302.047500', '124302.507500', '124302.967500', '124303.427500', '124303.887500', '124304.347500', '124304.807500', '124305.267500', '124305.727500', '124306.187500', '124306.647500', '124307.107500', '124307.567500', '124308.027500', '124308.487500', '124308.947500', '124309.407500', '124309.867500', '124310.327500', '124310.787500', '124311.247500', '124311.707500', '124312.167500', '124312.627500', '124313.087500', '124313.547500', '124314.007500', '124314.467500', '124314.927500', '124315.387500', '124315.847500', '124316.307500', '124316.767500', '124317.227500', '124317.687500', '124318.147500', '124318.607500', '124319.067500', '124319.527500', '124319.987500', '124320.447500', '124320.907500', '124321.367500', '124321.827500', '124322.287500', '124322.747500', '124323.207500', '124323.667500', '124324.127500', '124324.587500', '124325.047500', '124325.507500', '124325.967500', '124326.427500', '124326.887500', '124327.347500', '124327.807500', '124328.267500', '124328.727500', '124329.187500', '124329.647500', '124330.107500', '124330.567500', '124331.027500', '124331.487500', '124331.947500', '124332.407500', '124332.867500', '124333.327500', '124333.787500', '124334.247500', '124334.707500', '124335.167500', '124335.627500', '124336.087500', '124336.547500', '124337.007500', '124337.467500', '124337.927500', '124338.387500', '124338.847500', '124339.307500', '124339.767500', '124340.227500', '124340.687500', '124341.147500', '124341.607500', '124342.067500', '124342.527500', '124342.987500', '124343.447500', '124343.907500', '124344.367500', '124344.827500', '124345.287500', '124345.747500', '124346.207500', '124346.667500', '124347.127500', '124347.587500', '124348.047500', '124348.507500', '124348.967500', '124349.427500', '124349.887500', '124350.347500', '124350.807500', '124351.267500', '124351.727500', '124352.187500', '124352.647500', '124353.107500', '124353.567500', '124354.027500', '124354.487500', '124354.947500', '124355.407500', '124355.867500', '124356.327500', '124356.787500', '124357.247500', '124357.707500', '124358.167500', '124358.627500', '124359.087500', '124359.547500', '124400.007500', '124400.467500', '124400.927500', '124401.387500', '124401.847500', '124402.307500', '124402.767500', '124403.227500', '124403.687500', '124404.147500', '124404.607500', '124405.067500', '124405.527500', '124405.987500', '124406.447500', '124406.907500', '124407.367500', '124407.827500', '124408.287500', '124408.747500', '124409.207500', '124409.667500', '124410.127500', '124410.587500', '124411.047500', '124411.507500', '124411.967500', '124412.427500', '124412.887500', '124413.347500', '124413.807500', '124414.267500', '124414.727500', '124415.187500', '124415.647500', '124416.107500', '124416.567500', '124417.027500', '124417.487500', '124417.947500', '124418.407500', '124418.867500', '124419.327500', '124419.787500', '124420.247500', '124420.707500', '124421.167500', '124421.627500', '124422.087500', '124422.547500', '124423.007500', '124423.467500', '124423.927500', '124424.387500', '124424.847500', '124425.307500', '124425.767500', '124426.227500', '124426.687500', '124427.147500', '124427.607500', '124428.067500', '124428.527500', '124428.987500', '124429.447500', '124429.907500', '124430.367500'], 'ContentTime': ['123807.475000', '123807.478000', '123807.481000', '123807.483000', '123807.486000', '123807.489000', '123807.491000', '123807.503000', '123807.506000', '123807.509000', '123807.511000', '123807.514000', '123807.516000', '123807.519000', '123807.522000', '123807.524000', '123807.527000', '123807.529000', '123807.532000', '123807.534000', '123807.537000', '123807.540000', '123807.549000', '123807.552000', '123807.555000', '123807.557000', '123807.560000', '123807.562000', '123807.565000', '123807.568000', '123807.570000', '123807.573000', '123807.575000', '123807.578000', '123807.581000', '123807.583000', '123807.586000', '123827.438000', '123827.440000', '123827.443000', '123827.446000', '123827.459000', '123827.462000', '123827.465000', '123827.467000', '123827.470000', '123827.472000', '123827.475000', '123827.477000', '123827.480000', '123827.483000', '123827.485000', '123827.488000', '123827.490000', '123827.493000', '123827.496000', '123827.498000', '123827.501000', '123827.503000', '123827.506000', '123827.509000', '123827.511000', '123827.514000', '123827.516000', '123827.519000', '123827.522000', '123827.524000', '123827.527000', '123827.530000', '123827.532000', '123827.535000', '123827.537000', '123827.540000', '123827.543000', '123827.546000', '123827.549000', '123827.552000', '123827.555000', '123827.557000', '123827.560000', '123847.438000', '123847.440000', '123847.443000', '123847.446000', '123847.448000', '123847.451000', '123847.454000', '123847.456000', '123847.459000', '123847.461000', '123847.464000', '123847.467000', '123847.469000', '123847.480000', '123847.483000', '123847.485000', '123847.488000', '123847.491000', '123847.493000', '123847.496000', '123847.499000', '123847.501000', '123847.504000', '123847.507000', '123847.509000', '123847.512000', '123847.515000', '123847.517000', '123847.520000', '123847.522000', '123847.525000', '123847.528000', '123847.530000', '123847.533000', '123847.536000', '123847.538000', '123847.541000', '123847.544000', '123847.546000', '123847.549000', '123847.552000', '123847.554000', '123847.557000', '123847.559000', '123907.437000', '123907.440000', '123907.443000', '123907.446000', '123907.448000', '123907.451000', '123907.453000', '123907.456000', '123907.459000', '123907.461000', '123907.464000', '123907.466000', '123907.469000', '123907.472000', '123907.474000', '123907.477000', '123907.479000', '123907.482000', '123907.485000', '123907.487000', '123907.490000', '123907.492000', '123907.495000', '123907.497000', '123907.500000', '123907.503000', '123907.505000', '123907.508000', '123907.510000', '123907.513000', '123907.515000', '123907.518000', '123907.521000', '123907.523000', '123907.526000', '123907.528000', '123907.531000', '123907.533000', '123907.536000', '123907.539000', '123907.541000', '123907.544000', '123907.547000', '123927.438000', '123927.440000', '123927.443000', '123927.446000', '123927.448000', '123927.451000', '123927.454000', '123927.456000', '123927.459000', '123927.461000', '123927.464000', '123927.466000', '123927.469000', '123927.472000', '123927.474000', '123927.477000', '123927.480000', '123927.482000', '123927.485000', '123927.487000', '123927.490000', '123927.493000', '123927.495000', '123927.498000', '123927.500000', '123927.503000', '123927.506000', '123927.508000', '123927.511000', '123927.513000', '123927.516000', '123927.519000', '123927.521000', '123927.524000', '123927.526000', '123927.529000', '123927.532000', '123927.534000', '123927.537000', '123927.539000', '123927.542000', '123927.545000', '123927.547000', '123927.550000', '123947.438000', '123947.441000', '123947.444000', '123947.447000', '123947.449000', '123947.452000', '123947.455000', '123947.457000', '123947.460000', '123947.462000', '123947.465000', '123947.467000', '123947.470000', '123947.473000', '123947.476000', '123947.478000', '123947.481000', '123947.483000', '123947.486000', '123947.489000', '123947.491000', '123947.494000', '123947.497000', '123947.499000', '123947.502000', '123947.505000', '123947.507000', '123947.510000', '123947.513000', '123947.515000', '123947.518000', '123947.521000', '123947.523000', '123947.526000', '123947.528000', '123947.531000', '123947.533000', '123947.536000', '123947.539000', '123947.541000', '123947.544000', '123947.547000', '123947.549000', '124007.451000', '124007.454000', '124007.457000', '124007.459000', '124007.462000', '124007.464000', '124007.467000', '124007.470000', '124007.472000', '124007.475000', '124007.477000', '124007.480000', '124007.483000', '124007.485000', '124007.488000', '124007.491000', '124007.497000', '124007.500000', '124007.502000', '124007.505000', '124007.508000', '124007.510000', '124007.513000', '124007.515000', '124007.518000', '124007.521000', '124007.523000', '124007.526000', '124007.528000', '124007.531000', '124007.534000', '124007.536000', '124007.539000', '124007.541000', '124007.544000', '124007.547000', '124007.549000', '124007.552000', '124007.554000', '124007.557000', '124007.560000', '124007.562000', '124007.565000', '124007.568000', '124027.438000', '124027.441000', '124027.444000', '124027.447000', '124027.449000', '124027.452000', '124027.454000', '124027.457000', '124027.460000', '124027.462000', '124027.465000', '124027.467000', '124027.470000', '124027.473000', '124027.475000', '124027.478000', '124027.481000', '124027.483000', '124027.486000', '124027.488000', '124027.491000', '124027.494000', '124027.496000', '124027.499000', '124027.501000', '124027.504000', '124027.507000', '124027.509000', '124027.512000', '124027.515000', '124027.517000', '124027.520000', '124027.522000', '124027.525000', '124027.528000', '124027.530000', '124027.533000', '124027.535000', '124027.538000', '124027.540000', '124027.543000', '124027.546000', '124027.548000', '124047.437000', '124047.440000', '124047.443000', '124047.446000', '124047.449000', '124047.451000', '124047.454000', '124047.456000', '124047.459000', '124047.462000', '124047.464000', '124047.467000', '124047.470000', '124047.472000', '124047.475000', '124047.477000', '124047.480000', '124047.483000', '124047.485000', '124047.488000', '124047.491000', '124047.493000', '124047.496000', '124047.498000', '124047.501000', '124047.504000', '124047.506000', '124047.509000', '124047.512000', '124047.514000', '124047.517000', '124047.520000', '124047.522000', '124047.525000', '124047.527000', '124047.530000', '124047.533000', '124047.535000', '124047.538000', '124047.540000', '124047.543000', '124047.546000', '124047.548000', '124047.551000', '124107.438000', '124107.440000', '124107.443000', '124107.446000', '124107.448000', '124107.451000', '124107.454000', '124107.456000', '124107.459000', '124107.461000', '124107.464000', '124107.467000', '124107.469000', '124107.472000', '124107.475000', '124107.477000', '124107.480000', '124107.483000', '124107.485000', '124107.488000', '124107.490000', '124107.493000', '124107.496000', '124107.498000', '124107.501000', '124107.504000', '124107.506000', '124107.509000', '124107.511000', '124107.514000', '124107.517000', '124107.519000', '124107.522000', '124107.524000', '124107.527000', '124107.530000', '124107.533000', '124107.535000', '124107.538000', '124107.540000', '124107.543000', '124107.546000', '124107.549000', '124127.438000', '124127.441000', '124127.443000', '124127.446000', '124127.448000', '124127.451000', '124127.454000', '124127.456000', '124127.459000', '124127.461000', '124127.464000', '124127.467000', '124127.469000', '124127.473000', '124127.476000', '124127.478000', '124127.481000', '124127.484000', '124127.487000', '124127.489000', '124127.492000', '124127.495000', '124127.498000', '124127.500000', '124127.503000', '124127.505000', '124127.508000', '124127.511000', '124127.513000', '124127.516000', '124127.519000', '124127.521000', '124127.524000', '124127.526000', '124127.529000', '124127.532000', '124127.534000', '124127.537000', '124127.540000', '124127.549000', '124127.551000', '124127.554000', '124127.556000', '124147.438000', '124147.441000', '124147.443000', '124147.446000', '124147.448000', '124147.451000', '124147.454000', '124147.456000', '124147.459000', '124147.461000', '124147.464000', '124147.467000', '124147.469000', '124147.472000', '124147.475000', '124147.477000', '124147.480000', '124147.483000', '124147.485000', '124147.488000', '124147.491000', '124147.493000', '124147.496000', '124147.499000', '124147.501000', '124147.504000', '124147.507000', '124147.509000', '124147.512000', '124147.515000', '124147.517000', '124147.520000', '124147.522000', '124147.525000', '124147.528000', '124147.530000', '124147.533000', '124147.536000', '124147.538000', '124147.541000', '124147.543000', '124147.546000', '124147.549000', '124147.551000', '124207.439000', '124207.442000', '124207.444000', '124207.447000', '124207.450000', '124207.452000', '124207.455000', '124207.458000', '124207.460000', '124207.463000', '124207.466000', '124207.468000', '124207.471000', '124207.474000', '124207.476000', '124207.479000', '124207.481000', '124207.484000', '124207.487000', '124207.490000', '124207.492000', '124207.495000', '124207.497000', '124207.500000', '124207.503000', '124207.505000', '124207.508000', '124207.511000', '124207.513000', '124207.516000', '124207.519000', '124207.521000', '124207.524000', '124207.527000', '124207.529000', '124207.532000', '124207.535000', '124207.537000', '124207.540000', '124207.543000', '124207.545000', '124207.548000', '124207.551000', '124227.438000', '124227.441000', '124227.444000', '124227.447000', '124227.450000', '124227.452000', '124227.455000', '124227.458000', '124227.460000', '124227.463000', '124227.465000', '124227.468000', '124227.471000', '124227.473000', '124227.476000', '124227.479000', '124227.482000', '124227.484000', '124227.487000', '124227.490000', '124227.492000', '124227.495000', '124227.497000', '124227.500000', '124227.503000', '124227.505000', '124227.508000', '124227.511000', '124227.513000', '124227.516000', '124227.519000', '124227.521000', '124227.524000', '124227.527000', '124227.529000', '124227.532000', '124227.534000', '124227.537000', '124227.540000', '124227.542000', '124227.545000', '124227.548000', '124227.550000', '124227.553000', '124247.439000', '124247.442000', '124247.445000', '124247.447000', '124247.450000', '124247.453000', '124247.455000', '124247.458000', '124247.461000', '124247.463000', '124247.466000', '124247.469000', '124247.472000', '124247.474000', '124247.477000', '124247.480000', '124247.483000', '124247.485000', '124247.488000', '124247.491000', '124247.493000', '124247.496000', '124247.499000', '124247.501000', '124247.504000', '124247.507000', '124247.509000', '124247.512000', '124247.516000', '124247.519000', '124247.522000', '124247.525000', '124247.527000', '124247.530000', '124247.532000', '124247.535000', '124247.538000', '124247.540000', '124247.543000', '124247.546000', '124247.549000', '124247.551000', '124247.554000', '124307.438000', '124307.441000', '124307.443000', '124307.446000', '124307.449000', '124307.451000', '124307.454000', '124307.486000', '124307.489000', '124307.491000', '124307.494000', '124307.497000', '124307.499000', '124307.502000', '124307.505000', '124307.508000', '124307.510000', '124307.513000', '124307.515000', '124307.518000', '124307.521000', '124307.523000', '124307.526000', '124307.529000', '124307.532000', '124307.534000', '124307.537000', '124307.540000', '124307.542000', '124307.545000', '124307.548000', '124307.550000', '124307.553000', '124307.556000', '124307.558000', '124307.561000', '124307.564000', '124307.566000', '124307.569000', '124307.571000', '124307.574000', '124307.577000', '124307.579000', '124307.582000', '124327.438000', '124327.440000', '124327.443000', '124327.446000', '124327.449000', '124327.451000', '124327.454000', '124327.457000', '124327.459000', '124327.462000', '124327.465000', '124327.468000', '124327.470000', '124327.473000', '124327.475000', '124327.478000', '124327.481000', '124327.483000', '124327.486000', '124327.489000', '124327.491000', '124327.494000', '124327.497000', '124327.500000', '124327.502000', '124327.505000', '124327.508000', '124327.510000', '124327.513000', '124327.516000', '124327.518000', '124327.521000', '124327.524000', '124327.526000', '124327.529000', '124327.532000', '124327.535000', '124327.537000', '124327.540000', '124327.543000', '124327.545000', '124327.548000', '124327.551000', '124347.437000', '124347.441000', '124347.444000', '124347.447000', '124347.449000', '124347.452000', '124347.455000', '124347.457000', '124347.460000', '124347.463000', '124347.465000', '124347.468000', '124347.471000', '124347.473000', '124347.476000', '124347.479000', '124347.481000', '124347.484000', '124347.487000', '124347.489000', '124347.492000', '124347.495000', '124347.498000', '124347.500000', '124347.503000', '124347.506000', '124347.508000', '124347.511000', '124347.513000', '124347.516000', '124347.519000', '124347.522000', '124347.524000', '124347.527000', '124347.531000', '124347.534000', '124347.536000', '124347.539000', '124347.542000', '124347.545000', '124347.547000', '124347.550000', '124347.553000', '124347.555000', '124407.437000', '124407.440000', '124407.443000', '124407.446000', '124407.448000', '124407.451000', '124407.454000', '124407.456000', '124407.459000', '124407.462000', '124407.464000', '124407.467000', '124407.469000', '124407.472000', '124407.475000', '124407.477000', '124407.480000', '124407.482000', '124407.486000', '124407.488000', '124407.491000', '124407.493000', '124407.496000', '124407.499000', '124407.502000', '124407.505000', '124407.508000', '124407.511000', '124407.514000', '124407.516000', '124407.519000', '124407.521000', '124407.524000', '124407.527000', '124407.529000', '124407.532000', '124407.535000', '124407.537000', '124407.540000', '124407.542000', '124407.545000', '124407.548000', '124407.550000', '124427.439000', '124427.442000', '124427.444000', '124427.447000', '124427.451000', '124427.453000', '124427.456000', '124427.458000', '124427.461000', '124427.464000', '124427.467000', '124427.469000', '124427.472000', '124427.475000', '124427.478000', '124427.480000', '124427.483000', '124427.486000', '124427.498000', '124427.500000', '124427.503000', '124427.506000', '124427.509000', '124427.511000', '124427.514000', '124427.517000', '124427.519000', '124427.522000', '124427.525000', '124427.527000', '124427.530000', '124427.532000', '124427.535000', '124427.538000', '124427.540000', '124427.543000', '124427.546000', '124427.548000', '124427.551000', '124427.553000', '124427.556000', '124427.559000', '124427.561000', '124427.564000', '124431.419000', '124431.422000', '124431.425000', '124431.428000', '124431.430000', '124431.433000', '124431.436000', '124431.439000', '124431.442000'], 'InstanceCreationTime': ['123807.475000', '123807.478000', '123807.481000', '123807.483000', '123807.486000', '123807.489000', '123807.491000', '123807.503000', '123807.506000', '123807.509000', '123807.511000', '123807.514000', '123807.516000', '123807.519000', '123807.522000', '123807.524000', '123807.527000', '123807.529000', '123807.532000', '123807.534000', '123807.537000', '123807.540000', '123807.549000', '123807.552000', '123807.555000', '123807.557000', '123807.560000', '123807.562000', '123807.565000', '123807.568000', '123807.570000', '123807.573000', '123807.575000', '123807.578000', '123807.581000', '123807.583000', '123807.586000', '123827.438000', '123827.440000', '123827.443000', '123827.446000', '123827.459000', '123827.462000', '123827.465000', '123827.467000', '123827.470000', '123827.472000', '123827.475000', '123827.477000', '123827.480000', '123827.483000', '123827.485000', '123827.488000', '123827.490000', '123827.493000', '123827.496000', '123827.498000', '123827.501000', '123827.503000', '123827.506000', '123827.509000', '123827.511000', '123827.514000', '123827.516000', '123827.519000', '123827.522000', '123827.524000', '123827.527000', '123827.530000', '123827.532000', '123827.535000', '123827.537000', '123827.540000', '123827.543000', '123827.546000', '123827.549000', '123827.552000', '123827.555000', '123827.557000', '123827.560000', '123847.438000', '123847.440000', '123847.443000', '123847.446000', '123847.448000', '123847.451000', '123847.454000', '123847.456000', '123847.459000', '123847.461000', '123847.464000', '123847.467000', '123847.469000', '123847.480000', '123847.483000', '123847.485000', '123847.488000', '123847.491000', '123847.493000', '123847.496000', '123847.499000', '123847.501000', '123847.504000', '123847.507000', '123847.509000', '123847.512000', '123847.515000', '123847.517000', '123847.520000', '123847.522000', '123847.525000', '123847.528000', '123847.530000', '123847.533000', '123847.536000', '123847.538000', '123847.541000', '123847.544000', '123847.546000', '123847.549000', '123847.552000', '123847.554000', '123847.557000', '123847.559000', '123907.437000', '123907.440000', '123907.443000', '123907.446000', '123907.448000', '123907.451000', '123907.453000', '123907.456000', '123907.459000', '123907.461000', '123907.464000', '123907.466000', '123907.469000', '123907.472000', '123907.474000', '123907.477000', '123907.479000', '123907.482000', '123907.485000', '123907.487000', '123907.490000', '123907.492000', '123907.495000', '123907.497000', '123907.500000', '123907.503000', '123907.505000', '123907.508000', '123907.510000', '123907.513000', '123907.515000', '123907.518000', '123907.521000', '123907.523000', '123907.526000', '123907.528000', '123907.531000', '123907.533000', '123907.536000', '123907.539000', '123907.541000', '123907.544000', '123907.547000', '123927.438000', '123927.440000', '123927.443000', '123927.446000', '123927.448000', '123927.451000', '123927.454000', '123927.456000', '123927.459000', '123927.461000', '123927.464000', '123927.466000', '123927.469000', '123927.472000', '123927.474000', '123927.477000', '123927.480000', '123927.482000', '123927.485000', '123927.487000', '123927.490000', '123927.493000', '123927.495000', '123927.498000', '123927.500000', '123927.503000', '123927.506000', '123927.508000', '123927.511000', '123927.513000', '123927.516000', '123927.519000', '123927.521000', '123927.524000', '123927.526000', '123927.529000', '123927.532000', '123927.534000', '123927.537000', '123927.539000', '123927.542000', '123927.545000', '123927.547000', '123927.550000', '123947.438000', '123947.441000', '123947.444000', '123947.447000', '123947.449000', '123947.452000', '123947.455000', '123947.457000', '123947.460000', '123947.462000', '123947.465000', '123947.467000', '123947.470000', '123947.473000', '123947.476000', '123947.478000', '123947.481000', '123947.483000', '123947.486000', '123947.489000', '123947.491000', '123947.494000', '123947.497000', '123947.499000', '123947.502000', '123947.505000', '123947.507000', '123947.510000', '123947.513000', '123947.515000', '123947.518000', '123947.521000', '123947.523000', '123947.526000', '123947.528000', '123947.531000', '123947.533000', '123947.536000', '123947.539000', '123947.541000', '123947.544000', '123947.547000', '123947.549000', '124007.451000', '124007.454000', '124007.457000', '124007.459000', '124007.462000', '124007.464000', '124007.467000', '124007.470000', '124007.472000', '124007.475000', '124007.477000', '124007.480000', '124007.483000', '124007.485000', '124007.488000', '124007.491000', '124007.497000', '124007.500000', '124007.502000', '124007.505000', '124007.508000', '124007.510000', '124007.513000', '124007.515000', '124007.518000', '124007.521000', '124007.523000', '124007.526000', '124007.528000', '124007.531000', '124007.534000', '124007.536000', '124007.539000', '124007.541000', '124007.544000', '124007.547000', '124007.549000', '124007.552000', '124007.554000', '124007.557000', '124007.560000', '124007.562000', '124007.565000', '124007.568000', '124027.438000', '124027.441000', '124027.444000', '124027.447000', '124027.449000', '124027.452000', '124027.454000', '124027.457000', '124027.460000', '124027.462000', '124027.465000', '124027.467000', '124027.470000', '124027.473000', '124027.475000', '124027.478000', '124027.481000', '124027.483000', '124027.486000', '124027.488000', '124027.491000', '124027.494000', '124027.496000', '124027.499000', '124027.501000', '124027.504000', '124027.507000', '124027.509000', '124027.512000', '124027.515000', '124027.517000', '124027.520000', '124027.522000', '124027.525000', '124027.528000', '124027.530000', '124027.533000', '124027.535000', '124027.538000', '124027.540000', '124027.543000', '124027.546000', '124027.548000', '124047.437000', '124047.440000', '124047.443000', '124047.446000', '124047.449000', '124047.451000', '124047.454000', '124047.456000', '124047.459000', '124047.462000', '124047.464000', '124047.467000', '124047.470000', '124047.472000', '124047.475000', '124047.477000', '124047.480000', '124047.483000', '124047.485000', '124047.488000', '124047.491000', '124047.493000', '124047.496000', '124047.498000', '124047.501000', '124047.504000', '124047.506000', '124047.509000', '124047.512000', '124047.514000', '124047.517000', '124047.520000', '124047.522000', '124047.525000', '124047.527000', '124047.530000', '124047.533000', '124047.535000', '124047.538000', '124047.540000', '124047.543000', '124047.546000', '124047.548000', '124047.551000', '124107.438000', '124107.440000', '124107.443000', '124107.446000', '124107.448000', '124107.451000', '124107.454000', '124107.456000', '124107.459000', '124107.461000', '124107.464000', '124107.467000', '124107.469000', '124107.472000', '124107.475000', '124107.477000', '124107.480000', '124107.483000', '124107.485000', '124107.488000', '124107.490000', '124107.493000', '124107.496000', '124107.498000', '124107.501000', '124107.504000', '124107.506000', '124107.509000', '124107.511000', '124107.514000', '124107.517000', '124107.519000', '124107.522000', '124107.524000', '124107.527000', '124107.530000', '124107.533000', '124107.535000', '124107.538000', '124107.540000', '124107.543000', '124107.546000', '124107.549000', '124127.438000', '124127.441000', '124127.443000', '124127.446000', '124127.448000', '124127.451000', '124127.454000', '124127.456000', '124127.459000', '124127.461000', '124127.464000', '124127.467000', '124127.469000', '124127.473000', '124127.476000', '124127.478000', '124127.481000', '124127.484000', '124127.487000', '124127.489000', '124127.492000', '124127.495000', '124127.498000', '124127.500000', '124127.503000', '124127.505000', '124127.508000', '124127.511000', '124127.513000', '124127.516000', '124127.519000', '124127.521000', '124127.524000', '124127.526000', '124127.529000', '124127.532000', '124127.534000', '124127.537000', '124127.540000', '124127.549000', '124127.551000', '124127.554000', '124127.556000', '124147.438000', '124147.441000', '124147.443000', '124147.446000', '124147.448000', '124147.451000', '124147.454000', '124147.456000', '124147.459000', '124147.461000', '124147.464000', '124147.467000', '124147.469000', '124147.472000', '124147.475000', '124147.477000', '124147.480000', '124147.483000', '124147.485000', '124147.488000', '124147.491000', '124147.493000', '124147.496000', '124147.499000', '124147.501000', '124147.504000', '124147.507000', '124147.509000', '124147.512000', '124147.515000', '124147.517000', '124147.520000', '124147.522000', '124147.525000', '124147.528000', '124147.530000', '124147.533000', '124147.536000', '124147.538000', '124147.541000', '124147.543000', '124147.546000', '124147.549000', '124147.551000', '124207.439000', '124207.442000', '124207.444000', '124207.447000', '124207.450000', '124207.452000', '124207.455000', '124207.458000', '124207.460000', '124207.463000', '124207.466000', '124207.468000', '124207.471000', '124207.474000', '124207.476000', '124207.479000', '124207.481000', '124207.484000', '124207.487000', '124207.490000', '124207.492000', '124207.495000', '124207.497000', '124207.500000', '124207.503000', '124207.505000', '124207.508000', '124207.511000', '124207.513000', '124207.516000', '124207.519000', '124207.521000', '124207.524000', '124207.527000', '124207.529000', '124207.532000', '124207.535000', '124207.537000', '124207.540000', '124207.543000', '124207.545000', '124207.548000', '124207.551000', '124227.438000', '124227.441000', '124227.444000', '124227.447000', '124227.450000', '124227.452000', '124227.455000', '124227.458000', '124227.460000', '124227.463000', '124227.465000', '124227.468000', '124227.471000', '124227.473000', '124227.476000', '124227.479000', '124227.482000', '124227.484000', '124227.487000', '124227.490000', '124227.492000', '124227.495000', '124227.497000', '124227.500000', '124227.503000', '124227.505000', '124227.508000', '124227.511000', '124227.513000', '124227.516000', '124227.519000', '124227.521000', '124227.524000', '124227.527000', '124227.529000', '124227.532000', '124227.534000', '124227.537000', '124227.540000', '124227.542000', '124227.545000', '124227.548000', '124227.550000', '124227.553000', '124247.439000', '124247.442000', '124247.445000', '124247.447000', '124247.450000', '124247.453000', '124247.455000', '124247.458000', '124247.461000', '124247.463000', '124247.466000', '124247.469000', '124247.472000', '124247.474000', '124247.477000', '124247.480000', '124247.483000', '124247.485000', '124247.488000', '124247.491000', '124247.493000', '124247.496000', '124247.499000', '124247.501000', '124247.504000', '124247.507000', '124247.509000', '124247.512000', '124247.516000', '124247.519000', '124247.522000', '124247.525000', '124247.527000', '124247.530000', '124247.532000', '124247.535000', '124247.538000', '124247.540000', '124247.543000', '124247.546000', '124247.549000', '124247.551000', '124247.554000', '124307.438000', '124307.441000', '124307.443000', '124307.446000', '124307.449000', '124307.451000', '124307.454000', '124307.486000', '124307.489000', '124307.491000', '124307.494000', '124307.497000', '124307.499000', '124307.502000', '124307.505000', '124307.508000', '124307.510000', '124307.513000', '124307.515000', '124307.518000', '124307.521000', '124307.523000', '124307.526000', '124307.529000', '124307.532000', '124307.534000', '124307.537000', '124307.540000', '124307.542000', '124307.545000', '124307.548000', '124307.550000', '124307.553000', '124307.556000', '124307.558000', '124307.561000', '124307.564000', '124307.566000', '124307.569000', '124307.571000', '124307.574000', '124307.577000', '124307.579000', '124307.582000', '124327.438000', '124327.440000', '124327.443000', '124327.446000', '124327.449000', '124327.451000', '124327.454000', '124327.457000', '124327.459000', '124327.462000', '124327.465000', '124327.468000', '124327.470000', '124327.473000', '124327.475000', '124327.478000', '124327.481000', '124327.483000', '124327.486000', '124327.489000', '124327.491000', '124327.494000', '124327.497000', '124327.500000', '124327.502000', '124327.505000', '124327.508000', '124327.510000', '124327.513000', '124327.516000', '124327.518000', '124327.521000', '124327.524000', '124327.526000', '124327.529000', '124327.532000', '124327.535000', '124327.537000', '124327.540000', '124327.543000', '124327.545000', '124327.548000', '124327.551000', '124347.437000', '124347.441000', '124347.444000', '124347.447000', '124347.449000', '124347.452000', '124347.455000', '124347.457000', '124347.460000', '124347.463000', '124347.465000', '124347.468000', '124347.471000', '124347.473000', '124347.476000', '124347.479000', '124347.481000', '124347.484000', '124347.487000', '124347.489000', '124347.492000', '124347.495000', '124347.498000', '124347.500000', '124347.503000', '124347.506000', '124347.508000', '124347.511000', '124347.513000', '124347.516000', '124347.519000', '124347.522000', '124347.524000', '124347.527000', '124347.531000', '124347.534000', '124347.536000', '124347.539000', '124347.542000', '124347.545000', '124347.547000', '124347.550000', '124347.553000', '124347.555000', '124407.437000', '124407.440000', '124407.443000', '124407.446000', '124407.448000', '124407.451000', '124407.454000', '124407.456000', '124407.459000', '124407.462000', '124407.464000', '124407.467000', '124407.469000', '124407.472000', '124407.475000', '124407.477000', '124407.480000', '124407.482000', '124407.486000', '124407.488000', '124407.491000', '124407.493000', '124407.496000', '124407.499000', '124407.502000', '124407.505000', '124407.508000', '124407.511000', '124407.514000', '124407.516000', '124407.519000', '124407.521000', '124407.524000', '124407.527000', '124407.529000', '124407.532000', '124407.535000', '124407.537000', '124407.540000', '124407.542000', '124407.545000', '124407.548000', '124407.550000', '124427.439000', '124427.442000', '124427.444000', '124427.447000', '124427.451000', '124427.453000', '124427.456000', '124427.458000', '124427.461000', '124427.464000', '124427.467000', '124427.469000', '124427.472000', '124427.475000', '124427.478000', '124427.480000', '124427.483000', '124427.486000', '124427.498000', '124427.500000', '124427.503000', '124427.506000', '124427.509000', '124427.511000', '124427.514000', '124427.517000', '124427.519000', '124427.522000', '124427.525000', '124427.527000', '124427.530000', '124427.532000', '124427.535000', '124427.538000', '124427.540000', '124427.543000', '124427.546000', '124427.548000', '124427.551000', '124427.553000', '124427.556000', '124427.559000', '124427.561000', '124427.564000', '124431.419000', '124431.422000', '124431.425000', '124431.428000', '124431.430000', '124431.433000', '124431.436000', '124431.439000', '124431.442000'], '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': [8102, 7363, 9700, 7318, 12306, 7941, 13324, 9899, 14870, 8641, 8791, 9887, 10028, 10415, 10249, 13828, 9673, 13405, 7555, 7373, 11486, 7826, 12235, 8676, 7810, 11251, 10836, 7272, 16065, 9673, 17506, 12397, 13005, 10098, 7462, 9317, 6941, 12305, 8713, 11762, 7726, 7151, 11874, 7494, 10688, 7120, 12418, 7574, 10506, 7962, 7053, 9083, 7083, 11910, 8935, 7332, 13317, 8069, 14234, 9542, 8818, 9812, 7420, 14063, 9563, 17347, 11942, 8924, 10612, 16375, 18803, 14500, 8151, 13060, 9630, 17076, 11524, 19994, 13247, 10001, 8854, 8520, 16839, 7903, 7056, 7703, 7461, 7106, 7874, 10047, 7947, 14525, 11731, 8344, 13282, 8680, 15216, 11651, 16608, 11286, 14638, 7927, 12398, 8746, 12327, 9462, 9368, 9712, 6801, 10891, 7393, 11249, 8173, 11675, 9258, 7194, 8447, 6926, 10590, 7225, 11293, 8794, 15347, 11516, 9864, 9362, 7212, 10586, 7098, 12847, 9752, 13579, 9295, 7059, 9499, 7018, 12058, 7462, 12960, 9648, 13623, 8125, 7316, 9512, 7488, 9921, 7474, 13327, 7542, 12153, 7985, 10810, 10246, 8957, 11084, 7966, 12536, 7645, 11003, 9425, 7789, 10374, 8409, 15805, 10250, 6853, 9873, 7250, 11269, 8640, 14700, 10563, 14786, 8858, 18294, 13054, 18928, 14399, 12589, 9373, 7756, 11452, 7395, 8400, 9511, 7457, 11102, 6843, 10598, 8592, 14234, 7941, 6738, 6795, 8033, 7658, 7498, 7411, 11868, 14124, 13318, 15924, 12529, 17205, 13720, 15402, 14558, 11956, 15997, 13424, 16270, 8886, 13232, 7877, 7238, 7507, 6731, 10414, 7443, 6824, 8296, 7035, 9808, 7082, 12163, 8992, 12847, 8097, 10661, 8039, 11611, 10197, 9789, 9209, 7248, 9050, 7397, 10156, 7523, 13491, 8864, 11060, 8050, 9542, 9937, 10859, 10114, 7956, 11839, 6925, 11765, 7641, 11935, 9349, 8307, 7997, 7243, 11424, 8443, 14888, 11364, 9628, 9034, 7986, 16615, 12424, 7515, 13146, 10059, 8210, 8945, 6963, 12133, 7560, 12023, 8376, 17102, 7802, 11756, 7848, 7665, 9872, 7353, 13952, 9186, 7386, 8528, 7020, 11807, 8545, 13289, 9292, 8604, 8155, 7354, 9554, 7200, 12292, 9479, 7978, 8401, 7179, 10376, 7348, 11904, 9365, 13925, 8684, 7272, 9216, 7336, 11856, 8576, 11040, 10294, 7617, 11817, 7520, 8124, 9297, 8100, 12062, 8103, 14988, 7690, 12110, 8417, 9884, 10074, 8927, 16558, 7779, 7514, 7854, 7873, 11177, 9221, 14574, 8095, 10290, 8908, 8853, 10397, 8100, 14077, 8874, 7174, 8257, 7124, 11228, 9824, 7836, 10519, 6932, 12308, 8547, 13067, 9919, 15116, 10330, 7264, 8657, 7014, 11233, 7785, 11662, 10098, 7021, 9834, 7240, 12375, 9675, 7482, 15600, 9365, 7204, 8659, 7208, 9766, 12844, 15034, 19484, 13455, 10763, 10818, 7600, 10365, 7235, 14891, 9898, 7452, 8172, 7046, 10127, 8392, 7910, 10876, 7718, 13810, 7456, 7246, 8893, 7570, 11674, 9204, 11426, 8746, 6890, 10613, 7405, 12154, 8963, 14347, 10413, 7111, 11834, 9705, 7174, 9593, 7369, 7284, 10570, 9200, 8272, 11975, 8157, 15635, 9261, 11538, 7571, 13948, 8410, 9779, 8631, 7557, 7313, 7850, 7582, 9880, 10945, 7882, 12748, 9156, 13935, 9851, 11693, 10621, 14226, 19700, 13282, 9040, 7499, 7259, 7373, 7161, 8548, 9505, 8033, 7282, 14364, 10783, 10542, 15124, 13245, 16741, 12901, 18693, 13338, 12867, 12145, 7942, 11843, 7740, 12990, 8000, 13004, 8489, 11766, 7884, 9568, 8722, 7201, 8164, 7430, 8935, 7259, 9651, 7768, 9829, 7490, 12867, 7362, 11277, 7741, 11228, 7570, 9398, 7658, 11989, 7154, 10066, 7359, 10548, 7923, 7202, 8321, 7209, 10403, 7380, 13177, 11510, 13805, 14870, 10250, 7150, 9411, 7265, 12898, 10400, 12912, 17828, 14407, 16343, 11171, 14828, 10049, 11982, 8323, 14210, 7782, 6987, 10696, 7192, 7037, 8683, 7283, 12427, 9159, 7067, 11353, 10679, 8933, 10988, 7733, 14295, 9451, 15238, 10563, 12113, 11918, 10740, 18403, 7837, 7232, 11038, 7891, 12465, 10661, 12296, 16800, 8365, 6835, 6988, 7580, 7336, 7303, 8778, 12263, 10802, 14395, 15964, 16207, 17580, 16654, 17327, 13893, 17539, 14589, 10031, 10611, 8319, 11418, 8590, 8101, 8723, 7654, 11376, 6998, 10344, 7374, 11778, 9944, 7273, 8358, 6974, 10116, 7014, 10230, 7219, 12934, 7931, 11062, 7509, 7961, 7726, 7754, 9405, 7744, 14236, 10377, 11078, 10275, 9099, 13961, 7267, 11377, 14704, 14569, 8362, 7243, 10456, 8885, 9607, 12023, 7758, 15066, 8334, 8366, 11880, 8393, 7237, 7440, 6968, 10093, 9092, 9304, 12435, 7720, 7131, 12375, 9167, 12249, 9882, 11010, 15547, 11242, 18007, 10576, 14306, 12135, 12290, 8851, 7060, 11615, 8013, 6877, 8587, 7689, 7257, 10785, 8752, 7232, 10008, 7722, 7176, 6971, 8138, 7012, 8939, 9910, 15637, 12159, 18818, 14322, 17883, 13390, 14805, 11086, 12377, 10288, 7260, 13237, 7170, 11272, 7716, 11460, 7749, 10452, 8407, 9384, 9502, 7106, 9344, 7117, 10447, 7207, 10205, 7801, 12039, 8556, 9026, 7585, 7669, 9939, 7658, 13295, 9728, 7306, 9596, 7558, 12500, 10940, 8226, 12469, 8294, 15668, 11384, 15366, 10791, 8090, 15241, 8407, 7173, 8288, 7442, 11282, 7981, 14035, 10010, 8447, 7887, 7324, 9102, 7707, 9804, 7382, 13860, 8596, 9290, 7677, 7229, 9259, 6834, 11972, 9818, 11085, 8982, 7312, 10721, 7493, 11892, 8781, 12108, 9415, 7086, 10374, 7519, 7781, 9222, 7491, 11397, 8454, 13720, 7801, 7391, 8860, 7441, 9331, 7533, 14006, 8654, 12072, 8145, 7632, 10967, 9102, 13769, 7687, 7335, 7787, 7264, 10173, 9068, 14644, 10442, 7105, 11190, 8978, 9415, 8777, 7464, 10390, 9148, 10983, 16446, 8264, 13708, 7791, 13759, 15983, 15360, 17013, 7819, 7574, 8135, 7009, 10080, 7289, 12851, 9214, 7236, 8332, 7148, 9891, 7673, 10751, 8375, 13902, 9778, 8796, 11718, 7590, 13793, 7090, 11337, 8088, 12394, 9370, 6981, 9063, 7318, 7661, 10516, 8093, 6824, 8493, 9173, 8198, 14951, 15011, 16206, 17614, 12892, 9728, 7684, 16996, 11624, 9318, 11295, 16523, 15434, 18607, 13667, 13432, 17118, 12371, 10684, 12308, 7460, 6933, 7373, 6940, 10431, 7407, 7893, 8003, 7121, 11681, 7850, 7529, 10928, 10337], 'WindowCenter': [4215.0, 4185.0, 4199.0, 4153.0, 4201.0, 4160.0, 4209.0, 4178.0, 4208.0, 4154.0, 4154.0, 4162.0, 4165.0, 4175.0, 4176.0, 4207.0, 4164.0, 4195.0, 4134.0, 4147.0, 4186.0, 4145.0, 4199.0, 4168.0, 4158.0, 4188.0, 4175.0, 4134.0, 4215.0, 4177.0, 4229.0, 4186.0, 4195.0, 4162.0, 4119.0, 4152.0, 4122.0, 4184.0, 4153.0, 4183.0, 4130.0, 4120.0, 4181.0, 4120.0, 4161.0, 4121.0, 4182.0, 4130.0, 4161.0, 4130.0, 4121.0, 4152.0, 4134.0, 4185.0, 4167.0, 4149.0, 4222.0, 4173.0, 4223.0, 4167.0, 4154.0, 4164.0, 4134.0, 4207.0, 4179.0, 4241.0, 4200.0, 4167.0, 4189.0, 4227.0, 4253.0, 4206.0, 4133.0, 4183.0, 4153.0, 4215.0, 4173.0, 4237.0, 4172.0, 4152.0, 4153.0, 4156.0, 4215.0, 4130.0, 4108.0, 4130.0, 4131.0, 4121.0, 4142.0, 4162.0, 4144.0, 4204.0, 4185.0, 4142.0, 4182.0, 4140.0, 4204.0, 4173.0, 4215.0, 4160.0, 4178.0, 4118.0, 4168.0, 4138.0, 4170.0, 4149.0, 4150.0, 4137.0, 4107.0, 4148.0, 4117.0, 4158.0, 4141.0, 4170.0, 4139.0, 4108.0, 4127.0, 4119.0, 4160.0, 4131.0, 4172.0, 4154.0, 4219.0, 4185.0, 4164.0, 4153.0, 4131.0, 4162.0, 4122.0, 4183.0, 4164.0, 4194.0, 4152.0, 4121.0, 4152.0, 4122.0, 4184.0, 4134.0, 4182.0, 4164.0, 4193.0, 4131.0, 4131.0, 4161.0, 4134.0, 4163.0, 4132.0, 4194.0, 4131.0, 4183.0, 4142.0, 4174.0, 4174.0, 4166.0, 4187.0, 4156.0, 4196.0, 4143.0, 4174.0, 4154.0, 4144.0, 4175.0, 4156.0, 4216.0, 4163.0, 4122.0, 4163.0, 4146.0, 4187.0, 4167.0, 4217.0, 4176.0, 4205.0, 4153.0, 4225.0, 4196.0, 4247.0, 4220.0, 4196.0, 4152.0, 4131.0, 4171.0, 4120.0, 4128.0, 4150.0, 4120.0, 4171.0, 4135.0, 4176.0, 4142.0, 4192.0, 4143.0, 4123.0, 4133.0, 4154.0, 4144.0, 4133.0, 4135.0, 4186.0, 4207.0, 4209.0, 4218.0, 4185.0, 4205.0, 4170.0, 4179.0, 4179.0, 4158.0, 4190.0, 4180.0, 4189.0, 4124.0, 4154.0, 4115.0, 4104.0, 4104.0, 4108.0, 4159.0, 4131.0, 4121.0, 4140.0, 4121.0, 4161.0, 4123.0, 4196.0, 4156.0, 4183.0, 4155.0, 4175.0, 4143.0, 4172.0, 4163.0, 4162.0, 4152.0, 4131.0, 4139.0, 4119.0, 4161.0, 4132.0, 4194.0, 4152.0, 4171.0, 4139.0, 4151.0, 4162.0, 4172.0, 4174.0, 4142.0, 4182.0, 4121.0, 4183.0, 4144.0, 4184.0, 4166.0, 4143.0, 4141.0, 4133.0, 4184.0, 4154.0, 4219.0, 4183.0, 4163.0, 4167.0, 4144.0, 4227.0, 4196.0, 4134.0, 4195.0, 4176.0, 4142.0, 4151.0, 4120.0, 4170.0, 4131.0, 4182.0, 4142.0, 4213.0, 4118.0, 4170.0, 4140.0, 4128.0, 4159.0, 4130.0, 4204.0, 4150.0, 4120.0, 4139.0, 4132.0, 4182.0, 4152.0, 4205.0, 4152.0, 4153.0, 4142.0, 4131.0, 4161.0, 4130.0, 4182.0, 4164.0, 4142.0, 4141.0, 4121.0, 4162.0, 4144.0, 4183.0, 4163.0, 4204.0, 4140.0, 4120.0, 4150.0, 4131.0, 4184.0, 4152.0, 4184.0, 4176.0, 4132.0, 4183.0, 4132.0, 4142.0, 4163.0, 4142.0, 4196.0, 4144.0, 4216.0, 4143.0, 4183.0, 4154.0, 4164.0, 4175.0, 4166.0, 4215.0, 4131.0, 4131.0, 4141.0, 4142.0, 4173.0, 4154.0, 4203.0, 4129.0, 4160.0, 4139.0, 4140.0, 4160.0, 4130.0, 4193.0, 4139.0, 4120.0, 4139.0, 4132.0, 4183.0, 4175.0, 4144.0, 4174.0, 4133.0, 4184.0, 4154.0, 4194.0, 4164.0, 4217.0, 4162.0, 4120.0, 4140.0, 4121.0, 4172.0, 4131.0, 4185.0, 4162.0, 4121.0, 4161.0, 4134.0, 4194.0, 4165.0, 4133.0, 4229.0, 4166.0, 4134.0, 4154.0, 4144.0, 4175.0, 4210.0, 4218.0, 4237.0, 4195.0, 4185.0, 4176.0, 4144.0, 4173.0, 4133.0, 4202.0, 4164.0, 4132.0, 4139.0, 4119.0, 4160.0, 4141.0, 4142.0, 4174.0, 4132.0, 4194.0, 4132.0, 4122.0, 4151.0, 4132.0, 4173.0, 4165.0, 4186.0, 4142.0, 4133.0, 4162.0, 4132.0, 4183.0, 4153.0, 4204.0, 4176.0, 4135.0, 4169.0, 4162.0, 4147.0, 4177.0, 4146.0, 4134.0, 4174.0, 4166.0, 4155.0, 4200.0, 4158.0, 4220.0, 4169.0, 4201.0, 4120.0, 4192.0, 4127.0, 4149.0, 4154.0, 4146.0, 4160.0, 4156.0, 4157.0, 4190.0, 4189.0, 4145.0, 4196.0, 4179.0, 4207.0, 4177.0, 4186.0, 4176.0, 4233.0, 4264.0, 4222.0, 4166.0, 4145.0, 4145.0, 4157.0, 4147.0, 4155.0, 4165.0, 4146.0, 4148.0, 4220.0, 4177.0, 4176.0, 4208.0, 4184.0, 4192.0, 4158.0, 4200.0, 4167.0, 4156.0, 4156.0, 4103.0, 4142.0, 4102.0, 4153.0, 4102.0, 4153.0, 4113.0, 4154.0, 4113.0, 4134.0, 4112.0, 4091.0, 4112.0, 4103.0, 4123.0, 4104.0, 4135.0, 4128.0, 4148.0, 4119.0, 4178.0, 4117.0, 4158.0, 4119.0, 4159.0, 4129.0, 4150.0, 4118.0, 4169.0, 4106.0, 4147.0, 4119.0, 4171.0, 4141.0, 4132.0, 4142.0, 4131.0, 4175.0, 4146.0, 4209.0, 4199.0, 4219.0, 4217.0, 4188.0, 4135.0, 4165.0, 4159.0, 4196.0, 4187.0, 4209.0, 4254.0, 4219.0, 4229.0, 4187.0, 4218.0, 4177.0, 4187.0, 4145.0, 4207.0, 4131.0, 4122.0, 4174.0, 4133.0, 4134.0, 4167.0, 4148.0, 4195.0, 4165.0, 4147.0, 4200.0, 4201.0, 4169.0, 4189.0, 4147.0, 4219.0, 4177.0, 4218.0, 4190.0, 4198.0, 4187.0, 4189.0, 4236.0, 4130.0, 4146.0, 4188.0, 4170.0, 4209.0, 4188.0, 4199.0, 4241.0, 4168.0, 4137.0, 4146.0, 4143.0, 4146.0, 4160.0, 4166.0, 4198.0, 4189.0, 4219.0, 4218.0, 4215.0, 4227.0, 4216.0, 4216.0, 4183.0, 4204.0, 4191.0, 4150.0, 4159.0, 4140.0, 4158.0, 4138.0, 4129.0, 4139.0, 4130.0, 4170.0, 4119.0, 4160.0, 4145.0, 4184.0, 4163.0, 4130.0, 4141.0, 4120.0, 4161.0, 4121.0, 4162.0, 4132.0, 4194.0, 4131.0, 4172.0, 4133.0, 4157.0, 4143.0, 4142.0, 4163.0, 4132.0, 4206.0, 4177.0, 4187.0, 4177.0, 4168.0, 4208.0, 4133.0, 4186.0, 4221.0, 4205.0, 4141.0, 4120.0, 4161.0, 4154.0, 4164.0, 4197.0, 4133.0, 4205.0, 4155.0, 4144.0, 4184.0, 4142.0, 4132.0, 4146.0, 4147.0, 4188.0, 4167.0, 4177.0, 4208.0, 4145.0, 4136.0, 4195.0, 4164.0, 4184.0, 4164.0, 4175.0, 4219.0, 4174.0, 4225.0, 4175.0, 4206.0, 4184.0, 4186.0, 4153.0, 4120.0, 4171.0, 4130.0, 4120.0, 4151.0, 4144.0, 4144.0, 4186.0, 4168.0, 4161.0, 4192.0, 4173.0, 4162.0, 4161.0, 4159.0, 4149.0, 4168.0, 4177.0, 4229.0, 4187.0, 4227.0, 4195.0, 4214.0, 4181.0, 4179.0, 4157.0, 4168.0, 4161.0, 4117.0, 4168.0, 4107.0, 4158.0, 4129.0, 4170.0, 4129.0, 4159.0, 4140.0, 4150.0, 4151.0, 4119.0, 4150.0, 4122.0, 4171.0, 4132.0, 4162.0, 4144.0, 4184.0, 4154.0, 4153.0, 4142.0, 4143.0, 4176.0, 4145.0, 4208.0, 4164.0, 4145.0, 4176.0, 4160.0, 4211.0, 4191.0, 4155.0, 4197.0, 4157.0, 4231.0, 4187.0, 4218.0, 4175.0, 4143.0, 4215.0, 4140.0, 4120.0, 4140.0, 4131.0, 4173.0, 4143.0, 4194.0, 4163.0, 4141.0, 4130.0, 4119.0, 4140.0, 4131.0, 4162.0, 4120.0, 4205.0, 4140.0, 4150.0, 4129.0, 4120.0, 4152.0, 4122.0, 4186.0, 4177.0, 4186.0, 4153.0, 4134.0, 4186.0, 4149.0, 4196.0, 4155.0, 4184.0, 4163.0, 4121.0, 4161.0, 4131.0, 4131.0, 4164.0, 4133.0, 4185.0, 4144.0, 4193.0, 4130.0, 4120.0, 4139.0, 4121.0, 4152.0, 4132.0, 4203.0, 4141.0, 4182.0, 4141.0, 4132.0, 4172.0, 4152.0, 4194.0, 4131.0, 4131.0, 4131.0, 4133.0, 4163.0, 4153.0, 4206.0, 4187.0, 4136.0, 4185.0, 4165.0, 4165.0, 4166.0, 4146.0, 4176.0, 4164.0, 4175.0, 4216.0, 4142.0, 4194.0, 4146.0, 4207.0, 4229.0, 4205.0, 4214.0, 4129.0, 4132.0, 4142.0, 4121.0, 4162.0, 4134.0, 4194.0, 4164.0, 4133.0, 4154.0, 4135.0, 4163.0, 4144.0, 4174.0, 4143.0, 4194.0, 4177.0, 4155.0, 4185.0, 4133.0, 4205.0, 4135.0, 4173.0, 4144.0, 4195.0, 4166.0, 4134.0, 4152.0, 4131.0, 4145.0, 4187.0, 4169.0, 4149.0, 4168.0, 4192.0, 4182.0, 4233.0, 4231.0, 4240.0, 4240.0, 4207.0, 4177.0, 4144.0, 4240.0, 4186.0, 4164.0, 4184.0, 4227.0, 4205.0, 4225.0, 4194.0, 4179.0, 4186.0, 4154.0, 4145.0, 4156.0, 4092.0, 4090.0, 4101.0, 4104.0, 4143.0, 4104.0, 4113.0, 4113.0, 4093.0, 4156.0, 4114.0, 4116.0, 4170.0, 4161.0], 'WindowWidth': [9397.0, 9334.0, 9339.0, 9262.0, 9321.0, 9263.0, 9325.0, 9280.0, 9323.0, 9241.0, 9239.0, 9248.0, 9255.0, 9270.0, 9272.0, 9318.0, 9254.0, 9295.0, 9211.0, 9235.0, 9286.0, 9229.0, 9308.0, 9268.0, 9253.0, 9292.0, 9268.0, 9213.0, 9325.0, 9275.0, 9356.0, 9288.0, 9295.0, 9245.0, 9187.0, 9233.0, 9196.0, 9279.0, 9239.0, 9275.0, 9202.0, 9189.0, 9271.0, 9189.0, 9243.0, 9191.0, 9273.0, 9202.0, 9244.0, 9203.0, 9191.0, 9234.0, 9217.0, 9284.0, 9263.0, 9242.0, 9346.0, 9283.0, 9348.0, 9263.0, 9239.0, 9251.0, 9213.0, 9316.0, 9281.0, 9374.0, 9316.0, 9263.0, 9298.0, 9343.0, 9392.0, 9313.0, 9208.0, 9276.0, 9235.0, 9322.0, 9263.0, 9354.0, 9258.0, 9232.0, 9240.0, 9247.0, 9324.0, 9201.0, 9166.0, 9202.0, 9205.0, 9192.0, 9221.0, 9246.0, 9225.0, 9304.0, 9280.0, 9218.0, 9274.0, 9213.0, 9308.0, 9264.0, 9325.0, 9238.0, 9262.0, 9179.0, 9246.0, 9209.0, 9255.0, 9224.0, 9226.0, 9204.0, 9165.0, 9218.0, 9178.0, 9235.0, 9217.0, 9254.0, 9211.0, 9167.0, 9193.0, 9185.0, 9240.0, 9205.0, 9261.0, 9240.0, 9337.0, 9284.0, 9252.0, 9234.0, 9204.0, 9246.0, 9195.0, 9278.0, 9254.0, 9292.0, 9231.0, 9190.0, 9233.0, 9194.0, 9279.0, 9215.0, 9276.0, 9256.0, 9289.0, 9204.0, 9205.0, 9245.0, 9214.0, 9250.0, 9208.0, 9293.0, 9204.0, 9277.0, 9221.0, 9267.0, 9268.0, 9261.0, 9291.0, 9247.0, 9300.0, 9223.0, 9267.0, 9238.0, 9228.0, 9270.0, 9246.0, 9330.0, 9249.0, 9196.0, 9250.0, 9232.0, 9290.0, 9264.0, 9331.0, 9274.0, 9309.0, 9235.0, 9337.0, 9299.0, 9412.0, 9345.0, 9303.0, 9237.0, 9207.0, 9256.0, 9189.0, 9198.0, 9230.0, 9188.0, 9260.0, 9222.0, 9274.0, 9223.0, 9288.0, 9227.0, 9202.0, 9217.0, 9246.0, 9230.0, 9209.0, 9214.0, 9285.0, 9316.0, 9318.0, 9334.0, 9280.0, 9310.0, 9253.0, 9261.0, 9266.0, 9230.0, 9285.0, 9268.0, 9277.0, 9179.0, 9222.0, 9168.0, 9154.0, 9156.0, 9168.0, 9239.0, 9205.0, 9191.0, 9213.0, 9192.0, 9245.0, 9196.0, 9298.0, 9245.0, 9277.0, 9244.0, 9269.0, 9223.0, 9261.0, 9249.0, 9247.0, 9234.0, 9204.0, 9211.0, 9185.0, 9243.0, 9208.0, 9296.0, 9232.0, 9259.0, 9214.0, 9229.0, 9246.0, 9261.0, 9268.0, 9220.0, 9274.0, 9192.0, 9276.0, 9229.0, 9281.0, 9261.0, 9223.0, 9219.0, 9213.0, 9282.0, 9242.0, 9337.0, 9278.0, 9252.0, 9264.0, 9227.0, 9348.0, 9300.0, 9216.0, 9298.0, 9276.0, 9222.0, 9230.0, 9189.0, 9254.0, 9205.0, 9274.0, 9222.0, 9320.0, 9184.0, 9257.0, 9216.0, 9197.0, 9240.0, 9204.0, 9310.0, 9229.0, 9189.0, 9213.0, 9208.0, 9276.0, 9236.0, 9313.0, 9236.0, 9237.0, 9223.0, 9205.0, 9245.0, 9203.0, 9274.0, 9254.0, 9221.0, 9219.0, 9193.0, 9248.0, 9229.0, 9277.0, 9251.0, 9310.0, 9217.0, 9189.0, 9230.0, 9207.0, 9280.0, 9236.0, 9280.0, 9273.0, 9210.0, 9278.0, 9208.0, 9223.0, 9252.0, 9221.0, 9300.0, 9227.0, 9330.0, 9225.0, 9278.0, 9243.0, 9254.0, 9272.0, 9261.0, 9329.0, 9208.0, 9207.0, 9221.0, 9220.0, 9263.0, 9240.0, 9306.0, 9200.0, 9241.0, 9213.0, 9215.0, 9241.0, 9202.0, 9295.0, 9213.0, 9188.0, 9213.0, 9209.0, 9280.0, 9273.0, 9227.0, 9266.0, 9212.0, 9279.0, 9242.0, 9296.0, 9255.0, 9331.0, 9249.0, 9189.0, 9215.0, 9194.0, 9262.0, 9208.0, 9285.0, 9249.0, 9193.0, 9245.0, 9215.0, 9294.0, 9256.0, 9212.0, 9355.0, 9260.0, 9217.0, 9240.0, 9229.0, 9269.0, 9329.0, 9332.0, 9360.0, 9293.0, 9282.0, 9272.0, 9227.0, 9265.0, 9214.0, 9301.0, 9255.0, 9207.0, 9211.0, 9187.0, 9240.0, 9218.0, 9222.0, 9265.0, 9208.0, 9296.0, 9207.0, 9192.0, 9231.0, 9207.0, 9261.0, 9255.0, 9284.0, 9219.0, 9210.0, 9246.0, 9208.0, 9278.0, 9236.0, 9306.0, 9274.0, 9219.0, 9254.0, 9248.0, 9237.0, 9276.0, 9236.0, 9212.0, 9267.0, 9259.0, 9240.0, 9311.0, 9251.0, 9344.0, 9267.0, 9314.0, 9186.0, 9284.0, 9189.0, 9221.0, 9240.0, 9232.0, 9259.0, 9246.0, 9250.0, 9297.0, 9294.0, 9229.0, 9297.0, 9280.0, 9316.0, 9277.0, 9284.0, 9277.0, 9361.0, 9412.0, 9348.0, 9262.0, 9235.0, 9233.0, 9254.0, 9238.0, 9242.0, 9256.0, 9231.0, 9236.0, 9336.0, 9271.0, 9268.0, 9320.0, 9276.0, 9287.0, 9234.0, 9295.0, 9243.0, 9225.0, 9224.0, 9151.0, 9201.0, 9150.0, 9216.0, 9149.0, 9217.0, 9166.0, 9222.0, 9167.0, 9196.0, 9164.0, 9135.0, 9164.0, 9153.0, 9181.0, 9155.0, 9200.0, 9197.0, 9221.0, 9187.0, 9262.0, 9181.0, 9235.0, 9184.0, 9239.0, 9200.0, 9227.0, 9183.0, 9252.0, 9164.0, 9218.0, 9187.0, 9260.0, 9218.0, 9208.0, 9220.0, 9206.0, 9269.0, 9233.0, 9321.0, 9309.0, 9337.0, 9332.0, 9293.0, 9219.0, 9257.0, 9256.0, 9302.0, 9289.0, 9321.0, 9396.0, 9334.0, 9353.0, 9287.0, 9334.0, 9277.0, 9289.0, 9228.0, 9313.0, 9205.0, 9194.0, 9266.0, 9213.0, 9215.0, 9264.0, 9242.0, 9297.0, 9257.0, 9237.0, 9314.0, 9315.0, 9268.0, 9296.0, 9236.0, 9339.0, 9277.0, 9334.0, 9302.0, 9307.0, 9290.0, 9296.0, 9355.0, 9201.0, 9234.0, 9294.0, 9276.0, 9325.0, 9293.0, 9311.0, 9374.0, 9269.0, 9229.0, 9239.0, 9229.0, 9237.0, 9260.0, 9260.0, 9305.0, 9295.0, 9333.0, 9334.0, 9318.0, 9346.0, 9326.0, 9329.0, 9275.0, 9314.0, 9285.0, 9227.0, 9236.0, 9213.0, 9234.0, 9207.0, 9197.0, 9211.0, 9200.0, 9252.0, 9186.0, 9242.0, 9233.0, 9280.0, 9250.0, 9203.0, 9217.0, 9189.0, 9242.0, 9193.0, 9248.0, 9207.0, 9294.0, 9204.0, 9261.0, 9213.0, 9252.0, 9226.0, 9221.0, 9250.0, 9209.0, 9314.0, 9275.0, 9291.0, 9278.0, 9265.0, 9323.0, 9214.0, 9287.0, 9342.0, 9308.0, 9216.0, 9188.0, 9244.0, 9240.0, 9251.0, 9303.0, 9210.0, 9310.0, 9243.0, 9228.0, 9282.0, 9220.0, 9207.0, 9234.0, 9241.0, 9294.0, 9265.0, 9277.0, 9320.0, 9233.0, 9221.0, 9296.0, 9252.0, 9281.0, 9253.0, 9269.0, 9338.0, 9264.0, 9339.0, 9267.0, 9312.0, 9280.0, 9287.0, 9239.0, 9189.0, 9259.0, 9203.0, 9189.0, 9232.0, 9229.0, 9231.0, 9288.0, 9268.0, 9264.0, 9307.0, 9284.0, 9270.0, 9265.0, 9257.0, 9245.0, 9266.0, 9274.0, 9348.0, 9289.0, 9348.0, 9294.0, 9318.0, 9267.0, 9262.0, 9228.0, 9246.0, 9244.0, 9180.0, 9247.0, 9165.0, 9235.0, 9200.0, 9253.0, 9198.0, 9239.0, 9214.0, 9229.0, 9232.0, 9187.0, 9228.0, 9196.0, 9258.0, 9208.0, 9246.0, 9228.0, 9282.0, 9239.0, 9239.0, 9223.0, 9226.0, 9276.0, 9230.0, 9324.0, 9256.0, 9231.0, 9275.0, 9259.0, 9330.0, 9299.0, 9241.0, 9299.0, 9249.0, 9358.0, 9288.0, 9332.0, 9271.0, 9222.0, 9325.0, 9214.0, 9188.0, 9214.0, 9203.0, 9263.0, 9226.0, 9294.0, 9250.0, 9219.0, 9202.0, 9187.0, 9214.0, 9206.0, 9247.0, 9191.0, 9314.0, 9214.0, 9227.0, 9200.0, 9189.0, 9234.0, 9198.0, 9287.0, 9276.0, 9285.0, 9235.0, 9213.0, 9288.0, 9244.0, 9300.0, 9246.0, 9281.0, 9252.0, 9192.0, 9245.0, 9204.0, 9206.0, 9254.0, 9212.0, 9284.0, 9227.0, 9292.0, 9202.0, 9187.0, 9212.0, 9191.0, 9234.0, 9207.0, 9308.0, 9217.0, 9273.0, 9218.0, 9209.0, 9262.0, 9234.0, 9295.0, 9206.0, 9207.0, 9205.0, 9212.0, 9249.0, 9236.0, 9315.0, 9289.0, 9221.0, 9284.0, 9260.0, 9258.0, 9261.0, 9234.0, 9274.0, 9254.0, 9270.0, 9328.0, 9219.0, 9293.0, 9234.0, 9320.0, 9352.0, 9308.0, 9320.0, 9201.0, 9206.0, 9221.0, 9193.0, 9248.0, 9215.0, 9295.0, 9254.0, 9211.0, 9240.0, 9219.0, 9252.0, 9229.0, 9266.0, 9226.0, 9295.0, 9277.0, 9244.0, 9282.0, 9209.0, 9311.0, 9218.0, 9263.0, 9228.0, 9296.0, 9263.0, 9215.0, 9236.0, 9206.0, 9232.0, 9292.0, 9273.0, 9246.0, 9270.0, 9307.0, 9294.0, 9369.0, 9359.0, 9368.0, 9366.0, 9320.0, 9277.0, 9228.0, 9370.0, 9287.0, 9254.0, 9281.0, 9347.0, 9310.0, 9342.0, 9296.0, 9265.0, 9273.0, 9222.0, 9211.0, 9229.0, 9138.0, 9134.0, 9150.0, 9157.0, 9205.0, 9157.0, 9168.0, 9169.0, 9140.0, 9229.0, 9172.0, 9179.0, 9257.0, 9244.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.003618413793103448</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.04249866011494253</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>43.059900786317584</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.1932955591484462</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0139239210356719</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.5226</td></tr>
|
|
<tr><td colspan=3>fber</td><td>3179.6584</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.18305016235890642</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>249</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>28.620689655172413</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5115988778052962</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3509250348586703</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7442827527530187</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4395888458041997</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00886168</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.018425557762384415</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.036377500742673874</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>870</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.085544354666112</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>15.6474</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>59.2069</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>248.5463</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>61.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>292894.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>17.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>1228.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>443.4103</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.7515</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>538.3234</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3346.7046</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3463.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>83650.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1361.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4428.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>847.6176</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>28.131465392536484</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> |