=== 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-04_bold :: MRIQC's BOLD fMRI report</title>
|
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
|
|
|
|
<script>
|
|
var timestamp = Date.now()
|
|
|
|
function read_form() {
|
|
var ds = "<unset>";
|
|
var sub = "sub-0034_ses-04_task-social_acq-mb8_run-04_bold.nii.gz";
|
|
|
|
var artifacts = [];
|
|
$('#qcartifacts-group input:checked').each(function() {
|
|
artifacts.push($(this).attr('name'));
|
|
});
|
|
|
|
var rating = $('#qcslider').val();
|
|
var payload = {
|
|
'dataset': ds,
|
|
'subject': sub,
|
|
'rating': rating,
|
|
'artifacts': artifacts,
|
|
'time_sec': (Date.now() - timestamp) / 1000,
|
|
'confidence': $('#qcextra-confidence').val(),
|
|
'comments': $('#qcextra-comments').val()
|
|
};
|
|
|
|
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
|
|
$('#btn-download').attr('href', URL.createObjectURL(file));
|
|
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
|
|
return payload
|
|
};
|
|
|
|
function toggle_rating() {
|
|
if ($('#qcrating-menu').hasClass('d-none')) {
|
|
$('#qcrating-menu').removeClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', true);
|
|
} else {
|
|
$('#qcrating-menu').addClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', false);
|
|
}
|
|
};
|
|
|
|
$(window).on('load',function(){
|
|
var authorization = $('#btn-post').val()
|
|
if (authorization.includes("secret_token")) {
|
|
$('#btn-post').addClass('d-none');
|
|
};
|
|
timestamp = Date.now();
|
|
});
|
|
|
|
</script>
|
|
<style type="text/css">
|
|
/* The slider itself */
|
|
.slider {
|
|
-webkit-appearance: none; /* Override default CSS styles */
|
|
appearance: none;
|
|
margin-bottom: 8px;
|
|
margin-left: 10%;
|
|
width: 80%;
|
|
height: 5px; /* Specified height */
|
|
background: #d3d3d3; /* Grey background */
|
|
outline: none; /* Remove outline */
|
|
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
|
|
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
|
|
transition: opacity .2s;
|
|
}
|
|
|
|
/* Mouse-over effects */
|
|
.slider:hover {
|
|
opacity: 1; /* Fully shown on mouse-over */
|
|
}
|
|
|
|
.slider::-webkit-slider-thumb {
|
|
-webkit-appearance: none;
|
|
appearance: none;
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
.slider::-moz-range-thumb {
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body style="font-family: helvetica;">
|
|
<nav class="navbar fixed-top navbar-expand-lg bg-light">
|
|
<div class="container-fluid">
|
|
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
|
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
|
|
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
|
|
<li class="nav-item dropdown">
|
|
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
|
|
About
|
|
</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="#errors">Errors</a></li>
|
|
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="d-flex flex-row-reverse">
|
|
<div class="form-check form-switch align-self-center flex-fill me-4">
|
|
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
|
|
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
<noscript>
|
|
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
|
|
</noscript>
|
|
|
|
<div id="Basic echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-04_session-04_subject-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-04_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-04_desc-stdev_bold.svg" target="_blank">sub-0034/figures/sub-0034_ses-04_task-social_acq-mb8_run-04_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-04_session-04_subject-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-04_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-04_desc-background_bold.svg" target="_blank">sub-0034/figures/sub-0034_ses-04_task-social_acq-mb8_run-04_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-04_session-04_subject-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-04_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-04_desc-zoomed_bold.svg" target="_blank">sub-0034/figures/sub-0034_ses-04_task-social_acq-mb8_run-04_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-04_session-04_subject-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-04_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-04_desc-carpet_bold.svg" target="_blank">sub-0034/figures/sub-0034_ses-04_task-social_acq-mb8_run-04_desc-carpet_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-mean_run-04_session-04_subject-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-04_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-04_desc-mean_bold.svg" target="_blank">sub-0034/figures/sub-0034_ses-04_task-social_acq-mb8_run-04_desc-mean_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended reports shared across echos" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-04_session-04_subject-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-04_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-04_desc-brainmask_bold.svg" target="_blank">sub-0034/figures/sub-0034_ses-04_task-social_acq-mb8_run-04_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-04_session-04_subject-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-04_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0034/figures/sub-0034_ses-04_task-social_acq-mb8_run-04_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0034/figures/sub-0034_ses-04_task-social_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0034/figures/sub-0034_ses-04_task-social_acq-mb8_run-04_desc-norm_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="About" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">About</h1>
|
|
<div id="errors" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
|
|
</div>
|
|
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
|
|
reconstructing the provenance of the corresponding derivatives.
|
|
</p> <div class="accordion accordion-flush" id="about-metadata">
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-0">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
|
|
Provenance Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-0" class="table table-sm table-striped">
|
|
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
|
|
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0034/ses-04/func/sub-0034_ses-04_task-social_acq-mb8_run-04_bold.nii.gz</td></tr>
|
|
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
|
|
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
|
|
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
|
|
<tr><td colspan=2>md5sum</td><td>da7c5169bdc38574ae21944410d6f023</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:21:33.092500</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-04_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.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-04_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>20</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.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>social</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>253.993</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>b01fec19-161a-49b7-93e2-24123ee735b9||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': ['092133.092500', '092133.552500', '092134.012500', '092134.472500', '092134.932500', '092135.392500', '092135.852500', '092136.312500', '092136.772500', '092137.232500', '092137.692500', '092138.152500', '092138.612500', '092139.072500', '092139.532500', '092139.992500', '092140.452500', '092140.912500', '092141.372500', '092141.832500', '092142.292500', '092142.752500', '092143.212500', '092143.672500', '092144.132500', '092144.592500', '092145.052500', '092145.512500', '092145.972500', '092146.432500', '092146.892500', '092147.352500', '092147.812500', '092148.272500', '092148.732500', '092149.192500', '092149.652500', '092150.112500', '092150.572500', '092151.032500', '092151.492500', '092151.952500', '092152.412500', '092152.872500', '092153.332500', '092153.792500', '092154.252500', '092154.712500', '092155.172500', '092155.632500', '092156.092500', '092156.552500', '092157.012500', '092157.472500', '092157.932500', '092158.392500', '092158.852500', '092159.312500', '092159.772500', '092200.232500', '092200.692500', '092201.152500', '092201.612500', '092202.072500', '092202.532500', '092202.992500', '092203.452500', '092203.912500', '092204.372500', '092204.832500', '092205.292500', '092205.752500', '092206.212500', '092206.672500', '092207.132500', '092207.592500', '092208.052500', '092208.512500', '092208.972500', '092209.432500', '092209.892500', '092210.352500', '092210.812500', '092211.272500', '092211.732500', '092212.192500', '092212.652500', '092213.112500', '092213.572500', '092214.032500', '092214.492500', '092214.952500', '092215.412500', '092215.872500', '092216.332500', '092216.792500', '092217.252500', '092217.712500', '092218.172500', '092218.632500', '092219.092500', '092219.552500', '092220.012500', '092220.472500', '092220.932500', '092221.392500', '092221.852500', '092222.312500', '092222.772500', '092223.232500', '092223.692500', '092224.152500', '092224.612500', '092225.072500', '092225.532500', '092225.992500', '092226.452500', '092226.912500', '092227.372500', '092227.832500', '092228.292500', '092228.752500', '092229.212500', '092229.672500', '092230.132500', '092230.592500', '092231.052500', '092231.512500', '092231.972500', '092232.432500', '092232.892500', '092233.352500', '092233.812500', '092234.272500', '092234.732500', '092235.192500', '092235.652500', '092236.112500', '092236.572500', '092237.032500', '092237.492500', '092237.952500', '092238.412500', '092238.872500', '092239.332500', '092239.792500', '092240.252500', '092240.712500', '092241.172500', '092241.632500', '092242.092500', '092242.552500', '092243.012500', '092243.472500', '092243.932500', '092244.392500', '092244.852500', '092245.312500', '092245.772500', '092246.232500', '092246.692500', '092247.152500', '092247.612500', '092248.072500', '092248.532500', '092248.992500', '092249.452500', '092249.912500', '092250.372500', '092250.832500', '092251.292500', '092251.752500', '092252.212500', '092252.672500', '092253.132500', '092253.592500', '092254.052500', '092254.512500', '092254.972500', '092255.432500', '092255.892500', '092256.352500', '092256.812500', '092257.272500', '092257.732500', '092258.192500', '092258.652500', '092259.112500', '092259.572500', '092300.032500', '092300.492500', '092300.952500', '092301.412500', '092301.872500', '092302.332500', '092302.792500', '092303.252500', '092303.712500', '092304.172500', '092304.632500', '092305.092500', '092305.552500', '092306.012500', '092306.472500', '092306.932500', '092307.392500', '092307.852500', '092308.312500', '092308.772500', '092309.232500', '092309.692500', '092310.152500', '092310.612500', '092311.072500', '092311.532500', '092311.992500', '092312.452500', '092312.912500', '092313.372500', '092313.832500', '092314.292500', '092314.752500', '092315.212500', '092315.672500', '092316.132500', '092316.592500', '092317.052500', '092317.512500', '092317.972500', '092318.432500', '092318.892500', '092319.352500', '092319.812500', '092320.272500', '092320.732500', '092321.192500', '092321.652500', '092322.112500', '092322.572500', '092323.032500', '092323.492500', '092323.952500', '092324.412500', '092324.872500', '092325.332500', '092325.792500', '092326.252500', '092326.712500', '092327.172500', '092327.632500', '092328.092500', '092328.552500', '092329.012500', '092329.472500', '092329.932500', '092330.392500', '092330.852500', '092331.312500', '092331.772500', '092332.232500', '092332.692500', '092333.152500', '092333.612500', '092334.072500', '092334.532500', '092334.992500', '092335.452500', '092335.912500', '092336.372500', '092336.832500', '092337.292500', '092337.752500', '092338.212500', '092338.672500', '092339.132500', '092339.592500', '092340.052500', '092340.512500', '092340.972500', '092341.432500', '092341.892500', '092342.352500', '092342.812500', '092343.272500', '092343.732500', '092344.192500', '092344.652500', '092345.112500', '092345.572500', '092346.032500', '092346.492500', '092346.952500', '092347.412500', '092347.872500', '092348.332500', '092348.792500', '092349.252500', '092349.712500', '092350.172500', '092350.632500', '092351.092500', '092351.552500', '092352.012500', '092352.472500', '092352.932500', '092353.392500', '092353.852500', '092354.312500', '092354.772500', '092355.232500', '092355.692500', '092356.152500', '092356.612500', '092357.072500', '092357.532500', '092357.992500', '092358.452500', '092358.912500', '092359.372500', '092359.832500', '092400.292500', '092400.752500', '092401.212500', '092401.672500', '092402.132500', '092402.592500', '092403.052500', '092403.512500', '092403.972500', '092404.432500', '092404.892500', '092405.352500', '092405.812500', '092406.272500', '092406.732500', '092407.192500', '092407.652500', '092408.112500', '092408.572500', '092409.032500', '092409.492500', '092409.952500', '092410.412500', '092410.872500', '092411.332500', '092411.792500', '092412.252500', '092412.712500', '092413.172500', '092413.632500', '092414.092500', '092414.552500', '092415.012500', '092415.472500', '092415.932500', '092416.392500', '092416.852500', '092417.312500', '092417.772500', '092418.232500', '092418.692500', '092419.152500', '092419.612500', '092420.072500', '092420.532500', '092420.992500', '092421.452500', '092421.912500', '092422.372500', '092422.832500', '092423.292500', '092423.752500', '092424.212500', '092424.672500', '092425.132500', '092425.592500', '092426.052500', '092426.512500', '092426.972500', '092427.432500', '092427.892500', '092428.352500', '092428.812500', '092429.272500', '092429.732500', '092430.192500', '092430.652500', '092431.112500', '092431.572500', '092432.032500', '092432.492500', '092432.952500', '092433.412500', '092433.872500', '092434.332500', '092434.792500', '092435.252500', '092435.712500', '092436.172500', '092436.632500', '092437.092500', '092437.552500', '092438.012500', '092438.472500', '092438.932500', '092439.392500', '092439.852500', '092440.312500', '092440.772500', '092441.232500', '092441.692500', '092442.152500', '092442.612500', '092443.072500', '092443.532500', '092443.992500', '092444.452500', '092444.912500', '092445.372500', '092445.832500', '092446.292500', '092446.752500', '092447.212500', '092447.672500', '092448.132500', '092448.592500', '092449.052500', '092449.512500', '092449.972500', '092450.432500', '092450.892500', '092451.352500', '092451.812500', '092452.272500', '092452.732500', '092453.192500', '092453.652500', '092454.112500', '092454.572500', '092455.032500', '092455.492500', '092455.952500', '092456.412500', '092456.872500', '092457.332500', '092457.792500', '092458.252500', '092458.712500', '092459.172500', '092459.632500', '092500.092500', '092500.552500', '092501.012500', '092501.472500', '092501.932500', '092502.392500', '092502.852500', '092503.312500', '092503.772500', '092504.232500', '092504.692500', '092505.152500', '092505.612500', '092506.072500', '092506.532500', '092506.992500', '092507.452500', '092507.912500', '092508.372500', '092508.832500', '092509.292500', '092509.752500', '092510.212500', '092510.672500', '092511.132500', '092511.592500', '092512.052500', '092512.512500', '092512.972500', '092513.432500', '092513.892500', '092514.352500', '092514.812500', '092515.272500', '092515.732500', '092516.192500', '092516.652500', '092517.112500', '092517.572500', '092518.032500', '092518.492500', '092518.952500', '092519.412500', '092519.872500', '092520.332500', '092520.792500', '092521.252500', '092521.712500', '092522.172500', '092522.632500', '092523.092500', '092523.552500', '092524.012500', '092524.472500', '092524.932500', '092525.392500', '092525.852500', '092526.312500', '092526.772500', '092527.232500', '092527.692500', '092528.152500', '092528.612500', '092529.072500', '092529.532500', '092529.992500', '092530.452500', '092530.912500', '092531.372500', '092531.832500', '092532.292500', '092532.752500', '092533.212500', '092533.672500', '092534.132500', '092534.592500', '092535.052500', '092535.512500', '092535.972500', '092536.432500', '092536.892500', '092537.352500', '092537.812500', '092538.272500', '092538.732500', '092539.192500', '092539.652500', '092540.112500', '092540.572500', '092541.032500', '092541.492500', '092541.952500', '092542.412500', '092542.872500', '092543.332500', '092543.792500', '092544.252500', '092544.712500', '092545.172500', '092545.632500', '092546.092500', '092546.552500', '092547.012500', '092547.472500', '092547.932500', '092548.392500', '092548.852500', '092549.312500', '092549.772500', '092550.232500', '092550.692500', '092551.152500', '092551.612500', '092552.072500', '092552.532500', '092552.992500', '092553.452500', '092553.912500', '092554.372500', '092554.832500', '092555.292500', '092555.752500', '092556.212500', '092556.672500', '092557.132500', '092557.592500', '092558.052500', '092558.512500', '092558.972500', '092559.432500', '092559.892500', '092600.352500', '092600.812500', '092601.272500', '092601.732500', '092602.192500', '092602.652500', '092603.112500', '092603.572500', '092604.032500', '092604.492500', '092604.952500', '092605.412500', '092605.872500', '092606.332500', '092606.792500', '092607.252500', '092607.712500', '092608.172500', '092608.632500', '092609.092500', '092609.552500', '092610.012500', '092610.472500', '092610.932500', '092611.392500', '092611.852500', '092612.312500', '092612.772500', '092613.232500', '092613.692500', '092614.152500', '092614.612500', '092615.072500', '092615.532500', '092615.992500', '092616.452500', '092616.912500', '092617.372500', '092617.832500', '092618.292500', '092618.752500', '092619.212500', '092619.672500', '092620.132500', '092620.592500', '092621.052500', '092621.512500', '092621.972500', '092622.432500', '092622.892500', '092623.352500', '092623.812500', '092624.272500', '092624.732500', '092625.192500', '092625.652500', '092626.112500', '092626.572500', '092627.032500', '092627.492500', '092627.952500', '092628.412500', '092628.872500', '092629.332500', '092629.792500', '092630.252500', '092630.712500', '092631.172500', '092631.632500', '092632.092500', '092632.552500', '092633.012500', '092633.472500', '092633.932500', '092634.392500', '092634.852500', '092635.312500', '092635.772500', '092636.232500', '092636.692500', '092637.152500', '092637.612500', '092638.072500', '092638.532500', '092638.992500', '092639.452500', '092639.912500', '092640.372500', '092640.832500', '092641.292500', '092641.752500', '092642.212500', '092642.672500', '092643.132500', '092643.592500', '092644.052500', '092644.512500', '092644.972500', '092645.432500', '092645.892500', '092646.352500', '092646.812500', '092647.272500', '092647.732500', '092648.192500', '092648.652500', '092649.112500', '092649.572500', '092650.032500', '092650.492500', '092650.952500', '092651.412500', '092651.872500', '092652.332500', '092652.792500', '092653.252500', '092653.712500', '092654.172500', '092654.632500', '092655.092500', '092655.552500', '092656.012500', '092656.472500', '092656.932500', '092657.392500', '092657.852500', '092658.312500', '092658.772500', '092659.232500', '092659.692500', '092700.152500', '092700.612500', '092701.072500', '092701.532500', '092701.992500', '092702.452500', '092702.912500', '092703.372500', '092703.832500', '092704.292500', '092704.752500', '092705.212500', '092705.672500', '092706.132500', '092706.592500', '092707.052500', '092707.512500', '092707.972500', '092708.432500', '092708.892500', '092709.352500', '092709.812500', '092710.272500', '092710.732500', '092711.192500', '092711.652500', '092712.112500', '092712.572500', '092713.032500', '092713.492500', '092713.952500', '092714.412500', '092714.872500', '092715.332500', '092715.792500', '092716.252500', '092716.712500', '092717.172500', '092717.632500', '092718.092500', '092718.552500', '092719.012500', '092719.472500', '092719.932500', '092720.392500', '092720.852500', '092721.312500', '092721.772500', '092722.232500', '092722.692500', '092723.152500', '092723.612500', '092724.072500', '092724.532500', '092724.992500', '092725.452500', '092725.912500', '092726.372500', '092726.832500', '092727.292500', '092727.752500', '092728.212500', '092728.672500', '092729.132500', '092729.592500', '092730.052500', '092730.512500', '092730.972500', '092731.432500', '092731.892500', '092732.352500', '092732.812500', '092733.272500', '092733.732500', '092734.192500', '092734.652500', '092735.112500', '092735.572500', '092736.032500', '092736.492500', '092736.952500', '092737.412500', '092737.872500', '092738.332500', '092738.792500', '092739.252500', '092739.712500', '092740.172500', '092740.632500', '092741.092500', '092741.552500', '092742.012500', '092742.472500', '092742.932500', '092743.392500', '092743.852500', '092744.312500', '092744.772500', '092745.232500', '092745.692500', '092746.152500', '092746.612500', '092747.072500', '092747.532500', '092747.992500', '092748.452500', '092748.912500', '092749.372500', '092749.832500', '092750.292500', '092750.752500', '092751.212500', '092751.672500', '092752.132500', '092752.592500', '092753.052500', '092753.512500', '092753.972500', '092754.432500', '092754.892500', '092755.352500', '092755.812500', '092756.272500', '092756.732500', '092757.192500', '092757.652500', '092758.112500', '092758.572500', '092759.032500', '092759.492500', '092759.952500', '092800.412500', '092800.872500', '092801.332500', '092801.792500', '092802.252500', '092802.712500', '092803.172500', '092803.632500', '092804.092500', '092804.552500', '092805.012500', '092805.472500', '092805.932500', '092806.392500', '092806.852500', '092807.312500', '092807.772500', '092808.232500', '092808.692500', '092809.152500', '092809.612500', '092810.072500', '092810.532500', '092810.992500', '092811.452500', '092811.912500', '092812.372500', '092812.832500', '092813.292500', '092813.752500'], 'ContentTime': ['092155.345000', '092155.348000', '092155.351000', '092155.354000', '092155.356000', '092155.359000', '092155.361000', '092155.364000', '092155.367000', '092155.369000', '092155.372000', '092155.374000', '092155.377000', '092155.380000', '092155.382000', '092155.385000', '092155.390000', '092155.393000', '092155.395000', '092155.398000', '092155.400000', '092155.403000', '092155.405000', '092155.408000', '092155.410000', '092155.413000', '092155.415000', '092155.418000', '092155.421000', '092155.423000', '092155.426000', '092155.428000', '092155.431000', '092155.433000', '092155.436000', '092155.438000', '092155.441000', '092155.444000', '092155.446000', '092155.449000', '092155.451000', '092155.454000', '092155.456000', '092155.459000', '092155.462000', '092215.316000', '092215.318000', '092215.321000', '092215.324000', '092215.326000', '092215.329000', '092215.331000', '092215.334000', '092215.336000', '092215.339000', '092215.341000', '092215.344000', '092215.347000', '092215.349000', '092215.352000', '092215.354000', '092215.357000', '092215.359000', '092215.362000', '092215.365000', '092215.373000', '092215.375000', '092215.378000', '092215.380000', '092215.383000', '092215.386000', '092215.389000', '092215.392000', '092215.395000', '092215.398000', '092215.400000', '092215.403000', '092215.405000', '092215.408000', '092215.411000', '092215.413000', '092215.416000', '092215.418000', '092215.421000', '092215.424000', '092215.426000', '092215.429000', '092215.431000', '092235.316000', '092235.319000', '092235.322000', '092235.324000', '092235.327000', '092235.329000', '092235.332000', '092235.335000', '092235.337000', '092235.340000', '092235.342000', '092235.345000', '092235.347000', '092235.350000', '092235.353000', '092235.355000', '092235.358000', '092235.360000', '092235.363000', '092235.365000', '092235.368000', '092235.371000', '092235.373000', '092235.376000', '092235.378000', '092235.381000', '092235.383000', '092235.386000', '092235.389000', '092235.391000', '092235.394000', '092235.396000', '092235.399000', '092235.401000', '092235.404000', '092235.406000', '092235.409000', '092235.412000', '092235.414000', '092235.417000', '092235.419000', '092235.422000', '092235.424000', '092235.427000', '092255.317000', '092255.319000', '092255.322000', '092255.325000', '092255.327000', '092255.330000', '092255.332000', '092255.335000', '092255.337000', '092255.340000', '092255.343000', '092255.346000', '092255.349000', '092255.352000', '092255.355000', '092255.357000', '092255.361000', '092255.364000', '092255.366000', '092255.369000', '092255.371000', '092255.374000', '092255.377000', '092255.379000', '092255.382000', '092255.384000', '092255.387000', '092255.393000', '092255.396000', '092255.398000', '092255.401000', '092255.403000', '092255.406000', '092255.408000', '092255.411000', '092255.414000', '092255.416000', '092255.419000', '092255.422000', '092255.424000', '092255.427000', '092255.429000', '092255.432000', '092315.315000', '092315.318000', '092315.321000', '092315.323000', '092315.326000', '092315.329000', '092315.331000', '092315.334000', '092315.336000', '092315.339000', '092315.342000', '092315.344000', '092315.347000', '092315.349000', '092315.352000', '092315.354000', '092315.357000', '092315.361000', '092315.364000', '092315.366000', '092315.369000', '092315.371000', '092315.390000', '092315.392000', '092315.395000', '092315.398000', '092315.400000', '092315.403000', '092315.405000', '092315.408000', '092315.410000', '092315.413000', '092315.415000', '092315.418000', '092315.421000', '092315.423000', '092315.426000', '092315.428000', '092315.431000', '092315.434000', '092315.436000', '092315.439000', '092315.441000', '092315.444000', '092335.316000', '092335.318000', '092335.321000', '092335.324000', '092335.326000', '092335.329000', '092335.331000', '092335.335000', '092335.338000', '092335.341000', '092335.343000', '092335.346000', '092335.349000', '092335.351000', '092335.354000', '092335.356000', '092335.359000', '092335.361000', '092335.364000', '092335.366000', '092335.369000', '092335.372000', '092335.374000', '092335.377000', '092335.379000', '092335.382000', '092335.385000', '092335.387000', '092335.394000', '092335.396000', '092335.399000', '092335.401000', '092335.404000', '092335.407000', '092335.409000', '092335.412000', '092335.414000', '092335.417000', '092335.419000', '092335.422000', '092335.424000', '092335.427000', '092335.430000', '092355.316000', '092355.319000', '092355.321000', '092355.324000', '092355.326000', '092355.329000', '092355.332000', '092355.334000', '092355.337000', '092355.339000', '092355.342000', '092355.344000', '092355.347000', '092355.350000', '092355.352000', '092355.355000', '092355.357000', '092355.360000', '092355.362000', '092355.365000', '092355.368000', '092355.370000', '092355.373000', '092355.375000', '092355.378000', '092355.381000', '092355.383000', '092355.386000', '092355.388000', '092355.391000', '092355.393000', '092355.396000', '092355.398000', '092355.401000', '092355.404000', '092355.407000', '092355.409000', '092355.412000', '092355.414000', '092355.417000', '092355.419000', '092355.422000', '092355.424000', '092355.427000', '092415.315000', '092415.318000', '092415.321000', '092415.323000', '092415.326000', '092415.329000', '092415.331000', '092415.334000', '092415.336000', '092415.339000', '092415.342000', '092415.344000', '092415.347000', '092415.349000', '092415.352000', '092415.354000', '092415.357000', '092415.360000', '092415.362000', '092415.365000', '092415.368000', '092415.370000', '092415.373000', '092415.375000', '092415.378000', '092415.380000', '092415.383000', '092415.386000', '092415.388000', '092415.391000', '092415.393000', '092415.396000', '092415.400000', '092415.402000', '092415.405000', '092415.408000', '092415.410000', '092415.413000', '092415.415000', '092415.418000', '092415.420000', '092415.423000', '092415.426000', '092435.316000', '092435.318000', '092435.321000', '092435.324000', '092435.326000', '092435.329000', '092435.331000', '092435.334000', '092435.336000', '092435.339000', '092435.342000', '092435.344000', '092435.347000', '092435.349000', '092435.352000', '092435.354000', '092435.357000', '092435.360000', '092435.362000', '092435.365000', '092435.368000', '092435.370000', '092435.373000', '092435.375000', '092435.378000', '092435.380000', '092435.383000', '092435.386000', '092435.388000', '092435.391000', '092435.393000', '092435.396000', '092435.399000', '092435.401000', '092435.404000', '092435.406000', '092435.409000', '092435.412000', '092435.414000', '092435.417000', '092435.420000', '092435.422000', '092435.425000', '092435.427000', '092455.317000', '092455.319000', '092455.322000', '092455.355000', '092455.358000', '092455.361000', '092455.363000', '092455.366000', '092455.368000', '092455.375000', '092455.378000', '092455.380000', '092455.383000', '092455.385000', '092455.388000', '092455.391000', '092455.393000', '092455.396000', '092455.398000', '092455.401000', '092455.403000', '092455.406000', '092455.409000', '092455.411000', '092455.414000', '092455.416000', '092455.419000', '092455.421000', '092455.424000', '092455.427000', '092455.429000', '092455.432000', '092455.435000', '092455.437000', '092455.440000', '092455.442000', '092455.445000', '092455.447000', '092455.450000', '092455.452000', '092455.455000', '092455.457000', '092455.460000', '092515.317000', '092515.319000', '092515.322000', '092515.325000', '092515.327000', '092515.330000', '092515.332000', '092515.335000', '092515.337000', '092515.340000', '092515.343000', '092515.345000', '092515.348000', '092515.350000', '092515.353000', '092515.355000', '092515.358000', '092515.361000', '092515.363000', '092515.366000', '092515.368000', '092515.371000', '092515.374000', '092515.376000', '092515.379000', '092515.382000', '092515.384000', '092515.387000', '092515.389000', '092515.392000', '092515.394000', '092515.397000', '092515.400000', '092515.402000', '092515.405000', '092515.407000', '092515.410000', '092515.412000', '092515.415000', '092515.418000', '092515.420000', '092515.423000', '092515.426000', '092515.428000', '092535.316000', '092535.319000', '092535.321000', '092535.324000', '092535.326000', '092535.329000', '092535.332000', '092535.334000', '092535.337000', '092535.339000', '092535.342000', '092535.344000', '092535.347000', '092535.350000', '092535.352000', '092535.355000', '092535.358000', '092535.360000', '092535.363000', '092535.365000', '092535.368000', '092535.370000', '092535.373000', '092535.376000', '092535.378000', '092535.381000', '092535.383000', '092535.386000', '092535.388000', '092535.391000', '092535.394000', '092535.396000', '092535.399000', '092535.401000', '092535.404000', '092535.408000', '092535.411000', '092535.413000', '092535.416000', '092535.419000', '092535.421000', '092535.424000', '092535.426000', '092555.316000', '092555.318000', '092555.321000', '092555.324000', '092555.326000', '092555.329000', '092555.331000', '092555.334000', '092555.336000', '092555.339000', '092555.342000', '092555.344000', '092555.347000', '092555.349000', '092555.352000', '092555.355000', '092555.357000', '092555.360000', '092555.362000', '092555.365000', '092555.368000', '092555.370000', '092555.373000', '092555.375000', '092555.378000', '092555.380000', '092555.383000', '092555.386000', '092555.388000', '092555.391000', '092555.393000', '092555.396000', '092555.399000', '092555.401000', '092555.404000', '092555.406000', '092555.409000', '092555.412000', '092555.414000', '092555.417000', '092555.419000', '092555.422000', '092555.424000', '092555.427000', '092615.316000', '092615.318000', '092615.321000', '092615.324000', '092615.326000', '092615.329000', '092615.331000', '092615.334000', '092615.336000', '092615.339000', '092615.341000', '092615.344000', '092615.347000', '092615.349000', '092615.352000', '092615.355000', '092615.357000', '092615.360000', '092615.362000', '092615.365000', '092615.367000', '092615.370000', '092615.372000', '092615.375000', '092615.377000', '092615.380000', '092615.383000', '092615.385000', '092615.402000', '092615.405000', '092615.407000', '092615.410000', '092615.413000', '092615.415000', '092615.418000', '092615.420000', '092615.423000', '092615.426000', '092615.428000', '092615.431000', '092615.434000', '092615.437000', '092615.440000', '092635.316000', '092635.319000', '092635.321000', '092635.324000', '092635.326000', '092635.329000', '092635.331000', '092635.334000', '092635.337000', '092635.339000', '092635.342000', '092635.344000', '092635.347000', '092635.350000', '092635.352000', '092635.355000', '092635.358000', '092635.360000', '092635.363000', '092635.365000', '092635.368000', '092635.370000', '092635.373000', '092635.376000', '092635.378000', '092635.381000', '092635.383000', '092635.386000', '092635.389000', '092635.391000', '092635.394000', '092635.397000', '092635.399000', '092635.402000', '092635.404000', '092635.407000', '092635.410000', '092635.412000', '092635.415000', '092635.417000', '092635.420000', '092635.422000', '092635.425000', '092635.428000', '092655.316000', '092655.319000', '092655.321000', '092655.324000', '092655.326000', '092655.329000', '092655.331000', '092655.334000', '092655.337000', '092655.339000', '092655.342000', '092655.344000', '092655.347000', '092655.349000', '092655.352000', '092655.355000', '092655.357000', '092655.360000', '092655.362000', '092655.365000', '092655.367000', '092655.370000', '092655.373000', '092655.375000', '092655.378000', '092655.380000', '092655.383000', '092655.386000', '092655.388000', '092655.391000', '092655.393000', '092655.396000', '092655.398000', '092655.401000', '092655.403000', '092655.406000', '092655.409000', '092655.411000', '092655.414000', '092655.416000', '092655.419000', '092655.422000', '092655.424000', '092715.317000', '092715.319000', '092715.322000', '092715.325000', '092715.327000', '092715.330000', '092715.332000', '092715.335000', '092715.337000', '092715.340000', '092715.343000', '092715.345000', '092715.348000', '092715.350000', '092715.353000', '092715.356000', '092715.358000', '092715.361000', '092715.363000', '092715.366000', '092715.368000', '092715.373000', '092715.375000', '092715.378000', '092715.381000', '092715.383000', '092715.386000', '092715.388000', '092715.391000', '092715.394000', '092715.396000', '092715.399000', '092715.401000', '092715.404000', '092715.407000', '092715.409000', '092715.412000', '092715.414000', '092715.417000', '092715.419000', '092715.422000', '092715.425000', '092715.427000', '092715.430000', '092735.317000', '092735.320000', '092735.322000', '092735.325000', '092735.327000', '092735.330000', '092735.332000', '092735.335000', '092735.338000', '092735.340000', '092735.343000', '092735.345000', '092735.348000', '092735.351000', '092735.353000', '092735.356000', '092735.358000', '092735.361000', '092735.363000', '092735.366000', '092735.369000', '092735.371000', '092735.374000', '092735.376000', '092735.379000', '092735.382000', '092735.384000', '092735.387000', '092735.389000', '092735.392000', '092735.394000', '092735.397000', '092735.400000', '092735.402000', '092735.405000', '092735.407000', '092735.410000', '092735.412000', '092735.415000', '092735.418000', '092735.420000', '092735.423000', '092735.425000', '092755.316000', '092755.318000', '092755.321000', '092755.324000', '092755.326000', '092755.329000', '092755.332000', '092755.334000', '092755.337000', '092755.340000', '092755.342000', '092755.345000', '092755.347000', '092755.350000', '092755.352000', '092755.355000', '092755.358000', '092755.360000', '092755.363000', '092755.365000', '092755.368000', '092755.370000', '092755.373000', '092755.376000', '092755.378000', '092755.381000', '092755.384000', '092755.386000', '092755.389000', '092755.391000', '092755.394000', '092755.396000', '092755.399000', '092755.402000', '092755.404000', '092755.407000', '092755.409000', '092755.412000', '092755.415000', '092755.417000', '092755.420000', '092755.423000', '092755.425000', '092755.428000', '092815.315000', '092815.318000', '092815.321000', '092815.323000', '092815.326000', '092815.329000', '092815.331000', '092815.334000', '092815.336000', '092815.339000', '092815.341000', '092815.344000', '092815.346000', '092815.349000', '092815.352000', '092815.354000', '092815.357000', '092815.359000', '092815.362000', '092815.365000', '092815.367000', '092815.370000', '092815.372000', '092815.375000', '092815.378000', '092815.381000', '092815.383000', '092815.386000', '092815.389000', '092815.391000', '092815.394000', '092815.397000', '092815.399000', '092815.402000', '092815.404000', '092815.407000', '092815.410000', '092815.412000', '092815.415000', '092815.418000', '092815.421000', '092815.424000', '092815.427000', '092815.495000'], 'InstanceCreationTime': ['092155.345000', '092155.348000', '092155.351000', '092155.354000', '092155.356000', '092155.359000', '092155.361000', '092155.364000', '092155.367000', '092155.369000', '092155.372000', '092155.374000', '092155.377000', '092155.380000', '092155.382000', '092155.385000', '092155.390000', '092155.393000', '092155.395000', '092155.398000', '092155.400000', '092155.403000', '092155.405000', '092155.408000', '092155.410000', '092155.413000', '092155.415000', '092155.418000', '092155.421000', '092155.423000', '092155.426000', '092155.428000', '092155.431000', '092155.433000', '092155.436000', '092155.438000', '092155.441000', '092155.444000', '092155.446000', '092155.449000', '092155.451000', '092155.454000', '092155.456000', '092155.459000', '092155.462000', '092215.316000', '092215.318000', '092215.321000', '092215.324000', '092215.326000', '092215.329000', '092215.331000', '092215.334000', '092215.336000', '092215.339000', '092215.341000', '092215.344000', '092215.347000', '092215.349000', '092215.352000', '092215.354000', '092215.357000', '092215.359000', '092215.362000', '092215.365000', '092215.373000', '092215.375000', '092215.378000', '092215.380000', '092215.383000', '092215.386000', '092215.389000', '092215.392000', '092215.395000', '092215.398000', '092215.400000', '092215.403000', '092215.405000', '092215.408000', '092215.411000', '092215.413000', '092215.416000', '092215.418000', '092215.421000', '092215.424000', '092215.426000', '092215.429000', '092215.431000', '092235.316000', '092235.319000', '092235.322000', '092235.324000', '092235.327000', '092235.329000', '092235.332000', '092235.335000', '092235.337000', '092235.340000', '092235.342000', '092235.345000', '092235.347000', '092235.350000', '092235.353000', '092235.355000', '092235.358000', '092235.360000', '092235.363000', '092235.365000', '092235.368000', '092235.371000', '092235.373000', '092235.376000', '092235.378000', '092235.381000', '092235.383000', '092235.386000', '092235.389000', '092235.391000', '092235.394000', '092235.396000', '092235.399000', '092235.401000', '092235.404000', '092235.406000', '092235.409000', '092235.412000', '092235.414000', '092235.417000', '092235.419000', '092235.422000', '092235.424000', '092235.427000', '092255.317000', '092255.319000', '092255.322000', '092255.325000', '092255.327000', '092255.330000', '092255.332000', '092255.335000', '092255.337000', '092255.340000', '092255.343000', '092255.346000', '092255.349000', '092255.352000', '092255.355000', '092255.357000', '092255.361000', '092255.364000', '092255.366000', '092255.369000', '092255.371000', '092255.374000', '092255.377000', '092255.379000', '092255.382000', '092255.384000', '092255.387000', '092255.393000', '092255.396000', '092255.398000', '092255.401000', '092255.403000', '092255.406000', '092255.408000', '092255.411000', '092255.414000', '092255.416000', '092255.419000', '092255.422000', '092255.424000', '092255.427000', '092255.429000', '092255.432000', '092315.315000', '092315.318000', '092315.321000', '092315.323000', '092315.326000', '092315.329000', '092315.331000', '092315.334000', '092315.336000', '092315.339000', '092315.342000', '092315.344000', '092315.347000', '092315.349000', '092315.352000', '092315.354000', '092315.357000', '092315.361000', '092315.364000', '092315.366000', '092315.369000', '092315.371000', '092315.390000', '092315.392000', '092315.395000', '092315.398000', '092315.400000', '092315.403000', '092315.405000', '092315.408000', '092315.410000', '092315.413000', '092315.415000', '092315.418000', '092315.421000', '092315.423000', '092315.426000', '092315.428000', '092315.431000', '092315.434000', '092315.436000', '092315.439000', '092315.441000', '092315.444000', '092335.316000', '092335.318000', '092335.321000', '092335.324000', '092335.326000', '092335.329000', '092335.331000', '092335.335000', '092335.338000', '092335.341000', '092335.343000', '092335.346000', '092335.349000', '092335.351000', '092335.354000', '092335.356000', '092335.359000', '092335.361000', '092335.364000', '092335.366000', '092335.369000', '092335.372000', '092335.374000', '092335.377000', '092335.379000', '092335.382000', '092335.385000', '092335.387000', '092335.394000', '092335.396000', '092335.399000', '092335.401000', '092335.404000', '092335.407000', '092335.409000', '092335.412000', '092335.414000', '092335.417000', '092335.419000', '092335.422000', '092335.424000', '092335.427000', '092335.430000', '092355.316000', '092355.319000', '092355.321000', '092355.324000', '092355.326000', '092355.329000', '092355.332000', '092355.334000', '092355.337000', '092355.339000', '092355.342000', '092355.344000', '092355.347000', '092355.350000', '092355.352000', '092355.355000', '092355.357000', '092355.360000', '092355.362000', '092355.365000', '092355.368000', '092355.370000', '092355.373000', '092355.375000', '092355.378000', '092355.381000', '092355.383000', '092355.386000', '092355.388000', '092355.391000', '092355.393000', '092355.396000', '092355.398000', '092355.401000', '092355.404000', '092355.407000', '092355.409000', '092355.412000', '092355.414000', '092355.417000', '092355.419000', '092355.422000', '092355.424000', '092355.427000', '092415.315000', '092415.318000', '092415.321000', '092415.323000', '092415.326000', '092415.329000', '092415.331000', '092415.334000', '092415.336000', '092415.339000', '092415.342000', '092415.344000', '092415.347000', '092415.349000', '092415.352000', '092415.354000', '092415.357000', '092415.360000', '092415.362000', '092415.365000', '092415.368000', '092415.370000', '092415.373000', '092415.375000', '092415.378000', '092415.380000', '092415.383000', '092415.386000', '092415.388000', '092415.391000', '092415.393000', '092415.396000', '092415.400000', '092415.402000', '092415.405000', '092415.408000', '092415.410000', '092415.413000', '092415.415000', '092415.418000', '092415.420000', '092415.423000', '092415.426000', '092435.316000', '092435.318000', '092435.321000', '092435.324000', '092435.326000', '092435.329000', '092435.331000', '092435.334000', '092435.336000', '092435.339000', '092435.342000', '092435.344000', '092435.347000', '092435.349000', '092435.352000', '092435.354000', '092435.357000', '092435.360000', '092435.362000', '092435.365000', '092435.368000', '092435.370000', '092435.373000', '092435.375000', '092435.378000', '092435.380000', '092435.383000', '092435.386000', '092435.388000', '092435.391000', '092435.393000', '092435.396000', '092435.399000', '092435.401000', '092435.404000', '092435.406000', '092435.409000', '092435.412000', '092435.414000', '092435.417000', '092435.420000', '092435.422000', '092435.425000', '092435.427000', '092455.317000', '092455.319000', '092455.322000', '092455.355000', '092455.358000', '092455.361000', '092455.363000', '092455.366000', '092455.368000', '092455.375000', '092455.378000', '092455.380000', '092455.383000', '092455.385000', '092455.388000', '092455.391000', '092455.393000', '092455.396000', '092455.398000', '092455.401000', '092455.403000', '092455.406000', '092455.409000', '092455.411000', '092455.414000', '092455.416000', '092455.419000', '092455.421000', '092455.424000', '092455.427000', '092455.429000', '092455.432000', '092455.435000', '092455.437000', '092455.440000', '092455.442000', '092455.445000', '092455.447000', '092455.450000', '092455.452000', '092455.455000', '092455.457000', '092455.460000', '092515.317000', '092515.319000', '092515.322000', '092515.325000', '092515.327000', '092515.330000', '092515.332000', '092515.335000', '092515.337000', '092515.340000', '092515.343000', '092515.345000', '092515.348000', '092515.350000', '092515.353000', '092515.355000', '092515.358000', '092515.361000', '092515.363000', '092515.366000', '092515.368000', '092515.371000', '092515.374000', '092515.376000', '092515.379000', '092515.382000', '092515.384000', '092515.387000', '092515.389000', '092515.392000', '092515.394000', '092515.397000', '092515.400000', '092515.402000', '092515.405000', '092515.407000', '092515.410000', '092515.412000', '092515.415000', '092515.418000', '092515.420000', '092515.423000', '092515.426000', '092515.428000', '092535.316000', '092535.319000', '092535.321000', '092535.324000', '092535.326000', '092535.329000', '092535.332000', '092535.334000', '092535.337000', '092535.339000', '092535.342000', '092535.344000', '092535.347000', '092535.350000', '092535.352000', '092535.355000', '092535.358000', '092535.360000', '092535.363000', '092535.365000', '092535.368000', '092535.370000', '092535.373000', '092535.376000', '092535.378000', '092535.381000', '092535.383000', '092535.386000', '092535.388000', '092535.391000', '092535.394000', '092535.396000', '092535.399000', '092535.401000', '092535.404000', '092535.408000', '092535.411000', '092535.413000', '092535.416000', '092535.419000', '092535.421000', '092535.424000', '092535.426000', '092555.316000', '092555.318000', '092555.321000', '092555.324000', '092555.326000', '092555.329000', '092555.331000', '092555.334000', '092555.336000', '092555.339000', '092555.342000', '092555.344000', '092555.347000', '092555.349000', '092555.352000', '092555.355000', '092555.357000', '092555.360000', '092555.362000', '092555.365000', '092555.368000', '092555.370000', '092555.373000', '092555.375000', '092555.378000', '092555.380000', '092555.383000', '092555.386000', '092555.388000', '092555.391000', '092555.393000', '092555.396000', '092555.399000', '092555.401000', '092555.404000', '092555.406000', '092555.409000', '092555.412000', '092555.414000', '092555.417000', '092555.419000', '092555.422000', '092555.424000', '092555.427000', '092615.316000', '092615.318000', '092615.321000', '092615.324000', '092615.326000', '092615.329000', '092615.331000', '092615.334000', '092615.336000', '092615.339000', '092615.341000', '092615.344000', '092615.347000', '092615.349000', '092615.352000', '092615.355000', '092615.357000', '092615.360000', '092615.362000', '092615.365000', '092615.367000', '092615.370000', '092615.372000', '092615.375000', '092615.377000', '092615.380000', '092615.383000', '092615.385000', '092615.402000', '092615.405000', '092615.407000', '092615.410000', '092615.413000', '092615.415000', '092615.418000', '092615.420000', '092615.423000', '092615.426000', '092615.428000', '092615.431000', '092615.434000', '092615.437000', '092615.440000', '092635.316000', '092635.319000', '092635.321000', '092635.324000', '092635.326000', '092635.329000', '092635.331000', '092635.334000', '092635.337000', '092635.339000', '092635.342000', '092635.344000', '092635.347000', '092635.350000', '092635.352000', '092635.355000', '092635.358000', '092635.360000', '092635.363000', '092635.365000', '092635.368000', '092635.370000', '092635.373000', '092635.376000', '092635.378000', '092635.381000', '092635.383000', '092635.386000', '092635.389000', '092635.391000', '092635.394000', '092635.397000', '092635.399000', '092635.402000', '092635.404000', '092635.407000', '092635.410000', '092635.412000', '092635.415000', '092635.417000', '092635.420000', '092635.422000', '092635.425000', '092635.428000', '092655.316000', '092655.319000', '092655.321000', '092655.324000', '092655.326000', '092655.329000', '092655.331000', '092655.334000', '092655.337000', '092655.339000', '092655.342000', '092655.344000', '092655.347000', '092655.349000', '092655.352000', '092655.355000', '092655.357000', '092655.360000', '092655.362000', '092655.365000', '092655.367000', '092655.370000', '092655.373000', '092655.375000', '092655.378000', '092655.380000', '092655.383000', '092655.386000', '092655.388000', '092655.391000', '092655.393000', '092655.396000', '092655.398000', '092655.401000', '092655.403000', '092655.406000', '092655.409000', '092655.411000', '092655.414000', '092655.416000', '092655.419000', '092655.422000', '092655.424000', '092715.317000', '092715.319000', '092715.322000', '092715.325000', '092715.327000', '092715.330000', '092715.332000', '092715.335000', '092715.337000', '092715.340000', '092715.343000', '092715.345000', '092715.348000', '092715.350000', '092715.353000', '092715.356000', '092715.358000', '092715.361000', '092715.363000', '092715.366000', '092715.368000', '092715.373000', '092715.375000', '092715.378000', '092715.381000', '092715.383000', '092715.386000', '092715.388000', '092715.391000', '092715.394000', '092715.396000', '092715.399000', '092715.401000', '092715.404000', '092715.407000', '092715.409000', '092715.412000', '092715.414000', '092715.417000', '092715.419000', '092715.422000', '092715.425000', '092715.427000', '092715.430000', '092735.317000', '092735.320000', '092735.322000', '092735.325000', '092735.327000', '092735.330000', '092735.332000', '092735.335000', '092735.338000', '092735.340000', '092735.343000', '092735.345000', '092735.348000', '092735.351000', '092735.353000', '092735.356000', '092735.358000', '092735.361000', '092735.363000', '092735.366000', '092735.369000', '092735.371000', '092735.374000', '092735.376000', '092735.379000', '092735.382000', '092735.384000', '092735.387000', '092735.389000', '092735.392000', '092735.394000', '092735.397000', '092735.400000', '092735.402000', '092735.405000', '092735.407000', '092735.410000', '092735.412000', '092735.415000', '092735.418000', '092735.420000', '092735.423000', '092735.425000', '092755.316000', '092755.318000', '092755.321000', '092755.324000', '092755.326000', '092755.329000', '092755.332000', '092755.334000', '092755.337000', '092755.340000', '092755.342000', '092755.345000', '092755.347000', '092755.350000', '092755.352000', '092755.355000', '092755.358000', '092755.360000', '092755.363000', '092755.365000', '092755.368000', '092755.370000', '092755.373000', '092755.376000', '092755.378000', '092755.381000', '092755.384000', '092755.386000', '092755.389000', '092755.391000', '092755.394000', '092755.396000', '092755.399000', '092755.402000', '092755.404000', '092755.407000', '092755.409000', '092755.412000', '092755.415000', '092755.417000', '092755.420000', '092755.423000', '092755.425000', '092755.428000', '092815.315000', '092815.318000', '092815.321000', '092815.323000', '092815.326000', '092815.329000', '092815.331000', '092815.334000', '092815.336000', '092815.339000', '092815.341000', '092815.344000', '092815.346000', '092815.349000', '092815.352000', '092815.354000', '092815.357000', '092815.359000', '092815.362000', '092815.365000', '092815.367000', '092815.370000', '092815.372000', '092815.375000', '092815.378000', '092815.381000', '092815.383000', '092815.386000', '092815.389000', '092815.391000', '092815.394000', '092815.397000', '092815.399000', '092815.402000', '092815.404000', '092815.407000', '092815.410000', '092815.412000', '092815.415000', '092815.418000', '092815.421000', '092815.424000', '092815.427000', '092815.495000'], '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': [9026, 10549, 6635, 10961, 8553, 8090, 10222, 6298, 9079, 10659, 6474, 11086, 9436, 9063, 11042, 6780, 10144, 6715, 11730, 8228, 10390, 12795, 6711, 10548, 8348, 6856, 12061, 6963, 9865, 12019, 6718, 10453, 6361, 6745, 11769, 6046, 9969, 9654, 6580, 10686, 6055, 9214, 10435, 6087, 10052, 8339, 8238, 9888, 6136, 9492, 8148, 9008, 12907, 6241, 6464, 6285, 8361, 8975, 11782, 8397, 9093, 11404, 7969, 11665, 6719, 9565, 7950, 8613, 12843, 6595, 11913, 8090, 11767, 10678, 8896, 14447, 7698, 10449, 9485, 6305, 11208, 8970, 10038, 11924, 6311, 10665, 7933, 6189, 12331, 8432, 9901, 9506, 6079, 11059, 6303, 6793, 7053, 6721, 11205, 6105, 11516, 6756, 9949, 8388, 6133, 11236, 8479, 9506, 12632, 6512, 10827, 6900, 8395, 12347, 7295, 11320, 8514, 8505, 11231, 6860, 11131, 11757, 7563, 11814, 6592, 10083, 11253, 6372, 11245, 8459, 8875, 11622, 6521, 10395, 10661, 6783, 13002, 8785, 9284, 11104, 6344, 11085, 6536, 9748, 11670, 10143, 11963, 7690, 10382, 8855, 12583, 8011, 11191, 6222, 10332, 6718, 10237, 8791, 8504, 12568, 11070, 14536, 7056, 10749, 6128, 10756, 7778, 13233, 10637, 10010, 6690, 8346, 6380, 9413, 11983, 6793, 11133, 9135, 9233, 11836, 6647, 11670, 9681, 9537, 13260, 6419, 10933, 9455, 7530, 11226, 6246, 11333, 6216, 11896, 6505, 9985, 7184, 8623, 12133, 7164, 11219, 11290, 8143, 12040, 6365, 11206, 10859, 10489, 7657, 6840, 6392, 6981, 7046, 6261, 9733, 6099, 11550, 6971, 9270, 6690, 11559, 6329, 9482, 6267, 9018, 10121, 12258, 7498, 7182, 6301, 12067, 11086, 13706, 8115, 7858, 6333, 11482, 13031, 8204, 8985, 6216, 10447, 6063, 9751, 9581, 8313, 9033, 6278, 9261, 6306, 9319, 9279, 8483, 11782, 6132, 10812, 8974, 9714, 7393, 6689, 10115, 6632, 10688, 7904, 12403, 8476, 8568, 10401, 6632, 11326, 8217, 9519, 6712, 8788, 6719, 7202, 9262, 8755, 10390, 6970, 10784, 8553, 11646, 6345, 9474, 7300, 8825, 12001, 6659, 11486, 8592, 8755, 8434, 6906, 9451, 6394, 11931, 11694, 6612, 11054, 6550, 8558, 6381, 10725, 11122, 9681, 12173, 6771, 11328, 7311, 6592, 7853, 8877, 9594, 8545, 12491, 9912, 13227, 6659, 14262, 9695, 9900, 11421, 6755, 11581, 8928, 6289, 10653, 7712, 10645, 8128, 10370, 10274, 6327, 10846, 9122, 10583, 12252, 9314, 12288, 7950, 6314, 9608, 6342, 10022, 8905, 6826, 11137, 7992, 9493, 10686, 6411, 9922, 6562, 8193, 10864, 6683, 8285, 6409, 7535, 6489, 7426, 6357, 8124, 11143, 6593, 11156, 8912, 9173, 10816, 6389, 10603, 8185, 9266, 10680, 8488, 10559, 6736, 6352, 9885, 6727, 11133, 9460, 8935, 6338, 9360, 10348, 6268, 11245, 8518, 9648, 13430, 6922, 12640, 8342, 8598, 12177, 9423, 13184, 9081, 6512, 10771, 6317, 10693, 6658, 10966, 6621, 9321, 12998, 7991, 13844, 10220, 9715, 10977, 6927, 10128, 7485, 8465, 12040, 6643, 11609, 9644, 9437, 7427, 6217, 9782, 6416, 11142, 8610, 10725, 7387, 6212, 7766, 6597, 12468, 8008, 6882, 7638, 6121, 9083, 6828, 8916, 12255, 6345, 11819, 10662, 9168, 11281, 6260, 8784, 11960, 6694, 11884, 10644, 6988, 11064, 8737, 9215, 10991, 6916, 8678, 6424, 6449, 9763, 6464, 11184, 7530, 7134, 6202, 7892, 6709, 6243, 7018, 10445, 7034, 8826, 11851, 6620, 11390, 9023, 10123, 11250, 7927, 11375, 8942, 10372, 7594, 11240, 7636, 13714, 12334, 13333, 12861, 7425, 6555, 6307, 7387, 6297, 9961, 8023, 11806, 7478, 10629, 8052, 11856, 6168, 6832, 6442, 9151, 6516, 9258, 9201, 7297, 11121, 6198, 10854, 6677, 10815, 8842, 6561, 9420, 6356, 10505, 6428, 10435, 6402, 9298, 6576, 8290, 6410, 6908, 9355, 6296, 10556, 8564, 11339, 7845, 7616, 7131, 6378, 8718, 6212, 10141, 6744, 10219, 7317, 6429, 6493, 6559, 10280, 6192, 9779, 6239, 10402, 8196, 12151, 10157, 6782, 9520, 6439, 9314, 7171, 10308, 11307, 9044, 11287, 6483, 9161, 6542, 6565, 10566, 6435, 10392, 8925, 8911, 12274, 6637, 8768, 10067, 7067, 10554, 6776, 6388, 10403, 8020, 8468, 6702, 6297, 9772, 6365, 10951, 7955, 7371, 9576, 6772, 10183, 7799, 10838, 7640, 6591, 9762, 6518, 9604, 8857, 6814, 11901, 7294, 10312, 7489, 6676, 10171, 6649, 7803, 11109, 6350, 10836, 9331, 8684, 10990, 6188, 8772, 6929, 6759, 7569, 6409, 9316, 7060, 7170, 12807, 8106, 11859, 6429, 8172, 6316, 8866, 6465, 8129, 10566, 7415, 8901, 7605, 7671, 10942, 7417, 11589, 6341, 11014, 7970, 10613, 10646, 6921, 11619, 8960, 9126, 7844, 6619, 9628, 6622, 9378, 10132, 9609, 12968, 6587, 12183, 9249, 6831, 10502, 7012, 7445, 12504, 8358, 10834, 6417, 6739, 6829, 6468, 10208, 6395, 11970, 9204, 11751, 6810, 8845, 6406, 9282, 6410, 10900, 7171, 12787, 8967, 9156, 13428, 6748, 11298, 6206, 10294, 6476, 7750, 9708, 6264, 10583, 6883, 9532, 7806, 11727, 7870, 7849, 8774, 6586, 10290, 6586, 11055, 12439, 8670, 12138, 9073, 8763, 6721, 7374, 6741, 9735, 10983, 6710, 10763, 7546, 7939, 8983, 6943, 10164, 6658, 6314, 6444, 10893, 10596, 9067, 12817, 8707, 12770, 12670, 7335, 11763, 6641, 10018, 11934, 6520, 11822, 7982, 7863, 12579, 7947, 11638, 6433, 7147, 7679, 6624, 11194, 6464, 11169, 6743, 6948, 6447, 6438, 6541, 6924, 8393, 6765, 11363, 7234, 11153, 8375, 12141, 13294, 11441, 13704, 9213, 10016, 9730, 6578, 10886, 6698, 9867, 12583, 6906, 12137, 6867, 6502, 10850, 6774, 7905, 8715, 6526, 11138, 6601, 6892, 6624, 6577, 9521, 6491, 10168, 8183, 6775, 9072, 6847, 9424, 6686, 9402, 6558, 10858, 13328, 8817, 12230, 7493, 8634, 11950, 6554, 11737, 9869, 9291, 13484, 7028, 11817, 9811, 6458, 11345, 6723, 10875, 13552, 6895, 11956, 6734, 7259, 7736, 6573, 9822, 6521, 11135, 10346, 7891, 12558, 8331, 7878, 12186, 7039, 11724, 9349, 6535, 10555, 6889, 7732, 11718, 6694, 12048, 9467, 6437, 10650, 6704, 6600, 11449, 9394, 12108, 8377, 8737, 6518, 10234, 8242, 7302, 8553, 6567, 10491, 8077, 8994, 13377], 'WindowCenter': [3976.0, 3982.0, 3917.0, 3980.0, 3945.0, 3934.0, 3955.0, 3902.0, 3956.0, 3979.0, 3915.0, 3978.0, 3956.0, 3955.0, 3962.0, 3901.0, 3951.0, 3900.0, 3964.0, 3931.0, 3954.0, 3974.0, 3900.0, 3953.0, 3919.0, 3897.0, 3950.0, 3896.0, 3940.0, 3949.0, 3897.0, 3951.0, 3886.0, 3898.0, 3963.0, 3889.0, 3954.0, 3940.0, 3897.0, 3950.0, 3876.0, 3939.0, 3937.0, 3877.0, 3942.0, 3919.0, 3931.0, 3940.0, 3889.0, 3954.0, 3934.0, 3970.0, 4000.0, 3917.0, 3900.0, 3899.0, 3930.0, 3955.0, 3989.0, 3947.0, 3958.0, 4004.0, 3978.0, 4019.0, 3929.0, 3954.0, 3932.0, 3944.0, 3974.0, 3914.0, 3988.0, 3933.0, 3974.0, 3962.0, 3954.0, 3973.0, 3907.0, 3938.0, 3924.0, 3884.0, 3947.0, 3915.0, 3937.0, 3948.0, 3874.0, 3936.0, 3903.0, 3875.0, 3958.0, 3916.0, 3938.0, 3937.0, 3875.0, 3948.0, 3886.0, 3897.0, 3909.0, 3898.0, 3961.0, 3891.0, 3974.0, 3912.0, 3953.0, 3930.0, 3889.0, 3977.0, 3943.0, 3968.0, 3974.0, 3918.0, 3966.0, 3912.0, 3932.0, 3962.0, 3909.0, 3953.0, 3929.0, 3931.0, 3952.0, 3900.0, 3967.0, 3965.0, 3924.0, 3963.0, 3899.0, 3952.0, 3950.0, 3889.0, 3964.0, 3932.0, 3942.0, 3964.0, 3891.0, 3953.0, 3941.0, 3889.0, 3963.0, 3931.0, 3943.0, 3953.0, 3894.0, 3956.0, 3914.0, 3955.0, 3963.0, 3952.0, 3964.0, 3909.0, 3941.0, 3944.0, 3978.0, 3936.0, 3965.0, 3895.0, 3955.0, 3902.0, 3953.0, 3945.0, 3947.0, 3990.0, 3967.0, 3985.0, 3912.0, 3951.0, 3878.0, 3953.0, 3935.0, 3990.0, 3978.0, 3980.0, 3925.0, 3945.0, 3903.0, 3942.0, 3951.0, 3899.0, 3952.0, 3930.0, 3941.0, 3962.0, 3901.0, 3963.0, 3940.0, 3941.0, 3959.0, 3902.0, 3950.0, 3940.0, 3908.0, 3949.0, 3889.0, 3952.0, 3877.0, 3950.0, 3887.0, 3938.0, 3896.0, 3916.0, 3948.0, 3885.0, 3937.0, 3937.0, 3907.0, 3949.0, 3875.0, 3951.0, 3950.0, 3954.0, 3925.0, 3900.0, 3901.0, 3914.0, 3913.0, 3892.0, 3931.0, 3880.0, 3978.0, 3924.0, 3958.0, 3912.0, 3951.0, 3890.0, 3942.0, 3890.0, 3931.0, 3967.0, 3964.0, 3926.0, 3911.0, 3887.0, 3961.0, 3964.0, 3972.0, 3917.0, 3905.0, 3874.0, 3973.0, 3973.0, 3932.0, 3939.0, 3891.0, 3951.0, 3888.0, 3951.0, 3939.0, 3931.0, 3929.0, 3889.0, 3941.0, 3901.0, 3942.0, 3942.0, 3945.0, 3977.0, 3903.0, 3966.0, 3956.0, 3969.0, 3924.0, 3927.0, 3966.0, 3926.0, 3979.0, 3947.0, 3985.0, 3930.0, 3930.0, 3962.0, 3909.0, 3973.0, 3941.0, 3951.0, 3912.0, 3956.0, 3911.0, 3921.0, 3938.0, 3926.0, 3948.0, 3910.0, 3973.0, 3942.0, 3972.0, 3899.0, 3962.0, 3934.0, 3952.0, 3959.0, 3895.0, 3949.0, 3926.0, 3929.0, 3927.0, 3908.0, 3938.0, 3898.0, 3985.0, 3986.0, 3925.0, 3973.0, 3913.0, 3953.0, 3911.0, 3974.0, 3974.0, 3953.0, 3973.0, 3911.0, 3976.0, 3924.0, 3939.0, 3946.0, 3957.0, 3954.0, 3944.0, 3977.0, 3966.0, 3976.0, 3913.0, 3985.0, 3943.0, 3941.0, 3951.0, 3914.0, 3963.0, 3930.0, 3888.0, 3949.0, 3907.0, 3950.0, 3917.0, 3939.0, 3938.0, 3887.0, 3949.0, 3927.0, 3939.0, 3950.0, 3928.0, 3961.0, 3917.0, 3899.0, 3938.0, 3886.0, 3938.0, 3927.0, 3897.0, 3948.0, 3915.0, 3937.0, 3950.0, 3887.0, 3938.0, 3909.0, 3931.0, 3961.0, 3909.0, 3930.0, 3899.0, 3918.0, 3898.0, 3919.0, 3899.0, 3932.0, 3961.0, 3924.0, 3977.0, 3955.0, 3953.0, 3961.0, 3898.0, 3950.0, 3930.0, 3954.0, 3952.0, 3930.0, 3953.0, 3898.0, 3916.0, 3953.0, 3927.0, 3975.0, 3964.0, 3953.0, 3912.0, 3955.0, 3962.0, 3899.0, 3963.0, 3941.0, 3952.0, 3974.0, 3910.0, 3972.0, 3929.0, 3928.0, 3961.0, 3939.0, 3971.0, 3939.0, 3900.0, 3974.0, 3900.0, 3954.0, 3899.0, 3949.0, 3896.0, 3941.0, 3960.0, 3918.0, 3972.0, 3939.0, 3929.0, 3937.0, 3897.0, 3927.0, 3895.0, 3908.0, 3948.0, 3888.0, 3963.0, 3953.0, 3941.0, 3907.0, 3876.0, 3923.0, 3899.0, 3960.0, 3940.0, 3974.0, 3922.0, 3900.0, 3930.0, 3910.0, 3960.0, 3916.0, 3908.0, 3907.0, 3877.0, 3929.0, 3898.0, 3929.0, 3958.0, 3886.0, 3960.0, 3938.0, 3928.0, 3947.0, 3884.0, 3926.0, 3945.0, 3883.0, 3947.0, 3949.0, 3895.0, 3948.0, 3927.0, 3928.0, 3948.0, 3895.0, 3914.0, 3884.0, 3885.0, 3938.0, 3911.0, 3975.0, 3942.0, 3920.0, 3911.0, 3942.0, 3908.0, 3911.0, 3932.0, 3964.0, 3910.0, 3940.0, 3960.0, 3909.0, 3961.0, 3940.0, 3952.0, 3977.0, 3945.0, 3963.0, 3918.0, 3937.0, 3907.0, 3950.0, 3909.0, 3973.0, 3962.0, 3950.0, 3946.0, 3896.0, 3860.0, 3861.0, 3866.0, 3857.0, 3910.0, 3890.0, 3933.0, 3893.0, 3920.0, 3902.0, 3918.0, 3857.0, 3856.0, 3857.0, 3910.0, 3858.0, 3912.0, 3911.0, 3891.0, 3932.0, 3860.0, 3921.0, 3882.0, 3948.0, 3928.0, 3897.0, 3926.0, 3874.0, 3934.0, 3874.0, 3936.0, 3886.0, 3927.0, 3896.0, 3917.0, 3875.0, 3896.0, 3927.0, 3886.0, 3950.0, 3929.0, 3952.0, 3920.0, 3920.0, 3909.0, 3899.0, 3928.0, 3877.0, 3940.0, 3886.0, 3941.0, 3909.0, 3900.0, 3902.0, 3901.0, 3951.0, 3892.0, 3952.0, 3892.0, 3953.0, 3944.0, 3977.0, 3953.0, 3900.0, 3938.0, 3900.0, 3929.0, 3898.0, 3939.0, 3949.0, 3930.0, 3950.0, 3887.0, 3939.0, 3884.0, 3896.0, 3936.0, 3886.0, 3949.0, 3927.0, 3930.0, 3962.0, 3898.0, 3930.0, 3950.0, 3907.0, 3938.0, 3885.0, 3899.0, 3963.0, 3932.0, 3929.0, 3898.0, 3898.0, 3939.0, 3913.0, 3974.0, 3933.0, 3920.0, 3939.0, 3898.0, 3950.0, 3918.0, 3951.0, 3919.0, 3897.0, 3939.0, 3888.0, 3939.0, 3927.0, 3899.0, 3961.0, 3908.0, 3950.0, 3908.0, 3897.0, 3939.0, 3886.0, 3907.0, 3947.0, 3885.0, 3950.0, 3926.0, 3929.0, 3951.0, 3875.0, 3917.0, 3894.0, 3885.0, 3907.0, 3887.0, 3928.0, 3896.0, 3913.0, 3988.0, 3933.0, 3946.0, 3884.0, 3915.0, 3899.0, 3940.0, 3902.0, 3933.0, 3965.0, 3923.0, 3928.0, 3918.0, 3919.0, 3948.0, 3921.0, 3970.0, 3897.0, 3961.0, 3928.0, 3963.0, 3961.0, 3911.0, 3962.0, 3941.0, 3940.0, 3918.0, 3895.0, 3939.0, 3898.0, 3938.0, 3937.0, 3940.0, 3958.0, 3897.0, 3958.0, 3927.0, 3883.0, 3935.0, 3882.0, 3894.0, 3945.0, 3915.0, 3946.0, 3883.0, 3884.0, 3883.0, 3872.0, 3936.0, 3902.0, 3965.0, 3944.0, 3965.0, 3901.0, 3942.0, 3913.0, 3953.0, 3929.0, 3975.0, 3910.0, 3971.0, 3928.0, 3928.0, 3959.0, 3911.0, 3962.0, 3901.0, 3964.0, 3913.0, 3919.0, 3939.0, 3886.0, 3950.0, 3907.0, 3950.0, 3917.0, 3972.0, 3918.0, 3917.0, 3928.0, 3897.0, 3937.0, 3895.0, 3947.0, 3957.0, 3943.0, 3972.0, 3938.0, 3937.0, 3907.0, 3917.0, 3895.0, 3964.0, 3960.0, 3908.0, 3961.0, 3932.0, 3955.0, 3954.0, 3922.0, 3962.0, 3908.0, 3896.0, 3885.0, 3959.0, 3947.0, 3940.0, 3971.0, 3930.0, 3973.0, 3959.0, 3906.0, 3946.0, 3882.0, 3923.0, 3932.0, 3870.0, 3945.0, 3901.0, 3916.0, 3972.0, 3917.0, 3957.0, 3883.0, 3893.0, 3903.0, 3894.0, 3948.0, 3886.0, 3962.0, 3936.0, 3934.0, 3913.0, 3900.0, 3899.0, 3911.0, 3930.0, 3910.0, 3960.0, 3920.0, 3963.0, 3929.0, 3972.0, 3973.0, 3960.0, 3969.0, 3926.0, 3937.0, 3926.0, 3884.0, 3935.0, 3883.0, 3936.0, 3955.0, 3895.0, 3957.0, 3894.0, 3883.0, 3933.0, 3882.0, 3929.0, 3925.0, 3887.0, 3958.0, 3898.0, 3908.0, 3897.0, 3897.0, 3939.0, 3884.0, 3949.0, 3928.0, 3910.0, 3953.0, 3910.0, 3940.0, 3910.0, 3967.0, 3901.0, 3963.0, 3972.0, 3942.0, 3960.0, 3920.0, 3930.0, 3959.0, 3886.0, 3959.0, 3937.0, 3940.0, 3970.0, 3906.0, 3961.0, 3938.0, 3886.0, 3947.0, 3885.0, 3949.0, 3969.0, 3896.0, 3972.0, 3911.0, 3919.0, 3906.0, 3896.0, 3937.0, 3886.0, 3961.0, 3951.0, 3918.0, 3959.0, 3931.0, 3917.0, 3956.0, 3894.0, 3948.0, 3925.0, 3884.0, 3936.0, 3893.0, 3905.0, 3945.0, 3884.0, 3957.0, 3925.0, 3884.0, 3947.0, 3882.0, 3895.0, 3959.0, 3950.0, 3971.0, 3930.0, 3942.0, 3910.0, 3950.0, 3926.0, 3907.0, 3927.0, 3897.0, 3951.0, 3919.0, 3943.0, 3985.0], 'WindowWidth': [8896.0, 8892.0, 8798.0, 8884.0, 8830.0, 8814.0, 8841.0, 8767.0, 8843.0, 8881.0, 8790.0, 8880.0, 8843.0, 8842.0, 8845.0, 8761.0, 8826.0, 8760.0, 8851.0, 8801.0, 8837.0, 8865.0, 8759.0, 8832.0, 8781.0, 8750.0, 8823.0, 8746.0, 8811.0, 8822.0, 8751.0, 8825.0, 8735.0, 8752.0, 8846.0, 8744.0, 8836.0, 8811.0, 8752.0, 8823.0, 8722.0, 8809.0, 8804.0, 8725.0, 8816.0, 8782.0, 8801.0, 8813.0, 8745.0, 8837.0, 8814.0, 8876.0, 8911.0, 8796.0, 8764.0, 8760.0, 8798.0, 8843.0, 8895.0, 8833.0, 8849.0, 8925.0, 8898.0, 8953.0, 8816.0, 8838.0, 8806.0, 8826.0, 8865.0, 8789.0, 8895.0, 8811.0, 8866.0, 8846.0, 8840.0, 8863.0, 8763.0, 8803.0, 8779.0, 8729.0, 8816.0, 8769.0, 8804.0, 8818.0, 8716.0, 8800.0, 8752.0, 8717.0, 8832.0, 8774.0, 8806.0, 8802.0, 8720.0, 8821.0, 8738.0, 8752.0, 8769.0, 8754.0, 8842.0, 8752.0, 8864.0, 8781.0, 8835.0, 8800.0, 8744.0, 8873.0, 8824.0, 8863.0, 8865.0, 8798.0, 8855.0, 8776.0, 8800.0, 8841.0, 8769.0, 8832.0, 8794.0, 8799.0, 8829.0, 8757.0, 8857.0, 8851.0, 8794.0, 8846.0, 8755.0, 8827.0, 8822.0, 8742.0, 8850.0, 8802.0, 8819.0, 8847.0, 8747.0, 8830.0, 8809.0, 8740.0, 8846.0, 8799.0, 8817.0, 8831.0, 8753.0, 8836.0, 8787.0, 8841.0, 8849.0, 8830.0, 8847.0, 8768.0, 8809.0, 8820.0, 8872.0, 8813.0, 8848.0, 8759.0, 8837.0, 8763.0, 8829.0, 8824.0, 8831.0, 8898.0, 8858.0, 8880.0, 8778.0, 8826.0, 8726.0, 8830.0, 8813.0, 8898.0, 8882.0, 8886.0, 8805.0, 8828.0, 8769.0, 8817.0, 8828.0, 8756.0, 8831.0, 8797.0, 8815.0, 8842.0, 8760.0, 8846.0, 8810.0, 8813.0, 8836.0, 8769.0, 8825.0, 8810.0, 8766.0, 8818.0, 8745.0, 8829.0, 8725.0, 8822.0, 8735.0, 8802.0, 8744.0, 8771.0, 8816.0, 8728.0, 8801.0, 8800.0, 8762.0, 8820.0, 8718.0, 8826.0, 8825.0, 8835.0, 8800.0, 8757.0, 8761.0, 8782.0, 8777.0, 8748.0, 8796.0, 8729.0, 8874.0, 8797.0, 8849.0, 8779.0, 8824.0, 8744.0, 8815.0, 8744.0, 8798.0, 8856.0, 8847.0, 8801.0, 8772.0, 8737.0, 8839.0, 8850.0, 8857.0, 8776.0, 8755.0, 8715.0, 8862.0, 8863.0, 8805.0, 8811.0, 8749.0, 8827.0, 8740.0, 8829.0, 8808.0, 8800.0, 8794.0, 8744.0, 8814.0, 8761.0, 8817.0, 8815.0, 8827.0, 8873.0, 8769.0, 8857.0, 8846.0, 8866.0, 8799.0, 8808.0, 8861.0, 8806.0, 8882.0, 8836.0, 8883.0, 8800.0, 8799.0, 8846.0, 8775.0, 8867.0, 8818.0, 8831.0, 8783.0, 8848.0, 8779.0, 8790.0, 8807.0, 8789.0, 8822.0, 8774.0, 8866.0, 8822.0, 8862.0, 8763.0, 8847.0, 8815.0, 8835.0, 8836.0, 8746.0, 8823.0, 8788.0, 8795.0, 8791.0, 8769.0, 8809.0, 8760.0, 8885.0, 8885.0, 8805.0, 8866.0, 8787.0, 8838.0, 8780.0, 8867.0, 8866.0, 8838.0, 8865.0, 8780.0, 8870.0, 8797.0, 8830.0, 8831.0, 8845.0, 8838.0, 8824.0, 8873.0, 8858.0, 8870.0, 8783.0, 8883.0, 8817.0, 8814.0, 8828.0, 8785.0, 8847.0, 8797.0, 8739.0, 8821.0, 8764.0, 8824.0, 8777.0, 8807.0, 8804.0, 8736.0, 8821.0, 8787.0, 8806.0, 8825.0, 8792.0, 8842.0, 8774.0, 8758.0, 8807.0, 8737.0, 8805.0, 8789.0, 8750.0, 8820.0, 8772.0, 8804.0, 8826.0, 8737.0, 8807.0, 8774.0, 8803.0, 8843.0, 8773.0, 8801.0, 8759.0, 8782.0, 8756.0, 8783.0, 8757.0, 8806.0, 8843.0, 8800.0, 8876.0, 8844.0, 8836.0, 8842.0, 8757.0, 8826.0, 8797.0, 8835.0, 8833.0, 8797.0, 8833.0, 8754.0, 8792.0, 8837.0, 8811.0, 8873.0, 8854.0, 8839.0, 8786.0, 8843.0, 8847.0, 8761.0, 8851.0, 8817.0, 8833.0, 8865.0, 8774.0, 8860.0, 8798.0, 8795.0, 8842.0, 8809.0, 8857.0, 8812.0, 8763.0, 8869.0, 8763.0, 8834.0, 8755.0, 8821.0, 8749.0, 8816.0, 8837.0, 8778.0, 8858.0, 8806.0, 8793.0, 8801.0, 8746.0, 8786.0, 8739.0, 8759.0, 8817.0, 8735.0, 8847.0, 8833.0, 8814.0, 8764.0, 8721.0, 8777.0, 8758.0, 8843.0, 8816.0, 8868.0, 8795.0, 8765.0, 8804.0, 8776.0, 8841.0, 8775.0, 8768.0, 8763.0, 8725.0, 8794.0, 8754.0, 8796.0, 8832.0, 8735.0, 8838.0, 8805.0, 8791.0, 8816.0, 8731.0, 8787.0, 8812.0, 8727.0, 8816.0, 8821.0, 8746.0, 8821.0, 8791.0, 8793.0, 8820.0, 8747.0, 8769.0, 8730.0, 8734.0, 8808.0, 8782.0, 8873.0, 8828.0, 8794.0, 8785.0, 8826.0, 8772.0, 8784.0, 8813.0, 8855.0, 8773.0, 8814.0, 8839.0, 8771.0, 8845.0, 8814.0, 8832.0, 8876.0, 8831.0, 8849.0, 8776.0, 8802.0, 8764.0, 8822.0, 8768.0, 8860.0, 8843.0, 8823.0, 8810.0, 8743.0, 8685.0, 8687.0, 8685.0, 8676.0, 8751.0, 8727.0, 8790.0, 8738.0, 8768.0, 8747.0, 8762.0, 8681.0, 8675.0, 8678.0, 8752.0, 8683.0, 8759.0, 8757.0, 8730.0, 8787.0, 8689.0, 8772.0, 8723.0, 8819.0, 8791.0, 8755.0, 8786.0, 8713.0, 8793.0, 8715.0, 8801.0, 8736.0, 8789.0, 8747.0, 8775.0, 8716.0, 8745.0, 8785.0, 8731.0, 8823.0, 8794.0, 8831.0, 8787.0, 8785.0, 8769.0, 8758.0, 8794.0, 8722.0, 8808.0, 8734.0, 8812.0, 8769.0, 8761.0, 8767.0, 8761.0, 8828.0, 8752.0, 8832.0, 8754.0, 8833.0, 8826.0, 8873.0, 8833.0, 8762.0, 8805.0, 8758.0, 8794.0, 8751.0, 8808.0, 8823.0, 8797.0, 8824.0, 8739.0, 8808.0, 8731.0, 8747.0, 8801.0, 8734.0, 8821.0, 8791.0, 8799.0, 8846.0, 8756.0, 8799.0, 8827.0, 8767.0, 8806.0, 8733.0, 8759.0, 8852.0, 8807.0, 8796.0, 8754.0, 8756.0, 8808.0, 8786.0, 8869.0, 8810.0, 8788.0, 8812.0, 8753.0, 8825.0, 8781.0, 8827.0, 8783.0, 8753.0, 8809.0, 8740.0, 8811.0, 8791.0, 8755.0, 8842.0, 8769.0, 8827.0, 8767.0, 8752.0, 8809.0, 8734.0, 8762.0, 8815.0, 8731.0, 8825.0, 8789.0, 8795.0, 8828.0, 8720.0, 8776.0, 8740.0, 8732.0, 8761.0, 8736.0, 8794.0, 8749.0, 8782.0, 8892.0, 8809.0, 8811.0, 8730.0, 8772.0, 8757.0, 8813.0, 8767.0, 8808.0, 8853.0, 8794.0, 8793.0, 8780.0, 8781.0, 8819.0, 8791.0, 8856.0, 8756.0, 8841.0, 8794.0, 8848.0, 8843.0, 8778.0, 8848.0, 8817.0, 8814.0, 8779.0, 8748.0, 8810.0, 8755.0, 8806.0, 8806.0, 8810.0, 8834.0, 8752.0, 8835.0, 8789.0, 8728.0, 8797.0, 8722.0, 8739.0, 8811.0, 8770.0, 8814.0, 8727.0, 8729.0, 8724.0, 8710.0, 8800.0, 8767.0, 8850.0, 8819.0, 8847.0, 8757.0, 8816.0, 8787.0, 8837.0, 8816.0, 8868.0, 8774.0, 8856.0, 8791.0, 8794.0, 8835.0, 8778.0, 8846.0, 8765.0, 8853.0, 8785.0, 8785.0, 8808.0, 8735.0, 8828.0, 8767.0, 8829.0, 8782.0, 8862.0, 8782.0, 8778.0, 8795.0, 8752.0, 8805.0, 8747.0, 8816.0, 8834.0, 8827.0, 8868.0, 8812.0, 8810.0, 8771.0, 8781.0, 8751.0, 8855.0, 8842.0, 8770.0, 8844.0, 8812.0, 8848.0, 8844.0, 8797.0, 8850.0, 8774.0, 8752.0, 8734.0, 8839.0, 8820.0, 8815.0, 8859.0, 8799.0, 8864.0, 8837.0, 8763.0, 8814.0, 8723.0, 8778.0, 8788.0, 8705.0, 8810.0, 8746.0, 8776.0, 8862.0, 8781.0, 8833.0, 8730.0, 8743.0, 8752.0, 8745.0, 8820.0, 8736.0, 8847.0, 8828.0, 8820.0, 8787.0, 8762.0, 8760.0, 8776.0, 8801.0, 8775.0, 8838.0, 8789.0, 8848.0, 8800.0, 8860.0, 8863.0, 8840.0, 8853.0, 8790.0, 8804.0, 8787.0, 8729.0, 8798.0, 8727.0, 8801.0, 8826.0, 8745.0, 8831.0, 8744.0, 8727.0, 8794.0, 8723.0, 8802.0, 8788.0, 8741.0, 8836.0, 8756.0, 8770.0, 8754.0, 8754.0, 8809.0, 8732.0, 8823.0, 8795.0, 8777.0, 8837.0, 8780.0, 8816.0, 8776.0, 8865.0, 8765.0, 8850.0, 8859.0, 8816.0, 8842.0, 8786.0, 8801.0, 8837.0, 8736.0, 8837.0, 8803.0, 8813.0, 8854.0, 8764.0, 8844.0, 8806.0, 8736.0, 8817.0, 8731.0, 8822.0, 8851.0, 8750.0, 8859.0, 8779.0, 8784.0, 8763.0, 8749.0, 8805.0, 8736.0, 8842.0, 8829.0, 8782.0, 8836.0, 8804.0, 8779.0, 8828.0, 8744.0, 8819.0, 8784.0, 8731.0, 8802.0, 8742.0, 8759.0, 8812.0, 8729.0, 8831.0, 8785.0, 8730.0, 8817.0, 8727.0, 8748.0, 8838.0, 8829.0, 8860.0, 8803.0, 8823.0, 8779.0, 8827.0, 8790.0, 8765.0, 8792.0, 8755.0, 8830.0, 8785.0, 8822.0, 8886.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.006215476463834673</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.09045829184845006</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.438677952137944</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.1342266124827594</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.043296726505746</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4748</td></tr>
|
|
<tr><td colspan=3>fber</td><td>4490.5522</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.21303901870291886</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>301</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>34.55797933409874</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.422405119995681</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.250724764520358</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6330721190408504</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3834184764258337</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00739672</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.02128230780363083</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.026112789288163185</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>871</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>4.470466304739174</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.2665</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>47.4399</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>153.5129</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>50.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>301615.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>632.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>273.0108</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>3.2194</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>435.771</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3188.879</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3327.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>74929.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1398.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4052.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>744.2127</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>23.856782651506364</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> |