=== 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-0034 --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-0034",
"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-0034_ses-04_task-social_acq-mb8_run-05_bold :: MRIQC's BOLD fMRI report</title>
|
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
|
|
|
|
<script>
|
|
var timestamp = Date.now()
|
|
|
|
function read_form() {
|
|
var ds = "<unset>";
|
|
var sub = "sub-0034_ses-04_task-social_acq-mb8_run-05_bold.nii.gz";
|
|
|
|
var artifacts = [];
|
|
$('#qcartifacts-group input:checked').each(function() {
|
|
artifacts.push($(this).attr('name'));
|
|
});
|
|
|
|
var rating = $('#qcslider').val();
|
|
var payload = {
|
|
'dataset': ds,
|
|
'subject': sub,
|
|
'rating': rating,
|
|
'artifacts': artifacts,
|
|
'time_sec': (Date.now() - timestamp) / 1000,
|
|
'confidence': $('#qcextra-confidence').val(),
|
|
'comments': $('#qcextra-comments').val()
|
|
};
|
|
|
|
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
|
|
$('#btn-download').attr('href', URL.createObjectURL(file));
|
|
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
|
|
return payload
|
|
};
|
|
|
|
function toggle_rating() {
|
|
if ($('#qcrating-menu').hasClass('d-none')) {
|
|
$('#qcrating-menu').removeClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', true);
|
|
} else {
|
|
$('#qcrating-menu').addClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', false);
|
|
}
|
|
};
|
|
|
|
$(window).on('load',function(){
|
|
var authorization = $('#btn-post').val()
|
|
if (authorization.includes("secret_token")) {
|
|
$('#btn-post').addClass('d-none');
|
|
};
|
|
timestamp = Date.now();
|
|
});
|
|
|
|
</script>
|
|
<style type="text/css">
|
|
/* The slider itself */
|
|
.slider {
|
|
-webkit-appearance: none; /* Override default CSS styles */
|
|
appearance: none;
|
|
margin-bottom: 8px;
|
|
margin-left: 10%;
|
|
width: 80%;
|
|
height: 5px; /* Specified height */
|
|
background: #d3d3d3; /* Grey background */
|
|
outline: none; /* Remove outline */
|
|
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
|
|
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
|
|
transition: opacity .2s;
|
|
}
|
|
|
|
/* Mouse-over effects */
|
|
.slider:hover {
|
|
opacity: 1; /* Fully shown on mouse-over */
|
|
}
|
|
|
|
.slider::-webkit-slider-thumb {
|
|
-webkit-appearance: none;
|
|
appearance: none;
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
.slider::-moz-range-thumb {
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body style="font-family: helvetica;">
|
|
<nav class="navbar fixed-top navbar-expand-lg bg-light">
|
|
<div class="container-fluid">
|
|
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
|
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
|
|
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
|
|
<li class="nav-item dropdown">
|
|
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
|
|
About
|
|
</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="#errors">Errors</a></li>
|
|
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="d-flex flex-row-reverse">
|
|
<div class="form-check form-switch align-self-center flex-fill me-4">
|
|
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
|
|
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
<noscript>
|
|
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
|
|
</noscript>
|
|
|
|
<div id="Basic echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-05_session-04_subject-0034_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-0034/figures/sub-0034_ses-04_task-social_acq-mb8_run-05_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0034/figures/sub-0034_ses-04_task-social_acq-mb8_run-05_desc-stdev_bold.svg" target="_blank">sub-0034/figures/sub-0034_ses-04_task-social_acq-mb8_run-05_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-05_session-04_subject-0034_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-0034/figures/sub-0034_ses-04_task-social_acq-mb8_run-05_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0034/figures/sub-0034_ses-04_task-social_acq-mb8_run-05_desc-background_bold.svg" target="_blank">sub-0034/figures/sub-0034_ses-04_task-social_acq-mb8_run-05_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-05_session-04_subject-0034_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-0034/figures/sub-0034_ses-04_task-social_acq-mb8_run-05_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0034/figures/sub-0034_ses-04_task-social_acq-mb8_run-05_desc-zoomed_bold.svg" target="_blank">sub-0034/figures/sub-0034_ses-04_task-social_acq-mb8_run-05_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-05_session-04_subject-0034_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-0034/figures/sub-0034_ses-04_task-social_acq-mb8_run-05_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0034/figures/sub-0034_ses-04_task-social_acq-mb8_run-05_desc-carpet_bold.svg" target="_blank">sub-0034/figures/sub-0034_ses-04_task-social_acq-mb8_run-05_desc-carpet_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-mean_run-05_session-04_subject-0034_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-0034/figures/sub-0034_ses-04_task-social_acq-mb8_run-05_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0034/figures/sub-0034_ses-04_task-social_acq-mb8_run-05_desc-mean_bold.svg" target="_blank">sub-0034/figures/sub-0034_ses-04_task-social_acq-mb8_run-05_desc-mean_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended reports shared across echos" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-05_session-04_subject-0034_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-0034/figures/sub-0034_ses-04_task-social_acq-mb8_run-05_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0034/figures/sub-0034_ses-04_task-social_acq-mb8_run-05_desc-brainmask_bold.svg" target="_blank">sub-0034/figures/sub-0034_ses-04_task-social_acq-mb8_run-05_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-05_session-04_subject-0034_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-0034/figures/sub-0034_ses-04_task-social_acq-mb8_run-05_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0034/figures/sub-0034_ses-04_task-social_acq-mb8_run-05_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0034/figures/sub-0034_ses-04_task-social_acq-mb8_run-05_desc-norm_bold.svg" target="_blank">sub-0034/figures/sub-0034_ses-04_task-social_acq-mb8_run-05_desc-norm_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="About" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">About</h1>
|
|
<div id="errors" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
|
|
</div>
|
|
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
|
|
reconstructing the provenance of the corresponding derivatives.
|
|
</p> <div class="accordion accordion-flush" id="about-metadata">
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-0">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
|
|
Provenance Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-0" class="table table-sm table-striped">
|
|
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
|
|
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0034/ses-04/func/sub-0034_ses-04_task-social_acq-mb8_run-05_bold.nii.gz</td></tr>
|
|
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
|
|
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
|
|
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
|
|
<tr><td colspan=2>md5sum</td><td>cb2ee9ee367a8d0bf1e31daf5539d3e9</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:29:51.472500</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.998007, 0.0631031, 0.001013, -0.0626144, 0.988013, 0.141103]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-05_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.0884947</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-05_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>22</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4168, -7857, -7356, 453, 90, -325, -186, 61]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>social</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>253.993</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>6b1f7675-89b0-4183-8d42-4af3712f59fc||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.6775784492492676, -0.16798987984657288, -0.021338554099202156, 120.30944061279297], [-0.16930092871189117, 2.650766372680664, 0.38038939237594604, -86.44331359863281], [0.0027177943848073483, -0.37856853008270264, 2.672985076904297, -63.95380401611328], [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': ['092951.472500', '092951.932500', '092952.392500', '092952.852500', '092953.312500', '092953.772500', '092954.232500', '092954.692500', '092955.152500', '092955.612500', '092956.072500', '092956.532500', '092956.992500', '092957.452500', '092957.912500', '092958.372500', '092958.832500', '092959.292500', '092959.752500', '093000.212500', '093000.672500', '093001.132500', '093001.592500', '093002.052500', '093002.512500', '093002.972500', '093003.432500', '093003.892500', '093004.352500', '093004.812500', '093005.272500', '093005.732500', '093006.192500', '093006.652500', '093007.112500', '093007.572500', '093008.032500', '093008.492500', '093008.952500', '093009.412500', '093009.872500', '093010.332500', '093010.792500', '093011.252500', '093011.712500', '093012.172500', '093012.632500', '093013.092500', '093013.552500', '093014.012500', '093014.472500', '093014.932500', '093015.392500', '093015.852500', '093016.312500', '093016.772500', '093017.232500', '093017.692500', '093018.152500', '093018.612500', '093019.072500', '093019.532500', '093019.992500', '093020.452500', '093020.912500', '093021.372500', '093021.832500', '093022.292500', '093022.752500', '093023.212500', '093023.672500', '093024.132500', '093024.592500', '093025.052500', '093025.512500', '093025.972500', '093026.432500', '093026.892500', '093027.352500', '093027.812500', '093028.272500', '093028.732500', '093029.192500', '093029.652500', '093030.112500', '093030.572500', '093031.032500', '093031.492500', '093031.952500', '093032.412500', '093032.872500', '093033.332500', '093033.792500', '093034.252500', '093034.712500', '093035.172500', '093035.632500', '093036.092500', '093036.552500', '093037.012500', '093037.472500', '093037.932500', '093038.392500', '093038.852500', '093039.312500', '093039.772500', '093040.232500', '093040.692500', '093041.152500', '093041.612500', '093042.072500', '093042.532500', '093042.992500', '093043.452500', '093043.912500', '093044.372500', '093044.832500', '093045.292500', '093045.752500', '093046.212500', '093046.672500', '093047.132500', '093047.592500', '093048.052500', '093048.512500', '093048.972500', '093049.432500', '093049.892500', '093050.352500', '093050.812500', '093051.272500', '093051.732500', '093052.192500', '093052.652500', '093053.112500', '093053.572500', '093054.032500', '093054.492500', '093054.952500', '093055.412500', '093055.872500', '093056.332500', '093056.792500', '093057.252500', '093057.712500', '093058.172500', '093058.632500', '093059.092500', '093059.552500', '093100.012500', '093100.472500', '093100.932500', '093101.392500', '093101.852500', '093102.312500', '093102.772500', '093103.232500', '093103.692500', '093104.152500', '093104.612500', '093105.072500', '093105.532500', '093105.992500', '093106.452500', '093106.912500', '093107.372500', '093107.832500', '093108.292500', '093108.752500', '093109.212500', '093109.672500', '093110.132500', '093110.592500', '093111.052500', '093111.512500', '093111.972500', '093112.432500', '093112.892500', '093113.352500', '093113.812500', '093114.272500', '093114.732500', '093115.192500', '093115.652500', '093116.112500', '093116.572500', '093117.032500', '093117.492500', '093117.952500', '093118.412500', '093118.872500', '093119.332500', '093119.792500', '093120.252500', '093120.712500', '093121.172500', '093121.632500', '093122.092500', '093122.552500', '093123.012500', '093123.472500', '093123.932500', '093124.392500', '093124.852500', '093125.312500', '093125.772500', '093126.232500', '093126.692500', '093127.152500', '093127.612500', '093128.072500', '093128.532500', '093128.992500', '093129.452500', '093129.912500', '093130.372500', '093130.832500', '093131.292500', '093131.752500', '093132.212500', '093132.672500', '093133.132500', '093133.592500', '093134.052500', '093134.512500', '093134.972500', '093135.432500', '093135.892500', '093136.352500', '093136.812500', '093137.272500', '093137.732500', '093138.192500', '093138.652500', '093139.112500', '093139.572500', '093140.032500', '093140.492500', '093140.952500', '093141.412500', '093141.872500', '093142.332500', '093142.792500', '093143.252500', '093143.712500', '093144.172500', '093144.632500', '093145.092500', '093145.552500', '093146.012500', '093146.472500', '093146.932500', '093147.392500', '093147.852500', '093148.312500', '093148.772500', '093149.232500', '093149.692500', '093150.152500', '093150.612500', '093151.072500', '093151.532500', '093151.992500', '093152.452500', '093152.912500', '093153.372500', '093153.832500', '093154.292500', '093154.752500', '093155.212500', '093155.672500', '093156.132500', '093156.592500', '093157.052500', '093157.512500', '093157.972500', '093158.432500', '093158.892500', '093159.352500', '093159.812500', '093200.272500', '093200.732500', '093201.192500', '093201.652500', '093202.112500', '093202.572500', '093203.032500', '093203.492500', '093203.952500', '093204.412500', '093204.872500', '093205.332500', '093205.792500', '093206.252500', '093206.712500', '093207.172500', '093207.632500', '093208.092500', '093208.552500', '093209.012500', '093209.472500', '093209.932500', '093210.392500', '093210.852500', '093211.312500', '093211.772500', '093212.232500', '093212.692500', '093213.152500', '093213.612500', '093214.072500', '093214.532500', '093214.992500', '093215.452500', '093215.912500', '093216.372500', '093216.832500', '093217.292500', '093217.752500', '093218.212500', '093218.672500', '093219.132500', '093219.592500', '093220.052500', '093220.512500', '093220.972500', '093221.432500', '093221.892500', '093222.352500', '093222.812500', '093223.272500', '093223.732500', '093224.192500', '093224.652500', '093225.112500', '093225.572500', '093226.032500', '093226.492500', '093226.952500', '093227.412500', '093227.872500', '093228.332500', '093228.792500', '093229.252500', '093229.712500', '093230.172500', '093230.632500', '093231.092500', '093231.552500', '093232.012500', '093232.472500', '093232.932500', '093233.392500', '093233.852500', '093234.312500', '093234.772500', '093235.232500', '093235.692500', '093236.152500', '093236.612500', '093237.072500', '093237.532500', '093237.992500', '093238.452500', '093238.912500', '093239.372500', '093239.832500', '093240.292500', '093240.752500', '093241.212500', '093241.672500', '093242.132500', '093242.592500', '093243.052500', '093243.512500', '093243.972500', '093244.432500', '093244.892500', '093245.352500', '093245.812500', '093246.272500', '093246.732500', '093247.192500', '093247.652500', '093248.112500', '093248.572500', '093249.032500', '093249.492500', '093249.952500', '093250.412500', '093250.872500', '093251.332500', '093251.792500', '093252.252500', '093252.712500', '093253.172500', '093253.632500', '093254.092500', '093254.552500', '093255.012500', '093255.472500', '093255.932500', '093256.392500', '093256.852500', '093257.312500', '093257.772500', '093258.232500', '093258.692500', '093259.152500', '093259.612500', '093300.072500', '093300.532500', '093300.992500', '093301.452500', '093301.912500', '093302.372500', '093302.832500', '093303.292500', '093303.752500', '093304.212500', '093304.672500', '093305.132500', '093305.592500', '093306.052500', '093306.512500', '093306.972500', '093307.432500', '093307.892500', '093308.352500', '093308.812500', '093309.272500', '093309.732500', '093310.192500', '093310.652500', '093311.112500', '093311.572500', '093312.032500', '093312.492500', '093312.952500', '093313.412500', '093313.872500', '093314.332500', '093314.792500', '093315.252500', '093315.712500', '093316.172500', '093316.632500', '093317.092500', '093317.552500', '093318.012500', '093318.472500', '093318.932500', '093319.392500', '093319.852500', '093320.312500', '093320.772500', '093321.232500', '093321.692500', '093322.152500', '093322.612500', '093323.072500', '093323.532500', '093323.992500', '093324.452500', '093324.912500', '093325.372500', '093325.832500', '093326.292500', '093326.752500', '093327.212500', '093327.672500', '093328.132500', '093328.592500', '093329.052500', '093329.512500', '093329.972500', '093330.432500', '093330.892500', '093331.352500', '093331.812500', '093332.272500', '093332.732500', '093333.192500', '093333.652500', '093334.112500', '093334.572500', '093335.032500', '093335.492500', '093335.952500', '093336.412500', '093336.872500', '093337.332500', '093337.792500', '093338.252500', '093338.712500', '093339.172500', '093339.632500', '093340.092500', '093340.552500', '093341.012500', '093341.472500', '093341.932500', '093342.392500', '093342.852500', '093343.312500', '093343.772500', '093344.232500', '093344.692500', '093345.152500', '093345.612500', '093346.072500', '093346.532500', '093346.992500', '093347.452500', '093347.912500', '093348.372500', '093348.832500', '093349.292500', '093349.752500', '093350.212500', '093350.672500', '093351.132500', '093351.592500', '093352.052500', '093352.512500', '093352.972500', '093353.432500', '093353.892500', '093354.352500', '093354.812500', '093355.272500', '093355.732500', '093356.192500', '093356.652500', '093357.112500', '093357.572500', '093358.032500', '093358.492500', '093358.952500', '093359.412500', '093359.872500', '093400.332500', '093400.792500', '093401.252500', '093401.712500', '093402.172500', '093402.632500', '093403.092500', '093403.552500', '093404.012500', '093404.472500', '093404.932500', '093405.392500', '093405.852500', '093406.312500', '093406.772500', '093407.232500', '093407.692500', '093408.152500', '093408.612500', '093409.072500', '093409.532500', '093409.992500', '093410.452500', '093410.912500', '093411.372500', '093411.832500', '093412.292500', '093412.752500', '093413.212500', '093413.672500', '093414.132500', '093414.592500', '093415.052500', '093415.512500', '093415.972500', '093416.432500', '093416.892500', '093417.352500', '093417.812500', '093418.272500', '093418.732500', '093419.192500', '093419.652500', '093420.112500', '093420.572500', '093421.032500', '093421.492500', '093421.952500', '093422.412500', '093422.872500', '093423.332500', '093423.792500', '093424.252500', '093424.712500', '093425.172500', '093425.632500', '093426.092500', '093426.552500', '093427.012500', '093427.472500', '093427.932500', '093428.392500', '093428.852500', '093429.312500', '093429.772500', '093430.232500', '093430.692500', '093431.152500', '093431.612500', '093432.072500', '093432.532500', '093432.992500', '093433.452500', '093433.912500', '093434.372500', '093434.832500', '093435.292500', '093435.752500', '093436.212500', '093436.672500', '093437.132500', '093437.592500', '093438.052500', '093438.512500', '093438.972500', '093439.432500', '093439.892500', '093440.352500', '093440.812500', '093441.272500', '093441.732500', '093442.192500', '093442.652500', '093443.112500', '093443.572500', '093444.032500', '093444.492500', '093444.952500', '093445.412500', '093445.872500', '093446.332500', '093446.792500', '093447.252500', '093447.712500', '093448.172500', '093448.632500', '093449.092500', '093449.552500', '093450.012500', '093450.472500', '093450.932500', '093451.392500', '093451.852500', '093452.312500', '093452.772500', '093453.232500', '093453.692500', '093454.152500', '093454.612500', '093455.072500', '093455.532500', '093455.992500', '093456.452500', '093456.912500', '093457.372500', '093457.832500', '093458.292500', '093458.752500', '093459.212500', '093459.672500', '093500.132500', '093500.592500', '093501.052500', '093501.512500', '093501.972500', '093502.432500', '093502.892500', '093503.352500', '093503.812500', '093504.272500', '093504.732500', '093505.192500', '093505.652500', '093506.112500', '093506.572500', '093507.032500', '093507.492500', '093507.952500', '093508.412500', '093508.872500', '093509.332500', '093509.792500', '093510.252500', '093510.712500', '093511.172500', '093511.632500', '093512.092500', '093512.552500', '093513.012500', '093513.472500', '093513.932500', '093514.392500', '093514.852500', '093515.312500', '093515.772500', '093516.232500', '093516.692500', '093517.152500', '093517.612500', '093518.072500', '093518.532500', '093518.992500', '093519.452500', '093519.912500', '093520.372500', '093520.832500', '093521.292500', '093521.752500', '093522.212500', '093522.672500', '093523.132500', '093523.592500', '093524.052500', '093524.512500', '093524.972500', '093525.432500', '093525.892500', '093526.352500', '093526.812500', '093527.272500', '093527.732500', '093528.192500', '093528.652500', '093529.112500', '093529.572500', '093530.032500', '093530.492500', '093530.952500', '093531.412500', '093531.872500', '093532.332500', '093532.792500', '093533.252500', '093533.712500', '093534.172500', '093534.632500', '093535.092500', '093535.552500', '093536.012500', '093536.472500', '093536.932500', '093537.392500', '093537.852500', '093538.312500', '093538.772500', '093539.232500', '093539.692500', '093540.152500', '093540.612500', '093541.072500', '093541.532500', '093541.992500', '093542.452500', '093542.912500', '093543.372500', '093543.832500', '093544.292500', '093544.752500', '093545.212500', '093545.672500', '093546.132500', '093546.592500', '093547.052500', '093547.512500', '093547.972500', '093548.432500', '093548.892500', '093549.352500', '093549.812500', '093550.272500', '093550.732500', '093551.192500', '093551.652500', '093552.112500', '093552.572500', '093553.032500', '093553.492500', '093553.952500', '093554.412500', '093554.872500', '093555.332500', '093555.792500', '093556.252500', '093556.712500', '093557.172500', '093557.632500', '093558.092500', '093558.552500', '093559.012500', '093559.472500', '093559.932500', '093600.392500', '093600.852500', '093601.312500', '093601.772500', '093602.232500', '093602.692500', '093603.152500', '093603.612500', '093604.072500', '093604.532500', '093604.992500', '093605.452500', '093605.912500', '093606.372500', '093606.832500', '093607.292500', '093607.752500', '093608.212500', '093608.672500', '093609.132500', '093609.592500', '093610.052500', '093610.512500', '093610.972500', '093611.432500', '093611.892500', '093612.352500', '093612.812500', '093613.272500', '093613.732500', '093614.192500', '093614.652500', '093615.112500', '093615.572500', '093616.032500', '093616.492500', '093616.952500', '093617.412500', '093617.872500', '093618.332500', '093618.792500', '093619.252500', '093619.712500', '093620.172500', '093620.632500', '093621.092500', '093621.552500', '093622.012500', '093622.472500', '093622.932500', '093623.392500', '093623.852500', '093624.312500', '093624.772500', '093625.232500', '093625.692500', '093626.152500', '093626.612500', '093627.072500', '093627.532500', '093627.992500', '093628.452500', '093628.912500', '093629.372500', '093629.832500', '093630.292500', '093630.752500', '093631.212500', '093631.672500', '093632.132500'], 'ContentTime': ['092955.174000', '092955.177000', '093015.145000', '093015.148000', '093015.151000', '093015.153000', '093015.156000', '093015.159000', '093015.161000', '093015.164000', '093015.166000', '093015.169000', '093015.171000', '093015.174000', '093015.176000', '093015.179000', '093015.182000', '093015.184000', '093015.187000', '093015.189000', '093015.192000', '093015.194000', '093015.197000', '093015.200000', '093015.202000', '093015.205000', '093015.207000', '093015.210000', '093015.212000', '093015.215000', '093015.217000', '093015.220000', '093015.223000', '093015.225000', '093015.228000', '093015.230000', '093015.233000', '093015.235000', '093015.238000', '093015.240000', '093015.243000', '093015.246000', '093015.248000', '093015.251000', '093015.253000', '093015.256000', '093015.258000', '093015.261000', '093015.268000', '093015.270000', '093035.145000', '093035.148000', '093035.151000', '093035.153000', '093035.156000', '093035.159000', '093035.161000', '093035.164000', '093035.166000', '093035.169000', '093035.171000', '093035.174000', '093035.177000', '093035.179000', '093035.182000', '093035.184000', '093035.196000', '093035.198000', '093035.201000', '093035.204000', '093035.206000', '093035.209000', '093035.211000', '093035.214000', '093035.216000', '093035.219000', '093035.222000', '093035.225000', '093035.227000', '093035.230000', '093035.233000', '093035.235000', '093035.238000', '093035.249000', '093035.252000', '093035.255000', '093035.257000', '093035.260000', '093035.262000', '093035.265000', '093035.267000', '093035.270000', '093035.272000', '093055.145000', '093055.148000', '093055.151000', '093055.153000', '093055.156000', '093055.159000', '093055.161000', '093055.164000', '093055.166000', '093055.169000', '093055.171000', '093055.174000', '093055.177000', '093055.179000', '093055.182000', '093055.184000', '093055.192000', '093055.194000', '093055.197000', '093055.200000', '093055.202000', '093055.205000', '093055.208000', '093055.210000', '093055.213000', '093055.215000', '093055.218000', '093055.220000', '093055.223000', '093055.225000', '093055.228000', '093055.230000', '093055.233000', '093055.236000', '093055.238000', '093055.241000', '093055.243000', '093055.246000', '093055.248000', '093055.251000', '093055.254000', '093055.256000', '093055.259000', '093055.261000', '093115.146000', '093115.148000', '093115.151000', '093115.154000', '093115.156000', '093115.159000', '093115.161000', '093115.164000', '093115.166000', '093115.169000', '093115.172000', '093115.174000', '093115.182000', '093115.185000', '093115.187000', '093115.190000', '093115.193000', '093115.195000', '093115.198000', '093115.200000', '093115.203000', '093115.205000', '093115.208000', '093115.211000', '093115.213000', '093115.216000', '093115.218000', '093115.221000', '093115.223000', '093115.226000', '093115.229000', '093115.231000', '093115.234000', '093115.236000', '093115.239000', '093115.241000', '093115.244000', '093115.247000', '093115.249000', '093115.252000', '093115.254000', '093115.257000', '093115.260000', '093135.145000', '093135.148000', '093135.151000', '093135.154000', '093135.156000', '093135.159000', '093135.161000', '093135.164000', '093135.167000', '093135.169000', '093135.172000', '093135.174000', '093135.177000', '093135.180000', '093135.182000', '093135.185000', '093135.187000', '093135.190000', '093135.193000', '093135.195000', '093135.198000', '093135.200000', '093135.203000', '093135.205000', '093135.208000', '093135.211000', '093135.213000', '093135.216000', '093135.218000', '093135.221000', '093135.223000', '093135.226000', '093135.229000', '093135.231000', '093135.234000', '093135.236000', '093135.239000', '093135.242000', '093135.248000', '093135.251000', '093135.253000', '093135.256000', '093135.259000', '093135.261000', '093155.147000', '093155.149000', '093155.152000', '093155.155000', '093155.157000', '093155.160000', '093155.162000', '093155.165000', '093155.167000', '093155.177000', '093155.180000', '093155.182000', '093155.185000', '093155.187000', '093155.190000', '093155.193000', '093155.195000', '093155.198000', '093155.200000', '093155.203000', '093155.206000', '093155.208000', '093155.211000', '093155.213000', '093155.216000', '093155.218000', '093155.221000', '093155.224000', '093155.226000', '093155.229000', '093155.231000', '093155.234000', '093155.236000', '093155.239000', '093155.242000', '093155.244000', '093155.247000', '093155.250000', '093155.252000', '093155.255000', '093155.258000', '093155.261000', '093155.264000', '093215.147000', '093215.149000', '093215.152000', '093215.155000', '093215.157000', '093215.160000', '093215.162000', '093215.165000', '093215.167000', '093215.170000', '093215.173000', '093215.175000', '093215.178000', '093215.180000', '093215.183000', '093215.185000', '093215.188000', '093215.191000', '093215.193000', '093215.196000', '093215.199000', '093215.201000', '093215.204000', '093215.206000', '093215.209000', '093215.211000', '093215.214000', '093215.216000', '093215.219000', '093215.222000', '093215.241000', '093215.243000', '093215.246000', '093215.248000', '093215.251000', '093215.253000', '093215.256000', '093215.259000', '093215.261000', '093215.264000', '093215.266000', '093215.269000', '093215.271000', '093215.274000', '093235.146000', '093235.148000', '093235.151000', '093235.154000', '093235.156000', '093235.159000', '093235.161000', '093235.164000', '093235.166000', '093235.169000', '093235.172000', '093235.174000', '093235.177000', '093235.179000', '093235.182000', '093235.184000', '093235.187000', '093235.190000', '093235.192000', '093235.195000', '093235.197000', '093235.200000', '093235.202000', '093235.223000', '093235.225000', '093235.228000', '093235.230000', '093235.233000', '093235.236000', '093235.238000', '093235.241000', '093235.243000', '093235.246000', '093235.249000', '093235.251000', '093235.254000', '093235.256000', '093235.259000', '093235.261000', '093235.264000', '093235.266000', '093235.269000', '093235.272000', '093255.145000', '093255.148000', '093255.151000', '093255.154000', '093255.156000', '093255.159000', '093255.161000', '093255.164000', '093255.166000', '093255.169000', '093255.171000', '093255.174000', '093255.177000', '093255.179000', '093255.182000', '093255.185000', '093255.187000', '093255.190000', '093255.192000', '093255.195000', '093255.198000', '093255.200000', '093255.203000', '093255.205000', '093255.208000', '093255.211000', '093255.213000', '093255.216000', '093255.218000', '093255.221000', '093255.224000', '093255.226000', '093255.229000', '093255.231000', '093255.234000', '093255.236000', '093255.239000', '093255.241000', '093255.244000', '093255.247000', '093255.249000', '093255.252000', '093255.254000', '093255.257000', '093315.146000', '093315.148000', '093315.151000', '093315.154000', '093315.156000', '093315.159000', '093315.161000', '093315.164000', '093315.166000', '093315.169000', '093315.171000', '093315.174000', '093315.177000', '093315.179000', '093315.182000', '093315.184000', '093315.187000', '093315.190000', '093315.192000', '093315.195000', '093315.197000', '093315.200000', '093315.202000', '093315.205000', '093315.208000', '093315.210000', '093315.213000', '093315.215000', '093315.218000', '093315.221000', '093315.223000', '093315.226000', '093315.228000', '093315.231000', '093315.233000', '093315.236000', '093315.239000', '093315.241000', '093315.244000', '093315.246000', '093315.249000', '093315.251000', '093315.254000', '093335.146000', '093335.148000', '093335.151000', '093335.153000', '093335.156000', '093335.159000', '093335.161000', '093335.164000', '093335.166000', '093335.169000', '093335.171000', '093335.174000', '093335.177000', '093335.179000', '093335.182000', '093335.185000', '093335.187000', '093335.208000', '093335.211000', '093335.213000', '093335.216000', '093335.218000', '093335.221000', '093335.223000', '093335.226000', '093335.229000', '093335.231000', '093335.234000', '093335.236000', '093335.239000', '093335.242000', '093335.244000', '093335.247000', '093335.249000', '093335.252000', '093335.254000', '093335.257000', '093335.260000', '093335.262000', '093335.265000', '093335.267000', '093335.270000', '093335.272000', '093335.275000', '093355.146000', '093355.149000', '093355.151000', '093355.154000', '093355.157000', '093355.159000', '093355.162000', '093355.164000', '093355.167000', '093355.169000', '093355.172000', '093355.187000', '093355.235000', '093355.237000', '093355.243000', '093355.245000', '093355.248000', '093355.251000', '093355.253000', '093355.256000', '093355.258000', '093355.261000', '093355.263000', '093355.266000', '093355.269000', '093355.271000', '093355.274000', '093355.276000', '093355.279000', '093355.282000', '093355.284000', '093355.287000', '093355.289000', '093355.292000', '093355.295000', '093355.297000', '093355.300000', '093355.302000', '093355.305000', '093355.307000', '093355.310000', '093355.313000', '093355.315000', '093415.147000', '093415.150000', '093415.152000', '093415.155000', '093415.158000', '093415.160000', '093415.163000', '093415.165000', '093415.168000', '093415.170000', '093415.173000', '093415.176000', '093415.178000', '093415.181000', '093415.183000', '093415.186000', '093415.189000', '093415.191000', '093415.194000', '093415.196000', '093415.199000', '093415.202000', '093415.204000', '093415.207000', '093415.210000', '093415.212000', '093415.215000', '093415.217000', '093415.220000', '093415.222000', '093415.225000', '093415.228000', '093415.230000', '093415.233000', '093415.235000', '093415.238000', '093415.241000', '093415.243000', '093415.246000', '093415.248000', '093415.251000', '093415.253000', '093415.256000', '093415.259000', '093435.147000', '093435.149000', '093435.152000', '093435.155000', '093435.157000', '093435.160000', '093435.162000', '093435.165000', '093435.168000', '093435.170000', '093435.173000', '093435.175000', '093435.178000', '093435.180000', '093435.183000', '093435.186000', '093435.188000', '093435.229000', '093435.232000', '093435.235000', '093435.237000', '093435.240000', '093435.242000', '093435.245000', '093435.248000', '093435.250000', '093435.253000', '093435.255000', '093435.258000', '093435.261000', '093435.263000', '093435.266000', '093435.268000', '093435.271000', '093435.274000', '093435.276000', '093435.279000', '093435.281000', '093435.284000', '093435.287000', '093435.289000', '093435.292000', '093435.295000', '093455.146000', '093455.148000', '093455.151000', '093455.154000', '093455.156000', '093455.159000', '093455.161000', '093455.164000', '093455.167000', '093455.169000', '093455.172000', '093455.174000', '093455.177000', '093455.180000', '093455.182000', '093455.185000', '093455.187000', '093455.236000', '093455.238000', '093455.241000', '093455.244000', '093455.246000', '093455.249000', '093455.251000', '093455.254000', '093455.256000', '093455.259000', '093455.261000', '093455.264000', '093455.267000', '093455.269000', '093455.272000', '093455.274000', '093455.277000', '093455.280000', '093455.282000', '093455.285000', '093455.287000', '093455.290000', '093455.292000', '093455.295000', '093455.298000', '093455.300000', '093455.303000', '093515.146000', '093515.149000', '093515.151000', '093515.154000', '093515.156000', '093515.159000', '093515.162000', '093515.164000', '093515.167000', '093515.169000', '093515.172000', '093515.174000', '093515.177000', '093515.180000', '093515.182000', '093515.185000', '093515.187000', '093515.235000', '093515.237000', '093515.240000', '093515.242000', '093515.245000', '093515.248000', '093515.250000', '093515.253000', '093515.255000', '093515.258000', '093515.261000', '093515.263000', '093515.266000', '093515.268000', '093515.271000', '093515.273000', '093515.276000', '093515.279000', '093515.297000', '093515.300000', '093515.302000', '093515.305000', '093515.307000', '093515.310000', '093515.313000', '093515.315000', '093535.145000', '093535.148000', '093535.153000', '093535.156000', '093535.158000', '093535.161000', '093535.163000', '093535.166000', '093535.169000', '093535.171000', '093535.174000', '093535.176000', '093535.179000', '093535.182000', '093535.184000', '093535.187000', '093535.237000', '093535.239000', '093535.242000', '093535.245000', '093535.247000', '093535.250000', '093535.252000', '093535.255000', '093535.258000', '093535.260000', '093535.263000', '093535.266000', '093535.268000', '093535.271000', '093535.273000', '093535.276000', '093535.278000', '093535.281000', '093535.284000', '093535.286000', '093535.289000', '093535.291000', '093535.294000', '093535.297000', '093535.299000', '093535.302000', '093535.304000', '093535.307000', '093555.146000', '093555.148000', '093555.151000', '093555.154000', '093555.156000', '093555.159000', '093555.161000', '093555.164000', '093555.167000', '093555.169000', '093555.172000', '093555.174000', '093555.177000', '093555.180000', '093555.182000', '093555.185000', '093555.187000', '093555.239000', '093555.241000', '093555.244000', '093555.246000', '093555.249000', '093555.252000', '093555.254000', '093555.257000', '093555.259000', '093555.262000', '093555.265000', '093555.267000', '093555.270000', '093555.272000', '093555.275000', '093555.277000', '093555.280000', '093555.283000', '093555.285000', '093555.288000', '093555.290000', '093555.293000', '093555.296000', '093555.298000', '093555.301000', '093555.303000', '093615.146000', '093615.149000', '093615.151000', '093615.154000', '093615.156000', '093615.159000', '093615.162000', '093615.164000', '093615.167000', '093615.169000', '093615.172000', '093615.174000', '093615.177000', '093615.180000', '093615.182000', '093615.185000', '093615.187000', '093615.216000', '093615.219000', '093615.221000', '093615.224000', '093615.227000', '093615.229000', '093615.232000', '093615.234000', '093615.237000', '093615.239000', '093615.242000', '093615.245000', '093615.247000', '093615.250000', '093615.252000', '093615.255000', '093615.258000', '093615.260000', '093615.263000', '093615.265000', '093615.268000', '093615.271000', '093615.273000', '093615.276000', '093615.278000', '093615.281000', '093615.283000', '093633.046000', '093633.049000', '093633.052000', '093633.055000', '093633.057000', '093633.060000', '093633.063000', '093633.065000', '093633.068000', '093633.070000', '093633.073000', '093633.076000', '093633.078000', '093633.081000', '093633.084000', '093633.086000', '093633.089000', '093633.092000', '093633.094000', '093633.097000', '093633.100000', '093633.102000', '093633.105000', '093633.108000', '093633.111000', '093633.113000', '093633.116000', '093633.119000', '093633.121000', '093633.124000', '093633.126000', '093633.132000', '093633.134000', '093633.137000', '093633.140000', '093633.142000', '093633.145000', '093633.148000', '093633.150000'], 'InstanceCreationTime': ['092955.174000', '092955.177000', '093015.145000', '093015.148000', '093015.151000', '093015.153000', '093015.156000', '093015.159000', '093015.161000', '093015.164000', '093015.166000', '093015.169000', '093015.171000', '093015.174000', '093015.176000', '093015.179000', '093015.182000', '093015.184000', '093015.187000', '093015.189000', '093015.192000', '093015.194000', '093015.197000', '093015.200000', '093015.202000', '093015.205000', '093015.207000', '093015.210000', '093015.212000', '093015.215000', '093015.217000', '093015.220000', '093015.223000', '093015.225000', '093015.228000', '093015.230000', '093015.233000', '093015.235000', '093015.238000', '093015.240000', '093015.243000', '093015.246000', '093015.248000', '093015.251000', '093015.253000', '093015.256000', '093015.258000', '093015.261000', '093015.268000', '093015.270000', '093035.145000', '093035.148000', '093035.151000', '093035.153000', '093035.156000', '093035.159000', '093035.161000', '093035.164000', '093035.166000', '093035.169000', '093035.171000', '093035.174000', '093035.177000', '093035.179000', '093035.182000', '093035.184000', '093035.196000', '093035.198000', '093035.201000', '093035.204000', '093035.206000', '093035.209000', '093035.211000', '093035.214000', '093035.216000', '093035.219000', '093035.222000', '093035.225000', '093035.227000', '093035.230000', '093035.233000', '093035.235000', '093035.238000', '093035.249000', '093035.252000', '093035.255000', '093035.257000', '093035.260000', '093035.262000', '093035.265000', '093035.267000', '093035.270000', '093035.272000', '093055.145000', '093055.148000', '093055.151000', '093055.153000', '093055.156000', '093055.159000', '093055.161000', '093055.164000', '093055.166000', '093055.169000', '093055.171000', '093055.174000', '093055.177000', '093055.179000', '093055.182000', '093055.184000', '093055.192000', '093055.194000', '093055.197000', '093055.200000', '093055.202000', '093055.205000', '093055.208000', '093055.210000', '093055.213000', '093055.215000', '093055.218000', '093055.220000', '093055.223000', '093055.225000', '093055.228000', '093055.230000', '093055.233000', '093055.236000', '093055.238000', '093055.241000', '093055.243000', '093055.246000', '093055.248000', '093055.251000', '093055.254000', '093055.256000', '093055.259000', '093055.261000', '093115.146000', '093115.148000', '093115.151000', '093115.154000', '093115.156000', '093115.159000', '093115.161000', '093115.164000', '093115.166000', '093115.169000', '093115.172000', '093115.174000', '093115.182000', '093115.185000', '093115.187000', '093115.190000', '093115.193000', '093115.195000', '093115.198000', '093115.200000', '093115.203000', '093115.205000', '093115.208000', '093115.211000', '093115.213000', '093115.216000', '093115.218000', '093115.221000', '093115.223000', '093115.226000', '093115.229000', '093115.231000', '093115.234000', '093115.236000', '093115.239000', '093115.241000', '093115.244000', '093115.247000', '093115.249000', '093115.252000', '093115.254000', '093115.257000', '093115.260000', '093135.145000', '093135.148000', '093135.151000', '093135.154000', '093135.156000', '093135.159000', '093135.161000', '093135.164000', '093135.167000', '093135.169000', '093135.172000', '093135.174000', '093135.177000', '093135.180000', '093135.182000', '093135.185000', '093135.187000', '093135.190000', '093135.193000', '093135.195000', '093135.198000', '093135.200000', '093135.203000', '093135.205000', '093135.208000', '093135.211000', '093135.213000', '093135.216000', '093135.218000', '093135.221000', '093135.223000', '093135.226000', '093135.229000', '093135.231000', '093135.234000', '093135.236000', '093135.239000', '093135.242000', '093135.248000', '093135.251000', '093135.253000', '093135.256000', '093135.259000', '093135.261000', '093155.147000', '093155.149000', '093155.152000', '093155.155000', '093155.157000', '093155.160000', '093155.162000', '093155.165000', '093155.167000', '093155.177000', '093155.180000', '093155.182000', '093155.185000', '093155.187000', '093155.190000', '093155.193000', '093155.195000', '093155.198000', '093155.200000', '093155.203000', '093155.206000', '093155.208000', '093155.211000', '093155.213000', '093155.216000', '093155.218000', '093155.221000', '093155.224000', '093155.226000', '093155.229000', '093155.231000', '093155.234000', '093155.236000', '093155.239000', '093155.242000', '093155.244000', '093155.247000', '093155.250000', '093155.252000', '093155.255000', '093155.258000', '093155.261000', '093155.264000', '093215.147000', '093215.149000', '093215.152000', '093215.155000', '093215.157000', '093215.160000', '093215.162000', '093215.165000', '093215.167000', '093215.170000', '093215.173000', '093215.175000', '093215.178000', '093215.180000', '093215.183000', '093215.185000', '093215.188000', '093215.191000', '093215.193000', '093215.196000', '093215.199000', '093215.201000', '093215.204000', '093215.206000', '093215.209000', '093215.211000', '093215.214000', '093215.216000', '093215.219000', '093215.222000', '093215.241000', '093215.243000', '093215.246000', '093215.248000', '093215.251000', '093215.253000', '093215.256000', '093215.259000', '093215.261000', '093215.264000', '093215.266000', '093215.269000', '093215.271000', '093215.274000', '093235.146000', '093235.148000', '093235.151000', '093235.154000', '093235.156000', '093235.159000', '093235.161000', '093235.164000', '093235.166000', '093235.169000', '093235.172000', '093235.174000', '093235.177000', '093235.179000', '093235.182000', '093235.184000', '093235.187000', '093235.190000', '093235.192000', '093235.195000', '093235.197000', '093235.200000', '093235.202000', '093235.223000', '093235.225000', '093235.228000', '093235.230000', '093235.233000', '093235.236000', '093235.238000', '093235.241000', '093235.243000', '093235.246000', '093235.249000', '093235.251000', '093235.254000', '093235.256000', '093235.259000', '093235.261000', '093235.264000', '093235.266000', '093235.269000', '093235.272000', '093255.145000', '093255.148000', '093255.151000', '093255.154000', '093255.156000', '093255.159000', '093255.161000', '093255.164000', '093255.166000', '093255.169000', '093255.171000', '093255.174000', '093255.177000', '093255.179000', '093255.182000', '093255.185000', '093255.187000', '093255.190000', '093255.192000', '093255.195000', '093255.198000', '093255.200000', '093255.203000', '093255.205000', '093255.208000', '093255.211000', '093255.213000', '093255.216000', '093255.218000', '093255.221000', '093255.224000', '093255.226000', '093255.229000', '093255.231000', '093255.234000', '093255.236000', '093255.239000', '093255.241000', '093255.244000', '093255.247000', '093255.249000', '093255.252000', '093255.254000', '093255.257000', '093315.146000', '093315.148000', '093315.151000', '093315.154000', '093315.156000', '093315.159000', '093315.161000', '093315.164000', '093315.166000', '093315.169000', '093315.171000', '093315.174000', '093315.177000', '093315.179000', '093315.182000', '093315.184000', '093315.187000', '093315.190000', '093315.192000', '093315.195000', '093315.197000', '093315.200000', '093315.202000', '093315.205000', '093315.208000', '093315.210000', '093315.213000', '093315.215000', '093315.218000', '093315.221000', '093315.223000', '093315.226000', '093315.228000', '093315.231000', '093315.233000', '093315.236000', '093315.239000', '093315.241000', '093315.244000', '093315.246000', '093315.249000', '093315.251000', '093315.254000', '093335.146000', '093335.148000', '093335.151000', '093335.153000', '093335.156000', '093335.159000', '093335.161000', '093335.164000', '093335.166000', '093335.169000', '093335.171000', '093335.174000', '093335.177000', '093335.179000', '093335.182000', '093335.185000', '093335.187000', '093335.208000', '093335.211000', '093335.213000', '093335.216000', '093335.218000', '093335.221000', '093335.223000', '093335.226000', '093335.229000', '093335.231000', '093335.234000', '093335.236000', '093335.239000', '093335.242000', '093335.244000', '093335.247000', '093335.249000', '093335.252000', '093335.254000', '093335.257000', '093335.260000', '093335.262000', '093335.265000', '093335.267000', '093335.270000', '093335.272000', '093335.275000', '093355.146000', '093355.149000', '093355.151000', '093355.154000', '093355.157000', '093355.159000', '093355.162000', '093355.164000', '093355.167000', '093355.169000', '093355.172000', '093355.187000', '093355.235000', '093355.237000', '093355.243000', '093355.245000', '093355.248000', '093355.251000', '093355.253000', '093355.256000', '093355.258000', '093355.261000', '093355.263000', '093355.266000', '093355.269000', '093355.271000', '093355.274000', '093355.276000', '093355.279000', '093355.282000', '093355.284000', '093355.287000', '093355.289000', '093355.292000', '093355.295000', '093355.297000', '093355.300000', '093355.302000', '093355.305000', '093355.307000', '093355.310000', '093355.313000', '093355.315000', '093415.147000', '093415.150000', '093415.152000', '093415.155000', '093415.158000', '093415.160000', '093415.163000', '093415.165000', '093415.168000', '093415.170000', '093415.173000', '093415.176000', '093415.178000', '093415.181000', '093415.183000', '093415.186000', '093415.189000', '093415.191000', '093415.194000', '093415.196000', '093415.199000', '093415.202000', '093415.204000', '093415.207000', '093415.210000', '093415.212000', '093415.215000', '093415.217000', '093415.220000', '093415.222000', '093415.225000', '093415.228000', '093415.230000', '093415.233000', '093415.235000', '093415.238000', '093415.241000', '093415.243000', '093415.246000', '093415.248000', '093415.251000', '093415.253000', '093415.256000', '093415.259000', '093435.147000', '093435.149000', '093435.152000', '093435.155000', '093435.157000', '093435.160000', '093435.162000', '093435.165000', '093435.168000', '093435.170000', '093435.173000', '093435.175000', '093435.178000', '093435.180000', '093435.183000', '093435.186000', '093435.188000', '093435.229000', '093435.232000', '093435.235000', '093435.237000', '093435.240000', '093435.242000', '093435.245000', '093435.248000', '093435.250000', '093435.253000', '093435.255000', '093435.258000', '093435.261000', '093435.263000', '093435.266000', '093435.268000', '093435.271000', '093435.274000', '093435.276000', '093435.279000', '093435.281000', '093435.284000', '093435.287000', '093435.289000', '093435.292000', '093435.295000', '093455.146000', '093455.148000', '093455.151000', '093455.154000', '093455.156000', '093455.159000', '093455.161000', '093455.164000', '093455.167000', '093455.169000', '093455.172000', '093455.174000', '093455.177000', '093455.180000', '093455.182000', '093455.185000', '093455.187000', '093455.236000', '093455.238000', '093455.241000', '093455.244000', '093455.246000', '093455.249000', '093455.251000', '093455.254000', '093455.256000', '093455.259000', '093455.261000', '093455.264000', '093455.267000', '093455.269000', '093455.272000', '093455.274000', '093455.277000', '093455.280000', '093455.282000', '093455.285000', '093455.287000', '093455.290000', '093455.292000', '093455.295000', '093455.298000', '093455.300000', '093455.303000', '093515.146000', '093515.149000', '093515.151000', '093515.154000', '093515.156000', '093515.159000', '093515.162000', '093515.164000', '093515.167000', '093515.169000', '093515.172000', '093515.174000', '093515.177000', '093515.180000', '093515.182000', '093515.185000', '093515.187000', '093515.235000', '093515.237000', '093515.240000', '093515.242000', '093515.245000', '093515.248000', '093515.250000', '093515.253000', '093515.255000', '093515.258000', '093515.261000', '093515.263000', '093515.266000', '093515.268000', '093515.271000', '093515.273000', '093515.276000', '093515.279000', '093515.297000', '093515.300000', '093515.302000', '093515.305000', '093515.307000', '093515.310000', '093515.313000', '093515.315000', '093535.145000', '093535.148000', '093535.153000', '093535.156000', '093535.158000', '093535.161000', '093535.163000', '093535.166000', '093535.169000', '093535.171000', '093535.174000', '093535.176000', '093535.179000', '093535.182000', '093535.184000', '093535.187000', '093535.237000', '093535.239000', '093535.242000', '093535.245000', '093535.247000', '093535.250000', '093535.252000', '093535.255000', '093535.258000', '093535.260000', '093535.263000', '093535.266000', '093535.268000', '093535.271000', '093535.273000', '093535.276000', '093535.278000', '093535.281000', '093535.284000', '093535.286000', '093535.289000', '093535.291000', '093535.294000', '093535.297000', '093535.299000', '093535.302000', '093535.304000', '093535.307000', '093555.146000', '093555.148000', '093555.151000', '093555.154000', '093555.156000', '093555.159000', '093555.161000', '093555.164000', '093555.167000', '093555.169000', '093555.172000', '093555.174000', '093555.177000', '093555.180000', '093555.182000', '093555.185000', '093555.187000', '093555.239000', '093555.241000', '093555.244000', '093555.246000', '093555.249000', '093555.252000', '093555.254000', '093555.257000', '093555.259000', '093555.262000', '093555.265000', '093555.267000', '093555.270000', '093555.272000', '093555.275000', '093555.277000', '093555.280000', '093555.283000', '093555.285000', '093555.288000', '093555.290000', '093555.293000', '093555.296000', '093555.298000', '093555.301000', '093555.303000', '093615.146000', '093615.149000', '093615.151000', '093615.154000', '093615.156000', '093615.159000', '093615.162000', '093615.164000', '093615.167000', '093615.169000', '093615.172000', '093615.174000', '093615.177000', '093615.180000', '093615.182000', '093615.185000', '093615.187000', '093615.216000', '093615.219000', '093615.221000', '093615.224000', '093615.227000', '093615.229000', '093615.232000', '093615.234000', '093615.237000', '093615.239000', '093615.242000', '093615.245000', '093615.247000', '093615.250000', '093615.252000', '093615.255000', '093615.258000', '093615.260000', '093615.263000', '093615.265000', '093615.268000', '093615.271000', '093615.273000', '093615.276000', '093615.278000', '093615.281000', '093615.283000', '093633.046000', '093633.049000', '093633.052000', '093633.055000', '093633.057000', '093633.060000', '093633.063000', '093633.065000', '093633.068000', '093633.070000', '093633.073000', '093633.076000', '093633.078000', '093633.081000', '093633.084000', '093633.086000', '093633.089000', '093633.092000', '093633.094000', '093633.097000', '093633.100000', '093633.102000', '093633.105000', '093633.108000', '093633.111000', '093633.113000', '093633.116000', '093633.119000', '093633.121000', '093633.124000', '093633.126000', '093633.132000', '093633.134000', '093633.137000', '093633.140000', '093633.142000', '093633.145000', '093633.148000', '093633.150000'], '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': [12935, 10918, 16578, 10197, 13483, 8023, 8807, 10621, 6765, 11248, 8084, 11511, 6918, 6863, 11153, 6725, 9891, 7357, 8816, 12291, 9188, 11485, 7322, 11428, 6534, 6700, 6670, 9697, 6474, 9485, 9764, 6598, 10794, 6756, 9993, 7822, 7421, 12642, 6691, 10983, 8638, 11003, 12249, 7136, 12107, 8244, 13490, 9218, 11484, 14915, 7440, 12823, 10218, 6468, 12395, 7310, 9554, 7213, 6666, 11898, 6811, 9446, 7523, 8608, 12443, 6930, 11089, 6524, 6693, 7483, 6747, 9965, 6919, 9581, 8232, 7006, 10973, 6894, 10262, 7072, 7594, 11436, 6927, 11231, 8017, 7373, 11541, 7067, 11595, 9620, 8659, 11027, 6666, 10600, 9174, 6684, 11285, 7805, 6443, 11370, 6592, 10939, 7400, 6877, 11292, 6744, 6682, 6653, 8955, 8114, 13024, 11874, 7168, 11122, 7141, 7831, 9065, 6854, 11020, 7283, 9290, 7266, 7909, 7043, 7011, 11613, 6868, 8726, 13707, 6987, 11775, 7308, 7326, 11207, 6499, 8979, 10907, 6976, 10850, 7708, 6679, 11598, 7117, 10001, 7379, 6625, 10535, 6575, 6680, 11077, 6636, 10655, 8450, 8024, 11155, 6901, 9479, 8374, 6607, 10068, 7089, 8627, 7241, 6659, 10690, 6668, 10299, 8921, 8936, 12362, 6774, 10105, 7027, 9199, 7530, 8864, 7740, 8593, 13268, 8628, 12713, 7199, 8267, 12055, 6487, 10021, 10512, 8236, 13097, 6595, 10337, 7104, 6781, 10903, 6476, 10917, 8030, 8178, 12010, 6741, 10378, 7597, 6703, 10557, 6589, 9845, 10397, 8798, 12283, 6877, 8906, 6980, 7844, 11128, 6959, 8949, 10712, 8028, 11157, 6694, 6710, 7407, 6678, 9713, 6923, 7906, 9502, 6743, 11157, 7276, 9509, 7326, 6840, 10889, 6604, 10825, 8937, 8203, 12016, 6713, 10031, 8623, 6672, 11088, 8748, 8561, 11737, 6817, 10755, 7850, 6667, 11222, 7109, 10420, 12309, 6752, 11464, 6890, 6554, 11395, 6506, 10613, 8726, 8194, 11919, 6474, 8013, 7499, 9701, 9373, 6970, 10434, 7069, 10162, 9743, 9072, 13471, 6611, 10053, 7613, 6515, 11192, 6855, 10369, 12438, 7672, 10634, 6732, 8314, 9547, 7009, 11039, 9174, 9078, 9619, 6701, 11091, 6705, 8956, 11522, 6886, 11833, 8737, 8922, 12042, 6727, 7193, 7686, 7069, 13049, 6828, 11215, 6819, 11179, 9368, 6704, 7552, 6904, 10537, 7305, 10380, 7044, 12076, 7470, 8672, 11596, 9555, 10776, 9551, 13058, 9073, 12664, 9014, 11979, 8532, 12329, 11874, 9253, 13689, 6959, 10585, 7467, 6693, 12168, 6559, 9693, 7554, 6761, 12003, 6749, 8688, 7762, 6715, 11143, 6801, 8131, 7867, 6639, 11574, 7407, 9852, 7094, 6923, 10520, 7026, 10247, 6909, 6573, 10905, 7085, 7000, 7390, 9377, 8250, 9485, 7698, 7829, 7366, 6534, 10889, 7923, 8167, 13269, 6517, 11279, 8511, 8808, 12530, 6695, 10190, 7219, 6738, 10814, 6432, 10908, 10607, 8831, 12113, 6626, 9442, 9573, 6770, 11147, 6759, 9417, 10672, 6611, 11154, 7627, 8760, 12156, 6586, 11702, 8780, 7340, 11481, 6512, 12371, 9222, 8150, 11478, 6666, 8800, 11107, 6906, 9829, 7256, 6498, 11499, 7940, 8446, 7857, 6579, 9439, 6629, 7206, 11071, 6641, 11269, 6730, 6680, 10646, 6577, 8692, 8332, 6698, 10796, 6583, 9635, 7408, 6569, 10791, 6651, 8604, 11489, 6576, 11293, 10483, 8742, 11814, 6430, 8960, 11375, 6923, 10580, 9100, 6881, 12076, 7167, 8874, 7595, 6644, 10746, 6814, 9772, 12476, 7705, 11501, 7085, 6790, 11124, 6684, 8262, 11196, 6729, 11185, 8842, 6570, 11220, 6771, 6315, 11362, 6598, 8056, 11397, 6803, 11274, 10358, 8989, 11454, 6878, 7609, 6693, 7433, 7034, 9231, 12607, 8411, 11882, 6591, 8357, 10987, 6737, 10792, 9349, 8577, 11075, 6408, 8924, 8602, 6646, 10699, 6826, 7643, 11521, 6383, 11483, 8836, 9267, 9392, 6856, 10280, 6601, 8154, 11316, 6659, 11110, 8243, 8820, 11111, 6868, 9817, 6722, 8427, 12101, 7289, 11043, 7017, 7935, 11013, 6496, 8830, 10431, 6792, 11145, 8573, 8659, 12327, 6734, 9025, 7677, 6534, 10812, 6965, 8060, 11992, 7462, 11151, 7580, 6616, 11299, 6583, 8797, 9660, 6623, 11295, 7356, 7992, 9247, 6682, 10176, 6726, 7942, 11377, 7078, 10932, 8788, 6758, 11008, 6427, 9074, 8803, 6557, 11643, 7801, 10703, 10721, 6839, 10478, 6862, 9860, 12010, 7163, 11360, 6331, 9568, 7738, 8063, 6975, 8853, 11233, 6869, 11716, 8810, 7567, 11946, 6558, 9541, 10387, 6978, 11202, 8042, 6429, 11033, 6702, 10461, 7591, 6833, 10753, 7028, 6528, 10823, 6526, 8546, 10605, 6842, 11194, 6642, 6977, 10382, 6717, 9531, 6779, 7010, 11745, 6784, 10331, 6881, 6669, 10817, 6356, 10250, 11311, 8612, 12454, 6609, 8796, 8129, 6446, 11050, 7399, 11227, 11367, 7483, 12026, 6853, 9168, 7538, 7924, 12003, 8472, 13063, 8800, 10665, 6637, 8455, 14072, 6643, 10686, 8492, 7564, 12759, 7745, 8892, 7340, 6584, 11038, 6880, 8308, 11835, 6928, 11417, 8856, 6702, 11540, 6871, 7873, 10527, 6922, 11188, 9105, 8147, 11607, 6655, 8281, 11363, 6770, 8901, 11064, 7086, 11427, 8626, 9066, 12525, 6427, 8498, 8025, 7082, 10250, 7649, 7830, 11019, 6669, 8567, 7765, 6741, 7431, 6770, 10462, 6717, 10117, 11489, 7959, 13331, 9717, 12469, 6931, 9313, 12725, 6932, 10555, 8792, 6552, 11315, 8456, 8382, 11660, 6617, 10434, 7362, 6350, 11322, 7000, 9626, 10844, 6938, 10488, 7484, 6418, 11330, 7091, 8193, 11610, 7071, 11158, 8515, 6480, 11305, 6989, 6516, 11387, 7200, 11083, 7076, 7094, 11447, 7002, 10902, 9908, 9303, 12097, 7155, 9661, 8210, 6732, 11286, 7134, 10281, 11894, 8440, 11310, 6770, 9569, 7806, 6871, 10847, 7001, 10456, 8523, 6665, 11102, 7095, 9387, 7944, 7523, 11682, 7079, 9400, 7303, 6661, 9792, 6689, 10553, 6641, 11987, 9417, 9495, 13200, 6727, 10176, 11479, 6810, 11288, 8341, 9131, 13102, 6927, 8990, 6807, 6363, 11219, 6494, 9968, 10870, 6723, 11298, 7184, 6647, 11596, 6837, 10360, 7631, 6753, 11846, 6738, 8678, 11214, 6643, 11676, 9333, 8885, 12363, 6693, 9385, 7509, 6384, 11784, 6722, 10188, 7321, 6380, 10951, 6743, 8029, 11714, 6459, 11528, 9601, 8436, 12135, 6866, 10250], 'WindowCenter': [4007.0, 3981.0, 4000.0, 3955.0, 3974.0, 3921.0, 3942.0, 3949.0, 3898.0, 3952.0, 3919.0, 3960.0, 3909.0, 3900.0, 3947.0, 3883.0, 3925.0, 3894.0, 3942.0, 3976.0, 3955.0, 3987.0, 3934.0, 3984.0, 3911.0, 3910.0, 3910.0, 3951.0, 3899.0, 3940.0, 3937.0, 3897.0, 3951.0, 3913.0, 3951.0, 3931.0, 3921.0, 3959.0, 3885.0, 3936.0, 3916.0, 3947.0, 3945.0, 3883.0, 3934.0, 3902.0, 3932.0, 3899.0, 3920.0, 3928.0, 3865.0, 3917.0, 3895.0, 3843.0, 3916.0, 3865.0, 3896.0, 3865.0, 3867.0, 3917.0, 3855.0, 3909.0, 3890.0, 3910.0, 3941.0, 3880.0, 3933.0, 3883.0, 3882.0, 3891.0, 3882.0, 3923.0, 3892.0, 3925.0, 3903.0, 3893.0, 3935.0, 3893.0, 3935.0, 3893.0, 3905.0, 3944.0, 3895.0, 3948.0, 3915.0, 3895.0, 3946.0, 3895.0, 3949.0, 3937.0, 3929.0, 3948.0, 3884.0, 3936.0, 3923.0, 3882.0, 3935.0, 3892.0, 3873.0, 3944.0, 3883.0, 3936.0, 3894.0, 3884.0, 3948.0, 3884.0, 3883.0, 3896.0, 3938.0, 3931.0, 3973.0, 3960.0, 3896.0, 3946.0, 3893.0, 3905.0, 3914.0, 3895.0, 3948.0, 3908.0, 3939.0, 3906.0, 3917.0, 3896.0, 3897.0, 3950.0, 3885.0, 3927.0, 3958.0, 3896.0, 3959.0, 3907.0, 3907.0, 3947.0, 3884.0, 3926.0, 3935.0, 3893.0, 3946.0, 3904.0, 3885.0, 3947.0, 3895.0, 3938.0, 3895.0, 3897.0, 3937.0, 3883.0, 3884.0, 3945.0, 3886.0, 3949.0, 3918.0, 3919.0, 3949.0, 3907.0, 3952.0, 3917.0, 3896.0, 3937.0, 3897.0, 3930.0, 3908.0, 3901.0, 3952.0, 3897.0, 3950.0, 3927.0, 3928.0, 3960.0, 3897.0, 3951.0, 3909.0, 3939.0, 3919.0, 3942.0, 3931.0, 3941.0, 3985.0, 3943.0, 3973.0, 3895.0, 3946.0, 3960.0, 3885.0, 3938.0, 3936.0, 3917.0, 3959.0, 3897.0, 3938.0, 3894.0, 3885.0, 3935.0, 3873.0, 3937.0, 3906.0, 3917.0, 3948.0, 3896.0, 3938.0, 3906.0, 3896.0, 3938.0, 3885.0, 3938.0, 3937.0, 3930.0, 3962.0, 3925.0, 3943.0, 3908.0, 3917.0, 3947.0, 3894.0, 3926.0, 3935.0, 3917.0, 3949.0, 3898.0, 3900.0, 3907.0, 3898.0, 3942.0, 3898.0, 3919.0, 3941.0, 3914.0, 3976.0, 3922.0, 3941.0, 3907.0, 3896.0, 3946.0, 3885.0, 3949.0, 3927.0, 3917.0, 3959.0, 3896.0, 3939.0, 3917.0, 3885.0, 3948.0, 3915.0, 3927.0, 3947.0, 3885.0, 3947.0, 3904.0, 3884.0, 3946.0, 3893.0, 3937.0, 3946.0, 3885.0, 3962.0, 3896.0, 3887.0, 3947.0, 3884.0, 3937.0, 3925.0, 3931.0, 3959.0, 3887.0, 3931.0, 3909.0, 3938.0, 3925.0, 3895.0, 3937.0, 3896.0, 3939.0, 3927.0, 3928.0, 3960.0, 3897.0, 3939.0, 3905.0, 3884.0, 3937.0, 3883.0, 3938.0, 3959.0, 3919.0, 3937.0, 3895.0, 3918.0, 3936.0, 3896.0, 3949.0, 3925.0, 3929.0, 3937.0, 3895.0, 3949.0, 3897.0, 3928.0, 3946.0, 3895.0, 3960.0, 3941.0, 3943.0, 3960.0, 3882.0, 3894.0, 3916.0, 3910.0, 3968.0, 3908.0, 3956.0, 3906.0, 3971.0, 3962.0, 3921.0, 3944.0, 3933.0, 3973.0, 3932.0, 3965.0, 3921.0, 3975.0, 3912.0, 3931.0, 3960.0, 3939.0, 3937.0, 3926.0, 3944.0, 3913.0, 3934.0, 3901.0, 3931.0, 3899.0, 3932.0, 3918.0, 3911.0, 3929.0, 3865.0, 3906.0, 3851.0, 3852.0, 3904.0, 3842.0, 3895.0, 3863.0, 3853.0, 3915.0, 3854.0, 3886.0, 3863.0, 3855.0, 3917.0, 3854.0, 3887.0, 3887.0, 3868.0, 3930.0, 3890.0, 3922.0, 3880.0, 3882.0, 3921.0, 3881.0, 3923.0, 3881.0, 3883.0, 3934.0, 3895.0, 3895.0, 3909.0, 3937.0, 3916.0, 3937.0, 3915.0, 3919.0, 3907.0, 3887.0, 3961.0, 3931.0, 3929.0, 3959.0, 3886.0, 3948.0, 3926.0, 3928.0, 3959.0, 3896.0, 3938.0, 3905.0, 3894.0, 3946.0, 3885.0, 3949.0, 3948.0, 3928.0, 3960.0, 3897.0, 3951.0, 3938.0, 3897.0, 3947.0, 3884.0, 3927.0, 3937.0, 3896.0, 3949.0, 3907.0, 3928.0, 3957.0, 3884.0, 3947.0, 3915.0, 3905.0, 3945.0, 3884.0, 3958.0, 3925.0, 3917.0, 3947.0, 3884.0, 3925.0, 3946.0, 3894.0, 3936.0, 3893.0, 3885.0, 3948.0, 3916.0, 3916.0, 3915.0, 3894.0, 3925.0, 3884.0, 3905.0, 3946.0, 3896.0, 3960.0, 3896.0, 3899.0, 3948.0, 3897.0, 3930.0, 3918.0, 3897.0, 3950.0, 3897.0, 3951.0, 3919.0, 3897.0, 3961.0, 3898.0, 3928.0, 3947.0, 3885.0, 3960.0, 3948.0, 3929.0, 3960.0, 3887.0, 3928.0, 3948.0, 3908.0, 3950.0, 3928.0, 3895.0, 3959.0, 3907.0, 3940.0, 3918.0, 3897.0, 3948.0, 3885.0, 3938.0, 3959.0, 3920.0, 3961.0, 3907.0, 3897.0, 3948.0, 3897.0, 3929.0, 3948.0, 3895.0, 3948.0, 3926.0, 3895.0, 3948.0, 3895.0, 3884.0, 3947.0, 3885.0, 3916.0, 3946.0, 3885.0, 3949.0, 3936.0, 3928.0, 3960.0, 3898.0, 3917.0, 3894.0, 3907.0, 3907.0, 3953.0, 3974.0, 3930.0, 3960.0, 3910.0, 3930.0, 3948.0, 3885.0, 3948.0, 3926.0, 3928.0, 3947.0, 3884.0, 3928.0, 3926.0, 3896.0, 3947.0, 3884.0, 3907.0, 3961.0, 3885.0, 3959.0, 3926.0, 3938.0, 3938.0, 3897.0, 3948.0, 3895.0, 3916.0, 3947.0, 3885.0, 3947.0, 3915.0, 3928.0, 3948.0, 3896.0, 3937.0, 3883.0, 3916.0, 3958.0, 3906.0, 3949.0, 3895.0, 3916.0, 3947.0, 3885.0, 3928.0, 3935.0, 3884.0, 3948.0, 3914.0, 3927.0, 3957.0, 3895.0, 3926.0, 3905.0, 3883.0, 3946.0, 3893.0, 3916.0, 3946.0, 3906.0, 3961.0, 3906.0, 3896.0, 3946.0, 3895.0, 3925.0, 3926.0, 3895.0, 3949.0, 3907.0, 3918.0, 3939.0, 3896.0, 3938.0, 3896.0, 3917.0, 3947.0, 3898.0, 3949.0, 3927.0, 3897.0, 3948.0, 3885.0, 3928.0, 3927.0, 3885.0, 3958.0, 3919.0, 3965.0, 3949.0, 3898.0, 3949.0, 3895.0, 3938.0, 3959.0, 3908.0, 3962.0, 3887.0, 3938.0, 3906.0, 3917.0, 3907.0, 3939.0, 3950.0, 3896.0, 3959.0, 3926.0, 3907.0, 3958.0, 3885.0, 3937.0, 3935.0, 3894.0, 3945.0, 3903.0, 3874.0, 3935.0, 3883.0, 3936.0, 3903.0, 3883.0, 3935.0, 3892.0, 3872.0, 3934.0, 3873.0, 3928.0, 3948.0, 3897.0, 3948.0, 3895.0, 3907.0, 3936.0, 3910.0, 3937.0, 3894.0, 3908.0, 3960.0, 3900.0, 3952.0, 3909.0, 3900.0, 3950.0, 3886.0, 3951.0, 3950.0, 3931.0, 3972.0, 3910.0, 3941.0, 3931.0, 3899.0, 3962.0, 3934.0, 3975.0, 3962.0, 3934.0, 3986.0, 3912.0, 3952.0, 3923.0, 3932.0, 3960.0, 3930.0, 3972.0, 3940.0, 3951.0, 3898.0, 3930.0, 3970.0, 3896.0, 3947.0, 3914.0, 3907.0, 3960.0, 3918.0, 3928.0, 3907.0, 3896.0, 3946.0, 3894.0, 3916.0, 3948.0, 3896.0, 3958.0, 3927.0, 3897.0, 3960.0, 3896.0, 3917.0, 3936.0, 3895.0, 3948.0, 3926.0, 3918.0, 3960.0, 3896.0, 3928.0, 3949.0, 3895.0, 3926.0, 3945.0, 3895.0, 3958.0, 3927.0, 3927.0, 3959.0, 3886.0, 3929.0, 3917.0, 3907.0, 3948.0, 3918.0, 3932.0, 3950.0, 3898.0, 3930.0, 3919.0, 3898.0, 3908.0, 3897.0, 3949.0, 3898.0, 3952.0, 3961.0, 3946.0, 3995.0, 3952.0, 3974.0, 3924.0, 3953.0, 3972.0, 3908.0, 3951.0, 3927.0, 3887.0, 3950.0, 3927.0, 3928.0, 3959.0, 3895.0, 3948.0, 3904.0, 3885.0, 3949.0, 3895.0, 3939.0, 3948.0, 3894.0, 3948.0, 3905.0, 3885.0, 3947.0, 3894.0, 3917.0, 3947.0, 3896.0, 3948.0, 3926.0, 3885.0, 3947.0, 3892.0, 3883.0, 3946.0, 3906.0, 3948.0, 3895.0, 3906.0, 3946.0, 3896.0, 3948.0, 3935.0, 3936.0, 3958.0, 3895.0, 3938.0, 3917.0, 3893.0, 3959.0, 3894.0, 3948.0, 3958.0, 3928.0, 3958.0, 3898.0, 3949.0, 3917.0, 3897.0, 3948.0, 3907.0, 3950.0, 3929.0, 3899.0, 3959.0, 3909.0, 3940.0, 3917.0, 3918.0, 3960.0, 3922.0, 3952.0, 3933.0, 3910.0, 3950.0, 3898.0, 3949.0, 3898.0, 3974.0, 3942.0, 3953.0, 3971.0, 3898.0, 3949.0, 3948.0, 3897.0, 3949.0, 3916.0, 3936.0, 3959.0, 3908.0, 3928.0, 3896.0, 3886.0, 3947.0, 3884.0, 3937.0, 3948.0, 3897.0, 3960.0, 3908.0, 3897.0, 3958.0, 3896.0, 3948.0, 3906.0, 3897.0, 3959.0, 3897.0, 3929.0, 3948.0, 3897.0, 3958.0, 3938.0, 3939.0, 3959.0, 3898.0, 3938.0, 3905.0, 3886.0, 3959.0, 3897.0, 3950.0, 3909.0, 3898.0, 3960.0, 3910.0, 3920.0, 3959.0, 3887.0, 3961.0, 3940.0, 3931.0, 3959.0, 3899.0, 3951.0], 'WindowWidth': [8935.0, 8889.0, 8916.0, 8842.0, 8867.0, 8791.0, 8819.0, 8823.0, 8755.0, 8830.0, 8783.0, 8840.0, 8771.0, 8763.0, 8814.0, 8724.0, 8782.0, 8739.0, 8817.0, 8872.0, 8844.0, 8891.0, 8820.0, 8885.0, 8783.0, 8777.0, 8777.0, 8829.0, 8759.0, 8813.0, 8805.0, 8752.0, 8828.0, 8785.0, 8832.0, 8807.0, 8792.0, 8837.0, 8731.0, 8801.0, 8773.0, 8817.0, 8811.0, 8726.0, 8795.0, 8746.0, 8787.0, 8739.0, 8767.0, 8774.0, 8684.0, 8757.0, 8724.0, 8653.0, 8755.0, 8686.0, 8730.0, 8686.0, 8693.0, 8757.0, 8674.0, 8751.0, 8732.0, 8757.0, 8799.0, 8720.0, 8792.0, 8727.0, 8723.0, 8733.0, 8722.0, 8778.0, 8737.0, 8786.0, 8752.0, 8740.0, 8796.0, 8741.0, 8798.0, 8739.0, 8759.0, 8808.0, 8744.0, 8820.0, 8773.0, 8746.0, 8815.0, 8744.0, 8825.0, 8802.0, 8795.0, 8819.0, 8729.0, 8800.0, 8778.0, 8724.0, 8796.0, 8736.0, 8712.0, 8808.0, 8725.0, 8801.0, 8743.0, 8730.0, 8820.0, 8728.0, 8728.0, 8751.0, 8809.0, 8805.0, 8865.0, 8838.0, 8749.0, 8815.0, 8741.0, 8757.0, 8769.0, 8746.0, 8820.0, 8770.0, 8809.0, 8762.0, 8778.0, 8749.0, 8752.0, 8825.0, 8733.0, 8791.0, 8833.0, 8749.0, 8836.0, 8763.0, 8764.0, 8817.0, 8729.0, 8785.0, 8795.0, 8739.0, 8813.0, 8755.0, 8732.0, 8818.0, 8746.0, 8808.0, 8744.0, 8748.0, 8802.0, 8727.0, 8730.0, 8810.0, 8734.0, 8825.0, 8780.0, 8783.0, 8825.0, 8767.0, 8832.0, 8777.0, 8748.0, 8804.0, 8751.0, 8797.0, 8768.0, 8762.0, 8832.0, 8754.0, 8828.0, 8791.0, 8794.0, 8841.0, 8755.0, 8829.0, 8769.0, 8810.0, 8786.0, 8822.0, 8808.0, 8818.0, 8885.0, 8825.0, 8860.0, 8746.0, 8831.0, 8839.0, 8733.0, 8803.0, 8797.0, 8775.0, 8835.0, 8749.0, 8806.0, 8742.0, 8731.0, 8797.0, 8714.0, 8803.0, 8758.0, 8778.0, 8819.0, 8749.0, 8807.0, 8761.0, 8749.0, 8802.0, 8730.0, 8805.0, 8802.0, 8798.0, 8846.0, 8805.0, 8825.0, 8770.0, 8780.0, 8816.0, 8743.0, 8786.0, 8797.0, 8776.0, 8823.0, 8754.0, 8759.0, 8763.0, 8755.0, 8817.0, 8753.0, 8779.0, 8815.0, 8787.0, 8871.0, 8792.0, 8815.0, 8765.0, 8749.0, 8813.0, 8731.0, 8824.0, 8789.0, 8779.0, 8835.0, 8749.0, 8809.0, 8775.0, 8731.0, 8819.0, 8771.0, 8789.0, 8815.0, 8731.0, 8817.0, 8754.0, 8729.0, 8813.0, 8740.0, 8803.0, 8814.0, 8732.0, 8847.0, 8749.0, 8739.0, 8818.0, 8730.0, 8804.0, 8786.0, 8803.0, 8837.0, 8741.0, 8804.0, 8772.0, 8807.0, 8785.0, 8746.0, 8802.0, 8747.0, 8810.0, 8790.0, 8793.0, 8838.0, 8752.0, 8809.0, 8758.0, 8730.0, 8802.0, 8727.0, 8805.0, 8836.0, 8783.0, 8802.0, 8747.0, 8779.0, 8802.0, 8747.0, 8821.0, 8786.0, 8795.0, 8803.0, 8748.0, 8822.0, 8752.0, 8793.0, 8815.0, 8745.0, 8839.0, 8816.0, 8822.0, 8837.0, 8722.0, 8745.0, 8776.0, 8777.0, 8849.0, 8777.0, 8836.0, 8768.0, 8862.0, 8854.0, 8801.0, 8835.0, 8817.0, 8868.0, 8810.0, 8857.0, 8794.0, 8869.0, 8778.0, 8803.0, 8840.0, 8810.0, 8803.0, 8785.0, 8808.0, 8764.0, 8793.0, 8743.0, 8785.0, 8737.0, 8784.0, 8761.0, 8759.0, 8779.0, 8685.0, 8738.0, 8661.0, 8665.0, 8734.0, 8651.0, 8724.0, 8679.0, 8668.0, 8751.0, 8670.0, 8715.0, 8681.0, 8673.0, 8757.0, 8673.0, 8718.0, 8719.0, 8697.0, 8783.0, 8731.0, 8775.0, 8718.0, 8723.0, 8770.0, 8717.0, 8777.0, 8717.0, 8723.0, 8792.0, 8747.0, 8747.0, 8769.0, 8805.0, 8775.0, 8804.0, 8773.0, 8783.0, 8765.0, 8740.0, 8842.0, 8803.0, 8797.0, 8836.0, 8734.0, 8820.0, 8788.0, 8793.0, 8837.0, 8750.0, 8805.0, 8757.0, 8744.0, 8815.0, 8731.0, 8822.0, 8819.0, 8795.0, 8840.0, 8755.0, 8830.0, 8806.0, 8750.0, 8816.0, 8730.0, 8789.0, 8803.0, 8749.0, 8822.0, 8764.0, 8792.0, 8831.0, 8730.0, 8816.0, 8769.0, 8759.0, 8813.0, 8730.0, 8837.0, 8787.0, 8779.0, 8819.0, 8731.0, 8784.0, 8816.0, 8743.0, 8801.0, 8740.0, 8731.0, 8820.0, 8774.0, 8776.0, 8772.0, 8745.0, 8785.0, 8729.0, 8761.0, 8816.0, 8752.0, 8840.0, 8751.0, 8758.0, 8822.0, 8754.0, 8801.0, 8781.0, 8751.0, 8826.0, 8754.0, 8831.0, 8785.0, 8756.0, 8843.0, 8756.0, 8794.0, 8819.0, 8735.0, 8841.0, 8821.0, 8798.0, 8841.0, 8739.0, 8795.0, 8820.0, 8771.0, 8824.0, 8792.0, 8748.0, 8839.0, 8766.0, 8813.0, 8782.0, 8753.0, 8820.0, 8733.0, 8808.0, 8838.0, 8787.0, 8844.0, 8766.0, 8753.0, 8821.0, 8751.0, 8795.0, 8819.0, 8746.0, 8822.0, 8789.0, 8749.0, 8821.0, 8747.0, 8731.0, 8816.0, 8731.0, 8774.0, 8814.0, 8734.0, 8823.0, 8799.0, 8796.0, 8842.0, 8757.0, 8778.0, 8745.0, 8765.0, 8765.0, 8837.0, 8868.0, 8804.0, 8842.0, 8777.0, 8802.0, 8823.0, 8732.0, 8819.0, 8787.0, 8792.0, 8817.0, 8732.0, 8794.0, 8788.0, 8748.0, 8818.0, 8730.0, 8765.0, 8844.0, 8735.0, 8837.0, 8789.0, 8807.0, 8808.0, 8752.0, 8821.0, 8747.0, 8776.0, 8816.0, 8733.0, 8819.0, 8772.0, 8793.0, 8823.0, 8750.0, 8804.0, 8727.0, 8777.0, 8834.0, 8762.0, 8824.0, 8749.0, 8777.0, 8820.0, 8733.0, 8792.0, 8798.0, 8731.0, 8818.0, 8769.0, 8792.0, 8833.0, 8747.0, 8789.0, 8759.0, 8729.0, 8813.0, 8741.0, 8775.0, 8816.0, 8762.0, 8843.0, 8763.0, 8749.0, 8815.0, 8748.0, 8787.0, 8788.0, 8747.0, 8823.0, 8765.0, 8782.0, 8810.0, 8751.0, 8807.0, 8748.0, 8776.0, 8818.0, 8753.0, 8826.0, 8792.0, 8753.0, 8820.0, 8736.0, 8793.0, 8789.0, 8735.0, 8835.0, 8784.0, 8858.0, 8825.0, 8756.0, 8823.0, 8747.0, 8806.0, 8839.0, 8770.0, 8846.0, 8740.0, 8808.0, 8763.0, 8779.0, 8767.0, 8811.0, 8826.0, 8749.0, 8837.0, 8789.0, 8766.0, 8835.0, 8734.0, 8803.0, 8798.0, 8742.0, 8812.0, 8751.0, 8715.0, 8798.0, 8728.0, 8802.0, 8754.0, 8728.0, 8798.0, 8738.0, 8712.0, 8796.0, 8714.0, 8793.0, 8820.0, 8752.0, 8821.0, 8749.0, 8765.0, 8803.0, 8776.0, 8806.0, 8746.0, 8771.0, 8841.0, 8761.0, 8833.0, 8774.0, 8762.0, 8825.0, 8737.0, 8828.0, 8825.0, 8802.0, 8860.0, 8774.0, 8818.0, 8808.0, 8759.0, 8848.0, 8815.0, 8870.0, 8847.0, 8816.0, 8889.0, 8783.0, 8833.0, 8794.0, 8806.0, 8841.0, 8801.0, 8860.0, 8815.0, 8829.0, 8757.0, 8800.0, 8852.0, 8750.0, 8819.0, 8771.0, 8766.0, 8840.0, 8782.0, 8796.0, 8765.0, 8748.0, 8816.0, 8743.0, 8775.0, 8819.0, 8748.0, 8835.0, 8793.0, 8755.0, 8840.0, 8751.0, 8779.0, 8802.0, 8746.0, 8823.0, 8790.0, 8781.0, 8839.0, 8752.0, 8794.0, 8822.0, 8746.0, 8790.0, 8813.0, 8748.0, 8838.0, 8791.0, 8793.0, 8837.0, 8736.0, 8798.0, 8778.0, 8766.0, 8821.0, 8781.0, 8807.0, 8828.0, 8756.0, 8801.0, 8788.0, 8758.0, 8767.0, 8753.0, 8824.0, 8755.0, 8832.0, 8845.0, 8836.0, 8904.0, 8837.0, 8867.0, 8805.0, 8839.0, 8858.0, 8768.0, 8829.0, 8792.0, 8739.0, 8827.0, 8793.0, 8797.0, 8837.0, 8749.0, 8820.0, 8758.0, 8733.0, 8823.0, 8748.0, 8811.0, 8821.0, 8747.0, 8823.0, 8761.0, 8735.0, 8820.0, 8744.0, 8778.0, 8817.0, 8749.0, 8821.0, 8788.0, 8733.0, 8816.0, 8740.0, 8728.0, 8817.0, 8765.0, 8821.0, 8747.0, 8764.0, 8817.0, 8748.0, 8820.0, 8799.0, 8803.0, 8834.0, 8749.0, 8809.0, 8778.0, 8743.0, 8838.0, 8745.0, 8820.0, 8833.0, 8794.0, 8837.0, 8759.0, 8826.0, 8780.0, 8753.0, 8821.0, 8765.0, 8828.0, 8798.0, 8760.0, 8841.0, 8772.0, 8813.0, 8778.0, 8783.0, 8843.0, 8796.0, 8836.0, 8813.0, 8777.0, 8826.0, 8757.0, 8824.0, 8759.0, 8868.0, 8819.0, 8836.0, 8857.0, 8755.0, 8825.0, 8820.0, 8752.0, 8821.0, 8772.0, 8805.0, 8839.0, 8769.0, 8795.0, 8750.0, 8738.0, 8818.0, 8731.0, 8805.0, 8821.0, 8752.0, 8839.0, 8769.0, 8755.0, 8835.0, 8750.0, 8821.0, 8762.0, 8753.0, 8838.0, 8754.0, 8796.0, 8820.0, 8751.0, 8836.0, 8810.0, 8812.0, 8839.0, 8756.0, 8809.0, 8761.0, 8738.0, 8837.0, 8754.0, 8828.0, 8771.0, 8757.0, 8840.0, 8775.0, 8787.0, 8836.0, 8740.0, 8842.0, 8814.0, 8803.0, 8841.0, 8759.0, 8831.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.008646743119266056</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.028817373738532114</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.83261973812857</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2636044152123989</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.167312574753158</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4729</td></tr>
|
|
<tr><td colspan=3>fber</td><td>4666.6431</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.12219145586801054</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>112</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>12.844036697247706</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.252100030418176</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.154318857727945</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.4535331233213937</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.148448110205189</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.015153</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.020783046260476112</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.026298029348254204</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>872</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>4.341807965716776</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>42.7146</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>45.8179</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>152.9416</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>49.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>301706.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>638.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>280.4917</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>3.3062</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>458.7753</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3189.2547</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3322.5</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>74838.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1374.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4085.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>765.2291</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>36.57194154127501</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> |