=== 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-0064 --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-0064",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
105 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
105 KiB
(Stored with Git Annex)
HTML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
|
|
<title>sub-0064_ses-04_task-social_acq-mb8_run-04_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-0064_ses-04_task-social_acq-mb8_run-04_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-04_session-04_subject-0064_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-0064/figures/sub-0064_ses-04_task-social_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0064/figures/sub-0064_ses-04_task-social_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0064/figures/sub-0064_ses-04_task-social_acq-mb8_run-04_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-04_session-04_subject-0064_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-0064/figures/sub-0064_ses-04_task-social_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0064/figures/sub-0064_ses-04_task-social_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0064/figures/sub-0064_ses-04_task-social_acq-mb8_run-04_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-04_session-04_subject-0064_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-0064/figures/sub-0064_ses-04_task-social_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0064/figures/sub-0064_ses-04_task-social_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0064/figures/sub-0064_ses-04_task-social_acq-mb8_run-04_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-04_session-04_subject-0064_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-0064/figures/sub-0064_ses-04_task-social_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0064/figures/sub-0064_ses-04_task-social_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0064/figures/sub-0064_ses-04_task-social_acq-mb8_run-04_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-04_session-04_subject-0064_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-0064/figures/sub-0064_ses-04_task-social_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0064/figures/sub-0064_ses-04_task-social_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0064/figures/sub-0064_ses-04_task-social_acq-mb8_run-04_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-04_session-04_subject-0064_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-0064/figures/sub-0064_ses-04_task-social_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0064/figures/sub-0064_ses-04_task-social_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0064/figures/sub-0064_ses-04_task-social_acq-mb8_run-04_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-04_session-04_subject-0064_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-0064/figures/sub-0064_ses-04_task-social_acq-mb8_run-04_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0064/figures/sub-0064_ses-04_task-social_acq-mb8_run-04_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-0064/figures/sub-0064_ses-04_task-social_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0064/figures/sub-0064_ses-04_task-social_acq-mb8_run-04_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-0064/ses-04/func/sub-0064_ses-04_task-social_acq-mb8_run-04_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>8d51ae614a6f7950ed83ed897845f1b9</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:40:34.190000</td></tr>
|
|
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
|
|
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
|
|
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
|
|
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
|
|
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
|
|
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
|
|
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
|
|
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
|
|
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
|
|
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
|
|
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
|
|
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
|
|
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999684, -0.0250115, -0.00247334, 0.0251301, 0.99308, 0.114721]</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-04_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.0986519</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-04_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>18</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4135, -7741, -7237, 643, -24, -124, 22, 100]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>social</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>230.126</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>c5d3e716-0532-454a-81ae-59b4dc4b0d11||Sequence: R016 ve11e/master r/434b28f1; Aug 7 2019 18:53:46 by eja</td></tr>
|
|
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.682079315185547, 0.06742223352193832, 0.001115394290536642, 110.91716003417969], [0.0671040415763855, 2.664360761642456, 0.3098154067993164, -108.79524230957031], [-0.006635790225118399, -0.3077867925167084, 2.6821658611297607, -49.76943588256836], [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': ['114034.190000', '114034.650000', '114035.110000', '114035.570000', '114036.030000', '114036.490000', '114036.950000', '114037.410000', '114037.870000', '114038.330000', '114038.790000', '114039.250000', '114039.710000', '114040.170000', '114040.630000', '114041.090000', '114041.550000', '114042.010000', '114042.470000', '114042.930000', '114043.390000', '114043.850000', '114044.310000', '114044.770000', '114045.230000', '114045.690000', '114046.150000', '114046.610000', '114047.070000', '114047.530000', '114047.990000', '114048.450000', '114048.910000', '114049.370000', '114049.830000', '114050.290000', '114050.750000', '114051.210000', '114051.670000', '114052.130000', '114052.590000', '114053.050000', '114053.510000', '114053.970000', '114054.430000', '114054.890000', '114055.350000', '114055.810000', '114056.270000', '114056.730000', '114057.190000', '114057.650000', '114058.110000', '114058.570000', '114059.030000', '114059.490000', '114059.950000', '114100.410000', '114100.870000', '114101.330000', '114101.790000', '114102.250000', '114102.710000', '114103.170000', '114103.630000', '114104.090000', '114104.550000', '114105.010000', '114105.470000', '114105.930000', '114106.390000', '114106.850000', '114107.310000', '114107.770000', '114108.230000', '114108.690000', '114109.150000', '114109.610000', '114110.070000', '114110.530000', '114110.990000', '114111.450000', '114111.910000', '114112.370000', '114112.830000', '114113.290000', '114113.750000', '114114.210000', '114114.670000', '114115.130000', '114115.590000', '114116.050000', '114116.510000', '114116.970000', '114117.430000', '114117.890000', '114118.350000', '114118.810000', '114119.270000', '114119.730000', '114120.190000', '114120.650000', '114121.110000', '114121.570000', '114122.030000', '114122.490000', '114122.950000', '114123.410000', '114123.870000', '114124.330000', '114124.790000', '114125.250000', '114125.710000', '114126.170000', '114126.630000', '114127.090000', '114127.550000', '114128.010000', '114128.470000', '114128.930000', '114129.390000', '114129.850000', '114130.310000', '114130.770000', '114131.230000', '114131.690000', '114132.150000', '114132.610000', '114133.070000', '114133.530000', '114133.990000', '114134.450000', '114134.910000', '114135.370000', '114135.830000', '114136.290000', '114136.750000', '114137.210000', '114137.670000', '114138.130000', '114138.590000', '114139.050000', '114139.510000', '114139.970000', '114140.430000', '114140.890000', '114141.350000', '114141.810000', '114142.270000', '114142.730000', '114143.190000', '114143.650000', '114144.110000', '114144.570000', '114145.030000', '114145.490000', '114145.950000', '114146.410000', '114146.870000', '114147.330000', '114147.790000', '114148.250000', '114148.710000', '114149.170000', '114149.630000', '114150.090000', '114150.550000', '114151.010000', '114151.470000', '114151.930000', '114152.390000', '114152.850000', '114153.310000', '114153.770000', '114154.230000', '114154.690000', '114155.150000', '114155.610000', '114156.070000', '114156.530000', '114156.990000', '114157.450000', '114157.910000', '114158.370000', '114158.830000', '114159.290000', '114159.750000', '114200.210000', '114200.670000', '114201.130000', '114201.590000', '114202.050000', '114202.510000', '114202.970000', '114203.430000', '114203.890000', '114204.350000', '114204.810000', '114205.270000', '114205.730000', '114206.190000', '114206.650000', '114207.110000', '114207.570000', '114208.030000', '114208.490000', '114208.950000', '114209.410000', '114209.870000', '114210.330000', '114210.790000', '114211.250000', '114211.710000', '114212.170000', '114212.630000', '114213.090000', '114213.550000', '114214.010000', '114214.470000', '114214.930000', '114215.390000', '114215.850000', '114216.310000', '114216.770000', '114217.230000', '114217.690000', '114218.150000', '114218.610000', '114219.070000', '114219.530000', '114219.990000', '114220.450000', '114220.910000', '114221.370000', '114221.830000', '114222.290000', '114222.750000', '114223.210000', '114223.670000', '114224.130000', '114224.590000', '114225.050000', '114225.510000', '114225.970000', '114226.430000', '114226.890000', '114227.350000', '114227.810000', '114228.270000', '114228.730000', '114229.190000', '114229.650000', '114230.110000', '114230.570000', '114231.030000', '114231.490000', '114231.950000', '114232.410000', '114232.870000', '114233.330000', '114233.790000', '114234.250000', '114234.710000', '114235.170000', '114235.630000', '114236.090000', '114236.550000', '114237.010000', '114237.470000', '114237.930000', '114238.390000', '114238.850000', '114239.310000', '114239.770000', '114240.230000', '114240.690000', '114241.150000', '114241.610000', '114242.070000', '114242.530000', '114242.990000', '114243.450000', '114243.910000', '114244.370000', '114244.830000', '114245.290000', '114245.750000', '114246.210000', '114246.670000', '114247.130000', '114247.590000', '114248.050000', '114248.510000', '114248.970000', '114249.430000', '114249.890000', '114250.350000', '114250.810000', '114251.270000', '114251.730000', '114252.190000', '114252.650000', '114253.110000', '114253.570000', '114254.030000', '114254.490000', '114254.950000', '114255.410000', '114255.870000', '114256.330000', '114256.790000', '114257.250000', '114257.710000', '114258.170000', '114258.630000', '114259.090000', '114259.550000', '114300.010000', '114300.470000', '114300.930000', '114301.390000', '114301.850000', '114302.310000', '114302.770000', '114303.230000', '114303.690000', '114304.150000', '114304.610000', '114305.070000', '114305.530000', '114305.990000', '114306.450000', '114306.910000', '114307.370000', '114307.830000', '114308.290000', '114308.750000', '114309.210000', '114309.670000', '114310.130000', '114310.590000', '114311.050000', '114311.510000', '114311.970000', '114312.430000', '114312.890000', '114313.350000', '114313.810000', '114314.270000', '114314.730000', '114315.190000', '114315.650000', '114316.110000', '114316.570000', '114317.030000', '114317.490000', '114317.950000', '114318.410000', '114318.870000', '114319.330000', '114319.790000', '114320.250000', '114320.710000', '114321.170000', '114321.630000', '114322.090000', '114322.550000', '114323.010000', '114323.470000', '114323.930000', '114324.390000', '114324.850000', '114325.310000', '114325.770000', '114326.230000', '114326.690000', '114327.150000', '114327.610000', '114328.070000', '114328.530000', '114328.990000', '114329.450000', '114329.910000', '114330.370000', '114330.830000', '114331.290000', '114331.750000', '114332.210000', '114332.670000', '114333.130000', '114333.590000', '114334.050000', '114334.510000', '114334.970000', '114335.430000', '114335.890000', '114336.350000', '114336.810000', '114337.270000', '114337.730000', '114338.190000', '114338.650000', '114339.110000', '114339.570000', '114340.030000', '114340.490000', '114340.950000', '114341.410000', '114341.870000', '114342.330000', '114342.790000', '114343.250000', '114343.710000', '114344.170000', '114344.630000', '114345.090000', '114345.550000', '114346.010000', '114346.470000', '114346.930000', '114347.390000', '114347.850000', '114348.310000', '114348.770000', '114349.230000', '114349.690000', '114350.150000', '114350.610000', '114351.070000', '114351.530000', '114351.990000', '114352.450000', '114352.910000', '114353.370000', '114353.830000', '114354.290000', '114354.750000', '114355.210000', '114355.670000', '114356.130000', '114356.590000', '114357.050000', '114357.510000', '114357.970000', '114358.430000', '114358.890000', '114359.350000', '114359.810000', '114400.270000', '114400.730000', '114401.190000', '114401.650000', '114402.110000', '114402.570000', '114403.030000', '114403.490000', '114403.950000', '114404.410000', '114404.870000', '114405.330000', '114405.790000', '114406.250000', '114406.710000', '114407.170000', '114407.630000', '114408.090000', '114408.550000', '114409.010000', '114409.470000', '114409.930000', '114410.390000', '114410.850000', '114411.310000', '114411.770000', '114412.230000', '114412.690000', '114413.150000', '114413.610000', '114414.070000', '114414.530000', '114414.990000', '114415.450000', '114415.910000', '114416.370000', '114416.830000', '114417.290000', '114417.750000', '114418.210000', '114418.670000', '114419.130000', '114419.590000', '114420.050000', '114420.510000', '114420.970000', '114421.430000', '114421.890000', '114422.350000', '114422.810000', '114423.270000', '114423.730000', '114424.190000', '114424.650000', '114425.110000', '114425.570000', '114426.030000', '114426.490000', '114426.950000', '114427.410000', '114427.870000', '114428.330000', '114428.790000', '114429.250000', '114429.710000', '114430.170000', '114430.630000', '114431.090000', '114431.550000', '114432.010000', '114432.470000', '114432.930000', '114433.390000', '114433.850000', '114434.310000', '114434.770000', '114435.230000', '114435.690000', '114436.150000', '114436.610000', '114437.070000', '114437.530000', '114437.990000', '114438.450000', '114438.910000', '114439.370000', '114439.830000', '114440.290000', '114440.750000', '114441.210000', '114441.670000', '114442.130000', '114442.590000', '114443.050000', '114443.510000', '114443.970000', '114444.430000', '114444.890000', '114445.350000', '114445.810000', '114446.270000', '114446.730000', '114447.190000', '114447.650000', '114448.110000', '114448.570000', '114449.030000', '114449.490000', '114449.950000', '114450.410000', '114450.870000', '114451.330000', '114451.790000', '114452.250000', '114452.710000', '114453.170000', '114453.630000', '114454.090000', '114454.550000', '114455.010000', '114455.470000', '114455.930000', '114456.390000', '114456.850000', '114457.310000', '114457.770000', '114458.230000', '114458.690000', '114459.150000', '114459.610000', '114500.070000', '114500.530000', '114500.990000', '114501.450000', '114501.910000', '114502.370000', '114502.830000', '114503.290000', '114503.750000', '114504.210000', '114504.670000', '114505.130000', '114505.590000', '114506.050000', '114506.510000', '114506.970000', '114507.430000', '114507.890000', '114508.350000', '114508.810000', '114509.270000', '114509.730000', '114510.190000', '114510.650000', '114511.110000', '114511.570000', '114512.030000', '114512.490000', '114512.950000', '114513.410000', '114513.870000', '114514.330000', '114514.790000', '114515.250000', '114515.710000', '114516.170000', '114516.630000', '114517.090000', '114517.550000', '114518.010000', '114518.470000', '114518.930000', '114519.390000', '114519.850000', '114520.310000', '114520.770000', '114521.230000', '114521.690000', '114522.150000', '114522.610000', '114523.070000', '114523.530000', '114523.990000', '114524.450000', '114524.910000', '114525.370000', '114525.830000', '114526.290000', '114526.750000', '114527.210000', '114527.670000', '114528.130000', '114528.590000', '114529.050000', '114529.510000', '114529.970000', '114530.430000', '114530.890000', '114531.350000', '114531.810000', '114532.270000', '114532.730000', '114533.190000', '114533.650000', '114534.110000', '114534.570000', '114535.030000', '114535.490000', '114535.950000', '114536.410000', '114536.870000', '114537.330000', '114537.790000', '114538.250000', '114538.710000', '114539.170000', '114539.630000', '114540.090000', '114540.550000', '114541.010000', '114541.470000', '114541.930000', '114542.390000', '114542.850000', '114543.310000', '114543.770000', '114544.230000', '114544.690000', '114545.150000', '114545.610000', '114546.070000', '114546.530000', '114546.990000', '114547.450000', '114547.910000', '114548.370000', '114548.830000', '114549.290000', '114549.750000', '114550.210000', '114550.670000', '114551.130000', '114551.590000', '114552.050000', '114552.510000', '114552.970000', '114553.430000', '114553.890000', '114554.350000', '114554.810000', '114555.270000', '114555.730000', '114556.190000', '114556.650000', '114557.110000', '114557.570000', '114558.030000', '114558.490000', '114558.950000', '114559.410000', '114559.870000', '114600.330000', '114600.790000', '114601.250000', '114601.710000', '114602.170000', '114602.630000', '114603.090000', '114603.550000', '114604.010000', '114604.470000', '114604.930000', '114605.390000', '114605.850000', '114606.310000', '114606.770000', '114607.230000', '114607.690000', '114608.150000', '114608.610000', '114609.070000', '114609.530000', '114609.990000', '114610.450000', '114610.910000', '114611.370000', '114611.830000', '114612.290000', '114612.750000', '114613.210000', '114613.670000', '114614.130000', '114614.590000', '114615.050000', '114615.510000', '114615.970000', '114616.430000', '114616.890000', '114617.350000', '114617.810000', '114618.270000', '114618.730000', '114619.190000', '114619.650000', '114620.110000', '114620.570000', '114621.030000', '114621.490000', '114621.950000', '114622.410000', '114622.870000', '114623.330000', '114623.790000', '114624.250000', '114624.710000', '114625.170000', '114625.630000', '114626.090000', '114626.550000', '114627.010000', '114627.470000', '114627.930000', '114628.390000', '114628.850000', '114629.310000', '114629.770000', '114630.230000', '114630.690000', '114631.150000', '114631.610000', '114632.070000', '114632.530000', '114632.990000', '114633.450000', '114633.910000', '114634.370000', '114634.830000', '114635.290000', '114635.750000', '114636.210000', '114636.670000', '114637.130000', '114637.590000', '114638.050000', '114638.510000', '114638.970000', '114639.430000', '114639.890000', '114640.350000', '114640.810000', '114641.270000', '114641.730000', '114642.190000', '114642.650000', '114643.110000', '114643.570000', '114644.030000', '114644.490000', '114644.950000', '114645.410000', '114645.870000', '114646.330000', '114646.790000', '114647.250000', '114647.710000', '114648.170000', '114648.630000', '114649.090000', '114649.550000', '114650.010000', '114650.470000', '114650.930000', '114651.390000', '114651.850000', '114652.310000', '114652.770000', '114653.230000', '114653.690000', '114654.150000', '114654.610000', '114655.070000', '114655.530000', '114655.990000', '114656.450000', '114656.910000', '114657.370000', '114657.830000', '114658.290000', '114658.750000', '114659.210000', '114659.670000', '114700.130000', '114700.590000', '114701.050000', '114701.510000', '114701.970000', '114702.430000', '114702.890000', '114703.350000', '114703.810000', '114704.270000', '114704.730000', '114705.190000', '114705.650000', '114706.110000', '114706.570000', '114707.030000', '114707.490000', '114707.950000', '114708.410000', '114708.870000', '114709.330000', '114709.790000', '114710.250000', '114710.710000', '114711.170000', '114711.630000', '114712.090000', '114712.550000', '114713.010000', '114713.470000', '114713.930000', '114714.390000', '114714.850000'], 'ContentTime': ['114057.845000', '114057.848000', '114057.851000', '114057.854000', '114057.864000', '114057.867000', '114057.884000', '114057.886000', '114057.889000', '114057.891000', '114057.894000', '114057.897000', '114057.899000', '114057.902000', '114057.905000', '114057.907000', '114057.910000', '114057.912000', '114057.915000', '114057.918000', '114057.929000', '114057.932000', '114057.934000', '114057.937000', '114057.940000', '114057.942000', '114057.953000', '114057.955000', '114057.958000', '114057.961000', '114057.963000', '114057.966000', '114057.969000', '114057.971000', '114057.974000', '114057.976000', '114057.979000', '114057.982000', '114057.984000', '114057.987000', '114057.989000', '114057.992000', '114057.995000', '114057.997000', '114058.001000', '114058.004000', '114058.006000', '114058.009000', '114058.012000', '114117.817000', '114117.819000', '114117.822000', '114117.825000', '114117.828000', '114117.830000', '114117.833000', '114117.835000', '114117.838000', '114117.847000', '114117.850000', '114117.852000', '114117.855000', '114117.858000', '114117.860000', '114117.863000', '114117.866000', '114117.868000', '114117.871000', '114117.873000', '114117.902000', '114117.905000', '114117.908000', '114117.910000', '114117.913000', '114117.915000', '114117.918000', '114117.921000', '114117.923000', '114117.926000', '114117.928000', '114117.931000', '114117.934000', '114117.936000', '114117.939000', '114117.941000', '114117.944000', '114117.947000', '114117.949000', '114117.952000', '114117.954000', '114117.957000', '114117.960000', '114117.962000', '114137.815000', '114137.818000', '114137.821000', '114137.824000', '114137.826000', '114137.829000', '114137.832000', '114137.835000', '114137.837000', '114137.840000', '114137.842000', '114137.845000', '114137.848000', '114137.850000', '114137.853000', '114137.856000', '114137.858000', '114137.861000', '114137.863000', '114137.866000', '114137.868000', '114137.871000', '114137.874000', '114137.876000', '114137.879000', '114137.881000', '114137.884000', '114137.887000', '114137.889000', '114137.892000', '114137.895000', '114137.897000', '114137.900000', '114137.903000', '114137.905000', '114137.908000', '114137.911000', '114137.913000', '114137.916000', '114137.918000', '114137.921000', '114137.924000', '114137.926000', '114157.816000', '114157.818000', '114157.821000', '114157.824000', '114157.827000', '114157.830000', '114157.832000', '114157.835000', '114157.838000', '114157.841000', '114157.843000', '114157.846000', '114157.848000', '114157.851000', '114157.854000', '114157.856000', '114157.859000', '114157.861000', '114157.864000', '114157.867000', '114157.877000', '114157.879000', '114157.882000', '114157.884000', '114157.887000', '114157.890000', '114157.892000', '114157.895000', '114157.897000', '114157.900000', '114157.903000', '114157.905000', '114157.908000', '114157.910000', '114157.913000', '114157.916000', '114157.918000', '114157.921000', '114157.923000', '114157.926000', '114157.929000', '114157.939000', '114157.941000', '114157.944000', '114217.816000', '114217.819000', '114217.822000', '114217.824000', '114217.827000', '114217.830000', '114217.832000', '114217.835000', '114217.838000', '114217.840000', '114217.843000', '114217.846000', '114217.848000', '114217.851000', '114217.853000', '114217.856000', '114217.859000', '114217.861000', '114217.864000', '114217.866000', '114217.869000', '114217.872000', '114217.874000', '114217.877000', '114217.879000', '114217.882000', '114217.885000', '114217.887000', '114217.895000', '114217.898000', '114217.901000', '114217.903000', '114217.906000', '114217.909000', '114217.911000', '114217.914000', '114217.916000', '114217.919000', '114217.922000', '114217.924000', '114217.927000', '114217.929000', '114217.932000', '114237.816000', '114237.818000', '114237.821000', '114237.824000', '114237.826000', '114237.829000', '114237.832000', '114237.834000', '114237.837000', '114237.839000', '114237.842000', '114237.845000', '114237.847000', '114237.850000', '114237.853000', '114237.855000', '114237.858000', '114237.860000', '114237.863000', '114237.866000', '114237.868000', '114237.871000', '114237.874000', '114237.876000', '114237.879000', '114237.881000', '114237.884000', '114237.887000', '114237.889000', '114237.892000', '114237.894000', '114237.897000', '114237.900000', '114237.902000', '114237.905000', '114237.908000', '114237.910000', '114237.913000', '114237.915000', '114237.918000', '114237.920000', '114237.923000', '114237.926000', '114237.929000', '114257.815000', '114257.839000', '114257.841000', '114257.844000', '114257.847000', '114257.849000', '114257.852000', '114257.854000', '114257.857000', '114257.860000', '114257.862000', '114257.865000', '114257.867000', '114257.870000', '114257.873000', '114257.875000', '114257.878000', '114257.881000', '114257.883000', '114257.886000', '114257.889000', '114257.891000', '114257.894000', '114257.896000', '114257.899000', '114257.902000', '114257.904000', '114257.907000', '114257.910000', '114257.912000', '114257.915000', '114257.918000', '114257.920000', '114257.923000', '114257.925000', '114257.928000', '114257.931000', '114257.934000', '114257.936000', '114257.941000', '114257.943000', '114257.946000', '114257.948000', '114317.817000', '114317.820000', '114317.822000', '114317.825000', '114317.827000', '114317.830000', '114317.833000', '114317.835000', '114317.838000', '114317.841000', '114317.843000', '114317.846000', '114317.848000', '114317.851000', '114317.854000', '114317.856000', '114317.859000', '114317.862000', '114317.864000', '114317.867000', '114317.870000', '114317.872000', '114317.875000', '114317.878000', '114317.880000', '114317.883000', '114317.885000', '114317.888000', '114317.896000', '114317.899000', '114317.901000', '114317.904000', '114317.907000', '114317.909000', '114317.912000', '114317.915000', '114317.917000', '114317.920000', '114317.922000', '114317.925000', '114317.928000', '114317.930000', '114317.933000', '114317.935000', '114337.816000', '114337.819000', '114337.821000', '114337.824000', '114337.827000', '114337.830000', '114337.832000', '114337.835000', '114337.837000', '114337.840000', '114337.843000', '114337.845000', '114337.848000', '114337.851000', '114337.853000', '114337.856000', '114337.858000', '114337.861000', '114337.864000', '114337.866000', '114337.869000', '114337.872000', '114337.874000', '114337.877000', '114337.880000', '114337.882000', '114337.885000', '114337.887000', '114337.890000', '114337.893000', '114337.895000', '114337.898000', '114337.901000', '114337.903000', '114337.906000', '114337.909000', '114337.911000', '114337.914000', '114337.916000', '114337.919000', '114337.922000', '114337.924000', '114337.927000', '114357.815000', '114357.818000', '114357.821000', '114357.823000', '114357.826000', '114357.829000', '114357.831000', '114357.834000', '114357.837000', '114357.839000', '114357.842000', '114357.844000', '114357.847000', '114357.850000', '114357.852000', '114357.855000', '114357.858000', '114357.860000', '114357.863000', '114357.870000', '114357.873000', '114357.875000', '114357.878000', '114357.880000', '114357.883000', '114357.886000', '114357.888000', '114357.891000', '114357.894000', '114357.896000', '114357.899000', '114357.902000', '114357.905000', '114357.907000', '114357.910000', '114357.913000', '114357.922000', '114357.924000', '114357.927000', '114357.929000', '114357.932000', '114357.935000', '114357.937000', '114357.940000', '114417.816000', '114417.819000', '114417.821000', '114417.824000', '114417.827000', '114417.829000', '114417.832000', '114417.835000', '114417.837000', '114417.840000', '114417.842000', '114417.845000', '114417.848000', '114417.850000', '114417.853000', '114417.856000', '114417.858000', '114417.861000', '114417.863000', '114417.866000', '114417.869000', '114417.871000', '114417.874000', '114417.877000', '114417.879000', '114417.882000', '114417.884000', '114417.887000', '114417.890000', '114417.892000', '114417.895000', '114417.907000', '114417.909000', '114417.912000', '114417.915000', '114417.917000', '114417.920000', '114417.923000', '114417.925000', '114417.928000', '114417.931000', '114417.933000', '114417.936000', '114437.816000', '114437.818000', '114437.821000', '114437.824000', '114437.826000', '114437.836000', '114437.839000', '114437.841000', '114437.844000', '114437.847000', '114437.849000', '114437.852000', '114437.855000', '114437.857000', '114437.860000', '114437.863000', '114437.865000', '114437.868000', '114437.871000', '114437.873000', '114437.876000', '114437.878000', '114437.881000', '114437.884000', '114437.886000', '114437.889000', '114437.892000', '114437.894000', '114437.897000', '114437.899000', '114437.902000', '114437.905000', '114437.907000', '114437.910000', '114437.913000', '114437.915000', '114437.918000', '114437.921000', '114437.923000', '114437.926000', '114437.928000', '114437.931000', '114437.934000', '114437.936000', '114457.816000', '114457.819000', '114457.821000', '114457.824000', '114457.826000', '114457.829000', '114457.832000', '114457.834000', '114457.837000', '114457.839000', '114457.842000', '114457.845000', '114457.847000', '114457.850000', '114457.853000', '114457.855000', '114457.858000', '114457.861000', '114457.863000', '114457.866000', '114457.868000', '114457.871000', '114457.874000', '114457.876000', '114457.879000', '114457.882000', '114457.884000', '114457.887000', '114457.890000', '114457.892000', '114457.895000', '114457.898000', '114457.900000', '114457.903000', '114457.906000', '114457.908000', '114457.911000', '114457.914000', '114457.916000', '114457.919000', '114457.921000', '114457.924000', '114457.927000', '114517.816000', '114517.818000', '114517.822000', '114517.824000', '114517.827000', '114517.829000', '114517.832000', '114517.835000', '114517.837000', '114517.840000', '114517.843000', '114517.845000', '114517.848000', '114517.850000', '114517.853000', '114517.856000', '114517.858000', '114517.861000', '114517.864000', '114517.866000', '114517.869000', '114517.871000', '114517.874000', '114517.877000', '114517.879000', '114517.882000', '114517.885000', '114517.887000', '114517.890000', '114517.892000', '114517.895000', '114517.898000', '114517.900000', '114517.903000', '114517.906000', '114517.908000', '114517.911000', '114517.913000', '114517.916000', '114517.919000', '114517.921000', '114517.924000', '114517.927000', '114517.929000', '114537.817000', '114537.819000', '114537.822000', '114537.825000', '114537.827000', '114537.830000', '114537.833000', '114537.835000', '114537.838000', '114537.841000', '114537.843000', '114537.846000', '114537.849000', '114537.851000', '114537.854000', '114537.857000', '114537.859000', '114537.862000', '114537.865000', '114537.867000', '114537.870000', '114537.872000', '114537.875000', '114537.878000', '114537.880000', '114537.883000', '114537.886000', '114537.888000', '114537.891000', '114537.894000', '114537.896000', '114537.899000', '114537.901000', '114537.904000', '114537.907000', '114537.909000', '114537.912000', '114537.915000', '114537.917000', '114537.920000', '114537.922000', '114537.925000', '114537.928000', '114557.816000', '114557.819000', '114557.821000', '114557.824000', '114557.827000', '114557.829000', '114557.832000', '114557.835000', '114557.852000', '114557.855000', '114557.858000', '114557.860000', '114557.863000', '114557.866000', '114557.868000', '114557.871000', '114557.873000', '114557.876000', '114557.879000', '114557.881000', '114557.884000', '114557.886000', '114557.889000', '114557.892000', '114557.895000', '114557.897000', '114557.900000', '114557.903000', '114557.905000', '114557.908000', '114557.910000', '114557.913000', '114557.916000', '114557.918000', '114557.921000', '114557.923000', '114557.926000', '114557.929000', '114557.931000', '114557.934000', '114557.937000', '114557.939000', '114557.942000', '114557.944000', '114617.816000', '114617.818000', '114617.821000', '114617.824000', '114617.826000', '114617.829000', '114617.832000', '114617.834000', '114617.837000', '114617.840000', '114617.842000', '114617.845000', '114617.848000', '114617.850000', '114617.853000', '114617.855000', '114617.858000', '114617.861000', '114617.863000', '114617.866000', '114617.868000', '114617.871000', '114617.874000', '114617.876000', '114617.879000', '114617.882000', '114617.884000', '114617.887000', '114617.890000', '114617.892000', '114617.895000', '114617.906000', '114617.908000', '114617.911000', '114617.913000', '114617.916000', '114617.919000', '114617.922000', '114617.924000', '114617.927000', '114617.929000', '114617.932000', '114617.936000', '114637.816000', '114637.818000', '114637.821000', '114637.824000', '114637.826000', '114637.829000', '114637.832000', '114637.834000', '114637.837000', '114637.840000', '114637.842000', '114637.845000', '114637.847000', '114637.850000', '114637.853000', '114637.855000', '114637.858000', '114637.861000', '114637.863000', '114637.866000', '114637.869000', '114637.871000', '114637.874000', '114637.877000', '114637.879000', '114637.882000', '114637.885000', '114637.887000', '114637.890000', '114637.892000', '114637.895000', '114637.898000', '114637.900000', '114637.903000', '114637.906000', '114637.908000', '114637.911000', '114637.914000', '114637.916000', '114637.919000', '114637.921000', '114637.924000', '114637.927000', '114637.929000', '114657.816000', '114657.818000', '114657.821000', '114657.824000', '114657.826000', '114657.829000', '114657.832000', '114657.834000', '114657.837000', '114657.839000', '114657.842000', '114657.845000', '114657.847000', '114657.850000', '114657.853000', '114657.855000', '114657.858000', '114657.860000', '114657.863000', '114657.866000', '114657.868000', '114657.871000', '114657.873000', '114657.876000', '114657.878000', '114657.881000', '114657.884000', '114657.886000', '114657.889000', '114657.892000', '114657.894000', '114657.897000', '114657.900000', '114657.902000', '114657.905000', '114657.908000', '114657.919000', '114657.922000', '114657.924000', '114657.927000', '114657.930000', '114657.932000', '114657.935000', '114716.019000', '114716.023000', '114716.025000', '114716.028000', '114716.031000', '114716.034000', '114716.037000', '114716.040000', '114716.043000', '114716.046000', '114716.048000', '114716.051000', '114716.054000', '114716.057000', '114716.060000', '114716.063000', '114716.067000', '114716.070000', '114716.073000', '114716.077000', '114716.082000', '114716.088000', '114716.090000', '114716.093000', '114716.099000', '114716.108000', '114716.111000', '114716.116000', '114716.128000', '114716.133000', '114716.142000', '114716.146000', '114716.148000', '114716.182000', '114716.185000', '114716.188000', '114716.191000', '114716.194000', '114716.196000', '114716.199000'], 'InstanceCreationTime': ['114057.845000', '114057.848000', '114057.851000', '114057.854000', '114057.864000', '114057.867000', '114057.884000', '114057.886000', '114057.889000', '114057.891000', '114057.894000', '114057.897000', '114057.899000', '114057.902000', '114057.905000', '114057.907000', '114057.910000', '114057.912000', '114057.915000', '114057.918000', '114057.929000', '114057.932000', '114057.934000', '114057.937000', '114057.940000', '114057.942000', '114057.953000', '114057.955000', '114057.958000', '114057.961000', '114057.963000', '114057.966000', '114057.969000', '114057.971000', '114057.974000', '114057.976000', '114057.979000', '114057.982000', '114057.984000', '114057.987000', '114057.989000', '114057.992000', '114057.995000', '114057.997000', '114058.001000', '114058.004000', '114058.006000', '114058.009000', '114058.012000', '114117.817000', '114117.819000', '114117.822000', '114117.825000', '114117.828000', '114117.830000', '114117.833000', '114117.835000', '114117.838000', '114117.847000', '114117.850000', '114117.852000', '114117.855000', '114117.858000', '114117.860000', '114117.863000', '114117.866000', '114117.868000', '114117.871000', '114117.873000', '114117.902000', '114117.905000', '114117.908000', '114117.910000', '114117.913000', '114117.915000', '114117.918000', '114117.921000', '114117.923000', '114117.926000', '114117.928000', '114117.931000', '114117.934000', '114117.936000', '114117.939000', '114117.941000', '114117.944000', '114117.947000', '114117.949000', '114117.952000', '114117.954000', '114117.957000', '114117.960000', '114117.962000', '114137.815000', '114137.818000', '114137.821000', '114137.824000', '114137.826000', '114137.829000', '114137.832000', '114137.835000', '114137.837000', '114137.840000', '114137.842000', '114137.845000', '114137.848000', '114137.850000', '114137.853000', '114137.856000', '114137.858000', '114137.861000', '114137.863000', '114137.866000', '114137.868000', '114137.871000', '114137.874000', '114137.876000', '114137.879000', '114137.881000', '114137.884000', '114137.887000', '114137.889000', '114137.892000', '114137.895000', '114137.897000', '114137.900000', '114137.903000', '114137.905000', '114137.908000', '114137.911000', '114137.913000', '114137.916000', '114137.918000', '114137.921000', '114137.924000', '114137.926000', '114157.816000', '114157.818000', '114157.821000', '114157.824000', '114157.827000', '114157.830000', '114157.832000', '114157.835000', '114157.838000', '114157.841000', '114157.843000', '114157.846000', '114157.848000', '114157.851000', '114157.854000', '114157.856000', '114157.859000', '114157.861000', '114157.864000', '114157.867000', '114157.877000', '114157.879000', '114157.882000', '114157.884000', '114157.887000', '114157.890000', '114157.892000', '114157.895000', '114157.897000', '114157.900000', '114157.903000', '114157.905000', '114157.908000', '114157.910000', '114157.913000', '114157.916000', '114157.918000', '114157.921000', '114157.923000', '114157.926000', '114157.929000', '114157.939000', '114157.941000', '114157.944000', '114217.816000', '114217.819000', '114217.822000', '114217.824000', '114217.827000', '114217.830000', '114217.832000', '114217.835000', '114217.838000', '114217.840000', '114217.843000', '114217.846000', '114217.848000', '114217.851000', '114217.853000', '114217.856000', '114217.859000', '114217.861000', '114217.864000', '114217.866000', '114217.869000', '114217.872000', '114217.874000', '114217.877000', '114217.879000', '114217.882000', '114217.885000', '114217.887000', '114217.895000', '114217.898000', '114217.901000', '114217.903000', '114217.906000', '114217.909000', '114217.911000', '114217.914000', '114217.916000', '114217.919000', '114217.922000', '114217.924000', '114217.927000', '114217.929000', '114217.932000', '114237.816000', '114237.818000', '114237.821000', '114237.824000', '114237.826000', '114237.829000', '114237.832000', '114237.834000', '114237.837000', '114237.839000', '114237.842000', '114237.845000', '114237.847000', '114237.850000', '114237.853000', '114237.855000', '114237.858000', '114237.860000', '114237.863000', '114237.866000', '114237.868000', '114237.871000', '114237.874000', '114237.876000', '114237.879000', '114237.881000', '114237.884000', '114237.887000', '114237.889000', '114237.892000', '114237.894000', '114237.897000', '114237.900000', '114237.902000', '114237.905000', '114237.908000', '114237.910000', '114237.913000', '114237.915000', '114237.918000', '114237.920000', '114237.923000', '114237.926000', '114237.929000', '114257.815000', '114257.839000', '114257.841000', '114257.844000', '114257.847000', '114257.849000', '114257.852000', '114257.854000', '114257.857000', '114257.860000', '114257.862000', '114257.865000', '114257.867000', '114257.870000', '114257.873000', '114257.875000', '114257.878000', '114257.881000', '114257.883000', '114257.886000', '114257.889000', '114257.891000', '114257.894000', '114257.896000', '114257.899000', '114257.902000', '114257.904000', '114257.907000', '114257.910000', '114257.912000', '114257.915000', '114257.918000', '114257.920000', '114257.923000', '114257.925000', '114257.928000', '114257.931000', '114257.934000', '114257.936000', '114257.941000', '114257.943000', '114257.946000', '114257.948000', '114317.817000', '114317.820000', '114317.822000', '114317.825000', '114317.827000', '114317.830000', '114317.833000', '114317.835000', '114317.838000', '114317.841000', '114317.843000', '114317.846000', '114317.848000', '114317.851000', '114317.854000', '114317.856000', '114317.859000', '114317.862000', '114317.864000', '114317.867000', '114317.870000', '114317.872000', '114317.875000', '114317.878000', '114317.880000', '114317.883000', '114317.885000', '114317.888000', '114317.896000', '114317.899000', '114317.901000', '114317.904000', '114317.907000', '114317.909000', '114317.912000', '114317.915000', '114317.917000', '114317.920000', '114317.922000', '114317.925000', '114317.928000', '114317.930000', '114317.933000', '114317.935000', '114337.816000', '114337.819000', '114337.821000', '114337.824000', '114337.827000', '114337.830000', '114337.832000', '114337.835000', '114337.837000', '114337.840000', '114337.843000', '114337.845000', '114337.848000', '114337.851000', '114337.853000', '114337.856000', '114337.858000', '114337.861000', '114337.864000', '114337.866000', '114337.869000', '114337.872000', '114337.874000', '114337.877000', '114337.880000', '114337.882000', '114337.885000', '114337.887000', '114337.890000', '114337.893000', '114337.895000', '114337.898000', '114337.901000', '114337.903000', '114337.906000', '114337.909000', '114337.911000', '114337.914000', '114337.916000', '114337.919000', '114337.922000', '114337.924000', '114337.927000', '114357.815000', '114357.818000', '114357.821000', '114357.823000', '114357.826000', '114357.829000', '114357.831000', '114357.834000', '114357.837000', '114357.839000', '114357.842000', '114357.844000', '114357.847000', '114357.850000', '114357.852000', '114357.855000', '114357.858000', '114357.860000', '114357.863000', '114357.870000', '114357.873000', '114357.875000', '114357.878000', '114357.880000', '114357.883000', '114357.886000', '114357.888000', '114357.891000', '114357.894000', '114357.896000', '114357.899000', '114357.902000', '114357.905000', '114357.907000', '114357.910000', '114357.913000', '114357.922000', '114357.924000', '114357.927000', '114357.929000', '114357.932000', '114357.935000', '114357.937000', '114357.940000', '114417.816000', '114417.819000', '114417.821000', '114417.824000', '114417.827000', '114417.829000', '114417.832000', '114417.835000', '114417.837000', '114417.840000', '114417.842000', '114417.845000', '114417.848000', '114417.850000', '114417.853000', '114417.856000', '114417.858000', '114417.861000', '114417.863000', '114417.866000', '114417.869000', '114417.871000', '114417.874000', '114417.877000', '114417.879000', '114417.882000', '114417.884000', '114417.887000', '114417.890000', '114417.892000', '114417.895000', '114417.907000', '114417.909000', '114417.912000', '114417.915000', '114417.917000', '114417.920000', '114417.923000', '114417.925000', '114417.928000', '114417.931000', '114417.933000', '114417.936000', '114437.816000', '114437.818000', '114437.821000', '114437.824000', '114437.826000', '114437.836000', '114437.839000', '114437.841000', '114437.844000', '114437.847000', '114437.849000', '114437.852000', '114437.855000', '114437.857000', '114437.860000', '114437.863000', '114437.865000', '114437.868000', '114437.871000', '114437.873000', '114437.876000', '114437.878000', '114437.881000', '114437.884000', '114437.886000', '114437.889000', '114437.892000', '114437.894000', '114437.897000', '114437.899000', '114437.902000', '114437.905000', '114437.907000', '114437.910000', '114437.913000', '114437.915000', '114437.918000', '114437.921000', '114437.923000', '114437.926000', '114437.928000', '114437.931000', '114437.934000', '114437.936000', '114457.816000', '114457.819000', '114457.821000', '114457.824000', '114457.826000', '114457.829000', '114457.832000', '114457.834000', '114457.837000', '114457.839000', '114457.842000', '114457.845000', '114457.847000', '114457.850000', '114457.853000', '114457.855000', '114457.858000', '114457.861000', '114457.863000', '114457.866000', '114457.868000', '114457.871000', '114457.874000', '114457.876000', '114457.879000', '114457.882000', '114457.884000', '114457.887000', '114457.890000', '114457.892000', '114457.895000', '114457.898000', '114457.900000', '114457.903000', '114457.906000', '114457.908000', '114457.911000', '114457.914000', '114457.916000', '114457.919000', '114457.921000', '114457.924000', '114457.927000', '114517.816000', '114517.818000', '114517.822000', '114517.824000', '114517.827000', '114517.829000', '114517.832000', '114517.835000', '114517.837000', '114517.840000', '114517.843000', '114517.845000', '114517.848000', '114517.850000', '114517.853000', '114517.856000', '114517.858000', '114517.861000', '114517.864000', '114517.866000', '114517.869000', '114517.871000', '114517.874000', '114517.877000', '114517.879000', '114517.882000', '114517.885000', '114517.887000', '114517.890000', '114517.892000', '114517.895000', '114517.898000', '114517.900000', '114517.903000', '114517.906000', '114517.908000', '114517.911000', '114517.913000', '114517.916000', '114517.919000', '114517.921000', '114517.924000', '114517.927000', '114517.929000', '114537.817000', '114537.819000', '114537.822000', '114537.825000', '114537.827000', '114537.830000', '114537.833000', '114537.835000', '114537.838000', '114537.841000', '114537.843000', '114537.846000', '114537.849000', '114537.851000', '114537.854000', '114537.857000', '114537.859000', '114537.862000', '114537.865000', '114537.867000', '114537.870000', '114537.872000', '114537.875000', '114537.878000', '114537.880000', '114537.883000', '114537.886000', '114537.888000', '114537.891000', '114537.894000', '114537.896000', '114537.899000', '114537.901000', '114537.904000', '114537.907000', '114537.909000', '114537.912000', '114537.915000', '114537.917000', '114537.920000', '114537.922000', '114537.925000', '114537.928000', '114557.816000', '114557.819000', '114557.821000', '114557.824000', '114557.827000', '114557.829000', '114557.832000', '114557.835000', '114557.852000', '114557.855000', '114557.858000', '114557.860000', '114557.863000', '114557.866000', '114557.868000', '114557.871000', '114557.873000', '114557.876000', '114557.879000', '114557.881000', '114557.884000', '114557.886000', '114557.889000', '114557.892000', '114557.895000', '114557.897000', '114557.900000', '114557.903000', '114557.905000', '114557.908000', '114557.910000', '114557.913000', '114557.916000', '114557.918000', '114557.921000', '114557.923000', '114557.926000', '114557.929000', '114557.931000', '114557.934000', '114557.937000', '114557.939000', '114557.942000', '114557.944000', '114617.816000', '114617.818000', '114617.821000', '114617.824000', '114617.826000', '114617.829000', '114617.832000', '114617.834000', '114617.837000', '114617.840000', '114617.842000', '114617.845000', '114617.848000', '114617.850000', '114617.853000', '114617.855000', '114617.858000', '114617.861000', '114617.863000', '114617.866000', '114617.868000', '114617.871000', '114617.874000', '114617.876000', '114617.879000', '114617.882000', '114617.884000', '114617.887000', '114617.890000', '114617.892000', '114617.895000', '114617.906000', '114617.908000', '114617.911000', '114617.913000', '114617.916000', '114617.919000', '114617.922000', '114617.924000', '114617.927000', '114617.929000', '114617.932000', '114617.936000', '114637.816000', '114637.818000', '114637.821000', '114637.824000', '114637.826000', '114637.829000', '114637.832000', '114637.834000', '114637.837000', '114637.840000', '114637.842000', '114637.845000', '114637.847000', '114637.850000', '114637.853000', '114637.855000', '114637.858000', '114637.861000', '114637.863000', '114637.866000', '114637.869000', '114637.871000', '114637.874000', '114637.877000', '114637.879000', '114637.882000', '114637.885000', '114637.887000', '114637.890000', '114637.892000', '114637.895000', '114637.898000', '114637.900000', '114637.903000', '114637.906000', '114637.908000', '114637.911000', '114637.914000', '114637.916000', '114637.919000', '114637.921000', '114637.924000', '114637.927000', '114637.929000', '114657.816000', '114657.818000', '114657.821000', '114657.824000', '114657.826000', '114657.829000', '114657.832000', '114657.834000', '114657.837000', '114657.839000', '114657.842000', '114657.845000', '114657.847000', '114657.850000', '114657.853000', '114657.855000', '114657.858000', '114657.860000', '114657.863000', '114657.866000', '114657.868000', '114657.871000', '114657.873000', '114657.876000', '114657.878000', '114657.881000', '114657.884000', '114657.886000', '114657.889000', '114657.892000', '114657.894000', '114657.897000', '114657.900000', '114657.902000', '114657.905000', '114657.908000', '114657.919000', '114657.922000', '114657.924000', '114657.927000', '114657.930000', '114657.932000', '114657.935000', '114716.019000', '114716.023000', '114716.025000', '114716.028000', '114716.031000', '114716.034000', '114716.037000', '114716.040000', '114716.043000', '114716.046000', '114716.048000', '114716.051000', '114716.054000', '114716.057000', '114716.060000', '114716.063000', '114716.067000', '114716.070000', '114716.073000', '114716.077000', '114716.082000', '114716.088000', '114716.090000', '114716.093000', '114716.099000', '114716.108000', '114716.111000', '114716.116000', '114716.128000', '114716.133000', '114716.142000', '114716.146000', '114716.148000', '114716.182000', '114716.185000', '114716.188000', '114716.191000', '114716.194000', '114716.196000', '114716.199000'], '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': [12942, 7967, 12271, 8066, 12268, 8011, 12489, 8206, 7989, 7508, 8372, 9007, 7906, 7811, 10530, 12171, 8335, 13677, 8064, 12510, 9001, 12218, 11055, 8248, 9351, 7642, 11464, 7657, 12926, 8139, 11341, 10478, 8411, 8635, 7901, 7695, 7501, 8010, 7362, 7640, 10479, 9260, 13361, 13594, 16824, 13571, 16256, 12175, 14583, 11397, 10806, 8359, 8120, 10524, 7860, 10729, 7890, 8685, 8432, 7987, 10535, 8250, 11194, 8306, 12449, 7795, 13331, 7836, 7945, 7889, 7893, 10003, 7988, 10396, 7844, 12746, 8147, 13397, 7620, 12506, 7775, 11640, 10520, 8254, 8964, 7629, 9844, 7885, 9589, 8271, 8517, 8905, 7545, 11594, 7995, 11979, 9750, 11598, 10224, 12863, 9770, 14710, 7826, 13099, 7714, 11532, 7743, 11331, 8034, 10305, 7760, 10647, 7552, 11233, 7795, 11696, 7827, 10799, 9109, 8430, 9167, 7782, 11985, 10137, 8486, 9103, 7596, 13165, 8559, 15130, 11134, 12536, 8008, 7504, 7637, 7898, 9296, 7807, 11582, 7991, 10476, 7738, 7557, 10417, 7816, 12671, 8026, 13142, 7911, 12232, 8210, 12189, 8290, 12018, 8236, 11917, 8382, 11277, 9131, 7635, 9265, 7658, 11553, 7823, 12358, 9662, 12429, 9779, 14608, 10456, 14738, 8165, 13901, 10415, 12362, 11526, 7910, 9287, 7766, 10095, 8247, 13162, 9858, 10821, 7774, 10852, 8536, 9406, 10130, 8117, 14073, 7847, 12827, 8019, 11785, 8425, 11647, 8739, 9109, 8415, 7909, 10691, 7902, 11812, 8097, 11600, 8118, 10099, 7922, 8933, 7783, 9383, 7840, 9652, 8071, 9253, 9509, 9038, 8914, 7894, 8700, 8051, 10552, 9802, 10611, 8095, 13103, 7755, 12300, 8031, 12354, 8128, 11687, 7891, 11939, 9179, 7809, 8860, 7997, 12932, 7835, 7596, 8908, 7747, 10946, 8549, 11660, 8708, 10332, 12639, 9022, 14854, 8212, 13498, 7903, 13287, 8317, 12531, 8340, 10513, 8293, 7779, 8363, 7974, 10098, 7926, 11652, 7828, 11381, 8188, 10836, 8151, 9743, 7864, 9467, 7692, 11428, 8620, 11674, 8203, 10241, 7801, 11181, 8169, 11657, 8128, 11484, 8163, 10250, 8330, 7863, 9191, 7859, 9632, 8103, 10541, 7764, 11863, 7743, 10873, 7830, 10779, 7795, 9869, 7682, 8006, 10291, 8064, 11896, 8225, 12020, 9578, 11386, 8074, 7845, 8324, 7825, 11307, 7703, 8625, 8077, 7964, 10220, 8060, 11970, 7977, 12352, 8084, 11489, 7925, 10743, 8436, 9565, 9921, 9113, 10075, 7601, 10164, 7695, 11301, 8001, 11838, 7822, 11424, 9194, 11414, 9117, 7435, 7624, 7380, 7783, 11630, 7612, 8777, 7982, 9132, 9584, 8402, 14685, 11619, 10680, 9835, 7640, 12044, 7843, 13169, 8172, 14028, 7915, 12141, 7776, 10188, 9154, 7751, 10385, 7712, 11846, 7869, 12432, 8013, 12208, 8009, 11940, 7845, 11676, 7715, 11850, 8295, 13900, 9819, 7971, 7672, 7820, 9851, 7811, 11262, 8509, 11966, 7833, 11736, 8026, 10361, 8381, 8631, 9702, 7707, 10062, 7890, 11882, 8145, 7637, 9261, 7417, 11160, 8873, 10687, 7617, 11266, 7444, 11981, 7909, 11844, 8042, 12442, 8183, 10273, 9167, 7884, 10050, 7821, 12946, 8139, 9341, 8195, 8124, 10093, 8262, 12137, 8291, 13755, 10840, 11033, 7975, 7641, 9161, 7823, 10853, 8012, 11042, 7944, 10174, 7909, 7609, 7953, 7699, 8164, 7528, 8333, 8017, 8534, 8365, 9966, 7883, 11450, 7790, 12823, 8289, 11754, 8152, 11080, 8092, 10754, 9492, 8648, 7940, 7993, 9450, 7870, 10049, 7809, 10766, 7779, 11326, 8071, 8623, 8262, 7925, 10097, 7727, 11733, 8316, 12239, 8186, 11944, 8142, 11222, 7714, 10187, 9180, 7875, 12277, 8143, 8285, 10962, 7814, 12878, 8008, 12010, 8045, 12558, 8142, 12691, 7898, 11757, 8224, 11365, 8182, 11306, 7690, 10703, 7813, 10408, 7665, 10884, 7948, 11756, 8037, 8458, 8049, 7706, 9379, 7610, 9439, 8010, 9949, 7778, 10378, 8103, 11255, 8279, 11909, 8115, 11316, 8306, 12834, 10121, 9011, 7894, 7783, 9541, 7623, 10704, 7935, 9248, 8435, 7930, 9897, 8458, 10264, 7857, 13211, 7670, 13361, 9653, 10180, 7915, 8969, 8397, 9762, 7713, 10174, 7756, 11559, 7219, 10119, 7971, 7898, 11398, 7929, 11262, 8177, 10245, 8702, 8455, 10069, 7735, 12255, 7971, 12288, 8022, 12050, 9587, 11420, 8822, 8120, 10564, 7727, 11287, 7915, 11428, 7684, 11255, 7941, 10821, 7963, 12145, 7982, 13695, 8123, 7846, 8418, 7728, 11352, 8103, 13525, 10061, 11965, 8040, 7858, 8491, 7801, 10576, 7853, 12814, 8164, 13657, 7911, 10862, 8794, 8374, 8815, 7922, 9504, 7873, 10735, 7686, 11396, 9349, 7670, 11755, 9075, 9713, 8363, 8058, 11777, 8123, 13000, 8087, 11368, 7882, 11036, 7928, 10770, 7992, 7552, 8396, 7755, 7762, 9751, 8063, 12160, 8262, 12201, 9467, 10858, 9344, 9449, 14268, 9062, 14595, 8194, 13160, 8080, 12656, 7942, 12656, 8149, 12291, 10376, 8501, 8212, 7992, 9056, 8130, 11298, 8232, 12542, 8343, 7968, 8391, 8080, 10631, 8133, 11418, 8035, 11692, 10081, 8244, 8842, 8045, 9577, 7973, 10264, 7910, 10257, 7970, 10423, 7905, 11643, 7957, 10296, 7842, 8806, 9124, 8005, 11669, 7818, 7673, 8072, 12229, 7899, 12412, 7918, 11927, 7696, 11986, 7621, 11690, 8040, 11126, 8072, 7850, 9124, 7500, 9566, 8952, 8142, 10871, 8108, 12121, 8221, 13756, 8454, 14728, 9626, 15914, 12579, 11320, 9021, 7465, 11258, 8059, 9593, 9839, 7719, 9849, 7907, 13787, 9553, 14343, 8267, 13417, 8408, 12700, 8373, 12706, 8058, 12506, 7785, 11940, 7438, 11503, 7531, 10638, 7841, 8996, 8032, 7810, 10025, 7930, 9322, 8368, 8639, 9162, 8182, 9401, 7518, 10973, 7945, 10766, 8232, 10445, 8211, 9373, 8539, 10982, 8426, 9893, 9050, 7620, 9883, 7669, 12856, 7716, 7391, 9120, 7574, 11104, 8451, 7984, 9153, 7489, 11451, 7668, 10614, 7891, 8072, 8697, 7716, 10955, 8073, 7829, 10437, 8161, 7524, 11363, 8535, 8038, 11548, 8940, 13881, 8918, 14821, 8668, 14248, 8096, 13731, 7882, 11793, 9127, 8524, 9743, 7502, 11357, 7725, 11625, 7738, 11389, 7466, 10755, 7777, 10015, 7737, 9555, 7569, 9222, 7613, 8932, 7637, 9162, 7889, 9642, 7769, 10298, 7810, 10388, 8063, 10401, 7797, 7576, 8563, 7422], 'WindowCenter': [4317.0, 4263.0, 4289.0, 4247.0, 4275.0, 4245.0, 4297.0, 4258.0, 4259.0, 4236.0, 4246.0, 4268.0, 4260.0, 4259.0, 4290.0, 4287.0, 4258.0, 4296.0, 4258.0, 4298.0, 4269.0, 4288.0, 4288.0, 4270.0, 4279.0, 4259.0, 4287.0, 4261.0, 4298.0, 4259.0, 4291.0, 4292.0, 4261.0, 4258.0, 4246.0, 4224.0, 4234.0, 4233.0, 4221.0, 4223.0, 4250.0, 4244.0, 4285.0, 4286.0, 4291.0, 4271.0, 4279.0, 4261.0, 4270.0, 4247.0, 4236.0, 4215.0, 4216.0, 4248.0, 4228.0, 4247.0, 4230.0, 4240.0, 4241.0, 4229.0, 4261.0, 4231.0, 4261.0, 4231.0, 4272.0, 4233.0, 4271.0, 4231.0, 4229.0, 4232.0, 4232.0, 4263.0, 4233.0, 4265.0, 4245.0, 4284.0, 4245.0, 4283.0, 4232.0, 4272.0, 4234.0, 4273.0, 4264.0, 4244.0, 4255.0, 4247.0, 4266.0, 4257.0, 4268.0, 4259.0, 4270.0, 4270.0, 4262.0, 4316.0, 4287.0, 4289.0, 4278.0, 4288.0, 4277.0, 4286.0, 4266.0, 4295.0, 4245.0, 4285.0, 4235.0, 4275.0, 4244.0, 4274.0, 4244.0, 4263.0, 4234.0, 4263.0, 4233.0, 4274.0, 4245.0, 4286.0, 4247.0, 4277.0, 4281.0, 4269.0, 4269.0, 4259.0, 4288.0, 4278.0, 4256.0, 4255.0, 4246.0, 4285.0, 4255.0, 4296.0, 4275.0, 4273.0, 4244.0, 4234.0, 4233.0, 4245.0, 4255.0, 4246.0, 4288.0, 4259.0, 4289.0, 4260.0, 4261.0, 4292.0, 4261.0, 4300.0, 4260.0, 4311.0, 4272.0, 4301.0, 4271.0, 4301.0, 4270.0, 4299.0, 4270.0, 4289.0, 4271.0, 4303.0, 4281.0, 4260.0, 4281.0, 4263.0, 4301.0, 4262.0, 4310.0, 4294.0, 4314.0, 4293.0, 4311.0, 4279.0, 4298.0, 4257.0, 4286.0, 4291.0, 4288.0, 4290.0, 4247.0, 4256.0, 4235.0, 4265.0, 4233.0, 4285.0, 4254.0, 4265.0, 4234.0, 4264.0, 4243.0, 4253.0, 4251.0, 4233.0, 4270.0, 4231.0, 4270.0, 4232.0, 4261.0, 4232.0, 4262.0, 4258.0, 4257.0, 4246.0, 4233.0, 4253.0, 4232.0, 4274.0, 4246.0, 4274.0, 4233.0, 4264.0, 4247.0, 4268.0, 4246.0, 4265.0, 4245.0, 4253.0, 4232.0, 4242.0, 4266.0, 4255.0, 4256.0, 4234.0, 4245.0, 4234.0, 4264.0, 4267.0, 4264.0, 4235.0, 4286.0, 4235.0, 4284.0, 4244.0, 4284.0, 4245.0, 4273.0, 4234.0, 4272.0, 4253.0, 4233.0, 4268.0, 4257.0, 4285.0, 4233.0, 4233.0, 4242.0, 4232.0, 4263.0, 4243.0, 4264.0, 4232.0, 4253.0, 4261.0, 4229.0, 4269.0, 4218.0, 4256.0, 4216.0, 4255.0, 4216.0, 4245.0, 4217.0, 4237.0, 4229.0, 4220.0, 4230.0, 4231.0, 4251.0, 4232.0, 4262.0, 4234.0, 4262.0, 4244.0, 4263.0, 4233.0, 4253.0, 4231.0, 4252.0, 4221.0, 4263.0, 4243.0, 4272.0, 4244.0, 4264.0, 4244.0, 4275.0, 4255.0, 4275.0, 4247.0, 4286.0, 4258.0, 4278.0, 4271.0, 4271.0, 4279.0, 4258.0, 4268.0, 4248.0, 4277.0, 4247.0, 4277.0, 4246.0, 4278.0, 4249.0, 4277.0, 4247.0, 4267.0, 4236.0, 4247.0, 4265.0, 4247.0, 4275.0, 4245.0, 4273.0, 4255.0, 4274.0, 4235.0, 4233.0, 4244.0, 4234.0, 4276.0, 4247.0, 4268.0, 4258.0, 4259.0, 4291.0, 4259.0, 4289.0, 4249.0, 4288.0, 4259.0, 4288.0, 4259.0, 4278.0, 4270.0, 4280.0, 4269.0, 4269.0, 4280.0, 4249.0, 4266.0, 4247.0, 4276.0, 4247.0, 4286.0, 4247.0, 4301.0, 4282.0, 4302.0, 4270.0, 4249.0, 4259.0, 4250.0, 4263.0, 4303.0, 4261.0, 4258.0, 4260.0, 4281.0, 4284.0, 4274.0, 4312.0, 4292.0, 4280.0, 4269.0, 4237.0, 4277.0, 4235.0, 4285.0, 4245.0, 4284.0, 4235.0, 4274.0, 4235.0, 4266.0, 4256.0, 4246.0, 4265.0, 4235.0, 4275.0, 4246.0, 4285.0, 4246.0, 4275.0, 4235.0, 4275.0, 4234.0, 4274.0, 4236.0, 4287.0, 4245.0, 4284.0, 4254.0, 4233.0, 4234.0, 4234.0, 4265.0, 4234.0, 4276.0, 4257.0, 4276.0, 4236.0, 4277.0, 4247.0, 4265.0, 4257.0, 4258.0, 4267.0, 4261.0, 4295.0, 4274.0, 4288.0, 4258.0, 4246.0, 4282.0, 4262.0, 4290.0, 4269.0, 4279.0, 4248.0, 4278.0, 4237.0, 4287.0, 4247.0, 4287.0, 4258.0, 4299.0, 4270.0, 4277.0, 4265.0, 4245.0, 4266.0, 4245.0, 4285.0, 4246.0, 4266.0, 4257.0, 4258.0, 4278.0, 4258.0, 4286.0, 4257.0, 4296.0, 4276.0, 4275.0, 4245.0, 4234.0, 4255.0, 4248.0, 4277.0, 4246.0, 4275.0, 4245.0, 4265.0, 4247.0, 4245.0, 4247.0, 4246.0, 4258.0, 4247.0, 4258.0, 4257.0, 4270.0, 4271.0, 4280.0, 4259.0, 4289.0, 4248.0, 4287.0, 4257.0, 4276.0, 4249.0, 4275.0, 4248.0, 4278.0, 4279.0, 4259.0, 4261.0, 4247.0, 4266.0, 4247.0, 4267.0, 4248.0, 4288.0, 4249.0, 4288.0, 4260.0, 4271.0, 4271.0, 4261.0, 4281.0, 4260.0, 4289.0, 4260.0, 4290.0, 4260.0, 4289.0, 4260.0, 4290.0, 4250.0, 4280.0, 4270.0, 4260.0, 4300.0, 4272.0, 4261.0, 4292.0, 4261.0, 4313.0, 4273.0, 4301.0, 4260.0, 4287.0, 4247.0, 4287.0, 4247.0, 4277.0, 4259.0, 4287.0, 4258.0, 4277.0, 4249.0, 4279.0, 4249.0, 4279.0, 4250.0, 4290.0, 4261.0, 4302.0, 4260.0, 4260.0, 4260.0, 4261.0, 4281.0, 4262.0, 4296.0, 4274.0, 4282.0, 4262.0, 4292.0, 4264.0, 4290.0, 4272.0, 4300.0, 4262.0, 4289.0, 4260.0, 4299.0, 4292.0, 4271.0, 4261.0, 4260.0, 4279.0, 4250.0, 4291.0, 4272.0, 4282.0, 4285.0, 4274.0, 4308.0, 4274.0, 4295.0, 4261.0, 4302.0, 4250.0, 4302.0, 4269.0, 4279.0, 4249.0, 4260.0, 4247.0, 4267.0, 4236.0, 4278.0, 4261.0, 4290.0, 4249.0, 4278.0, 4259.0, 4259.0, 4289.0, 4260.0, 4288.0, 4271.0, 4281.0, 4273.0, 4260.0, 4281.0, 4262.0, 4290.0, 4259.0, 4290.0, 4261.0, 4299.0, 4282.0, 4290.0, 4269.0, 4248.0, 4266.0, 4248.0, 4277.0, 4248.0, 4289.0, 4250.0, 4288.0, 4248.0, 4278.0, 4262.0, 4315.0, 4262.0, 4310.0, 4259.0, 4247.0, 4246.0, 4247.0, 4288.0, 4259.0, 4299.0, 4279.0, 4287.0, 4259.0, 4247.0, 4257.0, 4246.0, 4266.0, 4246.0, 4287.0, 4257.0, 4298.0, 4260.0, 4277.0, 4257.0, 4245.0, 4256.0, 4245.0, 4254.0, 4245.0, 4265.0, 4248.0, 4288.0, 4266.0, 4250.0, 4290.0, 4259.0, 4268.0, 4258.0, 4248.0, 4288.0, 4246.0, 4286.0, 4246.0, 4278.0, 4249.0, 4280.0, 4247.0, 4265.0, 4235.0, 4235.0, 4244.0, 4249.0, 4260.0, 4280.0, 4262.0, 4302.0, 4261.0, 4291.0, 4269.0, 4280.0, 4258.0, 4257.0, 4284.0, 4244.0, 4282.0, 4234.0, 4272.0, 4233.0, 4272.0, 4233.0, 4272.0, 4233.0, 4261.0, 4253.0, 4230.0, 4231.0, 4220.0, 4242.0, 4232.0, 4264.0, 4246.0, 4275.0, 4245.0, 4246.0, 4246.0, 4246.0, 4278.0, 4248.0, 4277.0, 4260.0, 4290.0, 4270.0, 4247.0, 4258.0, 4247.0, 4258.0, 4247.0, 4266.0, 4247.0, 4267.0, 4247.0, 4267.0, 4247.0, 4276.0, 4248.0, 4278.0, 4249.0, 4259.0, 4269.0, 4248.0, 4277.0, 4261.0, 4250.0, 4261.0, 4289.0, 4249.0, 4290.0, 4260.0, 4289.0, 4249.0, 4289.0, 4250.0, 4302.0, 4271.0, 4302.0, 4262.0, 4259.0, 4281.0, 4251.0, 4280.0, 4282.0, 4272.0, 4292.0, 4261.0, 4290.0, 4261.0, 4301.0, 4274.0, 4323.0, 4280.0, 4320.0, 4298.0, 4288.0, 4267.0, 4235.0, 4274.0, 4244.0, 4265.0, 4264.0, 4236.0, 4266.0, 4258.0, 4297.0, 4255.0, 4284.0, 4245.0, 4286.0, 4245.0, 4271.0, 4244.0, 4272.0, 4233.0, 4271.0, 4233.0, 4272.0, 4222.0, 4261.0, 4233.0, 4260.0, 4244.0, 4254.0, 4246.0, 4247.0, 4279.0, 4258.0, 4268.0, 4260.0, 4259.0, 4271.0, 4260.0, 4270.0, 4249.0, 4279.0, 4261.0, 4291.0, 4259.0, 4279.0, 4261.0, 4269.0, 4272.0, 4291.0, 4261.0, 4281.0, 4284.0, 4265.0, 4280.0, 4261.0, 4312.0, 4249.0, 4249.0, 4281.0, 4262.0, 4291.0, 4286.0, 4274.0, 4283.0, 4263.0, 4304.0, 4264.0, 4292.0, 4263.0, 4262.0, 4273.0, 4264.0, 4305.0, 4275.0, 4276.0, 4293.0, 4274.0, 4277.0, 4305.0, 4274.0, 4276.0, 4317.0, 4273.0, 4301.0, 4260.0, 4300.0, 4259.0, 4299.0, 4247.0, 4298.0, 4248.0, 4290.0, 4269.0, 4256.0, 4268.0, 4238.0, 4277.0, 4246.0, 4276.0, 4248.0, 4278.0, 4238.0, 4277.0, 4237.0, 4267.0, 4236.0, 4266.0, 4236.0, 4256.0, 4233.0, 4256.0, 4236.0, 4257.0, 4247.0, 4268.0, 4248.0, 4278.0, 4248.0, 4277.0, 4261.0, 4280.0, 4260.0, 4261.0, 4272.0, 4261.0], 'WindowWidth': [9539.0, 9455.0, 9482.0, 9422.0, 9454.0, 9412.0, 9489.0, 9438.0, 9441.0, 9404.0, 9416.0, 9450.0, 9443.0, 9441.0, 9483.0, 9471.0, 9435.0, 9482.0, 9437.0, 9489.0, 9454.0, 9475.0, 9477.0, 9457.0, 9468.0, 9442.0, 9475.0, 9446.0, 9490.0, 9441.0, 9487.0, 9492.0, 9446.0, 9435.0, 9414.0, 9377.0, 9395.0, 9389.0, 9371.0, 9378.0, 9409.0, 9407.0, 9469.0, 9473.0, 9472.0, 9443.0, 9448.0, 9426.0, 9435.0, 9402.0, 9381.0, 9353.0, 9357.0, 9403.0, 9377.0, 9401.0, 9385.0, 9399.0, 9401.0, 9384.0, 9430.0, 9387.0, 9427.0, 9387.0, 9443.0, 9391.0, 9441.0, 9387.0, 9382.0, 9391.0, 9391.0, 9434.0, 9393.0, 9439.0, 9414.0, 9465.0, 9416.0, 9460.0, 9392.0, 9445.0, 9397.0, 9447.0, 9437.0, 9411.0, 9427.0, 9419.0, 9444.0, 9434.0, 9447.0, 9437.0, 9456.0, 9456.0, 9450.0, 9533.0, 9495.0, 9479.0, 9465.0, 9474.0, 9458.0, 9465.0, 9440.0, 9483.0, 9412.0, 9465.0, 9398.0, 9452.0, 9410.0, 9450.0, 9410.0, 9434.0, 9397.0, 9434.0, 9394.0, 9447.0, 9415.0, 9470.0, 9423.0, 9461.0, 9473.0, 9455.0, 9453.0, 9440.0, 9476.0, 9462.0, 9431.0, 9427.0, 9416.0, 9466.0, 9426.0, 9485.0, 9452.0, 9447.0, 9408.0, 9395.0, 9395.0, 9411.0, 9426.0, 9416.0, 9477.0, 9440.0, 9481.0, 9444.0, 9447.0, 9488.0, 9445.0, 9496.0, 9443.0, 9512.0, 9463.0, 9499.0, 9460.0, 9500.0, 9457.0, 9493.0, 9455.0, 9480.0, 9462.0, 9507.0, 9473.0, 9443.0, 9472.0, 9452.0, 9500.0, 9449.0, 9512.0, 9496.0, 9522.0, 9492.0, 9511.0, 9466.0, 9488.0, 9432.0, 9470.0, 9488.0, 9476.0, 9482.0, 9419.0, 9430.0, 9399.0, 9438.0, 9393.0, 9465.0, 9420.0, 9436.0, 9394.0, 9436.0, 9406.0, 9418.0, 9413.0, 9391.0, 9436.0, 9385.0, 9435.0, 9387.0, 9425.0, 9388.0, 9429.0, 9437.0, 9434.0, 9415.0, 9392.0, 9416.0, 9387.0, 9448.0, 9416.0, 9450.0, 9392.0, 9435.0, 9420.0, 9450.0, 9417.0, 9442.0, 9413.0, 9417.0, 9391.0, 9402.0, 9444.0, 9425.0, 9427.0, 9395.0, 9413.0, 9394.0, 9436.0, 9446.0, 9437.0, 9399.0, 9469.0, 9399.0, 9465.0, 9411.0, 9463.0, 9415.0, 9447.0, 9394.0, 9444.0, 9418.0, 9394.0, 9450.0, 9435.0, 9466.0, 9393.0, 9392.0, 9401.0, 9389.0, 9434.0, 9405.0, 9436.0, 9389.0, 9418.0, 9423.0, 9380.0, 9431.0, 9360.0, 9409.0, 9356.0, 9406.0, 9356.0, 9393.0, 9359.0, 9387.0, 9380.0, 9368.0, 9384.0, 9385.0, 9411.0, 9388.0, 9431.0, 9395.0, 9429.0, 9409.0, 9432.0, 9391.0, 9420.0, 9387.0, 9416.0, 9374.0, 9433.0, 9405.0, 9445.0, 9410.0, 9436.0, 9412.0, 9455.0, 9429.0, 9452.0, 9420.0, 9470.0, 9437.0, 9462.0, 9460.0, 9462.0, 9469.0, 9436.0, 9451.0, 9421.0, 9459.0, 9418.0, 9458.0, 9417.0, 9461.0, 9427.0, 9462.0, 9419.0, 9446.0, 9402.0, 9419.0, 9438.0, 9416.0, 9451.0, 9411.0, 9446.0, 9427.0, 9448.0, 9397.0, 9393.0, 9408.0, 9398.0, 9456.0, 9420.0, 9450.0, 9438.0, 9441.0, 9486.0, 9440.0, 9480.0, 9425.0, 9475.0, 9440.0, 9477.0, 9441.0, 9464.0, 9459.0, 9470.0, 9452.0, 9451.0, 9470.0, 9426.0, 9444.0, 9418.0, 9455.0, 9419.0, 9470.0, 9422.0, 9498.0, 9478.0, 9503.0, 9454.0, 9426.0, 9442.0, 9429.0, 9454.0, 9504.0, 9444.0, 9434.0, 9440.0, 9472.0, 9483.0, 9466.0, 9517.0, 9487.0, 9469.0, 9451.0, 9405.0, 9456.0, 9398.0, 9463.0, 9411.0, 9462.0, 9398.0, 9448.0, 9399.0, 9440.0, 9427.0, 9415.0, 9437.0, 9399.0, 9449.0, 9414.0, 9465.0, 9413.0, 9451.0, 9398.0, 9450.0, 9395.0, 9448.0, 9402.0, 9472.0, 9414.0, 9462.0, 9422.0, 9393.0, 9396.0, 9394.0, 9439.0, 9397.0, 9457.0, 9430.0, 9456.0, 9402.0, 9457.0, 9418.0, 9438.0, 9434.0, 9434.0, 9447.0, 9444.0, 9500.0, 9468.0, 9476.0, 9437.0, 9417.0, 9477.0, 9449.0, 9484.0, 9451.0, 9466.0, 9422.0, 9462.0, 9408.0, 9472.0, 9421.0, 9474.0, 9437.0, 9493.0, 9456.0, 9459.0, 9441.0, 9411.0, 9442.0, 9414.0, 9468.0, 9418.0, 9443.0, 9434.0, 9438.0, 9466.0, 9438.0, 9470.0, 9434.0, 9485.0, 9455.0, 9454.0, 9414.0, 9398.0, 9427.0, 9423.0, 9459.0, 9417.0, 9452.0, 9413.0, 9438.0, 9418.0, 9413.0, 9420.0, 9418.0, 9436.0, 9420.0, 9438.0, 9433.0, 9456.0, 9460.0, 9471.0, 9439.0, 9478.0, 9420.0, 9471.0, 9433.0, 9455.0, 9423.0, 9452.0, 9420.0, 9465.0, 9467.0, 9438.0, 9445.0, 9418.0, 9441.0, 9418.0, 9448.0, 9421.0, 9475.0, 9427.0, 9477.0, 9443.0, 9459.0, 9459.0, 9446.0, 9472.0, 9443.0, 9481.0, 9443.0, 9483.0, 9442.0, 9478.0, 9441.0, 9479.0, 9428.0, 9469.0, 9456.0, 9444.0, 9499.0, 9462.0, 9444.0, 9487.0, 9447.0, 9520.0, 9464.0, 9499.0, 9441.0, 9472.0, 9419.0, 9471.0, 9419.0, 9458.0, 9438.0, 9473.0, 9437.0, 9459.0, 9425.0, 9467.0, 9426.0, 9467.0, 9428.0, 9483.0, 9446.0, 9500.0, 9443.0, 9444.0, 9443.0, 9444.0, 9472.0, 9452.0, 9503.0, 9467.0, 9476.0, 9449.0, 9490.0, 9450.0, 9480.0, 9462.0, 9497.0, 9448.0, 9480.0, 9443.0, 9494.0, 9488.0, 9459.0, 9445.0, 9443.0, 9466.0, 9429.0, 9485.0, 9463.0, 9476.0, 9485.0, 9470.0, 9524.0, 9471.0, 9500.0, 9443.0, 9499.0, 9427.0, 9500.0, 9450.0, 9465.0, 9423.0, 9439.0, 9419.0, 9445.0, 9403.0, 9461.0, 9445.0, 9482.0, 9428.0, 9462.0, 9439.0, 9440.0, 9479.0, 9443.0, 9477.0, 9461.0, 9472.0, 9464.0, 9443.0, 9471.0, 9447.0, 9483.0, 9440.0, 9483.0, 9443.0, 9495.0, 9474.0, 9483.0, 9453.0, 9419.0, 9442.0, 9422.0, 9457.0, 9422.0, 9478.0, 9429.0, 9475.0, 9421.0, 9462.0, 9449.0, 9523.0, 9448.0, 9512.0, 9441.0, 9419.0, 9417.0, 9418.0, 9476.0, 9437.0, 9492.0, 9466.0, 9473.0, 9439.0, 9419.0, 9431.0, 9416.0, 9443.0, 9416.0, 9472.0, 9433.0, 9488.0, 9443.0, 9458.0, 9431.0, 9412.0, 9427.0, 9412.0, 9423.0, 9412.0, 9437.0, 9421.0, 9474.0, 9444.0, 9427.0, 9483.0, 9437.0, 9448.0, 9433.0, 9419.0, 9473.0, 9413.0, 9467.0, 9412.0, 9460.0, 9424.0, 9468.0, 9419.0, 9436.0, 9396.0, 9395.0, 9407.0, 9425.0, 9442.0, 9469.0, 9446.0, 9501.0, 9443.0, 9484.0, 9449.0, 9468.0, 9431.0, 9429.0, 9461.0, 9406.0, 9455.0, 9391.0, 9441.0, 9389.0, 9440.0, 9389.0, 9441.0, 9391.0, 9424.0, 9417.0, 9381.0, 9385.0, 9369.0, 9399.0, 9388.0, 9434.0, 9414.0, 9450.0, 9412.0, 9413.0, 9415.0, 9417.0, 9462.0, 9423.0, 9458.0, 9440.0, 9478.0, 9451.0, 9417.0, 9432.0, 9417.0, 9431.0, 9417.0, 9441.0, 9416.0, 9442.0, 9416.0, 9442.0, 9415.0, 9454.0, 9422.0, 9460.0, 9424.0, 9435.0, 9449.0, 9421.0, 9458.0, 9445.0, 9429.0, 9445.0, 9478.0, 9425.0, 9481.0, 9440.0, 9479.0, 9423.0, 9476.0, 9429.0, 9502.0, 9461.0, 9505.0, 9449.0, 9438.0, 9473.0, 9432.0, 9470.0, 9476.0, 9464.0, 9490.0, 9446.0, 9483.0, 9444.0, 9498.0, 9469.0, 9535.0, 9472.0, 9526.0, 9491.0, 9477.0, 9446.0, 9402.0, 9451.0, 9414.0, 9441.0, 9439.0, 9402.0, 9443.0, 9435.0, 9487.0, 9427.0, 9465.0, 9411.0, 9468.0, 9413.0, 9442.0, 9407.0, 9444.0, 9393.0, 9441.0, 9393.0, 9442.0, 9378.0, 9427.0, 9392.0, 9425.0, 9410.0, 9423.0, 9417.0, 9420.0, 9464.0, 9438.0, 9449.0, 9442.0, 9441.0, 9459.0, 9443.0, 9455.0, 9427.0, 9466.0, 9445.0, 9484.0, 9441.0, 9466.0, 9445.0, 9454.0, 9462.0, 9485.0, 9446.0, 9472.0, 9483.0, 9457.0, 9470.0, 9446.0, 9516.0, 9428.0, 9427.0, 9472.0, 9448.0, 9485.0, 9490.0, 9469.0, 9479.0, 9452.0, 9509.0, 9455.0, 9489.0, 9450.0, 9447.0, 9463.0, 9452.0, 9510.0, 9472.0, 9475.0, 9493.0, 9467.0, 9478.0, 9511.0, 9467.0, 9476.0, 9534.0, 9463.0, 9498.0, 9438.0, 9494.0, 9436.0, 9492.0, 9420.0, 9486.0, 9421.0, 9480.0, 9451.0, 9429.0, 9446.0, 9406.0, 9456.0, 9415.0, 9455.0, 9419.0, 9460.0, 9407.0, 9456.0, 9402.0, 9443.0, 9400.0, 9440.0, 9399.0, 9426.0, 9394.0, 9428.0, 9399.0, 9429.0, 9415.0, 9445.0, 9420.0, 9460.0, 9421.0, 9459.0, 9443.0, 9466.0, 9440.0, 9442.0, 9461.0, 9446.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.002601399082568807</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.03583270848623853</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.401052025970166</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.295623192801379</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.039067155740529</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4453</td></tr>
|
|
<tr><td colspan=3>fber</td><td>8322.6377</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.12213064175926903</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>125</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>14.3348623853211</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3997563750479096</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3180616720058302</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.622851937466337</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.258355515671562</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0152436</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.009602602571249008</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.027403395622968674</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>872</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.8744706383865046</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>30.9861</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>33.1001</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>146.2566</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>41.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>306425.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>682.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>310.1141</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.4149</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>542.1611</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3516.9213</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3728.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>70119.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1146.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4621.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>962.1891</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>35.60172754805535</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> |