=== 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-0034 --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-0034",
"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-0034_ses-01_task-social_acq-mb8_run-03_bold :: MRIQC's BOLD fMRI report</title>
|
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
|
|
|
|
<script>
|
|
var timestamp = Date.now()
|
|
|
|
function read_form() {
|
|
var ds = "<unset>";
|
|
var sub = "sub-0034_ses-01_task-social_acq-mb8_run-03_bold.nii.gz";
|
|
|
|
var artifacts = [];
|
|
$('#qcartifacts-group input:checked').each(function() {
|
|
artifacts.push($(this).attr('name'));
|
|
});
|
|
|
|
var rating = $('#qcslider').val();
|
|
var payload = {
|
|
'dataset': ds,
|
|
'subject': sub,
|
|
'rating': rating,
|
|
'artifacts': artifacts,
|
|
'time_sec': (Date.now() - timestamp) / 1000,
|
|
'confidence': $('#qcextra-confidence').val(),
|
|
'comments': $('#qcextra-comments').val()
|
|
};
|
|
|
|
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
|
|
$('#btn-download').attr('href', URL.createObjectURL(file));
|
|
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
|
|
return payload
|
|
};
|
|
|
|
function toggle_rating() {
|
|
if ($('#qcrating-menu').hasClass('d-none')) {
|
|
$('#qcrating-menu').removeClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', true);
|
|
} else {
|
|
$('#qcrating-menu').addClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', false);
|
|
}
|
|
};
|
|
|
|
$(window).on('load',function(){
|
|
var authorization = $('#btn-post').val()
|
|
if (authorization.includes("secret_token")) {
|
|
$('#btn-post').addClass('d-none');
|
|
};
|
|
timestamp = Date.now();
|
|
});
|
|
|
|
</script>
|
|
<style type="text/css">
|
|
/* The slider itself */
|
|
.slider {
|
|
-webkit-appearance: none; /* Override default CSS styles */
|
|
appearance: none;
|
|
margin-bottom: 8px;
|
|
margin-left: 10%;
|
|
width: 80%;
|
|
height: 5px; /* Specified height */
|
|
background: #d3d3d3; /* Grey background */
|
|
outline: none; /* Remove outline */
|
|
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
|
|
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
|
|
transition: opacity .2s;
|
|
}
|
|
|
|
/* Mouse-over effects */
|
|
.slider:hover {
|
|
opacity: 1; /* Fully shown on mouse-over */
|
|
}
|
|
|
|
.slider::-webkit-slider-thumb {
|
|
-webkit-appearance: none;
|
|
appearance: none;
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
.slider::-moz-range-thumb {
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body style="font-family: helvetica;">
|
|
<nav class="navbar fixed-top navbar-expand-lg bg-light">
|
|
<div class="container-fluid">
|
|
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
|
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
|
|
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
|
|
<li class="nav-item dropdown">
|
|
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
|
|
About
|
|
</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="#errors">Errors</a></li>
|
|
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="d-flex flex-row-reverse">
|
|
<div class="form-check form-switch align-self-center flex-fill me-4">
|
|
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
|
|
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
<noscript>
|
|
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
|
|
</noscript>
|
|
|
|
<div id="Basic echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-03_session-01_subject-0034_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-0034/figures/sub-0034_ses-01_task-social_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0034/figures/sub-0034_ses-01_task-social_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0034/figures/sub-0034_ses-01_task-social_acq-mb8_run-03_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-03_session-01_subject-0034_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-0034/figures/sub-0034_ses-01_task-social_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0034/figures/sub-0034_ses-01_task-social_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0034/figures/sub-0034_ses-01_task-social_acq-mb8_run-03_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-03_session-01_subject-0034_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-0034/figures/sub-0034_ses-01_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0034/figures/sub-0034_ses-01_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0034/figures/sub-0034_ses-01_task-social_acq-mb8_run-03_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-03_session-01_subject-0034_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-0034/figures/sub-0034_ses-01_task-social_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0034/figures/sub-0034_ses-01_task-social_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0034/figures/sub-0034_ses-01_task-social_acq-mb8_run-03_desc-carpet_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-mean_run-03_session-01_subject-0034_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-0034/figures/sub-0034_ses-01_task-social_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0034/figures/sub-0034_ses-01_task-social_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0034/figures/sub-0034_ses-01_task-social_acq-mb8_run-03_desc-mean_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended reports shared across echos" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-03_session-01_subject-0034_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-0034/figures/sub-0034_ses-01_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0034/figures/sub-0034_ses-01_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0034/figures/sub-0034_ses-01_task-social_acq-mb8_run-03_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-01_subject-0034_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-0034/figures/sub-0034_ses-01_task-social_acq-mb8_run-03_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0034/figures/sub-0034_ses-01_task-social_acq-mb8_run-03_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0034/figures/sub-0034_ses-01_task-social_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0034/figures/sub-0034_ses-01_task-social_acq-mb8_run-03_desc-norm_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="About" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">About</h1>
|
|
<div id="errors" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
|
|
</div>
|
|
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
|
|
reconstructing the provenance of the corresponding derivatives.
|
|
</p> <div class="accordion accordion-flush" id="about-metadata">
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-0">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
|
|
Provenance Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-0" class="table table-sm table-striped">
|
|
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
|
|
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0034/ses-01/func/sub-0034_ses-01_task-social_acq-mb8_run-03_bold.nii.gz</td></tr>
|
|
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
|
|
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
|
|
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
|
|
<tr><td colspan=2>md5sum</td><td>f327863b145e906cb6725480514031c9</td></tr>
|
|
</table>
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-1">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
|
|
Dataset Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-1" class="table table-sm table-striped">
|
|
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
|
|
<tr><td colspan=2>AcquisitionTime</td><td>15:28:3.035000</td></tr>
|
|
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
|
|
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
|
|
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
|
|
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
|
|
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
|
|
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
|
|
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
|
|
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
|
|
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
|
|
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
|
|
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
|
|
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
|
|
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999791, -0.0158181, 0.0129343, 0.0144843, 0.995139, 0.0974143]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-03_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.100797</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-03_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>16</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4122, -7775, -7193, 573, -150, -110, 173, 89]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>social</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>262.906</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>27ded1c5-5679-462d-96e1-eefe08059926||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
|
|
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6823668479919434, 0.038860224187374115, 0.03891324624419212, 111.6177749633789], [0.042438872158527374, 2.669883966445923, 0.2624577581882477, -107.19647216796875], [0.03470173478126526, -0.26135534048080444, 2.686931610107422, -39.284481048583984], [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': ['152803.035000', '152803.495000', '152803.955000', '152804.415000', '152804.875000', '152805.335000', '152805.795000', '152806.255000', '152806.715000', '152807.175000', '152807.635000', '152808.095000', '152808.555000', '152809.015000', '152809.475000', '152809.935000', '152810.395000', '152810.855000', '152811.315000', '152811.775000', '152812.235000', '152812.695000', '152813.155000', '152813.615000', '152814.075000', '152814.535000', '152814.995000', '152815.455000', '152815.915000', '152816.375000', '152816.835000', '152817.295000', '152817.755000', '152818.215000', '152818.675000', '152819.135000', '152819.595000', '152820.055000', '152820.515000', '152820.975000', '152821.435000', '152821.895000', '152822.355000', '152822.815000', '152823.275000', '152823.735000', '152824.195000', '152824.655000', '152825.115000', '152825.575000', '152826.035000', '152826.495000', '152826.955000', '152827.415000', '152827.875000', '152828.335000', '152828.795000', '152829.255000', '152829.715000', '152830.175000', '152830.635000', '152831.095000', '152831.555000', '152832.015000', '152832.475000', '152832.935000', '152833.395000', '152833.855000', '152834.315000', '152834.775000', '152835.235000', '152835.695000', '152836.155000', '152836.615000', '152837.075000', '152837.535000', '152837.995000', '152838.455000', '152838.915000', '152839.375000', '152839.835000', '152840.295000', '152840.755000', '152841.215000', '152841.675000', '152842.135000', '152842.595000', '152843.055000', '152843.515000', '152843.975000', '152844.435000', '152844.895000', '152845.355000', '152845.815000', '152846.275000', '152846.735000', '152847.195000', '152847.655000', '152848.115000', '152848.575000', '152849.035000', '152849.495000', '152849.955000', '152850.415000', '152850.875000', '152851.335000', '152851.795000', '152852.255000', '152852.715000', '152853.175000', '152853.635000', '152854.095000', '152854.555000', '152855.015000', '152855.475000', '152855.935000', '152856.395000', '152856.855000', '152857.315000', '152857.775000', '152858.235000', '152858.695000', '152859.155000', '152859.615000', '152900.075000', '152900.535000', '152900.995000', '152901.455000', '152901.915000', '152902.375000', '152902.835000', '152903.295000', '152903.755000', '152904.215000', '152904.675000', '152905.135000', '152905.595000', '152906.055000', '152906.515000', '152906.975000', '152907.435000', '152907.895000', '152908.355000', '152908.815000', '152909.275000', '152909.735000', '152910.195000', '152910.655000', '152911.115000', '152911.575000', '152912.035000', '152912.495000', '152912.955000', '152913.415000', '152913.875000', '152914.335000', '152914.795000', '152915.255000', '152915.715000', '152916.175000', '152916.635000', '152917.095000', '152917.555000', '152918.015000', '152918.475000', '152918.935000', '152919.395000', '152919.855000', '152920.315000', '152920.775000', '152921.235000', '152921.695000', '152922.155000', '152922.615000', '152923.075000', '152923.535000', '152923.995000', '152924.455000', '152924.915000', '152925.375000', '152925.835000', '152926.295000', '152926.755000', '152927.215000', '152927.675000', '152928.135000', '152928.595000', '152929.055000', '152929.515000', '152929.975000', '152930.435000', '152930.895000', '152931.355000', '152931.815000', '152932.275000', '152932.735000', '152933.195000', '152933.655000', '152934.115000', '152934.575000', '152935.035000', '152935.495000', '152935.955000', '152936.415000', '152936.875000', '152937.335000', '152937.795000', '152938.255000', '152938.715000', '152939.175000', '152939.635000', '152940.095000', '152940.555000', '152941.015000', '152941.475000', '152941.935000', '152942.395000', '152942.855000', '152943.315000', '152943.775000', '152944.235000', '152944.695000', '152945.155000', '152945.615000', '152946.075000', '152946.535000', '152946.995000', '152947.455000', '152947.915000', '152948.375000', '152948.835000', '152949.295000', '152949.755000', '152950.215000', '152950.675000', '152951.135000', '152951.595000', '152952.055000', '152952.515000', '152952.975000', '152953.435000', '152953.895000', '152954.355000', '152954.815000', '152955.275000', '152955.735000', '152956.195000', '152956.655000', '152957.115000', '152957.575000', '152958.035000', '152958.495000', '152958.955000', '152959.415000', '152959.875000', '153000.335000', '153000.795000', '153001.255000', '153001.715000', '153002.175000', '153002.635000', '153003.095000', '153003.555000', '153004.015000', '153004.475000', '153004.935000', '153005.395000', '153005.855000', '153006.315000', '153006.775000', '153007.235000', '153007.695000', '153008.155000', '153008.615000', '153009.075000', '153009.535000', '153009.995000', '153010.455000', '153010.915000', '153011.375000', '153011.835000', '153012.295000', '153012.755000', '153013.215000', '153013.675000', '153014.135000', '153014.595000', '153015.055000', '153015.515000', '153015.975000', '153016.435000', '153016.895000', '153017.355000', '153017.815000', '153018.275000', '153018.735000', '153019.195000', '153019.655000', '153020.115000', '153020.575000', '153021.035000', '153021.495000', '153021.955000', '153022.415000', '153022.875000', '153023.335000', '153023.795000', '153024.255000', '153024.715000', '153025.175000', '153025.635000', '153026.095000', '153026.555000', '153027.015000', '153027.475000', '153027.935000', '153028.395000', '153028.855000', '153029.315000', '153029.775000', '153030.235000', '153030.695000', '153031.155000', '153031.615000', '153032.075000', '153032.535000', '153032.995000', '153033.455000', '153033.915000', '153034.375000', '153034.835000', '153035.295000', '153035.755000', '153036.215000', '153036.675000', '153037.135000', '153037.595000', '153038.055000', '153038.515000', '153038.975000', '153039.435000', '153039.895000', '153040.355000', '153040.815000', '153041.275000', '153041.735000', '153042.195000', '153042.655000', '153043.115000', '153043.575000', '153044.035000', '153044.495000', '153044.955000', '153045.415000', '153045.875000', '153046.335000', '153046.795000', '153047.255000', '153047.715000', '153048.175000', '153048.635000', '153049.095000', '153049.555000', '153050.015000', '153050.475000', '153050.935000', '153051.395000', '153051.855000', '153052.315000', '153052.775000', '153053.235000', '153053.695000', '153054.155000', '153054.615000', '153055.075000', '153055.535000', '153055.995000', '153056.455000', '153056.915000', '153057.375000', '153057.835000', '153058.295000', '153058.755000', '153059.215000', '153059.675000', '153100.135000', '153100.595000', '153101.055000', '153101.515000', '153101.975000', '153102.435000', '153102.895000', '153103.355000', '153103.815000', '153104.275000', '153104.735000', '153105.195000', '153105.655000', '153106.115000', '153106.575000', '153107.035000', '153107.495000', '153107.955000', '153108.415000', '153108.875000', '153109.335000', '153109.795000', '153110.255000', '153110.715000', '153111.175000', '153111.635000', '153112.095000', '153112.555000', '153113.015000', '153113.475000', '153113.935000', '153114.395000', '153114.855000', '153115.315000', '153115.775000', '153116.235000', '153116.695000', '153117.155000', '153117.615000', '153118.075000', '153118.535000', '153118.995000', '153119.455000', '153119.915000', '153120.375000', '153120.835000', '153121.295000', '153121.755000', '153122.215000', '153122.675000', '153123.135000', '153123.595000', '153124.055000', '153124.515000', '153124.975000', '153125.435000', '153125.895000', '153126.355000', '153126.815000', '153127.275000', '153127.735000', '153128.195000', '153128.655000', '153129.115000', '153129.575000', '153130.035000', '153130.495000', '153130.955000', '153131.415000', '153131.875000', '153132.335000', '153132.795000', '153133.255000', '153133.715000', '153134.175000', '153134.635000', '153135.095000', '153135.555000', '153136.015000', '153136.475000', '153136.935000', '153137.395000', '153137.855000', '153138.315000', '153138.775000', '153139.235000', '153139.695000', '153140.155000', '153140.615000', '153141.075000', '153141.535000', '153141.995000', '153142.455000', '153142.915000', '153143.375000', '153143.835000', '153144.295000', '153144.755000', '153145.215000', '153145.675000', '153146.135000', '153146.595000', '153147.055000', '153147.515000', '153147.975000', '153148.435000', '153148.895000', '153149.355000', '153149.815000', '153150.275000', '153150.735000', '153151.195000', '153151.655000', '153152.115000', '153152.575000', '153153.035000', '153153.495000', '153153.955000', '153154.415000', '153154.875000', '153155.335000', '153155.795000', '153156.255000', '153156.715000', '153157.175000', '153157.635000', '153158.095000', '153158.555000', '153159.015000', '153159.475000', '153159.935000', '153200.395000', '153200.855000', '153201.315000', '153201.775000', '153202.235000', '153202.695000', '153203.155000', '153203.615000', '153204.075000', '153204.535000', '153204.995000', '153205.455000', '153205.915000', '153206.375000', '153206.835000', '153207.295000', '153207.755000', '153208.215000', '153208.675000', '153209.135000', '153209.595000', '153210.055000', '153210.515000', '153210.975000', '153211.435000', '153211.895000', '153212.355000', '153212.815000', '153213.275000', '153213.735000', '153214.195000', '153214.655000', '153215.115000', '153215.575000', '153216.035000', '153216.495000', '153216.955000', '153217.415000', '153217.875000', '153218.335000', '153218.795000', '153219.255000', '153219.715000', '153220.175000', '153220.635000', '153221.095000', '153221.555000', '153222.015000', '153222.475000', '153222.935000', '153223.395000', '153223.855000', '153224.315000', '153224.775000', '153225.235000', '153225.695000', '153226.155000', '153226.615000', '153227.075000', '153227.535000', '153227.995000', '153228.455000', '153228.915000', '153229.375000', '153229.835000', '153230.295000', '153230.755000', '153231.215000', '153231.675000', '153232.135000', '153232.595000', '153233.055000', '153233.515000', '153233.975000', '153234.435000', '153234.895000', '153235.355000', '153235.815000', '153236.275000', '153236.735000', '153237.195000', '153237.655000', '153238.115000', '153238.575000', '153239.035000', '153239.495000', '153239.955000', '153240.415000', '153240.875000', '153241.335000', '153241.795000', '153242.255000', '153242.715000', '153243.175000', '153243.635000', '153244.095000', '153244.555000', '153245.015000', '153245.475000', '153245.935000', '153246.395000', '153246.855000', '153247.315000', '153247.775000', '153248.235000', '153248.695000', '153249.155000', '153249.615000', '153250.075000', '153250.535000', '153250.995000', '153251.455000', '153251.915000', '153252.375000', '153252.835000', '153253.295000', '153253.755000', '153254.215000', '153254.675000', '153255.135000', '153255.595000', '153256.055000', '153256.515000', '153256.975000', '153257.435000', '153257.895000', '153258.355000', '153258.815000', '153259.275000', '153259.735000', '153300.195000', '153300.655000', '153301.115000', '153301.575000', '153302.035000', '153302.495000', '153302.955000', '153303.415000', '153303.875000', '153304.335000', '153304.795000', '153305.255000', '153305.715000', '153306.175000', '153306.635000', '153307.095000', '153307.555000', '153308.015000', '153308.475000', '153308.935000', '153309.395000', '153309.855000', '153310.315000', '153310.775000', '153311.235000', '153311.695000', '153312.155000', '153312.615000', '153313.075000', '153313.535000', '153313.995000', '153314.455000', '153314.915000', '153315.375000', '153315.835000', '153316.295000', '153316.755000', '153317.215000', '153317.675000', '153318.135000', '153318.595000', '153319.055000', '153319.515000', '153319.975000', '153320.435000', '153320.895000', '153321.355000', '153321.815000', '153322.275000', '153322.735000', '153323.195000', '153323.655000', '153324.115000', '153324.575000', '153325.035000', '153325.495000', '153325.955000', '153326.415000', '153326.875000', '153327.335000', '153327.795000', '153328.255000', '153328.715000', '153329.175000', '153329.635000', '153330.095000', '153330.555000', '153331.015000', '153331.475000', '153331.935000', '153332.395000', '153332.855000', '153333.315000', '153333.775000', '153334.235000', '153334.695000', '153335.155000', '153335.615000', '153336.075000', '153336.535000', '153336.995000', '153337.455000', '153337.915000', '153338.375000', '153338.835000', '153339.295000', '153339.755000', '153340.215000', '153340.675000', '153341.135000', '153341.595000', '153342.055000', '153342.515000', '153342.975000', '153343.435000', '153343.895000', '153344.355000', '153344.815000', '153345.275000', '153345.735000', '153346.195000', '153346.655000', '153347.115000', '153347.575000', '153348.035000', '153348.495000', '153348.955000', '153349.415000', '153349.875000', '153350.335000', '153350.795000', '153351.255000', '153351.715000', '153352.175000', '153352.635000', '153353.095000', '153353.555000', '153354.015000', '153354.475000', '153354.935000', '153355.395000', '153355.855000', '153356.315000', '153356.775000', '153357.235000', '153357.695000', '153358.155000', '153358.615000', '153359.075000', '153359.535000', '153359.995000', '153400.455000', '153400.915000', '153401.375000', '153401.835000', '153402.295000', '153402.755000', '153403.215000', '153403.675000', '153404.135000', '153404.595000', '153405.055000', '153405.515000', '153405.975000', '153406.435000', '153406.895000', '153407.355000', '153407.815000', '153408.275000', '153408.735000', '153409.195000', '153409.655000', '153410.115000', '153410.575000', '153411.035000', '153411.495000', '153411.955000', '153412.415000', '153412.875000', '153413.335000', '153413.795000', '153414.255000', '153414.715000', '153415.175000', '153415.635000', '153416.095000', '153416.555000', '153417.015000', '153417.475000', '153417.935000', '153418.395000', '153418.855000', '153419.315000', '153419.775000', '153420.235000', '153420.695000', '153421.155000', '153421.615000', '153422.075000', '153422.535000', '153422.995000', '153423.455000', '153423.915000', '153424.375000', '153424.835000', '153425.295000', '153425.755000', '153426.215000', '153426.675000', '153427.135000', '153427.595000', '153428.055000', '153428.515000', '153428.975000', '153429.435000', '153429.895000', '153430.355000', '153430.815000', '153431.275000', '153431.735000', '153432.195000', '153432.655000', '153433.115000', '153433.575000', '153434.035000', '153434.495000', '153434.955000', '153435.415000', '153435.875000', '153436.335000', '153436.795000', '153437.255000', '153437.715000', '153438.175000', '153438.635000', '153439.095000', '153439.555000', '153440.015000', '153440.475000', '153440.935000', '153441.395000', '153441.855000', '153442.315000', '153442.775000', '153443.235000', '153443.695000'], 'ContentTime': ['152817.742000', '152817.745000', '152817.748000', '152817.751000', '152817.754000', '152817.756000', '152817.759000', '152817.762000', '152817.765000', '152817.773000', '152817.776000', '152817.778000', '152817.781000', '152817.784000', '152817.787000', '152817.790000', '152817.792000', '152817.795000', '152817.799000', '152817.808000', '152817.811000', '152817.814000', '152817.817000', '152817.820000', '152817.822000', '152817.825000', '152817.828000', '152817.831000', '152817.834000', '152817.836000', '152837.708000', '152837.711000', '152837.713000', '152837.716000', '152837.719000', '152837.722000', '152837.732000', '152837.735000', '152837.737000', '152837.740000', '152837.743000', '152837.746000', '152837.748000', '152837.751000', '152837.754000', '152837.757000', '152837.760000', '152837.762000', '152837.765000', '152837.768000', '152837.771000', '152837.774000', '152837.776000', '152837.779000', '152837.782000', '152837.785000', '152837.787000', '152837.790000', '152837.793000', '152837.796000', '152837.798000', '152837.801000', '152837.804000', '152837.807000', '152837.810000', '152837.812000', '152837.815000', '152837.818000', '152837.821000', '152837.823000', '152837.826000', '152837.829000', '152837.832000', '152837.835000', '152857.708000', '152857.711000', '152857.713000', '152857.716000', '152857.719000', '152857.722000', '152857.725000', '152857.727000', '152857.730000', '152857.733000', '152857.736000', '152857.738000', '152857.741000', '152857.744000', '152857.747000', '152857.750000', '152857.752000', '152857.755000', '152857.758000', '152857.761000', '152857.764000', '152857.766000', '152857.769000', '152857.772000', '152857.790000', '152857.793000', '152857.796000', '152857.798000', '152857.801000', '152857.804000', '152857.807000', '152857.809000', '152857.812000', '152857.815000', '152857.818000', '152857.820000', '152857.823000', '152857.826000', '152857.829000', '152857.832000', '152857.835000', '152857.837000', '152857.840000', '152917.708000', '152917.711000', '152917.714000', '152917.716000', '152917.719000', '152917.722000', '152917.725000', '152917.728000', '152917.730000', '152917.733000', '152917.736000', '152917.739000', '152917.741000', '152917.744000', '152917.747000', '152917.750000', '152917.753000', '152917.755000', '152917.758000', '152917.761000', '152917.764000', '152917.767000', '152917.769000', '152917.772000', '152917.775000', '152917.778000', '152917.781000', '152917.784000', '152917.786000', '152917.789000', '152917.792000', '152917.795000', '152917.797000', '152917.800000', '152917.803000', '152917.806000', '152917.809000', '152917.811000', '152917.814000', '152917.817000', '152917.820000', '152917.823000', '152917.825000', '152917.828000', '152937.708000', '152937.711000', '152937.714000', '152937.716000', '152937.719000', '152937.722000', '152937.725000', '152937.728000', '152937.730000', '152937.733000', '152937.736000', '152937.739000', '152937.742000', '152937.744000', '152937.747000', '152937.750000', '152937.753000', '152937.756000', '152937.759000', '152937.761000', '152937.764000', '152937.767000', '152937.770000', '152937.773000', '152937.775000', '152937.778000', '152937.781000', '152937.784000', '152937.787000', '152937.789000', '152937.792000', '152937.795000', '152937.798000', '152937.801000', '152937.803000', '152937.806000', '152937.809000', '152937.812000', '152937.815000', '152937.817000', '152937.820000', '152937.823000', '152937.826000', '152957.709000', '152957.712000', '152957.714000', '152957.717000', '152957.720000', '152957.723000', '152957.726000', '152957.728000', '152957.731000', '152957.734000', '152957.737000', '152957.740000', '152957.742000', '152957.745000', '152957.748000', '152957.751000', '152957.754000', '152957.756000', '152957.759000', '152957.762000', '152957.765000', '152957.768000', '152957.797000', '152957.800000', '152957.803000', '152957.806000', '152957.808000', '152957.811000', '152957.814000', '152957.817000', '152957.819000', '152957.822000', '152957.825000', '152957.828000', '152957.831000', '152957.833000', '152957.836000', '152957.839000', '152957.842000', '152957.845000', '152957.848000', '152957.850000', '152957.853000', '152957.856000', '153017.708000', '153017.711000', '153017.714000', '153017.716000', '153017.719000', '153017.722000', '153017.725000', '153017.728000', '153017.730000', '153017.733000', '153017.736000', '153017.739000', '153017.742000', '153017.744000', '153017.747000', '153017.750000', '153017.753000', '153017.756000', '153017.758000', '153017.761000', '153017.764000', '153017.767000', '153017.808000', '153017.810000', '153017.813000', '153017.816000', '153017.819000', '153017.822000', '153017.824000', '153017.827000', '153017.830000', '153017.833000', '153017.835000', '153017.838000', '153017.841000', '153017.844000', '153017.847000', '153017.849000', '153017.852000', '153017.855000', '153017.858000', '153017.861000', '153017.863000', '153037.708000', '153037.711000', '153037.713000', '153037.716000', '153037.719000', '153037.722000', '153037.725000', '153037.727000', '153037.730000', '153037.733000', '153037.736000', '153037.739000', '153037.741000', '153037.744000', '153037.747000', '153037.750000', '153037.753000', '153037.755000', '153037.758000', '153037.761000', '153037.775000', '153037.799000', '153037.802000', '153037.805000', '153037.808000', '153037.810000', '153037.813000', '153037.816000', '153037.819000', '153037.821000', '153037.824000', '153037.827000', '153037.830000', '153037.833000', '153037.835000', '153037.838000', '153037.841000', '153037.844000', '153037.847000', '153037.849000', '153037.852000', '153037.855000', '153037.858000', '153037.861000', '153057.708000', '153057.711000', '153057.714000', '153057.716000', '153057.719000', '153057.722000', '153057.725000', '153057.728000', '153057.731000', '153057.733000', '153057.736000', '153057.739000', '153057.742000', '153057.745000', '153057.748000', '153057.750000', '153057.753000', '153057.756000', '153057.759000', '153057.762000', '153057.764000', '153057.767000', '153057.817000', '153057.820000', '153057.823000', '153057.825000', '153057.828000', '153057.831000', '153057.834000', '153057.836000', '153057.839000', '153057.842000', '153057.845000', '153057.848000', '153057.850000', '153057.853000', '153057.856000', '153057.859000', '153057.862000', '153057.864000', '153057.867000', '153057.870000', '153057.873000', '153117.708000', '153117.711000', '153117.714000', '153117.716000', '153117.719000', '153117.722000', '153117.725000', '153117.728000', '153117.731000', '153117.734000', '153117.737000', '153117.739000', '153117.742000', '153117.745000', '153117.748000', '153117.751000', '153117.753000', '153117.756000', '153117.759000', '153117.762000', '153117.765000', '153117.767000', '153117.770000', '153117.773000', '153117.776000', '153117.779000', '153117.781000', '153117.784000', '153117.787000', '153117.790000', '153117.793000', '153117.796000', '153117.798000', '153117.801000', '153117.804000', '153117.807000', '153117.810000', '153117.812000', '153117.815000', '153117.818000', '153117.821000', '153117.824000', '153117.826000', '153137.708000', '153137.711000', '153137.714000', '153137.716000', '153137.719000', '153137.722000', '153137.725000', '153137.728000', '153137.730000', '153137.733000', '153137.736000', '153137.739000', '153137.742000', '153137.744000', '153137.747000', '153137.750000', '153137.753000', '153137.756000', '153137.759000', '153137.761000', '153137.764000', '153137.767000', '153137.814000', '153137.817000', '153137.820000', '153137.823000', '153137.825000', '153137.828000', '153137.831000', '153137.834000', '153137.836000', '153137.839000', '153137.842000', '153137.845000', '153137.848000', '153137.850000', '153137.853000', '153137.856000', '153137.859000', '153137.862000', '153137.864000', '153137.867000', '153137.870000', '153137.873000', '153157.708000', '153157.711000', '153157.714000', '153157.717000', '153157.719000', '153157.722000', '153157.725000', '153157.728000', '153157.731000', '153157.734000', '153157.737000', '153157.739000', '153157.742000', '153157.745000', '153157.748000', '153157.751000', '153157.754000', '153157.757000', '153157.759000', '153157.762000', '153157.765000', '153157.768000', '153157.771000', '153157.773000', '153157.776000', '153157.779000', '153157.782000', '153157.785000', '153157.787000', '153157.790000', '153157.793000', '153157.796000', '153157.799000', '153157.802000', '153157.804000', '153157.807000', '153157.810000', '153157.813000', '153157.815000', '153157.818000', '153157.821000', '153157.824000', '153157.827000', '153217.709000', '153217.712000', '153217.731000', '153217.734000', '153217.737000', '153217.739000', '153217.742000', '153217.745000', '153217.748000', '153217.751000', '153217.753000', '153217.756000', '153217.759000', '153217.762000', '153217.765000', '153217.767000', '153217.809000', '153217.812000', '153217.815000', '153217.818000', '153217.820000', '153217.823000', '153217.826000', '153217.829000', '153217.831000', '153217.834000', '153217.837000', '153217.840000', '153217.843000', '153217.846000', '153217.848000', '153217.851000', '153217.854000', '153217.857000', '153217.860000', '153217.862000', '153217.865000', '153217.868000', '153217.871000', '153217.873000', '153217.876000', '153217.879000', '153217.882000', '153217.885000', '153237.708000', '153237.711000', '153237.714000', '153237.716000', '153237.719000', '153237.722000', '153237.725000', '153237.728000', '153237.730000', '153237.733000', '153237.736000', '153237.739000', '153237.742000', '153237.744000', '153237.747000', '153237.750000', '153237.753000', '153237.756000', '153237.759000', '153237.762000', '153237.764000', '153237.767000', '153237.825000', '153237.828000', '153237.831000', '153237.834000', '153237.837000', '153237.839000', '153237.842000', '153237.845000', '153237.848000', '153237.851000', '153237.853000', '153237.856000', '153237.859000', '153237.862000', '153237.865000', '153237.867000', '153237.870000', '153237.873000', '153237.876000', '153237.879000', '153237.882000', '153257.708000', '153257.711000', '153257.714000', '153257.716000', '153257.719000', '153257.722000', '153257.725000', '153257.728000', '153257.730000', '153257.733000', '153257.736000', '153257.739000', '153257.742000', '153257.744000', '153257.747000', '153257.750000', '153257.753000', '153257.756000', '153257.759000', '153257.761000', '153257.764000', '153257.767000', '153257.770000', '153257.786000', '153257.789000', '153257.792000', '153257.795000', '153257.798000', '153257.800000', '153257.803000', '153257.806000', '153257.809000', '153257.812000', '153257.814000', '153257.817000', '153257.820000', '153257.823000', '153257.826000', '153257.828000', '153257.831000', '153257.834000', '153257.837000', '153257.840000', '153257.842000', '153317.708000', '153317.711000', '153317.715000', '153317.718000', '153317.720000', '153317.723000', '153317.726000', '153317.729000', '153317.732000', '153317.734000', '153317.737000', '153317.740000', '153317.743000', '153317.746000', '153317.749000', '153317.751000', '153317.754000', '153317.757000', '153317.760000', '153317.762000', '153317.765000', '153317.768000', '153317.834000', '153317.837000', '153317.839000', '153317.842000', '153317.845000', '153317.848000', '153317.851000', '153317.854000', '153317.856000', '153317.859000', '153317.862000', '153317.865000', '153317.868000', '153317.870000', '153317.873000', '153317.876000', '153317.879000', '153317.882000', '153317.884000', '153317.887000', '153317.890000', '153337.708000', '153337.711000', '153337.714000', '153337.716000', '153337.719000', '153337.722000', '153337.725000', '153337.728000', '153337.731000', '153337.733000', '153337.736000', '153337.739000', '153337.742000', '153337.745000', '153337.748000', '153337.750000', '153337.753000', '153337.756000', '153337.759000', '153337.762000', '153337.764000', '153337.767000', '153337.811000', '153337.814000', '153337.817000', '153337.819000', '153337.822000', '153337.842000', '153337.845000', '153337.848000', '153337.851000', '153337.862000', '153337.865000', '153337.868000', '153337.871000', '153337.874000', '153337.877000', '153337.879000', '153337.882000', '153337.885000', '153337.888000', '153337.891000', '153337.894000', '153337.897000', '153357.708000', '153357.711000', '153357.714000', '153357.717000', '153357.719000', '153357.722000', '153357.725000', '153357.728000', '153357.731000', '153357.733000', '153357.736000', '153357.739000', '153357.742000', '153357.745000', '153357.747000', '153357.750000', '153357.753000', '153357.756000', '153357.759000', '153357.761000', '153357.764000', '153357.767000', '153357.815000', '153357.818000', '153357.821000', '153357.826000', '153357.829000', '153357.832000', '153357.834000', '153357.837000', '153357.840000', '153357.843000', '153357.846000', '153357.848000', '153357.851000', '153357.854000', '153357.857000', '153357.860000', '153357.862000', '153357.865000', '153357.868000', '153357.871000', '153357.874000', '153417.708000', '153417.711000', '153417.714000', '153417.716000', '153417.719000', '153417.722000', '153417.725000', '153417.728000', '153417.730000', '153417.733000', '153417.736000', '153417.739000', '153417.742000', '153417.745000', '153417.747000', '153417.750000', '153417.753000', '153417.756000', '153417.758000', '153417.761000', '153417.764000', '153417.767000', '153417.845000', '153417.848000', '153417.851000', '153417.853000', '153417.856000', '153417.859000', '153417.862000', '153417.865000', '153417.868000', '153417.870000', '153417.873000', '153417.876000', '153417.879000', '153417.882000', '153417.885000', '153417.887000', '153417.890000', '153417.893000', '153417.896000', '153417.899000', '153417.902000', '153417.904000', '153437.709000', '153437.712000', '153437.715000', '153437.717000', '153437.720000', '153437.723000', '153437.726000', '153437.729000', '153437.731000', '153437.734000', '153437.737000', '153437.740000', '153437.743000', '153437.745000', '153437.748000', '153437.752000', '153437.755000', '153437.758000', '153437.761000', '153437.764000', '153437.767000', '153437.807000', '153437.809000', '153437.812000', '153437.815000', '153437.818000', '153437.821000', '153437.824000', '153437.827000', '153437.829000', '153437.832000', '153437.835000', '153437.838000', '153437.841000', '153437.843000', '153437.846000', '153437.849000', '153437.852000', '153437.855000', '153437.858000', '153437.861000', '153437.863000', '153437.866000', '153444.775000', '153444.779000', '153444.782000', '153444.786000', '153444.789000', '153444.792000', '153444.795000', '153444.798000', '153444.802000', '153444.805000', '153444.808000', '153444.811000', '153444.813000', '153444.816000', '153444.820000', '153444.824000'], 'InstanceCreationTime': ['152817.742000', '152817.745000', '152817.748000', '152817.751000', '152817.754000', '152817.756000', '152817.759000', '152817.762000', '152817.765000', '152817.773000', '152817.776000', '152817.778000', '152817.781000', '152817.784000', '152817.787000', '152817.790000', '152817.792000', '152817.795000', '152817.799000', '152817.808000', '152817.811000', '152817.814000', '152817.817000', '152817.820000', '152817.822000', '152817.825000', '152817.828000', '152817.831000', '152817.834000', '152817.836000', '152837.708000', '152837.711000', '152837.713000', '152837.716000', '152837.719000', '152837.722000', '152837.732000', '152837.735000', '152837.737000', '152837.740000', '152837.743000', '152837.746000', '152837.748000', '152837.751000', '152837.754000', '152837.757000', '152837.760000', '152837.762000', '152837.765000', '152837.768000', '152837.771000', '152837.774000', '152837.776000', '152837.779000', '152837.782000', '152837.785000', '152837.787000', '152837.790000', '152837.793000', '152837.796000', '152837.798000', '152837.801000', '152837.804000', '152837.807000', '152837.810000', '152837.812000', '152837.815000', '152837.818000', '152837.821000', '152837.823000', '152837.826000', '152837.829000', '152837.832000', '152837.835000', '152857.708000', '152857.711000', '152857.713000', '152857.716000', '152857.719000', '152857.722000', '152857.725000', '152857.727000', '152857.730000', '152857.733000', '152857.736000', '152857.738000', '152857.741000', '152857.744000', '152857.747000', '152857.750000', '152857.752000', '152857.755000', '152857.758000', '152857.761000', '152857.764000', '152857.766000', '152857.769000', '152857.772000', '152857.790000', '152857.793000', '152857.796000', '152857.798000', '152857.801000', '152857.804000', '152857.807000', '152857.809000', '152857.812000', '152857.815000', '152857.818000', '152857.820000', '152857.823000', '152857.826000', '152857.829000', '152857.832000', '152857.835000', '152857.837000', '152857.840000', '152917.708000', '152917.711000', '152917.714000', '152917.716000', '152917.719000', '152917.722000', '152917.725000', '152917.728000', '152917.730000', '152917.733000', '152917.736000', '152917.739000', '152917.741000', '152917.744000', '152917.747000', '152917.750000', '152917.753000', '152917.755000', '152917.758000', '152917.761000', '152917.764000', '152917.767000', '152917.769000', '152917.772000', '152917.775000', '152917.778000', '152917.781000', '152917.784000', '152917.786000', '152917.789000', '152917.792000', '152917.795000', '152917.797000', '152917.800000', '152917.803000', '152917.806000', '152917.809000', '152917.811000', '152917.814000', '152917.817000', '152917.820000', '152917.823000', '152917.825000', '152917.828000', '152937.708000', '152937.711000', '152937.714000', '152937.716000', '152937.719000', '152937.722000', '152937.725000', '152937.728000', '152937.730000', '152937.733000', '152937.736000', '152937.739000', '152937.742000', '152937.744000', '152937.747000', '152937.750000', '152937.753000', '152937.756000', '152937.759000', '152937.761000', '152937.764000', '152937.767000', '152937.770000', '152937.773000', '152937.775000', '152937.778000', '152937.781000', '152937.784000', '152937.787000', '152937.789000', '152937.792000', '152937.795000', '152937.798000', '152937.801000', '152937.803000', '152937.806000', '152937.809000', '152937.812000', '152937.815000', '152937.817000', '152937.820000', '152937.823000', '152937.826000', '152957.709000', '152957.712000', '152957.714000', '152957.717000', '152957.720000', '152957.723000', '152957.726000', '152957.728000', '152957.731000', '152957.734000', '152957.737000', '152957.740000', '152957.742000', '152957.745000', '152957.748000', '152957.751000', '152957.754000', '152957.756000', '152957.759000', '152957.762000', '152957.765000', '152957.768000', '152957.797000', '152957.800000', '152957.803000', '152957.806000', '152957.808000', '152957.811000', '152957.814000', '152957.817000', '152957.819000', '152957.822000', '152957.825000', '152957.828000', '152957.831000', '152957.833000', '152957.836000', '152957.839000', '152957.842000', '152957.845000', '152957.848000', '152957.850000', '152957.853000', '152957.856000', '153017.708000', '153017.711000', '153017.714000', '153017.716000', '153017.719000', '153017.722000', '153017.725000', '153017.728000', '153017.730000', '153017.733000', '153017.736000', '153017.739000', '153017.742000', '153017.744000', '153017.747000', '153017.750000', '153017.753000', '153017.756000', '153017.758000', '153017.761000', '153017.764000', '153017.767000', '153017.808000', '153017.810000', '153017.813000', '153017.816000', '153017.819000', '153017.822000', '153017.824000', '153017.827000', '153017.830000', '153017.833000', '153017.835000', '153017.838000', '153017.841000', '153017.844000', '153017.847000', '153017.849000', '153017.852000', '153017.855000', '153017.858000', '153017.861000', '153017.863000', '153037.708000', '153037.711000', '153037.713000', '153037.716000', '153037.719000', '153037.722000', '153037.725000', '153037.727000', '153037.730000', '153037.733000', '153037.736000', '153037.739000', '153037.741000', '153037.744000', '153037.747000', '153037.750000', '153037.753000', '153037.755000', '153037.758000', '153037.761000', '153037.775000', '153037.799000', '153037.802000', '153037.805000', '153037.808000', '153037.810000', '153037.813000', '153037.816000', '153037.819000', '153037.821000', '153037.824000', '153037.827000', '153037.830000', '153037.833000', '153037.835000', '153037.838000', '153037.841000', '153037.844000', '153037.847000', '153037.849000', '153037.852000', '153037.855000', '153037.858000', '153037.861000', '153057.708000', '153057.711000', '153057.714000', '153057.716000', '153057.719000', '153057.722000', '153057.725000', '153057.728000', '153057.731000', '153057.733000', '153057.736000', '153057.739000', '153057.742000', '153057.745000', '153057.748000', '153057.750000', '153057.753000', '153057.756000', '153057.759000', '153057.762000', '153057.764000', '153057.767000', '153057.817000', '153057.820000', '153057.823000', '153057.825000', '153057.828000', '153057.831000', '153057.834000', '153057.836000', '153057.839000', '153057.842000', '153057.845000', '153057.848000', '153057.850000', '153057.853000', '153057.856000', '153057.859000', '153057.862000', '153057.864000', '153057.867000', '153057.870000', '153057.873000', '153117.708000', '153117.711000', '153117.714000', '153117.716000', '153117.719000', '153117.722000', '153117.725000', '153117.728000', '153117.731000', '153117.734000', '153117.737000', '153117.739000', '153117.742000', '153117.745000', '153117.748000', '153117.751000', '153117.753000', '153117.756000', '153117.759000', '153117.762000', '153117.765000', '153117.767000', '153117.770000', '153117.773000', '153117.776000', '153117.779000', '153117.781000', '153117.784000', '153117.787000', '153117.790000', '153117.793000', '153117.796000', '153117.798000', '153117.801000', '153117.804000', '153117.807000', '153117.810000', '153117.812000', '153117.815000', '153117.818000', '153117.821000', '153117.824000', '153117.826000', '153137.708000', '153137.711000', '153137.714000', '153137.716000', '153137.719000', '153137.722000', '153137.725000', '153137.728000', '153137.730000', '153137.733000', '153137.736000', '153137.739000', '153137.742000', '153137.744000', '153137.747000', '153137.750000', '153137.753000', '153137.756000', '153137.759000', '153137.761000', '153137.764000', '153137.767000', '153137.814000', '153137.817000', '153137.820000', '153137.823000', '153137.825000', '153137.828000', '153137.831000', '153137.834000', '153137.836000', '153137.839000', '153137.842000', '153137.845000', '153137.848000', '153137.850000', '153137.853000', '153137.856000', '153137.859000', '153137.862000', '153137.864000', '153137.867000', '153137.870000', '153137.873000', '153157.708000', '153157.711000', '153157.714000', '153157.717000', '153157.719000', '153157.722000', '153157.725000', '153157.728000', '153157.731000', '153157.734000', '153157.737000', '153157.739000', '153157.742000', '153157.745000', '153157.748000', '153157.751000', '153157.754000', '153157.757000', '153157.759000', '153157.762000', '153157.765000', '153157.768000', '153157.771000', '153157.773000', '153157.776000', '153157.779000', '153157.782000', '153157.785000', '153157.787000', '153157.790000', '153157.793000', '153157.796000', '153157.799000', '153157.802000', '153157.804000', '153157.807000', '153157.810000', '153157.813000', '153157.815000', '153157.818000', '153157.821000', '153157.824000', '153157.827000', '153217.709000', '153217.712000', '153217.731000', '153217.734000', '153217.737000', '153217.739000', '153217.742000', '153217.745000', '153217.748000', '153217.751000', '153217.753000', '153217.756000', '153217.759000', '153217.762000', '153217.765000', '153217.767000', '153217.809000', '153217.812000', '153217.815000', '153217.818000', '153217.820000', '153217.823000', '153217.826000', '153217.829000', '153217.831000', '153217.834000', '153217.837000', '153217.840000', '153217.843000', '153217.846000', '153217.848000', '153217.851000', '153217.854000', '153217.857000', '153217.860000', '153217.862000', '153217.865000', '153217.868000', '153217.871000', '153217.873000', '153217.876000', '153217.879000', '153217.882000', '153217.885000', '153237.708000', '153237.711000', '153237.714000', '153237.716000', '153237.719000', '153237.722000', '153237.725000', '153237.728000', '153237.730000', '153237.733000', '153237.736000', '153237.739000', '153237.742000', '153237.744000', '153237.747000', '153237.750000', '153237.753000', '153237.756000', '153237.759000', '153237.762000', '153237.764000', '153237.767000', '153237.825000', '153237.828000', '153237.831000', '153237.834000', '153237.837000', '153237.839000', '153237.842000', '153237.845000', '153237.848000', '153237.851000', '153237.853000', '153237.856000', '153237.859000', '153237.862000', '153237.865000', '153237.867000', '153237.870000', '153237.873000', '153237.876000', '153237.879000', '153237.882000', '153257.708000', '153257.711000', '153257.714000', '153257.716000', '153257.719000', '153257.722000', '153257.725000', '153257.728000', '153257.730000', '153257.733000', '153257.736000', '153257.739000', '153257.742000', '153257.744000', '153257.747000', '153257.750000', '153257.753000', '153257.756000', '153257.759000', '153257.761000', '153257.764000', '153257.767000', '153257.770000', '153257.786000', '153257.789000', '153257.792000', '153257.795000', '153257.798000', '153257.800000', '153257.803000', '153257.806000', '153257.809000', '153257.812000', '153257.814000', '153257.817000', '153257.820000', '153257.823000', '153257.826000', '153257.828000', '153257.831000', '153257.834000', '153257.837000', '153257.840000', '153257.842000', '153317.708000', '153317.711000', '153317.715000', '153317.718000', '153317.720000', '153317.723000', '153317.726000', '153317.729000', '153317.732000', '153317.734000', '153317.737000', '153317.740000', '153317.743000', '153317.746000', '153317.749000', '153317.751000', '153317.754000', '153317.757000', '153317.760000', '153317.762000', '153317.765000', '153317.768000', '153317.834000', '153317.837000', '153317.839000', '153317.842000', '153317.845000', '153317.848000', '153317.851000', '153317.854000', '153317.856000', '153317.859000', '153317.862000', '153317.865000', '153317.868000', '153317.870000', '153317.873000', '153317.876000', '153317.879000', '153317.882000', '153317.884000', '153317.887000', '153317.890000', '153337.708000', '153337.711000', '153337.714000', '153337.716000', '153337.719000', '153337.722000', '153337.725000', '153337.728000', '153337.731000', '153337.733000', '153337.736000', '153337.739000', '153337.742000', '153337.745000', '153337.748000', '153337.750000', '153337.753000', '153337.756000', '153337.759000', '153337.762000', '153337.764000', '153337.767000', '153337.811000', '153337.814000', '153337.817000', '153337.819000', '153337.822000', '153337.842000', '153337.845000', '153337.848000', '153337.851000', '153337.862000', '153337.865000', '153337.868000', '153337.871000', '153337.874000', '153337.877000', '153337.879000', '153337.882000', '153337.885000', '153337.888000', '153337.891000', '153337.894000', '153337.897000', '153357.708000', '153357.711000', '153357.714000', '153357.717000', '153357.719000', '153357.722000', '153357.725000', '153357.728000', '153357.731000', '153357.733000', '153357.736000', '153357.739000', '153357.742000', '153357.745000', '153357.747000', '153357.750000', '153357.753000', '153357.756000', '153357.759000', '153357.761000', '153357.764000', '153357.767000', '153357.815000', '153357.818000', '153357.821000', '153357.826000', '153357.829000', '153357.832000', '153357.834000', '153357.837000', '153357.840000', '153357.843000', '153357.846000', '153357.848000', '153357.851000', '153357.854000', '153357.857000', '153357.860000', '153357.862000', '153357.865000', '153357.868000', '153357.871000', '153357.874000', '153417.708000', '153417.711000', '153417.714000', '153417.716000', '153417.719000', '153417.722000', '153417.725000', '153417.728000', '153417.730000', '153417.733000', '153417.736000', '153417.739000', '153417.742000', '153417.745000', '153417.747000', '153417.750000', '153417.753000', '153417.756000', '153417.758000', '153417.761000', '153417.764000', '153417.767000', '153417.845000', '153417.848000', '153417.851000', '153417.853000', '153417.856000', '153417.859000', '153417.862000', '153417.865000', '153417.868000', '153417.870000', '153417.873000', '153417.876000', '153417.879000', '153417.882000', '153417.885000', '153417.887000', '153417.890000', '153417.893000', '153417.896000', '153417.899000', '153417.902000', '153417.904000', '153437.709000', '153437.712000', '153437.715000', '153437.717000', '153437.720000', '153437.723000', '153437.726000', '153437.729000', '153437.731000', '153437.734000', '153437.737000', '153437.740000', '153437.743000', '153437.745000', '153437.748000', '153437.752000', '153437.755000', '153437.758000', '153437.761000', '153437.764000', '153437.767000', '153437.807000', '153437.809000', '153437.812000', '153437.815000', '153437.818000', '153437.821000', '153437.824000', '153437.827000', '153437.829000', '153437.832000', '153437.835000', '153437.838000', '153437.841000', '153437.843000', '153437.846000', '153437.849000', '153437.852000', '153437.855000', '153437.858000', '153437.861000', '153437.863000', '153437.866000', '153444.775000', '153444.779000', '153444.782000', '153444.786000', '153444.789000', '153444.792000', '153444.795000', '153444.798000', '153444.802000', '153444.805000', '153444.808000', '153444.811000', '153444.813000', '153444.816000', '153444.820000', '153444.824000'], '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': [12532, 9068, 17281, 13518, 17934, 9430, 11413, 8976, 10347, 8499, 9206, 8582, 9671, 10032, 11750, 9190, 9829, 11566, 10911, 19279, 9855, 19638, 10772, 20755, 14093, 19835, 8971, 16997, 10015, 20215, 12403, 14834, 9075, 11318, 8828, 14605, 13223, 9437, 14234, 9470, 20284, 8890, 15647, 8433, 13278, 8729, 19130, 8332, 10400, 8314, 12296, 15084, 12371, 15422, 8769, 17024, 9211, 20445, 9174, 17474, 8694, 11479, 8452, 11751, 8102, 10255, 8448, 9187, 9635, 10103, 15768, 10252, 12010, 9568, 8644, 9333, 7787, 14212, 11311, 19073, 8454, 10226, 7931, 15615, 13153, 12976, 9433, 8766, 16022, 8700, 18500, 8714, 13230, 8405, 12543, 8658, 17845, 8831, 11251, 8504, 13658, 8933, 13822, 8620, 9013, 16480, 9123, 18961, 8855, 12713, 8393, 18077, 8022, 12895, 8271, 11844, 16607, 14330, 15781, 10487, 19809, 8364, 17765, 10308, 20033, 8261, 9836, 8447, 9449, 18629, 9880, 20649, 8495, 15074, 8602, 13439, 8355, 12680, 8591, 14696, 8802, 20318, 8522, 17724, 8603, 13441, 8601, 19819, 8101, 12635, 7880, 11520, 8425, 19500, 7985, 10112, 8647, 8864, 13689, 8954, 8524, 8356, 11692, 9187, 19442, 8972, 16694, 8191, 14213, 8395, 18828, 7994, 12659, 8354, 11909, 8605, 15266, 8891, 8577, 9846, 9994, 15492, 8913, 19824, 12405, 20203, 12313, 12728, 8809, 15215, 9814, 20196, 12079, 19349, 8246, 13757, 8327, 11826, 8501, 9323, 8590, 8670, 8630, 8923, 8259, 9407, 8493, 19459, 12137, 17131, 8360, 12405, 8745, 11724, 9310, 18247, 8967, 8868, 9954, 9236, 19414, 8688, 14414, 8249, 10830, 8952, 15650, 8162, 10921, 8068, 12545, 8160, 12543, 8138, 9503, 13677, 10693, 12170, 8666, 16313, 8495, 18124, 10508, 18903, 8381, 10905, 8489, 9437, 8438, 9338, 10864, 8631, 19120, 10279, 11654, 8585, 18935, 11158, 20063, 9126, 17948, 8209, 15863, 11527, 15823, 9188, 9374, 17688, 8553, 18225, 8620, 16085, 8128, 9395, 8403, 9654, 8616, 8819, 12278, 8313, 18931, 8647, 17833, 8409, 12709, 8644, 12336, 8738, 19347, 8743, 18063, 8793, 15339, 8846, 17989, 8658, 16274, 8486, 13981, 10248, 14442, 8288, 14795, 8592, 18358, 9045, 10762, 8442, 9384, 7996, 9067, 7812, 10356, 8446, 13245, 9359, 11841, 8316, 16674, 8983, 19681, 10090, 16655, 8900, 15188, 14302, 16222, 9988, 10039, 17422, 8388, 18405, 9082, 14984, 8855, 10054, 8495, 9636, 8540, 8645, 12162, 14350, 10846, 10011, 8803, 8994, 10604, 10389, 20143, 11768, 19152, 8649, 17351, 10230, 19682, 8584, 16226, 8280, 10465, 8093, 13926, 8603, 17216, 9683, 11820, 8216, 10487, 16159, 12847, 12944, 9950, 12182, 8543, 18767, 11405, 13243, 8515, 12946, 8446, 13456, 9207, 19985, 9032, 11406, 8605, 9630, 8748, 9186, 8443, 9349, 8472, 9932, 8501, 15401, 8824, 18269, 8401, 10723, 8292, 13238, 8882, 10250, 10413, 9288, 16762, 9184, 9036, 8622, 12823, 8973, 17985, 8679, 16235, 8557, 10695, 8551, 11009, 9292, 9349, 8674, 9120, 13411, 10108, 19885, 9417, 17584, 8686, 15142, 9144, 18965, 10847, 13332, 8694, 8706, 9275, 8746, 17867, 9057, 13322, 8669, 17794, 11312, 13905, 9172, 9842, 10209, 13426, 8409, 9798, 12038, 9692, 16966, 9434, 18476, 9245, 13316, 8989, 8165, 9138, 10146, 8568, 8416, 8609, 8569, 8703, 8667, 12635, 8867, 9480, 13709, 14746, 17840, 12535, 20705, 9403, 18772, 13016, 19720, 9295, 14389, 9314, 15673, 9655, 16861, 9290, 9276, 8559, 11881, 9244, 9941, 8857, 19092, 9521, 16253, 9018, 10422, 8842, 15669, 8889, 11825, 8353, 10355, 8695, 16492, 8478, 9719, 8086, 9776, 10773, 10250, 9312, 9004, 14055, 8737, 13942, 8819, 9217, 8373, 9455, 8293, 9141, 8323, 8927, 8386, 10508, 8401, 9776, 8236, 9475, 10534, 8625, 11869, 9648, 16420, 15695, 14262, 18368, 12211, 11856, 9083, 13293, 8840, 15790, 10675, 10735, 12957, 9716, 21139, 10309, 17283, 9804, 19506, 11168, 15619, 12409, 9257, 12067, 9816, 19859, 11505, 19520, 9582, 11056, 9183, 16387, 10619, 11517, 12271, 9362, 14226, 9940, 15671, 9074, 10854, 9358, 10570, 8988, 10749, 9457, 12264, 9563, 12603, 9716, 10287, 9707, 15064, 9016, 17934, 8774, 11059, 10113, 10211, 12699, 10100, 8523, 10063, 13295, 13341, 20271, 14279, 19300, 9392, 16410, 10701, 19589, 10643, 15355, 8728, 10257, 9136, 11203, 8585, 9868, 8165, 9284, 8636, 12844, 15340, 9193, 8792, 12916, 9810, 11020, 9189, 8791, 12945, 9271, 15438, 10245, 11662, 8951, 11822, 16963, 9933, 19291, 9697, 17772, 9730, 15934, 9204, 10188, 9340, 11769, 9060, 9480, 9161, 9622, 8642, 9171, 8462, 9078, 8559, 9765, 12142, 9377, 13128, 10076, 16926, 9761, 14790, 9902, 14188, 10244, 16480, 9276, 8900, 9312, 18065, 9780, 18109, 11935, 16877, 8995, 11850, 9418, 14078, 11214, 11194, 8550, 10135, 15592, 9788, 18591, 9608, 16730, 9653, 10474, 9094, 11497, 9118, 10428, 8265, 9968, 13171, 9924, 14226, 9312, 9701, 9695, 10092, 9867, 11562, 10076, 18293, 10120, 17796, 10287, 13065, 9662, 11247, 8851, 11438, 8351, 10026, 8452, 10195, 15823, 9988, 14406, 9608, 10100, 9900, 12059, 9389, 13172, 9766, 10300, 9253, 14390, 8974, 14374, 9118, 9329, 8505, 9958, 8151, 9993, 17395, 9967, 14824, 10132, 8762, 10025, 14538, 9974, 19415, 9927, 16363, 9991, 15653, 11441, 16585, 9830, 10040, 8766, 10136, 17255, 11594, 17225, 10299, 15688, 10436, 16776, 10127, 18961, 9763, 13211, 9491, 9705, 8414, 10336, 9198, 10278, 12889, 10150, 12298, 10137, 18791, 10078, 15319, 10459, 10551, 9906, 14752, 9399, 9657, 8078, 10578, 8262, 8764, 8449, 9274, 8633, 10350, 9400, 8611, 8606, 8724, 8659, 10091, 16106, 10063, 17966, 9756, 14589, 9532, 17847, 9872, 13420, 10276, 16226, 10076, 16047, 9332, 8201, 8482, 10719, 14247, 9074, 15148, 10020, 10236, 9233, 15978, 12973, 13447, 9536, 10509, 10030, 10621, 17812, 10371, 15457, 10257, 11683, 9711, 14054, 9890, 14299, 9503, 9318, 9140, 9128, 8977, 9831, 8966, 9419, 8945, 8941, 9266, 11488, 9759, 18492, 9941, 16262, 9869, 16183, 9915, 16879, 9769, 10241, 8516, 10982, 14500, 10256, 15712, 10024, 11468, 9420, 11936, 9536, 9601], 'WindowCenter': [4321.0, 4267.0, 4326.0, 4304.0, 4311.0, 4248.0, 4268.0, 4236.0, 4257.0, 4225.0, 4247.0, 4236.0, 4259.0, 4259.0, 4282.0, 4250.0, 4260.0, 4268.0, 4272.0, 4310.0, 4263.0, 4309.0, 4260.0, 4309.0, 4290.0, 4309.0, 4239.0, 4287.0, 4247.0, 4300.0, 4268.0, 4276.0, 4225.0, 4255.0, 4225.0, 4287.0, 4278.0, 4237.0, 4262.0, 4235.0, 4296.0, 4236.0, 4285.0, 4224.0, 4275.0, 4226.0, 4309.0, 4226.0, 4256.0, 4224.0, 4266.0, 4286.0, 4266.0, 4285.0, 4224.0, 4284.0, 4234.0, 4296.0, 4236.0, 4285.0, 4224.0, 4254.0, 4214.0, 4255.0, 4214.0, 4247.0, 4227.0, 4240.0, 4237.0, 4258.0, 4287.0, 4247.0, 4265.0, 4245.0, 4236.0, 4246.0, 4228.0, 4290.0, 4268.0, 4297.0, 4227.0, 4245.0, 4213.0, 4286.0, 4264.0, 4277.0, 4235.0, 4238.0, 4285.0, 4237.0, 4309.0, 4239.0, 4265.0, 4225.0, 4265.0, 4240.0, 4298.0, 4249.0, 4268.0, 4240.0, 4290.0, 4239.0, 4290.0, 4238.0, 4250.0, 4298.0, 4249.0, 4298.0, 4239.0, 4278.0, 4228.0, 4299.0, 4228.0, 4279.0, 4227.0, 4269.0, 4287.0, 4289.0, 4286.0, 4257.0, 4296.0, 4214.0, 4286.0, 4245.0, 4296.0, 4213.0, 4245.0, 4213.0, 4235.0, 4284.0, 4245.0, 4295.0, 4225.0, 4274.0, 4227.0, 4276.0, 4226.0, 4265.0, 4225.0, 4275.0, 4236.0, 4297.0, 4227.0, 4297.0, 4226.0, 4265.0, 4226.0, 4297.0, 4227.0, 4266.0, 4216.0, 4267.0, 4226.0, 4309.0, 4216.0, 4257.0, 4226.0, 4237.0, 4276.0, 4237.0, 4236.0, 4228.0, 4266.0, 4248.0, 4308.0, 4239.0, 4298.0, 4239.0, 4288.0, 4228.0, 4298.0, 4228.0, 4277.0, 4227.0, 4268.0, 4226.0, 4289.0, 4237.0, 4238.0, 4247.0, 4259.0, 4287.0, 4238.0, 4297.0, 4278.0, 4308.0, 4279.0, 4277.0, 4238.0, 4287.0, 4247.0, 4297.0, 4267.0, 4296.0, 4225.0, 4274.0, 4213.0, 4255.0, 4224.0, 4238.0, 4225.0, 4226.0, 4224.0, 4235.0, 4225.0, 4235.0, 4226.0, 4299.0, 4268.0, 4287.0, 4227.0, 4267.0, 4226.0, 4267.0, 4234.0, 4297.0, 4224.0, 4235.0, 4234.0, 4236.0, 4296.0, 4226.0, 4275.0, 4226.0, 4256.0, 4238.0, 4288.0, 4240.0, 4268.0, 4227.0, 4278.0, 4237.0, 4278.0, 4228.0, 4249.0, 4277.0, 4259.0, 4267.0, 4238.0, 4287.0, 4238.0, 4298.0, 4258.0, 4297.0, 4227.0, 4257.0, 4225.0, 4247.0, 4226.0, 4248.0, 4256.0, 4237.0, 4297.0, 4258.0, 4266.0, 4238.0, 4297.0, 4268.0, 4308.0, 4237.0, 4297.0, 4215.0, 4286.0, 4254.0, 4276.0, 4223.0, 4235.0, 4283.0, 4224.0, 4284.0, 4224.0, 4274.0, 4213.0, 4223.0, 4213.0, 4235.0, 4223.0, 4235.0, 4253.0, 4225.0, 4284.0, 4225.0, 4286.0, 4218.0, 4268.0, 4229.0, 4268.0, 4229.0, 4299.0, 4229.0, 4289.0, 4229.0, 4277.0, 4238.0, 4309.0, 4239.0, 4310.0, 4252.0, 4289.0, 4271.0, 4288.0, 4240.0, 4288.0, 4241.0, 4311.0, 4249.0, 4272.0, 4253.0, 4263.0, 4228.0, 4249.0, 4228.0, 4259.0, 4239.0, 4291.0, 4264.0, 4282.0, 4254.0, 4312.0, 4252.0, 4312.0, 4261.0, 4300.0, 4238.0, 4289.0, 4277.0, 4289.0, 4235.0, 4247.0, 4285.0, 4226.0, 4286.0, 4225.0, 4275.0, 4235.0, 4246.0, 4225.0, 4247.0, 4225.0, 4237.0, 4266.0, 4288.0, 4256.0, 4247.0, 4236.0, 4238.0, 4245.0, 4258.0, 4297.0, 4268.0, 4296.0, 4226.0, 4285.0, 4245.0, 4296.0, 4224.0, 4286.0, 4225.0, 4244.0, 4215.0, 4276.0, 4224.0, 4286.0, 4233.0, 4254.0, 4212.0, 4244.0, 4273.0, 4264.0, 4252.0, 4234.0, 4252.0, 4224.0, 4283.0, 4267.0, 4276.0, 4236.0, 4264.0, 4226.0, 4276.0, 4235.0, 4298.0, 4235.0, 4265.0, 4225.0, 4246.0, 4225.0, 4248.0, 4226.0, 4247.0, 4238.0, 4258.0, 4240.0, 4300.0, 4250.0, 4310.0, 4240.0, 4258.0, 4228.0, 4280.0, 4237.0, 4259.0, 4256.0, 4236.0, 4286.0, 4248.0, 4236.0, 4238.0, 4277.0, 4248.0, 4298.0, 4238.0, 4288.0, 4238.0, 4257.0, 4226.0, 4258.0, 4236.0, 4237.0, 4226.0, 4248.0, 4276.0, 4258.0, 4308.0, 4240.0, 4298.0, 4239.0, 4288.0, 4247.0, 4296.0, 4258.0, 4277.0, 4228.0, 4238.0, 4248.0, 4237.0, 4310.0, 4249.0, 4278.0, 4238.0, 4300.0, 4257.0, 4289.0, 4247.0, 4271.0, 4257.0, 4279.0, 4223.0, 4246.0, 4264.0, 4247.0, 4286.0, 4249.0, 4308.0, 4237.0, 4277.0, 4250.0, 4237.0, 4249.0, 4258.0, 4240.0, 4239.0, 4250.0, 4239.0, 4251.0, 4240.0, 4281.0, 4249.0, 4250.0, 4278.0, 4290.0, 4297.0, 4268.0, 4297.0, 4235.0, 4285.0, 4265.0, 4295.0, 4234.0, 4273.0, 4233.0, 4274.0, 4233.0, 4284.0, 4233.0, 4233.0, 4222.0, 4253.0, 4234.0, 4244.0, 4234.0, 4296.0, 4236.0, 4285.0, 4225.0, 4243.0, 4223.0, 4284.0, 4224.0, 4279.0, 4225.0, 4245.0, 4223.0, 4296.0, 4225.0, 4245.0, 4215.0, 4246.0, 4254.0, 4246.0, 4234.0, 4235.0, 4274.0, 4225.0, 4275.0, 4235.0, 4235.0, 4225.0, 4246.0, 4227.0, 4247.0, 4238.0, 4247.0, 4239.0, 4269.0, 4239.0, 4260.0, 4238.0, 4260.0, 4269.0, 4251.0, 4269.0, 4261.0, 4311.0, 4313.0, 4288.0, 4325.0, 4294.0, 4281.0, 4251.0, 4288.0, 4238.0, 4288.0, 4257.0, 4270.0, 4267.0, 4248.0, 4308.0, 4258.0, 4286.0, 4258.0, 4295.0, 4256.0, 4284.0, 4264.0, 4223.0, 4265.0, 4233.0, 4297.0, 4267.0, 4296.0, 4222.0, 4242.0, 4220.0, 4273.0, 4230.0, 4242.0, 4240.0, 4222.0, 4261.0, 4232.0, 4271.0, 4222.0, 4241.0, 4234.0, 4243.0, 4235.0, 4255.0, 4247.0, 4267.0, 4249.0, 4278.0, 4259.0, 4258.0, 4259.0, 4289.0, 4238.0, 4299.0, 4238.0, 4270.0, 4246.0, 4257.0, 4276.0, 4257.0, 4225.0, 4256.0, 4277.0, 4278.0, 4308.0, 4288.0, 4296.0, 4236.0, 4285.0, 4245.0, 4296.0, 4244.0, 4274.0, 4223.0, 4244.0, 4222.0, 4254.0, 4223.0, 4245.0, 4213.0, 4234.0, 4213.0, 4265.0, 4286.0, 4247.0, 4228.0, 4280.0, 4261.0, 4258.0, 4249.0, 4239.0, 4279.0, 4238.0, 4290.0, 4248.0, 4269.0, 4237.0, 4269.0, 4287.0, 4246.0, 4295.0, 4234.0, 4284.0, 4234.0, 4273.0, 4234.0, 4244.0, 4235.0, 4266.0, 4236.0, 4246.0, 4247.0, 4247.0, 4236.0, 4248.0, 4227.0, 4238.0, 4237.0, 4259.0, 4268.0, 4250.0, 4277.0, 4272.0, 4313.0, 4261.0, 4288.0, 4248.0, 4277.0, 4259.0, 4299.0, 4250.0, 4238.0, 4250.0, 4299.0, 4259.0, 4300.0, 4268.0, 4288.0, 4225.0, 4254.0, 4223.0, 4277.0, 4243.0, 4255.0, 4213.0, 4245.0, 4273.0, 4234.0, 4284.0, 4234.0, 4273.0, 4233.0, 4243.0, 4222.0, 4254.0, 4222.0, 4245.0, 4211.0, 4234.0, 4262.0, 4244.0, 4274.0, 4234.0, 4232.0, 4234.0, 4243.0, 4245.0, 4254.0, 4247.0, 4297.0, 4247.0, 4285.0, 4246.0, 4265.0, 4235.0, 4255.0, 4222.0, 4256.0, 4213.0, 4245.0, 4213.0, 4246.0, 4275.0, 4245.0, 4274.0, 4246.0, 4245.0, 4247.0, 4268.0, 4249.0, 4278.0, 4260.0, 4258.0, 4250.0, 4289.0, 4238.0, 4289.0, 4239.0, 4249.0, 4239.0, 4261.0, 4227.0, 4249.0, 4297.0, 4249.0, 4287.0, 4259.0, 4239.0, 4260.0, 4288.0, 4259.0, 4309.0, 4260.0, 4298.0, 4248.0, 4289.0, 4256.0, 4288.0, 4245.0, 4246.0, 4224.0, 4246.0, 4285.0, 4257.0, 4286.0, 4246.0, 4275.0, 4245.0, 4286.0, 4245.0, 4286.0, 4235.0, 4264.0, 4234.0, 4234.0, 4212.0, 4244.0, 4222.0, 4244.0, 4253.0, 4244.0, 4253.0, 4244.0, 4295.0, 4246.0, 4274.0, 4245.0, 4244.0, 4234.0, 4276.0, 4234.0, 4236.0, 4214.0, 4244.0, 4214.0, 4225.0, 4224.0, 4237.0, 4226.0, 4258.0, 4237.0, 4238.0, 4238.0, 4239.0, 4238.0, 4260.0, 4288.0, 4261.0, 4299.0, 4249.0, 4277.0, 4249.0, 4298.0, 4260.0, 4278.0, 4259.0, 4299.0, 4260.0, 4298.0, 4251.0, 4227.0, 4238.0, 4257.0, 4289.0, 4238.0, 4288.0, 4248.0, 4247.0, 4236.0, 4289.0, 4267.0, 4277.0, 4235.0, 4246.0, 4233.0, 4245.0, 4284.0, 4246.0, 4274.0, 4246.0, 4254.0, 4236.0, 4276.0, 4247.0, 4276.0, 4237.0, 4238.0, 4237.0, 4236.0, 4236.0, 4249.0, 4230.0, 4240.0, 4241.0, 4241.0, 4251.0, 4269.0, 4250.0, 4312.0, 4261.0, 4300.0, 4260.0, 4289.0, 4249.0, 4299.0, 4248.0, 4248.0, 4227.0, 4259.0, 4275.0, 4248.0, 4277.0, 4246.0, 4256.0, 4238.0, 4267.0, 4249.0, 4248.0], 'WindowWidth': [9538.0, 9458.0, 9533.0, 9499.0, 9503.0, 9412.0, 9439.0, 9394.0, 9423.0, 9377.0, 9409.0, 9392.0, 9430.0, 9430.0, 9465.0, 9418.0, 9432.0, 9438.0, 9451.0, 9500.0, 9437.0, 9496.0, 9428.0, 9498.0, 9470.0, 9496.0, 9400.0, 9461.0, 9406.0, 9488.0, 9436.0, 9446.0, 9375.0, 9415.0, 9373.0, 9464.0, 9451.0, 9394.0, 9419.0, 9388.0, 9472.0, 9392.0, 9456.0, 9374.0, 9442.0, 9380.0, 9493.0, 9382.0, 9420.0, 9373.0, 9433.0, 9456.0, 9432.0, 9455.0, 9375.0, 9451.0, 9387.0, 9474.0, 9391.0, 9455.0, 9374.0, 9412.0, 9358.0, 9416.0, 9359.0, 9406.0, 9380.0, 9400.0, 9393.0, 9424.0, 9461.0, 9407.0, 9428.0, 9400.0, 9395.0, 9409.0, 9386.0, 9472.0, 9439.0, 9476.0, 9380.0, 9401.0, 9356.0, 9458.0, 9426.0, 9447.0, 9387.0, 9398.0, 9453.0, 9396.0, 9496.0, 9402.0, 9427.0, 9375.0, 9429.0, 9404.0, 9478.0, 9415.0, 9439.0, 9406.0, 9471.0, 9403.0, 9469.0, 9398.0, 9417.0, 9478.0, 9415.0, 9476.0, 9399.0, 9451.0, 9385.0, 9481.0, 9386.0, 9452.0, 9383.0, 9439.0, 9459.0, 9466.0, 9457.0, 9420.0, 9472.0, 9360.0, 9458.0, 9401.0, 9472.0, 9357.0, 9400.0, 9355.0, 9388.0, 9453.0, 9401.0, 9467.0, 9374.0, 9436.0, 9382.0, 9445.0, 9379.0, 9425.0, 9375.0, 9441.0, 9393.0, 9475.0, 9380.0, 9472.0, 9378.0, 9428.0, 9379.0, 9475.0, 9380.0, 9431.0, 9366.0, 9433.0, 9380.0, 9493.0, 9366.0, 9422.0, 9378.0, 9395.0, 9444.0, 9395.0, 9392.0, 9385.0, 9432.0, 9412.0, 9493.0, 9400.0, 9478.0, 9401.0, 9463.0, 9384.0, 9477.0, 9383.0, 9448.0, 9382.0, 9438.0, 9379.0, 9465.0, 9393.0, 9397.0, 9407.0, 9429.0, 9461.0, 9397.0, 9477.0, 9450.0, 9495.0, 9452.0, 9447.0, 9399.0, 9459.0, 9407.0, 9476.0, 9433.0, 9473.0, 9376.0, 9438.0, 9357.0, 9415.0, 9370.0, 9396.0, 9377.0, 9378.0, 9371.0, 9388.0, 9376.0, 9388.0, 9376.0, 9483.0, 9433.0, 9459.0, 9379.0, 9431.0, 9377.0, 9433.0, 9384.0, 9475.0, 9370.0, 9389.0, 9383.0, 9391.0, 9469.0, 9378.0, 9440.0, 9377.0, 9418.0, 9399.0, 9463.0, 9404.0, 9437.0, 9383.0, 9451.0, 9397.0, 9451.0, 9386.0, 9415.0, 9448.0, 9427.0, 9433.0, 9399.0, 9460.0, 9396.0, 9476.0, 9422.0, 9475.0, 9380.0, 9419.0, 9375.0, 9408.0, 9377.0, 9410.0, 9417.0, 9394.0, 9474.0, 9423.0, 9431.0, 9398.0, 9474.0, 9438.0, 9492.0, 9395.0, 9473.0, 9361.0, 9459.0, 9410.0, 9443.0, 9367.0, 9387.0, 9448.0, 9371.0, 9452.0, 9370.0, 9436.0, 9356.0, 9369.0, 9354.0, 9387.0, 9367.0, 9388.0, 9409.0, 9375.0, 9453.0, 9374.0, 9454.0, 9365.0, 9432.0, 9384.0, 9431.0, 9383.0, 9476.0, 9383.0, 9461.0, 9382.0, 9445.0, 9397.0, 9495.0, 9403.0, 9499.0, 9428.0, 9467.0, 9448.0, 9465.0, 9404.0, 9464.0, 9407.0, 9499.0, 9415.0, 9449.0, 9429.0, 9442.0, 9384.0, 9414.0, 9384.0, 9426.0, 9403.0, 9473.0, 9444.0, 9465.0, 9429.0, 9505.0, 9424.0, 9507.0, 9431.0, 9483.0, 9397.0, 9467.0, 9445.0, 9467.0, 9387.0, 9406.0, 9454.0, 9377.0, 9457.0, 9374.0, 9440.0, 9387.0, 9403.0, 9374.0, 9406.0, 9376.0, 9395.0, 9432.0, 9465.0, 9418.0, 9409.0, 9393.0, 9397.0, 9402.0, 9422.0, 9475.0, 9435.0, 9470.0, 9379.0, 9455.0, 9401.0, 9470.0, 9372.0, 9458.0, 9376.0, 9399.0, 9361.0, 9446.0, 9373.0, 9458.0, 9382.0, 9411.0, 9352.0, 9398.0, 9433.0, 9425.0, 9403.0, 9385.0, 9405.0, 9373.0, 9450.0, 9434.0, 9443.0, 9391.0, 9425.0, 9379.0, 9445.0, 9389.0, 9479.0, 9389.0, 9428.0, 9375.0, 9404.0, 9376.0, 9413.0, 9379.0, 9409.0, 9399.0, 9425.0, 9405.0, 9483.0, 9418.0, 9497.0, 9404.0, 9424.0, 9384.0, 9456.0, 9395.0, 9426.0, 9417.0, 9392.0, 9459.0, 9410.0, 9392.0, 9398.0, 9447.0, 9413.0, 9479.0, 9399.0, 9463.0, 9399.0, 9422.0, 9379.0, 9424.0, 9391.0, 9395.0, 9379.0, 9413.0, 9447.0, 9425.0, 9492.0, 9402.0, 9475.0, 9400.0, 9462.0, 9410.0, 9473.0, 9424.0, 9446.0, 9383.0, 9396.0, 9411.0, 9396.0, 9500.0, 9416.0, 9452.0, 9398.0, 9486.0, 9422.0, 9467.0, 9409.0, 9451.0, 9423.0, 9454.0, 9372.0, 9403.0, 9424.0, 9408.0, 9458.0, 9417.0, 9493.0, 9396.0, 9448.0, 9418.0, 9398.0, 9416.0, 9424.0, 9406.0, 9401.0, 9419.0, 9403.0, 9421.0, 9404.0, 9462.0, 9416.0, 9417.0, 9450.0, 9470.0, 9476.0, 9436.0, 9477.0, 9390.0, 9458.0, 9429.0, 9470.0, 9385.0, 9436.0, 9383.0, 9441.0, 9381.0, 9452.0, 9383.0, 9383.0, 9366.0, 9410.0, 9387.0, 9398.0, 9388.0, 9474.0, 9390.0, 9456.0, 9374.0, 9397.0, 9370.0, 9455.0, 9372.0, 9455.0, 9377.0, 9402.0, 9371.0, 9474.0, 9376.0, 9404.0, 9363.0, 9407.0, 9412.0, 9407.0, 9385.0, 9390.0, 9437.0, 9376.0, 9442.0, 9390.0, 9389.0, 9378.0, 9405.0, 9382.0, 9411.0, 9400.0, 9411.0, 9403.0, 9442.0, 9403.0, 9431.0, 9400.0, 9431.0, 9440.0, 9420.0, 9441.0, 9435.0, 9504.0, 9509.0, 9467.0, 9535.0, 9488.0, 9462.0, 9422.0, 9464.0, 9397.0, 9466.0, 9423.0, 9443.0, 9433.0, 9411.0, 9494.0, 9423.0, 9459.0, 9426.0, 9470.0, 9418.0, 9454.0, 9427.0, 9369.0, 9428.0, 9381.0, 9477.0, 9435.0, 9471.0, 9365.0, 9387.0, 9359.0, 9435.0, 9370.0, 9389.0, 9382.0, 9363.0, 9415.0, 9378.0, 9427.0, 9366.0, 9388.0, 9386.0, 9397.0, 9390.0, 9416.0, 9409.0, 9434.0, 9414.0, 9451.0, 9430.0, 9425.0, 9429.0, 9467.0, 9399.0, 9483.0, 9398.0, 9443.0, 9406.0, 9422.0, 9443.0, 9421.0, 9377.0, 9421.0, 9447.0, 9452.0, 9494.0, 9463.0, 9474.0, 9391.0, 9457.0, 9400.0, 9475.0, 9397.0, 9438.0, 9368.0, 9396.0, 9364.0, 9412.0, 9367.0, 9403.0, 9356.0, 9385.0, 9353.0, 9429.0, 9459.0, 9408.0, 9383.0, 9451.0, 9430.0, 9423.0, 9415.0, 9401.0, 9454.0, 9395.0, 9471.0, 9410.0, 9440.0, 9394.0, 9440.0, 9461.0, 9404.0, 9467.0, 9382.0, 9451.0, 9384.0, 9435.0, 9383.0, 9399.0, 9389.0, 9429.0, 9391.0, 9405.0, 9408.0, 9410.0, 9392.0, 9411.0, 9380.0, 9399.0, 9395.0, 9428.0, 9437.0, 9418.0, 9449.0, 9450.0, 9509.0, 9433.0, 9462.0, 9411.0, 9446.0, 9429.0, 9481.0, 9417.0, 9400.0, 9418.0, 9484.0, 9429.0, 9486.0, 9437.0, 9464.0, 9374.0, 9414.0, 9369.0, 9448.0, 9396.0, 9414.0, 9355.0, 9400.0, 9435.0, 9383.0, 9454.0, 9384.0, 9435.0, 9382.0, 9393.0, 9366.0, 9410.0, 9364.0, 9399.0, 9350.0, 9383.0, 9419.0, 9398.0, 9438.0, 9386.0, 9379.0, 9384.0, 9394.0, 9402.0, 9412.0, 9408.0, 9475.0, 9406.0, 9456.0, 9403.0, 9426.0, 9385.0, 9414.0, 9366.0, 9417.0, 9354.0, 9402.0, 9357.0, 9402.0, 9441.0, 9401.0, 9438.0, 9403.0, 9400.0, 9409.0, 9437.0, 9414.0, 9450.0, 9429.0, 9425.0, 9415.0, 9467.0, 9399.0, 9465.0, 9401.0, 9414.0, 9398.0, 9432.0, 9382.0, 9413.0, 9476.0, 9413.0, 9462.0, 9426.0, 9400.0, 9429.0, 9465.0, 9429.0, 9496.0, 9428.0, 9479.0, 9410.0, 9467.0, 9417.0, 9465.0, 9401.0, 9403.0, 9372.0, 9404.0, 9453.0, 9419.0, 9455.0, 9403.0, 9439.0, 9401.0, 9457.0, 9400.0, 9458.0, 9386.0, 9423.0, 9384.0, 9385.0, 9351.0, 9398.0, 9364.0, 9398.0, 9407.0, 9398.0, 9407.0, 9399.0, 9468.0, 9404.0, 9439.0, 9401.0, 9400.0, 9386.0, 9442.0, 9384.0, 9391.0, 9356.0, 9398.0, 9356.0, 9375.0, 9373.0, 9393.0, 9378.0, 9423.0, 9393.0, 9399.0, 9397.0, 9401.0, 9397.0, 9430.0, 9466.0, 9433.0, 9479.0, 9412.0, 9448.0, 9412.0, 9478.0, 9428.0, 9451.0, 9429.0, 9480.0, 9430.0, 9478.0, 9420.0, 9380.0, 9396.0, 9419.0, 9467.0, 9396.0, 9465.0, 9409.0, 9406.0, 9391.0, 9469.0, 9431.0, 9447.0, 9386.0, 9402.0, 9380.0, 9399.0, 9451.0, 9402.0, 9437.0, 9401.0, 9411.0, 9391.0, 9443.0, 9406.0, 9444.0, 9392.0, 9391.0, 9390.0, 9389.0, 9389.0, 9411.0, 9382.0, 9400.0, 9403.0, 9403.0, 9416.0, 9437.0, 9417.0, 9502.0, 9432.0, 9483.0, 9428.0, 9468.0, 9412.0, 9480.0, 9410.0, 9410.0, 9378.0, 9425.0, 9440.0, 9407.0, 9443.0, 9403.0, 9413.0, 9395.0, 9432.0, 9412.0, 9411.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.001007632183908046</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.02432261551724138</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.605549798032264</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2678689971231296</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9968418209090918</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4741</td></tr>
|
|
<tr><td colspan=3>fber</td><td>5639.3657</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.10424148903696413</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>62</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>7.126436781609195</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3104573086226767</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.207279674647079</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5103330310580874</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2137592201628644</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00786764</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.019054720178246498</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.028845086693763733</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.18732793299191</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>35.9251</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>44.3162</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>170.0695</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>48.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>300598.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>736.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>327.8404</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>3.0373</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>541.9952</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3476.8713</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3631.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>75946.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1419.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4513.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>867.1344</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>39.902981358231045</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> |