=== 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-0046 --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-0046",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
106 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
106 KiB
(Stored with Git Annex)
HTML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
|
|
<title>sub-0046_ses-03_task-social_acq-mb8_run-06_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-0046_ses-03_task-social_acq-mb8_run-06_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-06_session-03_subject-0046_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-0046/figures/sub-0046_ses-03_task-social_acq-mb8_run-06_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0046/figures/sub-0046_ses-03_task-social_acq-mb8_run-06_desc-stdev_bold.svg" target="_blank">sub-0046/figures/sub-0046_ses-03_task-social_acq-mb8_run-06_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-06_session-03_subject-0046_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-0046/figures/sub-0046_ses-03_task-social_acq-mb8_run-06_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0046/figures/sub-0046_ses-03_task-social_acq-mb8_run-06_desc-background_bold.svg" target="_blank">sub-0046/figures/sub-0046_ses-03_task-social_acq-mb8_run-06_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-06_session-03_subject-0046_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-0046/figures/sub-0046_ses-03_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0046/figures/sub-0046_ses-03_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" target="_blank">sub-0046/figures/sub-0046_ses-03_task-social_acq-mb8_run-06_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-06_session-03_subject-0046_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-0046/figures/sub-0046_ses-03_task-social_acq-mb8_run-06_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0046/figures/sub-0046_ses-03_task-social_acq-mb8_run-06_desc-carpet_bold.svg" target="_blank">sub-0046/figures/sub-0046_ses-03_task-social_acq-mb8_run-06_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-06_session-03_subject-0046_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-0046/figures/sub-0046_ses-03_task-social_acq-mb8_run-06_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0046/figures/sub-0046_ses-03_task-social_acq-mb8_run-06_desc-mean_bold.svg" target="_blank">sub-0046/figures/sub-0046_ses-03_task-social_acq-mb8_run-06_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-06_session-03_subject-0046_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-0046/figures/sub-0046_ses-03_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0046/figures/sub-0046_ses-03_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" target="_blank">sub-0046/figures/sub-0046_ses-03_task-social_acq-mb8_run-06_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-06_session-03_subject-0046_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-0046/figures/sub-0046_ses-03_task-social_acq-mb8_run-06_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0046/figures/sub-0046_ses-03_task-social_acq-mb8_run-06_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-0046/figures/sub-0046_ses-03_task-social_acq-mb8_run-06_desc-norm_bold.svg" target="_blank">sub-0046/figures/sub-0046_ses-03_task-social_acq-mb8_run-06_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-0046/ses-03/func/sub-0046_ses-03_task-social_acq-mb8_run-06_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>131446f746fc2172759d695e7a2f442b</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>19:10:28.220000</td></tr>
|
|
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
|
|
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
|
|
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
|
|
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
|
|
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
|
|
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
|
|
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
|
|
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
|
|
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
|
|
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
|
|
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
|
|
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
|
|
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.995842, 0.0359696, 0.0836996, -0.0382564, 0.998933, 0.0258792]</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-06_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.102993</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-06_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>18</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4152, -7764, -7291, 524, -62, -107, -27, 73]</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>252.715</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>254d8351-c37f-448e-bda4-2cdaf234a068||Sequence: R016 ve11e/master r/434b28f1; Aug 7 2019 18:53:46 by eja</td></tr>
|
|
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6717703342437744, -0.10263907164335251, 0.22323451936244965, 113.6416244506836], [-0.09650381654500961, 2.6800637245178223, 0.07822882384061813, -94.73924255371094], [0.22456000745296478, -0.06943202018737793, 2.6896183490753174, -85.09545135498047], [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': ['191028.220000', '191028.680000', '191029.140000', '191029.600000', '191030.060000', '191030.520000', '191030.980000', '191031.440000', '191031.900000', '191032.360000', '191032.820000', '191033.280000', '191033.740000', '191034.200000', '191034.660000', '191035.120000', '191035.580000', '191036.040000', '191036.500000', '191036.960000', '191037.420000', '191037.880000', '191038.340000', '191038.800000', '191039.260000', '191039.720000', '191040.180000', '191040.640000', '191041.100000', '191041.560000', '191042.020000', '191042.480000', '191042.940000', '191043.400000', '191043.860000', '191044.320000', '191044.780000', '191045.240000', '191045.700000', '191046.160000', '191046.620000', '191047.080000', '191047.540000', '191048.000000', '191048.460000', '191048.920000', '191049.380000', '191049.840000', '191050.300000', '191050.760000', '191051.220000', '191051.680000', '191052.140000', '191052.600000', '191053.060000', '191053.520000', '191053.980000', '191054.440000', '191054.900000', '191055.360000', '191055.820000', '191056.280000', '191056.740000', '191057.200000', '191057.660000', '191058.120000', '191058.580000', '191059.040000', '191059.500000', '191059.960000', '191100.420000', '191100.880000', '191101.340000', '191101.800000', '191102.260000', '191102.720000', '191103.180000', '191103.640000', '191104.100000', '191104.560000', '191105.020000', '191105.480000', '191105.940000', '191106.400000', '191106.860000', '191107.320000', '191107.780000', '191108.240000', '191108.700000', '191109.160000', '191109.620000', '191110.080000', '191110.540000', '191111.000000', '191111.460000', '191111.920000', '191112.380000', '191112.840000', '191113.300000', '191113.760000', '191114.220000', '191114.680000', '191115.140000', '191115.600000', '191116.060000', '191116.520000', '191116.980000', '191117.440000', '191117.900000', '191118.360000', '191118.820000', '191119.280000', '191119.740000', '191120.200000', '191120.660000', '191121.120000', '191121.580000', '191122.040000', '191122.500000', '191122.960000', '191123.420000', '191123.880000', '191124.340000', '191124.800000', '191125.260000', '191125.720000', '191126.180000', '191126.640000', '191127.100000', '191127.560000', '191128.020000', '191128.480000', '191128.940000', '191129.400000', '191129.860000', '191130.320000', '191130.780000', '191131.240000', '191131.700000', '191132.160000', '191132.620000', '191133.080000', '191133.540000', '191134.000000', '191134.460000', '191134.920000', '191135.380000', '191135.840000', '191136.300000', '191136.760000', '191137.220000', '191137.680000', '191138.140000', '191138.600000', '191139.060000', '191139.520000', '191139.980000', '191140.440000', '191140.900000', '191141.360000', '191141.820000', '191142.280000', '191142.740000', '191143.200000', '191143.660000', '191144.120000', '191144.580000', '191145.040000', '191145.500000', '191145.960000', '191146.420000', '191146.880000', '191147.340000', '191147.800000', '191148.260000', '191148.720000', '191149.180000', '191149.640000', '191150.100000', '191150.560000', '191151.020000', '191151.480000', '191151.940000', '191152.400000', '191152.860000', '191153.320000', '191153.780000', '191154.240000', '191154.700000', '191155.160000', '191155.620000', '191156.080000', '191156.540000', '191157.000000', '191157.460000', '191157.920000', '191158.380000', '191158.840000', '191159.300000', '191159.760000', '191200.220000', '191200.680000', '191201.140000', '191201.600000', '191202.060000', '191202.520000', '191202.980000', '191203.440000', '191203.900000', '191204.360000', '191204.820000', '191205.280000', '191205.740000', '191206.200000', '191206.660000', '191207.120000', '191207.580000', '191208.040000', '191208.500000', '191208.960000', '191209.420000', '191209.880000', '191210.340000', '191210.800000', '191211.260000', '191211.720000', '191212.180000', '191212.640000', '191213.100000', '191213.560000', '191214.020000', '191214.480000', '191214.940000', '191215.400000', '191215.860000', '191216.320000', '191216.780000', '191217.240000', '191217.700000', '191218.160000', '191218.620000', '191219.080000', '191219.540000', '191220.000000', '191220.460000', '191220.920000', '191221.380000', '191221.840000', '191222.300000', '191222.760000', '191223.220000', '191223.680000', '191224.140000', '191224.600000', '191225.060000', '191225.520000', '191225.980000', '191226.440000', '191226.900000', '191227.360000', '191227.820000', '191228.280000', '191228.740000', '191229.200000', '191229.660000', '191230.120000', '191230.580000', '191231.040000', '191231.500000', '191231.960000', '191232.420000', '191232.880000', '191233.340000', '191233.800000', '191234.260000', '191234.720000', '191235.180000', '191235.640000', '191236.100000', '191236.560000', '191237.020000', '191237.480000', '191237.940000', '191238.400000', '191238.860000', '191239.320000', '191239.780000', '191240.240000', '191240.700000', '191241.160000', '191241.620000', '191242.080000', '191242.540000', '191243.000000', '191243.460000', '191243.920000', '191244.380000', '191244.840000', '191245.300000', '191245.760000', '191246.220000', '191246.680000', '191247.140000', '191247.600000', '191248.060000', '191248.520000', '191248.980000', '191249.440000', '191249.900000', '191250.360000', '191250.820000', '191251.280000', '191251.740000', '191252.200000', '191252.660000', '191253.120000', '191253.580000', '191254.040000', '191254.500000', '191254.960000', '191255.420000', '191255.880000', '191256.340000', '191256.800000', '191257.260000', '191257.720000', '191258.180000', '191258.640000', '191259.100000', '191259.560000', '191300.020000', '191300.480000', '191300.940000', '191301.400000', '191301.860000', '191302.320000', '191302.780000', '191303.240000', '191303.700000', '191304.160000', '191304.620000', '191305.080000', '191305.540000', '191306.000000', '191306.460000', '191306.920000', '191307.380000', '191307.840000', '191308.300000', '191308.760000', '191309.220000', '191309.680000', '191310.140000', '191310.600000', '191311.060000', '191311.520000', '191311.980000', '191312.440000', '191312.900000', '191313.360000', '191313.820000', '191314.280000', '191314.740000', '191315.200000', '191315.660000', '191316.120000', '191316.580000', '191317.040000', '191317.500000', '191317.960000', '191318.420000', '191318.880000', '191319.340000', '191319.800000', '191320.260000', '191320.720000', '191321.180000', '191321.640000', '191322.100000', '191322.560000', '191323.020000', '191323.480000', '191323.940000', '191324.400000', '191324.860000', '191325.320000', '191325.780000', '191326.240000', '191326.700000', '191327.160000', '191327.620000', '191328.080000', '191328.540000', '191329.000000', '191329.460000', '191329.920000', '191330.380000', '191330.840000', '191331.300000', '191331.760000', '191332.220000', '191332.680000', '191333.140000', '191333.600000', '191334.060000', '191334.520000', '191334.980000', '191335.440000', '191335.900000', '191336.360000', '191336.820000', '191337.280000', '191337.740000', '191338.200000', '191338.660000', '191339.120000', '191339.580000', '191340.040000', '191340.500000', '191340.960000', '191341.420000', '191341.880000', '191342.340000', '191342.800000', '191343.260000', '191343.720000', '191344.180000', '191344.640000', '191345.100000', '191345.560000', '191346.020000', '191346.480000', '191346.940000', '191347.400000', '191347.860000', '191348.320000', '191348.780000', '191349.240000', '191349.700000', '191350.160000', '191350.620000', '191351.080000', '191351.540000', '191352.000000', '191352.460000', '191352.920000', '191353.380000', '191353.840000', '191354.300000', '191354.760000', '191355.220000', '191355.680000', '191356.140000', '191356.600000', '191357.060000', '191357.520000', '191357.980000', '191358.440000', '191358.900000', '191359.360000', '191359.820000', '191400.280000', '191400.740000', '191401.200000', '191401.660000', '191402.120000', '191402.580000', '191403.040000', '191403.500000', '191403.960000', '191404.420000', '191404.880000', '191405.340000', '191405.800000', '191406.260000', '191406.720000', '191407.180000', '191407.640000', '191408.100000', '191408.560000', '191409.020000', '191409.480000', '191409.940000', '191410.400000', '191410.860000', '191411.320000', '191411.780000', '191412.240000', '191412.700000', '191413.160000', '191413.620000', '191414.080000', '191414.540000', '191415.000000', '191415.460000', '191415.920000', '191416.380000', '191416.840000', '191417.300000', '191417.760000', '191418.220000', '191418.680000', '191419.140000', '191419.600000', '191420.060000', '191420.520000', '191420.980000', '191421.440000', '191421.900000', '191422.360000', '191422.820000', '191423.280000', '191423.740000', '191424.200000', '191424.660000', '191425.120000', '191425.580000', '191426.040000', '191426.500000', '191426.960000', '191427.420000', '191427.880000', '191428.340000', '191428.800000', '191429.260000', '191429.720000', '191430.180000', '191430.640000', '191431.100000', '191431.560000', '191432.020000', '191432.480000', '191432.940000', '191433.400000', '191433.860000', '191434.320000', '191434.780000', '191435.240000', '191435.700000', '191436.160000', '191436.620000', '191437.080000', '191437.540000', '191438.000000', '191438.460000', '191438.920000', '191439.380000', '191439.840000', '191440.300000', '191440.760000', '191441.220000', '191441.680000', '191442.140000', '191442.600000', '191443.060000', '191443.520000', '191443.980000', '191444.440000', '191444.900000', '191445.360000', '191445.820000', '191446.280000', '191446.740000', '191447.200000', '191447.660000', '191448.120000', '191448.580000', '191449.040000', '191449.500000', '191449.960000', '191450.420000', '191450.880000', '191451.340000', '191451.800000', '191452.260000', '191452.720000', '191453.180000', '191453.640000', '191454.100000', '191454.560000', '191455.020000', '191455.480000', '191455.940000', '191456.400000', '191456.860000', '191457.320000', '191457.780000', '191458.240000', '191458.700000', '191459.160000', '191459.620000', '191500.080000', '191500.540000', '191501.000000', '191501.460000', '191501.920000', '191502.380000', '191502.840000', '191503.300000', '191503.760000', '191504.220000', '191504.680000', '191505.140000', '191505.600000', '191506.060000', '191506.520000', '191506.980000', '191507.440000', '191507.900000', '191508.360000', '191508.820000', '191509.280000', '191509.740000', '191510.200000', '191510.660000', '191511.120000', '191511.580000', '191512.040000', '191512.500000', '191512.960000', '191513.420000', '191513.880000', '191514.340000', '191514.800000', '191515.260000', '191515.720000', '191516.180000', '191516.640000', '191517.100000', '191517.560000', '191518.020000', '191518.480000', '191518.940000', '191519.400000', '191519.860000', '191520.320000', '191520.780000', '191521.240000', '191521.700000', '191522.160000', '191522.620000', '191523.080000', '191523.540000', '191524.000000', '191524.460000', '191524.920000', '191525.380000', '191525.840000', '191526.300000', '191526.760000', '191527.220000', '191527.680000', '191528.140000', '191528.600000', '191529.060000', '191529.520000', '191529.980000', '191530.440000', '191530.900000', '191531.360000', '191531.820000', '191532.280000', '191532.740000', '191533.200000', '191533.660000', '191534.120000', '191534.580000', '191535.040000', '191535.500000', '191535.960000', '191536.420000', '191536.880000', '191537.340000', '191537.800000', '191538.260000', '191538.720000', '191539.180000', '191539.640000', '191540.100000', '191540.560000', '191541.020000', '191541.480000', '191541.940000', '191542.400000', '191542.860000', '191543.320000', '191543.780000', '191544.240000', '191544.700000', '191545.160000', '191545.620000', '191546.080000', '191546.540000', '191547.000000', '191547.460000', '191547.920000', '191548.380000', '191548.840000', '191549.300000', '191549.760000', '191550.220000', '191550.680000', '191551.140000', '191551.600000', '191552.060000', '191552.520000', '191552.980000', '191553.440000', '191553.900000', '191554.360000', '191554.820000', '191555.280000', '191555.740000', '191556.200000', '191556.660000', '191557.120000', '191557.580000', '191558.040000', '191558.500000', '191558.960000', '191559.420000', '191559.880000', '191600.340000', '191600.800000', '191601.260000', '191601.720000', '191602.180000', '191602.640000', '191603.100000', '191603.560000', '191604.020000', '191604.480000', '191604.940000', '191605.400000', '191605.860000', '191606.320000', '191606.780000', '191607.240000', '191607.700000', '191608.160000', '191608.620000', '191609.080000', '191609.540000', '191610.000000', '191610.460000', '191610.920000', '191611.380000', '191611.840000', '191612.300000', '191612.760000', '191613.220000', '191613.680000', '191614.140000', '191614.600000', '191615.060000', '191615.520000', '191615.980000', '191616.440000', '191616.900000', '191617.360000', '191617.820000', '191618.280000', '191618.740000', '191619.200000', '191619.660000', '191620.120000', '191620.580000', '191621.040000', '191621.500000', '191621.960000', '191622.420000', '191622.880000', '191623.340000', '191623.800000', '191624.260000', '191624.720000', '191625.180000', '191625.640000', '191626.100000', '191626.560000', '191627.020000', '191627.480000', '191627.940000', '191628.400000', '191628.860000', '191629.320000', '191629.780000', '191630.240000', '191630.700000', '191631.160000', '191631.620000', '191632.080000', '191632.540000', '191633.000000', '191633.460000', '191633.920000', '191634.380000', '191634.840000', '191635.300000', '191635.760000', '191636.220000', '191636.680000', '191637.140000', '191637.600000', '191638.060000', '191638.520000', '191638.980000', '191639.440000', '191639.900000', '191640.360000', '191640.820000', '191641.280000', '191641.740000', '191642.200000', '191642.660000', '191643.120000', '191643.580000', '191644.040000', '191644.500000', '191644.960000', '191645.420000', '191645.880000', '191646.340000', '191646.800000', '191647.260000', '191647.720000', '191648.180000', '191648.640000', '191649.100000', '191649.560000', '191650.020000', '191650.480000', '191650.940000', '191651.400000', '191651.860000', '191652.320000', '191652.780000', '191653.240000', '191653.700000', '191654.160000', '191654.620000', '191655.080000', '191655.540000', '191656.000000', '191656.460000', '191656.920000', '191657.380000', '191657.840000', '191658.300000', '191658.760000', '191659.220000', '191659.680000', '191700.140000', '191700.600000', '191701.060000', '191701.520000', '191701.980000', '191702.440000', '191702.900000', '191703.360000', '191703.820000', '191704.280000', '191704.740000', '191705.200000', '191705.660000', '191706.120000', '191706.580000', '191707.040000', '191707.500000', '191707.960000', '191708.420000', '191708.880000'], 'ContentTime': ['191054.715000', '191054.718000', '191054.721000', '191054.723000', '191054.726000', '191054.728000', '191054.731000', '191054.733000', '191054.736000', '191054.739000', '191054.741000', '191054.744000', '191054.747000', '191054.749000', '191054.752000', '191054.754000', '191054.757000', '191054.759000', '191054.762000', '191054.764000', '191054.767000', '191054.770000', '191054.772000', '191054.775000', '191054.777000', '191054.780000', '191054.782000', '191054.785000', '191054.788000', '191054.790000', '191054.793000', '191054.795000', '191054.798000', '191054.804000', '191054.807000', '191054.810000', '191054.812000', '191054.815000', '191054.817000', '191054.820000', '191054.822000', '191054.825000', '191054.828000', '191054.830000', '191054.833000', '191054.835000', '191054.838000', '191054.840000', '191054.843000', '191054.845000', '191054.848000', '191054.851000', '191054.853000', '191054.856000', '191054.859000', '191054.861000', '191114.686000', '191114.689000', '191114.692000', '191114.694000', '191114.697000', '191114.700000', '191114.702000', '191114.705000', '191114.707000', '191114.710000', '191114.712000', '191114.715000', '191114.718000', '191114.720000', '191114.723000', '191114.725000', '191114.728000', '191114.730000', '191114.733000', '191114.746000', '191114.748000', '191114.751000', '191114.754000', '191114.756000', '191114.759000', '191114.761000', '191114.764000', '191114.767000', '191114.769000', '191114.772000', '191114.774000', '191114.777000', '191114.779000', '191114.782000', '191114.784000', '191114.787000', '191114.790000', '191114.792000', '191114.795000', '191114.797000', '191114.800000', '191114.803000', '191114.805000', '191134.685000', '191134.688000', '191134.691000', '191134.693000', '191134.696000', '191134.698000', '191134.701000', '191134.704000', '191134.706000', '191134.709000', '191134.711000', '191134.714000', '191134.717000', '191134.719000', '191134.722000', '191134.724000', '191134.727000', '191134.729000', '191134.732000', '191134.735000', '191134.737000', '191134.740000', '191134.742000', '191134.745000', '191134.747000', '191134.750000', '191134.752000', '191134.755000', '191134.758000', '191134.760000', '191134.763000', '191134.765000', '191134.768000', '191134.770000', '191134.773000', '191134.776000', '191134.778000', '191134.781000', '191134.783000', '191134.786000', '191134.788000', '191134.791000', '191134.793000', '191134.796000', '191154.685000', '191154.688000', '191154.691000', '191154.693000', '191154.696000', '191154.698000', '191154.701000', '191154.703000', '191154.706000', '191154.709000', '191154.711000', '191154.714000', '191154.716000', '191154.719000', '191154.722000', '191154.724000', '191154.727000', '191154.729000', '191154.732000', '191154.734000', '191154.737000', '191154.740000', '191154.742000', '191154.745000', '191154.747000', '191154.750000', '191154.752000', '191154.755000', '191154.758000', '191154.760000', '191154.763000', '191154.766000', '191154.768000', '191154.771000', '191154.773000', '191154.776000', '191154.778000', '191154.781000', '191154.784000', '191154.786000', '191154.789000', '191154.791000', '191154.794000', '191214.686000', '191214.689000', '191214.692000', '191214.694000', '191214.697000', '191214.700000', '191214.702000', '191214.705000', '191214.707000', '191214.710000', '191214.712000', '191214.715000', '191214.718000', '191214.720000', '191214.723000', '191214.725000', '191214.753000', '191214.755000', '191214.758000', '191214.760000', '191214.763000', '191214.766000', '191214.768000', '191214.771000', '191214.773000', '191214.776000', '191214.778000', '191214.781000', '191214.784000', '191214.786000', '191214.789000', '191214.791000', '191214.794000', '191214.796000', '191214.799000', '191214.802000', '191214.804000', '191214.807000', '191214.809000', '191214.812000', '191214.814000', '191214.817000', '191214.820000', '191214.822000', '191234.687000', '191234.689000', '191234.692000', '191234.695000', '191234.697000', '191234.704000', '191234.707000', '191234.709000', '191234.735000', '191234.738000', '191234.741000', '191234.743000', '191234.746000', '191234.748000', '191234.751000', '191234.753000', '191234.756000', '191234.758000', '191234.761000', '191234.764000', '191234.766000', '191234.769000', '191234.771000', '191234.774000', '191234.777000', '191234.779000', '191234.782000', '191234.785000', '191234.787000', '191234.790000', '191234.792000', '191234.795000', '191234.798000', '191234.800000', '191234.803000', '191234.806000', '191234.808000', '191234.811000', '191234.813000', '191234.816000', '191234.819000', '191234.821000', '191234.824000', '191254.686000', '191254.689000', '191254.692000', '191254.694000', '191254.697000', '191254.699000', '191254.702000', '191254.705000', '191254.707000', '191254.710000', '191254.712000', '191254.715000', '191254.718000', '191254.720000', '191254.723000', '191254.725000', '191254.728000', '191254.730000', '191254.733000', '191254.736000', '191254.738000', '191254.741000', '191254.743000', '191254.746000', '191254.748000', '191254.751000', '191254.754000', '191254.756000', '191254.759000', '191254.761000', '191254.764000', '191254.766000', '191254.769000', '191254.772000', '191254.774000', '191254.777000', '191254.779000', '191254.782000', '191254.784000', '191254.787000', '191254.789000', '191254.792000', '191254.795000', '191254.797000', '191314.687000', '191314.689000', '191314.692000', '191314.695000', '191314.697000', '191314.700000', '191314.702000', '191314.705000', '191314.707000', '191314.710000', '191314.713000', '191314.715000', '191314.718000', '191314.720000', '191314.723000', '191314.726000', '191314.728000', '191314.731000', '191314.733000', '191314.736000', '191314.738000', '191314.741000', '191314.744000', '191314.746000', '191314.749000', '191314.751000', '191314.754000', '191314.756000', '191314.759000', '191314.762000', '191314.764000', '191314.767000', '191314.769000', '191314.772000', '191314.774000', '191314.777000', '191314.780000', '191314.792000', '191314.795000', '191314.797000', '191314.800000', '191314.803000', '191314.806000', '191334.686000', '191334.689000', '191334.692000', '191334.694000', '191334.697000', '191334.700000', '191334.702000', '191334.705000', '191334.707000', '191334.710000', '191334.713000', '191334.715000', '191334.718000', '191334.720000', '191334.723000', '191334.725000', '191334.728000', '191334.731000', '191334.733000', '191334.736000', '191334.738000', '191334.741000', '191334.743000', '191334.746000', '191334.749000', '191334.751000', '191334.754000', '191334.756000', '191334.759000', '191334.761000', '191334.764000', '191334.767000', '191334.769000', '191334.772000', '191334.774000', '191334.777000', '191334.779000', '191334.782000', '191334.785000', '191334.787000', '191334.790000', '191334.792000', '191334.795000', '191334.797000', '191354.685000', '191354.688000', '191354.691000', '191354.694000', '191354.696000', '191354.699000', '191354.701000', '191354.704000', '191354.707000', '191354.709000', '191354.712000', '191354.714000', '191354.717000', '191354.720000', '191354.722000', '191354.725000', '191354.727000', '191354.730000', '191354.733000', '191354.735000', '191354.738000', '191354.740000', '191354.743000', '191354.746000', '191354.748000', '191354.751000', '191354.753000', '191354.756000', '191354.759000', '191354.761000', '191354.764000', '191354.766000', '191354.769000', '191354.771000', '191354.774000', '191354.777000', '191354.779000', '191354.782000', '191354.784000', '191354.787000', '191354.790000', '191354.792000', '191354.795000', '191414.686000', '191414.689000', '191414.691000', '191414.694000', '191414.697000', '191414.699000', '191414.702000', '191414.705000', '191414.707000', '191414.710000', '191414.712000', '191414.715000', '191414.717000', '191414.720000', '191414.723000', '191414.725000', '191414.728000', '191414.731000', '191414.733000', '191414.736000', '191414.738000', '191414.741000', '191414.744000', '191414.746000', '191414.749000', '191414.751000', '191414.754000', '191414.757000', '191414.759000', '191414.762000', '191414.764000', '191414.767000', '191414.769000', '191414.772000', '191414.775000', '191414.777000', '191414.780000', '191414.782000', '191414.785000', '191414.788000', '191414.790000', '191414.793000', '191414.795000', '191434.686000', '191434.689000', '191434.692000', '191434.701000', '191434.704000', '191434.706000', '191434.709000', '191434.711000', '191434.714000', '191434.717000', '191434.719000', '191434.722000', '191434.724000', '191434.727000', '191434.729000', '191434.732000', '191434.735000', '191434.737000', '191434.740000', '191434.742000', '191434.745000', '191434.748000', '191434.750000', '191434.753000', '191434.755000', '191434.758000', '191434.760000', '191434.763000', '191434.766000', '191434.768000', '191434.771000', '191434.773000', '191434.776000', '191434.778000', '191434.781000', '191434.784000', '191434.786000', '191434.789000', '191434.791000', '191434.794000', '191434.797000', '191434.799000', '191434.802000', '191434.804000', '191454.688000', '191454.691000', '191454.694000', '191454.697000', '191454.699000', '191454.702000', '191454.705000', '191454.707000', '191454.710000', '191454.712000', '191454.715000', '191454.717000', '191454.720000', '191454.723000', '191454.725000', '191454.728000', '191454.730000', '191454.733000', '191454.755000', '191454.758000', '191454.760000', '191454.763000', '191454.766000', '191454.768000', '191454.771000', '191454.773000', '191454.776000', '191454.778000', '191454.781000', '191454.784000', '191454.786000', '191454.789000', '191454.791000', '191454.794000', '191454.797000', '191454.799000', '191454.802000', '191454.804000', '191454.807000', '191454.809000', '191454.812000', '191454.815000', '191454.817000', '191454.820000', '191514.687000', '191514.690000', '191514.692000', '191514.695000', '191514.697000', '191514.700000', '191514.703000', '191514.705000', '191514.708000', '191514.710000', '191514.713000', '191514.716000', '191514.718000', '191514.721000', '191514.723000', '191514.726000', '191514.729000', '191514.731000', '191514.734000', '191514.737000', '191514.739000', '191514.742000', '191514.744000', '191514.747000', '191514.749000', '191514.752000', '191514.755000', '191514.757000', '191514.760000', '191514.762000', '191514.765000', '191514.768000', '191514.770000', '191514.773000', '191514.775000', '191514.778000', '191514.781000', '191514.783000', '191514.786000', '191514.788000', '191514.791000', '191514.794000', '191514.796000', '191534.686000', '191534.689000', '191534.692000', '191534.695000', '191534.697000', '191534.700000', '191534.702000', '191534.705000', '191534.708000', '191534.710000', '191534.713000', '191534.715000', '191534.718000', '191534.721000', '191534.723000', '191534.726000', '191534.728000', '191534.731000', '191534.733000', '191534.736000', '191534.738000', '191534.741000', '191534.744000', '191534.746000', '191534.749000', '191534.751000', '191534.754000', '191534.756000', '191534.759000', '191534.762000', '191534.764000', '191534.767000', '191534.769000', '191534.772000', '191534.774000', '191534.777000', '191534.780000', '191534.782000', '191534.785000', '191534.787000', '191534.790000', '191534.792000', '191534.795000', '191534.797000', '191554.686000', '191554.689000', '191554.692000', '191554.694000', '191554.697000', '191554.700000', '191554.702000', '191554.705000', '191554.708000', '191554.710000', '191554.713000', '191554.715000', '191554.718000', '191554.720000', '191554.723000', '191554.733000', '191554.736000', '191554.739000', '191554.741000', '191554.744000', '191554.747000', '191554.749000', '191554.752000', '191554.755000', '191554.757000', '191554.760000', '191554.762000', '191554.765000', '191554.768000', '191554.770000', '191554.773000', '191554.775000', '191554.778000', '191554.781000', '191554.783000', '191554.786000', '191554.789000', '191554.791000', '191554.794000', '191554.796000', '191554.799000', '191554.801000', '191554.804000', '191614.685000', '191614.688000', '191614.691000', '191614.694000', '191614.696000', '191614.699000', '191614.701000', '191614.704000', '191614.707000', '191614.709000', '191614.712000', '191614.715000', '191614.717000', '191614.720000', '191614.722000', '191614.725000', '191614.729000', '191614.731000', '191614.734000', '191614.737000', '191614.739000', '191614.742000', '191614.744000', '191614.747000', '191614.750000', '191614.752000', '191614.755000', '191614.757000', '191614.760000', '191614.763000', '191614.765000', '191614.768000', '191614.770000', '191614.773000', '191614.776000', '191614.778000', '191614.781000', '191614.784000', '191614.788000', '191614.790000', '191614.793000', '191614.796000', '191614.798000', '191634.686000', '191634.689000', '191634.691000', '191634.694000', '191634.696000', '191634.699000', '191634.702000', '191634.704000', '191634.707000', '191634.709000', '191634.712000', '191634.714000', '191634.717000', '191634.720000', '191634.722000', '191634.725000', '191634.727000', '191634.730000', '191634.733000', '191634.735000', '191634.738000', '191634.740000', '191634.743000', '191634.745000', '191634.748000', '191634.751000', '191634.753000', '191634.756000', '191634.758000', '191634.761000', '191634.763000', '191634.766000', '191634.769000', '191634.772000', '191634.774000', '191634.777000', '191634.779000', '191634.782000', '191634.785000', '191634.787000', '191634.790000', '191634.792000', '191634.795000', '191634.798000', '191654.686000', '191654.689000', '191654.692000', '191654.695000', '191654.697000', '191654.700000', '191654.702000', '191654.705000', '191654.707000', '191654.710000', '191654.712000', '191654.715000', '191654.718000', '191654.720000', '191654.723000', '191654.725000', '191654.728000', '191654.731000', '191654.733000', '191654.736000', '191654.738000', '191654.741000', '191654.743000', '191654.746000', '191654.749000', '191654.751000', '191654.754000', '191654.756000', '191654.759000', '191654.762000', '191654.764000', '191654.767000', '191654.769000', '191654.772000', '191654.774000', '191654.777000', '191654.780000', '191654.782000', '191654.785000', '191654.787000', '191654.790000', '191654.793000', '191654.795000', '191709.857000', '191709.860000', '191709.863000', '191709.865000', '191709.868000', '191709.870000', '191709.873000', '191709.875000', '191709.878000', '191709.881000', '191709.883000', '191709.886000', '191709.888000', '191709.891000', '191709.893000', '191709.896000', '191709.899000', '191709.901000', '191709.904000', '191709.906000', '191709.909000', '191709.911000', '191709.914000', '191709.917000', '191709.919000', '191709.922000', '191709.925000', '191709.927000', '191709.930000', '191709.932000', '191709.935000', '191709.938000', '191709.940000', '191709.943000'], 'InstanceCreationTime': ['191054.715000', '191054.718000', '191054.721000', '191054.723000', '191054.726000', '191054.728000', '191054.731000', '191054.733000', '191054.736000', '191054.739000', '191054.741000', '191054.744000', '191054.747000', '191054.749000', '191054.752000', '191054.754000', '191054.757000', '191054.759000', '191054.762000', '191054.764000', '191054.767000', '191054.770000', '191054.772000', '191054.775000', '191054.777000', '191054.780000', '191054.782000', '191054.785000', '191054.788000', '191054.790000', '191054.793000', '191054.795000', '191054.798000', '191054.804000', '191054.807000', '191054.810000', '191054.812000', '191054.815000', '191054.817000', '191054.820000', '191054.822000', '191054.825000', '191054.828000', '191054.830000', '191054.833000', '191054.835000', '191054.838000', '191054.840000', '191054.843000', '191054.845000', '191054.848000', '191054.851000', '191054.853000', '191054.856000', '191054.859000', '191054.861000', '191114.686000', '191114.689000', '191114.692000', '191114.694000', '191114.697000', '191114.700000', '191114.702000', '191114.705000', '191114.707000', '191114.710000', '191114.712000', '191114.715000', '191114.718000', '191114.720000', '191114.723000', '191114.725000', '191114.728000', '191114.730000', '191114.733000', '191114.746000', '191114.748000', '191114.751000', '191114.754000', '191114.756000', '191114.759000', '191114.761000', '191114.764000', '191114.767000', '191114.769000', '191114.772000', '191114.774000', '191114.777000', '191114.779000', '191114.782000', '191114.784000', '191114.787000', '191114.790000', '191114.792000', '191114.795000', '191114.797000', '191114.800000', '191114.803000', '191114.805000', '191134.685000', '191134.688000', '191134.691000', '191134.693000', '191134.696000', '191134.698000', '191134.701000', '191134.704000', '191134.706000', '191134.709000', '191134.711000', '191134.714000', '191134.717000', '191134.719000', '191134.722000', '191134.724000', '191134.727000', '191134.729000', '191134.732000', '191134.735000', '191134.737000', '191134.740000', '191134.742000', '191134.745000', '191134.747000', '191134.750000', '191134.752000', '191134.755000', '191134.758000', '191134.760000', '191134.763000', '191134.765000', '191134.768000', '191134.770000', '191134.773000', '191134.776000', '191134.778000', '191134.781000', '191134.783000', '191134.786000', '191134.788000', '191134.791000', '191134.793000', '191134.796000', '191154.685000', '191154.688000', '191154.691000', '191154.693000', '191154.696000', '191154.698000', '191154.701000', '191154.703000', '191154.706000', '191154.709000', '191154.711000', '191154.714000', '191154.716000', '191154.719000', '191154.722000', '191154.724000', '191154.727000', '191154.729000', '191154.732000', '191154.734000', '191154.737000', '191154.740000', '191154.742000', '191154.745000', '191154.747000', '191154.750000', '191154.752000', '191154.755000', '191154.758000', '191154.760000', '191154.763000', '191154.766000', '191154.768000', '191154.771000', '191154.773000', '191154.776000', '191154.778000', '191154.781000', '191154.784000', '191154.786000', '191154.789000', '191154.791000', '191154.794000', '191214.686000', '191214.689000', '191214.692000', '191214.694000', '191214.697000', '191214.700000', '191214.702000', '191214.705000', '191214.707000', '191214.710000', '191214.712000', '191214.715000', '191214.718000', '191214.720000', '191214.723000', '191214.725000', '191214.753000', '191214.755000', '191214.758000', '191214.760000', '191214.763000', '191214.766000', '191214.768000', '191214.771000', '191214.773000', '191214.776000', '191214.778000', '191214.781000', '191214.784000', '191214.786000', '191214.789000', '191214.791000', '191214.794000', '191214.796000', '191214.799000', '191214.802000', '191214.804000', '191214.807000', '191214.809000', '191214.812000', '191214.814000', '191214.817000', '191214.820000', '191214.822000', '191234.687000', '191234.689000', '191234.692000', '191234.695000', '191234.697000', '191234.704000', '191234.707000', '191234.709000', '191234.735000', '191234.738000', '191234.741000', '191234.743000', '191234.746000', '191234.748000', '191234.751000', '191234.753000', '191234.756000', '191234.758000', '191234.761000', '191234.764000', '191234.766000', '191234.769000', '191234.771000', '191234.774000', '191234.777000', '191234.779000', '191234.782000', '191234.785000', '191234.787000', '191234.790000', '191234.792000', '191234.795000', '191234.798000', '191234.800000', '191234.803000', '191234.806000', '191234.808000', '191234.811000', '191234.813000', '191234.816000', '191234.819000', '191234.821000', '191234.824000', '191254.686000', '191254.689000', '191254.692000', '191254.694000', '191254.697000', '191254.699000', '191254.702000', '191254.705000', '191254.707000', '191254.710000', '191254.712000', '191254.715000', '191254.718000', '191254.720000', '191254.723000', '191254.725000', '191254.728000', '191254.730000', '191254.733000', '191254.736000', '191254.738000', '191254.741000', '191254.743000', '191254.746000', '191254.748000', '191254.751000', '191254.754000', '191254.756000', '191254.759000', '191254.761000', '191254.764000', '191254.766000', '191254.769000', '191254.772000', '191254.774000', '191254.777000', '191254.779000', '191254.782000', '191254.784000', '191254.787000', '191254.789000', '191254.792000', '191254.795000', '191254.797000', '191314.687000', '191314.689000', '191314.692000', '191314.695000', '191314.697000', '191314.700000', '191314.702000', '191314.705000', '191314.707000', '191314.710000', '191314.713000', '191314.715000', '191314.718000', '191314.720000', '191314.723000', '191314.726000', '191314.728000', '191314.731000', '191314.733000', '191314.736000', '191314.738000', '191314.741000', '191314.744000', '191314.746000', '191314.749000', '191314.751000', '191314.754000', '191314.756000', '191314.759000', '191314.762000', '191314.764000', '191314.767000', '191314.769000', '191314.772000', '191314.774000', '191314.777000', '191314.780000', '191314.792000', '191314.795000', '191314.797000', '191314.800000', '191314.803000', '191314.806000', '191334.686000', '191334.689000', '191334.692000', '191334.694000', '191334.697000', '191334.700000', '191334.702000', '191334.705000', '191334.707000', '191334.710000', '191334.713000', '191334.715000', '191334.718000', '191334.720000', '191334.723000', '191334.725000', '191334.728000', '191334.731000', '191334.733000', '191334.736000', '191334.738000', '191334.741000', '191334.743000', '191334.746000', '191334.749000', '191334.751000', '191334.754000', '191334.756000', '191334.759000', '191334.761000', '191334.764000', '191334.767000', '191334.769000', '191334.772000', '191334.774000', '191334.777000', '191334.779000', '191334.782000', '191334.785000', '191334.787000', '191334.790000', '191334.792000', '191334.795000', '191334.797000', '191354.685000', '191354.688000', '191354.691000', '191354.694000', '191354.696000', '191354.699000', '191354.701000', '191354.704000', '191354.707000', '191354.709000', '191354.712000', '191354.714000', '191354.717000', '191354.720000', '191354.722000', '191354.725000', '191354.727000', '191354.730000', '191354.733000', '191354.735000', '191354.738000', '191354.740000', '191354.743000', '191354.746000', '191354.748000', '191354.751000', '191354.753000', '191354.756000', '191354.759000', '191354.761000', '191354.764000', '191354.766000', '191354.769000', '191354.771000', '191354.774000', '191354.777000', '191354.779000', '191354.782000', '191354.784000', '191354.787000', '191354.790000', '191354.792000', '191354.795000', '191414.686000', '191414.689000', '191414.691000', '191414.694000', '191414.697000', '191414.699000', '191414.702000', '191414.705000', '191414.707000', '191414.710000', '191414.712000', '191414.715000', '191414.717000', '191414.720000', '191414.723000', '191414.725000', '191414.728000', '191414.731000', '191414.733000', '191414.736000', '191414.738000', '191414.741000', '191414.744000', '191414.746000', '191414.749000', '191414.751000', '191414.754000', '191414.757000', '191414.759000', '191414.762000', '191414.764000', '191414.767000', '191414.769000', '191414.772000', '191414.775000', '191414.777000', '191414.780000', '191414.782000', '191414.785000', '191414.788000', '191414.790000', '191414.793000', '191414.795000', '191434.686000', '191434.689000', '191434.692000', '191434.701000', '191434.704000', '191434.706000', '191434.709000', '191434.711000', '191434.714000', '191434.717000', '191434.719000', '191434.722000', '191434.724000', '191434.727000', '191434.729000', '191434.732000', '191434.735000', '191434.737000', '191434.740000', '191434.742000', '191434.745000', '191434.748000', '191434.750000', '191434.753000', '191434.755000', '191434.758000', '191434.760000', '191434.763000', '191434.766000', '191434.768000', '191434.771000', '191434.773000', '191434.776000', '191434.778000', '191434.781000', '191434.784000', '191434.786000', '191434.789000', '191434.791000', '191434.794000', '191434.797000', '191434.799000', '191434.802000', '191434.804000', '191454.688000', '191454.691000', '191454.694000', '191454.697000', '191454.699000', '191454.702000', '191454.705000', '191454.707000', '191454.710000', '191454.712000', '191454.715000', '191454.717000', '191454.720000', '191454.723000', '191454.725000', '191454.728000', '191454.730000', '191454.733000', '191454.755000', '191454.758000', '191454.760000', '191454.763000', '191454.766000', '191454.768000', '191454.771000', '191454.773000', '191454.776000', '191454.778000', '191454.781000', '191454.784000', '191454.786000', '191454.789000', '191454.791000', '191454.794000', '191454.797000', '191454.799000', '191454.802000', '191454.804000', '191454.807000', '191454.809000', '191454.812000', '191454.815000', '191454.817000', '191454.820000', '191514.687000', '191514.690000', '191514.692000', '191514.695000', '191514.697000', '191514.700000', '191514.703000', '191514.705000', '191514.708000', '191514.710000', '191514.713000', '191514.716000', '191514.718000', '191514.721000', '191514.723000', '191514.726000', '191514.729000', '191514.731000', '191514.734000', '191514.737000', '191514.739000', '191514.742000', '191514.744000', '191514.747000', '191514.749000', '191514.752000', '191514.755000', '191514.757000', '191514.760000', '191514.762000', '191514.765000', '191514.768000', '191514.770000', '191514.773000', '191514.775000', '191514.778000', '191514.781000', '191514.783000', '191514.786000', '191514.788000', '191514.791000', '191514.794000', '191514.796000', '191534.686000', '191534.689000', '191534.692000', '191534.695000', '191534.697000', '191534.700000', '191534.702000', '191534.705000', '191534.708000', '191534.710000', '191534.713000', '191534.715000', '191534.718000', '191534.721000', '191534.723000', '191534.726000', '191534.728000', '191534.731000', '191534.733000', '191534.736000', '191534.738000', '191534.741000', '191534.744000', '191534.746000', '191534.749000', '191534.751000', '191534.754000', '191534.756000', '191534.759000', '191534.762000', '191534.764000', '191534.767000', '191534.769000', '191534.772000', '191534.774000', '191534.777000', '191534.780000', '191534.782000', '191534.785000', '191534.787000', '191534.790000', '191534.792000', '191534.795000', '191534.797000', '191554.686000', '191554.689000', '191554.692000', '191554.694000', '191554.697000', '191554.700000', '191554.702000', '191554.705000', '191554.708000', '191554.710000', '191554.713000', '191554.715000', '191554.718000', '191554.720000', '191554.723000', '191554.733000', '191554.736000', '191554.739000', '191554.741000', '191554.744000', '191554.747000', '191554.749000', '191554.752000', '191554.755000', '191554.757000', '191554.760000', '191554.762000', '191554.765000', '191554.768000', '191554.770000', '191554.773000', '191554.775000', '191554.778000', '191554.781000', '191554.783000', '191554.786000', '191554.789000', '191554.791000', '191554.794000', '191554.796000', '191554.799000', '191554.801000', '191554.804000', '191614.685000', '191614.688000', '191614.691000', '191614.694000', '191614.696000', '191614.699000', '191614.701000', '191614.704000', '191614.707000', '191614.709000', '191614.712000', '191614.715000', '191614.717000', '191614.720000', '191614.722000', '191614.725000', '191614.729000', '191614.731000', '191614.734000', '191614.737000', '191614.739000', '191614.742000', '191614.744000', '191614.747000', '191614.750000', '191614.752000', '191614.755000', '191614.757000', '191614.760000', '191614.763000', '191614.765000', '191614.768000', '191614.770000', '191614.773000', '191614.776000', '191614.778000', '191614.781000', '191614.784000', '191614.788000', '191614.790000', '191614.793000', '191614.796000', '191614.798000', '191634.686000', '191634.689000', '191634.691000', '191634.694000', '191634.696000', '191634.699000', '191634.702000', '191634.704000', '191634.707000', '191634.709000', '191634.712000', '191634.714000', '191634.717000', '191634.720000', '191634.722000', '191634.725000', '191634.727000', '191634.730000', '191634.733000', '191634.735000', '191634.738000', '191634.740000', '191634.743000', '191634.745000', '191634.748000', '191634.751000', '191634.753000', '191634.756000', '191634.758000', '191634.761000', '191634.763000', '191634.766000', '191634.769000', '191634.772000', '191634.774000', '191634.777000', '191634.779000', '191634.782000', '191634.785000', '191634.787000', '191634.790000', '191634.792000', '191634.795000', '191634.798000', '191654.686000', '191654.689000', '191654.692000', '191654.695000', '191654.697000', '191654.700000', '191654.702000', '191654.705000', '191654.707000', '191654.710000', '191654.712000', '191654.715000', '191654.718000', '191654.720000', '191654.723000', '191654.725000', '191654.728000', '191654.731000', '191654.733000', '191654.736000', '191654.738000', '191654.741000', '191654.743000', '191654.746000', '191654.749000', '191654.751000', '191654.754000', '191654.756000', '191654.759000', '191654.762000', '191654.764000', '191654.767000', '191654.769000', '191654.772000', '191654.774000', '191654.777000', '191654.780000', '191654.782000', '191654.785000', '191654.787000', '191654.790000', '191654.793000', '191654.795000', '191709.857000', '191709.860000', '191709.863000', '191709.865000', '191709.868000', '191709.870000', '191709.873000', '191709.875000', '191709.878000', '191709.881000', '191709.883000', '191709.886000', '191709.888000', '191709.891000', '191709.893000', '191709.896000', '191709.899000', '191709.901000', '191709.904000', '191709.906000', '191709.909000', '191709.911000', '191709.914000', '191709.917000', '191709.919000', '191709.922000', '191709.925000', '191709.927000', '191709.930000', '191709.932000', '191709.935000', '191709.938000', '191709.940000', '191709.943000'], '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': [11274, 8111, 11628, 7941, 11764, 8347, 11171, 9010, 11448, 9418, 11810, 9720, 11612, 9271, 10601, 8867, 9130, 9138, 8553, 9794, 7982, 10063, 7472, 11189, 7785, 11155, 7988, 10837, 8643, 10904, 8684, 11201, 8452, 10049, 8457, 7710, 9637, 7611, 10563, 7643, 11242, 8477, 11815, 8629, 11717, 8972, 11189, 8704, 8976, 8694, 7829, 10141, 7727, 10640, 7373, 11424, 7623, 11740, 8718, 9757, 9408, 7529, 11624, 8975, 7559, 11470, 8760, 11601, 9059, 8270, 10638, 8731, 12031, 10125, 14598, 11050, 8610, 8892, 7690, 11209, 7742, 12059, 9412, 7807, 10344, 8240, 9911, 8228, 7809, 10653, 8389, 12209, 8937, 12613, 8918, 12043, 9079, 10513, 8838, 7500, 9726, 7807, 10560, 7581, 11221, 7780, 11543, 8329, 10763, 8067, 7974, 9786, 7832, 10784, 7608, 11137, 8103, 9283, 8577, 7677, 10470, 8064, 11514, 8440, 9394, 8666, 7923, 10812, 7986, 10718, 8307, 7619, 10824, 8327, 11060, 8336, 7848, 10052, 7677, 12071, 8606, 10237, 8689, 7536, 10661, 7917, 12082, 8967, 9503, 9604, 7693, 11572, 8603, 11005, 8888, 7667, 10996, 7786, 12096, 8875, 11444, 9169, 7556, 10487, 7668, 11650, 8697, 12543, 8601, 9537, 9437, 7690, 11441, 8149, 8204, 9392, 8339, 11599, 8330, 10692, 8711, 7478, 10668, 8022, 11733, 8304, 11000, 8640, 7760, 10029, 7930, 11619, 8870, 10321, 9145, 7289, 11243, 8348, 11378, 8543, 7508, 10520, 7588, 12535, 9027, 11375, 9168, 7598, 11151, 7882, 12942, 8764, 13289, 9170, 12874, 9308, 13163, 8904, 12885, 9091, 9391, 9672, 8645, 10323, 7372, 10202, 8376, 11938, 9006, 9026, 8841, 7777, 10474, 7843, 10471, 9511, 8010, 12526, 9057, 7316, 10568, 7893, 11823, 8639, 13058, 9182, 14189, 9411, 13277, 9029, 10096, 8498, 8935, 9150, 7628, 10673, 7685, 11071, 7943, 11095, 8235, 11323, 8803, 9107, 9184, 7937, 10348, 8105, 11212, 8189, 11804, 8652, 8903, 9346, 8112, 10665, 8040, 11705, 8557, 12379, 8871, 11976, 8926, 7582, 9977, 8068, 11266, 7789, 12337, 8880, 13272, 8683, 12879, 8681, 9515, 9108, 7775, 9888, 8127, 10140, 8001, 11398, 8528, 11387, 8497, 11583, 8905, 9970, 9037, 7533, 10624, 7668, 10738, 8324, 11669, 8843, 12136, 8887, 7940, 9899, 8186, 11406, 8039, 12000, 8930, 10861, 12217, 10471, 12170, 8896, 14506, 9184, 7655, 10550, 8345, 12878, 9841, 8689, 10291, 7918, 12524, 9188, 15721, 9625, 10275, 10313, 8019, 12454, 8368, 13363, 9840, 13970, 10165, 7669, 10259, 7570, 11266, 7713, 12695, 9143, 12962, 9322, 13316, 9553, 13113, 9776, 14512, 9529, 13895, 8460, 12553, 9538, 12299, 9605, 9969, 9331, 7509, 9903, 7984, 10868, 8386, 11984, 8361, 11826, 8773, 12514, 9152, 12799, 9509, 9745, 8834, 7949, 10122, 7610, 12434, 8635, 12416, 9484, 10015, 8760, 7830, 11834, 8806, 11271, 10001, 7956, 12776, 8279, 13818, 8934, 15109, 11656, 15532, 9642, 12469, 9758, 9269, 11142, 7493, 12049, 7733, 12970, 9288, 12194, 9815, 7788, 10978, 7589, 12590, 8700, 13670, 9484, 13501, 9557, 13486, 9705, 11734, 9153, 11170, 9379, 8967, 10832, 7739, 11301, 7913, 11509, 7848, 12509, 9108, 13274, 9274, 11499, 9564, 8559, 10877, 7734, 12543, 8821, 14558, 10154, 14403, 9657, 12043, 9010, 10739, 10232, 10769, 11217, 14272, 10635, 14794, 9716, 15654, 9919, 13813, 10427, 11637, 8167, 8903, 8350, 9211, 8657, 12071, 8396, 12003, 8536, 11821, 8429, 12154, 8916, 12999, 9399, 12702, 9449, 11319, 8536, 11253, 8498, 11110, 8609, 8625, 8686, 7755, 10103, 8077, 11236, 7884, 11492, 7839, 12504, 8793, 12430, 8766, 11716, 8681, 10619, 8680, 9430, 9060, 8293, 10537, 7567, 11525, 7749, 11697, 7848, 12229, 8576, 12519, 8939, 10673, 9056, 7950, 10593, 7368, 11683, 7495, 12360, 8421, 13013, 9173, 11040, 9612, 7840, 9816, 7931, 11202, 7550, 12892, 8601, 14557, 8855, 12969, 9705, 10523, 9808, 8492, 11533, 7734, 11876, 7827, 12329, 7755, 13096, 7954, 13352, 8608, 13056, 9482, 13523, 9731, 14105, 10060, 13614, 10698, 13521, 9759, 13360, 9121, 12580, 8629, 11666, 8237, 12990, 8090, 12065, 8059, 10579, 8149, 9942, 8140, 10309, 8125, 10539, 8170, 10759, 8001, 12603, 8026, 10580, 7968, 10749, 8045, 11220, 7893, 10436, 7795, 10662, 7776, 11031, 7777, 11381, 7661, 11050, 7878, 10404, 7587, 10857, 7811, 10336, 7630, 10606, 7711, 10983, 8585, 10891, 8793, 9556, 9596, 7897, 11181, 7651, 11410, 8245, 11754, 9725, 9243, 10408, 7780, 11860, 8080, 14006, 8598, 15263, 11295, 15285, 9939, 13787, 10606, 11419, 9871, 8350, 11230, 7779, 12014, 8640, 14165, 9986, 8090, 12951, 8615, 13069, 9414, 7712, 11338, 8029, 16418, 13304, 12296, 9352, 7554, 10911, 7629, 12928, 9870, 11956, 9654, 7551, 10861, 7889, 12606, 10110, 10373, 9718, 7424, 11248, 7840, 12826, 9409, 14218, 9453, 12486, 10095, 9978, 10078, 7797, 11618, 7806, 12489, 9518, 12813, 10083, 13729, 9664, 11066, 9951, 10970, 9666, 11114, 9899, 7603, 10519, 7577, 11343, 8061, 12099, 9301, 12583, 9571, 12591, 9786, 11500, 9797, 9578, 9403, 7599, 10933, 7780, 11770, 7851, 12014, 8367, 12153, 9219, 12121, 9805, 13092, 9832, 12333, 9260, 11951, 9416, 12271, 10017, 11984, 9340, 11379, 9449, 10469, 9879, 8530, 9876, 7939, 10761, 7907, 11033, 7844, 11495, 7913, 10963, 7679, 11813, 7897, 11954, 7903, 11869, 8769, 12341, 9651, 12107, 9828, 8862, 9174, 7887, 11280, 8058, 12029, 8819, 12635, 9094, 12353, 9677, 10834, 9865, 7882, 11063, 7742, 11646, 7937, 15903, 11313, 15681, 10233, 13914, 9860, 13001, 9972, 9652, 10083, 7401, 11091, 7879, 12167, 8298, 14346, 9334, 13939, 9444, 13008, 9194, 14001, 9540, 14756, 8656, 12048, 8109, 12171, 7811, 11581, 7905, 11579, 7900, 11421, 9116, 12000, 9731, 10717, 8377, 9731, 9141, 7992, 11766, 7673, 11274, 7820, 11620, 7756, 14382, 9199, 14640, 8700, 11748, 9244, 11009, 15749, 12327, 14682, 9538, 12306, 9768, 11386, 9610, 8117, 9624, 7431, 10256, 7642, 11483, 8789, 11607, 8772, 12148, 9210, 11556, 9399, 10817, 9567, 8575, 9687, 8175, 10098, 9032], 'WindowCenter': [4681.0, 4627.0, 4663.0, 4609.0, 4648.0, 4608.0, 4635.0, 4607.0, 4634.0, 4605.0, 4634.0, 4617.0, 4635.0, 4606.0, 4626.0, 4605.0, 4606.0, 4605.0, 4595.0, 4614.0, 4586.0, 4616.0, 4573.0, 4636.0, 4586.0, 4634.0, 4597.0, 4635.0, 4606.0, 4636.0, 4608.0, 4638.0, 4609.0, 4628.0, 4609.0, 4599.0, 4630.0, 4601.0, 4640.0, 4599.0, 4650.0, 4635.0, 4675.0, 4635.0, 4673.0, 4633.0, 4651.0, 4622.0, 4621.0, 4623.0, 4612.0, 4638.0, 4601.0, 4641.0, 4591.0, 4652.0, 4602.0, 4659.0, 4635.0, 4646.0, 4632.0, 4612.0, 4675.0, 4648.0, 4615.0, 4677.0, 4635.0, 4664.0, 4635.0, 4622.0, 4653.0, 4620.0, 4661.0, 4642.0, 4682.0, 4652.0, 4622.0, 4620.0, 4599.0, 4652.0, 4611.0, 4673.0, 4645.0, 4616.0, 4653.0, 4624.0, 4643.0, 4624.0, 4615.0, 4665.0, 4635.0, 4673.0, 4633.0, 4672.0, 4647.0, 4674.0, 4634.0, 4651.0, 4634.0, 4602.0, 4630.0, 4598.0, 4637.0, 4610.0, 4651.0, 4612.0, 4661.0, 4623.0, 4651.0, 4612.0, 4613.0, 4640.0, 4601.0, 4651.0, 4611.0, 4650.0, 4613.0, 4631.0, 4621.0, 4601.0, 4654.0, 4624.0, 4662.0, 4623.0, 4631.0, 4621.0, 4611.0, 4651.0, 4613.0, 4652.0, 4623.0, 4612.0, 4654.0, 4624.0, 4662.0, 4624.0, 4613.0, 4642.0, 4612.0, 4673.0, 4634.0, 4654.0, 4621.0, 4601.0, 4650.0, 4611.0, 4659.0, 4622.0, 4641.0, 4631.0, 4612.0, 4662.0, 4622.0, 4650.0, 4621.0, 4600.0, 4651.0, 4600.0, 4658.0, 4622.0, 4651.0, 4630.0, 4602.0, 4639.0, 4601.0, 4650.0, 4620.0, 4658.0, 4620.0, 4631.0, 4631.0, 4601.0, 4652.0, 4601.0, 4611.0, 4629.0, 4611.0, 4651.0, 4612.0, 4641.0, 4622.0, 4602.0, 4652.0, 4613.0, 4662.0, 4623.0, 4652.0, 4623.0, 4614.0, 4656.0, 4614.0, 4663.0, 4635.0, 4645.0, 4646.0, 4606.0, 4666.0, 4628.0, 4664.0, 4635.0, 4603.0, 4654.0, 4614.0, 4674.0, 4635.0, 4676.0, 4644.0, 4628.0, 4664.0, 4625.0, 4684.0, 4633.0, 4672.0, 4633.0, 4671.0, 4631.0, 4672.0, 4622.0, 4670.0, 4621.0, 4631.0, 4629.0, 4620.0, 4640.0, 4591.0, 4643.0, 4622.0, 4662.0, 4636.0, 4633.0, 4633.0, 4611.0, 4655.0, 4638.0, 4653.0, 4644.0, 4627.0, 4672.0, 4649.0, 4619.0, 4664.0, 4626.0, 4673.0, 4638.0, 4672.0, 4633.0, 4672.0, 4632.0, 4673.0, 4622.0, 4641.0, 4620.0, 4621.0, 4621.0, 4600.0, 4640.0, 4598.0, 4650.0, 4610.0, 4651.0, 4612.0, 4651.0, 4633.0, 4635.0, 4636.0, 4615.0, 4654.0, 4614.0, 4664.0, 4625.0, 4663.0, 4636.0, 4636.0, 4645.0, 4625.0, 4654.0, 4625.0, 4662.0, 4625.0, 4672.0, 4635.0, 4664.0, 4634.0, 4614.0, 4644.0, 4614.0, 4663.0, 4614.0, 4673.0, 4634.0, 4672.0, 4622.0, 4672.0, 4622.0, 4643.0, 4633.0, 4612.0, 4643.0, 4611.0, 4653.0, 4622.0, 4662.0, 4624.0, 4662.0, 4634.0, 4663.0, 4634.0, 4643.0, 4635.0, 4614.0, 4652.0, 4614.0, 4653.0, 4624.0, 4664.0, 4635.0, 4674.0, 4633.0, 4624.0, 4644.0, 4623.0, 4663.0, 4624.0, 4687.0, 4648.0, 4668.0, 4691.0, 4669.0, 4673.0, 4644.0, 4706.0, 4648.0, 4641.0, 4677.0, 4638.0, 4698.0, 4656.0, 4648.0, 4669.0, 4639.0, 4686.0, 4657.0, 4718.0, 4657.0, 4665.0, 4656.0, 4624.0, 4674.0, 4626.0, 4682.0, 4645.0, 4684.0, 4655.0, 4612.0, 4654.0, 4614.0, 4665.0, 4626.0, 4683.0, 4646.0, 4684.0, 4646.0, 4694.0, 4645.0, 4684.0, 4658.0, 4707.0, 4657.0, 4684.0, 4624.0, 4673.0, 4632.0, 4661.0, 4641.0, 4643.0, 4634.0, 4603.0, 4644.0, 4625.0, 4665.0, 4635.0, 4676.0, 4624.0, 4674.0, 4635.0, 4685.0, 4646.0, 4686.0, 4658.0, 4657.0, 4646.0, 4624.0, 4665.0, 4626.0, 4689.0, 4651.0, 4700.0, 4675.0, 4644.0, 4649.0, 4641.0, 4689.0, 4663.0, 4679.0, 4659.0, 4637.0, 4687.0, 4637.0, 4698.0, 4647.0, 4707.0, 4679.0, 4719.0, 4660.0, 4689.0, 4659.0, 4645.0, 4667.0, 4616.0, 4687.0, 4628.0, 4685.0, 4647.0, 4675.0, 4658.0, 4628.0, 4667.0, 4627.0, 4686.0, 4637.0, 4697.0, 4654.0, 4687.0, 4655.0, 4685.0, 4645.0, 4675.0, 4644.0, 4664.0, 4635.0, 4634.0, 4664.0, 4613.0, 4665.0, 4624.0, 4663.0, 4624.0, 4674.0, 4646.0, 4687.0, 4647.0, 4677.0, 4671.0, 4649.0, 4666.0, 4630.0, 4686.0, 4661.0, 4708.0, 4669.0, 4695.0, 4658.0, 4688.0, 4649.0, 4691.0, 4670.0, 4667.0, 4676.0, 4695.0, 4653.0, 4693.0, 4643.0, 4705.0, 4644.0, 4695.0, 4667.0, 4676.0, 4624.0, 4634.0, 4623.0, 4633.0, 4634.0, 4672.0, 4624.0, 4675.0, 4634.0, 4676.0, 4624.0, 4675.0, 4634.0, 4682.0, 4632.0, 4671.0, 4642.0, 4662.0, 4635.0, 4664.0, 4633.0, 4662.0, 4624.0, 4631.0, 4633.0, 4615.0, 4653.0, 4623.0, 4665.0, 4625.0, 4675.0, 4627.0, 4684.0, 4636.0, 4684.0, 4663.0, 4677.0, 4635.0, 4667.0, 4636.0, 4644.0, 4634.0, 4625.0, 4654.0, 4615.0, 4675.0, 4615.0, 4673.0, 4625.0, 4676.0, 4638.0, 4686.0, 4649.0, 4666.0, 4647.0, 4627.0, 4669.0, 4630.0, 4690.0, 4627.0, 4688.0, 4651.0, 4696.0, 4672.0, 4691.0, 4672.0, 4641.0, 4671.0, 4640.0, 4680.0, 4627.0, 4699.0, 4650.0, 4709.0, 4649.0, 4698.0, 4660.0, 4667.0, 4659.0, 4637.0, 4689.0, 4629.0, 4689.0, 4628.0, 4687.0, 4626.0, 4686.0, 4625.0, 4686.0, 4636.0, 4685.0, 4668.0, 4698.0, 4671.0, 4706.0, 4668.0, 4694.0, 4676.0, 4682.0, 4642.0, 4682.0, 4643.0, 4685.0, 4632.0, 4688.0, 4636.0, 4688.0, 4630.0, 4677.0, 4626.0, 4666.0, 4630.0, 4656.0, 4624.0, 4653.0, 4613.0, 4653.0, 4611.0, 4654.0, 4615.0, 4676.0, 4616.0, 4654.0, 4615.0, 4667.0, 4624.0, 4676.0, 4627.0, 4668.0, 4616.0, 4666.0, 4614.0, 4666.0, 4612.0, 4664.0, 4613.0, 4664.0, 4613.0, 4654.0, 4615.0, 4666.0, 4617.0, 4655.0, 4616.0, 4655.0, 4628.0, 4666.0, 4651.0, 4680.0, 4651.0, 4662.0, 4660.0, 4654.0, 4693.0, 4632.0, 4691.0, 4652.0, 4689.0, 4661.0, 4661.0, 4681.0, 4631.0, 4690.0, 4640.0, 4709.0, 4650.0, 4709.0, 4680.0, 4709.0, 4660.0, 4698.0, 4669.0, 4677.0, 4658.0, 4638.0, 4678.0, 4631.0, 4701.0, 4651.0, 4711.0, 4669.0, 4653.0, 4714.0, 4664.0, 4713.0, 4672.0, 4631.0, 4680.0, 4639.0, 4718.0, 4699.0, 4689.0, 4659.0, 4629.0, 4668.0, 4628.0, 4699.0, 4660.0, 4678.0, 4658.0, 4629.0, 4668.0, 4639.0, 4687.0, 4669.0, 4669.0, 4658.0, 4619.0, 4677.0, 4628.0, 4702.0, 4649.0, 4698.0, 4658.0, 4686.0, 4668.0, 4658.0, 4657.0, 4628.0, 4677.0, 4629.0, 4687.0, 4657.0, 4683.0, 4657.0, 4686.0, 4646.0, 4666.0, 4645.0, 4655.0, 4645.0, 4664.0, 4644.0, 4613.0, 4652.0, 4614.0, 4664.0, 4625.0, 4674.0, 4645.0, 4675.0, 4646.0, 4676.0, 4656.0, 4678.0, 4657.0, 4645.0, 4649.0, 4631.0, 4680.0, 4629.0, 4678.0, 4628.0, 4676.0, 4638.0, 4676.0, 4647.0, 4678.0, 4658.0, 4684.0, 4656.0, 4674.0, 4645.0, 4664.0, 4644.0, 4675.0, 4657.0, 4676.0, 4647.0, 4676.0, 4657.0, 4667.0, 4654.0, 4638.0, 4657.0, 4626.0, 4665.0, 4626.0, 4667.0, 4626.0, 4677.0, 4626.0, 4667.0, 4627.0, 4678.0, 4626.0, 4677.0, 4628.0, 4675.0, 4639.0, 4688.0, 4659.0, 4687.0, 4674.0, 4649.0, 4660.0, 4640.0, 4679.0, 4641.0, 4690.0, 4659.0, 4700.0, 4660.0, 4700.0, 4671.0, 4682.0, 4670.0, 4640.0, 4679.0, 4628.0, 4678.0, 4638.0, 4705.0, 4678.0, 4706.0, 4656.0, 4687.0, 4657.0, 4687.0, 4658.0, 4655.0, 4657.0, 4617.0, 4666.0, 4627.0, 4677.0, 4637.0, 4697.0, 4647.0, 4697.0, 4656.0, 4684.0, 4647.0, 4684.0, 4645.0, 4693.0, 4635.0, 4673.0, 4614.0, 4662.0, 4615.0, 4661.0, 4613.0, 4663.0, 4624.0, 4662.0, 4635.0, 4674.0, 4655.0, 4657.0, 4639.0, 4659.0, 4663.0, 4654.0, 4703.0, 4642.0, 4680.0, 4630.0, 4676.0, 4627.0, 4708.0, 4647.0, 4696.0, 4634.0, 4675.0, 4634.0, 4654.0, 4693.0, 4671.0, 4682.0, 4643.0, 4662.0, 4643.0, 4662.0, 4643.0, 4623.0, 4644.0, 4615.0, 4655.0, 4627.0, 4677.0, 4647.0, 4676.0, 4649.0, 4688.0, 4660.0, 4688.0, 4659.0, 4677.0, 4658.0, 4638.0, 4659.0, 4638.0, 4667.0, 4647.0], 'WindowWidth': [10245.0, 10160.0, 10200.0, 10121.0, 10169.0, 10115.0, 10148.0, 10110.0, 10145.0, 10106.0, 10144.0, 10122.0, 10145.0, 10109.0, 10134.0, 10104.0, 10107.0, 10105.0, 10091.0, 10117.0, 10080.0, 10120.0, 10062.0, 10148.0, 10082.0, 10144.0, 10098.0, 10146.0, 10109.0, 10149.0, 10114.0, 10155.0, 10117.0, 10142.0, 10117.0, 10108.0, 10147.0, 10110.0, 10161.0, 10108.0, 10176.0, 10166.0, 10218.0, 10164.0, 10214.0, 10156.0, 10177.0, 10140.0, 10139.0, 10142.0, 10128.0, 10159.0, 10111.0, 10163.0, 10096.0, 10179.0, 10114.0, 10189.0, 10164.0, 10179.0, 10157.0, 10130.0, 10221.0, 10188.0, 10135.0, 10222.0, 10164.0, 10201.0, 10162.0, 10141.0, 10182.0, 10134.0, 10193.0, 10167.0, 10225.0, 10182.0, 10139.0, 10133.0, 10106.0, 10180.0, 10124.0, 10211.0, 10176.0, 10141.0, 10187.0, 10145.0, 10169.0, 10147.0, 10136.0, 10206.0, 10166.0, 10212.0, 10156.0, 10210.0, 10183.0, 10215.0, 10161.0, 10182.0, 10165.0, 10116.0, 10149.0, 10103.0, 10155.0, 10125.0, 10179.0, 10128.0, 10191.0, 10143.0, 10179.0, 10128.0, 10131.0, 10162.0, 10111.0, 10179.0, 10125.0, 10178.0, 10130.0, 10153.0, 10139.0, 10113.0, 10188.0, 10150.0, 10196.0, 10144.0, 10151.0, 10138.0, 10124.0, 10178.0, 10129.0, 10181.0, 10143.0, 10130.0, 10187.0, 10146.0, 10198.0, 10146.0, 10130.0, 10168.0, 10127.0, 10213.0, 10162.0, 10188.0, 10140.0, 10112.0, 10176.0, 10125.0, 10188.0, 10140.0, 10167.0, 10151.0, 10128.0, 10195.0, 10142.0, 10176.0, 10138.0, 10109.0, 10177.0, 10108.0, 10187.0, 10140.0, 10179.0, 10148.0, 10113.0, 10160.0, 10111.0, 10176.0, 10135.0, 10185.0, 10135.0, 10152.0, 10148.0, 10110.0, 10179.0, 10109.0, 10122.0, 10144.0, 10123.0, 10178.0, 10128.0, 10166.0, 10141.0, 10114.0, 10180.0, 10129.0, 10194.0, 10143.0, 10183.0, 10145.0, 10133.0, 10192.0, 10134.0, 10198.0, 10162.0, 10175.0, 10179.0, 10123.0, 10208.0, 10157.0, 10202.0, 10162.0, 10119.0, 10187.0, 10135.0, 10217.0, 10164.0, 10221.0, 10176.0, 10161.0, 10204.0, 10149.0, 10229.0, 10158.0, 10211.0, 10158.0, 10207.0, 10155.0, 10209.0, 10141.0, 10205.0, 10138.0, 10151.0, 10146.0, 10136.0, 10160.0, 10097.0, 10171.0, 10141.0, 10197.0, 10167.0, 10156.0, 10157.0, 10126.0, 10191.0, 10174.0, 10185.0, 10174.0, 10157.0, 10209.0, 10192.0, 10150.0, 10204.0, 10155.0, 10216.0, 10175.0, 10213.0, 10157.0, 10208.0, 10155.0, 10212.0, 10142.0, 10166.0, 10135.0, 10137.0, 10136.0, 10109.0, 10161.0, 10103.0, 10177.0, 10124.0, 10178.0, 10127.0, 10181.0, 10161.0, 10165.0, 10165.0, 10135.0, 10186.0, 10135.0, 10201.0, 10148.0, 10200.0, 10168.0, 10166.0, 10176.0, 10150.0, 10186.0, 10150.0, 10197.0, 10148.0, 10210.0, 10163.0, 10201.0, 10161.0, 10135.0, 10173.0, 10133.0, 10199.0, 10134.0, 10213.0, 10161.0, 10210.0, 10143.0, 10211.0, 10142.0, 10173.0, 10159.0, 10131.0, 10170.0, 10127.0, 10185.0, 10144.0, 10197.0, 10147.0, 10199.0, 10162.0, 10199.0, 10161.0, 10173.0, 10162.0, 10132.0, 10182.0, 10135.0, 10185.0, 10147.0, 10200.0, 10165.0, 10217.0, 10160.0, 10148.0, 10174.0, 10148.0, 10202.0, 10150.0, 10244.0, 10191.0, 10215.0, 10254.0, 10219.0, 10214.0, 10179.0, 10266.0, 10186.0, 10188.0, 10229.0, 10175.0, 10257.0, 10198.0, 10191.0, 10218.0, 10180.0, 10237.0, 10199.0, 10285.0, 10199.0, 10208.0, 10195.0, 10152.0, 10217.0, 10154.0, 10226.0, 10177.0, 10231.0, 10190.0, 10131.0, 10187.0, 10135.0, 10204.0, 10156.0, 10228.0, 10182.0, 10230.0, 10182.0, 10248.0, 10180.0, 10230.0, 10201.0, 10270.0, 10198.0, 10228.0, 10149.0, 10211.0, 10155.0, 10193.0, 10168.0, 10174.0, 10162.0, 10119.0, 10174.0, 10150.0, 10205.0, 10167.0, 10221.0, 10151.0, 10216.0, 10167.0, 10232.0, 10184.0, 10237.0, 10200.0, 10199.0, 10182.0, 10153.0, 10206.0, 10160.0, 10244.0, 10197.0, 10262.0, 10236.0, 10174.0, 10194.0, 10182.0, 10247.0, 10217.0, 10232.0, 10202.0, 10173.0, 10241.0, 10175.0, 10257.0, 10186.0, 10270.0, 10232.0, 10289.0, 10207.0, 10246.0, 10202.0, 10181.0, 10211.0, 10142.0, 10238.0, 10161.0, 10233.0, 10185.0, 10221.0, 10199.0, 10161.0, 10210.0, 10157.0, 10235.0, 10171.0, 10252.0, 10193.0, 10240.0, 10195.0, 10234.0, 10179.0, 10219.0, 10175.0, 10203.0, 10163.0, 10162.0, 10202.0, 10133.0, 10206.0, 10150.0, 10200.0, 10149.0, 10217.0, 10181.0, 10238.0, 10185.0, 10223.0, 10224.0, 10191.0, 10210.0, 10166.0, 10240.0, 10216.0, 10275.0, 10218.0, 10249.0, 10202.0, 10246.0, 10193.0, 10253.0, 10224.0, 10212.0, 10223.0, 10248.0, 10188.0, 10244.0, 10175.0, 10262.0, 10177.0, 10252.0, 10212.0, 10224.0, 10152.0, 10162.0, 10146.0, 10160.0, 10162.0, 10214.0, 10150.0, 10219.0, 10164.0, 10223.0, 10151.0, 10220.0, 10163.0, 10227.0, 10159.0, 10210.0, 10171.0, 10200.0, 10166.0, 10204.0, 10161.0, 10200.0, 10149.0, 10158.0, 10161.0, 10138.0, 10188.0, 10149.0, 10205.0, 10153.0, 10220.0, 10159.0, 10232.0, 10170.0, 10232.0, 10219.0, 10226.0, 10169.0, 10212.0, 10169.0, 10179.0, 10164.0, 10151.0, 10189.0, 10139.0, 10221.0, 10139.0, 10215.0, 10153.0, 10222.0, 10173.0, 10237.0, 10189.0, 10212.0, 10187.0, 10160.0, 10216.0, 10167.0, 10247.0, 10163.0, 10244.0, 10196.0, 10254.0, 10228.0, 10254.0, 10228.0, 10185.0, 10223.0, 10181.0, 10233.0, 10162.0, 10260.0, 10193.0, 10273.0, 10193.0, 10257.0, 10205.0, 10215.0, 10205.0, 10174.0, 10246.0, 10164.0, 10243.0, 10161.0, 10237.0, 10157.0, 10238.0, 10154.0, 10237.0, 10171.0, 10234.0, 10220.0, 10261.0, 10225.0, 10270.0, 10218.0, 10251.0, 10229.0, 10230.0, 10172.0, 10225.0, 10176.0, 10237.0, 10163.0, 10248.0, 10172.0, 10241.0, 10166.0, 10225.0, 10156.0, 10208.0, 10165.0, 10194.0, 10148.0, 10184.0, 10132.0, 10183.0, 10126.0, 10188.0, 10137.0, 10221.0, 10139.0, 10187.0, 10137.0, 10214.0, 10153.0, 10224.0, 10161.0, 10214.0, 10143.0, 10210.0, 10136.0, 10207.0, 10131.0, 10204.0, 10134.0, 10203.0, 10134.0, 10190.0, 10137.0, 10208.0, 10140.0, 10192.0, 10140.0, 10192.0, 10163.0, 10211.0, 10195.0, 10233.0, 10197.0, 10211.0, 10208.0, 10205.0, 10257.0, 10173.0, 10250.0, 10202.0, 10247.0, 10210.0, 10211.0, 10238.0, 10172.0, 10250.0, 10182.0, 10272.0, 10194.0, 10273.0, 10234.0, 10274.0, 10207.0, 10258.0, 10217.0, 10226.0, 10200.0, 10176.0, 10230.0, 10170.0, 10265.0, 10198.0, 10279.0, 10220.0, 10204.0, 10292.0, 10220.0, 10289.0, 10230.0, 10170.0, 10235.0, 10179.0, 10284.0, 10256.0, 10245.0, 10206.0, 10162.0, 10215.0, 10162.0, 10258.0, 10205.0, 10228.0, 10201.0, 10164.0, 10214.0, 10178.0, 10239.0, 10219.0, 10217.0, 10202.0, 10149.0, 10226.0, 10160.0, 10268.0, 10189.0, 10254.0, 10200.0, 10236.0, 10213.0, 10201.0, 10199.0, 10161.0, 10224.0, 10163.0, 10237.0, 10197.0, 10229.0, 10195.0, 10235.0, 10179.0, 10207.0, 10177.0, 10190.0, 10176.0, 10201.0, 10174.0, 10133.0, 10183.0, 10134.0, 10200.0, 10151.0, 10216.0, 10178.0, 10218.0, 10180.0, 10221.0, 10193.0, 10227.0, 10196.0, 10179.0, 10188.0, 10169.0, 10236.0, 10161.0, 10227.0, 10161.0, 10224.0, 10172.0, 10222.0, 10184.0, 10225.0, 10201.0, 10232.0, 10193.0, 10217.0, 10178.0, 10202.0, 10177.0, 10221.0, 10198.0, 10222.0, 10183.0, 10221.0, 10196.0, 10211.0, 10192.0, 10174.0, 10199.0, 10157.0, 10207.0, 10156.0, 10211.0, 10155.0, 10225.0, 10156.0, 10211.0, 10157.0, 10226.0, 10157.0, 10225.0, 10162.0, 10221.0, 10176.0, 10240.0, 10204.0, 10241.0, 10233.0, 10191.0, 10206.0, 10180.0, 10231.0, 10184.0, 10250.0, 10208.0, 10264.0, 10209.0, 10262.0, 10224.0, 10239.0, 10222.0, 10179.0, 10230.0, 10162.0, 10229.0, 10174.0, 10265.0, 10226.0, 10266.0, 10196.0, 10239.0, 10197.0, 10239.0, 10201.0, 10194.0, 10197.0, 10144.0, 10208.0, 10156.0, 10224.0, 10171.0, 10251.0, 10183.0, 10251.0, 10194.0, 10230.0, 10180.0, 10229.0, 10175.0, 10240.0, 10162.0, 10210.0, 10134.0, 10195.0, 10136.0, 10194.0, 10132.0, 10197.0, 10149.0, 10196.0, 10166.0, 10217.0, 10194.0, 10197.0, 10176.0, 10203.0, 10215.0, 10206.0, 10271.0, 10186.0, 10233.0, 10167.0, 10223.0, 10161.0, 10269.0, 10183.0, 10249.0, 10162.0, 10218.0, 10160.0, 10187.0, 10240.0, 10207.0, 10223.0, 10172.0, 10198.0, 10172.0, 10197.0, 10172.0, 10146.0, 10175.0, 10140.0, 10192.0, 10158.0, 10225.0, 10186.0, 10224.0, 10190.0, 10242.0, 10209.0, 10243.0, 10204.0, 10227.0, 10200.0, 10173.0, 10203.0, 10174.0, 10212.0, 10184.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.004332663605051665</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.05409299115958668</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.02117815132182</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.1379148155287353</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0138747395287366</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.5182</td></tr>
|
|
<tr><td colspan=3>fber</td><td>2676.5513</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.14047045016017007</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>106</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>12.1699196326062</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.684436511540722</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.6060903924114176</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8279451143947165</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.6192740278160302</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00579165</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>1.5881671060924418e-05</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.031935915350914</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>871</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>4.217155442263386</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>13.7694</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>80.9576</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>256.432</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>78.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>291963.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>1200.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>441.8626</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.7035</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>587.1561</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3825.2636</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>4010.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>84581.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1577.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4951.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>950.8723</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>26.677325797383673</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> |