=== 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-0062 --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-0062",
"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-0062_ses-03_task-social_acq-mb8_run-04_bold :: MRIQC's BOLD fMRI report</title>
|
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
|
|
|
|
<script>
|
|
var timestamp = Date.now()
|
|
|
|
function read_form() {
|
|
var ds = "<unset>";
|
|
var sub = "sub-0062_ses-03_task-social_acq-mb8_run-04_bold.nii.gz";
|
|
|
|
var artifacts = [];
|
|
$('#qcartifacts-group input:checked').each(function() {
|
|
artifacts.push($(this).attr('name'));
|
|
});
|
|
|
|
var rating = $('#qcslider').val();
|
|
var payload = {
|
|
'dataset': ds,
|
|
'subject': sub,
|
|
'rating': rating,
|
|
'artifacts': artifacts,
|
|
'time_sec': (Date.now() - timestamp) / 1000,
|
|
'confidence': $('#qcextra-confidence').val(),
|
|
'comments': $('#qcextra-comments').val()
|
|
};
|
|
|
|
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
|
|
$('#btn-download').attr('href', URL.createObjectURL(file));
|
|
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
|
|
return payload
|
|
};
|
|
|
|
function toggle_rating() {
|
|
if ($('#qcrating-menu').hasClass('d-none')) {
|
|
$('#qcrating-menu').removeClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', true);
|
|
} else {
|
|
$('#qcrating-menu').addClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', false);
|
|
}
|
|
};
|
|
|
|
$(window).on('load',function(){
|
|
var authorization = $('#btn-post').val()
|
|
if (authorization.includes("secret_token")) {
|
|
$('#btn-post').addClass('d-none');
|
|
};
|
|
timestamp = Date.now();
|
|
});
|
|
|
|
</script>
|
|
<style type="text/css">
|
|
/* The slider itself */
|
|
.slider {
|
|
-webkit-appearance: none; /* Override default CSS styles */
|
|
appearance: none;
|
|
margin-bottom: 8px;
|
|
margin-left: 10%;
|
|
width: 80%;
|
|
height: 5px; /* Specified height */
|
|
background: #d3d3d3; /* Grey background */
|
|
outline: none; /* Remove outline */
|
|
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
|
|
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
|
|
transition: opacity .2s;
|
|
}
|
|
|
|
/* Mouse-over effects */
|
|
.slider:hover {
|
|
opacity: 1; /* Fully shown on mouse-over */
|
|
}
|
|
|
|
.slider::-webkit-slider-thumb {
|
|
-webkit-appearance: none;
|
|
appearance: none;
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
.slider::-moz-range-thumb {
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body style="font-family: helvetica;">
|
|
<nav class="navbar fixed-top navbar-expand-lg bg-light">
|
|
<div class="container-fluid">
|
|
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
|
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
|
|
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
|
|
<li class="nav-item dropdown">
|
|
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
|
|
About
|
|
</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="#errors">Errors</a></li>
|
|
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="d-flex flex-row-reverse">
|
|
<div class="form-check form-switch align-self-center flex-fill me-4">
|
|
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
|
|
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
<noscript>
|
|
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
|
|
</noscript>
|
|
|
|
<div id="Basic echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-04_session-03_subject-0062_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-0062/figures/sub-0062_ses-03_task-social_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0062/figures/sub-0062_ses-03_task-social_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0062/figures/sub-0062_ses-03_task-social_acq-mb8_run-04_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-04_session-03_subject-0062_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-0062/figures/sub-0062_ses-03_task-social_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0062/figures/sub-0062_ses-03_task-social_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0062/figures/sub-0062_ses-03_task-social_acq-mb8_run-04_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-04_session-03_subject-0062_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-0062/figures/sub-0062_ses-03_task-social_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0062/figures/sub-0062_ses-03_task-social_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0062/figures/sub-0062_ses-03_task-social_acq-mb8_run-04_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-04_session-03_subject-0062_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-0062/figures/sub-0062_ses-03_task-social_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0062/figures/sub-0062_ses-03_task-social_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0062/figures/sub-0062_ses-03_task-social_acq-mb8_run-04_desc-carpet_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-mean_run-04_session-03_subject-0062_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-0062/figures/sub-0062_ses-03_task-social_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0062/figures/sub-0062_ses-03_task-social_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0062/figures/sub-0062_ses-03_task-social_acq-mb8_run-04_desc-mean_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended reports shared across echos" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-04_session-03_subject-0062_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-0062/figures/sub-0062_ses-03_task-social_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0062/figures/sub-0062_ses-03_task-social_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0062/figures/sub-0062_ses-03_task-social_acq-mb8_run-04_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-04_session-03_subject-0062_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-0062/figures/sub-0062_ses-03_task-social_acq-mb8_run-04_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0062/figures/sub-0062_ses-03_task-social_acq-mb8_run-04_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0062/figures/sub-0062_ses-03_task-social_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0062/figures/sub-0062_ses-03_task-social_acq-mb8_run-04_desc-norm_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="About" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">About</h1>
|
|
<div id="errors" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
|
|
</div>
|
|
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
|
|
reconstructing the provenance of the corresponding derivatives.
|
|
</p> <div class="accordion accordion-flush" id="about-metadata">
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-0">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
|
|
Provenance Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-0" class="table table-sm table-striped">
|
|
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
|
|
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0062/ses-03/func/sub-0062_ses-03_task-social_acq-mb8_run-04_bold.nii.gz</td></tr>
|
|
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
|
|
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
|
|
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
|
|
<tr><td colspan=2>md5sum</td><td>179c64fa8d204fff7584c91ff7a6892d</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>09:19:8.992500</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.999595, 0.0113519, 0.0261012, -0.0104681, 0.999376, -0.0337491]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-04_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.0861423</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-04_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>16</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4148, -7723, -7322, 477, -16, -125, 20, 63]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>social</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>252.301</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>c7e9e43b-c3ba-4eda-b07a-131e9d12f096||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.681839942932129, -0.028085269033908844, 0.07146359235048294, 110.71456909179688], [-0.03045627661049366, 2.6812515258789062, -0.09034789353609085, -89.01724243164062], [0.07002755999565125, 0.09054633229970932, 2.6975414752960205, -83.25862121582031], [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': ['091908.992500', '091909.452500', '091909.912500', '091910.372500', '091910.832500', '091911.292500', '091911.752500', '091912.212500', '091912.672500', '091913.132500', '091913.592500', '091914.052500', '091914.512500', '091914.972500', '091915.432500', '091915.892500', '091916.352500', '091916.812500', '091917.272500', '091917.732500', '091918.192500', '091918.652500', '091919.112500', '091919.572500', '091920.032500', '091920.492500', '091920.952500', '091921.412500', '091921.872500', '091922.332500', '091922.792500', '091923.252500', '091923.712500', '091924.172500', '091924.632500', '091925.092500', '091925.552500', '091926.012500', '091926.472500', '091926.932500', '091927.392500', '091927.852500', '091928.312500', '091928.772500', '091929.232500', '091929.692500', '091930.152500', '091930.612500', '091931.072500', '091931.532500', '091931.992500', '091932.452500', '091932.912500', '091933.372500', '091933.832500', '091934.292500', '091934.752500', '091935.212500', '091935.672500', '091936.132500', '091936.592500', '091937.052500', '091937.512500', '091937.972500', '091938.432500', '091938.892500', '091939.352500', '091939.812500', '091940.272500', '091940.732500', '091941.192500', '091941.652500', '091942.112500', '091942.572500', '091943.032500', '091943.492500', '091943.952500', '091944.412500', '091944.872500', '091945.332500', '091945.792500', '091946.252500', '091946.712500', '091947.172500', '091947.632500', '091948.092500', '091948.552500', '091949.012500', '091949.472500', '091949.932500', '091950.392500', '091950.852500', '091951.312500', '091951.772500', '091952.232500', '091952.692500', '091953.152500', '091953.612500', '091954.072500', '091954.532500', '091954.992500', '091955.452500', '091955.912500', '091956.372500', '091956.832500', '091957.292500', '091957.752500', '091958.212500', '091958.672500', '091959.132500', '091959.592500', '092000.052500', '092000.512500', '092000.972500', '092001.432500', '092001.892500', '092002.352500', '092002.812500', '092003.272500', '092003.732500', '092004.192500', '092004.652500', '092005.112500', '092005.572500', '092006.032500', '092006.492500', '092006.952500', '092007.412500', '092007.872500', '092008.332500', '092008.792500', '092009.252500', '092009.712500', '092010.172500', '092010.632500', '092011.092500', '092011.552500', '092012.012500', '092012.472500', '092012.932500', '092013.392500', '092013.852500', '092014.312500', '092014.772500', '092015.232500', '092015.692500', '092016.152500', '092016.612500', '092017.072500', '092017.532500', '092017.992500', '092018.452500', '092018.912500', '092019.372500', '092019.832500', '092020.292500', '092020.752500', '092021.212500', '092021.672500', '092022.132500', '092022.592500', '092023.052500', '092023.512500', '092023.972500', '092024.432500', '092024.892500', '092025.352500', '092025.812500', '092026.272500', '092026.732500', '092027.192500', '092027.652500', '092028.112500', '092028.572500', '092029.032500', '092029.492500', '092029.952500', '092030.412500', '092030.872500', '092031.332500', '092031.792500', '092032.252500', '092032.712500', '092033.172500', '092033.632500', '092034.092500', '092034.552500', '092035.012500', '092035.472500', '092035.932500', '092036.392500', '092036.852500', '092037.312500', '092037.772500', '092038.232500', '092038.692500', '092039.152500', '092039.612500', '092040.072500', '092040.532500', '092040.992500', '092041.452500', '092041.912500', '092042.372500', '092042.832500', '092043.292500', '092043.752500', '092044.212500', '092044.672500', '092045.132500', '092045.592500', '092046.052500', '092046.512500', '092046.972500', '092047.432500', '092047.892500', '092048.352500', '092048.812500', '092049.272500', '092049.732500', '092050.192500', '092050.652500', '092051.112500', '092051.572500', '092052.032500', '092052.492500', '092052.952500', '092053.412500', '092053.872500', '092054.332500', '092054.792500', '092055.252500', '092055.712500', '092056.172500', '092056.632500', '092057.092500', '092057.552500', '092058.012500', '092058.472500', '092058.932500', '092059.392500', '092059.852500', '092100.312500', '092100.772500', '092101.232500', '092101.692500', '092102.152500', '092102.612500', '092103.072500', '092103.532500', '092103.992500', '092104.452500', '092104.912500', '092105.372500', '092105.832500', '092106.292500', '092106.752500', '092107.212500', '092107.672500', '092108.132500', '092108.592500', '092109.052500', '092109.512500', '092109.972500', '092110.432500', '092110.892500', '092111.352500', '092111.812500', '092112.272500', '092112.732500', '092113.192500', '092113.652500', '092114.112500', '092114.572500', '092115.032500', '092115.492500', '092115.952500', '092116.412500', '092116.872500', '092117.332500', '092117.792500', '092118.252500', '092118.712500', '092119.172500', '092119.632500', '092120.092500', '092120.552500', '092121.012500', '092121.472500', '092121.932500', '092122.392500', '092122.852500', '092123.312500', '092123.772500', '092124.232500', '092124.692500', '092125.152500', '092125.612500', '092126.072500', '092126.532500', '092126.992500', '092127.452500', '092127.912500', '092128.372500', '092128.832500', '092129.292500', '092129.752500', '092130.212500', '092130.672500', '092131.132500', '092131.592500', '092132.052500', '092132.512500', '092132.972500', '092133.432500', '092133.892500', '092134.352500', '092134.812500', '092135.272500', '092135.732500', '092136.192500', '092136.652500', '092137.112500', '092137.572500', '092138.032500', '092138.492500', '092138.952500', '092139.412500', '092139.872500', '092140.332500', '092140.792500', '092141.252500', '092141.712500', '092142.172500', '092142.632500', '092143.092500', '092143.552500', '092144.012500', '092144.472500', '092144.932500', '092145.392500', '092145.852500', '092146.312500', '092146.772500', '092147.232500', '092147.692500', '092148.152500', '092148.612500', '092149.072500', '092149.532500', '092149.992500', '092150.452500', '092150.912500', '092151.372500', '092151.832500', '092152.292500', '092152.752500', '092153.212500', '092153.672500', '092154.132500', '092154.592500', '092155.052500', '092155.512500', '092155.972500', '092156.432500', '092156.892500', '092157.352500', '092157.812500', '092158.272500', '092158.732500', '092159.192500', '092159.652500', '092200.112500', '092200.572500', '092201.032500', '092201.492500', '092201.952500', '092202.412500', '092202.872500', '092203.332500', '092203.792500', '092204.252500', '092204.712500', '092205.172500', '092205.632500', '092206.092500', '092206.552500', '092207.012500', '092207.472500', '092207.932500', '092208.392500', '092208.852500', '092209.312500', '092209.772500', '092210.232500', '092210.692500', '092211.152500', '092211.612500', '092212.072500', '092212.532500', '092212.992500', '092213.452500', '092213.912500', '092214.372500', '092214.832500', '092215.292500', '092215.752500', '092216.212500', '092216.672500', '092217.132500', '092217.592500', '092218.052500', '092218.512500', '092218.972500', '092219.432500', '092219.892500', '092220.352500', '092220.812500', '092221.272500', '092221.732500', '092222.192500', '092222.652500', '092223.112500', '092223.572500', '092224.032500', '092224.492500', '092224.952500', '092225.412500', '092225.872500', '092226.332500', '092226.792500', '092227.252500', '092227.712500', '092228.172500', '092228.632500', '092229.092500', '092229.552500', '092230.012500', '092230.472500', '092230.932500', '092231.392500', '092231.852500', '092232.312500', '092232.772500', '092233.232500', '092233.692500', '092234.152500', '092234.612500', '092235.072500', '092235.532500', '092235.992500', '092236.452500', '092236.912500', '092237.372500', '092237.832500', '092238.292500', '092238.752500', '092239.212500', '092239.672500', '092240.132500', '092240.592500', '092241.052500', '092241.512500', '092241.972500', '092242.432500', '092242.892500', '092243.352500', '092243.812500', '092244.272500', '092244.732500', '092245.192500', '092245.652500', '092246.112500', '092246.572500', '092247.032500', '092247.492500', '092247.952500', '092248.412500', '092248.872500', '092249.332500', '092249.792500', '092250.252500', '092250.712500', '092251.172500', '092251.632500', '092252.092500', '092252.552500', '092253.012500', '092253.472500', '092253.932500', '092254.392500', '092254.852500', '092255.312500', '092255.772500', '092256.232500', '092256.692500', '092257.152500', '092257.612500', '092258.072500', '092258.532500', '092258.992500', '092259.452500', '092259.912500', '092300.372500', '092300.832500', '092301.292500', '092301.752500', '092302.212500', '092302.672500', '092303.132500', '092303.592500', '092304.052500', '092304.512500', '092304.972500', '092305.432500', '092305.892500', '092306.352500', '092306.812500', '092307.272500', '092307.732500', '092308.192500', '092308.652500', '092309.112500', '092309.572500', '092310.032500', '092310.492500', '092310.952500', '092311.412500', '092311.872500', '092312.332500', '092312.792500', '092313.252500', '092313.712500', '092314.172500', '092314.632500', '092315.092500', '092315.552500', '092316.012500', '092316.472500', '092316.932500', '092317.392500', '092317.852500', '092318.312500', '092318.772500', '092319.232500', '092319.692500', '092320.152500', '092320.612500', '092321.072500', '092321.532500', '092321.992500', '092322.452500', '092322.912500', '092323.372500', '092323.832500', '092324.292500', '092324.752500', '092325.212500', '092325.672500', '092326.132500', '092326.592500', '092327.052500', '092327.512500', '092327.972500', '092328.432500', '092328.892500', '092329.352500', '092329.812500', '092330.272500', '092330.732500', '092331.192500', '092331.652500', '092332.112500', '092332.572500', '092333.032500', '092333.492500', '092333.952500', '092334.412500', '092334.872500', '092335.332500', '092335.792500', '092336.252500', '092336.712500', '092337.172500', '092337.632500', '092338.092500', '092338.552500', '092339.012500', '092339.472500', '092339.932500', '092340.392500', '092340.852500', '092341.312500', '092341.772500', '092342.232500', '092342.692500', '092343.152500', '092343.612500', '092344.072500', '092344.532500', '092344.992500', '092345.452500', '092345.912500', '092346.372500', '092346.832500', '092347.292500', '092347.752500', '092348.212500', '092348.672500', '092349.132500', '092349.592500', '092350.052500', '092350.512500', '092350.972500', '092351.432500', '092351.892500', '092352.352500', '092352.812500', '092353.272500', '092353.732500', '092354.192500', '092354.652500', '092355.112500', '092355.572500', '092356.032500', '092356.492500', '092356.952500', '092357.412500', '092357.872500', '092358.332500', '092358.792500', '092359.252500', '092359.712500', '092400.172500', '092400.632500', '092401.092500', '092401.552500', '092402.012500', '092402.472500', '092402.932500', '092403.392500', '092403.852500', '092404.312500', '092404.772500', '092405.232500', '092405.692500', '092406.152500', '092406.612500', '092407.072500', '092407.532500', '092407.992500', '092408.452500', '092408.912500', '092409.372500', '092409.832500', '092410.292500', '092410.752500', '092411.212500', '092411.672500', '092412.132500', '092412.592500', '092413.052500', '092413.512500', '092413.972500', '092414.432500', '092414.892500', '092415.352500', '092415.812500', '092416.272500', '092416.732500', '092417.192500', '092417.652500', '092418.112500', '092418.572500', '092419.032500', '092419.492500', '092419.952500', '092420.412500', '092420.872500', '092421.332500', '092421.792500', '092422.252500', '092422.712500', '092423.172500', '092423.632500', '092424.092500', '092424.552500', '092425.012500', '092425.472500', '092425.932500', '092426.392500', '092426.852500', '092427.312500', '092427.772500', '092428.232500', '092428.692500', '092429.152500', '092429.612500', '092430.072500', '092430.532500', '092430.992500', '092431.452500', '092431.912500', '092432.372500', '092432.832500', '092433.292500', '092433.752500', '092434.212500', '092434.672500', '092435.132500', '092435.592500', '092436.052500', '092436.512500', '092436.972500', '092437.432500', '092437.892500', '092438.352500', '092438.812500', '092439.272500', '092439.732500', '092440.192500', '092440.652500', '092441.112500', '092441.572500', '092442.032500', '092442.492500', '092442.952500', '092443.412500', '092443.872500', '092444.332500', '092444.792500', '092445.252500', '092445.712500', '092446.172500', '092446.632500', '092447.092500', '092447.552500', '092448.012500', '092448.472500', '092448.932500', '092449.392500', '092449.852500', '092450.312500', '092450.772500', '092451.232500', '092451.692500', '092452.152500', '092452.612500', '092453.072500', '092453.532500', '092453.992500', '092454.452500', '092454.912500', '092455.372500', '092455.832500', '092456.292500', '092456.752500', '092457.212500', '092457.672500', '092458.132500', '092458.592500', '092459.052500', '092459.512500', '092459.972500', '092500.432500', '092500.892500', '092501.352500', '092501.812500', '092502.272500', '092502.732500', '092503.192500', '092503.652500', '092504.112500', '092504.572500', '092505.032500', '092505.492500', '092505.952500', '092506.412500', '092506.872500', '092507.332500', '092507.792500', '092508.252500', '092508.712500', '092509.172500', '092509.632500', '092510.092500', '092510.552500', '092511.012500', '092511.472500', '092511.932500', '092512.392500', '092512.852500', '092513.312500', '092513.772500', '092514.232500', '092514.692500', '092515.152500', '092515.612500', '092516.072500', '092516.532500', '092516.992500', '092517.452500', '092517.912500', '092518.372500', '092518.832500', '092519.292500', '092519.752500', '092520.212500', '092520.672500', '092521.132500', '092521.592500', '092522.052500', '092522.512500', '092522.972500', '092523.432500', '092523.892500', '092524.352500', '092524.812500', '092525.272500', '092525.732500', '092526.192500', '092526.652500', '092527.112500', '092527.572500', '092528.032500', '092528.492500', '092528.952500', '092529.412500', '092529.872500', '092530.332500', '092530.792500', '092531.252500', '092531.712500', '092532.172500', '092532.632500', '092533.092500', '092533.552500', '092534.012500', '092534.472500', '092534.932500', '092535.392500', '092535.852500', '092536.312500', '092536.772500', '092537.232500', '092537.692500', '092538.152500', '092538.612500', '092539.072500', '092539.532500', '092539.992500', '092540.452500', '092540.912500', '092541.372500', '092541.832500', '092542.292500', '092542.752500', '092543.212500', '092543.672500', '092544.132500', '092544.592500', '092545.052500', '092545.512500', '092545.972500', '092546.432500', '092546.892500', '092547.352500', '092547.812500', '092548.272500', '092548.732500', '092549.192500', '092549.652500'], 'ContentTime': ['091938.477000', '091938.480000', '091938.482000', '091938.485000', '091938.487000', '091938.490000', '091938.493000', '091938.495000', '091938.498000', '091938.500000', '091938.503000', '091938.505000', '091938.508000', '091938.511000', '091938.521000', '091938.524000', '091938.534000', '091938.536000', '091938.539000', '091938.541000', '091938.544000', '091938.546000', '091938.549000', '091938.552000', '091938.554000', '091938.557000', '091938.559000', '091938.562000', '091938.565000', '091938.567000', '091938.570000', '091938.572000', '091938.575000', '091938.578000', '091938.581000', '091938.583000', '091938.586000', '091938.588000', '091938.591000', '091938.594000', '091938.596000', '091938.599000', '091938.601000', '091938.604000', '091938.621000', '091938.623000', '091938.626000', '091938.628000', '091938.631000', '091938.634000', '091938.636000', '091938.639000', '091938.648000', '091938.650000', '091938.653000', '091938.655000', '091938.658000', '091938.660000', '091938.663000', '091938.666000', '091938.668000', '091938.671000', '091958.442000', '091958.445000', '091958.448000', '091958.450000', '091958.453000', '091958.455000', '091958.458000', '091958.461000', '091958.463000', '091958.466000', '091958.475000', '091958.478000', '091958.480000', '091958.483000', '091958.486000', '091958.488000', '091958.491000', '091958.493000', '091958.496000', '091958.498000', '091958.501000', '091958.503000', '091958.506000', '091958.509000', '091958.511000', '091958.514000', '091958.516000', '091958.519000', '091958.521000', '091958.524000', '091958.526000', '091958.529000', '091958.532000', '091958.534000', '091958.537000', '091958.539000', '091958.542000', '091958.544000', '091958.547000', '091958.550000', '091958.552000', '091958.555000', '091958.557000', '092018.442000', '092018.445000', '092018.448000', '092018.450000', '092018.453000', '092018.455000', '092018.458000', '092018.461000', '092018.463000', '092018.466000', '092018.468000', '092018.471000', '092018.473000', '092018.476000', '092018.478000', '092018.481000', '092018.484000', '092018.486000', '092018.489000', '092018.491000', '092018.494000', '092018.496000', '092018.499000', '092018.501000', '092018.504000', '092018.507000', '092018.509000', '092018.512000', '092018.514000', '092018.517000', '092018.519000', '092018.522000', '092018.524000', '092018.527000', '092018.529000', '092018.532000', '092018.535000', '092018.537000', '092018.540000', '092018.542000', '092018.545000', '092018.547000', '092018.550000', '092018.553000', '092038.442000', '092038.445000', '092038.448000', '092038.450000', '092038.453000', '092038.455000', '092038.458000', '092038.461000', '092038.463000', '092038.466000', '092038.468000', '092038.471000', '092038.474000', '092038.476000', '092038.479000', '092038.481000', '092038.484000', '092038.486000', '092038.489000', '092038.491000', '092038.527000', '092038.529000', '092038.532000', '092038.534000', '092038.537000', '092038.539000', '092038.542000', '092038.545000', '092038.547000', '092038.550000', '092038.552000', '092038.555000', '092038.557000', '092038.560000', '092038.563000', '092038.565000', '092038.568000', '092038.570000', '092038.573000', '092038.575000', '092038.578000', '092038.580000', '092038.583000', '092058.442000', '092058.445000', '092058.448000', '092058.450000', '092058.453000', '092058.456000', '092058.458000', '092058.461000', '092058.464000', '092058.466000', '092058.469000', '092058.471000', '092058.474000', '092058.476000', '092058.479000', '092058.482000', '092058.484000', '092058.487000', '092058.489000', '092058.492000', '092058.494000', '092058.497000', '092058.499000', '092058.502000', '092058.504000', '092058.507000', '092058.510000', '092058.512000', '092058.515000', '092058.518000', '092058.520000', '092058.523000', '092058.525000', '092058.528000', '092058.531000', '092058.533000', '092058.536000', '092058.538000', '092058.541000', '092058.544000', '092058.546000', '092058.549000', '092058.551000', '092058.554000', '092118.444000', '092118.446000', '092118.449000', '092118.451000', '092118.454000', '092118.457000', '092118.459000', '092118.462000', '092118.464000', '092118.467000', '092118.469000', '092118.472000', '092118.474000', '092118.477000', '092118.479000', '092118.482000', '092118.485000', '092118.487000', '092118.490000', '092118.492000', '092118.495000', '092118.498000', '092118.500000', '092118.503000', '092118.505000', '092118.508000', '092118.510000', '092118.513000', '092118.516000', '092118.518000', '092118.521000', '092118.523000', '092118.526000', '092118.528000', '092118.531000', '092118.534000', '092118.536000', '092118.539000', '092118.541000', '092118.544000', '092118.546000', '092118.549000', '092118.551000', '092138.443000', '092138.446000', '092138.449000', '092138.451000', '092138.454000', '092138.456000', '092138.459000', '092138.462000', '092138.464000', '092138.467000', '092138.469000', '092138.472000', '092138.474000', '092138.477000', '092138.480000', '092138.482000', '092138.485000', '092138.487000', '092138.490000', '092138.492000', '092138.495000', '092138.498000', '092138.500000', '092138.503000', '092138.505000', '092138.508000', '092138.510000', '092138.513000', '092138.515000', '092138.518000', '092138.521000', '092138.523000', '092138.526000', '092138.528000', '092138.531000', '092138.533000', '092138.536000', '092138.538000', '092138.541000', '092138.543000', '092138.546000', '092138.549000', '092138.551000', '092138.554000', '092158.443000', '092158.446000', '092158.449000', '092158.451000', '092158.454000', '092158.457000', '092158.459000', '092158.462000', '092158.464000', '092158.467000', '092158.469000', '092158.482000', '092158.485000', '092158.487000', '092158.490000', '092158.492000', '092158.495000', '092158.498000', '092158.500000', '092158.503000', '092158.505000', '092158.508000', '092158.510000', '092158.513000', '092158.515000', '092158.518000', '092158.520000', '092158.523000', '092158.526000', '092158.528000', '092158.531000', '092158.533000', '092158.536000', '092158.538000', '092158.541000', '092158.543000', '092158.546000', '092158.549000', '092158.551000', '092158.554000', '092158.556000', '092158.559000', '092158.562000', '092218.442000', '092218.445000', '092218.481000', '092218.483000', '092218.486000', '092218.488000', '092218.491000', '092218.495000', '092218.498000', '092218.500000', '092218.503000', '092218.505000', '092218.508000', '092218.510000', '092218.513000', '092218.515000', '092218.531000', '092218.534000', '092218.536000', '092218.539000', '092218.541000', '092218.544000', '092218.546000', '092218.549000', '092218.552000', '092218.554000', '092218.557000', '092218.560000', '092218.562000', '092218.565000', '092218.567000', '092218.570000', '092218.573000', '092218.575000', '092218.578000', '092218.580000', '092218.583000', '092218.585000', '092218.588000', '092218.591000', '092218.593000', '092218.596000', '092218.599000', '092238.442000', '092238.445000', '092238.448000', '092238.451000', '092238.453000', '092238.456000', '092238.458000', '092238.461000', '092238.463000', '092238.466000', '092238.469000', '092238.471000', '092238.474000', '092238.476000', '092238.479000', '092238.481000', '092238.484000', '092238.487000', '092238.489000', '092238.492000', '092238.494000', '092238.497000', '092238.499000', '092238.502000', '092238.504000', '092238.507000', '092238.510000', '092238.512000', '092238.515000', '092238.517000', '092238.520000', '092238.523000', '092238.525000', '092238.528000', '092238.531000', '092238.533000', '092238.536000', '092238.538000', '092238.541000', '092238.543000', '092238.546000', '092238.548000', '092238.551000', '092238.554000', '092258.442000', '092258.445000', '092258.448000', '092258.452000', '092258.455000', '092258.457000', '092258.460000', '092258.462000', '092258.465000', '092258.468000', '092258.470000', '092258.473000', '092258.475000', '092258.478000', '092258.480000', '092258.483000', '092258.486000', '092258.488000', '092258.491000', '092258.493000', '092258.496000', '092258.498000', '092258.501000', '092258.504000', '092258.506000', '092258.509000', '092258.511000', '092258.514000', '092258.516000', '092258.519000', '092258.522000', '092258.524000', '092258.527000', '092258.529000', '092258.532000', '092258.534000', '092258.537000', '092258.539000', '092258.542000', '092258.545000', '092258.547000', '092258.550000', '092258.552000', '092318.442000', '092318.445000', '092318.448000', '092318.451000', '092318.453000', '092318.456000', '092318.458000', '092318.461000', '092318.463000', '092318.466000', '092318.469000', '092318.471000', '092318.474000', '092318.476000', '092318.479000', '092318.482000', '092318.484000', '092318.487000', '092318.489000', '092318.492000', '092318.494000', '092318.497000', '092318.500000', '092318.502000', '092318.505000', '092318.507000', '092318.510000', '092318.512000', '092318.515000', '092318.518000', '092318.520000', '092318.523000', '092318.525000', '092318.528000', '092318.530000', '092318.533000', '092318.535000', '092318.538000', '092318.541000', '092318.543000', '092318.546000', '092318.549000', '092318.551000', '092318.554000', '092338.443000', '092338.446000', '092338.449000', '092338.451000', '092338.454000', '092338.456000', '092338.459000', '092338.461000', '092338.464000', '092338.467000', '092338.469000', '092338.472000', '092338.474000', '092338.477000', '092338.480000', '092338.482000', '092338.485000', '092338.487000', '092338.490000', '092338.493000', '092338.495000', '092338.498000', '092338.500000', '092338.503000', '092338.506000', '092338.508000', '092338.511000', '092338.513000', '092338.516000', '092338.518000', '092338.521000', '092338.524000', '092338.526000', '092338.529000', '092338.531000', '092338.534000', '092338.537000', '092338.539000', '092338.542000', '092338.545000', '092338.547000', '092338.558000', '092338.561000', '092358.444000', '092358.446000', '092358.449000', '092358.452000', '092358.454000', '092358.457000', '092358.459000', '092358.462000', '092358.464000', '092358.467000', '092358.470000', '092358.472000', '092358.475000', '092358.477000', '092358.480000', '092358.482000', '092358.485000', '092358.488000', '092358.490000', '092358.493000', '092358.495000', '092358.498000', '092358.501000', '092358.503000', '092358.506000', '092358.508000', '092358.511000', '092358.513000', '092358.516000', '092358.519000', '092358.521000', '092358.524000', '092358.526000', '092358.529000', '092358.532000', '092358.534000', '092358.537000', '092358.539000', '092358.542000', '092358.545000', '092358.547000', '092358.550000', '092358.552000', '092358.555000', '092418.444000', '092418.446000', '092418.449000', '092418.452000', '092418.454000', '092418.457000', '092418.459000', '092418.462000', '092418.464000', '092418.467000', '092418.470000', '092418.472000', '092418.475000', '092418.477000', '092418.480000', '092418.482000', '092418.485000', '092418.487000', '092418.490000', '092418.492000', '092418.495000', '092418.498000', '092418.500000', '092418.503000', '092418.505000', '092418.508000', '092418.511000', '092418.513000', '092418.516000', '092418.519000', '092418.521000', '092418.524000', '092418.526000', '092418.529000', '092418.532000', '092418.534000', '092418.537000', '092418.540000', '092418.542000', '092418.545000', '092418.547000', '092418.550000', '092418.553000', '092438.443000', '092438.445000', '092438.448000', '092438.451000', '092438.453000', '092438.456000', '092438.458000', '092438.461000', '092438.464000', '092438.466000', '092438.469000', '092438.471000', '092438.474000', '092438.477000', '092438.479000', '092438.482000', '092438.484000', '092438.487000', '092438.489000', '092438.492000', '092438.494000', '092438.497000', '092438.500000', '092438.502000', '092438.505000', '092438.507000', '092438.510000', '092438.512000', '092438.515000', '092438.518000', '092438.520000', '092438.523000', '092438.525000', '092438.528000', '092438.531000', '092438.533000', '092438.536000', '092438.538000', '092438.541000', '092438.543000', '092438.546000', '092438.549000', '092438.551000', '092438.554000', '092458.443000', '092458.445000', '092458.448000', '092458.450000', '092458.453000', '092458.456000', '092458.458000', '092458.461000', '092458.463000', '092458.466000', '092458.469000', '092458.471000', '092458.474000', '092458.476000', '092458.479000', '092458.481000', '092458.484000', '092458.486000', '092458.489000', '092458.491000', '092458.494000', '092458.497000', '092458.499000', '092458.502000', '092458.505000', '092458.508000', '092458.511000', '092458.514000', '092458.516000', '092458.519000', '092458.521000', '092458.524000', '092458.526000', '092458.529000', '092458.532000', '092458.534000', '092458.537000', '092458.539000', '092458.542000', '092458.544000', '092458.547000', '092458.550000', '092458.552000', '092518.443000', '092518.445000', '092518.448000', '092518.452000', '092518.455000', '092518.457000', '092518.460000', '092518.462000', '092518.465000', '092518.468000', '092518.470000', '092518.473000', '092518.475000', '092518.478000', '092518.480000', '092518.483000', '092518.486000', '092518.488000', '092518.491000', '092518.493000', '092518.496000', '092518.498000', '092518.501000', '092518.515000', '092518.517000', '092518.520000', '092518.522000', '092518.525000', '092518.528000', '092518.530000', '092518.533000', '092518.535000', '092518.538000', '092518.541000', '092518.543000', '092518.546000', '092518.548000', '092518.551000', '092518.554000', '092518.556000', '092518.559000', '092518.561000', '092518.564000', '092518.566000', '092538.442000', '092538.445000', '092538.448000', '092538.450000', '092538.453000', '092538.456000', '092538.458000', '092538.461000', '092538.463000', '092538.466000', '092538.468000', '092538.471000', '092538.474000', '092538.476000', '092538.479000', '092538.481000', '092538.484000', '092538.486000', '092538.489000', '092538.491000', '092538.494000', '092538.497000', '092538.499000', '092538.502000', '092538.504000', '092538.507000', '092538.509000', '092538.512000', '092538.515000', '092538.517000', '092538.520000', '092538.523000', '092538.526000', '092538.529000', '092538.531000', '092538.534000', '092538.537000', '092538.539000', '092538.542000', '092538.544000', '092538.547000', '092538.549000', '092538.552000', '092550.984000', '092550.988000', '092550.991000', '092550.994000', '092550.997000', '092551.004000', '092551.007000', '092551.010000', '092551.013000', '092551.016000', '092551.018000', '092551.021000', '092551.024000', '092551.027000', '092551.030000', '092551.033000', '092551.035000', '092551.038000', '092551.040000', '092551.043000', '092551.046000', '092551.049000', '092551.051000', '092551.054000', '092551.057000', '092551.060000', '092551.062000', '092551.065000'], 'InstanceCreationTime': ['091938.477000', '091938.480000', '091938.482000', '091938.485000', '091938.487000', '091938.490000', '091938.493000', '091938.495000', '091938.498000', '091938.500000', '091938.503000', '091938.505000', '091938.508000', '091938.511000', '091938.521000', '091938.524000', '091938.534000', '091938.536000', '091938.539000', '091938.541000', '091938.544000', '091938.546000', '091938.549000', '091938.552000', '091938.554000', '091938.557000', '091938.559000', '091938.562000', '091938.565000', '091938.567000', '091938.570000', '091938.572000', '091938.575000', '091938.578000', '091938.581000', '091938.583000', '091938.586000', '091938.588000', '091938.591000', '091938.594000', '091938.596000', '091938.599000', '091938.601000', '091938.604000', '091938.621000', '091938.623000', '091938.626000', '091938.628000', '091938.631000', '091938.634000', '091938.636000', '091938.639000', '091938.648000', '091938.650000', '091938.653000', '091938.655000', '091938.658000', '091938.660000', '091938.663000', '091938.666000', '091938.668000', '091938.671000', '091958.442000', '091958.445000', '091958.448000', '091958.450000', '091958.453000', '091958.455000', '091958.458000', '091958.461000', '091958.463000', '091958.466000', '091958.475000', '091958.478000', '091958.480000', '091958.483000', '091958.486000', '091958.488000', '091958.491000', '091958.493000', '091958.496000', '091958.498000', '091958.501000', '091958.503000', '091958.506000', '091958.509000', '091958.511000', '091958.514000', '091958.516000', '091958.519000', '091958.521000', '091958.524000', '091958.526000', '091958.529000', '091958.532000', '091958.534000', '091958.537000', '091958.539000', '091958.542000', '091958.544000', '091958.547000', '091958.550000', '091958.552000', '091958.555000', '091958.557000', '092018.442000', '092018.445000', '092018.448000', '092018.450000', '092018.453000', '092018.455000', '092018.458000', '092018.461000', '092018.463000', '092018.466000', '092018.468000', '092018.471000', '092018.473000', '092018.476000', '092018.478000', '092018.481000', '092018.484000', '092018.486000', '092018.489000', '092018.491000', '092018.494000', '092018.496000', '092018.499000', '092018.501000', '092018.504000', '092018.507000', '092018.509000', '092018.512000', '092018.514000', '092018.517000', '092018.519000', '092018.522000', '092018.524000', '092018.527000', '092018.529000', '092018.532000', '092018.535000', '092018.537000', '092018.540000', '092018.542000', '092018.545000', '092018.547000', '092018.550000', '092018.553000', '092038.442000', '092038.445000', '092038.448000', '092038.450000', '092038.453000', '092038.455000', '092038.458000', '092038.461000', '092038.463000', '092038.466000', '092038.468000', '092038.471000', '092038.474000', '092038.476000', '092038.479000', '092038.481000', '092038.484000', '092038.486000', '092038.489000', '092038.491000', '092038.527000', '092038.529000', '092038.532000', '092038.534000', '092038.537000', '092038.539000', '092038.542000', '092038.545000', '092038.547000', '092038.550000', '092038.552000', '092038.555000', '092038.557000', '092038.560000', '092038.563000', '092038.565000', '092038.568000', '092038.570000', '092038.573000', '092038.575000', '092038.578000', '092038.580000', '092038.583000', '092058.442000', '092058.445000', '092058.448000', '092058.450000', '092058.453000', '092058.456000', '092058.458000', '092058.461000', '092058.464000', '092058.466000', '092058.469000', '092058.471000', '092058.474000', '092058.476000', '092058.479000', '092058.482000', '092058.484000', '092058.487000', '092058.489000', '092058.492000', '092058.494000', '092058.497000', '092058.499000', '092058.502000', '092058.504000', '092058.507000', '092058.510000', '092058.512000', '092058.515000', '092058.518000', '092058.520000', '092058.523000', '092058.525000', '092058.528000', '092058.531000', '092058.533000', '092058.536000', '092058.538000', '092058.541000', '092058.544000', '092058.546000', '092058.549000', '092058.551000', '092058.554000', '092118.444000', '092118.446000', '092118.449000', '092118.451000', '092118.454000', '092118.457000', '092118.459000', '092118.462000', '092118.464000', '092118.467000', '092118.469000', '092118.472000', '092118.474000', '092118.477000', '092118.479000', '092118.482000', '092118.485000', '092118.487000', '092118.490000', '092118.492000', '092118.495000', '092118.498000', '092118.500000', '092118.503000', '092118.505000', '092118.508000', '092118.510000', '092118.513000', '092118.516000', '092118.518000', '092118.521000', '092118.523000', '092118.526000', '092118.528000', '092118.531000', '092118.534000', '092118.536000', '092118.539000', '092118.541000', '092118.544000', '092118.546000', '092118.549000', '092118.551000', '092138.443000', '092138.446000', '092138.449000', '092138.451000', '092138.454000', '092138.456000', '092138.459000', '092138.462000', '092138.464000', '092138.467000', '092138.469000', '092138.472000', '092138.474000', '092138.477000', '092138.480000', '092138.482000', '092138.485000', '092138.487000', '092138.490000', '092138.492000', '092138.495000', '092138.498000', '092138.500000', '092138.503000', '092138.505000', '092138.508000', '092138.510000', '092138.513000', '092138.515000', '092138.518000', '092138.521000', '092138.523000', '092138.526000', '092138.528000', '092138.531000', '092138.533000', '092138.536000', '092138.538000', '092138.541000', '092138.543000', '092138.546000', '092138.549000', '092138.551000', '092138.554000', '092158.443000', '092158.446000', '092158.449000', '092158.451000', '092158.454000', '092158.457000', '092158.459000', '092158.462000', '092158.464000', '092158.467000', '092158.469000', '092158.482000', '092158.485000', '092158.487000', '092158.490000', '092158.492000', '092158.495000', '092158.498000', '092158.500000', '092158.503000', '092158.505000', '092158.508000', '092158.510000', '092158.513000', '092158.515000', '092158.518000', '092158.520000', '092158.523000', '092158.526000', '092158.528000', '092158.531000', '092158.533000', '092158.536000', '092158.538000', '092158.541000', '092158.543000', '092158.546000', '092158.549000', '092158.551000', '092158.554000', '092158.556000', '092158.559000', '092158.562000', '092218.442000', '092218.445000', '092218.481000', '092218.483000', '092218.486000', '092218.488000', '092218.491000', '092218.495000', '092218.498000', '092218.500000', '092218.503000', '092218.505000', '092218.508000', '092218.510000', '092218.513000', '092218.515000', '092218.531000', '092218.534000', '092218.536000', '092218.539000', '092218.541000', '092218.544000', '092218.546000', '092218.549000', '092218.552000', '092218.554000', '092218.557000', '092218.560000', '092218.562000', '092218.565000', '092218.567000', '092218.570000', '092218.573000', '092218.575000', '092218.578000', '092218.580000', '092218.583000', '092218.585000', '092218.588000', '092218.591000', '092218.593000', '092218.596000', '092218.599000', '092238.442000', '092238.445000', '092238.448000', '092238.451000', '092238.453000', '092238.456000', '092238.458000', '092238.461000', '092238.463000', '092238.466000', '092238.469000', '092238.471000', '092238.474000', '092238.476000', '092238.479000', '092238.481000', '092238.484000', '092238.487000', '092238.489000', '092238.492000', '092238.494000', '092238.497000', '092238.499000', '092238.502000', '092238.504000', '092238.507000', '092238.510000', '092238.512000', '092238.515000', '092238.517000', '092238.520000', '092238.523000', '092238.525000', '092238.528000', '092238.531000', '092238.533000', '092238.536000', '092238.538000', '092238.541000', '092238.543000', '092238.546000', '092238.548000', '092238.551000', '092238.554000', '092258.442000', '092258.445000', '092258.448000', '092258.452000', '092258.455000', '092258.457000', '092258.460000', '092258.462000', '092258.465000', '092258.468000', '092258.470000', '092258.473000', '092258.475000', '092258.478000', '092258.480000', '092258.483000', '092258.486000', '092258.488000', '092258.491000', '092258.493000', '092258.496000', '092258.498000', '092258.501000', '092258.504000', '092258.506000', '092258.509000', '092258.511000', '092258.514000', '092258.516000', '092258.519000', '092258.522000', '092258.524000', '092258.527000', '092258.529000', '092258.532000', '092258.534000', '092258.537000', '092258.539000', '092258.542000', '092258.545000', '092258.547000', '092258.550000', '092258.552000', '092318.442000', '092318.445000', '092318.448000', '092318.451000', '092318.453000', '092318.456000', '092318.458000', '092318.461000', '092318.463000', '092318.466000', '092318.469000', '092318.471000', '092318.474000', '092318.476000', '092318.479000', '092318.482000', '092318.484000', '092318.487000', '092318.489000', '092318.492000', '092318.494000', '092318.497000', '092318.500000', '092318.502000', '092318.505000', '092318.507000', '092318.510000', '092318.512000', '092318.515000', '092318.518000', '092318.520000', '092318.523000', '092318.525000', '092318.528000', '092318.530000', '092318.533000', '092318.535000', '092318.538000', '092318.541000', '092318.543000', '092318.546000', '092318.549000', '092318.551000', '092318.554000', '092338.443000', '092338.446000', '092338.449000', '092338.451000', '092338.454000', '092338.456000', '092338.459000', '092338.461000', '092338.464000', '092338.467000', '092338.469000', '092338.472000', '092338.474000', '092338.477000', '092338.480000', '092338.482000', '092338.485000', '092338.487000', '092338.490000', '092338.493000', '092338.495000', '092338.498000', '092338.500000', '092338.503000', '092338.506000', '092338.508000', '092338.511000', '092338.513000', '092338.516000', '092338.518000', '092338.521000', '092338.524000', '092338.526000', '092338.529000', '092338.531000', '092338.534000', '092338.537000', '092338.539000', '092338.542000', '092338.545000', '092338.547000', '092338.558000', '092338.561000', '092358.444000', '092358.446000', '092358.449000', '092358.452000', '092358.454000', '092358.457000', '092358.459000', '092358.462000', '092358.464000', '092358.467000', '092358.470000', '092358.472000', '092358.475000', '092358.477000', '092358.480000', '092358.482000', '092358.485000', '092358.488000', '092358.490000', '092358.493000', '092358.495000', '092358.498000', '092358.501000', '092358.503000', '092358.506000', '092358.508000', '092358.511000', '092358.513000', '092358.516000', '092358.519000', '092358.521000', '092358.524000', '092358.526000', '092358.529000', '092358.532000', '092358.534000', '092358.537000', '092358.539000', '092358.542000', '092358.545000', '092358.547000', '092358.550000', '092358.552000', '092358.555000', '092418.444000', '092418.446000', '092418.449000', '092418.452000', '092418.454000', '092418.457000', '092418.459000', '092418.462000', '092418.464000', '092418.467000', '092418.470000', '092418.472000', '092418.475000', '092418.477000', '092418.480000', '092418.482000', '092418.485000', '092418.487000', '092418.490000', '092418.492000', '092418.495000', '092418.498000', '092418.500000', '092418.503000', '092418.505000', '092418.508000', '092418.511000', '092418.513000', '092418.516000', '092418.519000', '092418.521000', '092418.524000', '092418.526000', '092418.529000', '092418.532000', '092418.534000', '092418.537000', '092418.540000', '092418.542000', '092418.545000', '092418.547000', '092418.550000', '092418.553000', '092438.443000', '092438.445000', '092438.448000', '092438.451000', '092438.453000', '092438.456000', '092438.458000', '092438.461000', '092438.464000', '092438.466000', '092438.469000', '092438.471000', '092438.474000', '092438.477000', '092438.479000', '092438.482000', '092438.484000', '092438.487000', '092438.489000', '092438.492000', '092438.494000', '092438.497000', '092438.500000', '092438.502000', '092438.505000', '092438.507000', '092438.510000', '092438.512000', '092438.515000', '092438.518000', '092438.520000', '092438.523000', '092438.525000', '092438.528000', '092438.531000', '092438.533000', '092438.536000', '092438.538000', '092438.541000', '092438.543000', '092438.546000', '092438.549000', '092438.551000', '092438.554000', '092458.443000', '092458.445000', '092458.448000', '092458.450000', '092458.453000', '092458.456000', '092458.458000', '092458.461000', '092458.463000', '092458.466000', '092458.469000', '092458.471000', '092458.474000', '092458.476000', '092458.479000', '092458.481000', '092458.484000', '092458.486000', '092458.489000', '092458.491000', '092458.494000', '092458.497000', '092458.499000', '092458.502000', '092458.505000', '092458.508000', '092458.511000', '092458.514000', '092458.516000', '092458.519000', '092458.521000', '092458.524000', '092458.526000', '092458.529000', '092458.532000', '092458.534000', '092458.537000', '092458.539000', '092458.542000', '092458.544000', '092458.547000', '092458.550000', '092458.552000', '092518.443000', '092518.445000', '092518.448000', '092518.452000', '092518.455000', '092518.457000', '092518.460000', '092518.462000', '092518.465000', '092518.468000', '092518.470000', '092518.473000', '092518.475000', '092518.478000', '092518.480000', '092518.483000', '092518.486000', '092518.488000', '092518.491000', '092518.493000', '092518.496000', '092518.498000', '092518.501000', '092518.515000', '092518.517000', '092518.520000', '092518.522000', '092518.525000', '092518.528000', '092518.530000', '092518.533000', '092518.535000', '092518.538000', '092518.541000', '092518.543000', '092518.546000', '092518.548000', '092518.551000', '092518.554000', '092518.556000', '092518.559000', '092518.561000', '092518.564000', '092518.566000', '092538.442000', '092538.445000', '092538.448000', '092538.450000', '092538.453000', '092538.456000', '092538.458000', '092538.461000', '092538.463000', '092538.466000', '092538.468000', '092538.471000', '092538.474000', '092538.476000', '092538.479000', '092538.481000', '092538.484000', '092538.486000', '092538.489000', '092538.491000', '092538.494000', '092538.497000', '092538.499000', '092538.502000', '092538.504000', '092538.507000', '092538.509000', '092538.512000', '092538.515000', '092538.517000', '092538.520000', '092538.523000', '092538.526000', '092538.529000', '092538.531000', '092538.534000', '092538.537000', '092538.539000', '092538.542000', '092538.544000', '092538.547000', '092538.549000', '092538.552000', '092550.984000', '092550.988000', '092550.991000', '092550.994000', '092550.997000', '092551.004000', '092551.007000', '092551.010000', '092551.013000', '092551.016000', '092551.018000', '092551.021000', '092551.024000', '092551.027000', '092551.030000', '092551.033000', '092551.035000', '092551.038000', '092551.040000', '092551.043000', '092551.046000', '092551.049000', '092551.051000', '092551.054000', '092551.057000', '092551.060000', '092551.062000', '092551.065000'], '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': [7970, 7097, 8426, 6899, 9091, 7010, 9303, 8877, 7079, 10728, 6771, 11804, 7105, 12784, 6792, 12287, 8453, 6781, 7907, 6822, 6879, 8388, 7673, 8923, 6935, 8961, 6911, 9114, 7201, 11821, 8936, 6944, 7109, 6916, 8582, 6988, 6919, 7850, 7028, 10973, 7581, 11721, 7273, 10740, 10215, 13548, 13384, 13300, 13386, 10350, 8744, 7228, 8891, 6856, 9035, 9823, 7473, 9093, 6697, 8720, 6977, 6746, 8630, 6661, 11403, 9368, 7060, 8598, 6645, 8393, 7139, 7424, 9771, 6964, 9255, 6875, 7340, 7127, 6696, 7938, 7722, 10608, 7508, 11806, 6821, 9580, 7246, 8932, 7565, 7865, 8999, 6954, 13715, 6884, 6931, 7519, 6820, 8548, 6863, 10760, 7748, 14935, 6691, 6903, 7875, 7140, 9159, 6968, 11865, 10736, 7452, 9206, 7101, 9188, 6881, 11062, 7294, 10938, 7650, 6950, 8790, 7083, 9058, 6928, 10106, 8313, 8463, 11192, 6924, 9002, 6808, 6831, 7428, 6876, 12130, 7115, 7033, 8537, 6826, 8726, 11577, 7727, 11146, 7050, 13872, 7270, 8427, 9360, 7893, 12188, 6751, 6924, 7943, 7262, 9212, 7306, 9406, 9023, 6904, 8366, 7091, 6842, 8682, 6777, 11279, 11496, 8602, 9103, 6857, 8878, 7405, 8236, 9138, 8049, 13819, 10234, 6713, 8509, 7172, 7005, 8330, 6877, 12239, 10201, 11593, 7688, 6766, 8769, 6885, 11554, 7489, 7095, 7745, 6680, 6757, 9888, 8095, 12081, 7319, 6854, 9290, 7443, 9386, 7787, 10244, 10567, 8466, 8956, 7228, 9015, 6660, 9050, 7048, 8212, 8234, 7117, 8813, 6793, 8714, 6647, 8295, 7343, 8353, 9188, 6898, 8658, 7139, 9000, 6853, 8893, 6907, 10766, 6872, 10153, 6786, 8910, 7339, 8765, 6930, 8509, 6887, 8274, 8257, 7040, 8049, 6733, 8204, 7912, 11238, 8471, 12942, 7248, 9045, 6651, 9169, 6900, 11467, 7096, 13216, 8760, 12399, 8345, 8431, 6954, 8610, 6702, 8375, 7299, 6832, 7993, 7057, 6690, 9681, 7097, 12127, 10265, 8418, 10941, 7006, 12399, 12562, 10341, 7916, 6866, 8538, 6532, 9310, 7061, 11528, 7102, 11038, 9519, 6735, 7567, 6810, 8340, 6998, 9666, 7148, 10093, 6767, 7004, 7236, 8066, 7584, 10849, 8597, 10184, 10837, 8036, 8634, 6833, 8932, 6660, 8858, 6647, 9083, 7108, 10440, 8339, 8078, 7548, 6822, 8631, 7033, 9930, 7378, 12656, 7127, 9476, 6972, 7533, 9486, 7093, 10714, 9030, 10266, 9554, 6728, 8588, 6544, 8880, 7410, 7132, 7981, 6848, 8716, 7287, 11973, 8510, 7167, 10804, 7503, 12848, 8367, 13063, 9907, 8733, 6854, 8342, 6683, 7930, 6993, 8107, 6768, 8490, 6908, 8386, 6723, 8369, 6953, 8392, 6675, 8575, 6913, 8589, 7305, 8595, 7216, 8746, 7028, 8866, 7137, 9295, 9337, 6983, 8452, 6952, 8372, 6748, 8997, 6598, 9816, 7925, 11298, 7585, 8723, 8493, 7038, 8254, 7532, 12278, 8915, 13330, 8256, 10910, 6970, 10854, 6721, 6769, 8435, 6857, 7225, 7808, 6656, 9311, 7214, 11341, 11268, 9581, 7339, 6927, 8058, 6945, 9657, 7416, 10395, 6736, 9670, 6564, 8693, 6918, 7350, 7547, 8077, 8961, 6928, 8738, 6825, 8431, 6686, 6946, 7584, 6967, 10381, 7531, 8358, 8048, 7021, 8554, 6826, 14428, 7655, 10003, 7333, 6898, 8957, 6673, 11831, 9431, 13145, 6992, 10602, 7526, 9830, 7788, 8909, 10909, 7432, 12982, 6892, 9433, 7020, 7121, 7992, 6818, 8578, 6896, 7076, 8074, 6970, 7048, 7971, 6951, 7650, 6613, 6940, 6873, 7432, 6895, 11728, 8407, 13439, 8168, 10797, 6820, 11947, 7350, 12506, 6768, 6953, 7512, 6735, 8707, 7134, 12615, 7393, 12630, 8546, 12580, 7301, 9492, 7429, 9265, 7596, 8906, 7390, 7609, 6774, 8082, 7015, 11505, 7005, 9091, 6775, 8723, 6856, 8673, 6623, 8296, 6745, 8223, 6619, 8593, 6777, 8488, 6636, 10236, 6748, 8718, 6568, 8787, 6666, 9575, 7508, 10952, 7986, 13185, 6690, 9745, 7019, 8893, 6689, 8553, 6565, 10393, 7005, 7967, 6713, 6716, 8554, 6736, 10001, 8010, 11222, 12282, 8048, 12298, 6989, 10268, 9522, 7806, 13103, 7292, 12083, 7908, 10182, 7163, 6921, 6977, 7117, 7464, 9996, 7090, 11540, 7259, 10105, 6890, 8451, 7176, 9206, 6738, 9987, 6688, 9546, 6812, 9130, 6651, 6842, 6966, 6830, 7002, 8871, 7291, 8062, 9135, 7055, 8326, 7171, 7719, 10415, 6860, 10147, 8103, 12581, 6713, 9326, 6605, 7105, 7508, 6790, 9036, 6725, 7022, 10332, 8229, 11490, 6903, 14303, 7362, 7835, 9014, 7648, 12474, 12626, 12914, 14971, 9503, 11690, 7603, 9920, 7526, 10187, 7220, 10311, 7480, 8305, 10443, 7693, 10983, 6950, 9076, 7016, 9010, 9204, 6785, 8459, 6785, 11681, 7073, 6800, 7303, 6844, 8740, 6775, 8062, 7015, 7650, 6783, 8565, 6763, 8950, 7926, 9614, 6892, 6908, 7201, 10522, 7293, 12318, 7168, 10776, 10263, 6855, 11085, 6707, 8156, 6878, 6894, 7038, 6841, 7964, 6728, 8649, 6551, 11038, 7089, 10829, 6864, 8764, 6685, 8949, 6889, 8599, 7051, 11689, 7184, 9687, 6892, 6985, 6686, 6643, 7137, 6929, 8987, 7511, 8569, 6986, 7407, 7139, 7125, 11103, 7900, 8311, 7831, 7043, 7972, 6986, 8263, 6784, 9214, 6942, 10279, 6786, 9402, 6874, 10188, 6816, 12355, 9591, 10547, 11910, 12338, 9440, 8294, 7358, 7683, 7531, 8295, 7317, 10559, 7620, 10861, 6866, 9851, 7014, 8209, 7061, 7242, 13161, 6922, 10409, 7355, 10679, 6659, 8986, 6834, 6814, 7045, 7731, 7324, 11917, 6881, 11088, 6747, 9744, 7265, 7612, 12818, 7337, 12236, 6852, 10582, 6924, 8267, 7451, 7683, 6975, 7314, 7085, 7531, 7003, 7545, 7450, 7774, 6956, 9423, 7024, 9845, 6866, 10450, 7244, 7265, 11232, 7202, 12696, 8941, 6601, 7349, 6785, 8158, 6633, 8561, 6883, 10872, 7103, 10843, 6927, 10901, 6544, 11262, 7253, 11563, 8038, 7251, 7828, 6935, 8266, 6539, 8398, 7085, 10950, 7197, 9462, 7110, 6734, 7233, 7128, 7500, 9861, 11635, 6920, 8253, 7019, 8491, 6697, 9126, 7139, 11008, 10166, 8041, 8180, 6950, 8863, 7155, 10889, 7081, 10036, 12207, 6793, 8897, 6730, 9060, 6781, 10681, 6731, 11724, 6986, 12293, 6748, 7439, 7330], 'WindowCenter': [4355.0, 4336.0, 4342.0, 4321.0, 4349.0, 4331.0, 4360.0, 4351.0, 4332.0, 4370.0, 4321.0, 4376.0, 4320.0, 4379.0, 4316.0, 4375.0, 4334.0, 4318.0, 4340.0, 4319.0, 4321.0, 4352.0, 4341.0, 4348.0, 4329.0, 4347.0, 4320.0, 4352.0, 4329.0, 4381.0, 4362.0, 4328.0, 4318.0, 4330.0, 4350.0, 4333.0, 4332.0, 4354.0, 4334.0, 4383.0, 4344.0, 4392.0, 4333.0, 4369.0, 4373.0, 4388.0, 4389.0, 4390.0, 4389.0, 4344.0, 4337.0, 4319.0, 4348.0, 4320.0, 4345.0, 4346.0, 4331.0, 4350.0, 4306.0, 4335.0, 4308.0, 4308.0, 4336.0, 4306.0, 4366.0, 4347.0, 4318.0, 4335.0, 4309.0, 4335.0, 4316.0, 4327.0, 4359.0, 4318.0, 4347.0, 4320.0, 4341.0, 4331.0, 4318.0, 4340.0, 4328.0, 4372.0, 4331.0, 4383.0, 4324.0, 4361.0, 4343.0, 4346.0, 4339.0, 4337.0, 4348.0, 4318.0, 4390.0, 4319.0, 4318.0, 4329.0, 4318.0, 4348.0, 4319.0, 4368.0, 4329.0, 4398.0, 4319.0, 4318.0, 4326.0, 4319.0, 4347.0, 4317.0, 4379.0, 4367.0, 4327.0, 4348.0, 4320.0, 4347.0, 4316.0, 4367.0, 4326.0, 4370.0, 4330.0, 4318.0, 4337.0, 4316.0, 4337.0, 4316.0, 4356.0, 4333.0, 4329.0, 4368.0, 4318.0, 4338.0, 4307.0, 4319.0, 4325.0, 4307.0, 4378.0, 4318.0, 4319.0, 4349.0, 4320.0, 4351.0, 4379.0, 4329.0, 4368.0, 4320.0, 4387.0, 4329.0, 4339.0, 4348.0, 4339.0, 4392.0, 4319.0, 4319.0, 4335.0, 4328.0, 4359.0, 4330.0, 4363.0, 4349.0, 4329.0, 4340.0, 4322.0, 4318.0, 4351.0, 4318.0, 4381.0, 4379.0, 4350.0, 4349.0, 4322.0, 4351.0, 4328.0, 4339.0, 4349.0, 4328.0, 4388.0, 4356.0, 4320.0, 4338.0, 4320.0, 4317.0, 4338.0, 4320.0, 4381.0, 4357.0, 4372.0, 4330.0, 4309.0, 4339.0, 4307.0, 4366.0, 4317.0, 4318.0, 4316.0, 4307.0, 4306.0, 4356.0, 4338.0, 4379.0, 4330.0, 4319.0, 4346.0, 4330.0, 4347.0, 4328.0, 4358.0, 4355.0, 4328.0, 4336.0, 4318.0, 4334.0, 4307.0, 4334.0, 4317.0, 4338.0, 4336.0, 4317.0, 4349.0, 4309.0, 4335.0, 4315.0, 4338.0, 4330.0, 4338.0, 4349.0, 4316.0, 4349.0, 4320.0, 4347.0, 4308.0, 4349.0, 4317.0, 4370.0, 4304.0, 4359.0, 4306.0, 4334.0, 4319.0, 4336.0, 4318.0, 4348.0, 4331.0, 4349.0, 4352.0, 4330.0, 4338.0, 4321.0, 4352.0, 4341.0, 4383.0, 4339.0, 4391.0, 4330.0, 4350.0, 4321.0, 4348.0, 4318.0, 4368.0, 4316.0, 4377.0, 4335.0, 4378.0, 4326.0, 4325.0, 4305.0, 4334.0, 4305.0, 4339.0, 4329.0, 4317.0, 4351.0, 4331.0, 4317.0, 4372.0, 4333.0, 4389.0, 4369.0, 4338.0, 4368.0, 4315.0, 4377.0, 4374.0, 4356.0, 4326.0, 4318.0, 4336.0, 4305.0, 4342.0, 4313.0, 4366.0, 4315.0, 4368.0, 4358.0, 4319.0, 4325.0, 4315.0, 4336.0, 4318.0, 4360.0, 4330.0, 4367.0, 4319.0, 4318.0, 4329.0, 4337.0, 4326.0, 4368.0, 4349.0, 4356.0, 4368.0, 4337.0, 4334.0, 4307.0, 4346.0, 4307.0, 4346.0, 4319.0, 4347.0, 4320.0, 4381.0, 4339.0, 4353.0, 4340.0, 4331.0, 4348.0, 4328.0, 4369.0, 4338.0, 4388.0, 4319.0, 4361.0, 4316.0, 4324.0, 4342.0, 4304.0, 4351.0, 4335.0, 4341.0, 4344.0, 4292.0, 4324.0, 4293.0, 4331.0, 4314.0, 4304.0, 4315.0, 4320.0, 4324.0, 4318.0, 4354.0, 4322.0, 4292.0, 4342.0, 4304.0, 4365.0, 4311.0, 4348.0, 4318.0, 4308.0, 4276.0, 4297.0, 4277.0, 4296.0, 4287.0, 4296.0, 4277.0, 4309.0, 4291.0, 4308.0, 4290.0, 4323.0, 4301.0, 4322.0, 4305.0, 4335.0, 4318.0, 4335.0, 4329.0, 4336.0, 4319.0, 4335.0, 4320.0, 4349.0, 4331.0, 4359.0, 4361.0, 4332.0, 4353.0, 4332.0, 4351.0, 4333.0, 4363.0, 4324.0, 4372.0, 4354.0, 4384.0, 4340.0, 4353.0, 4353.0, 4321.0, 4339.0, 4327.0, 4379.0, 4351.0, 4392.0, 4340.0, 4359.0, 4318.0, 4367.0, 4317.0, 4317.0, 4336.0, 4309.0, 4329.0, 4330.0, 4310.0, 4348.0, 4333.0, 4366.0, 4371.0, 4350.0, 4316.0, 4315.0, 4326.0, 4304.0, 4345.0, 4312.0, 4347.0, 4306.0, 4348.0, 4307.0, 4336.0, 4317.0, 4317.0, 4327.0, 4328.0, 4348.0, 4319.0, 4337.0, 4317.0, 4338.0, 4318.0, 4320.0, 4330.0, 4333.0, 4372.0, 4339.0, 4352.0, 4354.0, 4345.0, 4363.0, 4322.0, 4425.0, 4356.0, 4375.0, 4342.0, 4333.0, 4352.0, 4319.0, 4383.0, 4347.0, 4390.0, 4318.0, 4359.0, 4326.0, 4347.0, 4318.0, 4335.0, 4359.0, 4316.0, 4375.0, 4306.0, 4333.0, 4303.0, 4306.0, 4325.0, 4307.0, 4322.0, 4306.0, 4306.0, 4326.0, 4317.0, 4316.0, 4327.0, 4320.0, 4329.0, 4319.0, 4318.0, 4307.0, 4326.0, 4333.0, 4392.0, 4337.0, 4389.0, 4340.0, 4357.0, 4306.0, 4365.0, 4316.0, 4377.0, 4306.0, 4305.0, 4314.0, 4301.0, 4335.0, 4305.0, 4376.0, 4315.0, 4366.0, 4320.0, 4360.0, 4299.0, 4321.0, 4301.0, 4319.0, 4300.0, 4319.0, 4300.0, 4312.0, 4291.0, 4311.0, 4303.0, 4352.0, 4302.0, 4323.0, 4293.0, 4321.0, 4289.0, 4322.0, 4304.0, 4322.0, 4305.0, 4335.0, 4308.0, 4336.0, 4321.0, 4351.0, 4319.0, 4371.0, 4322.0, 4348.0, 4317.0, 4348.0, 4319.0, 4358.0, 4328.0, 4369.0, 4337.0, 4388.0, 4320.0, 4358.0, 4319.0, 4346.0, 4308.0, 4337.0, 4323.0, 4360.0, 4319.0, 4340.0, 4318.0, 4321.0, 4362.0, 4332.0, 4361.0, 4352.0, 4381.0, 4392.0, 4339.0, 4395.0, 4320.0, 4361.0, 4348.0, 4314.0, 4374.0, 4318.0, 4363.0, 4327.0, 4357.0, 4305.0, 4305.0, 4305.0, 4303.0, 4317.0, 4345.0, 4314.0, 4366.0, 4329.0, 4356.0, 4315.0, 4337.0, 4318.0, 4345.0, 4308.0, 4359.0, 4320.0, 4360.0, 4321.0, 4351.0, 4320.0, 4320.0, 4332.0, 4320.0, 4331.0, 4361.0, 4332.0, 4339.0, 4362.0, 4333.0, 4353.0, 4328.0, 4343.0, 4370.0, 4318.0, 4361.0, 4340.0, 4380.0, 4317.0, 4360.0, 4321.0, 4330.0, 4331.0, 4330.0, 4363.0, 4332.0, 4347.0, 4384.0, 4349.0, 4393.0, 4342.0, 4410.0, 4328.0, 4336.0, 4350.0, 4328.0, 4380.0, 4374.0, 4400.0, 4398.0, 4344.0, 4364.0, 4329.0, 4357.0, 4319.0, 4359.0, 4315.0, 4358.0, 4328.0, 4338.0, 4356.0, 4316.0, 4350.0, 4304.0, 4333.0, 4305.0, 4336.0, 4335.0, 4304.0, 4323.0, 4305.0, 4364.0, 4304.0, 4304.0, 4298.0, 4303.0, 4335.0, 4293.0, 4322.0, 4301.0, 4313.0, 4304.0, 4334.0, 4302.0, 4335.0, 4326.0, 4343.0, 4316.0, 4313.0, 4314.0, 4357.0, 4317.0, 4373.0, 4312.0, 4366.0, 4353.0, 4319.0, 4367.0, 4319.0, 4335.0, 4317.0, 4330.0, 4331.0, 4321.0, 4351.0, 4321.0, 4349.0, 4309.0, 4371.0, 4318.0, 4355.0, 4318.0, 4338.0, 4308.0, 4337.0, 4318.0, 4338.0, 4316.0, 4381.0, 4329.0, 4346.0, 4320.0, 4331.0, 4321.0, 4322.0, 4329.0, 4328.0, 4376.0, 4330.0, 4360.0, 4332.0, 4329.0, 4332.0, 4333.0, 4380.0, 4339.0, 4349.0, 4339.0, 4332.0, 4338.0, 4332.0, 4348.0, 4331.0, 4360.0, 4345.0, 4375.0, 4331.0, 4372.0, 4335.0, 4370.0, 4320.0, 4389.0, 4358.0, 4371.0, 4381.0, 4380.0, 4356.0, 4337.0, 4329.0, 4324.0, 4329.0, 4337.0, 4319.0, 4367.0, 4330.0, 4367.0, 4308.0, 4359.0, 4320.0, 4334.0, 4314.0, 4319.0, 4377.0, 4312.0, 4357.0, 4314.0, 4354.0, 4307.0, 4345.0, 4306.0, 4318.0, 4315.0, 4329.0, 4330.0, 4377.0, 4329.0, 4367.0, 4316.0, 4345.0, 4314.0, 4325.0, 4377.0, 4318.0, 4377.0, 4303.0, 4353.0, 4303.0, 4322.0, 4315.0, 4327.0, 4315.0, 4325.0, 4315.0, 4324.0, 4318.0, 4327.0, 4326.0, 4325.0, 4328.0, 4362.0, 4328.0, 4372.0, 4319.0, 4370.0, 4326.0, 4328.0, 4366.0, 4326.0, 4386.0, 4346.0, 4317.0, 4326.0, 4317.0, 4339.0, 4319.0, 4348.0, 4328.0, 4367.0, 4331.0, 4367.0, 4316.0, 4366.0, 4304.0, 4369.0, 4330.0, 4375.0, 4335.0, 4326.0, 4327.0, 4313.0, 4338.0, 4308.0, 4335.0, 4328.0, 4370.0, 4316.0, 4359.0, 4315.0, 4315.0, 4328.0, 4319.0, 4331.0, 4360.0, 4377.0, 4318.0, 4336.0, 4316.0, 4345.0, 4320.0, 4345.0, 4328.0, 4367.0, 4368.0, 4337.0, 4337.0, 4317.0, 4346.0, 4317.0, 4366.0, 4317.0, 4356.0, 4379.0, 4316.0, 4346.0, 4305.0, 4334.0, 4304.0, 4357.0, 4303.0, 4366.0, 4317.0, 4373.0, 4305.0, 4313.0, 4313.0], 'WindowWidth': [9635.0, 9605.0, 9604.0, 9575.0, 9610.0, 9590.0, 9627.0, 9617.0, 9592.0, 9641.0, 9576.0, 9642.0, 9570.0, 9648.0, 9562.0, 9640.0, 9585.0, 9566.0, 9597.0, 9572.0, 9575.0, 9618.0, 9601.0, 9610.0, 9585.0, 9606.0, 9573.0, 9617.0, 9583.0, 9654.0, 9634.0, 9583.0, 9570.0, 9590.0, 9614.0, 9596.0, 9594.0, 9625.0, 9598.0, 9664.0, 9612.0, 9674.0, 9595.0, 9638.0, 9646.0, 9662.0, 9665.0, 9665.0, 9663.0, 9594.0, 9586.0, 9566.0, 9604.0, 9570.0, 9599.0, 9601.0, 9588.0, 9614.0, 9547.0, 9584.0, 9550.0, 9551.0, 9587.0, 9548.0, 9628.0, 9604.0, 9566.0, 9586.0, 9554.0, 9586.0, 9566.0, 9580.0, 9622.0, 9567.0, 9605.0, 9576.0, 9605.0, 9588.0, 9570.0, 9598.0, 9581.0, 9643.0, 9590.0, 9660.0, 9582.0, 9630.0, 9609.0, 9605.0, 9598.0, 9596.0, 9609.0, 9568.0, 9664.0, 9571.0, 9569.0, 9582.0, 9567.0, 9609.0, 9570.0, 9636.0, 9583.0, 9674.0, 9569.0, 9565.0, 9575.0, 9571.0, 9606.0, 9567.0, 9650.0, 9633.0, 9580.0, 9607.0, 9572.0, 9604.0, 9563.0, 9630.0, 9576.0, 9638.0, 9585.0, 9567.0, 9590.0, 9563.0, 9589.0, 9560.0, 9613.0, 9583.0, 9579.0, 9629.0, 9564.0, 9592.0, 9551.0, 9570.0, 9573.0, 9549.0, 9646.0, 9566.0, 9569.0, 9608.0, 9573.0, 9615.0, 9651.0, 9583.0, 9634.0, 9571.0, 9656.0, 9583.0, 9595.0, 9608.0, 9596.0, 9672.0, 9570.0, 9572.0, 9589.0, 9584.0, 9625.0, 9588.0, 9633.0, 9611.0, 9585.0, 9600.0, 9577.0, 9568.0, 9614.0, 9571.0, 9656.0, 9651.0, 9613.0, 9612.0, 9577.0, 9613.0, 9581.0, 9597.0, 9609.0, 9581.0, 9662.0, 9616.0, 9571.0, 9592.0, 9569.0, 9563.0, 9594.0, 9570.0, 9652.0, 9618.0, 9640.0, 9582.0, 9553.0, 9592.0, 9548.0, 9625.0, 9561.0, 9564.0, 9559.0, 9549.0, 9547.0, 9615.0, 9594.0, 9649.0, 9585.0, 9570.0, 9601.0, 9584.0, 9602.0, 9579.0, 9617.0, 9613.0, 9576.0, 9584.0, 9566.0, 9581.0, 9547.0, 9581.0, 9563.0, 9592.0, 9586.0, 9565.0, 9607.0, 9556.0, 9587.0, 9561.0, 9592.0, 9585.0, 9593.0, 9609.0, 9564.0, 9609.0, 9572.0, 9605.0, 9554.0, 9608.0, 9565.0, 9639.0, 9545.0, 9621.0, 9549.0, 9585.0, 9569.0, 9589.0, 9570.0, 9610.0, 9590.0, 9612.0, 9619.0, 9590.0, 9599.0, 9577.0, 9620.0, 9604.0, 9662.0, 9598.0, 9671.0, 9589.0, 9613.0, 9574.0, 9606.0, 9568.0, 9633.0, 9561.0, 9645.0, 9586.0, 9645.0, 9573.0, 9570.0, 9544.0, 9582.0, 9548.0, 9596.0, 9583.0, 9568.0, 9618.0, 9591.0, 9571.0, 9648.0, 9596.0, 9668.0, 9638.0, 9595.0, 9633.0, 9562.0, 9645.0, 9640.0, 9616.0, 9575.0, 9567.0, 9587.0, 9546.0, 9592.0, 9558.0, 9629.0, 9563.0, 9635.0, 9621.0, 9571.0, 9575.0, 9563.0, 9589.0, 9567.0, 9626.0, 9588.0, 9633.0, 9569.0, 9570.0, 9583.0, 9591.0, 9577.0, 9632.0, 9610.0, 9614.0, 9633.0, 9592.0, 9584.0, 9552.0, 9601.0, 9552.0, 9602.0, 9569.0, 9606.0, 9573.0, 9659.0, 9600.0, 9624.0, 9604.0, 9592.0, 9609.0, 9582.0, 9638.0, 9599.0, 9666.0, 9571.0, 9630.0, 9562.0, 9570.0, 9590.0, 9541.0, 9603.0, 9583.0, 9587.0, 9595.0, 9521.0, 9566.0, 9525.0, 9574.0, 9555.0, 9540.0, 9555.0, 9571.0, 9564.0, 9564.0, 9606.0, 9558.0, 9520.0, 9585.0, 9536.0, 9619.0, 9540.0, 9589.0, 9545.0, 9531.0, 9488.0, 9517.0, 9492.0, 9515.0, 9504.0, 9515.0, 9491.0, 9537.0, 9515.0, 9536.0, 9516.0, 9561.0, 9535.0, 9564.0, 9546.0, 9583.0, 9565.0, 9587.0, 9583.0, 9590.0, 9569.0, 9588.0, 9572.0, 9609.0, 9591.0, 9625.0, 9630.0, 9592.0, 9623.0, 9595.0, 9618.0, 9596.0, 9634.0, 9583.0, 9647.0, 9625.0, 9663.0, 9600.0, 9620.0, 9620.0, 9575.0, 9598.0, 9578.0, 9650.0, 9611.0, 9668.0, 9596.0, 9620.0, 9565.0, 9632.0, 9565.0, 9565.0, 9589.0, 9554.0, 9583.0, 9583.0, 9558.0, 9606.0, 9591.0, 9630.0, 9641.0, 9609.0, 9561.0, 9559.0, 9574.0, 9541.0, 9598.0, 9551.0, 9601.0, 9545.0, 9604.0, 9549.0, 9586.0, 9562.0, 9561.0, 9578.0, 9580.0, 9607.0, 9567.0, 9591.0, 9565.0, 9594.0, 9568.0, 9571.0, 9587.0, 9593.0, 9644.0, 9601.0, 9619.0, 9627.0, 9616.0, 9636.0, 9579.0, 9724.0, 9634.0, 9655.0, 9609.0, 9596.0, 9616.0, 9571.0, 9658.0, 9606.0, 9666.0, 9567.0, 9622.0, 9575.0, 9602.0, 9564.0, 9582.0, 9618.0, 9558.0, 9636.0, 9544.0, 9579.0, 9538.0, 9544.0, 9569.0, 9546.0, 9564.0, 9545.0, 9546.0, 9572.0, 9562.0, 9560.0, 9575.0, 9574.0, 9580.0, 9572.0, 9567.0, 9550.0, 9578.0, 9595.0, 9673.0, 9592.0, 9663.0, 9598.0, 9615.0, 9548.0, 9625.0, 9562.0, 9640.0, 9546.0, 9546.0, 9555.0, 9538.0, 9584.0, 9545.0, 9641.0, 9556.0, 9625.0, 9556.0, 9610.0, 9526.0, 9554.0, 9527.0, 9551.0, 9527.0, 9551.0, 9527.0, 9546.0, 9518.0, 9546.0, 9536.0, 9599.0, 9534.0, 9562.0, 9523.0, 9558.0, 9516.0, 9561.0, 9540.0, 9563.0, 9544.0, 9585.0, 9553.0, 9588.0, 9576.0, 9614.0, 9573.0, 9643.0, 9580.0, 9611.0, 9569.0, 9609.0, 9573.0, 9623.0, 9584.0, 9638.0, 9595.0, 9661.0, 9573.0, 9620.0, 9570.0, 9601.0, 9553.0, 9590.0, 9582.0, 9624.0, 9572.0, 9599.0, 9569.0, 9578.0, 9637.0, 9594.0, 9629.0, 9621.0, 9656.0, 9672.0, 9597.0, 9681.0, 9573.0, 9628.0, 9604.0, 9557.0, 9638.0, 9564.0, 9620.0, 9576.0, 9614.0, 9545.0, 9545.0, 9543.0, 9540.0, 9561.0, 9598.0, 9558.0, 9625.0, 9583.0, 9613.0, 9559.0, 9590.0, 9566.0, 9600.0, 9553.0, 9622.0, 9575.0, 9628.0, 9577.0, 9614.0, 9573.0, 9575.0, 9592.0, 9576.0, 9591.0, 9629.0, 9593.0, 9599.0, 9632.0, 9596.0, 9622.0, 9584.0, 9606.0, 9638.0, 9569.0, 9627.0, 9600.0, 9651.0, 9566.0, 9628.0, 9575.0, 9587.0, 9590.0, 9591.0, 9636.0, 9596.0, 9624.0, 9667.0, 9615.0, 9678.0, 9610.0, 9697.0, 9582.0, 9591.0, 9612.0, 9579.0, 9651.0, 9639.0, 9682.0, 9676.0, 9596.0, 9622.0, 9583.0, 9616.0, 9565.0, 9622.0, 9560.0, 9620.0, 9584.0, 9593.0, 9612.0, 9557.0, 9599.0, 9539.0, 9576.0, 9541.0, 9587.0, 9583.0, 9541.0, 9566.0, 9544.0, 9621.0, 9541.0, 9541.0, 9529.0, 9540.0, 9583.0, 9525.0, 9565.0, 9535.0, 9553.0, 9541.0, 9581.0, 9541.0, 9585.0, 9575.0, 9595.0, 9560.0, 9555.0, 9557.0, 9614.0, 9564.0, 9635.0, 9552.0, 9627.0, 9607.0, 9573.0, 9632.0, 9570.0, 9588.0, 9567.0, 9588.0, 9591.0, 9576.0, 9620.0, 9576.0, 9611.0, 9558.0, 9641.0, 9565.0, 9612.0, 9567.0, 9589.0, 9551.0, 9589.0, 9566.0, 9588.0, 9560.0, 9653.0, 9586.0, 9603.0, 9570.0, 9592.0, 9578.0, 9580.0, 9587.0, 9584.0, 9658.0, 9589.0, 9632.0, 9592.0, 9586.0, 9592.0, 9596.0, 9656.0, 9600.0, 9614.0, 9600.0, 9597.0, 9599.0, 9593.0, 9612.0, 9593.0, 9632.0, 9617.0, 9656.0, 9594.0, 9650.0, 9603.0, 9645.0, 9576.0, 9667.0, 9621.0, 9644.0, 9653.0, 9653.0, 9617.0, 9591.0, 9582.0, 9571.0, 9581.0, 9591.0, 9568.0, 9633.0, 9585.0, 9634.0, 9556.0, 9623.0, 9571.0, 9586.0, 9559.0, 9567.0, 9643.0, 9554.0, 9617.0, 9557.0, 9609.0, 9548.0, 9601.0, 9550.0, 9567.0, 9564.0, 9584.0, 9587.0, 9646.0, 9585.0, 9633.0, 9563.0, 9600.0, 9558.0, 9576.0, 9642.0, 9567.0, 9644.0, 9542.0, 9608.0, 9541.0, 9565.0, 9558.0, 9576.0, 9559.0, 9574.0, 9560.0, 9572.0, 9568.0, 9580.0, 9579.0, 9578.0, 9585.0, 9634.0, 9585.0, 9644.0, 9573.0, 9641.0, 9579.0, 9582.0, 9630.0, 9579.0, 9657.0, 9604.0, 9568.0, 9578.0, 9568.0, 9598.0, 9572.0, 9610.0, 9584.0, 9633.0, 9590.0, 9634.0, 9565.0, 9630.0, 9548.0, 9636.0, 9587.0, 9640.0, 9589.0, 9576.0, 9577.0, 9558.0, 9593.0, 9554.0, 9590.0, 9582.0, 9638.0, 9565.0, 9623.0, 9563.0, 9563.0, 9582.0, 9570.0, 9588.0, 9625.0, 9646.0, 9567.0, 9590.0, 9565.0, 9603.0, 9571.0, 9601.0, 9585.0, 9634.0, 9636.0, 9593.0, 9593.0, 9569.0, 9606.0, 9568.0, 9632.0, 9567.0, 9617.0, 9650.0, 9563.0, 9603.0, 9549.0, 9584.0, 9543.0, 9617.0, 9542.0, 9627.0, 9561.0, 9636.0, 9546.0, 9555.0, 9555.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.0019884156142365096</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.034656295407577496</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.51787673673563</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.1562665400689662</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0050514796551708</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.498</td></tr>
|
|
<tr><td colspan=3>fber</td><td>4836.604</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.10449610566776635</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>67</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>7.6923076923076925</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.634171016439945</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.510579031052222</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8830118403545506</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.508922177913062</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00884734</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.005189512390643358</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.03616559877991676</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>871</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>3.822053651097866</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>14.1893</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>52.0324</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>209.2931</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>54.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>295162.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>968.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>368.097</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>1.8708</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>536.238</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3504.6996</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3766.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>81382.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1110.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4576.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>985.3281</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>33.895815533353016</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> |