=== 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-0029 --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-0029",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
105 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
105 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-0029_ses-04_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-0029_ses-04_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-04_subject-0029_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-0029/figures/sub-0029_ses-04_task-social_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0029/figures/sub-0029_ses-04_task-social_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0029/figures/sub-0029_ses-04_task-social_acq-mb8_run-03_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-03_session-04_subject-0029_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-0029/figures/sub-0029_ses-04_task-social_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0029/figures/sub-0029_ses-04_task-social_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0029/figures/sub-0029_ses-04_task-social_acq-mb8_run-03_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-03_session-04_subject-0029_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-0029/figures/sub-0029_ses-04_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0029/figures/sub-0029_ses-04_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0029/figures/sub-0029_ses-04_task-social_acq-mb8_run-03_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-03_session-04_subject-0029_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-0029/figures/sub-0029_ses-04_task-social_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0029/figures/sub-0029_ses-04_task-social_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0029/figures/sub-0029_ses-04_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-04_subject-0029_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-0029/figures/sub-0029_ses-04_task-social_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0029/figures/sub-0029_ses-04_task-social_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0029/figures/sub-0029_ses-04_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-04_subject-0029_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-0029/figures/sub-0029_ses-04_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0029/figures/sub-0029_ses-04_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0029/figures/sub-0029_ses-04_task-social_acq-mb8_run-03_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-04_subject-0029_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-0029/figures/sub-0029_ses-04_task-social_acq-mb8_run-03_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0029/figures/sub-0029_ses-04_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-0029/figures/sub-0029_ses-04_task-social_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0029/figures/sub-0029_ses-04_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-0029/ses-04/func/sub-0029_ses-04_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>81987b83b86448d5c222d5b42535d339</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>11:48:0.655000</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.997689, -0.0543164, 0.0408135, 0.0477479, 0.987902, 0.147543]</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.110622</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>[4142, -7760, -7247, 655, -33, -150, 51, 91]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 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>251.446</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>d8a8f0c9-5a79-4169-9ece-b5a31f0f2bfc||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.676727533340454, 0.12810412049293518, 0.13050124049186707, 106.7165756225586], [0.14572694897651672, 2.650470018386841, 0.3921830952167511, -108.0225830078125], [0.10949975997209549, -0.39584624767303467, 2.66817569732666, -40.65398025512695], [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': ['114800.655000', '114801.115000', '114801.575000', '114802.035000', '114802.495000', '114802.955000', '114803.415000', '114803.875000', '114804.335000', '114804.795000', '114805.255000', '114805.715000', '114806.175000', '114806.635000', '114807.095000', '114807.555000', '114808.015000', '114808.475000', '114808.935000', '114809.395000', '114809.855000', '114810.315000', '114810.775000', '114811.235000', '114811.695000', '114812.155000', '114812.615000', '114813.075000', '114813.535000', '114813.995000', '114814.455000', '114814.915000', '114815.375000', '114815.835000', '114816.295000', '114816.755000', '114817.215000', '114817.675000', '114818.135000', '114818.595000', '114819.055000', '114819.515000', '114819.975000', '114820.435000', '114820.895000', '114821.355000', '114821.815000', '114822.275000', '114822.735000', '114823.195000', '114823.655000', '114824.115000', '114824.575000', '114825.035000', '114825.495000', '114825.955000', '114826.415000', '114826.875000', '114827.335000', '114827.795000', '114828.255000', '114828.715000', '114829.175000', '114829.635000', '114830.095000', '114830.555000', '114831.015000', '114831.475000', '114831.935000', '114832.395000', '114832.855000', '114833.315000', '114833.775000', '114834.235000', '114834.695000', '114835.155000', '114835.615000', '114836.075000', '114836.535000', '114836.995000', '114837.455000', '114837.915000', '114838.375000', '114838.835000', '114839.295000', '114839.755000', '114840.215000', '114840.675000', '114841.135000', '114841.595000', '114842.055000', '114842.515000', '114842.975000', '114843.435000', '114843.895000', '114844.355000', '114844.815000', '114845.275000', '114845.735000', '114846.195000', '114846.655000', '114847.115000', '114847.575000', '114848.035000', '114848.495000', '114848.955000', '114849.415000', '114849.875000', '114850.335000', '114850.795000', '114851.255000', '114851.715000', '114852.175000', '114852.635000', '114853.095000', '114853.555000', '114854.015000', '114854.475000', '114854.935000', '114855.395000', '114855.855000', '114856.315000', '114856.775000', '114857.235000', '114857.695000', '114858.155000', '114858.615000', '114859.075000', '114859.535000', '114859.995000', '114900.455000', '114900.915000', '114901.375000', '114901.835000', '114902.295000', '114902.755000', '114903.215000', '114903.675000', '114904.135000', '114904.595000', '114905.055000', '114905.515000', '114905.975000', '114906.435000', '114906.895000', '114907.355000', '114907.815000', '114908.275000', '114908.735000', '114909.195000', '114909.655000', '114910.115000', '114910.575000', '114911.035000', '114911.495000', '114911.955000', '114912.415000', '114912.875000', '114913.335000', '114913.795000', '114914.255000', '114914.715000', '114915.175000', '114915.635000', '114916.095000', '114916.555000', '114917.015000', '114917.475000', '114917.935000', '114918.395000', '114918.855000', '114919.315000', '114919.775000', '114920.235000', '114920.695000', '114921.155000', '114921.615000', '114922.075000', '114922.535000', '114922.995000', '114923.455000', '114923.915000', '114924.375000', '114924.835000', '114925.295000', '114925.755000', '114926.215000', '114926.675000', '114927.135000', '114927.595000', '114928.055000', '114928.515000', '114928.975000', '114929.435000', '114929.895000', '114930.355000', '114930.815000', '114931.275000', '114931.735000', '114932.195000', '114932.655000', '114933.115000', '114933.575000', '114934.035000', '114934.495000', '114934.955000', '114935.415000', '114935.875000', '114936.335000', '114936.795000', '114937.255000', '114937.715000', '114938.175000', '114938.635000', '114939.095000', '114939.555000', '114940.015000', '114940.475000', '114940.935000', '114941.395000', '114941.855000', '114942.315000', '114942.775000', '114943.235000', '114943.695000', '114944.155000', '114944.615000', '114945.075000', '114945.535000', '114945.995000', '114946.455000', '114946.915000', '114947.375000', '114947.835000', '114948.295000', '114948.755000', '114949.215000', '114949.675000', '114950.135000', '114950.595000', '114951.055000', '114951.515000', '114951.975000', '114952.435000', '114952.895000', '114953.355000', '114953.815000', '114954.275000', '114954.735000', '114955.195000', '114955.655000', '114956.115000', '114956.575000', '114957.035000', '114957.495000', '114957.955000', '114958.415000', '114958.875000', '114959.335000', '114959.795000', '115000.255000', '115000.715000', '115001.175000', '115001.635000', '115002.095000', '115002.555000', '115003.015000', '115003.475000', '115003.935000', '115004.395000', '115004.855000', '115005.315000', '115005.775000', '115006.235000', '115006.695000', '115007.155000', '115007.615000', '115008.075000', '115008.535000', '115008.995000', '115009.455000', '115009.915000', '115010.375000', '115010.835000', '115011.295000', '115011.755000', '115012.215000', '115012.675000', '115013.135000', '115013.595000', '115014.055000', '115014.515000', '115014.975000', '115015.435000', '115015.895000', '115016.355000', '115016.815000', '115017.275000', '115017.735000', '115018.195000', '115018.655000', '115019.115000', '115019.575000', '115020.035000', '115020.495000', '115020.955000', '115021.415000', '115021.875000', '115022.335000', '115022.795000', '115023.255000', '115023.715000', '115024.175000', '115024.635000', '115025.095000', '115025.555000', '115026.015000', '115026.475000', '115026.935000', '115027.395000', '115027.855000', '115028.315000', '115028.775000', '115029.235000', '115029.695000', '115030.155000', '115030.615000', '115031.075000', '115031.535000', '115031.995000', '115032.455000', '115032.915000', '115033.375000', '115033.835000', '115034.295000', '115034.755000', '115035.215000', '115035.675000', '115036.135000', '115036.595000', '115037.055000', '115037.515000', '115037.975000', '115038.435000', '115038.895000', '115039.355000', '115039.815000', '115040.275000', '115040.735000', '115041.195000', '115041.655000', '115042.115000', '115042.575000', '115043.035000', '115043.495000', '115043.955000', '115044.415000', '115044.875000', '115045.335000', '115045.795000', '115046.255000', '115046.715000', '115047.175000', '115047.635000', '115048.095000', '115048.555000', '115049.015000', '115049.475000', '115049.935000', '115050.395000', '115050.855000', '115051.315000', '115051.775000', '115052.235000', '115052.695000', '115053.155000', '115053.615000', '115054.075000', '115054.535000', '115054.995000', '115055.455000', '115055.915000', '115056.375000', '115056.835000', '115057.295000', '115057.755000', '115058.215000', '115058.675000', '115059.135000', '115059.595000', '115100.055000', '115100.515000', '115100.975000', '115101.435000', '115101.895000', '115102.355000', '115102.815000', '115103.275000', '115103.735000', '115104.195000', '115104.655000', '115105.115000', '115105.575000', '115106.035000', '115106.495000', '115106.955000', '115107.415000', '115107.875000', '115108.335000', '115108.795000', '115109.255000', '115109.715000', '115110.175000', '115110.635000', '115111.095000', '115111.555000', '115112.015000', '115112.475000', '115112.935000', '115113.395000', '115113.855000', '115114.315000', '115114.775000', '115115.235000', '115115.695000', '115116.155000', '115116.615000', '115117.075000', '115117.535000', '115117.995000', '115118.455000', '115118.915000', '115119.375000', '115119.835000', '115120.295000', '115120.755000', '115121.215000', '115121.675000', '115122.135000', '115122.595000', '115123.055000', '115123.515000', '115123.975000', '115124.435000', '115124.895000', '115125.355000', '115125.815000', '115126.275000', '115126.735000', '115127.195000', '115127.655000', '115128.115000', '115128.575000', '115129.035000', '115129.495000', '115129.955000', '115130.415000', '115130.875000', '115131.335000', '115131.795000', '115132.255000', '115132.715000', '115133.175000', '115133.635000', '115134.095000', '115134.555000', '115135.015000', '115135.475000', '115135.935000', '115136.395000', '115136.855000', '115137.315000', '115137.775000', '115138.235000', '115138.695000', '115139.155000', '115139.615000', '115140.075000', '115140.535000', '115140.995000', '115141.455000', '115141.915000', '115142.375000', '115142.835000', '115143.295000', '115143.755000', '115144.215000', '115144.675000', '115145.135000', '115145.595000', '115146.055000', '115146.515000', '115146.975000', '115147.435000', '115147.895000', '115148.355000', '115148.815000', '115149.275000', '115149.735000', '115150.195000', '115150.655000', '115151.115000', '115151.575000', '115152.035000', '115152.495000', '115152.955000', '115153.415000', '115153.875000', '115154.335000', '115154.795000', '115155.255000', '115155.715000', '115156.175000', '115156.635000', '115157.095000', '115157.555000', '115158.015000', '115158.475000', '115158.935000', '115159.395000', '115159.855000', '115200.315000', '115200.775000', '115201.235000', '115201.695000', '115202.155000', '115202.615000', '115203.075000', '115203.535000', '115203.995000', '115204.455000', '115204.915000', '115205.375000', '115205.835000', '115206.295000', '115206.755000', '115207.215000', '115207.675000', '115208.135000', '115208.595000', '115209.055000', '115209.515000', '115209.975000', '115210.435000', '115210.895000', '115211.355000', '115211.815000', '115212.275000', '115212.735000', '115213.195000', '115213.655000', '115214.115000', '115214.575000', '115215.035000', '115215.495000', '115215.955000', '115216.415000', '115216.875000', '115217.335000', '115217.795000', '115218.255000', '115218.715000', '115219.175000', '115219.635000', '115220.095000', '115220.555000', '115221.015000', '115221.475000', '115221.935000', '115222.395000', '115222.855000', '115223.315000', '115223.775000', '115224.235000', '115224.695000', '115225.155000', '115225.615000', '115226.075000', '115226.535000', '115226.995000', '115227.455000', '115227.915000', '115228.375000', '115228.835000', '115229.295000', '115229.755000', '115230.215000', '115230.675000', '115231.135000', '115231.595000', '115232.055000', '115232.515000', '115232.975000', '115233.435000', '115233.895000', '115234.355000', '115234.815000', '115235.275000', '115235.735000', '115236.195000', '115236.655000', '115237.115000', '115237.575000', '115238.035000', '115238.495000', '115238.955000', '115239.415000', '115239.875000', '115240.335000', '115240.795000', '115241.255000', '115241.715000', '115242.175000', '115242.635000', '115243.095000', '115243.555000', '115244.015000', '115244.475000', '115244.935000', '115245.395000', '115245.855000', '115246.315000', '115246.775000', '115247.235000', '115247.695000', '115248.155000', '115248.615000', '115249.075000', '115249.535000', '115249.995000', '115250.455000', '115250.915000', '115251.375000', '115251.835000', '115252.295000', '115252.755000', '115253.215000', '115253.675000', '115254.135000', '115254.595000', '115255.055000', '115255.515000', '115255.975000', '115256.435000', '115256.895000', '115257.355000', '115257.815000', '115258.275000', '115258.735000', '115259.195000', '115259.655000', '115300.115000', '115300.575000', '115301.035000', '115301.495000', '115301.955000', '115302.415000', '115302.875000', '115303.335000', '115303.795000', '115304.255000', '115304.715000', '115305.175000', '115305.635000', '115306.095000', '115306.555000', '115307.015000', '115307.475000', '115307.935000', '115308.395000', '115308.855000', '115309.315000', '115309.775000', '115310.235000', '115310.695000', '115311.155000', '115311.615000', '115312.075000', '115312.535000', '115312.995000', '115313.455000', '115313.915000', '115314.375000', '115314.835000', '115315.295000', '115315.755000', '115316.215000', '115316.675000', '115317.135000', '115317.595000', '115318.055000', '115318.515000', '115318.975000', '115319.435000', '115319.895000', '115320.355000', '115320.815000', '115321.275000', '115321.735000', '115322.195000', '115322.655000', '115323.115000', '115323.575000', '115324.035000', '115324.495000', '115324.955000', '115325.415000', '115325.875000', '115326.335000', '115326.795000', '115327.255000', '115327.715000', '115328.175000', '115328.635000', '115329.095000', '115329.555000', '115330.015000', '115330.475000', '115330.935000', '115331.395000', '115331.855000', '115332.315000', '115332.775000', '115333.235000', '115333.695000', '115334.155000', '115334.615000', '115335.075000', '115335.535000', '115335.995000', '115336.455000', '115336.915000', '115337.375000', '115337.835000', '115338.295000', '115338.755000', '115339.215000', '115339.675000', '115340.135000', '115340.595000', '115341.055000', '115341.515000', '115341.975000', '115342.435000', '115342.895000', '115343.355000', '115343.815000', '115344.275000', '115344.735000', '115345.195000', '115345.655000', '115346.115000', '115346.575000', '115347.035000', '115347.495000', '115347.955000', '115348.415000', '115348.875000', '115349.335000', '115349.795000', '115350.255000', '115350.715000', '115351.175000', '115351.635000', '115352.095000', '115352.555000', '115353.015000', '115353.475000', '115353.935000', '115354.395000', '115354.855000', '115355.315000', '115355.775000', '115356.235000', '115356.695000', '115357.155000', '115357.615000', '115358.075000', '115358.535000', '115358.995000', '115359.455000', '115359.915000', '115400.375000', '115400.835000', '115401.295000', '115401.755000', '115402.215000', '115402.675000', '115403.135000', '115403.595000', '115404.055000', '115404.515000', '115404.975000', '115405.435000', '115405.895000', '115406.355000', '115406.815000', '115407.275000', '115407.735000', '115408.195000', '115408.655000', '115409.115000', '115409.575000', '115410.035000', '115410.495000', '115410.955000', '115411.415000', '115411.875000', '115412.335000', '115412.795000', '115413.255000', '115413.715000', '115414.175000', '115414.635000', '115415.095000', '115415.555000', '115416.015000', '115416.475000', '115416.935000', '115417.395000', '115417.855000', '115418.315000', '115418.775000', '115419.235000', '115419.695000', '115420.155000', '115420.615000', '115421.075000', '115421.535000', '115421.995000', '115422.455000', '115422.915000', '115423.375000', '115423.835000', '115424.295000', '115424.755000', '115425.215000', '115425.675000', '115426.135000', '115426.595000', '115427.055000', '115427.515000', '115427.975000', '115428.435000', '115428.895000', '115429.355000', '115429.815000', '115430.275000', '115430.735000', '115431.195000', '115431.655000', '115432.115000', '115432.575000', '115433.035000', '115433.495000', '115433.955000', '115434.415000', '115434.875000', '115435.335000', '115435.795000', '115436.255000', '115436.715000', '115437.175000', '115437.635000', '115438.095000', '115438.555000', '115439.015000', '115439.475000', '115439.935000', '115440.395000', '115440.855000', '115441.315000'], 'ContentTime': ['114830.011000', '114830.015000', '114830.018000', '114830.021000', '114830.024000', '114830.027000', '114830.030000', '114830.032000', '114830.035000', '114830.038000', '114830.041000', '114830.044000', '114830.047000', '114830.050000', '114830.053000', '114830.064000', '114830.067000', '114830.069000', '114830.072000', '114830.075000', '114830.078000', '114830.081000', '114830.084000', '114830.087000', '114830.090000', '114830.092000', '114830.095000', '114830.098000', '114830.101000', '114830.104000', '114830.107000', '114830.110000', '114830.112000', '114830.115000', '114830.118000', '114830.121000', '114830.124000', '114830.127000', '114830.130000', '114830.132000', '114830.135000', '114830.138000', '114830.141000', '114830.144000', '114830.147000', '114830.150000', '114830.163000', '114830.166000', '114830.169000', '114830.172000', '114830.174000', '114830.177000', '114830.180000', '114830.183000', '114830.186000', '114830.189000', '114830.192000', '114830.194000', '114830.197000', '114830.200000', '114830.203000', '114830.206000', '114830.209000', '114849.976000', '114849.980000', '114849.983000', '114849.986000', '114849.989000', '114849.992000', '114850.015000', '114850.018000', '114850.021000', '114850.023000', '114850.026000', '114850.029000', '114850.032000', '114850.035000', '114850.038000', '114850.041000', '114850.043000', '114850.046000', '114850.049000', '114850.052000', '114850.055000', '114850.058000', '114850.061000', '114850.064000', '114850.066000', '114850.069000', '114850.072000', '114850.075000', '114850.078000', '114850.081000', '114850.084000', '114850.086000', '114850.089000', '114850.092000', '114850.095000', '114850.098000', '114850.101000', '114850.104000', '114850.106000', '114850.109000', '114850.112000', '114850.115000', '114850.118000', '114909.977000', '114909.980000', '114909.983000', '114909.986000', '114909.988000', '114909.991000', '114909.994000', '114909.997000', '114910.001000', '114910.004000', '114910.007000', '114910.010000', '114910.012000', '114910.015000', '114910.018000', '114910.021000', '114910.024000', '114910.027000', '114910.029000', '114910.032000', '114910.035000', '114910.038000', '114910.041000', '114910.044000', '114910.047000', '114910.049000', '114910.052000', '114910.055000', '114910.058000', '114910.061000', '114910.064000', '114910.067000', '114910.070000', '114910.073000', '114910.076000', '114910.079000', '114910.082000', '114910.084000', '114910.087000', '114910.090000', '114910.093000', '114910.096000', '114910.099000', '114910.101000', '114929.976000', '114929.979000', '114929.982000', '114929.985000', '114929.988000', '114929.991000', '114929.993000', '114929.998000', '114930.003000', '114930.006000', '114930.009000', '114930.012000', '114930.015000', '114930.018000', '114930.020000', '114930.023000', '114930.026000', '114930.029000', '114930.032000', '114930.035000', '114930.038000', '114930.041000', '114930.043000', '114930.046000', '114930.049000', '114930.052000', '114930.055000', '114930.058000', '114930.061000', '114930.064000', '114930.066000', '114930.069000', '114930.072000', '114930.075000', '114930.078000', '114930.081000', '114930.084000', '114930.087000', '114930.089000', '114930.092000', '114930.095000', '114930.098000', '114930.101000', '114949.976000', '114949.979000', '114949.982000', '114949.985000', '114949.988000', '114949.990000', '114949.993000', '114949.996000', '114950.000000', '114950.003000', '114950.006000', '114950.009000', '114950.011000', '114950.014000', '114950.017000', '114950.030000', '114950.033000', '114950.036000', '114950.039000', '114950.042000', '114950.045000', '114950.048000', '114950.051000', '114950.053000', '114950.056000', '114950.059000', '114950.062000', '114950.065000', '114950.068000', '114950.071000', '114950.073000', '114950.076000', '114950.079000', '114950.082000', '114950.085000', '114950.088000', '114950.090000', '114950.093000', '114950.096000', '114950.099000', '114950.102000', '114950.105000', '114950.108000', '114950.110000', '115009.976000', '115009.979000', '115009.982000', '115009.985000', '115009.988000', '115009.990000', '115009.993000', '115009.996000', '115010.000000', '115010.003000', '115010.006000', '115010.009000', '115010.011000', '115010.014000', '115010.017000', '115010.020000', '115010.023000', '115010.026000', '115010.029000', '115010.032000', '115010.035000', '115010.039000', '115010.042000', '115010.045000', '115010.048000', '115010.050000', '115010.053000', '115010.056000', '115010.059000', '115010.062000', '115010.065000', '115010.068000', '115010.070000', '115010.073000', '115010.076000', '115010.079000', '115010.082000', '115010.085000', '115010.088000', '115010.090000', '115010.093000', '115010.096000', '115010.099000', '115029.976000', '115029.979000', '115029.994000', '115029.997000', '115030.001000', '115030.004000', '115030.006000', '115030.009000', '115030.012000', '115030.015000', '115030.018000', '115030.021000', '115030.024000', '115030.026000', '115030.029000', '115030.032000', '115030.035000', '115030.038000', '115030.041000', '115030.044000', '115030.047000', '115030.050000', '115030.052000', '115030.055000', '115030.058000', '115030.061000', '115030.064000', '115030.067000', '115030.070000', '115030.072000', '115030.075000', '115030.078000', '115030.081000', '115030.084000', '115030.087000', '115030.090000', '115030.093000', '115030.095000', '115030.098000', '115030.101000', '115030.104000', '115030.107000', '115030.110000', '115030.113000', '115049.976000', '115049.979000', '115049.982000', '115049.985000', '115049.988000', '115049.990000', '115049.993000', '115049.996000', '115050.000000', '115050.003000', '115050.006000', '115050.009000', '115050.012000', '115050.014000', '115050.017000', '115050.020000', '115050.023000', '115050.026000', '115050.029000', '115050.032000', '115050.034000', '115050.037000', '115050.040000', '115050.043000', '115050.046000', '115050.049000', '115050.052000', '115050.055000', '115050.058000', '115050.061000', '115050.064000', '115050.067000', '115050.070000', '115050.073000', '115050.075000', '115050.078000', '115050.081000', '115050.084000', '115050.087000', '115050.090000', '115050.093000', '115050.096000', '115050.098000', '115109.976000', '115109.979000', '115109.982000', '115109.985000', '115109.988000', '115109.991000', '115109.993000', '115109.996000', '115110.000000', '115110.003000', '115110.006000', '115110.009000', '115110.012000', '115110.015000', '115110.017000', '115110.020000', '115110.023000', '115110.026000', '115110.029000', '115110.032000', '115110.035000', '115110.037000', '115110.040000', '115110.043000', '115110.046000', '115110.049000', '115110.052000', '115110.055000', '115110.057000', '115110.060000', '115110.063000', '115110.066000', '115110.069000', '115110.072000', '115110.075000', '115110.078000', '115110.080000', '115110.083000', '115110.086000', '115110.089000', '115110.092000', '115110.095000', '115110.098000', '115110.100000', '115129.977000', '115129.980000', '115129.983000', '115129.986000', '115129.989000', '115129.991000', '115129.994000', '115129.997000', '115130.002000', '115130.005000', '115130.008000', '115130.011000', '115130.014000', '115130.017000', '115130.019000', '115130.022000', '115130.025000', '115130.028000', '115130.031000', '115130.034000', '115130.037000', '115130.039000', '115130.042000', '115130.045000', '115130.048000', '115130.051000', '115130.054000', '115130.057000', '115130.060000', '115130.063000', '115130.066000', '115130.068000', '115130.071000', '115130.074000', '115130.077000', '115130.080000', '115130.083000', '115130.086000', '115130.089000', '115130.092000', '115130.095000', '115130.098000', '115130.101000', '115149.976000', '115149.979000', '115149.982000', '115149.985000', '115149.987000', '115149.990000', '115149.993000', '115149.996000', '115150.000000', '115150.003000', '115150.006000', '115150.008000', '115150.011000', '115150.014000', '115150.017000', '115150.020000', '115150.023000', '115150.026000', '115150.029000', '115150.031000', '115150.034000', '115150.037000', '115150.040000', '115150.043000', '115150.046000', '115150.049000', '115150.051000', '115150.054000', '115150.057000', '115150.060000', '115150.063000', '115150.066000', '115150.069000', '115150.072000', '115150.075000', '115150.077000', '115150.080000', '115150.083000', '115150.086000', '115150.089000', '115150.092000', '115150.094000', '115150.113000', '115150.116000', '115209.976000', '115209.979000', '115209.982000', '115209.985000', '115209.988000', '115209.991000', '115209.993000', '115209.996000', '115210.000000', '115210.003000', '115210.006000', '115210.009000', '115210.012000', '115210.015000', '115210.017000', '115210.020000', '115210.023000', '115210.026000', '115210.029000', '115210.032000', '115210.035000', '115210.037000', '115210.040000', '115210.043000', '115210.051000', '115210.054000', '115210.057000', '115210.060000', '115210.063000', '115210.066000', '115210.069000', '115210.072000', '115210.075000', '115210.077000', '115210.080000', '115210.083000', '115210.087000', '115210.090000', '115210.093000', '115210.096000', '115210.099000', '115210.102000', '115210.105000', '115229.976000', '115229.979000', '115229.982000', '115229.985000', '115229.988000', '115229.991000', '115229.994000', '115229.996000', '115230.000000', '115230.003000', '115230.006000', '115230.009000', '115230.012000', '115230.015000', '115230.017000', '115230.020000', '115230.023000', '115230.026000', '115230.029000', '115230.032000', '115230.035000', '115230.038000', '115230.040000', '115230.043000', '115230.046000', '115230.049000', '115230.052000', '115230.055000', '115230.058000', '115230.061000', '115230.063000', '115230.066000', '115230.069000', '115230.072000', '115230.075000', '115230.078000', '115230.081000', '115230.083000', '115230.086000', '115230.089000', '115230.092000', '115230.095000', '115230.098000', '115230.101000', '115249.976000', '115249.979000', '115249.982000', '115249.985000', '115249.988000', '115249.990000', '115249.993000', '115249.996000', '115250.000000', '115250.003000', '115250.006000', '115250.009000', '115250.011000', '115250.014000', '115250.017000', '115250.020000', '115250.023000', '115250.026000', '115250.029000', '115250.032000', '115250.034000', '115250.038000', '115250.041000', '115250.044000', '115250.047000', '115250.050000', '115250.053000', '115250.056000', '115250.059000', '115250.062000', '115250.065000', '115250.067000', '115250.070000', '115250.073000', '115250.076000', '115250.079000', '115250.082000', '115250.085000', '115250.088000', '115250.091000', '115250.094000', '115250.097000', '115250.100000', '115309.976000', '115309.979000', '115309.982000', '115309.985000', '115309.988000', '115309.991000', '115309.994000', '115309.996000', '115310.000000', '115310.003000', '115310.006000', '115310.009000', '115310.012000', '115310.015000', '115310.018000', '115310.020000', '115310.023000', '115310.026000', '115310.029000', '115310.032000', '115310.035000', '115310.038000', '115310.040000', '115310.043000', '115310.046000', '115310.049000', '115310.052000', '115310.055000', '115310.058000', '115310.061000', '115310.063000', '115310.066000', '115310.069000', '115310.072000', '115310.075000', '115310.078000', '115310.080000', '115310.083000', '115310.086000', '115310.089000', '115310.092000', '115310.095000', '115310.098000', '115310.101000', '115329.976000', '115329.979000', '115329.982000', '115329.985000', '115329.987000', '115329.990000', '115329.993000', '115329.996000', '115330.009000', '115330.012000', '115330.015000', '115330.018000', '115330.021000', '115330.024000', '115330.027000', '115330.030000', '115330.032000', '115330.035000', '115330.038000', '115330.041000', '115330.044000', '115330.047000', '115330.050000', '115330.053000', '115330.055000', '115330.058000', '115330.061000', '115330.064000', '115330.067000', '115330.070000', '115330.073000', '115330.075000', '115330.078000', '115330.081000', '115330.084000', '115330.087000', '115330.090000', '115330.093000', '115330.096000', '115330.098000', '115330.101000', '115330.104000', '115330.107000', '115349.977000', '115349.980000', '115349.983000', '115349.986000', '115349.988000', '115349.991000', '115349.994000', '115349.997000', '115350.001000', '115350.004000', '115350.007000', '115350.010000', '115350.013000', '115350.015000', '115350.018000', '115350.021000', '115350.024000', '115350.027000', '115350.030000', '115350.033000', '115350.035000', '115350.038000', '115350.041000', '115350.044000', '115350.047000', '115350.050000', '115350.053000', '115350.056000', '115350.058000', '115350.061000', '115350.064000', '115350.067000', '115350.071000', '115350.074000', '115350.077000', '115350.080000', '115350.083000', '115350.086000', '115350.089000', '115350.092000', '115350.095000', '115350.098000', '115350.100000', '115350.103000', '115409.976000', '115409.979000', '115409.982000', '115409.985000', '115409.987000', '115409.990000', '115409.993000', '115409.996000', '115410.000000', '115410.003000', '115410.006000', '115410.009000', '115410.012000', '115410.015000', '115410.018000', '115410.021000', '115410.023000', '115410.026000', '115410.029000', '115410.032000', '115410.035000', '115410.038000', '115410.041000', '115410.044000', '115410.047000', '115410.049000', '115410.052000', '115410.055000', '115410.058000', '115410.061000', '115410.064000', '115410.067000', '115410.069000', '115410.072000', '115410.076000', '115410.080000', '115410.083000', '115410.086000', '115410.088000', '115410.091000', '115410.094000', '115410.097000', '115410.100000', '115429.976000', '115429.979000', '115429.982000', '115429.985000', '115429.987000', '115429.990000', '115429.993000', '115429.996000', '115430.000000', '115430.003000', '115430.006000', '115430.009000', '115430.012000', '115430.014000', '115430.017000', '115430.020000', '115430.023000', '115430.026000', '115430.029000', '115430.032000', '115430.035000', '115430.037000', '115430.040000', '115430.043000', '115430.046000', '115430.049000', '115430.052000', '115430.055000', '115430.058000', '115430.060000', '115430.063000', '115430.066000', '115430.069000', '115430.072000', '115430.075000', '115430.078000', '115430.080000', '115430.083000', '115430.086000', '115430.089000', '115430.092000', '115430.095000', '115430.098000', '115430.100000', '115441.925000', '115441.928000', '115441.931000', '115441.934000', '115441.937000', '115441.941000', '115441.944000', '115441.947000', '115441.950000', '115441.953000', '115441.957000', '115441.960000', '115441.963000', '115441.966000', '115441.969000', '115441.972000', '115441.975000', '115441.978000', '115441.981000', '115441.984000', '115441.987000', '115441.989000', '115441.992000', '115441.995000', '115441.998000', '115442.002000'], 'InstanceCreationTime': ['114830.011000', '114830.015000', '114830.018000', '114830.021000', '114830.024000', '114830.027000', '114830.030000', '114830.032000', '114830.035000', '114830.038000', '114830.041000', '114830.044000', '114830.047000', '114830.050000', '114830.053000', '114830.064000', '114830.067000', '114830.069000', '114830.072000', '114830.075000', '114830.078000', '114830.081000', '114830.084000', '114830.087000', '114830.090000', '114830.092000', '114830.095000', '114830.098000', '114830.101000', '114830.104000', '114830.107000', '114830.110000', '114830.112000', '114830.115000', '114830.118000', '114830.121000', '114830.124000', '114830.127000', '114830.130000', '114830.132000', '114830.135000', '114830.138000', '114830.141000', '114830.144000', '114830.147000', '114830.150000', '114830.163000', '114830.166000', '114830.169000', '114830.172000', '114830.174000', '114830.177000', '114830.180000', '114830.183000', '114830.186000', '114830.189000', '114830.192000', '114830.194000', '114830.197000', '114830.200000', '114830.203000', '114830.206000', '114830.209000', '114849.976000', '114849.980000', '114849.983000', '114849.986000', '114849.989000', '114849.992000', '114850.015000', '114850.018000', '114850.021000', '114850.023000', '114850.026000', '114850.029000', '114850.032000', '114850.035000', '114850.038000', '114850.041000', '114850.043000', '114850.046000', '114850.049000', '114850.052000', '114850.055000', '114850.058000', '114850.061000', '114850.064000', '114850.066000', '114850.069000', '114850.072000', '114850.075000', '114850.078000', '114850.081000', '114850.084000', '114850.086000', '114850.089000', '114850.092000', '114850.095000', '114850.098000', '114850.101000', '114850.104000', '114850.106000', '114850.109000', '114850.112000', '114850.115000', '114850.118000', '114909.977000', '114909.980000', '114909.983000', '114909.986000', '114909.988000', '114909.991000', '114909.994000', '114909.997000', '114910.001000', '114910.004000', '114910.007000', '114910.010000', '114910.012000', '114910.015000', '114910.018000', '114910.021000', '114910.024000', '114910.027000', '114910.029000', '114910.032000', '114910.035000', '114910.038000', '114910.041000', '114910.044000', '114910.047000', '114910.049000', '114910.052000', '114910.055000', '114910.058000', '114910.061000', '114910.064000', '114910.067000', '114910.070000', '114910.073000', '114910.076000', '114910.079000', '114910.082000', '114910.084000', '114910.087000', '114910.090000', '114910.093000', '114910.096000', '114910.099000', '114910.101000', '114929.976000', '114929.979000', '114929.982000', '114929.985000', '114929.988000', '114929.991000', '114929.993000', '114929.998000', '114930.003000', '114930.006000', '114930.009000', '114930.012000', '114930.015000', '114930.018000', '114930.020000', '114930.023000', '114930.026000', '114930.029000', '114930.032000', '114930.035000', '114930.038000', '114930.041000', '114930.043000', '114930.046000', '114930.049000', '114930.052000', '114930.055000', '114930.058000', '114930.061000', '114930.064000', '114930.066000', '114930.069000', '114930.072000', '114930.075000', '114930.078000', '114930.081000', '114930.084000', '114930.087000', '114930.089000', '114930.092000', '114930.095000', '114930.098000', '114930.101000', '114949.976000', '114949.979000', '114949.982000', '114949.985000', '114949.988000', '114949.990000', '114949.993000', '114949.996000', '114950.000000', '114950.003000', '114950.006000', '114950.009000', '114950.011000', '114950.014000', '114950.017000', '114950.030000', '114950.033000', '114950.036000', '114950.039000', '114950.042000', '114950.045000', '114950.048000', '114950.051000', '114950.053000', '114950.056000', '114950.059000', '114950.062000', '114950.065000', '114950.068000', '114950.071000', '114950.073000', '114950.076000', '114950.079000', '114950.082000', '114950.085000', '114950.088000', '114950.090000', '114950.093000', '114950.096000', '114950.099000', '114950.102000', '114950.105000', '114950.108000', '114950.110000', '115009.976000', '115009.979000', '115009.982000', '115009.985000', '115009.988000', '115009.990000', '115009.993000', '115009.996000', '115010.000000', '115010.003000', '115010.006000', '115010.009000', '115010.011000', '115010.014000', '115010.017000', '115010.020000', '115010.023000', '115010.026000', '115010.029000', '115010.032000', '115010.035000', '115010.039000', '115010.042000', '115010.045000', '115010.048000', '115010.050000', '115010.053000', '115010.056000', '115010.059000', '115010.062000', '115010.065000', '115010.068000', '115010.070000', '115010.073000', '115010.076000', '115010.079000', '115010.082000', '115010.085000', '115010.088000', '115010.090000', '115010.093000', '115010.096000', '115010.099000', '115029.976000', '115029.979000', '115029.994000', '115029.997000', '115030.001000', '115030.004000', '115030.006000', '115030.009000', '115030.012000', '115030.015000', '115030.018000', '115030.021000', '115030.024000', '115030.026000', '115030.029000', '115030.032000', '115030.035000', '115030.038000', '115030.041000', '115030.044000', '115030.047000', '115030.050000', '115030.052000', '115030.055000', '115030.058000', '115030.061000', '115030.064000', '115030.067000', '115030.070000', '115030.072000', '115030.075000', '115030.078000', '115030.081000', '115030.084000', '115030.087000', '115030.090000', '115030.093000', '115030.095000', '115030.098000', '115030.101000', '115030.104000', '115030.107000', '115030.110000', '115030.113000', '115049.976000', '115049.979000', '115049.982000', '115049.985000', '115049.988000', '115049.990000', '115049.993000', '115049.996000', '115050.000000', '115050.003000', '115050.006000', '115050.009000', '115050.012000', '115050.014000', '115050.017000', '115050.020000', '115050.023000', '115050.026000', '115050.029000', '115050.032000', '115050.034000', '115050.037000', '115050.040000', '115050.043000', '115050.046000', '115050.049000', '115050.052000', '115050.055000', '115050.058000', '115050.061000', '115050.064000', '115050.067000', '115050.070000', '115050.073000', '115050.075000', '115050.078000', '115050.081000', '115050.084000', '115050.087000', '115050.090000', '115050.093000', '115050.096000', '115050.098000', '115109.976000', '115109.979000', '115109.982000', '115109.985000', '115109.988000', '115109.991000', '115109.993000', '115109.996000', '115110.000000', '115110.003000', '115110.006000', '115110.009000', '115110.012000', '115110.015000', '115110.017000', '115110.020000', '115110.023000', '115110.026000', '115110.029000', '115110.032000', '115110.035000', '115110.037000', '115110.040000', '115110.043000', '115110.046000', '115110.049000', '115110.052000', '115110.055000', '115110.057000', '115110.060000', '115110.063000', '115110.066000', '115110.069000', '115110.072000', '115110.075000', '115110.078000', '115110.080000', '115110.083000', '115110.086000', '115110.089000', '115110.092000', '115110.095000', '115110.098000', '115110.100000', '115129.977000', '115129.980000', '115129.983000', '115129.986000', '115129.989000', '115129.991000', '115129.994000', '115129.997000', '115130.002000', '115130.005000', '115130.008000', '115130.011000', '115130.014000', '115130.017000', '115130.019000', '115130.022000', '115130.025000', '115130.028000', '115130.031000', '115130.034000', '115130.037000', '115130.039000', '115130.042000', '115130.045000', '115130.048000', '115130.051000', '115130.054000', '115130.057000', '115130.060000', '115130.063000', '115130.066000', '115130.068000', '115130.071000', '115130.074000', '115130.077000', '115130.080000', '115130.083000', '115130.086000', '115130.089000', '115130.092000', '115130.095000', '115130.098000', '115130.101000', '115149.976000', '115149.979000', '115149.982000', '115149.985000', '115149.987000', '115149.990000', '115149.993000', '115149.996000', '115150.000000', '115150.003000', '115150.006000', '115150.008000', '115150.011000', '115150.014000', '115150.017000', '115150.020000', '115150.023000', '115150.026000', '115150.029000', '115150.031000', '115150.034000', '115150.037000', '115150.040000', '115150.043000', '115150.046000', '115150.049000', '115150.051000', '115150.054000', '115150.057000', '115150.060000', '115150.063000', '115150.066000', '115150.069000', '115150.072000', '115150.075000', '115150.077000', '115150.080000', '115150.083000', '115150.086000', '115150.089000', '115150.092000', '115150.094000', '115150.113000', '115150.116000', '115209.976000', '115209.979000', '115209.982000', '115209.985000', '115209.988000', '115209.991000', '115209.993000', '115209.996000', '115210.000000', '115210.003000', '115210.006000', '115210.009000', '115210.012000', '115210.015000', '115210.017000', '115210.020000', '115210.023000', '115210.026000', '115210.029000', '115210.032000', '115210.035000', '115210.037000', '115210.040000', '115210.043000', '115210.051000', '115210.054000', '115210.057000', '115210.060000', '115210.063000', '115210.066000', '115210.069000', '115210.072000', '115210.075000', '115210.077000', '115210.080000', '115210.083000', '115210.087000', '115210.090000', '115210.093000', '115210.096000', '115210.099000', '115210.102000', '115210.105000', '115229.976000', '115229.979000', '115229.982000', '115229.985000', '115229.988000', '115229.991000', '115229.994000', '115229.996000', '115230.000000', '115230.003000', '115230.006000', '115230.009000', '115230.012000', '115230.015000', '115230.017000', '115230.020000', '115230.023000', '115230.026000', '115230.029000', '115230.032000', '115230.035000', '115230.038000', '115230.040000', '115230.043000', '115230.046000', '115230.049000', '115230.052000', '115230.055000', '115230.058000', '115230.061000', '115230.063000', '115230.066000', '115230.069000', '115230.072000', '115230.075000', '115230.078000', '115230.081000', '115230.083000', '115230.086000', '115230.089000', '115230.092000', '115230.095000', '115230.098000', '115230.101000', '115249.976000', '115249.979000', '115249.982000', '115249.985000', '115249.988000', '115249.990000', '115249.993000', '115249.996000', '115250.000000', '115250.003000', '115250.006000', '115250.009000', '115250.011000', '115250.014000', '115250.017000', '115250.020000', '115250.023000', '115250.026000', '115250.029000', '115250.032000', '115250.034000', '115250.038000', '115250.041000', '115250.044000', '115250.047000', '115250.050000', '115250.053000', '115250.056000', '115250.059000', '115250.062000', '115250.065000', '115250.067000', '115250.070000', '115250.073000', '115250.076000', '115250.079000', '115250.082000', '115250.085000', '115250.088000', '115250.091000', '115250.094000', '115250.097000', '115250.100000', '115309.976000', '115309.979000', '115309.982000', '115309.985000', '115309.988000', '115309.991000', '115309.994000', '115309.996000', '115310.000000', '115310.003000', '115310.006000', '115310.009000', '115310.012000', '115310.015000', '115310.018000', '115310.020000', '115310.023000', '115310.026000', '115310.029000', '115310.032000', '115310.035000', '115310.038000', '115310.040000', '115310.043000', '115310.046000', '115310.049000', '115310.052000', '115310.055000', '115310.058000', '115310.061000', '115310.063000', '115310.066000', '115310.069000', '115310.072000', '115310.075000', '115310.078000', '115310.080000', '115310.083000', '115310.086000', '115310.089000', '115310.092000', '115310.095000', '115310.098000', '115310.101000', '115329.976000', '115329.979000', '115329.982000', '115329.985000', '115329.987000', '115329.990000', '115329.993000', '115329.996000', '115330.009000', '115330.012000', '115330.015000', '115330.018000', '115330.021000', '115330.024000', '115330.027000', '115330.030000', '115330.032000', '115330.035000', '115330.038000', '115330.041000', '115330.044000', '115330.047000', '115330.050000', '115330.053000', '115330.055000', '115330.058000', '115330.061000', '115330.064000', '115330.067000', '115330.070000', '115330.073000', '115330.075000', '115330.078000', '115330.081000', '115330.084000', '115330.087000', '115330.090000', '115330.093000', '115330.096000', '115330.098000', '115330.101000', '115330.104000', '115330.107000', '115349.977000', '115349.980000', '115349.983000', '115349.986000', '115349.988000', '115349.991000', '115349.994000', '115349.997000', '115350.001000', '115350.004000', '115350.007000', '115350.010000', '115350.013000', '115350.015000', '115350.018000', '115350.021000', '115350.024000', '115350.027000', '115350.030000', '115350.033000', '115350.035000', '115350.038000', '115350.041000', '115350.044000', '115350.047000', '115350.050000', '115350.053000', '115350.056000', '115350.058000', '115350.061000', '115350.064000', '115350.067000', '115350.071000', '115350.074000', '115350.077000', '115350.080000', '115350.083000', '115350.086000', '115350.089000', '115350.092000', '115350.095000', '115350.098000', '115350.100000', '115350.103000', '115409.976000', '115409.979000', '115409.982000', '115409.985000', '115409.987000', '115409.990000', '115409.993000', '115409.996000', '115410.000000', '115410.003000', '115410.006000', '115410.009000', '115410.012000', '115410.015000', '115410.018000', '115410.021000', '115410.023000', '115410.026000', '115410.029000', '115410.032000', '115410.035000', '115410.038000', '115410.041000', '115410.044000', '115410.047000', '115410.049000', '115410.052000', '115410.055000', '115410.058000', '115410.061000', '115410.064000', '115410.067000', '115410.069000', '115410.072000', '115410.076000', '115410.080000', '115410.083000', '115410.086000', '115410.088000', '115410.091000', '115410.094000', '115410.097000', '115410.100000', '115429.976000', '115429.979000', '115429.982000', '115429.985000', '115429.987000', '115429.990000', '115429.993000', '115429.996000', '115430.000000', '115430.003000', '115430.006000', '115430.009000', '115430.012000', '115430.014000', '115430.017000', '115430.020000', '115430.023000', '115430.026000', '115430.029000', '115430.032000', '115430.035000', '115430.037000', '115430.040000', '115430.043000', '115430.046000', '115430.049000', '115430.052000', '115430.055000', '115430.058000', '115430.060000', '115430.063000', '115430.066000', '115430.069000', '115430.072000', '115430.075000', '115430.078000', '115430.080000', '115430.083000', '115430.086000', '115430.089000', '115430.092000', '115430.095000', '115430.098000', '115430.100000', '115441.925000', '115441.928000', '115441.931000', '115441.934000', '115441.937000', '115441.941000', '115441.944000', '115441.947000', '115441.950000', '115441.953000', '115441.957000', '115441.960000', '115441.963000', '115441.966000', '115441.969000', '115441.972000', '115441.975000', '115441.978000', '115441.981000', '115441.984000', '115441.987000', '115441.989000', '115441.992000', '115441.995000', '115441.998000', '115442.002000'], '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': [11621, 8675, 11630, 8319, 9474, 15438, 8920, 11594, 8833, 8826, 14264, 9069, 11484, 8235, 10635, 8380, 8963, 12355, 8364, 9219, 8628, 8962, 12133, 8669, 10466, 7772, 8974, 7384, 8739, 8664, 8583, 12871, 9075, 12350, 9051, 10052, 8096, 8755, 13604, 8924, 11774, 8751, 8755, 14091, 9542, 11183, 8546, 10001, 8410, 8826, 12776, 8612, 8834, 12947, 8507, 9881, 8984, 9315, 11531, 8098, 9069, 7154, 8835, 12761, 8341, 10069, 9408, 8988, 12408, 7831, 9130, 13318, 8872, 10272, 8281, 9716, 7451, 9000, 11927, 9123, 11551, 8945, 10793, 13327, 9015, 10586, 13844, 9326, 10919, 8008, 8838, 12749, 8848, 10483, 12733, 9004, 10345, 8516, 8762, 11364, 9406, 10370, 8308, 8867, 12731, 8210, 10142, 11631, 8826, 10801, 8020, 9123, 11555, 8466, 8776, 12480, 8403, 9869, 7197, 8932, 11770, 8194, 8823, 12693, 7786, 9210, 12629, 8728, 9255, 7161, 9092, 12288, 7751, 9054, 6780, 9065, 12848, 8112, 10911, 10145, 8664, 11734, 8347, 10999, 7801, 8652, 13066, 8381, 10401, 14370, 8838, 11429, 8273, 8577, 12718, 8915, 11239, 9567, 9107, 11912, 8342, 9152, 7384, 9036, 12267, 7724, 9859, 10524, 9248, 11339, 8427, 9989, 7451, 8864, 12800, 8720, 11165, 13498, 9051, 10467, 8056, 9033, 11823, 8153, 9117, 11189, 9395, 10310, 8087, 8885, 10241, 8976, 10383, 7350, 8756, 12333, 8809, 10759, 8001, 8927, 13040, 9018, 10074, 8140, 9083, 7568, 8232, 7345, 9174, 13014, 8369, 9638, 13713, 8105, 10023, 13966, 9165, 12032, 8502, 9111, 7747, 8980, 11840, 8774, 11255, 10033, 8875, 12242, 9005, 9417, 15217, 9242, 10874, 13976, 9038, 10871, 10560, 8750, 11637, 8919, 8793, 12510, 8757, 8835, 11467, 8849, 8946, 12419, 9098, 9302, 8511, 8910, 12138, 8962, 9402, 8722, 8652, 12454, 8632, 10964, 8115, 9022, 12584, 8977, 10069, 8557, 8928, 12697, 8756, 11181, 8762, 8664, 10986, 8661, 9133, 8949, 7719, 8489, 8951, 8395, 12974, 8781, 11802, 8610, 11208, 9125, 10261, 11205, 8694, 7496, 8118, 8094, 8512, 7487, 10108, 8011, 11634, 9540, 11405, 9633, 11880, 8623, 11477, 14205, 8959, 12118, 14687, 8522, 11483, 9359, 8270, 11324, 8214, 8597, 12586, 8832, 9536, 7484, 8371, 12543, 8903, 10392, 7549, 8207, 12420, 8460, 9921, 12296, 8414, 10871, 9583, 8535, 11396, 7452, 8534, 12379, 8067, 9413, 12540, 8551, 10240, 8012, 8562, 12275, 7552, 8329, 12597, 8597, 10119, 11522, 8571, 10379, 7516, 7580, 6587, 8408, 12184, 8589, 11753, 11583, 8448, 11657, 7866, 8807, 12460, 7588, 8707, 11663, 8903, 10996, 7664, 8816, 12642, 7868, 10629, 7610, 8249, 12460, 8134, 9835, 7321, 8453, 6738, 8310, 12830, 8160, 13514, 9133, 12232, 9706, 9163, 9155, 13057, 10014, 13133, 8577, 11653, 8776, 11865, 8831, 10455, 15608, 10727, 12058, 15267, 8947, 11272, 7627, 8445, 11424, 8503, 9704, 7904, 8754, 7807, 9288, 7420, 8422, 12654, 8566, 11327, 8026, 10257, 9983, 8546, 12294, 8247, 11023, 7640, 8518, 13025, 7616, 9390, 12689, 8313, 10770, 7043, 8369, 11969, 7237, 9197, 12983, 7968, 10757, 12078, 8106, 10813, 7452, 8240, 10553, 8344, 11793, 9194, 8152, 12483, 8086, 8691, 13075, 8023, 11202, 13308, 8434, 11614, 8108, 8630, 12695, 8314, 10445, 7512, 8463, 12602, 8248, 10864, 7555, 8443, 12879, 8181, 10584, 10227, 9298, 12749, 7693, 9954, 7269, 8688, 12257, 7933, 10348, 9200, 7678, 8707, 8141, 7928, 12612, 8581, 10751, 8769, 12676, 8569, 11925, 8732, 11583, 12346, 8797, 13550, 13893, 8391, 11982, 8299, 8186, 8520, 8049, 9803, 7557, 8697, 6732, 7631, 6855, 8013, 12629, 7919, 11639, 10277, 8310, 12218, 7839, 11010, 7453, 9011, 10420, 8304, 12092, 8264, 11775, 7815, 10010, 13058, 8319, 11484, 8481, 11651, 7753, 10206, 15350, 8632, 9938, 14011, 8151, 11265, 7535, 7967, 12389, 8313, 10322, 7298, 8592, 11777, 8016, 11595, 7617, 9376, 10670, 8975, 12543, 8646, 10482, 9750, 11145, 8761, 11399, 7394, 11334, 8557, 11669, 8227, 11746, 8423, 10707, 9481, 8355, 13107, 8390, 10800, 15022, 8596, 12677, 8381, 10426, 7525, 8236, 8491, 8407, 11851, 8239, 10817, 7411, 8006, 12749, 7783, 9957, 7219, 8215, 8422, 8459, 11976, 8232, 11306, 8269, 11022, 13343, 9105, 10600, 12279, 8486, 12006, 10255, 8536, 13310, 8553, 8369, 12115, 7979, 8194, 12245, 7617, 9369, 12480, 8348, 9185, 7015, 8181, 12214, 7879, 10342, 11125, 8196, 11509, 7558, 8144, 12529, 7852, 9830, 7267, 8822, 11860, 8429, 10896, 7345, 7904, 10442, 7622, 10997, 9268, 8010, 9322, 7839, 8357, 13076, 8235, 9080, 8707, 8671, 13208, 8703, 11498, 14560, 8820, 13049, 7627, 8699, 12496, 7681, 8610, 12215, 8056, 8181, 6593, 8170, 11152, 7671, 8923, 7394, 8575, 12690, 7846, 10078, 11360, 8539, 12187, 7465, 8532, 13184, 8088, 10789, 9160, 8571, 12710, 8538, 10973, 14534, 8481, 11452, 11685, 8543, 11919, 8094, 8432, 12316, 8341, 10966, 7834, 8528, 12871, 8348, 10802, 8621, 8152, 12370, 8461, 9729, 11997, 8570, 10981, 7577, 8290, 12288, 8233, 10240, 7704, 8324, 12278, 8502, 11587, 7384, 8637, 10585, 8806, 11578, 8235, 8935, 9504, 8770, 11475, 7846, 10030, 7526, 8524, 12803, 8012, 11274, 12693, 8830, 10930, 8148, 8349, 12482, 8289, 10320, 8046, 8529, 11716, 8513, 10168, 12010, 8287, 10838, 7883, 8635, 11582, 8451, 10327, 6988, 8699, 10275, 8881, 11733, 8333, 10379, 7880, 9024, 10285, 8861, 12513, 8354, 8808, 12913, 8519, 10775, 7701, 8522, 12578, 8866, 10557, 8423, 10436, 7405, 8819, 11547, 9272, 11641, 8534, 10600, 7843, 8773, 10728, 8653, 12621, 8466, 10463, 8502, 8944, 13273, 8357, 10513, 8576, 9455, 7266, 8906, 11051, 9094, 11669, 8917, 11211, 8315, 10546, 7742, 9358, 7294, 8900, 13300, 8859, 11959, 8372, 9847, 7756, 8660, 10570, 8936, 12669, 8625, 11130, 8731, 10552, 8254, 8719, 12061, 9058, 11905, 8306, 8898, 7407, 8524, 8421, 9276, 12378, 9059, 11171, 8777, 11736, 8243, 11321, 10489, 9282, 12670, 9522, 11831, 8632, 11178, 7965, 8767, 13566, 8753], 'WindowCenter': [4210.0, 4165.0, 4192.0, 4146.0, 4160.0, 4201.0, 4146.0, 4167.0, 4131.0, 4145.0, 4174.0, 4131.0, 4150.0, 4121.0, 4142.0, 4120.0, 4131.0, 4161.0, 4132.0, 4132.0, 4119.0, 4131.0, 4151.0, 4120.0, 4140.0, 4123.0, 4145.0, 4111.0, 4145.0, 4133.0, 4134.0, 4164.0, 4146.0, 4175.0, 4133.0, 4142.0, 4109.0, 4132.0, 4161.0, 4119.0, 4151.0, 4121.0, 4121.0, 4149.0, 4129.0, 4139.0, 4117.0, 4128.0, 4108.0, 4130.0, 4150.0, 4120.0, 4134.0, 4160.0, 4119.0, 4130.0, 4116.0, 4130.0, 4138.0, 4109.0, 4131.0, 4099.0, 4132.0, 4173.0, 4134.0, 4143.0, 4131.0, 4132.0, 4162.0, 4110.0, 4146.0, 4176.0, 4133.0, 4142.0, 4132.0, 4143.0, 4125.0, 4147.0, 4165.0, 4146.0, 4166.0, 4133.0, 4155.0, 4176.0, 4133.0, 4156.0, 4164.0, 4130.0, 4142.0, 4109.0, 4131.0, 4149.0, 4119.0, 4140.0, 4163.0, 4132.0, 4141.0, 4120.0, 4122.0, 4153.0, 4143.0, 4141.0, 4121.0, 4133.0, 4164.0, 4121.0, 4142.0, 4140.0, 4130.0, 4152.0, 4121.0, 4132.0, 4150.0, 4118.0, 4120.0, 4150.0, 4122.0, 4141.0, 4097.0, 4131.0, 4151.0, 4120.0, 4129.0, 4150.0, 4121.0, 4145.0, 4161.0, 4121.0, 4131.0, 4100.0, 4145.0, 4167.0, 4112.0, 4144.0, 4102.0, 4146.0, 4176.0, 4123.0, 4167.0, 4156.0, 4146.0, 4162.0, 4133.0, 4154.0, 4111.0, 4134.0, 4164.0, 4122.0, 4155.0, 4177.0, 4133.0, 4152.0, 4121.0, 4133.0, 4150.0, 4131.0, 4153.0, 4129.0, 4132.0, 4164.0, 4134.0, 4131.0, 4110.0, 4131.0, 4151.0, 4110.0, 4144.0, 4155.0, 4145.0, 4153.0, 4122.0, 4143.0, 4109.0, 4132.0, 4162.0, 4120.0, 4153.0, 4151.0, 4120.0, 4154.0, 4110.0, 4130.0, 4149.0, 4109.0, 4130.0, 4140.0, 4132.0, 4141.0, 4118.0, 4131.0, 4139.0, 4132.0, 4152.0, 4113.0, 4134.0, 4162.0, 4133.0, 4154.0, 4121.0, 4135.0, 4177.0, 4145.0, 4155.0, 4123.0, 4134.0, 4123.0, 4134.0, 4124.0, 4145.0, 4176.0, 4122.0, 4145.0, 4176.0, 4122.0, 4145.0, 4177.0, 4144.0, 4164.0, 4121.0, 4131.0, 4097.0, 4132.0, 4151.0, 4131.0, 4166.0, 4143.0, 4132.0, 4151.0, 4120.0, 4132.0, 4170.0, 4117.0, 4138.0, 4147.0, 4116.0, 4137.0, 4125.0, 4106.0, 4137.0, 4115.0, 4108.0, 4135.0, 4102.0, 4103.0, 4123.0, 4103.0, 4118.0, 4136.0, 4106.0, 4116.0, 4104.0, 4132.0, 4151.0, 4120.0, 4128.0, 4118.0, 4133.0, 4150.0, 4120.0, 4140.0, 4107.0, 4132.0, 4152.0, 4130.0, 4129.0, 4118.0, 4130.0, 4149.0, 4120.0, 4141.0, 4118.0, 4120.0, 4139.0, 4121.0, 4130.0, 4132.0, 4124.0, 4147.0, 4134.0, 4137.0, 4175.0, 4134.0, 4165.0, 4133.0, 4155.0, 4143.0, 4144.0, 4152.0, 4121.0, 4097.0, 4109.0, 4121.0, 4132.0, 4111.0, 4142.0, 4123.0, 4165.0, 4159.0, 4165.0, 4156.0, 4165.0, 4133.0, 4153.0, 4150.0, 4120.0, 4141.0, 4148.0, 4107.0, 4141.0, 4116.0, 4107.0, 4125.0, 4094.0, 4107.0, 4147.0, 4119.0, 4129.0, 4096.0, 4110.0, 4149.0, 4132.0, 4142.0, 4096.0, 4108.0, 4149.0, 4108.0, 4130.0, 4139.0, 4119.0, 4141.0, 4118.0, 4120.0, 4152.0, 4111.0, 4120.0, 4149.0, 4109.0, 4131.0, 4151.0, 4121.0, 4142.0, 4110.0, 4121.0, 4151.0, 4109.0, 4121.0, 4149.0, 4120.0, 4142.0, 4140.0, 4133.0, 4144.0, 4110.0, 4122.0, 4101.0, 4135.0, 4165.0, 4135.0, 4167.0, 4166.0, 4149.0, 4169.0, 4123.0, 4134.0, 4163.0, 4121.0, 4147.0, 4154.0, 4133.0, 4153.0, 4123.0, 4134.0, 4162.0, 4123.0, 4145.0, 4113.0, 4135.0, 4166.0, 4125.0, 4144.0, 4113.0, 4136.0, 4114.0, 4138.0, 4177.0, 4138.0, 4177.0, 4147.0, 4177.0, 4159.0, 4148.0, 4147.0, 4165.0, 4145.0, 4165.0, 4134.0, 4153.0, 4134.0, 4165.0, 4147.0, 4155.0, 4162.0, 4139.0, 4139.0, 4159.0, 4119.0, 4140.0, 4095.0, 4107.0, 4136.0, 4119.0, 4129.0, 4120.0, 4131.0, 4111.0, 4143.0, 4124.0, 4150.0, 4177.0, 4134.0, 4154.0, 4123.0, 4157.0, 4157.0, 4136.0, 4163.0, 4135.0, 4154.0, 4112.0, 4134.0, 4176.0, 4124.0, 4133.0, 4163.0, 4122.0, 4153.0, 4114.0, 4135.0, 4152.0, 4113.0, 4144.0, 4163.0, 4123.0, 4155.0, 4166.0, 4138.0, 4155.0, 4113.0, 4134.0, 4142.0, 4135.0, 4168.0, 4134.0, 4134.0, 4166.0, 4123.0, 4135.0, 4163.0, 4122.0, 4154.0, 4162.0, 4121.0, 4152.0, 4109.0, 4132.0, 4163.0, 4134.0, 4153.0, 4109.0, 4121.0, 4150.0, 4120.0, 4151.0, 4110.0, 4122.0, 4162.0, 4122.0, 4153.0, 4140.0, 4129.0, 4149.0, 4108.0, 4141.0, 4110.0, 4145.0, 4164.0, 4135.0, 4154.0, 4157.0, 4137.0, 4148.0, 4136.0, 4136.0, 4166.0, 4146.0, 4167.0, 4161.0, 4191.0, 4148.0, 4166.0, 4134.0, 4154.0, 4151.0, 4120.0, 4163.0, 4150.0, 4124.0, 4152.0, 4108.0, 4108.0, 4107.0, 4108.0, 4128.0, 4121.0, 4145.0, 4114.0, 4137.0, 4113.0, 4137.0, 4176.0, 4137.0, 4180.0, 4156.0, 4136.0, 4166.0, 4125.0, 4156.0, 4124.0, 4159.0, 4167.0, 4136.0, 4165.0, 4136.0, 4166.0, 4136.0, 4171.0, 4189.0, 4136.0, 4164.0, 4134.0, 4165.0, 4122.0, 4154.0, 4175.0, 4135.0, 4154.0, 4173.0, 4122.0, 4151.0, 4109.0, 4121.0, 4163.0, 4134.0, 4142.0, 4111.0, 4133.0, 4164.0, 4134.0, 4164.0, 4123.0, 4145.0, 4153.0, 4144.0, 4163.0, 4145.0, 4166.0, 4155.0, 4166.0, 4146.0, 4164.0, 4125.0, 4153.0, 4146.0, 4167.0, 4136.0, 4177.0, 4151.0, 4157.0, 4144.0, 4134.0, 4163.0, 4121.0, 4156.0, 4175.0, 4120.0, 4151.0, 4120.0, 4140.0, 4122.0, 4132.0, 4120.0, 4122.0, 4150.0, 4122.0, 4153.0, 4112.0, 4136.0, 4164.0, 4122.0, 4142.0, 4113.0, 4147.0, 4133.0, 4137.0, 4166.0, 4147.0, 4167.0, 4135.0, 4169.0, 4190.0, 4147.0, 4156.0, 4164.0, 4132.0, 4163.0, 4129.0, 4121.0, 4162.0, 4117.0, 4119.0, 4149.0, 4109.0, 4120.0, 4149.0, 4097.0, 4118.0, 4147.0, 4120.0, 4129.0, 4099.0, 4122.0, 4150.0, 4121.0, 4143.0, 4151.0, 4122.0, 4151.0, 4109.0, 4121.0, 4165.0, 4125.0, 4144.0, 4109.0, 4131.0, 4162.0, 4133.0, 4166.0, 4124.0, 4136.0, 4166.0, 4149.0, 4167.0, 4170.0, 4148.0, 4160.0, 4138.0, 4149.0, 4179.0, 4135.0, 4134.0, 4148.0, 4148.0, 4166.0, 4123.0, 4153.0, 4163.0, 4131.0, 4151.0, 4097.0, 4119.0, 4137.0, 4095.0, 4120.0, 4151.0, 4120.0, 4120.0, 4088.0, 4122.0, 4164.0, 4125.0, 4144.0, 4125.0, 4148.0, 4177.0, 4138.0, 4158.0, 4167.0, 4147.0, 4167.0, 4125.0, 4148.0, 4177.0, 4124.0, 4155.0, 4144.0, 4136.0, 4164.0, 4133.0, 4154.0, 4173.0, 4132.0, 4153.0, 4150.0, 4132.0, 4152.0, 4123.0, 4136.0, 4164.0, 4123.0, 4141.0, 4109.0, 4121.0, 4151.0, 4121.0, 4152.0, 4121.0, 4122.0, 4152.0, 4122.0, 4143.0, 4150.0, 4120.0, 4140.0, 4108.0, 4122.0, 4151.0, 4133.0, 4154.0, 4122.0, 4134.0, 4163.0, 4134.0, 4165.0, 4112.0, 4132.0, 4140.0, 4131.0, 4153.0, 4121.0, 4133.0, 4142.0, 4145.0, 4164.0, 4135.0, 4154.0, 4124.0, 4147.0, 4164.0, 4123.0, 4165.0, 4164.0, 4133.0, 4152.0, 4121.0, 4132.0, 4162.0, 4121.0, 4153.0, 4121.0, 4132.0, 4152.0, 4132.0, 4144.0, 4152.0, 4122.0, 4154.0, 4122.0, 4133.0, 4152.0, 4132.0, 4153.0, 4100.0, 4133.0, 4142.0, 4145.0, 4176.0, 4146.0, 4155.0, 4135.0, 4147.0, 4155.0, 4145.0, 4176.0, 4134.0, 4145.0, 4164.0, 4132.0, 4154.0, 4122.0, 4146.0, 4176.0, 4145.0, 4155.0, 4134.0, 4166.0, 4123.0, 4146.0, 4165.0, 4145.0, 4166.0, 4145.0, 4166.0, 4135.0, 4147.0, 4166.0, 4148.0, 4177.0, 4135.0, 4166.0, 4133.0, 4145.0, 4175.0, 4133.0, 4153.0, 4132.0, 4144.0, 4111.0, 4144.0, 4165.0, 4146.0, 4165.0, 4146.0, 4166.0, 4146.0, 4168.0, 4136.0, 4156.0, 4124.0, 4146.0, 4175.0, 4144.0, 4165.0, 4133.0, 4156.0, 4122.0, 4134.0, 4153.0, 4144.0, 4175.0, 4134.0, 4153.0, 4133.0, 4153.0, 4131.0, 4133.0, 4164.0, 4143.0, 4163.0, 4133.0, 4133.0, 4112.0, 4133.0, 4132.0, 4155.0, 4175.0, 4145.0, 4165.0, 4146.0, 4177.0, 4146.0, 4179.0, 4167.0, 4158.0, 4176.0, 4145.0, 4163.0, 4134.0, 4166.0, 4121.0, 4147.0, 4174.0, 4133.0], 'WindowWidth': [9331.0, 9260.0, 9289.0, 9217.0, 9240.0, 9300.0, 9213.0, 9244.0, 9184.0, 9208.0, 9249.0, 9182.0, 9206.0, 9166.0, 9199.0, 9164.0, 9181.0, 9224.0, 9188.0, 9186.0, 9162.0, 9181.0, 9207.0, 9165.0, 9194.0, 9176.0, 9209.0, 9157.0, 9209.0, 9190.0, 9191.0, 9231.0, 9213.0, 9250.0, 9188.0, 9197.0, 9150.0, 9185.0, 9223.0, 9163.0, 9208.0, 9168.0, 9169.0, 9203.0, 9173.0, 9185.0, 9156.0, 9172.0, 9144.0, 9178.0, 9205.0, 9164.0, 9190.0, 9220.0, 9162.0, 9177.0, 9152.0, 9179.0, 9185.0, 9150.0, 9181.0, 9136.0, 9185.0, 9244.0, 9191.0, 9202.0, 9181.0, 9183.0, 9224.0, 9151.0, 9209.0, 9250.0, 9186.0, 9199.0, 9186.0, 9201.0, 9183.0, 9215.0, 9233.0, 9210.0, 9237.0, 9189.0, 9222.0, 9253.0, 9188.0, 9225.0, 9231.0, 9178.0, 9197.0, 9146.0, 9179.0, 9203.0, 9160.0, 9192.0, 9229.0, 9184.0, 9193.0, 9162.0, 9169.0, 9215.0, 9201.0, 9195.0, 9167.0, 9189.0, 9231.0, 9169.0, 9198.0, 9192.0, 9177.0, 9210.0, 9171.0, 9186.0, 9204.0, 9158.0, 9164.0, 9205.0, 9172.0, 9195.0, 9131.0, 9179.0, 9206.0, 9164.0, 9178.0, 9204.0, 9169.0, 9207.0, 9223.0, 9168.0, 9183.0, 9136.0, 9207.0, 9239.0, 9159.0, 9206.0, 9146.0, 9210.0, 9250.0, 9177.0, 9242.0, 9228.0, 9211.0, 9227.0, 9189.0, 9219.0, 9156.0, 9191.0, 9232.0, 9171.0, 9221.0, 9257.0, 9187.0, 9213.0, 9166.0, 9186.0, 9207.0, 9180.0, 9212.0, 9174.0, 9182.0, 9233.0, 9191.0, 9184.0, 9152.0, 9183.0, 9208.0, 9152.0, 9202.0, 9221.0, 9208.0, 9215.0, 9171.0, 9202.0, 9149.0, 9183.0, 9225.0, 9164.0, 9211.0, 9210.0, 9164.0, 9217.0, 9152.0, 9178.0, 9202.0, 9146.0, 9178.0, 9193.0, 9186.0, 9194.0, 9160.0, 9181.0, 9189.0, 9183.0, 9213.0, 9163.0, 9192.0, 9226.0, 9187.0, 9216.0, 9168.0, 9194.0, 9255.0, 9209.0, 9221.0, 9176.0, 9190.0, 9174.0, 9191.0, 9179.0, 9210.0, 9253.0, 9170.0, 9209.0, 9253.0, 9172.0, 9207.0, 9257.0, 9206.0, 9231.0, 9169.0, 9179.0, 9128.0, 9183.0, 9207.0, 9182.0, 9237.0, 9202.0, 9183.0, 9208.0, 9163.0, 9185.0, 9235.0, 9155.0, 9187.0, 9197.0, 9152.0, 9182.0, 9164.0, 9139.0, 9182.0, 9150.0, 9142.0, 9176.0, 9126.0, 9129.0, 9154.0, 9129.0, 9160.0, 9180.0, 9137.0, 9151.0, 9132.0, 9184.0, 9209.0, 9163.0, 9172.0, 9158.0, 9189.0, 9205.0, 9161.0, 9190.0, 9140.0, 9186.0, 9213.0, 9179.0, 9174.0, 9157.0, 9178.0, 9201.0, 9164.0, 9194.0, 9160.0, 9166.0, 9188.0, 9168.0, 9177.0, 9185.0, 9180.0, 9213.0, 9191.0, 9199.0, 9248.0, 9191.0, 9234.0, 9186.0, 9222.0, 9203.0, 9205.0, 9210.0, 9167.0, 9128.0, 9149.0, 9169.0, 9188.0, 9156.0, 9199.0, 9174.0, 9234.0, 9233.0, 9235.0, 9225.0, 9231.0, 9186.0, 9213.0, 9207.0, 9161.0, 9192.0, 9196.0, 9141.0, 9195.0, 9149.0, 9137.0, 9160.0, 9114.0, 9139.0, 9196.0, 9159.0, 9171.0, 9124.0, 9147.0, 9200.0, 9184.0, 9195.0, 9126.0, 9145.0, 9199.0, 9143.0, 9176.0, 9186.0, 9159.0, 9192.0, 9156.0, 9161.0, 9209.0, 9154.0, 9164.0, 9200.0, 9146.0, 9178.0, 9205.0, 9165.0, 9198.0, 9150.0, 9165.0, 9205.0, 9148.0, 9165.0, 9200.0, 9162.0, 9195.0, 9192.0, 9187.0, 9201.0, 9152.0, 9171.0, 9142.0, 9195.0, 9233.0, 9194.0, 9241.0, 9237.0, 9223.0, 9245.0, 9172.0, 9191.0, 9226.0, 9168.0, 9212.0, 9215.0, 9185.0, 9211.0, 9171.0, 9189.0, 9225.0, 9173.0, 9204.0, 9158.0, 9192.0, 9236.0, 9180.0, 9204.0, 9162.0, 9195.0, 9165.0, 9203.0, 9253.0, 9203.0, 9255.0, 9214.0, 9255.0, 9235.0, 9215.0, 9213.0, 9236.0, 9206.0, 9232.0, 9190.0, 9215.0, 9191.0, 9235.0, 9216.0, 9220.0, 9226.0, 9187.0, 9188.0, 9217.0, 9161.0, 9189.0, 9121.0, 9140.0, 9175.0, 9159.0, 9177.0, 9165.0, 9179.0, 9156.0, 9200.0, 9178.0, 9224.0, 9255.0, 9192.0, 9218.0, 9176.0, 9224.0, 9226.0, 9197.0, 9228.0, 9192.0, 9218.0, 9157.0, 9192.0, 9252.0, 9177.0, 9187.0, 9226.0, 9171.0, 9213.0, 9164.0, 9193.0, 9211.0, 9158.0, 9204.0, 9227.0, 9173.0, 9220.0, 9238.0, 9202.0, 9220.0, 9160.0, 9191.0, 9198.0, 9194.0, 9243.0, 9188.0, 9192.0, 9237.0, 9173.0, 9193.0, 9228.0, 9172.0, 9218.0, 9226.0, 9168.0, 9211.0, 9149.0, 9183.0, 9229.0, 9192.0, 9215.0, 9150.0, 9170.0, 9207.0, 9166.0, 9209.0, 9151.0, 9171.0, 9225.0, 9170.0, 9216.0, 9193.0, 9175.0, 9201.0, 9146.0, 9195.0, 9154.0, 9209.0, 9233.0, 9195.0, 9219.0, 9227.0, 9203.0, 9218.0, 9197.0, 9197.0, 9237.0, 9212.0, 9240.0, 9240.0, 9281.0, 9216.0, 9236.0, 9189.0, 9218.0, 9207.0, 9164.0, 9230.0, 9203.0, 9175.0, 9212.0, 9143.0, 9144.0, 9140.0, 9145.0, 9169.0, 9170.0, 9208.0, 9165.0, 9200.0, 9165.0, 9203.0, 9252.0, 9200.0, 9262.0, 9223.0, 9198.0, 9236.0, 9180.0, 9223.0, 9179.0, 9235.0, 9243.0, 9198.0, 9235.0, 9197.0, 9239.0, 9198.0, 9252.0, 9279.0, 9199.0, 9233.0, 9192.0, 9233.0, 9171.0, 9219.0, 9252.0, 9195.0, 9220.0, 9241.0, 9170.0, 9208.0, 9151.0, 9171.0, 9229.0, 9191.0, 9198.0, 9156.0, 9190.0, 9230.0, 9193.0, 9231.0, 9175.0, 9209.0, 9217.0, 9206.0, 9230.0, 9211.0, 9240.0, 9223.0, 9237.0, 9210.0, 9232.0, 9181.0, 9215.0, 9210.0, 9238.0, 9197.0, 9255.0, 9227.0, 9227.0, 9202.0, 9191.0, 9229.0, 9169.0, 9226.0, 9249.0, 9165.0, 9205.0, 9164.0, 9192.0, 9174.0, 9186.0, 9164.0, 9170.0, 9205.0, 9171.0, 9214.0, 9157.0, 9197.0, 9232.0, 9173.0, 9199.0, 9160.0, 9214.0, 9188.0, 9199.0, 9237.0, 9215.0, 9241.0, 9196.0, 9249.0, 9281.0, 9213.0, 9223.0, 9231.0, 9185.0, 9228.0, 9175.0, 9166.0, 9224.0, 9156.0, 9162.0, 9203.0, 9149.0, 9165.0, 9199.0, 9128.0, 9158.0, 9196.0, 9164.0, 9177.0, 9137.0, 9172.0, 9204.0, 9167.0, 9200.0, 9208.0, 9172.0, 9208.0, 9147.0, 9168.0, 9234.0, 9181.0, 9203.0, 9149.0, 9182.0, 9225.0, 9190.0, 9239.0, 9179.0, 9199.0, 9240.0, 9225.0, 9243.0, 9252.0, 9219.0, 9238.0, 9203.0, 9221.0, 9261.0, 9195.0, 9191.0, 9216.0, 9215.0, 9237.0, 9172.0, 9213.0, 9228.0, 9180.0, 9206.0, 9126.0, 9158.0, 9181.0, 9122.0, 9163.0, 9208.0, 9165.0, 9165.0, 9120.0, 9172.0, 9231.0, 9181.0, 9205.0, 9180.0, 9217.0, 9255.0, 9204.0, 9231.0, 9240.0, 9212.0, 9240.0, 9182.0, 9215.0, 9252.0, 9177.0, 9218.0, 9203.0, 9195.0, 9231.0, 9187.0, 9218.0, 9243.0, 9182.0, 9216.0, 9206.0, 9183.0, 9212.0, 9176.0, 9197.0, 9230.0, 9172.0, 9195.0, 9149.0, 9169.0, 9206.0, 9167.0, 9211.0, 9166.0, 9170.0, 9211.0, 9172.0, 9201.0, 9206.0, 9165.0, 9192.0, 9146.0, 9171.0, 9208.0, 9188.0, 9218.0, 9171.0, 9190.0, 9227.0, 9192.0, 9236.0, 9157.0, 9184.0, 9193.0, 9182.0, 9212.0, 9167.0, 9187.0, 9199.0, 9208.0, 9230.0, 9193.0, 9219.0, 9178.0, 9213.0, 9234.0, 9175.0, 9236.0, 9235.0, 9189.0, 9213.0, 9167.0, 9186.0, 9225.0, 9170.0, 9216.0, 9168.0, 9184.0, 9210.0, 9184.0, 9203.0, 9210.0, 9170.0, 9218.0, 9173.0, 9188.0, 9210.0, 9185.0, 9214.0, 9140.0, 9190.0, 9200.0, 9208.0, 9252.0, 9212.0, 9222.0, 9196.0, 9214.0, 9222.0, 9210.0, 9252.0, 9192.0, 9209.0, 9233.0, 9187.0, 9219.0, 9171.0, 9212.0, 9252.0, 9210.0, 9221.0, 9194.0, 9238.0, 9178.0, 9212.0, 9235.0, 9210.0, 9236.0, 9209.0, 9237.0, 9195.0, 9215.0, 9239.0, 9219.0, 9255.0, 9196.0, 9237.0, 9189.0, 9210.0, 9252.0, 9190.0, 9215.0, 9187.0, 9206.0, 9157.0, 9206.0, 9237.0, 9213.0, 9235.0, 9212.0, 9239.0, 9213.0, 9244.0, 9199.0, 9226.0, 9179.0, 9212.0, 9251.0, 9206.0, 9237.0, 9191.0, 9222.0, 9172.0, 9193.0, 9215.0, 9205.0, 9248.0, 9194.0, 9215.0, 9190.0, 9216.0, 9184.0, 9190.0, 9231.0, 9203.0, 9231.0, 9188.0, 9190.0, 9158.0, 9190.0, 9186.0, 9224.0, 9249.0, 9210.0, 9235.0, 9212.0, 9255.0, 9212.0, 9261.0, 9243.0, 9229.0, 9253.0, 9209.0, 9230.0, 9191.0, 9237.0, 9171.0, 9214.0, 9247.0, 9188.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.00052307249712313</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.020372927157652477</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.19311201289165</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2816696767626734</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.001045658675115</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4581</td></tr>
|
|
<tr><td colspan=3>fber</td><td>7024.5933</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.08635861929746706</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>12</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>1.380897583429229</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5263433319660433</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3940719429208768</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7614692068887163</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.423488846088536</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.016697</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.009673946537077427</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.02694152481853962</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>869</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>3.8428111397109683</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>25.6224</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>34.8693</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>152.6128</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>43.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>303979.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>712.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>299.2284</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.2535</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>530.9012</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3348.9095</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3574.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>72565.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1087.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4386.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>930.0419</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>41.85326046589762</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> |