=== 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-0084 --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-0084",
"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-0084_ses-03_task-social_acq-mb8_run-05_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-0084_ses-03_task-social_acq-mb8_run-05_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-05_session-03_subject-0084_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-0084/figures/sub-0084_ses-03_task-social_acq-mb8_run-05_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0084/figures/sub-0084_ses-03_task-social_acq-mb8_run-05_desc-stdev_bold.svg" target="_blank">sub-0084/figures/sub-0084_ses-03_task-social_acq-mb8_run-05_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-05_session-03_subject-0084_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-0084/figures/sub-0084_ses-03_task-social_acq-mb8_run-05_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0084/figures/sub-0084_ses-03_task-social_acq-mb8_run-05_desc-background_bold.svg" target="_blank">sub-0084/figures/sub-0084_ses-03_task-social_acq-mb8_run-05_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-05_session-03_subject-0084_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-0084/figures/sub-0084_ses-03_task-social_acq-mb8_run-05_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0084/figures/sub-0084_ses-03_task-social_acq-mb8_run-05_desc-zoomed_bold.svg" target="_blank">sub-0084/figures/sub-0084_ses-03_task-social_acq-mb8_run-05_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-05_session-03_subject-0084_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-0084/figures/sub-0084_ses-03_task-social_acq-mb8_run-05_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0084/figures/sub-0084_ses-03_task-social_acq-mb8_run-05_desc-carpet_bold.svg" target="_blank">sub-0084/figures/sub-0084_ses-03_task-social_acq-mb8_run-05_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-05_session-03_subject-0084_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-0084/figures/sub-0084_ses-03_task-social_acq-mb8_run-05_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0084/figures/sub-0084_ses-03_task-social_acq-mb8_run-05_desc-mean_bold.svg" target="_blank">sub-0084/figures/sub-0084_ses-03_task-social_acq-mb8_run-05_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-05_session-03_subject-0084_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-0084/figures/sub-0084_ses-03_task-social_acq-mb8_run-05_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0084/figures/sub-0084_ses-03_task-social_acq-mb8_run-05_desc-brainmask_bold.svg" target="_blank">sub-0084/figures/sub-0084_ses-03_task-social_acq-mb8_run-05_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-05_session-03_subject-0084_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-0084/figures/sub-0084_ses-03_task-social_acq-mb8_run-05_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0084/figures/sub-0084_ses-03_task-social_acq-mb8_run-05_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-0084/figures/sub-0084_ses-03_task-social_acq-mb8_run-05_desc-norm_bold.svg" target="_blank">sub-0084/figures/sub-0084_ses-03_task-social_acq-mb8_run-05_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-0084/ses-03/func/sub-0084_ses-03_task-social_acq-mb8_run-05_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>21ad2cdf0a137df864d70c8f46bc73ca</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>12:54:47.582500</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.998671, 0.0390786, 0.0335939, -0.0387142, 0.999185, -0.0114278]</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-05_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.108209</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-05_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>16</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4148, -7740, -7267, 453, -60, -281, 131, 65]</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>281.353</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>64faad13-ab4e-47b7-a79c-348d10ad733f||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.6793620586395264, -0.10386747121810913, 0.09183529764413834, 116.36433410644531], [-0.10484489798545837, 2.6807403564453125, -0.027302658185362816, -92.03230285644531], [0.09012989699840546, 0.030660061165690422, 2.6982996463775635, -83.92647552490234], [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': ['125447.582500', '125448.042500', '125448.502500', '125448.962500', '125449.422500', '125449.882500', '125450.342500', '125450.802500', '125451.262500', '125451.722500', '125452.182500', '125452.642500', '125453.102500', '125453.562500', '125454.022500', '125454.482500', '125454.942500', '125455.402500', '125455.862500', '125456.322500', '125456.782500', '125457.242500', '125457.702500', '125458.162500', '125458.622500', '125459.082500', '125459.542500', '125500.002500', '125500.462500', '125500.922500', '125501.382500', '125501.842500', '125502.302500', '125502.762500', '125503.222500', '125503.682500', '125504.142500', '125504.602500', '125505.062500', '125505.522500', '125505.982500', '125506.442500', '125506.902500', '125507.362500', '125507.822500', '125508.282500', '125508.742500', '125509.202500', '125509.662500', '125510.122500', '125510.582500', '125511.042500', '125511.502500', '125511.962500', '125512.422500', '125512.882500', '125513.342500', '125513.802500', '125514.262500', '125514.722500', '125515.182500', '125515.642500', '125516.102500', '125516.562500', '125517.022500', '125517.482500', '125517.942500', '125518.402500', '125518.862500', '125519.322500', '125519.782500', '125520.242500', '125520.702500', '125521.162500', '125521.622500', '125522.082500', '125522.542500', '125523.002500', '125523.462500', '125523.922500', '125524.382500', '125524.842500', '125525.302500', '125525.762500', '125526.222500', '125526.682500', '125527.142500', '125527.602500', '125528.062500', '125528.522500', '125528.982500', '125529.442500', '125529.902500', '125530.362500', '125530.822500', '125531.282500', '125531.742500', '125532.202500', '125532.662500', '125533.122500', '125533.582500', '125534.042500', '125534.502500', '125534.962500', '125535.422500', '125535.882500', '125536.342500', '125536.802500', '125537.262500', '125537.722500', '125538.182500', '125538.642500', '125539.102500', '125539.562500', '125540.022500', '125540.482500', '125540.942500', '125541.402500', '125541.862500', '125542.322500', '125542.782500', '125543.242500', '125543.702500', '125544.162500', '125544.622500', '125545.082500', '125545.542500', '125546.002500', '125546.462500', '125546.922500', '125547.382500', '125547.842500', '125548.302500', '125548.762500', '125549.222500', '125549.682500', '125550.142500', '125550.602500', '125551.062500', '125551.522500', '125551.982500', '125552.442500', '125552.902500', '125553.362500', '125553.822500', '125554.282500', '125554.742500', '125555.202500', '125555.662500', '125556.122500', '125556.582500', '125557.042500', '125557.502500', '125557.962500', '125558.422500', '125558.882500', '125559.342500', '125559.802500', '125600.262500', '125600.722500', '125601.182500', '125601.642500', '125602.102500', '125602.562500', '125603.022500', '125603.482500', '125603.942500', '125604.402500', '125604.862500', '125605.322500', '125605.782500', '125606.242500', '125606.702500', '125607.162500', '125607.622500', '125608.082500', '125608.542500', '125609.002500', '125609.462500', '125609.922500', '125610.382500', '125610.842500', '125611.302500', '125611.762500', '125612.222500', '125612.682500', '125613.142500', '125613.602500', '125614.062500', '125614.522500', '125614.982500', '125615.442500', '125615.902500', '125616.362500', '125616.822500', '125617.282500', '125617.742500', '125618.202500', '125618.662500', '125619.122500', '125619.582500', '125620.042500', '125620.502500', '125620.962500', '125621.422500', '125621.882500', '125622.342500', '125622.802500', '125623.262500', '125623.722500', '125624.182500', '125624.642500', '125625.102500', '125625.562500', '125626.022500', '125626.482500', '125626.942500', '125627.402500', '125627.862500', '125628.322500', '125628.782500', '125629.242500', '125629.702500', '125630.162500', '125630.622500', '125631.082500', '125631.542500', '125632.002500', '125632.462500', '125632.922500', '125633.382500', '125633.842500', '125634.302500', '125634.762500', '125635.222500', '125635.682500', '125636.142500', '125636.602500', '125637.062500', '125637.522500', '125637.982500', '125638.442500', '125638.902500', '125639.362500', '125639.822500', '125640.282500', '125640.742500', '125641.202500', '125641.662500', '125642.122500', '125642.582500', '125643.042500', '125643.502500', '125643.962500', '125644.422500', '125644.882500', '125645.342500', '125645.802500', '125646.262500', '125646.722500', '125647.182500', '125647.642500', '125648.102500', '125648.562500', '125649.022500', '125649.482500', '125649.942500', '125650.402500', '125650.862500', '125651.322500', '125651.782500', '125652.242500', '125652.702500', '125653.162500', '125653.622500', '125654.082500', '125654.542500', '125655.002500', '125655.462500', '125655.922500', '125656.382500', '125656.842500', '125657.302500', '125657.762500', '125658.222500', '125658.682500', '125659.142500', '125659.602500', '125700.062500', '125700.522500', '125700.982500', '125701.442500', '125701.902500', '125702.362500', '125702.822500', '125703.282500', '125703.742500', '125704.202500', '125704.662500', '125705.122500', '125705.582500', '125706.042500', '125706.502500', '125706.962500', '125707.422500', '125707.882500', '125708.342500', '125708.802500', '125709.262500', '125709.722500', '125710.182500', '125710.642500', '125711.102500', '125711.562500', '125712.022500', '125712.482500', '125712.942500', '125713.402500', '125713.862500', '125714.322500', '125714.782500', '125715.242500', '125715.702500', '125716.162500', '125716.622500', '125717.082500', '125717.542500', '125718.002500', '125718.462500', '125718.922500', '125719.382500', '125719.842500', '125720.302500', '125720.762500', '125721.222500', '125721.682500', '125722.142500', '125722.602500', '125723.062500', '125723.522500', '125723.982500', '125724.442500', '125724.902500', '125725.362500', '125725.822500', '125726.282500', '125726.742500', '125727.202500', '125727.662500', '125728.122500', '125728.582500', '125729.042500', '125729.502500', '125729.962500', '125730.422500', '125730.882500', '125731.342500', '125731.802500', '125732.262500', '125732.722500', '125733.182500', '125733.642500', '125734.102500', '125734.562500', '125735.022500', '125735.482500', '125735.942500', '125736.402500', '125736.862500', '125737.322500', '125737.782500', '125738.242500', '125738.702500', '125739.162500', '125739.622500', '125740.082500', '125740.542500', '125741.002500', '125741.462500', '125741.922500', '125742.382500', '125742.842500', '125743.302500', '125743.762500', '125744.222500', '125744.682500', '125745.142500', '125745.602500', '125746.062500', '125746.522500', '125746.982500', '125747.442500', '125747.902500', '125748.362500', '125748.822500', '125749.282500', '125749.742500', '125750.202500', '125750.662500', '125751.122500', '125751.582500', '125752.042500', '125752.502500', '125752.962500', '125753.422500', '125753.882500', '125754.342500', '125754.802500', '125755.262500', '125755.722500', '125756.182500', '125756.642500', '125757.102500', '125757.562500', '125758.022500', '125758.482500', '125758.942500', '125759.402500', '125759.862500', '125800.322500', '125800.782500', '125801.242500', '125801.702500', '125802.162500', '125802.622500', '125803.082500', '125803.542500', '125804.002500', '125804.462500', '125804.922500', '125805.382500', '125805.842500', '125806.302500', '125806.762500', '125807.222500', '125807.682500', '125808.142500', '125808.602500', '125809.062500', '125809.522500', '125809.982500', '125810.442500', '125810.902500', '125811.362500', '125811.822500', '125812.282500', '125812.742500', '125813.202500', '125813.662500', '125814.122500', '125814.582500', '125815.042500', '125815.502500', '125815.962500', '125816.422500', '125816.882500', '125817.342500', '125817.802500', '125818.262500', '125818.722500', '125819.182500', '125819.642500', '125820.102500', '125820.562500', '125821.022500', '125821.482500', '125821.942500', '125822.402500', '125822.862500', '125823.322500', '125823.782500', '125824.242500', '125824.702500', '125825.162500', '125825.622500', '125826.082500', '125826.542500', '125827.002500', '125827.462500', '125827.922500', '125828.382500', '125828.842500', '125829.302500', '125829.762500', '125830.222500', '125830.682500', '125831.142500', '125831.602500', '125832.062500', '125832.522500', '125832.982500', '125833.442500', '125833.902500', '125834.362500', '125834.822500', '125835.282500', '125835.742500', '125836.202500', '125836.662500', '125837.122500', '125837.582500', '125838.042500', '125838.502500', '125838.962500', '125839.422500', '125839.882500', '125840.342500', '125840.802500', '125841.262500', '125841.722500', '125842.182500', '125842.642500', '125843.102500', '125843.562500', '125844.022500', '125844.482500', '125844.942500', '125845.402500', '125845.862500', '125846.322500', '125846.782500', '125847.242500', '125847.702500', '125848.162500', '125848.622500', '125849.082500', '125849.542500', '125850.002500', '125850.462500', '125850.922500', '125851.382500', '125851.842500', '125852.302500', '125852.762500', '125853.222500', '125853.682500', '125854.142500', '125854.602500', '125855.062500', '125855.522500', '125855.982500', '125856.442500', '125856.902500', '125857.362500', '125857.822500', '125858.282500', '125858.742500', '125859.202500', '125859.662500', '125900.122500', '125900.582500', '125901.042500', '125901.502500', '125901.962500', '125902.422500', '125902.882500', '125903.342500', '125903.802500', '125904.262500', '125904.722500', '125905.182500', '125905.642500', '125906.102500', '125906.562500', '125907.022500', '125907.482500', '125907.942500', '125908.402500', '125908.862500', '125909.322500', '125909.782500', '125910.242500', '125910.702500', '125911.162500', '125911.622500', '125912.082500', '125912.542500', '125913.002500', '125913.462500', '125913.922500', '125914.382500', '125914.842500', '125915.302500', '125915.762500', '125916.222500', '125916.682500', '125917.142500', '125917.602500', '125918.062500', '125918.522500', '125918.982500', '125919.442500', '125919.902500', '125920.362500', '125920.822500', '125921.282500', '125921.742500', '125922.202500', '125922.662500', '125923.122500', '125923.582500', '125924.042500', '125924.502500', '125924.962500', '125925.422500', '125925.882500', '125926.342500', '125926.802500', '125927.262500', '125927.722500', '125928.182500', '125928.642500', '125929.102500', '125929.562500', '125930.022500', '125930.482500', '125930.942500', '125931.402500', '125931.862500', '125932.322500', '125932.782500', '125933.242500', '125933.702500', '125934.162500', '125934.622500', '125935.082500', '125935.542500', '125936.002500', '125936.462500', '125936.922500', '125937.382500', '125937.842500', '125938.302500', '125938.762500', '125939.222500', '125939.682500', '125940.142500', '125940.602500', '125941.062500', '125941.522500', '125941.982500', '125942.442500', '125942.902500', '125943.362500', '125943.822500', '125944.282500', '125944.742500', '125945.202500', '125945.662500', '125946.122500', '125946.582500', '125947.042500', '125947.502500', '125947.962500', '125948.422500', '125948.882500', '125949.342500', '125949.802500', '125950.262500', '125950.722500', '125951.182500', '125951.642500', '125952.102500', '125952.562500', '125953.022500', '125953.482500', '125953.942500', '125954.402500', '125954.862500', '125955.322500', '125955.782500', '125956.242500', '125956.702500', '125957.162500', '125957.622500', '125958.082500', '125958.542500', '125959.002500', '125959.462500', '125959.922500', '130000.382500', '130000.842500', '130001.302500', '130001.762500', '130002.222500', '130002.682500', '130003.142500', '130003.602500', '130004.062500', '130004.522500', '130004.982500', '130005.442500', '130005.902500', '130006.362500', '130006.822500', '130007.282500', '130007.742500', '130008.202500', '130008.662500', '130009.122500', '130009.582500', '130010.042500', '130010.502500', '130010.962500', '130011.422500', '130011.882500', '130012.342500', '130012.802500', '130013.262500', '130013.722500', '130014.182500', '130014.642500', '130015.102500', '130015.562500', '130016.022500', '130016.482500', '130016.942500', '130017.402500', '130017.862500', '130018.322500', '130018.782500', '130019.242500', '130019.702500', '130020.162500', '130020.622500', '130021.082500', '130021.542500', '130022.002500', '130022.462500', '130022.922500', '130023.382500', '130023.842500', '130024.302500', '130024.762500', '130025.222500', '130025.682500', '130026.142500', '130026.602500', '130027.062500', '130027.522500', '130027.982500', '130028.442500', '130028.902500', '130029.362500', '130029.822500', '130030.282500', '130030.742500', '130031.202500', '130031.662500', '130032.122500', '130032.582500', '130033.042500', '130033.502500', '130033.962500', '130034.422500', '130034.882500', '130035.342500', '130035.802500', '130036.262500', '130036.722500', '130037.182500', '130037.642500', '130038.102500', '130038.562500', '130039.022500', '130039.482500', '130039.942500', '130040.402500', '130040.862500', '130041.322500', '130041.782500', '130042.242500', '130042.702500', '130043.162500', '130043.622500', '130044.082500', '130044.542500', '130045.002500', '130045.462500', '130045.922500', '130046.382500', '130046.842500', '130047.302500', '130047.762500', '130048.222500', '130048.682500', '130049.142500', '130049.602500', '130050.062500', '130050.522500', '130050.982500', '130051.442500', '130051.902500', '130052.362500', '130052.822500', '130053.282500', '130053.742500', '130054.202500', '130054.662500', '130055.122500', '130055.582500', '130056.042500', '130056.502500', '130056.962500', '130057.422500', '130057.882500', '130058.342500', '130058.802500', '130059.262500', '130059.722500', '130100.182500', '130100.642500', '130101.102500', '130101.562500', '130102.022500', '130102.482500', '130102.942500', '130103.402500', '130103.862500', '130104.322500', '130104.782500', '130105.242500', '130105.702500', '130106.162500', '130106.622500', '130107.082500', '130107.542500', '130108.002500', '130108.462500', '130108.922500', '130109.382500', '130109.842500', '130110.302500', '130110.762500', '130111.222500', '130111.682500', '130112.142500', '130112.602500', '130113.062500', '130113.522500', '130113.982500', '130114.442500', '130114.902500', '130115.362500', '130115.822500', '130116.282500', '130116.742500', '130117.202500', '130117.662500', '130118.122500', '130118.582500', '130119.042500', '130119.502500', '130119.962500', '130120.422500', '130120.882500', '130121.342500', '130121.802500', '130122.262500', '130122.722500', '130123.182500', '130123.642500', '130124.102500', '130124.562500', '130125.022500', '130125.482500', '130125.942500', '130126.402500', '130126.862500', '130127.322500', '130127.782500', '130128.242500'], 'ContentTime': ['125459.074000', '125459.077000', '125459.080000', '125459.083000', '125459.085000', '125459.088000', '125459.090000', '125459.093000', '125459.095000', '125459.098000', '125459.100000', '125459.103000', '125459.105000', '125459.115000', '125459.117000', '125459.120000', '125459.122000', '125459.125000', '125459.128000', '125459.130000', '125459.133000', '125459.135000', '125459.138000', '125519.023000', '125519.026000', '125519.029000', '125519.031000', '125519.034000', '125519.036000', '125519.039000', '125519.042000', '125519.044000', '125519.047000', '125519.049000', '125519.052000', '125519.061000', '125519.064000', '125519.066000', '125519.069000', '125519.071000', '125519.074000', '125519.077000', '125519.079000', '125519.082000', '125519.084000', '125519.087000', '125519.089000', '125519.092000', '125519.094000', '125519.097000', '125519.099000', '125519.102000', '125519.105000', '125519.107000', '125519.110000', '125519.112000', '125519.115000', '125519.117000', '125519.120000', '125519.122000', '125519.125000', '125519.127000', '125519.130000', '125519.132000', '125519.135000', '125519.138000', '125519.140000', '125539.023000', '125539.026000', '125539.029000', '125539.031000', '125539.034000', '125539.037000', '125539.039000', '125539.042000', '125539.044000', '125539.047000', '125539.049000', '125539.052000', '125539.054000', '125539.057000', '125539.060000', '125539.062000', '125539.065000', '125539.068000', '125539.070000', '125539.073000', '125539.076000', '125539.078000', '125539.081000', '125539.083000', '125539.086000', '125539.088000', '125539.091000', '125539.093000', '125539.096000', '125539.099000', '125539.101000', '125539.104000', '125539.106000', '125539.109000', '125539.111000', '125539.114000', '125539.116000', '125539.119000', '125539.122000', '125539.124000', '125539.127000', '125539.129000', '125539.132000', '125559.024000', '125559.026000', '125559.029000', '125559.031000', '125559.034000', '125559.037000', '125559.039000', '125559.042000', '125559.044000', '125559.047000', '125559.049000', '125559.052000', '125559.055000', '125559.057000', '125559.060000', '125559.062000', '125559.065000', '125559.067000', '125559.070000', '125559.072000', '125559.075000', '125559.078000', '125559.080000', '125559.083000', '125559.085000', '125559.088000', '125559.090000', '125559.093000', '125559.095000', '125559.098000', '125559.101000', '125559.103000', '125559.106000', '125559.108000', '125559.111000', '125559.113000', '125559.116000', '125559.118000', '125559.121000', '125559.123000', '125559.126000', '125559.129000', '125559.131000', '125559.134000', '125619.022000', '125619.025000', '125619.028000', '125619.030000', '125619.033000', '125619.035000', '125619.038000', '125619.041000', '125619.043000', '125619.046000', '125619.048000', '125619.051000', '125619.053000', '125619.056000', '125619.059000', '125619.061000', '125619.064000', '125619.067000', '125619.070000', '125619.073000', '125619.077000', '125619.079000', '125619.082000', '125619.084000', '125619.087000', '125619.090000', '125619.092000', '125619.095000', '125619.098000', '125619.100000', '125619.103000', '125619.105000', '125619.108000', '125619.111000', '125619.114000', '125619.117000', '125619.119000', '125619.122000', '125619.124000', '125619.127000', '125619.130000', '125619.132000', '125619.135000', '125639.022000', '125639.025000', '125639.028000', '125639.031000', '125639.033000', '125639.036000', '125639.039000', '125639.042000', '125639.044000', '125639.047000', '125639.049000', '125639.052000', '125639.055000', '125639.057000', '125639.060000', '125639.063000', '125639.065000', '125639.068000', '125639.070000', '125639.073000', '125639.076000', '125639.078000', '125639.081000', '125639.083000', '125639.086000', '125639.089000', '125639.091000', '125639.094000', '125639.096000', '125639.099000', '125639.101000', '125639.104000', '125639.107000', '125639.109000', '125639.112000', '125639.114000', '125639.117000', '125639.119000', '125639.122000', '125639.124000', '125639.127000', '125639.129000', '125639.132000', '125639.153000', '125659.023000', '125659.026000', '125659.028000', '125659.031000', '125659.033000', '125659.036000', '125659.039000', '125659.041000', '125659.044000', '125659.046000', '125659.049000', '125659.055000', '125659.058000', '125659.061000', '125659.063000', '125659.066000', '125659.068000', '125659.071000', '125659.074000', '125659.076000', '125659.079000', '125659.081000', '125659.084000', '125659.087000', '125659.089000', '125659.092000', '125659.094000', '125659.097000', '125659.099000', '125659.102000', '125659.105000', '125659.107000', '125659.110000', '125659.112000', '125659.115000', '125659.117000', '125659.120000', '125659.122000', '125659.125000', '125659.128000', '125659.130000', '125659.133000', '125659.135000', '125719.023000', '125719.026000', '125719.029000', '125719.031000', '125719.034000', '125719.036000', '125719.039000', '125719.041000', '125719.044000', '125719.047000', '125719.049000', '125719.052000', '125719.054000', '125719.057000', '125719.059000', '125719.062000', '125719.064000', '125719.067000', '125719.070000', '125719.072000', '125719.075000', '125719.077000', '125719.080000', '125719.082000', '125719.085000', '125719.087000', '125719.090000', '125719.093000', '125719.095000', '125719.098000', '125719.100000', '125719.103000', '125719.105000', '125719.108000', '125719.110000', '125719.113000', '125719.115000', '125719.118000', '125719.121000', '125719.123000', '125719.126000', '125719.128000', '125719.131000', '125719.133000', '125739.023000', '125739.026000', '125739.029000', '125739.031000', '125739.035000', '125739.038000', '125739.040000', '125739.043000', '125739.045000', '125739.048000', '125739.050000', '125739.053000', '125739.056000', '125739.058000', '125739.061000', '125739.063000', '125739.066000', '125739.068000', '125739.071000', '125739.074000', '125739.076000', '125739.079000', '125739.081000', '125739.084000', '125739.086000', '125739.089000', '125739.092000', '125739.094000', '125739.097000', '125739.099000', '125739.102000', '125739.105000', '125739.107000', '125739.110000', '125739.112000', '125739.115000', '125739.117000', '125739.120000', '125739.123000', '125739.125000', '125739.128000', '125739.131000', '125739.133000', '125759.024000', '125759.026000', '125759.029000', '125759.032000', '125759.034000', '125759.037000', '125759.039000', '125759.042000', '125759.044000', '125759.047000', '125759.050000', '125759.052000', '125759.055000', '125759.057000', '125759.060000', '125759.062000', '125759.065000', '125759.068000', '125759.070000', '125759.073000', '125759.075000', '125759.078000', '125759.080000', '125759.083000', '125759.086000', '125759.088000', '125759.091000', '125759.093000', '125759.096000', '125759.099000', '125759.101000', '125759.104000', '125759.107000', '125759.109000', '125759.120000', '125759.123000', '125759.126000', '125759.128000', '125759.131000', '125759.134000', '125759.136000', '125759.139000', '125759.141000', '125759.144000', '125819.023000', '125819.026000', '125819.029000', '125819.031000', '125819.034000', '125819.036000', '125819.039000', '125819.042000', '125819.044000', '125819.047000', '125819.049000', '125819.052000', '125819.054000', '125819.057000', '125819.060000', '125819.062000', '125819.065000', '125819.067000', '125819.070000', '125819.072000', '125819.075000', '125819.078000', '125819.080000', '125819.083000', '125819.094000', '125819.097000', '125819.099000', '125819.102000', '125819.104000', '125819.107000', '125819.109000', '125819.112000', '125819.115000', '125819.117000', '125819.120000', '125819.122000', '125819.125000', '125819.127000', '125819.138000', '125819.141000', '125819.144000', '125819.147000', '125819.150000', '125839.023000', '125839.037000', '125839.045000', '125839.048000', '125839.050000', '125839.053000', '125839.059000', '125839.062000', '125839.064000', '125839.067000', '125839.070000', '125839.072000', '125839.075000', '125839.077000', '125839.080000', '125839.083000', '125839.085000', '125839.088000', '125839.090000', '125839.093000', '125839.095000', '125839.098000', '125839.101000', '125839.103000', '125839.106000', '125839.109000', '125839.111000', '125839.114000', '125839.116000', '125839.119000', '125839.121000', '125839.124000', '125839.126000', '125839.129000', '125839.132000', '125839.134000', '125839.137000', '125839.139000', '125839.142000', '125839.145000', '125839.147000', '125839.150000', '125839.152000', '125839.155000', '125859.022000', '125859.025000', '125859.028000', '125859.031000', '125859.033000', '125859.036000', '125859.038000', '125859.041000', '125859.044000', '125859.047000', '125859.049000', '125859.052000', '125859.054000', '125859.057000', '125859.059000', '125859.062000', '125859.065000', '125859.067000', '125859.070000', '125859.072000', '125859.075000', '125859.077000', '125859.080000', '125859.083000', '125859.085000', '125859.088000', '125859.090000', '125859.093000', '125859.096000', '125859.098000', '125859.101000', '125859.103000', '125859.106000', '125859.109000', '125859.111000', '125859.114000', '125859.116000', '125859.119000', '125859.122000', '125859.124000', '125859.127000', '125859.130000', '125859.132000', '125919.022000', '125919.025000', '125919.028000', '125919.030000', '125919.033000', '125919.035000', '125919.038000', '125919.041000', '125919.043000', '125919.046000', '125919.049000', '125919.051000', '125919.054000', '125919.056000', '125919.059000', '125919.062000', '125919.064000', '125919.067000', '125919.069000', '125919.072000', '125919.075000', '125919.077000', '125919.080000', '125919.082000', '125919.085000', '125919.088000', '125919.090000', '125919.093000', '125919.095000', '125919.098000', '125919.101000', '125919.103000', '125919.106000', '125919.108000', '125919.111000', '125919.114000', '125919.116000', '125919.119000', '125919.121000', '125919.124000', '125919.127000', '125919.129000', '125919.132000', '125919.135000', '125939.023000', '125939.026000', '125939.029000', '125939.032000', '125939.034000', '125939.037000', '125939.039000', '125939.042000', '125939.045000', '125939.047000', '125939.050000', '125939.053000', '125939.055000', '125939.058000', '125939.060000', '125939.063000', '125939.065000', '125939.068000', '125939.070000', '125939.073000', '125939.076000', '125939.078000', '125939.081000', '125939.083000', '125939.086000', '125939.089000', '125939.091000', '125939.094000', '125939.096000', '125939.099000', '125939.102000', '125939.104000', '125939.107000', '125939.109000', '125939.112000', '125939.115000', '125939.117000', '125939.120000', '125939.122000', '125939.125000', '125939.128000', '125939.130000', '125939.133000', '125959.024000', '125959.026000', '125959.029000', '125959.032000', '125959.034000', '125959.037000', '125959.050000', '125959.053000', '125959.055000', '125959.058000', '125959.060000', '125959.063000', '125959.066000', '125959.068000', '125959.071000', '125959.073000', '125959.076000', '125959.078000', '125959.081000', '125959.084000', '125959.086000', '125959.089000', '125959.091000', '125959.094000', '125959.096000', '125959.099000', '125959.102000', '125959.104000', '125959.107000', '125959.109000', '125959.112000', '125959.114000', '125959.117000', '125959.119000', '125959.122000', '125959.125000', '125959.127000', '125959.130000', '125959.132000', '125959.135000', '125959.138000', '125959.140000', '125959.143000', '125959.145000', '130019.023000', '130019.027000', '130019.029000', '130019.032000', '130019.034000', '130019.037000', '130019.040000', '130019.042000', '130019.045000', '130019.047000', '130019.050000', '130019.053000', '130019.055000', '130019.058000', '130019.060000', '130019.063000', '130019.066000', '130019.068000', '130019.071000', '130019.073000', '130019.076000', '130019.079000', '130019.081000', '130019.084000', '130019.086000', '130019.089000', '130019.092000', '130019.094000', '130019.097000', '130019.099000', '130019.102000', '130019.104000', '130019.107000', '130019.110000', '130019.112000', '130019.115000', '130019.117000', '130019.120000', '130019.123000', '130019.125000', '130019.128000', '130019.130000', '130019.133000', '130039.023000', '130039.026000', '130039.029000', '130039.031000', '130039.034000', '130039.037000', '130039.039000', '130039.042000', '130039.044000', '130039.047000', '130039.050000', '130039.052000', '130039.055000', '130039.057000', '130039.060000', '130039.063000', '130039.065000', '130039.068000', '130039.071000', '130039.073000', '130039.076000', '130039.078000', '130039.081000', '130039.083000', '130039.086000', '130039.089000', '130039.091000', '130039.094000', '130039.096000', '130039.099000', '130039.101000', '130039.104000', '130039.107000', '130039.109000', '130039.112000', '130039.114000', '130039.117000', '130039.120000', '130039.122000', '130039.125000', '130039.127000', '130039.130000', '130039.132000', '130039.135000', '130059.023000', '130059.025000', '130059.028000', '130059.031000', '130059.034000', '130059.036000', '130059.039000', '130059.041000', '130059.044000', '130059.047000', '130059.050000', '130059.052000', '130059.055000', '130059.057000', '130059.060000', '130059.063000', '130059.065000', '130059.068000', '130059.070000', '130059.073000', '130059.076000', '130059.078000', '130059.081000', '130059.083000', '130059.086000', '130059.088000', '130059.091000', '130059.094000', '130059.096000', '130059.099000', '130059.101000', '130059.104000', '130059.107000', '130059.109000', '130059.112000', '130059.114000', '130059.117000', '130059.119000', '130059.122000', '130059.125000', '130059.127000', '130059.130000', '130059.132000', '130119.023000', '130119.026000', '130119.030000', '130119.033000', '130119.035000', '130119.038000', '130119.040000', '130119.043000', '130119.045000', '130119.048000', '130119.051000', '130119.053000', '130119.056000', '130119.058000', '130119.061000', '130119.063000', '130119.066000', '130119.069000', '130119.071000', '130119.074000', '130119.076000', '130119.079000', '130119.082000', '130119.084000', '130119.087000', '130119.089000', '130119.092000', '130119.094000', '130119.097000', '130119.099000', '130119.102000', '130119.117000', '130119.119000', '130119.122000', '130119.124000', '130119.127000', '130119.129000', '130119.132000', '130119.134000', '130119.137000', '130119.139000', '130119.142000', '130119.145000', '130129.112000', '130129.115000', '130129.118000', '130129.121000', '130129.123000', '130129.126000', '130129.129000', '130129.131000', '130129.134000', '130129.137000', '130129.139000', '130129.142000', '130129.145000', '130129.148000', '130129.154000', '130129.157000', '130129.160000', '130129.162000', '130129.165000', '130129.168000', '130129.171000', '130129.174000', '130129.177000'], 'InstanceCreationTime': ['125459.074000', '125459.077000', '125459.080000', '125459.083000', '125459.085000', '125459.088000', '125459.090000', '125459.093000', '125459.095000', '125459.098000', '125459.100000', '125459.103000', '125459.105000', '125459.115000', '125459.117000', '125459.120000', '125459.122000', '125459.125000', '125459.128000', '125459.130000', '125459.133000', '125459.135000', '125459.138000', '125519.023000', '125519.026000', '125519.029000', '125519.031000', '125519.034000', '125519.036000', '125519.039000', '125519.042000', '125519.044000', '125519.047000', '125519.049000', '125519.052000', '125519.061000', '125519.064000', '125519.066000', '125519.069000', '125519.071000', '125519.074000', '125519.077000', '125519.079000', '125519.082000', '125519.084000', '125519.087000', '125519.089000', '125519.092000', '125519.094000', '125519.097000', '125519.099000', '125519.102000', '125519.105000', '125519.107000', '125519.110000', '125519.112000', '125519.115000', '125519.117000', '125519.120000', '125519.122000', '125519.125000', '125519.127000', '125519.130000', '125519.132000', '125519.135000', '125519.138000', '125519.140000', '125539.023000', '125539.026000', '125539.029000', '125539.031000', '125539.034000', '125539.037000', '125539.039000', '125539.042000', '125539.044000', '125539.047000', '125539.049000', '125539.052000', '125539.054000', '125539.057000', '125539.060000', '125539.062000', '125539.065000', '125539.068000', '125539.070000', '125539.073000', '125539.076000', '125539.078000', '125539.081000', '125539.083000', '125539.086000', '125539.088000', '125539.091000', '125539.093000', '125539.096000', '125539.099000', '125539.101000', '125539.104000', '125539.106000', '125539.109000', '125539.111000', '125539.114000', '125539.116000', '125539.119000', '125539.122000', '125539.124000', '125539.127000', '125539.129000', '125539.132000', '125559.024000', '125559.026000', '125559.029000', '125559.031000', '125559.034000', '125559.037000', '125559.039000', '125559.042000', '125559.044000', '125559.047000', '125559.049000', '125559.052000', '125559.055000', '125559.057000', '125559.060000', '125559.062000', '125559.065000', '125559.067000', '125559.070000', '125559.072000', '125559.075000', '125559.078000', '125559.080000', '125559.083000', '125559.085000', '125559.088000', '125559.090000', '125559.093000', '125559.095000', '125559.098000', '125559.101000', '125559.103000', '125559.106000', '125559.108000', '125559.111000', '125559.113000', '125559.116000', '125559.118000', '125559.121000', '125559.123000', '125559.126000', '125559.129000', '125559.131000', '125559.134000', '125619.022000', '125619.025000', '125619.028000', '125619.030000', '125619.033000', '125619.035000', '125619.038000', '125619.041000', '125619.043000', '125619.046000', '125619.048000', '125619.051000', '125619.053000', '125619.056000', '125619.059000', '125619.061000', '125619.064000', '125619.067000', '125619.070000', '125619.073000', '125619.077000', '125619.079000', '125619.082000', '125619.084000', '125619.087000', '125619.090000', '125619.092000', '125619.095000', '125619.098000', '125619.100000', '125619.103000', '125619.105000', '125619.108000', '125619.111000', '125619.114000', '125619.117000', '125619.119000', '125619.122000', '125619.124000', '125619.127000', '125619.130000', '125619.132000', '125619.135000', '125639.022000', '125639.025000', '125639.028000', '125639.031000', '125639.033000', '125639.036000', '125639.039000', '125639.042000', '125639.044000', '125639.047000', '125639.049000', '125639.052000', '125639.055000', '125639.057000', '125639.060000', '125639.063000', '125639.065000', '125639.068000', '125639.070000', '125639.073000', '125639.076000', '125639.078000', '125639.081000', '125639.083000', '125639.086000', '125639.089000', '125639.091000', '125639.094000', '125639.096000', '125639.099000', '125639.101000', '125639.104000', '125639.107000', '125639.109000', '125639.112000', '125639.114000', '125639.117000', '125639.119000', '125639.122000', '125639.124000', '125639.127000', '125639.129000', '125639.132000', '125639.153000', '125659.023000', '125659.026000', '125659.028000', '125659.031000', '125659.033000', '125659.036000', '125659.039000', '125659.041000', '125659.044000', '125659.046000', '125659.049000', '125659.055000', '125659.058000', '125659.061000', '125659.063000', '125659.066000', '125659.068000', '125659.071000', '125659.074000', '125659.076000', '125659.079000', '125659.081000', '125659.084000', '125659.087000', '125659.089000', '125659.092000', '125659.094000', '125659.097000', '125659.099000', '125659.102000', '125659.105000', '125659.107000', '125659.110000', '125659.112000', '125659.115000', '125659.117000', '125659.120000', '125659.122000', '125659.125000', '125659.128000', '125659.130000', '125659.133000', '125659.135000', '125719.023000', '125719.026000', '125719.029000', '125719.031000', '125719.034000', '125719.036000', '125719.039000', '125719.041000', '125719.044000', '125719.047000', '125719.049000', '125719.052000', '125719.054000', '125719.057000', '125719.059000', '125719.062000', '125719.064000', '125719.067000', '125719.070000', '125719.072000', '125719.075000', '125719.077000', '125719.080000', '125719.082000', '125719.085000', '125719.087000', '125719.090000', '125719.093000', '125719.095000', '125719.098000', '125719.100000', '125719.103000', '125719.105000', '125719.108000', '125719.110000', '125719.113000', '125719.115000', '125719.118000', '125719.121000', '125719.123000', '125719.126000', '125719.128000', '125719.131000', '125719.133000', '125739.023000', '125739.026000', '125739.029000', '125739.031000', '125739.035000', '125739.038000', '125739.040000', '125739.043000', '125739.045000', '125739.048000', '125739.050000', '125739.053000', '125739.056000', '125739.058000', '125739.061000', '125739.063000', '125739.066000', '125739.068000', '125739.071000', '125739.074000', '125739.076000', '125739.079000', '125739.081000', '125739.084000', '125739.086000', '125739.089000', '125739.092000', '125739.094000', '125739.097000', '125739.099000', '125739.102000', '125739.105000', '125739.107000', '125739.110000', '125739.112000', '125739.115000', '125739.117000', '125739.120000', '125739.123000', '125739.125000', '125739.128000', '125739.131000', '125739.133000', '125759.024000', '125759.026000', '125759.029000', '125759.032000', '125759.034000', '125759.037000', '125759.039000', '125759.042000', '125759.044000', '125759.047000', '125759.050000', '125759.052000', '125759.055000', '125759.057000', '125759.060000', '125759.062000', '125759.065000', '125759.068000', '125759.070000', '125759.073000', '125759.075000', '125759.078000', '125759.080000', '125759.083000', '125759.086000', '125759.088000', '125759.091000', '125759.093000', '125759.096000', '125759.099000', '125759.101000', '125759.104000', '125759.107000', '125759.109000', '125759.120000', '125759.123000', '125759.126000', '125759.128000', '125759.131000', '125759.134000', '125759.136000', '125759.139000', '125759.141000', '125759.144000', '125819.023000', '125819.026000', '125819.029000', '125819.031000', '125819.034000', '125819.036000', '125819.039000', '125819.042000', '125819.044000', '125819.047000', '125819.049000', '125819.052000', '125819.054000', '125819.057000', '125819.060000', '125819.062000', '125819.065000', '125819.067000', '125819.070000', '125819.072000', '125819.075000', '125819.078000', '125819.080000', '125819.083000', '125819.094000', '125819.097000', '125819.099000', '125819.102000', '125819.104000', '125819.107000', '125819.109000', '125819.112000', '125819.115000', '125819.117000', '125819.120000', '125819.122000', '125819.125000', '125819.127000', '125819.138000', '125819.141000', '125819.144000', '125819.147000', '125819.150000', '125839.023000', '125839.037000', '125839.045000', '125839.048000', '125839.050000', '125839.053000', '125839.059000', '125839.062000', '125839.064000', '125839.067000', '125839.070000', '125839.072000', '125839.075000', '125839.077000', '125839.080000', '125839.083000', '125839.085000', '125839.088000', '125839.090000', '125839.093000', '125839.095000', '125839.098000', '125839.101000', '125839.103000', '125839.106000', '125839.109000', '125839.111000', '125839.114000', '125839.116000', '125839.119000', '125839.121000', '125839.124000', '125839.126000', '125839.129000', '125839.132000', '125839.134000', '125839.137000', '125839.139000', '125839.142000', '125839.145000', '125839.147000', '125839.150000', '125839.152000', '125839.155000', '125859.022000', '125859.025000', '125859.028000', '125859.031000', '125859.033000', '125859.036000', '125859.038000', '125859.041000', '125859.044000', '125859.047000', '125859.049000', '125859.052000', '125859.054000', '125859.057000', '125859.059000', '125859.062000', '125859.065000', '125859.067000', '125859.070000', '125859.072000', '125859.075000', '125859.077000', '125859.080000', '125859.083000', '125859.085000', '125859.088000', '125859.090000', '125859.093000', '125859.096000', '125859.098000', '125859.101000', '125859.103000', '125859.106000', '125859.109000', '125859.111000', '125859.114000', '125859.116000', '125859.119000', '125859.122000', '125859.124000', '125859.127000', '125859.130000', '125859.132000', '125919.022000', '125919.025000', '125919.028000', '125919.030000', '125919.033000', '125919.035000', '125919.038000', '125919.041000', '125919.043000', '125919.046000', '125919.049000', '125919.051000', '125919.054000', '125919.056000', '125919.059000', '125919.062000', '125919.064000', '125919.067000', '125919.069000', '125919.072000', '125919.075000', '125919.077000', '125919.080000', '125919.082000', '125919.085000', '125919.088000', '125919.090000', '125919.093000', '125919.095000', '125919.098000', '125919.101000', '125919.103000', '125919.106000', '125919.108000', '125919.111000', '125919.114000', '125919.116000', '125919.119000', '125919.121000', '125919.124000', '125919.127000', '125919.129000', '125919.132000', '125919.135000', '125939.023000', '125939.026000', '125939.029000', '125939.032000', '125939.034000', '125939.037000', '125939.039000', '125939.042000', '125939.045000', '125939.047000', '125939.050000', '125939.053000', '125939.055000', '125939.058000', '125939.060000', '125939.063000', '125939.065000', '125939.068000', '125939.070000', '125939.073000', '125939.076000', '125939.078000', '125939.081000', '125939.083000', '125939.086000', '125939.089000', '125939.091000', '125939.094000', '125939.096000', '125939.099000', '125939.102000', '125939.104000', '125939.107000', '125939.109000', '125939.112000', '125939.115000', '125939.117000', '125939.120000', '125939.122000', '125939.125000', '125939.128000', '125939.130000', '125939.133000', '125959.024000', '125959.026000', '125959.029000', '125959.032000', '125959.034000', '125959.037000', '125959.050000', '125959.053000', '125959.055000', '125959.058000', '125959.060000', '125959.063000', '125959.066000', '125959.068000', '125959.071000', '125959.073000', '125959.076000', '125959.078000', '125959.081000', '125959.084000', '125959.086000', '125959.089000', '125959.091000', '125959.094000', '125959.096000', '125959.099000', '125959.102000', '125959.104000', '125959.107000', '125959.109000', '125959.112000', '125959.114000', '125959.117000', '125959.119000', '125959.122000', '125959.125000', '125959.127000', '125959.130000', '125959.132000', '125959.135000', '125959.138000', '125959.140000', '125959.143000', '125959.145000', '130019.023000', '130019.027000', '130019.029000', '130019.032000', '130019.034000', '130019.037000', '130019.040000', '130019.042000', '130019.045000', '130019.047000', '130019.050000', '130019.053000', '130019.055000', '130019.058000', '130019.060000', '130019.063000', '130019.066000', '130019.068000', '130019.071000', '130019.073000', '130019.076000', '130019.079000', '130019.081000', '130019.084000', '130019.086000', '130019.089000', '130019.092000', '130019.094000', '130019.097000', '130019.099000', '130019.102000', '130019.104000', '130019.107000', '130019.110000', '130019.112000', '130019.115000', '130019.117000', '130019.120000', '130019.123000', '130019.125000', '130019.128000', '130019.130000', '130019.133000', '130039.023000', '130039.026000', '130039.029000', '130039.031000', '130039.034000', '130039.037000', '130039.039000', '130039.042000', '130039.044000', '130039.047000', '130039.050000', '130039.052000', '130039.055000', '130039.057000', '130039.060000', '130039.063000', '130039.065000', '130039.068000', '130039.071000', '130039.073000', '130039.076000', '130039.078000', '130039.081000', '130039.083000', '130039.086000', '130039.089000', '130039.091000', '130039.094000', '130039.096000', '130039.099000', '130039.101000', '130039.104000', '130039.107000', '130039.109000', '130039.112000', '130039.114000', '130039.117000', '130039.120000', '130039.122000', '130039.125000', '130039.127000', '130039.130000', '130039.132000', '130039.135000', '130059.023000', '130059.025000', '130059.028000', '130059.031000', '130059.034000', '130059.036000', '130059.039000', '130059.041000', '130059.044000', '130059.047000', '130059.050000', '130059.052000', '130059.055000', '130059.057000', '130059.060000', '130059.063000', '130059.065000', '130059.068000', '130059.070000', '130059.073000', '130059.076000', '130059.078000', '130059.081000', '130059.083000', '130059.086000', '130059.088000', '130059.091000', '130059.094000', '130059.096000', '130059.099000', '130059.101000', '130059.104000', '130059.107000', '130059.109000', '130059.112000', '130059.114000', '130059.117000', '130059.119000', '130059.122000', '130059.125000', '130059.127000', '130059.130000', '130059.132000', '130119.023000', '130119.026000', '130119.030000', '130119.033000', '130119.035000', '130119.038000', '130119.040000', '130119.043000', '130119.045000', '130119.048000', '130119.051000', '130119.053000', '130119.056000', '130119.058000', '130119.061000', '130119.063000', '130119.066000', '130119.069000', '130119.071000', '130119.074000', '130119.076000', '130119.079000', '130119.082000', '130119.084000', '130119.087000', '130119.089000', '130119.092000', '130119.094000', '130119.097000', '130119.099000', '130119.102000', '130119.117000', '130119.119000', '130119.122000', '130119.124000', '130119.127000', '130119.129000', '130119.132000', '130119.134000', '130119.137000', '130119.139000', '130119.142000', '130119.145000', '130129.112000', '130129.115000', '130129.118000', '130129.121000', '130129.123000', '130129.126000', '130129.129000', '130129.131000', '130129.134000', '130129.137000', '130129.139000', '130129.142000', '130129.145000', '130129.148000', '130129.154000', '130129.157000', '130129.160000', '130129.162000', '130129.165000', '130129.168000', '130129.171000', '130129.174000', '130129.177000'], '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': [14235, 11153, 11454, 9050, 8479, 9733, 10874, 9226, 11225, 10442, 10470, 7649, 8029, 10733, 10198, 7703, 11364, 9235, 7232, 6526, 6335, 6979, 8412, 10405, 11118, 9925, 7663, 7494, 6644, 8186, 7893, 11337, 10736, 8506, 9976, 7551, 7352, 10380, 11983, 10657, 12238, 10276, 7529, 6934, 8891, 11561, 13349, 9660, 12023, 6796, 7951, 8364, 7182, 7535, 11768, 13315, 9180, 12173, 7998, 7878, 8654, 8421, 7964, 10947, 11397, 8052, 7018, 8368, 7171, 9923, 11016, 7439, 7808, 7024, 7840, 8601, 10425, 12221, 8932, 9395, 7912, 7192, 8549, 10881, 11945, 10611, 7741, 8624, 7018, 7430, 10191, 7846, 9757, 11418, 9619, 9551, 7397, 8155, 7224, 7115, 7677, 11066, 11163, 9039, 11674, 7535, 7537, 8994, 7778, 11323, 11968, 8801, 11904, 7711, 7123, 6771, 7497, 10370, 11240, 8309, 11742, 9259, 7992, 9737, 9106, 9281, 11733, 10671, 7733, 8472, 7171, 7319, 10167, 12660, 10547, 12116, 8104, 7516, 8240, 8032, 10379, 10855, 10383, 12486, 8870, 7739, 10702, 10759, 8123, 11340, 8295, 7551, 7684, 7830, 11458, 9753, 7923, 12136, 11474, 8041, 10096, 7333, 7650, 9578, 10965, 10111, 11523, 8550, 7255, 7869, 8687, 9847, 11418, 10455, 13275, 9517, 7565, 7102, 7723, 7845, 11050, 9483, 7335, 11446, 10856, 7815, 10849, 12513, 11016, 10081, 7663, 7326, 8102, 10465, 11381, 12296, 7946, 6845, 9598, 7717, 10901, 11285, 10164, 12333, 11044, 7879, 9804, 7927, 7800, 11379, 10730, 9683, 12053, 7661, 7111, 8946, 7742, 10302, 9831, 10414, 13007, 11352, 7334, 8509, 7517, 7392, 11834, 9334, 7547, 8491, 7915, 7542, 9741, 10701, 10034, 11468, 7975, 7016, 7127, 8077, 7978, 7621, 7469, 8270, 7243, 6892, 7452, 9465, 11297, 8761, 7134, 7164, 7321, 8607, 7713, 6726, 8837, 7186, 9676, 7477, 10089, 9346, 7469, 10695, 11241, 8932, 9805, 8057, 8151, 7836, 8398, 11543, 11833, 11421, 8104, 7210, 9277, 7608, 7568, 11070, 10582, 7460, 8799, 7715, 7424, 7592, 8636, 9947, 11780, 12270, 9615, 7512, 12251, 7930, 7831, 8502, 7747, 7032, 8426, 7722, 9210, 10001, 7652, 9359, 7669, 7395, 7104, 7977, 7526, 9129, 8793, 7698, 11691, 7688, 6911, 7937, 7843, 7357, 10865, 11161, 10165, 12038, 8427, 7090, 9428, 7999, 7308, 9792, 9794, 10264, 11262, 8500, 8081, 7202, 8380, 8208, 7953, 9335, 7752, 10349, 10114, 7858, 10783, 8268, 9698, 9591, 8209, 12169, 12867, 9249, 8663, 7896, 7842, 9089, 7841, 7861, 8634, 7241, 8228, 8147, 9302, 8052, 9947, 11813, 10666, 8981, 12065, 10752, 8336, 10447, 7959, 9210, 7420, 8060, 8736, 12236, 11566, 12280, 7691, 7276, 7095, 7902, 7267, 8194, 7555, 6969, 10654, 13173, 11297, 11113, 9096, 7828, 7121, 7460, 7646, 7920, 9669, 7875, 8173, 10972, 10536, 11907, 12719, 12286, 8206, 7799, 7812, 8218, 7969, 7845, 7769, 9064, 11547, 11321, 10918, 9822, 7948, 7846, 7744, 7609, 10878, 10539, 8578, 11146, 7632, 8353, 7451, 7803, 8190, 7588, 11726, 9458, 7766, 11331, 9696, 10986, 11162, 9301, 10679, 12865, 11553, 7660, 6621, 8123, 8111, 8899, 11079, 8801, 7781, 7643, 7611, 7479, 9805, 8197, 8752, 12344, 11357, 9527, 10823, 7448, 7297, 7999, 7784, 7496, 9152, 10461, 11643, 9804, 7547, 8511, 7752, 7331, 7325, 7677, 7286, 7721, 7445, 7435, 10855, 11686, 11267, 11990, 9758, 7372, 7221, 6860, 7451, 8935, 10584, 10928, 10465, 7197, 7511, 7569, 6985, 7631, 9924, 7870, 9625, 7147, 6800, 7646, 7363, 11544, 9610, 9118, 10745, 9710, 10513, 7266, 7642, 7679, 8326, 7714, 11102, 9454, 10282, 7335, 7178, 8383, 9569, 10481, 10463, 7860, 6959, 7821, 7449, 11482, 10583, 9069, 11387, 8492, 7164, 9145, 7358, 6733, 9506, 10533, 13231, 10798, 7740, 7094, 7005, 6877, 8555, 7554, 7097, 11674, 8354, 10649, 13349, 10438, 8528, 7861, 6945, 6860, 8395, 10623, 8863, 10735, 7062, 6763, 7746, 7556, 7876, 10368, 10753, 11590, 9609, 7174, 6705, 6617, 8571, 9688, 10992, 7314, 7662, 7386, 7586, 7214, 8419, 9831, 11851, 10073, 7091, 7339, 7642, 7125, 7792, 9419, 11523, 11113, 7890, 6507, 7201, 8077, 8203, 10894, 9091, 7278, 6694, 6578, 7668, 7258, 7193, 10428, 7894, 7466, 9533, 7737, 7310, 9522, 7517, 6891, 9606, 10678, 13604, 12382, 7554, 7629, 7710, 7857, 6716, 7803, 7926, 10311, 8233, 7111, 7116, 8278, 7671, 7100, 7529, 7129, 8256, 8623, 6774, 8592, 7407, 8365, 8039, 7196, 9001, 10242, 10000, 9165, 7195, 6740, 6798, 8757, 10033, 9934, 7418, 6939, 7747, 7770, 6985, 9727, 9853, 8681, 12363, 8442, 7185, 7557, 7588, 7611, 11737, 10104, 8791, 8901, 7079, 6483, 7365, 6955, 9694, 10383, 10204, 9090, 6950, 6769, 7130, 6837, 8593, 9010, 10798, 10691, 6980, 7646, 7401, 6598, 8289, 9504, 11873, 9525, 7286, 7079, 7342, 7176, 11004, 10698, 9458, 11291, 8115, 7175, 9711, 7292, 6606, 8692, 10007, 14165, 12263, 8979, 7890, 7285, 6617, 7438, 7996, 11459, 10270, 7254, 7075, 7413, 7298, 7251, 7818, 11729, 9679, 8173, 7983, 7029, 7212, 8091, 8477, 8046, 11549, 9420, 8079, 7492, 6965, 6692, 9888, 10470, 10123, 11643, 8740, 6652, 7600, 7206, 7511, 11400, 10007, 11034, 7344, 6864, 8373, 10731, 8481, 10179, 7331, 6607, 7194, 7180, 8945, 7131, 6640, 6757, 7039, 8157, 9517, 8036, 12572, 9450, 8009, 8458, 7348, 7002, 8580, 7181, 9883, 7852, 6912, 10642, 10196, 11697, 11516, 7949, 6830, 6913, 6953, 10183, 9998, 10869, 9881, 7264, 6538, 6792, 6977, 7149, 7138, 10481, 11050, 9112, 11583, 7545, 6809, 7771, 7678, 9917, 8025, 10444, 7588, 7224, 8149, 8984, 9896, 10259, 8518, 7756, 7037, 7397, 8370, 8961, 10365, 8834, 7032, 7487, 6786, 6905, 9247, 8908, 10072, 8652, 7082, 6409, 6596, 7277, 7792, 9413, 9261, 10870, 7469, 6718, 7572, 7405, 7949, 9753, 9071, 11704, 7065, 7079, 7013, 7140, 6914, 9169, 7517, 6387, 6961, 7239, 7796, 8031, 9689, 8121, 8900, 10178, 7319, 10503, 7834, 6925, 8902, 9325, 7072, 9206], 'WindowCenter': [4010.0, 3964.0, 3964.0, 3930.0, 3917.0, 3925.0, 3935.0, 3913.0, 3934.0, 3925.0, 3923.0, 3880.0, 3878.0, 3917.0, 3908.0, 3877.0, 3917.0, 3898.0, 3879.0, 3860.0, 3860.0, 3869.0, 3901.0, 3932.0, 3933.0, 3922.0, 3893.0, 3894.0, 3894.0, 3927.0, 3915.0, 3956.0, 3958.0, 3928.0, 3952.0, 3920.0, 3909.0, 3947.0, 3946.0, 3934.0, 3945.0, 3934.0, 3893.0, 3881.0, 3900.0, 3918.0, 3941.0, 3912.0, 3942.0, 3858.0, 3889.0, 3887.0, 3855.0, 3876.0, 3916.0, 3929.0, 3899.0, 3930.0, 3878.0, 3879.0, 3885.0, 3888.0, 3875.0, 3906.0, 3929.0, 3890.0, 3868.0, 3902.0, 3867.0, 3919.0, 3932.0, 3891.0, 3903.0, 3879.0, 3891.0, 3889.0, 3923.0, 3945.0, 3913.0, 3914.0, 3891.0, 3868.0, 3888.0, 3917.0, 3917.0, 3920.0, 3877.0, 3886.0, 3855.0, 3853.0, 3906.0, 3878.0, 3895.0, 3917.0, 3896.0, 3898.0, 3866.0, 3888.0, 3866.0, 3854.0, 3879.0, 3918.0, 3920.0, 3901.0, 3933.0, 3880.0, 3879.0, 3896.0, 3877.0, 3917.0, 3929.0, 3897.0, 3929.0, 3879.0, 3867.0, 3857.0, 3878.0, 3920.0, 3930.0, 3901.0, 3944.0, 3927.0, 3915.0, 3936.0, 3927.0, 3924.0, 3958.0, 3936.0, 3907.0, 3914.0, 3882.0, 3884.0, 3922.0, 3944.0, 3922.0, 3943.0, 3892.0, 3880.0, 3889.0, 3889.0, 3909.0, 3919.0, 3909.0, 3929.0, 3898.0, 3877.0, 3907.0, 3919.0, 3877.0, 3918.0, 3888.0, 3866.0, 3866.0, 3876.0, 3916.0, 3898.0, 3877.0, 3929.0, 3930.0, 3889.0, 3933.0, 3881.0, 3894.0, 3922.0, 3933.0, 3935.0, 3958.0, 3929.0, 3909.0, 3919.0, 3916.0, 3935.0, 3946.0, 3936.0, 3944.0, 3912.0, 3881.0, 3869.0, 3879.0, 3880.0, 3921.0, 3899.0, 3881.0, 3919.0, 3920.0, 3865.0, 3893.0, 3915.0, 3905.0, 3909.0, 3890.0, 3878.0, 3887.0, 3922.0, 3931.0, 3942.0, 3891.0, 3872.0, 3925.0, 3893.0, 3932.0, 3932.0, 3922.0, 3944.0, 3933.0, 3893.0, 3922.0, 3890.0, 3880.0, 3930.0, 3933.0, 3913.0, 3943.0, 3892.0, 3882.0, 3913.0, 3892.0, 3921.0, 3913.0, 3921.0, 3941.0, 3932.0, 3881.0, 3900.0, 3880.0, 3869.0, 3930.0, 3912.0, 3892.0, 3912.0, 3891.0, 3893.0, 3922.0, 3932.0, 3924.0, 3934.0, 3904.0, 3896.0, 3884.0, 3903.0, 3891.0, 3879.0, 3868.0, 3878.0, 3856.0, 3845.0, 3856.0, 3900.0, 3906.0, 3863.0, 3829.0, 3829.0, 3828.0, 3848.0, 3840.0, 3819.0, 3874.0, 3841.0, 3883.0, 3853.0, 3897.0, 3899.0, 3867.0, 3908.0, 3921.0, 3889.0, 3921.0, 3891.0, 3902.0, 3891.0, 3902.0, 3946.0, 3946.0, 3958.0, 3918.0, 3909.0, 3939.0, 3906.0, 3906.0, 3947.0, 3936.0, 3896.0, 3929.0, 3920.0, 3911.0, 3919.0, 3929.0, 3936.0, 3959.0, 3957.0, 3926.0, 3895.0, 3946.0, 3892.0, 3882.0, 3890.0, 3879.0, 3858.0, 3890.0, 3880.0, 3900.0, 3911.0, 3893.0, 3910.0, 3879.0, 3880.0, 3869.0, 3890.0, 3880.0, 3911.0, 3902.0, 3894.0, 3956.0, 3906.0, 3884.0, 3903.0, 3892.0, 3883.0, 3933.0, 3945.0, 3936.0, 3957.0, 3916.0, 3896.0, 3926.0, 3892.0, 3880.0, 3921.0, 3923.0, 3924.0, 3933.0, 3900.0, 3892.0, 3870.0, 3889.0, 3878.0, 3865.0, 3887.0, 3866.0, 3897.0, 3898.0, 3866.0, 3907.0, 3864.0, 3883.0, 3883.0, 3877.0, 3930.0, 3930.0, 3900.0, 3900.0, 3889.0, 3891.0, 3914.0, 3917.0, 3919.0, 3942.0, 3896.0, 3917.0, 3919.0, 3940.0, 3908.0, 3951.0, 3961.0, 3951.0, 3929.0, 3947.0, 3923.0, 3891.0, 3907.0, 3865.0, 3874.0, 3842.0, 3864.0, 3875.0, 3918.0, 3908.0, 3918.0, 3867.0, 3865.0, 3855.0, 3876.0, 3867.0, 3888.0, 3880.0, 3871.0, 3935.0, 3956.0, 3935.0, 3947.0, 3916.0, 3895.0, 3885.0, 3882.0, 3881.0, 3892.0, 3912.0, 3893.0, 3903.0, 3948.0, 3936.0, 3946.0, 3948.0, 3945.0, 3892.0, 3879.0, 3878.0, 3888.0, 3879.0, 3879.0, 3881.0, 3912.0, 3934.0, 3936.0, 3935.0, 3924.0, 3892.0, 3891.0, 3878.0, 3878.0, 3920.0, 3921.0, 3916.0, 3946.0, 3894.0, 3919.0, 3885.0, 3882.0, 3891.0, 3870.0, 3936.0, 3914.0, 3881.0, 3923.0, 3926.0, 3924.0, 3922.0, 3901.0, 3921.0, 3944.0, 3947.0, 3906.0, 3875.0, 3904.0, 3907.0, 3926.0, 3949.0, 3928.0, 3909.0, 3908.0, 3895.0, 3885.0, 3923.0, 3891.0, 3890.0, 3933.0, 3933.0, 3913.0, 3935.0, 3882.0, 3880.0, 3879.0, 3879.0, 3866.0, 3900.0, 3922.0, 3931.0, 3911.0, 3892.0, 3903.0, 3880.0, 3869.0, 3866.0, 3866.0, 3868.0, 3868.0, 3869.0, 3870.0, 3921.0, 3945.0, 3947.0, 3933.0, 3898.0, 3856.0, 3869.0, 3871.0, 3880.0, 3913.0, 3934.0, 3947.0, 3937.0, 3884.0, 3880.0, 3880.0, 3869.0, 3880.0, 3923.0, 3903.0, 3937.0, 3896.0, 3887.0, 3905.0, 3896.0, 3945.0, 3925.0, 3914.0, 3936.0, 3926.0, 3936.0, 3894.0, 3893.0, 3880.0, 3891.0, 3879.0, 3922.0, 3913.0, 3923.0, 3881.0, 3873.0, 3892.0, 3911.0, 3919.0, 3921.0, 3891.0, 3870.0, 3892.0, 3882.0, 3943.0, 3935.0, 3926.0, 3946.0, 3916.0, 3883.0, 3913.0, 3870.0, 3859.0, 3899.0, 3922.0, 3944.0, 3933.0, 3892.0, 3870.0, 3858.0, 3846.0, 3876.0, 3866.0, 3855.0, 3918.0, 3890.0, 3921.0, 3941.0, 3922.0, 3901.0, 3891.0, 3870.0, 3870.0, 3889.0, 3921.0, 3913.0, 3937.0, 3885.0, 3886.0, 3906.0, 3905.0, 3892.0, 3923.0, 3934.0, 3933.0, 3912.0, 3871.0, 3859.0, 3859.0, 3900.0, 3911.0, 3933.0, 3882.0, 3881.0, 3869.0, 3878.0, 3866.0, 3877.0, 3910.0, 3930.0, 3912.0, 3870.0, 3870.0, 3879.0, 3857.0, 3865.0, 3898.0, 3918.0, 3920.0, 3892.0, 3873.0, 3894.0, 3903.0, 3904.0, 3946.0, 3914.0, 3892.0, 3870.0, 3871.0, 3904.0, 3907.0, 3883.0, 3933.0, 3892.0, 3882.0, 3912.0, 3882.0, 3880.0, 3910.0, 3868.0, 3856.0, 3898.0, 3905.0, 3926.0, 3917.0, 3876.0, 3877.0, 3889.0, 3889.0, 3857.0, 3889.0, 3901.0, 3933.0, 3902.0, 3883.0, 3882.0, 3903.0, 3894.0, 3870.0, 3881.0, 3858.0, 3878.0, 3889.0, 3846.0, 3890.0, 3869.0, 3876.0, 3867.0, 3857.0, 3889.0, 3908.0, 3910.0, 3910.0, 3883.0, 3886.0, 3871.0, 3915.0, 3936.0, 3936.0, 3896.0, 3911.0, 3919.0, 3906.0, 3896.0, 3924.0, 3926.0, 3916.0, 3969.0, 3918.0, 3898.0, 3909.0, 3906.0, 3893.0, 3944.0, 3925.0, 3904.0, 3913.0, 3872.0, 3859.0, 3868.0, 3869.0, 3899.0, 3911.0, 3911.0, 3900.0, 3870.0, 3858.0, 3856.0, 3844.0, 3886.0, 3886.0, 3907.0, 3910.0, 3857.0, 3876.0, 3867.0, 3846.0, 3876.0, 3909.0, 3930.0, 3923.0, 3893.0, 3896.0, 3894.0, 3884.0, 3934.0, 3935.0, 3926.0, 3946.0, 3907.0, 3883.0, 3924.0, 3881.0, 3859.0, 3890.0, 3909.0, 3940.0, 3919.0, 3889.0, 3877.0, 3856.0, 3843.0, 3854.0, 3864.0, 3905.0, 3896.0, 3854.0, 3855.0, 3855.0, 3853.0, 3855.0, 3866.0, 3917.0, 3909.0, 3890.0, 3902.0, 3881.0, 3881.0, 3892.0, 3903.0, 3903.0, 3945.0, 3927.0, 3917.0, 3908.0, 3896.0, 3875.0, 3923.0, 3935.0, 3923.0, 3945.0, 3916.0, 3874.0, 3893.0, 3883.0, 3870.0, 3934.0, 3914.0, 3934.0, 3880.0, 3860.0, 3877.0, 3919.0, 3889.0, 3909.0, 3868.0, 3845.0, 3856.0, 3855.0, 3887.0, 3868.0, 3857.0, 3857.0, 3868.0, 3890.0, 3912.0, 3890.0, 3944.0, 3924.0, 3892.0, 3902.0, 3882.0, 3870.0, 3890.0, 3859.0, 3910.0, 3880.0, 3869.0, 3921.0, 3922.0, 3932.0, 3932.0, 3892.0, 3858.0, 3857.0, 3856.0, 3895.0, 3898.0, 3908.0, 3909.0, 3881.0, 3860.0, 3858.0, 3870.0, 3856.0, 3870.0, 3921.0, 3932.0, 3913.0, 3934.0, 3893.0, 3860.0, 3881.0, 3878.0, 3897.0, 3878.0, 3910.0, 3880.0, 3869.0, 3890.0, 3914.0, 3922.0, 3925.0, 3914.0, 3894.0, 3873.0, 3883.0, 3902.0, 3903.0, 3912.0, 3899.0, 3885.0, 3881.0, 3871.0, 3870.0, 3911.0, 3917.0, 3926.0, 3916.0, 3885.0, 3863.0, 3860.0, 3882.0, 3882.0, 3914.0, 3915.0, 3937.0, 3884.0, 3873.0, 3881.0, 3870.0, 3880.0, 3911.0, 3902.0, 3932.0, 3870.0, 3870.0, 3869.0, 3871.0, 3858.0, 3899.0, 3871.0, 3862.0, 3871.0, 3871.0, 3880.0, 3880.0, 3897.0, 3878.0, 3889.0, 3911.0, 3882.0, 3923.0, 3893.0, 3884.0, 3915.0, 3927.0, 3896.0, 3940.0], 'WindowWidth': [8922.0, 8847.0, 8845.0, 8791.0, 8769.0, 8775.0, 8788.0, 8754.0, 8782.0, 8773.0, 8767.0, 8705.0, 8701.0, 8749.0, 8738.0, 8696.0, 8750.0, 8726.0, 8705.0, 8683.0, 8683.0, 8690.0, 8738.0, 8782.0, 8782.0, 8768.0, 8731.0, 8736.0, 8740.0, 8785.0, 8766.0, 8822.0, 8829.0, 8789.0, 8824.0, 8780.0, 8764.0, 8811.0, 8807.0, 8787.0, 8803.0, 8784.0, 8728.0, 8713.0, 8735.0, 8754.0, 8790.0, 8750.0, 8792.0, 8675.0, 8717.0, 8709.0, 8665.0, 8695.0, 8746.0, 8768.0, 8729.0, 8771.0, 8701.0, 8701.0, 8706.0, 8712.0, 8690.0, 8734.0, 8770.0, 8722.0, 8691.0, 8742.0, 8687.0, 8760.0, 8779.0, 8728.0, 8747.0, 8708.0, 8724.0, 8717.0, 8767.0, 8801.0, 8757.0, 8758.0, 8724.0, 8689.0, 8710.0, 8749.0, 8750.0, 8756.0, 8697.0, 8707.0, 8663.0, 8660.0, 8730.0, 8697.0, 8717.0, 8748.0, 8720.0, 8726.0, 8684.0, 8714.0, 8683.0, 8665.0, 8701.0, 8755.0, 8760.0, 8735.0, 8781.0, 8710.0, 8704.0, 8722.0, 8699.0, 8748.0, 8768.0, 8722.0, 8770.0, 8703.0, 8686.0, 8671.0, 8702.0, 8759.0, 8775.0, 8737.0, 8800.0, 8780.0, 8766.0, 8793.0, 8782.0, 8773.0, 8822.0, 8793.0, 8755.0, 8761.0, 8716.0, 8719.0, 8766.0, 8797.0, 8766.0, 8795.0, 8725.0, 8706.0, 8716.0, 8717.0, 8742.0, 8753.0, 8743.0, 8770.0, 8724.0, 8698.0, 8735.0, 8755.0, 8694.0, 8752.0, 8711.0, 8682.0, 8680.0, 8694.0, 8744.0, 8724.0, 8697.0, 8767.0, 8773.0, 8719.0, 8782.0, 8713.0, 8733.0, 8767.0, 8783.0, 8791.0, 8825.0, 8789.0, 8764.0, 8776.0, 8766.0, 8788.0, 8804.0, 8791.0, 8798.0, 8751.0, 8710.0, 8691.0, 8704.0, 8704.0, 8757.0, 8726.0, 8709.0, 8755.0, 8757.0, 8677.0, 8708.0, 8742.0, 8730.0, 8742.0, 8723.0, 8704.0, 8713.0, 8765.0, 8774.0, 8793.0, 8726.0, 8701.0, 8773.0, 8730.0, 8780.0, 8779.0, 8766.0, 8799.0, 8781.0, 8728.0, 8766.0, 8722.0, 8708.0, 8771.0, 8781.0, 8754.0, 8794.0, 8728.0, 8715.0, 8756.0, 8726.0, 8762.0, 8753.0, 8761.0, 8788.0, 8779.0, 8710.0, 8733.0, 8709.0, 8690.0, 8775.0, 8753.0, 8727.0, 8755.0, 8724.0, 8732.0, 8767.0, 8782.0, 8772.0, 8784.0, 8746.0, 8739.0, 8722.0, 8744.0, 8725.0, 8704.0, 8684.0, 8698.0, 8664.0, 8648.0, 8664.0, 8727.0, 8727.0, 8666.0, 8614.0, 8614.0, 8611.0, 8637.0, 8631.0, 8601.0, 8682.0, 8637.0, 8693.0, 8655.0, 8718.0, 8725.0, 8681.0, 8740.0, 8759.0, 8713.0, 8763.0, 8724.0, 8742.0, 8725.0, 8742.0, 8807.0, 8805.0, 8825.0, 8774.0, 8765.0, 8802.0, 8757.0, 8755.0, 8809.0, 8793.0, 8741.0, 8789.0, 8784.0, 8770.0, 8777.0, 8788.0, 8795.0, 8825.0, 8824.0, 8781.0, 8737.0, 8804.0, 8727.0, 8711.0, 8718.0, 8703.0, 8673.0, 8717.0, 8709.0, 8732.0, 8749.0, 8728.0, 8748.0, 8707.0, 8708.0, 8692.0, 8720.0, 8707.0, 8752.0, 8742.0, 8734.0, 8818.0, 8752.0, 8723.0, 8746.0, 8727.0, 8717.0, 8783.0, 8802.0, 8794.0, 8823.0, 8768.0, 8741.0, 8778.0, 8727.0, 8708.0, 8764.0, 8770.0, 8770.0, 8781.0, 8733.0, 8723.0, 8691.0, 8715.0, 8696.0, 8676.0, 8706.0, 8676.0, 8717.0, 8719.0, 8674.0, 8729.0, 8670.0, 8692.0, 8691.0, 8692.0, 8773.0, 8775.0, 8733.0, 8735.0, 8719.0, 8726.0, 8758.0, 8770.0, 8779.0, 8812.0, 8742.0, 8770.0, 8776.0, 8802.0, 8758.0, 8820.0, 8832.0, 8819.0, 8788.0, 8805.0, 8765.0, 8718.0, 8733.0, 8673.0, 8682.0, 8638.0, 8669.0, 8689.0, 8747.0, 8735.0, 8752.0, 8681.0, 8678.0, 8664.0, 8693.0, 8682.0, 8711.0, 8705.0, 8696.0, 8787.0, 8818.0, 8787.0, 8810.0, 8765.0, 8737.0, 8721.0, 8713.0, 8709.0, 8722.0, 8748.0, 8726.0, 8741.0, 8807.0, 8791.0, 8805.0, 8809.0, 8799.0, 8724.0, 8704.0, 8699.0, 8712.0, 8701.0, 8702.0, 8708.0, 8750.0, 8783.0, 8790.0, 8786.0, 8771.0, 8726.0, 8721.0, 8699.0, 8701.0, 8757.0, 8763.0, 8763.0, 8804.0, 8732.0, 8772.0, 8719.0, 8709.0, 8718.0, 8688.0, 8784.0, 8754.0, 8704.0, 8762.0, 8774.0, 8769.0, 8762.0, 8736.0, 8760.0, 8798.0, 8806.0, 8752.0, 8710.0, 8747.0, 8758.0, 8780.0, 8812.0, 8786.0, 8764.0, 8759.0, 8736.0, 8722.0, 8766.0, 8722.0, 8719.0, 8781.0, 8782.0, 8754.0, 8787.0, 8712.0, 8707.0, 8702.0, 8702.0, 8681.0, 8730.0, 8763.0, 8776.0, 8749.0, 8727.0, 8741.0, 8707.0, 8688.0, 8678.0, 8679.0, 8684.0, 8683.0, 8686.0, 8690.0, 8759.0, 8798.0, 8806.0, 8778.0, 8719.0, 8663.0, 8689.0, 8697.0, 8707.0, 8756.0, 8784.0, 8807.0, 8793.0, 8719.0, 8709.0, 8707.0, 8693.0, 8707.0, 8768.0, 8745.0, 8796.0, 8742.0, 8732.0, 8752.0, 8739.0, 8800.0, 8776.0, 8758.0, 8792.0, 8780.0, 8792.0, 8733.0, 8729.0, 8706.0, 8723.0, 8705.0, 8764.0, 8754.0, 8766.0, 8710.0, 8703.0, 8723.0, 8747.0, 8757.0, 8762.0, 8724.0, 8695.0, 8728.0, 8714.0, 8797.0, 8791.0, 8778.0, 8806.0, 8765.0, 8719.0, 8753.0, 8693.0, 8677.0, 8729.0, 8766.0, 8796.0, 8781.0, 8724.0, 8693.0, 8673.0, 8654.0, 8692.0, 8678.0, 8664.0, 8749.0, 8716.0, 8759.0, 8789.0, 8765.0, 8736.0, 8725.0, 8695.0, 8695.0, 8716.0, 8763.0, 8755.0, 8794.0, 8726.0, 8727.0, 8752.0, 8749.0, 8727.0, 8769.0, 8784.0, 8779.0, 8752.0, 8697.0, 8680.0, 8678.0, 8734.0, 8748.0, 8781.0, 8713.0, 8709.0, 8689.0, 8700.0, 8680.0, 8695.0, 8743.0, 8771.0, 8749.0, 8692.0, 8692.0, 8703.0, 8668.0, 8678.0, 8725.0, 8751.0, 8759.0, 8726.0, 8706.0, 8736.0, 8748.0, 8746.0, 8805.0, 8760.0, 8729.0, 8695.0, 8701.0, 8748.0, 8757.0, 8718.0, 8784.0, 8728.0, 8715.0, 8752.0, 8712.0, 8706.0, 8744.0, 8687.0, 8667.0, 8725.0, 8729.0, 8760.0, 8750.0, 8695.0, 8701.0, 8720.0, 8718.0, 8674.0, 8720.0, 8739.0, 8782.0, 8741.0, 8719.0, 8716.0, 8743.0, 8732.0, 8695.0, 8707.0, 8674.0, 8698.0, 8714.0, 8655.0, 8715.0, 8686.0, 8691.0, 8679.0, 8673.0, 8714.0, 8738.0, 8742.0, 8747.0, 8721.0, 8731.0, 8703.0, 8765.0, 8791.0, 8792.0, 8741.0, 8771.0, 8778.0, 8756.0, 8742.0, 8773.0, 8779.0, 8767.0, 8840.0, 8772.0, 8746.0, 8763.0, 8754.0, 8729.0, 8798.0, 8773.0, 8744.0, 8755.0, 8701.0, 8680.0, 8688.0, 8690.0, 8728.0, 8748.0, 8746.0, 8732.0, 8693.0, 8675.0, 8668.0, 8650.0, 8706.0, 8708.0, 8736.0, 8743.0, 8671.0, 8695.0, 8683.0, 8654.0, 8693.0, 8744.0, 8773.0, 8767.0, 8733.0, 8742.0, 8735.0, 8724.0, 8787.0, 8788.0, 8778.0, 8803.0, 8752.0, 8718.0, 8771.0, 8710.0, 8676.0, 8718.0, 8742.0, 8784.0, 8755.0, 8712.0, 8695.0, 8665.0, 8644.0, 8660.0, 8672.0, 8728.0, 8716.0, 8661.0, 8662.0, 8664.0, 8659.0, 8662.0, 8680.0, 8750.0, 8744.0, 8720.0, 8740.0, 8712.0, 8713.0, 8725.0, 8744.0, 8743.0, 8803.0, 8781.0, 8771.0, 8762.0, 8742.0, 8710.0, 8767.0, 8788.0, 8769.0, 8803.0, 8765.0, 8708.0, 8729.0, 8715.0, 8693.0, 8782.0, 8756.0, 8783.0, 8705.0, 8681.0, 8696.0, 8756.0, 8713.0, 8741.0, 8686.0, 8651.0, 8667.0, 8664.0, 8708.0, 8688.0, 8672.0, 8671.0, 8689.0, 8721.0, 8751.0, 8719.0, 8798.0, 8772.0, 8728.0, 8741.0, 8714.0, 8693.0, 8718.0, 8678.0, 8742.0, 8704.0, 8690.0, 8762.0, 8764.0, 8776.0, 8779.0, 8723.0, 8673.0, 8668.0, 8666.0, 8714.0, 8723.0, 8736.0, 8742.0, 8709.0, 8682.0, 8677.0, 8693.0, 8670.0, 8693.0, 8760.0, 8779.0, 8754.0, 8784.0, 8728.0, 8681.0, 8708.0, 8700.0, 8723.0, 8701.0, 8742.0, 8703.0, 8690.0, 8722.0, 8757.0, 8766.0, 8774.0, 8757.0, 8730.0, 8701.0, 8715.0, 8737.0, 8740.0, 8750.0, 8730.0, 8721.0, 8708.0, 8697.0, 8693.0, 8748.0, 8767.0, 8776.0, 8764.0, 8721.0, 8688.0, 8681.0, 8713.0, 8712.0, 8757.0, 8761.0, 8792.0, 8719.0, 8704.0, 8707.0, 8693.0, 8702.0, 8746.0, 8735.0, 8775.0, 8692.0, 8691.0, 8690.0, 8695.0, 8672.0, 8727.0, 8695.0, 8685.0, 8696.0, 8693.0, 8703.0, 8701.0, 8719.0, 8696.0, 8711.0, 8745.0, 8709.0, 8765.0, 8727.0, 8718.0, 8761.0, 8782.0, 8743.0, 8806.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.0020915940366972477</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.042612592889908256</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.14378278986218</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.1466425091733636</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0073479344661314</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4718</td></tr>
|
|
<tr><td colspan=3>fber</td><td>4968.9541</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.2325887504026479</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>440</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>50.45871559633027</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.525331582288048</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3816824886708097</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.762427115956787</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.431885142236548</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0107879</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.021517058834433556</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.025656377896666527</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.857997016143091</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>24.7758</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>41.9209</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>163.4496</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>47.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>303260.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>710.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>300.8057</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.2042</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>500.2016</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3121.328</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3301.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>73284.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1018.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4100.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>855.6195</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>29.132648920523934</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> |