=== 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-0020 --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-0020",
"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-0020_ses-04_task-social_acq-mb8_run-03_bold :: MRIQC's BOLD fMRI report</title>
|
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
|
|
|
|
<script>
|
|
var timestamp = Date.now()
|
|
|
|
function read_form() {
|
|
var ds = "<unset>";
|
|
var sub = "sub-0020_ses-04_task-social_acq-mb8_run-03_bold.nii.gz";
|
|
|
|
var artifacts = [];
|
|
$('#qcartifacts-group input:checked').each(function() {
|
|
artifacts.push($(this).attr('name'));
|
|
});
|
|
|
|
var rating = $('#qcslider').val();
|
|
var payload = {
|
|
'dataset': ds,
|
|
'subject': sub,
|
|
'rating': rating,
|
|
'artifacts': artifacts,
|
|
'time_sec': (Date.now() - timestamp) / 1000,
|
|
'confidence': $('#qcextra-confidence').val(),
|
|
'comments': $('#qcextra-comments').val()
|
|
};
|
|
|
|
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
|
|
$('#btn-download').attr('href', URL.createObjectURL(file));
|
|
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
|
|
return payload
|
|
};
|
|
|
|
function toggle_rating() {
|
|
if ($('#qcrating-menu').hasClass('d-none')) {
|
|
$('#qcrating-menu').removeClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', true);
|
|
} else {
|
|
$('#qcrating-menu').addClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', false);
|
|
}
|
|
};
|
|
|
|
$(window).on('load',function(){
|
|
var authorization = $('#btn-post').val()
|
|
if (authorization.includes("secret_token")) {
|
|
$('#btn-post').addClass('d-none');
|
|
};
|
|
timestamp = Date.now();
|
|
});
|
|
|
|
</script>
|
|
<style type="text/css">
|
|
/* The slider itself */
|
|
.slider {
|
|
-webkit-appearance: none; /* Override default CSS styles */
|
|
appearance: none;
|
|
margin-bottom: 8px;
|
|
margin-left: 10%;
|
|
width: 80%;
|
|
height: 5px; /* Specified height */
|
|
background: #d3d3d3; /* Grey background */
|
|
outline: none; /* Remove outline */
|
|
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
|
|
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
|
|
transition: opacity .2s;
|
|
}
|
|
|
|
/* Mouse-over effects */
|
|
.slider:hover {
|
|
opacity: 1; /* Fully shown on mouse-over */
|
|
}
|
|
|
|
.slider::-webkit-slider-thumb {
|
|
-webkit-appearance: none;
|
|
appearance: none;
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
.slider::-moz-range-thumb {
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body style="font-family: helvetica;">
|
|
<nav class="navbar fixed-top navbar-expand-lg bg-light">
|
|
<div class="container-fluid">
|
|
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
|
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
|
|
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
|
|
<li class="nav-item dropdown">
|
|
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
|
|
About
|
|
</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="#errors">Errors</a></li>
|
|
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="d-flex flex-row-reverse">
|
|
<div class="form-check form-switch align-self-center flex-fill me-4">
|
|
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
|
|
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
<noscript>
|
|
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
|
|
</noscript>
|
|
|
|
<div id="Basic echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-03_session-04_subject-0020_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-0020/figures/sub-0020_ses-04_task-social_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0020/figures/sub-0020_ses-04_task-social_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0020/figures/sub-0020_ses-04_task-social_acq-mb8_run-03_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-03_session-04_subject-0020_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-0020/figures/sub-0020_ses-04_task-social_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0020/figures/sub-0020_ses-04_task-social_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0020/figures/sub-0020_ses-04_task-social_acq-mb8_run-03_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-03_session-04_subject-0020_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-0020/figures/sub-0020_ses-04_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0020/figures/sub-0020_ses-04_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0020/figures/sub-0020_ses-04_task-social_acq-mb8_run-03_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-03_session-04_subject-0020_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-0020/figures/sub-0020_ses-04_task-social_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0020/figures/sub-0020_ses-04_task-social_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0020/figures/sub-0020_ses-04_task-social_acq-mb8_run-03_desc-carpet_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-mean_run-03_session-04_subject-0020_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-0020/figures/sub-0020_ses-04_task-social_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0020/figures/sub-0020_ses-04_task-social_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0020/figures/sub-0020_ses-04_task-social_acq-mb8_run-03_desc-mean_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended reports shared across echos" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-03_session-04_subject-0020_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-0020/figures/sub-0020_ses-04_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0020/figures/sub-0020_ses-04_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0020/figures/sub-0020_ses-04_task-social_acq-mb8_run-03_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-04_subject-0020_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-0020/figures/sub-0020_ses-04_task-social_acq-mb8_run-03_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0020/figures/sub-0020_ses-04_task-social_acq-mb8_run-03_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0020/figures/sub-0020_ses-04_task-social_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0020/figures/sub-0020_ses-04_task-social_acq-mb8_run-03_desc-norm_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="About" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">About</h1>
|
|
<div id="errors" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
|
|
</div>
|
|
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
|
|
reconstructing the provenance of the corresponding derivatives.
|
|
</p> <div class="accordion accordion-flush" id="about-metadata">
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-0">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
|
|
Provenance Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-0" class="table table-sm table-striped">
|
|
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
|
|
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0020/ses-04/func/sub-0020_ses-04_task-social_acq-mb8_run-03_bold.nii.gz</td></tr>
|
|
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
|
|
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
|
|
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
|
|
<tr><td colspan=2>md5sum</td><td>6c727428b1cacea194c857cce6138804</td></tr>
|
|
</table>
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-1">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
|
|
Dataset Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-1" class="table table-sm table-striped">
|
|
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
|
|
<tr><td colspan=2>AcquisitionTime</td><td>11:50:58.795000</td></tr>
|
|
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
|
|
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
|
|
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
|
|
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
|
|
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
|
|
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
|
|
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
|
|
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
|
|
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
|
|
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
|
|
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
|
|
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
|
|
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.998497, 0.0271519, 0.0476126, -0.0233565, 0.996638, -0.0785352]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-03_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.0974472</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-03_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>16</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4158, -7779, -7214, 589, -95, -230, 87, 68]</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.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>social</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>256.656</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>515899cb-12d2-4553-9dad-53c82fe0d40b||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
|
|
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.678893804550171, -0.06266377121210098, 0.13387908041477203, 111.65199279785156], [-0.0728466659784317, 2.673906087875366, -0.20872367918491364, -79.87750244140625], [0.1277409940958023, 0.21070416271686554, 2.688589096069336, -69.69239807128906], [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': ['115058.795000', '115059.255000', '115059.715000', '115100.175000', '115100.635000', '115101.095000', '115101.555000', '115102.015000', '115102.475000', '115102.935000', '115103.395000', '115103.855000', '115104.315000', '115104.775000', '115105.235000', '115105.695000', '115106.155000', '115106.615000', '115107.075000', '115107.535000', '115107.995000', '115108.455000', '115108.915000', '115109.375000', '115109.835000', '115110.295000', '115110.755000', '115111.215000', '115111.675000', '115112.135000', '115112.595000', '115113.055000', '115113.515000', '115113.975000', '115114.435000', '115114.895000', '115115.355000', '115115.815000', '115116.275000', '115116.735000', '115117.195000', '115117.655000', '115118.115000', '115118.575000', '115119.035000', '115119.495000', '115119.955000', '115120.415000', '115120.875000', '115121.335000', '115121.795000', '115122.255000', '115122.715000', '115123.175000', '115123.635000', '115124.095000', '115124.555000', '115125.015000', '115125.475000', '115125.935000', '115126.395000', '115126.855000', '115127.315000', '115127.775000', '115128.235000', '115128.695000', '115129.155000', '115129.615000', '115130.075000', '115130.535000', '115130.995000', '115131.455000', '115131.915000', '115132.375000', '115132.835000', '115133.295000', '115133.755000', '115134.215000', '115134.675000', '115135.135000', '115135.595000', '115136.055000', '115136.515000', '115136.975000', '115137.435000', '115137.895000', '115138.355000', '115138.815000', '115139.275000', '115139.735000', '115140.195000', '115140.655000', '115141.115000', '115141.575000', '115142.035000', '115142.495000', '115142.955000', '115143.415000', '115143.875000', '115144.335000', '115144.795000', '115145.255000', '115145.715000', '115146.175000', '115146.635000', '115147.095000', '115147.555000', '115148.015000', '115148.475000', '115148.935000', '115149.395000', '115149.855000', '115150.315000', '115150.775000', '115151.235000', '115151.695000', '115152.155000', '115152.615000', '115153.075000', '115153.535000', '115153.995000', '115154.455000', '115154.915000', '115155.375000', '115155.835000', '115156.295000', '115156.755000', '115157.215000', '115157.675000', '115158.135000', '115158.595000', '115159.055000', '115159.515000', '115159.975000', '115200.435000', '115200.895000', '115201.355000', '115201.815000', '115202.275000', '115202.735000', '115203.195000', '115203.655000', '115204.115000', '115204.575000', '115205.035000', '115205.495000', '115205.955000', '115206.415000', '115206.875000', '115207.335000', '115207.795000', '115208.255000', '115208.715000', '115209.175000', '115209.635000', '115210.095000', '115210.555000', '115211.015000', '115211.475000', '115211.935000', '115212.395000', '115212.855000', '115213.315000', '115213.775000', '115214.235000', '115214.695000', '115215.155000', '115215.615000', '115216.075000', '115216.535000', '115216.995000', '115217.455000', '115217.915000', '115218.375000', '115218.835000', '115219.295000', '115219.755000', '115220.215000', '115220.675000', '115221.135000', '115221.595000', '115222.055000', '115222.515000', '115222.975000', '115223.435000', '115223.895000', '115224.355000', '115224.815000', '115225.275000', '115225.735000', '115226.195000', '115226.655000', '115227.115000', '115227.575000', '115228.035000', '115228.495000', '115228.955000', '115229.415000', '115229.875000', '115230.335000', '115230.795000', '115231.255000', '115231.715000', '115232.175000', '115232.635000', '115233.095000', '115233.555000', '115234.015000', '115234.475000', '115234.935000', '115235.395000', '115235.855000', '115236.315000', '115236.775000', '115237.235000', '115237.695000', '115238.155000', '115238.615000', '115239.075000', '115239.535000', '115239.995000', '115240.455000', '115240.915000', '115241.375000', '115241.835000', '115242.295000', '115242.755000', '115243.215000', '115243.675000', '115244.135000', '115244.595000', '115245.055000', '115245.515000', '115245.975000', '115246.435000', '115246.895000', '115247.355000', '115247.815000', '115248.275000', '115248.735000', '115249.195000', '115249.655000', '115250.115000', '115250.575000', '115251.035000', '115251.495000', '115251.955000', '115252.415000', '115252.875000', '115253.335000', '115253.795000', '115254.255000', '115254.715000', '115255.175000', '115255.635000', '115256.095000', '115256.555000', '115257.015000', '115257.475000', '115257.935000', '115258.395000', '115258.855000', '115259.315000', '115259.775000', '115300.235000', '115300.695000', '115301.155000', '115301.615000', '115302.075000', '115302.535000', '115302.995000', '115303.455000', '115303.915000', '115304.375000', '115304.835000', '115305.295000', '115305.755000', '115306.215000', '115306.675000', '115307.135000', '115307.595000', '115308.055000', '115308.515000', '115308.975000', '115309.435000', '115309.895000', '115310.355000', '115310.815000', '115311.275000', '115311.735000', '115312.195000', '115312.655000', '115313.115000', '115313.575000', '115314.035000', '115314.495000', '115314.955000', '115315.415000', '115315.875000', '115316.335000', '115316.795000', '115317.255000', '115317.715000', '115318.175000', '115318.635000', '115319.095000', '115319.555000', '115320.015000', '115320.475000', '115320.935000', '115321.395000', '115321.855000', '115322.315000', '115322.775000', '115323.235000', '115323.695000', '115324.155000', '115324.615000', '115325.075000', '115325.535000', '115325.995000', '115326.455000', '115326.915000', '115327.375000', '115327.835000', '115328.295000', '115328.755000', '115329.215000', '115329.675000', '115330.135000', '115330.595000', '115331.055000', '115331.515000', '115331.975000', '115332.435000', '115332.895000', '115333.355000', '115333.815000', '115334.275000', '115334.735000', '115335.195000', '115335.655000', '115336.115000', '115336.575000', '115337.035000', '115337.495000', '115337.955000', '115338.415000', '115338.875000', '115339.335000', '115339.795000', '115340.255000', '115340.715000', '115341.175000', '115341.635000', '115342.095000', '115342.555000', '115343.015000', '115343.475000', '115343.935000', '115344.395000', '115344.855000', '115345.315000', '115345.775000', '115346.235000', '115346.695000', '115347.155000', '115347.615000', '115348.075000', '115348.535000', '115348.995000', '115349.455000', '115349.915000', '115350.375000', '115350.835000', '115351.295000', '115351.755000', '115352.215000', '115352.675000', '115353.135000', '115353.595000', '115354.055000', '115354.515000', '115354.975000', '115355.435000', '115355.895000', '115356.355000', '115356.815000', '115357.275000', '115357.735000', '115358.195000', '115358.655000', '115359.115000', '115359.575000', '115400.035000', '115400.495000', '115400.955000', '115401.415000', '115401.875000', '115402.335000', '115402.795000', '115403.255000', '115403.715000', '115404.175000', '115404.635000', '115405.095000', '115405.555000', '115406.015000', '115406.475000', '115406.935000', '115407.395000', '115407.855000', '115408.315000', '115408.775000', '115409.235000', '115409.695000', '115410.155000', '115410.615000', '115411.075000', '115411.535000', '115411.995000', '115412.455000', '115412.915000', '115413.375000', '115413.835000', '115414.295000', '115414.755000', '115415.215000', '115415.675000', '115416.135000', '115416.595000', '115417.055000', '115417.515000', '115417.975000', '115418.435000', '115418.895000', '115419.355000', '115419.815000', '115420.275000', '115420.735000', '115421.195000', '115421.655000', '115422.115000', '115422.575000', '115423.035000', '115423.495000', '115423.955000', '115424.415000', '115424.875000', '115425.335000', '115425.795000', '115426.255000', '115426.715000', '115427.175000', '115427.635000', '115428.095000', '115428.555000', '115429.015000', '115429.475000', '115429.935000', '115430.395000', '115430.855000', '115431.315000', '115431.775000', '115432.235000', '115432.695000', '115433.155000', '115433.615000', '115434.075000', '115434.535000', '115434.995000', '115435.455000', '115435.915000', '115436.375000', '115436.835000', '115437.295000', '115437.755000', '115438.215000', '115438.675000', '115439.135000', '115439.595000', '115440.055000', '115440.515000', '115440.975000', '115441.435000', '115441.895000', '115442.355000', '115442.815000', '115443.275000', '115443.735000', '115444.195000', '115444.655000', '115445.115000', '115445.575000', '115446.035000', '115446.495000', '115446.955000', '115447.415000', '115447.875000', '115448.335000', '115448.795000', '115449.255000', '115449.715000', '115450.175000', '115450.635000', '115451.095000', '115451.555000', '115452.015000', '115452.475000', '115452.935000', '115453.395000', '115453.855000', '115454.315000', '115454.775000', '115455.235000', '115455.695000', '115456.155000', '115456.615000', '115457.075000', '115457.535000', '115457.995000', '115458.455000', '115458.915000', '115459.375000', '115459.835000', '115500.295000', '115500.755000', '115501.215000', '115501.675000', '115502.135000', '115502.595000', '115503.055000', '115503.515000', '115503.975000', '115504.435000', '115504.895000', '115505.355000', '115505.815000', '115506.275000', '115506.735000', '115507.195000', '115507.655000', '115508.115000', '115508.575000', '115509.035000', '115509.495000', '115509.955000', '115510.415000', '115510.875000', '115511.335000', '115511.795000', '115512.255000', '115512.715000', '115513.175000', '115513.635000', '115514.095000', '115514.555000', '115515.015000', '115515.475000', '115515.935000', '115516.395000', '115516.855000', '115517.315000', '115517.775000', '115518.235000', '115518.695000', '115519.155000', '115519.615000', '115520.075000', '115520.535000', '115520.995000', '115521.455000', '115521.915000', '115522.375000', '115522.835000', '115523.295000', '115523.755000', '115524.215000', '115524.675000', '115525.135000', '115525.595000', '115526.055000', '115526.515000', '115526.975000', '115527.435000', '115527.895000', '115528.355000', '115528.815000', '115529.275000', '115529.735000', '115530.195000', '115530.655000', '115531.115000', '115531.575000', '115532.035000', '115532.495000', '115532.955000', '115533.415000', '115533.875000', '115534.335000', '115534.795000', '115535.255000', '115535.715000', '115536.175000', '115536.635000', '115537.095000', '115537.555000', '115538.015000', '115538.475000', '115538.935000', '115539.395000', '115539.855000', '115540.315000', '115540.775000', '115541.235000', '115541.695000', '115542.155000', '115542.615000', '115543.075000', '115543.535000', '115543.995000', '115544.455000', '115544.915000', '115545.375000', '115545.835000', '115546.295000', '115546.755000', '115547.215000', '115547.675000', '115548.135000', '115548.595000', '115549.055000', '115549.515000', '115549.975000', '115550.435000', '115550.895000', '115551.355000', '115551.815000', '115552.275000', '115552.735000', '115553.195000', '115553.655000', '115554.115000', '115554.575000', '115555.035000', '115555.495000', '115555.955000', '115556.415000', '115556.875000', '115557.335000', '115557.795000', '115558.255000', '115558.715000', '115559.175000', '115559.635000', '115600.095000', '115600.555000', '115601.015000', '115601.475000', '115601.935000', '115602.395000', '115602.855000', '115603.315000', '115603.775000', '115604.235000', '115604.695000', '115605.155000', '115605.615000', '115606.075000', '115606.535000', '115606.995000', '115607.455000', '115607.915000', '115608.375000', '115608.835000', '115609.295000', '115609.755000', '115610.215000', '115610.675000', '115611.135000', '115611.595000', '115612.055000', '115612.515000', '115612.975000', '115613.435000', '115613.895000', '115614.355000', '115614.815000', '115615.275000', '115615.735000', '115616.195000', '115616.655000', '115617.115000', '115617.575000', '115618.035000', '115618.495000', '115618.955000', '115619.415000', '115619.875000', '115620.335000', '115620.795000', '115621.255000', '115621.715000', '115622.175000', '115622.635000', '115623.095000', '115623.555000', '115624.015000', '115624.475000', '115624.935000', '115625.395000', '115625.855000', '115626.315000', '115626.775000', '115627.235000', '115627.695000', '115628.155000', '115628.615000', '115629.075000', '115629.535000', '115629.995000', '115630.455000', '115630.915000', '115631.375000', '115631.835000', '115632.295000', '115632.755000', '115633.215000', '115633.675000', '115634.135000', '115634.595000', '115635.055000', '115635.515000', '115635.975000', '115636.435000', '115636.895000', '115637.355000', '115637.815000', '115638.275000', '115638.735000', '115639.195000', '115639.655000', '115640.115000', '115640.575000', '115641.035000', '115641.495000', '115641.955000', '115642.415000', '115642.875000', '115643.335000', '115643.795000', '115644.255000', '115644.715000', '115645.175000', '115645.635000', '115646.095000', '115646.555000', '115647.015000', '115647.475000', '115647.935000', '115648.395000', '115648.855000', '115649.315000', '115649.775000', '115650.235000', '115650.695000', '115651.155000', '115651.615000', '115652.075000', '115652.535000', '115652.995000', '115653.455000', '115653.915000', '115654.375000', '115654.835000', '115655.295000', '115655.755000', '115656.215000', '115656.675000', '115657.135000', '115657.595000', '115658.055000', '115658.515000', '115658.975000', '115659.435000', '115659.895000', '115700.355000', '115700.815000', '115701.275000', '115701.735000', '115702.195000', '115702.655000', '115703.115000', '115703.575000', '115704.035000', '115704.495000', '115704.955000', '115705.415000', '115705.875000', '115706.335000', '115706.795000', '115707.255000', '115707.715000', '115708.175000', '115708.635000', '115709.095000', '115709.555000', '115710.015000', '115710.475000', '115710.935000', '115711.395000', '115711.855000', '115712.315000', '115712.775000', '115713.235000', '115713.695000', '115714.155000', '115714.615000', '115715.075000', '115715.535000', '115715.995000', '115716.455000', '115716.915000', '115717.375000', '115717.835000', '115718.295000', '115718.755000', '115719.215000', '115719.675000', '115720.135000', '115720.595000', '115721.055000', '115721.515000', '115721.975000', '115722.435000', '115722.895000', '115723.355000', '115723.815000', '115724.275000', '115724.735000', '115725.195000', '115725.655000', '115726.115000', '115726.575000', '115727.035000', '115727.495000', '115727.955000', '115728.415000', '115728.875000', '115729.335000', '115729.795000', '115730.255000', '115730.715000', '115731.175000', '115731.635000', '115732.095000', '115732.555000', '115733.015000', '115733.475000', '115733.935000', '115734.395000', '115734.855000', '115735.315000', '115735.775000', '115736.235000', '115736.695000', '115737.155000', '115737.615000', '115738.075000', '115738.535000', '115738.995000', '115739.455000'], 'ContentTime': ['115126.382000', '115126.385000', '115126.388000', '115126.391000', '115126.394000', '115126.397000', '115126.399000', '115126.402000', '115126.405000', '115126.408000', '115126.410000', '115126.413000', '115126.416000', '115126.419000', '115126.422000', '115126.425000', '115126.427000', '115126.430000', '115126.433000', '115126.436000', '115126.439000', '115126.441000', '115126.444000', '115126.447000', '115126.450000', '115126.452000', '115126.455000', '115126.458000', '115126.461000', '115126.464000', '115126.467000', '115126.469000', '115126.479000', '115126.482000', '115126.485000', '115126.488000', '115126.491000', '115126.493000', '115126.496000', '115126.499000', '115126.502000', '115126.505000', '115126.507000', '115126.510000', '115126.518000', '115126.521000', '115126.524000', '115126.527000', '115126.529000', '115126.532000', '115126.535000', '115126.538000', '115126.541000', '115126.544000', '115126.546000', '115126.554000', '115126.557000', '115126.560000', '115126.562000', '115146.343000', '115146.346000', '115146.350000', '115146.353000', '115146.355000', '115146.358000', '115146.361000', '115146.364000', '115146.367000', '115146.370000', '115146.373000', '115146.375000', '115146.378000', '115146.381000', '115146.389000', '115146.392000', '115146.395000', '115146.397000', '115146.400000', '115146.403000', '115146.406000', '115146.409000', '115146.412000', '115146.415000', '115146.418000', '115146.421000', '115146.424000', '115146.427000', '115146.430000', '115146.433000', '115146.435000', '115146.438000', '115146.441000', '115146.444000', '115146.447000', '115146.449000', '115146.452000', '115146.455000', '115146.458000', '115146.461000', '115146.463000', '115146.466000', '115146.469000', '115206.343000', '115206.346000', '115206.349000', '115206.352000', '115206.354000', '115206.357000', '115206.360000', '115206.363000', '115206.366000', '115206.368000', '115206.371000', '115206.374000', '115206.377000', '115206.380000', '115206.383000', '115206.385000', '115206.388000', '115206.391000', '115206.394000', '115206.397000', '115206.399000', '115206.402000', '115206.405000', '115206.408000', '115206.411000', '115206.414000', '115206.416000', '115206.419000', '115206.422000', '115206.425000', '115206.428000', '115206.430000', '115206.433000', '115206.436000', '115206.439000', '115206.442000', '115206.444000', '115206.447000', '115206.450000', '115206.453000', '115206.456000', '115206.459000', '115206.461000', '115206.464000', '115226.343000', '115226.346000', '115226.349000', '115226.351000', '115226.354000', '115226.357000', '115226.360000', '115226.363000', '115226.365000', '115226.368000', '115226.371000', '115226.374000', '115226.377000', '115226.380000', '115226.382000', '115226.385000', '115226.388000', '115226.391000', '115226.394000', '115226.397000', '115226.399000', '115226.402000', '115226.405000', '115226.408000', '115226.411000', '115226.414000', '115226.416000', '115226.419000', '115226.422000', '115226.425000', '115226.428000', '115226.431000', '115226.433000', '115226.436000', '115226.439000', '115226.442000', '115226.445000', '115226.448000', '115226.451000', '115226.454000', '115226.456000', '115226.459000', '115226.462000', '115246.343000', '115246.346000', '115246.349000', '115246.351000', '115246.354000', '115246.357000', '115246.360000', '115246.362000', '115246.365000', '115246.368000', '115246.371000', '115246.374000', '115246.377000', '115246.379000', '115246.382000', '115246.385000', '115246.388000', '115246.391000', '115246.393000', '115246.396000', '115246.399000', '115246.402000', '115246.405000', '115246.408000', '115246.410000', '115246.413000', '115246.416000', '115246.419000', '115246.422000', '115246.424000', '115246.427000', '115246.430000', '115246.433000', '115246.436000', '115246.438000', '115246.441000', '115246.444000', '115246.447000', '115246.450000', '115246.453000', '115246.455000', '115246.458000', '115246.461000', '115246.464000', '115306.343000', '115306.346000', '115306.349000', '115306.352000', '115306.355000', '115306.357000', '115306.360000', '115306.363000', '115306.366000', '115306.369000', '115306.371000', '115306.374000', '115306.377000', '115306.380000', '115306.383000', '115306.387000', '115306.390000', '115306.393000', '115306.396000', '115306.399000', '115306.402000', '115306.404000', '115306.407000', '115306.410000', '115306.413000', '115306.416000', '115306.419000', '115306.421000', '115306.424000', '115306.427000', '115306.430000', '115306.433000', '115306.435000', '115306.438000', '115306.441000', '115306.445000', '115306.447000', '115306.450000', '115306.455000', '115306.458000', '115306.461000', '115306.464000', '115306.467000', '115326.343000', '115326.346000', '115326.349000', '115326.352000', '115326.354000', '115326.357000', '115326.360000', '115326.363000', '115326.366000', '115326.369000', '115326.371000', '115326.374000', '115326.377000', '115326.380000', '115326.383000', '115326.385000', '115326.388000', '115326.391000', '115326.394000', '115326.397000', '115326.400000', '115326.402000', '115326.405000', '115326.408000', '115326.411000', '115326.414000', '115326.416000', '115326.419000', '115326.422000', '115326.425000', '115326.428000', '115326.431000', '115326.433000', '115326.436000', '115326.439000', '115326.442000', '115326.445000', '115326.448000', '115326.450000', '115326.453000', '115326.456000', '115326.459000', '115326.462000', '115326.465000', '115346.344000', '115346.347000', '115346.350000', '115346.353000', '115346.355000', '115346.358000', '115346.361000', '115346.364000', '115346.367000', '115346.370000', '115346.372000', '115346.375000', '115346.378000', '115346.381000', '115346.384000', '115346.387000', '115346.389000', '115346.392000', '115346.395000', '115346.398000', '115346.401000', '115346.404000', '115346.406000', '115346.409000', '115346.412000', '115346.415000', '115346.418000', '115346.420000', '115346.423000', '115346.426000', '115346.429000', '115346.432000', '115346.435000', '115346.437000', '115346.440000', '115346.443000', '115346.446000', '115346.449000', '115346.452000', '115346.454000', '115346.457000', '115346.460000', '115346.463000', '115406.343000', '115406.346000', '115406.349000', '115406.351000', '115406.354000', '115406.357000', '115406.360000', '115406.363000', '115406.366000', '115406.369000', '115406.371000', '115406.374000', '115406.377000', '115406.380000', '115406.383000', '115406.385000', '115406.388000', '115406.391000', '115406.394000', '115406.397000', '115406.400000', '115406.403000', '115406.405000', '115406.408000', '115406.411000', '115406.414000', '115406.417000', '115406.419000', '115406.422000', '115406.425000', '115406.428000', '115406.431000', '115406.434000', '115406.437000', '115406.440000', '115406.443000', '115406.445000', '115406.448000', '115406.451000', '115406.454000', '115406.456000', '115406.459000', '115406.462000', '115406.465000', '115426.343000', '115426.346000', '115426.349000', '115426.352000', '115426.355000', '115426.357000', '115426.360000', '115426.363000', '115426.366000', '115426.369000', '115426.372000', '115426.374000', '115426.377000', '115426.380000', '115426.383000', '115426.386000', '115426.389000', '115426.391000', '115426.394000', '115426.397000', '115426.400000', '115426.403000', '115426.406000', '115426.409000', '115426.411000', '115426.414000', '115426.417000', '115426.420000', '115426.423000', '115426.426000', '115426.429000', '115426.432000', '115426.435000', '115426.438000', '115426.441000', '115426.444000', '115426.446000', '115426.449000', '115426.452000', '115426.455000', '115426.458000', '115426.460000', '115426.463000', '115446.343000', '115446.346000', '115446.349000', '115446.352000', '115446.354000', '115446.357000', '115446.360000', '115446.363000', '115446.366000', '115446.368000', '115446.371000', '115446.374000', '115446.377000', '115446.380000', '115446.382000', '115446.385000', '115446.388000', '115446.391000', '115446.394000', '115446.397000', '115446.400000', '115446.402000', '115446.405000', '115446.408000', '115446.411000', '115446.414000', '115446.416000', '115446.419000', '115446.422000', '115446.425000', '115446.428000', '115446.446000', '115446.449000', '115446.452000', '115446.455000', '115446.458000', '115446.461000', '115446.463000', '115446.466000', '115446.469000', '115446.472000', '115446.475000', '115446.477000', '115446.480000', '115506.343000', '115506.346000', '115506.349000', '115506.352000', '115506.355000', '115506.357000', '115506.360000', '115506.363000', '115506.366000', '115506.369000', '115506.371000', '115506.374000', '115506.377000', '115506.380000', '115506.383000', '115506.386000', '115506.388000', '115506.391000', '115506.394000', '115506.397000', '115506.400000', '115506.403000', '115506.405000', '115506.408000', '115506.411000', '115506.414000', '115506.417000', '115506.419000', '115506.422000', '115506.425000', '115506.428000', '115506.431000', '115506.434000', '115506.437000', '115506.439000', '115506.442000', '115506.445000', '115506.448000', '115506.451000', '115506.453000', '115506.456000', '115506.459000', '115506.462000', '115526.343000', '115526.346000', '115526.349000', '115526.352000', '115526.354000', '115526.357000', '115526.360000', '115526.363000', '115526.366000', '115526.368000', '115526.371000', '115526.374000', '115526.377000', '115526.380000', '115526.383000', '115526.385000', '115526.388000', '115526.391000', '115526.394000', '115526.397000', '115526.400000', '115526.402000', '115526.405000', '115526.408000', '115526.411000', '115526.414000', '115526.416000', '115526.419000', '115526.422000', '115526.425000', '115526.428000', '115526.431000', '115526.433000', '115526.436000', '115526.439000', '115526.442000', '115526.445000', '115526.448000', '115526.450000', '115526.453000', '115526.456000', '115526.459000', '115526.462000', '115526.465000', '115546.343000', '115546.346000', '115546.349000', '115546.352000', '115546.354000', '115546.357000', '115546.360000', '115546.363000', '115546.366000', '115546.368000', '115546.371000', '115546.374000', '115546.377000', '115546.380000', '115546.383000', '115546.386000', '115546.388000', '115546.391000', '115546.394000', '115546.397000', '115546.400000', '115546.403000', '115546.405000', '115546.408000', '115546.411000', '115546.414000', '115546.417000', '115546.419000', '115546.422000', '115546.425000', '115546.428000', '115546.431000', '115546.434000', '115546.437000', '115546.439000', '115546.442000', '115546.445000', '115546.448000', '115546.451000', '115546.454000', '115546.456000', '115546.459000', '115546.464000', '115606.344000', '115606.347000', '115606.350000', '115606.352000', '115606.355000', '115606.358000', '115606.361000', '115606.364000', '115606.367000', '115606.369000', '115606.372000', '115606.375000', '115606.378000', '115606.381000', '115606.384000', '115606.387000', '115606.389000', '115606.392000', '115606.395000', '115606.398000', '115606.401000', '115606.403000', '115606.406000', '115606.409000', '115606.412000', '115606.415000', '115606.418000', '115606.420000', '115606.423000', '115606.426000', '115606.429000', '115606.432000', '115606.435000', '115606.438000', '115606.440000', '115606.443000', '115606.446000', '115606.449000', '115606.452000', '115606.455000', '115606.457000', '115606.460000', '115606.478000', '115606.481000', '115626.343000', '115626.346000', '115626.349000', '115626.352000', '115626.354000', '115626.357000', '115626.360000', '115626.363000', '115626.366000', '115626.369000', '115626.371000', '115626.374000', '115626.377000', '115626.380000', '115626.383000', '115626.386000', '115626.394000', '115626.397000', '115626.399000', '115626.402000', '115626.405000', '115626.408000', '115626.411000', '115626.413000', '115626.416000', '115626.419000', '115626.422000', '115626.425000', '115626.428000', '115626.430000', '115626.433000', '115626.436000', '115626.439000', '115626.442000', '115626.445000', '115626.447000', '115626.450000', '115626.453000', '115626.456000', '115626.459000', '115626.462000', '115626.465000', '115626.467000', '115646.343000', '115646.346000', '115646.349000', '115646.352000', '115646.354000', '115646.357000', '115646.360000', '115646.363000', '115646.366000', '115646.368000', '115646.371000', '115646.374000', '115646.377000', '115646.380000', '115646.383000', '115646.386000', '115646.388000', '115646.391000', '115646.394000', '115646.397000', '115646.400000', '115646.403000', '115646.406000', '115646.408000', '115646.411000', '115646.414000', '115646.417000', '115646.420000', '115646.422000', '115646.425000', '115646.428000', '115646.431000', '115646.434000', '115646.437000', '115646.439000', '115646.444000', '115646.447000', '115646.450000', '115646.452000', '115646.455000', '115646.458000', '115646.461000', '115646.464000', '115646.467000', '115706.343000', '115706.346000', '115706.349000', '115706.352000', '115706.354000', '115706.357000', '115706.360000', '115706.363000', '115706.366000', '115706.368000', '115706.371000', '115706.374000', '115706.377000', '115706.380000', '115706.383000', '115706.386000', '115706.389000', '115706.391000', '115706.394000', '115706.397000', '115706.400000', '115706.403000', '115706.406000', '115706.408000', '115706.411000', '115706.414000', '115706.417000', '115706.420000', '115706.423000', '115706.426000', '115706.428000', '115706.431000', '115706.434000', '115706.437000', '115706.440000', '115706.442000', '115706.445000', '115706.448000', '115706.451000', '115706.454000', '115706.457000', '115706.459000', '115706.462000', '115726.343000', '115726.346000', '115726.349000', '115726.352000', '115726.354000', '115726.357000', '115726.360000', '115726.363000', '115726.366000', '115726.368000', '115726.371000', '115726.374000', '115726.377000', '115726.380000', '115726.383000', '115726.385000', '115726.388000', '115726.391000', '115726.394000', '115726.397000', '115726.399000', '115726.402000', '115726.405000', '115726.408000', '115726.411000', '115726.414000', '115726.416000', '115726.419000', '115726.422000', '115726.425000', '115726.428000', '115726.430000', '115726.433000', '115726.436000', '115726.439000', '115726.442000', '115726.445000', '115726.448000', '115726.450000', '115726.453000', '115726.456000', '115726.459000', '115726.462000', '115740.204000', '115740.208000', '115740.212000', '115740.215000', '115740.218000', '115740.221000', '115740.225000', '115740.228000', '115740.231000', '115740.234000', '115740.254000', '115740.258000', '115740.261000', '115740.264000', '115740.266000', '115740.269000', '115740.272000', '115740.275000', '115740.278000', '115740.281000', '115740.284000', '115740.287000', '115740.290000', '115740.293000', '115740.295000', '115740.298000', '115740.301000', '115740.304000', '115740.307000', '115740.310000', '115740.313000'], 'InstanceCreationTime': ['115126.382000', '115126.385000', '115126.388000', '115126.391000', '115126.394000', '115126.397000', '115126.399000', '115126.402000', '115126.405000', '115126.408000', '115126.410000', '115126.413000', '115126.416000', '115126.419000', '115126.422000', '115126.425000', '115126.427000', '115126.430000', '115126.433000', '115126.436000', '115126.439000', '115126.441000', '115126.444000', '115126.447000', '115126.450000', '115126.452000', '115126.455000', '115126.458000', '115126.461000', '115126.464000', '115126.467000', '115126.469000', '115126.479000', '115126.482000', '115126.485000', '115126.488000', '115126.491000', '115126.493000', '115126.496000', '115126.499000', '115126.502000', '115126.505000', '115126.507000', '115126.510000', '115126.518000', '115126.521000', '115126.524000', '115126.527000', '115126.529000', '115126.532000', '115126.535000', '115126.538000', '115126.541000', '115126.544000', '115126.546000', '115126.554000', '115126.557000', '115126.560000', '115126.562000', '115146.343000', '115146.346000', '115146.350000', '115146.353000', '115146.355000', '115146.358000', '115146.361000', '115146.364000', '115146.367000', '115146.370000', '115146.373000', '115146.375000', '115146.378000', '115146.381000', '115146.389000', '115146.392000', '115146.395000', '115146.397000', '115146.400000', '115146.403000', '115146.406000', '115146.409000', '115146.412000', '115146.415000', '115146.418000', '115146.421000', '115146.424000', '115146.427000', '115146.430000', '115146.433000', '115146.435000', '115146.438000', '115146.441000', '115146.444000', '115146.447000', '115146.449000', '115146.452000', '115146.455000', '115146.458000', '115146.461000', '115146.463000', '115146.466000', '115146.469000', '115206.343000', '115206.346000', '115206.349000', '115206.352000', '115206.354000', '115206.357000', '115206.360000', '115206.363000', '115206.366000', '115206.368000', '115206.371000', '115206.374000', '115206.377000', '115206.380000', '115206.383000', '115206.385000', '115206.388000', '115206.391000', '115206.394000', '115206.397000', '115206.399000', '115206.402000', '115206.405000', '115206.408000', '115206.411000', '115206.414000', '115206.416000', '115206.419000', '115206.422000', '115206.425000', '115206.428000', '115206.430000', '115206.433000', '115206.436000', '115206.439000', '115206.442000', '115206.444000', '115206.447000', '115206.450000', '115206.453000', '115206.456000', '115206.459000', '115206.461000', '115206.464000', '115226.343000', '115226.346000', '115226.349000', '115226.351000', '115226.354000', '115226.357000', '115226.360000', '115226.363000', '115226.365000', '115226.368000', '115226.371000', '115226.374000', '115226.377000', '115226.380000', '115226.382000', '115226.385000', '115226.388000', '115226.391000', '115226.394000', '115226.397000', '115226.399000', '115226.402000', '115226.405000', '115226.408000', '115226.411000', '115226.414000', '115226.416000', '115226.419000', '115226.422000', '115226.425000', '115226.428000', '115226.431000', '115226.433000', '115226.436000', '115226.439000', '115226.442000', '115226.445000', '115226.448000', '115226.451000', '115226.454000', '115226.456000', '115226.459000', '115226.462000', '115246.343000', '115246.346000', '115246.349000', '115246.351000', '115246.354000', '115246.357000', '115246.360000', '115246.362000', '115246.365000', '115246.368000', '115246.371000', '115246.374000', '115246.377000', '115246.379000', '115246.382000', '115246.385000', '115246.388000', '115246.391000', '115246.393000', '115246.396000', '115246.399000', '115246.402000', '115246.405000', '115246.408000', '115246.410000', '115246.413000', '115246.416000', '115246.419000', '115246.422000', '115246.424000', '115246.427000', '115246.430000', '115246.433000', '115246.436000', '115246.438000', '115246.441000', '115246.444000', '115246.447000', '115246.450000', '115246.453000', '115246.455000', '115246.458000', '115246.461000', '115246.464000', '115306.343000', '115306.346000', '115306.349000', '115306.352000', '115306.355000', '115306.357000', '115306.360000', '115306.363000', '115306.366000', '115306.369000', '115306.371000', '115306.374000', '115306.377000', '115306.380000', '115306.383000', '115306.387000', '115306.390000', '115306.393000', '115306.396000', '115306.399000', '115306.402000', '115306.404000', '115306.407000', '115306.410000', '115306.413000', '115306.416000', '115306.419000', '115306.421000', '115306.424000', '115306.427000', '115306.430000', '115306.433000', '115306.435000', '115306.438000', '115306.441000', '115306.445000', '115306.447000', '115306.450000', '115306.455000', '115306.458000', '115306.461000', '115306.464000', '115306.467000', '115326.343000', '115326.346000', '115326.349000', '115326.352000', '115326.354000', '115326.357000', '115326.360000', '115326.363000', '115326.366000', '115326.369000', '115326.371000', '115326.374000', '115326.377000', '115326.380000', '115326.383000', '115326.385000', '115326.388000', '115326.391000', '115326.394000', '115326.397000', '115326.400000', '115326.402000', '115326.405000', '115326.408000', '115326.411000', '115326.414000', '115326.416000', '115326.419000', '115326.422000', '115326.425000', '115326.428000', '115326.431000', '115326.433000', '115326.436000', '115326.439000', '115326.442000', '115326.445000', '115326.448000', '115326.450000', '115326.453000', '115326.456000', '115326.459000', '115326.462000', '115326.465000', '115346.344000', '115346.347000', '115346.350000', '115346.353000', '115346.355000', '115346.358000', '115346.361000', '115346.364000', '115346.367000', '115346.370000', '115346.372000', '115346.375000', '115346.378000', '115346.381000', '115346.384000', '115346.387000', '115346.389000', '115346.392000', '115346.395000', '115346.398000', '115346.401000', '115346.404000', '115346.406000', '115346.409000', '115346.412000', '115346.415000', '115346.418000', '115346.420000', '115346.423000', '115346.426000', '115346.429000', '115346.432000', '115346.435000', '115346.437000', '115346.440000', '115346.443000', '115346.446000', '115346.449000', '115346.452000', '115346.454000', '115346.457000', '115346.460000', '115346.463000', '115406.343000', '115406.346000', '115406.349000', '115406.351000', '115406.354000', '115406.357000', '115406.360000', '115406.363000', '115406.366000', '115406.369000', '115406.371000', '115406.374000', '115406.377000', '115406.380000', '115406.383000', '115406.385000', '115406.388000', '115406.391000', '115406.394000', '115406.397000', '115406.400000', '115406.403000', '115406.405000', '115406.408000', '115406.411000', '115406.414000', '115406.417000', '115406.419000', '115406.422000', '115406.425000', '115406.428000', '115406.431000', '115406.434000', '115406.437000', '115406.440000', '115406.443000', '115406.445000', '115406.448000', '115406.451000', '115406.454000', '115406.456000', '115406.459000', '115406.462000', '115406.465000', '115426.343000', '115426.346000', '115426.349000', '115426.352000', '115426.355000', '115426.357000', '115426.360000', '115426.363000', '115426.366000', '115426.369000', '115426.372000', '115426.374000', '115426.377000', '115426.380000', '115426.383000', '115426.386000', '115426.389000', '115426.391000', '115426.394000', '115426.397000', '115426.400000', '115426.403000', '115426.406000', '115426.409000', '115426.411000', '115426.414000', '115426.417000', '115426.420000', '115426.423000', '115426.426000', '115426.429000', '115426.432000', '115426.435000', '115426.438000', '115426.441000', '115426.444000', '115426.446000', '115426.449000', '115426.452000', '115426.455000', '115426.458000', '115426.460000', '115426.463000', '115446.343000', '115446.346000', '115446.349000', '115446.352000', '115446.354000', '115446.357000', '115446.360000', '115446.363000', '115446.366000', '115446.368000', '115446.371000', '115446.374000', '115446.377000', '115446.380000', '115446.382000', '115446.385000', '115446.388000', '115446.391000', '115446.394000', '115446.397000', '115446.400000', '115446.402000', '115446.405000', '115446.408000', '115446.411000', '115446.414000', '115446.416000', '115446.419000', '115446.422000', '115446.425000', '115446.428000', '115446.446000', '115446.449000', '115446.452000', '115446.455000', '115446.458000', '115446.461000', '115446.463000', '115446.466000', '115446.469000', '115446.472000', '115446.475000', '115446.477000', '115446.480000', '115506.343000', '115506.346000', '115506.349000', '115506.352000', '115506.355000', '115506.357000', '115506.360000', '115506.363000', '115506.366000', '115506.369000', '115506.371000', '115506.374000', '115506.377000', '115506.380000', '115506.383000', '115506.386000', '115506.388000', '115506.391000', '115506.394000', '115506.397000', '115506.400000', '115506.403000', '115506.405000', '115506.408000', '115506.411000', '115506.414000', '115506.417000', '115506.419000', '115506.422000', '115506.425000', '115506.428000', '115506.431000', '115506.434000', '115506.437000', '115506.439000', '115506.442000', '115506.445000', '115506.448000', '115506.451000', '115506.453000', '115506.456000', '115506.459000', '115506.462000', '115526.343000', '115526.346000', '115526.349000', '115526.352000', '115526.354000', '115526.357000', '115526.360000', '115526.363000', '115526.366000', '115526.368000', '115526.371000', '115526.374000', '115526.377000', '115526.380000', '115526.383000', '115526.385000', '115526.388000', '115526.391000', '115526.394000', '115526.397000', '115526.400000', '115526.402000', '115526.405000', '115526.408000', '115526.411000', '115526.414000', '115526.416000', '115526.419000', '115526.422000', '115526.425000', '115526.428000', '115526.431000', '115526.433000', '115526.436000', '115526.439000', '115526.442000', '115526.445000', '115526.448000', '115526.450000', '115526.453000', '115526.456000', '115526.459000', '115526.462000', '115526.465000', '115546.343000', '115546.346000', '115546.349000', '115546.352000', '115546.354000', '115546.357000', '115546.360000', '115546.363000', '115546.366000', '115546.368000', '115546.371000', '115546.374000', '115546.377000', '115546.380000', '115546.383000', '115546.386000', '115546.388000', '115546.391000', '115546.394000', '115546.397000', '115546.400000', '115546.403000', '115546.405000', '115546.408000', '115546.411000', '115546.414000', '115546.417000', '115546.419000', '115546.422000', '115546.425000', '115546.428000', '115546.431000', '115546.434000', '115546.437000', '115546.439000', '115546.442000', '115546.445000', '115546.448000', '115546.451000', '115546.454000', '115546.456000', '115546.459000', '115546.464000', '115606.344000', '115606.347000', '115606.350000', '115606.352000', '115606.355000', '115606.358000', '115606.361000', '115606.364000', '115606.367000', '115606.369000', '115606.372000', '115606.375000', '115606.378000', '115606.381000', '115606.384000', '115606.387000', '115606.389000', '115606.392000', '115606.395000', '115606.398000', '115606.401000', '115606.403000', '115606.406000', '115606.409000', '115606.412000', '115606.415000', '115606.418000', '115606.420000', '115606.423000', '115606.426000', '115606.429000', '115606.432000', '115606.435000', '115606.438000', '115606.440000', '115606.443000', '115606.446000', '115606.449000', '115606.452000', '115606.455000', '115606.457000', '115606.460000', '115606.478000', '115606.481000', '115626.343000', '115626.346000', '115626.349000', '115626.352000', '115626.354000', '115626.357000', '115626.360000', '115626.363000', '115626.366000', '115626.369000', '115626.371000', '115626.374000', '115626.377000', '115626.380000', '115626.383000', '115626.386000', '115626.394000', '115626.397000', '115626.399000', '115626.402000', '115626.405000', '115626.408000', '115626.411000', '115626.413000', '115626.416000', '115626.419000', '115626.422000', '115626.425000', '115626.428000', '115626.430000', '115626.433000', '115626.436000', '115626.439000', '115626.442000', '115626.445000', '115626.447000', '115626.450000', '115626.453000', '115626.456000', '115626.459000', '115626.462000', '115626.465000', '115626.467000', '115646.343000', '115646.346000', '115646.349000', '115646.352000', '115646.354000', '115646.357000', '115646.360000', '115646.363000', '115646.366000', '115646.368000', '115646.371000', '115646.374000', '115646.377000', '115646.380000', '115646.383000', '115646.386000', '115646.388000', '115646.391000', '115646.394000', '115646.397000', '115646.400000', '115646.403000', '115646.406000', '115646.408000', '115646.411000', '115646.414000', '115646.417000', '115646.420000', '115646.422000', '115646.425000', '115646.428000', '115646.431000', '115646.434000', '115646.437000', '115646.439000', '115646.444000', '115646.447000', '115646.450000', '115646.452000', '115646.455000', '115646.458000', '115646.461000', '115646.464000', '115646.467000', '115706.343000', '115706.346000', '115706.349000', '115706.352000', '115706.354000', '115706.357000', '115706.360000', '115706.363000', '115706.366000', '115706.368000', '115706.371000', '115706.374000', '115706.377000', '115706.380000', '115706.383000', '115706.386000', '115706.389000', '115706.391000', '115706.394000', '115706.397000', '115706.400000', '115706.403000', '115706.406000', '115706.408000', '115706.411000', '115706.414000', '115706.417000', '115706.420000', '115706.423000', '115706.426000', '115706.428000', '115706.431000', '115706.434000', '115706.437000', '115706.440000', '115706.442000', '115706.445000', '115706.448000', '115706.451000', '115706.454000', '115706.457000', '115706.459000', '115706.462000', '115726.343000', '115726.346000', '115726.349000', '115726.352000', '115726.354000', '115726.357000', '115726.360000', '115726.363000', '115726.366000', '115726.368000', '115726.371000', '115726.374000', '115726.377000', '115726.380000', '115726.383000', '115726.385000', '115726.388000', '115726.391000', '115726.394000', '115726.397000', '115726.399000', '115726.402000', '115726.405000', '115726.408000', '115726.411000', '115726.414000', '115726.416000', '115726.419000', '115726.422000', '115726.425000', '115726.428000', '115726.430000', '115726.433000', '115726.436000', '115726.439000', '115726.442000', '115726.445000', '115726.448000', '115726.450000', '115726.453000', '115726.456000', '115726.459000', '115726.462000', '115740.204000', '115740.208000', '115740.212000', '115740.215000', '115740.218000', '115740.221000', '115740.225000', '115740.228000', '115740.231000', '115740.234000', '115740.254000', '115740.258000', '115740.261000', '115740.264000', '115740.266000', '115740.269000', '115740.272000', '115740.275000', '115740.278000', '115740.281000', '115740.284000', '115740.287000', '115740.290000', '115740.293000', '115740.295000', '115740.298000', '115740.301000', '115740.304000', '115740.307000', '115740.310000', '115740.313000'], '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': [12939, 8582, 8834, 8780, 9909, 9358, 8848, 8780, 8721, 8117, 8377, 8440, 10248, 8942, 10533, 9031, 12214, 9656, 13031, 9020, 12115, 8915, 12613, 8947, 10399, 8832, 8702, 8722, 9868, 9195, 8846, 8989, 8709, 9389, 8519, 8776, 8921, 9108, 9636, 11494, 8907, 10506, 9120, 8903, 8663, 9891, 8937, 12222, 8894, 9306, 9194, 9184, 9224, 10425, 9630, 9012, 8991, 9235, 8749, 8927, 9112, 9934, 9440, 10017, 9193, 10368, 9292, 10332, 9559, 8792, 9359, 8581, 9723, 10155, 9552, 9434, 8960, 8671, 9790, 8604, 10918, 8980, 10291, 8708, 10401, 8866, 11901, 8860, 8426, 9073, 8583, 8872, 8770, 9052, 8477, 8864, 9273, 9359, 9096, 9715, 9134, 9426, 9077, 8524, 9575, 9801, 11012, 9144, 9916, 9727, 9586, 9801, 11470, 10087, 8623, 9409, 11887, 9555, 8536, 9195, 8504, 8958, 9211, 9527, 10084, 9772, 9206, 9989, 10399, 9660, 9985, 10654, 9604, 10071, 9562, 10958, 9783, 11999, 12580, 9905, 13807, 8966, 11938, 9096, 11447, 14215, 11102, 12243, 11486, 10376, 11605, 10112, 11732, 11892, 10948, 13746, 9314, 13911, 10208, 11979, 10045, 10371, 10923, 9537, 11828, 9390, 11824, 9464, 11826, 9629, 9821, 10546, 9078, 11022, 9128, 10514, 9460, 11469, 9643, 12327, 9721, 12611, 9746, 10872, 16786, 10144, 12194, 10221, 10093, 11236, 9924, 9772, 9853, 9323, 10159, 9518, 10659, 9516, 10401, 10350, 10274, 10921, 10308, 11723, 10577, 13147, 10437, 10340, 10921, 10149, 10735, 10831, 10644, 9981, 10661, 10253, 10163, 11230, 10123, 10004, 9502, 12379, 10274, 18129, 10328, 12971, 9809, 9890, 9601, 11288, 10476, 12259, 9705, 11847, 10040, 15561, 12581, 17960, 17034, 11716, 12208, 10195, 9323, 10590, 9549, 11798, 9709, 12575, 9379, 11527, 9144, 10866, 8993, 10609, 9484, 10180, 9083, 10652, 9258, 11848, 9225, 12143, 10056, 11331, 9029, 10623, 9029, 9150, 9475, 9579, 12087, 8929, 11725, 8709, 8548, 8624, 9430, 9886, 8423, 9186, 8466, 9439, 8927, 9637, 9186, 9517, 8923, 9278, 9618, 9349, 9516, 11987, 9448, 12662, 8740, 10720, 8426, 11866, 11839, 11816, 13761, 10363, 11055, 9467, 9159, 8256, 8970, 10167, 9285, 9605, 8811, 11801, 8517, 14105, 8663, 14539, 8393, 11608, 8483, 11867, 8435, 11321, 8377, 11424, 9213, 8659, 18082, 9332, 14814, 8626, 10260, 8944, 9737, 8981, 8583, 8720, 8916, 8896, 9542, 9105, 9456, 8996, 10063, 9181, 10161, 9687, 9588, 9074, 9400, 8984, 9849, 10225, 9836, 11232, 9459, 9753, 9087, 9972, 9005, 12395, 11008, 16323, 13627, 17711, 14805, 13613, 10839, 14483, 10291, 15449, 10155, 15988, 12239, 17757, 9392, 9589, 8599, 10034, 8558, 9373, 10303, 9347, 11141, 8913, 12025, 8765, 12223, 9838, 11668, 8910, 12272, 9556, 11677, 8939, 10160, 8980, 9037, 10138, 9058, 11112, 9387, 11558, 11355, 9146, 9662, 9020, 10434, 9642, 10422, 9342, 9887, 9305, 9703, 9788, 11583, 8831, 9950, 9098, 9774, 8998, 9607, 9082, 9500, 9694, 9465, 9308, 13505, 12811, 12430, 10047, 13947, 10415, 14184, 10417, 16889, 13599, 18818, 10046, 9534, 8965, 9351, 9929, 9081, 10646, 10075, 14136, 9957, 16138, 9550, 10588, 9504, 11458, 9896, 12385, 10610, 12169, 12047, 12446, 9492, 13035, 9520, 13095, 9445, 13464, 9466, 12812, 9303, 12004, 9370, 11172, 9646, 11956, 9422, 11315, 9262, 10465, 9136, 10087, 9447, 10240, 12925, 10194, 12384, 9122, 10055, 10391, 10262, 10048, 10324, 8576, 9334, 10663, 9081, 14150, 12388, 15770, 17969, 12608, 19970, 10616, 16586, 14505, 20435, 14163, 19544, 14067, 18096, 12673, 9530, 9872, 9536, 11446, 9606, 11374, 9438, 12013, 9441, 12432, 9497, 12358, 9017, 9402, 12106, 9265, 10791, 9765, 9742, 9940, 9464, 9918, 13474, 9492, 14942, 10237, 11636, 8973, 10503, 9308, 10701, 11657, 9476, 13402, 9195, 13366, 9221, 12643, 9152, 10709, 9585, 9738, 11408, 9662, 10080, 9625, 11394, 9790, 11458, 9802, 10648, 9596, 10451, 10131, 11282, 10409, 11200, 10079, 10639, 9470, 10397, 10240, 11555, 9987, 10303, 9880, 9608, 12376, 9559, 12581, 9699, 12706, 11066, 14767, 10830, 9169, 9575, 10257, 9669, 12822, 9726, 12575, 9369, 12224, 9061, 9980, 13629, 9635, 13046, 10059, 11148, 9005, 9415, 8396, 9450, 10495, 9122, 11520, 8097, 10411, 8585, 10499, 7986, 9974, 9529, 11195, 8931, 7964, 9894, 8388, 11672, 8490, 9367, 14241, 10778, 17513, 11541, 8793, 9064, 9070, 9610, 9620, 15505, 9772, 11696, 8966, 10374, 8944, 11149, 9770, 10869, 10283, 12448, 9450, 10168, 9230, 10877, 10849, 9797, 13271, 9009, 12967, 9225, 10657, 9050, 9538, 8819, 8883, 8734, 9618, 9169, 11055, 9352, 11508, 9455, 12596, 9394, 11795, 9130, 9571, 14831, 9408, 12338, 9740, 12089, 10207, 17683, 11390, 8956, 8336, 9412, 9179, 9558, 9923, 8951, 10507, 8362, 9766, 8105, 11763, 9227, 12819, 13387, 13066, 17863, 15308, 16482, 10102, 8485, 9937, 15899, 8749, 16048, 13893, 15690, 10331, 8350, 8711, 8707, 8800, 9706, 11004, 8572, 8342, 9393, 8879, 9123, 11210, 8861, 11433, 9044, 11895, 9562, 12351, 10207, 12285, 10000, 12240, 9103, 13259, 9115, 13476, 8804, 12226, 8733, 11231, 9012, 9010, 9080, 8824, 9955, 9134, 8692, 8758, 9774, 8642, 8727, 8372, 8515, 8598, 8990, 8864, 9692, 8967, 9173, 9857, 9485, 8117, 9575, 8728, 8855, 13004, 10635, 16700, 15075, 8884, 8172, 8410, 9944, 8413, 13972, 12258, 17537, 14868, 9839, 8502, 8384, 9433, 9392, 13064, 13101, 19143, 13691, 12159, 8885, 9403, 8830, 10498, 8903, 11334, 9147, 12012, 9465, 8829, 9151, 8587, 9956, 9193, 11799, 9200, 9245, 9232, 8984, 9412, 9141, 8998, 8526, 8885, 9015, 9153, 9746, 9000, 8441, 8855, 8934, 9497, 8479, 9650, 8416, 9963, 8597, 10686, 8573, 10215, 8840, 10244, 8895, 10274, 11605, 9371, 11079, 8611, 10839, 8561, 12179, 9624, 14319, 11367, 17042, 12134, 11269, 9891, 9193, 9493, 9051, 11589, 8744, 11215, 8675, 10076, 9397, 11354, 9000, 9914, 9497, 9441, 11755, 8919, 13744, 9270, 13014, 14085, 12672, 13974, 9552, 9780, 9052, 9112, 9285, 8858, 9007, 8547, 9118, 8371], 'WindowCenter': [4578.0, 4510.0, 4497.0, 4485.0, 4519.0, 4521.0, 4507.0, 4496.0, 4497.0, 4497.0, 4497.0, 4499.0, 4515.0, 4509.0, 4515.0, 4495.0, 4535.0, 4507.0, 4534.0, 4493.0, 4522.0, 4481.0, 4519.0, 4480.0, 4500.0, 4481.0, 4481.0, 4495.0, 4502.0, 4505.0, 4493.0, 4495.0, 4495.0, 4507.0, 4496.0, 4498.0, 4494.0, 4507.0, 4517.0, 4536.0, 4496.0, 4525.0, 4505.0, 4494.0, 4482.0, 4501.0, 4494.0, 4524.0, 4483.0, 4493.0, 4482.0, 4493.0, 4494.0, 4501.0, 4491.0, 4482.0, 4480.0, 4491.0, 4471.0, 4480.0, 4492.0, 4503.0, 4491.0, 4488.0, 4493.0, 4503.0, 4493.0, 4502.0, 4492.0, 4469.0, 4479.0, 4468.0, 4502.0, 4500.0, 4504.0, 4505.0, 4493.0, 4494.0, 4504.0, 4483.0, 4500.0, 4481.0, 4489.0, 4481.0, 4512.0, 4495.0, 4522.0, 4493.0, 4471.0, 4491.0, 4481.0, 4493.0, 4483.0, 4494.0, 4485.0, 4495.0, 4504.0, 4507.0, 4508.0, 4506.0, 4507.0, 4506.0, 4507.0, 4497.0, 4519.0, 4530.0, 4539.0, 4519.0, 4529.0, 4518.0, 4505.0, 4517.0, 4522.0, 4502.0, 4468.0, 4478.0, 4519.0, 4489.0, 4470.0, 4490.0, 4468.0, 4482.0, 4506.0, 4505.0, 4514.0, 4515.0, 4519.0, 4518.0, 4516.0, 4493.0, 4494.0, 4501.0, 4492.0, 4503.0, 4518.0, 4524.0, 4502.0, 4523.0, 4519.0, 4490.0, 4528.0, 4479.0, 4509.0, 4477.0, 4508.0, 4528.0, 4509.0, 4507.0, 4495.0, 4474.0, 4495.0, 4474.0, 4496.0, 4492.0, 4483.0, 4502.0, 4462.0, 4502.0, 4472.0, 4481.0, 4459.0, 4470.0, 4467.0, 4460.0, 4479.0, 4461.0, 4492.0, 4462.0, 4493.0, 4462.0, 4473.0, 4481.0, 4464.0, 4484.0, 4477.0, 4496.0, 4488.0, 4520.0, 4491.0, 4519.0, 4490.0, 4518.0, 4477.0, 4496.0, 4534.0, 4475.0, 4495.0, 4484.0, 4487.0, 4494.0, 4488.0, 4488.0, 4502.0, 4502.0, 4523.0, 4514.0, 4526.0, 4516.0, 4527.0, 4526.0, 4527.0, 4524.0, 4515.0, 4534.0, 4514.0, 4543.0, 4512.0, 4510.0, 4510.0, 4511.0, 4524.0, 4522.0, 4511.0, 4502.0, 4511.0, 4511.0, 4514.0, 4524.0, 4514.0, 4519.0, 4517.0, 4535.0, 4515.0, 4574.0, 4504.0, 4532.0, 4501.0, 4488.0, 4489.0, 4508.0, 4500.0, 4519.0, 4500.0, 4522.0, 4502.0, 4550.0, 4532.0, 4560.0, 4549.0, 4507.0, 4520.0, 4487.0, 4478.0, 4484.0, 4475.0, 4493.0, 4475.0, 4505.0, 4465.0, 4494.0, 4475.0, 4484.0, 4465.0, 4484.0, 4475.0, 4485.0, 4478.0, 4497.0, 4478.0, 4508.0, 4477.0, 4520.0, 4502.0, 4495.0, 4465.0, 4473.0, 4466.0, 4466.0, 4489.0, 4516.0, 4533.0, 4492.0, 4508.0, 4479.0, 4466.0, 4468.0, 4490.0, 4502.0, 4470.0, 4491.0, 4469.0, 4490.0, 4492.0, 4504.0, 4493.0, 4505.0, 4493.0, 4506.0, 4519.0, 4507.0, 4519.0, 4537.0, 4506.0, 4536.0, 4498.0, 4514.0, 4473.0, 4523.0, 4511.0, 4512.0, 4531.0, 4502.0, 4511.0, 4491.0, 4480.0, 4469.0, 4478.0, 4488.0, 4477.0, 4491.0, 4481.0, 4523.0, 4471.0, 4531.0, 4470.0, 4527.0, 4456.0, 4484.0, 4456.0, 4495.0, 4444.0, 4496.0, 4456.0, 4510.0, 4464.0, 4456.0, 4535.0, 4463.0, 4511.0, 4442.0, 4471.0, 4453.0, 4476.0, 4468.0, 4455.0, 4467.0, 4466.0, 4479.0, 4502.0, 4493.0, 4490.0, 4482.0, 4513.0, 4494.0, 4514.0, 4493.0, 4504.0, 4506.0, 4492.0, 4482.0, 4516.0, 4515.0, 4516.0, 4524.0, 4507.0, 4504.0, 4496.0, 4501.0, 4493.0, 4521.0, 4512.0, 4551.0, 4532.0, 4549.0, 4530.0, 4516.0, 4485.0, 4513.0, 4473.0, 4512.0, 4473.0, 4525.0, 4507.0, 4533.0, 4465.0, 4463.0, 4451.0, 4470.0, 4453.0, 4464.0, 4486.0, 4478.0, 4508.0, 4480.0, 4518.0, 4480.0, 4519.0, 4489.0, 4496.0, 4468.0, 4505.0, 4478.0, 4496.0, 4468.0, 4487.0, 4468.0, 4469.0, 4502.0, 4480.0, 4509.0, 4492.0, 4523.0, 4512.0, 4490.0, 4490.0, 4480.0, 4500.0, 4503.0, 4512.0, 4491.0, 4501.0, 4480.0, 4503.0, 4503.0, 4522.0, 4494.0, 4501.0, 4492.0, 4514.0, 4507.0, 4504.0, 4506.0, 4504.0, 4506.0, 4503.0, 4506.0, 4568.0, 4556.0, 4544.0, 4515.0, 4539.0, 4498.0, 4529.0, 4512.0, 4561.0, 4531.0, 4560.0, 4503.0, 4490.0, 4479.0, 4478.0, 4514.0, 4480.0, 4501.0, 4502.0, 4546.0, 4505.0, 4553.0, 4493.0, 4499.0, 4477.0, 4494.0, 4488.0, 4506.0, 4488.0, 4507.0, 4510.0, 4508.0, 4478.0, 4506.0, 4475.0, 4504.0, 4475.0, 4502.0, 4461.0, 4490.0, 4464.0, 4492.0, 4463.0, 4482.0, 4474.0, 4494.0, 4477.0, 4497.0, 4467.0, 4486.0, 4479.0, 4487.0, 4480.0, 4504.0, 4535.0, 4506.0, 4533.0, 4493.0, 4517.0, 4515.0, 4513.0, 4517.0, 4514.0, 4484.0, 4494.0, 4526.0, 4495.0, 4558.0, 4549.0, 4555.0, 4563.0, 4509.0, 4560.0, 4488.0, 4535.0, 4516.0, 4543.0, 4505.0, 4534.0, 4503.0, 4534.0, 4493.0, 4450.0, 4462.0, 4450.0, 4482.0, 4461.0, 4495.0, 4466.0, 4507.0, 4478.0, 4519.0, 4493.0, 4519.0, 4468.0, 4478.0, 4510.0, 4478.0, 4500.0, 4491.0, 4479.0, 4491.0, 4480.0, 4503.0, 4518.0, 4479.0, 4530.0, 4492.0, 4510.0, 4467.0, 4487.0, 4464.0, 4486.0, 4484.0, 4465.0, 4504.0, 4465.0, 4505.0, 4465.0, 4505.0, 4465.0, 4485.0, 4476.0, 4478.0, 4508.0, 4478.0, 4475.0, 4465.0, 4495.0, 4488.0, 4497.0, 4478.0, 4489.0, 4480.0, 4487.0, 4500.0, 4499.0, 4499.0, 4498.0, 4490.0, 4502.0, 4491.0, 4487.0, 4486.0, 4497.0, 4476.0, 4488.0, 4478.0, 4492.0, 4508.0, 4479.0, 4506.0, 4476.0, 4507.0, 4499.0, 4527.0, 4500.0, 4468.0, 4476.0, 4462.0, 4464.0, 4493.0, 4464.0, 4493.0, 4453.0, 4495.0, 4456.0, 4464.0, 4502.0, 4475.0, 4516.0, 4476.0, 4484.0, 4481.0, 4479.0, 4457.0, 4476.0, 4497.0, 4478.0, 4537.0, 4486.0, 4501.0, 4482.0, 4500.0, 4471.0, 4502.0, 4493.0, 4509.0, 4480.0, 4460.0, 4504.0, 4472.0, 4523.0, 4497.0, 4507.0, 4544.0, 4512.0, 4562.0, 4537.0, 4482.0, 4480.0, 4480.0, 4494.0, 4492.0, 4542.0, 4489.0, 4509.0, 4467.0, 4485.0, 4465.0, 4496.0, 4476.0, 4499.0, 4490.0, 4509.0, 4479.0, 4490.0, 4465.0, 4486.0, 4473.0, 4465.0, 4503.0, 4454.0, 4506.0, 4465.0, 4475.0, 4467.0, 4476.0, 4465.0, 4457.0, 4456.0, 4478.0, 4467.0, 4499.0, 4480.0, 4499.0, 4480.0, 4508.0, 4468.0, 4497.0, 4467.0, 4466.0, 4514.0, 4455.0, 4506.0, 4478.0, 4521.0, 4491.0, 4537.0, 4498.0, 4481.0, 4471.0, 4479.0, 4479.0, 4489.0, 4492.0, 4485.0, 4515.0, 4488.0, 4507.0, 4487.0, 4525.0, 4508.0, 4547.0, 4535.0, 4523.0, 4554.0, 4531.0, 4541.0, 4492.0, 4472.0, 4493.0, 4527.0, 4457.0, 4528.0, 4518.0, 4514.0, 4476.0, 4444.0, 4455.0, 4442.0, 4454.0, 4478.0, 4515.0, 4459.0, 4447.0, 4467.0, 4457.0, 4466.0, 4484.0, 4456.0, 4485.0, 4454.0, 4483.0, 4478.0, 4507.0, 4476.0, 4493.0, 4464.0, 4481.0, 4453.0, 4492.0, 4456.0, 4504.0, 4455.0, 4494.0, 4456.0, 4482.0, 4466.0, 4467.0, 4467.0, 4465.0, 4477.0, 4493.0, 4483.0, 4470.0, 4478.0, 4472.0, 4481.0, 4470.0, 4470.0, 4470.0, 4469.0, 4479.0, 4480.0, 4481.0, 4493.0, 4506.0, 4493.0, 4476.0, 4504.0, 4497.0, 4497.0, 4547.0, 4517.0, 4554.0, 4546.0, 4487.0, 4488.0, 4473.0, 4481.0, 4460.0, 4520.0, 4512.0, 4550.0, 4531.0, 4492.0, 4472.0, 4457.0, 4468.0, 4466.0, 4509.0, 4509.0, 4553.0, 4510.0, 4497.0, 4454.0, 4442.0, 4441.0, 4460.0, 4440.0, 4471.0, 4453.0, 4483.0, 4453.0, 4443.0, 4453.0, 4442.0, 4462.0, 4454.0, 4481.0, 4454.0, 4453.0, 4456.0, 4454.0, 4455.0, 4454.0, 4454.0, 4444.0, 4453.0, 4453.0, 4467.0, 4454.0, 4455.0, 4444.0, 4467.0, 4470.0, 4467.0, 4459.0, 4478.0, 4459.0, 4489.0, 4470.0, 4501.0, 4483.0, 4503.0, 4485.0, 4516.0, 4501.0, 4519.0, 4516.0, 4482.0, 4514.0, 4472.0, 4501.0, 4471.0, 4509.0, 4481.0, 4529.0, 4500.0, 4551.0, 4511.0, 4488.0, 4493.0, 4482.0, 4493.0, 4471.0, 4499.0, 4470.0, 4501.0, 4470.0, 4480.0, 4482.0, 4499.0, 4471.0, 4479.0, 4478.0, 4468.0, 4524.0, 4471.0, 4520.0, 4467.0, 4522.0, 4533.0, 4510.0, 4506.0, 4453.0, 4463.0, 4454.0, 4454.0, 4465.0, 4453.0, 4455.0, 4457.0, 4468.0, 4459.0], 'WindowWidth': [10041.0, 9936.0, 9909.0, 9891.0, 9944.0, 9951.0, 9923.0, 9907.0, 9911.0, 9912.0, 9910.0, 9915.0, 9931.0, 9927.0, 9928.0, 9902.0, 9954.0, 9921.0, 9952.0, 9897.0, 9930.0, 9875.0, 9924.0, 9873.0, 9898.0, 9876.0, 9877.0, 9903.0, 9907.0, 9916.0, 9899.0, 9902.0, 9904.0, 9920.0, 9904.0, 9911.0, 9899.0, 9920.0, 9937.0, 9959.0, 9903.0, 9944.0, 9915.0, 9897.0, 9880.0, 9904.0, 9899.0, 9937.0, 9881.0, 9895.0, 9876.0, 9893.0, 9896.0, 9902.0, 9887.0, 9877.0, 9874.0, 9889.0, 9862.0, 9873.0, 9893.0, 9907.0, 9889.0, 9877.0, 9894.0, 9910.0, 9894.0, 9907.0, 9893.0, 9855.0, 9868.0, 9853.0, 9907.0, 9903.0, 9913.0, 9917.0, 9898.0, 9899.0, 9911.0, 9884.0, 9898.0, 9874.0, 9883.0, 9874.0, 9919.0, 9900.0, 9932.0, 9895.0, 9862.0, 9892.0, 9877.0, 9898.0, 9883.0, 9900.0, 9888.0, 9902.0, 9913.0, 9923.0, 9924.0, 9919.0, 9921.0, 9920.0, 9925.0, 9909.0, 9943.0, 9962.0, 9970.0, 9943.0, 9956.0, 9940.0, 9918.0, 9935.0, 9933.0, 9903.0, 9853.0, 9865.0, 9925.0, 9887.0, 9860.0, 9887.0, 9857.0, 9879.0, 9921.0, 9915.0, 9928.0, 9932.0, 9943.0, 9939.0, 9932.0, 9891.0, 9892.0, 9897.0, 9888.0, 9906.0, 9938.0, 9943.0, 9906.0, 9936.0, 9924.0, 9886.0, 9934.0, 9872.0, 9912.0, 9865.0, 9907.0, 9937.0, 9910.0, 9903.0, 9883.0, 9853.0, 9882.0, 9852.0, 9886.0, 9875.0, 9865.0, 9887.0, 9834.0, 9889.0, 9848.0, 9857.0, 9826.0, 9841.0, 9834.0, 9828.0, 9853.0, 9831.0, 9874.0, 9833.0, 9877.0, 9834.0, 9851.0, 9860.0, 9842.0, 9867.0, 9863.0, 9887.0, 9882.0, 9928.0, 9890.0, 9923.0, 9885.0, 9921.0, 9861.0, 9886.0, 9934.0, 9854.0, 9881.0, 9868.0, 9876.0, 9881.0, 9881.0, 9879.0, 9907.0, 9910.0, 9940.0, 9933.0, 9949.0, 9935.0, 9952.0, 9949.0, 9951.0, 9939.0, 9927.0, 9954.0, 9926.0, 9965.0, 9921.0, 9917.0, 9915.0, 9921.0, 9941.0, 9936.0, 9919.0, 9908.0, 9918.0, 9921.0, 9926.0, 9940.0, 9925.0, 9941.0, 9937.0, 9957.0, 9927.0, 10010.0, 9910.0, 9947.0, 9903.0, 9880.0, 9884.0, 9908.0, 9901.0, 9925.0, 9904.0, 9937.0, 9907.0, 9970.0, 9946.0, 9985.0, 9967.0, 9904.0, 9927.0, 9879.0, 9866.0, 9868.0, 9857.0, 9878.0, 9855.0, 9894.0, 9843.0, 9882.0, 9859.0, 9867.0, 9845.0, 9868.0, 9859.0, 9870.0, 9867.0, 9890.0, 9867.0, 9905.0, 9862.0, 9926.0, 9907.0, 9883.0, 9840.0, 9846.0, 9846.0, 9846.0, 9882.0, 9935.0, 9952.0, 9893.0, 9908.0, 9871.0, 9848.0, 9853.0, 9886.0, 9906.0, 9860.0, 9889.0, 9858.0, 9885.0, 9893.0, 9911.0, 9896.0, 9913.0, 9896.0, 9916.0, 9941.0, 9922.0, 9941.0, 9961.0, 9918.0, 9956.0, 9911.0, 9924.0, 9866.0, 9933.0, 9912.0, 9916.0, 9940.0, 9903.0, 9912.0, 9886.0, 9870.0, 9856.0, 9865.0, 9879.0, 9863.0, 9887.0, 9875.0, 9934.0, 9861.0, 9940.0, 9857.0, 9929.0, 9830.0, 9864.0, 9830.0, 9879.0, 9812.0, 9884.0, 9830.0, 9910.0, 9838.0, 9829.0, 9935.0, 9836.0, 9895.0, 9804.0, 9841.0, 9823.0, 9861.0, 9852.0, 9830.0, 9850.0, 9846.0, 9868.0, 9907.0, 9894.0, 9885.0, 9880.0, 9925.0, 9900.0, 9923.0, 9893.0, 9910.0, 9920.0, 9894.0, 9877.0, 9929.0, 9927.0, 9931.0, 9938.0, 9921.0, 9915.0, 9904.0, 9903.0, 9894.0, 9927.0, 9917.0, 9970.0, 9946.0, 9963.0, 9939.0, 9913.0, 9870.0, 9901.0, 9849.0, 9901.0, 9848.0, 9922.0, 9900.0, 9932.0, 9843.0, 9836.0, 9820.0, 9842.0, 9825.0, 9841.0, 9875.0, 9866.0, 9907.0, 9871.0, 9919.0, 9873.0, 9924.0, 9883.0, 9887.0, 9852.0, 9896.0, 9864.0, 9887.0, 9853.0, 9874.0, 9849.0, 9853.0, 9904.0, 9872.0, 9908.0, 9893.0, 9936.0, 9917.0, 9887.0, 9888.0, 9872.0, 9899.0, 9909.0, 9921.0, 9887.0, 9901.0, 9871.0, 9913.0, 9910.0, 9932.0, 9900.0, 9905.0, 9895.0, 9929.0, 9922.0, 9913.0, 9919.0, 9911.0, 9918.0, 9910.0, 9920.0, 10013.0, 9990.0, 9971.0, 9931.0, 9952.0, 9894.0, 9937.0, 9918.0, 9984.0, 9940.0, 9978.0, 9907.0, 9883.0, 9870.0, 9865.0, 9927.0, 9873.0, 9902.0, 9904.0, 9969.0, 9911.0, 9973.0, 9892.0, 9894.0, 9861.0, 9880.0, 9877.0, 9898.0, 9878.0, 9903.0, 9910.0, 9903.0, 9865.0, 9897.0, 9854.0, 9892.0, 9856.0, 9885.0, 9829.0, 9865.0, 9837.0, 9870.0, 9836.0, 9859.0, 9853.0, 9880.0, 9861.0, 9888.0, 9847.0, 9872.0, 9869.0, 9875.0, 9870.0, 9911.0, 9950.0, 9915.0, 9948.0, 9896.0, 9936.0, 9928.0, 9925.0, 9936.0, 9927.0, 9885.0, 9898.0, 9946.0, 9902.0, 9993.0, 9981.0, 9983.0, 9990.0, 9908.0, 9981.0, 9878.0, 9936.0, 9911.0, 9945.0, 9893.0, 9934.0, 9888.0, 9932.0, 9872.0, 9812.0, 9833.0, 9812.0, 9855.0, 9828.0, 9879.0, 9844.0, 9900.0, 9863.0, 9922.0, 9894.0, 9922.0, 9852.0, 9865.0, 9909.0, 9864.0, 9896.0, 9885.0, 9866.0, 9886.0, 9869.0, 9907.0, 9917.0, 9864.0, 9934.0, 9886.0, 9909.0, 9849.0, 9871.0, 9836.0, 9869.0, 9862.0, 9839.0, 9891.0, 9841.0, 9892.0, 9839.0, 9893.0, 9838.0, 9868.0, 9859.0, 9863.0, 9906.0, 9861.0, 9853.0, 9840.0, 9882.0, 9877.0, 9887.0, 9863.0, 9880.0, 9871.0, 9873.0, 9898.0, 9893.0, 9894.0, 9889.0, 9884.0, 9905.0, 9887.0, 9877.0, 9869.0, 9887.0, 9858.0, 9877.0, 9861.0, 9890.0, 9906.0, 9867.0, 9897.0, 9858.0, 9900.0, 9893.0, 9926.0, 9897.0, 9851.0, 9857.0, 9830.0, 9838.0, 9873.0, 9838.0, 9876.0, 9821.0, 9878.0, 9829.0, 9835.0, 9886.0, 9854.0, 9912.0, 9858.0, 9865.0, 9878.0, 9870.0, 9836.0, 9860.0, 9890.0, 9868.0, 9962.0, 9891.0, 9901.0, 9878.0, 9897.0, 9861.0, 9905.0, 9893.0, 9908.0, 9872.0, 9843.0, 9908.0, 9865.0, 9933.0, 9908.0, 9918.0, 9963.0, 9916.0, 9986.0, 9961.0, 9877.0, 9872.0, 9869.0, 9895.0, 9889.0, 9956.0, 9880.0, 9907.0, 9849.0, 9868.0, 9841.0, 9884.0, 9860.0, 9895.0, 9884.0, 9907.0, 9866.0, 9883.0, 9842.0, 9869.0, 9847.0, 9838.0, 9888.0, 9825.0, 9897.0, 9839.0, 9854.0, 9848.0, 9859.0, 9842.0, 9831.0, 9831.0, 9862.0, 9847.0, 9891.0, 9867.0, 9892.0, 9868.0, 9902.0, 9849.0, 9887.0, 9843.0, 9842.0, 9905.0, 9824.0, 9897.0, 9864.0, 9926.0, 9884.0, 9940.0, 9890.0, 9873.0, 9862.0, 9866.0, 9867.0, 9880.0, 9890.0, 9884.0, 9927.0, 9894.0, 9917.0, 9890.0, 9938.0, 9921.0, 9972.0, 9950.0, 9931.0, 9972.0, 9934.0, 9950.0, 9887.0, 9861.0, 9891.0, 9925.0, 9829.0, 9926.0, 9914.0, 9903.0, 9856.0, 9810.0, 9825.0, 9805.0, 9824.0, 9863.0, 9926.0, 9838.0, 9819.0, 9843.0, 9829.0, 9841.0, 9862.0, 9827.0, 9861.0, 9821.0, 9860.0, 9864.0, 9899.0, 9858.0, 9872.0, 9835.0, 9853.0, 9818.0, 9869.0, 9829.0, 9889.0, 9826.0, 9876.0, 9829.0, 9858.0, 9844.0, 9850.0, 9849.0, 9842.0, 9859.0, 9896.0, 9880.0, 9857.0, 9863.0, 9863.0, 9875.0, 9858.0, 9856.0, 9855.0, 9853.0, 9868.0, 9868.0, 9874.0, 9893.0, 9914.0, 9894.0, 9878.0, 9913.0, 9905.0, 9904.0, 9970.0, 9929.0, 9974.0, 9967.0, 9889.0, 9895.0, 9863.0, 9867.0, 9840.0, 9919.0, 9912.0, 9964.0, 9941.0, 9888.0, 9861.0, 9835.0, 9846.0, 9841.0, 9903.0, 9901.0, 9974.0, 9906.0, 9885.0, 9822.0, 9799.0, 9795.0, 9821.0, 9794.0, 9838.0, 9817.0, 9857.0, 9819.0, 9804.0, 9818.0, 9803.0, 9828.0, 9819.0, 9854.0, 9823.0, 9820.0, 9828.0, 9822.0, 9825.0, 9820.0, 9821.0, 9806.0, 9817.0, 9819.0, 9842.0, 9820.0, 9823.0, 9808.0, 9846.0, 9852.0, 9846.0, 9840.0, 9864.0, 9841.0, 9878.0, 9856.0, 9897.0, 9880.0, 9903.0, 9882.0, 9929.0, 9916.0, 9936.0, 9922.0, 9871.0, 9917.0, 9860.0, 9897.0, 9857.0, 9904.0, 9870.0, 9931.0, 9894.0, 9966.0, 9911.0, 9875.0, 9892.0, 9875.0, 9892.0, 9855.0, 9891.0, 9853.0, 9896.0, 9854.0, 9863.0, 9871.0, 9893.0, 9857.0, 9865.0, 9861.0, 9846.0, 9935.0, 9857.0, 9921.0, 9845.0, 9927.0, 9948.0, 9908.0, 9895.0, 9820.0, 9830.0, 9822.0, 9821.0, 9840.0, 9818.0, 9824.0, 9831.0, 9848.0, 9838.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.0023222388059701495</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.04959044316877153</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.03299580282762</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.116930853999999</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0054348697471258</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4982</td></tr>
|
|
<tr><td colspan=3>fber</td><td>3453.6663</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.1386059539475562</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>168</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>19.288174512055107</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.796146645792449</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.739001207424395</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>3.0348721094611926</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.614566620491759</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0136077</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.018464185297489166</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.02448323927819729</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>3.669773142892215</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>27.5186</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>66.4601</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>219.4159</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>66.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>295152.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>990.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>386.8452</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>1.8177</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>595.6217</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3618.2725</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3874.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>81392.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1015.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4831.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1055.6446</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>27.880848277825862</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> |